.product-section {
    margin-bottom: 1rem;
    text-align: center
}

@media (min-width: 576px) {
    .product-section {
        margin-bottom: 2.5rem
    }
}

@media (min-width: 992px) {
    .product-section {
        background: #f0f0f0;
        border-radius: 2rem;
        min-height: 21rem;
        padding: 2rem 2.5rem;
        text-align: left
    }
}

.product-section img {
    max-width: 100%
}

.product-section-descr {
    margin-bottom: 1rem
}

@media (min-width: 576px) {
    .product-section-descr {
        margin-bottom: 2.5rem
    }
}

@media (max-width: 575.98px) {
    .photobook-section img {
        height: 8.4375rem
    }
}

@media (min-width: 992px) {
    .photobook-section img {
        margin-bottom: -.3125rem;
        margin-top: -21.5%
    }
}

@media (max-width: 575.98px) {
    .grad-album-section img {
        height: 6.5625rem
    }
}

@media (min-width: 1200px) {
    .grad-album-section img {
        margin-top: -17%
    }
}

.section-about .section-header {
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .section-about .section-header {
        margin-bottom: 4rem
    }
}

.section-about-inner {
    padding: 1.5rem .9375rem .9375rem
}

@media (min-width: 576px) {
    .section-about-inner {
        padding: 9.5625rem 0 6.125rem
    }
}

.section-about-content {
    max-width: 43rem
}

.about-section-img {
    display: block;
    height: 8.4375rem;
    margin-bottom: -2rem;
    position: relative;
    width: 9.75rem;
    z-index: 2
}

@media (min-width: 576px) {
    .about-section-img {
        height: 19.375rem;
        margin-bottom: -7.0625rem;
        width: 22.3125rem
    }
}

.section-about-sale {
    max-width: 71rem
}

@media (min-width: 768px) {
    .section-about-sale {
        padding-left: 10.5rem;
        padding-right: 10.5rem
    }
}

.section-about-sale-header {
    max-width: 36rem
}

.section-about-sale .form {
    margin-top: 1.5rem;
    position: relative
}

@media (min-width: 992px) {
    .section-about-sale .form {
        margin-top: 4rem
    }
}

@media (min-width: 768px) {
    .section-about-sale .form:after, .section-about-sale .form:before {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        position: absolute
    }

    .section-about-sale .form:before {
        background-image: url(./img/lines_left.png);
        height: 8.9375rem;
        right: calc(100% + 1.3125rem);
        top: -.6875rem;
        width: 6.25rem
    }

    .section-about-sale .form:after {
        background-image: url(./img/lines_right.png);
        height: 10.6875rem;
        left: calc(100% + 1.1875rem);
        top: .9375rem;
        width: 9.3125rem
    }
}