.text-for-seo h1{
    color: #fff;
    font-size: 22px;
}
.content {
  background: rgba(255, 255, 255, 1);
  /*margin-top: 12px;*/
  padding: 20px 0px;
}

.catalog-menu{
    position: relative;
    z-index: 991;
}

.search_block .icon-close{
    display: none;
}

.menu_brand_block>ul{
	display: flex;
  justify-content: space-between;
}


.catalog-menu>.is-parent:hover,
.menu_brand_block>.is-parent:hover {
	/*background: #edf6fc;*/
	cursor: pointer;
    /* 	position: relative; */
    /* 	z-index: 9; */
}

.catalog-menu>.is-parent>ul,
.menu_brand_block>.is-parent>ul {
    background: #fff;
    display: none;
    padding: 14px;
    margin-top: -2px;
}

.catalog-menu>.is-parent:hover>ul,
.menu_brand_block>.is-parent:hover>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: block;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.catalog-menu>.is-root,
.menu_brand_block>.is-root  {
  display: block;
  vertical-align: top;
  line-height: 58px;
  flex-grow: 1;
}

.catalog-menu .is-ordinary,
.menu_brand_block .is-ordinary{
  line-height: 1.2;
  margin: 8.5px 0;
}
.menu_brand_block .line_1 .is-ordinary,
.menu_brand_block .line_3 .is-ordinary{
  float: left;
  width: 100%;
}

.menu_brand_block .line_2 .is-ordinary{
	float: left;
  width: 50%;
}
.menu_brand_block .line_1 .is-ordinary a,
.menu_brand_block .line_2 .is-ordinary a,
.menu_brand_block .line_3 .is-ordinary a {
  font-size: 15px!important;
}
.menu_brand_block > .cols > li{
  float: left;
  width: 25%;
}
.menu_brand_block > .cols.line_2 > li{
  float: left;
  width: 100%;
}

.catalog-menu li.help {
    width: 100%;
    height: 0;
    visibility: hidden;
}

.catalog-menu li a, 
.catalog-menu li .level2-title,
.menu_brand_block li a, 
.menu_brand_block li .level2-title {
  color: black;
  font-family: FiraSans;
  font-size: 16px;
	text-decoration: none;
}
.catalog-menu li.is-parent.is-root>a{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  display: block;
  transition: all 0.3s;
}

.catalog-menu li a:hover,
.menu_brand_block li a:hover {
    color: #98bd00;
}
.catalog-menu li.is-parent.is-root{
  color: #ffffff;
  transition: all 0.3s;
}
.catalog-menu li.is-parent.is-root:hover>a{
  color: #ffffff;
  background-color: #98bd00;
}
.catalog-menu li.is-parent.is-root>a:hover{
  color: #ffffff;
  background-color: #89a138;
}



.inner-page {
    /*background: #000 url(img/inner_bg.jpg) no-repeat 50% 0;
  background-size: 100% auto;*/
    background: #f0edec;
}

.items-per-page {
    margin-bottom: 15px;
}

.items-per-page__link {
    display: inline-block;
    padding-left: 0.75em;
    padding-right: 0.5em;
}

.items-per-page__link--current {
    color: #000;
    font-weight: bold;
}

.items-per-page__link+.items-per-page__link {
    border-left: 1px solid #cdcdcd;
}

.sizes-clothes {
    display: none;
}

.bx_catalog_item:hover .sizes-clothes {
    display: block;
}

.minimal-order-price {
    margin: 15px 0;
}

.hidden {
    display: none;
}


/* Stylization of broken inputs */

input {
    border: 1px solid #ccc;
    padding: 6px 4px;
}

.product-label {
    position: absolute;
    right: 0;
    z-index: 890;
    bottom: 0;
    width: 130px;
    height: 114px;
}

.product-label--detail-page {
    top: auto;
    bottom: 0;
}

.product-label--best-price {
    background: url(img/icons/best_price.png);
}

.product-label--new {
    background: url(img/icons/new.png);
}

.product-label--sale {
    top: 220px;
    width: 52px;
    height: 44px;
    background: url(img/icons/sales.png);
}
.product-label--vintage {
    background: url(/upload/medialibrary/210/v.png);
}
.product-label--gift {
    background: url(/upload/medialibrary/005/g.png);
}
.discount-price {
    color: #db1313;
}
.search__text {
    display: block;
    line-height: normal;
/*	width: 140px;*/
  width: 290px;
	font-family: FiraSans;
	font-weight: 300;
	font-size: 14px;
	height: 16px;
	padding: 4px;
	box-sizing: content-box;
}

.search_plach{
  background: #deefd7;
  padding: 15px;
  color: #3e7328;
}

/*
.search__submit {
    background: url('img/icons-s05fafa9ddf.png') 0 -126px no-repeat;
    width: 20px;
    height: 20px;
    font-size: 0.01px;
    border: none;
    cursor: pointer;
}
*/
.col {
    box-sizing: border-box;
    padding: 0 15px;
    margin: -10px 0;
    position: relative;
}

.four-cols {
    float: left;
    width: 12%;
}

.col-small {
    float: left;
    width: 249px;
    /*413px;*/
}

.col-large {
    float: left;
    width: 400px;
    /*662px;*/
    margin-left: 25px;
}

.brand-image {
    display: table;
    width: 100%;
    height: 100px;
}

.brand-image>a {
    display: table-cell;
    vertical-align: middle;
}

.brand-desc {
    background-color: rgba(110, 110, 110, 0.93);
    border: 1px solid rgb(115, 115, 115);
    box-sizing: border-box;
    z-index: 10;
    width: 300px;
    padding: 15px;
    font-size: 12px;
    text-align: left;
    color: white;
}

.block-link {
    display: block;
    margin-bottom: 25px;
}

.subscribe {
    height: 100px;
    line-height: 100px;
    background: #dedede;
}

.subscribe__form {
    width: 260px;
    margin: 0 auto;
}

.subscribe__submit {
    margin-left: 10px;
}


/* корзина */

.bx_ordercart_itemused {
    position: relative;
    z-index: 9;
}

.bx_ordercart_itemused__title {
    text-transform: uppercase;
    color: #f00;
    cursor: help;
}

.bx_ordercart_itemused__popup {
    /*position: absolute;*/
    top: 100%;
    left: 0;
    white-space: normal;
    /*width: 90%;*/
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

.bx_ordercart_itemused:hover .bx_ordercart_itemused__popup {
    display: block;
}


/* блоки на главной */

.mp-section {
    box-sizing: border-box;
    margin-bottom: 25px;
}

.mp-section:before,
.mp-section:after {
    display: table;
    content: '';
}

.mp-section:after {
    clear: both;
}

.mp-block {
    float: left;
    box-sizing: border-box;
}

.mp-block:nth-child(n+3) {
    margin-top: 22px;
}

.mp-block--two-cols {
    max-width: 50%;
}

.mp-block--two-cols:nth-child(2n+1) {
    clear: both;
    padding-right: 12px;
}

.mp-block--two-cols:nth-child(2n) {
    padding-left: 12px;
}

.mp-block__title {
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fffefe;
    text-align: center;
    font: 300 24px/47px FiraSans;
}

.mp-block__content {
    position: relative;
}


/*.mp-block__link {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 260px;
	margin-left: -130px;
	margin-top: -29px;
	height: 58px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	background: rgba(255, 0, 0, 0.5);
	vertical-align: top;
	border: 1px solid white;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: white;
	font: 400 24px/56px FiraSans;
}*/

.content {
    float: left;
    width: 100%;
    min-height: 500px;
		box-sizing: border-box;    
}

.content.float {float: left; width: 100%;}

#catalog-multilevel-menu {
    z-index: 1000;
    display: flex;
    flex-grow: 1;
}

.bx_item_list_recommended .bx_catalog_item_controls_blocktwo,
.bx_item_list_recommended .bx_catalog_item_controls_blockone,
.bx_item_list_recommended .bx_catalog_item_scu {
    display: none;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls_blocktwo,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls_blockone,
.bx_item_list_you_looked_horizontal .bx_catalog_item_scu,
.bx_item_list_you_looked_horizontal .bx_catalog_item_articul {
    display: none !important;
}

.cart-popup{
    border-radius: 10px;
    max-width: 550px;
    margin: 0 auto;
    background:  #ffffff;
    text-align: center;
    width: 550px;
    display: none;
}
.cart-popup__title{
    display: block;
    border-radius: 10px 10px 0 0;
    background-color:  #98bd00;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align:  center;
    font-family: FiraSans;
    color: #ffffff;
    font-size: 20px; /* Приближение из-за подстановки шрифтов */
    font-weight: 500;
    line-height: 30px; /* Приближение из-за подстановки шрифтов */
}
.popup-form{
    padding: 18px 0;
}
.popup-form__label{
    font-family: FiraSans;
    color: #010101;
    font-size: 20px; /* Приближение из-за подстановки шрифтов */
    font-weight: 300;
    line-height: 36px; /* Приближение из-за подстановки шрифтов */
    margin-right: 22px;
    display:  inline-block;
    vertical-align:  middle;
}
.popup-form__input{
    border-radius: 10px;
    border-width: 1px;
    border-color: #98bd00;
    border-style: solid;
    width: 313px;
    height: 40px;
    display:  inline-block;
    vertical-align:  middle;
    font-family: FiraSans;
    color: #010101;
    font-size: 20px; /* Приближение из-за подстановки шрифтов */
    font-weight: 300;
    text-align: left;
    padding-left: 15px;
    box-sizing:  border-box;
}
.popup-form__input:focus{
    outline:none
}
.form-row{
    margin-bottom: 27px;
    text-align: center;
}
.popup-form__label_pass{
    margin-left: -13px
}
.login-btn{
    display: inline-block;
    width:  315px;
    margin-left: 86px;
    border-radius: 10px;
    background-color: #ab1215;
    height: 50px;
    font-family: FiraSans;
    color: #ffffff;
    font-size: 20px; /* Приближение из-за подстановки шрифтов */
    font-weight: 500;
    line-height: 20px; /* Приближение из-за подстановки шрифтов */
    text-align: center;
    cursor: pointer;
}
.login-btn:focus{
    outline: none
}
.login-btn:hover{
    opacity: 0.7
}
.form-row_log-btn{
    margin-bottom: 17px
}
.pass-remember{
    display:  block;
    text-align: center;
    font-family: FiraSans;
    color: #ab1215;
    font-size: 16px; /* Приближение из-за подстановки шрифтов */
    font-weight: 300;
    padding-left: 100px;
}
.pass-remember:hover{
    opacity: 0.7
}
.fancybox-cart .fancybox-skin{
    border-radius: 10px
}

.sc-inputLine{
    margin: 10px 0;
}

.sale-paysystem-button-container .btn-buy{
    background: #00a2df;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
    background: -webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background: -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background: -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background: -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background: linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);
    color: #fff;
    text-shadow: 0 1px 0 #165c99;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

/** Страница доставки */

/** Страница оплаты */
.pay_tabs{border: none; padding: 0; margin-top: 20px;}
.pay_tabs ul{
  background: none;
 border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0!important;
  border-bottom: 1px solid #f0edec;
  border-radius: 0;
  margin-bottom: 30px!important;
}
.pay_tabs ul:before, .pay_tabs ul:after{ content: none; }
.pay_tabs.ui-tabs .ui-tabs-nav li a:focus{ outline: none; }
.pay_tabs .num_order_text,
.pay_tabs .input_text{
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}
.pay_tabs .num_order_text{
  margin-top: 35px;
}

.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.pay_tabs.ui-tabs .ui-tabs-nav li {
  margin: 0 40px -2px 0;
  padding: 0;
  background: none;
  border: none;
}

.pay_tabs.ui-tabs .ui-tabs-nav li a{
  display: flex;
  align-items: center;
  font-size: 19px;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  min-height: 28px;
}

.pay_text{
  color: #818588;
  line-height: 1.7;
  font-size: 14px;
}
.online-pay-block .ui-tabs .ui-tabs-panel{
  padding: 0;
}

.pay_tabs.ui-tabs .ui-tabs-nav li a .icon-pay{
  font-size: 28px;
  margin-right: 15px;
}

.pay_tabs.ui-tabs .ui-tabs-nav li a .icon-iandex{
  font-size: 21px;
}

.pay_tabs.ui-tabs .ui-tabs-nav li.ui-state-active a {
  border-bottom: 3px solid #86bd00;
  color: #212121;
}

.pay_tabs.ui-tabs .ui-tabs-nav li:hover a{
  color: #212121;
}
.pay_tabs .ui-state-default a,
.pay_tabs .ui-state-default a:link,
.pay_tabs .ui-state-default a:visited{color: #abaaa8;}
.pay_tabs ul li img {width: 100%;}
.pay_tabs .title_tab_panel{
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.pay_tabs p{color: #818588;}
.pay_tabs input[type="text"]{width: 210px;}
.pay_tabs input[type="text"].error{ border: 2px solid red}
.pay_tabs .input_text.error{ color: red }
.pay_tabs .check_order {
    height: 43px;
    background-image: none;
    background-color: rgb(255, 126, 0);
    padding: 6px 10px;
    color: #fff;
    cursor: pointer;
    margin-left: 30px;
}

.pay_tabs .check_order:hover {
    background-color: rgb(170, 211, 0);
}

.pay_tabs .check_order.check_order-disabled {
    background-color: #5f5f5f;
    cursor: default;
}

.pay_tabs .error-text{
    display: inline-block;
    padding: 0 10px;
    color: red;
    font-weight: 800;
}

.pay_tabs .order-price{
    display: none;
    padding-top: 10px;
}

.pay_tabs .order-price p{
    display: inline;
    padding: 0 5px;
    color: #000;
    font-weight: 800;
}

.block_button_pay{
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.block_button_pay .text_absent{font-size: 12px;}

.block_button_pay input{
  color: #fff;
  background: #749000;
  border: none;
  padding: 12px 35px;
  margin-right: 20px;
}
.block_button_pay.block_button_pay-disabled input{
    background: #5f5f5f;
    cursor: default;
}

.block_button_pay input:hover{background: #86bd00;}

.block_button_pay.block_button_pay-disabled input:hover{
    background: #5f5f5f;
    cursor: default;
}
/** Страница оплаты */

/* вакансии | Конфиденциальность и защита информации | Условия продажи | Доставка и оплата | Контакты | О компании */
.kontakty p, .kontakty table, .vakansii p, .confidentiality p, 
.terms_of_sale .margins, .delivery p, .about_company p, 
.delivery div.online-pay-block, 
.delivery .more_info_text li {
	margin-left:150px; 
	margin-right:100px; 
	margin-top:15px;
}
.about_company img {
	margin: 30px 0 50px 150px; 
	width: 858px;
}
.kontakty table td { width: 300px;}
.kontakty p { position: relative; }
.kontakty .yamap_container {
	width: 600px; 
	height: 320px; 
	margin-left: 150px;
	background: #ebf4f8;
}
.kontakty .phone_btn {
	display: inline-block;
	padding: 3px 10px;
	background: #98bd00;
	color: white;
}
.kontakty .navigator { display: none;}
.kontakty .container {	display: none; }
.kontakty h3 { 
	position: relative;
	cursor: pointer;
}
.kontakty h3.active:before  {	transform: rotate(180deg);}
.kontakty h3.active + .container {}
.kontakty h3:active { background:  #f8f8f8; }
.kontakty h3:before {
	font-family: 'ico-kamo-uniforma-02';
	content:'\e901';
	font-size: 15px;
	position: absolute;
	left: 15px;
	top: calc(50% - 8px);
	transition: .3s;
}
/* вакансии */
/*.fancybox-wrap { width: 30%! important; }
.fancybox-inner { width: 100% !important; }*/
.email_send {
	display: none;
	padding: 30px 0;
	text-align: center;
}
.email_send input[type="button"] {	width: 38%;}
.vacancy_form textarea,
.vacancy_form input[name="title"] {
	width: 100%;
	box-sizing: border-box;
}
.vacancy_form .email {
	margin-bottom: 20px;
	position: relative;
}
.vacancy_form .err_email { 
	position: absolute;
	display: none; 
	font-size: 12px;
	color: red;
}
.vacancy_form .err_email.active { display: block; }
.vakansii hr { width: 960px; }
.vakansii .vacancy_title { 
	cursor: pointer;
	line-height: 25px;
}
.vakansii .empty_value {
	color: gray;
	font-size: 14px;
	font-style: italic;
}
.vakansii .vacancy_title:before {
	font-family: 'ico-kamo-uniforma-02';
	content: "\e901";
	font-size: 12px;
	margin-right: 5px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 8px;
}
.vakansii .vacancy_title.active:before {
	font-family: 'ico-kamo-uniforma-02';
	content: "\e905";
	font-size: 12px;
	margin-right: 5px;
}
.vakansii .vacancy_title span {	display: table-cell; }
.vakansii .vacancy_description { 
	display: none;
	padding-left: 25px;
	margin-left:150px; 
	margin-right:100px; 
	margin-top:15px;
}
.vakansii .vacancy_title.active + .vacancy_description { display: block; }
.vakansii .print_vacancy { cursor: pointer; }
/* ----- */
.terms_of_sale .margins p {margin-bottom: 6.4pt;}
.terms_of_sale  .margins ul li {
	list-style-type: circle;
	margin-left: 30px;
	margin-top: 15px;
}
.terms_of_sale  .margins ol li {	padding-top: 20px;}
.terms_of_sale  .margins p.title {margin-top: 50px;}
.terms_of_sale a, .confidentiality a, .vakansii a {
	color: #98bd00;
	text-decoration: underline;
}

.delivery a { color: #98bd00;}
.delivery p, .delivery div.online-pay-block {	color: #464646; }
.delivery h3 { 
	margin-top: 30px;
	color: #ee1d24;
}
.delivery .pay_tabs p { margin: 0px; }
.delivery .pay-type { margin-bottom: 5px; }

/* стили всплывающего окна "Как получить заказ?" */
.modal_how h2 {padding: 0;}
.modal_how ol {margin: 15px 0;padding-left: 15px;}
.modal_how li {
  list-style-type: decimal;
  margin-top: 15px;
  position: relative;
}

.modal_how .right_line {
  position: absolute;
  right: 0;
  bottom: 0;  
}

.modal_how .right_line.red {color: #f00;font-weight: bold;}
.modal_how .right_line.italic {font-weight: 400;}
.modal_how li {
    list-style-type: none;
    margin-top: 0px;
}

.modal_how ul.block_delivery{
    margin-top: 15px;
    border-top: 1px solid #e4e6e8;
    margin-bottom: 25px;
}

.modal_how ul.block_delivery li{
    border-top: 1px solid transparent;
    border-bottom: 1px solid #e4e6e8;
    cursor: pointer;
}
.modal_how ul.block_delivery li .title_delivery{
    position: relative;
    padding: 15px 20px 15px 15px;
}

.modal_how ul.block_delivery li .title_delivery::after{
    font-family: 'ico-kamo-uniforma-02';
    content: '\e901';
    font-size: 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}
.modal_how ul.block_delivery li.open .title_delivery::after{
    content: '\e905';
}

.modal_how ul.block_delivery li .description_delivery{
    display: none;
    margin: 13px 25px 10px 15px;
    position: relative;
}
.modal_how ul.block_delivery li.open .description_delivery{display: block;}

@media (min-width: 992px) {
    .modal_how ul.block_delivery li:hover{
        border-top: 1px solid #89a12a;
        border-bottom: 1px solid #89a12a;
        background: rgba(137, 161, 42, 0.2);
    }
}
.modal_how ul.block_delivery li.open{
    border-top: 1px solid #89a12a;
    border-bottom: 1px solid #89a12a;
    background: #f9f9f9;
}
.how_get_fancy .fancybox-inner{height: auto!important;}
/*// стили всплывающего окна "Как получить заказ?" */

.delivery .more_info_container { 
	position: relative; 
	margin-bottom: 40px;
}
.delivery .more_info_btn {
	position: absolute;
	bottom: -30px;
	left: 0;
}
.delivery .more_info_btn:after {
	content: "Подробнее...";
	color: #98bd00; 
	cursor: pointer; 
}
.delivery .more_info_btn.active:after { content: "Скрыть"; }
.delivery .more_info_text  { 
	display: block;
	position: relative;
	height: auto;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.5s;
}
.delivery .more_info_btn.active + .more_info_text { max-height: 5000px; }
.delivery p.more_info_text img { 
	float: left;
	width: 400px;
}
.delivery a.btn {
	display: table-cell;
	background: #f15a22;
	color: white;
	padding: 5px 10px;
}
.delivery .more_info_text .card_item {
	position: relative;
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	padding-right: 20px;
}
.delivery .more_info_text .card_icon {
	display: table-cell;
}
.delivery .more_info_text .card_icon img {
	width: 80px;
}
.delivery .more_info_text .mir_card::before {
	content:"\2022";
	display: inline-block;
	font-size: 24px;
	padding-right: 20px;
	
}
.delivery .more_info_text .mir_card:after {
	content:"";
	display: inline-block;
	background: url(/upload/medialibrary/121/mir.png) no-repeat center center;
	background-size: 100% auto;
	width: 80px;
	height: 50px;
	margin-bottom: -18px;
	margin-left: 10px;
}
.delivery .more_info_text .visa_card:after {
	content:"";
	display: inline-block;
	background: url(/upload/medialibrary/082/visa.png) no-repeat center center;
	background-size: 100% auto;
	width: 80px;
	height: 50px;
	margin-bottom: -18px;
	margin-left: 10px;
}
.delivery .more_info_text .master_card:after {
	content:"";
	display: inline-block;
	background: url(/upload/medialibrary/d3d/mastercard.png) no-repeat center center;
	background-size: 100% auto;
	width: 80px;
	height: 50px;
	margin-bottom: -18px;
	margin-left: 10px;
}
.delivery .more_info_text .jcb_card:after {
	content:"";
	display: inline-block;
	background: url(/upload/medialibrary/32e/jcb.png) no-repeat center center;
	background-size: 100% auto;
	width: 45px;
	height: 46px;
	margin-bottom: -18px;
	margin-left: 10px;
}
/* PICKPOINT Intstruction */
.pickpoint { position: relative; }
.pickpoint h3 {
	text-align: center;
	line-height: 30px;
}
.pickpoint .box {
	display: table;
	margin-left: 150px;
	margin-right: 100px;
}
.pickpoint .row { 
	display: table-row;
}
.pickpoint .cell {
	display: table-cell;
	padding: 10px 20px;
	vertical-align: middle;
}
.pickpoint .cell:nth-child(1) {
	vertical-align: top;
}
.pickpoint .cell a { 
	color: #f15a22; 
	font-weight: bold;
}
.pickpoint .download_btn_up {
	position: absolute;
	display: inline-block;
	text-decoration: none;
	color: white;
	background: #f15a22;
	cursor: pointer;
	line-height: 50px;
	padding: 0px 15px;
	right:50px;
	top: 40px;
	border-radius: 20px 0 20px 0;
}
.pickpoint .download_btn_dwn { display: none;}
.pickpoint .download_btn_up:after {
	content: "";
	background: url(/upload/medialibrary/7c1/dwnld48x48.png) no-repeat center center;
	background-size: 100% auto;
	width: 44px; height: 44px;
	display: inline-block;
	margin-bottom: -17px;
	margin-left: 10px;
}
/* на главной */
.pickpoint_banner { display: block;}
.pickpoint_banner:hover { background: #222222;}

/* Персональный раздел */
.personal_page{ padding: 50px 10px 20px; float: none; }
.personal_page img{ max-width: 100%; }
.personal_page h2{
  padding-left: 28px;
  line-height: 1.2;
  font-size: 31px;
  padding-top: 5px;
}
.personal_page ul{
  padding-left: 28px;
  padding-top: 28px;
}
.personal_page ul li{
  line-height: 1;
  padding-bottom: 5px;
}
.personal_page a{
  color: #336699;
  font-size: 16px;
  line-height: 1.2;
}
.personal_page a:hover{ text-decoration: underline; }

/* //Персональный раздел */

.mg_top20{margin-top: 20px;}

/** Стили для прижатия шапки сайта */
.catalog-menu > .is-parent > div.submenu-wrapper > div.jesus{
  box-sizing: border-box;
  /*max-height: calc(100vh - 140px);*/
  max-height: calc(80vh - 140px);
  overflow-y: auto;
}
.catalog-menu > .is-parent > div.submenu-wrapper{
  box-sizing: border-box;
  max-height: calc(83vh - 140px);
  overflow-y: auto;
}
.shadow_block{
  position: absolute;
  bottom: 0;
  width: 95%;
  height: 45px;
  box-shadow: inset -10px -25px 20px #ffffff;
}
.t-head1{
  position: fixed;
  width: 100%;
  z-index: 1001;
}

#header{
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 110px;
}
#content{ padding-top: 125px; }
/** //Стили для прижатия шапки сайта */
.catalog-menu > .is-parent > div.submenu-wrapper .level2-header a {
	background-size: 35px;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
  margin-right: 20px;
  text-align: left;
  transition: all 0.3s;
}
.submenu-wrapper>div.jesus::-webkit-scrollbar-track{
  border-radius: 10px;
  background-color: #dbdbdb;
}
.submenu-wrapper>div.jesus::-webkit-scrollbar{
  width: 8px;
  background-color: #ffffff;
}
.submenu-wrapper>div.jesus::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background-color: #89a138;
}
.catalog-menu > .is-parent > div.submenu-wrapper  .christ .level2-header { margin: 0;}
.catalog-menu > .is-parent > div.submenu-wrapper  .christ .level2-header a {
  background-size: 55px;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 55px;
  line-height: 17px;
  text-align: left;
  transition: all 0.3s; 
  border-bottom: 1px solid #ddd;
}
.catalog-menu > .is-parent > div.submenu-wrapper  .christ .level2-header:last-child a { border: none; }
.catalog-menu > .is-parent > div > div.jesus.christ { padding: 0 20px;}
.catalog-menu > .is-parent > div.submenu-wrapper .jesus.christ ~ .shadow_block { display: none;}
.bx_item_list_recommended .bx_catalog_item_controls_blocktwo,
.bx_item_list_recommended .bx_catalog_item_controls_blockone,
.bx_item_list_recommended .bx_catalog_item_scu{
  display: block;
}

h1.section_h1{font-size: 24px;}

/*Новые ярлыки*/
.product-multilabel-block{
    position: absolute;
    font-size: 11px;
    bottom: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
}
.product-multilabel-block .product-label-new:last-child{margin-right: 0}
.product-multilabel-block .product-label-new{
    margin-right: 2px;
    margin-top: 2px;
    padding: 3px 10px;
    float: left;
}
.bx_catalog_item_images_double .product-multilabel-block{padding: 0 26px;}

.product-multilabel-block .new-product-label{background-color: #839c1af2;}       /*Новинка*/
.product-multilabel-block .vintage-label{background-color: #215caaeb;}           /*Винтаж*/
.product-multilabel-block .best-price-label{background-color: #fd6c2bd9;}        /*Лучшая цена*/
.product-multilabel-block .special-condition-label{background-color: #7e36a7;}   /*Спец.условия*/
.product-multilabel-block .rarity-label{background-color: #191919;}              /*Раритет*/
.product-multilabel-block .discount-label{background-color: #fe252ade;}          /*Скидка в процентах и Скидка на размеры*/
.product-multilabel-block .idea-for-present-label{background-color: #e47fe2e3}   /*Идея подарка*/
.product-multilabel-block .sale-leader-label{background-color: #fd6c2bd9;}       /*Лидер продаж*/
.product-multilabel-block .big-size{background-color: #4c40a0d9;}				/*Большой размер*/

.product-multilabel-block-fast-view{z-index: 10;}
.product-multilabel-block-detail{ z-index: 10;}
.product-multilabel-block-detail .product-label-new{font-size: 15px; }
/*Новые ярлыки*/

#catalog_main .bx_catalog_item_images, #catalog_main .bx_catalog_item_images_double{
    height: 250px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

#catalog_main .bx_catalog_item_images img, #catalog_main .bx_catalog_item_images_double img{
    max-height: 100%;
    max-width: 100%;
}
.bx_item_detail.fast_view .favourite div{
  color: #86bd00;
  text-decoration: none;
}
.vertscroll{
    max-height: 55px;
    overflow-y: auto;
}
/*Стили новой шапки*/
.flex-center{
  display: flex!important;
  align-items: center;
}
.slogan{
  font-size: 13px;
  color: #b7b7b7;
}
.flex{
  display: flex;
}
.tel-link{
  display: block;
  margin: 0 auto;
  text-align: left;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.3s;
  line-height: 14px;
  position:relative;
}
.tel-link:hover,
.header-link:hover{
  color: #97bf00;
}
.phone_list {
  color: #fff;
  position: absolute;
  top: -13px;
  background: black;
  padding: 0 20px 7px 7px;
  overflow: hidden;
  height: 30px;
  transition: height 0.1s linear 0s;
  box-sizing: content-box;
}
.phone_list a { text-decoration: none; }
.phone_list:hover {	
	height: 75px; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.phone_list a { 
  padding-bottom: 15px; 
}
.phone_list .descr_tel {
  font-size: 11px;
  line-height: 1;
}
.header-link,
.slash{
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s;
  line-height:15px;
  text-align:right;
}
.flex-around{
  display: flex!important;
  justify-content: space-around;
}
.header-fav{margin-right: 10px; margin-bottom: 14px;}
.header-fav i,
.header-fav a {
  color: #97bf00;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.cart-link {
	margin-top: -2px;
}
/*Всплывающая корзина*/
.popup-basket,
.popup-basket-message {
    font-family: FiraSans;
    line-height: 1.2;
    color: #000000;
}
.popup-basket .popup-window-close-icon,
.popup-basket-message .popup-window-close-icon {
    width: inherit;
    height: inherit;
    padding: 5px;
    font-size: 16px;
    font-family: 'ico-kamo-uniforma-02' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    color: #000000;
}
.popup-basket .popup-window-close-icon:after,
.popup-basket-message .popup-window-close-icon:after {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: inherit;
    height: inherit;
    content: "\e900";
    background-image: none;
}
.popup-basket .popup-window-close-icon:hover,
.popup-basket-message .popup-window-close-icon:hover {
    opacity: 0.5;
}
.popup-basket .popup-window-content,
.popup-basket-message .popup-window-content {
    padding-top: 38px;
    padding-bottom: 15px;
    background: none;
}
.popup-basket .popup-window-titlebar,
.popup-basket-message .popup-window-titlebar {
    display: none;
}
.product-info:after {display: none!important;}
.product-info img {
    max-height: 390px;
    max-width: 100%;
}
.product-info {
    margin: 0 -30px;
    width: 619px!important;
}
.product-info > div {padding: 10px 0;}
.product-info > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px;
    padding: 0;
    overflow: hidden;
}
.product-info > div:nth-of-type(2) {
    padding: 20px 27px;
}
.product-info > div:last-child {padding: 14px 24px;}
.product-info .name {font-weight: 400;}
.product-info .product-content {
    font-size: 14px;
    font-weight: 300;
}
.product-info .action {
    padding-bottom: 19px;
    margin-top: -3px;
    font-size: 20px;
    font-weight: bold;
}
.product-info .store-time-message{
	background: #c9df95;
	padding: 15px 20px;
	margin-bottom: 19px;
	font-size: 12px;
}
.product-info .product-size {
    margin-top: 11px;
    font-weight: 400;
}
.product-info .product-size span {
    font-weight: 300;
    color: #a5a5a5;
}
.product-info .product-size .size {
    display: inline-block;
    margin-left: 4px;
}
.product-info .product-price {
    padding: 18px 30px;
    margin: 16px 0;
    background-color: #eaeaea;
}
.product-info .product-price > div:last-child {
    width: calc(100% + 10px);
    margin-left: -5px;
}
.product-info .product-price > div:last-child > div {padding: 0 5px;}
.product-info .price-old {
    color: #cf1515;
    text-decoration: line-through;
    font-size: 16px;
}
.product-info .price-old span,
.product-info .main-price span,
.product-info .discount-value span{
    font-size: 0.77em;
    display: inline-block;
}
.product-info .main-price {
    font-weight: bold;
    font-size: 35px;
}

.product-info .saving {
    margin-top: 5px;
    font-size: 13px;
}
.product-info .discount-value {
    display: inline-block;
    margin-top: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #81b701;
}
.product-info > div.col_6_10{
    float: right;
}
.popup-basket .popup-window-buttons {
    position: relative;
    padding: 0 15px 40px 0;
    margin-left: 39%;
    overflow: hidden;
}
.popup-basket .bx_catalog_list_home {
    width: 50%;
    box-sizing: border-box;
    float: left;
}
.popup-basket .bx_catalog_list_home:first-child {padding-right: 4px;}
.popup-basket .bx_catalog_list_home:last-child {padding-left: 4px;}
.popup-basket .bx_catalog_list_home .bx_bt_button,
.popup-basket-message .bx_bt_button {
    width: 100%;
    height: inherit!important;
    padding: 12px 5px 13px!important;
    text-shadow: none!important;
    border-radius: 0!important;
    font-weight: 300!important;
    line-height: normal!important;
    -webkit-appearance: none;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}
.popup-basket .bx_catalog_list_home:first-child .bx_bt_button,
.popup-basket-message .bx_bt_button {background: #81b701!important;}
.popup-basket .bx_catalog_list_home:first-child .bx_bt_button:hover,
.popup-basket-message .bx_bt_button:hover {
    text-shadow: 0 1px 0 #98bd00!important;
    background: linear-gradient(to bottom, #c0e52e 0%,#98bd00 100%)!important;
}
.popup-basket .bx_catalog_list_home:last-child .bx_bt_button {
    padding: 11px 5px 12px!important;
    border: 1px solid #d0d0d0;
    background: #ffffff!important;
    color: #3f3f3f;
}
.popup-basket .bx_catalog_list_home:last-child .bx_bt_button:hover {background: #f7f7f7!important;}
.product-message {
    width: 569px!important;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 14px;
}
.popup-basket-message .bx_catalog_list_home {float: none;}
.popup-basket-message .bx_bt_button {width: 170px;}
.popup-basket-message .popup-window-buttons {padding: 7px 0 20px;}
/*//Всплывающая корзина*/
.swiper-button-prev,
.swiper-button-next{outline-style: none; outline-width: 0px!important; outline-color: transparent!important;}


/*банер беред шапкой*/
.ban_top_style{
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1000;
  right: 0;
}
/*Я хочу это*/
.btn_form_have:hover{
    text-shadow: 0 1px 0 #98bd00;
    background: linear-gradient(to bottom, #c0e52e 0%,#98bd00 100%);
}
.btn_form_have{
padding: 10px 40px;
border-radius: 3px;
-webkit-appearance: none;
font-size: 14px;
width: 100%;
text-shadow: 0 1px 0 #98bd00;
background: #81b701;
color: #fff;
}
.div_have{
    text-align: center;
}
/*//Я хочу это*/


.t-head1 .logo_block{
  /*
  display: flex;
  align-items: flex-end;
  */
}

.t-head1 .logo_block .slogan{
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
}

.t-head1 .logo_block .logo img{width: 200px;}
.flex-bottom {
  display: flex!important;
  align-items: flex-end;
}
.padd_bottom_header{
  padding-bottom: 4px;
}
.padd_bottom_header.phone_container{
  position: relative;
}
.links_header_block{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 23px;
}
.links_header_block .name_and_reg {
  position: relative;
}
.links_header_block .icon-mob-vhod{
  color: #fff;
  margin-right: 6px;
  position: absolute;
  left: -23px;
}

.just_end{justify-content: flex-end;}

.links_header_block .user_auth {
  display: flex;
  align-items: top;
}
#footer .footer_slogan_block{
  color: white;
}

#footer .footer_slogan_block .footer_slogan{
  opacity: 0.5;
  font-size: 14px;
  padding-top: 5px;
  line-height: 1.3;
  padding-bottom: 10px;
}

#footer .footer_phone{
  float: left;
  width: 100%;
}

#footer .footer_phone .tel-link{
  float: left;
  font-size: 24px;
  padding: 10px 0;
}

#footer .footer_copy{font-size: 15px; color: #fff;}
#footer .social-buttons{
  padding-top: 20px;
  display: flex;
  align-items: center;
}
#footer .social-buttons a{color: #a4a4a4;}
#footer .social-buttons a:hover{color: #97bf00;}
#footer .social-buttons a i{font-size: 21px;}
#footer .social-buttons a i.icon-soc-vk{font-size: 14px;}

/*Новые стили главная*/
.ct {
  /*max-width: 1100px;
  width: 100%;*/
}
.ct-big {
  max-width: 1920px;
  width: auto!important;
  margin: 0 auto;
}
.bottom-border{
  padding-bottom: 60px;
  background: white;
}
.w-100 {
  max-width: 100%;
}
#content{
  margin-bottom: 1px;
}
.seo-text .bttn-place {
  padding: 0px;
  padding-top: 10px;
  font-size: 14px;
  float: left;
  width: 100%;
}
.seo-text .bttn-place a{
  color: #000;
  border-bottom: 1px solid;
  text-decoration: none;
}
.seo-text .bttn-place.txt_shadow {
  box-shadow: 0px -30px 30px 20px #fff;
  position: relative;
}
.title_main{
  color: #000;
  text-transform: uppercase;
  font-size: 21px;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  padding-bottom: 15px;
  padding-top: 0px;
  font-weight: bold;
  position: relative;
}
.seo-text .bx-section-desc-post{
  font-size: 14px;
}
.bg-skidka{
  background: url("/images/bannerskidkapercent.jpg");
  height: 250px;
  display: flex;
}
.bg-skidka .left-block{
  float: left;
  color: #ffffff;
}
.bg-skidka .icon-podpiska{
  font-size: 46px;
  margin-right: 25px;
}
.bg-skidka .big-text {
  font-size: 34px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  margin-top: -15px;
}
.bg-skidka .small-text {
  margin-top: -8px;
  font-size: 15px;
}

.margin_left_big{
  margin-left: 131px;
}

.coupon_content_fancy {
    font-size: 12px;
    padding: 0 0 0 70px;
    background: url(img/icons/fancyProz.png) no-repeat;
    min-height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coupon_content_fancy .big_text {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 27px;
    width: 100%;
    display: block;
    color: #fc8200;
	padding-bottom: 10px;
}

.coupon_content_fancy .big_text span {
    color: #000000;
}

/* basket and order*/
.order_page h1{
   background: #f7f7f7;
   padding: 10px 15px;
 }
/* //basket and order*/

/*>> holidays design */
.mainmenu-img-left	{
   position: absolute;
   left: -370px;
} 
.mainmenu-img-right {
   position: absolute;
   right: -370px;
   transform: scale(-1, 1);
}
.title_icon {
	position: absolute;
	left: -70px;
	top: -15px;
}
/* holidays design <<*/
/*>> стили для  /contact_us/spasibo-za-vashu-otsenku.php */
.thanks_for_tip {}
.thanks_for_tip  .ttl {
	font-size: 30px;
	color: #98bd00;
	font-weight: 600;
	line-height: 60px;
}
.thanks_for_tip hr {
	background: #98bd00;
	height: 1px;
}
.thanks_for_tip .link {
	color: #98bd00;
	text-decoration: underline;
}
.thanks_for_tip .percent {
	color: red;
	font-weight: 900;
	font-size: 20px;
}
.thanks_for_tip p {
	font-size: 20px;
	padding-bottom: 50px;
}
.thanks_for_tip .shop_reviews,
.thanks_for_tip .product_reviews {
	line-height: 40px;
}
.thanks_for_tip .grn-btn-lnk {
	background-color: #98bd00;
	padding: 5px 15px;
	color: #ffffff;
	white-space: nowrap;
}
.thanks_for_tip .grn-btn-lnk:hover {
	cursor: pointer;
}
.thanks_for_tip .red {
	color: #ff0000;
}
.thanks_for_tip .product_container{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 15px;
}
.thanks_for_tip .product_container .product_picture img {
	width: 70px;
}		
.thanks_for_tip .product_container .product_name {
	line-height: 30px;
}
/* стили для  /contact_us/spasibo-za-vashu-otsenku.php <<*/ 

/*>> стили для страницы /personal/link_review/ десктоп*/
.space-between{
  justify-content: space-between;
}
.write_to_us,
.review_link_button{
  display: block;
  padding: 9px 120px;
  border-radius: 3px;
  -webkit-appearance: none;
  font-size: 14px;
  background: #97bf00;
  color: #fff;
  transition: all 0.3s;
}
.write_to_us:hover,
.review_link_button:hover{
  background-color: #1d522a;
}
p.review_small_txt {
  font-size:12px;
}
.review_link_button{
  width:350px;
  font-size:20px;
  padding:20px;
  text-align:center;
}
.review-link-service{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 10px 100px;
  background: #fff!important;
  border: 1px solid #e5e5e5;
  color: #000;
  transition: all 0.3s;
  margin-right: 20px;
}
.review-link-service:hover{
  background: #1d522a!important;
  color: #ffffff;
  text-shadow: none;
}
.review-link-service:nth-child(1) i {
  color:#fc3f1d;
  font-size:22px;
}
.review-link-service:nth-child(2) i {
  color:#b74746;
  font-size:22px;
}
.review-link-service:hover i{
  color:white;
}

.mv-20{
  margin: 20px 0px;
}
.emoj{
  margin-right: 20px;
}
.inline-block{
  display:inline-block;
}
.link_review_form input[type='text']::-webkit-input-placeholder{
color:#b2b2b2;
}
.link_review_form input[type='text']::-moz-placeholder{
color:#b2b2b2;
}
.link_review_form input[type='text']:-moz-placeholder{
color:#b2b2b2;
}
.link_review_form input[type='text']:-ms-input-placeholder {
color:#b2b2b2;
}
/* стили для страницы /personal/link_review/ десктоп <<*/

.just_space_around {justify-content: space-around;}

/* новая шапка */
.t-head1.new_design .head_line {
    padding: 12px 0;
    border-top: 1px solid #444444;
}

.t-head1.new_design .head_line.first {padding: 8px 0;}

.t-head1.new_design .phone_list {
  top: 5px;
  height: 18px;
  padding: 2px 20px 0 25px;
  z-index: 10;
  transition: height 0.1s linear 0s;
}

.phone_list_arrow{
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  right: 4px;
  top: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  cursor: pointer;
  transition: .3s;
}

.t-head1.new_design .phone_list.active .phone_list_arrow{
  transform: rotate(180deg);
}

.t-head1.new_design .phone_list.active {
  height: 125px; 
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.t-head1.new_design .phone_list .max:before {
  content: "\e955";
  position: absolute;
  top: -2px;
  left: -25px;
  color:#ffffff;
  font-size: 16px;
  line-height: 17px;
  font-family: 'ico-kamo-uniforma-02' !important;
}

.t-head1.new_design .phone_list .tg:before {
  content: "\e942";
  position: absolute;
  top: -2px;
  left: -25px;
  color:#ffffff;
  font-size: 16px;
  line-height: 17px;
  font-family: 'ico-kamo-uniforma-02' !important;
}

.t-head1.new_design .phone_list .landline_tel:before {
  content: "\e95B";
  position: absolute;
  top: -2px;
  left: -24px;
  color:#ffffff;
  font-size: 14px;
  line-height: 17px;
  font-family: 'ico-kamo-uniforma-02' !important;
}

.t-head1.new_design .personal-block {padding: 0 40px 0 0;}

.t-head1.new_design .logo_block i {
		color: #fff;
    font-size: 26px;
    line-height: 32px;
}

.t-head1.new_design .user_top_link {float: right;position: relative;}
.t-head1.new_design .user_top_link .auth_mess {
  position: absolute;
  left: -20px;
  max-width: 185px;
  background: #89a127;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  padding: 8px 10px;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 100;
}

.t-head1.new_design .user_top_link a:hover .auth_mess {opacity: 1;}
.t-head1.new_design .header-link.out {color: #89a127;}
.t-head1.new_design .form1 {
  top: 45px;
  right: -200px;
  z-index: 100;
}

.t-head1.new_design .header-fav {margin: 0;}

.t-head1.new_design .head-right-block {
	align-items: center;
  justify-content: space-between;
}
.t-head1.new_design .head-right-block > div > a > i {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}

.t-head1.new_design .head-right-block > div i:hover {
	color: #89a127;
}

.t-head1.new_design .head-right-block > div a {
	position: relative;
	text-decoration: none;
}

.t-head1.new_design .head-right-block > div .count {
  position: absolute;
  bottom: -5px;
  right: -6px;
  width: 17px;
  height: 17px;  
  background: #89a127;
  border-radius: 50px;
  font-size: 10px;
  line-height: 19px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.t-head1.new_design .head-right-block > div .count.hide {display: none;}

.t-head1.new_design .head-right-block .header-fav i, 
.t-head1.new_design .head-right-block .header-fav a {color: #fff;}

.t-head1.new_design .head-right-block .bx-basket .count {bottom: -7px;}

.favorite_button{cursor: pointer}

/* Стили модального окна */

.create_order{
    background: #81b701;
    border: 1px solid #81b701;
    padding: 12px 14px;
    font-weight: 300;
    color: white;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    float: right;
    border: 1px solid #bdbdbd;
    /*margin-right: 14px;*/
    width: auto;
}
.buttons .create_order:hover, .product-info .create_order:hover{
    background: #99da00;
    color: #fff;
    text-decoration: none;
}
.buttons .back_buy:hover, .product-info .back_buy:hover{
    color: #000;
    text-decoration: none;
}
.back_buy{
    background: #ffffff;
    padding: 12px 15px;
    font-weight: 300;
    color: black;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    float: right;
    border: 1px solid #bdbdbd;
}
.back_buy:hover{
    background: #f7f7f7;
}

/* //Стили модального окна */
.fancybox-opened {
	z-index: 1030 !important;
}
.fancybox-overlay {
	z-index: 1025 !important;
}
.breadcrumb-container{
    width: 100%;
    background-color: #f0edec;
}
#content{
    background-color: #fff;
}
div.modern-page-navigation {
	padding: 0.5em 0;
    margin: 0;
}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
  padding: 0 4px;
	text-decoration: none;
  color: #9e9e9e;
}

div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
	border-left: none;
	padding-left: 4px; }
span.modern-page-current {
	font-weight: bold;
  color: #000;
}
.float-left{
    float: left;
}
.block-slider-similar {
    position: relative;
    margin-bottom: 30px;
}
/*.offers-quantity p:first-child{
    display: none;
}*/
.sale_sizes-item {
    white-space: pre;
    display: inline-block;
}
.window_back_slider{
    max-width: 619px;
    display: inline-block;
    padding: 0 10px;
    overflow: hidden;
}
.button-close{
    color: black;
    font-size: 20px;
    right: 10px;
    position: absolute;
    top: 10px;
    cursor: pointer;
}
.product-info{
    margin: 0;
}
.is-exist-user.auth-block{
    color: red;
    font-weight: 400;
}
#order_form_div .sale_block.orange-sale, #basket_content .sale_block.orange-sale{
    background: #ff7e00;
    border-color: #ffbe80;
}

#order_form_div label.place_holder {
    pointer-events: none;
}
#eror-sbr{
    margin-top: 15px;
    color: red; 
}

.delivery_main_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    padding: 18px 0;
}

.delivery_main_link a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 75% !important;
}

.delivery_main_link div {

}

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

.delivery_main_link span {
    color: #000;
    font-size: 22px;
    border-bottom: 2px solid #ff7e00;
    padding-bottom: 5px;
    font-weight: 500;
}
/*стили адаптивного видео*/
div.snippet-video-container {
	border:none;
	background:none;
	padding:0;
}
div.snippet-video-container .microdata-for-video {
	display: none;
}
div.snippet-video-container .adaptive-video-container {
	position:relative;
	height:0px;
	padding-bottom:57%;
}
div.snippet-video-container .adaptive-video-container .video {
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	
}
div.snippet-video-container .adaptive-video-container .video iframe {
	width:100%;
	height:100%;
}
div.snippet-video-container .adaptive-video-container .video.mobile{
  display:none;
}
/*//стили адаптивного видео*/

/*Стили блока чекбоксов*/
.form-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 12px;
    line-height: 1.2;
}

.form-checkboxes label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}

.form-checkboxes input[type="checkbox"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #728641;
}

.form-checkboxes .required-star::after {
    content: " *";
    color: red;
    font-weight: bold;
}
.form-checkboxes .required-star {
    padding-top: 4px;
}
.bx_ordercart_order_pay_center .form-checkboxes span {
    margin: 0;
    font-weight: normal;
    font-size: 10px;
}
.consent_msg_coupon {
    padding: 10px 5px;
}
.consent_msg_coupon .form-checkboxes .required-star {
    padding-top: 0;
}
.consent_msg_coupon .form-checkboxes span {
    font-size: 10px;
    font-weight: normal;
}
.consent_msg_coupon .form-checkboxes input[type="checkbox"] {
    width: 10px;
    height: 10px;
    margin-top: 0;
}
/*//Стили блока чекбоксов*/

*:focus,
*:active {
    outline: none !important;
}

* {
    -webkit-tap-highlight-color: transparent;
}
