.wrapper_gk {
    padding: 0 15px;
    margin: 60px 0;
}

.gk__image {
    aspect-ratio: 330 / 200;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.gk__image-title {
    font-size: 30px;
    line-height: 105%;
    font-weight: bold;
    color:  #fff;
    text-align: center;
    z-index: 3;
    position: relative;
    width: 100%;
}

.gk__image:after {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(0deg, #282a2a9c 28%, transparent);}

.gk__image-title:before {
    content: '';
    position: absolute;
    top: -47px;
    height: 8px;
    width: 100%;
    left: 0;
    background: #fff;
}

.gk__image-title:after {
    content: '';
    position: absolute;
    top: -40px;
    width: 8px;
    height: 30px;
    left: 50%;
    background: #fff;
    margin-left: -4px;
}

.gk_content_left__title {
    font-size: 22px;
    line-height: 130%;
    font-weight: bold;
    text-transform: uppercase;
}

.gk_content_left__params {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.gk_content_left__params {}

.param {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.param img {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 10px;
    width: 40px;
}

.param span {
    font-size: 13px;
    line-height: 130%;
}

.gk_content_left__width {
    margin-top: 30px;
}

.gk_content_left__width-title {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 15px;
}

.gk_content_left_width_list_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    gap: 15px;
}

.gk_content_left_width_list_item img {
    width: 20px;
}

.gk_content_left_width_list_item span {
    font-size: 14px;
    line-height: 140%;
}

.gk_content_left_width_list_item strong {
    font-size: 14px;
    line-height: 140%;
    flex-grow: 2;
    text-align: right;
}

a.gk_content_left__link {
    width: 100%;
    height: 48px;
    color: #fff;
    background: #000;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.gk_content_left__link:hover {
    background: #BFC8A9;
    color: #000;
}

.gk__content-right {
    margin-top: 30px;
}

.gk_content_right__text {
    font-size: 14px;
    line-height: 140%;
}

.gk_content_right__text p {
    margin-top: 15px;
}

.gallery {
    display: flex;
    flex-direction: column;
    gap: 74px;
}

.gallery img {
    aspect-ratio: 33 / 20;
    border-radius: 10px;
}

.gallery span {
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    margin-left: 40px;
}

.swiper-pagination-fraction {
    position: absolute;
    left: 0;
    width: auto;
    bottom: 0;
    font-size: 13px;
    line-height: 160%;
}

.gk_content_right_gallery {
    position: relative;
}

.swiper-button-prev, .swiper-button-next {
    width: 44px;
    height: 44px;
    border: 2px solid #000;
    border-radius: 10px;
    position: absolute;
    bottom: 40px;
    margin: 0 !important;
    top: auto !important;
}

.swiper-button-prev svg, .swiper-button-next svg {
    display: none;
}

.swiper-button-prev {
    left: 50% !important;
    margin-left: -50px !important;
}

.swiper-button-next {
    right: 50% !important;
    margin-right: -50px !important;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.82734 7.00001L7.77734 11.95L6.36334 13.364L-0.000656128 7.00001L6.36334 0.636013L7.77734 2.05001L2.82734 7.00001Z' fill='%23282A2A'/%3E%3C/svg%3E%0A");
    background-size: 8px 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17266 6.99999L0.222656 2.04999L1.63666 0.635986L8.00066 6.99999L1.63666 13.364L0.222656 11.95L5.17266 6.99999Z' fill='%23282A2A'/%3E%3C/svg%3E%0A");
    background-size: 8px 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #BFC8A9;
    border-color: #BFC8A9;
}

.gk_content_right__gallery{
    margin-top: 30px;
}

.gk_content_right__amenities {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 8px solid #000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.amenity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.amenity img {
    width: 20px;
    height: auto;
}

.amenity span {
    font-size: 13px;
    line-height: 120%;
    text-transform: uppercase;
}


@media (min-width: 1024px) {

    .wrapper_gk{
        margin: min(calc(200 / 1650 * 100vw), 200px) 0;
        padding: 0 min(calc(15 / 1650 * 100vw), 15px);
    }

    .gk{
        max-width: min(calc(1650 / 1650 * 100vw), 1650px);
        margin: 0 auto;
    }

    .gk__image{
        aspect-ratio: 27 / 10;
        margin-bottom: min(calc(100 / 1650 * 100vw), 100px);
        padding:  min(calc(50 / 1650 * 100vw), 50px);

    }

    .gk__image-title{
        font-size: min(calc(84 / 1650 * 100vw), 84px);
    }
    .gk__image-title:after{
        width: min(calc(12 / 1650 * 100vw), 12px);
        margin-left: max(calc(-6 / 1650 * 100vw), -6px);
        height: min(calc(100 / 1650 * 100vw), 100px);
        top: max(calc(-151 / 1650 * 100vw), -151px);
    }
    .gk__image-title:before{
        height: min(calc(12 / 1650 * 100vw), 12px);
        top: max(calc(-151 / 1650 * 100vw), -151px);
    }

    .gk__content{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .gk__content-left{
        width: min(calc(540 / 1650 * 100vw), 540px);
        position: sticky;
        top: min(calc(140 / 1650 * 100vw), 140px);
    }

    .gk_content_left__title{
        font-size: min(calc(36 / 1650 * 100vw), 36px);
        line-height: 130%;
        margin-bottom: min(calc(50 / 1650 * 100vw), 50px);
    }

    .param img{
        width: min(calc(44 / 1650 * 100vw), 44px);
        height: min(calc(44 / 1650 * 100vw), 44px);
    }

    .param span{
        font-size: min(calc(20 / 1650 * 100vw), 20px);
    }

    .gk__content-right{
        width: min(calc(944 / 1650 * 100vw), 944px);
        margin-top: 0;
    }

    .gk_content_left__width{
        margin-top: min(calc(50 / 1650 * 100vw), 50px);
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: min(calc(44 / 1650 * 100vw), 44px);
    }

    .gk_content_left__width-list{
        flex-grow: 2;
    }

    .gk_content_left_width_list_item img{
        width: min(calc(24 / 1650 * 100vw), 24px);
    }

    a.gk_content_left__link{
        height: min(calc(60 / 1650 * 100vw), 60px);
    }
    .gk_content_left_width_list_item{
        margin-bottom:min(calc(10 / 1650 * 100vw), 10px);
        padding-bottom:min(calc(10 / 1650 * 100vw), 10px);
    }

    .gk_content_left__width-title{
        font-size: min(calc(16 / 1650 * 100vw), 16px);
        line-height: 160%;
    }

    .gk_content_left_width_list_item span{
        font-size: min(calc(16 / 1650 * 100vw), 16px);
        line-height: 160%;
    }

    .gk_content_left_width_list_item strong{
        font-size: min(calc(16 / 1650 * 100vw), 16px);
        line-height: 160%;
    }

    .gk_content_right__text{
        font-size: min(calc(16 / 1650 * 100vw), 16px);
        line-height: 160%;
    }

    .gk_content_right__text p{
        margin-top: min(calc(30 / 1650 * 100vw), 30px);
    }

    .gk_content_right__text p:first-child{
        margin-top: 0;
    }

    .gk_content_right__gallery{
        margin-top: min(calc(100 / 1650 * 100vw), 100px);
    }

    .gallery{
        gap: 0;
    }

    .gallery span{
        font-size: min(calc(22 / 1650 * 100vw), 22px);
        line-height: 130%;
        margin: min(calc(30 / 1650 * 100vw), 30px) 0 min(calc(30 / 1650 * 100vw), 30px) min(calc(195 / 1650 * 100vw), 195px);
    }

    .swiper-pagination-fraction{
        font-size: min(calc(16 / 1650 * 100vw), 16px);line-height: 160%;
        bottom: min(calc(30 / 1650 * 100vw), 30px);
        left: min(calc(120 / 1650 * 100vw), 120px);
    }

    .swiper-button-prev, .swiper-button-next{
        width: min(calc(44 / 1650 * 100vw), 44px);
        height: min(calc(44 / 1650 * 100vw), 44px);
        bottom:min(calc(20 / 1650 * 100vw), 20px);
    }

    .swiper-button-prev{
        left: 0 !important;
        margin-left: 0 !important;
    }
    .swiper-button-next{
        left: min(calc(54 / 1650 * 100vw), 54px) !important;
        margin-left: 0 !important;
    }

    .gk_content_right__amenities{
        margin-top: 0;
        padding-top:min(calc(50 / 1650 * 100vw), 50px);
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: min(calc(5 / 1650 * 100vw), 5px) min(calc(20 / 1650 * 100vw), 20px);
    }

    .amenity img{
        width:min(calc(44 / 1650 * 100vw), 44px);
        padding: min(calc(10 / 1650 * 100vw), 10px);
    }

    .amenity span{
        font-size: min(calc(14 / 1650 * 100vw), 14px);
        line-height: 120%;
    }


}