@media (min-width: 1600px){
  .container{
    max-width: 1400px;
  }
  .header_img{
    right: 8%;
  }
  .header_menu{
    left: 10%;
  }
  .products .pr_calc{
    right: 15%;
  }

}

@media (max-width: 1600px){
    header{
      padding-top: 45px;
    }
    .header_menu,.header_img{
      top: 210px;
    }
    .header_menu{
      top: 165px;
    }
    header .header_top .header_center .top_text{
      font-size:37px;
      line-height: 1.2;
    }
    header .header_top .header_center .header_logo{
      text-align: right;
      margin-right: 50px;
    }
    header .header_top .header_center .header_logo a img{
      width: 50%;
    }
    header .header_top{
      margin-bottom: 25px;
    }
    .header_menu ul li{
      margin-bottom: 20px;
    }
    .header_menu ul a{
      font-size: 24px;
    }
    header .header_img_man{
      margin-bottom: 20px;
    }
    header .header_img_man img{
      width: 35%;
    }
    header .header_top .header_phone{
      margin-bottom: 0;
    }

    .fixed_menu ul a{
      font-size: 20px;
    }

    
    
}

@media (min-width: 1400px) and (max-width: 1600px){
  .products .pr_calc{
    right: 165px;
  }
}


@media (max-width:  1200px){
  .container{
    max-width: 1165px;
  }
  .fixed_menu ul a{
    font-size: 17px;
  }

}

/*@media (max-width: 992px){
  .container{
    width: auto;
    max-width: 900px;  
  }
  
}*/

@media (max-width: 768px){
  .container{
    width: auto;
    max-width: 700px;  
  }
  
}

@media (max-width: 480px){
  .container{
    width: auto;
    max-width: 100%;
  }
  .wrapper{
      width: 100%;
      position: relative;
      overflow: hidden;
  }
  .top_circle,
  .header_img,
  .header_menu,
  .header_top,
  header .header_btn .circle,
  header .header_btn:before,
  .clean_step .section_title  .circle2,
  .clean_step .right_block .circle_block,
  .products .pr_calc,
  .first_slider .section_top .section_img,
  .comments .section_title,
  .consult .form_block .input_ball,
  .footer_right,
  footer .info_bottom,
  header .header_btn:after,
  .fixed_menu {
    display: none;
  }
  header{
    background: none;
    padding: 25px 12px 0 12px;
    margin: 60px 0 75px 0;
  }
  .mb_logo{
    flex: 0 0 20%;
  }
  .mb_logo a{
    display: block;
    width: 100%;
  }
  header .mb_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 13px 0 19px 19px;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.7);
  }
  header .mb_header .mb_btn{
    width: 28px;
    height: 20px;
  }
  header .mb_header .mb_menu_block{
    display: block;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 33px 24px 0 11px;
    height: 100vh;
    position: absolute;
    z-index: 1000;
    top: 88px;
    left: -100%;
    transition: .3s all ease;
  }
  header .mb_header .mb_menu_block.active{
    left: 0px;
  }
  header .mb_header .mb_menu_block ul li{
    margin-bottom: 20px;
  }
  header .mb_header .mb_menu_block ul a{
      font-size: 20px;
      line-height: 35px;
      color: #000;
  }
  header .mb_header .mb_menu_block ul a img{
      margin-right: 16px;
  }
  header .mb_header .mb_menu_block ul a:hover,
  .header .mb_header .mb_menu_block ul a.active{
      font-weight: 600;
  }




  header .mobile_phone a{
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    position: relative;
  }
  header .mobile_phone a::after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 7px;
    background-color: #FBAE17;
    bottom: 0;
    opacity: .6;
    bottom: 5px;
    z-index: -1;
  }
  header .mobile_phone p{
    font-weight: 200;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.08em;
  }
  header .header_img_man{
    text-align: center;
    margin-bottom: 0;
  }
  header .header_img_man img{
    width: 100%;
  }
  header .header_btn a{
    padding: 8px 30px;
    font-size: 22px;
  }
  header .mb_infos{
    display: block;
    padding: 0 24px;
    margin-bottom: 25px;
    position: relative;
  }
  header .mb_infos:after{
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('../images/money_img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: 20px;
    right: 50px;
  }
  header .mb_infos p{
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #000;
  }
  header .mb_infos span{
    color: #FAC9D6;
  }
  header .mb_infos .price{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: normal;
  }

  .clean_step{
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .clean_step .section_title{
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 28px;
    text-align: left;
  }
  .clean_step .section_title span{
    margin:  0 31px;
    width: auto;
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }
  .clean_step .steps_bottom{
    flex-direction: column;
  }
  .clean_step .steps_bottom .steps_block,
  .clean_step .right_block{
    flex: 0 0 100%;
  }
  .clean_step .steps_bottom .steps_block{
    margin-bottom: 60px;
  }
  .clean_step .steps_bottom .steps_block .step_item{
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  }
  .clean_step .steps_block .step_item .item_img{
    margin: 0 0 26px 0;
  }
  .clean_step .steps_bottom .steps_block .step_item{
    margin-bottom: 30px;
    padding-right: 0;
  }
  .clean_step .video_block{
    border-radius: 10px;
    padding: 0 6px;
  }
  .clean_step .mb_rolic{
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
  }
  .clean_step .rolic_img{
    margin-right: 25px;
  }
  .clean_step .mb_rolic .rolic_text{
    font-size: 24px;
    line-height: 28px;
    color: #000;
  }
  .clean_step .item_info{
    text-align: left;
  }

  .products{
    margin-bottom: 60px;
  }
  .products .product_top{
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .products .product_top .title_img{
    display: none;
  }
  .products .product_top .section_title{
    font-size: 28px;
    background: #FFF1F1;
    padding: 19px 9px;
    margin-bottom: 8px;
  }
  .products .product_top .top_text{
    font-size: 16px;
    margin-left: 50px;
    padding: 0 10px 0 11px;
    border-left: 1px solid #D2D0D0;
  }

  .products .pr_bottom{
    display: block;
  }
  .products .pr_bottom .pr_item{
    flex-direction: column;
    margin-bottom: 60px;
    justify-content: center;
    position: relative;
  }

  .products .pr_bottom .pr_item .pr_left{
    margin-right: 0;
    flex: 0 0 100%;
    margin-bottom: 65px;
    
  }
  .products .pr_bottom .pr_item .pr_left .pr_price{
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    position: absolute;
    right: 0;
    background: #333333;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px 0px 0px 5px;
    width: 137px;
    text-align: right;
    padding: 5px 16px 5px 0;
  }
  .products .pr_bottom .pr_item .pr_left .pr_price:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: inset 0px 0px
  }
  .products .pr_bottom .pr_item .pr_right .pr_info{
    text-align: center;
  }
  .products .pr_bottom .pr_item .pr_count{
    width: 267px;
  }
  .products .pr_bottom .pr_item .input_item .plus{
    right: 6px;
}

  .first_slider{
    background-image: none;
    padding: 0;
  }
  .first_slider .section_top{
    width: 100%;
    padding-left: 0;
    margin-bottom: 12px;
  }
  .first_slider .section_bottom{
    background-image: url('../images/mb_slider_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 360px 12px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .first_slider .section_top .section_title{
    margin-bottom: 16px;
    font-size: 28px;
    background: #FFF1F1;
    padding: 10px;
    margin-left: 70px;
  }
  .first_slider .section_top .top_info .top_text{
    font-size: 16px;
    margin-left: 47px;
    position: relative;
  }
  .first_slider .section_top .top_info .top_text:after{
    content: '';
    display: block;
    position: absolute;
    height: 90%;
    width: 1px;
    background-color: #D2D0D0;
    left: -12px;
    top: -5px;
  }
  .first_slider .section_bottom .slider_one{
    width: 100%;
    padding-right: 12px;
  }
  .first_slider .section_bottom .owl-carousel .owl-nav{
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
  }
  .first_slider .section_bottom .owl-carousel .owl-nav button{
    position: static; 
    /* margin: 0 60px;   */
  }
  
  .first_slider .section_bottom .owl-carousel .owl-nav button.owl-prev{
    left: 0;
  }
  .first_slider .section_bottom .owl-carousel .owl-nav button.owl-next{
    right: 0;
  }

  
  .comments{
    margin-bottom: 0;
    padding: 150px 60px 110px 60px;
    background-image: url('../images/mb_comments_bg.png');
    transform: translateY(-300px);
    margin-bottom: -230px;
  }
  .comments .slider_item{
      display: flex;
      justify-content: center;
  }
  .comments .slider_item img{
    width: 60%;
  }
  .comments .owl-carousel .owl-nav{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -60px;
  }
  .comments .owl-carousel .owl-nav button{
    position: static;
  }


  .consult{
    background-image: url('../images/mb_contact.png');
    transform: translateY(-15px);
    padding: 45px 10px 33px 10px;
    margin-bottom: -15px;
  }
  .consult .section_title{
    margin-bottom: 65px;
    font-size: 28px;
    padding-left: 110px;
  }
  .consult .consult_block{
    padding-left: 0;
    width: 100%;
  }
  .consult .form_block{
    margin-bottom: 32px;
    flex-direction: column;
    padding: 0;
    background: none;
  }
  .consult .form_block .form_item{
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
  }
  .consult .form_block .form_item.btn{
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  .consult .consult_info{
    padding-left: 70px;
  }

  footer .footer{
    margin-bottom: 12px;
    padding: 0 16px 0 30px;
    display: block;
  }
  footer .footer .footer_left{
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  } 
  footer .footer .footer_logo img{
    width: 92px;
    height: 82px;
  }
  footer .info_top{
    margin: 0;
    padding: 0;
  }
  footer .info_top a{
    font-size: 28px;
    margin-bottom: 10px;
  }


  footer .mb_footer{
    display: block;
  }
  footer .mb_footer .contact{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
  }
  footer .mb_footer .contact_item{
      display: flex;
      align-items: center;
      margin-bottom: 12px;
  }
  footer .mb_footer .contact_item:last-child{
      margin-bottom: 30px;
  }
  footer .mb_footer .contact_item img{
      margin-right: 12px;
  }
  footer .mb_footer .contact_item a{
      font-size: 14px;
      line-height: 17px;
      color: #434343;
  }
  footer .mb_footer .contact_item p{
      font-size: 14px;
      line-height: 17px;
      color: #434343;
  }
  footer .mb_footer .contact_item .phone{
      font-weight: bold;
      font-size: 17px;
      line-height: 21px;
      color: #161616;
  }
  footer .mb_footer .footer_btn{
    text-align: center;
    padding: 0 20px;
  }
  footer .mb_footer .footer_btn a{
    width: 100%;
      background: #FEE3E7;
      border-radius: 10px;
      font-weight: 500;
      font-size: 11px;
      line-height: 13px;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #100E0E;
      display: inline-block;
      padding: 16px 0;
      margin-bottom: 20px;
  }
  footer .mb_footer .footer_btn a:hover{
      background: #FFD17C;
      color: #fff;
  }

  footer .mb_footer_info{
    padding: 0 64px 0 10px;
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  footer .mb_footer_info a{
    color: #100E0E;
  }
  .modal .modal_block{
    width: 300px;
    top: 10px;
  }
  .modal .modal_body{
    padding: 30px;
  }
  .modal .modal_body .pr_name{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .modal .modal_body .pr_btn a{
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }
  .modal .modal_body .pr_btn a:after{
    height: 20px;
    top: 8px;
    right: 68px;
  }

  .mb_calc{
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    padding: 10px 10px 10px 20px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0px 5px 16px 2px rgba(0, 0, 0, 0.25);
  }
  .mb_calc.active{
    display: none;
  }
  .mb_calc .zakas_total{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .mb_calc .zakas_total .total_info{
    display: flex;
    flex: 0 0 45%;
    text-align: right;
    align-items: center;
  }
  .mb_calc .zakas_total .total_text,
  .mb_calc .zakas_total input{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }
  .mb_calc .zakas_total input{
    border: none;
    outline: none;
    background-color: transparent;
    width: 100px;
    line-height: 1;
  }
  .mb_calc .zakas_total .mb_btn{
    flex: 0 0 55%;
  }
  .mb_calc .zakas_total .mb_btn button{
    width: 80%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FDDB99 0%, #FEBD33 100%);
    border-radius: 5px;
    outline: none;
    border: transparent;
  }

  .modal.mb_modal.active{
    opacity: 1;
    display: block;
    width: 90%;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .modal.mb_modal .modal_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-bottom: 37px;
  }
  .modal.mb_modal .modal_top .pr_name{
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
  .modal.mb_modal .modal_info{
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 22px;
  }
  .modal.mb_modal .modal_body{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 22px 15px 90px 12px;
  }
  .modal.mb_modal input,
  .modal.mb_modal button{
    width: 100%;
  }
  .modal.mb_modal .modal_body form input{
    border: 1px solid #FEBD33;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
    padding: 6px 13px;
    margin-bottom: 21px;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #979797;
  }
  .modal.mb_modal .modal_body form button{
    padding: 6px 0;
    background: linear-gradient(180deg, #FDDB99 0%, #FEBD33 100%);
    border-radius: 5px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
  }
  .products .pr_bottom .pr_item.matras .input_item:nth-of-type(2)::before{
    content: none;
  }



  .team_section{
    margin-bottom: 76px;
  }
  .section_team{
    padding: 0 30px;
  }
  .team_section .section_title{
    margin-bottom: 36px;
    line-height: 36px;
  }
  .team_section .team_members{
    flex-direction: column;
  }
  .team_section .team_members .team_member {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .team_section .team_members .team_member:last-child{
    margin-bottom: 0;
  }








  .work{
    background: none;
    margin-bottom: 20px;
  }
  .work_section{
    padding: 0 10px;
  }
  .work .work_items .work_item{
    flex: 0 0 100%;
    margin: 0 0 70px 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .work .work_items .work_item .number{
    left: calc(100% - 105px);
    top: -50px;
  }
  .work .work_items .work_item .number .step{
    display: block;
    margin-right: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }



  .stains .stains_section{
    flex-direction: column;
    padding: 0 15px;
  }
  .stains .right_block{
    order: 1;
    flex: 0 0 100%;
    margin-bottom: 70px;
  }
  .stains .stains_section .left_block{
    order: 2;
    flex: 0 0 100%;
  }
  .stains .right_block .form_block{
    padding: 12px 20px 30px 20px;
  }
  .right_bottom{
    display: none;
  }
  .stains .right_block .right_title{
    margin-bottom: 5px;
  }
  .mb_stain_top{
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .stains .left_block .left_title{
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
  }
  .stains .left_block .stains_lists{
    justify-content: space-between;
  }
  .stains .left_block .stains_lists .list_item{
    margin-right: 0;
    flex: 0 0 32%;
  }

  .advantages{
    display: none;
  }


  .questions_section{
    padding: 0 15px;
  }
  .questions .section_title{
    margin-bottom: 30px;
  }
  .questions .question_item{
    border: 1px solid #979797;
    box-sizing: border-box;
    border-radius: 14px;
    padding: 20px 50px 25px 10px;
  }
  .questions .question_item .item_header{
    padding-right: 60px;
    font-size: 15px;
  }
  .questions .question_item.active .item_body{
    font-size: 15px;
    margin-top: 17px;
    height: 100%;
  }
  .questions .question_item .open_answer{
    top: 18px;
  }
  .questions .question_item.active .open_answer{
    top: 12px;
  }

  .work .section_title{
    line-height: 40px;
  }
}