

/* Start:/bitrix/templates/oil_shop/components/bitrix/catalog.section.list/popup_menu/style.css?17616334485413*/
.header_catalog_new{
    position: absolute;
    z-index: 122;
    top: 100%; 
    padding: 25px 8px 25px 14px;
    width: 265px;
    left: 0; 
	background: #1F1F1F;
	border-radius: 10px;
	display: none;
	margin-top: 10px;
    height: calc(100vh - 100px);
	max-height: 800px;
} 
@media(min-width: 768px){
.header_catalog_new	::-webkit-scrollbar {
		width: 4px; 
		background-color: #1F1F1F; 
	}
.header-catalog-right	::-webkit-scrollbar  {
		width: 4px;
		background-color: #fff;
	} 
.header_catalog_new	::-webkit-scrollbar-thumb {   
		background: #404040;  
		border-radius: 50px;
	} 
.header-catalog-right	::-webkit-scrollbar-thumb   {   
		background: #d6d6d6; 
		border-radius: 50px;
	} 
.header_catalog_new	::-webkit-scrollbar-track { 
		background-color: #1F1F1F;
	}
.header-catalog-right	::-webkit-scrollbar-track { 
		background-color: #fff;
	}
}
.catalog-open{
overflow: hidden;
}
.catalog-open .catalog-menu-back{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #121212;
opacity: 0.5;
z-index: 121;
}
.catalog-open .header_catalog_new{
display: block;
}
.catalog-header-ul{
	overflow: auto;
	height: 100%;
	padding-right: 13px;
}

.header-catalog-right{
display: none;
}
.catalog-open .header-catalog-right{
    position: absolute;
    z-index: 122;
    top: 100%; 
    padding: 25px 18px 25px 33px;
    width: calc(100% - 273px);
    right: 0; 
	background: #fff;
	border-radius: 10px;
	display: block;
	margin-top: 10px;
    height: calc(100vh - 100px);
	max-height: 800px;

}
.header-catalog-content{
width: 100%;
height: 100%;
overflow: auto;
padding-right: 28px;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}

.menu_str a{ 
display: flex;
width: 100%;
align-items: center;
padding: 0 10px 0 14px;
font-weight: 600;
font-size: 13px;
color: #fff;
border-radius: 3px;
height: 32px;
transition: 0.5s;
line-height: 110%;
}
.menu_str a svg{
margin-right: 8px;
width: 3px;
}
.catalog-header-ul .hovered:not(.menu_str2) a svg,
.catalog-header-ul .menu_str:not(.menu_str2) a:hover svg,
.catalog-header-ul a svg+svg{
display: none;
}
.catalog-header-ul .hovered:not(.menu_str2) a svg+svg,
.catalog-header-ul .menu_str:not(.menu_str2) a:hover svg+svg{
display: block;
}
.catalog-header-ul .hovered:not(.menu_str2) a,
.catalog-header-ul .menu_str:not(.menu_str2) a:hover{
color: #1F1F1F;
 background: #FFD900;
}

.menu_str:not(:nth-last-child(2)){
	margin-bottom: 10px;
}




.for-right-content{
display: none;
}


.popup-catalog-title{
line-height: 100%;
width: 100%;
padding-bottom: 9px;
white-space: nowrap;
font-size: 16px;
font-weight: bold;
color: #1F1F1F;
margin-bottom: 15px;
border-bottom: 1px solid #d2d2d2;
}

.popup-catalog-brands{
width: 47.7%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}
.popup-brands-el{
width: 49%;
margin-bottom: 5px;
}
.popup-catalog-links-el{
margin-bottom: 5px;
}
.popup-catalog-links-el a,
.popup-brands-el a{
font-weight: 600;
font-size: 13px;
color: #1F1F1F;
transition: 0.4s;
line-height: 110%;
display: inline-block;
}
.popup-catalog-links-el a:hover,
.popup-brands-el a:hover{
font-weight: 700;
color: #DF0028;
}

.brands-flex{
width: 100%;
max-width: 385px;
display: flex;
justify-content: space-between;
align-items: center;
}

.brands-flex a{
display: block;
height: 52px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
transition: 0.5s;
}
.brands-flex a:nth-child(1){
	width: 24.85%;
	background-image: url(/bitrix/templates/oil_shop/components/bitrix/catalog.section.list/popup_menu/img/logo-akira.jpg);
}
.brands-flex a:nth-child(2){
	width: 20%;
	background-image: url(/bitrix/templates/oil_shop/components/bitrix/catalog.section.list/popup_menu/img/logo-teboil.svg);
}
.brands-flex a:nth-child(3){
	width: 18%;
	background-image: url(/bitrix/templates/oil_shop/components/bitrix/catalog.section.list/popup_menu/img/brand3.png);
}
.brands-flex a:nth-child(4){
	width: 24.42%;
	background-image: url(/bitrix/templates/oil_shop/components/bitrix/catalog.section.list/popup_menu/img/brand4.png);
}
.brands-flex a:hover{
transform: scale(1.03);
}

.popup-catalog-links{
width: 46.1%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}

.popup-catalog-links1{
width: 66%;
}
.popup-catalog-links2{
width: 25.12%;
}

.popup-close{display: none;}

@media(max-width: 1000px){
	.popup-catalog-links,
	.popup-catalog-brands{
		width: 100%;
	}
}
@media(max-width: 768px){
	body .header_bot{
		z-index: 122;
	}
	.catalog-open .header_search,
	.catalog-open .header-catalog-right,
	.header-catalog-right{display:none;}

	.header_catalog_new{
		height: calc(100vh - 75px);
		border-radius: 0 10px 10px 0;
		padding: 0;
		position: fixed;
    	top: 58px;
	} 
	.menu_str{padding: 0 21px 0 14px;}

	.popup-close{
		display: inline-block;
		user-select: none;
		left: 100%;
		position: absolute;
		margin-left: 18px;
		top: 31px;
	}
	.popup-catalog-links1,.popup-catalog-links2{width: 100%;}
	.for-right-content{
		background: #fff;
		margin-bottom: 10px;
		padding: 12px 28px;
	}
	/*.header_catalog_new	::-webkit-scrollbar{width: 20px;}
	.header_catalog_new	::-webkit-scrollbar-thumb {    
		border: solid 8px transparent;
		background-clip: padding-box; 
	} */
	.catalog-header-ul{
		padding: 25px 0;
    	border-radius: 0 10px 10px 0;
	}
}
@media(max-width: 410px){
	body .logo img{
		width: 100%;
		margin: 0;
	}
	body .logo{width: 100px;margin-right:5px;}
	body .container{min-width: inherit;}
}


@media(min-width: 768px){
	.menu_str-h{
display: none;margin:0 !important;
}
	.menu_str+.menu_str-h{margin-top: -18px !important;} 
	.menu_str-h a{font-size:12px;height:28px;}
}











/* End */


/* Start:/bitrix/templates/oil_shop/components/bitrix/search.title/visual1/style.css?16146685554176*/
.bx_item_element>a>div{
display: none;
}
.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	padding: 0;
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 300px;
	max-width: calc(100vw - 20px);
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/oil_shop/components/bitrix/search.title/visual1/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0; background: #FFD900;}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_searche a{
box-shadow:none;}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #fff}
.bx_item_block.all_result .all_result_title a:hover{color: #fff}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/bitrix/templates/oil_shop/components/bitrix/catalog.products.viewed/bootstrap_v5/style.min.css?1605798415153*/
.catalog-products-viewed-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}
/* End */


/* Start:/bitrix/templates/oil_shop/js/owl.carousel.min.css?16057984163351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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(/bitrix/templates/oil_shop/js/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/oil_shop/js/jquery.fancybox.min.css?160579841612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/oil_shop/css/swiper.min.css?160579841613580*/
/**
 * Swiper 5.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 30, 2019
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size)}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/bitrix/templates/oil_shop/styles.css?17792042033072*/
.order-wrapper-new {
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

.order-wrapper-new .bx-soa-section.bx-selected .bx-soa-section-title {
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.order-wrapper-new .bx-soa-section-title {
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    font-weight: 600 !important;
}

.order-wrapper-new .bx-soa-section.bx-selected {
    border: 1px solid #FFD900 !important;
}

.order-wrapper-new .bx-soa-section-title-container {
    background: transparent !important;
}

.order-wrapper-new .bx-soa-section.bx-step-completed {
    border: 1px solid #FFD900 !important;
}

.order-wrapper-new .bx-soa-pp-company {
    border: 1px solid #E8E8E8 !important;
    background: transparent !important;
}

.order-wrapper-new .bx-soa-pickup-list-item.bx-selected {
    background: transparent !important;
}

.bx-green .btn.btn-default {
    font-weight: 600 !important;
    background-color: #FFD900 !important;
    border-color: #FFD900 !important;
    color: #000 !important;
}

.bx-green .btn.btn-default:hover {
    font-weight: 600 !important;
    background-color: #1F1F1F !important;
    border-color: #1F1F1F !important;
    color: #ffffff !important;
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
    background: #006559 !important;
    border-color: #006559 !important;
}

.bx-soa-pickup-list .bx-soa-pickup-list-item:last-child {
    border-bottom: 1px solid #E8E8E8 !important;
}

.bx-soa-pickup-list .bx-soa-pickup-list-item {
    border-top: 1px solid #E8E8E8 !important;
}

.form-group .form-control:focus {
    border-color: #E8E8E8 !important;
}

.order-wrapper-new .form-control {
    height: 50px !important;
    background-color: #ffffff !important;
    border: 1px solid #E8E8E8 !important;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #E8E8E8 !important;
}

.bx-soa .bx-soa-customer-label, .bx-soa .bx-soa-custom-label, .bx-soa .form-group label {
    font-weight: bold !important;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-weight: bold !important;
}
.brands-flex{
	column-gap: 10px;
}
.brands-flex a:nth-child(5){
	width: 8.42%;
	background-image: url(/bitrix/templates/oil_shop/components/bitrix/catalog.section.list/popup_menu/img/brand5-FQ.png);
}
.brands-flex-transsionnye {
    justify-content: flex-start;
}
.brands-flex-transsionnye a:nth-child(1){
	width: 19.42%;
	background-image: url(/bitrix/templates/oil_shop/components/bitrix/catalog.section.list/popup_menu/img/brends-6-aisin-oli.svg);
}
.brands-flex-transsionnye a:nth-child(2){
	width: 8.42%;
	background-image: url(/bitrix/templates/oil_shop/components/bitrix/catalog.section.list/popup_menu/img/brand5-FQ.png);
}

.breadcrumbs span a span {
    color: #666666 !important;
    margin: 0 !important;
}

.breadcrumb_arr {
    color: #666666 !important;
    margin: 0 -8px 0 8px !important;
}

/* End */


/* Start:/bitrix/templates/oil_shop/template_styles.css?177909398917629*/
.d-flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-column {
	flex-direction: column;
}
.align-items-center {
	align-items: center;
}
.w-100 {
	width: 100%;
	flex-basis: 100%;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
	flex: 1 0 0%;
	flex-wrap: wrap;
	display: flex;
}
div[class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.col-12 {
	max-width: 100%;
	flex-basis: 100%;
}
.contact-wrap {
	flex-direction: column;
}
.contact-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.store-list__block:not(:last-of-type) {
	margin-bottom: 20px;
}
.store-list__image-wrap {
	max-width: 180px;
	margin-right: 20px;
}
.store-list__content {
	font-size: 14px;
	line-height: 1.5;
}
.store-list__work {
	font-size: 12px;
	color: rgba(102, 102, 102, 1);
	margin-top: 10px;
	margin-bottom: 10px;
}
.store-list__tel a {
	color: inherit;
	font-weight: 600;
}
.store-list__nav a {
	color: inherit;
	text-decoration: underline;
	font-weight: 600;
}
.store-list__nav a:hover {
	text-decoration: none;
}
.store-list__nav svg {
	margin-left: 10px;
}
.store-list__balloon {
	padding: 40px;
}
.store-list__image {
	border-radius: 4px;
}
.car-service.container {
	margin-top: 40px;
	margin-bottom: 40px;
}
.store-list__tabs {
	margin-bottom: 20px;
}
.store-list__tab {
	font-size: 12px;
	line-height: 1.3;
	color: rgba(85, 85, 85, 1);
	padding: 6px 10px;
	display: inline-block;
}
.store-list__tab.active-tab {
	color: #fff;
	background-color: rgba(0, 101, 89, 1);
	border-radius: 30px;
}
#map [class*="-controls__toolbar"], 
#map [class*="-controls__bottom"],
#map [class*="-copyrights-pane"] {
	display: none !important;
}
.block-title {
	font-weight: 600;
	margin-bottom: 20px;
}
.requisites__content {
	margin-left: -30px;
	margin-right: -30px;
}
.requisites__content-row {
	width: 25%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}
.requisites__content-title {
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	line-height: 1.2;
}
.requisites__content-text {
	line-height: 1.3;
}
#footer {
	margin-top: 90px;
}
#order__stores {
	margin-top: 40px;
	margin-bottom: 60px;
}
.header-store-list, .header-store-list a {
	font-size: 12px;
	color: rgba(232, 232, 232, 1);
}
.header-store-list__dropdown, .header-store-list__block {
	display: none;
}
.header-store-list__dropdown.shown-stores, .header-store-list__block.selected-address {
	display: flex;
}
.header-store-list__block {
	align-items: center;
}
.header-store-list__nav {
	padding: 10px 15px;
	margin-left: 20px;
	margin-right: 108px;
	line-height: 1;
	border-radius: 4px;
	background-color: rgba(255, 217, 0, 1);
}
.header-store-list__nav span {
	margin-right: 15px;
	color: rgba(34, 34, 34, 1);
	font-weight: 600;
}
.header-store-list__select-title {
	line-height: 1;
}
.header-store-list__phone, .header-store-list__work {
	line-height: 1.5;
}
.header-store-list__work {
	color: rgba(232, 232, 232, 0.5);
	margin-left: 20px;
	margin-right: 20px;
}
.header-store-list__selected-address-text {
	font-weight: 600;
	border-bottom: 1px dashed rgba(232, 232, 232, 0.5);
}
.shown-dropdown .header-store-list__selected-address-text {
	border-bottom-color: transparent;
}
.header-store-list__selected-address-text:hover {
	cursor: pointer;
	border-bottom-color: transparent;
}
.header-store-list__more-address {
	color: rgba(232, 232, 232, 0.5);
	padding-left: 5px;
}
.header-store-list__select {
	position: relative;
}
.header-store-list__dropdown {
    width: max-content;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    color: rgba(34, 34, 34, 1);
    box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 40%);
    z-index: 999;
    left: 0;
    top: calc(100% + 15px);
	display: none;
    position: absolute;
}
.header-store-list__dropdown.shown-dropdown {
	display: block;
}
.header-store-list__dropdown-item:hover {
	cursor: pointer;
}
.header-store-list__dropdown-item.selected-address {
	font-weight: 600;
}
.order__store-address {
	padding-left: 37px;
}
.order__store-row input {
	display: none;
}
.order__store-address {
	padding-right: 20px;
	background: #fff;
	z-index: 1;
	position: relative;
}
.order__store-address::before {
	content: '';
	width: 17px;
	height: 17px;
	border: 1px solid #E8E8E8;
	border-radius: 50%;
	margin-top: -8px;
	left: 0;
	top: 50%;
	position: absolute;
}

.is-invalid .order__store-address::before {
	border-color: #DE112F;
}
.order__store-row input:checked + .order__store-address::after {
	content: '';
	width: 11px;
	height: 11px;
	margin-top: -4px;
	background: #006559;
	border-radius: 50%;
	left: 4px;
	top: 50%;
	position: absolute;
}
.order__store-status-miss .order__store-address {
	color: #adadad;
}
.is-invalid .order__store-address, .is-invalid .is-invalid__mess {
	color: #DE112F;
}
.is-invalid__mess {
	margin-top: 10px;
}
.order__store-available, .order__store-miss {
	padding-left: 20px;
	background: #fff;
	z-index: 1;
	position: relative;
}
.order__store-available {
	color: #009950;
}
.order__store-miss {
	color: #DE112F;
}
.order__store-row label {
	align-items: center;
	justify-content: space-between;
	display: flex;
	position: relative;
}
.order__store-row label::before {
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px dashed rgba(34, 34, 34, 0.3);
	z-index: 0;
	position: absolute;
	display: none;
}
.order__stores-time, .order__delivery-info__next-day, .order__delivery-info__fast {
	background: rgba(243, 243, 243, 1);
	padding: 22px;
	margin-top: 40px;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
}
.order__stores-time-text, .order__delivery-info__text {
	width: calc(100% - 40px);
	padding-left: 20px;
}
.hide {
	display: none;
}
.main-con{
width: 100%;
max-width: 1220px;
padding: 0 10px;
margin: 0 auto;
}
.header-first-new{
background: #1F1F1F;
color: #fff;
padding: 10px 0 14px;
}
.header-first-new .main-con{
display: flex;
}
.header-adr{
font-weight: 500;
font-size: 12px;
display: flex;
align-items: center;
}
.header-adr svg{
margin-right: 8.3px;
}
.header-new-menu ul{
list-style: none;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
}
.header-new-menu li{
margin: 0 7.5px;
}
.header-new-menu a{
color: #fff;
font-size: 12px;
font-weight: 700;
transition: 0.3s;
}
.header-new-menu a:hover,
.header-new-menu a.selected{
color: #FFD900;
}
.header-new-time{
font-weight: 500;
font-size: 12px;
opacity: 0.7;
}
.header-new-phones{
text-align: center;
}
.header-new-phones a{
display: inline-block;
font-weight: 500;
font-size: 12px;
color: #fff;
margin: 0 7.5px;
}
.header-first-right{
display: flex;
align-items: center;
}
.header-first-right a{
font-weight: 500;
font-size: 12px;
color: #fff;
transition: 0.3s;
}
.header-first-right a+a{
margin-left: 10px;
}
.header-first-right a:hover{
color: #FFD900;
}
.header-first-right svg{
margin-right: 9px;
}
.container-reviews {
	flex-direction: column;
	align-items: center;
}
.reviews-title {
	display: flex;
	justify-content: start;
}
.reviews-widget {
	width: 700px !important;
	}


@media(min-width: 920px){
	.header-first-new .main-con{
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	}
}
@media(min-width: 1100px){
	.header-first-mid{
	display: flex;
	align-items: center;
	}
	.header-new-phones{
	margin-left: 12px;
	}
}
.header-new-second{
background: #fff;
z-index: 777;
position: -webkit-sticky;
position: sticky;
top: 0;
margin-bottom: 20px;
box-shadow: 5px 20px 30px rgb(175 175 175 / 10%);
padding: 5px 0;
}
.header-new-second .main-con{
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.action-link-wrap-new{
display: flex;
align-items: center; 
}
.action-link-wrap-new a{
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background: #1F1F1F;
border-radius: 5px;
}
.action-link-wrap-new a:not(:last-child){
margin-right: 6px;
}
.action-link-wrap-new a.header-search-mobile-open,
.action-link-wrap-new a:last-child{
background: #FFD900;
}
.action-link-wrap-new a::after{
content: attr(items_count);
position: absolute;
right: 2px;
top: 2px;
width: 13px;
height: 13px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 100%;
color: #fff;
background: #DF0028;
font-size: 9px;
font-weight: 500;
}
.action-link-wrap-new a.header-search-mobile-open::after,
.action-link-wrap-new a span{
display: none;
}
.header_search-new{
position: absolute;
top: calc(100% + 10px);
transition: 0.3s opacity;
left: -999999px; 
opacity: 0;
width: calc(100% - 20px);
}
.search-show .header_search-new{
left: 10px;
opacity: 1;
}
.header_search-new button{
position: absolute;
top: 0;
right: 0px;
width: 40px;
height: 40px;
background: #FFD900;
border-radius: 5px;
border: none;
}
.header_search-new input{
border: none;
width: 100%;
height: 40px;
border-radius: 5px;
background: #F0F0F0;
padding: 0 50px 0 34px;
font-weight: 500;
font-size: 14px;
}

.header_catalog{
width: 40px;
height: 40px;
background: #FFD900;
border-radius: 5px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin: 0 6px;
}
.header_catalog span{
display: none;
}
.logo-new{
width: 23.3%;
max-width: 288px;
}
.logo-new img{
width: 100%;
height: auto;
}
@media(min-width: 450px){
	.header_catalog{
	width: auto;
	padding: 0 27px 0 13px;
	}
	.header_catalog span{
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin-left: 14px;
	color: #1F1F1F;
	}
}
@media(min-width: 700px){
	.action-link-wrap-new a{
	height: 54px;
	width: 54px;
	transition: 0.3s;
	}
	.header_catalog{
	height: 54px;
	}
	.action-link-wrap-new a::after{
	width: 16px;
	height: 16px;
	top: 3px;
	right: 3px;
	}
}
@media(min-width: 1000px){
	.header-new-second .main-con{
	padding: 5px 10px;
	}
	.header_catalog{
	margin: 0;
	z-index: 1;
	}
	.action-link-wrap-new a.header-search-mobile-open{
	display: none;
	}
	.header_search-new{
	position: relative;
	left: 0;
	opacity: 1;
	margin-left: -12px;
	}
	.catalog-search-con{
	display: flex;
	align-items: center;
	width: calc(100% - 590px);
	}
	.header_search-new input{
	height: 54px;
	padding-right: 60px;
	}
	.header_search-new button{
	height: 54px;
	width: 54px;
	transition: 0.3s;
	cursor: pointer;
	}
	.action-link-wrap-new a:last-child{
	width: auto;
	padding: 0 21px 0 17px;
	}
	.action-link-wrap-new a span{
	display: block;
	margin-left: 13.5px;
	font-weight: 600;
	font-size: 14px;
	color: #1F1F1F;
	transition: 0.3s;
	}
	.action-link-wrap-new a:hover{
	background: #FFD900;
	}
	.action-link-wrap-new a:hover path{
	fill: #1F1F1F;
	}
	.action-link-wrap-new a:last-child:hover,
	.header_search-new button:hover{
	background: #1F1F1F;
	}
	.action-link-wrap-new a:last-child:hover path,
	.header_search-new button:hover path{
	fill: #fff;
	}
	.action-link-wrap-new a:last-child:hover span{
	color: #fff;
	}
}
.main-slider{
margin-bottom: 31px;
}
.main-slide{
border-radius: 7px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.main-slide-left{
text-align: center;
color: #fff;
background: rgba(36,36,36,0.7);
margin: 0 auto;
max-width: 710px;
border-radius: 7px;
padding: 25px 15px 50px;
}
.yellow-title{
font-weight: 500;
font-size: 12px;
line-height: 15px;
margin-bottom: 15px;
color: #FFC802;
}
.main-slide-title{
font-size: 24px;
line-height: 123%;
margin-bottom: 10px;
font-weight: 700;
}
.main-slide-desc{
font-weight: 500;
font-size: 18px;
line-height: 22px;
margin-bottom: 30px;
}
.main-slide-btn{
display: inline-block;
padding: 0 15px;
min-width: 250px;
font-weight: 600;
font-size: 16px;
background: #FFD900;
border-radius: 5px;
line-height: 56px;
color: #1F1F1F;
text-align: center;
}
.slick-dots{
position: absolute;
bottom: 10px;
width: 100%;
left: 0;
display: flex;
justify-content: center;
align-items: center;
list-style: none;
padding: 0 28.5px;
}
.slick-dots li{
margin: 0 12.5px;
}
.slick-dots button{
border: none;
padding: 0;
font-size: 0;
width: 16px;
height: 16px;
background: #707070;
border-radius: 100%;
cursor: pointer;
}
.slick-dots .slick-active button{
background: #FFD900;
}
@media(min-width: 950px){
	.main-slide-left{
	margin-left: 0;
	min-height: 450px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding: 60px 15px 60px 86px;
	}
	.main-slide-title{
	font-size: 40px;
	margin-bottom: 24px;
	}
	.main-slide-desc{
	margin-bottom: 36px;
	}
	.main-slide-btn{
	line-height: 87px;
	min-width: 310px;
	transition: 0.4s;
	}
	.main-slide-btn:hover{
	color: #fff;
	background: #1F1F1F;
	}
	.slick-dots{
	max-width: 710px;
	justify-content: flex-end;
	bottom: 40px;
	}
}
@media(min-width: 1200px){
	.slick-arrow{
	font-size: 0;
	width: 89px;
	height: 89px;
	margin-top: -50px;
	border-radius: 100%;
	border: none;
	transition: 0.4s;
	cursor: pointer;
	position: absolute;
	top: 50%;
	background-color: #EAEAEA;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	}
	.slick-arrow:hover{
	transform: scale(1.05);
	}
	.slick-prev{
	left: 0;
	margin-left: -44.5px;
	background-image: url(/bitrix/templates/oil_shop/img/main-left.svg);
	}
	.slick-next{
	right: 0;
	margin-right: -44.5px;
	background-image: url(/bitrix/templates/oil_shop/img/main-right.svg);
	}

}
.main-btns{
width: 100%;
background: #F8F8F8;
border-radius: 7px;
padding: 26px 31px;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
margin-bottom: 45px;
}
.main-btns a{
width: 100%;
max-width: 555px;
display: flex;
justify-content: center;
align-items: center;
transition: 0.4s;
height: 87px;
font-weight: 600;
font-size: 16px;
border-radius: 5px;
}
.main-btns a svg{
margin-right: 16px;
}
.main-btns a span{
display: none;
}
.main-btns a:nth-child(1){
color: #1F1F1F;
background: #FFD900;
margin-bottom: 26px;
}
.main-btns a:nth-child(2){
background: #1F1F1F;
color: #fff;
}
@media(min-width: 500px){
	.main-btns a span{
	display: inline;
	}
}
@media(min-width: 850px){
	.main-btns{
	flex-direction: row;
	margin-bottom: 71px;
	}
	.main-btns a{
	width: calc(50% - 14px);
	}
	.main-btns a:nth-child(1){
	margin-bottom: 0;
	}
	.main-btns a:nth-child(2):hover{
	color: #1F1F1F;
	background: #FFD900; 
	}
	.main-btns a:nth-child(2):hover path{
	fill: #1F1F1F;
	}
	.main-btns a:nth-child(1):hover{
	background: #1F1F1F;
	color: #fff;
	}
	.main-btns a:nth-child(1):hover path{
	fill: #fff;
	}
	.header_catalog, .header_catalog span{transition: 0.5s;}
	.header_catalog:hover{
	background: #1F1F1F;
	}
	.header_catalog:hover span{
	color: #fff;
	}
	.header_catalog:hover rect{
	stroke: #fff;
	}
}

.main-videos{
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
margin-bottom: 80px;
}
.main-video{
position: relative;
background-color: #006559;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
display: block;
width: 49%;
margin-bottom: 2%;
border-radius: 7px;
padding-bottom: 33.9%;
}
.main-video svg{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 0.4s;
max-width: 20%;
}
.main-video:hover svg{
transform: translate(-50%, -50%) scale(1.04);
}

.tovar_photo{position: relative;}
.tovar_photo::after,
.main_catalog_item::after{
	content: "";
	pointer-events: none;
	display: block;
	position: absolute;
	left: 14px;
	top: 14px;
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate3d(0,0,0);
	background-image: url(/bitrix/templates/oil_shop/img/brjyrf.png);
}


.tovar_photo::after{
z-index: 1;
}

@media screen and (min-width: 992px) {
	.col-md-6 {
		max-width: 50%;
		flex-basis: 50%;
	}
	.store-list__tabs {
		display: none;
	}
}
@media(max-width: 1199px){
	.header-store-list__nav {
		margin-right: 20px;
	}
	.header-store-list__dropdown {
		top: 100%;
	}
}
@media(max-width: 991px){
	.header-first-new .main-con {
		flex-wrap: wrap;
	}
	.header-store-list {
		width: 100%;
		margin-bottom: 20px;
	}
	.store-list__tab-content {
		display: none;
	}
	.store-list__tab-content.active-tab {
		display: block;
	}
	#store-map {
		height: 400px;
	}
	.requisites__content-row {
		width: 50%;
	}
}
@media(max-width: 767px){
	.reviews-widget {
		max-width: 600px;
		}
	.header-store-list__select {
		padding-right: 170px;
	}
	.header-store-list {
		align-items: stretch;
		flex-direction: column;
		position: relative;
	}
	.header-store-list__nav {
		padding: 8px 15px;
		margin: 0;
		top: 0;
		right: 0;
		position: absolute;
	}
	.header-store-list__nav span {
		margin: 0;
	}
	.header-store-list__nav svg {
		display: none;
	}
	.header-store-list__select {
		margin-bottom: 10px;
	}
	.header-store-list__block {
		flex-direction: column;
		align-items: stretch;
	}
	.header-store-list__select-address {
		line-height: 1.3;
	}
	.header-store-list__more-address {
		white-space: nowrap;
	}
	.header-store-list__phone-wrap, .header-store-list__work {
		font-size: 10px;
		flex-direction: row;
		display: flex;
	}
	.header-store-list__phone-wrap a {
		margin-right: 10px;
	}
	.header-store-list__phone-wrap a:first-of-type:after {
		content: ';';
	}
	.header-store-list__work {
		margin: 5px 0 0;
	}
	.header-store-list__work br {
		display: none;
	}
	.header-new-menu {
		margin-right: auto;
	}
	.container.contact-wrap, .container.car-service, .container.requisites {
		padding: 0 20px;
	}
	.requisites__content {
		margin-left: -20px;
		margin-right: -20px;
	}
	.requisites__content-row {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media(max-width: 560px){
	.requisites__content-row {
		width: 100%;
		margin-bottom: 10px;
	}
	.reviews-widget {
		max-width: 400px;
		}
}
@media(max-width: 400px){
	#offer_delivery{font-size: 10px;}

	.reviews-widget {
		max-width: 320px;
		}
}
/* End */


/* Start:/bitrix/templates/oil_shop/css/style.css?166542084870796*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,500i,600,700,800&display=swap&subset=cyrillic');*/
* {
	margin: 0;
	padding: 0;
	outline:none;
	box-sizing: border-box;
}

html {
	min-height: 100%;
	
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 16px/30px Montserrat, Tahoma, Verdana, sans-serif;
	width: 100%;
	min-height: 100%;
	
}
input,button,textarea{
	font-family: Montserrat, Tahoma, Verdana, sans-serif;
}
a {
	color:#0061d1;
	outline: none;
	text-decoration: none;
}

p {
	margin: 0 0 30px
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
input {
	vertical-align: middle;
}

label{
	cursor: pointer;
}

.mobile_show{
	display: none !important;
	}

#wrapper {
	width: 100%;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;


}

.container{
	max-width: 1180px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}


.container.col{
	flex-direction: column;
	align-items: flex-start;
}


/* Header
-----------------------------------------------------------------------------*/
#header {

}

.header_top {
	border-bottom: 1px solid #E8E8E8;
	width: 100%;
	padding: 20px 0 21px;
	margin-bottom: 29px;
}

.header_lk{
	margin-right: 0;
	margin-left: auto;
	background: #F3F3F3;
	width: 142px;
	height: 40px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
}

.header_lk_exit{
	width: 70px;
	margin-left: 10px;
}

.header_lk img{
	margin-right: 10px;
}

.header_adr_block{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	margin-right: 27px;
}

.header_adr_block .header_adr_block_title{
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #777777;
	margin-bottom: 3px;
}

.header_phones{
	margin-right: 79px;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #006559;
	min-width: 267px;
}

.header_phones_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.header_phones a{
	color: inherit;
}

.header_phones_top a{
	display: inline-block;
	/*margin-right: 29px;*/
}

.header_phones_bot{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	margin-top: 3px
}

.header_phones_bot a{
	text-decoration: underline;
}

.header_banner{
	margin-bottom: 26px;
}

.header_banner img{
	display: block;
	width: 100%;
	height: auto;
}

.header_bot{
	margin-bottom: 30px;

}

.logo{
	margin-right: 37px;
	display: block;	
}

.logo img{
	display: block;
}

.logo a{
	display: block;
	height: auto;
}
/*
.header_catalog{
	width: 123px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFD900;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	cursor: pointer;
	position: relative;
}*/

.header_catalog_list{
	position: absolute;
	z-index: 10;
	top: 100%;
	background: #FFD900;
	padding: 10px;
	width: 225px;
	left: 0;
	border-radius: 4px;
	display: none;
}

.header_catalog_list .menu_str{
	margin: 5px 0
}

.header_catalog:hover .header_catalog_list{
	display: block;
}

.header_catalog a{
	color: inherit;
	display: flex;
}
/*
.header_catalog img{
	margin-right: 9px
}*/

.header_search{
	height: 50px;
	display:flex;
	margin-left: 10px
}

.header_search input[type="text"]{
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	padding: 16px 20px 17px;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	border-right: none;
	box-sizing: border-box;
	border-radius: 4px 0 0 4px;
	width: 437px;
}

.header_search input[type="submit"]{
	border-radius: 0px 4px 4px 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: none;
	background: url(/bitrix/templates/oil_shop/css/../img/header_search_b.svg) 50% 50% no-repeat #FFD900;

	
}

.header_actions{
	margin-left: 28px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	
}

.header_actions_cart{
	position: relative;
}

.header_actions:after{
	position: absolute;
	
	background: #DF0028;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 100%;
	top: -2px;
    right: 3px;
	content: attr(items_count);
}

.header_actions:after{
	right: -10px;
	top: -10px;
	font-size: 10px;
}

.header_actions img{
	display: block;
	margin: 0 auto 4px;
}

.breadcrumbs{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	
	margin-bottom: 40px;
	color: #000000;
}

.breadcrumbs a{
	color: #666666;

}

.breadcrumbs span{
	color: #000000;
	margin: 0 8px;
}

.h1{
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #006559;
	margin-bottom: 34px;
}

.h1_count{
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

.select_cat{
	border: 1px solid #006559;
	box-sizing: border-box;
	border-radius: 4px;
	height: 30px;
	padding: 0 22px 0 9px;
	cursor: pointer;
	background: url(/bitrix/templates/oil_shop/css/../img/select_cat.svg) calc(100% - 10px) 50%  no-repeat;
	-webkit-appearance: none;
	margin-bottom: 40px;
}

.blog_cat{
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.blog_item{
	width: calc(33% - 13px);
	margin-bottom: 21px;
	border: 1px solid #E8E8E8;
	background: #fff;
}

.blog_cat_home .blog_item{
	border: none;
}

.blog_item .img_box{
	margin-bottom: 29px
}

.blog_item .img_box img{
	display: block;
	width: 100%;
	height: auto;
}

.blog_item .blog_title{
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	padding: 0 39px;
	margin-bottom: 11px
}

.blog_item .blog_title a{
	color: inherit;
}

.blog_item .blog_desc{
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 30px;
	padding: 0 39px;
}

.blog_item .bloc_bottom{
	padding: 0 39px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog_item .bloc_bottom span{
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

.blog_item .bloc_bottom a{
	background: #FFD900;
	height: 50px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog_item .bloc_bottom a{
	padding: 0 20px
}

.page_pagination{
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 50px;
	align-items: center;

}

.page_pagination a{
	margin: 0 5px;
	color: inherit;
	border-radius: 3px;
	padding: 0 6px;
	line-height: 34px;
    min-width: 34px;
    display: block;
    text-align: center;
	
}
.page_pagination a.pagination_prev, .page_pagination a.pagination_next{
	line-height: 50px;
	padding: 0 20px;
}

.page_pagination a:hover, .page_pagination a.active{
	background: #DDDDDD;

}

.pagination_prev img{
	margin-right: 11px
}

.pagination_next img{
	margin-left: 11px
}

.h2{
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #006559;
	margin-bottom: 34px;
}

.catalog_wrap{
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 150px
}

.catalog_item{
	width: calc(100% / 6 - 17px);
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin-right: 20px;
	margin-bottom: 20px;
}

.swiper-slide.catalog_item{
	width: 180px!important
}


.last_views {
	margin-bottom: 140px
}

.catalog_item .blog_title{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 2px;
	padding: 0 19px;
}

.catalog_item .blog_title a{
	color: inherit;
}

.catalog_item .blog_desc{
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding: 0 19px;
	margin-bottom: 11px;
}

.catalog_item .bloc_bottom{
	padding: 0 19px;
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.catalog_item .bloc_bottom .price{
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}

.catalog_item .bloc_bottom .price span{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.catalog_item .img_box{
	padding: 10px 19px;
	display: flex;
	width: 100%;
	align-items: center;
	height: 154px;
}

.catalog_item .img_box img{
	display: block;
}

.footer_map_block img{
	display: block;
	width: 100%;
	height: auto;
}

.footer_map_block{
	margin-bottom: 94px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {

}

.footer_bot{
	border-top: 1px solid #E8E8E8;
	padding-top: 49px;
	padding-bottom: 40px;
	margin-top: 83px;
}

.footer-term {
	font-size: 12px;
	color: #666666;
	line-height: 1.7;
	padding-bottom: 40px;
}

.footer_bot_block_title{
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 10px;
}

.footer_bot_block_text{
	display: flex;
	align-items: center;
}

.footer_bot_block_text img{
	margin-right: 10px;
}

.copyright{
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}


.footer_top{

}

.footer_menu_title{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #006559;
	margin-bottom: 22px;
}

.footer_menu a{
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	margin-bottom: 13px;
}

.overlay{
	background:rgba(0,0,0,0.75);
	position:fixed;
	z-index:900;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor:pointer;
	display:none;
}

.popup{
	background: #fff;
	position:fixed;
	z-index:999;
	width: 780px;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	display: none;
	max-width: 100%
}

.popup_call{
	height: 550px;
	padding-right: 300px;
	background: url(/bitrix/templates/oil_shop/css/../img/popup_call.jpg) 100% 0 no-repeat #fff;
}

.popup_podbor{
	height: 550px;
	padding-right: 300px;
	background: url(/bitrix/templates/oil_shop/css/../img/popup_call.jpg) 100% 0 no-repeat #fff;
}

.popup_pre_order{
	height: 550px;
	padding-right: 300px;
	background: url(/bitrix/templates/oil_shop/css/../img/popup_call.jpg) 100% 0 no-repeat #fff;
}

 


.popup_title{
	border-bottom: 1px solid #E8E8E8;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #006559;
	padding: 27px 40px 25px;
	margin-bottom: 38px;
	position: relative;
}

.popup_call .popup_title, .popup_podbor .popup_title, .popup_pre_order  .popup_title{
	border: none;
	padding-top: 57px;
	padding-bottom: 0;
	margin-bottom: 23px;
}

.popup_call .popup_content, .popup_podbor .popup_content, .popup_pre_order  .popup_content{
	font-size: 16px;
	line-height: 30px;
	border: none
}

.popup_title .popup_menu_close{
	right: 40px;

}

.call_form, .podbor_form, .pre_order_form{
	padding-left: 40px;
	padding-right: 100px
}

.call_form .button, .podbor_form .button, .pre_order_form .button{
	border: none;
	cursor: pointer;
	width: 100%;
}

.inp_str{
	margin-bottom: 27px
}

.inp_str input{
	height: 36px;
	border: none;
	border-bottom: 1px solid #E8E8E8;
	padding: 0 9px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #999999;
	width: 100%;
}

.inp_label{
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin-bottom: 11px;
}

.popup_content{
	border-bottom: 1px solid #E8E8E8;
	padding: 0 40px;
	display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 40px;
}


.popup_content .img_box{
	margin-right: 111px;
	

}

.popup_content .main_catalog_item_title{
	font-size: 16px;
	margin-bottom: 14px;

}

.popup_bottom{
	padding: 40px 20px;
	display: flex;
	justify-content: flex-end;
}

.popup_bottom .button2{
	margin-right: 20px
}

.button2{
	border: 2px solid #FFD900;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    border-radius: 4px;
    height: 50px;
    padding: 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sended{
	position:fixed;
	top:-100%;
	left:0;
	width:100%;
	color:#fff;
	z-index:999;
	font-size:40px;
	line-height:60px;
	margin-top:-30px;
	cursor:pointer;
	text-align:center;
	transition-duration: 0.5s;
	transition-property:  all;
}

.sended.active{
	top:50%;
}

.article_content{
	color: #333;
	width: 100%
	
}

.two_coll_text{
	column-count: 2;
	column-gap: 40px;
}

.swiper-slide{
	
}

.about_slider_wrap{
	margin-bottom: 97px;
}

.about_slider_wrap img{
	display: block;
}

.about_slider_wrap .swiper-container{
	position: relative;
}

.slide_left, .owl-prev{
	width: 50px;
	height: 50px;
	background: url(/bitrix/templates/oil_shop/css/../img/slide_left.svg) 50% 50% no-repeat #FFD900 !important;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	position: absolute;
	top:50%;
	left: -25px;
	transform: translateY(-50%);
	z-index: 10;
	font-size: 0 !important;
	cursor: pointer;
}


.slide_right, .owl-next{
	width: 50px;
	height: 50px;
	background: url(/bitrix/templates/oil_shop/css/../img/slide_right.svg) 50% 50% no-repeat #FFD900 !important;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	position: absolute;
	top:50%;
	right: -25px;
	transform: translateY(-50%);
	font-size: 0 !important;
	z-index: 10;
	cursor: pointer;
}

.slider_wrapper{
	position: relative;
	width: 100%
}

.about_preem{
	justify-content: space-between;
	margin-bottom: 92px;
}

.about_preem .about_preem_item_title{
	font-weight: 800;
	font-size: 96px;
	line-height: 117px;
	color: #006559;
}

.about_preem_item_text{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-top: 1px;
	color: #333333;
}

.cart_reg_block{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	margin-bottom: 27px;
}

.cart_reg_block a{
	color: inherit;
	display: flex;
}

.cart_reg_block img{
	margin-left: 6px;
}

.cart_table{
	width: 780px;
	border: 1px solid #E8E8E8;
	
}

.cart_page{
	margin-bottom: 150px;
	align-items: flex-start;
}

.cart_offer{
	width: 380px;
	border: 1px solid #E8E8E8;
}

.cart_actions{
	border-bottom: 1px solid #E8E8E8;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #0061D1;
	display: flex;
    align-items: center;
    padding: 15px 20px;

}

.cart_actions .checked {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
   	display: inline-block;
   	vertical-align: middle;
   	margin-right: 9px;
    cursor: pointer;
    position: relative;
    top: -1px;
}

.cart_actions input[type=checkbox] {
    display: none;
}

.cart_actions :checked~.checked {
    background: url(/bitrix/templates/oil_shop/css/../img/checked.svg) 50% 50% no-repeat;
}

.cart_actions span{
	width: 1px;
    background: #E8E8E8;
    height: 14px;
    margin: 0 9px;
    height: 14px;
    display: inline-block;
}

.cart_actions .dell_all{
	color: #DF0028;
}

.cart_actions .fav_all{
	color: #006559;
}


.cart_str{
	border-bottom: 1px solid #E8E8E8;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.cart_str .t_col1{
	width: 118px;	
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cart_str .t_col2{
	width: 300px;
}

.cart_str .t_col4{
	padding-right: 20px;
	width: 140px;
	
}

.cart_str .item_name{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 10px;
	display: block;

}

.cart_str  .item_actions{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #0061D1;
	align-items: center;
    display: flex;
}

.cart_str  .item_actions span{
	width: 1px;
	background: #E8E8E8;
	height: 14px;
	margin: 0 9px;
	height: 14px;
	display: inline-block;
}

.item_actions a{
	color: inherit;
}

.cart_str .col_title{
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

.cart_str .old_price{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-decoration: line-through;
	color: #999999;
}

.cart_str .discont_val{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #DF0028;
	margin-bottom: 9px;
}

.cart_str .price{
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
}

.count_change_block{
	display: flex;
	margin-bottom: 8px;
	align-items: center;
}

.count_change_block input{
	border: none;
	width: 60px;
	height: 33px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #000000;

}

.change_minus{
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/bitrix/templates/oil_shop/css/../img/cart_minus.svg) 50% 50% no-repeat;
}

.change_pluse{
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/bitrix/templates/oil_shop/css/../img/cart_pluse.svg) 50% 50% no-repeat;
}

.cart_str  .price_one{
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

.t_col4 input[type=checkbox]{
	display: none;
}

.t_col4 .checked{
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -1px;
	top: -1px;
	cursor: pointer;
}

.t_col4 :checked~.checked{
	background: url(/bitrix/templates/oil_shop/css/../img/checked.svg) 50% 50% no-repeat;
}

.cart_offer{
	padding: 33px 20px 30px;
}

.cart_offer_title{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.cart_offer_title span{
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #666666;

}

.cart_offer_str{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.cart_offer_str span{
	font-weight: 700;
}

.cart_offer_str .red{
	color: #DF0028;
}

.cart_offer_total{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
	padding-top: 21px;
	border-top: 1px solid #E8E8E8;
	    letter-spacing: -0.4px;
}

.cart_offer_total span{
	font-size: 30px;
	line-height: 37px;
}

.cart_offer_total span em{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}

.go_offer{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	background: #FFD900;
	border-radius: 4px;
	width: 100%;
	max-width: 580px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	border: none;
	cursor: pointer;
	/*background: #FFFFFF;*/
	/*border: 2px solid #000000;*/
	box-sizing: border-box;
	margin-top: 40px;
	border-radius: 4px;
}

.go_offer_desc{
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

.go_offer_desc input{
	width: 1px;
	height: 1px;
	opacity: 0;
}

.go_offer_desc .checkbox{
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	border-radius: 2px;
	width:14px;
	height:14px;
	display:inline-block;
	position: 	relative;
	top: 2px;
	margin-right: 	3px;
	margin-left: 	-4px;
}

.go_offer_desc :checked~.checkbox{
	background: url(/bitrix/templates/oil_shop/css/../img/checkbox_offer.svg) 50% 50% no-repeat;
}

.go_offer_desc a{
	text-decoration: 	underline;	
}

.go_offer_desc a:hover{
	text-decoration: 	none
}

.offer_form{
	width: 680px;
}

.offer_str{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	position: relative;
}

.offer_block-title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
}

.offer_str input, .offer_str textarea, .offer_str select{
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	padding: 0 20px;
	height: 50px;
	width: 100%;
	padding-left: 240px;
}

.offer_str select{
	cursor: pointer;
	background: url(/bitrix/templates/oil_shop/css/../img/offer_select.svg) calc(100% - 20px) 50%  no-repeat;
	-webkit-appearance: none;
}

.offer_str textarea{
	height: 150px;
	resize: none;
	padding: 10px 20px;
}

.off-tit{
	font-family: Montserrat;
    font-style: normal;
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
    left: 20px;
    top: 50%;
    margin-top: -7px;
}

.personal-title-form{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin: 44px 0 34px;

}

.offer_block{
	padding: 0 0 30px;
}

.offer_block:last-of-type{
	border: none
}

.inp_bold{
	font-weight: 600;
}

.radio_block{
	width: 480px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.radio_block input{
	display: none;
}

.radio_block label{
	margin-bottom: 13px;
	align-items: center;
	display: flex;
}

.radio_block label:last-of-type{
	margin-bottom: 0;
}

.radio_block .radio{
	margin-right: 9px;
	border: 1px solid #D8D8D8;
	width: 16px;
	height: 16px;
	border-radius: 100%;
}

.radio_block :checked~.radio{
	background: url(/bitrix/templates/oil_shop/css/../img/radio_check.svg) 50% 50% no-repeat;
}

.contact_left{
	width: 600px;

}

.contact_right{
	width: 560px;
	background: url(/bitrix/templates/oil_shop/css/../img/contact_bg.jpg) 100% 100% no-repeat;
	padding: 56px 40px 60px;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #353A47;
	position: relative;
	top:-68px;
}

.contact_right .title{
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #006559;
	margin-bottom: 13px
}

.contact_right p{
	margin-bottom: 60px;
}

.button{
	background: #FFD900;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	border-radius: 4px;
	height: 50px;
	padding: 0 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
 
.contact_str{
	margin-bottom: 32px;
}

.contact_str .str_title{
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 11px;
	color: #000000;

}

.contact_str .str_text{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;

}

.contact_str a{
	text-decoration: underline;
}

.contact_str .phone_str{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #00584D;
	margin-right: 19px;
	text-decoration: none
}

.main_catalog_wrap{
	flex-wrap: wrap;
	max-width: 1260px;
	margin-bottom: 40px;
	justify-content: flex-start;
}

.main_catalog_item{
	width: 25%;
	padding: 30px;
	border: solid 1px #fff;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.main_catalog_item:hover{
	border: 1px solid #E8E8E8;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	z-index: 2
}

.main_catalog_item .add_cart{
	width: 100%;
	padding: 0;
	margin-top: 25px;
}

.main_catalog_item .add_cart.not-allowed{
	background: #F3F3F3;
	color: #666666;
    pointer-events: none;
}

.main_catalog_item_desc{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 10px;
}

.main_catalog_item_desc span{
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #777777;
	margin-right: 8px;
}

.main_catalog_item_title{
	margin-bottom: 11px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: auto;
}

.main_catalog_item_title a{
	color: inherit;
}

.main_catalog_item_bot{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 18px;
}

.main_catalog_item_bot .price{
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: #000000;
}

.main_catalog_item_bot .price.old_price{
	font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #999999;
    text-decoration: line-through;
}

.main_catalog_item_bot .price.new_price{
	font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #DF0028;
}

.main_catalog_item_bot .price span{
	font-size: 18px;
	line-height: 20px;


}

.main_catalog_item_bot .avalible, .table_compare .avalible{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #009950;
}

.main_catalog_item_bot .avalible.red, .table_compare .avalible.red{
	color: #DF0028;
}

.main_catalog_item .img_box{
	margin-bottom: 33px;
	position: relative;
	height: 200px;
	display: flex;
	align-items: flex-end;
}

.main_catalog_item .img_box img{
	display: block;
	max-width: 100%;
	height: auto;
}

.main_catalog_item  .catalog_actions{
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}

.main_catalog_item  .catalog_actions img{
	display: block;
	cursor: pointer;
	margin-top: 20px;
}

.main_catalog_item:hover  .catalog_actions{
	display: block;
}

.catalog_icons{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.catalog_icons div{
	width: 42px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	font-weight: 800;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.catalog_icons .red{
	background: #FF003A;
}

.catalog_icons .green{
	background: #00BD62;
}

.catalog_icons .blue{
	background: #3D00BD;
}

.filter_wrap{
	justify-content: flex-start;
	margin-bottom: 70px
}

.filter_block{
	margin-right: 10px;
	position: relative;
}

.filter_block_select{
	border: 1px solid #006559;
	box-sizing: border-box;
	border-radius: 4px;
	height: 30px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #006559;
	cursor: pointer;

}

.filter_block_select img{
	margin-left: 5px;
}

.filter_block_select .filter_active{
	display: none;
}

.filter_block_select.active{
	background: #006559;
	color: #fff

}

.filter_block_select.active img{
	display: none;
}

.filter_block_select.active .filter_active{
	display: block;
}

.filter_popup{
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.3);
	padding: 28px 10px 28px 20px;
	position: absolute;
	top: calc(100% + 10px);
	z-index: 10;
	width: 280px;
	display: none
}

.filter_popup.active{
	display: block;
}

.filter_popup:before{
	content: " ";
	width: 10px;
	height: 10px;
	border-left: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
	z-index: 2;
	position: absolute;
	transform: rotate(45deg);
	top:-5px;
	left: 15px;
	background: #fff;
}

.filter_str{
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
}

.filter_str:last-of-type{
	margin-bottom: 0
}

.filter_str input{
	display: none
}

.filter_str label{
	display: flex;
	align-items: center;
	position: relative;
}

.filter_str .str_count{
	font-size: 12px;
	line-height: 30px;
	text-align: right;
	color: #666666;
	position: absolute;
	right: 0;
}	

.filter_str .radio{
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	border-radius: 2px;
	width: 14px;
	height: 14px;
	margin-right: 8px;
}

.filter_str :checked~.radio{
	background: url(/bitrix/templates/oil_shop/css/../img/filter_radio.svg) 50% 50% no-repeat;
}


.filter_str .checkbox{
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	border-radius: 2px;
	width: 14px;
	height: 14px;
	margin-right: 8px;
}

.filter_str :checked~.checkbox{
	background: url(/bitrix/templates/oil_shop/css/../img/filter_check.svg) 50% 50% no-repeat;
}

.filter_scroll_wrap{
	max-height: 450px;
	overflow-y: auto;
	padding-right: 10px;
}

.filter_popup_actions{
	margin-top: 26px;
	padding-top: 19px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #E8E8E8;
}

.filter_popup_actions .clear_filter{
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #00584D;

}

.filter_popup_actions .apply_filter{
	background: #006559;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	height: 30px;
	padding: 0 9px;
	display: flex;
	align-items: center;
}

.filter_scroll_wrap::-webkit-scrollbar { width: 3px; height: 3px;}
.filter_scroll_wrap::-webkit-scrollbar-button {  background-color: #ffffff; width: 0}
.filter_scroll_wrap::-webkit-scrollbar-track {  background-color: #999;}
.filter_scroll_wrap::-webkit-scrollbar-track-piece { background: #fff;border: 1px solid #D8D8D8;padding: 2px;border-radius: 3px;}
.filter_scroll_wrap::-webkit-scrollbar-thumb { height: 50px; background-color: #C4C4C4; border-radius: 3px;}

.cler_all_filter{
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #DF0028;
	position: absolute;
	right: 0;
	top: -25px;
}

.cler_all_filter a{
	color: inherit;
}

.fillter_clear{
	border-left: 1px solid #4C938B;
	height: 100%;
	margin-left: 10px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: -10px;
}

.fillter_clear img{
	display: block!important;
	margin: 0;
}

.about_slider_home{
	margin-bottom: 72px;
}

.about_slider_home .swiper-slide{
	
}
.lk-buttons{
	width: 230px;
	flex-shrink: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.action-link-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.home_go_all_news{
	margin-bottom: 0;
	justify-content: flex-end;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #353A47;
	align-items: center;
}

.home_go_all_news a{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	height: 60px;
	display: flex;
	align-items: center;
	border: 1px solid #DADADA;
	border-radius: 4px;
	padding: 0 40px;
	margin-left: 19px;

}

.home_go_all_news a img{
	margin-left: 19px;
}

.home_preem{
	flex-wrap: wrap;
	justify-content: space-between;
	border-left:solid 1px #DFDFDF;
	border-top:solid 1px #DFDFDF;
	margin-bottom: 0;
}

.home_preem_item{
	width: calc(100% / 3);
	background: #fff;
	border-right:solid 1px #DFDFDF;
	border-bottom:solid 1px #DFDFDF;
	padding: 20px 40px 50px;
}


.home_preem_item .img_box{
	height: 120px;
	display: flex;
	align-items: center;
}

.home_preem_item .item_title{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 14px;
	color: #000000;

}

.home_preem_item  .item_desc{
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #353A47;

}

.home_menu_tabs {
	border-radius: 4px;
	border: 1px solid #E8E8E8;
	display: flex;
	margin-bottom: 30px;

}

.home_menu_tabs a{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #555555;
	padding: 0 19px;
	height: 50px;
	border-right: 1px solid #E8E8E8;
	display: flex;
	align-items: center;

}

.home_menu_tabs a:last-of-type{
	border: none;
}

.home_menu_tabs a.active{
	background: #F3F3F3;
}

.main_catalog_wrap_home{
	margin-bottom: 70px;
}
.owl-carousel .owl-stage-outer{
	width: 100%;
}

.catalog_cat{
	flex-wrap: wrap;
	/*border-right: 1px solid #E8E8E8;*/
	/*border-top: 1px solid #E8E8E8;*/
	margin-bottom: 70px;
	justify-content: flex-start;
}

.catalog_cat > .catalog_cat_item-wrap{
	width: 33%;
	min-height: 360px;
}

.catalog_cat.owl-carousel.owl-loaded{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.row-wrap .catalog_cat{
	margin-bottom: 0;
}
.catalog_cat_item-wrap{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    padding-left: 1px;
    height: 100%;
}

.catalog_cat.owl-carousel .owl-stage{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.catalog_cat_item{
	border: 1px solid #E8E8E8; 
	width: 100%;
	height: 48%;
	padding: 29px 39px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}
.catalog_cat_item:first-child{
	margin-bottom: 4%;
}

.catalog_cat_title{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 8px;
	margin-bottom: 0;
}

.catalog_cat_title a{
	color: inherit;
}

.catalog_cat_link{
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #999999;

}

.catalog_cat_link a{
	color: inherit;
}

.home_slider{
	margin-bottom: 59px;
}

.row-wrap{
	background: #FBFBFB;
	padding: 95px 0;
	margin-bottom: 95px;
}

.home_slider .swiper-slide{
	height: 400px;
	/*width: auto!important*/
}

.slider_home_text{
	color: #fff;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 37px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

.slider_home_title{
	font-weight: 900;
	font-size: 64px;
	line-height: 70px;
	color: #FFFFFF;
	margin-bottom: 15px;
	max-width: 350px;
}

.slider_home_desc{
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 43px;
	max-width: 320px;
	color: #FFFFFF;
}

.slider_home_link{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	height: 60px;
	padding: 0 58px;
	display: inline-flex;
	align-items: center;
}

.home_banners{
	margin-bottom: 94px;
}

.home_banners_item {
	width: 580px;
	padding-left: 40px;
	height: 450px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

.home_banners_item_1{
	background: #fbfbfb url(/bitrix/templates/oil_shop/css/../img/home_banners_item_1.jpg) 100% 50% no-repeat
}

.home_banners_item_2{
	background: #fbfbfb url(/bitrix/templates/oil_shop/css/../img/home_banners_item_2.jpg) 100% 50% no-repeat
}

.home_banners_item_title{
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	max-width: 270px;
	color: #006559;
	margin-bottom: 13px;
}

.home_banners_item_text{
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #353A47;
	margin-bottom: 60px;
}

.item_SKU{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
}

.tovar_box{
	justify-content: space-between;
	margin-bottom: 30px;
}

.tovar_content{
	width: 690px;
}

.tovar_content h1{
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #006559;
	margin-bottom: 40px;
}

.tovar_content_wrap{
	display: flex;
	justify-content: space-between;
}

.tovar_content_right	{
	width: 180px;
}

.tovar_content_left{
	width: calc(100% - 210px);
}

.tovar_content_title{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #777777;
	margin-bottom: 17px;
}

.tp_change{
	display: flex;
	margin-bottom: 25px;
}

.tp_change a{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	height: 50px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #777777;
	border: 2px solid #E8E8E8;
	margin-right: 10px;
	padding: 0 10px
}

.tp_change .active{
	border-color: #006559;
	color: #006559;
}

.tp_change .disable{
	background: #E8E8E8
}

.tovar_prop{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background: url(/bitrix/templates/oil_shop/css/../img/prop_line.svg) 50% 50% repeat-x;

}

.tovar_prop a{
	text-decoration: underline;
}

.tovar_prop .prop_name{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #777777;
	padding-right: 9px;
	background: #fff;
}


.tovar_prop .prop_val{
	background: #fff;
	padding-left: 9px;
}

.tovar_prop_after{
	height: 20px;
}

.tovar_content_left .price_box{
	display: flex;
	flex-direction: column;
	max-width: 330px;
}

.tovar_content_left .new_price{
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: #DF0028;
	

}

.tovar_content_left .new_price span{
	font-size: 18px;
	line-height: 20px;
}

.tovar_content_left .old_price{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #999999;
	text-decoration: line-through;
	margin-left: 6px;
}

.tovar_content_left .old_price span{
	font-size: 12px;
	line-height: 20px;
}

.buy_card_desc{
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin-top: 16px;
}

.tovar_photo{
	width: 450px;
	margin-right: 30px;
}

.img_full{
	border: 1px solid #E8E8E8;
	display: flex;
	height: 480px!important;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}

.img_full .catalog_icons{
	right: 20px;
	top: 20px;
}

.img_full img{
	display: block;
	max-width: 90%;
	max-height: 90%;

}

.img_thrumbs{
	display: flex;
}

.img_thrumbs_item{
	border: 1px solid #E8E8E8;
	display: flex;
	height: 100px!important;
	width: 100px!important;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	cursor: pointer;
}

.img_thrumbs_item img{
	max-width: 90%;
	max-height: 90%
}

.img_thrumbs_item:not(.swiper-slide-thumb-active) img{
	  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

.dop_block{
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 10px;
	height: 50px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.dop_block.tovar_rating img{
	margin: 0 4px;
}

.dop_block.tovar_avalible{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #009950;

}

.dop_block.tovar_avalible img{
	margin-right: 9px
}

.dop_block.tovar_action{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	cursor: pointer;

}

.dop_block.tovar_action img{
	margin-right: 14px
}

.tovar_tabs{
	margin-bottom: 20px;
	display: flex;
	justify-content:flex-start;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 50px;
	border-bottom: 1px solid #E8E8E8;
}

.tovar_tabs a{
	color: inherit;
}

.tovar_tab{
	
	padding-bottom: 11px;
	width: 25%;
	margin-right: 19px;
}


.tovar_tab.active{
	border-bottom: 2px solid #006559;
	color: #00584D;

}

.tovar_tab_content_props{
	width: 100%;
	display: flex;
}

.tovar_tab_content_props_block{
	width: 50%;
	max-width: 500px;
	margin-right: 80px
}

.tovar_tab_content_props_block:last-of-type{
	margin-right: 0;
}

.tovar_tab_content{
	margin-bottom: 90px;
	width: 100%
}

#mc-review{
	width: 100%;
}

#mc-review .mc-c{
	display: flex!important;
	flex-direction: row-reverse;	
	justify-content: space-between;
}

#mc-review .cr .mc-menu{
	display: none!important
}

#mc-review .cr .mc-reviews{
	width: calc(100% - 340px)!important
}

#mc-review  .cr .mc-score{
	width: 280px!important;
}

#mc-review   .cr .mc-breakdwn .mc-breakdwn-bar span{
	background: #006559!important
}

#mc-review  .cr .mc-score .mc-btn2{
	background: #FFD900!important;
	border-radius: 4px!important;
	height: 50px!important;
	width: 100%!important;
	font-weight: 600!important;
	font-size: 14px!important;
	line-height: 17px!important;
	color: #000000!important;
	text-transform: none!important
}

#mc-review .cr .mc-score .mc-formbtn{
	width: 100%!important;
	padding: 0!important
}

#mc-review .cr .mc-score .mc-formbtn svg{
	display: none
}

#mc-review .cr .mc-score .mc-breakdwn{
	margin-left: 0!important;
	padding-left: 0!important;
	border:none!important;
}

.tovar_tab_content_desc{
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}

.tovar_tab_content_desc p, .tovar_tab_content_desc ul, .tovar_tab_content_desc ol{
	margin-bottom: 20px
}

.tovar_tab_content_reviews_item{
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.tovar_tab_content_reviews_item .tovar_tab_content_reviews_avatar{
	width: 40px;
}

.tovar_tab_content_reviews_center{
	width: calc(100% - 60px);
}

.otziv_title{
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 16px;
	position: relative;
}

.otziv_title .otziv_rating{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
    display: flex;
    align-items: center;
}

.otziv_title .otziv_rating img{
	margin-left: 6px;
}

.otziv_title span{
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #666666;

}

.otziv_subtitle{
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	color: #000000;

}

.otziv_text{
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 10px;
}

.otziv_img{
	display: flex;
	margin-top: 10px
}

.otziv_img a{
	margin-right: 10px;
	display: block;
}

.otziv_img img{
	display: block;
}

.tovar_tab_content_reviews_rating{
	width: 280px;
}

.tovar_tab_content_reviews_content{
	width: calc(100% - 340px);
}

.tovar_tab_content_reviews{
	display: flex;
	justify-content: space-between;
}

.avatar_icon{
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #80B7B0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.otziv_load{
	border-top: 1px solid #E8E8E8;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #00584D;
	cursor: pointer;

}

.otziv_load img{
	margin-left: 6px;
}

.otziv_rating_title{
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 14px;
	padding-bottom: 7px;
}

.otziv_rating_title .otziv_rating span{
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #006559;

}

.rating_proc{
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
	align-items: center;
}

.rating_proc .proc_nme{
	width: 46px;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	color: #555555;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.rating_proc .proc_nme img{
	margin-left: 10px
}

.rating_proc  .proc_val{
	width: 20px;
	text-align: right;
}

.rating_proc  .proc_line{
	background: #F1F1F1;
	height: 2px;
	width: calc(100% - 66px);
}

.rating_proc  .proc_line span{
	height: 100%;
	display: block;
	background: #006559;
}

.new_review{
	width: 100%;
	margin-top: 15px;
}

.popup_menu{
	display: flex;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
	overflow-x:hidden;
	overflow-y: auto;
}

.popup_menu_title{
	line-height: 100px;
	width: 100%;
	border-bottom: 1px solid #E8E8E8;
	font-weight: bold;
	font-size: 24px;
	color: #006559;
/*	margin-bottom: 80px;*/
	position: relative;
}

.popup_menu_close{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.popup_call .popup_menu_close, .popup_podbor .popup_menu_close, .popup_pre_order  .popup_menu_close{
	top: -25px;
	right: -50px
}

.popup_menu_inner{
	justify-content:  flex-start;
}

.popup_main_menu{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #666666;
	width: 280px;
}

.popup_main_menu a{
	color: inherit;
}

.popup_main_menu a:hover, .popup_main_menu a.active{
	color: #00584D;
}

.popup_main_menu .menu_str{
	line-height: 60px;
	border-bottom: 1px solid #E8E8E8;
}

.popup_main_menu .menu_str:last-child{
	border: none
}

.popup_menu_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.popup_sub_menu{
	width: calc(100% - 400px);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.sub_menu_title{
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #000000;

}

.sub_menu{
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-right: 80px
}

.sub_menu a{
	color: inherit;
}

.swiper-pagination{
	bottom: -20px!important;
	width: 100%;
}

.swiper-pagination-bullet{
	margin: 0 5px;
	width: 8px;
	height: 8px;
	border: 1px solid #000000;
	background: none!important;
	opacity: 1!important;
}

.swiper-pagination-bullet-active{
	background: #000!important;
}

.img_full .swiper-slide{
	height: 100%;
	align-items: center;
    justify-content: center;
    display: flex;
}

.tovar_tab_content_desc ol, .tovar_tab_content_desc ul{
		margin-left: 20px
	}


.table_compare{
	width: 100%;
	overflow-x: auto
}

.table_compare table{
	width: 100%
}

.bx_compare {
	width: 100%;
	margin-bottom: 120px
}

.table_compare td{
	border-bottom: 1px solid #E8E8E8;
	padding: 13px 8px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	width: 252px;
	min-width: 220px;
}
.table_compare td.price-td{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 37px;
	color: #000000;
	letter-spacing: -0.2px;
}
.table_compare td.price-td em{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}

.table_compare .buton{
	padding: 0;
	width: 100%;
}

.price-td-line{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.table_compare td:first-child{
	font-weight: 700;
	width: auto;
}

.table_compare tr:last-child td{
	border: none
}

.table_compare table a{
	color: inherit;
}

.table_compare img{
	width: 150px;
	height: auto;
}

.compare_remove{
	background: url(/bitrix/templates/oil_shop/css/../img/compare_remove.svg) 50% 50% no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
}

.bx_sort_container{
	display: none;
}

.sale-personal-section-index{
	width: 100%;
	background: #F3F3F3;
	border-radius: 4px;
	margin-bottom: 40px
}

.sale-personal-section-index-block-name{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
	color: #555555;

}

.sale-personal-section-index-block-link, .sale-personal-section-index-block-link:hover, .sale-personal-section-index-block-link:active, .sale-personal-section-index-block-link:focus, .sale-personal-section-index-block-link:visited{
	padding: 14px 90px 16px;
}

.sale-personal-section-index-block.bx-theme-green{
	background: none;
	margin:0;
}

.orders_table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	min-width: 980px;
}

.orders_table th{
	text-align: left;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	background: #F3F3F3;
	padding: 6px 19px
	
}

.personal-content .main_catalog_wrap_home{
	margin-bottom: 0;
}

.orders_table th:first-child{
	border-radius: 4px 0 0 4px;
}

.orders_table th:last-child{
	border-radius:  0  4px 4px 0
}

.orders_table td{
	padding: 17px 19px 18px;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	border-bottom: 1px solid #E8E8E8;

}

.orders_table_wrap{
	overflow-x:auto;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}

.main_catalog_wrap_with_filter {
	display: flex;
	flex-direction: column;
}

.main_catalog_wrap_filter{
	/*width: 25%*/
}

.main_catalog_wrap_inner{
	/*width: 75%*/
}

.main_catalog_wrap_with_filter  .main_catalog_item{
	width: 25%;
}

.bx-filter .bx-filter-parameters-box{
	padding: 0 20px
}

.bx-filter-parameters-box-container .bx-filter-input-checkbox{
	display: flex;
	width: 100%;
	align-items: center;
}

.bx-filter-parameters-box-container .bx-filter-input-checkbox input{
	display: none;
}

.bx-filter.bx-blue .bx-filter-section{
	background: none;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	border-radius: 2px;
}

.bx-filter .bx-filter-parameters-box-title span{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #006559;
	border:none!important;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text{
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
}
/*
.bx-filter.bx-blue .bx-ui-slider-handle.left{
	background: #006559;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -7px;
    margin-left: -1px;
}*/

.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #006559;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{
	background: #ffd900;
}

.bx-filter .bx-ui-slider-range{

}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub{
	font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #006559;
    border: none!important;
}

.main_catalog_wrap_filter .col-xs-6{
	width: 49%;
    display: inline-block;

}

.bx-filter .bx-filter-button-box{
	padding: 0 20px;
	margin-top: 20px;

}

.bx-filter.bx-blue .btn-themes{
	background: #FFD900!important;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000!important;
    border-radius: 4px;
    height: 50px;
    padding: 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

#del_filter{
	background: none;
	border: none;
	cursor: pointer;
	color: #000;
	font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000!important;
    margin-left: 10px;
}

.bx-filter-parameters-box-container{
	width: 100%;
}

.bx-filter .bx-filter-block{
	width: 100%;
}

.bx-filter .bx-filter-title{
	font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #006559;
    padding: 0 20px
}

.bx-filter .bx-filter-section>.row{
	padding: 0;
}

.filter_checkbox{
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	border-radius: 2px;
	display: flex;
	width: 14px;
	min-width: 14px;
	height: 14px;
	margin-right: 7px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

input:checked~.filter_checkbox{
	background-image:url(/bitrix/templates/oil_shop/css/../img/filter_checkbox.svg);
}

.show_hide_filter{
	padding: 0 20px; 
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
    cursor: pointer;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show_hide_filter .filter-icon{
	width: 20px;
	height: 20px;
	background: url(/bitrix/templates/oil_shop/css/../img/arr-right.svg) 50% 50% no-repeat;
}
.show_hide_filter.active .filter-icon{
	width: 20px;
	height: 20px;
	background: url(/bitrix/templates/oil_shop/css/../img/x-icon.svg) 50% 50% no-repeat;
}
.swiper-pagination{
	position: static !important;
	margin: 13px auto 0;
}

.news-row{
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	padding: 42px 0 22px;
	margin-bottom: 29px;
	margin-top: 35px;
}

.news-row .title{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #00584D;
	margin-bottom: 20px;
}

.news-row .news-title{
	margin-bottom: 20px;
}

.news-row .news-title a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
}

.news-row .news-title a:hover{
	text-decoration: underline;
}

.news-detail-container{
	/*max-width: 780px;*/
    flex-direction: column;
}

.article_date{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	margin-bottom: 20px;

}




.comments-block {
    padding: 0 0;
    margin:  0 auto 95px;
    max-width: 1180px;
    /*border-bottom: 1px solid #E8E8E8;*/
    flex-direction: column;
    width: 100%;
}

.comments-block .title-part {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    background: none;
    margin-bottom: 20px;
}

.comments-block .title-part .title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #00584D;
}

.comments-block .title-part .but-comm {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.comments-block .title-part .but-comm span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.04em;
    margin-right: 15px;
    color: #222222;
}

.comments-block .title-part .but-comm a {
	width: 280px;
	height: 50px;
	background: #FFD900;
	border-radius: 4px;
	display: block;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 50px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.comments-block .body .for {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 47px;
    align-items: flex-start;
}
.comments-block .body .for.hide{
	display: none;
}
.comments-block .body .for .left-part{
	margin-right: 20px;
}
.comments-block .body .for .icon{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 42px;
	color: #FFFFFF;
	text-align: center;
}

.comments-block .body .for .title-line{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.comments-block .body .for:last-child {
    padding-bottom: 28px;
}

.comments-block .body .for .name {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
    margin-right: 20px;
}

.comments-block .body .for .date {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.comments-block .body .for .comment {
    width: 100%;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	padding-top: 15px;
	color: #000000;
}

.comments-block .pagination-mini {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.04em;
    text-align: center;
}

.comments-block .pagination-mini a {
    color: #222222;
    text-decoration: none;
    margin: 0 4px;
}

.comments-block .pagination-mini a:hover {
    color: #2D8D51;
}

.comments-block .pagination-mini a.active {
    color: #2D8D51;
}

.comments-block .pagination-mini .back {
    margin-right: 28px;
}

.comments-block .pagination-mini .fwd {
    margin-left: 28px;
}

#comment_bl {
    display: none;
}

#comment_bl .title {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 30px 0 34px;
    color: #222222;
    border-bottom: 1px solid #EBEBEB;
}

#comment_bl form {
    padding: 60px 0;
    width: 634px;
}

#comment_bl form label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

#comment_bl form label textarea,
#comment_bl form label input {
    width: 400px;
}

#comment_bl form label span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #222222;
}



.reviews-reply-form{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.bxhtmled-top-bar-wrap, .bxhtmled-toolbar-cnt{
    /* display: none !important; */
}
form.reviews-form{
    width: 580px;
    /*height: 400px;*/
    border-radius: 0;
    position: relative;
}
form.reviews-form .close-btn{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 30px;
	cursor: pointer;
	right: 40px;
	background: url(/bitrix/templates/oil_shop/img/close-btn.svg) 50% 50%  no-repeat;

}
.reviews-reply-form.hidden{
    display: none;
    
}
.bxhtmled-area-cnt{
    /* top: 0 !important; */
}
.reviews-reply-buttons [name="view_button"], .reviews-reply-field-settings, div.reviews-reply-header{
    display: none !important;
    
}
.feed-add-post div.bx-html-editor, .feed-add-post-form{
    background: none !important;
    
}

.stati.inner .pagination-block .left-part, .stati.inner .pagination-block .right-part{
    display: none;
    
}

.feed-add-post-text {
	padding: 0;
	/*margin: 0 20px;*/
	background: #FFFFFF;
	/* #EBEBEB */
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	border-radius: 6px;
}


div.reviews-reply-fields, div.reviews-reply-field {
	margin: 0 40px;
	padding: 0;
} 
div.reviews-reply-field-author, div.reviews-reply-field-email {
	width: 100%;
	float: none;
}

div.reviews-reply-field-author input, div.reviews-reply-field-email input, div.reviews-reply-field-captcha input {
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	border-radius: 6px;
	display: block;
	width: 100%;
	outline: none;
	padding: 0 20px;
}

div.reviews-reply-field-author {
	margin: 0 0 10px;
}

.reviews-form .form-header {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #006559;
	height: 80px;
	line-height: 80px;
	padding: 0 40px;
}

form.reviews-form {
	padding: 0;
	background: #FFFFFF;
	border-bottom: 1px solid #EBEBEB;
	border-radius: 0;
	padding-bottom: 25px;
}

div.reviews-reply-buttons {
	padding: 10px 40px;
	margin: 0 0 0;
}

div.reviews-reply-buttons input[type="submit"] {
	width: 340px;
	height: 50px;
	background: #FFD900;
	border-radius: 4px;
	text-align: center;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 50px;
	color: #000000;
	border: none;
	cursor: pointer;	

}
form.reviews-form{
    width: 600px;
    /*height: 400px;*/
}
@media (max-width: 690px) {
	form.reviews-form {
		width: 98%;
		margin: auto;
	}

	div.reviews-reply-buttons input {
		width: 100%;
	}
}

.reviews-form .form-header {
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 20px;
}


.detail-wrap .container{
	max-width: 780px;
}


.viewed-wrap h3{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #006559;
	margin-bottom: 34px;
}

.viewed-wrap .container{
	display: block;
}
.viewed-wrap .row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.viewed-wrap .row .product-item-small-card{
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 30px 19px 24px;
	margin-right: 16px;
	max-width: 180px;
	margin-bottom: 16px;
}
.viewed-wrap .row .product-item-image-wrapper1{
    text-align: center;
    display: block;
    width: 100%;
}
.viewed-wrap .row .product-item-small-card img{
    max-width: 100px;
    max-height: 100px;
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.viewed-wrap .row .product-item-small-card  .product-item-title1 a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	width: 100%;
	flex-grow: 1;
}


.viewed-wrap .row .product-item-small-card .product-item-price-current{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 29px;
	color: #000000;
}

.viewed-wrap .row .product-item-small-card .product-item-info-container{
	display: none;
}

.viewed-wrap .row .product-item-small-card .product-item-price-container{
    text-align: left;
    display: flex;
    margin-bottom: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.viewed-wrap .row .product-item-small-card .product-item-price-current em{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

.viewed-wrap .row .product-item-small-card .product-item-container1{
	height: 100%;
}

.viewed-wrap .row .product-item-small-card .product-item1{
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.viewed-wrap .row .product-item-small-card .avalible{
    font-family: Montserrat;
    color: #009950; 
    font-size: 28px;
}

.viewed-wrap .row .product-item-small-card .avalible.red{
	color: #DF0028;
}

.bx_filter .bx_filter_section{
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    text-shadow: none;
}
.bx_filter .bx_filter_title{
	display: none;
}
.bx_filter .bx_filter_block{
	position: absolute;
	background: #fff;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	z-index: 100;
	padding: 28px 20px 15px 20px;
	min-width: 280px;
    top: calc(100% + 10px);
} 
.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){
	clear: none;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
    display: inline-flex;
    width: 200px;
    justify-content: space-between;
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text span{
	font-size: 12px;
	color: #666666;
}
.bx_filter .bx_filter_input_checkbox input[type=radio], .bx_filter .bx_filter_input_checkbox input[type=checkbox]{
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
	float: none;
}
.bx_filter .bx_filter_parameters_box_title{
	border: none;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #006559;
	margin: 0;
    padding: 6px 22px 7px 9px;
}
.bx_filter.bx_horizontal .bx_filter_parameters_box{
	position: relative;
	width: auto;
	border: 1px solid #006559;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0;
	margin-right: 10px;
	line-height: 1;
	margin-bottom: 10px;
}
.bx_filter.bx_horizontal .bx_filter_parameters_box.active{
	background: #006559;
}
.bx_filter.bx_horizontal .bx_filter_parameters_box.active .bx_filter_parameters_box_title{
	color: #fff;
}
.bx_filter .bx_filter_parameters_box_title:after{
	right: 10px;
}
.bx_filter .bx_filter_button_box .bx_filter_block, .bx_filter .bx_filter_parameters_box.active .bx_filter_block{
	display: none;
}

.bx_filter .bx_filter_parameters_box_title:after{
	background: url(/bitrix/templates/oil_shop/css/../img/arr2.svg) 50% 50% no-repeat;
}


.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after{
	background: url(/bitrix/templates/oil_shop/css/../img/arr1.svg) 50% 50% no-repeat;
}

.reset-filter-btn{
	text-align: right;
}
.reset-filter-btn #del_filter{
	display: inline-block;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #DF0028 !important;
	padding: 0;
	margin: 0;
}

.catalog-container h1{
	margin-bottom: 0;
}

.bx_filter_block-bottom{
	border-top: 1px solid #E8E8E8;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
    align-items: center;
	padding-top: 18px;

}

.bx_filter_block-bottom .reset-filter-item{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	color: #00584D;
	padding: 6px 9px;
    cursor: pointer;
}

.bx_filter_block-bottom .apply-filter-item{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	background: #006559;
	border-radius: 4px;
	padding: 6px 9px;
    cursor: pointer;
}

.bx_filter .bx_filter_block:before{
	width: 21px;
	height: 21px;
	border: 1px solid #E8E8E8;
	left: 15px;
	top: -3px;
	content: "";
	position: absolute;
	background: #fff;
    transform: rotate(45deg);
}

.bx_filter .bx_filter_block:after{
    width: 56px;
    height: 26px;
	left: 0;
	top: 0;
	background: #fff;
	content: "";
	position: absolute;
}
.bx_filter .bx_ui_slider_track{
	display: none;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container{
	background: none;
	border: none;
    display: flex;
    max-width: 100%;
    align-items: center;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
    box-shadow: none;
    margin: 0 5px 0 10px;
	border-radius: 4px;
}

.viewed-wrap .row.owl-carousel .owl-nav{
	display: none;
}

.viewed-wrap .row.owl-carousel button.owl-dot{
	border: 1px solid #000000;
	width: 6px;
	height: 6px;
	border-radius: 5px;
	margin: 0 5px;
}
.viewed-wrap .row.owl-carousel button.owl-dot.active{
	background: #000;
}

.viewed-wrap .row.owl-carousel .owl-dots{
	text-align: center;
}
 
 
.viewed-wrap .row .owl-item  .product-item-small-card{
	margin: 0 !important;
	height: 100%;
}

.viewed-wrap .owl-carousel .owl-stage{
    display: flex;
    align-items: stretch;
}

.file-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-grow: 1;
	margin-bottom: 10px;
	justify-content: space-between;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}

.file-row .file-ext{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    color: #777777;
    border: 2px solid #777777;
    padding: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    width: max-content;
    margin-right: 20px;
}

.file-row a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	color: #0061D1;
	text-decoration: underline;
}
.file-row a:hover{
	text-decoration: none;
}

#tab4.tovar_tab_content{
	flex-direction: column;
}

.file-ext-wrap{
	min-width: 115px;
	margin-right: 20px;
} 
.file-name-wrap{
    min-width: 200px;
    text-align: left;
    display: flex;
    align-items: center;
}

.personal-tab-row{
	background: #F3F3F3;
	border-radius: 4px;
	margin-bottom: 20px;
}

.personal-body-row{
	padding: 0;
	margin-bottom: 60px;
	max-width: 1190px;
}

.order-count{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 16px;
}

.order-detail{
	display: none;
}

.personal-th{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	cursor: pointer;
	color: #555555;
}

.personal-th.active, .personal-th:hover{
	color: #006559;
}

.personal-th .pers-icon{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: -2px;
}

.zak-th{
	background: url(/bitrix/templates/oil_shop/css/../img/order-icon.png) 50% 50% no-repeat;
}

.fav-th{
	background: url(/bitrix/templates/oil_shop/css/../img/bonus-icon.png) 50% 50% no-repeat;
}

.prof-th{
	background: url(/bitrix/templates/oil_shop/css/../img/prof-icon.svg) 50% 50% no-repeat;
}

.bonus-th{
	background: url(/bitrix/templates/oil_shop/css/../img/pig-icon.png) 50% 50% no-repeat;
}
.active .zak-th, .personal-th:hover .zak-th{
	background: url(/bitrix/templates/oil_shop/css/../img/zak-icon2.png) 50% 50% no-repeat;
}

.active .fav-th, .personal-th:hover .fav-th{
	background: url(/bitrix/templates/oil_shop/css/../img/fav-icon2.png) 50% 50% no-repeat;
}

.active .prof-th, .personal-th:hover .prof-th{
	background: url(/bitrix/templates/oil_shop/css/../img/prof-icon2.png) 50% 50% no-repeat;
}

.active .bonus-th, .personal-th:hover .bonus-th{
	background: url(/bitrix/templates/oil_shop/css/../img/pic-icon2.png) 50% 50% no-repeat;
}


.personal-td{
	width: 100%;
	display: none;
}
.order-tr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
	color: #000000;
	cursor: pointer;
}

.order-tr.titles{
	background: #F3F3F3;
	border-radius: 4px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
    cursor: default;
	color: #666666;
}

.order-th, .order-td{
	flex-grow: 1;
	padding: 0 20px;
	width: 17%;
}
.order-td{
	height: 50px;
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.order-th:first-child, .order-td:first-child{
    width: 8%;
}
.order-th:nth-child(4), .order-td:nth-child(4){
    width: 14%;
}

.detail-top-line{
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 0 20px;
	justify-content: space-between;
	border-bottom: 1px solid #E8E8E8;
}

.container.col ~ p{
	max-width: 1180px;
	margin: 0 auto;
	display: block;
}

.order-number{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.order-number span{
	font-size: 18px;
	line-height: 22px;
	color: #006559;
}

.hide-detail{
	border: 2px solid #FFD900;
	box-sizing: border-box;
	border-radius: 4px;	
	background: #fff;
	color: #000;
	cursor: pointer;
}

.item-titles{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 28px;
	color: #666666;
	border-bottom:1px solid #E8E8E8;
	align-items: center;
}

.item-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	border-bottom: 1px solid #E8E8E8;
}
.item-row:last-child{
	border: none;
}

.item-th, .item-td{
	width: 17%;
	flex-grow: 1;
	padding: 0 20px; 
}

.item-td{
	padding: 20px;
}

.item-number{
	width: 5%;
}

.item-name{
	width: 30%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; 
}
.item-name .pic-part{
	width: 100px;
	margin-right: 30px;
}

.order-tr-wrap{
    border-bottom: 1px solid #E8E8E8;
}

.order-tr-wrap.opened{
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.1)
}

.order-tr-wrap.opened .order-tr{
	background: #222222;
	color: #fff;
	font-weight: 600;
}

.tovar_box{
	position: relative;
}

.tovar_box .product-article{
    position: absolute;
    top: -59px;
    font-size: 14px;
    right: 0;
    color: #666666;
}

.tovar_content_left .button.top-fix{
    position: fixed;
    top: 80px;
    left: 20px;
    right: 20px;
    box-sizing: border-box;
    width: auto;
    z-index: 100;
}



.avalible{
	display: none !important;
}

.bx-authform{
	max-width: 1180px;
	margin: 0 auto;
}

.bx-authform .bx-authform-input-container, 
.bx-authform .bx-authform-note-container,
.bx-authform .bx-authform-label-container{
	max-width: 500px;
}

.offer_str span{
	min-width: 140px;
}

.bx-authform-formgroup-container .btn-primary{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    background: #FFD900;
    border-radius: 4px;
    width: 100%;
    max-width: 500px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border: none;
    cursor: pointer;
    /* background: #FFFFFF; */
    /* border: 2px solid #000000; */
    box-sizing: border-box;
    margin-top: 40px;
    border-radius: 4px;
}

.product-item-amount{
	padding: 0;
    text-align: left;
    margin: 0;
}


.pre_order_btn {
	background: #F3F3F3;
}

body .offer_str input,body .offer_str textarea,body .offer_str select{
padding-left: 20px;
padding-right: 20px;
}
.owl-item > .product-item-small-card{width: 100% !important;}
/* End */


/* Start:/bitrix/templates/oil_shop/css/adaptive.css?161293307821332*/
.bx-authform .offer_str input, .bx-authform .offer_str textarea, .offer_str select{
	padding-left: 20px;
}

@media screen and (max-width: 1240px) {
	.container{
		padding-right: 15px;
		padding-left: 15px;
	}
	.slide_right, .owl-next{
		right: 0;
	}
	.slide_left, .owl-prev{
		left: 0;
	}
	.header_search input[type="text"]{
		width: 357px;
	}
}

@media screen and (max-width: 1024px) {
	.tovar_box .product-article{
		top: -66px;
	}
	.blog_item .bloc_bottom{
		padding: 0 20px;
	}
	.tovar_content_wrap{
		flex-direction: column;
	}
	.tovar_content_left{
		width: 100%;
	}
	.tovar_content_right{
		padding: 15px 0;
		width: 100%;
	}
	.blog_item .blog_title{
		padding: 0 20px
	}

	.blog_item .blog_desc{
		padding: 0 20px;
	}

	.header_search input[type="text"]{
		width: 195px;
	}

	.home_slider .swiper-slide img{
		height: 100%;
	}
	.header_lk{
		width: 126px;
		flex-shrink: 0;
	}
	.header_adr_block{
		margin-right: 15px;
	}

	.popup_call .popup_menu_close , .popup_podbor .popup_menu_close {
	    top: 25px;
	    right: 0;
	    z-index: 10
	}
	.header_phones{
		margin-right: 25px;
	}

	.cart_page{
		flex-direction: column;
	} 

	.cart_offer{
		width: 100%;
	}

	.cart_table, .offer_form{
		width: 100%;
		margin-bottom: 40px;
	}
	.main_catalog_item{
		width: 33%;
	}
	.main_catalog_wrap_home{
		margin-bottom: 30px;
	}
.personal-content{
	padding: 0 20px;
}
.personal-content .container{
	padding-left: 0;
	padding-right: 0;
}

}
@media screen and (max-width: 860px) {
	.header_top{
		flex-wrap: wrap;
	}
	.lk-buttons{ 
	    justify-content: space-between;
	    width: 300px;
	}
	.header_lk{
		margin: 0;
	}
	.header_bot{
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.action-link-wrap{
		width: 100%;
		align-items: center;
		justify-content: space-around;
		padding: 25px 0 0;
	}
	.home_slider .swiper-slide{
		height: 360px;
	}
	.home_slider{
		margin-bottom: 20px;	
	}
	.home_banners{
		margin-bottom: 0	;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	.home_banners_item{
		width: 100%;
		margin-bottom: 30px;
	}
	.home_banners_item_title{
		max-width: 480px;
	}
	.row-wrap{
		padding: 60px 0;
		margin-bottom: 50px;
	}
	.about_slider_home{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.razd-wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
	.row-wrap .catalog_cat{
		margin: 0; 
	}
	.tovar_box .product-article{
		position: static;
	}
	.tovar_tab_content .comments-block{
		margin-bottom: 0;
	}
	.popup_content .img_box{
		margin: 0 auto;
	}
	.popup_bottom .button2{
		display: none;
	}
	.popup_bottom .button{
		background: #009950;
		border-radius: 4px;
		width: 100%;
		color: #fff;
	}
	.offer_str input, .offer_str textarea, .offer_str select{
		padding-left: 110px;
	}
	.personal-content .container{
		flex-wrap: wrap;
    	justify-content: center;
	}
	.personal-th{
		width: 33%;
	}
	.viewed-wrap .container .owl-carousel.owl-drag .owl-item{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}
	.main_catalog_item_desc{
		font-size: 12px;
	}
	.home_banners_item_title{
		max-width: 235px;	
	}
	.home_banners_item{
		margin-bottom: 10px;
	}
	.home_banners_item_2{
		margin-bottom: 0;
	}
	.personal-th{
		font-size: 13px;
	}
	.go_offer{
		max-width: 100%;
	}
	.bx_filter_block1 .bx_filter_parameters_box_container{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
		border-top: 1px solid #E8E8E8;
	}
	#del_filter{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 17px;
		color: #000000;
		border: 2px solid #FFD900;
		box-sizing: border-box;
		border-radius: 4px;
		width: 150px;
		height: 40px;
		text-align: center;
		line-height: 36px;
		padding: 0;
		margin: 0 10px 0 0;
		box-sizing: border-box;

	}
	#set_filter{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 17px;
		color: #000000;
		border: 2px solid #FFD900;
		background: #FFD900;
		box-sizing: border-box;
		border-radius: 4px;
		width: 150px;
		height: 40px;
		text-align: center;
		line-height: 36px;
		padding: 0;
		margin: 0 0 0 10px;
    	box-shadow: none;
		box-sizing: border-box;

	}
	.bx_filter_block-bottom .apply-filter-item{
		color: #000;
		background: #ffd900;
	}
	.bx_filter .bx_filter_button_box{
		display: block !important;
	}
	.bx_filter .bx_filter_section{
		border-top: 1px solid #E8E8E8;
		padding: 20px;
	}
	.bx_filter.bx_horizontal .bx_filter_parameters_box{
		width: 100%;
		border: none;
		border: 1px solid;
		border-color: transparent;
		border-bottom-color: : #E8E8E8;
	}
	.bx_filter .bx_filter_block:before, .bx_filter .bx_filter_block:after{
		display: none;
	}
	.bx_filter .bx_filter_block{
		position: static;
    	box-shadow: none;
	}
	.bx_filter .bx_filter_parameters_box_title:after, .bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after{
		background: url(/bitrix/templates/oil_shop/css/../img/arr-right.svg) 50% 50% no-repeat;
		width: 10px;
		height: 10px;
		margin-top: -5px;
	}
	.bx_filter.bx_horizontal .bx_filter_parameters_box.active{
	    border-color: #ffd900;
		background: none;
	}
	.bx_filter .bx_filter_parameters_box_title, .bx_filter.bx_horizontal .bx_filter_parameters_box.active .bx_filter_parameters_box_title{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: #333333;
		width: 100%;
	}
	.article_date{
		padding: 0 20px;
	}
	.cart_page{
		margin-bottom: 50px;
	}
	.popup{
		transform: none;
		top: 70px;
		left: 0;
	}
	.dop-block-wrap{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		border: 1px solid #E8E8E8;
		border-radius: 3px;
	}
	.dop-block-wrap .dop_block{
		font-size: 0 !important;
		border-radius: 0;
		border: none;
		border-right: 1px solid #E8E8E8;
		width: 100%;
		margin-bottom: 0;
	}
	.dop-block-wrap .dop_block:last-child{
		border-right: none;
	}
	.dop_block.tovar_avalible img{
		margin-right: 0;
	}
	.button.add_cart{
		padding-left: 0;
		padding-right: 0;
	}
	.home_slider .swiper-slide img{
		height: 100%;
	}
	.home_slider .slide_right, .home_slider .slide_left{
		display: none;
	}
	.home_slider{
		margin-top: 10px;
	}
	.row-wrap.adv{
		background: none;
	}
	.action-link-wrap{
		display: none;
	}
	.container{
		padding-right: 0;
		padding-left: 0;
	}
	.container .article_content, .news-row, .comments-block{
		padding-left: 20px;
		padding-right: 20px;
	}
	.header_phones{
		margin-right: 20px;
	}

	.header_adr_block{
		margin-right: 20px
	}

	.header_phones_top a{
		margin-right: 0;
	}

	.header_lk{
		min-width: 142px
	}

	.main_catalog_item{
		width: 33%
	}

	.home_preem_item{
		padding-left: 20px;
		padding-right: 20px;
	}

	.home_preem_item .item_desc{
		font-size: 14px;
	}

	.copyright{
		max-width: 40%;
	}

	.header_search input[type="text"]{
		width: 90px
	}

	.header_actions{
		margin-left: 20px;
	}

	.blog_item .bloc_bottom{
		flex-direction: column-reverse;
	}

	.blog_item .bloc_bottom a{
		margin-top: 20px
	}

	.blog_item .blog_desc{
		margin-bottom: 20px
	}


	.main_catalog_wrap_with_filter .main_catalog_item{
		width: 50%;
	}
 
	.mobile_hide{
		display: none !important;
	}

	.mobile_show{
		display: flex !important;
	}

	.cart_actions span{
		display: none!important
	}
	.home_slider  .swiper-container{
		height: 350px;
	}

	.header_bot{
		position: fixed;
		z-index: 110;
		background: #fff;
		top:0;
		left: 0;
	}
	.slide_left, .slide_right{
		margin-top: -30px;
	}

	#header{
		padding-top: 110px
	}

	#wrapper.scrolled .header_search{
		display: none;
	}

	#wrapper.scrolled .header_bot {
		border-bottom: 1px solid #E8E8E8;
	}

	.header_mob_actions{
		background: #1F1F1F;
		height: 50px;
		display: flex;
		align-items: center;
		padding: 0 20px;
		justify-content: space-between;
	}

	.header_mob_actions img{
		display: block;
	}

	.logo{
		margin-right: 20px
	}

	.logo img{
		width: 150px;
		height: auto;
		margin-left: 20px;
	}

	.h2{
		font-size: 20px;
		line-height: 25px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.header_bot{
		flex-wrap: wrap;
		align-items: center;
	}

	.header_lk_mob img{
		display: block;
	}

	.header_search{
		width: 100%;
		margin: 0	
	}
	.about_slider_wrap img{
		display: inline-block;
	}
	.swiper-slide{
		text-align: center;
	}

	.contact-wrap{
		flex-direction: column;
	}
	.contact_left{
		width: 100%;
		padding: 0 20px;
	}
	
	.viewed-wrap .container{
		padding: 0 15px;
	}

	.contact_right{
		width: 100%;
		background: #fbfbfb url(/bitrix/templates/oil_shop/css/../img/contact_bg.jpg) 100% 100% no-repeat;
		top: 0;
		margin-bottom: 40px;
	}

	.header_search input[type="text"]{
		width: 100%;
		border-radius: 0;
		border:none;
		border-top: 1px solid #E8E8E8;
		background: url(/bitrix/templates/oil_shop/css/../img/searh.svg) 20px 50%  no-repeat;
		padding-left: 49px;
		padding-top: 0;
		padding-bottom: 0;
	}	

	.header_bot{
		margin-bottom: 0
	}
	/*
	.header_catalog{
		font-size: 13;
		width: 100px;
		height: 60px;
		border-radius: 0;

	}
	.header_catalog img{
		margin-right: 8px;
	}

	.header_catalog img.mobile_show{
		display: block;
	}*/

	.header_lk_mob{
		margin-right: 25px
	}


	.header_search input[type="submit"]{
		display: none;
	}

	.home_banners{
		flex-direction: column;
		margin-bottom: 60px
	}

	.main_catalog_item{
		width: 50%;
		padding: 30px 20px
	}

	.main_catalog_item_title{
		font-size: 14px
	}

	.main_catalog_item_bot .price, .main_catalog_item_bot .price.new_price{
		font-size: 24px;
	}

	.catalog_cat{
		flex-direction: column; 
		width: calc(100% - 40px);
		margin-bottom: 50px
	}

	.catalog_cat_item{
		width: 100%;
		padding: 19px 30px 19px 19px
	}

	.catalog_cat_img_box{
		width: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.home_banners_item{
		padding-left: 20px;
		width: 100%;
	}

	.home_banners_item_title{
		font-size: 20px;
		line-height: 25px
	}

	.home_banners_item_text{
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 35px
	}

	.home_banners_item_1{
		background-position: calc(100% + 95px) 50%
	}

	.home_banners_item_2{
		background-position: calc(100% + 95px) 50%
	}

	.home_preem_item{
		width: 100%;
		border: none;
		padding-top: 10px;
		padding-bottom: 20px
	}

	.home_preem{
		border: none;

	}

	.home_preem_item .item_desc br{
		display: none;
	}

	.home_preem_item .item_title{
		font-size: 16px;
		line-height: 20px
	}

	.home_preem_item .item_desc{
		line-height: 20px
	}

	.home_preem{
		margin-bottom: 0;
	}

	.about_slider_home{
		margin-bottom: 0
	}

	.blog_item{
		width: 100%;
		margin-bottom: 0
	}

	.blog_item .bloc_bottom{
		flex-direction: row;

	}

	.blog_item .bloc_bottom a{
		margin-top: 0
	}

	.blog_item .blog_title{
		font-size: 16px;
		line-height: 20px
	}

	.blog_item .blog_desc{
		font-size: 14px;
		line-height: 20px
	}

	.blog_item .bloc_bottom a{
		height: 40px;
	}

	.home_go_all_news{
		font-size: 0;
		margin-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.home_go_all_news a{
		font-size: 14px;
		margin: 0;
		width: 100%;
		padding: 0 25px
	}

	.footer_map_block{
		margin-bottom: 52px
	}

	.footer_bot{
		flex-direction: column;
	}

	.copyright{
		order: 1;
		max-width: none;
		line-height: 20px
	}

	.footer_bot{
		padding-bottom: 50px
	}

	#footer{
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer_bot_block{
		margin-bottom: 30px
	}

	.home_menu_tabs{
		padding: 0 9px;
		border: none;
	}

	.home_menu_tabs a{
		border: none;
		font-size: 12px;
		line-height: 15px;
		border-radius: 15px;
		margin-right: 7px;
		height: 30px;
		padding: 0 8px
	}

	.home_menu_tabs a.active{
		background: linear-gradient(0deg, #006559, #006559);
		color: #fff;

	}

	.footer_top{
		flex-direction: column;
	}

	.footer_menu a{
		display: none;
	}

	.footer_bot{
		border: none;
		padding: 0;
		margin: 0
	}

	.footer_menu_title{
		border-bottom: 1px solid #E8E8E8;
		padding-bottom: 16px;
		margin-bottom: 15px;
		cursor: pointer;
		background: url(/bitrix/templates/oil_shop/css/../img/footer_menu_title.svg) 100% 50% no-repeat;
		
	}

	.footer_menu a.opend{
		display: block;
	}

	.slider_home_title{
		font-size: 48px;

	}

	.slider_home_title br{
		display: none;
	}

	.slider_home_desc{
		font-size: 16px;
		line-height: 20px;
	}

	.home_slider .swiper-slide{
		height: auto;
	}

	.slider_home_text{
		justify-content: flex-end;
	}

	.slider_home_link{
		width: 50px;
		height: 50px;
		background: url(/bitrix/templates/oil_shop/css/../img/mob_slide_go.svg) 50% 50% no-repeat;
		font-size: 0;
		padding: 0;
		border: none;
		position: absolute;
		right: 20px;
		bottom: 43px
		
	}

	.home_slider{
		margin-bottom: 50px
	}

	.popup_menu_title{
		padding-left: 20px;
		margin-bottom: 20px
	}

	.popup_menu_close{
		right: 20px
	}

	.popup_menu_wrap{
		flex-direction: column;
	}

	.popup_main_menu{
		width: 100%;
		padding: 0 20px;
		margin-bottom:43px;
		font-size: 14px;
		line-height: 17px;
		color: #000
	}

	.popup_main_menu .menu_str{
		line-height: 50px
	}

	.popup_main_menu a{
		display: block;
		background: url(/bitrix/templates/oil_shop/css/../img/popup_main_menu_arr.svg) 100% 50% no-repeat;
		
	}

	.popup_sub_menu{
		display: none;
		position: absolute;
	    background: #fff;
	    width: 100%;
	    height: auto;
	    padding: 0 20px;
	   	flex-direction: column;
	}

	.sub_menu_title{
		font-size: 16px;
		line-height: 20px;
		color: #006559;
		margin-bottom: 6px;
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}

	.sub_menu{
		margin-right: 0;
		width: 100%;
	}

	.sub_menu .menu_str a{
		display: block;
		line-height: 50px;
		font-weight: 600;
		font-size: 14px;
		border-bottom: 1px solid #E8E8E8;
	}

	.popup_menu .footer_menu{
		width: 100%;
		padding: 0 20px;
		margin-bottom:43px;
		display: block;
	}

	.popup_menu  .footer_menu_title{
		background: none;
		border: none;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 12px;
		padding-bottom: 0
	}

	.popup_menu .footer_menu a{
		display: block;
		line-height: 50px;
		font-size: 14px;
		font-weight: 700;
		border-bottom: 1px solid #E8E8E8;

	}

	.header_phones{
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 30px;
		display: block;
	}

	.header_phones_top a{
		margin-right: 30px
	}

	.header_phones_bot{
		margin-top: 10px
	}

	.sub_menu_close{
		font-weight: 600;
		font-size: 12px;
		line-height: 15px;
		background: #F3F3F3;
		border-radius: 4px;
		color: #000000!important;
		width: 150px;
		height: 40px;
		align-items: center;
		justify-content: center;
	}

	.main_catalog_item_bot .avalible{
		font-size: 0;
		display: flex;
	}

	.main_catalog_item_bot .avalible:before{
		content: "+";
		font-size: 25px
	}

	.main_catalog_item_bot .avalible.red:before{
		content: "-";

	}

	.main_catalog_item_desc span{
		display: none;
	}

	.main_catalog_item{
		border-right: 1px solid #E8E8E8;
		border-bottom: 1px solid #E8E8E8;

	}

	.main_catalog_item:nth-of-type(2n){
		border-right: 0;
	}

	.main_catalog_wrap{
		border-top: 1px solid #E8E8E8;
	}

	.main_catalog_item_desc{
		margin-bottom: 0;

	}

	.main_catalog_item_title{
		/*margin-bottom: 0;*/
	}

	.h1{
		padding: 0 20px;
		margin-top: 30px;
		margin-bottom: 16px;
	}

	.filter_block:not(.sort_block){
		display: none;
	}

	.filter_wrap{
		border-top: 1px solid #E8E8E8;
		margin-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
		height: 50px;
		display: flex;
		align-items: center;
	}

	.cler_all_filter{
		display: none;
	}

	.filter_block_select, .filter_block_select.active{
		border: none;
		background: none;
		font-size: 14px;
		line-height: 17px;
		font-weight: 700;
		color: #000000;
		height: 50px;
		padding: 0;

	}

	.filter_block_select.active img.mobile_show{
		display: block;
	}

	.pagination_next img, .pagination_prev img{
		display: none;
	}

	.page_pagination{
		font-size: 14px;
		margin-bottom: 110px
	}

	.select_cat{
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
		height: 50px;
		padding-left: 19px;
		font-weight: 600;
		font-size: 16px;
		background: url(/bitrix/templates/oil_shop/css/../img/select_cat.svg) calc(100% - 20px) 50% no-repeat;
		border: 1px solid #E8E8E8;
		margin-bottom: 20px;
	}

	.blog_cat_page .blog_item{
		margin-bottom: 10px;
		border-left: 0;
		border-right: 0;
		border-top: 0;
	}

	.last_views{
		margin-bottom: 100px
	}

	.cart_actions{
		justify-content: space-between;
	}

	.cart_str{
		flex-wrap: wrap;
		padding: 0 20px 70px;
	}

	.cart_str .t_col1{
		width: 150px;
	}

	.cart_str .t_col2{
		width: calc(100% - 190px)
	}

	.cart_str .t_col3{
		order:2;
		width: calc(100% - 190px)
	}

	.cart_str .t_col4{
		order:1;
		width: 150px;
	}

	.t_col4 .checked{
		bottom: 26px;
		top: auto;
		right: auto;
		left: 20px;
	}

	.cart_str .item_actions{
		position: absolute;
		bottom: 26px;
		left: 70px;
	}

	.offer_str{
		flex-direction: column;
		align-items: flex-start;
	}

	.offer_block{
		padding-left: 20px;
		padding-right: 20px;
	}

	.offer_str input, .offer_str textarea, .offer_str select{
		width: 100%;
		margin-top: 4px;
	}

	.radio_block{
		width: 100%;
	}

	.radio_block label{
		border: 1px solid #E8E8E8;
		border-radius: 4px;
		padding: 15px 17px;
	}

	.mobile_str_offer_num{
		margin-bottom: 14px;
		font-weight: bold;
		font-size: 12px;
		line-height: 20px;
		color: #222222;
		display: flex;
		align-items: center;
	}

	.mobile_str_offer_num span{
		margin-right: 9px;
		background: #222222;
		font-weight: 800;
		font-size: 12px;
		line-height: 15px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		color: #FFFFFF;
		text-align: center;
		line-height: 20px;
	}

	.tovar_tab_content{
		display: block!important;
		padding: 0 20px
	}

	.tovar_tab_content .comments-block{
		padding: 0;
	}

	.tovar_box{
		flex-direction: column;
		padding: 20px;
		margin-bottom: 20px;
	}

	.tovar_tab_content_props_block{
		max-width: 100%;
	}

	.tovar_box h1{
		font-family: Montserrat;
		font-style: normal;
		font-weight: bold;
		font-size: 20px;
		line-height: 30px;
		color: #006559;
	}

	.tovar_content{
		width: 100%;
		padding: 20px 0 0
	}

	.tovar_photo{
		width: 100%;
	}

	.img_full{
		border: none;
		height: 300px!important
	}

	.tovar_content_left{
		width: 100%;

	}

	.tovar_content_right{
		width: 100%;
		margin-top: 20px
	}

	.tovar_content_right .tovar_content_title{
		display: none
	}

	.tovar_content_wrap{
		flex-direction: column;
	}

	.tovar_content_left .button{
		width: 100%;
	}

	.tovar_tab_content{
		margin-bottom: 50px;
	}

	.tovar_tab_content_props_block{
		width: 100%;
		margin-right: 0;
	}

	.tabs_title {
		font-weight: 600;
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 15px;
		color: #000000;
	}

	

	.tovar_tab_content_reviews_content{
		width: 100%
	}

	.tovar_tab_content_reviews_rating{
		width: 100%;
	}

	.table_compare td{
		min-width: 165px
	}

	.popup_content{
		flex-direction: column;
		align-items: flex-start;
	}

	.popup_title{
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 20px
	}

	.popup_bottom>a{
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	.popup_bottom{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.popup_content{
		padding-bottom: 20px;
	}

	.popup .main_catalog_item_desc span{
		display: inline;
	}

	.two_coll_text{
		    column-count:1;
		    padding-left: 20px;
		    padding-right: 20px;
	}

	.about_preem{
		flex-direction: column;
	}

	.about_preem_item{
		text-align: center;
		margin-bottom: 20px;
	}

	.bx-authform{
		padding-left: 20px;
		padding-right: 20px;
	}
	.bx-authform .article_content{
		padding-left: 0;
		padding-right: 0;
	}

	.popup_call, .popup_podbor{
		background: #fff;
		padding-right: 0;
	}

	.call_form, .podbor_form{
		padding-right: 40px
	}

	.main_catalog_wrap_filter{
		width: 100%;
		display: none;
	}

	.main_catalog_wrap_filter.active{
		display: block;
	}

	.main_catalog_wrap_inner{
		width: 100%;
	}

	.main_catalog_wrap_with_filter{
		flex-direction: column;
	}
}
@media screen and (max-width: 375px) {
	.home_slider .swiper-slide img{
		width: 375px;

	}


}
@media screen and (max-width: 320px) {
	.home_slider .swiper-slide img{
		width: 320px;
		
	}
}

@media screen and (max-width: 640px) {
	.catalog_cat_item:first-child{
		margin-bottom: 0;
	}
	.catalog_cat_item{
		height: 50%;
	}
	.home_slider{
		width: 100%;
		overflow: hidden;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		margin-bottom: 0;
	}
	.swiper-pagination{
		margin-top: 0;
	}
	.home_slider .slider_wrapper{
		width: 1180px;
	}
	.home_slider .swiper-slide img, .home_slider .swiper-container{
		height: auto;
	}
	.slider_home_text{
		justify-content: space-between;
		max-width: 100vw;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
		padding-top: 20px;
	}
	.slider_home_title{
    	font-size: 45px;
    	line-height: 64px;
	}
	.slider_home_desc{
		font-size: 14px;
		max-width: 100%;
	}
	.home_banners{
		display: none;
	}
}
 

@media screen and (max-width: 520px) {
	.slider_home_text{
		padding-left: 20px;
	}
	.slider_home_desc{
		max-width: 250px;
		text-align: left;
	}
	.main_catalog_wrap_with_filter .main_catalog_item{
		width: 100%;		
	}
	.main_catalog_item .img_box a{
		display: block;
		margin: 0 auto;
	}
}
/* End */
/* /bitrix/templates/oil_shop/components/bitrix/catalog.section.list/popup_menu/style.css?17616334485413 */
/* /bitrix/templates/oil_shop/components/bitrix/search.title/visual1/style.css?16146685554176 */
/* /bitrix/templates/oil_shop/components/bitrix/catalog.products.viewed/bootstrap_v5/style.min.css?1605798415153 */
/* /bitrix/templates/oil_shop/js/owl.carousel.min.css?16057984163351 */
/* /bitrix/templates/oil_shop/js/jquery.fancybox.min.css?160579841612795 */
/* /bitrix/templates/oil_shop/css/swiper.min.css?160579841613580 */
/* /bitrix/templates/oil_shop/styles.css?17792042033072 */
/* /bitrix/templates/oil_shop/template_styles.css?177909398917629 */
/* /bitrix/templates/oil_shop/css/style.css?166542084870796 */
/* /bitrix/templates/oil_shop/css/adaptive.css?161293307821332 */
