* {margin:0; padding:0;}
html,body{
    width: 100%;
    height: 100%;
    color: #212426;
    font-size:14px;
    font-family: 'Arial', sans-serif;
    background: #FFF;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Arial',sans-serif;
    font-weight:normal;
}
h1{
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 25px;
}
h3{
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 50px;
}
h4{
    color: #000;
    font-size: 21px;
    font-style: italic;
    margin-bottom: 25px;
}
a{
    transition: all 0.2s ease-in;
    color: #00A0E3;
    text-decoration:underline;
}
a:hover{
    text-decoration:none;
}
ul{
    list-style:none;
}
iframe,
img{
    max-width:100%;
    border:none;
}
button,
input [type='button'],
input [type='submit']{
    -webkit-appearance: none;
    border-radius: 0;
}
select,
input,
textarea{
    outline:none;
    font-family: 'HelveticaNeueCyr',sans-serif;
}
textarea{
    overflow:hidden;
    resize:none;
}
table{
    border-collapse:collapse;
}
body{
    overflow-x: hidden;
}
.row{
    margin-left:-15px;
    margin-right: -15px;
}
.row>div[class^="row-"]{
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}
.row-1{
    width: 100%;
}
.row-2{
    width: 50%;
}
.row-2:nth-child(2n)+div{
    clear: both;
}
.row-3{
    width: 33.33%;
}
.row-3:nth-child(3n)+div{
    clear: both;
}
.row-4{
    width: 25%;
}
.row-4:nth-child(4n)+div{
    clear: both;
}
.row-5{
    width: 20%;
}
.row-6{
    width: 16.66%;
}
.row-45{
    width: 45%;
}
.row-47{
    width: 47%;
}
.row-55{
    width: 55%;
}
.row-53{
    width: 53%;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.cleared:after {
    content: '';
    display: table;
    clear: both;
}
.header{
    background: #FFF;
}
.header .container{
    padding-top: 10px;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-box{
    display: flex;
    align-items: center;
}
.logo-box img{
    width: 122px;
    height: 122px;
    object-fit: contain;
}
.logo-text{
    max-width: 200px;
    width: calc(100% - 122px);
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #6614b8;
    font-family: "HelveticaNeue-Condensed", sans-serif
}
.contacts-box{
    font-size: 16px;
}
.contacts-box li+li{
    margin-top: 10px;
}
.contacts-box a{
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.contacts-box a:hover{
    color: #387fd5;
}
.cont-icon{
    position: relative;
    z-index: 0;
    padding-left: 27px;
}
.cont-icon:before{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
    background-repeat: no-repeat;
    background-position: center center;
}
.cont-icon:after{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: -22;
    left: 3px;
    top: 3px;
    background: #FFF;
    border-radius:100%;
}
.tel-icon:before{
    background-image: url(../images/icons/phone.svg);
}
.address-icon:before{
    background-image: url(../images/icons/pin.svg);
}
.mail-icon:before{
    background-image: url(../images/icons/mail.svg);
}
.language-panel{
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 15px;
}
.language-panel ul{
    height: 20px;
    background: #7f7e7e;
    border: solid 0.8px #7f7e7e;
    border-radius: 7.6px;
    overflow: hidden;
    box-sizing: border-box;
}
.language-panel ul li{
    height: 20px;
    float: left;
}
.language-panel ul li a{
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
    display: block;
}
.language-panel ul li a:hover{
    background-color: #387fd5;
    color: #FFF;
}
.language-panel ul li.active>a{
    background: #FFF;
    color: #7f7e7e;
}
.top-nav-bar{
    height: 60px;
    position: relative;
    z-index: 10;
    background-color: #000;
}
.top-nav-bar .container{
    padding-left: 0;
    padding-right: 0;
}
.top-nav-close{
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.top-nav-close:after{
    content: '\00d7';
    font-size: 30px;
    font-weight: bold;
    font-family: Arial,sans-serif;
    color: #FFF;
}
.top-nav-btn{
    width: 20px;
    height: 16px;
    box-sizing: border-box;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    position: fixed;
    z-index: 16;
    right: 15px;
    top:50px;
    margin-top: -12.5px;
    cursor: pointer;
    display: none;
}
.top-nav-btn:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    z-index: -1;
    left: 0;
    top:50%;
    margin-top: -1px;
}
.top-nav>ul{
    width: 100%;
    display: table;
    height: 60px;
}
.top-nav>ul>li{
    display: table-cell;
    vertical-align: middle;
}
.top-nav>ul>li>a{
    display: block;
    text-align: center;
    font-family: 'HelveticaNeue-Condensed',sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    padding: 22px 2px 20px 2px;
}
.top-nav>ul>li>a:hover,
.top-nav>ul>li.active>a{
    background-color: #387fd5;
}
.banner-bar{
    height: 515px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner-bar>.container{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.banner-block{
    width: 50%;
    color: #000;
    position: relative;
    z-index: 0;
}
.banner-block-btn{
    width: 64px;
    height: 64px;
    opacity: 0.61;
    background: #fc6120 url(../images/icons/down.svg) no-repeat center 25px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    cursor: pointer;
    margin-left: 270px;
    border-radius: 100%;
    animation: bounce 2s infinite;
}
.banner-box-title{
    /* max-width: 340px; */
    font-family: 'HelveticaNeue-Condensed',sans-serif;
    font-size: 34px;
    margin-bottom: 28px;
    color: #fff;
    font-weight: bold;
}
.banner-box-info{
    font-family: 'HelveticaNeue-Condensed',sans-serif;
    font-size: 24px;
    margin-bottom: 28px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 33px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.banner-box-line{
    width: 164px;
    height: 31px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: url(../images/icons/curly-underline.svg) no-repeat center center;
    visibility: hidden;
    opacity: 0;
}
.animated{
    visibility: visible !important;
    opacity: 1 !important;
}
.banner-box-text{
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
}
.banner-box-text b{
    font-weight: bold;
}
.block-box{
    padding: 65px 0;
}
.innovation-bar{
    position: relative;
    z-index: 0;
}
.innovation-bar:before{
    content:'';
    position: absolute;
    z-index: -2;
    right: 0;
    left: 0;
    top:0;
    bottom: 0;
    background: #FFF url(../images/wave.webp) no-repeat center bottom;
    background-size: cover;
    transform: rotate(-180deg);
    transform: scale(1, -1);
}
.innovation-left{
    width: 100%;
    margin-right: -500px;
    float: left;
}
.innovation-cont{
    margin-right: 500px;
    padding-top: 35px;
}
.block-title{
    font-family: 'HelveticaNeue-Condensed',sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: #000;
    padding-bottom: 9px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 40px;
}
.title-line{
    width: 168px;
    height: 3px;
    background: #fc6120;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}
.centered{
    text-align: center;
}
.centered .block-title{
    display: inline-block;
}
.centered .title-line{
    left: 50%;
    margin-left: -84px;
}
.innovation-box-text{
    font-size: 20px;
    font-weight: 300;
}
.innovation-box-text ul{
    list-style-position: inside;
}
.innovation-box-text p+p{
    margin-top: 25px;
}
.innovation-box-text b{
    font-weight: bold;
}
.innovation-box-text span{
    font-weight: 500;
}
.innovation-box-title{
    font-family: 'HelveticaNeue-Condensed',sans-serif;
    font-size: 23px;
    color: #000;
}
.innovation-right{
    width: 460px;
    float: right;
}
.carousel_innovation{
    display: none;
}
.carousel-box{
    padding-bottom: 35px;
}
.carousel_innovation .owl-prev,
.carousel_innovation .owl-next{
    bottom: -35px;
    right: 0;
}
.carousel_innovation .owl-prev{
    right: 45px;
}
.innovation-img{
    width: 210px;
    height: 210px;
    background: #FFF;
    border-radius: 10px;
    border:5px solid #f2f2f2;
    overflow: hidden;
    margin: 10px auto;
}
.innovation-img img{
    width:100%;
    height: 210px;
    object-fit: cover;
}
.principle-block{
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.principle-box{
    max-width: 550px;
    margin-bottom: 25px;
}
.principle-box-title{
    max-width: 401px;
    display: block;
    padding: 8px 10px 13px 29px;
    border-radius: 19.5px;
    background-color: #387fd5;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
    transition: all 0.2s ease-in;
}
.principle-box-title:hover{
    transform: scale(1.05);
}
.principle-box-text{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}
.principle-box-text ul{
    list-style: disc;
    list-style-position: outside;
    margin-left: 30px;
}
.principle-box-text li+li{
    margin-top: 13px;
}
.principle-text{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.principle-img{
    position: relative;
    z-index: 0;
}
.principle-img img{
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -100px;
}
.principle-bar{
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}
.evolution-bar{
    position: relative;
    z-index: 0;
}
.evolution-bar:before{
    content: '';
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    top:0;
    bottom: 20%;
    background: url(../images/wave.webp) repeat-x center top;
    background-size: contain;
    transform: scale(-1, 1);
}
.evolution-bar:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 40%;
    bottom: -90px;
    background: url(../images/wave.webp) repeat-x left top;
    transform: rotate(-180deg);
    transform: scale(1, -1);
}
.evolution-top{
    max-width: 724px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}
.evolution-tab{
    display: none;
}
.evolution-tab.active{
    display: block;
}
.evolution-box{
    max-width: 744px;
    margin: 0 auto;
}
.evolution-box-img{
    max-width: 724px;
    border-radius: 14px;
    overflow: hidden;
    margin: 0 auto 33px auto;
}
.evolution-box-img img{
    width:100%;
    object-fit: contain;
}
.evolution-box-cont{
    font-size: 14px;
    line-height: 1.4 ;
    display: flex;
}
.evolution-box-year{
    width: 150px;
    font-weight: bold;
}
.evolution-box-text{
    width: calc(100% - 150px);
    padding-left: 10px;
}
.evolution-block-nav{
    height: 80px;
    position: relative;
    z-index: 0;
}
.evolution-block-nav:before{
    content:'';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -2.5px;
    height: 3px;
    border-radius: 2.5px;
    border: solid 1px #f2f2f2;
    background-color: #fff;
}
.evolution-block-nav ul{
    width: 100%;
    height: 80px;
    display: table;
}
.evolution-block-nav ul li{
    display: table-cell;
    height: 80px;
}
.evolution-block-nav ul li a{
    width: 80px;
    height: 80px;
    display: block;
    background: #FFF;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    box-shadow: 0 0 1px 0.2px #CCC;
}
.evolution-block-nav ul li a:hover,
.evolution-block-nav ul li a.active{
    background: #6614b8;
}
.evolution-block-nav ul li a span{
    display: block;
    text-align: center;
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}
.result-top{
    max-width: 450px;
    margin: 0 auto 50px auto;
    text-align: center;
    font-size: 18px;
}
.carousel-box-res{
    padding: 0 55px;
}
.carousel-box-res .owl-next{
    top: 50%;
    margin-top: -18px;
    right: -50px
}
.carousel-box-res .owl-prev{
    top: 50%;
    margin-top: -18px;
    left: -50px
}
.carousel_result{
    display: none;
}
.result-top b{
    display: block;
    font-weight: 500;
}
.result-block{
    max-width: 495px;
    padding: 25px;
    border-radius: 13px;
    background-color: #f2f2f2;
    margin: 0 auto;
    cursor: pointer;
}
.result-block-img{
    height:300px;
    text-align:center;
    overflow:hidden;
}
.result-block-img img{
    max-width: none;
    height: 300px;
}
.result-box{
    max-width: 200px;
    margin: 0 auto;
}
.result-box-img{
    max-width: 200px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}
.result-box-img img{
    max-width: 200px;
    height: 200px;
    object-fit: cover;
}
.result-box-name{
    font-family: 'HelveticaNeue-Condensed',sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.result-box-weeks{
    text-align: center;
    font-size: 14px;
    color: #757575;
}
.contacts-bar{
    position: relative;
    z-index: 0;
    background: #f2f2f2;
}
.contacts-bar:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    background: #FFF url(../images/wave.webp) repeat-x center top;
    transform: scale(-1, 1);
}
.contacts-bar .carousel-box{
    max-width: 965px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.contacts-bar .owl-controls{
    position: relative;
    z-index: 0;
    padding-top: 20px;
}
.carousel_contact{
    display: none;
}
.carousel_contact .owl-prev{
    bottom: -65px;
    left: 0;
    background-color: #FFF;
    background-image: url(../images/icons/left-copy-2.svg);
}
.carousel_contact .owl-next{
    left: 45px;
    bottom: -65px;
    background-color: #FFF;
    background-image: url(../images/icons/right-copy-2.svg);
}
.contact-box{
    max-width: 440px;
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: left;
    color: #000;
    font-size: 14px;
}
.contact-box-img{
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.contact-box-img img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.contact-box-cont{
    min-height: 34px;
    padding: 7px 18px;
    border-left: 2px solid #4a90e2;
}
.contact-box-name{
    min-height: 25px;
}
.contact-box-name a{
    display: block;
    text-decoration: none;
    font-family: 'HelveticaNeue-Condensed',sans-serif;
    font-weight:  bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #666666;
}
.contacts-box-address{
    line-height: 20px;
}
.contacts-box-address a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.contacts-box-address a:hover{
    color:#4a90e2;
}
.order-btn-box{
    max-width: 965px;
    margin: 0 auto;
    text-align: right;
}
a.order-btn{
    line-height: 50px;
}
.order-btn{
    width: 300px;
    height: 50px;
    display: inline-block;
    text-decoration: none;
    border:0;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 25px;
    background-color: #fc6120;
}
.order-btn:hover{
    background: #4a90e2;
}
.characteristic-bar{
    background-color: #f2f2f2;
    position: relative;
    z-index: 0;
    padding-top: 40px;
}
.characteristic-bar:after{
    content:'';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 50%;
    bottom: -150px;
    background: #FFF url(../images/wave.webp) repeat-x center top;
    transform: rotate(-180deg);
    transform: scale(1, -1);
}
.characteristic-bar__body{
    display: flex;
    padding-bottom: 70px;
}
.characteristic-bar__img{
    width: 200px;
}
.characteristic-bar__img img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    transition: all 0.2s ease-in;
    border-radius: 10px;
    box-shadow: 0 0 33px 2px rgba(000,000,000,0.2);
}
.characteristic-bar__img img:hover{
    transform: scale(1.05);
}
.characteristic-bar__cont{
    width: calc(100% - 200px);
    padding-left: 30px;
}
.characteristic-box{
    position: relative;
    z-index: 0;
    font-size: 18px;
    line-height: 1.6;
}
.characteristic-box:before{
    content: '';
    position: absolute;
    width: 410px;
    height: 410px;
    z-index: -1;
    left:0;
    top:0;
    background: #FFF;
    border-radius: 100%;
}
.characteristic-box-text{
    margin-bottom: 20px;
}
.characteristic-box-title{
    font-family: 'HelveticaNeue-Condensed',sans-serif;
    font-size: 24px;
    line-height: 27px;
    color: #387fd5;
    font-weight: bold;
    margin-bottom: 15px;
}
.characteristic-box-sub{
    font-weight: bold;
}
.characteristic-box-text ul{
    margin-top: 25px;
    list-style: disc;
    margin-left: 30px;
}
.characteristic-box-text li+li{
    margin-top: 10px;
}
.characteristic-banner{
    margin-bottom: 30px;
}
.characteristic-banner img{
    border-radius: 14px;
}
.characteristic-bot{
    padding-left: 220px;
    position: relative;
    z-index: 0;
    margin-top: -30px;
    padding-bottom: 110px;
}
.characteristic-tab b{
    font-weight: 500;
}
.characteristic-tab table{
    border:1px solid #FFF;
    color: #000;
    font-size: 12px;
}
.characteristic-tab table td{
    padding: 7px 13px;
    border:1px solid #FFF;
    background-color: #dadada;
}
.characteristic-tab table td.tab-title{
    background-color: #FFF !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}
.characteristic-tab table td:last-child{
    background-color: #f1f1f1;
}
.characteristic-bot .characteristic-box:before {
    width: 345px;
    height: 345px;
    top:-140px;
}
.characteristic-bot .characteristic-box-img{
    width: 145px;
    float: left;
}
.characteristic-bot .characteristic-box-img img{
    margin-top:-190px;
    left: 40px;
}
.characteristic-bot .characteristic-box-text{
    margin-left: 130px;
    padding-top: 0;
}
.characteristic-bot .characteristic-box-title{
    color: #fc6120;
}
.partners-top{
    max-width: 730px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-bottom: 35px;
}
.partners-top-title{
    max-width: 475px;
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto 25px auto;
}
.form-block{
    max-width: 1170px;
    margin: 0 auto;
    padding: 85px 15px 55px 15px;
    background: url(../images/footer2.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
}
.form-box{
    max-width: 460px;
    padding: 25px 35px 27px 45px;
    margin: 0 auto;
    font-size: 15px;
    color: #000;
    background: rgba(255,255,255,0.8);
    border-radius: 14px;
}
.form-box-top{
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.inputbox{
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    box-sizing: border-box;
    background: transparent;
    border:0;
    border-bottom: solid 1px #a6a6a6;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.textarea{
    width: 100%;
    height: 40px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: transparent;
    border:0;
    border-bottom: solid 1px #a6a6a6;
    display: block;
    resize: none;
    font-size: 16px;
    margin-bottom: 20px;
}
.textarea:focus,
.inputbox:focus{
    border-bottom-color: #387fd5;
}
a.button{
    line-height: 50px;
}
.button{
    width: 300px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    background: #387fd5;
    border:0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
}
.button:hover{
    background: #DB582E;
}
.footer{
    padding: 30px 0;
    background: #000;
    font-size: 16px;
    color: #FFF;
    overflow: hidden;
    position: relative;
}
.footer a{
    font-size: 16px;
    color: #FFF;
}
.footer .container{
    max-width: 500px;
    margin: 0 auto;
}
.foot-cont{
    max-width: 380px;
}
.bot-logo{
    margin-bottom: 15px;
}
.buttons-block{
    position: fixed;
    z-index: 5;
    bottom: 45px;
    left: 10%;
}
.button-box a{
    width: 230px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-size:12px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    border-radius: 25px;
    font-weight: 300 !important;
    background-color: #ee5717;
}
.button-box+.button-box{
    margin-top: 8px;
}
.request-btn{
    background-color: #387fd5 !important;
}
.request-btn:hover{
    background-color: #ee5717 !important;
}
.up-btn{
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 4;
    cursor: pointer;
    right: 3%;
    bottom: 40px;
    background: #6614b8;
    background-size: cover;
    display: none;
    border-radius: 50%;
}
.up-btn:after{
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.link-box{
    position: relative;
    z-index: -1;
}
#scroll_link_1,
#scroll_link_3,
#scroll_link_5{
    top:-70px;
}