#share3 {
    width: 508px;
    height: 508px;
    top: -46%;
    right: -12%;
    bottom: auto;
    left: auto;
}
#share4 {
    width: 472px;
    height: 472px;
    bottom: -31%;
    left: -8%;
}
.site-block {
    border-radius: 30px;
    max-width: 1126px;
    overflow: hidden;
    background: #bb2749;
    position: relative;
    margin: 0 auto 40px;
}
.site-block:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/figures/fonn.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    mix-blend-mode: overlay;
    opacity: 0.8;
}

.site-block-title {
    color: white;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: 'Dela Gothic One', sans-serif;
    position: relative;
}

.site-block-title > div {
    position: relative;
    z-index: 2;
    padding-left: 30px;
}

.site-block-title > span {
    padding-left: 30px;
    position: absolute;
    z-index: 1;
    color: #2b2a29;
    content: "";
    top: 2px;
    left: 3px;
}

.site-block-text {
    border-radius: 40px;
    max-width: 460px;
    position: relative;
    padding: 25px 25px 25px 56px;
    color: white;
    font-weight: 500;
    font-size: 30px;
    background: #2b2a29;
    margin-bottom: 10px;
}

.site-block-text:before {
    position: absolute;
    width: 144px;
    height: 144px;
    background-image: url(/images/figures/blesk.svg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    top: 50%;
    left: -72px;
    transform: translateY(-50%);

    opacity: 0;
    -webkit-animation: shine2 3s ease-in-out infinite;
    animation: shine2 3s ease-in-out infinite;
}

.blesk {
    position: absolute;
    width: 227px;
    height: 227px;
    background-image: url(/images/figures/blesk.svg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";

    opacity: 0;
    -webkit-animation: shine2 3s ease-in-out infinite;
    animation: shine2 3s ease-in-out infinite;
}
.blesk-1 {
    left: -100px;
    top: -80px;
    animation-delay: 0.5s;
}
.blesk-2 {
    right: -100px;
    bottom: -80px;
    animation-delay: 1.5s;
}

.site-block-texts {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.site-block-text-1 {
    margin-right: 40px;
}

.site-block-text-2 {
    max-width: 360px;
}
.site-block-text-2:before {
    animation-delay: 1s;
}
.site-block-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 20px;
}

.site-block-gift {
    margin-bottom: 10px;
    animation: gift 3s ease-in-out infinite;
}

.site-block-gift img {
    max-width: 100%;
}
@keyframes gift {
    5%, 15%, 25%, 35%, 45% {
        transform: rotate(2deg);
    }

    10%, 20%, 30%, 40% {
        transform: rotate(-2deg);
    }

    50% {
        transform: rotate(0);
    }
}

@media (max-width: 1200px) {
    #share3 {
        top: -60%;
        right: -19%;
    }
}
@media (max-width: 991px) {
    #share3 {
        width: 348px;
        height: 348px;
        top: -46%;
        right: -12%;
    }
    #share4 {
        width: 322px;
        height: 322px;
        bottom: -24%;
        left: -10%;
    }
}
@media (max-width: 576px) {
    .site-block-container {
        padding: 100px 20px;
    }
    .site-block-title {
        font-size: 18px;
    }

    .site-block-text {
        border-radius: 20px;
        padding: 15px 15px 15px 36px;
        color: white;
        font-size: 18px;
    }
    #share4 {
        bottom: -41%;
    }
    .site-block-text:before {
        width: 76px;
        height: 76px;
        left: -32px;
    }
    .blesk {
        width: 107px;
        height: 107px;
    }
    .blesk-1 {
        left: -30px;
        top: -20px;
    }
    .blesk-2 {
        right: -30px;
        bottom: -20px;
    }
}