

/* Start:/local/templates/bigi/assets/css/get-subscribe.css?17701983677907*/
@font-face {
    font-family: 'Oceanic Grotesk', 'sans-serif';
    font-style: normal;
    font-weight: 500;
    src: url(/local/templates/bigi/assets/css/../assets/fonts/OceanicGrotesk-Medium.otf) format("opentype")
}

@font-face {
    font-family: 'Oceanic Grotesk', 'sans-serif';
    font-style: normal;
    font-weight: 400;
    src: url(/local/templates/bigi/assets/css/../assets/fonts/OceanicGrotesk-Regular.otf) format("opentype")
}

@font-face {
    font-family: JetBrains;
    font-style: normal;
    font-weight: 500;
    src: url(/local/templates/bigi/assets/css/../assets/fonts/JetBrainsMono-Medium.ttf) format("truetype")
}

.get-subscribe {
    position: relative;
    background-color: #292929;

    height: 100%;
}

.fixed {
    position: fixed;
}

.get-subscribe__video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}

.get-subscribe__video-wrapper::after {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}


.get-subscribe__title {
    padding: 0 40px;
    width: 45%;
    box-sizing: content-box;

    position: fixed;
    bottom: 47vh;

    color: #FFFFFF;

    font-family: 'Oceanic Grotesk', 'sans-serif';
    font-weight: 500;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.get-subscribe__subtitle {
    margin: 0;
    padding: 0 40px;
    width: 368px;
    box-sizing: content-box;

    position: fixed;
    bottom: 40px;

    color: #FFFFFF;

    font-family: 'Oceanic Grotesk', 'sans-serif';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.yellow {
    color: #EBCD00;
}

.get-subscribe__array {
    margin: 586px 0 0;
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

.get-subscribe__element {
    display: flex;
    flex-direction: row;

    width: 368px;
    background-color: rgba(29, 33, 38, 0.9);

    border-radius: 24px;
}

.get-subscribe__element_active {
    background-color: #A41034;
}

.get-subscribe__element-content {
    width: 260px;
    padding: 24px 0 24px 24px;

    box-sizing: content-box;
}

.get-subscribe__price {
    margin: 0;

    color: #FFFFFF;

    font-family: 'Oceanic Grotesk', 'sans-serif';
    font-weight: 400;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.get-subscribe__description {
    margin: 8px 0 44px;

    color: #FFFFFF;

    font-family: 'Oceanic Grotesk', 'sans-serif';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.grey {
    color: rgba(255, 255, 255, 0.5);
}

.get-subscribe__category {
    display: inline-block;
    margin: 0;
    padding: 3px 12px;

    color: rgba(29, 33, 38, 0.9);
    background-color: #FFFFFF;

    text-transform: uppercase;

    border-radius: 10px;

    font-family: JetBrains, sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: 0.08em;
}

.yellow-back {
    background-color: #EBCD00;
}

.get-subscribe__element-content_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.get-subscribe__old-price {
    margin: 24px 0 0;
    font-family: 'Oceanic Grotesk', 'sans-serif';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.5);
}

.get-subscribe__button {
    margin: 0 0 24px 24px;
    border: none;
    padding: 0;

    position: relative;
    width: 36px;
    height: 36px;

    background-color: #FFFFFF;
    border-radius: 50%;

    cursor: pointer;
}

.get-subscribe__button:hover {
    background-color: #A41034;
}

.get-subscribe__button_active:hover {
    background-color: #FFFFFF;
}

.get-subscribe__button::after {
    content: url("/local/templates/bigi/assets/css/../images/icons/icon-plus-v2.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.get-subscribe__button_active::after {
    content: url("/local/templates/bigi/assets/css/../images/icons/icon-check-v2-2.svg");
}

.get-subscribe__submit {
    margin: 40px 0;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);

    width: 368px;
    background-color: transparent;
    border-radius: 20px;
    color: #FFFFFF;

    font-family: 'Oceanic Grotesk', 'sans-serif';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    cursor: pointer;
}

.get-subscribe__submit:hover {
    background-color: #A41034;
    border-color: #A41034;
}

.get-subscribe__submit:disabled {
    cursor: default;
}

.get-subscribe__submit:disabled:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.notScroll {
    position: absolute;
    top: auto;
    bottom: 0;
}

.notScrollTxt {
    position: absolute;
}

@media screen and (max-width: 1600px) {
    .get-subscribe__title {
        left: 0;
    }

    .get-subscribe__subtitle {
        left: 0;
    }
}

@media screen and (max-width: 1100px) {
    .get-subscribe__title {
        padding: 0 15px;
    }

    .get-subscribe__subtitle {
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .get-subscribe__video-wrapper {
        position: relative;
        margin-top: -60px;
    }

    .get-subscribe__video-wrapper::after {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .get-subscribe__video {
        position: relative;
        top: unset;
        left: unset;
        height: 100vw;
    }

    .get-subscribe__title {
        position: relative;
        bottom: unset;
        left: unset;
        margin: 0;
        padding: 40px 15px;
        width: 100%;
        box-sizing: border-box;

        font-size: 36px;
    }

    .get-subscribe__subtitle {
        position: relative;
        bottom: unset;
        left: unset;
        margin: 0;

        width: 100%;
        box-sizing: border-box;
    }

    .get-subscribe__array {
        margin: 0;
        padding: 40px 0 0;
    }
}

@media screen and (max-width: 500px) {
    .get-subscribe__array {
        align-items: center;
    }
}

@media screen and (max-width: 375px) {
    .get-subscribe__element {
        width: 328px;
    }

    .get-subscribe__submit {
        padding: 8px 16px;
        width: 328px;
    }

    .get-subscribe__element-content {
        width: 220px;
    }
}

@media (max-width: 1000px) and (orientation: landscape) {
    .get-subscribe__video-wrapper {
        position: relative;
        margin-top: -60px;
    }

    .get-subscribe__video-wrapper::after {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .get-subscribe__video {
        position: relative;
        top: unset;
        left: unset;
        margin-top: -60px;
        height: auto;
    }

    .get-subscribe__title {
        position: relative;
        bottom: unset;
        left: unset;
        margin: 0;
        padding: 40px 15px;
        width: 100%;
        box-sizing: border-box;

        font-size: 36px;
    }

    .get-subscribe__subtitle {
        position: relative;
        bottom: unset;
        left: unset;
        margin: 0;

        width: 100%;
        box-sizing: border-box;
    }

    .get-subscribe__array {
        margin: 0;
        padding: 40px 0 0;
    }
}

.body_get-subscribe .header__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.body_get-subscribe footer {
    margin-top: 0;
}
/* End */
/* /local/templates/bigi/assets/css/get-subscribe.css?17701983677907 */
