﻿@charset "UTF-8";
/* 
@font-face {
	font-family: 'segoeui';
	src: url('../../fonts/segoeui/normal/light.eot');
	src: url('../../fonts/segoeui/normal/light-1.eot') format('embedded-opentype'),
		url('../../fonts/segoeui/normal/light.woff2') format('woff2'),
		url('../../fonts/segoeui/normal/light.woff') format('woff'),
		url('../../fonts/segoeui/normal/light.ttf') format('truetype'),
		url('../../fonts/segoeui/normal/light.svg#segoeui') format('svg');
	font-style: normal;
	font-weight: 300;
	font-display: fallback;
}

@font-face {
	font-family: 'segoeui';
	src: url('../../fonts/segoeui/normal/regular.eot');
	src: url('../../fonts/segoeui/normal/regular-1.eot') format('embedded-opentype'),
		url('../../fonts/segoeui/normal/regular.woff2') format('woff2'),
		url('../../fonts/segoeui/normal/regular.woff') format('woff'),
		url('../../fonts/segoeui/normal/regular.ttf') format('truetype'),
		url('../../fonts/segoeui/normal/regular.svg#segoeui') format('svg');
	font-style: normal;
	font-weight: 400;
	font-display: fallback;
}

@font-face {
	font-family: 'segoeui';
	src: url('../../fonts/segoeui/normal/semibold.eot');
	src: url('../../fonts/segoeui/normal/semibold-1.eot') format('embedded-opentype'),
		url('../../fonts/segoeui/normal/semibold.woff2') format('woff2'),
		url('../../fonts/segoeui/normal/semibold.woff') format('woff'),
		url('../../fonts/segoeui/normal/semibold.ttf') format('truetype'),
		url('../../fonts/segoeui/normal/semibold.svg#segoeui') format('svg');
	font-style: normal;
	font-weight: 600;
	font-display: fallback;
}

@font-face {
	font-family: 'segoeui';
	src: url('../../fonts/segoeui/normal/bold.eot');
	src: url('../../fonts/segoeui/normal/bold-1.eot') format('embedded-opentype'),
		url('../../fonts/segoeui/normal/bold.woff2') format('woff2'),
		url('../../fonts/segoeui/normal/bold.woff') format('woff'),
		url('../../fonts/segoeui/normal/bold.ttf') format('truetype'),
		url('../../fonts/segoeui/normal/bold.svg#segoeui') format('svg');
	font-style: normal;
	font-weight: 700;
	font-display: fallback;
}

@font-face {
	font-family: 'rouble';
	src: url('../../fonts/rouble/normal/rouble.eot');
	src: url('../../fonts/rouble/normal/rouble-1.eot') format('embedded-opentype'),
		url('../../fonts/rouble/normal/rouble.woff2') format('woff2'),
		url('../../fonts/rouble/normal/rouble.woff') format('woff'),
		url('../../fonts/rouble/normal/rouble.ttf') format('truetype'),
		url('../../fonts/rouble/normal/rouble.svg') format('svg');
	font-style: normal;
	font-weight: 400;
	font-display: fallback;
} */

body,
div,
table,
tr,
td,
h1,
h2,
h3,
li {
	position: relative;
}

body {
	font-family: 'segoeui', Arial;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.428;
	min-width: 360px;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.wrapper {
	flex: 1 0 auto;
}

header,
nav,
section,
footer {
	position: relative;
}

* {
	box-sizing: border-box;
}

.clear {
	clear: both;
}

hr {
	height: 1px;
	border: none;
	width: 100%;
	margin: 46px 0;
	background: #000;
}
.hd_messenger {
	margin-top: 5px;
	margin-right: 10px;
}
.hd_messenger a {
	border: none;
}
.hd_messenger img {
	max-width: 20px;
}
.mess_mob {
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
}
.mess_mob a {
	margin-left: 5px;
	margin-right: 5px;
}
.mess_mob img {
	max-width: 30px;
}
b,
strong {
	font-weight: 600;
}

a {
	text-decoration: none;
	/* border-bottom: 1px solid transparent; */
	border-bottom: 1px solid rgba(102, 102, 102, 0.4);
}

a:hover {
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
}

a:focus {
	outline: none;
}

a:active {
	outline: none;
}

.page-title {
	margin-bottom: 5px;
}

.page-title h1 {
	margin: 0;
}

h1 {
	font-weight: 700;
	font-size: 24px;
	line-height: inherit;
	/* margin: 42px 0 18px; */
}

h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: inherit;
	margin: 42px 0 18px;
}

h3 {
	font-size: 15px;
	margin: 27px 0 11px;
}

p {
	margin: 0 0 19px;
}

ul {
	padding: 0;
	letter-spacing: 0px;
	margin: 0 0 9px;
}

ul li {
	list-style: none;
	margin-left: 10px;
	margin-bottom: 8px;
}

ul li:nth-last-child(-n + 1) {
	margin-bottom: 0;
}

ul li::before {
	content: '\2022';
	position: absolute;
	top: 0;
	left: -10px;
}

ol {
	counter-reset: li;
	padding: 0;
	margin: 0 0 9px;
}

ol li {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 8px;
	padding-left: 5px;
}

ol li::before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 0;
	left: -17px;
	font-weight: 700;
}

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

.table-wrapper {
	overflow: auto;
}

table {
	width: 100%;
	border: 1px solid #ededed;
	margin-bottom: 21px;
}

table thead {
	border-bottom: 1px solid #ededed;
}

table tr {
	position: static;
}

table tr:nth-child(odd) {
	background-color: #ffffff;
}

table tr:nth-child(even) {
	background-color: #ffffff;
}

table th,
table td {
	vertical-align: top;
	padding: 3px 7px;
	border: 1px solid #ededed;
	position: static;
}

table.nostyle {
	border-width: 0;
}

table.nostyle thead {
	border-bottom: none;
}

table.nostyle tr {
	background-color: transparent;
}

table.nostyle tr th,
table.nostyle tr td {
	border-width: 0;
	padding: 0;
	line-height: inherit !important;
}
/* 
.container {
	margin: 0 auto;
	width: 1170px;
	padding: 0;
} */

.container_2 {
	width: 770px;
}

.content {
	margin: 0 0 60px 0;
}

.content_2 {
	margin: 30px 0;
}

.noscroll {
	overflow: hidden;
}

.st_mg {
	margin: 50px 0 60px;
}

.wrapper {
	flex: 1 0 auto;
	overflow: hidden;
}

.txt-center {
	text-align: center;
}

.margin {
	margin: 0 0 76px;
}

.padding {
	padding: 76px 0;
}

.mn-bottom {
	overflow: hidden;
}

.cn {
	flex: 1;
}

ul.slick-dots li button,
.slick-slide,
.slick-arrow {
	outline: none;
}

.page-section .sd_left {
	margin-bottom: 30px;
}

.lightgallery {
	border: none;
}

.swiper-about-photos {
	overflow: hidden;
	padding: 0 0 24px;
}

.swiper-about-photos img {
	display: block;
	aspect-ratio: 198/148;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-about-photos .swiper-button-next,
.swiper-about-photos .swiper-button-prev {
	display: none !important;
}

.swiper-about-photos .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-about-photos .swiper-pagination-custom,
.swiper-about-photos .swiper-pagination-fraction {
	bottom: -27px;
}

.swiper-about-photos__inner {
	display: flex;
}

.dots {
	display: flex;
	justify-content: center;
	height: 14px;
}

.dots__dot {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	cursor: pointer;
}

.arrows {
	position: absolute;
	top: 50%;
	width: 100%;
}

.arrows__arrow {
	position: absolute;
	top: 50%;
	border: none;
	width: 34px;
	height: 34px;
	padding: 0;
	z-index: 1;
	text-indent: -999999px;
	cursor: pointer;
	transform: translateY(-50%);
	outline: none;
}

.arrows__arrow:hover {
	width: 34px;
	height: 34px;
}

.arrows__arrow:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.arrows__arrow_disabled {
	cursor: default;
}

.arrows__arrow_disabled:before {
	display: none;
}

button:focus {
	outline: none;
}

.btn {
	cursor: pointer;
	text-align: center;
	font-weight: 600;
	display: inline-block;
}

.btn_style-1 {
	border-width: 1px;
	border-style: solid;
	transition: all 0.25s ease-in-out;
	text-decoration: none;
}

.btn_style-1:hover {
	text-decoration: none;
}

.btn_style-1:focus {
	text-decoration: none;
}

.btn_style-2 {
	border-width: 1px;
	border-style: solid;
	transition: all 0.25s ease-in-out;
	text-decoration: none;
}

.btn_style-2:hover {
	text-decoration: none;
}

.btn_style-2:focus {
	text-decoration: none;
}

.btn_style-3 {
	background: none;
	border: none;
	border-bottom: 1px solid;
	transition: all 0.25s ease-in-out;
	font-weight: 400;
}

.btn_size-1 {
	padding: 6px 14px 7px;
}

.btn_download {
	border: none;
	font-weight: 600;
	position: relative;
	padding-left: 42px;
	padding-top: 8px;
}

.btn_download::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.btn_download span {
	border-bottom: 1px solid;
}

input[type='text'],
input[type='password'],
input[type='email'],
textarea {
	width: 100%;
	padding: 6px 9px 7px;
	transition: all 0.3s ease-in-out;
	outline: none;
	font-size: 15px;
	border: 1px solid transparent;
}

input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
}

input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='email']::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}

input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='email']:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
}

input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
textarea:focus {
	outline: none;
}

input[type='text']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

input[type='text']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0;
}

input[type='text']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity: 0;
}

input[type='text']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0;
}

textarea {
	resize: none;
}

input[type='submit'] {
	outline: none;
}

/* input[type='checkbox'] {
	vertical-align: top;
	margin: 0 0 0 0;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	left: -9999px;
} */

/* input[type='checkbox']:not(checked) {
	position: absolute;
	opacity: 0;
} */

/* input[type='checkbox']:not(checked) + label {
	position: relative;
	padding: 0 0 0 29px;
	display: block;
} */

/* чекбокс в выключенном состоянии (фон). */

/* input[type='checkbox']:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
} */

/* чекбокс включен */

/* input[type='checkbox']:checked + label::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
} */

/* Сдвигаем переключатель чекбокса, когда он включен. */

/* input[type='checkbox']:checked + label::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 4px;
	display: block;
} */
/* 
input[type='checkbox'] + label {
	cursor: pointer;
}

input[type='checkbox'] + label::after {
	content: ' ';
	position: absolute;
	display: none;
	left: 1px;
	top: 3px;
} */

/* label {
	font-weight: 400;
	padding-left: 32px;
} */

input:disabled + label {
	opacity: 0.5;
}

input[type='radio'] {
	vertical-align: top;
	width: 18px;
	height: 18px;
	margin: 0 3px 0 0;
}

input[type='radio'] + label {
	cursor: pointer;
}

input[type='radio']:not(checked) {
	position: absolute;
	opacity: 0;
}

input[type='radio']:not(checked) + label {
	position: relative;
	padding: 0 0 0 29px;
}

input[type='radio']:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 1px;
	width: 16px;
	height: 16px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	box-sizing: border-box;
}

input[type='radio']:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	opacity: 0;
}

input[type='radio']:checked + label:after {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	/* .container {
		width: 100vw;
		padding-left: 15px;
		padding-right: 15px;
	} */
}

@media only screen and (max-width: 539px) {
	.table-mobile tbody,
	.table-mobile tr,
	.table-mobile td {
		display: block !important;
		width: 100% !important;
	}

	.table-mobile td {
		margin-bottom: -1px;
		padding: 5px 15px !important;
	}
	.hd-m__cont {
		margin-right: 0px !important;
	}
	.table-mobile td:first-child {
		color: #000 !important;
		font-weight: 700 !important;
		background-color: #f8f8f8 !important;
	}

	.table-mobile td br {
		display: none !important;
	}

	.table-mobile td ul {
		margin-bottom: 0 !important;
	}
}
/* 
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 970px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 750px;
	}
} */
/*# sourceMappingURL=maps/common.css.map */
