@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --main-font: 'Rubik', sans-serif;
    --theme-color-0: #FFF;
    --theme-color-1: #31AE9E;
}

html{
    overflow: hidden;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    font-family: 'Rubik', sans-serif;
    background-color: #0B0F1E;
}

.wide-container{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.container{
    max-width: 1172px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}

body section{
    position: relative;
    z-index: 2;
}

.main-sub-title{
    color: var(--theme-color-1);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 14px;
}

.main-sub-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 1px;
    background: var(--theme-color-1);
}

.main-h2-title{
    color: var(--theme-color-0);
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 2.7px;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

.fancybox__backdrop {
    opacity: 0.8;
    background: #0F0F0F;
}
.fancybox__content>.f-button.is-close-btn{
    width: 25px;
    height: 24px;
    right: 20px;
    top: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3E%3Cpath d='M1.70752 1.00391L25.7075 24.9999' stroke='%23B3B3B3' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 24.998L24.998 1.00003' stroke='%23B3B3B3' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.is-compact .fancybox__content>.f-button.is-close-btn{
    background-color: transparent;
}

.fancybox__content>.f-button.is-close-btn svg{
    display: none;
}

#modal_thanks.fancybox__content{
    padding: 78px 40px 40px;
    border-radius: 10px;
    background: rgba(226, 226, 226, 0.20);
    box-shadow: -3px 3px 10px 0px rgba(255, 255, 255, 0.50) inset, 3px -3px 10px 0px rgba(190, 190, 190, 0.30) inset;
    backdrop-filter: blur(15px);
}
#modal_form.fancybox__content{
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#modal_thanks .f-button.is-close-btn{
    width: 20px;
    height: 20px;
    top: 40px;
    right: 40px;
    background-image: url("images/modal_close.svg");
    outline: none;
    border: none;
    box-shadow: none;
}

.field_f,.hidden{
    display: none !important;
}
.error{color:red !important;}
.error.green{color:green !important;}

.btn{
    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;
    height: 50px;
    color: var(--theme-color-0);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    outline: none;
    border: none;
}

.btn.disable{
    opacity: .6;
}

.btn-type-1{
    background: linear-gradient(280deg, #31AE9E 15.24%, #003DFF 90.54%);
    transition: all .3s;
}

.btn-type-1:hover{
    box-shadow: 0px 10px 50px 0px rgba(11, 85, 212, 0.80);
    transition: all .3s;
}

.btn-type-1:active{
    color: #000;
    transition: all .3s;
}

.top-menu-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    list-style: none;
    padding: 0;
}

.top-menu-element,
#footer-links li a{
    position: relative;
}

#footer-links li a{
    display: inline-block;
}

.top-menu-element:after,
#footer-links li a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 90%;
    height: 3px;
    background: transparent;
}

#footer-links li a:after{
    bottom: -6px;
}

.top-menu-element:active:after,
/*.top-menu-element.selected:after,*/
#footer-links li a:active:after{
    background: var(--theme-color-1);
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
}

.top-menu-element a{
    color: var(--theme-color-0);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.top-menu-element:hover a {
    color: var(--theme-color-1);
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
}
.top-menu-element:active a{}

.call-request-btn{
    width: 204px;
}

/*Шапка*/
.header {
    position: relative;
    z-index: 10;
}
.header-wrapper{
    width: 100%;
    max-width: 1920px;
    height: 152px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header-wrapper > .container{
    height: 100%;
}
.header-top{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    position: relative;
    z-index: 5;
}
.header-mobile-only{
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.header-mobile-phone a{
    color: var(--theme-color-0);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    border: 1px solid var(--theme-color-1);
    padding: 10px 21px 10px 48px;
    position: relative;
}

.header-mobile-phone a:before{
    content: '';
    position: absolute;
    left: 21px;
    width: 23px;
    height: 23px;
    background: url("icons/header_phone.svg") no-repeat center;
}

.header-mobile-phone a:hover{
    color: var(--theme-color-1);
}


/*Подвал*/
.footer{
    padding: 58px 0 35px;
    position: relative;
}
.footer:before{
    content: "";
    width: 1920px;
    height: 1932px;
    background-image: url("/bitrix/templates/our_company/images/footer-background.jpg");
    background-repeat: no-repeat;
    background-position: left 0 bottom 0;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.footer-logo,
.footer-top,
.footer-bottom{
    z-index: 5;
    position: relative;
}


/*Подвал верх*/
.footer-logo{
    margin-bottom: 56px;
}
.footer-top{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#footer-links{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer-links li a{
    color: var(--theme-color-0);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
#footer-links li:hover a,
#footer-links li:active a{
    color: var(--theme-color-1);
}
.footer-contacts{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 197px;
    -moz-column-gap: 197px;
    column-gap: 197px;
}
.footer-contacts > div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
.footer-contacts a{
    color: var(--theme-color-0);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
.footer-contacts > div:hover,
.footer-contacts > div:active{
    opacity: .8;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
.footer-contacts > div:hover a,
.footer-contacts > div:active a{
    color: var(--theme-color-4);
}
.footer-contacts__phone a{
    color: var(--theme-color-0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    transition: all .3s;
}
.footer-contacts__phone a:hover{
    color: var(--theme-color-1);
    transition: all .3s;
}
.footer-contacts__phone{
    margin-bottom: 2px;
}
.footer-contacts__email{
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-contacts__email a{
    color: var(--theme-color-0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.8%;
    text-decoration: none;
    transition: all .3s;
}
.footer-contacts__email a:hover{
    color: var(--theme-color-1);
    transition: all .3s;
}
.footer-contacts__email-copy{
    cursor: pointer;
}
.footer-contacts__email-copy:hover{
    filter: invert(51%) sepia(61%) saturate(407%) hue-rotate(123deg) brightness(99%) contrast(98%);
}
.footer-contacts__title{
    color: var(--theme-color-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.footer-contacts-wrapper{
    width: 280px;
}

/*Подвал низ*/
.footer-bottom{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 72px;
}
.copyright{
    color: var(--theme-color-6);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.developer{
    width: 280px;
    max-height: 43px;
}
.developer .developer-inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
}
.developer .developer-inner span{
    display: block;
    color: var(--theme-color-6);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2px;
    text-decoration: none;
}
.developer .developer-inner svg{
    margin-left: -2px;
}

/*Главный баннер*/
.main-banner-title{
    font-size: 67px;
    line-height: 74.408px;
    letter-spacing: 2.01px;
    padding: 0;
    margin-bottom: 70px;
}
.main-banner-wrapper{
    width: 100%;
    height: 970px;
    background-image: url("../../images/main-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 288px;
}
.main-banner-text{
    width: 685px;
    color: #B3B3B3;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
.main-banner-text p{
    margin-top: 0;
    margin-bottom: 15px;
}
.main-banner-text span,
.main-banner-text a:not(.btn){
    color: var(--theme-color-5);
}
.main-banner-btn{
    width: 217px;
    height: 44px;
    margin-top: 100px;
}

/*Форма заявок*/
#request-form{
    position: relative;
    margin: 184px 0 105px;
    z-index: 5;
}
.request-form-component{
    flex-grow: 1;
}
.request-form-image{
    margin-top: 81px;
    flex-shrink: 1;
    flex-grow: 0;
}
.request-form-image img{
    width: 100%;
    height: auto;
}
.request-form-text{
    color: var(--theme-color-0);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 55px;
}
.request-form-text p{
    margin: 0 0 25px 0;
}
.request-form-text span,
.request-form-text a{
    color: var(--theme-color-0);
    font-weight: 600;
    text-decoration: none;
}
.request-form-btn{
    width: 398px;
}
.request-form-inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-right: -158px;
}
.request-form-component form{
    width: 486px;
}
.request-form-component .form_row{
    margin-bottom: 11px;
}
.request-form-component .form_row.form_row-ord-2{
    margin-top: 41px;
}
.request-form-component .form_row.form_row-ord-1{
    margin-top: 28px;
}
.request-form-component .form_input{
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #5F5F5F;
    font-family: 'Rubik', sans-serif;
    color: #B3B3B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    padding: 13px 25px;
    background: transparent;
    outline: none;
    caret-color: #31AE9E;
}
.request-form-component .form_input::-webkit-input-placeholder{
    color: #B3B3B3;
}
.request-form-component .form_input:-moz-placeholder{
    color: #B3B3B3;
}
.request-form-component .form_input::-moz-placeholder{
    color: #B3B3B3;
}
.request-form-component .form_input:-ms-input-placeholder{
    color: #B3B3B3;
}
.request-form-component .form_input::-ms-input-placeholder{
    color: #B3B3B3;
}
.request-form-component .form_input::placeholder{
    color: #B3B3B3;
}
.request-form-component .form_input:focus,
.request-form-component .form_input:focus-visible,
.request-form-component .form_input:focus-within{
    border: 1px solid #5F5F5F;
}
.request-form-component-title{
    color: var(--theme-color-0);
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 2.7px;
    margin-top: 20px;
    margin-bottom: 33px;
}
.fancy-modal .request-form-component-title{
    margin-top: 0;
}
.request-form-component-text{
    max-width: 427px;
    color: var(--theme-color-0);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 51px;
    opacity: 0.5;
}
.request-form-component .checkbox_label{
    display: block;
    max-width: 304px;
    color: #B3B3B3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.btn_submit{
    width: 100%;
}


.mobile-menu-overlay{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    background: #0F0F0F;
    z-index: 998;
}
.mobile-menu-overlay.active{
    display: block;
    opacity: 0.8;
}

.mobile-menu{
    position: fixed;
    width: 330px;
    height: 554px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transform: translateX(-110vw);
    -moz-transform: translateX(-110vw);
    -ms-transform: translateX(-110vw);
    -o-transform: translateX(-110vw);
    transform: translateX(-110vw);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border-radius: 0px 10px 10px 0px;
    background: rgba(226, 226, 226, 0.20);
    box-shadow: -3px 3px 10px 0px rgba(255, 255, 255, 0.50) inset, 3px -3px 10px 0px rgba(190, 190, 190, 0.30) inset;
    backdrop-filter: blur(15px);
    padding: 30px 18px 27px 18px;
}
.mobile-menu.active{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.mobile-menu:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 247px;
    left: 0;
    bottom: 0;
    border-radius: 0px 0px 10px 0px;
    /*background: rgba(0, 0, 0, 0.08);*/
    background: rgba(0, 0, 0, 0.35);
    box-shadow: -3px 0px 10px 0px rgba(0, 0, 0, 0.20) inset, 3px 0px 10px 0px rgba(0, 0, 0, 0.20) inset;
    backdrop-filter: blur(25px);
}
.mobile-menu-links{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    position: relative;
    z-index: 5;
}
.mobile-menu-links a{
    color: var(--theme-color-0);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    padding-left: 20px;
}
.mobile-menu-phone{
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--theme-color-1);
    border-bottom: 1px solid var(--theme-color-1);
    padding-top: 17px;
    padding-bottom: 19px;
}
.mobile-menu-email{
    display: flex;
    gap: 10px;
    padding-top: 19px;
}
.mobile-menu-phone a,
.mobile-menu-email a{
    border: none!important;
}
.mobile-menu-phone a{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.mobile-menu-logo{
    margin-top: 65px;
    padding: 25px 15px;
}

.request-form-component-mobile-img{
    display: none;
}

.modal_thanks-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#modal_thanks svg{
    margin-bottom: 45px;
}

#modal_thanks .modal_thanks__sub-title{
    width: 100%;
    color: #31AE9E;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    position: relative;
}

#modal_thanks .modal_thanks__sub-title:after{
    width: 100%;
    height: 1px;
    background: #31AE9E;
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
}

#modal_thanks .modal_thanks__title{
    color: #FFF;
    text-align: right;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 2.7px;
    padding-top: 43px;
}

#modal_thanks .modal_thanks__text{
    max-width: 461px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 32px auto 0;
    opacity: 0.5;
}

.footer-contacts.footer-contacts--address{
    justify-content: flex-end;
    margin-top: 26px;
}

.footer-contacts__address{
    margin-bottom: 10px;
}

.footer-contacts__address,
.footer-contacts__address span{
    color: var(--theme-color-0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.footer-contacts__info{
    margin-bottom: 10px;
}

.footer-contacts__info,
.footer-contacts__info span{
    color: var(--theme-color-0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.mobile-menu-address{
    color: var(--theme-color-0);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-left: 20px;
    margin-top: 70px;
    margin-bottom: 21px;
}

.mobile-menu-links__list{
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.mobile-menu-links__list span{
    position: relative;
}

.mobile-menu-links__list span:after{
    content: "";
    position: absolute;
    width: 80%;
    height: 4px;
    left: 0;
    top: 29px;
    background: transparent;
}

.mobile-menu-links__list a:active span:after{
    background: var(--theme-color-1);
}

.mobile-menu-close{
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
}

/* Услуги */
.services-header{
    display: flex;
    /*align-items: flex-start;*/
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.services-title{
    margin: 0;
    padding: 0;
}
.services-text{
    max-width: 657px;
    color: #B3B3B3;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
.services-list{
    display: flex;
    flex-wrap: wrap;
    gap: 23px 20px;
    margin-top: 42px;
    margin-bottom: 184px;
}
.service{
    display: flex;
    width: calc((100% / 4) - ((20px * 3) / 4));
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 5px;
    border: 0.5px solid #5F5F5F;
    background: #0B0F1E;
    box-shadow: 6px 4px 10px 0px rgba(255, 255, 255, 0.25) inset, -6px -4px 30px 0px rgba(7, 153, 235, 0.20) inset;
    transition: all .3s;
    position: relative;
}
section#services{
    margin-top: 184px;
}
#products .service{
    width: calc((100% / 3) - ((20px * 2) / 3));
}
#products .service-image{
    width: 148px;
    height: 148px;
    margin-left: 25px;
    margin-top: 15px;
}
#products .main-banner-btn.product-link{
    width: 137px;
    height: 34px;
    margin-top: 0;
}
#products .service-title{
    font-size: 16px;
}
/*
.service:hover{
    box-shadow: 6px 4px 10px 0px transparent inset, -6px -4px 30px 0px transparent inset;
    transition: all .3s;
}
 */
.service:after{
    /*content: "";*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s;
}
/*
.service:hover:after{
    box-shadow: 6px 12px 40px 0px rgba(255, 255, 255, 0.25) inset, -6px -4px 40px 0px rgba(7, 153, 235, 0.40) inset;
    transition: all .3s;
}
.service:hover:before{
    content: "";
    position: absolute;
    width: 80%;
    height: 7px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--theme-color-1);
}
*/
.service-image{
    width: 148px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.service-image img{
    max-width: 100%;
    height: auto;
}
.service-title{
    color: var(--theme-color-0);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

/* Блок "Кто мы" */
#company .main-h2-title{
    margin-bottom: 47px;
}
.company-wrapper{
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.company-text{
    max-width: 465px;
    display: flex;
    flex-direction: column;
    /*gap: 40px;*/
    gap: 20px;
    padding-top: 20px;
}
.company-text,
.company-text p{
    color: var(--theme-color-0);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}
.company-text p{
    margin: 0;
}
.company-block{
    max-width: 560px;
    display: flex;
}
.company-block-content{
    width: 50%;
    position: relative;
    padding-right: 16px;
}
.company-block-num{
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--theme-color-0);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.company-block-1 .company-block-num{
    right: 10px;
    top: 0;
}
.company-block-2 .company-block-num{
    right: 18px;
    top: 15px;
}
.company-block-3 .company-block-num{
    right: 27px;
    top: 15px;
}
.company-block-title{
    max-width: 133px;
    color: var(--theme-color-0);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 13px;
    padding-top: 30px;
}
.company-block-text{
    color: var(--theme-color-0);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.company-block-image{
    flex-shrink: 0;
}
.company-block--invert{
    flex-direction: row-reverse;
}
.company-block--invert .company-block-content{
    padding-right: 0;
    padding-left: 16px;
}
.company-block--invert .company-block-text{
    max-width: 218px;
}


.footer-fade{
    display: none;
}

@media (max-width: 1499px) {
    .request-form-inner{
        margin-right: 0;
        column-gap: 30px;
        align-items: center;
    }
    .request-form-component-title{
        width: 555px;
    }
}

@media (max-width: 1199px) {
    .request-form-inner{
        justify-content: center;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {

}

@media (max-width: 991px) {
    .request-form-component-title{
        width: 100%;
    }
    .main-banner-wrapper{
        background-image: url('../../images/main-banner-mobile.jpg');
        background-size: cover;
        padding-top: 348px
    }
    .header-top-menu{
        display: none;
    }
    .header-mobile-only{
        display: block;
    }
    .services-text{
        max-width: 457px;
        font-size: 16px;
    }
    .main-h2-title{
        font-size: 44px;
    }
    .main-banner-title{
        font-size: 57px;
        margin-bottom: 40px;
    }
    .service{
        width: calc((100% / 3) - ((20px * 2) / 3));
    }
    .company-text,
    .company-blocks{
        width: calc(50% - 15px);
    }
    .company-block{
        width: 280px;
        flex-wrap: wrap;
    }
    .company-block-image{
        flex-shrink: 1;
        width: 50%;
    }
    .company-block-image img{
        width: 100%;
        height: auto;
    }
    .request-form-image{
        display: none;
    }
    .main-banner-btn{
        margin-top: 120px;
    }
    .services-list{
        margin-bottom: 94px;
    }
    .company-block-content,
    .company-block-image{
        width: 100%;
    }
    .company-block--invert .company-block-content{
        padding-left: 0;
    }
    .company-block-text{
        margin-bottom: 10px;
    }
    .company-text, .company-text p{
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    #footer-links li a{
        font-size: 14px;
    }
    .footer-contacts__title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .footer-contacts__address,
    .footer-contacts__address span,
    .footer-contacts__phone,
    .footer-contacts__phone a,
    .footer-contacts__email,
    .footer-contacts__email a{
        font-size: 14px;
    }
    .developer{
        width: 113px;
    }
    .developer img{
        width: 100%;
        height: auto;
    }
    .footer-top{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-contacts-wrapper{
        width: 100%;
        margin-top: 40px;
    }
    .header-logo{
        max-width: 110px;
    }
    .header-logo img{
        width: 100%;
        height: auto;
    }
    .header-mobile-phone a{
        font-size: 14px;
        padding: 6px 16px 6px 36px;
    }
    .header-mobile-phone a:before{
        width: 17px;
        height: 17px;
        top: 7px;
        left: 16px;
        background-size: contain;
    }
    .main-banner-title{
        font-size: 30px;
        font-weight: 600;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .main-banner-wrapper{
        height: auto;
        padding-top: 250px;
    }
    .main-banner-text{
        font-size: 14px;
        font-weight: 400;
        line-height: 160%;
        padding: 0;
    }
    .main-banner-btn{
        height: 40px;
        margin-top: 40px;
        font-size: 16px;
    }
    .main-h2-title{
        font-size: 30px;
        line-height: normal;
        padding-top: 16px;
    }
    .services-header{
        flex-wrap: wrap;
    }
    .services-text{
        width: 100%;
        font-size: 14px;
        font-style: normal;
        line-height: 160%;
        margin-top: 16px;
    }
    .services-list{
        gap: 14px 20px;
    }
    .service{
        width: calc((100% / 2) - 10px);
        gap: 23px;
        padding: 18px 12px;
    }
    #products .service{
        width: 100%;
    }
    .service-image{
        width: 87px;
        height: 75px;
    }
    .service-title{
        text-align: center;
        font-size: 11.664px;
        font-weight: 500;
        line-height: 120%;
    }
    .company-wrapper{
        flex-wrap: wrap;
    }
    .company-text{
        width: 100%;
        padding-top: 0;
        gap: 20px;
    }
    .request-form-inner{
        margin: 0;
    }
    .request-form-component,
    .request-form-component-text,
    #js_feedback_form_form{
        width: 100%;
    }
    /*.company-block-image img{
        width: 100%;
        height: auto;
    }*/
    .company-text, .company-text p{
        font-size: 14px;
        line-height: 160%;
    }
    .footer-fade{
        display: block;
        width: 100%;
        height: calc(100% - 2px);
        position: absolute;
        /*top: 0;*/
        bottom: 0;
        left: 0;
        right: 0;
        background: #010102;
        mix-blend-mode: soft-light;
    }
    #products{
        padding-top: 70px;
    }
    .main-sub-title{
        font-size: 10px;
        margin-bottom: 10px;
    }
    .main-sub-title:after{
        top: 20px;
    }
    .services-title{
        padding-top: 0;
    }
    .services-list{
        margin-top: 40px;
        margin-bottom: 86px;
    }
    #company .main-h2-title{
        margin-bottom: 16px;
    }
    .company-blocks{
        padding-top: 40px;
        margin-bottom: 55px;
    }
    .request-form-component-title{
        font-size: 30px;
        line-height: normal;
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .request-form-component-text{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin-bottom: 40px;
    }
    .request-form-component .form_row.form_row-ord-1{
        margin-top: 20px;
    }
    .request-form-component .form_row.form_row-ord-2{
        margin-bottom: 0;
        margin-top: 30px;
    }
    .main-banner-text{
        width: 100%;
    }
    #request-form{
        margin-top: 0;
        margin-bottom: 70px;
    }
    .footer-logo{
        max-width: 178px;
        margin-bottom: 40px;
    }
    .footer-logo img{
        width: 100%;
        height: auto;
    }
    .footer{
        padding: 48px 0 21px;
    }
    #footer-links{
        gap: 16px;
    }
}