@font-face {
    font-display: swap;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('../fonts/OpenSans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans/OpenSans-Light.woff') format('woff'),
    url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'OpenSans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
    url('../fonts/OpenSans/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans/OpenSans-LightItalic.woff') format('woff'),
    url('../fonts/OpenSans/OpenSans-LightItalic.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'OpenSans';
    font-style: italic;
    font-weight: normal;
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('../fonts/OpenSans/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans/OpenSans-Italic.woff') format('woff'),
    url('../fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans/OpenSans-SemiBold.woff') format('woff'),
    url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'OpenSans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
    url('../fonts/OpenSans/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans/OpenSans-SemiBoldItalic.woff') format('woff'),
    url('../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: bold;
    src:local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/OpenSans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'OpenSans';
    font-style: italic;
    font-weight: bold;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url('../fonts/OpenSans/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans/OpenSans-BoldItalic.woff') format('woff'),
    url('../fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype');
}

header.header{
    display: none;
}
header.fix{
    display: block;
}
@media (max-width: 767px){
    header.header{
        display: block;
    }
    header.fix2{
        z-index: 9999;
    }
}

.header-mobile-menu{
    max-height: 80vh;
    overflow: auto;
}
.header-mobile-menu-list .level1{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header-mobile-menu-list .level1 .burger{
    width: 30px;
    height: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: 10px;
}
.header-mobile-menu-list .level1 .burger span{
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #000;
    border-radius: 1px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.header-mobile-menu-list .level1 .burger span:nth-child(1){
    top: 0;
    width: 25px;
}
.header-mobile-menu-list .level1 .burger.open span:nth-child(1){
    top: 7px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
}
.header-mobile-menu-list .level1 .burger span:nth-child(2){
    top: 7px;
}
.header-mobile-menu-list .level1 .burger.open span:nth-child(2){
    opacity: 0;
}
.header-mobile-menu-list .level1 .burger span:nth-child(3){
    top: 14px;
    width: 20px;
}
.header-mobile-menu-list .level1 .burger.open span:nth-child(3){
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
}
.header-mobile-menu-list .level1 ul.inner{
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    margin: 5px 0 0;
    position: relative;
    width: 100%;
}
.header-mobile-menu-list .level1 ul.inner a{
    font-size: 14px;
}

header.fix .container{
    position: relative;
}
header.fix .award{
    margin-right: 20px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease;
    visibility: visible;
    width: 100px;
}
header.fix .award img{
    filter: drop-shadow(0 0 5px #fff);
    max-width: 100px;
    position: fixed;
}
header.fix .award.award--scroll{
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 991px){
    header.fix .award{
        display: none;
    }
}

.footer-contacts li h4{
    margin-bottom: 0;
}
.footer-column .callback{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.footer-column .callback .callback__tg svg{
    height: 40px;
    transition: all 500ms ease-in-out;
    width: 40px;
}
.footer-column .callback .callback__tg:hover svg{
    transform: scale(1.05);
}

.open-sans,
.open-sans .h1, .open-sans .h2, .open-sans .h3, .open-sans .h4, .open-sans .h5, .open-sans .h6,
.open-sans h1, .open-sans h2, .open-sans h3, .open-sans h4, .open-sans h5, .open-sans h6{
    font-family: 'OpenSans', Tahoma, sans-serif;
    line-height: 1.5;
}

.banner-info{
    max-width: none;
}
.banner-title{
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}
@media (max-width: 991px){
    .banner-title{
        font-size:28px;
        line-height: 35px
    }
}

ul.timeline{
    display: flex;
    flex-direction: column-reverse;
    font-size: 16px;
    list-style: none;
    padding: 0;
    position: relative;
}
ul.timeline:after{
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAATCAYAAABlcqYFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFxSURBVHgBlZVBUoMwFIb/RNcOOOPCXbmB3oAjWB0Xrqwn8AjqCWpPUFx3QD2BeAOPwF4tjCtFISYwFpD3QvttyOTl5c+f5AUBQ7R8goKPPhlOdl0MEaZzQE2ISKLzPVk1i+KGSXcQpeewcZ+OGAHdLW7NpxY53YsrVYqSmWAVxxUb+/58bESqlgjIgUJv4+LVJ2PGhVB0DCrA2X7SFQFmesKMFtqiV1sWvj7LERnL89URNCJjN4Oo97AvwrgRktmqxkVXpIZ3I7e7FyB8m7AuhAw6qZ2gcaPUA+jVHWGeOq2JaBcKLzh2n3kRQ1negcbBDi6r1iLlzwL9LRfkOFtxfghPi01txfe/U4LCVpy8gCm+a6qbdmLg3XAk2uUhLtzexZFsyg97NgwqpgQMwpoXLVPtxsE65F9euzbaSGsiV5w9usW3mYitONu0npDNRWxPzR8Ksc3FsEjNzBqV9LVtI7AO4ftUOzro9avqzzkeSv8FjQ1/xxpYTbAAAAAASUVORK5CYII=');
    left: 48px;
    line-height: 0;
    position: absolute;
    top: 5px;
    transform: rotate(180deg);
}
ul.timeline li{
    line-height: 30px;
    padding: 0 0 30px 90px;
    position: relative;
}
ul.timeline .timeline__year{
    color: #00ADEE;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 0;
}
ul.timeline li:before, ul.timeline li:after{
    content: '';
    position: absolute;
    top: 0;
}
ul.timeline li:before{
    background: #C7C7C7;
    bottom: 0;
    left: 60px;
    width: 2px;
}
ul.timeline li:after{
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHZSURBVHgBrZTPLntBFMe/M/orv/6S369d/CQ2XImNDVfiAdp4AH8SxKr1BHgCPAGeoLWyIMrOTu0lLgs2JJeNRCRtF8qt3jvOmbklqpo28d3cM3NmPnPOzDlXoJl2i0lIpMlKAsrSc0o4EHBQwyHmEweNW8SnUb5oQSELpZJoJQEXQqQwnXC/gvJFmwDHBIrHfwksD/UgPRCFFZPa7ZR9OCUf61fPcCsBT5Xg11KY63U+QDoSdcaQTH8UG6MxMKyZSq9KwzavPQOTYowjM8eFkSwPdSM7/udbCIt9GyMxpOlAHsJXWRPR3uMUhMxzCmcTf1tCGiMbPCrrLwI/JSG6JtmxOvy7bUg9siXKQEtG0gRSNtt2vAudKjMQgqCSku7GgP51Dqq/KJsSPyQGuWyEtdGRuK60FBwCiQLbudsqOpVTrhlDKAIFtW22t65fzFO2KVOYL2YQyAOJ2f8FqqYCO1bOK22D1i7fW8XFbOLQXLbnLRKslLurYuWi0jIy9mVOn7B1E7ZI1Uvp7N5X5B+oaSO6VfhZV4d7dEnY8Yh28+k519OA8KAmTVvXzr2FaPcxWRZaSaGAV8pioc+tTzXvif3iJFQwRT8zm1bY4SxtUnSfMoeZxEnjljd66b/4btapYgAAAABJRU5ErkJggg==');
    left: 52px;
    line-height: 0;
    top: 5px;
}
ul.timeline li:first-child:before{
    bottom: auto;
    height: 5px;
}
ul.timeline li:last-child:before{
    top: 5px;
}
ul.timeline li:last-child:after{
    content: none;
}
ul.timeline li.js-spoiler{
    height: 150px;
    padding-bottom: 30px;
    overflow: hidden;
}
ul.timeline li.js-spoiler a.js-spoiler__toggle,
ul.timeline li.js-spoiler .js-spoiler__area{
    left: 90px;
    position: absolute;
    right: 0;
}
ul.timeline li.js-spoiler a.js-spoiler__toggle{
    bottom: 30px;
    color: #00ADEE;
    font-size: 14px;
    position: absolute;
    text-align: center;
}
ul.timeline li.js-spoiler .js-spoiler__area{
    background: rgba(255, 255, 255, 0.75) linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    height: 60px;
}
ul.timeline li.js-spoiler.js-active{
    height: auto;
}
ul.timeline li.js-spoiler.js-active a.js-spoiler__toggle{
    bottom: 0;
}
ul.timeline li.js-spoiler.js-active .js-spoiler__area{
    height: 30px;
}

.feedback-info{
    max-width: none;
}
.feedback-info .ajax-form form{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.feedback-info .ajax-form .form-group{
    padding-left: 20px;
    width: 33.33%;
}
.feedback-info .ajax-form .form-group:nth-child(6){
    display: none;
}
.feedback-info .ajax-form form > .pt-3{
    padding-left: 20px;
    padding-top: 0 !important;
    width: 100%;
}
.feedback-info .ajax-form .form-label{
    display: none;
}
.feedback-info .ajax-form .form-control{
    height: 50px;
    padding: 9px 29px 7px 29px;
}
.feedback-info .ajax-form .btn{
    background-color: #1a1a1a;
}
.feedback-info .ajax-form .btn:hover, .feedback-info .ajax-form .btn:focus{
    background-color: #08b;
}

.section.why .why-text li,
.section.why .why-text p{
    margin-bottom: 1rem;
}
.section.why .why-card-text h3{
    font-size: 18px;
}

.banner, .page-header{
    padding: 180px 0;
}
.banner-img, .page-header-img{
    border-radius: 0 0 16px 16px;
    height: 420px;
    margin: auto;
    max-width: 1280px;
    overflow: hidden;
    right: 0;
}
.banner-img:after, .page-header-img:after{
    background: linear-gradient(180deg, #fff 0,rgba(255,255,255,.993515) 6.67%,rgba(255,255,255,.973368) 13.33%,rgba(255,255,255,.938755) 20%,rgba(255,255,255,.889441) 26.67%,rgba(255,255,255,.826169) 33.33%,rgba(255,255,255,.751087) 40%,rgba(255,255,255,.667982) 46.67%,rgba(255,255,255,.582018) 53.33%,rgba(255,255,255,.498913) 60%,rgba(255,255,255,.423831) 66.67%,rgba(255,255,255,.360559) 73.33%,rgba(255,255,255,.3) 80%,rgba(255,255,255,0) 100%);
    height: 60%;
}
.page-header .container h1{
    text-shadow: 2px 2px 10px #fff;
}

.swiper-wrapper .clients-slide{
    padding: 20px;
}
.swiper-wrapper .clients-image{
    height: 40px;
}
@media (max-width: 991.98px) {
    .swiper-wrapper .clients-slide{
        padding: 10px;
    }
    .swiper-wrapper .clients-image img{
        max-height: 100%;
    }
}

.slider-progress{
    height: 2px !important;
    margin-bottom: 5px;
}
.slider-progress .swiper-pagination-progressbar-fill{
    animation-duration: 1000ms;
    animation-name: flash;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
@keyframes flash{
    from{
        opacity: 1;
    }
    50%{
        opacity: 0.25;
    }
    to{
        opacity: 1;
    }
}

.shortcut--tac{
    text-align: center;
}

.page-header--cloud{
    padding: 130px 0 30px;
}
.page-header--cloud .page-header-img:after{
    height: 100%;
}
.page-header--cloud .container__button{
    margin: 30px auto 80px;
    max-width: 520px;
}
.page-header--cloud .container__disclaimer{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991.98px) {
    .page-header--cloud .container__button{
        margin: 20px auto 20px;
    }
    .page-header--cloud .container__disclaimer{
        font-size: 12px;
    }
}

.section--cloud-promotion .col-lg-6 > *{
    padding-left: 31px;
    padding-right: 30px;
}
.section--cloud-promotion h2{
    margin-bottom: 20px;
}
.section--cloud-promotion h3{
    margin-bottom: 25px;
}
.section--cloud-promotion .section__button{
    margin: 45px 0;
    position: relative;
    z-index: 101;
}

.section--cloud-characteristics{
    padding-top: 0;
}
.section--cloud-characteristics .h1{
    margin-bottom: 40px;
}
.section--cloud-characteristics .h2{
    margin-bottom: 30px;
}
.section--cloud-characteristics .section__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section--cloud-characteristics .section__list .item{
    margin-bottom: 50px;
    padding: 0 30px;
    text-align: center;
}
.section--cloud-characteristics .section__list .item__pic{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    min-height: 65px;
}
.section--cloud-characteristics .section__list .item__pic img{
    vertical-align: middle;
}
.section--cloud-characteristics .section__list .item h3{
    font-weight: 400;
    line-height: 1.5;
}

.cloud-form{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 75%;
}
.cloud-form__title{
    flex-shrink: 0;
    width: 40%;
}
.cloud-form .cloud-form__title .h1{
    margin-bottom: 0;
}
.cloud-form__body{
    position: relative;
    width: 60%;
    z-index: 101;
}
.cloud-form__body .form-label{
    display: none;
}
.cloud-form__body .form-check{
    align-items: center;
    font-size: 10px;
    justify-content: center;
    margin-top: 25px;
}
.cloud-form__body .form-check-box:before{
    color: #fff;
    content: '✔';
    font-size: 0;
    height: 18px;
    text-align: center;
    width: 18px;
}
.cloud-form__body .form-check input:checked~.form-check-box:before{
    font-size: 14px;
}
.cloud-form__body .form-check-text{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media (max-width: 991.98px) {
    .cloud-form{
        display: block;
    }
    .cloud-form, .cloud-form__title, .cloud-form__body{
        width: 100%;
    }
    .cloud-form .cloud-form__title .h1{
        margin-bottom: 35px;
    }
}

.section--cloud-advantages{
    padding-top: 0;
}
.section--cloud-advantages .h1{
    margin-bottom: 70px;
}
.section--cloud-advantages .section__list .item{
    display: flex;
    margin-bottom: 75px;
    padding: 0 30px;
}
.section--cloud-advantages .section__list .item__pic{
    align-items: flex-start;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 35px;
    text-align: center;
    width: 50px;
}
.section--cloud-advantages .section__list .item__text{
    line-height: 1.5;
}
.section--cloud-advantages .section__list .item__text h3{
    margin-bottom: 10px;
}

.section--cloud-reviews{
    padding-top: 0;
}
.section--cloud-reviews .h1{
    margin-bottom: 30px;
}
.section--cloud-reviews .section__list{
    margin: 0 -30px;
}
.section--cloud-reviews .section__list .item{
    background: #EDEDED;
    border: 1px solid #00ADEE;
    border-radius: 10px;
    line-height: 1.5;
    margin: 0 30px 60px;
    padding: 40px 30px;
}
.section--cloud-reviews .section__list .item h3{
    margin-bottom: 10px;
}

.contacts-seo{
    margin: -110px 0 -50px;
}
@media (max-width: 991.98px){
    .contacts-seo{
        margin: -70px 0 -20px;
    }
}

.nLabCont{
    color: #4d4d4d;
    font-size: 13px;
    text-align: center;
}
.starsWrap {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -64px 0;
    pointer-events: none;
    -webkit-mask: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    mask:                 linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.starsCanvas {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nLabWrap,
.nLabRel {
    position: relative;
    display: block;
}
.nLabLogo,
.nLabMFTI {
    display: block;
    width: auto;
    height: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.nLabLogo {
    width: 640px;
    margin-bottom: 24px;
}
.nLabLink {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
}
.nLabMFTI {
    margin-top: 64px;
    width: 181px;
}
.nLabMFTISub {
    display: block;
    margin-top: 10px;
    margin-bottom: 64px;
}
.nLabDescription {
    display: block;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 24px;
    text-align: center;
    width: 800px;
    max-width: 100%;
    margin: auto;
}
.nLabDescriptionMain {
    color: #00b5ee;
    font-size: 24px;
}
.nLabDescriptionSub {
    font-size: 16px;
    margin-top: 16px;
}