:root {
    --purple: #302CA7;
    --yellow: #FFB932;
    --bg-body: #ffffff;
    --bg-purple: #302CA7;
}

body {
    background-color: var(--bg-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
}

header {
    background: url(../img/top_bg.png) 0 100% no-repeat;
    background-size: cover;
    min-height: 500px;
    height: 650px;
}

.title__block__head {
    margin-top: 5.625rem;
}

.title__block__head .title-sm {
    color: #FFB932;
    font-weight: 900;
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    padding-bottom: 0.8125rem;
}

.title__block-title {
    padding-bottom: 3rem;
}

.title__block__text .bg-video {
    background: url(../img/center-bg.png) 0 100% no-repeat;
    background-size: cover;

}

.bg-pleer {
    background-image: url(../img/bg_pleer.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #fff;
}

.video_embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.mt-6 {
    margin-top: 5rem !important;
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.logo-block {
    /*width: 100%;
     min-height: 300px; 
    background-image: url(../img/logo-bg.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: var(--bg-purple);
}

.text-purple {
    color: var(--purple);
}

.btn-yellow {
    background-color: var(--yellow);
    font-size: 24px;

}

.border-purple {
    border-color: var(--purple);
    border-width: 1px;
    border-style: solid;
}

.card {
    background: none;
    border: 0;
    /* width: 60%; */
}


p.gift::after {
    content: url(../img/gift.png);

}

.element-1 {
    content: url(../img/element-3.png);
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    margin: 0;
    padding: 0;

}

.element-2 {
    content: url(../img/element-1.png);
    position: absolute;
    top: 27%;
    left: 0;
    width: auto;
    margin: 0;
    padding: 0;

}

.element-3 {
    content: url(../img/element-2.png);
    position: absolute;
    top: 51%;
    right: 2%;
    width: auto;
    margin: 0;
    padding: 0;

}

.p-6 {
    padding: 3rem;
}

.fs-20 {
    /* font-size: 20px;
    line-height: 25px; */
    font-size: 1.25em;
    line-height: 130%;
}

.ln-175 {
    line-height: 175%;
}

.fs-22 {
    font-size: 1.375em;
    line-height: 160%;
}

.fs-22-bold {
    font-weight: 700;
    color: var(--purple);
}

.fs-24 {
    /* font-size: 24px;
    line-height: 49px; */
    font-size: 1.5em;
    line-height: 150%;
}

.fs-32 {
    font-size: 2em;
    line-height: 170%;
}

.fs-45 {
    font-size: 3em;
    line-height: 180%;
}

.fs-45-bold {
    font-weight: 900;
}

.fs-68 {
    font-size: 4.25em;
    line-height: 100%;
    font-weight: 900;
}

.title__block__button a {
    width: 35%;
    background-color: #FFB932;
    color: #000000;
    padding: 0.5rem;
    border-radius: 50px;
}

.promo-line {
    font-family: Montserrat;
    background-color: #FFB932;
    padding: 13px 0 18px;
}

.promo-line ._text {
    color: #000000;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
}

.promo-line ._price {
    color: #ff0000;
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
}

.promo-line ._link {
    color: #cc0000;

}

.promo-line ._link:hover {
    text-decoration: none;
}

.bg-footer {
    background-color: var(--bg-purple);
}

@media (max-width: 1280px) {
    .promo-line .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .promo-line .container>* {
        margin: 0 5px;
    }
}

@media (max-width: 680px) {
    header {
        height: auto;
    }

    .fs-40 {
        font-size: 1.75em;
    }

    .fs-32 {
        font-size: 1.35em;
        text-align: center;
    }

    .fs-48 {
        font-size: 2em;
    }

    .title-sm {
        text-align: center;
    }

    .timer__items {
        font-size: 3em;
    }

    .title__block__button a {
        width: 100%;
    }

    .ms-sm-3 {
        margin-left: 1.5rem !important;
    }

    .card {
        width: 100%;
    }

    .img-sm {
        text-align: center;
    }

    .pe-4 {
        padding-right: 2.75rem !important;
    }

    .fs-24 {
        font-size: 1.15em;
        line-height: 150%;
    }

}

@media (min-width: 800px) {
    .marquiz-pops_position {
        margin: 40px 15px 15px 15px;
    }
}