.start-screen{
  position:relative;
    width:100%;
    height:calc(100vh - 80px);
    background:linear-gradient(60deg,#0a202f,#0061BD);
    display:flex;
    flex-wrap:Wrap;
    justify-content:center;
    align-items:flex-start;
    padding: 50px 0;
  }
.start-screen .to_flex_image{
  width:100%;
  display:flex;
  justify-content:center;
  align-items: center;
}
  .start-screen .title{
    position:relative;
    width:100%;
    text-align:center;
    color:White;
    font-size:55px;
    font-weight:500;
    margin:0;
    transition:1.5s;
    opacity:0;
    top:50px;
    line-height: 60px;
  }
  .start-screen .title-text{
  position:relative;
    width:100%;
    text-align:center;
    color:rgba(255,255,255);
    transition:1.5s;
    opacity:0;
    top:50px;
      /*  line-height: 16px;*/
  }
  .start-screen .button{
  position: relative;
    width: 250px;
    height: 40px;
    border-radius: 5px;
    background: #2997ff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 20px 0 70px 0;
    text-shadow: none;
    color:white;
    transition-delay:0.1s;
    transition:1.5s;
    opacity:0;
    top:50px;
  }
  .start-screen .button:after{
  font-family: "Font Awesome 5 Pro";
    content: "\f061";
    position: relative;
    display: block;
    margin: 0 0 0 20px;
  }
.start-screen .button.video{
  background:white;
    color:#2997ff;
      margin: 30px auto;
  }
  .start-screen .button.video:after {
    content: "\f144";
    font-size: 20px;
    margin: 0 0 0 10px;
}
  .start-screen img{
    position:relative;
  max-width:80%;
    margin:20px 0 20px 0;
    transition:2.5s;
    transition-delay:0.2s;
    opacity:0;
    top:50px;
  }
  .start-screen .a-object{
  opacity:1;
    top:0;
  }
.start-screen .price{
   color: white;
   font-weight: bold;
   font-size: 30px;
}
.promo-banner_down{
  width: 30px;
  height: 45px;
  margin: 0 auto;
  background: no-repeat 50% url(/ru/images/6015bd05440d5.png);
  background-size: 26px 15px;
  opacity: .5;
  transition: opacity .3s;
  border-bottom: none;
  cursor: pointer;
  }
.promo-banner_down:hover{
  opacity: 1;
  background-repeat: repeat-y;
  }



.plus-block{
  position:relative;
    width:1200px;
    max-width:100%;
    padding:0 10px;
    margin:50px auto;
  }
  .plus-block .u-title{
   position:relative;
    width:100%;
    text-align:center;
     margin-top: 20px;
  }
  .plus-block .name{
    position:relative;
    width:100%;
    text-align:center;
    margin:10px 0;
  }
  .plus-block .greed{
   position:relative;
    width:100%;
    display:flex;
    flex-wraP:Wrap;
    margin:50px 0;
  }
  .plus-block .greed .item{
  position:relative;
    width:33%;
    margin:30px 0;
    padding:0 20px;
  }
  .plus-block .greed.two_b .item{
	width:50%;
  }
  .plus-block .greed .item img{
  height:100px;
    margin:auto;
    position:relative;
    display:block;
  }
  .plus-block .greed .item .title{
  width:100%;
    text-align:center;
    margin:20px 0;
    font-size:20px;
    font-weight:500;
  }
  .plus-block .greed .item .content{
    width:100%;
    text-align:center;
  }
.common_models{
    background:#fbfbfd;
  position:relative;
}
.models{
  padding: 70px 0 100px 0;
  position:relative;
    width:100%;
  }
  .models .slide{
  display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
  }
  .models .slide img{
  min-width:300px;
    max-width:350px;
  }
  .models .slide .code{
    font-weight:500;
    margin:20px 0;
  }
  .models .slide .props{
  position:relative;
    display:flex;
    flex-wrap:Wrap;
    align-items:flex-start;
    margin:50px 0 0 0;
  }
  .models .slide .props .prop{
    padding:0 20px;
    text-align:center;
  } 
.models .slide .props .prop .name{
  height:34px;
}
  .models .slide .props .prop .value{
  margin:10px 0 0 0;
    font-weight:500;
    font-size:20px;
  }
  .common_models .button{
    position: absolute;
    left: calc(50% - 41px);
    bottom: 60px;
    color:#2997ff ;
    display:block;
    cursor:pointer;
  }
  .slick-dots{
  position:absolute;
    left:0;
    bottom:20px;
    width:100%;
    z-index:2;
  }
  .slick-dots li button:before{
  font-size:6px;
    color:#2997ff !important;
    opacity:1 !important;
  }
  .slick-dots li.slick-active button:before{
  font-size:15px;
  }
  .slick-dots li{
  margin:0 10px;
  }
  .slick-prev{
  left:20px;
    z-index:3;
  }
  .slick-next{
  right:20px;
    z-index:3;
  }
  .slick-prev:before, .slick-next:before{
    font-size:25px;
  }
 .color-g-block{
  position:relative;
    width:100%;
    display:flex;
    align-items:center;
    margin:100px 0;
    padding:0 20px 0 0;
  }
.color-g-block.left{
  flex-direction: row-reverse;
}
  .color-g-block img{
    width:50%;
    position:relative;
    display:block;
    left:-100px;
  }
.color-g-block.left img{
    width: 50%;
    position: relative;
    display: block;
    right: 0;
    left: auto;
    z-index: 3;
  }
  .color-g-block .color{
  position:relative;
    width:60%;
    padding:70px 170px 70px 100px;
    background: linear-gradient(60deg,#0a202f,#0061BD);
  }
  .color-g-block .color .op{
    color:hsla(0,0%,100%,.5);
  }
  .color-g-block .color .name{
      font-size:48px;
      font-weight:500;
      color:White;
      margin:30px 0;
      line-height: 50px;
  }
  .color-g-block .color .text{
    color:white;
  }
 .right-center-image{
  position:relative;
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding:50px 10px;
  }
  .right-center-image img{
  max-width:50%;
  }
  .right-center-image .content{
 position:relative;
    width:400px;
    max-width:100%;
  }
  .right-center-image .name{
    font-size:50px;
    font-weight:500;
    line-height: 50px;
  }
  .right-center-image .text{
    
    margin:30px 0 0 0;
  }
.on-image-content{
  position:relative;
    width:100%;
    height:100vh;
  }
  .on-image-content.follow{
  background:url(/ru/images/5fde950c3e96b.jpg);
    background-size:cover;
    background-position:center center;
    padding:200px 0;
  }
  .on-image-content .top{
  position:relative;
    width:100%;
    text-align:center;
    color:rgba(0,0,0,.5);
  }
  .on-image-content .mid{
  position:relative;
    width:100%;
    text-align:center;
    margin:30px 0;
  }
  .on-image-content .bot{
  position:relative;
    width:650px;
   max-width:100%;
    text-align:center;
    margin:auto;
  }
  .electro-display{
  	align-items: center;
  }
  .electro-display .content{
    margin-right: 100px;
  }
  .avto_zaslonki{
    background: url(/ru/images/5ff486382cb3d.jpg) top no-repeat;
    background-size: cover;
    height: 972px;
    padding-top: 400px;
  }
  .avto_zaslonki .content{
    width:750px;
    margin: auto;
    text-align: center;
  }
  .avto_zaslonki h2{
    margin-bottom: 20px;
  }
  .avto_zaslonki p{
   
  }
.s-name{
  position:relative;
    width:1200px;
    margin:50px auto;
    text-align:center;
    padding:0 10px;
    max-width:100%;
  }
  .s-name .top{
    
    margin:0 0 20px 0;
  }
  .s-name .bot{
     
  }
  .f-image{
  position:relative;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:50px 0;
  }
  .f-image img{
    max-width:90%;
    max-height: 304px;
  }
.model-exit{
  position:relative;
    width:100%;
    height:100vh;
    background:url(/ru/images/5fde9d0a0b902.jpg);
  background-size:cover;
    background-position:center center;
    padding:100px 0;
  }
  .model-exit .top{
    position:relative;
    width:100%;
    text-align:center;
    margin-bottom: 10px;
  }
  .model-exit .mid{
    position:relative;
    width:100%;
    text-align:center;
  }
  .model-exit .button{
    width:210px;
    height:50px;
    border-radius:40px;
    margin:100px auto;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    cursor:pointer;
    background:#2997ff;
  }
  .model-exit img{
    position:relative;
    display:block;
    margin:0 auto 0 auto;
    max-width:50%;
  }
  .start-screen.end-screen{
        
        padding: 0 0 40px 0;
  }
  .start-screen.end-screen .button{
    margin: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .end-screen .title{
     margin-top: 30px;
     margin-bottom: 15px;
  }
  .end-screen img{
     margin-bottom: 0;
  }
@media(max-width: 1500px){
  .color-g-block .color{
        padding: 50px 130px 50px 80px;
  }
}

.toshop.button{
  position: relative;
    width: 250px;
    height: 40px;
    border-radius: 5px;
    background: #2997ff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 20px auto 70px auto;
    text-shadow: none;
    color:white;
  }
  .toshop.button:after{
  font-family: "Font Awesome 5 Pro";
    content: "\f061";
    position: relative;
    display: block;
    margin: 0 0 0 20px;
  }

@media(max-width:800px){
  .start-screen.end-screen {
    height: auto;
    padding: 20px 0;
	}
  .start-screen.end-screen .title-text{
    height: 35px;
  }
  .start-screen.end-screen img{
        margin: 20px 0 40px 0;
  }
  .start-screen .button.video{
    margin: 10% auto 0 auto;
  }
  .start-screen .to_flex_image{
    height:150px;
  }
  .start-screen {
      display: block;
      width: 100%;
      position: relative;
      color: white;
      padding: 20px 10px;
      text-align: center;
      height: calc(100vh - 61px);
  }
  .start-screen .title{
        font-weight: 600;
    	font-size: 32px;
    	margin-top: 0;
        margin-bottom: 15px;
  }
  .start-screen .title-text{
        margin-bottom: 20px;
        height: 70px;
    line-height:16px;
  }
  .start-screen .cond_img{
      width: auto;
      max-width: 100%;
      margin: auto;
      max-height: 100%;
  }
  .start-screen .preim_row{
      display: flex;
      margin: 20px 0 0 0;
      justify-content: center;
    height: 80px;
  }
  .start-screen .preim_row .item{
      width: 33%;
  }
  .start-screen .preim_row .item .to_flex_img{
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      margin-bottom: 5px;
  }
  .start-screen .preim_row .item .to_flex_img img{
      max-width:80px;
      max-height:100%;
      margin: 0;
  }
  .start-screen .preim_row .item div{
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }
  .start-screen .price{
       font-weight: bold;
       font-size: 26px;
        margin-top: 17%;
  }
  .start-screen .promo-banner_down{
    position: absolute;
    bottom: 20px;
    margin-left: calc(50% - 26px);
    opacity: 1;
    background-repeat: no-repeat;
    width: 26px;
    height: 15px;
  }
  .start-screen .promo-banner_down:hover{
    background-repeat: no-repeat;
  }
  
  
  
  .f-image img:first-child{
    max-width:8%;
  }
  .f-image img:last-child{
    max-width:86%;
  }
  
  
  
  .model-exit{
    padding: 20px 10px;
  }
  .model-exit .top{
     
  }
  .model-exit .mid{
     
  }
  .model-exit img{
    max-width: 100%;
    width:100%;
  }
  .model-exit .button{
    margin:50px auto;
  }
  .on-image-content.follow{
        padding: 150px 10px 50px 10px;
  }
  .on-image-content .mid{
    
  }
  .on-image-content .bot{
     
  }
  .plus-block{
  margin:20px auto;
  }
  .plus-block .u-title{
     
  }
  .plus-block .name{
     
  }
  .s-name .bot{
    
  }
  .plus-block .greed .item{
    width:100%;
    margin: 10px 0;
    padding: 0;
  }
  .plus-block .greed.two_b .item{
	width:100%;
  }
  .plus-block .greed .item .content{
    
  }
  .plus-block .greed{
  margin:10px 0;
  }
  .f-image{
  margin:10px 0;
  }
  .s-name{
     margin: 20px auto;
  }
  .s-name .top{
    
  }
  .models{
  padding:20px 20px 70px 20px;
  }
  .models .slide .props .prop{
  text-align:center;
    width:100%;
    padding:10px 0;
  }
  .models .slide .props .prop .name{
     width:100%;
     line-height: 14px;
  }
  .models .slide .props .prop .value{
     width:100%;
     line-height: 20px;
  }
  .common_models .button{
    bottom: 45px; 
  }
  .color-g-block{
  flex-wrap:wrap;
    padding:0;
    flex-direction: column-reverse;
    margin:0;
  }
  .color-g-block.left{
    padding: 0;
    flex-direction: column-reverse;
  }
  .color-g-block .color{
  width:100%;
    padding:20px;
  }
  .color-g-block .color .name{
    font-size: 26px;
    line-height: 30px;
  }
  .color-g-block .color .op{
    
    font-size: 22px;
    font-weight: 500;
  }
  .color-g-block .color .text{
     
  }
  .color-g-block img{
    left:0;
    width:100%;
  }
  .color-g-block.left img{
    right:0;
    width:100%;
  }
  .right-center-image{
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 10px;
  }
  .right-center-image .name{
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
    line-height: 32px;
  }
  .right-center-image img{
    max-width:100%;
    width:100%;
  }
  .electro-display .content{
    margin:0 10px 0 0;
  }
  .avto_zaslonki{
  height:60vh;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .avto_zaslonki .content{
    background: rgba(255,255,255,0.7);
        padding: 130px 10px 10px 10px;
    height: 100%;
  }
  .avto_zaslonki h2{
    font-size:32px;
  }
  .avto_zaslonki p{
     
  }
  .start-screen .button{
    max-width:90%;
    margin: 10px 0;
  }
  .toshop.button{
    max-width:90%;
    margin: 10px auto;
  }
}
.women_sleep.flex{
   display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin: auto;
  }
  .women_sleep .block:first-child{
    margin-bottom: 50px;
  }
  .women_sleep img{
    margin-right: 100px; 
  }
  .women_sleep .title{
    position: relative;
    text-align: left;
    margin: 12px 0;
  }
  .women_sleep .content{
    position: relative;
    margin: auto;
  }
  .to-mag{
  position: relative;
    width: 100%;
    padding: 20px 0;
    font-size: 34px;
    color: white;
    text-align: center;
    background: #2997ff;
    font-weight: 700;
    margin: 20px 0;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
  }
  .to-mag .button{
  display:flex;
    margin:10px auto;
  }
  .to-mag .button:after{
  font-family: "Font Awesome 5 Pro";
    content: "\f061";
    position: relative;
    display: block;
    margin: 0 0 0 20px;
  }
  @media(max-width:1400px){
    .women_sleep img{
      width:50%;
      margin-right: 60px; 
    }
  }
  @media(max-width:800px){
    .women_sleep.flex{
     flex-wrap: wrap; 
     padding: 0 10px;
    }
    .women_sleep .title{
       
    }
    .women_sleep img{
      width: 100%;
      margin-right: 0;
    }
    .women_sleep .right_flex{
      width: 100%;
    }
    .to-mag{
    font-size:16px;
    }
    .models .slide .code{
      border-bottom: 1px solid black;
    }
    .models .slide .props{
      margin-top:0;
    }
    .models .slide .button{
      margin-top: 10px; 
    }
    .plus-block .greed .item img{
      width:100px;
      height: auto;
    }
    .plus-block .greed .item .title{
      margin:10px 0; 
      font-size: 18px;
    }
  }

@media(max-width: 375px){
  .start-screen .price{
    margin-top: 8%;
  }
  .start-screen .button.video{
   
  }
}
@media(max-width:350px){
  .start-screen{
    padding: 10px; 
  }
  .start-screen .title{
    font-size: 27px;
    margin-bottom: 5px;
        line-height: 38px;
  }
  .start-screen .title-text {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .start-screen .preim_row{
    margin: 15px 0 0 0;
  }
  .start-screen .preim_row .item div{
    font-size: 9px; 
    line-height: 10px;
  }
  .start-screen .price{
    margin-top: 3%;
  }
  .start-screen .button.video{
    margin: 5% auto 0 auto;
  }
  .start-screen .promo-banner_down{
    position: absolute;
    bottom: 20px;
    margin-left: calc(50% - 26px);
  }
  .avto_zaslonki .content{
        padding: 70px 10px 10px 10px;
  }
}
/*Стили блока особенностей */
.common_osob{
    display: flex;
    width: 80%;
    margin: auto;
  }
  .common_osob .block{
    display: block;
    width: 25%;
    color: white;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
  }
  .common_osob .block:hover{
    transform: scale(1.1);
    z-index:2;
  }
  .block img{
    width: 100%;
  }
  .common_osob .block .blockblock{
   /* background: url() top no-repeat;
    background-size: 100%;*/
    padding: 50px 15px;
    position: absolute;
    height: 100%;
        top: 0;
        background-color: rgba(0,0,0,0.3);
  }
  .common_osob .block .block_title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 33px;
    margin-bottom: 30px;
    height: 70px;
  }
  .common_osob .block .block_undertitle{
    font-weight:500;
     
  }
  .common_osob .block .block_bottom{
     
    position: absolute;
    bottom: 40px;
    height: 90px;
    font-weight:500;
    width: calc(100% - 30px);
  }
@media(max-width:1580px){
 .common_osob .block .block_bottom{
   bottom:80px;
  }
}
@media(max-width:800px){
  .common_osob{
    width: 100%;
    display: block;
  }
  .common_osob .block{
    width: 100%;
    height: 300px;
    overflow-y: hidden;
  }
  .common_osob .block .blockblock{
     padding: 20px 10px;
  }
  .common_osob .block .block_title{
     margin-bottom: 0;
  }
  .common_osob .block .block_bottom{
     position: relative;
     margin-top: 20px;
     bottom: 0;
     width: 100%;
     font-size:18px;
  }
  
  
}
/*Стили блока особенностей */
/*Стили блока тишины */
.image_back_block{
    position: relative; 
    width: 80%;
    margin: auto;
  }
  .image_back_block img{
    width: 100%;
  }
  .image_back_block .content_image_block{
    position: absolute;
    top:0;
    width: 50%;
    right: 0;
    text-align: right;
    padding: 20px 15px;
    height: 100%;
  }
  .content_image_block .title{
    font-weight:bold;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom:15px;
  }
  .content_image_block .subtitle{
    font-size: 26px;
    margin-bottom:30px;
  }
  .content_image_block .boldsubtitle{
    font-weight:bold;
    
    margin: 0;
    margin-bottom: 10px;
  }
  .content_image_block .text{
    
    margin-bottom: 5px;
        font-weight: 500;
  }
  
  .content_image_block img.graph{
    max-width: 550px;
    margin-bottom:0px;
  }
  .content_image_block .table_bottom{
    display: flex;
    justify-content: flex-end;
  }
  .content_image_block .table_bottom .table_block_item{
    text-align: center;
  }
  .content_image_block .table_bottom .forimg{
    height: 90px;
    width: auto;
    margin-bottom:10px;
        display: flex;
    justify-content: center;
    align-items: center;
  }
  .content_image_block .table_bottom img{
        width: auto;
    height: 100%;
  }
  .content_image_block .table_bottom .img_title{
    width: 140px;
    font-size: 14px;
    line-height: 14px;
  }
  @media(max-width:1567px){
    .image_back_block .content_image_block{
       
    }
    .content_image_block .subtitle{
    	margin-bottom:15px;
        font-size: 22px;
    }
    .content_image_block .boldsubtitle{
         
        
    }
    .content_image_block .text{
       font-size: 17px;
       line-height: 18px;
    }
  }
  @media(max-width:1400px){
    .image_back_block .content_image_block{
       padding: 20px 10px;
    }
    .content_image_block .title{
        font-size: 40px;
        margin-bottom:10px;
    }
    .content_image_block .subtitle{
        font-size: 20px;
    }
    .content_image_block .boldsubtitle{
       font-size: 22px;
       line-height: 20px;
    }
    .content_image_block .text{
         font-size: 14px;
         line-height: 14px;
    }
    .content_image_block img.graph{
    	 
    }
  }
  @media(max-width:1256px){
    .content_image_block .title{
        margin-bottom:5px;
    }
    .content_image_block img.graph{
    	max-width:70%;
    }
  }
@media(max-width:800px){
  .image_back_block{
    position: relative;
    width: 100%;
    margin: auto;
  }
  .image_back_block img {
    width: 100%;
  }
  .image_back_block .content_image_block{
    position: relative;
    width: 100%;
  }
  .content_image_block .boldsubtitle {
    line-height: 22px;
  }
  .content_image_block .text {
     line-height: 24px;
  }
  .content_image_block .text.breezl {
     text-align: center;
  }
  .content_image_block img.graph{
    width: 100%;
    max-width: 100%;
  }
  .content_image_block .table_bottom{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .content_image_block .table_bottom .table_block_item{
    width: 24%; 
  }
  .content_image_block .table_bottom .forimg{
    width: auto;
  }
  .content_image_block .table_bottom img{
    width: 80%  !important;
    height: auto;
  }
  .content_image_block .table_bottom .img_title {
    width: 100%;
    font-size: 10px;
  }
  
}
/*Стили блока тишины */
/*Стили блока экономии */
 .content_image_block.left{
    /*color: white;*/
    text-align:left;
    left:0;
  }
  .content_image_block.left .text{
     margin-bottom: 150px; 
  }
  .content_image_block.left .table_bottom{
    justify-content: flex-start;
    
  }
  .content_image_block.left .table_block_item div{
    width:100px;
    height:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
  }
@media(max-width:800px){
  .content_image_block.left .table_bottom{
    width: 100%;
    justify-content: center;
  }
  .content_image_block.left .text {
    margin-bottom: 20px;
  }
  .content_image_block.left .table_block_item div{
     width: 100%;
     height: 70px;
     font-size: 16px;
        line-height: 16px; 
  }
}
/*Стили блока экономии */

/*Стили блока умный */
 .content_image_block.leftblack{
    text-align:left;
    left:0;
  }
  .table_block_item.icons img{
     width: auto; 
        height: 100px;
    margin-bottom: 10px;
  }
  .content_image_block.leftblack .text{
     margin-bottom: 150px; 
  }
  .content_image_block.leftblack .table_bottom{
    justify-content: flex-start;
    
  }
@media(max-width:800px){
  .content_image_block.leftblack .table_bottom {
    justify-content: center;
    width: 100%;
   }
  .content_image_block .table_bottom .table_block_item {
    text-align: center;
    width: 33%;
  } 
  .content_image_block .table_bottom .img_title {
    width: 100%;
    font-size: 10px;
  }
  .content_image_block.leftblack .text {
    margin-bottom: 20px;
    line-height: 24px;
  }
  .table_bottom.icons .table_block_item.icons img{
    width: auto !important;
    max-height: 104px;
  }
}
/*Стили блока умный */

/*Стили блока безветрянный */
  .table_bottom.osob{
    margin-top:50px;
  }
  .table_block_item.zhaluzy img{
     width: 100px; 
        height: auto;
    margin-bottom: 10px;
  }
@media(max-width:800px){
  
}
/*Стили блока безветрянный */