@font-face {
	font-family:'DINPro-Bold';
	src: url('../fonts/DINPro-Bold.eot');
	src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINPro-Bold.woff') format('woff'),
		url('../fonts/DINPro-Bold.ttf') format('truetype'),
		url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB02;
}
@font-face {
	font-family:'DINPro-Light';
	src: url('../fonts/DINPro-Light.eot');
	src: url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINPro-Light.woff') format('woff'),
		url('../fonts/DINPro-Light.ttf') format('truetype'),
		url('../fonts/DINPro-Light.svg#DINPro-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB02;
}
@font-face {
	font-family:'DINPro-Regular';
	src: url('../fonts/DINPro-Regular.eot');
	src: url('../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINPro-Regular.woff') format('woff'),
		url('../fonts/DINPro-Regular.ttf') format('truetype'),
		url('../fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB02;
}
@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body{
	font-size: 10px;
	line-height: 1;
	color:#000;
	margin:0;
	overflow-x: hidden;
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder {color: transparent}
:focus:-ms-input-placeholder {color: transparent}
input::-webkit-input-placeholder {color: #4A4A4A}
input::-moz-placeholder {color: #4A4A4A}
input:-moz-placeholder {color: #4A4A4A}
input:-ms-input-placeholder {color: #4A4A4A}
h1, h2, h3, h4, h5, h6, p{
	padding:0;
	margin:0;
	font-weight: normal;
}
a,
a:hover,
a:focus{
	text-decoration: none;
	outline: none;
}
img{
	width: 100%;
	height: auto;
	border:0;
}
input:focus,
textarea:focus,
button,
select,
.jq-selectbox__select{
	outline: none !important;
}
button{
	cursor: pointer;
}
ul{
	list-style: none;
	padding:0;
	margin:0;
}
/* General css */
h2{
	font-family: DINPro-Light;
	font-size: 39px;
	color: #FFFFFF;
	line-height: 50px;
	text-transform: uppercase;
	position: relative;
	margin-top: 30px;
}
h3{
	font-family: DINPro-Light;
	font-size: 39px;
	color: #878a86;
	line-height: 50px;
	text-transform: uppercase;
	position: relative;
	margin-top: 30px;
}
h2:before{
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	top:-22px;
	left:-4px;
	background: #e7792b;
}
h3:before{
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	top: -9px;
	left: 4px;
	background: #e7792b;
}
.company-title-wrap h3, .respon-wrap h3 {margin-top: 54px !important; margin-left: 5px; color: #fff}
.company-title-wrap h3:before, .respon-wrap h3:before {background: #d02239}

#main-product-list {
	background-color: #f5f5f5;
/*	overflow: hidden;*/
}
header {
/*	overflow: hidden;*/
	position: relative;
}
.logo {
	display: inline-block;
	margin-bottom: 15px;
}
.town-chose {
	float: right !important;
}
.navbar {
	min-height: 42px;
}
.nav-menu {
	float: right;
	background: url(../img/after.png) no-repeat, #d02239;
	width: 108%;
	height: 52px;
	line-height: 52px;
	text-align: right;
}
.nav-menu:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 52px;
	background-image: url(../img/repeat.png);
	background-repeat: repeat-x;
	z-index: -1;
	background-position: 50% 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .nav-menu:after {
	right: -98%;
 }
}

.nav-menu li {
	display: inline-block;
	text-align: center;
}
.search:hover {
	border-bottom: none !important;
}
.nav-menu li span {
	line-height: 52px;
	margin-right: 5px;
}
.navbar-nav>li>a {
	font-family: "RobotoRegular";
	font-size: 12px;
	color: #9B9B9B;
	padding: 0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: none;
}
.nav-menu li a {
	font-family:'DINPro-Regular';
	font-size: 1.6em;
	color: #FFFFFF;
	border-bottom: 6px solid transparent;
}
.nav-menu li a:hover, .nav-menu li.active a {
	padding-bottom: 10px;
	border-bottom: 6px solid #000; color: #000
}
.navbar-nav {
	float: right;
}
.chose-drop {
	color: #000;
}
.nav>li>a:hover,
.nav>li>a:focus {
	background: none;
}
.bread-bg {
	background: #878a86;
	height: 37px;
	margin-bottom: 11px;
}
.breadcrumb {
	line-height: 37px;
	background: none !important;
	padding: 0;
	margin: 0;
}
.breadcrumb li {
	margin-right: 15px;
}
.breadcrumb a {
	font-family: "DINPro-Regular";
	font-size: 12px;
	color: #F4F4F4;

}
.breadcrumb>li+li:before {
	padding-right: 15px;
	display: inline-block;
	height: 13px;
    content: "";
    background: url(../img/arrows-left-small.svg) no-repeat;
}
.breadcrumb>.active {
	font-family:'DINPro-Bold';
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
}
.panel {
	border: none;
}
.panel-heading {
	padding: 0;
}
.panel-default>.panel-heading {
	border: none;
	background-color: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.panel-body {
	padding: 13px 11px;
	border: none;
	background-color: #9b9b9b;
}
.panel-body li {
	font-family: "DINPro-Regular";
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
	text-transform: uppercase;
	width: 100%;
}
.panel-body li a{
	color: #fff;
}
.panel-body>ul>li>a:focus {
	background: #000 !important;
	color: #fff;
}
.panel-group .panel+.panel {
	margin: 0;
}
.panel-group {
	margin: 0;
}
.panel-title {
	vertical-align: middle;
	font-family: "DINPro-Regular";
	font-size: 16px;
	color: #4A4A4A;
}
.aside {
	padding-right: 0;
}
.panel-title a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 11px;
	background: #000;
	color: #fff;
	font-family:'DINPro-Regular';
	font-size: 16px;
	line-height: 24px;
	position: relative;
}
.panel-title a i {font-size: 22px; color: #a1a1a1; position: absolute; top: 50%; margin-top: -12px; right: 12px}
.panel-title a.collapsed {
	background: #fff;
	color: #000;
	font-family: "DINPro-Regular";
	font-size: 16px;
	color: #5c5c5c;
}
.dropdown.open {color: #cd2138}
.dropdown.open .caret {border-left: 4px dashed; border-top: 4px solid transparent; border-bottom: 4px solid transparent; margin-left: 4px; margin-top: -2px}
.panel-title a.active-link i {color: #cd2138}
.panel-title a.collapsed:hover {
	background-color: #e4e4e4;
}
.main-list-img {
	position: relative; overflow: hidden;
	height: 170px; /* was 258px*/
	background-image: url(../img/zic_product_auto.jpg);
	border-bottom: 10px solid #d02239;
	display: block;
}
.main-list-img:before {
	content: "";
	position: absolute;
	border-bottom: 3px solid #d02239;
	width: 75px;
	top: 8%;
	left: 2%;
	z-index: 1;
}
.main-list-img h5 {
	position: relative;
	font-family: "DINPro-Regular";
	font-size: 24px;
	color: #000000;
	line-height: 24px;
	text-transform: uppercase;
/*
	background: url(../img/Imported-Layers.png) no-repeat;
	background-size: 100% 100%;
*/
width: auto;
max-width: 65%;
display: inline-block;
background: rgba(255, 255, 255, 0.9);
	padding: 25px 20px;
    line-height: 32px;
}
.main-list-img h5:after {content: ""; position: absolute; left: 100%; top: 0; width: 183px; height: 100%; background: url(../img/main_corner_right.png) -1px bottom no-repeat}

/*------------------MOBILE MENU-------------------*/
.navbar-default {
	background: url(../img/after-mobile.png) no-repeat 0 0, #d02239;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-brand {
	padding: 8px 0 0 10px;
}
.navbar {
	border: none;
	margin-bottom: 0;
}
.nav-menu-mobile li {
	display: block;
	text-align: center;
}
.nav-menu-mobile li a {
	font-family: 'DINPro-Regular';
    font-size: 1.6em;
    color: #FFFFFF;
	line-height: 2.5;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #e4e4e4;
}
/*---------------------END MOBILE MENU-------------*/
.block-zic1 {
	display: inline-block;
	border: 1px solid #dce0e0;
	padding: 35px 46px 12px 46px;
	background-color: #fff;
	width: 214px;
	position: relative;
}
.block-zic2 {
	text-align: center;
	display: inline-block;
	padding: 22px 22px 18px 34px;
	background-color: #fff;
	width: 212px;
	position: absolute;
	display: none;
}
.block-zic1 .list-button-sm {position: absolute; bottom: 36px; width: 100%; margin-left: -7px; height: 44px}
.block-zic1 .list-button-sm .button-more.buy {margin-top: 4px}
.block-zic1 .list-button-sm .button-more {width: 110px}
.block-zic1 {
	margin-right: 14px;
	vertical-align: top;
	margin-bottom: 14px;
}
.block-zic1:hover {border: 1px solid #cd2138}
/*
.block-zic1:hover .block-zic2 {
	display: block;
	top: 0;
	left: 0;
}
*/
.block-img {
	width: 121px;
	height: 156px;
	margin-bottom: 15px;
	overflow: hidden;
}
.block-img img {
	width: 100%;
	height: auto;
}
.last {
	margin-right: 0;
}
.zic-name {
	text-align: center;
	font-family: "DINPro-Bold";
	font-size: 14px;
	color: #4A4A4A;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.zic-type {
	text-align: center;
	font-family: "DINPro-Bold";
	font-size: 14px;
	color: #000;
	margin-bottom: 36px;
	text-transform: uppercase;
}
.zic-kind {
	font-family: "DINPro-Regular";
	font-size: 12px;
	color: #4A4A4A;
	text-align: center;
	text-transform: uppercase;
}
.limit {
	text-align: center;
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #D02239;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.limit-list {
	width: 157px;
	height: 86px;
	overflow: hidden;
	margin-bottom: 83px;
}
.limit-list span {
	text-align: left;
	display: block;
	font-family: "DINPro-Regular";
	font-size: 13px;
	color: #4A4A4A;
	line-height: 18px;
}
.button-more {
	position: relative;
	display: inline-block;
	text-align: center;
	border: 1px solid #9B9B9B;
	border-radius: 2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #9B9B9B;
	letter-spacing: 1.89px;
	padding: 11px 0;
	text-transform: uppercase;
	background: #fff;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.button-more.big {font-size: 18px}

.button-more.big:first-child:after {display: none}
.button-more.big:first-child {margin-bottom: 20px}
.button-more.big:last-child:before {display: none}
.button-more:hover{
 	color:#000;
 	border:1px solid #000;
}
footer {
	background-color: #4a4a4a;
	border-top: 1px solid #d02239;
}
footer span {
	font-family: "RobotoRegular";
	font-size: 12px;
	color: #c0bec0;
	line-height: 16px;
	margin-left: 12px;
	display: inline-block;
}
footer .copirihgt {margin-left: 0}
.logo-footer img {
	margin-bottom: 25px;
}
.title-link {
	position: relative;
	font-family: "DINPro-Light";
	font-size: 18px;
	color: #C0BEC0;
	padding: 25px 0;
	text-transform: uppercase;

}
.title-link:after {
	content: "";
	width: 38px;
	height: 3px;
	background-color: #d02239;
    position: absolute;
    width: 75px;
    bottom: 0;
    left: 0;
}
.foot-links {
	margin-top: 18px;
}
.foot-links li a {
	font-family: "RobotoRegular";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 19px;
}
.foot-links li a:hover {color: #e7792b}
.foot-links.catalog-items li {margin-bottom: 7px}
.foot-links.catalog-items li a {line-height: 12px}
.footer-line {
	position: relative;
}
.footer-line:after {
/*
	position: absolute;
    content: "";
    width: 1px;
    height: 340px;
    background-color: #626262;
    top: 31px;
    right: 5px;
*/
}
.social span {
	display: block;
	font-family: "RobotoRegular";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 19px;
	margin-top: 25px;
}
.social ul {
	height: 20px;
	margin-top: 20px;
	display: inline-block;
}
.social ul li {
	float: left;
}
.social ul li a {
	display: inline-block;
	width: 26px;
	height: 26px;
	display: block;
	margin-right: 10px;
}
.social ul li:last-child a {margin-right: 0}
.fb {
	background: url(../img/fb.png) no-repeat;
}
.instagram {
	background: url(../img/instagram.png) no-repeat;
}
.yt {
	background: url(../img/yt.png) no-repeat;
}
.fb:hover {
	background: url(../img/fb-hover.png) no-repeat;
}
.instagram:hover {
	background: url(../img/instagram-hover.png) no-repeat;
}
.yt:hover {
	background: url(../img/yt-hover.png) no-repeat;
}
.enter span {
	display: block;
	font-family: "RobotoRegular";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 19px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.enter>.button-more {
	width: 100px;
	height: 29px;
	padding: 0;
	line-height: 29px;
	background: url(../img/enter-man.svg) no-repeat 20px 50%;
	text-transform: none;
	letter-spacing: normal;
	padding-left: 20px;
}
.enter>.button-more:hover {
	color: #fff;
	border: 1px solid #fff;
}
.social-wpar {
}
.social-wpar-right {width: 180px; text-align: right}
.logo-footer {
	padding-top: 25px;
	width: 115px;
	margin: 0 auto;
}
.foot-center {
	text-align: center;
}
.foot-center {
	clear: both;
	font-family: "RobotoRegular";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	padding: 30px;
}
.pickup .right .img-block {
	padding-bottom: 20px;
}

/*}---------------CHOSE INDEX------------------*/
#main .jq-selectbox {
	width: 100%;
	height: 100%;
	z-index: 0 !important;
}
#main .jq-selectbox__trigger {
	border: none;
}
#main .jq-selectbox__select {
	height: 100%;
	padding: 0;
	border-radius: 2px;
	background: none;
	box-shadow: none;
}
#main .jq-selectbox:focus {
	outline: none;
	border: none;
}
#main .jq-selectbox__dropdown {
	position: absolute;
	border: 1px solid #979797;
	box-shadow: none;
	border-radius: 1px;
	margin: 0;
	opacity: 0.99;
	z-index: 9999999

}
#main .jq-selectbox__dropdown li{
	background: #fff;
}
#main .jq-selectbox__trigger-arrow {
	display: none;
}
#main .jq-selectbox__select-text {
	padding-right: 33px;
    width: 100%;
    height: 100%;
    font-family: 'DINPro-Light';
    font-size: 18px;
    color: #4A4A4A;
    border: none;
    outline: none;
    text-align: left;
   	padding-left: 20px;
}
 #main .jq-selectbox__search {
	display: block !important;
}
#main .jq-selectbox li:hover {
	background-color: #e88239;
	border-radius: 4px;
	color: #fff;
	width: 97%;
}
#main .jq-selectbox li.selected {
	background-color: #e88239 !important;
	width: 97%;
}
#main .jq-selectbox li {
	font-family: 'DINPro-Light';
    font-size: 15px;
    line-height: 28px;
}
#main .jq-selectbox ul {
	max-height: 120px !important;
}
#main .changed {
background: #e8e8e8;
}

/*}---------------END INDEX------------------*/
.nav-tabs {
	width: 100%;
	height: 57px;
	margin: 14px 0 0;
	border: 1px solid #dce0e0;
	background: #fff;
}
.nav-tabs-check {
	background-color: #D8D8D8;
	border-top: 1px solid #dce0e0;
	margin-bottom: 14px;
	display: none;
}
.check-title {
	float: left;
	border-right: 1px solid #9B9B9B;
	font-family: "DINPro-Regular";
    font-size: 12px;
    color: #4A4A4A;
    text-transform: uppercase;
    width: 92px;
    padding-right: 10px;
}
.checkbox label span{
	font-family: "DINPro-Regular";
    font-size: 12px;
    color: #4A4A4A;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.checkbox label:first-child {
	padding-left: 10px;
}
.checkbox {
	margin: 0;
}

.checked {
	border: 1px solid #d02239;
	background: url(../img/cheked.png) no-repeat 1px 2px;
}
.jq-checkbox {
	width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #b0aeb0;
    border-radius: 2px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.jq-checkbox.checked+span {
	color: #d02239;
}
#main-product-list .focused {
	border-radius: 2px;
}
#main-product-list select {
	display: none;
}
.focused span {
	background: red;
}
.checkbox-wrap {
	min-height: 47px;
	line-height: 29px;
	padding: 9px;
}
.line-check {
	margin: 0 9px;
	border-top: 1px solid #9e9e9e;
}
.tabs-title {
	display: inline-block;
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #878A86;
	letter-spacing: 0.5px;
	line-height: 54px;
	margin-left: 25px;
	padding-right: 18px;
	background: url(../img/Line.svg) no-repeat right;
	text-transform: uppercase;
}
.button-drop {
	display: inline-block;
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
}
#dLabel {
	border: none;
    background: transparent;
}
.tab-tile {
	float: right;
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../img/tile.svg) no-repeat;
	cursor: pointer;
	margin-top: 20px;
}
.tab-list {
	float: right;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/tab-list-normal.svg) no-repeat;
	cursor: pointer;
	margin: 20px;
}
.tile {
	text-align: center;
	display: none;
}
#main-product-list .tile {margin-top: 14px}
.list-wrap {
	display: block;
	padding-bottom: 59px;
}
.list-block {
	width: 100%;
	border: 1px solid #dce0e0;
	border-bottom: 1px solid #fff;
	padding: 18px 10% 30px;
	position: relative;
	background: #fff;
}

.list-block:first-child {margin-top: 14px}
.list-block:last-child {border-bottom: 1px solid #dce0e0}
.list-block:hover {border: 1px solid #cd2138}

.list-block-img {
	height: 153px;
	display: inline-block;
	margin-right: 11%;
	vertical-align: middle;
	margin-top: 5%;
}
.list-block-text {
	width: 43%;
	display: inline-block;
	vertical-align: top;
}
.list-block-text span {
	display: block;
}
.list-text-title {
	font-family: "DINPro-Regular";
	font-size: 12px;
	color: #4A4A4A;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.list-text-model {
	font-family: "DINPro-Bold";
	font-size: 21px;
	color: #4A4A4A;
	margin-bottom: 15px;
}
.list-text-mark {
	font-family: "DINPro-Bold";
	font-size: 18px;
	color: #4A4A4A;
	margin-bottom: 40px;
}
.limit-wrap {
	display: inline-block;
	border-top: 1px solid #ebebeb;
}
.limit-text {
	float: left;
	font-family: "DINPro-Regular";
	font-size: 12px;
	color: #9B9B9B;
	letter-spacing: 1px;
	margin-right: 20px;
	margin-top: 19px;
}
.limit-text-right {
	display: inline-block;
	font-family: "DINPro-Regular";
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	width: 100%;
	margin-top: 19px;
}
.list-button>.button-more {
	display: block !important;
	margin-top: 150px;
}
.list-button>.buy {
	margin-top: 20px !important;

}
.new-product {
	width: 61px;
	height: 16px;
	text-align: center;
	line-height: 14px;
	position: absolute;
	border: 1px solid #D02239;
	border-radius: 1px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 10px;
	color: #D02239;
	top: 8px;
	left: 8px;
}
/*---------------TABS START----------------------*/
.active-tab {
	background: url(../img/tab-list.svg) no-repeat;
}
.tab-tile.active-tab {
	background: url(../img/tile-active.svg) no-repeat;
}
.gallery{
	position: relative;
	background: #D7D8D8;
}
.carousel-control.left,
.carousel-control.right{
	background-image: none;
}
.carousel {
	position: static;
}
.carousel-control{
	position: absolute;
	width: 61px;
	top:50%;
	left:auto;
}
.carousel-control.right{
	background: url(../img/prev_new.png) no-repeat 0 0;
	height:61px;
	margin-top: -30px;
}
.carousel-control.left{
	background: url(../img/next_new.png) no-repeat 0 0;
	height:61px;
	margin-top: -30px;
}
.carousel-indicators{
    left: auto;
    right: auto;
    bottom: 20px;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    text-align: center;
}
.carousel-indicators li{
	display: inline-block;
	margin: 0 2px;
	background: #fff;
	border:none;
}
.carousel-indicators li:hover {background: #c1c1c1}
.carousel-indicators li.active{
	background: #878a86;
	width: 10px;
	height: 10px;
}
.gallery .text{
	position: absolute;
	top:80px;
	left:0;
	width:370px;
	font-family: 'DINPro-Regular';
	font-size: 37px;
	color: #4A4A4A;
	line-height: 48px;
}
.bg-dark{
	background: #2B2A32;
	opacity: 0.99;
}
.find-zic{
	max-width: 980px;
	background: #fff;
	padding-top:26px;
	margin:0 auto;
	margin-top: -10px;
	border-radius: 2px;
	padding-bottom: 25px;
	text-align: center;
	z-index: 5;
	position: relative;
	box-shadow: 0 0 12px #666;
}
.find-zic .header{
	font-family: 'DINPro-Regular';
	font-size: 21px;
	color: #878A86;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}
.find-zic .header span{
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.input-holder{
	width: 431px;
	height: 38px;
	display: inline-block;
	position: relative;
	margin-top: 25px;
	text-align: left;
	z-index: 2;
}

.input-holder input[type="text"]{
	padding-right: 33px;
	width: 100%;
	height: 100%;
	font-family: 'DINPro-Light';
	border-radius: 2px;
	font-size: 18px;
	color: #4A4A4A;
	line-height: normal;
	border: none;
	outline: none;
	padding-left: 14px;
}
.input-holder.by-oil {
	z-index: 3;
}
.input-holder a{
	width:33px;
	height: 38px;
	position: absolute;
	right:0;
	top:0px;
	background-color:#d02239;
}
.open-oil {top: 4px !important}
.open-model {text-align: center}
.open-model i {font-size: 34px; color: #fff; margin-top: 1px}
.open-oil:hover, .open-model:hover {background: #e62448}
.input-holder a img{
	width: 100%;
	height: 100%;
}
.find-zic .or{
	display: inline-block;
	font-family: 'DINPro-Light';
	font-size: 18px;
	color: #4A4A4A;
	position: relative;
}
.find-zic .or:before,
.find-zic .or:after{
	content: '';
	position: absolute;
	width:1px;
	height: 18px;
	left:50%;
	margin-left: -0.5px;
	background: #dbdbdb;
}
.find-zic .or:before{
	top:-23px;
}
.find-zic .or:after{
	bottom:-23px;
}
.find-zic .by-oil{
	margin-left: 22px;
	margin-right: 18px;
	position: relative;
}
.find-zic .by-oil:before{
	position: absolute;
	display: none;
	content: '';
	width:29px;
	height:42px;
	background: url(../img/icon-oil.svg) no-repeat 0 0;
	background-size: 100%;
	top:-70px;
	left:208px;
}
.find-zic .by-auto:before{
	position: absolute;
	display: block;
	content: '';
	width:42px;
	height:57px;
	background: url(../img/car.svg) no-repeat 0 0;
	background-size: 100%;
	top:-70px;
	left:180px;
}
.find-zic .by-auto{
	margin-right: 22px;
	margin-left: 19px;
	position: relative;
}
.advantages{
	margin-top: 51px;
	overflow: hidden;
}
.advantages h2{
	width: 400px;
}
.advantages-block{
	margin: 50px auto;
	min-height: 685px;
	width: 100%;
	/*background: url(../img/X9_5W-402x.png) no-repeat 50% 0;
	background-size: 760px; */
	position: relative;
	padding-top:100px;
}
.advantages-block:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 170px;
	top: -165px;
	left: 50%;
	margin-left: -2px;
	background: #d02239;
}
.advantages-block .left{
	float:left;
	text-align: right;
}
.advantages-block .right{
	float:right;
}
.advantages-block .center{
	text-align: center;
}
.advantages-block .header{
	font-family: 'DINPro-Light';
	font-size: 28px;
	color: #FFFFFF;
	line-height: 25px;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.advantages-block .line{
	overflow: hidden;
}
.advantages-block span{
	display: block;
	font-family: DINPro-Regular;
	font-size: 14px;
	color: #878A86;
	line-height: 18px;
	width: 165px;
}
.advantages-block .center span{
	width: 100%;
}
.advantages-block .line-2{
	margin-top: 245px;
}
.advantages-block .line-3{
	margin-top: 155px/*125px*/;
}
.advantages-block .line-1 .left{
	margin-left:125px;
}
.advantages-block .line-2 .left{
	margin-left:130px;
}
.advantages-block .line-1 .right{
	margin-right:100px;
}
.advantages-block .line-2 .right{
	margin-right:140px;
}
.button-wrap{
	text-align: center;
	margin-top:114px;
	padding-bottom: 57px;
}
.button-more{
	display: inline-block;
	text-align: center;
	border: 1px solid #9B9B9B;
	border-radius: 2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #9B9B9B !important;
	letter-spacing: 1.89px;
	padding: 11px 22px;
	text-transform: uppercase;
	position: relative;
}
.button-more:hover{
	color:#000;
	border:1px solid #000;
}
.advantages .button-more:hover{
	color:#fff;
	border: 1px solid #fff;
}
.advantages .button-more:after,
.advantages .button-more:before{
	content: '';
	position: absolute;
	width:4px;
	height:40px;
	left:50%;
	margin-left: -2px;
}
.advantages .button-more:after{
	bottom:-57px;
	background: #e7792b;
}
.advantages .button-more:before{
	top:-56px;
	background: #d02239;
}
.video{
	position: relative;
	height:333px;
	background: url(../img/video_zic.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.video img{
	width: 100%;
	height: 100%;
}
#video-control {
    width: 128px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -64px;
    top: 50%;
    margin-top: -64px;
    background: url(../img/video_play.png) no-repeat 0 0;
    z-index: 999;
opacity: 0.6;
}
#video-control:hover {opacity: 1}
.map-block h3{
	margin-top: 83px;
	margin-bottom: 28px;
}
.map-block .map{
	width: 100%;
	height: 76px;
	background: url(../img/group2x.jpg) no-repeat 0 0;
	background-size: cover;
}
.map .button-map{
	overflow: hidden;
	max-width: 710px;
	margin: 0 auto;
}
.button-map.mobile-button{
	display: none;
}
.button-map .btn-map{
	display: block;
	width: 164px;
	height: 41px;
	border:1px solid #e4e3e2;
	border-radius: 3px;
	line-height: 41px;
	background-color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 14px;
	color: #E7792B;
	letter-spacing: 1.89px;
	margin-top: 18px;
	text-transform: uppercase;
	box-shadow: 0 1px 0 #ebebeb inset, 0 -1px 0 #ebebeb inset;
}
.button-map .btn-map.pull-left{
	padding-left: 59px;
	background-image: url(../img/erase.svg);
	background-repeat: no-repeat;
	background-position: 27px 50%;
	background-size: 18px;
}
.button-map .btn-map.pull-right{
	padding-left: 53px;
	background-image: url(../img/home.svg);
	background-repeat: no-repeat;
	background-position: 25px 50%;
	background-size: 18px;
}
.news{
	padding-bottom: 59px;
	overflow: hidden;
}
.news h3{
	margin-top: 65px;
	margin-bottom: 32px;
}
.news-big{
	position: relative; overflow: hidden;
	width: 610px;
/*	height: 352px;*/
	height: auto;
	background: url(../img/news-big.jpg) no-repeat 0 0;
	background-size: cover;
}
.news-big .text{
	width: 245px;
	height:125px;    /* 172 was*/
	position: absolute;
	bottom:0;
	left:0;
	background: rgba(65,65,65,0.7);
	font-family: 'DINPro-Bold';
	font-size: 20px;
	color: #FFFFFF;
	line-height: 24px;
	padding-left:40px;
	padding-top: 25px;
	padding-right: 50px;
}
.news-big .text:before {position: absolute; content: ""; left: 100%; top: 0; width: 0; height: 0; border-bottom: 25px solid rgba(65,65,65,0.7); border-right: 25px solid transparent}
.news-big .text:after {position: absolute; content: ""; left: 100%; top: 25px; width: 25px; height: 200px; background: rgba(65,65,65,0.7)}
.news-big .img-block {overflow: hidden}
.news-big .img-block img {-moz-transition: all 1s ease-out; -o-transition: all 1s ease-out; -webkit-transition: all 1s ease-out}
.news-big:hover .img-block img {-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1)}
.news-big a, a:hover, a:focus{
        color: #fff;
}

a:hover, a:focus{
        color: #d02239;
}

.company-main-img {margin-top: -34px}

.news-small a:hover {
        color: #d02239;
}
.news-block .text a:hover {
        color: #d02239;
}
.news .text .header {position: relative; padding-top: 5px}
.news .text .header:before{
	position: absolute;
	content: '';
	width:51px;
	height: 1px;
	background: #e7792b;
	top:-4px;
	left:0;
}
.news .text .date{
	left:10px;
	top:20px;
	position: absolute;
}
.news .text .month{
	font-family: 'DINPro-Light';
	font-size: 12px;
	color: #CCCCCC;
	line-height: 9px;
	display: block; text-transform: uppercase;
}
.news .text .day {font-family: 'DINPro-Regular'; font-size: 21px; color: #E7792B; line-height: 23px; display: block; margin-top: 1px; text-align: center}
.news .news-small{
	width: 610px;
	height:166px; /*was 166px*/
	overflow: hidden;
	background: #f4f4f4;
	margin-bottom: 20px;
}
.news .news-small.last{
	margin-bottom: 0;
	margin-right: 0;
}
.news .news-small.voice {border: 1px solid #d02239}
.news .news-small .img-block {width: 50%; position: relative; overflow: hidden}
.news .news-small .img-block:after {position: absolute; content: ""; bottom: 0; right: 0; width: 0; height: 0; border-bottom: 25px solid #f4f4f4; border-left: 25px solid transparent}
.news .news-small.voice .img-block:after {bottom: 1px}
.news .news-small .img-block img {width: 100%; -moz-transition: all 1s ease-out; -o-transition: all 1s ease-out; -webkit-transition: all 1s ease-out}
.news .news-small:hover .img-block img {-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1)}
.news a:hover .text .header {color: #e7792b}
.news .news-small .text .header {padding-top: 2px}

.news-small .text{
	padding-right: 90px;
	padding-left: 48px;
	width:50%;
	font-family: 'DINPro-Bold';
	font-size: 20px;
	color: #4a4a4a;
	line-height: 19px;
	padding-top: 28px;
	position: relative;
}
.news-small .text .month {color:#7f7f7f; text-transform: uppercase}
.news-small .text .date {top: 18px}

.news .news-small .text .header:before{
	position: absolute;
	content: '';
	width:51px;
	height: 2px;
	background: #edb68f;
	top:-10px;
	left:0;
}
.news .allnews{
	text-align: center;
	clear: both;
}
.news .allnews a{
	margin-top: 25px;
	box-shadow: 0 1px 0 #d5d6d5, 0 1px 0 #d5d6d5 inset;
}
.news .allnews a:after,
.news .allnews a:before{
	position: absolute;
	display: block;
	content: '';
	width:540px;
	height: 1px;
	background: #d8d8d8;
}
.news .allnews a:after{
	top:50%;
	right:-560px;
}
.news .allnews a:before{
	top:50%;
	left:-560px;
}
.navbar-default {
	display: none;
}
.advantages-block .img-block{
	display: none;
}
.social-wpar-left{
	display: none;
}
/* .carousel-inner>.item img{
	height:100%;
} */
/*-----------------------PRODUCT PAGE START------------------*/
#main-product {
	background: #f5f5f5;
}
.product-title {
	padding-bottom: 12px;
}
.product-title h1 {
	font-family: "DINPro-Bold";
	font-size: 38px;
	color: #4A4A4A;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.product-title h1:before {display: none}
.product-description {
	border-top: 1px solid #dce0e0;
	border-bottom: 1px solid #dce0e0;
}
.product-title>h1>span {
	font-family: "DINPro-Bold";
	font-size: 38px;
	line-height: 49px;
	color: #000;
}
.product-title span {
	font-family: "DINPro-Regular";
	font-size: 16px;
	color: #9B9B9B;
	text-transform: uppercase;
}
.product-main-img {
	margin-top: 35px;
	padding: 0;
}
.product-main-img img {
        width: auto;
}
.product-main-text p, .product-top-text p {
	font-family: "DINPro-Regular";
	font-size: 28px;
	color: #4A4A4A;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.product-main-text span {
	display: block;
	font-family: "DINPro-Regular";
	font-size: 16px;
	color: #4A4A4A;
	line-height: 21px;
	margin-bottom: 30px;
}
/*----------------pause______*/
.product-help-title {
	font-family: "DINPro-Bold";
	font-size: 18px;
	color: #4A4A4A;
	line-height: 23px;
	margin-bottom: 20px;
}
.help-text {
	display: inline-block;
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
	padding: 20px 45px 25px 0;
	position: relative;
}
.help-text:before {content: ""; position: absolute; top: 0; left: 0; width: 50px; height: 2px; background: #cd2138}
.help-text-wrap {
	padding-left: 0;
	display: inline-block;
	border-bottom: 1px solid #dce0e0;
	margin-bottom: 25px;
	overflow: hidden;
}
.product-table-wrap {
	padding: 2%;
	background-color: #fff;
	border: 1px solid #dce0e0;
	margin-bottom: 40px;
	font-size: 0;
}
.feature {
	text-align: center;
	display: inline-block;
	width: 50%;
	height: 42px;
	border: 1px solid #9b9b9b;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #9B9B9B;
	letter-spacing: 2.44px;
	line-height: 40px;
	text-transform: uppercase;
	border-radius: 2px;
}
.admission {
	text-align: center;
	display: inline-block;
	width: 50%;
	height: 42px;
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #9B9B9B;
	letter-spacing: 2.44px;
	line-height: 40px;
	text-transform: uppercase;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.admission:focus,
.feature:focus {
	color: #fff;
}
.admission:hover,
.feature:hover {
	color: #9B9B9B;
}
.admission.active-table:hover,
.feature.active-table:hover{
	color: #fff;

}
#main-product table {
	margin-top: 20px;
	font-family: "DINPro-Regular";
	font-size: 16px;
	color: #4A4A4A;
	line-height: 21px;
	margin-bottom: 0 !important;
}
.admission-t {
	display: none;
}
#main-product .table>tbody>tr>td, #main-product .table>tbody>tr>th,
#main-product .table>tfoot>tr>td, #main-product .table>tfoot>tr>th,
#main-product .table>thead>tr>td, #main-product .table>thead>tr>th{
	border: none;
	padding-left: 3%;
}
#main-product td:last-child {
	width: 30%;
}
#main-product .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f2f2f2;
}
#main-product h3 {
	color: #000;
	margin-bottom: 40px;
}
.recomend-wrap {
	background-color: #fff;
	text-align: center;
	margin-bottom: 80px;
	overflow: hidden;

}
.recomend {
	display: inline-block;
	padding-right: 4%;
	margin-top: 20px;
	padding-left: 4%;
}
.active-table {
	background-image: linear-gradient(-180deg, #FDFDFD 5%, #F8F8F8 96%);
	border: 1px solid #9B9B9B;
	border-radius: 0px 2px 2px 0px;
	background: #939393;
	border: 1px solid #9B9B9B;
	box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.50);
	border-radius: 2px;
	color: #fff;
}
.left-side-wrap {
	display: inline-block;
	border-bottom: 1px solid #dce0e0;
	background: #FFFFFF;
	padding: 0 15px;
}
.left-side-title p {
	font-family: "DINPro-Light";
	font-size: 21px;
	color: #D02239;
	margin-bottom: 20px;
	padding-top: 20px;
	text-transform: uppercase;
}
.left-side-title span {
	display: block;
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.left-side-title {
	border-bottom: 1px solid #dce0e0;
}
.left-side-title span:last-child {
	margin-bottom: 15px;
}
#main-product .button-more{
	display: block;
	margin: 20px 0;
}
.left-side-button {
	padding: 20px 16%;
	border-bottom: 1px solid #dce0e0;
}
.left-side-doc ul>li {
	height: 32px;
	padding-left: 18%;
	background: url(../img/doc-icon.png) no-repeat;
	font-family: "DINPro-Regular";
	font-size: 13px;
	color: #4A4A4A;
	line-height: 32px;
	margin-bottom: 20px;
}
.left-side-doc p {
	font-family: "DINPro-Light";
	font-size: 21px;
	color: #D02239;
	line-height: 27px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}
.active-list {
	background-color: #000;
}
.butoon-menu {
	display: none;
}
.button-menu {
	margin: 0 auto;
	display: block;
	width: 280px;
	height: 30px;
}
.mobile_category, .jq-selectbox__search{
	display: none;
}
.jq-selectbox__dropdown{
	position: inherit !important;
	width: 100%;
}
/*-----------------------PRODUCT PAGE END  ------------------*/
/*-------------------------DETALI PAGE STAR--------------------*/
#main-detali {
	background-color: #d8d8d8;
	padding-top: 24px;
padding-bottom: 36px;
}
.size-over {
	padding-left: 0;
}
.block-wrap {
	padding-top: 24px;
	padding-bottom: 24px;
}
.detali-block1 {height: 583px}
.detali-block8, .detali-block9 {height: 320px}

.detali-block1, .detali-block2, .detali-block3, .detali-block4, .detali-block5, .detali-block6, .detali-block7, .detali-block8, .detali-block9 {position: relative; overflow: hidden}
.detali-block1 img, .detali-block2 img, .detali-block3 img, .detali-block4 img, .detali-block5 img, .detali-block6 img, .detali-block7 img, .detali-block8 img, .detali-block9 img {position: absolute; min-width: 100%; min-height: 100%; top: 0; left: 0; -moz-transition: all 1s ease-out; -o-transition: all 1s ease-out; -webkit-transition: all 1s ease-out}
.detali-block1:hover img, .detali-block2:hover img, .detali-block3:hover img, .detali-block4:hover img, .detali-block5:hover img, .detali-block6:hover img, .detali-block7:hover img, .detali-block8:hover img, .detali-block9:hover img {-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1)}

.detali-block1 span, .detali-block4 span, .detali-block5 span, .detali-block6 span, .detali-block7 span, .detali-block8 span, .detali-block9 span {
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #9B9B9B;
	height: 25px;
	display: inline-block;
	position: relative;
	padding-top: 0px;
	margin-left: 15px;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.detali-block1 span:before, .detali-block4 span:before, .detali-block5 span:before, .detali-block6 span:before, .detali-block7 span:before, .detali-block8 span:before, .detali-block9 span:before {
	content: "";
    position: absolute;
    border-bottom: 3px solid #d02239;
    width: 75px;
    bottom: 0;
    left: 0;
}
.block1-title, .block2-title, .block3-title, .block4-title, .block5-title, .block6-title, .block7-title, .block8-title, .block9-title {
	width: auto;
	position: relative;
	max-width: 45%;
	background: rgba(255, 255, 255, 0.9);
	padding-bottom: 12px;
	display: inline-block;
}
.block1-title:before, .block2-title:before, .block3-title:before, .block4-title:before, .block5-title:before, .block6-title:before, .block7-title:before, .block8-title:before, .block9-title:before {content: ""; position: absolute; top: 0; left: 100%; width: 183px; height: 100%; background: url(../img/main_corner_right.png) -1px bottom no-repeat}

.detali-block1 h4, .detali-block2 h4, .detali-block3 h4, .detali-block4 h4, .detali-block5 h4, .detali-block6 h4, .detali-block7 h4, .detali-block8 h4, .detali-block9 h4 {
	font-family: "DINPro-Regular";
	color: #000000;
	font-size: 17px;
	position: relative;
	padding: 0 0 20px 15px;
	margin-top: 20px;
	width: 95%;
	text-transform: uppercase;
}
.detali-block1 h4 {font-size: 27px}

.block1-link {
	bottom: 0;
	height: 120px;
	width: 100%;
	position: absolute;
	background: url(../img/detali/Imported-Layers.svg) no-repeat;
	background-size: 100% 100%;
}
a.blocks-link {
	position: absolute;
    right: 15px;
    bottom: 14px;
    width: 34px;
    height: 34px;
	background: url(../img/detali/block-link.svg) no-repeat;
	background-size: 100%;
}
a.blocks-link:hover, a.blocks-link-red:hover {
	background: url(../img/detali/block-link-hover.svg) no-repeat;
	background-size: 100%;
}
a.red-hover:hover {
	background: url(../img/detali/red-link-wight-hover.svg) no-repeat;
}
.detali-block1, .detali-block2, .detali-block3, .detali-block4, .detali-block5, .detali-block6, .detali-block7, .detali-block8, .detali-block9 {box-shadow: 0 0 10px #818181}

.detali-block2, .detali-block3 {
	/*height: 292px;*/
	height: 288px;
	position: relative;
	padding-left: 0;
	background: url(../img/detali/zic-trak.jpg) no-repeat;
}
.detali-block3 {
	margin-top: 8px;
	background: url(../img/detali/zic_product_selhoz.jpg) no-repeat;
}
.detali-block2 span, .detali-block3 span {
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #FFFFFF;
	height: 25px;
	display: inline-block;
	position: relative;
	padding-top: 0px;
	margin-left: 15px;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.detali-block3 span {
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #9B9B9B;
}
.block3-title h4 {
	font-family: "DINPro-Regular";
	font-size: 17px;
	color: #000000;
}
.detali-block2 span:before {
	content: "";
    position: absolute;
    border-bottom: 3px solid #d02239;
    width: 75px;
    bottom: 0;
    left: 0;
}
.detali-block3 span:before {
	content: "";
    position: absolute;
    border-bottom: 3px solid #d02239;
    width: 75px;
    bottom: 0;
    left: 0;
}
.blocks-links {
	position: absolute;
    right: 15px;
    bottom: 14px;
    width: 32px;
    height: 32px;
	background: url(../img/detali/block-link.svg) no-repeat;
}
.detali-block4, .detali-block5, .detali-block6 {
	position: relative;
	height: 333px;
	width: 100%;
}
.detali-block7-wrap {
	height: 333px;
	background: url(../img/detali/zic_product_predlozh.jpg) no-repeat;
}
.detali-block7 {
	height: 333px;
	width: 100%;
	position: relative;
}
a.blocks-link-red {
	background: url(../img/detali/red-link.svg) no-repeat;
	background-size: 100%;
}
.detali-block7:after {
	content:"";
	position: absolute;
	bottom: 40px;
    right: 12%;
	width: 119px;
	height: 153px;
	background: url(../img/zic-silver.png) no-repeat;
	background-size: 100% 100%;
        display: none;
}
#main-detali h3 {
	color: #000;
}
.detali-gallary-wrap {
	background: #fff;
	margin-top: 35px;
	margin-bottom: 35px;
}
#main-detali .map-block {
	background-color: #fff;
	padding-bottom: 65px;
}
#main-detali .map-block h3 {
    margin-top: 60px
 }
 #main-detali .map {
 	padding-bottom: 20px;
 }
/*-------------------------DETALI PAGE END--------------------*/

/*------------------SLIDER-------------------*/
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-next,
.owl-prev{
	position: absolute;
	top: 50%;
	width: 15px;
	height: 33px;
	margin-top: -12px;
}
.owl-prev {
	left: 0;
	background: url(../img/detali/a_left.svg) no-repeat;
}
.owl-next {
	right: 0;
	background: url(../img/detali/a_right.svg) no-repeat;
}
.owl-stage {
	margin-left: 3%;
}
.detali-block7_mobile{
	display: none;
}
/*------------------SLIDER END--------------------*/
/*------------------HISTORY START------------------*/
/*------------------TOP NAVIGATION START------------------*/
.top-nav{
	background-color: #e4e4e4;
	z-index: 2;
}
.top-nav nav{
	text-align: center;
}
.top-nav nav a{
	display: inline-block;
	font-family: 'DINPro-Regular';
	font-size: 16px;
	color: #4A4A4A;
	line-height: 21px;
	vertical-align: middle;
	padding: 10px 15px;
	position: relative;
	margin: 0 16px;
}
.top-nav nav a:after{
	position: absolute;
	content: '';
	height: 1px;
	width: 33px;
	background-color: #9b9b9b;
	top: 22px;
	right: -33px;
}
.top-nav nav a:last-child:after{
	display: none;
}
.top-nav nav a:hover{
	color: #d02239;
}
.top-nav-active{
	color: #d02239 !important;
}
#top-nav-mobile{
	display: none;
}

@media (min-width: 768px) and (max-width: 799px) {
.nav-menu {width: 112%}
}

@media (max-width: 767px) and (min-width: 320px){
	#top-nav-mobile.jq-selectbox__select{
	margin: 0 auto;
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #dce0e0;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center;
    font-family: "DINPro-Regular";
    font-size: 14px;
    color: #878A86;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: url(../img/drop-sr-red-down.png) no-repeat 97% 50%;
    cursor: pointer;
	}
	#top-nav-mobile.jq-selectbox{
		/*width: 45%; */
	}
	#top-nav-mobile{
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	nav{
		display: none;
	}
}
@media (max-width: 1024px){
	.top-nav nav a{
		margin: 0 0px;
		padding: 10px 8px;
	}
	.top-nav nav a:after{
	position: absolute;
	content: '';
	height: 1px;
	width: 10px;
	background-color: #9b9b9b;
	top: 22px;
	right: -6px;
}
footer span {margin-left: 0}
}
/*------------------TOP NAVIGATION END------------------*/
.history-top-block{
	background: url(../img/history/sk_promo_history.png) no-repeat;
	height: 441px;
	background-size: 100%;
	width: 100%;
}
.history-top-container{
	position: relative;
	height: 441px;
}
.top-title h6{
	font-family: DINPro-Regular;
	font-size: 36px;
	color: #D02239;
	line-height: 44px;
	width: 180px;
	text-transform: uppercase;
}
.top-title{
	position: relative;
	padding-top: 14px;
	margin-top: 40px;
}
.top-title:before{
	content: "";
    position: absolute;
    border-bottom: 3px solid #d02239;
    width: 50px;
    top: 0px;
    left: 0;
}
.top-title-red{
	position: absolute;
	left: 70px;
	bottom: -55px;
	padding: 20px 55px 20px 55px;
	width: 470px;
	background-color: #d02239;
	 -ms-transform: skewX(-30deg);
	 -webkit-transform: skewX(-30deg);
	 -o-transform: skewX(-30deg);
	 -moz-transform: skewX(-30deg);
	transform: skewX(-30deg);
	border-radius: 5px 20px 5px 20px;
}
.top-title-red span{
	font-family: 'DINPro-Regular';
	font-size: 28px;
	color: #FFFFFF;
	line-height: 36px;
	text-transform: uppercase;
}
.top-title-text{
	 -ms-transform: skewX(30deg);
	 -webkit-transform: skewX(30deg);
	 -o-transform: skewX(30deg);
	 -moz-transform: skewX(30deg);
	transform: skewX(30deg);
}
.history-main-content{
	background: url(../img/history/timeline.png) no-repeat 50% top;
	padding-bottom: 100px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	z-index: -1;
}
.history-main-content-left{
	padding-top: 200px;
	padding-left: 0 !important;
	text-align: left;
	padding-right: 80px;
}
.history-main-content-right{
	padding-top: 50px;
	padding-right: 0 !important;
	text-align: right;
	padding-left: 80px;
}
.history-main-content p{
	font-family: 'DINPro-Regular';
	font-size: 16px;
	color: #4A4A4A;
	line-height: 21px;
	padding-left: 50px;
	width: 80%;
	text-align: left;
}
.no-floe {
	float: none;
}
.history-main-content-right p{
	padding-left: 0px;
}
.history-main-content img{
/*	margin: 70px 0;
	width: 100%;*/
	display: inline-block;
}
/*.left-last-img{
	margin-top: 250px !important;
}*/
.video {
    height: 26vw;
    background: url(../img/video_zic.jpg) no-repeat 50% 50%;
    background-size: cover;
}
/*================Style=dmgame======================*/
.history-content-top .left-content{
	margin-top: 260px;
}
.history-content-top .left-content p{
	width: 56%;
}
.history-content-top .right-content p{
	width: 98%;
}
.history-content-top img, .history-content-bottom img{
	width: 529px;
	height: 342px;
	margin-top: 34px;
}
.history-content-top .right-content, .history-content-bottom .right-content{
	text-align: right;
	padding-right: 35px;
	float: right;
}
.history-content-top .right-content img{
	margin-bottom: 15px;
	margin-right: -25px;
}
.history-content-top .right-content p{
	margin-top: 35px;
}
.p-l-95{
	padding-left: 95px !important;
}
.history-content-bottom .left-content p{
	margin-top: 64px;
}
.history-content-bottom .left-content img{
	margin-top: 150px;
}
.history-content-bottom .right-content img{
	margin-top: -60px;
	margin-right: -25px;
}
.history-content-bottom  .right-content p{
	margin-top: 50px;
	width: 94%
}
/*------------------HISTORY END--------------------*/

/*--------------------START COMPANY------------------*/
#company main {
	background-color: #f5f5f5;
}
.company-title-wrap {
	background: url(../img/company/poster_iam_1920x750.jpg) no-repeat;
	background-size: 100% 100%;
	height: 441px;
}
.title-red {
	position: relative;
}
.company-title-text {
	font-family: "DINPro-Regular";
	font-size: 28px;
	color: #FFFFFF;
	width: 62%;
    line-height: 38px;
    margin: 0 auto;
    padding-top: 114px;
}
.company-title-red {
	position: absolute;
	top: 295px;
	width: 100%;
	height: 116px;
	background: url(../img/company/red-plashka@2x.png) no-repeat;
	font-family: "DINPro-Regular";
	font-size: 18px;
	color: #FFFFFF;
	line-height: 23px;
	background-size: 100% 100%;
}
.company-title-red span {
	margin: 0 auto;
    width: 58%;
    display: block;
    padding-top: 11px;
}
.company-main-top {
	background: url(../img/company/line-com.png) no-repeat;
	background-size: 70%;
}
.company-main-wpap {
	margin:0 auto;
	width: 1115px;
}
.company-main-wpap p {
	font-family: "DINPro-Bold";
	font-size: 18px;
	color: #4A4A4A;
	margin: 90px 0;
	line-height: 26px;
	width: 90%;
}
.company-main-text {
	margin-top: 52px;
}
.company-main-text span,
.company-main-text-1 span,
.company-main-text-2 span {
	display: block;
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #4A4A4A;
	margin-bottom: 20px;
	line-height: 16px;
	padding-left: 5%;
}
.company-item-red {
	border-left: 3px solid #d02239;
	padding-left: 25px;
	margin-left: 10%;
	margin-top: 60px;
}
.company-item-red span {
	font-family: "DINPro-Regular";
	font-size: 20px;
	color: #4A4A4A;
	line-height: 26px;
}
.company-main-down {
	position: relative;
	background: url(../img/company/red-zic-line@2x.png) no-repeat;
	background-size: 100%;
	margin-top: 40px;
}
.company-main-down:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 44px;
	width: 101px;
	height: 110px;
	background: url(../img/company/conrner1.png) no-repeat;
	background-size: 100%;
}
.main-text-down {
	background: url(../img/company/plashka-grey.png) no-repeat;
	width: 94%;
	height: 91px;
	margin-top: 7px;
	background-size: 100% 100%;
	padding-top: 20px;
        margin-left: 7px;
}
.main-text-down span {
	display: block;
	font-family: "DINPro-Regular";
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
	text-align: center;
/*	margin-top: 11px;*/
}
.company-down-title {
	font-family: "DINPro-Regular";
	font-size: 28px;
	color: #9B9B9B;
	line-height: 28px;
	margin-top: 90px;
	position: relative;

}
.company-down-title:after {
	content: "";
	position: absolute;
	display: block;
	width: 700px;
	height: 1px;
	background-color: #d02239;
	border-bottom: 1px solid #d95a6b;
	border-top: 1px solid #ebbcc2;
	bottom: -25px;
	z-index: 0; /* 9999 */
}
.company-white {
	background-color: #fff;
	padding-top: 100px;
	margin-top: -45px;
	padding-bottom: 100px;
}
.company-down-img {
	margin-top: 18px;
	position: relative;
}
.company-item  {
	margin-bottom: 40px;
}
.company-item span {
	font-family: "DINPro-Regular";
	font-size: 18px;
	color: #4A4A4A;
	line-height: 23px;
}
.company-main-text-1 {
	border-right: 2px solid #ebebeb;
}
.company-main-text-1 span {
	padding-left: 0;
	width: 71%;
}
.company-main-text-2 span {
	padding-left: 0;
	float: right;
	width: 71%;
}
#company .video {
	position: relative;
	padding-bottom: 50px;
}
#company .video:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/company/corner2.png) no-repeat;
	width: 79px;
	height: 71px;
	background-size: 100%;
}
#company .video:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/company/corner3.png) no-repeat;
	width: 156px;
	height: 199px;
	background-size: 100%;
}
#company footer {

	margin-top: 50px;
}
/*--------------------END COMPANY-----------------------*/
/*--------------------START RESPONSIBILITY-----------*/
.respon-wrap {
	height: 406px;
	background: url(../img/responsibility/promo_responsibility.jpg) no-repeat;
	background-size: cover;

}
#responsibility h3 {
	width: 50%;
}
.respon-title-left {
	background: url(../img/responsibility/Group.png) no-repeat;
	background-size: 100% 100%;
	height: 149px;
	float: left;
	width: 40%;
	margin-right: -10%;
	position: relative;
	margin-top: -10px;
}
.respon-title-left img {
	position: absolute;
	width: 100%;
	height: 100%
}
.respon-title-left {
	padding-left: 8%;
}
.respon-title-left p, .respon-title-right p,
.respon-title-right h6 {
	font-family: "DINPro-Bold";
	font-size: 24px;
	color: #4A4A4A;
	position: relative;
	padding-top: 42px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.respon-title-left p:before, .respon-title-right p:before {
	content: "";
	width: 50px;
	height: 4px;
	position: absolute;
	top: 22px;
	left: 0;
	background-color: #d02239;
	border-top: 1px solid #d39199;
	border-bottom: 1px solid #d26271;
}
.respon-title-left span, .respon-title-right span {
	font-family: "DINPro-Regular";
	font-size: 18px;
	color: #4A4A4A;
	width: 60%;
    display: block;
    line-height: 24px;
}
.respon-title-right {
	background: url(../img/company/red-plashka@2x.png) no-repeat;
	background-size: 110% 100%;
	height: 223px;
	width: 70%;
	float: right;
	margin-top: -85px;
	padding-left: 19%;
}
.respon-title-right p{
	color: #FFFFFF;
}
.respon-title-right span {
	color: #FFFFFF;
	width: 75%;
}
.respon-title-right p:before {
	height: 4px;
	background-color: #000;
	border: none;
}
.respon-title-right h6 {
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 0;
	margin-top: 10px !important;
}
.respon-main-wrap {
	margin: 0 auto;
	margin-top: 60px;
	width: 80%;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
	padding-bottom: 40px;
}
.respon-text-left{
	font-family: "DINPro-Regular";
	font-size: 20px;
	color: #D02239;
	line-height: 26px;
	text-transform: uppercase;
}

.respon-text-right {
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
}
.size-down {
	margin-bottom: 20px;
}
.menegment {
	width: 80%;
}
.respon-main-wrap:last-child {
	border:none;
	padding-bottom: 70px;
}

/*--------------------END RESPONSIBILITY-----------*/
/*--------------------START TECHNOLOGY----------------*/
#technology .company-title-wrap {
	background: url(../img/technology/poster_technology_1920x750.jpg) no-repeat;
	background-size: 100%;
}
#technology .company-title-text {
	width: 75%;
}
#technology .company-title-red {
	top: 50px;
}
#technology .company-title-red span:first-child {
	font-family: "DINPro-Regular";
	font-size: 28px;
	color: #FFFFFF;
	background: url(../img/technology/line-plashka.svg) no-repeat 0 100%;
	padding-top: 20px;
	padding-bottom: 13px;
}
#technology .company-title-red span {
	font-family: "DINPro-Regular";
	font-size: 24px;
	color: #FFFFFF;
	width: 62%;
	padding-top: 13px;
}
#technology .company-white {
	background-color: #2f2e34;
	padding-bottom: 40px;
}
#technology .company-item {
	width: 56%;
}
#technology .company-item span {
	font-family: "DINPro-Regular";
	font-size: 27px;
	color: #FFFFFF;
	line-height: 36px;
	text-transform: uppercase;
}
   #technology .company-main-text-1 {
   	border-right: 2px solid #838285;
}
#technology .company-main-text-1 span,
#technology .company-main-text-2 span{
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	width: 94%;
}
#technology .company-item-red {
	width: 61%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
}
.oil-title {
	font-family: "DINPro-Regular";
	font-size: 26px;
	color: #D02239;
	line-height: 33px;
	width: 40%;
	margin-top: 30px;
}
.oil-wrap {
	background: url(../img/technology/bgr-oil-copy.jpg) no-repeat, #f5f5f5;
	background-size: 98% 100%;
	height: 740px;
}
.oil-circle {
	background: url(../img/technology/icon-neft.png) no-repeat 50% 0;
	margin-top: -30px;
	text-align: center;
}
.chart-wrap {
	background-color: #f5f5f5;
}
.oil-circle span {
	font-family: "DINPro-Light";
	font-size: 24px;
	color: #4A4A4A;
	line-height: 108px;
	display: inline-block;
	margin-right: 10%;
}
.oil-circle span:last-child {
	margin-right: 0;
	margin-left: 5%;
}
.oil-link-title {
	text-transform: uppercase;
	position: relative;
	font-family: "DINPro-Regular";
	font-size: 26px; line-height: 30px;
	color: #4A4A4A;
	margin-top: 54px;
	margin-bottom: 40px;

}
.oil-link-title:before {
	content: "";
	top: -20px;
    left: 15px;
	position: absolute;
	width: 48px;
	height: 4px;
	background-color: #d0021b;
}
.oil-list-link h5, .oil-baze h5 {
	font-family: "DINPro-Bold";
	font-size: 24px;
	color: #D02239;
}
.oil-list-link ul {
	margin-top: 30px;
	position: relative;
        font-family: "DINPro-Regular";
        font-size: 14px;
        color: #4a4a4a;
}
.oil-list-link ul:after{
	content:'';
	display: block;
	position: absolute;
	top:0;
	right:0;
	width:2px;
	background: #ebebeb;
	height:100000px;
}
.oil-list-link ul.last:after{
	display: none;
}
.oil-list-link ul li {
	width: 65%;
	margin-bottom: 10px;
}
.oil-list-link ul li a {
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
}
.oil-list-link {
	padding-left: 30px;
}
.oil-list-link-row{
	overflow: hidden;
	margin-bottom: 45px;
	padding-left: 54px;
}
.oil-list-link:first-child {
	padding-left: 0;
}
.oil-list-link:last-child ul{
	border: none;
}
.advantages-wrap {
	background-color: #2f2e34;
	padding-bottom: 20px;
}
.advantages-wrap .oil-link-title {
	color: #fff;
}
.diagram-wrap {
	width: 351px;
	margin: 0 auto;
	margin-bottom: 75px;
}
.diagram-wrap img {
	width: 291px;
}
.diagram-wrap p {
	font-family: "DINPro-Bold";
	font-size: 18px;
	color: #B0AEB0;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}
p.t_l_50_s100{
	width: 50%;
}
.diagram-wrap p:after{
	content: "";
	width: 48px;
	height: 2px;
	background-color: #d06f2c;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.diagram-wrap span {
	font-family: "DINPro-Light";
	font-size: 14px;
	color: #C1C1C1;
	line-height: 18px;
	display: block;
	margin-bottom: 40px;
}
.techno-mrv, .techno-ccs {
	font-family: "DINPro-Regular";
	font-size: 12px;
	color: #9A999B;
	line-height: 16px;
	padding-left: 15px;
}
.techno-ccs {
	border-left: 18px solid #fff;
	margin-bottom: 7px;

}
.techno-mrv {
	border-left: 18px solid #9b9b9b;
}
.technology-get{
	max-width: 830px;
	margin: 0 auto;
	margin-top: 23px;
	position: relative;
}
.technology-get:before,
.technology-get:after{
	position: absolute;
	content:'';
	width:1px;
	height:300px;
	background: #a8a8a8;
	top:0;
}
.technology-get:before{
	border-left:1px solid #e3e3e3;
	left:50%;
	margin-left: -95px;
}
.technology-get:after{
	border-right:1px solid #e3e3e3;
	right:50%;
	margin-right: -95px;
}
.technology-get .line{
	position: relative;
	min-height: 47px;
}
.technology-get .right:after,
.technology-get .left:after{
	content:'';
	position:absolute;
	display: block;
	width:8px;
	height: 8px;
	top:50%;
	margin-top: -4px;
	background: #fff;
	border-radius: 50%;
	border:2px solid #000;
	z-index: 1
}
.technology-get .right:after{
	right:50%;
	margin-right: -99px;
}
.technology-get .left:after{
	left:50%;
	margin-left: -99px;
}
.technology-get .left:before,
.technology-get .right:before{
	content:'';
	position:absolute;
	display: block;
	width:75px;
	height: 1px;
	top:50%;
	background: #d8d5d3;
}
.technology-get .left:before{
	left:50%;
	margin-left: -170px;
}
.technology-get .right:before{
	right:50%;
	margin-right: -170px;
}
.technology-get .right{
	text-align: right;
}
.technology-get .line span{
	width: 245px;
	font-family: 'DINPro-Regular';
	font-size: 16px;
	color: #4A4A4A;
	line-height: 21px;
	display: inline-block;
	text-align: left;
	padding-top:10px;
	padding-bottom: 10px;
	background: #fff;
	z-index: 99;
	opacity: 0.99;
}
.technology-get .right span{
	border-right: 4px solid #d0021b;
	padding-left: 19px;
}
.technology-get .left span{
	border-left: 4px solid #d0021b;
	padding-left: 35px;
}
.technology-get .atmospheric-tech{
	background: url(../img/technology/icon_atmosphere.png) no-repeat 50% 50%;
	background-size: 123px;
}
.technology-get .vacuum-tech{
	background: url(../img/g.png) no-repeat 50% 50%;
	background-size: 123px;
}
.technology-get .catalytic-texh{
	background: url(../img/technology/g2.png) no-repeat 50% 50%;
}
.technology-get .hydrocracking{
	background: url(../img/g-copy.png) no-repeat 50% 50%;
}
.technology-get .hydrotreating{
	background: url(../img/technology/g3.png) no-repeat 50% 50%;
}
.technology-get .additives{
	background: url(../img/technology/icon_prisadki.png) no-repeat 50% 50%;
}
.oil-wrap .lubricants{
	text-align: center;
	background: url(../img/arrow-doble.png) no-repeat 50% 50%;
}
.oil-wrap .lubricants span{
	font-family: "DINPro-Light";
    font-size: 24px;
    color: #4A4A4A;
    line-height: 108px;
    display: inline-block;
    text-transform: uppercase;
}
.oil-wrap .lubricants span:first-child{
	margin-right: 95px;
}
/*----------------------END TECHNOLOGY-------------------*/
/*-----------------------START QUALITY-------------------*/
.quality-top-container{
	height: 441px;
	position: relative;
}
.quality-top-block{
	background: url(..//img/quality/poster_quality_1920x750.png) no-repeat, #d8d8d8;
	width: 100%;
	background-size: 100% 100%;
	height: 441px;
}
#quality .top-title-red{
	right: 20%;
	left: inherit;
}
#quality .top-title-red span{
	font-family: 'DINPro-Regular';
	font-size: 18px;
	color: #FFFFFF;
	line-height: 23px;
	text-transform: none;
}
.quality-level{
	background-color: #2f2e34;
	padding-top: 35px;
	padding-bottom: 40px;
}
.quality-top-block h5{
	font-family: 'DINPro-Regular';
	font-size: 28px;
	color: #4A4A4A;
	line-height: 34px;
	text-transform: uppercase;
	width: 300px;
	margin-top: 56px;
}
.quality-level-title h4{
	font-family: 'DINPro-Regular';
	font-size: 22px;
	color: #FFFFFF;
	line-height: 28px;
	width: 400px;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-top: 20px;
	position: relative;
}
.quality-level-title h4:before{
	content: "";
    position: absolute;
    border-bottom: 4px solid #d02239;
    width: 50px;
    top: 0px;
    left: 0;
}
.quality-level-list h4{
	font-family: 'DINPro-Bold';
	font-size: 18px;
	color: #D06F2C;
	line-height: 23px;
	text-transform: uppercase;
}
.quality-level-list span{
	font-family: 'DINPro-Regular';
	font-size: 18px;
	color: #D06F2C;
	line-height: 23px;
	text-transform: uppercase;
}
.quality-level-list p{
	font-family: 'DINPro-Regular';
	font-size: 14px;
	color: #DEDAD4;
	line-height: 18px;
	margin-top: 20px;
	width: 90%;
}
.quality-level-list-right{
	border-left: 3px solid #838285;
}
.quality-level-list-right, .quality-level-list-left{
	padding: 0 40px;
	padding-bottom: 4px;
}
#quality .oil-link-title span {
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #D06F2C;
	line-height: 18px;
	margin-top: 18px;
	width: 265px;
	display: block;
	text-transform: none;
}
.oil-baze {
	text-align: center;
}
.oil-baze span {
	display: block;
	font-family: "DINPro-Regular";
	font-size: 16px;
	color: #9B9B9B;
	line-height: 21px;
}
.oil-baze span:first-child {
	font-family: "DINPro-Regular";
	font-size: 21px;
	color: #4A4A4A;
	line-height: 23px;
}
.oil-baze h5 {
	margin: 18px 0;
}
.table-wrap {
	width: 85%;
	margin: 0 auto;
	position: relative;
}
#quality .table {
	font-family: "DINPro-Regular";
	font-size: 16px;
	color: #4A4A4A;
	line-height: 22px;
	position: relative;
}
#quality table th {
	font-family: "DINPro-Bold";
	font-size: 16px;
	color: #4A4A4A;
	line-height: 22px;
	border-top: none;
}
#quality table td{
	width: 22%;
}
#quality table tr td:first-child {
	width: 40%;
}
#quality table tr:nth-child(2) td {
	border-top: none;
}
#quality table {
	margin: 45px 0;
}
.table-footer {
	text-align: center;
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
}
.table-footer span {
	display: block;
}
.table-footer span:last-child {
	color: #d22c42;
}
.frame-table {
	width: 180px;
	height: 220px;
	border: 1px solid #f97a21;
	position: absolute;
	right: 0;
	top: 0;
}
.factor-2 {
	background-color: #f5f5f5;
	margin-top: 45px;
}
.factor-2 .oil-baze span {
	margin-top: 35px;
}
.oil-baze-text {
	height: 110px;
	border-right: 1px solid #d5d2d0;
}
.oil-baze-text p {
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
	width: 80%;
	margin: 0 auto;
}
.oil-baze-text:first-child p {
	margin: 0;
}
.oil-baze-text:last-child {
	border: none;
}
.oil-baze-text:last-child p{
	margin-bottom: 10px;
	width: 81%;
}
.oil-prisadka {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 45px;
}
.oil-prisadka span {
	font-family: "DINPro-Bold";
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
}
.factor-3 {
	padding-bottom: 30px;
	margin-top: 45px;
}
.factor-3 .oil-baze-text {
	height: 70px;
}
.factor-3 .oil-baze-text p {
	width: 50%;
}
.factor-3 .oil-baze-text p:last-child {
	width: 61%;
}
#table2{
	background-color: #4a4a4a;
	border-top: 1px solid #828282;
	padding-bottom: 40px;
}
#table2 .oil-link-title {
	color: #fff;
}
#table2 .table {
	margin: 0 auto;
	width: 85%;
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #F5F5F5;
	line-height: 18px;

}
#table2 .table th {
	font-family: "DINPro-Bold";
	font-size: 18px;
	color: #B0AEB0;
	line-height: 23px;
}
#table2 .table th:first-child {
	font-family: "DINPro-Bold";
	font-size: 14px;
	color: #878A86;
	line-height: 18px;
}
#table2 table tr td:first-child {
    width: 26%;
}
#table2 table td {
	width: 20.25%;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}
#table2 table td span {
	display: block;
 	color: #E7792B;
}
#quality .plus-wrap .oil-link-title span,
#quality .overpayment .oil-link-title span {
	font-family: "DINPro-Regular";
	font-size: 16px;
	color: #4A4A4A;
	width: 90%;
	line-height: 20px;
}
.plus-wrap>.container {
	position: relative;
}
.plus-wrap {
	background: url(../img/quality/shutterstock_81402103.png) no-repeat;
	background-size: 100% 100%;
	height: 593px;
}
.plus-percent {
	position: absolute;
	background: url(../img/quality/Oval-big.svg) no-repeat;
	height: 151px;
	width: 151px;
	right: 0;
	top: 20px;
	text-align: center;
}
.plus-percent span:first-child {
	font-family: "DINPro-Regular";
	font-size: 18px;
	color: #4A4A4A;
	line-height: 15px;
	display: block;
	margin-top: 20px;
}
.plus-percent span:nth-child(2) {
	font-family: "DINPro-Bold";
	font-size: 48px;
	color: #4A4A4A;
	line-height: 54px;
}
.plus-percent span:last-child {
	font-family: "DINPro-Regular";
	font-size: 16px;
	color: #4A4A4A;
	line-height: 15px;
	display: block;
}
.plus-logo-text {
	margin-top: 100px;
}
.plus-logo-text img {
	margin-bottom: 26px;
	width: 20%;
}
.plus-logo-text p, .chose-text {
	font-family: "DINPro-Bold";
	font-size: 18px;
	color: #4A4A4A;
	line-height: 23px;
	text-transform: uppercase;
	width: 355px;
}
.plus-logo-text span, .chose-text span {
	display: block;
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
	width: 345px;
	position: relative;
	margin-top: 45px;
}
.plus-logo-text span:before {
	content: "";
    top: -15px;
    position: absolute;
    width: 48px;
    height: 4px;
    background-color: #d0021b;
}
.overpayment {
	margin-bottom: 55px;
}
.overpayment-block {
	background: url(../img/quality/pluss.png) no-repeat 100% 40px;

}
.overpayment-text {
	margin: 0 auto;
	width: 80%;
}
.overpayment-block p {
	font-family: "DINPro-Bold";
	font-size: 16px;
	color: #4A4A4A;
	text-transform: uppercase;
	width: 215px;
	position: relative;
	padding-top: 37px;
	margin-bottom: 20px;
}
.overpayment-block:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../img/quality/small-oval.png) no-repeat;
	left: 45px;
	top: 0;
}
.overpayment-block:after {
	content: "";
	position: absolute;
	width: 48px;
	height: 2px;
	background-color: #b0aeb0;
	left: 45px;
	top: 20px;
}
.overpayment-block span {
	display: block;
	font-family: "DINPro-Regular";
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
	width: 125px;
}
.overpayment-block:last-child {
	background: none;
}
.overpayment-block:nth-child(2):before {
	background: url(../img/quality/small-oval2.png) no-repeat;
	width: 30px;
}
.overpayment-block:nth-child(3):before {
	background: url(../img/quality/small-oval3.png) no-repeat;
	width: 35px;
}
.overpayment-block:nth-child(4):before {
	background: url(../img/quality/small-oval4.png) no-repeat;
	width: 40px;
}
.overpayment-block:nth-child(2) span,
.overpayment-block:nth-child(3) span {
	width: 170px;
}
.overpayment-block:nth-child(4) span {
	width: 210px;
}
.chose-wrap {
	background-color: #f5f5f5;
}
.chose-list {
	background: url(../img/quality/Line.png) no-repeat 0 75%;
	padding-bottom: 27px;
}
.chose-list-wrap>span {
	display: block;
	font-family: "DINPro-Bold";
	font-size: 16px;
	color: #B0AEB0;
	margin-bottom: 30px;
	line-height: 21px;
}
.chose-namber {
	font-family: "DINPro-Bold";
	font-size: 16px;
	color: #D02239;
}
.chose-text {
	width: 75%;
	display: inline-block;

}
.chose-namber {
	display: inline-block;
	vertical-align: top;
	line-height: 23px;
	margin-right: 10px;
}
.chose-text span {
	text-transform: none;
	margin-top: 15px;
	margin-bottom: 25px;
}
.chose-list span {
	display: block;
}
.chose-list:last-child {
	background: none;
}
.chose-button-wrap span {
	display: block;
	font-family: "DINPro-Regular";
	font-size: 16px;
	color: #9B9B9B;
	line-height: 21px;
}
.chose-button-wrap span:nth-child(2) {
	color: #D02239;
}
.chose-button-wrap a {
	text-align: center;
	line-height: 37px;
	display: block;
	width: 180px;
	height: 37px;
	background-color: #d02239;
	color: #fff;
	border-bottom: 1px solid #e28c98;
	border-top: 1px solid #e28c98;
	border-radius: 2px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 18px;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}
.chose-button-wrap{
	position: relative;
}
.chose-button-wrap:before {
	content: "";
	width: 48px;
	height: 4px;
	background-color: #d06f2c;
	position: absolute;
	top: -10px;
	left: 15px;

}
/* Gallery table start */
.table-mobile{
	position: relative;
	width:433px;
	margin:0 auto;
	display: none;
}
.table-mobile .tgallery-block .line:nth-child(2){
	margin-top:5px;
}
.table-mobile .tgallery-block .line:nth-child(3){
	margin-top:56px;
}
.table-mobile .tgallery-block .line:nth-child(4){
	margin-top:52px;
}
.table-mobile .line .color{
	color:#d06f2c;
	font-weight: bold;
	display: block;
}
.table-mobile .line{
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 8px;
	line-height: 1.42857143;
	font-family: "DINPro-Regular";
    font-size: 14px;
    color: #e8e8e8;
}
.table-mobile>.line{
    border-bottom: 2px solid #909090;
	padding-right: 190px;
}
.table-mobile .line.line-header{
	font-family: "DINPro-Bold";
    font-size: 14px;
    color: #878A86;
    line-height: 18px;
    padding: 8px 0;
}
.slick-slide{
	outline:none;
}
.tgallary-wrap{
	position: absolute;
    right: 0;
    top: 0;
    width: 148px;
    text-align: center;
}
/* Gallery table end */
/*-----------------------END QUALITY-------------------*/
/*-----------------------POP UP-------------------------*/
.pickup h5{
	font-size: 23px;
	color:#878a86;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 23px;
}
.pickup .modal-content{
	padding:25px 25px 28px 22px;
	border-radius: 2px;
	box-shadow: none;
}
.pickup .left{
	padding-right: 28px;
	width: 590px;
	position: relative;
}
.pickup .left:after{
	position: absolute;
	top:0;
	right:0;
	content:'';
	width:1px;
	height: 1000px;
	background: #dfdfdf;
}
.pickup-wrapper:after{
	display: block;
	content:'';
	clear: both;
}
.pickup .left .img-block{
	width: 120px;
	height: 190px;
	margin-top: 27px;
}
.pickup .text-block{
	width: 397px;
	float: right;
}
.pickup .text-block h6{
	color:#d02239;
	font-size: 22px;
	margin-left: 18px;
}
.pickup .text-block span{
	font-size: 13px;
	text-transform: uppercase;
	color:#a5a5a5;
	display: inline-block;
	margin-top: 15px;
	margin-left: 18px;
	width: 100%;
}
.pickup .text-block ul{
	width:255px;
	margin-top: 18px;
	float:left;
}
.pickup .text-block ul li{
	font-size: 12px;
	color:#595959;
	margin-bottom: 15px;
	position: relative;
	line-height: 15px;
	padding-left: 17px;
}
.pickup .text-block ul li:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #595959;
	top:6px;
	left:0;
}
.pickup-btn{
	float:right;
	margin-top: 49px;
}
.pickup-btn .button-more{
	display: block;
	width:122px;
	padding-left: 0;
	padding-right: 0;
}
.pickup-btn .button-more.red{
	color:#d02239;
	margin-bottom: 25px;
}
.pickup-btn .button-more.orange{
	color:#e7792b;
	display: none;											/*CHANGED*/
}
.pickup .avto-type{
	color:#bcbdbb;
	font-size: 13px;
	border-bottom: 2px solid #efefef;
	padding-bottom: 10px;
	margin-bottom: 13px;
	position: relative;
}
.pickup .avto-type span{
	color:#5d5d5d;
}
.pickup .avto-type div{
	margin-bottom: 15px;
}
.pickup .avto-type div.last{
	margin-bottom: 0;
}
.pickup .avto-type .button-more.hidden-xs{
	position: absolute;
	right:-12px;
	top:0;
}
.pickup .other-oil{
	width: 90px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 6px;
    color: #9b9b9b;
}
.pickup .right .img-block{
	width: 90px;
	height: 140px;
	text-align: center;
	text-align: center;
    font-family: "DINPro-Bold";
    font-size: 14px;
    color: #4A4A4A;
    text-transform: uppercase;
}
.pickup .right .img-block img {
	height: 90px;
	width: auto;
}
.pickup .pickup-gallery{
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: hidden;
}
.pickup .right {
	position: relative;
}
.pickup ul.tabset{
	margin-top: 32px;
}
.pickup ul.tabset li{
	display: inline-block;
	margin-left: -4px;
}
.pickup ul.tabset li:first-child{
	margin-left: 0;
}
.pickup ul.tabset li a{
	display: block;
	width:113px;
	line-height: 42px;
	background: #fbfbfb;
	border:1px solid #9b9b9b;
	text-align: center;
	color:#9b9b9b;
	font-size: 12px;
}
.pickup ul.tabset li a:hover{
	background: #e2e2e2;
	box-shadow: 0 1px 0 #fff inset;
}
.pickup ul.tabset li a.active{
	background: #939393;
	color:#fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3) inset;
}
.pickup .tab-block{
	overflow: hidden;
}
.clarify {
	width: 100%;
	display: inline-block;
	border-top: 1px solid #dfdfdf;
	padding-top: 15px;
}
.clarify span {
	color: #a7a7a7;
	font-size: 14px;
	text-transform: normal;
}
.clarify .button-more.gray {
	float: right;
}
.pickup .slick-prev {
	position: absolute;
    top: 50px;
        left: 50%;
    margin-left: -10px;
    border: none;
    color: transparent;
    background: url(../img/gallary-arrow-up.png) no-repeat 0 0;
}
.pickup .slick-next {
	position: absolute;
	left: 50%;
    margin-left: -10px;
	background: url(../img/gallary-arrow-down.png) no-repeat 0 0;
	border: none;
    color: transparent;
}
.pickup .modal-lg {
    width: 980px !important;
  }
.pickup .slick-list {
  	/*height: 280px !important;*/
  }

.pickup .enter-data{
 	margin:0;
 	margin-right: 0 !important;
 	margin-left: 0 !important;
 	line-height: 22px;
 	background: #f5f5f5;
 	padding:10px 15px;
 	font-size: 16px;
 	padding-right:140px;
 	margin-bottom: 11px;
 	position: relative;
 	border-bottom: 1px solid #dfdfdf;;
 	display: none;
 }
 .fade{
 	opacity: 1;
 }
 .pickup{
 	position: absolute;
 	overflow: visible;
 	left:0;
 	top:0;
 	right:auto;
 	bottom:auto;
 	display: none;
 	text-align: left;
 	z-index: 9999;
 	background: #fff;
 	outline:none;
 }
 .modal-dialog{
 	margin-top:0;
 	margin-bottom: 0;
 }
/*-----------------------POP END-------------------------*/
/*----------------------SCROLL BAR--------------------*/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 96%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    border: 1px solid #d7d7d7;
    width: 1px;
    left: 1px;
}
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #878a86;
width: 5px; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/*----------------------END BAR--------------------*/
/*---------------------START MEDIA-------------*/
.pickup .modal-lg {
    width: 980px !important;
}
.pickup .left{
	width: 800px;
}
.pickup .text-block{
	width: 610px;
}
.pickup .text-block ul{
	width: 460px;
}
.button-check-model h5{
	text-align: center;
}
#main .button-check-model .jq-selectbox{
	height: 40px;
	display: block !important;
}
.button-check-model .jq-selectbox__trigger{
	background: url(../img/drop-right-arrow.jpg) no-repeat 0 0;
	background-size: 100%;
}
.button-check-model .jq-selectbox__select-text{
	background: #F5F5F5;
}
.button-check-model .select-wrap{
	width:305px;
	margin: 0 auto;
	margin-bottom: 13px;
}
.button-check-model .select-wrap label{
	font-size: 15px;
	color:#919490;
	margin-bottom: 7px;
	font-weight: normal;
}
.button-check-model .select-holder{
	border-bottom: 1px solid #878a86;
	padding-bottom: 10px;
	margin-bottom: 16px;
}
.button-check-model .back{
	float:left;
}
.button-check-model .save-check{
	float:right;
	color:#80d424;
}
#main .button-check-model .jq-selectbox{
	z-index: auto !important;
}
@media (min-width: 1440px){
	.history-top-block{
		background-position: 0 -100px;
	}
	.quality-top-block{
		background-position:0 -70px ;
		background-size: 100%;
	}
}
@media (min-width: 768px){
	#accordion, .help-text-wrap, .product-main-text{
		display: block !important;
	}
	.enter-data-drop .drop-block{
		display: none !important;
	}
	.enter-data-drop{
		display: block !important;
	}
}
@media (min-width: 1250px) {
	.container {
		width: 1250px;
	}
	#main .gallery .container {
		width: 100%;
	}
	#main .gallery .text {
		margin-left: 13%;
	}
	 .navbar-default {
		display: none;
	}
	.foot-media {
		display: none;
	}
	.social-wpar-left {
		display: none;
	}
	.chose-list-wrap {
		padding-left: 100px;
	}
}
@media (min-width: 320px) and (max-width: 1250px) {
	.title-red-wrap{
		float:none;
		clear:both;
	}
	.oil-list-link ul li{
		width: auto;
		padding-right:10px;
	}
	.company-title-text-wrap{
		float:right;
	}
	.techno-wrap-bg .company-title-text{
		font-size: 21px
	}
	#technology .company-title-text-wrap{
		margin-bottom: 63px;
	}
	#technology .company-item{
		width: 61%;
	}
	#technology .company-item span{
		font-size: 24px;
		line-height: 28px;
	}
	.social-wpar-left {
		display: none;
	}
	.last {
	margin-right: 14px;
	}
	.input-holder{
		width: 426px;
	}
	.advantages-block .line-1 .left{
		margin-left: 10px;
	}
	.advantages-block{
		background-size: 700px;
	}
	.advantages-block .line-2{
		margin-top: 220px;
	}
	.advantages-block .line-1 .right{
		margin-right: 0;
	}
	.advantages-block .line-2 .left{
		margin-left: 30px;
	}
	.advantages-block .line-2 .right{
		margin-right: 45px;
	}
	.advantages-block .line-3{
		margin-top: 105px;
	}
	.news-big{
		width: 49%;
	}
	.news .news-small{
		width: 49%;
	}
	.news-small .text{
		padding-right: 20px;
	}
		.list-block {
		padding: 18px 4% 30px 8%;
	}
	.panel-title a {
		padding-left: 8px;
	}
	.panel-title {
		font-size: 15px;
	}
	.left-side-button {
    	padding: 20px 15%;
    }
    .product-main-text p {
    font-size: 23px;
	}
    .detali-block1 h4 {
    font-size: 25px;
    width: 95%;
    margin-top: 15px;
	}
	a.blocks-link {
    right: 6px;
    bottom: 10px;
	}
	.block1-link {
    height: 98px;
	}
	.block2-title h4, .block3-title h4 {
    font-size: 20px;
    padding-left: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    width: 75%;
	}
	.block3-title{
		width: 80%;
	}
	.block3-title h4 {
		width: 90%;
	}
	.detali-block4 h4, .detali-block5 h4, .detali-block6 h4,
	.detali-block8 h4, .detali-block9 h4 {
		font-size: 18px;
	}
	.checkbox label {
		padding-left: 3px;
	}
	.respon-title-right {
		height: 195px;
	}
	.respon-title-left span, .respon-title-right span {
		width: 90%;
	}
	.respon-title-left p:before, .respon-title-right p:before
	{
		top: 15px;
	}
	.respon-title-left p, .respon-title-right p {
		padding-top: 35px;
		margin-bottom: 0;
	}
	.respon-title-right h6 {
		padding-top: 10px;
	}
	.menegment {
		width: 100%;
	}
	.respon-main-wrap {
		margin-top: 30px;
	}
	.respon-title-left {
		height: 111px;
	}
	.company-main-wpap {
		width: auto;
	}
	.company-title-text {
		padding-top: 65px;
		line-height: 34px;
	}
	.company-title-red {
		line-height: 18px;
	}
	.company-title-red span {
		padding-top: 10px;
	}
	.main-text-down {
		margin-left: 51px;
		width: 97%;
	}
	.company-main-top {
    	background: url(../img/company/line-com.png) no-repeat 0 20px;
    	background-size: 110%;
	}
	.company-down-title:after {
		z-index: 0;
	}
	.history-content-top .right-content img{
		margin-right: -100px;
	}
	.history-content-top img, .history-content-bottom img{
		width: 495px;
	}
	.p-l-md-30{
		padding-left: 30px !important;
	}
	.history-content-top .right-content p{
		width: 100%;
	}
	.history-content-top .left-content p{
		width: 73%;
	}
	.history-content-top .left-content img{
		margin-left: -90px;
	}
	.history-content-bottom .right-content img{
		margin-right: -99px;
	}
	.p-l-md-0{
		padding-left: 0px !important;
	}
	.history-content-bottom .left-content p{
		width: 88%;
	}
	.history-content-bottom .right-content p{
		width: 100%;
	}
	.history-content-bottom .left-content img{
		margin-left: -100px;
	}
	.quality-top-block .header-wrap{
		float:right;
	}
	#quality .top-title-red{
		right:5%;
	}
	.quality-level-title h4{
		font-size: 20px;
	}
	.quality-level-list p{
		font-size: 12px;
		line-height: 15px;
	}
	.table-wrap{
		width: 97%;
	}
	.frame-table:after{
		right:118%;
		bottom:-16px;
	}
	#table2 .table{
		width: auto;
	}
	.plus-wrap{
		background-size: auto 100%;
	}
	.history-top-block{
		background-size: auto 100%;
	}
}
@media (min-width: 991px) and (max-width: 1024px){
	.oil-link-title,
	.oil-list-link-row{
		padding-left: 0;
	}
	.oil-link-title:before{
		left: 0;
	}
	.company-down-title{
		padding-left: 47px;
	}
	p.t_s_70{
    	width: 75%;
    }
    #technology .company-title-wrap {
    	background-size: 115%;
    }
    #technology .company-title-red span {
    	font-size: 23px;
    	width: 67%;
    }
    .company-title-red {
    	width: 110%;
    }
    .oil-wrap {
   	background-size: 129%;
    background-position-x: 54%;
    }
    .oil-wrap .lubricants {
    	margin-top: -10px;
    }
}
@media (min-width: 320px) and (max-width: 1023px){
	#technology .company-title-red span{
		font-size: 20px;
	}
	#technology .company-title-red{
		padding-top: 8px;
	}
	.pickup .left:after{
		display: none;
	}
	#technology .company-main-wpap{
		margin-top: 0;
	}
	#technology .company-item-red{
		width:90%;
	}
	.company-item-red span{
		font-size: 17px;
	}
	.oil-title{
		font-size: 22px;
		line-height: 28px;
	}
	.technology-get .line span{
		font-size: 14px;
		width: 220px;
	}
	.oil-list-link{
		padding-left: 0px;
	}
	.oil-link-title{
		font-size: 24px;
	}
	.diagram-wrap img{
		width: 90%;
	}
	.quality-top-block h5{
		display: inline-block;
		text-align: left;
	}
	.quality-top-block .header-wrap{
		text-align: right;
	}
	#quality .top-title-red{
		margin-right: -60px;
	}
	#quality .top-title-red span{
		font-size: 17px;
	}
	.quality-level-title h4{
		width: 320px;
	}
	.frame-table{
		width: 130px;
		height: 155px;
	}
	.frame-table:after{
		right: 65%;
    	bottom: -30px;
	}
	#quality table{
		margin: 20px 0;
	}
	.oil-baze-text-wrap .oil-baze-text{
		border-right: none;
		position: relative;
		height:auto;
	}
	.oil-baze-text-wrap .oil-baze-text.no-border:after{
		display: none;
	}
	.oil-baze-text-wrap .oil-baze-text:after{
		content: '';
		position: absolute;
		width:1px;
		height:10000px;
		background: #d5d2d0;
		right:0;
		top:0;
	}
	.oil-baze-text-wrap{
		overflow: hidden
	}
	.quality-top-block{
		background-size: auto 100%;
	}
	#table2 table td{
		padding-right: 25px;
	}
	#quality table td,
	#quality table th{
		line-height: normal !important;
		font-size: 12px;
	}
	.overpayment-block p{
		width: auto;
	}
	.overpayment-block span{
		width: auto !important;
	}
	.overpayment-block{
		background-position: 100% 37px;
	}
	.overpayment-text{
		width: auto;
	}
	.chose-text{
		width:86%;
	}
	.chose-text{
		font-size: 17px;
	}
	.oil-list-link-row{
		padding-left: 0;
	}
	.oil-list-link:first-child{
		padding-left: 15px;
	}
	p.t_s_70{
    	width: 75%;
    }
    .pickup .modal-lg{
    	width: 720px !important;
    }
}

@media (min-width: 768px) and (max-width: 980px){
.detali-block1 {
    height: 401px;
}
.detali-block2, .detali-block3 {
    height: 197px;
}
.detali-block4, .detali-block5, .detali-block6 {
    height: 200px;
}
.detali-block7, .detali-block8, .detali-block9 {
    height: 200px;
}

}

@media (min-width: 768px) and (max-width: 991px){
	.left-side-doc ul>li:first-child{
		line-height: 16px;
	}
	.detali-block1 h4{
		font-size: 20px;
	}
	.block2-title h4, .block3-title h4{
		font-size: 18px;
		width: 87%;
	}
	.block1-link{
		background-size: 100%;
		background-position: center bottom;
	}
	a.blocks-link{
		width: 28px;
		height: 28px;
		bottom: 5px;
	}
	.detali-block4 h4, .detali-block5 h4, .detali-block6 h4,  .detali-block8 h4, .detali-block9 h4{
		font-size: 17px;
	}
	.detali-block7 h4{
		font-size: 16px;
	}
	.detali-block7:after{
		bottom: 70px;
	}
	.detali-block7-wrap{
		background-size: 100%;
	}
	a.blocks-link-red{
		bottom: 11px;
		right: 15px;
	}
	.detali-block8, .detali-block9{
		height: 260px;
	}
	.owl-next, .owl-prev{
		display: block !important;
	}
/*
	.owl-carousel .owl-item{
		width: 200px !important;
		text-align: center;
		margin-right: 37px !important;
	}
*/
	.map-block .map{
		background-size: 100%;
	}
	.respon-wrap {
		background-size: 140% 100%;
	}
	.respon-title-left {
		padding-left: 3%;
	}
	.respon-title-left span, .respon-title-right span {
		font-size: 16px;
	}
	.respon-title-right {
		padding-left: 13%;
	}
	.respon-title-right h6 {
		font-size: 26px;
	}
	.respon-main-wrap {
		width: 97%;
	}
	#technology .company-title-wrap {
    	background-size: 125% 92%;
	}
	.oil-wrap {
		background-size: 165%;
    	background-position: 52% 0;
	}
}

@media (min-width: 320px) and (max-width: 991px) {
	.social ul {
		margin-left: 0;
	}
	#technology .company-item {
		width: 76%;
	}
	.social-wpar-right {
		display: none;
	}
	.last {
		margin-right: 14px;
	}
	.advantages-block{
		-webkit-background-size: 607px;
		background-size: 550px;
		background-position: 50% 120px;
		padding-top: 0px;
		margin-top: 70px;
	}
	.advantages-block:before{
		top:-45px;
	}
	.advantages-block .line-1 .right{
		margin-right: 15px;
	}
	.advantages-block .line-1 .left{
		margin-left: 45px;
	}
	.advantages-block .line-2{
		margin-top: 345px;
	}
	.advantages-block .line-1 .right{
		margin-right: 35px;
	}
	.find-zic{
		margin-right: 15px;
		margin-left: 15px;
	}
	.input-holder{
		width: 40%;
	}
	.news .text .header{
		max-height: 101px;
		overflow: hidden;
	}
	.carousel-inner>.item{
		height: auto;
	}
	.news-small .text{
		padding-left: 40px;
	}
	.advantages-block .line-2 .left{
		margin-left: 0;
	}
	.advantages-block .line-2 .right{
		margin-right: 0;
	}
	.advantages-block .line-3{
		margin-top: 65px;
	}
	.find-zic .by-oil:before{
		left:35%;
	}
	.find-zic .by-auto:before{
		left: 50%;
	}
	.carousel-control.right{
		width: 56px;
		height: 90px;
	}
	.carousel-control.left{
		width: 56px;
		height: 61px;
	}
		.list-block {
		padding: 18px 4% 12px 4%;
	}
	.list-block-img {
		margin-right: 6%;
	}
	.limit-text-right {
    	font-size: 13px;
    	margin-top: 19px;
	}
	.list-text-mark {
    	font-size: 16px;
	    margin-bottom: 18px;
	}
	.main-list-img h5 {
		font-size: 17px;
	}
	.main-list-img:before {
    	top: 6%;
	}
	.list-block .pull-right {
		text-align: center;
		float: none !important;
	}
	.list-button>.button-more {
	    display: inline-block !important;
	    margin-top: 55px;
	}
	.list-button>.buy {
		margin-left: 15px;
	}
	.left-side-button {
    	padding: 20px 5%;
    }
    #main-product .button-more {
	    display: block;
	    margin: 20px 0;
	    font-size: 13px;
	}
	.left-side-doc ul>li {
	    height: 32px;
	    padding-left: 28%;
	}
	.button-map .btn-map{
		margin-top: 7px;
	}
	.checkbox-wrap {
    	min-height: 75px;
    }
    .checkbox-wrap form{
		padding-left: 100px;
		text-align: center;
    }
    	.company-title-text {
		width: 110%;
		margin-left: 90px;
	}
	 .company-title-red span {
		width: 65%;
		font-size: 16px;
		padding-top: 25px;
	}
	.company-title-red {
		width: 133%;
	}
	.company-title-wrap {
    background-size: 135% 100%;
	}
	.company-main-wpap p  {
		width: 98%;
		margin-top: 140px;
		margin-bottom: 60px;
	}
	.company-main-wpap {
		margin: 0;
		width: 100%;
	}
	.company-main-wpap {
	    margin-top: -45px;
	}
	.company-main-img {
		height: 480px;
		padding-left: 0;
		margin-left: -15px;
	}
	.company-main-img img {
		height: 100%;
	}
	.company-main-text {
		margin-top: 35px;
	}
	.company-main-text span, .company-main-text-1 span, .company-main-text-2 span{
		padding-left: 0;
		font-size: 13px;
	}
	.company-item-red {
		padding-left: 25px;
    	margin-left: 7%;
    	margin-top: 50px;
	}
	.mobile-span {
		margin-left: 9%;
	}
	.main-text-down {
		margin-top: 56px;
		 width: 106%;
	    margin-left: -21px;
	    background-size: 152% 100%;
	    margin-bottom: 45px;
	}
	.company-main-down {
		background: url(../img/company/red-zic-line@2x.png) no-repeat 16% 0%;
	}
	.company-down-img {
		width: 48%;
	}
	.company-down-img img {
		width: 115%;
	}
	.company-main-text-1 span,
	.company-main-text-2 span {
		width: 100%;
	}
	.company-down-title:after {
		width: 410px;
	}
	.company-down-title {
		width: 62%;
    	margin-right: -10%;
	}
	.company-white {
		padding-bottom: 75px;
	}
	#company .video:after{
		display: none;
	}
	.history-top-block{
		background-size: auto 100%;
		background-position: -100px;
	}
	.top-title h6{
		font-size: 27px;
	}
	.top-title-red{
		left: -36px;
		width: 432px;
	}
	.top-title-red span{
		display: inline-block;
		width: 100%;
	}
	.history-content-top .right-content p{
		width: 97%;
	}
	.history-main-content p{
		font-size: 15px;
	}
	.history-content-top .right-content img{
		margin-right: -163px;
		margin-top: 0px;
	}
	.p-l-sm-0{
		padding-left: 0px !important;
	}
	.history-content-top img, .history-content-bottom img{
		width: 440px;
	}
	.history-content-top .left-content img{
		margin-left: -160px;
	}
	.history-content-bottom .right-content img{
		margin-top: -35px;
		margin-right: -165px;
	}
	.p-l-sm-65{
		padding-left: 65px !important;
	}
	.history-content-bottom .left-content img{
		margin-top: 85px;
	}
	.history-content-bottom .left-content img{
		margin-left: -160px;
	}
	.history-content-bottom .right-content p{
		margin-top: 30px;
		width: 96%;
	}
	.pickup .left{
		width: 675px;
	}
	.pickup .right{
		display: none;
	}
	.pickup .text-block{
		width: 500px;
	}
	.pickup .text-block ul{
		width: 360px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	#technology .company-title-text-wrap{
		margin-bottom: 114px;
	}
	#technology .company-title-red span:first-child{
		font-size: 22px;
	}
	.frame-table{
		height: 220px;
	}
	#technology .company-title-red span{
		font-size: 18px;
	}
	#technology .company-white{
		padding-top: 135px;
	}
	#technology .company-main-text-1 span, #technology .company-main-text-2 span{
		float:left;
		font-size: 16px;
	}
	#technology .company-main-text-1{
		border-right: none;
	}
	.company-item-red span{
		font-size: 14px;
	}
	.oil-title{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		margin-top: 15px;
	}
	.oil-circle span{
		margin-right: 150px;
	}
	.oil-circle span:last-child{
		margin:0 !important;
	}
	.technology-get{
		width: 242px;
		overflow: hidden;
	}
	.technology-get .right span{
		border-left: 4px solid #d0021b;
		border-right: none;
		float: left;
	}
	.technology-get .line{
		padding-bottom: 38px;
    	overflow: hidden;
    	background-position: 50% 100%;
    	margin-bottom: 10px
	}
	.technology-get .hydrocracking {
		background-position: 50% 139%;
	}
	.technology-get:before{
		display: none;
	}
	.technology-get:after{
		margin-right: -118px;
	}
	.technology-get .line:before{
		right: 50% !important;
    	margin-right: -120px !important;
    	left:auto !important;
	}
	.technology-get .line:after{
		right: 50%;
		left:auto;
    	margin-right: -121px;
	}
	.technology-get .line:before{
		top:50%;
		margin-top: -25px;
	}
	.technology-get .line:after{
		top:50%;
		margin-top: -28px;
	}
	.oil-wrap{
		background-size: auto 100%;
    	background-position: 52% 0;
	}
	.oil-wrap{
		background: url(../img/technology/img-480.jpg) no-repeat;
		height: auto;
		padding-bottom: 180px;
		background-size: 100% 100%;
	}
	.technology-get:before, .technology-get:after{
		height: 10000px;
	}
	.oil-link-title{
		margin-left: 40px;
	    margin-right: 40px;
	    width: auto;
	}
	.oil-list-link ul{
		border-bottom: 2px solid #ebebeb;
		padding-left: 15px;
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	.oil-list-link h5, .oil-baze h5{
		padding-left: 15px;
	}
	.oil-list-link ul:after{
		display: none;
	}
	.oil-list-link{
		width:400px;
		margin: 0 auto;
		float:none;
		padding-left: 23px !important;
	}
	.oil-list-link ul li a{
		font-size: 13px;
	}
	.oil-list-link ul li{
		width: auto;
	}
	.decktop-menu {
		display: none;
	}
	.social-wpar-left{
		display: block;
	}
	.mobile_category{
		display: block;
	}
	.navbar-default {
		display: block;
	}
	.gallery .text{
		top:28px;
	}
	.social-wpar-right {
		display: none;
	}
	.foot-company,
	.enter {
		display: none;
	}
	.social-wpar-left {
		text-align: center;
		width: 115px;
		margin: 0 auto;
	}
	.logo-footer {
		text-align: center;
	}
	.social ul {
	height: 20px;
	margin-top: 20px;
	margin-left: 5px;
	}
	.social ul li:last-child {
		margin-right: 0;
	}
	.find-zic{
		margin: 0;
	}
	.gallery .text{
		width: 118px;
		line-height: 16px;
		font-size: 14px;
	}
	.find-zic .input-holder{
		width: 305px;
		display: block;
		margin: 0 auto;
	}
	.find-zic .by-oil{
		margin-top: 20px;
	}
	.input-holder input[type="text"]{
		padding-left: 38px;
	}
	.find-zic .by-oil:before{
		left:10px;
		top:5px;
		width: 18px;
	}
	.find-zic .by-auto:before{
		left:3px;
		top: 8px;
		width: 30px;
	}
	.find-zic .or{
		margin:14px 0;
	}
	.find-zic .or:before, .find-zic .or:after{
		width: 127px;
		height: 1px;
		left:-138px;
		top:60%;
	}
	.find-zic .or:after{
		left:auto;
		right: -138px;
	}
	.advantages-block{
		background-image: none;
		width: 340px;
	}
	.advantages-block:before{
		display: none;
	}
	.advantages-block .line .left,
	.advantages-block .line .center{
		margin-left:0;
		padding-right: 120px;
		background-size: 95px;
		background-repeat: no-repeat;
		background-position: 100% 50%;
		min-height: 95px;
		text-align: right;
	}
	.advantages-block .line .right{
		margin-right: 0;
		padding-left: 120px;
		background-size: 95px;
		background-repeat: no-repeat;
		background-position: 0 50%;
		min-height: 95px;
	}
	.advantages-block .line{
		margin-top: 0;
	}
	.advantages-block .line .left,
	.advantages-block .line .right,
	.advantages-block .line .center{
		margin-top: 55px;
	}
	.advantages-block .quality{
		background-image:url(../img/quality-icon.png);
	}
	.advantages-block .cleanliness{
		background-image:url(../img/kaplya.png);
	}
	.advantages-block .comfort{
		background-image:url(../img/comfort.png);
	}
	.advantages-block .protection{
		background-image:url(../img/damage.png);
	}
	.advantages-block .flowability{
		background-image:url(../img/icon-techet.png);
	}
	.advantages-block .img-block{
		display: block;
		margin: 0 auto;
		margin-top: 115px;
		text-align: center;
		position: relative;
	}
	.advantages-block .img-block:before{
		content: '';
		position: absolute;
		width: 2px;
		height: 85px;
		background: #d02239;
		left:50%;
		margin-left: -1px;
		top:-93px;
	}
	.news-big{
		display: none;
	}
	.news .news-small{
		width: 100%;
	}
	.carousel-inner>.item{
		height:auto;
	}
	.carousel-control.right{
		width: 37px;
		height: 56px;
		background-size: 100% 100%;
		margin-top: -50px;
	}
	.carousel-control.left{
		width: 37px;
		height: 30px;
		background-size: 100% 100%;
	}
	.carousel-indicators{
		bottom: 15px;
		right:9px;
	}
	.carousel-indicators li{
		width: 5px;
		height: 5px;
	}
	.carousel-indicators li.active{
		width: 5px;
		height: 5px;
	}
	.left-side-doc {
		padding: 0 3%;
	}
	.left-side-doc ul > li {
    	height: 32px;
    	padding-left: 13%;
	}
	.left-side-button {
		padding: 20px 20%;
	}
	.product-help-title {
		margin-top: 20px;
	}
	.butoon-menu {
		display: block;
	}
	#accordion {
		display: none;
	}
	.jq-selectbox{
		width: 90%;
	}
	.jq-selectbox__select {
		margin: 0 auto;
		display: block;
		width: 100%;
		height: 30px;
		margin-bottom: 10px;
		line-height: 30px;
		text-align: center;
	    font-family: "DINPro-Regular";
	    font-size: 14px;
	    color: #878A86;
	    letter-spacing: 0.5px;
	    text-transform: uppercase;
	    background: url(../img/drop-sr-red-down.png) no-repeat 97% 50%;
	    cursor: pointer;
	}
	.aside{
		padding-right: 15px;:
	}
	.mobile_category{
		text-align: center;
	}
	.jq-selectbox__dropdown ul{
		max-height: 100% !important;
		margin-bottom: 10px;
	}
	.jq-selectbox__dropdown li{
	    height: 40px;
	    /* line-height: 40px; */
	    background: #fff;
	    text-align: left;
	    cursor: pointer;
	    background: url(../img/drop-sr.png) no-repeat 95% 50%, #fff;
	    font-family: "DINPro-Regular";
	    font-size: 16px;
	    color: #5c5c5c;
	    padding-left: 11px;
	}
	.jq-selectbox__dropdown li:hover{
		background-color: #e4e4e4;
	}
	.jq-selectbox__select-text{
		width: auto !important;
		color: #d0243b;
	}
	.top-title-red{
		left: 0px;
    	width: 463px;
    	height: 118px;
    	padding: 37px 55px 20px 130px;
	}
	.top-title-red span{
		font-size: 19px;
		line-height: 1.4;
	}
	.quality-top-block h5{
		float: left;
	}
	.quality-top-block{
		height: 250px;
	}
	.quality .top-title h6{
		font-size: 22px;
		line-height: 24px;
	}
	.quality-top-block h5{
		font-size: 20px;
		line-height: 22px;
		margin-top: 15px;
		margin-left: 40px;
	}
	#quality .top-title-red{
		right:auto;
		margin-right: 0;
		padding: 20px 44px 20px 70px;
		bottom: -118px;
		width: 435px;
	}
	.quality-top-container{
		height: 250px;
	}
	.quality-level{
		padding-top: 145px;
	}
	.quality-level-list-right{
		border-left: none;
	}
	.quality-level-list-left{
		margin-bottom: 60px;
	}
	.quality-level-list-right h4{
		position: relative;
	}
	.quality-level-list-right h4:before{
		position: absolute;
		content: '';
		display: block;
		width:125px;
		height: 2px;
		background: #8e8e90;
		left:0;
		top:-28px;
	}
	.quality-level-list h4{
		width: 320px;
	}
	#quality .factor-1 .oil-baze{
		width:320px;
		float:none;
		margin: 0 auto;
	}
	#quality .oil-baze span{
		display: inline;
	}
	.frame-table{
		width: 120px;
	}
	.frame-table:after{
		display: none;
	}
	.table-footer{
		width: 320px;
		margin:0 auto;
	}
	.table-footer span{
		display: inline;
	}
	.table-footer span:last-child{
		display: block;
	}
	.oil-baze-text-wrap .oil-baze-text{
		padding-bottom: 25px;
		margin-bottom: 35px;
		border-bottom: 2px solid #e5e3e2;
		padding-left: 0;
		padding-right: 0;
	}
	.oil-baze-text:last-child p{
		width: auto;
	}
	.oil-baze-text-wrap{
		padding: 0 48px;
	}
	.oil-baze-text-wrap .oil-baze-text:after{
		display: none;
	}
	.oil-baze-text p{
		width: auto;
	}
	.oil-baze-text-wrap .oil-baze-text.no-border{
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.oil-prisadka{
		padding-top: 20px;
	}
	.factor-3 .oil-baze-text{
		height: auto;
	}
	.factor-3 .oil-baze-text{
		border:none;
		position: relative;
	}
	.factor-3 .oil-baze-text.border:after{
		position: absolute;
		content: '';
		width:1px;
		height:10000px;
		background: #d5d2d0;
		right:0;
		top:0;
	}
	.oil-wrap-text{
		overflow: hidden;
	}
	.factor-3 .oil-baze-text p{
		width: auto !important;
	}
	.plus-wrap{
		height: auto;
	}
	.plus-logo-text{
		width:290px;
		margin-left: 45px;
		margin-top: 112px;
	}
	.plus-logo-text p{
		width:auto;
	}
	.plus-wrap{
		background-position: -843px 0;
		padding-bottom: 30px;
	}
	.plus-percent{
		right:50%;
		margin-right: -75px;
		top:400px;
	}
	.plus-logo-text img{
		width: 40%;
	}
	.overpayment-text{
		padding-left: 30px;
		padding-bottom: 35px;
	}
	.overpayment-block{
		background-position: 50% 100%;
		margin-bottom: 15px;
	}
	.overpayment-block:last-child{
		padding-bottom:0;
		margin-bottom: 0;
	}
	.overpayment{
		margin-bottom: 10px;
	}
	.chose-text{
		margin-left: 15px;
		font-size: 19px;
	}
	.chose-button-wrap{
		padding-bottom: 60px;
	}
	.company-down-title{
		width: 81%;
	}
	.company-down-title{
		font-size: 16px;
	}
	p.t_l_50_s100{
		width: 100%;
	}
	p.t_s_70{
		width: 70%;
	}
}
@media (max-width: 767px){
	.left-side-wrap{
		margin: 0 auto;
	    display: block;
	    overflow: hidden;
	    width: 95%;
	    float: none !important;
	}
	.help-text-wrap{
		display: none;
	}
	.pickup .right{
		display: none;
	}
/*	.product-main-text{
		display: none;
	}*/
	.help, .services{
		background: url(../img/drop-sr-red-down.png) no-repeat 97% center;
		cursor: pointer;
	}
	.pickup .left{
		width: 320px !important;
		margin-right: auto;
		margin-left: auto;
	}
	.pickup .avto-type span{
		display: block;
		margin-top: 8px;
		padding-bottom: 10px;
	}
	.pickup .left{
		width: auto;
	}
	.pickup .text-block{
		width: 100%;
	}
	.pickup .left{
		padding-right: 0;
	}
	.pickup .left:after{
		display: none;
	}
	.pickup-wrapper:after{
		content:'';
		clear: both;
		display: block;
	}
	.pickup-wrapper{
		overflow: visible;
	}
	.pickup .avto-type{
		background: #f5f5f5;
		text-align: center;
		border-bottom: 1px solid #dfdfdf;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.pickup .modal-content{
		padding: 0;
		padding-bottom: 45px;
	}
	.pickup .avto-type .enter-data-drop>div{
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 10px;
		border-bottom:1px solid #dfdfdf;
		text-align: left;
	}
	.pickup .enter-data{
		display: block;
	}
	.pickup .enter-data:after{
		position: absolute;
		content: '';
		width:11px;
		height:6px;
		background: url(../img/data-arrow.png) no-repeat 0 0;
		bottom:-1px;
		right:21px;
	}
	.pickup .enter-data:before{
		content: '';
		display: block;
		position: absolute;
		background: url(../img/block-link-gray.svg) no-repeat 0 0;
		background-size: 100%;
		width:24px;
		height: 24px;
		-moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	    right: 15px;
	    top:50%;
	    margin-top: -12px;
	}
	.pickup .avto-type .button-more.green{
		color:#8dd544;
		margin-left: 22px;
	}
	.pickup .avto-type .button-more.visible-xs{
		margin-top: 17px;
		display: inline-block !important;
	}
	.pickup h5{
		padding-top: 13px;
		text-align: center;
		margin-bottom: 0;
		font-size: 20px;
	}
	.pickup h5 span{
		display: none;
	}
	.pickup ul#tabs:before{
		display: none;
	}
	.pickup ul.tabset.visible-xs{
		width:100%;
		text-align: center;
		background: #939393;
		margin-top: 0;
		box-shadow: 0 5px 10px rgba(0,0,0,0.4) inset;
	}
	.pickup ul.tabset.visible-xs li{
		padding-left: 0;
		margin-bottom: 0;
	}
	.pickup ul.tabset.visible-xs li:before{
		display: none;
	}
	.pickup ul.tabset.visible-xs li a{
		background: none;
		box-shadow: none;
		border:none;
		color:#bababa;
		height: 42px;
		padding: 0 8px;
		width: auto;
		font-size: 10px;
	}
	.pickup ul.tabset.visible-xs li a:hover{
		color:#fbfbfb;
	}
	.pickup ul.tabset.visible-xs li a.active{
		color:#fff;
		position: relative;
	}
	.pickup ul.tabset.visible-xs li a.active:after{
		content: '';
		position: absolute;
		width:13px;
		height: 6px;
		bottom:-6px;
		left:50%;
		margin-left: -7px;
		background: url(../img/tabs-active.png) no-repeat 0 0;
	}
	.tab-block{
		margin-top: 25px;
	}
	.pickup .left .img-block.visible-xs{
		margin-right: auto;
		margin-left: auto;
		margin-top: 0;
	}
	.pickup .text-block ul{
		margin-right: auto;
		margin-left: auto;
		float: none;
		margin-top: 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #dfdfdf
	}
	.pickup .left .img-block{
	    float: none !important;
	    margin-left: auto;
	    margin-right: auto;
	}
	.pickup .text-block h6{
		margin-left: 0;
		text-align: center;
	}
	.pickup .text-block span{
		display: block;
		margin-left: 20px;
		margin-right: 20px;
		text-align: center;
		width: auto;
		padding-bottom: 10px;
		border-bottom: 1px solid #dfdfdf;
		margin-bottom: 27px;
	}
	.pickup-btn{
		float: none;
		text-align: center;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #dfdfdf;
	}
	.pickup-btn .button-more{
		display: inline-block;
		width: 114px;
		margin-bottom: 0 !important;
	}
	.pickup-btn .button-more.orange{
		margin-left: 25px;
	}
	.clarify{
		display: none;
	}
	.pickup.button-oil .enter-data{
		margin-bottom: 0;
	}
	.enter-data-drop{
		display: none;
	}
	.pickup .avto-type .enter-data{
		margin-bottom: 0;
		cursor: pointer;
		border-bottom: none;
		text-align: left;
	}
	.pickup .avto-type .enter-data.active{
		border-bottom: 1px solid #dfdfdf;
		background: #fff;
	}
	.pickup .enter-data.active:before{
		-moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -webkit-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	}
	.enter-data-drop .jq-selectbox__search{
		display: block !important;
		padding-bottom: 10px;
		border-bottom:1px solid #dfdfdf;
		margin-bottom: 10px !important;
		margin-left: 0;
		margin-right: 0;
	}
	.enter-data-drop .jq-selectbox__dropdown{
		width: auto !important;
		display: block !important;
		border-radius: 0;
		box-shadow: none;
		padding: 15px 20px 12px 20px;
		background: #939393;
		box-shadow: 0 10px 15px rgba(0,0,0,0.5) inset;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	.enter-data-drop .jq-selectbox__select{
		display: none !important;
	}
	.enter-data-drop .jq-selectbox{
		width: 100%;
	}
	.enter-data-drop .jq-selectbox__dropdown li{
		background: none;
	}
	.enter-data-drop .jq-selectbox__search input{
		border:1px solid #d8d8d8;
		border-radius: 2px;
		background: #fff;
	}
	.enter-data-drop .jq-selectbox li{
		color:#fff;
		line-height: 28px;
		padding-left: 5px;
		width: 100%;
	}
	.enter-data-drop .jq-selectbox li:hover{
		background: #e88239 !important;
		border-radius: 4px;
	}
	.enter-data-drop select{
		display: none;
	}
	.enter-data-drop .drop-block{
		display: none;
	}
	.enter-data-drop .drop{
		border-bottom: 1px solid #d8d8d8;
		margin-left: 22px;
		margin-right: 22px;
		cursor: pointer;
		margin-top: 15px;
		position: relative;
	}
	.enter-data-drop .drop.active{
		margin-left: 0;
		margin-right: 0;
	}
	.pickup .avto-type div{
		margin-bottom: 0;
	}
	.enter-data-drop .drop.active:after{
		position: absolute;
		content: '';
		width: 11px;
		height: 7px;
		background: url(../img/arrow-drop.png) no-repeat 0 0;
		bottom:-7px;
		left:50%;
		margin-left: -6px;
		z-index: 99999;
	}
	.enter-data-drop{
		padding-bottom: 15px;
	}
	.pickup .close{
		position: absolute;
		bottom:10px;
		left:50%;
		margin-left: -6px;
	}
	.pickup .modal-lg{
		width: 480px !important;
		left:0;
		right:0;
		margin-left: 0;
	}
	.pickup .left{
		width: 100% !important;
	}
	#main .jq-selectbox__dropdown{
		top: 0 !important;
	}
	#main .pickup .jq-selectbox__dropdown li{
		background: transparent;
	}
}
@media (max-width: 639px){
	#technology .company-title-text{
		margin: 0 auto;
		font-size: 17px;
		padding-top: 40px;
	}
	.title-red-wrap{
		width: 83%;
    	margin-left: -41px;
	}
	#technology .company-title-text-wrap{
		margin-bottom: 17px;
	}
	#technology .company-item{
		width: 100%;
		padding: 0;
	}
	#technology .company-item span{
		font-size: 17px;
		line-height: 23px;
	}
	#technology .company-main-text-1, #technology .company-main-text-2 {
		padding: 0;
	}
	#technology .company-main-text-1 span, #technology .company-main-text-2 span{
		font-size: 13px;
		width: 100%;
	}
	.company-item-red span{
		line-height: 17px;
	}
	.oil-title{
		font-size: 20px;
		line-height: 24px;
	}
	.oil-circle span{
		font-size: 20px;
	}
	.oil-wrap{
		padding-bottom: 200px;
	}
	#technology .oil-link-title{
		font-size: 16px;
		padding-right: 0;
	}
	.diagram-wrap p{
		font-size: 15px;
	}
	.table-mobile{
		display: block;
	}
	#table2 .table{
		display: none;
	}
	.oil-link-title{
		margin-top: 54px;
		line-height: 26px;
		padding-right: 115px;
		font-size: 18px;
		margin-bottom: 22px;
	}
	.decktop-menu {
		display: none;
	}
	.social-wpar-right {
		display: none;
	}
	.social-wpar-left {
		text-align: center;
		width: 115px;
		margin: 0 auto;
	}
	.logo-footer {
		text-align: center;
	}
	.social ul {
		height: 20px;
		margin-top: 20px;
		margin-left: 5px;
	}
	.social ul li:last-child {
		margin-right: 0;
	}
		.foot-company,.enter {
		display: none;
	}
	h2{
		font-size: 30px;
		line-height: 40px;
	}
	.advantages-block .line .left, .advantages-block .line .right, .advantages-block .line .center{
		float:left;
	}
	.advantages-block{
		width: auto;
	}
	.advantages-block span{
		font-size: 12px;
		line-height: 16px;
	}
	.button-wrap{
		margin-top: 57px;
	}
	.advantages .button-more:after, .advantages .button-more:before{
		height: 19px;
	}
	.advantages .button-more:after{
		bottom:-29px;
	}
	.advantages .button-more:before{
		top:-29px;
	}
	.button-wrap{
		padding-bottom: 28px;
	}
	.video{
		height:280px;
		background-size: auto;
	}
	.gallery .text{
		left:auto;
		right:19px;
		top:25px;
	}
	.carousel-inner>.item img{
		display: block;
		width: auto;
	}
	.news-small .text{
		padding-right: 0px;
		font-size: 13px;
		color:#4c4c4c;
		line-height: 15px;
	}
	.news .text .header{
		overflow: visible;
	}
	.map .button-map{
		display: none;
	}
	.map .button-map a{
		display: block;
		margin-left:auto;
		float:none !important;
		margin-right: auto;
	}
	.map .button-map.mobile-button{
		display: block;
	}
	.list-wrap,.tab-list, .tab-tile {
		display: none;
	}
	.tile {
		display: block !important;
	}
	.tabs-title {
		font-size: 12px;
    	margin-left: 5px;
    	padding-right: 5px;
	}
	.dropdown {
		font-size: 12px;
	}
	.product-title span {
		font-size: 15px;
	}
	.feature, .admission {
		letter-spacing: 1.44px;
		font-size: 13px;
	}
	.left-side-doc {
		padding: 0 3%;
		text-align: left;
	}
	.product-help-title {
		margin-top: 20px;
	}
/*	.left-side-wrap {
		text-align: center;
	}*/
	table {
		font-size: 14px;
	}
	.breadcrumb>.active {
		margin-right: 0;
		font-size: 10px;
	}
	.breadcrumb a {
		font-size: 10px;
	}
	.breadcrumb li {
    	margin-right: 2px;
	}
	.breadcrumb>li+li:before {
    	padding-right: 8px;
    	height: 9px;
    	background-size: 50%;
	  }
	  .bread-xs {
	  	padding: 0;
	  }
.breadcrumb .close {float: right}
.breadcrumb .close i {font-size: 18px; color: #f4f4f4}
	  .main-list-img h5 {
	  	font-size: 15px;
	  	line-height: 21px;
	  }
	  .main-list-img {
	    height: 200px;
	    background-size: 100% 100%;
		}
	.main-list-img:before {
    	top: 3%;
	}
/*
	.block-zic1:hover .block-zic2 {
		display: block;
		top: 0;
		left: 0;
	}
*/
	.block-zic1 {
		width: 48%;
		padding: 6px;
		margin: 0;
		margin-bottom: 10px;
	}
	.block-zic2 {
		width: 100%;
		padding: 6px;
		margin: 0;
		margin-bottom: 10px;
	}
	.block-img img {
    	width: 90%;
    	height: auto;
	}
	.aside {
		padding-right: 15px;
	}
	.last-m {
		margin-right: 10px;
	}
	.zic-type {
		margin-bottom: 8px;
	}
	.limit-list {
		height: 100px;
	    overflow: hidden;
	    margin-bottom: 35px;
	    width: 100%;
	}
	.limit-list span {
		font-size: 10px;
	}
	#main-detali {
		margin: 0;
	}
	#main-product-list .button-more {
		padding: 11px 9px;
		font-size: 12px;
	}
	.block-img {
		margin: 0 auto;
	}
	.product-title h1, .product-title > h1 > span{
		font-size: 30px;
	}
	#main-detali>.container {
		padding: 0 10px;
	}
	.detali-block1 {
		margin-bottom: 15px;
    	height: 200px;
    	background-size: 100% 160%;
	}
	.detali-block1:after {
		display: none;
	}
		.detali-block1 h4, .block2-title h4, .block3-title h4{
		font-size: 18px;
		padding-left: 10px;
		width: 70%;
		margin-top: 10px;
	}
	.detali-block1 h4 {
		width: 65%;
	}
	.block1-link{
		background: none;
	}
	.detali-block2, .detali-block3, .detali-block4, .detali-block5,
	.detali-block6, .detali-block7, .detali-block8, .detali-block9, .detali-block7-wrap{
		margin-bottom: 15px;
		height: 200px;
		background-size: 100% 115%;
	}
	.detali-block4 h4, .detali-block5 h4,
	.detali-block6 h4, .detali-block8 h4,
	.detali-block9 h4 {
		font-size: 18px;
		padding-left: 10px;
/*		margin-top: 10px;*/
	}
	.detali-block4 h4:before, .detali-block5 h4:before, .detali-block6 h4:before, .detali-blockr h4:before
	{
		left: 10px;
	}

	.detali-block3 {
		overflow: hidden;
	}
	.block-wrap{
		padding: 0;
	}
	.block1-link{
		background-size: 100%;
    	background-position: center bottom;
	}
	a.blocks-link{
		right: 5px;
    	bottom: 5px;
        width: 32px;
    	height: 32px;
	}
	a.red-hover:hover{
		background: url(../img/detali/block-link-hover.svg) no-repeat;
		background-size: 100%;
	}
	.block2-title{
		width: 68%;
		height: 145px;
	}
	.size-over{
		padding-left: 15px;
	}
	.block3-title{
		width: 75%;
		height: 145px;
		background-size: 98% 75%;
	}
	.block3-title h4{
		font-size: 18px;
	}
	.block3-title h4 {
		width: 100%;
	}
	.detali-block7{
		display: none;
	}
	.detali-block7_mobile{
		display: block;
		background: url(../img/detali/zic_product_predlozh.jpg) no-repeat;
    	height: 220px;
	}
	.detali-block7_mobile h4{
		width: 65%;
    	height: 110px;
	}
	.detali-block7-wrap{
		background: transparent;
		height: 220px;
	}
	.detali-block6 h4{
	 	height: 90px;
	}
	.detali-block6, .detali-block8{
		height: 220px;
	}
	.detali-block5 h4, .detali-block6 h4{
		width: 50%;
	}
	.detali-block4, .detali-block5 {
		height: 220px;
	}
	h3{
		font-size: 30px;
	}
/*
	.owl-carousel .owl-item{
		text-align: center;
	}
*/
	#main-detali .map-block, #main-detali .map{
		display: none;
	}
	.detali-block4, .detali-block5, .detali-block6{
		background-size: 100% 125%;
	}
	.detali-block7_mobile{
		background-size: 150% 100%;
	}
	.detali-block2 span, .detali-block3 span, .detali-block1 span {
		padding-top: 10px;
	}
	.detali-block-wrap {
		width: 58%;
		background: url(../img/Imported-Layers-w.png) no-repeat;
		background-size: 77% 75%;
	}
	.detali-block2 span, .detali-block3 span, .detali-block1 span {
		padding-top: 10px;
		margin-left: 10px;
	}
	.respon-wrap {
		height: 220px;
	}
	.respon-title-right {
		background-size: 110% 100%;
	    width: 111%;
	    margin-top: -1px;
	    padding-left: 28%;
	}
	.respon-title-left {
		height: 120px;
		width: 100%;
		background-size: 110% 100%;
		padding-left: 20%;
	}
	.respon-title-left p, .respon-title-right p, .respon-title-right h6 {
		font-size: 20px;
	}
	.respon-title-left span, .respon-title-right span {
		font-size: 14px;
	}
	.respon-main-wrap {
		width: 100%;
		padding-bottom: 30px;
	}
	.size-down {
		margin: 0;
	}
	.respon-text-left p {
		margin-bottom: 30px;
	}
	.menegment {
    	width: 90%
	}
	#company h3, #responsibility h3, #technology h3 {
		font-size: 25px;
		margin-top: 40px;
	}
	#technology .company-title-wrap {
		background: url(../img/technology/zic_promo_tech_iphone_l.jpg) no-repeat;
		height: 231px;
		background-size:100%;
	}
	.company-title-text {
		width: 100%;
		font-size: 17px;
		line-height: 22px;
		padding-top: 10px;
		margin-left: 0;
	}
	#technology .company-title-red {
		margin-left: 15px;
    	width:134%;
	}
	.company-title-red {
		top: 20px !important;
    	left: 0;
    	margin-left: -30px;
    	width: 115%;
	}
	.company-title-red span {
	    margin: 0 auto;
	    width: 55%;
	    display: block;
	    padding-top: 27px;
	    font-size: 17px;
	    line-height: 19px;
	}
	.company-main-wpap p {
		width: 100%;
	}
	#company .company-main-wpap {
		width: auto;
		background: url(../img/company/line-com.png) no-repeat 0 90%;
		background-size: 100%;
		margin: 0 -15px;
	}
	.company-main-top {
		background: none;
	}
	.company-main-img {
		padding: 0;
	    height: 260px;
	    width: 320px;
	    float: none;
	    margin: 0 auto;
	}
	.company-main-text {
		margin-top: 35px;
	}
	#company .no-bg {
		background: none;
	}
	.mobile-span {
		margin-left: 0;
	}
	.company-item-red {
		margin-top: 15px;
		margin-left: 15px;
		padding-left: 17px;
	}
	.company-item-red span {
		font-size: 16px;
		line-height: 22px;

	}
	.company-main-text span, .company-main-text-1 span, .company-main-text-2 span{
		padding-left: 0;
	}
	.main-text-down span {
		height: auto;
		text-align: left;
		margin: 0 auto;
		width: 80%;
		background-size: 100% 100%;
		padding-top: 20px;
		padding-bottom: 5px;
	}
	.main-text-down span:last-child {
		padding-top: 0;
		padding-bottom: 10px;
	}
	.company-down-title {
		margin-top: 35px;
		font-size: 18px;
		margin-left: 20px;
	}
	.company-down-title:after {
		z-index: 0;
	}
	.company-down-img {
		margin-top: -20px;
		margin-left: 75px;
		width: 100%;
	}
	.company-down-title span {
		display: block;
	}
	.company-main-text span, .company-main-text-1 span, .company-main-text-2 span{
		font-size: 14px;
	}
	.company-down-img img {
    	width: 80%;
    }
    .main-text-down {
    	margin-top: 12px;
    	background-size: 100% 100%;
    	width: 100%;
    	margin-left: -9px;
    	height: auto;
    	padding: 0;
    }
    .history-main-content{
    	background: url(../img/history/timeline.png) no-repeat right top;
    	background-size: 34% auto;
    	padding-bottom: 20px

    }
    .history-content-top {
    	padding-top: 40px;
    }
    .history-content-top .left-content{
    	margin-top: 20px;
    }
    .history-content-top .left-content p{
    	width: 65%;
    }
    .history-content-top .left-content img{
    	margin-left: 0px;
    }
    .history-content-top img, .history-content-bottom img{
    	width: 210px;
    	height: 170px;
    	margin-top: 25px;
    }
    .p-l-xs-0{
    	padding-left: 0px !important;
    }
    .history-main-content p{
    	font-size: 14px;
    }
    .history-content-top .right-content p{
    	width: 75%;
    	margin-top: 31px;
    }
    .history-content-top .right-content img{
    	margin-right: 0;
    	margin-top: 20px;
    }
    .history-content-top .right-content{
    	text-align: left;
    }
    .history-content-bottom .left-content img{
    	margin-left: 0;
    }
    .history-content-bottom .left-content p{
    	margin-top: 20px;
    	width: 77%;
    }
    .history-content-bottom .left-content img{
    	margin-top: 35px;
    }
    .history-content-bottom .right-content p{
    	width: 79%;
    }
    .chose-button-wrap:before{
    	top: 30px;
    }
    .chose-button-wrap{
    	padding-top: 45px;
    	background: #fff;
    }
    .oil-link-wrap .oil-link-title{
    	width: 80%;
    }
    .history-top-block{
    	background: url(../img/history/sk_iphone_land_mobily.jpg) no-repeat;
    	height: 320px;
    }
    .top-title-red {
    	bottom: 100px;
    }
    #main .jq-selectbox__select-text{
    	text-transform: lowercase;
    	font-size: 16px;
    	padding-left: 35px;
    }
    #main .jq-selectbox__dropdown {
    	bottom: 11px !important;
    }
    #technology .company-white {
    padding-left: 30px;
    padding-right: 30px;
	}
	.oil-circle {
		margin-top: 0;
	}
	.oil-wrap .lubricants span {
		line-height: 50px;
	}
	#company .company-title-wrap {
		height: 232px;

	}

}
@media (max-width: 479px) {
.news-big .text {width: 45% !important}
.news-big .text:before {position: absolute; content: ""; left: 100%; top: 0; width: 0; height: 0; border-bottom: 15px solid rgba(65,65,65,0.7); border-right: 15px solid transparent}
.news-big .text:after {position: absolute; content: ""; left: 100%; top: 15px; width: 15px; height: 200px; background: rgba(65,65,65,0.7)}
.news .news-small .img-block:after {position: absolute; content: ""; bottom: 0; right: 0; width: 0; height: 0; border-bottom: 15px solid #f4f4f4; border-left: 15px solid transparent}
.smal_news_warp .pull-right.last .img-block:after {border-bottom: 15px solid #f4f4f4; left: 0; border-right: 15px solid transparent; border-left: 0}

	#technology .company-title-wrap{
		background: url(../img/technology/zic_promo_tech_iphone_p.jpg) no-repeat;
		height: 222px;
		background-size: 100%;
	}
	.quality-top-block h5{
		width: auto;
	}
	.pickup .modal-lg{
		width: 320px !important;
	}
	#technology .company-title-red {
		top: 0;
                width: 100%;
	}
	#technology .company-title-text{
		font-size: 18px;
	}
	.company-white{
		margin-top:0;
	}
	#technology .company-title-text-wrap{
		margin-bottom: 19px;
	}
	#technology .company-title-red span:first-child{
		font-size: 20px;
	}
	#technology .company-title-red span{
		font-size: 16px;
		width: 74%;
	}
	.title-red-wrap{
		width: auto;
	}
	#technology .company-item span{
		font-size: 15px;
	}
	.oil-wrap{
		background-size: 800px 100%;
	}
	.oil-title{
		font-size: 19px;
	}
	.oil-circle{
		background-size: 80px;
		background-position: 50%
	}
	.oil-circle span{
		font-size: 17px;
	}
	.oil-wrap .lubricants span{
		font-size: 14px;
	}
	.oil-wrap .lubricants{
		background-size: 40px;
		margin-top: -28px;
	}
	.oil-link-title{
		margin-right: 0;
		margin-left: 0;
	}
	.diagram-wrap{
		width: auto;
	}
	.table-mobile{
		width: 273px;
	}
	.tgallary-wrap{
		width: 130px;
	}
	.table-mobile .tgallery-block .line:nth-child(2){
		margin-top: 26px;
	}
	.table-mobile .tgallery-block .line:nth-child(3){
		margin-top: 95px;
	}
	.table-mobile .tgallery-block .line:nth-child(4){
		margin-top: 90px;
	}
	.detali-block1 {
		margin-bottom: 15px;
    	height: 200px;
    	background-size: 108% 176%;
	}
	.table-mobile>.line{
		padding-right: 130px;
		padding-left: 0;
	}
	.detali-block1:after {
		display: none;
	}
	.detali-block1 h4, .block2-title h4, .block3-title h4{
		font-size: 18px;
		padding-left: 10px;
		margin-top: 10px;
		width: 81%;
	}
	.block1-link{
		background: none;
	}
	.detali-block2, .detali-block3, .detali-block4, .detali-block5,
	.detali-block6, .detali-block7, .detali-block8, .detali-block9, .detali-block7-wrap{
		margin-bottom: 15px;
		height: 200px;
		background-size: 100% 100%;
	}
	.detali-block4 h4, .detali-block5 h4,
	.detali-block6 h4, .detali-block8 h4,
	.detali-block9 h4 {
		font-size: 18px;
		padding-left: 10px;
	}
	.detali-block4 h4:before, .detali-block5 h4:before, .detali-block6 h4:before, .detali-blockr h4:before
	{
		left: 10px;
	}
	.detali-block2 {
		background-size: 113% 100%
	}
	.detali-block3 {
		overflow: hidden;
	}
	.block-wrap{
		padding: 0;
	}
	.block2-title{
		height: 190px;
	}
	.block1-link{
		background-size: 100%;
    	background-position: center bottom;
	}
	a.blocks-link{
		right: 5px;
    	bottom: 5px;
        width: 32px;
    	height: 32px;
	}
	a.red-hover:hover{
		background: url(../img/detali/block-link-hover.svg) no-repeat;
		background-size: 100%;
	}
	.block2-title{
		width: 92%;
		height: 145px;
	}
	.size-over{
		padding-left: 15px;
	}
	.block3-title{
		width: 106%;
		height: 145px;
		background-size: 100% 65%;
	}
	.block3-title h4{
		font-size: 14px;
	}
	.block3-title h4{
		font-size: 17px;
		width: 89%;
	}
	.detali-block7{
		display: none;
	}
	.detali-block7_mobile{
		display: block;
		background: url(../img/detali/zic_product_predlozh.jpg) no-repeat;
    	height: 220px;
	}
	.detali-block7_mobile h4{
		width: 100%;
    	height: 110px;
	}
	.detali-block7-wrap{
		background: transparent;
		height: 220px;
	}
	.detali-block6 h4{
	 	height: 90px;
	}
	.detali-block6, .detali-block8{
		height: 220px;
	}
	.detali-block5 h4{
		width: 90%;
	}
	.detali-block9 h4{
		width: 70%;
	}
	.detali-block4, .detali-block5 {
		height: 220px;
	}
	h3{
		font-size: 30px;
	}
/*
	.owl-carousel .owl-item{
		text-align: center;
	}
*/
	#main-detali .map-block, #main-detali .map{
		display: none;
	}
	.detali-block4, .detali-block5, .detali-block6{
		background-size: 121%;
	}
	.detali-block7_mobile{
		background-size: 150% 100%;
	}
	.detali-block2 span, .detali-block3 span, .detali-block1 span {
		padding-top: 10px;
		margin-left: 10px;
	}
	.detali-block-wrap {
		background: url(../img/Imported-Layers-w.png) no-repeat;
		width: 75%;
		background-size: 77% 75%;
	}
	.respon-title-left p, .respon-title-right p, .respon-title-right h6 {
		font-size: 16px;
	}
	.respon-wrap {
		/*background-size: 150% 100%;*/
		background-position: -62px 0px;
	}
	#company .company-title-wrap {
		height: 221px;
		background-size: 167% 100%;
	}
	.company-title-red {
		margin: 0;
		background: #d02239;
		width: 100%;
		top: 35px;
	}
	.company-title-red span {
		width: 93%;
	}
	#company .company-main-wpap {
		width: 110%;
	    background: url(../img/company/line-com.png) no-repeat 79% 81%;
	    margin: 0 -15px;
	}
    #company .no-bg {
    	background: none;
    }
    .company-main-down:after {
    	display: none;
    }
    .company-down-title:after {
    	width: 260px;
	}
	.company-down-img {
		margin-top: -45px
	}
	.company-down-img img {
    	width: 85%;
    	margin-bottom: -20px;
    }
    .company-white{
    	padding-top: 40px;
    }
     #company .main-text-down span {
    	font-size: 14px;
    	transform: skewX(30deg);
    	margin: 0;
    	padding-left: 25px;
    }
     #company .main-text-down span:last-child {
    	padding-left: 75px;
    	width: 90%;
    }
    #company .main-text-down {
	   	background: #c2c2c2;
	    width: 345px;
	    height: 177px;
	    font-size: 3em;
	    line-height: 1;
	    text-align: center;
	    color: #fff;
	    transform: skewX(-30deg);
	    border-radius: 18px;
	    margin-left: -25px;
    }
    .company-main-down {
    	background: url(../img/company/red-zic-line@2x.png) no-repeat 14% 0%;
	}
    .history-top-block{
    	background: url(../img/history/sk_iphone_p_mobily.jpg) no-repeat;
    	height: 250px;
    	background-size: 106%;
    	margin-bottom: 73px;
    	background-position: -15px 0;
    }
    .top-title-red{
    	top: 224px;
    	left: -39px;
    	width: 475px;
    	padding: 37px 55px 20px 92px;
    }
    .top-title {
    	margin-top: 20px;
    }
    .oil-wrap {
    	background: url(../img/technology/img-320.jpg) no-repeat;
    }
    .history-main-content{
    	background-size: 48% auto;
    }
    .history-content-top .left-content img{
    	margin-left: -60px;
    }
    .history-content-top img, .history-content-bottom img{
    	width: 200px;
    	height: 140px;
    	margin-top: 12px;
    }
    .history-main-content p{
    	font-size: 12px;
    	line-height: 15px;
    }
    #history .container-fluid {
    	padding: 0;
    	padding-left: 15px;
    }
    .history-content-top .right-content p,
    .history-content-bottom .left-content p{
    	margin-top: 10px;
    	width: 61%;
    }
    .history-content-top .right-content img,
    .history-content-bottom .left-content img{
    	margin-left: -45px;
    	margin-bottom: 0;
    	margin-top: 10px;
    }
    .history-content-top {
    	padding-top: 50px;
	}
    .history-content-bottom .right-content p{
    	width: 65%;
    	margin-top: 10px;
    }
    .history-main-content p{
		margin-left: -15px;
    }
    .history-main-content {
    	background-position-x: 115%;
    }
    #quality .top-title-red{
    	transform: none;
    	padding: 15px !important;
    	border-radius: 0;
    	left:0 !important;
    	width: auto !important;
    }
    #quality .top-title-text{
    	transform:none;
    }
    #quality>.container-fluid{
    	padding-left:0;
    	padding-right:0;
    }
    .quality-level-title h4{
    	width: auto;
    	font-size: 18px;
    }
    .quality-level-list-right, .quality-level-list-left{
    	padding-right: 15px;
    	padding-left: 15px;
    }
    #quality .table{
    	table-layout: fixed;
    }
    #quality table td, #quality table th{
    	padding:10px 7px;
    	word-wrap: break-word;
    }
    .frame-table{
    	width: 78px;
    	height: 350px;
    }
    .table-footer{
    	width: auto;
    }
    .table-footer{
    	font-size: 13px;
    }
    .table-footer span:last-child{
    	display: inline;
    }
    .oil-baze-text-wrap{
    	padding-left: 15px;
    	padding-right: 15px;
    	padding-top: 35px;
    }
    .oil-prisadka{
    	padding-left: 0;
    	padding-right: 0;
    }
    .oil-baze-text p{
    	font-size: 12px;
    }
    .table-mobile>.line .col{
    	font-size: 11px;
    }
    .table-mobile>.line-header .col{
    	font-size: 14px;
    }
    .table-mobile .tgallery-block .line:nth-child(2){
    	margin-top: 2px;
    }
    .table-mobile .tgallery-block .line:nth-child(3){
    	margin-top: 48px;
    }
    .table-mobile .tgallery-block .line:nth-child(4){
    	margin-top: 47px;
    }
    .oil-link-title{
    	padding-right: 0;
    }
    .plus-percent{
    	top:360px;
    }
    .plus-logo-text{
    	width: auto;
    	margin-left: 0;
    }
    .plus-logo-text{
    	margin-top: 160px;
    }
    .plus-logo-text span{
    	width: auto;
    }
    .overpayment-text{
    	padding-left: 0;
    }
    .overpayment-block:before,
    .overpayment-block:after{
    	left: 15px;
    }
    .chose-text{
    	width: 84%;
    	font-size: 13px;
    }
    .chose-text span{
    	width: 229px;
    }
    p.t_s_70{
    	width: 100%;
    }
    .advantages-wrap .oil-link-title{
    	width: 75%;
    }
    .oil-list-link{
    	padding-left: 0px !important;
    }
    .oil-link-wrap .oil-link-title{
    	width: 100%;
    }
     #main .jq-selectbox {
     	display: block !important;
     	padding-left: 0;
    	width: 90%;
    	margin: 0 auto;
    }
    .input-holder a {
    	right: 16px;
    }
    .find-zic .by-oil:before {
    left: 26px;
    z-index: 50;
    top: 9px;
    }
    .find-zic .by-auto:before {
    	left: 22px;
    }
    #main .jq-selectbox__select-text {
    	font-size: 14px;
    	padding-left: 40px;
    }
    #technology .company-white {
    padding-left: 0;
    padding-right: 0;
	}
	.oil-circle {
     margin-top: -30px;
	}
	.oil-wrap .lubricants span {
    line-height: 90px;
	}
}

a.txttohtmllink:hover {
    color: #337ab7;
}


:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

.by-oil #tags{

    width: 100%;
    height: 100%;
    font-family: 'DINPro-Light';
    font-size: 16px;
    color: #4A4A4A;
    border: none;
    outline: none;
    text-align: left;
    padding:6px 40px;
    padding-left: 20px;
    // padding-left: 20px;
        border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    height: 38px;
    position: relative;
    top:4px;
}
@media (max-width: 639px){
	.by-oil #tags{
		    padding-left: 35px;
		    text-transform: lowercase;
    font-size: 16px;
	}
}
@media (max-width: 479px){
		.by-oil #tags{
		    padding-left: 40px;
		    text-transform: lowercase;
    font-size: 14px;
    width: 272px;
        margin-left: 18px;
	}
}
.ui-menu-item{
	    font-family: 'DINPro-Light';
    font-size: 15px;
    line-height: 28px;
        background: #fff;
            min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231F20;
}
.ui-menu-item.ui-state-focus{
	background:transparent !important;
	    background-color: #e88239 !important;
	        color: #FFF !important;
	        // border:none !important;

}
.ui-menu .ui-menu-divider{
	margin:0 !important;
}
.ui-autocomplete.ui-widget-content{
	max-height: 420px !important;
	    overflow-x: hidden;
    overflow-y: scroll;
    width:431px !important;

}
@media (max-width: 991px){
.ui-autocomplete.ui-widget-content{
	 width:288px !important;
}
}
@media (max-width: 768px){
.ui-autocomplete.ui-widget-content{
	 width:305px !important;
}
}
/*  podborshik  */
main.oil-selection{
	font-family: 'Roboto Condensed';
}
main.oil-selection .select-wrap {opacity: 0.5}
main.oil-selection .select-wrap.active {opacity: 1}
.holder{
	width: 1185px;
	margin:0 auto;
}
.main-header{
	text-align: center;
	margin-top: 26px;

}
.main-header .help-link{
	font-size: 14px;
	color: #aaaaaa;
	text-decoration: underline;
	display: block;
}
.main-header h4{
	font-size: 24px;
	margin: 0 0 18px 5px;

}
span.help-info{
	display: inline-block !important;
	vertical-align: top;
	width: 16px;
	height: 16px;
	background: url("../img/oil-selection/help-icon.png") no-repeat;
	margin: 0 6px;
	cursor: pointer;
	box-shadow: none; padding: 0; left: auto; position: relative; top: 2px; left: auto;
}
.tooltip{
	opacity: 1;
}
.fb-social{
	display: inline-block;
	width: 78px;
	height: 20px;
	background: url("../img/oil-selection/fb-social.png");
	margin-right: 20px;
}
.tw-social{
	display: inline-block;
	width: 79px;
	height: 20px;
	background: url("../img/oil-selection/tw-social.png");
	margin-right: 20px;
}
.google-social{
	display: inline-block;
	width: 57px;
	height: 20px;
	background: url("../img/oil-selection/google-social.png");
}
.print-link{
	display: inline-block;
	width: 31px;
	height: 32px;
	background: url("../img/oil-selection/print-icon.png");
}
.pdf-link{
	display: inline-block;
	width: 34px;
	height: 31px;
	background: url("../img/oil-selection/pdf-icon.png");
	margin-right: 36px;
	margin-left: 22px;
}
.social-block, .print-block{
	display: inline-block;
	margin-top: 22px;
}
.social-block{
	margin-right: -90px;
}
.print-block{
	float: right;
	margin-top: 18px;
}
.main-tabs{
	text-align: center;
	margin-top: 20px;
	border-top: 1px solid #2d2c34;
	padding-bottom: 15px;
}
.tab2-wrap{
	display: none;
}
.tabs-search, .tabs-search-button{
	font-size: 18px;
	color: #b3b3b3;
	text-transform: uppercase;
}
.tabs-search:hover,
.tabs-search-button:hover,
.tabs-search:focus,
.tabs-search-button:focus{
	color: #000;
}
.tabs-search.tab-active,
.tabs-search-button.tab-active{
	color: #000;
}

.tabs-switcher{
	padding: 17px 27px 33px 0;
}
.tabs-search{
	position: relative;
	padding-right: 47px;
}
.tabs-search:after{
	content: '';
	position: absolute;
	right:-4px;
	top:-15px;
	width:2px;
	height:47px;
	background-color: #b4b4b7;
}
.tabs-search-button{
	padding-left: 47px;
}
.main-tabs .select-wrap{
	width: 386px;
	text-align: left;
	display: inline-block;
	margin-right: 10px;
}
.main-tabs .select-wrap:last-child{
	margin-right: 0;
}
.main-tabs .select-wrap label{
	display: block;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 2px;
}
#mark-auto-styler:focus{
	outline: none;
}
.jq-selectbox.focused:focus{
	outline: none;
}
.main-tabs .select-wrap .jq-selectbox__select{
	background: none;
	box-shadow: none;
	border:1px solid #aaaaaa;
	border-radius: 2px;
}
.main-tabs .select-wrap .jq-selectbox__dropdown{
	position: absolute !important;
}
.main-tabs .select-wrap .jq-selectbox__select:hover,
.main-tabs .select-wrap .jq-selectbox__select:focus,
.main-tabs .select-wrap .jq-selectbox__select:active{
	background: none;
	outline: none;
	box-shadow: none;
}
.main-tabs .select-wrap .jq-selectbox__trigger{
	background: #d02239;
	border-left: none;
	width: 36px;
}
.main-tabs .select-wrap .jq-selectbox__trigger-arrow{
	width: 18px;
	height: 11px;
	background: url(../img/oil-selection/arrow-down.png) no-repeat;
	border: none;
	left: 9px;
	top: 11px;
}
.main-tabs .select-wrap .scroll-wrapper{
	max-height: 320px;
}
.main-tabs .select-wrap .scrollbar-inner > .scroll-element .scroll-bar{
	width: 11px;
	background: #d02239;
	border-radius: 4px;
	height: 90px !important;
}
.main-tabs .select-wrap .jq-selectbox__dropdown{
	margin:-1px 0 0 0;
	border-radius:  0 0 3px 3px;
}
.main-tabs .select-wrap .scrollbar-inner > .scroll-element div{
	height: 98%;
}
.main-tabs .select-wrap .scrollbar-inner > .scroll-element.scroll-y {
	height: 100%;
	right: 5px;
	top: 0;
	width: 11px;
}
.main-tabs .select-wrap .jq-selectbox li{
	padding:1px 10px 1px;
	margin-right: 25px;
}
.main-tabs .select-wrap .jq-selectbox:hover .jq-selectbox__trigger-arrow{
	border: none;
}
.main-tabs .select-wrap .scrollbar-inner > .scroll-element .scroll-element_track{
	border: none;
}
.oil-selection #type-auto1-styler,
.oil-selection #model-auto1-styler,
.oil-selection #brand-check-styler,
.oil-selection #model-check-styler,
.oil-selection #type-check-styler{
	width: 100%;
	height: 38px;
}
.main-holder{
	background: #2d2c34;
}
.oil-block-img img{
	width: auto;
z-index: 2; position: relative;
}
.oil-block-img, .inform-block, .mode-tabs, .recomend-product, .mode-active{
	display: inline-block;
	vertical-align: top;
}
.oil-block-img{
	display: block;
	float: left;
	position: relative;
top: -48px;
margin-left: 32px;
z-index: 1;
}
.oil-block-img:before {z-index: 0; position: absolute; content: ""; top: -12px; left: -16px; width: 214px; height: 205px; background: url(../img/block-bg.png) no-repeat}
.oil-block-img.right{
	float: right;
	display: block;
	margin-right: 25px;
}
.inform-block{
width: 140px;
padding-right: 12px;
overflow: hidden;
}
.main-block-wrap{
	padding-top: 45px;
/*	overflow: hidden;*/
}
.main-block-wrap:not(:first-child){
	border-top: 1px solid #d0d0d2;
}
.main-block-wrap h5{
	font-size: 30px;
	font-weight: 300;
padding-left: 225px;
	color: #d0d0d2;
	text-transform: uppercase;
}
.inform-block h6, .recomend-product h6 {
	font-weight: 300;
	text-transform: uppercase;
	color: #d0d0d2;
	font-size: 16px;
	border-bottom: 4px solid #d02239;
	padding-bottom: 4px;
	display: inline-block;
	padding: 4px 0 7px;
}
.inform-block ul{
	color: #2d2c34;
	font-size: 14px;
	margin-top: 12px;
}
.mode-tab-1, .mode-tab-2, .mode-tab-3, .mode-tab-4 {
	display: none;
}
/*
.mode-tab-1.mode-active, .mode-tab-2.mode-active, .mode-tab-3.mode-active, .mode-tab-4.mode-active {
	display: inline-block;
}
*/
.mode-tab-2, .mode-tab-1, .mode-tab-1no, .mode-tab-3, .mode-tab-4{
//	margin-top: 14px;
}
.mode-tabs p, .recomend-product{
	font-weight: 300;
	font-size: 16px;
	color: #d0d0d2;
}
/*
.mode-switch1-1, .mode-switch2-2, .mode-switch1, .mode-switch2, .mode-switch3, .mode-switch4, .mode-switch1-no{
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #676767;
}
*/
.mode {
	margin-bottom: 8px;
}
.mode a.active{
	background: #d0d0d2;
}
.mode-switch1, .mode-switch2, .mode-switch3, .mode-switch4, .mode .tab1, .mode .tab2 {
	padding: 4px 12px;
}
.mode .tab1, .mode .tab2 {
	font-size: 16px;
	/*padding-left: 0;*/
	transition: .4s;
	opacity: 1;	
}
.mode .tab1:hover, .mode .tab2:hover,.mode .tab1:focus, .mode .tab2:focus {
	transition: .4s;
	color: #2d2c34;	
}
/*
.mode-switch1-no, .mode-switch1, .mode-switch1-1{
	padding-right: 12px;
}
.mode-switch2, .mode-switch2-2{
	padding-left: 12px;
}
*/
.show-foto{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/oil-selection/foto-btn.png") 0 0 no-repeat;
	width: 16px;
	height: 14px;
	margin-left: 7px;
}
recomend-products-left a:hover {background: none;}
.show-foto.w {background: url(../img/foto-btn-w.png) no-repeat}
.show-oil{
	position: absolute;
	top: 100%;
	left: 100%;
margin-left: 20px;
	width: 134px;
	height: 134px;
	background: #fff;
	border: 1px solid #c86d2e;
	padding: 10px 15px;
	display: block;
	box-shadow: 4px 5px 20px #181818;
	z-index:9;
}
.show-oil.show-img{
	display: none;
}
/*
.mode-switch1-1.mode-active,
.mode-switch2-2.mode-active,
.mode-switch1.mode-active,
.mode-switch2.mode-active,
.mode-switch3.mode-active,
.mode-switch4.mode-active{
	color: #2d2c34;
	background: #d0d0d2;
	padding: 4px 12px;
}
*/
/*
.mode-switch1-no.mode-active{
	border-bottom: 4px solid #d02239;
	padding-bottom: 8px;
	padding-top: 4px;
	background: none;
	color: #d0d0d2;
}
*/
/*
.switch-wrap{
	border-bottom: 4px solid #d02239;
	padding-bottom: 4px;
}
*/
.mode-tabs{
	width: 205px;
}
.recomend-product{
/*
	margin: 34px 0 0 41px;
	width: 204px;
*/
}
.main-block-wrap:first-child>.mode-tabs{
	margin-top: 27px;
}
/*.main-block-wrap:nth-child(4)>.mode-tabs{
	margin-top: 64px;
}*/
.recomend-product ul{
	margin-top: 3px;
	line-height: 18px;
}
.recomend-product>a:last-child{
	font-size: 14px;
	margin-top: 11px;
	display: block;
}
.recomend-product a{
	text-decoration: underline;
	color: #d0d0d2;
}
.second-block .inform-block{
	margin: 71px 0 0;
}
.second-block .mode-tabs {
	margin: 71px 0 0 54px;
}
.second-block .recomend-product {
	margin: 71px 0 0 30px;
}
.second-block .oil-block-img{
	margin-left: 32px;
}
.main-block-wrap.second-block{
	padding-bottom: 84px;
}
.main-block-wrap.second-block:last-child{
	padding-bottom: 46px;
}
.main-block-title{
	padding-bottom: 17px;
}
.main-block-wrap.pd-block{
	padding-bottom:70px;
}
.info-card-block{
	width: 474px;
	display: inline-block;
}
.info-card-block{
	border: 1px solid #d0d0d2;
	padding: 32px 29px 39px;
	margin-bottom: 30px;
}

.info-card-block .info-title{
	border-bottom: 1px solid #d02239;
	color: #2d2c34;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 14px;
}
.recomend-more span {color: #000}
.title-info-text span, .recomend-more a{
	font-size: 16px;
	font-weight: 300;
	display: block;
	line-height:18px;
}
.title-info-text{
	margin-top: 49px;
}
.recomend-more a{
	display: inline-block;
	color: #2d2c34;
	text-decoration: underline;
}
.recomend-more span {display: inline-block}
.recomend-more .show-foto {vertical-align: top; margin-top: 2px}
.info-card-wrap{
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	/*overflow: hidden;*/
}
.info-card-wrap:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
}
/*POPUP */
.modal-content{
	font-family: 'Roboto Condensed';
	padding: 25px;
	margin-top: 100px;
	/*overflow: hidden;*/
}
.modal-content:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}
.modal-content .main-title{
	text-transform: uppercase;
}
.popup-discription, .popup-button{
	font-size: 14px;
	margin-top: 15px;
	font-weight: 400;
	color: #2d2c34;
}
.popup-discription span:last-child {
	float: right;
}
/*.modal{*/
	/*display: block;*/
/*}*/
.oil-popup img{
	width: auto;
	float: left;
	margin-right: 10px;
}
.oil-popup {
	position: relative;
	background: #d0d0d2;
	width: 48%;
	padding: 10px 10px 10px 0;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 10px;
}
a.buy-red{
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 12px;
	padding: 5px 10px;
	background: #d02239;
	color: #fff;
	text-transform: uppercase;
	
}
.oil-popup:nth-child(2n){
	margin-left: 30px;
}
.oil-popup-wrap{
	border-top: 1px solid #2d2c34;
	border-bottom: 1px solid #2d2c34;
	margin-top: 10px;
	padding: 15px 0 5px 0;
}
.oil-popup-text a{
	color: #2d2c34;
	font-size: 14px;
	text-decoration: underline;
	font-weight: 600;
}
.oil-popup-text p{
	color:#2d2c34;
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0 0 10px;
}
.popup-button a{
	color: #2d2c34;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 600;
}

.close-popup{
	float: right;
	margin-left: 20px;
}
.engine{
	display: inline-block;
}

.catalog_detail_popup img {width: auto}
.panel-body a:hover {color: #d02239}



.oem_list {width: 800px; margin: 0 auto}
.oem_list .item {float: left; text-align: center; width: 138px; height: 138px; overflow: hidden; line-height: 138px; margin: 0 22px 62px 0; border: 1px solid transparent}
.oem_list .item:hover {border: 1px solid #d02239}
.oem_list .item img {border: 0; width: auto; max-width: 100%; max-height: 100%; padding: 2px; vertical-align: middle}

/* OEM */
.oem-title-wrap .container{
	background: url(../img/promo_oem.jpg) no-repeat;
	overflow: hidden;
	height: 376px;
	position: relative;
	border-bottom: 2px solid #d02239;
	margin-bottom: 65px;
}
.oem-title-wrap .container h3 {
	margin-top: 54px;
	margin-left: 20px;
	color:#fff;
}
.oem-title-wrap .container h3:before {
	left: 2px;
	top: -11px;
	background: #c22338;
}
.oem-title-wrap .container .text{
	font-family: 'DINPro-Regular';
	font-size: 28px;
	color: #878A86;
	line-height: 38px;
	text-transform: uppercase;
    margin-top: 150px;
    margin-left: 10px;
    width: 410px;
}
.oem-title-wrap .container h4{
	margin-top: 52px;
	margin-left: 8px;
	color: #878a86;
	font-size: 28px;
	line-height: 38px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 490px;
	font-family: 'DINPro-Regular';
}

.mode-tab-1no.mode-active { display: block}
.js-block {margin-bottom: 31px; position: relative; background: #d0d0d2; float: left; width: 690px; height: 165px; margin-left: 496px}
.js-block.first {margin-left: 289px}
.js-block:before {position: absolute; left: -146px; top: 0; content: ""; width: 146px; height: 165px; background: url(../images/js_block_bg.png) no-repeat}
.recomend-products-left {position: absolute; left: -492px; top: 41px; width: 491px; height: 134px; background: url(../images/r_products_bg.png) no-repeat}
.recomend-products-left h6 {font-size: 14px; color: #fff; text-transform: uppercase; margin: 14px 0 4px 222px}
.recomend-products-left .other-products-link {float: left; margin: 4px 0 0 222px;}
.recomend-products-left ul {margin-left: 222px}
.recomend-products-left ul li {margin-bottom: 4px}
.recomend-products-left a, .recomend-products-left ul li {font-size: 14px; color: #fff; text-decoration: underline}
.recomend-products-left .all-products {display: inline-block; margin: 9px 0 0 222px}
.recomend-more {position: relative}
.inform-block:first-child {margin-left: 60px}
.inform-block:last-child {margin-top: 12px; width: 278px; padding: 0 7px; border-left: 2px solid #d1651a}

.pd-block.left .js-block {margin-left: 228px}
.oil-selection .mode-active {color: #d02239}
.oil-selection .mode_comment, .oil-selection .interval {font-size: 13px; line-height: 14px; color: #2d2c34}

#contacts h3 {color: #8b8e8a}

#main-product .bread-bg {position: relative}
#main-product .bread-bg .back {display: block; position: absolute; width: 30px; height: 30px; right: 0; top: 4px}
#main-product .bread-bg .back span {width: 16px; height: 1px; background: #f4f4f4; position: absolute; top: 50%; left: 50%; margin-left: -8px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg)}
#main-product .bread-bg .back span:nth-child(2) {-moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg)}

@media (min-width: 640px) {
 .block-zic1 .list-button-sm {position: absolute; bottom: 36px; width: 100%; margin-left: 0; height: 44px; left: 0}
 .block-zic1 .list-button-sm .button-more.buy {margin-top: 4px}
 .block-zic1 .list-button-sm .button-more {width: 110px; padding: 11px 0}
 .block-zic1 {padding: 35px 0 0 margin-right: 17px; vertical-align: top; margin-bottom: 14px}
 .block-zic1 .zic-kind {width: 100%; position: absolute; left: 0; bottom: 5px; padding: 0 14px}
 .product-description {float: left; margin-bottom: 10px}
}

.title.orange {padding-left: 25px; font-family: 'DINPro-Bold'; font-size: 18px; color: #D06F2C; line-height: 23px; text-transform: uppercase;}
