/*** VAR >>> ***/
:root {
  /*--body: #404243;*/
  --body: #2D2D2D;
	--black: #404243;
	--black2: #2D2D2D;
	--yellow: #FFBB00;
	--white: #EDEDED;
	--gray: #D2D2D2;

	--logo_w: 168px;
	--h_ico: 48px;
}

/* colors >>> */
.c_body {
	color: var(--body) !important;
}
.c_black {
	color: var(--black) !important;
}
.c_white {
	color: var(--white) !important;
}
.c_gray {
	color: var(--gray) !important;
}
.c_yellow {
	color: var(--yellow) !important;
}
.bg_black2 {
	background: var(--black2);
}
.bg_yellow {
	background: var(--yellow);
}
/* colors <<< */

body {
	color: var(--body);
	font-family: 'Inter';
	font-size: 16px;
	line-height: 1.25;
	background: #fff;
}
a {
}
a:hover {
}

.btn, .btn:hover, .btn:active, .btn:focus {
	display: inline-block;
	width: 240px;
	line-height: 60px;
	color: var(--body);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	border-radius: 0;
	border: none;
	background: var(--yellow);
}
.btn:hover {
	background: #F0AC00;
}

.de_icotext {
	display: flex;
	align-items: center;
}
.de_icotext .ico, .de_icotext > img {
	margin-right: 10px;
}
.pre_footer .de_icotext img {
	width: 42px;
	min-width: 42px;
}

/* OWL >>> */
.owl_item .img {
	position: relative;
}

.owl_flex .owl-stage, .owl_flex .owl-item {
	display: flex;
}

.owl-carousel {
	margin: 0 auto;
	padding-bottom: 24px;
}
.owl-carousel img {
	max-width: 100%;
}
.owl-dots {
	text-align: center;
	bottom: -0;
	margin: auto;
	left: 0;
	right: 0;
}
.owl-dot.active {
	background: var(--yellow);
}
.owl-dots span {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 50%;
	background: #D9D9D9;
}
.owl-dots .active span {
	background: var(--yellow);
}

.owl_1 {

}
/* OWL <<< */

/*** MAIN >>> ***/
/* header_wrap >>> */
.header_wrap {
	border-bottom: 5px solid var(--yellow);
	background: #2D2D2D;
}
.header_in {
	padding: 15px 0;
}
.logo img {
	width: var(--logo_w);
}
.h_ico img {
	width: var(--h_ico);
}

.header_wrap .t1 {
	color: var(--yellow);
	font-weight: bold;
	margin-bottom: 5px;
}
.header_wrap .t2 {
	color: #F9F9F9;
	font-weight: bold;
}

.soc_wa:hover {
	text-decoration: none;
}
/* header_wrap <<< */

/* main_wrap >>> */
.main_wrap {
	position: relative;
	padding-bottom: 116px;
	background: #050809 url(images/design/img_main_xs.jpg) 50% 100% no-repeat;
	background-size: 100% auto;
}
.main_wrap::after {
	content: '';
	width: 49px;
	height: 36px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(images/design/arr_dn.svg) 50% 50% / cover no-repeat;
}

.main_wrap .logo_main1 img {
	width: 128px;
	margin-top: 50px;
	margin-bottom: 10px;
}

.main_wrap .split {
	width: 45px;
	height: 8px;
	margin: 15px auto;
	background: var(--yellow);
}

.main_wrap .btn_wrap {
	margin-top: 75px;
}

.h0_after {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.main_btn {
	display: flex;
	justify-content: center;
}
.main_btn .btn {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	line-height: 1.15;
	width: auto;
	padding: 7px;
	padding-left: 12px;
	text-align: left;
	text-transform: none;
	border: 2px solid var(--yellow);
	background: none;
}
.main_btn .btn::before {
	content: '';
	display: block;
	width: 40px;
	height: 25px;
	margin-right: 8px;
	background: url(images/design/ruler.svg) 50% 50% / cover no-repeat;
}
/* main_wrap <<< */

/* type_wrap >>> */
.type_wrap {
	padding: 30px 0;
}
.logo_main2 img {
	width: 75px;
	margin-bottom: 10px;
}
.type_wrap .title {
	position: absolute;
	display: inline-block;
	font-size: 20px;
	line-height: 50px;
	font-weight: 900;
	padding: 0 12px;
	left: 0;
	bottom: 0;
	text-transform: uppercase;
	border-left: 12px solid #1E1E1E;
	background: var(--yellow);
}
/* type_wrap <<< */

/* info_wrap >>> */
.info_wrap {
	padding-top: 30px;
	background: #1E1E1E;
}
.info_wrap .row {
	max-width: 360px;
	margin: auto;
}
.info_wrap .item {
	padding: 0 15px;
	margin-bottom: 40px;
}
.info_wrap .img img {
	/*width: 130px;*/
	height: 115px;
	margin-bottom: 15px;
}
.info_wrap .title {
	color: var(--yellow);
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.info_wrap .descr {
	color: #EDEDED;
}
/* info_wrap <<< */

/* cat_wrap >>> */
.cat_wrap {
	padding-top: 30px;
	background: var(--yellow);
}
.cat_wrap::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 26px;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 0;
}
.cat_wrap3::before {
	background: #2D2D2D;
}
.cat_wrap .img_cat img {
	max-width: 330px;
}

.cat_wrap .descr {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 36px;
}
.cat_wrap .title {
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	padding-left: 15px;
	margin-bottom: 40px;
	border-left: 10px solid #1E1E1E;
}
.cat_wrap .title .t1 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.cat_wrap img {
	width: 100%;
}

.shop_list .item {
	margin-bottom: 32px;
}
/* cat_wrap <<< */

/* features_wrap >>> */
.features_wrap {
	padding: 30px 0;
}

.features_wrap .item {
	margin-bottom: 30px;
}
.features_wrap img {
	width: 88px;
	margin-bottom: 8px;
}
.features_wrap .title {
	color: var(--yellow);
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.features_wrap .descr {
	font-size: 14px;
	font-weight: bold;
}

.features_wrap .img img {
	width: 80%;
}
/* features_wrap <<< */

/* faq_wrap >>> */
.faq_wrap {
	padding-top: 30px;
	padding-bottom: 20px;
	background: var(--yellow);
}

.faq_wrap img {
	width: 150px;
	margin-bottom: 15px;
}
.faq_wrap h2 {
	color: var(--body);
	font-size: 35px;
	font-weight: 900;
	margin-bottom: 8px;
}
.faq_wrap a {
	color: var(--body);
	text-decoration: underline;
}
.faq_wrap .descr {
	margin-bottom: 30px;
}

.acc_tog_wrap {
	cursor: pointer;
	padding: 15px 8px 15px 12px;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #fff;
}
.acc_tog.ico {
	width: 38px;
	min-width: 38px;
	height: 38px;
	background: url(images/design/tog_p.svg) 0 0 / cover no-repeat;
}
.acc_tog_wrap[aria-expanded='true'] .acc_tog.ico {
	background: url(images/design/tog_m.svg) 0 0 /cover no-repeat;
}
.acc_content {
	padding: 15px;
	padding-top: 5px;
}

.acc_name {
	width: 90%;
	font-size: 18px;
	font-weight: bold;
}
/* faq_wrap <<< */

/* shop_wrap shop_main >>> */
.shop_main {
	padding-top: 30px;
	padding-bottom: 30px;
}

.shop_wrap .item .in  {
	padding: 20px 20px 30px;
	border: 2px solid var(--yellow);
	border-bottom: none;
}

.shop_wrap .title {
	color: var(--body);
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
}
.shop_wrap .img {
	/*margin: 0 15px;*/
}
.shop_wrap .descr {
}

.shop_wrap .warr {
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	margin: 30px auto 0;
	padding: 3px 0;
	background: var(--yellow);
}

.shop_wrap .item .block {
	width: 50%;
}
.shop_wrap .item .b1 {
	width: 50%;
	color: var(--yellow);
	font-size: 22px;
	font-weight: 800;
	line-height: 50px;
	text-align: center;
	background: #404243;
}
.shop_wrap .item .b2 {
	line-height: 50px;
}

.shop_item {
	margin-bottom: 60px;
}
.shop_item .img {
	position: relative;
	display: block;
}
.shop_item .shop_img .img::before {
	content: '';
	display: block;
	position: absolute;
	width: 112px;
	height: 40px;
	left: 0;
	top: 0;
	background: url(images/design/5.svg) 0 0 / cover no-repeat;
}
.shop_info {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 5px solid var(--yellow);
	background: #EAEAEA;
}
.shop_info .name {
	font-size: 21px;
	font-weight: 800;
	margin-bottom: 15px;
	text-transform: none;
}
.shop_info .descr {
	margin-bottom: 20px;
}
.shop_info .price {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 12px;
}
.shop_info .btn {
	line-height: 50px;
	border-left: 15px solid #1E1E1E;
}

.shop_descr ul {
	list-style: none outside none;
	padding-left: 18px;
	margin-top: 10px;
}
.shop_descr li {
	position: relative;
	/*display: flex;*/
	/*flex-direction: column;*/
	margin-bottom: 15px;
}
.shop_descr li::before {
	content: '';
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	left: -18px;
	top: 5px;
	transform: rotate(45deg);
	background: var(--yellow);
}

.prop_wrap {

}
.prop_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 5px;
	margin-bottom: 10px;
	border: 1px solid #E4E4E4;
	background: rgba(45, 45, 45, 0.04);
}
.prop_item .l {
	display: flex;
	align-items: center;
	height: 38px;
	padding-right: 15px;
}
.prop_item .r {
	text-align: right;
}
/* shop_wrap shop_main <<< */

/*** MAIN <<< ***/

/* menu_wrap >>> */
.menu_top_wrap {
	background: var(--yellow);
}
.menu_top {
}

.menu_top a {
	display: flex;
	align-items: center;
	color: var(--body);
	font-size: 20px;
	font-weight: 600;
	line-height: 54px;
	white-space: nowrap;
	margin-right: 20px;
	text-transform: uppercase;
}
.menu_top a:hover {
	/*color: var(--yellow);*/
	text-decoration: none;
}

.menu_top a::before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	margin-right: 10px;
	transform: rotate(45deg);
	background: #fff;
}
/* menu_wrap <<< */

/*** PAGES >>> ***/
/* delivery >>> */
.delivery_wrap {
	padding-top: 20px;
	margin-bottom: 30px;
	background: #EAEAEA;
}
.d_decore1 img {
	width: 150px;
}

.pay_wrap {
	padding-top: 40px;
	margin-bottom: 30px;
	background: var(--yellow);
}

.delivery_wrap .container::before,
.pay_wrap .container::before,
.del_wrap .container::before,
.delivery_wrap .in::before,
.pay_wrap .in::before,
.del_wrap .in::before
{
	content: '';
	display: block;
	position: absolute;
	width: 120px;
	height: 22px;
	right: 15px;
	top: -40px;
	background: url(images/design/d_decore2.svg) 0 0 / cover no-repeat;
}
.delivery_wrap .in::before,
.pay_wrap .in::before,
.del_wrap .in::before
{
	content: none;
}
.pay_wrap .item {
	margin-bottom: 40px;
}
.pay_wrap img {
	height: 80px;
	margin-bottom: 15px;
}

.del_wrap {
	padding-top: 40px;
	padding-bottom: 70px;
	background: var(--yellow);
}
.del_car {
	margin-top: -70px;
	margin-bottom: 30px;
}
.del_car img {
	position: relative;
	max-width: 540px;
}

.col_car {
	position: relative;
}
.col_car img {
	position: absolute;
	width: 600px;
	left: -50px;
	top: 150px;
	z-index: 1;
}
/* delivery <<< */
/*** PAGES <<< ***/

/* footer >>> */
.pre_footer {
	background: #2D2D2D;
}
.pre_footer .container {
	padding-top: 30px;
}
.pre_footer .fix {
	width: 255px;
	margin: auto;
}
.pre_footer .fix .in {
	padding-left: 10px;
}
.pre_footer h2 {
	color: var(--yellow);
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 30px;
}

.pre_footer, .pre_footer a {
	color: #fff;
	font-weight: bold;
}
.pre_footer a:hover {
	text-decoration: none;
}
.logo_f {
	margin-top: 30px;
}
.logo_f img {
	width: 100%;
}

.pre_footer .de_icotext {
	margin-bottom: 15px;
}

.pre_footer .f_decore {
	width: 40px;
	margin-bottom: 15px;
}
.pre_footer .descr {
	font-weight: 600;
}

.footer {
	background: #1D1D1D;
}
.footer .container {
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer, .footer a {
	color: var(--yellow);
	font-size: 12px;
}
.footer a {
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
/* footer <<< */

/*** FORMS >>> ***/
.inline_form_wrap {
	color: #fff;
	padding: 30px 0;
	background: #2D2D2D;
}
.form_fix {
	position: relative;
	max-width: 360px;
	margin: auto;
}

.inline_form_wrap .descr {
	margin-bottom: 20px;
}

.inline_form_wrap .dropdown {
    border-top: none;
    border-radius: 0;
    background: transparent;
    width: 100%;
    z-index: 6;
    min-height: auto;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.inline_form_wrap .btn {
	width: 100%;
	margin-bottom: 15px;
}

.popup_content {
	padding: 16px;
	border-radius: 30px;
	/*border: 2px solid #EBACAD;*/
	background: #3FC1C9;
}
.popup_header {
	font-size: 24px;
	line-height: 44px;
	margin-bottom: 16px;
}
.inp_wrap {
	position: relative;
	margin-bottom: 15px;
}
.inp_wrap .inp {
	color: #fff;
	font: 16px/1.25 'Inter';
	line-height: 60px;
	padding: 0 15px;
	border: 2px solid #FFBB00;
	background: none;
}
.err_warn {
	display: none;
	position: absolute;
	width: 18px;
	height: 18px;
	right: 12px;
	bottom: 12px;
	background: url(images/design/ico_warning.svg) 0 0 / cover no-repeat;
}
.inp.input_error {
	border-color: #c00;
}
.input_error ~ .err_warn {
	display: block;
}

/*** FORMS <<< ***/
/* buttons >>> */
.close_btn {
	width: 48px;
	height: 48px;
	border: none;
	background: #F9B000;
}
.close_btn::after, .close_btn::before {
	background: #2D2D2D;
}
.modal-content .close_btn, .inline_form_wrap .close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
}
/* buttons <<< */

/* POPUP_FORM >>> */
.modal-content {
	border-radius: 0;
	border: none;
	background: #2D2D2D;
}
.modal-title {
	color: var(--yellow);
	font-size: 28px;
	font-weight: 600;
	padding-right: 50px;
	line-height: 1;
}
textarea.form-control {
	height: 100px;
	resize: none
}

.ajax_title {
	color: #151515;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.ajax_msg {
	color: #151515;
	text-align: center;
}
/* POPUP_FORM <<< */

/* popup_form_wrap >>> */
.loading, .ajax_response_wrap {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.9;
	z-index: 998;
}
.loading {
	background: #fff url(../../hostcmsfiles/images/ajax_loader.gif) 50% 50% no-repeat;
	z-index: 999;
}
.ajax_response_wrap {
	opacity: 1;
	background: #fff;
}
.ajax_message_wrap {
	position: relative;
	font-weight: bold;
	padding: 15px;
	transform: translateY(-50%);
	top: 50%;
}

.popup_form_wrap {
	z-index: 5000;
}

.fz_wrap, .fz_wrap a {
	color: #fff;
	font-size: 12px;
}
.fz_wrap a {
	color: var(--yellow);
	text-decoration: underline;
}

label.input_error {
	font-size: 12px;
	color: #e30021;
	margin: 0;
	padding-top: 5px;
}
/* popup_wrap <<< */

.jq-selectbox__select {
	color: #999;
	line-height: 56px;
	padding-left: 15px;
	border: 2px solid var(--yellow);
}
.changed .jq-selectbox__select {
	color: #fff;
}
.jq-selectbox__trigger-arrow {
	border-top: 3px solid var(--yellow);
	border-right: 3px solid var(--yellow);
}
.jq-selectbox__dropdown {
	top: 64px;
	border: 2px solid var(--yellow);
	background: #2D2D2D;
}
.jq-selectbox li.selected, .jq-selectbox li:hover {
	color: var(--body);
	background-color: var(--yellow);
}


/* side_wrap >>> */
.side_wrap {
	width: 100%;
	max-width: 360px;
	background: #F9B000;
}
.ovh .header_wrap {
	z-index: 999;
}

.side_header {
	padding: 15px 0;
	background: #2D2D2D;
}

.side_logo img {
	width: 160px;
}

.side_menu {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.side_menu a {
	display: block;
	color: var(--body);
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	text-transform: uppercase;
	border-bottom: 3px solid #2D2D2D;
}
.side_menu  a:hover {
	color: #fff;
	text-decoration: none;
}

.side_footer {
	padding-top: 30px;
	padding-left: 15px;
}
.side_footer .item {
	margin-bottom: 15px;
}
.side_footer .item a {
	color: #4D4D4D;
}
/* side_wrap <<< */

/* crumbs >>> */
.crumbs_wrap {
	font-size: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 16px 0 20px;
}
.crumbs_wrap span, .crumbs_wrap a {
	color: #2D2D2D;
	font-size: 14px;
	font-weight: bold;
}
.crumbs_wrap :nth-child(n+3)::before {
	content: '/';
	position: relative;
	display: inline-block;
	top: -1px;
	margin-left: 3px;
	margin-right: 3px;
}
.crumbs_wrap .home {
	display: inline-block;
	width: 22px;
	min-width: 22px;
	height: 16px;
	line-height: 0;
	margin-right: 10px;
	vertical-align: -2px;
	background: url(images/design/home.svg) 50% 50% / contain no-repeat;
}
/* crumbs <<< */

/* pager >>> */
.pager_item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	border-radius: 50%;
	font-weight: 600;
	transition: all .3s ease 0s;
	border: 2px solid #C1BDB3;
	background: #C1BDB3;
}
.pager_item.active, .pager_item:hover {
	color: var(--yellow);
	border: 2px solid var(--yellow);
	text-decoration: none;
	background: none;
}
.pager .pager_nav::before {
	border-color: #000;
}
/* pager >>> */

/* PAGE_CONT >>> */
.mb20 {
	margin-bottom: 20px;
}
#ymap {
	position: relative;
	min-height: 540px;
	z-index: 1;
}
.cont_wrap {
	position: relative;
}
.cont_wrap, .cont_wrap a {
	color: #fff;
	text-decoration: none;
}
.cont_wrap .in {
	position: absolute;
	width: 320px;
	margin: auto;
	top: 0;
	left: 15px;
	padding: 30px;
	border-bottom: 70px solid var(--yellow);
	background: #2D2D2D;
	z-index: 1;
}

.cont_wrap_xs {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 5px solid var(--yellow);
	background: #2D2D2D;
}

.cont_wrap h1 {
	color: var(--yellow);
	font-weight: 900;
	font-size: 28px;
	margin-bottom: 30px;
}
.cont_wrap .item {
	margin-bottom: 20px;
}
.cont_wrap .item img {
	width: 16px;
	min-width: 16px;
	margin-left: 10px;
}

.cont_wrap_xs .telto {
	font-weight: 600;
}

.ymap_wrap {
	position: relative;
}
.ymap_wrap .container {
	position: absolute;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}

.c_title {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 3px solid #fff;
}
.cat_wrap .de_icotext {
	margin-bottom: 8px;
}
.cat_wrap .de_icotext img {
	width: 16px;
	min-width: 16px;
	margin-right: 5px;
}
.req {
	font-weight: bold;
	margin-bottom: 20px;
}
/* PAGE_CONT <<< */

/* FIX >>> */
.stars img {
	width: 20px;
	height: 20px;
}

.owl_ext_arr {
	position: absolute;
	padding-left: 15px;
	right: 0;
	bottom: 0;
}
.e_arr {
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #E4E4E4;
}
.e_arr:hover {
	background: var(--yellow);
}
.e_arr::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/design/arr_l.svg) 17px 50% / 13px 22px no-repeat;
}
.e_arr.l {
	margin-right: 10px;
}
.e_arr.r {
	transform: rotate(180deg);
}

.shop_img {
	position: relative;
	text-align: center;
}
.shop_img img {
	width: 100%;
	border: 1px solid #E4E4E4;
}

.shop_item .owl-nav button {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #E4E4E4 !important;
}
.shop_item .owl_nav {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.shop_item .owl_nav {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -7px;
	top: 0;
}
.shop_item .owl_nav.l {
	background: url(images/design/arr_l.svg) 17px 50% / 13px 22px no-repeat; 
}
.shop_item .owl_nav.r {
	background: url(images/design/arr_r.svg) 17px 50% / 13px 22px no-repeat;
}

.shop_item .owl-item img {
}
/* FIX <<< */

/* HEADER_PHONE >>> */
.dropdown-overlay {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}
.dropdown-overlay.active {
	display: block;
}
.dropdown {
	border-top: 1px solid #ededed;
	border-radius: 0 0 15px 15px;
	background: #fefefe;
	width: 328px;
	z-index: 6;
	min-height: 190px;
	display: none;
	position: absolute;
	right: 0;
	top: 78px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.dropdown.active {
	display: flex;
	justify-content: center;
	align-items: center;
}
.dropdown-els {
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: 16px;
	color: #4f4c4d;
}
.dropdown-els a {
	font-weight: 600;
	font-size: 16px;
	color: #4f4c4d;
	margin-bottom: 30px;
}
.header_in {
	position: relative;
}
.js-phone-menu {
	z-index: 6;
}
.js-phone-menu.active .img-close, .img-phone {
	display: block;
}
.js-phone-menu.active .img-phone, .img-close {
	display: none;
}
/* HEADER_PHONE <<< */


/*** MEDIA >>> ***/
h1.h0 {
	color: var(--yellow);
	font-size: 33px;
	font-weight: 900;
}

h1, .h1, h2, .h2 {
	color: var(--body);
	font-weight: 600;
	text-transform: uppercase;
}

h1, .h1 {
	font-size: 22px;
}
h2, .h2 {
	font-size: 25px;
	margin-bottom: 20px;
}

.h_decore {
	margin: 0;
}
.h_decore::after {
	content: '';
	display: block;
	width: 120px;
	height: 2px;
	margin: 15px 0;
	background: var(--yellow);
}

.h_decore2 {
	display: flex;
	align-items: center;
}
.h_decore2::before {
	content: '';
	display: block;
	width: 45px;
	height: 54px;
	margin-right: 10px;
	background: url(images/design/logo_s2.svg) 0 0 no-repeat;
}

/* sm */
@media screen and (min-width: 576px) {
	.prop_item {
		padding: 10px 15px;
	}
}

/* md */
@media screen and (min-width: 768px) {
	h1.h0 {
		font-size: 55px;
	}
	.h0_after {
		font-size: 30px;
	}

	h1, .h1 {
		font-size: 20px;
		font-weight: bold;
	}
	h2, .h2 {
		font-size: 30px;
	}

	.main_wrap .split {
		margin: 20px auto;
	}

	.header_wrap {
		border: none;
	}
	.header_in {
		height: auto;
	}
	.logo img {
		width: 230px;
		margin-right: 15px;
	}
	.h_mail {
		margin-right: 15px;
	}
	.h_mail .call_open {
		display: inline-block;
		color: var(--yellow);
		font-weight: bold;
		text-decoration: underline;
		margin-bottom: 5px;
		padding: 0;
		border: none;
		background: none;
	}
	.h_mail .call_open:hover {
		text-decoration: none;
	}
	.h_mail .mailto {
		color: #F9F9F9;
		font-weight: bold;
		text-decoration: none;
	}

	.h_tel {
		margin-right: 15px;
	}
	.h_tel a {
		color: #F9F9F9;
		font-size: 14px;
		font-weight: 800;
	}
	.h_tel span {
		color: var(--yellow);
		font-size: 24px;
	}

	.soc_wa, .soc_wa:hover {
		color: #F9F9F9;
		font-size: 14px;
		font-weight: bold;
	}

	.main_btn .btn::before {
		width: 55px;
		height: 35px;
		margin-right: 10px;
	}
	.main_btn .btn {
		font-size: 20px;
	}

	.logo_main2 img {
		width: 126px;
	}

	.faq_wrap {
		padding-bottom: 50px;
	}

	.footer br {
		display: none;
	}

	.f_logo {
		width: 325px;
		margin-top: -60px;
	}

	.shop_list {
		margin-bottom: 30px;
	}
		
	.shop_descr_col > ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.shop_descr_col > ul > li {
		width: 48%;
	}
}

/* lg */
@media screen and (min-width: 992px) {
	h1, .h1 {
		font-size: 22px;
	}

	.info_wrap {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.info_wrap .row {
		max-width: initial;
		margin: 0 -15px;
	}

	.form_fix {
		max-width: initial;
		margin: initial;
	}

	.inp_wrap .inp {
		line-height: 56px;
	}

	.faq_wrap .q {
		width: 150px;
	}
	.acc_tog_wrap {
		margin-bottom: 20px;
	}

	.shop_main, .shop_list, .del_wrap {
		position: relative;
		padding-bottom: 150px;
		background: url(images/design/shop_bg.jpg) 50% 100% / 100% auto no-repeat;
	}

	.features_wrap .img img {
		width: 50%;
	}

	.cat_wrap .descr {
		margin-right: 15px;
	}
	.cat_wrap3 .cat_left {
		padding-bottom: 50px;
	}
	.cat_wrap3 .img_cat {
		margin-top: -10px;
	}
	.pages_cont .pre_footer {
		margin-top: -30px;
	}

	.shop_info {
		border: none;
		padding-top: 0;
		padding-bottom: 0;
		margin: 0;
		background: none;
	}
	.shop_info .in {
		border-top: 5px solid var(--yellow);
		padding: 20px 15px;
		margin-bottom: 20px;
		background: #EAEAEA;
	}

	/* delivery */
	.delivery_wrap .container::before,
	.pay_wrap .container::before,
	.del_wrap .container::before
	{
		content: none;
	}
	.delivery_wrap, .pay_wrap {
		background: none;
	}

	.delivery_wrap {
		padding-top: 0;
	}
	.delivery_wrap .in {
		position: relative;
		padding: 18px 60px 0 90px;
		background: #EAEAEA;
	}
	.delivery_wrap .in::before {
		content: '';
		right: initial;
		top: 0;
	}
	.delivery_wrap .descr {
		padding-top: 36px;
	}

	.pay_wrap .in {
		position: relative;
		padding: 30px 40px;
		background: var(--yellow);
	}
	.pay_wrap .in::before {
		content: '';
		right: 60px;
		top: 0;
	}

	.del_wrap {
		padding: 0;
		padding-bottom: 200px;
	}
	.del_wrap .container::before{
		top: 0;
	}
	.del_wrap .in {
		padding-right: 45px;
	}
	.del_wrap .in::before {
		content: '';
		right: 60px;
		top: 0;
	}
	.del_wrap .col_text {
		padding-top: 80px;
		padding-bottom: 60px;
		background: var(--yellow);
	}
}

/* xl */
@media screen and (min-width: 1200px) {
	.main_wrap {
		padding-bottom: 116px;
		background: #050809 url(images/design/img_main.jpg) 50% 100% no-repeat;
		background-size: 100% auto;
	}

	.cat_wrap {
		padding-top: 0;
		padding-bottom: 26px;
	}
	.cat_left {
		width: 64%;
	}
	.cat_wrap .descr {
		margin-bottom: 0;
	}
	.cat_wrap .title {
		margin: 0;
	}
	.cat_wrap .img_cat {
		position: relative;
		width: 33%;
		height: 240px;
	}
	.cat_wrap img {
		position: absolute;
		width: 442px;
		right: 0;
		top: -20px;
	}
	.cat_wrap1 .img_cat img {
		max-width: initial;
	}
	.cat_wrap3 .img_cat {
		margin: 0;
	}

	.features_wrap .img_mid img {
		width: 90%;
		margin: 0;
	}

	.pre_footer .in {
		padding-left: 50px;
	}

	.col_car img {
		top: 100px;
	}
	
	.info_wrap .descr {
		padding: 0 15px;
	}
}

@media screen and (min-width: 1400px) {
	.shop_main {
		padding-bottom: 200px;
	}

	.cat_wrap .img_cat {
		height: 252px;
	}
	.cat_wrap img {
		position: absolute;
		width: 480px;
		right: -100px;
		top: -30px;
	}

}
/*** MEDIA <<< ***/

.de-none {
	display: none !important;
}
/* Made by DeMETAL (c) 2025 */
/* velestbox@gmail.com */