<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: OpenSans-Regular;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-Regular-webfont.woff');
    font-style: normal
}
@font-face {
    font-family: OpenSans-Bold;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-Bold-webfont.woff');
    font-style: normal
}
@font-face {
    font-family: PTN77F;
    font-display: swap;
    src: url('../fonts/PT/ptn77f.woff2') format('woff2'),
    url('../fonts/PT/ptn77f.woff') format('woff');
    font-style: normal
}
@font-face {
    font-family: PTN57F;
    font-display: swap;
    src: url('../fonts/PT/ptn57f.woff2') format('woff2'),
    url('../fonts/PT/ptn57f.woff') format('woff');
    font-style: normal
}
.wrapper header .submenu {
    background-color: #222;
    color: #fff;
    padding: 8px 0;
    min-height: 45px
}
.wrapper header .submenu .logo-xs {
    max-width: 266px;
    margin: 0 auto;
    margin-top: -4px;
    padding: 3px 35px 0;
    display: none
}
@media (max-width:767px) {
    .wrapper header .submenu .logo-xs {
        display: block
    }
}
.wrapper header .submenu .nav-burger-wrap {
    float: left
}
.wrapper header .submenu .nav-burger-wrap .nav-menu {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    vertical-align: middle
}
.wrapper header .submenu .nav-burger-wrap .nav-menu-burger {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    background-repeat: no-repeat;
    background: #fff;
    width: 28px;
    height: 3px
}
.wrapper header .submenu .nav-burger-wrap .nav-menu-burger::before {
    position: absolute;
    background: #fff;
    width: 28px;
    height: 3px;
    top: 9px;
    content: "";
    display: block
}
.wrapper header .submenu .nav-burger-wrap .nav-menu-burger::after {
    position: absolute;
    background: #fff;
    width: 28px;
    height: 3px;
    bottom: 9px;
    content: "";
    display: block
}
.wrapper header .submenu .right-nav {
    position: relative;
    float: right;
    min-height: 30px;
    text-align: right
}
.wrapper header .submenu .right-nav .header-search-wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 30px;
    min-height: 30px;
    background-color: transparent
}
.wrapper header .submenu .right-nav .header-search {
    right: 50px;
    z-index: 4;
    position: absolute;
    min-width: 10px;
    display: inline-block;
    min-height: 10px;
    background-color: transparent
}

.wrapper header .submenu .right-nav .header-search-label {
    z-index: 500;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(/static/dist/img/icon/search-white.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    outline: 0;
    border: none;
    right: 0
}
.wrapper header .submenu .right-nav .header-search-label.isActiveSearch {
    z-index: 400;
    background-position: center;
    background: url(/static/dist/img/icon/close.png) no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 8px
}
.wrapper header .submenu .right-nav .header-search-input {
    width: 1px;
    font-size: 1.1em;
    padding: 5px 30px 5px 0;
    border: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: transparent
}
.wrapper header .submenu .right-nav .header-search-input.isActiveSearch {
    color: #464646;
    padding: 5px 30px 5px 30px;
    border: 1px solid #fff;
    width: 80%;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 200px
}
.wrapper header .submenu .right-nav .header-search-button {
    border: none;
    display: none;
    background-position: center;
    background: url(/static/dist/img/icon/search-white.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: -30px;
    width: 25px;
    height: 25px
}
.wrapper header .header-product {
    background-color: #bc4789;
    color: #fff;
    padding: 13px 0;
    position: relative;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .31);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .31)
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-product {
        padding: 10px 0
    }
}
.wrapper header .header-product .product-basket {
    float: left;
    font-family: OpenSans-Bold;
    padding-left: 40px;
    position: relative;
    color: #fff
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-product .product-basket {
        font-size: 18px
    }
}
.wrapper header .header-product .product-basket:before {
    content: '';
    background-image: url(/static/dist/img/icon/basket-header.png);
    left: 0;
    background-repeat: no-repeat;
    top: -4px;
    position: absolute;
    width: 30px;
    height: 30px
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-product .product-basket:before {
        top: -2px
    }
}
.wrapper header .header-product .product-value {
    float: right
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-product .product-value {
        padding: 2px 0
    }
}
.wrapper header .submenu-items {
    cursor: pointer
}
.wrapper header .submenu-items .submenu-item {
    display: inline-block;
    margin-right: 18px;
    padding: 5px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #7c7c7c
}
.wrapper header .submenu-items .submenu-item:hover {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff
}
.wrapper header .submenu-items .submenu-item.isActive {
    color: #fff
}

.wrapper header .submenu-button {
    display: block;
    width: 100%;
    background-color: #4d4d4d;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 5px 15px;
}
.wrapper header a.submenu-button,
.wrapper header a.submenu-button:hover {
    color: #fff;
    text-decoration: none;
}
.wrapper header .submenu-button-icon {
    display: block;
    float: left;
    width: 35px;
    height: 40px;
    background-position: left center;
    background-repeat: no-repeat;
}

.wrapper header .submenu-button-text-title {
    font-weight: bold;
}

.wrapper header .submenu-button-text-value {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wrapper header .header-info {
    padding: 20px 0 110px 0;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #ddd), color-stop(80%, #fff));
    background: linear-gradient(to bottom, #fff 0, #ddd 50%, #fff 80%)
}
@media (max-width:767px) {
    .wrapper header .header-info {
        padding: 20px 0;
        display: none
    }
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-info {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#ddd));
        background: linear-gradient(to bottom, #fff 0, #ddd 100%);
        padding-bottom: 25px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info {
        padding: 28px 0 145px 0;
        min-height: 200px
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info {
        padding: 28px 0 145px 0;
        min-height: 200px
    }
}
.wrapper header .header-info .logo-wrap {
    position: relative;
    width: 100%
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-info .logo-wrap {
        float: left;
        max-width: 50%
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .logo-wrap {
        float: left;
        max-width: 25%;
        padding-top: 15px
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .logo-wrap {
        float: left;
        max-width: 300px;
        padding-top: 15px
    }
}
.wrapper header .header-info .logo-wrap .logo-text {
    text-align: right;
    line-height: 1.3;
    color: #a25093;
    position: absolute;
    bottom: 0;
    right: 0
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-info .logo-wrap .logo-text {
        right: 65px
    }
}
.wrapper header .header-info .logo-wrap .logo-link {
    display: block;
    position: relative
}
@media (max-width:767px) {
    .wrapper header .header-info .logo-wrap .logo-link {
        display: inline-block
    }
}
.wrapper header .header-info .header-product-desktop-wrap {
    width: 25%;
    float: left;
    display: block;
    padding-left: 40px
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-product-desktop-wrap {
        width: 410px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-product-desktop-wrap {
        padding-left: 30px
    }
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    box-sizing: border-box;
    width: 49%;
    display: inline-block;
}

.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop a {
    display: block;
    background-color: #bc4789;
    color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    text-align: left;
    cursor: pointer;
    border: 2px solid #bc4789;
    border-radius: 4px;
    height: 96px;
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-product-desktop-wrap .header-product-desktop {
        padding: 25px 20px
    }
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop a:hover {
    background-color: #fff
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop a:hover .product-desktop-icon {
    -webkit-filter: none;
    filter: none
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop a:hover .product-desktop-text {
    color: #bc4789
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop .product-desktop-icon {
    color: #fff;
    transition: all .3s ease;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 35px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop .product-desktop-text {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-product-desktop-wrap .header-product-desktop {
        width: 100%;
        height: 47px;
        padding: 0;
    }

    .wrapper header .header-info .header-product-desktop-wrap .header-product-desktop ~ .header-product-desktop {
        margin-top: 5px;
    }

    .wrapper header .header-info .header-product-desktop-wrap .header-product-desktop a {
        height: 47px;
    }

    .wrapper header .header-info .header-product-desktop-wrap .header-product-desktop .product-desktop-icon {
        width: 30px;
        margin-right: 10px;
        float: left;
    }

    .wrapper header .header-info .header-product-desktop-wrap .header-product-desktop .product-desktop-text {
        width: auto;
        text-align: left;
        white-space: nowrap;
        max-width: 75%;
    }

    .wrapper header .header-info .header-product-desktop-wrap .header-product-desktop .product-desktop-text-title {
        font-size: 14px;
        line-height: 17px;
    }

    .wrapper header .header-info .header-product-desktop-wrap .header-product-desktop .product-desktop-text-value {
        font-size: .9em;
    }
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop .product-desktop-text .product-desktop-text-title {
    font-size: 16px;
    font-family: OpenSans-Bold
}
.wrapper header .header-info .header-info-content {
    float: left;
    width: 50%
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content {
        padding-left: 40px;
        width: 50%
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content {
        padding-left: 40px;
        width: 490px;
    }
}
.wrapper header .header-info .header-info-content .info-content-phone {
    float: left;
    width: 50%
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-phone {
        float: left;
        width: 65%;
        text-align: right;
        display: inline-block;
        vertical-align: middle
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-phone {
        float: left;
        width: 60%;
        margin-top: 5px;
        text-align: left;
        display: inline-block;
        vertical-align: middle
    }
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-icon {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #bc4789;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-phone .content-phone-icon {
        vertical-align: baseline
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-phone .content-phone-icon {
        max-width: 15%
    }
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-icon i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #bc4789
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-icon:hover {
    background-color: #bc4789
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-icon:hover i {
    color: #fff
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-text {
    text-align: right;
    padding-right: 10px
}

.wrapper header .header-info .header-info-content .info-content-phone .content-whatsapp-icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-image: url("/static/dist/img/whatsapp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width:1200px)
.wrapper header .header-info .header-info-content .info-content-phone .content-whatsapp-icon {
    max-width: 15%;
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-phone .content-phone-text {
        display: inline-block;
        padding-right: 20px
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-phone .content-phone-text {
        max-width: 85%;
        vertical-align: middle;
        display: inline-block;
        padding-right: 20px
    }
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .phone-text {
    font-size: 16px;
    font-family: OpenSans-Bold;
    display: block;
    color: #5f5f5f
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .phone-text {
        margin-right: 0
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .phone-text {
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle
    }
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .phone-text:focus, .wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .phone-text:hover {
    text-decoration: underline
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .whatsapp-text {
    font-weight: 400;
    font-size: 12px;
    color: #12a730;
    line-height: 12px;
    display: block;
    margin-right: 10px
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .whatsapp-text:focus, .wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .whatsapp-text:hover {
    text-decoration: underline
}
.wrapper header .header-info .header-info-content .info-content-button {
    float: left;
    width: 50%;
    border: 2px solid #bc4789;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 10px;
    word-wrap: break-word;
    margin-top: 3px;
    text-align: center;
    color: #bc4789;
    font-size: 12px;
    background-color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-button {
        float: left;
        width: 35%;
        display: inline-block;
        vertical-align: middle
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-button {
        width: 40%;
        float: left;
        display: inline-block;
        vertical-align: middle
    }
}
.wrapper header .header-info .header-info-content .info-content-button:hover {
    color: #fff;
    background-color: #bc4789
}
.wrapper header .header-info .header-info-content .info-content-button:focus {
    color: #fff;
    background-color: #bc4789
}
.wrapper header .header-info .header-info-content .info-content-form-wrap {
    float: left;
    width: 100%;
    margin-top: 10px
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-form-wrap {
        margin-top: 20px
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-form-wrap {
        margin-top: 20px
    }
}
.wrapper header .header-info .header-info-content .info-content-form-wrap .header-search .header-search-input {
    float: right;
    width: 230px;
    margin-right: 5px;
    color: #676767;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17)
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-form-wrap .header-search .header-search-input {
        width: 310px
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-form-wrap .header-search .header-search-input {
        width: 335px
    }
}
.wrapper header .header-info .header-info-content .info-content-form-wrap .header-search .header-search-button {
    width: 110px;
    float: right;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    word-wrap: break-word;
    font-size: 14px;
    background-color: #bc4789;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 2px solid #bc4789
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-form-wrap .header-search .header-search-button {
        padding: 7px 10px
    }
}
.wrapper header .header-info .header-info-content .info-content-form-wrap .header-search .header-search-button:hover {
    background-color: #fff;
    color: #bc4789
}
.wrapper header .nav {
    background-color: #bc4789;
    min-height: 75px;
    position: relative;
    z-index: 52;
    -webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .31);
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .31)
}
@media (max-width:767px) {
    .wrapper header .nav {
        cursor: pointer
    }
}
.wrapper header .nav.isDropDown {
    background-color: #000
}
.wrapper header .nav.isDropDown .container .nav-xs .nav-dropdown .nav-dropdown-text:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.wrapper header .nav .nav-xs {
    position: relative
}
.wrapper header .nav .nav-xs .nav-dropdown {
    position: relative;
    padding: 25px 0;
    text-align: center
}
.wrapper header .nav .nav-xs .nav-dropdown-text {
    color: #fff;
    font-family: OpenSans-Bold;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    padding-left: 40px;
    position: relative
}
.wrapper header .nav .nav-xs .nav-dropdown-text:before {
    content: '';
    position: absolute;
    background-image: url(/static/dist/img/icon/arrow-white.png);
    left: -20px;
    top: -2px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 30px;
    background-repeat: no-repeat;
    height: 30px;
    background-position: center
}
.wrapper header .dropdown-menu-xs {
    position: relative
}
.wrapper header .dropdown-menu-xs .dropdown-wrapper {
    display: none;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 50;
    background-color: rgba(0, 0, 0, .3)
}
.wrapper header .dropdown-menu-xs .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 51;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    padding: 0
}
.wrapper header .dropdown-menu-xs .dropdown-menu .dropdown-menu-item {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}
.wrapper header .dropdown-menu-xs .dropdown-menu .dropdown-menu-item.isDropDown {
    background-color: #efefef;
    border-bottom: 0 solid #dcdcdc
}
.wrapper header .dropdown-menu-xs .dropdown-menu .dropdown-menu-item .menu-item-pic {
    display: inline-block;
    height: 40px;
    width: 60px;
    margin-right: 20px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
.wrapper header .dropdown-menu-xs .dropdown-menu .dropdown-menu-item .menu-item-text {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    max-width: 70%;
    font-family: PTN77F;
    text-transform: uppercase
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel {
    padding: 20px 25px;
    background-color: #efefef;
    cursor: pointer;
    display: none;
    border-bottom: 1px solid #dcdcdc
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list-title {
    color: #191919;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list {
    padding-left: 0;
    color: #191919;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item {
    color: #bc4789;
    margin-left: 20px;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 5px
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item a {
    display: block;
    color: #bc4789
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item:first-child {
    margin-top: 10px
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item:last-child {
    margin-bottom: 10px
}
.wrapper header .dropdown-menu-xs .dropdown-menu-hide {
    cursor: pointer;
    background-color: #000;
    width: 100%;
    color: #b3b3b3;
    text-align: center;
    padding: 25px 0
}
.wrapper header .dropdown-menu-xs .dropdown-menu-hide .nav-dropdown-text {
    font-family: OpenSans-Bold;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    padding-left: 40px;
    position: relative
}
.wrapper header .dropdown-menu-xs .dropdown-menu-hide .nav-dropdown-text:before {
    content: '';
    position: absolute;
    background-image: url(/static/dist/img/icon/arrow-gray.png);
    left: -20px;
    top: -2px;
    width: 30px;
    background-repeat: no-repeat;
    height: 30px;
    background-position: center
}
.wrapper .nav-wrapper {
    margin-top: -1px;
    z-index: 52;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(95%, #fff), to(#ddd));
    background: linear-gradient(to bottom, #ddd 0, #fff 95%, #ddd 100%)
}
.wrapper .nav-wrapper .nav-items-dropdown {
    position: absolute;
    top: 75px;
    display: none;
    width: auto;
    background-color: #fff;
    z-index: -1;
    max-width: 100%;
    min-height: auto;
    padding: 25px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .31)
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper .nav-wrapper .nav-items-dropdown {
        width: 720px;
        top: 201px
    }
}
.wrapper .nav-wrapper .nav-items-dropdown.right {
    text-align: right
}
.wrapper .nav-wrapper .nav-items-dropdown.right .dropdown-list-item:before {
    left: auto!important;
    right: -10px
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown__sublvl {
    padding-right: 20px
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-sublvl-icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    cursor: pointer
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-wrap {
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-wrap .nav-item-dropdown {
    color: #191919;
    font-size: 12px;
    padding-bottom: 5px;
    display: inline-block
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-wrap .nav-item-dropdown-list {
    display: none
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-wrap .dropdown-list-item-wrap {
    margin: 0 0 8px;
    padding-left: 13px;
    line-height: 1;
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-wrap .dropdown-list-item-wrap .dropdown-list-item {
    color: #bc4789;
    display: inline-block;
    font-size: 12px;
    position: relative
}
/*.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-wrap .dropdown-list-item-wrap .dropdown-list-item:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    top: 9px;
    left: -10px;
    background-color: #bc4789
}
*/
.wrapper .nav-wrapper .nav-background {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #bc4789;
    min-height: 75px;
    z-index: -1
}
.wrapper .nav-wrapper .slider-arrow {
    top: auto;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat
}
.wrapper .nav-wrapper .slider-arrow-left {
    position: absolute;
    bottom: 10px;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media (max-width:845px) {
    .wrapper .nav-wrapper .slider-arrow-left {
        left: 0
    }
}
.wrapper .nav-wrapper .slider-arrow-right {
    position: absolute;
    bottom: 10px;
    right: 5%;
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}
@media (max-width:845px) {
    .wrapper .nav-wrapper .slider-arrow-right {
        right: 0
    }
}
.wrapper .nav-wrapper .slider {
    width: 100%
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper .nav-wrapper .slider {
        display: table;
        table-layout: fixed
    }
}
@media (min-width:1200px) {
    .wrapper .nav-wrapper .slider {
        display: table;
        table-layout: fixed
    }
}
.wrapper .nav-wrapper .slider .slick-list {
    width: 100%
}
.wrapper .nav-wrapper .slider .slick-track {
    display: table;
    table-layout: fixed
}
@media (max-width:768px){
    #product-small .slick-track{
        width:100% !important;
    }

}
.wrapper .nav-wrapper .slider .nav-item {
    float: none;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: PTN57F;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 75px;
    cursor: pointer;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    border-right: 1px #c96a9f solid
}
.wrapper .nav-wrapper .slider .nav-item:first-child {
    border-left: 1px #c96a9f solid
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper .nav-wrapper .slider .nav-item {
        display: table-cell;
        vertical-align: middle
    }
}
.wrapper .nav-wrapper .slider .nav-item:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    top: -25px;
    background-image: url(/static/dist/img/header/shadow.png);
    width: 100px;
    background-size: contain;
    background-position: center;
    height: 15px
}
.wrapper .nav-wrapper .slider .nav-item:hover {
    background-color: #c96a9f
}
.wrapper .nav-wrapper .slider .nav-item:hover .nav-item-pic {
    top: -120px
}
.wrapper .nav-wrapper .slider .nav-item:hover:before {
    width: 140px;
    background-size: contain
}
.wrapper .nav-wrapper .slider .nav-item:focus {
    background-color: #c96a9f
}
.wrapper .nav-wrapper .slider .nav-item:focus .nav-item-pic {
    top: -120px
}
.wrapper .nav-wrapper .slider .nav-item:focus:before {
    width: 140px;
    background-size: contain
}
.wrapper .nav-wrapper .slider .nav-item .nav-item-text-wrap {
    text-align: center
}
.wrapper .nav-wrapper .slider .nav-item .nav-item-text-wrap .nav-item-text {
    word-wrap: break-word;
    padding: 4px;
    max-height: 75px;
    overflow: hidden
}
.wrapper .nav-wrapper .slider .nav-item .nav-item-pic {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    width: 95px;
    height: 80px;
    top: -110px;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto
}
.wrapper #navBurger .modal-dialog {
    margin: 0
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper #navBurger .modal-dialog {
        width: 100%
    }
}
.wrapper #navBurger .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
.wrapper #navBurger .modal-body {
    padding: 30px 0
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper #navBurger .modal-body {
        padding: 60px 0
    }
}
.wrapper #navBurger .nav-xs-list {
    padding-left: 30px;
    font-size: 20px;
    list-style: none
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper #navBurger .nav-xs-list {
        font-size: 24px;
        padding-left: 70px
    }
}
.wrapper #navBurger .nav-xs-list:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #99379e
}
.wrapper #navBurger .nav-xs-list-item {
    width: 100%;
    word-wrap: break-word;
    margin-top: 30px
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper #navBurger .nav-xs-list-item {
        margin-top: 25px
    }
}
.wrapper #navBurger .nav-xs-list-item:first-child {
    margin-top: 0
}
.wrapper #navBurger .nav-xs-list-item-link {
    font-size: 20px;
    color: #4c5c6b
}
.wrapper #navBurger .nav-xs-list-item-link:hover {
    text-decoration: none;
    color: #bc4789
}
.wrapper #navBurger .nav-xs-list-item-link:focus {
    text-decoration: none;
    color: #bc4789
}
.wrapper #navBurger .nav-xs-list-item-link.isActive {
    text-decoration: none;
    color: #bc4789
}
.wrapper #navBurger button.close {
    position: absolute;
    right: 20px;
    width: 50px;
    height: 75px;
    -webkit-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    font-size: 36px;
    color: #fff;
    background-color: #dadada;
    background-image: url(/static/dist/img/icon/close-white.png);
    background-repeat: no-repeat;
    background-position: 17px 35px;
    top: 0;
    opacity: 1
}
.wrapper #agree-orders .modal-content, .wrapper #bell .modal-content, .wrapper #found-cheaper .modal-content, .wrapper .quick-buy .modal-content {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
.wrapper #agree-orders .modal-content .button-wrap, .wrapper #bell .modal-content .button-wrap, .wrapper #found-cheaper .modal-content .button-wrap, .wrapper .quick-buy .modal-content .button-wrap {
    text-align: center
}
.wrapper #agree-orders .modal-content .button-wrap .button, .wrapper #bell .modal-content .button-wrap .button, .wrapper #found-cheaper .modal-content .button-wrap .button, .wrapper .quick-buy .modal-content .button-wrap .button {
    padding: 13px 45px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #bc4789;
    color: #fff;
    border: 2px solid #bc4789;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.wrapper #agree-orders .modal-content .button-wrap .button:hover, .wrapper #bell .modal-content .button-wrap .button:hover, .wrapper #found-cheaper .modal-content .button-wrap .button:hover, .wrapper .quick-buy .modal-content .button-wrap .button:hover {
    background-color: #fff;
    color: #bc4789
}
.wrapper #agree-orders .modal-content .modal-dialog, .wrapper #bell .modal-content .modal-dialog, .wrapper #found-cheaper .modal-content .modal-dialog, .wrapper .quick-buy .modal-content .modal-dialog {
    width: 1170px
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper #agree-orders .modal-content .modal-dialog, .wrapper #bell .modal-content .modal-dialog, .wrapper #found-cheaper .modal-content .modal-dialog, .wrapper .quick-buy .modal-content .modal-dialog {
        width: 940px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper #agree-orders .modal-content .modal-dialog, .wrapper #bell .modal-content .modal-dialog, .wrapper #found-cheaper .modal-content .modal-dialog, .wrapper .quick-buy .modal-content .modal-dialog {
        width: 680px
    }
}
@media (max-width:767px) {
    .wrapper #agree-orders .modal-content .modal-dialog, .wrapper #bell .modal-content .modal-dialog, .wrapper #found-cheaper .modal-content .modal-dialog, .wrapper .quick-buy .modal-content .modal-dialog {
        margin: 50px auto;
        width: 320px
    }
}
.wrapper #agree-orders .modal-content .modal-title, .wrapper #bell .modal-content .modal-title, .wrapper #found-cheaper .modal-content .modal-title, .wrapper .quick-buy .modal-content .modal-title {
    padding: 30px 30px 0 30px
}
.wrapper #agree-orders .modal-content .modal-title .title, .wrapper #bell .modal-content .modal-title .title, .wrapper #found-cheaper .modal-content .modal-title .title, .wrapper .quick-buy .modal-content .modal-title .title {
    margin-top: 10px
}
.wrapper #agree-orders .modal-content .modal-body, .wrapper #bell .modal-content .modal-body, .wrapper #found-cheaper .modal-content .modal-body, .wrapper .quick-buy .modal-content .modal-body {
    padding: 20px 50px 50px 50px
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper #agree-orders .modal-content .modal-body, .wrapper #bell .modal-content .modal-body, .wrapper #found-cheaper .modal-content .modal-body, .wrapper .quick-buy .modal-content .modal-body {
        padding: 20px 40px 40px 40px
    }
}
@media (max-width:767px) {
    .wrapper #agree-orders .modal-content .modal-body, .wrapper #bell .modal-content .modal-body, .wrapper #found-cheaper .modal-content .modal-body, .wrapper .quick-buy .modal-content .modal-body {
        max-width: 320px;
        padding: 10px 20px 20px 20px
    }
}
.wrapper #agree-orders .modal-content .contacts-form, .wrapper #bell .modal-content .contacts-form, .wrapper #found-cheaper .modal-content .contacts-form, .wrapper .quick-buy .modal-content .contacts-form {
    margin-top: 20px
}
.wrapper #agree-orders .modal-content button.close, .wrapper #bell .modal-content button.close, .wrapper #found-cheaper .modal-content button.close, .wrapper .quick-buy .modal-content button.close {
    position: absolute;
    right: 20px;
    width: 50px;
    height: 75px;
    -webkit-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    font-size: 36px;
    color: #fff;
    background-color: #dadada;
    background-image: url(/static/dist/img/icon/close-white.png);
    background-repeat: no-repeat;
    background-position: 17px 35px;
    top: 0;
    opacity: 1
}
@media (max-width:767px) {
    .wrapper #agree-orders .modal-content button.close, .wrapper #bell .modal-content button.close, .wrapper #found-cheaper .modal-content button.close, .wrapper .quick-buy .modal-content button.close {
        right: 10px
    }
}
main .index .product-items-wrap {
    max-width: 230px;
    margin: 0 5px;
    float: left;
}

@media (max-width:1200px) {
    main .index .product-items-wrap.hide-xs {
        display: none
    }
    main .index .product-items-wrap {
        margin: 0 2px;
        float: left;
    }
}
@media (max-width:991px) and (min-width:768px) {
    main .index .product-items-wrap.hide-sm {
        display: none
    }
    main .index .product-items-wrap {
        margin: 0 3px
    }
}
@media (max-width:767px) {
    main .index .product-items-wrap {
        max-width: none;
        float: left;
        width: 49%;
        padding: 0 5px
    }
    main .index .product-item {
        max-width: 100%;
    }
}
@media (max-width:450px) {
    main .index .product-items-wrap {
        width: 48%;
    }
}
@media (max-width:991px) {
    main .index .articles-item {
        max-width: 94%;
    }
}
main .index .product {
    text-align: center;
    margin-bottom: 20px
}
main .index .main-shares {
    text-align: center;
    margin-bottom: 20px
}
main .index .product-item {
    margin: auto;
    margin-bottom: 15px
}
@media (max-width:767px) {
    main .index .product-item {
        margin-bottom: 10px
    }
}
main .index .main-news {
    background-color: #fff;
    padding: 35px 0
}
main .index .main-news .button-wrap {
    padding: 10px 10px 0 10px;
    text-align: center
}
main .index .main-news .button {
    padding: 11px 20px 10px 20px
}
main .index .main-article {
    background-color: #eee;
    padding: 35px 0
}
main .index .main-article .slider-arrow {
    top: 42%
}
main .index .main-article .title {
    margin-bottom: 25px
}
main .index .main-article .slick-slide {
    text-align: center
}
main .index .main-brand {
    background-color: #fff;
    padding: 40px 0
}
main .index .main-brand .title {
    margin-bottom: 20px
}
main .index .main-brand .brand-link {
    display: block;
    margin-bottom: 10px
}
main .index .main-brand .brand-link img {
    width: 85px;
    height: 85px;
    margin: auto
}
main .index .main-nav {
    background-color: #eee;
    padding: 30px 0
}
main .index .main-brand .brand-list {
    max-height: 400px;
    overflow: hidden;
    position: relative;
}
main .index .main-brand .brand-list .bottom {
    position: absolute; /* Ð•ÑÐ»Ð¸ Ð¿Ñ€Ñ‹Ð³Ð°ÐµÑ‚ - Ð¼Ð¾Ð¶Ð½Ð¾ Ð¿Ð¾Ð¿Ñ€Ð¾Ð±Ð¾Ð²Ð°Ñ‚ÑŒ sticky */
    bottom: 0;
    background: linear-gradient(
            to bottom,
            rgb(255 217 29 / 0%),
            rgb(255 255 255)90%);
    width: 100%;
    height: 60px;
    opacity: 1;
    transition: 0.3s;
}
main .index .main-brand .read-more-checker {
    opacity: 0;
    position: absolute;
    text-align: center;
}
main .index .main-brand .read-more-checker:checked ~  .brand-list {
    max-height: none;
}
main .index .main-brand .read-more-checker:checked ~  .brand-list .bottom {
    opacity: 0;
    transition: 0.3s;
}
main .index .main-brand .read-more-checker ~ .read-more-button:before {
    content: "Ð&nbsp;Ð°Ð·Ð²ÐµÑ€Ð½ÑƒÑ‚ÑŒ";
}
main .index .main-brand .read-more-checker:checked ~ .read-more-button:before {
    content: "Ð¡Ð²ÐµÑ€Ð½ÑƒÑ‚ÑŒ";
}

main .index .main-brand .read-more-checker ~ .read-more-button-ru:before {
    content: "Ð&nbsp;Ð°Ð·Ð²ÐµÑ€Ð½ÑƒÑ‚ÑŒ";
}
main .index .main-brand .read-more-checker ~ .read-more-button-kk:before {
    content: "ÐÑˆÑƒ";
}
main .index .main-brand .read-more-checker:checked ~ .read-more-button-ru:before {
    content: "Ð¡Ð²ÐµÑ€Ð½ÑƒÑ‚ÑŒ";
}
main .index .main-brand .read-more-checker:checked ~ .read-more-button-kk:before {
    content: "Ð–Ð°Ð±Ñƒ";
}
main .index .main-brand .read-more-button {
    position: absolute;
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    left:50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    position: relative;
    text-align: center;
    padding: 13px 20px 10px 20px;
}
main .index .main-brand .read-more-button:hover {
    color: #337ab7;
}

.faq-list{
    margin-bottom: 40px;
}
.faq-list__items {
    padding: 0;
    margin: 0;
    display: block;

    list-style: none;
}

.faq-list__item {
    padding: 0;
    margin: 0;
    display: block;

    list-style: none;

    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.faq-list__question {
    margin: 0;
    padding: 0;

    color: #bc4789;
    font-weight: normal;
    font-family: PTN77F;
    font-size: 18px;
    line-height: inherit;
    display: inline;

    cursor: pointer;
}

.faq-list__question::before {
    content: 'â–¸';
    display: inline-block;
    margin-right: 15px;

    font-size: 0.8em;
    vertical-align: text-top;
}

.faq-list__question.faq-list__question_opened::before {
    content: 'â–´';
}

.faq-list__answer {
    display: block;
    padding-top: 10px;
    padding-left: 28px;
}





@media (max-width:1199px) and (min-width:992px) {
    main .index .main-nav {
        padding: 55px 0
    }
}
@media (min-width:1200px) {
    main .index .main-nav {
        padding: 55px 0
    }
}
main .index .main-nav .main-nav-items {
    padding-right: 10px
}
main .index .main-nav .main-nav-title {
    font-size: 18px;
    margin-bottom: 4px;
    display: inline-block;
    color: #bc4789;
    text-transform: uppercase;
    font-family: PTN77F;
    max-width: 100%;
    line-height: 1.3;
    word-wrap: break-word
}
main .index .main-nav .main-nav-item {
    display: block;
    font-size: 16px;
    color: #5d5d5d;
    margin-bottom: 0;
    font-family: PTN57F;
    max-width: 100%;
    word-wrap: break-word
}
main .index .main-nav .main-nav-item:last-child {
    margin-bottom: 20px
}
@media (max-width:1199px) and (min-width:992px) {
    main .index .main-nav .main-nav-item:last-child {
        margin-bottom: 25px
    }
}
@media (min-width:1200px) {
    main .index .main-nav .main-nav-item:last-child {
        margin-bottom: 25px
    }
}
main .nav {
    background-color: #bc4789;
    min-height: 75px;
    position: relative;
    z-index: 52;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .31);
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .31)
}
main .nav.isDropDown {
    background-color: #000
}
main .nav.isDropDown .nav-dropdown .nav-dropdown-text:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
@media (max-width:767px) {
    main .nav {
        cursor: pointer
    }
}
main .nav .nav-dropdown {
    position: relative;
    padding: 25px 0;
    text-align: center
}
main .nav .nav-dropdown-text {
    color: #fff;
    font-family: OpenSans-Bold;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    padding-left: 40px;
    position: relative
}
main .nav .nav-dropdown-text:before {
    content: '';
    position: absolute;
    background-image: url(/static/dist/img/icon/arrow-white.png);
    left: -20px;
    top: -2px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 30px;
    background-repeat: no-repeat;
    height: 30px;
    background-position: center
}
main .dropdown-menu-xs {
    position: relative
}
main .dropdown-menu-xs .dropdown-menu-item-hidden {
    display: none
}
main .dropdown-menu-xs .dropdown-show-more {
    display: block;
    text-align: center;
    padding: 20px;
    font-family: PTN77F;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    background-color: #bc4789
}
main .dropdown-menu-xs .dropdown-menu {
    display: block;
    position: relative;
    z-index: 51;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    padding: 0
}
main .dropdown-menu-xs .dropdown-menu .dropdown-menu-item {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}
main .dropdown-menu-xs .dropdown-menu .dropdown-menu-item.isDropDown {
    background-color: #efefef;
    border-bottom: 0 solid #dcdcdc
}
main .dropdown-menu-xs .dropdown-menu .dropdown-menu-item .menu-item-pic {
    display: inline-block;
    height: 40px;
    width: 60px;
    margin-right: 20px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
main .dropdown-menu-xs .dropdown-menu .dropdown-menu-item .menu-item-text {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    max-width: 70%;
    font-family: PTN77F;
    text-transform: uppercase
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel {
    padding: 20px 25px;
    background-color: #efefef;
    cursor: pointer;
    display: none;
    border-bottom: 1px solid #dcdcdc
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list-title {
    color: #191919;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list {
    padding-left: 0;
    color: #191919;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item {
    color: #bc4789;
    margin-left: 20px;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 5px
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item a {
    display: block;
    color: #bc4789
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item:first-child {
    margin-top: 10px
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item:last-child {
    margin-bottom: 10px
}
main .dropdown-menu-xs .dropdown-menu-hide {
    cursor: pointer;
    background-color: #000;
    width: 100%;
    color: #b3b3b3;
    text-align: center
}
main .dropdown-menu-xs .dropdown-menu-hide .nav-dropdown-text {
    font-family: OpenSans-Bold;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    padding-left: 40px;
    position: relative
}
main .dropdown-menu-xs .dropdown-menu-hide .nav-dropdown-text:before {
    content: '';
    position: absolute;
    background-image: url(/static/dist/img/icon/arrow-gray.png);
    left: -20px;
    top: -2px;
    -webkit-transform: rotate(0)!important;
    -ms-transform: rotate(0)!important;
    transform: rotate(0)!important;
    width: 30px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    height: 30px;
    background-position: center
}
.main-map-wrap {
    background-color: #bc4789
}
.main-map-wrap .title {
    margin: 25px 0;
    color: #fff;
    display: block
}
.main-map-wrap .map {
    min-height: 450px
}
@media (max-width:1199px) and (min-width:992px) {
    .main-map-wrap .map {
        min-height: 450px
    }
}
@media (min-width:1200px) {
    .main-map-wrap .map {
        min-height: 450px
    }
}
.news .news-content {
    margin-top: 20px
}
.news .news-content .news-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    min-height: 160px
}
.news .news-content .news-item.action-expired{
    opacity: 0.45;
}
@media (max-width:767px) {
    .news .news-content .news-item {
        min-height: 90px
    }
}
.articles .articles-item-wrap {
    margin: 0 0 20px 0
}
.article .title {
    margin-bottom: 25px
}
@media (max-width:991px) and (min-width:768px) {
    .article .title {
        margin-bottom: 15px;
        margin-top: 10px
    }
}
.article .news-item-im {
    width: 100%;
    text-align: center
}
.article .article-pic {
    max-width: 100%;
    max-height: 250px;
    height: auto!important;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat
}
.article .article-text-wrap {
    padding: 50px 60px 70px 60px
}
@media (max-width:767px) {
    .article .article-text-wrap {
        padding: 20px 15px 30px 15px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .article .article-text-wrap {
        padding: 30px 15px 30px 15px
    }
}
.article .article-text {
    color: #444;
    font-size: 16px
}
@media (max-width:991px) and (min-width:768px) {
    .article .article-text {
        font-size: 14px
    }
}
@media (max-width:767px) {
    .article .article-text {
        font-size: 14px
    }
}
.article .article-text a {
    color: #bc4789
}
.article .article-text img {
    max-width: 100%;
    height: auto!important
}
.article .article-text-title {
    margin: 45px 0;
    color: #010101;
    font-size: 24px;
    font-family: OpenSans-Bold
}
@media (max-width:767px) {
    .article .article-text-title {
        margin: 25px 0 40px 0;
        font-size: 18px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .article .article-text-title {
        margin: 25px 0 40px 0;
        font-size: 18px
    }
}
.article .article-text-advantage-item {
    min-height: 70px;
    margin-bottom: 20px
}
@media (max-width:991px) and (min-width:768px) {
    .article .article-text-advantage-item {
        min-height: 90px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .article .article-text-advantage-item {
        min-height: 90px
    }
}
@media (min-width:1200px) {
    .article .article-text-advantage-item {
        min-height: 90px
    }
}
.article .article-text-advantage-item .advantage-item-pic {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
@media (max-width:991px) and (min-width:768px) {
    .article .article-text-advantage-item .advantage-item-pic {
        width: 82px;
        height: 82px;
        margin-right: 30px
    }
}
@media (min-width:1200px) {
    .article .article-text-advantage-item .advantage-item-pic {
        width: 82px;
        height: 82px;
        margin-right: 30px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .article .article-text-advantage-item .advantage-item-pic {
        width: 82px;
        height: 82px;
        margin-right: 30px
    }
}
.article .article-text-advantage-item .advantage-item-text {
    overflow: hidden
}
.article .article-text-advantage-item .advantage-item-title {
    color: #bc4789;
    font-family: OpenSans-Bold
}
@media (max-width:1199px) and (min-width:992px) {
    .article .article-text-advantage-item .advantage-item-title {
        font-size: 18px
    }
}
@media (min-width:1200px) {
    .article .article-text-advantage-item .advantage-item-title {
        font-size: 18px
    }
}
.article .article-text-advantage-item .advantage-item-description {
    color: #444;
    margin-top: 10px
}
.article .article-slang {
    margin-top: 30px;
    font-size: 18px;
    color: #bc4789;
    font-family: OpenSans-Bold
}
@media (max-width:1199px) and (min-width:992px) {
    .article .article-slang {
        margin-top: 50px
    }
}
@media (min-width:1200px) {
    .article .article-slang {
        margin-top: 50px
    }
}
.contacts .contact-content {
    margin: 20px 0
}
.contacts .contact-item {
    margin: 0 10px 20px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    padding: 10px 20px;
    border: 2px solid #bc4789
}
.contacts .contact-item-title {
    color: #bc4789;
    font-size: 24px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.contacts .contact-item-description {
    margin-top: 10px;
}
.contacts .contact-item-description ~ .contact-item-description {
    padding-top: 10px;
    border-top: 1px solid #bc47894d;
}
.contacts .contact-item-description p {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.contacts .contact-item-description .tour3d {
    margin-top: -45px;
    margin-right: -10px;
}
.contacts .contact-item .contact-item-phone a {
    color: #bc4789
}
.contacts .contact-item .contact-item-email a {
    color: #bc4789
}
.contacts .contact-item-description p a {
    color: #bc4789
}
.type_custom {
    position: absolute;
    color: #fff;
    background: #bc4889;
    padding: 3px 5px;
    font-size: 12px;
    max-width: 100%;
    left: 0;
    top: 10px
}
.product-page .breadcrumbs {
    margin-bottom: 20px
}
.product-page .inner-title {
    margin: 30px 0 20px 0
}
.product-page .product-content {
    padding: 48px 40px;
    margin-bottom: 0
}

.product-page .product-content.tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
}

.product-page .product-content.tab-content ~ .tab-content {
    padding-top: 0;
}

@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content {
        padding: 20px
    }
}
@media (max-width:767px) {
    .contacts .contact-content {
        margin: 20px -15px;
    }
    .contacts .contact-item {
        margin: 0 0px 0px 0px;
        padding: 10px 20px 20px;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-radius: 0;
    }
    .product-page .product-content {
        padding: 0px
    }
    .product-page .inner-content-container {
        padding: 0 20px;
    }
}
.product-page .product-content .product-slider-small-items {
    text-align: center
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-slider-small-items {
        margin-top: 10px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-slider-small-items {
        margin-top: 10px
    }
    .product-page .breadcrumbs li {
        margin-bottom: 10px;
    }
    .product-page .container.main-content-container {
        padding: 0;
    }
    .product-page .slider-wrap #product-small {
        display: none;
    }
}
.product-page .product-content .product-slider-small-item {
    display: inline-block;
    width: 96px!important;
    border: 2px solid #b0b0b0;
    height: 96px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 10px;
    cursor: pointer
}
@media (max-width:1199px) and (min-width:992px) {
    .product-page .product-content .product-slider-small-item {
        width: 75px!important;
        height: 75px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-slider-small-item {
        margin-right: 5px;
        height: 80px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-slider-small-item {
        margin-right: 5px;
        height: 80px
    }
}
.product-page .product-content .product-slider-small-item.slick-current {
    border: 2px solid #bc4789
}
.product-page .product-content .product-slider-wrap {
    border: 1px solid #b0b0b0;
    width: 420px
}
@media (min-width:1200px) {
    .product-page .product-content .product-slider-wrap {
        margin-left: -23px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .product-page .product-content .product-slider-wrap {
        width: 345px;
        margin-left: -23px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-slider-wrap {
        width:100%;
    }
}
@media (max-width:450px) {
    .product-page .product-content .product-slider-wrap {
        width:100%;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-slider-wrap {
        width: 300px;
        margin-bottom: 5px
    }
}
.product-page .product-content .product-text-wrap {
    padding-left: 20px
}
@media (max-width:1199px) and (min-width:992px) {
    .product-page .product-content .product-text-wrap {
        padding-left: 20px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-text-wrap {
        paddign-left: 10px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-text-wrap {
        padding-left: 0
    }
}
.product-page .product-content .product-slider-item {
    width: 100%;
    min-height: 420px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}
@media (max-width:1199px) and (min-width:992px) {
    .product-page .product-content .product-slider-item {
        min-height: 345px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-slider-item {
        min-height: 300px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-slider-item {
        min-height: 300px
    }
}
.product-page .product-content .product-title {
    font-size: 30px;
    color: #000;
}
@media (max-width:767px) {
    .product-page .product-content .product-title {
        font-size: 24px;
        margin-bottom: 20px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-title {
        font-size: 24px
    }
}
.product-page .product-content .product-id {
    margin-top: 5px;
    color: #8b8b8b
}
.product-page .product-content .product-cost {
    margin-top: 15px;
    color: #000;
    font-size: 36px;
    font-family: OpenSans-Bold
}
@media (max-width:767px) {
    .product-page .product-content .product-cost {
        font-size: 30px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-cost {
        font-size: 30px
    }
}
.product-page .product-content .product-available {
    color: #47bbe5
}
.product-page .product-content .product-available.false {
    color: red;
    text-decoration: none
}
.product-page .product-content .product-button-buy {
    display: inline-block;
    padding: 15px 55px 15px 80px;
    background-color: #bc4789;
    border: 2px solid #bc4789;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-family: OpenSans-Bold;
    margin: 20px 0 50px 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-button-buy {
        margin: 20px 0 35px 0
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-button-buy {
        margin: 20px 0 35px 0
    }
}
.product-page .product-content .product-button-buy:hover {
    background-color: #fff;
    color: #bc4789
}
.product-page .product-content .product-button-buy:hover:before {
    -webkit-filter: none;
    filter: none
}
.product-page .product-content .product-button-buy:focus {
    background-color: #fff;
    color: #bc4789
}
.product-page .product-content .product-button-buy:focus:before {
    -webkit-filter: none;
    filter: none
}
.product-page .product-content .product-button-buy:before {
    content: "";
    position: absolute;
    background-image: url(/static/dist/img/icon/basket-header-pink.png);
    background-repeat: no-repeat;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-position: center;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
.product-page .product-content .product-phone {
    display: inline-block;
    color: #5f5f5f;
    padding-left: 30px;
    font-size: 24px;
    position: relative
}
.product-page .product-content .product-phone:before {
    content: "";
    position: absolute;
    background-image: url(/static/dist/img/icon/phone.png);
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-position: center
}
.product-page .product-content .product-form-ring {
    margin: 15px 0 25px 0
}
.product-page .product-content .product-form-ring .product-input {
    max-width: 180px;
    display: inline-block;
    vertical-align: top;
    min-height: 38px
}
.product-page .product-content .product-form-ring .button {
    display: inline-block;
    padding: 8px 20px;
    vertical-align: top;
    background-color: #47bbe5;
    border: 2px solid #47bbe5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin-top: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative
}
.product-page .product-content .product-form-ring .button:hover {
    background-color: #fff;
    color: #47bbe5
}
.product-page .product-content .product-form-ring .button:focus {
    background-color: #fff;
    color: #47bbe5
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-form-ring .button {
        padding: 8px 17px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-form-ring .button {
        padding: 8px 15px
    }
    .product-page .product-content .product-phone {

    }
}
.product-page .product-content .product-link-info {
    display: inline-block;
    color: #bc4789;
    padding-left: 40px;
    position: relative
}
.product-page .product-content .product-link-info:before {
    content: "";
    position: absolute;
    background-image: url(/static/dist/img/icon/bus-small.png);
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-position: center
}
.product-page .product-content .product-description {
    margin-top: 30px
}
.product-page .product-content .product-description img {
    max-width: 100%;
    height: auto!important
}
@media (max-width:767px) {
    .product-page .product-content .product-description img {
        margin-left: 0!important;
        margin-right: 0!important
    }
}
.product-page .product-content .product-description iframe {
    max-width: 100%
}
@media (max-width:767px) {
    .product-page .product-content .product-description iframe {
        margin-left: 0!important;
        margin-right: 0!important
    }
}
.product-page .product-content .product-options {
    width: 100%
}
@media (max-width:767px) {
    .product-page .product-content .product-options {
        width: 100%
    }
}
.product-page .product-content .product-options tr:nth-child(odd) {
    background: #eee
}
.product-page .product-content .product-options th {
    padding: 5px 20px 5px 5px;
    width: 50%;
    letter-spacing: nowrap
}
.product-page .product-content .product-options th span {
    font-weight: 400
}
.product-page .product-content .product-options td {
    width: 50%;
    padding: 5px
}
.product-page .product-content .product-social-icon {
    margin-top: 40px
}
.product-page .product-content .product-social-icon .pluso {
    margin-right: 0
}
.product-page .product-content .product-social-icon .pluso .pluso-more {
    display: none
}
.product-page .product-content .product-social-icon iframe {
    padding-top: 2px
}
.products .main-slider-wrap {
    margin-top: 0;
    margin-bottom: 20px
}
.products .title-inner {
    margin: 0 0 20px 0
}
.products .tab-pane {
    width: 100%
}
.products .product-types {
    padding: 20px;
    border: 1px solid #5c2d91;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 35px
}
.products .tab-content {
    float: left;
    width: 100%
}
.products .tab-content .products-item-wrap .product-item-wrap {
    padding: 0 6px
}
.products .tab-content .products-item-wrap .product-item-wrap:first-child {
    padding-left: 0
}
.products .tab-content .products-item-wrap .product-item-wrap:nth-child(4n+2) {
    padding: 0 2px
}
.products .tab-content .products-item-wrap .product-item-wrap:nth-child(4n+3) {
    padding: 0 2px
}
.products .tab-content .products-item-wrap .product-item-wrap:nth-child(4n+1) {
    padding-left: 0
}
.products .tab-content .products-item-wrap .product-item-wrap:nth-child(4n) {
    padding-right: 0
}
@media (max-width:991px) and (min-width:768px) {
    .products .tab-content .products-item-wrap .product-item-wrap:first-child {
        padding-right: 6px
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(3n) {
        padding-left: 6px;
        padding-right: 0
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 6px
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(3n-1) {
        padding-left: 6px;
        padding-right: 6px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .products .tab-content .products-item-wrap .product-item-wrap:first-child {
        padding-right: 6px
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(3n) {
        padding-left: 6px;
        padding-right: 0
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 6px
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(3n-1) {
        padding-left: 4px;
        padding-right: 8px
    }
}
@media (max-width:767px) {
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(2n) {
        padding-right: 0;
        padding-left: 6px
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(2n+1) {
        padding-right: 6px;
        padding-left: 0
    }
}
.products .tab-content .products-item-wrap .product-item-wrap .product-item {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:991px) and (min-width:768px) {
    .products .tab-content .products-item-wrap .product-item-wrap .product-item {
        margin-bottom: 15px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .products .tab-content .products-item-wrap .product-item-wrap .product-item {
        margin-bottom: 15px
    }
}
.products .tab-content .product-item-wrap {
    float: left;
    padding: 0 10px;
    width: 33.3333%
}
@media (min-width:1200px) {
    .products .tab-content .product-item-wrap {
        width: 25%
    }
}
@media (max-width:767px) {
    .products .tab-content .product-item-wrap {
        padding: 0 5px;
        width: 50%
    }
}
@media (max-width:767px) {
    .products .tab-content .product-item-wrap .add-product {
        right: 0
    }
}
.products .product {
    margin-bottom: 20px
}
.products .inner-title-products {
    margin-bottom: 40px
}
.products .product-list .product {
    background-color: #fff;
    max-width: none;
    position: relative;
    min-height: initial;
    display: table;
    padding: 15px 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.products .product-list .product .add-product {
    position: absolute;
    right: -13px;
    top: -26px;
    background-color: #bc4789;
    font-size: 12px;
    color: #fff;
    padding: 3px 8px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}
.products .product-list .product.new .discount-text {
    left: -5px;
    top: 16px
}
.products .product-list .product.new .discount-pic {
    width: 75px;
    height: 75px
}
.products .product-list .product.promo .discount-text {
    left: 3px;
    top: 15px
}
.products .product-list .product.promo .discount-pic {
    width: 75px;
    height: 75px
}
.products .product-list .product.sale .discount-text {
    left: -9px;
    top: 25px
}
.products .product-list .product.sale .discount-pic {
    width: 95px;
    height: 95px
}
.products .product-list .product.special_offer .discount-text {
    left: 4px;
    top: 5px
}
.products .product-list .product.special_offer .discount-pic {
    width: 75px;
    height: 75px
}
.products .product-list .product.discount_card .discount-pic, .products .product-list .product.present_certificates .discount-pic {
    display: none
}
.products .product-list .product.discount_card .discount-text, .products .product-list .product.present_certificates .discount-text {
    background-color: #bc4789;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    min-height: 40px;
    width: 225px;
    padding: 11px;
    text-align: center
}
.products .product-list .product.discount .discount-text {
    left: 2px;
    top: 0
}
.products .product-list .product.discount .discount-pic {
    width: 75px;
    height: 75px
}
.products .product-list .product.novelty-product {
    margin: 15px 0
}
.products .product-list .product-pic img {
    margin: 0
}
.products .product-list .product-controls, .products .product-list .product-desc, .products .product-list .product-pic {
    display: table-cell!important;
    text-align: center;
    vertical-align: middle
}
.products .product-list .product-desc {
    padding: 0 10px;
    color: #000;
    text-align: left
}
.products .product-list .product-controls {
    width: 260px
}
.products .product-list .product-controls .add_to_cart {
    margin: 10px;
    padding: 13px 20px 10px 50px
}
.products .product-list .product-controls .add_to_cart:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/dist/img/icon/basket.png)
}
.products .product-list .product-controls .add_to_cart:hover {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-color: #bc4789;
    background-color: #bc4789
}
.products .product-list .product-controls .add_to_cart:hover:before {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
.quick-buy-button {
    display: block;
}
.products .product-list .product filter brightness(0) invert(1) .product-price {
                                                                    margin-top: 10px
                                                                }
@media (max-width:991px) and (min-width:768px) {
    .products .product-list .product-line {
        margin-bottom: 20px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .products .product-list .product-line:before {
        height: 100px
    }
}
.products .product-list .product-line .product-pic {
    min-width: 100px;
    vertical-align: top
}
@media (max-width:1199px) and (min-width:992px) {
    .products .product-list .product-line .product-pic {
        min-width: 174px
    }
}
@media (min-width:1200px) {
    .products .product-list .product-line .product-pic {
        min-width: 174px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .products .product-list .product-line .product-pic img {
        min-height: 72px
    }
}
.products .product-list .product-line .product-item-have {
    color: #3db2e3;
    font-size: 14px;
    display: block;
    margin: 5px 0;
    text-align: center
}
.products .product-list .product-line .product-item-have.have-dont {
    color: #bc4789
}
.products .product-list .product-line .product-price .product-current-price {
    max-width: 110px;
    font-size: 18px;
    color: #000;
    margin-right: 5px;
    word-wrap: break-word;
    font-family: OpenSans-Bold
}
.products .product-list .product-line .product-price .product-old-price {
    max-width: 110px;
    word-wrap: break-word;
    font-size: 14px;
    color: #bc4789;
    text-decoration: line-through
}
.products .product-list .product-line .discount-text {
    width: 70px;
    height: 70px;
}

.products .product-list .product-line.new .discount-text {
    left: 13px;
    top: 12px;
}

.products .product-list .product-line.promo .discount-text {
    left: 9px;
    top: 10px;
}

.products .product-list .product-line.sale .discount-text {
    left: 16px;
    top: 16px;
}

.products .search-form {
    padding: 30px 20px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px
}
.products .search-form .search-title {
    color: #000;
    font-size: 14px;
    font-family: OpenSans-Bold;
    margin: 10px 0
}
@media (max-width:1199px) and (min-width:992px) {
    .products .search-form .search-title {
        padding-left: 10px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .products .search-form .search-title {
        padding-left: 10px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .products .search-form .checkbox {
        padding-left: 10px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .products .search-form .checkbox {
        padding-left: 10px
    }
}
.products .search-form .count-and-brand {
    margin-bottom: 5px
}
@media (max-width:1199px) {
    .products .search-form .search-products {
        display: none
    }
    .products .search-form .count-and-brand {
        display: none
    }
}
.products .search-form .count-and-brand .brand-quantity {
    display: inline-block;
    color: #3db2e3;
    font-size: 12px
}
.products .search-form .hide-filter-wrap {
    text-align: center;
    cursor: pointer
}
.products .search-form .hide-filter-wrap.isHide .hide-filter:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
.products .search-form .hide-filter-wrap .hide-filter {
    text-align: center;
    padding-left: 20px;
    position: relative
}
.products .search-form .hide-filter-wrap .hide-filter:before {
    content: '';
    background-image: url(/static/dist/img/icon/arrow-gray.png);
    position: absolute;
    left: -20px;
    top: 4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    background-position: center
}
@media (min-width:1200px) {
    .products .search-form {
        width: 215px;
        margin-right: 30px;
        float: left
    }
}
.products .search-form .search-products-item-wrap {
    padding-right: 15px;
    margin-bottom: 10px
}
.products .search-form .search-products-item-wrap .search-products-item {
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    color: #373737;
    text-transform: uppercase;
    font-size: 12px
}
.products .search-form .search-products-item-wrap .search-products-item:hover {
    color: #bc4789
}
.products .search-form .search-products-item-wrap .search-products-item:focus {
    color: #bc4789
}
.products .search-form .price-selector .max-price, .products .search-form .price-selector .min-price {
    display: inline-table;
    width: 68px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.products .search-form .price-selector .max-price input, .products .search-form .price-selector .min-price input {
    padding: 6px 0 6px 6px
}
.products .search-form .price-selector .dash {
    display: inline-table;
    vertical-align: middle;
    width: 8px;
    border: 1px solid #989898;
    margin: 0 5px
}
.products .search-form .price-selector .currency {
    display: inline-table;
    vertical-align: middle;
    margin-left: 3px;
    color: #989898
}
.products .search-form .range-selector {
    position: relative;
    text-align: left;
    cursor: pointer;
    height: 4px;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .32);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .32);
    background: #dadada;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 20px 0;
    width: 100%
}
@media (max-width:991px) and (min-width:768px) {
    .products .search-form .range-selector {
        margin: 20px 0
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .products .search-form .range-selector {
        margin: 20px 0
    }
}
.products .search-form .range-selector .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-position: 0 0;
    top: 0;
    background-color: #47bbe5;
    height: 4px
}
.products .search-form .range-selector .ui-state-default {
    position: absolute;
    z-index: 2;
    width: 5px;
    height: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border: 0;
    top: -9px;
    margin-left: -4px;
    cursor: pointer;
    background-color: #bc4789;
    outline: 0
}
.products .catalog-list .title {
    margin: 20px 0
}
.products .catalog-list .description {
    color: #666;
    margin: 20px 0
}
.products .catalog-list .description p img {
    height: auto !important;
    max-width: 97%;
}
@media (min-width:1200px) {
    .products .catalog-list {
        width: 955px;
        float: left
    }
}
.products .catalog-list .custom-list-products {
    margin-top: 0;
    margin-bottom: 20px
}
@media (max-width:1199px) and (min-width:992px) {
    .products .catalog-list .custom-list-products {
        margin-top: 30px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .products .catalog-list .custom-list-products {
        margin-top: 30px
    }
}
@media (max-width:767px) {
    .products .catalog-list .custom-list-products {
        margin-top: 20px
    }
}
.products .catalog-list .show-type {
    padding-top: 4px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}
.products .catalog-list .show-type li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
    color: #b0b0b0;
    width: 21px;
    height: 21px
}
.products .catalog-list .show-type li a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 26px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 21px;
    height: 21px;
    line-height: 0;
    color: inherit
}
.products .catalog-list .show-type li a .pagination-rectangles {
    width: 21px;
    height: 21px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-image: url(/static/dist/img/icon/pagination.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain
}
.products .catalog-list .show-type li a .pagination-burger {
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-image: url(/static/dist/img/icon/burger-pagination.png);
    background-position: center;
    background-size: contain
}
.products .catalog-list .show-type li.active, .products .catalog-list .show-type li:active {
    text-decoration: none;
    color: #bc4789
}
.products .catalog-list .show-type li.active .pagination-rectangles, .products .catalog-list .show-type li:active .pagination-rectangles {
    -webkit-filter: none;
    filter: none
}
.products .catalog-list .show-type li.active .pagination-burger, .products .catalog-list .show-type li:active .pagination-burger {
    -webkit-filter: none;
    filter: none
}
.products .catalog-list .product {
    margin: 10px auto 10px auto
}
.products .catalog-list .product .product-controls {
    display: inline-block;
    position: relative;
    bottom: 0
}
.products .sort-block {
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    min-height: 63px
}
@media (max-width:991px) and (min-width:768px) {
    .products .sort-block {
        min-height: 105px;
        text-align: left
    }
    .products .sort-block.search-pagination {
        min-height: 63px;
    }
}
@media (max-width:767px) {
    .products .sort-block {
        text-align: left
    }
}
.products .sort-block .tab-pane {
    float: right;
    display: inline-block;
    vertical-align: middle;
    width: auto
}
@media (max-width:991px) and (min-width:768px) {
    .products .sort-block .tab-pane {
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 10px;
        text-align: right;
        padding-right: 10px
    }
}
.products .sort-block .products-count {
    padding-top: 2px;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 18px;
    color: #010101;
    float: left
}
@media (max-width:767px) {
    .products .sort-block .products-count {
        margin-bottom: 5px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .products .sort-block .products-count {
        display: block;
        width: 50%;
        margin-bottom: 10px
    }
}
.products .sort-block .pagination {
    padding-top: 2px;
    margin: 0;
    vertical-align: middle
}
@media (max-width:991px) and (min-width:768px) {
    .products .sort-block .pagination {
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 10px
    }
}
.products .sort-block .pagination .pagination-list {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 0
}
.products .sort-block .pagination .pagination-list li {
    display: inline-block;
    margin-right: 3px;
    color: #bc4789;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    cursor: pointer
}
.products .sort-block .pagination .pagination-list li:hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #bc4789
}
.products .sort-block .pagination .pagination-list li:hover a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff
}
.products .sort-block .pagination .pagination-list li a {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    font-family: OpenSans-Bold;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #adadad;
    -webkit-border-radius: 50px;
    border-radius: 50px
}
.products .sort-block .pagination .pagination-list li a:hover {
    text-decoration: none
}
.products .sort-block .pagination .pagination-list li a:focus {
    text-decoration: none
}
.products .sort-block .pagination .pagination-list li .fa {
    font-size: 14px;
    color: #bc4789
}
.products .sort-block .pagination .pagination-list li.active {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #bc4789
}
.products .sort-block .pagination .pagination-list li.active a {
    color: #fff
}
.products .sort-block .pagination .pagination-list li.arrow {
    background-color: #fff
}
.products .sort-block .pagination .pagination-list li.arrow span.sort-text {
    color: #bc4789;
    display: inline-block;
    vertical-align: middle
}
.products .sort-block .sort-wrapper {
    display: inline-block;
    margin-left: 20px;
    color: #8b8b8b
}
@media (max-width:991px) and (min-width:768px) {
    .products .sort-block .sort-wrapper {
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 10px;
        margin-left: 0;
        text-align: right
    }
}
@media (max-width: 375px) {
    .products .sort-block {
        padding: 15px 5px;
    }
    .products .sort-block .pagination .pagination-list{
        margin: 0 auto;
    }
    .products .sort-block .pagination .pagination-list li {
        margin: 0;
        width: 28px;
        height: 28px;
    }
}
}
@media (max-width:767px) {
    .products .sort-block .pagination {
        margin: 0 -25px;
        text-align: center;
        display: block;
    }
    .products .sort-block .pagination .pagination-list {
        margin-top: 5px
    }
    .products .sort-block .pagination .pagination-list li {
        width: 32px;
        height: 32px;
    }
    .products .sort-block .pagination .pagination-list li.allpage {
        display: none;
    }
    .products .sort-block .pagination .pagination-list li a {
        font-size: 18px;
    }
    .products .sort-block .pagination .pagination-list li.arrow span.sort-text {
        display: block;
        padding-top: 4px
    }
    .products .sort-block .sort-wrapper {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
        font-size: 14px;
    }
    .products .sort-block .sort-wrapper .btn-group .btn, .products .sort-block .sort-wrapper .btn-group .btn:first-child span {
        font-size: 14px;
        margin-left: 0px
    }
}
.products .sort-block .sort-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 185px
}
.products .sort-block .sort-wrapper .btn-group {
    display: inline-block
}
.products .sort-block .sort-wrapper .btn-group .caret {
    right: initial;
    left: 0
}
.products .sort-block .sort-wrapper .btn-group .btn:first-child {
    color: #bc4789;
    font-size: 13px;
    padding-right: 15px;
    background: 0 0;
    paddin-top: 4px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}
.products .sort-block .sort-wrapper .btn-group .btn:first-child:focus {
    outline: 0!important
}
.products .sort-block .sort-wrapper .btn-group .btn:first-child span {
    margin-left: 10px
}
li.allpage {
    width: 41px!important
}
li.allpage a {
    font-size: 10px!important;
    line-height: 8px;
    font-weight: 100;
    font-family: inherit!important
}
#basket .modal-content {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
#basket .modal-dialog {
    width: 1170px
}
@media (max-width:1199px) and (min-width:992px) {
    #basket .modal-dialog {
        width: 940px
    }
}
#basket .modal-body {
    padding: 30px 50px
}
@media (max-width:991px) and (min-width:768px) {
    #basket .modal-dialog {
        width: 680px
    }
    #basket .modal-body {
        padding: 40px 20px
    }
}
#basket button.close {
    position: absolute;
    right: 20px;
    width: 50px;
    height: 75px;
    -webkit-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    font-size: 36px;
    color: #fff;
    background-color: #dadada;
    background-image: url(/static/dist/img/icon/close-white.png);
    background-repeat: no-repeat;
    background-position: 17px 35px;
    top: 0;
    opacity: 1
}
@media (max-width:767px) {
    .products .sort-block .sort-wrapper .btn-group {
        display: block
    }
    #basket .modal-dialog {
        margin: 0px auto;
        width: 100%;
        max-width:500px;
    }
    #basket .modal-body {
        /* max-width: 320px; */
        padding: 20px 10px;
        width:100%;
    }
    #basket button.close {
        right: 10px
    }
}
#basket .table-block {
    display: table;
    width: 100%;
    border-collapse: collapse
}
#basket .table-block .table-row {
    display: table-row;
    border-bottom: 1px solid #c3c3c3
}
#basket .table-block .table-row.remove-border-bottom {
    border-bottom: 0
}
#basket .table-block .table-row .table-cell {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle
}
#basket .basket-value-products {
    font-size: 18px;
    color: #010101
}
#basket .basket-pic {
    border: 1px solid #c3c3c3;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100px;
    margin-right: 20px;
    height: 100px
}
#basket .orders-table {
    border-bottom: 1px #dadada solid
}
#basket .orders-table .table-cell .basket-info .table-cell {
    border: none
}
#basket .orders-table .table-cell .basket-info .table-cell:first-child {
    padding: 0
}
#basket .orders-table .table-cell .basket-info .table-cell:last-child {
    padding-right: 20px
}
#basket .orders-table .table-cell .basket-info .basket-desc {
    color: #bc4789;
    font-size: 18px;
    max-width: 260px;
    width: 100%;
    word-wrap: break-word
}
#basket .orders-table .table-cell .basket-info .basket-desc a {
    color: #bc4789
}
@media (min-width:1200px) {
    #basket .orders-table .table-cell .basket-info .basket-desc {
        max-width: 250px;
        width: 250px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    #basket .orders-table .table-cell .basket-info .basket-desc {
        max-width: 210px;
        width: 210px
    }
}
@media (max-width:991px) and (min-width:768px) {
    #basket .basket-pic {
        width: 50px;
        height: 50px
    }
    #basket .orders-table .table-cell .basket-info .table-cell:last-child {
        padding-right: 0
    }
    #basket .orders-table .table-cell .basket-info .basket-desc {
        width: 100%;
        font-size: 14px
    }
}
@media (max-width:767px) {
    #basket .table-block .table-row {
        border-top: 0
    }
    #basket .table-block .table-row.remove-border-bottom {
        border-bottom: 0
    }
    #basket .table-block .table-row .table-cell {
        vertical-align: top
    }
    #basket .basket-value-products {
        display: block
    }
    #basket .basket-pic {
        width: 50px;
        height: 50px;
        margin: 0 20px 0 0;
    }
    #basket .orders-table .table-cell {
        display: block!important
    }
    #basket .orders-table .table-cell .basket-info .table-cell {
        display: table-cell!important;
        vertical-align: middle
    }
    #basket .orders-table .table-cell .basket-info .table-cell:not(:first-child) {
        text-align: center
    }
    #basket .orders-table .table-cell .basket-info .table-cell:last-child {
        padding: 5px 0 10px 0
    }
    #basket .orders-table .table-cell .basket-info .basket-desc {
        font-size:15px;
        width: 100%;
        text-align: left;
        max-width: none
    }
}
#basket .orders-table .table-cell .basket-info .basket-price {
    position: relative;
    font-size: 18px;
    font-family: OpenSans-Bold;
    color: #010101;
    padding-right: 30px;
    display: inline-block;
    max-width: 250px;
    word-wrap: break-word;
    vertical-align: middle
}
@media (max-width:1199px) and (min-width:992px) {
    #basket .orders-table .table-cell .basket-info .basket-price {
        max-width: 104px;
        text-align: center;
        padding-right: 10px
    }
}
@media (max-width:991px) and (min-width:768px) {
    #basket .orders-table .table-cell .basket-info .basket-price {
        padding-right: 20px;
        max-width: 150px
    }
}
@media (max-width:767px) {
    #basket .orders-table .table-cell .basket-info .basket-price {
        vertical-align: middle;
        margin: auto;
        margin-top: 15px
    }
}
#basket .orders-table .table-cell .basket-info .basket-row-total-price {
    padding-left: 30px;
    color: #000;
    position: relative
}
#basket .orders-table .table-cell .basket-info .basket-row-total-price:before {
    content: '';
    background-image: url(/static/dist/img/icon/equally.png);
    width: 20px;
    height: 20px;
    background-size: auto;
    position: absolute;
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat
}
@media (max-width:991px) and (min-width:768px) {
    #basket .orders-table .table-cell .basket-info .basket-row-total-price:before {
        content: none
    }
}
@media (max-width:767px) {
    #basket .orders-table .table-cell .basket-info .basket-row-total-price:before {
        content: none
    }
}
@media (max-width:1199px) and (min-width:992px) {
    #basket .orders-table .table-cell .basket-info .basket-row-total-price {
        padding-left: 20px
    }
}
@media (max-width:767px) {
    #basket .orders-table .table-cell .basket-info .basket-row-total-price {
        padding-right: 10px;
        max-width: 110px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        padding-left: 0;
        text-align: center
    }
}
#basket .orders-table .table-cell .basket-info .basket-quantity-control-wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle
}
#basket .orders-table .table-cell .basket-info .basket-quantity {
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    max-width: 125px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #5c5c5c;
    height: 40px;
    margin: 0 15px;
    padding: 0 20px 0 20px;
    width: 110px;
    text-align: center
}
@media (max-width:767px) {
    #basket .orders-table .table-cell .basket-info .basket-quantity {
        margin-left: 0
    }
}
#basket .orders-table .table-cell .basket-info .basket-quantity-control {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    z-index: 1;
    background-color: #bc4789
}
#basket .orders-table .table-cell .basket-info .basket-quantity-control:before {
    content: '';
    width: 15px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 2px
}
#basket .orders-table .table-cell .basket-info .basket-quantity-control.basket-quantity-plus {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}
#basket .orders-table .table-cell .basket-info .basket-quantity-control.basket-quantity-plus:after {
    content: '';
    width: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 15px
}
#basket .orders-table .table-cell .basket-info .basket-quantity-control.basket-quantity-minus {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px
}
@media (max-width:767px) {
    #basket .orders-table .table-cell .basket-info .basket-quantity-control.basket-quantity-minus {
        left: 5px
    }
}
#basket .orders-table .table-cell .basket-info .basket-old-price {
    text-decoration: line-through;
    color: red;
    font-size: 15px;
    font-family: OpenSans-Bold;
    position: absolute;
    margin-top: -10px
}
#basket .orders-table .table-cell .basket-info .basket-price-value:before {
    content: '';
    background-image: url(/static/dist/img/icon/multiply.png);
    width: 20px;
    position: absolute;
    height: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    right: -6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media (max-width:1199px) and (min-width:992px) {
    #basket .orders-table .table-cell .basket-info .basket-price-value:before {
        right: -10px
    }
}
#basket .orders-table .table-cell .basket-info .basket-delete {
    width: 45px;
    height: 45px;
    display: block;
    background-color: #bc4789;
    word-wrap: break-word;
    border: 0;
    position: relative;
    background-size: auto;
    border: 1px solid #bc4789;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}
#basket .orders-table .table-cell .basket-info .basket-delete:hover {
    background-color: #fff
}
#basket .orders-table .table-cell .basket-info .basket-delete:hover:before {
    -webkit-filter: none;
    filter: none
}
#basket .orders-table .table-cell .basket-info .basket-delete:before {
    content: '';
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(/static/dist/img/icon/trash.png), url(/static/dist/img/icon/trash-small.png);
    background-repeat: no-repeat;
    background-position: center, -20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
@media (max-width:767px) {
    #basket .orders-table .table-cell .basket-info .basket-delete {
        width: 31px;
        height: 31px
    }
    #basket .orders-table .table-cell .basket-info .basket-delete:before {
        bachground-position: none;
        background-position: -20px, center
    }
}
@media (max-width:991px) and (min-width:768px) {
    #basket .orders-table .table-cell .basket-info .basket-delete {
        width: 31px;
        height: 31px
    }
    #basket .orders-table .table-cell .basket-info .basket-delete:before {
        bachground-position: none;
        background-position: -20px, center
    }
}
#basket .basket-total {
    margin-top: 30px;
    padding: 0 25px
}
@media (max-width:767px) {
    #basket .basket-total {
        max-width: 380px;
        margin: auto;
        margin-top: 20px
    }
}
#basket .basket-total:last-child .table-row {
    border-bottom: 0
}
#basket .basket-total .table-row .table-cell:first-child {
    width: 30%
}
#basket .basket-total .table-row .table-cell:last-child {
    width: 70%;
    text-align: right
}
@media (max-width:991px) and (min-width:768px) {
    #basket .basket-total .table-row .table-cell:last-child {
        width: 60%
    }
}
@media (max-width:767px) {
    #basket .basket-total .table-row .table-cell:last-child {
        width: 100%;
        text-align: center
    }
}
#basket .basket-total .basket-continue {
    padding: 12px 20px;
    background-color: #47bbe5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #47bbe5;
    color: #fff;
    font-family: OpenSans-Bold;
    max-width: 220px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31)
}
#basket .basket-total .basket-continue:hover {
    background-color: #fff;
    color: #47bbe5
}
#basket .basket-total .basket-continue:focus {
    background-color: #fff;
    color: #47bbe5
}
@media (max-width:767px) {
    #basket .basket-total .basket-continue {
        max-width: none;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px
    }
}
#basket .basket-total .basket-total-price {
    display: inline-block;
    color: #949494;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 50px;
    vertical-align: middle;
    max-width: 400px;
    word-wrap: break-word
}
@media (max-width:991px) and (min-width:768px) {
    #basket .basket-total .basket-total-price {
        margin-right: 30px
    }
}
@media (max-width:767px) {
    #basket .basket-total .basket-total-price {
        margin-bottom: 20px;
        text-align: center;
        margin-right: 0
    }
}
#basket .basket-total .basket-total-price span {
    color: #000;
    font-size: 24px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    font-family: OpenSans-Bold;
    margin-top: -5px
}
@media (max-width:991px) and (min-width:768px) {
    #basket .basket-total .basket-total-price span {
        display: block
    }
}
@media (max-width:767px) {
    #basket .basket-total .basket-total-price span {
        vertical-align: baseline
    }
}
#basket .basket-total .basket-checkout {
    max-width: 185px;
    width: 100%;
    padding: 8px 20px;
    background-color: #bc4789;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #bc4789;
    color: #fff;
    font-size: 18px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    font-family: OpenSans-Bold;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center
}
#basket .basket-total .basket-checkout:hover {
    background-color: #fff;
    color: #bc4789
}
#basket .basket-total .basket-checkout:focus {
    background-color: #fff;
    color: #bc4789
}
@media (max-width:991px) and (min-width:768px) {
    #basket .basket-total .basket-checkout {
        font-size: 14px;
        padding: 12px 20px
    }
}
@media (max-width:767px) {
    #basket .basket-total .basket-checkout {
        font-size: 14px;
        padding: 12px 20px;
        display: inline-block;
        max-width: none;
        width: 100%
    }
}
#basket .basket-total .basket-total-price-top {
    margin-right: 0
}
#basket .basket-total .basket-total-price-top span {
    vertical-align: middle;
    display: inline-block
}
#basket .coupon-code {
    width: 270px;
    max-width: 100%;
}
#basket .coupon-code .button {
    width: 100%;
    padding: 8px 20px;
    background-color: #bc4789;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #bc4789;
    color: #fff;
    font-size: 18px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    font-family: OpenSans-Bold;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center
}
@media (max-width:767px) {
    #basket .basket-total .basket-total-price-top {
        text-align: right;
        margin-bottom: 0
    }
    #basket .coupon-code .button {
        font-size: 14px;
    }
}

#basket .coupon-code .error {
    color: red
}
#basket .coupon-code .coderemove {
    color: #bc4789
}
.buy .breadcrumbs {
    margin-bottom: 20px
}
.buy .buy-content {
    padding: 30px 45px
}
@media (max-width:991px) and (min-width:768px) {
    .buy .buy-content {
        padding: 25px 15px
    }
}
@media (max-width:767px) {
    .buy .buy-content {
        padding: 25px 15px
    }
}
.buy .title {
    margin-bottom: 20px
}
.buy .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}
.buy .btn-default.focus, .buy .btn-default:focus {
    background-color: #fff
}
.buy .btn-default {
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17)
}
.buy .bootstrap-select.btn-group .dropdown-menu li a span.text {
    color: #535353
}
.buy .btn-default.active.focus, .buy .btn-default.active:focus, .buy .btn-default.active:hover, .buy .btn-default:active.focus, .buy .btn-default:active:focus, .buy .btn-default:active:hover, .buy .open&gt;.dropdown-toggle.btn-default.focus, .buy .open&gt;.dropdown-toggle.btn-default:focus, .buy .open&gt;.dropdown-toggle.btn-default:hover {
    background-color: #fff
}
.buy .btn-default.active, .buy .btn-default:active, .buy .open&gt;.dropdown-toggle.btn-default {
    background-color: #fff
}
.buy .filter-option.pull-left {
    color: #535353
}
.buy .btn-default:hover {
    background-color: #fff
}
.buy .checkout-form {
    float: left;
    width: 100%
}
@media (max-width:767px) {
    .buy .checkout-form {
        float: none;
        max-width: 300px;
        margin: auto;
        margin-bottom: 50px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .buy .checkout-form {
        float: none;
        max-width: 400px;
        margin: auto;
        margin-bottom: 50px
    }
}
@media (min-width:1200px) {
    .buy .checkout-form {
        padding-right: 55px;
        border-right: 1px solid #ddd;
        width: 40%
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .buy .checkout-form {
        padding-right: 55px;
        border-right: 1px solid #ddd;
        width: 40%
    }
}
.buy .checkout-form .button-wrapper {
    color: #fff;
    text-align: right
}
@media (max-width:767px) {
    .buy .checkout-form .button-wrapper {
        text-align: center
    }
}
@media (max-width:991px) and (min-width:768px) {
    .buy .checkout-form .button-wrapper {
        text-align: center
    }
}
.buy .checkout-form .button-wrapper .button {
    -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .17);
    padding: 12px 30px;
    font-family: OpenSans-Bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #bc4789;
    color: #fff;
    border: 2px solid #bc4789;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.buy .checkout-form .button-wrapper .button:hover {
    background-color: #fff;
    color: #bc4789
}
.buy .checkout-form .button-wrapper .button:focus {
    background-color: #fff;
    color: #bc4789
}
.buy .checkout-form .form-group {
    padding-top: 10px
}
.buy .checkout-form .form-group .radio label {
    margin-bottom: 0
}
.buy .checkout-form .form-group label {
    margin-bottom: 10px
}
.buy .checkout-form .form-group .control-label-radiobutton {
    font-size: 18px;
    font-family: OpenSans-Bold
}
.buy .checkout-form .form-group .checkout-input {
    margin: 5px 0
}
.buy .checkout-form .form-group .checkout-input.isAlert {
    border: 2px solid #db2b8e
}
.buy .checkout-form .checkout-info {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 30px;
    margin: 30px 0
}
.buy .checkout-form .checkout-info .info-pair {
    margin: 10px 0;
    position: relative
}
.buy .checkout-form .checkout-info .info-pair .type {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 30px;
    color: #949494;
    padding-top: 5px;
    font-size: 14px
}
.buy .checkout-form .checkout-info .info-pair .property {
    color: #bc4789;
    font-size: 18px;
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 0;
    padding-left: 3px;
    vertical-align: bottom;
    display: inline-block;
    font-family: OpenSans-Bold
}
.buy .checkout-form .checkout-info .info-totals {
    margin: 10px 0;
    position: relative
}
.buy .checkout-form .checkout-info .info-totals .type {
    white-space: nowrap;
    padding-top: 10px;
    display: block;
    color: #000;
    font-size: 14px;
    font-family: OpenSans-Bold;
    vertical-align: bottom;
    overflow: hidden;
    height: 30px
}
.buy .checkout-form .checkout-info .info-totals .property {
    padding-left: 3px;
    background-color: #fff;
    color: #bc4789;
    font-size: 24px;
    right: 0;
    position: absolute;
    top: 0;
    font-family: OpenSans-Bold
}
.buy .text-block-wrap {
    float: left;
    width: 100%;
    position: relative
}
@media (min-width:1200px) {
    .buy .text-block-wrap {
        padding-left: 50px;
        width: 60%
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .buy .text-block-wrap {
        padding-left: 50px;
        width: 60%
    }
}
.buy .jspVerticalBar {
    width: 6px;
    z-index: 15;
    background-color: transparent
}
.buy .jspScrollable:focus {
    outline: 0
}
.buy .jspTrack {
    background: #e6e6e6;
    width: 4px
}
.buy .jspDrag {
    width: 6px;
    left: -1px;
    background: #bc4789
}
.buy .text-block {
    min-height: 1100px
}
@media (max-width:767px) {
    .buy .text-block {
        min-height: 0;
        max-height: none;
        overflow-y: visible
    }
}
@media (max-width:991px) and (min-width:768px) {
    .buy .text-block {
        min-height: 0;
        max-height: none;
        overflow-y: visible
    }
}
.buy .text-block .text-wrap .text-title {
    font-family: OpenSans-Bold;
    color: #323232;
    font-size: 18px
}
.buy .text-block .text-wrap .text-items {
    margin: 30px 0;
    padding-left: 20px
}
.buy .text-block .text-wrap .text-items .text-item {
    color: #bc4789
}
.buy .text-block .text-wrap .text-items .text-item .item-title {
    color: #bc4789;
    font-size: 16px;
    font-family: OpenSans-Bold;
    margin-bottom: 10px
}
.buy .text-block .text-wrap .text-items .text-item .item-description {
    color: #444;
    font-size: 14px
}
.footer-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.footer-icons&gt;div {
    margin: 0 15px
}
.footer-bank {
    width: 100px
}
.footer-bank img {
    width: 100%
}
.footer-stars {
    max-width: 250px
}
.footer-stars img {
    display: block;
    max-width: 130px;
    margin: 0 auto
}
.stars-text {
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 10px
}
@media screen and (max-width:767px) {
    .star-wrapper {
        width: 100%
    }
    .footer-bank {
        width: 40%;
        max-width: 100px
    }
    .footer-icons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer-icons&gt;.footer-stars {
        margin-top: 15px
    }
    .footer-stars img {
        max-width: 100px
    }
}
.comments-title {
    margin-bottom: 20px
}
.star-label {
    display: block;
    width: 100%;
    color: #535353
}
.comments-items {
    margin-top: 20px
}
.star-error {
    color: #f00
}
.star-rating&gt;label:first-child() {
    padding-left: 0
}
.comments-item {
    margin-bottom: 20px;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.comments-item:last-child {
    margin-bottom: 0
}
.comments-date {
    color: #8b8b8b;
    padding-bottom: 10px
}
.comments-submit {
    margin-top: 10px
}
.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 0
}
.star-rating input[type=radio] {
    display: none
}
.star-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.star-rating input[type=radio]:checked~label, .star-rating label:hover, .star-rating label:hover~label {
    color: #f2b600
}
.modal-body-quick-buy {
    margin: 0 auto
}
.product-button-buy-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.product-page .product-content .product-button-buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0
}
.product-page .product-content .product-button-buy.second {
    font-size: 15px
}
.product-page .product-content .product-button-buy.second::before {
    background-size: 100%;
    background-image: url(/static/dist/img/icon/select.svg);
    background-repeat: no-repeat
}
.product-page .product-content .product-button-buy.second:hover::before {
    background-image: url(/static/dist/img/icon/select-purple.svg)
}
.product-page .product-content .product-button-buy:first-child {
    margin-right: 10px
}
@media screen and (max-width:1023px) {
    .product-page .product-content .product-button-buy {
        margin: 6px 0;
        font-size: 14px
    }
    .product-page .product-content .product-button-buy.second {
        font-size: 13px;
        margin-left: 0
    }
}
@media screen and (max-width:768px) {
    .product-page .product-content .product-button-buy:first-child{
        width:100%;
    }
    .product-page .product-content .product-button-buy br{
        display: none;
    }
    .product-button-buy-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 15px 0;
    }
    .product-page .product-content .product-button-buy {
        margin: 4px 0;
        font-size: 13px
    }
    .product-page .product-content .product-button-buy.second {
        font-size: 12px;
        margin-left: 0
    }
}
.product-button-buy-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.product-page .product-content .product-button-buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0
}
.product-page .product-content .product-button-buy.second {
    font-size: 15px
}
.product-page .product-content .product-button-buy.second::before {
    background-size: 100%;
    background-image: url(/static/dist/img/icon/select.svg);
    background-repeat: no-repeat
}
.product-page .product-content .product-button-buy.second:hover::before {
    background-image: url(/static/dist/img/icon/select-purple.svg)
}
.product-page .product-content .product-button-buy:first-child {
    margin-right: 10px
}
@media screen and (max-width:1023px) {
    .product-page .product-content .product-button-buy {
        margin: 6px 0;
        font-size: 14px
    }
    .product-page .product-content .product-button-buy.second {
        font-size: 13px;
        margin-left: 0
    }
}
@media screen and (max-width:554px) {
    .product-button-buy-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
    .product-page .product-content .product-button-buy {
        margin: 4px 0;
        font-size: 13px
    }
    .product-page .product-content .product-button-buy.second {
        font-size: 12px;
        margin-left: 0
    }
}
#button-up {
    display: none;
    left: 10px;
    position: fixed;
    bottom: 20px;
    outline: 0;
    color: #fff;
    background-color: #bc4789;
    padding: 10px 20px 10px 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 4px #999;
    box-shadow: 0 2px 4px #999;
    cursor: pointer
}
@media (max-width:767px) {
    #button-up {
        display: none!important
    }
}
#button-up .fa-2x {
    position: absolute;
    top: 5px;
    left: 14px
}
body, html {
    font-size: 14px;
    height: 100%;
    max-width: 100%;
    -webkit-text-size-adjust: none
}
body {
    overflow-x: hidden;
    max-width: 100%;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    margin: 0 auto;
    width: 100%;
    position: relative;
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'
}
.xs-buttons {
    display: none
}
@media (max-width:991px) {
    .xs-buttons {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
        display: inline-block;
        width: 65px;
        height: 65px;
        position: fixed;
        bottom: 20px;
        background-color: #fff;
        color: #bc4789;
        -webkit-border-radius: 35px;
        border-radius: 35px;
        padding: 18px 0;
        text-align: center;
        z-index: 60
    }
    .xs-buttons:focus, .xs-buttons:hover {
        color: #ccc
    }
}
.xs-buttons#mobile-fix-phone {
    right: 100px;
    background-color: #2666ad
}
.xs-buttons .fa {
    color: #fff
}
.xs-buttons#whatsapp-fix-phone {
    right: 182px;
    background-color: #388e3c
}
.xs-buttons#footer-mobile-cart {
    right: 264px;
    background-color: #bc4889
}
.xs-buttons#footer-mobile-cart.hidden-cart {
    display: none;
}

.xs-buttons#footer-mobile-cart span {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
}

.main_content {
    background-image: url(/static/dist/img/extaz_bg.jpg);
    background-repeat: repeat-x;
    background-color: #eee
}
@media (max-width:767px) {
    .main_content {
        background: 0 0;
        background-color: #eee
    }
}
.add-padding-bottom {
    padding-bottom: 50px
}
.form-horizontal .form-group {
    margin: 0
}
iframe {
    max-width: 100%!important
}
@media (max-width:767px) {
    .container {
        padding: 0 10px
    }
}
@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}
.button {
    margin: auto;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    position: relative;
    text-align: center;
    padding: 13px 20px 10px 20px
}
.button-show-more {
    margin-top: 10px;
    background-color: #eee;
    display: inline-block
}
.discount-text {
    display: none
}
@media (max-width:767px) {
    .hide-xs {
        display: none
    }
}
.discount {
    display: relative
}
.discount .discount-text {
    width: 70px;
    height: 70px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    left: 15px
}

.button-buy {
    padding: 7px 20px 7px 50px;
}

@media screen and (max-width: 380px) {
    .button-buy {
        padding: 7px 20px 7px 40px;
    }
}

.button-buy:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/dist/img/icon/basket.png)
}
.button-buy {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease,
    box-shadow .3s ease-in-out;
    border-color: #bc4789;
    background-color: #bc4789
}
.button-buy:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
.button-buy:hover {
    box-shadow:  0 0 1px 2px rgba(188, 71, 137, 0.5);
}
.button-buy:focus {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-color: #bc4789;
    color: #fff;
    background-color: #bc4789
}
.button-buy:focus:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
.button-buy.button-dont-have {
    cursor: not-allowed;
    background-color: rgba(238, 238, 238, .933)
}
.button-buy.button-dont-have:focus, .button-buy.button-dont-have:hover {
    background-color: rgba(238, 238, 238, .933);
    color: #000;
    border-color: rgba(238, 238, 238, .933)
}
.button-buy.button-dont-have:focus:before, .button-buy.button-dont-have:hover:before {
    -webkit-filter: none;
    filter: none
}
.title {
    color: #010101;
    font-size: 24px;
    text-transform: uppercase;
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    max-width: 100%;
    margin: 0;
    text-align: center;
    word-wrap: break-word
}
@media (max-width:991px) and (min-width:768px) {
    .title {
        text-align: left
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .title {
        font-size: 30px;
        text-align: left
    }
}
@media (min-width:1200px) {
    .title {
        font-size: 30px;
        text-align: left
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .col-desktop-version {
        width: 20%
    }
}
@media (min-width:1200px) {
    .col-desktop-version {
        width: 20%
    }
}
textarea {
    max-width: 100%;
    min-height: 60px
}
.product-items-wrap {
    padding: 0 5px
}
.slider-arrow {
    top: 46%
}
.title {
    color: #010101;
    margin-bottom: 20px
}
.news-item {
    margin-top: 30px;
    min-height: 90px
}
@media (max-width:991px) and (min-width:768px) {
    .news-item {
        min-height: 150px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .news-item {
        min-height: 150px
    }
}
@media (min-width:1200px) {
    .news-item {
        min-height: 150px
    }
}
.news-item .news-item-pic {
    display: block;
    float: left;
    width: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    height: 100%;
    min-height: 70px
}
@media (max-width:991px) and (min-width:768px) {
    .news-item .news-item-pic {
        width: 220px;
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .news-item .news-item-pic {
        width: 230px;
    }
}
@media (min-width:1200px) {
    .news-item .news-item-pic {
        width: 230px;
    }
}
.news-item .news-item-text {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 60px
}
@media (max-width:767px) {
    .news-item .news-item-text {
        padding-left: 20px;
        padding-right: 30px
    }
}
.news-item .news-item-text .news-item-date {
    margin-bottom: 10px;
    max-width: 100%;
    word-wrap: break-word;
    color: #bc4789;
    font-size: 14px
}
.news-item .news-item-text .news-item-title {
    display: block;
    max-width: 100%;
    line-height: 1.2;
    word-wrap: break-word;
    font-size: 14px;
    color: #000;
    font-family: OpenSans-Bold
}
@media (min-width:1200px) {
    .news-item .news-item-text .news-item-title {
        font-size: 18px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .news-item .news-item-text .news-item-title {
        font-size: 18px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .news-item .news-item-text .news-item-title {
        font-size: 18px
    }
}
.news-item .news-item-text .news-item-desctiption {
    font-size: 14px;
    color: #797979;
    max-height: 80px;
    overflow: hidden;
    margin-top: 10px
}
.slider-cover {
    max-width: 100%;
    overflow-x: hidden
}
.slider-cover .slider {
    margin: 0 -10px
}
@media (max-width:767px) {
    .news-item .news-item-text .news-item-date {
        margin-bottom: 0;
    }
    .news-item .news-item-pic {
        width: 120px;
    }
    .slider-cover .slider {
        margin: 0 -6px
    }
}
.product-item {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    min-height: 415px;
    max-width: 300px;
    padding: 18px 16px 20px 16px;
    margin-bottom: 10px;
    text-align: center
}
@media (min-width:1200px) {
    .product-item {
        width: 230px
    }
    .search-results .product-item {
        width: 290px;
    }
}
@media (max-width:767px) {
    .product-item {
        padding: 10px;
        margin-bottom: 10px
    }
    .search-results .product-item {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-item {
        margin-bottom: 15px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .product-item {
        margin-bottom: 15px
    }
}
@media (min-width:1200px) {
    .product-item {
        margin-bottom: 15px
    }
}
.product-item.new .discount-text {
    left: -2px;
    top: 20px
}
.product-item.new .discount-pic {
    width: 75px;
    height: 75px
}
.product-item.promo .discount-text {
    left: 3px;
    top: 15px
}
.product-item.promo .discount-pic {
    width: 75px;
    height: 75px
}
.product-item.sale .discount-text {
    left: 7px;
    top: 25px
}
.product-item.topsales .discount-text {
    font-size: 11px;
    top: 5px;
    left: -12px;
    max-width: 29%;
}
.product-search .product-item.topsales .discount-text {
    max-width: 22%;
}
@media (max-width:1199px) {
    .product-search .product-item.topsales .discount-text {
        max-width: 27%;
    }
}
@media (max-width:767px) {
    .product-item.topsales .discount-text{
        width:33%;
        max-width: 69px;
    }
    .product-search .product-item.topsales .discount-text {
        width:33%;
        max-width: 69px;
    }
}
@media (max-width:449px) {
    .product-item.topsales .discount-text{
        width:50%;
    }
}
.product-item.sale .discount-pic {
    width: 95px;
    height: 95px
}
.product-item.special_offer .discount-pic {
    width: 75px;
    height: 75px
}
.product-item.special_offer .discount-text {
    width: 60px;
    line-height: 14px;
    top: 10px;
    left: -6px
}
.product-item.discount_card .discount-pic, .product-item.present_certificates .discount-pic {
    display: none
}
.product-item.discount_card .discount-text, .product-item.present_certificates .discount-text {
    background-color: #bc4789;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    right: 0;
    min-height: 40px;
    padding: 11px;
    text-align: center
}
.product-item.discount .discount-text {
    left: 0;
    top: 0
}
.product-item.discount .discount-pic {
    width: 75px;
    height: 75px
}
.product-item .product-item-pic {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 125px;
    background-position: center center
}
.product-item .button-wrap {
    position: relative;
    display: inline-block
}
@media (max-width:767px) {
    .product-item .button-wrap {
        max-width: 150px;
        margin: auto
    }
}
.product-item .button-wrap .add-product {
    position: absolute;
    color: #fff;
    top: 0;
    background-color: #bc4789;
    padding: 3px 8px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 12px;
    right: -5px;
    z-index: 1
}
.product-item .product-item-text {
    font-size: 14px;
}
.product-item .product-item-text .product-item-title {
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    text-align: center;
    color: #000;
    line-height: 1.2;
    margin-top: 5px;
    height: 52px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px
}
.product-item .product-item-text .product-item-cost {
    margin-top: 10px;
    color: #000;
    font-size: 18px;
    display: block;
    text-align: center;
    font-family: OpenSans-Bold
}
@media (max-width:767px) {
    .product-item .product-item-text .product-item-cost {
        height: 50px
    }
}
.product-item .product-item-text .product-item-cost .item-cost-old {
    display: inline-block;
    font-size: 14px;
    color: #bc4789;
    text-decoration: line-through
}
.product-item .product-item-text .product-item-cost .item-cost-new {
    display: inline-block
}
.product-item .product-item-text .product-item-have {
    color: #3db2e3;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    text-align: center
}
.product-item .product-item-text .product-item-have.have-dont {
    color: #bc4789
}
.articles-item-wrap {
    margin: 0 8px;
    text-align: left
}
@media (max-width:767px) {
    .articles-item-wrap {
        margin: 0
    }
}
.articles-item {
    text-align: left;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    min-height: 400px;
    max-width: 300px;
    margin: auto;
    margin-bottom: 15px
}
@media (max-width:767px) {
    .articles-item {
        margin: 10px auto
    }
}
.articles-item-pic {
    display: block;
    cursor: pointer;
    width: 100%;
    background-size: cover;
    min-height: 170px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}
.articles-item-text {
    display: block;
    padding: 25px 35px;
    max-width: 100%;
    word-wrap: break-word
}
@media (max-width:767px) {
    .articles-item-text {
        padding: 25px 20px
    }
}
.articles-item-text-date {
    display: block;
    font-size: 14px;
    max-width: 100%;
    word-wrap: break-word;
    color: #bc4789
}
.articles-item-text-title {
    display: block;
    font-size: 18px;
    color: #000;
    max-width: 100%;
    word-wrap: break-word;
    font-family: OpenSans-Bold;
    margin: 10px 0
}
.articles-item-text-description {
    max-height: 77px;
    overflow: hidden;
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    font-size: 14px;
    color: #797979;
    margin: 15px 0
}
-webkit-transition all 0.2s ease, [type=radio]:checked, [type=radio]:checked+label, [type=radio]:checked+label:after, [type=radio]:checked+label:before, [type=radio]:not(:checked), [type=radio]:not(:checked)+label, [type=radio]:not(:checked)+label:after, [type=radio]:not(:checked)+label:before, background #fff, background $color_brand, border 1px solid #ddd, border-radius 100%, color #666, content '', cursor pointer, display inline-block, height 18px, height 8px, left -9999px, left 0, left 5px, line-height 20px, padding-left 6px, position absolute, position relative, top 0, top 5px, transition all 0.2s ease, width 18px, width 8px {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               -webkit-transform: scale(0);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               -ms-transform: scale(0);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               transform: scale(0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
-webkit-transition all 0.2s ease, [type=checkbox]:checked, [type=checkbox]:checked+label, [type=checkbox]:checked+label:after, [type=checkbox]:checked+label:before, [type=checkbox]:not(:checked), [type=checkbox]:not(:checked)+label:after, [type=checkbox]:not(:checked)+label:before, background #fff, background $color_brand, border 1px solid #ddd, border-radius 1px, border-radius 3px, box-shadow inset 0px 2px 5px 0px rgba(0, 0, 0.17), color #666, content '', cursor pointer, display inline-block, height 15px, height 6px, label, left 0, left 4px, line-height 20px, padding-left 6px, position absolute, position relative, top 3px, top 8px, transition all 0.2s ease, width 15px, width 6px {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -webkit-transform: scale(0);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -ms-transform: scale(0);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  transform: scale(0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
[type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.nav-pills {
    margin-top: 40px;
    max-width: 100%;
    word-wrap: break-word
}
.nav-pills li.active a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    background-color: $color_yellow!important;
    border: 1px solid $color_yellow
}
.nav-pills li {
    margin-right: 2px;
    margin-bottom: 5px
}
.nav-pills li a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 24px;
    font-family: Exo2-ExtraLightCondensed;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #173678;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px 15px 10px 15px
}
.nav-pills li a:hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    background-color: $color_yellow!important;
    border: 1px solid $color_yellow
}
.nav-pills li a:focus {
    color: #fff;
    background-color: $color_yellow!important;
    border: 1px solid $color_yellow
}
.main-slider-wrap {
    position: relative;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}
@media (max-width:767px) {
    .main-slider-wrap {
        margin-top: 0;
        margin-bottom: 0
    }
}
.main-slider-wrap .slider&gt;a {
    display: none
}
.main-slider-wrap .slider&gt;a:first-child {
    display: block
}
.main-slider-wrap .slick-arrow {
    z-index: 10;
    width: 30px;
    height: 30px
}
.main-slider-wrap .slick-prev {
    left: 25px
}
.main-slider-wrap .slick-prev::before {
    font-size: 30px
}
.main-slider-wrap .slick-next {
    right: 25px
}
.main-slider-wrap .slick-next::before {
    font-size: 30px
}
.main-slider-wrap .slick-initialized .slider&gt;a {
    display: block
}
.main-slider-wrap .slider-pic {
    width: 100%
}
@media (min-width:1200px) {
    .main-slider-wrap .slider-pic {
        min-height: 150px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .main-slider-wrap .slider-pic {
        min-height: 150px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .main-slider-wrap .slider-pic {
        min-height: 130px
    }
}
@media (max-width:767px) {
    .main-slider-wrap .slider-pic {
        min-height: 100px
    }
}
.main-slider-wrap .slick-dots {
    display: none!important;
    position: absolute;
    padding-right: 20px;
    bottom: 10px;
    text-align: right
}
@media (max-width:767px) {
    .main-slider-wrap .slick-dots {
        text-align: center
    }
}
@media (max-width:991px) and (min-width:768px) {
    .main-slider-wrap .slick-dots {
        bottom: 15px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .main-slider-wrap .slick-dots {
        padding-right: 30px;
        bottom: 25px
    }
}
@media (min-width:1200px) {
    .main-slider-wrap .slick-dots {
        padding-right: 30px;
        bottom: 25px
    }
}
.main-slider-wrap .slick-dots li {
    margin: 0
}
.main-slider-wrap .slick-dots li button:before {
    content: '';
    background: #fff;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) perspective(1px);
    transform: translateY(-50%) perspective(1px);
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .4)
}
.main-slider-wrap .slick-dots li.slick-active button:before {
    width: 13px;
    height: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #bc4789
}
.tab-content {
    margin: 10px 0;
    max-width: 100%;
    word-wrap: break-word
}
@media (max-width:767px) {
    .padding-remove-xs {
        padding: 0
    }
}
.push {
    height: 1000px
}
@media (max-width:991px) and (min-width:768px) {
    .push {
        height: 500px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .push {
        height: 340px
    }
}
@media (min-width:1200px) {
    .push {
        height: 340px
    }
}
.wrapper {
    margin-bottom: -1000px;
    position: relative;
    min-height: 100%
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper {
        margin-bottom: -500px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper {
        margin-bottom: -340px
    }
}
@media (min-width:1200px) {
    .wrapper {
        margin-bottom: -340px
    }
}
a:hover {
    text-decoration: none
}
a:focus {
    text-decoration: none;
    outline: 0
}
button:hover {
    text-decoration: none
}
button:focus {
    text-decoration: none;
    outline: 0
}
.slick-slide:focus {
    outline: 0
}
.modal-dialog {
    font-family: $proxima_l
}
.form-group .control-span-wrap {
    font-size: 12px;
    text-align: right
}
.form-group span {
    color: #db2b8e
}
.form-group label {
    margin-top: 5px;
    color: #535353
}
.form-group legend {
    margin-top: 5px;
    color: #bc4789
}
.form-group input {
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17)
}
.form-group textarea {
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17)
}
.form-group input.isAlert {
    border: 2px solid #db2b8e;
    -webkit-box-shadow: none;
    box-shadow: none
}
.background {
    background: #fff
}
.inner-title {
    text-align: left
}
@media (max-width:991px) and (min-width:768px) {
    .inner-title {
        margin: 15px 0;
        margin-bottom: 15px
    }
}
.remove-padding {
    padding-left: 0;
    padding-right: 0
}
.add-padding {
    padding: 0 40px
}
@media (max-width:767px) {
    .add-padding {
        padding: 0 15px
    }
}
.add-box-shadow {
    -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .17)
}
.breadcrumbs {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    margin-top: 25px;
    color: #858585;
    font-size: 12px;
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    margin-bottom: 5px
}
@media (max-width:767px) {
    .breadcrumbs {
        margin: 20px 0 10px 0;
        margin-bottom: 10px !important;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .breadcrumbs {
        margin: 20px 0 10px 0
    }
}
.breadcrumbs i {
    color: #bc4789
}
.breadcrumbs li {
    margin-right: 10px;
    display: inline-block
}
.breadcrumbs a {
    margin-right: 10px;
    color: #858585
}
.slider-wrap {
    position: relative
}
.slider-wrap .slider-arrow {
    width: 30px;
    height: 30px;
    top: 42%;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat
}
.slider-wrap .slider-arrow.slider-arrow-left {
    left: -5%;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%)
}
@media (max-width:1360px) and (min-width:1200px) {
    .slider-wrap .slider-arrow.slider-arrow-left {
        left: -1%
    }
}
@media (max-width:1060px) and (min-width:992px) {
    .slider-wrap .slider-arrow.slider-arrow-left {
        left: -1%
    }
}
.slider-wrap .slider-arrow.slider-arrow-right {
    -webkit-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    right: -5%
}
@media (max-width:1360px) and (min-width:1200px) {
    .slider-wrap .slider-arrow.slider-arrow-right {
        right: -1%
    }
}
@media (max-width:1060px) and (min-width:992px) {
    .slider-wrap .slider-arrow.slider-arrow-right {
        right: -1%
    }
}
.slider-wrap .slider-arrow.top-position.slider-arrow-right {
    right: 15px;
    left: auto;
    top: -50px
}
.slider-wrap .slider-arrow.top-position.slider-arrow-left {
    right: 40px;
    left: auto;
    top: -50px
}
.footer {
    min-height: 1000px;
    background-color: #222;
    padding: 30px 0;
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'
}
@media (max-width:991px) and (min-width:768px) {
    .footer {
        min-height: 500px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .footer {
        min-height: 340px
    }
}
@media (min-width:1200px) {
    .footer {
        min-height: 340px
    }
}
.footer .info {
    float: left;
    width: 18%;
    padding: 0 10px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .info {
        width: 33%
    }
}
@media (max-width:767px) {
    .footer .info {
        float: none;
        width: 100%
    }
}
.footer .popular-sections {
    float: left;
    width: 18%;
    padding: 0 10px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .popular-sections {
        width: 33%
    }
}
@media (max-width:767px) {
    .footer .popular-sections {
        float: none;
        width: 100%
    }
}
.footer .good-know {
    float: left;
    width: 18%;
    padding: 0 10px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .good-know {
        width: 33%
    }
}
@media (max-width:767px) {
    .footer .good-know {
        float: none;
        width: 100%
    }
}
.footer .address {
    float: left;
    width: 26%;
    padding: 0 10px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .address {
        width: 50%
    }
}
@media (max-width:767px) {
    .footer .address {
        float: none;
        width: 100%
    }
}
.footer .wrap-phone-and-time {
    float: left;
    width: 20%;
    padding: 0 10px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .wrap-phone-and-time {
        width: 50%
    }
}
@media (max-width:767px) {
    .footer .wrap-phone-and-time {
        float: none;
        width: 100%
    }
}
.footer .title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    margin-bottom: 15px
}
.footer .item {
    max-width: 100%;
    word-wrap: break-word;
    display: block;
    margin-bottom: 5px;
    color: #898989;
    font-size: 14px
}
.footer .popular-sections {
    word-wrap: break-word;
    margin-top: 20px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .popular-sections {
        margin-top: 0
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .footer .popular-sections {
        margin-top: 0
    }
}
@media (min-width:1200px) {
    .footer .popular-sections {
        margin-top: 0
    }
}
.footer .good-know {
    word-wrap: break-word;
    margin-top: 20px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .good-know {
        margin-top: 0
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .footer .good-know {
        margin-top: 0
    }
}
@media (min-width:1200px) {
    .footer .good-know {
        margin-top: 0
    }
}
.footer .address {
    word-wrap: break-word;
    margin-top: 30px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .address {
        margin-top: 40px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .footer .address {
        margin-top: 0
    }
}
@media (min-width:1200px) {
    .footer .address {
        margin-top: 0
    }
}
.footer .address .items {
    color: #fff;
    counter-reset: item;
    list-style-type: none
}
.footer .address .items .item {
    color: #fff;
    display: list-item;
    position: relative;
    margin-bottom: 5px
}
@media (max-width:1199px) and (min-width:992px) {
    .footer .address .items .item {
        margin-bottom: 10px
    }
}
@media (min-width:1200px) {
    .footer .address .items .item {
        margin-bottom: 10px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .footer .address .items .item {
        margin-bottom: 10px
    }
}
.footer .address .items .item:before {
    z-index: 1;
    font-size: 12px;
    position: absolute;
    left: -35px;
    content: counter(item) ' ';
    counter-increment: item;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 2px 7px;
    background-color: #bc4789
}
@media (max-width:1199px) and (min-width:992px) {
    .footer .address .items .item:before {
        font-size: 14px;
        padding: 3px 9px
    }
}
@media (min-width:1200px) {
    .footer .address .items .item:before {
        font-size: 14px;
        padding: 3px 9px
    }
}
.footer .address .items .item a {
    color: #898989;
    display: block
}
.footer .phone {
    word-wrap: break-word;
    margin-top: 20px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .phone {
        margin-top: 40px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .footer .phone {
        margin-top: 0
    }
}
@media (min-width:1200px) {
    .footer .phone {
        margin-top: 0
    }
}
.footer .time-work {
    word-wrap: break-word;
    margin-top: 30px
}
.footer .time-work .item-day {
    display: inline-block;
    color: #bc4789
}
.footer .time-work .item-time {
    display: inline-block
}
.footer .copyright {
    margin-top: 60px;
    max-width: 100%;
    word-wrap: break-word;
    display: block;
    margin-bottom: 2px;
    color: #898989;
    font-size: 14px
}
.not-in-stock {
    padding-left: 10px;
    text-decoration: underline
}
.order-success {
    padding: 50px 0
}
.product-button-buy-wrap {
    position: relative
}
.product-button-buy-wrap .add-product {
    position: absolute;
    color: #fff;
    top: 0;
    background-color: #bc4789;
    padding: 3px 8px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 12px;
    left: 195px;
    top: 0;
    z-index: 1
}
@media (max-width:767px) {
    .product-button-buy-wrap .add-product {
        background-color: #2abf00;
        left: auto;
        right: -10px;
        top: 8px;
    }
}
.product {
    position: relative
}
.product .discount-text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: OpenSans-Bold;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.product .discount-pic {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover
}
.product.new .discount-text {
    left: -5px;
    top: 13px
}
.product.new .discount-pic {
    width: 75px;
    height: 75px
}
.product.promo .discount-text {
    left: 3px;
    top: 15px
}
.product.promo .discount-pic {
    width: 75px;
    height: 75px
}
.product.sale .discount-text {
    left: -9px;
    top: 25px
}
.product.sale .discount-pic {
    width: 95px;
    height: 95px
}
.product-basket:before.special_offer .discount-pic {
    width: 75px;
    height: 75px
}
.product.special_offer .discount-text {
    width: 60px;
    line-height: 14px;
    top: 10px;
    left: -6px
}
.product.discount_card .discount-pic, .product.present_certificates .discount-pic {
    display: none
}
.product.discount_card .discount-text, .product.present_certificates .discount-text {
    background-color: #bc4789;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    right: 0;
    min-height: 40px;
    padding: 11px;
    text-align: center
}
.product.discount .discount-text {
    left: 0;
    top: 0
}
.product.discount .discount-pic {
    width: 75px;
    height: 75px
}
.product-item .discount-text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: OpenSans-Bold;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.product-item .discount-pic {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover
}
.show-second-childrens, .show-third-childrens {
    position: absolute;
    cursor: pointer;
    padding: 1px 10px;
    right: 0;
    top: 0
}
.childrens-second-lvl {
    margin-left: 10px;
    margin-top: 10px;
    display: none
}
.childrens-third-lvl {
    margin-left: 10px;
    margin-top: 10px;
    display: none
}
.search-products .isActive {
    display: block!important
}
.search-products a.isActive {
    color: #bc4789!important;
    text-decoration: underline!important
}
.search-products-item-wrap {
    position: relative
}
.search-products-item-wrap .active {
    display: block
}
.menu-columns {
    float: left
}
.menu-columns .menu-column {
    padding: 10px;
    width: 220px;
    float: left
}
.visible-for-touchscreen {
    display: none
}
.product-line .product-pic {
    height: 175px!important;
    width: 200px!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle!important
}
.product-line .product-pic img {
    width: 175px!important;
    margin: 0 auto!important
}
h1 {
    padding: 0;
    font-size: inherit;
    margin: 0
}
.are-you-adult {
    bottom: 0;
    left: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: #bc4889;
    padding: 5px;
    color: #fff
}
.are-you-adult-wrapper {
    max-width: 100%;
    text-align: center;
    width: 400px;
    margin: 0 auto
}
.are-you-adult-text {
    display: inline-block
}
@media (max-width:767px) {
    .are-you-adult-text {
        display: block
    }
}
.are-you-adult-btns {
    display: inline-block
}
@media (max-width:767px) {
    .are-you-adult-btns {
        display: block
    }
}
.are-you-adult-btn {
    cursor: pointer;
    text-decoration: underline;
    padding: 6px 0 6px 12px
}
._orinationRight_25 .button_1O {
    margin-bottom: 50px
}
.product-content .product-cost {
    display: inline-block
}
.product-content .product-cost-old {
    text-decoration: line-through;
    font-size: 20px;
    display: inline-block;
    color: #bc4789
}
.product-content-type {
    color: #bc4789;
    font-size: 20px
}
.error-404 {
    margin: 40px 0
}
.error-404 .title {
    color: #b15e8c!important;
    text-align: center;
    font-size: 200px;
    font-weight: 700;
    margin: 0;
    line-height: 200px
}
.error-404 .description {
    margin-bottom: 20px;
    text-align: center;
    font-size: 50px
}
.articles-page .articles-item-wrap {
    margin: 8px
}
.articles-page .articles-item-wrap .articles-item {
    height: 450px
}
.articles-page .articles-item-wrap .articles-item .articles-item-text-description {
    max-height: 120px
}
.news-page .news-content {
    margin: 0 15px
}
.news-page .news-item {
    overflow: hidden
}
@media (max-width:1199px) and (min-width:992px) {
    .news-page .news-item {
        height: 180px
    }
}
@media (min-width:1200px) {
    .news-page .news-item {
        height: 180px
    }
}
@media (max-width:767px) {
    .news-page .news-item {
        height: 90px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .news-page .news-item {
        height: 90px
    }
}
.news-page .news-item .news-item-text {
    height: 160px;
    padding-left: 15px;
    padding-right: 15px
}
.social-links a {
    font-size: 25px;
    color: #bc4789;
    margin-right: 5px
}
.social-links-img{
    width:23px;
}

.article-content h1{
    padding: 40px 60px 30px 60px;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}
@media (max-width:991px) {
    .article-content h1{
        padding: 30px 15px 30px 15px;
    }
}
@media(max-width: 768px) {
    .article-content h1{
        padding: 20px 15px 30px 15px;
    }
}

.article-text p.final {
    padding: 20px 0;
    font-size: 22px;
}
.article-text p.final b {
    font-size: 24px;
    color: #0a0;
}
.order-buttons button.btn {
    font-size: 24px;
}
.order-buttons button.btn, .order-buttons a.btn {
    color: white;
    margin: 0 0 20px 0;
}
@media (max-width: 768px) {
    .order-data, .order-buttons {
        text-align: center;
    }
}
@media (max-width: 768px) {
    #basket .table-block .table-row .table-cell.cell-top{
        padding-top:12px;
        padding-bottom:6px;
    }
    #basket .table-block .table-row .table-cell.cell-bottom{
        padding-top:6px;
        padding-bottom:12px;
    }
}
#basket .orders-table .table-cell .basket-info .basket-quantity {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: inset 0px 0px 0px 0px red;
}
#basket .orders-table .table-cell .basket-info .basket-quantity::-moz-focus-inner {
    border: 0;
    padding: 0;
}
#basket .orders-table .table-cell .basket-info input::-webkit-outer-spin-button,
#basket .orders-table .table-cell .basket-info input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#basket .orders-table .table-cell .basket-info input.basket-quantity[type='number'] {
    -moz-appearance: textfield;
}

.product_gift_icon{
    position:absolute;
    width:40px;
    height: 40px;
    top: 3px;
    right:-12px;
    z-index: 1;
}
.product_gift_icon img{
    width:100%;
    height: auto;
}

.search_resuls {
    background: white;
    margin-top: 33px;
    position: absolute;
    width: 520px;
    z-index: 70;
    border: 1px solid #ccc;
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
@media (max-width: 768px) {
    .search_resuls {
        width: 100%;
    }
}

.search_resuls .s-row {
    cursor: pointer;
    margin: 5px 0;
}
.search_resuls .s-row:hover {
    background: #EEE;
}
.search_resuls .img {
    width: 50px;
    margin: 10px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}
.search_resuls .title {
    font-size: 12px;
    margin-bottom: 0px;
}
.search_resuls .title b {
    text-decoration: underline;
}
.search_resuls .title i {
    font-weight: bold;
    font-size: 10px;
    color: #999;
    font-style: normal;
}
.search_resuls .title span {
    font-weight: normal;
    color: #0c0;
}
.search_resuls .price {
    font-size: 18px;
    width: 110px;
    height: 70px;
    text-align: center;
    padding-top: 15px;
    float: right;
}
.search_resuls .price span {
    text-decoration: line-through;
    color: #999;
}
.search_resuls .clear {
    clear: both;
}
.brand-list {
    padding: 0px 0 30px;
}
.brand-image {
    background: white;
    margin: 0 0 20px 20px;
    padding: 10px;
    float: right;
}
@media(max-width: 768px) {
    .brand-list {
        padding: 20px 0 30px;
    }
    .brand-image {
        float: none;
        text-align: center;
        margin: 0 0 20px 0;
    }
}


table.product-addreses {
    width: 90%;
}
table.product-addreses td, table.product-addreses th{
    padding: 5px 20px 5px 0;
}
table.product-addreses td.col2, table.product-addreses th.col2{
    padding: 5px 0 5px 10px; text-align: right;
}
table.product-addreses td {
    border-top: 1px dashed #ddd;
}

table.product-addreses td span.withlink {
    color: #337ab7;
    text-decoration: underline;
    cursor: pointer;
}
table.product-addreses td div.mapslinks {
    display: none;
}
.product-page .product-content .product-description table.product-addreses td div.mapslinks a img {
    height: 30px !important;
    margin: 10px 0px !important;
}
.product-page .product-content .product-description table.product-addreses td div.mapslinks a:first-child img {
    margin-right: 30px !important;
}
div.found-skl {
    display: inline-block;
}
div.found-skl div{
    display: inline-block;
    border: 1px solid #BC4889;
    border-radius: 3px;
    width: 15px;
    height: 18px;
    display: inline-block;
    margin-left: 1px;
}
div.found-skl .small {
    background: #edc7dc;
}
div.found-skl .middle {
    background: #db92ba;
}
div.found-skl .full {
    background: #BC4889;
}


.contact-item div.mapslinks a img {
    height: 20px !important;
    margin: 10px 0px !important;
}
.contact-item div.mapslinks a:first-child img {
    margin-right: 30px !important;
}
.contact-item .tour3d {
    float: right;
}
.contact-item .tour3d img {
    width: 75px;
}

body *.hide-empty:empty {
    display: none;
}
.gifts__bar {
    border-radius: 4px;
    overflow: hidden;
    margin: 10px 0 15px 0;
}

.gifts__bar::after {
    content: '';
    clear: both;
    display: table;
}

.gifts__bar-item:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.gifts__bar-item:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.gifts__bar-item {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    cursor: help;
    border: 1px solid #bc4789;
    border-left-style: none;
    border-right-style: none;
}

.gifts__bar-item:first-of-type {
    border-left-style: solid;
}

.gifts__bar-item_works .gifts__bar-item-int {
    background-color: #bc4789;
    color: white;
}

.gifts__bar-item-int {
    display: inline-block;
    padding: 5px 9px 7px 4px;
    height: 32px;
    width: 100%;
    background-color: #47bbe5;
    border-right: 1px solid #bc4789;
    text-align: right;
    font-size: 14px;
}
@media(max-width: 768px) {
    .gifts__bar-item-int {
        display: inline-block;
        padding: 5px 4px 7px 4px;
        height: 32px;
        width: 100%;
        background-color: #47bbe5;
        border-right: 1px solid #bc4789;
        text-align: right;
        font-size: 12px;
        text-align: center;
    }
}
.gifts__gift {
    display: inline-block;
}

.gifts__gift_current {
    color: #bc4789;
}

.gifts__gift_next {
    font-size: 16px;
}
.gifts__gift_next span {
    color: #0c0;
    font-weight: bold;
}
#basket .basket-total .basket-total-price span.fullprice {
    text-decoration: line-through;
    color: #c00;
    font-size: 18px;
    text-decoration-thickness: 2px;
}
#basket .basket-total .basket-total-price span.totalprice {
    color: #0c0;
}


.sort-wrapper label.sort-action-first {
    font-weight:normal;
    font-size:.8em;
    opacity:.8
}
.sort-wrapper label.sort-action-first input {
    width:10px;
    height:10px;
}
@media(max-width: 768px) {
    .sort-wrapper label.sort-action-first {
        position: absolute;
        right: 20px;
        top: 56px;
    }
    .sort-wrapper label.sort-action-first input {
        width: 14px;
        height: 14px;
    }
    .products .sort-block .sort-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 300px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .sort-wrapper label.sort-action-first {
        position: absolute;
        display: block;
        right: 20px;
        top: 62px;
    }
}

.background-muted {
    background-color: #c3c3c3aa;
}

#shopper-auth label  {
    display: block;
}

#shopper-auth label a,
#shopper-auth label a:hover {
    font-weight: normal;
    float: right;
    font-size: .9em;
    text-decoration: none;
    color: #bc4789;
}

#shopper-auth .btn {
    background-color: #bc4789;
    border-style: none;
    padding: 5px 20px;
    color: #fff;
}

#shopper-auth .tab-switch {
    margin-top: 30px;
    text-align: center;
    font-size: .9em;
    color: #afafaf;
}

#shopper-auth .tab-switch a,
#shopper-auth .tab-switch a:hover {
    font-size: 1.1em;
    text-decoration: none;
    color: #bc4789;
}

#shopper-auth .shopper-auth-tab {
    display: none;
}

#shopper-auth .shopper-auth-tab:nth-child(1) {
    display: block;
}

ul.tab-pages,
ul.tab-pages li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.tab-pages li {
    border-radius: 4px;

    background-color: #fff;
    color: #4d4d4d;

    display: inline-block;
}

ul.tab-pages li ~ li {
    margin-left: 5px;
}

ul.tab-pages li.active {
    background-color: #4d4d4d;
    color: #fff;
}

ul.tab-pages li a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
}

ul.tab-pages li a:hover,
ul.tab-pages li a:visited {
    color: inherit;
}

.my-orders_order {
    border-radius: 4px;
    border: 2px solid #bc4789;
    padding: 10px;
    box-shadow: 0 0 1px 3px #fcfcfc;
}

.my-orders_order ~ .my-orders_order {
    margin-top: 20px;
}

.my-orders_order.my-orders_order_info {
    border-style: none;
    background-color: #99859050;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-orders_order-number {
    font-weight: bold;
    font-size: 1.2em;
}

.my-orders_order-muted {
    color: #998590;
}

.my-orders_order-status {
    color: #bc4789;
}

.my-orders_order-accent {
    font-weight: bold;
}

.currency:after {
    display: inline-block;
    content: '?';
    font-size: .7em;
    font-family: monospace;
}

.currency.currency_KZT:after {
    content: 'â‚¸';
}

@media screen and (max-width: 768px) {
    .currency.currency_KZT::after {
        content: '\20B8';
        font-family: OpenSans-Regular, 'Segoe UI Symbol', Arial, sans-serif;
    }
}

header a.language-switcher {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 25px;
    font-size: 1em;
    /* text-transform: lowercase; */
    border-radius: 6px;
    /* border-bottom-right-radius: 0; */
    border: 1px solid white;
    position: relative;
    margin-top: 4px;
    float: right;
}

/*
header a.language-switcher::after {
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent white transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: -8px;
    right: -1px;
    z-index: 1;
}

header a.language-switcher::before {
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #222222 transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: -5px;
    right: 0px;
    z-index: 2;
}
*/

.translation-notify {
    display: block;
}

.translation-notify span {
    display: inline-block;
    border-radius: 6px;
    color: #bc4789;
    padding: 3px 5px;
    margin-left: -5px;
}

@media screen and (max-width: 380px) {
    .callback-input {
        min-width: 100%;
    }
    .callback-button {
        width: 100%;
        margin-top: 10px !important;
    }
    .product-description h2 {
        margin-top: 0 !important;
        line-height: 1;
        font-size: 24px;
    }
}

.read-more .container {
    width: auto !important;
}

.read-more .slider-wrap .slider-arrow.slider-arrow-left {
    left: -3% !important;
}

.read-more .slider-wrap .slider-arrow.slider-arrow-right {
    right: -3% !important;
}

.read-more .title {
    font-size: 20px !important;
}

.read-more .articles-item-text-title {
    font-size: 14px;
}

.read-more .slider-wrap .slider-arrow {
    width: 25px;
    height: 25px;
}

.search-results-glossary {
    margin-bottom: 10px;
}

.search-results-glossary a {
    margin-right: 20px;
}

.btn-glossary {
    color: #fff;
    background-color: #bc4789;
}

.input-group-glossary{
    margin: 10px 0;
}

.alphabetical-index a {
    margin-right: 3px;
}

.glossary-item{
    min-height: 180px !important;
}

.articles-page .articles-item-wrap .glossary-item {
    height: 180px !important;
}

.mt-10 {
    margin-top: 10px;
}</pre></body></html>