.category-mix-wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; width: 100%; margin: 0 -10px; }
.category-mix-payload { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; width: 100%; }
.category-mix-payload { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; -ms-grid-row-align: flex-start; align-items: flex-start; position: relative; }
.category-mix-payload > * { width: 100%; margin-bottom: 10px; }
.category-mix-payload > *:nth-child(1) { max-width: -webkit-calc(50% - 5px); max-width: calc(50% - 5px); }
.category-mix-payload > *:nth-child(2) { max-width: -webkit-calc(50% - 5px); max-width: calc(50% - 5px); }
.category-mix-payload > *:nth-child(3) { max-width: -webkit-calc(50% - 5px); max-width: calc(50% - 5px); }
.category-mix-payload > *:nth-child(4) { max-width: -webkit-calc(50% - 5px); max-width: calc(50% - 5px); }
.category-item-sale { width: 100%; }
.category-item-sale { background-color: #364b96; padding: 25px; display: inline-block; margin-bottom: 10px; -webkit-transition: all .3s ease; transition: all .3s ease; }
.category-item-sale:hover { background-color: #ec6c6b; }
.category-item-sale:hover.sale { background-color: #364b96; }
.category-item-sale.sale { background-color: #ec6c6b; }
.category-item-sale__title { margin-bottom: 10px; color: #ffffff; font-size: 23px; font-weight: 800; line-height: 30px; }
.category-item-sale__subtitle { color: #ffffff; font-size: 14px; font-weight: 500; }
.category-item-sale-top { margin-bottom: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.category-item-sale-top__icon { width: 63px; height: 63px; border: 1px solid rgba(255, 255, 255, 0.15); 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; -webkit-border-radius: 50%; border-radius: 50%; }
.category-item-sale-top__icon i { color: rgba(255, 255, 255, 0.35); font-size: 27px; }
.category-item-sale-top__title { color: rgba(255, 255, 255, 0.9); font-size: 24px; line-height: 31px; font-weight: 500; }
.category-item-sale-top__currency { font-weight: 400; }

.slider-wrap { max-width: 320px; width: 100%; overflow: hidden; margin: auto auto 20px; }
.category-slider-new { width: 100%; max-width: 100%; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.category-slider-new .slick-dots li { display: inline-block; margin-right: 7px; }
.category-slider-new .slick-dots li button { padding: 5px; width: 4px; height: 4px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #ffffff; font-size: 0; background: transparent; -webkit-transition: all .3s ease; transition: all .3s ease; }
.category-slider-new .slick-dots li.slick-active button { background: white; }
.category-slider-new .slick-dots { bottom: 30px; text-align: center; position: absolute; left: 0; width: 100%; }
.slide-info { width: 60%; /*background-image: url("../img/banner_bg.png");*/ background-size: cover; background-repeat: no-repeat; padding: 90px 60px 30px 60px; }
.slide-info__logo { margin-bottom: 10px; padding-bottom: 15px; position: relative; }
.slide-info__logo:after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 3px; background-color: #ffffff; }
.slide-info__cat { margin-bottom: 3px; color: #ffffff; text-transform: uppercase; font-size: 21px; font-weight: 900; }
.slide-info__year { color: #ffffff; font-size: 36px; font-weight: 800; margin-bottom: 80px; line-height: 1; }
.slide-info__title { font-size: 53px; color: #ffffff; }
.category-slider { width: 100%; }
.category-slider .slick-dots { bottom: 30px; text-align: center; position: absolute; left: 0; width: 100%; }
.category-slider .slick-dots li { display: inline-block; margin-right: 7px; }
.category-slider .slick-dots li:last-of-type { margin-right: 0; }
.category-slider .slick-dots li button { width: 4px; height: 4px; -webkit-border-radius: 50%; border-radius: 50%; padding: 0; border: 1px solid #ffffff; font-size: 0; background: transparent; -webkit-transition: all .3s ease; transition: all .3s ease; }
.category-slider .slick-dots li button:focus { outline: none; }
.category-slider .slick-dots li.slick-active button { background: white; }
.category-slider-slide { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; }
.category-slider-slide__bg { width: 40%; }

@media (max-width: 1630px){
    .category-item{ margin-bottom: 27px; }
    .category-item-sale-top__icon{ width: 37px; height: 37px; }
    .category-item-sale-top{ margin-bottom: 10px; }
    .category-item-sale{ padding: 8px; }
    .category-item-sale-top__icon i{ font-size: 15px; }
    .category-item-sale-top__title{ font-size: 16px; line-height: normal; }
    .category-item-sale__title{ font-size: 12px; line-height: normal; margin-bottom: 5px; }
    .category-item-sale__subtitle{ font-size: 11px; line-height: normal; }
    .slide-info__title{ font-size: 36px; line-height: normal; }
    .slide-info{ padding: 25px; }
    .slide-info__cat{ font-size: 14px; }
    .slide-info__year{ font-size: 31px; margin-bottom: 20px; }
}
@media (max-width: 1199px){
    .slide-info__title{ font-size: 32px; }
}
@media (max-width: 992px){
    .category-mix-wrap{ margin: 0; }
    .slide-info__title{ font-size: 30px; }
    .slide-info__year{ margin-bottom: 15px; }
}
@media (max-width: 767px){
    .category-mix-wrap{ -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .category-item-sale{ max-width: none; text-align: left; }
    .category-item-sale__title{ min-height: 27px; }
    .category-item-sale-top{ -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
    .category-item-sale-top__title{ margin-left: 5px; font-size: 12px; }
    .slide-info__title{ font-style: italic; }
    .slide-info{ text-align: left; }
    .category-slider{ margin-bottom: 20px; }
}
@media (max-width: 480px){
    .slide-info__year{ margin-bottom: 5px; }
    .slide-info{ width: 100%; }
    .category-slider-slide__bg{ width: 100%; }
    .category-slider-slide{ -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
}
@media (min-width: 768px){
    .category-mix-payload > *:nth-child(1){ max-width: -webkit-calc(25% - 5px); max-width: calc(25% - 5px); }
    .category-mix-payload > *:nth-child(2){ max-width: -webkit-calc(25% - 5px); max-width: calc(25% - 5px); }
    .category-mix-payload > *:nth-child(3){ max-width: -webkit-calc(25% - 5px); max-width: calc(25% - 5px); }
    .category-mix-payload > *:nth-child(4){ max-width: -webkit-calc(25% - 5px); max-width: calc(25% - 5px); }
    .category-item-sale{ position: relative; height: 0; padding: 0; padding-bottom: 100%; }
    .category-item-sale--inner{ padding: 15px; position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
}
@media (min-width: 720px){
 .category-item-sale{ width: 100%; } }

@media (min-width: 580px){
 .category-mix-payload > *:nth-child(6), .category-mix-payload > *:nth-child(7), .category-mix-payload > *:nth-child(8), .category-mix-payload > *:nth-child(9){ max-width: -webkit-calc(50% - 5px); max-width: calc(50% - 5px); }}

@media (min-width: 480px){
    .category-slider-slide-new{ display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; }
    .slider-wrap{ max-width: 440px; }
}
@media (min-width: 640px){
    .slider-wrap{ max-width: 620px; } 
}
@media (min-width: 1000px){
 .category-mix-payload > *:nth-child(1){ -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; max-width: -webkit-calc(16.6666666667% - 5px); max-width: calc(16.6666666667% - 5px); }
 .category-mix-payload > *:nth-child(2){ -webkit-box-ordinal-group: 5; -webkit-order: 4; -ms-flex-order: 4; order: 4; max-width: -webkit-calc(16.6666666667% - 5px); max-width: calc(16.6666666667% - 5px); }
 .category-mix-payload > *:nth-child(3){ -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8; max-width: -webkit-calc(16.6666666667% - 5px); max-width: calc(16.6666666667% - 5px); -webkit-transform: translateY(-95%) translateX(-104%); -ms-transform: translateY(-95%) translateX(-104%); transform: translateY(-95%) translateX(-104%); }
 .category-mix-payload > *:nth-child(4){ -webkit-box-ordinal-group: 6; -webkit-order: 5; -ms-flex-order: 5; order: 5; max-width: -webkit-calc(16.6666666667% - 5px); max-width: calc(16.6666666667% - 5px); }
 .category-mix-payload > *:nth-child(5){ -webkit-box-ordinal-group: 7; -webkit-order: 6; -ms-flex-order: 6; order: 6; max-width: -webkit-calc(50% - 5px); max-width: calc(50% - 5px); margin-top: -165px; margin-left: 0; margin-right: 0; }
 .category-mix-payload > *:nth-child(6){ -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; max-width: -webkit-calc(33.3333333333% - 5px); max-width: calc(33.3333333333% - 5px); }
 .category-mix-payload > *:nth-child(7){ -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3; max-width: -webkit-calc(16.6666666667% - 5px); max-width: calc(16.6666666667% - 5px); }
 .category-mix-payload > *:nth-child(7) > *{ padding-bottom: 184%; }
 .category-mix-payload > *:nth-child(8){ -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7; max-width: -webkit-calc(33.3333333333% - 5px); max-width: calc(33.3333333333% - 5px); }
 .category-mix-payload > *:nth-child(9){ -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9; max-width: -webkit-calc(16.6666666667% - 5px); max-width: calc(16.6666666667% - 5px); position: absolute; bottom: 20px; right: 0; }
 .category-mix-payload > *:nth-child(9) > *{ padding-bottom: 182%; } }

@media (min-width: 1200px){
 .category-mix-payload > *:nth-child(5){ margin-top: -190px; }
 .category-mix-payload > *:nth-child(9){ bottom: 30px; }
 .category-mix-payload > *:nth-child(9) > *{ padding-bottom: 179%; } }

@media (min-width: 1630px){
 .category-mix-payload > *:nth-child(7) > *{ padding-bottom: 195%; }
 .category-mix-payload > *:nth-child(3){ -webkit-transform: translateY(-98%) translateX(-102%); -ms-transform: translateY(-98%) translateX(-102%); transform: translateY(-98%) translateX(-102%); }
 .category-mix-payload > *:nth-child(5){ margin-top: -271px; }
 .category-mix-payload > *:nth-child(9){ bottom: 60px; } }