/*
Theme name: Volosy Voevodins
Description: Описание
Author: Aleksandrlao
Author URI: http://alao.pp.ua
*/


@font-face {
	font-family: 'Circe';
	src: url('fonts/Circe-Light/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('fonts/Circe-Light/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Circe-Light/Circe-Light.woff') format('woff'),
		url('fonts/Circe-Light/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

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

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



:root {
	--grey: #505050;
	--milk: #C4C4C4;
	--milk2: #F6E9E4;
	--milk3: #CBA686;
}



*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

html {
	font-size: 20px;
}

body {
	color: #505050;
	font: 18px/1.45 'Circe', Arial, sans-serif;
}

body.nav-active {
	overflow: hidden;
}

.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}

.wrapper {
	overflow: hidden;
}

.container {
	width: 100%;
	min-width: 320px;
	max-width: 1300px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0 auto;
	position: relative;
	border-top: 0 solid transparent;
	z-index: 10;
}

.container--lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border-left: 1px solid rgba(80, 80, 80, .1);
	border-right: 1px solid rgba(80, 80, 80, .1);
	z-index: -10;
}

.container--lines::before {
	content: '';
	position: absolute;
	top: 0;
	left: 25%;
	width: 25%;
	height: 100%;
	border-left: 1px solid rgba(80, 80, 80, .1);
}

.container--lines::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 25%;
	height: 100%;
	border-left: 1px solid rgba(80, 80, 80, .1);
	border-right: 1px solid rgba(80, 80, 80, .1);
	z-index: -10;
}

.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,
select {
	font-family: 'Circe', Arial, sans-serif;
}

input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}

input.valid {
	border: 1px solid #339e36 !important;
}

input:focus {
	color: #000;
}

input::-webkit-input-placeholder {
	color: var(--grey);
}

input::-moz-placeholder {
	color: var(--grey);
}

input:-moz-placeholder {
	color: var(--grey);
}

input:-ms-input-placeholder {
	color: var(--grey);
}






.text {
	overflow: hidden;
}

.text p {
	margin-bottom: 21px;
}

.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	margin-bottom: 20px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.2;
}

.text h3 {
	font-size: 1.2rem;
}

.text h4,
.text h5 {
	font-size: 1rem;
}

.text h6 {
	font-size: 0.9rem;
}

.text table {
	width: 100%;
	border-collapse: collapse;
}

.text table tr td {
	border: 1px solid var(--grey);
	padding: 10px;
}

.text ul,
.text ol {
	margin: 0 0 24px 20px;
}

.text li {
	margin-bottom: 8px;
}


.head {
	display: block;
	width: 100%;
	margin-bottom: 1.5rem;
	font-weight: 300;
	font-size: 1.9rem;
	line-height: 1.45;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--grey);
}

.button {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 18px 32px 16px;
	background: transparent;
	border: 1px solid #DCD7D3;
	outline: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 3px;
	color: var(--grey);
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s ease;
}

.button:hover {
	background: var(--grey);
	border-color: var(--grey);
	color: #fff;
}


.slick-list,
.slick-track {
	overflow: hidden;
	position: relative;
}

.slick-arrow {
	position: absolute;
	top: calc(50% - 14px);
	width: 28px;
	height: 28px;
	border: none;
	background-color: transparent;
	outline: none;
	font-size: 0;
	z-index: 40;
	cursor: pointer;
	transition: all .3s ease;
}

.slick-prev {
	left: -58px;
}

.slick-next {
	right: -58px;
}

.slick-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #DCD7D3;
	-webkit-mask: url('i/bg-icon-slider-arrow.svg') center no-repeat;
	mask: url('i/bg-icon-slider-arrow.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}

.slick-prev::before {
	transform: rotate(180deg);
}

.slick-arrow:hover::before {
	background: var(--grey);
}

.slick-dots {
	position: absolute;
	bottom: 16px;
	left: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: calc(100% - 60px);
	list-style: none;
}

.slick-dots li {
	margin: 0 8px;
}

.slick-dots button {
	display: block;
	width: 5px;
	height: 5px;
	border: none;
	outline: none;
	border-radius: 50%;
	background: var(--grey);
	position: relative;
	font-size: 0;
	cursor: pointer;
}

.slick-dots button::before {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border-radius: 50%;
	border: 1px solid transparent;
	transition: all .3s ease;
}

.slick-dots li.slick-active button::before,
.slick-dots button:hover::before {
	border-color: var(--grey);
}



.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;
}



/* Header ----------------------------------------------------------------------------- */
.header {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

.header .container {
	align-items: center;
}

.header--mobile {
	display: none;
}

.header__logo {
	display: block;
	width: 248px;
	height: 42px;
	background: url('i/bg-logo.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.header__nav-btn {
	display: none;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}

.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 2px;
	border-radius: 3px;
	background: var(--grey);
	margin: 8px 0 0;
	position: relative;
}

.header__nav-btn span::before,
.header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 2px;
	border-radius: 3px;
	background: var(--grey);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header__nav-btn span::before {
	top: -8px;
}

.header__nav-btn span::after {
	bottom: -8px;
}

.nav-active .header__nav-btn span {
	background: transparent;
}

.nav-active .header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.nav-active .header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}


.header__nav {}

.header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.header__nav li {
	margin: 0 2px;
}

.header__nav a {
	display: block;
	padding: 6px 15px 4px;
	border-radius: 20px;
	color: var(--grey);
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
	transition: all .3s ease;
}

.header__nav li.current-menu-item a,
.header__nav a:hover {
	background: #F6E9E4;
}

.header__nav li.current-menu-item a {
	font-weight: normal;
}


.header-phone {
	position: relative;
}

.header-phone__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.header-phone__item {
	display: block;
	font-size: 24px;
	line-height: 1.4;
	color: var(--grey);
	text-decoration: none;
}

.header-phone__button {
	display: block;
	width: 12px;
	height: 7px;
	margin-top: -4px;
	margin-left: 10px;
	background: var(--grey);
	border: none;
	outline: none;
	-webkit-mask: url('i/bg-icon-drop-down.svg') center no-repeat;
	mask: url('i/bg-icon-drop-down.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	cursor: pointer;
	transition: all .3s ease;
}

.header-phone__button:hover {
	background: var(--milk3);
}

.header-phone__other {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}

.header-phone.is-active .header-phone__other {
	top: 32px;
	opacity: 1;
	pointer-events: auto;
}


.header-lang {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.header-lang__item {
	display: inline-block;
	position: relative;
	margin: 0 4px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3;
	color: var(--grey);
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
}

.header-lang__item::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 0;
	height: 2px;
	background: var(--grey);
	border-radius: 3px;
}

.header-lang__item.current::before,
.header-lang__item:hover::before {
	width: 8px;
	transform: translateX(-4px);
}

.header-lang__item.current {
	font-weight: normal;
}


/* Messengers */
.header-messengers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	/* margin-left: 15px; */
}

.header-messengers__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	transition: all 0.3s ease;
	text-decoration: none;
}

.header-messengers__item--telegram {
	color: #0088cc;
	background-color: rgba(0, 136, 204, 0.1);
}

.header-messengers__item--telegram:hover {
	background-color: #0088cc;
	color: #fff;
	transform: scale(1.1);
}

.header-messengers__item--viber {
	color: #665CAC;
	background-color: rgba(102, 92, 172, 0.1);
}

.header-messengers__item--viber:hover {
	background-color: #665CAC;
	color: #fff;
	transform: scale(1.1);
}

.header-messengers__item--whatsapp {
	color: #25D366;
	background-color: rgba(37, 211, 102, 0.1);
}

.header-messengers__item--whatsapp:hover {
	background-color: #25D366;
	color: #fff;
	transform: scale(1.1);
}

.header-messengers__item svg {
	width: 20px;
	height: 20px;
}


/* Hero ----------------------------------------------------------------------------- */
.hero {
	min-height: 800px;
	padding-top: 9rem;
	padding-bottom: 10rem;
	background: #F9F5F1;
	z-index: 5;
}

.hero::before {
	content: '';
	position: absolute;
	top: 70px;
	right: 0;
	width: 580px;
	height: 67px;
	background: url('i/bg-icon-way.svg') center right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: -10;
}

.hero::after {
	content: '';
	position: absolute;
	bottom: 20px;
	left: calc(50% - 170px);
	width: 236px;
	height: 238px;
	background: url('i/bg-icon-circle.svg') center right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: -10;
}

.hero__info {
	max-width: 720px;
}

.hero__head {
	font-weight: 300;
	font-size: 2.75rem;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.hero__desc {
	max-width: 500px;
	margin-bottom: 2rem;
	font-weight: 200;
	font-size: 1.5rem;
}

.hero__text {
	padding: 1rem 4rem 0 0;
}

@media (max-width: 768px) {
	.hero__text {
		padding: 1rem 0 0 0;
	}
}

.hero__text>.header-messengers {
	padding: 1rem 0 0 0;
}

.hero__text>.header-messengers .header-messengers__item {
	width: 64px;
	height: 64px;
}

.hero__text>.header-messengers .header-messengers__item svg {
	width: 40px;
	height: 40px;
}

.hero__text .header-messengers__item--telegram {
	background-color: #0088cc;
	color: #fff;
}

.hero__text .header-messengers__item--telegram:hover {
	color: #0088cc;
	background-color: rgba(0, 136, 204, 0.1);
}

.hero__text .header-messengers__item--viber {
	background-color: #665CAC;
	color: #fff;
}

.hero__text .header-messengers__item--viber:hover {
	color: #665CAC;
	background-color: rgba(102, 92, 172, 0.1);
}

.hero__text .header-messengers__item--whatsapp {
	background-color: #25D366;
	color: #fff;
}

.hero__text .header-messengers__item--whatsapp:hover {
	color: #25D366;
	background-color: rgba(37, 211, 102, 0.1);
}

.hero__girl {
	position: absolute;
	bottom: 0;
	left: 48%;
	width: 831px;
	height: 824px;
	z-index: -1;
}

.hero__girl img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}


















/* Advantage ----------------------------------------------------------------------------- */
.advantage .container {
	padding-top: 8rem;
	padding-bottom: 3rem;
}

.advantage__list {
	justify-content: flex-start;
	width: calc(100% + 1rem);
	margin-left: -0.5rem;
}

.advantage-item {
	width: calc(25% - 1rem);
	margin: 0 0.5rem 1rem;
}

.advantage-item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	margin-bottom: 1rem;
}

.advantage-item__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.advantage-item__title {
	margin-bottom: 1rem;
	font-weight: 300;
	font-size: 1.5rem;
}

.advantage-item__desc {
	font-weight: 300;
	font-size: 1.05rem;
}




















/* Consult ----------------------------------------------------------------------------- */
.consult .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.consult::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% + 380px);
	width: 236px;
	height: 238px;
	background: url('i/bg-icon-circle.svg') center right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	pointer-events: none;
	transform: scale(-1, 1);
	z-index: -10;
}

.consult::after {
	content: '';
	position: absolute;
	bottom: 40px;
	left: calc(50% + 440px);
	width: 104px;
	height: 76px;
	background: url('i/bg-icon-two-lines.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	transform: rotate(90deg);
}

.consult__box {
	max-width: 920px;
	padding: 50px 180px 50px 40px;
	background: var(--milk2);
	position: relative;
}

.consult__box::before {
	content: '';
	position: absolute;
	top: 20px;
	right: -136px;
	width: 278px;
	height: 488px;
	background: url('i/bg-consult-phone.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 20;
}

.consult__box::after {
	content: '';
	position: absolute;
	top: 145px;
	left: 85px;
	width: 104px;
	height: 76px;
	background: url('i/bg-icon-two-lines.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.consult-form {
	max-width: 420px;
	margin-left: auto;
	position: relative;
	z-index: 10;
}

.consult__head {
	margin-bottom: 20px;
	padding-right: 20px;
	text-align: left;
}

.consult-form__label {
	margin-bottom: 20px;
}

.consult-form__label input {
	display: block;
	width: 100%;
	height: 48px;
	background-color: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid #DCD7D3;
	font-size: 18px;
	font-weight: 300;
}

.consult-form__submit {
	max-width: 188px;
	padding-top: 20px;
	margin: 0 auto;
	position: relative;
}

.consult-form__submit input.button {
	width: 100%;
	padding: 11px 20px 10px;
}

.consult-form__submit .wpcf7-spinner {
	position: absolute;
	top: 25%;
	left: 4px;
}
















/* Steps ----------------------------------------------------------------------------- */
.steps .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.steps__list {
	max-width: 720px;
	margin: 0 auto;
	counter-reset: list;
}

.steps-item {
	width: calc(50% - 56px);
	margin-top: -80px;
	counter-increment: list;
	position: relative;
	padding-top: 120px;
	font-weight: 300;
	z-index: 10;
}

.steps-item:first-child {
	margin-top: 0;
}

.steps-item:nth-child(even) {
	margin-left: auto;
}

.steps-item::before {
	content: '0' counter(list);
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 800;
	font-size: 150px;
	line-height: 221px;
	color: #FFF;
	-webkit-text-stroke: 1px #DCD7D3;
	z-index: -10;
}

.steps-item:nth-child(even)::before {
	right: inherit;
	left: 0;
}

.steps-item::after {
	content: '';
	position: absolute;
	top: 94px;
	right: -65px;
	width: 17px;
	height: 17px;
	background: #DCD7D3;
	border-radius: 50%;
}

.steps-item:nth-child(even)::after {
	right: inherit;
	left: -64px;
}

.steps-item__title {
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.steps-item__desc {
	font-size: 1.05rem;
}



















/* Requirement ----------------------------------------------------------------------------- */
.requirement {
	background: #F9F5F1;
}

.requirement .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.requirement__list {
	position: relative;
}

.requirement__list::before {
	content: '';
	position: absolute;
	top: 680px;
	left: calc(50% - 792px);
	width: 236px;
	height: 238px;
	background: url('i/bg-icon-circle.svg') center right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: -10;
}

.requirement-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.requirement-item__thumb {
	width: 410px;
	margin-left: 110px;
}

.requirement-item:nth-child(odd) .requirement-item__thumb {
	order: 1;
	margin-left: 0;
	margin-right: 110px;
}

.requirement-item__thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.requirement-item__info {
	width: calc(100% - 540px);
	font-weight: 300;
	font-size: 1.05rem;
}

.requirement-item__title {
	margin-bottom: 1rem;
	padding-top: 60px;
	position: relative;
	font-size: 1.5rem;
}

.requirement-item__title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff url('i/bg-icon-like.svg') center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}

.requirement-item__desc-min {
	margin-top: 0.5rem;
	font-size: 0.8rem;
}

.requirement__more {
	text-align: center;
}













/* Calc ----------------------------------------------------------------------------- */
.calc::before {
	content: '';
	position: absolute;
	top: 480px;
	left: calc(50% + 220px);
	width: 580px;
	height: 67px;
	background: url('i/bg-icon-way.svg') center right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: -10;
}

.calc::after {
	content: '';
	position: absolute;
	top: 620px;
	left: calc(50% - 660px);
	width: 104px;
	height: 76px;
	background: url('i/bg-icon-two-lines.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	transform: rotate(90deg);
}

.calc .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.calc__head {
	max-width: 720px;
	margin: 0 auto 3rem;
}

.calc__box {
	max-width: 844px;
	margin: 0 auto;
	padding: 40px;
	background: #F9F5F1;
}

.calc-form {
	max-width: 628px;
	margin: 20px auto;
}

.calc-form__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.2rem;
}

.calc-form__label--slider {
	width: 100%;
	margin-bottom: 25px;
}

.irs--flat .irs-line {
	top: 0;
	height: 10px;
	background-color: transparent;
	border: 1px solid #DCD7D3;
	border-radius: 0;
}

.irs--flat .irs-bar {
	top: 0;
	height: 10px;
	background: #DCD7D3;
}

.irs--flat .irs-bar--single {
	border-radius: 0;
}

.irs--flat .irs-handle {
	top: -5px;
	width: 10px;
	height: 20px;
	background: #505050;
}

.irs--flat .irs-handle>i:first-child {
	background: none;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
	top: 25px;
	padding: 1px;
	color: var(--grey);
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
	text-shadow: none;
	background: none;
	border-radius: 0;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
	top: 25px;
	color: var(--grey);
	font-size: 18px;
	line-height: 1.4;
	text-shadow: none;
	padding: 1px;
	background: none;
	border-radius: 0;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
	display: none;
}



.calc-form__head {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: 3px;
	color: var(--grey);
	text-align: center;
}

.calc-form__col {
	width: calc(50% - 15px);
}

.calc-form__label--radio {
	margin-bottom: 10px;
}

.calc-form__label--radio input {
	display: none;
}

.calc-form__label--radio .calc-form__label-text {
	display: block;
	min-height: 25px;
	padding-left: 35px;
	position: relative;
}

.calc-form__label--radio .calc-form__label-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background-color: transparent;
	border: 1px solid #DCD7D3;
}

.calc-form__label--radio .calc-form__label-text::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: var(--grey);
	opacity: 0;
	transition: all .3s ease;
}

.calc-form__label--radio input:checked+.calc-form__label-text::after {
	opacity: 1;
}

.calc-form__color {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 20px);
	margin-left: -10px;
}

.calc-form__color-label {
	width: calc(20% - 20px);
	margin: 0 10px 10px;
}

.calc-form__color-label input {
	display: none;
}

.calc-form__color-thumb {
	display: block;
	width: 100%;
	height: 28px;
	margin-bottom: 5px;
	position: relative;
}

.calc-form__color-thumb::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	border: 2px solid var(--grey);
	opacity: 0;
	transition: all .3s ease;
}

.calc-form__color-label input:checked+.calc-form__color-box .calc-form__color-thumb::before {
	opacity: 1;
}

.calc-form__color-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.calc-form__color-title {
	display: block;
	font-weight: 300;
	font-size: 0.9rem;
	text-align: center;
}

.calc-form__color-sibinfo {
	width: 100%;
	font-size: 12px;
	text-align: center;
}


.calc-form__input {
	max-width: 412px;
	margin: 0 auto 0.5rem;
}

.calc-form__input--hide {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.calc-form__input input {
	display: block;
	width: 100%;
	height: 48px;
	background-color: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid var(--grey);
	font-size: 18px;
	font-weight: 300;
}

.calc-form__submit {
	max-width: 260px;
	padding-top: 20px;
	margin: 0 auto;
	position: relative;
}

.calc-form__submit input {
	width: 100%;
}














/* Photoreview ----------------------------------------------------------------------------- */
.photoreview .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.top+.photoreview .container {
	padding-top: 3rem;
}

.photoreview__head {
	margin-bottom: 3rem;
}

.photoreview__list {
	overflow: hidden;
	width: calc(100% + 10px);
	margin-left: -5px;
	padding-bottom: 1.5rem;
}

.photoreview-item {
	float: left;
	width: calc(20% - 10px);
	margin: 0 5px 10px;
}

.photoreview-item__ins {
	display: block;
	width: 100%;
	padding-top: 180%;
	position: relative;
	background: var(--milk);
}

.photoreview-item__ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photoreview__more {
	text-align: center;
}

.photoreview__more a {
	border-color: #DCD7D3;
}







/* Videoreview ----------------------------------------------------------------------------- */
.videoreview .container__wrapper {
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.videoreview .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.videoreview__list {
	padding: 0 395px;
	position: relative;
}

.videoreview__list .slick-list {
	overflow: visible;
}

.videoreview__list .slick-track {
	padding: 50px 0;
}

.videoreview-item {
	float: left;
	width: calc(33.3% - 20px);
	margin: 0 10px;
	position: relative;
	transform: scale(.75);
	z-index: 5;
}

.videoreview-item.slick-current {
	transform: scale(1.3);
}

.videoreview-item__ins {
	display: block;
	width: 100%;
	padding-top: 56%;
	background: var(--milk);
	position: relative;
}

.videoreview-item__ins::before {
	content: '';
	position: absolute;
	top: calc(50% - 44px);
	left: calc(50% - 44px);
	width: 88px;
	height: 88px;
	background: #fff;
	opacity: .8;
	border-radius: 50%;
	transition: all .3s ease;
	z-index: 20;
}

.videoreview-item__ins:hover::before {
	transform: scale(1.2);
}

.videoreview-item__ins::after {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background: url('i/bg-icon-play-button.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	transition: all .3s ease;
	z-index: 25;
}

.videoreview-item__ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}









/* Review ----------------------------------------------------------------------------- */
.review .container {
	padding-bottom: 4rem;
}

.review__list {
	padding-bottom: 1rem;
}

.review-item {
	margin-bottom: 1rem;
	padding: 2rem 1.5rem;
	background: #F9F5F1;
	font-weight: 300;
	font-size: 18px;
}

.review-item__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0.5rem;
}

.review-item__name {
	margin-right: 1rem;
	letter-spacing: 3px;
}

.review-item__date {
	font-size: 12px;
}


.review__more {
	text-align: center;
}

















/* Blog ----------------------------------------------------------------------------- */
.main-blog .container {
	padding-top: 4rem;
	padding-bottom: 8rem;
}

.main-blog__list {
	justify-content: flex-start;
	width: calc(100% + 20px);
	margin-left: -10px;
}

.main-blog-item {
	width: calc(33.3% - 20px);
	margin: 0 10px 20px;
}

.main-blog-item__link {
	display: block;
	width: 100%;
	color: var(--grey);
	text-decoration: none;
}

.main-blog-item__thumb {
	display: block;
	width: 100%;
	margin-bottom: 1.5rem;
}

.main-blog-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 56%;
	background: var(--milk);
	position: relative;
}

.main-blog-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-blog-item__title {
	display: block;
	margin-bottom: 1rem;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 3px;
	transition: all .3s ease;
}

.main-blog-item__link:hover .main-blog-item__title {
	color: var(--milk3);
}

.main-blog-item__more {
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
	transition: all .3s ease;
}

.main-blog-item__link:hover .main-blog-item__more {
	text-decoration: none;
}

.main-blog__more {
	text-align: center;
}











/* Top ----------------------------------------------------------------------------- */
.top {
	padding-top: 4rem;
	padding-bottom: 2rem;
	background: #F9F5F1;
	z-index: 5;
}

.top::before {
	content: '';
	position: absolute;
	top: 70px;
	right: 0;
	width: 580px;
	height: 67px;
	background: url('i/bg-icon-way.svg') center right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: -10;
}

.top__head {
	font-size: 2.75rem;
	text-align: left;
}








/* Footer ----------------------------------------------------------------------------- */
.contact {
	padding-top: 3rem;
	padding-bottom: 8rem;
}

.contact-block {
	justify-content: flex-start;
	padding-bottom: 2rem;
}

.contact-block__head {
	width: 100%;
	margin-bottom: 1rem;
	font-weight: 300;
	font-size: 18px;
	color: var(--grey);
	text-transform: uppercase;
}

.contact__map {
	width: 100%;
}

.contact__map iframe {
	display: block;
	width: 100%;
	height: 260px;
}









.blog-wrapper .container {
	padding-top: 1.6rem;
	padding-bottom: 8rem;
}

.blog-item {
	max-width: 1060px;
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.blog-item__link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	color: var(--grey);
	text-decoration: none;
}

.blog-item__thumb {
	display: block;
	width: 412px;
	margin-right: 110px;
}

.blog-item:nth-child(even) .blog-item__thumb {
	order: -1;
	margin-right: 0;
	margin-left: 110px;
}

.blog-item__thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.blog-item__info {
	width: calc(100% - 476px);
	margin-top: 96px;
	margin-right: -46px;
	min-height: 286px;
	background: #F9F5F1;
	padding: 80px 70px;
	position: relative;
}

.blog-item:nth-child(even) .blog-item__info {
	margin-right: 0;
	margin-left: -46px;
}

.blog-item__title {
	display: block;
	margin-bottom: 1rem;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.3;
	color: var(--grey);
}

.blog-item__link:hover .blog-item__title {
	text-decoration: underline;
}

.blog-item__more {
	display: block;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.4;
	text-decoration: underline;
	color: var(--grey);
}

.blog-item__link:hover .blog-item__more {
	text-decoration: none;
}

.blog__more {
	text-align: center;
}






.single-page .container {
	padding-top: 3rem;
	padding-bottom: 6rem;
}

.single__head {
	max-width: 720px;
	margin-bottom: 2.5rem;
	text-align: left;
}

.single__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.single__content {
	width: calc(100% - 324px);
}

.single-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.single-social__head {
	margin-right: 1rem;
	font-weight: 300;
	font-size: 0.9rem;
}

.single-social__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.single-social__item {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 8px;
	background: var(--grey);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}

.single-social__item--fb {
	-webkit-mask-image: url("i/bg-icon-facebook.svg");
	mask-image: url("i/bg-icon-facebook.svg");
}

.single-social__item--tw {
	-webkit-mask-image: url("i/bg-icon-twitter.svg");
	mask-image: url("i/bg-icon-twitter.svg");
}

.single-social__item--gp {
	-webkit-mask-image: url("i/bg-icon-google-plus.svg");
	mask-image: url("i/bg-icon-google-plus.svg");
}


.single-sidebar {
	width: 304px;
}

.single-sidebar-item {
	margin-bottom: 3rem;
}

.single-sidebar-item__link {
	display: block;
	width: 100%;
	text-decoration: none;
}

.single-sidebar-item__thumb {
	display: block;
	width: 100%;
}

.single-sidebar-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 132%;
	position: relative;
}

.single-sidebar-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-sidebar-item__info {
	display: block;
	min-height: 96px;
	padding: 1rem;
	transition: all .3s ease;
}

.single-sidebar-item__link:hover .single-sidebar-item__info {
	background: #F9F5F1;
}

.single-sidebar-item__title {
	display: inline-block;
	font-weight: 300;
	font-size: 0.9rem;
	color: var(--grey);
	text-transform: uppercase;
}

















.requirement-page .requirement {
	background: #fff;
}

.requirement-page .requirement__list {
	counter-reset: list;
}

.requirement-page .requirement-item__title::before {
	counter-increment: list;
	content: '0' counter(list);
	top: -32px;
	background: transparent;
	-webkit-text-stroke: 1px #DCD7D3;
	color: transparent;
	font-weight: 900;
	font-size: 7.5rem;
	line-height: 1;
	z-index: -1;
}



.factors .container {
	padding-top: 6rem;
	padding-bottom: 3rem;
}

.factors__head {
	max-width: 560px;
	margin: 0 auto 3rem;
}

.factors__list {
	justify-content: flex-start;
	width: calc(100% + 2rem);
	margin-left: -1rem;
}

.factors-item {
	width: calc(33.3% - 2rem);
	margin: 0 1rem 2rem;
}

.factors-item__icon {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 1rem;
}

.factors-item__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.factors-item__desc {
	font-weight: 300;
	font-size: 1.05rem;
	line-height: 1.3;
	text-align: center;
	color: var(--grey);
}







.final .container {
	padding-top: 3rem;
}

.final__head {
	max-width: 920px;
	margin: 0 auto 1rem;
}

.final__desc {
	max-width: 580px;
	margin: 0 auto;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.2;
	text-align: center;
}








.other .container {
	padding-top: 4rem;
	padding-bottom: 5rem;
}

.other-item {
	margin-bottom: 3rem;
	position: relative;
}

.other-item__box {
	max-width: 920px;
	padding: 3rem 7rem;
	background: #F9F5F1;
	position: relative;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2;
	color: var(--grey);
}

.other-item:nth-child(even) .other-item__box {
	margin-left: auto;
}

.other-item__box::before {
	content: '';
	position: absolute;
	top: calc(50% - 34px);
	right: -210px;
	width: 580px;
	height: 67px;
	background: url('i/bg-icon-way.svg') center right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: -10;
}

.other-item:nth-child(even) .other-item__box::before {
	right: inherit;
	left: -210px;
}











.leave-review .container {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.leave-review__head {}

.leave-review__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	background: #FFF;
	border: 1px solid #DCD7D3;
	padding: 1.5rem;
}

.leave-review__left {
	width: calc(100% - 320px);
}

.leave-review__label {
	position: relative;
}

.leave-review__label--name {
	max-width: 412px;
	margin-bottom: 1rem;
}

.leave-review__label input,
.leave-review__label textarea {
	display: block;
	width: 100%;
	height: 48px;
	border: none;
	outline: none;
	background-color: transparent;
	border-bottom: 1px solid #DCD7D3;
	font-size: 0.9rem;
}

.leave-review__label textarea {
	height: 96px;
	resize: none;
}

.leave-review__right {
	width: 260px;
}

.leave-review__submit {
	position: relative;
}

.leave-review__submit input {
	width: 100%;
}

.leave-review__submit .wpcf7-spinner {
	position: absolute;
	bottom: 4px;
	left: 0;
}











/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 1.2rem;
	padding-bottom: 1rem;
	background: #F9F5F1;
	color: var(--grey);
	font-size: 16px;
}

.footer__logo {
	display: block;
	width: 192px;
	height: 33px;
	margin-right: 100px;
	background: url('i/bg-logo.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.footer__box {
	width: 24%;
	padding-left: 25px;
	position: relative;
}

.footer__box span {
	display: block;
}

.footer__box::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	background: var(--grey);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.footer__box--address::before {
	-webkit-mask-image: url('i/bg-icon-pin.svg');
	mask-image: url('i/bg-icon-pin.svg');
}

.footer__box--phone::before {
	-webkit-mask-image: url('i/bg-icon-viber.svg');
	mask-image: url('i/bg-icon-viber.svg');
}

.footer__box--email::before {
	-webkit-mask-image: url('i/bg-icon-email.svg');
	mask-image: url('i/bg-icon-email.svg');
}

.footer__box>a {
	display: block;
	color: var(--grey);
	text-decoration: none;
}








/* Всплывающие окна */
.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: 100%;
	max-width: 400px;
	padding: 25px;
	background: #fff;
	text-align: center;
	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;
}

.popup__title {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	color: #000;
}

.popup__subtitle {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	color: #000;
}

.popup__label {
	position: relative;
}

.popup__body input,
.popup__body textarea {
	width: 100%;
	height: 40px;
	margin-top: 12px;
	padding-left: 12px;
	border: 1px solid #eee;
	background-color: #FFF;
	outline: none;
}

.popup-body textarea {
	height: 120px;
	resize: none;
	padding-top: 5px;
}

.popup-body input[type="submit"] {
	height: 46px;
	padding-left: 0;
	background-color: #FC0;
	border: 1px solid #FC0;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 44px;
	cursor: pointer;
}



/* Форма */


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:1300px) {

	.hero {
		min-height: 760px;
		padding-top: 9rem;
		padding-bottom: 8rem;
	}

	.hero__girl {
		left: 52%;
		width: 700px;
		height: 640px;
	}


	.requirement-item__thumb {
		margin-left: 60px;
	}

	.requirement-item:nth-child(odd) .requirement-item__thumb {
		margin-left: 0;
		margin-right: 60px;
	}

}






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

	.header__logo {
		width: 200px;
		height: 36px;
	}

	.header__nav li {
		margin: 0;
	}

	.header__nav a {
		padding: 6px 10px 4px;
		border-radius: 16px;
	}

	.header-phone__item {
		font-size: 20px;
	}

	.header-lang {
		position: absolute;
		bottom: -16px;
		right: 18px;
	}


	.hero {
		min-height: 700px;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.hero__girl {
		left: 56%;
		width: 600px;
		height: 560px;
	}


	.advantage .container {
		padding-top: 6rem;
		padding-bottom: 2rem;
	}

	.advantage-item {
		margin-bottom: 1.9rem;
	}

	.advantage-item__title {
		margin-bottom: 1rem;
		font-size: 1.3rem;
	}

	.advantage-item__desc {
		font-size: 0.9rem;
	}


	.consult .container,
	.steps .container,
	.requirement .container,
	.calc .container,
	.photoreview .container,
	.videoreview .container,
	.main-blog .container {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}


	.videoreview__list {
		max-width: 920px;
		margin: 0 auto;
		padding: 0 280px;
		position: relative;
	}


	.main-blog .container {
		padding-bottom: 6rem;
	}


	.footer__logo {
		margin-right: 40px;
	}

}













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

	html {
		font-size: 18px;
	}

	.header--desctop {
		min-width: 240px;
		position: absolute;
		top: 0;
		left: 0;
		width: 80%;
		height: 100vh;
		padding-top: 1.5rem;
		background: #fff;
		overflow: hidden;
		overflow-y: visible;
		transform: translateX(-100%);
		z-index: 1050;
		transition: all .3s ease;
	}

	.header--desctop .container {
		min-width: 240px;
	}

	.nav-active .header--desctop {
		transform: translateX(0);
	}

	.header--mobile {
		display: block;
	}

	.header__nav-btn {
		display: block;
	}

	.header__logo {
		margin-left: 24px;
		margin-right: auto;
	}

	.header--desctop .header__logo {
		width: 112px;
		height: 22px;
	}

	.header__nav li.current-menu-item a {
		border-radius: 0;
	}

	.header--mobile .header-phone__button {
		width: 16px;
		height: 16px;
		-webkit-mask-image: url('i/bg-icon-tel.svg');
		mask-image: url('i/bg-icon-tel.svg');
	}


	.header-phone__other {
		min-width: 210px;
	}

	.header--desctop .header-phone__other {
		min-width: 200px;
	}

	.header--desctop .header-phone.is-active .header-phone__other {
		top: 0;
	}


	.header__nav {
		order: 5;
		width: 100%;
		padding-top: 20px;
	}

	.header__nav ul {
		display: block;
		width: 100%;
		padding-top: 8px;
		padding-bottom: 16px;
	}

	.header__nav li {
		border-top: 0.5px solid #DCD7D3;
	}

	.header__nav a {
		display: block;
		width: calc(100% + 2rem);
		margin-left: -1rem;
		padding: 0.5rem 1rem;
	}

	.header__nav a:hover {
		background: #F6E9E4;
	}

	.header--desctop .header-phone {
		order: 10;
	}

	.header-phone__top {
		justify-content: flex-start;
	}

	.header--desctop .header-phone__button {
		display: none;
	}

	.header--desctop .header-phone__other {
		position: relative;
		padding: 0;
		opacity: 1;
		pointer-events: auto;
	}

	.header-lang {
		position: relative;
		bottom: inherit;
		right: inherit;
	}


	.hero {
		min-height: 600px;
		padding-top: 5rem;
		padding-bottom: 4rem;
	}

	.hero__info {
		max-width: 640px;
	}

	.hero__head {
		font-size: 2.6rem;
	}


	.advantage-item__icon {
		width: 56px;
		height: 56px;
		margin-bottom: 0.7rem;
	}


	.consult__box {
		max-width: 740px;
		padding: 40px 160px 40px 40px;
	}

	.consult-form {
		max-width: 380px;
	}

	.consult__box::before {
		right: -120px;
		width: 220px;
		height: 440px;
	}


	.steps-item {
		padding-top: 80px;
	}

	.steps-item::before {
		font-size: 140px;
		line-height: 160px;
	}


	.requirement-item {
		padding-top: 0;
		padding-bottom: 1.5rem;
	}

	.requirement-item__info {
		width: calc(100% - 440px);
	}

	.requirement-item__thumb,
	.requirement-item:nth-child(odd) .requirement-item__thumb {
		margin-left: 0;
		margin-right: 0;
	}


	.main-blog .container {
		padding-bottom: 5rem;
	}

	.main-blog-item__title {
		margin-bottom: 0.8rem;
		letter-spacing: 0;
	}


	.blog-item__thumb {
		width: 400px;
		margin-right: 0;
	}

	.blog-item__info {
		width: calc(100% - 360px);
		min-height: 200px;
		margin-right: -40px;
		padding: 40px;
	}

	.blog-item:nth-child(even) .blog-item__thumb {
		margin-left: 0;
	}

	.blog-item:nth-child(even) .blog-item__info {
		margin-right: 0;
		margin-left: -40px;
	}



	.footer__logo {
		margin-right: 20px;
	}

	.footer__box--address {
		width: 27%;
	}


}












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

	.hero {
		min-height: 560px;
		padding-top: 4rem;
		padding-bottom: 3rem;
	}

	.hero::before {
		top: 40px;
		width: 500px;
		height: 56px;
	}

	.hero::after {
		width: 200px;
		height: 200px;
	}

	.hero__info {
		max-width: 560px;
	}

	.hero__head {
		font-size: 2.4rem;
	}

	.hero__desc {
		max-width: 400px;
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}

	.hero__girl {
		left: 55%;
		width: 500px;
		height: 440px;
	}


	.advantage-item {
		width: calc(50% - 1rem);
	}


	.requirement-item__thumb {
		width: 240px;
	}

	.requirement-item__info {
		width: calc(100% - 270px);
	}

	.requirement-item__title {
		margin-bottom: 0.6rem;
		padding-top: 48px;
		font-size: 1.4rem;
	}


	.calc__head {
		margin-bottom: 1.2rem;
	}


	.videoreview__list {
		padding: 0 220px;
	}


	.main-blog-item__thumb {
		margin-bottom: 0.8rem;
	}


	.other .container {
		padding-top: 3rem;
		padding-bottom: 2rem;
	}

	.other-item__box {
		max-width: 600px;
		padding: 1.5rem 4rem;
	}


	.single-page .container {
		padding-top: 2.5rem;
		padding-bottom: 4rem;
	}

	.single__content {
		width: calc(100% - 260px);
	}

	.single-sidebar {
		width: 240px;
	}

	.single-sidebar-item {
		margin-bottom: 1rem;
	}

	.single-sidebar-item__info {
		min-height: 64px;
		padding: 0.5rem;
	}


	.footer__logo {
		margin-right: 60%;
		margin-bottom: 32px;
	}

	.footer__box {
		width: 32%;
	}



}












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

	.hero {
		min-height: 500px;
		padding-top: 3rem;
	}

	.hero__desc {
		max-width: 360px;
		margin-bottom: 0.8rem;
		font-size: 1.2rem;
		line-height: 1.3;
	}

	.hero__girl {
		left: 52%;
		width: 400px;
		height: 360px;
	}


	.consult__head {
		padding-right: 0;
	}


	.steps-item {
		width: calc(50% - 24px);
		padding-top: 56px;
	}

	.steps-item::after {
		top: 64px;
		right: -32px;
	}

	.steps-item:nth-child(even)::after {
		right: inherit;
		left: -31px;
	}


	.videoreview__list .slick-track {
		padding: 32px 0;
	}

	.videoreview__list {
		padding: 0 170px;
	}


	.main-blog-item {
		width: calc(50% - 20px);
	}


	.factors__list {
		justify-content: center;
	}

	.factors-item {
		width: calc(50% - 2rem);
	}


	.other-item__box {
		max-width: 500px;
		padding: 1rem 3rem;
	}


	.blog-wrapper .container {
		padding-top: 1.5rem;
		padding-bottom: 5rem;
	}

	.blog-item__info {
		width: calc(100% - 200px);
		margin-top: 64px;
	}

	.blog-item__thumb {
		width: 240px;
	}


	.top {
		padding-top: 2rem;
		padding-bottom: 1rem;
	}

	.top::before {
		top: 40px;
		right: -92px;
		width: 247px;
		height: 29px;
	}

	.top__head {
		font-size: 2rem;
		margin-bottom: 1rem;
	}


	.single__content {
		width: 100%;
	}

	.single__head {
		margin-bottom: 2rem;
	}

	.single-sidebar {
		width: 280px;
		margin: 40px auto 0;
	}


	.leave-review__left {
		width: calc(100% - 210px);
	}

	.leave-review__right {
		width: 200px;
	}


	.footer__box {
		width: 48%;
		padding-bottom: 20px;
	}

}












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

	html {
		font-size: 16px;
	}


	.container--lines::before {
		display: none;
	}

	.container--lines::after {
		left: calc(33.3% - 0.5rem);
		width: calc(33.3% + 1rem);
	}

	.head {
		margin-bottom: 1.2rem;
		font-size: 1.4rem;
		line-height: 1.3;
		letter-spacing: 1px;
	}



	.hero {
		min-height: 400px;
	}

	.hero::before,
	.hero::after {
		display: none;
	}

	.hero__head {
		font-size: 1.8rem;
	}

	.hero__desc {
		max-width: 290px;
		font-size: 1rem;
	}

	.hero__girl {
		left: 58%;
		width: 320px;
		height: 300px;
	}


	.consult .container,
	.steps .container,
	.requirement .container,
	.calc .container,
	.photoreview .container,
	.videoreview .container,
	.main-blog .container {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}


	.consult__box {
		max-width: 540px;
		padding: 40px 120px 40px 20px;
	}

	.consult__box::after {
		top: 6px;
		left: 174px;
		width: 34px;
		height: 48px;
	}


	.steps-item {
		width: 100%;
		margin-top: 48px;
		text-align: center;
	}

	.steps-item::before {
		width: 100%;
		font-size: 90px;
		line-height: 100px;
		text-align: center;
	}

	.steps-item::after {
		top: -20px;
		right: calc(50% - 8px);
	}

	.steps-item:nth-child(even)::after {
		right: inherit;
		left: calc(50% - 8px);
	}


	.requirement-item__thumb {
		display: none;
	}

	.requirement-item__info {
		width: 100%;
	}


	.calc__box {
		width: calc(100% + 2rem);
		margin-left: -1rem;
		padding: 24px;
	}


	.photoreview__list {
		padding: 0 80px 40px;
		position: relative;
	}

	.photoreview__list,
	.photoreview__list .slick-list {
		overflow: visible;
	}

	.photoreview__list .slick-track {
		padding-top: 24px 0;
	}

	.photoreview-item {
		transform: scale(0.8);
		position: relative;
	}

	.photoreview-item::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		pointer-events: none;
		opacity: .3;
		z-index: 10;
	}

	.photoreview-item.slick-active {
		transform: scale(1.2);
	}

	.photoreview-item.slick-active::before {
		opacity: 0;
	}



	.videoreview__list {
		padding: 0 80px;
	}


	.factors .container {
		padding-top: 4rem;
		padding-bottom: 2rem;
	}


	.final .container {
		padding-top: 1rem;
	}


	.other-item {
		margin-bottom: 2rem;
	}

	.other-item__box {
		max-width: 400px;
		padding: 1rem;
	}


	.blog-item__info {
		width: calc(100% - 120px);
		min-height: 120px;
		margin-top: 20px;
		margin-right: -20px;
		padding: 20px;
	}

	.blog-item__title {
		font-size: 1rem;
	}

	.blog-item__thumb {
		width: 140px;
	}


	.leave-review__left {
		width: 100%;
		padding-bottom: 20px;
	}


	.footer__box {
		width: 100%;
		padding-bottom: 20px;
	}



}












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

	.head {
		margin-bottom: 1.5rem;
		font-size: 1.1rem;
	}

	.button {
		padding: 11px 32px 10px;
		letter-spacing: 1px;
	}


	.hero {
		min-height: 240px;
		padding-bottom: 2.65rem;
	}

	.hero__info {
		max-width: 230px;
	}

	.hero__head {
		margin-bottom: 10px;
		font-size: 1rem;
		letter-spacing: 2px;
	}

	.hero__desc {
		max-width: 200px;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.5;
	}

	.hero__button {
		padding: 11px 20px 10px;
	}

	.hero__girl {
		left: 58%;
		width: 300px;
		height: 260px;
	}


	.advantage .container {
		padding-top: 3.75rem;
	}

	.advantage-item {
		width: calc(100% - 1rem);
		text-align: center;
	}

	.advantage-item__icon {
		width: 40px;
		height: 40px;
		margin: 0 auto 1.5rem;
	}


	.consult::before {
		top: inherit;
		bottom: 48px;
		left: 65%;
		width: 80px;
		height: 80px;
		z-index: 15;
	}

	.consult__box {
		width: calc(100% + 2rem);
		margin-left: -1rem;
		padding: 40px 40px 40px 20px;
	}

	.consult__box::before {
		right: -80px;
		width: 160px;
		height: 360px;
		z-index: 50;
	}

	.consult-form {
		max-width: 280px;
		margin-left: 0;
	}

	.consult-form__submit {
		max-width: 148px;
		padding-top: 8px;
		margin-left: 0;
	}


	.steps-item::after {
		top: 4px;
	}


	.calc__box {
		padding: 16px;
	}

	.calc__head {
		margin-bottom: 2.5em;
		line-height: 1.5;
	}

	.irs--flat .irs-from,
	.irs--flat .irs-to,
	.irs--flat .irs-single {
		font-size: 12px;
		line-height: 1.2;
	}

	.calc-form__head {
		font-size: 12px;
		text-align: left;
	}

	.calc-form__col {
		padding-bottom: 12px;
	}

	.calc-form__col:first-child {
		width: 40%;
	}

	.calc-form__col:last-child {
		width: 60%;
	}

	.calc-form__label--radio .calc-form__label-text {
		min-height: 20px;
		padding-left: 30px;
		font-size: 12px;
		line-height: 20px;
	}

	.calc-form__label--radio .calc-form__label-text::before {
		width: 20px;
		height: 20px;
	}

	.calc-form__color {
		width: calc(100% + 8px);
		margin-left: -4px;
		text-align: center;
	}

	.calc-form__color-label {
		width: calc(20% - 8px);
		margin: 0 4px 8px;
	}

	.calc-form__color-title {
		font-size: 0.75rem;
	}



	.videoreview__list {
		padding: 0 40px 40px;
	}

	.videoreview-item__ins::before {
		top: calc(50% - 24px);
		left: calc(50% - 24px);
		width: 48px;
		height: 48px;
	}

	.slick-arrow {
		position: absolute;
		top: inherit;
		bottom: 10px;
		width: 20px;
		height: 20px;
	}

	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}


	.contact {
		padding-top: 2.5rem;
		padding-bottom: 3.75rem;
	}

	.contact__map iframe {
		height: 350px;
	}

	.contact .footer__box {
		font-size: 13px;
	}


	.review-item {
		margin-bottom: 1rem;
		padding: 0.7rem;
		font-size: 16px;
	}


	.main-blog-item {
		width: calc(100% - 20px);
	}

	.main-blog-item__title {
		margin-bottom: 0.4rem;
	}


	.factors-item {
		width: calc(100% - 2rem);
	}

	.factors-item__icon {
		width: 40px;
		height: 40px;
	}


	.blog-item__thumb {
		width: 120px;
	}

	.blog-item__info {
		width: calc(100% - 94px);
		min-height: 100px;
		margin-top: 12px;
		margin-right: -26px;
	}

	.blog-item:nth-child(even) .blog-item__info {
		margin-right: 0;
		margin-left: -26px;
	}

	.blog-item__title {
		margin-bottom: 10px;
		font-size: 0.8rem;
	}

	.blog-item__more {
		font-size: 10px;
		line-height: 1.2;
	}


	.single-sidebar {
		width: 240px;
	}


	.footer__box span {
		display: inline;
	}


}












/* END ============================================================= */
.d-none {
	display: none
}