.oplata {
    padding: 80px 0 100px;
    width: 100%;
}
.oplata__title {
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 60px;
    font-weight: 800;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-bottom: 100px;
}
.oplata__subtitle {
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 40px;
    font-weight: 600;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-bottom: 70px;
}
.oplata__text-block {
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 70px;
}
.oplata__pay-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.oplata__img-block {
    width: 54%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oplata__text-block {
    width: 40%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.oplata__img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.oplata__count {
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 120px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 50px;
}
.oplata__pay-title {
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 35px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 10px;
}
.oplata__pay-text {
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
}
.oplata__text {
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.oplata__rekvizit-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.oplata__rekvizit-item {
    width: 30%;
    text-align: center;
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}

@media (max-width: 767px) {
    .oplata__title {
        font-size: 40px;
    }
    .oplata__subtitle {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .oplata__count {
        font-size: 80px;
        margin-bottom: 30px;
    }
    .oplata__pay-title {
        font-size: 24px;
    }
    .oplata__pay-text {
        font-size: 16px;
    }
    .oplata__rekvizit-row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .oplata__rekvizit-item {
        width: 90%;
        margin-bottom: 20px;
    }
    .oplata__img-block {
        width: 40%;
    }
    .oplata__text-block {
        width: 54%;
    }
}
@media (max-width: 577px) {
    .oplata__pay-row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .oplata__img-block {
        width: 100%;
        margin-bottom: 10px;
    }
    .oplata__text-block {
        width: 100%;
    }
    .oplata__pay-row:nth-child(2n) {
        flex-direction: column-reverse;
    }
}
@media (max-width: 449px) {}
@media (max-width: 399px) {}