@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova-light.eot");
    /* IE9 */
    src: url("../fonts/proxima-nova-light.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/proxima-nova-light.woff") format("woff"),
        /* chrome, firefox */
        url("../fonts/proxima-nova-light.ttf") format("truetype"),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url("../fonts/proxima-nova-light.svg#Proxima Nova Lt") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova-bold.eot");
    /* IE9 */
    src: url("../fonts/proxima-nova-bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/proxima-nova-bold.woff") format("woff"),
        /* chrome, firefox */
        url("../fonts/proxima-nova-bold.ttf") format("truetype"),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url("../fonts/proxima-nova-bold.svg#Proxima Nova Rg") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova-regular.eot");
    /* IE9 */
    src: url("../fonts/proxima-nova-regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/proxima-nova-regular.woff") format("woff"),
        /* chrome, firefox */
        url("../fonts/proxima-nova-regular.ttf") format("truetype"),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url("../fonts/proxima-nova-regular.svg#Proxima Nova Rg") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova-semibold.eot");
    /* IE9 */
    src: url("../fonts/proxima-nova-semibold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/proxima-nova-semibold.woff") format("woff"),
        /* chrome, firefox */
        url("../fonts/proxima-nova-semibold.ttf") format("truetype"),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url("../fonts/proxima-nova-semibold.svg#Proxima Nova Lt") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: 600;
}

:root {
    --purple: #2D2B89;
    --pink: #F64479;
    --bg-body: #F4F1FF;
    --bg-purple: #2D2B89;
}

body {
    background-color: var(--bg-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
    background: url(../img/top-bg.jpg) 0 100% no-repeat;
    background-size: cover;
    min-height: 500px;
    height: 770px;

}

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

.title__block__text .lead {
    font-weight: 600;
}

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

}

.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;
}

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

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

}

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

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

.timer__items {
    display: flex;
    font-size: 4em;

}

.timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
}

.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 0.3em;
    font-weight: 400;
}

.timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -15px;
}

.quote-inner {
    display: flex;
    min-height: 473px;
    flex-direction: column;
    justify-content: center;
}

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

}

.quote-1,
.quote-2,
.quote-3,
.quote-4,
.quote-5,
.quote-6 {
    position: relative;
    /* min-height: 330px; */
}

.quote-1 {
    background: url(../img/quot-bg.svg) center no-repeat;
}

.quote-2 {
    background: url(../img/quot-bg-2.svg) center no-repeat;
}

.quote-3 {
    background: url(../img/quot-bg-3.svg) center no-repeat;
}

.quote-4 {
    background: url(../img/quot-bg-4.svg) center no-repeat;
}

.quote-5 {
    background: url(../img/quot-bg-5.svg) center no-repeat;
}

.quote-6 {
    background: url(../img/quot-bg-6.svg) center no-repeat;
}

.quote-1::before,
.quote-2::before,
.quote-3::before,
.quote-4::before,
.quote-5::before,
.quote-6::before {
    content: '';
    background-image: url(../img/quot-l.svg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 63px;
    height: 44px;
    position: absolute;
    top: 50px;
    left: 10px;


}

.quote-1::after,
.quote-2::after,
.quote-3::after,
.quote-4::after,
.quote-5::after,
.quote-6::after {
    content: '';
    background-image: url(../img/quot-r.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 63px;
    height: 44px;
    position: absolute;
    right: 20px;
    bottom: 138px;
}

.p-6 {
    padding: 3rem;
}

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

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

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

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

.fs-27 {
    font-size: 1.688em;
    line-height: 170%;
}

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

.fs-36 {
    font-size: 2.250em;
    line-height: 170%;
}

.fs-40 {
    font-size: 2.5em;
    line-height: 160%;
}

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

.fw-500 {
    font-weight: 500;
}

.title__block__button a {
    width: 25%;
}

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

@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;
    }
}

.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;
}

@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;
    }
}