/* custom.css */
@font-face { 
    font-family: 'Proxima Nova'; 
        src: url('/catalog/view/theme/prioritet/fonts/proxima/ProximaNova-Regular.otf');                    /* IE9 Compat Modes */ 
        src: url('/catalog/view/theme/prioritet/fonts/proxima/ProximaNova-Regular.ttf') format('ttf'),      /* IE6-IE8 */ 
        url('/catalog/view/theme/prioritet/fonts/proxima/ProximaNova-Regular.woff2') format('woff2'),       /* Новейшие браузеры */ 
        url('/catalog/view/theme/prioritet/fonts/proxima/ProximaNova-Regular.woff') format('woff');         /* Новые браузеры и IE9+ */ 
    font-weight: normal; 
    font-style: normal; 
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    /* font-family: 'Proxima Nova';  */
}

.hidden{
    display: none;
}

.clear{
    clear: both;
    display: block;
}

.bold{
    font-weight: 800;
}

.header-text{
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin-bottom: 23px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}

.header-text::before{
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: #FEC400;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    top: -13px;
    left: 0px;
}

.btn-primary{
    color: #000;
    text-shadow: none;
    background-color: #FEC400;
    background-image: none;
    border-color: #FEC400;
    border-radius: 0;
    padding: 11px 35px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: none;
}

.btn-primary:hover{
    border-color: #FEC400;
    background-color: #FEC400;
    color: #000;
}

.btn-default{
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fff;
    background-image: none;
    border-color: #000;
    border-radius: 0;
}

.btn-default:hover{
    border-color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

/* nav top */
/* #top{
    background-color: #252258;
    border: 1px solid #000000;
    box-sizing: border-box;
    min-height: 30px;
    z-index: 1000;
    position: fixed;
    width: 100%;
} */
#top{
    margin: 0;
    padding: 0;
    height: auto;
    min-height: auto;
}

.container-nav-top{
    height: 30px; 
}

#top>.top-info-social{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.top-left-block{
    margin: 0 auto;
}

.top-right-block{
    margin-left: auto;
}

.top-right-block>span{
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    margin-right: 15px;
}

.top-left-block>span{
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}
.top-right-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.top-right-block>a{
    width: 15px;
    height: 15px;
    background-size: cover;
    margin: 0 35px 0 0;

}

.top-right-block>.youtube{
    background-image: url(/image/design/youtube.svg);
    width: 18px;
    height: 18px;
}

.top-right-block>.facebook{
    background-image: url(/image/design/facebook.svg);
    display: none;
}

.top-right-block>.instagram{
    background-image: url(/image/design/instagram.svg);
}
/* end nav top */

/* header */
.product-info-in-cart{
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.table-striped a{
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background: #fff;
}

.table-striped .img-thumbnail{
    width: 130px;
    border-radius: 0;
}

.table-striped>tbody>tr>td{
    border-top:none;
    border-bottom: 1px solid #ddd;
    padding: 10px 8px 10px;
}

.table-striped td>button.btn-danger{
    background: #fff;
    border: none;
    text-shadow: none;
    color: #000;
    box-shadow: none;
}

.dropdown-menu .table-bordered{
    border: none;
}

.cart-block .table-bordered>tbody>tr>td{
    border: none;
}

.checkout-fastorder-fastorder .panel-default>.panel-heading{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

#cart .dropdown-menu{
    background: #fff;
    border: none;
}

.dropdown-menu .table{
    margin-bottom: 0px;
}

.logo-block>#logo>img{
    position: relative;
    left: -15px;
}

.dropdown-menu .col-sm-9 .text-left,
.dropdown-menu .col-sm-9 .text-right{
    margin-bottom: 0;
    margin-top: 0;
}

.search{
    position: relative;
}

.search>#search{
    visibility: hidden;
    transition: .5s ease-in;
    transform: rotateY(90deg);
}

.visibility-search{
    width: 20px;
    height: 20px;
    background-image: url(/image/design/search.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 11px;
    z-index: 10;
    cursor: pointer;
}

#search-mobile{
    display: none ;
}
.search-cross{
    display: none;
}

.header-block{
    max-width: 1140px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
    margin: 0 auto;
    height: 100px;
}

.header-block>div{
    padding: 0;
}

.logo-block{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.logo-block>#logo{
    padding: 0;
    margin: 0;
}

.logo-signature{
    font-size: 14px;
    line-height: 20px;
    color: #28255A;
    padding: 0 10px;
    display: block;
    width: 410px;
    right: -125px;
    top: -10px;
    text-align: center;
}

.search .input-group{
    border-radius: 0;
    background: #FFFFFF;
    border: 1px solid #333333;
}

#search{
    margin-bottom: 0px;
    height: 30px;
}

#search>.form-control{
    border-radius: 0;
    border: none;
    border-right: none;
    height: 30px;
    margin: 3px;
    box-shadow: none;
}

#search .btn-lg{
    border: none;
    padding: 9px 22px;
    background: transparent;
    box-shadow: none;
}

.form-control:focus{
    box-shadow:none;
}

.fa-search::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 10px;
    right: 14px;
    background-image: url(/image/design/search.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

#top-links{
    text-align: center;
}

#top-links>.list-inline{
    margin-bottom: 0px;
    float: right;
}

.fa-user::before{
    content: '';
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    top: 0px;
    right: -5px;
    background-image: url(/image/design/user.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

#cart > .btn{
    height: 0;
    width: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.fa-shopping-cart{
    display: none;
}

#cart-total::before{
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 0px;
    right: 28px;
    background-image: url(/image/design/shopping-bag.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

#cart.open > .btn{
    border: none;
}

#cart-total{
    font-size: 14px;
    line-height: 20px;
    color: #000;
    position: absolute;
    top: 7px;
    right: -40px;
    text-shadow: none;
}

.header-block>.search{
    position: relative;
    right: -4%;
    z-index: 1;
}

#top-links .dropdown-menu a:hover{
    color: #000;
}

#form-language .language__name{
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

#form-language .fa-caret-down:before{
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    top: 13px;
    right: 5px;
}

#form-language .btn-group.open .fa-caret-down:before{
    transform: rotate(225deg);
    top: 18px;
}

#form-language .language-select{
    color: #000;
}

/* end header */

/* menu */
#megamenu-menu{
    border: none;
    margin-bottom: 0;
}
.overlay-megamenu, .megamenu-plus, .megamenu-burger{
    display: none;
}
.navbar-collapse{
    background-color: #fff;
    background-image: none;
    border:none;
    padding: 5px 0;
}

.container>#megamenu-menu .nav > li > a{
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-transform:uppercase;
    padding: 10px 0px;
}

.middle>a {
    text-decoration: none;
    font-size: 1em;
    position: relative;
    transition: all 0.6s;

}
.middle>a:before {
    content: "";
    width: 0;
    height: 0.1em;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #00aeff;
    transition: all 0.3s;
}

.middle>a:hover:before {
    width: 100%;
    left: 0;
    background: #28255A;
}

.container>#megamenu-menu .nav > li > a:hover, .container>#megamenu-menu .nav > li.open > a{
    background-color:#fff;
}

.navbar-nav{
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.navbar-nav > li{
    margin: 0 auto;
}

.dropdown-menu .btn-cart{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.dropdown-menu .btn-cart a:nth-child(1){
    background: #FEC400;
    color: #000;
    border-radius: 5px;
    width: 50%;
    height: 50px;
    display: block;
    padding: 17px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.dropdown-menu .btn-cart a:nth-child(2){
    background: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
    width: 50%;
    height: 50px;
    display: block;
    padding: 17px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.dropdown-menu > .dropdown-inner > ul.list-unstyled{
    padding: 15px 30px;
    min-width: 290px;
}

.dropdown-menu > .dropdown-inner > ul.list-unstyled > li > a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 28px;
}

.navbar-ex1-collapse>.navbar-nav::before,
.navbar-ex1-collapse>.navbar-nav::after{
    display: none;
}

.img-megamenu{
    border-radius: 10px;
    max-width: 360px;
    width: 100%;
}

.megamenu-about-brend,
.megamenu-present,
.megamenu-body-care,
.megamenu-face-care,
.megamenu-new-items{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 37px 0 43px;
}

#megamenu-menu .menu-add-html{
    width: min-content;
}

.megamenu-figure{
    width: 23%;
}

.megamenu-figure img, .stock-item>a>figure>img{
    width:100%;
    border-radius: 5px;
    max-width: 270px;
}

.stock-item>a>figure>img{
    max-width: 235px;
}

.megamenu-figure figcaption{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 20px 0;
}

.megamenu-about-brend p,
.megamenu-present p,
.megamenu-body-care p,
.megamenu-face-care p,
.megamenu-new-items p{
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.megamenu-about-brend ul,
.megamenu-present ul,
.megamenu-body-care ul,
.megamenu-face-care ul,
.megamenu-new-items ul{
    padding: 0px;
}

.megamenu-about-brend li,
.megamenu-present li,
.megamenu-body-care li,
.megamenu-face-care li,
.megamenu-new-items li{
    list-style: none;
    margin-bottom: 5px;
}

.dropdown-menu li > a:hover{
    color: #000;
    background-color: transparent;
    background-image: none;
}

.megamenu-figure a{
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #000000;
}

.megamenu-about-brend a,
.megamenu-present a,
.megamenu-body-care a,
.megamenu-face-care a,
.megamenu-new-items a{
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}

.megamenu-new-items .megamenu-figure>a{
    margin-top: 20px;
    display: block;
}

.travel-shop-icon{
    position: relative;
}

.megamenu-face-care-ul{
    padding: 0 0 0 15px;
    margin-top: 15px;
}

.megamenu-figure figcaption>span{
    text-transform: uppercase;
}

.travel-shop-icon::before{
    content: "";
    position: absolute;
    right: -25px;
    bottom: 3px;
    width: 12px;
    height: 12px;
    background-image: url(/image/design/plane.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.megamenu-stocks{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 37px 30px 85px;
    position: relative;
}

.stock-item>a{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 15px;
}

.stock-item>a>div{
    padding: 0 0 0 30px;
}

.stock-item>a>div>span{
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
}

.stock-item>a>div>p{
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    margin: 20px 0 30px;
}

.megamenu-stocks-anchor{
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #000000;
    display: block;
    position: absolute;
    bottom: 25px;
}

.navbar-ex1-collapse>.navbar-nav>.dropdown>.megamenu-type-html{
    border: none;
    box-shadow: 0 6px 20px rgba(0,0,0,.175);
}

/* end menu */

/* banner home */
.banner-home1,
.banner-home2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}
.common-home .text-banner{
    max-width: 640px;
    width: auto;
    position: absolute;
    left: 5%;
    top: 58%;
}

.block-banner-home > .banner-home1 a.button.scroll-to-link{
    font-size: 24px;
    margin-top: 30px;
    width: 320px;
    display: block;
    background-color: #a93bab;
    border: 1px solid #a93bab;
}



.common-home .header-banner-landing,
.common-home .text-banner-landing{
    color: #fff;
}

.common-home .header-banner-landing{
    font-size: 46px;
}

.mob__banner,.tablet__banner{
    display: none;
}

.pc__banner{
    margin: 0 auto;
    width: 100%;
}

.banner-home1> a > img{
    width: 100%;
}

.banner-home2{
    margin-top: 50px;
}

.banner-home1>a>.container>span,
.banner-home2>a>.container>.float-right>span{
    margin-top: 30px;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 0 30px;
    display: block;
}

.banner-home1>a>.container>p,
.banner-home2>a>.container>.float-right>p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
}

.banner2{
    padding: 0;
}

.float-right{
    float: right;
    text-align: right;
}

.float-right .banner-button{
    float: right;
}

.banner-button{
    color: #0C0C0C;
    font-size: 14px;
    line-height: 18px;
    background-color: rgb(239, 228, 107);
    font-weight: 700;
    padding: 18px 0;
    margin-top: 30px;
    display: block;
    width: 240px;
    text-align: center;
    border-radius: 5px;
}

.banner-button:hover{
    color: #0C0C0C;
}
/* end banner home */

/* home page */
.nav-block-categories{
    padding: 15px 0 50px;
}

.nav-categories>.categories{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.nav-categories>.categories>li{
    list-style: none;
    margin: 10px;
    padding: 0;
    width: 250px;
}

.nav-categories>.categories>li{
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    width: calc(100% / 3 - 10px);
    display: flex;
    min-height: 60px;
    border: 1px solid #EEEEEE;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0 10px;
    box-shadow: 0px 6px 22px rgba(24, 52, 79, 0.15);
}

.nav-categories>.categories>li:hover{
    background: #fec400;
}

.nav-categories>.categories>li>a{
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.block-relevant{
    padding: 80px 0;
}

.block-relevant img{
    width: 100%;
}

.block-relevant figcaption{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    margin: 30px 0 10px;
}

.block-relevant a{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    position: relative;
}

.block-relevant a:hover{
    color: #393486;
}

.mobile-filter{
    display: none;
}

.block-relevant a::before{
    content:"";
    display: block;
    border-bottom: .5px solid #000;
    position: absolute;
    top: 100%;    
    width: 155px;
}

.relevant-item{
    margin-bottom: 50px;
}

.block-instagram{
    margin-bottom: 100px;
}

.block-instagram>p{
    font-size: 22px;
    line-height: 32px;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

.click-next{
    position: relative;
}

.slick-prev:before,
.slick-next:before{
    content: "";
    width: 18px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/image/design/right.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-prev:before{
    transform: rotate(180deg);
}

.slick-slide img{
    margin: 0 auto;
}

.product-thumb .caption{
    min-height: auto;
    padding: 0 5px;
}

.product-thumb{
    padding: 10px 0;
    border: none;
}

.product-thumb h4{
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    font-weight: 400;
    min-height: 89px;
}

.product-thumb h4>a{
    color:#000;
}

.product-thumb .price{
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
}

.product-thumb .price-old{
    font-size: 20px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
}

.product-thumb .price-new{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.product-thumb .button-group{
    border-top: none;
    background-color: transparent;
    overflow: hidden;
}

.product-thumb .button-group button{
    width: 100%;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-transform: inherit;
}

.product-thumb .button-group button:hover{
    color: #000;
    background-color: #FEC400;
}

.heading-best-sellers{
    font-size: 22px;
    line-height: 32px;
    color:#000;
    text-align: center;
}

footer{
    background: #4A4A4A;
    /* padding:50px 0; */
}

footer h5{
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 26px;
}

footer a, footer address{
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: block;
}

.contacts-block .accordion-menu a.tel::before,
.contacts-block .accordion-menu a.email::before{
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 5px;
}

.contacts-block .accordion-menu a.tel::before{
    background-image: url(/image/design/phone-call.svg);
}

.contacts-block .accordion-menu a.email::before{
    background-image: url(/image/design/email.svg);
}

footer p{
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: block;
}

footer ul{
    padding: 5px 0 0;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

footer ul a:last-child {margin-right: 15px;}

.payment-methods-img{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

footer a:hover{
    text-decoration: underline;
}

.main-footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.main-footer a:focus, .main-footer a:hover{
    color: #fff;
    outline: none;
}

.payment-methods-img>img{
    margin-right: 20px;
    width: 12%;
}

.main-footer .contacts-block,
.main-footer .service-block,
.main-footer .payment-methods-and-mailing{
    padding: 0;
}

.copywriting-info{
    text-align: center;
    padding: 5px 0;
    background: #303030;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.submenuItems, .bottom-social-network-block{
    display: none;
}

.submenuItems a {
    transition: all 0.4s ease-out;
}

.alert{
    text-align: center;
    z-index: 10;
    color: #fff;
    font-size: 12px;
    border: none;
}

.alert-danger{
    text-align: center;
    z-index: 10;
    background: #b30202ba !important;
    color: #fff;
    font-size: 12px;
    border: none;
}

.alert-success{
    background: #05b30296 !important; 
    text-align: center;
    z-index: 10;
    color: #fff;
    font-size: 12px;
    border: none;
}

.close{
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 43px;
    color: #fff;
}

.checkout-fastorder-fastorder .close{
    right: 20px;
    top: 15px;
    font-size: 26px;
}
 
.checkout-fastorder-fastorder .alert-warning{
    background-color: #b30202ba;
}

.close:focus, .close:hover{
    color: #fff;
}

.alert>a{
    color: #fff;
    margin: 0 5px;
}

.alert>a:hover{
    color: #b6b6b6;
}

.mailing #unisender-subscribe-form img{
    display: none;
}

#provider img{
    display:none;
}

.footer-form{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 394px;
    margin-bottom: 40px;
}

.footer-form input.subscribe-form-item__control{
    width: 394px;
    height: 39px;
    border-radius: 5px;
    padding-left: 15px;
    border: none;
    color: #000;
    outline: none;
}

.footer-form input.subscribe-form-item__btn{
    width: 131px;
    height: 39px;
    border-radius: 5px;
    color: #000;
    background: #efe46b;
    font-size: 12px;
    line-height: 30px;
    border: none;
    position: relative;
    right: 98px;
}

.bottom-social-network-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 42px 0 50px;

}

.bottom-social-network-block>a{
    width: 40px;
    height: 40px;
    margin: 0 10px;
    background-size: cover;
    background-repeat: no-repeat;
}

.bottom-social-network-block>.youtube {
    background-image: url(/image/design/youtube-mobile.svg);
}

.bottom-social-network-block>.telegram {
    background-image: url(/image/design/telegram-footer.svg);
}

.bottom-social-network-block>.instagram {
    background-image: url(/image/design/instagram-mobile.svg);
}

.bottom-social-network-block>.viber {
    background-image: url(/image/design/viber-footer.svg);
}
/* end home page */

/* catalog */
/* .breadcrumb{
    display: none;
} */

.breadcrumb{
    border: none;
    background: transparent;
    margin-bottom: 0;
}

.breadcrumb > li:after{
    width: 9px;
    height: 9px;
    top: 5px;
}

.breadcrumb > li:last-child::after{
    display: none;
}

.breadcrumb > li > a{
    color: #848484;
}

.banner-catalog{
    max-width: 1920px;
    margin: 0 auto;
    max-height: 215px;
}

.banner-catalog img{
    width: 100%;
}

.category-header{
    font-size: 22px;
    line-height: 32px;
    color: #000;
    text-align: center;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

.sort-products>.input-group{
    border:none;
}

.sort-products .input-group-addon{
    background-color: #fff;
    border: none;
}

.btn-success{
    background-image: none;
    border-color: #FEC400;
    background-color: #FEC400;
    border: 1px solid #FEC400;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    transition: .5s ease;
    color: #000;
}

.btn-success:hover{
    border-color: #FEC400;
    background-color: #FEC400;
    transition: .5s ease;
}

.bf-float-submit .bf-tick, .bf-float-submit .bf-close-btn{
    display: none;
}

.bf-float-submit .btn-primary{
    font-size: 12px;
    background-image: none;
    background-color: #FEC400;
    border:1px solid #FEC400;
    color: #000;
    padding: 10px 30px;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    transition: .5s ease;
}

.bf-float-submit{
    padding: 0 !important;
}

.modal-footer .btn-primary{
    background-image: none;
    background-color: #FEC400;
    border:1px solid #FEC400;
    color: #000;
    padding: 10px 30px;
    text-transform: inherit;
    font-size: 14px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    transition: .5s ease;
    border-radius: 5px;
}

.modal-footer>.btn-success{
    text-transform: inherit;
    font-size: 14px;
    border-radius: 5px;
}

.bf-float-submit .btn-primary:hover,
.modal-footer .btn-primary:hover{
    background-color: #FEC400;
    border: 1px solid #FEC400;
    color: #000;
    transition: .5s ease;
}

.bf-float-submit .btn-primary:active,
.modal-footer .btn-primary:active{
    background-color: #FEC400;
}

.bf-float-submit .btn-primary:focus,
.modal-footer .btn-primary:focus{
    background-color: #FEC400;
}

#input-sort{
    border: 1px solid;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url('/image/design/galka.svg') no-repeat right center;
    background-position-x: 93%;
}

.pagination>li>a, .pagination>li>span{
    color: #000;
    border: 1px solid #FEC400;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    color: #fff;
    border: 1px solid #FEC400;
    background: #FEC400;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    background-color: #FEC400;
    border-color: #FEC400;
}

.bf-layout-id-new{
    display: none;
}

#column-left .box{
    border: none;
    border-radius: 0;
}

#column-left .bf-attr-header{
    background: #fff;
    font-size: 12px;
    line-height: 22px;
    border-top: none;
    text-transform: uppercase;
    margin: 10px 0 0px;
    padding-left: 0;
}

#column-left .bf-attr-filter{
    margin-bottom: 5px;
    display: block;
}

#column-left .box-heading{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    background: #fff;
    border-bottom: none;
    margin-bottom: 22px;
    padding-left: 0;
}

#column-left .bf-buttonclear{
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #000000;
    padding: 15px 0 15px 20px;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    background: #fff;
    position: relative;
    background-image: url(/image/design/cancel.svg) !important;
    background-repeat: no-repeat;
    background-position-y: 18px;
}

#column-left .bf-count{
    display: none;
}

#column-left .bf-cell{
    border-bottom: none;
}

#column-left .bf-cell>label>a{
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    pointer-events: none;
}

#column-left .checked-box-off>label,
#column-left .checked-box-on>label{
    position: relative;
}

.bf-attr-filter input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 7px;
    left: -9px;
}

.bf-attr-filter input[type="checkbox"]:not(checked) + span.check-input::before{
    position: absolute;
    content: "";
    display: block;
    left: -10px;
    top: 15px;
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    background: #FFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bf-attr-filter input[type="checkbox"]:checked + span.check-input::after{
    position: absolute;
    content: "";
    display: block;
    left: -8px;
    top: 15px;
    width: 14px;
    height: 14px;
    background: #FEC400;
    background-size: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.col-sm-9 .text-left, .col-sm-9 .text-right{
    margin-top: 60px;
    margin-bottom: 20px;
}

.top-right-block>a:nth-child(4){
    margin-right: 0;
}

.product-layout{
    box-shadow: 0px 6px 22px rgba(24, 52, 79, 0.15);
    background: #fff;
    width: calc(100% / 4 - 10px);
    float: none;
    display: inline-block;
    margin: 0 3px 0 3px;
}

.product-layout .product-thumb .button-group button{
    font-weight: 400;
}

.product-layout .product-thumb .button-group button:focus{
    outline: none;
}

.mfp-content #popup-purchase-wrapper .popup-heading{
    text-align: center;
    padding: 25px 25px 0px 25px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    border-bottom: none;
}

.popup-info{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #040404;
}

#popup-purchase-wrapper .payment-info > div label span{
    display: none;
}

.payment-info>div:nth-child(3){
    display: none;
}

#popup-purchase-wrapper #purchase-form .payment-info label{
    font-size: 14px;
    line-height: 17px;
    color: #1E1E1E;
    font-weight: 400;
}

.product-thumb .button-group button{
    background: #FEC400;
    border-radius: 5px;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    padding: 12px 5px;
}

.product-thumb .button-group button>span:focus{
    outline: none;
}

#popup-purchase-wrapper #purchase-form .payment-info input{
    border-radius: 5px;
    border: 1px solid #1E1E1E;
    height: 50px;
    margin-bottom: 5px;
}

.mfp-content #popup-purchase-wrapper .popup-footer{
    border-top: none;
    background-color: #fff;
}

.mfp-content #popup-purchase-wrapper .popup-footer button,
.mfp-content #popup-purchase-wrapper .mfp-close{
    display: none;
}

.mfp-content #popup-purchase-wrapper .popup-footer{
    text-align: center;
}

.mfp-content #popup-purchase-wrapper .popup-footer a{
    float: none;
    border-radius: 5px;
    background: #FEC400;
    box-shadow: 4px 4px 10px rgba(203, 124, 144, 0.2);
    height: 50px;
    padding: 15px 0;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    border: 1px solid #FEC400;
}

.mfp-content #popup-purchase-wrapper .popup-center{
    padding: 25px 25px 15px;
}

.mfp-content #popup-purchase-wrapper .popup-center>p:nth-child(1){
    visibility: hidden;
}

.mfp-content #popup-purchase-wrapper .popup-center>p{
    text-align: center;
}

.mfp-content #popup-purchase-wrapper .popup-footer a:hover{
    border: 1px solid #FEC400;
    background: #FEC400;
    color: #000;
}

.mfp-content #popup-purchase-wrapper .popup-footer .use-of-personal-data{
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    margin-top: 20px;
    color: #040404;
}

.product-grid .product-thumb .caption{
    padding: 0px 5px;
}

.product-thumb .image a{
    width: 100%;
}

.product-special .list-group{
    display: none;
}

.product-special .pull-right{
    float: left!important
}

.description-category, .description_js{
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
}
/* end catalog */

/* product page */
.product-eng-name{
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    margin: 15px 0;
}

.product-name{
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin: 0;
}

/* .price-product-block.list-unstyled > li{
    display: inline-block;
    margin-right: 15px;
} */

.price-product-block.list-unstyled > li > span{
    font-size: 24px;
    line-height: 24px;
    color: #848484;
}

.price-product-block.list-unstyled > li > h2{
    font-size: 28px;
    line-height: 24px;
}

.price-product-hide {
    visibility: hidden;
}

.product-page-content{
    margin-top: 30px;
}

.product-page-content .list-unstyled>li>h1{
    font-size: 22px;
    line-height: 27px;
    color: #000;
}

.product-page-content .product-code{
    font-size: 12px;
    line-height: 20px;
    color: #949494;
    display: flex;
    align-items: center;
}

.product-page-content .price-product{
    font-weight: bold;
    font-size: 28px;
    line-height: 29px;
    color: #000;
}

.product-page-content .availability{
    font-size: 12px;
    line-height: 20px;
    color: #50AF6B;
    margin: 0 15px 0 30px;
}

.product-page-content .count-in{
    display: inline-block;
    width: 35px;
    border-radius: 0;
    text-align: center;
    padding: 0;
}

.button_registration{
    padding: 15px 35px;
    border-radius: 5px;
    border: none;
    float: right;
    margin: 20px 0 0;
}

.product-page-content .add-favorites{
    border: none;
    box-shadow: none;
    color: #000;
    cursor: pointer;
}

.product-page-content .add-favorites > .fa-heart{
    margin-right: 10px;
}

.product-page-content .label-count-in{
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-right: 10px;
}

.container-product-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.container-product-btn button{
    width: 49%;
    height: 50px;
    border-radius: 5px;
}

.container-product-btn .button-buy1click{
    border: 1px solid #FEC400;
    background: #FEC400;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.container-product-btn .button-buy1click:hover{
    border-color: #FEC400;
    background-color: #FEC400;
}

.container-product-btn #button-cart{
    color: #000;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    text-shadow: none;
}

.product-video > .icon-video{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(/image/design/video.svg);
    float: left;
}

.link-to-video{
    float: left;
    padding: 5px 0 0px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid;
    cursor: pointer;
}

.product-video{
    margin: 30px auto 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-video>iframe{margin-top: 15px;}

.product-page-content #tab-description{
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.more-information{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 45px;
    border: none;   
}

.more-information>li.active>a, .more-information>li.active>a:focus, .more-information>li.active>a:hover{
    background-color: #FEC400;
    border: 1px solid #FEC400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}

.more-information>li>a{
    margin: 0;
    border: 1px solid #E9F0F1;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    height: 50px;
    padding: 17px 35px;
    margin-left: -1px;
}

.more-information>li>a:focus, .more-information>li>a:hover{
    background-color: #FEC400;
    border: 1px solid #FEC400; 
}

.tab-content{
    margin-bottom: 55px;
}

.description-product{
    margin-top: 20px;
}

.price-product-block{
    margin: 18px 0;
}

.price-product-block h2{
    margin: 0;
}

.tab-content>.active, .container>.row>#content>p{
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.container>.row>#content>h1{
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    text-align: center;
}

.header-video-block{
    font-size: 18px;
    line-height: 32px;
    color: #000;
    text-align: center;
}

.product-slider{
 overflow: hidden;
}

.product-slider .slick-list{
    width: 330px;
    margin: 0 auto;
}

.thumbnails .slick-slide img{
    height: auto;
}

.product-slider .image-additional a,
.thumbnails .thumbnail{
    border: none;
}

.related-products .button-group button, .product-thumb .button-group button + button{
    width: 100%;
    border-left: none;
}

.related-products .button-group button:nth-child(2){
    margin: 0;
}

.related-products .price{
    margin-bottom: 10px;
}

.slider-related-products{
    float: none;
}

.related-products-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0 50px;
}

.related-products h4{
    text-align: center;
    padding: 0 25px;
}

.header-alternative-products{
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(37, 34, 88, 0.16);
    margin: 0 auto 20px;
    display: block;
    width: fit-content;
}

.product-slider .image-additional{
    max-width: 100%;
}

.product-slider .image-additional{
    width: 100%;
    margin: 0 auto;
}

.product-slider .slick-prev{
    left: -3px;
    z-index: 1;
}

.product-slider .slick-next, .product-slider .slick-prev{
   top: 53px;
}

.product-slider .slick-next{
    right: 0;
}

.product-slider .slick-track{
    margin-left: 0;
}

.additional_featured_products{
    text-align: center;
}

.additional_featured_products-title{
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(37, 34, 88, 0.16);
    margin: 0 auto 20px;
    display: block;
    width: fit-content;
}

.slider-related-products .slick-prev{
    left: 5px;
    top: 37%;
    z-index: 1;
}

.slider-related-products .slick-next{
    right: 8px;
    top: 37%;
    z-index: 1;
}

.slider-related-products .savemoney{
    top: 0;
}

.related-products-block .image .additional{
    left: 0;
    right: 0;
    width: 228px;
}

.related-products-block .product-thumb{
    margin: 0;
}

.related-products-block .slick-dots{
    bottom: -15px;
}

.related-products-block > .free-shipping > img{
    width: 75%;
    margin: 8%;
}

.product-slider .slick-slide,
.slider-related-products .slick-slide{
    height: max-content;
}
/* end product page */

/* search page */
.heading-title-search-page{
    text-align: center;
}

.product-search .list-group{
    display: none;
}

.product-search #button-search{
    border-radius: 0;
    border: 1px solid #FEC400;
    background: #FEC400;
    height: 34px;
    padding: 0 50px;
    border-radius: 5px;
}

.product-search #input-search,
.product-search .form-control,
.product-search label[for="input-limit"]{
    border: 1px solid;
    border-radius: 0;
    background: #fff;
}

.product-search label[for="input-limit"]{
    position: relative;
    left: 1px;
}

.product-search select[name="category_id"],
.product-search #input-limit{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(/image/design/galka.svg) no-repeat right center;
    background-position-x: 93%;
}

.product-search .input-group-sm>.form-control{
    height: 34px;
}

.search-categories{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
}

.product-search .sorting{
    display: block;
    width: 100%;
}

/* end search page */

/* login page */
.account-login #column-right,
.account-register #column-right{
    display: none;
}

.account-login .titel-login{
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid rgba(37, 34, 88, 0.16);
    padding: 0px 0 10px;
}

.account-login .well{
    box-shadow: none;
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.account-login .authorization-accompanying-text{
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 30px 0 25px; 
}

.account-login .login-label{
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
}

.forgot-your-password{
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 10px 0 33px;
    display: block;
}

.user-authorization{
    border: 1px solid #000;
    border-radius: 0;
    width: 360px;
    height: 50px;
    margin-top: 10px;
}

.account-login .btn-primary{
    width: 260px;
    height: 50px;
    border-radius: 5px;
    font-size: 14px;
    padding: 14px 0;
    box-shadow: none;
}

.header-block .dropdown .dropdown-menu li:nth-child(3)>a,
.header-block .dropdown .dropdown-menu li:nth-child(4)>a,
.account-account aside#column-right>.list-group>a:nth-child(7),
.account-account aside#column-right>.list-group>a:nth-child(8),
.account-account aside#column-right>.list-group>a:nth-child(10){
    display: none;
}

.account-account .list-unstyled a{
    color: #28255A;
}

.account-wishlist .table-responsive td.text-right>.btn-primary{
    padding: 9px 10px;
}
.account-wishlist .table-responsive td.text-right>.btn-primary>i.fa-shopping-cart{
    display: block;
}
/* end login page */

/* error page */
.error-not_found #content{
    display: flex;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 100px;
    min-height: auto;
}

.error-not_found #content img{
    float: right;
    width: 75%;
}

.error-not_found #content .error-text{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-align: center;
}

.error-not_found #content .buttons{
    text-align: center;
}

.error-not_found #content .buttons .btn-primary{
    width: 260px;
    height: 50px;
    padding: 14px 0;
    font-size: 14px;
    border-radius: 5px;
}

.error-not_found #content .text-about-error{
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
/* end page error */

/* fastorder page */
.checkout-fastorder-fastorder .btn-block .input-group-btn a.btn-primary{
    background: #fff;
    border: none;
    box-shadow: none;
    margin: 0px;
    padding: 5px;
}

td.text-center>.btn-remove{
    background-image: url(/image/design/delete.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    padding: 0;
    border: none;
}

.checkout-fastorder-fastorder .table-responsive .input-group-btn>.btn-primary>img{
    width: 15px;
}

.col-sm-6 #panels_novaposhta{
    background: #fff;
}

.do-not-call-back{
    font-size: 10px;
}

.fastorder-page-content{
    color: #000;
}
/* end fastorder page */

#form-builder-44{
    /* padding-right: 60%; */
    margin: 0 30%;
}

.title-contact{
    font-size: 16px;
    color: #000;
}

.contact-block{
    list-style: none;
    padding: 0;
}

.contact-block>li>a{
    color: #000;
    font-size: 16px;
}

.title-present-certificate{
    font-size: 14px;
    color: #000;
}

.checkout-success #content>.buttons{
    float: left;
}

.about-brend-page{
    display: flex;
}

.cotainer-terms-of-payment{
    display: flex;
    flex-wrap: wrap;
}

.cotainer-terms-of-payment>div{
    width: 50%;
    color: #28255A;
}

.cotainer-terms-of-payment>div>img{
    width: 50%;
    display: block;
    margin: 0 auto;
}

.container-about-biotec{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.biotec-model-image{
    width: 100%;
    float: left;
    max-width: 210px;
    padding: 0px 30px;
}

.savemoney{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    background: #FEC400;
    color: #000;
    font-size: 14px;
    border-radius: 50%;
    padding: 15px 0;
    text-align: center;
}

.price-special{
    height: 25px;
}

.price-product-block>li>.savemoney__product{
    left: 175px;
}

/* additional photo in the product card */
.image div, .image span{z-index:2;}
.box-product .image a,
.box-content .image a,
.product-thumb .image a,
.item .image a,
.product-list .image a,
.product-grid .image a
{display:inline-block;position:relative;z-index:0;overflow:hidden;margin:0 auto;text-align:center;}

.product-thumb .image a:hover {opacity: 1;}

.image .main{
    transition: all ease-in-out .4s;
}

.image .additional{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    /* padding: 0 5px; */
    opacity:0;
    cursor:pointer;
    transition: all ease-in-out .4s;
}

.image:hover .additional{
    opacity:1;
    background:#fff;
}
.product-price .image .main{
    transform:none !important;
}
.product-price .image .additional{
    display:none;
}
/* end additional photo in the product card */

#content .block-product-cart > .product-show-more{
    display: block;
    width: 100%;
}

#content .block-product-cart > .product-show-more > .product-show-more-link > span{
    border: 1px solid #FEC400;
    background: #FEC400;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    padding: 15px 0;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    max-width: 250px;
    margin: 0 auto;
    transition: .5s ease;
}

#content .block-product-cart > .product-show-more > .product-show-more-link > span:hover{
    border-color: #393486;
    background-color: #393486;
    transition: .5s ease;
}

/* Styles for coupon buttons in quick order */
#button-coupon{
    padding: 8px;
}

.row.coupon-block{
    margin-bottom: 15px;
}

label.control-label[for="input-coupon"]{
    margin: 0;
}

.button-control-coupon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.row.coupon-block > .coupon-input{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* End styles for coupon buttons in quick order */


div.row.banner-product > img{
    width: 100%;
}

.order-1{
    order: 1;
}
.order-2{
    order: 2;
}
.text > h2{
    font-size: 30px;
}
.text > p{
    font-size: 16px;
}

/* stickers */
#boxfeatured .image, .product-info .image, .compare-info .wrap-corner, .wishlist-info tbody .image, .thumbnail {position: relative;}
.wrap-corner .corner_t_r,.image .corner_t_r, .thumbnail .corner_t_r{top:0;right:0;}
.wrap-corner .corner_b_r,.image .corner_b_r, .thumbnail .corner_b_r{bottom:0;right:0;}
.wrap-corner .corner_b_l,.image .corner_b_l, .thumbnail .corner_b_l{bottom:0;left:0;}
.wrap-corner .corner_t_l,.image .corner_t_l, .thumbnail .corner_t_l{top:0;left:0;}

.image .corner_t_r,.image .corner_b_r,.image .corner_b_l,.image .corner_t_l,
.wrap-corner .corner_t_r,.wrap-corner .corner_b_r,.wrap-corner .corner_b_l,.wrap-corner .corner_t_l{
	height:50px;position:absolute;width:50px;
}
.thumbnail .corner_t_r, .thumbnail .corner_b_r, .thumbnail .corner_b_l, .thumbnail .corner_t_l, .thumbnail .corner_t_r{
	height:50px;position:absolute;
}
/* END stickers */


/* banner in curt */
.block-banner-cart{
    width: 100%;
}

.banner-cart{
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* popup form register */
#popupregister_wrapper.show-popup-container{
    display: flex !important;
    display: -webkit-box !important;
    /* display: -moz-box !important; */
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    visibility: visible !important;
}

#popupregister_background.background-popup{
    opacity: 0.5 !important;
    visibility: visible !important;
}

#popupregister_wrapper.show-popup-container > #popupregister.show-popup{
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1.0) !important;
    -o-transform: scale(1.0) !important;
    -moz-transform: scale(1.0) !important;
    -webkit-transform: scale(1.0) !important;
    min-height: 380px;
}

.popup-image{
    background: #fff;
    background-image: url(/image/design/pc-promo.png);
    max-width: 400px;
    width: 100%;
    min-height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
}

.remind-in-a-month{
    display: block;
    margin-top: 15px;
    text-decoration: underline;
    cursor: pointer;
    color: #000;
    font-size: 12px;
}

#popupregister_wrapper > #popupregister{
    width: 400px;
    max-width: 400px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

#popupregister_wrapper > #popupregister > .head{
    text-align: center;
    border-radius: 0 !important;
    background: #fff !important;
    border-bottom: none !important;
    font-size: 18px !important;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

#popupregister > #popupregister_form input{
    height: 50px;
    border-radius: 4px;
    border: 2px solid #E5E5E5;
    color: #000;
    max-width: 330px;
    width: 100%;
    box-shadow: none;
}

#popupregister > .but > #button_register{
    max-width: 330px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 50px;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 14px;
}
/* end popup form register */

.account-account aside#column-right > .list-group > a:nth-last-child(3),
.account-account aside#column-right > .list-group > a:nth-last-child(5){
    display: none;
}

.text-coupon{
    text-align: right;
}

#button-coupon{
    width: 100%;
}

.block-btn-coupon{
    padding-right: 0;
}

.advantages{
    max-width: 1170px;
    margin: 76px auto;
}

/* .home-slider .slick-slide img{
    width: 100%;
} */

.home-slider .slick-dots li button:before,
.advantages-slider .slick-dots li button:before{
    content: '';
    background: #E4E4E4;
    border-radius: 10px;
    width: 20px;
    height: 3px;
}

.home-slider .slick-dots li.slick-active button:before,
.advantages-slider .slick-dots li.slick-active button:before{
    background: #FEC400;
}

.advantages-slider{
    text-align: center;
}

.advantages-slider .home-slider__item{
    max-width: 95%;
    padding: 21px 15px;
    box-shadow: 0px 4px 10px 2px rgb(24 52 79 / 15%);
    min-height: 250px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    border-radius: 0;
}

.advantages-slider .slick-slide{
    padding: 30px 0;
}

.advantages-slider.home-slider{
    padding: 0;
}

.advantages__stiker{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-image: url(/image/design/calendar.svg);
}

.advantages__stiker.calendar{
    background-image: url(/image/design/calendar.svg);
}

.advantages__stiker.bank{
    background-image: url(/image/design/bank.svg);
}

.advantages__stiker.medal{
    background-image: url(/image/design/medal.svg);
}

.advantages__stiker.cloth{
    background-image: url(/image/design/cloth.svg);
}

.advantages__stiker.wallet{
    background-image: url(/image/design/wallet.svg);
}

.advantages__stiker.rating{
    background-image: url(/image/design/rating.svg);
}

.advantages__stiker.fast-time{
    background-image: url(/image/design/fast-time.svg);
}

.home-slider__item{
    border-radius: 8px;
}

.home-slider__item__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-slider__item__content > div {
    width: 50%;
}

.home-slider__item__content > div:first-child{
    display: flex;
    flex-direction: column;
    padding: 91px 0 91px 91px;
}

.home-slider__item__content__brend{
    padding: 5px 20px;
    font-size: 19.25px;
    line-height: 23px;
    color: #000;
    border-radius: 5px;
    background-color: #FEC400;
    width: max-content;
    text-align: center;
    margin-bottom: 15px;
}

.home-slider__item__content__title{
    font-weight: bold;
    font-size: 42px;
    line-height: 64px;
    color: #333;
    text-transform: uppercase;
    width: max-content;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.home-slider__item__content__img{
    padding: 15px;
}

.home-slider__item__content:hover img{
    transform: scale(1.06);
}

.home-slider__item__content img{
    transition: .3s ease-in-out;
}

.home-slider__item-1{background-color: rgb(140, 209, 207);}
.home-slider__item-2{background-color: rgb(0, 197, 255);}
.home-slider__item-3{background-color: rgb(255, 185, 0);}
.home-slider__item-4{background-color: rgb(223, 179, 153);}
.home-slider__item-5{background-color: rgb(166, 180, 153);}
.home-slider__item-6{background-color: rgb(250, 218, 136);}
.home-slider__item-7{background-color: rgb(164, 215, 112);}
.home-slider__item-8{background-color: rgb(88, 202, 138);}
.home-slider__item-9{background: linear-gradient(-45deg, rgb(255, 115, 84) 0%, rgb(60, 43, 244) 100%);}

.home-slider__item__content__text, .text-block__text{
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.text-block{
    padding: 60px 0;
}

#form-builder-50{
    background: #EFEFEF;
    padding: 40px 25px;
    margin-right: -15px;
    margin-left: -15px;
}

#form-builder-50.form-builder .field-block{
    width: calc(100% / 3 - 25px);
    margin-right: 22px;
    display: inline-block;
}

#form-builder-50 .header-text::before{
    z-index: -1;
}

#form-builder-50 .header-text{
    z-index: 1;
}

#form-builder-50 h4{margin: 0;}

.form-text{
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

#form-builder-50 .form-control{
    height: 40px;
}

.social{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* flex-direction: column; */
}

.social .social-link{
    display: block;
    border-radius: 5px;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    padding: 12px 15px;
    min-width: 200px;
    width: calc(100% / 3 - 25px);
    text-align: center;
    position: relative;
    margin-right: 22px;
}

.social .social-link::before{
    content: '';
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    left: -10px;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

.social .social-link.telegrem{
    background: #039BE5;
}
.social .social-link.telegrem::before{
    background-image: url(/image/design/icon-telegram.svg);
}

.social .social-link.viber{
    background: #7D3DAF;
}
.social .social-link.viber::before{
    background-image: url(/image/design/icon-viber.svg);
}

.top-phones{
    display: block;
    position: absolute;
    padding: 15px 20px;
    z-index: 1;
    top: 10px;
    right: 0;
}

.top-phones ul{
    padding: 0;
    list-style: none;
    margin: 0;
}

.top-phones ul a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    display: block;
}

.top-phones ul a:not(.top-phones ul li:last-child>a){
    margin-bottom: 10px;
}

header>.container{position: relative;}

.fa-heart:before{
    color: #FEC400;
}