/* Medium Devices, Desktops */
@media only screen and (max-width : 1000px) {
    .characteristic-bot{
        padding-left: 0;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .header .container{
        padding-bottom: 15px;
        display: block;
        padding-top: 100px;
    }
    .logo-box{
        position: fixed;
        z-index: 15;
        padding: 0 15px;
        background-color: #FFF;
        left: 0;
        right: 0;
        top: 0;
        box-shadow: 0 0 3px 2px rgba(000,000,000,0.5);
    }
    .logo-box img {
        width: 90px;
        height: 90px;
    }
    .head-right .contacts-box{
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
    }
    .top-nav-bar{
        height: auto;
        position: unset;
        background-color: transparent;
    }
    .top-nav-btn{
        display: block;
    }
    .top-nav{
        position: fixed;
        z-index: 20;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        display: none;
    }
    .top-nav.open{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .top-nav-btn{
        display: block;
    }
    .top-nav>ul{
        width: 300px;
    }
    .top-nav ul li:before{
        width: 150px;
        height: 1px;
        left:50%;
        top: auto;
        bottom: 1px;
        margin-left: -75px;
        border-radius: 0;
        display: block;
        background: #E6E7EF;
    }
    .top-nav>ul>li{
        height: auto;
        display: block;
        text-align: left;
        padding:0;
        position: relative;
        border-bottom: 1px solid #FFF;
    }
    .top-nav>ul>li:last-child{
        margin-bottom: 0;
        border-bottom: 0;
    }
    .top-nav>ul>li>a{
        font-size: 18px;
        padding: 13px 10px;
        height: auto;
        display: block;
        text-align: center;
        line-height: normal;
        letter-spacing: 1px;
    }
    .banner-bar {
        height: 350px;
        position: relative;
        z-index: 0;
    }
    .banner-bar:before{
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top:0;
        bottom: 0;
        background: #000;
        opacity: 0.2;
    }
    .banner-block-btn {
        width: 40px;
        height: 40px;
        background-position: center 17px;
        background-size: 20px auto;
    }
    .banner-box{
        max-width: none;
    }
    .banner-box-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .banner-box-info{
        font-size: 20px;
        line-height: 24px;
    }
    .banner-box-text{
        font-size: 18px;
        line-height: 22px;
        color: #FFF;
    }
    .block-title{
        font-size: 28px;
        margin-bottom: 25px;
    }
    .innovation-left{
        margin-right: 0;
        float: none;
    }
    .innovation-cont{
        margin-right: 0;
        padding-top: 0;
    }
    .innovation-box-text{
        margin-bottom: 20px;
    }
    .innovation-right{
        width: auto;
        float: none;
    }
    .evolution-bar:after{
        bottom: 0;
    }
    .evolution-box-img{
        max-width: 500px;
        margin: 0 auto 20px auto;
    }
    .evolution-block-nav{
        height: 60px;
    }
    .evolution-block-nav ul li a{
        width:60px;
        height:60px;
    }
    .carousel-box-res{
        max-width: 545px;
        padding: 0;
        margin: 0 auto;
    }
    .contacts-bar .carousel-box{
        max-width: 545px;
        padding: 0 40px;
        margin: 0 auto;
    }
    .contacts-bar .owl-controls{
        padding: 0;
        position: unset;
    }
    .carousel_contact .owl-prev,
    .carousel_contact .owl-next{
        bottom: auto;
        top: 50%;
        margin-top:-18px;
        left:-50px;
    }
    .carousel_contact .owl-next{
        left:auto;
        right:-50px;
    }
    .order-btn-box{
        text-align: center;
        padding: 20px 0;
    }
    .characteristic-bot {
        padding-bottom: 30px;
    }
    .characteristic-bar:after{
        background-color:  #f2f2f2;
    }
    .characteristic-bar:after{
        bottom: 0;
    }
    .characteristic-bar .row-2{
        width: 100%;
        float: none;
    }
    .characteristic-top{
        padding: 0;
    }
    .characteristic-bot .characteristic-box-img,
    .characteristic-box-img{
        width: 230px;
        text-align: center;
    }
    .characteristic-bot .characteristic-box-img img,
    .characteristic-box-img img{
        position: unset;
        margin: 0;
        max-height: 350px;
    }
    .characteristic-bot .characteristic-box:before,
    .characteristic-box:before{
        width: 345px;
        height: 345px;
        top: 0;
    }
    .characteristic-banner{
        text-align: center;
        margin: 35px auto;
    }
    .characteristic-tab{
        margin-bottom: 30px;
    }
    .buttons-block{
        left:0;
        right:0;
        bottom:0;
        background: #f2f2f2;
    }
    .button-box + .button-box {
        margin-top: 0;
    }
    .button-box{
        width:50%;
        float: left;
        box-sizing: border-box;
        padding: 5px;
        text-align: center;
    }
    .button-box a{
        max-width: 300px;
        width: 100%;
        display: inline-block;
    }
    .footer{
        padding-bottom: 80px;
    }
    .up-btn{
        width: 61px;
        height: 61px;
        bottom:80px;
    }
    .up-btn:after{
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff;
    }
}
@media (max-width: 480px) {
    .evolution-box-cont{
        flex-direction: column;
    }
    .evolution-box-year{
        font-size: 18px;
    }
    .evolution-box-text{
        width: 100%;
        padding: 0;
    }
    .head-right {
        margin: 0;
        padding: 0;
    }
    .banner-block {
        width: auto;
        padding: 0;
    }
    .banner-box-line {
        display: none;
    }
    .banner-box-info {
        padding: 0;
        margin-bottom: 20px;
    }
    .banner-bar {
        height: 300px;
        background-position: 75% center;
    }
    .banner-bar:before {
        opacity: 0.4;
    }
    .block-box {
        padding: 35px 0;
    }
    .link-box {
        top: -50px;
    }
    .principle-bar {
        padding-bottom: 30px;
    }
    .principle-block .row-2 {
        width: 100%;
        float: none;
    }
    .principle-bot .row-55,
    .principle-bot .row-45 {
        width: 100%;
        float: none;
    }
    .principle-img img {
        position: unset;
    }
    .evolution-bar:before {
        display: none;
    }
    .evolution-box-year {
        width: auto;
        float: none;
        margin-bottom: 15px;
        text-align: left;
    }
    .evolution-box-text {
        margin: 0;
    }
    .evolution-block-nav {
        height: 35px;
        margin-top: 20px;
    }
    .evolution-block-nav ul li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .carousel-box-res .row-2{
        padding: 0 !important;
    }
    .carousel-box-res .owl-prev,
    .carousel-box-res .owl-next{
        top: auto;
        margin: 0;
        bottom:-45px;
    }
    .carousel-box-res .owl-prev{
        left: 0;
    }
    .carousel-box-res .owl-next{
        right: auto;
        left: 50px;
    }
    .result-block{
        padding: 10px 15px;
    }
    .result-box {
        max-width: 140px;
    }
    .result-box-img img,
    .result-box-img {
        max-width: none;
        height: 140px;
    }
    .result-box-name{
        font-size: 18px;
    }
    .characteristic-box-img {
        float: none;
        margin-bottom: 20px;
    }
    .characteristic-box-text,
    .characteristic-bot .characteristic-box-text {
        margin-left: 0;
    }
    .characteristic-bot .characteristic-box:before,
    .characteristic-box:before {
        width: 245px;
        height: 245px;
    }
    .characteristic-bot .characteristic-box-img img,
    .characteristic-box-img img {
        max-height: 250px;
    }
    .partners-bar{
        padding-bottom: 0 !important;
    }
    .form-block {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .form-box {
        max-width: 460px;
        padding: 25px 10px;
        background: #FFF;
    }
    .up-btn {
        width: 35px;
        height: 35px;
        bottom: 65px;
    }
    .button-box a{
        font-size: 11px;
        height: 40px;
        line-height: 40px;
    }
	.result-block-img,
	.result-block-img img{
		height:200px;
	}
    .characteristic-bar__body{
        flex-direction: column;
    }
    .characteristic-bar__img{
        width: 300px;
        margin: 0 auto 20px auto;
    }
    .characteristic-bar__img img {
        width: 300px;
        height: 300px;
    }
    .characteristic-bar__cont{
        width: 100%;
        padding: 0;
    }
    .owl-nav{
        display: flex;
        justify-content: center;
        padding-top: 10px;
        gap: 10px;
    }
    .owl-nav .owl-prev,
    .owl-nav .owl-next{
        position: unset;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 1000px) {
    .top-nav-btn,
    .top-nav-close{
        display: none !important;
    }
    .top-nav{
        display: block !important;
    }
}
@media only screen and (min-width : 768px) {
    .fixed{
        padding-top: 60px;
    }
    .fixed .top-nav-bar{
        position: fixed;
        top:0;
        left: 0;
        right: 0;
    }
}