@font-face {
    font-family: Roboto; /* Имя шрифта */
    src: url(fonts/roboto.ttf); /* Путь к файлу со шрифтом */
    font-display: swap;
}
@font-face {
    font-family: ptSerif; /* Имя шрифта */
    src: url(fonts/PtSerif.ttf); /* Путь к файлу со шрифтом */
    font-display: swap;
}
 @font-face {
    font-family: Roboto_b; /* Имя шрифта */
    src: url(fonts/roboto_black.ttf); /* Путь к файлу со шрифтом */
    font-display: swap;
}
 @font-face {
    font-family: opensans; /* Имя шрифта */
    src: url(fonts/openSansBold.ttf); /* Путь к файлу со шрифтом */
    font-display: swap;
}
@font-face {
    font-family: noto_serif; /* Имя шрифта */
    src: url(fonts/noto-serif.bold.ttf); /* Путь к файлу со шрифтом */
    font-display: swap;
}

/*
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ''; }
.clearfix:after { clear: both; }
*/
.tablebodytext { display: none !important; }

body { overflow-x: hidden; color: #666; position: relative; }

.header { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.content { margin-bottom: 80px; }
.center { width: 1170px; margin: 0 auto; }
.center_news { width: 1030px; margin: 0 auto; }

input,
textarea,
.btn { border-radius: 0 !important; }

.main_cat_block > div {
	width:30%;
	display:inline-block;
	margin-right:3%;
	text-align:center;
	padding-bottom:20px;
}

.main_cat_block {
	margin-top:50px;
	margin-bottom:0px;
}

.white .h3.title2, .white .h2.title2 {
	margin-top:60px;
}

.main_cat_block a.parent_link {
font-family: 'Roboto';
font-size: 16px;
color: #333;
display: block;
text-decoration: none;
border-bottom: 1px solid #babdbe;
margin-bottom: 7px;
text-transform: uppercase;
}

.main_cat_block a.parent_link:hover {
	color: #81b449;
}

.errortext { color: red; }

.fa { font-size: 0.95em; margin-right: 5px; }

.top_line { background-color: #ececec; padding: 7px 0; box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1); }
.top_line .top_nav { float: left; margin-bottom: 0; }
.top_line .top_nav li { display: inline-block; margin-right: 4px; }
.top_line .top_nav li:last-child { margin-right: 0; }
.top_line .top_nav li a { font-family: 'Roboto'; text-decoration: none; color: #808080; font-size: 11px; border-bottom: 1px solid transparent; }
.top_line .top_nav li.selected a, .top_nav li a:hover { color: #404040; border-bottom: 1px solid #404040; }

.person_nav { width: 100%; border: 1px solid #cccccc; margin-bottom: 0; height: 32px;}
.person_nav li { display: block; width: 25%; float: left; }
.person_nav li:last-child { border-right: 1px solid transparent; }
.person_nav li span { float: left; padding: 5px 11px; color: white; background-color: #aaaaaa; }
.person_nav li.selected span { background-color: #00ccff; }

.person_nav li a { font-family: 'Roboto'; text-decoration: none; color: #808080; line-height: 30px; padding-left: 10px; width: 252px; display: inline-block; text-transform: uppercase; }
.person_nav li a:hover { background-color: #eee; color: #404040; }

.colon3 { width: 30%; float: left; margin-right: 5%; }
.colon3.last { margin-right: 0; }

form { font-family: 'Roboto'; }
label { text-transform: uppercase; font-size: 13px; }
.bx-auth-profile .colon3 label { display: block; }
.bx-auth-profile .colon3 input[type="text"],
.bx-auth-profile .colon3 input[type="email"],
.bx-auth-profile .colon3 input[type="password"] { padding: 2px 12px; line-height: 28px; margin: 4px 0 15px; box-sizing: border-box; width: 100%; border: 1px solid #ccc }

form .recovery_login {display: block;}
.starrequired { color: #00ccff; }

.bx-auth-profile { border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; padding: 40px 40px; }
.status_select { border-bottom: 1px solid #ccc; padding-bottom: 30px; margin: 10px 0 40px; }
.status_select label { margin-left: 100px; display: inline-block; }
.status_select label input[type="radio"] { margin-left: 10px; }

.top_line .login { float: right; color: #898989; font-family: 'Roboto'; font-size: 11px; padding-top: 5px; margin-right: 9px; position: relative; }
.top_line .login a { color: #709b1d; text-decoration: none; }
.top_line .login a.log { border-bottom: solid 1px transparent; }
.top_line .login a.log:hover { border-bottom: solid 1px #709b1d; }
.top_line .login p { margin-bottom: 0; }

#login_form { display: none; position: absolute; top: 26px; right: -9px; width: 270px; height: 240px; background-color: white; z-index: 2; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3); padding: 15px 18px; box-sizing: border-box; }

#if_ur_lico { border-top: 1px solid #ccc; padding-top: 30px; margin-top: 20px; }

.change_submit { text-align: right; border-top: 1px solid #ccc; margin-top: 20px; padding-top: 30px; }
.change_data { background: url(img/change_data.png) center top no-repeat transparent; width: 198px;height: 35px; border: none; cursor: pointer; outline: none; text-indent: -9999px; }
.change_data:hover { background-position: center bottom; }

.user_registr .change_submit { margin-top: -2px; }
.user_registr #if_ur_lico { border-top: none; margin-top: 0; margin-bottom: 20px; }
.user_registr .registr_ok { margin-bottom: 450px; }

.registr { background: url(img/registr.png) center top no-repeat transparent; width: 245px;height: 45px; border: none; cursor: pointer; outline: none; text-indent: -9999px; opacity: 0.8; }
.registr:hover { opacity: 1; }

.login_button { background: url(img/login.png) center bottom no-repeat transparent; width: 95px;height: 27px; border: none; cursor: pointer; outline: none; text-indent: -9999px; }
.login_button:hover { background-position: center top; }
.login_button:active { background-position: center bottom; }

.help-block { font-size: 12px; color: #aaa; text-align: right; }
.ur_lico { cursor: pointer; font-size: 16px; border-bottom: 1px solid #ccc; padding-bottom: 5px; display: block; }
.ur_lico.minus {  }
.ur_lico span { font-size: 14px; }

.top_line2 { padding: 14px 0 0 0; }
.logo { float: left; margin: 4px 0 10px 0;}
.logo_caption{text-align: center;font-size: 12px;line-height: 12px;padding-top: 4px;}

.main_nav { float:left; overflow:hidden;position:relative; margin: 88px 0 0 120px; }
.main_nav ul { height: 22px; }
.main_nav ul li:last-child{ margin-right:0; }
.main_nav ul li a{ text-decoration: none; text-transform: uppercase; color: #363636; border-bottom: 1px solid transparent; }
.main_nav ul li.selected a, .main_nav ul li a:hover { border-bottom: 1px solid #363636; }

span.menu_a{
        text-decoration: none;
    text-transform: none;
    color: #000;
    border-bottom: 1px solid transparent;
    font-size: 17px;
}
.selected span.menu_a,span.menu_a:hover{
    border-bottom: 1px solid #363636;
}

.main_text {
  /*margin-bottom: 70px;*/
  margin-bottom: 10px;
}

.cart_r{ float: right; text-align: right; }
a.tel { color: #24292d; font-size: 28px; font-family: 'Roboto_b'; text-decoration: none;  }
a.tel:hover { border-bottom: 1px solid #666 }
.obratka { text-align: right}
.obratka a { background: url(img/callback.png) left center no-repeat transparent; text-decoration: none; text-transform: uppercase; font-family: 'Roboto'; font-size: 13px; color: #363636; text-align: right; margin-top: 7px; padding: 2px 0 2px 22px; }
.obratka a:hover { color: #363636 }

.cart{ float: right; margin-right: 4px; margin-top: 4px; line-height: 4; }
.cart p { float: left; font-family: 'Roboto'; font-size: 13px; font-weight: bold; color: #111111; margin: 0 8px; }
.cart img { margin-top: 8px; }

.bx_cart_block { position: relative; }
.bx_cart_block .bx_item_listincart { position: absolute; width: 105%; background-color: white; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); top: 45px; right: 0; text-align: left; display: none; z-index: 9999; padding: 0 15px; }
.bx_cart_block .bx_item_listincart .bx_itemincart { border-bottom:1px solid #E5E5E5; }
.bx_cart_block .bx_item_listincart .bx_item_img_container { float: left; margin-right: 10px; }
.bx_cart_block .bx_item_listincart .bx_item_title { font-weight: bold; padding-bottom: 4px; }
.bx_cart_block .bx_item_listincart .bx_item_price { padding-bottom: 2px; }

#paralax1 { background: url(img/paralax_car.png); background-size: auto 150% ; height: 650px; width: 100%; }

.slider { text-align: center; position: relative; }

.h_block { padding-top: 30px; color: #ffffff !important; position: relative; }
.pricelist { background: url(img/price.png) left center no-repeat transparent; width: 143px; height: 144px; position: absolute; right: 40px; top: 30px;}
.pricelist:hover { background-position: right center; }

.about_main { line-height: 1.45; }
.about_main .about_text_1 { font-size: 18px; margin-bottom: 80px;  }
.about_main .col_3 { box-sizing: border-box; padding: 0 25px; }
.about_main .col_3 h3 { font-family: 'ptSerif'; font-size: 16px; font-weight: bold; text-transform: uppercase; margin: 25px 0; color: #333333; }

.about_main .col_3 .h_3 { font-family: 'ptSerif'; font-size: 16px; font-weight: bold; text-transform: uppercase; margin: 25px 0; color: #333333; }

.stellar2 { background: url(img/paralax2.png); background-position: 0 -800px; height: 500px; }

.about_production { line-height: 1.45; font-size: 18px; margin: 80px 0 20px 0; }
.about_production h2 { text-align: center; margin-bottom: 60px; }
.about_production h2 span { font-size: 33px; border-bottom: 1px solid #333333; color: #333333; }

.stellar3 { background: url(img/dv_title/slider3_1.jpg); background-position: 0 -700px; height: 500px; }

.ab_prod { line-height: 1.45; font-size: 15px; margin: 100px 0 20px 0; }
.ab_prod .col_3 { box-sizing: border-box; padding: 0 10px; }
.ab_prod .col_3 h3 { font-family: 'ptSerif'; font-size: 26px; text-transform: uppercase; margin: 0 0 15px 0; color: #333333; float: left; width: 200px; }
.ab_prod .col_3 .h_3 { font-family: 'ptSerif'; font-size: 26px; text-transform: uppercase; margin: 0 0 15px 0; color: #333333; float: left; width: 200px; }
.ab_prod .col_3 img { float: right; margin-right: 15px; }

.stellar4 { background: url(img/dv_title/slider4_1.jpg); background-position: 0 -700px; height: 500px; }

.about_contact { line-height: 1.45; font-size: 18px; margin: 80px 0 20px 0; }
.about_contact .ab_cont { text-align: center; font-weight: bold; margin-top: 40px; font-size: 20px; }

.ab_baner { background: url(img/dv_title/baner.jpg) center center no-repeat transparent; height: 184px; }

.about_recvizit { line-height: 1.45; font-size: 18px; margin: 80px 0 20px 0; }
.about_recvizit h2 { font-family: 'ptSerif'; text-align: center; margin-bottom: 60px; }
.about_recvizit h2 span { font-size: 33px; border-bottom: 1px solid #333333; color: #333333; }
.about_recvizit .recvizit_1 { float: left; width: 45%; }
.about_recvizit .recvizit_2 { float: right; width: 45%; }
.about_recvizit .podpisi { text-align: center; font-weight: bold; margin-top: 40px; font-size: 20px; }

.constr_main { line-height: 1.45; font-size: 18px; }
.constr_baner { background: url(img/dv_title/constr_slider_1.jpg) center center no-repeat transparent; height: 500px; }
.constr_contact { line-height: 1.45; font-size: 24px; margin: 80px 0 20px 0; text-align: center; }
.constr_hr { border-bottom: 1px solid #cccccc; }

.opros { float: right; position: absolute; right: 0px; top: 0px; background: url(img/opros.png) center center no-repeat transparent; width: 33px; height: 109px; opacity: 0.8; display: none; }
.opros:hover { opacity: 1; }

.catalog_link { background: url(img/catalog.png) center top no-repeat; display: inline-block; margin-top: 60px; width: 255px; height: 65px; }
.catalog_link:hover { background-position: center bottom; }

.catalog_search { margin-top: 44px; float: left; margin-left: 38%; }
.catalog_search select { color: #686868; opacity: 0.9; padding: 15px 60px 15px 10px; margin-right: -5px; border: 0; width: 225px; outline: none; }
.catalog_search input { color: #686868;	 opacity: 0.9; width: 224px; height: 54px; border: 0; font-style: italic; outline: none; display: block; float: left; margin: 0 -2px 0 0; padding: 5px 5px 5px 15px;}
.catalog_search input.search { background: url(img/search.png) left center no-repeat transparent; text-indent: -9999px !important; outline: none; width: 55px !important; height: 55px; }
/*.catalog_search input.search:hover { background-position: right center;}*/
.categories option{ border: none; outline: none; }

.catalog { margin-bottom: 60px; }
.catalog h3.top { font-family: 'ptSerif'; font-size: 30px; color: #252525; padding-bottom: 20px; text-align: center; text-transform: uppercase; border-bottom: 1px solid #ccc; }

.catalog_list .news_item .news_item_body .view_comment a { text-transform: uppercase; }

.sel { float: left; width: 144px; overflow: hidden; padding-bottom: 1px; background: url(img/arrow.png) right center no-repeat; position: relative; border: none; outline: none; }
.sel img { position: absolute; right: 0; top: 20px; }
.white { background-color: #fff; }
h1,.h1 { font-family: 'ptSerif'; font-size: 36px; color: #333333; text-align: left; margin: 20px 0 30px; text-transform: uppercase; }
h1 .main-title, .h1 .main-title { border-bottom: 1px solid #666666; }

.text_right { text-align: right; }
.text_center { text-align: center; }

h3.title { font-family: 'ptSerif'; font-size: 36px; color: #252525; text-align: center; margin-top: 89px; margin-bottom: 60px; text-transform: uppercase; }
h3.title span { border-bottom: 1px solid #000; }
.text{ font-family: 'Roboto'; font-size: 18px; color: #252525; margin: 0 auto; width: 1041px; text-align: justify; line-height: 24px; }
h3.title2, .h3.title2, .h2.title2{ font-family: 'ptSerif'; font-size: 30px; color: #252525; text-align: center; margin-top: 111px; margin-bottom: 54px; text-transform: uppercase; }
h3.title2 span, .h3.title2 span, .h2.title2 span{ border-bottom: 1px solid #000; }

.items{padding-left: 60px;}
.item{ width: 320px; height: 380px; float: left; margin-right: 40px; margin-bottom: 40px; padding: 20px 20px; overflow: hidden; border: 1px solid transparent; }

.item:nth-child(3n){ margin-right: 0; }
.item:hover { box-shadow: 0 2px 5px 0 rgba(0,0,0,.18); border: 1px solid #d3d3d3; }
.item:hover .it_name { color: #81b449; }
.item .it_name{ font-family: 'Roboto'; font-size: 25px; color: #333333; display: block; text-decoration: none; border-bottom: 1px solid #babdbe; margin-bottom: 7px; text-transform: uppercase; }
.item .it_name:hover { text-decoration: none; }
.it_desc{ font-family: 'Roboto'; font-size: 12px; color: #000000; margin-bottom: 10px; overflow: hidden;}
.item a img { width: 100%; }

.section_list .item{height:70px; margin-bottom:10px; width: 240px; padding: 10px 10px;margin-right: 10px; margin-left: 10px; box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
    border: 1px solid #d3d3d3;     max-height: 70px;/*  height: auto;*/}
.section_list .item .it_name{font-size: 18px; border-bottom:none; text-align:center;}
.catalog.section_list{margin-bottom:10px;}

#paralax2{ background: url(img/paralax2.png); height: 500px; background-size: auto 150%; width: 100%; z-index: -1; }
.slide_tovaru{ margin-bottom: 140px; }
.tittle{ font-family: 'ptSerif'; font-size: 36px; color: #252525; text-align: center; margin-top: 60px; margin-bottom: 76px; text-transform: uppercase; }

.pop_tovaru{ padding-left: 20px; }
.sl_title{ font-family: 'ptSerif'; font-weight: bold; font-size: 18px; color: #000; border-bottom: 1px solid #b2b2b2; text-transform: uppercase; padding-bottom: 11px; }
.col{ width: 300px; float: left; margin-right: 64px; }
.col:last-child{ margin-right: 0; }
.col1{ margin-left: 32px; }

.param_name{ font-family: 'Roboto'; font-weight: bold; font-size: 13px; color: #000; text-transform: uppercase; }
.param_name span{ font-weight: normal; }
.table li{ padding: 12px 0 9px 0; border-bottom: 1px solid #b2b2b2; }
.table.last_list li{ padding: 4px 0; }


.param_val{ font-family: 'Roboto'; font-size: 15px; float: right; color: #000; }
.param_val select{ min-width: 75px; }
.param_val del, .del{ font-family: 'opensans'; font-size: 15px; color: #959a9e; }
.param_val b{ font-family: 'opensans'; font-size: 18px; color: #00bff3;	 }

.see_more{ font-family: 'Roboto'; font-size: 14px; color: #49555c; text-transform: lowercase; margin-top: 23px; text-align: right; display: block; width: 100%; margin-bottom: 33px; }
.count_inp{ background-color: #81b449; vertical-align: middle; height: 36px; float: right; padding: 0px 22px; }
.count_inp span{ font-family: 'Roboto'; font-size: 14px; color: #fff; text-align: center; }
.count_inp input[type="text"]{ padding: 3px 6px; text-align: center; font-family: 'Roboto'; font-size: 15px; color: #808080; margin-top: 4px; width: 62px; }

.add_to_cart { background-color: #81b449; vertical-align: bottom; height: 36px; float: right; padding: 5px 17px; margin-left: 1px; font-family: 'Roboto'; font-size: 14px; font-weight: bold; color: #fff; box-sizing: border-box; padding-top: 12px; text-align: center; text-decoration: none; text-transform: uppercase; }

.buy_click{ text-transform: uppercase; font-family: 'Roboto'; font-weight: bold; font-size: 14px; color: #fff; margin-left: 65px; text-align: center; background-color: #7e9267; display: block; margin-top: 23px; width: 200px; height: 36px; padding-top: 10px; box-sizing: border-box; text-decoration: none; }

.arrow a { font-family: 'Roboto'; font-weight: bold; font-size: 20px; color: #252525; text-decoration: none; text-transform: uppercase; }
.start-stop{ display: none!important; }

.thumbNav li{ display: inline-block; float: left; }
.thumbNav i{ padding: 0; font-size: 20px; }
.anythingSlider-default .anythingControls a{ background: none !important; font-size: 15px; color: #c4c4c4; }
.cur{ color: #898989;	 }

#paralax3{ background: url(img/paralax3.png); height: 500px; background-size: auto 170%; width: 100%; z-index: -1; }
.slide_tovaru2{ }
h2.title { font-family: 'ptSerif'; font-size: 36px; color: #252525; text-align: center; margin-top: 59px; margin-bottom: 76px; text-transform: uppercase; }
.text2{ font-family: 'Roboto'; font-size: 16px; color: #252525; text-align: justify; width: 1028px; margin: 0px auto; }

.preim{ margin-top: 70px; margin-bottom: 100px; padding-left: 62px; }
.preim_it{ width: 230px; margin-right: 170px; float: left; text-align: center; }
.preim_it:last-child{ margin-right: 0; }
.preim_it .size{ font-family: 'noto_serif'; font-size: 90px; color: #363636; }
.preim_it .line{ width: 100px; height: 1px; border-top: 1px solid #464646; margin: 0 auto; margin-bottom: 9px; }
.preim_it .preim_coment{ font-family: 'noto_serif'; font-size: 20px; color: #464646; margin-bottom: 20px; }
.preim_text{ font-size: 15px; color: #444; }

.delivery{ background: url(img/deliv_bg.png); background-size: 100% 100%; padding-top: 35px; }

.del_img{ float: left; margin-top: 50px; }
.del_text{ width: 510px; margin-left: 210px; padding-top: 20px; padding-bottom: 40px;}
.del_text h3,.del_text .h3{ font-family: 'opensans'; font-size: 32px; color: #fff; text-transform: uppercase; padding-bottom: 25px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);}
.del_text .del_desc{ font-family: 'Roboto'; font-size: 13px; color: #fff; padding-bottom: 17px; }
.del_arrow{ background-image: url(img/del_arrow_bg.png); float: right; text-decoration: none; width: 365px; height: 46px; text-align: center; box-sizing: border-box; padding-top: 12px; text-transform: uppercase; font-family: 'opensans'; font-size: 16px; color: #fff; margin-top: 68px; }

.last_block { margin: 80px 0; padding-left: 138px; background-color: #fff; }

.column{ width: 290px; float: left; margin-right: 83px; color: #2f2f2f; }
.column:last-child{ margin-right: 0; }
.last_head{ font-family: 'ptSerif'; font-size: 22px; text-transform: uppercase; font-weight: bold; padding-bottom: 31px; }
.subhead{ font-family: 'Roboto'; font-size: 16px; padding-bottom: 10px; display: block; }
.last_text{ font-family: 'Roboto'; font-size: 14px; font-weight: lighter; line-height: 24px; }
.last_list li a{ color: #2f2f2f; text-decoration: none; font-family: 'Roboto'; font-size: 16px; display: block; }
.last_list li a:after{ float: right; content: ">"; color: #b7b7b7; }
.last_list li:hover a:after{ color: #777; }

.footer{ background-color: #444444;
 /*height: 70px;*/
 padding-top: 20px !important;
    padding-bottom: 20px !important;
 font-family: 'Roboto'; font-size: 11px; color: #bababa; padding-left: 205px; }
.copyr{ width: 170px; float: left; margin-right: 100px; padding-top: 30px; text-decoration: none; font-family: 'Roboto'; font-size: 12px; color: #bababa; }
.ooo { width: 260px; float: left; padding-top: 20px; text-decoration: none; font-family: 'Roboto'; font-size: 12px; color: #bababa; }
.foot_tel { width: 215px; float: left; padding-top: 14px; margin-left: 100px; text-decoration: none; font-family: 'Roboto'; font-size: 12px; color: #bababa; }
.copyr a{ text-decoration: none; font-family: 'Roboto'; font-size: 12px; color: #bababa; }
.ooo a{ text-decoration: none; font-family: 'Roboto'; font-size: 12px; color: #bababa; }
.foot_tel a{  text-decoration: none; font-family: 'Roboto'; font-size: 12px; color: #bababa; }

.payme { font-size: 18px; margin-left: 100px; }
.pay { height: 240px; background: url(img/play.jpg) center top no-repeat; }
.pay p { display: inline-block; }
.pay .pay_left { width: 800px; margin-right: 60px; margin-top: 170px; float: left; box-sizing: border-box; padding-left: 100px; font-size: 16px; }
.pay .pay_right { margin-top: 140px; font-size: 18px;}
.pay .pay_right span { font-size: 13px }

.dv_title { height: 500px; text-align: center; color: white; background-color: #333333; }
.dv_title.construction { background-image: url(img/dv_title/construction.jpg); }
.dv_title.production { background-image: url(img/dv_title/production.jpg); }
.dv_title.shipping { background-image: url(img/dv_title/shipping.jpg); }
.dv_title.payment { background-image: url(img/dv_title/payment.jpg); }
.dv_title.about { background-image: url(img/dv_title/about.jpg); }

.p_ship_title {     font-family: 'Roboto';
    font-size: 52px;
    text-transform: uppercase;
    /* padding-top: 160px; */
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    background: #80B448;
    margin-top: 30px;
    padding: 10px 0;
}
.ship_time { font-family: 'Roboto'; font-size: 24px; text-transform: lowercase; padding-top: 30px; text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5); }
.ship_link a { display: inline-block; width: 255px; height: 65px; margin-top: 60px; }

.dv_title .ship_link a:last-child { margin-left: 50px; }
.dv_title .ship_link a.ship_catalog { background: url(img/catalog.png) center top no-repeat; }
.dv_title .ship_link a.ship_catalog:hover { background-position: center bottom; }
.dv_title .ship_link a.ship_price { background: url(img/pricelist.png) center top no-repeat; }
.dv_title .ship_link a.ship_price:hover { background-position: center bottom; }

a.ship_price_inner { background: url(/img/new-price.png) center top no-repeat; font-size:15px; font-weight:bold; width:200px; height:44px; color: #fff; text-decotation:none; display:block; padding-top:12px;text-align:center;}
a.ship_price_inner:hover {text-decoration:none;}

/* .dv_ship_footer { height: 200px; background: url(img/for_sider/scan.jpg) center center no-repeat; background-size: cover; } */
.dv_ship_footer { background: url(img/dv_title/scania_1900.jpg); background-position: 0 -700px; height: 500px; }


.dv_footer div { display: inline-block; width: 25%; margin-right: 10%; }
.dv_footer div:last-child { margin-right: 0; }
.dv_footer div h4 { font-size: 20px; text-transform: uppercase; }

.pagination li i{ color: #c4c4c4; }
.pagination li.current i{ color: #898989; }
.bx-controls-direction{ display: none !important;  }
.bx-viewport{ box-shadow: none !important; }

.bx_breadcrumbs { margin: 20px 0 0 0; }
.bx_breadcrumbs ul li a { color: #333333; }

.news-date-time { font-size: smaller; }
.further { color: #3399FF; text-decoration: none; }
.further:hover { text-decoration: underline; }

.devel .col_3 { width: 30%; margin-right: 3%; float: left; }
.devel--custom .col_3 { width: 25%; margin-right: 0%; float: left; }

.devel.devel2 .col_3{
    width: 11%;
    margin-right: 1%;
}
@media screen and (min-width: 768px){
.devel.devel2 .col_3>div{
	    background-size: contain;
}
}

.devel.devel2 .col_3 .h_3{    font-size: 16px;}

@media screen and (max-width: 768px){
	.devel.devel2 .col_3{
    width: 90%;
    margin: 0 auto;
	}
}

.devel .col_6 { width: 14%; }
.devel .col_3:last-child { margin-right: 0; }
.devel .col_3 .devel_uslovia, .devel .col_3 .devel_raschet, .devel .col_3 .devel_garant,
.devel .col_3 .cont_tel, .devel .col_3 .cont_zavod, .devel .col_3 .cont_proezd { padding-top: 170px; margin-bottom: 36px; }

.devel .col_3 .full_blocks_1, .devel .col_3 .full_blocks_2, .devel .col_3 .full_blocks_3 { padding-top: 170px; margin-bottom: 36px; }
.devel .col_3 .full_blocks_4, .devel .col_3 .full_blocks_5, .devel .col_3 .full_blocks_6 { padding-top: 170px; margin-bottom: 36px; }

.devel .col_3 .full_blocks_1 { background: url(img/cont_tel.png) center top no-repeat transparent; }
.devel .col_3 .full_blocks_2 { background: url(img/cont_zavod.png) center top no-repeat transparent; }
.devel .col_3 .full_blocks_3 { background: url(img/cont_proezd.png) center top no-repeat transparent; }
.devel .col_3 .full_blocks_4 { background: url(img/devel_uslovia.png) center top no-repeat transparent; }
.devel .col_3 .full_blocks_5 { background: url(img/devel_raschet.png) center top no-repeat transparent; }
.devel .col_3 .full_blocks_6 { background: url(img/devel_garant.png) center top no-repeat transparent; }

.devel .col_3 .devel_uslovia { background: url(img/devel_uslovia.png) center top no-repeat transparent; }
.devel .col_3 .devel_raschet { background: url(img/devel_raschet.png) center top no-repeat transparent; }
.devel .col_3 .devel_garant { background: url(img/devel_garant.png) center top no-repeat transparent; }
.devel .col_3 .cont_tel { background: url(img/cont_tel.png) center top no-repeat transparent; }
.devel .col_3 .cont_zavod { background: url(img/cont_zavod.png) center top no-repeat transparent; }
.devel .col_3 .cont_proezd { background: url(img/cont_proezd.png) center top no-repeat transparent; }
.devel .col_3 div h3 { font-family: 'ptSerif'; text-align: center; font-size: 26px; text-transform: uppercase; }
.devel .col_3 .h_3 { font-family: 'ptSerif'; text-align: center; font-size: 24px; text-transform: uppercase; }
.devel .col_3 ul.devel_checkbox li { padding: 8px 0 8px 46px; background: url(img/devel_checkbox.png) left center no-repeat transparent; }
.devel .col_3 .devel_raschet_text p { padding: 8px 0; }
.devel .col_3 .devel_b { font-weight: bold; }
.devel .col_3 .cont_tel_text, .devel .col_3 .cont_zavod_text, .devel .col_3 .cont_proezd_text { height: 110px; text-align: center; font-size: 18px; font-weight: bold; }
.devel .col_3 .cont_tel_comment, .devel .col_3 .cont_zavod_comment, .devel .col_3 .cont_proezd_shema { text-align: center; }

.news_hover .n_view, .news_hover .n_filter, .news_hover .n_search, .news_hover .n_sort { float: right; margin-right: 20px; color: #898989; }
.news_hover .n_search { background: url(img/news_hover_search_icon.png) left center no-repeat transparent; padding: 5px 5px 5px 40px; }
.news_hover .n_filter { background: url(img/news_hover_filter_icon.png) left center no-repeat transparent; padding: 5px 5px 5px 40px; }
.news_hover .strelka { background: url(img/news_hover_strelka.png) center top no-repeat transparent; display: inline-block; width: 11px; height: 7px; margin: 0 0 2px 5px; }
.news_hover .n_filter.active .strelka, .news_hover .n_search.active .strelka { background-position: center bottom; }

.news_hover .n_view .view_gird,
.news_hover .n_view .view_list,
.news_hover .n_view .n_view_name, .news_hover .n_sort .n_sort_name, .news_hover .n_sort a { float: left; padding: 5px 10px; margin-left: 0; }
.news_hover .n_view .view_gird { display: inline-block; width: 30px; height: 30px; background: url(img/news_hover_view_gird.png) center bottom no-repeat transparent; }
.news_hover .n_view .view_gird.active { background-position: center top;}
.news_hover .n_view .view_list { display: inline-block; width: 30px; height: 30px; background: url(img/news_hover_view_list.png) center bottom no-repeat transparent; }
.news_hover .n_view .view_list.active { background-position: center top;}

#news_hr, .line { border-top: 1px solid #ccc; }
.line-light { border-top: 1px solid #e5e5e5; }
#news_filter { border-bottom: 1px solid #ccc; background-color: #fafafa; box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.1); display: none; }
#news_filter .filter_content { padding: 40px 0; }
#my_filter, #my_search { display: none; }

.news_footer { border-top: 1px solid #ccc; padding-top: 60px; margin: 20px 0 60px; }
.news_footer .price_dawnload { float: left; width: 40%; text-align: right; }
.news_footer .price_dawnload a { background: url(img/price_dawnload.png) center top no-repeat transparent; display: inline-block; width: 275px; height: 53px; text-indent: -9999px; }
.news_footer .price_dawnload a:hover { background-position: center bottom; }
.news_footer .price_dawnload a:active { background-position: center top; }
.news_footer .converter { float: right; width: 40%; text-align: left; }
.news_footer .converter a { background: url(img/converter.png) center top no-repeat transparent; display: inline-block; width: 267px; height: 48px; text-indent: -9999px; opacity: 0.8; }
.news_footer .converter a:hover { background-position: center center; }
.news_footer .converter a:active, .news_footer .converter a.active { background-position: center bottom; }


.modal_background { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); }

.catalog_back_small a { background: url(img/catalog_back_small.png) center top no-repeat transparent; display: inline-block; width: 154px; height: 30px; margin-bottom: 10px; text-indent: -9999px; }
.catalog_back_small a:hover { background-position: center bottom; }
.catalog_back_small a:active { background-position: center top; }

.basket_item_delete { background: url(img/basket_item_delete.png) center top no-repeat transparent; display: inline-block; width: 16px; height: 16px; opacity: 0.8; }
.basket_item_delete:hover { opacity: 1; }
.basket_item_delete:active { opacity: 0.6; }

.note_devel { margin: 40px 0; padding-bottom: 40px; border-bottom: 1px solid #ccc; }
.note_devel h2 { text-align: center; margin-bottom: 40px; font-family: 'ptSerif'; font-size: 20px; font-weight: bold; text-transform: uppercase; }
.note_devel p { font-size: 15px; }
.note_devel p a { color: #ff6600; }

.zakaz { border-top: 1px solid #ccc; margin-top: 60px; padding-top: 40px; }
.catalog_back { float: left; }
.catalog_back a { background: url(img/catalog_back.png) center top no-repeat transparent; display: inline-block; width: 254px; height:45px; text-indent: -9999px; }
.catalog_back a:hover { background-position: center bottom; }
.catalog_back a:active { background-position: center top; }

.car_clear { float: left; width: 670px; text-align: center; }
.car_clear a { background: url(img/car_clear.png) center top no-repeat transparent; display: inline-block; width: 245px; height: 45px; text-indent: -9999px; }
.car_clear a:hover { background-position: center bottom; }
.car_clear a:active { background-position: center top; }

.order_submit { float: right; text-align: right; }
.order_submit input { background: url(img/zakaz.png) center top no-repeat transparent; border: none; width: 245px; height: 45px; text-indent: -9999px; }
.order_submit input:hover { background-position: center bottom; }
.order_submit input:active { background-position: center top; }

.inline-filter { text-align: right; border: 1px solid #ccc; padding: 5px; display: none; }
.inline-filter label { display: initial; margin: 0 10px 0 0; }

.basket_refresh { text-align: right; }

table.cart-items { width: 100%; margin-bottom: 20px; }
table.cart-items td { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; white-space: nowrap; text-align:center; padding: 0.5em; }
table.cart-items thead td { border-bottom: 1px solid transparent; border-top: 1px solid #ccc; padding-bottom: 1.5em; text-transform: uppercase; text-align: center !important; }

table.cart-items tfoot td { border-left: 1px solid transparent; text-transform: uppercase; font-weight: bold; }
table.cart-items tfoot td:first-child { border-left: 1px solid #ccc; }
table.cart-items tfoot td:last-child { border-right: 1px solid #ccc; }

table.cart-items td.cart-item-actions { border-right: 1px solid #ccc; width: 80px; }

table.cart-items tbody td.cart-item-price,
table.cart-items tfoot td.cart-item-price { color: #00bff3; font-weight: bold; font-size: 18px; width: 160px; }
table.cart-items tfoot td.cart-item-itog { text-align: right; color: #ff6600; }

table.cart-items td.cart-item-name { white-space: normal; text-align: left; width:40%; }
table.cart-items td.cart-item-sort,
table.cart-items td.cart-item-quantity { width: 120px; }
table.cart-items td.cart-item-quantity input { margin-bottom: 0; width: 60px; text-align: right; }

table.sale_order_full_table { width: 100%; }
table.sale_order_full_table input, table.sale_order_full_table select, table.sale_order_full_table textarea { margin-bottom: 7px; }

div.order_props_title { background-color: #E6E6E6; font-size: 12px; margin-top:10px; }
div.order_props_title div { padding: 2px 12px; color:#000; font-weight: bold;}
div.order_props { padding: 10px; border: 1px solid #F7F7F7; border-top: none; margin-bottom: 20px; }

div.desc { font-size: 11px; margin:0 0 5px 0; color:#777; }
div.show_form { width: 100%; text-align: center; margin:15px 0; }
div.notetext { padding: 40px 160px;}

span.sof-req { color:red; }

.news_data { margin: 60px 0; }
.center .news_data { margin-top: 20px; }
.news_data .no_image_news { background: url(img/news_no_image.jpg) center center no-repeat transparent; display: block; width: 232px; height: 175px; }
.news_data .pagination { margin: 0 auto; display: block; text-align: center; }

.news_list { margin-bottom: 40px; }
.news_list .news_item { padding: 20px 0; border-bottom: 1px solid #eee; }
.news_list .news_item .news_item_img{ float: left; margin-right: 20px; }
.news_list .news_item .news_item_body { overflow: hidden; }
.news_list .news_item .name_autor { float: none; margin-bottom: 10px; }
.news_list .news_item h3 { font-size: 16px; font-weight: bold; text-transform: uppercase; margin-top: 10px; }
.news_list .news_item p { height: 90px; overflow: hidden; }
.news_list .news_item .view_comment { float: none; display: block; text-align: right; font-size: 12px; }

.news_gird { margin-bottom: 40px; }
.news_gird .news_item { float: left; width: 25%; padding: 12px; }
.news_gird .news_item .data_name_autor { margin-left: 1px; margin-bottom: 10px; }
.news_gird .news_item h3 { font-size: 16px; font-weight: bold; text-transform: uppercase; margin-top: 10px; }
.news_gird .news_item p { font-size: 13px; height: 108px; overflow: hidden; }

.news-detail { margin-bottom: 40px; }
.data_name_autor { margin: 10px 0 20px; }
.name_autor { float: left; color: #3399ff; font-size: 10px; text-transform: uppercase;}
.view_comment { float: right; font-size: 12px; }
.view_comment a { margin-left: 10px; }
.view_comment .news_views { background: url(img/news_views.png) left center no-repeat transparent; padding-left: 18px; margin-left: 10px; }
.view_comment .news_comments { background: url(img/news_comments.png) left center no-repeat transparent; padding-left: 18px; margin-left: 10px; }

.comments { padding-bottom: 40px; margin: 40px 0; }
.comments > h3 { padding-bottom: 20px; margin-bottom: 40px; border-bottom: 1px solid #ccc; font-size: 16px; text-transform: uppercase; font-weight: bold; }
.comments .reply_0 { margin-left:   0px; }
.comments .reply_1 { margin-left:  50px; }
.comments .reply_2 { margin-left: 100px; }
.comments .reply_3 { margin-left: 150px; }
.comments .reply_4 { margin-left: 200px; }
.comments .comment_init { border-bottom: 1px solid #eee; border-left: 5px solid #eee; padding-left: 20px; }
.comments .comment_init > h3 { font-size: 14px; text-transform: uppercase; font-weight: bold; }
.comments .comment_init > h3 .reply { float: right; font-size: 12px; text-transform: capitalize; }
.comments .comment_init > h3 .reply a { background: url(img/reply.png) left center no-repeat transparent; padding-left: 18px; color: #3399ff; }
.comments .comment_init .comment_data { color: #3399ff; font-size: 10px; text-transform: uppercase;  }

.comment_new { padding-bottom: 20px; margin: 40px 0 10px; border-bottom: 1px solid #ccc; }
.comment_new > h3 { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ccc; font-size: 16px; text-transform: uppercase; font-weight: bold; }
.send_mail { background: url(img/send_mail.png) center top no-repeat transparent; width: 128px; height: 35px; border: none; }
.send_mail:hover { background-position: center bottom;  }

.return_list_page { color: #3399ff; }
.return_list_page a { color: #3399ff; text-transform: uppercase; }

.location-block-wrapper .bx-sls .dropdown-block { border: 1px solid #ccc; padding: 1px 30px; min-height: 35px; }
.location-block-wrapper .bx-sls .bx-ui-sls-pane { border: 1px solid #ccc; }
.location-block-wrapper .bx-sls input[type="text"] { width: 100%; color: #555; padding: 5px 0 5px 15px; font-size: 14px; line-height: 1.42857143; border: none; }

#go_top {
	position: fixed;
	left: 0;
	top: 0;
	width: 90px;
	height: 100%;
	min-height: 100%;
	background-color: rgba(60, 167, 1, 0.1);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 999;
	-webkit-transition: opacity .5s ease-out .2s;
	-moz-transition: opacity .5s ease-out .2s;
	-o-transition: opacity .5s ease-out .2s;
	transition: opacity .5s ease-out .2s;
}
#go_top.show_top { -moz-opacity: .5; opacity: .5; cursor: pointer; }
#go_top.show_top:hover { -moz-opacity: 1; opacity: 1; }
#go_top .gicon { color: #83A73A; top: 40px; margin-left: 24px; position: fixed; font-size: 42px; }

/*
.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double,
.bx_item_list_you_looked_horizontal .bx_catalog_item_images,
*/
.bx_catalog_item_container {
	margin-top: 20px;
}
.bx_catalog_item_price {
  color: #00bff3 !important;
}

.bx_catalog_item_container .bx_catalog_item_images,
.bx_catalog_item_container .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images,
.bx_catalog_list_home .bx_catalog_item_images_double {
	position: relative;
  z-index: 89;
  display: block;
  padding-top: 200px;
  width: 100%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.bx_catalog_item_container .bx_catalog_item_images_double {
	margin-top: -200px;
}

.bx_catalog_list_home .bx_catalog_item_title,
.bx_catalog_item_container .bx_catalog_item_title,
.bx_catalog_tile_home_type_2 .bx_catalog_item_title,
.bx_item_list_you_looked_horizontal .bx_catalog_item_title {
  text-align: center;
	overflow: hidden;
  height: 40px;
}
.bx_catalog_item:hover .bx_catalog_item_title{
	overflow:auto;
	min-height: 40px;
	height:auto !important;
}


.bx_catalog_item_container select.form-control {
  border: none;
  background: none;
  box-shadow: none;
  display: inline-block;
  font-size: 15px;
  width: 52px;
  padding: 0px 4px;
  height: 24px;
}
.bx_catalog_item_price .bx_price{font-size:15px;padding-top: 5px;text-align: center; }

.bx_catalog_item_price .bx_price .fa-rub{ display:none;}
/*.bx_catalog_item_price .bx_price:before{
	content:"Цена: ";
    color: #3f3f3f;
    font-weight: normal;
	}*/
.bx_catalog_item_price .bx_price-word {
    display: inline;
    color: #3f3f3f;
    font-weight: normal;
    margin-right: 5px;
}
.bx_price{  }



.bx_item_detail .item_current_price:before{
	content:"Цена от: ";
    color: #3f3f3f;
    font-weight: normal;
	}



#delay_none .help-block { float: right; color: #777; font-size: 11px; }

.bx-slst .dropdown-block { border: 1px solid #ccc; }
.bx-ui-combobox-container .bx-combobox-fake-as-input { height: auto !important; padding: 6px 0 7px; color: #555; }

.err {
	border-color: rgba(255, 0, 0, .6) !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6) !important;
}

.main_text ul li{
    margin: 5px 0 5px 20px;
    list-style-type: circle;
}
.main_text ol li{
    margin: 5px 0 5px 20px;
    list-style-type: decimal;
}

.sl_h1{
    font-family: 'ptSerif';
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    line-height: 22px;
    display: block;
}
.sl_h1 a{
    font-family: 'ptSerif';
    color: #000;
    font-size: 22px;
    line-height: 22px;
}
.text ul li{
    margin-left: 20px;
    list-style-type: circle;
}
.text ol li{
    margin-left: 20px;
    list-style-type: decimal;
}

span.fa.fa-rub{
    color: #00BFF3;
    font-size:14px;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block span.bx-ft-sub{
        font-size: 14px;
    font-style: normal;
    display: block;
    padding-bottom: 5px;
}
.bx-breadcrumb span {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.comment_new > .h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.1;
}

.comments > .h3 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.1;
}

.news_list .news_item .h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: inherit;
}

.h2{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.bx_slider_current_price span.fa.fa-rub{
    font-size: 0.95em;
    color: #666;
}
.button_reviews {
    background: #fff none repeat scroll 0 0 padding-box;
border: 1px solid;
border-radius: 3px;
box-sizing: border-box;
cursor: pointer;
font-family: inherit;
font-size: 11px;
font-weight: bold;
height: 31px;
letter-spacing: 0;
line-height: 11px;
outline: medium none;
padding: 1px 8px 0;
text-align: center;
text-indent: 0;
text-transform: uppercase;
vertical-align: middle;
    background-color: #f06622;
border-color: #f06622;
color: #fff;
}
.button_item {
background: #99d23e none repeat scroll 0 0;
border-radius: 0 !important;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 14px;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 0 #5d8634;
    padding:10px 45px;
}
.button_item.one-click-buy {
	float: right;
}
.button_item:hover {
    background:#5d8634;
    text-decoration: none;
    color:white;
}

.main_nav {
    float: left;
    overflow: hidden;
    position: relative;
    margin: 10px 0 0 65px;
}

.h-center{
    float: left;
}
.mail-block{
    float: left;
    margin: 0 0 0 100px;
    width: 235px;
}
.phone-block{
    position: relative;
    float: left;
    margin: 0 0 0 100px;
    width: 235px;
}

.telegram-block {
    position: relative;
    float: left;
    margin: 20px 0 0 20px;

    .telegram-icon {
        width:32px; 
        height:32px;
    }
}

.header__whatsapp {
    /* position: absolute;
    top: 56px;
    right: -50px; */
}

.top_line2__fixed .phone-block .header__whatsapp {
    position: static;
    transform: translateX(20px);
}

.cont_tel_text .cont_tel_text__whatsapp {
    display: inline-block;
    margin-top: 10px;
    margin-left: 26px;
}

.clear{
    clear: both;
}

.ml{
    /* text-align: right; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.ml a{
    color:#555;
}
.price{
    text-align: center;
}
.price a{
    text-transform: uppercase;
    color: #555;
    font-weight: bold;
    font-size: 19px;
}

.qst{
    background: #CCCCCC;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: #000;
}
.callback,.qst{
    margin: 5px 5px 0 5px;

}
.callback a{
    background-color: #FF7216;
    display: block;
    padding: 10px 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.phone{
    color: #FF7216;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    display: flex;
    flex-direction: column;
}
.phone-info{
    text-align: right;
}

.main_nav ul li {
    float: left;
    list-style: none;
    position: relative;
    padding-bottom: 1px;
    display: inline-block;
    margin-right: 10px;
}
.main_nav ul li a {
    text-decoration: none;
    text-transform: none;
    color: #000;
    border-bottom: 1px solid transparent;
    font-size: 17px;
}
.top_line .top_nav li a{
    border-right: 1px solid #777;
    padding-right: 10px;
}
.top_line .top_nav li:last-child a{
    border-right: none;
    padding-right: 0px;
}

.cart_r{
    background: #eefddc;
    width: 260px;
    text-align: center;
    padding: 0 15px;
   /* height: 140px;*/
    margin-bottom: 15px;
}
.cart-btn a{
    background-color: #80B448;
    display: block;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.cart {
    float: none;
    margin: 0;
    line-height: 18px;
    position: relative;
}

#cart img{
position: absolute;
    left: 0px;
    top: -5px;
}

.c-info-top{
    text-align: left;
    font-size: 18px;
    padding-left: 55px;
    color: #000;
    margin: 22px 0 0;
}

.c-info-bot{
    margin: 0px 0 20px -4px;
    color: #555;
}

.c-error{
    margin: 25px 0 35px 20px;
    color: #000;
}

.catalog_search input.search{
    background: url(/img/sr-btn.png) left center no-repeat transparent;
    height: 45px;
}
.catalog_search input {
    color: #686868;
    opacity: 0.9;
    width: 525px;
    height: 45px;
    border: 0;
    font-style: italic;
    outline: none;
    display: block;
    float: left;
    margin: 0 0px 0 0;
    padding: 5px 5px 5px 15px;
}

.catalog_search {
    margin-top: 44px;
    float: left;
    margin-left: 25%;
}
.catalog_search input.search:hover{
    opacity: 1;
}
.top_search{
    /* margin-left: 520px; */
}
.top_search .catalog_search{
    margin: 0;
}
.top_search .catalog_search #title-search-input{
    height: 25px;
    width: 200px;
}
.top_search .catalog_search .search{
    background-size: 25px;
    height: 25px;
    width: 25px;
    padding: 0;
    margin: 0;
}

.price a:hover{
    text-decoration: none;
    border-bottom: 1px dashed #555;
}

.rev-block{
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.rev-title{
    font-weight: bold;
    padding-bottom: 10px;
}

table.table-text{
    border: 1px solid;
    margin: 0 auto;
}

table.table-text td{
    border: 1px solid;
    width: 150px;
    text-align: center;
}

div.view-photo{
    text-align: center;
    text-align-last: justify;
    margin-top: 20px;
}

div.view-photo img{
    height: 250px;
    max-width: 380px;


}

div.view-photo:first-child img{
    margin-left:0px;
}
/*---политика конфиденциальности---*/
.bold{
    font-weight: bold;
}
.strong {
	font-weight: bold;
}
.em {
	font-style: italic;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align:justify;
}
#form-dscallme_light .chk_wrapper .checkbox_input, #form-ds_question .chk_wrapper .checkbox_input, #callbackItem .chk_wrapper .checkbox_input{
	float:left;
	margin:0px;
	margin-right: 5px;
}
#form-dscallme_light .chk_wrapper .lab_agree, #form-ds_question .chk_wrapper .lab_agree, #callbackItem .chk_wrapper .lab_agree{
    width: 100%;
    float: none;
    font-size: 11px;
    position: relative;
    top: 1px;
	font-weight: normal;
	text-transform: none;
}
#callbackItem .chk_wrapper {
	margin-top:-10px;
}
#callbackItem {
	margin:0px !important;
	margin-top:-7px !important;
}
input[type="submit"][disabled], button.registr[disabled] {
	opacity: 0.5;
	cursor: not-allowed !important;
}
.privLabel {
	text-transform: none;
	font-weight: normal;
}
.privContainer {
	text-align:right;
}
#basketOrderButton2[disabled] {
	background: url(img/zakaz.png) center top no-repeat transparent;
}
/*---/политика конфиденциальности---*/

.img_block_1{}

.img_block_1 img{
    width: 33%;
    margin-bottom: 3px;
    vertical-align: top;
}

.img_block_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 29px;
}

.img_block_2 img {
    width: calc(50% - 15px);
}

.promotion {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    padding: 30px 0;
}

.promotion__image-wrapper {
    position: relative;
}

.promotion__image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}

.promotion__image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.5) 59%,
      rgba(0, 0, 0, 0.65) 100%); 
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.promotion__image-text {
    position: absolute;
    left: 0%;
    top: 100%;
    transform: translateY(-100%);
    padding: 20px;
    z-index: 5;
}

.promotion__image-line {
    color: #ffffff;
    text-align: left;
}

.promotion__image-line--larger {
    font-size: 20px;
    line-height: 1.3em;
}

.promotion__image-heading {
    color: red; 
    font-size: 35px;
}

.turquoise {
    color: #00CED1;
}

.promotion__right-text {
    color: red;
    font-size: 24px;
    text-align: left;
    line-height: 1.2;
}

@media (max-width: 1085px) {
    .promotion {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        align-items: center;
        padding: 30px 0;
    }
}

.call-order-form {
	display: block;
	background-color: #ffe38f;
	width: 100%;
	margin: 5px 0;
	text-align: center;
}
.call-order-form form span{
	margin-right: 5px;
}
.call-order-form form input[type=text]{
	padding: 3px 5px;
	margin: 5px 5px;
	border: 1px solid #cccccc;
}
.call-order-form form input[type=submit]{
	color: white;
	padding: 3px 18px;
	margin-left: -9px;
	background: #5cb85c;
	border: 1px solid #5cb85c;
	border-right: 1px solid #c4e4b2;
	border-bottom: 1px solid #c4e4b2;
	box-shadow: 1px 1px 0px 0px #5cb85c;
}
.call-order-form .success-call-order{
	color: green;
	margin: 9px 0;
	display: inline-block;
}
.call-order-form .error-call-order{
	color: red;
	margin-top: 5px;
}
.icon-sale{
	position:relative;
}
.icon-sale:before{
    content:"Акция";
	position: absolute;
    z-index: 90;
    color: white;
    background-color: #ff7216;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 24px;
    line-height: 48px;
	right: 20px;
    top: 12px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	display:block;
}
.bx_bigimages_aligner.icon-sale:before{
	top: 20px;
}
.bx_catalog_item_container .old-price {
	text-align:center;
	text-decoration: line-through;
}
.item_buttons_counter_block .old-price {
    display: inline-block;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 5px;
}

/*  2020_02_04 для добавленых видео на главную в раздел "деятельность"    */

 .activity-video{  
     display: flex;
     justify-content: space-around;
     padding-bottom: 30px;
     padding-top: 50px;
 }

 .activity-video__itm{
    position: relative;
    max-width: 45%;
 }

 .activity-video__frame{
    height: 315px;
    width: 560px;
    max-width: 100%;
 }
 .play-button {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; 
    height: 50px; 
   
    display: flex;
    align-items: center; 
    justify-content: center; 
    cursor: pointer; 
}

/*-------------------------------------------------------------------------*/



@media screen and (min-width: 1025px){
.bx_item_detail .item_current_price.with-old-price{
    margin-left: 20px;
    font-size: 18px;
    line-height: 18px;
}
}
@media screen and (max-width: 768px){
	.item_buttons_counter_block .old-price {
		width:100%;
		margin-left: 0;
	}

    .activity-video{
     flex-wrap: wrap;
     }

     .activity-video__itm{
        max-width: 80%;
     }

}
@media screen and (max-width: 1125px){
.bx_catalog_item_container .bx_catalog_item_images, .bx_catalog_item_container .bx_catalog_item_images_double, .bx_catalog_list_home .bx_catalog_item_images, .bx_catalog_list_home .bx_catalog_item_images_double {
    background-size: auto 100%;
    position: relative;
}
}
@media screen and (max-width: 478px){
.bx_catalog_item_container .bx_catalog_item_images, .bx_catalog_item_container .bx_catalog_item_images_double, .bx_catalog_list_home .bx_catalog_item_images, .bx_catalog_list_home .bx_catalog_item_images_double {
    background-size: 100% auto;
    position: relative;
}
}
nav.main_nav>ul>li>ul {
    display: none;
}

@media (max-width: 767px) {
    .catalog.section_list .items {
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 1025px) {
      .bx_catalog_list_home.col3 .bx_catalog_item {
    padding: 0;
  }

  .bx_catalog_list_home.col4 .bx_catalog_item {
    padding: 0;
  }

  .bx_catalog_list_home .bx_catalog_item:hover {
    padding-right: 0;
    padding-left: 0;
  }

  .bx_catalog_list_home .bx_catalog_item_controls {
    opacity: 1;
  }

  .bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls, .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_articul, .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
    display: block;
  }

  .bx_catalog_list_home .bx_catalog_item_controls_blocktwo {
    opacity: 1;
  }

  .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container {
    -webkit-box-shadow: 0 2px 5px 0 transparent;
            box-shadow: 0 2px 5px 0 transparent;
    padding: 0 25px 15px;
    border: 1px solid transparent;
  }

  .bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
    position: static;
  }

  nav.main_nav>ul>li.has-children > a, nav.main_nav>ul>li.has-children > span {
    padding-right: 16px;
    position: relative;
  }

  nav.main_nav>ul>li.has-children > a:after, nav.main_nav>ul>li.has-children > span:after {
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiMwMDAwMDAiLz4KICA8L2c+Cjwvc3ZnPgo=);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
  }

  nav.main_nav>ul>li.has-children:hover > a:after, nav.main_nav>ul>li.has-children:hover > span:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }

  nav.main_nav>ul>li>ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    height: auto;
    padding: 0;
    border-top: 2px solid #fff;
    background-color: #fde8aa;
    color: #000;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
    opacity: 0;
    visibility: hidden;
    z-index: -10;
    -webkit-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
  }

  nav.main_nav>ul>li>ul>li {
    border-bottom: 1px solid #bb9c40;
  }

  nav.main_nav>ul>li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
  }

  nav.main_nav>ul>li:hover > ul li {
    float: none;
    display: block;
    width: 100%;
    padding-bottom: 0;
    position: relative;
  }

  nav.main_nav>ul>li > ul li > a, nav.main_nav>ul>li > ul li > a:hover {
    text-decoration: none;
    border: 0;
  }

  nav.main_nav>ul>li > ul li > a, nav.main_nav>ul>li > ul li > span {
    padding: 6px 16px;
    line-height: 1.2;
    font-size: 16px;
    display: block;
    width: 100%;
    -webkit-transition: background-color .25s, color .25s;
    -o-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
  }

  nav.main_nav>ul>li > ul li.has-children > a, nav.main_nav>ul>li > ul li.has-children > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  nav.main_nav>ul>li > ul li.has-children > a:after, nav.main_nav>ul>li > ul li.has-children > span:after {
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 10px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iIzAwMDAwMCIvPgogIDwvZz4KPC9zdmc+Cg==);
    -webkit-transition: background-image .25s;
    -o-transition: background-image .25s;
    transition: background-image .25s;
  }

  nav.main_nav>ul>li > ul li.has-children:hover > a:after, nav.main_nav>ul>li > ul li.has-children:hover > span:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iI0ZGRkZGRiIvPgogIDwvZz4KPC9zdmc+Cg==);
  }

  nav.main_nav>ul>li > ul li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    height: auto;
    padding: 0;
    border-left: 1px solid #bb9c40;
    background-color: #80B448;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -10;
    -webkit-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
  }

  nav.main_nav>ul>li > ul li > ul a {
    color: #fff;
  }

  nav.main_nav>ul>li > ul li > ul a:hover {
    background-color: #fde8aa;
    color: #000;
  }

  nav.main_nav>ul>li > ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
  }

  nav.main_nav>ul>li > ul li:hover > a, nav.main_nav>ul>li > ul li:hover > span {
    background-color: #80B448;
    color: #fff;
  }

  nav.main_nav {
    overflow: visible;
  }
}
.bx_catalog_item_articul{
	color: #000 !important;
}

.cities li{
    width: 30%;
    display: inline-block;
}
.cities li:before{
	content: "–";
padding-right: 5px;
}

.addbl {
	 cursor: pointer;
    background: #F2773B;
    width: 200px;
    text-align: center;
    margin-left:  auto;
    margin-right:  auto;
    padding: 5px;
}

.addbl1 {
	 cursor: pointer;
    background: #F2773B;
    width: 250px;
    text-align: center;
    margin-left:  auto;
    margin-right:  auto;
    padding: 5px;
}

.addbl span {
	color: #fff;
    line-height: 2;
    font-size: 15px;
    font-weight: 600;
}
.addbl1 span {
	color: #fff;
    line-height: 2;
    font-size: 15px;
    font-weight: 600;
}

.addbs {
	padding-top:10px;
	padding-bottom:10px;
}

.bx_catalog_item_images img{
	max-width:100%;
	height:auto;
	width:200px;
}

.bx_catalog_item_images {
  height: 200px;
  padding-top: 0 !important;
}

.bx_catalog_item_images_double img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:200px;
  max-width:100%;
  height:auto;
  margin:auto;
}

.bx_catalog_item_articul tr td:nth-child(2n){
    text-align: right;
}

.one-click-buy{
    float: left;
    background-color: #ccc;
    padding: 0 2px;
    height: 25px;
    border: none;
    font-weight: bold;
    line-height: 25px;
    margin: 1%;
    width: 53%;
}

.bx_catalog_list_home .bx_medium.bx_bt_button{
margin: 1%;
    width: 42%;
    min-width: 90px;
}

.class-hidden {
    display: none;
}
.calc_div_display_none {
    display: none;
}
.calc_div_display {
    display: block;
}
@media (max-width: 1025px) {
    .calc_div_btn{
        display: none;
    }
}

@media (max-width: 1000px) {
	.one-click-buy, .bx_catalog_list_home .bx_medium.bx_bt_button{
		float: none;
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 972px) {
    .bx_slider_price_container {
        position: relative !important;
    }

    .item_info_section dl {
        font-size: 12px;
        padding: 0;
    }

     .item_info_section dl dt {
        padding: 0;
    }

    .item_info_section dl dd {
        padding: 0;
    }

    .bx_slider_section {
        overflow-y: visible !important;
    }

    a.btn-info {
        font-size: 12px;
        padding:5px 15px 5px 15px !important;
    }

    .btn-success {
        display: inline-block;
        padding: 2px 5px !important;
    }

    .bx_no_oldprice {
        font-size: 14px !important;
    }

     .bx_no_oldprice {
        font-size: 12px !important;
        padding: 0 0 0 10px !important;
        height: 60px !important;
    }

     .btn-success {
        margin-top: 0px !important;
    }
}


@media screen and (max-width: 768px) {

    .bx_slider_section {
        padding-top: 40%;
    }



    .class-hidden {
        display: block;
        position: static !important;
        margin-top: 38px !important;
        margin-right: 17px;
        z-index: 1 !important;
    }

    .calc-foot {
    display:none !important;
}

}




@media screen and (max-width: 680px) {
    /* .bx_no_oldprice {
        font-size: 12px !important;
        padding: 0 0 0 10px !important;
        height: 60px !important;
    }

     .btn-success {
        margin-top: 0px !important;
    }*/
}

@media screen and (max-width: 600px) {
     .bx_slider_section {
        padding-top: 55%;
    }
    .bx_slider_section .bx_slider_right_container {
top: 160px;
width: 61%;
    }
    .sl_h1 a{
        font-size: 16px;
    }
    .bx_slider_section .bx_slider_content_container{
width: 62%;
    }
}


@media screen and (max-width: 480px) {
    a.btn-info {
        font-size: 11px;
        padding:5px 10px 5px 10px !important;
    }

     .bx_no_oldprice {
        font-size: 11px !important;

     }

      .bx_slider_section {
        padding-top: 80%;
    }

    div.center {
        padding-left: 5px;
        padding-right: 5px;
    }



    .bx_slider_pagination {
        bottom: 0 !important;
    }

    span.n_view {
        width: 33% !important;
        float: right !important;
        font-size: 12px !important;
    }

    .n_filter {
        width: 33% !important;
         float: right !important;
         font-size: 12px !important;
    }

    .n_search {
        width: 33% !important;
         float: right !important;
         font-size: 12px !important;
    }

}


@media screen and (max-width: 410px) {

    a.btn-info {
        font-size: 11px;
        padding:5px 5px 5px 5px !important;
    }

     .bx_no_oldprice {
        font-size: 11px !important;
        padding: 0 0 0 5px !important;
     }

       .bx_slider_section {
        padding-top: 85%;
    }


}
@media screen and (max-width: 1024px) {
#news_data .bx_catalog_list_home {
		display: block;
	}
}


.import_display_none {
    display: none !important;
}

.card_consult-block {
  /*padding-left:220px;*/
  /*width:100%;*/
  /*height:150px;*/
  /*background:url(/ds-comf/ds-form/images/callback2.png)no-repeat;*/
  min-height: 150px;
  position: relative;
  padding: 0 20px 12px 160px;
  border: 1px solid #a7a7a7;
}
.card_consult-block::before {
  content: '';
  position: absolute;
  /*top: 9px;*/
  top: 50%;
  left: 25px;
  width: 106px;
  height: 129px;
  margin-top: -65px;
  background: url(/ds-comf/ds-form/images/picture.png) no-repeat;
}
.card_consult-title {
  margin: 0 -20px 0 -160px;
  padding: 10px 20px 10px 160px;
  /*padding-top:12px;*/
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  background: #f2fbea;
}
.card_consult-text {
  padding-top: 4px;
}

.similar__wrapper .one-click-buy {
    float: none;
    width: auto;
}

.articles {
    margin-bottom: 60px;
    padding: 0 29px;
}
.articles_items {

}
.articles_item {

}
.articles_picture {
    margin-bottom: 10px;
}
.articles_image {
    display: block;
    width: 100%;
}
.articles_date {
    display: block;
    margin-bottom: 10px;
    color: #39f;
    font-size: 10px;
    text-transform: uppercase;
}
.articles_name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
}
.articles_name:hover {
    text-decoration: underline;
}
.articles-more {
    clear: both;
    margin-top: 30px;
    text-align: center;
}
.articles .owl-nav button.owl-prev,
.articles .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    z-index: 200;
    display: none;
    margin: 0;
    transform: translateY(-50%);
}
.articles .owl-nav button.owl-prev {
    left: -29px;
}
.articles .owl-nav button.owl-next {
    right: -29px;
}
.articles_items:hover .owl-nav button.owl-prev,
.articles_items:hover .owl-nav button.owl-next {
    display: block;
}

@media screen and (max-width: 1024px) {
    .articles {
        margin-bottom: 40px;
        padding: 0;
    }
    .articles .owl-nav button.owl-prev,
    .articles .owl-nav button.owl-next {
        display: block;
    }
    .articles .owl-nav button.owl-prev {
        left: -20px;
    }
    .articles .owl-nav button.owl-next {
        right: -20px;
    }
}
.top_line2 .phone-block .phone a:hover{
	color:#b24f0f;
}
.cart-btn_with_prod{
	margin-bottom: 20px;
}

@media screen and (max-width: 479px){
	a.link_cart__top{
		display: flex;
	}
	#basket .bx_cart_block{
		display: flex;
		justify-content: space-between;
	}
	.cart-btn_with_prod a {
		font-size: 14px;
		padding: 1px 5px;
	}
}

@media screen and (max-width: 1024px){
	.cart-btn_with_prod a {
		font-size: 16px;
		padding: 6px 5px;
	}
}
.btn__question_contact{
	max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}
.top_line2__fixed .cart-btn_with_prod{
	display:none;
}
.top_line2__fixed .mail-block,.top_line2__fixed .phone-info,.top_line2__fixed .logo_caption{
	display:none;
}
.top_line2__fixed .callback{
	margin:0;
}
.top_line2__fixed{
    display: none;
	background: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
	z-index: 999;
	padding-top: 0px;
}
.top_line2__fixed .center .cart_r{
	margin-bottom: 0;
}
.top_line2__fixed .center{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_line2__fixed .logo img{
	width: 70%;
}
.top_line2__fixed .phone-block{
	display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
	margin:0;
}
.top_line2__fixed .phone-block .callback a{
	padding: 10px;
}
.top_line2__fixed .phone-block .phone a{
	color:inherit;
}
.top_line2__fixed .phone-block .phone a:hover{
	color:#b24f0f;
	text-decoration:none;
}
.top_line2__fixed .phone-block .phone{
	color: #ff7216;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: inherit;
	margin-right: 20px;
}
.hidden_header{
	display:none;
}
.show_header{
	display:block;
}
.top_line2 .qst{
	display:none;
}

.offers {
    list-style-type: none;
    margin: 0;
    padding: 20px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.offers .offers__item {
    width: calc(50% - 25px);
    list-style-type: none;
    margin: 0;
}

.offer {
    width: 100%;
    height: 100%;
    border: 1px #000 solid;
    border-radius: 20px;
    padding: 30px;
    margin: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.offer__heading {
    margin: 0 0 30px 0;
    font-size: 26px;
    color: red;
}

.offer__text {
    font-size: 16px;
}


@media (max-width: 1085px) {
    .offers .offers__item {
        width: 100%;
        margin: 0 10px;
    }
}

.top_line-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_line-text p {
    margin-bottom: 0;
}

.callback-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.callback-link {
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .callback-wrapper, .ml {
        display: none;
    }

    .logo {
        width: 50px;
        display: flex;
        align-items: center;
    }
    
    /* .h-center-mobile {
        justify-content: center!important;
    } */

    .header__whatsapp-mobile {
        padding: 0 10px;
    }

    .second-phone {
        display: none;
    }
}

.parent_link {
    display: inline-block;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
  }

  .parent_container {
   
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  @media screen and (min-width: 769px) {
    
  
  .mobile-callback, .header__whatsapp-mobile {
    display: none;
  }

}

