@font-face {
	font-family: 'PF DinDisplay Pro Regular';
	src: url(/fonts/PFDinDisplayPro-Reg.ttf);
}
@font-face {
	font-family: 'PF DinDisplay Pro Medium';
	src: url(/fonts/PFDinDisplayPro-Med.ttf);
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
	.container_header {
		left: calc(50% - 375px);
	}
}
@media (max-width: 991px) {
	.logo {
		width: 80px;
		height: 70px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	.container_header {
		left: calc(50% - 485px);
	}
	.logo {
		width: 110px;
		height: 100px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	.container_header {
		left: calc(50% - 585px);
	}
	.logo {
		width: 138px;
		height: 120px;
	}
}
@media (min-width: 1590px) {
	.container {
		width: 1560px;
	}
	.container_header {
		left: calc(50% - 780px);
	}
	.logo {
		width: 192px;
		height: 150px;
	}
}
html, body {
	height: 100%;
}
body {
	font-family: 'PF DinDisplay Pro Regular', sans-serif;
	font-size: 16px;
	color: #393b3d;
}
header {
	
}
h1 {
	font-size: 28px;
	color: #284b81;
}
a {
	color: #284b81;
}
table {
	width: 100%;
	text-align: left;
}
thead {
	border-bottom: 3px solid #c3cad3;
}
th {
	background: #838c98;
	font-family: 'PF DinDisplay Pro Medium', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 9px 7px;
}
tbody > tr {
	border-top: 1px solid #c3cad3;
}
td {
	padding: 10px 7px;
}
th:first-child,
td:first-child {
	padding: 0 5px;
}
footer {
	position: absolute;
	background: #d0d8e3;
	min-height: 100px;
	bottom: 0;
	width: 100%;
	color: #393b3d;
	font-size: 14px;
}
iframe {
	margin-top: 20px;
	border: none;
}
.wrapper {
	min-width: 768px;
	min-height: 100%;
	overflow-x: hidden;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.container {
	position: relative;
	margin: 0 auto;
}
.container_header {
	position: absolute;
	top: 0;
}
.slider_header {
	min-width: 100%;
	white-space: nowrap;
}
.slider__item_wrapper {
    width: 100%;
    height: auto;
    display: inline-block;
	vertical-align: middle;
    position: relative;
}

.slider__item_header {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.logo {
	display: block;
	background: url(/img/logo.svg) 50% no-repeat;
	background-color: #284b81;
	-webkit-background-size: 60%;
	background-size: 60%;
	cursor: pointer;
}
.header-right {
	float: right;
	padding-top: 57px;
}
.lang-trigger, .search-on-site {
	background-color: rgba(0, 0, 0, 0.302);
	color: #fff;
}
.lang-trigger {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-left: 5px;
	padding: 15px 17px;
}
.lang-trigger__link {
	text-decoration: underline;
	cursor: pointer;
	margin-left: 2px;
	line-height: 20px;
	color: #fff;
}
.lang-trigger__flag-container {
	display: inline-block;
 /*   background: linear-gradient(to bottom, #fefefe, #ddd);
    padding: 1px;*/
    vertical-align: -8%;
}
.lang-trigger__flag-rf {
	background-image: url(/img/flag_rus.svg);
	width: 24px;
	height: 14px;
}
.lang-trigger__flag-uk {
	background-image: url(/img/flag_eng.svg);
	width: 24px;
	height: 14px;
}
.search-on-site {
	float: left;
	padding: 15px;
	line-height: 20px;
	cursor: pointer;
}
.search-on-site__input {
	border: none;
	outline: none;
	background: none;
	padding: 0;
	width: 167px;
}
.hidden {
	display: none;
}
.menu {
	margin: 0;
	padding: 0;
	background: #284b81;
}
.menu_wrapper > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.menu_wrapper > ul > li {
	display: block;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.menu ul > li:hover {
	background: #204070;
	transition: background-color 0.3s;
}
.menu ul > li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.item-submenu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	z-index: 1;
	margin: 0;
}
.item-submenu > ul > li > a {
	background: #204070;
	white-space: nowrap;
	padding: 10px 30px;
}
.item-submenu > ul > li > a:hover {
	background: #284b81;
}
@media (max-width: 767px) {
	.item-submenu ul {
		display: block;
		position: relative;
	}
	.menu_wrapper > ul {
		margin: 0;
		padding: 10px;
		list-style: none;
		display: block;
	}
	.item-submenu > ul > li > a {
		background: #284b81;
		white-space: nowrap;
		padding: 0 10px;
	}
}
@media (min-width: 768px) {
	.menu_wrapper > ul > li {
		font-size: 16px;
		padding: 8px 15px;
	}
}
@media (min-width: 992px) {
	.menu_wrapper > ul > li {
		font-size: 20px;
		padding: 12px 26px;
	}
}
@media (min-width: 1200px) {
	.menu_wrapper > ul > li {
		font-size: 22px;
		padding: 16px 30px;
	}
}
@media (min-width: 1590px) {
	.menu_wrapper > ul > li {
		font-size: 24px;
		padding: 20px 34px;
	}
}

.extra-padding {
	padding-left: 17px;
}
.content {
	padding-top: 30px;
	padding-bottom: 175px;
}
.slider {
	display: inline-block;
	padding-top: 66px;
}
.slider__wrapper {
	text-align: center;
	clear: both;
}
.slider__item {
	position: relative;
	cursor: pointer;
}
.slider__img,
.inline-block_catalog-preview {
	position: relative;
}

.inline-block_catalog-preview{
	width: 230px;
	height: 298px;
}

.slider__img:hover:before,
.inline-block_catalog-preview:hover:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/img/zoom_in.svg) 50% no-repeat;
	-webkit-background-size: 18%;
	background-size: 18%;
}
.colspan-row {
	text-align: center;
}
.nopaddingleft {
	padding-left: 0 !important;
}
.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 52px;
}
.owl-prev {
	left: -45px;
	background: url('/img/slider-arrow-left.svg');
}
.owl-prev.disabled {
	background: url('/img/slider-arrow-left-disabled.svg');
}
.owl-next {
	right: -45px;
	background: url('/img/slider-arrow-right.svg');
}
.owl-next.disabled {
	background: url('/img/slider-arrow-right-disabled.svg');
}
.inline-block {
	display: inline-block;
	margin: 20px;
}
.inline-block_logo {
	vertical-align: middle;
}
.inline-block_catalog {
    width: 245px;
    vertical-align: top;
}
.inline-block_catalog-preview {
    margin-bottom: 15px;
}
form.feedback label {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
.feedback__input {
    margin-bottom: 20px;
    line-height: 30px;
    padding: 0 15px;
    width: 80%;
    border: 1px solid #284b81;
}
.feedback__input:focus {
    outline-color: #284b81;
}
.feedback__submit {
    background: #284b81;
    color: #fff;
    padding: 5px 30px;
    border: none;
    float: right;
}

.footer-contacts {
	display: inline-block;
	padding: 23px 0;
}

.footer-col {
	float: right;
	padding: 23px 0;
	text-align: right;
}

.rms-list {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	list-style-type: none;
}
.rms-list__item {
	position: relative;
	padding-left: 16px;
	margin-bottom: 8px;
}
.rms-list__item::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #284b81;
	border-radius: 50%;
}
.contacts__group {
	margin-bottom: 24px;
}
.contacts__title {
	margin-bottom: 8px;
}
.contacts__item {
	display: flex;
	margin-bottom: 4px;
}
.contacts__item-label {
	width: 40px;
	margin-right: 8px;
}
.staff-login {
	clear: both;
}
.staff-login__title {
	text-transform: uppercase;
}
.staff-login__title a {
	text-decoration: none;
}
.staff-login__text {
	margin-top: 4px;
}