/* маленький wrapper для блоков*/
.wrapper-small {
    max-width: 812px;
    margin: 0 auto;
}

/* серый background у блоков */
.gray {
    background-color: #F7F6F5;
}

section.home {
    padding-bottom: 41px;
}

.home h1 {
    font-size: 30px;
    margin-bottom: 0;
}

/* requisites */

section.requisites {
    padding-top: 52px;
    padding-bottom: 74px;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
}

.requisites .wrapper-small p {
    margin-bottom: 25px;
}

.requisites .wrapper-small p:first-child {
    color: #404040;
    font-size: 16px;
    margin-bottom: 0;
}

.requisites .wrapper-small p:last-child {
    margin-bottom: 0;
}

.payment-system {
    margin-top: 42px;
    margin-bottom: 44px;
}

.payment-system-item {
    display: block;
    width: 113px;
    height: 113px;
    margin-right: 100px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.payment-system-item.mir {
    margin-left: 25px;
    background-image: url(img/logo-mir.png);
}

.payment-system-item.mc {
    background-image: url(img/logo-mastercard.png);
}

.payment-system-item.visa {
    background-image: url(img/logo-visa.png);
}

.payment-system-item.jbc {
    margin-right: 0;
    background-image: url(img/logo-jcb.png);
}

@media screen and (min-width: 470px) {
    .home h1 {
        font-size: 40px;
    }

}

@media screen and (min-width: 640px) {
    .home>.wrapper.home-title-wrapper {
        max-width: 812px;
    }
}

@media screen and (min-width: 740px) {
    .home h1 {
        margin-bottom: 0;
        text-align: center;
        font: Bold 46px/57px 'Montserrat', sans-serif;
        letter-spacing: 0;
        color: #000000;
    }
}

@media screen and (min-width: 1000px) {
    .home>.wrapper {
        max-width: 1000px;
        padding: 0;
    }
}

@media screen and (max-width: 830px) {
    .payment-system {
        margin: 23px auto 26px auto;
        max-width: 250px;
    }

    .payment-system .payment-system-item {
        margin-right: 0;
        margin-left: 50px;
        width: 98px;
        height: 98px;
    }

    .payment-system-item:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
}

@media screen and (max-width: 480px) {
    section.home {
        padding-bottom: 30px;
    }

    section.requisites {
        padding-top: 50px;
        padding-bottom: 46px;
    }

    .requisites p b {
        font-weight: 500;
    }

}

/* Заглушка для отключения оплаты на сайте */
.restrictions-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 533px;
    margin: 0 auto;
    padding-bottom: 157px;
    padding-top: 12px;
}

.restrictions-img {
    height: 45px;
    margin-right: 31px;
    padding-top: 4px;
}

.restrictions-block p {
    font: 400 18px/27px 'IBM Plex Sans';
    color: #000000;
}

@media screen and (max-width: 739px) {
    .restrictions-block {
        margin: 0;
    }
}

@media screen and (max-width: 640px) {
    .restrictions-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 45px;
    }

    .restrictions-img {
        height: 37.5px;
        width: 37.5px;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 23px;
    }

    .restrictions-block p {
        font: 400 16px/24px 'IBM Plex Sans';
    }
}