/*
Theme name: Orozyme
Description: Описание
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/



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



*, *::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: #fff url('i/bg-body.png') center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	color: #5E676F;
	font: 16px/1.5 'Gilroy', Arial, sans-serif;
}
.nav-active {
	overflow: hidden;
}
.front-page {
	background: #fff;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1560px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
	border-top: 0 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: #595F5C;
	text-decoration: underline;
	transition: all .3s ease;
}
a:hover {
	color: #1260AE;
	text-decoration: none;
}

input, textarea {
	font-family: 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: #000;
}
input::-moz-placeholder {
	color: #000;
}
input:-moz-placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 21px;
}
.text h2, .text h3, .text h4, .text h5, .text h6 {
	margin-bottom: 25px;
	color: #171B20;
	font-size: 48px;
	flex-basis: ;
	line-height: 1.1;
}
.text h3 {
	font-size: 30px;
}
.text h4 {
	font-size: 22px;
}
.text h5 {
	font-size: 20px;
	font-weight: 500;
}
.text h6 {
	font-size: 18px;
	font-weight: 500;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid #373737;
	padding: 10px;
}
.text ul, .text ol {
	margin: 0 0 32px;
	padding-top: 8px;
	list-style: none;
}
.text li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
}
.text ul li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #1260AE;
}

.text ol {
	counter-reset: list;
}
.text ol li {
	min-height: 36px;
	counter-increment: list;
	padding-left: 50px;
	padding-top: 4px;
}
.text ol li::before {
	content: counter(list);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	border: 2px solid #1260AE;
}

.text img {
	display: block;
	max-width: 100%;
	height: auto;
}





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




.head {
	margin-bottom: 36px;
	position: relative;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.3;
	color: #171B20;
}
.head span {
	display: inline-block;
	position: relative;
}
.head span::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #D22E6B;
	border-radius: 100px;
}







/* Header ----------------------------------------------------------------------------- */
.header {
	padding-top: 24px;
}
.front-page .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}
.header__top {
	padding-bottom: 20px;
}
.header__logo {
	display: block;
	width: 318px;
	height: 90px;
	background: url('i/bg-logo.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.header__desc {
	margin-top: 36px;
	margin-left: 12px;
	margin-right: auto;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #171B20;
}
.header-contact {
	padding-top: 16px;
	padding-right: 12px;
}
.header-contact__time {
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 1.1;
	color: #5E676F;
}
.header-contact__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.header-contact__button {
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
	margin-right: 8px;
}
.header-contact__button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	transition: all .3s ease;
}
.header-contact__button--tg::before {
	background-image: url('i/bg-icon-tg.svg');
}
.header-contact__button--wa::before {
	background-image: url('i/bg-icon-wa.svg');
}
.header-contact__button:hover::before {
	transform: scale(1.1);
}
.header-contact__phone {
	display: inline-block;
	padding-left: 2px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #1260AE;
	text-decoration: none;
}

.header-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
}
.header-social__item {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-left: 10px;
	position: relative;
	border: 2px solid #1260AE;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	text-decoration: none;
	transition: all .3s ease;
}
.header-social__item::before {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background: #1260AE;
	-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;
}
.header-social__item--in::before {
	-webkit-mask-image: url("i/bg-icon-ig.svg");
	mask-image: url("i/bg-icon-ig.svg");
}
.header-social__item--fb::before {
	-webkit-mask-image: url("i/bg-icon-fb.svg");
	mask-image: url("i/bg-icon-fb.svg");
}
.header-social__item:hover {
	border-color: #D22E6B;
}
.header-social__item:hover::before {
	background: #D22E6B;
}


.header__nav-btn {
	display: none;
	width: 18px;
	height: 18px;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #1260AE;
	margin: 7px 0 0;
	position: relative;
}
.header__nav-btn span::before, .header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 18px;
	height: 4px;
	-webkit-border-radius: 3px;
		  border-radius: 3px;
	background: #1260AE;
	-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: -7px;
}
.header__nav-btn span::after {
	bottom: -7px;
}
.header.active .header__nav-btn span {
	background: transparent;
}
.header.active .header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header.active .header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.header__nav {
	padding-bottom: 24px;
	border-bottom: 1px solid #BDBDBD;
}
.front-page .header__nav {
	border-bottom: none;
}
.header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
}
.header__nav li {
	margin-right: 40px;
}
.header__nav a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	color: #1260AE;
	text-decoration: none;
	transition: all .3s ease;
}
.header__nav a:hover {
	color: #D22E6B;
}










/* Breadcrumbs ----------------------------------------------------------------------------- */
.breadcrumbs {
	font-size: 14px;
	line-height: 1.7;
	color: #5E676F;
}
.breadcrumbs .container {
	padding-top: 16px;
	padding-bottom: 24px;
}
.breadcrumbs a {
	display: inline-block;
	margin-right: 40px;
	position: relative;
	font-weight: 600;
	color: #1260AE;
	text-decoration: none;
	transition: all .3s ease;
}
.breadcrumbs a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -28px;
	width: 7px;
	height: 10px;
	background: url('i/bg-icon-bread-arrow.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.breadcrumbs a:hover {
	color: #000;
}









/* Hero ----------------------------------------------------------------------------- */
.hero {
	padding-top: 240px;
	padding-bottom: 80px;
	background: url('i/bg-front-hero.png') center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero__head {
	max-width: 740px;
	font-size: 50px;
	font-weight: normal;
	line-height: 1.4;
	color: #171B20;
}
.hero__head strong {
	font-weight: bold;
}
.hero img {
	display: block;
	max-width: 100%;
	height: auto;
}











/* Main advantage ----------------------------------------------------------------------------- */
.main-advantage {
	padding-top: 48px;
	padding-bottom: 24px;
	background: #1260AE;
	overflow: hidden;
}
.main-advantage__list {
	align-items: center;
	width: calc(100% + 48px);
	margin-left: -24px;
}
.main-advantage__item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: calc(25% - 48px);
	padding-left: 102px;
	margin: 0 24px 24px;
	position: relative;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.33;
	color: #FFF;
}
.main-advantage__item::before {
	content: '';
	position: absolute;
	top: calc(50% - 34px);
	left: 0;
	width: 68px;
	height: 68px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #FFF;
	z-index: 5;
}
.main-advantage__item::after {
	content: '';
	position: absolute;
	top: calc(50% - 27px);
	left: 7px;
	width: 54px;
	height: 54px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #FFF url('i/bg-icon-check.svg') center no-repeat;
	-webkit-background-size: 19px 14px;
	background-size: 19px 14px;
	z-index: 10;
}






/* Main info ----------------------------------------------------------------------------- */
.main-info {
	padding-top: 48px;
	padding-bottom: 48px;
	overflow: hidden;
}
.main-info-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.main-info-item + .main-info-item {
	margin-top: -120px;
}
.main-info__photo {
	width: 50%;
}
.main-info__photo-inside {
	width: calc(100% + 200px);
	margin-top: -120px;
	margin-left: -100px;
}
.main-info__photo img {
	display: block;
	width: 100%;
	height: auto;
}
.main-info__box {
	width: 50%;
}
.main-info-item:nth-child(even) .main-info__box {
	order: -1;
}
.main-info__body {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.8;
	color: #5E676F;
}
.main-info__body ol {
	margin: 0;
	list-style: none;
	counter-reset: info;
}
.main-info__body ol li {
	position: relative;
	margin-bottom: 24px;
	padding-left: 44px;
	counter-increment: info;
}
.main-info__body ol li::before {
	content: '0'counter(info);
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	width: auto;
	height: auto;
	border: none;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #1260AE;
}










/* Contain ----------------------------------------------------------------------------- */
.contain {
	padding-top: 78px;
	padding-bottom: 132px;
	background: #1260AE;
	overflow: hidden;
}
.contain__head {
	margin-bottom: 32px;
	text-align: center;
	color: #FFF;
}
.contain__box {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #FFF;
	border-radius: 20px;
	padding: 8px;
	position: relative;
}
.contain__box-inside {
	background: #FFF;
	border-radius: 20px;
	padding: 48px;
	z-index: -1;
}
.contain__box img {
	display: block;
	width: 100%;
	height: auto;
}










/* Good-tooth ----------------------------------------------------------------------------- */
.good-tooth {
	padding-top: 50px;
	padding-bottom: 80px;
}
.good-tooth .container {
	align-items: center;
}
.good-tooth__photo {
	width: calc(48% - 32px);
}
.good-tooth__photo img {
	display: block;
	width: 100%;
	height: auto;
}
.good-tooth__info {
	width: 52%;
}
.good-tooth__head {
	max-width: 600px;
	margin-bottom: 44px;
}
.good-tooth__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.7;
	color: #5E676F;
}








/* Step ----------------------------------------------------------------------------- */
.step {
	padding-top: 64px;
	padding-bottom: 56px;
	background: #5e9cc4;
	overflow: hidden;
}
.step img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}










/* Category ----------------------------------------------------------------------------- */
.category {
	padding-top: 36px;
	padding-bottom: 48px;
	overflow: hidden;
}
.category__list {
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 30px);
	margin-left: -15px;
}
.item {
	width: calc(25% - 30px);
	margin: 0 15px 30px;
	padding: 28px;
	background: #FFF;
	border: 2px solid #9EADDA;
	border-radius: 10px;
	position: relative;
}
.item__link {
	display: block;
	text-decoration: none;
}
.item__photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.item__photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 100%;
	max-height: 96%;
	transform: translate(-50%, -50%);
}
.item__title {
	display: block;
	min-height: 64px;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #171B20;
	transition: all .3s ease;
}
.item__link:hover .item__title {
	color: #1260AE;
}
.item__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.item__price {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	color: #1260AE;
}
.item__button {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 64px;
	border: none;
	outline: none;
	background: #D22E6B;
	box-shadow: 5px 5px 10px rgb(210 46 107 / 23%);
	border-radius: 40px;
	padding: 16px 32px;
	font-weight: 500;
	font-size: 18px;
	color: #FFF;
	text-align: left;
	cursor: pointer;
	transition: all .3s ease;
}
.item__button i {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 13px;
	margin-left: 16px;
	background: url('i/bg-icon-arrow.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	pointer-events: none;
	z-index: 5;
}
.item__button:hover {
	background: #1260AE;
}

.item__stick {
	position: absolute;
	top: 12px;
	left: 12px;
}
.item__stick-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	min-height: 32px;
	background: #7E87FC;
	border-radius: 6px;
	margin: 0 4px 4px 0;
	padding: 4px 8px 4px 36px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	color: #FFF;
}
.item__stick-item::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
}
.item__stick-item--new::before {
	background-image: url('i/bg-icon-fire.svg');
}









/* Single ----------------------------------------------------------------------------- */
.single {
	padding-top: 36px;
	padding-bottom: 24px;
	overflow: hidden;
}
.single__head {
	margin-bottom: 44px;
}
.single__head::before {

}
.single-photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 44%;
}
.single-photo__gallery {
	width: calc(76% - 10px);
	overflow: hidden;
}
.single-photo__gallery-item {
	float: left;
	width: 100%;
	position: relative;
}
.single-photo__gallery-item a {
	display: block;
	width: 100%;
	padding-top: 100%;
	border: 2px solid #F2F2F2;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.single-photo__gallery-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}

.single-photo__thumb {
	width: calc(24% - 10px);
	overflow: hidden;
}
.single-photo__thumb .slick-list {
	overflow: hidden;
}
.single-photo__thumb-item {
	float: left;
	width: 100%;
	padding-top: 100%;
	position: relative;
	margin-bottom: 20px;
	border: 2px solid #F2F2F2;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.single-photo__thumb-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}

.single__info {
	width: 50%;
}






.page-contact__list {
	justify-content: flex-start;
	width: calc(100% + 44px);
	margin-left: -22px;
}
.page-contact-item {
	width: calc(50% - 44px);
	max-width: 256px;
	margin: 0 22px 44px;
	padding-top: 40px;
	position: relative;
}
.page-contact-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: #D22E6B;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.page-contact-item--email::before {
	-webkit-mask-image: url("i/bg-icon-mail.svg");
	mask-image: url("i/bg-icon-mail.svg");
}
.page-contact-item--phone::before {
	-webkit-mask-image: url("i/bg-icon-phone-call.svg");
	mask-image: url("i/bg-icon-phone-call.svg");
}
.page-contact-item__head {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.page-contact-item__body a {
	color: rgba(0, 0, 0, .6);
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
}
.page-contact-item__body a:hover {
	text-decoration: underline;
}

.page-contact-social .header-social {
	justify-content: flex-start;
}
.page-contact-social .header-social__item {
	margin-left: 0;
	margin-right: 8px;
	opacity: .5;
}
.page-contact-social .header-social__item:hover {
	opacity: 1;
}






.page-thanks {
	padding-top: 36px;
	padding-bottom: 560px;
	background: url('i/bg-thanks.png') 40px calc(100% + 200px) no-repeat;
	-webkit-background-size: 900px 720px;
	background-size: 900px 720px;
}









/* Applic ----------------------------------------------------------------------------- */
.applic {
	padding-top: 160px;
	padding-bottom: 96px;
	overflow: hidden;
}
.applic::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 240px);
	width: 1092px;
	height: 706px;
	background: url('i/bg-applic.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.applic--contact .applic::before {
	display: none;
}
.applic .container {
	z-index: 10;
}
.applic__box {
	max-width: 720px;
}
.applic--contact .applic__box {
	max-width: 100%;
}
.applic-form {
	max-width: 360px;
}
.applic--contact .applic-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 980px;
	padding-bottom: 64px;
	position: relative;
}
.applic-form__line {
	margin-bottom: 20px;
	position: relative;
}
.applic--contact .applic-form__line {
	width: calc(50% - 130px);
}
.applic-form__line::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 6px;
	width: 57px;
	height: calc(100% - 10px);
	background-color: #9EADDA;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	border-radius: 10px;
	pointer-events: none;
	z-index: 20;
}
.applic-form__line--name::before {
	background-image: url('i/bg-icon-user.svg');
}
.applic-form__line--email::before {
	background-image: url('i/bg-icon-mail.svg');
}
.applic-form__line input {
	display: block;
	width: 100%;
	height: 67px;
	border: 2px solid rgba(158, 173, 218, 0.4);
	border-radius: 10px;
	padding-left: 80px;
	padding-right: 8px;
	font-size: 14px;
}
.applic-form__confirm {
	padding-top: 4px;
	margin-bottom: 44px;
}
.applic--contact .applic-form__confirm {
	position: absolute;
	bottom: 4px;
	left: 0;
}
.applic-form__confirm .wpcf7-list-item {
	margin: 0;
}
.applic-form__confirm input {
	display: none;
}
.applic-form__confirm .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	padding-top: 4px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 16px;
	color: #5E676F;
	cursor: pointer;
}
.applic-form__confirm .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border: 2px solid rgba(158, 173, 218, 0.4);
	border-radius: 10px;
}
.applic-form__confirm .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 5px;
	width: 15px;
	height: 10px;
	background: url('i/bg-icon-confirm-check.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	opacity: 0;
	transition: all .3s ease;
	z-index: 10;
}
.applic-form__confirm input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
.applic-form__submit {
	max-width: 220px;
	position: relative;
}
.applic--contact .applic-form__submit {
	width: 220px;
}
.applic-form__submit input {
	display: block;
	width: 100%;
	height: 67px;
	border: none;
	outline: none;
	background: #D22E6B;
	box-shadow: 5px 5px 10px rgba(210, 46, 107, 0.23);
	border-radius: 100px;
	padding: 0 40px;
	font-weight: 500;
	font-size: 18px;
	color: #FFF;
	text-align: left;
	cursor: pointer;
	transition: all .3s ease;
}
.applic-form__submit input:hover {
	background: #1260AE;
}
.applic-form__submit::before {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 38px;
	width: 17px;
	height: 13px;
	background: url('i/bg-icon-arrow.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	pointer-events: none;
	z-index: 5;
}



.wpcf7-spinner {
	position: absolute;
	top: 8px;
	left: 0;
}












/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 55px;
	padding-bottom: 55px;
	overflow: hidden;
	background: #1260AE;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
}
.footer .container {
	align-items: center;
}
.footer__made a {
	color: #fff;
	text-decoration: none;
}
.footer__made a:hover {
	text-decoration: underline;
}
.footer__made span {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url('i/bg-made.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}











.mob-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #1260AE;
	padding: 40px 20px;
	overflow: hidden;
	overflow-y: visible;
	opacity: 0;
	pointer-events: none;
	z-index: 40;
	transition: all .3s ease;
}
.mob-nav__close {
	position: absolute;
	top: 36px;
	right: 20px;
	width: 14px;
	height: 14px;
	background: #fff;
	-webkit-mask: url('i/bg-icon-close.svg') center no-repeat;
	mask: url('i/bg-icon-close.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.mob-nav__menu {
	padding-bottom: 10px;
}
.mob-nav__menu ul {
	list-style: none;
}
.mob-nav__menu li {
	margin-bottom: 38px;
}
.mob-nav__menu a {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	color: #FFF;
	text-decoration: none;
}
.mob-nav .header-contact {
	margin-bottom: 36px;
}
.mob-nav .header-contact__time,
.mob-nav .header-contact__phone {
	color: #fff;
}
.mob-nav .header-social {
	justify-content: flex-start;
}
.mob-nav .header-social__item {
	border-color: #fff;
}
.mob-nav .header-social__item::before {
	background: #fff;
}








	/* Всплывающие окна */
.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: 96%;
	max-width: 720px;
	max-height: 96vh;
	overflow: hidden;
	overflow-y: visible;
	padding: 112px 72px 120px;
	background: #fff;
	z-index: 9999;
}
.popup-buy {
	background: #fff url('i/bg-popup-buy.png') center bottom no-repeat;
}
.popup__close {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 24px;
	height: 24px;
	background: #C4C4C4;
	-webkit-mask: url('i/bg-icon-close.svg') center no-repeat;
	mask: url('i/bg-icon-close.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: background .3s ease;
	cursor: pointer;
}
.popup__close:hover {
	background: #000;
}
.popup__label {
	position: relative;
}



/* Форма */


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

	.main-advantage__list {
		width: calc(100% + 32px);
		margin-left: -16px;
	}
	.main-advantage__item {
		width: calc(25% - 32px);
		padding-left: 80px;
		margin: 0 16px 24px;
	}


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

}




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

	.head {
		margin-bottom: 32px;
		font-size: 36px;
	}

	.header__desc {
		margin-left: 8px;
		font-size: 15px;
	}
	.header-social__item {
		width: 44px;
		height: 44px;
		margin-left: 8px;
	}


	.hero {
		padding-top: 240px;
		padding-bottom: 80px;
	}
	.hero__head {
		max-width: 600px;
		font-size: 40px;
		line-height: 1.3;
	}


	.main-info-item + .main-info-item {
		margin-top: 20px;
	}


	.contain {
		padding-top: 48px;
		padding-bottom: 80px;
	}


	.step {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.step__photo {
		width: 400px;
		height: 380px;
	}
	.step__info {
		width: calc(100% - 420px);
	}
	.step-item {
		width: calc(50% - 20px);
	}


	.item {
		width: calc(33.3% - 30px);
	}


	.single__info {
		width: 52%;
	}


	.applic {
		padding-top: 80px;
		padding-bottom: 56px;
	}
	.applic::before {
		width: 800px;
		height: 600px;
	}

}









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

	.header__top {
		padding-bottom: 32px;
	}
	.header__logo {
		display: block;
		width: 280px;
		height: 80px;
	}
	.header__desc {
		position: absolute;
		top: 84px;
		left: 16px;
		margin: 0;
	}


	.hero {
		background-position: center bottom;
		-webkit-background-size: 1060px;
		background-size: 1060px;
	}
	.hero__head {
		max-width: 560px;
		font-size: 36px;
	}


	.main-advantage {
		padding-top: 40px;
		padding-bottom: 16px;
	}
	.main-advantage__item {
		width: calc(50% - 32px);
		margin-bottom: 32px;
	}


	.main-info__box{
		width: 100%;
	}
	.main-info__photo {
		display: none;
	}
	.main-info__photo-inside {
		width: calc(100% + 40px);
		margin-top: -80px;
		margin-left: -20px;
	}


	.contain__box-inside {
		padding: 32px;
	}


	.applic::before {
		left: calc(50% - 160px);
	}


	.footer__copy {
		max-width: 400px;
	}


}












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

	.header__nav li {
		margin-right: 32px;
	}
	.header__nav li:last-child {
		margin-right: 0;
	}


	.good-tooth__photo,
	.good-tooth__info {
		width: 100%;
	}
	.good-tooth__photo {
		max-width: 640px;
		margin: 0 auto 20px;
	}


	.step__photo {
		margin: 0 auto 24px;
	}
	.step__info {
		width: 100%;
	}
	.step__head {
		text-align: center;
	}


	.item {
		width: calc(50% - 30px);
		padding: 20px;
	}


	.single-photo,
	.single__info {
		width: 100%;
	}
	.single-photo {
		max-width: 500px;
		margin: 0 auto 24px;
	}


	.applic--contact .applic-form {
		display: block;
		max-width: 360px;
	}
	.applic--contact .applic-form__line {
		width: 100%;
	}


}












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

	.head {
		font-size: 32px;
	}


	.header {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.header .header-contact,
	.header .header-social,
	.header .header__nav {
		display: none;
	}
	.header__nav-btn {
		display: block;
		margin-top: 24px;
	}

	.mob-nav {
		display: block;
	}
	.nav-active .mob-nav {
		opacity: 1;
		pointer-events: auto;
	}
	.mob-nav .header__nav ul {
		display: block;
	}


	.hero {
		padding-top: 160px;
		padding-bottom: 160px;
		background-position: -200px bottom;
		-webkit-background-size: 900px;
		background-size: 900px;
	}
	.hero__head {
		max-width: 480px;
	}


	.contain__box-inside {
		padding: 8px;
	}


	.item__title {
		font-size: 16px;
	}


	.applic {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.applic::before {
		width: 600px;
		height: 520px;
	}


	.footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}


	.popup {
		padding: 80px 56px;
	}

}












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

	.head {
		font-size: 28px;
	}


	.header__logo {
		width: 200px;
		height: 56px;
	}
	.header__desc {
		top: 64px;
	}


	.hero {
		padding-top: 144px;
		padding-bottom: 200px;
		background-position: -120px bottom;
		-webkit-background-size: 600px;
		background-size: 600px;
	}


	.main-advantage__list {
		width: 100%;
		margin-left: 0;
	}
	.main-advantage__item {
		width: 100%;
		min-height: 50px;
		margin: 0 0 24px;
		padding-left: 64px;
		font-size: 16px;
	}
	.main-advantage__item::before {
		content: '';
		position: absolute;
		top: calc(50% - 25px);
		left: 0;
		width: 50px;
		height: 50px;
	}
	.main-advantage__item::after {
		content: '';
		position: absolute;
		top: calc(50% - 20px);
		left: 5px;
		width: 40px;
		height: 40px;
	}


	.page-contact__list {
		width: 100%;
		margin-left: 0;
	}
	.page-contact-item {
		width: 100%;
		margin: 0 0 48px;
	}


	.applic__head {
		font-size: 24px;
	}
	.applic-form {
		max-width: 320px;
	}
	.applic-form__line {
		margin-bottom: 16px;
	}
	.applic-form__line input {
		height: 56px;
	}
	.applic-form__confirm {
		padding-top: 0;
		margin-bottom: 24px;
	}


	.footer__copy {
		width: 100%;
		max-width: 100%;
		padding-bottom: 24px;
	}

}












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

	.head {
		font-size: 24px;
	}
	.head strong {
		font-size: 28px;
	}


	.header__desc {
		font-size: 12px;
	}


	.hero {
		background-position: -200px bottom;
		-webkit-background-size: 560px;
		background-size: 560px;
	}


	.main-info__photo-inside {
		margin-top: -40px;
	}
	.main-info__body {
		font-size: 15px;
		line-height: 1.6;
	}
	.main-info__body li {
		margin-bottom: 20px;
		padding-left: 32px;
	}


	.contain {
		padding-top: 32px;
		padding-bottom: 24px;
	}


	.good-tooth {
		padding-top: 40px;
		padding-bottom: 40px;
	}


	.step__photo {
		width: 280px;
		height: 240px;
	}


	.step-item {
		width: 100%;
	}


	.category__list {
		width: 100%;
		margin: 0;
	}
	.item {
		width: 100%;
		padding: 16px;
		margin: 0 0 24px;
	}
	.item__photo {
		padding-top: 80%;
	}
	.item__title {
		min-height: 24px;
		font-size: 15px;
	}


	.applic__head {
		text-align: center;
	}
	.applic__head span::before {
		display: none;
	}


	.popup {
		padding: 56px 24px;
	}


}












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

