.coffin {
    text-align: center;
    margin-bottom: 25px;
}

.coffin .coffin-item {
    margin-top: 25px;
}

.coffin img {
    height: 250px;
    width: 100%;
}


.wreath {
    text-align: center;
    margin-bottom: 25px;
}

.wreath .coffin-item {
    margin-top: 25px;
}

.photogallery2 div {
    text-align: center;
}

.photogallery2 div iframe {
    width: 560px;
    height: 315px;
}

.wreath img {
    height: 250px;
}

.coffin img,.wreath img{
    cursor: pointer;
}

@media (max-width: 1199px) {
    .main .dostatok {
        line-height: 28px;
    }
}

@media (max-width: 990px) {
    .main .dostatok {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .coffin img {
        height: 300px;
    }
}

@media (max-width: 567px) {
    .photogallery2 div iframe {
        width: 460px;
        height: 265px;
    }
}

@media (max-width: 460px) {
    .main .dostatok {
        text-align: center;
        height: 400px;
        line-height: 32px;
        background: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .main .dostatok p {
        font-size: 24px;
    }

    .main .dostatok li {
        font-size: 24px;
    }

    .coffin img {
        height: 250px;
    }

    .photogallery2 div iframe {
        width: 320px;
        height: 245px;
    }
}