* {
    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;
    min-height: 100vh;
    padding-top: 290px;
    padding-bottom: 48px;
    background-color: #160066;
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/new/new-header-banner.png);
    background-position: 45% 0;
    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: 1100px;
    margin-bottom: 50px;
}

.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;
    color: #fff;
}

.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-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.header__decor {
    position: absolute;
    right: 0;
    bottom: -3.333333333333333vw;
    max-width: 26.04166666666667vw;
    z-index: 20;
}
@media (max-width: 1500px) {
    .header__decor {
        display: none;
    }
}

.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/new/new-event-program-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10
}

.event-program__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 80px;
    padding-top: 122px;
    padding-bottom: 131px;
    z-index: 20
}

.event-program__title {
    margin-left: 50px;
    max-width: 400px;
    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;
    min-width: 25px;
    min-height: 51px;
}

.program-item__text {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.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: 110px
}

.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: 140px
}

.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;
}

.program__empty {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 31.25vw;
    background-image: url(/img/new/program-empty.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
}
.program__empty .program__empty-title {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 55px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1300px) {
    .program__empty .program__empty-title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 768px) {
    .program__empty {
        min-height: 240px;
    }
    .program__empty .program__empty-title {
        font-size: 32px;
        line-height: 40px;
    }
}

.partners__logos {
    background-color: #ff89d5;
    background-image: url(/img/new/brand-bg.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 140px
}

.partners-logos__inner {
    padding: 60px 0 56px;
}

.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;
    padding: 4.6875vw 3.854166666666667vw 5.208333333333333vw 3.854166666666667vw;
    border-radius: 30px
}
.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 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 27px
}
.tickets__item-buy-btn {
    position: absolute;
    bottom: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
    padding: 24px 72px;
}
.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/new/new-buy-ticket-bg.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 33% 140%;
}
.tickets__item .tickets__item-header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    width: 100%;
    z-index: 1;
}
.tickets__item .tickets__item-buy-btn {
    z-index: 1;
}
.tickets__decor-top-left, .tickets__decor-top-right {
    display: none
}
@media (max-width: 1100px) {
    .tickets__item-buy-btn {
        position: unset;
    }
    .tickets-item--pink:before {
        background-size: 75%;
    }
}
@media (max-width: 990px) {
    .tickets__item {
        gap: 32px;
    }
    .tickets__item .tickets__item-header {
        grid-template-columns: repeat(2, 1fr);
    }
    .tickets__item-subtitle {
        gap: 16px;
    }
    .tickets-item--pink:before {
        background-position: 0% 130%;
    }
}
/* end tickets */

.partner-form {
    position: relative;
    margin-bottom: 400px
}

.partner-form__decor {
    position: absolute;
    right: 0;
    bottom: -45%;
    z-index: 20;
}
@media (max-width: 1500px) {
    .partner-form__decor {
        max-width: 500px;
    }
}
@media (max-width: 1200px) {
    .partner-form__decor {
        max-width: 41.66666666666667vw;
        bottom: -25vw;
    }
}
@media (max-width: 768px) {
    .partner-form__decor {
        display: none;
    }
}
/*.partner-form:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 486px;
    height: 557px;
    background-image: url(/img/new/new-partner-form-decor.png);
    background-repeat: no-repeat
}*/

.partner-form__inner {
    padding: 146px 100px 118px;
    border: 3px solid #7b548b;
    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: #ff89d5;
    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: #160066;
    min-height: 592px;
    margin-bottom: 122px;
    overflow: hidden;
}

.faq__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/new/new-faq-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    overflow: hidden
}

.faq__bg:before {
    content: "";
    position: absolute;
    left: -48px;
    top: 0;
    width: 480px;
    height: 500px;
    background-image: url(/img/new/new-faq-item-1.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(20deg);
    z-index: 3;
}

.faq:after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: -120px;
    width: 500px;
    height: 500px;
    background-image: url(/img/new/new-faq-item-2.png);
    background-repeat: no-repeat;
    transform: rotate(-30deg);
}

.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: #ff2c80;
    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: #005143
}

.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;
    min-width: 25px;
    min-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;
    background-image: url(/img/new/new-footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
    padding-bottom: 34.64vw;
}

.footer__inner {
    position: relative;
    display: flex;
    justify-content: center
}

.footer__card {
    position: relative;
    max-width: 100%;
    width: 69.8vw;
    height: 32.4vw;
    padding: 5.31vw 5.46vw;
    background-color: #6d008c;
    border-radius: 31px;
    overflow: hidden;
    /*z-index: 5;*/
}

.footer__decor {
    position: absolute
}

.footer .footer__decor-hand {
    top: -18.23vw;
    left: 0;
    width: 30.83vw;
    height: auto;
    z-index: 9;
}

.footer .footer__decor-1 {
    top: -11.45833333333333vw;
    right: 0;
    width: 27.34375vw;
    height: auto;
    z-index: -1;
}
.footer .footer__decor-2 {
    bottom: 8.59375vw;
    left: 30.72916666666667vw;
    width: 18.22916666666667vw;
    height: auto;
    z-index: 1;
}
.footer .footer__decor-3 {
    bottom: 16.14583333333333vw;
    right: 0;
    width: 27.91666666666667vw;
    height: auto;
    z-index: 6;
}
.footer .footer__decor-4 {
    bottom: 0.625vw;
    left: 14.0625vw;
    width: 20.83333333333333vw;
    height: auto;
    z-index: 3;
}

.footer__logo {
    position: relative;
    max-width: 41.66666666666667vw;
    height: auto;
    margin-bottom: 80px;
    z-index: 10
}

.footer__info {
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 2.552vw;
    margin-bottom: 2.8125vw;
    z-index: 10
}

.footer__info-title {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 1.30vw;
    line-height: 1.82vw;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.042vw;
}

.footer__info-text {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 1.5625vw;
    color: #fff !important
}

.footer__info-phone .footer__info-text {
    white-space: nowrap
}

.footer__socials {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 1.40625vw;
    z-index: 10
}

.footer__socials-title {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 500;
    font-size: 1.30vw;
    line-height: 1.82vw;
    color: #fff;
    text-transform: uppercase
}

.footer__socials-list {
    display: flex;
    column-gap: 0.78125vw;
}

.footer__socials-link {
    width: 2.083vw;
    height: 2.083vw;
    max-width: 2.083vw;
    max-height: 2.083vw;
}

.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
    }

    .footer .footer__decor-hand, .footer .footer__decor-star {
        display: none
    }

    .footer .footer__decor-horse {
        right: -15%;
        bottom: -110%;
        width: 45.96vw;
        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: 0;
        background-position: 100% 0;
        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 {
        background-position: 0 100%;
    }

    .footer__card {
        width: 100%;
        height: 100%;
    }

    .footer__info {
        row-gap: 2.552vw;
    }

    .footer__info-title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .footer__info-text {
        font-size: 20px;
        line-height: 30px;
    }

    .footer__socials-title {
        font-size: 25px;
        line-height: 35px;
    }

    .footer__socials-list {
        column-gap: 15px;
    }

    .footer__socials-link {
        width: 40px;
        height: 40px;
        max-width: 40px;
        max-height: 40px;
    }

    .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: 19.16vw;
        bottom: -15.42vw;
        width: 20.833vw;
        height: auto;
        z-index: -1
    }

    .footer .footer__decor-horse {
        right: -11.25vw;
        bottom: -27.5vw;
        width: 37.5vw;
        height: auto;
        z-index: 20
    }

    .footer .footer__decor-balloon {
        left: 0;
        bottom: -27.92vw;
        width: 27.5vw;
        height: auto;
        z-index: 20
    }

    .footer__logo {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .footer .footer__decor-1 {
        display: none;
    }
    .footer .footer__decor-2 {
        width: 18.33333333333333vw;
        left: 21.66666666666667vw;
        bottom: 10vw;
    }
    .footer .footer__decor-3 {
        width: 41.66666666666667vw;
        bottom: 13.33333333333333vw;
    }
    .footer .footer__decor-4 {
        width: 23.33333333333333vw;
        left: 4vw;
        bottom: 1vw;
    }
}

@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-logo {
        max-width: 80%;
        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: #fff;
        margin-bottom: 40px;
        min-height: unset
    }

    .event-program:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(/img/new/new-program-banner-2.png);
        background-position: 100% 100%;
        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;
        min-width: 15px;
        min-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 {
        grid-template-columns: 1fr;
        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;
        min-width: 15px;
        min-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__logo {
        max-width: 280px;
        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 .footer__decor-2 {
        width: 130px;
        left: 152px;
        bottom: 70px;
    }
    .footer .footer__decor-3 {
        width: 260px;
        bottom: 20px;
    }
    .footer .footer__decor-4 {
        width: 160px;
        left: 28px;
        bottom: 0;
    }

    .buy-tickets-popup__content {
        width: 100vw
    }
}

@media (max-width: 576px) {
    .partners__list {
        grid-template-columns:repeat(2, 1fr)
    }
}
@media (max-width: 450px) {
    .footer .footer__decor-2 {
        width: 100px;
        left: 120px;
        bottom: 60px;
    }
    .footer .footer__decor-3 {
        width: 165px;
        bottom: 80px;
    }
    .footer .footer__decor-4 {
        width: 120px;
        left: 28px;
        bottom: 0;
    }
}

.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;
}
.img_block{
    display: flex;
    flex-direction: column;
    gap: 37px;
}