body {
	font-family: 'Roboto', sans-serif;
	background: #fff;
	background-attachment: fixed;
}
header {
    background-image: url(https://ns-oil.ru/image/back1.png) left top repeat;
	box-shadow: 0 0 0 365px rgba(51, 51, 51, 0.4) inset;
}
h1 {
	margin: 20px 0;
	font-size: 28px;
}
a {
	color: #333;
}
a:hover {
	color: #e4003a;
}
.red-link {
	color: #e4003a;
}
.no-link {
	cursor: default;
}
.no-link:hover {
	color: #333;
}
.red-links a {
    font-weight: bold;
    color: #D9534F;
}
.red-links a:hover {
	color: #e4003a;
}
.fa {
	font-size: 14px;
}
i.required {
	color: #e4003a;
}
.inline-block{
	display: inline-block;
	vertical-align: middle;
}
.hr-margin-5{
	margin-top: 5px;
	margin-bottom: 5px;
}

.agree-checkbox {
    padding-top: 7px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.col-xs-1.agree-checkbox {
	width: 40px;
}
.col-xs-4.agree-checkbox {
	width: 135px;
}
.agree-checkbox span {
    white-space: nowrap;
}
.agree-checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
}
.agree-checkbox .btn {
    padding: 4px 12px;
}
table td.left {
	text-align: left;
}
table td.right {
	text-align: right;
}
table td.center {
	text-align: center;
}

div#notification {
    position: fixed;
    overflow: hidden;
    width: 800px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1050;
    outline: none;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
div#notification .alert-success {
    position: relative;
    padding: 15px;
    margin: 15px;
	margin-top: 50px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    border: 1px solid rgb(165, 165, 165);
    border-radius: 6px;
}

@media (max-width: 1199px) {
	header {
		height: 670px;
		box-shadow: 0 0 0 335px rgba(51, 51, 51, 0.4) inset;
	}
}
@media (max-width: 480px) {
	.col-xs-7.agree-checkbox {
		width: 85%;
	}
	.col-xs-4.agree-checkbox {
		width: 100%;
	}
	.agree-checkbox .btn {
		padding: 4px 20px;
	}
}

/* override bootstrap styles */
.modal{
	background: rgba(0,0,0,.5);
}
.modal-content{
	overflow: hidden;
}
.modal-open{
	overflow: hidden;
}
.breadcrumb {
	background: none;
	font-size: 13px;
	padding: 0 5px;
	margin-bottom: 15px;
}
.btn-link{
	color: #333;
}
.list-group-icon {
    font-size: 14px;
    width: 20px;
    text-align: center;
    color: #777;
}
label {
    font-weight: normal;
}
.required > label:before {
    content: "* ";
    color: #f00;
}
.caretalt {
    transition: transform ease 0.2s;
}
.open .caretalt {
    transform: rotate(-180deg);
    transition: transform ease 0.2s;
}
.alert-default {
    background-color: #F5F5F5;
    border-color: #E3E3E3;
    color: #999;
}
/* new helper classes */
@media (max-width: 767px) {
	.text-right-xs{
		text-align: right;
	}
	.text-left-xs{
		text-align: left;
	}
	.text-center-xs{
		text-align: center;
	}
	.dropdown-menu.pull-left-xs{
		left: 0;
		right: auto;
	}
}
@media (min-width: 768px) {
	.text-right-sm{
		text-align: right;
	}
	.text-left-sm{
		text-align: left;
	}
	.text-center-sm{
		text-align: center;
	}
}
@media (min-width: 992px) {
	.text-right-md{
		text-align: right;
	}
	.text-left-md{
		text-align: left;
	}
	.text-center-md{
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.text-right-lg{
		text-align: right;
	}
	.text-left-lg{
		text-align: left;
	}
	.text-center-lg{
		text-align: center;
	}
}

/* top line*/
#top {
	background-color: rgb(119, 118, 118);
	background-image: url(https://ns-oil.ru/image/back1.png) left top repeat;
    width: 100%;
    z-index: 1055;
    font-size: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
#top .container {
}
#top .phone-right {
	padding-right: 0;
}
#top #phone {
    /*padding: 12px 0px;*/
	padding: 17px 0px;
	text-align: left;
}
#top #phone .main-phone {
    padding: 0;
}
#top #pvz {
    padding: 6px 0px;
	text-align: left;
}
#top #pvz .pvz-shorttext {
    display: none;
}
#top #pvz .main-pvz {
    padding: 0 15px 0 0;
}
#top .btn-group{
	margin: 0 3px;
	padding-top: 6px;
    padding-bottom: 6px;
}
#top .wishlist-top {
	display: none;
}
#top .compare-top {
	display: none;
}
#top .account-top {
	display: none;
}
#top #telephone-top {
	display: none;
}
#top #pvz-top {
	display: none;
}
#top #shopcart-top {
	display: none;
}
#top .main-schedule {
    display: none;
}
#top .pull-left > div:first-child .btn-group{
	margin-left: 0;
}
#top .pull-right > div:last-child .btn-group{
	margin-right: 0;
}
#top .btn{
	background: #f5f5f5;
	line-height: 26px;
	border-color: #ddd;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
}
#top .btn:hover{
	background: #fff;
	border-color: #ccc;
}
#top .btn a{
	text-decoration: none;
}
#top .btn img{
	vertical-align: baseline;
}
#top .btn .badge{
	border-radius: 4px;
	background: #ddd;
	color:#333;
}
#top .btn .caret{
	color: #bbb;
}
#top .btn .fa, #top .btn .glyphicon{
	color: #777 ;
}
#top .btn:hover .fa, #top .btn:hover .glyphicon{
	color: #E65136 ;
}
#top .dropdown-menu {
	z-index: 1012;
}
#top #phone .allcontacts {
    min-width: 190px;
    margin-top: 18px;
	border-radius: 0 0 3px 3px;
	background: #969696;
}
#telephone-top.open .allcontacts {
	display: block;
}
#top #pvz .allcontacts {
    min-width: 190px;
    margin-top: 6px;
}
#top #header-menu .btn {
	line-height: 20px;
    font-size: 15px;
    padding: 6px 6px;
    background: none;
    border: 0;
}
#top #cart {
    padding-top: 0;
    padding-bottom: 0;
	min-width: 177px;
}
#top #cart > .btn {
    background: #337ab7 url(../image/cart.png) left center no-repeat;
    background-size: contain;
    color: #000;
    border-radius: 4px;
    padding: 2px 10px 2px 0px;
    height: 32px;
    line-height: 30px;
}
#top #cart > .btn > .fa {
    line-height: 30px;
}
#top #cart .products, #top #cart .prices {
    display: inline-block;
	line-height: 16px;
    font-size: 13px;
}
#top #cart .prices {
    margin-left: 3px;
}
#top #cart .dropdown-menu {
	margin-top: 6px;
}
@media (max-width: 767px) {
	#top #pvz .pvz-fulltext, #top #phone .phone-fulltext {
		display: none;
	}
	#top #pvz .pvz-shorttext, #top #phone .phone-shorttext {
		display: inline;
	}
	#top .btn-group {
		margin-left: 2px;
		margin-right: 2px;
	}
	#top .btn {
		padding-left: 4px;
		padding-right: 4px;
	}
}

/* logo */
#logo {
	/*padding: 25px 0;*/
	position: relative;
}
#logo img{
	margin-left: auto;
	margin-right: auto;
}

#logo-top {
    display: none;
	/*padding-top: 2px;*/
	padding-top: 0;
    padding-bottom: 3px;
}
#logo-top a {
    display: block;
}
#logo-top img {
    margin: 10px auto;
}

@media (max-width: 992px) {
	#logo {
		padding: 20px 0 10px 0;
	}
}
@media (min-width: 992px) {
	#logo img{
		/*margin-left: 0;*/
	}
}

/* phone */
#telephone-right {
    float: right;
}
#telephone-center #phone .phone-shorttext {
    display: none;
}
#phone {
	padding: 10px 0;
}
#phone .main-phone {
    cursor: default;
}
#top #phone .main-phone {
    cursor: pointer;
}
.main-schedule {
    font-size: 13px;
	/*color: #bdbdbd;*/
	color: #eee;
}
#top .main-schedule {
    font-size: inherit;
}
.main-schedule.get-callback * {
    display: inline-block;
    vertical-align: middle;
}
.main-schedule.get-callback a {
    font-size: 13px;
    /*color: #bdbdbd;*/
    color: #f5f5f5;
    text-decoration: underline;
    padding-left: 5px;
}
.main-schedule.get-callback a:hover {
    color: #ffb783;
}
#phone .dropdown-menu>li>a {
	padding: 3px 15px;
	color: #fff;
}
#phone .dropdown-menu>li>a:hover {
	color: #262626;
}
#phone .allcontacts {
    min-width: 190px;
    margin-top: 7px;
    left: -10px;
    z-index: 1012;
}
#phone .allcontacts i {
    margin-right: 6px;
    font-size: 14px;
    color: #000;
}
#phone .allcontacts img {
	margin-right: 6px;
}
#phone .max16 {
    max-width: 16px;
}
#phone .phone {
	font-size: 22px;
    padding: 6px 0;
    position: relative;
    color: #dedede;
}
#phone .phone .caretalt {
	display: none;
	margin-left: 4px;
	vertical-align: middle;
	color: #777;
	font-size: 14px;
}
#top #phone .phone {
    font-size: 19px;
    color: #fff;
    padding: 0;
}
#top #phone .phone .caretalt {
	display: inline-block;
    color: #fff;
}
#phone .phone .icon{
	color: #ccc;
	font-size: 16px;
	margin-right: 6px;
}
#phone .fu {
    color: #D9534F;
}
#phone .schedule {
    padding: 0 15px;
    font-size: 13px;
}
.tel-number.phone-shorttext {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#telephone-center {
		padding-right: 0;
    }
	#phone .phone {
		/*font-size: 16px;*/
    }
	#phone .phone .icon {
		font-size: 16px;
    }
}
@media (min-width: 992px) {
	#phone {
		/*padding: 40px 0 0 0;*/
	}
}
@media (max-width: 991px) {
	#phone .phone .caretalt {
		margin-left: 2px;
		font-size: 22px;
		padding: 0 5px;
	}
	#top .tel-number.phone-fulltext {
		display: none;
	}
	#top .tel-number.phone-shorttext {
		display: inline-block;
	}
}
/* pvz */
#pvz {
	padding: 10px 0;
}
#pvz-center #pvz .pvz-shorttext {
	display: none;
}
#pvz .main-pvz {
    cursor: pointer;
}
#pvz .dropdown-menu>li>a {
	padding: 3px 15px;
}
#pvz .allcontacts {
    min-width: 190px;
    margin-top: 7px;
    left: -10px;
    z-index: 1012;
}
#pvz .allcontacts .fa {
	margin-right: 6px;
}
#pvz .allcontacts img {
	margin-right: 5px;
}
#pvz .max16 {
    max-width: 16px;
}
#pvz .pvz {
	font-size: 16px;
	padding: 6px 0;
	position: relative;
	line-height: 20px;
}
#pvz .pvz .caretalt {
	margin-left: 3px;
	vertical-align: middle;
	color: #777;
	font-size: 14px;
}
#pvz .pvz .icon{
	color: #ccc;
	font-size: 16px;
	margin-right: 4px;
}
#pvz .fu {
    color: #D9534F;
}
#pvz .schedule {
    padding: 0 15px;
    font-size: 13px;
}
.tel-number.phone-fulltext {
    color: #dedede !important;
}
.tel-number.phone-fulltext.phone-top a {
    color: #f5f5f5 !important;
    text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#pvz-center #pvz .pvz-fulltext {
		display: none;
	}
	#pvz-center #pvz .pvz-shorttext {
		display: inline;
	}
	#pvz-center {
    padding-left: 0;
    }
	#pvz .pvz {
    font-size: 15px;
    }
	#pvz .pvz .icon {
    font-size: 16px;
	margin-right: 3px;
    }
}
@media (min-width: 992px) {
	#pvz {
		padding: 33px 0;
	}
}
@media (max-width: 991px) {
	#pvz .pvz .caretalt {
		margin-left: 2px;
		font-size: 22px;
		padding: 0 5px;
	}
}
@media (max-width: 479px) {
	#telephone-center #phone .phone-shorttext, #pvz-center #pvz .pvz-shorttext {
		display: inline;
	}
	#telephone-center #phone .phone-fulltext, #pvz-center #pvz .pvz-fulltext {
		display: none;
	}

	#top #pvz .pvz-shorttext, #top #phone .phone-shorttext {
		display: none;
	}
	#phone .phone .caretalt, #pvz .pvz .caretalt {
		margin-left: 0;
		padding: 0 0 0 5px;
	}
}

.home-article.first-article {
    margin-top: 65px;
}
.home-article.first-article h1 {
	color: #f5f5f5;
	/*color: #fff;*/
    text-align: center;
    font-weight: 500;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    font-size: 54px;
    word-spacing: normal;
}
.home-article.first-article h1 span {
    color: #fde3a7;
}
.home-article.first-article .art-text {
    color: #e0e0e0;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
	margin-bottom: 35px;
}
.home-article.first-article .art-text span {
    color: #fde3a7;
}
.home-article.first-article .price-litr {
    color: #e0e0e0;
    font-size: 38px;
    font-weight: 500;
	margin-top: 12px;
}
.home-article.first-article .price-litr .fa {
    font-size: 35px;
}
.home-article.first-article .price-litr span {
    font-weight: 300;
}
.home-article.first-article .go-buy .btn {
	padding: 18px 40px;
    font-weight: 400;
    font-size: 22px;
    border-radius: 36px;
	background-color: #d25246;
    border-color: #b7473d;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}




/* header menu */
#header-menu{
	padding: 10px 0 20px 0;
}
#header-menu .open>.dropdown-menu {
    z-index: 1015;
    width: 100%;
}
#header-menu .btn{
	line-height: 20px;
    font-size: 15px;
    padding: 6px 6px;
    background: none;
    border: 0;
    color: #fff;
}
#header-menu .btn:hover {
    color: #fff383;
}
#header-menu .btn:active {
	box-shadow: none;
}
#header-menu .btn .fa{
    vertical-align: middle;
    border: 0;
    color: #777;
}
#header-menu .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
#header-menu i{
	color: #ccc;
}
#top #header-menu {
    /*padding: 10px 0 10px 0;*/
	padding: 15px 0 15px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#header-menu .btn {
    font-size: 14px;
    padding: 6px 2px;
    }
}
@media (min-width: 992px) {
	#header-menu {
		padding: 35px 0 0 0;
	}
}
@media (max-width: 991px) {
	#pvz .allcontacts {
		width: 80%;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#phone .allcontacts {
		right: 0;
		left: auto;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.header-menu {
		clear: both;
	}
	#header-menu {
		padding: 5px 0 20px 0;
	}
}
@media (max-width: 480px) {
	#pvz .allcontacts {
		width: 99%;
		left: auto;
	}
	#phone .allcontacts {
		width: 99%;
		right: auto;
		left: 0;
	}
}

/* search */
#search {
	position: relative;
	margin-bottom: 20px;
	/*z-index: 1011;*/
	z-index: 998 !important;/*for menuMasck*/
}
#search .btn{
	padding-top: 10px;
	padding-bottom: 10px;
}
#change_category{
	background-color: #eee;
	color: #333;
	font-size: 13px;
	line-height: 20px;
	border-right-width: 0px;
	border-color: #ccc;
}
#change_category .category-name{
	display: inline-block;
	vertical-align: bottom;
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#search .btn .caret{
	color: #ccc;
}
#search-button{
	background-color: #eee;
	color: #333;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	border-color: #ccc;
	padding-left: 20px;
	padding-right: 20px;
}
#search .form-control{
	height: 42px;
}

/* cart */
#cart {
	position: relative;
	border-radius: 5px;
	margin-bottom: 20px;
	z-index: 1010;
}
#cart  > .btn{
	background: #337ab7 url(../image/cart.png) left center no-repeat;
	color: #000;
	border-radius: 5px;
	padding: 4px 15px 4px 10px;
	line-height: 32px;
}
#cart > .btn > .fa{
	line-height: 32px;
	float: right;
	color: #fff;
}
#cart > .btn #cart-total{
	display: block;
	color: #ddd;
	text-align: left;
	margin-left: 40px;
	margin-right: 15px;

}
#cart > .btn #cart-total b{
	color: #fff;
}
#cart .products, #cart .prices{
	line-height: 32px;
	font-size: 14px;
	white-space: no-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline;
}
#cart .dropdown-menuc {
    position: absolute;
    top: 100%;
    left: auto;
	right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#cart.active .dropdown-menuc {
	display: block;
}
#cart .dropdown-menu, #cart .dropdown-menuc {
	/*min-width: 100%;*/
    width: 530px;
}
#cart .dropdown-menu table, #cart .dropdown-menuc table {
	margin-bottom: 10px;
}
#cart .dropdown-menu table tr td, #cart .dropdown-menuc table tr td {
    vertical-align: middle;
}
#cart .dropdown-menu li:first-child, #cart .dropdown-menuc li:first-child {
    max-height: 330px;
    overflow: auto;
}
#cart .dropdown-menu li + li, #cart .dropdown-menuc li + li {
    margin-top: 15px;
}
#cart .dropdown-menu li > div, #cart .dropdown-menuc li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .nowrap {
	white-space: nowrap;
}
@media (min-width: 992px) {
	#cart .products, #cart .prices{
		line-height: 16px;
		font-size: 13px;
		display: block;
	}
}
@media (max-width: 767px) {
	#cart .dropdown-menu, #cart .dropdown-menuc {
		max-width: 100%;
	}
}
@media (max-width: 478px) {
	#cart .dropdown-menu, #cart .dropdown-menuc {
		width: 100%;
	}
	#cart .dropdown-menu li > div, #cart .dropdown-menuc li > div {
		min-width: 100%;
	}
}

/* menu */
#menu {
	border-radius: 6px;
	margin-bottom: 20px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	z-index: 1009;
}
#menu a {
    text-decoration: none;
}
#menu .btn{
	color: #fff;
	font-weight: bold;
	text-align: left;
	/*text-shadow: -1px -1px 0px rgba(0,0,0,.1);*/
	text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	border-radius: 6px;
	padding: 10px 20px;
	z-index: 1001;
}
#menu .btn > .fa{
	float: right;
	line-height: 20px;
}
#menu #menu-list{
	width: 100%;
	border-color: #ddd;
	border-radius: 0px 0px 4px 4px;
	padding: 0;
	margin: -1px 0 0 0;
}
#menu.active >.dropdown-menu {
    display: block;
}
#menu #menu-list .fa{
	color: #aaa;
	line-height: 20px;
	float: right;
}
#menu #menu-list > li{
	padding: 0;
}
#menu #menu-list li.li-open{
	background: #FBFBFB;
}
#menu #menu-list li.li-open2{
	background: #FBFBFB;
}
#menu #menu-list > li + li{
	border-top: 1px solid #eee;
}
#menu #menu-list > li > a{
	padding: 8px 20px;
	white-space: normal;
}
#menu #menu-list > li:first-child > a{
	padding-top: 10px;
}
#menu-home-helper {
	display: none;
}
#menu #menu-list:hover{
	display: block;
}
#menu #menu-list > li > .child-box{
	min-width: 100%;
	padding: 0;
}
#menu #menu-list > li  > .toggle-child{
	display: none;
	line-height: 36px;
	height: 36px;
	margin: 0;
	width: 38px;
	text-align: center;
	/*background: #f5f5f5;*/
	cursor: pointer;
}
#menu #menu-list > li  > .toggle-child .fa{
	line-height: 36px;
	float: none;
}
#menu #menu-list > li  > .toggle-child .plus{
	display: block;
}
#menu #menu-list > li  > .toggle-child .minus{
	display: none;
}
#menu #menu-list > li  > .toggle-child.open .plus{
	display: none;
}
#menu #menu-list > li  > .toggle-child.open .minus{
	display: block;
}
#menu #menu-list > li  > a .arrow{
	display: none;
}
#menu #menu-list > li > .child-box{
	display: none;
}
#menu #menu-list .child-box .see-all{

}
#menu #menu-list .child-box {
	/*margin: 0;*/
	/*padding: 0;*/
	/*list-style: none;*/
	/*width: 100%;*/
}
#menu #menu-list > li .child-box a:hover {
    background: #f5f5f5;
}
#menu #menu-list .child-box > li {
  border-bottom: 1px solid #eee;
}
#menu #menu-list .child-box > li:first-child {
  border-top: 1px solid #eee;
}
#menu #menu-list .child-box > li:first-child a{
  padding-top: 10px;
}
#menu #menu-list .child-box > li > a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: normal;
}
#menu #menu-list  > li > a.hover{
  background: #f5f5f5;
}
/****/
#menu #menu-list > li .child-box-cell {
    padding: 0;
    border-top: 1px solid #eee;
}
#menu #menu-list > li .child-box h5 {
    margin: 0;
}
#menu #menu-list > li .child-box h5 a {
    display: block;
    padding: 8px 20px;
    line-height: 1.42857143;
}
#menu #menu-list > li .child-box-cell .child2-box {
    padding: 0 0 0 0;
    margin: 0;
    list-style: none;
    display: none;
}
#menu #menu-list > li .child-box-cell .child2-box li {
    border-top: 1px solid #eee;
}
#menu #menu-list > li .child-box-cell .child2-box a {
    display: block;
    padding: 8px 20px 8px 35px;
    line-height: 1.42857143;
    color: #555;
}
#menu #menu-list > li .child-box-cell .child2-box a:hover {
    color: #e4003a;
}
#menu #menu-list .livel-down {
    /*color: #ddd;
    margin-right: 5px;*/
	color: #ddd;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#menu #menu-list > li .toggle-child2 {
    display: block;
    float: right;
    width: 38px;
    padding: 8px 0;
    text-align: center;
    color: #aaa;
	cursor: pointer;
}
#menu #menu-list > li .toggle-child2:hover {
	background: #f5f5f5;
}
#menu #menu-list > li .toggle-child2 .fa {
    float: none;
}
#menu #menu-list > li .toggle-child2 .minus {
    display: none;
}
#menu #menu-list > li .toggle-child2.open .plus {
    display: none;
}
#menu #menu-list > li .toggle-child2.open .minus {
    display: block;
}

@media (min-width: 1200px) {
	.box-col-3{width: 325.4%;}
}
/****/
@media (min-width: 992px) {
.common-home #menu #menu-list{
	/*display: block;*/
}
#menu-home-helper {
	display: block;
	margin-bottom: 20px;
}
.common-home #menu .btn{
	/*border-radius: 5px 5px 1px 1px;*/
}
#menuMask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 999;
}
#menu.open + #menuMask, #menu.active + #menuMask {
    display: block;
}
#menu #menu-list > li .child-box >.row {
    padding: 4px 20px;
}
#menu #menu-list > li .child-box .row > .col-md-12:nth-child(1) .child-box-cell{
	border-top: none;
}
#menu #menu-list > li .child-box .row > .col-md-6:nth-child(1) .child-box-cell,
#menu #menu-list > li .child-box .row > .col-md-6:nth-child(2) .child-box-cell{
	border-top: none;
}
#menu #menu-list > li .child-box .row > .col-md-4:nth-child(1) .child-box-cell,
#menu #menu-list > li .child-box .row > .col-md-4:nth-child(2) .child-box-cell,
#menu #menu-list > li .child-box .row > .col-md-4:nth-child(3) .child-box-cell {
    border-top: none;
}
#menu #menu-list > li .child-box h5 {
    margin: 8px 0;
}
#menu #menu-list > li .child-box h5 a {
    display: inline;
    padding: 0;
    font-weight: 600;
    line-height: 1.42857143;
}
#menu #menu-list > li .child-box h5 a:hover {
    background: none;
    color: #e4003a;
}
#menu #menu-list > li .child-box-cell .child2-box {
    padding: 0 0 10px 0;
    margin: 0;
    list-style: none;
    display: block;
}
#menu #menu-list > li .child-box-cell .child2-box li {
    border-top: none;
	position: relative;/*new*/
}
#menu #menu-list > li .child-box-cell .child2-box a {
    /*display: inline;
    padding: 0;
    line-height: 1.42857143;*/
	display: block;
    padding: 0;
    line-height: 1.42857143;
    padding-left: 13px;
}
#menu #menu-list > li .child-box a:hover {
    background: none;
}
#menu #menu-list > li .toggle-child2 {
    display: none;
}
.box-col-3{width: 331.2%;}
.box-col-2{width: 220%;}
.box-col-1{width: 110%;}
/****/
}
@media (min-width: 768px) {
#menu #menu-list > li > .child-box{
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    left: 100%;
    top: 0;
    margin-top: -1px;
    margin-left: -3px;
    min-height: 100%;
    padding: 5px 0;
    border-radius: 6px;
    box-shadow: 2px 6px 12px rgba(0,0,0,0.3);
    box-sizing: content-box;
    z-index: 1008;
}
#menu #menu-list > li  > a .arrow{
	display: block;
}
#menu #menu-list > li:hover > .child-box{
	/*display: block;*/
}
#menu #menu-list li.li-open2{
	background: #FBFBFB;
}
#menu #menu-list > li .child-box .row > .col-md-12:nth-child(1) .child-box-cell,
#menu #menu-list > li .child-box .row > .col-md-6:nth-child(1) .child-box-cell,
#menu #menu-list > li .child-box .row > .col-md-4:nth-child(1) .child-box-cell{
	border-top: none;
}
}

@media (max-width: 767px) {
#menu #menu-list {
	padding-top: 2px;
}
#menu #menu-list > li:first-child > a {
    padding-top: 8px;
}
#menu #menu-list > li > .with-child{
	margin-right: 39px;
	clear: none;
}
#menu #menu-list > li  > .toggle-child{
	display: block;
	float: right;
}
#menu #menu-list > li > .child-box >li:last-child{
	border-bottom: none;
}
#menu #menu-list > li > .child-box a{
	padding-left: 40px;
}
#menu #menu-list li.li-open li:hover{
	background: #EFEFEF;
}
#menu #menu-list li.li-open .toggle-child:hover{
	background: #EFEFEF;
}
#menu #menu-list li.li-open .toggle-child2:hover {
    background: #EFEFEF;
}
#menu #menu-list li.li-open2 .toggle-child2{
	background: #F5F5F5;
}
#menu #menu-list li.li-open2{
	background: #F5F5F5;
}
}

/* main layouts */
#content {
	min-height: 400px;
}
#column-left{
}
#column-right{
}
#content .buttons {
    overflow: hidden;
}

.banner img {
    max-width: 100%;
}
.border-block {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
    padding: 15px 20px 15px 20px;
}

.category-panel .category-list {
	padding-left: 7px;
    padding-right: 7px;
}
.category-list .category-list-item {
    padding: 10px 5px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}
.category-list .category-list-item a {
	display: block;
}
.category-list .category-list-item img {
	margin: 0 auto;
	max-width: 100%;
    box-sizing: border-box;
}
.category-list .category-list-item div {
	display: table;
    width: 100%;
    margin-top: 8px;
	text-align: center;
    height: 73px;
    overflow: hidden;
}
.category-list .category-list-item span {
	display: table-cell;
    vertical-align: middle;
    font-size: 13px;
}

div#clients {
    background: url(https://ns-oil.ru/image/back3.png) left top repeat;
}

div#why {
    background: url(https://ns-oil.ru/image/back1.png) left top repeat;
}
.home-article.why-article {
    padding: 40px 0;
    text-align: center;
}
.home-article.why-article h2 {
    color: #303030;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 20px;
}
.why-annotation {
    margin-bottom: 50px;
    color: #696969;
    font-size: 16px;
	padding: 10px;
}
.why-description {
    padding: 10px 0;
}
.why-description .property-item .image-item {
    padding: 10px;
}
.property-item h4 {
    margin-top: 15px;
    color: #303030;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 5px;
}
.why-description .bold-item {
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.why-description .text-item {
    color: #707070;
    font-size: 16px;
    padding: 5px 30px 10px 30px;
    font-weight: 500;
}
div#services {
    /* background: #d3d3d3; */
    background: url(https://ns-oil.ru/image/back3.png) left top repeat;
}
.home-article.services-article {
    padding: 50px 0 20px 0;
}
.home-article.services-article h2 {
    margin-bottom: 20px;
    font-size: 44px;
    text-align: center;
    font-weight: 300;
}
.services-description {
    padding: 10px 0;
    text-align: center;
}
.service-item .item-image {
    text-align: center;
}
.service-item .item-image img {
    margin-left: auto;
    margin-right: auto;
}
.service-item .item-text {
    font-size: 24px;
    padding: 15px 40px;
    color: #696969;
    font-weight: 300;
    line-height: 1.3;
}
div#fuel {
    /*height: 600px;*/
    background-image: url(/image/data/fon/fon2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*box-shadow: 0 0 0 365px rgba(152, 147, 147, 0.74) inset;*/
	box-shadow: 0 0 0 365px rgba(177, 177, 177, 0.7) inset;
}
.home-article.fuel-article {
    padding: 50px 10px;
}
.home-article.fuel-article h2 {
    margin-top: 40px;
    color: rgb(0, 0, 0);
    color: #151515;
    font-size: 27px;
    /*font-size: 36px;*/
    font-weight: 300;
    text-align: center;
    /*padding: 0 30px;*/
}
.fuel-description {
    padding: 10px;
    text-align: center;
    color: rgb(48, 48, 48);
    font-size: 16px;
	margin-bottom: 20px;
}
div#fileserts {
    padding-left: 50px;
    padding-right: 30px;
}
.item.sert-item {
    padding: 0 60px;
}
.item.sert-item-2 {
    padding: 0 10px;
}
div#fileserts .owl-item.loading {
	min-height: 300px;
}
div#fileserts .owl-controls {
    margin: 0;
    text-align: center;
}
div#fileserts .owl-controls .owl-prev {
    position: absolute;
    left: 20px;
    top: 40%;
    color: #fff;
    padding: 3px 7px;
    border: 1px solid #656565;
    background: rgba(171, 160, 155, 0.74);
}
div#fileserts .owl-controls .owl-prev i {
    padding-right: 1px;
    margin-top: 1px;
}
div#fileserts .owl-controls .owl-next {
	position: absolute;
    right: -5px;
    top: 40%;
    color: #fff;
    padding: 3px 7px;
    border: 1px solid #656565;
    background: rgba(171, 160, 155, 0.74);
}
div#fileserts .owl-controls .owl-next i {
    padding-left: 1px;
    margin-top: 1px;
}
.home-article.fuel-article .go-buy {
    text-align: center;
	padding-top: 20px;
}
.home-article.fuel-article .go-buy .btn {
    padding: 12px 30px;
    font-weight: 400;
    font-size: 22px;
    border-radius: 6px;
    background-color: #ffb631;
    border-color: #ffa500;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
    color: #4a1f00;
}
div#motor {
    background: url(https://ns-oil.ru/image/back3.png) left top repeat;
    /* background: #e8e8e8; */
}
.home-article.motor-article {
    padding: 50px 0 60px 0;
}
.motor-category {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}
.motor-category h2 {
    font-size: 48px;
    font-weight: 300;
	margin-top: 10px;
}
.motor-description {
    padding: 10px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
.motor-item {
    margin-top: 30px;
    padding: 15px;
}
.motor-item .opisanie.pull-right {
    padding-right: 60px;
}
.motor-item .opisanie.pull-left {
    padding-left: 60px;
}
.motor-item .item-image {
    text-align: center;
}
.motor-item .item-image img {
    margin-left: auto;
    margin-right: auto;
}
.motor-item .item-title h3 {
    margin-top: 0;
    color: #696969;
    font-size: 28px;
}
.motor-item .item-anons {
    margin-bottom: 25px;
}
.motor-item .item-anons p {
    color: #696969;
    font-size: 16px;
    margin-bottom: 0px;
}
.motor-item .item-description {
    padding: 10px 0;
    color: #696969;
    font-size: 16px;
}
div#ship {
    /* background: #b7b7b7; */
    background: url(https://ns-oil.ru/image/back1.png) left top repeat;
}
.home-article.ship-block {
    margin: 60px 100px;
    padding: 40px;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.home-article.ship-block h4 {
    text-align: center;
    margin-top: 0;
    color: #303030;
    font-size: 36px;
    font-weight: 300;
}
.ship-block .warning {
    margin-top: 10px;
    margin-bottom: -15px;
    color: red;
    background: #faebd7;
}
.ship-block .success {
	color: #568e01;
    font-weight: 500;
    background: #faebd7;
}
.ship-block .item-text {
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 500;
}
.ship-block .item-bold-text {
    color: #222;
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: 500;
}
.ship-block .form-order {
    padding: 15px;
	overflow: hidden;
}
.ship-block .form-order input {
	width: 99%;
    border-radius: 5px;
    padding: 6px 12px;
    height: 40px;
    background: #e4e4e4;
}
.ship-block .form-order .btn {
    width: 99%;
    padding: 0px 25px;
    line-height: 38px;
    height: 40px;
    background: #f18a2d;
    border-color: #f18a2d;
    color: #000;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}
div#partners {
    background: #fff;
	text-align: center;
}
.home-article.partners-block {
    padding: 60px 0;
}
.home-article.partners-block h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 300;
    color: #696969;
}
.partners-description {
    padding: 20px;
}
.partners-block .item-image img {
    margin-left: auto;
    margin-right: auto;
}
div#order {
    /* background-image: url(/image/data/fon/fon1.jpg); */
    background: url(https://ns-oil.ru/image/back5.png) left top repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 0 450px rgba(29, 29, 29, 0.95) inset;
}
.home-article.order-block {
    padding: 50px 30px;
}
.order-block .text-block {
    padding: 20px;
}
.order-block .text-block h4 {
    font-size: 28px;
    color: #f5f5f5;
	margin-bottom: 25px;
}
.order-block .list-block {
    color: #e0e0e0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 300;
}
.order-block .doc-block {
    color: #c0c0c0;
    padding-top: 10px;
}
.order-block .doc-block h5 {
    font-size: 24px;
}
.order-block .doc-block a {
	display: inline-block;
    font-size: 16px;
    color: #c0c0c0;
    float: left;
    clear: both;
}
.order-block .doc-block a:hover {
    color: #fff;
}
.order-block .forma-block {
    background: #e8e8e8;
    padding: 30px 60px;
    border-radius: 25px;
	position: relative;
}
.order-block .forma-block input {
    height: 38px;
}
.forma-block h3 {
    color: #000;
    margin-top: 10px;
	margin-bottom: 20px;
    font-weight: 300;
    text-align: center;
    font-size: 24px;
}
.forma-block h3 span {
	font-weight: 600;
}
.forma-block h3 .fa {
    font-size: 22px;
}
.forma-block h4 {
	color: #a70c00;
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}
.forma-block .form-group:last-child {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.forma-block .btn {
	padding: 10px 26px;
    font-weight: 400;
    font-size: 20px;
    border-radius: 6px;
    background-color: #ffb631;
    border-color: #ffa500;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
    margin-left: auto;
    margin-right: auto;
    color: #4a1f00;
}
.forma-block .input-block {
}
.forma-block .order-success {
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    text-align: center;
    padding: 40px;
    font-size: 18px;
    font-weight: 500;
    color: green;
    background: beige;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.forma-block .warning {
    font-size: 13px;
    color: red;
    padding-bottom: 3px;
}

@media (max-width: 1199px) {
.why-description .text-item {
    padding: 5px 20px 10px 20px;
}
.service-item .item-text {
    padding: 15px 10px;
    line-height: 1.3;
}
.home-article.fuel-article h2 {
    font-size: 32px;
    padding: 0 10px;
}
.motor-item .item-anons {
    margin-bottom: 15px;
}
.motor-item .opisanie.pull-right {
    padding-right: 30px;
}
.motor-item .opisanie.pull-left {
    padding-left: 30px;
}
.home-article.ship-block {
    margin: 60px 80px;
    padding: 40px 30px;
}
.order-block .forma-block {
    padding: 30px 40px;
}
.order-block .list-block {
    font-size: 20px;
}

}

@media (max-width: 991px) {
#logo {
    padding: 10px 0 10px 0;
	height: 116px;
}
#menu-center {
	height: 72px;
}
#header-menu {
    padding: 20px 0 20px 0;
}
#top .phone-right {
    padding-right: 0;
    padding-left: 0;
}
#top #phone .phone {
    font-size: 18px;
    text-align: right;
}
#top #header-menu {
    overflow: hidden;
}
#top .logo-left {
	padding: 0;
}
#phone {
    padding: 30px 0 10px 0;
}
.home-article.first-article h1 {
    font-size: 50px;
}
.home-article.why-article {
    padding: 40px 0;
}
.why-annotation {
    margin-bottom: 20px;
}
.why-description .property-item {
    margin-bottom: 15px;
}
.property-item h4 {
    margin-top: 5px;
}
.why-description .bold-item {
    margin-bottom: 0px;
}
.home-article.services-article {
    padding: 50px 0 20px 0;
}
.service-item .item-text {
    padding: 15px 5px;
    line-height: 1.1;
	font-size: 22px;
}
.home-article.fuel-article h2 {
    padding: 0;
}
.motor-description p {
    margin-bottom: 5px;
}
.motor-category {
    margin-bottom: 10px;
}
.motor-item {
    margin-top: 0;
    padding: 15px;
}
.motor-item .item-description {
    padding: 0;
    font-size: 14px;
}
.motor-item .opisanie.pull-right {
    padding-right: 0;
}
.home-article.ship-block {
    margin: 60px 80px;
    padding: 30px;
    padding-bottom: 10px;
}
.form-inline .form-group {
    display: block;
    margin-bottom: 10px;
}
.partners-description .item-image {
    margin-bottom: 20px;
    padding: 10px;
}
.home-article.order-block {
    padding: 40px 10px;
}
.order-block .text-block {
    padding: 10px;
	overflow: hidden;
}
.order-block .text-block h4 {
    text-align: center;
}
.order-block .list-block {
    font-size: 18px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.order-block .doc-block {
    color: #c0c0c0;
    padding-top: 15px;
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.order-block .doc-block h5 {
    font-size: 22px;
}
.order-block .doc-block a {
    display: block;
    font-size: 16px;
    float: left;
    width: 50%;
	clear: none;
}
#top #header-menu {
    height: inherit;
}
#top .header-menu {
    height: inherit;
}
#telephone-right .main-schedule {
    font-size: 15px;
}
#telephone-right .phone {
    font-size: 24px;
}
.forma-block .input-block {
    padding: 0 30px;
}
}

@media (max-width: 767px) {
header {
	height: auto;
}
#top .logo-left {
	display: none;
}
#top .menu-left {
    padding-right: 20px;
    padding-left: 20px;
}
#top .phone-right {
    display: none;
}
#top #phone .main-phone {
    text-align: center;
}
#top #header-menu {
    padding: 15px 0 12px 0;
    height: inherit;
	text-align: center;
}
#top #header-menu .btn {
    line-height: 20px;
    font-size: 15px;
    padding: 6px 0;
    width: 16.66667%;
}
.home-article.first-article {
    margin-top: 45px;
    padding: 0 10px;
}
.home-article.first-article h1 {
    font-size: 43px;
}
.home-article.first-article .art-text {
    color: #e0e0e0;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}
.home-article.first-article .price-litr {
    font-size: 36px;
}
.home-article.first-article .go-buy .btn {
    padding: 15px 30px;
    font-size: 22px;
    border-radius: 36px;
}
.home-article.why-article {
    padding: 40px 10px;
}
.property-item h4 {
    font-size: 22px;
}
.home-article.fuel-article h2 {
    font-size: 30px;
    padding: 0;
    margin-top: 20px;
	font-weight: 400;
}
.home-article.fuel-article .go-buy .btn {
    padding: 15px 30px;
    font-size: 20px;
}
.home-article.motor-article {
    padding: 40px 10px 60px 10px;
}
.motor-description p {
    margin-bottom: 0;
}
.motor-item .item-description {
    line-height: 1.2;
}
.ship-block .form-order .btn {
    line-height: 43px;
    height: 45px;
}
.home-article.partners-block {
    padding: 50px 10px;
}
.home-article.order-block {
    padding: 25px 10px;
    padding-bottom: 60px;
}
.order-block .list-block {
    font-size: 17px;
}
.forma-block .input-block {
    padding: 10px 50px;
}
.forma-block h3 {
    font-size: 26px;
}
.service-item .item-text {
    padding: 10px 5px;
    margin-bottom: 15px;
}
.motor-description {
    padding: 10px 0px;
}
.home-article.ship-block {
    margin: 60px 70px;
    padding: 30px;
    padding-bottom: 10px;
}
.home-article.ship-block h4 {
    margin-bottom: 15px;
    font-size: 30px;
}
#telephone-right .phone {
    font-size: 24px;
}
div#fileserts .owl-item.loading {
	min-height: 200px;
}
.order-block .doc-block a {
    font-size: 14px;
}

}

@media (max-width: 659px) {
.motor-description {
    padding: 10px 50px;
}
}

@media (max-width: 629px) {
.home-article.first-article {
    margin-top: 45px;
}
.home-article.first-article h1 {
    font-size: 38px;
}
.why-annotation {
    padding: 10px 0;
}
#menu-center {
	height: 94px;
}
#header-menu {
	padding: 10px 0 20px 0;
    overflow: hidden;
}
#top #header-menu {
    padding: 5px 0 5px 0;
}
#header-menu .btn {
    width: 33.33333%;
    float: left;
    line-height: 20px;
    font-size: 15px;
    padding: 6px 0;
    background: none;
    border: 0;
    color: #fff;
}
#top #header-menu .btn {
	width: 33.33333%;
    line-height: 20px;
    font-size: 14px;
    padding: 4px 0px;
    float: left;
    border: 1px solid #8e8d8d;
}
#telephone-right {
    padding-left: 0;
}
#telephone-right .phone {
    font-size: 22px;
}
div#fileserts {
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
}
div#fileserts .owl-controls .owl-next {
    right: 15px;
    top: 40%;
    padding: 3px 7px;
}
.motor-item .item-description {
    display: none;
}
.motor-item .item-title h3 {
    font-size: 24px;
}
.order-block .list-block {
    width: 100%;
	font-size: 17px;
}
.order-block .doc-block a {
    font-size: 14px;
    width: 100%;
    clear: both;
}
.motor-description {
    padding: 10px 40px;
}
}

@media (max-width: 569px) {
.home-article.first-article h1 {
    font-size: 32px;
	margin-bottom: 10px;
}
.home-article.first-article .price-litr {
    font-size: 33px;
	margin-top: 3px;
}
.home-article.first-article .price-litr span {
    font-size: 30px;
}
.home-article.first-article .price-litr .fa {
    font-size: 28px;
}
.home-article.first-article .go-buy .btn {
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 30px;
}
.motor-description {
    padding: 10px 40px;
}
.motor-item {
    margin-top: 0;
	margin-bottom: 10px;
    padding: 15px;
}
.motor-item > .row > div {
    width: 100%;
	text-align: center;
}
.motor-item .opisanie.pull-right {
    padding-right: 10px;
}
.motor-item .opisanie.pull-left {
    padding-left: 10px;
}
.motor-item .item-title h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.motor-item .item-anons {
    margin-bottom: 5px;
}
.home-article.ship-block {
    margin: 60px 40px;
    padding: 30px;
    padding-bottom: 20px;
}
div#fileserts {
    padding-left: 60px;
    padding-right: 60px;
}

}

@media (max-width: 479px) {
header {
    height: 620px;
    box-shadow: 0 0 0 310px rgba(51, 51, 51, 0.4) inset;
}
.home-article.first-article h1 {
    font-size: 29px;
	margin-bottom: 5px;
}
.home-article.first-article .price-litr {
    font-size: 30px;
	margin-top: 4px;
}
.home-article.first-article .price-litr span {
    font-size: 26px;
}
.home-article.first-article .price-litr .fa {
    font-size: 24px;
}
.home-article.first-article .go-buy .btn {
    padding: 10px 25px;
    font-size: 20px;
    border-radius: 25px;
}
.why-annotation {
    margin-bottom: 0px;
}
.property-item h4 {
    font-size: 20px;
}
.why-description .text-item {
    padding: 5px 2px 10px 5px;
	font-size: 15px;
}
.home-article.ship-block {
    margin: 60px 20px;
    padding: 30px;
    padding-bottom: 20px;
}
.home-article.services-article {
    padding: 40px 0 20px 0;
}
.home-article.partners-block {
    padding: 40px 10px 20px 10px;
}
.partners-description .item-image {
    margin-bottom: 30px;
    padding: 5px;
}
.order-block .doc-block a {
    font-size: 15px;
}
.forma-block h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
}
.forma-block h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
.forma-block .input-block {
    padding: 10px 20px;
}
.forma-block .form-group {
    margin-bottom: 10px;
}
.forma-block .btn {
    padding: 12px 20px;
    font-size: 20px;
    border-radius: 6px;
}
.forma-block .form-group:last-child {
    margin-top: 20px;
    margin-bottom: 0px;
}
#top .phone-right {
    padding-right: 0;
    padding-left: 10px;
}
#top #phone {
    padding: 7px 0px;
    text-align: left;
}
div#fileserts {
    padding-left: 40px;
    padding-right: 40px;
}
.order-block .list-block {
    font-size: 16px;
}
.motor-description {
    padding: 10px 10px;
}
}

@media (max-width: 429px) {
#top #header-menu .btn {
    font-size: 13px;
}
.forma-block h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.order-block .list-block {
    width: 100%;
    margin-bottom: 0;
}
.order-block .text-block h4 {
    text-align: center;
    margin-bottom: 15px;
}
.home-article.first-article h1 {
    font-size: 30px;
    margin-bottom: 5px;
    padding: 0;
}
.home-article.first-article .art-text {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
}
.row.go-buy > div {
    width: 100%;
	text-align: center;
}
.home-article.first-article .price-litr {
    font-size: 30px;
    margin-top: 0;
}
.home-article.first-article .go-buy .btn {
    padding: 8px 25px;
    font-size: 18px;
    border-radius: 22px;
}
header {
    height: auto;
    box-shadow: 0 0 0 400px rgba(51, 51, 51, 0.4) inset;
}
.property-item h4 {
    font-size: 16px;
}
.why-description .bold-item {
    font-size: 14px;
    line-height: 1.1;
	height: 30px;
    overflow: hidden;
}
.why-description .text-item {
    padding: 5px 2px 10px 2px;
    font-size: 13px;
    line-height: 1.2;
    height: 45px;
    overflow: hidden;
}
#fileserts {
    padding-left: 30px;
    padding-right: 30px;
}
#fileserts .owl-controls .owl-prev {
    left: 0px;
}
#fileserts .owl-controls .owl-next {
    right: 0;
}
.home-article.fuel-article .go-buy .btn {
    padding: 10px 20px;
    font-size: 20px;
}
.motor-category h2 {
    font-size: 38px;
    font-weight: 300;
    margin-top: 0;
}
.motor-description {
    padding-top: 10px;
	font-size: 15px;
}
.motor-item .item-title h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.motor-item .item-anons p {
    font-size: 15px;
}
.home-article.ship-block {
    margin: 40px 20px;
    padding: 30px;
    padding-bottom: 20px;
}
.home-article.ship-block h4 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
}
.ship-block .form-order {
    padding: 5px;
}
.home-article.partners-block {
    padding: 30px 10px 20px 10px;
}
.home-article.partners-block h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 38px;
}
.order-block .doc-block {
    margin-bottom: 15px;
}
.order-block .doc-block a {
    width: 100%;
	font-size: 14px;
}
.order-block .forma-block {
    padding: 30px 30px;
}
.forma-block .btn {
    padding: 8px 20px;
    font-size: 20px;
    border-radius: 6px;
}
#telephone-right .phone {
    font-size: 20px;
}
.service-item .item-image {
    text-align: center;
    padding: 0 20px;
}
.ship-block .form-order .btn {
    margin-top: 10px;
	padding: 0;
}
#top .menu-left {
    padding-right: 10px;
    padding-left: 10px;
}

}

@media (max-width: 329px) {
#telephone-right .phone {
    font-size: 18px;
}
#header-menu .btn {
	font-size: 14px;
}
.home-article.first-article h1 {
    font-size: 30px;
    padding: 0;
}
.home-article.why-article {
    padding: 20px 0px;
}
.property-item h4 {
    font-size: 15px;
}
.why-description .text-item {
    padding: 5px 0px;
    font-size: 13px;
    height: 55px;
}
.home-article.services-article {
    padding: 20px 0 0 0;
}
.home-article.services-article h2 {
    margin-bottom: 20px;
    font-size: 40px;
}
.home-article.fuel-article {
    padding: 30px 10px;
}
.home-article.fuel-article .go-buy .btn {
    padding: 10px 20px;
    font-size: 18px;
}
.motor-category h2 {
    font-size: 34px;
}
.home-article.motor-article {
    padding: 40px 5px 40px 5px;
}
.home-article.ship-block {
    margin: 40px 20px;
    padding: 30px 25px;
    padding-bottom: 20px;
}
.home-article.partners-block h3 {
    font-size: 34px;
}
.home-article.order-block {
    padding: 25px 5px;
    padding-bottom: 50px;
}
.order-block .text-block h4 {
    font-size: 24px;
}
.forma-block .input-block {
    padding: 10px 10px;
}
.forma-block .btn {
    padding: 6px 0;
    font-size: 18px;
    border-radius: 3px;
    width: 90%;
}
.why-description > .row > div {
    padding: 0 5px;
}
.motor-item {
    padding: 10px;
}
.order-block .forma-block {
    padding: 30px 20px;
}


}

/* buttons */
.btn-addtocart{
	color: #777;
	background-color: #eee;
    border-color: #ddd;
	padding: 5px 10px;
}
.btn-addtocart:hover, .btn-addtocart:active, .btn-addtocart.active, .open>.dropdown-toggle.btn-addtocart{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
	transition: all 0.2s ease;
    transition: all .3s ease-in-out;
}
.btn-wc{
	text-align: left;
}

/* box product */
.box-product .panel-heading{
    overflow: hidden;
    font-size: 16px;
	line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
	border-radius: 5px 5px 0 0;
	padding: 8px 60px 8px 10px;
	margin: 0;
}
.box-product .panel-body{
	padding: 0;
}
.box-product .product-item{
	position: relative;
	text-align: left;
	padding: 0;
}
.box-product .product-item .image{
	position: relative;
	padding: 0 15px;
}
.box-product .product-item .image img{
	margin: 0 auto;
}
.box-product .product-item .image .sticker{
	position: absolute;
	background: #d9534f;
	left: 0;
	top: 10px;
	color: #fff;
	font-weight: 600;
	padding: 5px 10px 5px 15px;
	opacity: 0.9;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.box-product .product-item:hover .image .sticker{
	opacity: 1;
}
.box-product .product-item .image .sticker:after{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	border-top: 30px solid #d9534f;
    border-right: 15px solid transparent;
}
.box-product .product-item  .caption{
	padding: 0 15px 10px;
	text-align: center;
}
.box-product .product-item  h4{
	position: relative;
	overflow: hidden;
	height: 36px;
	margin: 0 0 7px 0;
}
.box-product .product-item  h4 a{
	display: block;
	font-size: 14px;
	line-height: 18px;
}
.box-product .product-item  .sku{
	font-size: 13px;
}
.box-product .product-item  .price{
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.box-product .product-item  .price-old{
	color: #e4003a;
	font-size: 15px;
	font-weight: 300;
	text-decoration: line-through;
}
.box-product .product-item  .price-new{
	font-weight: 600;
}
.box-product .product-item  .price-tax{
	color: #333;
	font-size: 14px;
	font-weight: 300;
}
.box-product .product-item .buttons{
	padding: 0 15px 12px 15px;
	padding: 0 3px 12px 3px;
	text-align: center;
}
.box-product .product-item:hover .btn-addtocart{
	background-color: #d9534f;
	color: #fff;
    border-color: #d43f3a;
	transition: all 0.2s ease;
    transition: all .3s ease-in-out;
}
.box-product .product-item:hover .btn-addtocart:hover,.box-product .product-item:hover .btn-addtocart:active,.box-product .product-item:hover .btn-addtocart.active{
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
	transition: all 0.2s ease;
    transition: all .3s ease-in-out;
}

.box-product .product-item .buttons {
	width: 100%;
}
.box-product .product-item .cat-quantity {
    display: inline-block;
    vertical-align: middle;
}
.box-product .product-item .cat-cartbtn  {
    display: inline-block;
    vertical-align: middle;
	margin-left: 5px;
}
.box-product .product-item .cat-quantity input[name="cat_quantity"] {
    padding: 3px 2px;
    width: 32px;
}
.box-product .product-item .quantity-plus-minus .btn {
    width: 23px;
}
.box-product .product-item button.btn.btn-addtocart {
	padding: 5px 7px;
}
.box-product .product-item button.btn.btn-addtocart.dropdown-toggle {
    padding-left: 6px;
    padding-right: 6px;
}
.box-product .product-item:hover input[name="cat_quantity"] {
    border-color: #d43f3a;
    transition: all 0.2s ease;
    transition: all .3s ease-in-out;
}

/* product page */
.inline-info{
	display: inline-block;
	margin-right: 25px;
	font-size: 13px;
	color: #e4003a;
}
.inline-info b{
	font-weight: normal;
	color: #333;
}
.inline-info-right{
	display: inline-block;
	font-size: 13px;
}
.inline-info-right .stars{
	display: inline-block;
	color: #ccc;
	font-size: 14px;
	margin-right: 7px;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
}
.inline-info-right .stars .active{
	color: #e4003a;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.reward-info{
	display: inline-block;
	margin-right: 0;
	/*margin-left: 25px;*/
	font-size: 13px;
	color: #e4003a;
}
.reward-info b{
	font-weight: normal;
	color: #333;
}
.reward-info a{
    /*font-size: 12px;*/
    /*text-decoration: underline;*/
    /*padding-left: 2px;*/
}
.replaces {
    /*border: 1px solid #D9534F;*/
	/*background-color: #FDF1F1;*/
    border: 1px solid #FBDC9C;
    background-color: #FDF1F1;
    background-color: #fcf8e3;
    margin-bottom: 10px;
    margin-top: 25px;
}
.text-replace {
    display: inline-block;
    vertical-align: middle;
}
.item-replace {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
span.replace {
    padding: 0 3px;
}
span.replace a {
    text-decoration: underline;
}
@media (min-width: 992px) {
	.inline-info-right{
		float: right;
	}
}
.well.well-product {
	margin-top: 25px;
}
.well.replaces + .well.well-product {
	margin-top: 0;
}
.product-title h1 {
    margin-top: 0;
    margin-bottom: 30px;
}
#foto-product .right-block {
    padding-left: 20px;
}
#foto-product .right-block h5 {
    color: #555;
}
#foto-product .right-block dl {
    margin-bottom: 5px;
}
#foto-product .right-block dt {
    color: #555;
}
#foto-product .right-block b, #foto-product .right-block strong {
    color: #555;
}
#foto-product .right-block h5:nth-of-type(1) {
    /*margin-top: 10px;*/
}
#foto-product .right-block h5 {
    margin-top: 10px;
	margin-bottom: 5px;
}
#foto-product .upc, #foto-product .descriptions  {
    padding-top: 5px;
}
#foto-product .sertificates {
	margin-top: 20px;
}
#foto-product .sertificates a {
	color: #e4003a;
	text-decoration: underline;
}
.prod-rat{
	font-size: 0;
	color: #ccc;
	display: inline-block;
	vertical-align: middle;
}
.prod-rat *{
	margin: 0;
}
.prod-rat input{
	display: none;
}
.prod-rat label .fa{
	font-size: 22px;
	padding: 2px;
	cursor: pointer;
}
.rat-star.active{
    color: #d9534f!important;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.rat-star.checked{
	color: #d9534f;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.thumbnails {
	background: #fff;
	margin-bottom: 20px;
}
.thumbnails .main-image{
	display: block;
	text-align: center;
	margin-bottom: 10px;
	outline: none;
}
.thumbnails .main-image img {
    margin-left: auto;
    margin-right: auto;
}
#product-images .thumbnails {
    margin-bottom: 0;
}
.images-additional {
	text-align: center;
	font-size: 0;
	/*margin-left: -5px;*/
	padding-left: 25px;
    padding-right: 25px;
}
.images-additional .thumbnail{
	display: inline-block;
	/*margin-left: 5px;*/
	margin-bottom: 0;
}
.images-additional .owl-item.loading {
	min-height: 79px;
}
.images-additional .owl-item.loading a {
	min-height: 79px;
	min-width: 79px;
}
.images-additional .owl-theme .owl-controls {
	margin-top: 0;
}
.images-additional .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -25px;
    top: 28px;
    margin: 0;
    color: #757575;
	background: none;
    padding: 3px 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    opacity: 1;
}
.images-additional .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: -25px;
    top: 28px;
    margin: 0;
    color: #757575;
	background: none;
    padding: 3px 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    opacity: 1;
}
.images-additional .owl-controls .owl-buttons .owl-prev:hover, .images-additional .owl-controls .owl-buttons .owl-next:hover {
	border-color: #337ab7;
}
#foto-product .right-block .item-attribute {
    overflow: auto;
	position: relative;
}
#foto-product .right-block .attribute-name {
    width: 60%;
	float: left;
}
#foto-product .right-block .attribute-name span {
    background: #fff;
	position: relative;
	padding: 0 5px 0 0;
}
#foto-product .right-block .attribute-text {
    width: 40%;
	float: left;
	padding: 0 3px 0 0;
}
#foto-product .right-block .attribute-text span {
    position: relative;
	padding: 0 0 0 5px;
}

#product .price h2{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
}
#product .price .price-old{
	/*color: #e4003a;*/
	color: #696866;
	text-decoration: line-through;
	font-size: 24px;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
#product .price .tax,
#product .price .points{
	color: #777;
	font-size: 20px;
	font-weight: 300;
	display: block;
	margin-top: 10px;
}
#product .radio-checbox-options{
	display: inline-block;
}
#product .radio-checbox-options input{
	display: none;
}
#product .radio-checbox-options label {
	padding: 3px 5px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-weight: normal;
	cursor: pointer;
}
#product .radio-checbox-options label:hover {
	background: #f5f5f5;
	border: 1px solid #aaa;
}
#product .radio-checbox-options label .option-price{
	padding: 0 3px;
	font-size: 12px;
	display: inline-block;
	background: #eee;
	border-radius: 3px;
}
#product .radio-checbox-options label:hover .option-price{
	background: #fff;
}
#product .radio-checbox-options input:checked + label {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
#product .radio-checbox-options input:checked + label .option-price{
	background: rgba(255,255,255,.3);
}
#product .properties {
    margin-bottom: 15px;
}
#product .properties b {
    color: #777;
}
#product .properties .prop-item {
    margin-bottom: 7px;
    font-weight: 300;
}
#product .properties .fa {
    color: #777;
}
#product .addcart .col-qty {
    margin-bottom: 10px;
    height: 34px;
    line-height: 34px;
	text-align: center;
}
#product .addcart .col-quantity {
    margin-bottom: 10px;
}
#product #input-quantity {
    padding: 5px 3px;
    text-align: center;
    /*width: 44px;*/
    font-weight: 600;
    color: #696866;
}
.quantity-plus-minus{
	padding: 0;
	background: #fff;
	display: table-cell;
    vertical-align: middle;
	/*width: inherit; */
}
.quantity-plus-minus .btn{
    display: block;
    padding: 0;
    border-radius: 0;
    background: #eee;
    height: 32px;
    width: 25px;
    text-align: center;
}
.quantity-plus-minus #minus {
    border-radius: 4px 0 0 4px;
}
.quantity-plus-minus #plus {
    border-radius: 0 4px 4px 0;
}
.quantity-plus-minus .btn-minus {
    border-radius: 4px 0 0 4px;
	border-right: 0;
}
.quantity-plus-minus .btn-plus {
    border-radius: 0 4px 4px 0;
	border-left: 0;
}
.cat-quantity input[name="cat_quantity"] {
    padding: 3px 3px;
    text-align: center;
    box-sizing: border-box;
    height: 32px;
}

#product .text-qty {
    font-weight: 600;
    font-size: 13px;
	color: #696866;
}
#product .addcart .col-wishcomp {
    text-align: center;
}
#product .addcart .col-button  {

}
#product .stock-warning .alert-warning {
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}
#button-ne-cart {
    cursor: default;
}
#button-ne-cart:hover {
    background-color: #fff;
}
.related-products{
	border-color: #ccc;
}
.product-tabs{

}
.product-tabs > li > a{
	border-color: #ddd;
	background: #f5f5f5;
	margin-right: 5px;
	margin-top: 4px;
}
.product-tabs > li > a:hover{
	border-color: #ccc;
	background: #f5f5f5;
}
.product-tabs > li.active > a{
	/*box-shadow: 0 3px 10px rgba(0,0,0,.1);*/
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 0px;
}
.product-tabs > li.active > a:after{
	content: "";
	position: absolute;
	background: inherit;
	width: 100%;
	height: 10px;
	top: 100%;
	left: 0;
}
.tab-content {
    padding: 15px 15px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /*margin-bottom: 20px;*/
    border-radius: 0px 0px 5px 5px;
}
#tab-specification table {
    background-color: #FbFbFb;
}
#tab-specification table tbody tr td:first-child {
    width: 30%;
}
#tab-specification table:last-child {
    margin-bottom: 0;
}
#tab-sertificates a {
    color: #e4003a;
    text-decoration: underline;
}
.capcha{
padding: 0;
overflow: hidden;
}
.capcha img{
margin: -2px -1px -1px -1px;
}
.category-column-left #column-left{
	width: 100%;
	padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#foto-product {
		width: 70%;
    }
	#product {
		width: 30%;
    }
}
@media (max-width: 992px) {
	.quantity {
	/*margin-bottom: 10px;*/
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#product .addcart .col-quantity {
		padding-right: 20px;
		padding-left: 0;
	}
	#product .addcart .col-button {
        padding-right: 20px;
		padding-left: 0;
    }
}
@media (max-width: 767px) {
	.images-additional {
		max-height: 330px;
		overflow: auto;
	}
}
@media (max-width: 679px) {
	#product .addcart .col-qty {
		width: 50%;
	}
	#product .addcart .col-quantity {
		width: 50%;
	}
	#product .addcart .col-wishcomp {
		width: 50%;
	}
	#product .addcart .col-button {
        width: 50%;
    }
}
@media (min-width: 530px) and (max-width: 767px) {
	#product .properties {
		margin-bottom: 0;
		width: 50%;
		float: left;
	}
	#product .options {
		width: 50%;
		float: left;
		margin-bottom: 15px;
	}
	#product .addcart {
		width: 50%;
		float: left;
	}
}
@media (max-width: 529px) {
	#product {
		width: 100%;
    }
	#product-images {
		width: 100%;
    }
	.images-additional {
		margin-left: 0;
	}
	#product .addcart .col-qty {
		width: 130px;
	}
	#product .addcart .col-quantity {
		width: 150px;
	}
	#product .addcart .col-wishcomp {
		width: 130px;
	}
	#product .addcart .col-button {
        width: 150px;
    }
}
/* modules styles */
.filter-item{
	padding: 2px 5px;
	margin: 0 ;
}
.filter-name{
	margin: 0 0 0 20px;
}
.filter-total{
	font-size: 0.8em;
	color: #bbb;
	vertical-align: bottom;
}
.filter-item:hover{
	background: #f5f5f5;
}
.module-filter input[type="checkbox"]{
	display: none;
}
.module-filter input[type="checkbox"] + label{
	font-weight: 400;
	cursor: pointer;
	display: block;
	margin: 0;
	line-height: 20px;
}
.module-filter input[type="checkbox"] + label .check-icon{
	display: block;
	float: left;
	line-height: 20px;
	width: 20px;
	color: #ccc ;
}
.module-filter .filter-item:hover .check-icon{

	color: #e4003a ;
}
.module-filter input[type="checkbox"] + label .check{
	display: none;
}
.module-filter input[type="checkbox"]:checked + label .check{
	display: inline-block;
	color: #e4003a;
}
.module-filter input[type="checkbox"]:checked + label .uncheck{
	display: none;
}
.filter-toggle {
	cursor: pointer;
	color: #aaa;
}
.filter-toggle:hover {
	color: #337ab7 ;
}
.filter-toggle .on{
	display: block;
	line-height: 20px;
}
.filter-toggle .off{
	display: none;
}
.filter-toggle.collapsed .on{
	display: none;
}
.filter-toggle.collapsed .off{
	display: block;
	line-height: 20px;
}

.table-th-grey thead tr td {
    background: #EEEEEE;
    font-weight: bold;
    font-size: 13px;
}
.table-tb-middle tbody tr td {
    vertical-align: middle;
}
.noshadow {
	box-shadow: none;
	text-shadow: none;
}


.custom-blocks{
}
.custom-blocks .custom-block{
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #ddd;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	margin-bottom: 20px;
	padding: 13px 15px;
	background: #fff;
}
.custom-block .image{
	width: 50px;
	float: left;
}
.custom-block .text{
	margin-left: 65px;
}
.custom-block  a,
.custom-block  a:hover{
	text-decoration: none;
}
.custom-block .text h4{
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e5e5e5;
	height: 25px;
	overflow: hidden;
	font-weight: 600;
	font-size: 16px;
}
.custom-block .text p{
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.3;
	height: 36px;
	overflow: hidden;
}
.btn-group.limit-btn-groupe .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 100%;
    text-align: center;
}
.product-layout .image {
	padding: 0 5px;
}
.product-layout .caption h4 > a{
	font-size: 16px;
}
.product-layout:hover .btn-addtocart{
	color: #fff;
 background-color: #d9534f;
  border-color: #d43f3a;
	transition: all 0.2s ease;
	transition: all .3s ease-in-out;
}
.product-layout:hover .btn-addtocart:hover, .product-layout:hover .btn-addtocart:active, .product-layout:hover .btn-addtocart.active, .product-layout:hover .open>.dropdown-toggle.btn-addtocart{
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.product-layout:hover input[name="cat_quantity"] {
    border-color: #d43f3a;
	transition: all 0.2s ease;
	transition: all .3s ease-in-out;
}
.product-layout:hover input[name="cat_quantity"]:focus {
    border-color: #D24A47;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 108, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 108, 0.6);
}
#content .product-list .buttons, #content .product-grid .buttons, #content .product-item .buttons {
    overflow: inherit;
}
#content .product-layout .buttons .dropdown-menu, #content .product-item .buttons .dropdown-menu {
    right: 0;
    left: auto;
}
.product-list .cat-quantity {
    display: inline-block;
    vertical-align: middle;
}
.product-list .cat-cartbtn {
	margin-left: 5px;
}
.product-list .description {
    min-height: 40px;
}
.product-grid  .description{
	display: none;
}
.product-grid  .caption {
    text-align: center;
}
.product-grid  .caption h4{
	margin: 0 0 7px 0;
	position: relative;
	height: 40px;
	overflow: hidden;
}
.product-grid  .caption h4 a{
	display: block;
	font-size: 16px;
	line-height: 20px;
}
.product-layout  .caption .price{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin-bottom: 5px;
}
.product-layout  .caption .price .price-old{
	text-decoration: line-through;
	color: #e4003a;
	font-size: 16px;
	font-weight: 300;
}
.product-layout  .caption .price .price-new{
	font-weight: 600;
}
.product-layout  .caption .price .price-tax{
	color: #333;
	font-size: 14px;
	font-weight: 300;
}
.product-layout  .caption .rating{
	color: #ddd;
}
.product-layout  .caption .rating .active{
	color: #e4003a;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
#review .rating > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.product-grid .buttons {
	width: 100%;
}
.product-grid .cat-quantity {
    display: inline-block;
    vertical-align: middle;
}
.product-grid .cat-cartbtn  {
    display: inline-block;
    vertical-align: middle;
	margin-left: 5px;
}
.product-grid .cat-quantity .quantity {
    /*float: right;*/
}

@media (min-width: 992px){
	.product-list .image {
		float: left;
		margin-right: 20px;
	}
	.product-list .image img{
		max-width: 200px;
	}
	.product-layout .product-thumb:hover {
		border-color: #ccc;
		box-shadow: 0 3px 15px rgba(0,0,0,.2);
		transition: all .3s ease-in-out;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.products-row {
        margin-left: -5px;
        margin-right: -5px;
    }
	.product-layout.product-grid {
        padding-left: 5px;
        padding-right: 5px;
    }
	.cat-quantity input[name="cat_quantity"] {
		padding: 3px 2px;
		width: 32px;
    }
	.quantity-plus-minus .btn {
		width: 23px;
	}
	.btn-addtocart {
		padding: 5px 8px;
	}
}
@media (max-width: 1199px) {
	.product-layout .image {
        padding: 0;
    }
}
@media (max-width: 767px) {
	.container.search-container .well-sm .row > div {
		margin-top: 5px;
	}
}
@media (min-width: 481px) and (max-width: 538px) {
	.product-grid .cat-cartbtn {
		margin-top: 7px;
	}
}
@media (max-width: 480px) {
	.product-layout .image {
        padding: 0 5px;
    }
	.product-layout.product-grid {
        width: 100%;
    }
	.agree-checkbox {
		width: 100%;
	}
	.hidden-sxs {
		display:none;
	}
	.view-block {
		float: none;
		display: inline-block;
		width: inherit;
	}
	.text-centr-sxs {
		text-align: center;
	}
}
@media (max-width: 373px) {
	.view-block +.view-block {
		margin-top: 10px;
	}
}

.slideshow{
	/* box-shadow: 0 2px 5px rgba(0,0,0,.4); */
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
@media (min-width: 992px) {
	.common-home .slideshow .nivoSlider{
		left: 50%;
		margin-left: -424px;
		width: 848px;
	}
}
@media (min-width: 1200px) {
	.common-home .slideshow .nivoSlider{
		left: auto;
		margin-left: 0;
		width: auto;
	}
}
.slideshow .nivo-controlNav{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 7px 12px;
	z-index: 999;
	text-align: center;
	width: 100%;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1;
}
@media (min-width: 992px) {
	.slideshow .nivo-controlNav{
		text-align: right;
	}
}
.slideshow .nivo-controlNav .nivo-control{
		background: #fff;
		/* border: 1px solid #bbb; */
		margin: 3px;
		width: 12px;
		height: 12px;
		line-height: 12px;
		display: inline-block;
		text-align: center;
		font-size: 0px;
		border-radius: 50%;
		text-decoration: none;
}
.slideshow .nivo-controlNav .nivo-control:hover,
.slideshow .nivo-controlNav .nivo-control.active{
		background: #d9534f;
		/* border: 1px solid #aaa; */
		color: #fff;
		text-decoration: none;
}

.cart-info table thead td.quantity {
    width: 170px;
}
.cart-info table tbody tr td {
    vertical-align: middle;
}
.cart-info h3 {
    margin-top: 10px;
    font-size: 18px;
	text-align: center;
}
.cart-total tr td:nth-of-type(even) {
    width: 140px;
}

.account-group {
	text-align: center;
}
.account-group a.list-group-item {
    color: #555;
    display: inline-block;
    width: 130px;
    /*height: 100px;*/
    vertical-align: middle;
    text-align: center;
	border: none;
	margin-bottom: 5px;
    margin-top: 7px;
}
.account-group .list-group-item .fa {
    font-size: 36px;
    display: block;
    text-align: center;
    margin: auto;
    width: auto;
}
.account-menu li {
    list-style: none;
	cursor: pointer;
	position: relative;
}
.account-menu .dropdown-menu {
    border: 0;
    padding: 0;
    top: auto;
    bottom: -40px;
    right: 100%;
    left: auto;
    white-space: nowrap;
}
.cash_plusplus a {
    color: #e4003a;
    text-decoration: underline;
}

.modal-header.callback-header {
    text-align: center;
    padding: 10px;
}
.modal-footer.text-center {
    text-align: center;
}
#callback_modal .alert {
    position: fixed;
    bottom: 70px;
    left: 0;
    right: 0;
    padding: 10px 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#callback_modal .alert-success {
	bottom: 55px;
}
#callback_modal.modal.in .modal-dialog {
    transform: translate(0%, 12%);
}

body.common-home .informations-row {
    display: none;
}
footer {
    background: #fff;
    position: relative;
    z-index: 2;
    /* border: 1px solid #ddd; */
    /* border-radius: 6px; */
    padding: 30px 30px 20px 30px;
    margin-bottom: 20px;
    margin-top: 30px;
	/* box-shadow: 0 3px 10px rgba(0,0,0,.1); */
}
#footer-map + .container > footer{
	margin-top: 0;
}

footer .contacts {
	text-align: center;
}
footer .contacts h3 {
    margin-top: 0px;
    color: rgb(105, 105, 105);
    font-size: 48px;
    font-weight: 300;
}
footer .contacts h4 {
	color: #696969;
    font-size: 24px;
    font-weight: 700;
}
footer .footer-contacts {
    font-size: 22px;
    color: #696969;
    font-weight: 300;
}
footer .footer-contacts a {
    font-size: 22px;
    color: #696969;
    font-weight: 300;
	text-decoration: none;
}
footer .footer-contacts span {
	padding-right: 5px;
}
footer .contacts-left img {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}
footer .powered {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #696969;
}

@media (max-width: 480px) {
footer .footer-block {
	width: 100%;
}
}

footer h5{
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
footer h5 span{
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
}
footer hr{
	border-color: #eee;
	margin-bottom: 10px;
	margin-top: 10px;
}
footer li{
	margin: 3px 0;
}
footer .glyphicon, footer .fa  {
	font-size: 14px;
	line-height: 20px;
	vertical-align: bottom;
	color: #d9534f;
	margin-right: 10px;
}

.pay-icons{
	margin: 5px 0 0 0;
}
.pay-icons li{
	display: inline-block;
	opacity: 0.75;
}
.pay-icons li:hover{
	opacity: 1;
}

#footer-map {
	background: #fff;
	background-attachment: fixed;
	position: relative;
	margin-top: 0;
}
#footer-map .container {
    width: 100%;
    padding: 0;
}
#footer-map .close-map{
	position: absolute;
	top: 87px;
	right: 10px;
	display: none;
	font-family: arial;
}
#footer-map .close-map button{
}
#footer-map .close-map .btn-contacts{
	width: 200px;
}
#footer-map .map-toogle{
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -22px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #bbb;
	padding: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#footer-map .map-toogle:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 50%;
z-index:3;
}
#footer-map .map-toogle a{
	font-size: 14px;
	z-index: 4;
	position: relative;
	display: block;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	background: #d9534f;
	color: #fff;
	font-size: 14px;
	opacity: 1;
	line-height: 36px;
	text-align: center;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
	cursor: pointer;
}

#footer-map .glass,
#footer-map .glass:before,
#footer-map .glass:after{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#footer-map .glass:before{
	content: "";
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
#footer-map .glass:after{
	content: "";
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

#footer-map .map-content{
	position: relative;
	height: 120px;
	overflow: hidden;
	opacity: 1;
}

#footer-map .map-content > ymaps{
	width: auto!important;
	height: 100%!important;
}
#footer-map .ymaps-copyrights-pane{
	display: none;
}
#footer-map .ymaps-controls-pane{
	opacity: 0;
}

.map-open{
	overflow: hidden;
}
.map-open #footer-map .container{
	width: 100%;
	padding: 0;
}
.map-open #footer-map .close-map{
	display: block;
}
.map-open #footer-map .glass{
	visibility: hidden;
}
.map-open #footer-map .ymaps-controls-pane{
	opacity: 1;
}
.map-open #scroll-top-button {
    display: none!important;
}

#scroll-top-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: rgba(0,0,0,.2);
    z-index: 99999;
    cursor: pointer;
}
#scroll-top-button:hover {
    color: rgba(0,0,0,.3);
}
#scroll-top-button .fa {
    font-size: 42px;
}

.visible-sxs {
    display: none !important;
}

body.common-home .tooltip {
	opacity: 1 !important;
}
body.common-home .tooltip.left .tooltip-arrow {
	border-left-color: #fff;
}
body.common-home .tooltip.top .tooltip-arrow {
	border-top-color: #fff;
}
body.common-home .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fff;
}
body.common-home .tooltip.right .tooltip-arrow {
	border-right-color: #fff;
}
body.common-home .tooltip .tooltip-inner {
	color: #000;
    padding: 7px;
    background-color: #fff;
	opacity: 1 !important;
}


@media (max-width: 991px) {
footer .contacts-left, footer .contacts-left {
    display: none;
}


}

@media (max-width: 569px) {
footer .footer-contacts {
    font-size: 20px;
}

}

@media (max-width: 479px) {
footer .footer-contacts {
    font-size: 18px;
}

}

@media (max-width: 480px) {
	.visible-sxs {
		display: block !important;
	}
}

@media (max-width: 429px) {
footer .contacts h3 {
    margin-top: 0px;
    color: rgb(105, 105, 105);
    font-size: 40px;
    font-weight: 300;
}
footer .footer-contacts {
    font-size: 16px;
}

}

@media (max-width: 329px) {
footer .contacts h3 {
    font-size: 42px;
}
footer .contacts h4 {
    font-size: 22px;
}
footer .footer-contacts {
    font-size: 16px;
    font-weight: 300;
}
footer .footer-contacts span {
    display: none;
}

}

div#promo {
	background-image: url(/image/promo/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0 0 0 365px rgba(177, 177, 177, 0.7) inset;
}

div#fileserts2 {
	/*padding-left: 50px;*/
	/*padding-right: 30px;*/
}

div#fileserts2 .owl-item.loading {
	min-height: 300px;
}
div#fileserts2 .owl-controls {
	margin: 0;
	text-align: center;
}
div#fileserts2 .owl-controls .owl-prev {
	position: absolute;
	left: 20px;
	top: 40%;
	color: #fff;
	padding: 3px 7px;
	border: 1px solid #656565;
	background: rgba(171, 160, 155, 0.74);
}
div#fileserts2 .owl-controls .owl-prev i {
	padding-right: 1px;
	margin-top: 1px;
}
div#fileserts2 .owl-controls .owl-next {
	position: absolute;
	right: -5px;
	top: 40%;
	color: #fff;
	padding: 3px 7px;
	border: 1px solid #656565;
	background: rgba(171, 160, 155, 0.74);
}
div#fileserts2 .owl-controls .owl-next i {
	padding-left: 1px;
	margin-top: 1px;
}

div#fileserts2 .owl-item.loading {
	min-height: 200px;
}

div#fileserts2 .owl-item.loading {
	min-height: 200px;
}


div#fileserts2 {
	/*padding-left: 80px;*/
	/*padding-right: 80px;*/
	text-align: center;
}
div#fileserts2 .owl-controls .owl-next {
	right: 15px;
	top: 40%;
	padding: 3px 7px;
}

@media (max-width: 569px) {
	div#fileserts2 {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width: 479px) {
	div#fileserts2 {
		padding-left: 40px;
		padding-right: 40px;
	}
}
div#fileserts3 {
	/*padding-left: 50px;*/
	/*padding-right: 30px;*/
}

div#fileserts3 .owl-item.loading {
	min-height: 300px;
}
div#fileserts3 .owl-controls {
	margin: 0;
	text-align: center;
}
div#fileserts3 .owl-controls .owl-prev {
	position: absolute;
	left: 20px;
	top: 40%;
	color: #fff;
	padding: 3px 7px;
	border: 1px solid #656565;
	background: rgba(171, 160, 155, 0.74);
}
div#fileserts3 .owl-controls .owl-prev i {
	padding-right: 1px;
	margin-top: 1px;
}
div#fileserts3 .owl-controls .owl-next {
	position: absolute;
	right: -5px;
	top: 40%;
	color: #fff;
	padding: 3px 7px;
	border: 1px solid #656565;
	background: rgba(171, 160, 155, 0.74);
}
div#fileserts3 .owl-controls .owl-next i {
	padding-left: 1px;
	margin-top: 1px;
}

div#fileserts3 .owl-item.loading {
	min-height: 200px;
}

div#fileserts3 .owl-item.loading {
	min-height: 200px;
}


div#fileserts3 {
	/*padding-left: 80px;*/
	/*padding-right: 80px;*/
	text-align: center;
}
div#fileserts3 .owl-controls .owl-next {
	right: 15px;
	top: 40%;
	padding: 3px 7px;
}

@media (max-width: 569px) {
	div#fileserts3 {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width: 479px) {
	div#fileserts3 {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.promo-badge {
	justify-content: center;
	display: flex;
}
.promo-badge span {
	background-color: #ff214a85;
	padding: 10px;
	border-radius: 16px;
	color: white;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.header-menu__red span{
	color: #ff214a;
	font-weight: bold;
}

.tour-text {
	text-align: center;
	align-items: center;
	margin-top: 90px;
	/*background-color: #f0f8ff82;*/
	/*border-radius: 16px;*/
	/*padding: 10px;*/
}
.tour-text strong {
	/*font-size: 26px;*/
	/*color: #ff385e;*/
	color: #151515;
	font-size: 27px;
	/* font-size: 36px; */
	font-weight: 300;
}
@media screen and (max-width: 768px) {

	.tour-text {
		margin-top: 0;
	}
}