body.information-present {
    background: radial-gradient(50.00% 50.00% at 50% 50%,rgba(0, 129, 100, 1),rgba(0.22, 90.5, 70.2, 1) 100%),rgba(255, 255, 255, 1);
}

header {
    z-index: 100;
}

main {
    background: url("../image/present/present-top_1.svg") no-repeat 80px 150px, url("../image/present/body-right-top.svg") no-repeat 90% 100px;
}

.body-bg-left {
    left: -80px;
    top: 0;
}

.body-bg-right {
    right: -80px;
    top: 0;
}

.body-bg-left div {
    background: url("../image/present/body-left.svg");
}

.body-bg-right div {
    background: url("../image/present/body-right.svg");
}

.present__info-title p {
    color: #fff;
    padding-bottom: 50px;
}

.text_2 {
    background: rgba(208, 47, 0, 1);
    color: #fff;
    margin-right: 220px;
}

.text_2:before {
    content: none;
}

.present__products .item:before {
    z-index: 2;

}

.present__products .item:nth-child(1):before {
    content: url("../image/present/product1.svg");
    bottom: 91%;
}

.present__products .item:nth-child(2):before {
    content: url("../image/present/product2.svg");
    left: 50%;
    top: 2px;
    transform: translate(-50%, -50%);
}

.present__products .item:nth-child(3):before {
    content: url("../image/present/product3.svg");
    top: 10px;
}

.present__products .item:nth-child(3):after {
    content: url("../image/present/santa.png");
    position: absolute;
    bottom: 97%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


.present__products .item:nth-child(4):before {
    content: url("../image/present/product4.svg");
    transform: translate(29%, -34%);
}

.present__info-title {
    background: none;
}

.text_1 {
    background: url("../image/present/snowball.png");
    width: 192px;
}

.text_1 div {
    color: rgba(208, 47, 0, 1);
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 187px;
}

.text_1:before,
.text_1 div:before,
.text_1 div:after {
    content: none;
}

.present__info--text {
    flex: 1;
    justify-content: space-between;
}

@media (max-width: 650px) {
    .present__products .item:nth-child(3):after {
        content: none;
    }

    main {
        background: url("../image/present/present-top_1.svg") no-repeat 80px 150px;
    }

    .present__info-title p {
        margin-bottom: 0;
    }
}

.top-present {
    z-index: 2;
    background: url("../image/present/topline-bg.svg") repeat-x, rgba(0, 129, 100, 1);
}

.top-present-wrap span i:before,
.top-present-wrap span i:after,
.top-present-wrap span:nth-child(2):before {
    content: none;
}

.top-present-wrap span:nth-child(2) {
    color: transparent;               /* Текст прозорий */
    -webkit-text-stroke: 1px #fff;    /* Товщина і колір обводки */
    text-stroke: 1px #fff;            /* Для браузерів, що підтримують */
    letter-spacing: 1px;
}
