.wrapper.main-page-extra-blocks{
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    max-width: 1230px;
}
.extra-block {
    width: 49%;
    border-radius: 5px;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.extra-block.loyalty {
    background: #EE7900;
}
.extra-block.loyalty-eng {
    background: #FFB404;
}
.extra-block.loyalty-rus {
    background: #FFB404;
}
.extra-block.app {
    background: #183B7E;
}
.extra-block .heading {
    width: 50%;
}
.extra-block .icon-row{
    display: flex;
}
.extra-block .icon-block{
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    margin-right: 15px;
    width: 36px;
    height: 36px;
}
.extra-block .icon-block img{
    width: 15px;
}
.extra-block h2{
    color: #ffffff;
    font-size: 30px;
    margin-top: 0px;
    font-family: 'cronospro-semibold';
    margin-bottom: 20px;
}
.extra-block p {
    color: #ffffff;
    font-size: 15px;
    margin-top: -8px;
    margin-bottom: 20px;
    font-family: 'brandontext';
}
.extra-block-img{
    position: absolute;
    right: 15px;
    top: auto;
    bottom: -28px;
}
.extra-block-img img{
    width: 241px;
}

.extra-block-img.phone {
    top: auto;
    height: 201px;
    width: 153px;
    overflow: hidden;
    bottom: -42px;
}
.extra-block-img img.phone {
    width: 264px;
    position: relative;
    right: 63px;
}
@media screen and (max-width: 1280px){
    .wrapper.main-page-extra-blocks {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 1024px){
    .extra-block .heading{
        width: 75%;
    }

    .extra-block-img img{
        width: calc(241px / 1.4);
    }

    .extra-block-img {
        position: absolute;
        right: 20px;
        top: auto;
        bottom: -25px;
    }

    .extra-block-img.phone {
        right: 0;
    }


    .main-page-extra-blocks.extra-blocks-lang .extra-block-img img.phone {
        width: 214px;
        position: relative;
        right: 33px;
        top: 30px;
    }

    .main-page-extra-blocks.extra-blocks-lang .extra-block-img img.loyalty {

    }

    .main-page-extra-blocks.extra-blocks-lang .extra-block p {
        width: 70%;
    }
}

@media screen and (max-width: 780px) {
    .extra-block h2 {
        font-size: 22px;
        width: 70%;
    }
}

@media screen and (max-width: 640px){
    .wrapper.main-page-extra-blocks{
        display: block;
        padding-bottom: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    .extra-block{
        width: 100%;
        margin-bottom: 20px;
    }
    .extra-block .heading{
        width: 63%;
        max-width: 200px;
    }
    .extra-block h2{
        font-size: 22px;
        width: 90%;
    }
    .extra-block .icon-block{
        width: 30px;
        height: 30px;
    }

    .extra-block-img {
        width: auto;
        height: auto;
        bottom: -15px;
    }

    .extra-block-img img {
        width: 163px;
    }

    .extra-block-img.phone {
        width: auto;
        height: auto;
        bottom: -30px;
        right: 8px;
    }

    .extra-block-img img.phone {
        height: 138px;
        width: 187px;
        right: 0;
    }

    .main-page-extra-blocks.extra-blocks-lang .extra-block-img img.phone {
        top: 0;
        right: -30px;
    }
}
@media screen and (max-width: 480px){
    .main-page-extra-blocks.extra-blocks-lang .extra-block-img img.phone {
        width: 200px;
        top: 0;
        right: -20px;
    }

    .main-page-extra-blocks.extra-blocks-lang .extra-block-img img.loyalty {
        width: 163px;
        right: -22px;
        position: relative;
    }
}
@media screen and (max-width: 360px){
    .extra-block .heading{
        width: 55%;
    }

    .extra-block-img img {
        width: calc(163px / 1.2);
    }
}


.main-page-extra-blocks.extra-blocks-lang.extra-blocks-lang-rus h2 {
    font-family: Arial;
}

.main-page-extra-blocks.extra-blocks-lang.extra-blocks-lang-rus p {
    font-family: Arial;
}