:root{
    --main-color: #C41F4C;
    --dark-main-color: #b40041;
}

.goodnews-banner {
    position: relative;
    display: flex;
    min-height: 980px;
    /*background: url(/shares/complects/bg.jpg);*/
    background-color: #835AFE;
    background-repeat: no-repeat;
    background-position: center;
    padding: 178px 0 50px;
}
.goodnews-banner .widget-icon{
    position: relative;
    display: flex;
}
.goodnews-banner .widget-icon:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-384px, -53%);
    width: 100vw;
    height: calc(100% + 96px);
    border: 2px solid #000000;
    border-radius: 0 1700px 1700px 0;
    pointer-events: none;
}
.goodnews-banner .widget-icon svg{
    height: auto;
}
.goodnews-banner__container::after {
    content: "";
    position: absolute;
    /* width: 1006px; */
    width: 81%;
    aspect-ratio: 4 / 4;
    background: url('/include/shares/complects_kosmos/images/banner_add.webp') no-repeat;
    background-size: contain;
    background-position: center bottom;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 2;
    transform: translate(31.5%, 50px);
}
.goodnews-banner__text-block {
    margin-top: 104px;
}
.goodnews-banner__container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.goodnews-banner__button {
    margin-top: 74px;
    padding: 22px 44px;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    color: #000;
    border: 1px solid #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none !important;
    user-select: none;
    align-self: flex-start;

    transition: color .2s ease-out, background-color .2s ease-out;
}
.goodnews-banner__button:hover,
.goodnews-banner__button:focus{
    background-color: transparent;
    color: #ffffff;
}
@media all and (max-width: 1200px) {
    .goodnews-banner{
        min-height: 600px;
        padding: 200px 0 50px;
    }
    .goodnews-banner__container-wrapper{
        max-width: 52%;
    }
    .goodnews-banner__container::after{
        width: 60%;
        transform: translate(14%, 50px);
    }
    .goodnews-banner .widget-icon:after{
        display: none;
    }
    .goodnews-banner__button{
        margin-top: 50px;
    }
}
@media all and (max-width: 980px) {
    .goodnews-banner {
        padding: 100px 0 50px;
    }
    .goodnews-banner {
        min-height: auto;
    }
}
@media all and (max-width: 800px) {
    .goodnews-banner__button {
        margin-top: 40px;
        padding: 18px 36px;
        text-align: center;
        background: #fff;
        font-size: 16px;
    }
}
@media all and (max-width: 600px) {
    .goodnews-banner__container::after{
        display: none;
    }
    .goodnews-banner__container-wrapper {
        max-width: 100%;
    }
    .goodnews-banner__button {
        padding: 16px 32px;
        font-size: 15px;
    }
}

.surprise-pack {
    padding: 50px 0;
    color: #000;
}
.surprise-pack__title {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 37px;
    line-height: 134.1%;
    text-align: center;
}
.surprise-subtitle {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 40px;
}
.surprise-pack__item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
    border-radius: 0;
    padding: 34px 24px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #D7D7D7;
}
.surprise-pack__item-wrapper::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 0;
}
.surprise-pack__plan {
    font-weight: 400;
    font-size: 13.8111px;
    line-height: 120%;
    letter-spacing: 0.195em;
    text-transform: lowercase;
    color: #757479;
}
.surprise-pack__name {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    /* or 28px */

    text-transform: uppercase;

    color: #000;
}
.surprise-pack__price-block {
    margin-top: 24px;
    padding: 12px 0;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    text-align: center;
}
.surprise-pack__price {
    font-weight: 700;
    font-size: 28.2353px;
    line-height: 142.4%;
    color: #000;
}
.surprise-pack__old-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 142.4%;
    text-decoration: line-through;
    color: #757575;
}
.surprise-pack__button {
    display: block;
    margin-top: 48px;
    padding: 18px 30px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
    background-color: var(--main-color, #252525);
    width: 100%;
    border-radius: 4px;
    text-decoration: none !important;
    text-transform: uppercase;

    transition: background-color .2s ease-out;
}
.surprise-pack__button:hover,
.surprise-pack__button:focus {
    color: #ffffff;
    background-color: var(--dark-main-color, #252525);
}
.surprise-pack__discount-text {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 142.4%;
    text-align: center;
    color: #757479;
}
.surprise-pack__economy-block {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}
.surprise-pack__economy-price {
    font-weight: 400;
    font-size: 24px;
    line-height: 142.4%;
}
.surprise-pack__economy-text {
    margin-left: 5px;
    margin-top: auto;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.surprise-pack__properties {
    margin-top: 20px;
}
.surprise-pack__prop {
    display: flex;
    margin-bottom: 17px;
    align-items: center;
}
.surprise-pack__prop::before {
    content: "";
    margin-top: -6px;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.99687 6.60005L9.89687 0.700048C10.0802 0.516715 10.3135 0.425049 10.5969 0.425049C10.8802 0.425049 11.1135 0.516715 11.2969 0.700048C11.4802 0.883382 11.5719 1.11671 11.5719 1.40005C11.5719 1.68338 11.4802 1.91672 11.2969 2.10005L4.69687 8.70005C4.49687 8.90005 4.26354 9.00005 3.99687 9.00005C3.73021 9.00005 3.49688 8.90005 3.29688 8.70005L0.696875 6.10005C0.513541 5.91672 0.421875 5.68338 0.421875 5.40005C0.421875 5.11671 0.513541 4.88338 0.696875 4.70005C0.880208 4.51672 1.11354 4.42505 1.39687 4.42505C1.68021 4.42505 1.91354 4.51672 2.09688 4.70005L3.99687 6.60005Z" fill="%23fbae43"/></svg>');
}
.surprise-pack__prop span {
    color: #757479;
}