* {
    padding: 0;
    margin: 0;
    border: none
}

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

*:focus, *:active {
    outline: none
}

a, a:link, a:visited, a:hover {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

nav, header, main, aside, footer, section {
    display: block
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit
}

ul, ol, ul li, ol li {
    list-style: none
}

img {
    vertical-align: top
}

img, svg {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent
}

input::-ms-clear {
    display: none
}

button, input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer
}

input:focus, input:active, button:focus, button:active {
    outline: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

legend {
    display: block
}

input[type=file] {
    max-width: 100%
}

@font-face {
    font-family: Seminaria;
    src: url(/upload/fonts/Seminaria-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: EuclidCircularB;
    src: url(/upload/fonts/EuclidCircularB-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: EuclidCircularB;
    src: url(/upload/fonts/EuclidCircularB-Medium.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: EuclidCircularB;
    src: url(/upload/fonts/EuclidCircularB-Bold.ttf);
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

html {
    scroll-behavior: smooth
}

html, body {
    scrollbar-gutter: stable
}

body {
    position: relative
}

body.lock {
    overflow-y: hidden
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden
}

.container-lg {
    max-width: 1920px;
    padding: 0 15px;
    margin: 0 auto
}

.container {
    max-width: 1370px;
    padding: 0 15px;
    margin: 0 auto
}

.header {
    position: relative;
    padding-top: 152px;
    padding-bottom: 52px;
    min-height: 100vh;
    padding-top: 2.6388888889vw;
    padding-bottom: 1.3541666667vw;
    background-color: red;
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/header-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10
}

.header__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 20;
    height: 100%
}

.header .container {
    height: 100%
}

.header-logo {
    max-width: 516px;
    margin-bottom: 88px;
    margin-bottom: 1.7708333333vw
}

.header-ttile {
    font-family: Seminaria;
    font-weight: 400;
    font-size: 26vh;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 20px;
    text-align: center;
    margin-bottom: 10px
}

.header-bottom {
    display: flex;
    column-gap: 120px;
}

.header-bottom__col {
    flex: 1 1 0;
}

.header-bottom__text {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px
}

.header-bottom__btn.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 340px;
    height: 92px;
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    background-color: #000;
    border-radius: 31px;
    transition: .3s ease
}

.header-bottom__btn.btn:hover {
    color: #000;
    background-color: #ffffff80;
    border: 1px solid #000
}

.header-bottom__text-bold {
    font-weight: 600
}

.menu {
    padding: 110px 0;
    background-color: #fff
}

.menu-links__list {
    display: flex;
    column-gap: 18px
}

.menu-links__item-link {
    cursor: pointer
}

.event-program {
    position: relative;
    min-height: 661px
}

.event-program:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/img/program-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10
}

.event-program__inner {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 110px;
    padding-top: 122px;
    padding-bottom: 131px;
    z-index: 20
}

.event-program__title {
    margin-left: 74px;
    max-width: 530px;
    min-height: 100%
}

.event-program__title-text {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 55px;
    line-height: 65px;
    color: #fff
}

.event-program__list {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.event-program__item {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-left: -25px
}

.program-item__decor {
    width: 25px;
    height: 51px
}

.program-item__text {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000
}

.partners__inner {
    padding-top: 115px
}

.partners__master {
    display: flex;
    column-gap: 41px;
    margin-bottom: 126px
}

.partners__list {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    column-gap: 32px;
    row-gap: 52px;
    margin-bottom: 130px
}

.partners-master__photo {
    position: relative;
    min-width: 310px;
    height: 310px;
    background-color: red;
    border-radius: 50%
}

.partners-master__photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.partners-master__photo-decor {
    position: absolute;
    top: -4px;
    left: 0;
    min-width: 314px;
    height: 314px;
    background-color: transparent;
    border-radius: 50%;
    border: 7px solid black;
    border-bottom-color: transparent;
    border-left-color: transparent;
    z-index: 10
}

.partners-master__photo-name {
    display: none
}

.partners-master__about-name {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #000
}

.partners-master__about-name:nth-child(2) {
    margin-bottom: 30px
}

.partners-master__about ul li {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    list-style: disc;
    list-style-position: inside
}

.partners-list__item {
    cursor: pointer;
    transition: .3s ease
}

.partners-list__item-img {
    display: block;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background-color: #d5d5d5;
    margin-bottom: 18px
}

.partners-list__item-name {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000
}

.partners__speakers {
    display: flex;
    flex-direction: column;
    row-gap: 37px;
    margin-bottom: 100px
}

.partners__speakers-item {
    padding: 60px;
    height: 616px;
    border-radius: 31px
}

.speakers-item__title {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 55px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 54px
}

.speakers-item__themes-item {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    list-style: disc;
    list-style-position: inside
}

.speakers-item--pink {
    background-color: #ff809c
}

.speakers-item--red {
    background-color: red;
}

.partners__logos {
    background-color: #ff809c;
    margin-bottom: 140px
}

.partners-logos__inner {
    padding: 60px 0
}

.partners-logos__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center
}

.partners-logos__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 312px;
    height: 312px;
    padding: 20px;
    border-radius: 31px;
    background-color: #fff;
    transition: .3s ease;
    cursor: pointer
}

.partners-logos__item:hover {
    transform: scale(1.1)
}

.partners-logos__item-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70%;
    height: 100%;
    object-fit: contain;
    border-radius: 31px;
}

.partners-logos__item-text {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 87.42px;
    color: #000;
    z-index: 1;
}

.partners-logos__item-decor {
    width: 25px;
    height: 51px
}

.item-decor-top-left {
    position: absolute;
    top: 20px;
    left: 20px;
    transform: rotate(45deg);
    transform-origin: center bottom
}

.item-decor-top-right {
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(125deg);
    transform-origin: left center
}

.item-decor-bottom-left {
    position: absolute;
    bottom: 20px;
    left: 20px;
    transform: rotate(-45deg);
    transform-origin: top center
}

.item-decor-bottom-right {
    position: absolute;
    bottom: 20px;
    right: 20px;
    transform: rotate(-125deg);
    transform-origin: left center
}

/* tickets */
.tickets {
    margin-bottom: 188px
}
.tickets__list {
    display: flex;
    flex-direction: column;
    row-gap: 50px
}
.tickets__item {
    display: flex;
    column-gap: 61px;
    padding: 58px 70px 58px 80px;
    height: 450px;
    border-radius: 31px
}
.tickets__item-col {
    position: relative;
    z-index: 50
}
.tickets__item-title {
    margin-top: 37px;
    font-family: EuclidCircularB, sans-serif;
    font-weight: 600;
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 16px;
}
.tickets__item-subtitle {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 27px
}
.tickets__item-buy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    width: 321px;
    height: 79px;
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: normal;
    color: #fff;
    background-color: #000;
    border-radius: 21px;
    white-space: nowrap;
    transition: .3s ease
}
.tickets__item-buy-btn:hover {
    color: #000;
    background-color: #ffffff80;
    border: 1px solid #000
}
.tickets__descr {
    display: flex;
    flex-direction: column
}
.tickets__descr-item {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    white-space: nowrap;
    color: #fff
}
.tickets__item-offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 510px
}
.tickets__item-offer:not(:last-child) {
    margin-bottom: 28px
}
.tickets__item-text {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 30px;
    white-space: nowrap;
    color: #fff
}
.tickets__item .tickets__item-col:nth-child(2) {
    align-self: center
}
.tickets-item--pink {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #ff2c80;
    overflow: hidden;
}
.tickets-item--pink:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/img/buy-ticket-bg.png);
    background-repeat: no-repeat;
    background-size: cover
}
.tickets__item .tickets__item-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}
.tickets__item .tickets__item-buy-btn {
    z-index: 1;
}
.tickets__decor-top-left, .tickets__decor-top-right {
    display: none
}
/* end tickets */

.partner-form {
    position: relative;
    margin-bottom: 196px
}

.partner-form:before {
    content: "";
    position: absolute;
    top: -447px;
    right: 0;
    width: 486px;
    height: 557px;
    background-image: url(/img/partner-form-decor.png);
    background-repeat: no-repeat
}

.partner-form__inner {
    padding: 146px 100px 118px;
    border: 3.15px solid #bcbe27;
    border-radius: 31px
}

.partner-form__title {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 600;
    font-size: 55px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap
}

.partner-form__text {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 52px
}

.partner-form__form {
    display: flex;
    flex-direction: column;
    row-gap: 33px
}

.partner-form__input {
    padding: 31px 41px;
    background-color: #ff809c;
    border-radius: 21px;
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #fff
}

.partner-form__input.error {
    border: 1px solid red;
}

.partner-form__error {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: red;
}

.partner-form__input::placeholder {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #fff
}

.partner-form__btn {
    align-self: center;
    max-width: 356px;
    width: 100%;
    height: 80px;
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 21px;
    transition: .3s ease
}

.partner-form__btn:hover {
    color: #fff;
    background-color: #ff809c
}

.faq {
    position: relative;
    background-color: red;
    min-height: 592px;
    margin-bottom: 122px
}

.faq__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.faq__bg:before {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -135px;
    width: 545px;
    height: 100%;
    background-image: url(/img/faq-bg-5.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 15
}

.faq:after {
    content: "";
    position: absolute;
    bottom: -870px;
    right: -448px;
    width: 1382px;
    height: 1382px;
    background-image: url(/img/our-mission-img.png);
    background-repeat: no-repeat;
    background-position: left bottom
}

.faq__inner {
    padding: 98px 251px 91px;
    display: flex;
    column-gap: 94px;
    z-index: 10
}

.faq__title {
    position: absolute;
    top: 235px;
    left: 165px;
    font-family: EuclidCircularB, sans-serif;
    font-weight: 600;
    font-size: 222.26px;
    line-height: 202.06px;
    color: #bcbe27;
    text-transform: uppercase;
    transform: rotate(-90deg);
    z-index: 10
}

.faq__list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 75px;
    z-index: 20
}

.faq__item {
    cursor: pointer
}

.faq__item:hover .faq__item-subtitle {
    opacity: .7
}

.faq__item:hover .faq__item-btn-show svg path {
    opacity: .7
}

.faq__item:hover .faq__item-btn-hide svg path {
    opacity: .7
}

.faq__item-top {
    display: flex;
    width: 100%
}

.faq__item-subtitle {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    transition: .3s ease
}

.faq__item-btn.active {
    display: block;
    margin-left: auto
}

.faq__item-btn.active svg {
    width: 25px;
    height: 25px
}

.faq__item-btn.active svg path {
    transition: .3s ease
}

.faq__item-btn-show, .faq__item-btn-hide {
    display: none
}

.faq__item-content {
    padding: 20px;
    max-height: 0;
    opacity: 0;
    display: none;
    transition: .3s ease
}

.faq__item-content.active {
    max-height: 100%;
    opacity: 1;
    display: block
}

.faq__item-text {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 133%;
    letter-spacing: -.03em;
    color: #fff
}

.faq__decor-top, .faq__decor-bottom {
    display: none
}

.our-mission {
    position: relative;
    margin-bottom: 97px
}

.our-mission__slogan {
    max-width: 876px;
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #ff2c80
}

.our-mission__slogan span {
    font-weight: 600
}

.our-mission__slogan:nth-child(1) {
    margin-bottom: 51px
}

.our-mission__slogan:nth-child(2) {
    margin-bottom: 152px
}

.our-mission__stantion-title {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    margin-bottom: 50px
}

.our-mission__stantion-list {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    width: 75%;
    margin-left: 117px
}

.stantion-item {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-left: -25px
}

.stantion-item__decor {
    width: 25px;
    height: 51px
}

.stantion-item__text {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000
}

.inside {
    position: relative;
    z-index: 10;
    margin-bottom: 430px
}

.inside__gallery {
    display: flex;
    column-gap: 15px;
    margin-bottom: 108px
}

.inside__img {
    flex: 0 1 33.333333%
}

.inside__scheme-img {
    max-width: 100%;
    height: auto
}

.footer {
    position: relative;
    background-color: transparent;
    margin-bottom: 665px
}

.footer__inner {
    position: relative;
    display: flex;
    justify-content: center
}

.footer__card {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 102px 105px;
    background-color: red;
    border-radius: 31px;
    overflow: hidden;
    z-index: 10
}

.footer__card:before {
    content: "";
    position: absolute;
    bottom: -435px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/header-banner.png);
    background-repeat: no-repeat;
    background-size: contain
}

.footer__decor {
    position: absolute
}

.footer .footer__decor-hand {
    top: -350px;
    left: 0;
    width: 592px;
    height: auto;
    z-index: 20
}

.footer .footer__decor-star {
    top: 104px;
    right: 0;
    width: 345px;
    height: auto;
    z-index: -1
}

.footer .footer__decor-cookie {
    left: 427px;
    bottom: -350px;
    width: 475px;
    height: auto;
    z-index: -1
}

.footer .footer__decor-cookie img:nth-child(2) {
    display: none
}

.footer .footer__decor-horse {
    right: 0;
    bottom: -110%;
    width: 737px;
    height: auto;
    z-index: 20
}

.footer .footer__decor-horse img:nth-child(2) {
    display: none
}

.footer .footer__decor-balloon {
    left: 0;
    bottom: -110%;
    width: 625px;
    height: auto;
    z-index: 20
}

.footer__logo {
    position: relative;
    max-width: 591px;
    height: auto;
    margin-bottom: 60px;
    z-index: 10
}

.footer__info {
    position: relative;
    display: flex;
    column-gap: 49px;
    margin-bottom: 54px;
    z-index: 10
}

.footer__info-title {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

.footer__info-text {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff !important
}

.footer__info-phone .footer__info-text {
    white-space: nowrap
}

.footer__socials {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 27px;
    z-index: 10
}

.footer__socials-title {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase
}

.footer__socials-list {
    display: flex;
    column-gap: 15px
}

.footer__socials-link {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
}

.footer__socials-link img {
    width: 100%;
    height: 100%;
}

.footer__decor-bottom {
    display: none
}

.partners-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease
}

.partners-popup:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080
}

.partners-popup__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.partners-popup__dialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.partners-popup__content {
    position: relative;
    width: 900px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 25px #0000000d
}
.partners-popup__close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: .3s ease
}
.partners-popup__close-btn:hover {
    color: #58585880
}
.partners-popup__content .partners-popup__content-container {
    display: flex;
    font-family: EuclidCircularB, sans-serif;
    border-radius: 10px;
}
.partners-popup__content .partners-popup__content-image {
    width: 50%;
}
.partners-popup__content .partners-popup__content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partners-popup__content .partners-popup__content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%;
    height: 100%;
    padding: 40px 18px 45px;
}
.partners-popup__content .partners-popup__text {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}
.partners-popup__content .partners-popup__preview ul li {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #000;
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 16px;
}
.partners-popup__content .partners-popup__preview {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #000;
}
.partners-popup--active {
    opacity: 1;
    visibility: visible
}

@media (max-width: 768px) {
    .partners-popup__body {
        z-index: 999;
    }
    .partners-popup__dialog {
        padding: 20px 16px;
    }
    .partners-popup__content {
        height: 100%;
        overflow-y: scroll;
    }
    .partners-popup__close-btn svg {
        width: 32px;
        height: 32px;
    }
    .partners-popup__content .partners-popup__content-container {
        flex-direction: column-reverse;
    }
    .partners-popup__content .partners-popup__content-image {
        width: 100%;
    }
    .partners-popup__content .partners-popup__content-wrapper {
        width: 100%;
        height: 100%;
        gap: 16px;
        padding: 18px 12px 12px;
    }
    .partners-popup__content .partners-popup__text {
        font-size: 20px;
    }
    .partners-popup__content .partners-popup__preview ul li {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .partners-popup__content .partners-popup__preview {
        font-size: 15px;
    }
}

.buy-tickets-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease
}

.buy-tickets-popup:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080
}

.buy-tickets-popup__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.buy-tickets-popup__dialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.buy-tickets-popup__content {
    position: relative;
    width: 60vw;
    height: auto;
    padding: 55px 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 25px #0000000d
}

.buy-tickets-popup__close-btn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 45px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s ease
}

.buy-tickets-popup__close-btn:hover {
    color: #58585880
}

.buy-tickets-popup--active {
    opacity: 1;
    visibility: visible
}

@media (min-width: 1920px) {
    .header:before {
        background-repeat: repeat-x
    }
}

@media (max-width: 1700px) {
    .faq__list {
        padding-left: 150px
    }
}

@media (max-width: 1550px) {
    .faq__list {
        padding-left: 225px
    }
}

@media (max-width: 1400px) {
    .faq__list {
        padding-left: 300px
    }
}

@media (max-width: 1366px) {
    .partner-form__title {
        font-size: 45px
    }

    .partner-form__title, .partner-form__text {
        white-space: unset
    }

    .faq:after {
        content: "";
        position: absolute;
        top: 422px;
        right: -74%;
        width: 1382px;
        height: 100%;
        background-image: url(/img/our-mission-img.png);
        background-repeat: no-repeat;
        background-size: contain
    }

    .footer .footer__decor-hand, .footer .footer__decor-star {
        display: none
    }

    .footer .footer__decor-horse {
        right: -15%;
        bottom: -110%;
        width: 737px;
        height: auto;
        z-index: 20
    }
}

@media (max-width: 1280px) {
    .header-bottom {
        column-gap: 135px;
        padding: 0 15px
    }

    .partners__list {
        grid-template-columns:repeat(3, 1fr);
        justify-items: center
    }

    .tickets__item {
        height: 100%
    }
    .tickets__descr-item {
        white-space: wrap
    }


    .partner-form:before {
        width: 260px
    }

    .faq__inner {
        padding: 98px 91px 91px 251px
    }

    .faq__title {
        left: 156px
    }

    .faq__list {
        margin-left: 0
    }

    .faq__item-btn.active svg {
        min-width: 25px
    }
}

@media (max-width: 1200px) {
    .header {
        min-height: 100%;
        height: 100%
    }

    .header-ttile {
        font-size: 190px
    }

    .header:before {
        top: 20%;
        background-position: center top;
        background-size: contain
    }

    .header-bottom {
        flex-direction: column;
        align-items: center;
        row-gap: 30px
    }

    .header-bottom__text {
        text-align: center
    }

    .event-program__inner {
        flex-direction: column
    }

    .event-program__title {
        margin-bottom: 30px
    }

    .event-program__item {
        margin-left: 0
    }

    .partners__list {
        grid-template-columns:repeat(3, 1fr)
    }

    .tickets__item {
        flex-direction: column;
        min-height: 450px;
        height: auto
    }

    .tickets-item--purple .tickets__item-subtitle {
        margin-bottom: 0
    }

    .tickets-item--purple .tickets__item-buy-btn {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .tickets-item--green .tickets__item-buy-btn, .tickets__item-offer {
        margin-bottom: 30px
    }

    .tickets__item .tickets__item-col:nth-child(2) {
        align-self: flex-start
    }

    .partner-form:before {
        display: none
    }

    .faq {
        height: auto
    }

    .faq__bg {
        display: none
    }

    .faq:after {
        display: none
    }

    .faq__inner {
        padding: 30px;
        flex-direction: column;
        align-items: center
    }

    .faq__title {
        position: static;
        font-size: 160px;
        line-height: 160px;
        transform: rotate(0);
        margin-bottom: 30px
    }

    .faq__list {
        row-gap: 20px;
        width: 100%;
        margin-left: 0;
        padding-left: 0
    }

    .faq__item-subtitle {
        max-width: 70%
    }

    .our-mission__inner {
        padding: 0 15px
    }

    .our-mission__stantion-list {
        width: 100%;
        margin-left: 25px
    }

    .stantion-item {
        margin-left: 0
    }

    .inside {
        margin-bottom: 100px
    }

    .footer {
        margin-bottom: 335px
    }

    .footer__card:before {
        bottom: 0;
        background-position: center bottom
    }

    .footer__decor-hand, .footer__decor-star {
        display: none
    }

    .footer__info {
        flex-direction: column
    }

    .footer .footer__decor-cookie {
        left: 230px;
        bottom: -185px;
        width: 250px;
        height: auto;
        z-index: -1
    }

    .footer .footer__decor-horse {
        right: -135px;
        bottom: -330px;
        width: 450px;
        height: auto;
        z-index: 20
    }

    .footer .footer__decor-balloon {
        left: 0;
        bottom: -335px;
        width: 350px;
        height: auto;
        z-index: 20
    }
}

@media (max-width: 1000px) {
    .partners__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 992px) {
    .partner-form__title {
        font-size: 35px
    }

    .partner-form__text {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 20px
    }

    .header {
        padding: 40px 0;
        height: 100%
    }

    .header:before {
        top: 78px;
        min-height: 226px;
        max-height: 226px;
        min-width: 708px;
        background-repeat: repeat-x;
        background-size: contain
    }

    .header-logo {
        max-width: 181px;
        margin-bottom: 10px
    }

    .header-ttile {
        font-weight: 400;
        font-size: 100px;
        text-align: center;
        color: #fff;
        letter-spacing: normal;
        margin-bottom: 20px
    }

    .header-bottom {
        flex-direction: column;
        align-items: center;
        row-gap: 40px
    }

    .header-bottom__btn.btn {
        padding: 14px 30px;
        max-width: 174px;
        height: 47px;
        font-weight: 400;
        font-size: 15px;
        border-radius: 16px
    }

    .header-bottom__text {
        font-weight: 500;
        font-size: 15px;
        line-height: normal;
        text-align: center
    }

    .header-bottom__text-bold {
        font-weight: 600;
        font-size: 20px;
        text-align: center
    }

    .header-bottom__col:nth-child(2) {
        order: 1
    }

    .header-bottom__col:nth-child(1) {
        order: 3
    }

    .header-bottom__col:nth-child(3) {
        order: 2
    }

    .menu {
        padding: 40px 0
    }

    .menu-links__list {
        column-gap: 10px;
        overflow: hidden
    }

    .menu-links__item-link {
        display: block;
        width: 100px;
        height: 100px
    }

    .event-program {
        background-color: #cacd27;
        margin-bottom: 40px;
        min-height: unset
    }

    .event-program:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(/img/program-banner-2.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10
    }

    .event-program__inner {
        padding: 40px 0;
        flex-direction: column;
        row-gap: 50px
    }

    .event-program__title {
        align-self: flex-end
    }

    .event-program__title-text {
        font-weight: 500;
        font-size: 32px;
        line-height: normal;
        color: #000
    }

    .event-program__list {
        row-gap: 20px
    }

    .event-program__item {
        margin-left: unset;
        column-gap: 10px
    }

    .program-item__decor {
        width: 15px;
        height: 30px
    }

    .program-item__decor-img {
        max-width: 15px;
        height: auto
    }

    .program-item__text {
        font-weight: 500;
        font-size: 15px;
        line-height: normal
    }

    .partners {
        margin-bottom: 40px
    }

    .partners__inner {
        padding: 0
    }

    .partners__master {
        flex-direction: column;
        row-gap: 25px;
        margin-bottom: 11px
    }

    .partners-master__inner {
        display: flex;
        column-gap: 20px;
        align-items: center
    }

    .partners-master__photo {
        position: relative;
        min-width: auto;
        max-width: 153px;
        height: 153px;
        background-color: red;
        border-radius: 50%
    }

    .partners-master__photo-decor {
        position: absolute;
        top: -4px;
        left: 0;
        min-width: 157px;
        height: 157px;
        background-color: transparent;
        border-radius: 50%;
        border: 7px solid black;
        border-bottom-color: transparent;
        border-left-color: transparent;
        z-index: 10
    }

    .partners-master__photo-name {
        display: block;
        font-family: EuclidCircularB, sans-serif;
        font-weight: 500;
        font-size: 20px
    }

    .partners-master__about-name {
        display: none
    }

    .partners-master__info {
        display: flex;
        flex-direction: column;
        row-gap: 30px
    }

    .partners-master__about ul li {
        position: relative;
        font-weight: 400;
        font-size: 15px;
        line-height: normal;
        letter-spacing: -.03em
    }

    .partners-master__about ul li br {
        display: none
    }

    .partners-master__about ul li {
        list-style: none
    }

    .partners-master__about ul li:before {
        content: "";
        position: relative;
        display: inline-block;
        top: -3px;
        left: 0;
        width: 3px;
        height: 3px;
        background-color: #000;
        border-radius: 50%;
        margin-right: 3px
    }

    .partners__list {
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        justify-items: center;
        column-gap: 35px;
        row-gap: 30px;
        margin-bottom: 40px
    }

    .partners-list__item {
        display: flex;
        flex-direction: column;
        row-gap: 12px
    }

    .partners-list__item-img {
        width: 150px;
        height: 150px;
        margin-bottom: unset
    }

    .partners-list__item-name {
        font-weight: 400;
        font-size: 15px;
        letter-spacing: -.03em
    }

    .partners__speakers {
        margin-bottom: 40px
    }

    .partners__speakers {
        row-gap: 20px
    }

    .partners__speakers-item {
        min-height: 510px;
        height: auto;
        padding: 30px;
        border-radius: 20px
    }

    .speakers-item__title {
        font-weight: 500;
        font-size: 32px;
        line-height: normal;
        color: #fff;
        margin-bottom: 30px
    }

    .speakers-item__title span {
        display: none
    }

    .speakers-item__themes-item {
        font-weight: 400;
        font-size: 15px;
        line-height: normal;
        color: #000;
        list-style: none
    }

    .speakers-item__themes-item:before {
        content: "";
        position: relative;
        display: inline-block;
        top: -3px;
        left: 0;
        width: 3px;
        height: 3px;
        background-color: #000;
        border-radius: 50%;
        margin-right: 3px
    }

    .partners__logos {
        margin-bottom: 40px
    }

    .partners-logos__inner {
        padding: 20px 0
    }

    .partners-logos__list {
        gap: 10px
    }

    .partners-logos__item {
        flex: 0 1 105px;
        height: 105px;
        padding: 8px;
        border-radius: 20px
    }

    .partners-logos__item-decor {
        width: 9px;
        height: 18px
    }

    .item-decor-top-right {
        top: 8px;
        right: 8px
    }

    .item-decor-top-left {
        top: 8px;
        left: 8px
    }

    .item-decor-bottom-left {
        bottom: 8px;
        left: 8px
    }

    .item-decor-bottom-right {
        bottom: 8px;
        right: 8px
    }

    .partners-logos__item-text {
        font-weight: 500;
        font-size: 11px;
        line-height: normal;
        color: #000
    }

    .tickets {
        margin-bottom: 40px
    }

    .tickets__list {
        row-gap: 20px
    }

    .tickets__item {
        flex-direction: column;
        row-gap: 30px;
        padding: 30px;
        min-height: 306px;
        height: auto;
        border-radius: 20px
    }

    .tickets__item-title {
        margin-top: 0;
        font-weight: 700;
        font-size: 32px;
        line-height: normal;
        margin-bottom: 0;
    }

    .tickets__item-subtitle {
        margin-bottom: 0;
        font-size: 20px;
        line-height: normal
    }

    .tickets__item-buy-btn {
        margin-top: 0;
        padding: 14px 30px;
        width: 180px;
        height: 47px;
        background-color: #000;
        border-radius: 16px;
        font-weight: 400;
        font-size: 15px;
        line-height: normal;
        color: #fff
    }

    .tickets-item--purple .tickets__item-title {
        margin-top: 0
    }

    .tickets-item--purple .tickets__item-buy-btn, .tickets-item--green .tickets__item-buy-btn {
        justify-self: center;
        margin-top: 30px;
        border-radius: 16px;
        padding: 14px 30px;
        min-width: 275px;
        height: 47px;
        font-weight: 400;
        font-size: 15px;
        line-height: normal;
        color: #fff
    }

    .tickets__item .tickets__item-col:nth-child(2) {
        align-self: flex-start
    }

    .tickets-item--purple .tickets__descr {
        row-gap: 0
    }

    .tickets__descr-item {
        font-weight: 400;
        font-size: 15px;
        line-height: normal;
        color: #fff;
        white-space: unset
    }

    .tickets__item-offer {
        width: 100%;
        justify-content: unset
    }

    .tickets__item-offer:not(:last-child) {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .tickets__item-buy-btn-top {
        margin-left: 20px
    }

    .tickets__item-buy-btn-bottom {
        margin-left: 13px
    }

    .tickets__item-text {
        font-weight: 400;
        font-size: 15px;
        line-height: normal;
        color: #fff
    }

    .tickets-item--red .tickets__descr, .tickets-item--pink .tickets__descr, .tickets-item--pink-light .tickets__descr, .tickets-item--green .tickets__descr {
        row-gap: 0
    }

    .tickets__descr-item {
        font-weight: 400;
        font-size: 15px;
        line-height: normal;
        color: #fff
    }

    .tickets-item--pink-light .tickets__descr-item, .tickets-item--green .tickets__descr-item {
        color: #fff
    }

    .tickets-item--green .tickets__item-buy-btn {
        margin-top: 30px
    }

    .tickets-item--purple .tickets__item-buy-btn {
        margin-bottom: 0
    }

    .tickets__item .tickets__item-offer:last-child {
        margin-bottom: 0
    }

    .tickets-item--green .tickets__item-buy-btn {
        margin-bottom: 0
    }

    .tickets__item:before {
        display: none
    }

    .tickets__decor-top-left, .tickets__decor-top-right {
        display: block
    }

    .tickets__item {
        position: relative
    }

    .tickets__item .tickets__item-header {
        flex-direction: column;
        gap: 24px;
    }

    .tickets__decor-top-left {
        position: absolute;
        top: -50px;
        left: -140px;
        width: 100%;
    }

    .tickets__decor-top-right {
        position: absolute;
        top: -50px;
        right: -50px;
        width: 50%;
    }

    .partner-form {
        margin-bottom: 40px
    }

    .partner-form:before {
        display: none
    }

    .partner-form__inner {
        border: 3px solid #bcbe27;
        border-radius: 20px;
        padding: 30px 20px
    }

    .partner-form__title {
        font-weight: 700;
        font-size: 20px;
        line-height: normal;
        text-align: center;
        white-space: unset;
        margin-bottom: 8px
    }

    .partner-form__text {
        font-weight: 400;
        font-size: 15px;
        line-height: normal;
        text-align: center;
        white-space: unset;
        margin-bottom: 30px
    }

    .partner-form__form {
        row-gap: 6px;
        align-items: center
    }

    .partner-form__input {
        border-radius: 12px;
        padding: 14px 20px;
        min-width: 295px;
        width: 100%;
        height: 43px;
        font-weight: 400;
        font-size: 11px;
        line-height: normal;
        color: #fff
    }

    .partner-form__input::placeholder {
        font-weight: 400;
        font-size: 11px;
        line-height: normal;
        color: #fff
    }

    .partner-form__btn {
        margin-top: 30px;
        border-radius: 12px;
        padding: 14px 30px;
        min-width: 295px;
        max-width: 100%;
        height: 47px;
        font-weight: 400;
        font-size: 15px;
        color: #fff
    }

    .faq {
        margin-bottom: 40px
    }

    .faq:before {
        display: none
    }

    .faq:after {
        display: none
    }

    .faq__decor {
        position: absolute
    }

    .faq__decor-top, .faq__decor-bottom {
        display: block
    }

    .faq__decor-top {
        top: -35px;
        right: 0
    }

    .faq__decor-bottom {
        right: 0;
        bottom: -55px
    }

    .faq__inner {
        flex-direction: column;
        padding: 20px 0 30px
    }

    .faq__title {
        position: static;
        width: 100%;
        font-weight: 700;
        font-size: 80px;
        line-height: normal;
        transform: rotate(0);
        margin-bottom: 30px
    }

    .faq__list {
        row-gap: 11px
    }

    .faq__item-subtitle {
        min-width: 295px;
        font-weight: 400;
        font-size: 15px;
        line-height: 133%;
        letter-spacing: -.03em
    }

    .faq__item-btn.active svg {
        max-width: 20px;
        max-height: 20px
    }

    .faq__item-text {
        font-weight: 400;
        font-size: 15px;
        line-height: 133%;
        letter-spacing: -.03em
    }

    .our-mission {
        margin-bottom: 40px
    }

    .our-mission__slogan span {
        font-weight: 700;
        font-size: 15px;
        line-height: normal
    }

    .our-mission__slogan {
        font-weight: 500;
        font-size: 15px;
        line-height: normal
    }

    .our-mission__slogan:nth-child(1) {
        margin-bottom: 30px
    }

    .our-mission__slogan:nth-child(2) {
        margin-bottom: 40px
    }

    .our-mission__stantion-title {
        font-weight: 700;
        font-size: 32px;
        line-height: normal;
        margin-bottom: 30px
    }

    .our-mission__stantion-list {
        margin-left: 0;
        row-gap: 20px
    }

    .stantion-item {
        margin-left: 0;
        column-gap: 10px
    }

    .stantion-item__decor {
        width: 15px;
        height: 30px
    }

    .stantion-item__decor-img {
        max-width: 15px;
        height: auto
    }

    .stantion-item__text {
        font-weight: 500;
        font-size: 15px;
        line-height: normal
    }

    .inside {
        margin-bottom: 40px
    }

    .inside__gallery {
        margin-bottom: unset;
        overflow: hidden;
        margin-bottom: 10px
    }

    .inside__img {
        flex: 1 0 320px
    }

    .inside__scheme-img {
        max-width: 100%
    }

    .footer {
        padding-bottom: 98px;
        margin-bottom: unset;
        overflow: hidden
    }

    .footer__decor-hand, .footer__decor-star {
        display: none
    }

    .footer__card {
        padding: 24px 30px
    }

    .footer__card:before {
        content: "";
        position: absolute;
        bottom: -305px;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(/img/header-banner.png);
        background-repeat: no-repeat;
        background-size: cover
    }

    .footer__logo {
        max-width: 150px;
        margin-bottom: 30px
    }

    .footer__info {
        flex-direction: column;
        row-gap: 30px;
        margin-bottom: 30px
    }

    .footer__info-title, .footer__socials-title {
        font-weight: 500;
        font-size: 20px;
        line-height: normal;
        margin-bottom: 10px
    }

    .footer__info-text {
        font-weight: 400;
        font-size: 15px;
        line-height: normal
    }

    .footer__socials {
        flex-direction: column;
        align-items: flex-start
    }

    .footer__socials-list {
        column-gap: 6px
    }

    .footer__decor-hand, .footer__decor-star, .footer__decor-balloon {
        display: none
    }

    .footer__decor-cookie img:nth-child(1), .footer__decor-horse img:nth-child(1) {
        display: none
    }

    .footer .footer__decor-cookie img:nth-child(2), .footer .footer__decor-horse img:nth-child(2) {
        display: block
    }

    .footer .footer__decor-cookie {
        left: 0;
        bottom: 0;
        width: unset
    }

    .footer .footer__decor-horse {
        right: 0;
        bottom: 0;
        width: unset
    }

    .buy-tickets-popup__content {
        width: 100vw
    }
}

@media (max-width: 576px) {
    .partners__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

.scroll-button {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    cursor: pointer;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}