/* Slider */
.girls-slider {
    margin-bottom: 45px;
    position: relative;
}

.girls-slider__button {
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    border: 0;
    border-radius: 5px;
    height: 35px;
    justify-content: center;
    display: flex;
    position: absolute;
    top: calc(50% - 18px);
    width: 35px;
}

.girls-slider__button.disabled {
    display: none;
}

.girls__slider_button-icon {
    display: block;
    height: 14px;
    width: 14px;
}

.girls-slider__button--prev {
    left: 10px;
    transform: rotate(180deg);
}

.girls-slider__button--next {
    right: 10px;
}

.girls-slider__dots {
    border-radius: 10px;
    flex-wrap: nowrap;
    margin-top: 15px;
    overflow: hidden;
}

.girls-slider__dots .glider-dot {
    background-color: #C4C4C4;
    border-radius: 0;
    height: 3px;
    margin: 0;
    width: 100%;
}

.girls-slider__dots .glider-dot:hover {
    background-color: #9a9a9a;
}

.girls-slider__dots .glider-dot.active {
    background-color: #276FB9;
}

.girls-slider__list {
    display: flex;
    overflow-y: hidden;
}

.girls-slider__item:hover .girls-slider__item-poster:after,
.girls-slider__item:hover .girls-slider__item-info {
    opacity: 1;
}

.girls-slider__item-inside {
    border: 1px solid #474B5B;
    height: 380px;
    position: relative;
}

.girls-slider__item-poster {
    cursor: pointer;
    height: 100%;
}

.girls-slider__item-poster:after {
    background-image: linear-gradient(0deg, rgba(8, 21, 37, .9) 27.6%, rgba(8, 21, 37, 0) 100%);
    bottom: 0;
    content: "";
    cursor: pointer;
    height: 120px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .2s ease-in-out;
    width: 100%;
}

.girls-slider__item-image {
    display: block;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
}

.girls-slider__item-type {
    background-color: #d53d3d;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 3px 6px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
}

.girls-slider__item-info {
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 0 15px 15px;
    position: absolute;
    transition: opacity .2s ease-in-out;
    width: 100%;
    z-index: 1;
}

.girls-slider__item-info-cols {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.girls-slider__item-title {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}

.girls-slider__item-title-link {
    color: #fff;
    text-decoration: none;
}

.girls-slider__item-title-link:hover {
    text-decoration: underline;
}

.girls-slider__item-title-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.girls-slider__item-title-text:hover {
    cursor: pointer;
    text-decoration: underline;
}

.girls-slider__item-instagram-icon {
    background: linear-gradient(45deg, #FFC107 9.15%, #F44336 50.57%, #9C27B0 90.03%);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}

.girls-slider__item-description {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.girls-slider__item-likes {
    align-items: center;
    background-color: #15A863;
    border-radius: 3px;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin-left: 20px;
    padding: 6px 9px;
    flex-shrink: 0;
}

.girls-slider__item-likes-icon {
    display: block;
    height: 16px;
    width: 16px !important;
}

.girls-slider__item-likes-text {
    margin-left: 5px;
}

/* Gallery */
.girls-gallery-data,
.girls-gallery.glightbox-closing .girls-gallery__top,
.girls-gallery__top:empty,
.girls-gallery.glightbox-closing .girls-gallery__left,
.girls-gallery.glightbox-closing .girls-gallery__right {
    display: none;
}

.girls-gallery__container {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.girls-gallery__top {
    height: 100px;
    overflow: hidden;
    width: 100%;
}

.girls-gallery__body {
    display: flex;
    height: calc(100vh - 20px);
    margin-bottom: auto;
    margin-top: auto;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.girls-gallery__left,
.girls-gallery__right {
    display: none;
    height: 100%;
}

.girls-gallery__left {
    left: 0;
}

.girls-gallery__right {
    right: 0;
}

.girls-gallery__content {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

.girls-gallery__content-inside {
    height: auto;
    position: relative;
    width: 100%;
}

.girls-gallery__bk {
    background-color: white;
    display: flex;
    z-index: 1;
}

.girls-gallery__bk-inside {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
}

.girls-gallery__bk-header {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.girls-gallery__bk-logo {
    height: 36px;
    width: 115px;
}

.girls-gallery__bk-logo-link {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.girls-gallery__bk-logo-link > img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.girls-gallery__bk-bonus {
    margin-left: 30px;
}

.girls-gallery__bk-bonus-value {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.girls-gallery__bk-bonus-value > i {
    color: #FF4747;
    font-size: 18px;
    margin-right: 10px;
}

.girls__sponsor-bonus-title {
    color: #000;
    font-size: 14px;
    line-height: 14px;
    text-transform: lowercase;
}

.girls-gallery__bk-button {
    align-items: center;
    background-color: #276FB9;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    justify-content: center;
    line-height: 21px;
    text-align: center;
    width: 100%;
}

.girls-gallery__button.disabled {
    display: none;
}

.girls-gallery__button-icon {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    height: 35px;
    width: 35px;
}

.girls-gallery__button-icon:hover {
    background-color: rgba(0, 0, 0, .5);
}

.girls-gallery__button-icon > svg {
    fill: #fff;
    height: 14px !important;
    width: 14px !important;
}

.girls-gallery__button--close {
    background: rgba(0, 0, 0, .5) !important;
    border-radius: 50% !important;
    height: 36px !important;
    opacity: 1 !important;
    right: 10px !important;
    top: 10px !important;
    width: 36px !important;
}

.girls-gallery__button--close:hover {
    background: rgba(0, 0, 0, .7) !important;
}

.girls-gallery__button--prev,
.girls-gallery__button--next {
    background: transparent !important;
    height: 35px !important;
    margin-top: -15px;
    top: 50% !important;
    width: 35px !important;
}

.girls-gallery__button--prev {
    align-items: flex-start !important;
    left: 0 !important;
}

.girls-gallery__button--next {
    align-items: flex-end !important;
    right: 0 !important;
}

.girls-gallery__button--prev .girls-gallery__button-icon,
.girls-gallery__button--next .girls-gallery__button-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: -15px;
    top: 50%;
}

.girls-gallery__button--prev .girls-gallery__button-icon {
    margin-left: 10px;
    transform: rotate(180deg);
}

.girls-gallery__button--next .girls-gallery__button-icon {
    margin-right: 10px;
}

.girls-gallery__slide,
.girls-gallery__slide-content,
.girls-gallery__slide-container {
    height: 100% !important;
}

.girls-gallery__slide-media {
    height: 100% !important;
    width: 100% !important;
}

.girls-gallery__slide-media > img {
    max-height: calc(100vh - 20px) !important;
}

.girls-gallery__slide-description {
    align-items: flex-end;
    background: linear-gradient(0deg, rgba(0, 0, 0, .9) 38.02%, rgba(0, 0, 0, 0) 100%) !important;
    bottom: 0 !important;
    display: flex;
    height: 150px;
    left: 0 !important;
    max-width: initial !important;
    padding: 10px !important;
    position: absolute !important;
    width: 100%;
}

.girls-gallery__slide-description-inner {
    padding: 0 !important;
    width: 100%;
}

.girls-gallery__slide-info-header {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}

.girls-gallery__slide-instagram-icon {
    background: linear-gradient(45deg, #FFC107 9.15%, #F44336 50.57%, #9C27B0 90.03%);
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 30px;
    margin-right: 10px;
    width: 30px;
}

.girls-gallery__slide-title {
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.girls-gallery__slide-footer {
}

.girls-gallery__slide-details {
    color: #fff !important;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.girls-gallery__slide-button {
    align-items: center;
    background-color: #15A863;
    border-radius: 5px;
    color: #fff !important;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    justify-content: center;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.girls-gallery__slide-button:hover {
    background-color: #1CBF72;
}

.girls-gallery__slide-button-value {
    align-items: center;
    border-left: 1px solid #067D45;
    display: flex;
    height: 30px;
    margin-left: 10px;
    padding-left: 10px;
}

.girls-gallery__slide-button-value-icon {
    display: block;
    fill: #fff;
    height: 16px;
    margin-right: 5px;
    width: 16px;
}

.girls-gallery__slide-button-value-text {
    line-height: 15px;
}

.girls-gallery__slide-button:disabled:hover {
    background-color: #15A863;
    cursor: default;
}

.girls-gallery__slide-button:disabled .girls-gallery__slide-button-text {
    display: none;
}

.girls-gallery__slide-button:disabled .girls-gallery__slide-button-value {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

@media (min-width: 576px) {
    .girls-slider__list {
        margin: 0 -7.5px;
    }

    .girls-slider__item {
        padding: 0 7.5px;
    }

    /* Gallery */
    .girls-gallery__top {
        height: 75px;
    }

    .girls-gallery__bk-inside {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .girls-gallery__bk-header {
        margin-bottom: 0;
    }

    .girls-gallery__bk-logo {
        height: 54px;
        width: 170px;
    }

    .girls-gallery__bk-bonus {
        margin-left: 25px;
    }

    .girls-gallery__bk-bonus-value {
        font-size: 24px;
    }

    .girls-gallery__bk-button {
        width: 165px;
    }

    .girls-gallery__slide-description {
        padding: 15px !important;
    }

    .girls-gallery__slide-instagram-icon {
        height: 40px;
        width: 40px;
    }

    .girls-gallery__slide-title {
        font-size: 26px;
    }

    .girls-gallery__slide-info-footer {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
    }

    .girls-gallery__slide-button {
        height: 40px;
        margin-left: 50px;
    }

    .girls-gallery__slide-button-value {
        height: 40px;
    }
}

@media (min-width: 768px) {

    .girls-gallery__bk-bonus {
        margin-left: 60px;
    }
}

@media (min-width: 1024px) {
    .girls-slider__button {
        transition: background-color .2s ease-in-out;
    }

    .girls-slider__button:hover {
        background-color: rgba(0, 0, 0, .5);
    }

    .girls-gallery__top {
        display: none;
    }

    .girls-gallery__body {
        height: 100vh;
        overflow: hidden;
        padding-bottom: 15px;
        padding-top: 15px;
        position: relative;
        width: 100%;
    }

    .girls-gallery__body:after {
        background: white;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        margin-top: -40px;
        position: absolute;
        top: 100%;
        width: 100%;
    }

    .girls-gallery__left,
    .girls-gallery__right {
        align-items: flex-end;
        display: flex;
        width: 100%;
    }

    .girls-gallery__content {
        width: 150%;
        align-items: flex-end;
    }

    .girls-gallery__button--prev,
    .girls-gallery__button--next {
        height: calc(100% - 140px) !important;
        top: 0 !important;
        width: 50% !important;
    }

    .girls-gallery__button--prev .girls-gallery__button-icon,
    .girls-gallery__button--next .girls-gallery__button-icon {
        margin-top: 140px;
    }

    .girls-gallery__bk {
        position: relative;
        width: 100%;
    }

    .girls-gallery__bk-inside {
        flex-direction: column;
        padding: 30px 15px;
        width: initial;
    }

    .girls-gallery__bk-header {
        flex-direction: column;
    }

    .girls-gallery__bk-logo {
        margin-bottom: 10px;
    }

    .girls-gallery__bk-bonus {
        margin: 0 0 15px;
        text-align: center;
    }

    .girls-gallery__bk-bonus-value {
        justify-content: center;
    }
}

@media (min-width: 1280px) {
    .girls-gallery__bk-button {
        width: 240px;
    }
}
