@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:wght@100..900&display=swap');


:root{
    --color-black:#242424;
    --color-black-1:#494949;
    --color-green: linear-gradient(90deg, rgba(73,202,195,1) 0%, rgba(71,204,162,1) 100%);
    --color-white: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6278886554621849) 100%);
    --color-orange: linear-gradient(90deg, rgba(255,152,99,1) 0%, rgba(255,204,73,1) 100%);
    --fst-normal:normal;
    --fsz-16:16px;
    --fw-800:800;
    --lh-normal:normal;
    --tt-up:uppercase;
    --lts-1:0.64px;
}

body{
    font-family: "Montserrat", serif;
    margin: 0;
}

.container{max-width: 1410px;}

.row{
    gap: 30px;
}

.container.header .row {
    gap: 0;
}

@media (min-width: 992px) {
    .col-sm-1 {
        width: calc(8% - 16px);
    }

    .col-sm-2 {
        width: calc(16% - 16px);
    }

    .col-sm-3 {
        width: calc(25% - 16px);
    }

    .col-sm-4 {
        width: calc(33% - 16px);
    }

    .col-sm-5 {
        width: calc(41% - 16px);
    }

    .col-sm-6 {
        width: calc(50% - 16px);
    }

    .col-sm-8 {
        width: calc(66% - 16px);
    }

    .col-sm-10 {
        width: calc(83% - 16px);
    }
    
    .awards .col-sm-3{
        width: calc(25% - 20px);
    }
    
    .awards .col-sm-6{
        width: calc(50% - 20px);
    }
}
h1{
    font-size: 38px;
    font-weight: 600;
    line-height: 140%;
    color: #444;
}

h2{
    font-size: 38px;
    font-weight: 500;
    line-height: 100%;
    margin: 10px 0px;
}

h2:before{
    content: '';
    display: block;
    background: url(../icons/before-icon.svg) no-repeat;
    width: 103px;
    height: 138px;
    position: absolute;
    margin-top: -30px;
    margin-left: -40px;
}

h3{
    font-family: "Inter", serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 4%;
    margin: 0;
}

.row{
    --bs-gutter-x: 0 !important;
}

#cookie-notice{
    display: inline-flex;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: white;
    color: black;
    padding: 10px 30px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    align-content: center;
    align-items: center;
    gap: 20px;
    z-index:99999;
}

.container-fluid,
.container{
    padding: 0 !important;
}

.row{
    padding-right: 20px !important;
    padding-left: 20px !important;
}

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

.text-white{
    color: white;
}

.mb-40{
    margin-bottom: 40px;
}

.mb-100{
    margin-bottom: 100px;
}

.chat-telegram{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    position: fixed;
    bottom: 50px;
    right: 50px;
}

.chat-telegram > span{
    background: white;
    color: black;
    text-align: center;
    padding: 5px;
    border-radius: 12px;
}

.chat-telegram img{
    width: 50px;
    padding-left: 10px;
}

.top-line{
    padding: 27px 0px;
}

.vertical-normal{
    align-items: center;
}
.text-end{
    text-align: end;
    padding-right: 10px;
}

.check-plus{
    margin-bottom: 20px;
}

.header-wrapper{
    background: url(../img/back-top.png) right no-repeat;
    background-size: contain;
}

.logo{
    max-width: 200px;
    width: 100%;
    height: auto;
}
.link-phone{
    color: var(--color-black-1);
    font-size: var(--fsz-16);
    font-style: var(--fst-normal);
    font-weight: var(--fw-800);
    line-height: var(--lh-normal);
    letter-spacing: var(--lts-1);
    text-transform: var(--tt-up);
    text-decoration: none;
}

.callback{
    display: flex;
    width: 210px;
    height: 40px;
    padding: 4px 33px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: var(--color-orange);
    border: 0;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.42px;
}

.head-text{
    margin-top: 50px;
}

.orange-text{
    background: var(--color-orange);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inline{
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.check-plus img{
    width: 35px;
    height: 35px;
}

body > div > div > div:nth-child(3) > div:nth-child(2) > div{
    margin-left: 30px;
}

.check-plus span{
    margin-left: 20px;
    color: #797979;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 18.2px */
}
.summ{
    margin-top: 41px;
}

.summ span{
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 38px */
    width: max-content;
}

.contact-head{
    margin-top: 40px;
}

.eleven-section img,
.awards img{
    width:100%;
}

.wrapper-contact_block{
    border-radius: 4px;
    background: var(--color-orange);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.03);
    height: 200px;
    padding-top: 20px;
    margin-bottom: 70px;
}

.contact-block{
    margin-right: 25px;
    height: 180px;
    margin-left: 37px;
    padding: 29px 23px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: rgba(255, 191, 80, 0.10);
    backdrop-filter: blur(12.100000381469727px);
}

.contact-block{
    color: white;
}

.contact-block > .row:first-child{
    margin-top:29px;
    margin-bottom: 10px;
}

.contact-block h3{
    letter-spacing: 0.8px;
}

.contact-block span{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-block form{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.contact-block input[type=text],
.contact-block input[type=tel]{
    width: 100%;
    max-width: 110.5px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #F6F6F6;
    background: #FFF;
    padding-left: 40px;
}

input[type=checkbox]{
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background: #FFF;
  } 

.contact-block label{
    color: #FFF;
    font-family: 'Inter', serif;
    font-size: 12px;
    font-style: normal;
    max-width: 234px;
    display: block;
    font-weight: 400;
    line-height: 10px; /* 12.6px */
}

.contact-block button{
    width: 162px;
    height: 45px;
    border-radius: 4px;
    background: #FFF;
    border: 0px;
}

.contact-block button>span{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
    background: var(--color-orange);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.input-wrapper{
    position: relative;
}

.user-icon{
    display: block;
    background: url(../icons/user.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    left: 10px;
}

.phone-icon{
    background: url(../icons/phone.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    left: 10px;
    display: block;
}

.second-section{
    margin-top: 100px;
}

span.post-text{
    color: var(--color-black-1);
    font-size: var(--fsz-16);
    font-style: var(--fst-normal);
    font-weight: 500;
    line-height: var(--lh-normal);
}

.second-section .col-sm-4{
    border-radius: 4px;
    border: 1px solid #FF9863;
    padding: 40px 25px 15px 30px;
    width: calc(33% - 16px);
}

.second-section .row{
    gap: 30px;
    margin-top: 190px;
}

.second-section .col-sm-4>img{
    position: absolute;
    margin-top: -180px;
}

.second-section .col-sm-4>p{
    color: #313131;
    font-size: var(--fsz-16);
    font-style: var(--fst-normal);
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    opacity: 0.7;
}

.second-sec{
    margin: 40px auto;
}

.third-section{
    margin-top: 100px;
}

.doc-row > .col-sm-4 > div {
    width:340px;
    height: 415px;
    background-position: bottom;
    background-size: 340px;
    background-repeat: no-repeat;
}

.doc-row > .col-sm-4 > span{
    width: 80%;
    text-align: center;
    display: block;
}

input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked, input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 152, 99, 1);
    background-color: white;
    border-radius: 5px;
}

input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid rgba(255, 152, 99, 1);
    border-bottom: 4px solid rgba(255, 152, 99, 1);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

#head-form input[type="checkbox"]:checked + label:before, #head-form input[type="checkbox"]:not(:checked) + label:before{
    top: 35%
}

#head-form input[type="checkbox"]:checked + label:after, #head-form input[type="checkbox"]:not(:checked) + label:after{
    top: calc(35% + 4px);
}

.doc-name{
    color: #141414;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    margin-top: 30px;
}

.doc-text{
    color: #141414;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-top: 10px;
}

.doc-row button{
    width: 260px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #FF9863;
    color: #141414;
    font-size: 14px;
    font-style: normal;
    margin: 35px;
    background: #fff;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}

.doc-1{
    background: url(../img/doc-1.png);
}

.doc-2{
    background: url(../img/doc-2.png);
}

.doc-3{
    background: url(../img/doc-3.png);
}

.doc-4{
    background: url(../img/doc-4.png);
}

.doc-5{
    background: url(../img/doc-5.png);
}

.doc-6{
    background: url(../img/doc-6.png);
}
.doc-7{
    background: url(../img/Levshukov-orto.png);
}

.fourth-section .row{
    margin-top: 65px;
    gap:30px;
}

.fourth-section .row>.col-sm-3{
    width: calc(25% - 23px);
}

.fourth-section img{
    max-width: 160px;
    height: auto;
    margin-bottom: 25px;
}

.fourth-section h3{
    margin-bottom: 10px;
    height: 50px;
}

.fourth-section p{
    color: #676767;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}

.text-center{
    text-align: center;
}
.five-section{
    margin-top: 100px;
}

.five-section h2:before{
    display: none;
}

.video-block{
    margin-top: 40px;
}

.six-section{
    margin-top: 100px;
}

.six-section .access-button{
    width:83%;
}

.row.wrapper-six_section{
    background: var(--color-orange);
    background-position: right;
    background-size: 95%;
    background-repeat: no-repeat;
    border-radius:4px;
    padding-bottom: 50px;
}

.row.wrapper-six_section>.row>.col-sm-6:first-child{
    border-radius: 4px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    height: 349.837px;
    flex-shrink: 0;
    backdrop-filter: blur(7.5px);
    margin-top: 5%;
    padding-left: 8%;
    padding-top: 2%;

}

.six-section h2:before{
    display: none;
}

.six-section h2,
.six-section .pre-text{
    color: #FFF;
    margin: 0;
}

input[type=text],
input[type=tel]{
    width: 88%;
    max-width: 367px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #F6F6F6;
    background: #FFF;
    padding-left: 40px;
}

input[type=checkbox]{
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background: #FFF;
}
#formOrange{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

#formOrange label,
#zayavka label{
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    max-width: 121px;
    display: block;
}

#zayavka label{
    max-width: 85% !important;
}

#zayavka button[type=submit]{
    width: 100%;
    height: 45px;
    background-color: #fff;
    border-radius: 4px;
    border: 0;
}

#zayavka button[type=submit]>span{
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    background: var(--color-orange);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#formOrange label{
    font-size:12px !important;
    max-width:230px !important;
}


#formOrange label>a,
#zayavka label>a{
    color: #fff;
    text-decoration:underline;
}
.access-button{
    display: flex;
    justify-content: space-between;
    width: 73%;
}
.access-button > div{
    display: flex;
    align-items: center;
}
.access-button button{
    width: 180px;
    height: 45px;
    background-color: #fff;;
    border-radius: 4px;
    border: 0;
}

.access-button button>span{
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    background: var(--color-orange);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.six-section img{
    position: absolute;
    margin-top: -54px;
    max-width: 600px;
    width: 100%;
}

.seven-section_wrapper{
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%), url(../img/back-pay.png) no-repeat;
    background-position: left bottom;
    margin-top: 100px;
}

.seven-section h2:before{
    display: none;
}

.seven-section > .row:first-child{
    padding-top: 80px;
    padding-bottom: 80px;
}

.seven-section h2{
    color: #313131;
    margin: 10px 0px;
}

.seven-section .pre-text{
    color: #676767;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.seven-section table{
    border-radius: 10px;
    background: #FFF;
    padding: 35px 40px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.02);
}
.seven-section table > tbody > tr{
    margin-bottom: 20px;
}

.seven-section table > tbody > tr > th{
    color: #313131;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: start;
}

.seven-section table > tbody > tr > td{
    color: #676767;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.seven-section table > tbody > tr > td:nth-child(2) {
    text-align: right;
}

.seven-section table{
    border-spacing: 10px;
}

.seven-sec{
    width: 100%;
}

.eleven-section{
    margin-top:100px;
}

.eleven-section .col-sm-5{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eleven-section p{
    color: #676767;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}

.nine-section{
    margin-top: 100px;
}

.nine-section > .row:first-child{
    
}

.nine-section h2:before{
    display: none;
}

.nine-section .col-sm-4{
    border-radius: 10px;
    background: var(--color-orange);
}

#zayavka{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 40px 30px;
}

#zayavka input[type=text], #zayavka input[type=tel] {
    width: 88%;
    max-width: 343px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #F6F6F6;
    background: #FFF;
    padding-left: 40px;
}

#zayavka .access-button{
    width: 100%;
}

.row-zayavka{
    gap:30px
}

.info-zayavka{
    border-radius: 10px;
    border: 1px solid #FF9863;
    background: url(../img/form-back.png) no-repeat;
    background-position: right;
    background-size: contain;
    width: calc(66% - 30px);
    padding: 80px 60px;
}

.col-sm-8.info-zayavka>div {
    margin-bottom: 20px;
}

.cash-sale{
    padding: 0px;
    text-decoration: line-through;
}
.item-cash ul{
    list-style: none;
    padding: 0;
}
.item-cash ul>li{
    display: flex;
    align-items: center;
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.item-cash ul>li:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background:url(../icons/check.svg);
    padding-right: 10px;
    background-repeat: no-repeat;
}

.pre-text{
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wrap-item{
    border-radius: 10px;
    border: 1px solid var(--Linear, #FF9863);
    padding: 50px 40px;
}

.wrap-item p{
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.owl-carousel .owl-item img{
    max-width: 120px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none !important;
}
.custom-dots{
    display: flex;
        gap: 5px;
}
.custom-dot.active>span{
    background: #fff !important;
    border: 1px solid #FF9863 !important;
    width: 13px !important;
    height: 13px !important;
    display: block;
    border-radius: 30px;
}
.custom-dot>span{
    background: var(--color-orange) !important;
    width: 15px !important;
    height: 15px !important;
    display: block;
    border-radius: 30px;
    border: 1px solid var(--color-orange);
}

.maps .row{
    gap:30px;
}

.maps .col-sm-6{
    padding: 0;
    position: relative;
    width: calc(50% - 30px);
}

.maps .col-sm-6>div{
    position: absolute;
    bottom: 30px;
    width: calc(90% - 30px);
    left: 5%;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: rgba(255, 191, 80, 0.10);
    backdrop-filter: blur(3.799999952316284px);
    padding: 15px;
    display: flex;
    justify-content: space-around;
}
.maps .col-sm-6>div>span{
    color: #676767;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.question-first{
    background: url(../img/question-back.png) no-repeat right, var(--color-orange);
    padding: 40px 50px;
    border-radius: 10px;
}

.question-first > .col-sm-3{
    padding-left: 45px;
}

.question-first{
    color: #fff;
}

.question-first button{
    background-color: #fff;
    border-radius: 4px;
    border: 0;
    width: 281px;
    height: 45px;
    padding: 12px 36px;
    margin-top: 25px;
}

.question-first span{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    background: var(--color-orange);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.question-wrapper{
    padding: 170px 10px;
    background: url(../img/callback-1.png) no-repeat right;

}
.question-second .col-sm-4{
    border-radius: 10px;
    border: 1px solid var(--Linear, #FF9863);
    background: #FFF;
    margin-top: 60px;
    padding: 28px 34px;
}
.question-second form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#footer input[type=text],
#footer input[type=tel]{
    border-radius: 4px;
    border: 1px solid var(--Linear, #FF9863);
    background: #FFF;
}
#footer > div:nth-child(3){
    display: flex;
    align-items: center;
}
#footer label{
    color: #676767;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 190px;
    margin-left: 10px;
}

#footer label>a{
    color: #676767;
    text-decoration: underline;
}

#footer button{
    display: flex
;
    width: 210px;
    height: 40px;
    padding: 4px 33px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: var(--color-orange);
    border: 0;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.42px;
    width: 100%;
}
.medicine{
    max-width: 80%;
    margin-top: 45px;
}
.medicine p{
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
}
button{
    cursor: pointer;
}

#acception{
    float: left;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    text-align: center;
    position: relative;
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: white;
}

.success-message {
    display: none;
}
.modal-content{
    border-radius: 10px;
    background: var(--Linear, linear-gradient(109deg, #FF9863 3.05%, #FFCC49 105.52%));
}
.modal-content,
.modal-content .pre-text,
a{
    color: white;
    text-decoration: none;
}
.input-wrapper>i{
    left: 45px;
}
#head-form i,
#formOrange i,
#zayavka i,
#footer i{
    left:15px !important;
}
#modalForm{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

#modalForm button{
    width: 86%;
    height: 45px;
    background-color: #fff;
    border-radius: 4px;
    border: 0;
    margin: 0 auto;
}

#modalForm button>span{
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    background: var(--color-orange);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#modalForm > div:nth-child(5){
    width: 86%;
    margin: 0 auto;
}
#modalForm input[type=checkbox]{
    float: left;
}
#modalForm label{
        font-size: 12px;
    text-align: left;
    display: block;
    padding-left: 40px;
}
#successMessage img{
    margin:50px 0px;
}

.after-phone{
    display:none;
}

@media (min-width:991px) and (max-width:1280px){
    .col-sm-4{
        width:calc(33% - 20px) !important;
    }
    .col-sm-8{
        width:calc(66% - 20px) !important;
    }
    .info-zayavka{
        background-size:cover;
    }
}

@media (max-width:568px){
    h1{
        font-size:28px;
        font-weight:600;
        line-height: 120%;
    }
    h2{
        font-size: 20px;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: 3%;
    }
    h3{
        font-family: "Inter", serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 4%;
    }
    .header button{
        display: none;
    }

    .header button[type=submit]{
        display: block;
        margin: 10px auto;
    }
    .top-line{
        background-color: #fff;
    }
    .logo{
        max-width:123px;
    }
    span.phone{
        position: relative;
        color: #494949;
        font-size: 12px;
    }
    #head-form input[type=checkbox]{
        float: left;
    }
    #head-form label{
        padding-left: 10px;
    }
    .after-phone{
        display:block !important;
        color: #FF5700;
        font-size: 12px;
        font-weight: 500;
        left: 0;
        top: 20px;
        width: 100%;
        text-decoration: underline;
    }
    .header .col-lg-6{
        display: none;
    }
    body > div.container-fluid.header-wrapper > div > div.row.top-line > div.col-lg-4.col-6 > div{
        padding: 0px !important;
    }
    .header-wrapper{
        background-size: contain;
        background-position-y: 95px;
    }
    .head-text {
        margin-top: 220px;
    }
    h1{
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }
    .check-plus img{
        max-width: 35px;
    }
    body > div > div > div:nth-child(3) > div:nth-child(2) > div {
        margin-left: 0px;
    }
    .summ{
        display:none;
    }
    .contact-block{
        padding: 0px;
    }
    .wrapper-contact_block{
        height: 320px;
        padding: 10px 0px;
        position: relative;
    }
    .contact-block{
        height: max-content;
        margin: 0px 10px;
        position: absolute;
        top: 10px;
        left: 0px;
    }
    .contact-block h3{
        font-size: 14px;
    }
    #head-form{
        isplay: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-block input[type=text], .contact-block input[type=tel]{max-width: 90%;}
    .second-section h2,
    .third-section h2,
    .fourth-section h2{
        text-align: center;
    }
    .second-section h2:before,
    .third-section h2:before,
    .fourth-section h2:before{
        margin-top: -50px;
        margin-left: 30px;
    }
    .second-section .pre-text,
    .third-section .pre-text,
    .fourth-section .pre-text{
        margin: 0 auto;
        display: block;
        width: max-content;
    }
    .second-section .col-sm-4{
        width: 100%;
        margin-bottom: 130px;
    }
    body > div.container.second-section > div > div:nth-child(3){
        margin-bottom: 10px;
    }
    .second-section .col-sm-4>img {
        margin-top: -180px;
    }
    .doc-row > .col-sm-4 > span,
    .fourth-section .col-sm-3{
        width: 100% !important;
    }
    .fourth-section h3{
        height: auto;
    }
    .access-button {
        display: flex;
        justify-content: space-between;
        width: 90%;
        flex-direction: column;
        align-items: stretch;
    }
    .six-section .input-wrapper{
        width: 100%;
    }
    body > div.container.six-section > div > div > div:nth-child(2) > img{
        display: none;
    }
    .six-section {
        margin-top: 100px;
        padding: 5px !important;
        max-width:320px;
    }
    .row.wrapper-six_section {
         background-size: 100%;
         padding-bottom: 0;
    }
    .row.wrapper-six_section>.row>.col-sm-6:first-child{
        padding: 0;
    }
    .row.wrapper-six_section>.row>.col-sm-6:first-child {
        border: none;
        text-align: center;
        background: none;
        height: 349.837px;
        flex-shrink: 0;
        backdrop-filter: blur(0px);
        margin-top: 5%;
        padding: 0%;
    }
    .wrapper-six_section .row,
    .nine-section .row{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    #formOrange label, #zayavka label{
        max-width: 100%;
    }
    .access-button button{
        width: 102%;
        margin: 20px auto;
    }
    .eleven-section img{
        max-width: 100%;
    }
    .info-zayavka{
        width: 100%;
        background-size: cover;
        padding: 25px;
    }
    .wrap-item {
        padding: 20px 10px;
    }
    .awards img{
        max-width: 100%;
    }
    .maps .row{
        display: flex;
        flex-direction: column;
    }
    .maps .row>.col-sm-6{
        width: 100%;
    }
    .maps .row>.col-sm-6>div{
        display: none;
    }
    .question-first {
        color: #fff;
        background-size: contain;
        background-position: bottom;
    }
    .question-first > .col-sm-3 {
        margin: 0 auto;
        width: max-content;
        text-align: center;
        padding-bottom: 74px;
    }
    .question-wrapper {
        padding: 170px 10px;
        background: url(../img/callback-1.png) no-repeat right;
        background-size: 650px;
        background-position-y: bottom;
        background-position-x: 200px;
    }
    
    #formOrange label{
        max-width: 280px !important;
        text-align: left;
    }
    .second-section,
    .third-section,
    .five-section,
    .six-section,
    .seven-section_wrapper,
    .eleven-section,
    .nine-section{
        margin-top:50px !important;
    }
    .mb-100{
        margin-bottom:50px !important;
    }
    .fourth-section .pre-text{
        width: 80%;
        text-align: center;
    }
    .seven-section > .row:first-child {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .seven-section table {
        padding: 10px 5px;
    }
    .seven-section table > tbody > tr > td {
        font-size: 12px;
        width:50%;
    }
    body > div.container-fluid.seven-section_wrapper > div > div > div.col-sm-8 > div > table > tbody > tr:nth-child(1) > th:nth-child(2){
        text-align:right;
    }
    .head-text{
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 65%, rgba(255, 204, 73, 0) 100%);
    }
    #modalForm .input-wrapper>i {
        left: 15px;
    }
    #cookie-notice{
        flex-direction: column;
    }
}


