.club-hero__item {
    height: 110%;
    position: relative;
    overflow: hidden
}

.club-hero__item::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../imgs/home/slider-linear-gradient.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    z-index: 1;
    background: -webkit-gradient(left top, right top, color-stop(0, #2a6ebb), color-stop(100%, rgba(42, 112, 187, 0)));
    background: linear-gradient(to right, #2a6ebb 0, rgba(42, 112, 187, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6ebb', endColorstr='#2a70bb', GradientType=1)
}

@media only screen and (max-width: 767px) {
    .club-hero__item::after {
        width: 100%;
        background: rgba(0, 0, 0, .2)
    }
}

.club-hero img {
    width: 100%
}

.club-hero img.club-hero__image--desk {
    display: block
}

.club-hero img.club-hero__image--resp {
    display: none
}

@media only screen and (max-width: 480px) {
    .club-hero img.club-hero__image--desk {
        display: none
    }

    .club-hero img.club-hero__image--resp {
        display: block
    }
}

.club-hero__image {
    width: 100%;
    display: block
}

@media only screen and (max-width: 1200px) {
    .club-hero__image {
        position: relative;
        height: 23.125rem;
        overflow: hidden
    }
}

@media only screen and (max-width: 767px) {
    .club-hero__image {
        height: calc(100vh - 100px);
        max-height: 23.75rem
    }

    .club-hero__image img {
        left: 50%
    }
}

@media only screen and (max-width: 1200px) {
    .club-hero__image img {
        width: auto;
        height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.club-hero__content {
    color: #fff;
    left: 5%;
    margin: 0 1.25rem;
    max-width: 50%;
    min-width: 19.6875rem;
    position: absolute;
    top: 10%;
    width: 50%;
    z-index: 2
}

@media only screen and (max-width: 1200px) {
    .club-hero__content {
        margin: 0 2%;
        top: 6%
    }
}

@media only screen and (max-width: 992px) {
    .club-hero__content {
        width: 45%;
        position: absolute
    }
}

@media only screen and (max-width: 767px) {
    .club-hero__content {
        bottom: 8%;
        left: 0;
        margin: 0;
        padding: 6%;
        position: absolute;
        top: inherit;
        width: 100%
    }

    .club-hero__content .btn {
        width: 100%
    }
}

.club-hero__title {
    font-size: 3.5rem;
    margin: 0 0 .3125rem
}

@media only screen and (max-width: 1200px) {
    .club-hero__title {
        font-family: open-sans-bold, arial, sans-serif;
        font-weight: 100;
        font-size: 3rem
    }
}

@media only screen and (max-width: 767px) {
    .club-hero__title {
        font-family: open-sans-bold, arial, sans-serif;
        font-weight: 100;
        font-size: 1.75rem;
        width: 80%
    }
}

.club-hero__subtitle {
    font-size: 1.125rem;
    margin: 0 0 .3125rem
    max-width: 75%;
}

@media only screen and (max-width: 767px) {
    .club-hero__subtitle {
        font-size: 1.125rem;
        margin: 0 0 .3125rem;
        width: 90%;
    }
}

.club-hero__text {
    font-family: open-sans-regular, arial, sans-serif;
    font-weight: 100;
    font-size: .875rem;
    margin: 0 0 .3125rem
}

.club-hero .slick-dots li a,
.club-outstanding__category,
.club-outstanding__title {
    font-family: open-sans-bold, arial, sans-serif;
    font-weight: 100
}

.club-hero .animation {
    position: absolute;
    left: 0;
    bottom: 20%;
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80)
}

@media only screen and (max-width: 1200px) {
    .club-hero .animation {
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@media only screen and (max-width: 767px) {
    .club-hero .animation {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        bottom: 0;
        left: -55%
    }
}

.club-hero .animation svg path {
    stroke-miterlimit: 100;
    stroke-width: 1px;
    visibility: hidden
}

.club-hero [data-style-category="1"] .animation svg path {
    stroke: #42c537;
    background-color: #53cc49
}

.club-hero [data-style-category="2"] .animation svg path {
    stroke: #fb374b;
    background-color: #fc5062
}

.club-hero [data-style-category="3"] .animation svg path {
    stroke: #ff7536;
    background-color: #ff8750
}

.club-hero [data-style-category="4"] .animation svg path {
    stroke: #04b1eb;
    background-color: #0ebffb
}

.club-hero [data-style-category="5"] .animation svg path {
    stroke: #a029b5;
    background-color: #b22eca
}

.club-hero [data-style-category="6"] .animation svg path {
    stroke: #eab419;
    background-color: #ecbc30
}

.club-hero [data-style-category="7"] .animation svg path {
    stroke: #5e5b5b;
    background-color: #6b6868
}

.club-hero [data-style-category="8"] .animation svg path {
    stroke: #8bb1da;
    background-color: #9ebee0
}

.club-hero [data-style-category="9"] .animation svg path {
    stroke: #00aac9;
    background-color: #00c0e3
}

.club-hero .slick-dots li a {
    color: #fff;
    letter-spacing: .0625rem;
    font-size: .75rem;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.25rem .5rem;
    display: block;
    width: 100%;
}

@media only screen and (max-width: 992px) {

    .club-hero .slick-dots li a {
        webkit-appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        display: inline-block;
        font-size: 0;
        height: .625rem;
        padding: 0;
        text-indent: -9999px;
        width: .625rem;
    }
}

.club-hero .slick-dots li a[data-style-category="1"] {
    background-color: #42c537
}

@media only screen and (max-width: 992px) {
    .club-hero .slick-dots li a[data-style-category="1"] {
        background-color: #fff
    }
}

.club-hero .slick-dots li a[data-style-category="2"] {
    background-color: #fb374b
}

@media only screen and (max-width: 992px) {
    .club-hero .slick-dots li a[data-style-category="2"] {
        background-color: #fff
    }
}

.club-hero .slick-dots li a[data-style-category="3"] {
    background-color: #ff7536
}

@media only screen and (max-width: 992px) {
    .club-hero .slick-dots li a[data-style-category="3"] {
        background-color: #fff
    }
}

.club-hero .slick-dots li a[data-style-category="4"] {
    background-color: #04b1eb
}

@media only screen and (max-width: 992px) {
    .club-hero .slick-dots li a[data-style-category="4"] {
        background-color: #fff
    }
}

.club-hero .slick-dots li a[data-style-category="5"] {
    background-color: #a029b5
}

@media only screen and (max-width: 992px) {
    .club-hero .slick-dots li a[data-style-category="5"] {
        background-color: #fff
    }
}

.club-hero .slick-dots li a[data-style-category="6"] {
    background-color: #eab419
}

@media only screen and (max-width: 992px) {
    .club-hero .slick-dots li a[data-style-category="6"] {
        background-color: #fff
    }
}

.club-hero .slick-dots li a[data-style-category="7"] {
    background-color: #5e5b5b
}

@media only screen and (max-width: 992px) {
    .club-hero .slick-dots li a[data-style-category="7"] {
        background-color: #fff
    }
}

.club-hero .slick-dots li a[data-style-category="8"] {
    background-color: #8bb1da
}

@media only screen and (max-width: 992px) {
    .club-hero .slick-dots li a[data-style-category="8"] {
        background-color: #fff
    }
}

.club-hero .slick-dots li a[data-style-category="9"] {
    background-color: #00aac9
}

.club-mosaic__grid-item[data-style=green] .promo-card__title {
    background-color: #42c537
}

.club-mosaic__grid-item[data-style=green] .promo-card__discount {
    background-color: #42c537;
    box-shadow: 0 0 4px 0 #277521
}

.club-mosaic__grid-item[data-style=green] .promo-card__discount span {
    box-shadow: 2px 1px 4px -3px #277521;
    background-color: #42c537
}

.club-mosaic__grid-item[data-style=red] .promo-card__title {
    background-color: #fb374b
}

.club-mosaic__grid-item[data-style=red] .promo-card__discount {
    background-color: #fb374b;
    box-shadow: 0 0 4px 0 #c80418
}

.club-mosaic__grid-item[data-style=red] .promo-card__discount span {
    box-shadow: 2px 1px 4px -3px #c80418;
    background-color: #fb374b
}

.club-mosaic__grid-item[data-style=orange] .promo-card__title {
    background-color: #ff7536
}

.club-mosaic__grid-item[data-style=orange] .promo-card__discount {
    background-color: #ff7536;
    box-shadow: 0 0 4px 0 #cf4100
}

.club-mosaic__grid-item[data-style=orange] .promo-card__discount span {
    box-shadow: 2px 1px 4px -3px #cf4100;
    background-color: #ff7536
}

.club-mosaic__grid-item[data-style=blue] .promo-card__title {
    background-color: #04b1eb
}

.club-mosaic__grid-item[data-style=blue] .promo-card__discount {
    background-color: #04b1eb;
    box-shadow: 0 0 4px 0 #026587
}

.club-mosaic__grid-item[data-style=blue] .promo-card__discount span {
    box-shadow: 2px 1px 4px -3px #026587;
    background-color: #04b1eb
}

.club-mosaic__grid-item[data-style=purple] .promo-card__title {
    background-color: #a029b5
}

.club-mosaic__grid-item[data-style=purple] .promo-card__discount {
    background-color: #a029b5;
    box-shadow: 0 0 4px 0 #561662
}

.club-mosaic__grid-item[data-style=purple] .promo-card__discount span {
    box-shadow: 2px 1px 4px -3px #561662;
    background-color: #a029b5
}

.club-mosaic__grid-item[data-style=yellow] .promo-card__title {
    background-color: #eab419
}

.club-mosaic__grid-item[data-style=yellow] .promo-card__discount {
    background-color: #eab419;
    box-shadow: 0 0 4px 0 #906e0d
}

.club-mosaic__grid-item[data-style=yellow] .promo-card__discount span {
    box-shadow: 2px 1px 4px -3px #906e0d;
    background-color: #eab419
}

.club-mosaic__grid-item[data-style=grey] .promo-card__title {
    background-color: #5e5b5b
}

.club-mosaic__grid-item[data-style=grey] .promo-card__discount {
    background-color: #5e5b5b;
    box-shadow: 0 0 4px 0 #2a2929
}

.club-mosaic__grid-item[data-style=grey] .promo-card__discount span {
    box-shadow: 2px 1px 4px -3px #2a2929;
    background-color: #5e5b5b
}

.club-mosaic__grid-item[data-style=cyan] .promo-card__title {
    background-color: #8bb1da
}

.club-mosaic__grid-item[data-style=cyan] .promo-card__discount {
    background-color: #8bb1da;
    box-shadow: 0 0 4px 0 #3e7dc1
}

.club-mosaic__grid-item[data-style=cyan] .promo-card__discount span {
    box-shadow: 2px 1px 4px -3px #3e7dc1;
    background-color: #8bb1da
}

.club-mosaic__grid-item[data-style=aqua] .promo-card__title {
    background-color: #00aac9
}

.club-mosaic__grid-item[data-style=aqua] .promo-card__discount {
    background-color: #00aac9;
    box-shadow: 0 0 4px 0 #005463
}

.club-mosaic__grid-item[data-style=aqua] .promo-card__discount span {
    box - shadow: 2px 1px 4px -3px #005463;
    background-color: #00aac9
}

.club-benefits__hero {
    position: relative;
    min-height: 0rem;
}

.club-benefits .club-hero__image {
    position: relative;
    height: auto;
    width: 100%
}

.club-benefits .bg-image {
    height: auto;
    width: 100%;
    max-width: inherit;

}

@media only screen and (max-width: 992px) {
    .club-benefits .bg-image {
        width: inherit;
    }
}


.club-benefits .club-hero__image-resp {
    display: none
}

.club-benefits__main {
    text-align: center;
    position: relative;
    overflow: hidden;
    background-image: none;

}

.club-main__content {
                
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        position: absolute;


}

.club-benefits .benefits-section--outstandings {
    padding: 0 1.875rem;
}

@media only screen and (max-width:992px) {
    .club-benefits .benefits-section--outstandings {
        padding: 0 .625rem
    }
    .club-benefits .club-hero__image {
        display: none
    }
    .club-benefits .club-hero__image-resp {
        display: block;
        position: relative;
        height: auto;
        width: 100%
    }
    .club-benefits__banner {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.promo-card:hover .promo-card__title {
    text-decoration: underline
}

.promo-card {
    margin: 1.875 rem auto;
    max-width: 19.5rem;
    text-align: left
}

.promo-card, .promo-card__content, .promo-card__img {
    position: relative;
}

@media only screen and(max-width: 992px) {
    .promo-card {
        margin: .9375rem auto
    }
}

@media only screen and(max-width: 767px) {
    .club-mosaic__grid-item {
        width: 100 %
    }
    .promo-card {
        margin: 1.25rem auto
    }
}

.promo-card__img {
    height: 12.5rem;
    overflow: hidden
}

.promo-card__img img {
    max-height: 100 %
}

.promo-card__content img {
    position: absolute;
    top: -2.625rem;
    right: 1.125rem
}

.promo-card__discount {
    display: inline-block;
    font-size: 2.25rem;
    padding: .90625rem 0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -2.375rem;
    left: 1.125rem;
    width: 4.0625rem
}

.promo-card__discount span {
    font-size: 1rem;
    padding: .525rem;
    border-radius: 50%;
    position: absolute;
    top: .3125rem;
    right: -1.125rem
}

.promo-card__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #fff;
    padding: 2.625rem 1.125rem;
    height: 9rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promo-card__link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .625rem;
    cursor: pointer;
}

.club-hero .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}

@media only screen and (max-width: 992px){
    .club-hero .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 .625rem;
        cursor: pointer;
        width: auto;
    }
}

.club-outstanding-products .items-slider .item-card--default {
    min-width: 85%;
}