@font-face {
	font-family: 'TT Norms';
	src: url("../fonts/TTNorms-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'TT Norms';
	src: url("../fonts/TTNorms-ExtraBold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'TT Norms';
	src: url("../fonts/TTNorms-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'TT Norms';
	src: url("../fonts/TTNorms-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap; }

* {
	-webkit-box-sizing: border-box;
					box-sizing: border-box; }

body {
	background-color: #fff;
	font-family: 'TT Norms', sans-serif;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
					font-feature-settings: 'pnum' on, 'lnum' on;
	color: #333;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	margin: 0; }
	body.overflow {
		overflow: hidden; }

a {
	display: inline-block;
	text-decoration: none;
	color: #333; }
	a:hover, a:focus, a:active {
		text-decoration: none;
		outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	line-height: normal; }

ul {
	margin: 0;
	padding: 0; }

input,
button,
textarea,
select {
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	outline: none; }

img {
	max-width: 100%;
	height: auto;
	vertical-align: top; }

p {
	line-height: 1.6; }
	p span {
		font-weight: bold; }
	p a {
		text-decoration: underline;
		-webkit-transition: .3s;
		transition: .3s; }
		p a:hover {
			color: #B73947;
			text-decoration: underline; }

.c-container {
	width: 1300px;
	margin: auto;
	position: relative; }

.section {
	padding: 35px 0; }

.s-title {
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	color: #4E585D;
	margin-bottom: 30px; }

.s-subtitle {
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	color: #4E585D;
	margin-bottom: 20px; }

.s-list {
	margin-bottom: 20px; }
	.s-list li {
		display: block;
		padding-left: 25px;
		position: relative;
		line-height: 1.4;
		margin-bottom: 10px; }
		.s-list li:last-child {
			margin-bottom: 0; }
		.s-list li:before {
			content: '';
			width: 3px;
			height: 3px;
			background-color: #333;
			border-radius: 50%;
			position: absolute;
			top: 9px;
			left: 10px; }
		.s-list li a {
			text-decoration: underline;
			-webkit-transition: .3s;
			transition: .3s; }
			.s-list li a:hover {
				color: #B73947;
				text-decoration: underline; }

/* Header */
.header {
	background-color: #fff;
	padding: 30px 0; }
	.header-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.header-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-ms-flex-negative: 0;
				flex-shrink: 0;
		font-size: 24px;
		color: #B73947; }
		.header-logo span span {
			font-weight: bold; }
		.header-logo img {
			margin-right: 10px; }
	.header-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: end;
				-ms-flex-pack: end;
						justify-content: flex-end; }
	.header-rating {
		background: url("../img/rating.svg") no-repeat left top;
		padding-left: 42px;
		color: #2C403D; }
		.header-rating span {
			display: block;
			font-weight: bold; }
	.header-contacts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
		margin: 0 55px; }
	.header-phone {
		display: block;
		font-size: 18px;
		font-weight: bold;
		color: #2C403D; }
		.header-phone-wrap {
			background: url("../img/h-phone.svg") no-repeat left top;
			padding-left: 35px;
			margin-left: 15px; }
	.header-callback {
		display: block;
		margin-top: 5px;
		font-size: 14px;
		color: #666;
		-webkit-transition: .3s;
		transition: .3s; }
		.header-callback:hover {
			color: #B73947; }
	.header-btn {
		margin-left: 35px;
		padding: 14px;
		background-color: #2C403D;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		-webkit-transition: .3s;
		transition: .3s; }
		.header-btn:hover {
			background-color: #B73947; }
		.header-btn img {
			margin-right: 6px; }
	.header-mnu {
		background-color: rgba(182, 182, 182, 0.18);
		padding: 15px 0;
		margin-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		list-style: none; }
		.header-mnu li {
			margin-right: 40px; }
			.header-mnu li:last-child {
				margin-right: 0; }
		.header-mnu a {
			font-size: 19px;
			font-weight: 500;
			color: #000;
			-webkit-transition: .3s;
			transition: .3s; }
			.header-mnu a:hover {
				color: #B73947; }

.social li {
	display: inline-block;
	margin-right: 10px; }
	.social li:last-child {
		margin-right: 0; }

.social a {
	-webkit-transition: .3s;
	transition: .3s; }
	.social a:hover {
		opacity: 0.8; }

.langs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none; }
	.langs li.active a {
		background-color: #5F9C8F;
		color: #fff;
		font-weight: bold; }
	.langs a {
		width: 35px;
		height: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		text-transform: uppercase;
		-webkit-transition: .3s;
		transition: .3s; }
		.langs a:hover {
			color: #5F9C8F; }

.toggle-nav {
	display: none; }

.body-dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(2px);
					backdrop-filter: blur(2px);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	z-index: -1; }
	.body-dark.active {
		opacity: 1;
		z-index: 90; }

.mnu li {
	display: block;
	margin-bottom: 20px; }
	.mnu li:last-child {
		margin-bottom: 0; }

.mnu a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold; }

.mnu-close {
	margin-bottom: 20px; }

.mnu-other {
	margin-top: 30px; }

.mnu-wrapper {
	position: fixed;
	top: 0;
	right: -100%;
	width: 350px;
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	z-index: 100;
	padding: 20px 20px 60px;
	-webkit-transition: .3s;
	transition: .3s; }
	.mnu-wrapper.active {
		right: 0; }
	.mnu-wrapper .header-btn {
		margin: 0;
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center; }
	.mnu-wrapper .header-contacts {
		margin-top: 20px;
		display: none; }
	.mnu-wrapper .header-phone-wrap {
		display: block; }

/* Main section */
.main {
	padding: 10px 0 35px; }
	.main-wrapper {
		background: url("../img/main-bg.png") no-repeat top;
		background-size: cover;
		padding: 60px 70px 80px; }
	.main-title {
		font-size: 53px;
		font-weight: 800;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 5px; }
	.main-subtitle {
		font-size: 24px;
		font-weight: 500;
		color: #fff;
		margin-bottom: 35px; }
	.main-list {
		margin-bottom: 30px; }
		.main-list li {
			display: block;
			padding-left: 20px;
			font-size: 20px;
			font-weight: 500;
			color: #fff;
			position: relative;
			margin-bottom: 15px; }
			.main-list li:last-child {
				margin-bottom: 0; }
			.main-list li:before {
				content: '—';
				position: absolute;
				top: 0;
				left: 0; }
	.main-date {
		background: url("../img/main-date.svg") no-repeat left top;
		padding-left: 45px;
		margin-bottom: 30px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		line-height: 1.4; }
		.main-date span {
			display: block;
			font-weight: normal; }
	.main-btn {
		background-color: #B73947;
		padding: 17px 50px;
		font-size: 18px;
		font-weight: 800;
		text-transform: uppercase;
		color: #fff;
		-webkit-transition: .3s;
		transition: .3s; }
		.main-btn:hover {
			background-color: #cb5865; }

/* Services section */
.services-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 -10px -30px; }

.services-item {
	width: 31.8%;
	margin: 0 10px 30px;
	height: 435px;
	position: relative;
	-webkit-box-shadow: 5px 4px 44px 0 rgba(0, 0, 0, 0.05);
					box-shadow: 5px 4px 44px 0 rgba(0, 0, 0, 0.05); }
	.services-item:before {
		content: '';
		width: 100%;
		height: 60%;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 64, 61, 0)), to(#2c403d));
		background: linear-gradient(180deg, rgba(44, 64, 61, 0) 0%, #2c403d 100%);
		opacity: 0.9;
		position: absolute;
		bottom: 0;
		left: 0; }
	.services-item-img {
		width: 100%;
		/*height: 100%;*/
		-o-object-fit: cover;
			 object-fit: cover; }
	.services-item-info {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		padding: 20px; }
	.services-item-title {
		font-size: 18px;
		font-weight: 800;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 15px; }
	.services-item-btn {
		background-color: #B73947;
		padding: 10px 20px;
		font-weight: 500;
		text-transform: uppercase;
		color: #fff;
		-webkit-transition: .3s;
		transition: .3s; }
		.services-item-btn:hover {
			background-color: #cb5865; }

/* Main-about section */
.main-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start; }
	.main-about-img {
		width: 455px;
		-ms-flex-negative: 0;
				flex-shrink: 0;
		margin-right: 60px; }
		.main-about-img img {
			width: 100%;
			-o-object-fit: cover;
				 object-fit: cover; }
	.main-about-info {
		width: 100%;
		padding-top: 15px; }
	.main-about .s-title {
		font-size: 30px; }
	.main-about-title {
		font-size: 40px;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 15px; }
	.main-about p {
		font-size: 18px;
		margin-bottom: 20px; }
	.main-about-advantages {
		margin-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: inherit;
				align-content: inherit; }
		.main-about-advantages-item {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
					-ms-flex-align: center;
							align-items: center;
			margin-right: 40px; }
			.main-about-advantages-item:last-of-type {
				margin-right: 0; }
			.main-about-advantages-item-icon {
				width: 70px;
				height: 70px;
				-ms-flex-negative: 0;
						flex-shrink: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
						-ms-flex-align: center;
								align-items: center;
				-webkit-box-pack: center;
						-ms-flex-pack: center;
								justify-content: center;
				background-color: rgba(26, 79, 141, 0.1);
				margin-right: 20px; }
			.main-about-advantages-item-title {
				font-size: 38px;
				font-weight: 800;
				color: #4E585D;
				margin-bottom: 5px; }
			.main-about-advantages-item p {
				font-size: 18px;
				margin-bottom: 0; }

/* Questions section */
.questions {
	width: 100%;
	border: 2px dashed #CCECC3;
	padding: 20px 45px 20px 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between; }
	.questions-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		width: 100%; }
	.questions-icon {
		-ms-flex-negative: 0;
				flex-shrink: 0;
		margin-right: 40px; }
	.questions-title {
		font-size: 28px;
		font-weight: 800;
		text-transform: uppercase;
		color: #646D71;
		line-height: 1.2;
		margin-bottom: 10px; }
	.questions p {
		font-size: 18px; }
	.questions-btn {
		-ms-flex-negative: 0;
				flex-shrink: 0;
		margin-left: 20px;
		background-color: #B73947;
		padding: 20px 55px;
		font-size: 18px;
		font-weight: 800;
		text-transform: uppercase;
		color: #fff;
		-webkit-transition: .3s;
		transition: .3s; }
		.questions-btn:hover {
			background-color: #cb5865; }

/* Steps section */
.steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between; }
	.steps-item {
		width: 24%;
		background-color: #5F9C8F;
		padding: 20px 15px;
		position: relative; }
		.steps-item:last-of-type:after {
			display: none; }
		.steps-item:after {
			content: '';
			width: 60px;
			height: 25px;
			background: url("../img/steps-arrow.svg") no-repeat center;
			position: absolute;
			top: 30px;
			right: 20px; }
		.steps-item-number {
			font-size: 75px;
			font-weight: 800;
			color: #fff;
			line-height: 1;
			margin-left: 10px;
			margin-bottom: 40px;
			position: relative; }
			.steps-item-number:before {
				content: '';
				width: 75px;
				height: 75px;
				border-radius: 50%;
				background-color: rgba(217, 217, 217, 0.3);
				position: absolute;
				top: 10px;
				left: -2px; }
			.steps-item-number span {
				position: relative;
				z-index: 3; }
		.steps-item-title {
			font-size: 20px;
			font-weight: bold;
			color: #fff;
			margin-bottom: 15px; }
		.steps-item p {
			color: #fff;
			line-height: 1.5; }
			.steps-item p span {
				font-weight: bold; }

/* Reviews section */
.reviews-slider-wrap {
	position: relative; }

.reviews-item-name {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px; }

.reviews-item-category {
	color: #888; }

.video {
	display: block;
	position: relative;
	height: 250px;
	position: relative; }
	.video iframe,
	.video video {
		display: block;
		width: 100%;
		height: 100%; }
	.video-play {
		background: none;
		border: none;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
						transform: translate(-50%, -50%);
		cursor: pointer; }
	.video-popup {
		background-color: #fff;
		padding: 60px 30px 30px;
		max-width: 1200px;
		margin: auto;
		position: relative; }

.arrow {
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: 4px solid #B73947;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
	-webkit-transition: .3s;
	transition: .3s; }
	.arrow:hover {
		background-color: #B73947; }
		.arrow:hover path {
			stroke: #fff; }
	.arrow path {
		-webkit-transition: .3s;
		transition: .3s; }
	.arrow-prev {
		left: -110px; }
	.arrow-next {
		right: -110px; }

/* Promo section */
.promo-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 -10px -20px; }

.promo-item {
	width: 31.8%;
	margin: 0 10px 20px;
	padding: 25px;
	border: 1px solid #5F9C8F; }
	.promo-item-icon {
		margin-bottom: 20px; }
	.promo-item-title {
		font-size: 22px;
		font-weight: bold;
		line-height: 1.4;
		color: #000;
		padding-right: 45px;
		margin-bottom: 20px; }
	.promo-item p {
		font-size: 18px;
		line-height: 1.4; }

/* Faq section */
.faq-item {
	margin-bottom: 20px; }
	.faq-item:first-of-type .faq-item-drop {
		display: block; }
	.faq-item:last-of-type {
		margin-bottom: 0; }
	.faq-item-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		font-size: 20px;
		font-weight: bold;
		cursor: pointer;
		color: #363940; }
		.faq-item-title.active .faq-item-arrow {
			-webkit-transform: rotate(-180deg);
					-ms-transform: rotate(-180deg);
							transform: rotate(-180deg); }
	.faq-item-arrow {
		width: 35px;
		height: 35px;
		-ms-flex-negative: 0;
				flex-shrink: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		border: 4px solid #C43437;
		border-radius: 50%;
		margin-right: 35px;
		-webkit-transition: .3s;
		transition: .3s; }
		.faq-item-arrow path {
			-webkit-transition: .3s;
			transition: .3s; }
	.faq-item-drop {
		padding-top: 15px;
		padding-left: 70px;
		display: none; }
		.faq-item-drop p {
			font-size: 16px;
			line-height: 1.5;
			margin-bottom: 20px; }
			.faq-item-drop p:last-of-type {
				margin-bottom: 0; }

/* Main-contacts section */
.main-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
			-ms-flex-align: end;
					align-items: flex-end; }
	.main-contacts-map {
		width: 460px;
		-ms-flex-negative: 0;
				flex-shrink: 0;
		margin-right: 60px; }
	.main-contacts-info {
		width: 100%; }
	.main-contacts .s-title {
		margin-bottom: 15px; }
	.main-contacts-desc {
		font-size: 18px;
		color: #363940;
		line-height: 1.4;
		margin-bottom: 30px; }
	.main-contacts-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start; }
	.main-contacts-form {
		width: 300px;
		-ms-flex-negative: 0;
				flex-shrink: 0;
		margin-right: 50px; }
		.main-contacts-form-input {
			width: 100%;
			height: 45px;
			padding: 0 15px;
			border: 1px solid #bbb;
			font: 16px 'TT Norms', sans-serif;
			color: #333;
			margin-bottom: 15px; }
		.main-contacts-form-radio {
			margin: 15px 0 30px; }
		.main-contacts-form-subtitle {
			font-weight: bold;
			margin-bottom: 10px; }
		.main-contacts-form-btn {
			background-color: #C43437;
			padding: 20px 30px;
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-align: center;
					-ms-flex-align: center;
							align-items: center;
			border: none;
			font: 500 16px 'TT Norms', sans-serif;
			color: #fff;
			text-transform: uppercase;
			cursor: pointer;
			-webkit-transition: .3s;
			transition: .3s; }
			.main-contacts-form-btn:hover {
				background-color: #d3585b; }
				.main-contacts-form-btn:hover img {
					margin-left: 38px; }
			.main-contacts-form-btn img {
				margin-left: 35px;
				-webkit-transition: .3s;
				transition: .3s; }
		.main-contacts-form-text {
			margin-top: 15px;
			font-size: 12px;
			color: #666; }
			.main-contacts-form-text a {
				display: inline;
				color: #666;
				text-decoration: underline; }
	.main-contacts-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		font-size: 14px;
		margin-bottom: 15px; }
		.main-contacts-item:last-of-type {
			margin-bottom: 0; }
		.main-contacts-item-icon {
			width: 25px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
					-ms-flex-pack: center;
							justify-content: center;
			margin-right: 10px;
			-ms-flex-negative: 0;
					flex-shrink: 0; }

.form-radio {
	display: block;
	margin-right: 15px; }
	.form-radio:last-of-type {
		margin-right: 0; }
	.form-radio-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
	.form-radio-input {
		display: none; }
	.form-radio-custom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		font-size: 16px;
		color: #000;
		cursor: pointer; }
	.form-radio-check {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		-ms-flex-negative: 0;
				flex-shrink: 0;
		background-color: #fff;
		border: 1px solid #AEAEAE;
		position: relative;
		margin-right: 7px; }
		.form-radio-check:before {
			content: '';
			width: 14px;
			height: 14px;
			background-color: #2E9E9E;
			border-radius: 50%;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
							transform: translate(-50%, -50%);
			opacity: 0;
			-webkit-transition: .3s;
			transition: .3s; }

.form-radio-input:checked + .form-radio-custom .form-radio-check:before {
	opacity: 1; }

/* Footer */
.footer {
	padding: 35px 0 30px; }
	.footer-wrapper {
		padding-top: 45px;
		border-top: 2px solid #5F9C8F;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.footer-subtitle {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 20px; }
	.footer-mnu li {
		display: block;
		margin-bottom: 15px; }
		.footer-mnu li:last-child {
			margin-bottom: 0; }
	.footer-mnu a {
		-webkit-transition: .3s;
		transition: .3s; }
		.footer-mnu a:hover {
			color: #B73947; }
	.footer-services-list li {
		display: block;
		margin-bottom: 10px; }
		.footer-services-list li:last-child {
			margin-bottom: 0; }
	.footer-services-list a {
		font-size: 18px;
		-webkit-transition: .3s;
		transition: .3s; }
		.footer-services-list a:hover {
			color: #B73947; }
	.footer .social {
		margin-top: 30px; }
	.footer-bottom {
		margin-top: 45px;
		padding: 15px;
		background-color: #5F9C8F; }
	.footer-copy {
		font-size: 14px;
		color: #fff; }

/* Popup */
.popup {
	display: none; }

.request-popup {
	max-width: 435px;
	margin: auto;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	text-align: center; }
	.request-popup-form {
		border: 1px dashed #4E585D;
		border-radius: 10px;
		padding: 30px 35px 35px; }
		.request-popup-form-input, .request-popup-form-textarea {
			width: 100%;
			height: 55px;
			padding: 0 15px;
			border-radius: 10px;
			border: 1px solid #4E585D;
			font: 16px 'TT Norms', sans-serif;
			color: #000;
			margin-bottom: 10px; }
		.request-popup-form-textarea {
			height: 180px;
			max-width: 100%;
			max-height: 100%;
			padding: 15px; }
		.request-popup-form ::-webkit-input-placeholder {
			color: #555; }
		.request-popup-form-text {
			margin-top: 5px;
			margin-bottom: 30px;
			padding-left: 20px;
			background: url("../img/form-icon.svg") no-repeat left top;
			font-size: 12px;
			text-align: left; }
		.request-popup-form-btn {
			background-color: #B73947;
			border-radius: 30px;
			padding: 20px 40px;
			border: none;
			cursor: pointer;
			color: #fff;
			font: bold 16px 'TT Norms', sans-serif;
			text-transform: uppercase;
			-webkit-transition: .3s;
			transition: .3s; }
			.request-popup-form-btn:hover {
				background-color: #cb5865; }
	.request-popup-title {
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 20px; }

.success {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	padding: 0 30px;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .3s;
	transition: .3s; }
	.success.active {
		opacity: 1;
		z-index: 100; }
	.success p {
		font-size: 20px;
		line-height: 1.4; }
		.success p span {
			display: block;
			font-weight: bold; }

.mfp-close {
	top: 10px;
	right: 10px; }
	.mfp-close:active {
		top: 10px; }

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
					transform: scale(0.8); }

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1); }

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
					transform: scale(0.8);
	opacity: 0; }

.p-main {
	padding: 20px 0 15px; }
	.p-main-title {
		font-size: 30px;
		font-weight: 800;
		text-transform: uppercase;
		color: #4E585D;
		margin-bottom: 15px; }
	.p-main-desc {
		margin-top: 30px; }

.crumbs li {
	display: inline-block;
	color: #999;
	padding-right: 15px;
	position: relative; }
	.crumbs li:after {
		content: '-';
		position: absolute;
		right: 2px;
		top: 0; }
	.crumbs li:last-child {
		padding-right: 0; }
		.crumbs li:last-child:after {
			display: none; }
		.crumbs li:last-child a {
			cursor: auto; }
			.crumbs li:last-child a:hover {
				color: #999; }

.crumbs a {
	color: #999;
	-webkit-transition: .3s;
	transition: .3s; }
	.crumbs a:hover {
		color: #B73947; }

.text-wrap {
	margin-bottom: 50px; }
	.text-wrap:last-of-type {
		margin-bottom: 0; }
	.text-wrap p {
		margin-bottom: 20px; }
		.text-wrap p:last-of-type {
			margin-bottom: 0; }
	.text-wrap-withimg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
		.text-wrap-withimg-photo {
			width: 580px;
			-ms-flex-negative: 0;
					flex-shrink: 0;
			margin-right: 30px; }
			.text-wrap-withimg-photo img {
				width: 100%;
				-o-object-fit: cover;
					 object-fit: cover; }
		.text-wrap-withimg-text {
			width: 100%; }

/* Subcategory page */
.subcategory-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 -10px -35px; }

.subcategory-item {
	width: 23.4%;
	margin: 0 10px 35px;
	padding-bottom: 60px;
	position: relative; }
	.subcategory-item-img {
		height: 310px;
		margin-bottom: 20px; }
		.subcategory-item-img img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
				 object-fit: cover; }
	.subcategory-item-title {
		font-size: 18px;
		font-weight: bold;
		color: #4E585D;
		line-height: 1.4; }
	.subcategory-item-cost {
		font-size: 18px;
		color: #4E585D;
		margin-top: 10px; }
		.subcategory-item-cost span {
			font-weight: bold;
			color: #2E9E9E; }
	.subcategory-item-btn {
		background-color: #B73947;
		padding: 10px 20px;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
		-webkit-transition: .3s;
		transition: .3s;
		position: absolute;
		bottom: 0;
		left: 0; }
		.subcategory-item-btn:hover {
			background-color: #cb5865; }

/* Object page */
.object-img {
	margin-bottom: 50px; }

.object-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px; }
	.object-info-item {
		margin-right: 40px; }
		.object-info-item:last-of-type {
			margin-right: 0; }
		.object-info-item-title {
			font-size: 18px;
			color: #4E585D;
			margin-bottom: 10px; }
		.object-info-item-value {
			font-size: 30px;
			font-weight: 800;
			color: #4E585D; }

.object-btn {
	background-color: #B73947;
	padding: 17px 50px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s; }
	.object-btn:hover {
		background-color: #cb5865; }

.object-desc {
	margin-top: 70px; }

.gallery-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 -10px 35px; }

.gallery-item {
	width: 22.4%;
	height: 285px;
	margin: 0 10px 15px;
	overflow: hidden; }
	.gallery-item:hover img {
		-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
						transform: scale(1.05); }
	.gallery-item img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
			 object-fit: cover;
		-webkit-transition: .3s;
		transition: .3s; }

/* Guides page */
.guides-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-bottom: -30px; }

.guides-item {
	width: 33%;
	margin-bottom: 30px;
	padding-right: 70px; }
	.guides-item-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center; }
	.guides-item-ava {
		width: 170px;
		height: 170px;
		border-radius: 50%;
		-ms-flex-negative: 0;
				flex-shrink: 0;
		margin-right: 25px; }
		.guides-item-ava img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
				 object-fit: cover;
			border-radius: 50%; }
	.guides-item-name {
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		color: #4E585D;
		margin-bottom: 15px; }
	.guides-item-contact {
		font-size: 18px;
		margin-bottom: 10px;
		display: block;
		-webkit-transition: .3s;
		transition: .3s; }
		.guides-item-contact:hover {
			color: #B73947; }
	.guides-item-text {
		margin-top: 30px; }
		.guides-item-text p {
			font-size: 17px; }

/* Contacts page */
.contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between; }
	.contacts-way {
		width: 970px;
		-ms-flex-negative: 0;
				flex-shrink: 0;
		margin-left: 20px; }
		.contacts-way-items {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
					-ms-flex-pack: justify;
							justify-content: space-between; }
		.contacts-way-item {
			width: 32%; }
			.contacts-way-item img {
				width: 100%;
				-o-object-fit: cover;
					 object-fit: cover; }
	.contacts .social {
		margin-top: 25px; }

/* Adaptive */
@media only screen and (max-width: 1600px) {
	.arrow-prev {
		left: -70px; }
	.arrow-next {
		right: -70px; } }

@media only screen and (max-width: 1500px) {
	.arrow-prev {
		left: -25px; }
	.arrow-next {
		right: -25px; } }

@media only screen and (max-width: 1360px) {
	.c-container {
		width: 100%;
		padding: 0 30px; }
	.header {
		padding: 20px 0; }
		.header-mnu {
			margin-top: 20px; }
		.header-rating {
			display: none; }
		.header-contacts {
			margin-left: 0;
			margin-right: 30px; }
		.header-btn {
			margin-left: 10px; }
	.main-wrapper {
		padding: 50px; }
	.services-item {
		width: 31.3%;
		height: 400px; }
	.main-about-img {
		width: 40%;
		margin-right: 30px; }
	.main-about-advantages-item-title {
		font-size: 26px; }
	.questions {
		padding: 10px 15px; }
		.questions-title {
			font-size: 24px; }
	.arrow-prev {
		left: 0; }
	.arrow-next {
		right: 0; }
	.reviews-slider-wrap {
		padding: 0 70px; }
	.video-play {
		width: 80px; }
	.promo-items {
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		margin: 0;
		margin-bottom: -20px; }
	.promo-item {
		width: 49%;
		margin: 0;
		margin-bottom: 20px; }
	.main-contacts-map {
		width: 40%;
		margin-right: 30px; }
	.main-contacts-form {
		margin-right: 30px; }
	.subcategory-item {
		width: 22.9%; }
	.object-info-item {
		margin-right: 20px; }
	.object-desc {
		margin-top: 50px; }
	.gallery-item {
		width: 22.9%;
		height: 250px; }
	.text-wrap-withimg-photo {
		width: 45%; }
	.guides-item {
		padding-right: 20px; }
		.guides-item-top {
			-webkit-box-align: start;
					-ms-flex-align: start;
							align-items: flex-start; }
		.guides-item-ava {
			width: 100px;
			height: 100px;
			margin-right: 20px; }
		.guides-item-text {
			margin-top: 20px; }
	.contacts-way {
		width: 70%; } }

@media only screen and (max-width: 1023px) {
	.header-mnu li {
		margin-right: 20px; }
	.header-mnu a {
		font-size: 17px; }
	.header .langs {
		display: none; }
	.header .header-btn {
		display: none; }
	.header-mnu {
		display: none; }
	.toggle-nav {
		display: block; }
	.main .c-container {
		padding: 0; }
	.main-wrapper {
		padding: 50px 30px; }
	.main-title {
		font-size: 44px; }
	.services-items {
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		margin: 0;
		margin-bottom: -30px; }
	.services-item {
		width: 48%;
		margin: 0;
		margin-bottom: 30px; }
	.main-about {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
				-ms-flex-direction: column-reverse;
						flex-direction: column-reverse; }
		.main-about-img {
			margin-top: 30px;
			width: auto; }
	.questions {
		display: block;
		padding: 20px 20px 40px; }
		.questions-icon {
			margin-right: 20px; }
		.questions-btn {
			margin-left: 145px;
			margin-top: 20px; }
		.questions-title {
			font-size: 24px; }
	.steps {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		margin-bottom: -30px; }
		.steps-item {
			width: 48%;
			margin-bottom: 30px;
			padding: 30px 15px; }
			.steps-item-number {
				font-size: 50px;
				margin-bottom: 30px; }
				.steps-item-number:before {
					width: 50px;
					height: 50px; }
			.steps-item-title {
				font-size: 25px;
				min-height: auto; }
			.steps-item p {
				font-size: 16px; }
	.video-popup iframe {
		height: 400px; }
	.main-contacts {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
				-ms-flex-direction: column-reverse;
						flex-direction: column-reverse;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start; }
		.main-contacts-map {
			width: 100%;
			margin-top: 50px; }
			.main-contacts-map iframe {
				height: 300px; }
	.footer-wrapper {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
	.footer .header-logo {
		width: 100%;
		margin-bottom: 30px; }
	.subcategory-item {
		width: 30.5%; }
		.subcategory-item-img {
			height: 250px; }
	.object-img {
		margin-bottom: 30px; }
	.object-info {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		margin-bottom: 10px; }
		.object-info-item {
			width: 25%;
			margin-right: 0;
			margin-bottom: 20px; }
			.object-info-item-title {
				font-size: 16px; }
			.object-info-item-value {
				font-size: 24px; }
	.gallery-item {
		width: 30.5%;
		height: 200px;
		margin-bottom: 20px; }
	.text-wrap-withimg {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
				-ms-flex-direction: column-reverse;
						flex-direction: column-reverse; }
		.text-wrap-withimg-photo {
			margin-top: 30px;
			width: 100%;
			margin-right: 0; }
			.text-wrap-withimg-photo img {
				width: auto; }
	.guides-item-top {
		display: block; }
	.guides-item-ava {
		margin-bottom: 15px; }
	.guides-item-text p {
		font-size: 15px; }
	.contacts {
		display: block; }
		.contacts-way {
			width: 100%;
			margin-left: 0;
			margin-top: 50px; } }

@media only screen and (max-width: 767px) {
	.header {
		padding: 15px 0; }
		.header-logo {
			font-size: 20px; }
		.header-phone-wrap {
			display: none; }
	.mnu-wrapper .header-contacts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
	.main {
		padding: 0 0 30px; }
		.main-title {
			font-size: 38px;
			margin-bottom: 10px; }
		.main-subtitle {
			font-size: 20px; }
		.main-list li {
			font-size: 18px; }
		.main-date {
			font-size: 18px; }
	.section {
		padding: 30px 0; }
	.s-title {
		font-size: 22px; }
	.services-item {
		height: 300px;
		width: 100%; }
	.main-about .s-title {
		font-size: 22px; }
	.main-about-advantages {
		display: block; }
		.main-about-advantages-item {
			margin-right: 0;
			margin-bottom: 20px; }
			.main-about-advantages-item:last-of-type {
				margin-bottom: 0; }
	.questions-icon {
		display: none; }
	.questions-btn {
		margin-left: 0; }
	.questions-title {
		font-size: 22px; }
		.questions-title br {
			display: none; }
	.questions p {
		font-size: 16px; }
	.steps {
		margin-bottom: -10px; }
		.steps-item {
			width: 48.8%;
			margin-bottom: 10px; }
			.steps-item:after {
				display: none; }
			.steps-item-number {
				font-size: 40px; }
				.steps-item-number:before {
					width: 40px;
					height: 40px; }
			.steps-item-title {
				font-size: 20px; }
			.steps-item p {
				font-size: 14px; }
	.arrow {
		display: none; }
	.section-slider .c-container {
		padding-right: 0; }
	.section-slider .s-title {
		padding-right: 30px; }
	.reviews-slider {
		padding-right: 20%; }
		.reviews-slider-wrap {
			padding: 0; }
	.video-play {
		width: 60px;
		height: 60px; }
	.faq-item-arrow {
		margin-right: 15px; }
	.faq-item-drop {
		padding-left: 0; }
	.faq-item-title {
		font-size: 18px; }
	.video-popup {
		padding: 50px 15px 15px; }
		.video-popup iframe {
			height: 250px; }
	.promo-item {
		width: 100%; }
	.main-contacts-title {
		font-size: 30px; }
	.main-contacts-desc {
		font-size: 16px; }
	.main-contacts-wrap {
		display: block; }
	.main-contacts-form {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px; }
	.main-contacts-map {
		margin-top: 30px; }
	.footer-mnu {
		width: 50%; }
	.footer-services {
		width: 50%; }
		.footer-services-list a {
			font-size: 16px; }
	.footer-contacts {
		margin-top: 30px;
		width: 100%; }
	.p-main-title {
		font-size: 26px; }
	.subcategory-items {
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		margin: 0;
		margin-bottom: -30px; }
	.subcategory-item {
		width: 48%;
		margin: 0;
		margin-bottom: 30px; }
		.subcategory-item-title {
			font-size: 16px; }
	.object-info-item {
		width: 50%; }
	.object-desc {
		margin-top: 30px; }
	.gallery-items {
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		margin: 0;
		margin-bottom: 10px; }
	.gallery-item {
		width: 48%;
		margin: 0;
		margin-bottom: 20px;
		height: 180px; }
	.s-subtitle {
		font-size: 20px; }
	.guides-item {
		width: 100%; }
		.guides-item-top {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
		.guides-item-ava {
			margin-bottom: 0; }
		.guides-item-text {
			margin-top: 10px; }
	.contacts-way-items {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		margin-bottom: -20px; }
	.contacts-way-item {
		width: 48%;
		margin-bottom: 20px; }
	.contacts-map iframe {
		height: 350px; } }

@media only screen and (max-width: 479px) {
	.c-container {
		padding: 0 15px; }
	.header-logo {
		font-size: 18px; }
		
		/*
		.header-logo img {
			width: 30px; }
		*/
	.header-contacts {
		display: none; }
	.mnu-wrapper {
		width: 100%; }
		.mnu-wrapper .header-contacts {
			display: block; }
		.mnu-wrapper .header-phone-wrap {
			margin-left: 0;
			margin-top: 10px; }
	.main-wrapper {
		padding: 40px 15px; }
	.main-title {
		font-size: 30px; }
	.main-subtitle {
		font-size: 17px;
		margin-bottom: 30px; }
	.main-list li {
		font-size: 16px;
		margin-bottom: 10px; }
	.main-date {
		font-size: 16px; }
	.main-btn {
		padding: 15px;
		font-size: 16px;
		text-align: center;
		line-height: 1.4; }
	.services-items {
		margin-bottom: -10px; }
	.services-item {
		height: 250px;
		margin-bottom: 10px; }
		.services-item-info {
			padding: 15px; }
		.services-item-title {
			font-size: 16px;
			line-height: 1.4; }
	.s-title {
		font-size: 20px; }
	.main-about .s-title {
		font-size: 20px; }
	.main-about p {
		font-size: 14px; }
	.main-about-advantages-item-icon {
		width: 50px;
		height: 50px;
		padding: 10px;
		margin-right: 10px; }
	.main-about-advantages-item-title {
		font-size: 24px; }
	.main-about-img {
		width: 100%; }
	.questions {
		padding: 20px 15px; }
		.questions-title {
			font-size: 18px; }
		.questions p {
			font-size: 14px; }
		.questions-btn {
			padding: 15px;
			font-size: 16px;
			width: 100%;
			text-align: center; }
	.steps-item {
		padding: 20px 15px; }
		.steps-item-number {
			font-size: 30px;
			margin-bottom: 20px;
			margin-left: 0; }
			.steps-item-number:before {
				width: 30px;
				height: 30px;
				top: 0; }
		.steps-item-title {
			font-size: 16px; }
		.steps-item p {
			font-size: 12px; }
	p {
		font-size: 14px; }
	.section-slider .s-title {
		padding-right: 15px; }
	.video {
		height: 200px; }
	.reviews-slider {
		padding-right: 15%; }
	.reviews-item-name {
		margin-top: 10px;
		font-size: 18px; }
	.reviews-item-category {
		font-size: 14px; }
	.faq-item-arrow {
		width: 30px;
		height: 30px;
		border-width: 3px; }
	.faq-item-title {
		font-size: 16px; }
	.faq-item p {
		font-size: 14px; }
	.request-popup-title {
		font-size: 22px; }
	.request-popup-form {
		padding: 40px 15px; }
		.request-popup-form-input {
			height: 45px;
			font-size: 14px; }
		.request-popup-form-text {
			margin-bottom: 20px; }
		.request-popup-form-btn {
			font-size: 14px; }
	.promo-item {
		padding: 20px; }
		.promo-item-title {
			padding-right: 0;
			font-size: 18px;
			margin-bottom: 15px; }
		.promo-item p {
			font-size: 14px; }
	.main-contacts-title {
		font-size: 26px; }
	.main-contacts-desc {
		font-size: 14px; }
		.main-contacts-desc br {
			display: none; }
	.main-contacts-form-input {
		font-size: 14px;
		margin-bottom: 10px; }
	.main-contacts-form-subtitle {
		font-size: 14px; }
	.main-contacts-form-btn {
		width: 100%;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center; }
		.main-contacts-form-btn img {
			margin-left: 20px; }
	.main-contacts-map iframe {
		height: 250px; }
	.form-radio-custom {
		font-size: 14px; }
	.footer-wrapper {
		padding-top: 35px; }
	.footer-subtitle {
		font-size: 15px; }
	.footer-mnu {
		width: 100%;
		margin-bottom: 30px; }
	.footer-services {
		width: 100%; }
	.footer-copy {
		font-size: 12px;
		line-height: 1.4; }
	.footer-bottom {
		margin-top: 35px; }
	.p-main-title {
		font-size: 22px; }
	.crumbs li {
		font-size: 14px; }
	.crumbs a {
		font-size: 14px; }
	.subcategory-item {
		width: 100%;
		padding-bottom: 0; }
		.subcategory-item-img {
			height: 200px; }
		.subcategory-item-cost {
			margin-bottom: 20px; }
		.subcategory-item-btn {
			position: static; }
	.object-info-item-title {
		font-size: 14px; }
	.object-info-item-value {
		font-size: 20px; }
	.object-btn {
		font-size: 16px;
		width: 100%;
		text-align: center;
		padding: 15px; }
	.gallery-item {
		height: 150px;
		margin-bottom: 15px; }
	.s-subtitle {
		font-size: 18px; }
	.s-list li {
		font-size: 14px; }
	.contacts-way-item {
		width: 100%; }
	.contacts-map iframe {
		height: 300px; } }
