@-webkit-keyframes fall {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    to {
        -webkit-transform: translateY(100vh) rotate(360deg);
        transform: translateY(100vh) rotate(360deg)
    }
}

@keyframes fall {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    to {
        -webkit-transform: translateY(100vh) rotate(360deg);
        transform: translateY(100vh) rotate(360deg)
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body,
br {
    line-height: 1
}

body {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 900;
    background: #f1f1f1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

br {
    font-size: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
button:focus,
input,
input:focus {
    outline: 0
}

a {
    text-decoration: none
}

button {
    border: 0;
    display: block;
    padding: 0
}

::-moz-focus-inner,
::-moz-focus-outer {
    border: 0;
    padding: 0
}

:active,
:focus,
:hover,
:visited {
    outline: 0 !important
}

::-ms-clear {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

#comebacker_main_div {
    display: none !important;
    height: 0 !important
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

select {
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://179523.selcdn.ru/public/layout-images/select-triangle.svg);
    background-repeat: no-repeat
}

select,
select:hover {
    background-size: 10px 10px;
    background-position: right 10px center
}

select:focus {
    outline: 0 !important;
    outline-color: transparent;
    outline-width: 0
}

select::-ms-expand {
    display: none !important;
    background: 0 0 !important;
    position: fixed;
    border: 0 !important;
    outline: 0 !important
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0
}

:not(#fake) {
    outline: 0
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/montserrat-v26-cyrillic_latin-500.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/montserrat-v26-cyrillic_latin-600.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/montserrat-v26-cyrillic_latin-900.woff2) format("woff2")
}

img {
    display: block;
    max-width: 100%
}

.text {
    line-height: 1.66;
    font-size: 18px;
    font-weight: 900
}

svg {
    overflow: hidden
}

.container {
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.title {
    font-size: 20px;
    color: #000;
    font-weight: 900;
    line-height: 1.5;
    text-align: center
}

.text-medium {
    font-weight: 500
}

.text-600 {
    font-weight: 600
}

.text-black {
    font-weight: 900
}

.text-nowrap {
    white-space: nowrap
}

.btn {
    max-width: 390px;
    width: 100%;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    background: #d20032;
    padding: 35px 40px;
    border-radius: 100px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 20px;
    background: url(../img/btn_arrow.svg) no-repeat center/contain;
    font-size: 15px;
    right: 40px;
    top: calc(50% - 10px);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.btn:hover {
    background: #ffa800;
    -webkit-box-shadow: 0 24px 48px 0 rgba(255, 168, 0, .36);
    box-shadow: 0 24px 48px 0 rgba(255, 168, 0, .36)
}

.btn:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.block {
    padding-top: 25px;
    padding-bottom: 25px
}

.promo {
    border-radius: 0 0 50px 50px;
    position: relative
}

.no-webp .promo,
.webp .promo {
    background: #1d00cc url(../img/main-bg-mob.png) no-repeat bottom center
}

.snowflakes-container {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.snowflake {
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    opacity: .8
}

.promo__wrapper {
    padding-top: 40px;
    padding-bottom: 140px
}

.promo__header {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center
}

.word-decor {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    z-index: 1
}

.word-decor:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: calc(50% - 50%);
    border-radius: 8px;
    background: #d20032;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -1
}

.promo__text-img {
    position: relative;
    top: -14px;
    z-index: 2;
    margin: 0 auto 30px
}

.header__item,
.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 110px;
    background: rgba(255, 255, 255, .24);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    width: 49%;
    padding: 5px;
    color: #fff;
    line-height: 1.3;
    font-size: 14px;
    position: relative;
    z-index: 1
}

.header__item:last-child {
    width: 100%
}

.header__item:nth-child(-n+2) {
    margin-bottom: 10px
}

.header__item:nth-child(2) .header__item-bulit:before {
    background: url(../img/clock.svg) no-repeat
}

.header__item:nth-child(3) .header__item-bulit:before {
    background: url(../img/youtube.svg) no-repeat
}

.header__item-bulit {
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    width: 46px;
    height: 46px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__item-bulit:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/calendar.svg) no-repeat
}

.snow {
    position: absolute;
    -webkit-transition: -webkit-transform .7s ease-out;
    transition: transform .7s ease-out;
    transition: transform .7s ease-out, -webkit-transform .7s ease-out;
}

.snow__anim {
    animation: 60s linear -0.621893s infinite normal none running fall;
}

.snow1 {
    left: 10px;
    top: 10%;
    width: 52px
}

.snow2 {
    right: 20%;
    top: 2%;
    width: 55px;
    animation-delay: 5s;
}

.snow3 {
    right: 20px;
    top: 15%;
    width: 42px;
    animation-delay: 3s;
}

.overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, .75);
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none
}

.overlay.active {
    opacity: 1;
    pointer-events: visible
}

.header__inner {
    border-radius: 130px;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 108px;
    position: relative;
    z-index: 1
}

.header__logo {
    width: 129px
}

.burger {
    cursor: pointer
}

.burger__line {
    width: 45px;
    height: 2px;
    display: block;
    margin-bottom: 10px;
    background: #fff
}

.burger__line:last-of-type {
    margin-bottom: 0
}

.nav {
    max-width: 350px;
    width: 100%;
    background: #1d00cc;
    padding: 30px 20px 40px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    z-index: 5;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 100vh;
    border-radius: 50px 0 0 50px
}

.nav.menu-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.nav__burger {
    width: 33px;
    height: 33px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
    margin-left: auto
}

.nav-burger__line {
    background: #fff;
    width: 42px;
    height: 2px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 16px;
    left: -4px
}

.nav-burger__line:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav__list {
    margin-bottom: 20px;
    font-size: 19px
}

.nav__item:not(:last-of-type) {
    margin-bottom: 47px
}

.nav__link,
.nav__link:before {
    -webkit-transition: .3s;
    transition: .3s
}

.nav__link {
    color: #fff;
    position: relative
}

.nav__link:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #ff2400;
    bottom: -2px
}

.nav__contacts-link:hover,
.nav__link:hover {
    color: #ff2400
}

.nav__link:hover::before {
    width: 100%
}

.nav__contacts-img {
    display: inline-block;
    margin-right: 7px
}

.nav__contacts-link {
    font-size: 19px;
    color: #fff;
    display: inline-block;
    margin-bottom: 50px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.nav__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav__soc-link {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.nav__soc-link:not(:last-of-type) {
    margin-right: 45px
}

.nav__soc-link:hover {
    opacity: .7
}

.programm {
    position: relative
}

.programm__title {
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: 0 36px 80px 0 rgba(36, 0, 255, .14);
    box-shadow: 0 36px 80px 0 rgba(36, 0, 255, .14);
    font-size: 19px;
    padding: 15px;
    line-height: 1.5;
    text-align: center;
    margin-top: -120px;
    margin-bottom: 57px
}

.programm__decor {
    position: absolute;
    width: 53px;
    left: 0;
    z-index: -1;
    top: 77%
}

.programm__decor--right {
    width: 70px;
    left: auto;
    right: 0;
    top: 55%
}

.programm__snow {
    position: absolute
}

.programm__content {
    margin-bottom: 50px
}

.programm__content:last-of-type {
    margin-bottom: 0
}

.programm__text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px
}

.programm__img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.programm__figure {
    max-width: 182px;
    width: 100%
}

.programm__figure:first-child {
    margin-right: 17px
}

.programm__figcaption {
    line-height: 1.1;
    margin-top: -15px;
    position: relative;
    z-index: 4
}

.programm__figcaption span {
    background: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block
}

.programm__figcaption .text-600 {
    font-size: 12px;
    line-height: 1.4
}

.programm__figure-present {
    max-width: 290px;
    margin: 0 auto;
    position: relative
}

.programm__present-figcaption {
    font-size: 15px;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 100px;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-top: -70px
}

.programm__present-text {
    margin-bottom: 90px
}

.programm__img-bg,
.programm__img-ticket {
    position: absolute
}

.programm__img-bg {
    top: 40px
}

.programm__img-ticket {
    top: -30px;
    z-index: 2;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.programm__img {
    margin: 0 auto;
    position: relative;
    z-index: 3
}

.programm__text--last {
    line-height: 1.5;
    margin-bottom: 30px
}

.programm__text--last .text-br {
    font-size: 15px;
    margin-top: 20px;
    display: inline-block
}

.programm__snow {
    z-index: -1
}

.snow__container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0
}

.programm__container {
    overflow: visible;
    position: static
}

.programm__snow4 {
    width: 66px;
    left: -25px;
    top: 24%
}

.programm__snow5 {
    right: 0;
    top: 40%;
    width: 93px
}

.programm__snow3 {
    right: 0;
    bottom: 10%;
    width: 100px
}

.programm__snow1,
.programm__snow2 {
    display: none
}

.present {
    position: relative
}

.present__title {
    margin-bottom: 30px
}

.present__inner,
.present__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.radius-img {
    border-radius: 5px;
}

.present__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(136px, 187px));
    grid-template-rows: repeat(6, 215px);
    grid-column-gap: 16px;
    grid-row-gap: 24px;
}

.present__item {
    border-radius: 30px;
    background: rgba(88, 61, 255, .1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px 10px;
    height: 205px;
}

.present__img {
    margin: 0 auto 10px;
    max-width: 130px;
    width: 100%;
}

.present__header {
   text-align: center;
   margin-bottom: 10px;
   font-size: 14px;
    min-height: 85px;

}

.present__border {
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 140px;
    height: 50px;
    margin: -25px auto 0px;
    flex-shrink: 0;
}

.present__logo {
    margin: 0 auto;
    max-width: 100px;
    max-height: 30px;
    width: 100%;
}

.present__decor {
    display: none
}

.present__snow {
    z-index: -1
}

.present__snow3 {
    width: 78px;
    left: -20px;
    top: -20px
}

.present__snow1 {
    width: 52px;
    right: 5px;
    left: auto;
    top: -20px
}

.present__snow2,
.present__snow4 {
    display: none
}

.present__container {
    position: static;
    overflow: visible
}
.conditions__btn:hover{
    background: #d20032;
    box-shadow: none;
}
.conditions__btn:after{
    content: none;
}
.present__delivery{
    background: #5bc728;
    border-radius: 10px;
    max-width: 605px;
    width: 90%;
    text-align: center;
    padding: 50px 20px 20px;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    margin: 100px auto 0;
    letter-spacing: 0.1px;
}
.present__delivery:before{
    content: '';
    position: absolute;
    background: url("../img/delivery-present.png");
    width: 71px;
    height: 76px;
    top: -35px;
    left: calc(50% - 35px);
}
.conditions {
    position: relative
}

.conditions__container {
    position: static;
    overflow: visible
}

.conditions__wrapper {
    padding-bottom: 140px;
    position: relative;
    background: url(../img/line-mob.svg) no-repeat center top 110px/auto
}

.conditions__img {
    display: none
}

.conditions__title {
    font-size: 19px
}

.conditions__title:nth-of-type(2) {
    margin-bottom: 30px;
    position: relative
}

.conditions__title:nth-of-type(2):before {
    position: absolute;
    content: "2";
    font-size: 64px;
    color: #5bc728;
    -webkit-transform: translateX(-50%) rotate(8deg);
    transform: translateX(-50%) rotate(8deg);
    top: -90px;
    left: 50%
}

.conditions__title:last-of-type {
    position: relative
}

.conditions__title:last-of-type:before {
    position: absolute;
    content: "3";
    font-size: 64px;
    color: #5bc728;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -90px;
    left: 50%
}

.conditions-spruce {
    width: 166px;
    display: block;
    margin: 0 auto -50px
}

.conditions__btn {
    margin-bottom: 20px;
    text-align: center;
}

.conditions__btn:before {
    position: absolute;
    content: "1";
    font-size: 64px;
    color: #5bc728;
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg);
    top: -130px;
    left: 10px
}

.conditions-presents {
    width: 155px;
    margin-left: auto;
    margin-bottom: 50px
}

.conditions__item,
.conditions__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.conditions__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(136px, 187px));
    grid-template-rows: repeat(6, 120px);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 129px
}

.conditions__item {
    border-radius: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

.conditions__logo {
    transition: .3s transform;
    width: 100%;
    max-height: 60px;
}

.conditions__logo--full {
    width: 160px;
}

.conditions__item:hover .conditions__logo {
    transform: scale(1.1);
}

.conditions__snow {
    z-index: -1
}

.conditions__snow1 {
    width: 81px;
    right: 20px;
    top: 7%
}

.conditions__snow2 {
    width: 100px;
    left: 20px;
    top: 20%
}

.conditions__snow3 {
    width: 76px;
    right: 20px;
    bottom: 16%
}

.conditions__snow4 {
    width: 80px;
    left: 20px;
    bottom: 1%
}

.youtube,
iframe {
    max-width: 390px;
    width: 100%;
    border-radius: 8px
}

.youtube {
    height: 220px;
    background: no-repeat center / cover;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 11.381px;
    border: 6px solid #fff;    
}

.no-webp .youtube {
    background-image: url(../img/preview_mob.jpg);
}

.webp .youtube {
    background-image: url(../img/preview_mob.webp);
}

.youtube .thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto
}

.youtube .play {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #d20032 url(../img/play.png) no-repeat center/10px;
    border-radius: 50%
}

.video__name {
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 10px
}

.video-wrap iframe {
    border: 0
}

iframe {
    max-height: 210px;
    height: 100% !important;
}

.broadcast {
    position: relative;
    border-top: dashed 1px rgba(38, 0, 255, .2)
}

.broadcast:before {
    position: absolute;
    content: "";
    max-width: 430px;
    width: 100%;
    max-height: 256px;
    height: 100%;
    border-radius: 40px;
    background: no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 60px;
    z-index: -1
}

.no-webp .broadcast:before {
    background-image: url(../img/broadcast_bg-mob.png)
}

.webp .broadcast:before {
    background-image: url(../img/broadcast_bg-mob.webp)
}

.broadcast__container {
    overflow: visible;
    position: static
}

.broadcast__snow {
    position: absolute;
    display: none;
    z-index: -1
}

.broadcast__wrapper {
    padding-top: 134px
}

.broadcast__circle {
    position: absolute;
    top: -74px;
    left: calc(50% - 80px);
    width: 160px;
    height: 148px
}

.broadcast__circle:before {
    position: absolute;
    content: "";
    width: 140px;
    height: 140px;
    background: #2400ff;
    border-radius: 50%;
    top: calc((50% - 70px));
    left: calc((50% - 70px))
}

.broadcast__img {
    width: 100%;
    position: relative
}

.broadcast__title {
    margin-bottom: 29px
}

.broadcast__subtitle {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 38px
}

.word-decor--blue:before {
    background: #3dffe8;
    height: 65%;
    top: 5px
}

.broadcast__inner {
    text-align: center;
    margin-bottom: 10px
}

.broadcast__bell {
    width: 75px;
    margin: 0 auto
}

.broadcast__bell,
.sponsors {
    position: relative
}

.sponsors__container {
    overflow: visible;
    position: static
}

.sponsors__snow3 {
    display: none
}

.sponsors__title {
    margin-bottom: 22px
}

.sponsors__item {
    border-radius: 19px;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 15px;
    border: 1px solid #1D00CC;
    box-shadow: 0px 0px 56px 0px rgba(29, 0, 204, 0.24);
}

.sponsors__item:hover .sponsors__logo {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.sponsors__header {
    color: #000;
    font-size: 24px;
    margin-bottom: 16px
}

.sponsors__logo {
    margin: 0 auto;
    width: 197px;
    -webkit-transition: .3s;
    transition: .3s;
}

.sponsor__inner {
    margin-bottom: 23px;
}

.sponsors__text {
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.sponsors__list {
    text-align: left;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    /*padding-left: 10px;*/
}

.sponsors__list-item {
    padding-left: 5px;
}

.sponsors__list-item::marker {
    /*content: '—';*/
}

.sponsors__list-item:not(:last-of-type) {
    margin-bottom: 5px;
}

.sponsors__img {
    position: absolute;
    width: 80px;
    right: 0;
    bottom: -30px
}

.sponsors__snow {
    z-index: -1
}

.sponsors__snow1 {
    width: 48px;
    position: absolute;
    left: 20px;
    top: 0
}

.sponsors__snow2 {
    width: 80px;
    position: absolute;
    right: 20px;
    top: -40px
}

.partners {
    position: relative
}

.partners__wrapper {
    padding-bottom: 51px
}

.partners__container {
    overflow: visible;
    position: static
}

.partners__snow {
    display: none;
    z-index: -1
}

.partners__decor-right {
    display: none
}

.partners__decor-left {
    width: 63px;
    position: absolute;
    left: 0;
    top: -60px
}

.partners__title {
    margin-bottom: 30px
}

.partners__item,
.partners__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partners__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(136px, 187px));
    grid-template-rows: repeat(6, 90px);
    grid-column-gap: 16px;
    grid-row-gap: 13px;
    grid-auto-rows: 187px
}

.partners__item {
    border-radius: 19px;
    padding: 15px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners__item:hover .partners__logo,
.team__item:hover .cap,
.team__item:hover .team__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.sponsors__item.two .sponsors__logo{
    max-width: 130px;
}
.sponsors__item.two .sponsors__header{
    font-size: 20px;
}
.sponsors__item.two{
    margin-top: 50px;
    padding: 30px;
}

.partners__logo {
    max-height: 61px;
    -webkit-transition: .3s transform;
    transition: .3s transform
}

.team {
    position: relative;
    background: #409;
    border-radius: 70px
}

.team__wrapper {
    padding-top: 40px;
    padding-bottom: 82px
}

.team__container {
    display: none
}

.team__snow {
    z-index: -1
}

.team__decor {
    position: absolute
}

.spiral {
    width: 64px;
    left: 0;
    top: -30px
}

.toy {
    width: 101px;
    right: 20%;
    bottom: -60px
}

.team__title {
    color: #fff;
    margin-bottom: 40px
}

.team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px 16px
}

.team__img {
    border-radius: 50%;
    background: #7842fe;
    margin-bottom: 19px;
    -webkit-transition: .3s transform;
    transition: .3s transform
}

.team__item {
    text-align: center;
    position: relative;
    width: 136px
}

.cap {
    position: absolute;
    top: -18px;
    left: 35px;
    width: 86px;
    -webkit-transition: .3s transform;
    transition: .3s transform
}

.team__name {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 10px
}

.team__speciality {
    color: #ff2400;
    font-size: 12px;
    margin-bottom: 10px
}

.team__soc {
    width: 20px;
    margin: 0 auto
}

.question {
    position: relative
}

.question__wrapper {
    padding-top: 110px;
    padding-bottom: 110px
}

.question__container {
    overflow: visible;
    position: static
}

.question__title {
    font-size: 26px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px
}

.question__snow1 {
    position: absolute;
    width: 64px;
    right: 20px;
    top: 40px
}

.question__snow2 {
    width: 48px;
    left: 20px;
    bottom: 30px
}

.footer {
    background: #180f53;
    border-radius: 70px 70px 0 0;
    position: relative
}

.footer_decor {
    position: absolute;
    width: 90px;
    left: 39%;
    top: -85px
}

.footer__wrapper {
    padding-top: 70px;
    padding-bottom: 45px
}

.footer__container {
    overflow: visible
}

.footer__top {
    margin-bottom: 44px
}

.footer__text {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 21px
}

.footer__text:last-of-type {
    margin-bottom: 31px
}

.footer__link {
    color: #fff;
    font-weight: 700
}

.footer__link:hover {
    text-decoration: underline
}

.footer__title {
    font-size: 14px;
    margin-bottom: 18px;
    color: #fff
}

.footer__mail {
    color: #fff;
    font-size: 16px;
    padding-left: 24px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity
}

.footer__mail:hover {
    opacity: .7
}

.footer__mail:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 12px;
    top: 2px;
    left: 0;
    background: url(../img/mail.svg) center/contain
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 47px
}

.footer__social-link {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.footer__social-link:not(:last-of-type) {
    margin-right: 44px
}

.footer__social-link:hover {
    opacity: .7
}

.footer__logo--bottom {
    width: 136px
}

.footer__snow2,
.footer__snow3 {
    display: none
}

.footer__snow1 {
    width: 80px;
    right: 0;
    bottom: 30%
}

@media screen and (min-width:430px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .title {
        font-size: 24px
    }

    .promo__header {
        font-size: 32px
    }

    .promo__text-img {
        top: -17px;
        margin-bottom: 27px
    }

    .header__item {
        font-size: 16px
    }

    .header__item-bulit {
        width: 56px;
        height: 56px;
        margin-right: 20px
    }

    .snow3 {
        right: 40px;
    }

    .nav {
        padding: 61px 49px 85px 44px
    }

    .nav__list {
        font-size: 24px
    }

    .programm__title {
        font-size: 24px;
        padding: 30px 33px
    }

    .programm__text {
        margin-bottom: 30px
    }

    .programm__present-text {
        margin-bottom: 100px
    }

    .programm__content {
        margin-bottom: 70px
    }

    .programm__content:nth-child(2) {
        margin-bottom: 59px
    }

    .programm__figure-present {
        max-width: 389px
    }

    .programm__present-figcaption {
        width: 300px;
        margin: -70px auto 0;
        padding: 21px
    }

    .programm__img-ticket {
        width: 309px;
        top: -5px;
        -webkit-transform: rotate(-23deg);
        transform: rotate(-23deg)
    }

    .programm__snow4 {
        top: 26%
    }

    .programm__snow5 {
        top: 42%
    }

    .programm__decor {
        top: 80%
    }

    .programm__decor--right {
        top: 55%
    }

    .present__inner {
        grid-template-rows: repeat(6, 250px);
    }

    .present__item {
        padding: 15px;
        height: 220px;
    }



    .present__img {
        max-width: 100%;
    }

    .conditions__wrapper {
        background: url(../img/line-mob.svg) no-repeat center top 140px/auto
    }

    .conditions-spruce {
        margin: 0 auto -45px
    }

    .conditions__btn:before {
        left: 50px
    }

    .conditions-presents {
        width: 189px;
        margin-bottom: 20px
    }

    .broadcast:before {
        max-width: 480px;
        max-height: 260px;
        bottom: 40px;
        background-size: contain
    }

    .no-webp .broadcast:before {
        background-image: url(../img/broadcast_bg-tab.png)
    }

    .webp .broadcast:before {
        background-image: url(../img/broadcast_bg-tab.webp)
    }

    .sponsors__item {
        padding: 20px;
    }

    .sponsors__text,
    .sponsors__list {
        font-size: 13px
    }
    
    .sponsors__img {
        width: 100px
    }

    .partners__item {
        padding: 15px 30px
    }

    .team__item {
        width: 187px
    }

    .cap {
        top: -17px;
        left: 48px;
        width: 114px
    }

    .team__name {
        margin-bottom: 16px
    }

    .team__speciality {
        font-size: 13px;
        display: inline-block;
        margin: 0 10px 0 0
    }

    .team__soc {
        width: 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }

    .question__title {
        font-size: 36px
    }
}

@media screen and (min-width:480px) {
    .container {
        width: 480px
    }

    .title {
        font-size: 25px
    }

    .block {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .promo__wrapper {
        padding-bottom: 150px
    }

    .present__inner {
        grid-template-columns: repeat(2, minmax(140px, 210px));
        grid-column-gap: 20px;
        grid-row-gap: 30px
    } 

    .present__border {
        position: relative;
        bottom: -30px;
        max-width: 170px;
    }

    .present__header {
        margin-bottom: 0;
        font-size: 15px;
        min-height: 50px;
    }

    .present__item {
        height: 230px;
    }

    .conditions__wrapper {
        background: url(../img/line-mob.svg) no-repeat center top 150px/100% 77%;
        padding-bottom: 140px
    }

    .broadcast__wrapper {
        padding-top: 134px;
        padding-bottom: 25px
    }

    .youtube,
    iframe {
        max-width: 440px;
        height: 245px
    }

    .no-webp .youtube {
        background-image: url(../img/preview.jpg);
    }

    .webp .youtube {
        background-image: url(../img/preview.webp);
    }

    iframe {
        max-height: 245px
    }

    .broadcast:before {
        max-width: 640px;
        max-height: 305px;
        bottom: 20px
    }

    .sponsors__wrapper {
        padding-top: 25px
    }

    .partners__wrapper {
        padding-bottom: 51px
    }

    .partners__item {
        padding: 15px 30px
    }

    .team__wrapper {
        padding-top: 40px;
        padding-bottom: 82px
    }

    .question__wrapper {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .footer__wrapper {
        padding-top: 70px;
        padding-bottom: 45px
    }
}

@media screen and (min-width:640px) {
    .container {
        width: 640px
    }

    .title {
        font-size: 26px
    }

    .no-webp .promo,
    .webp .promo {
        background-size: auto
    }

    .promo__text-img {
        top: -25px;
        margin-bottom: 41px
    }

    .promo__wrapper {
        padding-bottom: 160px
    }

    .header__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .header__item {
        width: 31%;
        line-height: 1
    }

    .header__item:last-child {
        width: 31%
    }

    .header__item:nth-child(-n+2) {
        margin-bottom: 0
    }

    .header__item-bulit {
        margin-right: 10px
    }

    .snow1 {
        left: 30px
    }

    .snow2 {
        right: 13%
    }

    .snow3 {
        right: 32%;
    }

    .header__inner {
        margin-bottom: 59px
    }

    .nav {
        max-width: 451px
    }

    .programm__title {
        margin-top: -150px
    }

    .programm__decor {
        top: 78%
    }

    .programm__decor--right {
        top: 55%
    }

    .programm__snow3 {
        bottom: 5%
    }

    .present__title {
        margin-bottom: 40px
    }

    .present__inner {
        grid-column-gap: 24px
    }

    .present__snow1 {
        display: none
    }

    .conditions__wrapper {
        background: url(../img/line-mob.svg) no-repeat center top 120px/100% 75%;
        padding-bottom: 140px
    }

    .conditions__list {
        grid-template-columns: repeat(2, minmax(140px, 197px));
        grid-template-rows: repeat(6, 124px);
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }

    .conditions__title:nth-of-type(2):before {
        top: -77px
    }

    .broadcast__wrapper {
        padding-top: 111px
    }

    .broadcast__inner {
        margin-bottom: 0
    }

    .youtube,
    iframe {
        max-width: 640px;
        height: 336px
    }

    iframe {
        max-height: 336px
    }

    .broadcast:before {
        max-width: 768px;
        max-height: 366px;
        bottom: 40px
    }

    .sponsor__inner {
        margin: 0 20px 0 0;
    }

    .sponsors__item {
        position: relative;
    }
    .sponsors__item.two .sponsors__header{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .sponsors__item.two{
        margin-top: 50px;
        padding: 30px;
    }

    .sponsors__link {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .sponsors__link.vertical .sponsor__inner{
        margin-right: 0;
        width: 100%;
    }
    .sponsors__link.vertical .sponsor__text-block{
        width: 100%;
    }
    .sponsors__link.vertical{
        flex-direction: column;
    }
    .sponsors__item.two .sponsors__logo{
        max-width: 175px;
        margin-bottom: 30px;
    }
    .sponsors__link.vertical p{
        padding: 0 40px;
    }

    .sponsors__header {
        width: 100%;
    }

    .sponsor__text-block {
        width: 61%;
        text-align: left;
    }

    .sponsors__text {
        margin: 0 auto 15px
    }

    .partners__list {
        grid-template-columns: repeat(3, minmax(140px, 187px));
        grid-template-rows: repeat(4, 90px)
    }

    .partners__decor-left {
        top: -20px
    }

    .team__title {
        margin-bottom: 38px
    }

    .team__list {
        gap: 40px 20px
    }

    .team__img {
        margin-bottom: 15px
    }

    .team__item {
        width: 184px
    }

    .cap {
        top: -21px;
        left: 46px;
        width: 116px
    }

    .team__name {
        margin-bottom: 15px
    }

    .question__wrapper {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .question__title {
        margin-bottom: 50px
    }

    .question__snow1 {
        top: 20px
    }
}

@media screen and (min-width:768px) {
    .text {
        line-height: 1.5
    }

    .container {
        width: 768px;
        padding-left: 25px;
        padding-right: 25px
    }

    .title {
        font-size: 27px
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .no-webp .promo,
    .webp .promo {
        background: #1d00cc url(../img/main-bg.png) no-repeat bottom center
    }

    .promo__wrapper {
        padding-bottom: 167px
    }

    .promo__text-img {
        top: -29px;
        margin-bottom: 37px
    }

    .nav {
        padding: 60px 98px 68px 64px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .nav__burger {
        margin-bottom: 59px
    }

    .nav__contacts-link,
    .nav__list {
        font-size: 20px
    }

    .nav__item:not(:last-of-type) {
        margin-bottom: 30px
    }

    .nav__contacts {
        margin-top: auto
    }

    .programm__title {
        margin-top: -160px;
        margin-bottom: 74px
    }

    .programm__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 97px
    }

    .programm__content:last-of-type {
        margin-bottom: 0
    }

    .programm__content:nth-child(2) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 97px
    }

    .programm__text {
        width: 308px;
        margin-bottom: 0
    }

    .programm__img-block {
        width: 308px
    }

    .programm__figure:first-child {
        margin-right: 11px
    }

    .programm__figcaption {
        padding-left: 15px;
        margin-top: -27px
    }

    .programm__figcaption span {
        font-size: 12px;
        line-height: 1.2;
        padding: 3px 5px
    }

    .programm__figcaption .text-600 {
        font-size: 9px;
        line-height: 1.7
    }

    .programm__figure-present {
        max-width: 308px;
        margin: 0
    }

    .programm__img {
        width: 157px
    }

    .programm__present-figcaption {
        width: 238px;
        font-size: 12px;
        padding: 17px 20px;
        margin-top: -55px
    }

    .programm__img-bg {
        top: 7px
    }

    .programm__img-ticket {
        width: 244px;
        left: 10px
    }

    .programm__text--last .text-br {
        margin-top: 10px
    }

    .programm__btn {
        max-width: 308px;
        margin: 0
    }

    .programm__decor {
        width: 75px;
        top: auto;
        bottom: -60px
    }

    .programm__decor--right {
        width: 94px;
        left: auto;
        top: auto;
        bottom: 13%
    }

    .programm__snow4 {
        display: block;
        width: 78px;
        left: 20px;
        top: 39%
    }

    .programm__snow5 {
        right: 10px;
        width: 113px
    }

    .programm__snow3 {
        right: 37%;
        bottom: 16%
    }

    .programm__snow1,
    .programm__snow2 {
        display: none
    }

    .present__title {
        margin-bottom: 50px
    }

    .present__wrapper {
        position: relative
    }

    .present__inner {
        grid-template-columns: repeat(3, minmax(140px, 224px));
        grid-template-rows: repeat(4, 250px)
    }

    .present__img {
        max-height: 116px;
        margin-bottom: 15px;
    }

    .present__header {
        line-height: 1.3;
        min-height: 90px;
    }
    .present__item{
        height: 255px;
    }
    .present__snow1 {
        display: none
    }

    .present__border {
        position: static;
        margin-bottom: -30px;
    }

    .present__snow3 {
        left: 40px;
        top: auto;
        bottom: -60px
    }

    .present__decor {
        display: block;
        position: absolute
    }


    .ball1 {
        width: 22px;
        bottom: 30%;
        left: 40px
    }

    .ball2 {
        width: 17px;
        bottom: 35%;
        right: 60px
    }

    .ball3 {
        width: 49px;
        bottom: 25%;
        right: 0
    }

    .conditions__wrapper {
        background: url(../img/line-tab.svg) no-repeat center top 130px/auto;
        padding-bottom: 140px
    }

    .conditions__title {
        width: 80%;
        margin: 0 auto 30px
    }

    .conditions__title:nth-of-type(2) {
        margin-bottom: 60px
    }

    .conditions__title:nth-of-type(2):before {
        font-size: 96px;
        -webkit-transform: translateX(0) rotate(8deg);
        transform: translateX(0) rotate(8deg);
        top: -127px;
        left: 37%
    }

    .conditions__title:last-of-type {
        margin-bottom: 0
    }

    .conditions__title:last-of-type:before {
        font-size: 96px;
        top: -129px
    }

    .condition__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 70px;
        position: relative
    }

    .condition__inner picture {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .conditions-spruce {
        width: 190px;
        margin: 0;
        position: relative;
        left: -10px
    }

    .conditions__btn {
        margin: 0 0 42px;
        width: 380px
    }

    .conditions__btn:before {
        left: 30px;
        top: 90px;
        font-size: 96px
    }

    .conditions__picture {
        margin-left: auto
    }

    .conditions-presents {
        width: 215px;
        position: relative;
        right: -15px;
        margin: -80px 0 0
    }

    .conditions__list {
        grid-template-columns: repeat(3, minmax(140px, 197px));
        grid-template-rows: repeat(4, 124px);
        margin-bottom: 150px
    }

    .conditions__item {
        padding: 20px;
    }

    .conditions__snow1 {
        right: 40px;
        top: 8%
    }

    .conditions__snow2 {
        left: 40px;
        top: 29%
    }

    .conditions__snow3 {
        width: 101px;
        right: auto;
        left: 40px;
        bottom: 18%
    }

    .conditions__snow4 {
        display: none
    }

    .conditions__img {
        display: block;
        position: absolute
    }

    .conditions-decor-left {
        width: 150px;
        left: 0;
        bottom: 40px
    }

    .conditions-decor-right {
        width: 122px;
        right: 0;
        bottom: 83px
    }

    .broadcast__wrapper {
        padding-top: 111px;
        padding-bottom: 25px
    }

    .youtube {
        height: 358px;
        border-width: 7px;
    }

    iframe {
        max-height: 358px
    }

    .broadcast:before {
        max-width: 1024px;
        max-height: 488px;
        bottom: -10px
    }

    .no-webp .broadcast:before {
        background-image: url(../img/broadcast_bg.png)
    }

    .webp .broadcast:before {
        background-image: url(../img/broadcast_bg.webp)
    }

    .youtube .play {
        width: 84px;
        height: 84px;
        background-size: 15px
    }

    .broadcast__snow2 {
        display: block;
        width: 76px;
        top: 20px;
        right: 60px
    }

    .sponsors__wrapper {
        padding-top: 25px
    }

    .sponsors__link {
        justify-content: center;
    }

    .sponsors__item {
        padding: 20px 20px 24px
    }

    .sponsors__header {
        margin-bottom: 20px;
    }

    .sponsor__inner {
        width: 40%;
    }

    .sponsors__list-item:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .sponsor__text-block {
        width: 40%;
    }

    .sponsors__logo {
        width: 100%;
    }

    .sponsors__list {
        line-height: 1;
        margin: 0 auto;
    }

    .sponsors__snow3 {
        display: block;
        position: absolute;
        width: 80px;
        bottom: -60px;
        right: 25%
    }

    .partners__wrapper {
        padding-bottom: 98px
    }

    .partners__title {
        margin-bottom: 40px
    }

    .partners__list {
        grid-template-columns: repeat(4, 148px);
        grid-template-rows: repeat(3, 90px);
        grid-column-gap: 15px;
        grid-row-gap: 12px
    }

    .partners__decor-left {
        top: -20px
    }

    .partners__item {
        padding: 15px 13px
    }

    .partners__snow1 {
        display: block;
        width: 62px;
        left: 35%;
        bottom: 10px
    }

    .team__wrapper {
        padding-top: 47px;
        padding-bottom: 72px
    }

    .team__list {
        gap: 53px 24px
    }

    .team__item {
        width: 197px
    }

    .cap {
        top: -18px;
        left: 50px;
        width: 120px
    }

    .team__name {
        margin-bottom: 8px
    }

    .team__speciality {
        font-size: 14px;
        margin-right: 15px
    }

    .team__container {
        display: block
    }

    .team__snow {
        z-index: 0
    }

    .team__snow1 {
        width: 56px;
        top: 10px;
        right: 20%
    }

    .team__snow2 {
        width: 117px;
        bottom: 20%;
        left: 0
    }

    .team__snow3 {
        width: 85px;
        bottom: 10%;
        right: 20px
    }

    .spiral {
        width: 80px;
        left: 10%;
        top: -40px
    }

    .question__wrapper {
        padding-top: 72px;
        padding-bottom: 70px
    }

    .question__title {
        margin-bottom: 32px
    }

    .question__snow1 {
        width: 90px;
        right: 30px;
        top: 40%
    }

    .question__snow2 {
        left: 60px;
        top: 50%
    }

    .footer__wrapper {
        padding-top: 80px;
        padding-bottom: 49px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__top {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        width: 310px
    }

    .footer__text:last-of-type {
        margin-bottom: 45px
    }

    .footer__bottom {
        margin-right: 86px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .footer__mail {
        margin-bottom: 33px
    }

    .footer__social {
        margin-bottom: 0
    }

    .footer__logo--bottom {
        margin: auto 0 0
    }

    .footer__snow2,
    .footer__snow3 {
        display: block
    }

    .footer__snow1 {
        width: 60px;
        right: 20px;
        bottom: 20%
    }

    .footer__snow2 {
        width: 57px;
        left: 40px;
        bottom: 30%
    }

    .footer__snow3 {
        width: 31px;
        left: 40%;
        bottom: 10%
    }

    .footer_decor {
        width: 110px;
        top: -55px
    }
}

@media screen and (min-width:1024px) {
    .container {
        width: 1024px
    }

    .title {
        font-size: 28px
    }

    .btn {
        max-width: 499px;
        font-size: 20px;
        padding: 60px 50px
    }

    .btn:after {
        width: 36px;
        height: 30px;
        top: calc(50% - 15px)
    }

    .block {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .promo__wrapper {
        padding-bottom: 168px
    }

    .promo__header {
        font-size: 34px
    }

    .promo__text-img {
        top: 0;
        margin-top: -40px;
        margin-bottom: 23px
    }

    .header__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__item {
        width: 221px
    }

    .header__item:not(:last-of-type) {
        margin-right: 24px
    }

    .header__item:last-child {
        width: 221px
    }

    .header__item-bulit {
        margin-right: 14px
    }

    .snow__anim {
        animation: none;
    }

    .snow1 {
        top: 39%;
        left: 5px
    }

    .snow2 {
        top: 21%;
        right: 17%
    }

    .snow3 {
        top: 52%;
        right: 2%;
    }

    .header__inner {
        padding: 17px 30px;
        margin-bottom: 56px
    }

    .header__logo {
        width: 150px
    }

    .programm__wrapper {
        padding-bottom: 60px
    }

    .programm__title {
        padding: 45px 98px;
        line-height: 1.4;
        font-size: 26px;
        margin-top: -136px;
        margin-bottom: 30px
    }

    .programm__content {
        margin-bottom: 68px
    }

    .programm__content:nth-child(2) {
        margin-bottom: 182px
    }

    .programm__text {
        width: 469px;
        font-size: 20px
    }

    .programm__img-block {
        width: 482px
    }

    .programm__figure:first-child {
        margin-right: 16px
    }

    .programm__speaker-figure {
        max-width: 237px
    }

    .programm__img-speaker {
        width: 100%
    }

    .programm__figcaption {
        padding-left: 26px;
        margin-top: -49px;
        padding-right: 20px
    }

    .programm__figcaption span {
        font-size: 18px;
        line-height: 1.1
    }

    .programm__figcaption .text-600 {
        font-size: 12px;
        line-height: 1.4
    }

    .programm__present-text {
        width: 499px
    }

    .programm__figure-present {
        max-width: 467px;
        margin: 0;
        top: 15px
    }

    .programm__img-present {
        width: 218px
    }

    .programm__present-figcaption {
        width: 326px;
        font-size: 16px;
        padding: 18px;
        margin-top: -66px
    }

    .programm__img-bg {
        top: 5px;
        left: 25px
    }

    .programm__img-ticket {
        width: 339px;
        left: 28px;
        top: -7px;
        -webkit-transform: rotate(-21deg);
        transform: rotate(-21deg)
    }

    .programm__text--last {
        width: 375px
    }

    .programm__text--last .text-br {
        margin-top: 15px;
        font-size: 16px
    }

    .programm__btn {
        max-width: 499px
    }

    .programm__decor {
        width: 176px;
        bottom: -220px
    }

    .programm__decor--right {
        width: 157px;
        left: auto;
        bottom: 15%
    }

    .programm__snow1 {
        display: block;
        width: 156px;
        left: 0;
        top: 33%
    }

    .programm__snow2 {
        display: block;
        width: 87px;
        left: auto;
        right: 0;
        top: 150px
    }

    .programm__snow3 {
        bottom: auto;
        top: 45%;
        width: 75px;
        right: 10%
    }

    .programm__snow4 {
        left: 43%;
        top: auto;
        bottom: 20%
    }

    .programm__snow5 {
        display: none
    }

    .present__wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .present__title {
        width: 80%;
        margin: 0 auto 50px
    }

    .present__inner {
        grid-template-columns: repeat(4, minmax(140px, 288px));
        grid-template-rows: repeat(3, 270px);
        grid-column-gap: 30px;
        grid-row-gap: 44px
    }

    .present__item {
        padding: 20px;
        height: 265px;
    }

    .present__img {
        max-height: 108px;
    }

    .present__logo {
        max-width: 120px;
        max-height: 47px;
        width: initial;
    }

    .present__border {
        width: 172px;
        height: 66px;
        padding: 10px;
        margin-bottom: -30px;
    }

    .present__snow2,
    .present__snow4 {
        display: block
    }

    .present__snow2 {
        width: 147px;
        left: 0;
        top: 54%
    }

    .present__snow4 {
        width: 125px;
        left: auto;
        right: 0;
        top: 0
    }

    .present__snow1,
    .present__snow3,
    .team__name br {
        display: none
    }

    .ball1 {
        bottom: 5%;
        left: 10px
    }

    .ball2,
    .ball3 {
        width: 22px;
        bottom: 42%;
        right: 0
    }

    .ball3 {
        width: 62px;
        bottom: 33%
    }

    .conditions__wrapper {
        background: url(../img/line.svg) no-repeat center top 80px/120%;
        padding-bottom: 136px
    }

    .conditions__title {
        width: 85%;
        margin: 0 auto 93px
    }

    .conditions__title:first-of-type {
        width: 80%
    }

    .conditions__title:nth-of-type(2) {
        margin-bottom: 96px
    }

    .conditions__title:nth-of-type(2):before {
        top: -113px;
        left: 32%
    }

    .conditions__title:last-of-type {
        margin-bottom: 0
    }

    .conditions__title:last-of-type:before {
        top: -129px
    }

    .condition__inner {
        display: block;
        margin-bottom: 180px;
        position: relative
    }

    .conditions-spruce {
        width: 238px;
        margin: 0;
        position: absolute;
        top: -180px;
        left: -10px
    }

    .conditions__btn {
        margin: 0 auto;
        width: 499px
    }

    .conditions__btn:before {
        left: -60px;
        top: 80px
    }

    .conditions-presents {
        width: 266px;
        position: absolute;
        margin: 0;
        right: -15px;
        bottom: -200px
    }

    .conditions__list {
        grid-template-columns: repeat(4, minmax(140px, 238px));
        grid-template-rows: repeat(3, 156px);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        margin-bottom: 179px
    }

    .conditions__logo--height {
        max-height: 75px;
    }

    .conditions__snow1 {
        top: -2%
    }

    .conditions__snow2 {
        width: 78px;
        left: 50px;
        top: 28%
    }

    .conditions__snow3 {
        width: 153px;
        right: auto;
        left: 40px;
        bottom: 20%
    }

    .conditions-decor-left {
        width: 157px;
        left: -50px;
        bottom: 47%
    }

    .conditions-decor-right {
        width: 180px;
        bottom: 125px
    }

    .broadcast__wrapper {
        padding-top: 119px;
        padding-bottom: 25px
    }

    .broadcast__title {
        width: 60%;
        margin: 0 auto 14px
    }

    .broadcast__subtitle {
        font-size: 20px;
        margin-bottom: 60px
    }

    .youtube {
        border-width: 17px;
        border-radius: 30px;
    }

    .youtube,
    iframe {
        max-width: 974px;
        height: 540px
    }

    iframe {
        max-height: 540px;
    }

    .broadcast:before {
        max-width: 1078px;
        max-height: 514px;
        bottom: 110px
    }

    .youtube .play {
        width: 134px;
        height: 134px;
        background-size: 23px
    }

    .broadcast__bell {
        width: 140px
    }

    .broadcast__snow1 {
        display: block;
        width: 74px;
        left: 10px;
        top: 20%
    }

    .broadcast__snow2 {
        width: 122px;
        top: 60px;
        right: 0
    }

    .sponsors__wrapper {
        padding-top: 30px
    }

    .sponsors__title {
        margin-bottom: 38px
    }

    .sponsors__item {
        padding: 27px 30px 53px
    }

    .sponsors__header {
        font-size: 36px;
        margin-bottom: 50px
    }

    .sponsor__inner {
        width: 393px;
        margin-right: 50px;
    }

    .sponsors__text {
        font-size: 15px;
    }

    .sponsors__list {
        font-size: 15px;
    }

    .sponsors__list-item:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .sponsors__img {
        width: 122px;
        bottom: 35%
    }

    .sponsors__snow1 {
        width: 70px;
        left: 0;
        top: -40px
    }

    .sponsors__snow2 {
        width: 133px;
        right: 0;
        top: -60px
    }

    .sponsors__snow3 {
        width: 135px;
        bottom: 25%;
        left: 0
    }

    .partners__wrapper {
        padding-bottom: 138px
    }

    .partners__title {
        margin-bottom: 39px
    }

    .partners__list {
        grid-template-columns: repeat(4, 225px);
        grid-template-rows: repeat(3, 145px);
        grid-column-gap: 24px;
        grid-row-gap: 20px
    }

    .partners__decor-left {
        top: -50px;
        width: 130px
    }

    .partners__decor-right {
        width: 97px;
        bottom: 20px;
        right: 0;
        display: block;
        position: absolute
    }

    .partners__item {
        padding: 23px 20px;
        position: relative;
        border-radius: 30px
    }

    .partners__snow1 {
        width: 62px;
        left: 0;
        bottom: 50px
    }

    .partners__snow2 {
        position: absolute;
        display: block;
        width: 116px;
        right: 0;
        top: 30px
    }

    .partners__logo {
        max-height: 60px
    }

    .team__wrapper {
        padding-top: 52px;
        padding-bottom: 100px
    }

    .team__title {
        margin-bottom: 62px
    }

    .team__list {
        gap: 56px 25px;
        justify-content: center;
    }

    .team__item {
        width: 220px
    }

    .team__img {
        margin: 0 auto 15px
    }

    .cap {
        top: -25px;
        left: 58px;
        width: 130px
    }

    .team__name {
        position: relative;
        z-index: 1
    }

    .team__speciality {
        font-size: 16px
    }

    .team__soc,
    .team__speciality {
        position: relative;
        z-index: 1
    }

    .team__snow1 {
        width: 117px;
        top: 20px
    }

    .team__snow2 {
        width: 56px;
        bottom: 40%
    }

    .team__snow3 {
        bottom: 5%;
        right: 10px
    }

    .spiral {
        width: 130px;
        left: 23%;
        top: -70px
    }

    .toy {
        width: 150px;
        right: 35%;
        bottom: -107px
    }

    .question__wrapper {
        padding-top: 96px;
        padding-bottom: 122px
    }

    .question__title {
        font-size: 60px
    }

    .question__snow1 {
        width: 166px;
        right: 40px;
        top: 50%
    }

    .question__snow2 {
        width: 111px;
        left: 70px;
        top: 50%
    }

    .footer__wrapper {
        padding-top: 75px;
        padding-bottom: 100px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__top {
        width: 500px
    }

    .footer__text {
        font-size: 14px
    }

    .footer__text:last-of-type {
        margin-bottom: 16px
    }

    .footer__title {
        display: inline-block;
        margin-bottom: 0;
        font-size: 16px;
        margin-right: 25px
    }

    .footer__logo {
        display: inline-block;
        vertical-align: middle
    }

    .footer__bottom {
        margin-right: 0
    }

    .footer__mail {
        margin-bottom: 35px
    }

    .footer__logo--bottom {
        width: 190px
    }

    .footer__snow1 {
        width: 68px;
        right: 10px;
        bottom: 10%
    }

    .footer__snow2 {
        width: 73px;
        left: 40px;
        top: 40%
    }

    .footer__snow3 {
        width: 55px
    }

    .footer_decor {
        width: 121px;
        left: 31%;
        top: -60px
    }
}

@media screen and (min-width:1078px) {
    .text {
        font-size: 20px
    }

    .container {
        width: 1078px
    }

    .promo__header {
        font-size: 36px
    }

    .promo__wrapper {
        max-width: 1138px;
        width: 100%;
        padding-bottom: 168px
    }

    .promo__text-img {
        margin-top: -46px;
        margin-bottom: 10px
    }

    .snow1 {
        left: 55px
    }

    .snow3 {
        right: 36px
    }

    .header__inner {
        margin-bottom: 47px
    }

    .header__logo {
        width: 182px
    }

    .programm__container {
        overflow: hidden;
        position: absolute
    }

    .programm__wrapper {
        padding-bottom: 70px
    }

    .programm__title {
        font-size: 30px
    }

    .programm__img-block {
        position: relative;
        right: -23px;
        top: 14px
    }

    .present__wrapper {
        padding-top: 62px;
        padding-bottom: 80px
    }

    .present__container {
        position: absolute;
        overflow: hidden
    }

    .present__title {
        margin: 0 auto 47px
    }

    .ball1 {
        bottom: 8%;
        left: 20px
    }

    .ball2 {
        right: 70px
    }

    .ball3 {
        right: 10px
    }

    .conditions {
        background: url(../img/line.svg) no-repeat center top 90px/auto
    }

    .conditions__container {
        overflow: hidden
    }

    .conditions__wrapper {
        background: 0 0;
        padding-top: 74px
    }

    .conditions__title:first-of-type {
        width: 70%
    }

    .conditions__title:last-of-type:before {
        top: -118px
    }

    .conditions__btn:before {
        top: 50px
    }

    .conditions__snow2 {
        top: 27%
    }

    .broadcast__container {
        overflow: hidden
    }

    .youtube,
    iframe {
        max-width: 1028px;
        height: 578px
    }

    iframe {
        max-height: 600px
    }

    .broadcast:before {
        max-width: 1440px;
        max-height: 686px;
        bottom: -30px
    }

    .sponsors__container {
        position: absolute;
        overflow: hidden
    }

    .sponsors__snow1 {
        top: 20px
    }

    .sponsors__snow2 {
        width: 133px;
        right: 0;
        top: 20px
    }

    .partners__wrapper {
        padding-top: 33px
    }

    .partners__container {
        overflow: hidden;
        position: absolute
    }

    .partners__list {
        grid-template-columns: repeat(4, 238px)
    }

    .partners__decor-left {
        top: 50px
    }

    .partners__decor-right {
        bottom: 30px
    }

    .team__list {
        gap: 56px 48px
    }

    .team__container {
        overflow: hidden
    }

    .team__img {
        position: relative;
        z-index: 1
    }

    .cap {
        z-index: 2
    }

    .question__container {
        overflow: hidden
    }

    .question__title {
        font-size: 64px
    }

    .footer__container {
        overflow: hidden
    }
}

@media screen and (min-width:1220px) {
    .title {
        font-size: 30px
    }

    .conditions__title:first-of-type {
        width: 75%
    }

    .conditions-spruce {
        width: 320px;
        top: -210px;
        left: -90px
    }

    .conditions__btn:before {
        top: 82px
    }

    .conditions-presents {
        width: 296px;
        right: -75px;
        bottom: -130px
    }

    .present__wrapper {
        width: 1220px;
    }

    .present__title {
        width: 75%;
    }

    .present__inner {
        grid-template-columns: repeat(4, minmax(140px, 288px));
        grid-template-rows: repeat(3, 320px);
    }

    .present__img {
        max-height: 138px;
    }
    .present__item{
        height: 290px;

    }
    .present__header{
        min-height: 82px;
    }

    .broadcast:before {
        bottom: 30px
    }

    .broadcast__snow1 {
        left: 250px
    }

    .broadcast__snow2 {
        right: 250px
    }

    .team__wrapper {
        width: 1220px
    }

    .team__list {
        gap: 56px 60px
    }

    .team__item {
        width: 240px
    }

    .cap {
        left: 68px
    }

    .team__name {
        font-size: 18px
    }

    .footer__snow1 {
        right: 20px;
        bottom: 20%
    }

    .footer_decor {
        left: 38%
    }
}

@media screen and (min-width:1440px) {

    .no-webp .promo,
    .webp .promo {
        background-size: cover;
        background-position-y: 70%
    }

    .ball1 {
        left: -52px
    }

    .ball2 {
        right: -42px
    }

    .ball3 {
        right: -116px;
        bottom: 35%
    }

    .conditions {
        background-position-y: 103px
    }

    .conditions-spruce {
        width: 350px;
        left: -183px;
        top: -198px
    }

    .conditions-presents {
        right: -146px;
        bottom: -154px
    }

    .conditions-decor-left {
        bottom: 42%
    }

    .conditions-decor-right {
        width: 234px
    }

    .present__wrapper {
        width: 1440px;
    }

    .present__title {
        width: 65%;
    }
    .present__item{
        height: 310px;

    }
    .present__header {
        min-height: 100px;
    }

    .present__img {
        max-height: 149px;
    }

    .broadcast:before {
        bottom: 98px
    }

    .sponsors__img {
        bottom: 33%;
        right: 20px
    }

    .sponsors__snow1 {
        left: 100px
    }

    .sponsors__snow2 {
        right: 100px
    }

    .sponsors__snow3 {
        left: 50px
    }

    .partners__decor-left {
        top: 40px
    }

    .partners__decor-right {
        bottom: 50px
    }

    .partners__snow1 {
        left: 100px;
        bottom: 40px
    }

    .partners__snow2 {
        right: 80px;
        top: 10px
    }

    .team__wrapper {
        width: 1440px
    }

    .team__item {
        width: 263px
    }

    .cap {
        left: 80px
    }

    .team__name {
        font-size: 20px
    }

    .team__snow1 {
        top: 30px;
        right: 23%
    }

    .team__snow2 {
        bottom: 40%
    }

    .team__snow3 {
        bottom: 7%;
        right: 50px
    }
}

@media screen and (min-width:1920px) {
    .snow1 {
        left: 130px
    }

    .snow3 {
        right: 80px
    }

    .programm__container {
        overflow: visible
    }

    .programm__snow1 {
        left: 120px
    }

    .programm__snow2 {
        right: 150px
    }

    .present__container {
        overflow: visible
    }

    .present__snow2 {
        left: 100px
    }

    .present__snow4 {
        right: 100px
    }

    .conditions__container {
        overflow: visible
    }

    .conditions__snow1 {
        right: 200px
    }

    .conditions__snow2 {
        left: 180px
    }

    .conditions__snow3 {
        left: 250px
    }

    .broadcast__container,
    .sponsors__container {
        overflow: visible
    }

    .sponsors__snow1 {
        left: 210px
    }

    .sponsors__snow2 {
        right: 180px
    }

    .sponsors__snow3 {
        left: 160px
    }

    .partners__container {
        overflow: visible
    }

    .partners__snow1 {
        left: 180px
    }

    .partners__snow2 {
        right: 220px
    }

    .team__container {
        overflow: visible
    }

    .team__snow1 {
        right: 240px
    }

    .team__snow2 {
        left: 220px
    }

    .team__snow3 {
        right: 240px
    }

    .question__container {
        overflow: visible
    }

    .question__snow1 {
        right: 140px
    }

    .question__snow2 {
        left: 270px
    }

    .footer_decor {
        left: 41%
    }

    .footer__snow1 {
        right: 287px;
        bottom: 32%
    }

    .footer__snow2 {
        left: 267px;
        top: 23%
    }

    .footer__snow3 {
        left: 37%
    }
}