.gallery {
    position: relative;
    margin-bottom: 110px;
	overflow: hidden;
}

.gallery-item {
    position: absolute;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-item .bg__img .links-details__items {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.gallery-item:hover .bg__img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.gallery-item .gallery-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

.gallery-item .gallery-title p {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.gallery img {
    position: absolute;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-style: solid;
    border-color: #171717;
    border-width: 25px 10px;
    width: 100%;
}

.gallery a:hover img,
.gallery a:focus img {
    transition: all 0.3s;
    filter: grayscale(1);
}

.avatar__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.avatar__group img {
    position: unset;
    width: 40px;
    height: 40px;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 16px;
    border-radius: 50%;
    border: 0;
    border-width: unset;
}

.avatar__group span {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.7);
    max-width: -webkit-calc(100% - 56px);
    max-width: -moz-calc(100% - 56px);
    max-width: calc(100% - 56px);
}

.bg__img {
    position: absolute;
    top: 10px;
    left: 5px;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 575.98px) {
    .gallery {
        margin-bottom: 30px;
    }

    .gallery-item .gallery-title {
        left: 10px;
    }

    .gallery-item .gallery-title p {
        font-size: 20px;
        line-height: 28px;
    }

    .gallery-item .gallery-title .avatar__group img {
        margin-right: 8px;
    }

    .gallery-item .gallery-title .avatar__group span {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 230px) {
    .page__photo-shooting {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .page__photo-shooting h1 {
        font-family: UTM-Neutra;
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 58px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #F1C40F;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .page__photo-shooting p {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1131px;
        margin-left: auto;
        margin-right: auto;
    }

    .page__photo-shooting .btn__keywork-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        max-width: 1410px;
        margin-left: auto;
        margin-right: auto;
    }


    .page__photo-shooting .btn__keywork-group::-webkit-scrollbar {
        width: 2px;
        border-radius: 0px;
        height: 5px;
    }

    .page__photo-shooting .btn__keywork-group::-webkit-scrollbar-track {
        height: 5px;
    }

    .page__photo-shooting .btn__keywork-group::-webkit-scrollbar-thumb {
        -webkit-transition: all 0.3s ease-in-out;
        -khtml-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        height: 5px;
        background-color: #F17B0F;

    }

    .page__photo-shooting .btn__keywork-group::-webkit-scrollbar-thumb:hover {
        background-color: #05843E;
    }

    .page__photo-shooting .btn__keywork-group .btn__keywork-item {
        font-family: UTM-Neutra;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 29px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        min-height: 40px;
        display: flex;
        flex-wrap: wrap;
        padding: 5px 35px;
        background: #2E2E2E;
        border-radius: 30px;
        width: 100%;
        min-width: fit-content;
        max-width: 45%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 8px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .page__photo-shooting .btn__keywork-group::-webkit-scrollbar-thumb:hover {
        background-color: #05843E;
    }

    .page__photo-shooting .btn__keywork-group .btn__keywork-item.active,
    .page__photo-shooting .btn__keywork-group .btn__keywork-item:hover,
    .page__photo-shooting .btn__keywork-group .btn__keywork-item:focus {
        color: #1A1A1A;
        background: #F1C40F;
        -webkit-box-shadow: 0px 4px 8px #000000;
        box-shadow: 0px 4px 8px #000000;
        border-radius: 30px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .detail__photo-shooting {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .detail__photo-shooting .detail__photo-img {
        width: 100%;
    }

    .detail__photo-shooting .detail__photo-img img {
        width: 100%;
    }

    .detail__photo-shooting .detail__photo-content {
        margin-top: 30px;
        width: 100%;
        padding: 0 15px;
    }

    .detail__photo-shooting .detail__photo-content .icon__group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 22px;
    }

    .detail__photo-shooting .detail__photo-content .icon__group a {
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .detail__photo-shooting .detail__photo-content .icon__group img {
        transition: all 0.1s;
    }

    .detail__photo-shooting .detail__photo-content .icon__group a:hover img {
        filter: invert(84%) sepia(44%) saturate(2039%) hue-rotate(356deg) brightness(99%) contrast(91%);
    }

    .detail__photo-shooting .detail__photo-content h1 {
        font-weight: bold;
        font-size: 30px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        margin-bottom: 16px;
    }

    .detail__photo-shooting .detail__photo-content .avatar__group {
        margin-bottom: 30px;
    }

    .detail__photo-shooting .detail__photo-content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        margin-bottom: 5px;
    }

    .detail__photo-shooting .detail__photo-content .time {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 23px;
    }

    .detail__photo-shooting .detail__photo-content .time img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .detail__photo-shooting .detail__photo-content .time time {
        font-family: Gotham;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.02em;
        color: #C7C7C7;
    }
}

@media (min-width: 768px) {
    .detail__photo-shooting {
        margin-top: 50px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .detail__photo-shooting .detail__photo-img {
        max-width: 40%;
    }

    .detail__photo-shooting .detail__photo-content {
        max-width: 60%;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .page__photo-shooting {
        margin-top: 116px;
    }

    .page__photo-shooting h1 {
        font-size: 44px;
    }

    .page__photo-shooting p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .page__photo-shooting .btn__keywork-group .btn__keywork-item {
        height: 60px;
        font-size: 22px;
        margin: 10px 15px;
    }

    .detail__photo-shooting {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px;
        margin-top: 100px;
    }

    .detail__photo-shooting .detail__photo-img {
        max-width: 470px;
        width: 40%;
        max-height: 596px;
    }

    .detail__photo-shooting .detail__photo-img img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .detail__photo-shooting .detail__photo-content {
        max-width: 560px;
        width: 60%;
    }

    .detail__photo-shooting .detail__photo-content h1 {
        font-size: 48px;
        line-height: 65px;
    }
}

@media (min-width: 1200px) {
    .detail__photo-shooting {
        margin-bottom: 100px;
        margin-top: 150px;
    }

    .detail__photo-shooting .detail__photo-content {
        padding: 0;
        margin-left: 50px;
    }
}

@media (min-width: 1300px) {
    .page__photo-shooting {
        margin-bottom: 70px;
    }
}