/*@import url(/fonts/stylesheet.css);*/
:root {
	--main-color: #314a84;
	--alt-color: #dd0031;
}
html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
html {
	font: 100%/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif
}
html, body{
	height: 100%;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased !important;
	color: #000;
	-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: "Helvetica Neue", Helvetica, Arial, sans-serif
	font-weight: 700;
}
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: #dc0000;
	color: var(--alt-color);
}
a:hover {
	color: #dbba74;
}
.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: 11px 19px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #888;
	background-color: #fff;
	border: 1px solid #c7c7c7;
	-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: "Helvetica Neue", Helvetica, Arial, sans-serif
}
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 {
	content: '';
	display: table;
	clear: both;
}
.w100 {width: 100%;}
.reset-list {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
[data-fancybox],
[data-fancybox] img,
.slick-slide {outline: none;}
.align-c {text-align: center;}
.align-r {text-align: right!important;}
.overflow-h {overflow: hidden;}
.marg-t {margin-top: 1.875rem;}
.marg-b {margin-bottom: 1.875rem;}
.color-white {color: #fff;}
.color-black {color: #000;}
.color-grey {color: #7a7a7a;}
.block {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.text img {
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		min-height: .01%;
		overflow-x: auto;
	}
	.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;
	}
}
.page-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 320px;
	height: 100%;
}
.page {
	flex: 1 0 auto;
	position: relative;
}
.header {
	position: relative;
	background: #dbba74;
	padding: .9375rem 0 1.875rem;
	border-bottom: 1px solid #f4f5f5;
}
.header__top {
	position: relative;
	margin-bottom: .9375rem;
}
.header__item {position: relative;}
.header__item--contacts {
	margin-right: 6rem;
}
.link--header-contacts {
	font-size: 1.25em;
	color: #fff;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding-left: 3.125rem;
}
.link--header-contacts:before {
	content: '\f095';
	font: 900 30px/1 'Font Awesome\ 5 Free';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #b70004;
}
.search__form {
	position: relative;
}
.search__ipt {
	position: relative;
	padding: 5px 6px!important;
	min-width: 250px;
}
.search__btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	padding: 0 1.1875rem;
	line-height: 30px;
	background-color: #d00005;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d00005), to(#b80004));
	background-image: -webkit-linear-gradient(top, #d00005, #b80004);
	background-image: -moz-linear-gradient(top, #d00005, #b80004);
	background-image: -ms-linear-gradient(top, #d00005, #b80004);
	background-image: -o-linear-gradient(top, #d00005, #b80004);
	background-image: linear-gradient(top, #d00005, #b80004);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: .75em;
	cursor: pointer;
	border: none;
}
@media screen and (min-width: 1199px) {
	.header__item--nav {
		position: relative;
		flex: 0 0 75.6%;
		max-width: 75.6%;
	}
	.nav__list {
		display: flex;
		position: relative;
		background: #3C3C3C;
		padding:  .4375rem .8rem;
	}
	.nav__item {
		position: relative;
	}
	.nav__item + .nav__item {margin-left: .625rem;}
	.link--nav {
		position: relative;
		display: block;
		padding: .625rem;
		color: #fff;
	}
	.link--nav span {
		position: relative;
		z-index: 1;
	}
	.nav__item--current .link--nav,
	.nav__item:hover .link--nav {
		color: #fff;
	}
	.nav__item--current .link--nav:before,
	.link--nav:before {
		content: '';
		position: absolute;
		top: -17px;
		right: 0px;
		bottom: 2px;
		left: 0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004));
		background-image: -webkit-linear-gradient(top, #d10005, #b70004);
		background-image: -moz-linear-gradient(top, #d10005, #b70004);
		background-image: -ms-linear-gradient(top, #d10005, #b70004);
		background-image: -o-linear-gradient(top, #d10005, #b70004);
		background-image: linear-gradient(top, #d10005, #b70004);
		box-shadow: 3px 3px 4px rgba(0, 0, 0, .4);
		opacity: 0;
	}
	.nav__item--current .link--nav:after,
	.link--nav:after {
		content: '';
		position: absolute;
		top: -17px;
		left: 100%;
		border: 5px solid transparent;
		border-bottom-color: #000;
		border-left-color: #000;
		opacity: 0;
	}
	.nav__item--current .link--nav:after,
	.nav__item:hover .link--nav:after,
	.nav__item--current .link--nav:before,
	.nav__item:hover .link--nav:before {opacity: 1;}
	.header__item--mobile-nav-anchor,
	.link--under-nav-anchor {display: none;}
	.under-nav {
		display: none;
		position: absolute;
		top: 96%;
		left: 0;
		min-width: 220px;
		background: #384147;
		padding: 1rem 0 .6875rem 0;
		z-index: 25;
	}
	.link--under-nav {
		display: block;
		position: relative;
		padding: 0 .625rem .4375rem 1.125rem;
		font-size: .75em;
		color: #9da3a8;
	}
	.link--under-nav:hover {color: #fff;}
	.nav__item:hover .under-nav {display: block;}
}
.page-layout {
	position: relative;
	padding-top: .9375rem;
}
.aside-nav__item {position: relative;}
.aside-nav__item + .aside-nav__item {border-top: 1px solid #ced0d1;}
.link--aside-nav {
	display: block;
	position: relative;
	background: #fff;
	color: #717171;
	font-size: 16px;
	padding: .4375rem .9375rem .4375rem 2.375rem;
}
.link--aside-nav:before {
	content: '\f0da';
	display: flex;
	position: absolute;
	top: 7px;
	left: 7px;
	width: 16px;
	height: 16px;
	font: 900 10px/1.3 'Font Awesome\ 5 Free';
	background: #3C3C3C;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.link--aside-nav:hover,
.aside-nav__item--current .link--aside-nav {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004));
	background-image: -webkit-linear-gradient(top, #d10005, #b70004);
	background-image: -moz-linear-gradient(top, #d10005, #b70004);
	background-image: -ms-linear-gradient(top, #d10005, #b70004);
	background-image: -o-linear-gradient(top, #d10005, #b70004);
	background-image: linear-gradient(top, #d10005, #b70004);
	color: #fff;
}
.link--aside-nav:hover:before,
.aside-nav__item--current .link--aside-nav:before {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ced0d1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ced0d1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ced0d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ced0d1',GradientType=0 ); /* IE6-9 */
	color: #000;
}
.aside-text {
	position: relative;
	margin-top: .9375rem;
	background: #fff;
}
.aside-text__title {
	position: relative;
	margin: 0;
	padding: .875rem 1.25rem;
	background: #3C3C3C;
	color: #fff;
	font-size: 1.125em;
	text-align: center;
}
.aside-text__content {
	padding: 1.25rem;
	font-size: .75em;
	margin: 0;
}
.page-layout {
	position: relative;
	padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
	.page-layout__main {
		padding-left: 0;
	}
}
.page-main {
	position: relative;
	padding: 1.25rem;
	background: #fff;
}
.slideshow {
	position: relative;
	margin: -47px 0 .9375rem;
}
.nivo-controlNav {
	position: absolute;
	bottom: 89px;
	left: 30px;
	width: 100%;
	z-index: 8;
	padding: 0;
	text-align: left;
}
.nivo-controlNav a {
	position: relative;
	display: inline-block;
	margin-left: 1px;
	width: 27px;
	height: 25px;
	line-height: 26px;
	color: #323639;
	background: rgba(255,255,255,.9);
	font-size: .75em;
	font-weight: bold;
	text-align: center;
}
.nivo-controlNav a.active {
	color: #cf0005;
}
.slideshow-caption {
	font-size: 1.25em;
	color: #323639;
	padding: .9375rem 3.75rem .9375rem 1.25rem;
	background: rgba(255,255,255,.9);
	min-height: 88px;
}
.link--slideshow {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 36px;
	height: 36px;
	line-height: 40px;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004));
	background-image: -webkit-linear-gradient(top, #d10005, #b70004);
	background-image: -moz-linear-gradient(top, #d10005, #b70004);
	background-image: -ms-linear-gradient(top, #d10005, #b70004);
	background-image: -o-linear-gradient(top, #d10005, #b70004);
	background-image: linear-gradient(top, #d10005, #b70004);
	transition: none;
}
.link--slideshow:hover {
	background: #000;
}
.link--slideshow:before {
	content: '\f054';
	font: 900 24px/1 'Font Awesome\ 5 Free';
	color: #fff;
}
.footer {
	background: #dbba74;
	position: relative;
	flex: 0 1 auto;
	padding: 1.25rem;
	font-size: .875em;
}
.text {font-size: 14px;}
.breadcrumbs {
	font-size: .75em;
}
.news__item {
	position: relative;
}
.news__item + .news__item {margin-top: 2.5rem;}
.news__title {
	position: relative;
	font-size: 1.125em;
	font-weight: bold;
	color: #dbba74;
	margin-top: 0;
}
.news__title:hover {
	color: #23527c;
	text-decoration: underline;
}
.news__summary {
	font-size: .875em;
}
.news__date {
	font-size: .65em;
	color: #323639;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}
.gallery__item {
	position: relative;
	margin-bottom: 1.875rem;
}
.gallery__title {
	display: block;
	margin-top: .3125rem;
	font-weight: bold;
	color: #337ab7;
}
.gallery__item:hover .gallery__title {
	color: #23527c;
	text-decoration: underline;
}
#contactForm > div {margin-bottom: 1.25rem;}
#contactForm > div:last-child {
	margin-bottom: 0;
	text-align: center;
}
#contactForm label {
	flex: 0 0 100px;
	font-weight: bold;
	font-size: .875em;
}
.req-field {
	vertical-align: top;
	color: red;
}
.btn {
	display: inline-block;
	position: relative;
	border: none;
	cursor: pointer;
	outline: none;
	padding: .625rem 1.25rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d00005), to(#b80004));
	background-image: -webkit-linear-gradient(top, #d00005, #b80004);
	background-image: -moz-linear-gradient(top, #d00005, #b80004);
	background-image: -ms-linear-gradient(top, #d00005, #b80004);
	background-image: -o-linear-gradient(top, #d00005, #b80004);
	background-image: linear-gradient(top, #d00005, #b80004);
	color: #fff;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
}
.btn:hover {
	color: #fff;
	background: #000;
}
.mobile-nav-active {overflow: hidden;}
#_wbord_ {margin-top: .9375rem;}
.callback-active {
	overflow: hidden;
}
.callback {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,.6);
}
.callback.active {
	display: block;
}
.callback__controller {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: grid;
	padding: 30px 0;
}
.callback__layout {
	position: relative;
	margin: auto;
	max-width: 500px;
	width: 100%;
	padding: 2.5rem 2.5rem 1.25rem;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	background: #fff;
}
#callback-form > div {
	margin-bottom: 1.5625rem;
}
#callback-form > div:last-child {
	margin-bottom: 0;
	text-align: center;
}
.callback__close {
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}
@media screen and (max-width: 1199px) {
	.page {
		padding-top: 50px;
	}
	.header {padding: .9375rem 0;}
	.header__top {margin-bottom: 0;}
	.header__bot {
		position: fixed;
		top: 0px;
		right: 0;
		left: 0;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #ced0d1 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#ced0d1 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#ced0d1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ced0d1',GradientType=0 );
		padding: .3125rem 15px;
		z-index: 30;
		box-shadow: 0 2px 7px rgba(0,0,0,.5);
	}
	.header__item--nav {
		position: fixed;
		top: 50px;
		bottom: 0;
		left: -100%;
		max-width: 220px;
		width: 100%;
		background: #fff;
		/*z-index: -1;*/
		box-shadow: 1px 2px 5px rgba(0,0,0,.3);
		transition: all .3s;
	}
	.header__item--nav.active {left: 0;}
	.img--logo {max-height: 40px;}
	.header__item--mobile-nav-anchor {margin-right: 10px;}
	.header__item--contacts {margin-right: 0;}
	.slideshow {margin-top: 0;}
	.header-contacts {
		position: fixed;
		top: 10px;
		right: 15px;
		z-index: 31;
	}
	.link--header-contacts {
		color: #000;
		padding-left: 2.125rem;
	}
	.nav__item {
		position: relative;
	}
	.link--nav,
	.link--under-nav {
		position: relative;
		display: block;
		padding: .625rem .75rem .625rem 1rem;
		font-size: .75em;
		font-weight: bold;
	}
	.link--under-nav {padding-left: 2rem}
	.link--nav:hover,
	.nav__item--current > .link--nav,
	.link--under-nav:hover {
		background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004));
		background-image: -webkit-linear-gradient(top, #d10005, #b70004);
		background-image: -moz-linear-gradient(top, #d10005, #b70004);
		background-image: -ms-linear-gradient(top, #d10005, #b70004);
		background-image: -o-linear-gradient(top, #d10005, #b70004);
		background-image: linear-gradient(top, #d10005, #b70004);
		color: #fff;
	}
	.under-nav {display: none;}
	.link--under-nav-anchor {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		font-size: 14px;
		padding: 3px;
		cursor: pointer;
	}
	.link--under-nav-anchor.active i:before {
		content: '\f107';
	}
	.link--nav:hover .link--under-nav-anchor,
	.nav__item--current .link--under-nav-anchor {
		color: #fff;
	}
}
@media screen and (max-width: 991px) {
	.page-layout__main {margin-top: 15px;}
}
@media screen and (max-width: 575px) {
	.slideshow-caption,
	.nivo-controlNav,
	.aside-text {display: none;}
	#contactForm .d-flex {
		flex-wrap: wrap;
	}
	#contactForm label {
		margin-bottom: .3125rem;
	}
}