#main__post-block {
    background-color: transparent;
    padding-bottom: 35px;
}

#main__post-block h1 {
    margin-bottom: var(--spacing-13);
}

#post-content__left > .row {
    margin-left: -15px;
    margin-right: -15px;
}
#post-content__photo {
    margin-bottom: var(--spacing-12);
}
.swiper img {
    max-width: 100%;
}

#photos-left,
#photos-right {
    display: none;
    width: 12px;
}
    #photos-left:hover,
    #photos-right:hover {
        cursor: pointer;
    }

#photos-left {
    margin-right: 10px;
}
#photos-right {
   margin-left: 10px;
}

#photos-grid {
    font-size: 0px;
    text-align: center;
    max-width: 236px;
}
#photos-grid > div {
    display: inline-block;
    text-align: left;
    position: relative;
}

#photos-grid__overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: var(--black-54);
    transition: .5s ease;
}
#photos-grid__overlay div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
}
.loader-ellips__dot {
    background: var(--beige);
}

#photos-grid ul {
    margin: 0;
    padding: 0;
    height: 19px;
}
#photos-grid ul li {
    display: inline;
    margin-right: 4px;
    float: left;
}
    #photos-grid ul li:last-child {
        margin-right: 0;
    }

.photos-grid__img {
    object-fit: cover;
    width: 20px;
    height: 19px;
    display: block;
}
    .photos-grid__img:hover {
        cursor: pointer;
    }
#photos-grid > div > ul {
    margin-bottom: 4px;
}
#photos-grid > div > ul:nth-child(2) {
    margin-bottom: 0;
}
#photos-grid > div > ul > img:last-child {
    margin-right: 0;
}

#photo-description {
    margin-top: 50px;
    text-align: center;
}
#photo-description .text__poem {
    margin: 0;
    display: inline-block;
    text-align: left;
}

@media only screen and (min-width: 375px) {

    #photos-grid {
        max-width: 286px;
    }
    #photos-grid ul {
        height: 25px;
    }
    .photos-grid__img {
        width: 25px;
        height: 25px;
    }
    #photos-left {
        margin-right: 12px;
    }
    #photos-right {
       margin-left: 12px;
    }

}

@media only screen and (min-width: 768px) {

    #main__post-block {
        padding-left: 0;
        padding-right: 0;
    }

    #post-content__photo {
        margin-bottom: 23px;
    }
    #photos-grid {
        max-width: 502px;
    }
    #photos-grid > div > ul {
        margin-bottom: 6px;
    }
    #photos-grid ul li {
        margin-right: var(--spacing-xs);
    }
    #photos-grid ul {
        height: 43px;
    }
    .photos-grid__img {
        width: 43px;
        height: 43px;
    }
    #photos-left,
    #photos-right {
        width: 21px;
    }
    #photos-left {
        margin-right: var(--spacing-4);
    }
    #photos-right {
       margin-left: var(--spacing-4);
    }
    #photo-description {
        margin-top: 69px;
    }
   
}

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

    #main__post-block {
        max-width: 752px;
    }

    #post-content__left,
    .swiper img {
        max-width: 385px;
    }
    #post-content__photo {
        margin-bottom: 21px;
    }
    #photos-grid {
        max-width: 256px;
    }
    #photos-grid > div > ul {
        margin-bottom: 3px;
    }
    #photos-grid ul li {
        margin-right: 4px;
    }
    #photos-grid ul {
        height: 23px;
    }
    .photos-grid__img {
        width: 22px;
        height: 23px;
    }
    #photos-left,
    #photos-right {
        width: 14px;
    }
    #photos-left {
        margin-right: 21px;
    }
    #photos-right {
       margin-left: 21px;
    }

    #photo-description {
        max-width: 344px;
        margin-top: 0;
    }
    #photo-description .text__poem {
        width: 100%;
    }

}

@media only screen and (min-width: 1690px) {

    #main__post-block {
        max-width: 1017px;
    }

    #post-content__left,
    .swiper img {
        max-width: 573px;
    }
    #post-content__photo {
        margin-bottom: 22px;
    }
    #photos-grid {
        max-width: 365px;
    }
    #photos-grid > div > ul {
        margin-bottom: 7px;
    }
    #photos-grid ul li {
        margin-right: var(--spacing-11);
    }
    #photos-grid ul {
        height: 32px;
    }
    .photos-grid__img {
        width: 32px;
        height: 32px;
    }
    #photos-left,
    #photos-right {
        width: 19px;
    }
    #photos-left {
        margin-right: var(--spacing-2);
    }
    #photos-right {
       margin-left: var(--spacing-2);
    }

    #photo-description {
        max-width: 444px;
    }
    

}