body {
    font-size: 16px;
    font-family: 'TT Norms Pro', sans-serif;
    color: var(--text_color);
    background: var(--body_bg);
}

html {
    scroll-behavior: smooth;
}

:root {
    --body_bg: #fbfbfe;
    --body_bg_2: #f1f2f7;
    --text_color: #000;
    --text_color_1: #fff;
    --text_color_2: #8289a3;
    --text_color_3: #232d51;
    --text_color_4: #b3b9cf;
    --text_color_5: #555;
    --link_color: #6992d9;
    --line_color_1: #dbdeeb;
    --color_red: #f32735;
    --color_red_2: #d71a21;
    --color_yellow: #ffefc9;
    --color_yellow_2: #ffd500;
    --color_yellow_3: #fffbef;
    --color_yellow_4: #ffc400;
    --color_yellow_5: #fd0;
    --color_yellow_6: #ffe353;
    --color_yellow_7: #fff3b8;
    --color_yellow_8: #fff8cc;
    --color_yellow_9: #fffdf2;
    --color_grey: #b3b9cf;
    --color_grey_2: #fafafa;
    --color_grey_3: #f5f7fe;
    --color_grey_4: #dbdeeb;
    --color_grey_5: #333;
    --color_grey_6: #ebebeb;
    --color_grey_7: #cbcbcb;
    --color_grey_8: #dbdfec;
    --color_grey_9: #c3cae1;
    --color_grey_10: #f0f1f6;
    --color_grey_11: #e7ebf9;
    --color_grey_12: #cccfdb;
    --color_green: #2fae3c;
    --color_green_2: #109b06;
    --color_green_3: #46870d;
    --color_green_4: #64b804;
    --color_green_5: #5baf1b;
    --color_blue: #6992d9;
    --color_white: #fff;
    --color_purple: #f32766;
    --color_orange: #ff4e00;
    --color_magenta: #8152c8;
    --color_black: #000;
    --footer_bg: #232d51;
    --footer_line: #4a557d;
    --shadow_1: rgba(0, 0, 0, .05);
    --shadow_2: rgba(105, 146, 217, .3);
    --shadow_3: rgba(0, 0, 0, .16);
    --shadow_4: rgba(0, 0, 0, .1);
    --shadow_5: rgba(0, 0, 0, .2);
    --shadow_popup: rgba(35, 45, 81, .7);
}

::-webkit-scrollbar-thumb {
    background: var(--color_red_2);
    transition: all .5s ease-in-out;
}

::-webkit-scrollbar-thumb {
    background: var(--color_red_2);
    transition: all .5s ease-in-out;
}

.kakawrap {
    max-width: 1205px;
    margin: auto;
}

.box {
    max-width: 1630px;
    margin: 0 auto;

}

.header__top-inner {
    padding: 7px 0;

}

.header__top-inner ul li {
    list-style: none;
}

.flex__block {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.header__top-left {
    gap: 25px;
}


.header__menu ul {
    gap: 50px;
    padding: 0;
}

.header__menu ul li {
    list-style: none;
}

.header__menu ul li a {
    color: var(--text_color_2);
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    display: flex;
    white-space: nowrap;
    align-items: center;
}

a {
    color: #6992d9;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
}

.header__menu ul li a svg {
    vertical-align: middle;
    display: inline-block;
    font-size: 0;
}

.svg__red use {
    fill: var(--color_red);
}

.header__top-langs nav ul li a.current {
    color: var(--text_color_3);
    border-color: var(--color_red);
}

.header__top-langs nav ul li a {
    border: 1px solid transparent;
    padding: 6px 8px;
    display: block;
    color: var(--text_color_2);
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}

:root {
    --swiper-navigation-size: 44px;
}

.header__top {
    background-color: var(--color_white);
}

.header {
    height: 83px;
    position: relative;
}

.header__top {
    background-color: var(--color_white);
}

.container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.image-size-cls {
    max-width: 100%;
    width: 100%;
}

.action__page-content-text {
    margin: 0 auto;
}

.content__text-big {
    font-size: 16px;
}

.content__text {
    line-height: normal;
    color: var(--text_color_5);
}


.content__text img {
    border-radius: 20px;
}

.content__text img {
    height: auto !important;
    width: 100%;
}

:root {
    --color-white: #ffffff;
    --color-black: #202020;
    --color-glass: rgba(255, 255, 255, 0.05);
    --color-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.wrapper {
    font-size: 16px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


.heading {
    text-align: left;
}

.heading h1 {
    text-shadow: var(--color-shadow);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--text_color_1);
    margin: 5px;
}

.heading h3 {
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 1.6em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    text-shadow: var(--color-shadow);
    padding: 8px 30px;
    display: inline-block;
    color: var(--text_color_1);
}

.countdown {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.box {
    width: 16vmin;
    height: 30vmin;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

span.num {
    background-color: var(--color-glass);
    backdrop-filter: blur(12px);
    height: 50%;
    width: 100%;
    display: grid;
    place-items: center;
    font-size: 4em;
    border-radius: 0.1em;
    color: var(--text_color_1);
    box-shadow: var(--color-shadow);
}

span.num:after {
    content: "";
    position: absolute;
    background-color: var(--color-glass);
    height: 100%;
    width: 50%;
    left: 0;
}

span.text {
    font-size: 1em;
    background-color: var(--color-white);
    color: var(--color-black);
    display: block;
    width: 80%;
    position: relative;
    text-align: center;
    bottom: 20px;
    padding: 0.7em 0;
    font-weight: 600;
    border-radius: 0.3em;
}

.red-bg {
    background-color: #e31f25;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: blur(8px);
    -webkit-filter: blur(8px); */
}

p {
    margin: 0;
}

@media (max-width: 1100px) {
    .header__top-left {
        gap: 15px;
    }
}


.kaskad-container {
    margin: auto;
}

.kas-text {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.cont {
    position: relative;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: minmax(100px, auto-fill);
    margin: 20px;
    grid-auto-flow: dense;
    grid-gap: 5px;
}

.cont .item {
    background: #333;
    padding: 20px;
    display: grid;
    font-size: 20px;
    place-items: center;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

.cont .item:hover {
    background: #e91e63;
}

.cont .item img {
    position: relative;
    max-width: 100px;
    margin-bottom: 10px;
}

.cont .item:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
}

.cont .item:nth-child(2) {
    grid-column: span 1;
    grid-row: span 1;
}

.cont .item:nth-child(3) {
    grid-column: span 1;
    grid-row: span 2;
}

.cont .item:nth-child(4) {
    grid-column: span 1;
    grid-row: span 2;
}

.cont .item:nth-child(5) {
    grid-column: span 1;
    grid-row: span 1;
}

.cont .item:nth-child(6) {
    grid-column: span 1;
    grid-row: span 2;
}

.cont .item:nth-child(7) {
    grid-column: span 1;
    grid-row: span 2;
}

.cont .item:nth-child(8) {
    grid-column: span 1;
    grid-row: span 2;
}

.cont .item:nth-child(9) {
    grid-column: span 1;
    grid-row: span 2;
}

.cont .item:nth-child(10) {
    grid-column: span 1;
    grid-row: span 2;
}

.cont .item:nth-child(11) {
    grid-column: span 1;
    grid-row: span 2;
}

.cont .item:nth-child(12) {
    grid-column: span 1;
    grid-row: span 2;
}

.cont .item:nth-child(13) {
    grid-column: span 1;
    grid-row: span 2;
}

.cont .item:nth-child(14) {
    grid-column: span 1;
    grid-row: span 2;
}

.cont .item:nth-child(15) {
    grid-column: span 1;
    grid-row: span 2;
}

.card {
    position: relative;
    height: 350px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(0deg, #ffffff, #ff3434);
    box-shadow: rgb(255 255 255 / 39%) 20px 20px 50px;
}

.card img {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-48%);
    height: 360px;
    transition: 0.5s;
}

.card:hover img {
    left: 80%;
    height: 350px;
}

.card .card-box {
    position: relative;
    width: 50%;
    left: 20%;
    padding: 20px 20px 20px 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.card:hover .card-box {
    opacity: 1;
    visibility: visible;
    left: 0%;
}

.card .card-box h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-shadow: var(--color-shadow);
}

.card .card-box p {
    color: #fff;
    font-size: 18px;
    text-shadow: var(--color-shadow);
}


@media (max-width: 991px) {
    .card {
        position: relative;
        width: auto;
        max-width: 600px;
        transition: 0.5s;
        align-items: flex-start;
        margin: 20px;
    }

    .card:hover {
        height: 500px;
    }

    .card:hover img {
        left: 50%;
        height: 350px;
    }

    .card .card-box {
        position: relative;
        width: 100%;
        left: 0%;
        padding: 40px;
    }

    .card img {
        height: 275px;
    }
}

@media (max-width: 420px) {
    .card .card-box {
        padding: 30px;
    }

    .card:hover img {
        height: 170px;
    }
}

.flex-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-text {
    text-align: center;
}

.img-full-width {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
}

.flex-bigger {
    width: 20%;
}

@media (max-width: 1080px) {
    .flex-bigger {
        width: 24%;
    }
}

@media (max-width: 1000px) {
    .flex-bigger {
        width: 30%;
    }
}

@media (max-width: 868px) {
    .flex-bigger {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .flex-bigger {
        width: 92%;
    }

    .img-block {
        max-width: 300px;
    }
}


.shine-button {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    background: #111;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    cursor: pointer;
    position: relative;
    margin: 10px;
    font-family: 'TT Norms Pro', sans-serif;
}

.shine-button {
    background: #e3000f;
}

.shine-button::before {
    content: '';
    position: absolute;
    background: inherit;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border-radius: 91px;
    filter: blur(5px);
    opacity: 0;
    transition: opacity 0.5s;
}

.shine-button:hover:before {
    opacity: 1;
    z-index: -1;
}

.shine-button:hover {
    z-index: 1;
    animation: glow 8s linear infinite;
}

@keyframes glow {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 400%;
    }
}

.btn-podr {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #DAD9D9;
    margin: 7px 0;
}

.fff-h2 {
    text-decoration: underline;
}

.fff-h2:hover {
    color: #ff3744;
    transition: 1.1s;
}

.podarki {
    display: flex;
    font-size: 1.6em;
    letter-spacing: 0.05em;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;
    margin-bottom: 40px;
    align-items: center;
}

.snow,
.snow2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 111%;
    background: url(https://object.pscloud.io/cms/cms/Uploads/image_0Rr0zl.png);
    background-position: 0 0;
}

.snow {
    background-size: 70em;
    animation: snowfall 70s linear infinite;
    opacity: 0.4;
}

.snow2 {
    background-size: 50em;
    animation: snowfall2 50s linear infinite;
    opacity: 0.4;
}

@keyframes snowfall {
    100% {
        background-position: 70em 70em;
    }
}

@keyframes snowfall2 {
    100% {
        background-position: 50em 0;
    }
}

*::before,
*::after {
    box-sizing: border-box;
}

#qweeree {
    width: 36%;
}

.grid-card {
    color: white;
    background-image: url(https://object.pscloud.io/cms/cms/Uploads/image_bokCkK.png);
    background-size: cover;
    padding: 10px 0 0;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 500ms ease;
    margin: 10px;
}

.grid-card:hover {
    transform: scale(1.05);
}

.card-content {
    padding: 1.5em;
    background: linear-gradient(hsl(0 0% 0% / 0), hsl(20 0% 0% / 0.3) 20%, hsl(0 0% 0% / 1));
}



.card-title {
    position: relative;
    width: max-content;
}

.card-body {
    color: rgb(255, 255, 255 / 0.8);
    max-width: 410px;
    margin-bottom: 5px;
}

@media (hover) {
    .card-content {
        transform: translateY(58%);
        transition: transform 500ms ease;
    }

    .card-content-box {
        transform: translateY(68%);
        transition: transform 500ms ease;
    }

    .grid-card:hover .card-content {
        transform: translateY(0);
    }

    .grid-card:hover .card-content-box {
        transform: translateY(0%);
    }

    .card-content>*:not(.card-title) {
        opacity: 0;
        transition: opacity 500ms linear;
    }

    .grid-card:hover .card-content>*:not(.card-title) {
        opacity: 1;
    }

}

.button {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color: #e3000f;
    padding: 0.5em 1.25em;
    border-radius: 5px;
}

.button:hover,
.button:focus {
    background-color: white;
    color: #e3000f;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
        transition-delay: 0ms !important;
    }
}

.text-box {
    margin: 8px;
    margin-left: 100px;
}

.cards-flex {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-content-box {
    padding: 1.5em;
    background: linear-gradient(hsl(0 0% 0% / 0), hsl(20 0% 0% / 0.3) 20%, hsl(0 0% 0% / 1));
}

@media (max-width: 768px) {

    .heading h1 {
        font-size: 16px;
    }

    .wrapper {
        background-position-x: -549px;
    }

    .snow,
    .snow2 {
        height: 132%;
    }

    .flexblock {
        flex-direction: column;
    }

    .cards-flex {
        width: 100%;
    }

    #qweeree {
        width: 100%;
    }

    .box {
        width: 18vmin;
        height: 34vmin;
        justify-content: center;
    }

    .heading h3 {
        font-size: 21px;
    }

    .wrapper {
        background-position-x: -549px;
        flex-direction: column;
    }

    .text-box {
        margin-left: 0;
    }

    .snow,
    .snow2 {
        height: 132%;
    }

    .flexblock {
        flex-direction: column;
    }

    span.num {
        font-size: 30px;
    }

    .text-box {
        margin-left: 0;
        margin: 0;
    }

    .grid-card:hover .card-content {
        transform: translateY(0);
    }

    .card-content {
        transform: translateY(58%);
        transition: transform 500ms ease;
    }

    .grid-card:hover .card-content>*:not(.card-title) {
        opacity: 1;
    }

    .grid-card:hover .card-content-box {
        transform: translateY(0);
    }

    .card-content-box {
        transform: translateY(68%);
        transition: transform 500ms ease;
    }

    .header__top-center {
        display: none;
    }

    span.text {
        font-size: 12px;
    }
}

.big-title {
    font-size: 48px;
    color: white;
    text-shadow: var(--color-shadow);
}

.flex-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 6px;
    border-radius: 5px;
    padding: 20px;
    position: sticky;
}

@media (max-width: 768px) {
    .flex-box {
        flex-direction: column;
    }

    .big-title {
        font-size: 33px;
    }
}

.back-box {
    display: flex;
}

.back {
    display: flex;
    background: #fffffff5;
    flex-direction: row;
    margin: 6px;
    padding: 20px;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 12px 20px 12px 16px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    cursor: pointer;
    position: sticky;
    border-radius: 5px;
}

.back:hover {
    color: #e3000f;
}

.icon-img {
    width: auto;
    max-width: 100%;
}

.icon-img:hover {
    color: #e3000f;
}

.footer-catalog {
    font-size: 18px;
    margin: 6px;
    padding: 12px 20px 12px 16px;
    color: white;
    margin-top: 100px;
}

.m-buttons-wrap {
    margin: auto;
    text-align: center;
}

.m-buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: sticky;

}

.m-font18 {
    font-size: 22px;
    padding: 10px 30px;
}

.s-uhod {
    margin: 5px;
    border-radius: 5px;
    padding: 10px;
    font-family: 'TT Norms Pro', sans-serif;
    color: #fe423c;
    font-size: 21px;
    border: 2px solid #fe423c;
    background-color: #ffffff;
    text-decoration: none;
}

.s-uhod:hover {
    color: #ff0f07;
    transform: scale(1.02);
    transition: 500ms ease-out;
}

.img-icon-width {
    max-width: 400px;
}

.flexblock {
    padding-bottom: 10px;
}

.flex-blocks {
    display: flex;
    justify-content: center;
    padding: 50px 206px 50px 206px;
    background-color: #f2f1f1;
    border-radius: 5px 5px 0px 0px;
}

.block-cat {
    display: flex;
    flex-direction: column;
    margin: 10px;
    border-radius: 5px;
    max-width: 300px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
}

.block-cat-big {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 100px;
    max-width: 300px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.wh-block {
    background-color: white;
    padding: 30px;
    border-radius: 0 0 5px 5px;
}

.block .block-cat {
    border-radius: 5px;
}

/* .wrapper::after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    height: calc(var(--index) * 5);
    background-image: url(ground.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    bottom: calc(var(--index) * -4.5);
} */

@media (max-width: 768px) {
    .flex-blocks {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px;
    }

    .block-cat-big {
        margin: 0;
    }
}

.link-block {
    cursor: pointer;
    text-decoration: none;
    color: white;
    background-image: linear-gradient(to right, #F7971E 0%, #FFD200 51%, #F7971E 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px rgb(255, 252, 99);
    border-radius: 10px;
    display: block;
}

.link-block:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}