@charset "UTF-8";

.marquee { text-align:left; width:100%; overflow:hidden; white-space: nowrap; }
.marquee span { display:inline-block;  text-indent:0; animation: marquee 25s linear infinite;}

@keyframes marquee {
    0%  { transform: translate(100vw, 0); }
    100% { transform: translate(-100%, 0); }
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto
}



.stock__info {
	display: flex;
	align-items: center;
}

.stock__info .stock__btn {
	margin-left: 10px;
}



body #itlcb-wrapper { z-index: 999999999999991111; }

.location .regionLocation {
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.location .regionLocation .stock__btn {
	width: 70px;
	margin-left: 20px;
}

.location .regionLocation .stock__btn .btn{
	
	max-width: 100%;
	
}

.changeReg {
	margin-left: 25px;
	cursor: pointer;
}

.location .regionLocation { display: none; }


.submenu {
	display: none;
	background: #fff;
	padding-top: 0;
	padding-bottom: 10px;
	
}

.header.opensub { background: #fff; }

.submenu.active { display: block; box-shadow: -3px 19px 20px -15px rgba(0,0,0,0.3); }

 .submenu .container { display: flex; flex-wrap: wrap; justify-content: center; padding: 0; /*padding-left: 122px;*/  } 
.submenu .container a { margin: 10px; }



.popup_block {
	display: none;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	justify-content: center;
	align-items: center;
	overflow-y: auto;
}

.popup_block.flex { display: flex; z-index: 99999999999; }

.popup_block .popup .x{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	
	
	
	
}

.x svg {
	
	width: 20px;
    height: 20px;
    fill: none;
    stroke: #000;
    stroke-width: 1.5;
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: none;
    pointer-events: none;
	
}


.popup_block .popup {
position: relative;	
background: #fff;
max-width: 650px;
padding: 30px;
border-radius: 4px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
	
}
.popup_block .popup .t
{
	text-align: center;
	margin-bottom: 9px;
	color: #353535!important;
    font-size: 48px!important;
    font-family: Muller, Arial, sans-serif!important;
    font-weight: 500!important;
}

.popup_block .popup .tds
{
	
	text-align: center;
	margin-bottom: 19px;
	font: 15px/17px "Helvetica Neue",Helvetica,Arial,sans-serif;
}


.popup_block .popup form .phone, .popup_block .popup form .phone.focus-visible, .popup_block .popup form .code_sms, .popup_block .popup form .code_sms.focus-visible {
	
	width: 100%;
	padding: 15px 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
	margin-bottom: 10px;
	font-size: 16px;
	
}

.popup_block .popup form input[type=submit] {
	
	width: 100%;
	padding: 15px 20px;
	min-height: 48px;
	background: #f58319;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	box-shadow: -1px -1px 1px rgb(0 0 0 / 9%);
	margin-bottom: 10px;
}

.popup_block .popup form input[type=submit].disabled { 

	pointer-events: none;
	background: #eee;
	  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	
}

.popup_block .popup .soglas {
	font: 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.popup_block .popup .soglas a {
	color: #f58319;
}

.popup_block .popup .code_sms, .popup_block .popup .btn_send2 {
	display: none;
}


input.readonly {
	pointer-events: none;
	background: #eee;
	  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	
}

.uo_slider .clean-card__info {
	
	max-height: 170px;
	overflow: hidden;
	
}

.grid_ubof {  
	

    border-radius: 50px 0 0 50px;
    padding: 50px;
    border: 5px solid #f29304;
	margin-top: 50px;

}

.grid_ubof .grid {
	
	display: grid;
  grid-template-areas: "p1 p2 p3"    
                       "p4 p5 p6"; 
	
}

.grid_ubof .grid {
	
	list-style: url(../img/dot-orange.svg);
	
}

.grid_ubof .grid li {
	max-width: initial;
    padding-right: 10px;
	margin-bottom: 40px;
    margin-left: 10px;
}

.grid_ubof .grid li.g1 { grid-area: p1; }
.grid_ubof .grid li.g2 { grid-area: p4; }
.grid_ubof .grid li.g3 { grid-area: p2; }
.grid_ubof .grid li.g4 { grid-area: p3; }
.grid_ubof .grid li.g5 { grid-area: p5; }
.grid_ubof .grid li.g6 { grid-area: p6; }


.popup .edit_phone { text-align: right;  margin-bottom: 5px; display: none; }
.popup .edit_phone a { font: 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif; color: #00aa00; }

.popup_block.inline {
	display: flex;
	position: static;
	background: none;
	overflow-y: visible;
}

.inline .popup { width: 100%; max-width: 100%; }
.inline .x { display: none; }


@media (max-width:530px) {

.grid_ubof .grid {
	
display: grid;
grid-template-areas: "p1 p2"    
                     "p3 p4" 
                     "p5 p6"; 
	
}

.grid_ubof .grid li.g1 { grid-area: p1; } /*Срочная*/
.grid_ubof .grid li.g2 { grid-area: p2; } /*Ежедневная*/
.grid_ubof .grid li.g3 { grid-area: p3; } /*Утренняя*/
.grid_ubof .grid li.g4 { grid-area: p5; } /*Вечерняя*/
.grid_ubof .grid li.g5 { grid-area: p4; } /*Генеральная*/
.grid_ubof .grid li.g6 { grid-area: p6; } /*После ремонта*/
	
}


@media (max-width:600px) {
    .wrapper {
        max-width: 600px;
        padding: 0 10px
    }
	
	
	
	
}

@media (min-width:601px) and (max-width:1099px) {
    .wrapper {
        max-width: 728px
    }
}

@media (min-width:1100px) and (max-width:1619px) {
    .wrapper {
        max-width: 1200px
    }
}

@media (min-width:1100px) and (max-width:1220px) {
    .wrapper {
        padding: 0 10px
    }
}

.logo {
    display: block;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 127px;
    height: 70px
}

.inst {
    transition: .3s;
    cursor: pointer
}

.inst:hover {
    opacity: .8
}

.inst path {
    fill: #353535
}

.nav {
    font-size: 14px;
    font-weight: 500;
    font-family: Muller, sans-serif;
    text-transform: uppercase;
    width: 688px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    position: relative
}

.nav__elem {
    color: #353535;
    padding: 0 22px;
    transition: .3s;
    position: relative;
    cursor: pointer
}

.nav__elem:hover {
    color: #0000ff
}

.nav__elem span {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0;
    position: absolute;
    top: 35%;
    right: 9px;
    transform: translateY(-50%);
    border-color: #353535 transparent transparent
}

@media (max-width:1099px) {
    .inst path {
        fill: #f2950a
    }
	
	.header{ display: none; }
	
    .nav {
        align-items: flex-start;
		background: #fff;
		width: 100%;
		flex-direction: row;
		
    }
	
	body .headerMob { height: auto; z-index: 99999; padding-bottom: 0px; flex-wrap: wrap; }
	
    .nav__elem {
        padding: 0
    }
    .nav__elem:not(:last-child) {
        margin-bottom: 0px
    }
    .nav__elem span {
        display: none
    }
	
	
	
	
	.headerMob .submenu {
		
		box-shadow: none;
		padding-top: 10px;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid #ccc;
	
	}
	
	.header__nav { padding-bottom: 10px; }
	
	.headerMob .submenu::-webkit-scrollbar {
	  display: none;
	}
	
	.headerMob .submenu .container {
		width: max-content;
		flex-wrap: nowrap;
		justify-content: flex-start;
		margin-left: -10px;
	}
	
	.headerMob .submenu .container  a { flex-shrink: 0; } 
}

.nav__elem.active {
    color: #0000ff;
    font-weight: 600;
}

.nav__drop {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50px;
    background-color: #fff;
    padding: 18px 20px;
    max-width: 300px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    -webkit-font-smoothing: antialiased;
    transition: .3s;
    z-index: 2;
    opacity: 0;
    pointer-events: none
}

.nav__drop.active {
    opacity: 1;
    pointer-events: auto
}

.nav__drop-elem {
    margin-bottom: 12px;
    color: #353535;
    font-size: 12px;
    font-weight: 400;
    font-family: Muller;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer
}

.nav__drop-elem:last-child {
    margin-bottom: 0
}

.nav__drop-elem:hover {
    color: #0000ff
}

.nav__drop-elem.active {
    color: #0000ff;
    font-weight: 600;
    cursor: default;
    pointer-events: none
}

.btn {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.1;
    font-weight: 500;
    border-radius: 50px;
    transition: .3s;
    width: 257px;
    height: 51px;
    background-color: #f29304;
    cursor: pointer;
    border: 2px solid #fff
}

.btn:hover {
    background-color: #f5f5f5;
    border-color: #f29304;
    color: #f29304
}

.btn_number {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #000;
    font-family: Muller, sans-serif;
    font-weight: 500;
    font-size: 150%;
    border-radius: 50px;
    transition: .3s;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px
}

.btn_number:hover {
    background-color: #ffce85;
    color: #fff
}

.close {
    display: block;
    background-image: url(../img/close.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: .3s
}

.close:hover {
    transform: scale(1.2)
}

.animate {
    width: 200px;
    height: 200px;
    background-image: url(../img/main/intro/spray.svg);
    background-position: center;
    background-size: 45px 73px;
    background-repeat: no-repeat
}

.animate__text {
    display: block;
    background-image: url(../img/main/intro/circle-text.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    animation: 1s linear infinite rot;
    -webkit-animation: 10s linear infinite rot
}

@keyframes rot {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.title {
    color: #353535;
    font-size: 48px;
    font-family: Muller, Arial, sans-serif;
    line-height: normal;
    font-weight: 500
}

@media (max-width:600px) {
    .nav__drop {
        top: 24px;
        left: 0;
        max-height: 300px;
        overflow: scroll
    }
    .title {
        font-size: 28px
    }
}

.clean-card {
    border-radius: 15px;
    width: 264px;
    height: 411px;
    padding: 50px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #fff;
    border: 2px solid #f29304
}

@media (max-width:600px) {
    .clean-card {
        width: 90%;
        margin-bottom: 40px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .title {
        font-size: 36px
    }
    .clean-card {
       
    }
}

@media (max-width:370px) {
    .clean-card {
        padding: 30px 8px;
        height: 350px
    }
}

.clean-card__img {
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    margin: 0 auto
}

.clean-card__title {
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 500;
    margin: 20px 0;
    text-align: center
}

.clean-card__info {
    color: #353535;
    font-size: 16px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    text-align: center
}



@media (max-width:370px) {
    .clean-card__info {
        line-height: 1.1;
        font-size: 12px
    }
}

.clean-card__price {
    color: #aaa;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 500;
    margin: 20px 0 30px;
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%)
}

.clean-card__btn {
    position: absolute;
    bottom: 30px;
    width: 220px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:370px) {
    .clean-card__btn {
        width: 80%;
        font-size: 12px;
        bottom: 20px
    }
}

.card-additional {
    width: 360px;
    height: 217px;
    border-radius: 30px;
    border: 2px solid #f29304;
    padding: 30px;
    position: relative;
    margin: 0 25px 50px
}

@media (max-width:600px) {
    .card-additional {
        width: 80%;
        margin: 0 20px 30px 0;
        height: initial;
        padding-bottom: 80px;
        flex: none
    }
}

.card-additional__title {
    color: #000;
    font-size: 21px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500
}

@media (min-width:601px) and (max-width:1099px) {
    .card-additional {
        width: 45%;
        margin: 0 0 50px;
        height: initial;
        padding-bottom: 80px
    }
    .card-additional__title {
        font-size: 18px
    }
}

.card-additional__info {
    color: #353535;
    font-size: 16px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin-top: 10px
}

@media (min-width:601px) and (max-width:1099px) {
    .card-additional__info {
        font-size: 14px
    }
}

.card-additional__price {
    color: #aaa;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 500;
    position: absolute;
    bottom: 30px;
    left: 30px
}

.card-additional__btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width:601px) and (max-width:1099px) {
    .card-additional__price {
        font-size: 16px
    }
    .card-additional__btn {
        width: 200px
    }
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    cursor: pointer
}

.checklabel {
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    font-family: Muller, sans-serif;
    cursor: pointer
}

.checkbox+label {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox+label:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #332b28;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.checkbox:checked+label {
    color: #000;
    position: relative
}

.checkbox:checked+label::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #231814;
    top: 50%;
    left: 6px;
    transform: translateY(-50%)
}

input:disabled+label,
input:disabled+label:before {
    opacity: .6
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.checklabel a {
    margin: 0 3px;
    color: #aaa;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    cursor: pointer;
    text-decoration: underline;
    transition: .3s;
    display: inline-block;
    white-space: nowrap
}

.checklabel a:hover {
    text-decoration: none;
    opacity: .8
}

.checklabel p {
    width: 100%
}

.btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: .8;
    cursor: pointer;
    transition: .3s;
    z-index: 20;
    display: none
}

@media (max-width:600px) {
    .card-additional__btn {
        width: 200px
    }
    .btn-top svg {
        width: 40px;
        height: 40px
    }
	
	
	
}

.btn-top:hover {
    opacity: 1
}

.btn-contact {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #2e4c9c;
    cursor: pointer;
    transition: .3s;
    z-index: 20
}

.btn-contact .flip-container {
    perspective: 1000
}

@-webkit-keyframes slidein {
    0%,
    100% {
        transform: rotateY(0)
    }
    50% {
        transform: rotateY(180deg)
    }
}

@keyframes slidein {
    0%,
    100% {
        transform: rotateY(0)
    }
    50% {
        transform: rotateY(180deg)
    }
}

.btn-contact .flip-container .flipper,
.btn-contact .flip-container.hover .flipper {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: slidein;
    animation-name: slidein;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.btn-contact .back,
.btn-contact .flip-container,
.btn-contact .front {
    width: 64px;
    height: 64px
}

.btn-contact .flipper {
    transition: .6s;
    transform-style: preserve-3d;
    position: relative
}

.btn-contact .back,
.btn-contact .front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.btn-contact .front {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-contact .front svg {
    width: 40px;
    height: 40px;
    fill: #fff
}

@media (max-width:600px) {
    .btn-contact,
    .btn-contact .back,
    .btn-contact .flip-container,
    .btn-contact .front {
        width: 64px;
        height: 64px
    }
    .btn-contact .front svg {
        width: 20px;
        height: 20px
    }
}

.btn-contact .back {
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-contact .back svg {
    width: 40px;
    height: 40px;
    fill: #fff
}

.btn-contact.active .flip-container .flipper,
.btn-contact.active .flip-container.hover .flipper {
    -webkit-animation: none;
    animation: none
}

.btn-contact.active .front {
    background-image: url(../img/plus.svg);
    transform: rotate(45deg);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1)
}

.btn-contact.active .front svg {
    display: none
}

.btn-contact__phone {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    bottom: 160px;
    right: 0;
    background-color: #2e4c9c;
    cursor: pointer;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-contact__phone svg {
    width: 40px;
    height: 40px;
    fill: #fff
}

@media (max-width:600px) {
    .btn-contact .back svg {
        width: 20px;
        height: 20px
    }
    .btn-contact.active .front {
        background-size: 10px 10px
    }
    .btn-contact__phone {
        width: 32px;
        height: 32px
    }
    .btn-contact__phone svg {
        width: 20px;
        height: 20px
    }
}

.btn-contact__phone:hover {
    opacity: .8
}

.btn-contact__whatsapp {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    bottom: 80px;
    right: 0;
    background-color: #25d365;
    cursor: pointer;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.btn-contact__whatsapp svg {
    width: 40px;
    height: 40px;
    fill: #fff
}

.btn-contact__whatsapp:hover {
    opacity: .8
}

.btn-contact__hidden {
    display: none;
    position: absolute;
    bottom: 75px
}

.fancybox__content {
    padding: 0
}

.b24-form-header-title {
    color: #353535!important;
    font-size: 48px!important;
    font-family: Muller, Arial, sans-serif!important;
    line-height: 1.3!important;
    font-weight: 500!important
}

@media (max-width:600px) {
    .btn-contact__whatsapp {
        width: 64px;
        height: 64px;
        margin-top: 5px;
        margin-bottom: 15px
    }
    .btn-contact__whatsapp svg {
        width: 40px;
        height: 40px
    }
    .btn-contact__hidden {
        bottom: 20px
    }
    .b24-form-header-title {
        font-size: 28px!important
    }
}

.b24-form-sign-24,
.b24-form-sign-bx,
.b24-form-sign-text {
    display: none
}

.stock {
    width: 100%;
    background-color: #f29304;
    transition: .3s;
    position: relative;
    z-index: 3
}

.stock__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 130px;
    color: #fff
}

@media (max-width:600px) {
    .stock__content {
        height: initial;
        flex-direction: column;
        padding: 20px 0
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .b24-form-header-title {
        font-size: 36px!important
    }
    .stock__content {
        height: initial;
        flex-direction: column;
        padding: 40px 0
    }
}

@media (min-width:1100px) and (max-width:1619px) {
    .stock__content {
        height: initial;
        padding: 50px 0
    }
}

@media (min-width:900px) and (max-width:1206px) {
    .stock__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.stock__title {
    font-size: 48px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase
}

.stock__info p {
    font-size: 24px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400
}

@media (min-width:1100px) and (max-width:1206px) {
    .stock__info {
        max-width: 600px
    }
}

.stock__btn {
    margin-right: 20px
}

@media (max-width:600px) {
    .stock__title {
        font-size: 30px
    }
    .stock__info p {
        font-size: 18px;
        margin: 10px 0
    }
    .stock__btn {
        margin-right: 0;
        margin-top: 10px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .stock__btn {
        margin-right: 0;
        margin-top: 30px
    }
}

@media (min-width:1100px) and (max-width:1619px) {
    .stock__btn {
        margin-right: 0
    }
}

.stock__close {
    position: absolute;
    top: 15px;
    right: 20px
}

.stock.not-active {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.header {
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 10;
    position: relative
}

@media (max-width:1099px) {
    .header {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        pointer-events: none;
        transition: .3s
    }
    .header.not-active {
        left: 0;
        pointer-events: auto
    }
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px
}

@media (max-width:1099px) {
    .header__content {
        flex-direction: column;
        padding-top: 40px;
        align-items: flex-start
    }
    .header__logo a {
        width: 120px;
        height: 50px
    }
    .header__soc {
        position: absolute;
        left: 20px;
        bottom: 100px
    }
}

@media (max-width:1099px) and (max-height:560px) {
    .header__soc {
        left: initial;
        right: 20px
    }
}

@media (max-width:1099px) {
    .header__number {
        position: absolute;
        left: 20px;
        bottom: 20px
    }
    .header__number a {
        width: 176px;
        height: 45px;
        color: #fff;
        background-color: #f2950a;
        font-size: 14px;
        padding: 0;
        justify-content: center
    }
    .header .wrapper {
        max-width: initial;
        padding-left: 30px
    }
}

.header__close {
    position: absolute;
    top: 20px;
    right: 20px
}

.header__burger {
    position: fixed;
    top: 60px;
    left: 20px;
    z-index: 20;
    transition: .3s
}

.header__burger.up {
    top: 20px
}

@media (min-width:1100px) {
    .header__burger,
    .header__close {
        display: none
    }
}

.header__burger .burger {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url(../img/burger.svg);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat
}

.header__burger .burger.not-active {
    display: none
}

.header.fixed-top {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5)
}

@media (max-width:1099px) {
    .header.fixed-top {
        box-shadow: none
    }
}

.footer {
    background-color: #f5f5f5;
	padding-top: 50px;
}

.footer__content {
    display: flex;
    padding-bottom: 150px
}

.footer__elem {
    width: 25%
}

.footer__cop {
    color: #353535;
    font-size: 12px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 500;
    max-width: 270px;
    margin: 20px 0 60px
}

@media (max-width:600px) {
    .footer__content {
        flex-wrap: wrap;
        padding-bottom: 50px
    }
    .footer__elem {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .footer__elem:first-child {
        width: 100%;
        margin-bottom: 20px
    }
    .footer__cop {
        text-align: center;
        margin-bottom: 20px
    }
    .footer__block p {
        text-align: left;
        display: inline;
    }
    .footer__block {
        
		text-align: center;
    }
    .footer__smalltitle {
        margin-top: 20px;
    }
}

.footer__polit {
    color: #aaa;
    font-size: 12px;
    font-family: Muller, Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    cursor: pointer;
    text-decoration: underline;
    transition: .3s;
    display: block
}

.footer__polit:hover {
    text-decoration: none;
    opacity: .8
}

.footer__smalltitle {
    color: #aaa;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: 1px
}

.footer__block {
    margin-top: 30px
}

.footer__block p {
    color: #353535;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400
}

.footer__block a {
    color: #353535;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    cursor: pointer;
    transition: .3s
}

.footer__block a:hover {
    opacity: .8;
    text-decoration: underline
}

.intro {
    position: relative;
    height: 720px;
    background-color: #f5f5f5
}

.intro__content {
    padding-top: 35px
}

.intro__title {
    color: #353535;
    font-size: 53px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .2px;
    max-width: 1065px;
    position: relative;
    z-index: 1
}


.text_pic {
	padding: 50px 0;
}

.text_pic .wrapper {
	display: flex;
	font-size: 16px;
    font-family: Muller, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.55;
}

.text_pic .wrapper .pic { width: 50%; text-align: center; padding: 0 15px; } 
.text_pic .wrapper .text { width: 50%; display: flex; align-items: center; text-align: center; } 

.calc {
	
	position: relative;
	z-index: 99;
	max-width: 430px;
	
}

.calc .metr {
	display: flex;
	margin-top: 20px;
	
	
}

.calc .metr .mtr {
	cursor: pointer;
	width: 14.28571428571429%;
	height: 40px;
	background: #fff;
	font-family: Muller, Arial, sans-serif;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	justify-content: center;
	display: flex;
	align-items:center;
}

.calc .metr .mtr:hover, .calc .metr .mtr.active {
	color: #fff;
	background: #f29304;
}

.calc .metr .mtr.metr7 {
	border-right: 1px solid #ccc;
}

.calc .metr .mtr.metr7 input {
	max-width: 100%;
	border: none;
	height: 38px;
	padding: 0 5px;
	text-align: center;
	font-family: Muller, Arial, sans-serif;
	font-size: 16px;
}

.calc .metr .mtr.metr7 input:focus-visible {
	outline: none;
	border: none;
}

.calc_select {
	
	margin-top: 20px;
	width: 100%;
	font-family: Muller, sans-serif;
	font-size: 16px;
	padding: 0 5px;
	height: 40px;
	border: 1px solid #ccc;
}

.calc_select option {
	
	padding: 5px;
	
}

.calc .itogo { margin-top: 20px; text-align: center; }

.calc .span.lbl { margin-right: 20px; }
	
.calc .span {
	
	font-weight: bold;
	color: #353535;
    font-size: 25px;
    font-family: Muller, Arial, sans-serif;
	
}

.frm_box {
	margin-top:20px;
	position: relative;
    z-index: 99;
    max-width: 430px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.frm_box a.btn {
	width: 210px;
	
}

.frm_box .input_box {
	width: 50%;
	padding: 0;
	padding-right: 10px;
}

.frm_box .input_box input {
	height: 40px;
	max-width: 100%;
	width: 100%;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.frm_box .input_box input:focus-visible {
	outline: none;
	border: 1px solid #ccc;
}

.soglash {
	text-align: center;
	max-width: 430px;
	margin-top: 20px;
	color: #888;
	font-family: Muller, Arial, sans-serif;
	font-size: 14px;
}

.soglash a {
    color: #f58319;
}

.calc_select { background: #fff; text-align: center; border-radius: 4px; }

.calc_select.disabled {
	
	user-select: none;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
	touch-action: none;
	background: #fff;
	
}


.calc .metr .mtr.metr1 {
	border-radius: 4px 0 0 4px;
}

.calc .metr .mtr.metr7, .calc .metr .mtr.metr7 input {
	border-radius: 0 4px 4px 0;
}


@media (max-width:600px) {
    .intro {
        height: 600px
    }
    .intro__content {
        padding-top: 100px
    }
    .intro__title {
        font-size: 26px;
		text-align: center;
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .intro__title {
        font-size: 48px;
		text-align: center;
    }
}

.intro__info {
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .2px;
    max-width: 430px;
    margin: 40px 0;
    position: relative;
    z-index: 1
}

.intro__btn {
    position: relative;
    z-index: 1
}

.intro__back {
    position: absolute;
    top: -30px;
    right: -475px;
    background-image: url(../img/main/intro/dirt.svg);
    background-position: left;
    background-size: contain;
    width: 1111px;
    height: 872px;
    z-index: 0
}

@media (max-width:600px) {
    .intro__info {
        margin: 20px 0;
        font-size: 14px
    }
    .intro__back {
        width: 400px;
        height: 300px;
        top: 300px
    }
	
	.uslugi_footer { display: none; }
}

.intro__back:after {
    content: '';
    position: absolute;
    background-image: url(../img/main/intro/hand.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 998px;
    height: 1060px;
	top: 0;
}

@media (max-width:600px) {
    .intro__back:after {
        width: 300px;
        height: 350px
    }
}

.intro__animate {
    margin-top: 40px;
    margin-left: 300px
}

@media (min-width:601px) and (max-width:1099px) {
    .intro__back {
        width: 815px;
        height: 640px;
        top: 500px
    }
    .intro__back:after {
        width: 700px;
        height: 800px
    }
    .intro__animate {
        margin-left: 0
    }
}

.cleaning-types {
    /* height: 740px; */
    background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.link_block {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


@media (max-width:600px) {
    .intro__animate {
        margin-left: 0
    }
    .cleaning-types {
        padding: 50px 0;
        height: initial
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .cleaning-types {
        padding: 100px 0;
        height: initial
    }
}

.cleaning-types .wrapper {
    position: relative
}

.cleaning-types__content {
    padding-top: 0px;
    position: relative;
    z-index: 2
}

.cleaning-types__info {
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    max-width: 750px;
    margin: 30px 0
}

.cleaning-types__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width:600px) {
    .cleaning-types__info {
        margin: 20px 0;
        font-size: 14px
    }
    .cleaning-types__grid {
        justify-content: center
    }
    .elipse {
        display: none
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .cleaning-types__grid {
        justify-content: space-around
    }
}

.circle {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-image: url(../img/main/cleaning-types/circle.svg);
    width: 45px;
    height: 45px;
    top: 150px;
    right: 200px
}

.circle_white {
    top: initial;
    right: 60%;
    bottom: -70px;
    filter: brightness(0) invert(1);
    width: 40px;
    height: 40px
}

.circle_big {
    right: 20%;
    width: 100px;
    height: 100px;
    bottom: -300px;
    z-index: 1
}

.elipse {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-image: url(../img/main/cleaning-types/ellipse.svg);
    width: 240px;
    height: 265px;
    top: 400px;
    right: 46%
}

.slider-cleaning-types {
    width: 100%;
    position: relative;
    margin: 0 -10px
}

.slider-cleaning-types__slide {
    margin: 0 10px
}

.slider-cleaning-types:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(90deg, #f5f5f5 0, rgba(24, 50, 76, 0) 100%);
    z-index: 2
}

@media (max-width:600px) {
    .slider-cleaning-types:before {
        width: 30px
    }
}

.slider-cleaning-types:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(90deg, rgba(24, 50, 76, 0) 0, #f5f5f5 100%);
    z-index: 2
}

@media (max-width:600px) {
    .slider-cleaning-types:after {
        width: 30px
    }
}

.slider-cleaning-types .slick-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background-color: #f29304;
    border-radius: 50%;
    z-index: 2
}

.slider-cleaning-types .slick-arrow:before {
    content: '';
    position: absolute;
    background-image: url(../img/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    width: 10px;
    height: 17px;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%)
}

.slider-cleaning-types .slick-prev {
    left: -40px
}

.slider-cleaning-types .slick-prev:before {
    left: 47%;
    transform: translate(-50%, -50%) rotate(180deg)
}

.slider-cleaning-types .slick-next {
    right: -40px
}

.slider-cleaning-types .slick-dots li button:before {
    width: 8px;
    height: 8px;
    color: #c7c7c7;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8px;
    transition: .3s
}

.slider-cleaning-types .slick-dots li {
    margin: 0
}

.slider-cleaning-types .slick-dots li.slick-active button:before {
    color: #f29304
}

.cleaning-components {
    position: relative;
    background-color: #f5f5f5
}

.cleaning-components .blot {
    position: absolute;
    background-image: url(../img/main/cleaning-components/dirt.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -200px;
    top: 20%;
    width: 700px;
    height: 700px;
    filter: brightness(0) invert(1)
}

.cleaning-components__title {
    margin-bottom: 60px
}

.cleaning-components__content {
    padding-top: 50px;
    position: relative;
    z-index: 2;
    padding-bottom: 50px
}

.tabs__nav {
    width: 100%;
    display: flex;
    justify-content: space-between
}

@media (max-width:600px) {
    .cleaning-components__content {
        padding: 50px 0
    }
    .tabs__nav {
        flex-direction: column
    }
}

.tabs__nav-elem {
    font-family: Muller, sans-serif;
    color: #353535;
    font-weight: 500;
    font-size: 18px;
    flex-grow: 1;
    padding-bottom: 18px;
    border-bottom: 2px solid #c4c4c4;
    transition: .3s;
    text-align: center;
    cursor: pointer
}

.tabs__nav-elem:first-child {
    text-align: left
}

.tabs__nav-elem.active {
    border-bottom: 2px solid #f29304;
    cursor: default
}

@media (max-width:600px) {
    .tabs__nav-elem {
        font-size: 16px;
        padding-top: 18px;
        border: 2px solid #c4c4c4
    }
    .tabs__nav-elem:first-child {
        text-align: center
    }
    .tabs__nav-elem:not(:first-child) {
        border-top: 2px solid transparent
    }
    .tabs__nav-elem.active {
        background-color: #fff;
        border-bottom: 2px solid #f29304;
        font-weight: 600
    }
}

.tabs__content {
    padding-top: 40px
}

.tabs__elem {
    display: none;
    justify-content: space-between
}

@media (max-width:600px) {
    .tabs__elem {
        flex-direction: column;
        align-items: center
    }
}

.tabs__elem.active {
    display: flex
}

.tabs__img {
    width: 560px;
    height: 388px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 7px 7px 7px 55%
}

@media (max-width:600px) {
    .tabs__img {
        max-width: 90%;
        height: 300px;
        margin-bottom: 20px
    }
}

.tabs__info {
    max-width: 600px
}

.tabs__info ul {
    list-style: url(../img/dot-orange.svg)
}

.tabs__info ul li {
    color: #353535;
    font-size: 16px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.6;
    font-weight: 400;
    max-width: 550px;
    margin-bottom: 20px
}

@media (max-width:600px) {
    .tabs__info {
        max-width: 90%
    }
    .tabs__info ul li {
        font-size: 12px;
        max-width: 90%;
        margin-bottom: 10px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .tabs__nav-elem {
        font-size: 16px
    }
    .tabs__elem {
        flex-direction: column;
        align-items: center
    }
    .tabs__img {
        margin-bottom: 30px
    }
    .tabs__info ul li {
        font-size: 14px
    }
}

.tabs__info p {
    color: #aaa;
    font-size: 16px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.6;
    font-weight: 400
}

.tabs__info p a {
    text-decoration: underline;
    color: #f29304;
    cursor: pointer;
    transition: .3s
}

.tabs__info p a:hover {
    opacity: .8;
    text-decoration: none
}

.benefits {
    padding-top: 50px;
    background-color: #fff;
    position: relative;
    padding-bottom: 50px
}

.benefits:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    /* background-image: url(../img/main/benefits/bottom.svg); */
    /* background-size: cover; */
    /* background-position: center; */
    /* width: 100%; */
    /* height: 70px */
}

.benefits__title {
    margin-bottom: 80px
}

.benefits__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width:600px) {
    .tabs__info p {
        font-size: 12px
    }
    .benefits {
        padding: 50px 0
    }
    .benefits__title {
        margin-bottom: 60px
    }
    .benefits__grid {
        justify-content: center
    }
}

.benefits__card {
    flex-grow: 1;
    max-width: 260px
}

@media (max-width:600px) {
    .benefits__card {
        margin-bottom: 40px;
        max-width: 100%
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .benefits__card {
        margin-bottom: 40px
    }
}

.benefits__img {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 74px;
    height: 74px
}

.benefits__smalltitle {
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 500;
    margin: 20px 0
}

.benefits__info {
    color: #353535;
    font-size: 16px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400
}

.benefits_allpage {
    background-color: #fff;
    padding-bottom: 270px
}

.benefits_allpage:after {
    content: none
}

@media (max-width:600px) {
    .benefits__smalltitle {
        font-size: 16px
    }
    .benefits__info {
        font-size: 12px
    }
    .benefits_allpage {
        padding: 120px 0
    }
}

.video-block {
    position: relative;
    background-color: #f29304
}

.video-block .circle_white {
    bottom: initial;
    top: 0;
    right: 55%
}

.video-block .circle_middle {
    bottom: initial;
    left: initial;
    top: 300px;
    right: -20px;
    width: 100px;
    height: 100px
}

.video-block .circle_big {
    width: 400px;
    height: 400px;
    bottom: initial;
    left: 40px;
    top: 600px;
    right: initial
}

.video-block .wrapper {
    position: relative
}

.video-block__content {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1
}

.video-block__title {
    color: #fff;
    max-width: 800px
}

.video-block__video {
    height: 641px;
    margin: 50px 0
}

@media (max-width:600px) {
    .video-block__content {
        padding: 50px 0
    }
    .video-block__video {
        margin: 50px 0;
        height: 300px
    }
}

.video-block__btn {
    margin: 0 auto
}

.cleaning-process {
    position: relative;
    background-color: #f5f5f5
}

.cleaning-process:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: url(../img/main/cleaning-process/top.svg); */
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: 70px */
}

.cleaning-process__content {
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2
}

.cleaning-process__title {
    margin-bottom: 80px
}

@media (max-width:600px) {
    .cleaning-process__content {
        padding: 50px 0
    }
    .cleaning-process__title {
        margin-bottom: 60px
    }
}

.cleaning-process_all:after {
    content: none
}

.cleaning-process_all .cleaning-process__content {
    padding-bottom: 200px;
    padding-top: 100px
}

@media (max-width: 600px) {
    .cleaning-process_all .cleaning-process__content {
        padding: 50px 0;
    }
}

.examples {
    background-color: #f5f5f5
}

.examples__content {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2
}

@media (max-width:600px) {
    .examples__content {
        padding: 50px 0
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .video-block__video {
        height: 400px
    }
    .examples__content {
        padding: 50px 0 100px
    }
}

.examples__title {
    margin-bottom: 80px
}

.slider-examples__img {
    display: block;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 550px
}

@media (max-width:600px) {
    .examples__title {
        margin-bottom: 60px
    }
    .slider-examples__img {
        height: 200px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .slider-examples__img {
        height: 300px
    }
    .backcall_allpage .dirt {
        display: none
    }
}

.slider-examples__info {
    margin-top: 70px
}

.slider-examples__title {
    color: #353535;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35;
    font-family: Muller, sans-serif;
    text-align: center
}

@media (max-width:600px) {
    .slider-examples__info {
        margin-top: 50px
    }
    .slider-examples__title {
        font-size: 18px
    }
}

.slider-examples__text {
    margin: 5px auto 0;
    color: #353535;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    font-family: Muller;
    text-align: center;
    max-width: 620px
}

.slider-examples .slick-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background-color: #f29304;
    border-radius: 50%;
    z-index: 2
}

.slider-examples .slick-arrow:before {
    content: '';
    position: absolute;
    background-image: url(../img/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    width: 10px;
    height: 17px;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%)
}

.slider-examples .slick-prev {
    left: -60px
}

.slider-examples .slick-prev:before {
    left: 47%;
    transform: translate(-50%, -50%) rotate(180deg)
}

.slider-examples .slick-next {
    right: -60px
}

.slider-examples .slick-dots li button:before {
    width: 8px;
    height: 8px;
    color: #c7c7c7;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8px;
    transition: .3s
}

.slider-examples .slick-dots li {
    margin: 0
}

.slider-examples .slick-dots li.slick-active button:before {
    color: #f29304
}

.slider-examples_work .slick-arrow {
    top: 37%
}

.slider-examples_work .slick-dots {
    bottom: 25px
}

@media (max-width:600px) {
    .slider-examples__text {
        font-size: 14px
    }
    .slider-examples_work .slick-dots {
        bottom: 110px
    }
}

@media (max-width:446px) {
    .slider-examples_work .slick-dots {
        bottom: 10px
    }
}

.slider-examples_else .slick-dots {
    bottom: 110px
}

@media (max-width:600px) {
    .slider-examples_else .slick-dots {
        bottom: 85px
    }
}

@media (max-width:446px) {
    .slider-examples_else .slick-dots {
        bottom: 105px
    }
}

.backcall {
    background-color: #f5f5f5;
    position: relative;
    padding-bottom: 50px
}

.backcall .circle {
    width: 100px;
    height: 100px;
    top: 150px;
    right: initial;
    left: 100px
}

.backcall .dirt {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-image: url(../img/main/backcall/dirt.svg);
    width: 930px;
    height: 930px;
    top: 0;
    right: -200px
}

.backcall__agree {
    position: relative;
    z-index: 9;
    bottom: 70px;
    left: 30px;
    color: #000;
    font-size: 12px;
    font-family: Muller, Arial, sans-serif;
    line-height: 2;
    font-weight: 400
}

.backcall__agree a {
    cursor: pointer;
    text-decoration: underline;
    transition: .3s;
    color: #aaa
}

.backcall__agree a:hover {
    text-decoration: none;
    opacity: .8
}

.backcall__content {
    padding-bottom: 200px;
    position: relative;
    z-index: 2
}

.backcall__info {
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    margin: 10px 0 30px
}

@media (max-width:600px) {
    .backcall__agree {
        left: 20px;
        padding-right: 20px
    }
    .backcall__content {
        padding-bottom: 50px
    }
    .backcall__info {
        font-size: 14px
    }
    .backcall_allpage .circle {
        display: none
    }
}

.backcall__form {
    display: flex;
    flex-direction: column
}

.backcall__btn {
    width: 300px;
    height: 50px;
    font-size: 16px
}

.backcall input[type=name],
.backcall input[type=number] {
    border: none;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    outline: 0;
    font-family: Muller, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400
}

.backcall input[type=name]::-moz-placeholder,
.backcall input[type=number]::-moz-placeholder {
    font-family: Muller, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400
}

.backcall input[type=name]:-ms-input-placeholder,
.backcall input[type=number]:-ms-input-placeholder {
    font-family: Muller, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400
}

.backcall input[type=name]::placeholder,
.backcall input[type=number]::placeholder {
    font-family: Muller, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400
}

.backcall .checklabel {
    margin: 20px 0
}

.backcall input[type=name] {
    padding: 0 20px
}

.backcall_allpage {
    background-color: #f29304;
    padding-top: 100px
}

.backcall_allpage .backcall__info,
.backcall_allpage .title,
.backcall_allpage label {
    color: #fff
}

.backcall_allpage .checkbox+label:before {
    border: 2px solid #fff
}

.backcall_allpage .checkbox:checked+label::after {
    background-color: #fff
}

.backcall_allpage .checkbox:checked+label {
    color: #fff
}

.backcall_allpage .backcall__content {
    max-width: 890px
}

.backcall_allpage .circle {
    filter: brightness(0) invert(1)
}

.backcall_allpage .dirt {
    filter: brightness(0) invert(1);
    right: -500px
}

.backcall_allpage:after {
    content: '';
    position: absolute;
    top: -70px;
    left: 0;
    background-image: url(../img/main/benefits/bottom.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 70px
}

.backcall_allpage:before {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    background-image: url(../img/main/cleaning-process/top.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 70px
}

.backcall_popup {
    max-width: 760px;
    display: none;
    padding-bottom: 0
}

.backcall_popup .backcall__btn {
    width: 100%;
    border-radius: 5px
}

.backcall_popup .backcall__content {
    padding-bottom: 50px
}

.backcall_popup .backcall__agree {
    bottom: 60px;
    padding-right: 40px
}

.inplabel {
    color: #353535;
    font-weight: 400;
    font-family: Muller, sans-serif;
    font-size: 16px;
    padding-bottom: 5px
}

.b24-form-recaptcha {
    margin: 0!important
}

.b24-form-header-padding {
    padding: 0!important
}

.b24-form-wrapper {
    max-width: 100%!important;
    overflow: hidden!important
}

.b24-form-field-layout-section {
    color: #353535!important;
    font-size: 20px!important;
    font-family: Muller, Arial, sans-serif!important;
    line-height: 1.3!important;
    font-weight: 500!important
}

.backcall .b24-form-field-layout-section {
    color: #353535!important;
    font-size: 48px!important;
    font-family: Muller, Arial, sans-serif!important;
    line-height: 1.3!important;
    font-weight: 500!important
}

@media (max-width:600px) {
    .backcall_allpage .dirt {
        display: none
    }
    .backcall .b24-form-field-layout-section {
        font-size: 28px!important
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.reviews {
    background-color: #f5f5f5;
	padding-bottom: 50px;
    overflow: hidden;
}

.reviews__title {
    margin-bottom: 60px
}

.reviews__content {
    padding-bottom: 100px;
    position: relative;
    z-index: 2
}

.reviews__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.reviews__video {
    background-size: cover;
    width: 560px;
    height: 501px;
    position: relative
}

@media (max-width:600px) {
    .reviews__content {
        padding-bottom: 50px
    }
    .reviews__video {
        width: 100%;
        height: 400px;
        margin-bottom: 20px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .backcall .b24-form-field-layout-section {
        font-size: 36px!important
    }
    .reviews__video {
        width: 300px;
        height: 300px
    }
}

.reviews__videoplay {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 52px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    opacity: .7;
    cursor: pointer;
    transition: .3s
}

.reviews__videoplay:hover {
    opacity: .9
}

.reviews__foto {
    display: flex;
    justify-content: space-between;
    width: 580px
}

@media (max-width:600px) {
    .reviews__foto {
        max-width: 100%;
        width: 100%;
        overflow: scroll
    }
}

.reviews__foto_in {
    display: flex;
    flex-direction: column
}

.reviews__img {
    background-size: cover;
    cursor: pointer
}

.reviews__hidden-gallery {
    display: none
}

.reviews .img1 {
    width: 320px;
    height: 440px
}

@media (max-width:600px) {
    .reviews .img1 {
        width: 70%;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        flex: none
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .reviews__foto {
        max-width: 300px
    }
    .reviews .img1 {
        width: 150px;
        height: 200px
    }
}

.reviews .img2 {
    width: 200px;
    height: 176px;
    margin-bottom: 40px
}

@media (min-width:601px) and (max-width:1099px) {
    .reviews .img2 {
        width: 100px;
        height: 90px
    }
}

.reviews .img3 {
    width: 200px;
    height: 218px
}

.reviews__link {
    width: 50%;
    margin: 0 0 0 auto;
    padding-left: 25px;
    color: #353535;
    font-size: 20px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400
}

@media (max-width:600px) {
    .reviews .img2 {
        max-width: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 10px
    }
    .reviews .img3 {
        max-width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center
    }
    .reviews__link {
        font-size: 16px;
        padding-left: 0;
        margin: 20px 0 0;
        width: 100%
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .reviews .img3 {
        width: 100px;
        height: 110px
    }
    .reviews__link {
        font-size: 16px
    }
}

.reviews__link a {
    color: #ff8562;
    cursor: pointer;
    text-decoration: underline;
    transition: .3s
}

.reviews__link a:hover {
    opacity: .8;
    text-decoration: none
}

.employees {
    background-color: #fff;
	padding: 50px 0;
    overflow: hidden;
}

.employees__title {
    text-align: center;
    margin-bottom: 50px
}

.employees__content {
    padding-bottom: 0
}

.employees_allpage {
    padding-top: 50px
}

.slider-employees {
    position: relative
}

@media (max-width:480px) {
    .slider-employees {
        width: 110%;
        left: 50%;
        transform: translateX(-50%)
    }
}

.slider-employees:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(90deg, #f5f5f5 0, rgba(24, 50, 76, 0) 100%);
    z-index: 2
}

@media (max-width:600px) {
    .employees__title {
        margin-bottom: 40px
    }
    .employees__content {
        padding-bottom: 50px
    }
    .slider-employees:before {
        width: 30px
    }
}

.slider-employees:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(90deg, rgba(24, 50, 76, 0) 0, #f5f5f5 100%);
    z-index: 2
}

@media (max-width:600px) {
    .slider-employees:after {
        width: 30px
    }
}

.slider-employees__slide {
    border-radius: 10px
}

.slider-employees__img {
    background-size: cover;
    background-position: center;
    display: block;
    width: 260px;
    height: 260px;
    border-radius: 10px 10px 0 0;
    margin: 0 auto
}

.slider-employees__info {
    background-color: #f5f5f5;
    width: 260px;
    height: 87px;
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
    padding: 18px 20px
}

.slider-employees__name {
    margin-bottom: 10px;
    font-family: Muller, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 1.35
}

.slider-employees__text {
    font-family: Muller, Arial, sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    line-height: 1.55
}

.slider-employees .slick-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background-color: #000;
    border-radius: 50%;
    z-index: 2
}

.slider-employees .slick-arrow:before {
    content: '';
    position: absolute;
    background-image: url(../img/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    width: 10px;
    height: 17px;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%)
}

.slider-employees .slick-prev {
    left: -60px
}

.slider-employees .slick-prev:before {
    left: 47%;
    transform: translate(-50%, -50%) rotate(180deg)
}

.slider-employees .slick-next {
    right: -60px
}

.slider-employees .slick-dots li button:before {
    width: 8px;
    height: 8px;
    color: #c7c7c7;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8px;
    transition: .3s
}

.slider-employees .slick-dots li {
    margin: 0
}

.slider-employees .slick-dots li.slick-active button:before {
    color: #f29304
}

.grade {
    background-color: #f5f5f5;
	padding-top: 50px;
}

.grade__title {
    margin-bottom: 50px
}

.grade__content {
    padding-bottom: 50px
}

.grade__grid {
    display: flex
}

@media (max-width:600px) {
    .grade__content {
        padding-bottom: 50px
    }
    .grade__grid {
        flex-wrap: wrap
    }
}

.grade__gradeblock {
    width: 360px;
    height: 280px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: none;
    margin-right: 40px;
    border: 2px solid #f29304
}

@media (max-width:600px) {
    .grade__gradeblock {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%
    }
}

.grade__num {
    color: #353535;
    font-size: 130px;
    font-family: Muller, Arial, sans-serif;
    font-weight: 500
}

.grade__stars {
    display: flex;
    align-items: center
}

.grade__star {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../img/star.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px
}

.grade__star:last-child {
    background-image: url(../img/star-op.svg);
    width: 30px;
    height: 30px;
    margin-top: 1px;
    margin-right: 0
}

.grade__gradeall {
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 20px
}

.grade__reviews {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px
}

.grade__review {
    max-width: 360px
}

.grade__name {
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 500
}

.grade__text {
    color: #353535;
    font-size: 16px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 40px
}

.grade__link {
    width: 100%;
    color: #353535;
    font-size: 16px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400
}

.grade__link a {
    color: #ff8562;
    cursor: pointer;
    text-decoration: underline;
    transition: .3s
}

.grade__link a:hover {
    opacity: .8;
    text-decoration: none
}

.questions {
    background-color: #fff;
	padding: 50px 0;
}

.questions__content {
    padding-bottom: 0
}

@media (max-width:600px) {
    .questions__content {
        padding-bottom: 50px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .questions__content {
        padding-bottom: 100px
    }
}

.questions__title {
    margin-bottom: 50px
}

.questions__grid_tabs {
    width: 100%
}

.questions__elem {
    width: 100%;
    border-top: 2px solid #d4d4d4
}

.questions__elem:last-child {
    border-bottom: 2px solid #d4d4d4
}

.questions__smalltitle {
    width: 100%;
    position: relative;
    font-size: 21px;
    font-weight: 500;
    font-family: Muller, sans-serif;
    color: #000;
    padding: 30px 0;
    cursor: pointer
}

@media (max-width:600px) {
    .questions__title {
        margin-bottom: 30px
    }
    .questions__smalltitle {
        font-size: 18px;
        padding-right: 40px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .questions__smalltitle {
        font-size: 18px;
        padding-right: 100px
    }
}

.questions__smalltitle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/plus.svg);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    transition: .3s
}

.questions__smalltitle.active::after {
    transform: translateY(-50%) rotate(45deg)
}

.questions__smalltitle:hover::after {
    background-color: #f29304;
    background-image: url(../img/plus-white.svg)
}

.questions__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    font-family: Muller, sans-serif;
    margin-bottom: 20px;
    padding-right: 30px;
    color: #000;
    display: none
}

@media (max-width:600px) {
    .questions__text {
        font-size: 12px
    }
}

.intro-prices {
    position: relative;
    background-color: #f5f5f5;
    padding: 35px 0 100px
}

@media (max-width:600px) {
    .intro-prices {
        padding: 50px 0
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .questions__text {
        font-size: 14px
    }
    .intro-prices {
        padding: 100px 0 50px
    }
}

.intro-prices__title {
    color: #353535;
    font-size: 58px;
    font-weight: 700;
    font-family: Muller;
    margin-bottom: 100px;
    line-height: 1.17;
    text-align: center
}

@media (max-width:600px) {
    .intro-prices__title {
        margin-bottom: 30px;
        font-size: 32px
    }
}



.intro-prices__table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto
}

.intro-prices__table th {
    color: #353535;
    font-size: 21px;
    font-family: Muller, sans-serif;
    font-weight: 500;
    padding: 30px;
    text-align: left;
    border: 2px solid #f29304
}

@media (max-width:600px) {
    .intro-prices__table th {
        font-size: 12px;
        padding: 3px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .intro-prices__title {
        margin-bottom: 50px;
        font-size: 42px
    }
    .intro-prices__table th {
        font-size: 18px;
        padding: 20px
    }
}

.intro-prices__table td {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    font-family: Muller, sans-serif;
    padding: 30px;
    text-align: left;
    vertical-align: middle;
    border: 2px solid #f29304
}

@media (max-width:600px) {
    .intro-prices__table td {
        font-size: 10px;
        padding: 3px
    }
}

.intro-prices__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 100px
}

.intro-prices__avans {
    color: #f29304;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    max-width: 543px
}

@media (max-width:600px) {
    .intro-prices__info {
        margin: 20px 0 50px
    }
    .intro-prices__avans {
        font-size: 14px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .intro-prices__table td {
        font-size: 14px;
        padding: 20px
    }
    .intro-prices__info {
        margin: 20px 0 50px
    }
    .intro-prices__avans {
        font-size: 16px;
        max-width: 300px
    }
}

.intro-prices__dop {
    color: #353535;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: .65;
    max-width: 390px
}

.additional {
    background-color: #f5f5f5;
    padding-bottom: 50px;
    padding-top: 50px;
}

@media (max-width:600px) {
    .intro-prices__dop {
        font-size: 12px;
        margin-top: 10px
    }
    .additional {
        padding-bottom: 100px
    }
}

.additional__grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 50px -25px 0
}

@media (max-width:600px) {
    .additional__grid {
        margin: 40px 0 0;
        flex-wrap: nowrap;
        overflow: scroll
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .intro-prices__dop {
        font-size: 12px;
        max-width: 300px
    }
    .additional {
        padding-bottom: 100px
    }
    .additional__grid {
        margin: 50px 0 0;
        justify-content: space-between
    }
}

.additional__smalltitle {
    color: #353535;
    font-size: 32px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 500;
    max-width: 890px;
	margin-bottom: 50px;
}

@media (max-width:600px) {
    .additional__smalltitle {
        margin: 50px 0 30px;
        font-size: 20px
    }
}

.additional__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.additional__list p {
    width: 30%;
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    margin-bottom: 20px
}

@media (max-width:600px) {
    .additional__list p {
        margin-bottom: 10px;
        font-size: 14px;
        width: 45%
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .additional__smalltitle {
        margin: 50px 0 30px;
        font-size: 22px
    }
    .additional__list p {
        font-size: 16px
    }
}

.additional__dop {
    display: block;
    margin-top: 60px;
    max-width: 480px;
    color: #f29304;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: .65
}

@media (max-width:600px) {
    .additional__dop {
        font-size: 12px;
        margin-top: 30px;
        max-width: initial
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .additional__dop {
        font-size: 12px;
        margin-top: 40px;
        max-width: initial
    }
}

.list-works {
    padding: 50px 0 50px;
    background-color: #f5f5f5;
}

.list-works_window {
    padding-top: 35px
}

.list-works__content {
    
}

.list-works__title {
    max-width: 890px;
    margin-bottom: 50px
}

.list-works__title_window {
    margin-top: 100px
}

.list-works__elem ul {
    list-style: url(../img/dot-orange.svg);
    margin-left: 20px
}

.list-works__elem ul li {
    font-size: 18px;
    font-weight: 400;
    font-family: Muller, sans-serif;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    width: 100%
}

@media (max-width:600px) {
    .list-works__elem ul li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-right: 15px
    }
}

.list-works__elem ul li:before {
    content: '✓';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: green;
    font-size: 24px
}

.list-works__info {
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    max-width: 750px;
    margin-bottom: 40px
}

.list-works__smalltitle {
    color: #353535;
    font-size: 32px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 500;
    max-width: 870px;
    margin-top: 100px
}

@media (max-width:600px) {
    .list-works__smalltitle {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 50px
    }
}

.list-works__froze {
    display: flex;
    justify-content: space-between
}

.list-works__froze p {
    width: 22%;
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    margin: 40px 0
}

@media (max-width:600px) {
    .list-works__froze {
        flex-wrap: wrap
    }
    .list-works__froze p {
        font-size: 14px;
        margin: 20px 0;
        width: 45%
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .list-works__elem ul li {
        font-size: 16px
    }
    .list-works__smalltitle {
        font-size: 22px
    }
    .list-works__froze p {
        font-size: 16px
    }
}

.list-works__dop {
    color: #000;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 1;
    display: block;
    max-width: 100%;
}

.approximate-cost {
    background-color: #f5f5f5;
	padding: 50px 0;
}

.approximate-cost__content {
    padding-bottom: 0;
	
}

@media (max-width:600px) {
    .list-works__dop {
        font-size: 12px
    }
    .approximate-cost__content {
        padding-bottom: 50px
    }
}

.approximate-cost__title {
    color: #353535;
    font-size: 32px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 500
}

@media (max-width:600px) {
    .approximate-cost__title {
        font-size: 20px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .approximate-cost__content {
        padding-bottom: 150px
    }
    .approximate-cost__title {
        font-size: 22px
    }
}

.approximate-cost__info {
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    margin: 40px 0
}

@media (max-width:600px) {
    .approximate-cost__info {
        font-size: 14px;
        margin: 20px 0
    }
}

.approximate-cost__grid {
	padding-top: 50px;
}

@media (min-width:601px) and (max-width:1099px) {
    .approximate-cost__info {
        font-size: 16px;
        margin: 30px 0
    }
}

.approximate-cost__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding-top: 50px;
}

.approximate-cost__elem {
    margin-bottom: 40px
}

.approximate-cost__img {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.approximate-cost__price {
    color: #353535;
    font-size: 16px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 20px
}

@media (max-width:600px) {
    .approximate-cost__grid {
        
    }
    .approximate-cost__elem {
        margin-right: 20px;
		width: 100%;
		text-align: center;
		
    }
    .approximate-cost__price {
        font-size: 12px;
		text-align: center;
    }
	
	.approximate-cost__img {
		
		min-width: 340px;
		margin: 0 auto;
	}
	
	.text_pic .pic { display: none; }
	
	.text_pic .wrapper .text { width: 100%; }
	
	
	.popup_block.flex {
	
		top: 0;
		align-items: flex-start;
		padding-top: 20px;
	
	}
	
	.popup_block.flex.hide_top {
	
		top: 0;
		
		align-items: flex-start;
		padding-top: 20px;
	
	}
	
	.popup_block.flex .popup {
		top: 187px;
	}
	
	
}

@media (min-width:601px) and (max-width:1099px) {
    .approximate-cost__price {
        font-size: 14px
    }
}

.himchistka {
    padding-top: 35px
}

.himchistka__title_big {
    color: #353535;
    font-size: 58px;
    font-weight: 700;
    font-family: Muller;
    margin-bottom: 100px;
    line-height: 1.17;
    text-align: center
}

@media (max-width:600px) {
    .himchistka__title_big {
        margin-bottom: 30px;
        font-size: 32px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .himchistka__title_big {
        margin-bottom: 50px;
        font-size: 42px
    }
}

.himchistka__info {
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    max-width: 750px;
    margin: 40px 0
}

@media (max-width:600px) {
    .himchistka__info {
        font-size: 14px;
        margin: 20px 0
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .himchistka__info {
        margin: 30px 0;
        font-size: 16px
    }
}

.himchistka__discont {
    color: #f29304;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    margin-bottom: 20px;
    display: block
}

@media (max-width:600px) {
    .himchistka__discont {
        font-size: 14px
    }
}

.himchistka__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0
}

.himchistka__grid_border {
    border-bottom: 1px solid rgba(53, 53, 53, .4);
    border-top: 1px solid rgba(53, 53, 53, .4)
}

.himchistka__elem {
    width: 22%;
    margin-bottom: 40px
}

@media (max-width:600px) {
    .himchistka__elem {
        margin-bottom: 30px;
        width: 45%
    }
}

.himchistka__img {
    display: block;
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:600px) {
    .himchistka__img {
        height: 100px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .himchistka__discont {
        font-size: 16px
    }
    .himchistka__elem {
        margin-bottom: 30px
    }
    .himchistka__img {
        height: 150px
    }
}

.himchistka__text {
    color: #353535;
    font-size: 16px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    margin: 10px 0 20px
}

@media (max-width:600px) {
    .himchistka__text {
        font-size: 12px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .himchistka__text {
        font-size: 14px
    }
}

.himchistka__price {
    color: #aaa;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 500
}

@media (max-width:600px) {
    .himchistka__price {
        font-size: 14px
    }
}

.himchistka__dop h5 {
    color: #f29304;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    opacity: .65
}

.himchistka__dop p {
    color: #353535;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: .65;
    max-width: 779px
}

@media (min-width:601px) and (max-width:1099px) {
    .himchistka__price {
        font-size: 16px
    }
    .himchistka__dop p {
        font-size: 12px
    }
}

.intro-sales {
    padding: 35px 0 200px
}

.intro-sales .title {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700
}

.intro-sales__content {
    width: 100%;
    height: 450px;
    display: flex
}

@media (max-width:600px) {
    .himchistka__dop p {
        font-size: 12px
    }
    .intro-sales__content {
        flex-direction: column;
        height: 600px
    }
}

.intro-sales__img {
    display: block;
    width: 50%;
    height: 100%;
    background-image: url(../img/sales/intro/1.jpg);
    background-size: cover;
    background-position: center
}

@media (max-width:600px) {
    .intro-sales__img {
        width: 100%
    }
}

.intro-sales__info {
    width: 50%;
    height: 100%;
    background-color: #f29304;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.intro-sales__title {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    font-family: Muller, sans-serif;
    text-align: center;
    line-height: 1.23
}

@media (max-width:600px) {
    .intro-sales__info {
        width: 100%
    }
    .intro-sales__title {
        font-size: 30px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .intro-sales__title {
        font-size: 30px
    }
}

.intro-sales__text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: Muller, sans-serif;
    max-width: 360px;
    text-align: center;
    margin-top: 10px;
    line-height: 25px;
    opacity: .7
}

@media (max-width:600px) {
    .intro-sales__text {
        font-size: 14px
    }
}

.discount-sales {
    position: relative;
    background-color: #f29304
}

.discount-sales:after {
    content: '';
    position: absolute;
    top: -70px;
    left: 0;
    background-image: url(../img/main/benefits/bottom.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 70px
}

.discount-sales:before {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    background-image: url(../img/main/cleaning-process/top.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 70px
}

.discount-sales__content {
    color: #fff;
    padding: 100px 0
}

.discount-sales__title {
    color: #fff;
    text-align: center;
    margin-bottom: 100px
}

@media (max-width:600px) {
    .discount-sales__title {
        margin-bottom: 50px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .intro-sales__text {
        font-size: 16px
    }
    .discount-sales__title {
        margin-bottom: 80px
    }
}

.discount-sales__grid {
    display: flex;
    height: 340px;
    align-items: center
}

.discount-sales__info {
    width: 50%
}

.discount-sales__smalltitle {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    font-family: Muller, sans-serif
}

@media (max-width:600px) {
    .discount-sales__grid {
        flex-direction: column;
        height: 500px
    }
    .discount-sales__info {
        width: 100%;
        order: 1
    }
    .discount-sales__smalltitle {
        font-size: 22px;
        text-align: center
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .discount-sales__smalltitle {
        font-size: 32px
    }
}

.discount-sales__text {
    margin: 24px 0 30px;
    font-size: 18px;
    font-family: Muller, sans-serif;
    line-height: 1.55;
    max-width: 400px
}

@media (max-width:600px) {
    .discount-sales__text {
        font-size: 14px;
        text-align: center;
        max-width: initial
    }
    .discount-sales__btn {
        margin: 0 auto
    }
}

.discount-sales__btn {
    width: 200px;
    height: 60px
}

.discount-sales__img {
    display: block;
    background-image: url(../img/sales/discount/1.jpg);
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%
}

@media (max-width:600px) {
    .discount-sales__img {
        width: 100%;
        margin-bottom: 20px
    }
}

.about-block {
    background-color: #f5f5f5
}

.about-block__content {
    padding: 35px 0 0
}

.about-block__title {
    font-weight: 700;
    margin-bottom: 50px
}

.about-block__grid {
    display: flex;
    height: 550px;
    align-items: center
}

@media (max-width:600px) {
    .about-block__grid {
        flex-direction: column
    }
}

.about-block__list {
    width: 50%
}

.about-block__list ul {
    list-style: url(../img/dot-orange.svg);
    margin-left: 20px;
    max-width: 464px
}

.about-block__list ul li {
    font-size: 18px;
    font-weight: 400;
    font-family: Muller, sans-serif;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.7
}

@media (max-width:600px) {
    .about-block__list {
        order: 1;
        width: 100%
    }
    .about-block__list ul {
        margin-left: 10px
    }
    .about-block__list ul li {
        font-size: 14px;
        margin-bottom: 10px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .discount-sales__text {
        font-size: 16px
    }
    .about-block__grid {
        flex-direction: column;
        height: 800px
    }
    .about-block__list {
        order: 1;
        width: 100%
    }
    .about-block__list ul {
        margin-left: 10px
    }
    .about-block__list ul li {
        font-size: 16px
    }
}

.about-block__img {
    display: block;
    background-image: url(../img/about/1.jpg);
    background-size: cover;
    border-radius: 20px;
    width: 50%;
    height: 100%;
    background-position: center
}

@media (min-width:601px) and (max-width:1099px) {
    .about-block__img {
        width: 100%;
        margin-bottom: 20px
    }
}

.contacts-block {
    position: relative;
    background-color: #f5f5f5
}

.contacts-block__content {
    display: flex;
    height: 620px
}

@media (max-width:600px) {
    .about-block__img {
        width: 100%;
        margin-bottom: 20px
    }
    .contacts-block__content {
        height: initial;
        flex-direction: column
    }
}

.contacts-block__map {
    width: 50%;
    height: 100%
}

.contacts-block__map iframe {
    position: absolute;
    left: 0;
    width: 45%
}

@media (max-width:600px) {
    .contacts-block__map {
        height: 200px;
        width: 100%;
        order: 1
    }
    .contacts-block__map iframe {
        height: 300px;
        width: 100%
    }
}

.contacts-block__info {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:600px) {
    .contacts-block__info {
        width: 100%;
        height: initial;
        justify-content: flex-end;
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.contacts-block__title {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px
}

.contacts-block__text p {
    font-size: 24px;
    color: #353535;
    font-family: Muller, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5
}

@media (max-width:600px) {
    .contacts-block__text p {
        font-size: 18px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .contacts-block__text p {
        font-size: 20px
    }
    .contacts-block__text p br {
        display: none
    }
}

.contacts-block__text a {
    color: #f29304;
    transition: .3s;
    cursor: pointer
}

.contacts-block__text a:hover {
    opacity: .8;
    text-decoration: underline
}

.contacts-block__text span {
    margin-top: 40px;
    display: block;
    font-size: 18px;
    line-height: 1.55;
    color: #353535;
    font-family: Muller, Arial, sans-serif;
    font-weight: 300
}

.intro-uslugi {
    background-color: #fff;
	padding: 50px 0;
}

.intro-uslugi__content {
    padding: 35px 0 0
}

@media (max-width:600px) {
    .intro-uslugi__content {
        padding-top: 50px
    }
}

.intro-uslugi__content_main {
    padding: 0 0 100px
}

.intro-uslugi__title {
    color: #353535;
    font-size: 58px;
    font-weight: 700;
    font-family: Muller;
    margin-bottom: 100px;
    line-height: 1.17;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:600px) {
    .intro-uslugi__content_main {
        padding-bottom: 50px
    }
    .intro-uslugi__title {
        margin-bottom: 30px;
        font-size: 32px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .intro-uslugi__title {
        margin-bottom: 50px;
        font-size: 42px
    }
}

.intro-uslugi__title_inf {
    margin-bottom: 40px
}

@media (min-width:601px) and (max-width:1099px) {
    .intro-uslugi__title_inf {
        margin-bottom: 30px
    }
}

@media (max-width:600px) {
    .intro-uslugi__title_inf {
        margin-bottom: 20px;
        font-size: 26px
    }
}

.intro-uslugi__title-info {
    display: block;
    color: #353535;
    font-size: 18px;
    line-height: 1.45;
    font-family: Muller, sans-serif;
    text-align: center;
    font-weight: 400;
    margin-bottom: 50px
}

@media (min-width:601px) and (max-width:1099px) {
    .intro-uslugi__title-info {
        font-size: 16px
    }
}

.intro-uslugi__tabs {
    display: flex;
    justify-content: space-between;
    height: 47px;
    border-radius: 50px;
    border: 1px solid #f29304;
    margin-bottom: 50px;
    overflow: hidden;
	margin-top: 50px;
	position: relative;
    z-index: 9999;
}

.intro-uslugi__tab {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f29304;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.35;
    transition: .3s;
    cursor: pointer
}

.intro-uslugi__tab:last-child {
    border-right: none
}

.intro-uslugi__tab.active {
    background-color: #f29304;
    color: #fff;
    font-weight: 600;
    cursor: default
}

.intro-uslugi__table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto
}

.intro-uslugi__table table.non-active,.intro-uslugi__table ul.non-active {
    display: none
}

.intro-uslugi__table th {
    color: #353535;
    font-size: 21px;
    font-family: Muller, sans-serif;
    font-weight: 500;
    padding: 30px;
    text-align: left;
    border: 2px solid #f29304
}

ul.ubora li {
	font-family: asd,sans-serif;
	display: flex;
	
}

ul.ubora li div {
	hight: 100%;
	width: 70%;	
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
}

ul.ubora li div.val{
	padding-left: 10px;
	width: 30%;
	text-align: center;
	
}

ul.ubora li div.val.gal {
	
	color: #00ff00;
	
}

@media (max-width:600px) {
    .intro-uslugi__title-info {
        font-size: 14px
    }
    .intro-uslugi__table th {
        font-size: 16px;
        padding: 10px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .intro-uslugi__table th {
        font-size: 18px;
        padding: 20px
    }
}

.intro-uslugi__table td {
    vertical-align: top;
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    font-family: Muller, sans-serif;
    padding: 30px;
    text-align: left;
    border: 2px solid #f29304
}

.intro-uslugi__table td:last-child {
    color: green
}

@media (max-width:600px) {
    .intro-uslugi__table td {
        font-size: 12px;
        padding: 10px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .intro-uslugi__table td {
        font-size: 14px;
        padding: 20px
    }
}

.intro-uslugi__table .color-red td:last-child {
    color: red
}

.intro-uslugi__table-blackcol {
    background-color: #f29304
}

.intro-uslugi__table-head td {
    font-weight: 500;
    font-size: 21px
}

@media (max-width:600px) {
    .intro-uslugi__table-head td {
        font-size: 16px;
        padding: 10px
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .intro-uslugi__table-head td {
        font-size: 18px;
        padding: 20px
    }
}

.intro-uslugi__info {
    font-size: 16px;
    font-family: Muller, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.55;
    margin-top: 30px
}

.intro-uslugi__doptext {
    margin-bottom: 50px
}

.intro-uslugi__doptext span {
    display: block;
    color: #353535;
    font-size: 18px;
    line-height: 1.45;
    font-family: Muller, sans-serif;
    font-weight: 400;
    margin-bottom: 50px
}

@media (max-width:600px) {
    .intro-uslugi__info {
        font-size: 14px;
        margin-top: 20px
    }
    .intro-uslugi__doptext span {
        font-size: 14px;
        margin-bottom: 20px
    }
}

.intro-uslugi__doptext h4 {
    font-family: Muller, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.45
}

.intro-uslugi__doptext p {
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin: 20px 0
}

@media (max-width:600px) {
    .intro-uslugi__doptext h4 {
        font-size: 18px
    }
    .intro-uslugi__doptext p {
        font-size: 14px;
        margin: 10px 0
    }
}

.intro-uslugi__doptext ol {
    list-style-type: decimal;
    margin-bottom: 30px
}

.intro-uslugi__doptext ol li {
    font-family: Muller, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0 10px 20px
}

@media (max-width:600px) {
    .intro-uslugi__doptext ol {
        margin-bottom: 15px
    }
    .intro-uslugi__doptext ol li {
        font-size: 14px
    }
}

.intro-uslugi__doptext ul {
    list-style: url(../img/dot-orange.svg);
    margin-bottom: 30px
}

.intro-uslugi__doptext ul li {
    font-family: Muller, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0 10px 20px
}

.works-slider-uslugi {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 10px
}

.works-slider-uslugi__title {
    margin-bottom: 0
}

.works-slider-uslugi__title_else {
    max-width: 890px
}

.clining-else {
    position: relative;
    height: 700px;
    background-color: #fff;
	padding: 50px 0;
	
}

.clining-else__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 87%;
    border-radius: 50px 0 0 50px;
    right: 0;
    padding: 50px;
    border: 5px solid #f29304
}

.clining-else__info {
    width: 45%
}

.padding { padding: 50px 0; }

@media (max-width:900px) {
    .clining-else {
        height: 860px
    }
    .clining-else__content {
        flex-direction: column
    }
    .clining-else__info {
        width: 80%
    }
}





.gray {
	background: #f5f5f5;
}

.white_bg {
	background: #fff;
}

@media (max-width:600px) {
	
	.popup_block .popup .t {
		font-size: 40px!important;
	}
	
    .intro-uslugi__doptext ul {
        margin-bottom: 15px
    }
    .intro-uslugi__doptext ul li {
        font-size: 14px
    }
    .clining-else {
        height: 750px;
        z-index: 2
    }
    .clining-else__info {
        width: 100%
    }
}

.clining-else__title {
    margin-bottom: 30px;
}

.clining-else__title_big {
    max-width: 561px
}

.clining-else__list ul {
    list-style: url(../img/dot-orange.svg);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.clining-else__list ul li {
    color: #353535;
    font-size: 18px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    max-width: 264px;
    margin-bottom: 40px;
    margin-left: 10px
}

@media (max-width:600px) {
    .clining-else__content {
        padding: 35px 20px;
    }
    .clining-else__list ul li {
        font-size: 12px;
        max-width: 90%;
        margin-bottom: 10px;
        width: 100%;
    }
}

@media (min-width:601px) and (max-width:1099px) {
    .clining-else__list ul li {
        font-size: 14px
    }
}

@media (max-width:1520px) {
    .clining-else__list ul li {
        max-width: initial;
        padding-right: 10px;
        width: 49%;
    }
}

@media (max-width:1300px) {
    .clining-else__list ul li {
        width: 45%
    }
}

@media (max-width:350px) {
    .clining-else__list ul li {
        width: 100%
    }
}

.clining-else__img {
    display: block;
    width: 753px;
    height: 565px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    flex: none
}

@media (max-width:1632px) {
    .clining-else__img {
        width: 600px;
        height: 400px
    }
}

@media (max-width:1300px) {
    .clining-else__img {
        width: 400px;
        height: 250px
    }
}

@media (max-width:900px) {
    .clining-else__img {
        order: -1;
        width: 80%;
        margin-bottom: 20px
    }
}

.main-404 {
    background-color: #f5f5f5
}

.main-404__content {
    padding: 200px 0
}

.main-404__title {
    color: #f29304;
    font-size: 60px;
    font-weight: 500;
    font-family: Muller, sans-serif;
    line-height: 1.23;
    text-align: center
}

@media (max-width:600px) {
    .clining-else__img {
        width: 100%
    }
    .main-404__content {
        padding: 100px 0
    }
    .main-404__title {
        font-size: 36px
    }
}

.main-404__info {
    font-family: Muller, Arial, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin: 40px auto;
    max-width: 960px
}

@media (max-width:600px) {
    .main-404__info {
        font-size: 16px;
        margin: 20px auto
    }
}

.main-404__btn {
    margin: 0 auto
}

.privacy-main__content {
    max-width: 760px;
    margin: 0 auto;
    font-family: Muller, Arial, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 1.55;
    padding: 100px 0
}

@media (max-width:600px) {
    .privacy-main__content {
        font-size: 14px;
        padding: 50px 0
    }
}

.public_offer__content {
    max-width: 760px;
    margin: 0 auto;
    font-family: Muller, Arial, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 1.55;
    padding: 100px 0
}

.public_offer__content strong {
    font-weight: 600
}

.public_offer__content h1 {
    font-weight: 700;
    font-size: 24px;
    text-align: center
}

@media (max-width:600px) {
    .public_offer__content {
        font-size: 14px;
        padding: 50px 0
    }
    .public_offer__content h1 {
        font-size: 18px
    }
}

.public_offer__content p {
    margin-bottom: 10px
}

.public_offer__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 20px
}

.reviews__foto__sld {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.slider-reviews .slick-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background-color: #000;
    border-radius: 50%;
    z-index: 2
}

.slider-reviews .slick-arrow:before {
    content: '';
    position: absolute;
    background-image: url(../img/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    width: 10px;
    height: 17px;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%)
}

.slider-reviews .slick-prev {
    left: -60px
}

.slider-reviews .slick-prev:before {
    left: 47%;
    transform: translate(-50%, -50%) rotate(180deg)
}

.slider-reviews .slick-next {
    right: -60px
}

.slider-reviews .slick-dots li button:before {
    width: 8px;
    height: 8px;
    color: #c7c7c7;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8px;
    transition: .3s
}

.slider-reviews .slick-dots li {
    margin: 0
}

.slider-reviews .slick-dots li.slick-active button:before {
    color: #f29304
}

.reviews .reviews__link {
    width: auto;
    margin: 0 0 0 auto;
    padding-left: 0;
    color: #353535;
    font-size: 20px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    margin-top: 45px;
}

.reviews .slick-track {
    display: flex;
    align-items: center;
}

.list-works__elem ul li.clr_red::before {
    color: red;
    content: "✗";
}

.list-works__elem ul li.clr_red.minutes::before {
    content: "10 мин";
    font-size: 14px
}

.list-works__elem ul li.clr_red.del::before {
    content: "Удаляем локально загрязнения";
    max-width: 130px;
    font-size: 14px;
    text-align: right;
}

.list-works__elem ul li.clr_red.light::before {
    content: "легкие";
    font-size: 14px
}

.examples .examples__slider .draggable .slick-slide {
    max-height: 80vh;
}

.footer__block.usl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.intro-uslugi__table .color-red td {
    color: red;
}

@media (max-width:600px) {
    .header__burger {
        top: 20px;
    }
}

.list-works__elem ul li.clr_red {
    color: red;
}

.list-works__elem ul li.clr_red {
    padding-right: 130px;
}

.clining-else__content {
    position: unset;
    width: min-content;
}

.clining-else__content.no_img {
    width: 100%;
}

.clining-else__content.no_img .clining-else__info {
    width: 100%;
}

.clining-else {
    height: auto;
}

@media (max-width:900px) {
    .clining-else__info {
        width: 100%;
    }
    .clining-else__content {
        width: 100%;
    }
}

.site-container.opensubok .intro__content {
	padding-top: 85px;
}

@media (max-width:1099px) {
	
	.flip-container { display: none; }
	
	.intro {
        height: auto;
		padding-bottom: 40px;
    }
	
	.intro__back, .intro__animate { display: none; }
	
	.cleaning-types, .cleaning-types__content { padding-top: 0; }
	
	.intro__content, .contacts-block {
	
		padding-top: 100px;
	
	}
	
	.calc .metr .mtr.metr5, .calc .metr .mtr.metr6 { display: none; }
	
	.calc .metr .mtr.metr1 { width: 16%; }
	.calc .metr .mtr.metr2 { width: 16%; }
	.calc .metr .mtr.metr3 { width: 16%; }
	.calc .metr .mtr.metr4 { width: 16%; }
	.calc .metr .mtr.metr7 { width: 36%; }
	
	
	
	
}

.site-container {
	padding-top: 130px;
}

.headerMob{
    display: none;
}
.stock{
    position: fixed;
    top: 0;
    left: 0;
	z-index: 99991111;
}
.header{
    position: fixed;
    top: 50px;
    left: 0;
	z-index: 99991111;
}
.stock .stock__content{
    padding: 5px 0;
    height: auto;
}
.stock .location,
.stock .stock__info p{
    font-size: 20px;
}
.stock .location,
.stock .btn{
    width: 170px;
}

.stock .location {
	width: auto;
}


.stock .btn{
    height: 40px;
}
.location{
    margin: 0 0 0 0px;
    font-family: Muller, sans-serif;
    display: flex;
    align-items: center;
}
.location::before{
    width: 20px;
    height: 20px;
    display: block;
    content: '';
    background: transparent url(../img/locationSvg.svg) 50% 50%/cover no-repeat;
    margin: 0 10px 0;
}

.whiteBg{
    background-color: #fff;
}
.select{
    background-color: transparent; 
    border: none; 
    outline: none; 
    -moz-appearance: none; 
    -webkit-appearance: none; 
    color: inherit; 
    font-family: Muller, sans-serif;
    font-size: inherit;
}
.select option{color:#000}

body .btn-top { display: none !important; }




.grade__gradeblock { cursor: pointer; }

@media (max-width: 1099px){
    .header{

        top: 60px;
    }
    
    .site-container{
        padding: 50px 0 0 0 ;
    }
    .headerMob{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 9;
        background-color: #fff;
        height: 50px;
    }
    .logoLocationPhone{
        display: flex;
    }
    .logoLocationPhone .icons{
        margin: 0 20px 0 0;
    }
    .logoLocationPhone .header__logo__mob{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .logoLocationPhone .header__logo__mob a,
    .logoLocationPhone .header__logo__mob a:visited,
    .logoLocationPhone .header__logo__mob a:active{
        font-family: Muller, Arial, sans-serif;
        color: #f29304;
        text-decoration: none;
    }

    .header__burger{
        position: static;
        /* left: 5px; */
        /* top: 20px; */
    }
    .headerMob .location{
        margin: 0;
        font-size: 12px;
    }
    .icons{
        /* position: absolute;
        right: 5px;
        top: 20px; */
        height: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .icons .phone::before,
    .icons .location:before{
        width: 15px;
        height: 15px;
        margin: 0 5px 0 0;
    }
    .logoLocationPhone .location{
        width: auto;
        color: #000;
        margin-top: 5px;
    }
    .header__logo__mob .location:before{
        background-image: url(../img/locationSvgBlack.svg);
        width: 10px;
        height: 10px;
        margin: 0 2px 0 0;
    }
    .icons .phone{
        display: block;
        cursor: pointer;
    }
    .icons .phone::before{
        display: block;
        content: '';
        background: transparent url(../img/phoneSvg.svg) 50% 50%/cover no-repeat;
        margin: 0 0 0 5px;
        width: 20px;
        height: 20px;
        
    }
    .stock__btn{
        margin-top: 5px;
    }
    .stock__content .location{
        display: flex;
    }
    
	.stock.stockMob { height: 60px; }


	.stock__info { display: none; }

	.stock.stockMob .location::before { background: none; content: ' '; width: 0px; height: 0px; margin: 0; }
	
	.stock.stockMob .location #location { display: none; }
	
	.stock.stockMob .location .regionLocation { margin-left: 0; }
	
	.calc, .frm_box, .soglash { margin: 0 auto; }
	
	.slider-employees .slick-next, .slider-employees .slick-prev, .slider-reviews .slick-next, .slider-reviews .slick-prev {
	
		display: none !important;
	
	}
	
	
	.frm_box { margin-top: 20px; }
	
	.frm_box { display: block; }
	
	.frm_box .input_box { width: 100%; margin: 0 ; padding: 0; }
	
	.frm_box a.btn { width: 100%; margin-top: 20px; min-height: 51px; }
	
	
	.soglash { margin-top: 20px; }
	
	.slider-employees { width: 100%; }
	
	.regionLocation p { font-size: 16px; }
	.regionLocation select { font-size: 16px; }
	
	.changeReg, .location .regionLocation .stock__btn { margin-left: 0; }
	
	.location .regionLocation .stock__btn {
		margin: 0 10px;
	}
	
	.site-container.hide_top {
		padding: 50px 0 0 0;
	}
	
	.headerMob.hide_top {
		top: 0;
		flex-flow: row wrap;
	}
	
	.header__nav { width: 100%; }
	.submenu { width: 100%; }
	
	.site-container {
		padding: 110px 0 0 0;
	}
	
	.stock.stockMob.hide_top { display: none; }
	
	
}
@media (max-width: 547px){
    .site-container{
        /* padding-top: 216px; */
    }
    .btn-top{
        display: none !important;
    }
    .btn-contact{
        bottom: 20px !important;
    }
}

.no_img .clining-else__title_big { max-width: 100%; }

/* интерактивная схема химчистки */

#rec251982583 .t396__artboard {
    height: 610px;
    background-color: #ffffff;
    overflow: visible;
    position: relative;
}
#rec251982583 .t396__filter {
    height: 610px;
}
#rec251982583 .t396__carrier {
    height: 610px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
    #rec251982583 .t396__artboard {
        height: 790px !important;
    }
    #rec251982583 .t396__filter {
        height: 790px !important;
    }
    #rec251982583 .t396__carrier {
        height: 790px !important;
    }
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .t396__artboard {
        height: 900px !important;
    }
    #rec251982583 .t396__filter {
        height: 900px !important;
    }
    #rec251982583 .t396__carrier {
        height: 900px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1596897568180"] {
    color: #ffffff;
    text-align: center;
    z-index: 9;
    top: 535px;
    left: calc(50% - 600px + 500px);
    width: 200px;
    height: 55px;
}
#rec251982583 .tn-elem[data-elem-id="1596897568180"] .tn-atom {
    color: #ffffff;
    font-size: 19px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-width: 1px;
    border-radius: 30px;
    background-color: #575757;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    body #rec251982583 .tn-elem[data-elem-id="1596897568180"] {
        top: 360px !important;
        position: absolute !important;
        left: 0px !important;
		display: none;
    }
    #rec251982583 .tn-elem[data-elem-id="1596897568180"] .tn-atom {
        border-radius: 30px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1600002147400"] {
    z-index: 45;
    top: 125px;
    left: calc(50% - 600px + -780px);
    width: 88px;
}
#rec251982583 .tn-elem[data-elem-id="1600002147400"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec251982583 .tn-elem[data-elem-id="1600002147400"] .tn-atom {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
}
#rec251982583 .tn-elem[data-elem-id="1600002163233"] {
    z-index: 46;
    top: 75px;
    left: calc(50% - 600px + -950px);
    width: 136px;
}
#rec251982583 .tn-elem[data-elem-id="1600002163233"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
}
#rec251982583 .tn-elem[data-elem-id="1600027790795"] {
    color: #575757;
    z-index: 47;
    top: 47px;
    left: calc(50% - 600px + 30px);
    width: 240px;
}
#rec251982583 .tn-elem[data-elem-id="1600027790795"] .tn-atom {
    color: #575757;
    font-size: 15px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    
}
@media screen and (max-width: 959px) {
    #rec251982583 .tn-elem[data-elem-id="1600027790795"] {
        top: 510px !important;
        left: calc(50% - 320px + 10px) !important;
        width: 636px !important;
    }
}
@media screen and (max-width: 639px) {
    #rec251982583 .tn-elem[data-elem-id="1600027790795"] {
        top: 505px !important;
        left: calc(50% - 240px + 10px) !important;
        width: 477px !important;
    }
    #rec251982583 .tn-elem[data-elem-id="1600027790795"] .tn-atom {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1600027790795"] {
        top: 20px !important;
        left: calc(50% - 160px + 10px) !important;
        width: 316px !important;
    }
    #rec251982583 .tn-elem[data-elem-id="1600027790795"] .tn-atom {
        font-size: 21px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605649450211"] {
    z-index: 39;
    top: 105px;
    left: calc(50% - 600px + 250px);
    width: 710px;
}
#rec251982583 .tn-elem[data-elem-id="1605649450211"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605649450211"] {
        top: 82px !important;
        left: calc(50% - 160px + 0px) !important;
        width: 320px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605649645839"] {
    color: #575757;
    z-index: 48;
    top: 215px;
    left: calc(50% - 600px + 30px);
    width: 240px;
}
#rec251982583 .tn-elem[data-elem-id="1605649645839"] .tn-atom {
    color: #575757;
    font-size: 15px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    
}
@media screen and (max-width: 959px) {
    #rec251982583 .tn-elem[data-elem-id="1605649645839"] {
        top: 520pxpx !important;
        left: calc(50% - 320px + 20pxpx) !important;
        width: 636px !important;
		
		
    }
	
	.slider-examples .slick-next { right: 0; }
	.slider-examples_work .slick-dots {
    bottom: 25px;
}
	
}
@media screen and (max-width: 639px) {
    #rec251982583 .tn-elem[data-elem-id="1605649645839"] {
        top: 515px !important;
        left: calc(50% - 240px + 20px) !important;
        width: 477px !important;
    }
    #rec251982583 .tn-elem[data-elem-id="1605649645839"] .tn-atom {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605649645839"] {
        top: 115px !important;
        left: calc(50% - 160px + 10px) !important;
        width: 316px !important;
    }
    #rec251982583 .tn-elem[data-elem-id="1605649645839"] .tn-atom {
        font-size: 21px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605649684333"] {
    color: #575757;
    z-index: 50;
    top: 380px;
    left: calc(50% - 600px + 30px);
    width: 240px;
}
#rec251982583 .tn-elem[data-elem-id="1605649684333"] .tn-atom {
    color: #575757;
    font-size: 15px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    
}
@media screen and (max-width: 959px) {
    #rec251982583 .tn-elem[data-elem-id="1605649684333"] {
        top: 530pxpx !important;
        left: calc(50% - 320px + 30pxpx) !important;
        width: 636px !important;
    }
}
@media screen and (max-width: 639px) {
    #rec251982583 .tn-elem[data-elem-id="1605649684333"] {
        top: 525pxpx !important;
        left: calc(50% - 240px + 30pxpx) !important;
        width: 477px !important;
    }
    #rec251982583 .tn-elem[data-elem-id="1605649684333"] .tn-atom {
        /* font-size: 14px !important; */
    }
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605649684333"] {
        top: 185px !important;
        left: calc(50% - 160px + 10px) !important;
        width: 316px !important;
    }
    #rec251982583 .tn-elem[data-elem-id="1605649684333"] .tn-atom {
        font-size: 21px;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605649734564"] {
    color: #000000;
    z-index: 51;
    top: 41px;
    left: calc(50% - 600px + 391px);
    width: 42px;
    height: 42px;
}
#rec251982583 .tn-elem[data-elem-id="1605649734564"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    background-color: #eb7e1e;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
#rec251982583 .tn-elem[data-elem-id="1605649734564"] .tn-atom__tip {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    width: 280px;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605649734564"] {
        top: 30px !important;
        left: calc(50% - 160px + 55px) !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605649910119"] {
    z-index: 49;
    top: 90px;
    left: calc(50% - 600px + 370px);
    width: 180px;
}
#rec251982583 .tn-elem[data-elem-id="1605649910119"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec251982583 .tn-elem[data-elem-id="1605649910119"] .tn-atom {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605649910119"] {
        top: 67px !important;
        left: calc(50% - 160px + 50px) !important;
        width: 90px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605649978158"] {
    z-index: 52;
    top: 238px;
    left: calc(50% - 600px + 507px);
    width: 23px;
    height: 21px;
}
#rec251982583 .tn-elem[data-elem-id="1605649978158"] .tn-atom {
    border-radius: 3000px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605649978158"] {
        top: 141px !important;
        left: calc(50% - 160px + 115px) !important;
        width: 16px !important;
        height: 18px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605650033855"] {
    color: #575757;
    z-index: 53;
    top: 50px;
    left: calc(50% - 600px + 950px);
    width: 240px;
}
#rec251982583 .tn-elem[data-elem-id="1605650033855"] .tn-atom {
    color: #575757;
    font-size: 15px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
   
}
@media screen and (max-width: 959px) {
    #rec251982583 .tn-elem[data-elem-id="1605650033855"] {
        top: 520pxpx !important;
        left: calc(50% - 320px + 20pxpx) !important;
        width: 636px !important;
    }
}
@media screen and (max-width: 639px) {
    #rec251982583 .tn-elem[data-elem-id="1605650033855"] {
        top: 515pxpx !important;
        left: calc(50% - 240px + 20pxpx) !important;
        width: 477px !important;
    }
    #rec251982583 .tn-elem[data-elem-id="1605650033855"] .tn-atom {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605650033855"] {
        top: 610px !important;
        left: calc(50% - 160px + 10px) !important;
        width: 316px !important;
    }
    #rec251982583 .tn-elem[data-elem-id="1605650033855"] .tn-atom {
        font-size: 21px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605650091894"] {
    color: #575757;
    z-index: 54;
    top: 220px;
    left: calc(50% - 600px + 950px);
    width: 240px;
}
#rec251982583 .tn-elem[data-elem-id="1605650091894"] .tn-atom {
    color: #575757;
    font-size: 15px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
   
}
@media screen and (max-width: 959px) {
    #rec251982583 .tn-elem[data-elem-id="1605650091894"] {
        top: 530pxpx !important;
        left: calc(50% - 320px + 30pxpx) !important;
        width: 636px !important;
    }
}
@media screen and (max-width: 639px) {
    #rec251982583 .tn-elem[data-elem-id="1605650091894"] {
        top: 525pxpx !important;
        left: calc(50% - 240px + 30pxpx) !important;
        width: 477px !important;
    }
    #rec251982583 .tn-elem[data-elem-id="1605650091894"] .tn-atom {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605650091894"] {
        top: 670px !important;
        left: calc(50% - 160px + 10px) !important;
        width: 316px !important;
    }
    #rec251982583 .tn-elem[data-elem-id="1605650091894"] .tn-atom {
        font-size: 21px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605650115898"] {
    color: #575757;
    z-index: 55;
    top: 380px;
    left: calc(50% - 600px + 950px);
    width: 240px;
}
#rec251982583 .tn-elem[data-elem-id="1605650115898"] .tn-atom {
    color: #575757;
    font-size: 15px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    
}
@media screen and (max-width: 959px) {
    #rec251982583 .tn-elem[data-elem-id="1605650115898"] {
        top: 530pxpx !important;
        left: calc(50% - 320px + 30pxpx) !important;
        width: 636px !important;
    }
}
@media screen and (max-width: 639px) {
    #rec251982583 .tn-elem[data-elem-id="1605650115898"] {
        top: 525pxpx !important;
        left: calc(50% - 240px + 30pxpx) !important;
        width: 477px !important;
    }
    #rec251982583 .tn-elem[data-elem-id="1605650115898"] .tn-atom {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605650115898"] {
        top: 730px !important;
        left: calc(50% - 160px + 10px) !important;
        width: 316px !important;
    }
    #rec251982583 .tn-elem[data-elem-id="1605650115898"] .tn-atom {
        font-size: 21px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605650597226"] {
    z-index: 56;
    top: 380px;
    left: calc(50% - 600px + 350px);
    width: 180px;
}
#rec251982583 .tn-elem[data-elem-id="1605650597226"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec251982583 .tn-elem[data-elem-id="1605650597226"] .tn-atom {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605650597226"] {
        top: 227px !important;
        left: calc(50% - 160px + 40px) !important;
        width: 90px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605650641559"] {
    color: #000000;
    z-index: 57;
    top: 504px;
    left: calc(50% - 600px + 376px);
    width: 42px;
    height: 42px;
}
#rec251982583 .tn-elem[data-elem-id="1605650641559"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    background-color: #eb7e1e;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
#rec251982583 .tn-elem[data-elem-id="1605650641559"] .tn-atom__tip {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    width: 280px;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605650641559"] {
        top: 277px !important;
        left: calc(50% - 160px + 52px) !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605650651377"] {
    z-index: 58;
    top: 331px;
    left: calc(50% - 600px + 488px);
    width: 23px;
    height: 21px;
}
#rec251982583 .tn-elem[data-elem-id="1605650651377"] .tn-atom {
    border-radius: 3000px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605650651377"] {
        top: 199px !important;
        left: calc(50% - 160px + 105px) !important;
        width: 16px !important;
        height: 16px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605650748073"] {
    z-index: 44;
    top: 85px;
    left: calc(50% - 600px + 650px);
    width: 180px;
}
#rec251982583 .tn-elem[data-elem-id="1605650748073"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec251982583 .tn-elem[data-elem-id="1605650748073"] .tn-atom {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605650748073"] {
        top: 67px !important;
        left: calc(50% - 160px + 170px) !important;
        width: 90px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605650782182"] {
    color: #000000;
    z-index: 61;
    top: 36px;
    left: calc(50% - 600px + 766px);
    width: 42px;
    height: 42px;
}
#rec251982583 .tn-elem[data-elem-id="1605650782182"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    background-color: #eb7e1e;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
#rec251982583 .tn-elem[data-elem-id="1605650782182"] .tn-atom__tip {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    width: 280px;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605650782182"] {
        top: 35px !important;
        left: calc(50% - 160px + 213px) !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605650847260"] {
    z-index: 59;
    top: 237px;
    left: calc(50% - 600px + 673px);
    width: 23px;
    height: 21px;
}
#rec251982583 .tn-elem[data-elem-id="1605650847260"] .tn-atom {
    border-radius: 3000px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605650847260"] {
        top: 142px !important;
        left: calc(50% - 160px + 180px) !important;
        width: 16px !important;
        height: 16px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605650889094"] {
    z-index: 60;
    top: 370px;
    left: calc(50% - 600px + 700px);
    width: 180px;
}
#rec251982583 .tn-elem[data-elem-id="1605650889094"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec251982583 .tn-elem[data-elem-id="1605650889094"] .tn-atom {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605650889094"] {
        top: 217px !important;
        left: calc(50% - 160px + 220px) !important;
        width: 90px !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605650912370"] {
    color: #000000;
    z-index: 62;
    top: 496px;
    left: calc(50% - 600px + 816px);
    width: 42px;
    height: 42px;
}
#rec251982583 .tn-elem[data-elem-id="1605650912370"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: Muller, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    background-color: #eb7e1e;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
#rec251982583 .tn-elem[data-elem-id="1605650912370"] .tn-atom__tip {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    width: 280px;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605650912370"] {
        top: 268px !important;
        left: calc(50% - 160px + 260px) !important;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605650920220"] {
    z-index: 63;
    top: 319px;
    left: calc(50% - 600px + 722px);
    width: 23px;
    height: 21px;
}
#rec251982583 .tn-elem[data-elem-id="1605650920220"] .tn-atom {
    border-radius: 3000px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605650920220"] {
        top: 188px !important;
        left: calc(50% - 160px + 229px) !important;
        width: 16px !important;
        height: 16px !important;
    }
    .stockMob {
        height: 0px;
        display: none;
    }
}
#rec251982583 .tn-elem[data-elem-id="1605684951289"] {
    z-index: 7;
    top: -10px;
    left: calc(50% - 600px + -390px);
    width: 2000px;
}
#rec251982583 .tn-elem[data-elem-id="1605684951289"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}

.t396__artboard { display: flex; }

.t396__artboard .left_block {
	
	width: 240px;
	position: relative;
	
}

.t396__artboard .left_block .t396__elem {
	
	left: 0 !important;
	
}

.t396__artboard .center_block {
	
	width: calc(100% - 480px);

	
}

.t396__artboard .center_block .zoom {
	
	zoom: 100%;
	position: relative;
	height: 100%;

}

.t396__artboard .right_block {
	
	width: 240px;
	position: relative;
	
}

@media screen and (max-width: 1173px) {

.t396__artboard .center_block .zoom {
	
	zoom: 88%;
	position: relative;
	height: 100%;

}	
}



@media screen and (max-width: 1100px) {
    #rec251982583 .tn-elem[data-elem-id="1605684951289"] {
        top: 0px !important;
        left: calc(50% - 160px + -280px) !important;
        width: 670px !important;
    }
	
	.t396__artboard .center_block .zoom {
	
		zoom: 100%;
		position: relative;
		height: 100%;

	}
	
	.t396__artboard .left_block {
	
		display: block;
		width: 100%;
	
	}
	
	.t396__artboard .center_block {
	
		display: block;
		width: 100%;
		transform: scale(1) !important;
		height: 360px;
	
	}
	
	
	.btn_mob_show .btn {
		    height: 65px;
		font-size: 26px;
		width: 60%;
		margin: 0 auto;	}
	
	.zoom .btn { height: 65px; font-size: 26px; width: 60% }
	
	.t396__artboard {
		display: block;
		margin-bottom: 50px;
	}
	
	.t396__artboard .right_block {
	
		display: block;
		width: 100%;
	
	}
	
	
	#rec251982583  .t396__elem[data-elem-id="1600027790795"],#rec251982583 .tn-elem[data-elem-id="1605649645839"],#rec251982583 .tn-elem[data-elem-id="1605649684333"],#rec251982583 .tn-elem[data-elem-id="1605650033855"],#rec251982583 .tn-elem[data-elem-id="1605650091894"],#rec251982583 .tn-elem[data-elem-id="1605650115898"], #rec251982583 .tn-elem[data-elem-id="1596897568180"] {
		position: static !important;
		width: 100%  !important;
		margin-top: 25px;
	}
	
	#rec251982583 .tn-elem[data-elem-id="1596897568180"] {
		text-align: center;
		display: flex;
		justify-content: center;
	}
	
	#rec251982583 .t396__artboard { height: auto !important;  }
	
	
	#rec251982583 .tn-elem[data-elem-id="1605649450211"], #rec251982583 .tn-elem[data-elem-id="1605649450211"],#rec251982583 .tn-elem[data-elem-id="1605649910119"], #rec251982583 .tn-elem[data-elem-id="1605649978158"], #rec251982583 .tn-elem[data-elem-id="1605649734564"], #rec251982583 .tn-elem[data-elem-id="1605650782182"],#rec251982583 .tn-elem[data-elem-id="1605650748073"], #rec251982583 .tn-elem[data-elem-id="1605650847260"],#rec251982583 .tn-elem[data-elem-id="1605650597226"],#rec251982583 .tn-elem[data-elem-id="1605650641559"],#rec251982583 .tn-elem[data-elem-id="1605650651377"],#rec251982583 .tn-elem[data-elem-id="1605650889094"],
	#rec251982583 .tn-elem[data-elem-id="1605650912370"],#rec251982583 .tn-elem[data-elem-id="1605650920220"]{ 	
		/* display: none; */
	
	}
	
	
}


.t396__elem { position: absolute; }

body #rec251982583 .t396 .tn-atom {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	height: 100%;
	
	font-family: Muller, Arial, sans-serif;
}

body #rec251982583 .t396 .tn-atom strong { font-weight: bold; }

.t396 .tn-atom__pin {
    border-radius: 1000px;
    border-style: solid;
	height: 42px;
	width: 42px;
	position: relative;
}

.tn-atom__tip {
	position: absolute;
    box-sizing: border-box;
    width: 300px;
    max-width: 90vw;
    padding: 15px;
    display: none;
}

.tn-atom.tn-atom__pin:hover .tn-atom__tip {
	display: block;
}

.t1 .tn-atom__tip {
	
	top: -100px;
	left: -110px;
	
}

.t2 .tn-atom__tip {
	
	top: -138px;
	left: -110px;
	
}


.t3 .tn-atom__tip {
	
	top: -115px;
	left: -110px;
	
}

.t4 .tn-atom__tip {
	
	top: -115px;
	left: -110px;
	
}

.table_compare {
	margin-top: 50px;
	
	font-family: Muller, Arial, sans-serif;
}

.table_compare .row {
	
	display: flex;
	border-bottom: 1px solid #f5f5f5;
	
}

.table_compare .row:hover {
	
	background: #fafafa;
	
}

.table_compare .row_b {
	
	padding: 15px 5px;
	font-size: 18px;
	font-weight: bold;
	
	background: #f5f5f5;
	
}

.table_compare .row.r0 { border-top: 1px solid #f5f5f5;  }

.table_compare .row .name {
	
	width: 50%;
	padding: 15px 5px;
	display: flex;
	align-items: center;
	border-left: 1px solid #f5f5f5;
	
}

.table_compare .row .val1 {
	width: 25%;
	padding: 15px 5px;
	text-align: center;
	border-left: 1px solid #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.table_compare .row .val2 {
	width: 25%;
	padding: 15px 5px;
	text-align: center;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table_compare .row .gal { color: #00aa00; }
.table_compare .row .cgal { color: #ff0000; }

.table_compare select.v1 { padding: 10px 5px ; border: 1px solid #f5f5f5; border-radius: 4px; }
.table_compare select.v2 { padding: 10px 5px ; border: 1px solid #f5f5f5; border-radius: 4px; }

/* .slick-slider { */
	/* padding: 0 48px; */
/* } */

/* .slick-slider .slick-next { */
	
	/* right: 0; */
	/* z-index: 999999; */
	
/* } */

/* .slick-slider .slick-prev { */
	
	/* left: 0; */
	/* z-index: 999999; */
	
/* } */

/* .slider-employees__info, .slider-employees__img { */
	/* width: 95%; */
/* } */

.clean-card {
	
	position: relative;
	
}

.clean-card a.link {
	
	position: absolute;
	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	
}

.clean-card a.clean-card__btn {
	z-index: 10;
}


@media (min-width: 1100px) {
	
	.btn_mob_show .btn { display: none; }
	
}

body .popup_block .popup form input.btn_send {
	
	height: 51px;
	
}

.btn_send {
  
    width: 100%;
    padding: 15px 20px;
    min-height: 48px;
    background: #f58319;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    box-shadow: -1px -1px 1px rgb(0 0 0 / 9%);
    margin-bottom: 10px;
}

