:root {
    --blue: #3A6FC4;
}
header {
     top: 0;
     left: 0;
     width: 100%;

 }

 .header__top {
     height: 80px;
     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;
 }

 .header__top .header__phones a {
     font-weight: 600;
     font-size: 16px;
     color: #1F232E;
 }

 .header__phones span {
     color: var(--blue);
     display: inline-block;
     margin: 0px 12px;
     font-size: 11px;
 }

 .header__top a {
     font-size: 14px;
 }

 .header__calc a,
 .header__call a {
     border-bottom: 1px dashed #4e576b30;
     padding: 4px 0;
 }

 .header__calc {
     position: relative;
     padding-left: 72px;
 }

 .header__top a:hover {
     -webkit-transition: .7s;
     -o-transition: .7s;
     transition: .7s;
     color: var(--blue);
 }

 .header__top .header__call a:hover {
     -webkit-transition: .7s;
     -o-transition: .7s;
     transition: .7s;
     color: #222;
 }

 .header__calc img {
     position: absolute;
     top: -15px;
     left: 0;
     width: 62px;
     -webkit-transition: .7s;
     -o-transition: .7s;
     transition: .7s;
 }

 .header__calc:hover img {
     top: -18px;
     -webkit-transition: .7s;
     -o-transition: .7s;
     transition: .7s;
 }

 .header__call {
     position: relative;
     padding-left: 75px;
 }

 .header__call img {
     position: absolute;
     top: -29px;
     left: 0;
     width: 76px;
     -webkit-transition: .7s;
     -o-transition: .7s;
     transition: .7s;
 }

 .header__call:hover img {
     top: -32px;
     -webkit-transition: .7s;
     -o-transition: .7s;
     transition: .7s;
 }

 .header__call a {
     color: var(--blue);
     border-bottom: 1px dashed var(--blue);
 }

 .header__middle {
     position: relative;
     z-index: 2;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     background: #FFFFFF;
     -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
     box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
     border-radius: 9px;
     height: 80px;
 }

 .header__logo {
     padding: 0 30px;
 }

 .header__nav {
     display: table;
     width: 100%;
 }

 .header__nav>li {
     list-style: none;
     display: table-cell;
     min-width: 90px;
     position: relative;
 }

 .header__nav>li>a {
     display: block;
     height: 80px;
     line-height: 80px;
     font-size: 14px;
     text-align: center;
     border-left: 1px solid #eee;
     -webkit-transition: .7s;
     -o-transition: .7s;
     transition: .7s;
     z-index: 120;
     position: relative;
 }

 .header__nav li a:hover,
 .header__nav li a:active,
 .header__nav li a:focus {
     color: var(--blue);
     -webkit-transition: .7s;
     -o-transition: .7s;
     transition: .7s;
 }

 .header__nav li a.nav-audit {
     background: #3A6FC4;
     border-left: 1px solid #3A6FC4;
     text-transform: uppercase;
     color: #fff;
     border-top-right-radius: 9px;
     border-bottom-right-radius: 9px;
     font-weight: 600;
     font-size: 13px;
     -webkit-transition: .7s;
     -o-transition: .7s;
     transition: .7s;
     cursor: pointer;
 }

 .header__nav li a.nav-audit:hover {
     background: #295dae;
     border-left: 1px solid #295dae;
     -webkit-transition: .7s;
     -o-transition: .7s;
     transition: .7s;
 }

 .header__nav li a.nav-audit img {
     margin-left: 10px;
     vertical-align: baseline;
     -webkit-transition: .7s;
     -o-transition: .7s;
     transition: .7s;
 }

 .header__nav li a.nav-audit:hover img {
     margin-left: 15px;
     -webkit-transition: .7s;
     -o-transition: .7s;
     transition: .7s;
 }

 .screen {
     background: url(/images/mainbg.jpg);
     background-size: cover;
     background-position: bottom;
     padding-top: 160px;
     border-radius: 0 0 50% 50% / 0 0 35px 35px;
     overflow: hidden;
 }

 .screen__in {
     position: relative;
     padding: 120px 0 180px;
 }

 .screen__image {
     position: absolute;
     top: 50px;
     right: -105px;
 }

 .screen__image img {
     width: 540px;
 }

 .screen__info {
     max-width: 750px;
 }

 .screen__title,
 .page-title {
     margin-top: 0;
     font-family: 'RoadRadio';
     font-style: normal;
     font-weight: 900;
     font-size: 44px;
     line-height: 46px;
     letter-spacing: 0.04em;
     text-transform: uppercase;
     color: #1F232E;
 }

 .screen__sub {
     margin-top: 11px;
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 24px;
     text-transform: uppercase;
     color: #1F232E;
 }

 .screen__bens {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin: 45px -10px 0;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .screen__bens li {
     position: relative;
     width: 50%;
     list-style: none;
     padding: 8px 10px 0 125px;
     font-size: 13px;
     min-height: 60px;
     margin-bottom: 15px;
 }

 .screen__bens li img {
     position: absolute;
     top: 0;
     left: 10px;
     width: 100px;
 }

 .screen__btns {
     margin-top: 45px;
 }

 .screen__btns a:first-child {
     margin-right: 20px;
 }


 /** header fixed **/
 header {
     display: block;
     z-index: 500;
 }

 header.header_hide-desctop {
     display: none;
 }

 .header-fixed {
     top: 0;
     position: fixed;
     width: 100%;
     background-color: #F5F5F5;
     background: #FFFFFF;
     box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
     z-index: 700;
     display: none;
 }

 .header-fixed.active {
     display: block;
 }

 .header-fixed .header__top {
     height: auto;
     padding: 8px 0 8px 0;
 }

 .header-fixed .header__calc img,
 .header-fixed .header__call img {
     display: none;
 }

 .header-fixed .header__logo img {
     max-height: 32px;
 }

 .header-fixed .header__middle {
     height: auto;
 }

 .header-fixed .header__nav>li>a {
     display: block;
     height: 50px;
     line-height: 50px;
     -webkit-transition: 0s;
     -o-transition: 0s;
     transition: 0s;
 }

 .header-fixed .header__nav li a.nav-audit {
     height: 100%;
 }

 @media (max-width: 992px) {
     .header-fixed {
         display: none !important;
     }

     header {
         display: block !important;
         position: sticky;
         top: 0px;
     }

     .header-overlay {
         display: none;
     }

     .header__middle {
         height: 50px;
     }

     .panel-adaptive {
         top: 90px;
     }
 }

 /** header fixed end**/

 .header__menu,
 .header__phone__mobile {
     display: none;
 }

.panel-adaptive {
    position: fixed;
    top: 60px;
    right: 0;
    left: 100%;
    bottom: 0;
    z-index: 300;
    width: 100%;
    height: auto;
    overflow-y: auto;
    background: #fff;
    display: none;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.55, .085, .68, .53);
    transition: -webkit-transform .35s cubic-bezier(.55, .085, .68, .53);
    -o-transition: transform .35s cubic-bezier(.55, .085, .68, .53);
    transition: transform .35s cubic-bezier(.55, .085, .68, .53);
    transition: transform .35s cubic-bezier(.55, .085, .68, .53), -webkit-transform .35s cubic-bezier(.55, .085, .68, .53);
    transition: transform .35s cubic-bezier(.55, .085, .68, .53), -webkit-transform .35s cubic-bezier(.55, .085, .68, .53);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
}

.panel-adaptive.panel-right {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition-duration: .63s;
    -o-transition-duration: .63s;
    transition-duration: .63s;
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    -o-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.panel-adaptive ul li {
    list-style: none;
}

.panel-adaptive ul li a {
    text-align: center;
    display: block;
    padding: 16px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}

.panel-adaptive ul li.footer-social {
    text-align: center;
}

.panel-adaptive ul li.footer-social a {
    display: inline-block;
    border: none;
    padding: 6px;
}

.panel-adaptive .pa__plinks li a {
    font-weight: 400;
}


.header-dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    z-index: 100;
    padding: 80px 0px 25px 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 9px 9px;
}

.header__nav>li:hover {
    z-index: 200;
    position: relative;
}

.header__nav>li:hover>.header-dropdown-menu {
    display: block;
}

.header-dropdown-menu>li {
    display: block;
}

.header-dropdown-menu>li>a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #000;
    padding: 7px 10px;
    white-space: nowrap;
    display: block;
}

.header-mobile-audit {
    display: none;
    margin: 0;
}

.btn-mobile-audit {
    padding: 12px 35px;
}

/* footer */
footer {
    background: url(/bitrix/templates/main/img/footer.jpg);
    background-size: cover;
}

.footer__top {
    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;
    height: 115px;
}

.footer__calc a,
.footer__call a {
    border-bottom: 1px dashed #4e576b30;
    padding: 4px 0;
}

.footer__calc {
    position: relative;
    padding-left: 72px;
}

.footer__calc img {
    position: absolute;
    top: -15px;
    left: 0;
    width: 62px;
}

.footer__call {
    position: relative;
    padding-left: 75px;
}

.footer__call img {
    position: absolute;
    top: -29px;
    left: 0;
    width: 76px;
}

.footer__call a {
    color: var(--blue);
    border-bottom: 1px dashed var(--blue);
}

.footer__phones {
    text-align: right;
}

.footer__phones a {
    font-weight: 600;
    font-size: 16px;
    line-height: 159.2%;
    color: #1F232E;
}

.footer__middle {

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    border-radius: 9px;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__nav ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer__nav ul li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #4E576B;
}

.footer__nav ul li a:hover {
    color: var(--blue);
}

.footer__col {
    padding: 40px;
    border-right: 1px solid #eee;
}

.footer__title {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 11px;
    color: #1F232E;
}

.footer__contacts li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    color: #1F232E;
}

.footer__contacts li a {
    font-weight: 400;
    font-size: 14px;
    color: #1F232E;
}

.footer__contacts li img {
    position: absolute;
    top: 4px;
    left: 0;
}

.footer__contacts {
    padding-right: 40px;
}

.footer__bottom {
    padding: 40px 0 40px;
}

.footer__bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.footer__bottom ul li {
    list-style: none;
    margin-right: 15px;
}

.footer__bottom ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4275C6;
    border-bottom: 1px solid;
}
.footer__contacts {
    padding: 40px;
    flex-grow: 1;
}

.btn-main {
    cursor: pointer;
    display: inline-block;
    background: #3A6FC4;
    -webkit-box-shadow: 0px 10px 44px rgb(58 111 196 / 40%), inset 0px 10px 24px rgb(255 255 255 / 35%);
    box-shadow: 0px 10px 44px rgb(58 111 196 / 40%), inset 0px 10px 24px rgb(255 255 255 / 35%);
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    padding: 23px 35px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.btn-main:hover,
.btn-main:active,
.btn-main:focus {
    color: #fff;
    -webkit-box-shadow: 0 3px 22px 5px rgb(58 111 196 / 81%);
    box-shadow: 0 3px 22px 5px rgb(58 111 196 / 81%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: .9;
}

@media (max-width: 992px) {
    .footer__contacts {
        padding: 40px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__phones {
        display: block;
        text-align: center;
        padding-top: 15px;
    }

    .header-mobile-audit {
        display: block;
    }

    .page-title {
        font-size: 26px;
    }
}



 @media (max-width: 991px) {
     .footer__phones {
         display: block;
     }

     .lead-form__img img {
         display: block;
     }

     .header__social,
     .header__social__ex {
         display: none;
     }

     .header__menu {
         display: block;
     }

     .panel-adaptive {
         display: block;
     }

     .header__phone__mobile {
         display: block;
     }

     .header__top,
     .header__nav {
         display: none;
     }

     

     .head__block {
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     }

     
     .footer__bottom ul {
         display: block;
         text-align: center;
     }

     .footer__bottom ul li {
         margin-bottom: 10px;
     }

     .footer__top {
         display: block;
         height: auto;
     }

     footer {
         padding: 30px 0;
     }
    footer {
        background: url(/img/screen-mobile.jpg);
        background-size: cover;
    }

     .footer__top {
         text-align: center;
     }

     .lead-form2__img {
         display: none;
     }

     .footer__middle {
         display: block;
     }

     .footer__nav {
         display: block;
     }

     .footer__col {
         padding: 20px;
         text-align: center;
     }

     .footer__map {
         text-align: center;
     }

     /*.footer__contacts {
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}*/
     .footer__calc,
     .footer__call {
         margin: 20px 0;
         padding: 0;
     }

     .footer__calc img,
     .footer__call img {
         display: none;
     }

     .header__middle {
         height: 60px;
     }

     .header__middle {
         -webkit-box-pack: start;
         -ms-flex-pack: start;
         justify-content: flex-start;
     }

     .header__phone__mobile {
         margin-left: auto;
     }

     .header__menu {
         margin-left: 20px;
     }

     header {
         background: #fff;
     }

     .header__middle {
         -webkit-box-shadow: none;
         box-shadow: none;
     }

     .success__img {
         position: relative;
         left: 0;
     }

     .success__right {
         position: relative;
         top: 0;
         right: inherit;
     }

     .success__left {
         padding-top: 0;
     }

     .success__img img {
         max-width: 100%;
         margin-bottom: 30px;
     }

     .content.success {
         height: auto;
         padding-top: 120px;
     }

     .success__title {
         font-size: 34px;
         line-height: 38px;
     }

     .success__in {
         text-align: center;
     }

     .success__text {
         margin-bottom: 20px;
     }

     .success__right__btn {
         margin-bottom: 20px;
     }
 }

 @media (max-width: 768px) {}

.btn-yellow {
    cursor: pointer;
    display: block;
    background: #E7BE56;
    color: #FFFFFF;
    border-radius: 8px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.btn-mobile-audit {
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    padding: 12px 35px;
}


 @media (max-width: 992px) {
     .header-mobile-audit {
         display: block;
     }

     .page-title {
         font-size: 26px;
     }
 }

 .hamburger {
     padding: 15px;
     display: inline-block;
     cursor: pointer;
     -webkit-transition-property: opacity, -webkit-filter;
     transition-property: opacity, -webkit-filter;
     -o-transition-property: opacity, filter;
     transition-property: opacity, filter;
     transition-property: opacity, filter, -webkit-filter;
     -webkit-transition-duration: 0.15s;
     -o-transition-duration: 0.15s;
     transition-duration: 0.15s;
     -webkit-transition-timing-function: linear;
     -o-transition-timing-function: linear;
     transition-timing-function: linear;
     font: inherit;
     color: inherit;
     text-transform: none;
     border: 0;
     margin: 0;
     overflow: visible;
     background: transparent;
 }

 .hamburger:hover {
     opacity: 0.7;
 }

 .hamburger-box {
     width: 30px;
     height: 24px;
     display: inline-block;
     position: relative;
 }

 .hamburger-inner {
     display: block;
     top: 50%;
     margin-top: -2px;
 }

 .hamburger-inner,
 .hamburger-inner::before,
 .hamburger-inner::after {
     width: 30px;
     height: 2px;
     background: blue;
     border-radius: 4px;
     position: absolute;
     -webkit-transition-property: -webkit-transform;
     transition-property: -webkit-transform;
     -o-transition-property: transform;
     transition-property: transform;
     transition-property: transform, -webkit-transform;
     -webkit-transition-duration: 0.15s;
     -o-transition-duration: 0.15s;
     transition-duration: 0.15s;
     -webkit-transition-timing-function: ease;
     -o-transition-timing-function: ease;
     transition-timing-function: ease;
 }

 .hamburger-inner::before,
 .hamburger-inner::after {
     content: "";
     display: block;
 }

 .hamburger-inner::before {
     top: -10px;
 }

 .hamburger-inner::after {
     bottom: -10px;
 }

 .hamburger--elastic-r .hamburger-inner {
     top: 5px;
     -webkit-transition-duration: 0.275s;
     -o-transition-duration: 0.275s;
     transition-duration: 0.275s;
     -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
     -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
     transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
 }

 .hamburger--elastic-r .hamburger-inner::before {
     top: 10px;
     -webkit-transition: opacity 0.125s 0.275s ease;
     -o-transition: opacity 0.125s 0.275s ease;
     transition: opacity 0.125s 0.275s ease;
 }

 .hamburger--elastic-r .hamburger-inner::after {
     top: 20px;
     -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 }

 .hamburger--elastic-r.is-active .hamburger-inner {
     -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
     transform: translate3d(0, 10px, 0) rotate(-135deg);
     -webkit-transition-delay: 0.075s;
     -o-transition-delay: 0.075s;
     transition-delay: 0.075s;
 }

 .hamburger--elastic-r.is-active .hamburger-inner::before {
     -webkit-transition-delay: 0s;
     -o-transition-delay: 0s;
     transition-delay: 0s;
     opacity: 0;
 }

 .hamburger--elastic-r.is-active .hamburger-inner::after {
     -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
     transform: translate3d(0, -20px, 0) rotate(270deg);
     -webkit-transition-delay: 0.075s;
     -o-transition-delay: 0.075s;
     transition-delay: 0.075s;
 }