html{
    scroll-behavior: smooth;
}
body{
    background-color: #fff;;
    font-family: 'Montserrat';
    font-size: 24px;
    color: #000;
    position: relative;
}
body.modal_open:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(206, 175, 175, 0.6);
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}
a{
    transition: .3s all ease;
    text-decoration: none;
}

.moving1 {
    animation: move 10s infinite linear;
}
.moving2 {
    animation: move 7s infinite linear;
  }

.moving3 {
    animation: move 8s infinite linear;
}
.moving4 {
    animation: move 12s infinite linear;
}

.wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.top_circle{
    width: 136px;
    height: 136px;
    background: linear-gradient(180deg, #FEDF8B 0%, #FFC16B 100%), linear-gradient(180deg, #FFE6A2 0%, #F9D678 100%);
    box-shadow: -4px 1px 80px rgba(246, 216, 135, 0.7);
    border-radius: 50%;
    position: absolute;
    top: -78px;
    left: -78px;
}
.header_img{
    position: absolute;
    top: 500px;
    right: -100px;
    text-align: right;
}
.section_title{
    font-weight: 500;
    font-size: 40px;
    line-height: 28px;
    margin-bottom: 124px;
    text-align: center;
    position: relative;
}

.mb_header,
.mb_infos,
.mb_rolic,
.mb_footer,
.mb_footer_info,
.mb_menu_block,
.mb_calc,
.mb_calc.active{
    display: none;
}
/* Header Start */
.container{
    width: 1165px;
    margin: 0 auto;
}
header{
    background-image: url('../images/header_bg1.png');
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    padding: 32px 0 155px 0;
}
header .header_top{
    margin-bottom: 48px;
}
header .header_bottom{
    display: flex;
    margin-bottom: 60px;
}
header .header_top .header_phone{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: 30px;
    line-height: 28px;
    color: #000;
    position: fixed;
    right: 135px;
    z-index: 200;
    top: 15px;
    transition: none;
}
header .header_top .header_phone.stop{
    position: absolute;
    top: 2100px;
}
header .header_top .header_phone img{
    margin-right: 15px;
}
header .header_top .header_phone span{

    position: relative;
    z-index: 1000;
}
header .header_top .header_phone span:after{
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: 10px;
    bottom: 3px;
    background: #FFD17C;
    opacity: .9;
    z-index: -1;
}
header .header_top .header_center{
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header_top .header_center .header_logo{
    flex: 0 0 25%;
}
header .header_top .header_center .header_info{
    flex: 0 0 52%;
}
header .header_top .header_center .furniture_price{
    flex: 0 0 10%;
    display: flex;
    align-items: flex-end;
}
header .header_top .header_center .top_text{
    font-weight: bold;
    font-size: 53px;
    line-height: 65px;
    margin-bottom: 8px;
}
header .header_top .top_text .bottom_line{
    position: relative;
    z-index: 200;
}
header .header_top .top_text .bottom_line:after{
    content: '';
    display: flex;
    justify-content: center;
    position: absolute;
    width: calc(100% - 7px);
    height: 15px;
    bottom: 13px;
    background: #FAC9D6;
    z-index: -1;
    left: 3px;
    right: 0;
    margin: auto;
    text-align: center;
}
header .header_top .top_text .red_text{
    color: #FAC9D6;
}
header .header_top .furniture_price{
    line-height: 29px;
}
header .header_top .furniture_price span{
    font-weight: bold;
}
header .header_img_man{
    text-align: center;
    margin-bottom: 60px;
}
.header_menu{
    position: absolute;
    top: 400px;
    left: 35px;
}
.header_menu ul li{
    margin-bottom: 50px;
}
.header_menu ul a{
    font-size: 29px;
    line-height: 35px;
    color: #000;
}
.header_menu ul a img{
    margin-right: 16px;
}
.header_menu ul a:hover,
.header_menu ul a.active{
    font-weight: 600;
}

header .header_btn{
    text-align: center;
    position: relative;
}

header .header_btn a{
    font-weight: 600;
    font-size: 35px;
    line-height: 28px;
    background: #FFD17C;
    backdrop-filter: blur(4px);
    color: #fff;
    display: inline-block;
    padding: 22px 53px;
    box-shadow: -5px 5px 3px 1px  #332996;
}
header .header_btn a:hover{
    background-color: #FEE3E7;
    color: #000;
    box-shadow: none;
}
header .header_btn .circle{
    display: block;
    position: absolute;
    width: 110px;
    height: 110px;
    background: linear-gradient(176.15deg, #8EE7CA 19.68%, #87D2BA 96.85%);
    box-shadow: 0px 4px 70px rgba(155, 215, 195, 0.8);
    border-radius: 50%;
    top: -15px;
}
header .header_btn:after{
    content: '';
    display: block;
    position: absolute;
    width: 150px;
    height: 50px;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    right: 180px;
    top: 10px;
}



/* Clean_Step Section Start */

.clean_step{
    margin-bottom: 185px;
}
.clean_step .section_title  .circle2{
    content: '';
    position: absolute;
    display: block;
    width: 136px;
    height: 136px;
    background: linear-gradient(180deg, #FEDF8B 0%, #FFC16B 100%), linear-gradient(180deg, #FFE6A2 0%, #F9D678 100%);
    box-shadow: -4px 1px 80px rgba(246, 216, 135, 0.7);
    border-radius: 50%;
    top: -40px;
    right: 0;
}
.clean_step .steps_bottom{
    display: flex;
    justify-content: space-between;
}
.clean_step .steps_bottom .steps_block{
    flex: 0 0 50%;
}
.clean_step .steps_bottom .steps_block .step_item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    padding-right: 50px;
}
.clean_step .steps_bottom .steps_block .step_item .item_name{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
.clean_step .steps_bottom .steps_block .step_item:last-child{
    margin-bottom: 0;
}
.clean_step .steps_block .step_item .item_img{
    margin-right: 70px;
}
.clean_step .right_block{
    flex: 0 0 50%;
}
.clean_step .video_block{
    position: relative;
}
.clean_step .video_block .play{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    z-index: 500;
}
.clean_step .play img{
    background: rgba(254, 208, 138, 0.08);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.clean_step .video_block{
    border-radius: 40px;
    overflow: hidden;
}
.clean_step .video_block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.clean_step .right_block .circle_block{
    display: block;
    position: absolute;
    width: 110px;
    height: 110px;
    background: linear-gradient(176.15deg, #8EE7CA 19.68%, #87D2BA 96.85%);
    box-shadow: 0px 4px 70px rgba(155, 215, 195, 0.8);
    border-radius: 50%;
    bottom: -45px;
    right: -80px;
}

/*  Products Section Start */
.products{
    margin-bottom: 30px;
    min-height: 2085px;
}
.products .product_top{
    display: flex;
    margin-bottom: 155px;
    justify-content: flex-end;
    padding-left: 140px;
}
.products .product_top .title_img{
    margin-right: 67px;
}
.products .product_top .section_title{
    margin-bottom: 27px;
    text-align: left;
}
.products .product_top .top_text{
    line-height: 28px;
}
.products .pr_bottom{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.products .pr_bottom .pr_items{
    /* flex: 0 0 70%; */
}
.products .pr_bottom .pr_item{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    position: relative;
}
.products .pr_bottom .pr_item .meter{
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    left: 90px;
    top: 5px;
    margin: auto;
    align-items: center;
}
.products .pr_bottom .pr_item.matras .input_item{
    position: relative;
}
.products .pr_bottom .pr_item.matras .input_item:nth-of-type(2){
    margin-bottom: 25px;
}
.products .pr_bottom .pr_item.matras .input_item:nth-of-type(2)::before{
    content: 'Кол-во';
    position: absolute;
    right: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}
.products .pr_bottom .pr_item.matras .input_item:nth-of-type(3){
    display: flex;
}
.products .pr_bottom .pr_item.matras .input_item:nth-of-type(3)::before{
    content: 'Сколько чистим сторон?';
    max-width: 135px;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}
.products .pr_bottom .pr_item.matras .input_item:nth-of-type(3) .surface_count span{
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(11, 11, 15, 0.1);
    margin-right: 25px;
    border-radius: 50%;
}
.products .pr_bottom .pr_item.matras .input_item:nth-of-type(3) .surface_count input{
    display: none;
}
.products .pr_bottom .pr_item.matras .input_item:nth-of-type(3) .surface_count input:checked ~ span{
    background: linear-gradient(180deg, #FFD17C 0%, #EAB95E 100%);
}
.products .pr_bottom .pr_item:last-child{
    margin-bottom: 0;
}
.products .pr_bottom .pr_item .pr_left{
    text-align: right;
    flex: 0 0 47%;
    margin-right: 110px;
}
.products .pr_bottom .pr_item .pr_right{
    flex: 0 0 43%;
}
.products .pr_bottom .pr_item .pr_left .pr_img{
    margin-bottom: 8px;
}
.products .pr_bottom .pr_item .pr_left .pr_price{
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #FAC9D6;
}
.products .pr_bottom .pr_item .pr_right .pr_info{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
.products .pr_bottom .pr_item .pr_count{
    width: 140px;
    border: 1px solid #E8E8E8;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #242424;
    outline: none;
}
.products .pr_bottom .pr_item .pr_right input{
    text-align: center;
}
.products .pr_bottom .pr_item .input_item{
    position: relative;
}
.products .pr_bottom .pr_item .input_item .minus,
.products .pr_bottom .pr_item .input_item  .plus{
    font-weight: 500;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(11, 11, 15, 0.1);
    color: #434343;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
}
.products .pr_bottom .pr_item .input_item .minus{
    left: 6px;
}
.products .pr_bottom .pr_item .input_item .plus{
    right: 110px;
}
.products .pr_bottom .pr_item .plus:hover,
.products .pr_bottom .pr_item .minus:hover{
    background: linear-gradient(180deg, #FFD17C 0%, #EAB95E 100%);
    box-shadow: 0px 5px 25px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
}
.products .pr_calc{
    background: #FAC9D6;
    border: 1px solid #FAC9D6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    height: auto;
    align-self: flex-start;
    padding: 30px;
    top:70px;
    right: 95px;

}
.products .pr_calc.start{
    position: fixed;

}
.products .pr_calc.stop{
    position: absolute;
    top: auto;
    bottom: 0;
    right: 5px;
}
.products .pr_calc .pr_title{
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 25px;
}
.products .pr_calc .pr_info{
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
}
.products .pr_calc .zakas_total{
    margin-bottom: 10px;
}
.products .pr_calc .zakas_total .zakas_item{
    display: flex;
    justify-content: space-between;
}
.products .pr_calc .zakas_total .zakas_item input{
    font-size: 14px;
    line-height: 28px;
    border: none;
    padding: 0;
    background-color: transparent;
    outline: none;
}
.products .pr_calc .zakas_total .zakas_item input.pr_price{
    text-align: right;
}
.products .pr_calc .zakas_total .total_info{
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 28px;
}
.products .pr_calc .zakas_total .total_info .total_text{
    font-weight: 600;
}
.products .pr_calc .zakas_total .total_info .total_price{
    font-weight: bold;
}
.products .pr_calc .zakas_total .total_info input{
    display: inline;
    border: none;
    text-align: right;
    background-color: transparent;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    outline: none;
}
.products .pr_calc input[type=tel],
.products .pr_calc button{
    width: 100%;
    display: block;
}

.products .pr_calc input[type=tel]{
    background-color: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
    margin-bottom: 25px;
    padding: 12px;
}
.products .pr_calc input::placeholder{
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
}
.products .pr_calc button{
    background: #FFD17C;
    backdrop-filter: blur(4px);
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    color: #fff;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 7px;
    cursor: pointer;
}
.products .pr_calc button:hover{
    background-color: #FEE3E7;
    color: #000;
    box-shadow: none;
}

/*  First Slider Section Start   */

.first_slider{
    background-image: url('../images/slider_bg.png');
    padding: 214px 0 148px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.first_slider .section_top{
    width: 83%;
    padding-left: 17%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.first_slider .section_top .top_info{
    text-align: left;
}
.first_slider .section_top .section_img{
    margin-right: 35px;
}
.first_slider .section_top .section_title{
    margin-bottom: 27px;
    text-align: left;
}
.first_slider .section_top .top_info .top_text{
    line-height: 28px;
}
.first_slider .section_bottom{
    width: 834px;
    text-align: center;
    margin: 0 auto;
}
.first_slider .section_bottom .owl-carousel{
    position: relative;
}
.slider_item img{
    width: 100%;
    height: 100%;
}
.first_slider .section_bottom .owl-carousel .owl-nav{
    display: flex;
    justify-content: space-between;
}
.first_slider .section_bottom .owl-carousel .owl-nav button{
    width: 50px;
    height: 50px;
    background: #000000;
    box-shadow: 0px 2px 5px rgba(11, 11, 15, 0.1);
    border-radius: 50%;
    background-image: url('../images/long-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.first_slider .section_bottom .owl-carousel .owl-nav button.owl-next{
    transform: rotate(180deg);
    right: -150px;
}
.first_slider .section_bottom .owl-carousel .owl-nav button.owl-prev{
    left: -150px;
}

/* Comments Section Start */

.comments{
    background-image: url('../images/comments_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-55px);
    padding: 140px 0 280px 0;
    margin-bottom: -100px;
}

.comments .slider_item img{
    width: 60%;
    margin: 0 auto;
}
.comments .section_title{
    margin-bottom: 110px;
    text-align: right;
}
.comments .owl-carousel .owl-nav{
    display: flex;
    justify-content: space-between;

}
.comments .owl-carousel .owl-nav button{
    width: 50px;
    height: 50px;
    background: #000000;
    box-shadow: 0px 2px 5px rgba(11, 11, 15, 0.1);
    border-radius: 50%;
    background-image: url('../images/long-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.comments .owl-carousel .owl-nav button.owl-next{
    transform: rotate(180deg);
    right: -60px;
}
.comments .owl-carousel .owl-nav button.owl-prev{
    left: -120px;
}

/* Consults Section Start */

.consult{
    background-image: url('../images/consult_bg.png');
    padding-bottom: 50px;
    background-repeat: no-repeat;
}
.consult .consult_block{
    width: 70%;
    padding-left: 30%;
}
.consult .section_title{
    margin-bottom: 63px;
    text-align: left;
}
.consult .form_block{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.78);
}
.consult .form_block .form_item{
    margin-right: 16px;
    width: 36%;
    padding-left: 25px;
}
.consult .form_block input{
    border: 1px solid #f5b433;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    padding: 10px;
    outline: none;
    width: 100%;
}
.consult .form_block input::placeholder{
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #90C5DC;
}
.consult .form_block .form_item.btn{
    width: 28%;
    padding-left: 0;
    margin-right: 100px;
}
.consult .form_block .form_item.btn button{
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    padding: 6px;
    background: #FEE3E7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
}
.consult .form_block .form_item.btn button:hover{
    background: #FFD17C;
    color: #fff;
    box-shadow: none;
}
.consult .form_block .input_ball{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #aee6d3;
    opacity: .5;
    border-radius: 56px;
    box-shadow: 0px 4px 70px rgba(155, 215, 195, 0.8);
}

.consult .consult_info{
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
}

/* Footer Start */

footer{
    background: rgba(254, 227, 231, 0.3);
    padding: 55px 0 10px 0;
}
footer .footer{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
footer .footer .footer_left{
    display: flex;
}
footer .info_top{
    margin-bottom: 70px;
    padding-left: 20px;
    padding-top: 30px;
}
footer .info_top a{
    font-size: 46px;
    line-height: 28px;
    color: #000;
    display: inline-block;
    margin-bottom: 18px;
}
footer .info_top p{
    font-size: 15px;
    line-height: 28px;
}
footer .info_bottom .address{
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
}
footer .info_bottom p{
    font-size: 14px;
    line-height: 28px;
}
footer .info_bottom p span{
    margin-right: 20px;
}
footer .footer_right .contact{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
}
footer .footer_right .contact_item{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
footer .footer_right .contact_item:last-child{
    margin-bottom: 15px;
}
footer .footer_right .contact_item img{
    margin-right: 12px;
}
footer .footer_right .contact_item a{
    font-size: 14px;
    line-height: 17px;
    color: #434343;
}
footer .footer_right .contact_item p{
    font-size: 14px;
    line-height: 17px;
    color: #434343;
}
footer .footer_right .contact_item .phone{
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    color: #161616;
}
footer .footer_right .footer_btn a{
    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 25px;
}
footer .footer_right .footer_btn a:hover{
    background: #FFD17C;
    color: #fff;
}
footer .footer_bottom{
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #B2B2B2;
}

.team_section{
    margin-bottom: 170px;
}
.team_section .team_members{
    display: flex;
    justify-content: space-between;
    color: #000;
}
.team_section .section_title{
    margin-bottom: 90px;
}
.team_section .team_members .team_member{
    margin-right: 60px;
    text-align: center;
}
.team_section .team_members .team_member:last-child{
    margin-right: 0;
}
.team_section .team_members .team_member .member_img{
    margin-bottom: 20px;
}
.team_section .team_members .team_member .member_img a{
    width: 100%;
    display: block;
    border: 5px solid #FEBD33;
    border-radius: 12px;   
    height: 100%;
    overflow: hidden;
    padding: 0;
    font-size: 0;
    background-color: #FEBD33;
}
.team_section .team_members .team_member .member_img img{
    height: 100%;
    width: 100%;
}
.team_section .team_members .member_name{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    
}
.team_section .team_members .member_job{
    font-size: 18px;
    line-height: 22px;
}




.work{
    background-image: url('../images/workbg1.png'), url('../images/workbg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left, right;
    padding: 72px 0 51px 0;
    margin-bottom: 80px;
}
.work .section_title{
    margin-bottom: 70px;
}
.work .work_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.work .work_items .work_item{
    flex: 0 0 calc(50% - 100px);
    margin: 0 47px 83px 45px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 20px 60px;
    display: flex;
    align-items: center;
    position: relative;
}
.work .work_items .work_item:last-child{
    margin-bottom: 0;
}
.work .work_items .work_item .item_img{
    margin-right: 20px;
}
.work .work_items .work_item .work_info{
    font-size: 20px;
    line-height: 22px;
}
.work .work_items .work_item .work_info a{
    text-decoration: underline;
}
.work .work_items .work_item .number{
    position: absolute;
    top: -15px;
    left: -15px;
    display: flex; 
    align-items: center;
}
.work .work_items .work_item .number .step{
    display: none;
}
.work .work_items .work_item .number .step_number{
    background: #FAC9D6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 22px;
    color: #000;  
}


.stains{
    margin-bottom: 117px;
}
.stains .stains_section{
    display: flex;
    justify-content: space-between;
}
.stains .stains_section .left_block{
    flex: 0 0 65%;
}
.stains  .left_block .left_title{
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 37px;
    padding-left: 20px;
}
.stains  .left_block .stains_lists{
    display: flex;
    flex-wrap: wrap;
}
.stains  .left_block .stains_lists .list_item{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 12px 5px 8px 5px;
    margin: 0 21px 31px 0;
    text-align: center;
}
.stains  .left_block .stains_lists .list_item:nth-child(6n){
    margin-right: 0;
}
.stains  .left_block .stains_lists .list_item .item_img{
    padding: 0 12px 0 12px;
    width: 65px;
    height: 65px;
}
.stains  .left_block .stains_lists .list_item .stain_name{
    font-size: 18px;
    line-height: 38px;
}
.stains .right_block{
    flex: 0 0 35%;
}
.stains .right_block .right_title{
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 37px;
}
.stains .right_block .form_block{
    background: #BEDCF3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 36px 70px 74px 47px;
    margin-bottom: 38px;
}
.stains .right_block .form_block input,
.stains .right_block .form_block button{
    width: 100%;
    outline: none;
    border: none;
    height: 40px;
}
.stains .right_block .form_block .input_item{
    margin-bottom: 9px;
    width: 100%;
}
.stains .right_block .form_block .input_item:last-child{
    margin-bottom: 0;
    margin-top: 21px;
}
.stains .right_block .form_block input{
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding-left: 10px;
    
}
.stains .right_block .form_block .input_item p{
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
}
.stains .right_block .form_block button{
    background: #FEE3E7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    cursor: pointer;
    transition: .3s all ease;
}
.stains .right_block .form_block button:hover{
    background: #FFD17C;
}
.stains .right_block .right_bottom{
    font-size: 18px;
    line-height: 24px;
    margin-right: 40px;
}
.mb_stain_top{
    display: none;
}



.advantages .container{
    width: 1300px;
}
.advantages .section_title{
    margin-bottom: 138px;
}

.advantages .section_items{
    display: flex;
    justify-content: space-between;
}
.advantages .section_items .section_item{
    margin-right: 18px;
    font-size: 24px;
    line-height: 28px;
}
.advantages .section_items .section_item:last-child{
    margin-right: 0;
}
.advantages .section_items .section_item .item_img{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
}
.advantages .section_items .section_item .item_img .circle{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FEDF8B 0%, #FFC16B 100%), linear-gradient(180deg, #FFE6A2 0%, #F9D678 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.advantages .section_items .section_item:nth-child(2n) .item_img .circle{
    background: linear-gradient(176.15deg, #FAC9D6 19.68%, #FB82A2 96.85%);
}
.advantages .section_items .section_item:nth-child(3) .item_img .circle{
    background: linear-gradient(176.15deg, #8EE7CA 19.68%, #87D2BA 96.85%);
}







.questions{
    margin-bottom: 140px;
}
.questions .section_title{
    margin-bottom: 77px;
}
.questions .question_item{
    border: 1px solid #979797;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 32px 160px 32px 40px;
    position: relative;
    transition: .3s all ease;
}
.questions .question_item .item_header{
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
}
.questions .question_item .item_body{
    font-size: 18px;
    line-height: 22px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .3s all ease;
}
.questions .question_item.active .item_body{
    margin-top: 5px;
    height: 45px;
    overflow: visible;
    opacity: 1;
}
.questions .question_item .open_answer{
    position: absolute;
    width: 34px;
    height: 34px;
    background-image: url('../images/plus.png');
    top: 26px;
    right: 26px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: .3s all ease;
}
.questions .question_item.active .open_answer{
    background-image: url('../images/minus.png');
    top: 40px;
}




.modal{
    display: none;
    opacity: 0;
    transition: .3s all ease;
    position: absolute;
    z-index: 1000;
}
.modal.active{
    display: block;
    opacity: 1;
}
.modal .modal_block{
    width: 553px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}
.modal .modal_body{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 50px 65px 60px 65px;
    text-align: center;
}
.modal .modal_body .modal_img{
    margin-bottom: 20px;
}
.modal .modal_body .pr_name{
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #161616;
    margin-bottom: 20px;
}
.modal .modal_body .pr_info{
    font-size: 15px;
    line-height: 25px;
    color: #161616;
    margin-bottom: 27px;
}
.modal .modal_body .pr_btn a{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FAC9D6 0%, #DF99AC 100%);
    border: 1px solid #BE3E86;
    box-sizing: border-box;
    border-radius: 15px;
    display: inline-block;
    padding: 24px 25px 25px 85px;
    position: relative;
}
.modal .modal_body .pr_btn a img{
    margin-left: 42px;
}
.modal .modal_body .pr_btn a:after{
    content: '';
    display: block;
    position: absolute;
    height: 40px;
    width: 1px;
    background: #B44584;
    top: 12px;
    right: 65px;
}

.modal .exit_btn{
    text-align: right;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-right: -40px;
}

.modal.call_back_modal .modal_desc{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
}

.modal.call_back_modal form input{
    width: 100%;
    height: 65px;
    padding: 0 40px;
    background: #FFFFFF;
    border: 1px solid rgba(22, 22, 22, 0.1);
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 15px;
    color: #B2B2B2;
    font-size: 14px;
    line-height: 17px;
    outline: none;
    background-repeat: no-repeat;
    background-position: 20px center;
}
.modal.call_back_modal form input[name=name]{
    background-image: url('../images/user.svg');
}
.modal.call_back_modal form input[name=phone_number]{
    background-image: url('../images/phone.svg');
}
.modal.call_back_modal form input:nth-child(2){
    margin-bottom: 30px;
}

.modal.call_back_modal .modal_body .pr_btn{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FAC9D6 0%, #DF99AC 100%);
    border: 1px solid #BE3E86;
    box-sizing: border-box;
    border-radius: 15px;
    display: inline-block;
    padding: 24px 85px 25px 85px;
    position: relative;
    letter-spacing: 0.15em;
    cursor: pointer;
}

.modal.call_back_modal .modal_body .pr_btn:after{
    content: '';
    display: block;
    position: absolute;
    height: 40px;
    width: 1px;
    background: #B44584;
    top: 12px;
    right: 60px;
}

.modal.call_back_modal .modal_body .pr_btn img{
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}




@keyframes move {
    0% {
      transform: translate(0px, -10px);
   }
    25% {
      transform: translate(60px, 20px);
      }
    50% {
      transform: translate(30px, 30px);
      }
    75% {
      transform: translate(15px, 10px);
      }
     100% {
    transform: translate(0px,-10px);
     }
  }

.__jivoMobileButton {
margin-bottom: 45px;
margin-right: 50px;
}






/* Fixed Bottom Menu Start  */

.fixed_menu{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 22px;
    z-index: 10000;
    display: flex;
    justify-content: center;
    box-shadow: -1px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.fixed_menu ul{
    display: flex;
    align-items: center;
    
}
.fixed_menu ul li{
    margin-right: 20px;
}
.fixed_menu ul li:last-child{
    margin-right: 0;
}
.fixed_menu ul a{
    font-size: 29px;
    line-height: 35px;
    color: #000;
    display: flex;
    align-items: center;
}
.fixed_menu ul a:hover{
    font-weight: 600;
}
.fixed_menu ul a img{
    margin-right: 10px;
}

