.cross {
    text-align: center;
    margin-bottom: 25px;
}

.cross .cross-item {
    margin-top: 25px;
}

.cross img {
    height: 300px;
}

.fence {
    text-align: center;
    margin-bottom: 25px;
}

.fence .fence-item {
    margin-top: 25px;
}

.fence img {
    width: 100%;
}

.cross img,.fence 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: 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;
    }
}