
body, html {
    /*font-family: sans-serif;*/
    font-family: 'Roboto', sans-serif;
    height: 100%
}


h1, h2, h3, h4, h5, h6, .product-h1, .h2-highlight {
    font-family: 'Cormorant Garamond', serif;
}
.item-page h4 {
    font-size: 22px;
    margin-top: 0;
    display: inline-block;
}

.tooltip {z-index: 1000}
.big {font-size: 15px}
.js {border-bottom: 1px dotted; cursor: pointer; text-decoration: none}
.js:hover {text-decoration: none}

.navbar {
    border: none;
}
.d-block {
    display: block !important;
}
.topnull {
    top: unset !important;
}
.header {
    /* height: 107px; */
    /*    overflow: hidden*/
}
.header__links a {
    padding: 0 1rem;
}
.header__row .header__links {
    padding-left: 0;
    padding-right: 0;
}
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 5000;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15), 0px -3px 5px rgba(255, 255, 255, 0.3);
    transition-property: all;
    transition-duration: 100ms;
    transition-timing-function: ease;
}
.header__navbar {
    margin-bottom: 0;
}
.header-extended {
    height: 220px !important;
}

.header__row {
    display: flex;
}
.search__col, .cart__col, .header__input, .header__bh, .logotype, .header__links {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
}

#cart-modal .modal-dialog {
    z-index: 2000;
}
.header__bh {
    flex-direction: column;
    justify-content: center;
}

.logo__line img {
    width: 200px;
    height: auto;
}

.header__searchbar_input {
    width: 100%;
}

.search__col {
    width: -webkit-fill-available;
}

.menu-icons-img {
    height: 2.5em;
    width: 2.5em;
    object-fit: contain;
    margin-right: 1em;
    filter: opacity(0.5);
}
.logo, #footer-logo {font-family: 'Italianno', cursive; font-size: 75px; white-space: nowrap; text-align: center; line-height: 80px; color: #392618}
.btn {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#footer-logo {font-size: 50px; line-height: 65px}
.logo a {color: inherit};
.logo__img {
    max-height: 45px;
    width: auto;
}
.logo a {text-decoration: none !important; color: #281a10}
.logo__small {display: block; font-size: 11px; font-family: arial; font-weight: bold; line-height: 12px; font-style: italic}
.logo:hover small {text-decoration: underline}
#phone, footer .phone { font-size: 18px; text-align: center}
.phone__small {display: block; font-size: 14px}
a.phone:hover {text-decoration: none !important}
.phone {white-space: nowrap}
.header .nav-stacked>li>a{padding: 5px 15px}
#top-menu{
    border-radius: 0px;
    min-height: 30px;
}
@media (max-width: 991px) {
    #top-menu {
        margin-bottom: 13px;
    }
}
#top-menu{
    border-radius: 0;
    min-height: 30px;
}
#top-menu .navbar{}
#top-menu .navbar-nav>li>a{padding-top: 5px;padding-bottom: 5px;font-size:12px;}
.modal-dialog--centered {
    top: 50%;
    transform: translateY(-50%) !important;
    margin-top: 0;
    margin-bottom: 0;
}


.header__searchbar_input {
    border-radius: 20px 0 0 20px;
    height: 45px;
}

.cart__btn {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart__btn .hidden-xs, .cart__btn .sum, .cart__btn .rur , .cart__btn .badge {
    padding-top: 4px;
}

.header__searchbar_btn {
    height: 45px;
    border-radius: 0 20px 20px 0;
    padding-left: 1em;
    padding-right: 1em;
}
.brands-logos.row  div {
    display: none;
}
#brands-alpha .nav li  {
    /*width:20px;*/
}
.nav-link.pl-6 {
    padding:6px !important;
}
.item_brand {
    min-height: 180px;
    max-height: 180px;
}
.item_brand .thumbnail.brand-logo{
    display:block;
}


@media (max-width: 1200px) {
    .logo {
        font-size: 62px;
    }
    .header__input .cart__btn .sum, .header__input .cart__btn .rur {
        display: none;
    }
}

@media (max-width: 991px) {
    .logo {
        font-size: 50px;
    }
    .phone {
        font-size: 18px;
    }
    .logo__small {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .logo__line img {
        width: 100px;
    }
    .header__row {
        flex-wrap: wrap;
    }
    .search__col {
        order: 6;
    }
    .item-page .b-benefits {
    padding-left: 0;
    }
    .item-page .list-group-item {
        padding: 10px 15px 10px 0;
    }
    .item-page .all-attr-container {
        margin-bottom: 20px;
    }
    .item-page .item-attr-icon {
        position: absolute;
    }
    .item-page .attr-value, .item-page .attr-header {
        padding: 8px 15px;
    line-height: 1.42857143;
    font-size: 14px;
    border-bottom: 1px dashed #777777;
    width: 50% !important;
    height: 50px;
    display: flex;
    align-items: center;
    }
    .item-page .attributes-header {
        margin-top: 26px;
        margin-left: 65px;
        text-align: left;
        margin-bottom: 26px;
    }
    .item-page .left-attrs {
        text-align: left;
    }
    .wineglass {
        display: none;
    }
    .item-page .mt-20 {
        margin-top: 20px ;
    }
    .item-page h1 {
        margin-top: 0;
    }
    .item-page .main-photo-mobile {
        height: 300px
    }
    .main-photo img {
        height: 100%;
        object-fit: contain;
    }
    .logo {
        font-size: 38px;
        line-height: 46px;
    }
    .phone {
        font-size: 18px;
        color: #4c2b24;
        vertical-align: middle;
    }
    .logo__line {
        margin-top: 6px;
        display: inline-block;
    }
    .logo__small {
        display: none;
    }
    .header__input {
        padding-top: 4px;
        padding-bottom: 0;
        padding-left: 0;
    }
    #top-menu {
        margin-bottom: 4px;
    }
    .header {
        height: auto;
        padding-bottom: 0;
    }
}
.navbar-toggle .icon-bar {
    border-style: solid;
    border-width: 1px;
}
@media (max-width: 767px) {
    #cart .sum,
    #cart .rur {
        display: none;
    }
    #cart, #phone {
        width: 15%;
        display: flex;
        justify-content: space-around;
        padding: 0;
    }
    #phone {
        padding-top: 5px; 
    }
    .logotype {
        width: 70%;
        justify-content: space-evenly;
    }
    .cart__btn {
        position: relative!important;
        background: none!important;
        border: none!important;
    }
    #cart .badge {
        padding: 2px 3px;
        font-size: 8px;
        top: 2px;
        right: 3px;
        color: black;
        position: absolute;
        background: none;
        transform: translateX(50%);
    }
    #search {
        padding-bottom: 10px;
        margin-bottom: 1em;
    }
    .header-col_extended {
        padding-top: unset !important;
        padding-bottom: 5px;
        height: auto !important;
    }
}


@media (max-width:550px) {
    .cart__btn {
        padding-right: 3px;
        padding-left: 6px;
    }
    .logo .navbar-toggle {
        margin-right: 8px;
    }
}

.i-shopping-cart {
    display: inline-block;
    width: 17px;
    height: 16px;
    vertical-align: top;
    background-size: cover;
    background-image: url(/images/basket.svg);
    margin-right: 3px;
}
.btn-default .i-shopping-cart {
    background-image: url(/images/basket-black.svg);
}
@media (max-width: 767px) {

    .i-shopping-cart {
        background-image: url(/images/basket-black.svg);
        width: 23px;
        height: 21px;
    }
}


.clearfix {clear: both; height: 0px}

#catalog-menu-wrap {
    position: absolute;
    width: 100%;
    top: 110px;
    left: 0px;
    z-index: 100;
}

#catalog-menu-placeholder {
    height: 43px;
}

.catalog-menu {
    /*background-color: #F4F4F4;*/
    overflow: hidden;
    border-radius: 0px;
    min-height: 35px;
/*    border: 1px solid #FFF;*/
    margin-bottom: 0px;
    color: #333;
}

.catalog-menu.opening, .catalog-menu.opening .nav > li,
.catalog-menu.opening .nav > li > a {
    cursor: progress
}

.breadcrumb > li + li:before {
    content: "\02192\00a0";
    color: #000;
}

.breadcrumb > li.active:after {
    content: "\00a0\00a0\02193";
    color: #777;
}

#cmenu {
    padding: 0px;
    margin: 0px;
}

#cmenu > .container > .nav {
    padding: 0px;
    margin: 0px;
    border: 0px;
    min-height: 35px;
    overflow: hidden;
    max-height: 42px;
    border-radius: 0px;
}

#cmenu > .container > .nav > li {
    text-align: center;
    /*border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;*/
    vertical-align: middle;
    /*background: #F4F4F4*/
}

#cmenu > .container > .nav > li.active,
#cmenu > .container > .nav > li:hover {
    background: #cfc184;
    color: #fff !important;
    border-radius: 15px 15px 0 0;
    z-index: 1000;
}

#cmenu > .container > .nav > li > a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    white-space: nowrap;
}

#cmenu > .container > .nav > li > a:focus,
#cmenu > .container > .nav > li.active > a,
#cmenu > .container > .nav > li:hover > a {
    background-color: transparent;
    color: #fff;
}

#cmenu > .container > .nav > li.brands {
    background: #DDE9F3;
    width: 0.1%
}

#cmenu > .container > .nav > li.brands.active {
    background: #fff
}

#cmenu > .container > .nav > li.brands > a {
    height: 120px;
    width: 40px
}

#cmenu > .container > .nav > li.brands > a > span {
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 0% 50%;
    padding: 0px;
    position: absolute;
    display: block;
    bottom: -12px;
    left: 50%;
    width: 123px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

#cmenu .tab-pane {
    overflow: hidden;
    max-height: 0px;
    display: block !important;
}

#cmenu .tab-pane.active {
    max-height: 500px;
    background: white;
    padding-bottom: 2em;
    /*border-top: #cfc184 4px solid;*/
}
.border-top {
    display: none;
}
.tab-pane.active .border-top {
    display: block;
    border-top: #cfc184 4px solid;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 100;
}
#cmenu .tab-pane .nav {
    -webkit-columns: 4;
    -moz-columns: 4;
    -o-columns: 4;
    columns: 4;
}

#cmenu .tab-content {
    background: white;

    -webkit-transition: max-height 200ms ease-out;
    -moz-transition: max-height 200ms ease-out;
    -o-transition: max-height 200ms ease-out;
    transition: max-height 200ms ease-out;
    position: relative;
    top: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

#cmenu .tab-pane ul > li {
    list-style: none;
    padding-top: 6px;
}

#cmenu .tab-pane ul {
    padding: 5px 0 5px 0;
    margin-bottom: 0;
}

#cmenu .tab-pane ul.brands {
    padding-left: 30px
}

#cmenu .tab-pane ul.brands > li.s {
    height: 7px
}

#cmenu .tab-pane .letter {
    position: absolute;
    margin: 9px 0px 0px -25px
}

#cmenu .tab-pane ul > li.t1 {
    list-style: none;
    font-weight: bold;
    color: #23527c
}

#cmenu .tab-pane ul > li.splitter {
    list-style: none;
    height: 1px;
    background: #C7DBEC;
    margin: .7em 0;
}
.cmenu__headline {
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    margin: 0 -15px 0px;
    padding: 1.5em 15px 0em;
    text-transform: uppercase;
    color: #aba27b;
}
.cmenu__all-items-link {
    padding-left: 20px;
    padding-top: 6px;
    text-transform: capitalize;
    background-color: #cfc184;
    padding: 0.3em 1em;
    border-radius: 15px;
    display: inline-block;
    color: #fff;
    margin-top: 0.5em;
}
.cmenu__all-items-link:hover {
    /*color: white;*/
    /*background-color: #c0b377;*/
    /*text-decoration: none;*/

}
#carousel {
    height: 285px;
    margin-bottom: 20px
}

#carousel .img {
    width: 100%;
    height: 285px;
    text-align: center
}


#page-wrap {min-height: 100%}
/*#page-wrap:after {content: ""; display: block; height: 705px;}*/
footer {
    /*height: 500px;*/
    /*overflow: hidden; */
    /*margin-top: -500px*/
    margin-top: 18px;
}
footer .text-primary {font-weight: bold; padding: 5px 15px}
footer .nav>li>a{padding: 4px 15px; color: #66512c}
footer .nav {max-height: 355px; overflow: hidden; margin-bottom: 20px}

.good-item {float: none !important; display: inline-block; vertical-align: top; margin-right: -4px; text-align: center; position: relative;}
.good-item .thumbnail {padding: 5px 15px 50px 15px; position: relative; min-height: 350px}

.price {font-size: 15pt; color: #9c0015; white-space: nowrap}
.good-item .price-range {color: #9c0015; float: left; line-height: 23pt; font-size: 11pt}
.good-item .price-range .rur {line-height: 20pt}
.good-item .btn { display: inline-block}
.good-item .price {display: inline-block}
.good-item .img {/*margin: 0px -14px 10px -14px;*/ /*height: 200px;*/ vertical-align: middle ;text-align: center; display: block;}
.good-item .img:after {display: inline-block; vertical-align: middle; height: 100%; content: ""; width: 1px}
.good-item .img img {max-width: 100%; max-height: 280px; display: inline-block; vertical-align: middle; margin-right: -5px; height: 280px;}
.good-item .price-wrap {position: absolute; bottom: 10px; left: 0px; text-align: center; width: 100%}
.wine-glass-icon, .grapevine-icon {
    height: 1.5em;
}
.wine-glass-icon {
    width: 1.4em;
}
.tab-pane.active .wine-glass-icon {
    margin-left: -0.5em;
}
.grapevine-icon-mini {
    width: 1.3em;
    padding-right: 5px;
    padding-bottom: 5px;
    mix-blend-mode: multiply;
}
.grapevine-icon {
    width: 1.7em;
    mix-blend-mode: multiply;
}
/* ///////////// */
.panel-hover {
    position: relative;
    z-index: 10;
}
.panel-hover:hover .panel  {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 102;
    width: 100%;
    /*margin-bottom: 0;*/
}

.panel-hover:hover .attrs {max-height: 1000px}
.panel-hover:hover .attrs:after {display: none}
.panel-hover:hover .btn-more {display: inline-block !important}

.panel-hover:hover .panel {background-repeat: no-repeat; background-position: 50% -100px}

.panel-hover .btn-more {display: none}
.good-item-mini .price-wrap {position: static}
.attrs {position: relative;
    overflow: hidden;
    max-height: 150px;
}
.good-item .attrs:after {content: ""; display: block; height: 30px; border-radius: 3px}

#attrs {position: relative; overflow: hidden; max-height: 1510px; transition: max-height 0.5s; margin-top: 30px;}
#attrs.active {max-height: 5000px}

#attrs .btt, .attrs:after {position: absolute; bottom: 0px; height: 55px; text-align: center; display: none; padding-top: 15px; left: 0px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(51%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 99%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 99%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 99%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    width: 100%;
}

.main-photo img {
    max-height: 790px;
}
img.brand-banner {

    max-height: 157px;
    width: 100%;
    object-fit: cover;
}

.abs-right {
    position: absolute;
    right: 0px
}
.list-group-filter {
    list-style: none;
    margin: 0px 0px 15px 0px;
    padding: 15px 15px 0;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.list-group-item-filter {
    width: 20%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 0px 15px 15px 15px;
    margin: 0px;
    margin-right: -5px;
    min-width: 100px;
}
@media (max-width: 767px) {
    .list-group-item-filter {
        width: 50%;
    }
}
.list-group-item-filter:nth-child(1),
.list-group-item-filter:nth-child(2),
.list-group-item-filter:nth-child(3),
.list-group-item-filter:nth-child(4),
.list-group-item-filter:last-child,
.list-group-filter.in .list-group-item-filter
.list-group-item-filter.open {
    display: inline-block;
}

.list-group-item-filter.price {
    display: block;
    margin: 0;
    width: auto;
    /*height: 75px;*/
}
@media (min-width: 768px) {
    .list-group-item-filter.price {
        width: 50%;
        max\-width: 553px;
    }
}
.list-group-filter .control-label{
    display: block;
    margin-bottom: 10px;
}
.list-group-item-filter.collapse {display: none;}
.list-group-item-filter.collapse.in,
.list-group-item-filter.collapse.show {display: inline-block}

.filter .input, .filter .btn, .filter select {font-size: 12px}
.filter select {border: 1px solid #ddd; border-radius: 5px; height: 29px; min-width: 50px; line-height: 29px}
.filter .navbar-nav>li {padding: 0px 5px}
.filter, .filter .dropdown-menu {font-size: 12px}
.filter .navbar-nav>li>a {padding: 5px 10px 4px 5px}
.filter .dropdown-menu {background-color: #fff; border-color: #ddd;  border-top: 0px; padding: 0px}
.filter .dropdown-menu input[type="checkbox"], .filter .dropdown-menu input[type="radio"] {display: none}

.filter .dropdown-menu > li.active:before {
    display: block;
    position: absolute;
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    color: #fff;
    margin: 3px 0px 0px 4px;
    font-size: 90%
}

.filter .close {
    display: inline;
    line-height: 14px;
    float: none;
    font-size: 15px;
    margin-right: 5px
}

input.has-success {border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.navbar-filter .dropdown-menu { width: 380px; margin-left: 4px}
.navbar-filter .dropdown-menu>li {padding: 15px}
.navbar-filter .btn-default:hover, .navbar-filter .open>.dropdown-toggle.btn-default {background-color: #fff}
.navbar-filter.loading>li{opacity: 0.2}
.navbar-filter.loading {max-height: 35px; overflow: hidden}
.navbar-filter>li {float: none; display: inline-block; width: 180px; margin-bottom: 10px; vertical-align: top}
.navbar-filter .chosen-choices  {max-height: 100px}
.navbar-filter {width: 100%; margin: 0px -5px; float: none}
.navbar-filter.active { max-height: 900px}
.navbar-filter.animation { overflow: hidden}
.navbar-filter>.btt {width: 95px; float: right}
.navbar-filter>li>.btn {width: 100%}
.navbar-filter .just-hidden {display: none; transition: all 1s; opacity: 0;}
.navbar-filter.active .just-hidden {display: inline-block; opacity: 1}
.navbar-filter>li>.btn>.caret {float: right; margin-top: 7px}

.pagination>li>a {
    cursor: pointer;
    padding: 4px 10px;
    font-size: 13px;
}
.goods .alert {margin: 50px 15px 450px 15px}
.nav-pills.brands {-webkit-columns: 2; -o-columns; -mox-columns: 2; columns: 2;}
.nav-pills.brands>li {float: none; display: inline-block}
.parent-filter .cat>a {display: block; width: 100%; height: 40px; margin: -10px -15px; padding: 10px 15px}
.col-1, .col-2 {
    /*padding-top: 10px;*/
    /*padding-top: 50px;*/
}

.all-attr-block {
    /*padding-top: 25px;*/
    padding-bottom: 20px;
}

.btn.plus, .btn.minus,
.btn-default.plus, .btn-default.minus
{background-color: #9c0015; color:#FFF;}

@media (max-width: 1199px) {
    #logo {font-size: 60px; line-height: 60px; padding: 10px 0px}
    #logo small {font-size: 10px; font-family: arial; margin: -15px 0px 0px 45px; line-height: 10px}
}
@media (min-width: 550px) and (max-width: 767px) {
    .goods {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 550px) {
    .goods .good-item {
        padding-right: 4px;
        padding-left: 4px;
    }
    .goods .good-item .panel-body {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 450px) {
    .good-item .spec-image {
        top: 270px;
    }
}
@media (max-width: 380px) {
    .good-item .btn.buy .buy-text {
        display: none;
    }
}
.gallery {list-style: none; padding: 0px}
.gallery li img {max-width: 250px}

.gallery li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    width: 250px;
    height: 166px;
    margin-top: 5px;
}
.text-page {
    font-size: 16px;
    line-height: 1.45;
    /*letter-spacing: .02em;*/
}
.text-page .underline,
.text-page a {
    text-decoration: underline;
}
.text-page ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 5px;
}

.text-page ul li {
    margin-bottom: 6px;
}
.text-page ol {
    padding-left: 28px;
}
.text-page .list-indent {
    padding-left: 4.4em;
}
.text-page h4,
.text-page h3 {
    font-weight: bold;
}
.text-page h4 {
    font-size: 20px;
}
.legal-section {
    padding-left: 45px;
    margin-top: 20px;
    position: relative;
}
.legal-section::before {
    background: #830012 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 20px;
}

.dscrblock .dscrblock-info {
    margin-bottom: 10px;
}

#itemTags {line-height: 150%; margin: 10px 2px; padding: 0px; overflow: hidden}
#itemTags li {float: left; list-style: none; padding-top: 5px; padding-bottom: 5px;}
#itemTags li:after {content: ", "; margin-right: 0.5em}
#itemTags li.cat {width: 100%; margin-top: 1em; float: left; color: #222; font-weight: bold;}
#itemTags li.cat:after {content: ": "; margin-right: 1em}
li.adminTag.checked span {background: #f60; color: #fff; border-radius: 5px; padding: 3px 5px}
.adminTag a.remove {font-weigth: bold; color: #fff; cursor: pointer}
.adminTag li {float: left !important; display: block !important; padding: 3px 5px; clear: none}
#itemTags li:last-of-type:after {content: none}
#itemTags li:last-of-type {width: 100%; padding-top: 1em; float: left; list-style: none}

.tag-image {
    max-width: 150px;
    width: 100%;
    object-fit: contain;
    height: 150px;
}
@media (max-width:1024px) {
    .tag-image {
        max-width: 132px;
        height: 132px;
    }
}
.tag-images-block {
    text-align: center;
    float: left;
    width: 33.333333%;
}
.tag-images-block.tag-images-block-1,
.tag-images-block.tag-images-block-2 {
    margin-top: 75px;
}
.tag-images-block.tag-images-block-1,
.tag-images-block.tag-images-block-3--1,
.tag-images-block.tag-images-block-4--1,
.tag-images-block.tag-images-block-4--4,
.tag-images-block.tag-images-block-5--1,
.tag-images-block.tag-images-block-5--5 {
    width: 100%;
}
.tag-images-block.tag-images-block-2,
.tag-images-block.tag-images-block-3--2,
.tag-images-block.tag-images-block-3--3,
.tag-images-block.tag-images-block-4--2,
.tag-images-block.tag-images-block-4--3 {
    width: 50%;
}

.tag-images-block.tag-images-block-5--2,
.tag-images-block.tag-images-block-5--3,
.tag-images-block.tag-images-block-5--4 {
    width: 33.333333%;
}
.tag-images-block.tag-images-block-5--1 {
    padding-bottom: 30px;

}
.tag-images-block.tag-images-block-5--5 {
    padding-top: 30px;
}

.tag-images-block.tag-images-block-6.tag-images-block-6--2,
.tag-images-block.tag-images-block-6.tag-images-block-6--3,
.tag-images-block.tag-images-block-6.tag-images-block-6--4 {
    width: 33.333333%;
}
.tag-images-block.tag-images-block-6.tag-images-block-6--5,
.tag-images-block.tag-images-block-6.tag-images-block-6--6 {
    width: 50%;
}
.tag-images-block.tag-images-block-6.tag-images-block-6--3 {
    margin-top: 50px;
}
.tag-images-block.tag-images-block-6.tag-images-block-6--1 {
    width: 100%;
}
.tag-images-block.tag-images-block-7 {
    width: 33.333333%;
}
.tag-images-block.tag-images-block-7.tag-images-block-7--1,
.tag-images-block.tag-images-block-7.tag-images-block-7--3 {
    margin-top: 75px;
}
.tag-images-block.tag-images-block-7.tag-images-block-7--5 {
    margin-top: -60px;
}
.tag-images-block.tag-images-block-7.tag-images-block-7--7 {
    width: 100%;
    margin-top: -50px;
}

.tag-images-block.tag-images-block-7.tag-images-block-7--5 {
    margin-top: -60px;
}
.tag-images-block.tag-images-block-7.tag-images-block-7--7 {
    width: 100%;
    margin-top: -50px;
}

.tag-images-block.tag-images-block-8 {
    width: 33%;
}
.tag-images-block.tag-images-block-8.tag-images-block-8--1,
.tag-images-block.tag-images-block-8.tag-images-block-8--7 {
    padding-left: 7%;
}

.tag-images-block.tag-images-block-8.tag-images-block-8--3,
.tag-images-block.tag-images-block-8.tag-images-block-8--8 {
    padding-right: 7%;
}
.tag-images-block.tag-images-block-8.tag-images-block-8--7,
.tag-images-block.tag-images-block-8.tag-images-block-8--8 {
    width: 50%;
}


.tag-images-block.tag-images-block-9 {
    width: 33.333333%;
}

.tag-images-block.tag-images-block-9.tag-images-block-9--1,
.tag-images-block.tag-images-block-9.tag-images-block-9--7 {
    padding-left: 7%;
}
.tag-images-block.tag-images-block-9.tag-images-block-9--3,
.tag-images-block.tag-images-block-9.tag-images-block-9--9 {
    padding-right: 7%;
}

.tag-images-block.tag-images-block-10.tag-images-block-10--10 {
    width: 100%;
}
.tag-images-block.tag-images-block-11.tag-images-block-11--11
.tag-images-block.tag-images-block-11.tag-images-block-11--12 {
    width: 50%;
}

.tag-images-block-1--1::after,
.tag-images-block-2--2::after,
.tag-images-block-3--1::after,
.tag-images-block-3--3::after,
.tag-images-block-4--1::after,
.tag-images-block-4--3::after,
.tag-images-block-4--4::after,
.tag-images-block-5--4::after,
.tag-images-block-5--5::after,
.tag-images-block-6--6::after,
.tag-images-block-7--7::after,
.tag-images-block-8--3::after,
.tag-images-block-8--6::after,
.tag-images-block-8--8::after,
.tag-images-block-9--3::after,
.tag-images-block-9--6::after,
.tag-images-block-9--9::after {
    clear: both;
    content: " ";
    display: table-cell;
}



#itemTags li.dummy:after {content: none; margin-right: 0.5em}
.product-h1 {
    font-size: 20px;
    color: #000000;
}
#itemTags a {
    text-decoration: none;
}
.name.tr a {
    font-size: 13px;
    display: inline-block;

}

.name.tr a span {
    color: #707070;
}

.name.tr .name-rus {
    font-size: 10px;
}

.item-line-rus{
    font-size: 12px;
    color: #777;
}
.slick-slide .flag {
    display: inline;
}
.flag {
    margin-top: -0.1em;
    outline: solid 1px #ddd;
    height: 1.4em;
}
.flag-mini {
    outline: solid 1px #ddd;
    margin: 0px 5px 2px 0px;
    height: 0.8em;
}

.expblock.collapsed {
    display: block;
    max-height: 6.95em;
    overflow: hidden;
}
.expblock .collapsing[aria-expanded="false"] {
    height: 100px !important;
}

.expblock a.collapsed:after  {
    content: 'показать';
}

.expblock a:not(.collapsed):after {
    content: 'скрыть';
}

.rating-input.form-control.input-sm {
    width: 30px;
    padding: 0 7px;
    display: inline-block;
    text-align: center;
    margin-left: 7px;
    height: 18px;
}

#itemRatings {}
#itemRatings li {float: left; list-style: none}
#itemRatings li:after {content: ", "; margin-right: 0.5em}
#itemRatings li.cat {clear: left; color: #555}
#itemRatings li.cat:after {content: ": "; margin-right: 1em}
li.adminRatings.checked span {background: #f60; color: #fff; border-radius: 5px; padding: 3px 5px}
.adminRatings a.remove {font-weigth: bold; color: #fff; cursor: pointer}
.adminRatings li {float: left !important; display: block !important; padding: 3px 5px; clear: none}

.ratings-tooltip {
    margin-right: 10px;
}

.pyear, .volume {
    position: absolute;
    z-index: 1;
    opacity: 0.9;
}
.pyear {
    left: 20px;
}

.volume {
    right: 20px;
}

.banner-category .breadcrumb {
    margin-bottom: 0;
}


.banner-image-texts .breadcrumb {
    margin-top: 10px;
    display: inline-block;
}

.photo-thumb {
    height: 280px;
    background: 50% 50% no-repeat;
    background-size: contain;
    mix-blend-mode: multiply;
}

.brand-logo {
    display: none;
    mix-blend-mode: multiply;
    height: 80px;
    max-width: 60%;
    background: 50% 50% no-repeat;
    background-size: contain;
    margin: 0 auto 10px;
}

.panel-hover:hover .brand-logo {
    display: block;
    margin-top:-15px;
}

.good-item.have-logo .panel-hover:hover .img {
    margin-top: 0;
}

.good-item.have-logo .panel-hover:hover {
    margin-top: -75px;
}

.relative {
    position: relative;
}

.banner-image-texts .container {
    height: 100%;
    position: relative;
}

.banner-h1-block {
	width: fit-content;
	width: -webkit-fit-content;
  width: -moz-fit-content;
      margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.banner-image-texts h1 {
    bottom: 40px;
    color: #fff;
   /* position: absolute; */
    cursor: text;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.banner-image-texts .h1-gradient {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(359.65deg, rgba(0, 0, 0, 0.8) 8%, rgba(255, 255, 255, 0) 41.67%, rgba(255, 255, 255, 0) 64.67%);
z-index: -1;
}

/*.banner-image-texts h1:before {
    content: '';
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.45);
    filter: blur(15px);
    -webkit-filter: blur(15px);
    z-index: -1;
}*/
.item-page h1,
.item-page .product-h1 {
    text-align: center;
}

.item-page .brand-logo {
    display: block;
    height: 18px;
    margin: 0;
}

.main-attrs tr td:first-child {
    text-align: right;
}
.main-attrs tr:first-child td {
    border-top: 0
}
.item-page .thumbnail.main-photo {
    border: 0;
}
.item__logo-img-wrap {
    margin-bottom: 20px;
    text-align: center;
    display: block;
}
.item-brand {
    margin-bottom: 8px;
    display: flex;
    width: 150px;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    height: 75px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.item-attrs-block .item-brand {
    margin-bottom: 20px;
}
.item-brand__img {
    max-height: 100%;
    padding: 4px;
    max-width: 100%;
}
.mt-20 {
    margin-top: 60px;
}

.rur {
    width: 1em;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}

.rur:before {
    content: "\20BD";
    padding-right: 1em;
}

.rur:after {
    content: ' ';
}

.item-price-big {
    font-size: 36px;
    font-weight: bold;
    /*font-family: 'Open Sans', sans-serif;*/
    text-align: center;
    color: #000000;
}
.manager-price-check {
    font-size: 16px;
    margin-bottom: 10px;
}
#item-price-wrap {
    border: 0;

}
.item-price-container {
    min-height: 354px;
}

.attr-row {
    vertical-align: top;
    /*border-bottom: 1px solid #ddd;*/
}
.left-attrs {
    text-align: right;
}
.right-attrs {
    text-align: left;
}
.attr-header {
    padding: 8px 8px 0 8px;
    line-height: 1.42857143;
    border-bottom: 1px dashed #777777;
    font-size: 12px;
    /*text-transform: uppercase;*/
}
.attr-value {
    padding: 0 8px 8px 8px;
    line-height: 1.42857143;
    font-size: 14px;
}

.attr-block {
    /*margin-bottom: 20px;*/
}
.goods .rating-main {
    position: absolute;
    width: 70px;
    margin-top: 20px;
}

.rating-main {
    width: 100px;
    margin: 20px auto 0;
}

.good-item .img .rating-logo img {
    width: auto;
    height: auto;
}
.rating-toggle {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    overflow: hidden;
}
.rating-toggle:hover {
    background-color: #ececec;
}

.rating-menu {
    padding: 0 8px 5px;
    min-width: 270px;
    top: 0;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.rating-close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.rating__modal-header {
    display: inline-block;
}
@media (max-width: 576px) {
    .rating__modal-header {
        max-width: 48%;
    }
}
.ratingModal__img {
    float: right;
    margin-right: 5px;
}
.rating-block .tooltip {
    min-width: 200px;
}
.thumbnail.main-photo .rating-main {
    position: absolute;
    width: 85px;
    margin-top: 20px;
}
.rating-main .rating-logo img {
    width: 70px;
}

.thumbnail.main-photo .rating-value {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.rating-logo .glyphicon {
    margin-left: 10px;
    vertical-align: middle;
}

.item-page .rating-value {
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 10px;
}

.ratings-all {
    padding: 0;
    text-align:center;
}

.ratings-all li {
    padding-right: 10px;
    display:inline-block;
    padding-left: 10px;
    /* width: 17%; */
}
.rating-description {
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
}
.rating-site {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
}
.rating-img {
    height: 45px;
    background-size: contain;
    mix-blend-mode: multiply;
}
.wineglass img {
    display: block;
    max-width: 100%;
    height: auto;
}

h2.attributes-header {
    margin-bottom: 45px;
}

.tooltip-inner {
    /*min-width: 300px;*/
    /*width: 300px;*/
}

.well.thumbs .thumbnail {
    height: 120px;
    background: 50% 50% no-repeat;
    background-size: contain;
}

.well.thumbs .thumbnail>img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.well{
    border-radius: 0px;
}

.panel{
    border-radius: 0px;
}


.item-gallerie {
    padding: 5px;
}

.row1 {
    margin: 0 15px;
}

.slick-prev:before, .slick-next:before {
    color: #887148 !important;
}
.slick-prev:before, .slick-next:before {
    color: #887148 !important;
    z-index: 1000000
}

.slick-prev {
    left: 10px!important;
    z-index: 1
}
.slick-next {
    right: 10px!important;
    z-index: 1
}

.dscrblock {
    /*padding-top: 30px;*/
    padding-bottom: 30px;
}
.dscrblock a {
    text-decoration: underline;
}
.rating-description {
    cursor: pointer;
}

.banner-category {
    animation-name: kenburns-1;
    animation-timing-function: cubic-bezier(.44, .87, .63, .99);
    animation-iteration-count: 1;
    animation-duration: 7s;
    opacity: 1;
    transform: scale(1);
    z-index: 0;
    position: absolute;
}
.banner-category--on-hover {

    opacity: 1;
    transform: scale(1.3);
    z-index: 0;
    position: absolute;
    transition: all 5s cubic-bezier(.44, .87, .63, .99);
}
.banner-category--on-hover:hover {
    transform: scale(1);
    /*animation-name: kenburns-hover;*/
    /*animation-timing-function: cubic-bezier(.44, .87, .63, .99);*/
    /*animation-iteration-count: 1;*/
    /*animation-duration: 7s;*/
}

@keyframes kenburns-1 {
    0% {
        opacity: 1;
        transform: scale(1.3); }
    20% {
        opacity: 1;
        transform: scale(1.3); }
    100% {
        opacity: 1;
        transform: scale(1); }
}

.banner-image-texts {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    bottom: 0;
}

.banner-outer {
    max-height: 460px;
}
.banner-outer:before {
    content: '';
    display: block;
    padding-top: 50%;
    width: 100%;
}
.banner-image {
    max-height: 460px;
    background: 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    top: 0;
    bottom: 0;
}

.container-fluid.banner-outer {
    padding: 0;
    overflow: hidden;
    position: relative;
}

#cmenu .nav li {
    max-height: 60px;
}

.menu-hide {
    display: none;
}

.nav-justified>li {
    display: block;
    width: auto;
    float: left;
}

/*
.nav-floated>li {
    display: block !important;
    width: auto !important;
    float: left !important;
}
*/

#catalog-menu-wrap2 {
    position: absolute;
    width: 100%;
    top: 167px;
    left: 0px;
    z-index: 90;
}

.panel-body.tr {
    height: 40px;
}
.catalog__subcats-thumb-block {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}



.subcats-block,
.country-block {
    max-height: 81px;
    overflow: hidden;
}
.subcats-block.show {
    max-height: none;
}
.subcat-link,
.country-link {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    background-color: #eee;
    padding: 3px 5px;
    border-radius: 4px;
}
.subcats-wrap {
    padding: 4px 16px;
    border: #cfc184 4px solid;
}
.subcats-row {
    margin-bottom: 20px;
}


.subcat-selected {
    margin-right: 10px;
    font-weight: bold;
}
.item-page .brand-logo.big-logo {
    height: 75px;
    margin: 0 0 20px 0;
    max-width: 100%;
}

.item-country, .vinograd_name {
    font-size: 13px;
}
.item-country {
    margin-bottom: 10px;
}
.card-item-text {
    margin-bottom: 0;
}
.card-item-labelarea {
    /*padding-top: 6px;*/
}
.spec-image {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -7px;
}

.spec-image-left {
    left: 8px;
}

.spec-image-right {
    right: 8px;
}
.card-item-footer {
    min-height: 45px;
    padding-top: 20px;
    /*padding-bottom: 15px;*/
}
.item-page-spec-image {
    margin-top: 10px;
    width: 50px;
    height: 50px;
}

.item-page .spec-image-secondary {
    margin-top: 70px;
    right: inherit;
    /*left: 5px;*/
}
.cart.btn {
    width: 100%;
}
/*******************************/

.avaibility {
    background: #fff;
    position: absolute;
    right: 1.5%;
    width: 400px;
    border: 2px solid #ddd;
    overflow: hidden;
    max-height: 800px;
    border-radius: 5px;
    z-index: 10;
    padding: 10px;
    margin-top: -20px;
    display: none;
    text-align: left;
}

.avaibility .close {
    float: right;
    width: 15px;
    height: 15px;
    line-height: 13px;
    font-size: 13px;
    margin: 0px 0px -15px -15px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 50%;
}

.avaibility .title {
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}

.avaibility .name,  .avaibility .art {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    background: #fff;
    padding-right: 5px
}
.avaibility .date {float: right;  padding: 1px 3px; color: #fff; background: #090}
.avaibility .date.expired {background: #f00; }
.avaibility .count {float: right; background: #fff; text-align: right; font-weight: bold; padding-left: 5px}
.avaibility .l0 {overflow: hidden;  border-bottom: 1px solid #ddd; font-weight: bold; margin: 5px 0px; background: #f0f0f0}
.avaibility .l0 .count, .avaibility .l0 .name {background: #f0f0f0}
.avaibility .dscr {color: #6b6b6d; clear: both; padding: 3px 0px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd}
.avaibility .dotted {border-bottom: 1px dotted; height: 12px; padding-top: 5px}


#avaibility-wrap {padding: 8px 0px 2px 0px; text-align: right}
#avaibility-wrap a.js  {border-bottom: 0px; background: #ef7f1a; color: #fff; padding: 2px 7px; border-radius: 5px; font-weight: bold}

#jqtree {width: 360px; margin-left: 15px;}
.jqtree-tree {list-style: none; padding: 0px}
.jqtree-toggler {position: absolute}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.no-round, .no-round .btn  {
    border-radius: 0;
}
@media (min-width: 1600px) {
    .container {
        width: 1570px;}

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}

.analog-block {

    margin: 0 -4px;
}
.analog-block .photo-thumb {
    height: 180px;
    margin: 0 -4px;
}

.analog-block .price {
    font-size: 15pt !important;
    color: #9c0015 !important;
    font-weight: normal !important;
    font-family: 'Lato', sans-serif;
}

.analog-block .card-item-footer {
    padding-top: 10px;
}

.analog-block .good-item {
    max-height: 315px;
}

.analog-item-list {
    padding: 5px;
}

.office-disabled {
    position: absolute;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -140px;
    margin-left: -15px;
    width: 100%;
    padding: 10px;
    border: solid 8px black;
}

.item-page .office-disabled {
    position: relative;
    margin: 0 0 10px;
    text-align: center;
}
@media (min-width: 992px) {
    .item-attrs-block {
        min-height: 675px;
    }
}
.item-legal-text {
    font-size: 10px;
    color: #565656;
}
.collapsed-text {
    padding:  5px 15px;
}
.ratings-block {
    padding-bottom: 30px;
}
.list-group-item--avail.collapsed:after {
    transform: rotate(0);
}
.list-group-item--avail:after {
    content: "\02192\00a0";
    color: #000;
    float: right;
    transition: transform .2s;
    transform: rotate(90deg);
}

.item-content-wrap > div:nth-child(2n +1 ){
    background: radial-gradient(circle at center, #fff, #e2ded2);

}
.splitter {
    height: 5px;
    background-color: #cfc184;
}
.anchor-container {
    background-color: #cfc184;
}
.anchor-wrap {
    max-width: 991px;
    margin: auto;
    color: white;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.anchor-link {
    color: white;
    transition: color .3s;
    padding: 15px 2px;
    width: 15.7%;
    display: inline-block;
    vertical-align: top;
}
.anchor-icon {
    fill: white;
    transition: fill .3s;
    max-width: 55px;
}
.anchor-link:focus .anchor-icon,
.anchor-link:hover .anchor-icon {
    fill: #50000b;
}
@media (max-width: 550px) {
    .anchor-link {
        padding: 5px;
    }
}
.dscrblock-characteristics strong:before {
    content: '';
    display: block;
}
.listing-slick--wide {
    /*height: 560px;*/
    /*overflow-y: hidden;*/
    margin-bottom: 4px;
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 550px) {
    .listing-slick--wide {
        height: 600px;
    }
}
.listing-slick--wide .good-item {
    float: left!important;
    /*margin-bottom: 55px;*/
}
.listing-slick--wide .good-item .panel-hover:hover {
    margin-top: 0;
    padding-bottom: 0;
}
.listing-slick--wide .panel-hover .brand-logo,
.listing-slick--wide .panel-hover:hover .brand-logo {
    margin-top: 0;
    display: none;
}

.button-exapnd {
    display: inline-block;
    padding: 0;
    border: 0;
    background: 0;
    margin-top: 0.5em;
}
.inline {
    display: inline;
}

.slider {
    position: relative; height: 6px; background-color: #ddd;
    margin: 1rem 1.5rem;
}
.slider>.slider {
    position: absolute;
    background-color: #c1272d;
    top: 0px;
    margin: 0px;
    z-index: 1;
}
.slider>.btn-min, .slider>.btn-max {
    margin: -8px 0px 0px -11px;
    position: absolute;
    width: 22px;
    height: 22px;
    padding: 0px;
    border-radius: 50% !important;
    background-color: #fff;
    border: 5px solid #666;
    z-index: 2;
}
.js-preloading {
    position: absolute;
    z-index: 100;
    margin-left: 50px;
    margin-top: -10px;
}

.js-preloading:after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url(/images/loading.svg);
    background-position: -76% 86%;
    background-size: 271%;
    vertical-align: top;
    margin-top: 0.1rem;
    margin-left: .5rem;
}

.goods.loading .panel-hover:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 100%;
    background-color: rgba(255,255,255, 0.5);
    background-image: url(/images/loading.svg);
    background-size: 190px;
}

.filter .disabled-result {display: none !important}



.banner-small__link {
    display: block;
    min-height: 100px;
}
.banner-small__wrap {
    overflow: hidden;
    max-height: 100px;
    width: 100%;
    position: relative;
    border-radius: 8px;
}
.banner-small__wrap:before {
    display: block;
    content: '';
    padding-top: 40%;
    width: 100%;
}
.banner-small__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transform: scale(1.1);
    z-index: 0;
    position: absolute;
    top: 0;
    transition: all 3s cubic-bezier(.44, .87, .63, .99);
}
.banner-small__link:hover {
    text-decoration: none;
}
.banner-small__link:hover .banner-small__img {
    transform: scale(1);
}
.banner-small__caption {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    font-size: 20px;
    min-height: 2em;
    margin-bottom: .3em;
    font-family: 'Cormorant Garamond', serif;
}
.banner-small__caption .badge {
    font-family: 'Lato', sans-serif;
    font-size: 0.75em;
}
@media (min-width: 1600px) {

    .banner-small__caption {
        font-size: 24px;
    }
}
.banner-small__caption:hover {
    text-decoration: none;
}
.banner-small--brand-lines{
    min-height: 170px;
}

.banner-small--brand-lines .banner-small__wrap {
    max-height: 100px;
}

.banner-small--brand-lines .banner-small__img {
    transform: translateX(-50%);
    left: 50%;
    transition: none;
    object-fit: contain;
    max-width: 100%;
    width: auto;
}

.banner-small--brand-lines .banner-small__link:hover .banner-small__img {
    transform: translateX(-50%);
}

.banner-small--brand-lines .banner-small__caption {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    min-height: 4em;
}

.filter .disabled-result {display: none !important}

.listing-nav-pills {
    margin-bottom: 10px;
}
.b-benefits-line {
    margin-top: 38px;
}
.b-benefits {
    float: left;
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 5em;
}
.b-benefits__line {
    margin-left: -8px;
    margin-right: -8px;
}
.b-benefits__icon {
    float: left;
    margin-right: 10px;
    width: 55px;
}
.b-benefits__text {
    float: left;
    width: calc(100% - 65px);
}
.b-benefits__headline {
    color: #9c0015;
    font-weight: bold;
}
.b-benefits__description {
    font-weight: 400;
    font-size: 12px;
    color: black;
    margin-bottom: 1em;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .b-benefits__icon-img {
        width: 55px;
        margin-right: auto;
        margin-left: auto;
    }
    .b-benefits__icon {
        width: 100%;
        margin-right: 0;
    }
    .b-benefits__text {
        width: 100%;
    }
}
@media (max-width: 768px) {
.banner-announce{
    display: none;
}
    .b-benefits {
        width: 100%;
    }
}
.tabs-heading-block {
    margin-top: 24px;
    margin-bottom: 16px;
}
.tabs-heading-block h2 {
    float: left;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 20px;
}
.b-slick-banners {
    margin-bottom: 30px;
}
.b-slick-banners__link {
    display: none;
    position: relative;
    max-height: 460px;
}
.b-slick-banners__link:first-child {
    display: block;
}

.b-slick-banners__link:before {
    content: '';
    display: block;
    padding-top: 50%;
    width: 100%;
}

.b-banner-img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.subcats-title {
    margin-top: 0;
}
.subcats-toggler-wrap {
    text-align: right;
    min-height: 22px;
}
.subcats-toggler {
    display: none;
    border: 0;
    background: none;
}


.d-inline-block {
    display: inline-block;
}
.b-cart-table__header {
    text-transform: uppercase;
    font-size: 14px;
}
.b-cart-table {
    text-align: left;
}
@media (min-width: 1600px) {
    .b-cart-table {
        font-size: 16px;
    }
    .b-cart-table__header {
        font-size: 17px;
    }
}

.b-cart-table__thumb {
    width: 50px;
    text-align: center;
}
.b-cart-table__thumb-img {
    max-height: 50px;
    max-width: 50px;
}
.b-cart-table__count-head,
.b-cart-table__count,
.b-cart-summary__count {
    width: 150px;
    text-align: center;
    white-space: nowrap;
}
.b-cart-table__price-head,
.b-cart-table__sum,
.b-cart-summary__price{
    width: 152px;
    text-align: center;
}
.b-cart-table__delete {
    width: 22px;
}
@media (max-width: 550px) {
    .b-cart-table__header {
        display: none;
    }
    .b-cart-table__item-row {
        display: block;
        margin-bottom: 24px;
        border: 1px solid #ddd;
        position: relative;
    }
    .b-cart-table__item-row:after {
        display: block;
        content: '';
        clear: both;
    }
    .b-cart-table__thumb {
        display: block;
        float: left;
    }
    .b-cart-table__title {
        display: block;
        float: left;
        width: calc(100% - 50px);
        min-height: 67px;
    }
    .b-cart-table__sum,
    .b-cart-table__count {
        display: block;
        float: left;
        width: 50%;
    }
    .b-cart-table__sum {
        text-align: right;
    }
    .b-cart-table__delete {
        top: 0;
        display: block;
        position: absolute;
        right: 5px;
        padding: 0!important;
    }
    .b-cart-summary {
        border-top: 1px solid #ddd;
    }
    .b-cart-summary__title {
        display: block;
        float: left;
        border: 0!important;
    }
    .b-cart-summary__price,
    .b-cart-summary__count {
        display: block;
        float: left;
        border: 0!important;
        width: 50%;
        text-align: right;
    }
    .b-cart-summary__empty {
        display: none;
    }
    .b-cart-table>tbody>tr>td, .b-cart-table>tbody>tr>th, .b-cart-table>tfoot>tr>td, .b-cart-table>tfoot>tr>th, .b-cart-table>thead>tr>td, .b-cart-table>thead>tr>th {
        border: 0;
    }
}
.item-attr-icon {
    fill: #292a2b;
    display: block;
    width: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    height: 55px;
}

.b-navbar {
    float: none;
}
@media (min-width: 767px) {
    .b-navbar {
        height: 30px;
        overflow: hidden;
    }
    .pull-sm-right {
        float: right!important;
    }
}

.subcats-main-title {
    text-align: center;
    margin-bottom: 24px;
}
.b-final-checkout__label {
    cursor: pointer;
}
.b-final-checkout__checkbox {
    margin-right: 5px!important;
}
.b-final-checkout__title,
.b-final-checkout__btn-block {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mt-0 {
    margin-top: 0;
}
.i-age-icon {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}
.corporate__block {
    min-height: 181px;
}
.corporate__image {
    max-width: 110px;
    max-height: 110px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.corporate__text {
    margin-bottom: 24px;
    text-align: center;
}
.no-products-alert {
    font-size: 20px;
    height: 261px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.corporate {
    margin-bottom: 108px;
}
.mb-2 {
    margin-bottom: 16px;
}
.mb-3 {
    margin-bottom: 24px;
}
.mb-5 {
    margin-bottom: 54px;
}
.brands__container {
    margin-top: 20px;
}
.brands__logo-img {
    max-width: 200px;
}
.filter select {
    width: 100%;
}
.beautiful-line {
    height: 50px;
    display: block;
    vertical-align: middle;
    text-align: center;
    color: #887148;
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
}

.beautiful-line .item-line-rus {
    font-size: 12px;
    color: #777;
    font-family: 'Lato', sans-serif;
}

.have_empty_price {
    font-size: 16px;
}

.js-expand {
}

.suggestion-block {
    position: absolute;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    background: #ffffff;
    margin-top: 34px;
    width: 100%;
}

.suggestion-block a {
    display: block;
    overflow: hidden;
    text-align: left;
    padding: 10px 10px !important;
    height: auto !important;
    width: 100%;
    color: #505050;
    position: relative;
}

.suggestion-block a:hover {
    background-color: #f7f7f7;
    color: #000;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.search_select {
    font-weight: bold;
    color: #000;
}

.suggestion-thumb {
    left: 30px;
    max-height: 50px;
    max-width: 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.suggestion-price {
    margin-top: 10px;
    font-weight: bold;
}
.suggestion-name,
.suggestion-price {
    margin-left: 50px;
}

.suggestion-block a em:before {
    content: "\02192\00a0";
    color: #000;
}

.item-lable{
    font-size: 90%;
    font-weight: 100;
}
.card-item-lable{
    background-color: rgb(247, 247, 247);
    color: #cbaf5a;
    font-size: 90%;
    font-weight: 100;
}
.card-item-avail{
    padding-bottom:10px;
}
.slick-prev:before {
	content:''!important;
}
.slick-arrow.slick-prev,.slick-arrow.slick-next{
	background-repeat: no-repeat!important;
    height: 99px!important;
    width: 32px!important;
    background: transparent;
}
.slick-prev{
	background-image: url(/images/icons/arrow-left.svg) !important;
}
.slick-next{
	background-image: url(/images/icons/arrow-right.svg) !important;
}
.slick-next:before {
	content:''!important;
}
.slick-dots li button:before{
    content:'\25CF'!important;
    font-size: 16px !important;
    font-weight: 700 !important;
}


#sitemap .level2{
    margin-left: 30px;
}
#sitemap .level3{
    margin-left: 60px;
}
#sitemap .level4{
    margin-left: 90px;
}
#sitemap .level5{
    margin-left: 120px;
}
#sitemap .level6{
    margin-left: 150px;
}
#sitemap .level7{
    margin-left: 180px;
}
#sitemap .level8{
    margin-left: 210px;
}
#sitemap .level9{
    margin-left: 240px;
}

@media (max-width: 767px) {
    .complectation__item ,
    .complectation__name {
        display: block;
        border: 0!important;
    }
    .complectation__item {
        padding-bottom: 10px;
    }
    .complectation__item:after {
        content: ' ';
        display: table;
        clear: both;
    }

    .complectation__btn,
    .complectation__discount,
    .complectation__volume,
    .complectation__year,
    .complectation__code {
        display: inline-block;
        border: 0!important;
    }
    .complectation__code:before {
        content: attr(data-name) " ";
    }
    .complectation__btn {
        float: right;
    }
    .complectation__item.warning{
        background-color: #fcf8e3;
    }
}
.brand-cat-tab{
    text-align: center;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}    
.cat-tabs-container{
    margin-bottom:12px;
}

.desk-none{
    display: none!important;
}
@media(max-width:576px){
    .mobile-filter{
        display: none;
    }
    .desk-none{
        display: block!important;
    }
    .filter-btn{
        text-align: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .filter-btn .glyphicon{
        margin-right: 5px;
    }
    .list-group-filter{
        border: none;
    }
    .list-group-item-filter {
        width:100%;
    }
    .mobile-filter-body{
        display: flex;
        overflow-y: scroll;
        flex-direction: column;
        width: 100%;
        height: 90%;
    }
    .filter-btn-container{
        justify-content: space-around;
        flex-direction: row;
        display: flex;
    }
}
.filter-active{
    position: fixed;
    top: 57px;
    height: calc(100% - 57px);
    width: 100%;
    z-index: 1000;
    background: #f5f5f5;
    display: block;
}
.body-overflow{
    overflow: hidden;
}
.filter-close{
    font-size: 24px;
    display: block;
    padding-top: 12px;
    text-align: right;
    padding-right: 24px;
}
.btn-apply{
    background-color: #9c0015;
    border-color: #830012;
    font-size: 16px;
    width: 40%;
}

.holiday-alert {
    display: flex; 
    flex-direction: column; 
    font-size: 12px; 
    width: 100%; 
    border: 1px dashed #c1c1c1; 
    border-radius: 4px; 
    padding: 10px;
}

.holiday-alert-header {
    text-align: center;
    padding-bottom: 10px; 
}


.holiday-alert-body {
    display: inline-flex; 
    width: 100%; 
    justify-content: space-around; 
    padding-top: 10px;
}

.catalog-menu-wrap_extended {
    top: 220px !important;
}

.header-col_extended {
    height: 150px;
    padding-top: 30px;
}
.fa.fa-arrow-up{
	color: #c9d4d9;
	font-size: 42px;
}
.click-up{
	position: fixed;
    bottom: 25px;
    right: 25px;
    border: 2.5px solid #c9d4d9;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    z-index: 100;
    opacity: 0.7;
    height: 56px;
    width: 56px;
    background: #fff;
	box-sizing: border-box;
    padding: 4px 7px;

}
@media(max-width: 767px){
	.header-fixed {
		position: fixed;
		top: 0px;
		z-index: 1050;
		background: #fff;
		width: 100%;
            box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.05), 0px 4px 20px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.075);
	}	
	.slick-prev, .slick-next {
		top: 40%;
	}
}

.gamb-menu-icon{
    width: 24px;
    height: 29px;
    position: relative;
}
.right-menu-icon{
    height: 29px;
    width: 29px;
    position: relative;
}
.first-line,
.second-line,
.third-line{
    position: absolute;
    width: 24px;
    height: 4px;
    background: #392618;
    border-radius:2px!important;
    transition: all, 0.5s;
}
.right-menu-icon .first-line,
.right-menu-icon .second-line,
.right-menu-icon .third-line{
    position: absolute;
    width: 5px;
    height: 5px;
    background: #392618;
    border-radius:50%!important;
    transition: all, 0.5s;
}
.right-menu-icon .first-line{
    top:12px;
    left:3px;
}
.right-menu-icon .second-line{
    top:12px;
    left:12px;
}
.right-menu-icon .third-line{
    top:12px;
    left:21px;
}
.first-line{
    top: 3px;
}
.second-line{
    top: 12px;
}
.third-line{
    top: 21px;
}
button[aria-expanded="true"] .second-line{
    opacity:0;
}
button[aria-expanded="true"] .first-line{
    top: 12px;
    transform: rotatez(-45deg);
}
button[aria-expanded="true"] .third-line{
    top: 12px;
    transform: rotatez(45deg);
}
button[aria-expanded="true"] .right-menu-icon .second-line{
    opacity:1;
}
button[aria-expanded="true"] .right-menu-icon .first-line{
    left: 3.5px;
    width: 24px;
    top: 11.5px;
    transform: rotatez(-45deg);
}
button[aria-expanded="true"] .right-menu-icon .third-line{
    left: 3.5px;
    top: 11.5px;
    width: 24px;
    transform: rotatez(45deg);
}
.btn.btn-default.gamb-menu-btn,
.btn.btn-default.gamb-menu-btn:active{
	border: none;
	background-color: #fff;
	outline:none;
	box-shadow: none;
	padding: 6px 10px;
}
.js-mobile-search-btn{
	cursor: pointer;
	font-size: 18px;
    box-sizing: border-box;
    margin-right: 1.5em;
}


.header-fixed-em{
	display: none;
}
.fa-shopping-cart{
	font-size: 18px;
}
.logo:hover{
	text-decoration: none;
}
@media(max-width: 767px){
	.header-fixed-em{
		display: block;
		height: 63px;
	}
	.breadcrumb-mobile{
		font-size: 12px;
		display: flex;
		width: max-content;
	}	
	.crumbs-container{
		width: 100%;
		overflow-x: scroll; 
	}
	.mobile-none{
		display: none !important;
	}
}
@media (max-width: 400px)  
{
	.logo {
		font-size: 28px;
		line-height: 46px;
	}

.banner-h1-block {
	bottom: 40px;
    position: absolute;
}

.banner-announce {
	color: #ffffff;
}

.good-item.middle-block {
	text-align: left;
}
}

