:root {
    --font-family: "Proxima Nova", sans-serif;
    --second-family: "Optima", sans-serif;
    --third-family: "Gilroy", sans-serif;
    --font3: "Inter", sans-serif;
    --font4: "Geometria", sans-serif;
    --font5: "Acherus Feral", sans-serif;
    --font6: "Unbounded", sans-serif;
    --font7: "EB Garamond", sans-serif;
    --font8: "Narziss Pro Cyrillic", sans-serif;
    --font9: "Trajan Pro 3", sans-serif;
    --osnovnoy-siniy: #1c4681;
    --osnovnoy-seryy: #f3f3f3;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}

body {
    color: #333;
    font-family: var(--font-family);
    background: var(--osnovnoy-seryy);
}

a {
    cursor: pointer;
}

button {
    cursor: pointer;
    transition: all 0.3s;
}

button:hover {
    background: linear-gradient(180deg, #5191dd 0%, #245895 100%);
    transition: all 0.3s;
}

#block {
    width: 100%;
    background: url('../images/bg.jpg') top center no-repeat;
    position: relative;
}

.container {
    max-width: 1136px;
    /* 1420px * 0.8 */
    margin: 0 auto;
}

.header {
    background-color: transparent;
    padding: 24px 0;
    /* 30px * 0.8 */
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    display: flex;
    gap: 56px;
    /* 70px * 0.8 */
}

.menu-items {
    display: flex;
    gap: 56px;
}

.menu a {
    text-decoration: none;
    font-weight: 300;
    font-size: 14.4px;
    /* 18px * 0.8 */
    line-height: 111.2%;
    /* 139% * 0.8 */
    text-align: center;
    color: #323232;
}

.header-contacts {
    display: flex;
    gap: 16px;
    /* 20px * 0.8 */
    align-items: center;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.phone {
    font-weight: 700;
    font-size: 18px;
    /* 22px * 0.8 */
    line-height: 114%;
    /* 114% * 0.8 */
    text-align: right;
    color: #323232;
    text-decoration: none;
}

.callback {
    font-weight: 300;
    font-size: 14.4px;
    /* 18px * 0.8 */
    line-height: 111.2%;
    /* 139% * 0.8 */
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--osnovnoy-siniy);
    text-align: right;
}

header .btn-primary {
    border: none;
    cursor: pointer;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    border-radius: 8px;
    /* 10px * 0.8 */
    padding: 12px 16px;
    /* 15px 20px * 0.8 */
    width: 193.6px;
    /* 242px * 0.8 */
    height: 44px;
    /* 55px * 0.8 */
    font-weight: 700;
    font-size: 17.6px;
    /* 22px * 0.8 */
    line-height: 61.6%;
    /* 77% * 0.8 */
    color: #fff;
    margin-left: 40px;
    /* 50px * 0.8 */
}

header .btn-primary:hover {
    background: linear-gradient(180deg, #5191dd 0%, #245895 100%);
}

.text-secondary {
    border: none;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    border-radius: 8px;
    /* 10px * 0.8 */
    padding: 8px 24px;
    /* 10px 30px * 0.8 */
    font-weight: 400;
    font-size: 20px;
    /* 27px * 0.8 */
    line-height: 130%;
    /* 130% * 0.8 */
    color: #fff;
}

.hero {
    padding: 140.8px 0 0;
    /* 176px * 0.8 */
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    /* 20px * 0.8 */
}

.hero-info {
    width: 644px;
    /* 805px * 0.8 */
}

.hero h1 {
    margin-bottom: 18px;
    /* 20px * 0.8 */
    font-weight: 700;
    font-size: 42px;
    /* 52px * 0.8 */
    line-height: 130%;
    /* 135% * 0.8 */
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
    margin-top: 20px;
    /* 20px * 0.8 */
}

.hero .lawyer-info {
    border-radius: 8px;
    /* 10px * 0.8 */
    padding: 4.8px 13.6px;
    /* 6px 17px * 0.8 */
    width: 264.8px;
    /* 331px * 0.8 */
    height: 38.4px;
    /* 48px * 0.8 */
    text-align: center;
    border: 1px solid #2D65A8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    /* 20px * 0.8 */
    position: relative;
    top: -9.6px;
    /* -12px * 0.8 */
}

.hero .lawyer-info span {
    font-weight: 400;
    font-size: 17.6px;
    /* 22px * 0.8 */
    line-height: 38.4px;
    /* 48px * 0.8 */
    text-align: center;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-family);
    text-transform: capitalize;
}

.subtitle {
    font-weight: 400;
    font-size: 21.6px;
    /* 27px * 0.8 */
    line-height: 104%;
    /* 130% * 0.8 */
    color: #323232;
    margin-bottom: 32px;
    /* 40px * 0.8 */
}

.highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.highlight-item {
    padding: 8px 12px;
    position: relative;
    background: linear-gradient(131deg, #f0f0f0 0%, #fff 50%, #ddd 100%);
    font-weight: 400;
    font-size: 17.6px;
    line-height: 116%;
    text-align: center;
    color: #323232;
    border-radius: 8px;
    width: 266px;
    height: 64.8px;
}

.highlight-item:before {
    content: '';
    background: url('../images/plus.svg') top center no-repeat;
    width: 29.6px;
    height: 29.6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
    background-size: 29.6px;
}

.hero .consultation-form {
    display: flex;
    gap: 8px;
    margin-top: 40px;
    border-radius: 8px;
    padding: 24px 52.8px;
    width: 556px;
    height: 148px;
    background: #1d2a39;
    flex-direction: column;
    margin-bottom: 88px;
    justify-content: space-between;
}

.hero .consultation-form h2 {
    font-weight: 700;
    font-size: 25.6px;
    line-height: 87.2%;
    text-align: center;
    color: #fff;
    font-family: var(--second-family);
}

.hero .consultation-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hero .consultation-form .input-phone {
    border-radius: 8px;
    padding: 9.6px 32px;
    width: 254.4px;
    height: 48px;
    background: var(--osnovnoy-seryy);
}

.hero .consultation-form .policy-checkbox {
    margin-top: 5px;
}

.hero .consultation-form .policy, .hero .consultation-form  .privacy-link {
    color: #fff;
}

.hero .consultation-form .btn {
    border-radius: 8px;
    padding: 9.6px 0;
    width: 180px;
    height: 48px;
    font-weight: 700;
    font-size: 17.6px;
    line-height: 65.6%;
    color: #fff;
    box-shadow: 0 1.6px 0 0 #12335a, inset 0 3.2px 3.2px 0 #3b71b0;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    position: relative;
    z-index: 1;
}

.hero .consultation-form .btn:hover {
    background: linear-gradient(180deg, #5191dd 0%, #245895 100%);
}

.hero-image {
    position: absolute;
    bottom: 96px;
    left: 45%;
}

.hero-image img {
    max-width: 500px;
}

.ratings {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 11px;
}

.rating-item {
    padding: 8px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(131deg, #f0f0f0 0%, #fff 50%, #ddd 100%);
    border-radius: 8px;
    width: 202.4px;
    height: 64.8px;
    box-shadow: -2px 2px 8px 0px rgba(34, 60, 80, 0.2);
}

.rating-item p.pay {
    font-weight: 400;
    font-size: 12.8px;
    line-height: 110.4%;
    color: #323232;
    padding: 8px 0;
}

.rating-item p.expert .flex {
    display: inline-flex;
    position: absolute;
    right: 40px;
    gap: 4px;
    bottom: 10.4px;
}

.rating-item p.expert .flex img {
    max-height: 18px;
}

.rating-item p.expert {
    font-weight: 400;
    font-size: 12.8px;
    line-height: 110.4%;
    color: #323232;
    display: block;
    width: 100%;
    position: relative;
    align-items: center;
    padding: 6.4px 0;
}

.rating-item .left {
    display: flex;
    flex-direction: column;
    gap: 9.6px;
}

.rating-item .right {
    text-align: right;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6.4px;
}

.rating-item p {
    font-weight: 300;
    font-size: 9.6px;
    line-height: 93.6%;
    color: #323232;
}

.rating-item strong {
    font-weight: 700;
    font-size: 12.8px;
    line-height: 70.4%;
    color: #323232;
}

.rating-item span {
    font-weight: 300;
    font-size: 8px;
    line-height: 112%;
    color: #323232;
    white-space: nowrap;
}

.statistics {
    background: url('../images/bg-static.svg');
    padding: 32px 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.stats-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url('../images/bg-plus.png') top center no-repeat;
    padding: 16px;
    border-radius: 8px;
    height: 228px;
    margin-top: -56px !important;
}

.stats-item {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 24px;
}

.stat-number {
    color: #0056b3;
    font-weight: 700;
    font-size: 76.8px;
    line-height: 74%;
    text-align: center;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 8px;
}

.stat-number small {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17.6px;
    line-height: 116%;
    color: #323232;
    background: #323232;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    color: #323232;
}

.divider {
    height: 48px;
    width: 0.8px;
    background-color: #ccc;
}

.media {
    padding: 40px 0 80px;
    background-color: #fff;
}

.media-content {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.media-info {
    flex: 1;
    display: flex;
    gap: 12px;
}

.media-image {
    border-radius: 8px;
    width: 556px;
    height: 448px;
    padding: 16px;
}

.media-description {
    flex: 1;
}

.media-description h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
    margin-top: 16px;
}

.media-description p {
    font-size: 12px;
    margin-bottom: 28px;
    font-weight: 300;
    font-size: 22px;
    line-height: 110%;
    color: #323232;
    padding-top: 10px;
}

.media-logos,
.media-publications {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.media-logos img,
.media-publications img {
    max-width: 84px;
}

.media-slider {
    flex: 1;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow: hidden;
    margin-top: 16px;
}

@media(max-width:768px) {
    .media-slider {
        flex-direction: column;
    }

    .media .btn-flex,
    .media dots {}
}

.media-slider .slick-slide {
    margin-right: 16px;
}

.media-slider .slick-list {
    margin-right: -16px;
}

.media-slider .slick-slide:last-child {
    margin-right: 0;
}

.media-slider .slider-item {
    background-color: #f8f8f8;
    min-width: 240px;
    flex: 0 0 auto;
    box-shadow: 0 1.6px 3.2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    padding: 16px;
    width: 362.4px;
    height: 480px;
}

.media-slider .slider-item h3 {
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 21.6px;
    line-height: 104%;
    text-transform: uppercase;
    color: #323232;
    font-family: var(--second-family);
}

.media-slider .slider-item img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 24px;
    cursor: pointer;
}

.media-slider .slider-item .bg {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    width: 330.4px;
    height: auto;
    text-align: left;
}

.media-slider .slider-item p {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #323232;
}

.media-slider .btn-read {
    font-weight: 400;
    font-size: 14.4px;
    line-height: 111.2%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #646464;
    background: transparent;
}

.media .media-wrap {
    position: relative;
}

.media .prev-btn,
.media .next-btn {
    background: url("../images/arrow.svg");
    color: #fff;
    padding: 8px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    font-size: 16px;
    width: 43.2px;
    height: 43.2px;
    min-width: 43.2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-size: 43.2px;
}

.media .prev-btn {
    left: -21.6px;
}

.media .next-btn {
    right: -21.6px;
    transform: translateY(-50%) scale(-1, 1);
}

.quiz {
    background-color: #1b2c48;
    padding: 48px 0;
    color: #fff;
    text-align: center;
}

.quiz-title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 34px;
    line-height: 108%;
    text-transform: uppercase;
    background: linear-gradient(131deg, #f0f0f0 0%, #fff 50%, #ddd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
    text-align: left;
    padding-right: 32px;
}

.quiz-body {
    display: flex;
    justify-content: space-between;
    border: 1.6px solid var(--osnovnoy-siniy);
    border-radius: 16px;
}

.quiz-question-section {
    flex: 2;
    background-color: #fff;
    color: #333;
    padding: 24px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    position: relative;
}

.quiz-step.final {
    border-radius: 24px;
    padding: 40px;
    width: 100%;
    height: 508.8px;
    background-color: #fff;
    position: relative;
    padding-left: 388.8px;
    background-image: url(../images/bg-final-right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.quiz-step.final:before {
    content: "";
    background: url('../images/quiz-mob.png');
    width: 370px;
    position: absolute;
    bottom: 0;
    left: 8px;
    height: 533.6px;
}

.quiz-step.final h2 {
    font-weight: 700;
    font-size: 38.4px;
    line-height: 110%;
    color: var(--osnovnoy-siniy);
}

.quiz-step.final p {
    font-weight: 400;
    font-size: 14.4px;
    line-height: 115.2%;
    text-align: left;
    color: #16272e;
    margin-top: 12px;
}

.quiz-step.final p a {
    color: #16272e;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.quiz-step.final form {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 16px;
    margin-top: 24px;
}

.quiz-step.final input {
    border-radius: 8px;
    padding: 9.6px 32px;
    width: 301.6px;
    height: 56px;
    background: var(--osnovnoy-seryy);
}

.quiz-step.final button {
    border-radius: 8px;
    padding: 9.6px 53.6px;
    width: 301.6px;
    height: 56px;
    box-shadow: 0 1.6px 0 0 #12335a, inset 0 3.2px 3.2px 0 #3b71b0;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    font-weight: 700;
    font-size: 17.6px;
    line-height: 65.6%;
    color: #fff;
}

.quiz-step.final .quiz-bonuses {
    border: 0.8px solid #233F67;
    border-radius: 16px;
    padding: 16px;
    width: 392px;
    height: 200px;
}

.quiz-step.final h3 {
    font-weight: 700;
    font-size: 17.6px;
    line-height: 108.8%;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    gap: 16px;
}

.quiz-step.final .bonus-item p {
    font-weight: 400;
    font-size: 12.8px;
    line-height: 109.6%;
    color: #323232;
    text-align: center;
    margin-top: 4px;
}

.quiz-step.final .bonus-item img {
    border-radius: 8px;
    width: 151.2px;
    height: 84px;
    object-fit: cover;
}

.quiz .line {
    width: 100%;
    position: relative;
    height: 16px;
    overflow: hidden;
    border-radius: 80px;
    background: var(--osnovnoy-seryy);
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
}

.quiz .line span {
    position: absolute;
    left: 0;
    top: 0;
    height: 80%;
    border-radius: 80px;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
}

.quiz-step.active {
    display: block;
}

.quiz-question-title {
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 17.6px;
    line-height: 127.2%;
    text-align: left;
    color: #323232;
}

.quiz-question-text {
    font-size: 21.6px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 104%;
    color: #323232;
    text-align: left;
}

.quiz-options {
    display: flex;
    max-width: 670.4px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    margin-top: 20px;
}

.quiz-options label {
    margin-bottom: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 8px;
    padding: 9.6px 20px;
    width: 323.2px;
    height: 46.4px;
    box-shadow: 0 3.2px 16px rgba(0, 0, 0, 0.15);
    background: #fff;
    font-weight: 300;
    font-size: 17.6px;
    line-height: 108.8%;
    text-align: left;
    color: #323232;
    align-items: center;
    display: flex;
    gap: 16px;
}

.quiz-options input[type="radio"] {
    background: var(--osnovnoy-siniy);
    width: 27.2px;
    height: 27.2px;
    border: 0.8px solid var(--osnovnoy-siniy);
}

.quiz-options input[type="radio"]+label {
    cursor: pointer;
}

.quiz-options input[type="radio"]:checked+label {
    background-color: #0056b3;
    color: #fff;
}

.quiz-navigation {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 670.4px;
    width: 100%;
}

.quiz-navigation .prev-btn {
    font-weight: 700;
    font-size: 17.6px;
    line-height: 65.6%;
    color: #323232;
    background: transparent;
    display: flex;
    gap: 12px;
}

.quiz-navigation .prev-btn:disabled {
    opacity: 0.5;
}

.quiz-navigation .next-btn {
    border-radius: 8px;
    padding: 12px;
    width: 237.6px;
    height: 44px;
    box-shadow: 0 1.6px 0 #12335a, inset 0 3.2px 3.2px #3b71b0;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    font-weight: 700;
    font-size: 17.6px;
    line-height: 65.6%;
    color: #fff;
}

.quiz-navigation .next-btn:hover {
    background: linear-gradient(180deg, #5191dd 0%, #245895 100%);
}

.quiz-navigation .next-btn:disabled {
    opacity: 0.5;
}

.quiz-info-section {
    flex: 1;
    padding: 16px;
    border-top-right-radius: 16px;
    text-align: left;
    position: relative;
    background: var(--osnovnoy-seryy);
    border-bottom-right-radius: 16px;
    max-width: 362.4px;
}

.lawyer-photo {
    position: relative;
    text-align: center;
}

.lawyer-photo img {
    width: 100%;
}

.online-status {
    position: absolute;
    top: 16px;
    right: 20px;
    color: #fff;
    border-radius: 72px;
    padding: 8px 16px;
    width: 110px;
    height: 34px;
    background: #01c01f;
}

.lawyer-name {
    margin-top: 8px;
    font-size: 17.6px;
    line-height: 108.8%;
    color: #323232;
}

.quiz .lawyer-info {
    border-bottom: 0.8px solid rgba(100, 100, 100, 0.5);
    padding-bottom: 16px;
}

.quiz-bonuses h3 {
    font-weight: 700;
    font-size: 17.6px;
    line-height: 108.8%;
    color: #323232;
}

.quiz-bonuses {
    margin-top: 16px;
}

.bonus {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 9.6px;
}

.bonus-item {
    border-radius: 4px;
    margin-bottom: 8px;
    text-align: center;
    width: 200px;
}

.bonus .locked {
    position: relative;
}

.bonus .bg-lock {
    display: none;
}

.bonus .locked .bg-lock {
    position: absolute;
    background: #4d4d4dcf;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bonus .locked .bg-lock span {
    font-weight: 700;
    font-size: 11.2px;
    line-height: 125.6%;
    text-align: center;
    color: #fff;
}

.bonus .locked .bg-lock:before {
    content: "";
    background: url('../images/lock.svg');
    width: 19.2px;
    height: 19.2px;
}

.bonus-item img {
    width: 80%;
    border-radius: 4px;
}

.bonus-item p {
    font-weight: 400;
    font-size: 12.8px;
    line-height: 109.6%;
    color: #323232;
    margin-top: 12px;
}

.quiz-step.loading {
    border-radius: 24px;
    padding: 40px;
    height: 508.8px;
    background: #fff;
    position: relative;
    display: flex;
    padding-left: 320px;
    justify-content: space-between;
    padding-top: 77.6px;
}

.quiz-step.loading h2 {
    font-weight: 700;
    font-size: 38.4px;
    line-height: 92%;
    text-align: center;
    color: var(--osnovnoy-siniy);
}

.quiz-step.loading h2+p {
    font-weight: 300;
    font-size: 14.4px;
    line-height: 115.2%;
    text-align: center;
    color: #16272e;
    margin-top: 16px;
}

.quiz-step.loading:before {
    content: "";
    background: url('../images/bg-loading.png') top center no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 396px;
    height: 508.8px;
}

.quiz-step.loading .quiz-bonuses {
    border: 0.8px solid #233F67;
    border-radius: 16px;
    padding: 16px;
    min-width: 228px;
    height: 321.6px;
}

.quiz-step.loading .bonus {
    flex-direction: column;
    gap: 8px;
}

.quiz-step.loading .bonus-item {
    border-radius: 8px;
    width: 151.2px;
}

.quiz-step.loading .bonus-item img {
    height: 84px;
    object-fit: cover;
    border-radius: 8px;
}

.quiz-step.loading .bonus-item p {
    margin-top: 4px;
}

.quiz-step.loading .quiz-bonuses h3 {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 17.6px;
    line-height: 108.8%;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    gap: 12px;
}

.loading-animation svg {
    width: 205.6px;
    height: 205.6px;
    margin-top: 24px;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.services {
    padding: 40px 0;
    background: linear-gradient(137deg, #f6f6f6 0%, #fff 50%, #dfdfdf 100%);
}

.services .section-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 42px;
    line-height: 108%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}

.services .services-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services .service-item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1.6px 4px rgba(0, 0, 0, 0.1);
    padding: 16px;
    flex: 1 1 calc(33.33% - 16px);
    max-width: calc(33.33% - 16px);
    border-radius: 8px;
    padding: 20px 20px 30px;
    width: 362.4px;
    box-shadow: 0 3.2px 16px rgba(0, 0, 0, 0.1);
    background: var(--osnovnoy-seryy);
}

.services .service-icon {
    width: 40px;
    height: 40px;
}

.services .service-item h3 {
    margin-bottom: 18px;
    display: flex;
    font-weight: 700;
    font-size: 20px;
    line-height: 124%;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    gap: 20px;
    align-items: center;
    font-family: var(--second-family);
}

.services .service-description {
    margin-bottom: 12px;
    padding-left: 16px;
}

.services .service-description li {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #323232;
}

.services .service-item .btn-primary {
    background-color: #0056b3;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 8px;
    padding: 12px 36px;
    width: 168px;
    height: 38.4px;
    box-shadow: 0 1.6px 0 0 #12335a, inset 0 3.2px 3.2px 0 #3b71b0;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    font-weight: 700;
    font-size: 17.6px;
    line-height: 65.6%;
    color: #fff;
}

.services .service-item .btn-primary:hover {
    background: linear-gradient(180deg, #5191dd 0%, #245895 100%);
}

.team {
    padding: 40px 0;
    background: linear-gradient(137deg, #f6f6f6 0%, #fff 50%, #dfdfdf 100%);
}

.team .section-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 42px;
    line-height: 108%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
}

.team-content {
    display: flex;
    gap: 16px;
    width: 100%;
}

.team-photo-display {
    flex: 1;
    overflow: hidden;
    text-align: center;
    min-width: 362.4px;
    width: 362.4px;
}

.team-photo-display img {
    width: 100%;
    height: auto;
    background: #c4c4c4;
    border-radius: 8px;
    padding: 8px;
    display: block;
}

.team-details {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wrap-team-slider {
    position: relative;
    width: 776px;
    overflow: hidden;
}

.team-slider {
    position: relative;
    width: 776px;
    overflow: hidden;
}

.team-thumbnails,
.team-thumbnails2 {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.team-thumbnail {
    overflow: hidden;
    cursor: pointer;
    border: 1.6px solid transparent;
    border-radius: 4px;
    width: 160px;
    height: 200px;
    opacity: 0.5;
    min-width: 160px;
}

.team-thumbnail.active {
    opacity: 1;
}

.team-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info-container {
    border: 1.6px solid var(--osnovnoy-siniy);
    border-radius: 8px;
    padding: 16px;
    width: 750.4px;
    height: 272px;
}

.team-info {
    display: none;
}

.team-info.active {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.team .info-left {
    flex: 1;
}

.team .info-left h3 {
    font-weight: 300;
    font-size: 17.6px;
    line-height: 108.8%;
    color: #323232;
    margin-bottom: 4px;
}

.team .info-left p.fio {
    font-weight: 700;
    font-size: 21.6px;
    line-height: 104%;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.team .info-left p {
    font-weight: 300;
    font-size: 17.6px;
    line-height: 108.8%;
    color: #323232;
    margin-bottom: 16px;
}

.team .info-left p:last-child {
    margin-top: 20px;
    margin-bottom: 0;
}

.team .info-left p strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 108.8%;
    color: #323232;
}

.team .info-right {
    padding: 8px;
    flex: 1;
}

.team .info-right h4 {
    font-weight: 300;
    font-size: 17.6px;
    line-height: 108.8%;
    color: #323232;
}

.team .info-right .flex {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    border-bottom: 0.8px solid rgba(100, 100, 100, 0.5);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.team .info-right .flex img {
    width: 50px;
    height: 74px;
}

.team .info-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 134%;
    color: #323232;
    margin-bottom: 10px;
}

.team .info-right a {
    font-weight: 700;
    font-size: 24px;
    line-height: 104%;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quick-help {
    background-color: #fff;
    padding: 40px 0;
}

.quick-help .section-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 42px;
    line-height: 145%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
}

.quick-help-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.quick-help-item {
    background-color: #fff;
    border: 0.8px solid #0056b3;
    border-radius: 8px;
    box-shadow: 0 1.6px 4px rgba(0, 0, 0, 0.1);
    padding: 16px;
    flex: 1 1 calc(33.33% - 16px);
    max-width: calc(33.33% - 16px);
}

.help-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.help-icon {
    width: 86px;
    height: auto;
}


.help-icon img {
    width: 64px;
}

.help-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.help-text h3 {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
}

.help-text p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #323232;
}

.online-expert {
    padding: 40px 0;
    background-color: #fff;
}

.online-expert-content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
}

.online-expert-left .online-status {
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 14.4px;
    line-height: 80%;
    color: #fff;
    display: flex;
    gap: 8px;
}

.online-expert-left h2 {
    display: flex;
    align-items: center;
    gap: 24px;
}

.online-expert-left h2 strong {
    font-weight: 700;
    font-size: 42px;
    line-height: 140%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
    display: flex;
    position: relative;
    gap: 16px;
    align-items: center;
}

.online-expert-left p {
    margin: 8px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #323232;
}

.online-expert-left h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #323232;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 16px 0;
    display: flex;
}

.benefits-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 126%;
    color: #323232;
}

.checkmark {
    display: flex;
    margin-right: 8px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
}

.online-expert form {
    border-radius: 8px;
    padding: 16px 16px 24px 16px;
    width: 556px;
    height: 313.6px;
    background: #eee;
}

.question-form,
.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.contact-form {
    gap: 16px;
}

.question-form h3,
.contact-form h3 {
    margin-bottom: 8px;
    color: #333;
    font-weight: 700;
    font-size: 22px;
    line-height: 134%;
    text-align: center;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.question-form textarea {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #8a8a8a;
    border-radius: 8px;
    padding: 16px;
    width: 516.8px;
    height: 128px;
    resize: none;
}

.contact-form .policy-checkbox {
/*
    width: 320px;
*/
}


.online-expert .contact-form input {
    margin-bottom: 8px;
    border: 0.8px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    width: 320px;
    height: 48px;
    font-weight: 300;
    font-size: 14.4px;
    line-height: 111.2%;
    text-align: center;
    color: #8a8a8a;
}

.online-expert .btn-primary {
    display: block;
    background-color: #0056b3;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 1.6px 0 0 #12335a, inset 0 3.2px 3.2px 0 #3b71b0;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    border-radius: 8px;
    padding: 9.6px;
    width: 260px;
    height: 48px;
    font-weight: 700;
    font-size: 17.6px;
    line-height: 65.6%;
    color: #fff;
}

.online-expert .btn-primary:hover {
    background: linear-gradient(180deg, #5191dd 0%, #245895 100%);
}

.hidden {
    display: none;
}

.online-expert-right {
    text-align: center;
    max-width: 556px;
    width: 100%;
}

.online-expert-right img {
    width: 100%;
    border-radius: 8px;
}

.logos {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
}

.logos img {
    width: 80px;
}

.auto-dealers {
    background-color: #fff;
    padding: 40px 0;
    text-align: center;
}

.auto-dealers .section-title {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 108%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    font-family: var(--second-family);
}

.logo-slider {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    padding: 8px 0;
}

.logo-track {
    display: flex;
    gap: 24px;
    animation: scroll 30s linear infinite;
}


@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logo-track img {
    max-height: 83.2px;
    width: auto;
    object-fit: contain;
}

.video-review {
    padding: 32px 0;
    background-color: #fff;
}

.video-review-content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
}

.video-review .review-text {
    flex: 1;
    max-width: 556px;
}

.video-review .review-text h2 {
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 41.6px;
    line-height: 108%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-review .review-text p {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 145%;
    color: #323232;
}

.video-review .review-text strong {
    font-weight: bold;
    color: #333;
}

.video-review .refund-amount {
    font-size: 26px;
    color: #0056b3;
    font-weight: bold;
}

.video-review blockquote {
    font-size: 12.8px;
    color: #333;
    margin: 16px 0;
}

.video-review blockquote svg {
    margin-bottom: 8px;
}

.video-review form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
}

.video-review .review-text input {
    border: 0.8px solid #ddd;
    border-radius: 8px;
    padding: 9.6px 32px;
    width: 244px;
    height: 48px;
    background: var(--osnovnoy-seryy);
    font-weight: 400;
    font-size: 14.4px;
    line-height: 80%;
    color: #9da9b6;
}

.video-review .btn-primary {
    display: block;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 1.6px 0 0 #12335a, inset 0 3.2px 3.2px 0 #3b71b0;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    border-radius: 8px;
    padding: 9.6px;
    width: 296px;
    height: 48px;
    font-weight: 700;
    font-size: 17.6px;
    line-height: 65.6%;
    color: #fff;
}

.video-review .btn-primary:hover {
    background: linear-gradient(180deg, #5191dd 0%, #245895 100%);
}

.review-video {
    flex: 1;
    max-width: 556px;
    text-align: center;
}

.review-video img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.review-thumbnails {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    justify-content: center;
}

.review-video .thumbnail {
    text-align: center;
    position: relative;
}

.review-video .thumbnail img {
    width: 265.6px;
    height: auto;
    border-radius: 8px;
}

.review-video .thumbnail p {
    margin-top: 4px;
    position: absolute;
    bottom: 17.6px;
    font-weight: 700;
    font-size: 14.4px;
    line-height: 111.2%;
    color: #fff;
    left: 8px;
}

.video-slider {
    padding: 32px 0;
    background-color: #fff;
}

.video-slider .slick-slide {
    margin-right: 16px;
    /* Отступ между слайдами */
}

.video-slider .slick-list {
    margin-right: -16px;
    /* Корректируем смещение */
}

.video-slider .slick-slide:last-child {
    margin-right: 0;
}

.video-slider .slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.video-slider .slider-track {
    display: flex;
    overflow: hidden;
    gap: 16px;
    width: 100%;
}

.video-slider .slider-item {
    box-shadow: 0 1.6px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: left;
    border-radius: 8px;
    padding: 16px;
    width: 362.4px;
    background: var(--osnovnoy-seryy);
}

.video-slider .slider-item h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 145%;
    text-transform: uppercase;
    color: #323232;
}

.video-slider .slider-item p.moneyback {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 17.6px;
    line-height: 80%;
    color: #323232;
    text-align: left;
    border-top: 0.8px solid #C5C5C5;
    border-bottom: 0.8px solid #C5C5C5;
    padding: 12px 0;
}

.video-slider .slider-item .thumbnail p {
    position: absolute;
    bottom: 12px;
    left: 8px;
    font-weight: 700;
    font-size: 12.8px;
    line-height: 124.8%;
    color: #fff;
}

.video-slider .refund-amount {
    color: #0056b3;
    font-weight: bold;
    font-size: 21.6px;
    line-height: 88.8%;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-slider .slider-item img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
}

.video-slider .thumbnails {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.video-slider blockquote {
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    background: #fff;
    margin-top: 24px;
}

.video-slider blockquote p {
    font-weight: 400;
    font-size: 14.4px;
    line-height: 111.2%;
    color: #323232;
    margin-top: 8px;
}

.video-slider .thumbnails .thumbnail {
    position: relative;
}

.video-slider .thumbnail img {
    width: 156.8px;
    height: auto;
    border-radius: 4px;
    margin-bottom: 0;
}

.video-slider .blockquote {
    font-size: 11.2px;
    color: #555;
    margin-top: 8px;
    padding-left: 8px;
    border-left: 3.2px solid #0056b3;
}

/*
 * Giga
 */

.video-slider .btn-read-more {
    padding: calc(8px * 0.8) calc(12px * 0.8);
    border-radius: 5px;
    cursor: pointer;
    border: none;
    font-weight: 400;
    font-size: calc(18px * 0.8);
    line-height: 139%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #646464;
    background: transparent;
    padding: 0;
    margin-top: calc(10px * 0.8);
}

.video-slider .full-review {
    display: none;
    font-size: calc(14px * 0.8);
    margin-top: calc(10px * 0.8);
}

.video-slider .hidden {
    display: none;
}

.video-slider .prev-btn {
    background: url("../images/arrow.svg");
    color: #fff;
    padding: calc(10px * 0.8);
    border: none;
    cursor: pointer;
    border-radius: 50%;
    font-size: calc(20px * 0.8);
    width: calc(54px * 0.8);
    height: calc(54px * 0.8);
    min-width: calc(54px * 0.8);
    position: absolute;
    left: calc(-27px * 0.8);
    z-index: 1;
    background-size: 43px;

}

.video-slider .next-btn {
    background: url("../images/arrow.svg");
    color: #fff;
    padding: calc(10px * 0.8);
    border: none;
    cursor: pointer;
    border-radius: 50%;
    font-size: calc(20px * 0.8);
    width: calc(54px * 0.8);
    height: calc(54px * 0.8);
    min-width: calc(54px * 0.8);
    position: absolute;
    right: calc(-27px * 0.8);
    z-index: 1;
    transform: scale(-1, 1);
    background-size: 43px;

}

.video-slider .slider-btn:disabled {
    background-color: #aaa;
    cursor: not-allowed;
}

.video-slider {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    padding: 0;
    display: flex;

}


.video-track {
    display: flex;
}



.logo-track img {
    max-height: 83.2px;
    width: auto;
    object-fit: contain;
}

.case-slider {
    padding: calc(40px * 0.8) 0;
    background: var(--osnovnoy-seryy);
}

.case-slider .slick-slide {
    margin-right: calc(30px * 0.8);
    /* Отступ между слайдами */
}

.case-slider .slick-list {
    margin-right: calc(-30px * 0.8);
    /* Корректируем смещение, чтобы слайдер не прокручивался за пределы экрана */
}

.case-slider .slider-item:after {
    content: '';
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    transform: rotate(12deg);
    position: absolute;
    height: calc(124% * 0.8);
    width: calc(210px * 0.8);
    right: calc(-109px * 0.8);
    z-index: 0;
    top: calc(-30px * 0.8);
}

.case-slider .slick-slide:last-child {
    margin-right: 0;
    /* Убираем отступ у последнего слайда */
}

.case-slider .slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.case-slider h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 135%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
}

.case-slider .view-all-btn {
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #828282;
    border-radius: 10px;
    padding: calc(15px * 0.8) calc(50px * 0.8);
    width: calc(250px * 0.8);
    height: calc(53px * 0.8);
    font-weight: 400;
    font-size: calc(18px * 0.8);
    line-height: 100%;
    text-align: center;
    color: #828282;
}

.case-slider .slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case-slider .slider-track {
    display: flex;
    overflow: hidden;
    gap: calc(20px * 0.8);
    width: 100%;
    flex-wrap: wrap;
}

.case-slider .slider-item {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: calc(20px * 0.8);
    display: flex !important;
    gap: calc(20px * 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: calc(695px * 0.8);
    height: calc(344px * 0.8);
    background: #fff;
    min-width: calc(695px * 0.8);
    max-width: calc(695px * 0.8);
    position: relative;
    overflow: hidden;
}

.case-slider .item-left {
    flex: 1;
    position: relative;
    z-index: 1;
}

.case-slider .item-left h3 {
    font-weight: 400;
    font-size: calc(16px * 0.8);
    line-height: 137%;
    color: #323232;
    margin-bottom: calc(20px * 0.8);
}

.case-slider .item-left h3 strong {
    font-weight: 700;
    font-size: calc(18px * 0.8);
    line-height: 122%;
    color: #323232;
    margin-bottom: calc(5px * 0.8);
    display: block;
}

.case-slider .item-left p {
    font-weight: 400;
    font-size: calc(16px * 0.8);
    line-height: 125%;
    color: #323232;
    margin-bottom: calc(20px * 0.8);
}

.case-slider .item-left p strong {
    font-weight: 700;
    font-size: calc(18px * 0.8);
    line-height: 122%;
    color: #323232;
    display: block;
    margin-bottom: calc(5px * 0.8);
}

.case-slider .item-left p.quote {
    border-radius: 5px;
    padding: 10px;
    width: calc(417px * 0.8);
    height: calc(69px * 0.8);
    background: #eee;
    margin-bottom: calc(14px * 0.8);
}

.case-slider .item-left p.quote .refund-amount {
    font-weight: 700;
    font-size: calc(18px * 0.8);
}

.case-slider .item-right {
    flex: 0 0 calc(120px * 0.8);
    position: relative;
    z-index: 1;
}

.case-slider .item-right svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.case-slider .item-right img {
    cursor: pointer;
    border-radius: 5px;
    width: calc(193px * 0.8);
    height: calc(304px * 0.8);
}

.popup-link img {
    cursor: pointer;
}

.case-slider .btn-primary {
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    padding: calc(12px * 0.8);
    width: 180px;
    height: 45px;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    font-weight: 700;
    font-size: calc(18px * 0.8);
    line-height: 100%;
    color: #fff;
}

.case-slider .btn-primary:hover {
    background: linear-gradient(180deg, #5191dd 0%, #245895 100%);
}

.case-slider .view-all.hidden {
    display: none;
}

.case-slider .view-all .all-items-grid {
    display: flex;
    flex-wrap: wrap;
    gap: calc(20px * 0.8);
}

.case-slider .view-all .slider-item {
    flex: 1 1 calc((50% - 20px) * 0.8);
}

.case-slider .btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(20px * 0.8);
    width: 100%;
    margin-top: calc(30px * 0.8);
}

.case-slider .prev-btn {
    background: url(../images/arrow.svg);
    color: #fff;
    padding: calc(10px * 0.8);
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: calc(45px * 0.8);
    height: calc(45px * 0.8);
    min-width: calc(45px * 0.8);
    background-size: cover;
}

.case-slider .next-btn {
    background: url(../images/arrow.svg);
    color: #fff;
    padding: calc(10px * 0.8);
    border: none;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1;
    transform: scale(-1, 1);
    width: calc(45px * 0.8);
    height: calc(45px * 0.8);
    min-width: calc(45px * 0.8);
    background-size: cover;
}

.slick-disabled {
    opacity: 0.5;
}

.consultation {
    padding: calc(100px * 0.8) 0 0;
    background: #fff;
}

.consultation-content {
    display: flex;
    gap: calc(35px * 0.8);
    justify-content: space-between;
    flex-wrap: wrap;
}

.consultation-text {
    flex: 1;
    max-width: calc(575px * 0.8);
    text-align: left;
}

.consultation-text h2 {
    margin-bottom: calc(15px * 0.8);
    font-weight: 700;
    font-size: calc(36px * 0.8);
    line-height: 156%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.consultation-text p {
    font-weight: 400;
    font-size: calc(27px * 0.8);
    line-height: 130%;
    color: #323232;
}

.consultation-image {
    text-align: center;
    width: calc(322px * 0.8);
    height: calc(753px * 0.8);
    position: relative;
}

.consultation-image img {
    width: 100%;
    height: auto;
}

.callback-mob {
    position: absolute;
    bottom: 140px;
    left: 50%;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    transform: translateX(-50%);
}

.callback-mob:hover {
    background: transparent;
}

.callback-mob:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    background: #b9eed3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    transition: all .3s;
    animation: scaleAnimation 1.5s infinite;
    margin-left: -29px;
}

.callback-mob:hover:before {
    background: #009347;
}

.callback-mob img {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    display: block;
    object-fit: contain;
    object-position: center;
}

.consultation .consultation-form {
    flex: 1;
    max-width: 400px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: calc(30px * 0.8);
    background: var(--osnovnoy-seryy);
    height: calc(625px * 0.8);
}

.consultation .consultation-form h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: calc(27px * 0.8);
    line-height: 115%;
    text-align: center;
    color: #323232;
}

.consultation .consultation-form p {
    font-size: calc(14px * 0.8);
    margin-bottom: calc(15px * 0.8);
    font-weight: 400;
    font-size: calc(22px * 0.8);
    line-height: 136%;
    text-align: center;
    color: #323232;
}

.consultation .consultation-form p.contact-info {
    font-weight: 400;
    font-size: calc(18px * 0.8);
    line-height: 139%;
    text-align: center;
    color: #323232;
    margin-top: calc(30px * 0.8);
}

.consultation .consultation-form form {
    display: flex;
    flex-direction: column;
    gap: calc(10px * 0.8);
}

.consultation .consultation-form input {
    padding: calc(10px * 0.8);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: calc(12px * 0.8) calc(40px * 0.8);
    width: auto;
    height: calc(60px * 0.8);
    font-weight: 400;
    font-size: calc(18px * 0.8);
    line-height: 100%;
    color: #9da9b6;
}

.consultation .btn-primary {
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 0 0 #12335a, inset 0 4px 4px 0 #3b71b0;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    border-radius: 10px;
    padding: calc(12px * 0.8);
    width: auto;
    height: calc(60px * 0.8);
    font-weight: 700;
    font-size: calc(22px * 0.8);
    line-height: 82%;
    color: #fff;
}

.consultation .btn-primary:hover {
    background: linear-gradient(180deg, #5191dd 0%, #245895 100%);
}

.consultation .contact-info {
    margin-top: calc(10px * 0.8);
    font-size: calc(14px * 0.8);
    color: #555;
}

.consultation .phone-link {
    display: flex;
    align-items: center;
    gap: calc(10px * 0.8);
    margin-top: calc(5px * 0.8);
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
    line-height: 159%;
    text-align: center;
    color: #323232;
    justify-content: center;
}

.consultation .phone-link svg {}

.services-tabs {
    padding: 40px 0;
    background-color: #fff;
    padding: calc(70px * 0.8) 0 calc(100px * 0.8);
    background-image: url('../images/bg-uslugi.webp');
    background-repeat: no-repeat;
    background-position: top 56px right;
    background-size: 342px 288px;
}

.services-tabs .tab-content {
    display: none;
}

.services-tabs .tab-content.active {
    display: block;
}

.services-tabs h2 {
    color: #333;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 42px;
    line-height: 135%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
}

.services-tabs .subtitle {
    margin-bottom: calc(30px * 0.8);
    font-weight: 300;
    font-size: calc(27px * 0.8);
    line-height: 130%;
    color: #323232;
}

.services-tabs .tabs {
    display: flex;
    gap: calc(50px * 0.8);
    list-style: none;
    margin-bottom: calc(30px * 0.8);
}

.services-tabs .tabs .tab {
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-weight: 400;
    font-size: calc(22px * 0.8);
    line-height: 145%;
    color: #323232;
}

.services-tabs .tabs .tab.active {
    font-weight: 400;
    font-size: calc(22px * 0.8);
    line-height: 145%;
    color: var(--osnovnoy-siniy);
    border-bottom: 2px solid var(--osnovnoy-siniy);
}

.services-tabs .services-flex-container {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #2D65A8;
}

.services-tabs .services-block {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-right: 1px solid #2D65A8;
}

.services-tabs .services-block:last-child {
    border: none;
}

.services-tabs .services-block.colored {
    background: var(--osnovnoy-seryy);
}

.services-tabs .service-item {
    display: flex;
    align-items: center;
    gap: calc(30px * 0.8);
    width: 100%;
    padding: calc(25px * 0.8) calc(40px * 0.8);
    border-bottom: 1px solid #2D65A8;
}

.services-tabs .service-item:last-child {
    border: none;
}

.services-tabs .service-item .icon img {
    width: calc(40px * 0.8);
    height: auto;
}

.services-tabs .service-item .text p {
    font-weight: 400;
    font-size: calc(22px * 0.8);
    line-height: 145%;
    color: #323232;
}

.price-list {
    padding: 40px 0;
}

.price-list-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 42px;
    line-height: 135%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
}

.price-table {
    width: 100%;
    border-collapse: collapse;
}

.price-table .th {}

.price-table-header th {
    text-align: left;
    padding: calc(15px * 0.8);
    font-weight: 700;
    font-size: calc(27px * 0.8);
    line-height: 140%;
    color: #646464;
    border-bottom: 1px solid #323232;
}

.price-table-header-num,
.price-table-header-service,
.price-table-header-cost,
.price-table-header-order {
    font-size: calc(18px * 0.8);
    color: #000;
}

.price-table-header .price-table-header-num,
.price-item .price-item-num {
    padding-left: 0;
}

.price-item {
    transition: background-color 0.3s;
}

.price-item:hover .price-item-service a,
.price-item:hover .price-item-cost {
    font-weight: 700;
    color: var(--osnovnoy-siniy);
}

.price-item-num {
    font-weight: 700;
    line-height: 100%;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: calc(27px * 0.8);
}

.price-item-service a {
    text-decoration: none;
    font-weight: 400;
    font-size: calc(22px * 0.8);
    line-height: 123%;
    color: #323232;
}

.price-item-service {
    width: calc(600px * 0.8);
}

.price-item-cost {
    font-weight: 400;
    font-size: calc(22px * 0.8);
    line-height: 100%;
    color: var(--osnovnoy-siniy);
    width: calc(400px * 0.8);
}

.price-item-order {
    text-align: center;
    width: calc(276px * 0.8);
    padding-right: 0 !important;
}

.btn-order {
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 0 2px 0 0 #12335a, inset 0 4px 4px 0 #3b71b0;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    border-radius: 10px;
    padding: calc(15px * 0.8);
    width: calc(276px * 0.8);
    height: calc(48px * 0.8);
    font-weight: 700;
    font-size: calc(22px * 0.8);
    line-height: 82%;
    color: #fff;
}

.btn-order:hover {
    background-color: #003d82;
}

.show-more-btn {
    display: block;
    margin: calc(50px * 0.8) auto 0 auto;
    padding: calc(10px * 0.8) calc(20px * 0.8);
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: calc(16px * 0.8);
    transition: background-color 0.3s;
    border: 1px solid #828282;
    border-radius: 10px;
    padding: calc(15px * 0.8) calc(50px * 0.8);
    width: calc(250px * 0.8);
    height: calc(53px * 0.8);
}

.show-more-btn:hover {
    background-color: #828282;
    color: white;
}

.price-item.hidden {
    display: none;
}

.price-list td {
    padding: 14px;
    border-bottom: 1px solid #323232;
    text-align: left;
}

/*
 * Giga 2
 */

.video-section {
    background-color: #1D2A39;
    background-image: url("../images/bg-video.png");
    padding: 60px 0;
    /* Изменено */
}

.video-section .video-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    /* Изменено */
}

.video-section .video-thumbnail {
    position: relative;
    width: 276px;
    /* Изменено */
    background: var(--osnovnoy-seryy);
    padding-right: 4px;
}


.video-section .video-thumbnail img {
    width: 100%;
}

.video-section .play-button {
    position: absolute;
    top: 40px;
    /* Изменено */
    right: 32px;
    /* Изменено */
    display: block;
    width: 40px;
    /* Изменено */
    height: 40px;
    /* Изменено */
}

.video-section .video-description h3 {
    font-weight: 700;
    font-size: 21.6px;
    /* Изменено */
    line-height: 111%;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-section .video-description p {
    font-weight: 400;
    font-size: 17.6px;
    /* Изменено */
    line-height: 136%;
    color: #323232;
    margin-top: 24px;
    /* Изменено */
}


.contact-form-section {
    padding: 80px 0 0;
    /* Изменено */
}

.contact-form-section .form-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    /* Изменено */
}

.contact-form-section .form-content {
    max-width: 56%;
    /* Изменено */
}

.contact-form-section .form-content h2 {
    margin-bottom: 16px;
    /* Изменено */
    font-weight: 700;
    font-size: 38.4px;
    /* Изменено */
    line-height: 146%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
}

.contact-form-section .form-content p {
    margin-bottom: 8px;
    /* Изменено */
    font-size: 16px;
    /* Изменено */
    font-weight: 300;
    font-size: 18px;
    /* Изменено */
    line-height: 159%;
    color: #323232;
}

.contact-form-section .contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* Изменено */
    width: 555.2px;
    /* Изменено */
}

.contact-form-section .contact-form .flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact-form-section .contact-form input {
    font-size: 13.44px;
    /* Изменено */
    border: 1px solid #ccc;
    border-radius: 8px;
    /* Изменено */
    padding: 9.6px 32px;
    /* Изменено */
    width: 269.6px;
    /* Изменено */
    height: 48px;
    /* Изменено */
    background: #fff;
    font-weight: 400;
    font-size: 14.4px;
    /* Изменено */
    line-height: 100%;
    color: #9da9b6;
}

.contact-form-section .contact-form .submit-button {
    color: white;
    font-size: 14.4px;
    /* Изменено */
    border: none;
    cursor: pointer;
    border-radius: 8px;
    /* Изменено */
    padding: 9.6px;
    /* Изменено */
    width: 269.6px;
    /* Изменено */
    height: 48px;
    /* Изменено */
    box-shadow: 0 1.6px 0 0 #12335a, inset 0 3.2px 3.2px 0 #3b71b0;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    font-weight: 700;
    font-size: 17.6px;
    /* Изменено */
    line-height: 82%;
    color: #fff;
}

.contact-form-section .contact-form .submit-button:hover {
    background: linear-gradient(180deg, #5191dd 0%, #245895 100%);
}

.contact-form-section .form-content .privacy-policy {
    font-size: 9.6px;
    /* Изменено */
    margin-top: 16px;
    /* Изменено */
    color: #777;
    font-weight: 400;
    font-size: 11.2px;
    /* Изменено */
    line-height: 129%;
    color: #323232;
}

.contact-form-section .contact-info {
    background: rgba(28, 70, 129, 0.1);
    border-radius: 8px;
    /* Изменено */
    padding: 8px 16px;
    /* Изменено */
    width: 269.6px;
    /* Изменено */
    height: 107.2px;
    /* Изменено */
    min-width: 269.6px;
    /* Изменено */
    align-items: center;
    justify-content: center;
}

.contact-form-section .contact-info p {
    font-weight: 400;
    font-size: 14px;
    /* Изменено */
    line-height: 135%;
    text-align: center;
    color: #323232;
}

.contact-form-section .contact-info .phone-info {
    display: flex;
    gap: 8px;
    /* Изменено */
    align-items: center;
}

.contact-form-section .contact-info .phone-link {
    font-size: 16px;
    /* Изменено */
    color: #0056b3;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    /* Изменено */
    line-height: 159%;
    text-align: center;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-form-section .phone-link:hover,
.contact-form-section .whatsapp-link:hover {
    text-decoration: underline;
}

.contact-form-section .image-wrapper {
    position: relative;
    max-width: 36%;
    /* Изменено */
    text-align: center;
}

.contact-form-section .image-wrapper img {
    width: 100%;
    border-radius: 8px;
    /* Изменено */
    display: block;
}

.contact-form-section .image-caption {
    position: absolute;
    bottom: 77.6px;
    /* Изменено */
    left: 235.2px;
    /* Изменено */
    transform: translateX(-50%);
    color: white;
    border-radius: 8px;
    /* Изменено */
    padding: 12px 24px 20px 24px;
    /* Изменено */
    width: 205.6px;
    /* Изменено */
    height: 75.2px;
    /* Изменено */
    background: #fff;
}

.contact-form-section .image-caption p {
    font-weight: 700;
    font-size: 14.4px;
    /* Изменено */
    line-height: 122%;
    color: #323232;
}

.contact-form-section .image-caption span {
    display: block;
    font-weight: 400;
    font-size: 14.4px;
    /* Изменено */
    line-height: 122%;
    color: #323232;
}

.contact-form-section .image-caption span:last-child {
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    border-radius: 24px;
    /* Изменено */
    padding: 4px 8px;
    /* Изменено */
    width: 92.8px;
    /* Изменено */
    height: 25.6px;
    /* Изменено */
    font-weight: 400;
    font-size: 14.4px;
    /* Изменено */
    line-height: 122%;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: -8px;
    /* Изменено */
    transform: translateX(-50%);
}


.office-section {
    padding: 40px 0;
    /* Изменено */
    background-color: #fff;
}

.office-section .office-title {
    margin-bottom: 32px;
    /* Изменено */
    font-weight: 700;
    font-size: 41.6px;
    /* Изменено */
    line-height: 135%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
}

.office-section .office-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    /* Изменено */
}

.office-section .office-badge {
    display: flex;
    align-items: center;
    gap: 24px;
    /* Изменено */
}

.office-section .ratings {

    flex-direction: row;
}

.office-section .rating-item .left>img {
    height: 12px;
    /* Изменено */
    object-fit: contain;
    object-position: left;
}

.office-section .rating-item {

    width: 168.8px;
    /* Изменено */

    height: 64.8px;
    /* Изменено */
}

.office-section .office-badge img {
    width: 100px;
    /* Изменено */
    height: auto;
}

.office-section .office-badge p {
    font-weight: 300;
    font-size: 21.6px;
    /* Изменено */
    line-height: 130%;
    color: #323232;
}

.office-section .highlight-text {
    font-weight: 700;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.office-section .office-reviews {
    display: flex;
    gap: 16px;
    /* Изменено */
}

.office-section .review-item {
    text-align: center;
}

.office-section .review-item img {
    width: 64px;
    /* Изменено */
    height: auto;
}

.office-section .review-item p {
    font-size: 12.8px;
    /* Изменено */
    margin-top: 8px;
    /* Изменено */
}

.office-section .office-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    /* Изменено */
    justify-content: center;
}

.office-section .office-gallery img {
    width: calc(25% - 16px);
    /* Изменено */
    height: auto;
    border-radius: 8px;
    /* Изменено */
}

.office-section .office-gallery img:nth-child(1),
.office-section .office-gallery img:nth-child(6) {
    width: 48%;
    /* Изменено */
}

.contact-section {
    padding: 40px 0;
    /* Изменено */
    /* background-color: #fff; */
    position: relative;
    /* background-image: url("../images/bg-map.png"); */
    /* background-position: top left; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-size: cover; */
}

.contact-section:before {
    content: "";
    position: relative;
    background-image: url(../images/bg-map.png);
    background-position: top left;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: -200.8px;
    /* Изменено */
    z-index: -1;
}

.contact-section .contact-title {
    text-align: left;
    font-size: 25.6px;
    /* Изменено */
    margin-bottom: 16px;
    /* Изменено */
    font-weight: 700;
    font-size: 38.4px;
    /* Изменено */
    line-height: 146%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
}

.contact-section .contact-body {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.contact-section .contact-info {
    width: 25.6%;
    /* Изменено */
}

.contact-section .contact-info p {
    margin-bottom: 12px;
    /* Изменено */
    line-height: 130%;
    color: #323232;
    font-weight: 300;
    font-size: 17.6px;
    /* Изменено */
}

.contact-section .contact-info a {
    font-weight: 300;
    font-size: 17.6px;
    /* Изменено */
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #323232;
}

.contact-section .callback-btn {
    color: #fff;
    border: none;
    font-size: 14.4px;
    /* Изменено */
    cursor: pointer;
    border-radius: 8px;
    /* Изменено */
    padding: 9.6px 32px;
    /* Изменено */
    width: 269.6px;
    /* Изменено */
    height: 48px;
    /* Изменено */
    box-shadow: 0 1.6px 0 0 #12335a, inset 0 3.2px 3.2px 0 #3b71b0;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    font-weight: 700;
    font-size: 17.6px;
    /* Изменено */
    line-height: 82%;
    color: #fff;
}

.contact-section .callback-btn:hover {
    background: linear-gradient(180deg, #5191dd 0%, #245895 100%);
}

.contact-section .contact-map {
    width: 48%;
    /* Изменено */
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -2;
}

.contact-section .contact-map img {
    width: 100%;
    border-radius: 8px;
    /* Изменено */
    object-fit: cover;
    height: 100%;
}



.footer-section {
    color: #ffffff;
    padding: 40px 0;
    /* Изменено */
    background: #1d2a39;
}

.footer-section .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.footer-section .footer-info {
    font-size: 12.8px;
    /* Изменено */
    line-height: 1.5;
}

.footer-section .footer-info p {
    margin-bottom: 8px;
    /* Изменено */
    font-weight: 300;
    font-size: 14.4px;
    /* Изменено */
    line-height: 139%;
    color: #fff;
}

.footer-section .footer-info p strong {
    display: block;
    font-weight: 700;
    font-size: 17.6px;
    /* Изменено */
}

.footer-section .footer-info a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.footer-section .footer-info a:hover {
    text-decoration: underline;
}

.footer-section .footer-btn {
    display: flex;
    align-items: center;
}

.footer-section .consult-btn {
    border: none;
    cursor: pointer;
    border-radius: 8px;
    /* Изменено */
    padding: 12px;
    /* Изменено */
    width: 256px;
    /* Изменено */
    height: 48px;
    /* Изменено */
    background: #fff;
    font-weight: 600;
    font-size: 17.6px;
    /* Изменено */
    line-height: 77%;
    color: var(--osnovnoy-siniy);
}

.footer-section .consult-btn:hover {
    background-color: var(--osnovnoy-siniy);
    color: white;
}



/* Основные стили для попап контейнера */
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    /* Изменено */
    padding: 24px 124px;
    /* Изменено */
    width: 612.8px;
    /* Изменено */
    height: 467.2px;
    /* Изменено */
    box-shadow: 0 3.2px 12px 0 rgba(0, 0, 0, 0.12);
    /* Изменено */
    background: linear-gradient(174deg, #f5f5f5 0%, #fff 74.4%);
    /* Изменено */
}

.popup h2 {
    font-weight: 700;
    font-size: 28.8px;
    /* Изменено */
    line-height: 139%;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
}

.popup p {
    font-weight: 400;
    font-size: 17.6px;
    /* Изменено */
    line-height: 136%;
    text-align: center;
    color: #323232;
    margin-top: 16px;
    /* Изменено */
}

/* Стили для кнопки закрытия попапа */
.popup .popup-close {
    position: absolute;
    top: -12.8px;
    /* Изменено */
    right: -12.8px;
    /* Изменено */
    font-size: 35.2px;
    /* Изменено */
    cursor: pointer;
    width: 40px;
    /* Изменено */
    height: 40px;
    /* Изменено */
    box-shadow: 0 3.2px 20px 0 rgba(0, 0, 0, 0.08);
    /* Изменено */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

/* Стили для формы */
.popup form {
    display: flex;
    flex-direction: column;
    width: 364px;
    /* Изменено */
    margin: 0 auto;
    margin-top: 32px;
    /* Изменено */
}

.policy {
    /* Изменено */
    font-weight: 400;
    font-size: 12px;
    /* Изменено */
    line-height: 129%;
    text-align: left;
    color: #323232;
}

.policy-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
/*
    margin-bottom: 20px;
*/
    cursor: pointer;
}

.policy-checkbox--flex {
  flex: 0 0 100%;
}

.policy-checkbox input[type="checkbox"] {
    width: 18px !important;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    cursor: pointer;
}

.privacy-link {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--osnovnoy-siniy);
}


.popup form input {
    margin-bottom: 16px;
    /* Изменено */
    border-radius: 8px;
    /* Изменено */
    padding: 9.6px 32px;
    /* Изменено */
    width: 364px;
    /* Изменено */
    height: 48px;
    /* Изменено */
    background: var(--osnovnoy-seryy);
    font-weight: 400;
    font-size: 14.4px;
    /* Изменено */
    line-height: 100%;
    color: #9da9b6;
}

.popup form button {
    font-size: 12.8px;
    /* Изменено */
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    /* Изменено */
    padding: 9.6px;
    /* Изменено */
    width: 364px;
    /* Изменено */
    height: 48px;
    /* Изменено */
    box-shadow: 0 1.6px 0 0 #12335a, inset 0 3.2px 3.2px 0 #3b71b0;
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    margin-top: 8px;
    /* Изменено */
    font-weight: 700;
    font-size: 17.6px;
    /* Изменено */
    line-height: 82%;
    color: #fff;
}

#popup-case {}

#popup-case .popup {
    padding: 40px 80px;
    /* Изменено */
    border-radius: 8px;
    /* Изменено */
    padding: 40px 80px;
    /* Изменено */
    width: 1136px;
    /* Изменено */
    height: 557.6px;
    /* Изменено */
    box-shadow: 0 3.2px 16px 0 rgba(0, 0, 0, 0.08);
    /* Изменено */
    background: #fff;
}


.tabs-nav {
    display: flex;
    justify-content: center;
    height: 48px;
}

/* Изменено */
.tabs-nav li {
    list-style: none;
    width: 19.84%;
    /* Изменено */
}

.tabs-nav li a {

    border-right: 0.8px solid #233f67;
    /* Изменено */

    padding: 12px;
    /* Изменено */

    background: #eaeff2;
    /* Изменено */

    font-weight: 700;

    font-size: 14.4px;
    /* Изменено */

    line-height: 133.6%;
    /* Изменено */

    color: #233f67;

    list-style: none;

    width: 79.2%;
    /* Изменено */

    text-decoration: none;

    width: 100%;

    display: block;
}

.tabs-nav li a.active {
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    font-weight: 700;
    font-size: 14.4px;
    /* Изменено */
    line-height: 133.6%;
    /* Изменено */
    color: #fff;
    width: 99%;
    /* Изменено */
    display: block;
}

.tabs-nav li:last-child a {
    border-right: none;
}

.tabs-items {

    margin-top: 16px;
    /* Изменено */
}

.tabs-items .flex {
    display: flex;
    gap: 16px;
    /* Изменено */
}

.tabs-items .left {}

.tabs-items .left .case {}

.tabs-items .left .case img {}

.tabs-items .left a {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 14px;
    /* Изменено */
    line-height: 144%;
    /* Изменено */
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #323232;
}

.tabs-items .right {}

.tabs-items .right h2 {

    font-weight: 700;

    font-size: 22px;
    /* Изменено */

    line-height: 144%;
    /* Изменено */

    color: #323232;

    font-family: var(--font-family);

    text-align: left;

    text-transform: math-auto;
}

.tabs-items .right p {
    font-weight: 240;
    /* Изменено */
    font-size: 18px;
    /* Изменено */
    line-height: 144%;
    /* Изменено */
    color: #323232;
    text-align: left;
}

.tabs-items .right p span {
    font-weight: 700;
    font-size: 17.6px;
    /* Изменено */
    line-height: 108.8%;
    /* Изменено */
    color: #515151;
}

.tabs-items .left a svg {
    position: absolute;
    left: 50%;
    top: 160px;
    /* Изменено */
    transform: translate(-50%, -50%);
}

.hidden {
    display: none;
}

.mob {
    display: none;
}

.burger {
    display: none;
}

.arrow.inactive {
    opacity: 0;
    /* Изменено */
    pointer-events: none;
    /* Изменено */
    position: absolute;
    top: 0px;
    left: -4px;
    /* Изменено */
}

.team-slider .dots {
    display: none;
}

.right-arrow {
    position: absolute;
    top: 100px;
    /* Изменено */
    right: 0px;
    z-index: 0.8;
    /* Изменено */
}

.left-arrow {
    position: absolute;
    top: 100px;
    /* Изменено */
    left: 0px;
}

.right-arrow img {
    transform: translateY(-40px) scale(-0.8, 0.8);
    /* Изменено */
}

.left-arrow img {
    transform: translateY(-40px) scale(0.8, 0.8);
    /* Изменено */
}

.team-thumbnails,
.team-thumbnails2 {
    display: flex;
    transition: transform 0.24s ease;
    /* Изменено */
}

@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.64);
        /* Изменено */
        -webkit-transform: scale(0.64);
        /* Изменено */
        -moz-transform: scale(0.64);
        /* Изменено */
        -ms-transform: scale(0.64);
        /* Изменено */
        -o-transform: scale(0.64);
        /* Изменено */
    }

    100% {
        transform: scale(1);
    }
}


.shadow {
    box-shadow: 0px 0px 2.4px 0.8px #2d65a8;
    /* Изменено */
}

.hero .rating-item.shadow p.pay {
    font-weight: 700;
    font-size: 12.8px;
    /* Изменено */
    line-height: 109.6%;
    /* Изменено */
    color: #323232;
}

.hero .rating-item.shadow p.pay strong {
    background: linear-gradient(180deg, #2d65a8 0%, #233f67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlights.highlights-mobile {
    display: none;
}

@media (max-width: 768px) {
    .highlights {
        display: none;
    }

    .highlights.highlights-mobile {
        display: flex;
    }
}

.thanks {
    display: flex;
}

.thanks__left {
    width: 66%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.thanks__right {
    width: 34%;
    display: flex;
    align-items: flex-end;
}

.thanks__logo {
    width: 327px;
    height: 78px;
}

.thanks__title {
    font-family: "Optima", sans-serif;
    font-weight: bold;
    font-size: 42px;
    line-weight: 40px;
    background: linear-gradient(180deg, #323232 0%, #656565 50%, #202020 100%);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 48px;
}

.thanks__text {
    width: 50%;
    font-size: 16px;
}

.thanks__image {
    height: 90%;
}

@media screen and (max-width: 960px) {
    .thanks__title {
        margin-top: 28px;
        font-size: 38px;
    }

    .thanks__text {
        width: 80%;
        font-size: 16px;
    }
}

@media (max-width:720px) {
    .thanks {
        flex-direction: column;
        padding-top: 30px;
        text-align: center;
    }

    .thanks__left {
        width: 100%;
    }

    .thanks__right {
        width: 100%;
    }

    .thanks__logo {
        margin: 0 auto;
        width: 178px;
        height: auto;
    }

    .thanks__title {
        margin-top: 20px;
        font-size: 22px;
    }

    .thanks__text {
        width: 100%;
        padding-top: 10px;
        font-size: 16px;
    }

    .thanks__image {
        width: 178px;
        margin: 0 auto;
        padding-top: 20px;
    }
}

/*
 * popup - privacy
 */
 
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
    justify-content: center;
    align-items: center;
}

.privacy-popup {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    width: 80%;
    max-width: 800px;
    height: 80vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.privacy-popup h2 {
    margin: 0;
    padding: 20px;
    color: #333;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #777;
    background: none;
    border: none;
}

.close-btn:hover {
    color: #333;
    background: transparent;
}

.privacy-iframe {
    border: none;
    flex-grow: 1;
    width: 100%;
    border-radius: 0 0 8px 8px;
}

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.privacy-link {
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 768px) {
    .privacy-popup {
        width: 95%;
        height: 90vh;
    }
}



/* Стили для плашки */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #061E2F; /* Цвет фона плашки */
    color: #fff; /* Цвет текста */
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    z-index: 9999;
    box-sizing: border-box;
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.cookie-banner p {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    flex: 1;
}

.cookie-banner a {
    color: #fff; /* Цвет ссылки */
    text-decoration: underline;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.cookie-banner a:hover {
    color: #0097b7; /* Цвет ссылки при наведении */
}

.accept-button {
    background: linear-gradient(to right, #02A9E1, #02E1E1);
    color: #fff; /* Цвет текста кнопки */
    border: none;
    padding: 8px 20px;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 120px;
}

.accept-button:hover {
    background: linear-gradient(to right, #0280b7, #02b7b7);
    transform: translateY(-1px);
}

/* Мобильная версия */
@media(max-width: 767px) {
    .cookie-banner {
        padding: 12px 15px;
        gap: 15px;
    }
    
    .cookie-content {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .cookie-banner p {
        font-size: 12px;
        line-height: 1.3;
    }
    
    .accept-button {
        padding: 6px 16px;
        font-size: 13px;
        min-width: 100px;
    }
}

/* Для очень маленьких экранов */
@media(max-width: 480px) {
    .cookie-banner {
        padding: 10px 12px;
        gap: 10px;
    }
    
    .cookie-banner p {
        font-size: 11px;
    }
    
    .cookie-content {
        gap: 10px;
    }
}
