.comments_div.active .hide {
    display: block;
}

.pagination a, .pagination .sep {
    color: var(--text_color);
}

.lead_text {
    background: #f5f5f5;
    padding: 30px;
    color: #467f94;
    margin-bottom: 30px;
}

.lead_text p:last-child {
    margin-bottom: 0px;
}

.products .product .favorite_link {
    opacity: 1;
}

.products .product .favorite_link:hover, .products .product .favorite_link.active {
    opacity: 1;
    transition: opacity .2s linear;
}

.modal.b-add-basket {
    width: 700px;
}

.b-add-basket__inner {

}

.b-add-basket__inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-add-basket__gallery-section {
    float: left;
    width: 50%;
    position: relative;
    padding: 10px;
}

.b-add-basket__content-section {
    margin-left: 50%;
    border-left: 1px solid #eeeeee;
}

.b-add-basket__content-section:after {
    content: '';
    display: table;
    clear: both;
}

.b-add-basket__stickers {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100;
}

.b-add-basket__gallery {

}

.b-add-basket__content {
    float: left;
    width: 100%;
    padding: 0px 7px;
    text-align: center;
}

.b-add-basket__title {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 17px;
    font-weight: normal;
}

.b-add-basket__price {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18px;
}

.b-add-basket__order-btn-row {
    margin-bottom: 15px;
}

.b-add-basket__order-btn {

}

.b-add-basket__close-btn-row {

}

.b-add-basket__close-btn {
    font-size: 14px;
    color: inherit;
}

.b-add-basket img {
    max-width: 100%;
}

.modal {

    overflow: hidden;
}

.line.error_msg {
    color: red;
}

.socials img {
    cursor: pointer;
}

.modal .form .soc_auth .socials img + img {
    margin-left: 11px;
}

.info .price {
    display: none;
}

header .menu .sub_menu {

    /* left: 0px; */
}

header .menu .item {
    /* position: initial; */
}

p.error {
    color: red;
}

.user-cookie-confirm {
    display: none;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.btn-default {
    border: 1px solid #e5e5e5;
    font-size: 12px;

    height: 42px;
    padding: 0 30px;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;

}

.user-cookie-confirm .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 42px;
    /* padding: 0 30px; */
    font-size: 20px;
    font-family: Arial;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.user-cookie-confirm p {
    margin-bottom: 20px;
}

.uc-wrap {
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}

#sdek_modal {
    width: 100%;
}

a {
    color: var(--text_color2);
}

.delivery_item {
    display: none;
}

header .menu .sub_menu .columns {
    column-count: 1;
}

.products .product .favorite_link:hover, .products .product .favorite_link.active {

    background-position: right;
}

@media (max-width: 767px) {
    .products .product .favorite_link {
        height: 18px;
    }

    .products .product .thumb {
        padding-top: 21px;
    }
}

.products .product .favorite_link {
    width: 18px;
    background: url(/images/ic_favorite.png) left no-repeat;
}

.tab_content .text_block {
    font-family: Arial;
    /* font-size:14px; */
}

.form .captcha img {
    margin: 5px auto 10px auto;
}


.info-line-under-top-menu-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0;
	width: 100%;
}

.promo_blocks_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.promo_blocks_wrap .promo_blocks_item {
	color: var(--text_color);
    position: relative;
    display: flex;
    padding: 20px 20px 20px;
    text-decoration: none;
    background-color: #e9f1f4;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 32%;
}

.promo_blocks_wrap .promo_blocks_item .title {
	color: var(--text_color2);
    font-size: 15px;
    font-weight: 700;
}

.promo_blocks_wrap .promo_blocks_item .desc {
	margin-top: 30px;
	overflow: hidden;
    max-height: 214px;
}

.main_products_block_items_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main_products_block_title {
	color: var(--text_color2);
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	position: relative;
	display: inline-block;
	height: 32px;
	transition: .2s linear;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.main_products_block_items_wrap .main_products_block_item_wrap {
	padding: 5px 14px 14px;
	width: 25%;
}

a.zoom.fancy_img:after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none;
    width: 40px;
    height: 40px;
    content: '';
    background: #f1f1f1 url(../images/ic_zoom.png) 50% no-repeat;
}

.products_list_item_old_price {
	color:#F00;
	font-weight: normal;
	text-decoration: line-through;
}

.buy_link_from_list {
    color: var(--text_color2);
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    width: 50%;
    height: 50px;
    padding: 10px 15px;
    transition: .2s linear;
    text-align: center;
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    border: 1px solid var(--btn_bg);
    background: var(--btn_bg);
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.text_block .articles .item .desc {
	color: var(--text_color);
}

@media (min-width: 767px) {
    .cat_slider .slide .flex {
        min-height: 425px;
    }
}

.ulogin-popup {
    z-index: 99999 !important;
}

.modal .form .b-add-basket__close-btn-row .submit_btn:hover {
    color: var(--link_color_h);
}

.modal .form .b-add-basket__close-btn-row .submit_btn {

    text-decoration: none;
}

@media (max-width: 479px) {
    .modal .form .b-add-basket__close-btn-row .submit_btn {
        min-width: 100%;
        padding: 0 0px;
        font-size: 11px;
    }

    #add-basket-window.modal .modal_data {
        padding: 25px 0px;
    }

    .b-add-basket__title a {
        font-size: 15px
    }
    
    .promo_blocks_wrap .promo_blocks_item {
    	margin: 10px 0 0 0;
    	width: 100%;
    }
	
	.promo_blocks_wrap .promo_blocks_item .title {
	    font-size: 20px;
	    line-height: 22px;
	}
	    
    .promo_blocks_wrap .promo_blocks_item .desc {
    	margin-top: 20px;
    }
    
	.main_products_block_items_wrap .main_products_block_item_wrap {
		width: 50%;
	}
}

.b-add-basket__close-btn-row {
    margin-bottom: 10px;
}

.b-add-basket__title a {
    text-decoration: none;
}

.cart_info table td.price .old {
    color: var(--text_color);
    font-family: var(--font_family2);
    font-size: 16px;
    line-height: 20px;

    vertical-align: top;
    text-decoration: line-through;
}

.big.rateit .rateit-preset {
    background: url(../images/ic_star2.png) 0px -18px repeat;
}

.big.rateit .rateit-range {
    background: url(../images/ic_star2.png) 0px -36px repeat;
}

.small.rateit .rateit-preset {
    background: url(../images/ic_star.png) 0px -10px repeat;
}

.small.rateit .rateit-range {
    background: url(../images/ic_star.png) 0px 0px repeat;
}

.text-center {
    text-align: center;
}

.video-banner-icon-wrap {
	width: 50px;
	height: 50px;
}

.video-banner-icon-wrap .video-banner-icon {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: .2s background-color ease-in-out;
    transition: background-color .2s ease-in-out;
    opacity: .7;
    z-index: 35;
}

.video-banner-icon-wrap .video-banner-icon .icon {
	fill: #fff;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (max-width: 767px) {
    header .phone {
        width: 150px;
    }
    
    .info-line-under-top-menu-wrap {
    	position: absolute;
    }
}

@media (max-width: 479px) {
    header .phone {
        width: 100%;
    }
    
    .info-line-under-top-menu-wrap {
    	position: absolute;
    }
}

@media (max-width: 767px) {
    .welcome .text_block {
        background: #e8eef1 !important;
    }
}

.promo_blocks .desc {
    overflow: hidden;
    max-height: 214px;
}

.form.bonus input[type=text] {
    max-width: 300px;
}

.history + .history {
    margin-top: 40px;
}

.adaptive_img {
    width: 100%;
    display: none;
}

@media (max-width: 768px) {
    .welcome .text_block {
        background-image: none !important;
        padding: 40px 20px;
    }

    .adaptive_img {
        display: block;
    }
}

.where_buy .region .nice-select .list .scrollbar {
    overflow-y: auto;
}

.history.bonus .col_status {
    width: auto !important;
}

@media (max-width: 767px) {
    .history.bonus .item {
        padding: 10px 20px;
    }

}

.rating div {
    display: inline-block;
}

.icon.-like:before {
    content: "";
    float: left;
    height: 16px;
    width: 16px;
    background: url(../images/ic_like.svg) no-repeat;
    background-size: 16px 16px;
}

.icon.-like.active:before {
    background: url(../images/ic_like_active.svg) no-repeat;
    background-size: 16px 16px;
}

.icon.-dislike:before {
    content: "";
    float: left;
    height: 16px;
    width: 16px;
    background: url(../images/ic_dislike.svg) no-repeat;
    background-size: 16px 16px;
}

.icon.-dislike.active:before {
    background: url(../images/ic_dislike_active.svg) no-repeat;
    background-size: 16px 16px;
}

@media (max-width: 1023px)
{
    .info-line-under-top-menu-wrap {
    	position: absolute;
    }
    
	.promo_blocks_wrap .promo_blocks_item .title {
	    font-size: 20px;
	    line-height: 22px;
	}
	
    .promo_blocks_wrap .promo_blocks_item .desc {
    	margin-top: 20px;
    }
    
	.main_products_block_items_wrap .main_products_block_item_wrap {
		width: 50%;
	}
}


/* Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ Ñ„Ð¾Ñ‚Ð¾ */
.row-dopphoto {
  width: 50px;
  border:0;
}
.row-dopphoto a {
  background: none;
}
.row-dopphoto a:after {
  background: none;
}
.fancy_img a {
  height: 50px;
}
.product_info .image .row-dopphoto  a {
  height: 50px;
}

.product_info .stickers {left:80px}

.row-dopphoto2 {display:none}
.n-foto {display:flex}
@media screen and (max-width:550px) {
	.row-dopphoto a {
  float: left;
}
.row-dopphoto {
  display:none
}
.row-dopphoto2 {
  display:block
}
.n-foto {display:block}
.row-dopphoto2 img {
  height: 50px;
  float: left;
}
.row-dopphoto2 a {
  height: 50px !important;
  width: fit-content;
  float: left;
}
}

#mf {
  max-width: 400px;
  padding: 5px;
}

/* Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ Ñ„Ð¾Ñ‚Ð¾ */

/* popup video */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 400px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 99;
  bottom: -900%;
  left: 250%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.popupclose {
  font-size: 20px;
  text-align: right;
  display: block;
  right: 20px;
  position: relative;
  padding-bottom: 10px;
}
/* popup video */