.wrapTxtImgRight.wrapper:before,
.wrapTxtImgRight.wrapper:after {
    display: none;
}
.wrapTxtImgRight {
    border-radius: 10px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 80px;
}
.wrapTxtImgRight > div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrapTxtImgRight h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 34px;
}
.wrapTxtImgRight p {
    line-height: normal;
    font-family: 'Cera Regular';
    font-size: 18px;
    margin-bottom: 32px;
}
#blockTxtImgRight .btnsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.btnsBlock .btn {
    padding: 0 25px;
}

@media (max-width: 1200px) {
    #blockTxtImgRight {
        padding: 0 25px;
    }
}
@media (max-width: 1104px) {
    #blockTxtImgRight {
        padding: 0 25px;
    }
}
@media (max-width: 1000px) {
    .btnsBlock .btn {
        width: 164px;
        box-sizing: border-box;
    }
}
@media (max-width: 936px) {
    .wrapTxtImgRight h2 {
        font-family: 'Cera Medium';
        font-size: 29px;
    }
    .wrapTxtImgRight h2 br {
        display: none;
    }
    .wrapTxtImgRight > div:nth-child(1) {
        width: 55.85%;
    }
    .wrapTxtImgRight > div:nth-child(2) {
        width: 38.71%;
    }
}
@media (max-width: 800px) {
    .wrapTxtImgRight h2 {
        font-size: 20px;
        line-height: normal;
    }
    .wrapTxtImgRight p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    #deposit-hit .wrapTxtImgRight .btn {
        width: 164px;
        box-sizing: border-box;
    }
    .wrapTxtImgRight > div:nth-child(2) img {
        width: 100%;
    }
}
@media (max-width: 768px) {
    #blockTxtImgRight {
        padding: 0 60px;
    }
    .wrapTxtImgRight {
        margin-top: 20px;
        margin-bottom: 35px;
        padding: 20px;
    }
    #blockTxtImgRight .btnsBlock {
        gap: 20px;
    }
}
@media (max-width: 788px) {
    .wrapTxtImgRight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }

    .wrapTxtImgRight > div:nth-child(1),
    .wrapTxtImgRight > div:nth-child(2) {
        width: 100%;
    }
    #deposit-hit .wrapTxtImgRight .btn {
        width: 48%;
    }
    .wrapTxtImgRight > div:nth-child(2) img {
        width: auto;
    }
}
@media (max-width: 644px) {
    .wrapTxtImgRight img {
        max-width: 200px;
    }
}
@media (max-width: 640px) {
    .wrapTxtImgRight > div:nth-child(1) {
        min-height: 190px;
    }
    .wrapTxtImgRight {
        padding: 20px;
    }
}
@media (max-width: 585px) {
    .wrapTxtImgRight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .wrapTxtImgRight > div:nth-child(1),
    .wrapTxtImgRight > div:nth-child(2) {
        width: 100%;
    }
    #blockTxtImgRight .btnsBlock {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 580px) {
    #blockTxtImgRight {
        padding: 0 20px;
    }
    .wrapTxtImgRight > div:nth-child(1) {
        min-height: auto;
    }
    #deposit-hit .wrapTxtImgRight .btn {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
}
@media (max-width: 432px) {
    #blockTxtImgRight .btnsBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    #deposit-hit .wrapTxtImgRight .btn {
        width: 100%;
    }
}
@media (max-width: 382px) {
    #blockTxtImgRight {
        padding: 0 10px;
    }
}
@media (max-width: 366px) {
    #blockTxtImgRight .btnsBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 10px;
    }
    #deposit-hit .wrapTxtImgRight .btn {
        width: 100%;
    }
}