

/* Start:/bitrix/templates/common/css/slick.css?17556830111776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/common/css/fonts.css?17556830111486*/
@font-face {
	font-family: 'PNB';
	src: url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Bold.eot');
	src: local('☺'), url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Bold.woff') format('woff'), url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Bold.ttf') format('truetype'), url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PNEB';
	src: url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Extrabld.eot');
	src: local('☺'), url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Extrabld.woff') format('woff'), url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Extrabld.ttf') format('truetype'), url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Extrabld.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PNR';
	src: url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Regular.eot');
	src: local('☺'), url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Regular.woff') format('woff'), url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Regular.ttf') format('truetype'), url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PNSB';
	src: url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Semibold.eot');
	src: local('☺'), url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Semibold.woff') format('woff'), url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Semibold.ttf') format('truetype'), url('/bitrix/templates/common/css/../media/fonts/ProximaNova-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* End */


/* Start:/bitrix/templates/common/css/style.css?175568301130295*/
*{
	margin: 0;
	padding: 0;
	line-height:1.2em;
	box-sizing:border-box;
	outline:none;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*::before,*::after{
	box-sizing:border-box;
}

img{
	vertical-align:top;
	max-width:100%;
}

input, textarea{
	font-family: "PNR";
	font-size:16px;
}

textarea{
	overflow: auto;
}

body {
	font-family:"PNR";
	font-size:16px;
	width: 100%;
	height: 100%;
}

.wrapper {
	width:100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow:hidden;
}

a{
	color:#07AEFA;
	transition:color 0.3s;
	text-decoration:none;
}

a:hover{
	color:#F07832;
}

h1{
	font-family:"PNB";
	font-size:36px;
	margin-bottom:50px;
	text-transform:uppercase;
}

h2{
	font-family:"PNB";
	font-size:24px;
	margin-bottom:20px;
	text-transform:uppercase;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 130px;
	display:flex;
	align-items:center;
	padding:0px 100px;
}

.logo{
	width:83px;
	height:65px;
	background:url("/bitrix/templates/common/css/../media/icons/logo.svg") center center no-repeat;
	background-size:contain;
	display:block;
}

.header_l{
	flex:1 1 335px;
}

.header_c{
	max-width:1160px;
	width:100%;
	flex:0 0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.header_r{
	flex:1 1 335px;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

.header_price_button{
	height:50px;
	width:210px;
}

.header_c_menu{
	display:flex;
	position:relative;
}

.header_c_menu a{
	font-family:"PNB";
	font-size:18px;
	text-decoration:none;
	color:#000;
	margin-left:50px;
	transition:color 0.3s;
}

.header_c_menu a:hover{
	color:#07AEFA;
}

.header_c_menu a.act{
	color:#F07832;
}

.header_c_menu a:nth-child(1){
	margin-left:0px;
}

.header_c_contacts{
	display:flex;
	flex-direction:column;
	padding-right:50px;
}

.header_c_contacts a{
	font-family:"PNEB";
	font-size:18px;
	color:#000;
	display:flex;
	align-items:center;
}

.header_c_contacts a:hover{
	color:#F07832;
}

.header_email{
	margin-top:6px;
}

.header_phone::before{
	content:"";
	margin-right:6px;
	width:20px;
	height:20px;
	background:url("/bitrix/templates/common/css/../media/icons/phone.svg") center center no-repeat;
	background-size:contain;
}

.header_email::before{
	content:"";
	margin-right:6px;
	width:20px;
	height:20px;
	background:url("/bitrix/templates/common/css/../media/icons/mail.svg") center center no-repeat;
	background-size:contain;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 194px;
}


.mp_video{
	display:flex;
	position:relative;
	justify-content:center;
	overflow:hidden;
}

.mp_video video{
	height:700px;
	vertical-align: top;
}

.mp_video_shadow{
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
}

.mp_video_content{
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

.mp_video_content_title{
	font-family:"PNB";
	font-size:48px;
	color:#fff;
	max-width:960px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}

.mp_video_content_icons{
	max-width:960px;
	width:100%;
	display:flex;
	justify-content:space-around;
	align-items:flex-start;
	margin-top:66px;
}

.mp_video_content_icons_el{
	max-width:180px;
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
}

.mp_video_content_icons_el_icon{
	width:60px;
	height:60px;
}

.mp_video_content_icons_el:nth-child(1) .mp_video_content_icons_el_icon{
	background:url("/bitrix/templates/common/css/../media/icons/mp_i_1.svg") center center no-repeat;
	background-size:contain;
}

.mp_video_content_icons_el:nth-child(2) .mp_video_content_icons_el_icon{
	background:url("/bitrix/templates/common/css/../media/icons/mp_i_2.svg") center center no-repeat;
	background-size:contain;
}

.mp_video_content_icons_el:nth-child(3) .mp_video_content_icons_el_icon{
	background:url("/bitrix/templates/common/css/../media/icons/mp_i_3.svg") center center no-repeat;
	background-size:contain;
}

.mp_video_content_icons_el_text{
	color:#fff;
	font-size:18px;
	text-align:center;
	margin-top:8px;
	width:100%;
}

.content_in{
	display:flex;
	padding:0px 100px 70px;
}

.content_in_l{
	flex:1 1;
}

.content_in_c{
	max-width:1050px;
	width:100%;
	flex:0 0 auto;
}

.content_in_r{
	flex:1 1;
}

.mp_catalog{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	margin-top:64px;
}

.mp_catalog_el_ob{
	width:330px;
	height:115px;
	margin-left:30px;
	margin-top:30px;
	display:flex;
}

.mp_catalog_el{
	width:100%;
	height:auto;
	border-radius: 4px;
	border: 1px solid #A8A8A8;
	transition:0.3s;
	color:#000;
	font-family:"PNSB";
	display:flex;
	align-items:center;
	padding-right:30px;
}

.mp_catalog_el:hover{
	border: 1px solid #F07832;
	background:#F07832;
	color:#fff;
}

.mp_catalog_el_ob:nth-child(-n+3){
	margin-top:0px;
}

.mp_catalog_el_ob:nth-child(3n+1){
	margin-left:0px;
}

.mp_catalog_el_text{
	font-family:"PNSB";
}

.mp_catalog_el_pic{
	width:115px;
	height:115px;
	flex: 0 0 auto;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:contain;
}

.mp_calculate{
	margin-top:100px;
	height:290px;
	background: linear-gradient(89.52deg, #07AEFA -3.85%, #0690CE 97.93%);
	border-radius: 4px;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	padding-left:58px;
}

.mp_calculate_barrel{
	background:url("/bitrix/templates/common/css/../media/images/barrel.png") center center no-repeat;
	background-size:contain;
	position:absolute;
	width:480px;
	height:315px;
	right:7px;
	bottom:0px;
}

.mp_calculate_title{
	max-width:392px;
	font-family:"PNB";
	font-size:24px;
	color:#fff;
}

.white_button{
	border-radius: 4px;
	border: 3px solid #fff;
	display:flex;
	position:relative;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}

.mp_calculate_price_button{
	height:50px;
	width:240px;
	margin-top:40px;
}

.white_button.mp_calculate_price_button{
	justify-content:flex-end;
	transition:box-shadow 0.3s;
}

.white_button.mp_calculate_price_button:hover{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.white_button span{
	color:#fff;
	transition:0.3s;
	font-size:14px;
	text-transform:uppercase;
	font-family:"PNEB";
	position:relative;
	z-index:2;
}

.white_button:hover span{
	color:#07AEFA;
	transition:0.3s;
}

.white_button::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#fff;
	transform:scaleX(0);
	transition:0s 0s;
	transform-origin:left center;
}

.white_button::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#fff;
	transform:scaleX(0);
	transition:0.3s 0s;
	transform-origin:right center;
}

.white_button:hover::before{
	transform:scaleX(1);
	transition:0.3s 0s;
}

.white_button:hover::after{
	transform:scaleX(1);
	transition:0s 0.3s;
}

.mp_calculate_price_button_icon{
	width:24px;
	height:24px;
	margin-right:13px;
	margin-left:18px;
	position:relative;
	z-index:2;
}

.mp_calculate_price_button_icon::before{
	content:"";
	background:url("/bitrix/templates/common/css/../media/icons/calculator_2.svg") center center no-repeat;
	background-size:contain;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition:0.2s 0.1s;
	opacity:1;
	visibility:visible;
}

.mp_calculate_price_button_icon::after{
	content:"";
	background:url("/bitrix/templates/common/css/../media/icons/calculator_1.svg") center center no-repeat;
	background-size:contain;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition:0.2s 0.1s;
	opacity:0;
	visibility:hidden;
}

.mp_calculate_price_button:hover .mp_calculate_price_button_icon::before{
	opacity:0;
	visibility:hidden;
}

.mp_calculate_price_button:hover .mp_calculate_price_button_icon::after{
	opacity:1;
	visibility:visible;
}

.mp_news{
	margin-top:56px;
}

.mp_news_title{
	font-family:"PNB";
	font-size:36px;
}

.mp_news_in{
	margin-top:52px;
}

.mp_news_el{
	margin: 0px 15px;
}

.mp_news_el_in{
	width:240px;
	height:320px;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-start;
	padding:22px;
	border-radius: 4px;
	overflow:hidden;
}

.mp_news_el_in::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:#07AEFA;
	transform:scale(0,0);
	transform-origin:left bottom;
	transition:0s 0s;
}

.mp_news_el_in::after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:#07AEFA;
	transform:scale(0,0);
	transform-origin:right top;	
	transition:0.3s 0s;
}

.mp_news_el_in:hover::before{
	transform:scale(1,1);
	transition:0.3s 0s;
}

.mp_news_el_in:hover::after{
	transform:scale(1,1);
	transition:0s 0.3s;
}


.mp_news_el_pic{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.mp_news_el_shadow{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
}

.mp_news_el_date{
	position:relative;
	z-index:3;
	color:#fff;
	font-size:12px;
	font-family:"PNB";
}

.mp_news_el_title{
	position:relative;
	z-index:3;
	color:#fff;
	font-size:18px;
	font-family:"PNB";
	width:100%;
}

ul.slick-dots{
	padding:35px 10px;
	display:flex;
	width:100%;
	justify-content:center;
	flex-wrap: wrap;
}

ul.slick-dots li{
	width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 12px;
    text-indent: -9999px;
    background: #C4C4C4;
    border: none;
    cursor: pointer;
}

ul.slick-dots li.slick-active{
	 background: #07AEFA;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer{
	width:100%;
	margin: -194px auto 0;
	height: 194px;
	background: #383838;
	position: relative;
	color:#fff;
	display:flex;
	align-items:center;
	padding:0px 100px;
	align-content: center;
}

.footer_l{
	margin-right:145px;
	flex:0 0 auto;
}

.footer_adr{
	max-width:190px;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	display:flex;
	transition:color 0.3s;
}

.footer_adr:hover{
	color:#07AEFA;
}

.footer_c{
	max-width:1050px;
	width:100%;
	flex:1 1 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.footer_c_menu{
	display:flex;
}

.footer_c_menu a{
	font-family:"PNB";
	font-size:18px;
	text-decoration:none;
	color:#fff;
	margin-left:50px;
	transition:color 0.3s;
}

.footer_c_menu a:hover{
	color:#07AEFA;
}

.footer_c_menu a.act{
	color:#F07832;
}

.footer_c_menu a:nth-child(1){
	margin-left:0px;
}

.footer_r{
	display:flex;
	justify-content:flex-end;
	margin-left:145px;
	flex:0 0 auto;
}

.umiks{
	text-decoration:none;
	color:#fff;
	font-size:14px;
	transition:color 0.3s;
}

.umiks:hover{
	color:#07AEFA;
}

.orange_button{
	border-radius: 4px;
	border: 3px solid #F07832;
	display:flex;
	position:relative;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}

.footer_price_button{
	height:50px;
	width:210px;
}

.orange_button span{
	color:#F07832;
	transition:0.3s;
	font-size:14px;
	text-transform:uppercase;
	font-family:"PNEB";
	position:relative;
	z-index:2;
}

.orange_button:hover span{
	color:#fff;
	transition:0.3s;
}

.orange_button::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#F07832;
	transform:scaleX(0);
	transition:0s 0s;
	transform-origin:left center;
}

.orange_button::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#F07832;
	transform:scaleX(0);
	transition:0.3s 0s;
	transform-origin:right center;
}

.orange_button:hover::before{
	transform:scaleX(1);
	transition:0.3s 0s;
}

.orange_button:hover::after{
	transform:scaleX(1);
	transition:0s 0.3s;
}

.close{
	height:24px;
	width:24px;
	background:url("/bitrix/templates/common/css/../media/icons/close.svg") center center no-repeat;
	background-size:contain;
	transition:0.3s;
	cursor:pointer;
}

.close:hover{
	transform:rotate(90deg);
}

.header_c_menu_close{
	position:absolute;
	right:60px;
	top:30px;
	display:none;
}

.shadow{
	position:fixed;
	top:0;
	right:0;
	height:100%;
	width:100%;
	background: rgba(31, 31, 31, 0.5);
	z-index:99;
	transition:0.2s;
	opacity:0;
	visibility:hidden;
}

.shadow.act{
	opacity:1;
	visibility:visible;
}

.header_r_menu_b{
	width:30px;
	height:30px;
	display:none;
	margin-left:60px;
	flex-direction:column;
	justify-content:space-around;
	cursor:pointer;
	flex: 0 0 auto;
}

.header_r_menu_b span{
	width:100%;
	height:2px;
	background: #000000;
	transition:0.3s;
	transform-origin:right center;
}

.header_r_menu_b:hover span:nth-child(1){
	
}

.header_r_menu_b:hover span:nth-child(3){
	transform:scaleX(0.75);
}

.header_r_menu_b:hover span:nth-child(2){
	transform:scaleX(0.5);
}

.form_vsp{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:100;
	display:flex;
	justify-content:center;
	align-items:center;
	transition:0.3s;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	padding:20px;
}

.form_vsp.act{
	opacity:1;
	visibility:visible;
}

.form_vsp form{
	max-width:330px;
	width:100%;
	display:flex;
	flex-direction:column;
	position:relative;
	padding:30px 20px;
	transition:0.2s;
	background:#fff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	pointer-events:auto;
}

.close_form{
	position:absolute;
	width:14px;
	height:14px;
	right:14px;
	top:14px;
}

.form_title{
	font-size: 24px;
	font-family:"PNB";
}

.form_div{
	display:flex;
	margin-top:25px;
}

.form_div.form_ch{
	margin-top:20px;
}

.form_div input[type="text"],.form_div input[type="email"]{
	width:100%;
	height:50px;
	border: 1px solid #000000;
	border-radius: 4px;
	transition:0.3s;
	padding:0px 20px;
}

.form_div input[type="text"]:focus,.form_div input[type="email"]:focus{
	border: 1px solid #F07832;;
}

.form_file{
	margin-top:25px;
	position:relative;
	display:flex;
	height:62px;
}

.form_file input[type="file"]{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
	pointer-events:none;
}

.form_file label{
	display:flex;
	position:relative;
	flex-direction:column;
	padding:15px 30px 15px 65px;
	border: 1px dashed #8A8A8A;
	border-radius: 4px;
	cursor:pointer;
	width:100%;
	justify-content:center;
}

.form_file label::before{
	content:"";
	width:16px;
	height:18px;
	position:absolute;
	left:24px;
	top:21px;
	background:url("/bitrix/templates/common/css/../media/icons/file_add.svg") center center no-repeat;
	background-size:contain;
	transition:0.1s;	
}

.form_file label::after{
	content:"";
	width:18px;
	height:18px;
	position:absolute;
	left:23px;
	top:22px;
	background:url("/bitrix/templates/common/css/../media/icons/file_del.svg") center center no-repeat;
	background-size:contain;	
	visibility:hidden;
	opacity:0;
	transition:0.1s;
}

.form_file.act label::before{
	visibility:hidden;
	opacity:0;
}

.form_file.act label::after{
	visibility:visible;
	opacity:1;
}

.file_blueprint_f{
	font-size: 14px;
	font-family:"PNEB";
	transition:0.1s;
}

.file_blueprint_fq{
	font-size: 14px;
	font-family:"PNEB";
	visibility:hidden;
	opacity:0;
	position:absolute;	
}

.file_blueprint_s{
	color: #8A8A8A;
	font-size: 12px;
	transition:0.1s;
}

.form_file.act .file_blueprint_s,.form_file.act .file_blueprint_f{
	visibility:hidden;
	opacity:0;
	position:absolute;
	transition:0s;
}

.form_file.act .file_blueprint_fq{
	visibility:visible;
	opacity:1;
	position:static;
	transition:0.1s;
}

.form_checkbox{
	/*display:none;*/
	/*
	opacity:0;
	visibility:hidden;
	*/
	width:0;
	height:0;
	transform:scale(0,0);
	position:absolute;
}

.form_checkbox+label{
	position:relative;
	padding-left:30px;
	min-height:16px;
	font-size:12px;
	cursor:pointer;
}

.form_checkbox+label a{
	color:#F07832;
}

.form_checkbox+label::before{
	content:"";
	width:16px;
	height:16px;
	background: #E8E8E8;
	position:absolute;
	left:0;
	top:0;
	transition:0.1s;
}

.form_checkbox:checked+label::before{
	background: #F07832;
}


.form_checkbox+label::after{
	content:"";
	width:10px;
	height:10px;
	position:absolute;
	left:3px;
	top:3px;
	transition:0.1s;
	opacity:0;
	visibility:hidden;
	background:url("/bitrix/templates/common/css/../media/icons/checkbox.svg") center center no-repeat;
	background-size:contain;
}

.form_checkbox:checked+label::after{
	content:"";
	opacity:1;
	visibility:visible;
}

.form_radio{
	/*display:none;*/
	/*
	opacity:0;
	visibility:hidden;
	*/
	width:0;
	height:0;
	transform:scale(0,0);
	position:absolute;
}

.form_radio+label{
	position:relative;
	padding-left:30px;
	min-height:16px;
	font-size:16px;
	cursor:pointer;
	margin-top:20px;
	display:flex;
	align-items:center;
}

.form_radio+label:nth-of-type(1){
	margin-top:0px;
}

.form_radio+label a{
	color:#F07832;
}

.form_radio+label::before{
	content:"";
	width:16px;
	height:16px;
	background: #E8E8E8;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-8px;
	transition:0.1s;
	border-radius:50%;
}

.form_radio:checked+label::before{
	background: #07AEFA;
}


.form_radio+label::after{
	content:"";
	width:6px;
	height:6px;
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-3px;
	transition:0.1s;
	opacity:0;
	visibility:hidden;
	background:#fff;
	border-radius:50%;
}

.form_radio:checked+label::after{
	content:"";
	opacity:1;
	visibility:visible;
}

.form_div.form_ra{
	flex-direction:column;
}

.form_title_2{
	font-size:16px;
	font-family: "PNB";
}

.form_sv_phone{
	width:20px;
	height:20px;
	background:url("/bitrix/templates/common/css/../media/icons/phone_icon.svg") center center no-repeat;
	background-size:contain;
	margin-right:10px;
	display:flex;
}

.form_sv_wa{
	width:20px;
	height:20px;
	background:url("/bitrix/templates/common/css/../media/icons/whatsapp_icon.svg") center center no-repeat;
	background-size:contain;
	margin-right:10px;
	display:flex;
}

.form_submit{
	margin-top:25px;
	width:100%;
	height:50px;
	background:none;
}

.form_vsp button{
	position:absolute;
	opacity:0;
	visibility:hidden;
}

.form_loader{
	position:absolute;
	opacity:0;
	visibility:hidden;
	width:40px;
	height:40px;
	background:url("/bitrix/templates/common/css/../media/icons/auth_load_w.svg") center center no-repeat;
	background-size:contain;
	z-index:2;
}

.form_submit.act .form_loader{
	position:relative;
	opacity:1;
	visibility:visible;
}

.form_submit.act span{
	position:absolute;
	opacity:0;
	visibility:hidden;
}

.form_submit.act.orange_button::after{
	transform: scaleX(1);
    transition: 0s 0.3s;
}

.form_submit.act.orange_button::before {
    transform: scaleX(1);
    transition: 0.3s 0s;
}

.form_respond{
	opacity:0;
	visibility:hidden;	
}

.form_respond.act{
	transition:0.2s;
	opacity:1;
	visibility:visible;
	margin-top:20px;
}

.blue_button{
	border-radius: 4px;
	border: 3px solid #07AEFA;
	display:flex;
	position:relative;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}

.nf_button{
	height:50px;
	width:210px;
	margin-top:30px;
}

.blue_button span{
	color:#07AEFA;
	transition:0.3s;
	font-size:14px;
	text-transform:uppercase;
	font-family:"PNEB";
	position:relative;
	z-index:2;
}

.blue_button:hover span{
	color:#fff;
	transition:0.3s;
}

.blue_button::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#07AEFA;
	transform:scaleX(0);
	transition:0s 0s;
	transform-origin:left center;
}

.blue_button::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#07AEFA;
	transform:scaleX(0);
	transition:0.3s 0s;
	transform-origin:right center;
}

.blue_button:hover::before{
	transform:scaleX(1);
	transition:0.3s 0s;
}

.blue_button:hover::after{
	transform:scaleX(1);
	transition:0s 0.3s;
}

.not_found{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	min-height:400px;
}

.not_found_title{
	font-size:36px;
	color:#F07832;
	font-family:"PNB";
	text-align:center;
}

.not_found_text{
	font-size:36px;
	font-family:"PNB";
	text-align:center;
}

/*****************************************/

.content_in_c_in{
	padding-top:60px;
}

.about_in{
	margin-bottom:60px;
	display:flex;
	flex-wrap:wrap;	
}

.about_in img{
	border-radius: 4px;
}

.about_in_txt{
	margin-bottom:50px;
	font-size:18px;
}

.about_in_pic_l{
	margin-right:15px;
	flex:1 1;
	text-align:center;
}

.about_in_pic_r{
	margin-left:15px;
	flex:1 1;
	text-align:center;
}

.about_in_pic_c{
	flex:1 1;
}

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

.about_spec_el{
	width:240px;
	height:240px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.about_spec_el_icon{
	width:50px;
	height:50px;	
}

.about_spec_el:nth-child(1) .about_spec_el_icon{
	background:url("/bitrix/templates/common/css/../media/icons/about_i_1.svg") center center no-repeat;
	background-size:contain;
}

.about_spec_el:nth-child(2) .about_spec_el_icon{
	background:url("/bitrix/templates/common/css/../media/icons/about_i_2.svg") center center no-repeat;
	background-size:contain;
}

.about_spec_el:nth-child(3) .about_spec_el_icon{
	background:url("/bitrix/templates/common/css/../media/icons/about_i_3.svg") center center no-repeat;
	background-size:contain;
}

.about_spec_el:nth-child(4) .about_spec_el_icon{
	background:url("/bitrix/templates/common/css/../media/icons/about_i_4.svg") center center no-repeat;
	background-size:contain;
}

.about_spec_el_text{
	font-size:16px;
	text-align:center;
	margin-top:23px;
	width:100%;
}

.content_in_c_in .mp_calculate{
	margin-top:40px;
}

.contacts{
	padding-bottom:100px;
	font-size:18px;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}

.contacts_top_l{
	flex:1 1;
	margin-right:30px;
}

.contacts_top_r{
	flex:1 1;
}

.contacts_bot{
	margin-top:80px;
	width:100%;
}

.contacts_bot_in{
	width:100%;
	max-width:450px;
	display:flex;
	flex-direction:column;
}


.contacts_bot_in span{
	margin-top:10px;
}

.contacts_bot_in span:nth-child(1){
	margin-top:0px;
}

.contacts_top_r a{
	color:#000;
	min-height:20px;
	display:flex;
	align-items:center;
}

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

.contacts_phone{
	
}
	
.contacts_email{
	margin-top:10px;
}

.contacts_email::before{
	content: "";
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/common/css/../media/icons/mail.svg) center center no-repeat;
    background-size: contain;
}

.contacts_phone::before{
	content: "";
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/common/css/../media/icons/phone.svg) center center no-repeat;
    background-size: contain;
}

.blogs{
	display:flex;
	flex-wrap:wrap;
}

.blogs .mp_news_el{
	margin:30px 0px 0px 30px;
	transition: opacity 0.3s;
	opacity:1;
	visibility:visible;
}

.blogs .mp_news_el.anim{
	opacity:0;
	visibility:hidden;
	transition:0s 0s;
}

.blogs .mp_news_el:nth-child(-n+4){
	margin-top:0px;
}

.blogs .mp_news_el:nth-child(4n+1){
	margin-left:0px;
}

.show_more{
	width:100%;
	height:66px;
	display:flex;
	font-family:"PNEB";
	font-size:14px;
	text-transform:uppercase;
	justify-content:center;
	align-items:center;
	transition:0.3s;
	cursor:pointer;
	margin-top:30px;
	background:#EBEBEB;
	border-radius: 4px;
}

.show_more:hover{
	background:#D8D8D8;
}


.show_more .form_loader{
	background:url("/bitrix/templates/common/css/../media/icons/auth_load_o.svg") center center no-repeat;
	background-size:contain;
}

.show_more.act .form_loader{
	position:relative;
	opacity:1;
	visibility:visible;
}

.show_more.act span{
	position:absolute;
	opacity:0;
	visibility:hidden;
}

.more_blog{
	align-self:center;
	height:50px;
	max-width:214px;
	margin-top:60px;
	width:100%;
}

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

.breadcrumb{
	margin-bottom:40px;
}

.breadcrumb>*{
	display:inline;
}

.breadcrumb>a{
	color:#F07832;
}

.breadcrumb>span{
	color:#A6A6A6;
	margin:0px 10px;
}

.breadcrumb>div{
	color:#A6A6A6;
}

.blog_date{
	margin-bottom:20px;
	font-family:"PNB";
	font-size: 12px;
}

.blog h1{
	text-transform:none;
	margin-bottom:30px;
	max-width:510px;
}

.catalog_menu{
	padding-top:60px;
	padding-right:30px;
	position:relative;
}

.catalog_menu.act{
	z-index:100;
}

.catalog{
	display:flex;
	flex-wrap:wrap;
}

.catalog_el{
	display:flex;
	width:330px;
	margin-left:30px;
	margin-top:30px;
	transition:opacity 0.3s;
	opacity:1;
	visibility:visible;
}

.catalog_el_in_ob{
	width:100%;
	display:flex;
	flex-direction:column;
	padding:20px;
	border: 1px solid #A8A8A8;
	border-radius: 4px;
	transition:border 0.3s;
	justify-content:space-between;
}

.catalog_el_in_ob:hover{
	border: 1px solid #07AEFA;
}

.catalog_el.anim{
	opacity:0;
	visibility:hidden;
	transition:0s 0s;
}

.catalog_el_in{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.catalog_el:nth-child(3n+1){
	margin-left:0px;
}

.catalog_el:nth-child(-n+3){
	margin-top:0px;
}

.catalog_el_pic{
	width:100%;
	height:310px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.catalog_el_name{
	margin:17px 0px;
	font-family:"PNSB";
	font-size:24px;
	color:#000;
	width:100%;
}

.catalog_el_preview_text{
	margin-bottom:18px;
	width:100%;
}

.ask_price_button{
	height:50px;
	width:100%;
}

.catalog_el_price{
	height:50px;
	display:flex;
	align-items:center;
	font-size:18px;
	color: #07AEFA;
	font-family:"PNEB";
}

.catalog_menu_b{
	display:none;
	width:100%;
	height:50px;
	cursor:pointer;
	border-radius:4px;
	align-items:center;
	background:#F07832;
	color:#fff;
	font-family:"PNEB";
	text-transform:uppercase;
	font-size:14px;
	justify-content:center;
	position:relative;
}

.catalog_menu_b_icon{
	position:absolute;
	width:24px;
	height:14px;
	left:24px;
	top:50%;
	margin-top:-7px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
}

.catalog_menu_b_icon span{
	background:#fff;
	height: 2px;
	transition:0.3s;
}

.catalog_menu_b_icon span:nth-child(1){
	width:100%;
}

.catalog_menu_b_icon span:nth-child(2){
	width:66%;
}

.catalog_menu_b_icon span:nth-child(3){
	width:33%;
}

.catalog_menu_b:hover .catalog_menu_b_icon span{
	width:100%;
}

.catalog_menu_in{
	display:flex;
	flex-direction:column;
	width:100%;
	align-items:flex-start;
}

.catalog_menu_el{
	margin-top:20px;
	min-height:30px;
	display:flex;
	align-items:center;
	color:#000;
	transition:0.3s;
	font-family:"PNSB";
	width:100%;
}

.catalog_menu_el.act{
	color:#F07832;
}

.catalog_menu_el:hover{
	color:#07AEFA;	
}

.catalog_menu_el.act:hover{
	color:#F07832;
}

.catalog_menu_el:nth-child(1){
	margin-top:0px;
}

.catalog_menu_el_icon{
	width:30px;
	height:30px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:10px;
	align-self:flex-start;
	flex:0 0 auto;
}

.catalog_title a {
	color: #000;
	text-decoration: none;
}
.catalog_title a:hover {
	color: #07AEFA;
}
.catalog_title h1{
	margin-bottom:0px;
}

.catalog_title{
	padding-top:60px;
	max-width:1050px;
	width:100%;
	margin:0 auto;
}

.product h1{
	text-transform:none;
}

.product_top{
	display:flex;
}

.product_top_l{
	width:50%;
	padding-right:15px;
}

.product_top_l h1{
	display:none;
}

.product_top_r{
	width:50%;
	padding-left:15px;
}

.product_bot{
	margin-top:140px;
}

.product_big_pic_el img{
	display:none;
}

.product_big_pic_el{
	width:510px;
	height:630px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.product_small_pic_el{
	width:150px;
	height:150px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	margin:0px 15px;
	cursor:pointer;
	opacity:0.5;
}

.product_small_pic{
	margin-top:30px;
}

.product_small_pic_el.slick-current{
	opacity:1;
}

.product_top_r_price_c{
	color:#07AEFA;
	font-family:"PNEB";
	font-size: 18px;
}

.product_calc_delivery{
	margin-top:30px;
	width:240px;
	height:50px;
}

.product_calc_delivery_icon{
	width:24px;
	height:24px;
	margin-right:13px;
	position:relative;
	z-index:2;
}

.product_calc_delivery_icon::before{
	content:"";
	background:url("/bitrix/templates/common/css/../media/icons/car_b.svg") center center no-repeat;
	background-size:contain;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition:0.2s 0s;
	opacity:1;
	visibility:visible;
}

.product_calc_delivery_icon::after{
	content:"";
	background:url("/bitrix/templates/common/css/../media/icons/car_w.svg") center center no-repeat;
	background-size:contain;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition:0.2s 0s;
	opacity:0;
	visibility:hidden;
}

.product_calc_delivery:hover .product_calc_delivery_icon::before{
	opacity:0;
	visibility:hidden;
}

.product_calc_delivery:hover .product_calc_delivery_icon::after{
	opacity:1;
	visibility:visible;
}

.product_top_r_price_c_b{
	width:240px;
	height:50px;
}

.product_description{
	margin-top:40px;
}

.product_description h2{
	font-size: 18px;
	text-transform:none;
	font-family:"PNEB";
}

.product_check_in {
	display: flex;
	position: relative;
	align-items: center;
    font-size: 19px;
    font-family: "PNEB";
	color: #3CA93C;
    z-index: 2;
}

.product_check_in span {
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	margin-right: 12px;
	background: url(/bitrix/templates/common/css/../media/icons/check.svg) center center no-repeat;
}

.product_bot_el{
	margin:0px 15px;
}

.product_bot_el_in{
	padding:22px;
	width:330px;
	border: 1px solid #A8A8A8;
	border-radius: 4px;
	transition:border 0.3s;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.product_bot_el_in:hover{
	border: 1px solid #07AEFA;
}

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

.product_bot_el_pic{
	width:286px;
	height:310px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.product_bot_in .slick-track,.product_bot_in .slick-list{
	display:flex;
}

.product_bot h2{
	margin-bottom:40px;
}

.product_bot_el_name{
    margin: 17px 0px;
    font-family: "PNSB";
    font-size: 24px;
    color: #000;
}

.product_bot_el_text{
	margin-bottom:18px;
}

.product_bot_el_price{
	height: 50px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #07AEFA;
    font-family: "PNEB";
}

.grecaptcha-badge{
	visibility:hidden;
}

.g_term{
	font-size: 8px;
	position:absolute;
	bottom:20px;
	left:0px;
	padding:0px 100px;
}

.g_term a{
	color:#F07832;
}

.product_menu{
	margin-bottom:40px;
}

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

.header_c_nds{
	width: 168px;
	margin-right:20px;
}
.header_c_nds img{
	width: 100%;
}
/* End */


/* Start:/bitrix/templates/common/css/1920.css?1755683011584*/
@media (min-width: 1630px){

	.product_menu .catalog_menu_in{
		position:absolute;
		top:100%;
		left:0;
		opacity:0;
		visibility:hidden;
		background:#fff;
		width:100%;
		padding:20px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	
	.product_menu .catalog_menu.act .catalog_menu_in{
		opacity:1;
		visibility:visible;
	}
	
	.product_menu .catalog_menu{
		padding:0px;
		margin-top:50px;
		width:330px;		
	}
	
	.product_menu .catalog_menu_b{
		display:flex;
	}
	
	.product_menu .catalog_menu_el{
		margin-top:15px;
	}
	
}
/* End */


/* Start:/bitrix/templates/common/css/1366-1679.css?17556830111340*/
@media (min-width: 1383px) and (max-width: 1629px) {
	
	.content {
		padding: 0 0 240px;
	}
	
	.footer{
		padding:0px 60px;
		flex-wrap:wrap;
		height:240px;
		margin-top:-240px;
	}
	
	.g_term{
		padding:0px 60px;
	}
	
	.footer_l{
		order:2;
		margin:0;
		flex:1 1 auto;
	}
	
	.footer_r{
		order:3;
		margin:0;
		flex:1 1 auto;
	}
	
	.footer_c{
		order:1;
		max-width:100%;
		margin-bottom:44px;
	}
	
	.header{
		padding:0px 60px;
	}
	
	.header_l{
		flex: 0 0 143px;
	}
	
	.header_c{
		flex:1 1 100%;
		max-width:100%;
	}
	
	.header_r{
		flex: 0 0 270px;
	}
	
	.content_in{
		padding: 0px 60px 70px;
		flex-direction:column;
		align-items:center;
	}
	
	.catalog_menu_in{
		position:absolute;
		top:100%;
		left:0;
		opacity:0;
		visibility:hidden;
		background:#fff;
		width:100%;
		padding:20px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	
	.catalog_menu.act .catalog_menu_in{
		opacity:1;
		visibility:visible;
	}
	
	.catalog_menu{
		padding:0px;
		margin-top:50px;
		width:330px;		
	}
	
	.catalog_menu_b{
		display:flex;
	}
	
	.content_in_l{
		width:100%;
		max-width:1050px;
	}
	
	.catalog_menu_el{
		margin-top:15px;
	}
	
	.header_c_nds{
		width: 138px;
	}
	
	.header_c_contacts{
		padding-right:0;
	}
}
/* End */


/* Start:/bitrix/templates/common/css/1020-1365.css?17556830114739*/
@media (min-width: 1037px) and (max-width: 1382px) {
	
	h1{
		font-size:24px;
		margin-bottom:30px;
	}	
	
	h2{
		font-size:18px;
		margin-bottom:20px;
	}
		
	.header {
		height: 110px;
	}
	
	.logo{
		width:65px;
		height:50px;
	}
	
	.content {
		padding: 0 0 240px;
	}
	
	.footer{
		padding:0px 60px;
		flex-wrap:wrap;
		height:240px;
		margin-top:-240px;
	}
	
	.g_term{
		padding:0px 60px;
	}
	
	.footer_l{
		order:2;
		margin:0;
		flex:1 1 auto;
	}
	
	.footer_r{
		order:3;
		margin:0;
		flex:1 1 auto;
	}
	
	.footer_c{
		order:1;
		width:100%;
		max-width:100%;
		margin-bottom:44px;
	}
	
	.header{
		padding:0px 60px;
	}
	
	.header_l{
		flex: 0 0 125px;
	}
	
	.header_c{
		flex:1 1 100%;
		max-width:100%;
	}
	
	.header_r{
		flex: 0 0 210px;
		width:100%;
	}
	
	.content_in{
		padding: 0px 60px 70px;
		flex-direction:column;
		align-items:center;
	}
	
	.header_c_menu{
		position:fixed;
		top:0;
		right:0;
		height:100%;
		width:100%;
		max-width:340px;
		flex-direction:column;
		background: #FFFFFF;
		z-index:100;
		padding:100px 60px 60px;
		transition:0.3s;
		transform:translateX(100%);
		align-items: flex-start;
	}
	
	.header_c_menu.act{
		transform:translateX(0%);
	}
	
	.header_c_menu a{
		margin:40px 0px 0px;
		font-size: 24px;
	}
	
	.header_c_menu a:nth-child(1){
		margin:0px;
	}
	
	.header_c_menu_close{
		display:block;
	}
	
	.header_c_contacts{

		align-items:center;
	}
	
	.header_email{
		margin-top:0px;
		margin-left:0px;
	}
	
	.header_r_menu_b{
		display:flex;
		flex-direction:column;
	}
	
	.mp_video_content_title{
		font-size:24px;
		max-width: 545px;
	}
	
	.mp_video video{
		height:536px;
	}
	
	.mp_video_content_icons{
		 max-width: 545px;
		 margin-top:40px;
	}
	
	.mp_video_content_icons_el_icon{
		width:40px;
		height:40px;
	}
	
	.mp_video_content_icons_el_text{
		font-size:14px;
	}
	
	.mp_video_content_icons_el{
		max-width:130px;
	}
	
	.content_in_c{
		max-width:900px;
	}
	
	.mp_catalog{
		margin-top:60px;
	}
	
	.mp_catalog_el_ob{
		width:280px;
		height:97px;
	}
	
	.mp_catalog_el_pic{
		width:97px;
		height:97px;
	}
	
	.mp_calculate{
		height:230px;
		margin-top: 60px;
		padding-left: 40px;
	}
	
	.mp_calculate_barrel{
		width:365px;
		height:240px;
	}
	
	.mp_calculate_title{
		font-size:18px;
		max-width:306px;
	}
	
	.mp_news_title{
		font-size:24px;
	}
	
	.mp_news {
		margin-top: 60px;
	}
	
	.mp_news_in {
		margin-top: 30px;
	}
	
	.mp_news_el_in{
		width:280px;
	}
	
	.mp_catalog_el_text{
		font-size:14px;
	}
	
	.not_found{
		min-height:300px;
	}

	.not_found_title{
		font-size:24px;
	}

	.not_found_text{
		font-size:24px;
	}
	
	.about_spec{
		flex-wrap:wrap;
		justify-content:space-around;
	}
	
	.about_spec::after{
		content:"";
		width:100%;
		order:3;
		margin-bottom:30px;
	}
	
	.about_spec_el:nth-child(1){
		order:1;
	}

	.about_spec_el:nth-child(2){
		order:2;
	}

	.about_spec_el:nth-child(3){
		order:4;
	}

	.about_spec_el:nth-child(4){
		order:5;
	}
	
	.content_in_c_in {
		padding-top: 60px;
	}
	
	.about_in_txt{
		font-size:16px;
		margin-bottom:30px;
	}
	
	.contacts {
		padding-bottom: 40px;	
		font-size: 16px;
	}
	
	.contacts_bot {
		margin-top: 40px;
	}
	
	.content_in_c_in .blogs .mp_news_el{
		margin:30px 0px 0px 30px;
	}

	.content_in_c_in .blogs .mp_news_el:nth-child(-n+3){
		margin-top:0px;
	}

	.content_in_c_in .blogs .mp_news_el:nth-child(3n+1){
		margin-left:0px;
	}
	
	.catalog_menu_in{
		position:absolute;
		top:100%;
		left:0;
		opacity:0;
		visibility:hidden;
		background:#fff;
		width:100%;
		padding:20px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	
	.catalog_menu.act .catalog_menu_in{
		opacity:1;
		visibility:visible;
	}
	
	.catalog_menu{
		padding:0px;
		margin-top:30px;
		width:330px;		
	}
	
	.catalog_menu_b{
		display:flex;
	}
	
	.content_in_l{
		width:100%;
		max-width:900px;
	}
	
	.catalog_menu_el{
		margin-top:15px;
	}
	
	.catalog_title{
		max-width:900px;
	}
	
	.catalog{
		margin-top:-20px;
	}
	
	.catalog_el{
		width:280px;
	}
	
	.product_bot_el_in{
		width:280px;
		padding:20px;
	}
	
	.product_bot_el_pic{
		width:240px;
		height:260px;
	}
	
	.product_bot_el_name{
		font-size:18px;
	}
	
	.product_bot{
		margin-top:70px;
	}
	
	.product_small_pic_el{
		width:125px;
		height:125px;
	}
	
	.product_big_pic_el{
		width:435px;
		height:540px;
	}
	
	.product_bot iframe {
		height: 500px;
	}
	
	.header_c_nds{
		margin-right: 40px;
	}
}
/* End */


/* Start:/bitrix/templates/common/css/680-1019.css?17556830116107*/
@media (min-width: 697px) and (max-width: 1036px) {
	
	h1{
		font-size:24px;
		margin-bottom:30px;
	}	
	
	h2{
		font-size:18px;
		margin-bottom:20px;
	}
	
	.header {
		height: 110px;
	}
	
	.logo{
		width:65px;
		height:50px;
	}
	
	.content {
		padding: 0 0 335px;
	}
	
	.footer{
		padding:0px 45px;
		flex-wrap:wrap;
		height:335px;
		margin-top:-335px;
	}
	
	.g_term{
		padding:0px 45px;
		bottom:10px;
	}
	
	.footer_l{
		order:2;
		margin:0;
		flex:1 1 auto;
	}
	
	.footer_r{
		order:3;
		margin:0;
		flex:1 1 auto;
	}
	
	.footer_c{
		order:1;
		width:100%;
		max-width:100%;
		margin-bottom:40px;
		align-items:flex-start;
	}
	
	.footer_c_menu{
		flex-direction:column;
	}
	
	.footer_c_menu a{
		margin:20px 0px 0px;
	}
	
	.footer_c_menu a:nth-child(1){
		margin:0px;
	}
	
	.header{
		padding:0px 45px;
	}
	
	.header_l{
		flex: 0 0 95px;
	}
	
	.header_c{
		flex:1 1 100%;
		max-width:100%;
	}
	
	.header_r{
		flex: 0 0 210px;
		width:100%;
	}
	
	.content_in{
		padding: 0px 45px 40px;
		flex-direction:column;
		align-items:center;
	}
	
	.header_c_menu{
		position:fixed;
		top:0;
		right:0;
		height:100%;
		width:100%;
		max-width:340px;
		flex-direction:column;
		background: #FFFFFF;
		z-index:100;
		padding:100px 60px 60px;
		transition:0.3s;
		transform:translateX(100%);
		align-items: flex-start;
	}
	
	.header_c_menu.act{
		transform:translateX(0%);
	}
	
	.header_c_menu a{
		margin:40px 0px 0px;
		font-size: 24px;
	}
	
	.header_c_menu a:nth-child(1){
		margin:0px;
	}
	
	.header_c_menu_close{
		display:block;
	}
	
	.header_r_menu_b{
		display:flex;
		margin-left:20px;
	}
	
	.mp_video_content_title{
		font-size:24px;
		max-width: 456px;
	}
	
	.mp_video video{
		height:474px;
	}
	
	.mp_video_content_icons{
		display:none;
	}
	
	.content_in_c{
		max-width:100%;
	}
	
	.mp_catalog{
		margin-top:60px;
	}
	
	.mp_catalog .mp_catalog_el_ob{
		width:50%;
		height:97px;
		margin:0px;
		margin-top:30px;
	}
	
	.mp_catalog .mp_catalog_el_ob:nth-child(even){
		padding-left:15px;
	}
	
	.mp_catalog .mp_catalog_el_ob:nth-child(odd){
		padding-right:15px;
	}
	
	.mp_catalog .mp_catalog_el_ob:nth-child(-n+2){
		margin-top:0px;
	}
	
	.mp_catalog_el_pic{
		width:97px;
		height:97px;
	}
	
	.mp_calculate{
		height:230px;
		margin-top: 60px;
		padding-left: 40px;
	}
	
	.mp_calculate_barrel{
		width:241px;
		height:159px;
	}
	
	.mp_calculate_title{
		font-size:18px;
		max-width:275px;
	}
	
	.mp_news_title{
		font-size:24px;
	}
	
	.mp_news {
		margin-top: 60px;
		overflow:hidden;
	}
	
	.mp_news_in {
		margin-top: 30px;
		margin-left:-15px;
		margin-right:-15px;
	}
	
	.mp_news_el{
		width:50%;
	}
	
	.mp_news_el_in{
		width:100%;
	}
	
	.mp_catalog_el_text{
		font-size:14px;
	}
	
	.header_c_contacts{
		padding-right: 20px;
	}
	
	.header_c_contacts a{
		font-size:14px;
	}
	
	.not_found{
		min-height:300px;
	}

	.not_found_title{
		font-size:24px;
	}

	.not_found_text{
		font-size:24px;
	}
	
	.about_spec{
		flex-wrap:wrap;
		justify-content:space-around;
	}
	
	.about_spec::after{
		content:"";
		width:100%;
		order:3;
		margin-bottom:30px;
	}
	
	.about_spec_el:nth-child(1){
		order:1;
	}

	.about_spec_el:nth-child(2){
		order:2;
	}

	.about_spec_el:nth-child(3){
		order:4;
	}

	.about_spec_el:nth-child(4){
		order:5;
	}
	
	.content_in_c_in {
		padding-top: 30px;
	}
	
	.about_in_txt{
		font-size:16px;
		margin-bottom:30px;
	}
	
	.contacts_bot {
		margin-top: 40px;
	}
	
	.contacts {
		padding-bottom: 20px;
	}
	
	.content_in_c_in .blogs .mp_news_el{
		margin:30px 0px 0px;
		width:50%;
	}

	.content_in_c_in .blogs .mp_news_el:nth-child(-n+2){
		margin-top:0px;
	}

	.content_in_c_in .blogs .mp_news_el:nth-child(even){
		padding-left:15px;
	}

	.content_in_c_in .blogs .mp_news_el:nth-child(odd){
		padding-right:15px;
	}
	
	.more_blog{
		margin-top:40px;
	}
		
	.catalog_menu_in{
		position:absolute;
		top:100%;
		left:0;
		opacity:0;
		visibility:hidden;
		background:#fff;
		width:100%;
		padding:20px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	
	.catalog_menu.act .catalog_menu_in{
		opacity:1;
		visibility:visible;
	}
	
	.catalog_menu{
		padding:0px;
		margin-top:30px;
		width:100%;	
	}
	
	.catalog_menu_b{
		display:flex;
	}
	
	.content_in_l{
		width:50%;
		padding-right:15px;
		max-width:100%;
		align-self:flex-start;
	}
	
	.catalog_menu_el{
		margin-top:15px;
	}
	
	.catalog_title{
		max-width:100%;
		padding:30px 45px 0px;
	}
	
	.catalog .catalog_el{
		width:50%;
		margin:0;
		margin-top:30px;
	}
	
	.catalog .catalog_el:nth-child(-n+2){
		margin-top:0px;
	}
	
	.catalog_el:nth-child(odd){
		padding-right:15px;
	}
	
	.catalog_el:nth-child(even){
		padding-left:15px;
	}
	
	.catalog_el_pic{
		height:260px;
	}
	
	.catalog_el_name{
		font-size:18px;
	}
	
	.product_small_pic{
		display:none;
	}
	
	.product_bot{
		margin-top:80px;
	}
	
	.product_top_l,.product_top_r{
		padding:0px;
		width:100%;
	}
	
	.product_top_r{
		margin-top:35px;
	}
	
	.product_top_r h1{
		display:none;
	}
	
	.product_top_l h1{
		display:block;
	}
	
	.product_top{
		flex-direction:column;
	}
	
	.product_big_pic_el{
		height:730px;
	}
	
	.product_bot_el_pic{
		width:100%;
	}
	
	.product_bot_el_in{
		padding:20px;
		width:100%;
	}
	
	.product_bot_in{
		margin:0px -15px;
	}
	
	.product_bot_el_name{
		font-size:18px;
	}
	
	.product_bot h2{
		margin-bottom:30px;
	}
	
	.product{
		max-width:860px;
		margin:0 auto;
	}
	
	.product_menu{
		width: 330px;
	}
	
	.product_bot iframe {
		height: 400px;
	}
	
	.header_r {
		flex: 0 0 170px;
	}
	
	.header_price_button {
		height: 50px;
		width: 170px;
	}
	
	.orange_button span {
		font-size: 12px;
	}
	
	.header_c_nds {
		width: 128px;
		margin-right: 20px;
	}
}
/* End */


/* Start:/bitrix/templates/common/css/0-679.css?17556830117221*/
@media (min-width: 0px) and (max-width: 696px) {
	
	h1{
		font-size:24px;
		margin-bottom:30px;
	}	
	
	h2{
		font-size:18px;
		margin-bottom:20px;
	}
	
	.content {
		padding: 0 0 462px;
	}
	
	.footer{
		flex-wrap:wrap;
		height:462px;
		margin-top:-462px;
		flex-direction:column;
		align-items:flex-start;
		justify-content: center;
		padding:0px 20px;
	}
	
	.g_term{
		padding:0px 40px;
		bottom:10px;		
	}
	
	.footer_l{
		order:3;
		margin:0;
		flex:1 1 auto;
		padding-left:20px;
		padding-right:20px;
		flex:0 0 auto;
		margin-top:20px;
	}
	
	.footer_r{
		order:2;
		margin:0;
		flex:1 1 auto;
		padding-left:20px;
		padding-right:20px;
		flex:0 0 auto;		
	}
	
	.footer_c{
		order:1;
		width:100%;
		max-width:100%;
		margin-bottom:40px;
		align-items:flex-start;
		flex-direction: column;
		padding-left:20px;
		padding-right:20px;
		justify-content:flex-start;
		flex:0 0 auto;
	}
	
	.footer_c_menu{
		flex-direction:column;
	}
	
	.footer_c_menu a{
		margin:20px 0px 0px;
	}
	
	.footer_c_menu a:nth-child(1){
		margin:0px;
	}
	
	.footer_price_button{
		margin-top:40px;
	}
	
	
	.mp_news_title{
		font-size:24px;
	}
	
	.mp_news {
		margin-top: 60px;
		overflow:hidden;
	}
	
	.mp_news_in {
		margin-top: 30px;
		margin-left:-15px;
		margin-right:-15px;
	}
	
	.mp_news_el{
		width:100%;
	}
	
	.mp_news_el_in{
		width:100%;
	}
	
	.content_in{
		padding: 0px 20px 40px;
		flex-direction:column;
		align-items:center;
	}
	
	.mp_news_el_in{
		padding: 22px;
	}
	
	.header{
		padding:30px 20px;
		flex-wrap:wrap;
		height:auto;
		align-content: flex-start;
	}
	
	.header::after{
		content:"";
		width:100%;
		order:4;
	}
	
	.header_c{
		flex:0 0 100%;
		max-width:100%;
		order:4;
		margin-top: 20px;
	}
	
	.header_r{
		order:5;
		margin-top:20px;
		flex:1 1 100%;
	}
	
	.header_price_button{
		width:100%;
	}
		
	.header_c_menu{
		position:fixed;
		top:0;
		right:0;
		height:100%;
		width:100%;
		max-width:340px;
		flex-direction:column;
		background: #FFFFFF;
		z-index:100;
		padding:80px 20px 20px;
		transition:0.3s;
		transform:translateX(100%);
		align-items: flex-start;
	}
	
	.header_c_menu.act{
		transform:translateX(0%);
	}
	
	.header_c_menu a{
		margin:30px 0px 0px;
		font-size: 24px;
	}
	
	.header_c_menu a:nth-child(1){
		margin:0px;
	}
	
	.header_c_menu_close{
		display:block;
		right:20px;
		top:20px;
	}
	
	.header_r_menu_b{
		display:flex;
		order:3;
		margin-left:20px;
	}
	
	.header_c_contacts{
		padding-right:0px;
	}
	
	.header_c_contacts a{
		font-size:12px;
	}
	
	.logo{
		width:54px;
		height:42px;
	}
	
	.header_l{
		margin-right:20px;
		flex:1 1;
		order:1;
	}
	
	.mp_video_content_icons{
		display:none;
	}
	
	.mp_video_content_title{
		font-size:24px;
		max-width: 100%;
		padding:0px 40px;
	}
	
	.mp_video video{
		display:none;
	}
	
	.mp_video{
		height:550px;
		background:url("/bitrix/templates/common/css/../media/images/video.jpg") center center no-repeat;
		background-size:cover;
	}
	
	.mp_catalog{
		margin-top:60px;
	}
	
	.mp_catalog .mp_catalog_el_ob{
		width:100%;
		height:97px;
		margin:0px;
		margin-top:30px;
	}	
	
	.mp_catalog .mp_catalog_el_ob:nth-child(1){
		margin-top:0px;
	}
	
	.mp_catalog_el_pic{
		width:97px;
		height:97px;
	}
	
	.mp_calculate{
		height:400px;
		padding-left: 20px;
		justify-content: space-between;
		padding-top:35px;
		margin-top: 60px;
	}
	
	.mp_calculate_barrel{
		position:static;
		width:257px;
		height:169px;
		align-self:flex-end;
		order:3;
	}
	
	.mp_calculate_title{
		order:1;
		max-width: 310px;
		font-size: 18px;
	}
	
	.mp_calculate_price_button{
		order:2;
		margin-top:0px;
	}
	
	.not_found{
		min-height:300px;
	}

	.not_found_title{
		font-size:24px;
	}

	.not_found_text{
		font-size:24px;
	}
	
	.about_spec{
		flex-direction:column;
		align-items:center;
	}
	
	.about_in_pic_l{
		margin-right:0px;
		flex:1 1 100%;
	}
	
	.about_in_pic_r{
		margin-left:0px;
		flex:1 1 100%;
		margin-top:30px;
	}
	
	.content_in_c_in {
		padding-top: 30px;
	}
	
	.about_in_txt{
		font-size:16px;
		margin-bottom:30px;
	}
	
	.content_in_c_in .mp_calculate {
		margin-top: 20px;
	}
	
	.about_pic{
		height:388px;
		background:url("/bitrix/templates/common/css/../media/images/company.jpg") center center no-repeat;
		background-size:cover;
	}
	
	.about_pic img{
		display:none;
	}
	
	.about_spec_el{
		height:200px;
	}
	
	.contacts_top_l,.contacts_top_r{
		flex:1 1 100%;
	}
	
	.contacts_top_r{
		margin-top:40px;
	}
	
	.contacts_bot {
		margin-top: 40px;
	}
	
	.contacts {
		padding-bottom: 20px;
	}
	
	.content_in_c_in .blogs .mp_news_el{
		margin:30px 0px 0px;
		width:100%;
	}

	.content_in_c_in .blogs .mp_news_el:nth-child(1){
		margin-top:0px;
	}
	
	.more_blog{
		margin-top:30px;
	}
	
	.breadcrumb{
		margin-bottom:30px;
	}
	
		
	.catalog_menu_in{
		position:absolute;
		top:100%;
		left:0;
		opacity:0;
		visibility:hidden;
		background:#fff;
		width:100%;
		padding:20px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	
	.catalog_menu.act .catalog_menu_in{
		opacity:1;
		visibility:visible;
	}
	
	.catalog_menu{
		padding:0px;
		margin-top:30px;
		width:100%;	
	}
	
	.catalog_menu_b{
		display:flex;
	}
	
	.content_in_l{
		width:100%;
		max-width:450px;
	}
	
	.catalog_menu_el{
		margin-top:15px;
	}
	
	.catalog_title{
		max-width:100%;
		padding:10px 20px 0px;
		display:flex;
		justify-content:center;
	}
	
	.catalog .catalog_el{
		width:100%;
		max-width:450px;
		margin:0;
		margin-top:30px;
	}
	
	.catalog .catalog_el:nth-child(1){
		margin-top:0px;
	}
		
	.catalog_el_pic{
		height:260px;
	}
	
	.catalog_el_name{
		font-size:18px;
	}
	
	.catalog_title h1{
		max-width:450px;
		width:100%;
	}
	
	.catalog{
		justify-content:center;
	}
	
	.catalog_show_more{
		margin:30px auto;
		max-width:450px;
	}
	
	.product_small_pic{
		display:none;
	}
	
	.product_bot{
		margin-top:80px;
	}
	
	.product_top_l,.product_top_r{
		padding:0px;
		width:100%;
	}
	
	.product_top_r{
		/*margin-top:35px;*/
	}
	
	.product_top_r h1{
		display:none;
	}
	
	.product_top_l h1{
		display:block;
	}
	
	.product_top{
		flex-direction:column;
	}
	
	.product_big_pic_el{
		height:730px;
	}
	
	.product_bot_el_pic{
		width:100%;
	}
	
	.product_bot_el_in{
		padding:20px;
		width:100%;
	}
	
	.product_bot_in{
		margin:0px -15px;
	}
	
	.product_bot_el_name{
		font-size:18px;
	}
	
	.product_bot h2{
		margin-bottom:30px;
	}
	
	.product_big_pic_el img{
		display:block;
	}
	
	.product_big_pic_el{
		height:auto;
	}
	
	.product_big_pic_el{
		background-size:0 0;
	}
	
	.product{
		max-width:380px;
		margin:0 auto;
	}
	
	.product_top_r_price_c_b,.product_calc_delivery{
		width:100%;
	}
	
	.product_bot iframe {
		height: 210px;
	}
	
	.header_c_nds {
		margin-right: 20px;
	}
	
	.header_c_align {
		width: 100%;
		flex: 0 0 100%;
		justify-content: space-between;
	}
}
/* End */
/* /bitrix/templates/common/css/slick.css?17556830111776 */
/* /bitrix/templates/common/css/fonts.css?17556830111486 */
/* /bitrix/templates/common/css/style.css?175568301130295 */
/* /bitrix/templates/common/css/1920.css?1755683011584 */
/* /bitrix/templates/common/css/1366-1679.css?17556830111340 */
/* /bitrix/templates/common/css/1020-1365.css?17556830114739 */
/* /bitrix/templates/common/css/680-1019.css?17556830116107 */
/* /bitrix/templates/common/css/0-679.css?17556830117221 */
