body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 1.3em;
    font-weight: 400;
}

body > svg {
    width: 0;
    height: 0;
    position: absolute
}

@media (min-width: 1700px) {
    .container {
        width: 1140px;
    }
}


.clearfix {
    display: block;
    content: "";
    clear: both;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p,
h4 {
    margin: 0;
    margin-bottom: 10px;
}

.lr-item,
.material-item {
    text-align: center;
}

.section{
    padding: 60px 0;
}

.sub-title{
font-size: 22px;
line-height: 1.3em;
margin-bottom: 61px;
font-weight: 600;
}

.line{
    color:#fff;
    padding: 56px 0;
    margin-bottom: 90px;
    position: relative;
}

.line > *{
    position: relative;
    z-index: 10;
}

.line:after{
    position: absolute;
    height: 100%;
/*    width: 133%;*/
    width: 121%;
    top: 0;
    left: -54%;
    background: linear-gradient(to right, #8b8c8b 70%, #d7d7d7);
    content: "";
}

.header{
    background: #989998;
    padding: 15px 0;
    /* убираем узкую полоску над видео */
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}

.header--ru {
    padding: 23px 0;
}

.btn{
    color:#fff;
    text-decoration: none;
    background: #ec1c24;
    border-radius: 4px;
    padding: 10px 25px;
    min-width: 140px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border:none;
}

.btn:focus{
    outline: none;
    color:#fff;
}

.btn:hover{
    background: #ec1c24;
    color:#fff;
    text-decoration: none;
    opacity: 0.9;
}

.right{
    text-align: right;
    margin-left: auto;
}

.center{
    text-align: center;
}

.title{
    font-size: 35px;
    color:#ec1c24;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 50px;
}

.section1 .title{
    margin-bottom: 0;
}

.section1-img{
    text-align: center;
}

.nav{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-item:not(:last-child){
    margin-right: 20px;
}

.nav-link{
    color:#fff;
    text-decoration: none;
}

.nav-link:hover{
    text-decoration: none;
    color:#fff;
    opacity: 0.7;
}

.line-content{
    max-width: 520px;
}

.line-content p:not(:last-child){
    margin-bottom: 30px;
}

.section-img{
    position: absolute;
/*    right: 0;*/
    left: 578px;
    top:-70px
}

.section-img img{
    max-width: 550px;
}

.right .section-img{
/*
    right: auto;
    left: 0;
*/
    left: auto;
    right: 600px
}

.right .line-content{
margin-left: auto;
}

.right.line:after{
    left: auto;
    right: -50%;
    background: linear-gradient(to left, #8b8c8b 70%, #d7d7d7);
} 

.line-dop p{
    font-weight: 600;
    margin-bottom: 58px;
    white-space: pre-line;
}

.line-dop{
    max-width: 300px;
}

.line-dop.right {
    max-width: 360px;
}

.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img{
    width: auto;
    max-width: 150px;
}

.section3 .line-content {
    max-width: 600px;
    /* white-space: pre-line; */
}

.section3 .line-content p {
    white-space: pre-line;
}

.section3 .section-img{
    left: -25px;
}

.promo-section{
    padding-top: 80px;
}

.promo-section .btn{
    box-shadow: 0 0 10px rgb(236 28 36);
    font-size: 18px;
}

.promo-section img{
    margin-bottom: 10px;
}

.section1-img img{
    margin-bottom: 10px;
}

.section{
    overflow: hidden;
}

.lan-list{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lan-link img{
    max-width: 35px;
}

.lan-item:not(:last-child){
margin-right: 10px;
}

.header-right{
    display: flex;
    align-items: center;
}

.header-right .nav{
    margin-right: 30px;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
}

.gallery-item{
    width: 33.3%;
}

.gallery-item img{
    width: auto;
    max-width: 100%;
}

.section5{
    padding-bottom: 0;
    margin-bottom: 20px;
}

.section5 .right .section-img{
    right: 685px
}


.about-text p{
    margin-bottom: 50px;
    white-space: pre-line;
}

.about-text h4
{
    position: relative;
    top: 50px;
    white-space: pre-line;
}

.contacts-text {
    margin-bottom: 25px;
}

.contacts-text h4{
    margin-bottom: 30px;
}

.contacts-text p{
    margin-bottom: 5px;
}

.contacts-social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.contacts-social__link {
    width: 30px;
    height: 30px;
    text-decoration: none;
    margin-right: 10px;
}

.contacts-social__link img {
    width: 100%;
    height: auto;
}

.machine-item{
    display: flex;
    align-items: center;
}

.machine-img{
    width: 400px;
}

.machine-text{
    width: calc(100% - 400px);
    padding-left: 30px;
}

.machine-text p{
    margin-bottom: 30px;
    white-space: pre-line;
}

.machine-slider{
    padding: 0 40px;
}

.machine-slider.owl-carousel .owl-nav button,
.video-slider.owl-carousel .owl-nav button{
background-color: #989998;
width: 30px;
height: 40px;
outline: none;
border:none;
position: absolute;
top:50%;
margin-top: -15px;
transition: all 0.3s;
background-position: center;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 443.52 443.52' style='enable-background:new 0 0 443.52 443.52;' xml:space='preserve' fill='%23fff'%3e%3cg%3e%3cg%3e%3cpath d='M143.492,221.863L336.226,29.129c6.663-6.664,6.663-17.468,0-24.132c-6.665-6.662-17.468-6.662-24.132,0l-204.8,204.8 c-6.662,6.664-6.662,17.468,0,24.132l204.8,204.8c6.78,6.548,17.584,6.36,24.132-0.42c6.387-6.614,6.387-17.099,0-23.712 L143.492,221.863z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e ");
}

.machine-slider.owl-carousel .owl-nav button:hover,
.video-slider.owl-carousel .owl-nav button:hover{
    opacity: 0.7;
}

.machine-slider.owl-carousel .owl-nav button.owl-next,
.video-slider.owl-carousel .owl-nav button.owl-next{
    right: 0;
    transform: scale(-1, 1)
}

.machine-slider.owl-carousel .owl-nav button.owl-prev,
.video-slider.owl-carousel .owl-nav button.owl-prev{
    left: 0;
    
}

.logo-about{
    position: absolute;
    right: 0;
    bottom: -250px;
    z-index: 20;
}

.about-text{
    position: relative;
}

.section7{
    overflow: inherit;
}


.promo-video-wr {
    width: 100%;
    max-width: 442px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.promo-video-wr .fullscreen-bg__video {
    width: 100%;
    max-width: 442px;
    min-height: 550px;
    height: auto;
}

.video-item {
    position: relative;
}

.video-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0) translateX(-50%) translateY(-50%);
    -ms-transform: translateZ(0) translateX(-50%) translateY(-50%);
    transform: translateZ(0) translateX(-50%) translateY(-50%);
    z-index: 1;
}

.video-item.loaded::after {
    display: none;
}


@-webkit-keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #7a7a7a, 1.8em -1.8em 0 0em rgba(122,122,122, 0.2), 2.5em 0em 0 0em rgba(122,122,122, 0.2), 1.75em 1.75em 0 0em rgba(122,122,122, 0.2), 0em 2.5em 0 0em rgba(122,122,122, 0.2), -1.8em 1.8em 0 0em rgba(122,122,122, 0.2), -2.6em 0em 0 0em rgba(122,122,122, 0.5), -1.8em -1.8em 0 0em rgba(122,122,122, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.7), 1.8em -1.8em 0 0em #7a7a7a, 2.5em 0em 0 0em rgba(122,122,122, 0.2), 1.75em 1.75em 0 0em rgba(122,122,122, 0.2), 0em 2.5em 0 0em rgba(122,122,122, 0.2), -1.8em 1.8em 0 0em rgba(122,122,122, 0.2), -2.6em 0em 0 0em rgba(122,122,122, 0.2), -1.8em -1.8em 0 0em rgba(122,122,122, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.5), 1.8em -1.8em 0 0em rgba(122,122,122, 0.7), 2.5em 0em 0 0em #7a7a7a, 1.75em 1.75em 0 0em rgba(122,122,122, 0.2), 0em 2.5em 0 0em rgba(122,122,122, 0.2), -1.8em 1.8em 0 0em rgba(122,122,122, 0.2), -2.6em 0em 0 0em rgba(122,122,122, 0.2), -1.8em -1.8em 0 0em rgba(122,122,122, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.2), 1.8em -1.8em 0 0em rgba(122,122,122, 0.5), 2.5em 0em 0 0em rgba(122,122,122, 0.7), 1.75em 1.75em 0 0em #7a7a7a, 0em 2.5em 0 0em rgba(122,122,122, 0.2), -1.8em 1.8em 0 0em rgba(122,122,122, 0.2), -2.6em 0em 0 0em rgba(122,122,122, 0.2), -1.8em -1.8em 0 0em rgba(122,122,122, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.2), 1.8em -1.8em 0 0em rgba(122,122,122, 0.2), 2.5em 0em 0 0em rgba(122,122,122, 0.5), 1.75em 1.75em 0 0em rgba(122,122,122, 0.7), 0em 2.5em 0 0em #7a7a7a, -1.8em 1.8em 0 0em rgba(122,122,122, 0.2), -2.6em 0em 0 0em rgba(122,122,122, 0.2), -1.8em -1.8em 0 0em rgba(122,122,122, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.2), 1.8em -1.8em 0 0em rgba(122,122,122, 0.2), 2.5em 0em 0 0em rgba(122,122,122, 0.2), 1.75em 1.75em 0 0em rgba(122,122,122, 0.5), 0em 2.5em 0 0em rgba(122,122,122, 0.7), -1.8em 1.8em 0 0em #7a7a7a, -2.6em 0em 0 0em rgba(122,122,122, 0.2), -1.8em -1.8em 0 0em rgba(122,122,122, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.2), 1.8em -1.8em 0 0em rgba(122,122,122, 0.2), 2.5em 0em 0 0em rgba(122,122,122, 0.2), 1.75em 1.75em 0 0em rgba(122,122,122, 0.2), 0em 2.5em 0 0em rgba(122,122,122, 0.5), -1.8em 1.8em 0 0em rgba(122,122,122, 0.7), -2.6em 0em 0 0em #7a7a7a, -1.8em -1.8em 0 0em rgba(122,122,122, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.2), 1.8em -1.8em 0 0em rgba(122,122,122, 0.2), 2.5em 0em 0 0em rgba(122,122,122, 0.2), 1.75em 1.75em 0 0em rgba(122,122,122, 0.2), 0em 2.5em 0 0em rgba(122,122,122, 0.2), -1.8em 1.8em 0 0em rgba(122,122,122, 0.5), -2.6em 0em 0 0em rgba(122,122,122, 0.7), -1.8em -1.8em 0 0em #7a7a7a;
    }
  }
  @keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #7a7a7a, 1.8em -1.8em 0 0em rgba(122,122,122, 0.2), 2.5em 0em 0 0em rgba(122,122,122, 0.2), 1.75em 1.75em 0 0em rgba(122,122,122, 0.2), 0em 2.5em 0 0em rgba(122,122,122, 0.2), -1.8em 1.8em 0 0em rgba(122,122,122, 0.2), -2.6em 0em 0 0em rgba(122,122,122, 0.5), -1.8em -1.8em 0 0em rgba(122,122,122, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.7), 1.8em -1.8em 0 0em #7a7a7a, 2.5em 0em 0 0em rgba(122,122,122, 0.2), 1.75em 1.75em 0 0em rgba(122,122,122, 0.2), 0em 2.5em 0 0em rgba(122,122,122, 0.2), -1.8em 1.8em 0 0em rgba(122,122,122, 0.2), -2.6em 0em 0 0em rgba(122,122,122, 0.2), -1.8em -1.8em 0 0em rgba(122,122,122, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.5), 1.8em -1.8em 0 0em rgba(122,122,122, 0.7), 2.5em 0em 0 0em #7a7a7a, 1.75em 1.75em 0 0em rgba(122,122,122, 0.2), 0em 2.5em 0 0em rgba(122,122,122, 0.2), -1.8em 1.8em 0 0em rgba(122,122,122, 0.2), -2.6em 0em 0 0em rgba(122,122,122, 0.2), -1.8em -1.8em 0 0em rgba(122,122,122, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.2), 1.8em -1.8em 0 0em rgba(122,122,122, 0.5), 2.5em 0em 0 0em rgba(122,122,122, 0.7), 1.75em 1.75em 0 0em #7a7a7a, 0em 2.5em 0 0em rgba(122,122,122, 0.2), -1.8em 1.8em 0 0em rgba(122,122,122, 0.2), -2.6em 0em 0 0em rgba(122,122,122, 0.2), -1.8em -1.8em 0 0em rgba(122,122,122, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.2), 1.8em -1.8em 0 0em rgba(122,122,122, 0.2), 2.5em 0em 0 0em rgba(122,122,122, 0.5), 1.75em 1.75em 0 0em rgba(122,122,122, 0.7), 0em 2.5em 0 0em #7a7a7a, -1.8em 1.8em 0 0em rgba(122,122,122, 0.2), -2.6em 0em 0 0em rgba(122,122,122, 0.2), -1.8em -1.8em 0 0em rgba(122,122,122, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.2), 1.8em -1.8em 0 0em rgba(122,122,122, 0.2), 2.5em 0em 0 0em rgba(122,122,122, 0.2), 1.75em 1.75em 0 0em rgba(122,122,122, 0.5), 0em 2.5em 0 0em rgba(122,122,122, 0.7), -1.8em 1.8em 0 0em #7a7a7a, -2.6em 0em 0 0em rgba(122,122,122, 0.2), -1.8em -1.8em 0 0em rgba(122,122,122, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.2), 1.8em -1.8em 0 0em rgba(122,122,122, 0.2), 2.5em 0em 0 0em rgba(122,122,122, 0.2), 1.75em 1.75em 0 0em rgba(122,122,122, 0.2), 0em 2.5em 0 0em rgba(122,122,122, 0.5), -1.8em 1.8em 0 0em rgba(122,122,122, 0.7), -2.6em 0em 0 0em #7a7a7a, -1.8em -1.8em 0 0em rgba(122,122,122, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(122,122,122, 0.2), 1.8em -1.8em 0 0em rgba(122,122,122, 0.2), 2.5em 0em 0 0em rgba(122,122,122, 0.2), 1.75em 1.75em 0 0em rgba(122,122,122, 0.2), 0em 2.5em 0 0em rgba(122,122,122, 0.2), -1.8em 1.8em 0 0em rgba(122,122,122, 0.5), -2.6em 0em 0 0em rgba(122,122,122, 0.7), -1.8em -1.8em 0 0em #7a7a7a;
    }
  }
  

.video-slider{
    padding: 0 80px;
}

.section.section1{
    padding: 0;
}

.contacts{
    background: url(../img/devider-icon.png) top center repeat-x;
    background-size: contain;
    padding-top: 250px;
    margin-top: 100px;
}

.fullscreen-bg__video{
    position: relative;
}

.fullscreen-bg__video:after{
    content:"";
    position: absolute;
    border:2px solid #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top:0
}

.advantages-item{
    text-align: left;
    display: flex;
    margin-bottom: 20px;
}

.advantages-l{
    padding-left: 30px;
    width: calc(100% - 120px);
}

.advantages-icon{
    width: 120px;
}

.advantages-icon img{
    width: auto;
    max-width: 100%;
}

.line-advantages{
    margin-left: auto;
    text-align: center;
    max-width: 450px;
}

.advantages-item h4{
    font-size: 18px;
    margin-bottom: 15px;
}

.advantages-slider.owl-carousel .owl-dot{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #cecece;
    display: inline-block;
    margin: 0 7px;
    cursor: pointer;
}

.advantages-slider.owl-carousel .owl-dot.active{
    background: #fff;
}

.advantages-slider.owl-carousel .owl-dots{
    text-align: center;
}


#bw-rmenu {
    position: fixed;
    top: 0%;
    left: -100%;
    bottom: 0%;
    z-index: 1000;
    width: 100%;
    -webkit-transition: left .25s;
    transition: left .25s;
    padding: 0 15px;
    text-align: center;
    overflow-y: auto;
    padding-bottom: 20px;
    background: #989998;
}


#bw-rmenu.bw-show {
    left: 0;
}

#bw-rmenu > ul.nav {
    display: block;
    padding: 15px 0;
    margin: 0;
}

#bw-rmenu > ul.nav > li {
    display: block;
    width: 100%;
}

#bw-rmenu > ul.nav > li > a {
    padding: 15px 0;
    display: block;
    font-size: 20px;
    color: #222;
    text-align: center;
    background: #fff;
    margin-bottom: 1px;
}


#bw-rmenu .sub-menu {
    display: block;
    position: relative;
    background: none;
    width: 100%;
    background: #ebebeb;
}

#bw-rmenu .sub-menu li a {
    display: block;
    color: #1584ba;
}

#bw-rmenu .sub-menu li:last-child a:after {
    display: none;
}

#bw-rmenu ul {
    list-style: none;
    padding: 0;
    padding-top: 0;
}

#bw-rmenu ul .nav-sub {
    display: block;
    position: relative;
    width: 100%;
    left: auto;
    margin-left: auto;
}

#bw-rmenu .search-line {
    display: block;
    margin-top: 10px;
}

#bw-rmenu .search-line .search-input {
    width: 100%;
    height: 40px;
    font-size: 14px;
}

#bw-rmenu .rs-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#bw-rmenu .rs-social li a i {
    font-size: 26px;
}

#bw-rmenu .rs-social li {
    margin: 0 13px;
}

#bw-rmenu .search-line .search-btn {
    right: 10px;
    top: 11px;
}

#bw-rmenu .up-icon {
    width: 40px;
    height: 40px;
    right: 0;
    top: 7px;
}

#bw-rmenu .nav-menu {
    display: block;
    position: relative;
    left: auto;
    width: 100%;
    text-align: left;
}

#bw-rmenu .nav-menu .sub-menu {
    display: block;
    position: relative;
    left: auto;
    display: none;
}



#bw-rmenu ul li a {
    text-decoration: none;
    line-height: 1.23em;
    display: inline-block;
}

.logo{
    display: flex;
    align-items: center;
}

#bw-rmenu .header-logo img {
    max-width: 100px;
}

#bw-rmenu .header-logo {
    top: 0;
    padding: 10px;
    text-align: center;
    display: block;

}

.bw-rmenu-toggle {
    display: none;
    margin-left: 20px;
}

.bw-rmenu-toggle img {
    width: 30px;
    height: 30px;
}

.top-menu-img {
    padding: 20px 0px;
    text-align: right;
}

#bw-rmenu .header-link,
#bw-rmenu .menu,
#bw-rmenu .submenu-body{
    display: block;
}

#bw-rmenu .submenu-body{
    position: relative;
    padding: 15px;
    text-align: left;
    display: none;
}

#bw-rmenu .submenu-title{
font-size: 15px;
}

#bw-rmenu .summenu-item:not(:last-child){
    margin-bottom: 5px;
}

#bw-rmenu .menu-link{
    display: flex;
    position: relative;
}

#bw-rmenu .menu-item{
    margin-bottom: 15px;
    margin-right: 0;
    position: relative;
}

#bw-rmenu .menu-link-up{
    position: absolute;
    right: 0;
    top:4px
}

.phone{
    margin-right: 55px;
    text-decoration: none;
    color:#fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    min-width: 190px;
}

.phone img{
    max-width: 20px;
    margin-right: 10px;
}

.phone:hover{
    text-decoration: none;
    color:#fff
}

.mob-img{
    display: none;
}

.mob-img img{
    max-width: 300px;
}

.mob-img.right{
    text-align: right
}

.popup{
    background: #383838;
    max-width: 400px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    color:#fff
}

.popup .btn{
    width: 100%;
}

.feedback-input{
    background: #fff;
    border: none;
    height: 50px;
    border-radius: 3px;
    outline: none;
    padding-left: 120px;
    width: 100%;
    font-size: 14px;
    color:#000000;
}

.feedback-input--es {
    padding-left: 150px;
}

.feedback-textarea{
    width: 100%;
    height: 130px;
    border-radius: 3px;
    padding: 40px 15px 10px 15px;
    color:#000000;
    font-size: 16px;
    outline: none;
    font-size: 14px;
}

.feedback-label {
    font-size: 14px;
    color: #7b7b7b;
    position: absolute;
    left: 15px;
    top: 13px;
    padding-right: 10px;
    border-right: 1px solid #ecebeb;
    min-width: 90px;
}

.feedback-line {
    position: relative;
    margin-bottom: 15px;
}

.feedback-label span {
    color: #fb3941;
}

.popup-title{
    margin-bottom: 15px;
}

.border-none{
    border:none
}

.mfp-bg{
    opacity: 0.2;
}

.mfp-close-btn-in .mfp-close{
    color:#fff;
}

.contacts-text a {
    color: #000000;
    text-decoration: none;
}

.contacts-text a:hover {
    text-decoration: underline;
}


/* company */

.section-company h2 {
    margin-bottom: 45px;
}

.section-company h3 {
    margin-bottom: 30px;  
}

.section-company p {
    margin-bottom: 20px;
}

.section-company .links-paragraph {
    margin-bottom: 6px;
}

.section-company a {
    color: #000000;
    text-decoration: none;
}

.section-company a:hover {
    text-decoration: underline;
}

.section-company + .contacts {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .section-img img{
        max-width: 400px;
    }
    .sub-title{
        margin-bottom: 20px;
    }
    .line{
        padding: 30px 0;
        margin-bottom: 40px;
    }
    .contacts{
        padding-top: 150px;
    }

    .line-dop p{
        margin-bottom: 30px;
    }
    .phone{
        margin-right: 8px;
    }
    .section5 .right .section-img {
    right: 625px;
}
    .line:after{
        width: 130%
    }

}

@media (max-width: 991px) {
    .header .nav{
        display: none;
    }

    .line:after{
        width: 200%;
    }

    .section-img {
        display: none;
    }
    .section{
        padding: 40px 0;
    }
    .machine-img{
        width: 250px;
    }
    .machine-text {
        width: calc(100% - 250px);
    }
    .contacts{
        padding-top: 160px;
    }
    .bw-rmenu-toggle{
        display: inline-block;
    }
    .logo-about{
        max-width: 150px;
        bottom: -300px;
    }
    .mob-img{
        display: block;
    }
}


@media (max-width: 560px) {
    .machine-text{
        width: 100%;
        padding: 0;
    }
    .machine-item{
        flex-wrap: wrap;
    }
    .title{
        font-size: 30px;
    }
    .video-item > iframe{
        height: 250px!important;
    }
    .promo-section img{
        width: auto;
        max-width: 100%;
    }
    .advantages-item{
        flex-wrap: wrap;
    }
    .advantages-l{
        width: 100%;
        order:2;
        padding: 0;
    }
    .machine-text{
        font-size: 15px;
    }

    .promo-video video{
        width: 300px;
        height: 450px;
    }
    .promo-section {
        padding-top: 20px;
    }
    .phone{
        font-size: 0;
        min-width: 40px;
    }
    .phone img{
        max-width: 30px;
    }
    .logo img {
        max-width: 120px;
    }
    .lan-link img {
        max-width: 30px;
    }
    .contacts{
        background: none;
        padding-top: 100px;
    }
    .video-slider{
        padding: 0
    }
    .video-slider .owl-nav{
        position: absolute;
        bottom: -10px;
        width: 100%;
    }
    .machine-slider.owl-carousel .owl-nav button{
        top:100px
    }

    .popup{
        padding: 30px 15px;
    }
    .title{
        margin-bottom: 25px;
    }
    .section4,
    .section3{
        padding-top: 0
    }
    .line-dop p:last-child{
        margin-bottom: 0
    }
}

@media (max-width: 360px) {
    .logo img{
        max-width: 100px;
    }
    body{
        min-width: 320px;
    }
    .phone img{
        max-width: 28px;
        margin: 0;
    }
    .logo img {
        max-width: 100px;
    }
    .lan-link img {
        max-width: 28px;
        
    }
}

@media (min-width: 992px) {
.col-md-7 {
    width: 53% !important;
}
}

.center.promo-section > .sub-title {
    font-size: 23px !important;
    white-space: pre-line;
}

.line-content .sub-title {
    white-space: normal !important;
}

.iti {
    color: #000000;
    width: 100%;
    max-width: 320px;
}

.iti__flag-container {
    width: 110px;
}

.iti__flag-container::after {
    content: '*';
    display: block;
    position: absolute;
    right: 17px;
    top: 10px;
    color: #fb3941;
    font-size: 14px;
    z-index: 2;
}

.iti input {
    padding-left: 120px !important;
    position: relative;
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 1.5rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}
