*{
	outline: none;
}

.b-popup-login__content p{
	line-height: 1.5;
}
.b_a_button_transparent{
	border: 1px solid #c00297;
	color: #c00297;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 11px 0px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	transition: background 0.5s, color 0.5s;
}
.b_a_button_transparent:hover{
	background:#c00297;
	color: #fff;
	text-decoration: none;
}

.notetext{
	color: #ee086b !important;
}

.b-popup-hidden {
  display: none; 
}

.b-main-login {
  display: none;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%; }

.b-main-login, .b-popup-login {
  background-color: #f4f8fb;
  z-index: 99; }
  .b-main-login__wrapper, .b-popup-login__wrapper {
    padding: 20px 20px 0px 20px; }
  .b-main-login__topic, .b-popup-login__topic {
    font-family: "HelveticaNeueCyrBold";
    color: #271f14;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px; }
  .b-main-login__aftertopic, .b-popup-login__aftertopic {
    font-family: "HelveticaNeueCyrLight";
    font-size: 16px;
    line-height: 20px;
    color: #282014;
    max-width: 200px;
    margin-bottom: 16px; }
  .b-main-login__cross, .b-popup-login__cross {
    padding: 20px;
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer; }
    .b-main-login__cross:before, .b-main-login__cross:after, .b-popup-login__cross:before, .b-popup-login__cross:after {
      content: '';
      position: absolute;
      top: 17px;
      right: 8px;
      background-color: #c00297;
      height: 4px;
      width: 22px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
    .b-main-login__cross:before, .b-popup-login__cross:before {
      -webkit-transform: rotate(47deg);
          -ms-transform: rotate(47deg);
              transform: rotate(47deg); }
    .b-main-login__cross:after, .b-popup-login__cross:after {
      -webkit-transform: rotate(-47deg);
          -ms-transform: rotate(-47deg);
              transform: rotate(-47deg); }
  .b-main-login__form-topic, .b-popup-login__form-topic {
    font-family: "HelveticaNeueCyrLight";
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #525d61;
    margin-top: 16px; }
  .b-main-login .b-main-login__input, .b-popup-login .b-main-login__input {
    width: 100%;
    border: 2px solid #aeb7ba;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
    outline: none;
    font-family: "HelveticaNeueCyrLight";
    color: #525d61;
    padding: 13px 15px; }
  .b-main-login__btn, .b-popup-login__btn {
    background-color: #c00297;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyrBold";
    color: #fff;
    text-align: center;
    width: 100%;
    border: none;
    font-size: 18px;
    line-height: 24px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 13px 15px;
    margin-top: 22px; }
  .b-main-login__social-topic, .b-popup-login__social-topic {
    font-family: "HelveticaNeueCyrLight";
    font-size: 14px;
    line-height: 24px;
    color: #281f14;
    margin-top: 33px;
    margin-bottom: 15px; }
  .b-main-login__netw a, .b-popup-login__netw a {
    border-color: #c00297; }
    .b-main-login__netw a:active .fa, .b-popup-login__netw a:active .fa {
      color: #fff; }
  .b-main-login__netw .fa, .b-popup-login__netw .fa {
    color: #c00297; }
  .b-main-login__log-in, .b-popup-login__log-in {
    width: 100%;
    background-color: #c00297;
    text-align: center;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyrBold";
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 17px 10px;
    margin-top: 30px; }
    
.b-popup-login__register{
	transition: background 0.5s, color 0.5s;
	text-decoration: none;
}    
    
.b-popup-login__register:hover{
	background: #c00297;
	color:#fff !important;
}

@media only screen and (min-width: 768px) {
  .b-popup-login {
    max-width: 304px;
    margin: 0 auto;
    position: relative; }
    .b-popup-login__content {
      padding: 15px 21px; }
    .b-popup-login__topic {
      font-family: "HelveticaNeueCyrBold";
      font-size: 18px;
      line-height: 21px;
      color: #271f14; }
    .b-popup-login__form .b-main-login__input {
      padding: 12px 15px; }
    .b-popup-login__form .b-main-login__form-topic {
      margin-top: 13px; }
    .b-popup-login__aftertopic {
      font-family: "HelveticaNeueCyrLight";
      font-size: 16px;
      line-height: 20px;
      margin-top: 13px; }
    .b-popup-login .b-main-login__form-topic {
      text-transform: none; }
    .b-popup-login .mfp-close {
      color: #c00297;
      opacity: 1;
      font-size: 35px; }
    .b-popup-login__reminder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-top: 25px; }
    .b-popup-login__remind-text, .b-popup-login__social-topic {
      font-family: "HelveticaNeueCyrLight";
      font-size: 14px;
      line-height: 24px;
      color: #282014; }
      .b-popup-login__remind-text .fa, .b-popup-login__social-topic .fa {
        color: #c00297;
        margin-right: 10px; }
    .b-popup-login__remind-btn input {
      position: absolute;
      opacity: 0; }
    .b-popup-login__remind-btn label {
      font-family: "HelveticaNeueCyrLight";
      font-size: 14px;
      line-height: 24px;
      color: #282014;
      position: relative; }
    .b-popup-login__radio:not(checked) + label:before {
      content: '';
      position: absolute;
      top: -2px;
      left: -26px;
      height: 16px;
      width: 16px;
      border: 2px solid #aeb7ba;
      background-color: transparent; }
    .b-popup-login__radio:checked + label:after {
      content: '';
      position: absolute;
      top: 1px;
      left: -23px;
      height: 10px;
      width: 10px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #c00297; }
    .b-popup-login__social-topic {
      margin-top: 20px;
      margin-bottom: 14px; }
    .b-popup-login__register {
      font-family: "HelveticaNeueCyrBold";
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase;
      padding: 15px 10px;
      color: #c00297;
      border-top: 2px solid #afb7ba;
      text-align: center;
      display: block;
      margin-top: 17px; } }

@media only screen and (min-width: 992px) {
  .b-popup-login__remind-btn label {
    cursor: pointer; }
  .b-popup-login__register:hover {
    text-decoration: none;
    color: #c00297; }
  .b-popup-login__remind-text:hover {
    text-decoration: none;
    color: #282014; } }
    
.b-netw-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 250px;
  margin: 0 auto; }
  .b-netw-social__fb, .b-netw-social__vk, .b-netw-social__tw, .b-netw-social__od, .b-netw-social__yt {
    color: #d75393;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d75393;
    width: 40px;
    height: 40px;
    display: block;
    position: relative; }
    .b-netw-social__fb:visited, .b-netw-social__fb:hover, .b-netw-social__vk:visited, .b-netw-social__vk:hover, .b-netw-social__tw:visited, .b-netw-social__tw:hover, .b-netw-social__od:visited, .b-netw-social__od:hover, .b-netw-social__yt:visited, .b-netw-social__yt:hover {
      text-decoration: none;
      color: #d75393; }
    .b-netw-social__fb:active, .b-netw-social__vk:active, .b-netw-social__tw:active, .b-netw-social__od:active, .b-netw-social__yt:active {
      color: #fff; }
  .b-netw-social__ico {
    position: relative;
    top: 50%;
    left: 50%;
    font-size: 21px; }
  .b-netw-social__fb .b-netw-social__ico {
    margin-left: -7px;
    margin-top: -13px; }
  .b-netw-social__fb:active {
    background-color: #c9505c;
    border-color: #c9505c;
    background-color: #485b98;
    border-color: #485b98; }
  .b-netw-social__vk .b-netw-social__ico {
    margin-left: -12px;
    margin-top: -14px; }
  .b-netw-social__vk:active {
    background-color: #5c749a;
    border-color: #5c749a; }
  .b-netw-social__tw .b-netw-social__ico {
    margin-left: -9px;
    margin-top: -13px; }
  .b-netw-social__tw:active {
    background-color: #66a8dd;
    border-color: #66a8dd; }
  .b-netw-social__od .b-netw-social__ico {
    margin-left: -7px;
    margin-top: -14px; }
  .b-netw-social__od:active {
    background-color: #e08d28;
    border-color: #e08d28; }
  .b-netw-social__yt .b-netw-social__ico {
    margin-left: -9px;
    margin-top: -14px; }
  .b-netw-social__yt:active {
    background-color: #c9505c;
    border-color: #c9505c; }
   
#top_message_block{
	position: fixed;
	width: 300px;
	top:50px;
	left: 50%;
	margin-left: -150px;
	background: #c00297;
	border-radius: 5px;
	color: #fff;
	display: none;
	z-index: 10000;
}
.top_message_block_wrapper{
	padding: 8px 20px;
	text-align: center;
	font-size: 17px;
	padding-top: 9px;	
}    

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.b-head-container{
	position: relative;
	z-index: 2;	
}
.b-header{
	position: relative;
	z-index: 3;
}
.b-main-nav{
	position: relative;
	z-index: 2;
}
.b-trigger-slider{
	position: relative;
	z-index: 1;
}
.b-mobile-menu__basket-icon{
	left: -18px;
}

/*@media only screen and (min-width: 1200px) {*/
  .b-event-helper {
    display: none;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0; }
    .b-event-helper__card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 6px 0px;
      border-bottom: 1px solid #aeb7ba;
      margin-right: 10px;
      margin-left: 10px; }
    .b-event-helper__wrapper {
      background-color: #fff; 
      padding: 10px;
      }
    .b-event-helper__text {
      font-family: "HelveticaNeueCyrRoman";
      font-size: 14px;
      line-height: 21px;
      color: #281f14; }
    .b-event-helper__txt {
      padding-left: 18px; }
    .b-event-helper__topic {
      background-color: #d75393;
      padding: 5px 10px;
      padding-bottom: 2px;
      font-family: "HelveticaNeueCyrRoman";
      font-size: 14px;
      line-height: 21px;
      text-transform: uppercase; }
    .b-event-helper__events-count {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .b-event-helper__all-events {
      font-family: "HelveticaNeueCyrRoman";
      font-size: 14px;
      line-height: 18px;
      color: #525d61;
      margin-left: 10px;
      margin-right: 19px; }
    .b-event-helper__all-count {
      font-family: "HelveticaNeueCyrBold";
      font-size: 14px;
      line-height: 18px;
      color: #281f14;
      margin-right: 19px; }
    .b-event-helper__btn {
      display: block; }
      .b-event-helper__btn span {
        color: #c00297;
        border-bottom: 1px solid #ee086b;
        font-size: 14px;
        line-height: 18px; }
      .b-event-helper__btn .fa {
        color: #c00297;
        font-size: 14px;
        margin-left: 5px; }
    .b-event-helper__events-count {
      padding: 8px 0px;
      -ms-flex-align: baseline;
      -webkit-align-items: baseline;
      -webkit-box-align: baseline;
      align-items: baseline; }
    .b-event-helper__text-date ul {
      padding-left: 0px;
      margin: 0px; }
      .b-event-helper__text-date ul li {
        display: inline-block; }
        .b-event-helper__text-date ul li:first-child {
          font-family: "HelveticaNeueCyrRoman";
          text-transform: uppercase;
          color: #ee086b; }
        .b-event-helper__text-date ul li:last-child {
          font-family: "HelveticaNeueCyrRoman";
          text-transform: uppercase;
          color: #3ac7c0; } 
/*}*/

@media only screen and (min-width: 1300px) {
  .b-event-helper__text-date {
    margin-top: 5px; }
  .b-event-helper__card {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; } }

/*
.b-event-helper {
  display: none; }
*/
.b-header__search-wrapper{
	position: relative;
	z-index: 1;
}
.b-event-helper{
	position: absolute;

	border: 1px solid #bebebe;
	position: absolute;
	z-index: 2;

	box-shadow: 0 0 30px 0 rgba(4, 0, 0, 0.17);	
	display: none;
	
	width: 373px;
    top: 50px;
    left: 0px;
    border: 1px solid #bebebe;
    position: absolute;
    z-index: 2;
    top: 61px;
    right: 1px;	
}
.b-event-helper:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 18px;
    height: 12px;
    background-color: #ffffff;
    left: 176px;
    top: -10px;
    background: url('img/triangle-top.png') no-repeat 0 0;
} 
.b-event-helper__card{
	text-decoration: none;	
}
.b-event-helper__btn{
	text-decoration: none;
}
.b-event-helper__events-count{
	padding-bottom: 0px;
}

input, button, a{
	outline: none;
}
.catalog_leftcol{
	width: 20%;
	float: left;
}
.catalog_rightcol{
	width: 80%;
	float: left;
}

.catalog_leftcol_wrapper{
	padding-right: 20px;
}

.bx_filter_param_label{
	
}

._form-field-box {
		float: left;
		position: relative;
		z-index: 1;
		width: 16px;
		height: 23px;
		opacity: 0.01;
		margin-right: -16px;
}
.bx_filter_param_text {
		position: relative;
}
.bx_filter_param_text:before {
		content: "";
		display: inline-block;
		width: 13px;
		height: 13px;
		margin-right: 10px;
		right: 0;
		background: url("img/form_el1.png") no-repeat 0 0;
		vertical-align: middle;
}
.bx_filter_input_checkbox .bx_filter_param_text:before {
		background-position: 0 -13px;
}
.bx_filter_input_checkbox input[type="checkbox"]:checked + .bx_filter_param_text:before {
		background-position: -13px -13px;
}
.bx_filter_input_radio input[type="radio"] + .bx_filter_param_text:before {
		background-position: 0 0;
}
.bx_filter_input_radio input[type="radio"]:checked + .bx_filter_param_text:before {
		background-position: -13px 0;
}
.bx_filter_input_checkbox input[type="checkbox"]{
	display: none;
}
.bx_filter_input_radio input[type="radio"]{
	display: none;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text{
	margin-left: 0px;
}
.bx_filter .bx_filter_input_radio .bx_filter_param_text{
	margin-left: 0px;
}
.bx_filter .bx_filter_parameters_box_title{
	border-bottom: 0px;
	color: #000;
	font-family: "HelveticaNeueCyrBold";
}
.bx_filter .bx_filter_parameters_box_title{

}
.bx_filter .bx_filter_parameters_box_title:after{
	display: none;
}
.bx_filter .bx_filter_parameters_box_title:before{
	content: "";
	width: 8px;
	height: 10px;
	background: url('img/filter_t.png') top left no-repeat;
	display: inline-block;
	padding-right: 15px;
}
.bx_filter .bx_filter_search_button{
	border: 0px;
	border-radius: 0px;
	text-shadow:none;
}

.bx_filter .bx_filter_search_reset{
	border: 0px;
	border-radius: 0px;
	text-shadow:none;
	color: #fff;
	background: #c00297;	
}
.bx_filter .bx_filter_search_reset:hover{
	color: #fff;	
}

.bx_filter_parameters_box_container input[type="submit"]{
	width: 47%;	
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
    padding-bottom: 8px;
    padding-top: 7px;
}
.bx_filter_button_box{
	text-align: center;
}


.bx_filter{
	border: 0px;
	margin: 0px;	
}
.bx_filter .bx_filter_title{
	font-family: "HelveticaNeueCyrBold";
	font-size: 16px;
	border-bottom: 1px solid #c9c7c7;
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: #000;
	margin-bottom: 10px;
}
.bx_filter_parameters_box.active{
	margin-bottom: 7px;
}
.bx_filter .bx_filter_block{
	margin-left: 15px;
}
.bx_filter .bx_ui_slider_handle{
	width: 9px;
	height: 19px;
		
}
.bx_filter .bx_ui_slider_handle.right {
    right: 0;
    margin-right: -8px;
    margin-top: -12px;
    background: url('img/slider.png') no-repeat left top;
}
.bx_filter .bx_ui_slider_handle.left {
    left: 0;
    margin-left: -8px;
    background: url('img/slider.png') no-repeat right top;
    margin-top: -12px;
}    
.bx_filter .bx_ui_slider_track{
	margin-left: 6px;
	margin-right: 6px;
	height: 4px;
}
.bx_filter .bx_ui_slider_part{
	top:-7px;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{
	border-radius: 0px;
}
.bx_filter  .bx_filter_button_box{
	padding-left: 0px;
	padding-right: 0px;
}
.bx_filter  .bx_filter_button_box .bx_filter_block{
	margin-left: 0px;
	border-top: 1px solid #c9c7c7;
	padding-top: 15px;
}

@media only screen and (min-width: 1000px){
	.catalog_rightcol .b-our-recomends__goods {
	    display: -ms-grid;
	    display: grid;
	    -ms-grid-columns: (minmax(210px, 210px))[auto-fill];
	    grid-template-columns: repeat(auto-fill, minmax(210px, 210px));
	    grid-gap: 20px;
	    margin-bottom: 0px;
	}
}

.b-our-recomends__counts{
	margin-top: 27px;
}
.b-our-recomends__item-name{
	margin-top: 25px;	
}
.b-our-recomends__goods-item.itemimg{
	margin-bottom: -10px;
}

.catalog_rightcol .b-our-recomends__item-img {
/* 	min-height: 147px */;
}

.catalog_rightcol .b-our-recomends__item-img img{
	width: 80%;
	height: 80%;
}

.catalog_rightcol .b-our-recomends__item-name{
	font-size: 14px;
	margin-top:0px;
}

.catalog_rightcol .b-our-recomends__counts{
	margin-top: 0px;
}
.catalog_rightcol .b-our-recomends__rate{
	font-size: 13px;
}
.catalog_rightcol .b-our-recomends__price{
	font-size: 17px;
}
.catalog_rightcol .b-our-recomends__basket-text{
	display: none;
}
.catalog_rightcol .b-our-recomends__basket-wrapper{
	width: 25%;
}
.catalog_rightcol .b-our-recomends__buy-link{
	width: 75%;	
}
.catalog_rightcol .b-our-recomends__buy-wrapper{
    position: absolute;
    width: 100%;
    bottom: 0px;
}    
.catalog_rightcol .b-our-recomends__goods-item{
	padding-bottom: 39px;
}

.catalog_rightcol  .b-our-recomends__item-img{
	min-height: 186px;
}

.b-our-recomends__goods-item.itemimg{
	margin-bottom: -5px;
}


.b-our-recomends__goods-item.itemimg a{
	display: block;
}


.b-catalog-banner__container img{
	width: 100%;
}
.quickview-link{
	position: absolute;
	top:50%;
	margin-top: -10px;
	z-index: 10;
	width: 100%;
	display: none;
}
.quickview-link a{
	color: #fff;
	text-decoration: none;	
	font-family: "HelveticaNeueCyrRoman";
	padding: 6px 22px;
	padding-top: 8px;
	text-align: center;
	color: #fff;
	background-color: #3c3b3c;	
	display: inline-block;	
	padding-top: 8px;
	
}
.quickview-link-wrapper{
	padding: 0px 10px;
	text-align: center;
}
.quickview-link .fa{
	padding-right: 10px;
}
.b-our-recomends__goods-item:hover .quickview-link{
	display: block;
}
.catalog_rightcol .quickview-link a{
	padding: 6px 8px;
	font-size: 13px;
}
.b-quick-look__basket-text{
	padding-top: 2px;
}
.b-quick-look__buy-link{
	padding-top: 6px;
}

#popup_overlay{
    display:none;
    width: 327px;
    border: 1px solid #c00297;
    background: #ffffff;
    left: 50%;
    margin-left: -163px;
}
	.close{
		cursor:pointer;
		width: 16px;
		height: 16px;
		background: url("img/auth_folder/close.png") no-repeat;
		position: absolute;
		right: -25px;
		top: 1px;
	}
.agreement_comment{
	font-family: "HelveticaNeueCyrRoman";	
	font-size: 11px;
	color: #9d9d9d;
	line-height: 15px;
	padding: 10px 0px;
}
.agreement_comment a{
	font-family: "HelveticaNeueCyrRoman";	
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px dashed #9d9d9d;
	color: #9d9d9d;
}
.absentproduct{
	width: 100% !important;
	text-align: center;
}	

#popup_info_overlay{
    display:none;
    width: 900px;
    border: 2px solid #c00297;
    background: #ffffff;
    left: 50%;
    margin-left: -450px;
}
	#popup_info_overlay .close{
		cursor:pointer;
		width: 16px;
		height: 16px;
		background: url("img/auth_folder/close.png") no-repeat;
		position: absolute;
		right: -25px;
		top: 1px;
	}
	#popup_info_overlay .popup_info_overlay_data{
		border-radius: 14px;
	}
	.popup_info_overlay_data_wrapper{
		padding: 0px 25px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.popup_info_overlay_data h3{
		color: #c00297;
		font-size: 24px;
		font-weight: bold;
/* 		text-shadow: 2px 2px 5px #000000;	 */
		font-variant: small-caps;
		margin: 0px;
	    border-bottom: 2px solid #E5E5E3;
	    padding-bottom: 12px;		
	    margin-bottom: 12px;
	}
	.popup_info_overlay_data .popup_title{
		color: #c00297;
		font-weight: bold;
	}
	.popup_info_overlay_data a{
		color: #c00297;
	}
	.popup_info_overlay_data ul{
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	.popup_info_overlay_data ul li{
		position: relative;
		z-index: 1;
		padding-left: 20px;
	}
	
	.popup_info_overlay_data ul li:before{
		content: '';
	    width: 8px;
	    height: 8px;
	    background: #c00297;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    border-radius: 8px;		
	    position: absolute;
	    z-index: 1;
	    top:3px;
	    left: 0px;
	    display: block;
	}
	.popup_info_overlay_data p{
		padding-bottom: 15px;
		line-height: 22px;
			
	}
	
.b-detail-item__btn_green a{
	padding-top: 8px;
}	

.oldpricelist{
	color: #777777;
	font-size: 16px;
	text-decoration:line-through;
	text-align: right;
}
.catalog_rightcol .oldpricelist{
	font-size: 14px;
}

.oldpricedetail{
	color: #777777;
	font-size: 22px;
	text-decoration:line-through;
	margin-right: 20px;
}
.b-quick-look__container .oldpricedetail{
	text-align: right;	
}

div.bx-blue .btn.btn-default{
	background: #c00297;
	border: 0px;
}

div.bx-blue .btn.btn-default:hover{
	background: #c00297;
	border: 0px;
}
.basket-items-list-item-remove .basket-item-block-actions{
	border: 1px solid #c00297;
	border-radius: 20px;
    margin-top: 3px;
    margin-left: 8px;	
}
.basket-item-actions-remove:after, .basket-item-actions-remove:before{
	background: #c00297;
}
.basket-item-amount-btn-minus{
	border: 1px solid #c00297;
	border-radius: 20px;	
	margin-right: 10px;
}
.basket-item-amount-btn-plus{
	border: 1px solid #c00297;
	border-radius: 20px;	
	margin-left: 10px;
}
.basket-item-amount-btn-plus:before, .basket-item-amount-btn-plus:after, .basket-item-amount-btn-minus:after{
	background: #c00297;
}
.basket-item-amount-btn-plus:hover, .basket-item-amount-btn-minus:hover{
	background-color: #fff;
}
.basket-items-list-item-container-expend .basket-items-list-item-removed-container{
	background-color: #f3f3f5;	
}
.basket-items-list-item-removed-block a{
	color: #c00297;
}
.alert-info{
	border-color: #c00297;
	background-color: #f3f3f5;
	color: #3D3D3C;
}
.form-control:focus{
	border-color: #c00297;
}
.b-header__basket:hover, .b-header__basket:visited{
	text-decoration: none;
}
.b-header__nav-wrapper{
	position: relative;
	z-index: 2;
}
.b-nav-catalog{
	z-index: 200 !important;	
}

.news-item a{
	color: #c00297;
	font-size: 16px;
}

.mainpageblock a{
	color: #c00297;	
}

.quickview-link-wrapper a{
	color: #fff;
}

.selectricWrapper{
	margin: 0px;
}

.how-to-sort .selectric-select .button{
	top:1px;
}
.how-to-sort {
	width: 100%;
}
.how-to-sort__group{
	padding-right: 25px;
}
.selectric .label{
	font-size: 14px;
	margin-top: 2px;
}

.b-our-recomends__goods-item.itemimg {
	overflow: hidden;
	border: 0px;
	padding: 0px !important;
}
.b-our-recomends__goods-item.itemimg img{
	width: 100%;
}
.b-catalog-banner{
	display: none;
}
.catalog-sort {
    padding: 10px 2.5% 23px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 24px;
}
.b-our-news{
	position: relative;
    z-index: 1;	
}

.b-our-news__more-button {
	text-decoration: none;
}

#b-buy{
	max-height: 434px;
	overflow: hidden;
}

.b-quick-look__nav-slider .b-quick-look__nav-slide.slick-slide{
/* 	width: 89% !important; */
}
.b-quick-look {
	display: block;
    max-width: 810px;
    margin: 0 auto;
    position: relative;
}    

   .bigsizetext {
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    padding: 5px; /* Поля */
    text-overflow: ellipsis; /* Многоточие */
    max-width: 115px;
    display: block;
   }
   .b-header__login{
/* 	   padding-top: 6px; */
   }
   
   .b-popup-login__content p{
	       font-family: "HelveticaNeueCyrLight";
		   font-size: 16px;
		   color: #525d61;
   }
   .b-our-recomends__container{
		padding-bottom: 40px;
		border-bottom: 0px;   
   }
   .b-our-news__container{
	   padding-top: 20px;
   }
   .section_back{
	   color: #c00297;
	   text-decoration: none;
	   border-bottom: 1px dashed #c00297;
   }
   
.age_policy_cont{
    position: fixed;
    z-index: 100;
    bottom: 0px;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 37px;
    bottom: -37px;
    margin-top: 0px;
}

.age_policy_cont .age_policy_cont_wrapper{
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

.age_policy_cont .age_policy_cont_wrapper a{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
    font-size: 12px;
}

.age_policy_cont .age_policy_cont_wrapper a:hover{
    color: #2fa3af;
    text-decoration: none;
    border-bottom: 1px dashed #2fa3af;
}   
.b-footer__age-control{
	padding: 14px 0px;
}
.age_policy_cont .b-footer__links p{
	margin-top: 1px;
}
.b-nav-catalog .fa{
	font-size: 27px;
    color: #1b95a0;
}

.b-header__login-buttons .fa{
	font-size: 22px;
    color: #1b95a0;	
}

.b-our-goods__item-img{
	text-align: center;
}

.b-our-goods__item-img{
	text-align: center;
}
.b-our-goods__item-text{
	text-align: center;
}

label.error{
	font-size: 12px;
    padding-bottom: 15px;
    display: block;
    color: #c00297;
}

.b-quick-look__nav-slide.slick-slide{
	width: 68px !important;
	height: 68px !important;	
}
.b-quick-look__nav-slide.slick-slide.slick-current{
	border: 1px solid #1b95a0 !important;
}


	.b-bread-crubs__item{
		display: inline-block;
	}
.b-bread-crubs__container{
	display: block;	
}


@media only screen and (max-width: 767px){
	.b-footer__links a{
		display: inline-block;
	}
	.b-footer__links a:first-of-type{
		padding-right: 15px;
	}
	.age_policy_cont{
		height: 54px;
	}
	.b-footer__age-control{
		padding: 8px 0px;
	}
}

@media only screen and (max-width: 991px){
	.catalog_leftcol{
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	.catalog_rightcol{
		width: 100%;
		float: none;
	}
	.how-to-sort__group{
		padding-right: 0px;
		display: block;	
	}
	.how-to-sort__group:after{
		content: '';
		clear: both;
	}
	.how-to-sort__group:first-of-type{
		padding-bottom: 10px;
	}
	.how-to-sort{
		text-align: left;
		display: block;
	}
	.how-to-sort .selectric-select{
		float: right;
	}
	.how-to-sort__label{
		display: block;
		float: left;	
		margin-bottom: 0px;
		padding-top: 12px;
	}
}

@media only screen and (min-width: 500px){
	.catalog_rightcol .b-our-recomends__goods {
	    display: -ms-grid;
	    display: grid;
	    -ms-grid-columns: (minmax(210px, 210px))[auto-fill];
	    grid-template-columns: repeat(auto-fill, minmax(210px, 210px));
	    grid-gap: 20px;
	    margin-bottom: 0px;
	}
}
@media only screen and (max-width: 499px){
	.catalog_rightcol .b-our-recomends__goods-item {
		margin-bottom: 20px;
	}
	.b-our-recomends__goods{
		margin-bottom: 0px;
	}
}
.toggle-mnu .fa{
	font-size: 27px;
    color: #1b95a0;
}

@media only screen and (max-width: 800px){
	.basket-items-list{
		min-height: auto;
	}
	.order-col .col-block{
		padding-bottom: 10px;
	}
}
.small_slider_b:after {
	content: '';
	clear: both;
	display: block;
}


.small_slider_b .b-our-recomends__goods{
	display: block;
}
.small_slider_b .b-our-recomends__goods-item{
	 max-width: 263px;
	 float: left;
	 margin-right: 22px;
}


@media only screen and (max-width: 1000px){   
	.quickview-link{
		display: none !important;
	}
}

@media only screen and (max-width: 991px){   
	.b-header__logo{
		margin: 0 auto;
	}
	.b-header__logo a{
		padding-left: 20px;
	}
	.b-nav-catalog__button{
		top: 22px;
	}
	#popup_info_overlay{
		width: 280px;
		margin-left: -140px;
	}
	.popup_info_overlay_data p {
    	padding-bottom: 15px;
		line-height: 18px;
		font-size: 12px;
    }	
    .popup_info_overlay_data h3{
	    font-size: 14px;
    }
    .popup_info_overlay_data .popup_title{
	    font-size: 14px;
    }
    .popup_info_overlay_data h3{
	    text-align: center;
    }

}

.b-header__mobile-menu {
	cursor: pointer;
}
.popup_info_overlay_data {
	text-align: left;
}
.excel-button{
  display: block;
  padding: 0px 13px;
  padding-left: 17px;
  color: #fff;
  width: 237px;
  margin:0 auto;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
  border-radius: 4px;
  line-height: 38px;
  background: #2fa3af;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  white-space: nowrap;
  cursor: pointer;
}

.b-mobile-menu__container{
	text-align: center;
}
.b-mobile-menu__logo{
	display: inline-block;
}
.b_system_auth_cont{
	max-width: 300px;
}
.b_product_art{
	position: absolute;
	z-index: 2;
	top: 35px;
	left: 0px;
	font-size: 14px;
	color: #1b95a0;
	width: 100%;
	text-align: center;
}

.b-footer__socials{
	margin-left: 15px;
}
.b-menu__social a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #74716c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    font-size: 22px;
    color: #74716c;
}   
.b-menu__social{
	display: inline-block;
	margin-right: 10px;
}

.b-menu__social a:hover{
    border: 2px solid #c00297;	
    color: #c00297;
}
@media only screen and (max-width: 767px){ 
	.b-footer__socials{
		text-align: center;
	}
}
.b-our-recomends__item-name a{
  text-decoration: none;
  color: #3d3d3d;
  font-size: 16px;
}

.already_buy_cont{
    position: fixed;
    left:20px;
    bottom: 50px;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    border: 1px solid #e5e5e6;
    max-width: 280px;
    z-index: 2;
    display: none;
}
.already_buy_wrapper{
    padding: 15px 15px;
}
.already_buy_wrapper .already_buy_user{
    font-size: 14px;
    padding-bottom: 10px;
    color: #3d3d3d;
}
.already_buy_wrapper .already_buy_user span{
    font-weight: bold;
    border-bottom: 1px dashed #3d3d3d;
}
.already_buy_wrapper .already_buy_user .fa{
    padding-right: 12px;
}
.already_buy_wrapper .already_buy_product{
    font-size: 14px;
    line-height: 22px;
}

.already_buy_wrapper .already_buy_product a {
    color: #1b95a0;
    text-decoration: none;
    border-bottom: 1px dashed #1b95a0;
    font-weight: bold;
}

.already_buy_wrapper .already_buy_product span{
    font-weight: bold;
    color: #1b95a0;
    white-space: nowrap;
}
.nodisplay{
  display: none;
}