@import url('reset.css');
@import url('fonts.css');

html {
	font-size: 62.5%;
}

body {
	font: 1.5rem 'Proxima Nova Lt';
	line-height: 150%;
	font-weight: 600;
	color: #272a78;
}

.wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: 30px 20px;
	position: relative;
}

header {
	background: #0000fc;
	color: #fff;
}

.headbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	background: url('../images/ui/logo.svg') no-repeat;
	text-indent: -9999%;
}

header .logo {
	width: 135px;
	height: 65px;
/*	margin-right: 25px;*/
}

header .logo + span {
/*	margin-right: auto;*/
}

*[class*="icon"] {
	padding-left: 28px;
	position: relative;
/*	margin: auto;*/
}

*[class*="icon"]:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
	background-image: url("../images/ui/contacts.svg");
	background-size: 72px 24px;
}

.icon-time:before {
	background-position: -24px 0;
}
.icon-phone:before {
	background-position: -48px 0;
}

.headbar .phone, footer .phone {
	font: 2.2rem "Proxima Nova Th";
	font-weight: 800;
}

.navbar {
	background: #f20044;
}

.navbar a {
	font: 2.3rem "Proxima Nova Cn Lt";
	font-weight: 600;
	padding: 10px 20px;
	text-transform: uppercase;
}

.navbar a:hover {
	background: #cb0039;
}

.navbar nav {
	display: flex;
	justify-content: space-between;
}

.navbar .wrapper {
	padding: 0 20px;
}

.slider .item {
	background-size: cover;
	background-position: 100% 50%;
}

.slider .detailing {
	background-image: url("../images/slides/detailing.jpg");
}

.slider .cleaning {
	background-image: url("../images/slides/cleaning.jpg");
}

.slider .wrapper > div {
/*	width: 50%;*/
}

.slider h2 {
	color: #fff;
	font: 4.7rem/100% "Proxima Nova Cn Bl";
	text-transform: uppercase;
	margin: 30px auto 20px;
}

.firm li {
	padding-left: 35px;
	position: relative;
	line-height: 170%;
}

.firm li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 12px;
	border-radius: 6px;
	border: 4px solid #5f64df;
}

.slider .firm li {
	color: #fff;
	font-size: 1.8rem;
}

.slider .firm li:before {
	border-color: #fff;
	top: 10px;
}

.slider .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 30px auto 50px;
}

.slider .price span {
	font: 3.6rem "Proxima Nova Cn Bl";
	color: #fff;
	margin-right: 30px;
}

.slider .price b {
	font-size: 4.7rem;
}

.slider .detailing .price b {
	color: #f20044;
	border-bottom: 6px solid #f20044;
}

.slider .cleaning .price b {
	color: #f20044;
    border-bottom: 6px solid #f20044;
}

.button {
	text-transform: uppercase;
	font-size: 2.2rem;
	padding: 19px 50px 15px;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
}

.red-button {
	background: #f20044;
}

.blue-button {
	background: #1f25cd;
}

h3 {
	font: 4.6rem "Proxima Nova Cn Th";
	font-weight: 800;
	margin-bottom: 30px;
}

section:not(.hello) {
	padding: 30px 0;
}

.preview {
	background: #f5f5fe;
}

.preview .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.preview .statistic {
	width: 56%;
}

.preview .info {
	width: 40%;
	margin-top: 15px;
}

.counters {
	display: flex;
	justify-content: space-between;
}

.counters > div {
	width: 31%;
}

.counters small {
	display: block;
	max-width: 115px;
}

.counters span {
	display: block;
	font: 4.7rem "Proxima Nova Cn Bl";
	color: #f20044;
}

.services .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 60px;
}

.services .flex > div {
	width: 48%;
}

.services .image img {
	display: block;
	max-width: 100%;
	border-radius: 140px;
	margin-top: 20px;
}

.centered {
	text-align: center;
	width: 100%;
}

h4 {
	font: 2.3rem "Proxima Nova Cn Bl";
	margin-bottom: 15px;
}

.links-forms a {
	font:  2.3rem "Proxima Nova Cn Lt";
	text-decoration: underline;
	padding: 5px;
	margin: 25px 10px 10px;
}

.links-forms a:hover {
	color: #f20044;
}

.howwork .wrapper > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: number 0;
	margin-top: 55px;
}

.howwork .wrapper > div > div {
	flex-basis: 320px;
    padding-top: 80px;
    position: relative;
    margin-bottom: 30px;
}

.howwork .wrapper > div > div:before {
	counter-increment: number 1;
    content: counter(number);
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 42px;
	background: #f20044;
	border-radius: 26px;
	font: 4.7rem "Proxima Nova Cn Bl";
	color: #ffc2d3;
}

.howwork span {
	font-size: 1.7rem;
}

.acor-container {
    max-width: 1100px;
    margin: 0 auto 50px;
    padding-bottom: 20px;
}
.acor-container .acor-body {
    margin: 0 auto;
    height: 0;
    padding: 0 30px;
    font-size: 1.5rem;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: #b6b7e0;
    display: block;
    padding: 14px 20px;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    z-index: 100;
    margin: 0 0 10px;
    border-radius: 10px;
    position: relative;
    transition: .2s;
}
.acor-container label:hover {
    color: #fff;
    background: #010685;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border-width: 0 3px 3px 0;
	border-color: #010685;
	border-style: solid;
	transform-origin: center center;
	transition: .2s;
    transform: rotate(45deg);
}
.acor-container label:hover:before {
	border-color: #fff;
}
.acor-container input:checked + label {
    background-color: #010685;
    color: #fff;
}
.acor-container input:checked + label:before {
    transition: transform .2s;
    border-color: #fff;
    transform: rotate(225deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    padding: 20px 30px 10px;
}

.feedback .flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feedback .flow > div {
    flex-basis: 500px;
    margin-bottom: 25px;
    padding: 25px 0 0 100px;
    position: relative;
}

.feedback .flow > div:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    left: 18px;
    top: 18px;
    border-radius: 100%;
    background-color: #ddd3be;
    z-index: -1;
}

.feedback .flow img {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 18px;
    top: 18px;
    border-radius: 100%;
}

.form-order {
	background-size: cover;
	color: #fff;
	position: relative;
}

.form-order:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 600px;
	height: 500px;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.form-man {
	background-image: url("../images/blue_wall.jpg");
}

.form-girl {
	background-image: url("../images/red_wall.jpg");
	/*background-size: 400px 524px;*/
}

.form-man:before {
	background-image: url("../images/man.png");
	background-size: 400px 524px;
}

.form-girl:before {
	background-image: url("../images/girl.png");
}

.form-order .wrapper > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-order .wrapper > div > div {
	width: 50%;
}

.buttons-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.buttons-box .button {
	margin-bottom: 20px;
	margin-left: 40px;
}

.buttons-box .button + .button {
	margin-left: 80px;
}

.buttons-box .button + .button + .button {
	margin-left: 120px;
}

.form-girl .button {
	border:  2px solid #fff;
	min-width: 350px;
	text-align: center;
}


.tabs {
    width:100%;
    /*max-width: 720px;*/
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
}
.tabs-nav {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    /*padding-left:14px;*/
    /*padding-right: 14px;*/
}
.tabs-root {
	display: flex;
	flex-direction: column;
}

.tabs-root > .tabs-nav {
	align-self: flex-start;
	/*background: #ddd3be;*/
	border-radius: 20px;
}

.tabs-nav li {
	cursor: pointer;
	background: #b6b7e0;
	border-radius: 18px;
	transition: .2s;
}
.tabs li.active {
    z-index:3;
}

.tabs-root > .tabs-nav li {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 12px 26px;
	margin-right: 20px;
}

.tabs-root > .tabs-nav li.active {
	background: #f20044;
	color: #fff;
}

.tabs-root > .tabs-nav li:not(.active):hover {
	background: #010685;
	color: #fff;
}

.tabs-inner > .tabs-nav li {
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 22px;
	color: #89867e;
	border: 2px solid transparent;
}

.tabs-inner > .tabs-nav li.active {
	color: #514f4a;
	border-color: #ddd3be;
}
.tabs-inner > .tabs-nav li:not(.active):hover {
	border-color: #ddd3be;
}

.tabs-box > div {
    display: none;
    -webkit-animation: fade 0.5s linear;
    -ms-animation: fade 0.5s linear;
    animation: fade 0.5s linear;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tabs-box > div a {
	flex-basis: 320px;
	margin-bottom: 40px;
	border-radius: 70px;
	overflow: hidden;
}
.tabs-box > div a img {
	display: block;
}
.tabs-box > .active {
    display: flex;
    margin-bottom: 30px;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mobile-header {
	display: none;
}

footer {
	background-image: url("../images/footer.jpg");
	background-size: cover;
}

footer .wrapper {
	display: flex;
	justify-content: space-between;
	color: #fff;
}

footer .logo {
	width: 205px;
	height: 99px;
	margin-right: 30px;
}

footer nav + div {
	display: flex;
	flex-direction: column;
	/*margin-left: auto;*/
}

footer nav + div > * {
	margin-bottom: 15px;
}

footer nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100px;
	width: 500px;
	/*flex: 1;*/
	margin: 0 auto 0;
}

footer nav a {
	font: 1.6rem "Proxima Nova Cn Lt";
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 30px;
	margin-bottom: 20px;
}

.form {
	background: #f20044;
	padding: 30px;
	border-radius: 20px;
	color: #fff;
}

.form .inputs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.form .inputs > * {
    width: 48%;
    color: #fff;
}

.form input {
	padding: 12px 20px;
    border-radius: 16px;
    margin-bottom: 15px;
    border: 2px solid #fff;
}

.form .button {
	text-align: center;
	border: 2px solid #fff;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.form .inputs span {
	font-size: 12px;
}

.form h4 {
	font: 3rem "Proxima Nova Cn Th";
	font-weight: 800;
	margin-bottom: 30px;
}

@media screen and (max-width: 1230px) {
	.form-order:before {
	    width: 480px;
	    height: 400px;
		background-size: contain;
		left: auto;	    
		right:0;
	}
}

@media screen and (max-width: 1175px) {
	footer .wrapper {
    	flex-wrap: wrap;
    	justify-content: flex-start;
    	align-items: center;
	}
	footer nav {
	    width: 100%;
	    margin: 30px auto 50px;
	    flex-direction: row;
	    justify-content: space-between;
	    height: auto;
	}
	footer nav a {
	    margin-right: 0;
	    margin-bottom: 0;
	}
	footer nav + div {
	    flex-direction: row;
	    gap: 40px;
	}
}

@media screen and (max-width: 980px) {
	.navbar a {
	    font-size: 2rem;
	}
	.slider h2 {
		font-size: 4rem;
		max-width: 600px;
		margin-left: 0;
	}
	.preview .statistic {
	    width: 100%;
	}
	.preview .info {
	    width: 100%;
	    margin-top: 35px;
	}
	.slider h2 span {
		display: block;
	}
	.feedback .flow > div {
	    flex-basis: auto;
	}
}

@media screen and (max-width: 890px) {
	.mobile-header {
		display: flex;
		padding: 15px 20px;
		align-items: center;
        gap: 15px;
	}

	.desktop-header {
		position: fixed;
		width: 100%;
		top:0;
		right: 0;
		transform: translateX(100%);
		height: 100%;
		border-radius: 15px 0 0 15px;
		overflow: hidden;
		z-index: 999;
		transition-duration: 0.5s;
	}

	.desktop-header .logo, .desktop-header .logo + span {
		display: none;
	}

	.desktop-header .headbar {
		background: #0000fc;
		padding-top: 60px;
	}

	.navbar {
	    height: 100%;
	    background: #0000fc;;
	}

	.navbar a {
        font-size: 4rem;
    }

	.navbar nav {
	    display: flex;
	    justify-content: space-between;
	    flex-direction: column;
	    align-items: end;
	}



	.desktop-header.is-show {
		transform: translateX(0);
	}

	.menu-button {
	  position: fixed;
	  right:10px;
	  width: 40px;
	  padding: 0 5px;
	  top:20px;
	  height: 26px;
	  z-index: 7777;
	  color: hsl(var(--accents-color), 34%, 48%);
	  transition-duration: 0.5s;
	  background: #0000fc;
	  border-radius: 4px;
	}
	.menu-button .line {
	  transition-duration: 0.5s;
	  position: absolute;
	  height: 2px;
	  width: 30px;
	  top: 50%;
	  margin-top: -1px;
	  background-color: currentColor;
	}
	.menu-button .line:before {
	  transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 2px;
	  background-color: currentColor;
	  content: "";
	  top: -6px;
	}
	.menu-button .line:after {
	  transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 2px;
	  background-color: currentColor;
	  content: "";
	  top: 6px;
	}
	.menu-button.open .line {
	  transition-duration: 0.5s;
	  transform: rotateZ(-180deg);
	}
	.menu-button.open .line:before {
		width: 20px;
	  transform: rotateZ(-45deg) scaleX(0.75) translate(-6px, -3px);
	}
	.menu-button.open .line:after {
		width: 20px;
	  transform: rotateZ(45deg) scaleX(0.75) translate(-6px, 3px);
	}
	.menu-button:hover {
	  cursor: pointer;
	}

}

@media screen and (max-width: 800px) {
	.services .flex > div {
	    width: 100%;
	}
	.form-order .wrapper > div > div {
	    width: 100%;
	}
	h3 {
	    font-size: 4rem;
	    max-width: 500px;
	}
	.form-order {
	    overflow: hidden;
	}

	.form-order:before {
        right: -100px;
    }
    .tabs-box > div a, .howwork .wrapper > div > div {
	    flex-basis: auto;
	    width: 48%;
	}
}

@media screen and (max-width: 650px) {
	footer nav + div {
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }

    footer nav + div br {
    	display: none;
    }

    footer nav a {
    	padding: 10px;
    }
    footer nav {
        justify-content: center;
    }
    footer .wrapper {
        justify-content: center;
    }
    .form-girl .button {
	    min-width: auto;
	    margin-left: 0 !important;
	}
	.buttons-box .button {
	    margin-left: 0 !important;
	}
}

@media screen and (max-width: 590px) {
	.headbar {
	    flex-direction: column;
	    align-items: flex-end;
	    gap:10px;
	    padding-top: 80px;
	    padding-right: 40px;
	}
	.headbar .phone {
		margin-top: 25px;
	}
	.headbar br {
		display: none;
	}
	.counters span {
	    font-size: 3.4rem;
	}

}

@media screen and (max-width: 530px) {
	.howwork .wrapper > div > div {
        width: 100%;
    }
    h3 {
        font-size: 3rem;
    }
    .slider .item {
    background-position: 80% 50%;
	}
	.button {
	    font-size: 1.6rem;
	    padding: 10px 20px 10px;
	}
}

@media screen and (max-width: 420px) {
	.counters span {
        font-size: 2.6rem;
    }
    footer .logo {
	    margin-right: 0;
	}
	footer .logo + span {
		text-align: center;
	}
	.slider .price span {
	    font-size: 2.8rem;
	    margin-right: 20px;
	}
	.slider .price b {
	    font-size: 3.2rem;
	}
	.slider .firm li {
	    font-size: 1.6rem;
	}
	.slider h2 {
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 375px) {
	.form-order:before {
        right: -190px;
    }
    h3 {
        font-size: 2.6rem;
    }
    .tabs-box > div a {
        width: 100%;
    }
    header .logo + span {
	    font-size: 14px;
	    line-height: 120%;
	}
	header .logo {
	    width: 115px;
	    height: 55px;
	}

}