/* Шрифт GothamPro
*/
@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro/GothamProRegular.eot");
	src: url("../fonts/GothamPro/GothamProRegular.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/GothamPro/GothamProRegular.woff") format("woff"),
		 url("../fonts/GothamPro/GothamProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro/GothamProItalic.eot");
	src: url("../fonts/GothamPro/GothamProItalic.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/GothamPro/GothamProItalic.woff") format("woff"),
		 url("../fonts/GothamPro/GothamProItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: normal;
}
@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro/GothamProMedium.eot");
	src: url("../fonts/GothamPro/GothamProMedium.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/GothamPro/GothamProMedium.woff") format("woff"),
		 url("../fonts/GothamPro/GothamProMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro/GothamProBold.eot");
	src: url("../fonts/GothamPro/GothamProBold.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/GothamPro/GothamProBold.woff") format("woff"),
		 url("../fonts/GothamPro/GothamProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro/GothamProBoldItalic.eot");
	src: url("../fonts/GothamPro/GothamProBoldItalic.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/GothamPro/GothamProBoldItalic.woff") format("woff"),
		 url("../fonts/GothamPro/GothamProBoldItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: bold;
}

/* Шрифт Intro
*/
@font-face {
	font-family: 'Intro';
	src: local('Intro'), url('../fonts/Intro/intro.woff2') format('woff2'), url('../fonts/Intro/intro.woff') format('woff'), url('../fonts/Intro/intro.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

/* Шрифт Intro Regular
*/
@font-face {
	font-family: 'intro_regularregular';
	src: url('../fonts/Intro Regular Regular/h49ctuzb-webfont.eot');
	src: url('../fonts/Intro Regular Regular/h49ctuzb-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Intro Regular Regular/h49ctuzb-webfont.woff2') format('woff2'),
	     url('../fonts/Intro Regular Regular/h49ctuzb-webfont.woff') format('woff'),
	     url('../fonts/Intro Regular Regular/h49ctuzb-webfont.ttf') format('truetype'),
	     url('../fonts/Intro Regular Regular/h49ctuzb-webfont.svg#intro_regularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* CSS Reset
*/
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
* {
	outline: none;
}
html, body {
	height: 100%;
}
input {
	border: 0;
}


/* Общие стили
*/
html {
	min-width: 1200px;
}
body {
	font: 16px/1.5 "GothamPro", Arial, sans-serif;
	width: 100%;
	color: #232d3f;
}
a {
	color: #0f9885;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 0;
	font-family: 'Intro';
	font-weight: normal;
	line-height: 1.1;
}
h1, .h1 {
	font-size: 36px;
	margin-bottom: 30px;
}
h3, .h3 {
	font-size: 30px;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a {
	text-decoration: none;
	color: inherit;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
input.styler[type="email"],
input.styler[type="number"],
input.styler[type="password"],
input.styler[type="search"],
input.styler[type="tel"],
input.styler[type="text"],
input.styler[type="url"],
textarea.styler {
	padding: 10px 12px;
	border-radius: 0;
	font: 14px "GothamPro", Arial, sans-serif;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
button.styler,
input.styler[type="button"],
input.styler[type="submit"],
input.styler[type="reset"] {
	padding: 9px 20px;
	border: 0;
	border-radius: 0;
	background: #038674;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	font: 14px 'intro_regularregular';
	text-transform: uppercase;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
button:not([disabled]):hover,
input[type="button"]:not([disabled]):hover,
input[type="submit"]:not([disabled]):hover,
input[type="reset"]:not([disabled]):hover,
button.styler:not([disabled]):hover,
input.styler[type="button"]:not([disabled]):hover,
input.styler[type="submit"]:not([disabled]):hover,
input.styler[type="reset"]:not([disabled]):hover {
	background: #3B3D45;
}

.main_wrapper {
	height: 100%;
}

.page_inner {
	padding-bottom: 458px;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.page_inner:before,
.page_inner:after {
	content: "";
	display: block;
	width: 708px;
	height: 412px;
	background: url(../img/map.jpg) no-repeat;
	position: absolute;
	left: 50%;
	z-index: -1;
}
.page_inner:before {
	margin-left: -1266px;
}
.page_inner:after {
	margin-left: 590px;
}
.main_page .page_inner:before {
	bottom: 600px;
}
.main_page .page_inner:after {
	top: 855px;
}
.inner_page .page_inner:before {
	bottom: 500px;
}
.inner_page .page_inner:after {
	top: 855px;
}

.wrapper {
	width: 1180px;
	margin: auto;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* Шапка
*/
.header {
	border-top: 15px solid #038674;
	-webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.11);
	        box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.11);
	background: url(../img/header-bg.jpg) no-repeat center 0;
	color: #fff;
}

.h_left {
	float: left;
}

.map_link {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 55px;
	margin: 4px 27px 0 0;
	border-left: 2px solid rgba(3, 134, 116, 0.3);
	border-right: 2px solid rgba(3, 134, 116, 0.3);
	padding: 13px 5px 10px 53px;
	background: url(../img/map-icon.png) no-repeat 16px 17px;
	font: 11px/1.3 'Intro';
	color: #fff;
	text-decoration: none;
}
.map_link:hover {
	color: #0f9885;
}

.h_logo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 14px 0 20px;
	font-size: 0;
	text-decoration: none;
	color: #fff;
}
.h_logo p {margin: 0;}

.h_right {
	float: right;
	margin-top: 33px;
	font-size: 0;
	text-align: right;
}

.search {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 22px;
	overflow: hidden;
	-webkit-transition: width 0.3s ease 0s;
	transition: width 0.3s ease 0s;
	border-left: 2px solid rgba(3, 134, 116, 0.3);
	border-right: 2px solid rgba(3, 134, 116, 0.3);
	padding: 15px 20px 11px;
	font-size: 0;
	direction: rtl;
}
.search:hover {
	width: 115px;
}
.search form {
	width: 115px;
	direction: ltr;
}
.search .uss_input_name {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 85px;
	padding: 0;
	margin-right: 7px;
	font: 11px 'Intro';
	color: #fff;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}
.search .uss_submit {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 22px;
	height: 25px;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: url(../img/search-green.png) no-repeat center;
	cursor: pointer;
}
.search .uss_submit:not([disabled]):hover,
.search .uss_submit:not([disabled]):active {
	background: url(../img/search-white.png) no-repeat center;
}

.feedback_link {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	border-right: 2px solid rgba(3, 134, 116, 0.3);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 57px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: url(../img/mail-green.png) no-repeat 17px center;
	font: 11px 'Intro';
	color: #fff;
	text-decoration: none;
	padding: 19px 0 19px 57px;
}
.feedback_link:hover {
	width: 140px;
	padding-right: 17px;
	background-image: url(../img/mail-white.png);
}

.h_bottom {
	background-color: rgba(44, 51, 72, 0.38);
}

.menus ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.menus a {
	display: block;
	padding: 30px 0 29px;
	font: 15px 'intro_regularregular';
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.menus a:hover,
.menus a.active {
	color: #0f9885;
}
.menus a.first {
	background: url(../img/home-white.png) no-repeat 0 14px;
}
.menus a.first:hover,
.menus a.first.active {
	background-image: url(../img/home-green.png);
}


/* Основной контент
*/
.main_content {
	padding: 30px 0 45px;
}
.main_page .main_content {
	padding-top: 0;
}

.left_side .m_content {
	margin-left: 310px;
	padding-left: 30px;
	overflow: hidden;
}

.breadcrumbs {
	font: 14px 'intro_regularregular';
	color: #0a0d17;
	margin-bottom: 15px;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs span {
	margin: 0 5px;
	color: #858585;
}

.uss_search_form .uss_input_name {
	width: 78%;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 1px 1px #F1F1F1,
				0 1px 2px rgba(0, 0, 0, 0.1);
	        box-shadow: inset 1px 1px #F1F1F1,
				0 1px 2px rgba(0, 0, 0, 0.1);
}

.l-toggle {
	border: 2px solid #F5F5F5;
	padding: 13px;
	margin-bottom: 10px;
}
.l-toggle .lt-caption {
	font-size: 18px;
	cursor: pointer;
	padding: 2px 0 0 50px;
	background: url(../img/plus.png) no-repeat;
}
.l-toggle .lt-caption.open {
	background-image: url(../img/minus.png);
}
.l-toggle .lt-caption p {
	margin: 0;
}
.l-toggle .lt-content {
	padding: 12px 0 12px 50px;
}


/* Слайдер
*/
.main_slider {
	width: 1920px;
	height: 570px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.main_slider .slide {
	text-align: center;
}
.main_slider .slide .title {
	display: none;
}
/* PAGER */
.main_slider .bx-pager {
	width: 146px;
	height: 441px;
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 50;
	margin-left: -590px;
	background: url(../img/map-pager.png) no-repeat;
}
.main_slider .bx-pager-item a {
	position: absolute;
	border-radius: 50%;
	border: 2px solid transparent;
	width: 35px;
	height: 35px;
	font: 16px/35px 'intro_regularregular';
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: 0.5;
}
.main_slider .bx-pager-item a:hover,
.main_slider .bx-pager-item a.active {
	border-color: #038674;
	-webkit-box-shadow: inset 0 0 0 4.5px #fff;
	        box-shadow: inset 0 0 0 4.5px #fff;
	background-color: #038674;
	opacity: 1;
}
.main_slider .bx-pager-item a:hover .title,
.main_slider .bx-pager-item a.active .title {
	display: block;
}
.main_slider .bx-pager-item .title {
	display: none;
	position: absolute;
	top: -12px;
	left: 70px;
	height: 33px;
	border-top: 7px solid #fff;
	-webkit-box-shadow: inset 0 1px 0 0 #797A7F;
	        box-shadow: inset 0 1px 0 0 #797A7F;
	background-color: rgba(10, 13, 23, 0.8);
	padding: 0 24px 0 12px;
	font: 22px/34px 'Intro';
	color: #fff;
	white-space: nowrap;
}
.main_slider .bx-pager-item .title:before {
	content: "";
	position: absolute;
	top: -7px;
	left: -26px;
	width: 26px;
	height: 40px;
	background: url(../img/corner-white-black.png) no-repeat;
}
.main_slider .bx-pager-item .title span {
	vertical-align: middle;
	margin-left: 5px;
	font: 14px 'intro_regularregular';
}
.main_slider .bx-pager-item a[data-slide-index="0"] {
	top: 4px;
	right: 9px;
}
.main_slider .bx-pager-item a[data-slide-index="1"] {
	top: 55px;
	right: 9px;
}
.main_slider .bx-pager-item a[data-slide-index="2"] {
	top: 105px;
	right: 9px;
}
.main_slider .bx-pager-item a[data-slide-index="3"] {
	top: 142px;
	right: 52px;
}
.main_slider .bx-pager-item a[data-slide-index="4"] {
	top: 185px;
	right: 52px;
}
.main_slider .bx-pager-item a[data-slide-index="5"] {
	top: 226px;
	right: 103px;
}
.main_slider .bx-pager-item a[data-slide-index="6"] {
	top: 289px;
	right: 103px;
}
.main_slider .bx-pager-item a[data-slide-index="7"] {
	top: 353px;
	right: 48px;
}
.main_slider .bx-pager-item a[data-slide-index="8"] {
	top: 398px;
	right: 5px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.main_slider .bx-controls-direction {
	position: absolute;
	bottom: 25px;
	z-index: 50;
	width: 100%;
	background: url(../img/logo-mini.png) no-repeat center 5px;
	text-align: center;
}
.main_slider .bx-controls-direction a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	width: 220px;
	min-height: 11px;
	margin: 0 25px;
	padding-top: 9px;
	font: 11px/1 'Intro';
	color: #fff;
	text-decoration: none;
}
.main_slider .bx-controls-direction a:hover {
	color: #038674;
}
.main_slider .bx-controls-direction a span {
	display: none;
}
.main_slider .bx-prev {
	text-align: right;
	padding-right: 27px;
	background: url(../img/larr-white.png) no-repeat right 2px;
}
.main_slider .bx-prev:hover {
	background-image: url(../img/larr-green-12.png);
}
.main_slider .bx-next {
	text-align: left;
	padding-left: 27px;
	background: url(../img/rarr-white.png) no-repeat left 2px;
}
.main_slider .bx-next:hover {
	background-image: url(../img/rarr-green-12.png);
}

.bx-wrapper {
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: #fff url(../img/bx_loader.gif) no-repeat center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.main_slider .counter {
	width: 1180px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 100;
	margin-left: -590px;
	text-align: right;
}
.main_slider .counter .inner {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	padding: 6px 5px 5px 12px;
	background-color: #364D89;
	color: #fff;
	font: 24px 'Intro';
	letter-spacing: 1px;
}
.main_slider .counter .inner:before,
.main_slider .counter .inner:after {
	content: "";
	position: absolute;
	top: 0;
	width: 6px;
	height: 8px;
}
.main_slider .counter .inner:before {
	left: -6px;
	background: url(../img/corner-blue-left.png) no-repeat;
}
.main_slider .counter .inner:after {
	right: -6px;
	background: url(../img/corner-blue-right.png) no-repeat;
}
.main_slider .counter p {
	margin: 0;
}
.main_slider .counter span {
	font: 14px 'GothamPro';
	padding-top: 8px;
	background: url(../img/people.png) no-repeat;
}
.main_slider .counter em {
	font-style: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 2px 5px;
	margin-right: 1px;
	background-color: #324880;
	text-shadow: 0 3px 0 rgba(0, 0, 0, 0.11);
}


/* Боковое меню
*/
.m_left_menu {
	float: left;
}
.m_left_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.m_left_menu li a {
	display: block;
	font-family: 'intro_regularregular';
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.m_left_menu > ul {
	border-left: 2px solid #2C3348;
	padding: 21px 0;
}
.m_left_menu > ul > li:hover,
.m_left_menu > ul > li.active {
	background-color: rgba(44, 51, 72, 0.38);
}
.m_left_menu > ul > li > a {
	border-left: 2px solid transparent;
	margin-left: -2px;
	padding: 14px 15px 14px 21px;
	font-size: 15px;
}
.m_left_menu > ul > li:hover > a,
.m_left_menu > ul > li.active > a {
	border-left-color: #fff;
	color: #0f9885;
}
/* Подменю */
.m_left_menu ul .submenu {
	padding: 1px 0 16px;
}
.m_left_menu ul .submenu li {
	padding: 6px 15px 6px 33px;
	font-size: 12px;
}
.m_left_menu ul .submenu a:hover,
.m_left_menu ul .submenu a.active {
	color: #0f9885;
}
.m_left_menu ul .submenu .submenu {
	padding: 10px 0;
}

.main_page .m_left_menu {
	width: 340px;
	min-height: 561px;
	padding-left: 370px;
	margin-left: -370px;
	background: url(../img/menu-bg.jpg) no-repeat right top;
}

.left_side .m_left_menu {
	width: 310px;
	background-color: #10101A;
}


/* Новости
*/
.m_news {
	margin-left: 340px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.m_news .news_block_item {
	margin: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 280px;
	        flex: 0 280px;
	position: relative;
}
.m_news .news_block_item:hover .info {
	display: block;
}
.m_news .news_block_item .image {
	float: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.m_news .news_block_item .info {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	-webkit-box-shadow: 0 0 0 10px rgba(54, 77, 137, 0.65);
	        box-shadow: 0 0 0 10px rgba(54, 77, 137, 0.65);
	padding: 8px 16px;
	background-color: rgba(54, 77, 137, 0.99);
}
.m_news .news_block_item .date {
	margin: 0;
	position: absolute;
	left: 16px;
	bottom: 9px;
	font-size: 12px;
	color: #90acf3;
}
.m_news .news_block_item .title {
	margin: 0;
	padding-bottom: 30px;
}
.m_news .news_block_item .title a {
	font-size: 18px;
	line-height: 1.45;
	color: #fff;
	text-decoration: none;
}
.m_news .news_block_item .uss_news_more {
	position: absolute;
	right: 10px;
	bottom: 7px;
}
.m_news .news_block_item .uss_news_more a {
	font: 11px 'Intro';
	color: #90acf3;
	text-decoration: none;
	padding: 6px 20px 0 0;
	background: url(../img/rarr-white.png) no-repeat right top;
}
.m_news .news_block_item .preview {
	display: none;
}


/* Главная
*/
.main_page .m_content {
	clear: both;
	width: 900px;
	padding-right: 650px;
	margin-right: -650px;
	background: url(../img/trains.jpg) no-repeat;
	overflow: hidden;
}
.main_page .m_content .inner {
	margin: 10px;
	padding: 33px 38px;
	-webkit-box-shadow: 0 0 0 10px rgba(54, 77, 137, 0.65);
	        box-shadow: 0 0 0 10px rgba(54, 77, 137, 0.65);
	background-color: rgba(54, 77, 137, 0.99);
	color: #fff;
}
.main_page .breadcrumbs {
	font: 12px "Intro";
	color: #f48153;
	margin-bottom: 20px;
}
.main_page .breadcrumbs:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin-top: 6px;
	background-color: #809CE2;
}
.main_page h1 {
	font-size: 30px;
	margin-bottom: 22px;
}


/* Партнеры
*/
.m_partners {
	margin-top: 50px;
	position: relative;
}
.m_partners .item {
	text-align: center;
}
.m_partners .item a {
	color: #0a0d17;
	text-decoration: none;
}
.m_partners .item a:hover .title {
	color: #0f9885;
}
.m_partners .item .logo {
	position: relative;
	height: 125px;
	padding: 0 15px;
	border-right: 2px solid #F5F5F5;
}
.m_partners .item img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: inline;
	margin: auto;
	max-width: 85%;
	max-height: 100%;
}
.m_partners .item .title {
	margin-top: 13px;
	padding-top: 11px;
	font-size: 12px;
	color: #0a0d17;
	position: relative;
}
.m_partners .item .title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -3px;
	border: 3px solid transparent;
	border-bottom-color: #038674;
}
.m_partners .bx-wrapper {
	margin: 0 48px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.m_partners .bx-controls-direction a {
	position: absolute;
	top: 0;
	height: 125px;
}
.m_partners .bx-controls-direction a.disabled {
	cursor: default;
}
.m_partners .bx-controls-direction a:not(.disabled):hover {
	opacity: 0.7;
}
.m_partners .bx-prev {
	width: 46px;
	border-right: 2px solid #F5F5F5;
	left: 0;
	background: url(../img/larr-green-19.png) no-repeat left center;
}
.m_partners .bx-prev.disabled {
	background-image: url(../img/larr-grey.png);
}
.m_partners .bx-next {
	width: 48px;
	right: 0;
	background: url(../img/rarr-green-19.png) no-repeat right center;
}
.m_partners .bx-next.disabled {
	background-image: url(../img/rarr-grey.png);
}


/* История
*/
.m_history {
	overflow: hidden;
	position: relative;
}
.m_history .tabs_switcher {
	float: left;
	width: 180px;
	position: relative;
}
.m_history .tabs_switcher:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 19px;
	bottom: 15px;
	width: 2px;
	background-color: #D1D2D5;
}
.m_history .tabs_switcher .tab {
	position: relative;
	height: 33px;
	border-top: 7px solid #D3D3D3;
	-webkit-box-shadow: inset 0 1px 0 0 #DFDFDF;
	        box-shadow: inset 0 1px 0 0 #DFDFDF;
	background-color: #E7E7E7;
	padding: 0 5px;
	margin: 0 0 20px 73px;
	font: 22px/33px 'Intro';
	color: #fff;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
.m_history .tabs_switcher .tab:before {
	content: "";
	position: absolute;
	top: -7px;
	left: -26px;
	width: 26px;
	height: 40px;
	background: url(../img/corner-grey.png) no-repeat;
}
.m_history .tabs_switcher .tab:after {
	content: "";
	position: absolute;
	top: 5px;
	left: -73px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #DBDBDD;
	-webkit-box-shadow: inset 0 0 0 5px #fff;
	        box-shadow: inset 0 0 0 5px #fff;
	background-color: #DBDBDD;
}
.m_history .tabs_switcher .tab:hover,
.m_history .tabs_switcher .tab.active {
	border-top-color: #038674;
	-webkit-box-shadow: inset 0 1px 0 0 #255A58;
	        box-shadow: inset 0 1px 0 0 #255A58;
	background-color: #3B3D45;
}
.m_history .tabs_switcher .tab:hover:before,
.m_history .tabs_switcher .tab.active:before {
	background-image: url(../img/corner-green-black.png);
}
.m_history .tabs_switcher .tab:hover:after,
.m_history .tabs_switcher .tab.active:after {
	border-color: #038674;
	background-color: #038674;
}
.m_history .tabs_switcher .tab span {
	font: 14px 'intro_regularregular';
	vertical-align: middle;
}
.m_history .tabs_content {
	margin-left: 180px;
	padding-left: 20px;
}
.m_history .tabs_content .tab {
	display: none;
}
.m_history .tabs_content .tab.active {
	display: block;
}
.m_history .tabs_content .image {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
}
.m_history .tabs_content .image img {
	max-width: 100%;
	height: auto;
}
.m_history .tabs_content .items {
	margin-top: 65px;
}
.m_history .tabs_content .item {
	border: 2px solid #F5F5F5;
	padding: 13px;
	margin-bottom: 10px;
}
.m_history .tabs_content .item .title {
	font-size: 18px;
	cursor: pointer;
	padding: 2px 0 0 50px;
	background: url(../img/plus.png) no-repeat;
}
.m_history .tabs_content .item .title.open {
	background-image: url(../img/minus.png);
}
.m_history .tabs_content .item .text {
	display: none;
	padding: 12px 0 12px 50px;
}
.m_history .tabs_controls button {
	position: absolute;
	top: 0;
	left: 230px;
	width: 25px;
	height: 32px;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.m_history .tabs_controls button:hover {
	opacity: 0.8;
}
.m_history .tabs_controls button.prev {
	background-image: url(../img/larr-white-25.png);
}
.m_history .tabs_controls button.next {
	background-image: url(../img/rarr-white-25.png);
}


/* Схема
*/
.scheme {
	text-align: center;
	position: relative;
}
.scheme .station_links a {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 0;
}
.scheme .station_links a:hover {
	background-color: rgba(44, 51, 72, 0.38);
}
.scheme .station_links a.prospekt {
	top: 116px;
	left: 410px;
}
.scheme .station_links a.uralmash {
	top: 162px;
	left: 410px;
}
.scheme .station_links a.mashinostroiteley {
	top: 213px;
	left: 410px;
}
.scheme .station_links a.uralskaya {
	top: 257px;
	left: 366px;
}
.scheme .station_links a.dinamo {
	top: 298px;
	left: 366px;
}
.scheme .station_links a.ploshad {
	top: 338px;
	left: 321px;
}
.scheme .station_links a.geologicheskaya {
	top: 403px;
	left: 322px;
}
.scheme .station_links a.chkalovskaya {
	top: 462px;
	left: 372px;
}
.scheme .station_links a.botanicheskaya {
	top: 507px;
	left: 415px;
}


/* Подробные графики
*/
.detail_schedule {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.detail_schedule li {
	margin: 0 0 15px;
}
.detail_schedule li a {
	display: block;
	width: 210px;
	padding: 7px 20px;
	background-color: #038674;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.detail_schedule li a:hover {
	background-color: #1B1D2B;
}


/* Футер
*/
.footer {
	background: #13151C url(../img/footer-bg.jpg) no-repeat center 0;
	height: 458px;
	margin-top: -458px;
	color: #fff;
	position: relative;
}

.f_center {
	border-top: 25px solid #038674;
	border-bottom: 2px solid rgba(3, 134, 116, 0.3);
	-webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.11);
	        box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.11);
}
.f_center a {
	text-decoration: none;
}
.f_center a:hover {
	color: #fff;
}

.f_center .table {
	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;
	padding: 13px 0 24px;
}

.f_logo {
	display: block;
	text-decoration: none;
	color: #fff;
}
.f_logo img {
	float: left;
}
.f_slogan {
	margin: 19px 0 0 120px;
	font-size: 14px;
	letter-spacing: 4.6px;
}
.f_company_name {
	margin-left: 118px;
	font: 34px/0.85 'Intro';
}

.f_links {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	margin-top: 11px;
}
.f_links .map_link {
	margin: 0;
	border-right: 0;
	background-image: url(../img/map-icon-2.png);
}

.f_contacts {
	margin-top: 50px;
	padding-top: 20px;
	background-repeat: no-repeat;
}
.f_contacts.address {
	background-image: url(../img/pin.png);
}
.f_contacts.mail {
	background-image: url(../img/e-mail.png);
}
.f_contacts.phone {
	background-image: url(../img/phone.png);
}
.f_contacts .h3 {
	font: 14px "GothamPro";
	color: #949494;
	margin-bottom: 16px;
}
.f_contacts p {
	margin: 0 0 5px;
}

.f_bottom {
	padding-top: 25px;
}

.f_copyright {
	float: left;
}

.f_powered {
	float: right;
}

.f_counters {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.uss_privacy_policy_wrap {
	position: fixed;
}
.uss_privacy_policy_inner {
	width: 1180px;
}

/* Версия для слабовидящих */

.lh_style {position: relative; top: 17px; z-index: 10;}
.lh_style a {position: relative; font-size: 14px; color: #fff;}
.lh_style a:hover {text-decoration: none;}
.lh_style a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -35px;
    width: 25px;
    height: 15px;
    background: url(../img/icon_eye.png) no-repeat 50%;
}
.l_top_eye {background: #d0d0d0;}
.l_top_eye p {margin: 0;}
.l_top_eye .wrapper {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; align-items:center; -webkit-align-items:center; height: 55px;}
.l_top_eye .wrapper > div {display: inline-block; vertical-align: top;}
.l_top_eye a {text-decoration: none; font-size: 15px;}
.l_top_eye a.active {text-decoration: underline;}
.l_top_eye a.small {font-size: 13px !important;}
.l_top_eye a.medium {font-size: 15px !important;}
.l_top_eye a.large {font-size: 19px !important;}
.lt_font p,
.lt_color p,
.lt_pic p {font-weight: bold; font-size: 15px;}
.lt_font p a,
.lt_color p a,
.lt_pic p a {font-weight: normal;}
.lt_font p a,
.lt_color p a {margin: 0 3px;}
.lt_mainsite a {font-size: 15px;}

.v_white .page_inner:before,
.v_white .page_inner:after {display: none;}
.v_white .header,
.v_white .m_left_menu > ul > li:hover,
.v_white .m_left_menu > ul > li.active,
.v_white .m_news .news_block_item .info,
.main_page.v_white .breadcrumbs:after,
.v_white .footer,
.v_white .detail_schedule li a,
.v_white button,
.v_white input[type="button"],
.v_white input[type="submit"],
.v_white input[type="reset"],
.v_white button.styler,
.v_white input.styler[type="button"],
.v_white input.styler[type="submit"],
.v_white input.styler[type="reset"] {background: #000;}
.v_white .header,
.v_white .main_slider .bx-pager-item a:hover,
.v_white .main_slider .bx-pager-item a.active {border-color: #000;}
.v_white .m_partners .item .title:before {border-bottom-color: #000;}
.v_white .f_center {border-color: #fff;}
.v_white .main_slider .counter .inner,
.v_white .main_slider .bx-pager-item a:hover,
.v_white .main_slider .bx-pager-item a.active,
.main_page.v_white .m_left_menu,
.main_page.v_white .m_content,
.main_page.v_white .m_left_menu,
.main_page.v_white .m_content .inner,
.v_white .left_side .m_left_menu {background: #fff;}
.v_white .main_slider .counter .inner,
.v_white .main_slider .bx-pager-item a:hover,
.v_white .main_slider .bx-pager-item a.active,
.v_white .main_slider .bx-controls-direction a:hover,
.v_white .m_left_menu li a,
.main_page.v_white .m_content .inner,
.main_page.v_white .breadcrumbs,
.v_white .m_partners .item a:hover .title,
.v_white a {color: #000;}
.v_white .menus a:hover,
.v_white .menus a.active,
.v_white .m_left_menu > ul > li:hover > a,
.v_white .m_left_menu > ul > li.active > a,
.v_white .m_news .news_block_item .date,
.v_white .m_news .news_block_item .uss_news_more a,
.main_page.v_white .m_content .inner,
.v_white .menus a:hover,
.v_white .menus a.active,
.v_white .f_contacts .h3,
.v_white .footer a,
.v_white .header a {color: #fff;}
.v_white .m_content ul.detail_schedule li p a {color: #fff !important;}
.v_white .m_news .news_block_item .info {box-shadow: 0 0 0 10px #000;}
.main_page.v_white .m_content .inner {box-shadow: 0 0 0 10px #fff;}
.v_white .m_content p,
.v_white .m_content p span,
.v_white .m_content p a,
.v_white .m_content li,
.v_white .m_content table {color: #000 !important;}
.v_white .menus a.first:hover,
.v_white .menus a.first.active {background: url(../img/home-white.png) no-repeat 0 14px;}
.v_white .menus a.first:hover,
.v_white .menus a.first.active {background: url(../img/home-white.png) no-repeat 0 14px;}
.v_white .search .uss_submit {background: url(../img/search-green.png) no-repeat center;}
.v_white .search .uss_submit:not([disabled]):hover,
.v_white .search .uss_submit:not([disabled]):active {background: url(../img/search-white.png) no-repeat center;}


.v_black .page_inner:before,
.v_black .page_inner:after {display: none;}
.v_black .header,
.v_black .main_slider .counter .inner,
.v_black .main_slider .bx-pager-item a:hover,
.v_black .main_slider .bx-pager-item a.active,
.main_page.v_black .m_left_menu,
.v_black .m_news .news_block_item .info,
.v_black .page_inner,
.main_page.v_black .m_content,
.main_page.v_black .m_content .inner,
.v_black .footer {background: #000;}
.v_black .m_left_menu > ul > li:hover > a,
.v_black .m_left_menu > ul > li.active > a,
.main_page.v_black .breadcrumbs:after,
.v_black .detail_schedule li a,
.v_black button,
.v_black input[type="button"],
.v_black input[type="submit"],
.v_black input[type="reset"],
.v_black button.styler,
.v_black input.styler[type="button"],
.v_black input.styler[type="submit"],
.v_black input.styler[type="reset"] {background: #fff;}
.v_black .menus a:hover,
.v_black .menus a.active,
.v_black .map_link:hover,
.v_black .m_left_menu > ul > li:hover > a,
.v_black .m_left_menu > ul > li.active > a,
.v_black a,
.v_black .m_news .news_block_item .date,
.v_black .m_news .news_block_item .uss_news_more a,
.v_black .page_inner,
.main_page.v_black .breadcrumbs,
.v_black .m_partners .item .title,
.v_black .m_partners .item a,
.v_black .m_partners .item a:hover .title,
.v_black .menus a:hover,
.v_black .menus a.active,
.v_black .f_contacts .h3,
.v_black .breadcrumbs {color: #fff;}
.v_black .m_left_menu > ul > li:hover > a,
.v_black .m_left_menu > ul > li.active > a,
.v_black .l_top_eye,
.v_black .l_top_eye a,
.v_black .main_slider .bx-controls-direction a:hover,
.v_black .detail_schedule li a,
.v_black button,
.v_black input[type="button"],
.v_black input[type="submit"],
.v_black input[type="reset"],
.v_black button.styler,
.v_black input.styler[type="button"],
.v_black input.styler[type="submit"],
.v_black input.styler[type="reset"] {color: #000;}
.v_black .main_slider .bx-pager-item a:hover,
.v_black .main_slider .bx-pager-item a.active,
.v_black .header {border-color: #000;}
.v_black .m_left_menu > ul,
.v_black .m_partners .item .title:before,
.v_black .f_center {border-color: #fff;}
.v_black .m_news .news_block_item .info,
.main_page.v_black .m_content .inner {box-shadow: 0 0 0 10px #000;}
.v_black .m_content p,
.v_black .m_content p span,
.v_black .m_content p a,
.v_black .m_content li,
.v_black .m_content table {color: #fff !important;}
.v_black .m_content ul.detail_schedule li p a {color: #000 !important;}
.v_black .menus a.first:hover,
.v_black .menus a.first.active {background: url(../img/home-white.png) no-repeat 0 14px;}
.v_black .search .uss_submit {background: url(../img/search-green.png) no-repeat center;}
.v_black .search .uss_submit:not([disabled]):hover,
.v_black .search .uss_submit:not([disabled]):active {background: url(../img/search-white.png) no-repeat center;}


.v_contrast .page_inner:before,
.v_contrast .page_inner:after {display: none;}
.v_contrast .menus a.first,
.main_page.v_contrast .m_content {background: none;}
.v_contrast .header,
.v_contrast .feedback_link,
.v_contrast .search,
.v_contrast .map_link,
.v_contrast .main_slider .bx-pager-item a:hover,
.v_contrast .main_slider .bx-pager-item a.active,
.v_contrast .m_left_menu > ul,
.v_contrast .m_partners .item .logo,
.v_contrast .m_partners .bx-prev,
.v_contrast .f_center {border-color: #ff0000;}
.v_contrast .main_slider .counter .inner,
.v_contrast .main_slider .bx-pager-item a:hover,
.v_contrast .main_slider .bx-pager-item a.active,
.v_contrast .m_news .news_block_item .info,
.v_contrast button,
.v_contrast input[type="button"],
.v_contrast input[type="submit"],
.v_contrast input[type="reset"],
.v_contrast button.styler,
.v_contrast input.styler[type="button"],
.v_contrast input.styler[type="submit"],
.v_contrast input.styler[type="reset"],
.v_contrast button:not([disabled]):hover,
.v_contrast input[type="button"]:not([disabled]):hover,
.v_contrast input[type="submit"]:not([disabled]):hover,
.v_contrast input[type="reset"]:not([disabled]):hover,
.v_contrast button.styler:not([disabled]):hover,
.v_contrast input.styler[type="button"]:not([disabled]):hover,
.v_contrast input.styler[type="submit"]:not([disabled]):hover,
.v_contrast input.styler[type="reset"]:not([disabled]):hover {background: #ff0000;}
.v_contrast .main_slider .bx-controls-direction a {color: #ff0000;}
.v_contrast .m_news .news_block_item .info {box-shadow: 0 0 0 10px #ff0000;}
.v_contrast .header,
.v_contrast .m_left_menu > ul > li:hover,
.v_contrast .m_left_menu > ul > li.active,
.main_page.v_contrast .m_content .inner,
.v_contrast .f_center,
.v_contrast .detail_schedule li a,
.v_contrast .detail_schedule li a:hover {background: #2a3aff;}
.main_page.v_contrast .m_content .inner {box-shadow: 0 0 0 10px #2a3aff;}
.v_contrast .h_bottom,
.main_page.v_contrast .m_left_menu,
.v_contrast .footer,
.v_contrast .left_side .m_left_menu {background: #fff900;}
.v_contrast .m_left_menu > ul > li:hover > a,
.v_contrast .m_left_menu > ul > li.active > a {border-color: #fff900;}
.v_contrast .menus a,
.v_contrast .menus a:hover,
.v_contrast .menus a.active,
.v_contrast .m_left_menu li a,
.v_contrast .m_partners .item .title,
.v_contrast .m_partners .item a:hover .title,
.v_contrast .menus a:hover, .menus a.active,
.v_contrast a {color: #2a3aff;}
.v_contrast .m_partners .item .title:before {border-color: #2a3aff;}
.v_contrast .m_left_menu > ul > li:hover > a,
.v_contrast .m_left_menu > ul > li.active > a,
.v_contrast .m_news .news_block_item .date,
.v_contrast .m_news .news_block_item .uss_news_more a,
.main_page.v_contrast .breadcrumbs,
.v_contrast .f_contacts .h3,
.v_contrast .f_center a,
.v_contrast .map_link,
.v_contrast .map_link:hover,
.v_contrast .feedback_link {color: #fff;}
.main_page.v_contrast .breadcrumbs:after {background: #fff;}
.main_page.v_contrast .uss_section_content > p > span {color: #fff !important;}
.v_contrast .f_bottom {color: #000;}
.v_contrast .menus a.first:hover,
.v_contrast .menus a.first.active {background: url(../img/home-white.png) no-repeat 0 14px;}
.v_contrast .search .uss_submit {background: url(../img/search-green.png) no-repeat center;}
.v_contrast .search .uss_submit:not([disabled]):hover,
.v_contrast .search .uss_submit:not([disabled]):active {background: url(../img/search-white.png) no-repeat center;}

.font_medium .feedback_link,
.font_medium .search .uss_input_name,
.font_medium .m_news .news_block_item .uss_news_more a,
.font_medium .m_partners .item .title,
.font_medium .map_link {font-size: 14px;}
.font_medium .m_news .news_block_item .date {font-size: 15px;}
.font_medium .main_slider .counter span,
.font_medium .main_slider .bx-controls-direction a,
.main_page.font_medium .breadcrumbs,
.font_medium .form_styler label.sector_title {font-size: 16px;}
.font_medium .m_left_menu > ul > li > a,
.font_medium .f_contacts .h3,
.font_medium .breadcrumbs,
.font_medium button, input[type="button"],
.font_medium input[type="submit"],
.font_medium input[type="reset"],
.font_medium button.styler,
.font_medium input.styler[type="button"],
.font_medium input.styler[type="submit"],
.font_medium input.styler[type="reset"],
.font_medium .uss_photoalbums_albums_block .uss_albums_name {font-size: 17px;}
.main_wrapper.font_medium,
.font_medium .menus a, .main_wrapper.font_medium span {font-size: 19px!important;}
.font_medium .main_slider .bx-pager-item .title span {font-size: 17px;}
.font_medium .main_slider .bx-pager-item .title {font-size: 25px;}
.font_medium .main_slider .counter .inner {font-size: 28px;}

.font_large .feedback_link,
.font_large .search .uss_input_name,
.font_large .m_news .news_block_item .uss_news_more a,
.font_large .m_partners .item .title,
.font_large .map_link {font-size: 17px;}
.font_large .m_news .news_block_item .date {font-size: 18px;}
.font_large .main_slider .counter span,
.font_large .main_slider .bx-controls-direction a,
.main_page.font_large .breadcrumbs,
.font_large .form_styler label.sector_title {font-size: 19px;}
.font_large .m_left_menu > ul > li > a,
.font_large .f_contacts .h3,
.font_large .breadcrumbs,
.font_large button, input[type="button"],
.font_large input[type="submit"],
.font_large input[type="reset"],
.font_large button.styler,
.font_large input.styler[type="button"],
.font_large input.styler[type="submit"],
.font_large input.styler[type="reset"],
.font_large .uss_photoalbums_albums_block .uss_albums_name {font-size: 20px;}
.main_wrapper.font_large,
.font_large .menus a, .main_wrapper.font_large span {font-size: 22px!important;}
.font_large .main_slider .bx-pager-item .title span {font-size: 20px;}
.font_large .main_slider .bx-pager-item .title {font-size: 28px;}
.font_large .main_slider .counter .inner {font-size: 31px;}
.font_large .footer {height: auto;}
.font_large .uss_photoalbums_albums_block .uss_albums_name a {overflow-wrap:break-word; white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word;}

.pic_off img,
.pic_off .main_slider,
.pic_off .m_partners .item img {display: none !important;}
.pic_off .m_partners .item .logo {display: none;}
.pic_off .m_partners .bx-prev {border: none;}
.pic_off .m_news img {opacity: 0;}
.pic_off .m_news .news_block_item .info {display: block;}
.pic_off .m_news img,
.pic_off .header .h_logo img,
.pic_off .f_logo img {display: block !important;}
.pic_off .m_news .news_block_item .image {height: 230px;}

.uss_widget_outer_content{-webkit-box-flex:0;-ms-flex:0 100%;flex:0 100%;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.photoalbum .uss_widget_outer_content{width:100%!important;display:block!important;}
.uss_widget_outer_content{max-width:100%;}


.slick-slider{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
}

.slick-list,.slick-slider{
	position:relative;
	display:block;
}

.slick-list{
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
}

.slick-list.dragging{
	cursor:pointer;
	cursor:hand;
}

.slick-slider .slick-list,.slick-slider .slick-track{
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}

.slick-track{
	position:relative;
	top:0;
	left:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	min-width:100%;
}

.slick-loading .slick-track{
	visibility:hidden;
}

.slick-slide{
	display:none;
	float:left;
	height:100%;
	min-height:1px;
}

[dir=rtl] .slick-slide{
	float:right;
}

.slick-slide img{
	display:block;
}

.slick-slide.slick-loading img{
	display:none;
}

.slick-slide.dragging img{
	pointer-events:none;
}

.slick-initialized .slick-slide{
	display:block;
}

.slick-loading .slick-slide{
	visibility:hidden;
}

.slick-vertical .slick-slide{
	display:block;
	height:auto;
	border:1px solid transparent;
}

.slick-arrow.slick-hidden{
	display:none;
}

.slick-next,.slick-prev{
	font-size:0;
	line-height:0;
	position:absolute;
	top:50%;
	display:block;
	width:20px;
	height:20px;
	padding:0;
	cursor:pointer;
	color:transparent;
	border:none;
	outline:none;
	background:transparent;
}

.slick-prev{
	left:-25px;
}

[dir=rtl] .slick-prev{
	right:-25px;
	left:auto;
}

.slick-next{
	right:-25px;
}

[dir=rtl] .slick-next{
	right:auto;
	left:-25px;
}

.slick-dots{
	position:absolute;
	bottom:-25px;
	display:block;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}

.slick-dots li{
	position:relative;
	display:inline-block;
	margin:0 5px;
	padding:0;
	cursor:pointer;
}

.slick-dots li button{
	font-size:0;
	line-height:0;
	display:block;
	width:20px;
	height:20px;
	padding:5px;
	cursor:pointer;
	color:transparent;
	border:0;
	outline:none;
	background:transparent;
}

.m_partners .slick-slider {
    margin: 0 44px;
    position: relative;
}
.m_partners .slick-prev {
    width: 46px;
    height: 125px;
    border-right: 2px solid #F5F5F5;
    left: -48px;
    top: 0;
    background: url(../img/larr-green-19.png) no-repeat left center;
}
.m_partners .slick-next {
    width: 48px;
    height: 125px;
    right: -48px;
    top: 0;
    background: url(../img/rarr-green-19.png) no-repeat right center;
}
.m_partners .slick-prev:hover {
    background: url(../img/larr-green-19.png) no-repeat left center;
	opacity: 0.7;
}
.m_partners .slick-next:hover {
    background: url(../img/rarr-green-19.png) no-repeat right center;
	opacity: 0.7;
}