@import url(fontello.css);

/* -------------------------------
	Global 
------------------------------- */
html, body {height: 100%;}
	html {background: #eaeaea;}
	body {
		min-width: 320px;
		font: 16px/1.7 'Roboto', sans-serif;
		color: #3f3f3f;
	}

body,
dl, dd,
blockquote, fieldset, legend {
	margin: 0;
	padding: 0;
}
fieldset {border: none;}
table {
	border: none;
	border-collapse: collapse;
}
	th, td {vertical-align: top;}
	th {
		text-align: left;
		font-weight: normal;
	}
address {font-style: normal;}
p, ul, ol {margin: 0 0 1.7em 0;}
img {
	max-width: 100%;
	vertical-align: top;
}
iframe[src="//t.insigit.com/nsapi/static/partners.html"] {display: none;}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

#wrapper {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1700px;
	min-height: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

/* -------------------------------
	Txt 
------------------------------- */
.f_row {margin-bottom: 12px;}
	.f_row label {
		display: block;
		margin-bottom: 0.15em;
		font-size: 14px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.8em 0;
	font-weight: 500;
	line-height: 1.3;
	color: #313f55;
	text-transform: uppercase;
}
h1 {font-size: 30px;}
h2 {font-size: 25px;}
h3 {font-size: 20px;}
h4 {font-size:;}
h5 {font-size:;}
h6 {font-size:;}

.title1 {
	margin: 0 0 0.8em 0;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
	color: #313f55;
	text-transform: uppercase;
}

.title2 {
	margin: 0 0 0.5em 0;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.3;
	color: #313f55;
	text-transform: uppercase;
}

.title3 {
	margin: 0 0 0.5em 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	color: #313f55;
	text-transform: uppercase;
}

.title4 {
	margin: 0 0 1.2em 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	color: #373737;
	text-transform: uppercase;
}

.title5 {
	margin: 0 0 0.5em 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	color: #313f55;
	text-transform: uppercase;
}

.title6 {
	margin: 0 0 0.5em 0;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.3;
	color: #313f55;
	text-transform: uppercase;
}

.title7 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color: #b34347;
	text-transform: uppercase;
}

.tbl_hide,
.tbl_hide th,
.tbl_hide td {border: none;}

.tbl_border,
.tbl_border th,
.tbl_border td {border: 1px solid #333;}

.tbl_overflow {
	position: relative;
	overflow: auto;
}
	.tbl_overflow table {min-width: 640px;}

/* -------------------------------
	Links 
------------------------------- */
:focus {outline: none;}
a img {border: none;}

a {
	color: #b34347;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {text-decoration: none;}

a[href^="tel"] {
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
}

/* -------------------------------
	Forms 
------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
	background: #fbfcfc;
	width: 100%;
	margin: 0;
	padding: 11px 15px;
	border: 1px solid #ced2d6;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.25;
	-webkit-appearance: none;
}
textarea {
	height: 110px;
	overflow: auto;
	resize: none;
	vertical-align: top;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: inherit;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type="submit"],
input[type="button"],
button {
	border: none;
	cursor: pointer;
}

.btn {
	background: #b34347;
	display: inline-block;
	min-width: 150px;
	padding: 12px 15px;
	border: none;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.25;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn:hover {background: #cd4d52;}

/* -------------------------------
	Header 
------------------------------- */
#header {
	position: relative;
	z-index: 200;
	line-height: 1.4;
}
#header::before {
	content: "";
	background: url(../design/bkg3.png) center 0 no-repeat;
	width: 100%;
	height: 51px;
	position: absolute;
	top: 100%;
	left: 0;
}
	.hdr_row1 {
		background: #434e5e;
		color: #fff;
	}
		.hdr_row1 .in {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			min-height: 50px;
			padding-top: 10px;
			padding-bottom: 10px;
		}

	.hdr_row2 {
		background: #b34347 url(../design/bkg5.jpg) center 0 / cover no-repeat;
		color: #fff;
	}
		.hdr_row2 .in {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding-top: 40px;
			padding-bottom: 40px;
		}

		.h_lang {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin: 0;
			padding: 0;
			list-style: none;
			font-size: 12px;
			color: #8796ad;
			text-transform: uppercase;
		}
			.h_lang li {}
			.h_lang li::after {
				content: "\002F";
				margin: 0 18px;
			}
			.h_lang li:last-child::after {display: none;}
				.h_lang a {
					font-weight: 700;
					color: #fff;
					text-decoration: none;
				}
				.h_lang a:link {
					font-weight: 400;
					color: inherit;
				}
				.h_lang a:hover {color: #fff;}

		.h_contacts {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
			.h_contacts p {margin: 0;}
			.h_contacts p::after {
				content: "\002F";
				margin: 0 24px;
				color: #8796ad;
			}
			.h_contacts p:last-child::after {display: none;}
			.h_contacts a {
				color: inherit;
				text-decoration: none;
			}
			.h_contacts a[href^="tel"] {font-weight: 700;}

		.h_logo {}

		.m_ctrl {
			display: none;
			width: 40px;
			margin-left: 20px;
			border-top: 5px solid #fff;
			border-bottom: 5px solid #fff;
			cursor: pointer;
		}
		.m_ctrl::before {
			content: "";
			display: block;
			background: #fff;
			height: 5px;
			margin: 7px 0;
		}

		.h_menu_wr {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
			.h_menu_wr .close {
				display: none;
				padding: 10px;
				position: absolute;
				top: 0;
				right: 0;
				font-size: 20px;
				line-height: 1;
				cursor: pointer;
			}
			.h_menu {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end;
				margin: 0;
				padding: 0;
				list-style: none;
				text-transform: uppercase;
			}
				.h_menu > li {
					margin-right: 38px;
					position: relative;
				}
				.h_menu > li:last-child {margin-right: 0;}
					.h_menu > li > a {
						display: block;
						padding: 3px 0 2px 0;
						border-bottom: 1px solid transparent;
						font-weight: 700;
						font-size: 15px;
						color: #e7c9c9;
						white-space: nowrap;
						text-decoration: none;
					}
					.h_menu > li:hover > a,
					.h_menu > li.active > a {
						border-bottom-color: #fff;
						color: #fff;
					}
					.hm_ddown > a {
						margin-right: 12px;
						position: relative;
					}
					.hm_ddown > a::after {
						content: "\e804";
						position: absolute;
						top: 8px;
						right: -12px;
						font-family: "fontello";
						font-weight: normal;
						font-size: 12px;
						line-height: 1;
					}
					.h_menu ul {
						display: none;
						width: 300px;
						margin: 0;
						padding: 0;
						list-style: none;
						position: absolute;
						top: 100%;
						left: 0;
					}
						.h_menu ul li {}
							.h_menu ul a {
								background: #6c7b92;
								display: block;
								padding: 11px 25px;
								border-bottom: 1px solid #8f9fb8;
								font-size: 13px;
								color: #fff;
								text-decoration: none;
							}
							.h_menu ul li:last-child a {border: none;}
							.h_menu ul a:hover {background: #434e5e;}

					.h_menu > li:hover ul {display: block;}

#header.v1::before {
	background-image: url(../design/bkg1.png);
	height: 82px;
}
	#header.v1 .hdr_row2 {
		background-image: url(../design/bkg4.jpg);
		height: 80vw;
		max-height: 900px;
	}
		#header.v1 .hdr_row2 .in {padding-top: 50px;}

/* -------------------------------
	Main 
------------------------------- */
#main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	padding-bottom: 90px;
}

	.breadcrumbs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 5px 0;
		padding: 0;
		list-style: none;
		font-size: 12px;
		line-height: 1.4;
		color: #8f9aaa;
		text-transform: uppercase;
	}
		.breadcrumbs li {margin-bottom: 0.2em;}
		.breadcrumbs li::after {
			content: "\002F";
			margin: 0 5px;
		}
		.breadcrumbs li:last-child::after {display: none;}
			.breadcrumbs a {color: inherit;}

	.slick-arrow {
		background: none;
		min-width: auto;
		padding: 0;
		position: absolute;
		top: 0;
		z-index: 2;
		font-size: 0;
		line-height: 0;
		color: #6c7b92;
	}
	.slick-prev {left: 0;}
	.slick-next {right: 0;}
	.slick-prev::before,
	.slick-next::before {
		font-family: "fontello";
		font-weight: normal;
		font-size: 42px;
		line-height: 1;
	}
	.slick-prev::before {content: "\e86d";}
	.slick-next::before {content: "\e869";}
	.slick-arrow.slick-disabled {color: #c8d2e0;}

	.slick-dots {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 0;
		line-height: 0;
		text-align: center;
	}
		.slick-dots li {
			display: inline-block;
			vertical-align: middle;
			margin: 5px 20px;
		}
			.slick-dots button {
				background: none;
				width: 10px;
				min-width: auto;
				height: 10px;
				padding: 0;
				font-size: 0;
				line-height: 0;
			}
			.slick-dots button::before {
				content: "";
				background: #ebdad9;
				display: inline-block;
				width: 6px;
				height: 6px;
				border-radius: 50%;
			}
			.slick-dots li.slick-active button::before {
				background: #6c7b92;
				width: 10px;
				height: 10px;
			}

	.c_wr_head {
		max-width: 850px;
		margin: 0 auto;
		padding-bottom: 25px;
		text-align: center;
	}
		.c_wr_head .title {
			margin-bottom: 1.25em;
			font-weight: 100;
			font-size: 25px;
			color: #000;
			text-transform: uppercase;
		}
			.c_wr_head .title span {
				display: block;
				font-weight: 400;
				font-size: 80px;
				line-height: 1.2;
				color: #b63e3d;
				text-transform: none;
			}

	.c_wr {padding: 55px 0;}

	.b_info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 1070px;
		margin: 0 auto;
	}
		.b_info .item {
			-ms-flex-preferred-size: 250px;
			flex-basis: 250px;
			margin-right: 160px;
			margin-bottom: 2.5em;
			padding: 0 20px;
			position: relative;
			line-height: 1.25;
			text-align: center;
		}
		.b_info .item::after {
			content: "";
			background: url(../design/spr.png) center 0 no-repeat;
			width: 160px;
			height: 11px;
			position: absolute;
			top: 54px;
			left: 100%;
		}
		.b_info .item:last-child {margin-right: 0;}
		.b_info .item:last-child::after {display: none;}
			.b_info .head {
				margin-bottom: 13px;
				font-weight: 300;
				font-size: 120px;
				line-height: 1;
				color: #6c7b92;
			}
				.b_info .head i {
					display: inline-block;
					vertical-align: top;
					margin-top: 0.12em;
					font-size: 0.8em;
				}
			.b_info .title6 {color: #b63e3d;}
			.b_info p {margin: 0;}

	.c_wr1 {padding: 15px 0;}
		.c_wr1 .title1 {margin-bottom: 1.2em;}

	.b_info1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -25px;
	}
	.b_info1 .item {
		width: calc(100% / 5 - 25px);
		/* height: 12.5vw; */
		/* max-height: 150px; */
		margin: 0 12.5px 25px 12.5px;
		position: relative;
		color: #fff;
		text-decoration: none;
		aspect-ratio: 33/25;
	}
		/* .b_info1 .item::after {
			content: "";
			background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
			background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
			background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
		} */
			.b_info1 .item img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				object-fit: cover;
				/* -webkit-filter: grayscale(1);
				filter: grayscale(1); */
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.b_info1 .title5 {
				width: 100%;
				margin: 0;
				padding: 30px;
				position: absolute;
				bottom: 0;
				left: 0;
				z-index: 1;
				color: inherit;
			}
		.b_info1 .item:hover img {
			-webkit-filter: none;
			filter: none;
		}
		.b_info1 .item:hover {
			-webkit-transform: scale(1.31);
			-ms-transform: scale(1.31);
			transform: scale(1.31);
			z-index: 2;
		}

	.carousel {
		display: block;
		margin: 0 -5px !important;
	}
		.carousel .slick-list {
			margin: -50px 0;
			padding: 50px 0;
		}
			.carousel .slick-track {}
				.carousel .slick-slide {}
					.carousel .slick-slide > div {margin: 0 5px;}
						.carousel .item {margin: 0 !important;}

	.crsl_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px 10px 8px 10px;
		position: relative;
	}
		.crsl_nav .slick-arrow {
			position: static;
		}
		.crsl_nav .slick-prev {margin-right: 30px;}
		.crsl_nav .slick-next {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
			margin-left: 30px;
		}

	.c_wr2 {padding-top: 50px;}

	.b_info2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 1070px;
		margin: 0 auto;
	}
		.b_info2 .item {
			-ms-flex-preferred-size: 250px;
			flex-basis: 250px;
			margin-right: 160px;
			margin-bottom: 2.5em;
			position: relative;
			text-align: center;
		}
		.b_info2 .item::after {
			content: "";
			background: url(../design/spr.png) center 0 no-repeat;
			width: 160px;
			height: 11px;
			position: absolute;
			top: 120px;
			left: 100%;
		}
		.b_info2 .item:last-child {margin-right: 0;}
		.b_info2 .item:last-child::after {display: none;}
			.b_info2 a {text-decoration: none;}
			.b_info2 .thumb {
				width: 250px;
				height: 250px;
				margin: 0 auto 25px auto;
				border-radius: 50%;
				overflow: hidden;
			}

	.pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
		.pagination a {
			background: #313f55;
			width: 55px;
			height: 55px;
			margin: 3px;
			border-radius: 50%;
			font-weight: 500;
			font-size: 18px;
			line-height: 55px;
			color: #fff;
			text-decoration: none;
			text-align: center;
		}
		.pagination a:link {
			background: none;
			color: #313f55;
		}
		.pagination a:hover {
			background: #313f55;
			color: #fff;
		}

	.content_wr {padding: 38px 0 55px 0;}

	.b_info3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -13px;
	}
		.b_info3 .item {
			-ms-flex-preferred-size: 280px;
			flex-basis: 280px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			margin: 0 13px 26px 13px;
		}
			.b_info3 img {
				display: block;
				margin: 0 auto;
			}

	.b_info4 {}
		.b_info4 dl {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: -webkit-max-content 1fr;
			-ms-grid-columns: max-content 1fr;
			grid-template-columns: -webkit-max-content 1fr;
			grid-template-columns: max-content 1fr;
			grid-gap: 12px 15px;
			margin-bottom: 20px;
			padding-bottom: 20px;
			border-bottom: 1px dashed #000;
		}
		.b_info4 dl:last-child {
			padding-bottom: 0;
			border: none;
		}
			.b_info4 dt {
				font-size: 18px;
				text-align: right;
			}
			.b_info4 dd {font-size: 15px;}
			.b_info4 .v1 {color: #b34347;}
			.b_info4 dd.v1 {font-size: 18px;}

	.f_cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
		.f_cols .f_row {
			margin-right: 15px;
			margin-left: 15px;
		}

	.b_form {
		background: #f4f4f4;
		margin-top: 35px;
		padding: 20px 20px 30px 20px;
		border-top: 5px solid #b34347;
	}
		.b_form .f_cols .f_row {
			-ms-flex-preferred-size: 200px;
			flex-basis: 200px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
		.b_form textarea {height: 150px;}
		.b_form .b_btn {padding-top: 18px;}
			.b_form .btn {min-width: 220px;}

	.b_info5 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -25px;
	}
		.b_info5 .item {
			width: calc(100% / 3 - 50px);
			margin: 0 25px 50px 25px;
		}
			.b_info5 .thumb {
				height: 20vw;
				max-height: 200px;
			}
				.b_info5 img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					object-fit: cover;
					-webkit-filter: grayscale(1);
					filter: grayscale(1);
					-webkit-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
					transition: all 0.3s ease;
				}
			.b_info5 .descr {
				padding: 28px 30px 0 30px;
				font-size: 14px;
			}
				.b_info5 .title5 {margin-bottom: 1em;}
					.b_info5 .title5 a {
						color: inherit;
						text-decoration: none;
					}
				.b_info5 p {margin: 0;}
		.b_info5 .item:hover img {
			-webkit-filter: none;
			filter: none
		}
		.b_info5 .item:hover .title5 a {color: #b34347;}

	.b_info6 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -25px;
		font-size: 14px;
	}
		.b_info6 .col {
			-ms-flex-preferred-size: 285px;
			flex-basis: 285px;
			margin: 0 25px 50px 25px;
		}
		.b_info6 .col:nth-child(1) {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
		.b_info6 .col:nth-child(2) {
			-webkit-box-flex: 2;
			-ms-flex-positive: 2;
			flex-grow: 2;
		}

	.b_form1 {max-width: 645px;}
		.b_form1 .f_cols .f_row {
			-ms-flex-preferred-size: 200px;
			flex-basis: 200px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
		.b_form1 .b_btn {padding-top: 18px;}

	.map {
		height: 60vw;
		min-height: 300px;
		max-height: 405px;
		overflow: hidden;
	}
		.map iframe {
			width: 100%;
			height: 100%;
			-webkit-filter: grayscale(1);
			filter: grayscale(1);
		}

	.article {}

/* -------------------------------
	Footer 
------------------------------- */
#footer {position: relative;}
#footer::before {
	content: "";
	background: url(../design/bkg2.png) center 0 no-repeat;
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 100%;
	left: 0;
}

	.ftr_row1 {
		background: #b34347;
		padding: 65px 0 25px 0;
		line-height: 1.4;
		color: #fff;
	}

	.ftr_row2 {
		background: #cd4d52;
		padding: 45px 0;
		color: #fff;
	}
		.ftr_row2 .in {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}

			.ftr_row2 a:not([href^="tel"]) {
				color: inherit;
				text-decoration: none;
			}
			.ftr_row2 a:not([href^="tel"]):hover {color: #d8d8d8;}
		
		.f_menu {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin: 0 -25px;
			padding: 0;
			list-style: none;
		}
			.f_menu > li {
				-ms-flex-preferred-size: 180px;
				flex-basis: 180px;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				margin: 0 25px 20px 25px;
			}
				.f_menu .title6 {
					margin-bottom: 1.5em;
					padding-bottom: 4px;
					border-bottom: 1px solid rgba(255, 255, 255, 0.4);
					color: inherit;
				}

				.f_menu ul {
					margin: 0;
					padding: 0;
					list-style: none;
					font-size: 12px;
					text-transform: uppercase;
				}
					.f_menu ul li {margin-bottom: 1.6em;}
						.f_menu ul a {
							color: #d8d8d8;
							text-decoration: none;
						}
						.f_menu ul a:hover {color: #fff;}

		.f_logo {margin-right: 30px;}

		.f_social {
			-ms-flex-negative: 0;
			flex-shrink: 0;
			margin-right: 12px;
			font-size: 22px;
			line-height: 1;
		}
			.f_social a {margin-right: 18px;}

		.f_contacts {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
			.f_phone {
				margin-right: 50px;
				font-weight: 500;
				font-size: 22px;
				line-height: 1.4;
			}
			.f_address {color: #d8d8d8;}

@media screen and (max-width: 1110px) {
	.h_menu > li {margin-right: 20px;}

	.b_info1,
	.b_info5 {
		margin-right: -15px;
		margin-left: -15px;
	}
		.b_info1 .item,
		.b_info5 .item {
			width: calc(100% / 3 - 30px);
			margin: 0 15px 30px 15px;
		}
		.b_info1 .item:hover {
			-webkit-transform: scale(1.18);
			-ms-transform: scale(1.18);
			transform: scale(1.18);
		}

	.b_info .item,
	.b_info2 .item {margin-right: 90px;}
	.b_info .item::after,
	.b_info2 .item::after {width: 90px;}

	.b_info6 {
		margin-right: -15px;
		margin-left: -15px;
	}
		.b_info6 .col {margin: 0 15px 30px 15px;}

	.f_menu {
		margin-right: -15px;
		margin-left: -15px;
	}
		.f_menu > li {
			margin-right: 15px;
			margin-left: 15px;
		}

	.f_phone {margin-right: 30px;}
}

@media screen and (max-width: 980px) {
	.in {
		padding-right: 10px;
		padding-left: 10px;
	}

	#header {
		width: 100%;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		position: fixed;
		top: 0;
		left: 0;
	}
	#header::before {display: none;}

		.hdr_row2 .in,
		#header.v1 .hdr_row2 .in {
			padding-top: 15px;
			padding-bottom: 15px;
		}

		.hdr_row2 .in {
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}

		.m_ctrl {display: block;}

		.h_menu_wr {
			background: -webkit-gradient(linear, left top, left bottom, from(rgba(205,77,82,1)), color-stop(50%, rgba(179,67,71,1)), to(rgba(179,67,71,1)));
			background: -o-linear-gradient(top, rgba(205,77,82,1) 0%, rgba(179,67,71,1) 50%, rgba(179,67,71,1) 100%);
			background: linear-gradient(to bottom, rgba(205,77,82,1) 0%, rgba(179,67,71,1) 50%, rgba(179,67,71,1) 100%);
			display: none;
			width: 100%;
			max-width: 360px;
			height: 100vh;
			padding: 20px 40px 20px 20px;
			-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
			position: fixed;
			top: 0;
			left: 0;
			overflow: auto;
		}
			.h_menu_wr .close {display: block;}
			
			.h_menu {
				display: block;
			}
				.h_menu > li {margin: 0 0 1em 0;}
					.h_menu > li > a {padding-top: 0;}
					.hm_ddown > a {margin-right: 0;}
					.hm_ddown > a::after {
						margin-left: 0.5em;
						position: static;
					}
					.h_menu ul {
						margin-bottom: 10px;
						position: static;
					}

		.h_lang li::after,
		.h_contacts p::after {margin: 0 10px;}

	#header.v1 .hdr_row2 {
		background-image: url(../design/bkg5.jpg);
		height: auto;
		max-height: none;
	}

	#main {padding: 133px 0 0 0;}

		.c_wr_head .title span {font-size: 60px;}

		.b_info .head {font-size: 100px;}

		.b_info1 .item {
			width: calc(50% - 30px);
			/* height: 40vw;
			max-height: 392px; */
		}
		.b_info1 .item:hover {-webkit-transform: none;-ms-transform: none;transform: none;}

		.c_wr2 {padding-bottom: 55px;}

		.b_info,
		.b_info2 {
			-ms-flex-pack: distribute;
			justify-content: space-around;
			margin: 0 -15px;
		}
			.b_info .item,
			.b_info2 .item {
				margin-right: 15px;
				margin-left: 15px;
			}
			.b_info .item:last-child,
			.b_info2 .item:last-child {margin-right: 15px;}
			.b_info .item::after,
			.b_info2 .item::after {display: none;}

		.b_info5 .item {width: calc(50% - 30px);}
			.b_info5 .thumb {
				height: 27vw;
				max-height: 258px;
			}

		.article > img,
		.article p > img {
			display: block;
			width: auto !important;
			height: auto !important;
			float: none !important;
			margin: 0 0 1.7em 0 !important;
		}

	#footer::before {display: none;}

		.ftr_row1 {
			padding-top: 40px;
			padding-bottom: 0;
		}

		.ftr_row2 {padding: 15px 0;}

		.f_logo {display: none;}

		.f_phone {font-size: 20px;}
}

@media screen and (max-width: 640px) {
	.h_contacts {}
	.h_contacts a[href^="tel"],
	.h_contacts a[href^="mailto"] {
		display: inline-block;
		font-size: 0;
		line-height: 0;
	}
	.h_contacts a[href^="tel"]::before,
	.h_contacts a[href^="mailto"]::before {
		font-family: "fontello";
		font-size: 22px;
		line-height: 1;
	}
	.h_contacts a[href^="tel"]::before {content: "\e800";}
	.h_contacts a[href^="mailto"]::before {content: "\e802";}

	.b_info .head {font-size: 80px;}

	.b_info1,
	.b_info5 {
		margin-right: -10px;
		margin-left: -10px;
	}
		.b_info1 .item,
		.b_info5 .item {
			width: calc(50% - 20px);
			margin: 0 10px 20px 10px;
		}
			.b_info1 .title5 {padding: 20px;}

	.crsl_nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		.crsl_nav .slick-dots {
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			margin-bottom: 15px;
		}
		.crsl_nav .slick-prev {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
		}

	.b_info,
	.b_info2 {margin: 0 -10px;}
		.b_info .item,
		.b_info2 .item {
			margin-right: 10px;
			margin-left: 10px;
		}
		.b_info .item:last-child,
		.b_info2 .item:last-child {margin-right: 10px;}

	.b_info5 .item {margin-bottom: 30px;}
		.b_info5 .descr {padding: 18px 20px 0 20px;}

	.f_cols {margin: 0 -10px;}
		.f_cols .f_row {
			margin-right: 10px;
			margin-left: 10px;
		}

	.ftr_row2 .in {
		display: block;
		text-align: center;
	}

		.f_social {margin: 10px 0 20px 0;}

		.f_contacts {display: block;}
			.f_phone {margin: 0 0 10px 0;}
}

@media screen and (max-width: 550px) {
	body {font-size: 14px;}

	h1,
	.title1 {font-size: 25px;}

	h2,
	.title2 {font-size: 20px;}

	h3,
	.title3,
	.title4 {font-size: 18px;}

	.title5 {font-size: 16px;}

	.title6,
	.title7 {font-size: 15px;}

	.h_logo img {width: 200px;}

	#main {padding-top: 118px;}

		.c_wr_head .title {font-size: 20px;}
		.c_wr_head .title span {font-size: 50px;}

		.c_wr,
		.c_wr2 {padding: 30px 0;}

		.b_info .head {font-size: 70px;}

		.b_info1,
		.b_info5 {
			margin-right: -5px;
			margin-left: -5px;
		}
		.b_info1 .item,
		.b_info5 .item {
			width: calc(50% - 10px);
			margin: 0 5px 10px 5px;
		}

		.b_info,
		.b_info2 {margin: 0 -5px;}
			.b_info .item,
			.b_info2 .item {
				-ms-flex-preferred-size: 200px;
				flex-basis: 200px;
				margin-right: 5px;
				margin-left: 5px;
			}
			.b_info .item:last-child,
			.b_info2 .item:last-child {margin-right: 5px;}
				.b_info2 .thumb {
					width: 200px;
					height: 200px;
				}
				.b_info2 .title6 {margin-bottom: 0;}

		.pagination {
			padding-top: 20px;
		}
			.pagination a {
				width: 45px;
				height: 45px;
				font-size: 16px;
				line-height: 45px;
			}

		.b_info4 dt,
		.b_info4 dd.v1 {font-size: 16px;}

		.f_cols {margin: 0 -5px;}
			.f_cols .f_row {
				margin-right: 5px;
				margin-left: 5px;
			}

		.b_info5 .item {margin-bottom: 30px;}
}

@media screen and (max-width: 480px) {
	.b_info1 .item {
		width: calc(100% - 10px);
		/* height: 55vw;
		max-height: 256px; */
	}

	.b_info5 .item {width: calc(100% - 10px);}
		.b_info5 .thumb {
			height: 55vw;
			max-height: 256px;
		}
}

@media screen and (max-width: 360px) {
	.b_info4 dl {display: block;}
		.b_info4 dt {text-align: left;}
		.b_info4 dd {margin-bottom: 1em;}
		.b_info4 dl dd:last-child {margin-bottom: 0;}

	.b_form .btn {
		width: 100%;
		min-width: auto;
	}
}