@charset "UTF-8";
@import url(normalize.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic");
@import url(slick.css);
@import url(jquery.fancybox.min.css);
body {
	overflow: overlay
}

.fill,
.shape,
a,
button {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: none
}

body {
	font-family: "Roboto", Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 1.2;
	padding: 0;
	background: #fff;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased
}

body,
footer,
header,
nav,
section {
	width: 100%;
	position: relative
}

a {
	color: #00a0e1;
	text-decoration: none;
	cursor: pointer
}

a:hover {
	color: #6dcff6
}

strong {
	font-weight: 700
}

b {
	font-weight: 700
}

i {
	font-style: italic
}

img {
	text-indent: -9999px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	line-height: 1.2;
	margin: 0 auto;
	text-align: center
}

h1,
h2 {
	color: #ed1c24;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.5px
}

@media (max-width:400px) {
	h1,
	h2 {
		font-size: 24px
	}
}

h3 {
	color: #00a0e1;
	font-size: 24px;
	font-weight: 400;
	text-align: left
}

h5 {
	color: #00a0e1;
	font-size: 18px;
	font-weight: 700;
	text-align: left
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

input,
textarea {
	width: 100%;
	padding: 0 15px;
	font-size: 16px;
	font-family: "Roboto"
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000000
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000000
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000000
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent
}

input {
	height: 40px
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none
}

input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none
}

textarea {
	height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none
}

.btn,
button {
	display: inline-block;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-family: "Roboto";
	font-size: 16px;
	text-align: center;
	background: #00a0e1;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:hover,
button:hover {
	background: #217db9;
	color: #ffffff
}

.clearfix,
.clr {
	clear: both
}

.clearfix:after,
.clr:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}

.hidden {
	display: none
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex.justify_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex.justify_start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flex.justify_end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex.align_start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.flex.align_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flex.align_end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.flex.direction_column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex.nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.col-1 {
	width: 100%
}

.col-2 {
	width: 50%
}

.col-3 {
	width: 33%;
	width: calc(100% / 3)
}

.col-4 {
	width: 25%
}

.col-5 {
	width: 20%
}

.col-6 {
	width: 16.6%;
	width: calc(100% / 6)
}

.col-7 {
	width: 14.28%;
	width: calc(100% / 7)
}

.col-8 {
	width: 12.5%
}

.col-9 {
	width: 11.11%;
	width: calc(100% / 9)
}

.col-10 {
	width: 10%
}

.col-11 {
	width: 9.09%;
	width: calc(100% / 11)
}

.col-12 {
	width: 8.33%;
	width: calc(100% / 12)
}

.c {
	min-height: 100%;
	width: 1170px;
	margin: 0 auto;
	position: relative
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(32, 34, 35, 0.65);
	z-index: 999;
	display: none
}

.hamburger {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: #00a0e1 url(../i/hamburger.svg) no-repeat 50% 50%;
	background-size: 32px auto;
	z-index: 999
}

@media (max-width:767px) {
	.hamburger {
		display: block
	}
}

.bg_grey {
	background-color: #e8e8e8
}

.bg_blue {
	background-color: #00a0e1
}

.text_white {
	color: white!important
}

.btn_blue {
	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;
	width: 178px;
	height: 39px;
	background-color: #00a0e1;
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	position: relative;
	margin: 0 auto;
	z-index: 100
}

.btn_blue:hover {
	color: white
}

.btn_blue:after {
	content: '';
	background: url(../i/blue_triangle.png) no-repeat 50% 50%;
	background-size: cover;
	width: 8px;
	height: 39px;
	position: absolute;
	top: 0;
	right: -8px
}

.btn_blue:before {
	content: '';
	background: url(../i/blue_triangle.png) no-repeat 50% 50%;
	background-size: cover;
	width: 8px;
	height: 39px;
	position: absolute;
	top: 0;
	left: -8px;
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.btn_blue .line {
	width: 100vw;
	height: 2px;
	background-color: #00a0e1;
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -50vw;
	z-index: -1
}

.btn_red {
	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;
	width: 178px;
	height: 39px;
	background-color: #ed1c24;
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	z-index: 100
}

.btn_red:hover {
	color: white
}

.btn_red:after {
	content: '';
	background: url(../i/red_triangle.png) no-repeat 50% 50%;
	background-size: cover;
	width: 8px;
	height: 39px;
	position: absolute;
	top: 0;
	right: -8px
}

.btn_red:before {
	content: '';
	background: url(../i/red_triangle.png) no-repeat 50% 50%;
	background-size: cover;
	width: 8px;
	height: 39px;
	position: absolute;
	top: 0;
	left: -8px;
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.btn_red .line {
	width: 100vw;
	height: 2px;
	background-color: #ed1c24;
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -50vw;
	z-index: -1
}

.btn_white {
	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;
	width: 178px;
	height: 39px;
	background-color: #ffffff;
	color: #00a0e1;
	font-size: 16px;
	font-weight: 900;
	position: relative;
	margin: 0 auto;
	z-index: 100
}

.btn_white:hover {
	color: #00a0e1
}

.btn_white:after {
	content: '';
	background: url(../i/white_triangle.png) no-repeat 50% 50%;
	background-size: cover;
	width: 8px;
	height: 39px;
	position: absolute;
	top: 0;
	right: -8px
}

.btn_white:before {
	content: '';
	background: url(../i/white_triangle.png) no-repeat 50% 50%;
	background-size: cover;
	width: 8px;
	height: 39px;
	position: absolute;
	top: 0;
	left: -8px;
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.btn_white .line {
	width: 100vw;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -50vw;
	z-index: -1
}

@media (max-width:1200px) {
	.c {
		width: 970px
	}
}

@media (max-width:992px) {
	.c {
		width: 720px
	}
}

@media (max-width:767px) {
	.c {
		width: auto;
		margin: 0 15px
	}
}

::-moz-selection {
	background: #217db9;
	color: #fff
}

::webkit-selection {
	background: #217db9;
	color: #fff
}

::-moz-selection {
	background: #217db9;
	color: #fff
}

::selection {
	background: #217db9;
	color: #fff
}

body {}

.banner_throught img {
	display: block;
	width: 100%
}

.banner_throught a {
	display: block
}

.banner_throught a:hover {
	opacity: 0.7
}

.index_new .partners_slider_holder {
	padding-bottom: 45px
}

.partners_slider {
	padding-top: 16px;
	max-height: 100px;
	overflow: hidden
}

.partners_slider .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.partners_slider img {
	max-width: 80%;
	max-height: 100px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}

.partners_slider a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.partners_slider a img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.nav_mobile {
	display: none;
	background-color: #00a0e1;
	text-align: center;
	padding: 15px 0
}

.nav_mobile .logo {
	display: block;
	margin: 0 auto;
	width: 142px;
	height: 94px;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../i/logo_nav.png);
	background-repeat: no-repeat
}

.nav_mobile .nav_header {
	display: block;
	font-size: 28px;
	color: #ffffff
}

.nav_mobile .nav_header:hover {
	opacity: 0.8
}

@media (max-width:767px) {
	.nav_mobile {
		display: block
	}
}

.index_new .main_nav .nav_down {
	padding-top: 47px;
	padding-bottom: 35px
}

@media (max-width:767px) {
	.index_new .main_nav .nav_down {
		padding-top: 0;
		padding-bottom: 0
	}
}

.main_nav .nav_up {
	background-color: #00a0e1;
	padding-top: 19px;
	padding-bottom: 19px
}

.main_nav .nav_down {
	padding-top: 20px;
	padding-bottom: 30px
}

.main_nav .nav_header {
	display: block;
	font-size: 36px;
	color: #ffffff;
	text-align: center
}

.main_nav .nav_header:hover {
	opacity: 0.8
}

.main_nav .logo {
	display: block;
	width: 142px;
	height: 94px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../i/logo_nav.png);
	background-repeat: no-repeat
}

.main_nav .nav_buttons {
	padding-bottom: 15px
}

.main_nav .home {
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 30px;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../i/home-white.svg)
}

.main_nav .home:hover {
	opacity: 0.8
}

.main_nav .email {
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 30px;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../i/email-white.png)
}

.main_nav .bp_icon,footer .bp_icon {
	display: block;
	width: 44px;
	height: 34px;
	margin-right: 20px;
	margin-left:-10px;
	margin-top:2px;
	background-position: 50% 50%;
	background-size: 100% auto;
	background-image: url(../i/bp_icon.svg);
	background-repeat:no-repeat;
}
footer .bp_icon {
	margin-right: 10px;
	margin-left:0;
}
.main_nav .bp_icon:hover{
	opacity: 0.8
}

.main_nav .email:hover {
	opacity: 0.8
}

.main_nav .place {
	display: block;
	width: 34px;
	height: 34px;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../i/place-white.png)
}

.main_nav .place:hover {
	opacity: 0.8
}

.main_nav .phone {
	color: #ffffff;
	font-size: 36px;
	letter-spacing: 1px;
	font-family: "Roboto Condensed"
}

.main_nav .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main_nav .menu a {
	display: block;
	padding: 8px 12px;
	font-weight: 100;
	color: #217db9;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase
}

.main_nav .menu .current-menu-parent a,
.main_nav .menu .current-page-ancestor a,
.main_nav .menu .current_page_item a,
.main_nav .menu a:hover {
	background: #00a0e1;
	color: #ffffff
}

.main_nav .menu li {
	position: relative
}

.main_nav .menu li:hover .sub-menu {
	display: block
}

.main_nav .menu .sub-menu {
	z-index: 1000;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	background: #00a0e1
}

.main_nav .menu .sub-menu li {
	display: block
}

.main_nav .menu .sub-menu li.current-menu-item a,
.main_nav .menu .sub-menu li:hover a {
	background: #217db9
}

.main_nav .menu .sub-menu li a {
	color: #ffffff
}

.main_nav .menu .sub-menu a {
	white-space: nowrap;
	display: block
}

@media (max-width:1200px) {
	.main_nav .nav_header {
		max-width: 180px;
		font-size: 28px
	}
}

@media (max-width:992px) {
	#magazines_slider .slick-next{
		right:0px !important;
	}
	.magazine_section .left .img{
		margin:auto;
	}
	.main_nav .phone {
		font-size: 30px
	}
	
}

@media (max-width:767px) {
	.main_nav .menu a {
		font-size: 17px;
		padding: 8px 8px;
		text-align:left !important;
		padding-left:30px;
	}
	.main_nav .menu-item-has-children:after{
		content:"";
		display:block;
		width:10px;
		height:10px;
		position:absolute;
		right:10px;
		top:11px;
		transform:rotate(90deg);
		background:url("https://icongr.am/material/triangle.svg?size=10&color=ffffff");
	}
	.main_nav .menu-item-has-children:hover:after{
		width:12px;
		height:12px;
		transform:rotate(180deg);
		background:url("https://icongr.am/material/triangle-outline.svg?size=12&color=ffffff");
	}
	.main_nav .menu-item-has-children .sub-menu{
		background:#34b5ea;
	}
	.main_nav .menu-item-has-children .sub-menu a{
		font-size:14px;
		padding-left:50px;
		background:unset;
	}
	.main_nav .menu .sub-menu li.current-menu-item a{
		background:unset;
		color:#10579e;
	}
	.main_nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 0px;
		height: 100vh;
		background: #00a0e1;
		overflow: hidden;
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
		z-index: 9999
	}
	nav.opened {
		width: 230px
	}
	nav.opened .close {
		display: block
	}
	.main_nav .scroll {
		height: 100vh;
		overflow: auto
	}
	.main_nav .nav_up {
		padding-bottom: 40px
	}
	.main_nav .nav_up .c {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.main_nav .nav_header {
		max-width: 100%
	}
	.main_nav .nav_header br {
		display: none
	}
	.main_nav .logo {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.main_nav .partners_slider {
		display: none
	}
	.main_nav .nav_down {
		padding-top: 0;
		padding-bottom: 0
	}
	.main_nav .overflow {
		display: block;
		background-color: #00a0e1;
		position: absolute;
		top: 0;
		left: -15px;
		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;
		z-index: 1000;
		width: 230px;
		padding-bottom: 15px;
		padding-top: 10px
	}
	.main_nav .nav_up>.c {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.main_nav .logo {
		margin-left: 15px
	}
	.main_nav .nav_right .logo_mini {
		display: block;
		width: 142px;
		height: 94px;
		background-position: 50% 50%;
		background-size: contain;
		background-image: url(../i/logo_nav.png);
		background-repeat: no-repeat;
		margin: 0 auto
	}
	.main_nav .nav_buttons {
		padding-bottom: 5px;
		padding-top: 5px
	}
	.main_nav .menu-glavnoe-menyu-container {
		width: 100%
	}
	.main_nav .menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}
	.main_nav .menu li {
		width: 100%
	}
	.main_nav .menu li a {
		width: 100%;
		color: #ffffff;
		text-align: center;
		white-space: normal
	}
	.main_nav .sub-menu {
		display: block;
		position: relative!important;
		text-align: center;
		width: 100%
	}
	.main_nav .sub-menu li {
		width: 100%
	}
	.main_nav .sub-menu li a {
		width: 100%
	}
	.main_nav .sub-menu a {
		white-space: normal!important
	}
	.main_nav .close {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 32px;
		height: 32px;
		background: #00a0e1 url(../i/arrow_back.svg) no-repeat 50% 50%;
		background-size: 16px auto
	}
}

@media (max-width:540px) {
	.main_nav .nav_header {
		font-size: 20px
	}
	.main_nav .logo {
		margin-left: 0px;
		width: 120px;
		height: 80px
	}
}

footer {
	margin-top: 30px
}

footer .c {
	background: #00a0e1;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-right: 5px;
	padding-left: 15px
}

footer .menu {
	max-width: 970px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

footer .menu a {
	display: block;
	position: relative;
	padding-left: 25px;
	padding-right: 5px;
	font-weight: 300;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase
}

footer .menu a:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../i/play-white-filled.svg) no-repeat 50% 50%;
	background-size: auto 100%;
	opacity: 0
}

footer .menu .current_page_item a,
footer .menu a:hover {
	color: #ed1c24
}

footer .menu .current_page_item a:before,
footer .menu a:hover:before {
	opacity: 1
}

footer .menu .sub-menu {
	display: none
}

footer .logo {
	margin-left: 15px;
	display: block;
	width: 160px
}

footer .logo:hover {
	opacity: 0.8
}

footer .logo img {
	display: block;
	width: 100%
}

footer .left {
	margin-top: 30px
}

footer .socials {
	margin-top: 30px
}

footer .socials a {
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	background-position: 50% 50%;
	background-size: contain
}

footer .socials a:hover {
	opacity: 0.8
}

footer .socials a.fb {
	background-image: url(../i/fb.svg)
}

footer .socials a.tw {
	background-image: url(../i/tw.svg)
}

footer .socials a.yt {
	background-image: url(../i/yt.svg)
}

footer .socials a.ig {
	background-image: url(../i/ig.svg)
}

footer .socials a.tg {
	background-image: url(../i/telegram.png)
}

footer .home {
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../i/home-white.svg)
}

footer .home:hover {
	opacity: 0.8
}

footer .email {
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../i/email.svg)
}

footer .email:hover {
	opacity: 0.8
}

footer .place {
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../i/place.svg)
}

footer .place:hover {
	opacity: 0.8
}

footer .phone-icon {
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../i/phone.svg)
}

footer .phone-icon:hover {
	opacity: 0.8
}

footer .phone {
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 2px
}

footer .phone:hover {
	opacity: 0.8
}

footer form {
	position: relative;
	padding-right: 10px
}

footer form input {
	display: block;
	width: 165px;
	height: 34px;
	border-radius: 17px;
	background: #ffffff;
	padding-left: 50px
}

footer form button {
	width: 32px;
	height: 32px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #00a0e1 url(../i/search-white.svg) no-repeat 50% 50%;
	background-size: 19px auto;
	border-radius: 100%
}

footer form button:hover {
	opacity: 0.8;
	background: #00a0e1 url(../i/search-white.svg) no-repeat 50% 50%;
	background-size: 19px auto
}

footer .right {
	margin-top: 15px;
	margin-right: 15px;
	text-align: center;
	font-weight: 700
}

footer .right img {
	margin-bottom: 12px;
	display: block;
	width: 165px
}

footer .right a {
	color: #ffffff
}

footer .right a:hover {
	opacity: 0.8
}

@media (max-width:992px) {
	footer .row2.align_start {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	footer .row2 .left,
	footer .row2 .socials {
		margin-top: 0
	}
	footer .row2 .phone {
		display: none
	}
	footer .row2 .right {
		margin: 15px auto 0 auto
	}
}

@media (max-width:767px) {
	footer .row2 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	footer .row2 .logo {
		margin-left: 0;
		margin-bottom: 10px
	}
	footer .row2 .left,
	footer .row2 .socials {
		padding-bottom: 10px
	}
}

.breadcrumbs .c {
	padding: 10px 15px;
	background: #b9e5fb;
	font-size: 8px;
	color: #636466;
	text-transform: uppercase
}

.breadcrumbs .c a {
	color: #636466
}

.breadcrumbs .c a:hover {
	color: #000000
}

.gallery {
	margin: 0 auto 30px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.gallery .gallery-item {
	position: relative;
	margin: 0;
	height: 320px;
	width: 290px
}

.gallery .gallery-item:nth-of-type(6n),
.gallery .gallery-item:nth-of-type(6n - 5) {
	width: 580px
}

.gallery .gallery-item:hover .gallery-caption {
	opacity: 1
}

.gallery .gallery-item .gallery-icon {
	width: 100%;
	height: 100%
}

.gallery .gallery-item a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.gallery .gallery-item a:hover:before {
	opacity: 0.7
}

.gallery .gallery-item a:hover:after {
	opacity: 1
}

.gallery .gallery-item a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00a0e1;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}

.gallery .gallery-item a:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 43px;
	height: 43px;
	border-radius: 100%;
	background-color: #ffffff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-image: url(../i/arrow-up-right-blue.png);
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}

.gallery .gallery-item img {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: inherit;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%
}

.gallery .gallery-item .gallery-caption {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
	z-index: 3
}

@media (max-width:1200px) {
	.gallery {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.wysiwyg h1,
.wysiwyg h2 {
	margin-bottom: 25px
}

.wysiwyg h3 {
	margin-bottom: 15px
}

.wysiwyg ol,
.wysiwyg p,
.wysiwyg ul {
	font-size: 14px;
	color: #636466;
	margin: 0 0 15px 0
}

.wysiwyg ol,
.wysiwyg ul {
	padding-left: 20px
}

.wysiwyg li {
	position: relative;
	margin-bottom: 10px
}

.wysiwyg ul li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	left: -16px;
	top: 7px;
	background: #636466;
	border-radius: 100%
}

.wysiwyg ul li ul {
	margin-top: 10px
}

.wysiwyg ul li ul li:before {
	width: 6px;
	height: 1px;
	border-radius: 0;
	top: 9px
}

.wysiwyg img {
	max-width: 100%;
	margin-bottom: 30px
}

.wysiwyg img.aligncenter {
	display: block;
	margin: 0 auto 30px auto
}

.wysiwyg .hr,
.wysiwyg hr {
	margin-top: 15px;
	margin-bottom: 30px
}

.wysiwyg .table_overflow {
	max-width: 100%;
	width: 100%;
	overflow: auto
}

.wysiwyg table {
	margin-bottom: 20px;
	width: 100%;
	font-size: 14px;
	color: #636466;
	border: 1px solid #00a0e1;
	border-spacing: 0px
}

.wysiwyg table th {
	background: #b9e5fb;
	font-weight: 700;
	padding: 5px 10px
}

.wysiwyg table th:first-of-type {
	background: #6dcff6
}

.wysiwyg table tr {
	position: relative
}

.wysiwyg table tr:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	border-bottom: 2px dashed #00a0e1
}

.wysiwyg table tr:first-of-type:after {
	border: none
}

.wysiwyg table td {
	padding: 20px 10px
}

.wysiwyg table .bg_blue {
	background: #6dcff6
}

.wysiwyg table .bg_light_blue {
	background: #e1f4fd
}

.wysiwyg table .bg_lightest_blue {
	background: #f4fbfe
}

.wysiwyg .post-password-form {
	text-align: center
}

.wysiwyg .post-password-form p {
	font-size: 16px
}

.wysiwyg .post-password-form label {
	text-align: center;
	display: block
}

.wysiwyg .post-password-form input {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 300px;
	text-align: center;
	border-bottom: 2px solid #00a0e1
}

.wysiwyg .post-password-form input[type=submit] {
	background: #00a0e1;
	color: #ffffff
}

.wysiwyg .article_date {
	color: #00a0e1
}

@media (max-width:600px) {
	.wysiwyg p {
		text-align: justify
	}
	.wysiwyg ul li {
		text-align: justify
	}
}

@media (max-width:550px) {
/* 	.wysiwyg p img {
		display: none
	} */
	.wysiwyg table {
		width: auto
	}
}

.arrow_up_right {
	width: 43px;
	height: 43px;
	border-radius: 100%;
	background-color: #ffffff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 10px auto
}

.arrow_up_right.blue {
	background-image: url(../i/arrow-up-right-blue.png)
}

.arrow_up_right.white {
	background-color: #00a0e1;
	background-image: url(../i/arrow-up-right-white.png)
}

.arrow_up_right.red {
	background-image: url(../i/arrow-up-right-red.png)
}

.plate_go_to.reversed .plate {
	left: auto;
	right: 0;
	padding-left: 20px;
	padding-right: 27px;
	text-align: right
}

.plate_go_to.reversed .plate:before {
	right: 0;
	left: -30px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.plate_go_to.reversed .arrow_up_right {
	right: auto;
	left: 30px
}

.plate_go_to a {
	color: #ffffff
}

.plate_go_to a:hover .c {
	background: #54c4f1
}

.plate_go_to .c {
	min-height: 76px;
	background: #00a0e1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}

.plate_go_to .plate {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 10px 20px 10px 27px;
	background: #ed1c24;
	font-weight: 700
}

.plate_go_to .plate:before {
	content: "";
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -30px;
	width: 40px;
	background: url(../i/plate_go_to.svg) no-repeat 100% 50%;
	background-size: auto 100%
}

.plate_go_to .text {
	text-align: center;
	font-size: 16px
}

.plate_go_to .arrow_up_right {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:992px) {
	.plate_go_to .text {
		width: 350px;
		padding-right: 50px;
		padding-left: 50px
	}
}

@media (max-width:650px) {
	.plate_go_to .c {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.plate_go_to .text {
		width: 83%;
		padding-right: 0;
		padding-left: 20px;
		text-align: left;
		font-size: 14px
	}
	.plate_go_to .plate {
		display: none
	}
	.plate_go_to .arrow_up_right {
		position: absolute;
		top: 50%;
		right: 20px
	}
	.plate_go_to.reversed .c {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.plate_go_to.reversed .text {
		width: 83%;
		padding-right: 20px;
		padding-left: 0px;
		text-align: right
	}
	.plate_go_to.reversed .arrow_up_right {
		right: auto;
		left: 20px
	}
}

.hr,
hr {
	width: 100%;
	height: 2px;
	background: #00a0e1
}

.summary {
	background-color: #00a0e1;
	color: white;
	position: relative;
	margin-bottom: 25px
}

.summary .association_slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: calc((100vw - 1170px) / 2 + 390px)
}

.summary .association_slider .slick-list,
.summary .association_slider .slick-slide {
	min-height: 100%
}

.summary .association_slider .slick-track {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

.summary .association_slider .slide {
	min-height: 100%;
	background-position: 50% 50%;
	background-size: cover
}

.summary .association_slider .slick-next {
	margin-right: 15px
}

.summary .association_slider .slick-prev {
	margin-left: 15px
}

.summary .association_slider .slick-arrow {
	height: 40px
}

.summary h1 {
	color: white;
	text-align: left!important;
	margin-bottom: 57px
}

.summary .summary_txt {
	width: 390px;
	padding-left: 30px;
	padding-top: 55px;
	padding-bottom: 66px
}

.summary .summary_sub {
	font-size: 16px;
	letter-spacing: -1px
}

@media (max-width:1200px) {
	.summary .association_slider {
		right: calc((100vw - 970px) / 2 + 390px)
	}
}

@media (max-width:992px) {
	.summary .summary_txt {
		width: 290px;
		padding-left: 20px
	}
	.summary .association_slider {
		right: calc((100vw - 720px) / 2 + 290px)
	}
}

@media (max-width:767px) {
	.summary h1 {
		margin-bottom: 20px
	}
	.summary .summary_txt {
		width: 100%;
		padding-left: 0;
		padding-top: 35px;
		padding-bottom: 35px
	}
	.summary .association_slider {
		position: relative!important;
		width: 100%;
		height: 70vh
	}
}

.index_news {
	margin-bottom: 30px
}

.index_news .holder {
	position: relative
}

.index_news .read_all_news {
	position: absolute;
	top: 0;
	left: 0;
	width: 308px;
	height: 320px;
	background: rgba(0, 160, 225, 0.8);
	padding: 32px 30px;
	color: #ffffff;
	text-align: right;
	z-index: 1
}

.index_news .read_all_news:hover {
	background: #00a0e1
}

.index_news .read_all_news .inner {
	position: relative;
	line-height: 1.1;
	text-transform: uppercase
}

.index_news .read_all_news .inner:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: -66px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../i/play-red.svg) no-repeat 50% 50%;
	background-size: auto 100%
}

.index_news .read_all_news .title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px
}

.index_news .read_all_news .text {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1.5px
}

.index_news .block {
	position: relative;
	background-position: 50% 50%;
	background-size: cover
}

.index_news .block:hover {
	opacity: 0.8
}

.index_news .first_block {
	padding: 0px 0px 50px 55px;
	width: 790px;
	height: 640px;
	font-size: 26px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
	text-align: right
}

.index_news .first_block .inner {
	max-width: 450px;
	background: rgba(0, 160, 225, 0.8);
	padding: 50px 55px
}

.index_news .first_block .title {
	font-weight: 700
}

.index_news .right {
	width: 375px
}

.index_news .right .block {
	display: block;
	width: 100%;
	height: 320px;
	padding: 45px 0
}

.index_news .right .inner {
	position: relative;
	display: inline-block;
	padding: 8px 60px 8px 16px;
	background: #ffffff;
	color: #217db9;
	line-height: 1
}

.index_news .right .inner:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../i/play-dark_blue.svg) no-repeat 50% 50%;
	background-size: auto 100%
}

.index_news .right .title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase
}

.index_news .right .text {
	font-size: 15px;
	letter-spacing: 0.5px
}

@media (max-width:1200px) {
	.index_news .read_all_news {
		width: 240px
	}
	.index_news .first_block {
		width: 595px
	}
	.index_news .first_block .inner {
		max-width: 330px;
		padding: 30px
	}
}

@media (max-width:992px) {
	.index_news .first_block {
		width: 100%;
		height: 320px
	}
	.index_news .right {
		width: 100%
	}
}

@media (max-width:600px) {
	.index_news .read_all_news {
		position: absolute;
		right: 0;
		top: 0;
		left: auto;
		height: 80px;
		padding: 0;
		padding-top: 15px;
		padding-right: 15px
	}
	.index_news .arrow_up_right {
		display: none
	}
	.index_news .first_block {
		padding: 0px;
		padding-top: 80px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		text-align: left
	}
}

.index_blog {
	padding-top: 35px;
	padding-bottom: 60px
}

.index_blog .row1 {
	padding-top: 28px
}

.index_blog .row1 .block {
	width: 280px;
	height: 370px;
	padding-bottom: 70px;
	padding-right: 15px;
	background-position: 50% 50%;
	background-size: cover
}

.index_blog .row1 .block:hover {
	opacity: 0.8
}

.index_blog .row1 .inner {
	display: inline-block;
	padding: 15px;
	background: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #217db9
}

.index_blog .row1 .right {
	width: 280px;
	height: 370px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #00a0e1;
	color: #ffffff
}

.index_blog .row1 .right .title {
	position: relative;
	margin-bottom: 15px;
	padding-left: 80px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.5px
}

.index_blog .row1 .right .title .arrow_up_right {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.index_blog .row1 .right a {
	display: block;
	position: relative;
	line-height: 1.3;
	padding: 15px 20px 15px 20px;
	font-weight: 700;
	color: #ffffff
}

.index_blog .row1 .right a:after {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	bottom: 0;
	right: 15px;
	height: 1px;
	background: #ffffff
}

.index_blog .row1 .right a:hover {
	background: #54c4f1
}

.index_blog .row2 {
	padding-top: 40px
}

.index_blog .row2 h3 {
	font-size: 30px;
	color: #217db9;
	font-weight: 700;
	letter-spacing: 3px;
	text-align: left;
	margin: 0
}

.index_blog .row2 .history_title {
	margin-right: 15px;
	font-size: 15px;
	color: #217db9;
	letter-spacing: 1px
}

.index_blog .hr {
	margin-top: 23px;
	margin-bottom: 30px
}

.index_blog .row3 .main_item {
	width: 570px
}

.index_blog .row3 .main_item .img {
	width: 100%;
	height: 280px;
	padding-bottom: 40px;
	padding-right: 15px;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s
}

.index_blog .row3 .main_item .img:hover {
	opacity: 0.8
}

.index_blog .row3 .main_item .inner {
	display: inline-block;
	padding: 15px;
	background: #ffffff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #217db9
}

.index_blog .row3 .main_item .announce {
	margin-top: 14px;
	padding-left: 15px;
	font-size: 12px;
	color: #636466;
	letter-spacing: 1px
}

.index_blog .row3 .main_item .date {
	margin-bottom: 5px;
	font-size: 16px
}

.index_blog .row3 .right {
	width: 570px
}

.index_blog .row3 .right .block {
	margin-bottom: 30px
}

.index_blog .row3 .right .block:last-of-type {
	margin-bottom: 0
}

.index_blog .row3 .right .block:hover {
	opacity: 0.8
}

.index_blog .row3 .right .img {
	margin-right: 15px;
	width: 180px;
	height: 180px;
	background-position: 50% 50%;
	background-size: cover
}

.index_blog .row3 .right .inner {
	max-width: 370px
}

.index_blog .row3 .right .date {
	color: #636466;
	font-size: 12px;
	letter-spacing: 1px
}

.index_blog .row3 .right .title {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #217db9;
	text-transform: uppercase;
	letter-spacing: 1px
}

@media (max-width:1200px) {
	.index_blog .row1 .block,
	.index_blog .row1 .right {
		width: 49%;
		margin-bottom: 15px
	}
	.index_blog .row3 .main_item {
		width: 500px
	}
	.index_blog .row3 .right {
		width: 470px
	}
	.index_blog .row3 .right .block .inner {
		max-width: 250px
	}
}

@media (max-width:992px) {
	.index_blog .row3 .main_item {
		width: 100%;
		margin-bottom: 20px
	}
	.index_blog .row3 .right {
		width: 100%
	}
	.index_blog .row3 .right .block .img {
		width: 250px;
		height: 250px
	}
	.index_blog .row3 .right .block .inner {
		max-width: auto
	}
}

@media (max-width:767px) {
	.index_blog .row2 .history_title {
		display: none
	}
}

@media (max-width:600px) {
	.index_blog .row1 .block,
	.index_blog .row1 .right {
		width: 100%;
		height: 300px;
		margin-bottom: 15px
	}
	.index_blog .row1 .right {
		height: auto
	}
}

@media (max-width:550px) {
	.index_blog .row3 .right .block {
		display: block
	}
	.index_blog .row3 .right .block .img {
		height: 300px;
		width: 300px;
		margin: 0 auto
	}
	.index_blog .row3 .right .block .inner {
		max-width: 100%
	}
}

.index_association {
	padding-top: 40px
}

.index_association .hr {
	margin-top: 29px;
	margin-bottom: 35px
}

.index_association .holder .block:nth-of-type(2),
.index_association .holder .block:nth-of-type(3) {
	background: #54c4f1
}

.index_association .holder .block:nth-of-type(2) .arrow_up_right,
.index_association .holder .block:nth-of-type(3) .arrow_up_right {
	background-image: url(../i/arrow-up-right-red.png)
}

.index_association .block {
	position: relative;
	padding: 30px 30px 40px 120px;
	width: 50%;
	min-height: 320px;
	background: #00a0e1;
	color: #ffffff
}

.index_association .block:hover {
	opacity: 0.8
}

.index_association .arrow_up_right {
	position: absolute;
	top: 30px;
	right: 30px
}

.index_association img {
	max-height: 112px;
	max-width: 130px
}

.index_association .title {
	position: relative;
	margin-top: 40px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px
}

.index_association .title:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: -30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../i/play-white.svg) no-repeat 50% 50%;
	background-size: auto 100%
}

.index_smi_monitor {
	padding-top: 40px
}

.index_smi_monitor .hr {
	margin-top: 27px;
	margin-bottom: 30px
}

.index_smi_monitor .slider {
	margin-bottom: 55px
}

.index_smi_monitor .slider .block {
	max-width: 570px
}

.index_smi_monitor .slider .block .img {
	width: 290px;
	height: 290px;
	background-position: 0% 50%;
	background-size: 70% auto;
	background-repeat: no-repeat
}

.index_smi_monitor .slider .block .inner {
	padding-top: 5px;
	width: 265px
}

.index_smi_monitor .slider .block .title {
	margin-bottom: 15px;
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #217db9;
	letter-spacing: 2px;
	text-transform: uppercase
}

.index_smi_monitor .slider .block .date {
	margin-bottom: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #636466
}

.index_smi_monitor .slider .block .announce {
	font-size: 12px;
	color: #636466
}

.index_smi_monitor .slider .block_type_2 .img {
	width: 280px;
	height: 370px;
	padding-bottom: 65px;
	padding-right: 15px
}

.index_smi_monitor .slider .block_type_2 .title {
	margin-bottom: 0;
	display: inline-block;
	padding: 10px 15px;
	background: #ffffff;
	font-size: 14px;
	letter-spacing: 1px
}

.index_smi_monitor .title_2 {
	position: relative;
	color: #00a0e1;
	text-transform: none;
	letter-spacing: 0px
}

.index_smi_monitor .title_2.blue {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #00a0e1;
	color: #ffffff
}

.index_smi_monitor .title_2.blue .arrow_up_right {
	right: 15px
}

.index_smi_monitor .title_2 .arrow_up_right {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.index_smi_monitor .slider_menu {
	margin-top: 10px;
	margin-bottom: 65px
}

.index_smi_monitor .slider_menu.blue {
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #00a0e1;
	color: #ffffff
}

.index_smi_monitor .slider_menu.blue .col-4 {
	border-color: #ffffff
}

.index_smi_monitor .slider_menu.blue a {
	color: #ffffff;
	padding-right: 15px
}

.index_smi_monitor .slider_menu.blue a:before {
	background: url(../i/play-white.svg) no-repeat 50% 50%;
	background-size: auto 100%
}

.index_smi_monitor .slider_menu.blue a.active:before,
.index_smi_monitor .slider_menu.blue a:hover:before {
	background-image: url(../i/play-white-filled.svg)
}

.index_smi_monitor .slider_menu a {
	position: relative;
	display: block;
	margin-bottom: 5px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #217db9;
	overflow: hidden
}

.index_smi_monitor .slider_menu a:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../i/play-blue.svg) no-repeat 50% 50%;
	background-size: auto 100%
}

.index_smi_monitor .slider_menu a.active,
.index_smi_monitor .slider_menu a:hover {
	background: #54c4f1;
	color: #ffffff
}

.index_smi_monitor .slider_menu a.active:before,
.index_smi_monitor .slider_menu a:hover:before {
	background-image: url(../i/play-white-filled.svg)
}

.index_smi_monitor .slider_menu .col-4 {
	padding: 10px 0;
	border-right: 4px solid #00a0e1
}

.index_smi_monitor .slider_menu .col-4:last-of-type {
	border-right: none
}

@media (max-width:992px) {
	.index_smi_monitor .slider .block .img {
		background-size: 100% auto
	}
	.index_smi_monitor .slider.smi_slider_mini {
		margin-bottom: 20px
	}
	.index_smi_monitor .slider.smi_slider_mini .block {
		height: 180px
	}
	.index_smi_monitor .slider.smi_slider_mini .block .img {
		height: 180px;
		background-size: 60% auto;
		background-position: 0% 0%;
		padding-bottom: 0px
	}
	.index_smi_monitor .slider .block_type_2 .title {
		font-size: 11px
	}
	.index_smi_monitor .slider_menu a {
		font-size: 15px;
		line-height: 15px;
		padding-left: 35px
	}
}

@media (max-width:767px) {
	.index_smi_monitor .slider {
		margin-left: 30px
	}
	.index_smi_monitor .slider_menu {
		display: none
	}
	.index_smi_monitor .title_2 {
		display: none
	}
}

@media (max-width:650px) {
	.index_smi_monitor .slider {
		margin-bottom: 0px
	}
}

@media (max-width:614px) {
	.index_smi_monitor .slider {
		margin-bottom: 10px
	}
	.index_smi_monitor .slider .block {
		text-align: center
	}
	.index_smi_monitor .slider .block .img {
		margin: 0 auto
	}
	.index_smi_monitor .slider .block .inner {
		margin: 0 auto
	}
}

@media (max-width:480px) {
	.index_smi_monitor .slider.smi_slider_mini .block .img {
		margin: 0 auto
	}
}

.index_novosti {
	padding-top: 32px;
	padding-bottom: 25px
}

.index_novosti h2 {
	text-align: left!important;
	padding-bottom: 30px
}

.index_novosti .row_1 {
	padding-bottom: 25px
}

.index_novosti .row_1 .block {
	width: 280px;
	height: 370px;
	padding-bottom: 70px;
	padding-right: 15px;
	background-position: 50% 50%;
	background-size: cover
}

.index_novosti .row_1 .block:hover {
	opacity: 0.8
}

.index_novosti .row_1 .novosti_inner {
	display: inline-block;
	padding: 15px;
	background: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #217db9
}

.index_novosti .row_1 .novosti_date {
	margin-top: 10px;
	font-size: 12px
}

.index_novosti .row_1 .novosti_right {
	width: 280px;
	height: 370px;
	overflow: hidden;
	color: #ffffff
}

.index_novosti .row_1 .novosti_right a {
	display: block;
	position: relative;
	line-height: 1.3;
	padding: 30px 27px 30px 27px;
	font-weight: 700;
	color: #217db9
}

.index_novosti .row_1 .novosti_right a:hover {
	background: #ffffff
}

.index_novosti .row_1 .novosti_right.text_white a {
	color: #ffffff
}

.index_novosti .row_1 .novosti_right.text_white a:hover {
	background: rgba(255, 255, 255, 0.5)
}

.index_novosti .row_3 .main_item {
	width: 570px
}

.index_novosti .row_3 .main_item .img {
	width: 100%;
	height: 280px;
	padding-bottom: 40px;
	padding-right: 15px;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s
}

.index_novosti .row_3 .main_item .img:hover {
	opacity: 0.8
}

.index_novosti .row_3 .main_item .inner {
	display: inline-block;
	padding: 15px;
	background: #ffffff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #217db9
}

.index_novosti .row_3 .main_item .announce {
	margin-top: 14px;
	padding-left: 15px;
	font-size: 12px;
	color: #636466;
	letter-spacing: 1px
}

.index_novosti .row_3 .main_item .date {
	margin-bottom: 5px;
	font-size: 16px
}

.index_novosti .row_3 .right {
	width: 570px
}

.index_novosti .row_3 .right .block {
	margin-bottom: 30px
}

.index_novosti .row_3 .right .block:last-of-type {
	margin-bottom: 0
}

.index_novosti .row_3 .right .block:hover {
	opacity: 0.8
}

.index_novosti .row_3 .right .img {
	margin-right: 15px;
	width: 180px;
	height: 180px;
	background-position: 50% 50%;
	background-size: cover
}

.index_novosti .row_3 .right .inner {
	max-width: 370px
}

.index_novosti .row_3 .right .date {
	color: #636466;
	font-size: 12px;
	letter-spacing: 1px;
	padding-bottom: 25px;
	padding-top: 20px
}

.index_novosti .row_3 .right .title {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #217db9;
	text-transform: uppercase;
	letter-spacing: 1px
}

.index_novosti .row_3 .right .announce {
	font-size: 12px;
	color: #636466;
	letter-spacing: 1px
}

@media (max-width:1200px) {
	.index_novosti .row_1 .block,
	.index_novosti .row_1 .novosti_right {
		width: 49%;
		margin-bottom: 15px
	}
	.index_novosti .row_3 .main_item {
		width: 480px
	}
	.index_novosti .row_3 .right {
		width: 470px
	}
	.index_novosti .row_3 .right .block .inner {
		max-width: 250px
	}
}

@media (max-width:992px) {
	.index_novosti .row_3 .main_item {
		width: 100%;
		margin-bottom: 20px
	}
	.index_novosti .row_3 .right {
		width: 100%
	}
	.index_novosti .row_3 .right .block .img {
		width: 250px;
		height: 250px
	}
	.index_novosti .row_3 .right .block .inner {
		max-width: auto
	}
}

@media (max-width:600px) {
	.index_novosti .row_1 .block,
	.index_novosti .row_1 .novosti_right {
		width: 100%;
		height: 300px;
		margin-bottom: 15px
	}
	.index_novosti .row_1 .novosti_right {
		height: auto
	}
}

@media (max-width:550px) {
	.index_novosti .row_3 .right .block {
		display: block
	}
	.index_novosti .row_3 .right .block .img {
		height: 300px;
		width: 300px;
		margin: 0 auto
	}
	.index_novosti .row_3 .right .block .inner {
		max-width: 100%
	}
}

.index_magazine {
	padding-top: 25px;
	padding-bottom: 64px
}

.index_magazine .hr {
	margin-top: 25px;
	margin-bottom: 30px
}

.index_magazine .left {
	width: 770px
}

.index_magazine .left .img {
	display: block;
	width: 242px;
	height: 297px;
	border: 1px solid #00a0e1;
	background-position: 50% 50%;
	background-size: cover
}

.index_magazine .left .img:hover {
	opacity: 0.8
}

.index_magazine .left .margin {
	margin-bottom: 24px
}

.index_magazine .left .margin:last-of-type,
.index_magazine .left .margin:nth-last-of-type(2),
.index_magazine .left .margin:nth-last-of-type(3) {
	margin-bottom: 0
}

.index_magazine .left .article_item {
	margin-bottom: 30px
}

.index_magazine .left .article_item:last-of-type {
	margin-bottom: 0
}

.index_magazine .left .article_item .img {
	width: 375px;
	height: 280px;
	border: none
}

.index_magazine .left .article_item .inner {
	margin-left: 30px;
	max-width: 360px
}

.index_magazine .left .article_item .title {
	font-size: 30px;
	font-weight: 700;
	color: #217db9;
	letter-spacing: 1px;
	text-transform: uppercase
}

.index_magazine .left .article_item .date {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 16px;
	color: #636466;
	letter-spacing: 1px
}

.index_magazine .left .article_item .announce {
	font-size: 12px;
	color: #636466;
	letter-spacing: 1.2px
}

.index_magazine .right {
	width: 370px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #00a0e1;
	color: #ffffff
}

.index_magazine .right .title {
	position: relative;
	margin-bottom: 15px;
	padding-left: 100px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.5px
}

.index_magazine .right .title .arrow_up_right {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.index_magazine .right a {
	display: block;
	position: relative;
	line-height: 1.3;
	padding: 15px 15px 15px 45px;
	font-weight: 700;
	color: #ffffff
}

.index_magazine .right a:after {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	bottom: 0;
	right: 15px;
	height: 1px;
	background: #ffffff
}

.index_magazine .right a:hover {
	background: #54c4f1
}

.index_magazine .right a .date {
	position: absolute;
	top: 17px;
	left: 15px;
	font-size: 14px;
	font-weight: 300
}

@media (max-width:1200px) {
	.index_magazine .holder {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start
	}
	.index_magazine .left {
		width: 680px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.index_magazine .left .article_item .inner {
		max-width: 275px
	}
	.index_magazine .left .margin {
		margin-right: 24px
	}
	.index_magazine .right {
		width: 285px
	}
}

@media (max-width:992px) {
	.index_magazine .left {
		width: 100%
	}
	.index_magazine .right {
		display: none
	}
}

@media (max-width:710px) {
	.index_magazine .left .article_item {
		display: block
	}
	.index_magazine .left .article_item .img {
		width: 300px;
		height: 200px;
		margin: 0 auto;
		padding-bottom: 10px
	}
	.index_magazine .left .article_item .inner {
		margin-left: 0px;
		width: 100%;
		max-width: 100%
	}
}

@media (max-width:561px) {
	.index_magazine .left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.index_magazine .left .margin {
		margin-right: 0px;
		width: 242px;
		margin: 0 auto;
		margin-bottom: 10px
	}
	.index_magazine .left .margin:last-of-type,
	.index_magazine .left .margin:nth-last-of-type(2),
	.index_magazine .left .margin:nth-last-of-type(3) {
		margin-bottom: 10px
	}
}

.magazine_section {
	padding-top: 44px;
	padding-bottom: 28px
}

.magazine_section h2 {
	padding-bottom: 43px;
	text-align: left
}

.magazine_section .holder {
	padding-bottom: 20px
}

.magazine_section .left {
	width: 770px
}

.magazine_section .left .img {
	display: block;
	width: 242px;
	height: 297px;
	border: 1px solid #00a0e1;
	background-position: 50% 50%;
	background-size: cover
}

.magazine_section .left .img:hover {
	opacity: 0.8
}

.magazine_section .left .margin {
	margin-bottom: 24px
}

.magazine_section .left .margin:last-of-type,
.magazine_section .left .margin:nth-last-of-type(2),
.magazine_section .left .margin:nth-last-of-type(3) {
	margin-bottom: 0
}

.magazine_section .left .article_item {
	margin-bottom: 30px
}

.magazine_section .left .article_item:last-of-type {
	margin-bottom: 0
}

.magazine_section .left .article_item .img {
	width: 375px;
	height: 280px;
	border: none
}

.magazine_section .left .article_item .inner {
	margin-left: 30px;
	max-width: 360px
}

.magazine_section .left .article_item .title {
	font-size: 30px;
	font-weight: 700;
	color: #217db9;
	letter-spacing: 1px;
	text-transform: uppercase
}

.magazine_section .left .article_item .date {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 16px;
	color: #636466;
	letter-spacing: 1px
}

.magazine_section .left .article_item .announce {
	font-size: 12px;
	color: #636466;
	letter-spacing: 1.2px
}

.magazine_section .right {
	width: 370px;
	color: #217db9
}

.magazine_section .right a {
	display: block;
	position: relative;
	line-height: 1.3;
	padding: 30px 27px 30px 27px;
	font-weight: 700;
	color: #217db9
}

.magazine_section .right a:hover {
	background: #ffffff
}

@media (max-width:1200px) {
	.magazine_section .holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.magazine_section .right {
		width: 175px
	}
	.magazine_section .right a {
		padding: 15px 13px 15px 13px
	}
}

@media (max-width:992px) {
	.magazine_section .left {
		width: 100%;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly
	}
	.magazine_section .left .margin {
		margin-bottom: 15px!important
	}
	.magazine_section .right {
		display: none
	}
}

@media (max-width:710px) {
	.magazine_section .left .article_item {
		display: block
	}
	.magazine_section .left .article_item .img {
		width: 300px;
		height: 200px;
		margin: 0 auto;
		padding-bottom: 10px
	}
	.magazine_section .left .article_item .inner {
		margin-left: 0px;
		width: 100%;
		max-width: 100%
	}
}
/*
@media (max-width:561px) {
	.magazine_section .left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.magazine_section .left .margin {
		margin-right: 0px;
		width: 242px;
		margin: 0 auto;
		margin-bottom: 10px
	}
	.magazine_section .left .margin:last-of-type,
	.magazine_section .left .margin:nth-last-of-type(2),
	.magazine_section .left .margin:nth-last-of-type(3) {
		margin-bottom: 10px
	}
}*/

.index_articles {
	padding-bottom: 30px
}

.index_articles .right a {
	padding: 15px 15px 15px 95px
}

.index_media {
	padding-top: 25px
}

.index_media .hr {
	margin-top: 22px;
	margin-bottom: 30px
}

.index_media .block {
	position: relative;
	width: 290px;
	height: 320px;
	background-position: 50% 50%;
	background-size: cover
}

.index_media .block:hover .inner {
	background: rgba(109, 207, 246, 0.5);
	opacity: 1
}

.index_media .block:first-of-type,
.index_media .block:nth-of-type(4) {
	width: 590px
}

.index_media .block:first-of-type .title,
.index_media .block:nth-of-type(4) .title {
	font-size: 30px;
	padding-top: 0
}

.index_media .block .arrow_up_right {
	position: absolute;
	top: 15px;
	right: 15px
}

.index_media .inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 19px 15px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}

.index_media .title {
	position: relative;
	padding-top: 5px;
	padding-left: 35px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px
}

.index_media .title:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../i/play-red.svg) no-repeat 50% 50%;
	background-size: auto 100%
}

@media (max-width:1200px) {
	.index_media .holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.index_media .block {
		width: 240px
	}
	.index_media .block:first-of-type,
	.index_media .block:nth-of-type(4) {
		width: 480px
	}
}

@media (max-width:992px) {
	.index_media .block {
		width: 50%
	}
	.index_media .block:first-of-type,
	.index_media .block:nth-of-type(4) {
		width: 50%
	}
}

@media (max-width:600px) {
	.index_media .block {
		width: 100%
	}
	.index_media .block:first-of-type,
	.index_media .block:nth-of-type(4) {
		width: 100%
	}
}

.media_section ,.video_section{
	padding-top: 75px
}

.media_section .holder {
	padding-bottom: 30px
}

.media_section h2,.video_section h2{
	text-align: left;
	padding-bottom: 35px
}

.media_section .block {
	position: relative;
	width: 290px;
	height: 320px;
	background-position: 50% 50%;
	background-size: cover
}

.media_section .block:hover .inner {
	background: rgba(109, 207, 246, 0.5);
	opacity: 1
}

.media_section .block:first-of-type,
.media_section .block:nth-of-type(6) {
	width: 590px
}

.media_section .block:first-of-type .title,
.media_section .block:nth-of-type(6) .title {
	font-size: 30px;
	padding-top: 0
}

.media_section .block .arrow_up_right {
	position: absolute;
	top: 15px;
	right: 15px
}

.media_section .inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 19px 15px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}

.media_section .title {
	position: relative;
	padding-top: 5px;
	padding-left: 35px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px
}

.media_section .title:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../i/play-red.svg) no-repeat 50% 50%;
	background-size: auto 100%
}

@media (max-width:1200px) {
	.media_section .holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.media_section .block {
		width: 240px
	}
	.media_section .block:first-of-type,
	.media_section .block:nth-of-type(6) {
		width: 480px
	}
}

@media (max-width:992px) {
	.media_section {
		padding-top: 35px
	}
	.media_section .block {
		width: 50%
	}
	.media_section .block:first-of-type,
	.media_section .block:nth-of-type(6) {
		width: 50%
	}
}

@media (max-width:600px) {
	.media_section .block {
		width: 100%
	}
	.media_section .block:first-of-type,
	.media_section .block:nth-of-type(6) {
		width: 100%
	}
}

.index_partners {
	padding-top: 66px;
	padding-bottom: 50px
}

.index_partners h2 {
	padding-bottom: 50px
}

.index_partners a:hover {
	opacity: 0.8
}

@media (max-width:1200px) {
	.index_partners .flex {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.index_partners .flex>div {
		margin-right: 70px
	}
	.index_partners .flex>div:last-of-type,
	.index_partners .flex>div:nth-of-type(5) {
		margin-right: 0px
	}
}

@media (max-width:992px) {
	.index_partners .flex>div {
		margin-right: 20px
	}
}

@media (max-width:767px) {
	.index_partners .flex>div {
		margin-right: 10px
	}
}

@media (max-width:660px) {
	.index_partners .flex {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 30px
	}
	.index_partners .flex>div {
		margin-right: 20px;
		padding-bottom: 10px
	}
	.index_partners .flex>div:nth-of-type(4),
	.index_partners .flex>div:nth-of-type(8) {
		margin-right: 0
	}
	.index_partners .flex>div:nth-of-type(5) {
		margin-right: 20px;
		padding-bottom: 0
	}
}

@media (max-width:559px) {
	.index_partners .flex {
		margin-left: 30px
	}
	.index_partners .flex>div {
		margin-right: 10px
	}
	.index_partners .flex>div:nth-of-type(4),
	.index_partners .flex>div:nth-of-type(8) {
		margin-right: 10px
	}
	.index_partners .flex>div:nth-of-type(5) {
		margin-right: 10px
	}
	.index_partners .flex>div:nth-of-type(3),
	.index_partners .flex>div:nth-of-type(6) {
		margin-right: 0px
	}
}

@media (max-width:439px) {
	.index_partners .flex {
		margin-left: 30px
	}
	.index_partners .flex>div {
		margin-right: 20px
	}
	.index_partners .flex>div:nth-of-type(2),
	.index_partners .flex>div:nth-of-type(4),
	.index_partners .flex>div:nth-of-type(6),
	.index_partners .flex>div:nth-of-type(8) {
		margin-right: 0px
	}
	.index_partners .flex>div:nth-of-type(3),
	.index_partners .flex>div:nth-of-type(5) {
		margin-right: 20px
	}
}

.page_regular .main {
	padding-top: 35px
}

.page_regular .documents {
	margin-bottom: 30px
}

.page_regular .documents .row {
	margin-bottom: 20px;
	padding: 0 15px;
	min-height: 32px
}

.page_regular .documents a {
	display: inline-block;
	position: relative;
	padding-left: 45px;
	font-size: 14px;
	font-weight: 700;
	color: #636466
}

.page_regular .documents a:before {
	content: "";
	display: block;
	width: 27px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.page_regular .documents a:hover {
	opacity: 0.8
}

.page_regular .documents a.pdf:before {
	background: url(../i/pdf.svg) no-repeat 0% 50%;
	background-size: contain
}

.page_regular .documents a.word:before {
	background: url(../i/word.svg) no-repeat 0% 50%;
	background-size: contain
}

.page_regular .documents a.move {
	margin-left: 40px
}

.page_regular .download_magazine_pdf {
	margin-top: 30px;
	margin-bottom: 30px
}

.page_magazine .main {
	padding-top: 35px
}

.page_magazine .main h3 {
	margin-bottom: 10px
}

.page_magazine .main hr {
	margin-top: 0
}

.page_magazine .contact {
	margin-bottom: 10px;
	font-size: 14px;
	color: #636466
}

.page_magazine .contact img {
	margin: 0
}

.chleny_avi {
	padding-top: 35px
}

.chleny_avi .table_1_title,
.chleny_avi .table_2_title {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #00a0e1;
	font-size: 24px
}

.chleny_avi .table_2_description {
	margin-top: 10px;
	padding: 0 15px;
	font-size: 8px;
	color: #636466;
	text-transform: uppercase
}

.chleny_avi .table_1 {
	margin-top: 30px;
	border: 1px solid #00a0e1
}

.chleny_avi .table_1 .row {
	border-bottom: 2px dashed #78bbfd;
	color: #58595b;
	font-size: 14px
}

.chleny_avi .table_1 .row:last-of-type {
	border: none
}

.chleny_avi .table_1 .row a {
	color: #58595b
}

.chleny_avi .table_1 .row a:hover {
	opacity: 0.8
}

.chleny_avi .table_1 .row .id {
	padding: 10px 0;
	width: 48px;
	background: #e1f4fd;
	text-align: center;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	font-weight: 700
}

.chleny_avi .table_1 .row .logo {
	padding: 10px 15px;
	width: 148px;
	text-align: center
}

.chleny_avi .table_1 .row .logo img {
	max-width: 100%
}

.chleny_avi .table_1 .row .company {
	padding: 10px 15px;
	width: 195px;
	font-weight: 700
}

.chleny_avi .table_1 .row .description {
	padding: 10px 15px;
	width: 389px
}

.chleny_avi .table_1 .row .director {
	padding: 10px 15px;
	width: 195px
}

.chleny_avi .table_1 .row .city {
	padding: 10px 15px;
	width: 145px
}

.chleny_avi .table_1 .row .site {
	padding: 10px 0;
	width: 48px;
	background: #f4fbfe;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.chleny_avi .table_1 .row .site a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../i/website.svg) no-repeat 50% 50%;
	background-size: cover
}

.chleny_avi .table_1 .row .site a:hover {
	opacity: 0.8
}

.chleny_avi .table_1 .t_head {
	background: #b9e5fb;
	font-weight: 700;
	border: none
}

.chleny_avi .table_1 .t_head .filled {
	background: #6dcff6
}

.chleny_avi .table_1 .t_head .site {
	background: #b9e5fb;
	padding: 10px 0;
	text-align: center
}

.chleny_avi .table_2 {
	margin-top: 10px;
	border: 1px solid #00a0e1
}

.chleny_avi .table_2 .row {
	border-bottom: 2px dashed #78bbfd;
	color: #58595b;
	font-size: 14px
}

.chleny_avi .table_2 .row:last-of-type {
	border: none
}

.chleny_avi .table_2 .row .id {
	padding: 10px 0;
	width: 100px;
	background: #e1f4fd;
	text-align: center;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	font-weight: 700
}

.chleny_avi .table_2 .row .company {
	padding: 10px 15px;
	width: 873px;
	font-weight: 700
}

.chleny_avi .table_2 .row .city {
	padding: 10px 15px;
	width: 195px;
	background: #f4fbfe;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.chleny_avi .table_2 .t_head {
	background: #b9e5fb;
	font-weight: 700;
	border: none
}

.chleny_avi .table_2 .t_head .filled {
	background: #6dcff6
}

.chleny_avi .table_2 .t_head .city {
	background: none
}

@media (max-width:1200px) {
	.chleny_avi .table_1 .row .id {
		width: 30px
	}
	.chleny_avi .table_1 .row .logo {
		width: 125px
	}
	.chleny_avi .table_1 .row .company {
		width: 125px
	}
	.chleny_avi .table_1 .row .description {
		width: 300px
	}
	.chleny_avi .table_2 .row .company {
		width: 673px
	}
}

@media (max-width:992px) {
	.chleny_avi .table_1 .row .id {
		width: 28px
	}
	.chleny_avi .table_1 .row .logo {
		width: 100px
	}
	.chleny_avi .table_1 .row .company {
		width: 100px
	}
	.chleny_avi .table_1 .row .description {
		width: 262px
	}
	.chleny_avi .table_1 .row .director {
		width: 100px
	}
	.chleny_avi .table_1 .row .city {
		width: 80px
	}
	.chleny_avi .table_2 .row .company {
		width: 423px
	}
}

@media (max-width:750px) {
	.chleny_avi .table_1 .row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.chleny_avi .table_1 .row .logo {
		display: none
	}
	.chleny_avi .table_1 .row .company.filled,
	.chleny_avi .table_1 .row .id.filled {
		background: #b9e5fb
	}
	.chleny_avi .table_2 .row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.chleny_avi .table_2 .row .company {
		width: 323px
	}
}

@media (max-width:700px) {
	.chleny_avi .table_1 .row {
		font-size: 13px
	}
	.chleny_avi .table_1 .row .city {
		display: none
	}
	.chleny_avi .table_2 .row {
		font-size: 13px
	}
}

@media (max-width:600px) {
	.chleny_avi .table_2 {
		width: 280px;
		margin: 0 auto;
		margin-top: 10px
	}
	.chleny_avi .table_2 .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.chleny_avi .table_2 .row.t_head {
		text-align: center
	}
	.chleny_avi .table_2 .row.t_head .city {
		background: #b9e5fb
	}
	.chleny_avi .table_2 .row .company {
		width: 100%
	}
	.chleny_avi .table_2 .row .city {
		width: 100%;
		background: white;
		padding-top: 0
	}
	.chleny_avi .table_2 .id {
		display: none
	}
}

@media (max-width:570px) {
	.chleny_avi .table_1 .row .director {
		display: none
	}
}

@media (max-width:470px) {
	.chleny_avi .table_1 .row .id {
		width: 5%
	}
	.chleny_avi .table_1 .row .company {
		width: 30%
	}
	.chleny_avi .table_1 .row .description {
		width: 65%;
		padding-left: 0px
	}
	.chleny_avi .table_1 .row .site {
		display: none
	}
}

@media (max-width:400px) {
	.chleny_avi .table_1 .row {
		font-size: 12px;
		display: block
	}
	.chleny_avi .table_1 .row .id {
		display: none
	}
	.chleny_avi .table_1 .row .company,
	.chleny_avi .table_1 .row .description {
		width: 100%
	}
	.chleny_avi .table_1 .row .description {
		padding-left: 15px;
		padding-top: 0px
	}
	.chleny_avi .table_1 .row .company {
		padding-bottom: 0
	}
	.chleny_avi .table_2 {
		width: 90%;
		margin-left: 20px
	}
	.chleny_avi .table_2 .row {
		font-size: 12px
	}
}

.page_prof .chleny_avi .table_2 .row .date {
	padding: 10px 15px;
	width: 180px;
	font-weight: 700;
	text-align: center
}

.page_prof .chleny_avi .table_2 .row .author {
	padding: 10px 30px;
	width: 390px;
	font-weight: 700
}

.page_prof .chleny_avi .table_2 .row .subject {
	padding: 10px 30px;
	width: 490px;
	background: #f4fbfe;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.page_prof .chleny_avi .table_2 .row .articles {
	padding: 10px;
	width: 108px;
	text-align: center
}

.page_prof .chleny_avi .table_2 .row .articles a {
	display: inline-block;
	margin-left: 10px;
	width: 24px;
	height: 24px;
	background: url(../i/download.svg) no-repeat 50% 50%;
	background-size: cover
}

.page_prof .chleny_avi .table_2 .row .articles a:hover {
	opacity: 0.8
}

.page_prof .chleny_avi .table_2 .row .articles a:first-of-type {
	margin-left: 0
}

.page_prof .chleny_avi .table_2 .row .articles a.link {
	background-image: url(../i/www.svg)
}

.page_prof .chleny_avi .table_2 .t_head {
	background: #b9e5fb;
	font-weight: 700;
	border: none
}

.page_prof .chleny_avi .table_2 .t_head .filled {
	background: #6dcff6
}

.page_prof .chleny_avi .table_2 .t_head .city {
	background: none
}

@media (max-width:1200px) {
	.page_prof .chleny_avi .table_2 .row .date {
		width: 100px
	}
	.page_prof .chleny_avi .table_2 .row .author {
		width: 380px
	}
	.page_prof .chleny_avi .table_2 .row .subject {
		width: 380px
	}
	.page_prof .chleny_avi .table_2 .row .articles {
		width: 100px
	}
}

@media (max-width:992px) {
	.page_prof .chleny_avi .table_2 .row .date {
		width: 80px
	}
	.page_prof .chleny_avi .table_2 .row .author {
		width: 200px
	}
	.page_prof .chleny_avi .table_2 .row .subject {
		width: 320px
	}
	.page_prof .chleny_avi .table_2 .row .articles {
		width: 80px
	}
}

@media (max-width:712px) {
	.page_prof .chleny_avi .table_2 .row .date {
		width: 60px
	}
	.page_prof .chleny_avi .table_2 .row .author {
		width: 160px
	}
	.page_prof .chleny_avi .table_2 .row .subject {
		width: 320px
	}
	.page_prof .chleny_avi .table_2 .row .articles {
		width: 80px
	}
}

@media (max-width:655px) {
	.page_prof .chleny_avi .table_2 .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}
	.page_prof .chleny_avi .table_2 .row .articles,
	.page_prof .chleny_avi .table_2 .row .author,
	.page_prof .chleny_avi .table_2 .row .date,
	.page_prof .chleny_avi .table_2 .row .subject {
		width: 100%
	}
}

.page_contacts_main {
	padding-top: 35px
}

.page_contacts_main .map_holder {
	margin-top: 30px;
	margin-bottom: 45px;
	height: 600px;
	background: #636466
}

.page_contacts_main h3 {
	padding: 0 15px;
	margin-bottom: 10px
}

.page_contacts_main .contacts {
	margin-top: 25px;
	margin-bottom: 30px;
	padding: 0 15px
}

.page_contacts_main .contacts .block {
	margin-bottom: 20px;
	position: relative;
	width: 420px;
	padding-left: 60px;
	padding-right: 20px;
	font-size: 16px;
	color: #636466
}

.page_contacts_main .contacts .block:before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 5px;
	top: -6px;
	background-position: 50% 50%;
	background-size: contain
}

.page_contacts_main .contacts .block.adress:before {
	background-image: url(../i/contacts-adress.svg);
	top: 4px
}

.page_contacts_main .contacts .block.phone:before {
	background-image: url(../i/contacts-phone.svg)
}

.page_contacts_main .contacts .block.email:before {
	background-image: url(../i/contacts-email.svg)
}

.page_contacts_main .contacts .block.fax:before {
	background-image: url(../i/contacts-fax.svg)
}

.page_contacts_main .directors {
	margin-top: 70px
}

.page_contacts_main .directors .block {
	margin-bottom: 85px;
	width: 570px
}

.page_contacts_main .directors .block img {
	width: 210px;
	height: 210px;
	border-radius: 100%
}

.page_contacts_main .directors .block .text {
	margin-left: 40px;
	max-width: calc(100% - 250px);
	padding-top: 30px;
	font-size: 16px;
	color: #636466
}

.page_contacts_main .directors .block p {
	margin: 0 0 20px 0
}

@media (max-width:1200px) {
	.page_contacts_main .directors .block {
		width: 480px
	}
	.page_contacts_main .directors .block .text {
		margin-left: 15px
	}
}

@media (max-width:992px) {
	.page_contacts_main .directors .block {
		width: 100%;
		margin-bottom: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.page_contacts_main .directors .block .text {
		width: 290px
	}
}

@media (max-width:600px) {
	.page_contacts_main .directors {
		margin-top: 30px
	}
	.page_contacts_main .directors .block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.page_contacts_main .directors .block img {
		height: 110px;
		width: 110px
	}
	.page_contacts_main .directors .block .text {
		padding-top: 0;
		width: 70%;
		max-width: 100%;
		font-size: 14px
	}
}

@media (max-width:450px) {
	.page_contacts_main .directors .block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
	.page_contacts_main .directors .block img {
		margin-bottom: 10px
	}
	.page_contacts_main .directors .block .text {
		width: 100%;
		margin-left: 0px
	}
}

.page_documenty .main {
	padding-top: 35px
}

.page_documenty .main h1 {
	margin-bottom: 30px
}

.page_documenty .main h3 {
	padding: 0 15px
}

.page_documenty .main .hr {
	margin-top: 15px;
	margin-bottom: 25px
}

.page_presidium .chleny_avi .table_2 {
	margin-bottom: 40px
}

.page_presidium .chleny_avi .table_2 .row .company {
	width: 300px
}

.page_presidium .chleny_avi .table_2 .row .position {
	padding: 10px 15px;
	width: calc(100% - 400px)
}

.page_presidium .director_title {
	padding: 0 15px
}

.page_presidium .director {
	margin-top: 25px;
	margin-bottom: 30px
}

.page_presidium .director img {
	width: 280px
}

.page_presidium .director h5 {
	margin-bottom: 15px
}

.page_presidium .director .inner {
	margin-left: 30px;
	width: calc(100% - 320px)
}

@media (max-width:600px) {
	.page_presidium .chleny_avi .table_2 .row .company {
		width: 100%
	}
	.page_presidium .chleny_avi .table_2 .row .position {
		width: 100%
	}
	.page_presidium .chleny_avi .director {
		display: inline-block
	}
	.page_presidium .chleny_avi .director img {
		float: left;
		margin-right: 10px;
		margin-left: 30px
	}
	.page_presidium .chleny_avi .director .inner {
		width: calc(100% - 25px)
	}
}

@media (max-width:500px) {
	.page_presidium .chleny_avi .director img {
		float: none;
		margin-right: 0px
	}
}

@media (max-width:400px) {
	.page_presidium .chleny_avi .director img {
		margin-left: 20px
	}
	.page_presidium .chleny_avi .director .inner {
		margin-left: 20px
	}
}

.single_chleny_avi .main {
	padding-top: 35px
}

.single_chleny_avi .main h3 {
	padding: 0 15px;
	margin: 0
}

.single_chleny_avi .main_info {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 15px
}

.single_chleny_avi .main_info .left {
	max-width: 700px;
	font-size: 14px;
	color: #217db9
}

.single_chleny_avi .main_info .left .row {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.single_chleny_avi .main_info .left .label {
	width: 180px
}

.single_chleny_avi .main_info .left .text {
	max-width: calc(100% - 180px)
}

.single_chleny_avi .main_info .right {
	max-width: 390px
}

.single_chleny_avi .main_info .right img {
	max-width: 100%
}

.single_chleny_avi .content {
	padding: 0 15px
}

.single_encyclopedia .main {
	padding-top: 35px
}

.archive_filter {
	margin-top: 30px;
	margin-bottom: 45px;
	padding-bottom: 30px;
	border: 1px solid #00a0e1
}

.archive_filter .filter_head {
	padding: 5px 15px;
	min-height: 40px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	background: #00a0e1;
	letter-spacing: 1.5px;
	text-align: center
}

.archive_filter .filter_body {
	padding: 20px 15px 20px 15px;
	text-align: center
}

.archive_filter .filter_body .block {
	width: 270px
}

.archive_filter .filter_body .label {
	font-weight: 900;
	color: #217db9;
	line-height: 1;
	padding: 8px 0
}

.archive_filter .filter_body select {
	width: 100%;
	border: 1px solid #00a0e1;
	border-radius: 3px;
	height: 32px;
	vertical-align: top
}

@media (max-width:992px) {
	.archive_filter .filter_body .block {
		width: 200px;
		font-size: 13px
	}
}

@media (max-width:690px) {
	.archive_filter .filter_body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.archive_filter .filter_body .block {
		margin: 0 auto
	}
}

.archive_filter button {
	display: block;
	width: 200px;
	margin: 0 auto;
	font-size: 20px
}

.news_item {
	margin-right: 30px;
	margin-bottom: 40px;
	width: 270px
}

.news_item.magazine_item {
	margin-bottom: 60px
}

.news_item.magazine_item .title {
	font-size: 22px;
	color: #00a0e1
}

.news_item.magazine_item .img {
	background-position: 0 100%;
	background-size: contain
}

.news_item .date {
	font-size: 16px;
	color: #00a0e1;
	margin-bottom: 10px
}

.news_item .img {
	margin-bottom: 10px;
	width: 100%;
	height: 320px;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}

.news_item .title {
	margin-bottom: 10px;
	font-size: 18px;
	color: #ed1c24;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}

.news_item .announce {
	font-size: 14px;
	color: #636466
}

.news_item a:hover .img {
	opacity: 0.7
}

.news_item a:hover .title {
	color: #00a0e1
}

.news_item ul {
	list-style: disk;
	padding-left: 20px
}

.news_item li {
	list-style: disc
}

.pagination .screen-reader-text,
.pagination a:not(.next),
.pagination span {
	display: none
}

.pagination .next {
	display: block;
	margin: 0 auto;
	width: 270px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #00a0e1;
	font-size: 20px;
	color: #ffffff
}

.pagination .next:hover {
	background: #217db9
}

.archive .main {
	padding-top: 35px
}

.archive .main h1 {
	margin-bottom: 25px
}

.archive .main .items .news_item:nth-of-type(4n) {
	margin-right: 0
}

@media (max-width:1200px) {
	.archive .main .items .news_item:nth-of-type(3n) {
		margin-right: 0
	}
	.archive .main .items .news_item:nth-of-type(4n) {
		margin-right: 30px
	}
}

@media (max-width:992px) {
	.archive .main .items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.archive .main .items .news_item:nth-of-type(3n) {
		margin-right: 30px
	}
	.archive .main .items .news_item:nth-of-type(2n) {
		margin-right: 0px
	}
}

@media (max-width:600px) {
	.archive .main .items .news_item {
		margin-right: 10px
	}
	.archive .main .items .news_item:nth-of-type(3n) {
		margin-right: 10px
	}
}

@media (max-width:500px) {
	.archive .main .items .news_item {
		margin-right: 0px
	}
	.archive .main .items .news_item:nth-of-type(3n) {
		margin-right: 0px
	}
}

.companies_news .news_item .img {
	height: 270px;
	background-size: 70% auto;
	background-repeat: no-repeat
}

.companies_news .subcats {
	padding: 20px 40px 0 40px
}

.companies_news .subcats .subcat {
	margin-top: 10px;
	width: 270px;
	padding: 5px 10px
}

@media (max-width:650px) {
	.companies_news .subcats {
		padding: 20px 0 0 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.archive_encyclopedia {
	padding-top: 35px
}

.archive_encyclopedia .items .item {
	width: 360px;
	margin-bottom: 50px;
	margin-right: 45px
}

.archive_encyclopedia .items .item:nth-of-type(3n) {
	margin-right: 0
}

.archive_encyclopedia .items .item .title {
	color: #ed1c24;
	padding: 0 20px;
	margin-bottom: 15px
}

.archive_encyclopedia .items .item .img {
	margin-bottom: 25px;
	width: 100%;
	height: 240px;
	border: 1px solid #00a0e1;
	background-position: 50% 50%;
	background-size: contain
}

.archive_encyclopedia .items .item .announce {
	font-size: 14px;
	color: #636466
}

@media (max-width:1200px) {
	.archive_encyclopedia .items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.archive_encyclopedia .items .item:nth-of-type(3n) {
		margin-right: 45px
	}
	.archive_encyclopedia .items .item:nth-of-type(2n) {
		margin-right: 0px
	}
}

@media (max-width:992px) {
	.archive_encyclopedia .items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.archive_encyclopedia .items .item:nth-of-type(3n) {
		margin-right: 10px
	}
	.archive_encyclopedia .items .item:nth-of-type(2n) {
		margin-right: 10px
	}
	.archive_encyclopedia .items .item:first-of-type {
		margin-right: 10px
	}
}

.media_item {
	margin-bottom: 50px;
	position: relative
}

.media_item .link_to_post {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.media_item hr {
	margin-bottom: 30px
}

.media_item iframe {
	width: 100%;
	height: calc(1170px * 0.56);
	border: none
}

.media_item .gallery .gallery-item:nth-of-type(n+7) {
	display: none
}

.archive_media hr {
	margin-bottom: 30px
}

.archive_media .news_item {
	width: 550px;
	margin-right: 0!important
}

@media (max-width:1200px) {
	.archive_media .news_item {
		width: 470px
	}
}

@media (max-width:992px) {
	.archive_media .news_item {
		width: 100%
	}
}

.archive_sale .table {
	margin-bottom: 50px;
	border: 1px solid #00a0e1
}

.archive_sale .table .row {
	border-bottom: 2px dashed #78bbfd;
	color: #58595b;
	font-size: 14px;
	text-align: center
}

.archive_sale .table .row:last-of-type {
	border: none
}

.archive_sale .table .row .cell {
	padding: 10px 15px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.archive_sale .table .row .filled {
	background: #f4fbfe
}

.archive_sale .table .row .name {
	width: 210px;
	background: #f4fbfe
}

.archive_sale .table .row .price {
	width: 130px
}

.archive_sale .table .row .year {
	width: 120px
}

.archive_sale .table .row .hours {
	width: 140px
}

.archive_sale .table .row .condition {
	width: 150px
}

.archive_sale .table .row .color {
	width: 80px
}

.archive_sale .table .row .personal {
	width: 90px
}

.archive_sale .table .row .seller {
	width: 190px
}

.archive_sale .table .t_head {
	background: #b9e5fb;
	font-weight: 700;
	border: none
}

.archive_sale .table .t_head .filled {
	background: #6dcff6
}

.archive_sale .table .circle {
	width: 32px;
	height: 32px;
	border: 1px solid #00a0e1;
	border-radius: 100%
}

.archive_sale .table a:hover {
	color: #00a0e1
}

.archive_sale .archive_description {
	margin-bottom: 50px
}

.archive_sale .archive_description .contact {
	margin-bottom: 10px
}

@media (max-width:1200px) {
	.archive_sale .table .row .name {
		width: 180px
	}
	.archive_sale .table .row .hours,
	.archive_sale .table .row .year {
		width: 100px
	}
	.archive_sale .table .row .condition {
		width: 120px
	}
	.archive_sale .table .row .seller {
		width: 166px
	}
}

@media (max-width:992px) {
	.archive_sale .table .row .cell {
		padding: 5px 10px
	}
	.archive_sale .table .row .name,
	.archive_sale .table .row .seller {
		width: 120px
	}
	.archive_sale .table .row .condition,
	.archive_sale .table .row .price {
		width: 100px
	}
	.archive_sale .table .row .hours,
	.archive_sale .table .row .year {
		width: 80px
	}
	.archive_sale .table .row .color {
		width: 60px
	}
	.archive_sale .table .row .personal {
		width: 50px
	}
}

@media (max-width:742px) {
	.archive_sale .table {
		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
	}
	.archive_sale .table .t_head {
		background: #ffffff
	}
	.archive_sale .table .row {
		width: 33%;
		border-bottom: none
	}
	.archive_sale .table .row .color,
	.archive_sale .table .row .condition,
	.archive_sale .table .row .hours,
	.archive_sale .table .row .name,
	.archive_sale .table .row .personal,
	.archive_sale .table .row .price,
	.archive_sale .table .row .seller,
	.archive_sale .table .row .year {
		width: 100%
	}
	.archive_sale .table .row .cell {
		min-height: 33px
	}
	.archive_sale .table .row .cell.filled {
		background: #ffffff
	}
}

@media (max-width:600px) {
	.archive_sale .table .row {
		font-size: 12px
	}
}

.single_sale .params {
	margin-bottom: 50px
}

.single_sale .params .row {
	border-bottom: 2px dashed #78bbfd;
	color: #58595b;
	font-size: 14px
}

.single_sale .params .big_text,
.single_sale .params .cell {
	padding: 10px 15px
}

.single_sale .params .label {
	font-weight: 700;
	width: 200px
}

.single_sale .params .value {
	width: calc(100% - 200px)
}

.single_sale .params .circle {
	width: 32px;
	height: 32px;
	border: 1px solid #00a0e1;
	border-radius: 100%
}

.archive_companies .archive_filter .filter_body .block {
	margin: 0 10px
}

.archive_companies .items {
	padding-bottom: 40px
}

.archive_companies .company_item {
	margin-bottom: 20px;
	font-size: 14px;
	color: #636466
}

.archive_companies .company_item a {
	text-decoration: underline;
	font-weight: 700
}

.archive_companies .company_item a:hover {
	text-decoration: none
}

.library_item {
	width: 270px;
	margin-bottom: 30px;
	margin-right: 30px
}

.library_item .img {
	margin: 0 auto 20px auto;
	width: 100%;
	height: 300px;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: contain
}

.library_item a {
	display: block;
	margin-bottom: 10px
}

.library_item .text {
	margin-bottom: 10px;
	font-size: 14px
}

.archive_library .archive_filter .filter_body .block {
	margin: 0 10px
}

.archive_library .items .library_item:nth-of-type(4n) {
	margin-right: 0
}

@media (max-width:690px) {
	.archive_library .archive_filter .filter_body .block {
		margin: 0 auto
	}
}

.search_page .main {
	padding: 60px 0
}

.search_page h1 {
	margin-bottom: 30px;
	text-align: left
}

.search_page .search-form {
	margin-bottom: 30px
}

.search_page .search-form .screen-reader-text {
	display: none
}

.search_page .search-form .search-field {
	border-bottom: 1px solid #00a0e1;
	max-width: 370px
}

.search_page .search-form .search-submit {
	width: 48px;
	height: 40px;
	font-size: 0px;
	text-indent: -999px;
	background: transparent url(../i/search.svg) no-repeat 50% 50%;
	background-size: 24px auto;
	cursor: pointer
}

.search_page .search_item {
	margin-bottom: 30px
}

.search_page .img {
	margin-bottom: 10px;
	max-width: 370px;
	height: 270px;
	background-size: cover;
	background-position: 50% 50%
}

.search_page .announce {
	margin-top: 10px;
	font-size: 14px;
	color: #636466
}

@media (max-width:470px) {
	.search_page .search-form .search-field {
		max-width: calc(100% - 70px)
	}
}

.wpcf7 input[type=checkbox] {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0
}

.wpcf7 label {
	padding-left: 20px;
	position: relative
}

.wpcf7 span.wpcf7-list-item {
	margin: 0;
	float: left
}
#magazines_slider .slick-next{
	right:-30px;
}
#magazines_slider .slick-prev{
	left:-40px;
}
.media_section .slick-next{
	right:-40px;
}
.media_section .slick-prev{
	left:-40px;
}
#magazines_slider .slick-arrow,.media_section .slick-arrow{
	width:55px;
	height:55px;
	background:url("https://icongr.am/material/chevron-left.svg?size=128&color=00a0e1");
	background-size:100%;
}
.media_section .align_stretch .block{
	margin:10px;
}
@media all and (max-width:600px){
.media_section .slick-next{
	right:0px;
}
.media_section .slick-prev{
	left:0px;
}
	.video_slider iframe{
		height:400px !important;
	}
}
.video_slider .slick-arrow{
	width:45px;
	height:45px;
	border:1px solid #00a0e1;
	background:url("https://icongr.am/material/chevron-left.svg?size=128&color=00a0e1");
	background-size:100%;
	top:calc(100% + 35px);
}
.video_slider .slick-prev{
	left:calc(50% - 60px);
}
.video_slider .slick-next{
	right:calc(50% - 60px);
}
.video_slider{
	margin-bottom:50px;
}
.video_slider iframe{
	height:600px;
}
@media all and (max-width:992px){
	#magazines_slider .slick-next{
	right:0px;
}
#magazines_slider .slick-prev{
	left:0px;
}
}
	/*# sourceMappingURL=s.css.map */


.short-textarea {
	width: 100%;
	height: 60px;
}