body {
	background-color: #1d1d1f;
}
.body_wrapper {
	position: relative;
	z-index: 2;
}
.table_hr {
	width: 100%;
	height: 45px;
	background-color: #1b3c42;
}
.ps__rail-x,
.ps__rail-y {
	opacity: 0.6 !important;
}

/* tabs */
.tabs_wrap {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.tabs_list {
  display: block;
}
  .tabs_list.with_css {
      border-bottom: 1px solid #cdcdcd;
      margin-bottom: 15px;
  }
.tabs_list__item {
  display: inline-block;
  cursor: pointer;
}  
  .tabs_list.with_css .tabs_list__item {
    font-weight: 500;
    color: #9b9b9b;
    padding: 10px 25px 15px;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    vertical-align: top;
    position: relative;
    bottom: -1px;
  }
    .tabs_list.with_css .tabs_list__item.active {
      color: #103386;
      background-color: #f9f9f9;
      padding: 9px 24px 15px;
      border: 1px solid #cdcdcd;
      border-bottom: none;
    }
.tabs_container {
    display: block;
    position: relative;
}
.tabs_container__item {
    display: none;
    position: relative;
}
    .tabs_container__item.active {
        display: block;
    }

/* slider */
.slider {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
	body[data-page-type]:not([data-page-type='index']) .slider {
		opacity: 0.9;
    	filter: blur(2px);
	}
.slider_item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.slider_item__content {
	display: block;
	background-color: rgba(30, 27, 27, 1);
	padding: 20px 15px;
	border-radius: 10px;
	color: #ffffff;
	position: absolute;
	right: 40px;
	top: calc(100vh - 325px);
	z-index: 200;
}
.slider_item__content__title {
	font-size: 20px;
	margin-bottom: 12px;
	font-family: 'medium';
}
.slider_item__content__desc {
	display: inline-block;
	font-size: 22px;
	vertical-align: middle;
	font-family: 'medium';
	font-family: 'medium';
	margin-right: 15px;
}
.slider_item__content__price {
	display: inline-block;
	font-size: 22px;
	background-color: #ff0000;
	padding: 5px;
	vertical-align: middle;
	border-radius: 10px;
	border-radius: 10px;
	font-family: 'medium';
}
.slider_pos {
	position: fixed;
	z-index: 248;
	bottom: 150px;
	left: auto;
	display: block;
	width: 100%;
	margin: 0;
}
.slider_pos > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slider_pos > ul > li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 8px;
	background-color: #ffffff;
	margin: 0 7px;
	cursor: pointer;
	opacity: 0.7;
}
	.slider_pos > ul > li.cycle-pager-active {
		opacity: 1;
	}
.slider_arrow {
	width: 67px;
	height: 67px;
	position: fixed;
	top: calc(50% - 33px);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	z-index: 201;
}
	.slider_arrow.left {
		left: 20px;
		background-image: url(/i/slider-arrow-left.png);
	}
	.slider_arrow.right {
		right: 20px;
		background-image: url(/i/slider-arrow-right.png);
	}


/* HEADER */
.top_table {}
.top_table > tbody > tr {}
.top_table > tbody > tr:first-child {
	background-color: rgba(44, 45, 47, 1);
}
.top_table > tbody > tr:last-child {
	background-color: rgba(32, 32, 34, 1);
}
.top_table > tbody > tr > td {}
.top_table > tbody > tr:first-child > td {
	height: 78px;
	border-bottom: 1px solid rgba(4, 179, 210, 0.3);
}
.top_table > tbody > tr:last-child > td {
	height: 48px;
}

.top_table table {
	font-size: 22px;
	height: 100%;
}

.top_table__logo {
	display: block;
}

.top_table_lk {
	position: relative;
	z-index: 200;
}
.top_table_lk_btn {
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url(/i/desktop/lk.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: none;
	vertical-align: middle;
}
.header_lk {
	display: inline-block;
	width: 300px;
	min-height: 100px;
	background-color: #fff;
	position: absolute;
	left: calc(-150px + 50%);
	top: calc(100% + 15px);
	visibility: hidden;
	opacity: 0;
	transion: all 0.2s ease-in-out;
}
	.top_table_lk_btn.show_lk + .header_lk {
		visibility: visible;
		opacity: 1;
	}
.top_table__btn {
	display: inline-block;
	white-space: nowrap;
	position: relative;
    padding: 22px 22px;
    min-width: 74px;
}
	.top_table__btn.active {
		background-color: rgba(35,33,34,0.9);
	}
	.top_table__btn.search {
		background-image: url(/i/search-icon.svg);
		background-repeat: no-repeat;
		background-position: 50% 69%;
		background-size: 38%;
	}
.top_table__cart_btn {
	display: inline-block;
	white-space: nowrap;
	position: relative;
    padding: 0 15px;
}
.top_table__cart_btn__img {
	display: inline-block;
	width: 37px;
	height: 24px;
	background-image: url(/i/desktop/top-basket.png);
	position: relative;
	vertical-align: middle;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
	.top_table__cart_btn.show .top_table__cart_btn__img {
		background-image: url(/i/desktop/top-basket-blue.png);
	}
.top_table__cart_btn__count {
	display: none;
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	font-family: 'bold';
	color: #ffffff;
	background-color: #ff0000;
	border-radius: 10px;
	position: absolute;
	top: -6px;
	right: -8px;
}
	.top_table__cart_btn.show .top_table__cart_btn__count {
		display: inline-block;
	}
.top_table__cart_btn__price {
	display: none;
	margin-left: 20px;
	font-size: 18px;
	font-size: 16px;
	color: #ffffff;
	vertical-align: middle;
}
	.top_table__cart_btn.show .top_table__cart_btn__price {
		display: inline-block;
	}
.top_table__ul_wrap {
	width: 100%;
	display: flex;
	border-bottom: 0px solid transparent;
	transition: border-bottom 0.1s ease-in-out;
	align-items: center;
    justify-content: space-between;
}
	.top_table__ul_wrap.fixed {
		position: fixed;
		z-index: 9;
		top: 0;
		max-width: 1250px;
		background-color: rgba(35, 33, 34, 1);
		height: 49px;
		border-bottom: 1px solid #2e5560;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	}
.top_table__ul {
	margin: 0;
	padding: 0 25px;
	list-style: none;
	display: table;
	height: 100%;
	width: calc(100% - 200px);
	display: flex;
	justify-content: space-between;
}
.top_table__ul > li {
	height: 100%;
}
.top_table__ul > li > a {
	display: inline-block;
	position: relative;
	height: 100%;
	height: 48px;
	padding: 13px 20px;
}
.top_table__ul > li > a.active {
	background-color: rgba(35, 33, 34, 1);
}
.top_table__ul > li > a > span {
	display: block;
	color: #ffffff;
	/*font-size: 21px;*/
	font-size: 100%;
	line-height: 21px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}
.top_table__ul > li > a.active > span {
	color: #04b3d2;
}
.top_table__ul > li > a.active > span:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #04b3d2;
	position: absolute;
	top: 23px;
	left: 0;
}


/* FOOTER */
.footer_table {
	font-size: 14px;
	color: #888383;
	font-family: 'medium';
}
.footer_table a {
	color: #888383;
}
.footer_table > tbody > tr {}
.footer_table > tbody > tr:first-child {
	background-color: rgba(32, 32, 34, 1);
}
.footer_table > tbody > tr:last-child {
	background-image: url(/i/desktop/footer-background.png);
	background-color: rgba(44, 45, 47, 1);
}
.footer_table > tbody > tr > td {}


.footer_table__ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: flex;
    justify-content: space-around;
}
.footer_table__ul > li {
}
.footer_table__ul > li > a {
	display: inline-block;
	height: 100%;
	padding: 16px 33px;
}
.footer_table__ul > li > a.active {
	background-color: rgba(35, 33, 34, 0.9);
}
.footer_table__ul > li > a span {
	display: block;
	color: #ffffff;
	position: relative;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'medium';
	font-size: 19px;
	line-height: 21px;
	letter-spacing: 4.4px;
}
.footer_table__ul > li > a.active span {
	color: #04b3d2;
}
.footer_table__ul > li > a.active > span:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #04b3d2;
	position: absolute;
	top: 33px;
	left: 0;
}

.footer_table > tbody > tr:last-child > td {
	height: 50px;
}
.footer_table > tbody > tr:last-child > td:nth-child(2) {
}
.footer_table > tbody > tr:last-child > td:nth-child(3) {
}
.footer_table > tbody > tr:last-child > td:nth-child(4) {
}


/* CONTENT */
.content_wrap {
	background-color: #1d1d1f;
	padding: 40px 30px;
	font-family: 'light';
	font-size: 21px;
	position: relative;
	transition: padding 0.1s ease-in-out;
	min-height: 100%;
	display: flex;
    flex-direction: column;
}
	.content_wrap.show {
		visibility: visible;
	}
	body[data-page-type="catalog-search"] .content_wrap {
		flex-direction: row;
	}
.content_wrap:empty {
	background-color: transparent;
}
.content__blue_line {
	width: 100%;
	height: 1px;
	background-color: rgba(4, 179, 210, 0.3);
	margin-bottom: 20px;
}

.discounts_wrap {
	max-height: 100%;
}
.discount_item {
	display: inline-block;
	max-height: 100%;
	padding: 7px;
	border: 1px solid transparent;
}
	.discount_item:nth-child(1n+2) {
	}
	.discount_item:hover {
		border: 1px solid rgba(4, 179, 210, 0.3);
	}
.discount_item__img {
	display: block;
	height: 100%;
	max-height: calc(52vh - 48px);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	margin-bottom: 24px;
}
.discount_item__text_more {
	display: block;
	text-align: center;
	font-size: 24px;
	font-family: 'medium';
	line-height: 24px;
	margin-bottom: 23px;
	color: #ffffff;
}

.discount__img {
	width: 400px;
	height: 400px;
}

.feedback_wrap {}
.feedback_form {}
.feedback_form input[type="text"] {
	height: 42px;
	width: 100%;
}
.feedback_form textarea {
	width: 100%;
	height: 250px;
}
.feedback_form__btn {
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	padding: 8px 0 9px;
}

.catalog_table {
	height: 100%;
	margin-left: -30px;
}

.catalog__left_menu {
	display: flex;
	height: 100%;
	margin: 0;
	padding: 2px 13px 0;
	list-style: none;
	vertical-align: top;
	position: relative;
	margin-bottom: 30px;
    justify-content: center;
}
.catalog__left_menu__item {
	display: inline-block;
    background-color: #494a4a;
    color: #ffffff;
    padding: 7px 14px;
    margin-right: 20px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'medium';
}
	.catalog__left_menu__item.active {
		background-color: #039db8;
		font-family: bold;
	}	
.catalog__left_menu__item > a > span {
	width: 190px;
	display: inline-block;
	vertical-align: bottom;
	background-color: rgba(36, 32, 33, 0.9);
	margin-bottom: 6px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	padding: 2px 0;
	border-radius: 13px;
	text-transform: uppercase;
}

.catalog__filter_wrap {
	display: inline-block;
	width: 350px;
	height: 100%;
	padding: 0 13px 0 0;
	margin: 0 13px 0 0;
	border-right: 1px solid #1b2f34;
	overflow: auto;
	position: relative;
}
.catalog__filter__tab {
	display: inline-block;
	width: 100%;
	height: 31px;
	color: #ffffff;
	background-color: #585858;
	border-radius: 16px;
	vertical-align: top;
	text-align: center;
}
	.catalog__filter__tab.search {
		background-image: url(/i/search-icon.svg);
		background-repeat: no-repeat;
		background-position: 5% 50%;
		background-size: 8%;
	}
.catalog__filter__content {
	display: none;
	width: 100%;
	position: relative;
    background-color: #1d1d1f;
}
	.catalog__filter__content.active {
		display: block;
	}
	.catalog__filter__content[data-tab="search"] {
		margin-top: -31px;
	}
.catalog__filter__content__ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 50px;
}
.catalog__filter__content__ul > li {
	display: block;
	margin-bottom: 8px;
}
.catalog__filter__content__ul > li > a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	padding: 3px 10px;
	border-radius: 15px;
	position: relative;
}
	.catalog__filter__content__ul > li > a:hover {
		background-color: rgba(0,0,0,0.9);
	}
	.catalog__filter__content__ul > li > a.active {
		background-color: #04a6c3;
		color: #ffffff;
		padding-right: 30px;
	}
.catalog__filter__content__ul > li > a.active:after {
	content: "Х";
	position: absolute;
	font-size: 19px;
	top: 3px;
	right: 10px;
	position: absolute;
	color: #ff0000;
	line-height: 20px;
	font-family: 'regular';
}
.catalog__filter__content__btn {
	font-size: 19px;
	line-height: 20px;
	padding: 9px 17px 9px 17px;
	border-radius: 10px;
	font-family: 'regular';
	position: relative;
}
.catalog__filter__content__btn:after {
	content: "Х";
	font-size: 21px;
	line-height: 20px;
	margin-left: 10px;
	vertical-align: middle;
}
.catalog__filter__content__close {
	display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    background-color: #626262;
    padding: 5px 7px;
    border-radius: 9px;
    font-family: 'regular';
    margin-bottom: 10px;
}
input.catalog__filter__content__search {
	background-color: #ffffff;
	border-radius: 10px;
	width: 100%;
	height: 31px;
	border: none;
	color: #000000;
	font-size: 20px;
	font-family: 'regular';
	margin-bottom: 5px;
}
	input.catalog__filter__content__search:focus {
		background-color: #ffffff;
	}
.catalog__filter__content__search_result {
	display: none;
    font-family: 'regular';
    top: 5px;
    right: 0;
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    max-height: 215px;
    overflow-y: auto;
    padding: 3px 0px;
}
	.catalog__filter__content__search_result.show {
		display: block;
	}
.catalog__filter__content__search_result > a {
	display: block;
    font-size: 16px;
    color: #000000;
    line-height: 18px;
    padding: 5px 8px;
    border-radius: 10px;
}
	.catalog__filter__content__search_result > a:hover {
		background-color: #a8a8a8;
	}

.catalog__items_wrap {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: -1px 0 0 -5px;
	padding: 1px 0 0;
	vertical-align: top;
	position: relative;
}
.catalog__item {
	display: inline-block;
	width: calc(25% - 14px);
	min-height: 320px;
	padding: 2px;
	border-bottom: none;
	background-color: #1e1b1b;
	margin: 0 7px 15px;
	position: relative;
	vertical-align: top;
}
	body[data-page-type="catalog-search"] .catalog__item {
		width: calc(33% - 20px);
		margin: 0 10px 15px;
	}
.catalog__item:hover {
	box-shadow: 0px 0px 0px 1px #0f5c6a;
}
.catalog__item__img {
	display: block;
	width: 100%;
	height: 178px;
	background-position: center;
	background-size: cover;
	margin-bottom: 11px;
	border-bottom: none;
	position: relative;
}
	.catalog__item.hit .catalog__item__img:after {
		content: "hit";
		background-color: #ff0000;
		position: absolute;
		right: 0;
		bottom: 0;
		text-transform: uppercase;
		font-family: 'medium';
		font-size: 18px;
		line-height: 18px;
		padding: 6px 14px 4px;
	}
	.catalog__item:not(.hit).new .catalog__item__img:after {
		content: "new";
		background-color: #ff0000;
		position: absolute;
		right: 0;
		bottom: 0;
		text-transform: uppercase;
		font-family: 'medium';
		font-size: 18px;
		line-height: 18px;
		padding: 6px 14px 4px;
	}
.catalog__item__title {
	display: block;
	height: 16px;
	overflow: hidden;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	padding: 0 6px;
	margin-bottom: 16px;
	font-family: 'medium';
	border-bottom: none;
}
.catalog__item__desc {
	font-size: 14px;
	line-height: 16px;
	height: 55px;
	overflow: hidden;
	color: #ffffff;
	margin: 0 6px 11px;
	padding: 0 0 14px;
	border-bottom: 1px solid #193940;
}
.catalog__item__offers.tabs_wrap {
	padding: 0 6px;
	margin-bottom: 0;
}
.catalog__item__offers .tabs_list {
	display: table;
	width: 100%;
	background-color: #2d2828;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 6px;
}
.catalog__item__offers .tabs_list > * {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #ffffff;
}
	.catalog__item__offers .tabs_list > *.active {
		background-color: #241f1f;
	}
	.catalog__item__offers .tabs_list > *:first-child {
		-webkit-border-radius: 10px 0 0 10px;
		-moz-border-radius: 10px 0 0 10px;
		-o-border-radius: 10px 0 0 10px;
		border-radius: 10px 0 0 10px;
	}
	.catalog__item__offers .tabs_list > *:last-child {
		-webkit-border-radius: 0 10px 10px 0;
		-moz-border-radius: 0 10px 10px 0;
		-o-border-radius: 0 10px 10px 0;
		border-radius: 0 10px 10px 0;
	}
.catalog__item__offers .tabs_container {
	margin-bottom: 2px; 
}
.catalog__item__price {
	font-size: 18px;
	line-height: 17px;
	color: #ffffff;
	font-family: 'medium';
	white-space: nowrap;
}
.catalog__item__buy {
	padding: 0 6px;
}
.catalog__items_mini_wrap {
	position: relative;
	padding-right: 20px;
}
.catalog__item_mini {
	border-bottom: 1px solid #1d3339;
	padding-top: 2px;
	padding-bottom: 2px;
}
	.catalog__item_mini:first-child {
		border-top: 1px solid #1d3339;
	}
.catalog__item_mini__img {
	display: block;
	width: 110px;
	height: 110px;
	background-position: center;
	background-size: cover;
	border-bottom: none;
	position: relative;
}
.catalog__item_mini__title {
	display: block;
	overflow: hidden;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	font-family: 'medium';
	border-bottom: none;
}
.catalog__item_mini__desc {
	font-size: 13px;
	line-height: 14px;
	height: 28px;
	overflow: hidden;
	color: #ffffff;
}
.catalog__item_mini__price {
	white-space: nowrap;
	font-size: 24px;
	line-height: 24px;
	font-family: 'medium';
}
.counter {
	white-space: nowrap;
	width: 67px;
}
	.counter.big {
		width: 105px;
	}
.counter > input {
	height: 20px;
	outline: none;
	background-color: #241f1f;
	border: none !important;
	color: #ffffff;
	vertical-align: middle;
	padding: 0 !important;
	float: left;
}
	.counter > input[type="button"]:active {
		background-color: #2c2626;
		color: #04b3d2;
	}
	.counter.big > input {
		height: 34px;
	}
.counter_minus {
	width: 21px;
	border-radius: 10px 0 0 10px;
	font-size: 32px;
	line-height: 20px;
	font-family: 'medium';
	cursor: pointer;
}
	.counter.big .counter_minus {
		font-size: 42px;
		width: 35px;
	}
.counter_val {
	width: 24px;
	border-radius: 0 !important;
	font-size: 12px;
	line-height: 8px;
	text-align: center;
}
	.counter.big .counter_val {
		font-size: 20px;
		width: 35px;
	}
.counter_plus {
	width: 21px;
	border-radius: 0 10px 10px 0;
	font-size: 23px;
	line-height: 20px;
	cursor: pointer;
}
	.counter.big .counter_plus {
		font-size: 31px;
		width: 35px;
	}
	.product_wrap {
		display: flex;
		width: 100%;
		height: 100%;
		background-color: rgb(33 30 30 / 60%);
		position: fixed;
		padding: 40px 60px;
		left: 0;
		top: 0;
		z-index: 10;
		justify-content: center;
		align-items: center;
	}
	.product_wrap_container {
		width: 900px;
		padding: 10px;
		background-color: #211e1e;
		background-position: 22% 47%;
		box-shadow: 0 0 58px 4px rgba(0, 0, 2, 0.58);
		position: relative;
		display: flex;
	}
	.product_wrap__close {
		display: inline-block;
		position: absolute;
		background-color: #ff0000;
		padding: 6px 18px;
		border-radius: 9px;
		font-size: 16px;
		line-height: 16px;
		left: 0;
		top: -37px;
		cursor: pointer;
	}
	.product_wrap__img {
		display: inline-block;
		vertical-align: top;
		width: calc(47% - 30px);
		min-height: 340px;
		background-position: center;
		background-size: cover;
		margin-right: 30px;
		position: relative;
	}
	.product_wrap__img.new:before {
		content: "NEW";
		font-family: 'bold';
		font-size: 20px;
		padding: 4px 12px;
		background-color: #ff0000;
		position: absolute;
		right: 12px;
		top: 11px;
	}
	.product_wrap__img.hit:before {
		content: "ХИТ";
		font-family: 'bold';
		font-size: 20px;
		padding: 4px 12px;
		background-color: #ff0000;
		position: absolute;
		right: 12px;
		top: 11px;
	}
	.product_wrap__info {
		display: inline-block;
		vertical-align: top;
		width: 53%;
		padding: 25px 15px 0 0;
	}
	.product_wrap__info > table {
		height: 100%;
		table-layout: fixed;
	}
		.product_wrap__info > table > tbody > tr:last-child td .wrap {
			height: 0;
			overflow: hidden;
			position: absolute;
			padding-right: 15px;
		}
	.product_wrap__recommend_wrap {
		position: relative;
		height: 100%;
	}
	.product_wrap__info__title {
		font-size: 24px;
		margin-bottom: 35px;
	}
	.product_wrap__info__desc {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 40px;
	}
	.product_wrap__info__offers.tabs_wrap {
		padding: 0 6px;
		margin-bottom: 0;
	}
	.product_wrap__info__offers .tabs_list {
		display: table;
		width: 100%;
		background-color: #2d2828;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		margin-bottom: 6px;
	}
	.product_wrap__info__offers .tabs_list > * {
		display: table-cell;
		vertical-align: middle;
		font-size: 13px;
		line-height: 15px;
		text-align: center;
		color: #ffffff;
	}
		.product_wrap__info__offers .tabs_list > *.active {
			background-color: #241f1f;
		}
		.product_wrap__info__offers .tabs_list > *:first-child {
			-webkit-border-radius: 10px 0 0 10px;
			-moz-border-radius: 10px 0 0 10px;
			-o-border-radius: 10px 0 0 10px;
			border-radius: 10px 0 0 10px;
		}
		.product_wrap__info__offers .tabs_list > *:last-child {
			-webkit-border-radius: 0 10px 10px 0;
			-moz-border-radius: 0 10px 10px 0;
			-o-border-radius: 0 10px 10px 0;
			border-radius: 0 10px 10px 0;
		}
	.product_wrap__info__offers .tabs_container {
		margin-bottom: 2px; 
	}
	.product_wrap__info__price {
		padding-bottom: 13px;
		border-bottom: 1px solid #1b3c42;
		margin-bottom: 12px;
	}
	.product_wrap__info__price_val {
		font-family: 'bold';
		font-size: 24px;
	}
	.product_wrap__info__price_share {
		display: block;
		font-size: 14px;
	}
	.product_wrap__info__price_share_link {
		width: 100%;
		background-color: #bcbcbc !important;
		height: 15px;
		border: none !important;
		border-radius: 0 !important;
		color: #000000 !important;
		padding: 0 5px !important;
		font-family: 'light' !important;
		font-size: 12px !important;
	}
	.recommend_title {
		text-align: center;
		font-size: 16px;
		margin-bottom: 15px;
	}
	


/* cart */
.cart_table {
	height: 100%;
}
.cart_title {
	font-size: 24px;
	line-height: 24px;
	font-family: 'regular';
	color: #ffffff;
	text-align: center;
	margin-bottom: 26px;
}
.cart_table__hr_vert {
	width: 5px;
	height: 100%;
	background-color: #191919;
	border-radius: 3px;
}
.cart_right {
	padding-left: 20px;
	font-size: 20px;
	font-family: 'medium';
}
.cart_order_wrap {
	position: relative;
}
.cart_right tr:nth-last-child(n+3) td {
	padding-bottom: 15px;
}
.cart_right input[type="text"]:not(.counter_val) {
	width: 100%;
}
.cart_right textarea {
	width: 100%;
}
.cart_sum_tr td {
	padding: 10px 0;
	border-bottom: 1px solid #1c3338;
}
.cart_sum_sale td {
	padding: 10px 0;
	border-bottom: 1px solid #1c3338;
}
.cart_total_tr {
	font-size: 22px;
}
.cart_total_tr td {
	padding: 10px 0;
	border-bottom: 1px solid #1c3338;
}
.cart_btn {
	width: 100%;
	padding: 10px 0;
	font-size: 26px;
	font-family: 'light';
}
	.cart_btn:disabled {
		opacity: 0.5;
		background-color: #787878 !important;
	}
.cart_right .counter {
	height: 20px;
}
.cart_promocode_btn {
	padding: 8px;
    font-family: "medium";
    font-size: 15px;
    height: 36px;
}
.cart_promocode_text {
	display: none;
    font-size: 14px;
}
	.cart_promocode_text.error {
		color: #e72323;
	}


.radio {
	display: inline-block;
	position: relative;
	padding-left: 38px;
	cursor: pointer;
	margin-bottom: 10px;
}
	.radio:not(:last-child) {
		margin-right: 40px;
	}
.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 24px;
	height: 24px;
}
.radio_span {
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	border-radius: 13px;
	left: 0;
	top: -1px;
}
	.radio input[type="radio"]:checked + .radio_span:before {
		content: "";
		position: absolute;
		width: 18px;
		height: 18px;
		background-color: #000000;
		top: 3px;
		left: 3px;
		border-radius: 10px;
	}
.radio_text {
	display: inline-block;
	font-size: 21px;
	line-height: 24px;
	font-family: 'light';
}

.checkbox {
	display: inline-block;
	position: relative;
	padding-left: 38px;
	cursor: pointer;
}
	.checkbox:not(:last-child) {
		margin-right: 40px;
	}
.checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 24px;
	height: 24px;
}
.checkbox_span {
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	border-radius: 13px;
	left: 0;
	top: -1px;
}
	.checkbox input[type="checkbox"]:checked + .checkbox_span:before {
		content: "";
		position: absolute;
		width: 18px;
		height: 18px;
		background-color: #000000;
		top: 3px;
		left: 3px;
		border-radius: 10px;
	}
.checkbox_text {
	display: inline-block;
	font-size: 21px;
	line-height: 24px;
	font-family: 'light';
}
.checkbox_text a {
	color: #ffffff;
	border-bottom: 1px solid rgb(255 255 255 / 60%);
}
.maintenance {
	display: flex;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	top: 0;
}
.maintenance p {
	font-size: 34px;
}
.delivery_row {}
.delivery_row.hide {
	display: none;
}