*{box-sizing:border-box}body{background:#fff;width:100%;height:100%;font-family:'Gerbera';font-weight:400;font-size:18px;color:#333;-webkit-font-smoothing:antialiased}h3{font-size:38px;font-weight:400;margin:0}::selection{background-color:#9bf0f5}li{list-style-type:none}button,input,textarea,select,[role=button]{outline:none}button:focus,input:focus,textarea:focus,select:focus,[role=button]:focus{outline:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.abroad{opacity:.4}.button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;height:50px}.background_white{background-color:#fff !important}.not_found{width:565px;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column}.not_found_title{padding-bottom:20px;display:block;font-size:38px}.not_found_text{padding-bottom:60px;font-size:20px;line-height:140%}.not_found_buttons_block{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px}.not_found_buttons_block_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;height:50px;width:100%;background-color:#f4f0ed}.not_found_buttons_block_button.color{background:#9bf0f5}.show_more,.show_all{display:flex;justify-content:center;align-items:center;font-size:15px;cursor:pointer}.show_more:after,.show_all:after{width:20px;height:20px;margin-left:8px;padding-bottom:2px;display:flex;align-items:center;justify-content:center;border:1px solid #333;border-radius:40px;font-size:18px}.show_more.hide,.show_all.hide{display:none}.show_more.plus:after{content:'+'}.show_more.minus:after{content:'-'}.show_all:after{content:'+'}.change_address{position:relative}.change_address_input{display:flex;align-items:center;position:relative;cursor:pointer;background-color:#fff;padding:0 20px}.change_address_input:before{content:'';width:12px;height:12px;position:absolute;top:20px;right:20px;background-image:url(/dist/images/icons/arrow_menu.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;display:block}.change_address_input .text{display:block;width:100%;padding-right:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.change_address_input.open_modal_add_address:before{background-image:none}.change_address_block{width:100%;position:absolute;top:0;right:0;background-color:#fff;box-shadow:2px 2px 10px rgba(0,0,0,.35);border-radius:25px;font-size:15px;color:#a7a4a3;z-index:1;overflow:hidden;display:none}.change_address_block.show{display:block}.change_address_block_selected{width:100%;height:50px;margin-bottom:5px;padding:0 20px;display:flex;align-items:center;position:relative;border-bottom:1px solid #dfdcda}.change_address_block_selected .text{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.change_address_block_list{width:100%;max-height:200px;overflow-y:scroll;overflow:-moz-scrollbars-none;-ms-overflow-style:none}.change_address_block_list::-webkit-scrollbar{width:0 !important}.change_address_block_list span{padding-left:20px;padding-top:10px;padding-bottom:10px;display:flex;justify-content:space-between;align-items:center}.change_address_block_list span:hover{background:#B5B0AC20;cursor:pointer}.change_address_block_list span.selected{color:#333}.change_address_block_list span.selected:after{content:'';width:1em;height:1em;margin-right:20px;display:block;background-image:url("/dist/images/icons/check_mark.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.change_address_block_list_button{color:#333}.change_address .hide_inputs{display:none}.blog{max-width:1200px;margin:0 auto;padding-right:20px;padding-bottom:100px;padding-left:20px}.blog_head .heading_block_title{max-width:50%}.blog_wrap{max-width:100%;padding:0;background-color:#f4f0ed}.blog_tags{width:55%;padding-top:90px;padding-bottom:60px;display:flex;flex-direction:column;border-bottom:2px solid #fff}.blog_tags .show_all{margin:50px auto 0 auto}.blog_tag{height:50px;margin-right:10px;margin-bottom:10px;padding-left:20px;padding-right:20px;display:flex;justify-content:center;align-items:center;border-radius:25px;font-size:15px;background-color:#fff;float:left;cursor:pointer}.blog_tag:before{content:'#';margin-right:8px;color:#b5b0ac}.blog_tag.active{background-color:#333;color:#fff;cursor:auto}.blog_tag.active:before{color:#fff}.blog_tag:last-child{margin-right:0}.blog_articles{width:55%}.blog_articles_block{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 30px}.blog_articles .show_more{margin-top:50px}.blog_article{min-height:460px;margin-bottom:30px;background:#fff;border-radius:12px;overflow:hidden}.blog_article.hide{display:none}.blog_article_img{height:230px}.blog_article_img img{width:100%;height:100%;object-fit:cover}.blog_article_content{padding:25px;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'date tag' 'title title' 'text text'}.blog_article_content article{display:none}.blog_article_date{grid-area:date;align-self:center;font-size:14px}.blog_article_tag{padding-top:8px;padding-right:15px;padding-bottom:8px;padding-left:15px;justify-self:flex-end;align-self:center;grid-area:tag;font-size:13px;border:1px solid #b5b0ac;border-radius:25px}.blog_article_tag:before{content:'#';margin-right:5px;font-size:15px;color:#b5b0ac}.blog_article_title{padding-top:40px;grid-area:title;font-size:20px}.blog_article_text{padding-top:20px;grid-area:text;font-size:13px;line-height:140%;color:#b5b0ac}.blog_article:nth-child(3n){min-height:560px;grid-column:1/3}.blog_article:nth-child(3n) .blog_article_content{padding:60px;grid-template-columns:1fr;grid-template-areas:'date' 'title' 'text' 'tag';justify-content:center;align-items:center}.blog_article:nth-child(3n) .blog_article_date{justify-self:center}.blog_article:nth-child(3n) .blog_article_title{padding-top:0;justify-self:center;text-align:center;font-size:38px}.blog_article:nth-child(3n) .blog_article_text{padding-top:10px;justify-self:center;text-align:center}.blog_article:nth-child(3n) .blog_article_tag{margin-top:20px;justify-self:center}.default_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:200px;height:42px}.default_button:hover{background:#bdf6f9}.default_button:disabled,.default_button.disabled{color:#33333330;cursor:auto}.default_button:disabled:hover,.default_button.disabled:hover{background:#9bf0f5}.modal_form{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;position:fixed;top:0;right:0;bottom:0;left:0;justify-content:center;align-items:center;overflow-y:scroll;background-color:rgba(255,255,255,.8);z-index:2;display:none;opacity:0}.modal_form.show{display:flex;opacity:1}.modal_form_close{width:16px;height:16px;background-image:url(/dist/images/icons/close.svg);background-repeat:no-repeat;background-position:center center;background-size:cover;cursor:pointer}.modal_add_address_block{width:100%;max-width:600px;padding:30px;position:absolute;left:50%;transform:translate(-50%,100px);display:flex;flex-direction:column;background:#fff;box-shadow:0px 1px 12px rgba(0,0,0,.25);border-radius:14px}.modal_add_address_block>*{margin-bottom:8px}.modal_add_address_title{margin-bottom:30px;margin-left:10px;font-size:20px}.modal_add_address_button{align-self:flex-end}.modal_add_address .form_input{-webkit-transition:all .05s linear;-moz-transition:all .05s linear;-o-transition:all .05s linear;transition:all .05s linear;border:1px solid #dfdcda}.modal_add_address .form_textarea{border:1px solid #dfdcda}.modal_add_address .form_dropdown{border:1px solid #dfdcda}.modal_add_address .modal_form_close{position:absolute;top:30px;right:30px}.modal_add_address .hide{display:none}.modal_article{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll;background-color:rgba(255,255,255,.8);z-index:2;display:none;opacity:0}.modal_article.show{display:block;opacity:1}.modal_article_block{max-width:960px;min-width:800px;margin-top:140px;margin-bottom:140px;padding-bottom:100px;position:absolute;left:50%;transform:translate(-50%,0);display:flex;background:#fff;box-shadow:0px 1px 12px rgba(0,0,0,.25);border-radius:14px}.modal_article_block_share{min-width:200px;padding-top:60px;display:flex;flex-direction:column;align-items:center}.modal_article_block_share_text{padding-bottom:30px;text-align:center;letter-spacing:.1em;text-transform:uppercase;color:#a7a4a3}.modal_article_block_share_item{width:50px;height:50px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #dfdcda;border-radius:70px;cursor:pointer}.modal_article_block_content{width:100%;border-radius:0 14px 14px 0;overflow:hidden}.modal_article_block_content .article_head_img{height:460px}.modal_article_block_content .article_date{padding-top:75px}.modal_article_block_content .article_title{padding-top:5px}.modal_article_block_content .article_content{padding-right:100px}.modal_article_close{width:60px;height:60px;transform:translate(-100%,0);box-shadow:0px 0px 6px rgba(0,0,0,.12);border-radius:50px;z-index:1;display:flex;justify-content:center;align-items:center;background-color:#fff;cursor:pointer}.modal_article_close_wrap{width:0;height:0;position:sticky;top:15px;transform:translate(-15px,15px)}.modal_article_close span{width:56px;height:56px;border-radius:50px;display:block;background-color:#fff;background-image:url(/dist/images/icons/close.svg);background-size:20px;background-repeat:no-repeat;background-position:center center}.article_head_img{width:100%}.article_head_img img{width:100%;height:100%;object-fit:cover}.article_date{display:block;font-size:14px}.article_title{display:block;font-size:38px}.article_content{font-size:14px;line-height:140%}.article_content_desc{margin-bottom:110px;font-size:20px;line-height:140%;color:#333;opacity:.5}.article_content_subtitle{margin-top:50px;margin-bottom:10px;display:block;font-size:18px}.article_content img{max-width:100%}.article_content ul,.article_content ol{margin-top:30px;margin-bottom:30px;padding-left:30px}.article_content ul li,.article_content ol li{margin-bottom:20px}.article_content ul li:last-child,.article_content ol li:last-child{margin-bottom:0}.article_content ul li{list-style-type:disc}.calculator{width:100%;height:100%}.calculator_advantages{display:none;padding:0 15px 50px;flex-direction:column;background:#fff}.calculator_advantages_inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:23px}.calculator_advantages_inner_advantage i{margin-bottom:5px;display:block;background:#61f0f6;height:23px;width:23px}.calculator_advantages_inner_advantage i.heart{-webkit-mask:url("/dist/images/icons/advantages/heart.svg") no-repeat center;mask:url("/dist/images/icons/advantages/heart.svg") no-repeat center}.calculator_advantages_inner_advantage i.user-check{-webkit-mask:url("/dist/images/icons/advantages/user-check.svg") no-repeat center;mask:url("/dist/images/icons/advantages/user-check.svg") no-repeat center;fill:#65aaa0}.calculator_advantages_inner_advantage i.guard{-webkit-mask:url("/dist/images/icons/advantages/guard.svg") no-repeat center;mask:url("/dist/images/icons/advantages/guard.svg") no-repeat center}.calculator_advantages_inner_advantage i.like{-webkit-mask:url("/dist/images/icons/advantages/like.svg") no-repeat center;mask:url("/dist/images/icons/advantages/like.svg") no-repeat center}.calculator_advantages_inner_advantage i.app{-webkit-mask:url("/dist/images/icons/advantages/app.svg") no-repeat center;mask:url("/dist/images/icons/advantages/app.svg") no-repeat center}.calculator_advantages_inner_advantage i.discount{-webkit-mask:url("/dist/images/icons/advantages/discount.svg") no-repeat center;mask:url("/dist/images/icons/advantages/discount.svg") no-repeat center}.calculator_advantages_inner_advantage_title{color:#000}.calculator_advantages_inner_advantage p{color:#aaa8a7}.calculator .step{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear}.calculator .step.show{opacity:1}.calculator .step.hide{opacity:0}.calculator_inner{max-width:1200px;padding:90px 20px 120px;margin:0 auto}.calculator_inner_title_total{display:none}.calculator_close{display:none;width:16px;height:16px;cursor:pointer;position:absolute;top:20px;right:20px}.calculator_close span{width:100%;height:100%;display:block;background-image:url(/dist/images/icons/close.svg);background-repeat:no-repeat;background-position:center center;background-size:cover;background-color:#f4f0ed}.calculator_mobile_button_prev{display:none}.calculator .calculator-step-button{width:100%;min-width:140px;max-width:170px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:60px;background:#9bf0f5;color:#333;cursor:pointer;font-size:15px;border:none}.calculator .calculator-step-button.disabled{color:#33333350;cursor:auto}.calculator .calculator-step-button.mobile-only{display:none}@media (max-width:768px){.calculator .calculator-step-button{min-width:auto;max-width:none;height:52px}.calculator .calculator-step-button.mobile-only{display:flex}}.calculator_title{font-size:38px;line-height:100%;margin-bottom:45px;display:block}.calculator_title.hide{display:none}.calculator_form_type_cleaning{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px}.calculator_form_type_cleaning.hide{display:none}.calculator_form_type_cleaning_mobile_nav{display:none}.calculator_form_type_cleaning_mobile_info{display:none}.calculator_form_type_cleaning_item{background-color:#fff;border-radius:16px;overflow:hidden;cursor:pointer}.calculator_form_type_cleaning_item_image{width:100%;height:190px;overflow:hidden;margin-bottom:35px;position:relative}.calculator_form_type_cleaning_item_image img{width:100%;height:100%;object-fit:cover}.calculator_form_type_cleaning_item_title{font-size:20px;line-height:110%;padding:0 45px 20px;display:block}.calculator_form_type_cleaning_item_text{font-size:15px;line-height:140%;padding:0 45px 45px;display:block}.calculator_form_type_cleaning_item input{display:none}.calculator_form_type_cleaning_item.active{cursor:auto}.calculator_form_type_cleaning_item.active .calculator_form_type_cleaning_item_image:after{content:var(--text-selected);position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;font-size:20px;line-height:110%;color:#fff;background-color:#33333367}.calculator_form_type_cleaning_item.active:hover .calculator_form_type_cleaning_item_image:after{content:var(--text-selected)}.calculator_form_type_cleaning_item:hover .calculator_form_type_cleaning_item_image:after{content:var(--text-select);position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;font-size:20px;line-height:110%;color:#fff;background-color:#33333367}.calculator_form_central_block{display:flex;justify-content:space-between;align-items:flex-end;padding-top:120px;padding-bottom:25px;border-bottom:1px solid #fff;overflow:hidden;position:sticky;top:-100px;background:#f4f0ed;z-index:1}.calculator_form_central_block.hide{display:none}.calculator_form_rooms_count{position:relative;display:flex}.calculator_form_rooms_count:before{content:var(--text-roms);position:absolute;top:-35px;text-transform:uppercase;font-size:15px;line-height:120%;letter-spacing:.05em;font-variant:small-caps;color:#a7a4a3}.calculator_form_rooms_count_wrap{display:flex}.calculator_form_rooms_count_item{width:75px;height:50px;border-radius:50px;background-color:#fff;display:flex;justify-content:center;align-items:center;font-size:15px;line-height:140%;margin-right:8px;cursor:pointer}.calculator_form_rooms_count_item.active{background-color:#333;color:#fff;cursor:auto}.calculator_form_rooms_count_item input{display:none}.calculator_form_rooms_count_house_area{-webkit-transition:all .06s ease-out;-moz-transition:all .06s ease-out;-o-transition:all .06s ease-out;transition:all .06s ease-out;position:relative;width:170px;height:50px;margin-left:90px;display:none;align-items:center;background-color:#fff;border-radius:70px;opacity:0;transform:translate(0,100px)}.calculator_form_rooms_count_house_area:before{content:var(--text-area);position:absolute;top:-35px;text-transform:uppercase;font-size:15px;line-height:120%;letter-spacing:.05em;font-variant:small-caps;color:#a7a4a3}.calculator_form_rooms_count_house_area.show{display:flex}.calculator_form_rooms_count_house_area.active{display:flex;opacity:1;transform:translate(0,0)}.calculator_form_rooms_count_house_area input{width:55px;height:100%;text-align:center;margin-right:10px;margin-left:10px;font-size:15px;background-color:transparent;border:none;border-right:1px solid #dfdcda}.calculator_form_rooms_count_house_area input::placeholder{color:#b5b0ac}.calculator_form_rooms_count_house_area span{font-size:15px;margin-bottom:4px}.calculator_form .calculator_total{display:grid;grid-template-columns:auto;grid-template-areas:'promo promo' 'koef cost';align-items:flex-end;grid-gap:10px 20px}.calculator_form .calculator_total_promo{min-height:20px;grid-area:promo;text-align:right;color:green}.calculator_form .calculator_total_koef{grid-area:koef;align-self:flex-end}.calculator_form .calculator_total_cost{grid-area:cost;display:flex;justify-content:flex-end}.calculator_form .calculator_total_cost_new{display:flex;align-items:flex-end;line-height:100%}.calculator_form .calculator_total_cost_new_number{font-weight:300;font-size:38px;line-height:100%}.calculator_form .calculator_total_cost_old{margin-right:10px;display:flex;align-items:flex-end;line-height:100%;font-size:32px;font-weight:300;text-decoration:line-through}.calculator_form_bottom_block{display:grid;grid-template-columns:50% 35%;justify-content:space-between;padding-top:55px}.calculator_form_bottom_block_right{width:70%;margin-left:auto}.calculator_form .calculator_step_wrap{flex-direction:column;display:none}.calculator_form .calculator_step_wrap.active{display:flex}.calculator_form .calculator_step_wrap[data-step-value="1"] .calculator_step_block_back{display:none}.calculator_form .calculator_step{display:flex;flex-direction:column}.calculator_form .calculator_step_number{font-size:14px;line-height:120%;letter-spacing:.05em;font-variant:small-caps;color:#a7a4a3;text-transform:uppercase;padding-bottom:5px}.calculator_form .calculator_step_block{display:flex;justify-content:space-between;align-items:flex-end}.calculator_form .calculator_step_block_text{font-size:20px}.calculator_form .calculator_step_block_back{display:flex;font-size:15px;cursor:pointer}.calculator_form .calculator_step_block_back:before{content:'';width:1em;height:1em;margin-right:10px;display:block;background-image:url("/dist/images/icons/arrow.svg");background-repeat:no-repeat;background-position:center;background-size:cover}.calculator_form .calculator_step .calculator_step_mobile_total{display:none}.calculator_form .order_data_block{padding-top:25px}.calculator_form .order_data_block>*{width:100%;height:50px;margin-bottom:8px;padding-left:20px;border-radius:70px;border:none;font-size:15px}.calculator_form .order_data_block>*.form_input_wrap{padding-left:0;height:auto}.calculator_form .order_data_block>*.form_input_wrap>*:first-child{height:50px}.calculator_form .order_data_block textarea{min-height:100px;padding-top:15px;border-radius:12px;resize:none}.calculator_form .order_data_block_tel{padding-left:0;display:flex;border-radius:70px;background-color:#fff}.calculator_form .order_data_block_tel span{height:100%;margin-left:20px;padding-right:18px;display:flex;align-items:center;font-size:15px;border-right:1px solid #dfdcda}.calculator_form .order_data_block_tel input{width:100%;height:100%;padding-left:18px;font-size:15px;border:none;background-color:transparent}.calculator_form .order_data_block_tel input::placeholder{font-size:15px}.calculator_form .order_data_block_tel .reset-phone{height:100%;width:40px;position:absolute;top:50%;right:10px;transform:translate(0,-50%);display:flex;align-items:center;justify-content:flex-end;cursor:pointer}.calculator_form .order_data_block_tel .reset-phone .timer{margin-right:10px;font-size:14px;line-height:14px;opacity:.5}.calculator_form .order_data_block_tel .reset-phone .icon{width:12px;height:12px}.calculator_form .order_data_block_tel .reset-phone.disabled .icon{opacity:.5}.calculator_form .order_data_block .change_date{padding-left:0;height:auto}.calculator_form .order_data_block .change_date .form_input_wrap:before{content:none}.calculator_form .order_data_block .change_date .form_input_wrap.date_days{width:65%;max-width:260px}.calculator_form .order_data_block .change_date .form_input_wrap.date_hours{max-width:140px}.calculator_form .order_data_block .change_date .form_input_wrap>.change_date_days,.calculator_form .order_data_block .change_date .form_input_wrap>.change_date_hours{width:100%;height:50px;position:relative}.calculator_form .order_data_block .change_date .form_input_wrap>.change_date_days:before,.calculator_form .order_data_block .change_date .form_input_wrap>.change_date_hours:before{content:'';width:12px;height:12px;position:absolute;top:20px;right:20px;background-image:url("/dist/images/icons/arrow_menu.svg");background-repeat:no-repeat;background-position:center center;background-size:contain;display:block}@media (max-width:768px){.calculator_form .order_data_block .change_date .form_input_wrap.date_days,.calculator_form .order_data_block .change_date .form_input_wrap.date_hours{width:100%;max-width:none;height:auto}.calculator_form .order_data_block .change_date .form_input_wrap.date_days>.change_date_days,.calculator_form .order_data_block .change_date .form_input_wrap.date_days>.change_date_hours,.calculator_form .order_data_block .change_date .form_input_wrap.date_hours>.change_date_days,.calculator_form .order_data_block .change_date .form_input_wrap.date_hours>.change_date_hours{max-width:none}}.calculator_form .order_data_block .change_address{padding-left:0}.calculator_form .order_data_block .promo_code_block{height:auto;padding-left:0;display:flex;flex-direction:column}.calculator_form .order_data_block .promo_code_block_text{margin:5px;font-size:13px;align-self:flex-end;color:red}.calculator_form .order_data_block .promo_code_block .form_input{height:50px}.calculator_form .cleaning_period_block{background-color:#fff;border-radius:12px;margin-top:25px;padding:30px}.calculator_form .cleaning_period_block_text{display:block;padding-bottom:25px;font-size:15px;line-height:140%}.calculator_form .cleaning_period_block_change_item{display:flex;justify-content:space-between;padding-top:25px;padding-bottom:25px;border-bottom:1px solid #dfdcda;cursor:pointer}.calculator_form .cleaning_period_block_change_item_text{display:flex;flex-direction:column}.calculator_form .cleaning_period_block_change_item_text_name{font-size:20px}.calculator_form .cleaning_period_block_change_item_text_info{font-size:15px;opacity:.5}.calculator_form .cleaning_period_block_change_item_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:100px;height:40px;position:relative;background-color:#f4f0ed;font-size:14px}.calculator_form .cleaning_period_block_change_item_button:after{content:var(--text-select)}.calculator_form .cleaning_period_block_change_item input{display:none}.calculator_form .cleaning_period_block_change_item.checked{cursor:auto}.calculator_form .cleaning_period_block_change_item.checked .cleaning_period_block_change_item_button{background:#333}.calculator_form .cleaning_period_block_change_item.checked .cleaning_period_block_change_item_button:after{content:'';width:1em;height:1em;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url("/dist/images/icons/check_mark_white.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.calculator_form .cleaning_period_block_change_item:last-child{border-bottom:none;padding-bottom:10px}.calculator_form .payment_block{background-color:#fff;border-radius:12px;margin-top:15px;margin-bottom:25px;padding:30px}.calculator_form .payment_block_text{padding-bottom:15px;display:block;font-size:15px}.calculator_form .payment_block_change .method_payment{padding-top:20px;padding-bottom:25px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dfdcda}.calculator_form .payment_block_change .method_payment_text{display:flex;flex-direction:column}.calculator_form .payment_block_change .method_payment_title{font-size:20px}.calculator_form .payment_block_change .method_payment_desc{font-size:14px;color:#999}.calculator_form .payment_block_change .method_payment_card-type{width:50px;height:25px}.calculator_form .payment_block_change .method_payment_input{display:none}.calculator_form .payment_block_change .method_payment_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:100px;height:40px;position:relative;background-color:#f4f0ed;font-size:14px}.calculator_form .payment_block_change .method_payment_button:after{content:var(--text-select)}.calculator_form .payment_block_change .method_payment .last_card_numbers{font-size:20px;color:#333}.calculator_form .payment_block_change .method_payment.checked{cursor:auto}.calculator_form .payment_block_change .method_payment.checked .method_payment_button{background:#333}.calculator_form .payment_block_change .method_payment.checked .method_payment_button:after{content:'';width:1em;height:1em;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url("/dist/images/icons/check_mark_white.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.calculator_form .payment_block_change_add_card{padding-top:35px;font-size:15px;display:flex;justify-content:center;align-items:center;color:#b5b0ac}.calculator_form .payment_block_change_add_card:after{content:'+';width:20px;height:20px;margin-left:10px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:1px solid #b5b0ac}.calculator_form .payment_block_change_add_card.hide{display:none}.calculator_form .payment_block_change_not_card{margin-top:30px;display:flex;flex-direction:column}.calculator_form .payment_block_change_not_card .method_payment_title{margin-bottom:5px}.calculator_form .payment_block_change_not_card_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:170px;height:40px;margin-top:20px;font-size:14px;background:#f4f0ed}.calculator_form .payment_block_change_not_card.hide{display:none}.calculator_form .payment_block_change_info_item{display:none;padding-bottom:10px}.calculator_form .payment_block_change_info_item.active{display:block}.calculator_form .payment_block_change_info_item_text{padding-bottom:30px;display:block;font-size:15px;line-height:140%}.calculator_form .payment_block_change_info_item_input{display:grid;grid-template-columns:50% 50%;grid-template-areas:'num num' 'date cvc';grid-gap:8px}.calculator_form .payment_block_change_info_item_input input{height:50px;padding-left:20px;border-radius:70px;border:1px solid #dfdcda;width:100%}.calculator_form .payment_block_change_info_item_input input::placeholder{color:#333}.calculator_form .payment_block_change_info_item_input_number{grid-area:num;position:relative}.calculator_form .payment_block_change_info_item_input_number img{width:75px;position:absolute;top:12px;right:15px}.calculator_form .payment_block_change_info_item_input_cvc{grid-area:cvc;position:relative}.calculator_form .payment_block_change_info_item_input_cvc_question{width:18px;height:18px;position:absolute;top:14px;right:15px;border-radius:100%;background-color:#d6d0cd;font-size:14px;color:#fff;text-align:center;cursor:pointer}.calculator_form .payment_block_change_info_item_input input[name=date_card]{grid-area:date}.calculator_form .payment_block_next{display:none}.calculator_form .calculator_complete_order{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;border:none;width:170px;height:40px;align-self:flex-end}.calculator_form .calculator_complete_order.disabled{color:#33333350;background:#9bf0f5;cursor:auto}.calculator_form .calculator_mobile_final{display:none}@media (max-width:768px){.calculator_form .calculator_mobile_final{width:auto;min-height:60px;display:flex;flex-direction:row;align-items:center;font-size:15px;color:#a7a4a3}.calculator_form .calculator_mobile_final_text{display:none;padding-top:20px;padding-bottom:10px;letter-spacing:.02em;font-variant:small-caps}.calculator_form .calculator_mobile_final_total_cost{font-size:27px;color:#333;text-align:center}.calculator_form .calculator_mobile_final_total_cost_old{text-decoration:line-through;font-size:16px}.calculator_form .calculator_mobile_final_total_promo{position:absolute;top:25px}.calculator_form .calculator_mobile_final_total_koef{position:absolute;bottom:0;right:15px}}.calculator .auth-alert{display:flex;flex-direction:column;justify-content:flex-end;color:green;font-size:15px;line-height:25px}.calculator .auth-alert.error{color:red}.submit-button{position:relative}.submit-button .submit-button-loader{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.submit-button.loading{color:transparent}.submit-button.loading .submit-button-loader{display:block}.submit-button.green_button{background:#7be19c}.calculator_agreement{display:grid;grid-template-areas:'input text button';position:relative}.calculator_agreement label{grid-area:input}.calculator_agreement label input{display:none}.calculator_agreement_checkbox{width:30px;height:30px;margin-right:15px;position:relative;background:#fff;border-radius:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-bottom:2px}.calculator_agreement_checkbox.checked:after{content:var(--text-yes);font-size:12px}.calculator_agreement_text{grid-area:text;margin-right:30px;font-size:12px;line-height:140%}.calculator_agreement_next,.calculator_agreement .calculator-step-button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;grid-area:button;min-width:140px;height:40px;align-self:flex-end}.calculator_agreement_next.disabled,.calculator_agreement .calculator-step-button.disabled{color:#33333350;background:#9bf0f5;cursor:auto}@media (max-width:768px){.calculator_agreement_next,.calculator_agreement .calculator-step-button{height:52px}}.calculator_agreement .alert{position:absolute;top:calc(-1em - 8px);left:30px;display:none;font-size:12px}.calculator_agreement.error .alert{display:block;color:#ff5656}.change_date{display:flex;justify-content:space-between}.change_date input{padding-left:20px;height:100%;width:100%;border-radius:70px;border:none;cursor:pointer}.change_date input::placeholder{color:#333}.change_date input::-moz-placeholder{color:#333;opacity:1}.change_date>div{position:relative}.change_date>div:before{content:'';width:12px;height:12px;position:absolute;top:20px;right:20px;background-image:url("/dist/images/icons/arrow_menu.svg");background-repeat:no-repeat;background-position:center center;background-size:contain;display:block}.change_date>div.disabled input,.change_date>div.disabled input::placeholder{color:#33333350}.change_date>div.disabled:before{opacity:.5}.change_date_days{width:65%;max-width:260px}.change_date_days input{max-width:260px}.change_date_days_block{width:100%;padding-bottom:20px;position:absolute;top:0;right:0;background-color:#fff;box-shadow:2px 2px 10px rgba(0,0,0,.35);border-radius:25px;display:none}.change_date_days_block.show{display:block;z-index:1}.change_date_days_block_text{width:100%;height:50px;margin-bottom:20px;padding-left:20px;display:flex;align-items:center;font-size:15px;position:relative;color:#a7a4a3;border-bottom:1px solid #dfdcda}.change_date_days_block_text:before{content:'';width:12px;height:12px;position:absolute;top:20px;right:20px;background-image:url("/dist/images/icons/arrow_menu.svg");background-repeat:no-repeat;background-position:center center;background-size:contain;display:block;opacity:.3;transform:scaleY(-1)}.change_date_days_block .ui-datepicker-header{text-align:center;font-size:15px;margin-bottom:25px}.change_date_days_block .ui-datepicker-prev{width:10px;height:10px;margin-left:25px;display:block;background-image:url("/dist/images/icons/arrow_menu.svg");background-repeat:no-repeat;background-position:center;background-size:contain;transform:rotate(90deg);cursor:pointer;float:left}.change_date_days_block .ui-datepicker-prev span{display:none}.change_date_days_block .ui-datepicker-next{width:10px;height:10px;margin-right:25px;display:block;background-image:url("/dist/images/icons/arrow_menu.svg");background-repeat:no-repeat;background-position:center;background-size:contain;transform:rotate(-90deg);cursor:pointer;float:right}.change_date_days_block .ui-datepicker-next span{display:none}.change_date_days_block .ui-state-default{width:30px;height:30px;display:flex;justify-content:center;align-items:center}.change_date_days_block .ui-state-disabled{color:#b5b0ac}.change_date_days_block .ui-state-active{background:#9bf0f5;border-radius:60px}.change_date_days_block .ui-datepicker-calendar{margin:0 auto;border-collapse:collapse;font-size:13px;letter-spacing:.02em;font-variant:small-caps}.change_date_days_block .ui-datepicker-calendar thead{padding-bottom:15px;border-bottom:1px solid #dfdcda}.change_date_days_block .ui-datepicker-calendar thead tr th{padding-bottom:10px}.change_date_hours{max-width:140px}.change_date_hours input{width:100%;max-width:140px}.change_date_hours_block{width:100%;position:absolute;top:0;right:0;background-color:#fff;box-shadow:2px 2px 10px rgba(0,0,0,.35);border-radius:25px;font-size:15px;z-index:2;display:none}.change_date_hours_block.show{display:block}.change_date_hours_block_text{width:100%;height:50px;margin-bottom:5px;padding-left:20px;display:flex;align-items:center;position:relative;border-bottom:1px solid #dfdcda}.change_date_hours_block_text:before{content:'';width:12px;height:12px;position:absolute;top:20px;right:20px;background-image:url("/dist/images/icons/arrow_menu.svg");background-repeat:no-repeat;background-position:center center;background-size:contain;display:block;opacity:.3;transform:scaleY(-1)}.change_date_hours_block_items{width:100%;max-height:200px;overflow-y:scroll;overflow:-moz-scrollbars-none;-ms-overflow-style:none}.change_date_hours_block_items::-webkit-scrollbar{width:0 !important}.change_date_hours_block_items span{padding-left:20px;padding-top:10px;padding-bottom:10px;display:flex;justify-content:space-between;align-items:center}.change_date_hours_block_items span:hover{background:#B5B0AC20;cursor:pointer}.change_date_hours_block_items span.active{color:#333}.change_date_hours_block_items span.active:after{content:'';width:1em;height:1em;margin-right:20px;display:block;background-image:url("/dist/images/icons/check_mark.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.change_date_hours_block_items span.disabled{display:none}.calculator_extra_services_text{display:flex;justify-content:space-between;font-size:20px;line-height:140%;padding-top:25px;padding-bottom:25px}.calculator_extra_services_text_info{color:#b5b0ac;cursor:pointer}.calculator_extra_services .calculator_step_number{display:none}.calculator_extra_services .calculator_complete_order_mobile{display:none}.calculator_extra_services_table{background-color:#fff;border-radius:12px;padding:5px 30px}.calculator_extra_services_table_item{padding:20px 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dfdcda;font-size:14px}.calculator_extra_services_table_item:last-child{border-bottom:none}.calculator_extra_services_table_item_name{font-size:15px;line-height:140%}.calculator_extra_services_table_item_info{font-size:13px;line-height:120%;color:#b5b0ac}.calculator_extra_services_table_item_input_buttons_control{display:none;justify-content:center;align-items:center}.calculator_extra_services_table_item_input_buttons_control.show{display:flex}.calculator_extra_services_table_item_input_buttons_control_value{padding-right:.3em}.calculator_extra_services_table_item_input_buttons_control>div{display:flex;justify-content:center;align-items:center;border-radius:60px;cursor:pointer}.calculator_extra_services_table_item_input_buttons_control_minus{margin-right:10px;width:30px;height:30px;background:#9bf0f5}.calculator_extra_services_table_item_input_buttons_control_plus{margin-left:10px;width:30px;height:30px;background:#9bf0f5}.calculator_extra_services_table_item_input_buttons_not_marked{width:80px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:60px;cursor:pointer;background:#f4f0ed;line-height:14px;font-size:14px}.calculator_extra_services_table_item_input_buttons_not_marked.hide{display:none}.calculator_extra_services_table_item_input_buttons_not_marked.checked{background-color:#9bf0f5}.calculator_extra_services_table_item_input input{display:none}.contacts{max-width:100%;padding:0}.contacts_header{max-width:1200px;padding:80px 20px;margin:0 auto;overflow:hidden}.contacts_header_title{padding-top:40px;padding-bottom:120px;display:block;font-size:52px}.contacts_header_info{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;display:flex;justify-content:space-between;white-space:nowrap}.contacts_header_info_item{margin-right:20px;display:flex;flex-direction:column}.contacts_header_info_item .contacts_header_info_item_name{font-size:14px;padding-bottom:5px}.contacts_header_info_item span{font-size:20px}.contacts_header_info_item:last-child{margin-right:0}.contacts_addresses{width:100%;padding-top:120px;padding-bottom:140px;background-color:#f4f0ed}.contacts_addresses_title{max-width:1200px;margin:0 auto;padding:30px 20px 50px;display:block;font-size:52px}.contacts_addresses_content{max-width:1200px;max-height:580px;min-height:500px;margin:0 auto;display:flex;border-radius:14px;overflow:hidden}.contacts_addresses_content_mobile_nav{display:none}.contacts_addresses_content_list{width:50%;padding-top:5px;padding-left:50px;padding-right:50px;background-color:#fff;overflow-y:scroll}.contacts_addresses_content_list_item{height:100px;display:grid;justify-content:space-between;align-items:center;grid-template-columns:1fr 1fr;grid-template-areas:'name tel' 'name email';border-bottom:1px solid #dfdcda;color:#b5b0ac;cursor:pointer}.contacts_addresses_content_list_item:last-child{border-bottom:none}.contacts_addresses_content_list_item_name{grid-area:name;font-size:18px}.contacts_addresses_content_list_item_tel{padding-bottom:5px;grid-area:tel;justify-self:flex-end;align-self:flex-end;font-size:15px}.contacts_addresses_content_list_item_email{grid-area:email;justify-self:flex-end;align-self:flex-start;font-size:15px}.contacts_addresses_content_list_item.active{cursor:auto}.contacts_addresses_content_list_item.active .contacts_addresses_content_list_item_name{color:#333}.contacts_addresses_content_list_item.active .contacts_addresses_content_list_item_tel{color:#333}.contacts_addresses_content_list::-webkit-scrollbar-button{background-image:url("");background-repeat:no-repeat;width:4px;height:0}.contacts_addresses_content_list::-webkit-scrollbar-thumb{-webkit-border-radius:5px;border-radius:5px;background-color:#333;background-position:center;background-repeat:no-repeat}.contacts_addresses_content_list::-webkit-scrollbar{width:4px}.contacts_addresses_content_map{width:50%;overflow:hidden}.contacts_addresses_content_map .map_window_content{padding:15px}.contacts_addresses_content_map .map_window_content>*{display:block;font-weight:400}.contacts_addresses_content_map .map_window_content_name{font-size:18px;padding-bottom:15px}.contacts_addresses_content_map .map_window_content_tel{font-size:15px}.contacts_addresses_content_map .map_window_content_email{font-size:15px;color:#b5b0ac}.menu_outher{width:100%;background-color:#fff;z-index:9999;top:-100px;transition:top .45s}.menu_outher.sticky{position:sticky;top:0}.menu_container{max-width:1200px;height:113px;margin:0 auto;padding-left:20px;padding-right:20px;display:flex;justify-content:space-between;align-items:center;position:relative}.menu_container .logo{position:relative;bottom:4px}.menu_container .active_show_menu{position:absolute;height:100%;display:flex;align-items:center;background:#fff;transform:translate(0,-100%);font-size:15px}.menu_container .active_show_menu_basic_services{min-width:320px}.menu_container .active_show_menu.animation{-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out}.menu_container .active_show_menu.show{transform:translate(0,0)}.menu_container .menu_right{display:flex;align-items:center;position:relative}.menu_container .menu_right .detect-city-popup{background:#fff;border-top:1px solid #dfdcda;box-shadow:0px 2px 10px rgb(0 0 0/8%);border-radius:12px;padding:28px;display:flex;flex-direction:column;align-items:center;width:375px;position:absolute;z-index:201;left:-150px}.menu_container .menu_right .detect-city-popup .close-button{position:absolute;top:12px;right:12px}.menu_container .menu_right .detect-city-popup .detect-city-label{font-size:14px;line-height:140%}.menu_container .menu_right .detect-city-popup .detected-city{font-size:24px;line-height:110%;margin-bottom:20px}.menu_container .menu_right .detect-city-popup .detect-city-actions{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:10px;width:100%}.menu_container .menu_right .detect-city-popup .detect-city-actions .correct-city-button a{width:100%;display:flex;height:100%;justify-content:center;align-items:center}.menu_container .menu_right .detect-city-popup .detect-city-actions .secondary-button{background:#f4f0ed}.menu_container .menu_right .tel_number{margin-right:60px}.menu_container .menu_right .mobile_tel_number{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:70px;height:50px;display:none}.menu_container .menu_right .sign_in_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;min-width:100px;padding:0 15px;height:36px;position:relative}.menu_container .menu_right .sign_in_button__mobile{display:none}.menu_container .auth_menu .popup_footer{display:none}.menu_container .menu_right .menu_button{display:block;position:relative;width:30px;height:30px;cursor:pointer}.menu_container .menu_right .menu_button:before,.menu_container .menu_right .menu_button:after{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;content:'';width:30px;height:2px;display:block;position:absolute;background:#333;top:50%;transform:translate(0,50%)}.menu_container .menu_right .menu_button:before{transform:translate(0,calc(50% - 5px))}.menu_container .menu_right .menu_button:after{transform:translate(0,calc(50% + 5px))}.menu_container .menu_right .menu_button.active:before{transform:translate(0,0) rotate(-45deg)}.menu_container .menu_right .menu_button.active:after{transform:translate(0,0) rotate(45deg)}.menu_container .auth_menu{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;min-width:220px;padding-top:27px;position:absolute;right:0;bottom:0;transform:translate(0,100%);display:none;opacity:0;z-index:3;cursor:auto}.menu_container .auth_menu .close-button{position:absolute;top:14px;right:14px;z-index:1}.menu_container .auth_menu_block{padding:40px 25px 25px;mix-blend-mode:normal;display:flex;flex-direction:column;background:#fff;border-radius:12px;font-size:14px;color:#333;box-shadow:0px 2px 10px rgba(0,0,0,.08);position:relative}.menu_container .auth_menu_item{margin-bottom:8px;font-size:15px}.menu_container .auth_menu .logouth{margin-top:10px;color:#b5b0ac;cursor:pointer}.menu_container .auth_menu.show{display:block;opacity:1}.menu_drop_down_outher{width:100%;position:absolute;top:0;opacity:0;background-color:#fff;z-index:2;box-shadow:0px 5px 6px rgba(0,0,0,.15);overflow:hidden;transform:translate(0,calc(-100% - 15px))}.menu_drop_down_outher.animation{-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out}.menu_drop_down_outher.show{top:116px;transform:translate(0,0);opacity:1}.menu_drop_down{max-width:1200px;margin:0 auto;padding-top:40px;padding-bottom:80px;padding-left:20px;padding-right:20px;display:flex;justify-content:space-between}.menu_drop_down_left{display:flex}.menu_drop_down_left_login{display:none}.menu_drop_down_left_login_title{display:none}.menu_drop_down_left_login_list{margin:0;padding:0;font-size:19px}.menu_drop_down_left_login_list_item{margin-bottom:10px}.menu_drop_down_left_login_list_item:last-child{margin-bottom:0}.menu_drop_down_left_login .logouth{margin-top:25px;opacity:.4}.menu_drop_down_left_basic_services{min-width:320px}.menu_drop_down_left_basic_services_title{display:none}.menu_drop_down_left_basic_services_list{margin:0;padding:0;font-size:19px}.menu_drop_down_left_basic_services_list_item{margin-bottom:10px}.menu_drop_down_left_basic_services_list_item:last-child{margin-bottom:0}.menu_drop_down_left_extra_services_title{display:none}.menu_drop_down_left_extra_services_list{margin:0;padding:0;font-size:19px}.menu_drop_down_left_extra_services_list_item{margin-bottom:10px}.menu_drop_down_left_extra_services_list_item:last-child{margin-bottom:0}.menu_drop_down_right{display:flex;align-items:flex-end;position:relative}.menu_drop_down_right_company_info_title{display:none}.menu_drop_down_right_company_info_list{margin:0;padding:0;font-size:15px;display:flex}.menu_drop_down_right_company_info_list_item{margin-right:30px}.menu_drop_down_right_decoration_line{height:1px;width:100vw;position:absolute;background-color:#dfdcda;bottom:2em}.menu_drop_down_city{display:none}.menu_drop_down_button{display:none}.scroll_menu_outher{max-width:1200px;width:100%;height:65px;position:fixed;bottom:20px;left:50%;transform:translate(-50%,calc(100% + 20px));display:flex;align-items:flex-end;opacity:.5;z-index:9999}.scroll_menu_outher.show{transform:translate(-50%,0);opacity:1}.scroll_menu_outher.transition{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.scroll_menu{font-size:18px;width:100%;margin:auto;max-width:calc(100vw - 40px);height:60px;display:flex;justify-content:space-between;align-items:center;border-radius:100px;box-shadow:0px 1px 4px rgba(0,0,0,.25);background-color:#fff;z-index:1}.scroll_menu>*{height:100%;display:flex;align-items:center}.scroll_menu .scroll_menu_link{height:100%;padding:0 40px;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:300;border-radius:30px;background:#333;color:#fff}.scroll_menu .scroll_menu_item{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;cursor:pointer;height:100%;display:flex;align-items:center;font-size:16px}.scroll_menu .scroll_menu_item.others{opacity:.4}.scroll_menu_right .scroll_menu_item{margin-right:94px}.scroll_menu_right .scroll_menu_item.contact_button{margin-right:0}.scroll_menu_right .mobile_contact_button{display:none}.scroll_menu_right .scroll_menu_item.contact_button{display:flex;padding-right:40px}.scroll_menu_right .scroll_menu_item.contact_button img{margin-right:4px}.scroll_menu_right .scroll_menu_item.contact_button img:last-child{margin-right:0}.scroll_menu_mobile_contact_block{display:none}.scroll_menu_contact_block{width:100%;height:80px;position:fixed;bottom:0;left:0;padding-left:40px;padding-right:40px;display:none;justify-content:space-between;align-items:center;opacity:0;background-color:#fff;border-radius:100px;box-shadow:0px 1px 4px rgba(0,0,0,.25)}.scroll_menu_contact_block.show{bottom:65px;opacity:1}.scroll_menu_contact_block.transition{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.scroll_menu_contact_block_left_item{font-size:26px;height:100%;display:flex;align-items:center}.scroll_menu_contact_block_right,.scroll_menu_contact_block_left{height:100%;display:flex;align-items:center}.scroll_menu_contact_block_right_item{font-size:15px;padding-left:18px;padding-right:18px;height:100%;display:flex;align-items:center}.scroll_menu_contact_block_right_item:hover,scroll_menu_contact_block_left_item:hover{color:#b5b0ac}.scroll_menu_contact_block_right_item:last-child{margin-right:0}.substrate{position:fixed;top:0;right:0;bottom:0;left:0}.modal_my_orders{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll;background-color:rgba(255,255,255,.8);z-index:2;opacity:0;display:none}.modal_my_orders.show{display:block;opacity:1}.modal_my_orders_block{max-width:560px;width:100%;padding:115px 125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;box-shadow:0px 1px 12px rgba(0,0,0,.25)}.modal_my_orders_close{width:16px;height:16px;position:absolute;top:30px;right:30px;background-image:url(/dist/images/icons/close.svg);background-repeat:no-repeat;background-position:center center;background-size:cover;cursor:pointer}.modal_my_orders_title{padding-bottom:5px;display:block;font-size:20px;text-align:center}.modal_my_orders_text{padding-bottom:50px;display:block;font-size:18px;line-height:140%;text-align:center;color:#b5b0ac}.modal_my_orders_buttons{display:flex;flex-direction:column}.modal_my_orders_buttons .change_date{flex-direction:column;align-items:center}.modal_my_orders_buttons .change_date>*{max-width:none;width:100%;height:50px;margin-bottom:10px;border-radius:25px;border:1px solid #dfdcda}.modal_my_orders_buttons_text{padding-bottom:25px;text-align:center;display:block;font-size:15px;line-height:140%}.modal_my_orders_buttons_transfer{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:100%;height:52px}.modal_my_orders_buttons_transfer.disabled{color:#33333350;background:#9bf0f5;cursor:auto}.modal_my_orders_buttons_cansel{align-self:center;margin-top:50px;border-bottom:1px solid;font-size:15px;cursor:pointer}.modal_add_card{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll;background-color:rgba(255,255,255,.8);z-index:-2;opacity:0;display:none}.modal_add_card.show{display:block;opacity:1;z-index:2}.modal_add_card_block{max-width:560px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;box-shadow:0px 1px 12px rgba(0,0,0,.25)}.modal_add_card_block iframe{border:none}.modal_add_card_close{width:16px;height:16px;position:absolute;top:30px;right:30px;background-image:url(/dist/images/icons/close.svg);background-repeat:no-repeat;background-position:center center;background-size:cover;cursor:pointer}.modal_add_card_title{display:block;margin-top:25px;margin-left:15px;font-size:20px}.modal_add_card_text{display:block;font-size:15px;margin-bottom:22px}.modal_add_card_text.hide{display:none}.modal_add_card .form_input_card{margin-bottom:8px}.modal_add_card .form_input{border:1px solid #dfdcda}.modal_add_card .bank_name{margin-bottom:8px;display:none}.modal_add_card .bank_name.show{display:block}.modal_add_card_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;height:52px;margin-top:8px}.modal_add_card_button.disabled{background:#f4f0ed;color:#33333350;cursor:auto}.modal_window_pick_city{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll;opacity:0;background-color:rgba(255,255,255,.8);z-index:10000;display:none}.modal_window_pick_city.show{display:block;opacity:1}.pick_city_block{width:100%;max-width:670px;max-height:calc(100vh - 40px);overflow:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:40px 60px;background-color:#fff;box-shadow:0px 1px 12px rgba(0,0,0,.25)}.pick_city_block_title{display:block;font-size:20px;margin-bottom:50px}.pick_city_block_list{margin-bottom:40px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-auto-flow:row;gap:0 10px}.pick_city_block_list_item{margin-bottom:20px;font-size:13px;color:#b5b0ac;display:flex;cursor:pointer}.pick_city_block_list_item.active{color:#333}.pick_city_block_list_item.active:before{content:'';width:1em;height:12px;margin-right:5px;background-image:url(/dist/images/icons/check_mark.svg);background-repeat:no-repeat;background-position:center center}.pick_city_block_text{display:block;font-size:13px}.pick_city_block_text a{text-decoration:underline}.pick_city_block_close{width:16px;height:16px;position:absolute;top:30px;right:30px;background-image:url(/dist/images/icons/close.svg);background-repeat:no-repeat;background-position:center center;background-size:cover;cursor:pointer}.modal_window_who_will{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll;opacity:0;background-color:rgba(255,255,255,.8);z-index:2;display:none}.modal_window_who_will.show{display:block;opacity:1}.who_will_block{width:100%;max-width:670px;max-height:calc(100% - 200px);overflow-y:scroll;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:40px 60px;background-color:#fff;box-shadow:0px 1px 12px rgba(0,0,0,.25)}.who_will_block_title{display:block;font-size:38px;margin-bottom:50px}.who_will_block_close{width:16px;height:16px;position:absolute;top:30px;right:30px;background-image:url(/dist/images/icons/close.svg);background-repeat:no-repeat;background-position:center center;background-size:cover;cursor:pointer}.who_will_block_content{margin-bottom:40px}.who_will_block .default_button{margin:0 auto}@media (max-width:768px){.who_will_block{height:auto;max-height:none;position:static;transform:none;padding:40px 30px}.who_will_block_title{margin-top:40px}.who_will_block_close{position:fixed;width:20px;height:20px}}.modal_types_cleaning{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll;opacity:0;background-color:rgba(255,255,255,.8);z-index:3;display:none}.modal_types_cleaning.show{display:block;opacity:1}.modal_types_cleaning_form{max-width:670px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;box-shadow:0px 1px 12px rgba(0,0,0,.25)}.modal_types_cleaning_head{display:flex;justify-content:space-between;padding:30px 60px}.modal_types_cleaning_title{font-size:12px;letter-spacing:.1em;text-transform:uppercase}.modal_types_cleaning_close{width:16px;height:16px;background-image:url(/dist/images/icons/close.svg);background-repeat:no-repeat;background-position:center center;background-size:cover;cursor:pointer;position:relative;left:30px}.modal_types_cleaning_input_block{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;display:flex;justify-content:space-between}.modal_types_cleaning_input_block_outher{padding:0 60px 50px;overflow:hidden}.modal_types_cleaning_input_block input[type=button]{min-width:130px;height:50px;background:#f4f0ed;border-radius:50px;border:none;cursor:pointer;font-size:15px;line-height:140%;color:#333;text-align:center;margin-right:8px}.modal_types_cleaning_input_block input[type=button].selected{background:#333;color:#fff;cursor:auto}.modal_types_cleaning_input_block.owl-carousel .owl-stage-outer{overflow:visible}.modal_types_cleaning_tables_head{font-size:13px;line-height:120%;color:#b5b0ac;font-weight:400;padding-bottom:15px;display:flex;justify-content:space-between;padding-left:60px;padding-right:60px;border-bottom:1px solid #dfdcda}.modal_types_cleaning_tables_head_item{width:20%;text-align:center}.modal_types_cleaning_tables_head_item:first-child{width:40%}.modal_types_cleaning_table{padding:0 60px;max-height:450px;overflow-y:scroll;display:none;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;opacity:0}.modal_types_cleaning_table.active{display:block;opacity:1}.modal_types_cleaning_table_row{border-bottom:1px solid #dfdcda;display:flex;justify-content:space-between}.modal_types_cleaning_table_row_item{font-size:13px;padding:25px 0;width:20%}.modal_types_cleaning_table_row_item:first-child{min-width:40%;width:40%}.modal_types_cleaning_table_row_item>div{width:100%;height:1em;background-repeat:no-repeat;background-position:center center;background-size:contain}.modal_types_cleaning_table_row_item .item_mark_true{background-image:url(/dist/images/icons/check_mark.svg)}.modal_types_cleaning_table_row_item .item_mark_false{background-image:url(/dist/images/icons/close.svg);opacity:.4}.modal_types_cleaning_table::-webkit-scrollbar-button{background-image:url("");background-repeat:no-repeat;width:4px;height:0}.modal_types_cleaning_table::-webkit-scrollbar-thumb{-webkit-border-radius:5px;border-radius:5px;background-color:#333;background-position:center;background-repeat:no-repeat}.modal_types_cleaning_table::-webkit-scrollbar{width:4px}.modal_list_services{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll;opacity:0;background-color:rgba(255,255,255,.8);z-index:2;display:none}.modal_list_services.show{display:block;opacity:1}.modal_list_services_block{width:100%;max-width:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:40px 60px;background-color:#fff;box-shadow:0px 1px 12px rgba(0,0,0,.25)}.modal_list_services_title{display:block;font-size:20px;text-align:center}.modal_list_services ul{padding:20px 0 0;margin:0}.modal_list_services ul li{height:60px;display:flex;justify-content:space-between;align-items:center;font-size:14px;border-bottom:1px solid #dfdcda}.modal_list_services ul li:last-child{border-bottom:none}.modal_list_services_cost{padding:4px 10px;background:#f4f0ed;border-radius:30px}.modal_list_services_close{width:16px;height:16px;position:absolute;top:30px;right:30px;background-image:url(/dist/images/icons/close.svg);background-repeat:no-repeat;background-position:center center;background-size:cover;cursor:pointer}.before_after_block{width:100%;height:100%;display:grid;grid-template-columns:50px auto 50px;grid-template-areas:'before content after'}.before_after_block_before,.before_after_block_after{width:50px;height:100%;display:flex;align-items:center;justify-content:center}.before_after_block_before span,.before_after_block_after span{font-size:18px}.before_after_block_before{grid-area:before}.before_after_block_before span{transform:rotate(-90deg)}.before_after_block_after{grid-area:after}.before_after_block_after span{transform:rotate(90deg)}.before_after_block_content{width:100%;height:100%;grid-area:content}.before_after_block_content .handle{width:2px;background:#fff;z-index:0}.before_after_block_content .handle:after{content:'';width:60px;height:60px;margin:0;transform:translate(-50%,-50%);background:url("/dist/images/icons/before_after_icon.svg");background-color:#9bf0f5;background-repeat:no-repeat;background-position:center center;box-shadow:none;border:none}.before_after_block_content .handle.draggable:after{width:60px;height:60px;margin:0}.before_after_block_content img{width:100%;height:100%;object-fit:cover}.job_form{max-width:365px}.job_form_title{padding-bottom:10px;font-size:18px}.job_form_text{font-size:15px;line-height:120%;letter-spacing:.02em;font-variant:small-caps;color:#a7a4a3}.job_form_fields{margin-top:40px;display:flex;flex-direction:column;width:100%}.job_form_fields>*{width:100%;height:50px;margin-bottom:10px;background:#fff;border:1px solid #f4f0ed !important;border-radius:50px}.job_form_fields button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333}.mailing_form{max-width:365px}.mailing_form>img{width:44px;height:44px}.mailing_form_text{max-width:200px;margin-top:10px;margin-bottom:40px;text-align:center}.mailing_form .form_input{margin-bottom:10px;border:1px solid #f4f0ed}.mailing_form .form_button{padding-left:20px;padding-right:20px}.sticky_form{position:relative;right:20px}.sticky_form_wrap{margin:0 auto;position:sticky;float:right;z-index:1;top:40px;transform:translate(calc(-50vw + 1200px/2),0)}@media (max-width:1200px){.sticky_form_wrap{transform:none}}.sticky_form_wrap.job_form_wrap,.sticky_form_wrap.mailing_form_wrap{top:-60px}.sticky_form_wrap .job_form,.sticky_form_wrap .mailing_form{margin-top:100px}.sticky_form_wrap .bonuses_block{position:relative;right:20px}@media (max-width:960px){.sticky_form_wrap .bonuses_block{display:none}}.form_window{padding:40px 35px;display:flex;flex-direction:column;align-items:center;border:1px solid #f4f0ed;border-radius:14px;background:#fff;min-width:350px}.form_input_wrap{position:relative;display:flex;flex-direction:column-reverse}.form_input_wrap .alert{position:absolute;top:calc(-1em - 8px);display:none;font-size:12px}.form_input_wrap .alert.static{position:static;margin-bottom:5px}.form_input_wrap>*.error+.alert{display:block;color:#ff5656}.form_input_wrap>*.message+.alert{display:block;color:green}.form_input{width:100%;height:50px;padding-left:20px;border-radius:25px;border:none;font-size:15px}.form_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:100%;height:50px}.form_select{padding-left:20px;padding-right:20px;-moz-appearance:none;-webkit-appearance:none;appearance:none;font-size:15px;background-image:url("/dist/images/icons/arrow_menu.svg");background-repeat:no-repeat;background-position:calc(100% - 20px) center}.form_input_tel{width:100%;height:50px;display:flex;border-radius:25px;background-color:#fff;border:none;font-size:15px}.form_input_tel span{height:100%;margin-left:20px;padding-right:18px;display:flex;align-items:center;font-size:15px;border-right:1px solid #dfdcda}.form_input_tel input{width:100%;height:100%;padding-left:18px;font-size:15px;border:none;background-color:transparent}.form_textarea{width:100%;min-height:100px;height:50px;padding-left:20px;border:none;font-size:15px;padding-top:15px;border-radius:12px;resize:none}.form_input::placeholder,.form_select::placeholder,.form_textarea::placeholder{color:#b5b0ac}.form_input.disabled,.form_select.disabled,.form_textarea.disabled{color:#33333350}.form_checkbox{width:30px;min-width:30px;height:30px;min-height:30px;margin-right:15px;position:relative;background:#fff;border-radius:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-bottom:2px}.form_checkbox.checked:after{content:var(--text-yes);font-size:12px}.form_dropdown{position:relative;border-radius:25px}.form_dropdown_input{width:100%;height:50px;padding-left:20px;border-radius:25px;display:flex;align-items:center;position:relative;cursor:pointer;background-color:#fff;border:none;font-size:15px}.form_dropdown_input:before{content:'';width:12px;height:12px;position:absolute;top:20px;right:20px;background-image:url(/dist/images/icons/arrow_menu.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;display:block}.form_dropdown_hide_input{display:none}.form_dropdown_values{display:none}.form_dropdown_block{width:100%;position:absolute;top:0;right:0;background-color:#fff;box-shadow:2px 2px 10px rgba(0,0,0,.35);border-radius:25px;font-size:15px;color:#a7a4a3;z-index:1;overflow:hidden;display:none}.form_dropdown_block.show{display:block}.form_dropdown_block_selected{width:100%;height:50px;margin-bottom:5px;padding-left:20px;display:flex;align-items:center;position:relative;border-bottom:1px solid #dfdcda}.form_dropdown_block_list{width:100%;max-height:200px;overflow-y:scroll;overflow:-moz-scrollbars-none;-ms-overflow-style:none}.form_dropdown_block_list::-webkit-scrollbar{width:0 !important}.form_dropdown_block_list span{padding-left:20px;padding-top:10px;padding-bottom:10px;display:flex;justify-content:space-between;align-items:center}.form_dropdown_block_list span:hover{background:#B5B0AC20;cursor:pointer}.form_dropdown_block_list span.selected{color:#333}.form_dropdown_block_list span.selected:after{content:'';width:1em;height:1em;margin-right:20px;display:block;background-image:url("/dist/images/icons/check_mark.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.form_dropdown_block_list_button{color:#333}.form_input_card{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'num num' 'date cvc';grid-gap:8px}.form_input_card input{width:100%;height:50px;padding-left:20px;border-radius:70px;border:1px solid #dfdcda}.form_input_card_number{grid-area:num;position:relative}.form_input_card_number img{width:75px;position:absolute;top:12px;right:15px}.form_input_card input[name=date_card]{grid-area:date}.form_input_card_cvc{grid-area:cvc;position:relative}.form_input_card_cvc_question{width:18px;height:18px;position:absolute;top:14px;right:15px;border-radius:100%;background-color:#d6d0cd;font-size:14px;color:#fff;text-align:center;cursor:pointer}.hover_description{display:none;position:absolute;left:50%;transform:translate(-50%,0)}.hover_description_wrap{position:relative}.hover_description_wrap:hover .hover_description{display:block}.hover_description:before{content:'';border:10px solid transparent;border-bottom:10px solid #333;position:absolute;top:0;left:50%;transform:translate(-50%,-95%)}.hover_description_block{width:290px;padding:15px 20px 20px;border-radius:12px;background:#333;mix-blend-mode:normal;font-size:12px;line-height:140%;color:#fff}header{width:100%}header .heading_block,main .heading_block{align-items:center;display:flex;justify-content:space-between;position:relative;max-width:1200px;padding:56px 20px 42px;margin:0 auto}header .heading_block_title,main .heading_block .heading_block_title{max-width:600px;font-size:52px;padding:0;margin:0;line-height:100%;font-weight:400}main .heading_block .heading_block_title_city,header .heading_block_title_city{background-image:linear-gradient(to top,#333 3px,rgba(255,255,255,0) 0);background-position:0 100%;position:relative;cursor:pointer;display:inline-block}main .heading_block .heading_block_title_city:after,header .heading_block_title_city:after{width:1em;height:1em;position:absolute;right:0;bottom:0;transform:translate(100%,0);content:'';background-image:url(/dist/images/icons/cursor.png);background-size:22px;background-repeat:no-repeat;background-position:center center}header .heading_block_info,main .heading_block .heading_block_info{max-width:380px;line-height:150%;font-size:18px;padding-top:5px;padding-left:13px}header.header_block_ceo .heading_block_info{font-size:20px;line-height:28px}header .heading_block_info p{margin-bottom:16px}header .heading_block_info .more-button{display:none}header .heading_block_info p:last-child{margin-bottom:0}header.vertical-header-text .heading_block{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}header.vertical-header-text .heading_block .heading_block_title{margin-bottom:36px}header.vertical-header-text .heading_block .heading_block_title,header.vertical-header-text .heading_block .heading_block_info{max-width:962px}header .head_image{width:100%;max-width:100%;height:auto;min-height:487px;padding:0;position:relative}header .head_image .form-outer{width:100%;padding-top:46px;margin:0;height:fit-content;top:0;position:absolute;z-index:1}header .head_image .form-outer .form-inner{max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}header .head_image .form-outer .form-inner .form-body{background:#fff;border-radius:12px;width:466px;display:flex;flex-direction:column;align-items:center}header .head_image .form-outer .form-inner .form-body .form-content{padding:36px 36px 28px;width:100%}header.header_block_ceo .head_image .form-outer .form-inner .form-body .form-content{padding:32px 32px 0}header .head_image .form-outer .form-inner .form-body .form-content .form-label{margin-bottom:20px;font-size:14px;line-height:140%;letter-spacing:.1em;text-transform:uppercase;text-align:center}header .head_image .form-outer .form-inner .form-body .form-content input{margin-bottom:12px}header .head_image .form-outer .form-inner .form-body .form-actions{padding:28px 36px 36px;width:100%;border-top:1px solid #d6d0cd}header.header_block_ceo .head_image .form-outer .form-inner .form-body .form-actions{padding:20px 36px 24px}header .head_image .header-bg-image{object-fit:cover;width:100%}header .head_image .header-bg-image.desktop{height:620px}header.header_block_ceo .head_image .header-bg-image.desktop{height:602px}header .head_image .header-bg-image.desktop.expanded{height:793px}header .head_image .header-bg-image.tablet,header .head_image .header-bg-image.mobile{display:none}header .head_image .before_after_block_content .mobile{display:none}header .head_image .before_after_block_content .desktop{display:block}header .head_image .before_after_block_content img{height:690px}header .head_image .before_after_block_content .handle:after{top:calc(100% - 60px)}header .head_image.indent-for-calc img{height:527px;width:100%;object-fit:cover}header .head_image .small_calculator{max-width:466px;position:absolute;top:50%;left:20px;transform:translate(0,-50%);background:#fff;border-radius:12px}header .head_image .small_calculator_outher{width:100%;max-width:1200px;position:absolute;top:0;bottom:0;right:0;left:50%;transform:translate(-50%,0)}header .head_image .small_calculator_title{padding-top:35px;padding-bottom:10px;padding-left:30px;display:block;font-size:18px}header .head_image .small_calculator_buttons_block{padding-right:30px;padding-left:30px;display:flex;justify-content:space-between;column-gap:8px}header .head_image .small_calculator_buttons_block_left,header .head_image .small_calculator_buttons_block_right{display:none}header .head_image .small_calculator_buttons_block_button{width:100%;height:50px;position:relative;display:flex;justify-content:center;align-items:center;font-size:12px;color:#b5b0ac;border:1px solid #dfdcda;border-radius:25px;cursor:pointer}header .head_image .small_calculator_buttons_block_button:last-child{margin-right:0}header .head_image .small_calculator_buttons_block_button input{display:none}header .head_image .small_calculator_buttons_block_button .icon_question{width:18px;height:18px;line-height:20px;margin-left:5px;display:none;font-size:14px;border-radius:25px;color:#fff;background:#333;text-align:center;cursor:pointer;position:absolute;right:5px}header .head_image .small_calculator_buttons_block_button span{text-align:center}header .head_image .small_calculator_buttons_block_button.active{color:#333;border:1px solid #333;padding-right:10px}header .head_image .small_calculator_buttons_block_button.active .icon_question{display:block}header .head_image .small_calculator_buttons_block_button .hover_description{z-index:1;transform:translate(calc(-50% - 40px),30px)}header .head_image .small_calculator_inputs_block{margin:55px 30px;display:flex;justify-content:space-between}header .head_image .small_calculator_inputs_block_house_area{position:relative;width:200px;height:50px;background-color:#fff;border:1px solid #dfdcda;border-radius:70px}header .head_image .small_calculator_inputs_block_house_area:before{content:var(--text-area);position:absolute;top:-35px;font-size:18px}header .head_image .small_calculator_inputs_block_house_area input{width:55px;height:100%;text-align:center;margin-right:10px;margin-left:10px;font-size:15px;background-color:transparent;border:none;border-right:1px solid #dfdcda}header .head_image .small_calculator_inputs_block_house_area input::placeholder{color:#b5b0ac}header .head_image .small_calculator_inputs_block_house_area span{font-size:15px;margin-bottom:4px}header .head_image .small_calculator_inputs_block_tel{width:200px;height:50px;display:flex;background-color:#fff;border:1px solid #dfdcda;position:relative;border-radius:70px}header .head_image .small_calculator_inputs_block_tel:before{content:var(--text-phone);position:absolute;top:-35px;font-size:18px}header .head_image .small_calculator_inputs_block_tel span{height:100%;margin-left:20px;padding-right:18px;display:flex;align-items:center;font-size:15px;border-right:1px solid #dfdcda}header .head_image .small_calculator_inputs_block_tel input{width:100%;height:100%;padding-left:18px;font-size:15px;border:none;background-color:transparent}header .head_image .small_calculator_inputs_block_tel input::placeholder{font-size:15px}header .head_image .small_calculator_total_block{padding:40px 30px;display:grid;grid-template-columns:50% 50%;grid-template-areas:'cost .' 'text button';border-top:1px solid #dfdcda}header .head_image .small_calculator_total_block_cost{grid-area:cost;font-weight:300;font-size:38px;line-height:100%}header .head_image .small_calculator_total_block_text{padding-top:20px;grid-area:text;font-size:12px;line-height:140%;opacity:.5}header .head_image .small_calculator_total_block_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;grid-area:button;width:200px;height:50px;border:none}header.main_header_with_button .heading_block{padding:0 20px}header.main_header_with_button .heading_block .heading_block_title{padding-top:66px;padding-bottom:66px}header.main_header_with_button .heading_block .heading_block_info{padding-top:56px;padding-bottom:56px}header.main_header_with_button .heading_block_info_button{margin-top:20px}.heading_block_info .header-yandex-rate{margin-top:14px;padding:12px 16px;display:flex;align-items:center;background:#f4f0ed;border-radius:12px}.heading_block_info .header-yandex-rate .icon-yandex{width:17px;height:17px;margin-right:6px;border-radius:50%}.heading_block_info .header-yandex-rate__value{margin-right:16px;font-size:16px;font-weight:500;line-height:130%}.header-yandex-rate-stars{display:flex;gap:2px;align-items:center}.heading_block_info .header-yandex-rate__star{width:14px;height:14px}.heading_block_info .header-yandex-rate__text{margin-left:auto;align-self:center;font-size:10px;line-height:140%}header.main_header_with_button .head_image{min-height:0}header.main_header_with_button .head_image .form-outer{display:none}header.main_header_with_button .head_image .header-bg-image.desktop{height:400px}@media screen and (max-width:1024px){header .heading_block_info p{display:none}header .heading_block_info p:first-child{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}header .heading_block_info.active p{display:inline-block}header .heading_block_info.active p:first-child{display:inline-block;-webkit-line-clamp:none}header .heading_block_info .more-button{display:flex;font-size:14px;width:fit-content}header .heading_block_info .more-button span{color:#b5b0ac}header .heading_block_info .more-button:after{display:inline-block;content:url("/dist/franchise/img/chevron-up.svg");transform:rotate(180deg);margin-left:4px}header .heading_block_info.active .more-button:after{transform:rotate(0)}header .heading_block_info .more-button .more,header .heading_block_info.active .more-button .less{display:block}header .heading_block_info.active .more-button .more,header .heading_block_info .more-button .less{display:none}}@media screen and (max-width:768px){header .heading_block{align-items:flex-start;padding:48px 32px 220px;display:flex;flex-direction:column}main .heading_block{flex-direction:column}header .heading_block.heading_block_without_form,main .heading_block.heading_block_without_form{padding-bottom:48px}header .heading_block_title,main .heading_block .heading_block_title{max-width:100%;padding-bottom:24px;font-size:38px}main .heading_block .heading_block_title br{display:none}header .heading_block_title br{display:block}header.header_block_ceo .heading_block_title br{display:none}header .heading_block_info,main .heading_block .heading_block_info{max-width:100%;line-height:130%;padding:0}header.vertical-header-text .heading_block .heading_block_title{margin-bottom:0}header.vertical-header-text .heading_block .heading_block_title,header.vertical-header-text .heading_block .heading_block_info{max-width:100%}header .head_image .form-outer{top:-176px;padding-top:0}header .head_image .form-outer .form-inner{padding-left:32px;padding-right:32px;display:flex;width:100%;justify-content:center}header .head_image .form-outer .form-inner .form-body{box-shadow:0px 1px 6px rgba(0,0,0,.25);width:100%}header .head_image .header-bg-image.desktop{display:none}header .head_image .header-bg-image.tablet{display:block;height:536px}header .head_image.heading_block_without_form{min-height:0}header .head_image.heading_block_without_form .header-bg-image.tablet{height:326px}header .head_image .before_after_block_content .handle{z-index:0}header .head_image>img{height:836px}header .head_image .before_after_block_content .mobile{display:block}header .head_image .before_after_block_content .desktop{display:none}header.main_header_with_button .heading_block{padding:48px 20px 44px}header.main_header_with_button .heading_block .heading_block_title{padding-top:0;padding-bottom:0;margin-bottom:24px}header.main_header_with_button .heading_block .heading_block_info{width:100%;padding-top:0;padding-bottom:0}header.main_header_with_button .heading_block_info_button{margin-top:24px}header.main_header_with_button .head_image .header-bg-image.tablet{height:352px}}@media screen and (max-width:575px){header .heading_block{padding:40px 28px 284px}header .heading_block.heading_block_without_form,main .heading_block.heading_block_without_form{padding-bottom:40px}header .heading_block_info,main .heading_block .heading_block_info{font-size:16px}header .heading_block_title,main .heading_block .heading_block_title{font-size:30px}header .heading_block_title br{display:none}header .heading_block_info p:first-child{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}header .head_image{min-height:437px}header .head_image .form-outer{top:-256px}header .head_image .form-outer .form-inner{padding-left:28px;padding-right:28px}header .head_image .form-outer .form-inner .form-body .form-content{padding:36px 20px 24px}header.header_block_ceo .head_image .form-outer .form-inner .form-body .form-content{padding:32px 20px 0}header .head_image .form-outer .form-inner .form-body .form-content .form-label{font-size:12px;margin-bottom:16px}header .head_image .form-outer .form-inner .form-body .form-actions{padding:24px 20px 32px}header .head_image .header-bg-image.tablet{display:none}header .head_image .header-bg-image.mobile{display:block;height:456px}header .head_image.heading_block_without_form .header-bg-image.mobile{height:326px}header .head_image .before_after_block_content .mobile{max-height:485px}header .head_image .before_after_block_content .handle:after{width:40px;height:40px;top:70%;background-size:20px}header .head_image .small_calculator_outher{width:calc(100% - 56px)}header.house_page_header .heading_block{padding-bottom:140px}header.house_page_header .head_image .form-outer{top:-110px}header.office_page_header .heading_block{padding-bottom:204px}header.main_header_with_button .heading_block{padding:40px 28px 44px}header.main_header_with_button .heading_block .heading_block_title{margin-bottom:32px}header.main_header_with_button .head_image .header-bg-image.mobile{height:216px}}.main_half_block{width:50%;padding-bottom:130px}.main_half_block .list_points{padding-top:100px;padding-bottom:0}.main_half_block .list_points_items_block{padding-left:30px;padding-right:30px;display:flex;flex-direction:column;background:#fff;border-radius:12px}.main_half_block .list_points_item{height:60px;padding-top:0;align-items:center}.main_half_block .list_points_item_number{font-size:15px}.main_half_block .list_points_item:first-child{border-top:none}.main_half_block .list_points_mobile_button{display:none}.job_causes_block{padding-top:120px;overflow:hidden}.job_causes_block_title{max-width:300px;padding-bottom:50px;display:block;font-size:38px;line-height:120%}.job_causes_block_mobile_button{display:none}.job_causes_block .advantages_block_items_block_item{grid-template-areas:'text number' '. icon';font-size:15px}.job_causes_block .advantages_block_items_block_item_number{text-align:right}.painted{background-color:#f4f0ed}main{width:100%}main>*{max-width:1200px;padding-left:20px;padding-right:20px;margin:0 auto}main section{padding:110px 20px}main .about_us_block{padding-top:120px;padding-bottom:140px;display:flex;justify-content:space-between}main .about_us_block_wrap{max-width:100%;background-color:#fff}main .about_us_block_wrap .about_us_block{max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}main .about_us_block_title{max-width:600px;margin:0;padding:0;font-weight:400;line-height:120%}main .about_us_block_info{padding-top:15px;padding-left:10px;max-width:380px;display:flex;flex-direction:column;justify-content:space-between}main .about_us_block_info_text{line-height:140%;padding-bottom:40px}main .about_us_block_info_button{background:#f4f0ed;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;min-width:200px;max-width:fit-content;padding:0 20px;height:42px}main .about_us_block_info.mobile_only{display:none}main .advantages_block_outer{background-color:#f4f0ed;max-width:100%;padding:0}main .advantages_block{max-width:1200px;margin:0 auto;padding-right:20px;padding-left:20px;padding-top:110px;padding-bottom:100px;display:grid;grid-template-areas:'header items' '. items';grid-template-columns:1fr 2fr}main .advantages_block_header{grid-area:header}main .advantages_block_header_title{max-width:230px;margin:0;padding:0;padding-top:20px;line-height:100%}main .advantages_block_header_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;max-width:200px;height:42px;margin-top:40px}main .advantages_block_items_block{grid-area:items;display:grid;grid-template-columns:1fr 1fr;grid-gap:15px}main .advantages_block_items_block_item{height:100%;width:100%;background-color:#fff;border-radius:12px;padding:25px;display:grid;grid-template-areas:"number ." "text icon"}main .advantages_block_items_block_item_number{grid-area:number;display:block;font-size:14px;padding-bottom:30px}main .advantages_block_items_block_item_text{grid-area:text;max-width:240px;font-size:18px;padding-bottom:40px}main .advantages_block_items_block_item_icon{grid-area:icon;display:flex;justify-content:flex-end}main .advantages_block_items_block_item_icon img{width:30px;object-fit:contain}main .how_it_works{padding-top:100px;padding-bottom:100px}main .how_it_works_title{padding-bottom:60px}main .how_it_works_block{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;display:flex;flex-direction:column;border-top:1px solid #dfdcda}main .how_it_works_block_item{padding-top:40px;padding-bottom:32px;display:flex;align-items:center;border-bottom:1px solid #dfdcda}main .how_it_works_block_item:last-child{border-bottom:none}main .how_it_works_block_item_head{flex:1;font-size:20px}main .how_it_works_block_item_head_title{padding-right:40px;color:#b5b0ac}main .how_it_works_block_item_text{flex:1;font-size:15px;line-height:140%}main .types_works{max-width:1200px;margin:0 auto;padding-top:110px;padding-bottom:110px;display:flex}main .types_works_outher{max-width:100%;padding:0;background-color:#f4f0ed}main .types_works_head{flex:1}main .types_works_head_title{max-width:250px;padding-bottom:45px}main .types_works_head_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:200px;height:40px;color:#333;background:#fff}main .types_works_items_block{display:flex;flex:1;flex-direction:column}main .types_works_items_block_mobile_nav{display:none}main .types_works_items_block_mobile_info{display:none}main .types_works_item{width:100%;margin-bottom:25px;display:grid;grid-template-columns:50% 50%;grid-template-areas:'title img' 'text text';background:#fff;border-radius:12px;overflow:hidden}main .types_works_item_title{padding:30px 40px;grid-area:title;font-size:20px}main .types_works_item_img{width:100%;height:210px;grid-area:img}main .types_works_item_img img{object-fit:cover;width:100%;height:100%}main .types_works_item_text{padding:35px 40px 40px;grid-area:text;font-size:14px;line-height:140%;border-top:1px solid #f4f0ed}main .how_make_order{max-width:1200px;margin:0 auto;padding-top:110px;padding-bottom:130px}main .how_make_order_outher{max-width:100%;padding:0;background-color:#f4f0ed}main .how_make_order_title{padding-bottom:40px}main .how_make_order_items_block{display:grid;grid-template-columns:1fr 2fr;grid-gap:30px 25px}main .how_make_order_item{background:#fff;border-radius:12px;display:flex;overflow:hidden}main .how_make_order_item.first_child{grid-row:span 3/auto;flex-direction:column}main .how_make_order_item.first_child .how_make_order_item_text{padding-left:30px;flex:1;border-left:none;border-top:1px solid #dfdcda}main .how_make_order_item_head{padding-top:20px;padding-left:30px;flex:1}main .how_make_order_item_head_number{padding-bottom:5px;display:block;font-size:14px;color:#b5b0ac}main .how_make_order_item_head_title{max-width:150px;padding-bottom:25px;display:block;font-size:18px;line-height:120%}main .how_make_order_item_head_title a{color:#333;border-bottom:1px solid}main .how_make_order_item_text{flex:3;padding:40px;font-size:14px;line-height:140%;border-left:1px solid #dfdcda}main .how_make_order_item_text a{color:#b5b0ac}main .faq_block{max-width:1200px;margin:0 auto;padding-top:110px;padding-bottom:120px;display:flex}main .faq_block_outher{max-width:100%;padding:0;background-color:#f4f0ed}main .faq_block_head{flex:1}main .faq_block_head .faq_block_head__title{font-size:38px}main .faq_block_items_block{flex:3}main .faq_block_item{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;padding-top:15px;padding-bottom:15px;padding-left:20px;margin-bottom:8px;position:relative;background:#fff;border-radius:25px;cursor:pointer;color:#33333340}main .faq_block_item_question{display:flex;justify-content:space-between;font-size:15px}main .faq_block_item_question:after{content:'';width:1em;min-width:1em;height:1em;margin-right:20px;display:block;background-image:url("/dist/images/icons/arrow_menu.svg");background-repeat:no-repeat;background-position:center center;opacity:.4}main .faq_block_item_answer{max-width:80%;font-size:15px;line-height:140%;max-height:0;opacity:0;transition:all .5s ease-in-out;will-change:max-height,opacity,margin-top}main .faq_block_item .faq_block_item_question{opacity:.4;color:#333;font-weight:400}main .faq_block_item.active{color:#333}main .faq_block_item .faq_block_item_question{font-size:18px;line-height:144%;align-items:center}.faq_block_item_answer{font-size:15px;line-height:144%}main .faq_block_item.active .faq_block_item_question{opacity:1}main .faq_block_item.active .faq_block_item_question:after{transform:rotate(180deg);opacity:1}main .faq_block_item.active .faq_block_item_answer{max-height:300px;margin-top:20px;opacity:1}main .types_services_block{max-width:100%;padding:0}main .types_services_block_header_outher{border-bottom:1px solid #dfdcda}main .types_services_block_header{max-width:1200px;margin:0 auto;padding:130px 20px 50px;display:flex;justify-content:space-between;align-items:flex-start}main .types_services_block_header_title{line-height:100%;max-width:410px;font-size:38px;font-weight:400;margin:0}main .types_services_block_header_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:220px;height:42px}main .types_services_block_header_text{font-size:18px;line-height:140%}main .types_services_block.alternative .types_services_block_header{flex-direction:column;align-items:flex-start}main .types_services_block.alternative .types_services_block_header_text{padding-top:10px}main .types_services_gallery{max-width:100%;padding:0}main .types_services_gallery.grey-bg{background:#f4f0ed}main .types_services_gallery_nav{max-width:1200px;height:90px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;font-size:15px;color:#b5b0ac}main .types_services_gallery_nav_types_list_item{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;height:100%;margin-right:15px;margin-left:15px;display:inline-flex;align-items:center;cursor:pointer;white-space:nowrap;color:#b5b0ac;font-size:16px}main .types_services_gallery_nav_types_list_item:first-child{margin-left:0}main .types_services_gallery_nav_types_list_item.active{color:#333;border-bottom:2px solid #333}main .button_tab.types_services_gallery_nav_types_list_item{height:50px;border-bottom:0;margin-top:0;background:#fff;padding:0 40px}main .button_tab.types_services_gallery_nav_types_list_item.active{background:#9bf0f5}main .types_services_gallery_nav_options_item{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;height:100%;margin-left:15px;margin-right:15px;display:inline-flex;align-items:center;cursor:pointer}main .types_services_gallery_nav_options_item:last-child{margin-right:0}main .types_services_gallery_nav_options_item:after{content:'';width:6px;height:6px;border-radius:100%;background:#b5b0ac;transform:translate(0,2px);margin-left:6px;margin-bottom:5px}main .types_services_gallery_nav_options_item.active{color:#333}main .types_services_gallery_nav_options_item.active:after{background:#333}main .types_services_gallery_nav_checkboxes_item{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;height:100%;margin-right:15px;margin-left:15px;display:inline-flex;align-items:center;cursor:pointer}main .types_services_gallery_nav_checkboxes_item:first-child{margin-left:0}main .types_services_gallery_nav_checkboxes_item.active{color:#333;border-bottom:2px solid #333}main .types_services_gallery_nav_checkboxes_item_cost{margin-left:10px;padding:4px 5px;border-radius:30px;font-size:15px;color:#333;background:#f4f0ed}main .types_services_gallery_nav_checkboxes_item input{display:none}main .types_services_gallery_items_block_outher{background-color:#f4f0ed}main .types_services_gallery_items_block{max-width:1200px;margin:0 auto;padding-bottom:70px;position:relative}main .types_services_gallery_items_block_list{width:100%;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;position:absolute;top:0;left:0;opacity:0;transform:translate(-20px,0);display:none}main .types_services_gallery_items_block_list.active{position:static;opacity:1;transform:translate(0);display:block}main .types_services_gallery_items_block_list.hide{transform:translate(50px,0);position:absolute;opacity:0}main .types_services_gallery_items_block_list.show{display:block;position:static}main .types_services_gallery_items_block_list>*{width:100%;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;padding-top:100px;transform:translate(-20px,0);display:none;position:absolute;top:0;left:0;opacity:0}main .types_services_gallery_items_block_list>*>.swiper-wrapper{display:grid;grid-template-columns:repeat(auto-fit,400px);justify-content:center}main .types_services_gallery_items_block_list>*.active{position:static;display:block;transform:translate(0);opacity:1}main .types_services_gallery_items_block_list>*.hide{transform:translate(50px,0);position:absolute;opacity:0}main .types_services_gallery_items_block_list>*.show{display:block;position:static}main .types_services_gallery_items_block_list .main_options_item{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;min-width:370px;height:270px;margin:15px;background:#fff;border-radius:12px;display:grid;grid-template-areas:'number' 'text' 'image';grid-template-rows:.1fr 1.9fr 2fr;overflow:hidden}main .types_services_gallery_items_block_list .main_options_item_number{grid-area:number;padding-top:20px;padding-left:30px}main .types_services_gallery_items_block_list .main_options_item_text{grid-area:text;padding-top:15px;padding-left:30px;font-size:20px;line-height:120%}main .types_services_gallery_items_block_list .main_options_item_image_block{grid-area:image;width:100%;height:100%}main .types_services_gallery_items_block_list .main_options_item_image_block>*{width:175px;height:135px;float:right;object-fit:cover}main .types_services_gallery_items_block_list .extra_options.active{display:grid}main .types_services_gallery_items_block_list .extra_options_item{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;min-width:370px;height:270px;margin:15px;background:#fff;border-radius:12px;display:grid;grid-template-areas:'text' 'cost' 'image';grid-template-rows:.5fr 1.5fr 2fr;overflow:hidden}main .types_services_gallery_items_block_list .extra_options_item_text{grid-area:text;padding-top:30px;padding-left:30px;font-size:20px;line-height:120%}main .types_services_gallery_items_block_list .extra_options_item_cost{grid-area:cost;padding-top:5px;padding-left:30px;font-size:26px}main .types_services_gallery_items_block_list .extra_options_item_image_block{grid-area:image;width:100%;height:100%}main .types_services_gallery_items_block_list .extra_options_item_image_block>*{width:175px;height:135px;float:right;object-fit:cover}main .types_services_gallery_items_block_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;margin:55px auto;width:200px;height:42px;background-color:#fff}main .types_services_gallery_items_block_button.show_all_prices{width:200px}main .types_services_gallery.single_gallery .types_services_gallery_nav_types_list{display:none}main .types_services_gallery.checkboxes .types_services_gallery_nav_types_list{display:none}main .types_services_gallery.checkboxes .types_services_gallery_nav_options{display:none}main .types_services_gallery .gallery_list_item{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;min-width:370px;height:270px;margin:15px;background:#fff;border-radius:12px;display:grid;grid-template-areas:'text' 'cost' 'image';grid-template-rows:.5fr 1.5fr 2fr;overflow:hidden}main .types_services_gallery .gallery_list_item_text{grid-area:text;padding-top:30px;padding-left:30px;font-size:20px;line-height:120%}main .types_services_gallery .gallery_list_item_cost{grid-area:cost;padding-top:5px;padding-left:30px;font-size:26px}main .types_services_gallery .gallery_list_item_image_block{grid-area:image;width:100%;height:100%}main .types_services_gallery .gallery_list_item_image_block>*{width:175px;height:135px;float:right;object-fit:cover}main .prof_tool{max-width:1200px;margin:0 auto;padding-top:120px;padding-bottom:120px;display:grid;grid-template-columns:50% minmax(auto,370px);grid-template-areas:'block title' 'block .' 'block text' 'block button';justify-content:space-between}main .prof_tool_outher{max-width:100%;padding:0;background:#f4f0ed}main .prof_tool_title{display:block;grid-area:title;font-size:38px;line-height:120%}main .prof_tool_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:200px;height:42px;grid-area:button;background-color:#fff}main .prof_tool_text{grid-area:text;font-size:18px;line-height:140%;padding-bottom:50px}main .prof_tool .before_after_block{grid-area:block;max-height:500px}main .info_personal_areas_block{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'info example';padding-top:90px}main .info_personal_areas_block_info{grid-area:info}main .info_personal_areas_block_info_title{max-width:406px;margin-bottom:56px}main .info_personal_areas_block_info_counter{width:44px;height:44px;margin-bottom:28px;display:flex;justify-content:center;align-items:center;border-radius:100%;position:relative;background-color:#bac9cb;border-radius:100%}main .info_personal_areas_block_info_counter_wrap{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;position:absolute;content:'';width:44px;height:44px;left:0;top:0;border-radius:100%;background:#fff;display:flex;justify-content:center;align-items:center}main .info_personal_areas_block_info_counter span{position:absolute;width:40px;height:40px;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:100%;z-index:1;font-size:15px;line-height:15px;font-weight:600}main .info_personal_areas_block_info_sub_title{max-width:380px;padding-bottom:20px;display:block;font-size:20px;line-height:140%}main .info_personal_areas_block_info_text{max-width:429px;height:123px;display:block;font-size:15px;line-height:140%}main .info_personal_areas_block_info_arrows{margin-bottom:48px;display:flex}main .info_personal_areas_block_info_arrows_left{width:25px;height:22px;background-image:url("/dist/images/icons/arrow.svg");background-repeat:no-repeat;margin-right:30px;cursor:pointer}main .info_personal_areas_block_info_arrows_right{width:25px;height:22px;background-image:url("/dist/images/icons/arrow.svg");background-repeat:no-repeat;transform:scaleX(-1);cursor:pointer}footer .info_personal_areas_block_info{display:flex;justify-content:space-between;align-items:center;margin-top:45px;margin-bottom:12px}footer .info_personal_areas_block_info_app_icons{display:flex}footer .info_personal_areas_block_info_credit_cards{display:flex;align-items:center;gap:5px}footer .info_personal_areas_block_info_credit_cards img{margin-right:10px;height:17px}footer .info_personal_areas_block_info_credit_cards img:last-child{margin-right:0}.info_personal_areas_block_info_app_icons{display:flex;flex-wrap:wrap;gap:12px}.info_personal_areas_block_info_app_icons_item{height:44px;padding:0 10px;display:flex;align-items:center;justify-content:center;background:#333;border-radius:60px}.info_personal_areas_block_info_app_icons_item.rustore-item{padding:0;width:fit-content;justify-self:flex-start}.info_personal_areas_block_info_app_icons_item.rustore-item img{width:140px}.info_personal_areas_block_info_app_icons_item:last-child{margin-right:0}.cleanbros-other-countries{margin-top:47px}.cleanbros-other-countries .other-countries-title{font-size:20px;line-height:140%;color:#b5b0ac;margin-bottom:8px}.cleanbros-other-countries .other-countries-list{margin:0;padding:0}.cleanbros-other-countries .other-countries-list .country{margin-bottom:8px;display:flex;align-items:center}.cleanbros-other-countries .other-countries-list .country:last-child{margin-bottom:0}.cleanbros-other-countries .other-countries-list .country .country-flag{width:18px;margin-right:6px}.cleanbros-other-countries .other-countries-list .country .country-name{font-size:18px;line-height:148%}main .info_personal_areas_block_example_block{grid-area:example;align-self:flex-end}main .info_personal_areas_block_example_block_phone{height:100%;width:55%;min-width:320px;margin:0 auto;overflow:hidden;background:#333;border-radius:45px 45px 0 0}main .info_personal_areas_block_example_block_phone_wrap{height:100%;margin:14px 15px 0;overflow:hidden}main .info_personal_areas_block_example_block_phone_images{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;width:100%;max-width:320px;height:100%;display:flex}main .info_personal_areas_block_example_block_phone_images img,main .info_personal_areas_block_example_block_phone_images video{padding-top:24px;min-width:290px;height:100%;object-fit:cover;mask-image:url(/dist/images/phone_bg_mask.svg);-webkit-mask-image:url(/dist/images/phone_bg_mask.svg);mask-position:top;-webkit-mask-position:top;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:100%;-webkit-mask-size:100%;background:#fff}main .info_personal_areas_block_example_block_phone_images img.abroad,main .info_personal_areas_block_example_block_phone_images video.abroad{opacity:1}main .workers_block_outher{background-color:#f4f0ed;max-width:100%;padding:0;overflow:hidden}main .workers_block{max-width:1200px;margin:0 auto;padding-top:110px;padding-bottom:110px}main .workers_block .green_order_cleaning_button{max-width:348px;margin:60px auto 0;background:#7be19c}main .workers_block .order_cleaning_button{max-width:348px;margin:60px auto 0}main .workers_block_info{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:60px}main .workers_block_info_title{max-width:650px;line-height:100%}main .workers_block_info_arrows,.rooms-cleaning-block_arrows,.slider-clean-items-arrows{display:flex}main .workers_block_info_arrows>*,.rooms-cleaning-block_arrows>*,.slider-clean-items-arrows>*{width:25px;height:22px;background-image:url("/dist/images/icons/arrow.svg");background-repeat:no-repeat;cursor:pointer}main .workers_block_info_arrows>*:active,main .workers_block_info_arrows>*:focus,.rooms-cleaning-block_arrows>*:active,main .rooms-cleaning-block_arrows>*:focus,.slider-clean-items-arrows>*:active,.slider-clean-items-arrows>*:focus{outline:none}main .workers_block_info_arrows_left,main .rooms-cleaning-block_arrows_left,.slider-clean-items-arrows .slider-clean-items-arrows_left{margin-right:30px}main .workers_block_info_arrows_right,main .rooms-cleaning-block_arrows_right,.slider-clean-items-arrows_right{transform:scaleX(-1)}.swiper-button-disabled{opacity:.5}main .workers_block_items_block{width:100%;height:330px}main .workers_block_items_block_wrap{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;width:1200px;height:100%;display:flex}main .workers_block_items_block_item{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;min-width:350px;height:100%;background:#fff;border-radius:12px;overflow:hidden;display:grid;grid-template-areas:'name rating' 'text .' 'text image' 'count image';grid-template-columns:50% 50%;grid-template-rows:18% 27% 41% 14%;padding-left:30px;margin-right:30px;position:relative}main .workers_block_items_block_item_name{grid-area:name;padding-top:30px;font-size:20px;line-height:110%;align-self:flex-end}main .workers_block_items_block_item_rating{grid-area:rating;margin-top:30px;margin-right:30px;width:80px;height:32px;justify-self:flex-end;align-self:flex-end;display:flex;justify-content:center;align-items:center;border:1px solid #adadad;border-radius:30px}main .workers_block_items_block_item_rating:after{content:'\00a0 / 5';color:#adadad}main .workers_block_items_block_item_text{grid-area:text;padding-top:20px;font-size:15px;line-height:140%;z-index:1}main .workers_block_items_block_item_count{grid-area:count;font-size:15px;line-height:140%}main .workers_block_items_block_item_image{grid-area:image;position:absolute;bottom:0;transform:scale(1.2) translate(-5px,0px)}main .workers_block_items_block_item_image img{width:100%;height:100%;object-fit:cover}main .windows_cleaning{max-width:1200px;margin:0 auto;padding-top:130px;padding-bottom:130px;display:flex}main .windows_cleaning_outher{background-color:#f4f0ed;max-width:100%;padding:0}main .windows_cleaning_head{max-width:300px}main .windows_cleaning_head_outher{flex:1;display:flex;justify-content:center}main .windows_cleaning_head_title{padding-top:20px;font-size:38px;max-width:300px}main .windows_cleaning_head_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:200px;height:40px;margin-top:40px;color:#333;background:#fff}main .windows_cleaning_items_block{flex:1;display:flex;flex-direction:column}main .windows_cleaning_items_block_item{max-width:580px;background:#fff;border-radius:12px;margin-bottom:25px;padding:30px 35px 35px}main .windows_cleaning_items_block_item:last-child{margin-bottom:0}main .windows_cleaning_items_block_item_head{padding-bottom:55px}main .windows_cleaning_items_block_item_head_number{display:block;font-size:14px;line-height:140%;color:#b5b0ac}main .windows_cleaning_items_block_item_head_title{font-size:20px;line-height:140%}main .windows_cleaning_items_block_item_text{font-size:15px;line-height:140%}main .order_block{padding-top:120px;padding-bottom:120px}main .order_block_title{max-width:500px;margin:0 auto;text-align:center;line-height:100%;padding-bottom:40px}main .order_block_text{max-width:550px;padding-bottom:50px;margin:0 auto;display:block;text-align:center;font-size:18px;line-height:140%}main .order_block_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:200px;height:42px;margin:0 auto}main .causes_block{padding-top:120px;padding-bottom:120px;display:flex;justify-content:space-between}main .causes_block_outher{max-width:100%;padding:0;background-color:#f4f0ed}main .causes_block_outher .causes_block{max-width:1200px;margin:0 auto}main .causes_block_head{flex:1}main .causes_block_head_title{padding-bottom:40px;font-weight:300;font-size:52px}main .causes_block_head_text{max-width:300px;display:block;font-size:18px;line-height:140%}main .causes_block_items_block{flex:1;display:flex;flex-direction:column}main .causes_block_items_block_item{padding-top:40px;padding-bottom:45px;display:flex;flex-direction:column;border-bottom:1px solid #dfdcda}main .causes_block_items_block_item_number{font-size:14px;color:#b5b0ac;margin-bottom:5px}main .causes_block_items_block_item_title{padding-bottom:55px;font-size:20px}main .causes_block_items_block_item_text{max-width:400px;font-size:15px;line-height:140%}main .causes_block_items_block_item:first-child{padding-top:0}main .causes_block_items_block_item:last-child{padding-bottom:0;border-bottom:none}main .causes_block.alternative{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'block head'}main .causes_block.alternative .causes_block_head{grid-area:head;max-width:300px;justify-self:center}main .causes_block.alternative .causes_block_items_block{grid-area:block}main .causes_block.alternative .causes_block_items_block_item{padding:30px 35px 35px;margin-bottom:25px;border-radius:12px;background:#fff;border-bottom:none}main .causes_block.alternative .causes_block_items_block_item:last-child{margin-bottom:0}main .special_equipment{max-width:1200px;margin:0 auto;padding:110px 0 130px}main .special_equipment_outher{max-width:100%;padding:0;background-color:#f4f0ed;overflow:hidden}main .special_equipment_head{display:flex;justify-content:space-between;align-items:flex-end;padding:0 20px 70px}main .special_equipment_head_arrows{display:flex}main .special_equipment_head_arrows_left{width:25px;height:22px;background-image:url(/dist/images/icons/arrow.svg);background-repeat:no-repeat;margin-right:30px;cursor:pointer}main .special_equipment_head_arrows_right{width:25px;height:22px;background-image:url(/dist/images/icons/arrow.svg);background-repeat:no-repeat;transform:scaleX(-1);cursor:pointer}main .special_equipment_items_block{width:100%;height:325px}main .special_equipment_items_block_wrap{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;width:1200px;height:100%;display:flex;padding:0 20px}main .special_equipment_items_block_item{min-width:565px;height:325px;margin-bottom:25px;margin-right:30px;display:grid;grid-template-columns:50% 50%;grid-template-areas:'title img' 'text text';background:#fff;border-radius:12px;overflow:hidden}main .special_equipment_items_block_item_title{padding-top:30px;padding-left:40px;grid-area:title;font-size:20px;line-height:140%}main .special_equipment_items_block_item_img{width:100%;height:210px;grid-area:img}main .special_equipment_items_block_item_img img{object-fit:cover;width:100%;height:100%}main .special_equipment_items_block_item_text{padding:40px;grid-area:text;font-size:14px;line-height:140%;border-top:1px solid #f4f0ed}main .list_points{padding-top:110px;padding-bottom:120px}main .list_points_title{padding-bottom:60px;display:block;font-size:38px}main .list_points_items_block{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(5,1fr);grid-auto-flow:column;grid-gap:0 110px}main .list_points_item{height:100px;padding-top:30px;display:flex;border-top:1px solid #dfdcda}main .list_points_item_number{margin-right:50px;font-size:20px;color:#b5b0ac}main .list_points_item_text{font-size:15px;line-height:140%}main .request_block{max-width:1200px;max-height:280px;margin:0 auto;padding-top:90px;padding-bottom:100px}main .request_block_outher{max-width:100%;padding:0;background-color:#f4f0ed}main .request_block_desktop_head{padding-bottom:10px;display:flex;justify-content:space-between}main .request_block_desktop_head_title{font-size:18px}main .request_block_desktop_head_info{font-size:12px}main .request_block_desktop_input{display:flex}main .request_block_desktop_input>input{flex:2;margin-right:20px}main .request_block_desktop_input input{width:100%;height:50px;padding-left:20px;border-radius:70px;border:1px solid #dfdcda;font-size:15px}main .request_block_desktop_input_tel{width:100%;height:50px;margin-right:20px;margin-bottom:10px;display:flex;flex:1;border-radius:70px;background-color:#fff;border:1px solid #dfdcda}main .request_block_desktop_input_tel span{height:100%;margin-left:20px;padding-right:18px;display:flex;align-items:center;font-size:15px;border-right:1px solid #dfdcda}main .request_block_desktop_input_tel input{width:100%;height:100%;padding-left:15px;font-size:15px;border:none;background-color:transparent}main .request_block_desktop_input button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:200px;height:50px;flex:1;border:none}@keyframes fadeInAnimation{0%{opacity:0}100%{opacity:1}}@keyframes fadeOutAnimation{0%{opacity:1}100%{opacity:0}}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner{animation:fadeOutAnimation .7s ease-out}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner.fadein-animation{animation:fadeInAnimation .7s ease-in}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner.section-with-tabs-items-inner{display:none}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner.section-with-tabs-items-inner.active{display:flex}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner .rooms-list{padding-left:0;flex-basis:50%}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner .rooms-list .room{margin-bottom:32px;overflow:hidden;padding-right:2px;transition:max-height 1s ease-in-out;-webkit-transition:max-height 1s ease-in-out;-moz-transition:max-height 1s ease-in-out;-ms-transition:max-height 1s ease-in-out;-o-transition:max-height 1s ease-in-out;will-change:max-height;-ms-overflow-style:none;scrollbar-width:none}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner .rooms-list .room::-webkit-scrollbar{display:none}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner .rooms-list .room .room-name{border-bottom:1px solid #dfdcda;padding-bottom:32px;font-size:28px;line-height:110%;display:flex;justify-content:space-between;position:relative;cursor:pointer}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner .rooms-list .room:last-child{margin-bottom:0}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner .rooms-list .room-name:after{content:'\203A';transform:rotate(90deg);transition:transform .5s linear;will-change:transform}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner .rooms-list .room.active .room-name:after{transform:rotate(270deg)}.cleanings-include-outer .room-services{display:none;margin-top:42px;padding-left:0;counter-reset:listCounter;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.cleanings-include-outer .room-services .room-service:not(:nth-child(-n+4)){display:none}.cleanings-include-outer .room-services.active .room-service{display:block}.cleanings-include-outer .room .show-more{display:none}.cleanings-include-outer .room:first-child .room-services{display:block}.cleanings-include-outer .room.active .show-more{display:flex}.cleanings-include-outer .room-services .room-service{margin-bottom:26px;border-bottom:1px solid #dfdcda;padding-bottom:24px;counter-increment:listCounter;-ms-overflow-style:none;scrollbar-width:none}.cleanings-include-outer .room-services .room-service::-webkit-scrollbar,.cleanings-include-outer .room-services::-webkit-scrollbar{display:none}.cleanings-include-outer .room-services .room-service .room-service-title{display:flex;justify-content:flex-start;font-size:16px;line-height:140%;position:relative;cursor:pointer;text-decoration:underline;padding-left:28px;padding-right:20px}.cleanings-include-outer .room-services .room-service:last-child{margin-bottom:0}.cleanings-include-outer .room-services .room-service-title .text{flex:1}.cleanings-include-outer .room-services .room-service-title:after,.additional-services-outer .room-services .room-service-title:after{position:absolute;right:0;content:'';width:16px;height:16px;background:url("/dist/images/icons/icon_question_grey.svg") no-repeat center center;flex-grow:1;justify-content:flex-end}.cleanings-include-outer .room-services .room-service.active .room-service-title:after{background:url("/dist/images/icons/icon_question_black.svg") no-repeat center center}.cleanings-include-outer .room-services .room-service-title:before{content:counter(listCounter,decimal-leading-zero);color:#1aa5b8;position:absolute;left:0}.cleanings-include-outer .show-more .less,.additional-services-outer .show-more .less,.cleanings-include-outer .show-more.active .more,.additional-services-outer .show-more.active .more{display:none}.cleanings-include-outer .show-more.active .less,.additional-services-outer .show-more.active .less,.cleanings-include-outer .show-more .more,.additional-services-outer .show-more .more{display:block}.cleanings-include-outer .room-services .room-service .room-service-description{display:none;font-size:15px;line-height:152%;color:#767575;padding-top:26px;overflow:hidden}.cleanings-include-outer .room-services .room-service.active .room-service-description{display:block}.cleanings-include-outer .button{margin-top:24px}.cleanings-include-outer .picture-container{margin-left:60px;width:535px}.cleanings-include-outer .green_order_cleaning_button.tablet{display:none}.cleanings-include-outer .picture-container .green_order_cleaning_button{margin-top:40px;background:#7be19c}.cleanings-include-outer .picture-container img{width:100%;height:332px;border-radius:12px}.additional-services-outer{max-width:1200px;margin:0 auto;padding:110px 20px;position:relative;display:flex;justify-content:space-between}.additional-services-outer .additional-service-title{font-size:38px;line-height:110%;margin-bottom:46px;flex-basis:50%}.additional-services-outer .additional-service-title .room-services .room-service .room-service-title{text-decoration:none}.additional-services-outer .additional-service-title .room-services .room-service .room-service-title .text{text-decoration:underline;flex:none;margin-right:8px}.additional-services-outer .room-services{flex-basis:50%;display:block}.grid-additional-services-outer{flex-direction:column}.grid-additional-services-outer__title{margin-bottom:40px;font-size:38px;font-weight:400}.grid-additional-services-outer-list{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.grid-additional-services-outer-list__item{height:217px;cursor:pointer}.grid-additional-services-outer-list__item__inner{border-radius:12px;box-shadow:0px 1px 6px 0px #00000040;width:100%;height:100%;transform-style:preserve-3d;position:relative;transition:transform .5s}.grid-additional-services-outer-list__item:hover .grid-additional-services-outer-list__item__inner{transform:rotateY(180deg)}.grid-additional-services-outer-list__item--front,.grid-additional-services-outer-list__item--back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.grid-additional-services-outer-list__item--front{height:100%;display:flex;flex-direction:column;padding:20px;align-items:start;text-align:left}.grid-additional-services-outer-list__item--back{display:flex;flex-direction:column;padding:20px;text-align:left;font-size:15px;line-height:156%;transform:rotateY(180deg)}.grid-additional-services-outer-list__item__price{margin-top:auto;color:#787777;font-size:18px}.grid-additional-services-outer-list__item__name{margin-bottom:auto;font-size:18px;line-height:26px}.grid-additional-services-outer-list__item__icon{width:80px;height:80px;margin-bottom:12px;display:flex;justify-content:center;align-items:center;background:#f4f0ed;border-radius:50%}.additional-services-outer-list__item__link{font-size:15px;color:#b5b0ac}@media screen and (max-width:768px){.cleanings-include-outer .types_services_block_header_outher .types_services_block_header_container{padding:0 32px}.cleanings-include-outer .types_services_block_header_outher .types_services_block_header_container .types_services_block_header{padding-top:80px;padding-bottom:24px;flex-direction:column;align-items:flex-start}.cleanings-include-outer .types_services_block_header_outher .types_services_block_header_container .types_services_block_header .types_services_block_header_title{flex-basis:100%;max-width:100%;font-size:32px;margin-bottom:20px}.cleanings-include-outer .types_services_block_header_outher .types_services_block_header_container .types_services_block_header .types_services_block_header_info{font-size:18px;line-height:130%;max-width:100%}.cleanings-include-outer .types_services_gallery.single_gallery .types_services_gallery_nav_types_list{justify-content:flex-start;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;width:calc(100% + 64px)}.cleanings-include-outer .types_services_gallery.single_gallery.grey-bg .types_services_gallery_nav_types_list{width:calc(100% + 64px);margin:0 -32px;padding:0 32px;overflow:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.cleanings-include-outer .types_services_gallery.single_gallery .types_services_gallery_nav_types_list .types_services_gallery_nav_types_list_item{margin-right:32px}.cleanings-include-outer .types_services_gallery.single_gallery .types_services_gallery_nav_types_list::-webkit-scrollbar{display:none}.cleanings-include-outer .types_services_gallery.single_gallery .types_services_gallery_nav_types_list .types_services_gallery_nav_types_list_item:last-child{margin-right:0}.cleanings-include-outer .types_services_gallery.single_gallery .types_services_gallery_nav_types_list .types_services_gallery_nav_types_list_item.button_tab{margin:0;padding:0 20px}main .section-with-tabs-outer .types_services_gallery.single_gallery .types_services_gallery_nav_types_list.gallery_button_tabs{column-gap:8px}main .cleanings-include-outer .cleanings-description-outer .cleanings-description-inner.section-with-tabs-items-inner.active{padding:40px 32px;display:block}.grid-additional-services-outer-list__item:hover .grid-additional-services-outer-list__item__inner{transform:none}.grid-additional-services-outer-list__item.active .grid-additional-services-outer-list__item__inner{transform:rotateY(180deg)}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner .rooms-list{flex-basis:100%}.cleanings-include-outer .picture-container{margin-left:0;width:100%}.cleanings-include-outer .picture-container img{display:none}.cleanings-include-outer .additional-services-outer{padding:60px 32px;display:block}.main-page-ceo .cleanings-include-outer .additional-services-outer{padding:80px 32px}.additional-services-outer .additional-service-title>div{padding-bottom:40px}.additional-services-outer .additional-service-title .show-more{padding-bottom:0}.additional-services-outer .additional-service-title{max-width:100%;flex-basis:100%}.cleanings-include-outer .green_order_cleaning_button.tablet{display:flex;background:#7be19c}}@media screen and (max-width:525px){.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner{padding:32px 28px}.cleanings-include-outer .types_services_block_header_outher .types_services_block_header_container .types_services_block_header .types_services_block_header_info{font-size:16px}.cleanings-include-outer .types_services_block_header_outher .types_services_block_header_container .types_services_block_header{padding-top:64px}.cleanings-include-outer .types_services_block_header_outher .types_services_block_header_container .types_services_block_header .types_services_block_header_title{font-size:24px;line-height:110%}.cleanings-include-outer .cleanings-description-outer .cleanings-description-inner .rooms-list .room .room-name{padding-bottom:24px;font-size:20px}.cleanings-include-outer .room-services .room-service .room-service-description{padding-top:12px}.cleanings-include-outer .additional-services-outer{padding:44px 28px}.cleanings-include-outer .additional-services-outer .room-services{margin-top:0}.cleanings-include-outer .room-services .room-service{margin-bottom:16px;padding-bottom:16px}.additional-services-outer .additional-service-title .room-services .room-service .room-service-title .text{flex-basis:70%}.additional-services-outer .additional-service-title{font-size:20px;margin-bottom:0}}.reviews_block_new_3{background:#f4f0ed;max-width:100%;overflow:hidden}.reviews_block_new_3_value{display:inline}.reviews_block_new_3-stars{display:inline-flex;gap:4px}.reviews_block_new_3-stars img{width:30px}.reviews_block_new_3 .reviews_block_new_3_inner{max-width:1200px;margin:0 auto}.reviews_block_new_3 .reviews_block_new_3_title{max-width:565px;margin-bottom:44px;font-size:38px;line-height:110%}.reviews_block_new_3 .reviews_cleaners_describe{margin-bottom:60px;padding:52px 60px;background:#fff;border-radius:12px}.main-page-ceo .reviews_block_new_3 .reviews_cleaners_describe{margin-bottom:80px}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item{padding:36px 0;display:grid;grid-template-columns:13% auto;border-bottom:1px solid #dfdcda;align-items:flex-start}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item:first-child{padding-top:0}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item:last-child{padding-bottom:0;border-bottom:0}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item .reviews_cleaners_describe_item_before{color:#b5b0ac;font-size:18px}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item .reviews_cleaners_describe_item_content{display:grid;grid-template-columns:calc(45% - 30px) 55%;grid-column-gap:30px;align-items:flex-start}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item .reviews_cleaners_describe_item_content_title{font-size:18px}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item .reviews_cleaners_describe_item_content_text{color:#767575;font-size:18px;line-height:148%}.reviews_block_new_3 .site_rates{margin:0 auto 60px;display:flex;justify-content:center;column-gap:50px}.reviews_block_new_3 .site_rates .site_rate_item{display:flex;align-items:center;font-size:24px}.reviews_block_new_3 .site_rates .site_rate_item .site_rate_item_logo{margin-right:16px;border-radius:10px;overflow:hidden}.reviews_block_new_3 .site_rates .site_rate_item .rate_value{height:24px}.reviews_block_new_3 .site_rates .site_rate_item .icon_star{margin-left:4px;margin-bottom:4px}.reviews_block_new_3 .reviews_list{display:block}.reviews_block_new_3 .reviews_list .swiper-wrapper{width:1200px;height:100%;display:flex}@media screen and (max-width:768px){.reviews_block_new_3 .reviews_block_new_3_title{font-size:32px}.reviews_block_new_3 .reviews_cleaners_describe{padding:36px;margin-bottom:52px}.main-page-ceo .reviews_block_new_3 .reviews_cleaners_describe{margin-bottom:52px}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item{padding:32px 0}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item .reviews_cleaners_describe_item_before,.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item .reviews_cleaners_describe_item_content_title,.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item .reviews_cleaners_describe_item_content_text{font-size:16px}.reviews_block_new_3 .site_rates{margin:0 auto 48px;column-gap:25px;flex-wrap:wrap;justify-content:space-between}.reviews_block_new_3 .reviews_list{display:flex;width:calc(100% + 64px);padding-left:32px;padding-right:32px;overflow:auto;column-gap:20px}.reviews_block_new_3 .reviews_list::-webkit-scrollbar{display:none}.reviews_block_new_3 .reviews_list{-ms-overflow-style:none;scrollbar-width:none}.reviews_block_new_3 .reviews_list .review{min-width:280px;overflow:hidden}}@media screen and (max-width:525px){.review .review-header .name{font-size:16px}.reviews_block_new_3 .reviews_block_new_3_title{margin-bottom:32px;max-width:100%;font-size:24px}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item .reviews_cleaners_describe_item_content_title{margin-bottom:4px}.reviews_block_new_3 .reviews_cleaners_describe{padding:28px;margin-bottom:40px}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item{padding:20px 0;position:relative}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item:before{position:absolute;bottom:-1px;left:0;content:'';background:#fff;height:2px;width:34px}.reviews_block_new_3 .reviews_cleaners_describe .reviews_cleaners_describe_item .reviews_cleaners_describe_item_content{grid-template-columns:1fr;grid-row-gap:4px}.reviews_block_new_3 .site_rates{row-gap:20px;margin-bottom:36px}.main-page-ceo .reviews_block_new_3 .reviews_cleaners_describe{margin-bottom:40px}}main .cleaning-price-outer{padding-top:100px;padding-bottom:100px;display:flex;flex-direction:column;align-items:center}main .cleaning-price-outer .cleaning-price-title{margin-bottom:24px}main .cleaning-price-outer .cleaning-price-subtitle{margin-bottom:52px;max-width:50%;text-align:center}main .cleaning-price-outer .cleaning-price-blocks{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:30px;width:100%}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block{background:#f4f0ed;border-radius:12px;padding:24px;height:fit-content;position:relative}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block:after{display:block;content:'';border-top:20px solid #d6d0cd;border-left:20px solid #d6d0cd;border-right:20px solid #fff;border-bottom:20px solid #fff;border-top-left-radius:12px;transform:rotate(270deg);height:0;width:0;position:absolute;top:0;right:0}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block .block-title{font-size:20px;line-height:140%;margin-bottom:4px}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block .block-price{font-size:48px;line-height:120%;margin-bottom:16px}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block .more-button{font-size:15px;line-height:152%;color:#767575;display:flex;width:100%;justify-content:space-between;cursor:pointer}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block .more-button:after{content:'\203A';transform:rotate(90deg)}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block .more-button.active:after{content:'\203A';transform:rotate(270deg)}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block .cleaning-info{margin-top:8px;font-size:15px;line-height:152%;color:#767575;display:none}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block .cleaning-info.active{display:block}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block .cleaning-info ul li{list-style-position:inside;list-style-type:disc;margin-left:4px}main .how-to-order-outer{max-width:100%;padding:0;background:#f4f0ed;overflow:hidden;display:block}body main .how_to_order_outher_swiper{display:none}main .how-to-order-block{max-width:1200px;margin:0 auto;padding:110px 20px;position:relative}main .how-to-order-block .how-to-order-title{margin-bottom:28px}main .how-to-order-block p{margin-bottom:32px;max-width:660px;font-size:18px;line-height:144%}main .how-to-order-block .order-steps{display:flex;counter-reset:listCounter}main .how-to-order-block .order-steps .step{counter-increment:listCounter;display:flex;background:#fff;border-radius:12px;flex-grow:1;height:146px;margin-bottom:20px;position:relative}main .how-to-order-block .order-steps .step:before{content:"0" counter(listCounter);font-size:15px;line-height:152%;color:#b5b0ac;position:absolute;top:28px;left:28px}main .how-to-order-block .order-steps .step:last-child{margin-bottom:0}main .how-to-order-block .order-steps .step.step-one{flex-direction:column;min-width:367px;width:367px;flex-grow:0;height:478px;margin-right:30px;margin-bottom:0}main .how-to-order-block .order-steps .step.step-one .step-header{border-right:none;border-bottom:1px solid #f4f0ed;height:190px;flex-grow:0}main .how-to-order-block .order-steps .step.step-one .step-header a,main .how-to-order-block .order-steps .step .step-header span{max-width:300px;position:relative;width:fit-content}main .how-to-order-block .order-steps .step.step-one .step-header a:before{position:absolute;bottom:-2px;content:'';width:100%;height:1px;background:#333}main .how-to-order-block .order-steps .step.step-one .step-description{padding-top:48px}main .how-to-order-block .order-steps .step .step-header{font-size:18px;line-height:120%;min-width:200px;border-right:1px solid #f4f0ed;flex-grow:1;padding-left:28px;padding-top:60px}main .how-to-order-block .order-steps .step .step-header span{max-width:140px;display:block}main .how-to-order-block .order-steps .step .step-description{display:flex;padding-left:40px;padding-right:28px;align-items:center;font-size:15px;line-height:152%}@media screen and (max-width:768px){main .cleaning-price-outer{align-items:flex-start;padding:80px 32px}main .cleaning-price-outer .cleaning-price-title{font-size:32px;line-height:110%;margin-bottom:20px}main .cleaning-price-outer .cleaning-price-subtitle{font-size:18px;line-height:148%;margin-bottom:24px;max-width:100%;text-align:left}main .cleaning-price-outer .cleaning-price-blocks{display:block}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block{min-height:175px;margin-bottom:16px}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block .more-button{justify-content:flex-start}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block .more-button:after{margin-left:8px}body main .how-to-order-outer{display:none}body main .how_to_order_outher_swiper{display:block}body main .how_to_order_outher_swiper .how_to_order{padding:80px 32px}body main .how_to_order_outher_swiper .how_to_order_info_header{flex-basis:50%}body main .how_to_order_outher_swiper .how_to_order_info_header .how_to_order_info_title{margin-bottom:20px}body main .how_to_order_outher_swiper .how_to_order_items_block_item{border-radius:12px;width:370px;height:294px;padding:44px 28px 20px;position:relative;display:block}body main .how_to_order_outher_swiper .how_to_order_items_block_item .item-counter{position:absolute;top:20px;left:28px;font-size:14px;line-height:140%;color:#b5b0ac}body main .how_to_order_outher_swiper .how_to_order_items_block_item .step-header{font-size:20px;line-height:140%;text-decoration:underline;margin-bottom:40px}main .how-to-order-block .order-steps .step .step-header span:before{position:absolute;bottom:-2px;content:'';width:100%;height:1px;background:#333}body main .how_to_order_outher_swiper .how_to_order_items_block_item .step-description{font-size:15px;line-height:152%}}@media screen and (max-width:525px){main .cleaning-price-outer{padding:56px 28px}main .cleaning-price-outer .cleaning-price-title{font-size:24px;margin-bottom:24px}main .cleaning-price-outer .cleaning-price-subtitle{font-size:16px;margin-bottom:32px;max-width:100%;text-align:left}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block .block-title{font-size:16px;line-height:130%}main .cleaning-price-outer .cleaning-price-blocks .cleaning-price-block .block-price{font-size:32px;line-height:110%}}.contacts_director_block{padding-top:110px;padding-bottom:110px;position:relative;display:grid;grid-template-columns:calc(55% - 30px) 45%;grid-column-gap:30px}.contacts_director_block_star{position:absolute;top:32px;left:-108px;width:260px;z-index:1}.contacts_director_block_content{position:relative;z-index:2}.contacts_director_block_title{margin-bottom:28px;font-size:38px;line-height:110%}.contacts_director_block_text{max-width:565px;line-height:148%}.contacts_director_block_contact{margin-bottom:20px;font-size:28px}.contacts_director_block_contact:last-child{margin-bottom:36px}.contacts_director_block_contact span{margin-right:12px;font-size:18px;color:#b5b0ac}.contacts_director_block_contact_buttons{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:8px}.contacts_director_block_contact_buttons .messenger_block_items_block_button{margin-right:0}@media screen and (max-width:986px){.contacts_director_block{padding-top:80px;padding-bottom:80px;grid-template-columns:1fr;grid-row-gap:40px}.contacts_director_block_star{left:0;top:16px;width:200px}.contacts_director_block_title{margin-bottom:20px;font-size:32px}.contacts_director_block_text{max-width:100%}.contacts_director_block_contact{margin-bottom:16px}.contacts_director_block_contact:last-child{margin-bottom:32px}.contacts_director_block_contact_buttons{grid-column-gap:20px}}@media screen and (max-width:525px){.contacts_director_block{padding-top:64px;padding-bottom:64px;grid-column-gap:28px}.contacts_director_block_star{width:188px;top:10px}.contacts_director_block_title{margin-bottom:24px;font-size:24px}.contacts_director_block_contact{margin-bottom:8px;font-size:20px}.contacts_director_block_contact span{margin-right:8px}.contacts_director_block_contact:last-child{margin-bottom:24px}.contacts_director_block_contact_buttons{grid-template-columns:1fr;grid-row-gap:10px}}.cleaning_map_block_outer .cleaning_map_block_title{margin-bottom:44px;max-width:525px;font-size:38px;font-weight:400;line-height:110%}.cleaning_map_container{height:700px;width:100%;border-radius:12px;overflow:hidden}@media screen and (max-width:768px){.cleaning_map_block_outer .cleaning_map_block_title{font-size:32px}.cleaning_map_container{height:425px}}@media screen and (max-width:525px){.cleaning_map_block_outer .cleaning_map_block_title{margin-bottom:24px;font-size:24px}.cleaning_map_container{height:376px}}.cleanbros_statistic{padding-top:92px;padding-bottom:92px;padding-left:70px;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:40px}.cleanbros_statistic .cleanbros_statistic_cleanings{display:flex;align-items:center;column-gap:24px}.odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner{text-align:center !important;left:0 !important}.odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner .odometer-value{width:100% !important}.odometer-formatting-mark{display:none !important}.cleanbros_statistic .cleanbros_statistic_cleanings .cleanbros_statistic_cleanings_numbers,.odometer-inside{display:flex}.cleanbros_statistic .cleanbros_statistic_cleanings .cleanbros_statistic_cleanings_numbers .statistic_number,.odometer-digit{display:block !important;margin-right:4px;margin-left:0 !important;padding:0 !important;height:78px;width:60px;text-align:center;background-image:none !important;background-color:#f4f0ed !important;color:#333 !important;font-family:Gerbera !important;font-size:52px;border-radius:8px;line-height:86px;position:relative}.cleanbros_statistic .cleanbros_statistic_cleanings .cleanbros_statistic_cleanings_numbers .statistic_number:first-child,.cleanbros_statistic .cleanbros_statistic_cleanings .cleanbros_statistic_cleanings_numbers .statistic_number:nth-child(5),.odometer-digit:first-child,.odometer-digit:nth-child(5){margin-right:12px}.cleanbros_statistic .cleanbros_statistic_cleanings .cleanbros_statistic_cleanings_numbers .statistic_number:last-child,.odometer-digit:last-child{margin-right:0}.cleanbros_statistic .cleanbros_statistic_cleanings .numbers_text{font-size:52px}.cleanbros_statistic .cleanbros_statistic_square{max-width:380px;font-size:28px;line-height:148%}.main-page-ceo .cleanbros_statistic .cleanbros_statistic_square{font-size:18px;padding-left:14px}.main_new_main_page .types_services_block_header_info{max-width:366px;flex-basis:initial}.main_new_main_page .divider,.main_apartment_cleaning_page .divider{width:100%;max-width:100%;height:1px;background:#e1e1e1;padding:0}.main_new_main_page .divider.white-divider{background:#fff}.main_new_main_page .divider.thick_divider{height:8px}@media screen and (max-width:525px){.main_new_main_page .divider.thick_divider{height:4px}}.main_new_main_page .reviews_list{margin:0 auto 60px;max-width:1200px;display:grid;grid-template-columns:repeat(3,1fr);column-gap:30px}.main_new_main_page .more_reviews_button{max-width:351px;margin:0 auto}.main_new_main_page .info_personal_areas_block{padding-bottom:0}.average_time_cleaning_block{display:flex;justify-content:space-between;align-items:flex-start}.average_time_cleaning_block h2{max-width:542px;font-size:38px;font-weight:400;line-height:110%}.average_time_cleaning_cta{max-width:334px}.average_time_cleaning_cta p{margin-bottom:16px}.main-page-ceo .workers_block_outher{margin-bottom:4px}@media screen and (max-width:768px){.cleanbros_statistic{padding-top:80px;padding-bottom:80px;padding-left:32px}.cleanbros_statistic .cleanbros_statistic_cleanings{column-gap:20px}.cleanbros_statistic .cleanbros_statistic_cleanings .cleanbros_statistic_cleanings_numbers .statistic_number,.odometer-digit{width:43px;height:60px;font-size:32px;line-height:65px}.cleanbros_statistic .cleanbros_statistic_cleanings .cleanbros_statistic_cleanings_numbers .statistic_number:first-child,.cleanbros_statistic .cleanbros_statistic_cleanings .cleanbros_statistic_cleanings_numbers .statistic_number:nth-child(4),.odometer-digit:first-child,.odometer-digit:nth-child(5){margin-right:8px}.cleanbros_statistic .cleanbros_statistic_cleanings .numbers_text{font-size:32px}.cleanbros_statistic .cleanbros_statistic_square{font-size:18px;max-width:222px}.main_new_main_page .advantages_block_outer .advantages_block_header{display:grid;grid-template-columns:1fr 1fr;align-items:center}.main_new_main_page .advantages_block_outer .advantages_block_header_button{position:initial;margin-top:0;width:100%}.main_new_main_page .advantages_block_outer .advantages_block_items_block{padding-top:40px;padding-bottom:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));grid-gap:15px 20px}.main_new_main_page .advantages_block_outer .advantages_block_items_block .advantages_block_items_block_item{margin-right:0}.main_new_main_page .reviews_list{display:flex;margin:0 -32px 44px;column-gap:20px}.main_new_main_page .more_reviews_button{max-width:100%}.main_new_main_page .info_personal_areas_block_info{padding-bottom:80px;grid-template-areas:'title' 'counter' 'sub_title' 'text' 'arrows' 'app_icons';justify-items:flex-start}.main_new_main_page .info_personal_areas_block{display:flex;column-gap:40px}.main_new_main_page .info_personal_areas_block_info_title{font-size:32px;margin-bottom:36px;text-align:left}.main_new_main_page .info_personal_areas_block_info_counter{margin-top:0;margin-bottom:16px}.main_new_main_page .info_personal_areas_block_info_sub_title{padding-bottom:12px;font-size:18px;text-align:left}.main_new_main_page .info_personal_areas_block_info_text{padding-bottom:30px;text-align:left}.main_new_main_page .info_personal_areas_block .info_personal_areas_block_example_block_phone{max-width:260px}.main_new_main_page .workers_block .green_order_cleaning_button{margin-top:44px;max-width:100%}.average_time_cleaning_block h2{max-width:340px;font-size:32px}body main.main-page-ceo .how-to-order-outer{display:block}main.main-page-ceo .how-to-order-block .order-steps{overflow:auto;padding:4px 32px;margin:0 -32px;width:calc(100% + 64px)}main.main-page-ceo .how-to-order-block .order-steps::-webkit-scrollbar{display:none}main.main-page-ceo .how-to-order-block .order-steps{-ms-overflow-style:none}body main.main-page-ceo .other-steps{display:flex;gap:20px}main.main-page-ceo .how-to-order-block .order-steps .step.step-one{height:auto}main.main-page-ceo .how-to-order-block .order-steps .step.step-one .step-header{height:113px;border-bottom:none}main.main-page-ceo .how-to-order-block .order-steps .step .step-description{padding-left:28px;padding-top:0;padding-bottom:44px}main .how-to-order-block .other-steps .step{width:370px;min-width:370px;flex-direction:column;height:auto;margin-bottom:0}main .how-to-order-block .other-steps .step .step-header{min-height:113px;flex-grow:0}}@media screen and (max-width:525px){.cleanbros_statistic .cleanbros_statistic_cleanings{column-gap:16px}.cleanbros_statistic{padding:64px 28px;gap:24px}.cleanbros_statistic .cleanbros_statistic_cleanings .cleanbros_statistic_cleanings_numbers{font-size:24px}.cleanbros_statistic .cleanbros_statistic_cleanings .cleanbros_statistic_cleanings_numbers .statistic_number,.odometer-digit{width:34px;height:42px;margin-right:2px;font-size:24px;line-height:46px}.cleanbros_statistic .cleanbros_statistic_cleanings .cleanbros_statistic_cleanings_numbers .statistic_number:first-child,.cleanbros_statistic .cleanbros_statistic_cleanings .cleanbros_statistic_cleanings_numbers .statistic_number:nth-child(4),.odometer-digit:first-child,.odometer-digit:nth-child(5){margin-right:6px}.cleanbros_statistic .cleanbros_statistic_cleanings .numbers_text{font-size:24px}.cleanbros_statistic .cleanbros_statistic_square{font-size:16px;max-width:100%}.main-page-ceo .cleanbros_statistic .cleanbros_statistic_square{font-size:16px;max-width:100%}.main_new_main_page .advantages_block_outer .advantages_block{padding-left:28px;padding-right:28px;padding-bottom:150px}.main_new_main_page .advantages_block_outer .advantages_block_header{margin-bottom:32px}.main_new_main_page .advantages_block_outer .advantages_block_header_button{position:absolute;bottom:64px;width:calc(100% - 56px)}.main_new_main_page .advantages_block_outer .advantages_block_items_block{display:flex;gap:0;padding:0}.main_new_main_page .advantages_block_outer .advantages_block_items_block .swiper-slide:not(:last-child){padding-right:10px}.main_new_main_page .advantages_block_outer .advantages_block_items_block::-webkit-scrollbar{display:none}.main_new_main_page .advantages_block_outer .advantages_block_items_block{-ms-overflow-style:none;scrollbar-width:none}.main_new_main_page .advantages_block_outer .advantages_block_items_block .advantages_block_items_block_item{opacity:1}.main_new_main_page .info_personal_areas_block{flex-direction:column;overflow:hidden}.main_new_main_page .reviews_list{margin:0 -28px 34px;width:calc(100% + 56px)}.main_new_main_page .info_personal_areas_block_info{padding-bottom:0;justify-items:center;grid-template-areas:'title' 'app_icons' 'counter' 'sub_title' 'text' 'arrows'}.main_new_main_page .info_personal_areas_block_info_title{padding-bottom:28px;margin-bottom:0;text-align:center;font-size:24px}.main_new_main_page .info_personal_areas_block_info_app_icons{margin-bottom:28px}.main_new_main_page .info_personal_areas_block_info_sub_title{padding-bottom:20px;text-align:center}.main_new_main_page .info_personal_areas_block_info_text{padding-bottom:36px;text-align:center;font-size:12px;height:110px}.main_new_main_page .info_personal_areas_block_example_block{align-self:center}.average_time_cleaning_block{flex-direction:column;justify-content:flex-start;align-items:flex-start}.average_time_cleaning_block h2{margin-bottom:24px;max-width:100%;font-size:24px}.average_time_cleaning_cta{max-width:100%}.average_time_cleaning_cta p{margin-bottom:28px}main.main-page-ceo .how-to-order-block .order-steps .step{width:302px;min-width:302px}}.main_apartment_cleaning_page .apartment_cleaning_list{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));grid-gap:30px}.main_apartment_cleaning_page .apartment_cleaning_list .apartment_cleaning_item{display:flex;align-items:center;justify-content:space-between;padding:20px;border-radius:8px;background:#fff;overflow:hidden;transition:transform .3s ease-in;transform:scale(100%)}.main_apartment_cleaning_page .apartment_cleaning_list .apartment_cleaning_item:hover{transform:scale(105%);transition:transform .3s ease-in}.apartment_cleaning_list:not(.multiroom) .apartment_cleaning_item{height:136px;padding-right:0;padding-bottom:0;padding-top:0}.apartment_cleaning_list:not(.multiroom) .apartment_cleaning_item .apartment_cleaning_item_content{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:20px 0}.apartment_cleaning_item_label{margin-bottom:8px;font-size:20px}.apartment_cleaning_item_price{display:flex;align-items:center;justify-content:center;margin-bottom:16px;padding:5px 12px 3px;width:fit-content;border-radius:30px;background:#f4f0ed}.apartment_cleaning_item_link{font-size:15px;color:#b5b0ac}.apartment_cleaning_item img{height:98px;width:98px}.apartment_cleaning_before_after h2{margin-bottom:60px;font-size:38px;font-weight:400}.apartment_cleaning_before_after--with-subtitle h2{margin-bottom:28px}.before-after-block__subtitle{margin-bottom:32px;max-width:670px;font-size:18px;line-height:144%}@media screen and (max-width:575px){.before-after-block__subtitle{margin-bottom:32px;font-size:16px}}.apartment_cleaning_before_after .before-after-outer .before-after-content{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px}.apartment_cleaning_before_after .apartment_cleaning_before_after_outer{margin-bottom:60px}.apartment_cleaning_before_after_button{max-width:346px;margin:0 auto}.apartment_cleaning_before_after_description{margin-top:12px}.apartment_cleaning_before_after_description_row{margin-bottom:2px;font-size:18px;line-height:144%}.apartment_cleaning_before_after_description_row span{margin-right:6px;color:#b5b0ac}.apartment_cleaning_before_after_outer .before_after_block_content_outer{position:relative}.main_apartment_cleaning_page .page-image-with-bubbles{display:flex;flex-direction:column;align-items:center}.main_apartment_cleaning_page .page-image-with-bubbles .section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px;width:100%}.main_apartment_cleaning_page .page-image-with-bubbles .section_header h2{max-width:560px;font-weight:400;font-size:38px}.main_apartment_cleaning_page .page-image-with-bubbles .section_header p{max-width:361px}.main_apartment_cleaning_page .page-image-with-bubbles img{max-height:548px;height:100%;width:100%;margin-bottom:60px}.main_apartment_cleaning_page .page-image-with-bubbles .image-bubbles_tablet,.main_apartment_cleaning_page .page-image-with-bubbles .image-bubbles_mobile{display:none}.main_apartment_cleaning_page .page-image-with-bubbles .order-button{max-width:365px;width:100%}@media screen and (max-width:768px){.main_apartment_cleaning_page .apartment_cleaning_list.active{grid-gap:20px}.main_apartment_cleaning_page .apartment_cleaning_list .apartment_cleaning_item.multiroom{padding-right:10px}.apartment_cleaning_before_after h2{margin-bottom:24px;font-size:32px}.apartment_cleaning_before_after .apartment_cleaning_before_after_outer{margin-bottom:44px}.main_apartment_cleaning_page .page-image-with-bubbles .section_header{flex-direction:column;align-items:flex-start;margin-bottom:36px;width:100%}.main_apartment_cleaning_page .page-image-with-bubbles .section_header h2{max-width:566px;font-size:32px;margin-bottom:20px}.main_apartment_cleaning_page .page-image-with-bubbles .section_header p{max-width:100%}.main_apartment_cleaning_page .page-image-with-bubbles img{max-height:332px;margin-bottom:44px}.main_apartment_cleaning_page .page-image-with-bubbles .image-bubbles_tablet{display:block}.main_apartment_cleaning_page .page-image-with-bubbles .image-bubbles_desktop,.main_apartment_cleaning_page .page-image-with-bubbles .image-bubbles_mobile{display:none}.main_apartment_cleaning_page .page-image-with-bubbles .order-button{max-width:100%;width:100%}.before-after-block__subtitle{margin-bottom:36px}}@media screen and (max-width:525px){.main_apartment_cleaning_page .apartment_cleaning_list{grid-gap:12px;grid-template-columns:1fr}.main_apartment_cleaning_page .apartment_cleaning_list.collapsed .apartment_cleaning_item:not(:nth-child(-n+3)){display:none}.main_apartment_cleaning_page .apartment_cleaning_list .apartment_cleaning_item{display:flex}.apartment_cleaning_before_after h2{margin-bottom:24px;font-size:24px}.apartment_cleaning_before_after .apartment_cleaning_before_after_outer{margin-bottom:40px}.apartment_cleaning_before_after .before-after-outer .before-after-content{grid-gap:36px}.apartment_cleaning_before_after .before-after-outer .before-after-content .before_after_block_content img{height:265px}.main_apartment_cleaning_page .page-image-with-bubbles .section_header{margin-bottom:32px}.main_apartment_cleaning_page .page-image-with-bubbles .section_header h2{max-width:100%;font-size:24px;margin-bottom:24px}.main_apartment_cleaning_page .page-image-with-bubbles img{max-height:375px;width:calc(100% + 56px);margin-bottom:32px}.main_apartment_cleaning_page .page-image-with-bubbles .image-bubbles_mobile{display:block}.main_apartment_cleaning_page .page-image-with-bubbles .image-bubbles_desktop,.main_apartment_cleaning_page .page-image-with-bubbles .image-bubbles_tablet{display:none}main .section-with-tabs-outer .section-with-tabs-items-outer .button.show-more{width:100%;margin:24px auto 64px}.apartment_cleaning_before_after_description_row{font-size:16px}}.house_cleaning_types_outer{background:#f4f0ed;max-width:100%;padding:0}.house_cleaning_types_outer .house_cleaning_types_inner{max-width:1200px;margin:0 auto;padding:110px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(319px,1fr));grid-gap:30px}.house_cleaning_types_outer .house_cleaning_types_inner .house_cleaning_type{display:block;background:#fff;border-radius:8px;padding-left:20px;padding-top:20px;padding-bottom:20px;position:relative}.house_cleaning_types_outer .house_cleaning_types_inner .house_cleaning_type .house_cleaning_type_title{margin-bottom:8px;font-size:20px}.house_cleaning_types_outer .house_cleaning_types_inner .house_cleaning_type .house_cleaning_type_price{height:33px;width:fit-content;padding:0 12px;text-align:center;margin-bottom:22px;background:#f4f0ed;border-radius:30px;font-size:18px;line-height:35px;position:relative;z-index:1}.house_cleaning_types_outer .house_cleaning_types_inner .house_cleaning_type .house_cleaning_type_more{font-size:15px;line-height:152%;color:#b5b0ac;width:fit-content}.house_cleaning_types_outer .house_cleaning_types_inner .house_cleaning_type img{position:absolute;right:0;bottom:0;height:100%;z-index:0;border-bottom-right-radius:8px;border-top-right-radius:8px}.house_cleaning_types_outer .button{display:none}@media screen and (max-width:768px){.house_cleaning_types_outer .house_cleaning_types_inner{padding-top:40px;padding-bottom:80px;grid-gap:20px}}@media screen and (max-width:525px){.house_cleaning_types_outer{padding-bottom:80px}.house_cleaning_types_outer .house_cleaning_types_inner{padding-bottom:32px;grid-gap:20px}.house_cleaning_types_outer .house_cleaning_types_inner .house_cleaning_type:not(:nth-child(-n+3)){display:none}.house_cleaning_types_outer .house_cleaning_types_inner.active .house_cleaning_type{display:block}.house_cleaning_types_outer .button{margin:0 auto;width:calc(100% - 40px);display:flex}.house_cleaning_types_outer .button.active .less,.house_cleaning_types_outer .button .more{display:block}.house_cleaning_types_outer .button.active .more,.house_cleaning_types_outer .button .less{display:none}}@media (max-width:1024px){footer .info_personal_areas_block_info{flex-direction:column;align-items:flex-end}footer .info_personal_areas_block_info_app_icons{margin-bottom:20px}}main .eco_cleaning{max-width:1200px;margin:0 auto;padding-top:110px;padding-bottom:130px;display:flex}main .eco_cleaning_outher{max-width:100%;padding:0;background-color:#f4f0ed}main .eco_cleaning_head{display:block;flex:1}main .eco_cleaning_head_title{font-size:38px}main .eco_cleaning_head_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;font-size:15px;max-width:200px;height:42px;background-color:#fff;margin-top:40px}main .eco_cleaning_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;font-size:15px;width:100%;height:42px;margin-top:40px}main .eco_cleaning_button.mobile{display:none}main .eco_cleaning_block{flex:1}main .eco_cleaning_block_item{background:#fff;border-radius:12px;display:grid;grid-template-columns:50% 50%;grid-template-areas:'head img' 'info info'}main .eco_cleaning_block_item_head{grid-area:head;padding:30px 40px;display:flex;flex-direction:column;justify-content:space-between}main .eco_cleaning_block_item_head_title{display:block;font-size:18px}main .eco_cleaning_block_item_head_text{font-size:12px;line-height:140%}main .eco_cleaning_block_item_img{width:100%;height:100%;grid-area:img}main .eco_cleaning_block_item_img img{width:100%;height:100%;object-fit:cover}main .eco_cleaning_block_item_info{padding:40px;grid-area:info;display:flex;border-top:1px solid #f4f0ed}main .eco_cleaning_block_item_info img{margin-right:30px;width:38px;height:38px}main .eco_cleaning_block_item_info span{display:block;font-size:12px;line-height:140%;color:#b5b0ac}main .team_cleaning_block{padding-top:100px;padding-bottom:130px;display:flex;flex-direction:column;text-align:center}main .team_cleaning_block>*.team_cleaning_block_text{padding-bottom:0}main .team_cleaning_block_avatar_block{margin:0 auto;padding-bottom:50px;position:relative;display:flex;justify-content:center}main .team_cleaning_block_avatar_block img{float:left;width:65px;height:65px;object-fit:cover;border-radius:100%;border:3px solid #fff;margin-right:-20px}main .team_cleaning_block_title{padding-bottom:40px}main .team_cleaning_block_text{max-width:750px;margin:0 auto;line-height:140%;padding-bottom:70px}main .team_cleaning_block_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:200px;margin:0 auto;height:52px}main .team_cleaning_block.show{display:flex}main .reviews_block_outher,main .cleaners_block_outher,main .how_to_order_outher_swiper{max-width:100%;padding:0;background:#f4f0ed;overflow:hidden}main .reviews_block,main .cleaners_block,main .how_to_order{max-width:1200px;margin:0 auto;padding-top:110px;padding-bottom:130px}main .reviews_block_info,main .cleaners_block_info,main .how_to_order_info{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:50px}main .cleaners_block_info_title,main .how_to_order_info_title{max-width:650px;line-height:100%}.swiper-section{max-width:100%;padding:110px 0;overflow:hidden}.swiper-section .section-swiper-header{max-width:1200px;padding-left:20px;padding-right:20px;margin:0 auto 40px}.swiper-section .section-swiper-header .section-swiper-header-navigation{display:flex;justify-content:space-between;align-items:flex-end}.swiper-section .section-swiper-header .section-swiper-header-navigation .section-subtitle{margin:0}main .swiper-custom-arrows,.main .reviews_block_info_arrows,main .cleaners_block_info_arrows,main .how_to_order_info_arrows,main .problems_block_info_arrows{display:flex}main .swiper-custom-arrows>*,main .reviews_block_info_arrows>*,main .cleaners_block_info_arrows>*,main .how_to_order_info_arrows>*,main .problems_block_info_arrows>*{width:25px;height:22px;background-image:url("/dist/images/icons/arrow.svg");background-repeat:no-repeat;cursor:pointer}main .swiper-custom-arrow-left,main .reviews_block_info_arrows_left,main .cleaners_block_info_arrows_left,main .how_to_order_info_arrows_left,main .problems_block_info_arrows_left{margin-right:30px}main .swiper-custom-arrow-right,main .reviews_block_info_arrows_right,main .cleaners_block_info_arrows_right,main .how_to_order_info_arrows_right,main .problems_block_info_arrows_right{transform:scaleX(-1)}main .swiper-custom-container{max-width:1200px;padding-left:20px;padding-right:20px;margin:0 auto}main .swiper-custom-container,main .reviews_block_items_block,main .cleaners_block_items_block,main .how_to_order_items_block,main .problems_block_items_block{height:100%}main .swiper-custom-wrapper,main .reviews_block_items_block_wrap,main .cleaners_block_items_block_wrap,main .how_to_order_items_block_wrap,main .problems_block_items_block_wrap{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;height:100%;display:flex}main .swiper-custom-slide,main .reviews_block_items_block_item,main .cleaners_block_items_block_item,main .how_to_order_items_block_item,main .reviews_block_items_block .review,main .problems_block_items_block .problem{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;min-width:340px;height:100%;display:grid;background:#fff;border-radius:12px 0 12px 12px;padding:35px;margin-right:50px;position:relative}main .reviews_block_items_block_item_stars_count{padding-bottom:20px}main .reviews_block_items_block_item_text{font-size:15px;line-height:140%;padding-bottom:55px;display:block}main .reviews_block_items_block_item_client_block{padding-bottom:30px}main .reviews_block_items_block_item_client_block_text{font-size:13px;line-height:120%;display:block}main .reviews_block_items_block_item_client_block_name{font-size:20px;line-height:140%;display:block}main .reviews_block_items_block_item_worker_block_text{font-size:13px;line-height:120%;display:block}main .reviews_block_items_block_item_worker_block_name{font-size:20px;line-height:140%;display:block}main .reviews_block_items_block_item:after{content:'';position:absolute;top:0;right:-15px;width:20px;height:20px;background:linear-gradient(-45deg,transparent 0,transparent 50%,#fff 50%,#fff 100%);transform:translate(0,0);border-radius:0 3px 0 0}main .reviews_block_items_block_item:last-child{margin-right:0}main .reviews_block.desktop{display:flex;flex-direction:column}main .reviews_block .reviews_block_info_title{margin-bottom:60px}main .reviews_block .reviews_block_container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;margin-bottom:30px}.review{background:#fff;border-radius:12px;padding:30px;width:100%;margin-right:30px;min-width:300px;height:auto;position:relative}.review .review-header{margin-bottom:24px}.review .review-header .rate{display:flex;margin-bottom:14px}.review .review-header .rate img{margin-right:2px}.review .review-header .rate span{margin-left:6px;font-size:16px;line-height:22px}.review .review-header .name{font-size:20px}.review .text{margin-bottom:12px;font-size:16px;max-height:73px;transition:max-height 1s ease-in-out,-webkit-line-clamp 1s ease-in-out;will-change:max-height,-webkit-line-clamp;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.review .skeleton-text{max-height:100%;opacity:0;position:absolute;z-index:-1;max-width:307px}.review .text.skeleton-text{max-height:100%;opacity:0;position:absolute;z-index:-1;max-width:307px}.review .text.full{max-height:500px;-webkit-line-clamp:unset}.review .more{color:#b5b0ac;font-size:15px;display:flex;align-items:center;cursor:pointer}.review .more.hide{display:none}.review .more:after{margin-left:5px;content:'\203A';transform:rotate(90deg)}.review .more.full:after{transform:rotate(270deg)}main .reviews_block .button{max-width:370px;align-self:center;width:100%}main .reviews_block.tablet{display:none}main .cleaners_block_items_block_item{border-radius:12px;padding:28px;max-width:367px}main .cleaners_block_items_block_item .cleaner-header{margin-bottom:24px;display:flex;align-items:center}main .cleaners_block_items_block_item .cleaner-header .cleaner-avatar{margin-right:20px;position:relative;overflow:visible;width:fit-content;display:flex;flex-direction:column;align-items:center}main .cleaners_block_items_block_item .cleaner-header .cleaner-avatar img{border-radius:50%;width:100px;height:100px;object-fit:cover;object-position:top}main .cleaners_block_items_block_item .cleaner-header .cleaner-avatar .cleaner-rating{position:absolute;bottom:-15px;z-index:3;margin:0 auto;font-size:16px;line-height:140%;border-radius:30px;padding:4px 15px;border:1.5px solid #fff;background:#f4f0ed;display:flex;align-items:center;justify-content:center}main .cleaners_block_items_block_item .cleaner-header .cleaner-avatar .cleaner-rating img{width:15px;height:15px;margin-right:2px}main .cleaners_block_items_block_item .cleaner-header .cleaner-info .cleaner-name{margin-bottom:2px;font-size:20px;line-height:140%}main .cleaners_block_items_block_item .cleaner-header .cleaner-info .cleaner-exp-age{font-size:16px;line-height:140%;color:#b5b0ac}main .cleaners_block_items_block_item .cleaner-review{margin-bottom:28px}main .cleaners_block_items_block_item .cleaner-review .cleaner-review-title{font-size:15px;line-height:152%;text-transform:uppercase;color:#b5b0ac;margin-bottom:6px}main .cleaners_block_items_block_item .cleaner-review .cleaner-review-text{font-size:16px;line-height:140%}main .cleaners_block_items_block_item .cleaner-footer{display:flex;justify-content:space-between;align-items:center}main .cleaners_block_items_block_item .cleaner-footer .cleanings-count{font-size:15px;line-height:152%;padding:8px 16px;border:1px solid #dfdcda;border-radius:30px}.profile{margin-top:80px}.profile_header{max-width:1200px;margin:0 auto;padding:0 20px 120px;position:relative}.profile_header_title{display:block;font-size:52px}.profile_header_text{max-width:500px;padding-top:30px;display:block;font-size:18px;line-height:140%}.profile_nav{max-width:1200px;margin:auto;padding:0 20px;background:#fff}.profile_nav_wrap{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;margin:0 auto;display:flex}.profile_nav_wrap span{height:100%;padding-bottom:25px;margin-right:40px;display:block;font-size:15px;line-height:140%;color:#b5b0ac;white-space:nowrap;cursor:pointer}.profile_nav_wrap span:last-child{margin-right:0}.profile_nav_wrap span.active{color:#333;border-bottom:2px solid #333;cursor:auto}.profile_main{min-height:400px;padding:80px 20px 90px;background:#f4f0ed}.profile_main_block{max-width:1200px;margin:0 auto}.profile_empty{max-width:340px;display:none}.profile_empty_title{padding-bottom:90px;display:block;font-size:15px;line-height:120%;letter-spacing:.02em;font-variant:small-caps}.profile_empty_text{padding-bottom:40px;display:block;font-size:18px;line-height:140%}.profile_empty_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:200px;height:42px;background-color:#fff}.profile_empty.active{display:block}.profile_area{display:none}.profile_area_block{overflow:hidden}.profile_area_block_text{max-width:400px;padding-bottom:50px;display:block;font-size:18px;line-height:140%}.profile_area_block .cleaners_table{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear}.profile_area.active{display:block}.profile.house_map .profile_area_block{overflow:visible}.cleaners_table{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;display:grid;grid-template-columns:315px 315px;grid-gap:25px}.cleaners_table_item{min-width:315px;overflow:hidden;border-radius:12px;background:#fff;position:relative}.cleaners_table_item .to_favorites{height:30px;padding-right:10px;padding-left:10px;position:absolute;top:20px;right:20px;display:flex;justify-content:center;align-items:center;font-size:13px;background:#fff;border-radius:20px;cursor:pointer}.cleaners_table_item .to_favorites:after{content:'';width:1em;height:1em;margin-left:5px;display:block;background-image:url(/dist/images/icons/favorites.svg);background-repeat:no-repeat;background-size:contain}.cleaners_table_item_img{width:100%;height:230px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center}.cleaners_table_item_img img{width:100%;object-fit:cover}.cleaners_table_item_img img.empty{max-width:200px}.cleaners_table_item_content{padding-top:25px;padding-bottom:30px;padding-right:20px;padding-left:20px;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'name rating' 'last .' 'quantity blacklist'}.cleaners_table_item_content_name{padding-bottom:40px;grid-area:name;font-size:20px}.cleaners_table_item_content_rating{grid-area:rating;width:70px;height:30px;justify-self:flex-end;display:flex;justify-content:center;align-items:center;font-size:15px;border:1px solid #adadad;border-radius:30px}.cleaners_table_item_content_rating:after{content:'\00a0 / 5';color:#adadad}.cleaners_table_item_content_last{padding-bottom:20px;grid-area:last}.cleaners_table_item_content_last_text{padding-bottom:5px;display:block;font-size:13px;color:#b5b0ac}.cleaners_table_item_content_last_value{display:block;font-size:15px;white-space:nowrap}.cleaners_table_item_content_quantity{grid-area:quantity}.cleaners_table_item_content_quantity_text{padding-bottom:5px;display:block;font-size:13px;color:#b5b0ac}.cleaners_table_item_content_quantity_value{display:block;font-size:15px}.cleaners_table_item_content_blacklist{grid-area:blacklist;justify-self:flex-end;align-self:flex-end;display:flex;align-items:center;font-size:13px;color:#333;opacity:.4;cursor:pointer}.cleaners_table_item_content_blacklist:after{content:'';width:1em;height:1em;margin-left:5px;display:block;background-image:url(/dist/images/icons/stop.svg);background-repeat:no-repeat;background-size:contain}.cleaners_table_item.favorites .to_favorites:after{background-image:url(/dist/images/icons/favorites_already.svg)}.cleaners_table_item.black_list .to_favorites{color:#33333330;cursor:auto}.cleaners_table_item.black_list .to_favorites:after{opacity:.3}.cleaners_table_item.black_list .cleaners_table_item_content_name{opacity:.3}.cleaners_table_item.black_list .cleaners_table_item_content_rating{opacity:.3}.cleaners_table_item.black_list .cleaners_table_item_content_last{opacity:.3}.cleaners_table_item.black_list .cleaners_table_item_content_quantity{opacity:.3}.cleaners_table_item.black_list .cleaners_table_item_content_blacklist{opacity:1;white-space:nowrap}.cleaners_table_item.black_list .cleaners_table_item_content_blacklist:after{width:1.1em;height:1.1em;background-image:url(/dist/images/icons/stop_remove.svg)}.settings_data{width:50%}.settings_data_fields{padding-bottom:45px;display:flex;flex-direction:column}.settings_data_fields>*{width:100%;margin-bottom:8px}.settings_data_fields>*:last-child{margin-bottom:0}.settings_data_buttons{display:flex}.settings_data_buttons_left{width:100%;display:flex;flex-direction:column;font-size:14px;line-height:140%}.settings_data_buttons_right{width:100%;display:flex;justify-content:flex-end;align-items:flex-end}.settings_data_buttons_button{width:140px;height:40px}.settings_data_buttons_checkbox{margin-bottom:10px;display:flex;align-items:center}.settings_data_buttons_checkbox input{display:none}.settings_data_buttons_checkbox_text{white-space:nowrap}.settings_data_buttons_checkbox:last-child{margin-bottom:0}.settings_payment{width:50%;min-width:500px}.settings_payment_items{width:100%;margin-bottom:25px;padding-left:40px;padding-right:40px;background:#fff;border-radius:14px}.settings_payment_item{padding-top:40px;padding-bottom:40px;display:flex;justify-content:space-between;border-bottom:1px solid #dfdcda}.settings_payment_item_right{display:flex;align-items:center}.settings_payment_item_head{display:block;font-size:20px;line-height:140%}.settings_payment_item_head .card-img{width:50px;height:25px;object-fit:contain}.settings_payment_item_info{font-size:13px;line-height:140%;color:#b5b0ac;white-space:nowrap}.settings_payment_item_info_card_number{font-size:20px;color:#333}.settings_payment_item_remove{margin-right:20px;font-size:15px;line-height:140%;color:#b5b0ac;border-bottom:1px solid #b5b0ac;cursor:pointer}.settings_payment_item_select{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:85px;height:40px;position:relative;background-color:#f4f0ed;font-size:14px}.settings_payment_item_select:after{content:var(--text-select)}.settings_payment_item_select input{display:none}.settings_payment_item_select.checked{background:#333}.settings_payment_item_select.checked:after{content:'';width:1em;height:1em;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(/dist/images/icons/check_mark_white.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.settings_payment_item:last-child{border-bottom:none}.settings_payment_add_card{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:170px;height:42px}.find_you{width:50%;display:flex;flex-direction:column}.find_you .form_input{margin-bottom:8px}.find_you .form_textarea{margin-bottom:25px}.find_you button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;align-self:flex-end;width:140px;height:40px}.with_block{width:50%;display:grid;grid-template-columns:1fr 1fr;grid-gap:25px;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear}.with_block_outher{width:100%;height:100%}.with_block_button{display:none}.with_block_item{width:315px;height:350px;display:grid;grid-template-columns:1fr;grid-template-rows:200px auto;grid-template-areas:'img' 'text';position:relative;border-radius:12px;overflow:hidden;background-color:#fff}.with_block_item input{display:none}.with_block_item_img{width:100%;height:100%;grid-area:img}.with_block_item_img img{width:100%;height:100%;object-fit:cover}.with_block_item_text{padding:20px 25px;font-size:15px;line-height:140%;resize:none;border:none}.with_block_item_button{height:30px;padding-left:10px;padding-right:10px;display:flex;justify-content:center;align-items:center;font-size:13px;border-radius:25px;border:1px solid #e6e4ea;background-color:#fff;cursor:pointer}.with_block_item_button:hover{color:#fff;background-color:#333;border:none}.with_block_item_button:hover svg *{stroke:#fff}.with_block_item .button_save{display:none;position:absolute;bottom:25px;right:25px}.with_block_item .button_remove{position:absolute;top:50%;right:25px;transform:translate(0,-50%)}.with_block_item .button_edit{position:absolute;bottom:25px;right:25px}.with_block_item.example .with_block_item_button.button_load-photo{display:none;position:absolute;top:50%;right:25px;transform:translate(0,-50%)}.with_block_item.example.filled .button_load-photo{display:flex}.with_block_item.example.photo-loaded .button_save{display:flex}.with_block_item.block_loader{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.with_block_item.block_loader .block_loader_arrow{transform:rotate(90deg)}.with_block_item.block_loader .block_loader_title{padding-top:20px;padding-bottom:5px;font-size:15px}.with_block_item.block_loader .block_loader_text{font-size:13px;color:#b5b0ac}.with_block_item.edit .button_edit{display:none}.with_block_item.edit .button_save{display:flex}.bonuses_page .bonuses_block{max-width:none;width:100%;border:none;border-radius:0;box-shadow:none}.bonuses_page .bonuses_block_header{flex-direction:column;align-items:flex-start;border:none}.bonuses_page .bonuses_block_header_text{max-width:none}.bonuses_page .bonuses_block_info{background:#f4f0ed}.bonuses_page .bonuses_block_info_reff{background:#fff}.bonuses_block{max-width:330px;background-color:#fff;border:1px solid #f4f0ed;border-radius:14px;box-shadow:0px 4px 4px rgba(0,0,0,.25)}.bonuses_block_header{padding:30px;border-bottom:1px solid #f4f0ed;display:flex;justify-content:space-between;align-items:center}.bonuses_block_header_text{max-width:80px;font-size:15px;line-height:120%;letter-spacing:.02em;font-variant:small-caps;color:#a7a4a3}.bonuses_block_header_amount{font-size:18px}.bonuses_block_header_amount span{font-weight:300;font-size:38px;line-height:120%}.bonuses_block_info{padding:30px}.bonuses_block_info_title{padding-bottom:20px;display:block;font-size:15px;line-height:120%;letter-spacing:.02em;font-variant:small-caps;color:#a7a4a3}.bonuses_block_info_stages{padding-bottom:40px}.bonuses_block_info_stage{padding-bottom:30px;display:flex}.bonuses_block_info_stage:last-child{padding-bottom:0}.bonuses_block_info_stage_number{height:100%;font-size:15px;line-height:120%;letter-spacing:.02em;font-variant:small-caps;color:#a7a4a3}.bonuses_block_info_stage_text{padding-left:20px;font-size:14px;line-height:140%}.bonuses_block_info_reff{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;margin-bottom:30px;padding:20px 0;background:#f4f0ed;border-radius:10px;text-align:center}.bonuses_block_info_reff_link{display:block;font-size:15px;line-height:140%;text-align:center;color:#b5b0ac;line-break:anywhere;padding:5px 10px}.bonuses_block_info_reff_copy{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:140%;color:#000;cursor:pointer}.bonuses_block_info_reff_copy img{margin-right:5px}.bonuses_block_info_messengers{display:flex;justify-content:space-between}.bonuses_block_info_messengers_item{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background:#fff;border:1px solid #dfdcda;border-radius:70px;cursor:pointer}.planned_cleanings{display:flex;flex-direction:column}.planned_cleanings_item{max-width:580px;padding-top:20px;padding-bottom:20px;margin-bottom:10px;overflow:hidden;border-radius:30px;background-color:#fff;position:relative;cursor:pointer}.planned_cleanings_item_arrow{width:1em;height:1em;position:absolute;right:30px;top:20px;background-image:url("/dist/images/icons/arrow_menu.svg");background-repeat:no-repeat;background-position:center center;cursor:pointer}.planned_cleanings_item_short_info{padding-left:30px;padding-right:30px;opacity:.25}.planned_cleanings_item_wrap{display:none;padding-top:5px;padding-bottom:20px}.planned_cleanings_item_date{padding-left:30px;padding-right:30px;padding-bottom:55px;display:flex;flex-direction:column}.planned_cleanings_item_date_day{padding-bottom:20px;font-size:20px}.planned_cleanings_item_date_hour{padding-bottom:5px;font-size:20px;color:#b5b0ac}.planned_cleanings_item_date_address{font-size:15px;color:#b5b0ac}.planned_cleanings_item_settings{padding-left:30px;padding-right:30px;padding-bottom:30px;display:flex;justify-content:space-between;border-bottom:2px solid #f4f0ed}.planned_cleanings_item_settings_items{display:flex;align-items:center}.planned_cleanings_item_settings_items>*{margin-right:20px}.planned_cleanings_item_settings_items>*:last-child{margin-right:0}.planned_cleanings_item_settings_items .cancel_cleaning{font-size:15px;border-bottom:1px solid;cursor:pointer}.planned_cleanings_item_settings_items .transfer_cleaning{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:160px;height:42px;background-color:#f4f0ed}.planned_cleanings_item_options{display:flex;flex-direction:column}.planned_cleanings_item_options .calculator_extra_services_table_item:last-child{border-bottom:1px solid #dfdcda}.planned_cleanings_item_options_toggle{padding-left:30px;padding-right:30px;padding-top:20px;padding-bottom:45px;width:100%;display:flex;align-items:center;justify-content:flex-end;font-size:15px;color:#b5b0ac;border-bottom:2px solid #f4f0ed;cursor:pointer}.planned_cleanings_item_options_toggle:after{content:'';width:20px;height:20px;line-height:20px;margin-left:10px;display:block;text-align:center;font-size:16px;border:1px solid;border-radius:20px}.planned_cleanings_item_options_toggle.plus:after{content:"+"}.planned_cleanings_item_options_toggle.minus:after{content:"-"}.planned_cleanings_item_total{padding-top:40px;padding-left:30px;padding-right:30px}.planned_cleanings_item_total_amount{padding-bottom:35px;display:flex;flex-direction:column}.planned_cleanings_item_total_amount_text{padding-bottom:5px;font-size:15px;line-height:120%;text-transform:uppercase;letter-spacing:.02em;font-variant:small-caps;color:#a7a4a3}.planned_cleanings_item_total_amount_value{font-size:18px}.planned_cleanings_item_total_amount_value span{font-size:38px}.planned_cleanings_item_total_buttons{padding-bottom:20px}.planned_cleanings_item_total_buttons_item{padding:5px 10px;display:inline-flex;font-size:13px;justify-content:center;align-items:center;border:1px solid #e6e4ea;border-radius:20px;cursor:pointer}.planned_cleanings_item_total_buttons_item img{margin-left:5px}.planned_cleanings_item_total_buttons_item.hide{display:none}.planned_cleanings_item_total_buttons.hide{display:none}.planned_cleanings_item_total_input{display:none}.planned_cleanings_item_total_input input,.planned_cleanings_item_total_input textarea{margin-right:10px;padding-left:20px;background:#fff;border:1px solid #dfdcda;font-size:15px;line-height:140%}.planned_cleanings_item_total_input input::placeholder,.planned_cleanings_item_total_input textarea::placeholder{font-size:15px}.planned_cleanings_item_total_input input{width:100%;height:42px;max-width:350px;border-radius:20px}.planned_cleanings_item_total_input textarea{width:100%;min-height:90px;padding-top:5px;border-radius:12px;resize:none}.planned_cleanings_item_total_input_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:160px;height:42px}.planned_cleanings_item_total_input[data-type=comment]{flex-direction:column}.planned_cleanings_item_total_input[data-type=comment] textarea{margin-bottom:20px}.planned_cleanings_item_total_input[data-type=comment] .planned_cleanings_item_total_input_button{align-self:flex-end}.planned_cleanings_item_total_input.active{display:flex}.planned_cleanings_item_total_area{display:none}.planned_cleanings_item_total_area_title{padding-bottom:10px;display:block;font-size:12px;line-height:120%;letter-spacing:.1em;text-transform:uppercase;color:#a7a4a3}.planned_cleanings_item_total_area_text{margin-right:10px;font-size:15px;line-height:140%}.planned_cleanings_item_total_area_edit{padding:5px 10px;display:inline-flex;font-size:13px;justify-content:center;align-items:center;border:1px solid #e6e4ea;border-radius:20px;cursor:pointer}.planned_cleanings_item_total_area_edit img{margin-left:5px}.planned_cleanings_item_total_area.active{display:block}.planned_cleanings_item.active{cursor:auto}.planned_cleanings_item.active .planned_cleanings_item_arrow{transform:rotate(180deg)}.planned_cleanings_item.active .planned_cleanings_item_wrap{display:block}.planned_cleanings_item.active .planned_cleanings_item_short_info{display:none}.planned_cleanings_item_update{margin-top:20px}.planned_cleanings_cleaner{display:flex;align-items:center}.planned_cleanings_cleaner_image{width:55px;height:55px;margin-right:20px;background:#fff;border-radius:70px;display:flex;justify-content:center;align-items:center;overflow:hidden}.planned_cleanings_cleaner_image img{width:100%;height:100%;object-fit:cover}.planned_cleanings_cleaner_info{font-size:15px;color:#b5b0ac}.planned_cleanings_cleaner_info_text{display:block;padding-bottom:5px}.planned_cleanings_cleaner_info_name{color:#333}.planned_cleanings_cleaner.empty .planned_cleanings_cleaner_image{border:1px solid #333;padding:10px}footer{width:100%;border-top:1px solid #e1e1e1}footer>*{max-width:1200px;padding-left:20px;padding-right:20px;margin:0 auto}footer .footer_top{padding-top:80px;padding-bottom:60px;display:grid;grid-template-areas:'left right';grid-template-columns:50% 50%;border-bottom:1px solid #e1e1e1;order:1}footer .footer_top_left{grid-area:left}footer .footer_top_left_list{padding:0;margin:0;margin-bottom:36px}footer .footer_top_left_list:last-child{margin-bottom:0}footer .footer_top_left_list .footer_top_left_list_title{color:#b5b0ac;margin-bottom:12px;max-width:300px;font-size:20px;line-height:140%}footer .footer_top_left_list_item{list-style-type:none;margin-bottom:8px;font-size:18px;line-height:140%}footer .footer_top_left_list_item:last-child{margin-bottom:0}footer .footer_top_right{grid-area:right;position:relative}footer .footer_top_right_location{display:flex;flex-direction:column}footer .footer_top_right_location .city-info{display:flex;flex-direction:column}footer .footer_top_right_location_city{display:flex;font-size:15px;line-height:100%;padding-bottom:10px;cursor:pointer;align-items:center;position:relative}footer .footer_top_right_location_city:before{width:11px;height:11px;margin-right:5px;content:'';background-image:url(/dist/images/icons/cursor.png);background-size:22px;background-repeat:no-repeat;background-size:cover}footer .footer_top_right_location_tel{font-size:28px;line-height:100%}footer .footer_bottom{padding-top:20px;padding-bottom:100px;padding-left:20px;padding-right:20px;display:grid;grid-template-areas:'left right';grid-template-columns:40%;font-size:15px;line-height:100%}footer .footer_bottom_left{grid-area:left}footer .footer_bottom_left_links_block a{margin-right:25px}footer .footer_bottom_right{display:flex;justify-content:space-between;grid-area:right;justify-self:flex-end}footer .footer_bottom_right_social_block a{margin-right:15px}footer .footer_bottom_right_social_block a:last-child{margin-right:0}footer .footer_bottom_right_copyright_block{max-width:500px;align-self:start}footer.profile_footer{max-width:1200px;margin:0 auto;padding:120px 20px 0;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'buttons location' 'buttons copyright'}footer.profile_footer>*{margin:0;padding:0}footer.profile_footer .messenger_block{grid-area:buttons}footer.profile_footer .location_block{justify-self:flex-end;grid-area:location;text-align:right}footer.profile_footer .location_block>*{text-align:right;justify-content:flex-end}footer.profile_footer .footer_copyright{grid-area:copyright;text-align:right;font-size:15px;color:#b5b0ac}.sign_in_block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sign_in_block_tel{display:flex;flex-direction:column}.sign_in_block_code{display:none;flex-direction:column}.sign_in_block_title{font-size:38px;margin-bottom:20px}.sign_in_block_text{font-size:20px;margin-bottom:70px}.sign_in_block_text_change{margin-left:10px;color:#b5b0ac;cursor:pointer;border-bottom:1px solid #b5b0ac}.sign_in_block_form_input_block{display:inline-flex;height:50px;border-radius:60px;margin-bottom:30px;min-width:270px;font-size:15px;border:1px solid #dfdcda;position:relative}.sign_in_block_form_input_block input{height:100%;padding-left:20px;border:none;background:0 0}.sign_in_block_form_input_block.tel_block input{width:100%;padding-left:20px}.sign_in_block_form_input_block.code_block{position:relative}.sign_in_block_form_input_block.code_block .wrong{position:absolute;top:calc(-1em - 5px);display:none;font-size:12px;color:#ff5656}.sign_in_block_form_button{height:50px;border-radius:60px;margin-bottom:30px;min-width:270px;font-size:15px;border:none;cursor:pointer;font-size:15px;background:#9bf0f5;color:#333}.sign_in_block_form_button:disabled{background:#f4f0ed;color:#b5b0ac;cursor:auto}.sign_in_block_form_agreement{display:block;font-size:15px;color:#b5b0ac}.sign_in_block_form_agreement a{border-bottom:1px solid #b5b0ac}.messenger_block_text{display:block;font-size:28px;line-height:100%;padding-bottom:18px}.messenger_block_items_block{display:grid;grid-template-columns:1fr 1fr;padding-bottom:40px}.messenger_block_items_block_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;height:50px;margin-right:10px;margin-bottom:10px;position:relative}.messenger_block_items_block_button:last-child{margin-bottom:0}.messenger_block_items_block_button_icon{position:absolute;left:25px;display:flex}.order{padding-top:80px;width:565px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column}.order_title{font-size:38px;margin-bottom:20px}.order_text{font-size:20px;margin-bottom:70px}.franchise_heading{display:flex;justify-content:center;align-items:center;padding-bottom:10px;text-align:center}.heading_block.franchise{display:grid;grid-template-columns:2fr 1fr}.heading_block.franchise .heading_block_title{max-width:600px}.heading_block.franchise .heading_block_info{min-width:30%}.heading_block.franchise .heading_block_button{margin-top:80px}@media (max-width:768px){.heading_block.franchise{grid-template-columns:1fr}}.benefits_gallery{background:#f4f0ed;padding:130px 20px;box-sizing:border-box;max-width:100%}.benefits_gallery .franchise_heading .default_button{margin-top:80px}.benefits_gallery_items_block_list{overflow:hidden;max-width:1200px;margin:0 auto}.benefits_gallery_items_block_list>*{padding-top:40px;overflow:visible;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:15px}.benefits_gallery_items_block_list .main_options{grid-area:items;grid-column:3;padding-left:20px;padding-right:20px}.benefits_gallery_items_block_list .main_options_item{min-width:205px;margin:0;margin-right:10px;float:left;background:#fff;border-radius:12px;padding:0 25px}.benefits_gallery_items_block_list .main_options_item .main_options_item_header{border-bottom:1px solid #dfdcda;padding:20px 0;display:flex;justify-content:space-between;align-items:center}.benefits_gallery_items_block_list .main_options_item .main_options_item_header img{width:74px;height:74px}.benefits_gallery_items_block_list .main_options_item_list_item{padding:25px 0}.benefits_gallery_items_block_list .main_options_item_list_item img{width:14px;height:auto;margin-right:5px}.benefits_gallery_items_block_list .main_options_item_list_item span{font-size:20px}.benefits_gallery_items_block_list .main_options_item_list_item p{font-size:13px;color:#333;opacity:.6}@media (max-width:768px){.benefits_gallery{padding:60px 0 10px}.benefits_gallery .franchise_heading{display:block;text-align:left;padding-bottom:40px;padding-left:30px}.benefits_gallery .franchise_heading .default_button{margin-top:25px}.benefits_gallery .benefits_gallery_items_block_list{padding:0 30px}.benefits_gallery .benefits_gallery_items_block_list .swiper-notification{display:none}.benefits_gallery .main_options{padding:0;grid-gap:0;display:flex}}.franchise_options{padding:120px 40px 60px;border-bottom:2px solid #f4f0ed;margin:0 auto}.franchise_options_offer_block{margin:40px 0;display:flex;justify-content:center;background:#f4f0ed;border-radius:12px}.franchise_options_offer_block_item{padding:55px 25px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:25%}.franchise_options_offer_block_item_numbers{font-size:58px;line-height:120%}.franchise_options_offer_block_item_text{text-align:center}.franchise_options_steps{padding:60px 20px}.franchise_options_steps .franchise_heading{padding-bottom:70px}.franchise_options_steps_list{width:90%;margin:0 auto}.franchise_options_steps_list_item{position:relative;width:25%}.franchise_options_steps_list_item .title{padding-bottom:90px;text-align:center;width:60%;margin-left:20%}.franchise_options_steps_list_item .months{color:#b5b0ac;position:absolute;top:75%;left:35%}.franchise_options_steps_list_item img{width:245px;height:168px;position:absolute;top:45px;left:0}.franchise_options_steps_icons_icon{width:150px}.franchise_options_steps .franchise_options_steps_icons{width:100%}.franchise_options_steps_icons_arrow{background:url(/dist/images/franchise/arrow_steps.svg) no-repeat;background-position:-20px 50%;width:200px;height:100px}.franchise_options_steps .franchise_options_steps_list,.franchise_options_steps .franchise_options_steps_icons{display:flex;justify-content:space-between;text-align:center}.finance_plan{padding:120px 20px 80px}.finance_plan .franchise_heading_text{max-width:500px;text-align:center;padding-bottom:50px}.finance_plan .finance_plan_items{display:flex}.finance_plan .finance_plan_items_item{background:#f4f0ed;padding:30px;margin:0 15px;width:25%;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;font-size:20px}.finance_plan .finance_plan_items_item .finance_plan_item_text{font-size:14px;color:#333;opacity:.6}.finance_plan .finance_plan_items_item .finance_plan_item_cost{font-size:28px}.finance_plan .finance_plan_items_item .finance_plan_item_cost_note{font-size:13px;margin-block-start:.5em}.finance_plan .finance_plan_outro{display:flex;justify-content:center;flex-direction:column;align-items:center}.finance_plan .finance_plan_outro .finance_plan_outro_image{padding:30px 0}.finance_plan .finance_plan_outro .finance_plan_outro_text{line-height:140%}.finance_plan .finance_plan_outro .finance_plan_outro_cost{font-size:30px;line-height:36px}.franchise-contacts{margin-top:60px;margin-bottom:60px}.franchise-contacts_title{text-align:center;margin-bottom:40px;font-size:27px}.feedback{background:#f4f0ed;max-width:100%;padding:130px 40px}.feedback_block{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto}.feedback .feedback_plan .franchise_heading{text-align:left}.feedback .feedback_plan{width:40%}.feedback .feedback_plan_list{padding-top:60px}.feedback .feedback_plan_list .feedback_plan_list_item{border-bottom:1px solid #b5b0ac;padding:20px 0;display:flex;font-size:15px}.feedback .feedback_plan_list .feedback_plan_list_item:last-child{border-bottom:none}.feedback .feedback_plan_list .feedback_plan_list_item .feedback_plan_list_item_number{color:#b5b0ac;padding-right:40px}.feedback .feedback_form{background:#fff;border-radius:14px;padding:40px;width:460px;height:600px;font-size:12px}.feedback .feedback_form .feedback_form_block{display:flex;justify-content:space-between;border-bottom:2px solid #dfdcda;padding-bottom:30px}.feedback .feedback_form .feedback_form_block a{font-size:32px}.feedback .feedback_form .feedback_form_block_media{margin-top:12px;flex-shrink:0;margin-left:20px;width:70px;height:70px;border-radius:50%;overflow:hidden}.feedback .feedback_form .feedback_form_block_media_content{width:100%;height:100%;object-fit:cover}.feedback .feedback_form .feedback_form_input_block .feedback_form_input_block_text{padding:40px 0 20px}.feedback .feedback_form .calculator_agreement{display:flex;align-items:center}.feedback .feedback_form .calculator_agreement_checkbox{border:1px solid #dfdcda}.feedback .feedback_form .calculator_agreement input:checked+.calculator_agreement_checkbox:after{content:var(--text-yes);font-size:12px}.feedback_form .request_window_input_block>*{margin-bottom:8px}.feedback_form .default_button{margin-top:40px;width:100%;padding:10px}@media (max-width:768px){.feedback{padding:60px 30px}.feedback .feedback_block{padding:0}}@media (max-width:1200px){.menu_container .active_show_menu_basic_services{min-width:250px}.menu_drop_down_left_basic_services{min-width:250px}.calculator_form_type_cleaning_item_title,.calculator_form_type_cleaning_item_text{padding-right:15px;padding-left:15px}.calculator_form .calculator_agreement{grid-template-areas:'input text .' '. button button';padding-right:30px;padding-left:30px}.calculator_form .calculator_agreement label{align-self:center}.calculator_form .calculator_agreement_text{padding-bottom:10px}}footer .footer_bottom{padding-top:20px;padding-bottom:100px;padding-left:20px;padding-right:20px;display:grid;grid-template-areas:'left right';grid-template-columns:40%;font-size:15px;line-height:100%}footer .footer_bottom_right{display:flex;justify-content:space-between;grid-area:right}@media (max-width:768px){body .scroll_menu{height:100%;flex-direction:row-reverse;border-radius:0;box-shadow:none;background:0 0;max-width:calc(100vw - 56px)}body .scroll_menu>*{align-items:flex-start;margin-left:8px}body .scroll_menu>*:last-child{margin-left:0}body .scroll_menu_left{flex:1}body .scroll_menu_left .scroll_menu_link{width:100%;height:40px;font-size:14px;font-weight:400;box-shadow:0px 1px 4px rgba(0,0,0,.25);padding:0 20px}.scroll_menu_right .scroll_menu_item.contact_button img{width:24px;height:24px}body .scroll_menu_left .scroll_menu_link:before{content:'→';margin-right:5px}body .scroll_menu_right .scroll_menu_item{display:none}.scroll_menu_right .scroll_menu_item.contact_button{background:#fff;border-radius:100px;justify-content:center;height:40px;align-items:center;padding:0 10px;box-shadow:0 1px 4px rgb(0 0 0/25%)}.mobile_overflow_hidden{overflow:hidden}body{font-size:14px}body h3{font-size:27px}body .not_found{width:100%;padding-right:30px;padding-left:30px}body .not_found_title{font-size:27px}body .not_found_text{padding-bottom:40px;font-size:14px;line-height:140%}body .not_found_buttons_block{grid-template-columns:1fr}body .modal_add_address_block{max-width:100%;top:0;right:0;left:0;transform:none;border-radius:0}body .modal_add_address_button{width:100%;height:50px;margin-top:20px;align-self:center}body .modal_article_block{width:100%;min-width:auto;margin:0;left:0;transform:none;border-radius:0;flex-direction:column-reverse}body .modal_article_block_share{padding-left:30px;padding-right:30px;flex-direction:row;flex-flow:row wrap}body .modal_article_block_share_text{width:100%;padding-bottom:20px;text-align:left}body .modal_article_block_share_item{margin-right:10px;margin-bottom:0}body .modal_article_block_content{border-radius:0;overflow:visible}body .modal_article_block .article_head_img{max-height:500px}body .modal_article_block .article_date,body .modal_article_block .article_title,body .modal_article_block .article_content{padding-left:30px;padding-right:30px}body .modal_article_block .article_date{padding-top:70px}body .modal_article_block .modal_article_close_wrap{position:fixed;right:15px;top:15px;transform:none}body .article_title{font-size:27px}body .article_desc{margin-bottom:70px;font-size:18px}body .profile{overflow:hidden}body .profile_header{padding:50px 30px}body .profile_header_title{font-size:33px}body .profile_nav{margin:0;padding:0 30px}body .profile_nav span{font-size:14px}body .profile_main{padding:40px 0}body .profile_area_block_text{padding-left:30px;padding-right:30px}body .profile_empty{padding-right:30px;padding-left:30px}body .profile .cleaners_table{padding:0 30px}body .profile .planned_cleanings,body .profile .completed_cleanings{padding-right:30px;padding-left:30px}body .profile.my_cleaners .profile_area_block{padding:0 30px}body .profile.my_cleaners .profile_area_block .cleaners_table{padding:0}body .profile.house_map .profile_main{min-height:auto}body .profile.house_map .profile_main .find_you_save.default_button{width:100%;height:52px}body .settings_data{width:100%;padding-left:30px;padding-right:30px}body .settings_data_buttons{flex-direction:column}body .settings_data_buttons_left{padding-bottom:45px}body .settings_data_buttons_right{justify-content:center;align-items:center}body .settings_data_buttons_button{width:100%;height:52px}body .settings_payment{width:100%;min-width:auto;padding-left:30px;padding-right:30px}body .settings_payment_items{padding-right:20px;padding-left:20px}body .settings_payment_item{padding-top:25px;padding-bottom:25px}body .settings_payment_item_right{flex-direction:column-reverse;justify-content:flex-end}body .settings_payment_item_head{font-size:18px}body .settings_payment_item_info{white-space:normal}body .settings_payment_item_info_card_number{font-size:18px}body .settings_payment_item_remove{margin-right:0;margin-top:15px}body .settings_payment_add_card{width:100%;height:52px}body .find_you{width:100%;padding-right:30px;padding-left:30px}body .find_you .form_textarea{margin-bottom:8px}body .find_you button{width:100%;height:52px}body .with_block{width:100%;display:flex;grid-gap:10px}body .with_block_outher{padding-right:30px;padding-left:30px;display:flex;flex-direction:column;justify-content:center;align-items:center}body .with_block_item{min-width:315px;grid-gap:10px}body .with_block_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:100%;height:52px;margin-top:25px}body .with_block_button img{margin-right:15px}body .with_block_button input{display:none}body .main_half_block{width:100%}body .main_half_block_wrap{padding:0}body .main_half_block .list_points{padding-top:60px;padding-right:30px;padding-left:30px}body .main_half_block .list_points_mobile_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;height:52px;width:calc(100%);margin-top:45px}body .job_form{width:315px;max-width:none}body .job_form.sticky_form{margin-top:0;width:calc(100% - 60px);max-width:100%;min-width:100%;left:0;right:0;top:100px;padding:40px 20px}body .mailing_form{display:none}body .sticky_form{right:auto}body .sticky_form_wrap{margin:0 auto;position:relative;top:0}body .sticky_form_wrap.job_form_wrap{position:absolute;width:100%;padding:0 30px;top:300px}body .job_causes_block{padding-top:50px;padding-right:30px;padding-left:30px}body .job_causes_block_title{padding-left:30px}body .job_causes_block_mobile_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;height:52px;width:calc(100% - 60px);margin-right:30px;margin-left:30px}header.blog_head .heading_block{padding-bottom:40px}body .blog{padding-right:30px;padding-left:30px;overflow:hidden}body .blog_head .heading_block_title{max-width:100%;padding-bottom:0}.sticky_form_wrap.mailing_form_wrap{display:none}body .blog_tags{width:100%;padding-top:30px;padding-bottom:0;border:none}body .blog_tags_block{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;display:flex}body .blog_tags .show_all{display:none}body .blog_articles{width:100%}body .blog_articles_block{display:flex;flex-direction:column}body .blog_article:nth-child(3n){min-height:460px}body .blog_article:nth-child(3n) .blog_article_content{padding:45px}body .blog_article:nth-child(3n) .blog_article_title{padding-top:10px;font-size:27px}body .planned_cleanings_item_wrap{padding-bottom:0}body .planned_cleanings_item_date{padding-left:20px;padding-right:20px;padding-bottom:40px}body .planned_cleanings_item_settings{padding-left:20px;padding-right:20px;flex-direction:column}body .planned_cleanings_item_settings_items{flex-direction:column}body .planned_cleanings_item_settings_items .cancel_cleaning{width:auto;margin:0;margin-bottom:20px}body .planned_cleanings_item_settings_items .transfer_cleaning{width:100%}body .planned_cleanings_item_options .calculator_extra_services_table{padding-right:20px;padding-left:20px}body .planned_cleanings_item_options_toggle{justify-content:center}body .planned_cleanings_item_total{padding-left:20px;padding-right:20px}body .planned_cleanings_item_total_amount{padding-bottom:50px;border-bottom:1px solid #f4f0ed;text-align:center}body .planned_cleanings_item_total_amount_text{font-size:15px}body .planned_cleanings_item_total_amount_value{font-size:27px}body .planned_cleanings_item_total_amount_value span{font-size:27px}body .planned_cleanings_item_total_buttons_item{padding-top:20px;padding-bottom:15px;display:flex;border-radius:0;border-left:none;border-right:0;border-top:0;font-size:15px;text-align:center}body .planned_cleanings_item_total_buttons_item:last-child{border-bottom:none}body .planned_cleanings_item_total_input{padding-top:20px}body .planned_cleanings_item_total_area{padding-top:20px}body .planned_cleanings_item.active{padding-top:20px;padding-bottom:20px}body .planned_cleanings_item_update{width:100%;height:52px}body .planned_cleanings_cleaner{padding-bottom:40px}body .cleaners_table{display:flex;grid-gap:0}body .cleaners_table_item{margin-right:10px}body .cleaners_table_item:last-child{margin-right:0}body .calculator_advantages{display:flex}body .calculator_close{position:fixed;top:15px;right:15px;width:60px;height:60px;box-shadow:0px 0px 6px rgba(0,0,0,.12);border-radius:50px;z-index:1;display:none;justify-content:center;align-items:center;background-color:#fff}body .calculator_close span{width:56px;height:56px;background-color:#fff;border-radius:50px;background-size:20px}body .calculator_mobile_button_prev{margin:0 30px 50px;cursor:pointer;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#4b4a4a}body .calculator_mobile_button_prev.show{display:flex}body .calculator_mobile_button_prev:before{content:'';width:1em;height:1em;margin-right:10px;display:block;background-image:url("/dist/images/icons/arrow.svg");background-repeat:no-repeat;background-position:center;background-size:cover}body .calculator_inner{padding:0}body .calculator_inner .calculator_title{display:none}body .calculator_inner_title_total{display:block;width:100%;position:fixed;top:0;z-index:1;background:#f4f0ed;padding:15px;border-bottom:3px solid #fff}body .calculator_inner_title_total_wrap{width:100%;display:flex;justify-content:space-between}body .calculator_inner_title_total .calculator_title{max-width:200px;font-size:27px;margin-bottom:0;display:block}body .calculator_total{display:none !important}body .calculator_form{border-top:3px solid #fff;margin-bottom:0}body .calculator_form_type_cleaning{grid-template-columns:1fr;grid-gap:0;background-color:#f4f0ed;border-bottom:3px solid #fff;padding-top:140px}body .calculator_form_type_cleaning_mobile_nav{padding:15px 0;height:auto;display:flex;justify-content:space-around;align-items:center;background-color:#f4f0ed}body .calculator_form_type_cleaning_mobile_nav_button{background:#fff;height:42px;border-radius:22px;padding:10px;display:flex;align-items:center;text-align:center;font-size:14px;color:#333;cursor:pointer;box-shadow:0 .904704px 4.52352px rgba(0,0,0,.25)}body .calculator_form_type_cleaning_mobile_nav_button.active{background:#333330;color:#fff;cursor:auto}body .calculator_form_type_cleaning_mobile_info{width:200px;height:30px;margin-left:15px;margin-bottom:15px;padding-bottom:2px;display:flex;justify-content:center;align-items:center;font-size:13px;color:#b5b0ac;background:#fff;border-radius:99px;cursor:pointer}body .calculator_form_type_cleaning_item{background:#f4f0ed;border-radius:0;display:none}body .calculator_form_type_cleaning_item:hover .calculator_form_type_cleaning_item_image:after{content:none}body .calculator_form_type_cleaning_item.active{display:block}body .calculator_form_type_cleaning_item.active .calculator_form_type_cleaning_item_image:after{content:none}body .calculator_form_type_cleaning_item.active:hover .calculator_form_type_cleaning_item_image:after{content:none}body .calculator_form_type_cleaning_item_image{margin-bottom:0;display:none}body .calculator_form_type_cleaning_item_title{display:none}body .calculator_form_type_cleaning_item_text{padding:0 15px 15px}body .calculator_form_central_block{padding:60px 15px 30px;border-bottom:3px solid #fff;position:initial}body .calculator_form_rooms_count{width:100%;display:flex;flex-direction:column}body .calculator_form_rooms_count_wrap{justify-content:space-between;margin-bottom:45px}body .calculator_form_rooms_count_item{margin-right:0;width:60px;box-shadow:0px .904704px 4.52352px rgba(0,0,0,.25)}body .calculator_form_rooms_count_house_area{width:100%;margin-left:0}body .calculator_form_bottom_block{padding-top:35px;grid-template-columns:100%}body .calculator_form_bottom_block .step{padding-top:5px}body .calculator_form_bottom_block .step .calculator_step{padding-right:30px;padding-left:30px}body .calculator_form_bottom_block .step .calculator_step_block_back{display:none}body .calculator_form_bottom_block .step .calculator_step .calculator_mobile_final{position:relative;min-height:40px}body .calculator_form_bottom_block .step .calculator_step .calculator_step_mobile_total{display:block}body .calculator_form_bottom_block .step .calculator_step .calculator_step_mobile_total_wrap{width:100%;display:flex;justify-content:space-between;align-items:center}body .calculator_form_bottom_block .step .calculator_step .calculator_mobile_final_total_promo{top:0}body .calculator_form_bottom_block .step .calculator_step .calculator_mobile_final_total_koef{bottom:-15px}body .calculator_form_bottom_block p{text-align:center}body .calculator_form .calculator_agreement{grid-template-areas:'input text .' 'button button button';grid-template-columns:auto 1fr;padding-left:30px;padding-right:30px}body .calculator_form .calculator_agreement label{align-self:flex-start}body .calculator_form .calculator_agreement_text{padding-bottom:30px;margin-right:0;font-size:10px}body .calculator_form .calculator_agreement_next,body .calculator_form .calculator_agreement .calculator-step-button{width:100%;margin-bottom:55px}body .calculator_form .calculator_agreement_checkbox{border-radius:5px}body .calculator_form .cleaning_period_block{border-radius:0}body .calculator_form .payment_block{margin-bottom:0;padding-bottom:45px;border-radius:0}body .calculator_form .payment_block_next{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;width:100%;height:50px;margin-top:40px;display:flex;justify-content:center;align-items:center}body .calculator_form .payment_block_next.disabled{color:#33333350;background:#9bf0f5;cursor:auto}body .calculator_form .calculator_complete_order{display:none}body .calculator_form .order_data_block{padding-right:30px;padding-left:30px}body .calculator_form .order_data_block .change_date{height:auto;flex-direction:column}body .calculator .calculator-step-button-wrap{background:#fff;padding:30px}body .calculator_extra_services_text{padding-top:0;padding-right:30px;padding-left:30px;flex-direction:column}body .calculator_extra_services_text_info{display:none}body .calculator_extra_services_table{border-radius:0}body .calculator_extra_services .calculator_step_number{display:block}body .change_date>div{width:100%;max-width:none;height:50px}body .change_date>div input{width:100%;max-width:none}body .change_date_days{margin-bottom:8px}body .contacts_header{padding-left:30px;padding-right:30px;padding-bottom:70px}body .contacts_header_title{padding-bottom:50px;font-size:33px}body .contacts_addresses{padding-top:0;padding-bottom:0;background-color:#fff}body .contacts_addresses_title{padding-left:30px;padding-right:30px;font-size:33px}body .contacts_addresses_content{max-height:none;flex-direction:column;overflow:visible}body .contacts_addresses_content_mobile_nav{padding-left:30px;padding-right:30px;display:flex;align-items:center}body .contacts_addresses_content_mobile_nav span{height:100%;margin-right:30px;padding-bottom:25px;color:#b5b0ac;cursor:pointer}body .contacts_addresses_content_mobile_nav span.active{border-bottom:2px solid;color:#333;cursor:auto}body .contacts_addresses_content_list{display:none;width:100%;background-color:#f4f0ed;padding-left:30px;padding-right:30px}body .contacts_addresses_content_list_item{grid-column-gap:8px}body .contacts_addresses_content_list.active{display:block}body .contacts_addresses_content_list_item_name{font-size:16px}body .contacts_addresses_content_list_item_tel{color:#333;font-size:13px}body .contacts_addresses_content_map{display:none;width:100%;height:480px}body .contacts_addresses_content_map.active{display:block}body .contacts_addresses_content_map .gm-ui-hover-effect{width:20px !important;height:20px !important;position:absolute !important;top:20px !important;right:20px !important}body .contacts_addresses_content_map .gm-ui-hover-effect img{width:100% !important;height:100% !important;margin:0 !important}body .menu_container{height:80px}body .menu_container .active_show_menu{display:none}body .menu_container .menu_right .mobile_tel_number{display:none;justify-content:center;align-items:center;margin-right:8px;width:36px;height:36px;border-radius:50%}body .menu_container .menu_right .mobile_tel_number img{width:20px;height:20px}body .menu_drop_down_outher{top:0}body .menu_drop_down_outher.show{top:80px;left:0}body .menu_drop_down{padding-top:40px;padding-bottom:0;flex-direction:column;justify-content:flex-start;height:100%}body .menu_drop_down .drop_down_list{margin-top:35px;padding-left:10px;font-size:12px;text-transform:uppercase;cursor:pointer;display:flex;justify-content:space-between;width:100%}body .menu_drop_down .drop_down_list:after{content:'';width:1em;height:1em;background-image:url("/dist/images/icons/arrow_menu.svg");opacity:.3;background-repeat:no-repeat;background-position:center center}body .menu_drop_down .drop_down_list.active:after{transform:scaleY(-1)}body .menu_drop_down .menu_list{-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out;padding-left:30px;font-size:15px;padding-top:0;max-height:0;padding-bottom:0;overflow:hidden}body .menu_drop_down .menu_list.show{max-height:100%;padding-top:30px;padding-bottom:35px}body .menu_drop_down_left{flex-direction:column}body .menu_drop_down_left_login_title{margin-top:0 !important}body .menu_drop_down_left .mobile_only{display:block}body .menu_drop_down_right_decoration_line{display:none}body .menu_drop_down_right_company_info{width:100%}body .menu_drop_down_right_company_info_list{flex-direction:column}body .menu_drop_down_right_company_info_list_item{margin-bottom:10px}body .menu_drop_down_city{display:flex;margin-top:35px;padding-left:10px;margin-bottom:35px;font-size:12px;text-transform:uppercase;cursor:pointer;opacity:.4}body .menu_drop_down_city:after{content:'';display:block;margin-left:5px;width:1em;height:1em;background-image:url(/dist/images/icons/cursor.png);background-size:22px;background-repeat:no-repeat;background-position:center center}body .menu_drop_down_button{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;height:52px;margin-top:auto;margin-bottom:20px}body .menu_drop_down_button.sign_in:after{content:'';width:1.5em;height:52px;margin-left:5px;background-image:url(/dist/images/icons/sign_in_icon.svg);background-repeat:no-repeat;background-size:1.5em;background-position:center center}body .scroll_menu_outher{bottom:0;height:70px}body .scroll_menu_right .mobile_contact_button{display:block;width:75px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50px;background-color:#f4f0ed;box-shadow:0px 1px 4px rgba(0,0,0,.25);cursor:pointer}body .scroll_menu_right .mobile_contact_button img{width:24px;height:24px;margin-right:4px}body .scroll_menu_right .mobile_contact_button img:last-child{margin-right:0}.scroll_menu{max-width:calc(100vw - 64px)}body .scroll_menu_mobile_contact_block{-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out;width:100%;position:fixed;display:flex;flex-direction:column;align-items:center;transform:translate(0,100%);background:#fff;box-shadow:6px -1px 10px rgba(0,0,0,.08);border-radius:12px 12px 0 0;z-index:1;padding:30px}body .scroll_menu_mobile_contact_block.show{transform:translate(0,0)}body .scroll_menu_mobile_contact_block_header{width:100%;padding-bottom:40px;display:flex;justify-content:space-between}body .scroll_menu_mobile_contact_block_header_close{height:1em;width:1em;background-image:url(/dist/images/icons/close.svg);background-repeat:no-repeat;background-position:center center;background-size:cover;cursor:pointer}body .scroll_menu_mobile_contact_block_list{display:flex;flex-direction:column;width:100%}body .scroll_menu_mobile_contact_block_list_item{background:#9bf0f5;border-radius:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;border:none;color:#333;height:52px;margin-bottom:10px;background-color:#f4f0ed;position:relative}body .scroll_menu_mobile_contact_block_list_item img{position:absolute;left:20px}body .scroll_menu_mobile_contact_block_list_number{font-size:18px;background-color:#9bf0f5}body .substrate{display:none}body .pick_city_block{height:auto;max-height:none;position:static;transform:none;padding:40px 30px}body .pick_city_block_title{margin-top:40px}body .pick_city_block_list{display:inline-flex;flex-direction:column}body .pick_city_block_close{position:fixed;width:20px;height:20px}body .sign_in_block{width:100%;padding-left:30px;padding-right:30px;position:static;transform:none;margin-top:190px}body .sign_in_block_title{font-size:27px}body .sign_in_block_text{font-size:15px}body .sign_in_block_text_inner{display:block;margin-bottom:10px}body .sign_in_block_form_input_block{min-width:100%}body .sign_in_block_form_button{min-width:100%}body .modal_my_orders_block{max-width:none;height:100%;padding:30% 30px 0;box-shadow:none}body .modal_add_card_block{max-width:none;height:100%;padding:30px 30px 0;box-shadow:none}body .modal_add_card_button{margin-top:40px}body .modal_types_cleaning_head{padding:30px;justify-content:flex-end;position:fixed;top:0;right:0}body .modal_types_cleaning_title{display:none}body .modal_types_cleaning_close{left:0}body .modal_types_cleaning_input_block_outher{width:100%;padding:100px 30px 40px}body .modal_types_cleaning_input_block input[type=button]{width:130px}body .modal_types_cleaning_form{max-width:100%;top:0;bottom:0;left:0;right:0;transform:none}body .modal_types_cleaning_tables_head{padding-left:30px;padding-right:30px}body .modal_types_cleaning_tables_head_item{text-align:left}body .modal_types_cleaning_tables_head_item:not(:last-child){margin-right:4px}body .modal_types_cleaning_table{max-height:none;padding-left:30px;padding-right:30px;background-color:#fff}body .modal_list_services_block{width:100%;padding-top:80px;padding-right:30px;padding-left:30px;position:static;transform:none}body .modal_list_services_title{font-size:27px}body .before_after_block{grid-template-columns:1fr;grid-template-areas:'before after' 'content content'}body .before_after_block_before,body .before_after_block_after{justify-content:flex-start}body .before_after_block_before span,body .before_after_block_after span{padding-bottom:10px;transform:none;font-size:15px;line-height:120%;letter-spacing:.02em;font-variant:small-caps;text-transform:lowercase}body header>*{padding-left:32px;padding-right:32px}body header .head_image.indent-for-calc .small_calculator{transform:translate(0,calc(-50% - 150px))}body header .head_image .small_calculator{max-width:none;left:30px;right:30px;box-shadow:0px 1px 6px rgba(0,0,0,.25);border-radius:12px}body header .head_image .small_calculator_title{color:#a7a4a3}body header .head_image .small_calculator_buttons_block{width:calc(100% - 40px);margin:0 auto;padding:0;border-radius:70px;border:1px solid #dfdcda;display:flex;justify-content:space-between}body header .head_image .small_calculator_buttons_block_left,body header .head_image .small_calculator_buttons_block_right{display:block;min-width:60px;background-image:url("/dist/images/icons/arrow_menu.svg");background-repeat:no-repeat;background-position:center;background-size:1em;opacity:.4}body header .head_image .small_calculator_buttons_block_left.active,body header .head_image .small_calculator_buttons_block_right.active{opacity:1;cursor:pointer}body header .head_image .small_calculator_buttons_block_left{transform:rotate(90deg)}body header .head_image .small_calculator_buttons_block_right{transform:rotate(-90deg)}body header .head_image .small_calculator_buttons_block_button{width:100%;margin:0;display:none;font-size:15px;border-radius:0;border-top:none !important;border-bottom:none !important;border-left:1px solid #dfdcda !important;border-right:1px solid #dfdcda !important}body header .head_image .small_calculator_buttons_block_button.active{display:flex}body header .head_image .small_calculator_buttons_block_button:hover .hover_description{display:none}body header .head_image .small_calculator_inputs_block{margin-top:0;padding-top:0;margin-bottom:0;padding-bottom:30px;flex-direction:column}body header .head_image .small_calculator_inputs_block>*{width:100%;margin-top:45px}body header .head_image .small_calculator_inputs_block>*:before{top:-35px;color:#a7a4a3}body header .head_image .small_calculator_inputs_block_house_area input{margin-left:0}body header .head_image .small_calculator_total_block{padding-top:35px;padding-left:20px;padding-right:20px;grid-template-columns:1fr;grid-template-areas:'cost' 'text' 'button'}body header .head_image .small_calculator_total_block_cost{justify-self:center}body header .head_image .small_calculator_total_block_text{padding-top:8px;padding-bottom:30px;justify-self:center}body header .head_image .small_calculator_total_block_button{width:100%;justify-self:center}body main>*{padding:80px 32px}body main .about_us_block{padding-top:60px;padding-bottom:70px;display:flex;flex-direction:column}body main .about_us_block_title{font-size:19px}body main .about_us_block_info{max-width:100%;padding-left:0;padding-top:45px}body main .about_us_block_info_text{padding-bottom:30px}body main .about_us_block_info_button{width:100%;height:52px}body main .about_us_block_info.mobile_only{display:flex}body main .how_it_works{padding-top:50px;padding-bottom:50px;overflow:hidden}body main .how_it_works_title{padding-bottom:30px}body main .how_it_works_block{flex-direction:row;border-top:none}body main .how_it_works_block_item{min-width:300px;display:flex;flex-direction:column;align-items:flex-start;border:none;margin-right:30px}body main .how_it_works_block_item_head{display:flex;flex-direction:column}body main .how_it_works_block_item_head_title{padding-bottom:10px}body main .how_it_works_block_item_text{padding-top:25px;font-size:14px;line-height:140%}body main .types_works{display:block;padding:60px 0 0;border-bottom:1px solid #dfdcda}body main .types_works_head_title{padding-left:30px}body main .types_works_head_button{display:none}body main .types_works_items_block{height:auto;background-color:#fff}body main .types_works_items_block_mobile_nav{height:70px;display:flex;justify-content:space-around;align-items:center;background-color:#fff}body main .types_works_items_block_mobile_nav_button{height:100%;display:flex;align-items:center;font-size:14px;color:#9caeb1;cursor:pointer}body main .types_works_items_block_mobile_nav_button.active{color:#333;border-top:2px solid #333;cursor:auto}body main .types_works_items_block_mobile_info{width:200px;height:30px;margin-left:30px;margin-bottom:40px;padding-bottom:2px;display:flex;justify-content:center;align-items:center;font-size:13px;color:#b5b0ac;border:1px solid #e6e4ea;border-radius:99px;cursor:pointer}body main .types_works_item{height:auto;display:none;border-radius:0;margin-bottom:0}body main .types_works_item_title{display:none}body main .types_works_item_img{height:170px}body main .types_works_item_text{padding-top:30px;padding-bottom:40px;padding-left:30px;display:block;font-size:14px;line-height:140%}body main .types_works_item.active{display:block}body main .how_make_order{padding:50px 15px;overflow:hidden}body main .how_make_order_title{padding-left:15px}body main .how_make_order_items_block{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;display:flex;grid-gap:0}body main .how_make_order_item{min-width:305px;margin-right:10px;flex-direction:column}body main .how_make_order_item_head{padding-top:20px;padding-left:30px;flex:1}body main .how_make_order_item_text{border:none}body main .how_make_order_item.first_child .how_make_order_item_text{border:none}body main .special_equipment{padding-top:60px;padding-bottom:60px}body main .special_equipment_head{padding-bottom:50px;padding-right:30px;padding-left:30px}body main .special_equipment_head_arrows{display:none}body main .special_equipment_items_block{height:auto;padding-left:30px}body main .special_equipment_items_block_wrap{padding-left:0;display:flex}body main .special_equipment_items_block_item{width:305px;min-width:auto;height:auto;grid-template-columns:1fr;grid-template-areas:'img' 'title' 'text'}body main .special_equipment_items_block_item_img{height:210px}body main .special_equipment_items_block_item_title{max-width:none;padding-left:30px}body main .special_equipment_items_block_item_text{padding-top:30px;padding-right:30px;padding-left:30px;font-size:14px;line-height:120%;border:none}body main .eco_cleaning{padding:50px 30px;flex-direction:column}body main .eco_cleaning_head{padding-bottom:30px}body main .eco_cleaning_head_title{font-size:27px}body main .eco_cleaning_head_button{display:none}body main .eco_cleaning_button.mobile{display:flex}body main .eco_cleaning_block_item{grid-template-columns:1fr;grid-template-areas:'head' 'img' 'info'}body main .eco_cleaning_block_item_head_title{padding-bottom:15px}body main .eco_cleaning_block_item_info{padding-top:25px;padding-bottom:30px;display:block}body main .eco_cleaning_block_item_info img{margin-bottom:25px}body main .list_points{padding-top:50px;padding-bottom:50px}body main .list_points_items_block{grid-template-columns:1fr;grid-template-rows:auto;grid-auto-flow:row}body main .list_points_item{height:auto !important;padding-top:20px !important;padding-bottom:20px}body main .request_block{height:280px;margin-top:110px;position:relative}body main .request_block_desktop{display:none}body main .windows_cleaning{padding-top:50px;padding-bottom:60px;padding-left:30px;flex-direction:column-reverse;overflow:hidden}body main .windows_cleaning_head{padding-bottom:30px}body main .windows_cleaning_head_outher{justify-content:flex-start}body main .windows_cleaning_head_button{display:none}body main .windows_cleaning_items_block{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;flex-direction:row;align-items:start}body main .windows_cleaning_items_block_item{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;min-width:305px;margin-right:10px}body main .causes_block{padding-top:50px;padding-bottom:50px;flex-direction:column;overflow:hidden}body main .causes_block_head{padding-bottom:50px}body main .causes_block_head_title{padding-bottom:5px;font-size:33px}body main .causes_block_head_text{font-size:14px;line-height:140%}body main .causes_block_items_block{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;flex-direction:row}body main .causes_block_items_block_item{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;min-width:280px;padding-top:0;padding-bottom:0;border:none;margin-right:45px}body main .causes_block_items_block_item_title{max-width:200px}body main .causes_block.alternative{display:flex;padding-left:30px}body main .causes_block.alternative .causes_block_items_block{align-items:start}body main .causes_block.alternative .causes_block_items_block_item{margin-right:10px}body main .advantages_block{padding:50px 20px 120px;display:block;overflow:hidden;position:relative}body main .advantages_block_header_title{font-size:27px;max-width:180px;margin-left:10px}body main .advantages_block_header_button{width:calc(100% - 40px);max-width:100%;height:52px;background-color:#9bf0f5;position:absolute;bottom:60px}body main .advantages_block_items_block{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;display:flex;overflow:visible;padding-top:30px;padding-bottom:45px;grid-gap:0}body main .advantages_block_items_block .swiper-slide:not(:last-child){padding-right:10px}body main .advantages_block_items_block_item{min-width:305px;height:160px;float:left;margin:0;grid-template-areas:"number icon" "text .";grid-template-rows:minmax(30px,50px)}body main .advantages_block_items_block_item_number{max-height:60px;padding-bottom:0}body main .types_services_block_header_outher .types_services_block_header_container .types_services_block_header{padding:60px 30px 50px}body main .types_services_block_header_outher .types_services_block_header_container .types_services_block_header_title{max-width:200px}body main .types_services_block_header_outher .types_services_block_header_container .types_services_block_header_button{display:none}body main .types_services_gallery_nav{height:70px !important;padding-left:30px;padding-right:30px;overflow:hidden}body main .types_services_gallery_nav_types_list{width:100%;display:flex}body main .types_services_gallery_nav_types_list_item{margin-right:32px;margin-left:0}body main .types_services_gallery_nav_types_list_item:last-child{margin-right:0 !important}body main .types_services_gallery_nav_options{display:none}body main .types_services_gallery_nav_checkboxes{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;width:100%;display:flex;justify-content:space-between}body main .types_services_gallery_nav_checkboxes_item{margin-right:30px;margin-left:0;white-space:nowrap}body main .types_services_gallery_items_block{padding-bottom:50px;overflow:hidden}body main .types_services_gallery_items_block_list{overflow:hidden}body main .types_services_gallery_items_block_list>*{padding-top:40px;overflow:visible}body main .types_services_gallery_items_block_list>*>.swiper-wrapper{display:flex}body main .types_services_gallery_items_block_list .main_options{padding-left:10px}body main .types_services_gallery_items_block_list .main_options.active{display:flex}body main .types_services_gallery_items_block_list .main_options_item{min-width:305px;margin:0;margin-right:10px;float:left}body main .types_services_gallery_items_block_list .extra_options{padding-left:30px}body main .types_services_gallery_items_block_list .extra_options.active{display:flex}body main .types_services_gallery_items_block_list .extra_options_item{min-width:305px;margin:0;margin-right:10px;float:left}body main .types_services_gallery_items_block_button{margin-top:40px;margin-bottom:0;background-color:#fff}body main .types_services_gallery.single_gallery .types_services_gallery_nav_options{display:flex;justify-content:space-between}body main .types_services_gallery.single_gallery .types_services_gallery_nav_options_item{margin-left:0;margin-right:15px}body main .types_services_gallery.single_gallery .types_services_gallery_nav_options_item:after{min-width:6px}body main .types_services_gallery .gallery_list_items{padding-left:30px;display:flex}body main .types_services_gallery .gallery_list_item{min-width:305px;margin:0;margin-right:10px;float:left}body main .info_personal_areas_block{padding-top:60px;grid-template-columns:1fr;grid-template-areas:'info' 'example';text-align:center;padding-bottom:0}body main .info_personal_areas_block_info{display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;grid-template-areas:'title' 'app_icons' 'counter' 'sub_title' 'text' 'arrows'}body main .info_personal_areas_block_info_title{grid-area:title}body main .info_personal_areas_block_info_counter{grid-area:counter;padding-bottom:20px;margin-top:20px}body main .info_personal_areas_block_info_counter:after{border:1px solid #bac9cb;border-left:none}body main .info_personal_areas_block_info_sub_title{grid-area:sub_title;max-width:220px;font-size:20px;line-height:130%}body main .info_personal_areas_block_info_text{grid-area:text;height:140px}body main .info_personal_areas_block_info_arrows{grid-area:arrows;margin-bottom:30px}body .info_personal_areas_block_info_app_icons{grid-area:app_icons;padding-top:0;margin-bottom:0}body .info_personal_areas_block_info_app_icons_item{height:55px;padding:0 13px;min-width:120px}body .info_personal_areas_block_info_app_icons_item:last-child{margin-right:0}body .info_personal_areas_block_info_app_icons_item img{width:120px}body .info_personal_areas_block_example_block_phone{max-width:280px;width:auto;border-bottom:2px solid #fff}body .info_personal_areas_block_example_block_phone_images{max-width:280px}body .info_personal_areas_block_example_block_phone_images img{max-width:280px}body main .workers_block{padding:60px 30px 50px}body main.main-page-ceo .workers_block{padding:80px 32px}body main .workers_block_info{padding-bottom:44px}body main .workers_block_info_arrows,.rooms-cleaning-block_arrows{display:none}body main .workers_block_items_block_wrap{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}body main .workers_block_items_block_item{width:305px;min-width:305px;margin-right:10px}main .workers_block .order_cleaning_button{max-width:100%;margin-top:44px}body main .order_block{padding-top:80px;padding-bottom:80px}body main .order_block_button{width:100%;height:52px}body main .faq_block{flex-direction:column;padding:50px 30px}body main .faq_block_head{padding-bottom:50px}body main .prof_tool{padding-top:50px;padding-bottom:60px;padding-left:30px;padding-right:30px;grid-template-columns:100%;grid-template-areas:'title' 'block' 'text' 'button'}body main .prof_tool_title{padding-bottom:50px;font-size:27px}body main .prof_tool_text{padding-bottom:30px;font-size:15px;line-height:140%}body main .prof_tool_button{width:100%}body main .prof_tool .before_after_block{max-height:265px;margin-bottom:60px}body main .team_cleaning_block{padding-top:60px;padding-bottom:60px;display:flex}body main .team_cleaning_block_text{padding-bottom:40px}body main .team_cleaning_block_button{width:100%}body main .reviews_block,body main .cleaners_block{padding:60px 0 50px}body main .reviews_block_info,body main .cleaners_block_info{padding-left:30px;padding-right:30px}.swiper-section{padding-top:80px;padding-bottom:80px}.swiper-section .swiper-custom-arrows{display:none}.swiper-section .swiper-custom-wrapper .swiper-custom-slide{margin-right:12px}body main .reviews_block_info_arrows,body main .cleaners_block_info_arrows,body main .problems_block_info_arrows{display:none}body main .reviews_block_items_block,body main .cleaners_block_items_block{padding:0 30px}body main .reviews_block_items_block_wrap,body main .cleaners_block_items_block_wrap{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}body main .reviews_block_items_block_item,body main .cleaners_block_items_block_item{min-width:285px;max-width:285px;margin-right:30px}body main .cleaners_block_items_block_item{min-width:367px}footer>*{padding-left:32px;padding-right:32px}body footer .footer_top{padding-top:64px;padding-bottom:60px;display:flex;flex-direction:column;border-bottom:1px solid #e1e1e1}body footer .footer_top_left{display:flex;margin-bottom:40px}body footer .footer_top_left ul{flex-basis:50%;margin-bottom:0}footer .footer_top_left_list .footer_top_left_list_title{margin-bottom:8px}.messenger_block_text{padding-bottom:20px}body footer .footer_top_right{display:flex;flex-direction:column}body footer .footer_top_right_location{order:1}body footer .footer_top_right_location .city-info{order:2;margin-bottom:44px}body footer .cleanbros-other-countries{display:flex;flex-direction:column;order:1;margin-top:0;margin-bottom:60px}body footer .messenger_block{order:2}body footer .info_personal_areas_block_info{display:none;margin-top:60px;margin-bottom:60px;flex-direction:row;align-items:center}body footer .footer_top_right_location .rustore-item{display:none}body footer .footer_top .messenger_block .info_personal_areas_block_info_app_icons.mobile{margin-top:60px;display:flex;justify-content:space-between;align-items:center}body footer .footer_top .messenger_block .info_personal_areas_block_info_app_icons.mobile .icons-container{display:flex;gap:12px}body footer .messenger_block_items_block{display:flex;flex-direction:column}body footer .messenger_block_items_block_button{margin-right:0;margin-bottom:12px}body footer .messenger_block_items_block_button:last-child{margin-bottom:0}body footer .footer_bottom{padding-top:36px;padding-bottom:90px;padding-left:32px;padding-right:32px}footer .footer_bottom .info_personal_areas_block_info_credit_cards{display:none}body .messenger_block_items_block{padding-bottom:0;display:flex;flex-direction:column;justify-content:center}body .messenger_block_items_block_item{width:100%}body .order{max-width:100%;width:100%;margin-top:30px;padding-left:30px;padding-right:30px;position:static;transform:none}.heading_block.franchise .heading_block_button{margin-top:20px}.heading_block.franchise .heading_block_button .default_button{width:100%;height:52px}body .franchise_options_steps_icons{flex-direction:column}.benefits_gallery .franchise_heading .default_button{height:50px;min-width:90%}body .franchise_options .franchise_options_offer_block{display:flex;flex-direction:column;align-items:center}.franchise_options{padding:60px 30px;border-bottom:2px solid #f4f0ed;margin:0 auto}.franchise_options_steps{padding:20px 0}.franchise_options_steps .franchise_options_steps_list{justify-content:space-evenly;flex-direction:column}.franchise_options_steps_list_item{width:100%;padding-top:50px;margin-left:25%}.franchise_options_steps_list_item .title{padding-bottom:0;width:90%;text-align:left;margin-left:0}.franchise_options_steps_list_item .months{position:static;margin-left:0;text-align:left}.franchise_options_steps_list_item img{transform:rotate(90deg);left:-160px;top:-50px}.franchise_options_steps_icons_arrow{transform:rotate(90deg);background-position:-60px 35%;width:120px}.franchise_options_steps_icons_icon p{padding-bottom:20px}.franchise_options_wrapper{display:flex;flex-direction:row-reverse}body .finance_plan .finance_plan_items{flex-direction:column;max-width:100%}body .finance_plan .finance_plan_items .finance_plan_items_item{min-width:100%;margin:10px 0;min-height:140px}body .feedback_block{flex-direction:column}body .feedback .feedback_plan{min-width:100%;padding-bottom:60px}body .feedback .feedback_form{max-width:100%;padding:20px}body .feedback .feedback_form .feedback_form_block a{font-size:20px}footer .footer_bottom_right_copyright_block{flex-direction:column}.footer-company-data p br:first-child{display:none}}footer .footer_bottom .info_personal_areas_block_info_credit_cards{display:none}footer .footer_top .messenger_block .info_personal_areas_block_info_app_icons.mobile{display:none}@media screen and (max-width:575px){footer>*{padding-left:28px;padding-right:28px}body footer .footer_top{padding-top:60px;padding-bottom:56px}footer .footer_top_left_list .footer_top_left_list_title{font-size:18px;margin-bottom:12px}footer .footer_top_left_list_item{font-size:16px}body footer .footer_top_left{margin-bottom:32px}footer .footer_top_left{display:flex;flex-direction:column;margin-bottom:52px}body footer .cleanbros-other-countries{margin-bottom:56px}footer .footer_top_right_location_city{padding-bottom:8px;font-size:14px}body footer .footer_top_right_location .city-info{margin-bottom:36px}.messenger_block_text{font-size:16px}body footer .messenger_block_items_block_button{margin-bottom:10px}.cleanbros-other-countries .other-countries-title{font-size:18px}.cleanbros-other-countries .other-countries-list .country .country-name{font-size:16px}footer .footer_top .footer_top_right_location .info_personal_areas_block_info{display:none}footer .footer_top .messenger_block .info_personal_areas_block_info_app_icons.mobile{display:flex}footer .info_personal_areas_block_info_credit_cards img{margin-right:8px}footer .footer_bottom{display:flex;flex-direction:column;justify-content:space-between;align-items:center}footer .footer_bottom .footer_bottom_right{width:100%;margin-bottom:30px}body footer .footer_top_left ul{margin-bottom:32px}body footer .footer_top_left ul:last-child{margin-bottom:0}body footer .footer_top .messenger_block .info_personal_areas_block_info_app_icons.mobile .info_personal_areas_block_info_credit_cards{display:none}footer .footer_bottom .info_personal_areas_block_info_credit_cards{display:flex;position:relative}body footer .footer_top .messenger_block .info_personal_areas_block_info_app_icons.mobile .icons-container{display:grid;grid-template-columns:repeat(2,1fr);flex-grow:1;grid-gap:15px}body footer .footer_top .messenger_block .info_personal_areas_block_info_app_icons.mobile .icons-container .info_personal_areas_block_info_app_icons_item{margin-right:0}body footer .footer_top .messenger_block .info_personal_areas_block_info_app_icons.mobile .icons-container .info_personal_areas_block_info_app_icons_item.rustore-item,body footer .footer_top .messenger_block .info_personal_areas_block_info_app_icons.mobile .icons-container .info_personal_areas_block_info_app_icons_item.rustore-item img{width:100%}footer .footer_bottom_right_copyright_block{flex-direction:column-reverse}body main>*{padding:64px 28px}body header>*{padding-left:28px;padding-right:28px}body header .head_image .small_calculator{left:0;right:0}body .contacts_addresses_content_list_item{display:block;height:auto;padding:30px 0}body .contacts_addresses_content_list_item_name{margin-bottom:8px}.contacts_addresses_content_list_item .contacts_addresses_content_list_item_tel{margin-right:8px;color:#b5b0ac}body header.blog_head .heading_block{padding-bottom:40px}body main .faq_block_head{padding-bottom:32px}body main .workers_block_info{padding-bottom:32px}body main .workers_block_info h3{line-height:118%}body main .info_personal_areas_block_info_arrows{margin-bottom:0}}.article-content{font-size:14px}.article-content p{line-height:140%}.article-content ul{padding-left:1em;line-height:140%}.article-content ul li{list-style-type:disc;opacity:.4}.region-dropdown{position:relative}.region-dropdown_hide_input{display:none}.region-dropdown .form_input:focus{border-bottom-left-radius:0;border-bottom-right-radius:0}.region-dropdown_block_list{display:none;position:absolute;margin:0;padding:0;border:1px solid #dfdcda;background-color:#fff;z-index:9999;overflow-x:hidden;overflow-y:auto;width:100%;max-height:400px;color:#5c5e8d}.region-dropdown_block_list.show{display:block}.region-dropdown_block_list_item{padding-left:20px;padding-top:10px;padding-bottom:10px;display:flex;justify-content:space-between;align-items:center}.region-dropdown_block_list_item:hover{background:#B5B0AC20;cursor:pointer}.region-dropdown_block_list_item.active{background:#B5B0AC20;cursor:pointer}.region-dropdown_block_list_item a{text-decoration:none}:root #kladr_autocomplete ul{position:absolute;display:block;margin:0;padding:0;border:1px solid #dfdcda;background-color:#fff;z-index:9999;overflow-x:hidden;overflow-y:auto;min-width:200px;max-height:420px;color:#5c5e8d}:root #kladr_autocomplete li{padding-left:20px;padding-top:10px;padding-bottom:10px;display:flex;justify-content:space-between;align-items:center}:root #kladr_autocomplete li:hover{background:#B5B0AC20;cursor:pointer}:root #kladr_autocomplete li.active{background:#B5B0AC20;cursor:pointer}:root #kladr_autocomplete li a{text-decoration:none}.landing-top-menu .logo{width:190px;height:30px}.landing-top-menu_desktop{display:flex;align-items:center;margin-right:18px}.landing-top-menu_desktop_city-desk{margin-right:15px;font-size:12px;line-height:15px;color:#bbb8b6}.landing-top-menu_desktop_city{font-size:14px;line-height:17px;display:flex;align-items:center;cursor:pointer}.landing-top-menu_desktop_city svg{margin-top:5px;margin-left:5px;width:13px;height:13px}@media (max-width:768px){.landing-top-menu_desktop{display:none}body main .reviews_block.desktop{display:none}body main .reviews_block.tablet{display:flex;flex-direction:column}body main .reviews_block.tablet .reviews_block_items_block{margin-bottom:46px}body main .reviews_block.tablet .reviews_block_info_title{margin-bottom:0}body main .reviews_block .review{margin-right:20px;max-width:300px;min-width:300px}body main .reviews_block.tablet .reviews-action{padding-left:30px;padding-right:30px}}@media (max-width:525px){body main .advantages_block_items_block_item{min-width:280px;max-width:280px}body main .types_services_block_nav{padding-left:5px;padding-right:5px}body main .types_services_block .main_options_item{min-width:280px;max-width:280px}body main .workers_block_items_block_item{min-width:280px;max-width:280px}body main .reviews_block_items_block,body main .cleaners_block_items_block{padding-left:28px}body main .cleaners_block_items_block_item{min-width:280px;max-width:280px}body .info_personal_areas_block{padding-left:20px;padding-right:20px}body .info_personal_areas_block_example_block_phone{max-width:none !important;min-width:auto;width:280px !important;background-size:cover}body .info_personal_areas_block_example_block_phone_images img{min-width:240px}body main .cleaners_block_items_block{padding-left:28px}body main .cleaners_block_items_block_item{min-width:280px;max-width:300px;width:300px;padding:24px}body main .cleaners_block_items_block_item .cleaner-header .cleaner-avatar img{width:80px;height:80px}body main .cleaners_block_items_block_item .cleaner-header .cleaner-info .cleaner-name{font-size:16px}body main .cleaners_block_items_block_item .cleaner-header .cleaner-info .cleaner-exp-age{font-size:12px}body main .cleaners_block_items_block_item .cleaner-header .cleaner-avatar .cleaner-rating{font-size:14px}body main .cleaners_block_items_block_item .cleaner-review .cleaner-review-title{font-size:12px}body main .cleaners_block_items_block_item .cleaner-review .cleaner-review-text{font-size:14px}body main .cleaners_block_items_block_item .cleaner-footer .metro-station{margin-bottom:0}body main .reviews_block.tablet .reviews-action{padding-left:28px;padding-right:28px}}@media (max-width:768px){.landing>*{padding-left:18px;padding-right:18px}}.landing .landing-title{font-size:20px;line-height:24px;color:#000}@media (min-width:768px){.landing .landing-title{font-size:27px}}.landing .landing-head-wrap{margin-bottom:35px}.landing .landing-head{height:180px;width:100%;max-width:420px;background-image:url("/dist/images/landing-head-mobile.png");background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:20px}.landing .landing-head_content{max-width:150px;padding-top:26px;padding-left:10px}.landing .landing-head_content>*{margin-bottom:6px}.landing .landing-head_content>*:last-child{margin-bottom:0}.landing .landing-head_subtitle{display:none}.landing .landing-head_text{font-size:12px;line-height:15px}.landing .landing-head .landing-rooms-block{display:none}.landing .calculator_advantages{padding-left:28px;padding-right:28px}.landing .landing-rooms-block{padding:28px 40px;background:#f5f0ed}.landing .landing-rooms-block_title{margin-bottom:36px}.landing .landing-rooms-block_input-wrap{margin-bottom:12px;background:#fff;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.landing .landing-rooms-block_input-wrap_value{width:100%;padding:12px 0;text-align:center;font-size:14px;line-height:17px}.landing .landing-rooms-block_input-wrap .plus,.landing .landing-rooms-block_input-wrap .minus{min-width:20px;min-height:20px;box-sizing:content-box;padding:12px;cursor:pointer}.landing .landing-rooms-block_button{display:block;background:#61f0f6;border-radius:10px;text-align:center;padding:16px;cursor:pointer;font-size:14px;line-height:17px}@media (min-width:768px){.landing .landing-rooms-block{max-width:none}.landing .landing-rooms-block_title{text-align:center}.landing .landing-rooms-block_input-wrap,.landing .landing-rooms-block_button{max-width:300px;margin-right:auto;margin-left:auto}}.landing .landing-what-in-cleaning{padding:40px 28px 30px}.landing .landing-what-in-cleaning_title{margin-bottom:38px}.landing .landing-what-in-cleaning_list{display:flex;flex-direction:column;margin-bottom:28px}.landing .landing-what-in-cleaning_list>*{margin-bottom:12px}.landing .landing-what-in-cleaning_list>*:last-child{margin-bottom:0}.landing .landing-what-in-cleaning_list-item{font-size:14px;line-height:17px;color:#000;display:flex}.landing .landing-what-in-cleaning_list-item span{padding-left:14px}.landing .landing-what-in-cleaning_list-item:before{content:'';width:20px;height:20px;min-width:20px;min-height:20px;display:inline-block;background-image:url("/dist/images/icons/landing-list-item.svg");background-size:cover;background-position:center;background-repeat:no-repeat}.landing .landing-what-in-cleaning_button{max-width:200px;height:40px;margin:0 auto;background:#61f0f6;border-radius:20px;font-size:14px;line-height:17px;display:flex;justify-content:center;align-items:center;cursor:pointer}.landing .workers_block_info{display:flex;flex-direction:column;padding-bottom:35px}.landing .workers_block_info_title{margin-bottom:14px;font-size:20px;line-height:24px;color:#000}.landing .workers_block_info_text{font-size:14px;line-height:17px;color:#000;margin-bottom:14px}.landing .landing-reviews{padding:40px 28px 58px}.landing .landing-reviews_head{display:flex;justify-content:space-between;margin-bottom:36px}.landing .landing-reviews_rate{display:flex;justify-content:center;align-items:center;padding:10px 12px;background:#61f0f6;border-radius:20px;font-size:24px;line-height:29px;color:#fff}.landing .landing-reviews_list{display:flex;flex-direction:column;margin-bottom:38px}.landing .landing-reviews_list>*{margin-bottom:18px}.landing .landing-reviews_list>*:last-child{margin-bottom:0}.landing .landing-reviews_list-item{padding:18px 28px;background:#f5f0ed;border-radius:20px}.landing .landing-reviews_list-item_title{font-size:14px;line-height:17px;margin-bottom:18px}.landing .landing-reviews_list-item_points{display:flex;flex-direction:column}.landing .landing-reviews_list-item_points>*{margin-bottom:11px}.landing .landing-reviews_list-item_points>*:last-child{margin-bottom:0}.landing .landing-reviews_list-item_point_title{font-size:8px;line-height:10px;color:#aaa8a7}.landing .landing-reviews_list-item_point_text{display:flex;align-items:center;min-height:20px}.landing .landing-reviews_list-item_point_text .landing-reviews_list-item_rate{margin-left:10px}.landing .landing-reviews_list-item_rate{padding:6px 11px 4px;background:#08dde6;border-radius:10px;font-weight:700;font-size:16px;line-height:16px;color:#fff}.landing .landing-reviews_button{max-width:200px;height:40px;margin:0 auto;background:#fff;border:1px solid #61f0f6;box-sizing:border-box;border-radius:20px;font-size:14px;line-height:17px;color:#61f0f6;display:flex;justify-content:center;align-items:center;cursor:pointer}@media (min-width:768px){.landing .landing-reviews_list{flex-direction:row;flex-wrap:wrap}.landing .landing-reviews_list>*{margin-right:18px}.landing .landing-reviews_list>*:last-child{margin-right:0;margin-bottom:18px}.landing .landing-reviews_list-item{width:calc(33% - 18px)}}@media (min-width:768px){.landing .mobile-only{display:none}.landing .landing-head-wrap{max-width:none;margin:0 0 67px;padding:0}.landing .landing-head{max-width:none;height:636px;background-image:url("/dist/images/landing-head.jpg")}.landing .landing-head_content_wrap{background:rgba(245,240,237,.8)}.landing .landing-head_content{width:100%;max-width:1200px;margin:0 auto;padding:35px 20px 45px;display:flex;justify-content:space-between}.landing .landing-head_subtitle{display:block;font-size:20px;line-height:24px;margin-top:11px}.landing .landing-head .landing-rooms-block{display:block;padding:0;background:0 0}.landing .calculator_advantages{padding:35px;display:flex;background:#fff;border:2px solid #c4c4c4;box-sizing:border-box;box-shadow:0 4px 4px rgba(0,0,0,.08);border-radius:20px;max-width:698px}.landing .calculator_advantages_inner{grid-template-columns:1fr 1fr;grid-gap:0}.landing .calculator_advantages_inner_advantage{padding:35px;border-right:1px solid #aaa8a7}.landing .calculator_advantages_inner_advantage:nth-child(2n){border-right:none}.landing .calculator_advantages_inner_advantage:nth-child(4n+3),.landing .calculator_advantages_inner_advantage:nth-child(4n+4){border-top:1px solid #aaa8a7;border-bottom:1px solid #aaa8a7}.landing .calculator_advantages_inner_advantage i{transform:scale(1.3);margin-bottom:14px}.landing .calculator_advantages_inner_advantage_title{margin-bottom:15px}.landing .calculator_advantages_inner_advantage p{margin:0;max-width:170px;font-size:14px;line-height:17px;color:#aaa8a7}.landing .landing-what-in-cleaning_title{text-align:center}.landing .landing-what-in-cleaning_list{max-width:380px;margin-left:auto;margin-right:auto}.landing .landing-what-in-cleaning_button{display:none}.landing .workers_block_info{max-width:450px;margin:0 auto;align-items:flex-start}.landing .workers_block_info_arrows{align-self:flex-end}.landing .workers_block_info_arrows_left,.landing .workers_block_info_arrows_right{width:35px;height:35px;background-image:none;border:1px solid #aaa8a7;border-radius:50%;display:flex;justify-content:center;align-items:center}.landing .workers_block_info_arrows_left{margin-right:5px}.landing .workers_block_info_arrows_right svg{transform:rotate(180deg)}}@media (min-width:1000px){.landing .calculator_advantages{max-width:976px}.landing .calculator_advantages_inner{grid-template-columns:1fr 1fr 1fr}.landing .calculator_advantages_inner_advantage:nth-child(2n){border-right:1px solid #aaa8a7}.landing .calculator_advantages_inner_advantage:nth-child(3n){border-right:none}.landing .calculator_advantages_inner_advantage:nth-child(4n+3),.landing .calculator_advantages_inner_advantage:nth-child(4n+4){border-top:none;border-bottom:none}.landing .calculator_advantages_inner_advantage:nth-child(6n-3),.landing .calculator_advantages_inner_advantage:nth-child(6n-4),.landing .calculator_advantages_inner_advantage:nth-child(6n-5){border-bottom:1px solid #aaa8a7}.landing .landing-what-in-cleaning_list{display:grid;grid-template-columns:1fr 1fr;max-width:800px}.landing .landing-what-in-cleaning_button{display:flex}}.landing-fixed-menu-bottom_wrap{display:none}@media (max-width:768px){.landing-fixed-menu-bottom_wrap{display:block}}.landing-fixed-menu-bottom{width:100%;padding:18px 45px;position:fixed;bottom:0;background:#fff;filter:drop-shadow(2px 4px 15px rgba(0,0,0,.25));z-index:1}.landing-fixed-menu-bottom_button{height:40px;background:#61f0f6;border-radius:20px;font-size:14px;line-height:17px;display:flex;align-items:center;justify-content:center}.landing-footer{padding:30px 0 100px}.landing-footer_dropdown-lists{margin-bottom:30px}.landing-footer_dropdown-list{border-top:1px solid #e5e5e5}.landing-footer_dropdown-list:last-child{border-bottom:1px solid #e5e5e5}.landing-footer_dropdown-list_title{padding:13px 0;font-size:14px;line-height:17px;color:#333;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.landing-footer_dropdown-list_title:after{content:'';display:block;width:12px;height:7px;background-image:url(/dist/images/icons/arrow_menu.svg);opacity:.3;background-repeat:no-repeat;background-position:center;background-size:cover}.landing-footer_dropdown-list ul{margin:0;padding-bottom:13px;padding-left:20px;display:none}.landing-footer_dropdown-list li{padding:4px 0}.landing-footer_dropdown-list.show .landing-footer_dropdown-list_title:after{transform:scale(1,-1)}.landing-footer .messenger_block{margin-bottom:18px}.landing-footer .messenger_block_text{text-align:center}.landing-footer .messenger_block_desktop-text{display:none}.landing-footer_info{display:flex;flex-direction:column;align-items:center}.landing-footer_info>*{width:100%;display:block}.landing-footer_info_city{display:flex;align-items:center;margin-bottom:14px;font-size:14px;line-height:17px}.landing-footer_info_phone{display:block;margin-bottom:24px;font-size:24px;line-height:28px}.landing-footer_info_text{margin-bottom:24px;font-size:12px;line-height:15px;text-align:center}.landing-footer_info_payment{margin-bottom:24px;display:flex;justify-content:center;align-items:center}.landing-footer_info_payment>img{max-width:35px;max-height:25px;object-fit:contain;margin-right:8px}.landing-footer_info_payment>img:last-child{margin-right:0}.landing-footer_info_social{display:flex;align-items:center;justify-content:center;margin-bottom:30px}.landing-footer_info_social>*{margin-right:8px}.landing-footer_info_social>*:last-child{margin-right:0}.landing-footer_info_social_item{width:30px;height:30px;padding:6px;border-radius:50%;background:#464646}.landing-footer_info_social_item img{width:100%;height:100%;object-fit:cover}.landing-footer_info_app{display:flex;max-width:280px;margin-bottom:40px;margin-right:auto;margin-left:auto}.landing-footer_info_app_item{width:calc(50% - 5px);height:44px;margin-right:10px;padding:8px;display:flex;align-items:center;justify-content:center;background:#333;border-radius:60px}.landing-footer_info_app_item:last-child{margin-right:0}.landing-footer_info_app_item img{width:120px}.landing-footer_info_copyright{margin-bottom:5px;font-size:14px;line-height:17px;text-align:center;color:#aaa8a7}.landing-footer_info_service-agreement{display:block;font-size:13px;line-height:17px;text-align:center;color:#aaa8a7;text-decoration:underline}@media (min-width:768px){.landing-footer{padding:60px 0 0;background:#cfcfcf}.landing-footer .landing-footer_content{padding:0 110px;display:flex;justify-content:space-between;border-bottom:1px solid #828282}.landing-footer .landing-footer_dropdown-lists{width:100%;max-width:360px;flex-shrink:0}.landing-footer .landing-footer_dropdown-list{border:none}.landing-footer .landing-footer_dropdown-list_title{color:#828282;border-bottom:1px solid}.landing-footer .landing-footer_dropdown-list ul{margin-top:10px;padding:0}.landing-footer .landing-footer_dropdown-list li{font-size:14px;line-height:17px}.landing-footer .messenger_block{width:100%;max-width:250px}.landing-footer .messenger_block_text{display:none}.landing-footer .messenger_block_desktop-text{margin-bottom:24px;display:block;font-size:14px;line-height:17px;color:#828282;padding-bottom:4px;border-bottom:1px solid #828282}.landing-footer .messenger_block_items_block{grid-template-columns:1fr}.landing-footer .messenger_block_items_block_button{background:#61f0f6}.landing-footer .landing-footer_info_wrapper{max-width:none;padding:0}.landing-footer .landing-footer_info{padding:0}.landing-footer .landing-footer_info_content{max-width:1200px;padding:0 110px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.landing-footer .landing-footer_info_content_left,.landing-footer .landing-footer_info_content_right{position:relative;align-self:flex-start;padding-top:18px;padding-bottom:18px}.landing-footer .landing-footer_info_content_left{padding-right:80px}.landing-footer .landing-footer_info_content_left .landing-footer_info_city{position:absolute;bottom:18px;right:0}.landing-footer .landing-footer_info_content_right{display:flex;flex-direction:row-reverse}.landing-footer .landing-footer_info_city{margin:0;cursor:pointer}.landing-footer .landing-footer_info_phone{margin-bottom:4px}.landing-footer .landing-footer_info_text{margin:0}.landing-footer .landing-footer_info_app{margin-right:20px;margin-bottom:0}.landing-footer .landing-footer_info_social{margin-bottom:0}.landing-footer .landing-footer_info_bottom{padding:23px 0;border-top:1px solid #828282}}@media (min-width:1200px){.landing-footer{padding-top:115px}.landing-footer .landing-footer_content{padding:0}.landing-footer .landing-footer_info_content{padding:0}.landing-footer .landing-footer_dropdown-lists{display:flex;max-width:800px}.landing-footer .landing-footer_dropdown-list{margin-right:48px}.landing-footer .landing-footer_dropdown-list_title{cursor:auto}.landing-footer .landing-footer_dropdown-list_title:after{content:none}.landing-footer .landing-footer_dropdown-list ul{display:block}}.address-result-list{position:absolute;display:block;margin:0;padding:0;border:1px solid #dfdcda;background-color:#fff;z-index:9999;overflow-x:hidden;overflow-y:auto;min-width:200px;max-height:420px}.address-result-list_item{padding-left:20px;padding-top:10px;padding-bottom:10px;display:flex;align-items:center;cursor:pointer}.address-result-list_item:hover{background:#B5B0AC20}.address-result-list_item_title{font-size:15px;line-height:15px}.address-result-list_item_desc{padding-left:8px;font-size:12px;line-height:12px;color:#aaa}.franchise-info-block{padding-bottom:40px}.franchise-info-block_title{text-align:center;font-size:36px}.franchise-info-block_text{margin-top:10px;text-align:center;font-size:20px}.franchise-image-block{padding:60px 0}.franchise-image-block_title{text-align:center;font-size:36px;margin-bottom:20px}.franchise-image-block_subtitle{text-align:center;font-size:20px;margin-bottom:30px}.franchise-image-block_img{margin:0 auto;display:block;max-width:800px;width:100%;object-fit:cover}.franchise-image-block_img.img-mobile{display:none}@media (max-width:768px){.franchise-image-block_title{padding-right:20px;padding-left:20px;text-align:left}.franchise-image-block_subtitle{padding-right:20px;padding-left:20px;text-align:left}.franchise-image-block_img.img-mobile{display:block}.franchise-image-block_img.img-desktop{display:none}}.franchisee-blockquote{margin-top:40px}.franchisee-blockquote_header{display:flex;flex-direction:column;align-items:center}.franchisee-blockquote_title{margin-bottom:20px;text-align:center;font-size:38px;font-weight:500}.franchisee-blockquote_media{text-align:center}.franchisee-blockquote_media_img{margin-bottom:10px;width:200px;height:200px;border-radius:50%;object-fit:cover}.franchisee-blockquote_media_subtitle{font-size:14px}.franchisee-blockquote_media_title{font-size:21px}.franchisee-blockquote_content{padding:20px 0;position:relative;font-size:22px;font-style:italic}.franchisee-blockquote_content_text p{text-indent:1.5em}.franchisee-blockquote_content_quote{position:absolute;width:85px;height:auto;object-fit:cover}.franchisee-blockquote_content_quote.quote-start{top:-40px;left:0}.franchisee-blockquote_content_quote.quote-end{bottom:-40px;right:0;transform:rotate(180deg)}@media (max-width:768px){.franchisee-blockquote_media_subtitle{font-size:12px}.franchisee-blockquote_media_title{font-size:16px}.franchisee-blockquote_content{margin:0 10px;padding:30px 0;font-size:16px;font-weight:500}.franchisee-blockquote_content_quote{width:60px;height:auto}.franchisee-blockquote_content_quote.quote-start{top:0}.franchisee-blockquote_content_quote.quote-end{bottom:0}}.franchisee-block{max-width:100%;padding-top:130px;padding-bottom:130px;background:#f4f0ed}.franchisee-block_content{max-width:1200px;margin:0 auto}.franchisee-block_title{text-align:center;font-size:38px;font-weight:500;margin-bottom:60px}.franchisee-block_list{display:grid;grid-gap:20px;grid-template-columns:1fr 1fr 1fr}.franchisee-block_item{padding:26px;border-radius:12px;background:#fff}.franchisee-block_item_header{display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #dfdcda;padding-bottom:20px}.franchisee-block_item_header>*{margin-bottom:6px}.franchisee-block_item_header>*:last-child{margin-bottom:0}.franchisee-block_item_media{width:70px;height:70px;border-radius:50%;overflow:hidden}.franchisee-block_item_media_content{width:100%;height:100%;object-fit:cover}.franchisee-block_item_title{font-size:20px}.franchisee-block_item_subtitle{font-size:18px;color:#8e8e8e}.franchisee-block_item_text{margin-top:20px;font-size:16px;color:#8e8e8e}@media (max-width:768px){.franchisee-block{overflow:hidden}.franchisee-block_list{display:flex;grid-gap:0}.franchisee-block_list>*{margin-right:10px}.franchisee-block_list>*:last-child{margin-right:0}.franchisee-block_item{min-width:305px}}.article-page-container{max-width:1200px;margin:0 auto;padding:100px 20px 0}.article-page-container p{font-weight:400;font-size:20px;line-height:160%;margin-bottom:24px !important;margin-top:0;text-align:left;font-family:Lora}.article-page-container img{max-width:690px;border-radius:8px;margin-bottom:24px}.article-page-container p img{margin-bottom:0}.article-page-container h1{margin:0}.article-page-container h2{font-weight:400;font-size:38px;line-height:110%;margin-top:72px;margin-bottom:24px}.article-page-container h3{font-weight:400;font-size:28px;line-height:110%;margin-top:0;margin-bottom:24px}.article-page-container ul{margin-top:0;margin-bottom:36px;padding-left:0}.article-page-container li{margin-bottom:10px;position:relative;font-weight:400;font-size:20px;line-height:160%;padding-left:20px;font-family:Lora}.article-page-container ul li:before{position:absolute;left:0;top:10px;content:'';width:10px;height:10px;border-radius:50%;background:#9bf0f5}.article-page-container ol{counter-reset:listCounter;margin-top:0;margin-bottom:36px;padding-left:0}.article-page-container ol li{padding-left:30px;counter-increment:listCounter}.article-page-container ol li:before{position:absolute;left:0;top:5px;content:counter(listCounter);color:#333;width:20px;height:20px;border-radius:50%;background:#9bf0f5;font-size:12px;line-height:22px;font-family:Gerbera;text-align:center}.article-page-container table{border:.5px solid #b5b0ac;border-radius:12px;padding:32px;width:100%;margin-bottom:24px;border-spacing:0}.article-page-container table *{font-weight:400;font-size:16px;line-height:130%}.article-page-container table tr{position:relative}.article-page-container table tr td{padding-bottom:24px;padding-top:24px;padding-right:24px;text-align:start;border-bottom:1px solid #d6d0cd}.article-page-container table tr td:last-child{padding-right:0}.article-page-container table tr:last-child td{border:none}.article-page-container table tr:first-child td{padding-top:0}.article-page-container table tr:last-child td{padding-bottom:0;border-bottom:0}.article-page-container a{color:#235374;text-decoration:underline}.article-page-container blockquote{background:#f4f0ed;border-radius:8px;padding:24px;margin:0;font-size:20px;line-height:140%;color:#010101;margin-bottom:36px}.article-page-container .article-page-header .article-date{font-size:14px;line-height:140%;color:#b5b0ac;margin-bottom:8px}.article-page-container .article-page-content{max-width:690px;width:100%;margin-bottom:56px}.article-page-container .article-page-content .article-title{font-size:52px;line-height:120%;font-weight:400;margin-top:0;margin-bottom:40px}.article-page-container .article-page-content .article-main-image{width:100%;object-fit:cover;border-radius:8px;margin-bottom:44px}.article-page-container .share-container{margin-bottom:100px}.article-page-container .share-container .share-title{font-size:14px;line-height:140%;letter-spacing:.1em;text-transform:uppercase;color:#a7a4a3;margin-bottom:20px}.article-page-container .share-container .share-links{display:flex}.article-page-container .share-container .share-links .share-link{width:50px;height:50px;border-radius:50%;border:1px solid #dfdcda;background:#fff;margin-right:10px;display:flex;justify-content:center;align-items:center}.article-page-container .share-container .share-links .share-link img{margin-bottom:0;width:20px;border-radius:0}.article-page-container .share-container .share-links .share-link:last-child{margin-right:0}@media screen and (max-width:768px){.article-page-container{padding-top:92px}.article-page-container img{max-width:100%}}@media screen and (max-width:575px){.article-page-container table{min-width:500px !important}.article-page-container .table-wrapper{overflow-x:auto;width:100vw;margin-left:-28px}.article-page-container table tr:after{display:none}.article-page-container table tr td{border-bottom:1px solid #d6d0cd}.article-page-container table tr:last-child td{border-bottom:none}.article-page-container{padding-top:28px}.article-page-container p{font-size:14px;margin-bottom:16px !important}.article-page-container img{margin-bottom:12px;max-height:180px}.article-page-container h2{font-size:22px;margin-top:48px;margin-bottom:16px}.article-page-container h3{font-size:16px;margin-bottom:16px}.article-page-container li{margin-bottom:8px;font-size:14px}.article-page-container ul li:before{top:6px}.article-page-container ol li:before{top:0}.article-page-container table{padding:24px 20px}.article-page-container table tr td{padding-bottom:12px;padding-top:12px;padding-right:12px;vertical-align:baseline}.article-page-container blockquote{padding:20px;font-size:16px;margin-bottom:24px}.article-page-container .article-page-content{margin-bottom:26px}.article-page-container .article-page-content .article-title{font-size:24px;margin-bottom:28px}.article-page-container .article-page-content .article-main-image{margin-bottom:36px}}.landing-view .popup-form .dry-cleaning-form-order,.landing-view .hero-form-section .dry-cleaning-form-order{background:#fff;border-radius:12px;width:466px;display:flex;flex-direction:column;align-items:center}.landing-view .popup-form .dry-cleaning-form-order .form-label,.landing-view .hero-form-section .dry-cleaning-form-order .form-label{margin-bottom:20px;font-size:14px;line-height:140%;letter-spacing:.1em;text-transform:uppercase;text-align:center}.landing-view .popup-form .dry-cleaning-form-order .form-content,.landing-view .hero-form-section .dry-cleaning-form-order .form-content{padding:36px 36px 28px;width:100%}.landing-view .popup-form .dry-cleaning-form-order input,.landing-view .hero-form-section .dry-cleaning-form-order input{margin-bottom:12px}.order-form input{margin-bottom:0 !important}.landing-view .popup-form .dry-cleaning-form-order .form-actions,.landing-view .hero-form-section .dry-cleaning-form-order .form-actions{padding:28px 36px 36px;width:100%;border-top:1px solid #d6d0cd}.section-with-tabs-items-inner.dry-cleaning-description-inner.carpet,.section-with-tabs-items-inner.dry-cleaning-description-inner.curtain{overflow-x:auto}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;margin:0 20px;padding:0}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items-container{display:none}.dry-cleaning-items-container::-webkit-scrollbar{display:none}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items-container.active{display:block;margin-left:0;margin-right:0;overflow-y:hidden;overflow-x:auto}.dry-cleaning-description-outer .dry-cleaning-description-inner{flex-direction:column}.dry-cleaning-description-outer .dry-cleaning-description-inner .button{display:none}.dry-cleaning-description-outer .dry-cleaning-description-inner .button.visible{display:block;width:300px;align-self:center}.dry-cleaning-description-outer .dry-cleaning-description-inner .button.full .less{display:block}.dry-cleaning-description-outer .dry-cleaning-description-inner .button.full .more{display:none}.dry-cleaning-description-outer .dry-cleaning-description-inner .button .less{display:none}.dry-cleaning-description-outer .dry-cleaning-description-inner .button .more{display:block}.dry-cleaning-description-outer .dry-cleaning-description-inner .button .desktop{display:block}.dry-cleaning-description-outer .dry-cleaning-description-inner .button .mobile{display:none}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item{background:#fff;border-radius:8px;position:relative;padding:20px;overflow-y:visible}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.hidden{display:none}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items.mattress{grid-template-columns:repeat(4,1fr)}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items.mattress .dry-cleaning-item{height:140px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items.active.curtain,.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items.active.carpet{display:flex}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.curtain,.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.carpet{padding:20px;display:block;background:#fff;border-radius:24px;overflow:hidden;height:auto;width:367px;min-width:367px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.curtain .item-image,.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.carpet .item-image{width:327px;max-height:327px;border-radius:16px;margin-bottom:16px;position:relative}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.curtain .dry-cleaning-item-body,.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.carpet .dry-cleaning-item-body{display:flex;align-items:flex-start;justify-content:space-between}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item .dry-cleaning-item-title{font-size:20px;line-height:140%;margin-bottom:10px;position:relative;z-index:1;display:block;align-items:center;width:175px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.big .dry-cleaning-item-title{display:flex}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item .dry-cleaning-item-title .icon-question{display:inline-flex;width:20px;min-width:20px;height:20px;border-radius:50%;background:#d6d0cd;justify-content:center;align-items:center;font-size:14px;color:#fff;margin-left:8px;cursor:pointer;padding-top:3px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.curtain .dry-cleaning-item-title,.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.carpet .dry-cleaning-item-title{margin-bottom:0;flex-basis:60%;width:auto}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item .dry-cleaning-item-price{height:33px;width:fit-content;padding:0 12px;text-align:center;margin-bottom:22px;background:#f4f0ed;border-radius:30px;font-size:18px;line-height:35px;position:relative;z-index:1}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item .dry-cleaning-item-desc{position:absolute;background:#767575;border-radius:12px;padding:15px;font-size:12px;line-height:140%;width:280px;z-index:10;display:none;left:10px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items.mattress .dry-cleaning-item .dry-cleaning-item-desc{bottom:0}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item .dry-cleaning-item-body .dry-cleaning-item-desc{bottom:70px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item .dry-cleaning-item-desc.active{display:block}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item .dry-cleaning-item-desc span{color:#fff}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item .more-button{font-size:15px;line-height:152%;color:#b5b0ac}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item .item-image{position:absolute;right:0;bottom:0;height:100%;z-index:0;border-bottom-right-radius:8px;border-top-right-radius:8px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.big{height:230px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items.mattress .dry-cleaning-item .item-image{max-height:115px;height:100%}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.big .dry-cleaning-item-title{width:100%}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.big .item-image{max-width:300px;width:100%;height:auto}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.chair .item-image{height:100%}.before-after-outer{display:flex;flex-direction:column}.before-after-outer .before-after-content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;overflow:hidden}.before-after-outer .before-after-content .before_after_block_content{grid-area:auto;height:fit-content;display:block}.before-after-outer .before-after-content .before_after_block_content.hidden{display:none}.before-after-outer .before-after-content .before_after_block_content img{max-height:305px;height:305px}.before-after-outer .more-button{max-width:365px;margin-top:60px;align-self:center;width:100%}.before-after-outer .more-button .less{display:none}.before-after-outer .more-button .more{display:block}.before-after-outer .more-button.full .less{display:block}.before-after-outer .more-button.full .more{display:none}.before-after-outer .more-button .desktop_mobile{display:block}.before-after-outer .more-button .tablet{display:none}.why-us-outer .why-us-inner{display:flex;justify-content:space-between}.why-us-outer .why-us-inner .why-us-title{margin-right:30px}.why-us-outer .why-us-inner .advantages{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));grid-gap:20px}.why-us-outer .why-us-inner .advantages .advantage{background:#fff;border-radius:12px;min-height:185px;padding:24px}.why-us-outer .why-us-inner .advantages .advantage .advantage-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #d6d0cd;margin-bottom:12px}.why-us-outer .why-us-inner .advantages .advantage .advantage-header .advantage-title{font-size:18px;line-height:148%;margin-right:16px}.why-us-outer .why-us-inner .advantages .advantage .advantage-desc{font-size:15px;line-height:152%;color:#767575}.dry-cleaning-process-outer .section-title{margin-bottom:60px}.dry-cleaning-process-outer .process-steps{display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.dry-cleaning-process-outer .process-steps::-webkit-scrollbar{display:none}.dry-cleaning-process-outer .process-steps .step{min-width:208px;margin-right:30px}.dry-cleaning-process-outer .process-steps .step:last-child{margin-right:0}.dry-cleaning-process-outer .process-steps .step:last-child .step-icon:after{display:none}.dry-cleaning-process-outer .process-steps .step .step-icon{border-radius:50%;background:#f4f0ed;width:72px;height:72px;margin-bottom:16px;display:flex;justify-content:center;align-items:center;position:relative}.dry-cleaning-process-outer .process-steps .step .step-icon:after{position:absolute;top:36px;right:-166px;content:' ';height:1px;width:166px;background:#f4f0ed}.dry-cleaning-process-outer .process-steps .step .step-title{margin-bottom:10px;font-size:18px;line-height:148%}.dry-cleaning-process-outer .process-steps .step .step-text{font-size:15px;line-height:152%}.dry-cleaning-videos-outer .dry-cleaning-videos-inner .videos-container{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:30px}.dry-cleaning-videos-outer .dry-cleaning-videos-inner .videos-container iframe{width:100%;height:320px;border-radius:12px}.problems-outer{max-width:100%;overflow:hidden}.problems-outer .problems-inner{max-width:1200px;margin:0 auto}.problems-outer .problems-header{align-items:flex-end}.problems-outer .problem{padding:28px;background:#fff;border:1px solid #b5b0ac;border-radius:12px !important;position:relative;margin-right:30px;overflow:hidden;width:367px;min-height:270px;height:270px}.problems-outer .problem:last-child{margin-right:0}.problems-outer .problem .problem-title{font-size:20px;line-height:140%}.problems-outer .problem img{position:absolute;bottom:0;right:0;height:150px}.price-factors-outer .section-title{margin-bottom:60px}.price-factors-outer .factors-container{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:30px}.price-factors-outer .factors-container .factor{padding:20px;background:#fff;border:1px solid #b5b0ac;border-radius:12px;min-height:236px}.price-factors-outer .factors-container .factor .factor-icon{width:80px;height:80px;border-radius:50%;background:#f4f0ed;margin-bottom:12px;display:flex;justify-content:center;align-items:center}.price-factors-outer .factors-container .factor .factor-title{font-size:18px;line-height:148%;margin-bottom:8px}.price-factors-outer .factors-container .factor .factor-text{font-size:15px;line-height:152%;color:#b5b0ac}.price-table-outer .section-title{margin-bottom:60px}.price-table-outer table{border:.5px solid #b5b0ac;border-spacing:0;border-radius:12px;width:100%}.price-table-outer table *{font-weight:400;font-size:16px;line-height:130%}.price-table-outer table tr{position:relative;z-index:1;-webkit-transform:translateZ(0)}.price-table-outer table tr.active{z-index:2}.price-table-outer table tr td{padding-bottom:24px;padding-top:24px;text-align:start;position:relative;z-index:0}.price-table-outer table tr td.active{z-index:1}.price-table-outer table tr td .tooltip{margin-left:6px;display:inline-block;position:absolute;top:calc(50% - 9px);cursor:pointer;z-index:1}.price-table-outer table tr td .tooltip__icon{width:16px;height:16px;background:url(/dist/images/icons/icon_question_grey.svg) no-repeat center center;border-radius:50%}.price-table-outer table tr td .tooltip:hover .tooltip__icon,.price-table-outer table tr td .tooltip:active .tooltip__icon{background:url(/dist/images/icons/icon_question_black.svg) no-repeat center center}.tooltip__text{display:none;padding:15px;background:#767575;border-radius:12px;max-width:250px;color:#fff;font-size:12px}.price-table-outer table tr td .tooltip:hover .tooltip__text{display:block}.price-table-outer table tr td:first-child{padding-left:32px}main .reviews_block_info_arrows{display:flex}.price-table-outer table tr td:last-child{padding-right:32px}.price-table-outer table thead{position:relative}.price-table-outer table thead td{padding-top:32px}.price-table-outer table tbody tr:after{content:' ';height:1px;width:calc(100% - 64px);margin-left:32px;position:absolute;left:0;background:#d6d0cd}.price-table-outer table tr td{color:#b5b0ac;min-width:110px}.price-table-outer table tr td:first-child{min-width:230px}.price-table-outer table tr td:first-child,.price-table-outer table thead td{color:#333}.price-table-outer table tr:last-child td{border-bottom:0}.price-table-outer table .delivery{background:#e1fbfc}.price-table-outer table .delivery td span{font-size:15px;color:#b5b0ac}.price-table-outer table .delivery td:first-child{border-bottom-left-radius:12px}.price-table-outer table .delivery td:last-child{border-bottom-right-radius:12px}.faq-outer .section-title{margin-bottom:60px}.faq-outer .expendable-list-container{display:grid;grid-template-columns:50%;grid-column-gap:30px}.faq-outer .faq-questions-list{display:flex;flex-direction:column}.faq-outer .faq-questions-list li{border-bottom:1px solid #dfdcda}.faq-outer .faq-questions-list .faq-question-title{border-bottom:none;padding-right:10px}.faq-outer .faq-questions-list .faq-question-text{padding-top:0;margin-bottom:0}.faq-outer .faq-questions-list .faq-question-text.opened{margin-bottom:24px;padding-left:30px}@media screen and (max-width:768px){.landing-view .popup-form .dry-cleaning-form-order,.landing-view .hero-form-section .dry-cleaning-form-order{box-shadow:0px 1px 6px rgba(0,0,0,.25);width:100%}.landing-view .hero-form-section .popup-form .form-content,.landing-view .hero-form-section .dry-cleaning-form-order .form-content{width:100%}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item .item-image{height:120px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item .dry-cleaning-item-price{margin-bottom:16px;font-size:16px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item .more-button{font-size:12px;line-height:140%}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.curtain,.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.carpet{width:282px;min-width:282px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.curtain .item-image,.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item.carpet .item-image{width:250px;height:250px;max-height:250px;margin-bottom:16px;position:relative}.before-after-outer .before-after-content{grid-template-columns:repeat(2,1fr);grid-gap:20px}.before-after-outer .more-button{margin-top:44px;max-width:100%}.before-after-outer .more-button .desktop_mobile{display:none}.before-after-outer .more-button .tablet{display:block}.why-us-outer .why-us-inner{flex-direction:column}.why-us-outer .why-us-inner .why-us-title{margin-right:0;margin-bottom:44px}.dry-cleaning-process-outer .section-title{padding-left:32px;padding-right:32px}.dry-cleaning-process-outer .process-steps{padding:0 32px}.dry-cleaning-videos-outer .dry-cleaning-videos-inner .videos-container{display:block}.dry-cleaning-videos-outer .dry-cleaning-videos-inner .videos-container iframe{height:400px;margin-bottom:28px}.dry-cleaning-videos-outer .dry-cleaning-videos-inner .videos-container iframe:last-child{margin-bottom:0}.problems-outer .problems-header{align-items:flex-start}.problems-outer .problems-header .section-title{margin-bottom:0}main .problems_block_items_block .problem{margin-right:20px}.price-factors-outer .factors-container{grid-template-columns:repeat(2,1fr);grid-gap:20px}.price-factors-outer .factors-container .factor{height:197px}.price-factors-outer .factors-container .factor .factor-icon{width:64px;height:64px}.price-factors-outer .factors-container .factor .factor-icon img{height:30px}.price-table-outer{padding-left:0;padding-right:0}.price-table-outer .section-title{padding-left:28px;padding-right:28px}.price-table-outer .price-table-inner{overflow-x:auto;padding-left:28px;padding-right:28px;padding-bottom:2px}.price-table-outer .price-table-inner::-webkit-scrollbar{display:none}.price-table-outer .price-table-inner{-ms-overflow-style:none;scrollbar-width:none}.price-table-outer table{min-width:700px}.price-table-outer table tbody tr:after{width:calc(100% - 40px);margin-left:20px}.price-table-outer table tr td{padding-bottom:12px;padding-top:12px}.price-table-outer table tr td:first-child{padding-left:20px}.price-table-outer table tr td:last-child{padding-right:20px}.faq-outer .faq-questions-list{display:block}.faq-outer .expendable-list-container{display:block}.faq-outer .faq-questions-list li{width:100%}}@media screen and (max-width:1024px){main .section-with-tabs-outer .types_services_block_header_outher .types_services_block_header .types_services_block_header_title{flex-basis:100%}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items{grid-template-columns:repeat(2,1fr);grid-gap:20px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items.mattress{grid-template-columns:repeat(2,1fr);grid-gap:20px}}@media screen and (max-width:700px){.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items{grid-template-columns:1fr}}@media screen and (max-width:575px){.landing-view .hero-form-section .dry-cleaning-form-order .form-content{padding:36px 20px 24px}.landing-view .hero-form-section .dry-cleaning-form-order .form-label{font-size:12px;margin-bottom:16px}.landing-view .hero-form-section .dry-cleaning-form-order .form-actions{padding:24px 20px 32px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items-container.active .dry-cleaning-items{display:block;margin:0 28px}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items-container.active.curtain .dry-cleaning-items,.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items-container.active.carpet .dry-cleaning-items{display:flex}.dry-cleaning-description-outer .dry-cleaning-description-inner .button.active{width:calc(100% - 56px);margin:0 auto}.dry-cleaning-description-outer .dry-cleaning-description-inner .dry-cleaning-items .dry-cleaning-item{margin-bottom:12px}.dry-cleaning-description-outer .dry-cleaning-description-inner .button .desktop{display:none}.dry-cleaning-description-outer .dry-cleaning-description-inner .button .mobile{display:block}.before-after-outer .before-after-content{display:block}.before-after-outer .before-after-content .before_after_block_content{margin-bottom:12px}.before-after-outer .more-button{margin-top:32px}.before-after-outer .more-button .desktop_mobile{display:block}.before-after-outer .more-button .tablet{display:none}.why-us-outer{padding-left:0;padding-right:0}.why-us-outer .why-us-inner .why-us-title{margin-bottom:32px;padding-left:28px;padding-right:28px}.why-us-outer .why-us-inner .advantages{display:flex;overflow:auto;grid-gap:12px;padding-left:28px;padding-right:28px;-ms-overflow-style:none;scrollbar-width:none}.why-us-outer .why-us-inner .advantages::-webkit-scrollbar{display:none}.why-us-outer .why-us-inner .advantages .advantage{min-width:305px}.why-us-outer .why-us-inner .advantages .advantage .advantage-header .advantage-title{font-size:16px}.why-us-outer .why-us-inner .advantages .advantage .advantage-desc{font-size:14px}.dry-cleaning-process-outer{padding-left:0;padding-right:0}.dry-cleaning-process-outer .section-title{padding-left:28px;padding-right:28px;margin-bottom:32px}.dry-cleaning-process-outer .process-steps{padding:0 28px}.dry-cleaning-videos-outer .dry-cleaning-videos-inner .videos-container iframe{height:180px;margin-bottom:16px}main .problems_block_items_block .problem{padding:24px;min-width:305px}.price-factors-outer .section-title{margin-bottom:32px}.price-table-outer table tbody tr td{border-bottom:1px solid #d6d0cd}.price-table-outer table tbody tr:after{display:none}.price-factors-outer .factors-container{grid-gap:12px}.price-factors-outer .factors-container .factor{padding:16px;height:240px}.price-factors-outer .factors-container .factor .factor-title{font-size:15px}.price-factors-outer .factors-container .factor .factor-text{font-size:14px}.faq-outer .section-title{margin-bottom:32px}.faq-outer .faq-questions-list .faq-question-text.opened{padding-left:0}.price-table-outer table *{font-size:14px}}.articles-outer .articles-container{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:12px;margin-bottom:60px}.articles-outer .articles-container .article{height:442px;position:relative;background:#fff;border-radius:12px;overflow:hidden}.articles-outer .articles-container .article .article-img{height:172px;width:100%}.articles-outer .articles-container .article .article-img img{width:100%;height:100%;object-fit:cover}.articles-outer .articles-container .article .article-content{padding:24px}.articles-outer .articles-container .article .article-content .article-date{font-size:15px;line-height:152%;color:#b5b0ac;margin-bottom:12px}.articles-outer .articles-container .article .article-content .article-title{font-size:22px;line-height:110%;margin-bottom:10px;max-height:48px;overflow:hidden}.articles-outer .articles-container .article .article-content .article-text{font-size:16px;line-height:140%;margin-bottom:16px;max-height:110px;overflow:hidden}.articles-outer .articles-container .article .article-content .article-read{font-size:15px;line-height:152%;color:#b5b0ac}.articles-outer .button{max-width:365px;width:100%}section.section-with-bg{max-width:100%;background:#f4f0ed}section.section-with-bg .section-with-bg-inner{max-width:1200px;margin:0 auto;padding:0 20px}section .section-header__justify-between{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:60px}section .section-header__justify-between .section-subtitle{max-width:367px;font-size:18px}.section-title{font-size:38px;line-height:110%}section .section-actions{display:flex;justify-content:center;width:100%}@media screen and (max-width:768px){section .section-header__justify-between{flex-direction:column;margin-bottom:40px;justify-content:flex-start;align-items:flex-start}section .section-header__justify-between .section-title{margin-bottom:24px;font-size:32px;line-height:110%}section .section-header__justify-between .section-subtitle{max-width:100%}section.section-with-bg .section-with-bg-inner{padding:0}.articles-outer{padding-left:0;padding-right:0}.articles-outer .articles-header{padding-left:32px;padding-right:32px}.articles-outer .articles-container{padding-left:32px;padding-right:32px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.articles-outer .articles-container::-webkit-scrollbar{display:none}.articles-outer .articles-container .article{min-width:calc(100vw - 58px)}.articles-outer .button{max-width:100%}.section-actions{padding-left:32px;padding-right:32px}}@media screen and (max-width:535px){.section-title{font-size:24px;line-height:110%;margin-bottom:32px}section .section-header__justify-between{margin-bottom:32px}section .section-header__justify-between .section-title{font-size:24px;line-height:110%;margin-bottom:24px}section .section-header__justify-between .section-subtitle{font-size:16px}}section .expendable-list{list-style-type:none;counter-reset:listCounter;padding:0}section .expendable-list li{counter-increment:listCounter;margin-bottom:24px}section .expendable-list.ordered-list li .expendable-title:before{color:#1aa5b8;content:counter(listCounter,decimal-leading-zero);margin-right:12px}section .expendable-list li .expendable-title:after{content:url("/dist/franchise/img/chevron-down.svg");position:absolute;right:0}section .expendable-list li .expendable-title.opened:after{content:url("/dist/franchise/img/chevron-up.svg")}section .expendable-list li .expendable-title{border-bottom:solid 1px #dfdcda;padding-bottom:16px;position:relative;cursor:pointer;font-size:16px}section .expendable-list li .expendable-text{height:0;color:#767575;padding-top:16px;overflow:hidden;font-size:15px}section .expendable-list li .expendable-text.opened{height:auto}.input{display:flex;justify-content:flex-start;align-items:center;height:50px;border:1px solid #d6d0cd;border-radius:40px;background:#fff;padding:0 20px;font-size:16px;box-sizing:border-box;position:relative;width:100%}.textarea{border:1px solid #d6d0cd;background:#fff;padding:14px 20px;border-radius:12px;display:flex;justify-content:flex-start;align-items:center;font-size:16px;width:100%;max-width:100%;box-sizing:border-box;position:relative}.top-navigation-menu_outer{width:100%;background-color:#fff;z-index:2;position:relative;padding-bottom:20px;box-shadow:0 15px 10px -15px rgba(0,0,0,.08)}.top-navigation-menu_outer .services-list{max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px;display:flex;overflow-x:auto;white-space:nowrap}.top-navigation-menu_outer .services-list::-webkit-scrollbar,.top-subnavigation-menu::-webkit-scrollbar{display:none}.top-navigation-menu_outer .services-list,.top-subnavigation-menu{-ms-overflow-style:none;scrollbar-width:none}.top-subnavigation-menu{top:0;transition:top .45s}.top-subnavigation-menu.sticky{position:sticky;top:115px;z-index:200;background:#fff}.top-navigation-menu_outer .services-list li{margin-right:40px;font-weight:400;font-size:16px;line-height:140%;color:#b5b0ac;text-transform:uppercase;letter-spacing:.1em}.top-navigation-menu_outer .services-list li:last-child a{padding-right:20px}.top-navigation-menu_outer .services-list li:last-child{margin-right:0}.top-navigation-menu_outer li a,.top-subnavigation-menu li a{display:block}.top-navigation-menu_outer .services-list li.active{color:#333}.top-navigation-menu_outer .services-list li:hover{color:#333}.site-navigation_outer{max-width:1200px;margin:0 auto;margin-top:64px;padding-right:20px;padding-left:20px}.site-navigation_outer .navigation-menu{display:flex;font-size:15px;line-height:152%;color:#b5b0ac}.site-navigation_outer .navigation-menu li{margin-right:16px;padding-right:16px;position:relative;color:#b5b0ac}.site-navigation_outer .navigation-menu li.active{color:#333}.site-navigation_outer .navigation-menu li:last-child{margin-right:0;color:#333}.site-navigation_outer .navigation-menu li:after{content:"\203A";position:absolute;font-size:21px;font-weight:400;right:0}.site-navigation_outer .navigation-menu li:last-child:after{display:none}@media screen and (max-width:768px){.top-navigation-menu_outer{padding-bottom:16px}.top-navigation-menu_outer .services-list li{margin-right:28px;font-size:14px}.site-navigation_outer{margin-top:44px}.site-navigation_outer .navigation-menu{font-size:14px}.site-navigation_outer .navigation-menu li{margin-right:14px;padding-right:14px}.site-navigation_outer .navigation-menu li:after{font-size:18px}}@media screen and (max-width:575px){.top-navigation-menu_outer .services-list li{margin-right:24px}}.top-subnavigation-menu{padding:20px 0;width:100%;box-shadow:0px 2px 10px rgba(0,0,0,.08);overflow:auto}.top-subnavigation-menu ul{max-width:1200px;display:flex;margin:0 auto;padding:0 20px}.top-subnavigation-menu ul li{margin-right:40px}.top-subnavigation-menu ul li.active a,.top-subnavigation-menu ul li:hover a{color:#333}.top-subnavigation-menu ul li:last-child{margin-right:0;padding-right:28px}.top-subnavigation-menu ul li a{color:#b5b0ac;font-size:16px;line-height:140%;white-space:nowrap}@media screen and (max-width:768px){.top-subnavigation-menu ul li{margin-right:28px}.top-subnavigation-menu ul li a{font-size:14px}}main .section-with-tabs-outer{max-width:100%;padding:0}main .section-with-tabs-outer .types_services_block_header_outher{border-bottom:1px solid #dfdcda}main .section-with-tabs-outer .types_services_block_header_outher.grey-bg{background:#f4f0ed}main .section-with-tabs-outer .types_services_block_header_outher.without-bottom-border{border-bottom:none}main .section-with-tabs-outer .types_services_block_header_outher .types_services_block_header_container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}main .section-with-tabs-outer .types_services_block_header_outher .types_services_block_header{padding:110px 0 40px;width:100%}main .section-with-tabs-outer .types_services_block_header_outher .types_services_block_header .types_services_block_header_title{flex-basis:55%;margin-right:20px;max-width:595px}main .section-with-tabs-outer .types_services_block_header_outher .types_services_block_header .types_services_block_header_info{flex-basis:50%;line-height:148%}main .section-with-tabs-outer .types_services_gallery.single_gallery .types_services_gallery_nav_types_list{display:flex;overflow:auto}main .section-with-tabs-outer .types_services_gallery.single_gallery .types_services_gallery_nav_types_list.gallery_button_tabs{column-gap:12px}main .button_tab.types_services_gallery_nav_types_list_item{margin:0}main .section-with-tabs-outer .section-with-tabs-items-outer{max-width:100%;padding:0;background:#f4f0ed;overflow:hidden;margin-bottom:2px}main .section-with-tabs-outer .section-with-tabs-items-outer.no-bg{background:0 0}main .section-with-tabs-outer .section-with-tabs-items-outer .section-with-tabs-items-inner{max-width:1200px;margin:0 auto;padding:60px 20px;position:relative;display:flex}main .section-with-tabs-outer .section-with-tabs-items-outer.gallery_button_tabs_items .section-with-tabs-items-inner{padding-top:48px}main .section-with-tabs-outer .section-with-tabs-items-outer.gallery_button_tabs_items .show-more{display:none}@media screen and (max-width:768px){main .section-with-tabs-outer .types_services_block_header_outher .types_services_block_header_container{padding-left:32px;padding-right:32px}body main .types_services_block_header_outher .types_services_block_header_container .types_services_block_header{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:80px 0 24px}main .section-with-tabs-outer .types_services_block_header_outher .types_services_block_header .types_services_block_header_title{margin-bottom:20px;margin-right:0;flex-basis:100%;font-size:24px}main .section-with-tabs-outer .types_services_block_header_outher .types_services_block_header .types_services_block_header_info{text-align:start}main .section-with-tabs-outer .section-with-tabs-items-outer .section-with-tabs-items-inner{padding:40px 32px}}@media screen and (max-width:535px){main .section-with-tabs-outer .types_services_block_header_outher .types_services_block_header_container{padding-left:28px;padding-right:28px}body main .types_services_block_header_outher .types_services_block_header_container .types_services_block_header{padding:64px 0 32px}body main .types_services_gallery.single_gallery .types_services_gallery_nav{padding-left:28px;padding-right:28px}main .section-with-tabs-outer .types_services_gallery.single_gallery .types_services_gallery_nav_types_list{padding-left:28px;padding-right:28px;width:calc(100% + 56px);margin-left:-28px;margin-right:-28px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}main .section-with-tabs-outer .types_services_gallery.single_gallery .types_services_gallery_nav_types_list::-webkit-scrollbar{display:none}body main .types_services_gallery_nav_types_list_item{margin-right:20px;white-space:nowrap}.cleanings-include-outer .types_services_gallery.single_gallery .types_services_gallery_nav_types_list .types_services_gallery_nav_types_list_item{font-size:14px;margin-right:20px}body main .types_services_gallery_nav_types_list_item:last-child{margin-right:0}body main .types_services_gallery.single_gallery .types_services_gallery_nav{height:62px}main .section-with-tabs-outer .section-with-tabs-items-outer .section-with-tabs-items-inner{padding-left:28px;padding-right:28px}main .section-with-tabs-outer .section-with-tabs-items-outer.gallery_button_tabs_items .show-more{display:flex;width:calc(100% - 64px);margin:0 auto 60px}}@font-face{font-family:'Gerbera';font-display:swap;src:url('/dist/fonts/gerbera/Gerbera.eot');src:local('☞Gerbera'),local('Gerbera'),url('/dist/fonts/gerbera/Gerbera.eot?#iefix') format('embedded-opentype'),url('/dist/fonts/gerbera/Gerbera.woff2') format('woff2'),url('/dist/fonts/gerbera/Gerbera.woff') format('woff'),url('/dist/fonts/gerbera/Gerbera.ttf') format('truetype');font-weight:400;font-style:normal}@font-face{font-family:'Gerbera';font-display:swap;src:url('/dist/fonts/gerbera/Gerbera-Light.eot');src:local('☞Gerbera Light'),local('Gerbera-Light'),url('/dist/fonts/gerbera/Gerbera-Light.eot?#iefix') format('embedded-opentype'),url('/dist/fonts/gerbera/Gerbera-Light.woff2') format('woff2'),url('/dist/fonts/gerbera/Gerbera-Light.woff') format('woff'),url('/dist/fonts/gerbera/Gerbera-Light.ttf') format('truetype');font-weight:300;font-style:normal}@font-face{font-family:'Gerbera';font-display:swap;src:url('/dist/fonts/gerbera/Gerbera-Black.eot');src:local('☞Gerbera Black'),local('Gerbera-Black'),url('/dist/fonts/gerbera/Gerbera-Black.eot?#iefix') format('embedded-opentype'),url('/dist/fonts/gerbera/Gerbera-Black.woff2') format('woff2'),url('/dist/fonts/gerbera/Gerbera-Black.woff') format('woff'),url('/dist/fonts/gerbera/Gerbera-Black.ttf') format('truetype');font-weight:900;font-style:normal}@font-face{font-family:'Gerbera';font-display:swap;src:url('/dist/fonts/gerbera/Gerbera-Bold.eot');src:local('☞Gerbera Bold'),local('Gerbera-Bold'),url('/dist/fonts/gerbera/Gerbera-Bold.eot?#iefix') format('embedded-opentype'),url('/dist/fonts/gerbera/Gerbera-Bold.woff2') format('woff2'),url('/dist/fonts/gerbera/Gerbera-Bold.woff') format('woff'),url('/dist/fonts/gerbera/Gerbera-Bold.ttf') format('truetype');font-weight:700;font-style:normal}@font-face{font-family:'Gerbera';font-display:swap;src:url('/dist/fonts/gerbera/Gerbera-Medium.eot');src:local('☞Gerbera Medium'),local('Gerbera-Medium'),url('/dist/fonts/gerbera/Gerbera-Medium.eot?#iefix') format('embedded-opentype'),url('/dist/fonts/gerbera/Gerbera-Medium.woff2') format('woff2'),url('/dist/fonts/gerbera/Gerbera-Medium.woff') format('woff'),url('/dist/fonts/gerbera/Gerbera-Medium.ttf') format('truetype');font-weight:500;font-style:normal}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}h1{font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;color:inherit;text-decoration:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.menu_right .popup{font-weight:300;margin-right:60px;font-size:14px}img.logo.mobile__only{display:none}@media (max-width:768px){.menu_right .popup{font-weight:300;margin-right:30px;font-size:14px}.menu_container .menu_right .tel_number{margin-right:30px}main .info_personal_areas_block_example_block{transform:scale(.9);margin-bottom:-25px}}@media (max-width:560px){img.logo.desktop__only{display:none}img.logo.mobile__only{display:block}footer .info_personal_areas_block_info_credit_cards{position:absolute;bottom:0;right:0}body main .info_personal_areas_block_example_block_phone_images img,main .info_personal_areas_block_example_block_phone_images video{min-width:250px}.menu_container .menu_right .phones_block{display:none}body .menu_container .menu_right .mobile_tel_number{display:flex}.menu_right .popup{margin-right:10px}.menu_container .menu_right .detect-city-popup{border-top-left-radius:0;border-top-right-radius:0;border-top:1px solid #dfdcda;position:fixed;left:0;width:100vw;top:80px}body .menu_container .menu_right .sign_in_button{display:none}.menu_container .menu_right .sign_in_button__mobile{display:flex;width:36px;height:36px;border-radius:50%;background:#f4f0ed}.menu_container .auth_menu.show{padding-top:0;right:-20px;display:flex;flex-direction:column;height:calc(100vh - 58px)}.menu_container .auth_menu_block{border-radius:0;box-shadow:none;width:100vw}.menu_container .auth_menu .close-button{display:none}.menu_container .auth_menu .popup_footer{background:rgba(0,0,0,.3);flex-grow:1;display:flex;align-items:flex-end;padding:0 20px 20px}.menu_container .auth_menu .popup_footer .button{flex-grow:1}}ul.languages{position:absolute;top:20px;right:0;box-shadow:0 0 5px #aaa;z-index:10;padding:0;background:#fff;display:none;margin:0}ul.languages li a{position:absolute;padding:10px;margin:-10px;width:100px}ul.languages li{padding:10px;width:100px;height:40px}ul.languages li:hover{background:#eee}a.languages_toggler:hover{background:#eee}a.languages_toggler{width:60px;text-align:center;margin-right:40px;text-decoration:underline;text-transform:uppercase;font-size:15px;cursor:pointer;padding:10px}@media (max-width:768px){a.languages_toggler{width:40px}}.landing-view .menu{position:absolute;width:375px;top:106px;z-index:10;background:#fff;box-shadow:6px -1px 10px rgba(0,0,0,.12);border-radius:12px;padding:28px;display:none}.landing-view .menu.active{display:block;position:fixed}.landing-view .menu-backdrop{display:none}.landing-view .menu-backdrop.form-active{display:block;z-index:9;background:#fff;opacity:.9;width:100%;height:100%;position:fixed;top:0;bottom:0}.landing-view .menu-messengers{right:76px}.landing-view .menu.menu-messengers .phone-btn{display:none}.landing-view .menu .menu-header{display:flex;justify-content:space-between;margin-bottom:18px}.landing-view .menu .menu-header .menu-title{font-size:15px;line-height:152%}.landing-view .menu .menu-header .btn-close{cursor:pointer;width:17px}.landing-view .menu-messengers .menu-content .button{background:#f4f0ed;margin-bottom:10px}.landing-view .menu-messengers .menu-content .button:last-child{margin-bottom:0}.landing-view .page-content{max-width:1224px;margin:0 auto;padding:0 32px}.landing-view .menu-links{right:32px;width:265px}.landing-view .menu-links ul li{font-size:15px;line-height:152%;margin-bottom:12px}.landing-view .menu-links ul li:last-child{margin-bottom:0}.landing-view .popup-form{display:none;position:fixed;z-index:10;width:100%;height:100%;justify-content:center;align-items:center}.landing-view .popup-form.active{display:flex}.landing-view .popup-form .form-success{box-shadow:0px 1px 12px rgba(0,0,0,.25);position:relative}.landing-view .popup-form .dry-cleaning-form-order{box-shadow:0px 1px 12px rgba(0,0,0,.25);width:566px;z-index:10;padding:80px 100px;position:relative;display:none}.landing-view .popup-form .dry-cleaning-form-order.active{display:block}.landing-view .popup-form .btn-close{position:absolute;top:28px;right:28px}.landing-view .vertical-offset-content{padding-top:110px;padding-bottom:110px}.landing-view .section-heading{display:flex;align-items:flex-start;justify-content:space-between}.landing-view .section-heading h1{margin:0;font-weight:400;font-size:48px;line-height:120%}.landing-view .section-heading span{font-size:18px;line-height:148%;max-width:367px}.landing-view header{display:flex;height:106px;align-items:center;justify-content:space-between;position:relative}.landing-view header>*{max-width:100%;padding-left:0;padding-right:0;margin:0}.landing-view .discount-badge{display:flex;align-items:center;padding:10px 24px;background:rgba(155,240,245,.2);border-radius:12px}.landing-view .discount-badge span{margin-right:20px;font-weight:400;font-size:18px;line-height:148%}.landing-view .discount-badge .button{min-width:113px;height:44px}.landing-view header .header-menu{display:flex;align-items:center}.landing-view header .header-menu .contacts-trigger{margin-right:48px;cursor:pointer;font-weight:400;font-size:20px;line-height:140%}.landing-view header .header-menu .contacts-trigger .menu-button{display:none}.landing-view header .header-menu .menu-trigger{display:flex;align-items:center;cursor:pointer}.landing-view header .header-menu .menu-button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f4f0ed}.landing-view header .header-menu .menu-trigger .menu-button:first-child{margin-right:12px}.landing-view header .header-menu .menu-trigger .menu-button :not(.active){display:none}.landing-view .discount-badge-outer{display:none}.landing-view .hero-section{display:flex;justify-content:space-between;align-items:flex-start;padding-top:52px;padding-bottom:52px}.landing-view .hero-form-section{background:url("/dist/images/landing/landing_hero_section_bg.jpg") no-repeat right;background-size:cover;padding:0;max-width:100%}.landing-view .hero-form-section .hero-form-section-inner{padding-top:68px;padding-bottom:68px}.landing-view .hero-form-section .dry-cleaning-form-order{width:436px;display:none}.landing-view .hero-form-section .dry-cleaning-form-order.active{display:block}.landing-view .hero-form-section .form-success{margin-left:0}.landing-view .hero-form-section .dry-cleaning-form-order .form-content,.landing-view .popup-form .dry-cleaning-form-order .form-content{padding-bottom:16px}.landing-view .hero-form-section .dry-cleaning-form-order .form-content input:last-child,.landing-view .popup-form .dry-cleaning-form-order .form-content input:last-child{margin-bottom:0}.landing-view .hero-form-section .dry-cleaning-form-order .form-actions,.landing-view .popup-form .dry-cleaning-form-order .form-actions{border-top:none;padding-top:0}.landing-view .hero-form-section .dry-cleaning-form-order .form-actions button,.landing-view .popup-form .dry-cleaning-form-order .form-actions button{margin-bottom:12px}.landing-view .hero-form-section .dry-cleaning-form-order .form-actions span,.landing-view .popup-form .dry-cleaning-form-order .form-actions span{font-weight:400;font-size:12px;line-height:140%}.landing-view .hero-form-section .dry-cleaning-form-order .form-actions span a,.landing-view .popup-form .dry-cleaning-form-order .form-actions span a{font-weight:400;font-size:12px;line-height:140%;color:#b5b0ac}.landing-view .benefits-section{padding-left:0;padding-right:0}.landing-view .benefits-section .section-heading{margin-bottom:60px}.landing-view .benefits-section .benefits{display:flex;max-width:1160px;margin:0 auto}.landing-view .benefits-section .benefits .benefit{display:flex;flex-direction:column;border:1px solid #b5b0ac;border-radius:12px;margin-right:28px;height:fit-content;min-height:360px;width:270px}.landing-view .benefits-section .benefits .benefit:last-child{margin-right:0}.landing-view .benefits-section .benefits .benefit img{height:172px;border-radius:12px 12px 0 0;margin-bottom:20px}.landing-view .benefits-section .benefits .benefit .benefit-content{padding-left:20px;padding-right:20px;padding-bottom:20px;display:flex;flex-direction:column;flex-grow:1}.landing-view .benefits-section .benefits .benefit .benefit-title{font-size:18px;line-height:148%;margin-bottom:12px;flex-grow:1}.landing-view .benefits-section .benefits .benefit .benefit-text{font-size:15px;line-height:152%;color:#767575;display:none}.landing-view .benefits-section .benefits .benefit.active .benefit-text{display:block;margin-bottom:20px}.landing-view .benefits-section .benefits .benefit .button-more{color:#b5b0ac;cursor:pointer}.landing-view .benefits-section .benefits .benefit:is(.active) .button-more{display:none}.landing-view .benefits-section .benefits .benefit .button-more:after{content:'\203A';transform:rotate(90deg);margin-left:5px;display:inline-block;width:10px}.landing-view .benefits-section .benefits .benefit:not(.active) .button-more{display:block}.landing-view .benefits-section .benefits .benefit .button-get-discount{display:none}.landing-view .benefits-section .benefits .benefit.active .button-get-discount{display:flex}.landing-view main .advantages_block{max-width:1224px;padding-left:32px;padding-right:32px}.landing-view main .advantages_block .advantages_block_header_button{display:none}.landing-view .preview-price-section .section-heading{align-items:flex-end;margin-bottom:66px}.landing-view .preview-price-section .section-heading h1{max-width:564px}.landing-view .preview-price-section .section-heading .button{width:368px}.landing-view .preview-price-section .prices{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:28px;grid-row-gap:48px}.landing-view .preview-price-section .prices .price{display:flex;align-items:flex-start}.landing-view .preview-price-section .prices .price .icon{width:88px;min-width:88px;height:88px;border-radius:50%;background:#f4f0ed;margin-right:20px;display:flex;justify-content:center;align-items:center}.landing-view .preview-price-section .prices .price .price-title{font-size:20px;line-height:140%;margin-bottom:4px}.landing-view .preview-price-section .prices .price .price-value{font-size:18px;line-height:148%;color:#b5b0ac}.landing-view .preview-price-section .prices .price .price-hint{margin-top:8px;font-size:14px;line-height:140%;color:#b5b0ac}.landing-view .preview-price-section .button-order{display:none}.landing-view .services-section{background:#f4f0ed;max-width:100%;padding-left:0;padding-right:0}.landing-view .services-section .section-heading{margin-bottom:40px}.landing-view .services-section .rooms-buttons{display:flex;margin-bottom:32px;overflow-x:auto;overflow:-moz-scrollbars-none;-ms-overflow-style:none;padding-left:0;padding-right:32px}.landing-view .services-section .rooms-buttons::-webkit-scrollbar{display:none}.landing-view .services-section .rooms-buttons .room-button{background:#fff;border:1px solid #b5b0ac;padding:0 40px;opacity:.5;margin-right:12px}.landing-view .services-section .rooms-buttons .room-button:last-child{margin-right:0}.landing-view .services-section .rooms-buttons .room-button.active{opacity:1}.landing-view .services-section .rooms .room img{max-height:548px;width:100%;object-fit:cover;border-radius:12px}.landing-view .v-application{max-width:100%;padding-left:0;padding-right:0}.landing-view .v-application .calculator .order-total-mobile{display:none}.landing-view .workers_block_outher{background:#fff}.landing-view .workers_block_outher .workers_block_items_block_item{border:1px solid #767575}.landing-view .completed-works-section .section-heading{margin-bottom:60px}.form-section{background:#f4f0ed;max-width:100%;padding-left:0;padding-right:0}.form-section .form-inner .dry-cleaning-form-order{max-width:566px;width:100%;margin:0 auto;background:#fff;border-radius:12px;padding:72px 100px;display:none}.form-section .dry-cleaning-form-order.active{display:block}.form-section .form-inner .form-label{margin-bottom:20px;text-align:center;font-weight:400;font-size:38px;line-height:110%}.form-section .form-inner .form-hint{margin-bottom:28px;font-size:18px;line-height:148%;text-align:center}.form-section .form-inner .form-content input{margin-bottom:8px}.form-section .form-inner .form-actions button{margin-top:16px;margin-bottom:12px}.form-section .form-inner .form-actions span{display:block;font-size:12px;line-height:140%;text-align:center}.form-section .form-inner .form-actions span a{color:#b5b0ac}.form-success{padding:112px 70px 156px;max-width:566px;width:100%;margin:0 auto;background:#fff;border-radius:12px;display:none}.form-success.active{display:block}.form-success .icon{margin-bottom:40px;background:rgba(244,240,237,.5);width:76px;height:76px;border-radius:50%;display:flex;justify-content:center;align-items:center}.form-success .icon img{width:40px}.form-success .success-title{margin-bottom:24px;font-size:38px;line-height:110%}.form-success .success-text{font-size:18px;line-height:148%}.landing-view footer.page-content{display:flex;align-items:flex-start;padding:100px 32px 80px}.landing-view footer .contacts{flex-basis:50%;margin:0}.landing-view footer .contacts .contacts-title{font-size:28px;line-height:110%;margin-bottom:25px}.landing-view footer .contacts .contact-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px}.landing-view footer .main-city{margin:0;margin-left:auto}.landing-view footer .main-city .city-info>*{display:block}.landing-view footer .main-city .city-name{font-size:18px;line-height:148%;margin-bottom:20px}.landing-view footer .main-city .phone{font-size:28px;line-height:110%;margin-bottom:8px}.landing-view footer .main-city .worktime{font-size:15px;line-height:152%;margin-bottom:60px}.landing-view footer .main-city .bank-cards{display:flex}.landing-view footer .main-city .bank-cards img{width:56px;margin-right:10px}.landing-view footer .main-city .bank-cards img:last-child{margin-right:0}.landing-view .divider{background:#dfdcda;height:1px;width:100%;max-width:1140px}.landing-view .subfooter{display:flex;padding:24px 32px 40px}.landing-view .subfooter .subfooter-policy{max-width:495px}.landing-view .subfooter p{font-size:15px;line-height:152%}.landing-view .subfooter .subfooter-social-icons{flex-grow:1;justify-content:flex-end;display:flex}.landing-view .subfooter .subfooter-social-icons .bank-cards{display:none}@media screen and (max-width:1204px){.landing-view .benefits-section .benefits{display:flex;overflow-x:auto;overflow:-moz-scrollbars-none;-ms-overflow-style:none;padding-left:32px;padding-right:32px}.landing-view .benefits-section .benefits::-webkit-scrollbar{display:none}.landing-view .divider{width:calc(100% - 64px)}}@media screen and (max-width:986px){.landing-view .menu.menu-messengers .phone-btn{display:flex;background:#9bf0f5}.landing-view .menu{top:76px}.landing-view .vertical-offset-content{padding-top:80px;padding-bottom:80px}.landing-view header{height:76px}.landing-view .discount-badge{padding:8px 16px}.landing-view .discount-badge .button{height:36px}.landing-view .discount-badge span{font-size:15px;margin-right:16px}.landing-view header .header-menu .contacts-trigger{margin-right:12px}.landing-view header .header-menu .menu-button{width:36px;height:36px}.landing-view header .header-menu .contacts-trigger .menu-button{display:flex}.landing-view header .header-menu .contacts-trigger span{display:none}.landing-view header .header-menu .menu-trigger .menu-button:first-child{display:none}.landing-view .hero-section{display:block;padding-bottom:164px}.landing-view .section-heading{display:block}.landing-view .section-heading h1{margin-bottom:22px;font-size:32px;line-height:110%}.landing-view .section-heading h1 br{display:none}.landing-view .section-heading span{max-width:100%}.landing-view .section-heading span br{display:none}.landing-view .hero-form-section{height:584px;background:url("/dist/images/landing/landing_hero_section_bg_tablet.jpg") no-repeat;background-size:cover}.landing-view .hero-form-section-inner{position:relative}.landing-view .hero-form-section-inner .dry-cleaning-form-order{position:absolute;left:calc(50% - 218px);top:-132px;width:436px;box-shadow:0px 1px 6px rgba(0,0,0,.25)}.landing-view .benefits-section .section-heading{margin-bottom:44px}.landing-view .preview-price-section .section-heading{margin-bottom:52px}.landing-view .preview-price-section .section-heading .button{display:none}.landing-view .preview-price-section .section-heading h1{max-width:100%}.landing-view .preview-price-section .prices{grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:45px}.landing-view .preview-price-section .prices .price .icon{width:80px;min-width:80px;height:80px}.landing-view .preview-price-section .button-order{margin-top:56px;display:flex}.landing-view .services-section .services-section-inner{padding-left:0;padding-right:0}.landing-view .services-section .services-section-inner .section-heading,.landing-view .services-section .services-section-inner .rooms-buttons,.landing-view .services-section .services-section-inner .rooms{padding-left:32px;padding-right:32px}}@media screen and (max-width:768px){.landing-view .discount-badge-outer{align-items:center;justify-content:space-between;padding:6px 32px;box-shadow:0px 2px 10px rgb(0 0 0/8%)}.landing-view .discount-badge-outer.active{display:flex}.landing-view .discount-badge-outer .discount-badge{justify-content:space-between;margin-right:16px;flex-grow:1}.landing-view .discount-badge-outer .button-close-badge{cursor:pointer}.landing-view header .discount-badge{display:none}.form-section{padding-left:32px;padding-right:32px}.form-section .form-inner,.form-section .form-success{max-width:100%}.landing-view footer.page-content{display:block;padding-top:80px;padding-bottom:36px}.landing-view footer.page-content .contacts .contacts-title{font-size:28px;line-height:110%;margin-bottom:24px}.landing-view footer.page-content .contacts .contact-buttons{display:block;margin-bottom:40px}.landing-view footer.page-content .contacts .contact-buttons .button{margin-bottom:12px}.landing-view footer.page-content .contacts .contact-buttons .button:last-child{margin-bottom:0}.landing-view footer.page-content .main-city{display:flex;align-items:flex-end;padding:0}.landing-view footer.page-content .main-city .city-info{flex-basis:50%}.landing-view footer .main-city .city-name{margin-bottom:12px}.landing-view footer .main-city .city-phone{font-size:26px}.landing-view footer .main-city .worktime{margin-bottom:0}.landing-view footer.page-content .main-city .bank-cards{margin-left:auto;height:fit-content}.landing-view footer .main-city .bank-cards img{width:48px}.landing-view .subfooter .subfooter-policy{max-width:100%;margin-right:90px}}@media screen and (max-width:575px){.landing-view .menu-backdrop.active{position:fixed;top:128px;display:block;height:calc(100% - 68px);background:#fff;opacity:.9;width:100%;z-index:9}.landing-view .menu{top:68px;width:100%;border-radius:0 0 12px 12px;right:0;box-shadow:6px 8px 10px rgba(0,0,0,.12)}.landing-view .popup-form .dry-cleaning-form-order{padding:56px 20px;width:calc(100% - 56px)}.landing-view .popup-form .dry-cleaning-form-order .form-content,.landing-view .popup-form .dry-cleaning-form-order .form-actions{padding:0}.landing-view .popup-form .dry-cleaning-form-order .form-content{padding-bottom:12px}.landing-view .page-content{padding:0 28px}.landing-view .discount-badge-outer{padding:6px 28px}.vertical-offset-content{padding-top:64px;padding-bottom:64px}.landing-view .discount-badge-outer .discount-badge span{font-size:12px;margin-right:8px}.landing-view .discount-badge-outer .discount-badge .button{min-width:0;height:31px;font-size:12px;width:81px}.landing-view header .header-menu .contacts-trigger .menu-button{background:#9bf0f5}.landing-view .hero-section{display:block;padding-bottom:241px}.landing-view .section-heading h1{margin-bottom:20px;font-size:24px;line-height:108%}.landing-view .hero-form-section-inner .dry-cleaning-form-order{left:28px;top:-213px;width:calc(100% - 56px)}.landing-view .hero-form-section{height:325px}.landing-view .preview-price-section .prices{grid-row-gap:28px;grid-column-gap:20px}.landing-view .preview-price-section .prices .price{flex-direction:column}.landing-view .preview-price-section .prices .price .price-title{font-size:16px;line-height:140%}.landing-view .preview-price-section .prices .price .icon{margin-right:0;margin-bottom:12px;width:72px;min-width:72px;height:72px}.landing-view .preview-price-section .prices .price .icon img{height:40px}.landing-view .services-section .services-section-inner .section-heading{margin-bottom:28px}.landing-view .services-section .services-section-inner .section-heading,.landing-view .services-section .services-section-inner .rooms-buttons{padding-left:28px;padding-right:28px}.landing-view .services-section .services-section-inner .rooms-buttons{margin-bottom:24px}.landing-view .services-section .services-section-inner .rooms{padding-left:0;padding-right:0}.landing-view .services-section .services-section-inner .rooms .room img{border-radius:0}.landing-view .completed-works-section .section-heading{margin-bottom:44px}.form-section{padding-left:28px;padding-right:28px}.form-section .form-success{padding-left:20px;padding-right:20px}.form-section .dry-cleaning-form-order.active{padding-left:20px;padding-right:20px}.form-section .form-content .form-label{font-size:24px;line-height:110%;margin-bottom:16px}.form-section .form-content .form-hint{font-size:14px;line-height:140%;margin-bottom:24px}.form-success .icon{width:60px;height:60px;margin-bottom:28px}.form-success .icon img{width:24px}.form-success .success-title{font-size:24px;line-height:110%;margin-bottom:16px}.form-success .success-text{font-size:14px;line-height:140%}.landing-view footer.page-content{padding:64px 28px 44px}.landing-view footer.page-content .contacts .contacts-title{font-size:20px;margin-bottom:16px}.landing-view footer.page-content .main-city .city-info{flex-basis:100%}.landing-view footer.page-content .main-city .bank-cards{display:none}.landing-view .divider{width:calc(100% - 56px)}.landing-view .subfooter{padding-top:28px;padding-bottom:28px;flex-direction:column;justify-content:flex-start}.landing-view .subfooter .subfooter-policy{order:2}.landing-view .subfooter .subfooter-social-icons{order:1;justify-content:flex-start;margin-bottom:20px}.landing-view .subfooter .subfooter-social-icons .bank-cards{margin-left:auto;display:flex;align-items:flex-end}.landing-view .subfooter .subfooter-social-icons .bank-cards img{height:18px;margin-right:8px}.landing-view .subfooter .subfooter-social-icons .bank-cards img:last-child{margin-right:0}.landing-view .calculator .page-content .additional-services--wrapper .service .name-and-price-wrapper{padding-left:28px}}.landing-view.cottage-landing-view .hero-section .hero-section--info{max-width:368px}.landing-view.cottage-landing-view .hero-section .hero-section--info .button{margin-top:20px}.landing-view.cottage-landing-view .hero-form-section{background:url("/dist/images/landing/cottage_landing_hero_section_bg.jpg") no-repeat center;background-size:cover;height:484px}.landing-view.cottage-landing-view .services-section{background:#fff}.landing-view.cottage-landing-view .services-section .services-section-title{margin-bottom:40px;font-weight:400;font-size:38px;line-height:110%}.landing-view.cottage-landing-view .services-section .rooms-buttons .room-button.button{background:#9bf0f5;opacity:.3;border:none;white-space:nowrap;padding:0 26px}.landing-view.cottage-landing-view .services-section .rooms-buttons .room-button.button.active{opacity:1}.landing-view.cottage-landing-view .advantages-section{background:#f4f0ed;max-width:100%;padding-left:0;padding-right:0}.landing-view.cottage-landing-view .advantages-section .advantages-section-title{font-size:38px;line-height:110%}.landing-view.cottage-landing-view .advantages-section .section-heading{margin-bottom:60px}.landing-view.cottage-landing-view .advantages-section .advantages-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(342px,1fr));grid-gap:18px 20px}.landing-view.cottage-landing-view .advantages-section .advantages-items .advantages-item{padding:24px;background:#fff;border-radius:12px}.landing-view.cottage-landing-view .advantages-section .advantages-items .advantages-item .item-icon{width:80px;height:80px;background:#f4f0ed;border-radius:50%;margin-bottom:12px;display:flex;justify-content:center;align-items:center}.landing-view.cottage-landing-view .advantages-section .advantages-items .advantages-item .item-title{margin-bottom:10px;font-size:18px;line-height:148%}.landing-view.cottage-landing-view .advantages-section .advantages-items .advantages-item .item-text{font-size:15px;line-height:152%;color:#b5b0ac}.landing-view.cottage-landing-view .calculator .page-content{padding-top:110px;padding-bottom:110px}@media screen and (max-width:768px){.landing-view.cottage-landing-view .hero-section{padding-bottom:48px}.landing-view.cottage-landing-view .hero-section .hero-section--info{max-width:100%}.landing-view.cottage-landing-view .hero-form-section{background:url("/dist/images/landing/cottage_landing_hero_bg_tablet.jpg") no-repeat center;background-size:cover;height:444px}.landing-view.cottage-landing-view .services-section .services-section-title{padding:0 32px}.landing-view.cottage-landing-view .advantages-section .advantages-section-title{font-size:32px;margin-bottom:24px}.landing-view.cottage-landing-view .advantages-section .section-heading{margin-bottom:40px}.landing-view.cottage-landing-view .advantages-section .advantages-items .advantages-item .item-icon{width:68px;height:68px}.landing-view.cottage-landing-view .advantages-section .advantages-items .advantages-item .item-title{font-size:16px;margin-bottom:16px}.landing-view.cottage-landing-view .advantages-section .advantages-items .advantages-item .item-text{font-size:14px}}@media screen and (max-width:575px){.landing-view.cottage-landing-view .section-heading h1{font-size:28px;line-height:108%;margin-bottom:28px}.landing-view.cottage-landing-view .section-heading span{font-size:15px}.landing-view.cottage-landing-view .hero-form-section{background:url("/dist/images/landing/cottage_landing_hero_bg_mobile.jpg") no-repeat center;background-size:cover;height:248px}.landing-view.cottage-landing-view .services-section .services-section-title{font-size:24px;line-height:110%}.landing-view.cottage-landing-view .advantages-section .advantages-section-title{font-size:24px;line-height:110%}.landing-view.cottage-landing-view .advantages-section .advantages-items{display:flex;gap:16px;margin-left:-28px;margin-right:-28px;padding-left:28px;padding-right:28px;overflow:auto}.landing-view.cottage-landing-view .advantages-section .advantages-items::-webkit-scrollbar{display:none}.landing-view.cottage-landing-view .advantages-section .advantages-items{-ms-overflow-style:none;scrollbar-width:none}.landing-view.cottage-landing-view .advantages-section .advantages-items .advantages-item{min-width:276px;width:276px}}main.cleaning-services-page .cleaning-services-page_heading_block{padding-top:68px;padding-bottom:68px}.cleaning-services-page .cleaning-services-page_heading_block .cleaning-services-page__title{max-width:100%}main.cleaning-services-page .services_collapse_list_outer .apartment-house-cleaning-preview_header{max-width:1200px;padding:0 20px 0;margin:0 auto}main.cleaning-services-page .section-title{margin-top:0;margin-bottom:24px;font-size:38px;font-weight:400}main.cleaning-services-page .section-subtitle{max-width:765px;font-size:18px;line-height:144%;margin:0;margin-bottom:60px}main.cleaning-services-page .accordion-outer{display:none}main.cleaning-services-page .card-list{display:grid;grid-template-columns:repeat(3,minmax(300px,1fr));grid-gap:30px;padding:0}main.cleaning-services-page .card-list .card-list-item{background:#fff;border-radius:20px;padding:16px 16px 20px}main.cleaning-services-page .section-with-tabs-items-inner .card-list .card-list-item:nth-child(n+7){display:none}main.cleaning-services-page .section-with-tabs-items-inner .card-list.active .card-list-item:nth-child(n+7){display:block}main.cleaning-services-page .card-list .card-list-item .card-list-item_image{position:relative;margin-bottom:16px;border-radius:12px;max-height:160px;overflow:hidden}main.cleaning-services-page .card-list .card-list-item .card-list-item_image img{object-fit:cover;max-height:160px;height:100%;width:100%}main.cleaning-services-page .card-list .card-list-item .card-list-item_image .card-list-item_image__price{position:absolute;top:8px;left:8px;display:flex;align-items:center;justify-content:center;padding:3px 12px 0;font-size:18px;line-height:27px;border-radius:30px;background:#fff}main.cleaning-services-page .card-list .card-list-item .card-list-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:20px}main.cleaning-services-page .card-list .card-list-item .card-list-item-header .card-list-item-header__title,main.cleaning-services-page .card-list .card-list-item .card-list-item-header .card-list-item-header__title_after{font-size:20px;line-height:144%}main.cleaning-services-page .card-list .card-list-item .card-list-item-body{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:18px}main.cleaning-services-page .card-list .card-list-item .card-list-item-body .card-list-item__label{color:#b5b0ac}main.cleaning-services-page .card-list .card-list-item .card-list-item__link{font-size:15px;color:#b5b0ac}main.cleaning-services-page .prices-section .section-title{margin-bottom:60px}main.cleaning-services-page section .table-container{margin-bottom:60px;border:1px solid #b5b0ac;border-radius:12px;overflow:hidden}main.cleaning-services-page section table{width:100%;border-collapse:collapse}main.cleaning-services-page section table.collapse-table tbody tr:nth-child(n+6){display:none}main.cleaning-services-page section table.collapse-table.active tbody tr:nth-child(n+6){display:table-row}main.cleaning-services-page section table.collapse-table tbody tr:last-child{display:table-row}main.cleaning-services-page section table.collapse-table tbody tr:last-child td .less,main.cleaning-services-page section table.collapse-table.active tbody tr:last-child td .more{display:none}main.cleaning-services-page section table.collapse-table tbody tr:last-child td .more,main.cleaning-services-page section table.collapse-table.active tbody tr:last-child td .less{display:block}main.cleaning-services-page section table.collapse-table tbody tr:last-child td span{color:#b5b0ac;position:relative;width:fit-content}main.cleaning-services-page section table.collapse-table tbody tr:last-child td span:after{content:'\203A';display:block;position:absolute;right:-13px;bottom:0;transform:rotate(90deg)}main.cleaning-services-page section table.collapse-table.active tbody tr:last-child td span:after{transform:rotate(-90deg)}main.cleaning-services-page section table.collapse-table.active tbody tr:last-child td span{color:#333}main.cleaning-services-page section table thead{height:96px;background:#f4f0ed}main.cleaning-services-page section table thead td:first-child{padding-left:36px}main.cleaning-services-page section table tbody tr{height:75px}main.cleaning-services-page section table tbody tr td{border-bottom:1px solid #d6d0cd}main.cleaning-services-page section table tbody tr td:not(:first-child){color:#d6d0cd}main.cleaning-services-page section table tbody tr td:first-child{padding-left:36px}main.cleaning-services-page section table tbody tr:last-child td{border-bottom:none}main.cleaning-services-page section table tbody tr td:last-child{padding-right:36px}main.cleaning-services-page .section-with-table .button{max-width:370px;margin:0 auto}.cleaning-services-section.cleanings-include-outer.services_collapse_list_outer .cleanings-description-outer .cleanings-description-inner.section-with-tabs-items-inner.active,.cleaning-industrial-places.cleanings-include-outer.services_collapse_list_outer .cleanings-description-outer .cleanings-description-inner.section-with-tabs-items-inner.active{display:block}.cleanings-include-outer.services_collapse_list_outer .cleanings-description-outer .cleanings-description-inner.section-with-tabs-items-inner.active .collapse-button{max-width:370px;margin:0 auto}.cleanings-include-outer.services_collapse_list_outer .cleanings-description-outer .cleanings-description-inner.section-with-tabs-items-inner.active .collapse-button .less,.cleanings-include-outer.services_collapse_list_outer .cleanings-description-outer .cleanings-description-inner.section-with-tabs-items-inner.active .collapse-button.active .more{display:none}.cleanings-include-outer.services_collapse_list_outer .cleanings-description-outer .cleanings-description-inner.section-with-tabs-items-inner.active .collapse-button.active .less,.cleanings-include-outer.services_collapse_list_outer .cleanings-description-outer .cleanings-description-inner.section-with-tabs-items-inner.active .collapse-button .more{display:block}main.cleaning-services-page .cleaning-services-section,main.cleaning-services-page .cleaning-industrial-places{padding-top:110px}.services-section-items-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;width:100%;margin-bottom:60px}.services-section-items-list .items-list-item{display:flex;flex-direction:column;justify-content:space-between;height:168px;border-radius:8px;background:#fff;padding:20px;position:relative}.services-section-items-list .items-list-item:nth-child(n+7){display:none}.services-section-items-list.active .items-list-item:nth-child(n+7){display:flex}.services-section-items-list .items-list-item .items-list-item__title{width:164px;font-size:20px;line-height:144%;position:relative}.services-section-items-list .items-list-item .items-list-item__title i{display:inline-block;margin-top:2px;width:16px;height:16px;background:url("/dist/images/icons/icon_question_grey.svg") no-repeat center center;cursor:pointer}.services-section-items-list .items-list-item .items-list-item__description{visibility:hidden;width:288px;background-color:#767575;color:#fff;border-radius:12px;padding:15px;position:absolute;z-index:1;top:100%;left:30%;margin-left:-60px;font-size:12px;line-height:150%}.services-section-items-list .items-list-item .items-list-item__description:after{content:"";position:absolute;bottom:100%;left:20%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #767575}.services-section-items-list .items-list-item .items-list-item__title:hover .items-list-item__description{visibility:visible}.services-section-items-list .items-list-item .items-list-item__link{font-size:15px;color:#b5b0ac}.services-section-items-list .items-list-item img{position:absolute;bottom:0;right:0;height:112px;object-fit:cover;border-bottom-right-radius:8px}main.cleaning-services-page .swiper-card-item{height:148px;padding:20px;border-radius:8px;border:1px solid #b5b0ac;display:flex;flex-direction:column;justify-content:space-between;position:relative}main.cleaning-services-page .swiper-card-item .swiper-card-item__title{width:200px;font-size:20px;line-height:144%}main.cleaning-services-page .swiper-card-item .swiper-card-item__title i{display:inline-block;width:16px;height:16px;background:url("/dist/images/icons/icon_question_grey.svg") no-repeat center center;cursor:pointer}main.cleaning-services-page .swiper-card-item .swiper-card-item__icon{display:flex;justify-content:center;align-items:center;position:absolute;right:20px;bottom:20px;border-radius:50%;background:#f4f0ed;width:68px;height:68px}main.cleaning-services-page .swiper-card-item .swiper-card-item__link{font-size:15px;color:#b5b0ac}.additional-service-prices{padding-top:0}.cleaning-services-page-dry-cleaning-section{border-top:1px solid #e1e1e1;padding:110px 0 0;max-width:100%}.cleaning-services-page-dry-cleaning-section .collapse-button{display:none}.cleaning-services-page-dry-cleaning-section .cleaning-services-page-dry-cleaning-section-inner{max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}.cleaning-services-page-dry-cleaning-section .card-list-outer{padding:80px 20px 110px;background:#f4f0ed}.cleaning-services-page-dry-cleaning-section .card-list-outer .card-list{max-width:1200px;margin:0 auto}.commercial-places-prices{padding-top:0}main.cleaning-services-page .site-navigation_outer{margin-top:48px;padding-bottom:32px}@media screen and (max-width:1024px){main.cleaning-services-page .cleaning-services-page_heading_block{justify-content:flex-start;align-items:flex-start;padding-top:48px;padding-bottom:48px}.cleaning-services-page .cleaning-services-page_heading_block .cleaning-services-page__title{font-size:38px;text-align:left;padding-bottom:0}main.cleaning-services-page .services_collapse_list_outer .apartment-house-cleaning-preview_header{max-width:1200px;padding:0 32px 0;margin:0 auto}main.cleaning-services-page .section-title{font-size:32px}main.cleaning-services-page .section-subtitle{max-width:100%;margin-bottom:44px}main.cleaning-services-page .card-list{grid-template-columns:repeat(2,minmax(240px,1fr));grid-gap:20px}main.cleaning-services-page .card-list .card-list-item{border-radius:16px;padding:12px 12px 16px}main.cleaning-services-page .card-list .card-list-item .card-list-item_image{margin-bottom:12px;border-radius:10px;max-height:143px}main.cleaning-services-page .card-list .card-list-item .card-list-item_image img{max-height:143px}main.cleaning-services-page .card-list .card-list-item .card-list-item_image .card-list-item_image__price{padding:4px 8px 0;font-size:16px;line-height:20px}main.cleaning-services-page .card-list .card-list-item .card-list-item-header{margin-bottom:8px;font-size:16px}main.cleaning-services-page .card-list .card-list-item .card-list-item-header .card-list-item-header__title,main.cleaning-services-page .card-list .card-list-item .card-list-item-header .card-list-item-header__title_after{font-size:16px}main.cleaning-services-page .card-list .card-list-item .card-list-item-body{margin-bottom:12px;font-size:14px}main.cleaning-services-page .card-list .card-list-item .card-list-item__link{font-size:12px}main.cleaning-services-page .prices-section .section-title{margin-bottom:44px}main.cleaning-services-page section .table-container{margin-bottom:40px}main.cleaning-services-page section table thead{height:80px;background:#f4f0ed}main.cleaning-services-page section table thead td:first-child{padding-left:24px}main.cleaning-services-page section table tbody tr{height:60px}main.cleaning-services-page section table tbody tr td:first-child{padding-left:24px}main.cleaning-services-page section table tbody tr td:last-child{padding-right:24px}main.cleaning-services-page .section-with-table .button{max-width:100%}.cleanings-include-outer.services_collapse_list_outer .cleanings-description-outer .cleanings-description-inner.section-with-tabs-items-inner.active .collapse-button{max-width:100%}main.cleaning-services-page .cleaning-services-section,main.cleaning-services-page .cleaning-industrial-places{padding-top:80px}.services-section-items-list{grid-template-columns:repeat(2,1fr);grid-gap:20px;margin-bottom:40px;padding-left:0}.services-section-items-list .items-list-item{height:131px}.services-section-items-list .items-list-item .items-list-item__title{width:140px;font-size:18px}.services-section-items-list .items-list-item .items-list-item__description{width:248px;padding:12px;margin-left:-48px}.services-section-items-list .items-list-item .items-list-item__link{font-size:12px}.services-section-items-list .items-list-item img{height:88px}main.cleaning-services-page .swiper-card-item{height:127px;width:230px;min-width:230px;padding:16px}main.cleaning-services-page .swiper-card-item .swiper-card-item__title{width:180px;font-size:18px}main.cleaning-services-page .swiper-card-item .swiper-card-item__icon{right:16px;bottom:16px;width:56px;height:56px}main.cleaning-services-page .swiper-card-item .swiper-card-item__link{font-size:12px}.cleaning-services-page-dry-cleaning-section{padding:80px 0 0}.cleaning-services-page-dry-cleaning-section .collapse-button{display:flex}.cleaning-services-page-dry-cleaning-section .collapse-button .less,.cleaning-services-page-dry-cleaning-section .collapse-button.active .more{display:none}.cleaning-services-page-dry-cleaning-section .collapse-button.active .less,.cleaning-services-page-dry-cleaning-section .collapse-button .more{display:block}.cleaning-services-page-dry-cleaning-prices-section{padding-bottom:40px}.cleaning-services-page-dry-cleaning-section .cleaning-services-page-dry-cleaning-section-inner{padding-left:32px;padding-right:32px}.cleaning-services-page-dry-cleaning-section .card-list-outer{padding:40px 32px 80px}.cleaning-services-page-dry-cleaning-section .card-list-outer .card-list{margin-bottom:40px}.cleaning-services-page-dry-cleaning-section .card-list-outer .card-list .card-list-item:nth-child(n+3){display:none}.cleaning-services-page-dry-cleaning-section .card-list-outer .card-list.active .card-list-item:nth-child(n+3){display:block}.commercial-places-prices{padding-top:0}.cleaning-services-page_commercial_cleaning_types.swiper-section .section-swiper-header{margin-bottom:0}main.cleaning-services-page .site-navigation_outer{margin-top:0;padding-top:44px;padding-bottom:44px}}@media screen and (max-width:575px){main.cleaning-services-page .cleaning-services-page_heading_block{padding-top:40px;padding-bottom:36px}.cleaning-services-page .cleaning-services-page_heading_block .cleaning-services-page__title{font-size:30px}main.cleaning-services-page .services_collapse_list_outer .apartment-house-cleaning-preview_header{padding:0 28px 0}main.cleaning-services-page .cleaning-services-section,main.cleaning-services-page .cleaning-industrial-places{padding-top:64px}main.cleaning-services-page .section-title{font-size:24px}main.cleaning-services-page .section-subtitle{margin-bottom:32px}main.cleaning-services-page .card-list{grid-template-columns:repeat(1,1fr);grid-gap:16px}main.cleaning-services-page .prices-section .section-title{margin-bottom:24px}.section-with-table{overflow:hidden}main.cleaning-services-page .section-with-table .table-outer{width:calc(100% + 56px);margin:0 -28px;padding:0 28px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}main.cleaning-services-page .section-with-table .table-outer::-webkit-scrollbar{display:none}main.cleaning-services-page .section-with-table .table-container{margin-bottom:32px;min-width:600px}main.cleaning-services-page section table thead{height:72px}main.cleaning-services-page section table thead td:first-child{padding-left:20px}main.cleaning-services-page section table tbody tr{height:56px}main.cleaning-services-page section table tbody tr td:first-child{padding-left:20px}main.cleaning-services-page section table tbody tr td:last-child{padding-right:20px}.services-section-items-list{grid-template-columns:repeat(1,1fr);grid-gap:12px;margin-bottom:24px}.services-section-items-list .items-list-item{height:148px}.services-section-items-list .items-list-item:nth-child(n+3){display:none}.services-section-items-list.active .items-list-item:nth-child(n+3){display:flex}.services-section-items-list .items-list-item .items-list-item__title{width:147px}.services-section-items-list .items-list-item img{height:93px}.cleaning-services-page-dry-cleaning-section{padding:64px 0 0}.cleaning-services-page-dry-cleaning-prices-section{padding-bottom:64px}.cleaning-services-page-dry-cleaning-section .cleaning-services-page-dry-cleaning-section-inner{padding-left:28px;padding-right:28px}.cleaning-services-page-dry-cleaning-section .card-list-outer{padding:24px 28px 64px}.cleaning-services-page-dry-cleaning-section .card-list-outer .card-list{margin-bottom:24px}main.cleaning-services-page .site-navigation_outer{margin-top:0;padding-top:40px;padding-bottom:40px}main.cleaning-services-page .apartment-house-cleaning-preview .types_services_gallery,main.cleaning-services-page .apartment-house-cleaning-preview .section-with-tabs-items-outer,main.cleaning-services-page .cleaning-industrial-places .types_services_gallery,main.cleaning-services-page .cleaning-industrial-places .section-with-tabs-items-outer{display:none}main.cleaning-services-page .accordion-outer{display:block;padding:36px 28px 64px;background:#f4f0ed}.accordion-outer .accordion-item .accordion-item__title{padding:20px 0;border-top:1px solid #dfdcda;font-size:18px;display:flex;justify-content:space-between;align-items:center}.accordion-outer .accordion-item:first-child .accordion-item__title{border-top:none}.accordion-outer .accordion-item .accordion-item__title:after{content:'\203A';display:block;transform:rotate(90deg)}.accordion-outer .accordion-item.active .accordion-item__title:after{transform:rotate(-90deg)}.accordion-outer .accordion-item .accordion-item-list{max-height:0;overflow:hidden;opacity:0;transform:translateY(-40px);will-change:max-height,opacity,transform}.accordion-outer .accordion-item.active .accordion-item-list{max-height:6000px;transition:max-height .25s ease-in,opacity .3s ease-in,transform .3s ease-in;opacity:1;transform:translateY(0);will-change:max-height,opacity,transform}.accordion-outer .accordion-item .accordion-item-list .card-list .card-list-item:nth-child(n+3){display:none}.accordion-outer .accordion-item .accordion-item-list.active .card-list .card-list-item:nth-child(n+3){display:block}.accordion-outer .accordion-item .accordion-item-list .button{margin-bottom:32px}.accordion-outer .accordion-item .accordion-item-list .button .more,.accordion-outer .accordion-item .accordion-item-list.active .button .less{display:block}.accordion-outer .accordion-item .accordion-item-list.active .button .more,.accordion-outer .accordion-item .accordion-item-list .button .less{display:none}}.unique-service-steps .unique-service-steps-item{margin-bottom:100px;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:30px}.unique-service-steps .unique-service-steps-item:last-child{margin-bottom:60px}.unique-service-steps .unique-service-steps-item .unique-service-steps-item-description .unique-service-steps-item-description__label{margin-bottom:12px;font-size:14px;line-height:150%;text-transform:uppercase;letter-spacing:1px}.unique-service-steps .unique-service-steps-item .unique-service-steps-item-description .unique-service-steps-item-description__title{margin-bottom:24px;font-size:38px}.unique-service-steps .unique-service-steps-item .unique-service-steps-item-description .unique-service-steps-item-description__text{font-size:18px;line-height:152%}.unique-service-steps .unique-service-steps-item .unique-service-steps-item-image img{max-height:565px;height:100%;width:100%;object-fit:cover}.unique-service-steps .unique-service-steps-item:nth-child(2n) .unique-service-steps-item-description{order:2}.unique-service-steps .unique-service-steps-item:nth-child(2n) .unique-service-steps-item-image{order:1}.unique-service-steps .order-cleaning-button{max-width:366px;margin:0 auto}.where-includes .section-title{margin-bottom:60px}.where-includes .items{margin-bottom:60px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}.where-includes .items .item{height:148px;display:flex;flex-direction:column;background:#fff;border-radius:8px;padding-left:20px;padding-top:20px;padding-bottom:20px;position:relative}.where-includes .items .item .item-title{max-width:180px;margin-bottom:auto;font-size:20px;line-height:148%}.where-includes .items .item .item-more{font-size:15px;line-height:152%;color:#b5b0ac;width:fit-content}.where-includes .items .item img{position:absolute;right:0;bottom:0;height:100%;z-index:0;border-bottom-right-radius:8px;border-top-right-radius:8px}.where-includes .button{display:none}@media screen and (max-width:1024px){.unique-service-steps .unique-service-steps-item{margin-bottom:68px;grid-template-columns:1fr;grid-column-gap:36px}.unique-service-steps .unique-service-steps-item:last-child{margin-bottom:44px}.unique-service-steps .unique-service-steps-item .unique-service-steps-item-description{margin-bottom:36px}.unique-service-steps .unique-service-steps-item .unique-service-steps-item-description .unique-service-steps-item-description__title{margin-bottom:20px;font-size:32px}.unique-service-steps .unique-service-steps-item .unique-service-steps-item-image img{max-height:300px}.unique-service-steps .unique-service-steps-item:nth-child(2n) .unique-service-steps-item-description{order:1}.unique-service-steps .unique-service-steps-item:nth-child(2n) .unique-service-steps-item-image{order:2}.unique-service-steps .order-cleaning-button{max-width:100%}.where-includes .items{margin-bottom:44px;grid-template-columns:repeat(2,1fr);grid-gap:20px}}@media screen and (max-width:575px){.where-includes .items{margin-bottom:32px;grid-template-columns:1fr}.where-includes .items .item:not(:nth-child(-n+3)){display:none}.where-includes .items.active .item{display:block}.where-includes .button{margin:0 auto;display:flex}.where-includes .button.active .less,.where-includes .button .more{display:block}.where-includes .button.active .more,.where-includes .button .less{display:none}}.small-icon-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:30px}.small-icon-list-item{display:flex;padding:20px;flex-direction:column;align-items:center;justify-content:flex-start;height:150px;border:1px solid #b5b0ac;border-radius:12px}.small-icon-list-item__icon{margin-bottom:16px;width:48px;min-width:48px;height:48px;display:flex;justify-content:center;align-items:center;background:#f4f0ed;border-radius:50%}.small-icon-list-item__icon img{width:70%;height:70%}.small-icon-list-item__label{font-size:18px;text-align:center}section.outer-class{max-width:100%;padding-left:0;padding-right:0}section.outer-class .inner-class{margin:0 auto;max-width:1220px;padding-left:30px;padding-right:30px}.section-header{margin-bottom:40px;display:flex;justify-content:space-between;align-items:flex-start}.section-header .section-title{max-width:726px;margin-bottom:0}.section-header .section-subtitle{max-width:347px;font-size:20px;line-height:140%}.section-title{margin-top:0;font-size:38px;font-weight:400;line-height:120%}section.grey-bg{background:#f4f0ed}.section-ozon-features .section-title{margin-bottom:40px;max-width:802px}.section-ozon-proccess .section-title{margin-bottom:60px}.process-steps-list{display:flex;gap:30px;overflow:auto;width:calc(100% + 60px);padding:0 30px;margin:0 -30px;-ms-overflow-style:none;scrollbar-width:none}.process-steps-list::-webkit-scrollbar{display:none}.process-steps-list-item{min-width:266px}.process-steps-list-item__number{margin-bottom:16px;display:flex;justify-content:center;align-items:center;width:72px;min-width:72px;height:72px;background:#fff;border-radius:50%;position:relative}section.default-bg .process-steps-list-item__number{background:#f4f0ed}.process-steps-list-item__number:before{content:'';position:absolute;right:-230px;height:2px;width:230px;background:#fff}section.default-bg .process-steps-list-item__number:before{background:#f4f0ed}.process-steps-list-item:last-child .process-steps-list-item__number:before{display:none}.process-steps-list-item__title{margin-bottom:10px;font-size:18px;line-height:144%}.process-steps-list-item__subtitle{font-size:15px;line-height:144%}.benefits-list{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.benefits-list-item{padding:20px;border:1px solid #b5b0ac;border-radius:12px}.benefits-list-item__icon{margin-bottom:12px;width:80px;min-width:80px;height:80px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#f4f0ed}.benefits-list-item__icon img{width:70%;height:70%}.benefits-list-item__title{margin-bottom:8px;font-size:18px;line-height:140%}.benefits-list-item__text{font-size:15px;line-height:144%;color:#b5b0ac}@media screen and (max-width:768px){.section-header{margin-bottom:32px;flex-direction:column}.section-title{font-size:32px}.section-subtitle{font-size:18px}.section-header .section-title{margin-bottom:24px;max-width:100%}.section-header .section-subtitle{max-width:100%}.small-icon-list{grid-template-columns:repeat(3,1fr);gap:20px}.benefits-list{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:575px){.section-title{font-size:24px}.section-header .section-subtitle{font-size:16px}.section-ozon-features .section-title{margin-bottom:32px}.benefits-list{grid-template-columns:1fr}.small-icon-list{grid-template-columns:repeat(2,1fr)}.process-steps-list{width:calc(100% + 40px);padding:0 20px;margin:0 -20px}}.floor-cleaning-benefits{display:flex;gap:30px;width:calc(100% + 60px);margin:0 -30px;padding:0 30px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.floor-cleaning-benefits::-webkit-scrollbar{display:none}.floor-cleaning-benefits-item{padding:20px 28px;min-width:268px;border:1px solid #b5b0ac;border-radius:12px}.floor-cleaning-benefits-item__icon{width:48px;min-width:48px;height:48px;display:flex;justify-content:center;align-items:center;margin-bottom:16px;border-radius:50%;background:#f4f0ed}.floor-cleaning-benefits-item__icon img{width:70%;height:70%}.floor-cleaning-benefits-item__title{margin-bottom:8px;font-size:18px}.floor-cleaning-benefits-item__text{font-size:15px;color:#b5b0ac}.suitable-places{margin-bottom:60px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.suitable-places-item{padding:16px;border-radius:20px;background:#fff}.suitable-places-item__image{margin-bottom:16px;height:160px;border-radius:12px;overflow:hidden}.suitable-places-item__image img{width:100%;height:100%}.suitable-places-item__title{margin-bottom:10px;font-size:20px;line-height:140%}.suitable-places-item__text{font-size:18px;color:#b5b0ac}.suitable-places-section .form-button{margin:0 auto;max-width:367px}@media screen and (max-width:768px){.suitable-places{margin-bottom:40px;grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:575px){section.outer-class .inner-class{padding-left:20px;padding-right:20px}.floor-cleaning-benefits{gap:20px;width:calc(100% + 40px);margin:0 -20px;padding:0 20px}.suitable-places{display:flex;width:calc(100% + 40px);margin:0 -20px 32px;padding:0 20px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.suitable-places::-webkit-scrollbar{display:none}.suitable-places-item{min-width:255px}}.advantages-2-block__title{margin-bottom:40px}.advantages-2-block-content{display:flex;align-items:flex-start;gap:30px;margin-bottom:60px}.advantages-2-block__image{max-width:367px;width:100%;border-radius:20px;overflow:hidden}.advantages-2-block__image img{width:100%}.advantages-2-block__image .image-tablet{display:none}.advantages-2-block__list{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.advantages-2-block__item{padding:20px;display:flex;gap:20px;align-items:center;background:#fff;border-radius:12px}.advantages-2-block__item__icon{width:80px;min-width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f4f0ed}.advantages-2-block__item__icon img{width:44px}.advantages-2-block__item__title{font-size:18px;line-height:140%}.advantages-2-block__button{max-width:320px;margin:0 auto}.component__price-badge{position:absolute;top:12px;left:12px;background:#fff;border-radius:30px;padding:6px 12px 3px;width:fit-content;display:flex;justify-content:center;align-items:center}.component__more-link{display:block;margin-top:auto;font-size:15px;color:#b5b0ac}.cleaning-services-block .section-title{margin-bottom:40px}.cleaning-services-block__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}.cleaning-services-block__card{position:relative;padding:16px 16px 20px;border-radius:20px;box-shadow:0px 1px 6px 0px #00000040}.cleaning-services-block__card .component__price-badge{left:24px;top:24px}.cleaning-services-block__card__image{margin-bottom:16px;height:160px;border-radius:12px;width:100%;overflow:hidden}.cleaning-services-block__card__image img{width:100%;height:100%;object-fit:cover}.cleaning-services-block__card__title{margin-bottom:10px;font-size:20px}.cleaning-services-block__card__row{margin-bottom:6px;display:flex;align-items:center;justify-content:space-between;font-size:18px;line-height:144%}.cleaning-services-block__card__row__label{color:#b5b0ac}.cleaning-services-block__card__text{margin-bottom:10px;font-size:18px;line-height:144%}.rooms-cleaning-block{overflow:hidden}.rooms-cleaning-block_wrap{display:flex}.rooms-cleaning-block .section-header .section-title{max-width:100%}.rooms-cleaning-block__item{position:relative;width:367px;min-width:367px;margin-right:30px;height:583px;display:flex;flex-direction:column;padding:16px;background:#fff;border-radius:20px}.rooms-cleaning-block__item:last-child{margin-right:0}.rooms-cleaning-block__item .component__price-badge{top:24px;left:24px}.rooms-cleaning-block__item__image{height:160px;width:100%;margin-bottom:16px;border-radius:12px;object-fit:cover}.rooms-cleaning-block__item__title{margin-bottom:10px;font-size:20px;line-height:140%}.rooms-cleaning-block__item__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:18px}.rooms-cleaning-block__item__row__label{color:#b5b0ac}.rooms-cleaning-block__item__option{margin-bottom:8px;font-size:18px;line-height:144%}.main-page-ceo .how-to-order-outer{background:0 0}.main-page-ceo .how-to-order-block p{max-width:826px}.main-page-ceo .how-to-order-outer .step{box-shadow:0px 1px 6px 0px #00000040}.how-to-order-block .how-to-order__button{margin:60px auto 0;max-width:367px}main p.how-to-order__subtitle-2{font-size:20px}.cleaning-services-block__button{display:none}@media screen and (max-width:1024px){.advantages-2-block__title{margin-bottom:44px}.advantages-2-block-content{flex-direction:column;margin-bottom:38px}.advantages-2-block__image{max-width:100%}.advantages-2-block__image img{display:none}.advantages-2-block__image img.image-tablet{display:block;width:100%;height:400px;object-fit:cover}.advantages-2-block__button{max-width:100%}.cleaning-services-block .section-title{margin-bottom:44px;max-width:500px}.cleaning-services-block__list{grid-template-columns:repeat(2,1fr);gap:20px}.cleaning-services-block__card:not(:nth-child(-n+2)){display:none}.cleaning-services-block.active .cleaning-services-block__card{display:block}.cleaning-services-block__button{display:flex;margin-top:44px}.cleaning-services-block .cleaning-services-block__button .less,.cleaning-services-block.active .cleaning-services-block__button .more{display:none}.cleaning-services-block.active .cleaning-services-block__button .less,.cleaning-services-block .cleaning-services-block__button .more{display:block}.heading_block_info .header-yandex-rate__value{margin-right:4px}.heading_block_info .header-yandex-rate__text{margin-left:8px}.heading_block_info .header-yandex-rate__star:not(:first-child){display:none}main p.how-to-order__subtitle-2{margin-bottom:24px}}@media screen and (max-width:768px){header.header_block_ceo .heading_block_info{width:100%;display:flex;gap:16px;justify-content:start;align-items:center;font-size:18px}header.header_block_ceo .heading_block_info .header-yandex-rate{margin-top:0;padding:4px 22px;border-radius:8px;align-items:center}header.header_block_ceo .heading_block_info .header-yandex-rate__text{display:none}header.header_block_ceo .heading_block_info .header-yandex-rate__value{margin-right:4px;height:18px}header.header_block_ceo .heading_block_info .header-yandex-rate-stars .header-yandex-rate__star{display:none}header.header_block_ceo .heading_block_info .header-yandex-rate-stars .header-yandex-rate__star:first-child{display:block;padding-bottom:2px;width:16px;height:16px}.grid-additional-services-outer-list{display:flex;gap:20px;margin:0 -32px;width:calc(100% + 64px);padding:4px 32px;overflow:auto}.grid-additional-services-outer-list::-webkit-scrollbar{display:none}.grid-additional-services-outer-list{-ms-overflow-style:none;scrollbar-width:none}.grid-additional-services-outer-list__item{min-width:242px;width:242px}.cleanings-include-outer .additional-services-outer{overflow:hidden}.advantages-2-block__list{grid-template-columns:repeat(3,1fr);gap:20px}.advantages-2-block__item{flex-direction:column;gap:16px;align-items:start}main .how-to-order-block{padding-top:80px;padding-bottom:80px}.how-to-order-block .how-to-order__button{margin-top:44px;max-width:100%}.rooms-cleaning-block .section-header .section-title{margin-bottom:0}.rooms-cleaning-block .section-header{margin-bottom:44px}main .how-to-order-block .how-to-order-title{margin-bottom:20px;font-size:32px}body main .faq_block_head{padding-bottom:40px}main .faq_block_head .faq_block_head__title{font-size:32px}}@media screen and (max-width:575px){.advantages-2-block__title{margin-bottom:32px}.advantages-2-block__list{width:100%;grid-template-columns:repeat(1,1fr);gap:8px}.advantages-2-block__item{padding:12px 20px}.advantages-2-block__item__icon{width:50px;min-width:50px;height:50px}.advantages-2-block__item__icon img{width:24px}.advantages-2-block__image img.image-tablet{height:236px}.main-page-ceo .how-to-order-block p{font-size:16px;line-height:144%}.cleaning-services-block .section-title{margin-bottom:32px}.cleaning-services-block__list{grid-template-columns:repeat(1,1fr);gap:32px}.cleaning-services-block__button{margin-top:32px}.cleaning-services-block__card__row,.cleaning-services-block__card__text{font-size:14px}.cleaning-services-block__card__title{font-size:16px}.rooms-cleaning-block .section-header .section-title{margin-bottom:0}.rooms-cleaning-block__item{width:100%;min-width:0;height:auto}.rooms-cleaning-block__item__title{font-size:16px}.rooms-cleaning-block__item__row,.rooms-cleaning-block__item__option{font-size:14px}.rooms-cleaning-block__item .component__more-link{margin-top:4px}.rooms-cleaning-block_wrap{flex-direction:column;gap:32px}header.header_block_ceo .heading_block_info{font-size:16px;line-height:20px}header.header_block_ceo .heading_block_info .header-yandex-rate{padding:8px 12px}main .how-to-order-block{padding-top:64px;padding-bottom:64px}main.main-page-ceo .how-to-order-block .order-steps .step .step-description{font-size:14px;padding-right:24px}main.main-page-ceo .how-to-order-block .order-steps .step.step-one .step-header,main .how-to-order-block .other-steps .step .step-header{height:auto;min-height:0;margin-bottom:40px}.how-to-order-block .how-to-order__button{margin-top:32px}.rooms-cleaning-block .section-header{margin-bottom:32px}main .how-to-order-block .how-to-order-title{margin-bottom:24px;font-size:24px}main .faq_block_head .faq_block_head__title{font-size:24px}body main .faq_block_head{padding-bottom:32px}.main-page-ceo .how-to-order-block p.how-to-order__subtitle-2{font-size:20px}}.price_by_photo .inner-class{display:flex;padding:0 32px}.main-page-ceo .price_by_photo .inner-class{padding-left:20px;padding-right:20px;width:100%;max-width:1200px;justify-content:space-between}.slider-clean-items-container{display:grid;grid-template-columns:repeat(2,1fr);height:544px;box-shadow:0 1px 6px 0 #00000040;border-radius:20px;overflow:hidden}.slider-clean-items-container.active{height:auto}.rooms-items-container{padding:40px 0;display:flex;flex-direction:column;overflow:hidden;height:544px}.slider-clean-items-container.active .rooms-items-container{height:auto}.rooms-items__wrapper{width:100%;display:flex;flex-direction:column;height:100%;padding-left:60px;padding-right:30px}.rooms-items__title{font-size:32px}.rooms-items-list{padding-top:20px}.rooms-items-list::-webkit-scrollbar{display:none}.rooms-items-list__item{display:none;position:relative;margin-bottom:16px;padding-left:32px;width:100%}.rooms-items-list__item:before{content:url("/dist/images/icons/check_mark.svg");background:#9bf0f5;width:24px;height:24px;display:flex;justify-content:center;align-items:center;position:absolute;left:0;top:-2px;border-radius:50%}.rooms-items-list__item:nth-child(-n+5){display:block}.rooms-items__wrapper.active .rooms-items-list .rooms-items-list__item{display:block}.rooms-items-list__item:last-child{margin-bottom:0}.rooms-items-list__item__title{font-size:16px;line-height:22px;max-width:317px;width:fit-content;position:relative;display:inline;cursor:pointer}.rooms-items-list__item .rooms-items-list__item__title span{margin-left:4px;position:relative;display:inline-block}.rooms-items-list__item .rooms-items-list__item__title span .icon-black-question,.rooms-items-list__item.active .rooms-items-list__item__title span .icon-grey-question{display:none}.rooms-items-list__item.active .rooms-items-list__item__title span .icon-black-question,.rooms-items-list__item .rooms-items-list__item__title span .icon-grey-question{display:inline-block;position:absolute;bottom:-3px}.rooms-items-list__item__text{margin-top:10px;font-size:14px;color:#787777;display:none}.rooms-items-list__item.active .rooms-items-list__item__text{display:block;line-height:144%}.slider-clean-items-list__image{position:relative;z-index:999;height:544px;opacity:1;transition:opacity .2s ease-in}.slider-clean-items-list__image.loading{opacity:.5}.slider-clean-items-list__image.animated{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.slider-clean-items-container.active .slider-clean-items-list__image{height:auto}.slider-clean-items-list__image img{width:100%;height:100%;object-fit:cover}.cleanings-description-outer .order-cleaning-button{width:fit-content;margin:0 auto;padding:0 40px;text-align:center;white-space:nowrap}.slider-clean-items-wrapper{display:flex;width:400%;margin-bottom:16px}.slider-clean-items-arrows{margin-top:auto;padding-left:60px}.slider-clean-items-button{margin-top:16px;width:fit-content;border-bottom:1px solid #b5b0ac;cursor:pointer}.slider-clean-items-button span{color:#b5b0ac;font-size:15px}.rooms-items__wrapper.active .slider-clean-items-button .more,.slider-clean-items-button .less{display:none}.rooms-items__wrapper.active .slider-clean-items-button .less,.slider-clean-items-button .more{display:block}.slider-clean-items-list__image .tablet-img{display:none}.order-cleaning-button{display:none}.order-cleaning-button.active{display:flex}main .section-with-tabs-outer .section-with-tabs-items-outer.cleanings-description-outer.slider-cleanings-description-outer{padding-bottom:110px;border-bottom:1px solid #dfdcda}@media screen and (max-width:1024px){.slider-clean-items-container{display:flex;flex-direction:column-reverse;height:auto}.slider-clean-items-wrapper{width:auto;margin-bottom:0}.slider-clean-items-list__image{height:240px}.rooms-items-list{padding-top:16px}.rooms-items__wrapper{padding-left:32px;min-width:100%}.rooms-items-container{height:auto}.slider-clean-items-container.active .slider-clean-items-list__image{height:240px}.rooms-items__title{font-size:24px}.slider-clean-items-list__image .desktop-img{display:none}.slider-clean-items-list__image .tablet-img{display:block;object-fit:cover}.rooms-items-container .slider-clean-items-arrows{position:absolute;bottom:-26px;width:100%;padding-left:0;justify-content:center;left:0}.cleanings-description-outer .order-cleaning-button{margin-top:60px;max-width:100%;width:calc(100% - 56px)}main .section-with-tabs-outer .section-with-tabs-items-outer.cleanings-description-outer.slider-cleanings-description-outer{padding-bottom:80px}.cleanings-include-outer .cleanings-description-outer.slider-cleanings-description-outer .cleanings-description-inner.section-with-tabs-items-inner{padding-bottom:32px}.grid-additional-services-outer__title{margin-bottom:44px;font-size:32px}.rooms-items-list__item:before{top:-4px}}@media screen and (max-width:575px){.workers_block_info_title{font-size:24px}main .workers_block_items_block_item_text{font-size:14px}.rooms-items-container{padding:24px 0}.slider-clean-items-list__image{height:240px}.slider-clean-items-button{margin-top:20px}.rooms-items-list{padding-top:16px}.rooms-items__wrapper{padding-left:20px;min-width:100%}.rooms-items__title{font-size:20px}.rooms-items-list__item.active .rooms-items-list__item__text{font-size:12px;line-height:16.8px}main .section-with-tabs-outer .section-with-tabs-items-outer.cleanings-description-outer.slider-cleanings-description-outer{padding-bottom:76px}.grid-additional-services-outer__title{margin-bottom:32px;font-size:24px}.grid-additional-services-outer-list__item__name{font-size:16px;line-height:144%}.reviews_block_new_3-stars{gap:2px}.reviews_block_new_3-stars img{width:16px;padding-bottom:2px}body main .faq_block{padding:64px 28px}main .faq_block_item .faq_block_item_question{font-size:16px}main .faq_block_item .faq_block_item_answer{max-width:100%;padding-right:16px}}.photos-after-cleaning .section-title{margin-bottom:40px}.photos-after-cleaning-items{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.photos-after-cleaning__item{display:flex;gap:20px;flex-direction:column}.photos-after-cleaning__item:last-child{margin-bottom:0}.photos-after-cleaning__item .swiper-wrapper{display:flex;align-items:stretch;width:600%;height:100%}.photos-after-cleaning__item:nth-child(3) .swiper-wrapper{width:800%}.photos-after-cleaning__item .swiper-wrapper .swiper-slide{width:100%}.photos-after-cleaning__item__images{width:100%;height:100%;border-radius:12px;position:relative;overflow:hidden}.photos-after-cleaning__item__images__container{position:relative;height:440px}.photos-after-cleaning__slider-arrows{display:flex;justify-content:space-between;position:absolute;left:-10px;right:-10px;top:calc(50% - 20px)}.photos-after-cleaning__slider-arrow{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;width:40px;height:40px}.photos-after-cleaning__item__images img{width:100%;height:100%;border-radius:12px;object-fit:cover}.photos-after-cleaning__item__description{height:100%;display:flex;flex-direction:column;padding:32px 24px;width:100%;background:#fff;border-radius:12px}.photos-after-cleaning__item__title{margin-bottom:24px;font-size:24px}.photos-after-cleaning__item__rows{margin-bottom:32px}.photos-after-cleaning__item__row{margin-bottom:16px;font-size:18px}.photos-after-cleaning__item__row:last-child{margin-bottom:0}.photos-after-cleaning__item__label{margin-right:4px;color:#b5b0ac}.photos-after-cleaning__item__button{margin-top:auto;width:100%;text-align:center}@media screen and (max-width:1024px){.photos-after-cleaning-items{display:block}.photos-after-cleaning__slider-arrows{left:-8px;right:-8px}.photos-after-cleaning__item{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px;height:420px}.photos-after-cleaning__item:last-child{margin-bottom:0}.photos-after-cleaning .section-title{margin-bottom:44px}.photos-after-cleaning__item__images__container{height:100%}.photos-after-cleaning__item__description{padding:40px 24px}.photos-after-cleaning__item__title{font-size:20px;margin-bottom:20px}.photos-after-cleaning__item__images{max-height:100%;height:100%}.photos-after-cleaning__item__rows{margin-bottom:0}.photos-after-cleaning__item__row{margin-bottom:12px}}@media screen and (max-width:575px){.photos-after-cleaning .section-title{margin-bottom:32px}.photos-after-cleaning__item__images__container{height:420px}.photos-after-cleaning__item{grid-template-columns:1fr;gap:16px;height:100%;margin-bottom:32px}.photos-after-cleaning__item__images{max-height:420px;max-width:100%}.photos-after-cleaning__item__description{max-width:100%;padding:24px 20px}.photos-after-cleaning__item__title{margin-bottom:16px;font-size:18px}.photos-after-cleaning__item__row{margin-bottom:8px;font-size:16px}.photos-after-cleaning__item__button{margin-top:20px}}.price_header_block_ceo .heading_block{padding-bottom:40px}.price_header_block_ceo .heading_block_title{font-size:38px}main.price-page section.price-table-outer{padding-top:0;padding-bottom:60px}main.price-page .price-table-outer table *{font-size:18px}main.price-page .price-table-outer table thead *{font-size:20px}main.price-page .price-table-outer table thead td{padding-top:36px;padding-bottom:32px}main.price-page .price-table-outer table tr td:first-child{padding-left:36px}main.price-page .price-table-outer table tr td:last-child{padding-right:36px}main.price-page .price-table-outer table thead td:not(:first-child){text-decoration:underline;text-underline-position:under}main.price-page .price-table-outer.prices-additional-services .section-title{margin-bottom:32px;font-size:32px}main.price-page .prices-additional-services.price-table-outer table td:first-child{border-right:.5px solid #b5b0ac;padding-right:80px}main.price-page .prices-additional-services.price-table-outer table td:last-child{padding-left:80px}main.price-page .prices-additional-services.price-table-outer table .table-cell{display:flex;justify-content:space-between;align-items:center}main.price-page .price-table-outer table br{display:none}main.price-page .prices-additional-services.price-table-outer table thead td:not(:first-child){text-decoration:none}main.price-page .price-table-outer table thead tr td{background:#f4f0ed}main.price-page .price-table-outer table thead tr td:first-child{border-radius:12px 0 0}main.price-page .price-table-outer table thead tr td:last-child{border-radius:0 12px 0 0}main.price-page .prices-additional-services.price-table-outer table thead .table-cell__label:last-child{text-decoration:underline;text-underline-position:under}main.price-page .prices-additional-services.price-table-outer table tbody .table-cell__label{color:#333}main.price-page .prices-additional-services.price-table-outer table tbody .table-cell__label:last-child{color:#b5b0ac}main.price-page .tooltip__text{font-size:12px !important}.price-paragraph{padding-top:0;font-size:18px;line-height:144%}@media screen and (max-width:1024px){.price_header_block_ceo .heading_block{padding-bottom:32px}main.price-page section.price-table-outer{padding-bottom:40px}main.price-page .price-table-outer.prices-additional-services .section-title{margin-bottom:24px;font-size:24px}main.price-page .price-table-outer table thead td{white-space:nowrap;padding-right:30px}main.price-page .price-table-outer.main-prices table tbody tr td:first-child{max-width:184px}main.price-page .price-table-outer table *{font-size:16px}main.price-page .prices-additional-services.price-table-outer table td:first-child{padding-right:30px}main.price-page .prices-additional-services.price-table-outer table td:last-child{padding-left:30px}.price-table-outer table tr td:first-child{min-width:0}main.price-page .prices-additional-services.price-table-outer table tbody .table-cell__label{max-width:180px}.price-table-outer table tr td .tooltip{display:inline;top:unset}}@media screen and (max-width:575px){.price_header_block_ceo .heading_block{padding-bottom:24px}main.price-page section.price-table-outer{padding-bottom:32px}main.price-page .price-table-outer.prices-additional-services .section-title{margin-bottom:20px;font-size:18px}main.price-page .price-table-outer table *{font-size:14px}main.price-page .prices-additional-services.price-table-outer table{min-width:0}main.price-page .prices-additional-services.price-table-outer table td:first-child{border-right:none}main.price-page .prices-additional-services.price-table-outer table thead td{padding:26px 20px !important;display:block}main.price-page .prices-additional-services.price-table-outer table thead td:last-child{display:none}main.price-page .prices-additional-services.price-table-outer table tr{display:block}main.price-page .prices-additional-services.price-table-outer tbody tr td{padding:18px 20px !important;display:block}main.price-page .price-table-outer table br{display:block}main.price-page .prices-additional-services.price-table-outer table:not(.dry-cleaning-services-table) tr:last-child td:first-child{border-bottom:1px solid #d6d0cd}main.price-page .prices-additional-services.price-table-outer table.dry-cleaning-services-table tr:last-child td:last-child{display:none}.price-paragraph{font-size:16px}}header.seo-page-header .head_image{min-height:0}header.seo-page-header .head_image .header-bg-image.desktop{height:320px}