.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.flex-box-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-box-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.card-sizes__list-item:hover .owl-next, .card-sizes__list-item:hover .owl-prev {
	opacity: 1;
	transition: 0.5s;
}

.no-pad {
	padding: 0px 0px 0px 0!important;
}

.slick-arrow {
	text-align: center;
    color: #000;
	font-size:20px;
	cursor: pointer;
}

.opacity{
	position: relative;
	opacity: 0.5;
}
.opacity:hover{
	opacity: 1;
}
.active-opacity { 
	opacity: 1;
	border: 1px solid #887568; 
}

/* owl nav */
.owl-prev span, .owl-next span {
	color: #FFF;
}
.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
	opacity: 0;
	transition: 0.5s;
}
.owl-prev {
	left: 7px;
}
.owl-next {
	right: 7px;
}
.fa-2x {
    font-size: 30px;
	color:#000;
	width: 30px;
    height: 30px;
    background: #ffffff70!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#accordion > h3 {
	cursor: pointer;
	margin: 5px 0;font-size: 14px;
    line-height: 1.4;
    letter-spacing: .05em;
    font-weight: 400;
    color: #887568;border-bottom: 1px solid #e5e7eb;padding-bottom: 5px;}

#accordion > div {
	height: 0;
	overflow: hidden;
	transition: height 0.5s;
/* border-top: 1px solid #e5e7eb; */margin-top: 10px;margin-bottom: 10px;/* padding-top: 10px; */}


.size1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.width--img-100 {
width: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1390px) {
.logo__image {
    width: 70%!important;
}
}
.align-items-center {
	align-items: center;
}

.menuSh_19112036 {
text-decoration: none;
    background-color: #eee!important;
    text-align: center;
margin-bottom: 10px;}
.menuSh_19112037 {
    text-decoration: none;
    background-color: #eee!important;
    text-align: center;
}

.margin{
	display:none;
}
#blink1 {
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s linear infinite;
}
@-webkit-keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}
@keyframes blink1 {
  0% { color: rgb(255 255 255); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgb(255 255 255); }
}

/*.ya-share2__popup {
    position: initial!important;
    z-index: 9999!important;
    background-color: #fff!important;
}*/

#side-checkbox {
    display: none;
}
.side-panel {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -360px;
    background: #ffffff;
    transition: all 0.5s;
    width: 320px;
    height: 100vh;
    box-shadow: 0px 0 5px rgb(0 0 0 / 40%);
    color: #000;
    padding: 90px 20px;
}
.side-title {
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid #887568;
}

.side-button-1 {
    display: inline-block;
}
.side-button-1 .side-b {
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto Condensed', sans-serif;
    background: #337AB7;
    cursor: pointer; 
    border: 2px solid #BFE2FF;
}
.side-button-1 .side-b:hover,
.side-button-1 .side-b:active,
.side-button-1 .side-b:focus {
    color: #FFF;
}
.side-button-1 .side-b:after,
.side-button-1 .side-b:before {
    position: absolute;
    height: 4px;
    left: 50%;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.side-button-1 .side-open:after,
.side-button-1 .side-open:before {
    background: green;
}
.side-button-1 .side-close:after,
.side-button-1 .side-close:before {
    background: red;
}
.side-button-1 .side-b:before {
    top: -6px;
}
.side-button-1 .side-b:hover:after,
.side-button-1 .side-b:hover:before {
    width: 100%;
    left: 0;
}

.side-button-1 .side-close {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-open {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-close {
    display: block;
}
#side-checkbox:checked + .side-panel {
    left: 0;
}
.side-button-2 {
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 70px;
    right: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #887568;
    transition: all 280ms ease-in-out;
}
.side-button-2:hover {
    transform: rotate(45deg) scale(1.1);    
    /* color: #FFF; */
}



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




/*.menuSh_19112021 {
    text-decoration: none;
    background-color: #eee!important;
    text-align: center;
}*/
.tel-hover:hover {
	color:#ac9e84;
}

.img-anna {
    border-radius: 50%;
    width: 20%;
    margin-bottom: 10px;

}
.p-mr-a {
	margin: 20px 0;
    text-align: left;
}
.bx_ordercart .bx_ordercart_order_table_container table thead td {
    background: none!important;
}

.bottom_basket {
    text-align: center;
    border-color: #be9f88;
    color: #be9f88;
    border: 1px solid;
    padding: 5px 10px;
    font-size: 14px!important;
    display: block;
    margin: 5px 0;
    max-width: 120px;

}

.listulnone > li > div {
	font-size:18px;
}

.image {
    /*padding: 24px 24px 0 24px;
    text-align: center;*/
    width: 100%;
}
.image {
    /*text-align: center;*/
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    max-height: 460px;
}
.image-2 {
    /*text-align: center;*/
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    max-height: 460px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.image {
    /* padding: 0px 40px 0; */
    height: 460px;
    line-height: 107px;
}
}
.image-2 {
    /* padding: 0px 40px 0; */
   
    line-height: 107px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    max-height: none;
}
.image img {
    display: inline-block;
    zoom: 1;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.image-2 img {
    display: inline-block;
    zoom: 1;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mb-4 {
	margin-bottom: 25px;
}

#basket_items > thead > tr > td {
background: #f5f5f500!important;
}

#basket_items > tbody> tr > td
{
background: #f5f5f500!important;
float: left;
}
#basket_quantity_control {
background: #f5f5f500!important;
}
#basket_items > tbody> tr > td > div > table > tbody > tr > td {
background: #f5f5f500!important;
}
#basket_items > tbody> tr > td:nth-child(4) {
display:none;
}

.p-tabs {
	padding: 0 0 0 10px;
}

.pl-0 {
	padding-left:0px;
}

.side-button-1-wr {
	margin-top: 40px;
	text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
.centered {
    text-align: left;
    margin-bottom: 20px;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

			.bx_ordercart .bx_item_detail_size_small_noadaptive ul li {
				position: relative;
				display: block;
				float: left;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				height: 25px;
				width: 50%;
			}

.side-panel {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -360px;
    background: #ffffff;
    transition: all 0.5s;
    width: 320px;
    height: 100vh;
    box-shadow: 0px 0 5px rgb(0 0 0 / 40%);
    color: #000;
    padding: 60px 20px;
}

.side-button-2 {
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 8px;
    cursor: pointer;
    transform: rotate(
45deg);
    color: #887568;
    transition: all 280ms ease-in-out;
}
	.side-button-1-wr {
	margin-top: 0px;
	text-align: center;
}
	.p-tabs {
		padding: 0 0 0 0px;
	}
	.cart-mobile-pad {
		padding: 1.07143rem!important;
	}
	.midle {
		padding-top:5px;
	}
	.midle > * {
		display: inline-block;
		vertical-align: middle;
		padding: 0px 3px;
	}
	.d-flex {
		display:flex;
	}
	.bx_ordercart .bx_item_detail_size_small_noadaptive {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	width: auto;
	}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle {
    margin: 0;
    padding: 0;
    /* white-space: normal; */
    line-height: 18px;
    /*text-align: center;*/
}
}

.bg-white {
background: #fff;
}

.paypay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 46px;
    background: url(/local/templates/grafinia_custom_catalog/img/pp.png) no-repeat;
    background-size: contain;
}
.paypay {
	position: relative;
	display: inline-block;
	width: 20%;
	padding-top: 65px;
	vertical-align: top;
	max-width: 268px;
}

.mzn {
	margin: 40px 0 40px;
}
.mzn-bt {
	margin: 0 0 20px 0;
}
.mzn2 {
    margin: 70px 0 55px;
}
.mzn0 {
    margin: 0px;
}
.opth1 {
	font-size: 25px;
    text-align: center;
    font-weight: 700;
}
.optp {
	text-align: justify;
    font-size: 18px;

}
.optm {
    margin: 20px 0 30px;
}
.optm20 {
    margin: 20px 0;
}
.item_sku_div {
    position: absolute;
    bottom: 0;
    right: 0px;
    padding-right: 5px!important;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
/*.item_sku_div {
    position: absolute;
    left: 82%;
    top: 35%;
}*/
.item_sku_div {
    position: absolute;
    bottom: 0;
    right: 0px;
}
.text-left-mobile {
	text-align: left!important;
}
}
/* Smartphones () ----------- */
@media only screen and (min-width : 480px) and (max-width : 768px) {

.text-left-mobile {
	text-align: left!important;
}

.side-panel {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -360px;
    background: #ffffff;
    transition: all 0.5s;
    width: 320px;
    height: 100vh;
    box-shadow: 0px 0 5px rgb(0 0 0 / 40%);
    color: #000;
    padding: 60px 20px;
}

.side-button-2 {
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 8px;
    cursor: pointer;
    transform: rotate(
45deg);
    color: #887568;
    transition: all 280ms ease-in-out;
}
		.side-button-1-wr {
	margin-top: 0px;
	text-align: center;
}
/*.item_sku_div {
    position: absolute;
    left: 82%;
    top: 35%;
}*/
.item_sku_div {
    position: absolute;
    bottom: 0;
    right: 0px;
}
}
/* iPads () ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.side-panel {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -360px;
    background: #ffffff;
    transition: all 0.5s;
    width: 320px;
    height: 100vh;
    box-shadow: 0px 0 5px rgb(0 0 0 / 40%);
    color: #000;
    padding: 60px 20px;
}

.side-button-2 {
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 8px;
    cursor: pointer;
    transform: rotate(
45deg);
    color: #887568;
    transition: all 280ms ease-in-out;
}
		.side-button-1-wr {
	margin-top: 0px;
	text-align: center;
}

}
.item_sku_div_p {
	position: relative;
}


.item_sku {
    margin: 5px 0px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
}
.item_sku:hover {
    background: #887568;
    color: #fff;
    transition: .2s;
}
.item_sku_div_2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}


.video__iframe {
    position: absolute;
    overflow: hidden;
    /*background: url(/img/poster.jpg) center repeat;*/
    z-index: -999;
    min-height: 969px;
    /* max-height: 969px; */
    display: block;
    width: 100%;
    /* max-width: 2560px; */
}

.video__iframe video {
	display: block;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100%;
}




@media (min-width: 576px) {
	.custom-col-sm-12 {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.custom-col-md-12 {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.custom-col-lg-12 {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.custom-col-xl-10 {
		width: 100%;
	}
}
@media (min-width: 1400px) {
	.custom-col-xxl-10 {
		width: 83.33333333%;
	}
}


.margin-tb-30-admin {
    margin-top: 47px;
    margin-bottom: 30px;
}
.margin-tb-30 {
    margin-top: 8px;
}

.bx_catalog_text_category_title {
font-size: 21px;
}

.sup {
	margin-left: -7px;
    text-align: center;
    font-style: normal;
    background: #c5a995;
    color: #fff;
    border-radius: 15px;
    font-size: 11px;
    line-height: 1;
    min-height: 16px;
    min-width: 16px;
    padding: 3px 3px;
    box-sizing: border-box;
    /* position: relative; */
    position: absolute;
    left: 100%;
    top: 0px;
    /* margin-bottom: 23px; */
    top: -0.5rem;
}


.h-btn {
	cursor: pointer;
	border: 1px solid;
	padding: 10px;
	color: #887568;
}

#toggle {
	display:block;
}

.padding-left-0 {padding-left:0!important;}
.padding-left-15 {padding:0 15px!important;}

.ul-toggle li:nth-child(n+4):not(:last-child) {
  /*display:none;*/
}

.module_social_dark-item {
    position: relative;
    box-sizing: border-box;
    background: transparent 0 0 no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
}
.module_social_dark-fb {
    background-position: -10px -37px;
}
.module_social_dark-vk {
    background-position: -12px 3px;
}
.module_social_dark-ok {
    background-position: 0 -95px;
}
.module_social_dark-instagram {
    background-position: -14px -116px;
}
.module_social_dark-telegramm {
    background-position: -14px -194px;
}

.sticky {
	position: sticky;
	top: 8rem;
	right: 0;
	z-index: 2;
	overflow-y: auto;
	overflow-x: hidden;
}


.info {
    position: absolute;
    right: 0;
    top: 0;
    /* background: rgba(0,0,0,.6); */
    padding: 5px 10px;
    color: #887568;
}

.fixed-serv-dop {
   padding-top:120px;
	transition: 1s;
}

.fixed-serv {
    position: sticky;
    z-index: 99;
    top: 0;
    margin-bottom: 6rem;
}

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

#m_3 > li > a > span {
	padding: 5px;
    background: #fff;
    color: #887568;
    font-size: 16px;
    border: 1px solid #887568;
}
#sh_c_3 > li:nth-child(6) > a > span {
	padding: 5px;
    background: #fff;
    color: #887568;
    font-size: 16px;
    border: 1px solid #887568;
}

.vac {
	text-decoration: none;
    background-color: #eee;
    margin: 10px 0px;
    color: #887568;
    padding: 10px 0px 10px 10px;
}

body > div.page > div.container-fluid.margin-tb-30.clearfix.header__holder.t > div > div.col-lg-3.col-md-3.col-sm-12.col-xs-12.pull-left.d-none.d-lg-block.order-1 > div:nth-child(3) > ul > li:nth-child(14) > a {
text-align: left;
background-color: #fff0;
}

body > div.page > div.container.margin-tb-30 > div:nth-child(1) > div.col-lg-3.col-md-3.col-sm-12.col-xs-12.pull-left.hidden-sm.hidden-xs > div:nth-child(3) > ul > li:nth-child(14) > a {
text-align: left;
background-color: #fff0;
}

.nav > li:last-child > a {
    text-decoration: none;
    background-color: #eee;
	text-align: center;
}


.delivery-time .delivery-wrapper:after {
    content: '';
    display: table;
    clear: both;
}
.about-delivery {
    background: #f5f5f5;
}
.delivery-time {
    background: #fff;
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#887568),color-stop(50%,#fff));
    background: linear-gradient(to right,#887568 50%,#fff 50%);
}
.describe-delivery {
    background: #f8f6f1;
}
.categories-cards__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


@media (min-width: 1280px) {
.categories-cards__list {
    padding: 0 16.67%;
    width: 100%;
}
}
.wrapper-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: calc(1360px + 2*30px);
}
.delivery-wrapper {
    padding: 25px 30px 0;
    font-size: 14px;
    line-height: 1.42857143;
}
@media (min-width: 1245px) {
.delivery-wrapper {
    padding: 55px 30px 55px;
}
}
.about-delivery-item {
    position: relative;
    display: inline-block;
    width: 20%;
    padding-top: 65px;
    vertical-align: top;
    max-width: 268px;
}
.about-delivery-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 46px;
    background: url(/local/templates/grafinia_custom_catalog/images/delivery_sprite_new.png) no-repeat;
}
.about-delivery .couriers:before {
    background-position: -56px -46px;
}
.about-delivery-item-text {
    margin: 0;
    padding: 0 15%;
    text-align: center;
    color: #272727;
}
.about-delivery .fitting:before {
    background-position: -56px 0;
}
.about-delivery .not-fit-good:before {
    background-position: 0 0;
}
.about-delivery .free-delivery:before {
    background-position: 0 -46px;
}
.delivery-time-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 40px 0 35px;
    height: 100%;
}
.delivery-time-block-title {
    position: relative;
    width: 30%;
    padding: 15px 2.8% 25px 35px;
    background: #887568;
}
.delivery-time-block-title:before {
    content: '';
    position: absolute;
    right: -19px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #887568;
}
@media (min-width: 1245px) {
.delivery-title {
    margin-bottom: 30px;
}
}
.delivery-title {
    margin: 0 0 20px;
    text-align: center;
    font: normal 30px/40px GothamPro,arial,sans-serif;
    color: #464646;
}
.delivery-title-left {
    text-align: left;
}
.delivery-time .delivery-title, .delivery-time-title-subtext {
    color: #fff;
}
.delivery-time .delivery-title, .delivery-time-title-subtext {
    color: #fff;
}
.delivery-time a, .delivery-time-title-subtext {
    font-size: 12px;
    line-height: 1.41666667;
}
.delivery-time-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    /*padding: 40px 0 35px;*/
    height: 100%;
}
.delivery-time-block-content {
    padding-right: 35px;
    width: 70%;
    background: #fff;
}
.delivery-time-item {
    float: left;
    width: 25%;
}
.delivery-time-item-text {
    padding: 0 5%;
    text-align: center;
    color: #887568;
}
.delivery-time-item-text span {
    display: block;
    margin-top: 10px;
    color: #272727;
}
.describe-delivery .delivery-wrapper {
    padding-right: 650px;
    height: 350px;
    background: url(/local/templates/grafinia_custom_catalog/images/bg_delivery-describe.png) no-repeat right bottom;
}
.delivery-title {
    margin: 0 0 5px;
    text-align: center;
    font: normal 30px/40px GothamPro,arial,sans-serif;
    color: #464646;
}
.delivery-title-left {
    text-align: left;
}
.delivery-time .delivery-wrapper {
    padding: 0;
    height: 225px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

.block-item {
    margin-bottom: 0px!important;
	min-height: 445px;
}
.item_sku_div_2 {
    flex-wrap: wrap!important;
}

.about-delivery-item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 65px;
    vertical-align: top;
}
.about-delivery-item-text {
    margin: 0;
    padding: 0 15% 15% 15%;
    text-align: center;
    color: #272727;
}
.delivery-time .delivery-wrapper {
    padding: 0;
    height: auto;
}
.delivery-time-block-title {
    position: relative;
    width: 100%;
    padding: 25px 35px 25px 35px;
    background: #887568;
}
.delivery-time-block-content {
    padding-right: 0px;
    width: 100%;
    background: #fff;
}
.delivery-time-item {
    float: left;
    width: 100%;
}
.describe-delivery .delivery-wrapper {
    padding-right: 0px;
    height: 250px;
    background: none;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.item_sku_div_2 {
    flex-wrap: wrap!important;
}
.block-item {
    margin-bottom: 0px!important;
	min-height: 445px;
} 

.delivery-time-block-title {
    position: relative;
    width: 40%;
    padding: 25px 2.8% 25px 35px;
    background: #887568;
}
.delivery-time-block-content {
    padding-right: 35px;
    width: 60%;
    background: #fff;
}
.describe-delivery .delivery-wrapper {
    padding-right: 450px;
    height: 350px;
    background: url(/local/templates/grafinia_custom_catalog/images/bg_delivery-describe.png) no-repeat right bottom;
}
}


.z {
	font-size: 21px;
	line-height: 1.4;
	letter-spacing: .05em;
	font-weight: 400;
	color: #887568;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.wi-ind {
    width: 148px;
}

@media (min-width: 991px) {
.d-flex {
	display: flex;
}
.d-flex div {
	flex-basis: auto;
    flex-grow: 1;
}
}
.border {
    border: 1px solid #c7ac95;
}

.opt {
    margin: auto;
   /* padding-right: 240px;
    padding-left: 240px;*/
}
.wrapper-ind {
    max-width: 1000px;
    margin-bottom: 4%;
    margin: auto;
}
.float-lm {
    float: left;
    margin-right: 10px;
}
.midle > div {
    display: inline-block;
    vertical-align: middle;
}



.gif {

display:block; 

width:100%; 

/*background:url('/opt/kroi.PNG') no-repeat;*/ 

}

a.gif img {

visibility:hidden; 

}

a.gif:hover {

background:none; 

}

a.gif:hover img {

visibility:visible;

border:0; 

}
.name {text-align: center;font-size: 18px;}

#kroi{
	background:url('/local/templates/grafinia_custom_catalog/opt/kroi.jpg') no-repeat;
	background-size: cover;
}
#es{
	background:url('/local/templates/grafinia_custom_catalog/opt/es.jpg') no-repeat;
	background-size: cover;
}
#lecala{
	background:url('/local/templates/grafinia_custom_catalog/opt/lekala.jpg') no-repeat;
	background-size: cover;
}
#poshiv{
	background:url('/local/templates/grafinia_custom_catalog/opt/poshiv.jpg') no-repeat;
	background-size: cover;
}
#semk{
	background:url('/local/templates/grafinia_custom_catalog/opt/semka.jpg') no-repeat;
	background-size: cover;
}
#magazin{
	background:url('/local/templates/grafinia_custom_catalog/opt/magazin.jpg') no-repeat;
	background-size: cover;
}
#a{
	background:url('/local/templates/grafinia_custom_catalog/include/ind/a.jpg') no-repeat;
	background-size: cover;
}
#b{
	background:url('/local/templates/grafinia_custom_catalog/include/ind/c.jpg') no-repeat;
	background-size: cover;
}
#c{
	background:url('/local/templates/grafinia_custom_catalog/include/ind/b.jpg') no-repeat;
	background-size: cover;
}









table > tbody > tr:nth-child(2n) td {
    /* background: #f5f1ee; */
}

table > tbody > tr > th {
	background: #bba693;
    color: #fff;
}

table > tbody > tr > td {
	color: #bda894;
}




.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

.product_add-favour-2 {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    padding: 10px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
	.t {

		height: auto!important;
		max-height: inherit!important;
	}
	.card__sizes-old {
		margin-top: 10px!important;
		/* padding: 0 1rem; */
	min-height: 40px;}
.card-sizes__label__detail {
    padding: 0 1.25rem;
    height: 100px!important;
    min-width: 76px!important;
}
}

@media only screen and (min-width : 480px) and (max-width : 768px) {
	.t {
		
		height: auto!important;
		max-height: inherit!important;
	}
	.card__sizes-old {
		margin-top: 10px!important;
		/* padding: 0 1rem; */
	}
.card-sizes__label__detail {
    padding: 0 1.25rem;
    height: 26px!important;
    min-width: 26px!important;
}
}


.itemPrice {
    /* min-height: 88px!important; */
    /* max-height: 88px!important; */
}
.otp_1 {
	padding: 0;
	margin-bottom: 0;
}
.otp_2 {
	padding-bottom: 0;
	padding-top: 0;
}


.page-back__text {
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 400;
}

.page-back__icon, .page-back__text {
    display: inline-block;
    vertical-align: middle;
}
.page-back__icon {
    position: relative;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.438 8.624' stroke='%23887568' fill='%23887568'%3E%3Cpath fill='none' d='M3.437.295l-2.834 4.1 2.834 3.937'/%3E%3Cpath stroke='none' d='M.438 3.812h10v1h-10z'/%3E%3C/svg%3E") no-repeat;
    width: 10px;
    height: 9px;
    margin-right: .78571rem
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}


/*@media (min-width: 1024px) {
	.custom_width {
		max-width: 325px;
		margin-left: 25px;
	}
}*/
@media (min-width: 1280px) {
	.custom_width {
		max-width: 340px;
		/* margin-left: 57px; */
	}
}

@media only screen and (min-width : 1280px) and (max-width : 1615px) {
	.custom_width {
		max-width: 340px;
		margin-left: auto;
	}
}

#bx_117848907_29231_skudiv {
	padding-left: 12px!important;
	padding-right: 12px!important;
}

.bx_act_detail > span{
	border: solid #dbd7d2 2px;
}

.scroll-to img:active, .scroll-to img:focus, .scroll-to img:hover , .card-media__thumbs-item_active img {
	border-color: #000000;
    outline: 0;
}

.midle > div {
    display: inline-block;
    vertical-align: middle;
}

.listulnone {
    list-style: none;
}
.button:hover {
    background: #be9f88;
    color: #fff;
}

.font18 {
    font-size: 18px;
}
.font13 {
    font-size: 13px;
}


.mr-b11 {
    margin-bottom: 11px;
}

@media (min-width: 1024px) {
.card__info {
    text-align: left!important;
}
}
.mr-b9 {
    margin-bottom: 9px;
}
.card-old-element .card__info {
    text-align: center;
}
.text-trans {
    text-transform: none;
}
@media (min-width: 1024px) {
.card__info_text {
    padding: 0;
    text-align: left!important;
}
}


.button {
    display: block;
    text-align: center;
    background: rgba(255,255,255,.2);
    text-transform: uppercase;
    color: #fff;
    padding: .85714rem 1.42857rem;
    text-decoration: none;
    letter-spacing: .12em;
    box-sizing: border-box;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    transition: background .2s;
    transform: translate3d(0,0,0);
}
.button_powdery {
    background: #c5a995;
    border: 0;
    color: #fff;
}
.pd-btn {
    padding: 6.5px 1.42857rem;
}

.mr-b20 {
    margin-bottom: 20px;
}
.razmer {
	display: flex;
    justify-content: space-between;
}

.font11-5 {
    font-size: 11.5px;
}
.mr-b13 {
    margin-bottom: 13px;
}
#vidi-btn {
    color: #c5a995;
}
.icon-veshalka-gray {
    background: url(/local/templates/grafinia_custom_catalog/img/hanger_icon-icons.com_52065.png);
    width: 20px;
    height: 10px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    padding-right: 5px;
}


.mr-b6 {
    margin-bottom: 6px;
}
.padding-mobile {
    padding: 0;
}

.card-info__price {
    font-size: .92857rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .57143rem;
    line-height: 1.4;
    letter-spacing: .05em;
    font-weight: 400;
    color: #887568;
}
@media (min-width: 1024px) {
.card-info__price {
    margin-top: 11px;
    margin-left: 0;
}
}
.right-price {
    float: right;
    clear: both;
    position: relative;
    bottom: 0px;
}
.left-price {
    float: left;
    clear: both;
    position: relative;
    bottom: 0px;
    margin-top: 0;
    margin-bottom: 10px;
}
.card-old-element .card-info__price, .card-old-element .card-info__tag {
    margin: .35714rem 0 0;
}
.font22 {
    font-size: 22px;
}
.beet {
    display: flex;
    justify-content: space-between;
}
.product-item-detail-price-old {
    color: #bdbdbd;
    text-decoration: line-through;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}


.font11 {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: .05em;
    font-weight: 400;
    color: #887568;
}
.beet {
    /* display: flex; */
    justify-content: space-between;
    padding: 0 0 0 10px;
}
.card-sizes {
    overflow: hidden;
}
@media (min-width: 1024px) {
.card-sizes {
    margin-top: 0!important;
    text-align: left!important;
}
}
.card__sizes-old {
    margin-top: 3.21429rem;
    /* padding: 0 1rem; */
}
@media (min-width: 1024px) {
.card__sizes-old {
    padding: 0;
}}
.card-old-element .card-sizes {
    text-align: center;
    margin-top: 2rem;
}
.card-sizes__list-item {
    font-size: 0;
    letter-spacing: 0;
    margin-right: -.17857rem;
    /* margin-left: -.17857rem; */
}
.card-sizes__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    letter-spacing: .05em;
    padding-left: .17857rem;
    padding-right: .17857rem;
}
@media (min-width: 1024px) {
.card-sizes__item {
    padding: .35714rem 4px .35714rem 0;
}
}
.card-sizes__label {
    background-color: transparent;
    /* border: 1px solid; */
    box-sizing: border-box;
    color: #c5a995;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    padding: .32143rem 1.25rem;
    min-width: 55px;
    height: 30px;
    position: relative;
    text-align: center;
    transition: background-color 200ms ease,border-color 200ms ease,color 200ms ease;
    height: 20px;
    min-width: 20px;
    /* border-radius: 50%; */
}
@media (min-width: 1024px) {
.card-sizes__label {
    padding: 0 1.25rem;
    height: 20px;
    min-width: 20px;
}
.card-sizes__label__detail {
    padding: 0 1.25rem;
    height: 100px;
    min-width: 76px;
}
}
.card-sizes__title {
    position: relative;
    z-index: 1;
}
.card-sizes__title2 {
    color: #c5a995;
    text-decoration: none;
    padding: 0px;
    font-size: 12px;
}
.bx_act > span:after {
   /* position: absolute;
    transform: rotate(-45deg);
    content: "";
    border-width: 0 0 2px 2px!important;
    height: 5px;
    width: 8px;
    margin: 25px 0 0 -5px;
    border: solid #c5a995; */
}
.bx_act_detail {
    position: relative;
}
.bx_act_detail > span:after {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    border-width: 0 0 2px 2px!important;
    height: 5px;
    width: 8px;
    /* margin: 8px 0 0 -4px; */
    border: solid #c5a995;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 7px;
    left: 7px;
}

.bx_item_section_name_gray {
	font-size: 14px;
    line-height: 1.4;
    letter-spacing: .05em;
    font-weight: 400;
    color: #887568;
}

.font16 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    margin-bottom: 5px;
}
.font14 {
    font-size: 14px;
}

.mt-0 {
	margin-top: 0px;
	padding: 0 0 0 10px;
	color: #887568;
}

div.col-lg-3.col-md-3.col-sm-12.col-xs-12.pull-left.d-none.d-md-block > div:nth-child(1) > div {
	padding-top: 0px;
}

.f-nav{  
position: fixed;
top:159px;
margin-left: 34px;
 }
.img-bottom {
	margin: 0 0 35px 0;
}

.fs12 {
	/*min-height: 26px;
    margin-bottom: 10px;*/
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.4;
	font-weight: 400;
	color: #887568;
}

@media only screen and (min-width: 1024px) and (max-width: 1710px) {
	.fs13 {
		/* min-height: 44px; */
	}
	.fs12 {
		min-height: 38px;
	}
}

/*#sh_c_3 > li > a > span {
	color:#fff;
}
#m_3 > li > a > span {
	color:#fff;
}*/

#pok_c > li > a > span {
	color:#fff;
}
#pak_c > li > a > span{
	color:#fff;
}

.bx-ui-slider-track-container{
z-index: 10;
}

.favor-delete-btn {
	background: #000;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	cursor: pointer;
}

.goods_icon-counter {
	margin: -2px 0 0 -9px;
}
.product_add-favour.to_favorites .fa {
    width: 100%;
    height: 100%;
    font-size: 18px;
    /* padding: 8px 0; */
    /* text-align: center; */
    color: #ffffff;
}
.product_add-favour.to_favorites .fa:before {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}
.product_add-favour.to_favorites.active .fa:before, .product_add-favour.to_favorites:hover .fa:before {
    content: "\f004";
}
.to_favorites {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
}
.product_add-favour {
    display: inline-block;
    vertical-align: middle;
    /*position: absolute;*/
    /* padding: 10px; */
}
.product-detail-info-top .to_favorites {
    display: block;
    background-size: 17px;
    background-color: #fff;
    margin-left: 0;
    width: 39px;
    height: 36px;
    border-radius: 3px;
    border: solid 1px #006533;
}

input::-webkit-input-placeholder {color:#887568;}
input::-moz-placeholder          {color:#887568;}/* Firefox 19+ */
input:-moz-placeholder           {color:#887568;}/* Firefox 18- */
input:-ms-input-placeholder      {color:#887568;}


div.menu__list > div:nth-child(1) > div > div:nth-child(2) > span {
	padding: 5px;
    background: #fff;
    color: #887568;
    font-size: 16px;
    border: 1px solid #887568;
}
div.menu__list > div:nth-child(2) > div > div:nth-child(2) > span {
	padding: 5px;
    background: #fff;
    color: #887568;
    font-size: 16px;
    border: 1px solid #887568;
}
div.menu__list > div:nth-child(1) > div > div:nth-child(1) > span {
	font-size: 20px;
}
#pok > span {
	font-size: 20px;
}
#pak > span {
	font-size: 20px;
}





	.block_img {
		height: 100vh;position: relative; width: 100%;
	}
	.block_img_src {
		width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center top; object-position: center top; width: 100%; padding: 0px!important;
	}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.hero__footer {
    	display: none;
	}
	.ici-left {
    	display: none;
	}
	.meni {
		display: none!important;
	}
	.block_img {
		height: auto;position: relative; width: 100%;
	}
	.block_img_src {
		width: 100%; height: auto; -o-object-fit: cover; object-fit: cover; -o-object-position: center top; object-position: center top; width: 100%; padding: 0px!important;
	}
	.header-links {
		list-style: none;
		padding: 0;
		margin: 0 0 0 40px;
		display: none;
	}
	.t {
		padding: inherit;
		height: auto;
		max-height: inherit;
	}
	.header__holder {
		padding: 5px 15px!important;
		height: 50px;
		max-height: 50px;
		position: relative;
		box-sizing: border-box;
		z-index: 1;
	}
}
/* Smartphones () ----------- */
@media only screen and (min-width : 480px) and (max-width : 768px) {
	.header__holder {
		padding: 5px 15px!important;
		height: 50px;
		max-height: 50px;
		position: relative;
		box-sizing: border-box;
		z-index: 1;
	}
	.ici-left {
    	display: none;
	}
	.hero__footer {
    	display: none;
	}
	.meni {
		display: none!important;
	}
	.block_img {
		height: auto;position: relative; width: 100%;
	}
	.block_img_src {
		width: 100%; height: auto; -o-object-fit: cover; object-fit: cover; -o-object-position: center top; object-position: center top; width: 100%; padding: 0px!important;
	}
	.header-links {
		list-style: none;
		padding: 0;
		margin: 0 0 0 40px;
		display: none;
	}
	.t {
		padding: inherit;
		height: auto;
		max-height: inherit;
	}
}
/* iPads () ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.ici-left {
    	display: none;
	}
	.hero__footer {
    	display: none;
	}
	.meni {
		display: none!important;
	}
	.block_img {
		height: auto;position: relative; width: 100%;
	}
	.block_img_src {
		width: 100%; height: auto; -o-object-fit: cover; object-fit: cover; -o-object-position: center top; object-position: center top; width: 100%; padding: 0px!important;
	}
	.header-links {
		list-style: none;
		padding: 0;
		margin: 0 0 0 40px;
		display: none;
	}
}


@media only screen and (min-width : 320px) and (max-width : 480px) {
	.logo__image {
		margin-top: 0px!important;
	}
	.ici {
		padding-top: 0px!important;
	}
	.menu-button {
		padding: 1.07143rem;
	}
	nav > div > div > div > div.menu__list > div:nth-child(2) > div > div:nth-child(1) {
		display:none;
	}
}
/* Smartphones () ----------- */
@media only screen and (min-width : 480px) and (max-width : 768px) {
	.logo__image {
		margin-top: 0px!important;
	}
	.ici {
		padding-top: 0px!important;
	}
	.menu-button {
		padding: 1.07143rem;
	}
	nav > div > div > div > div.menu__list > div:nth-child(2) > div > div:nth-child(1) {
		display:none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.logo__image {
		margin-top: 0px!important;
	}
	.ici {
		padding-top: 0px!important;
	}
	.menu-button {
		padding: 1.07143rem;
	}
	nav > div > div > div > div.menu__list > div:nth-child(2) > div > div:nth-child(1) {
		display:none;
	}
}
.back-button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: 0 0;
    border: 0;
    box-sizing: border-box;
    padding: 1.07143rem;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    display: none;
}
.account-button {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px;
}
.inst-button {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px;
}




#title-search {width: 150px;}

div.header__right-panel > div.meni > div:nth-child(3) > ul {padding-left: 0px;}

.b-social__item:hover {
color:#fff;
}
.form-s {
  position: relative;
  width: 300px;
  margin: 0 auto;
  height: 20px;
}
.input-s {
  height: 20px;
  width: 0;
  padding: 0 20px 0 15px;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  background: transparent;
  transition: .4s cubic-bezier(0, 0.8, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.input-s:focus {
  width: 300px;
  z-index: 1;
  border-bottom: 2px solid #F9F0DA;
}
.btn-s {
  background: #fff;
  border: none;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.btn-s:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #000;
}




.input-group>input {


    top: 0px!important;
    right: 0px!important;

}

.knopka{color: #a9331c;
    background: none;
    border: none;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    padding: 0;}

.ini {padding: 7px 0px;
    text-align: center;}
.size {
	font-size: 14px;
    padding: 10px 0;
}


.titla:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
    background: #000;
    border: solid #FFF;
    border-width: 0 10px;
}
.titla:after {
    margin-right: -100%;
}
.titla {
    overflow: hidden;
}


.overlay_call{
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    z-index: 100;
}

.overlay_ord{
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
}

#order_ok{
    display: none;
    z-index: 10;
    position: relative;
}

#ord_ok{
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 31px -7px #444;
    height: 415px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 500px;
}


#ord_ok h2 n {
    border-bottom: 4px solid #FF3A4C;
    color: #000;
    display: inline-block;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    margin: 80px auto auto;
    text-align: center;
    text-transform: none;
}


#ord_ok h2 span {
    color: #000;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin-top: 18px;
}


#ord_ok .desc {
    border: 4px solid #eeeeee;
    color: #000;
    display: block;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    height: 76px;
    line-height: 21px;
    margin: 45px auto;
    padding-top: 27px;
    text-align: center;
    width: 450px;
}

#ord_ok img.krb {
    right: 16px;
    top: 16px;
    width: 21px;
}

.port_cats{
    text-align: left;
    margin-bottom: 15px;
}

.port_cats .title {
    color: #544f4d;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0 10px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.port_cats a {
    background-color: #e7e7e7;
    color: #686361;
    display: inline-block;
    font-size: 13px;
    margin: 6px;
    padding: 4px 10px;
    text-decoration: none;
}

.port_cats a.active {
    background-color: #2c2c2c;
    color: #fff;
}

.overlay_call_d{
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    z-index: 1000;
}

#callmeform_d {
    background-color: #fff;
    box-shadow: 0 0 31px -7px #444;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30px;
    width: 500px;
}

#callmeform_d table {
    border-collapse: collapse;
    margin: auto;
    width: 380px;
    z-index: 99;
}


#callmeform_d .title {
    color: #181818;

    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}


#callmeform_d .desc {
    border-bottom: 2px solid #cf3143;
    color: #333232;
    display: inline-block;

    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0;
}


#callmeform_d input {
    border-radius: 5px;
    color: #444;
    font-size: 14px;
    height: 38px;
    margin: 4px auto;
    padding: 0 10px;
}

#callmeform_d input.error{
    border: #cf3143 1px solid;
}

#callmeform_d table td {
    font: 11px ;
    padding: 2px 1px;
    text-align: left;
}

#callmeform_d table td:first-child {
    text-align: right;
    color: #575757;
    vertical-align: middle;
    width: 130px;
    padding-right: 15px;
}

#callmeform_d table td .callme_submit_d {
    background-color: #cf3143;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 42px;
    line-height: 42px;
    margin: 15px auto;
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    width: 170px;
    border: none;
    border-radius: 0;
}


#callmeform_d img.krb {
    right: 16px;
    top: 16px;
    width: 21px;
}
#call_pad {
	z-index: 0;
	position: relative;
	text-align: left;
	font: 11px ;
	color: #333333;
}

#callme {
	height: 28px;
	width: 116px;
}

#callmeform {
    background-color: #fff;
    bottom: auto;
    box-shadow: 0 0 31px -7px #444;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10%;
    width: 500px;
}

#callmeform table {
    border-collapse: collapse;
    margin: auto;
    width: 380px;
    z-index: 99;
}


#callmeform .title {
    color: #181818;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}


#callmeform .desc {
    color: #575757;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 0 50px;
}


#callmeform input {
    border-radius: 5px;
    color: #444;
    font-size: 14px;
    height: 38px;
    margin: 4px auto;
    padding: 0 10px;
    border: 1px solid #d2d2d1;
    border-radius: 5px;
    background: white;
    padding: 3px 3px;
}

#callmeform input.error{
    border: #cf3143 1px solid;
}

#callmeform table td {
	font: 11px ;
	padding: 2px 1px;
    text-align: left;
}

#callmeform table td:first-child {
    text-align: right;
    color: #575757;
    vertical-align: middle;
    width: 130px;
    padding-right: 15px;
}

#callmeform table td .callme_submit {
    background-color: #08C;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 42px;
    line-height: 42px;
    margin: 30px auto;
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    width: 170px;
    border: none;
    border-radius: 0;
}


#callmeform img.krb {
    right: 16px;
    top: 16px;
    width: 21px;
}
img.krb {
    cursor: pointer;
    display: block;
    opacity: 0.6;
    position: absolute;
    right: 8px;
    top: 8px;
    transition: all 0.2s linear 0s;
    width: 21px;
}

#callmeform table td .callme_submit:hover {
	opacity: 0.9;
}

#call_pad a.viewform {
	border: 0;
	padding: 0;
	cursor: pointer;
}
#header .cart .cart-order-button, #header .auth form button {
	color: #e74381;
	background: url("/bitrix/templates/sound/i/frontend/button-bg.png") repeat-x;
	display: block;
	text-decoration: none;
	height:22px;
	width:104px;
	text-align: center;
	line-height:22px;
	cursor: pointer;
	border: 0;
	font-size: 12px;
	box-shadow: 1px 2px 8px #757575;
	font-family: "PT Sans", sans-serif;
}

#header .cart .cart-order-button.small{
width: 62px;
vertical-align: middle;
margin-left: 4px;
margin-top: 4px;
display: inline-block;
}

#call_pad a.viewform:hover, #header .cart .cart-order-button:hover, #header .auth form button:hover {
	opacity: 0.9;
}

#callme_result div {
	margin: 4px 10px 10px 2px;
	padding: 0px 7px;
}

.c_success {
    background: #71973f none repeat scroll 0 0;
    color: white;
    font-size: 16px;
    line-height: 23px;
    padding: 7px !important;
    position: relative;
    text-align: center;
    top: -80px;
}

.c_error {
	border: 2px solid #EA7598;
	background: #e11857;
	font: 10pt ;
	line-height: 20px;
	color: white;
	text-align: center;
}

#click_buy_result {
	clear: both;
}

#click_buy_form {
	position: relative;
	width: 100%;
	border-bottom: 1px #b6b6b6 dotted;
	padding: 5px 0 5px 0;
}

#click_buy_form .wrap_input {
	margin: 0 144px 0 85px;
	padding: 0 5px;
}

#click_buy_form .thename {
	position: absolute;
	margin: 3px 5px 0 0;
	color: #000;
}

#click_buy_form #click_buy_phone,
#click_buy_form #notification_email {
	border-radius: 5px;
	border: 1px solid #b6b6b6;
	height: 17px;
	width: 100%;
	padding-right: 0px;
	color: #000;
}

#click_buy_form #notification_in_stock .wrap_input {
	margin: 5px 179px 0 0;
	padding: 0 5px 0 0;
}

#click_buy_form .one_click {
	background: url(/bitrix/templates/sound/i/frontend/button-bg-red.png) repeat-x top;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 13px;
	line-height: 25px;
	text-decoration: none;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 117px;
	height: 25px;
	text-align: center;
	text-shadow: 1px 1px rgba(128, 122, 123, 0.64);
	box-shadow: 0 0 1px #999999;
}
#click_buy_form .one_click:hover {
	background: url(/bitrix/templates/sound/i/frontend/button-bg-red.png) repeat-x bottom;
}

#click_buy_form #notification_in_stock .one_click {
	top: 0px;
	width: 173px;
	background: url(/bitrix/templates/sound/i/frontend/button-bg-red.png) repeat-x  top;
	font-size: 13px;
	line-height: 25px;
}

#click_buy_form #notification_in_stock .one_click:hover {
	opacity: 0.9;
}


#callmeform select {
	padding-right: 3px;
	width: 162px;
}

.error-info,
.success-info {
	color: #CC0000;
	border-left: 5px solid #CC0000;
	padding: 10px;
	margin: 10px;
}

.success-info {
	color: #22c515;
	border-left: 5px solid #22c515;
}


@media only screen and (max-width: 767px) {
.block {display: block;}

}

/*.form-control{
	position: relative;
    top: 93px;
    right: 20px;
    z-index: 100;
}*/


@media only screen and (min-width : 320px) and (max-width : 480px) {

.form-control{
	position: block;
    top: 0px;
    right: 0px;
    z-index: 100;
	//margin: 10px 0px ;
}

}


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

.form-control{
	position: inherit;
    top: 0px;
    right: 0px;
    z-index: 100;
	margin: 10px 0px ;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.header__holder {   
		height: auto!important;
		max-height: inherit!important; 
	}
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 39px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    -webkit-user-select: none;
    background-image: none;
    border-radius: 33px;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top i {
    font-size: 3.5rem;
    color: #887568;
	font-size: 3pc;
}
#back-to-top .ps-absolute-bc {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: -1;
    width: 30px;
    height: 40px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.footer {
    border-top: 1px solid #ebe6e1;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 48px;
    width: 100%;
}
.footer__holder__footer {
    margin-left: 16px;
    margin-right: 16px;
    width: auto
}
@media(min-width: 768px) {
    .footer__holder__footer {
        margin-left:32px;
        margin-right: 32px
    }
}
@media(min-width: 1024px) {
    .footer__holder__footer {
        margin-left:40px;
        margin-right: 40px
    }
}
@media(min-width: 1280px) {
    .footer__holder__footer {
        margin-left:56px;
        margin-right: 56px
    }
}

@media(min-width: 1776px) {
    .footer__holder__footer {
        margin-left:auto;
        margin-right: auto;
        max-width: 1616px
    }
}
.footer__columns {
    align-items: start;
    display: flex;
    justify-content: space-between;
    padding: 64px 0 77px
}
.footer__column {
    flex-basis: 320px;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 320px;
    position: relative
}
.footer__column+.footer__column {
    margin-left: 16px
}
.footer__socials {
    margin-top: 32px
}

.footer__subscribe {
    position: relative;
    min-width: 316px
}
.footer__subscribe-label {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px
}
.footerApplication__text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.section__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
	color: #887569;
}
.item {
    display: block;
    font-size: 0;
    white-space: nowrap;
}
.item__link {
    color: #887569;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: color .3s ease;
}
.item__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.footer__bottom {
    align-items: center;
    border-top: 1px solid #ebe6e1;
    box-sizing: border-box;
    display: flex;
    height: 50px;
    justify-content: center;
    padding-top: 3px;
    position: relative;
}

@media(min-width: 1280px) {
    .footer__bottom {
        height:56px;
        padding-top: 0
    }
}

.footer__copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

@media(min-width: 1280px) {
    .footer__copyright {
        font-size:16px;
        font-weight: 400;
        line-height: 24px;
    }
}
.item+.item {
    margin-top: 16px;
}
.footerApplication__logo {
    margin-bottom: 30px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
	.footer__column+.footer__column {
		 margin-left: 0px; 
	}
	.footer__columns {
		display: block;
	}
	.section__title {
		margin-top: 24px;
	}
}
/* Smartphones (вертикальная и горизонтальная ориентация) ----------- */
@media only screen and (min-width : 480px) and (max-width : 768px) {
	.footer__column+.footer__column {
		 margin-left: 0px; 
	}
	.footer__columns {
		display: block;
	}
	.section__title {
		margin-top: 24px;
	}
}
/* iPads (вертикальная и горизонтальная) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.footer__column+.footer__column {
		 margin-left: 0px; 
	}
	.footer__columns {
		display: block;
	}
	.section__title {
		margin-top: 24px;
	}
}

.subscribe__form {
    align-items: start;
    display: flex;
}
.subscribe__field {
    flex-grow: 1;
    flex-shrink: 1;
}
.textInput {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.textInput__background {
    background-color: rgba(245,243,243,.64);
    border-radius: 4px;
    transition: background-color .3s ease;
}
.textInput__background, .textInput__input-block {
    display: flex;
    position: relative;
    height: 100%;
    flex: 1;
    align-items: center;
}
.textInput--medium>.textInput__background {
    height: 44px;
}
.textInput__background, .textInput__input-block {
    display: flex;
    position: relative;
    height: 100%;
    flex: 1;
    align-items: center;
}
.textInput__input-placeholder {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    align-content: center;
    color: #baafa9;
    transition: background-color .3s ease,color .3s ease;
}
.textInput__input-placeholder, .textInput__input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    line-height: normal;
    border-radius: 0;
}
.textInput__input {
    display: block;
    position: relative;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    font-family: Cera Pro,Helvetica,Arial,sans-serif;
    color: #887569;
}
.subscribe__button {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 8px;
}
.default-button {
    position: relative;
    min-width: 44px;
    height: 44px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: background-color .2s ease,color .2s ease;
}
.default-button--full {
    display: flex;
}
.default-button--default {
    background-color: #a89583;
    color: #fff;
}
.default-button--default.default-button--disabled {
    background-color: #dbd7d2;
}
.default-button__icon {
    display: flex;
    position: relative;
    height: 16px;
    align-items: center;
}
.icon {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    stroke: none;
    transition: fill .3s ease;
    width: 100%;
}
.icon--white {
    fill: #fff;
}
.subscribe__note {
    font-size: 12px;
    line-height: normal;
    margin-top: 8px;
    opacity: .5;
    transition: opacity .3s ease;
}
.knopka2 {
	background: none;
    border-bottom: 1px solid;
    font-size: 12px;
    text-decoration: none;
    text-transform: none;
    padding: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}