/*
Theme name: TouchMeHome
Description: современный текстиль для дома
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/

@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNova-Regular/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
	url('fonts/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/ProximaNova-Regular/ProximaNova-Regular.woff') format('woff'),
	url('fonts/ProximaNova-Regular/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot');
	src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
	url('fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
	url('fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff') format('woff'),
	url('fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNova-Bold/ProximaNova-Bold.eot');
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
	url('fonts/ProximaNova-Bold/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/ProximaNova-Bold/ProximaNova-Bold.woff') format('woff'),
	url('fonts/ProximaNova-Bold/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}



:root {

	--red: #F55;
	--grey: #343434;
	--blue: #356DED;

	--anim: all .3s ease;

}



*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background: rgba(255, 255, 255, .9);
	font: 14px/1.5 'Proxima Nova', Arial, sans-serif;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1500px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
	border-top: 0px solid transparent;
}
.container:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea, button {
	font-family: 'Proxima Nova', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: #000;
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 21px;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 20px;
	color: #000;
	font-size: 25px;
	line-height: 29px;
}
.text h3 {
	font-size: 22px;
}
.text h4, .text h5 {
	font-size: 20px;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid #373737;
	padding: 10px;
}
.text ul, .text ol {
	margin: 0 0 25px 20px;
}
.text li {
	margin-bottom: 7px;
}


.head {
	margin-bottom: 32px;
	font-weight: bold;
	font-size: 44px;
	line-height: 1.2;
	color: #343434;
	text-align: center;
}

.wrapper {
	position: relative;
}
.wrapper .container {
	position: relative;
	z-index: 20;
}
.wrapper__block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
	z-index: 1;
}
.wrapper__block img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.button {
	display: block;
	width: auto;
	margin: 0 auto;
	min-height: 64px;
	padding: 19px 40px 20px 40px;
	background: var(--grey);
	border: none;
	outline: none;
	border-radius: 2px;
	font-weight: bold;
	font-size: 25px;
	line-height: 32px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	transition: var(--anim);
	cursor: pointer;
}
.button:hover {
	background: var(--red);
	border-color: var(--red);
}




.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}







.top-line {
	display: block;
	width: 100%;
	padding: 8px;
	background: #F2F2F2;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.1;
	color: #356DED;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
}
.top-line:hover {
	color: #000;
}

.header {
	padding-top: 32px;
	padding-bottom: 32px;
}
.header .container {
	align-items: center;
}
.header__logo {
	min-width: 220px;
	min-height: 45px;
	padding-top: 28px;
	background: url('i/bg-logo.svg') center top no-repeat;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #000;
}
.header__info {
	align-items: center;
	margin-left: auto;
}
.header__contact {
	margin-right: 8px;
}
.header__phone,
.header__email,
.header__ig {
	display: block;
	margin-bottom: 12px;
	padding-left: 24px;
	position: relative;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000;
	text-decoration: none;
}
.header__phone::before,
.header__whatsapp::before,
.header__email::before,
.header__ig::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	-webkit-background-size: contain;
	background-size: contain;
}
.header__phone::before {
	background: url('i/bg-icon-phone.svg') center no-repeat;
}
.header__whatsapp {
	display: block;
	padding-left: 24px;
	position: relative;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #5BB45F;
	text-decoration: none;
}
.header__whatsapp::before {
	background: url('i/bg-icon-whatsapp.svg') center no-repeat;
}
.header__email::before {
	background: url('i/bg-icon-email.svg') center no-repeat;
}
.header__ig::before {
	background: url('i/bg-icon-ig.svg') center no-repeat;
}



.header__get-price {
	min-height: 44px;
	background: #FF5555;
	padding: 12px 10px 11px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	color: #FFF;
}
.header__get-price:hover {
	background: #222;
}











/* Hero ----------------------------------------------------------------------------- */
.hero {
	min-height: 674px;
	padding-top: 170px;
	padding-bottom: 80px;
}
.hero__head {
	max-width: 800px;
	margin: 0 auto 8px;
	font-weight: bold;
	font-size: 48px;
	line-height: 1.2;
	color: #000;
	text-align: center;
}
.hero__head span {
	color: var(--red);
}
.hero--home .hero__head {
	max-width: 900px;
}
.hero__subhead {
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 25px;
	line-height: 1.2;
	text-align: center;
	color: #343434;
}
.hero__desc {
	max-width: 800px;
	margin: 0 auto 24px;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: var(--grey);
}
















/* Who we are ----------------------------------------------------------------------------- */
.who {
	padding-top: 110px;
	padding-bottom: 80px;
}
.who__list {
	padding-top: 16px;
	width: calc(100% + 32px);
	margin-left: -16px;
}
.who-item {
	width: calc(33.3% - 32px);
	margin: 0 16px 30px;
}
.who-item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 16px;
}
.who-item__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.who-item__desc {
	max-width: 420px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	color: #000;
}
.who-item__desc span {
	display: block;
}














/* What we doing ----------------------------------------------------------------------------- */
.what--home {
	background: #F0F2F7;
}
.what .container {
	padding-top: 110px;
	padding-bottom: 80px;
}
.what--home .container {
	padding-top: 80px;
}
.what .container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 2px;
	background: #DCDCDC;
}
.what--home .container::before {
	display: none;
}
.what__list {
	padding-top: 16px;
	width: calc(100% + 32px);
	margin-left: -16px;
}
.what-item {
	width: calc(25% - 32px);
	max-width: 256px;
	margin: 0 16px 30px;
}
.what-item__link {
	display: block;
	text-decoration: none;
}
.what-item__title {
	display: block;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	color: #343434;
	text-align: center;
}
.what-item__thumb {
	display: block;
	width: 100%;
	height: 264px;
	margin-bottom: 20px;
}
.what-item__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.what-item__more {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	color: var(--blue);
	transition: var(--anim);
}
.what-item__more::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 12px;
	margin-left: 16px;
	background: var(--blue);
	-webkit-mask: url("i/bg-icon-arrow.svg") center no-repeat;
	mask: url("i/bg-icon-arrow.svg") center no-repeat;
	transition: var(--anim);
}
.what-item__link:hover .what-item__more {
	color: #343434;
}
.what-item__link:hover .what-item__more::after {
	background: #343434;
}










/* Step ----------------------------------------------------------------------------- */
.step .container {
	padding-top: 110px;
	padding-bottom: 110px;
}
.step .container::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 2px;
	background: #DCDCDC;
}
.step__wrapper {
	max-width: 1400px;
	min-height: 960px;
	margin: 0 auto;
	position: relative;
	counter-reset: step;
}
.step-item {
	position: absolute;
	max-width: 570px;
	counter-increment: step;
}
.step-item--one {
	top: 68px;
	left: 0;
}
.step-item--two {
	top: 24px;
	right: 240px;
}
.step-item--three {
	top: 294px;
	right: 0;
}
.step-item--four {
	top: 484px;
	right: 470px;
}
.step-item--five {
	top: 774px;
	left: 0;
}

.step-item::before {
	content: counter(step);
	position: absolute;
	top: 28px;
	left: 64px;
	width: 44px;
	height: 44px;
	background: #000;
	border-radius: 50%;
	font-size: 24px;
	line-height: 44px;
	color: #FFF;
	text-align: center;
}

.step-item::after {
	content: '';
	position: absolute;
	pointer-events: none;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: -1;
}
.step-item--one::after {
	top: -96px;
	left: 72px;
	width: 640px;
	height: 128px;
	background-image: url('i/bg-step-line-one.svg');
}
.step-item--two::after {
	top: calc(100% + 20px);
	left: -534px;
	width: 995px;
	height: 590px;
	background-image: url('i/bg-step-line-two.svg');
}

.step-item__icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 12px;
}
.step-item__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.step-item__title {
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
	color: #000;
}
.step-item__desc {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	color: var(--grey);
}












/* Work ----------------------------------------------------------------------------- */
.c-work {
	padding-top: 90px;
	padding-bottom: 60px;
	background: #F0F2F7;
	overflow: hidden;
}
.c-work__list {
	width: calc(100% + 40px);
	margin-left: -20px;
	position: relative;
}
.c-work__list .slick-list {
	overflow: hidden;
}
.c-work-item {
	float: left;
	width: calc(25% - 40px);
	margin: 0 20px;
	outline: none;
}
.c-work-item a,
.c-work-item img {
	display: block;
	width: 100%;
	height: auto;
	outline: none;
}

.c-work__list .slick-arrow {
	position: absolute;
	top: calc(50% - 14px);
	width: 16px;
	height: 28px;
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 0;
	z-index: 40;
}
.c-work__list .slick-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--red);
	-webkit-mask: url("i/bg-icon-arrow.svg") center no-repeat;
	mask: url("i/bg-icon-arrow.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: var(--anim);
}
.c-work__list .slick-prev {
	left: -46px;
}
.c-work__list .slick-next {
	right: -46px;
}
.c-work__list .slick-prev::before {
	transform: rotate(180deg);
}
.c-work__list .slick-arrow:hover::before {
	background: var(--blue);
}












/* Cloth ----------------------------------------------------------------------------- */
.c-cloth {
	padding-top: 110px;
	padding-bottom: 88px;
	overflow: hidden;
}
.c-cloth__list {
	width: calc(100% + 40px);
	margin-left: -20px;
}
.c-cloth__list .slick-list {
	overflow: hidden;
}
.c-cloth__list .slick-arrow {
	position: absolute;
	top: calc(50% - 56px);
	width: 16px;
	height: 28px;
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 0;
	z-index: 40;
}
.c-cloth__list .slick-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--red);
	-webkit-mask: url("i/bg-icon-arrow.svg") center no-repeat;
	mask: url("i/bg-icon-arrow.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: var(--anim);
}
.c-cloth__list .slick-prev {
	left: -46px;
}
.c-cloth__list .slick-next {
	right: -46px;
}
.c-cloth__list .slick-prev::before {
	transform: rotate(180deg);
}
.c-cloth__list .slick-arrow:hover::before {
	background: var(--blue);
}
.c-cloth-item {
	float: left;
	width: calc(20% - 40px);
	margin: 0 20px;
}
.c-cloth-item__photo {
	display: block;
	width: 210px;
	height: 210px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 24px;
}
.c-cloth-item__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-cloth-item__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	text-align: center;
}

.c-cloth__more {
	display: block;
	width: 280px;
	min-height: 68px;
	margin: 48px auto 0;
	padding: 18px;
	background: #FFF;
	border: 1px solid var(--grey);
	border-radius: 2px;
	outline: none;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: var(--grey);
	text-decoration: none;
	transition: var(--anim);
}
.c-cloth__more:hover {
	background: var(--grey);
	color: #fff;
}









/* applic ----------------------------------------------------------------------------- */
.c-applic {
	padding-top: 140px;
	padding-bottom: 150px;
}
.c-applic--home {
	padding-top: 72px;
	padding-bottom: 72px;
}
.c-applic__head {
	color: #fff;
}
.c-applic--bottom .c-applic__head {
	max-width: 980px;
	margin: 0 auto 28px;
}
.c-applic__subhead {
	margin-top: -28px;
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
}
.c-applic__button {
	background: var(--red);
}
.c-applic__button:hover {
	background: var(--grey);
}
.c-applic-form {
	max-width: 470px;
	margin: 0 auto;
}
.c-applic-form__label {
	margin-bottom: 20px;
	position: relative;
}
.c-applic-form__label input,
.c-applic-form__label textarea {
	display: block;
	width: 100%;
	height: 60px;
	background: #FFF;
	border: 1px solid #DCDCDC;
	outline: none;
	border-radius: 2px;
	padding-left: 20px;
	padding-right: 8px;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.c-applic-form__label textarea {
	height: 80px;
	padding-top: 8px;
	resize: none;
}
.c-applic-form__submit input.button {
	width: 100%;
	background: var(--red);
}
.c-applic-form__submit input.button:hover {
	background: var(--grey);
}










	/* Advantage ----------------------------------------------------------------------------- */
.c-advantage {
	padding-top: 110px;
	padding-bottom: 70px;
	overflow: hidden;
}
.c-advantage__list {
	justify-content: center;
	width: calc(100% + 48px);
	margin-left: -24px;
}
.c-advantage-item {
	width: calc(33.3% - 48px);
	margin: 0 24px 40px;
}
.c-advantage-item__icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
}
.c-advantage-item__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.c-advantage-item__title {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
	color: var(--red);
}
.c-advantage-item__desc {
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	color: var(--grey);
}










/* Prof ----------------------------------------------------------------------------- */
.c-prof {
	padding-top: 72px;
	padding-bottom: 32px;
	overflow: hidden;
	background: #F0F2F6;
}
.c-prof-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 48%;
	max-width: 560px;
	margin-bottom: 80px;
}
.c-prof-item__icon {
	width: 62px;
	height: 62px;
}
.c-prof-item__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.c-prof-item__info {
	width: calc(100% - 96px);
}
.c-prof-item__title {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
}
.c-prof-item__desc {
	font-size: 16px;
	line-height: 1.25;
	color: var(--grey);
}





/* Manager ----------------------------------------------------------------------------- */
.manager {
	padding-top: 110px;
	padding-bottom: 100px;
	overflow: hidden;
}
.manager__subhead {
	margin-top: -16px;
	margin-bottom: 96px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: var(--grey);
	text-align: center;
}
.manager__list {
	justify-content: flex-start;
	width: calc(100% + 48px);
	margin-left: -24px;
	position: relative;
}
.manager-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: calc(50% - 48px);
	margin: 0 24px 48px;
}
.manager-item__photo {
	width: 220px;
	height: 220px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.manager-item__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.manager-item__info {
	width: calc(100% - 250px);
}
.manager-item__title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
}
.manager-item__title span {
	color: var(--red)
}
.manager-item__desc {
	font-size: 18px;
	line-height: 1.2;
	color: var(--grey);
}






.c-test {
	padding-top: 110px;
	padding-bottom: 110px;
	overflow: hidden;
}
.c-test__info {
	width: 50%;
	max-width: 720px;
}
.c-test__head {
	font-weight: 600;
}
.c-test__box {
	width: 48%;
	max-width: 620px;
	background: #FFF;
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
}
.c-test__button {
	background: var(--red);
}
.c-test__button:hover {
	background: var(--grey);
}







.delivery-type .container {
	padding-top: 60px;
	padding-bottom: 80px;
}
.delivery-type .container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 2px;
	background: #DCDCDC;
}
.delivery-type__list {
	justify-content: center;
	width: calc(100% + 30px);
	margin-left: -15px;
}
.delivery-type-item {
	width: calc(33.3% - 30px);
	min-height: 224px;
	margin: 0 15px 30px;
	background: #F0F2F6;
	border-radius: 3px;
	padding: 40px;
}
.delivery-type-item__title {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	text-align: center;
}
.delivery-type-item__body {
	font-size: 16px;
	line-height: 1.2;
	color: var(--grey);
}
.delivery-type-item__body--half {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.delivery-type-item__point {
	width: 100%;
}
.delivery-type-item__body--half .delivery-type-item__point {
	width: 48%;
}
.delivery-type-item__logo {
	margin-bottom: 8px;
}
.delivery-type-item__logo img {
	display: inline-block;
}
.delivery-type-item__logo img + img {
	margin-left: 10px;
}

.delivery-type-item__all-world {
	max-width: 300px;
	margin: 0 auto;
	position: relative;
	padding-left: 50px;
}
.delivery-type-item__all-world::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url('i/bg-icon-planet.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}








.faq .container {
	padding-top: 110px;
	padding-bottom: 100px;
	overflow: hidden;
}
.faq .container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 2px;
	background: #DCDCDC;
}
.faq__list {
	padding-top: 32px;
	counter-reset: faq;
}
.faq-item {
	margin-bottom: 10px;
	position: relative;
	counter-increment: faq;
}
.faq-item__head {
	background: #F0F2F6;
	border-radius: 3px;
	padding: 20px 96px;
	position: relative;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	cursor: pointer;
}
.faq-item__head::before {
	content: counter(faq)".  ";
	display: inline-block;
	margin-right: 4px;
}
.faq-item__head::after {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 36px;
	width: 28px;
	height: 16px;
	background: var(--red);
	-webkit-mask: url('i/bg-icon-faq-arrow.svg') center no-repeat;
	mask: url('i/bg-icon-faq-arrow.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: var(--anim);
}
.faq-item:hover .faq-item__head::after {
	background: var(--grey);
}
.faq-item.active .faq-item__head::after {
	transform: scale(1, -1);
}
.faq-item__body {
	max-height: 0;
	overflow: hidden;
	transition: all .5s ease;
}
.faq-item.active .faq-item__body {
	max-height: 4000px;
}
.faq-item__text {
	padding: 20px 96px 8px;
	font-size: 16px;
	line-height: 1.5;
}










/* footer ---------------------------------------------------------------------------------------- */
.footer {
	padding-top: 56px;
	padding-bottom: 128px;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #000;
}
.footer__contact {
	width: 100%;
	justify-content: space-around;
	margin-bottom: 48px;
}
.footer__contact .header__whatsapp {
	margin-bottom: 12px;
}
.footer__info {
	margin-bottom: 24px;
}
.footer__copy {
	margin-bottom: 20px;
}










/* Всплывающие окна */
.overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: relative;
	width: 92%;
	max-width: 560px;
	max-height: 96vh;
	overflow: hidden;
	overflow-y: visible;
	padding: 56px 48px;
	background: #F0F2F6;
	box-shadow: 0 4px 35px rgba(122, 133, 155, 0.6);
	border-radius: 3px;
	z-index: 9999;
}
.popup__close {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 100%;
		  border-radius: 100%;
	position: absolute;
	background: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #363636;
	top: -11px;
	right: -11px;
	cursor: pointer;
}
.popup__close:hover {
	background: #FFF;
	color: #000;
}

/* Форма */


input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
.popup-body input.wpcf7-not-valid {
	border: 1px solid #c00;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1600px) {

	.c-work__list,
	.c-cloth__list {
		width: calc(100% + 20px);
		margin-left: -10px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.c-work__list .slick-prev,
	.c-cloth__list .slick-prev {
		left: 0;
	}
	.c-work__list .slick-next,
	.c-cloth__list .slick-next {
		right: 0;
	}

}









@media screen and (max-width:1400px) {

	.head {
		font-size: 40px;
	}


	.step-item--two {
		top: 24px;
		right: 0;
	}

	.step-item--three::before {
		top: 16px;
    	left: 440px;
	}


	.delivery-type-item {
		min-height: 180px;
		padding: 30px;
	}
	.delivery-type-item__title {
		margin-bottom: 24px;
	}

}









@media screen and (max-width:1200px) {

	.hero {
		min-height: 640px;
		padding-top: 160px;
	}
	.hero__head {
		font-size: 40px;
	}
	.hero--home .hero__head {
		max-width: 800px;
	}


	.c-advantage {
		padding-top: 80px;
	}


	.what-item__thumb {
		height: 240px;
	}


	.step .container {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.step-item {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		margin-bottom: 24px;
	}
	.step-item:nth-child(even) {
		margin-left: auto;
	}
	.step-item::after {
		display: none;
	}
	.step-item--three::before {
		top: 28px;
		left: 64px;
	}


	.manager {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.manager__subhead {
		margin-bottom: 40px;
	}
	.manager-item__photo {
		width: 160px;
		height: 160px;
	}
	.manager-item__info {
		width: calc(100% - 176px);
	}


	.c-test {
		padding-top: 80px;
		padding-bottom: 80px;
	}


	.delivery-type-item {
		width: calc(50% - 30px);
	}


	.faq .container {
		padding-top: 80px;
		padding-bottom: 60px;
	}


	.c-applic {
		padding-top: 100px;
		padding-bottom: 100px;
	}



	.c-cloth-item {
		margin-bottom: 0;
	}
	.c-cloth-item__photo {
		width: 160px;
		height: 160px;
	}



}










@media screen and (max-width:1050px) {

	.head {
		font-size: 36px;
	}
	.button {
		min-height: 56px;
		padding: 16px 20px 17px 20px;
		font-size: 22px;
	}


	.what-item__title {
		margin-bottom: 8px;
		font-size: 20px;
	}


	.c-work {
		padding-top: 64px;
	}




}












@media screen and (max-width:900px) {

	.hero {
		min-height: 480px;
		padding-top: 80px;
		padding-bottom: 64px;
	}
	.hero__head {
		font-weight: 600;
		font-size: 36px;
	}


	.c-advantage-item {
		width: calc(50% - 48px);
	}


	.what .container {
		padding-top: 80px;
		padding-bottom: 10px;
	}
	.what__list {
		justify-content: space-around;
	}
	.what-item {
		width: calc(50% - 32px);
		margin-bottom: 48px;
	}


	.manager-item__photo {
		width: 120px;
		height: 120px;
	}
	.manager-item__info {
		width: calc(100% - 136px);
	}
	.manager-item__title {
		margin-bottom: 12px;
	}


	.c-test__info {
		width: 100%;
		max-width: 100%;
	}
	.c-test__box {
		width: 100%;
		margin: 20px auto 0;
	}


	.delivery-type-item:first-child {
		width: calc(100% - 30px);
	}


	.who {
		padding-top: 80px;
		padding-bottom: 48px;
	}
	.who__list {
		justify-content: center;
		padding-top: 0;
	}
	.who-item {
		width: calc(50% - 32px);
	}


	.c-cloth {
		padding-top: 80px;
		padding-bottom: 56px;
	}

}












@media screen and (max-width:750px) {

	.head {
		font-size: 32px;
	}


	.hero {
		min-height: 400px;
		padding-bottom: 56px;
	}
	.hero__head {
		font-size: 30px;
	}
	.hero--home .hero__head {
		max-width: 600px;
	}
	.hero__desc {
		font-size: 18px;
	}


	.c-advantage-item__title {
		font-weight: 600;
		font-size: 18px;
	}


	.manager__list {
		width: 100%;
		margin-left: 0;
	}
	.manager-item {
		width: 100%;
		margin: 0 0 40px;
	}


	.delivery-type .container {
		padding-bottom: 40px;
	}
	.delivery-type-item {
		min-height: 160px;
		padding: 24px;
	}


	.faq__list {
		padding-top: 0;
	}
	.faq-item__head {
		padding: 16px 72px;
	}
	.faq-item__text {
		padding: 16px 16px 8px 72px;
	}


	.c-cloth-item__photo {
		width: 144px;
		height: 144px;
	}


	.c-prof-item {
		width: 100%;
	}


	.popup {
		padding: 32px 24px;
	}


}












@media screen and (max-width:600px) {

	.head {
		font-size: 28px;
	}


	.header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header__logo {
		margin: 0 auto 16px;
	}
	.header .header__contact {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 0 8px;
	}



	.hero__head {
		font-size: 24px;
	}
	.hero__subhead {
		font-size: 20px;
	}


	.c-advantage {
		padding-top: 56px;
		padding-bottom: 16px;
	}
	.c-advantage-item {
		width: calc(100% - 48px);
	}


	.step .container {
		padding-top: 56px;
		padding-bottom: 32px;
	}
	.step-item::before,
	.step-item--three::before {
		top: 8px;
		left: 12px;
	}


	.c-applic {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.c-applic--home {
		padding-top: 48px;
		padding-bottom: 48px;
	}


	.manager {
		padding-top: 56px;
		padding-bottom: 16px;
	}


	.delivery-type-item {
		width: calc(100% - 30px);
		margin-bottom: 24px;
	}


	.faq .container {
		padding-top: 56px;
		padding-bottom: 32px;
	}
	.faq-item__head {
		padding: 16px 56px 16px 32px;
		font-size: 18px;
	}
	.faq-item__head::after {
		right: 20px;
	}
	.faq-item__text {
		padding: 16px 16px 8px 32px;
	}


	.who {
		padding-top: 56px;
		padding-bottom: 32px;
	}
	.who-item {
		width: calc(100% - 32px);
	}
	.who-item__icon {
		width: 44px;
		height: 44px;
		margin-bottom: 12px;
	}
	.c-cloth__more {
		width: 240px;
		min-height: 56px;
		margin-top: 40px;
		padding: 16px;
		font-size: 20px;
		line-height: 24px;
	}


	.footer {
		padding-top: 20px;
		padding-bottom: 32px;
	}


}












@media screen and (max-width:450px) {

	.head {
		font-size: 22px;
	}
	.button {
		min-height: 40px;
		padding: 11px 20px 12px 20px;
		font-weight: 600;
		font-size: 14px;
		line-height: 18px;
	}


	.hero {
		min-height: 360px;
		padding-top: 48px;
		padding-bottom: 40px;
	}
	.hero__head {
		font-size: 22px;
	}
	.hero__subhead {
		font-size: 18px;
	}
	.hero__desc {
		font-size: 14px;
	}


	.c-advantage-item {
		margin-bottom: 32px;
	}
	.c-advantage-item__icon {
		width: 44px;
		height: 44px;
		margin-bottom: 12px;
	}
	.c-advantage-item__desc {
		font-size: 14px;
	}


	.what__list {
		padding-top: 0;
		width: 100%;
		margin-left: 0;
	}
	.what-item {
		width: 100%;
		max-width: 264px;
		margin: 0 auto 48px;
	}
	.what-item__thumb {
		margin-bottom: 10px;
	}
	.what-item__more {
		font-weight: 600;
		font-size: 16px;
	}


	.step-item {
		margin-bottom: 44px;
	}
	.step-item::before {
		width: 40px;
		height: 40px;
		line-height: 42px;
	}
	.step-item__icon {
		width: 56px;
		height: 56px;
	}
	.step-item__title {
		font-size: 18px;
	}
	.step-item__desc {
		font-size: 14px;
	}


	.manager__subhead {
		font-size: 15px;
	}
	.manager-item__title {
		font-size: 18px;
	}
	.manager-item__desc {
		font-size: 15px;
	}


	.delivery-type-item__body--half .delivery-type-item__point {
		width: 100%;
	}
	.delivery-type-item__body--half .delivery-type-item__point + .delivery-type-item__point {
		margin-top: 16px;
	}


	.faq .container {
		padding-top: 48px;
	}
	.faq-item__head {
		padding: 16px 40px 16px 16px;
	}
	.faq-item__head::after {
		right: 12px;
	}
	.faq-item__text {
		padding: 16px 8px 8px 16px;
	}



	.c-applic-form__label input {
		height: 50px;
	}


	.c-cloth-item {
		width: calc(20% - 24px);
		margin: 0 12px;
	}
	.c-cloth-item__photo {
		width: 120px;
		height: 120px;
		margin-bottom: 12px;
	}
	.c-cloth-item__title {
		font-size: 18px;
	}


	.c-prof-item {
		display: block;
		margin-bottom: 48px;
	}
	.c-prof-item__icon {
		margin: 0 auto 12px;
	}
	.c-prof-item__info {
		width: 100%;
		text-align: center;
	}
	.c-prof-item__title {
		font-size: 18px;
	}



	.popup {
		padding: 24px 16px 16px;
	}


}












/* END ============================================================= */

