html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #383838;
	font-family: arial;
	font-size: 17px;
	overflow-x:hidden;
}

form input[type=submit] {
	cursor: pointer;
}

.center_cell h2 {
	color: #6c3643;
}

h1 {
	border-bottom: 2px solid #383838;
	color: #383838;
	font: normal 25px times new roman;
	line-height: 33px;
	margin: 0 0 15px;
}

h2 {
	border-bottom: 1px solid #bbb;
	color: #8c2c43;
	font: normal 20px times new roman;
	margin: 0 0 15px;
	padding: 0 0 5px;
}

.question_close_btn{
	width: 20px;
	height: 20px;
display: none;
}

.question_close_btn img{
width: 100%;

}

.question_fixid{
	position: absolute;
	box-sizing: border-box;
	cursor: pointer;
	right: -40px;
	background: transparent;
	z-index: 1000;

    /* margin-top: -146px; */
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    transition: .1s;
}

.question_fixid:hover{
	right: -20px;
}

.question_fixid img{
	width: 100%;
}


.search__result {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.search__result .collection_body {
	display: flex;
	flex-direction: column;
	width: 218px;
}

.search__result .collection_body img {
	width: 100%;
}

.wrapper {
	margin: 0 auto -64px;
	width: 1270px;
	display: flex;
	flex-direction: column;
}

.flex-row, .flex_row{
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.flex-column, .flex_column{
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.like-h2 {
	color: var(--la-grey-basic);
	font-family: 'Arial';
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.65;
	margin: 0;
	text-align: left;
	width: 100%;
}

.menu_mobile-btn {
	display: none;
}

/* freski */

#freski_links{
	gap: 35px 10px;
	margin-top: 50px;
}

#freski_links > a{
	align-items: center;
	background: rgb(204,204,204);
	background: linear-gradient(0deg, rgba(204,204,204,1) 10%, rgba(34,34,34,1) 47%, rgba(34,34,34,1) 53%, rgba(204,204,204,1) 90%);
	border: 1px solid #222222;
	border-left: 10px solid #222222;
	border-radius: 5px;
	border-right: 10px solid #222222;
	box-sizing: border-box;
	color: #ffffff;
	font-family: 'tahoma';
	font-size: 25px;
	height: 50px;
	justify-content: center;
	padding-bottom: 2px;
	text-decoration: none;
	transition: .5s;
	width: 250px;
}

#freski_links > a:hover{
	background: rgb(34,34,34);
	background: linear-gradient(0deg, rgba(34,34,34,1) 0%, rgba(204,204,204,1) 35%, rgba(204,204,204,1) 65%, rgba(34,34,34,1) 100%);
	color: #000000;
	transition: .5s;
}

#freski_imgs{
	flex-wrap: wrap;
	gap: 20px 20px;
	margin: 50px 42px 0px 42px;
}


#freski_imgs > .freski-slider-section{
	width: 620px;
}

#freski_imgs > .freski-slider-section img{
	width: 280px;
}

.freski-slider .slide-item > div{
	gap: 30px 0px;
}

.freski-slider.owl-theme .owl-nav .owl-prev{
	background: url(/images/site/btn_prev_w.png) no-repeat center top 50% / 27px 90px;
	left: -45px;
}

.freski-slider.owl-theme .owl-nav .owl-next {
	background: url(/images/site/btn_next_w.png) no-repeat center top 50% / 27px 90px;
	right: -45px;
}

/* freski end */

/* =============================== */
/* ============ ????? ============ */
/* =============================== */

.head_contact {
	color: #383838;
	font-size: 20px;
	padding-top: 10px;
	text-align: right;
}

.head_contact span {
	color: #AF1618;
	font-size: 18px;
}


/* =============================== */
/* ======== ??????? ???? ========= */
/* =============================== */

.top_menu {
	height: 51px;
	padding: 0 0 0 10px;
	display: flex;
	justify-content: center;
	top: 130px;
	width: 1260px;
	z-index: 1000;
}

.top_menu_item {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	transition: 0.5s;
}

.top_menu_item:hover {
	box-shadow: 0 0 5px #383838 inset;
	text-shadow: 0 0 10px #fff;
}

.tm_right {
	float: right;
}

.cat_link,
.top_menu_link {
	border: none;
	font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-family: "Georgia", sans-serif;
	cursor: pointer;
	display: inline-block;
	height: 41px;
	line-height: 41px;
	outline: none;
	padding: 0 13px;
	text-align: center;
	text-decoration: none;
}

.cat_link {
	position: relative;
	display: flex;
	flex-direction: column;
}

.cat_link svg {
	width: 10px;
	position: absolute;
	bottom: 0;
	left: 46%;
	z-index:1000;
}

#mi_names {
	display: none;
}

#contacts_item {
	background-image: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/contacts_icon.png);
	background-repeat: no-repeat;
	background-position: 15px 13px;
	padding-left: 45px;
}

#login_link {
	width: 62px;
}

#pc_link {
	background-image: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/pc_icon.png);
	background-repeat: no-repeat;
	background-position: 13px 7px;
	padding-left: 45px;
}

.top_menu_item ul {
	background: #8e8b52;
	border-top: 1px solid white;
	display: none;
	column-count: auto;
	column-gap: 0;
	-moz-column-gap: 0;    
	-webkit-column-gap: 0;
	column-width: 200px;
	-moz-column-width: 200px;
	-webkit-column-width: 200px;
	list-style: none;
	margin: 0 0 0 -10px;
	max-height: 1px;
	max-width: 1270px;
	overflow: hidden;
	padding: 6px 0;
	position: absolute;
	z-index: 14000;
}

.top_menu_item li {
	background: #8e8b52;
	padding: 6px 10px 6px 27px;
}

.top_menu_item li a {
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 17px;
	outline: none;
	position: relative;
	left: 0;
	text-decoration: none;
	text-shadow: none;
	transition: 0.3s;
}

.top_menu_item li a:hover {
	text-decoration: underline;
	left: -5px;
}

#loginForm {
	background: #525252;
	border-top: 1px solid white;
	display: none;
	max-height: 1px;
	min-height: 16px;
	overflow: hidden;
	padding: 12px;
	position: absolute;
	max-width: 190px;
	min-width: 170px;
}

#loginForm input[type=text],
#loginForm input[type=password] {
	height: 20px;
	outline: none;
	margin-bottom: 8px;
	vertical-align: middle;
	width: 184px;
}

#login_button {
	cursor: pointer;
	height: 28px;
	width: 100px;
}

#loginForm a {
	color: #fff;
	float: right;
	position: relative;
	text-shadow: none;
	top: 6px;
}

#loginForm a:hover {
	text-shadow: 0 0 10px #fff;
}

#logout {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	font: 18px arial;
	height: 41px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 194px;
}

#logout:hover {
	text-shadow: 0 0 10px #fff;
}

.placeholder {
	color: #757575;
	font: 14px Arial;
}


/* ===================== */
/* ==== ??????????? ==== */
/* ===================== */

.registration_body {
	position: relative;
}

#registration_form input[type=text] {
	border: 1px solid #999;
	clear: both;
	float: left;
	display: inline-block;
	margin: 12px 0;
	padding: 4px 7px;
	width: 230px;
}

#registration_form input[type=button] {
	clear: both;
	cursor: pointer;
	float: left;
	height: 32px;
	margin: 12px 0;
	padding: 0px;
	width: 244px;
}

.reg_form_warning {
	color: #ff0000;
	display: none;
	left: 5px;
	position: absolute;
}

.rf_green {
	color: #00A000;
}

#login_warning {
	top: 38px;
}

#pass_warning {
	top: 138px;
}

#mail_warning {
	top: 188px;
}

.reg_warning {
	color: #ff0000;
	display: none;
	font-size: 20px;
	left: 350px;
	line-height: 30px;
	position: absolute;
	top: 5px;
}

.reg_complete {
	font-size: 16px;
}


/* =============== */
/* ==== ????? ==== */
/* =============== */


.white_space_left {
	border-right: 1px solid #bbb;
	float: left;
	height: 28px;
	margin-top: 41px;
	width: 242px;
}

.white_space_right {
	float: left;
	font-size: 16px;
	height: 20px;
	margin-top: 41px;
	padding-top: 8px;
	width: 984px;
}

.white_space_big {
	float: left;
	font-size: 16px;
	height: 20px;
	margin-top: 41px;
	padding-left: 10px;
	padding-top: 8px;
	width: 1233px;
}


/* =============================== */
/* ========= ?????????? ========== */
/* =============================== */

#breadcrumb {
	float: left;
	color: #777;
	padding: 0 0 0 16px;
}

#breadcrumb a {
	color: #777;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #0584c6;
	text-decoration: underline;
}

.bc_arrow {
	display: inline-block;
	text-align: center;
	width: 12px;
}

/* =============================== */

.phone_note {
	float: right;
}

.pn_grey {
	color: #999;
}

/* =============================== */
/* ====== ????????? ??????? ====== */
/* =============================== */

.option_block {
	background-color: #8e8b52;
    color: #fff;
	padding-left: 28px;
	width: 240px;
	padding: 20px;
}

.option_block:after {
    content: "";
    background: url("../images/site/menu_border.png") repeat-y;
    position: absolute;
    width: 50%;
    height: calc(100% - 322px);
    left: -49px;
    top: 322px;
    z-index: -1000;
}

.option_block:before {
    content: url("../images/site/curtain_head.png");
    position: absolute;
    left: -100px;
    height: 326px;
	top: 0;
}

.option_title {
	float: left;
	overflow: hidden;
	font-size: 48px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.option_title h1 {
	border: none !important;
	color: inherit !important;
}

.option_name {
	cursor: pointer;
	float: left;
	font-size: 17px;
	font-weight: bold;
	height: 24px;
	margin-bottom: 20px;
}

.option_count,
.choosed_option_count {
	color: #fff;
	font-weight: normal;
}

.content h1 {
	font-size: 50px;
	padding: 30px 0;
    text-transform: uppercase;
    color: #6c3643;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    position: relative;
    border-bottom: 1px solid #6c3643;
}

.about {
	margin-bottom: 170px;
}

.about__content {
	display: flex;
	gap: 20px;
	align-items: center;
}

.about__text {
	font-size: 17px;
	line-height: 25px;
	color: #747474;
	text-align: justify;
}

.about h2 {
	border: none !important;
	font-weight: bold;
	font-size: 26px;
	line-height: 22px;
	color: #747474;
	white-space: nowrap;
}

.about__bold-text {
	text-align: center;
	margin: 20px 0;
	font-size: 17px;
	line-height: 25px;
	color: #747474;
	font-weight: bold;
}

.brands h2 {
	font-size: 60px;
    text-transform: uppercase;
    color: #6c3643;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    position: relative;
    border-bottom: 1px solid #6c3643;
}

.brands__box {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	width: 100%;
}

.brand-item {
	overflow: hidden;
	width: calc(100% / 5 - 30px);
}

.brand-image {
	width: 100%;
	height: 150px;
	border: 1px solid #eee;
	overflow: hidden;
	display: block;
	object-fit: contain;
	display: flex;
	align-items: center;
}

.brand-item:hover .brand-image {
	transform: scale(1.1);
	transition: all 1s;
}


.brands h2:before {
	content: 'Бренды';
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-size: 210px;
    text-transform: uppercase;
    color: #f3f3f3;
    font-weight: bold;
    font-family: "Georgia", serif;
}

.marquee-wrapper {
	margin-top: 60px;
}

@media screen and (max-width:900px){
.question_fixid{
	right: -25px;
	width: 90px;
}

.question_close_btn{

	display: block;
}




	.marquee-wrapper {
		margin-top: -30px;
	}
}


.marquee-wrapper {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	color: #6c3643;
}

.brand-title {
	margin: 10px 0;
	color: #6c3643;
	text-align: center;
}

.option_value_list {
	display: none;
	margin-bottom: 7px;
}
.ovl_opened {
	display: block;
}

.option_value {
	font-size: 15px;
	height: 28px;
	display: flex;
    align-items: center;
    gap: 10px;
}

.option_value input[type=checkbox] {
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.option_value label {
	cursor: pointer;
	display: inline-block;
}

.option_value label:hover {
	text-decoration: underline;
}

.submenu {
	background: #fff;
	box-shadow: 0 0 10px 1px #aaa;
	display: none;
	left: -7px;
	padding: 5px 10px;
	position: relative;
	top: -10px;
}
.submenu a {
	clear: left;
	color: #383838;
	display: block;
	font-size: 17px;
	line-height: 28px;
	text-decoration: none;
}
.submenu a:hover {
	text-decoration: underline;
}

.choosed_options_title {
	border-top: 1px solid #bbb;
	cursor: pointer;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 24px;
	padding-top: 7px;
	width: 213px;
}

.filter_turn_off {
	border: none;
	color: #fff;
	font-size:15px;
	cursor: pointer;
	padding: 0;
	margin: 20px 0;
}


/* =============================== */
/* ========= ?????????? ========== */
/* =============================== */

#order {
	float: left;
	margin: 0 0 10px;
}

#order_type {
	margin-left: 5px;
}

#order_direction {
	float: left;
}

#change_direction {
	border: none;
	bottom: 2px;
	cursor: pointer;
	font-size: 0;
	height: 15px;
	left: 5px;
	padding: 0;
	position: relative;
	width: 16px;
}


/* =============================== */
/* ==== ????????? ? ????????? ==== */
/* =============================== */

.collection_set {
	margin-top: 15px;
}

.collection_body {
	float: left;
	margin: 0 0 15px;
	position: relative;
}

.collection_body a {
	display: block;
	outline: none;
}

.collection_body img {
	border: 2px solid #bbb;
	height: 214px;
	margin-right: 25px;
	width: 214px;
}


.collection_body .new_image{
	background: url("../images/site/tag_bg.png") center no-repeat;
	background-size: fill;
	padding: 10px;
	border: 0;
	font-weight: bold;
	font-size: 14px;
	height: 11px;
	line-height: 9px;
	padding: 5px;
	position: absolute;
	top: 0;
	left: -10px;
	width: 100px;
	height: 50px;
	font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.category_body h2 {
	color: #8c2c43;
}

.collection_name a {
	color: #383838;
	display: inline-block;
	font-size: 16px;
	line-height: 14px;
	margin: 6px 0 4px;
	text-decoration: none;
}

.collection_name a:hover {
	text-decoration: underline;
}

.collection_attributes {
	font-size: 16px;
    color: #b0b0b0;
	width: 218px;
	display: flex;
	gap: 3px;
	align-items: center;
}

.collection_attributes span {
	font-size: 16px;
    color: #8c2c43;
}

.ca_value a{
	color: #8c2c43;
	font-size: 16px;
}

.content .item_attributes {
	color: #8c2c43;
	font-size: 16px;
}

/* =============================== */
/* =========== ?????? ============ */
/* =============================== */

.item_body {
	float: left;
	margin: 0 32px 15px 0;
	position: relative;
}
/*
.item_body:nth-child(3) {
	margin-right: 0;
}*/

.item_image {
	border: 2px solid #bbb;
	cursor: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/zoomin.cur), pointer;
	height: 214px;
	width: 214px;
}

.item_name {
	color: #383838;
	font-size: 16px;
	line-height: 16px;
	margin: 6px 0 4px;
	max-width: 156px;
	overflow: hidden;
}

.item_name span {
	color: #383838;
	cursor: pointer;
	text-decoration: none;
}

.item_name span:hover {
	text-decoration: underline;
}

.item_attributes {
	font-size: 16px;
    color: #b0b0b0;
	width: 218px;
	display: flex;
	flex-direction: column;
}

.ia_value {
	font-size: 16px;
    color: #8c2c43;
}

.fav-item {
	height:30px;
	margin-bottom: 8px;
}

.tricky_div {
	display: none;
}

.to_home {
	position: relative;
}

.to_home:after {
	content: url(../images/site/price_tags.png);
    width: 182px;
    height: 162px;
    position: absolute;
    right: 60px;
    top: 10px;
    transform-origin: top center;
    animation: swing 1.8s ease-in-out infinite alternate;
}

@keyframes swing {
	0% {
		transform: rotate(-8deg);
	}

	100% {
		transform: rotate(8deg);
	}
}

.features {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 140px;
	gap: 20px;
}

.feature {
	width: calc(33.3% - 20px);
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 50px;
	align-items: center;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-family: "Georgia", sans-serif;
	text-align: center;
}

.feature__image {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature__image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	transition: transform .7s ease-in-out;
}

.feature__image img:hover {
	transform: scale(-1, 1);
}

.download_button {
	background: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/download_pic.jpg) no-repeat 0 0;
	border: none;
	cursor: pointer;
	float: right;
	font-size: 0;
	height: 57px;
	margin-left: 5px;
	position: relative;
	top: 6px;
	width: 57px;
}

#ajax_loader {
	display: none;
	height: 100px;
	left: calc(50% - 50px);
	position: fixed;
	top: calc(50% - 50px);
	width: 100px;
}

#show_more {
	background-color: #8e8b52;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	text-align: center;
	height: 46px;
	width: 300px;
	margin: 15px auto 20px;
	padding: 10px 15px;
	border-radius: 10px;
}

#show_more:hover {
	background: #787545;
}

#dp_frame {
	border: 0;
	height: 0;
	width: 0;
}


/* =============================== */
/* ======= ????????? ????? ======= */
/* =============================== */

#cover {
	background-color: black;
	display: none;
	filter: alpha(opacity=80);
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 14000;
}

#item_img_back {
	background: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/loading.gif) no-repeat center center #fff;
	box-sizing: content-box;
	opacity: 0;
	left: 50%;
	padding: 10px;
	/* position: fixed; */
	position: absolute;
	top: 50%;
	z-index: 15000;
}

.choosed_item_img {
	display: block;
	opacity: 0;
	/* position: fixed; */
}

.new_img {
	display: none;
}

#link_img_prev,
#link_img_next {
	background: none;
	border: none;
	cursor: pointer;
	height: 100%;
	opacity: 0;
	outline: none;
	padding: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
#link_img_prev {
	background: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/lb_prev.png) no-repeat left center;
	left: 0;
}
#link_img_next {
	background: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/lb_next.png) no-repeat right center;
	right: 0;
}
#link_img_prev:hover,
#link_img_next:hover {
	opacity: 1;
}

#lb_close {
	background: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/lb_close.png) no-repeat 0 0;
	border: none;
	bottom: -32px;
	cursor: pointer;
	height: 27px;
	opacity: 0.5;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	width: 27px;
}
#lb_close:hover {
	opacity: 1;
}

#item_bar_call {
	background: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/button_feedback.png) no-repeat 0 0 #0584C6;
	/* color: #FFF; */
	cursor: pointer;
	display: none;
	/* font-size: 20px; */
	height: 178px;
	/* padding: 5px 15px; */
	position: fixed;
	right: -20px;
	top: calc(50% - 89px);
	/* transform: rotate(270deg); */
	width: 34px;
	z-index: 16000;
}

#item_bar {
	background: #fff;
	display: none;
	overflow: hidden;
	padding: 15px 15px 0;
	position: fixed;
	right: 0;
	top: 20px;
	width: 320px;
	z-index: 16000;
}

#ib_close {
	background: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/ib_close.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	float: right;
	position: relative;
	right: -15px;
	top: -15px;
	width: 18px;
}

#ib_title,
#ib_tracking_title {
	font: 25px times new roman;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 320px;
}

#ib_tracking_title {
	margin-top: 46px;
}

.ib_attributes {
	color: #383838;
	font-size: 16px;
}

#ib_descr {
	background: #fff;
	cursor: default;
	height: 18px;
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 320px;
}

#ib_descr:hover {
	border: 3px solid #6aa8c8;
	height: auto;
	margin: 6px 0 0 -8px;
	overflow: visible;
	padding: 5px;
	white-space: normal;
}


#ib_tracking_text {
	font-size: 14px;
	height:212px;
}

#ib_tracking_text textarea{
	width:320px;
	height:200px;
	resize:none;
}

#ib_tracking_text p{
	font: 25px times new roman;
	margin-top: 35px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 320px;
}

#ib_tracking_text .filler{
	font-size: 18px;
}

#ib_tracking_text input[type=button]{
	background: #0584c6;
	border: none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 15px;
	height: 30px;
}

.add_to_list {
	background: #50AC7B;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	padding: 8px 9px;
	width: 320px;
}

.add_to_list:hover {
	background: #7acfa2;
}

.ib_subtitle {
	font-size: 18px;
	padding-top: 10px;
}

.ib_action {
	background: #e4e4e4;
	height: 30px;
	left: -15px;
	padding: 7px 15px;
	position: relative;
	width: 320px;
}

#send_to_shop {
	background: #0584c6;
	border: none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 15px;
	height: 30px;
}

#send_to_shop:hover {
	background: #3ba4db;
}

#ib_download_picture {
	background: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/download_pic_dark.jpg) no-repeat right 2px #0584c6;
	border: none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 15px;
	height: 30px;
	margin-right: 6px;
	padding-right: 26px;
}

#ib_download_picture:hover {
	background: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/download_pic_light.jpg) no-repeat right 2px #3ba4db;
}


/* =============================== */
/* ==== ????????????? ?????? ===== */
/* =============================== */

.ib_tracking_items {
	height: 197px;
	left: -6px;
	position: relative;
	top: -10px;
	width: 333px;
}

.nocarousel_container {
	padding-top: 30px;
	height: 146px;
}

#ti_carousel {
    margin: 0;
    padding: 0;
}

#ti_carousel li {
	float: left;
    list-style: none outside none;
}

.tracking_item_row {
	overflow: hidden;
	width: 333px;
}

.tracking_item {
	float: left;
	margin: 3px 6px;
	height: 131px;
	position: relative;
	width: 99px;
}

.tracking_item img {
	border: 1px solid #bbb;
	height: 97px;
	width: 97px;
}

.tracking_item_name {
	color: #999;
	font-size: 14px;
}

.delete_item {
	background: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/close_24b.png) no-repeat 0 0;
	background-size: cover;
	border: 0;
	bottom: 111px;
	cursor: pointer;
	height: 18px;
	left: 79px;
	padding: 0;
	position: absolute;
	width: 18px;
}

/* =============================== */
/* ======= ?????? ??????? ======== */
/* =============================== */

/* pc - ??? personal cabinet, ???? ??? :) */
.pc_left_side {
	border-right: 1px solid #999;
	float: left;
	padding: 0 16px 0 0;
	position: relative;
	width: 592px;
}

.pc_right_side {
	float: left;
	padding: 0 0 0 16px;
	width: 593px;
}

.srv_message {
	color: limegreen;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: -5px;
}

#pc_form {
	margin-bottom: 25px;
}

.pass_warning {
	color: #ff0000;
	display: none;
}

#pc_form input[type=submit] {
	background: #0584c7;
	border: none;
	color: #fff;
	font-family: tahoma;
	height: 35px;
	letter-spacing: -1;
	transition: 0.7s;
	width: 160px;
}

#pc_form input[type=submit]:hover {
	background: #4eb7ee;
}

#pc_form p {
	line-height: 18px;
}

.pc_left_side h2,
.pc_right_side h2 {
	margin: 25px 0;
}

.pc_txt {
	border-left: 2px solid #9a9a9a;
	border-top: 2px solid #9a9a9a;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	clear: left;
	font-size: 16px;
	height: 30px;
	margin: 0 10px 15px 0;
	width: 245px;
}

.pc_left_side sup {
	color: #ae1a1a;
	font-size: 17px;
	left: 3px;
	position: relative;
	top: 5px;
}

.pc_tracking_items {
	overflow: hidden;
}

.pc_tracking_item {
	float: left;
	margin: 0 6px;
	height: 131px;
	position: relative;
	width: 99px;
}

.pc_tracking_item img {
	border: 1px solid #bbb;
	height: 97px;
	width: 97px;
}

.pc_delete_item {
	background: url(/web/20220401045152im_/http://%D0%BE%D0%B1%D0%BE%D0%B848.%D1%80%D1%84/img/close_24b.png) no-repeat 0 0;
	background-size: cover;
	border: 0;
	bottom: 110px;
	cursor: pointer;
	height: 18px;
	left: 78px;
	padding: 0;
	position: absolute;
	width: 18px;
}

.pc_buttons {
	clear: both;
	position: relative;
}

#pc_send_to_shop {
	background: #0584c6;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 30px;
	margin: 20px 7px;
	width: 155px;
}

#pc_clean_items {
	background: #e5e5e5;
	border: none;
	cursor: pointer;
	height: 30px;
	margin: 20px 7px;
	width: 190px;
}


/* =============================== */
/* ===== ???????? ? ??????? ====== */
/* =============================== */

.footer {
	height: 64px;
	margin: 0 auto;
	width: 100%;
}

.footer_contact {
	background: #f2f2f2;
	color: #383838;
	font-size: 17px;
	height: 26px;
	padding-top: 11px;
}

.footer_contact span {
	margin-left: 26px;
}

.footer_black_line {
	background: #383838;
	height: 26px;
}

.footer-push {
	height: 64px;
}


/* =============================== */
/* =========== ?????? ============ */
/* =============================== */

#totop {
	border: 1px solid #CCC;
	background: none repeat scroll 0% 0% #171717;
	bottom: 10px;
	color: #FFF;
	cursor: pointer;
	display: none;
	font-family: verdana;
	font-size: 21px;
	padding: 12px 15px 8px;
	position: fixed;
	right: 10px;
	text-align: center;
}


A.WebStudio:link {
	FONT-FAMILY: tahoma; COLOR: #999999; FONT-SIZE: 10px; LINE-HEIGHT: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none; 
}
A.WebStudio:visited {
	FONT-FAMILY: tahoma; COLOR: #999999; FONT-SIZE: 10px; LINE-HEIGHT: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none; 
}
A.WebStudio:active {
	FONT-FAMILY: tahoma; COLOR: #999999; FONT-SIZE: 10px; LINE-HEIGHT: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none; 
}
A.WebStudio:hover {
	FONT-FAMILY: tahoma; COLOR: #ffffff; FONT-SIZE: 10px; LINE-HEIGHT: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: underline; 
}

.dark_overlay {
    background: #000;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* modal form */

.modal-form {
	background: #eee;
	border-radius: 6px;
	box-sizing: border-box;
	left: 50%;
	margin: 0 auto;
	max-width: 400px;
	opacity: 0;
	padding: 0 0 5px;
	position: absolute;
	top: 0;
	transform: translateX(-50%) translateY(-40px);
	transition: opacity .4s, transform .4s, visibility .4s;
	visibility: hidden;
	width: 95%;
	z-index: 30000;
}
.modal-form.visible {
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
	visibility: visible;
}
.modal-form h2 {
	border: 0;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	margin: 15px 0;
	padding: 0 20px;
	text-transform: none;
}

.modal-form h2::after{
	display: none;
}

.modal-form .mf-form-close {
	align-items: center;
	color: #12121299;
	cursor: pointer;
	display: flex;
	font-size: 24px;
	height: 40px;
	justify-content: center;
	position: absolute;
	right: 20px;
	top: 16px;
	width: 40px;
	z-index: 10;
}
.modal-form .mf-input-wrapper {
	box-sizing: border-box;
	margin: 0 0 15px 0;
	padding: 0 20px;
	position: relative;
	width: 100%;
	z-index: 30001;
}
.modal-form .mf-input,
.modal-form .mf-textarea,
.modal-form select {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-sizing: border-box;
	color: #121212;
	font-family: 'Arial';
	font-size: 16px;
	outline: none;
	padding: 6px 12px;
	width: 100%;
}
.modal-form .mf-input,
.modal-form select { height: 36px; }
.modal-form .mf-textarea { height: 175px; resize: none; }
.modal-form .mf-input-wrapper input.red-border,
.modal-form .mf-input-wrapper textarea.red-border,
.modal-form .mf-input-wrapper select.red-border {
	border: 1px solid #f00;
}
.modal-form .red-text::-webkit-input-placeholder { color: #f00; opacity: 1; }
.modal-form .red-text::-moz-placeholder { color: #f00; opacity: 1; }
.modal-form .red-text:-ms-input-placeholder { color: #f00; opacity: 1; }
.modal-form .agreed-personal-data {
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	gap: 8px;
	justify-content: flex-start;
	padding: 5px 8% 0;
	text-align: left;
}
.modal-form .agreed-personal-data label a {
	color: #8c2c43;
	text-decoration: underline;
}
.modal-form .agreed-personal-data label a:hover {
	text-decoration: none;
}

.modal-form .mf-submit {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	clear: both;
	color: #aaa;
	cursor: pointer;
	display: block;
	font-family: 'Tahoma';
	font-size: 18px;
	height: 43px;
	margin: 15px auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: .3s;
	width: 100%;
	z-index: 1;
}
.modal-form .mf-submit:hover {
	background: #aaa;
	color: #fff;
}
.modal-form .mf-submit.success {
	cursor: default;
	pointer-events: none;
}
.modal-form .mf-submit::after {
	align-items: center;
	background-color: #ffc804;
	color: #fff;
	content: attr(data-success);
	display: flex;
	font-family: inherit;
	font-size: inherit;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: -100%;
	transition: 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	width: 100%;
}
.modal-form .mf-submit.success::after {
	top: 0;
}

/* modal form end */

/* buy-one-click-form */

.buy-one-click-form {
	background: #fff;
	border-radius: 12px;
	box-sizing: border-box;
	max-width: 720px;
	padding: 20px;
}
.buy-one-click-form .like-h2 {
	margin-bottom: 15px;
}
.buy-one-click-form .boc-form-body {
	justify-content: space-between;
}
.buy-one-click-form .left-part {
	align-items: flex-start;
	gap: 15px;
	width: 320px;
}
.buy-one-click-form .product-name {
	color: #121212;
	font-family: 'Arial';
	font-size: 18px;
	line-height: 1.3;
}
.buy-one-click-form .product-pic {
	border: 1px solid #12121233;
	border-radius: 12px;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.buy-one-click-form .product-price {
	color: #de262f;
	display: none;
	font-family: 'Arial';
	font-size: 18px;
	font-weight: 600;
}
.buy-one-click-form form {
	width: 320px;
}
.buy-one-click-form .mf-input-wrapper {
	padding: 0;
}
.buy-one-click-form label {
	color: #12121299;
	display: block;
	font-size: 14px;
	font-family: 'Arial';
	margin-bottom: 3px;
}
.buy-one-click-form label sup {
	color: red;
}
.buy-one-click-form .mf-input,
.buy-one-click-form .mf-textarea {
	border: 1px solid #12121233;
	border-radius: 12px;
	height: 40px;
}
.buy-one-click-form .mf-textarea {
	height: 150px;
}
.buy-one-click-form .mf-submit {
	align-items: center;
	background: #8e8b52;
	border: 2px solid #8e8b52;
	border-radius: 12px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 10px 22px;
	transition: .2s;
	width: 100%;
}
.buy-one-click-form .mf-submit span {
    color: #fff;
	font-family: 'Arial';
	font-size: 16px;
	line-height: 1.6;
	transition: .2s;
}
.buy-one-click-form .mf-submit:hover {
	background: #fff;
}
.buy-one-click-form .mf-submit:hover span {
	color: #8e8b52;
}
.buy-one-click-form .mf-submit::after {
	background-color: #00a329;
}
.buy-one-click-form .note {
	font-size: 12px;
	margin-top: 10px;
}

/* buy-one-click-form end */

/* grecaptcha-badge */

.grecaptcha-badge {
	visibility: collapse !important;
}

/* grecaptcha-badge end */

/* cookie-note */

#cookie-note {
	align-items: center;
    background-color: #8e8b52e1;
	border: 1px solid #fff;
    bottom: 15px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
    display: none;
	gap: 15px 30px;
	justify-content: space-between;
    left: 50%;
    max-width: 550px;
    padding: 15px 20px;
    position: fixed;
    transform: translateX(-50%);
	width: 100%;
	z-index: 100000;
}
#cookie-note.show { display: flex; }
#cookie-note p {
    color: #fff;
	font-family: 'Tahoma';
    font-size: 14px;
	line-height: 20px;
    margin: 0;
    text-align: left;
}
#cookie-note p a {
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
}
#cookie-note p a:hover {
	text-decoration: none;
}
.cookie-accept {
	align-items: center;
	background: #fff;
	border: none;
	border-radius: 20px;
	box-sizing: border-box;
	color: #31424a;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	font-family: 'Tahoma';
	font-size: 14px;
	height: 38px;
	justify-content: center;
	text-shadow: 0 0 0 #31424a;
	transition: .2s;
    width: 160px;
}
.cookie-accept:hover {
	background-color: #e2e1cf;
}

@media screen and (max-width: 450px) {
	#cookie-note p {
		font-size: 12px;
		line-height: 1.4;
		padding: 0;
	}
	.cookie-accept {
		height: 34px;
		width: 140px;
	}
}

/* cookie-note end */