body.showFos-advertising {
    overflow: hidden;
}

body.showFos-advertising .fos-advertising {
    visibility: visible;
    opacity: 1;
}

.fos-advertising .inn-fos-cont {
    color: #fff;
    padding: 76px 36px 36px;
    width: 1298px;
    border-radius: 0;
    background-color: var(--c-red);
}

.fos-advertising .fos-krestik {
    z-index: 2;
    position: absolute;
    top: 38px;
    right: 35px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: opacity .3s;
}


.fos-advertising .fos-krestik svg {
    width: 100%;
    height: 100%;
}

.fos-advertising .fos-krestik svg path {
    transition: .3s;
}

.fos-advertising .fos-krestik svg path {
    fill: var(--c-white);
}

.fos-advertising .fos-krestik:hover {
    opacity: .7;
}

.fos-advertising .chbx_icon {
    background-color: #fff0;
}

.fos-advertising .chbx_icon svg path {
    transition: .3s;
    stroke: var(--c-red);
}

.fos-advertising .chbx_label input + .chbx_icon {
    border-color: var(--c-white);
}

.fos-advertising .chbx_label input:checked + .chbx_icon {
    background-color: var(--c-white);
}

.fos-advertising * {
    letter-spacing: normal;
}

.fos-advertising .fb_info {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
}

.fos-advertising .chbx_label {
    --s: 24px;
    cursor: pointer;
}

.fos-advertising .fb_info_chbx {
    display: flex;
    gap: 20px;
    align-items: center;
}

.fos-advertising .fb_ic_text {
    padding-top: 2px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.fos-advertising .fos-head {
    text-align: center;
    font-size: 37px;
}

.fos-advertising .fb_info {
    padding-left: 344px;
    padding-right: 304px;
}

/*.fos-advertising .fb_wm {*/
/*    position: relative;*/
/*}*/
.fos-advertising .fb_m,
.fos-advertising .fb_w {
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.fos-advertising .fb_m img,
.fos-advertising .fb_w img {
    width: 100%;
    height: auto;
}

.fos-advertising .fb_m {
    right: 44px;
    width: 284px;
}

.fos-advertising .fb_w {
    left: 74px;
    width: 279px;
}

.fos-advertising .fb_info {
    position: relative;
    z-index: 2;
}

.fos-advertising .fb_info_possibilities {
    margin-top: 27px;
}

.fos-advertising .fb_info_possibility {
    font-size: 18px;
    line-height: 135%;
    text-transform: uppercase;
}

.fos-advertising .fb_info_possibility + .fb_info_possibility {
    margin-top: 11px;
}

.fos-advertising .fb_btns {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.fos-advertising .fb_btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c-primary);
    height: 43px;
    background-color: #fff;
    width: 232px;
    border-radius: 12px;
}

@media (max-width: 1300px) {
    .fos-advertising .fb_info {
        flex-direction: column;
        gap: 80px;
    }

    .fos-advertising .fb_info {
        padding-left: unset;
        padding-right: unset;
    }

    .fos-advertising .inn-fos-cont {
        width: 520px;
    }

    .fos-advertising .fb_m:after,
    .fos-advertising .fb_w:after {
        position: absolute;
        content: "";
        bottom: 0;
        height: 80px;
        left: 0;
        right: 0;
        z-index: 1;
        background: linear-gradient(0, var(--c-red), transparent);
    }

    .fos-advertising .fb_w {
        left: unset;
        right: 55px;
        width: 150px;
        bottom: unset;
        top: 125px;
    }

    .fos-advertising .fb_info_l {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
    }

    .fos-advertising .fb_m {
        left: 40px;
        right: unset;
        width: 150px;
        top: 340px;
        bottom: unset;
    }


    .fos-advertising .fb_info_r {
        margin-left: auto;
    }
}

@media (max-width: 545px) {
    .fos-advertising .fos-head {
        font-size: 32px;
    }

    .fos-advertising .fb_info_possibility {
        font-size: 16px;
    }

    .fos-advertising .inn-fos-cont {
        padding: 76px 24px 36px;
    }

    .fos-advertising .fb_btns {
        margin-top: 100px;
    }

    /*.fos-advertising .fb_m{*/
    /*    width: 130px;*/
    /*    top: 348px;*/
    /*}*/
    .fos-advertising .fb_w {
        width: 130px;
        top: 135px;
    }

    .fos-advertising .fb_info {
        gap: 110px;
    }

    .fos-advertising .fb_info_r {
        text-align: right;
    }

    .fos-advertising .fb_info_chbx {
        justify-content: flex-end;
    }
}
@media (max-width: 475px){
    .fos-advertising .fb_m {
        width: 110px;
        top: 290px;
        left:calc(100vw * 54 / 475);
    }
    .fos-advertising .fb_w {
        width: 100px;
        top: 110px;
        right:calc(100vw * 54 / 475);
    }
    .fos-advertising .fb_ic_text{
        font-size: 14px;
    }
    .fos-advertising .fb_info_possibilities {
        margin-top: 16px;
    }
    .fos-advertising .fb_info {
        gap: 80px;
    }
    .fos-advertising .fb_info_possibility{
        font-size: 11px;
    }
    .fos-advertising .inn-fos-cont {
        padding: 48px 24px 36px;
    }
    .fos-advertising .fos-krestik{
        top:16px;
        width: 24px;
        height: 24px;
        right:16px;
    }
}
@media (max-width: 475px){
    .fos-advertising .fos-head {
        font-size: 24px;
    }
}
@media (max-width: 375px){
    .fos-advertising .inn-fos-cont {
        width: 100%;
        height: 100%;
        max-width: unset;
    }
    .fos-advertising .fos-cont-flex {
        padding: 0;
    }
    .fos-advertising .fb_m {
        width: calc(100vw * 110 / 375);
        left:16px;
    }
    .fos-advertising .fb_btns{
        position: sticky;
        bottom:30px;
        z-index: 3;
    }
    .fos-advertising .fb_info_chbx {
        gap: 12px;
    }
    .fos-advertising .fb_w {
        top: 120px;
    }
    .fos-advertising .fb_w {
        width: calc(100vw * 100 / 375);
        right: 16px;
    }
    .fos-advertising .fb_btns {
        margin-top: 80px;
    }
}