.vr-template__label {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.vr-template__link {
    display: inline !important;
    font-size: 12px !important;
    font-weight: bold;
}

.vr-template {
    text-align: center;
}

.vregions-another-region__btn {
    background-color: #ca3434;
    border: 1px solid #ca3434;
}

@font-face {
    font-family: "Onest";
    src: url("/local/templates/forward_dc_new/css/fonts/Onest-Medium.eot");
    src:
        url("/local/templates/forward_dc_new/css/fonts/Onest-Medium.eot?#iefix") format("embedded-opentype"),
        url("/local/templates/forward_dc_new/css/fonts/Onest-Medium.woff") format("woff"),
        url("/local/templates/forward_dc_new/css/fonts/Onest-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Normalidad";
    src: url("/local/templates/forward_dc_new/css/fonts/Normalidad Extended-Medium-Web.eot");
    src:
        url("/local/templates/forward_dc_new/css/fonts/Normalidad Extended-Medium-Web.eot?#iefix") format("embedded-opentype"),
        url("/local/templates/forward_dc_new/css/fonts/Normalidad Extended-Medium-Web.woff") format("woff"),
        url("/local/templates/forward_dc_new/css/fonts/Normalidad Extended-Medium-Web.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

.orj-main {
    padding: 78px 0 0 0;
    background: #3E7EC9;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.orj-heading {
    font-family: "Normalidad";
    font-weight: 500;
}

.orj-main__teaser {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: normal;
    margin: 0 0 47px 23px;
}

.orj-main__teaser::before {
    content: '';
    width: 61px;
    height: 51px;
    background: url(/local/templates/forward_dc_new/img/t-decor.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -22px;
    left: -21px;
}

.orj-main__heading {
    font-size: 100px;
    line-height: 110%;
    max-width: 1288px;
    margin: 0 0 33px 0;
}

.orj-main__adress {
    max-width: 1104px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 71px;
    position: relative;
    background: #3770B2;
    border-radius: 0 30px 30px 0;
    padding: 15px 18px 15px 0;
}

.orj-main__adress::before {
    content: '';
    width: 100vw;
    height: 100%;
    background: #3770B2;
    position: absolute;
    top: 0;
    left: -100vw;
}

.orj-main__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.orj-main__adress svg {
    flex-shrink: 0;
}

.orj-main__adress-text {
    font-family: 'Onest';
    font-size: 46px;
    line-height: 135%;
}

.images {
    padding: 40px 0 0 0;
    background: #3E7EC9;
}

.images__bottom {
    padding: 160px 0 43px 0;
}

.images__bottom-item {
    display: flex;
    gap: 8px;
    font-family: 'Onest';
    line-height: normal;
    color: #B0C5E5;
    font-size: 18px;
    font-weight: 500;
}

.images__bottom-item:not(:last-child) {
    margin: 0 0 25px 0;
}

.images__bottom-item span {
    display: block;
}

.images__bottom-icon {
    width: 41px;
    flex-shrink: 0;
    position: relative;
    text-align: right;
}

.gift {
    background: #F2F5F7;
}

.gift__inner {
    position: relative;
    padding: 69px 0;
}

.gift__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1134px;
}

img {
    max-width: 100%;
}

.qr-codes {
    max-width: 491px;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 23px;
}

.orj-contacts {
    background: #fff;
    padding: 150px 0;
}

.orj-contacts__head {
    display: flex;
    align-items: center;
    gap: 33px;
    font-size: 26px;
    line-height: 128%;
    margin: 0 0 70px 0;
    /*font-family: 'Roboto';*/
    font-family: 'Onest';
}

.orj-contacts__head p {
    margin: 0;
}

.orj-contacts__head span {
    display: block;
}

.orj-contacts__head svg {
    flex-shrink: 0;
}

.orj-map {
    height: 636px;
    position: relative;

}

.orj-map::before {
    content: '';
    width: 257px;
    height: 294px;
    background: url(/local/templates/forward_dc_new/img/oc-decor.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -227px;
    right: 0;
}

.orj-mobile-btn {
    display: none;
}

@media screen and (max-width: 1599px) {
    .gift__img {
        width: 770px;
    }

    .images__bottom {
        padding: 24px 0 43px 0;
    }

    .qr-codes {
        max-width: 391px;
    }
}

@media screen and (max-width: 1200px) {
    .gift__img {
        width: 570px;
    }

    .gift__inner {
        padding: 31px 0;
    }
}

@media screen and (max-width: 1024px) {
    .orj-main__teaser {
        font-size: 36px;
        line-height: normal;
        margin: 0 0 26px 16px;
    }

    .orj-contacts__head {
        margin: 0 0 19px 0;
        font-size: 18px;
        line-height: 128%;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .orj-map {
        height: 513px;
    }

    .orj-map::before {
        width: 136px;
        height: 156px;
        top: -68px;
        right: -63px;
    }

    .orj-contacts__head svg {
        width: 45px;
        height: 45px;
    }

    .orj-main__adress-text {
        font-size: 26px;
        line-height: 30px;
    }

    .gift__inner {
        padding: 0;
        height: 127px;
    }

    .gift__img {
        width: 320px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .orj-main__adress svg {
        width: 100px;
        height: 100px;
    }

    .orj-main__teaser::before {
        top: -21px;
        left: -16px;
        width: 43px;
        height: 43px;
    }

    .orj-main__heading {
        font-size: 64px;
        line-height: 68px;
    }

    .orj-main {
        padding: 52px 0 423px 0;
    }

    .orj-main::after {
        content: '';
        width: 157px;
        height: 179px;
        background: url(/local/templates/forward_dc_new/img/mobile-decor.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: 200px;
        z-index: 1;
    }

    .orj-main__bg {
        display: none;
    }

    .images-pic {
        text-align: center;
    }

    .orj-group {
        display: flex;
        flex-direction: column-reverse;

    }

    .images {
        padding: 40px 0 50px 0;
    }

    .qr-codes {
        display: none;
    }

    .orj-mobile-btn {
        display: block;
        padding: 18px 20px;
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: normal;
        font-family: 'Normalidad';
        background: #ED1C24;
        margin: 32px 0 0 0;
        border-radius: 20px;
    }

    .images-group {
        display: flex;
        flex-direction: column-reverse;
    }

    .images__bottom {
        padding: 0 0 40px 0;
    }

    .images__bottom-item {
        font-size: 14px;
        line-height: normal;
    }

    .orj-contacts {
        padding: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .orj-main__teaser {
        font-size: 22px;
        line-height: normal;
        margin: 0 0 20px 6px;
    }

    .orj-contacts__head {
        max-width: 258px;
    }

    .orj-main__adress-text {
        font-size: 18px;
        line-height: 135%;
        max-width: 90%;
    }

    .orj-main__adress {
        position: relative;
        padding: 34px 48px 16px 0;
    }

    .orj-main__adress svg {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .orj-main__teaser::before {
        top: -8px;
        left: -7px;
        width: 20px;
        height: 17px;
    }

    .orj-main__heading {
        font-size: 40px;
        line-height: 110%;
    }

    .orj-main {
        padding: 27px 0 423px 0;
    }
}

.footer_subscribe__social.soc_dzen {
    width: 40px;
    height: 40px; 
    background: url(/local/templates/forward_dc_new/img/soc_icon/dzen.png) no-repeat; 
    background-size: 100% 100%;
    border-radius: 10px;
}

.footer_subscribe__social.soc_vc {
    width: 40px;
    height: 40px; 
    background: url(/local/templates/forward_dc_new/img/soc_icon/vc.png) no-repeat; 
    background-size: 100% 100%;
    border-radius: 10px;
}

@media screen and (max-width: 375px) {
    .footer_subscribe-group {
        gap: 15px;
    }
}