.blog-post__section1_img_in2 {
    float: left;
    margin-right: 50px;
    margin-left: -380px;
    margin-bottom: 50px; }
.blog-post__section1_img_in2 img {
    width: 100%;
    height: auto; }
.blog-post__section1_img_in2 {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0; }

.popups_buttons{
    display:block;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
.modal__payment {
    background-image: url("../images/payment-bg.jpg");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    width: 95%;
    padding-top: 0;
    padding-bottom: 100px; }

.payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.payment h1 {
    font-size: 60px;
    color: #000;
    text-align: center;
    margin: -25px 0 20px 0; }
.payment p {
    color: #000;
    text-align: center; }

.contacts__right--line-0 {
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10; }

@media screen and (max-width: 600px) {
    .payment .contacts__right--line-0 {
        width: 420px;
        height: 420px; }
    .payment .contacts__right--line-1 {
        width: 306px;
        height: 306px; }
    .payment .contacts__right--line-2 {
        width: 177px;
        height: 177px; } }

@media screen and (max-width: 495px) {
    .payment .contacts__right--line-0 {
        width: 360px;
        height: 360px; }
    .payment .contacts__right--line-1 {
        width: 260px;
        height: 260px; } }

@media screen and (max-width: 440px) {
    .payment h1 {
        font-size: 45px; }
    .payment .contacts__right--line-0 {
        width: 300px;
        height: 300px; }
    .payment .contacts__right--line-1 {
        width: 236px;
        height: 236px; } }

@media screen and (max-width: 380px) {
    .payment h1 {
        font-size: 32px;
        margin-top: 10px;
        margin-bottom: 0; }
    .modal__payment {
        padding-bottom: 50px; }
    .payment .contacts__right--line-0 {
        width: auto;
        height: auto; }
    .payment .contacts__right--line-1 {
        width: 236px;
        height: 236px; } }