/* ORIGINAL CSS FILE - REORGANIZED */
/* CRITICAL CSS START */
:root {
    --blue: #1e67ff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --primary-green: #28a745;
    --text-dark: #000;
    --text-gray: #333;
    --bg-light: #f8f9fa;
}

/* CRITICAL CSS END */
/* ============================================
   BASE STYLES & RESET
   ============================================ */
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}

/* ============================================
   GRID SYSTEM
   ============================================ */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.text-center {
    text-align: center;
}

/* ============================================
   BUTTONS
   ============================================ */
.fbox3>div[class*=col] {
    padding-top: 5px;
    padding-bottom: 5px
}

.mainrs {
    position: relative;
}

.mainr {
    bottom: -250px;
    right: -100px;
    z-index: 0;
    position: absolute;
    z-index: 3;
}

.mainr img {
    height: 900px;
}

.mainr2 {
    z-index: 1;
    bottom: 340px;
    right: 490px;
    position: absolute;
    z-index: 1;
}

.mainr2 img {
    width: 150px;
}

.mainr3 {
    bottom: 240px;
    right: 0px;
    position: absolute;
    z-index: 1;
}

.mainr3 img {
    width: 210px;
}



/* Mobile Extra Small (up to 374px) */
@media (max-width: 374px) {
    html {
        font-size: 14px;
    }

    .container {
        padding: 0 8px;
    }
    .header-links__item {
        font-size: 18px;
    }
    h1 {
    }
.header-socials__link {
    width: 25px;
    height: 25px;
}
    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    .logo img {
        height: 35px;
    }

    .btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .form-btn {
        height: 60px;
        font-size: 14px;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    *, *::before, *::after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    img {
        page-break-inside: avoid;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    header, footer, .hero-buttons, .btn {
        display: none;
    }
}

/* Quiz calculating animation */
.quiz-calculating {
    display: none;
    padding: 80px 40px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    min-height: 500px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 100;
}

/* Quiz inner positioning */
.quiz-inner {
    position: relative;
    min-height: 500px;
}

/* Hide semifinal items by default */
.quiz-semifinal-items {
    display: none !important;
}

/* Responsive */
@media (max-width: 991px) {
    .quiz-calculating {
        padding: 60px 30px;
        min-height: 450px;
    }

    .quiz-inner {
        min-height: 500px;
    }

    .calculating-steps {
        padding: 0 10px;
        gap: 10px;
    }
}

/* Quiz Final Wrapper */
.quiz-final-wrapper {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
}

/* Benefits */
.quiz-benefits {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Form Groups */
.grid-semi .form-group {
    margin-bottom: 0px;
}

/* Form Trust */
.form-trust {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

/* Special Offer */
.special-offer {
    background: linear-gradient(135deg, #fff9e6 0%, #fff 100%);
    border: 2px solid #eeb300;
    border-radius: 16px;
    padding: 25px;
    position: relative;
}

/* Social Proof */
.social-proof {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* Testimonial Mini */
.testimonial-mini {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* Guarantees */
.guarantees {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* Urgency Block */
.urgency-block {
    background: linear-gradient(135deg, #ffe6e6 0%, #fff 100%);
    border: 2px solid #e74c3c;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

/* Responsive */
@media (max-width: 1200px) {
    .quiz-final-wrapper {
        grid-template-columns: 1fr 320px;
        gap: 30px;
    }
}

/* overlay */
.mobile-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  z-index: 999;
}


/* ============================================
   SECTION 2: RESET & BASE STYLES
   ============================================ */

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

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #282828;
    background: #fff;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
    cursor: pointer;
}

h1 {
    font-size: clamp(2.2rem, 7vw, 4.2rem);
    letter-spacing: -0.02em;
    text-align: left;
    font-weight: 900;
    line-height: 1.2;
    /* text-transform: uppercase; */
}

h2 {
    line-height: 1.3;
    font-size: 50px;
    color: #282828;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
}

h3 {
    line-height: 1.3;
    font-size: 45px;
    color: #282828;
    position: relative;
    margin-bottom: 0;
    font-weight: 900;
}

body {
    font-family: Gilroy;
}

.container {
    max-width: 1400px;
    z-index: 1
}

#quiz .container {
    padding: 0
}

.after-submit .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 150px 0;
}

.hero .container {
    display: grid;
    /* position: relative; */
}

h2, .services-header{
  font-size: clamp(26px, 3.2vw, 50px);
  line-height: 1.2;
}

h3{
  font-size: clamp(22px, 2.8vw, 45px);
  line-height: 1.25;
}


/* ============================================
   SECTION 3: GRID SYSTEM
   ============================================ */

[class*="col-"] {
    padding: 0 15px;
    width: 100%;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-img-map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}


/* ============================================
   SECTION 4: UTILITY CLASSES
   ============================================ */

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-stretch {
    align-items: stretch;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.w-75 {
    width: 75% !important;
}

.w-50 {
    width: 50% !important;
}

.w-25 {
    width: 25% !important;
}

.h-100 {
    height: 100% !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.p-center-all {
    text-align: center !important;
}

.h-clinic-nav {
    text-align: center;
    font-size: 16px;
    max-width: 70px;
    margin-top: 60px;
    font-weight: 600;
    color: #fff
}

.p-spec-cena {
    padding: 10px;
    background: #fc1212
}

.p-spec-cena-price {
    color: #fc1212
}

.p-center-all {
    text-align: center !important
}

.p-now-work {
    font-size: 14px;
    text-align: center;
}

.h-span {
    font-weight: 600!important;
}

.h-proekty {
    font-size: 30px;
    font-weight: 700;
    max-width: 100%;
    margin-left: 0;
}

.mb-0 a {
    display: flex;
    justify-content: start;
    align-items: center;
    text-decoration: none !important
}

.h-form {
    font-weight: 600;
    text-align: center;
    color: #000;
    font-size: 28px;
    margin-bottom: 15px
}

.p-uslugi-main {
    min-height: 80px;
    font-weight: 500;
    font-size: 17px;
    color: #b2b2b2;
}

.mbs {
    margin-bottom: 0.41vw;
}

.mb2 {
    margin-bottom: 20px;
}

.h-description {
    line-height: 1.4;
    font-size: 22px;
    color: #8795a7;
    margin-top: 30px;
}

.tac {
    text-align: center
}

.fw3 {
    font-weight: 300
}

.fw5 {
    font-weight: 500
}

.fw7 {
    font-weight: 700
}

.fw8 {
    font-weight: 800
}

.ttu {
    text-transform: uppercase
}

a.text-min {
    color: #181818;
    transition: all .4s
}

a.text-min:hover {
    color: #ff7200
}

.mb {
    margin-bottom: 2.083vw
}

.mbm {
    margin-bottom: 20px;
}

.mbs {
    margin-bottom: .41vw
}

.fz12 {
    font-size: 12px;
}

.fz15 {
    font-size: .78125vw
}

.fz16 {
    font-size: 17px;
}

.fz18 {
}

.fz24 {
    font-size: 1vw;
}

.fz30 {
    font-size: 1.2vw;
}

.fz36 {
    font-size: 1.875vw
}

.fz60 {
    font-size: 3.125vw
}

.cost-item .mbm {
    margin-bottom: 1.302vw
}

.cases-item__left .fz18 {
    margin-bottom: .885vw
}

.reviews-link__right .fz15 {
    opacity: .65
}

.lawyer-item .fz18 {
    opacity: .65
}

.warranty-item .fz16 {
    opacity: .65
}

.steps-item .fz18 {
    line-height: 1.354vw
}

.thank-contact .fz30 {
    margin-bottom: 2rem
}

.flex-delivery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.text-final-dop {
    font-size: 20px
}

.color-yellow {
    color: #eeb300;
}

.color-red {
    color: #e74c3c;
}

/* ============================================
   SECTION 5: MAIN SECTION
   ============================================ */

#main-circle-1 {
    width: 220px;
    height: 220px;
    position: absolute;
    top: 450px;
    right: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

#main-circle-2 {
    width: 220px;
    height: 220px;
    position: absolute;
    top: 250px;
    right: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

#main {
    background: url(../images/bg.png) center bottom no-repeat;
    background-size: cover;
}

#main-circle {
    width: 220px;
    height: 220px;
    background: url(../images/main-circle.png) center center no-repeat;
    position: absolute;
    top: 400px;
    right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.main-circle-text {
    font-size: 17px;
    color: #787878
}

.main-circle-num {
    font-size: 26px;
    color: #7888ff;
    margin-bottom: -10px;
    margin-top: -15px;
    font-weight: 600;
}

.main-circle-num span {
    font-size: 56px;
}

#main-circle-doc {
    width: 220px;
    height: 220px;
    background: url(../images/main-circle.png) center center no-repeat;
    position: absolute;
    top: 270px;
    right: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

#main-circle-i {
    position: absolute;
    width: 173px;
    height: 124px;
    background: url(../images/main-circle-icon.png) center center no-repeat;
    left: -140px;
    top: -10px
}


/* ============================================
   SECTION 6: HEADER & NAVIGATION
   ============================================ */

.logo-site {
    padding-right: 15px;
    max-width: 120px;
}

.header-tel-main {
    font-size: 25px;
    color: #000
}

.footer-row, .header-row {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 0;
}

.header-col {
    display: flex
}

.header-logo-col {
    align-items: center;
    justify-content: flex-start;
}

.about-us-block img, .nav-item:last-child {
    margin-right: 0
}

.header-soc-col {
    width: 15%;
    justify-content: center;
    align-items: center
}

.header-tel-col {
    width: 17%;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.header-tel, .header-tel:hover {
    font-size: 27px;
    color: #282828;
    font-weight: 600;
}

.header-tel-text {
    font-size: 15px;
    color: #282828;
    margin-left: 15px;
    text-align: center;
}

.header-before-after-col {
    width: 17%;
    justify-content: center;
    align-items: center
}

.header-before-after-text {
    font-size: 13px;
    color: #000;
    margin-left: 15px
}

.header-col-address {
    width: 25%;
    justify-content: center;
    align-items: center
}

.header-address-text {
    color: #000;
    font-size: 15px;
    margin-left: 10px
}

.education-h-block img, .nav-item, .smas-about-block img {
    margin-right: 40px;
}

.card-header {
    border-bottom: none !important;
    padding: 15px 20px;
    border-radius: 10px !important;
    background-color: #fff;
}

.header-socials__item-icon {
    -webkit-background-size: 50% 50%;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.header-socials__item-icon_whatsapp {
    background-image: url(../images/whatsapp.svg)
}

.header-socials__item-icon_instagram {
    background-image: url(../images/viber.png);
}

.header-socials__item-icon_telegram {
    background-image: url(../images/telegram.svg)
}

.header-socials__item-icon_phone {
    background-image: url(../images/phone.svg);
    -webkit-background-size: 40% 40%;
    background-size: 40%
}

.header-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-socials__title {
    font-size: calc(12px + 2*((100vw - 320px)/960));
    line-height: calc(18px + 2*((100vw - 320px)/960));
    text-align: center;
}

.header-socials__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 15px;
}

.header-socials__item {
    border-radius: 60%;
    background: #0ccf87;
    width: 42px;
    height: 42px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.header-socials__item:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.header-socials__item_instagram {
    background: #746fbb;
}

.header-socials__item_phone, .header-socials__item_telegram {
    background: #19aae7;
}

.header-socials__item_inst {
    background: #b40eca;
}

.header-socials__item_phone {
    background-image: -webkit-linear-gradient(90deg, #487dc0 0%, #3f7bc7 100%);
    background-image: -ms-linear-gradient(90deg, #0049ae 0%, #1171f5 100%);
    margin-right: 15px;
}

.header-socials__item+.header-socials__item {
    margin-left: 5px
}

.header-socials__item-icon_inst {
    background-image: url(../images/instagram.png);
}

.logo-img {
    margin-right: 15px;
}

.logo-text-1 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 3px;
    font-weight: 400;
    color: #0c0c0c;
}

.header-col-mail, .header-col-soc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-col-mail {
}

.nav-dropdown {
    margin-top: 5px !important;
}

.popup-calc__header {
    width: 300px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 21px;
}

.header-link {
    display: flex;
    align-items: center;
}

.header-link__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #2875dd;
    margin-right: 0.9375vw;
}

.header-link__img img {
    width: 50%;
}

.contacts .block-header {
    margin-bottom: 80px
}

.contacts-messenger .header-messenger {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 18px
}

.header-messenger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px
}

.header-messenger a {
    width: 50px;
    height: 50px
}

.header-messenger a img {
    width: 22px
}

.header-messenger p {
    margin-left: 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .03em;
    width: 0
}

.header-messenger p img {
    width: 22px
}

.burger span {
    display: block;
    width: 65%;
    height: 1px;
    border-radius: 4px;
    position: relative;
    background-color: #f7844a
}

.burger span:after, .burger span:before {
    content: '';
    position: absolute;
    display: block;
    width: 150%;
    height: 1px;
    right: 0;
    background-color: #f7844a;
    border-radius: 4px
}

.burger span:before {
    top: -1rem
}

.burger span:after {
    bottom: -1rem
}

.header-price {
    display: flex;
    align-items: center
}

.header-price__img {
    display: flex;
    width: 3.4375vw;
    margin-right: .885vw
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.3);
    padding: 80px 30px 30px;
    transition: 0.3s;
    z-index: 1000;
    overflow-y: auto;
}

.mobile-nav.active {
    left: 0;
}

.mobile-nav a {
    display: block;
    padding: 15px 0;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}

.mobile-nav a:hover {
    color: var(--primary-electric);
    padding-left: 10px;
}

.nav-item.dropdown {
    position: relative;
}

.nav-item.dropdown:hover .dropdown-menu-custom {
    display: block;
}

.dropdown-menu-custom a {
    display: block;
    padding: 12px 25px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.dropdown-menu-custom a:hover {
    background: var(--primary-electric);
    color: #fff;
    padding-left: 30px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    border-bottom: none;
    z-index: 1000;
}

.nav-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    height: 70px;
    border-bottom: 1px solid #262626;
}

.logo {
    font-weight: 900;
    font-size: 1.4rem;
    color: var(--primary);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1100;
    width: 200px;
}

.logo img {
    height: 50px
}

.logo span {
    color: var(--blue);
    vertical-align: middle;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.nav-menu {
    display: flex;
    gap: 25px;
    align-items: center;
}

.nav-link {
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: color 0.2s;
    cursor: pointer;
    color: #fff;
}

.nav-link:hover {
    color: var(--blue);
}

.dropdown .nav-link {
    display: flex;
    gap: 10px;
}

.dropdown .nav-link svg {
    width: 15px
}

.dropdown .nav-link svg path {
    fill: #2563eb
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1100;
}

.dropdown {
    position: relative;
    background: #5a5a5a21;
    padding: 7px 20px;
    border-radius: 20px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1b1b1b;
    border: 1px solid #1f1f1f;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    width: 260px;
    padding: 8px;
    z-index: 100;
    margin-top: 0px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    animation: slideUp 0.2s;
}

.dropdown-item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    font-size: 0.9rem;
    transition: 0.2s;
    border-bottom: 1px solid #1e1e1e;
}

.dropdown-item:hover {
    background: #f1f5f9;
    color: var(--blue);
}

.header-links {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: #6a7399;
}

.header-links__mail-text {
    position: relative;
    margin: 0;
    color: #838383;
    font-size: 13px;
}

.header-links__text {
    position: relative;
    padding-left: 0.625vw;
    margin-bottom: 0.219vw;
}

.header-links__text::before {
    content: '';
    border-radius: 50%;
    width: 0.365vw;
    height: 0.365vw;
    background-color: #48a43f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    -webkit-animation: online 2s infinite;
    animation: online 2s infinite;
}

.header-links__item {
    font-size: 23px;
    transition: color .3s ease;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin: 0;
}

.header-links__item:hover {
    color: #48a43f;
    transition: color .3s ease;
}

.socials-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.header-socials img {
    width: 40px;
    height: 40px;
    border-radius: var(--border-radius)
}

.header-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
}

.header-socials__text {
    font-size: 13px;
    color: #838383;
    line-height: 1.5;
    margin: 0;
    min-height: 40px;
}

.header-socials__link {
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .4s ease;
    margin-right: 2.88px;
    border-radius: 5px;
    position: relative;
    box-shadow: inset 0 8px 25px 0 rgba(255,255,255,.3);
}

.header-socials__link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
}

.header-socials__link svg path {
    fill: #fff;
}
.section-title {
    font-size: 45px;
    color: #282828;
    font-weight: 900;
    line-height: 1.3;
    }

.services-header {
    max-width: 710px;
    position: relative;
    margin-bottom: 0;
}

.services-header span {
    font-weight: 900;
}

.services-header__line {
    height: 1px;
    width: 1000px;
    background: #dadada;
    position: absolute;
    top: 50%;
    right: -183%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.services-header__line::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background-color: #2563ee;
}

.services-price__header {
    color: #282728;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.header-phone__link {
    font-size: 30px;
    color: #fff;
}

.header-phone__link p {
    color: #fff!important;
    font-weight: 700;
}

.burger-menu{
  width:44px;height:44px;
  display:none;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:1200;
  cursor:pointer;
}

.burger-menu span,
.burger-menu span::before,
.burger-menu span::after{
  content:"";
  display:block;
  width:26px;
  height:2px;
  background:#fff;
  border-radius:2px;
  transition:.25s ease;
  position:relative;
}

.burger-menu span::before{ position:absolute; top:-8px; left:0; }

.burger-menu span::after { position:absolute; top: 8px; left:0; }

.burger-menu.active span{background:transparent;color: #fff;}

.burger-menu.active span::before{
  top:0; transform:rotate(45deg);
}

.burger-menu.active span::after{
  top:0; transform:rotate(-45deg);
}

.burger-menu.active span::before,
.burger-menu.active span::after{
  background-color: #ffffff !important;
}

.burger-menu{ position: relative; z-index: 1200; }

.services-header, h2, h3{ margin-bottom: 14px; }


/* ============================================
   SECTION 7: HERO SECTION
   ============================================ */

.subtitle-h1 {
    max-width: 650px;
    margin: 0 auto 30px 0;
    text-align: left;
    color: #b7b7b7;
    font-size: 1.4rem;
    padding: 20px 0px;
    border-radius: 10px;
}

.repair-landing-wrapper {
    max-width: 650px;
}

.advantages-showcase-container {
    display: grid;
    justify-content: start;
    gap: 20px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.advantage-item-card {
    position: relative;
    background: #0000008c;
    padding: 10px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: left;
    /* border-bottom:5px solid #f2f2f2; */
    /* border: 1px solid #161616; */
}

.advantage-icon-holder {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-visual-element {
    max-width: 100%;
    height: auto;
}

.advantage-text-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #000000;
}

.advantage-label-primary {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #fff;
}

.advantage-label-secondary {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    padding: 0;
    margin: 0;
    color: #b9b9b9;
}

.tag2{color: #ffffff;padding: 8px 20px;border-radius: 5px;font-size: 1rem;display: inline-block;font-weight: 600;background: var(--yellow);color: #694a01;margin: 0 0 10px;}

.advantages-col img {
    width: 182px;
    height: 140px;
}

.hero-item__check img {
    width: .521vw
}

.hero-wrapper .btn {
    margin-right: 2.083vw
}

.hero h1 {
    max-width: 700px;
    color: #eeb300;
}

.hero h1 span {
    color: #ffffff;
}

.hero .spans {
    display: flex;
    gap: 20px;
    font-size: 20px;
    margin: 0 0 20px
}

.hero .span {
    text-align: left;
    margin: 0
}

.hero .span2 {
    text-align: left;
    margin: 0
}

.hero {
    /* background: url(../images/bg.png); */
    padding: 140px 0 150px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero .cont-left {
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.hero-tags {
    display: flex;
    gap: 10px;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.tag {
    background: #00000038;
    color: #d7d7d7;
    padding: 8px 30px;
    border-radius: 20px;
    font-size: 1rem;
    display: inline-block;
    font-weight: 600;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px;
}


/* ============================================
   SECTION 8: QUIZ SECTION
   ============================================ */

.estimation-form-module {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.quiz-inner {
    display: flex;
    justify-content: space-between;
    padding: 0vw 1.802vw;
    gap: 30px;
    margin-top: 30px;
}

.quiz-form {
    border-radius: 45px;
    position: relative;
    width: 60vw;
    display: flex;
    flex-direction: column
}

.quiz-form.is-semifinal {
    width: 100%;
}

.quiz-form.is-semifinal .quiz-semifinal-items {
    display: block
}

.quiz-form.is-semifinal::before {
    background-image: url(../img/quiz-semifinal-bg.png);
    background-size: cover
}

.quiz-form .msm {
    margin-bottom: 1.5vw;
}

.quiz-progress {
    position: relative;
    margin-bottom: 2vw;
    z-index: 1
}

.quiz-progress p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 13px;
}

.quiz-progress__bar {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 1.5vw;
    border-radius: 24px;
    background-color: #f7f7f7
}

.quiz-progress__inner {
    position: absolute;
    left: .26vw;
    top: 50%;
    transform: translateY(-50%);
    height: 1.15vw;
    border-radius: 150px;
    background-color: #cf9c02;
    -webkit-animation: loadingBg 15s infinite linear;
    animation: loadingBg 15s infinite linear;
    background-image: url(../img/loading.png);
    width: 12%
}

.quiz-items {
    position: relative;
    z-index: 1
}

.quiz-items h3 {
    margin: 0 0 20px;
    display: block;
    font-weight: 900;
    font-size: 27px;
    text-align: center;
}

.quiz-options {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    margin-bottom: 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.quiz-options--num .quiz-option {
    width: auto;
    flex-direction: row;
    align-items: center;
    margin: 0
}

.quiz-options--num .quiz-option__input {
    padding: 0;
    display: flex;
    text-align: center;
    width: 9.375vw;
    height: 3.90625vw;
    border-radius: 38px;
    background-color: #ebebeb99;
    border: none;
    margin-right: 1.198vw
}

.quiz-options--num .quiz-option__input::-webkit-inner-spin-button, .quiz-options--num .quiz-option__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield
}

.quiz-options--inline .quiz-option {
    width: 23.4375vw;
    margin: 0;
    margin-bottom: .9375vw
}

.quiz-options--inline .quiz-option__wrapper {
    padding: 1.042vw 1.354vw;
    border-radius: 25px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.quiz-options--inline .quiz-option__checkbox {
    position: relative;
    transform: none;
    left: unset;
    bottom: unset;
    margin-right: .729vw
}

.quiz-option p {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
}

.quiz-option {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.7rem;
}

.quiz-option:hover .quiz-option__checkbox {
    background-color: #fff
}

.quiz-option:hover .quiz-option__checkbox::before {
    background-color: #2f82e4
}

.quiz-option__input {
    display: none
}

.quiz-option__input:checked~.quiz-option__wrapper .quiz-option__checkbox {
    background-color: #fff !important
}

.quiz-option__input:checked~.quiz-option__wrapper .quiz-option__checkbox img:first-child {
    display: none
}

.quiz-option__input:checked~.quiz-option__wrapper .quiz-option__checkbox img:last-child {
    display: block
}

.quiz-option__input:checked~.quiz-option__wrapper .quiz-option__checkbox::before {
    background-color: #2f82e4
}

.quiz-option__wrapper {
    position: relative;
    margin-bottom: 20px;
    width: 100%
}

.quiz-option__img {
    display: flex;
    position: relative;
    width: 100%;
    height: 170px;
    transition: .3s;
    border-radius: 20px;
    overflow: hidden
}

.quiz-option__img img {
    position: absolute;
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.quiz-option__checkbox {
    width: 2.083vw;
    height: 2.083vw;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.885vw;
    transition: .3s;
    z-index: 2
}

.quiz-option__checkbox img {
    width: .573vw;
    z-index: 1
}

.quiz-option__checkbox img:last-child {
    display: none
}

.quiz-option__checkbox::before {
    content: '';
    width: 1.354vw;
    height: 1.354vw;
    background-color: #f7f7f7;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.quiz-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.quiz-click {
    display: flex;
    align-items: center
}

.quiz-click__img {
    display: flex;
    width: 1.71875vw;
    margin-right: .885vw
}

.quiz-btn__hint {
    position: absolute;
    left: 102%;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    color: #282828;
    box-shadow: 4px 7px 17px -6px #000;
    background-color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 33;
    opacity: 0;
    transition: opacity .6s
}

.quiz-btn--next:hover:disabled .quiz-btn__hint {
    opacity: 1
}

.quiz-semifinal {
    display: flex;
    flex-direction: column
}

.quiz-semifinal h4 {
    font-weight: 700;
    font-size: 45px;
}

.quiz-semifinal .btn, .quiz-semifinal .input {
    width: 100%;
}

.quiz-semifinal .btn {
}

.quiz-semifinal .btn {
    /* padding: 0!important; */
}

.quiz-semifinal-items {
    display: none;
    z-index: 1;
    pointer-events: none
}

.quiz-semifinal-img {
    display: flex;
    width: 400px;
    position: absolute;
    right: 50px;
    bottom: 0vw;
}

.quiz-gift {
    text-align: center;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .09);
    border-radius: 35px;
    background-color: #fff;
    position: absolute;
    right: 250px;
    bottom: 200px;
    z-index: 1
}

.quiz-gift__lock {
    width: 2.03125vw;
    height: 2.03125vw;
    background-image: radial-gradient(circle 1444px at 45.06% -78.75%, #317ce2 0, #317ce2 11%, #2875dd 100%);
    box-shadow: 0 10px 18px rgb(40 117 221 / 25%), inset 0 0 27px rgb(255 255 255 / 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -.9375vw;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.quiz-gift__lock img {
    width: .573vw
}

.quiz-right {
    padding-top: 3.75vw;
    padding-bottom: 2.9vw;
    background-size: cover;
    width: 26vw;
    max-height: 770px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff !important;
    background-image: url(../img/quiz-right.png);
    border-radius: 25px;
    justify-content: end;
    background-size: cover;
}

.quiz-right__name {
    text-align: center;
}

.quiz-right__name p.name-one {
    color: #362a06;
}

.quiz-right__name p.name-two {
    color: #000000;
}

.quiz-right p {
    color: #fff;
}

.quiz-right b {
    font-weight: 700
}

.quiz-right__gift {
    padding: 1.25vw 1.24vw;
    position: relative;
    margin: 20px 0px;
    border-radius: 25px;
    background-color: #0a0a0adb;
    width: 80%;
}

.quiz-right__gift-lock img {
    width: .573vw
}

.quiz-btn {
    background-color: #f4f4f4;
    background-image: none;
    box-shadow: none;
    padding: 15px 40px;
}

.quiz__square__img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin: 30px 0 60px 0;
}

#quiz picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 40px;
}

.quiz-form-wrap {
    width: 100%;
    max-width: 408px;
    display: flex;
    flex-direction: column
}

.quiz-form-wrap .button {
    margin: auto
}

#quiz {
    padding: 50px 15px 80px;
    background-size: cover;
}

#quiz::before {
    content: '';
    width: 98%;
    height: 98%;
    border-radius: 45px;
    border: 1px solid #e5e5e5;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.quiz-option:hover .quiz-option__img {
    box-shadow: 0 0 1rem 0.3rem #3d3d3d23;
}

.quiz-option__input:checked~.quiz-option__wrapper .quiz-option__img {
    border-color: #3974f4;
}

.quiz-option__img {
    border: 2px solid transparent;
}

.quiz-form.is-semifinal .quiz-semifinal-items {
    display: block !important;
}

.quiz-final-left {
}

.quiz-final-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quiz-semifinal__input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.quiz-semifinal__input:focus {
    border-color: #eeb300;
    outline: none;
}

textarea.quiz-semifinal__input {
    resize: vertical;
    font-family: inherit;
}


/* ============================================
   SECTION 9: ADVANTAGES SECTION
   ============================================ */

#advatnages {
    padding: 50px 15px 70px 15px;
    background: #f5f5f5;
}

.premo__row {
    display: grid;
    gap: 1vw;
    margin-top: 2vw;
  
}

.premo__item {
    position: relative;
    padding: 20px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 50px 0 rgba(133, 143, 160, .2);
    box-shadow: 0 14px 50px 0 rgba(133, 143, 160, .2);
    text-align: center;
}

.premo__item-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    color: #ffffff;
    background: var(--blue);
    border-bottom: 2px solid #0f42ad;
    font-size: 17px;
    font-weight: 700;
}

.premo__item-img {
    width: 100%;
    border-radius: 10px;
    height: 200px;
}

.premo__item-title {
    font-size: 21px;
    line-height: 145%;
    font-weight: 900;
    margin: 15px 0 5px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.premo__item-text p {
    position: relative;
    font-size: 16px;
    line-height: 1.4;
}

.delivery-section {
    position: relative;
    display: flex;
    align-items: center;
    /* 1300px / 1920px * 100 */
    min-height: 200px;
    /* 245px / 1920px * 100 */
    padding: 20px 50px;
    /* 50px / 1920px * 100 */
    max-width: 1070px;
    border-radius: 20px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 50px 0 rgba(163, 169, 183, .2);
    box-shadow: 0 20px 50px 0 rgba(163, 169, 183, .2);
    margin: 30px auto 50px;
}

.delivery-section__textdop {
    position: relative;
    font-size: 18px;
    /* 44px / 1920px * 100 */
    line-height: 1.4;
    font-weight: 400;
    /* color: #fff; */
    z-index: 1;
    max-width: 25vw;
}

.delivery-section__text {
    max-width: 350px;
    /* 600px / 1920px * 100 */
    position: relative;
    font-size: 1.5vw;
    /* 44px / 1920px * 100 */
    line-height: 1.4;
    font-weight: 900;
    /* color: #fff; */
    z-index: 1;
}

.delivery-section__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /* 20px / 1920px * 100 */
}

.delivery-section__imgcard {
    position: absolute;
    right: 0;
    bottom: -0.5vw;
    left: 38%;
    max-width: 9vw;
    width: 100%;
    height: 100%;
    /* 20px / 1920px * 100 */
}

.delivery-section__imgcard img {
    width: 100%;
}

.premo__row{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.premoitem-img{
  height: auto;                 
  aspect-ratio: 16 / 9;       
  object-fit: cover;
  width: 100%;
  display: block;
}


/* ============================================
   SECTION 10: PROMO SECTION
   ============================================ */

.offer-badge {
    position: absolute;
    top: -12px;
    left: 20px;
    background: #eeb300;
    color: #282828;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
}

.special-offer h5 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.offer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.offer-list li:last-child {
    border-bottom: none;
}

.offer-check {
    color: #48a43f;
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 0;
}

.promo-section {
    padding: 50px 15px;
}

.promo-title {
    margin-bottom: 30px;
    text-align: center;
}

.promo-title span {
    color: var(--text-gray);
}

.promo-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.promo-card {
    flex: 1;
    min-width: 300px;
    height: 300px;
    border-radius: 15px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #e9ecef;
 
}

.promo-content {
    padding: 0px 40px;
    max-width: 70%;
    z-index: 2;
}

.promo-name {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.promo-name strong {
    font-weight: 900;
}

.promo-text {
    font-size: 16px;
    color: var(--text-gray);
    margin-bottom: 25px;
    line-height: 1.4;
}

.promo-link {
    color: var(--primary-green);
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px dotted var(--primary-green);
    padding-bottom: 2px;
}

.promo-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}


/* ============================================
   SECTION 11: SAFETY SECTION
   ============================================ */

.safety-section {
    padding: 50px 0;
    background: var(--bg-light);
}

.safety-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.safety-card {
    background: var(--white);
    padding: 15px 15px 20px 15px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.safety-card.active {
    border-color: var(--danger);
    background: #fff5f5;
}

.safety-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.safety-icon {margin-bottom: 15px;border-radius: 10px;overflow: hidden;}

.safety-card p {
    font-size: 15px;
    color: var(--text-gray);
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
}

.safety-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    transition: all 0.2s;
}

.safety-card.active .safety-checkbox {
    background: var(--danger);
    border-color: var(--danger);
}

.safety-card.active .safety-checkbox::after {
    content: '+';
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.safety-result-box {
    margin-top: 50px;
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    border: 2px dashed #ddd;
    transition: all 0.4s;
}

.safety-result-box.danger {
    border: 2px solid var(--danger);
    background: #fff8f8;
}

.result-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.result-icon-alert {
    font-size: 50px;
    display: none;
}

.safety-result-box.danger .result-icon-alert {
    display: block;
}

.result-text h4 {
    margin: 0 0 5px 0;
    font-size: 24px;
}

.result-action .btn {
    display: none;
    padding: 15px 35px;
    font-weight: 700;
}

.safety-result-box.danger .result-action .btn {
    display: block;
}


/* ============================================
   SECTION 12: SERVICES SECTION
   ============================================ */

.services {
    padding: 70px 0;
    max-width: 100%;
    overflow-x: hidden
}

.services-title {
    color: #959595;
    font-weight: 500;
    letter-spacing: 3.2px;
    font-size: 23px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.services-buttons {
    display: grid;
    margin: 30px 0 50px 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.services-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    border: none;
    display: flex;
    border-radius: 10px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px;
    color: #000;
    margin-right: 14px;
    background-color: #f6f6f5;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.services-btn img {
    width: 47px;
    margin-right: 23px
}

.services-btn p {
    color: #282728;
    font-size: 17px;
    opacity: 0.5;
    font-weight: 900;
    text-align: left;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.services-btn__active {
    background-color: var(--yellow);
}

.services-btn__active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.services-btn__active p {
    opacity: 1;
    color: #694a01;
}

.services-block {
    display: none;
    gap: 40px;
    justify-content: space-between;
    margin: 30px 0 0 0;
    grid-template-columns: 2fr 3fr;
}

.services-slider img {
}

.services-slider__wrap {
    position: relative;
}

.services-price {
}

.services-slider .owl-dots {
    position: absolute;
    bottom: 46px
}

.services-slider .owl-dot span {
    background: #fff
}

.services-slider .owl-dot.active span {
    background-color: #2bb446
}

.services-slider__arrow img {
    -webkit-filter: invert(0.3);
    filter: invert(0.3);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 11px
}

.services-slider__arrow:hover img {
    -webkit-filter: none;
    filter: none
}

.services-slider__prev img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.services-price__list {
    margin-bottom: 37px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 14px 50px 0 rgba(133, 143, 160, .2);
    box-shadow: 0 14px 50px 0 rgba(133, 143, 160, .2);
    padding: 20px;
}

.services-price__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.services-price__line-name {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

.services-price__line-name::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #f0f0f0
}

.services-price__line-rub {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    font-weight: 700;
}

.services-price__line-rub svg {
    width: 20px
}

.services-price__line-rub {
    display: flex;
    gap: 10px;
    font-weight: 900;
}

.services-price__line-btn {
    font-size: 15px;
    letter-spacing: 0.35px;
    border-bottom: 2px dashed #2563eb;
    padding-bottom: 5px;
    color: #2563eb;
    cursor: pointer;
    font-weight: 900;
}

.services-price__link button {
    width: 426px;
    padding: 20px 0;
    border-radius: 38px;
    font-size: 16px;
    letter-spacing: 0.4px;
    height: 76px
}

.services-price__link button img {
    width: 35px
}

.services-price__pdf img {
    margin-right: 15px;
    width: 43px
}

.services-price__pdf p {
    font-weight: 500;
    letter-spacing: 0.8px
}

.services-price__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    border-radius: 20px;
    width: 100%;
    justify-content: start;
    flex-direction: column;
    color: #fff;
    padding: 30px 60px 20px 60px;
    background: url(../images/bg.png) center bottom no-repeat;
}

.services-price__footer-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.72px;
}

.services-price__footer-phone p {
    color: #898989;
}

.services-price__footer-title span {
    color: var(--yellow);
}

.services-btn svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    stroke: #282728;
    opacity: 0.5;
    transition: 0.4s;
    flex-shrink: 0;
}

.services-btn__active svg path {
    stroke: #ffffff;
    fill: #ffffff;
    opacity: 1;
}


/* ============================================
   SECTION 13: CALL SECTION
   ============================================ */

.active-input {
    display: block !important
}

.input {
    box-shadow: 0 4px 87px rgba(40, 39, 40, .05);
    background-color: #fff;
}

.policy input:checked~.policy__check {
    background-color: #265a87;
}

.form-field--phone input {
    margin-bottom: 25px;
    border: 1px solid rgba(211, 187, 176, .92);
    background: rgba(211, 187, 176, .1);
    max-width: 326px;
    width: 100%;
    padding: 0 10px;
    height: 52px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    outline: 0;
    font-size: 16px;
    font-weight: 400;
    color: #919ba4;
    font-family: FuturaPT-Book
}

.form-field--email input {
    border: 1px solid rgba(211, 187, 176, .92);
    background: rgba(211, 187, 176, .1);
    max-width: 326px;
    width: 100%;
    padding: 0 10px;
    height: 52px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    outline: 0;
    font-size: 16px;
    font-weight: 400;
    color: #919ba4;
    font-family: FuturaPT-Book
}

.square-input {
    font-family: UniNeueBook
}

.call {
    padding: 110px 15px 80px 15px;
}

.webp .call {
    background: url(../images/main.webp);
}

.product-list.product-list--call {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-bottom: 2.4375vw;
}

.product-list.product-list--call .product-list__item::before {
    background-color: #317ce2;
    background-image: url(../images/check-light.png);
}

.product-list.product-list--call-form {
    gap: 15px;
    margin-bottom: 2.5vw;
}

.product-list.product-list--call-form .product-list__item {
    gap: 0;
}

.product-list.product-list--call-form .product-list__item::before {
    margin-right: .78125vw;
    background-color: #151516;
    background-image: url(../images/check-light.png);
}

.call-form {
    padding: 59px 70px 70px 70px;
    border-radius: 25px;
    background: #f1f1f1 url(../images/price-bg.png) center no-repeat;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    position: relative;
}

.call-form .policy {
    margin-top: 20px;
    color: #838383;
}

.call-wrapper {
    display: flex;
}

.call-inputs {
    display: flex;
    align-items: flex-end;
    gap: 1.146vw;
}

.call-inputs .btn, .call-inputs .input {
    height: 75px;
    padding-top: 0;
    padding-bottom: 0;
}

input[type="tel"] {
    background: #333;
}

input[type="tel"] {
}

input[type="tel"]::-webkit-input-placeholder {
    color: #fff;
}

input[type="tel"]::-moz-placeholder {
    color: #fff;
}

.call-inputs .input {
    width: 290px;
}

.product-list {
    display: flex;
    flex-direction: column;
    gap: 1.129vw;
}

.product-list--call-form .product-list__item {
    font-size: 20px;
}

.product-list__item {
    padding-left: 2.5vw;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.product-list__item::before {
    content: '';
    display: block;
    width: 1.458vw;
    height: 1.458vw;
    margin-right: .677vw;
    background-color: #f0f0f0;
    border-radius: 50%;
    background-image: url(../images/check-colored.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .46875vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.product-listc p {
    color: #000
}

.call__inner {
    margin-top: 20px;
}

.input {
    padding: 1.5625vw 2.604vw;
    border-radius: 100px;
    border: 1px solid transparent;
    width: 100%;
    position: relative;
    line-height: 1.042vw;
}

.input::-moz-placeholder {
    opacity: .38;
}

.input:-ms-input-placeholder {
    opacity: .38;
}

.input::placeholder {
    opacity: .38;
}

.input::-ms-input-placeholder {
    opacity: .38;
}

.policy input:checked~.policy__check img {
    display: block;
}

input::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

input::-webkit-input-placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

input::-moz-placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

input::-ms-input-placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

input:-ms-input-placeholder {
    color: #282728
}

input::-moz-placeholder {
    color: #282728
}

input::placeholder {
    color: #282728
}

.modal-call .btn, .modal-call .input {
    width: 15.677vw;
    height: 3.90625vw;
    margin-bottom: .677vw
}

.modal-wait .btn, .modal-wait .input {
    width: 15.677vw;
    height: 3.90625vw
}

.lead-wrapper .input {
    width: 19.323vw;
    height: 5.208vw;
    margin: 0 .78125vw
}

input[type="text"], input[type="tel"], input[type="email"], .form-input {
    width: 100%;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 1rem;
    border: none;
    box-shadow: inset 0 8px 25px 0 rgb(237 237 237);
    background-color: #ffffff;
    border-top: 2px solid rgba(133, 143, 160, .5);
    transition: all 0.3s ease;
    outline: none;
    font-family: inherit;
    appearance: none;
}

input::placeholder {
    color: #94a3b8;
}

input:focus {
    border-color: var(--blue);
    background: #ffffff;
    /* box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1); */
    transform: translateY(-1px);
}

.step-input-box {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 14px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    transition: border-color 0.3s ease;
}

.step-input-box:hover {
    border-color: var(--blue);
}

.input-text {
    font-size: 15px;
    color: #999;
}


/* ============================================
   SECTION 14: FAQ SECTION
   ============================================ */

.faq {
    padding-top: 38.25px;
    margin-bottom: 38.4px;
    position: relative;
    text-align: center;
}

.faq h2 {
 text-align: center;
}

.faqimg {
    width: 20%;
    background: url(../images/faqimg.png);
    border-radius: 25px;
    height: 345.6px;
    background-size: cover;
}

.faq__wrapper {
    margin-top: 51.84px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.faq-left, .faq-right {
}

.faq__item {
    border-radius: 10px;
    background: #f1f1f1;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 19.2px;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    padding: 19.2px 38.4px;
    cursor: pointer;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

.faq__item.active .faq__content {
    overflow: initial;
    max-height: 1000px;
    
    padding-top: 9.6px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.faq__item.active .faq__icon {
    background-color: #f9d341;
    color: #252525;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.faq__item-top {
    display: flex;
    justify-content: flex-start;
    position: relative;
    align-items: center;
}

.faq__item-title {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    line-height: 1.5;
    max-width: 80%;
}

.faq__arrow {
    position: relative;
    width: 18px;
  
    height: 14px;
  
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 19.2px;
    flex: 0 0 auto;
}

.faq__icon {
    margin-left: auto;
    width: 45px;
    height: 45px;
    font-weight: 700;
    border-radius: 50%;
    background-color: #ffffff;
    color: #0c0c0c;
    font-family: 'TT Norms', sans-serif;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.faq__content {
    color: #6a6a6a;
    font-size: 16px;
   
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-bottom__text p {
    font-size: 24px;
    
    margin-bottom: 1.92px;
   
}


/* ============================================
   SECTION 15: SEO SECTION
   ============================================ */

.seo-text {
    font-size: 19px;
}

#seo {
    margin: 60px 0;
}

.seo-text.active {
    max-height: 700px;
}

.seo-text.active::before {
    opacity: 0
}

.seo__wrapper {
    width: 100%;
    display: flex;
    justify-content: center
}

.seo__btn {
    position: relative;
    cursor: pointer
}

.seo-text {
    /* max-height: 250px; */
    position: relative;
    /* overflow: hidden; */
    transition: .5s;
    margin-bottom: 22px
}

.seo__btn::before {
    content: '';
    border: solid #000;
    border-width: 0 0.108vw 0.108vw 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    transition: .4s;
}

.seo-text-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.seo-text-section h2 {
    color: #2c3e50;
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.seo-text-section p {
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.seo-text-section ul {
    list-style: none;
    padding-left: 0;
}

.seo-text-section li {
    padding: 8px 0;
    color: #555;
}

.seo-text-section li::before {
    content:"'";
    color: var(--primary-electric);
    font-weight: bold;
    margin-right: 10px;
}


/* ============================================
   SECTION 16: CONTACTS SECTION
   ============================================ */

#contacts {
    border-top: 1px solid #f2f2f2;
    padding-bottom: 20px !important;
    padding: 80px 15px;
}

.contacts-info-icon-block img {
    width: calc(50% - 20px)
}

.contacts-circle-block {
    width: 40px;
    height: 40px;
    background: #6bc5e0;
    border-radius: 40px;
    box-shadow: 0 0 20px 5px rgba(197, 199, 188, .15);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0
}

.contacts-circle-block img {
    width: 17px
}

.contacts-wrap {
    z-index: 100;
    border-radius: 30px;
    margin: 30px 0 0;
    height: 213px;
    -webkit-box-shadow: 0 14px 50px 0 rgba(133, 143, 160, .2);
    box-shadow: 0 14px 50px 0 rgba(133, 143, 160, .2);
    padding: 40px 40px 40px 40px;
}

.contacts-block-text img {
    margin-right: 20px;
    max-width: 60px;
}

.contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contacts-title .light {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 11px;
    width: 7px;
    height: 7px;
    -webkit-transform: none;
    transform: none
}

.contacts-title p {
    font-size: 17px;
    letter-spacing: .02em;
    text-align: center;
    font-weight: 400;
    color: #000000;
}

.contacts-call a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts-call a img {
    margin-right: 9px;
    background: #2875dd;
    padding: 8px;
    border-radius: 50px;
}

.contacts-call a p {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .02em;
}

.contacts-messenger__text {
    text-align: center;
    color: #868686;
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: .02em
}

.contacts-mail a {
    letter-spacing: .02em;
    font-weight: 700;
    font-size: 25px;
}

.contacts-photo__img img {
    position: absolute;
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}


/* ============================================
   SECTION 17: FOOTER SECTION
   ============================================ */

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

#footer {
    padding: 20px 15px;
    background: #fafafa;
}

.footer-col-logo {
    width: 20%;
    justify-content: start
}

.footer-col-navigation {
    width: 20%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-left: 50px;
}

.footer-navigation-text {
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600
}

.footer-navigation-link, .footer-navigation-link:hover {
    color: #fff;
    display: block;
    font-size: 14px;
}

.footer-col-copy {
    width: 35%;
    justify-content: center
}

.footer-copy-text {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 3px
}

.footer-copy-name {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px
}

.footer-politika, .footer-politika:hover {
    font-size: 14px;
    color: #797979;
    display: block
}

.footer-nav-link, .footer-nav-link:hover {
    display: block;
    font-size: 15px;
    color: #000;
}


/* ============================================
   SECTION 18: BUTTONS
   ============================================ */

.carousel-fade .carousel-caption>:not(.btn) {
    color: #fff
}

.carousel-fade .slide-invert .carousel-caption>:not(.btn) {
    color: #000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .6)
}

.swiper-button-prev {
    background: url(../fonts/back.svg) center center no-repeat, linear-gradient(to top, #7888ff 0, #b8d5ed 99%);
    background-size: 30px 30px, auto !important;
    left: 18.5% !important
}

.swiper-button-next, .swiper-button-prev {
    width: 85px !important;
    height: 85px !important;
    border-radius: 85px;
    border: 10px solid rgba(240, 246, 251, .9) !important;
    opacity: 1 !important;
    box-shadow: 0 0 20px 5px rgba(197, 199, 188, .15)
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0 !important
}

.swiper-button-next {
    background: url(../fonts/next.svg) center center no-repeat, linear-gradient(to top, #7888ff 0, #b8d5ed 99%);
    background-size: 30px 30px, auto !important;
    left: calc(76.5%) !important
}

.swiper-button-prev-gallery {
    left: 23.5% !important
}

.swiper-button-next-gallery {
    left: calc(72%) !important
}

.btn-arrows {
    display: flex;
    gap: .104vw;
    margin-left: .625vw
}

.btn-arrow {
    -webkit-animation: opacity 2s ease-in infinite;
    animation: opacity 2s ease-in infinite
}

.btn-arrow:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.btn-arrow:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.btn svg {
    position: absolute;
    width: 10px;
    right: 10px;
    top: 10px
}

.btn svg path {
    fill: #694a01;
}

.btn {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    font-weight: 900;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    border-bottom: 3px solid #a77f2a;
    white-space: nowrap;
    box-shadow: inset 0 8px 25px 0 rgba(255, 255, 255, .3);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn:active {
    transform: translateY(0);
}

.btn-yellow {
    background: var(--yellow);
    color: #694a01;
    border-bottom-color: #a77f2a;
}

.btn-white {
    background: #fff;
    color: #3a3a3a;
    border-bottom-color: #c2c2c2;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.popup__content--callback .button {
    margin: 0 auto
}

.button {
    font-size: 15px;
    width: 100% !important;
    max-width: 347px !important;
    height: 80px
}

.product-item-btns .btn {
    height: 3.958vw;
}

.product-item-btns .btn--arrows {
    padding: 0 3.802vw 0 3.802vw;
    gap: .677vw;
}

.product-item-btns .btn--arrows img {
    width: .3125vw;
}

.main-form .btn {
    letter-spacing: .1rem;
    text-transform: none;
    padding: 0px 30px;
}

.main-form2 .btn {
    letter-spacing: .1rem;
    text-transform: none;
    padding: 0px 30px;
}

.portfolio-item__row .btn {
    padding: 15px 30px;
    font-size: 15px
}

.btn.min {
    padding: 15px 35px;
}

.btn--arrow img {
    width: .729vw;
    margin-left: 1.823vw
}

.btn .btn-blick {
    position: absolute
}

.btn:not(:disabled) .btn-blick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    overflow: hidden
}

.btn:not(:disabled) .btn-blick:after {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    position: absolute;
    left: -40px;
    top: -100px;
    top-animation-timing-function: ease-in-out;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg)
}

.btn:hover {
    box-shadow: 0 10px 18px rgba(232, 169, 97, .25), inset 0 0 0 rgba(255, 255, 255, .25)
}

.btn.btn--gray {
    background-color: #f0f0f0;
    box-shadow: none;
    color: #282728
}

.btn.btn--gray:hover {
    background-color: #e3e3e3
}

.btn.btn--light {
    padding: 1.40625vw 1.979vw;
    background-color: #fff;
    color: #000;
    letter-spacing: .042vw
}

.btn.btn--light:hover {
    background-color: #ac8a10;
    color: #fff
}

.btn.btn--outline {
    border-radius: 3px;
    border: 1px solid #fff;
    background: 0 0;
    box-shadow: none;
    color: #fff;
    padding: 1.302vw 1.5625vw
}

.btn.btn--outline:hover {
    background-color: #4e9ef7;
    border-color: #4e9ef7
}

.btn.btn--blue {
    background-color: #0d4ea1;
    height: 3.28125vw;
    padding: 0 4.21875vw 0 3.229vw
}

.btn.btn--blue::after {
    content: '';
    border: solid #fff;
    border-width: 0 .1vw .1vw 0;
    display: inline-block;
    padding: .12vw;
    position: absolute;
    top: 50%;
    right: 3.3vw;
    transform: translateY(-50%) rotate(-45deg)
}

.btn.btn--blue:hover {
    background-color: #0b4389
}

.btn.light {
    color: #191919;
    background-image: linear-gradient(to top, #ffe97e 0, #fdf7ad 100%);
    box-shadow: 0 8px 13px rgba(214, 186, 92, .49), inset 0 -4px 1px #d6ba5c
}

.btn.light:hover {
    box-shadow: 0 8px 13px rgba(214, 186, 92, .49), inset 0 4px 1px #d6ba5c
}

.btn.bord {
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 2px #a7a7a7;
    color: #ddd
}

.btn.bord:hover {
    box-shadow: 0 0 20px #a7a7a7
}

.btn.bord.bdr {
    border: 1px solid #1491d0;
    background: #fff;
    box-shadow: 0 0 2px #1491d0;
    color: #1491d0
}

.btn.bord.bdr:hover {
    box-shadow: 0 0 20px #1491d0
}

.btn.big {
    padding: 1.5vw 1vw
}

.btn.min {
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.bubbly-button:not(:disabled) .blick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    pointer-events: none
}

.bubbly-button:not(:disabled) .blick:after {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg)
}

.bubbly-button:hover .btn-img {
    transform: translateY(5px)
}

.btn-img {
    width: 1.5vw;
    height: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .4s ease
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

.btn.btn--pdf .btn-logo {
    margin-right: .633vw;
    transition: .3s
}

.btn.btn--pdf:hover .btn-logo {
    color: #fff
}

.how .btn {
    padding: 2.865vw 3.385vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3.28125vw
}

.cost-item .btn {
    padding: 1.771vw 3.229vw
}

.cases-item .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3.28125vw
}

.slick-dots li.slick-active button {
    background-color: #e8a961
}

.slick-dots li.slick-active button::after {
    opacity: .2
}

.slick-dots li button {
    width: .521vw;
    height: .521vw;
    background-color: #a5adb4;
    border-radius: 50%;
    padding: 0;
    position: relative
}

.slick-dots li button:focus, .slick-dots li button:hover {
    background-color: #e8a961
}

.slick-dots li button::before {
    display: none
}

.slick-dots li button::after {
    content: '';
    width: 1.042vw;
    height: 1.042vw;
    background-color: #e8a961;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: .3s
}

.modal-call .btn {
    padding: 0
}

.modal-wait .btn {
    padding: 0
}

.lead-wrapper .btn {
    width: 14.635vw;
    height: 5.208vw
}


/* ============================================
   SECTION 19: FORMS
   ============================================ */

.form-h-main {
    max-width: 560px
}

.form-adres {
    margin-top: 10px !important
}

#form {
    padding: 80px 15px;
    background: url(../images/bg-form.jpg) center top no-repeat;
    min-height: 890px
}

.form-h-description {
    font-size: 24px;
    color: #000;
    margin-top: 60px;
    margin-left: 20px;
    max-width: 500px;
    line-height: 1.4;
    width: 100%
}

.form-icon-block {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start
}

.form-icon-block2 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start
}

.form-icon-block3 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start
}

.form-icon-text {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
    max-width: 340px;
    width: 100%;
    line-height: 1.4
}

.form-icon-text a, .form-icon-text a:hover {
    color: #000;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 30px 15px 20px;
    width: 100%;
    margin: 0 15px;
    background: #fff;
    z-index: 10 !important;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(197, 199, 188, .15);
    position: relative
}

.form-wrapper-bottom {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    bottom: 15px;
    top: 15px;
    display: flex;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0 20px 5px rgba(197, 199, 188, .15)
}

.form-block {
    width: 100%;
    max-width: 494px;
    position: relative;
    display: flex;
    justify-content: center
}

.form-col {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.form-field {
    display: none;
    border-radius: 5px;
    height: 70px;
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 20px;
    background: #f5f5f5;
    border: none !important;
    width: 100%;
    max-width: 370px
}

.form-control {
    margin: 12px 0
}

.form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start
}

.form-btn {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 15px;
    height: 89px;
    max-width: 365px;
    width: 100%
}

.form-description {
    font-size: 16px;
    color: #758599;
    text-align: center;
    margin-bottom: 20px
}

#form-name {
    right: 120px;
    top: 600px;
    position: absolute;
    width: 230px;
    height: 52px;
    background: #7888ff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
    box-shadow: 0 0 20px 5px rgba(197, 199, 188, .15)
}

#form-description {
    right: 120px;
    top: 650px;
    position: absolute;
    width: 230px;
    height: 52px;
    background: #121212;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    box-shadow: 0 0 20px 5px rgba(197, 199, 188, .15)
}

.form-name-text {
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

.form-description-text {
    font-size: 15px;
    color: #8c8c8c
}

#form-dunayskaya, #form-kolomyazhskiy {
    padding: 80px 15px;
    background: url(../images/bg-form.jpg) center center no-repeat
}

.form-control {
    border-radius: 5px;
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px
}

.policy {
    display: flex;
    align-items: center;
    gap: .625vw;
    cursor: pointer
}


.form-icon-block p {
    color: #fff;
    font-size: 17px;
    text-align: center;
    width: 100%;
}

.popup__content--callback .form-field {
    margin: 0 auto 8px
}

.form-icon-block {
    box-shadow: 0 0 20px 5px rgb(60 60 60 / 15%);
    background: url(../images/block-q1.jpg);
    width: 100%;
    max-width: 320px;
    padding: 40px 10px;
    border-radius: 10px
}

.form-icon-block2 {
    box-shadow: 0 0 20px 5px rgb(60 60 60 / 15%);
    background: url(../images/block-q2.jpg);
    width: 100%;
    max-width: 320px;
    padding: 40px 10px;
    border-radius: 10px
}

.form-icon-block3 {
    box-shadow: 0 0 20px 5px rgb(60 60 60 / 15%);
    background: url(../images/block-q3.jpg);
    width: 100%;
    max-width: 320px;
    padding: 40px 10px;
    border-radius: 10px
}

.form-icon-block img {
    margin: 0 auto;
}

.form-icon-block-border {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px
}

.form-block-bonus {
    margin-right: 15px;
    z-index: 100
}

.form-icon-block-quiz {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 100px
}

.form-present-block {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../images/form-icon-present.png) center center no-repeat;
    top: -15px;
    left: -100px
}

.form-present-block-text {
    position: absolute;
    width: 280px;
    height: 84px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50px;
    right: 110px
}

.form-present-block-text p {
    line-height: 2;
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-left: 15px
}

.form-icon-block-quiz p {
    margin-top: 10px;
    color: #000;
    font-size: 17px;
    text-align: center;
    max-width: 250px;
    width: 100%
}

.policy {
    display: flex;
    align-items: center;
    gap: .729vw;
}

.policy__check {
    width: 0.842vw;
    height: 0.842vw;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.policy__check img {
    width: .317vw;
    display: none;
}

#form-name2 {
    right: 190px;
    top: 550px;
    position: absolute;
    width: 230px;
    height: 52px;
    background: #7888ff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
    box-shadow: 0 0 20px 5px rgba(197, 199, 188, .15)
}

#form-description2 {
    right: 190px;
    top: 600px;
    position: absolute;
    width: 230px;
    height: 52px;
    background: #121212;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    box-shadow: 0 0 20px 5px rgba(197, 199, 188, .15)
}

.form-politics-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-politics-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-politics-link {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 20px;
}

.modal .policy a {
    color: #fff
}

.anima-trasform-y-1 {
    animation: anima-trasform-y-one 3s ease infinite alternate;
}

.anima-trasform-x-1 {
    animation: anima-trasform-x-one 3.5s ease infinite alternate;
}

.sticky-form-card {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 14px 50px 0 rgba(133, 143, 160, .2);
    box-shadow: 0 14px 50px 0 rgba(133, 143, 160, .2);
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #282828;
    font-size: 14px;
}

.form-label .required {
    color: #e74c3c;
}


/* ============================================
   SECTION 20: CAROUSEL & SLIDERS
   ============================================ */

.carousel-fade .item>img {
    width: 100%;
    height: auto
}

.carousel-fade .item.slide-zoomin-lefttop>img, .carousel-fade .item.slide-zoomout-lefttop>img, .carousel-fade .slide-zoomin-lefttop .item>img, .carousel-fade .slide-zoomout-lefttop .item>img {
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.carousel-fade .item.slide-zoomin-righttop>img, .carousel-fade .item.slide-zoomout-righttop>img, .carousel-fade .slide-zoomin-righttop .item>img, .carousel-fade .slide-zoomout-righttop .item>img {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.carousel-fade .item.slide-zoomin-rightbottom>img, .carousel-fade .item.slide-zoomout-rightbottom>img, .carousel-fade .slide-zoomin-rightbottom .item>img, .carousel-fade .slide-zoomout-rightbottom .item>img {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.carousel-fade .item.slide-zoomin-leftbottom>img, .carousel-fade .item.slide-zoomout-leftbottom>img, .carousel-fade .slide-zoomin-leftbottom .item>img, .carousel-fade .slide-zoomout-leftbottom .item>img {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.carousel-fade .item.active.slide-zoomin-leftbottom>img, .carousel-fade .item.active.slide-zoomin-lefttop>img, .carousel-fade .item.active.slide-zoomin-rightbottom>img, .carousel-fade .item.active.slide-zoomin-righttop>img, .carousel-fade .item.active.slide-zoomin>img, .carousel-fade .slide-zoomin .item.active>img, .carousel-fade .slide-zoomin-leftbottom .item.active>img, .carousel-fade .slide-zoomin-lefttop .item.active>img, .carousel-fade .slide-zoomin-rightbottom .item.active>img, .carousel-fade .slide-zoomin-righttop .item.active>img {
    animation: 6s ease-in-out forwards zoomin
}

.carousel-fade .item.slide-zoomout-leftbottom>img, .carousel-fade .item.slide-zoomout-lefttop>img, .carousel-fade .item.slide-zoomout-rightbottom>img, .carousel-fade .item.slide-zoomout-righttop>img, .carousel-fade .item.slide-zoomout>img, .carousel-fade .slide-zoomout .item>img, .carousel-fade .slide-zoomout-leftbottom .item>img, .carousel-fade .slide-zoomout-lefttop .item>img, .carousel-fade .slide-zoomout-rightbottom .item>img, .carousel-fade .slide-zoomout-righttop .item>img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.carousel-fade .item.active.slide-zoomout-leftbottom>img, .carousel-fade .item.active.slide-zoomout-lefttop>img, .carousel-fade .item.active.slide-zoomout-rightbottom>img, .carousel-fade .item.active.slide-zoomout-righttop>img, .carousel-fade .item.active.slide-zoomout>img, .carousel-fade .slide-zoomout .item.active>img, .carousel-fade .slide-zoomout-leftbottom .item.active>img, .carousel-fade .slide-zoomout-lefttop .item.active>img, .carousel-fade .slide-zoomout-rightbottom .item.active>img, .carousel-fade .slide-zoomout-righttop .item.active>img {
    animation: 6s ease-in-out forwards zoomout
}

.carousel-fade .item.slide-dark>img, .carousel-fade .slide-dark .item>img {
    position: relative;
    z-index: 0
}

.carousel-fade .carousel-indicators li {
    width: 25px;
    height: 4px;
    background: #fff;
    opacity: .3;
    border-radius: 0;
    -webkit-transition: .6s;
    transition: .6s;
    margin: 0 3px !important;
    position: relative;
    border: none
}

.carousel-fade .carousel-indicators li:after, .carousel-fade .carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-fade .carousel-indicators li:before {
    top: -10px
}

.carousel-fade .carousel-indicators li:after {
    bottom: -10px
}

.carousel-fade .carousel-indicators li.active, .carousel-fade .carousel-indicators li:hover, .xslideshow .carousel-indicators li:hover {
    opacity: .9
}

.carousel-fade .indicators-invert.carousel-indicators li {
    background: #000
}

.carousel-fade .slide-bigcaption .carousel-caption h3 {
    font-size: 30px
}

.carousel-control-next i, .carousel-control-prev i {
    display: none !important
}

.carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    background: #6cc3df !important;
    border-radius: 100% !important
}

.swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}


/* ============================================
   SECTION 21: ACCORDION & CARDS
   ============================================ */

.accordion-circle-arrow-block {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-left: auto
}

.accordion-circle-arrow-block img {
    width: 20px;
}

.accordion-circle-num {
    width: 65px;
    height: 65px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
    font-weight: 700;
}

.accordion-circle-num span {
    display: block;
    font-size: 24px;
    color: #317ce2;
}


/* ============================================
   SECTION 22: MISCELLANEOUS
   ============================================ */

p {
    margin-bottom: 0;
    font-weight: 400;
    color: #282828;
}

.active-price-btn p, .active-staff-btn p {
    color: #fff !important
}

.admin-form {
    left: -320px;
    top: 63px;
    position: absolute
}

.img-laser {
    margin-top: -10px
}

.div-soc-adres {
    display: flex;
    margin-top: 15px
}

.span-bread {
    font-size: 20px;
    color: #3eb8dd
}

#section-main-contact {
    background-size: cover !important;
    padding: 80px 15px;
    background: url(../images/bg-staff-blue.jpg) top center no-repeat
}

.div-metro-adres {
    margin-left: 6px
}

p {
    margin-bottom: 0;
    font-weight: 500;
    color: #282828;
}

.container-rel {
    position: relative
}

.bold-span {
    font-weight: 600
}

.h2-description {
    font-size: 22px;
    color: #282828;
    position: relative;
    margin: 5px 0;
}

.img-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 40px 30px;
    width: 94%;
    max-width: 376px;
    background: #fff;
    z-index: 10 !important;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(197, 199, 188, .15);
    position: relative
}

.experience-text span {
    font-size: 20px;
    color: #000;
}

.img-wrapper-bottom {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    bottom: 15px;
    top: 15px;
    display: flex;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0 20px 5px rgba(197, 199, 188, .15)
}

.worker-circle span {
    font-size: 23px;
    color: #3eb8dd
}

.smart-link {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: start
}

.check-form {
    width: 10px !important;
    height: 10px !important
}

.sertificates-card-block img {
    margin-right: 25px
}

.about-us-card img {
    margin-right: 40px
}

.certificates-div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.div-name-clinic {
    margin-top: 10px;
    margin-left: 20px
}

.staff-btn p {
    font-size: 16px;
    color: #000;
    font-weight: 600
}

#smas-circle {
    width: 220px;
    height: 220px;
    background: url(../images/smas-circle.png) center center no-repeat;
    position: absolute;
    top: 320px;
    right: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.smas-circle-text {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 40px
}

#smas-circle img {
    position: absolute;
    top: 15px;
    left: 0
}

.smas-about-block p {
    color: #fff;
    font-size: 20px;
    line-height: 1.35
}

.red-span {
    color: #fd3a6c
}

#smas-about .h2-description {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto
}

.smas-work-block>img {
    margin-right: 60px
}

.smas-work-p {
    font-size: 18px;
    color: #787878;
    line-height: 1.3;
    width: 100%;
    max-width: 570px;
    margin-top: 20px
}

.smas-adv-col p {
    margin-top: 10px;
    line-height: 1.4;
    font-size: 17px
}

.smas-dif-p {
    font-size: 17px;
    line-height: 1.4;
    color: #787878
}

.list li span {
    color: #787878
}

.black-span {
    color: #000 !important
}

.manipula-col-img {
    display: flex;
    justify-content: flex-end;
    align-items: start
}

.smas-res-link {
    color: #3fb8dd;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    text-decoration: underline;
    text-align: center;
    line-height: 1.3
}

#smas-circle-work {
    width: 220px;
    height: 220px;
    background: url(../images/smas-circle.png) center center no-repeat;
    position: absolute;
    top: 300px;
    right: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

#smas-circle-about {
    display: none !important;
    width: 220px;
    height: 220px;
    background: url(../images/smas-circle.png) center center no-repeat;
    position: absolute;
    top: 320px;
    right: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.name-one {
    background: #ffc30f;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 600;
}

.name-two {
    background: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
}

.item-portf-js picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0 !important;
    border-radius: 5px;
}
/* ============================================
   MEDIA QUERIES - RESPONSIVE DESIGN
   ============================================ */

#smas-circle-work img {
    position: absolute;
    top: 20px;
    left: 0
}

.social img {
    width: 42px;
}

.mail-circle {
    width: 25px;
    margin-right: 20px
}

.last-step-form {
    width: 100%;
    padding-bottom: 40px;
}

.grid-semi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: end;
}

.after-submit__descr a {
    color: #cb8747;
    text-decoration: underline;
}

.preloader {
    position: relative;
    margin: 0 0 0 45%;
    height: 15px;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: 0.3s;
}

.popup__sub-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 1px;
    width: 356px;
    background-color: #d3bbb0
}

.h2-description-proj {
    margin-bottom: 40px
}

.uslugi-wrap-border h3 {
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
}

.img-main-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.main-title {
    margin-bottom: 30px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 20px;
}

.main-title__dots span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.main-title__dots span:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.main-title__dots span:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.main-title__dots span:nth-child(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.main-title__dots span {
    border: 2px solid #7888ff;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-animation: main-dots 1s linear infinite;
    animation: main-dots 1s linear infinite;
}

.popup-calc {
    position: fixed;
    bottom: 4%;
    left: -100%;
    z-index: 999999;
    border-radius: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    width: 550px;
    box-shadow: 0 43px 101px rgb(120 136 255 / 10%);
    height: 250px;
    padding-top: 52px;
    background: url(../images/calc-bg.jpg) center no-repeat;
    padding-left: 55px;
    z-index: 80;
    background-size: cover;
}

.popup-calc__close {
    top: 26px;
    right: 34px;
}

.popup-close {
    position: absolute;
    width: 20px;
    top: 22px;
    right: 13px;
    cursor: pointer;
    z-index: 2;
}

.popup-calc__btn {
    width: 221px;
    height: 60px;
    font-size: 15px;
    font-weight: 700;
}

.product-badge .circles span {
    width: .417vw;
    height: .417vw;
}

.h2z {
    line-height: 1.3;
    font-size: 40px;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
}

.h2z b {
    color: #eeb300
}

.rhide {
    display: none;
}

.main-adv-block-border img {
    margin-top: -70px;
    margin-bottom: 10px;
    height: 140px;
}

.main-adv-block2-border .img-fluid {
    margin: 10px auto;
    max-width: 500px;
    display: block;
}

.main-form {
    position: absolute;
    right: 8px;
    top: 300px;
    max-width: 430px;
    padding: 20px;
    padding-bottom: 2.5rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px 5px rgb(197 199 188 / 30%);
}

.main-list__img.v2 img {
    -webkit-transform: scale(1.25) translateY(-.4rem);
    -ms-transform: scale(1.25) translateY(-.4rem);
    transform: scale(1.25) translateY(-.4rem)
}

.main-list__img.v3 img {
    -webkit-transform: scale(1.65) translateY(-.3rem);
    -ms-transform: scale(1.65) translateY(-.3rem);
    transform: scale(1.65) translateY(-.3rem)
}

.check-img {
    width: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-right: 20px;
    justify-content: center;
}

.link.link--underline-inner {
    display: block;
    line-height: 25px;
    color: #282728;
    font-weight: 500;
}

.link {
    transition: all .4s;
    position: relative;
    display: inline-flex;
    align-items: center;
    letter-spacing: .38px;
    color: #282728;
}

.link.link--underline-inner span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(40, 117, 221, .5);
    transition: all .4s;
}

.link.link--underline-inner span {
    position: relative;
}

.test-container {
    padding: 35px;
    -webkit-box-shadow: 0 16px 46px 5px rgb(211 206 204 / 31%);
    box-shadow: 0 16px 46px 5px rgb(211 206 204 / 31%);
    border-radius: 45px;
    background-color: #fff;
    z-index: 6;
    position: relative;
    margin-top: -80px;
}

.portfolio-item {
    margin-bottom: 30px
}

.portfolio-item__box-img {
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.portfolio-item__box-img.v3 {
    width: 25px
}

.portfolio-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: column;
    justify-content: space-between
}

.portfolio-img__left {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    overflow: hidden
}

.portfolio-img__right {
    width: 100%;
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.portfolio-img__item:last-child {
    margin-bottom: 0 !important
}

.portfolio-img__item {
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.item-portf-js {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.item-portf-js img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.show-work img {
    width: 12px;
    -webkit-animation: rotate 3.8s infinite linear;
    animation: rotate 3.8s infinite linear
}

.widget-link.widget-link--whatsapp {
    background-color: #65cf4d;
    background-image: none;
}

.widget-menu.active .widget-link {
    transform: translateX(0);
}

.widget-link img {
    margin-bottom: 0.417vw;
    width: 1.51vw;
}

.menu-span {
    display: none;
}

.sidebar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: block;
    z-index: 30;
    width: 94px;
}

.sidebar-link {
    width: 94px;
    height: 97px;
    border-radius: 2px 0 0 2px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2px;
    cursor: pointer;
}

.sidebar-link img {
    margin-bottom: 10px;
}

.sidebar-link p {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

.sidebar-link:nth-child(1) img {
    width: 20px;
}

.sidebar-link:nth-child(2) img {
    width: 28px;
}

.sidebar-link:nth-child(3) img {
    width: 30px;
}

.sidebar-link:nth-child(5) img {
    width: 14px;
}

.sidebar-link__whatsapp {
    background-color: #714acc;
    color: #fff;
}

.sidebar-link__whatsapp img {
    width: 29px;
}

.sidebar-close {
    width: 25px;
    height: 25px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
}

.sidebar-close img {
    width: 7px;
}

.light {
    width: 4px;
    height: 4px;
    background-color: #12c868;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%
}

.light::before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #12c868;
    opacity: .5;
    -webkit-animation: light 2s infinite;
    animation: light 2s infinite
}

.msm {
    margin-bottom: 3.333vw
}

.section {
    padding: 50px 0;
    position: relative
}

.link {
    transition: all .4s;
    position: relative;
    display: inline-flex;
    align-items: center;
    letter-spacing: .7px;
    color: #bbbbbb;
}

.link.link--colored {
    color: #a98710
}

.link.link--colored::before {
    border-color: #a98710
}

.check-label {
    width: 1.1vw;
    height: 1.1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2vw;
    position: relative;
    flex-shrink: 0;
    margin-right: .5vw;
    box-shadow: inset 0 0 10px rgba(140, 140, 140, .04);
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    background-color: #fff
}

.check-label.v2 {
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(43, 43, 51, .1);
    border: 1px solid #e8e8e8;
    background-color: #fff;
    width: 1.5vw;
    height: 1.5vw;
    padding: .2vw
}

.check-label.v2 .check-label-act {
    width: 1vw;
    height: 1vw;
    border-radius: 100%;
    padding: .2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4ca352
}

.check-label-act {
    transition: all .4s;
    transform: scale(0)
}

.check-label.min {
    width: 1vw;
    height: 1vw;
    border-radius: 2px
}

.rhide {
    display: none
}

.rhide:checked~span .check-label-act {
    transform: scale(1)
}

.rhide:checked~span .check-label.min {
    background-color: #5bd273
}

.rhide:checked~.block-imp-bf {
    background-color: #4ca352;
    border: 1px solid #4ca352
}

.rhide:checked~.tsm13 {
    color: #fff;
    position: relative
}

.rhide:checked~.times-block div.fancy-select div.trigger {
    color: #fff !important
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

div.fancy-select {
    position: relative;
    font-size: .9375vw;
    color: #fff;
    cursor: pointer;
    width: 100%;
    z-index: 99
}

div.fancy-select.disabled {
    opacity: .5
}

div.fancy-select div.trigger {
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding-left: 1.823vw;
    background-color: #f4f4f4;
    border: none;
    color: #282728;
    font-size: .9375vw;
    height: 3.646vw;
    width: 100%;
    transition: all 240ms ease-out
}

div.fancy-select div.trigger:after {
    content: '';
    border: solid #3974f4;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: .15vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 1.5vw;
    transition: .3s;
    margin-top: -3px;
    z-index: 9
}

div.fancy-select div.trigger.open {
    box-shadow: none
}

div.fancy-select div.trigger.open:after {
    transform: rotate(0)
}

div.fancy-select ul.options {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-top: -2px;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    overflow: auto;
    background-color: #f4f4f4;
    width: 100%;
    max-height: 30vw;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
    -webkit-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
    -moz-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
    -ms-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
    -o-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out
}

div.fancy-select ul.options.open {
    visibility: visible;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, .07);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 1.5vw;
    z-index: -1;
    top: 60%;
    transition: opacity .3s ease-out, top .3s ease-out;
    -webkit-transition: opacity .3s ease-out, top .3s ease-out;
    -moz-transition: opacity .3s ease-out, top .3s ease-out;
    -ms-transition: opacity .3s ease-out, top .3s ease-out;
    -o-transition: opacity .3s ease-out, top .3s ease-out
}

div.fancy-select ul.options.overflowing {
    top: 100%;
    transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -webkit-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -moz-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -ms-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -o-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out
}

div.fancy-select ul.options.overflowing.open {
    top: 100%;
    transition: opacity .3s ease-out, bottom .3s ease-out;
    -webkit-transition: opacity .3s ease-out, bottom .3s ease-out;
    -moz-transition: opacity .3s ease-out, bottom .3s ease-out;
    -ms-transition: opacity .3s ease-out, bottom .3s ease-out;
    -o-transition: opacity .3s ease-out, bottom .3s ease-out
}

div.fancy-select ul.options li {
    text-align: left;
    padding: 1.1vw;
    color: #9699a9;
    cursor: pointer;
    white-space: nowrap;
    margin: 0;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out
}

div.fancy-select ul.options li:before {
    display: none
}

div.fancy-select ul.options li.selected {
    color: #e03d1c
}

div.fancy-select ul.options li.hover {
    color: #e03d1c;
    cursor: pointer
}

.socials-item.is-viber img {
    width: 1.042vw
}

.socials-item.is-whatsapp img {
    width: 1.042vw
}

.socials-item.is-telegram img {
    width: .99vw
}

.phone img {
    width: .885vw;
    margin-right: .521vw;
    margin-bottom: .2vw
}

.lang-link {
    padding: .78125vw .677vw;
    font-weight: 300;
    border-radius: 50%;
    transition: .3s
}

.lang-link:hover {
    background-color: #e19c4c;
    color: #fff
}

.lang-link.active {
    font-weight: 700;
    color: #fff;
    box-shadow: 0 1px 35px rgba(247, 67, 66, .3);
    background-color: #e19c4c
}

.how-video__play img {
    width: 1.354vw
}

.help-item:hover .help-item__img img:first-child {
    opacity: 0
}

.help-item:hover .help-item__img img:last-child {
    opacity: 1
}

.help-item__img img {
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0
}

.help-item__img img:last-child {
    opacity: 0
}

.cost-item .link {
    color: #e8a961
}

.cost-toggle__icon img {
    width: .26vw
}

.cost-img {
    display: flex;
    width: 30.46875vw;
    position: absolute;
    right: -4.6875vw;
    top: -2.083vw;
    z-index: -1
}

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

.cases-plus__hover .link {
    color: #e8a961
}

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

.reviews-link:last-child {
    margin-right: 0
}

.lawyer-item__img img {
    position: absolute;
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.key-plus__plus img {
    width: .3125vw
}

.team-img {
    display: flex;
    width: 100vw;
    margin-top: -14vw
}

.modal__politics-form {
    padding: 2rem;
    border-radius: 35px;
    background-color: #f4f4f4;
    color: #282828
}

.modal-wait .modal__form .js-btn {
    color: #282828
}

.lead-img {
    display: flex;
    width: 37.917vw;
    bottom: -3.698vw;
    right: 4.6875vw;
    position: absolute
}

.icon-viber {
    background-color: #31218d;
}

.icon-telegram {
    background-color: #008fd7;
}

.mobile-only {
    display: none;
}

.icon-phone {
    background-color: var(--main-color);
}

.price-group-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-title {
    font-weight: 700;
    font-size: 2.3rem;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
}

.link-ar {
    display: inline-block;
    width: 1rem;
}

.link-ar img {
    width: 100%;
}

.icon-list img {
    width: 37%;
}

.gridac {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.otzivi-slider__review p {
    margin-bottom: 9.6px;
   
}

.calculating-content {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

.calculating-icon {
    margin: 0 auto 30px;
    width: 80px;
    height: 80px;
}

.spinner-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #eeb300;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.spinner-check {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #48a43f;
    font-weight: bold;
    animation: checkAppear 0.3s ease-in-out;
}

.calculating-title {
    font-size: 36px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 15px;
}

.calculating-text {
    font-size: 18px;
    color: #787878;
    margin-bottom: 40px;
    min-height: 30px;
    transition: opacity 0.3s ease;
}

.calculating-steps {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    padding: 0 20px;
    gap: 15px;
}

.calculating-progress {
    width: 100%;
    height: 8px;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
}

.calculating-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #eeb300 0%, #ffd700 100%);
    border-radius: 10px;
    transition: width 0.5s ease;
    position: relative;
    overflow: hidden;
}

.calculating-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100% );
    animation: shimmer 1.5s infinite;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefit-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
}

.benefit-item p {
    margin: 0;
    line-height: 1.3;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #787878;
}

.trust-icon {
    font-size: 18px;
}

.proof-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    text-align: center;
}

.stat-number {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.stat-text {
    font-size: 12px;
    color: #787878;
    margin-top: 5px;
}

.testimonial-stars {
    margin-bottom: 10px;
    font-size: 16px;
}

.testimonial-text {
    color: #282828;
    line-height: 1.6;
    margin: 10px 0;
    font-style: italic;
}

.testimonial-author {
    color: #787878;
    margin-top: 10px;
}

.guarantees h5 {
    margin-top: 0;
    margin-bottom: 15px;
}

.guarantee-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.guarantee-item:last-child {
    border-bottom: none;
}

.guarantee-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.guarantee-item strong {
    display: block;
    margin-bottom: 3px;
    color: #282828;
}

.guarantee-item p {
    margin: 0;
    color: #787878;
}

.urgency-icon {
    font-size: 36px;
    margin-bottom: 10px;
}

.urgency-block p {
    margin: 5px 0;
}

.steps-container {
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.steps-container .title {
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.steps-container .title span {
    color: var(--blue);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 0;
}

.step-card {
    background-color: var(--white);
    border-radius: 10px;
    border-bottom: 2px solid #d9d9d9;
    padding: 35px 25px;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 420px;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.step-number {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    background: var(--blue);
    border-bottom: 2px solid #0f42ad;
    color: var(--white);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
}

.step-heading {
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
}

.step-descr {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.step-phone {
    font-size: 24px;
    font-weight: 800;
    margin: 15px 0 20px 0;
    color: var(--blue);
}

.flag-icon {
    width: 26px;
    height: auto;
    margin-right: 12px;
    border-radius: 3px;
}

.step-list {
    list-style: none;
    margin-top: auto;
}

.list-item {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.4;
}

.list-item:last-child {
    margin-bottom: 0;
}

.check-icon {
    width: 22px;
    height: 22px;
    border: 2px solid var(--blue);
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 5px;
    position: relative;
    background: rgba(64, 160, 240, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.check-icon svg {
    width: 10px;
    height: 10px
}

.check-icon svg path {
    fill: var(--blue);
}

.consent {
    font-size: 11px;
    color: #bbb;
    margin-top: 12px;
    text-align: center;
    line-height: 1.4;
}

.card-1 {
    background-image: linear-gradient(to right, #ffffff00 40%, transparent 100%), url(../images/ak1.png);
}

.card-2 {
    background-image: linear-gradient(to right, #dcf0f200 40%, transparent 100%), url(../images/ak2.png);
}

.card-3 {
    background-image: linear-gradient(to right, #ffffff00 40%, transparent 100%), url(../images/ak3.png);
}

.dot {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
}

.dot.active {
    background: var(--primary-green);
}

.mobile-overlay.active{
  opacity: 1;
  visibility: visible;
}

.h2-description{
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.4;
}

.h2-description{ margin-top: 6px; }


/* ============================================
   SECTION 23: ANIMATIONS
   ============================================ */

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

    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkAppear {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

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


/* ============================================
   SECTION 24: MEDIA QUERIES
   ============================================ */

@media (max-width: 767px) {
    .quiz-calculating {
        padding: 40px 20px;
        min-height: 400px;
    }
    .services-buttons {
        display: grid;
        gap: 15px 0px;
        margin: 30px 0 50px 0;
        grid-template-columns: 1fr 1fr;
    }
  

    .quiz-inner {
        min-height: 450px;
        margin: 0;
    }

    .calculating-icon, .spinner-wrapper, .spinner {
        width: 60px;
        height: 60px;
    }

    .calculating-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .calculating-text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .calculating-steps {
        flex-direction:column;
        gap: 15px;
        padding: 0;
    }

    .step-item {
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .spinner-check {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .quiz-calculating {
        padding: 30px 15px;
        min-height: 350px;
    }

    .calculating-title {
        font-size: 24px;
    }

    .calculating-text {
        font-size: 14px;
    }

    .step-icon {
        font-size: 14px;
    }

    .step-text {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .quiz-final-wrapper {
        grid-template-columns: 1fr;
    }

    .quiz-final-left, .quiz-final-right {
        max-width: 100%;
    }
.text-final-dop {
    font-size: 17px;
}
    .quiz-benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .quiz-final-wrapper {
        padding: 0px 0;
    }

    .fz48 {
        font-size: 32px !important;
    }

    .fz22 {
        font-size: 18px !important;
    }

    .form-trust {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .proof-stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .special-offer, .guarantees, .social-proof, .testimonial-mini, .urgency-block {
        padding: 15px;
    }
}

@media (min-width: 1400px) {
    .steps-grid {
        gap: 30px;
    }
}

@media (max-width: 1200px) {
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .step-heading {
        font-size: 20px;
    }
}

@media (max-width: 900px) {
    .steps-grid {
        gap: 20px;
    }

    .step-card {
        padding: 30px 20px;
        min-height: 380px;
    }

    .step-number {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .steps-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 30px auto;
    }

    .step-card {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .step-card {
        padding: 25px 18px;
    }

    .step-heading {
        font-size: 19px;
        padding-right: 55px;
    }

    .step-number {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .step-phone {
        font-size: 20px;
    }

    .list-item {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .step-heading {
        font-size: 17px;
    }

    .step-descr {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .promo-card {
        min-width: 100%;
        height: 250px;
    }
.flex-delivery {
    display: flex;
   flex-direction:column
}
    
    .delivery-section__text {
    font-size: 23px;
    text-align:center;
}

    .delivery-section__textdop {
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    /* color: #fff; */
    z-index: 1;
    max-width: 100%;
    text-align:center;
    margin: 0;
}
    .promo-content {
        max-width: 80%;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .result-content {
        text-align: center;
        flex-direction: column;
    }
}

@media (max-width:768px){
  .burger-menu{ display:flex; }
}

@media (max-width: 768px) {
  

  .burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 1200;
  }

  
  .mobile-nav {
    display: block;              
    position: fixed;
    top: 0;
    left: -100%;
    width: min(85vw, 320px);
    height: 100vh;
    background: #fff;
    z-index: 1100;
    padding: 80px 20px 20px;
    overflow-y: auto;
    transition: left .3s ease;
  }
  .mobile-nav.active { left: 0; }

  #mobileOverlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 1050;
  }
  #mobileOverlay.active { display: block; }
}

@media (max-width: 768px){
  .services-price__line{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
  }

  .services-price__line-name{
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
  }

  .services-price__line-rub{
    flex: 1 1 auto;
    min-width: 140px;
  }

  .services-price__line-btn{
    flex: 0 0 auto;
    margin-left: auto;
  }

  .services-price__line-name,
  .services-price__line-rub{
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 15px;
  }
}

@media (max-width: 375px){
  .services-price__line{
    gap: 8px 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-price__line-rub,
  .services-price__line-btn{
  }

  .services-price__line-btn{
    margin-left: 0;
  }
}

@media (max-width: 1199px){
  .premo__row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.nav-menu { 
  
    display: none !important; 
  }
}

@media (max-width: 767px){
  .premo__row{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
    .premo__item-img {
    width: 100%;
    border-radius: 10px;
    height: 200px;
}
}

@media (max-width: 768px){
  .call-wrapper{
    flex-direction: column;
    gap: 20px;
  }

  .call-inputs{
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .call-inputs .input{
    width: 100% !important; 
    max-width: 100%;
  }

  .call-inputs .btn{
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 375px){
  .call-form{
    padding: 24px 16px 20px 16px; 
  }

  .h2z{
    font-size: clamp(22px, 6vw, 30px);
  }
}

@media (min-width: 992px){
  .faq__wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 991px){
  .faq__wrapper{
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 20px;
  }
.faq__arrow{display:none}
  .faqitem{
    padding: 14px 14px;
  }

  .faqitem-title{
    padding-right: 44px;
  }
}

