body{
    /*font-family: "HelveticaRegular";*/
    /*font-family: "Roboto", serif;*/
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #343437;
    /*background: #F9F9F9;*/
    background: white;
    line-height: 1.2;
}

.envy-quiz .quiz-body .close-btn svg {
    width: 15px;
    height: 15px;
}
a{
    color: inherit;
    text-decoration: none;
}
/*a:hover{*/
/*    text-decoration: underline;*/
/*}*/
a.btn:hover{
    text-decoration: none;
}

/*@font-face {*/
/*    font-family: 'HelveticaLight';*/
/*    src: url(/fonts/Helvetica-Light.woff) format('woff'),*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'HelveticaRegular';*/
/*    src: url(/fonts/Helvetica-Regular.woff) format('woff'),*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'HelveticaMedium';*/
/*    src: url(/fonts/Helvetica-Medium.woff) format('woff'),*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'HelveticaBold';*/
/*    src: url(/fonts/Helvetica-Bold.woff) format('woff'),*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/



/*.roboto-light {*/
/*    font-family: "Roboto", serif;*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*}*/

/*.roboto-regular {*/
/*    font-family: "Roboto", serif;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/

/*.roboto-medium {*/
/*    font-family: "Roboto", serif;*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*}*/

/*.roboto-bold {*/
/*    font-family: "Roboto", serif;*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/


/*окно кук*/

.icon-cross{
    position: absolute;
    top: -7px;
    right: 7px;
    font-size: 35px;
}
.cookies__wrapper {
    max-width: 516px;
    margin: 0 auto;
    position: fixed;
    bottom: 15px;
    left: 12px;
    right: 12px;
    background: #f8f9fa;
    padding: 20px 30px 15px 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    font-size: 14px;
}

.cookies__wrapper a {
    text-decoration: underline;
}

.cookies__close {
    color: #666;
    text-decoration: none;
    font-size: 18px;
}

.cookies__close:hover {
    color: #333;
}

@media (min-width: 768px) {
    .cookies__wrapper {
        max-width: 696px;
    }
}
@media (min-width: 992px) {
    .cookies__wrapper {
        max-width: 936px;
    }
}
@media (min-width: 1200px) {
    .cookies__wrapper {
        max-width: 1116px;
    }
}
@media (min-width: 1400px) {
    .cookies__wrapper {
        max-width: 1436px;
    }
}
/*окно кук - конец*/














.onest-light {
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.onest-regular {
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.onest-medium {
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.onest-bold  {
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}





@media (min-width: 1400px) {
    .container, .container-xxl {
        max-width: 1460px;
    }



}


img{
    max-width: 100%;
}

/* Переопределение отступов для всех колонок */
/*[class*="col-"] {*/
/*    padding-right: 15px; !* 15px справа *!*/
/*    padding-left: 15px;  !* 15px слева *!*/
/*}*/
/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{*/
    /*--bs-gutter-x: 25px;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
/*}*/
/*.row {*/
/*    margin-right: -15px;*/
/*    margin-left: -15px;*/
/*}*/

.form__container_success {
    display: none;
}
























/*header*/

.burger-btn:focus{
    border: none;
    box-shadow: none;
}
.burger-btn{
    display:flex;
    flex-direction:column;
    min-width:30px;
    cursor:pointer;
    padding: 0;
    position: absolute;
    right: 15px;
    top: calc(50% - 12px);
    z-index: 10;
}

.burger-btn span{
    background: #5A82FC;
    border-radius:10px;
    height: 2px;
    margin: 3px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}


.burger-btn span:nth-of-type(1){
    width:100%;

}

.burger-btn span:nth-of-type(2){
    width:100%;
}


.burger-btn span:nth-of-type(3){
    width:100%;

}

.burger-btn:not(.collapsed) span:nth-of-type(1){
    transform-origin:bottom;
    transform: rotatez(45deg) translate(5px, 5px);
}
.burger-btn:not(.collapsed) span:nth-of-type(2){
    transform-origin:top;
    transform:rotatez(-45deg)
}
.burger-btn:not(.collapsed) span:nth-of-type(3){
    transform-origin:bottom;
    width:0;
    transform: translate(14px,-3px) rotatez(45deg);
}


.navbar-wrapper {
/*    background: rgba(232, 232, 232, 0.65);
    backdrop-filter: blur(10px);
    height: 55px;*/
    padding: 12px 65px 12px 16px;
    display: flex;
    justify-content: space-between;
    gap: 9px;
    position: relative;
}
/*.navbar-wrapper::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(232, 232, 232, 0.65);*/
/*    backdrop-filter: blur(10px);*/
/*    -webkit-backdrop-filter: blur(10px);*/
/*    z-index: -1;*/
/*    border-radius: 12px;*/
/*}*/


header{
    position: sticky;
    z-index: 100;
    background: white;
    top: 0;
}

.menu-items {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    gap: 15px;
}
.socials-wrapper-mobile img{
    width: 36px;
}

.collapse-links-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.collapse-links-wrapper{
    display: flex;
    flex-direction:column;
    gap: 20px;
    padding: 10px 50px 20px 0px;
}

.callback-wrapper{
    gap:30px
}
.menu-items li {
    list-style: none;
}
.navbar-collapse{
    position: absolute;
    top: 0;
    right: 0;
    padding: 66px 20px 20px 20px;
    background: #F9F9F9;
    height: 100vh;
    max-width: 380px;
    min-width: 320px;
    /*width: 100%;*/
    /*margin: -12px -12px 0 0;*/
}
.navbar-collapse.show:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transform: translateX(-100%);
    width: 1000%;
    height: 100%;
    backdrop-filter: blur(3px);
}

footer .logo img{
    width: 160px;
}

.logo a{
    font-size: 24px;
    font-weight: bold;
}
/*header .container, header .container-xxl {*/
/*    max-width: calc(540px - 25px);*/
/*}*/
.mobile-logo{
    position: absolute;
    top: 30px;
    left: 20px;
}
.head-menu-mobile .dropdown-toggle:not(.collapsed){
    color: #5A82FC;
}

.mobile-list li a:hover{
    text-decoration: none;
    color: #5A82FC;
}
.mobile-list li:last-of-type{
    margin-bottom: 0;
}
.mobile-list li{
    margin-bottom: 5px;
}
.mobile-list>li{
    margin-bottom: 7px;
}
.mobile-list li a{
    font-size: 13px;
}

.head-menu-mobile .dropdown-toggle:hover {
    text-decoration: none;
}
.head-menu-mobile .dropdown-toggle {
    display: inline-block;
    position: relative;
margin-bottom: 12px;
}

.collapsing{
    transition: height 0s!important;
}

.head-menu-mobile {

}
.dropdown-toggle{
    transition: transform 0.3s;
    font-size: 14px;
    font-weight: 600
}
.dropdown-toggle:not(.collapsed)::after{
    transform: rotate(180deg);
}
.dropdown-toggle::after{
    background: url(/img/redesign/main/menu-arrow-active.svg);
    background-size: 12px 7px;
    position: absolute;
    top: 8px;
    right: -20px;
    content: "";
    height: 7px;
    border: none;
    width: 12px;

}
.dropdown-toggle.collapsed::after{
    background: url(/img/redesign/main/menu-arrow.svg);
    background-size: cover;

}

.accordion-inner-list li{
    padding: 15px 0;
}

.cursor-pointer{
    cursor: pointer;
}

/* Стили для подменю */

.menu-items {
    z-index: 1000; /* Убедитесь, что это значение выше, чем у других элементов */
}

.custom-submenu {
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    width: 70%;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 12px;
    padding: 30px;
    max-width: 850px;
    overflow: hidden;
    backdrop-filter: blur(10px);

}
.custom-submenu[style*="display: block"] {
    opacity: 1;
    visibility: visible;
}

.custom-submenu .container {
    max-width: 1200px;
    margin: 0 auto;
}

.custom-submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-submenu ul li:last-of-type {
    margin-bottom: 0;
}
.custom-submenu ul li {
    margin-bottom: 10px;
}

.custom-submenu ul li a {

}

.head-menu-desktop li a:hover {
    color: #5A82FC;
}
.head-menu-desktop li a{
    color: #232323;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding-right: 20px;
}
.desktop-dropdown-menu:before{
    background: url(/img/redesign/main/menu-arrow.svg);
    background-size: 12px 7px;
    position: absolute;
    top: 7px;
    right: 0;
    content: "";
    height: 7px;
    border: none;
    width: 12px;
}
.desktop-dropdown-menu{
    position: relative;
}

.desktop-dropdown-menu:hover:before{
    background: url(/img/redesign/main/menu-arrow-active.svg);
    background-size: 12px 7px;
    position: absolute;
    top: 7px;
    right: 0;
    content: "";
    height: 7px;
    border: none;
    width: 12px;
}

.mobile-menu-line{
    margin: 0 0 12px 0;
    border-top: 1px solid #DEE2EE;
    opacity: 1;
}










@media (min-width: 576px) {
    .navbar-wrapper{
        max-width: 100%;
    }
}
@media (min-width: 768px) {

    .navbar-collapse {
        /*right: calc((-100vw + 720px)/2);*/
        /*width: 50vw;*/
    }
    /*header .container, header .container-xxl {*/
    /*    max-width: calc(720px - 24px);*/
    /*}*/
}

@media (min-width: 992px) {
    .navbar-collapse {
        right: calc((-100vw + 960px)/2);
    }
    header .container, header .container-xxl {
        max-width: calc(960px - 24px);
        flex-wrap: nowrap!important;
    }

    header {
       border-bottom: 1px solid #C0C0C0;
    }

    .navbar-wrapper::before {
        border-radius: 12px;
    }
.burger-btn:not(.collapsed){
    right: calc((-100vw + 990px)/2);
}

    .logo {
        vertical-align: 0;
    }

}

@media (min-width: 1200px) {

    .menu-items {
        flex-direction: row;
        gap: 20px;
    }
    .logo {
        margin-right: 23px;
    }
    header .container, header .container-xxl {
        max-width: calc(1140px - 24px);
    }
    .navbar-wrapper{
        /*        border-radius: 12px;*/
        padding: 17px 0px 17px 0px;
    }
    .navbar-collapse{
        background: unset;
        box-shadow: none;
        position: relative;
        height: unset;
        max-width: unset;
        right: unset;
    }
}



@media (min-width: 1400px) {
    .menu-items {
        gap: 30px;
    }
    header .container, header .container-xxl {
        max-width: calc(1460px - 24px);
        width: calc(100% - 24px);
    }
}
@media (min-width: 1800px) {
    .menu-items {
        gap: 40px;
    }
}
/*@media (min-width: 1700px) {*/
/*    header .container, header .container-xxl {*/
/*        max-width: 1436px;*/
/*        width: calc(100% - 24px);*/
/*    }*/
/*}*/

/*header end*/





/*footer*/

/*footer end*/





.bg-dark{
    background: #232323;
}
.bg-dark-gray{
    background: #808080!important;
}

.bg-light-gray{
    background: #D9D9D9!important;
}
.bg-light-gray-v2{
    background:#EFF1F8;
}
.bg-blue{
    background: #5A82FC!important;
}
.btn-primary svg path{
    transition: 0.2s all ease-in-out;
}
.btn-primary:hover svg path{
    stroke: #5A82FC;
}
.btn-primary:hover {
    color: #5A82FC;
    text-decoration: none;
    background: transparent;
    border: 1px solid #5A82FC;
}
.btn-primary{
    border: 1px solid transparent;
    background: #5A82FC;
}
.btn-outline-primary:hover{

}
.btn-outline-primary{

}
.btn-outline-blue:hover{
    border: 1px solid transparent;
    background: #5A82FC;
    color: white;
}
.btn-outline-blue{
    border: 1px solid #5A82FC;
    color: #5A82FC;
}
.tags-btn.active{
    background: #5A82FC;
    color: white;
}
.tags-btn:hover{
    background: #5A82FC;
    color: white;
}
.btn-white{
    background: white;
    color: #5A82FC;
}
.btn-white:hover{
    background: #5A82FC;
    color: white;
}
.tags-btn{
    font-size: 14px!important;
    background: #DEE2EE;
    padding: 7px 12px!important;
    color: #232323;
}

.btn-small{
    padding: 8px 12px;
    font-size: 14px;
}
.btn-gray{
    padding: 12px 20px;
    background: #EDEFF4;
}
.btn-white:hover{
    color: white;
    border: 1px solid white;
}
.btn-white{
    padding: 14px 24px;
    background: #ffffff;
    color: #5A82FC;
}

.btn-black:active{
    border: 1px solid #5A82FC!important;
}
.btn-black:hover{
    color: white;
    border: 1px solid #5A82FC;
    background: #5A82FC;
}
.btn-black{
    padding: 11px 40px;
    background: #232323;
    color: white;
}


.btn-modal-gray:active{
    background-color: #b1b1b1!important;
}
.btn-modal-gray:hover{
    background: #b1b1b1;
}
.btn-modal-gray{
    background: #DDDCDB;
}
.btn-modal-blue{
    background: #5A82FC;
}
.btn-gray:hover{
    background: #e0e0e0;
}
header .btn{
    padding: 7px 15px;
    font-size: unset;
    min-width: unset;
}


footer .btn {
   min-width: 210px;
}
.btn.fs-20{
    padding: 8px 20px;
}
.btn:active {
    border: 1px solid transparent!important;
}
.btn {
    font-size: 16px;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 11px 20px;
}

.btn-main:hover{
    color: #5A82FC;
    background: white;
    border:1px solid #5A82FC;
}
.btn-main{
    border:1px solid transparent;
    cursor: pointer;
    transition: 0.2s all;
    text-align: center;
    color: white;
    background: #5A82FC;
    font-size: 16px;
    font-weight: 600;
    border-radius: 60px;
    padding: 12px 20px;
}
.lh-120{
    line-height: 120%;
}
.lh-12{
    line-height: 1.2;
}
.fs-10{
    font-size: 10px;
}
.fs-12{
    font-size: 12px;
}
.fs-12-lg-16{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-16-md-18{
    font-size: 16px;
}
.fs-16-lg-20{
    font-size: 16px;
}
.fs-14-xl-20{
    font-size: 14px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
}
.fs-28{
    font-size: 28px;
}
.fs-40{
    font-size: 40px!important;
}
.fs-26-xl-28{
    font-size: 26px;
}
.fs-24-lg-32{
    font-size: 24px;
}
.fs-xxl-32{
    font-size: 22px;
    line-height: normal;
}
.fs-xxl-36{
    font-size: 24px;
    line-height: normal;
}
.fs-32{
    font-size: 32px;
}
.fs-32-xl-40{
    font-size: 32px;
}
.fs-xxl-40{
    font-size: 24px;
}
.fs-xxl-42{
    font-size: 28px;
}
.fs-xxl-48{
    font-size: 24px;
}
.fs-xxl-74{
    font-size: 24px;
}
.fs-40-xl-100{
    font-size: 40px;
    line-height: 60px;
}
.fs-120{
    font-size: 120px;
    line-height: 120px;
}
.fs-150{
    font-size: 150px;
    line-height: 150px;
}
.br-8{
    border-radius: 8px;
}
.br-12{
    border-radius: 12px;
}
.br-12-lg-24{
    border-radius: 12px;
}
.br-24-xl-40{
    border-radius: 24px;
}

.br-24{
    border-radius: 24px;
}
.br-15{
    border-radius: 15px;
}
.mb-12-lg-24{
    margin-bottom: 12px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-24{
    margin-bottom: 24px;
}
.mb-20-lg-40{
    margin-bottom: 20px;
}
.mb-20-xl-40{
    margin-bottom: 20px;
}
.mb-24{
    margin-bottom: 24px;
}
.mb-24-xl-32{
    margin-bottom: 24px;
}
.mb-24-xl-40{
    margin-bottom: 24px;
}
.mb-24-xl-48{
    margin-bottom: 24px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-40-xl-50{
    margin-bottom: 40px;
}
h1,h2,h3,h4,h5,h6{
    /*font-family: "HelveticaBold";*/
    font-weight: bold;
    margin-bottom: 0;
}
h1{
    font-size: 32px;
}

h2{
    font-size: 26px;
}
h3{
    font-size: 18px;
}
.h2-title-36{
    font-size: 32px;
    font-weight: bold;
}
.h2-title{
    font-size: 26px;
    font-weight: bold;
}
.py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pb-70{
    padding-bottom: 70px!important;
}
.py-section-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-section-80{
padding-top: 80px;
padding-bottom: 80px;
}
.py-section-85{
    padding-top: 85px;
    padding-bottom: 85px;
}
.py-section-100{
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-section-115{
    padding-top: 115px;
    padding-bottom: 115px;
}
.py-section-140 {
    padding: 60px 0;
}
.p-24{
    padding: 24px;
}
.p-12-lg-24{
    padding: 12px;
}
.p-20-lg-24{
    padding: 20px;
}
.p-24-xl-32{
    padding: 24px;
}

.p-24-lg-40{
    padding: 24px;
}
.p-24-xl-40{
    padding: 24px;
}
.ms-20{
    margin-left: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-16-md-30{
    margin-bottom: 16px;
}
.mb-32{
    margin-bottom: 32px;
}

.cursor-normal{
    cursor: inherit;
}


.fw-normal {
    font-weight: 400 !important;
}
.fw-medium{
    font-weight: 500;
}
.fw-bold{
    /*font-family: "HelveticaBold";*/
    font-weight: 700;
}
.fw-600{
    font-weight: 600;
}
.fs-20-xl-28{
    font-size: 20px;
    line-height: 1.2;
}
.fs-20-xl-40{
    font-size: 20px;
    line-height: 1.2;
}
.fs-14-lg-20{
    font-size: 14px;
}
.fs-lg-20{
    font-size: 16px;
}
.fs-20-lg-24{
    font-size: 20px;
}
.fs-lg-24{
    font-size: 18px;
}
.fs-16-xl-20{
    font-size: 16px;
}
.fs-16-xl-32{
    font-size: 16px;
    line-height: 18px;
}
.color-gray-v2{
    color: #7B8192;
}
.color-gray{
    color:#B9B9B9;
}
.color-dark{
    color:#232323;
}
 .color-blue{
     color:#5A82FC;
 }

.color-white{
    color:white;
}
.color-red{
    color:#FF0000;
}

.fs-16-xl-40{
    font-size: 16px;
}
.mt-20{
    margin-top: 20px;
}
.mt-40{
    margin-top: 40px;
}
.mt-20-md-30{
    margin-top: 20px;
}

.mt-25-xl-120{
    margin-top: 25px;
}
.mb-20-xl-60{
    margin-bottom: 20px;
}
.mt-0-xl-120{
    margin-top: 0;
}
.mb-0-xl-80{
    margin-bottom: 0;
}
.mt-16-lg-70{
    margin-top: 16px;
}
.mt-50-lg-70{
    margin-top: 50px;
}

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

.ls-032{
    letter-spacing: -0.32px;
}
.ls-04{
    letter-spacing: -0.4px;
}
.ls-064{
    letter-spacing: -0.64px;
}
.ls-12{
    letter-spacing: -1.2px;
}

.ls-32{
    letter-spacing: -0.32px;
}

.max-h-100{
    max-height: 100%!important;
}
.w-110px{
    width: 110px;
}
.min-width-auto{
    min-width: auto!important;
}

.blue-border{
    border:2px solid #5A82FC;
}
.bg-light-blue{
    background: #E5ECFF;
}



@media (max-width: 768px) {


    .pe-max-md-2{
        padding-right: 8px;
    }
    .ps-max-md-2{
        padding-left: 8px;
    }
}




@media (min-width: 768px) {
    .btn-md-h-60{
        padding: 18px 20px!important;
    }
    .mt-20-md-30{
        margin-top: 30px;
    }
    .mt-16-lg-70{
        margin-top: 30px;
    }
    .fs-lg-20{
        font-size: 18px;
    }
    .fs-16-md-18{
        font-size: 18px;
    }
    .fs-16-lg-20{
        font-size: 18px;
    }
    .fs-14-xl-20{
        font-size: 16px;
    }
    .h2-title{
        font-size: 32px;
    }
    .mt-25-xl-120{
        margin-top: 35px;
    }
    .mb-20-xl-60{
        margin-bottom: 30px;
    }
    .mb-24-xl-48{
        margin-bottom: 36px;
    }
    .color-md-black{
        color: #3A3A3A;
    }
    .fs-20-xl-40{
        font-size: 28px;
    }
    .fs-16-xl-40{
        font-size: 25px;
    }
    .mb-0-xl-80{
        margin-bottom: 50px;
    }
    .mt-0-xl-120{
        margin-top: 60px;
    }
    .mb-16-md-30{
        margin-bottom: 30px;
    }
    .fs-xxl-74{
        font-size: 38px;
    }
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 32px;
    }
    .py-section-120 {
        padding: 75px 0;
    }

}

@media (min-width: 992px) {
    .fs-12-lg-16{
        font-size: 16px;
    }
    .fs-16-lg-20{
        font-size: 20px;
    }
    .mt-16-lg-70{
        margin-top: 70px;
    }
    .fs-16-xl-20{
        font-size: 18px;
    }
    .fs-14-xl-20{
        font-size: 18px;
    }
    .fs-24-lg-32{
        font-size: 32px;
    }
    .fs-40-xl-100{
        font-size: 70px;
        line-height: 90px;
    }
    .h2-title-36{
        text-transform: uppercase;
    }
    .h2-title{
        font-size: 36px;
        text-transform: uppercase;
    }
    .mt-25-xl-120{
        margin-top: 40px;
    }
    .mb-12-lg-24{
        margin-bottom: 24px;
    }
    .mb-20-lg-40{
        margin-bottom: 40px;
    }
    .mb-24-xl-48{
        margin-bottom: 40px;
    }
    .mb-20-xl-60{
        margin-bottom: 35px;
    }
    .fs-20-xl-40{
        font-size: 32px;
    }
    .fs-16-xl-40{
        font-size: 30px;
    }
    .mb-0-xl-80{
        margin-bottom: 60px;
    }
    .mt-0-xl-120{
        margin-top: 80px;
    }
    .mb-lg-30{
        margin-bottom: 30px;
    }
    .mb-lg-65{
        margin-bottom: 65px;
    }
    .mt-50-lg-70{
        margin-top: 70px;
    }
    .fs-lg-20{
        font-size: 20px;
    }
    .fs-xxl-32{
        font-size: 26px;
    }
    .fs-xxl-36{
        font-size: 30px;
    }
    .fs-xxl-40{
        font-size: 32px;
    }
    .fs-xxl-42{
        font-size: 34px;
    }
    .fs-xxl-48{
        font-size: 40px;
    }
    .fs-xxl-74{
        font-size: 46px;
    }
    .fs-16-xl-32{
        font-size: 26px;
        line-height: 30px;
    }
    .fs-14-lg-20{
        font-size: 20px;
    }
    .fs-20-lg-24{
     font-size: 24px;
    }
    .fs-lg-24{
        font-size: 24px;
    }
    .fw-lg-semibiold{
        font-weight: 600;
    }
    .py-section-100{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .py-section-120 {
        padding: 80px 0;
    }
    .p-12-lg-24{
        padding: 24px;
    }
    .p-20-lg-24{
        padding: 24px;
    }
    .p-24-lg-40{
        padding: 40px;
    }
    h1{
        font-size: 50px;
    }

    h2{
        font-size: 36px;
    }
    h3{
        font-size: 20px;
    }
    .text-lg-uppercase{
        text-transform: uppercase;
    }
    .br-12-lg-24{
        border-radius: 24px;
    }
}



@media (min-width: 1200px) {
    .br-24-xl-40{
        border-radius: 40px;
    }
    .fs-16-xl-20{
        font-size: 20px;
    }
    .fs-14-xl-20{
        font-size: 20px;
    }
    .fs-40-xl-100{
        font-size: 100px;
        line-height: 120px;
    }
    .mt-25-xl-120{
        margin-top: 120px;
    }
    .mb-20-xl-40{
        margin-bottom: 40px;
    }
    .mb-20-xl-60{
        margin-bottom: 60px;
    }
    .mb-24-xl-32{
        margin-bottom: 32px;
    }
    .mb-24-xl-40{
        margin-bottom: 40px;
    }
    .mb-24-xl-48{
        margin-bottom: 48px;
    }
    .mb-40-xl-50{
        margin-bottom: 50px;
    }
    .fs-20-xl-28{
        font-size: 28px;
    }
    .fs-20-xl-40{
        font-size: 40px;
    }
    .fs-16-xl-40{
        font-size: 40px;
    }

    .fs-26-xl-28{
        font-size: 28px;
    }
    .h2-title-36{
        font-size: 36px;
    }
    .h2-title{
        font-size: 40px;
    }
    .mb-0-xl-80{
        margin-bottom: 80px;
    }
    .mt-0-xl-120{
        margin-top: 120px;
    }
    .fs-xxl-32{
        font-size: 32px;
    }
    .fs-xxl-36{
           font-size: 36px;
    }
    .fs-32-xl-40{
        font-size: 40px;
    }
    .fs-xxl-40{
        font-size: 40px;
    }
    .fs-xxl-42{
        font-size: 42px;
    }
    .fs-xxl-48{
        font-size: 48px;
    }
    .fs-xxl-74{
        font-size: 56px;
    }
    .fs-16-xl-32{
        font-size: 32px;
        line-height: 36px;
    }
    .py-section-120 {
        padding: 120px 0;
    }
    .py-section-140 {
        padding: 140px 0;
    }
    .p-24-xl-32{
        padding: 32px;
    }
    .p-24-xl-40{
        padding: 40px;
    }
    h1{
        font-size: 60px;
    }

    h2{
        font-size: 42px;
    }
    h3{
        font-size: 24px;
    }

}


@media (min-width: 1400px) {
    .fs-xxl-74{
        font-size: 74px;
    }
}


/*выше общие стили*/


.main-mobile-wrapper--overflow .main-mobile-inner{
    z-index: 10;
    position: relative;
}
.main-mobile-wrapper--overflow{
    position: relative;
}
.main-mobile-wrapper--overflow:before{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

.main-mobile-wrapper{
    background: url("/img/main-2.png") no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 0 20px 0;
    margin-top: -50px;
}
.video-section .main-mobile-inner{
    height: 90vh;
}
.main-mobile-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}
.main-mobile-wrapper h1{
    font-size: 26px;
}
.main-mobile-wrapper h2{
    font-size: 26px;
}

.main-advantages-card img{
    max-width: 42px;
}
.main-advantages-card{
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: white;
    padding: 30px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
}
.main-img {
    /*height: 469px;*/
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blue-digit-box--mini{
    min-width: 28px;
    width: 28px;
    height: 28px;
}
.blue-digit-box{
    font-size: 24px;
    min-width: 48px;
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #5A82FC;
    border-radius: 9px;
    color: white;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
}

.white-digit-box{
    font-size: 24px;
    min-width: 48px;
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 9px;
    color: #5A82FC;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
}








@media(min-width: 400px){
    .main-mobile-inner{
        min-height: 510px;
    }

    .main-mobile-wrapper h1{
        font-size: 32px;
    }
    .main-mobile-wrapper h2{
        font-size: 32px;
    }
}

@media(min-width: 576px){
    .main-mobile-wrapper h1{
       padding-right: 20%;
    }
    .main-mobile-wrapper h2{
        padding-right: 20%;
    }
}



















@media(max-width: 768px){




    .gradient-card-with-decor:before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/img/rectangle-card-decor.png") no-repeat;
        background-size: cover;
        z-index: -1;
    }
    .gradient-card-with-decor{
        margin-top: 16px;
        padding: 8px 42px 8px 13px;
        position: relative;
        background: linear-gradient(135deg, rgba(33, 155, 228, 1) 0%, rgba(62, 96, 193, 1) 100%);
        border-radius: 12px;
        z-index: 0;
    }
}







.btn-close:focus{
    box-shadow: none;

}

#recallModal .modal-dialog{
    max-width: 400px;
}

.form-control::placeholder{
    font-size: 14px;
    color: #7B8192;
}
.form-control{
    border-radius: 60px;
    padding: 9px 20px;
    background-color: #E5ECFF;
    border: 1px solid transparent;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: #F7F8FC;
    border-color: #5A82FC;
    box-shadow:none;
}
.btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}
.modal-body{
    padding: 0;
}
textarea.form-control{
    border-radius: 12px;
}
.modal-content{
    padding: 30px;
}
.modal-header{
    justify-content: center;
    padding:0;
    text-align: center;
    border-bottom: 0;
}

#yaMap{
    height: 500px;
}






/*.main-card.overlay:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    width: 100%;*/
/*    background: rgb(0 0 0 / 19%);*/
/*}*/

.company-card .card-title{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

.company-card{
    overflow: hidden;
    min-height: 160px;
    height: 100%;
    background: rgb(33,155,228);
    background: linear-gradient(135deg, rgba(33,155,228,1) 0%, rgba(62,96,193,1) 100%);
    border: none;
}

.company-card .card-img-overlay{
    border-radius: 0;
    padding: 8px 13px;
}




.projects-card{
    margin-right: 15.5px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 440px;
    background: rgb(33,155,228);
    background: linear-gradient(135deg, rgba(33,155,228,1) 0%, rgba(62,96,193,1) 100%);
}

.projects-card-img img{
    border-radius: 12px;
    height: 338px;
    width: 100%;
    object-fit: cover;
}
















.contacts-btn{
    background: #F7F7F5;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 27px;
    justify-content: center;
    border: none;
}

.main-card-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-card-content{
    position: relative;
    z-index: 10;
}
.card{
    border-radius: 12px;
}

.card-img {
    height: 100%;
    object-fit: cover;
}

.contacts-item{
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    gap:16px;
}
@media(min-width: 400px){
    .contacts-item{
        flex-direction: row;
    }
}

.blue-circle{
    display: flex;
    flex: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(90, 130, 252, 0.15);
    border-radius: 100px;
}
.white-circle{
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    margin-bottom: 12px;
}


.advantages-card:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("/img/rectangle-card-decor.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.advantages-card{
    padding: 13px;
    background: white;
    border-radius: 12px;
    min-height: 160px;
    height: 100%;
    position: relative;
    z-index: 0;
}
.advantages-card--1{
background: #4CB6F2;
}
.advantages-card--2{
    background: #219BE4;
}
.advantages-card--3{
    background: #3E60C1;
}
.advantages-card--4{
    background: #5A82FC;
}
.modal-body-success{
    display: none;
}
.slick-prev{
    left: 15px;
    z-index: 1;
}
.slick-next {
    right: 30px;
}
.slick-dots li button:before{

    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: white;
}
.slick-dots li{
    width: 10px;
    margin: 0 3px;
}
.slick-slide{
    height: auto;
}
.slick-dots{
    bottom: 10px;
}
.slick-dots li.slick-active button:before{
    color: #ffffff;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}


.main-card--horisontal{
    height: 145px!important;
}

.project-item-title{
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 500!important;
}

.advantages-section-subtitle{
margin-bottom: 20px;
}
.footer-hr{
    margin-top: 10px;
    margin-bottom: 28px;
    color: #EDEFF4;
    opacity: 1;
}


.about-card{
    background: white;
    padding: 20px;
    min-height: 160px;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
}
.about-mobile-img{
    max-height: 205px;
    width: 100%;
    object-fit: cover;
}

.main-advantages-wrapper{
    background: white;
    padding: 25px;
}

.bystrovozvodimye-zdaniya__main-desktop{
    width: 100%;
    height: 533px;
    object-fit: cover;
}
.prefabricated_buildings-section{
    padding-top: 10px;
}
.main-advantages-mobile-wrapper{
    padding: 30px 20px;
    min-height: 470px;
    border-radius: 12px;
    background: url("/img/prefabricated_buildings/main.png") no-repeat;
    background-size: cover;
}

@media(max-width: 767.8px){
    .main-advantages-mobile-wrapper h1{
        font-size: 26px;
    }
}


/* Базовые стили для кнопок */


/* Ограничение расползания кнопок на ширине экрана больше 1440px */
@media (min-width: 1500px) {
    .mfp-arrow-left {
        left: calc(50% - 800px)!important; /* 800px = половина от 1440px */
    }

    .mfp-arrow-right {
        right: calc(50% - 800px)!important; /* 800px = половина от 1440px */
    }
}




.differences-item{
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: #EDEFF4;
    border-radius: 12px;
}

.differences-item-logo .btn-primary{
   min-width: 250px;
}
.differences-item-logo img{
    margin-bottom: 20px;
}
.differences-item-logo{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #5A82FC;
    min-height: 270px;
    padding: 20px;
}
.differences-icon img{
    max-width: 32px;
}
.differences-icon{
    border-radius: 100px;
    margin-bottom: 12px;
    max-width: 80px;
    height: 80px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-company-img{
    object-fit: cover;
}
.main-company {
    padding: 60px 40px;
    min-height: 280px;
    border-radius: 12px;
    background: url(/img/company/about.png) no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-position: 36% 58%;
    background-size: 583px;
    margin-bottom: 20px;
}
.company-about-item img{
    max-width: 38px;
}
.company-about-item{
    margin-bottom: 40px;
}
.company-about-wrapper{
    padding: 30px;
    border-radius: 12px;
    background: white;
}








@media (min-width: 576px) {
    .about-mobile-img{
        max-height: 100%;
    }
    .differences-item-logo img{
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {


    .differences-item-logo img{
        margin-bottom: 35px;
    }

    .main-company {
        background-size: 722px;
    }
    .prefabricated_buildings-section{
        padding-top: 30px;
    }
    .main-advantages-wrapper{
        margin: 0 12px;
    }
    .main-advantages-mobile-wrapper{
        min-height: 556px;
       margin-bottom: -65px;
    }
    .company-card{
        min-height: 350px;
    }
    .main-advantages-card {
        flex-direction: row;
        aspect-ratio: 1/1;
    }

    .main-section{
        margin-top: 100px;
    }
    .advantages-section-subtitle{
        margin-bottom: 40px;
    }
    .contacts-btn{
        padding: 13px 20px;
    }

}
@media (min-width: 992px) {
    .blue-digit-box--mini{
        min-width: 36px;
        width: 36px;
        height: 36px;
    }
    .about-card{
        box-shadow: none;
    }
    .main-company {
        padding: unset;
        min-height: unset;
        background: none;
        display: block;
        margin-bottom: 40px;
    }


    .bystrovozvodimye-zdaniya__main-desktop{
        height: 584px;
    }
    .prefabricated_buildings-section{
        padding-top: 60px;
    }
    .main-advantages-mobile-wrapper{
        padding: unset;
        min-height: unset;
        border-radius: unset;
        background: unset;
        background-size: unset;
        margin-bottom: unset;
    }

    .contacts-item{
        flex-direction: row;
    }
    .main-advantages-card{
        flex-direction: column;
        box-shadow: none;

    }
    .advantages-card{
        padding: 25px;
        min-height: 250px;
    }
    .white-circle{
        width: 50px;
        height: 50px;
        margin-bottom: 30px;
    }
    .company-card .card-img-overlay{
        padding: 20px 25px;
    }
    .company-card .card-title{
        font-weight: normal;
        font-size: 20px;
    }
    .company-card-img-overlay{
        right: 0;
        bottom: unset;
        backdrop-filter: blur(1px);
        background: #ccc9c98a;
        left: 0;
    }
    .company-card{
        min-height: 640px;
    }
    .projects-card-img img {
        height: 440px;
    }
    .project-item-title{
        font-size: 20px;
    }

    .main-card{
        height: 610px;
    }
    .main-card--half{
        height: 290px;
    }

    .company-card{
        height: 640px;
    }
    .main-img {
        /*height: 469px;*/
    }
}



@media (min-width: 1200px) {

    .company-about-item {
        margin-bottom: 46px;
    }
    .differences-item-logo img{
        margin-bottom: 35px;
    }
    .differences-item{
        padding: 20px;
    }
    .company-about-wrapper {
        padding: 40px;
    }
    .main-company {
        margin-bottom: 60px;
    }
    .prefabricated_buildings-section{
        padding-top: 100px;
    }
    .bystrovozvodimye-zdaniya__main-desktop {
        height: 643px;
    }
    .main-advantages-wrapper{
        padding: 40px;
    }
    .about-desktop-img{
        /*max-height: 500px;*/
    }
    .blue-circle img{
        width: 24px;
    }
    .advantages-section-subtitle{
        margin-bottom: 60px;
    }
    .main-img {
        /*height: 446px;*/
    }

}
@media (min-width: 1400px) {
    .differences-item{
        padding: 30px;
        aspect-ratio:1;
    }
    .main-company-img{
        /*max-height: 596px;*/
    }
    .bystrovozvodimye-zdaniya__main-desktop {
        height: 611px;
    }
    .about-desktop-img{
        max-height: 585px;
    }
    .main-img {
        /*height: 538px;*/
        max-height: 625px;
    }
    .advantages-section-title{
        line-height: 80px;
    }
    .main-advantages-card{
        min-height: 300px;
    }
    .main-advantages-card{
        aspect-ratio:unset;
    }

}