﻿.Drawer_drawer__HaqzY
{
    --top-position: 0;
    position: fixed;
    bottom: 0;
    max-width: 250px;
    width: 100%;
    z-index: 90;
    background-color: #1c1d27;
    color: #fff;
    top: var(--top-position);
}
.Drawer_drawer__HaqzY.Drawer_leftAligned__eaE0B
{
    left: -360px;
    transition: left .4s ease;
}
.Drawer_drawer__HaqzY.Drawer_leftAligned__eaE0B.Drawer_active__XO6zt
{
    left: 0;
}
.Drawer_drawer__HaqzY.Drawer_topAligned__ZjkEA
{
    max-width: 100%;
    left: 0;
    bottom: auto;
    top: calc(-220px - var(--top-position));
    transition: top .65s ease;
}
.Drawer_drawer__HaqzY.Drawer_topAligned__ZjkEA.Drawer_active__XO6zt
{
    top: var(--top-position);
}
.Drawer_drawer__HaqzY.Drawer_rightAligned__Z_3nK
{
    right: -360px;
    transition: right .4s ease;
}
.Drawer_drawer__HaqzY.Drawer_rightAligned__Z_3nK.Drawer_active__XO6zt
{
    right: 0;
}
.Drawer_overlay__weqL_
{
    background: rgba(0,0,0,.7);
    bottom: 0;
    content: "";
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility .4s ease,opacity .4s ease;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}
.Drawer_overlay__weqL_.Drawer_active__XO6zt
{
    visibility: visible;
    opacity: 1;
    z-index: 89;
}
.styles_link__grntx
{
    color: #afb7c6;
    font-size: 13px;
    line-height: 15px;
    font-family: Gilroy Semibold,sans-serif;
    border-bottom: none;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 12px;
}
.styles_link__grntx:hover
{
    text-decoration: none;
}
.page_limitedOfferWrapper__D7wrH
{
    padding: 20px 60px 50px;
    position: relative;
}
@media(max-width: 1279px)
{
    .page_limitedOfferWrapper__D7wrH
    {
        padding: 20px 15px 50px;
    }
}
@media(max-width: 767px)
{
    .page_limitedOfferWrapper__D7wrH
    {
        padding: 25px 15px 50px;
    }
}
@media(max-width: 1279px)
{
    .page_limitedOfferWrapper__D7wrH
    {
        padding: 0 15px 50px;
    }
}
@media(max-width: 767px)
{
    .page_limitedOfferWrapper__D7wrH
    {
        padding: 0 15px 50px;
    }
}