* {
	outline: none;
}

/* font-family: "MyriadProCondBold"; */
@font-face {
	font-family: "MyriadProCondBold";
	src:         url("../fonts/MyriadProCondBold/MyriadProCondBold.eot");
	src:         url("../fonts/MyriadProCondBold/MyriadProCondBold.eot?#iefix") format("embedded-opentype"),
	             url("../fonts/MyriadProCondBold/MyriadProCondBold.woff") format("woff"),
	             url("../fonts/MyriadProCondBold/MyriadProCondBold.ttf") format("truetype");
	font-style:  normal;
	font-weight: normal;
}

/* font-family: "MyriadProRegular"; */
@font-face {
	font-family: "MyriadProRegular";
	src:         url("../fonts/MyriadProRegular/MyriadProRegular.eot");
	src:         url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix") format("embedded-opentype"),
	             url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
	             url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
	font-style:  normal;
	font-weight: normal;
}

/* font-family: "MyriadProSemiBold"; */
@font-face {
	font-family: "MyriadProSemiBold";
	src:         url("../fonts/MyriadProSemiBold/MyriadProSemiBold.eot");
	src:         url("../fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix") format("embedded-opentype"),
	             url("../fonts/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"),
	             url("../fonts/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
	font-style:  normal;
	font-weight: normal;
}

body {
	min-width:        1160px;
	background-color: #FFFFFF;
	color:            #323941;
	font-family:      MyriadProRegular, sans-serif;
}

a {
	color:           #2D4F7A;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color:           #2D4F7A;
	text-decoration: underline;
}

.regular {
	font-family: MyriadProRegular, sans-serif;
	font-weight: normal;
}

h1, h2, h3, h4, h5 {
	font-family: MyriadProCondBold, sans-serif;
	margin:      0;
	padding:     0;
	font-weight: normal;
}

b, strong, .bold {
	font-family: MyriadProSemiBold, sans-serif;
	font-weight: normal;
}

.btn {
	border-radius: 4px;
}

.btn-danger {
	background-color: #8C0000;
	border:           1px solid #8C0000;
}

.btn-lg {
	font-size: 14px;
}

.page-wrapper {
	max-width:  1250px;
	margin:     0 auto;
	background: url("/images/mixapp/page_bg.png") repeat-x top center;
	min-height: 350px;
	overflow:   hidden;
}

.container {
	max-width: none !important;
	width:     1130px;
	margin:    0 auto;
}

.breadcrumb {
	border-radius: 0;
}

.page_header {
	margin-bottom: 20px;
}

.page_header_top {
	height:     114px;
	position:   relative;
	background: url("/images/mixapp/site_header_bg.png") no-repeat top center transparent;
}

.page_header_top_marque {
	height:        30px;
	line-height:   30px;
	margin-bottom: 27px;
}

.page_header_top_marque div[class^=col-xs-] {
	padding: 0;
}

.page_header_top_marque_body {
	text-align:        right;
	overflow:          hidden;
	-webkit-transform: translateZ(1px);
	-ms-transform:     translateZ(1px);
	transform:         translateZ(1px);
}

.page_header_top_marque_body::before {
	background: -moz-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(239, 239, 239, 1)), color-stop(100%, rgba(239, 239, 239, 0)));
	background: -webkit-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 0) 100%);
	background: -o-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 0) 100%);
	background: -ms-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 0) 100%);
	background: linear-gradient(to right, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 0) 100%);
	content:    "";
	display:    block;
	position:   absolute;
	left:       0;
	top:        0;
	z-index:    99;
	height:     30px;
	width:      150px;
}

.page_header_top_marque_body::after {
	background: -moz-linear-gradient(left, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(239, 239, 239, 0)), color-stop(100%, rgba(239, 239, 239, 1)));
	background: -webkit-linear-gradient(left, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 1) 100%);
	background: -o-linear-gradient(left, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 1) 100%);
	background: -ms-linear-gradient(left, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 1) 100%);
	background: linear-gradient(to right, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 1) 100%);
	content:    "";
	display:    block;
	position:   absolute;
	right:      0;
	top:        0;
	z-index:    99;
	height:     30px;
	width:      150px;
}

.top_logo_link {
	position: absolute;
	top:      -30px;
	display:  block;
	left:     10px;
}

.top_logo_img {

}

.top_h2 {
	font-size:      15px;
	line-height:    1.2;
	margin-left:    -8px;
	margin-top:     5px;
	text-shadow:    1px 1px 0 #FFFFFF;
	text-transform: uppercase;
}

.top_clock {
	background:   url("/images/mixapp/clock_bg.png") no-repeat center;
	width:        32px;
	height:       32px;
	padding:      0;
	display:      block;
	position:     relative;
	margin-right: 10px;
	float:        left;
}

.top_address {
	color:       #FFFFFF;
	font-size:   16px;
	line-height: 1;
	margin-top:  -2px;
}

.top_address_city_span {
	font-size: 14px;
}

.page_header_nav {
	height:           30px;
	line-height:      30px;
	background-color: #2D4F7A;
	padding-left:     150px;
}

.navbar {
	border-radius: 0;
	border:        medium none;
	margin-bottom: 0;
	min-height:    0;
	background:    none;
}

.navbar-nav > li > a {
	color:          #FFFFFF;
	line-height:    30px;
	padding-top:    0;
	padding-bottom: 0;
}

.navbar-default .navbar-nav > li > a {

	-webkit-transition: all 0.3s ease-out;
	transition:         all 0.3s ease-out;

	color:              #FFFFFF;
	font-size:          13px;
	text-transform:     uppercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:      #FFFFFF;
	background: rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:      #FFFFFF;
	background: rgba(0, 0, 0, 0.2);
}

.link_utilization {
	min-width:  190px;
	text-align: center;
}

.link_utilization > a {
	background-color: #8C0000;
}

.link_search > a {
	background-color: #64778D;
}

.page_center {

}

.page_center_slider--index {
	height:   345px;
	overflow: hidden;
	position: relative;
	width:    100%;
}

.index_slider_image_wrapper {
	height:   344px;
	overflow: hidden;
	width:    658px;
}

.index_slider_image_slide {
}

.index_slider_image_slide > a {
}

.index_slider_image_slide > a > img {
	position: absolute;
}

.index_slider_image_slide--active {
	position: relative;
}

.index_slider_content_over_wrap {
	background: rgba(0, 0, 0, 0) url("/images/mixapp/index_slider_right_bg.png") no-repeat scroll center top;
	height:     345px;
	position:   absolute;
	right:      0;
	top:        0;
	width:      615px;
}

.index_slider_content_wrapper {
	border-bottom: 1px solid #323941;
	border-right:  1px solid #323941;
	border-top:    1px solid #323941;
	height:        325px;
	margin-left:   173px;
	margin-top:    10px;
}

.index_slider_content_slide {
	padding:    50px 15px;
	text-align: center;
	height:     320px;
}

.index_slider_content_slide--active {
	-webkit-transform:  translateX(0%);
	-ms-transform:      translateX(0%);
	transform:          translateX(0%);
	-webkit-transition: all 0.5s ease-out;
	transition:         all 0.5s ease-out;
}

.slide_content_title {
	color:          #2D4F7A;
	font-size:      35px;
	margin:         0 0 15px;
	text-transform: uppercase;
}

.slide_content_text {
	margin: 30px auto;
	width:  80%;
}

.index_slider_nav--left {
	left: 0;
}

.index_slider_nav {
	color:       #FFFFFF;
	cursor:      pointer;
	font-size:   22px;
	height:      32px;
	line-height: 32px;
	margin-top:  -16px;
	position:    absolute;
	text-align:  center;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	top:         50%;
	width:       32px;
}

.index_slider_nav--right {
	right: 0;
}

.page_center_catalog--index {
	margin: 20px 0;
}

.page_center_catalog--index > .row + .row {
	margin-top: 30px;
}

.index_catalog_razdel {
	overflow: hidden;
	position: relative;
}

.index_catalog_desc {
	padding:       5px;
	border-bottom: 1px solid #E8E8E8;
	border-left:   1px solid #E8E8E8;
	border-right:  1px solid #E8E8E8;
}

.index_catalog_img {
	-webkit-filter:     grayscale(100%);
	filter:             grayscale(100%);
	-webkit-transition: all 0.3s ease-out;
	transition:         all 0.3s ease-out;
}

.index_catalog_razdel_info {
	background-color: #2D4F7A;
	color:            #FFFFFF;
	height:           123px;
	position:         absolute;
	right:            0;
	top:              0;
	width:            50%;
	text-align:       center;
}

.index_catalog_razdel_title {
	border-bottom: 3px solid #FFFFFF;
	display:       inline-block;
	margin:        20px 10px 10px;
	text-align:    center;
}

.index_catalog_razdel_desc {
	line-height: 1;
	margin:      0 15px;
	text-align:  center;
}

.index_catalog_razdel_link {
	height:   100%;
	left:     0;
	position: absolute;
	top:      0;
	width:    100%;
}

.index_catalog_razdel_info::after {
	border-color: transparent #E8E8E8 #E8E8E8 transparent;
	border-style: solid;
	border-width: 30px;
	bottom:       0;
	content:      "";
	height:       0;
	position:     absolute;
	right:        0;
	width:        0;
}

.index_catalog_razdel:hover .index_catalog_img {
	-webkit-filter:    grayscale(0);
	filter:            grayscale(0);
	-webkit-transform: translateX(-5px);
	-ms-transform:     translateX(-5px);
	transform:         translateX(-5px);
}

.index_catalog_razdel:hover .index_catalog_razdel_info::after {
	border-color: transparent #8C0000 #8C0000 transparent;
}

.index_catalog_razdel:hover .index_catalog_razdel_title {
	border-color: #8C0000;
}

.page_center_news--index, .page_center_about--index {
	border: 1px solid #2D4F7A;
}

.uralaz_title_line {
	height:        30px;
	line-height:   30px;
	margin-bottom: 15px;
}

.uralaz_title_line_text {
	background-color: #2D4F7A;
	color:            #FFFFFF;
	font-size:        14px;
	height:           30px;
	text-transform:   uppercase;
	line-height:      30px;
	position:         relative;
}

.uralaz_title_line_text::after {
	border-color: #2D4F7A transparent transparent #2D4F7A;
	border-style: solid;
	border-width: 15px;
	bottom:       0;
	content:      "";
	height:       0;
	position:     absolute;
	right:        -30px;
	width:        0;
}

.uralaz_title_line_more {

}

.uralaz_title_line_more_link {
	text-decoration: underline;
}

.uralaz_title_line_nav {
	font-size:   24px;
	line-height: 26px;
}

.uralaz_title_line_nav_ctrl {
	background-color: #EEEEEE;
	color:            #888888;
	display:          inline-block;
	height:           26px;
	line-height:      22px;
	vertical-align:   middle;
	position:         relative;
}

.uralaz_title_line_nav_ctrl:hover {
	text-decoration:  none;
	background-color: #AAAAAA;
	color:            #FFFFFF;
}

.uralaz_title_line_nav_ctrl-prev {
	margin-right:  13px;
	padding-left:  10px;
	padding-right: 5px;
}

.uralaz_title_line_nav_ctrl-prev::after {
	border-color: #EEEEEE transparent transparent #EEEEEE;
	border-style: solid;
	border-width: 13px;
	content:      "";
	display:      block;
	height:       0;
	position:     absolute;
	right:        -26px;
	top:          0;
	width:        0;
}

.uralaz_title_line_nav_ctrl-next {
	margin-left:   13px;
	padding-left:  5px;
	padding-right: 10px;
}

.uralaz_title_line_nav_ctrl-next::before {
	border-color: transparent #EEEEEE #EEEEEE transparent;
	border-style: solid;
	border-width: 13px;
	content:      "";
	display:      block;
	height:       0;
	left:         -26px;
	position:     absolute;
	top:          0;
	width:        0;
}

.uralaz_title_line_nav_ctrl:hover.uralaz_title_line_nav_ctrl-prev::after {
	border-color: #AAAAAA transparent transparent #AAAAAA;
}

.uralaz_title_line_nav_ctrl:hover.uralaz_title_line_nav_ctrl-next:before {
	border-color: transparent #AAAAAA #AAAAAA transparent;
}

.uralaz_content_container {

}

.module_indexnews_item {
	margin-bottom: 30px;
}

.module_indexnews_item_image_crop {
	height: 140px;
	width:  245px;
}

.module_indexnews_item_img {
	max-width:  245px;
	max-height: 140px;
	width:      auto;
}

.module_indexnews_item_title {
	color:       #000000;
	display:     block;
	font-size:   15px;
	height:      3.6em;
	line-height: 1.2em;
	max-height:  2.4em;
	margin-top:  10px;
	overflow:    hidden;
}

.module_indexnews_item_title:hover {
	color:           #8C0000;
	text-decoration: none;
}

.module_indexnews_item_desc {
	color:       #6E6E6E;
	margin-top:  10px;
	height:      3.6em;
	line-height: 1.2em;
	overflow:    hidden;
}

.page_center_about--index {
	margin-top: 20px;
}

.uralaz_about_index {
	margin-bottom: 20px;
}

.uralaz_about_index__img {
	width: 100%;
}

.uralaz_about_index h3 {
	color:         #2D4F7A;
	font-size:     24px;
	margin-bottom: 1em;
}

.uralaz_about_index p {
	text-indent:   1.25em;
	margin-bottom: 1em;
}

.page_footer {
	background-color: #2A405B;
	color:            #FFFFFF;
	margin-top:       20px;
}

.footer_logo {
	height:      120px;
	line-height: 120px;
}

.footer_logo__img {
	display:        inline-block;
	vertical-align: middle;
}

.footer__menu {
}

.footer__menu__ul {
	list-style: outside none none;
	margin:     0;
	padding:    15px 30px;
}

.footer__menu__ul > li {
	display: inline-block;
}

.footer__menu__ul > li > a {
	color:      #FFFFFF;
	padding:    0 15px;
	background: none !important;
}

.footer__menu__ul > li > a:hover {
	text-decoration: underline !important;
}

.footer_address {
	border-left:   1px solid #AAAAAA;
	height:        60px;
	margin-bottom: 15px;
	padding-left:  15px;
}

.footer_address--first {
	border-left: medium none;
}

.clear {
	clear: both;
}

.pagination-block {
	margin: 30px 0 0;
}

.pagination-block .counter {
	margin: 0;
}

.pagination-block .pagination {
	margin: 10px 0 0;
}

.page-header,
h2.item-title,
h4.item-title,
h2.module-title {
	border-bottom: 1px solid #2D4F7A;
	margin:        0 0 15px !important;
	padding:       0 0 5px !important;
}

h2.item-title,
h2.module-title,
.page-header h2 {
	font-size: 24px;
}

h4.item-title {
	font-size: 16px;
}

.page-header h1,
.page-header h2 {
	margin: 0;
}

.items-leading > div .pull-left.item-image {
	margin:    0 15px 15px 0;
	max-width: 250px;
	min-width: 250px;
}

.items-leading > div .pull-left.item-image img {
	max-width: 100%;
}

.leading-container {
	margin-bottom: 15px;
}

.readmore {
	margin-top: 15px;
}

.pagination > li > a,
.pagination > li > span {
	color: #2D4F7A;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #2D4F7A;
	border-color:     #2D4F7A;
}

.page_footer [class^=col-xs-] {
	height: 125px;
}

div.mixapp {
	bottom:   10%;
	position: absolute;
	right:    20%;
}

div.mixapp img.logo {
	-webkit-filter:     grayscale(100%) contrast(0%) brightness(2);
	filter:             grayscale(100%) contrast(0%) brightness(2);
	-webkit-transition: all 0.5s ease-out;
	transition:         all 0.5s ease-out;
}

div.mixapp img.logo:hover {
	-webkit-filter: grayscale(0%) contrast(100%);
	filter:         grayscale(0%) contrast(100%);
}

.ural-big-image.ural-m-cabover {
	background: url(/images/mixapp/ural-m-bonnet.jpg) center center;
	height:     450px;
	width:      100%;
}

.ural-big-image.ural-m-bonnet {
	background: url(/images/urals/uralmk.jpg) center center;
	height:     450px;
	width:      100%;
}

.ural-big-image {
	height:   450px;
	position: relative;
	width:    100%;
}

.ural-big-image .uralaz_title_line_text {
	background: #FFFFFF;
	color:      #2D4F7A;
	z-index:    1;
}

.ural-big-image .uralaz_title_line_text::after {
	border-color: #FFFFFF transparent transparent #FFFFFF;
}

.ural-about {
	border:     1px solid #2D4F7A;
	margin-top: 30px;
}

.ural-about .uralaz_title_line_text {
	background-color: #878787;
	cursor:           pointer;
	padding:          0 15px;
}

.ural-about .uralaz_title_line_text::before {
	position:     absolute;
	content:      "";
	border-color: #878787 transparent transparent #878787;
	border-style: solid;
	border-width: 15px;
	bottom:       0;
	height:       0;
	right:        -28px;
	width:        0;
	z-index:      2;
}

.ural-about .uralaz_title_line_text::after {
	border-color: #B1B1B1 transparent transparent #B1B1B1;
	z-index:      1;
}

.ural-about .uralaz_title_line_text + .uralaz_title_line_text {
	padding: 0 15px 0 45px;
}

.ural-about .uralaz_title_line_text.selected {
	background-color: #2D4F7A;
}

.ural-about .uralaz_title_line_text.selected::before {
	border-color: #2D4F7A transparent transparent #2D4F7A;
}

.ural-about .containers > div {
	padding: 15px;
}

.ural-categories {
	margin-top: 30px;
}

.ural_type_listener,
.ural-categories .ural-category-block {
	background:     #F1F1F1;
	background:     -moz-linear-gradient(top, #F1F1F1 0%, #CBCBCB 100%);
	background:     -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F1F1F1), color-stop(100%, #CBCBCB));
	background:     -webkit-linear-gradient(top, #F1F1F1 0%, #CBCBCB 100%);
	background:     -o-linear-gradient(top, #F1F1F1 0%, #CBCBCB 100%);
	background:     -ms-linear-gradient(top, #F1F1F1 0%, #CBCBCB 100%);
	background:     linear-gradient(to bottom, #F1F1F1 0%, #CBCBCB 100%);
	filter:         progid:DXImageTransform.Microsoft.gradient(startColorstr="#F1F1F1", endColorstr="#CBCBCB", GradientType=0);
	height:         70px;
	color:          #000000;
	display:        block;
	position:       relative;
	text-align:     center;
	text-transform: uppercase;
}

.ural_type_listener {
	font-size:   32px;
	height:      123px;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.ural_type_listener-link {
	color:       #000000;
	display:     block;
	line-height: 123px;
	height:      100%;
	text-shadow: 1px 1px 1px #FFFFFF;
	width:       100%;
}

.ural_type_listener::after,
.ural-categories .ural-category-block::after {
	content:      "";
	position:     absolute;
	width:        0;
	height:       0;
	bottom:       0;
	right:        0;
	border-color: transparent #F0F0F0 #F0F0F0 transparent;
	border-style: solid;
	border-width: 9px;
}

.ural-categories .ural-category-block:hover {
	text-decoration: none;
}

.ural_type_listener:hover::after,
.ural-categories .ural-category-block:hover::after {
	border-color: transparent #2D4F7A #2D4F7A transparent;
}

.ural-categories .ural-category-block span {
	top:               50%;
	left:              50%;
	width:             95%;
	display:           block;
	position:          absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	transform:         translate(-50%, -50%);
	text-shadow:       1px 1px 1px #FFFFFF;
	word-wrap:         break-word;
}

.ural-categories .row + .row {
	margin-top: 30px;
}

.search[class*=mod_search] {
	display:    none;
	position:   absolute;
	background: #64778D;
	padding:    5px;
}

.search[class*=mod_search] form .element-invisible {
	display: none;
}

.search[class*=mod_search] form input[type=search] {
	border:         none;
	outline:        none;
	margin:         0;
	padding:        5px;
	height:         30px;
	display:        inline-block;
	vertical-align: top;
	float:          left;
	width:          70%;
}

.search[class*=mod_search] form button {
	background:     #2D4F7A;
	border:         none;
	border-radius:  0;
	margin:         0;
	padding:        0;
	height:         30px;
	display:        inline-block;
	vertical-align: top;
	float:          left;
	width:          30%;
}

.search[class*=mod_search] form button:hover,
.search[class*=mod_search] form button:focus,
.search[class*=mod_search] form button:active {
	background: #233E61;
}

@media (max-width: 768px) {
	.navbar-nav {
		float:  left;
		margin: 0;
	}

	.navbar-nav > li {
		float: left;
	}
}

.yoo-zoo h1,
.yoo-zoo h2,
.yoo-zoo h3,
.yoo-zoo h4,
.yoo-zoo h5 {
	margin: 0;
}

.yoo-zoo .items .row,
.yoo-zoo .categories .row {
	margin: 0 -15px 0 -15px !important;
}

.yoo-zoo .items .row + .row,
.yoo-zoo .categories .row + .row {
	margin-top: 30px !important;
}

.yoo-zoo .items .row [class^=col-xs-],
.yoo-zoo .categories .row [class^=col-xs-] {
	padding: 0 15px 0 15px !important;
}

.yoo-zoo .categories .category {
	padding: 0 !important;
}

.yoo-zoo .items .item .image,
.yoo-zoo .related .relate .image,
.yoo-zoo .categories .category .image {
	background: #FFFFFF;
	border:     1px solid #2D4F7A;
	max-height: 100px;
	min-height: 100px;
	padding:    0 !important;
	text-align: center;
}

.yoo-zoo .related .relate .image img {
	border: none !important;
}

.yoo-zoo .items .item .image a,
.yoo-zoo .related .relate .image a,
.yoo-zoo .categories .category .image a {
	display: block;
	height:  100px;
	padding: 5px;
}

.yoo-zoo .items .item .image img,
.yoo-zoo .related .relate .image img,
.yoo-zoo .categories .category .image img {
	max-height: 100%;
	width:      auto;
}

.yoo-zoo .items .item .title,
.yoo-zoo .related .relate .title,
.yoo-zoo .categories .category .title {
	margin-top: 5px;
	text-align: center;
	word-wrap:  break-word;
}

.yoo-zoo .categories .description {
	margin-top: 15px;
}

.yoo-zoo .categories .description p {
	margin: 0 0 15px 0;
}

.yoo-zoo .item .full .image {
	background: #FFFFFF;
	border:     1px solid #2D4F7A;
	margin:     0 15px 0 0;
	padding:    5px;
	text-align: center;
}

.yoo-zoo .item .full .description p {
	margin: 0 0 15px 0;
}

.yoo-zoo .breadcrumbs {
	margin-bottom: 15px;
}

.yoo-zoo .breadcrumbs ul {
	list-style: outside none;
	margin:     0;
	padding:    0;
}

.yoo-zoo .breadcrumbs ul > li {
	display: inline-block;
}

.yoo-zoo .breadcrumbs ul > li + li {
	margin-left: 5px;
}

.yoo-zoo .breadcrumbs ul > li + li a:before {
	color:         #333333;
	content:       "/";
	display:       inline-block;
	padding-right: 5px;
}

.yoo-zoo .item .price {
	font-size:     16px;
	margin-bottom: 10px;
}

.yoo-zoo .item .price span {
	font-family: "MyriadProSemiBold", sans-serif;
}

.yoo-zoo .item .full .specification {
	margin-top: 15px;
}

.yoo-zoo .item .full .specification table {
	width: 100%;
}

.yoo-zoo .item .full .specification table tr > td {
	background: #D2DDEB;
	padding:    5px;
	text-align: center;
	width:      30%;
}

.yoo-zoo .item .full .specification table tr > td:first-child {
	text-align: left;
	width:      40%;
}

.yoo-zoo .item .full .specification table tr:nth-child(odd) > td {
	background: #F4F7FB;
}

.yoo-zoo .item .full .images,
.yoo-zoo .item .full .related {
	margin-top: 15px;
}

.yoo-zoo .item .full .images ul {
	list-style: outside none;
	margin:     0;
	padding:    0;
}

.yoo-zoo .item .full .images ul > li {
	display: inline-block;
}

.yoo-zoo .item .full .images ul > li + li {
	margin-left: 15px;
}

.yoo-zoo .item .full .images ul > li img {
	border: 1px solid #2D4F7A;
}

.yoo-zoo .zoo-pagination {
	margin-top: 30px;
}

.yoo-zoo .counter {
	margin: 0;
}

.yoo-zoo .pagination {
	margin:  10px 0 0;
	padding: 0;
}

#searchForm .text label {
	display:     block;
	font-family: "MyriadProSemiBold", sans-serif;
}

#searchForm .text input[type=text] {
	border:  1px solid #2D4F7A;
	padding: 5px;
	width:   100%;
}

#searchForm .matches {
	margin-top: 15px;
}

#searchForm .matches .title {
	font-family:   "MyriadProSemiBold", sans-serif;
	margin-bottom: 5px;
}

#searchForm .matches .radio {
	font-weight: normal;
}

#searchForm .matches label {
	margin: 0;
}

#searchForm .matches label + label {
	margin-top: 5px;
}

#searchForm .matches input[type=radio] {
	margin:         0 5px 0 0;
	position:       relative;
	vertical-align: middle;
}

#searchForm .limit {
	margin-top: 15px;
}

#searchForm .limit .title {
	font-family:  "MyriadProSemiBold", sans-serif;
	margin-right: 5px;
}

#searchForm .button {
	margin-top: 15px;
}

#searchForm .button button {
	width: 100%;
}

#searchForm .chzn-container-single .chzn-single {
	background:    #FFFFFF;
	border:        1px solid #2D4F7A;
	border-radius: 0;
	padding-left:  5px;
	height:        26px;
	width:         60px;
}

#searchForm .chzn-container.chzn-with-drop .chzn-drop {
	border-bottom: 1px solid #2D4F7A;
	border-left:   1px solid #2D4F7A;
	border-right:  1px solid #2D4F7A;
	border-radius: 0;
	width:         60px;
}

#searchForm .chzn-container .chzn-results {
	margin:  0;
	padding: 0;
}

#searchForm .chzn-container .chzn-results li.highlighted {
	background: #2D4F7A;
}

.search-results .result-title .order {
	margin-right: 5px;
}

.sales-map {
	background:    #FFFFFF;
	border:        1px solid #2D4F7A;
	height:        400px;
	margin-bottom: 10px;
}

div.balloon-content {
	font-size:   14px;
	font-family: "MyriadProRegular", sans-serif;
}

div.balloon-content strong {
	font-family: "MyriadProSemiBold", sans-serif;
}

div.balloon-content span.glyphicon {
	color:        #2D4F7A;
	margin-right: 5px;
}

div.balloon-content div.separator {
	border-bottom: 1px solid #2D4F7A;
	margin:        0 0 10px;
	padding:       0 0 5px;
}

.fullscreen-overlay {
	background: rgba(0, 0, 0, 0.4);
	bottom:     0;
	position:   fixed;
	height:     100%;
	left:       0;
	overflow-y: scroll;
	right:      0;
	top:        0;
	width:      100%;
	z-index:    9099;
}

.fullscreen-overlay__window {
	background:        #FFFFFF;
	border:            1px solid #000000;
	left:              50%;
	min-height:        150px;
	min-width:         150px;
	overflow:          hidden;
	padding:           15px;
	position:          absolute;
	top:               50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}

.fullscreen-overlay__header {
	border-bottom: 1px solid #2D4F7A;
	margin:        0 0 10px;
}

.fullscreen-overlay__title {
	font-family: "MyriadProSemiBold", sans-serif;
	font-size:   16px;
}

.fullscreen-overlay__close {
	color:     #F44336;
	cursor:    pointer;
	float:     right;
	font-size: 18px;
}

.fullscreen-overlay__window input[type=text] {
	min-width: 180px;
	width:     100%;
}

.fullscreen-overlay__window textarea {
	max-height: 300px;
	max-width:  800px;
	min-height: 70px;
	min-width:  180px;
	width:      100%;
}

.fullscreen-overlay__window table tr > td {
	vertical-align: top;
}

.fullscreen-overlay__window table tr > td + td {
	padding-left: 15px;
}

.fullscreen-overlay__window table tr + tr > td {
	padding-top: 5px;
}

.fullscreen-overlay__window input[type=submit] {
	display:   block;
	margin:    10px auto 0;
	min-width: 120px;
}

.g-recaptcha > div > div {
	border: 1px solid transparent;
	margin: 10px auto 0;
}

#carousel-ural-next {
	height:   100%;
	left:     0;
	position: absolute;
	top:      0;
	width:    100%;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
	width:      50px;
}

.carousel-inner .ural {
	height: 450px;
	width:  100%;
}

.transform-left-X {
	opacity:            0;
	-webkit-transform:  translateX(-100%) !important;
	-ms-transform:      translateX(-100%) !important;
	transform:          translateX(-100%) !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.index_slider_image_slide img {
	-webkit-transform:  translateX(0);
	-ms-transform:      translateX(0);
	transform:          translateX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.transform-right-X {
	opacity:            0;
	-webkit-transform:  translateX(100%) !important;
	-ms-transform:      translateX(100%) !important;
	transform:          translateX(100%) !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.service-images {
	margin-bottom: 10px;
}

.service-images img {
	border:    1px solid #2D4F7A;
	height:    auto;
	padding:   5px;
	max-width: 100%;
}

.sales_personal {
	border:        1px solid #2D4F7A;
	margin-bottom: 10px;
}

.sales_personal-persons {
	margin: 0 10px 10px;
}

.sales_personal-image img {
	max-width: 100%;
}

.sales_personal-name {
	margin: 10px 0;
}

.sales_personal-description p {
	margin: 0;
}

.sales_personal-description p + p {
	margin-top: 10px;
}

.catalog_ural_bonneted.disabled .index_catalog_img,
.catalog_ural_cabover.disabled .index_catalog_img,
.catalog_ural_next.disabled .index_catalog_img {
	-webkit-filter: grayscale(100%);
	filter:         grayscale(100%);
}

.catalog_ural_bonneted.disabled .index_catalog_razdel_link,
.catalog_ural_cabover.disabled .index_catalog_razdel_link,
.catalog_ural_next.disabled .index_catalog_razdel_link {
	cursor:         default;
	pointer-events: none;
}

.catalog_ural_bonneted.disabled .index_catalog_razdel_info,
.catalog_ural_cabover.disabled .index_catalog_razdel_info,
.catalog_ural_next.disabled .index_catalog_razdel_info {
	background: #6F7378;
	cursor:     default;
}

.catalog_ural_bonneted.disabled:hover .index_catalog_img,
.catalog_ural_cabover.disabled:hover .index_catalog_img,
.catalog_ural_next.disabled:hover .index_catalog_img {
	-webkit-transform: none;
	-ms-transform:     none;
	transform:         none;
}

.catalog_ural_bonneted.disabled:hover .index_catalog_razdel_title,
.catalog_ural_cabover.disabled:hover .index_catalog_razdel_title,
.catalog_ural_next.disabled:hover .index_catalog_razdel_title {
	border-color: #FFFFFF;
}

.catalog_ural_bonneted.disabled:hover .index_catalog_razdel_info::after,
.catalog_ural_cabover.disabled:hover .index_catalog_razdel_info::after,
.catalog_ural_next.disabled:hover .index_catalog_razdel_info::after {
	border-color: transparent #E8E8E8 #E8E8E8 transparent !important;
}

.inner-table {
	border-collapse: collapse;
	border-left:     1px solid #878787;
	border-top:      1px solid #878787;
}

.inner-table tr > td,
.inner-table tr > th {
	border-bottom: 1px solid #878787;
	border-right:  1px solid #878787;
	padding:       5px;
}

.inner-table tr > td {
	text-align: center;
}

.inner-table tr > td:first-child {
	text-align: left;
}

.inner-table tr > th {
	font-family: "MyriadProSemiBold", sans-serif;
	text-align:  center;
}

.zp_frontpage {
}

.zp_categories {
	height:   100%;
	margin:   30px 0 60px;
	position: relative;
}

.zp_category_title {
	font-family: MyriadProRegular, sans-serif;
	font-size:   16px;
	padding:     0 0 10px;
}

.zp_category_title > a {
	color:          #000000;
	text-transform: uppercase;
}

.zp_categories--front .uk-list {
	display: none;
}

.zap-content {
	border-radius: 0;
}

.zap-field {
	font-size: 16px;
}

.zap-title {
	color:       #2D4F7A;
	font-family: MyriadProCondBold, sans-serif;
	font-size:   18px;
}

.zap-field .label-danger {
	background-color: #8C0000;
	border-radius:    0;
	font-size:        100%;
}

.zp-all-cats {
}

.zp-all-cats__list {
	background-color: #F5F5F5;
	border-bottom:    1px solid #E3E3E3;
	border-top:       1px solid #E3E3E3;
	margin:           15px 0;
	max-height:       180px;
	overflow-y:       scroll;
}

.zp-all-cats__list .zoo-list {
	padding: 0 15px;
}

.zp_finder {
	background-color: #DDDDDD;
	margin:           0 0 60px;
	padding:          30px;
}

.zp_finder .btn-primary {
	background-color: #2D4F7A;
	border:           2px solid #2D4F7A;
	border-radius:    0;
}

.zp_finder .input-group-btn {
	border-bottom: 2px solid #2D4F7A;
}

.zp_finder .finder input {
	border:        none;
	box-shadow:    none;
	border-bottom: 2px solid #2E6DA4;
	border-radius: 0;
}

.zp_search-results {
	padding: 0 1em;
}

.zp_search-results li {
	margin-bottom: 15px;
	padding-left:  1em;
}

.table_of_trailers tr > td {
	width: 1% !important;
}