@import url(/fonts/stylesheet.css);
:root {
	--main-color: #3a9bb6;
}
html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
html {
	font: 300 100%/1.4 'Open Sans', sans-serif;
}
html, body{
	height: 100%;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased !important;
	color: #74757f;
	color: #0a0909;
	/*-webkit-text-size-adjust: none;*/
}
body {
	background: #fff;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1, h2, .h2, h3, h4, h5, h6 {
	margin-top: 1.3rem;
	margin-bottom: 1.3rem;
	font-family: 'PT Sans';
	font-weight: 500;
	color: #29293a;
}
h4, h5, h6 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
	/*font-weight: 500;*/
}
h1,
.h1 {
	font-size: 2em;
	margin-bottom: 2rem;
}
h2,
.h2 {
	font-size: 1.75em;
}
h3,
.h3 {
	font-size: 1.5em;
}
h4,
.h4 {
	font-size: 1.125em;
}
h5,
.h5 {
	font-size: 0.875em;
}
h6,
.h6 {
	font-size: 0.75em;
}
figcaption,
figure,
main { /* 1 */
	display: block;
}
figure {
	text-align: center;
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: 700;
}
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
dfn, em {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button,
input { /* 1 */
	overflow: visible;
}
button,
select { /* 1 */
	text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
details, /* 1 */
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden], .hidden {
	display: none;
}
a {
	/*color: #337ab7;*/
	color: var(--main-color);
}
a:hover {
	color: #333;
}
.link {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: inherit;
	text-decoration: none;
}
.link:hover {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: inherit;
	text-decoration: none;
}
.img{
	max-width: 100%;
	vertical-align: middle;
}
input[type="text"], textarea, select {
	display: block;
	width: 100%;
	/*height: 36px;*/
	padding: 5px 6px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #4F4F4F;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, , background ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, , background ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, , background ease-in-out .15s;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
input[type="text"]:focus, textarea:focus, select:focus {
	border-color: #66afe9;
	/*background: #fff;*/
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
textarea {height: 152px;}
table {width: 100%;}
.text table {
	width: 100%!important;
	height: auto;
	border-collapse: collapse;
}
.text td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}
.text tr:nth-child(odd) {background: #eee;}
.clearfix:after, .row:after, .container:after, .elems:after {
	content: '';
	display: table;
	clear: both;
}
.reset-list {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
[data-fancybox],
[data-fancybox] img {outline: none;}
.align-c {text-align: center;}
.align-r {text-align: right!important;}
.marg-t {margin-top: 30px;}
.marg-b {margin-bottom: 30px;}
.color-white {color: #fff;}
.color-black {color: #000;}
.color-grey {color: #7a7a7a;}
.block {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
}
.block * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block:after {
	content: '';
	display: table;
	clear: both;
}
.text img {
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
.table-responsive, .tabs-content__item {
	min-height: .01%;
	overflow-x: auto;
}
@media screen and (max-width: 530px) {
	.tabs-content__item iframe {max-width: none!important;}
	.tabs-content__item {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
}
@media screen and (max-width: 767px) {
	.table-responsive table {max-width: none!important;}
	.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	}
	.table-responsive > .table {
	margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
	}
	.table-responsive > .table-bordered {
	border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
	}
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 992px) {
	.container {
	width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sm-13, .col-md-13, .col-lg-13, .col-sm-14 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14 {
	float: left;
	}
	.col-sm-14 {width: 14.28571428571429%;}
	.col-sm-13 {width: 20%;}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
	.col-sm-offset-12 {
	margin-left: 100%;
	}
	.col-sm-offset-11 {
	margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
	margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
	margin-left: 75%;
	}
	.col-sm-offset-8 {
	margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
	margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
	margin-left: 50%;
	}
	.col-sm-offset-5 {
	margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
	margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
	margin-left: 25%;
	}
	.col-sm-offset-2 {
	margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
	margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
	margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13 {
	float: left;
	}
	.col-md-13 {
	width: 20%;
	}
	.col-md-12 {
	width: 100%;
	}
	.col-md-11 {
	width: 91.66666667%;
	}
	.col-md-10 {
	width: 83.33333333%;
	}
	.col-md-9 {
	width: 75%;
	}
	.col-md-8 {
	width: 66.66666667%;
	}
	.col-md-7 {
	width: 58.33333333%;
	}
	.col-md-6 {
	width: 50%;
	}
	.col-md-5 {
	width: 41.66666667%;
	}
	.col-md-4 {
	width: 33.33333333%;
	}
	.col-md-3 {
	width: 25%;
	}
	.col-md-2 {
	width: 16.66666667%;
	}
	.col-md-1 {
	width: 8.33333333%;
	}
	.col-md-offset-12 {
	margin-left: 100%;
	}
	.col-md-offset-11 {
	margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
	margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
	margin-left: 75%;
	}
	.col-md-offset-8 {
	margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
	margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
	margin-left: 50%;
	}
	.col-md-offset-5 {
	margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
	margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
	margin-left: 25%;
	}
	.col-md-offset-2 {
	margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
	margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
	margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13 {
	float: left;
	}
	.col-lg-13 {
	width: 20%;
	}
	.col-lg-12 {
	width: 100%;
	}
	.col-lg-11 {
	width: 91.66666667%;
	}
	.col-lg-10 {
	width: 83.33333333%;
	}
	.col-lg-9 {
	width: 75%;
	}
	.col-lg-8 {
	width: 66.66666667%;
	}
	.col-lg-7 {
	width: 58.33333333%;
	}
	.col-lg-6 {
	width: 50%;
	}
	.col-lg-5 {
	width: 41.66666667%;
	}
	.col-lg-4 {
	width: 33.33333333%;
	}
	.col-lg-3 {
	width: 25%;
	}
	.col-lg-2 {
	width: 16.66666667%;
	}
	.col-lg-1 {
	width: 8.33333333%;
	}
	.col-lg-offset-12 {
	margin-left: 100%;
	}
	.col-lg-offset-11 {
	margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
	margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
	margin-left: 75%;
	}
	.col-lg-offset-8 {
	margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
	margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
	margin-left: 50%;
	}
	.col-lg-offset-5 {
	margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
	margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
	margin-left: 25%;
	}
	.col-lg-offset-2 {
	margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
	margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
	margin-left: 0;
	}
}
.page-wrapper {
	position: relative;
	min-width: 320px;
}
.page {
	position: relative;
}
.header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	padding: .75rem 0;
}
.header > .container {position: relative;}
.header-top__item {
	position: relative;
}
@media screen and (min-width: 1200px) {
	.page {padding-top: 70px;}
	.header {
		position: fixed;
		-webkit-box-shadow: 0 0 2px rgba(0,0,0,.3);
		box-shadow: 0 0 2px rgba(0,0,0,.3);
	}
	.header-top__item_logo {
		float: left;
	}
}
.logo__text {
	font: 1.375em/1 'PT Sans', sans-serif;
	display: block;
	text-align: center;
}
.logo__text span {display: block;}
.block_logo_footer .logo__text {color: #fff;}
.header-top__item_socials {
	float: right;
}
.link_socials {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: var(--main-color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
}
.link_socials + .link_socials {margin-left: .625rem;}
.slicknav_menu {display: none;}
@media screen and (min-width: 1200px) {
	.nav {
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.nav__item {
		position: relative;
		float: left;
	}
	.nav__item + .nav__item {margin-left: .9375rem;}
	.nav__item:last-child {margin-left: 1.25rem;}
	.link_nav {
		display: block;
		font-family: 'Open Sans', sans-serif;
		color: #313131;
		font-size: .9375em;
		padding: 0 0 5px;
		border-bottom: 2px solid transparent;
	}
	.link_nav:hover {
		color: #004d65;
		border-color: #3a9bb6;
	}
	.link_nav-phone i.fas {color: #313131!important;}
	.link_nav-phone:hover {
		color: #004d65;
	}
}
@media screen and (max-width: 1199px) {
	.block_nav {display: none;}
	.slicknav_menu {display: block;}
	.header {
		padding: .625rem 0 0;
	}
	.header-top {margin-bottom: .625rem;}
}
.page-main {
	position: relative;
}
.page-main__item {
	position: relative;
	padding: 2.5rem 0;
	overflow: hidden;
}
.page-main__item_no-repeat {padding: 0;}
.page-main__item_grey {background: #ECEEF2;}
.page-main__item_light-grey {background: #F9F9F9;}
.page-main__item--home-form:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.6);
}
.bigboard {
	min-height: 869px;
	position: relative;
}
.bigboard-layout {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bigboard-caption {
	position: relative;
	text-align: center;
	color: #313131;
	padding: 1.25rem;
	background: rgba(255,255,255,.7);
}
.bigboard-title {
	margin: 0;
	font: 700 2.5em/1.2 'PT Sans', sans-serif;
}
.bigboard-content {
	font-size: 1.25em;
	color: #0a0909;
}
.home-text-content {
	padding: 1.875rem;
	border: 2px solid #eceef2;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.img_home-pic {
	position: absolute;
	right: 0;
	bottom: -40px;
}
.block_form_home {
	max-width: 420px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#contactForm input[type="text"], #contactForm textarea,
#contactForm1 input[type="text"], #contactForm1 textarea {
	border: 2px solid #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 12px 14px;
	color: #0a0909;
	font-size: .875em;
}
#contactForm1 > div,
#contactForm > div {
	margin-bottom: 1.5625rem;
}
#contactForm > div:last-child {margin-bottom: 0;}
#contactForm1 > div:last-child {margin-bottom: 0;}
.btn {
	display: inline-block;
	position: relative;
	min-width: 195px;
	padding: 1rem .625rem;
	background: var(--main-color);
	color: #fff;
	font-size: .875em;
	text-align: center;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	border: none;
}
.btn:hover {
	color: #fff;
	background: #004d65;
}
.footer {
	position: relative;
	color: #fff;
}
.footer-top {
	position: relative;
	padding: 5rem 0;
	background: #313131;
}
.footer-text {
	margin-right: 10%;
	font-size: .875rem;
}
.footer-heading {
	position: relative;
	margin: 0 0 .875rem;
	font: 700 1.375em/1.2 'PT Sans', sans-serif;
}
.footer-list__item {
	position: relative;
	font-size: .875em;
}
.footer-list__item + .footer-list__item {margin-top: .9375rem;}
.footer-list-icon {
	display: inline-block;
	width: 45px;
	color: var(--main-color);
	vertical-align: middle;
}
.link_footer-list {
	color: #fff;
	font-size: .875em;
	display: inline-block;
	vertical-align: middle;
}
a.link_footer-list:hover {color: var(--main-color);}
.footer-nav__item {
	position: relative;
	padding-left: .9375rem;
	color: var(--main-color);
}
.footer-nav__item:hover {color: #fff;}
.footer-nav__item:before {
	content: '\f054';
	display: block;
	font: 900 10px/1 'Font Awesome\ 5 Free';
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.footer-bottom {
	background: #242424;
	position: relative;
	padding: 1.875rem 0;
}
.block_copyright {
	font-size: .875em;
	text-align: center;
}
.page-heading {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 0 2.5rem;
	font: 700 2.5em/1.2 'PT Sans', sans-serif;
	font-weight: normal;
	color: #313131;
}
.block_conds {
	text-align: center;
	color: #313131;
}
.conds-num {
	color: var(--main-color);
	font: 700 2.5em/1.2 'PT Sans';
}
.conds-title {
	font: 700 1.375em/1.2 'PT Sans';
}
.conds-content {
	line-height: 1.8;
}
.economics-num {
	position: relative;
	float: left;
	width: 62px;
}
.economics-caption {
	position: relative;
	float: left;
	width: -webkit-calc(100% - 62px);
	width: calc(100% - 62px);
	padding-left: 15px;
}
.economics__title {
	font: 700 1.375em/1.2 'PT Sans';
	font-size: 1.25em;
	position: relative;
	margin: 0 0 .3125rem;
	color: #313131;
}
.economics__content {line-height: 1.8;}
.block_gallery {
	margin: 0 -10px;
}
.gallery__item {
	position: relative;
	margin-bottom: 10px;
	padding: 0 5px;
	float: left;
}
.gallery__item:nth-child(3n) + figure {clear: left;}

.gallery__item:first-child,
.gallery__item:last-child {width: 25%;}
.gallery__item:nth-child(2),
.gallery__item:nth-child(5) {width: 33.33333333%;}
.gallery__item:nth-child(3),
.gallery__item:nth-child(4) {width: 41.66666667%;}

.link_gallery {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 187px;
}
.link_gallery:before {
	content: '';
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	opacity: 0;
	z-index: 1;
}
.link_gallery:after {
	content: '\f00e';
	font: 900 24px/1 'Font Awesome\ 5 Free';
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	z-index: 2;
}
.link_gallery:hover:before {opacity: 1;}
.link_gallery:hover:after {
	top: 50%;
	opacity: 1;
}
.img_gallery {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: none;
}
@media screen and (max-width: 767px) {
	.block_gallery {margin: 0;}
	.gallery__item {
		width: 100%!important;
		float: none;
		padding: 0;
		margin-bottom: 15px;
	}
	.link_gallery {min-height: auto;}
	.img_gallery {
		position: static;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		max-width: 100%;
	}
	.map-layout {margin-top: 1.875rem;}
	.footer-top {padding: 3.125rem 0;}
	.footer-top__item + .footer-top__item {margin-top: 1.875rem;}
}
.block_team {
	text-align: center;
}
.team__item {
	position: relative;
	margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
	.team__item:nth-child(3n) + div {clear: left;}
}
@media screen and (max-width: 991px) {
	.team__item:nth-child(2n) + div {clear: left;}
}
.img_team {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.team__title {
	font: 700 1.375em/1.2 'PT Sans';
	color: #313131;
	margin-bottom: 0;
}
.team__caption {margin-top: 0;}
.workings-caption table {
	border-collapse: collapse;
	width: 100%;
}
.workings-caption td,
.workings-caption th {
	border: 1px solid #ccc;  
	padding: 8px;
}
.workings-caption tr:nth-child(odd) {background: #eee;}
.img--screen {float: right;}
.text ul li {
	color: var(--main-color);
}
.text ul li span {
	color: #0a0909;
}

.table-responsive table{
font-size: 14px;
border-collapse: collapse; 
text-align: center;
}
.table-responsive table th, .table-responsive table td:first-child {
background: #AFCDE7;
color: white;
padding: 10px 20px;
}
.table-responsive table th, .table-responsive table td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
}
.table-responsive table td {
	background: #D8E6F3;
}
.table-responsive table th:first-child, .table-responsive table td:first-child {
text-align: left;
}
.fran__item {
	position: relative;
	text-align: center;
}
.fran-title {
	font: 700 1.375em/1.2 'PT Sans', sans-serif;
}
.question-icon-layout {
	font-size: 280px;
	text-align: center;
	color: var(--main-color);
}
.question__item {
	position: relative;
}
.question__item + .question__item {margin-top: 1.25rem;}
.question-title {
	margin: 0;
	padding: .625rem 2.5rem .625rem 1.25rem;
	font-size: 1.25em;
	font-weight: 500;
	color: #fff;
	background: var(--main-color);
	cursor: pointer;
	position: relative;
}
.question-title:before {
	content: '\f107';
	font: 900 20px/1 'Font Awesome\ 5 Free';
	color: #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.question-content {
	position: relative;
	/*display: none;*/
	margin: 0;
	padding: .625rem 1.25rem;
}
.question__item_current .question-title:before {content: '\f105';}
.question__item_current .question-content {display: block;}
.asd {
	margin-bottom: 1.25rem;
	text-align: center;
	color: #70A5D3;
	font-weight: 700;
	font-size: 1.875em;
}
@media screen and (min-width: 992px) {
	.block_pres {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.pres__item {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.pres__item:nth-child(6) {order: 2;}
	.pres__item:nth-child(5) {order: 3;}
	.pres__item:nth-child(4) {order: 4;}
	.pres__item:last-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		order: 10;
	}
}
.pres__item {
	position: relative;
	margin-bottom: 2.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
}
/*.pres__item:nth-child(3n) + div {clear: left;}*/
.pres__item:last-child {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.pres__item:before {
	content: '\f061';
	font: 900 30px/1 'Font Awesome\ 5 Free';
	color: var(--main-color);
	position: absolute;
	top: 25px;
	right: 0;
}
.pres__item:nth-child(3):before {
	top: 100%;
	right: auto;
	left: 50%;
	transform: translateY(-50%) rotateZ(90deg);
	transform-origin: 0;
}
.pres__item:nth-child(5):before,
.pres__item:nth-child(6):before {
	transform: rotateZ(180deg);
	transform-origin: 0;
	right: -25px;
}
.pres__item:nth-child(4):before,
.pres__item:last-child:before {display: none;}
@media screen and (max-width: 991px) {
	.pres__item:before {display: none!important;}
}
.pres-icon-layout {
	-webkit-flex-basis: 90px;
	-ms-flex-preferred-size: 90px;
	flex-basis: 90px;
	height: 90px;
	max-height: 90px;
	min-width: 90px;
	background: var(--main-color);
	color: #fff;
	-webkit-border-radius: 50% 50% 50% 0;
	border-radius: 50% 50% 50% 0;
	line-height: 110px;
	text-align: center;
}
.pres-icon {
	font-size: 42px;
}
.pres-caption {
	padding-left: 15px;
	padding-right: 40px;
}
.pres-title {
	margin-top: 0;
	margin-bottom: .625rem;
	font-weight: 400;
}
.pres-content {
	font-size: .875em;
	color: #818F9C;
}
.block_sites {
	display: flex;
	margin-top: 2.5rem;
	justify-content: center;
}
.sites__item {
	position: relative;
	flex: 0 0 33%;
	max-width: 33%;
	padding: 0 15px;
}
.container-cookie-message {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 10%;
    z-index: 1000;
   
}

.container-cookies {
    max-width: 1040px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.hidden {
    display: none !important;
} 

.cookies-message {
    background-color: #ffff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    color: #303030;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    flex-wrap: nowrap;
}

.cookies-text {
    line-height: 1.4;
    margin-right: 25px;
    flex-grow: 1;
    font-size: 12px;
}
 
.cookies-link {
    color: #004d65;
    text-decoration: underline;
}

.cookies-button {
    background-color: #004d65;
    color: #ffff;
    border: none;
    padding: 10px 50px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.3s;
}

.cookies-button:hover {
    background-color: #6e7172;
}



@media (max-width: 768px) {
    .cookies-message {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .cookies-text {
        font-size: 11px;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .cookies-button {
        font-size: 10px;
         padding: 10px 30px;
    }
}