.expand-text-wrap{
    overflow: hidden;
    max-height: 70px;
    position: relative;
}

.good-item-expand-descr-wrap{
    max-height: 150px;
}

.expand-text-wrap.opened{
    max-height: 100%;
    overflow: visible;
}

.expand-text-wrap:after{
    display: block;
    content: '';
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%,#fff 75%);
}

.expand-text-wrap.opened:after{
    display: none;
}

.category-card__img-wrap img{
    max-height: 150px;
}

.cat-nav__sub-menu-wrap{
    top: -49px;
}

.good-card__vendor-logo img{
    max-height: 50px;
}

.good-price-block{
    margin-bottom: 28px;
}

.params-tbl tr {
    border-bottom: 0;
}

.params-tbl .table{
    margin-top: 0;
}

.params-tbl td:first-child {
    border-right: 1px solid #fff;
}

.params-tbl td {
    font-size: 14px;
    padding-bottom: .3em;
    padding-top: .3em;
}

.params-tbl tr:nth-child(2n+1){
    background-color: #f5f8ff;
}

.good-desc>div>h2:first-child{
    margin-top: -46px;
}

.no-result{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #e5eefb;
    border-right: 1px solid #e5eefb;
}

.cart-img-wrap .cart-img{
    max-width: 31px;
    max-height: 31px;
}

.address-wrap{
    display: none;
}

.goods-slider .good-card__title {
    height: 46px;
    overflow: hidden;
}

.goods-grid__item .good-card__title {
    height: 46px;
    overflow: hidden;
}

.faq-item{
    padding-bottom: 20px;
}

.faq-question-title{
    margin-bottom: 5px;
}

.faq-question-title a{
    border-bottom: 1px dashed #16489f;
}

.faq-question-title a:hover{
    border-bottom: 1px dashed #ff5650;
}

.contact-card{
    padding-bottom: 30px;
}

.cert-list{
    padding-bottom: 30px;
}

.cert-list .cert-item{
    text-align: center;
}

.search-item .old-price{
    margin-top: 5px;
    font-size: 12px;
}

@media (max-width: 480px){
    .search-live table.mini-basket td.mini-basket__total-price {
        padding: 0 0 .3em;
    }
    
    .search-item .old-price{
        font-size: 11px;
    }
    
    .search-item .price-block{
        padding-top: .55em;
    }
    
    .search-item .price-block.new-price{
        padding-top: 0;
    }
}

.search-item-template{
    display: none!important;
}

.search-category-template{
    display: none!important;
}

.js-good-zoom-gallery{
    display: table;
    width: 100%;
}

.js-gallery-item{
    display: none;
    padding: 10px;
    text-align: center;
}
/*
.gallery-item.visible{
    display: table-cell!important;
    vertical-align: middle;
}
*/

/*
#gallery-3d-container{
    width: 100%;
    height: 450px;
    text-align: center;
}
*/

.gallery-item img{
    max-height: 100%;
    max-width: 100%;
}

.gallery-item#gallery-3d-container img{
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0 auto;
}

.tag-3d{
    display: inline-flex;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #d8e2ef;
    background-color: #fff;
}

.tag-3d img{
    width: 90%;
    margin: 0 auto;
}

.good-gallery__thumbs .thumb-3d img{
    width: 50px;
}

.Magic360, .Magic360-container{
    border: none!important;
}

.terms .terms-list h3{
    margin-bottom: 2px;
    text-transform: uppercase;
}

.terms .terms-list .subitems{
    margin-bottom: 20px;
}

.termcategorytitle{
    padding-top: 20px;
}

.categories-grid__item .category-card__img-wrap{
    height: 150px;
}

.good-header h1{
    font-size: 20px;
}

.filter-section__title{
    font-size: 15px;
}

.filter-section__body label span{
    font-size: 14px;
}

.check-wrap.hidden{
    display: none;
}

.check-wrap.checked .items-count{
    display: none;
}

.check-wrap.disabled label, .check-wrap.disabled label a.filter-option-lbl, .check-wrap.disabled:hover label, .check-wrap.disabled:hover label a.filter-option-lbl{
    cursor: default;
    color: #ccc;
}

.check-wrap.disabled label span, .check-wrap.disabled:hover label span, .check-wrap.disabled:hover label .filter-option-lbl{
    border-color: #d8e2ef;
}

.check-wrap.disabled label .items-count{
    color: #ccc
}

.filters-showmore-btn{
    font-size: 12px;
    padding-left: 4px;
}

.filters-showmore-btn:before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #16489f;
    border-bottom: 1px solid #16489f;
    transform: rotate(40deg) skewX(-10deg);
    position: relative;
    top: -.25em;
    transition: transform .35s;
    margin-right: 10px;
}

.filters-showmore-btn.show-less:before{
    transform: rotate(-135deg) translate(-3px,-3px);
}

.seotext-wrap{
    font-size: 10px;
}

tr.search-all-row{
    display: none;
}

tr.search-all-row td{
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

tr.search-all-row:hover td{
    background: none;
}

.mini-basket-content-hidden{
    display: none!important;
}

.good-item-vendor-logo{
    max-width: 100px;
}

.params-tbl .table .first{
    font-weight: bold;
}

input[type=radio].color-radio:not(old)+label{
    width: 22px;
    height: 22px;
    border: 1px solid #d8e2ef;
}

.colors-row .radio-wrap input[type=radio].color-radio:not(old)+label {
    width: 37px;
    height: 37px;
    border: 1px solid #d8e2ef;
}

.good-gallery__thumb img{
    max-height: 100%;
}

.faq-item{
    padding-bottom: 15px;
}

.faq-item .panel-title{
    font-size: 1rem;
    font-weight: normal;
}

.cat-nav:not(.opened) .cat-nav__item--hidden{
    display: list-item;
}

.cat-nav:not(.opened) .cat-nav__item--all{
    display: none;
}

.delivery-map-wrap{
    display: none;
}

@media screen and (min-width: 576px){
    .contact-card__data {
        margin-left: 230px;
    }
}

.contact-card__title{
    font-size: 15px;
}

.search-results-empty-wrap{
    display: none;
    background: #fff;
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    border-radius: 0 0 4px 4px;
}

.mini-basket-row-template{
    display: none;
}

form.order-frm .form-col fieldset:last-child{
    margin-top: 0;
}

fieldset.order-form-payment-fieldset{
    margin-bottom: 20px;
}

form.order-frm .form-col fieldset:first-child {
    margin-bottom: 10px;
}

.cart-delivery-payment{
    display: none;
}

.select2-container.error .select2-selection{
    border-color: #ff5650!important;
}

.page-header .contacts-block--phone .contacts-block__icon-wrap .icon-phone{
    width: 20px;
    height: 20px;
}

.page-header .contacts-block--phone .contacts-block__value .select-btn{
    font-size: 15px!important;
}

.delivery-wrap, .payment-wrap{
    display: none;
}

.hidden-image{
    display: none;
}

.contact-card .mapinfo{
    display: none;
}

.order-status-popup{
    width: 250px;
}

.seo-placeholder{
    box-sizing: content-box;
}

.seo-section{
    position: absolute;
    top: -10000px;
    left: -10000px;
    padding-top: 40px;
    margin-bottom: 0;
    box-sizing: content-box;
}

@media (max-width: 740px){
    .seo-placeholder{
        padding-bottom: 20px;
    }
}

@media (max-width: 740px){
    .promo-section__title .tabs+.promo-section__more-link {
        display: inline-block;
    }
}

.goods-slider>.slick-list>.slick-track {
    min-width: 100%;
    border-bottom: 1px solid #e5eefb;
    border-top: 1px solid #e5eefb;
    border-right: 1px solid #e5eefb;
    margin-bottom: 20px;
}

.goods-slider__item, .vendors-slider__item {
    padding-bottom: 0;
}

.slider-item .good-card{
    border-bottom: 0;
    border-top: 0;
}

#managerupdatepopup {
    position: absolute;
    left: 50%;
    top: 0;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 5px;
    background: #fff;
    font-size: 12px;
    text-align: center;
    width: 1200px;
    margin-left: -600px;
    z-index: 10;
}

#managerupdatepopup .admin-cat-check{
    margin-left: 20px;
    display: inline-block;
    color: #16489f;
}

#managerupdatepopup .admin-cat-check a{
    color: #ff5650;
}

@media(max-width: 900px){
    #managerupdatepopup {
        display: none;
    }
}

.goods-card--list-view .old-price-empty{
    display: none;
}

.good-item-edit-link{
    font-size: 12px;
}

.waredata-link{
    font-size: 12px;
    border-bottom: 1px dashed #16489f;
}

.waredata-link:hover{
    color: #16489f;
    border-bottom: none;
}

#waredatablock {
  position: relative;
}

#waredatatab {
    left: -300px;
    top: 55px;
    display: none;
    padding-top: 20px;
    width: 700px;
}

#waredatatab .btn_close {
    width:  14px;
    height: 14px;
    border: 1px solid #16489f;
    border-radius: 7px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

#waredatatab .btn_close .icon-close {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

@media (max-width: 840px){
    #waredatatab {
        left: 0;
        max-width: 100%;
    }

    #waredatatab.arrow_box:before, #waredatatab.arrow_box:after{
        left: 50px;
    }

    #waredatatab select{
        max-width: 50px;
    }
}

@media (max-width: 700px){
    #waredatatab select{
        max-width: none;
    }
}

@media (max-width: 600px){
    #waredatatab select{
        max-width: 100px;
    }
}

@media (max-width: 460px){
    #waredatatab select{
        max-width: 50px;
    }
}

table.stdtab tbody tr {
    background: #fff;
}

table.stdtab tbody td {
    border-right: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
    padding: 2px 5px;
    font-size: 10px;
}

table.stdtab tbody td input[type="text"]{
    height: 18px;
    font-size: 12px;
    border-radius: 0;
}

table.stdtab tfoot td {
    background: #fff;
}

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.arrow_box {
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    z-index: 1050;
    padding: 9px 15px;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.176);
}

.arrow_box:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box:before {
    border-color: rgba(0,0,0,0);
    border-bottom-color: rgba(0,0,0,0.15);
    border-width: 11px;
    margin-left: -11px;
}

table.stdtab {
    width: 100%;
    margin: 5px 0;
    font-size: 80%;
}

table.stdtab thead td, table.stdtab tr.title td {
    padding: 4px 4px;
    background: #b22c1b;
    border-top: 2px solid #e0e1e5;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

input.waredata-submit-btn{
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.pager-btn-hidden{
    padding: 0;
    border: 0;
    width: 0;
    overflow: hidden;
}

.good-colors-nocenter .slick-track{
    margin-left: 0;
    margin-right: 0;
}

.good-list-colors{
    opacity: 0;
}

.good-list-colors.inited{
    opacity: 1;
}

.good-card__hidden{
    padding: 0 20px 15px;
}

.good-item-bonus.good-item-in-cart .good-card__hidden{
    padding-top: 20px;
}

.buy-btn-hidden{
    display: none;
}

.add-article-form{
    width: 100%;
}

.add-article-form .cart-control__input{
    text-align: left;
}

a.download-cart-btn:hover .icon{
    fill: #16489f;
}

.tooltip{
    top: 0!important;
}

.good-item-table .good-card__price.prices-group>div{
    width: 50%;
}

.good-item-table .price{
    width: 100%;
    padding: 0 0;
}

.good-item-list .price{
    padding: 0 0;
}

.search-nav__item a{
    width: 100%;
}

.cat-nav__item.is-parent.opened .cat-nav__sub-menu-wrap{
    display: block!important;
}

.light-overlay{
    z-index: 25;
}

.cat-nav.opened{
    border-top: none;
}

.good-card-labels-wrap{
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
}

.good-card__img-wrap .liked-btn{
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    margin-right: 6px;
    height: 19px;
}

.good-card__img-wrap .liked-btn .icon{
    position: relative;
    top: auto;
    left: auto;
    vertical-align: baseline;
}

.liked-btn.active .icon-heart{
    display: none;
}

.liked-btn:not(.active) .icon-heart-filled{
    display: none;
}

.good-card__img-wrap .bonus-tag{
    position: relative;
    left: auto;
    bottom: auto;
    margin-right: 6px;
}

.good-card__img-wrap .tag-3d{
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
}

.good-item-label{
    display: inline-block;
    max-width: 21px;
    height: 19px;
    margin-right: 6px;
}

.tooltip-item-readmore{
    cursor: pointer;
}

.good-item-label img{
    vertical-align: top;
}

.good-item-label svg{
    max-width: 100%;
    max-height: 100%;
    vertical-align: baseline;
}

@media(min-width: 1281px){
    .goods-grid--list-view .good-card__row>.good-item-label, .goods-grid--list-view .good-card__row>.bonus-tag, .goods-grid--list-view .good-card__row>.tag-3d{
        margin-left: 8px;
        margin-right: 0;
    }
}

.good-data-specific .good-item-label{
    display: inline-flex;
    max-width: 36px;
    height: 36px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}

.good-data-specific .good-item-label svg{
    height: 36px;
    max-height: none;
    max-width: none;
}

.good-data-specific .good-item-label img{
    height: 36px;
    max-height: none;
    max-width: none;
}

@media (max-width: 400px){
    .good-data-specific .good-item-label, .good-data-specific .bonus-tag---lg{
        max-width: 30px;
        height: 30px;
    }
    .bonus-tag--lg{
        width: 30px;
        height: 30px;
    }
}

.good-data-specific .prices-group{
    display: flex;
}
/*
.good-data-specific .prices-group:after{
    content: '';
    display: block;
    clear: both;
}
*/
.good-data-specific .good-item-price-wrap{
    padding-right: 10px;
    flex-shrink: 0;
}

.good-data-specific .good-item-labels-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.slogan-sub-text{
    color: #16489f;
    font-size: 15px;
}

.good-item-in-cart.good-item-table .buy-btn .icon-basket, .good-item-in-cart.slider-item .buy-btn .icon-basket, .good-item-in-cart.search-item .buy-btn .icon-basket{
    /*fill: #16b416;*/
}

.good-item-in-cart.good-item-table .buy-btn, .good-item-in-cart.good-item-table .buy-btn .btn-icon-wrap, .good-item-in-cart.good-item-table .buy-btn:hover .btn-icon-wrap, .good-item-in-cart.slider-item .buy-btn, .good-item-in-cart.slider-item .buy-btn .btn-icon-wrap, .good-item-in-cart.slider-item .buy-btn:hover .btn-icon-wrap, .good-item-in-cart.search-item .buy-btn, .good-item-in-cart.search-item .buy-btn:hover{
    background-color: transparent;
    transition: background-color 0s, width .35s;
}

.good-item-in-cart.good-item-table .buy-btn .btn-text, .good-item-in-cart.slider-item .buy-btn .btn-text{
    font-weight: bold;
}

.good-item-in-cart.good-item-list .buy-btn, .good-item-in-cart.good-item-list .buy-btn .btn-icon-wrap, .good-item-in-cart.good-item-page .buy-btn, .good-item-in-cart.good-item-page .buy-btn .btn-icon-wrap{
    background-color: #d8e2ef;
    color: #16489f;
}

.search-item .icon.icon-basket-full{
    width: 24px;
    height: 23px;
}

.icon.icon-basket-full{
    width: 30px;
    height: 29px;
    top: -1px!important;
    right: 0!important;
    display: none;
}

.good-item-in-cart .buy-btn .icon-basket-full{
    display: inline-block;
}

.good-item-in-cart .icon-basket-empty{
    display: none;
}

.good-item-in-cart.good-item-table .buy-btn .btn-text{
    /*color: #16b416;*/
}

.good-item-in-cart.good-item-table.good-item-has-discount .good-card__controls{
    height: 20px;
}

.good-item-in-cart.good-item-table .good-card__controls .good-card__count{
    display: none;
}

.good-item-list .good-card__controls{
    overflow: hidden;
}

.good-item-in-cart.good-item-list .good-card__count{
    position: relative;
    left: 1000px
}

.good-frm .buy-btn{
    margin-left: 0;
}

.good-frm .good-count{
    margin-right: 20px;
}

.good-item-in-cart.good-item-page .good-count{
    display: none;
}

.good-item-in-cart .buy-btn{
    /*color: #16b416;*/
}

.good-item-in-cart.search-item .count-wrap{
    display: none!important;
}

.chart-item__bonus{
    margin-left: 0;
}

.chart-item__bonus:before{
    content: '+';
    position: relative;
    z-index: 2;
    width: 20px;
    text-align: center;
}

.color-item-img{
    background-size: cover;
    background-position: 0 0;
}

input[type=radio].color-radio:not(old)+label span.color-item-bg{
    height: 50%;
    position: absolute;
    top: 50%;
}

@media (min-width: 1401px){
    .mobile-bonus-info {
        display: none;
    }
}

.social__item.viber:hover{
    background-color: #665ca7;
}

.social__item.telegram:hover{
    background-color: #0088cc;
}

.icon.icon-viber{
    width: 26px;
    height: 24px;
}

.icon.icon-telegram{
    width: 17px;
    height: 17px;
}

.pager-load-more-btn .icon-refresh, .pager-load-more-orders-btn .icon-refresh{
    transition: transform 0s;
}

.pager-load-more-btn .icon-refresh.rotated, .pager-load-more-orders-btn .icon-refresh.rotated{
    transform: rotate(360deg);
    transition: transform .7s;
}

.contact-card__value .icon-viber{
    width: 22px;
    height: 20px;
    margin-left: -3px;
}

.contact-card__value .icon-telegram{
    width: 16px;
    height: 16px;
}

.good-media__title{
	max-width: 550px;
}

.good-media.popup-gallery .Magic360-container{
	width: auto!important;
	max-width: 100%!important;
	max-height: 100%!important;
}

.crumbs{
	position: relative;
}

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

.popup-gallery .good-gallery__big{
    height: auto;
}

@media (max-width: 440px){
    .popup-gallery .price{
    	line-height: 1em;
    	margin-bottom: 10px;
    	padding-bottom: .5em;
    }
    
    .popup-gallery .buy-btn {
	    margin-top: 0;
	}
	
	.popup-gallery .good-media__order{
	    align-items: flex-start;
	}
	
	.popup-gallery .good-count{
		margin-top: 5px;
	}
}

.page-header .mini-basket-block{
	display: none;
}

@media (max-width: 720px){
    .page-header .mini-basket-block{
		display: inline-flex;
	}

    .main-content-top .mini-basket-block{
        display: none;
    }

    .customer-bar-item{
        display: none;
    }
}

@media (max-width: 500px){
    .good-item-table .good-card__price.prices-with-buy>div {
        width: auto;
        min-width: 50%;
    }
}

.customer-bar-item{
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    position: relative;
}

.maximize-btn{
    display: none;
}

.popup-gallery .maximize-btn{
    display: inline-flex;
}

@media(max-width: 576px) {
    .top-nav{
        padding-bottom: 100px;
    }
}

@media(max-width: 1300px) {
    .top-nav{
        padding-bottom: 130px;
    }
}

.good-card__params{
    font-size: 14px;
    line-height: 18px;
}

.good-card__params .params-list li{
    padding-bottom: 5px;
}

@media(min-width: 721px) {
    .flying-panel {
        position: relative;
    }

    .filters-sidebar .close-btn{
        display: none;
    }
}

.top-nav__item--mob--home{
    position: relative;
}

ul.lng-list{
    top: 15px;
    right: 0;
}

.good-additional-status{
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    margin-left: 8px;
}

.good-additional-status:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 2px;
}

.promo-section .counter-wrap .counter{
    margin-left: 0;
}

.count-cert input.count-input{
    width: 100%;
}

.review-reply-wrap-tmp{

}

.reviews-item{
    position: relative;
    border: 0;
    border-radius: 5px;
    padding-left: 20px;
}

.reviews-item.opened{
    background-color: #f5f8ff;
}

.review-reply-wrap{
    display: none;
    position: relative;
    padding-right: 30px;
    margin-bottom: 30px;
}

.review-reply-wrap textarea{
    height: 100px;
}

.review-reply-wrap .close-btn{
    position: absolute;
    top: 4px;
    right: 4px;
}

.review-reply-wrap .close-btn svg{
    fill: #aeaeae;
    width: 12px;
    height: 12px;
}

.replies-wrap{
    display: none;
    padding-left: 20px;
}

.replies-wrap > .reviews-item:first-child{
    border-top: none;
}

.reviews-item__replay{
    display: inline-block;
}

.review-replies-toggle-btn{
    margin-left: 10px;
}

.zoom-link{
    display: block;
}

.review-name-input{
    border: 0;
    padding: 0 0 0 .5em;
}

.review-name-wrap{
    padding: 5px 10px;
    margin-bottom: 10px;
}

.good-card__rating .reviews-count-zero, .good-data-top .good-rating .reviews-count-zero{
    margin-left: 0;
}

.reviews-count span{
    font-size: 13px;
    height: 14px;
    color: #d8e2ef;
}

.active-rating-buttons{
    margin-right: 10px;
}

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

.reviews-item.reviews-item-has-children:hover{
    cursor: pointer;
    background: #f5f8ff;
}

.reviews-item__author .icon-ordered-item{
    width: 25px;
    height: 24px;
    margin-top: -5px;
    margin-right: 3px;
}

.empty-reviews-form-wrap{
    padding-top: 20px;
}

.reviews-answers-num{
    font-size: 14px;
    margin-left: 15px;
}

.reviews-answers-num svg{
    font-size: 1rem;
    margin-right: 2px;
}

.printed-bill-row{
    background: #b0caad;
}

.auth-popup .balloon__inner, .mini-basket-block .balloon__inner{
    box-shadow: 0 10px 100px rgba(110,124,143,.7);
}

.good-item-page .vendor-code{
    max-width: 120px;
    overflow: hidden;
    position: relative;
}

.good-item-page .vendor-code.article-shadowed:after{
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgba(229, 238, 251, 0), rgba(229, 238, 251, 1));
}

.vendor-code span{
    white-space: nowrap;
}

@media(min-width: 720px){
    .header-bg {
        background: #f5f8ff;
    }
}

@media(min-width: 1301px){
    .js-top-menu .js-close-menu {
        display: none;
    }
}

.count button.count__btn--plus.disabled{
    cursor: default;
    border-color: #d8e2ef;
    box-shadow: none;
}

.krpack-tag{
    line-height: 19px;
    color: #ff5650;
    font-weight: bold;
    font-size: 10px;
    margin-right: 6px;
    cursor: default;
    height: 21px;
    width: 21px;
}

.krpack-tag.bonus-tag--lg{
    line-height: 50px;
    font-size: 20px;
    margin-right: 10px;
}

.alert{
    position: relative;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 14px;
}

.alert p{
    margin: 0;
}

.alert-dismissible{
    padding-right: 4rem;
}

.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-info{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

button.close{
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
    cursor: pointer;
}
.close{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.alert-dismissible .close{
    position: absolute;
    top: 0;
    right: 0;
    padding: .5rem 1rem;
    color: inherit;
}

.basket-row .bonus-tag-col>div {
    width: 90px;
    text-align: right;
}

.price--hot{
    background: none;
    color: #ff5650;
}

.auth{
    margin-top: 4px;
}

.auth-btn{
    color: #000;
}

.auth-btn:hover .icon-user{
    fill: #16489f;
}

.auth-btn:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: #16489f transparent transparent;
    margin-left: 7px;
    position: absolute;
    top: 7px;
    right: -6px;
    transition: transform .35s;
}

.auth.opened .auth-btn:after{
    transform: scaleY(-1);
}

@media(max-width: 576px){
    .auth-btn:after{
        display: none;
    }
}

@media(max-width: 720px){
    .wishlist-block{
        display: none;
    }
}

.responsible-wrap{
    font-size: 12px;
}

.cat-toggle.expandable{
    cursor: pointer;
}

.cat-toggle.expandable.active{
    cursor: default;
}

.group-units-wrap{
    display: none;
}

.unit-limits-edit-btn .icon-edit, .unit-group-edit-btn .icon-edit, .group-limits-edit-btn .icon-edit, .group-name-edit-btn .icon-edit{
    height: 16px;
    width: 16px;
    margin-top: -5px;
    margin-left: 10px;
}

.unit-limits-edit-wrap, .unit-group-edit-wrap, .group-limits-edit-wrap{
    display: none;
}

.unit-limit-input, .group-name-input{
    width: 70px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 0 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.group-name-input{
    width: 170px;
    text-align: left;
    margin-left: 0;
}

.unit-limit-input:first-child{
    margin-left: 0;
}

.limit-item{
    margin-right: 5px;
    margin-left: 5px;
}

.limit-item:first-child{
    margin-left: 0;
}

.unit-limits-apply-btn svg, .unit-limits-discard-btn svg, .unit-group-apply-btn svg, .unit-group-discard-btn svg, .group-limits-apply-btn svg, .group-limits-discard-btn svg, .group-name-apply-btn svg, .group-name-discard-btn svg{
    height: 14px;
    margin-top: -4px;
}

.unit-limits-apply-btn, .unit-group-apply-btn, .group-limits-apply-btn, .group-name-apply-btn{
    margin-left: 10px;
    margin-right: 2px;
}

.unit-select-wrap{
    width: 200px;
}

.group-units-wrap{
    margin-top: 5px;
}

.group-units-wrap .history-body{
    border-left: 0;
    border-right: 0;
}

.units-group-list>li .history-col{
    padding-top: 1em;
    padding-bottom: 1em;
}

.group-units-show-btn{
    width: 21px;
    height: 10px;
    top: 19px;
    right: 20px;
}

.group-units-show-btn .icon-down{
    width: 21px;
    height: 10px;
}

.group-name-edit-wrap{
    display: none;
}

.spec-disabled-item{

}

.spec-disabled-item .buy-btn, .spec-disabled-item .count{
    display: none!important;
}

@media(max-width: 720px){
    .page-header .top-header-msg{
        display: none;
    }
}

@media(min-width: 721px){
    .page-header{
        position: relative;
    }

    .page-header .top-header-msg{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 20px;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        color: #ff5650;
    }
}

.icon-info{
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.search-frm-clear{
    display: none;
    position: absolute;
    right: 44px;
    top: 9px;
    padding: 16px 20px;
}

.search-frm-clear.search-frm-clear-visible{
    display: inline-flex;
}

.search-frm-clear .icon-close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: 16px;
}

.contacts-group__secondary{
    margin-bottom: 22px;
}

.header-banner{
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin-top: -20px;
}

.header-banner-content{
    display: inline-block;
    text-align: center;
}

.header-banner-content img{
    max-height: 54px;
}

@media (max-width: 576px){
    .header-banner{
        margin-top: -10px;
    }
}

@media (min-width: 1701px){
    .header-banner-content{
        max-width: 1630px;
    }
}

@media (max-width: 1700px){
    .header-banner-content{
        max-width: 100%;
    }
}

.icon-specs{
    font-size: 1.5rem;
    width: 1em;
}



.units-list-table .history-head .history-head__item{
    width: calc((100% - 810px)/2);
}

.units-list-table.groups-list-table>.history-head .history-head__item, .units-list-table.groups-list-table .units-group-list>.unit-row>.history-base .col-title{
    width: calc((100% - 820px));
}

.units-list-table.groups-list-table>.history-head .history-head__item.head-status, .units-list-table.groups-list-table .units-group-list>.unit-row>.history-base .col-status{
    width: 100px;
}

.units-list-table.groups-list-table>.history-head .history-head__item.head-spent, .units-list-table.groups-list-table .units-group-list>.unit-row>.history-base .col-spent{
    width: 200px;
}

.units-list-table.groups-list-table>.history-head .history-head__item.head-limits, .units-list-table.groups-list-table .units-group-list>.unit-row>.history-base .col-limits{
    width: 400px;
}

.units-list-table.groups-list-table>.history-head .head-delete, .units-list-table.groups-list-table .units-group-list>.unit-row>.history-base .col-delete{
    width: 60px;
}

.units-list-table .history-head .head-delete{
    width: 60px;
}

.units-list-table .history-head .head-status{
    width: 150px;
}

.units-list-table .history-head .head-limits{
    width: 400px;
}

.units-list-table .history-head .head-spent{
    width: 200px;
}

.units-list-table .history-body .history-col{
    width: calc((100% - 810px)/2);
}

.units-list-table .history-body .col-delete{
    width: 60px;
}

.units-list-table .history-body .col-status{
    width: 150px;
}

.units-list-table .history-body .col-limits{
    width: 400px;
}

.units-list-table .history-body .col-spent{
    width: 200px;
}

.goods-slider__item .price-long-1 .price{
    font-size: 9px;
    padding: 0 5px;
    line-height: 28px;
}

@media (min-width: 840px){
    .goods-slider__item .price-long-1 .price{
        font-size: 10px;
    }
}

@media (min-width: 1400px){
    .goods-slider__item .price-long-1 .price{
        font-size: 12px;
    }
}

@media (max-width: 340px){
    .goods-slider__item .price-long-1 .price{
        font-size: 8px;
    }
}

@media (max-width: 400px){
    .goods-grid--compact .good-item-table.goods-grid__item .good-card__price.price-long-1 .price{
        font-size: 9px;
    }

    .goods-grid--compact .good-item-table.goods-grid__item .good-card__price.price-long-1 .old-price{
        font-size: 9px;
    }
}

@media (min-width: 1280px){
    .goods-grid--compact .good-item-list.goods-grid__item .good-card__price.price-long-1 .price{
        font-size: 13px;
    }

    .goods-grid--compact .good-item-list.goods-grid__item .good-card__price.price-long-1 .old-price{
        font-size: 13px;
    }
}

.sale-cards{
    width: 100%;
}

.sp-popup-inner{
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100% - 100px);
}

.sp-list-wrap{
    width: 20%;
    height: 100%;
    overflow: auto;
}

.sp-map-wrap{
    width: 80%;
}
@media (max-width: 800px){
    .sp-list-wrap{
        width: 50%;
    }

    .sp-map-wrap{
        width: 50%;
    }
}

#sp-map-popup{
    width: 90%;
    height: 90%;
    padding: 20px;
}

#sp-map-viewport{
    height: 100%;
}

.sp-list-item{
    padding: 10px 5px;
    font-size: 14px;
    color: #16489f;
    cursor: pointer;
    border-top: 1px solid #e5eefb;
}

.sp-list-item:first-child{
    border-top: none;
}

.sp-list-item:hover, .sp-list-item.active{
    background: #f5f8ff;
}

.sp-items-list{
    padding-right: 20px;
}

.sp-map-btn{
    font-size: 14px;
    border-bottom: 1px dashed #16489f;
}

.sp-map-btn:hover{
    border-bottom: 1px dashed #ff5650;
}

#np-map-popup, #up-map-popup{
    width: 90%;
    height: 90%;
    padding: 20px;
}

#np-map-viewport, #up-map-viewport{
    height: 100%;
}

.np-map-wrap, .up-map-wrap{
    width: 100%;
}

.np-map-btn, .up-map-btn{
    font-size: 14px;
    border-bottom: 1px dashed #16489f;
    display: none;
}

.np-map-btn:hover, .up-map-btn:hover{
    border-bottom: 1px dashed #ff5650;
}

@media (max-width: 1024px){
    #np-map-popup, #up-map-popup{
        width: 100%;
        height: 100%;
        padding: 20px;
    }

    .np-map-fancybox .fancybox-slide, .up-map-fancybox .fancybox-slide{
        padding: 0;
    }
}

.loading{
    position: relative;
}

@keyframes preloader {
    100% {
        transform: rotate(360deg);
    }
}

.loading:before{
    content: "";
    display: block;
    animation: preloader 2s infinite linear;
    width: 80px;
    height: 80px;
    background-image: url('/img/preloader.svg');
    background-repeat: no-repeat;
    background-size: 75px auto;
    background-position: center center;
    z-index: 55;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    border: none;
    right: auto;
    transform: none;
}

.loading:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.search-results-empty-wrap.loading, .search-results-wrap.loading{
    min-height: 120px;
}
.category-banner{
    text-align: center;
    padding-bottom: 30px;
}

.good-data-delivery .good-data-title{
    font-weight: bold;
    margin-bottom: 20px;
}

.good-data-delivery-item{
    display: flex;
    margin-bottom: 20px;
}

.good-data-delivery-item .delivery-icon-wrap{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    flex-shrink: 0;
}

.good-data-delivery-item .delivery-icon-wrap .icon{
    fill: #000;
    width: 25px;
    height: auto;
}

.good-data-delivery-item .delivery-icon-wrap .icon-car{
    fill: #16489f;
}

.good-data-delivery-item .delivery-icon-wrap .icon-delivery{
    fill: #16489f;
}

.good-data-delivery-item .delivery-icon-wrap .icon-np{
    fill: #da291c;
}

.good-data-delivery-item .delivery-info-wrap{
    font-size: 0.9em;
}

.good-data-delivery-item .delivery-info-wrap .delivery-description{
    font-size: 0.78em;
}

.good-data-delivery-item .delivery-info-wrap .delivery-title{
    font-weight: bold;
}

.selfpickup-map-link{
    border-bottom: 1px dashed #16489f;
}

.selfpickup-map-link:hover{
    color: #16489f;
    border-bottom: none;
}

.payment-select-tmp{
    display: none;
}

.select2-dropdown .select2-results__option[aria-disabled="true"], .select2-dropdown .select2-results__option[aria-disabled="true"]:hover{
    background: #efefef;
    color: #ccc;
}

textarea.error, textarea.error:hover {
    border-color: #ff5650;
}

.sp-container{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.delivery-map-wrap .sp-map-wrap{
    min-height: 600px;
}

@media (max-width: 580px){
    .delivery-map-wrap .sp-list-wrap{
        width: 100%;
        max-height: 210px;
    }

    .delivery-map-wrap .sp-map-wrap{
        width: 100%;
    }

    .delivery-map-wrap .sp-items-list{
        max-height: 200px;
        overflow: auto;
    }
}

.good-data-delivery-item .delivery-icon-wrap .icon-ukrposhta{
    height: 30px;
    width: 25px;
    margin-top: 5px;
    fill: #fabc26;
}

img.list-item-additional-img{
    display: none;
}

.changeable-img:hover .list-item-additional-img{
    display: block;
}

.changeable-img:hover .list-item-main-img{
    display: none;
}

.good-item-delivery-term{
    line-height: 30px;
    padding: 0 .85em;
    font-size: 14px;
    height: 30px;
    background-color: #e5eefb;
    margin-bottom: 10px;
}

.good-item-delivery-term span{
    color: #ff5650;
    font-weight: bold;
}

.good-colors__title{
    line-height: 20px;
    padding-bottom: 5px;
}

.good-colors{
    margin-bottom: 10px;
}

.cart-bonus-value{
    margin-left: auto;
    font-size: 14px;
}

.cart-bonus-value .icon{
    margin-right: 5px;
}

.cart-bonus-value span{
    color: #ff5650;
    font-weight: bold;
}

.doc-link .icon-eye{
    width: 20px;
}

.basket-total-text{
    font-size: 13px;
}

.bf-wrap{
    background: #fdb606;
    width: 100%;
}

.bf-wrap.bf-wrap-green{
    background: none;
}

.bf-wrap.bf-wrap-green .countdown-flipper{
    margin: 0 12% -20px 12%;
}

.bf-wrap .countdown-flipper{
    margin: 30px 12% -20px 12%;
}


.flipper-digit .digit-top, .flipper-digit .digit-top2, .flipper-digit .digit-bottom{
    color: #e0a106;
}

.bf-wrap.bf-wrap-green .flipper-digit .digit-top, .flipper-digit .digit-top2, .flipper-digit .digit-bottom{
    color: #fff;
}

.flipper-group.flipper-delimiter, .flipper-group label{
    color: #1a191f;
}

.flipper-digit .digit-next, .flipper-digit .digit-bottom, .flipper-digit .digit-top, .flipper-digit .digit-top2, .flipper-digit .digit-face{
    background: #1a191f;
    border: 1px solid #2c2b30;
}

.bf-wrap-btn{
    text-align: center;
}

.bf-news-btn{
    display: inline-block;
    margin-top: 30px;
    background: #fdb606;
    color: #000;
    font-size: 22px;
    padding: 10px 60px;
    border-radius: 5px;
    box-shadow: -3px 3px 10px rgba(0,0,0,0.5);
}

.orders-page-title{
    margin-bottom: 20px;
}

.orders-contacts-title{
    display: flex;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.order-contacts-text{
    display: inline-flex;
    margin-right: 15px;
    padding-bottom: 10px;
    min-width: 300px;
}

.order-contacts-list{
    display: inline-flex;
    align-items: center;
    padding-bottom: 10px;
}

.order-contacts-list .social__item{
    width: 28px;
    height: 28px;
    margin: 0 15px 0 0;
}

.order-contacts-list .social__item.phone, .order-contacts-list .social__item.email{
    background: none;
    margin-right: 5px;
}

.order-contacts-list .social__item .icon{
    width: 16px;
    height: 16px;
}

.order-contacts-list .social__item .icon.icon-viber{
    width: 20px;
    height: 20px;
}

.order-contacts-list .social__item .icon.icon-phone, .order-contacts-list .social__item .icon.icon-mail{
    width: 20px;
    height: 20px;
}

.order-contacts-list .social__item:hover .icon.icon-phone, .order-contacts-list .social__item:hover .icon.icon-mail{
    fill: #16489f;
}

.orders-contact-item-text{
    display: inline-flex;
    height: 20px;
    line-height: 18px;
    font-size: 1rem;
    margin-right: 15px;
}

@media (max-width: 900px){
    .orders-contact-item-text{
        display: none;
    }

    .order-contacts-list .social__item .icon.icon-phone, .order-contacts-list .social__item .icon.icon-mail{
        width: 15px;
        height: 15px;
    }

    .order-contacts-list .social__item.phone, .order-contacts-list .social__item.email{
        background: #d8e2ef;
        margin-right: 15px;
    }
}

.history-head__item span.orders-status-short{
    display: none;
}

@media (max-width: 900px){
    .history-head__item span.orders-status-short{
        display: inline-block;
    }

    .history-head__item span.orders-status-full{
        display: none;
    }
}

@media (max-width: 576px) {
    .top-nav__item--mob--orders{
        display: block;
    }

    #auth-popup .orders-item{
        display: none;
    }
}

.warning-note{
    margin-top: 20px;
}

.cart-tbl-header{
    margin-bottom: 0;
    background: none;
}

.video-wrap__inner:before {
    background: none;
}

.good-desc .youtube:before {
    background: none;
}

.youtube img{
    width: 100%;
}

.good-bonus-plus-price{
    border-radius: 4px;
    border: 1px solid #d8dca0;
    padding: 20px;
}

.good-bonus-plus-price .price{
    border-color: #d8dca0;
}

.good-bonus-plus-price .counter-wrap{
    padding-top: 10px;
    color: #ff5650;
    font-size: 17px;
    font-weight: 700;
}

.good-bonus-plus-price .counter-wrap .counter{
    margin-left: .5em;
}

@media (min-width: 440px) {
    .good-price-block .bonus-wrap {
        display: inline-block;
    }
}

.bonus-wrap{
    font-size: 12px;
}

.bonus-wrap .bonus-val{
    margin-left: -8px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    z-index: 1;
    background: #d8e0ed;
    color: #3d5498;
}

.bonus-wrap.bonus-plus-wrap .bonus-val{
    color: #fff;
    background: #ff5650;
}

.bonus-wrap.bonus-plus-wrap .icon-coins{
    fill: #c0a656;
}

.good-item-page .bonus-wrap .bonus-coins-img{
    width: 36px;
}

.bonus-wrap .bonus-coins-img{
    width: 23px;
    z-index: 2;
    position: relative;
    display: inline-block;
}

.bonus-wrap .icon-coins{
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
}

.good-item-table .bonus-wrap{
    padding-top: 10px;
    margin-bottom: -6px;
}

.good-item-list .bonus-wrap{
    text-align: left;
    margin-top: -3px;
}

.bonus-val-text{
    display: inline-block;
    position: relative;
    height: 20px;
    width: 10px;
    margin-top: -6px;
    color: #d8e2ef;
}

.bonus-wrap.bonus-plus-wrap .bonus-val-text{
    color: #000000;
}

.bonus-text-short{
    display: none;
}

.bonus-text-full{
    position: absolute;
    right: -36px;
    top: 6px;
}

.bonus-plus-wrap .bonus-text-full{
    right: -147px;
    width: 160px;
}

.good-item-table:hover .bonus-text-short{
    display: inline-block;
}

.good-item-table:hover .bonus-text-full{
    display: none;
}

.good-item-bonus-plus .price{
    color: #ff5650;
}

.percent-tag{
    display: inline-block;
    height: 19px;
    margin-right: 5px;
}

.icon-percent{
    display: inline-block;
    margin-top: -10px;
    fill: #ff5650;
    height: 15px;
    width: 15px;
}

.good-item-page .percent-tag{
    margin-right: 10px;
    height: auto;
}

.good-item-page .icon-percent{
    height: 30px;
    width: 30px;
    margin-top: 0;
}

.good-item-page .krpack-tag.bonus-tag--lg {
    line-height: 36px;
    font-size: 13px;
    width: 36px;
    height: 36px;
}

.krpack-tag.bonus-tag--lg {
    line-height: 23px;
    font-size: 10px;
    margin-right: 10px;
    width: 23px;
    height: 23px;
}

@media (max-width: 500px){
    .bonus-wrap .bonus-val-text{
        display: none;
    }
}

.goods-sales-item{
    width: calc(50% - 30px);
    margin: 0 15px 20px 15px;
    border: 2px solid #e4ebf4;
    padding: 12px 20px 20px 20px;
    flex: 0 0 563px;
    min-width: 296px;
}

.goods-sales-inner{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    height: 420px;
}

.goods-sales-card{
    border: 1px solid #e4ebf4;
    padding: 25px 20px 13px 20px;
    width: calc(50% - 7px);
    text-align: left;
    flex: 0 0 253px;
}

.goods-sales-card.goods-sales-charts{
    padding: 10px 10px 13px 10px;
}

.goods-sales-card .fav-btn{
    cursor: default;
    margin-right: 5px;
    opacity: 0.5;
    width: 21px;
    height: 18px;
    position: relative;
}

.goods-sales-card .fav-btn .icon-heart{
    width: 21px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    fill: #d8e2ef;
}

.goods-sales-item-title{
    color: #16489f;
    margin-top: 5px;
    opacity: 0.5;
}

.goods-sales-item-img{
    margin-left: 17px;
    opacity: 0.5;
}

.goods-sales-card .price{
    margin-bottom: 10px;
    opacity: 0.5;
}

.goods-sales-card .good-card__rating{
    opacity: 0.5;
}

.chart-item {
    height: 28px;
}

.chart-item .chart-item__price {
    text-align: left;
    width: 110px;
    margin-right: 5px;
}

.chart-item  .chart-item__line{
    padding: 0 5px 0 5px;
}

.goods-sales-top{
    display: flex;
    align-items: center;
    padding-bottom: 27px;
    justify-content: flex-start;
}

.goods-sales-top-1{
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 3px;
}

.goods-sales-top-1. goods-sales-top-icon{
    flex: 0 0 20px;
    margin-left: 10px;
}

.goods-sales-top .goods-sales-top-l, .goods-sales-top .goods-sales-top-r{
    width: calc(50% - 7px);
    display: flex;
    align-items: center;
}

.goods-sales-top-icon{
    flex: 0 0 30px;
    margin-left: 22px;
}

.goods-sales-top-icon img{
    width: 30px;
}

.goods-sales-bottom{
    display: flex;
    align-items: center;
    padding-top: 10px;
    justify-content: flex-start;
}

.goods-sales-bottom-icon{
    flex: 0 0 30px;
    margin-right: 7px;
}

.goods-sales-bottom-icon img{
    width: 30px;
}

.goods-sales-bottom-icon .percent-tag{
    height: 30px;
}

.goods-sales-bottom-icon .icon-percent{
    width: 30px;
    height: 30px;
    margin-top: 0;
}

@media (max-width: 600px){
    .goods-sales-item{
        width: calc(100% - 30px);
        flex: 0 0 auto;
    }

    .goods-sales-inner{
        height: auto;
    }

    .goods-sales-card:first-child{
        margin-bottom: 20px;
    }

    .goods-sales-top .goods-sales-top-l{
        padding-bottom: 10px;
    }

    .goods-sales-top .goods-sales-top-l, .goods-sales-top .goods-sales-top-r{
        width: calc(100% - 7px);
    }

    .goods-sales-top-1{
        flex-wrap: wrap;
    }
}

.form-pre-text{
    padding: 0 0 20px 0;
}

.form-post-text{
    padding: 20px 0;
}

.questionare-form{
    max-width: 500px;
}

.search-suggestions-balloon{
    background: #fff;
    padding: 10px 15px;
    border-radius: 0 0 6px 6px;
    border-left: 2px solid #16489f;
    border-right: 2px solid #16489f;
    border-bottom: 2px solid #16489f;
}

.search-suggestions-balloon:before{
    display: none;
}

.search-suggestions-list{

}

.search-suggestions-list li{

}

.search-suggestions-list li a{
    padding: 5px 5px;
    display: block;
    height: 100%;
    position: relative;
}

.search-suggestions-list li:hover{
    background: #f5f8ff;
}

.search-suggestions-list li a:hover{
    color: #16489f;
}

.search-suggestions-list li a .search-suggestion-remove{
    position: absolute;
    right: 15px;
    top: 10px;
    color: #c1c1c1;
}

.search-suggestions-list li a .search-suggestion-remove>svg{
    display: none;
    width: 14px;
    fill: #c1c1c1;
}

.search-suggestions-list li a:hover .search-suggestion-remove>svg{
    display: block;
}

.search-suggestions-header{
    padding-bottom: 5px;
}

.search-suggestions-header:after{
    display: block;
    clear: both;
    content: '';
}

.search-suggestions-header>div{
    float: left;
    font-size: 12px;
    color: #c1c1c1;
}

.search-suggestions-header>a{
    display: block;
    float: right;
    font-size: 12px;
}

.mobile-apps img{
    height: 40px;
}

.mobile-apps-text{
    color: #c1c1c1;
    font-size: 14px;
    padding-bottom: 15px;
}

.filters-sidebar.loading:before{
    top: 250px;
}

@media (max-width: 720px) {
    .filters-sidebar.loading {
        position: absolute;
    }

    .filters-sidebar.loading:after {
        width: calc(100% - 40px);
    }
}

#banner-popup{
    padding: 0;
    overflow: visible;
    vertical-align: bottom;
}

#banner-popup .fancybox-close-small{
    top: -15px;
    right: -8px;
    background: #fff;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    padding: 4px;
    opacity: .9;
}

.fancybox-slide--html {
    padding: 10px;
}

.crumbs-gradient{
    display: none;
}

@media(max-width: 576px){
    .promo-section .counter-wrap {
        font-size: 16px;
    }

    .crumbs:after {
        display: none;
    }


    .header-group{
        position: relative;
    }

    .crumbs-gradient{
        display: block;
        width: 60px;
        height: 30px;
        position: absolute;
        top: 0;
        right: -20px;
        background: #fff;
        background: linear-gradient(271deg, #fff 0, rgba(255,255,255,0) 100%);
        z-index: 2;
    }
}

.main-categories-items-1 .section-nav__item{
    width: 100%;
}

.main-categories-items-2 .section-nav__item{
    width: 50%;
}

.main-categories-items-3 .section-nav__item{
    width: 33.333%;
}

.main-categories-items-4 .section-nav__item{
    width: 25%;
}

.main-categories-items-5 .section-nav__item{
    width: 20%;
}

.main-categories-items-6 .section-nav__item{
    width: 16.66%;
}

.main-categories-items-7 .section-nav__item{
    width: 14.29%;
}

.main-categories-items-8 .section-nav__item{
    width: 12.5%;
}

.main-categories-items-9 .section-nav__item{
    width: 11.11%;
}

.main-categories-items-10 .section-nav__item{
    width: 10%;
}

@media (min-width: 481px) and (max-width: 1280px){
    .section-nav .section-nav__item {
        width: 25%;
    }

    .main-categories-items-5 .section-nav__item:nth-child(4n) {
        border-bottom: 1px solid #d8e2ef;
    }
    .main-categories-items-5 .section-nav__item:nth-child(3n) {
        border-bottom: 1px solid #d8e2ef;
    }
    .main-categories-items-5 .section-nav__item:nth-child(2n) {
        border-bottom: 1px solid #d8e2ef;
    }

    .main-categories-items-6 .section-nav__item:nth-child(4n) {
        border-bottom: 1px solid #d8e2ef;
    }
    .main-categories-items-6 .section-nav__item:nth-child(3n) {
        border-bottom: 1px solid #d8e2ef;
    }

    .main-categories-items-7 .section-nav__item:nth-child(4n) {
        border-bottom: 1px solid #d8e2ef;
    }
}

@media (max-width: 480px) {
    .section-nav .section-nav__item {
        width: 33.3333%;
    }

    .main-categories-items-7 .section-nav__item:nth-child(5n) {
        border-bottom: 1px solid #d8e2ef;
    }
    .main-categories-items-7 .section-nav__item:nth-child(6n) {
        border-bottom: 1px solid #d8e2ef;
    }

    .main-categories-items-8 .section-nav__item:nth-child(6n) {
        border-bottom: 1px solid #d8e2ef;
    }

    .main-categories-items-10 .section-nav__item:nth-child(8n) {
        border-bottom: 1px solid #d8e2ef;
    }
    .main-categories-items-10 .section-nav__item:nth-child(9n) {
        border-bottom: 1px solid #d8e2ef;
    }

    .main-categories-items-11 .section-nav__item:nth-child(9n) {
        border-bottom: 1px solid #d8e2ef;
    }
}

.logo__img{
    margin-top: 4px;
    margin-bottom: 4px;
    width: 56px;
}

.user-discount-info{
    display: flex;
    justify-content: space-around;
    padding-bottom: 35px;
    flex-wrap: wrap;
}

.user-discount-info-item{
    text-align: center;
    width: 25%;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1440px) {
    .user-discount-info-item{
        padding: 0 20px;
    }
}

@media (max-width: 1120px) {
    .user-discount-info-item{
        width: 50%;
        margin-bottom: 30px;
    }
}

.user-discount-info-lbl{
    line-height: 20px;
}

.user-discount-info-val{
    background: #edd418;
    color: #133491;
    font-weight: bold;
    border-radius: 4px;
    line-height: 45px;
    font-size: 24px;
    margin-top: 5px;
    padding: 0 10px;
    height: 45px;
    overflow: hidden;
}

.user-discount-info-item-red .user-discount-info-val{
    background: #ff5650;
    color: #fff;
}

@media (max-width: 1600px) {
    .user-discount-info-val{
        height: 38px;
        line-height: 38px;
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .user-discount-info-val{
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}

@media (max-width: 1120px) {
    .user-discount-info-val{
        height: 45px;
        line-height: 45px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .history-head__item:first-child {
        width: 50%;
    }
}


element.style {
}
@media (max-width: 1200px) {
    .history-head__item:nth-child(5), .history-head__item:nth-child(6), .history-head__item:nth-child(7) {
        display: none;
    }
}


@media (max-width: 820px) {
    .user-discount-info-val{
        height: 38px;
        line-height: 38px;
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .user-discount-info-val{
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .user-discount-info-val{
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    .user-discount-info-val{
        font-size: 14px;
    }
}

.user-discount-chart{
    border: 1px solid #e9eaee;
    padding: 14px;
    margin-bottom: 35px;
}

.user-discount-chart-inner{
    border: 1px solid #e9eaee;
    border-radius: 5px;
    padding: 14px;
    margin-top: 10px;
}

.bonus-history-wrap{
    padding-top: 0;
    padding-bottom: 30px;
}

.user-discount-chart-row{
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
    min-width: 200px;
}

.user-discount-chart-sum-col{
    padding-left: 5px;
    min-width: 135px;
    padding-right: 55px;
    text-align: right;
}

@media (max-width: 1200px) {
    .user-discount-chart-sum-col{
        min-width: 85px;
        padding-right: 10px;
    }
}

@media (max-width: 1020px) {
    .user-discount-chart-discount-col{
        min-width: 85px;
    }
}

.user-discount-chart-discount-col{
    min-width: 70px;
    padding-left: 10px;
}

.user-discount-chart-bonus-col{
    flex-grow: 1;
    padding-left: 10px;
}

.user-discount-chart-row-labels .user-discount-chart-discount-col, .user-discount-chart-row-labels .user-discount-chart-bonus-col{
    padding-left: 0;
}

.user-discount-chart-row-1 .user-discount-chart-discount-col, .user-discount-chart-row-1 .user-discount-chart-bonus-col{
    background: #e9f0f6;
}

.user-discount-chart-row-2 .user-discount-chart-discount-col, .user-discount-chart-row-2 .user-discount-chart-bonus-col{
    background: #fff6d5;
}

.user-discount-chart-row-3 .user-discount-chart-discount-col, .user-discount-chart-row-3 .user-discount-chart-bonus-col{
    background: #f6cece;
}

.user-discount-chart-row-disabled{
    opacity: 0.3;
}

.user-discount-chart-row-current .user-discount-chart-sum-col, .user-discount-chart-row-current .user-discount-chart-discount-col, .user-discount-chart-row-current .user-discount-chart-bonus-col{
    color: #fff;
    font-weight: bold;
    background: #ff5650;
}

.user-discount-chart-row-current .user-discount-chart-sum-col{
    border-radius: 5px 0 0 5px;
}

.user-discount-chart-row-current .user-discount-chart-bonus-col{
    border-radius: 0 5px 5px 0;
}

.user-discount-chart-pre span{
    color: #ff5650;
}

.goods-sales-charts .chart-item__price{
    width: 85px;
}

.goods-sales-charts-bonus .chart-item__discount{
    width: 65px;
}

.goods-sales-charts-bonus .chart-item__bonus:before{
    display: none;
}

.goods-sales-top-r span{
    color: #ff5650;
}

.goods-sales-top-r.noflex{
    display: block;
}

.goods-sales-item-bonus .goods-sales-top{
    min-height: 80px;
    height: 80px;
}

.goods-sales.chart-sales>.goods-sales-item .sales-section__title{
    font-size: 16px;
}

.goods-sales.chart-sales>.goods-sales-item{
    padding: 0;
    border: 0;
}

.goods-sales.chart-sales .goods-sales-inner-wrap{
    border: 2px solid #e4ebf4;
    padding: 12px 20px 20px 20px;
    margin: 20px 0;
}

@media (max-width: 1200px){
    .history-head__item:nth-child(4) {
        display: none;
    }
}

@media (max-width: 1200px) {
    .history-base .history-col.number-col, .history-base .history-col.status-col{
        width: 50% !important;
    }
    .history-base .history-col{
        width: 100% !important;
    }

    .history-base .history-col:nth-child(4) {
        order: 3;
    }
}

@media (max-width: 480px) {
    .history-base .history-col[data-th]:before {
        width: 50%;
    }
}

.bonus-history-wrap .unsorted>span:before, .bonus-history-wrap .unsorted>span:after{
    display: none;
}

.history-base .history-col:nth-child(2) {
    color: #000;
}

.order-item-inactive .history-base .history-col{
    color: #c1c1c1;
}

.ios-back-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #16489f;
    z-index: 30;
    cursor: pointer;
}

.ios-back-btn:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(225deg);
    position: relative;
    top: 7px;
    left: 18px;
}

.page--main~.ios-back-btn{
    display: none;
}

.loading.ios-loading:before{
    position: fixed;
}

.cart-tbl-footer-right{
    margin-left: auto;
}

.discount-to-bonus-wrap{
    display: block;
    background: #f5f8ff;
    padding: 5px;
}

label.discount-to-bonus-label{
    width: auto!important;
}

.discount-to-bonus-info{
    display: inline-block;
    margin-top: -3px;
}

.discount-to-bonus-info svg{
    width: 17px;
    height: 17px;
}

.mobile-apps{
    float: left;
    padding-right: 30px;
    padding-bottom: 15px;
}

.footer-chats{
    float: left;
    width: 220px;
    padding-bottom: 15px;
}

.cert-list-bonus-info{
    padding: 40px 0;
    font-weight: bold;
}

.cert-list-bonus-info .bonus-val{
    color: #16489f;
    font-size: 24px;
}

.cert-list-bonus-info .icon-info{
    margin-top: -5px;
}

.vendors-slider .vendors-slider__item img{
    max-height: 37px;
}

.share-link{
    margin-left: 5px;
}

.share-popup{
    display: none;
    position: absolute;
    z-index: 2;
}

.share-popup .tooltip-inner{
    padding: 10px;
    position: relative;
}

.share-popup .tooltip-inner .share-viber, .share-popup .tooltip-inner .share-messenger{
    margin-left: 5px;
}

.share-telegram .icon-telegram{
    width: 24px;
    height: 24px;
    fill: #0088cc;
}

.share-viber .icon-viber{
    width: 30px;
    height: 24px;
    fill: #665ca7;
}

.share-messenger .icon-messenger{
    width: 24px;
    height: 24px;
}

.share-popup .tooltip-inner::after{
    content: '';
    position: absolute;
    left: calc(50% - 8px);
    top: -16px;
    border: 8px solid transparent;
    border-bottom: 8px solid #d8e2ef;
}

.share-popup .tooltip-inner::before{
    content: '';
    position: absolute;
    left: calc(50% - 7px);
    top: -14px;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    z-index: 2;
}

.banner-popup-modal{
    position: fixed;
    bottom: 45px;
    right: 20px;
    border: 1px solid #d8e2ef;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    background: #fff;
    width: 400px;
    z-index: 30;
    max-width: 70%;
    max-height: 70%;
}

.banner-popup-modal.bannerpopup-position-2{
    right: 50%;
    margin-right: -200px;
}

.banner-popup-modal .popup__inner{
    padding: 15px 20px;
}

@media (max-width: 480px) {
    .banner-popup-modal .popup__inner{
        padding: 10px;
    }
}

.banner-popup-modal .popup__title{
    display: none;
}

.banner-popup-modal .popup-close{
    position: absolute;
    top: -50px;
    right: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
    line-height: 26px;
}

.banner-popup-modal .popup-close .icon-close{
    width: 10px;
    height: 10px;
    fill: #000;
}

.fancybox-container.bannerpopup-position-1 #banner-popup{
     vertical-align: middle;
}

.fancybox-container.bannerpopup-position-2 #banner-popup{
    vertical-align: bottom;
}

.fancybox-container.bannerpopup-position-3 #banner-popup{
    vertical-align: bottom;
}

.fancybox-container.bannerpopup-position-3 .fancybox-slide{
    text-align: right;
}

.filter-section .icon-car{
    font-size: 1em;
    margin-right: 6px;
}

.filter-active .icon-car{
    display: none;
}

input[type=checkbox].fd-option:checked+label .icon-car{
    fill: #16489f;
}

.cat-nav-personal-offer-item a.cat-nav__link{
    color: #ff0000;
}

.cat-nav-personal-offer-item .items-count{
    font-size: inherit;
}

.miss-grid{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.miss-item{
    width: 20%;
    min-width: 290px;
    margin-bottom: 25px;
    font-size: 20px;
}

.miss-item-inner{
    min-width: 290px;
    padding: 0 15px;
}

.miss-item-crown{
    height: 60px;
    margin-bottom: 10px;
}

.miss-item-crown img{
    height: 100%;
}

.miss-item-img{
    width: 260px;
    height: 260px;
    border-radius: 130px;
    border: 0;
    overflow: hidden;
    background: #C2C3CC;
    margin: 0 auto;
}

.miss-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.miss-item-name{
    font-weight: bold;
    color: #000;
}

.miss-item-likes{
    color: #282828;
}

.miss-item-link a{
    display: inline-block;
    padding-left: 40px;
    background: url('/img/thumbs_up.png') left -1px no-repeat;
    background-size: contain;
}

.personal-offer-tag{
    display: inline-block;
    height: 22px;
    margin-right: 5px;
    margin-top: -10px;
}

.personal-offer-tag img{
    height: 100%;
}

.good-item-page .personal-offer-tag{
    height: 26px;
}

.profile-item-offers{
    color: #ff0000;
}

.search-result-suggestions-list{
    padding-top: 10px;
}

.search-result-suggestions-list a{
    color: #C2C3CC;
}

.search-result-suggestions-list a span{
    color: #000;
}

@media (max-width: 574px) {
    .cat-nav {
        padding-bottom: 100px;
    }
}

.value.yellow-value {
    background: #edd418;
    color: #133491;
}

.np-ware-select-wrap .select2-dropdown .select2-results__options .select2-results__option, .up-ware-select-wrap .select2-dropdown .select2-results__options .select2-results__option{
    white-space: normal;
}

.delivery .text-block{
    font-size: 15px;
}

ul.lng-list.single-lang li:first-child::after{
    display: none;
}

.freedel-tag {
    display: inline-block;
    height: 19px;
    margin-right: 5px;
}

.icon-freedel {
    display: inline-block;
    margin-top: -10px;
    fill: #ee1c25;
    height: 25px;
    width: 25px;
}

.good-item-page .freedel-tag {
    margin-right: 10px;
    height: auto;
}

.good-item-page .icon-freedel {
    margin-top: -5px;
    height: 45px;
    width: 45px;
}

.filter-section .icon-freedel {
    font-size: 1em;
    margin-right: 6px;
    margin-top: -5px;
    height: 19px;
    width: 19px;
}

input[type=checkbox].freedel-option:checked+label .icon-freedel {
    fill: #ee1c25;
}

.filter-active .icon-freedel {
    display: none;
}

.vendor-strip.freedel-strip{
    background-image: none;
    padding-left: 49px;
}

.vendor-strip.freedel-strip svg{
    position: absolute;
    left: 20px;
    top: 5px;
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.has-fd-strip .vendor-strip.madeukraine-strip{
    margin-bottom: 0;
    border-bottom: 1px solid #dce8f8;
}

.contact-list-content{
    margin-bottom: 20px;
}

.goods-grid--list-view .good-card__vendor.vendor-strip.madeukraine-strip {
    margin-right: 20px
}

.goods-grid--list-view .good-card__vendor.vendor-strip.freedel-strip {
    padding-left: 28px
}

.goods-grid--list-view .good-card__vendor.vendor-strip.freedel-strip svg{
    left: 5px;
    top: 1px;
    width: 17px;
    height: 17px;
}

.good-gallery__big .strip-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 20px;
    z-index: 2;
}

.good-gallery__big .vendor-strip {
    position: relative;
}

.delivery-select-wrap .select2-results__option[aria-disabled=true]{
    display: none;
}

.delivery-select-wrap .select2-results__option[aria-disabled=true]:first-child{
    display: list-item;
}

.free-delivery-not-allowed-msg{
    margin-bottom: 20px;
    font-size: 14px;
}

input[type=radio].questionare-radio{
    width: auto;
    display: inline-flex;
    opacity: 1;
}

.form-option-row input[type=radio].questionare-radio+label{
    width: auto;
    padding-left: 5px;
}

.form-option-row{

}

.questionare-field-label{
    font-weight: bold;
    margin-bottom: 10px;
}

.questionare-form .input-wrap{
    margin-bottom: 20px;
}

.questionare-form .input-wrap.error{
    background-color: inherit;
    color: inherit;
    padding: 7px;
    border: 1px solid #ff5650;
    border-radius: 7px;
    box-shadow: 5px 5px 5px #dbd6d6;
}

.questionare-form .input-wrap textarea{
    height: 100px;
}

.questionare-form .textarea-label, .questionare-form .text-label{
    font-weight: bold;
}

.quick-city-list li{
    height: 40px;
    line-height: 40px;
}

.quick-city-list{
    display: flex;
}

.quick-city-list li a{
    font-size: 14px;
    margin-right: 20px;
    border-bottom: 1px dashed #16489f;
    padding-bottom: 0;
}

.quick-city-list li a:hover{
    border-bottom: 1px dashed #ff5650;
}

.order-frm legend{
    display: flex;
    align-items: center;
}

.fieldset-number{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #ccc;
    font-weight: normal;
    margin-right: 7px;
}

.fieldset-number .icon-check{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: none;
}

.fieldset-number.checked{
    background: #16489f;
    font-size: 0;
    border: none;
}

.fieldset-number.checked .icon-check{
    display: block;
    fill: #f5f8ff
}

.main-page-basket-wrap{
    position: relative;
    border: 2px solid #d8e2ef;
    border-radius: 4px;
    padding: 8px 18px;
    margin-bottom: 17px;
    margin-top: -12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-page-basket-items-list{
    height: 48px;
    overflow: hidden;
}

.main-page-basket-items-list li{
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.main-basket-close svg{
    width: 10px;
}

.main-basket-cart-btn{
    margin-right: 20px;
}

.main-basket-sum-wrap{
    font-size: 14px;
}

.main-basket-sum-wrap .sum-text{
    color: #c1c1c1;
}

@media (max-width: 1000px){
    .main-page-basket-wrap{
        display: none;
    }
}

.smart-filters-wrap{
    flex-grow: 1;
    padding-right: 20px;
}

.smart-filter-item{
    position: relative;
    display: inline-block;
    background: #d9e3ef;
    cursor: pointer;
    border-radius: 3px;
    padding: 3px 8px;
    margin-right: 12px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #000;
}

.smart-filter-item:not(.smart-filter-checked):not(.is-disabled):hover{
    text-decoration: none;
    color: #16489f;
}

.smart-filter-item.smart-filter-checked{
    font-weight: bold;
    color: #000;
    cursor: default;
}

.smart-filter-item.is-disabled{
    opacity: 0.5;
    cursor: default;
}

.delete-sf-option {
    margin-left: 10px;
}
.delete-sf-option, .delete-sf-option .icon {
    width: 10px;
    height: 10px;
}

.sf-close-btn{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #ff5650;
    justify-content: center;
    display: none;
    align-items: center;
}

.smart-filter-item.smart-filter-checked .sf-close-btn{
    display: inline-flex;
}

.sf-close-btn .icon-close{
    fill: #fff;
    width: 10px;
    height: 10px;
}

.sf-close-btn:hover .icon-close{
    fill: #fff;
}

.manufacturers-filter{
    position: relative;
    width: 100%;
    height: 65px;
    border-top: 1px solid #e5eefb;
    border-left: 1px solid #e5eefb;
    border-right: 1px solid #e5eefb;
}

.manufacturers-filter-outer{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.manufacturers-filter-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
    height: 65px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: left 0.5s;
}

.manufacturers-filter-inner .manufacturer-item{
    display: inline-block;
    opacity: 0.5;
    position: relative;
    transition: opacity 0.3s;
}

.manufacturers-filter-inner .manufacturer-item:hover, .manufacturer-item.is-selected{
    opacity: 1;
}

.manufacturers-filter-inner .manufacturer-item.disabled{
    opacity: 0.1;
}

.manufacturers-filter-inner .manufacturer-item img{
    max-height: 40px;
}

.manufacturer-item .man-item-link{
    margin-right: 10px;
    margin-left: 10px;
    color: #000;
}

.manufacturer-item .man-item-link:hover{
    color: #000;
}

.manufacturer-item.is-selected .man-item-link{
    font-weight: bold;
    cursor: default;
}

.manufacturer-item.disabled .man-item-link{
    cursor: default;
    filter: grayscale(100%);
}

.mf-close-btn{
    display: none;
    position: absolute;
    top: -8px;
    right: 0px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #ff5650;
    justify-content: center;
    align-items: center;
}

.manufacturer-item.is-selected .mf-close-btn{
    display: inline-flex;
}

.mf-close-btn .icon-close{
    fill: #fff;
    width: 10px;
    height: 10px;
}

.mf-close-btn:hover .icon-close{
    fill: #fff;
}

.manufacturers-filter .left-arrow{
    position: absolute;
    top: 19px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background: #d8e2ef;
    z-index: 2;
    cursor: pointer;
    opacity: 0.7;
    display: none;
    transition: opacity 0.3s;
}

.manufacturers-filter .left-arrow:hover{
    opacity: 1;
}

.manufacturers-filter .right-arrow{
    position: absolute;
    top: 19px;
    right: -13px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background: #d8e2ef;
    z-index: 2;
    cursor: pointer;
    opacity: 0.7;
    display: none;
    transition: opacity 0.3s;
}

.manufacturers-filter .right-arrow:hover{
    opacity: 1;
}

.manufacturers-filter .right-arrow:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #16489f;
    border-right: 1px solid #16489f;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 10px 0 12px;
    position: relative;
    top: -2px;
    right: 5px;
}

.manufacturers-filter .left-arrow:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #16489f;
    border-right: 1px solid #16489f;
    -ms-transform: rotate(45deg);
    transform: rotate(225deg);
    margin: 0 10px 0 12px;
    position: relative;
    top: -2px;
    right: 1px;
}

.wrapper--content .header-group {
    margin: 0 15px
}

.catalog-title{
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.catalog-title h1{
    min-width: 325px;
    padding-right: 20px;
}

@media (max-width: 1200px) {
    .catalog-title h1 {
        min-width: 310px;
    }
}

.item-parts-wrap{
    /*padding-bottom: 60px;*/
    max-width: 100%;
    opacity: 0;
    /*margin-top: -46px;*/
}

@media (max-width: 1340px) {
    .item-parts-wrap{
        /*margin-top: -60px;*/
    }
}

@media (max-width: 1120px) {
    .item-parts-wrap{
        /*padding-bottom: 20px;*/
    }
}

.item-parts-wrap .good-card{
    padding: 10px;
}

.item-parts-wrap .good-card__img-wrap .img-wrap {
    height: 40px;
    width: 30%;
    margin-bottom: 0;
    margin-right: 10px;
}

.item-parts-wrap .good-card__title{
    font-size: 14px;
}

.item-parts-wrap .good-item .price{
    padding: 0;
    border: 0;
}

.item-parts-wrap .goods-slider>.slick-list>.slick-track{
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
}

.item-parts-wrap .goods-slider .good-item{
    border-bottom: 1px solid #e5eefb;
    border-top: 1px solid #e5eefb;
}

.item-parts-wrap  .goods-slider:after{
    display: none;
}

.filters-sidebar .sidebar-nav__item.is-selected .items-count, .filters-sidebar .sidebar-nav__item.is-selected a{
    color: #ff5650;
}

.profile-activation-wrap{
    position: relative;
    border: 2px solid #d8e2ef;
    border-radius: 4px;
    padding: 8px 18px;
    margin-bottom: 17px;
    margin-top: 0;
    background-color: #f5f8ff;
    font-size: 14px;
}

.profile-activation-wrap.loading:before{
    background-size: 40px;
}

.profile-activation-phone-input, .profile-activation-phone-code-input, .afterreg-phone-code-input, .reset-code-input{
    display: inline-block;
    background: none;
    width: 170px;
    padding: 0 10px;
    border: none;
    font-weight: bold;
}

.profile-activation-phone-code-input, .afterreg-phone-code-input, .reset-code-input{
    letter-spacing: 5px;
    width: 85px;
}

.format-error{
    color: #ff5650;
}

.profile-phone-submit-btn, .phone-code-submit-btn, .reset-code-submit-btn{
    height: 34px;
    line-height: 34px;
}

.profile-activation-close{
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff5650;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.profile-activation-close:hover{
    color: #fff;
}

.profile-activation-close:hover .icon-close{
    fill: #ffffff;
}

.profile-activation-close .icon-close{
    fill: #ffffff;
    width: 10px;
    height: 10px;
}

.input-wrap{
    position: relative;
}

.input-wrap.is-phone:before{
    content: '+38';
    position: absolute;
    top: 11px;
    left: 1em;
    color: #817f7f;
    line-height: 17px;
}

.input-wrap.is-phone input{
    padding-left: 47px;
}

.input-wrap input[type="text"], .input-wrap input[type="email"], .input-wrap input[type="phone"], .input-wrap input[type="password"]{
    padding-bottom: 0;
}

.cat-nav__item.is-bold>a, .cat-nav__sub-menu-title.is-bold, .cat-nav__sub-menu-item.is-bold>a{
    font-weight: bold;
}

.cat-nav__item.is-color>a, .cat-nav__sub-menu-title.is-color, .cat-nav__sub-menu-item.is-color>a{
    color: #ff5650;
}

.school-title-banner{
    /*padding-left: 15px;*/
    width: 100%;
}

.school-title-banner:first-child{
    margin-bottom: 15px;
}

.main-content .school-title-banner{
    padding-left: 0;
    margin-bottom: 0;
}

@media (max-width: 1200px){
    .wrapper--content .header-group.school-header-group{
        margin: 0;
    }

    .school-title-banner{
        padding-left: 0;
    }
}

.fancybox-slide.one-page-slide .fancybox-content, .fancybox-slide.one-page-slide .popup__inner, .fancybox-slide.one-page-slide .popup__content{
    height: 100%;
}

.fancybox-slide.one-page-slide .popup__content>p, .fancybox-slide.one-page-slide .popup__content>img{
    max-height: 100%;
}

.price--accent{
    background: none;
    color: #ff5650;
}

form.order-frm .form-col fieldset:last-child, form.order-frm .order-frm__submit {
    margin-top: 0;
}

form.order-frm .check-wrap span {
    font-size: 15px;
}

.profile__main .input-wrap{
    font-size: 14px;
}

.profile__main .input-wrap label{
    margin-right: 10px;
    font-weight: bold;
}

input.promocode-valid{
    border-color: #008000;
}

input.promocode-invalid{
    border-color: #ff5650;
}

.simplebar-track.simplebar-vertical{
    background: rgba(0, 0, 0, 0.1);
    width: 7px;
    border-radius: 7px;
    right: 5px;
    bottom: 12px;
}

.simplebar-scrollbar:before {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(22, 72, 159, 0.8);
}

.promo-input-wrap{
    display: flex;
}

.promo-input-wrap input{
    margin-right: 10px;
}

.promo-discard-btn{
    display: none;
    background-color: #d8e2ef;
    color: #16489f;
}

.promo-discard-btn:hover{
    background-color: #d8e2ef;
    color: #16489f;
}

.main-content .main-slider {
    max-height: 287px;
}

.main-content .main-slider.slick-initialized {
    max-height: none;
}

.promo-section.loading .promo-section__title a, .promo-section.loading .promo-section__title span{
    display: none;
}

.promo-section-content-placeholder, .rotator-tabs-placeholder{
    height: 316px;
}

.category-items-banner{
    padding-bottom: 0;
}

.panel-toggle-btn{
    min-width: 100%;
}

@media (min-width: 721px) and (max-width: 1200px){
    .wrapper--content .header-group{
        padding: 0 15px;
    }
}

@media (max-width: 1200px){
    .wrapper--content .header-group{
        margin: 0;
    }
}

@media (min-width: 993px) and (max-width: 1200px){
    .wrapper .sidebar {
        margin: 0 15px 0 10px;
    }
}

@media (max-width: 992px){
    .top-wrapper .sidebar {
        margin: 0 5px 0 15px;
    }
}

.order-frm .receiver-wrap{
    display: none;
}

.main-slider .slick-track{
    display: flex;
    align-items: center;
}

.slider-square{
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}

.slider-square .banner-clickable{
    display: block;
    width: 24%;
    border-radius: 4px;
    overflow: hidden;
}

.main-slider{
    margin-bottom: 20px;
}

.main-slider:before, .main-slider:after{
    display: none;
}

.main-slider .main-slider__item{
    width: 1270px;
}

.main-slider~.slider-dots {
    height: 10px;
    bottom: 13px;
}

.main-slider~.slider-dots ul.slick-dots li {
    height: 6px;
    width: 50px;
}

.main-slider~.slider-dots ul.slick-dots li button {
    height: 6px;
    width: 50px;
    border-radius: 3px;
}

.main-slider~.slider-dots ul.slick-dots li button:after {
    height: 6px;
    width: 50px;
    border-radius: 3px;
}
@media (min-width: 1281px) {
    .section-nav__item {
        border-right: none;
    }

    .section-nav__item:after {
        content: '';
        position: absolute;
        top: 5px;
        right: 0;
        width: 1px;
        height: 38px;
        background: #d8e2ef;
    }

    .section-nav__item:last-child:after {
        display: none;
    }
}

.section-nav__link {
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: row;
    justify-content: flex-start;
}

.section-nav__icon-wrap {
    height: 45px;
    max-width: 60px;
}

.section-nav__icon-wrap .icon {
    max-height: 40px;
}

.section-nav-wrap {
    padding: 7px 0;
}

.main-content .main-slider {
    margin-bottom: 17px;
}


@media (max-width: 570px){
    .page--main .main-content-top{
        margin-bottom: 10px;
    }
}

@media (min-width: 571px){
    .page--main .main-content-top{
        margin-bottom: 20px;
    }
}


@media (max-width: 440px){
    .main-slider-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.wrapper{
    margin-bottom: 20px;
}

@media (min-width: 1001px) and (max-width: 1100px) {
    .section-nav__icon-wrap {
        padding-right: 5px;
    }
}

@media (min-width: 901px) and (max-width: 1400px) {
    .section-nav__icon-wrap {
        width: 40px;
        padding-right: 5px;
    }
}

@media (max-width: 800px) {
    .section-nav__icon-wrap {
        width: 40px;
        padding-right: 5px;
    }
}


@media (min-width: 481px) and (max-width: 900px) {
    .section-nav .section-nav__item {
        width: 33.33%;
    }

    .main-categories-items-6 .section-nav__item:nth-child(3n) {
        border-bottom: none;
        border-right: none;
    }

    .main-categories-items-6 .section-nav__item:nth-child(4n) {
        border-bottom: none;
        border-right: 1px solid #d8e2ef;
    }
}

@media (max-width: 481px) {
    .section-nav .section-nav__item .section-nav__link {
        padding-left: 5px;
        padding-right: 5px;
    }

    .section-nav .section-nav__item .section-nav__link span {
        font-size: 12px;
    }
}

.test-rotator .goods-slider__item .good-card{
    padding: 0 0 20px 0;
}

.test-rotator .goods-slider__item .good-card .good-card-labels-wrap, .test-rotator .goods-slider__item .good-card .good-card__title, .test-rotator .goods-slider__item .good-card .good-card__rating, .test-rotator .goods-slider__item .good-card .good-card__price {
    padding: 0 20px;
}

.test-rotator .goods-slider__item .good-card__img-wrap .img-wrap{
    height: 250px;
    width: 250px;
    padding-top: 6px;
    margin-bottom: 0;
}

.test-rotator .goods-slider__item .good-card__img-wrap .img-wrap img{
    width: 100%;
}

.test-rotator .goods-slider__item .good-card-labels-wrap{
    bottom: 9px;
}

.cb-widget .widget-container{
    bottom: 80px;
}

a.filter-option-lbl:hover{
    color: #16489f;
}

.good-header-wrap{
    margin-bottom: 30px;
}

.good-header-wrap h1{
    margin-bottom: 0;
    display: inline;
}

/*
@media (max-width: 768px) {
    margin-bottom: 20px;
}

 */

.tiktok-wrap{

}

.series-title-banner{
    width: 100%;
    padding-top: 15px;
    margin-bottom: -15px;
}

.page-title.search-title{
    padding-left: 15px;
}

@media (max-width: 1200px) {
    .page-title.search-title{
        padding-left: 0px;
    }
}
.tiktok.gallery-video>blockquote{
    height: 529px;
}

.popup-gallery .gallery-video.tiktok:before{
    display: none;
}

.gallery-item.tiktok-item:before{
    display: none;
}

.gallery-item.tiktok-item:after{
    display: none;
}

.icon-play{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 99px;
    height: 72px;
    margin-left: -50px;
    margin-top: -36px;
}

.icon-play .icon-youtube{
    width: 99px;
    height: 72px;
}

.popup-gallery .gallery-item.tiktok-item .icon-play{
    display: none;
}

@media (min-width: 481px) {
    .cat-nav__sub-menu .cat-nav__sub-menu-link {
        font-size: 15px;
        line-height: 25px;
    }
}

.good-gallery__big .cashback-tag {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.good-gallery__big .cashback-tag img{
    height: 70px;
}

@media (max-width: 520px) {
    .good-gallery__big .cashback-tag img{
        height: 35px;
    }
}

.good-item-table .cashback-tag {
    position: absolute;
    right: 0;
    bottom: 0;

}

.good-item-table .cashback-tag img{
    height: 25px;
}

.good-item-list .cashback-tag img{
    height: 40px;
}

.brand-page-wrap{
    display: flex;
}

.brand-image-wrap img{
    max-width: 450px;
}

.brand-descr-wrap{
    padding-left: 50px;
}

@media (max-width: 900px){
    .brand-page-wrap{
        display: block;
    }

    .brand-image-wrap{
        text-align: center;
    }

    .brand-image-wrap img{
        max-height: 200px;
    }

    .brand-descr-wrap{
        padding-left: 0;
    }
}

.good-label--color-3 {
    background-color: #f5b718;
    color: #000;
    font-weight: bold;
    padding: .32em 1em .2em;
}

.good-label--color-3:after {
    border-color: #f5b718 transparent transparent;
}

.pages__dots {
    display: inline-block!important;
}

@media (max-width: 440px) {
    .page-btn.page-btn-num{
        display: none;
    }

    .page-btn.page-btn-num.current, .page-btn.page-btn-num.page-last, .page-btn.page-btn-num.page-first, .page-btn.page-btn-num.current-distance-1{
        display: inline-block;
    }
}

@media (min-width: 441px) and (max-width: 600px) {
    .page-btn.page-btn-num{
        display: none;
    }

    .page-btn.page-btn-num.current, .page-btn.page-btn-num.page-last, .page-btn.page-btn-num.page-first, .page-btn.page-btn-num.current-distance-1, .page-btn.page-btn-num.current-distance-2{
        display: inline-block;
    }
}

@media (max-width: 1100px) {
    .page-btn.pages__page--prev, .page-btn.pages__page--next{
        display: none;
    }
}

@media (min-width: 721px) and (max-width: 820px) {
    .page-btn.page-btn-num{
        display: none;
    }

    .page-btn.page-btn-num.current, .page-btn.page-btn-num.page-last, .page-btn.page-btn-num.page-first, .page-btn.page-btn-num.current-distance-1, .page-btn.page-btn-num.current-distance-2{
        display: inline-block;
    }
}

img.footer-payment-img{
    width: 240px;
    height: auto;
}

.item-notify-btn-wrap{
    margin-bottom: 10px;
}

.item-notify-btn{
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 5px;
    background: #d7e1ee;
}

.item-notify-btn.active{
    background: none;
    padding: 0;
}

.item-notify-btn:hover{
    color: #16489f;
}

.item-notify-btn:hover .icon-check{
    fill: #f5f8ff;
}

.checked-wrap{
    display: none;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 18px;
    color: #ccc;
    font-weight: normal;
    margin-right: 7px;
    background: #16489f;
    font-size: 0;
    border: none;
}

.item-notify-btn.active .checked-wrap{
    display: inline-block;
}

.checked-wrap .icon-check{
    display: block;
    fill: #f5f8ff;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.good-card__price.prices-group>a.notify-icon{
    width: auto;
    margin-left: auto;
    position: relative;
}

.good-card__price.prices-group>a.notify-icon-active{
    border-radius: 10px;
    background: #16489f;
    margin-top: 5px;
}

.notify-icon .icon-check{
    fill: #f5f8ff;
    width: 20px;
    height: 20px;
}

.good-card__price.prices-group>a.notify-icon:hover .icon-check{
    fill: #f5f8ff;
}

.good-card__price.prices-group>a.notify-icon:hover .icon-bell{
    fill: #c1c1c1;
}

.notify-icon{
    cursor: default;
}

.notify-icon .icon-bell{
    width: 25px;
    height: 25px;
    fill: #c1c1c1;
    cursor: pointer;
}

.good-card__price.prices-group{
    align-items: flex-start;
}

.scrollable-slider .goods-slider-wrap{
    padding-bottom: 15px;
}

.scrollable-slider .goods-slider-wrap::before{
    height: calc(100% - 15px);
    z-index: 1;
}

.scrollable-slider .goods-slider-wrap::after{
    content: "";
    width: 1px;
    height: calc(100% - 15px);
    background-color: #e5eefb;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.scrollable-slider .goods-slider-nav{
    display: none;
}

.scrollable-slider .slider-dots{
    display: none;
}

.scrollable-slider .goods-slider .goods-slider__item{
    width: 235px;
    float: left;
}

@media (max-width: 480px) {
    .scrollable-slider .goods-slider .goods-slider__item{
        width: 165px;
    }
}

@media (min-width: 481px) and (max-width: 800px) {
    .scrollable-slider .goods-slider .goods-slider__item{
        width: 200px;
    }
}

.scrollable-slider .goods-slider .goods-slider__item .good-card{
    border-top: 1px solid #e5eefb;
    border-bottom: 1px solid #e5eefb;
}

.scrollable-slider .goods-slider::after{
    display: block;
    position: relative;
    clear: both;
}

.scrollable-slider .simplebar-scrollbar::before{
    background: #d8e2ef;
    opacity: 1;
}

.scrollable-slider .simplebar-track{
    background: #f2f6fd;
    border-radius: 5px;
}

.scrollable-slider.scrollable-init{
    overflow: hidden;
}

.scrollable-slider.scrollable-init .slider{
    width: 10000px;
}

.scrollable-slider .vendors-slider-wrap .slider-nav{
    display: none;
}

.scrollable-slider .vendors-slider-wrap .slider-dots{
    display: none;
}

.scrollable-slider .vendors-slider-wrap{
    padding-bottom: 15px;
}

.scrollable-slider .vendors-slider-wrap::before{
    height: calc(100% - 15px);
    z-index: 1;
}

.scrollable-slider .vendors-slider-wrap::after{
    content: "";
    width: 1px;
    height: calc(100% - 15px);
    background-color: #e5eefb;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.scrollable-slider .vendors-slider {
    width: 10000px;
}

.scrollable-slider .vendors-slider:after {
    display: none;
}

.vendors-slider__item{
    width: 170px;
    float: left;
}

.goods-slider__item .img-wrap img{
    max-height: 100%;
}

/*
.cat-nav-wrap .cat-nav-top .btn{
    display: none;
}

.cat-nav-wrap .cat-nav-top.expandable .btn, .cat-nav-wrap.opened .cat-nav-top .btn{
    display: inline-flex;
}

@media (max-width: 720px) {
    .cat-nav-top {
        display: flex;
    }
}


 */

.filter-section .check-wrap label a::first-letter{
    text-transform: uppercase;
}

.good.good-item-page {
    margin-bottom: 34px;
}

.good-desc > div:first-child > :first-child {
    margin-top: 0;
}

.item-video-wrap {
    margin-bottom: 20px;
}

.item-props-wrap {
    margin-bottom: 20px;
}

.item-props-wrap table {
    margin-bottom: 0;
}

@media (min-width: 993px) {
    .item-video-wrap {
        width: 50%;
        float: right;
        padding-left: 30px;
    }

    .item-props-wrap {
        width: 50%;
        float: left;
        margin-right: 30px;
    }

    .item-props-wrap.item-props-wrap-has-video {
        float: none;
        margin-right: 0;
    }
}