@charset "UTF-8";


.text_big {
    font-size: 1.5em;
}

.vis_small {
    display: none;
}

.header {
    background: #3b5998;
    height: 45px;
}

.clear {
    clear: both;
}

@keyframes light {
    0%,
    100% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
}


@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.show {
    opacity: 1 !important;
    display: block !important;
}

.show-flex-center {
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

.close_button:hover {
    background: #5edb58;
}


@media screen and (max-width: 768px) {
    .vis_small {
        display: block;
        padding-top: 260px;
    }
    .text_big {
        font-size: 16px;
    }
    .select_block {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .select_block h2 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .top_block h1 {
        font-size: 20px !important;
        line-height: 23px !important;
    }
    .top_block p {
        font-size: 16px !important;
        line-height: 20px;
    }
    .top_block p span {
        padding: 0 15px;
    }
    .chest__title{
        margin: 0 !important;
    }
    .chest__subtitle {
        margin: 5px 0 5px!important;
    }
    .text_big{
        margin: 5px 0!important;
    }

    :not(.Cover) .container, :not(.Cover.Vertical) .container {
        margin-top: 0;
    }

    .select_block {
        padding: 20px;
    }
    .select_block, .chest__img_pack {
        width: 100% !important;
    }
    .chest__img_pack {
        width: 100% !important;
        padding: 20px;
    }
}

@media screen and (max-width: 360px) {
    .select_block,
    .chest__img_pack {
        width: 100% !important;
        padding: 23px !important;
    }
}

@media screen and (max-width: 780px) {
    .text_big {
        font-size: 16px;
    }
}

@media screen and (max-width: 760px) {
    .text_big {
        font-size: 16px;
    }
}

.select_block {
    padding: 30px;
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border: 5px solid #D8575C;
    border-radius: 4px;
}

.select_block h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}

.top_block {
    font-family: sans-serif;
    margin: 3px 0;
    text-align: center; /* Центрируем текст внутри контейнера */
    /* Если требуется центрировать дочерние блоки по горизонтали и вертикали, раскомментируйте:
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    */
}

.top_block h1 {
    font-weight: 700;
    color: #1e2d4c;
    font-size: 25px;
    font-family: sans-serif;
    margin: 0 auto; /* Автоматические отступы по горизонтали */
    line-height: 30px;
    text-align: center; /* На случай, если нужно отдельно */
}

.top_block p {
    color: #888787;
    margin: 0 auto;
    font-size: 18px;
    line-height: 26px;
    font-family: sans-serif;
    text-align: center;
}

.top_block p span {
    font-weight: 700;
    display: block;
}


@media (max-width: 768px) {
    .text_big {
        font-size: 16px;
    }
}


@media (max-width: 420px) {
    .text_big {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .text_big {
        font-size: 16px;
    }
}

@media (max-width: 365px) {
    .text_big {
        font-size: 16px;
    }
}

@media (max-width: 325px) {
    .text_big {
        font-size: 16px;
    }
}

.myblock1 {
    font-family: sans-serif;
    color: rgba(255, 32, 0, 0.78);
    padding: 10px 7px 10px 7px;
    font-size: 21px;
    max-width: 421px;
    width: auto;
    margin: 0 auto;
    border: 1px dashed rgba(241, 70, 45, 0.85);
    font-weight: 500;
    top: 20px;
    display: -webkit-inline-box;
    margin-top: 0;
    border-radius: 3px;
    text-shadow: 0 0 0px #cecece
}

.my_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 25px 0;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.submit-roulette {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
}

.text_popup {
    background-color: #336699;
    font-family: sans-serif;
    font-size: 23px;
    color: #FFFFFF;
    padding: 20px 5px;
    box-sizing: border-box;
    width: 100%;
}

.m4l_button {
    display: inline-block;
    outline: none;
    padding: 10px 0;
    font-size: 1.7em;
    font-family: sans-serif;
    border-radius: 50px;
    margin-top: 1em;
}

.m4l_button {
    cursor: pointer;
    color: #fff;
    background-color: #2C9E76;
    border: 1px solid #167755;
    text-transform: uppercase;
}

.m4l_button:hover {
    background-color: #7DCFB2;
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 650px) {
    .m4l_button {
        width: 280px;
    }
}

@media screen and (max-width: 340px) {
    .m4l_button {
        width: 95%;
        font-size: 1.3em;
    }
    .text_popup {
        font-size: 1.5em;
    }
}


.saleBox {
    max-width: 350px;
    width: 100%;
}

@media (max-width: 360px) {
    .saleBox {
        max-width: 276px;
    }
}

.prodImg {
    width: 100%;
}

.select_block .select_block__title {
    color: #000;
}

.text_big {
    color: #D8575C;
    font-weight: 600;
}

.chest {
    margin-bottom: 30px;
}