html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

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

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

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

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

:focus, :active {
    outline: none
}

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

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

html, body {
    height: 100%;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    overflow-x: hidden
}

header, section, footer {
    position: relative
}

input, button, textarea {
    font-family: inherit
}

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

button {
    color: inherit;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    font-size: inherit
}

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

a, a:visited {
    text-decoration: none
}

a, a:hover {
    text-decoration: none;
    color: inherit
}

ul li {
    list-style: none
}

img {
    max-width: 100%;
    max-height: 100%
}

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

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    margin: 0
}

input, textarea, button, select, a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Rubik/static/Rubik-SemiBold.ttf") format("ttf");
    font-display: swap
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Rubik/static/Rubik-Bold.ttf") format("ttf");
    font-display: swap
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.5;
    font-family: "Rubik", sans-serif;
    color: #102540
}

body.scroll-disabled {
    overflow-y: hidden
}

.overflow-hidden {
    overflow: hidden
}

* {
    scrollbar-width: 6px;
    scrollbar-color: linear-gradient(90deg, #D0F1FF 0%, #99E0FE 48.96%, #B1E7FE 100%) #f3f3f3
}

*::-webkit-scrollbar-track {
    background: #f3f3f3
}

*::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, right top, from(#D0F1FF), color-stop(48.96%, #99E0FE), to(#B1E7FE));
    background: linear-gradient(90deg, #D0F1FF 0%, #99E0FE 48.96%, #B1E7FE 100%);
    border-radius: 10px
}

*::-webkit-scrollbar {
    width: 6px
}

input, textarea {
    background: none;
    border: none;
    color: inherit;
    width: 100%;
    font-size: 16px;
    line-height: 1
}

input {
    border-bottom: 1px solid #99e0fe;
     padding: 5px !important;
    border-radius: 5px;
}

textarea {
    display: block;
    border: 1px solid #99e0fe;
    resize: none;
    border-radius: 10px;
    height: 200px;
    margin-top: 5px;
    padding: 10px
}

::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
    font-family: "Rubik", sans-serif
}

::-moz-placeholder {
    color: #000;
    font-size: 16px;
    font-family: "Rubik", sans-serif
}

:-ms-input-placeholder {
    color: #000;
    font-size: 16px;
    font-family: "Rubik", sans-serif
}

::-ms-input-placeholder {
    color: #000;
    font-size: 16px;
    font-family: "Rubik", sans-serif
}

::placeholder {
    color: #000;
    font-size: 16px;
    font-family: "Rubik", sans-serif
}

.checkbox {
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.checkbox::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #99e0fe;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.checkbox::after {
    content: "";
    width: 9px;
    height: 9px;
    background-image: url("../img/icons/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.checkbox:checked::after {
    opacity: 1
}

.checkbox._bd-accent::before {
    border: 2px solid #0d5767
}

.checkbox._crosshair:checked::after {
    background-image: url("../img/icons/crosshair.svg")
}

.checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
    cursor: pointer
}

.checkbox-text {
    margin-left: 10px
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    text-decoration: none;
    line-height: 1.3;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    padding: 0 20px;
    min-height: 50px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#D0F1FF), color-stop(48.96%, #99E0FE), to(#B1E7FE));
    background: linear-gradient(90deg, #D0F1FF 0%, #99E0FE 48.96%, #B1E7FE 100%);
    background-size: 100% 100%;
    color: #102540;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn:hover {
    background-size: 300% 100%
}

.btn__icon {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.dropdown-heading {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dropdown-heading::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("../img/icons/dropdown-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

.dropdown-heading.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-value {
    display: inline-block;
    min-width: 20px;
    text-align: center
}

.dropdown-container {
    display: none
}

._text-center {
    text-align: center
}

._text-underline {
    text-decoration: underline
}

._text-uppercase {
    text-transform: uppercase
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0px 12px 29px rgba(255, 255, 255, .25);
    box-shadow: inset 0px 12px 29px rgba(255, 255, 255, .25);
    padding: 15px;
    color: rgba(16, 37, 64, .5);
    z-index: 2
}

.error {
    min-height: calc(100vh - 80px);
    background-image: url("../img/exhibition-bg.webp");
    padding: 90px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.error__title {
    font-size: 35px;
    font-weight: 700;
    text-align: center
}

@media only screen and (max-width: 767px) {


    .error {
        padding: 40px 20px;
        min-height: calc(100vh - 60px)
    }

    .error__title {
        font-size: 25px
    }
}

.agreement {
    min-height: calc(100vh - 80px);
    background-image: url("../img/exhibition-bg.webp");
    padding: 60px 20px
}

.agreement__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 90px;
    min-height: 700px
}

.agreement__title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.agreement__text {
    font-size: 18px
}

.agreement__text-p {
    margin-bottom: 20px
}

.agreement__text-p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 1100px) {
    .agreement__container {
        padding: 40px;
        max-width: 660px
    }

    .agreement__title {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 767px) {
    .agreement {
        padding: 20px;
        min-height: calc(100vh - 60px)
    }

    .agreement__container {
        padding: 30px 20px
    }

    .agreement__text {
        font-size: 16px
    }
}

.header {
    background: -webkit-gradient(linear, left top, right top, from(#D0F1FF), color-stop(48.96%, #99E0FE), to(#B1E7FE));
    background: linear-gradient(90deg, #D0F1FF 0%, #99E0FE 48.96%, #B1E7FE 100%);
    z-index: 5
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    background: linear-gradient(90.58deg, #FFFFFF 0.58%, rgba(255, 255, 255, 0) 129.65%);
    padding: 5px 20px
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.header__nav {
    border-left: 1px solid #d1f1fe;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.header__nav-heading {
    min-height: 80px;
    padding: 0 30px;
    text-transform: uppercase
}

.header__nav-link {
    min-height: 80px;
    border-left: 1px solid #d1f1fe;
    padding: 0 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s;
    transition: .2s
}

.header__nav-link:hover {
    background-color: #ade6fe
}

.header__nav-icon {
    margin-right: 8px;
    max-width: none
}

.header__nav-caption {
    margin-right: 8px
}

.header__nav-dropdown {
    display: none;
    min-width: 200px;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    -webkit-filter: drop-shadow(0px 4px 46px rgba(15, 37, 65, 0.2));
    filter: drop-shadow(0px 4px 46px rgba(15, 37, 65, 0.2))
}

.header__nav-dropdown::after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    background-image: url("../img/icons/dialog-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.header__nav-item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    position: relative
}

.header__nav-item:last-child {
    margin-bottom: 0
}

.header__lang-item {
    margin-left: 20px
}

.header__lang-item.active::before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url("../img/icons/current-lang.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 100%;
    margin-right: 5px
}

.header__hamburger {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e9e9e9;
    width: 80px
}

.sidebar {
    display: none;
    position: fixed;
    top: 0;
    right: -260px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 10
}

.sidebar__container {
    width: 260px;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    position: relative;
    padding: 60px 0;
    z-index: 10
}

.sidebar__close {
    width: 24px;
    height: 24px;
    background-image: url("../img/icons/close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 15px;
    right: 270px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 10
}

.sidebar__plug {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(16, 37, 64, .5);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9
}

.sidebar__menu, .sidebar__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 40px
}

.sidebar__menu-icon, .sidebar__user-icon {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.sidebar__menu-item, .sidebar__user-item {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar__menu-item:last-child, .sidebar__user-item:last-child {
    margin-bottom: 0
}

.sidebar__menu {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8
}

.sidebar__menu-item {
    font-weight: 700;
    margin-bottom: 20px
}

.sidebar__user-item {
    margin-bottom: 15px
}

.sidebar__lang {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.sidebar__lang-wrapper {
    width: 100%;
    position: relative
}

.sidebar__lang-icon {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.sidebar__lang-heading {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f7fdff;
    border: 1px solid #99e0fe;
    border-radius: 10px;
    width: 100%
}

.sidebar__lang-heading::after {
    margin-right: 5px
}

.sidebar__lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    z-index: 2;
    background-color: #f7fdff;
    border: 1px solid #99e0fe;
    border-radius: 10px;
    padding: 15px
}

.sidebar__lang-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 15px;
    line-height: 1;
    white-space: nowrap;
    position: relative
}

.sidebar__lang-item:last-child {
    margin-bottom: 0
}

.sidebar__lang-item::before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url("../img/icons/current-lang.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 100%;
    margin-right: 5px;
    display: none
}

.sidebar__lang-item.active::before {
    display: block
}

@media only screen and (max-width: 1400px) {
    .header__container {
        min-height: 60px
    }

    .header__logo {
        font-size: 20px
    }

    .header__nav-wrapper {
        display: none
    }

    .header__nav-link {
        padding: 0 10px
    }

    .header__nav-heading {
        min-height: 60px;
        padding: 0 20px
    }

    .header__lang {
        display: none
    }

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

    .sidebar {
        display: block
    }

    .sidebar.active {
        right: 0
    }

    .sidebar.active .sidebar__close {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 1
    }
}

@media only screen and (max-width: 767px) {
    .header__logo {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 15px
    }

    .header__nav-heading {
        padding: 0 12px
    }

    .header__nav-link {
        display: none
    }

    .header__hamburger {
        width: 54px
    }
}



.main {
    height: 100vh;
    max-width: 1920px;
    background-image: url("../img/main-bg.webp");
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    padding-bottom: 54px
}

.main__info {
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 30px));
    -ms-transform: translateX(calc(-50% - 30px));
    transform: translateX(calc(-50% - 30px));
    background-color: #fff;
    -webkit-box-shadow: 0px 27px 79px rgba(33, 60, 67, .19);
    box-shadow: 0px 27px 79px rgba(33, 60, 67, .19);
    border-radius: 10px;
    width: 640px;
    padding: 25px;
    text-align: center;
    z-index: 3
}

.main__info-title {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700
}

.main__info-link {
    border-radius: 10px;
    background-color: #cef0ff;
    text-decoration: underline;
    text-underline-position: under;
    display: inline-block;
    margin-bottom: 5px;
    padding: 10px 40px
}

.main__info-text {
    font-size: 18px;
    /* font-weight: 700; */
    margin-bottom: 25px;
}

.main__info-highlighted {
    color: #c730dc
}

.main__info-days {
    font-size: 22px;
    line-height: 1.1;
    display: inline-block;
    margin: 0 5px;
}

.main__info-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main__info-btn {
    width: calc(50% - 10px);
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
   /* -webkit-box-shadow: 0px 0px 20px rgba(254, 44, 255, .5);
    box-shadow: 0px 0px 20px rgba(254, 44, 255, .5)*/
}

.main__info-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.main__links {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    z-index: 2
}

.main__links-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1700px;
    width: 100%;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    padding: 0 10px
}

.main__container-top {
    margin-top: 30px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.main__container-bottom {
    margin-bottom: 80px
}

.main__container-inner {
    width: 420px;
    height: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px
}

.main__poster {
    width: 180px;
    background-size: cover;
    background-position: center;
    position: relative
}

.main__poster._large {
    width: 100%;
    max-width: 100%
}

.main__poster._large::before, .main__poster._large::after {
    height: 18px
}

.main__poster-top {
    height: 160px;
    width: 480px
}

.main__poster-top::before, .main__poster-top::after {
    width: calc(100% + 40px);
    height: 5px;
    background-image: url("../img/poster-detail_wide.svg");
    background-size: 100% 100%
}

.main__btns {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 300px;
    margin-top: 20px
}

.main__btn {
    width: calc(50% - 10px);
    height: 60px;
    -webkit-box-shadow: 0px 0px 20px rgba(254, 44, 255, .5);
    box-shadow: 0px 0px 20px rgba(254, 44, 255, .5)
}

@media only screen and (min-width: 2100px) {
    .main {
        -webkit-transform: scale(1.46);
        -ms-transform: scale(1.46);
        transform: scale(1.46);
        width: 100%
    }

    .main-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 1250px
    }
}

@media only screen and (min-width: 2000px) {
    .main-container {
        min-height: calc(100vh - 80px);
        background: -webkit-gradient(linear, left top, right top, from(#D0F1FF), color-stop(48.96%, #99E0FE), to(#B1E7FE));
        background: linear-gradient(90deg, #D0F1FF 0%, #99E0FE 48.96%, #B1E7FE 100%)
    }
}

@media only screen and (max-width: 1700px) {
    .main__container {
        max-width: 1340px;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    .main__container-bottom {
        margin-bottom: 40px
    }

    .main__container-inner {
        height: 433.5px
    }

    .main__container-inner._large {
        width: 357px
    }

    .main__poster {
        width: 153px
    }

    .main__poster._large {
        width: 357px
    }

    .main__poster-top {
        width: 336px;
        height: 112px
    }
}

@media only screen and (max-width: 1400px) {
    .main__info {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .main__container {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .main__container-bottom {
        margin-bottom: 40px
    }

    .main__container-inner {
/*        width: 320px;*/
        gap: 20px
    }

    .main__poster-top {
        width: 336px
    }
}

@media only screen and (max-width: 1300px) {
    .main {
        background-image: url("../img/main-bg_tablet.webp")
    }
}

@media only screen and (max-width: 1100px) {
    .main__info {
        width: 750px;
        position: relative;
        top: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 15px
    }

    .main__container {
        max-width: 750px
    }

    .main__container-top {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 20px
    }

    .main__container-bottom {
        margin-bottom: 85px
    }

    .main__container-inner {
        height: 270px;
        width: 225px;
        gap: 20px
    }

    .main__container-inner._large {
        width: 210px
    }

    .main__links-exhibition {
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    .main__poster {
        width: 96px
    }

    .main__poster._large {
        width: 100%
    }

    .main__poster-top {
        width: 240px;
        height: 80px
    }

    .main__poster-top::before, .main__poster-top::after {
        width: calc(100% + 20px)
    }
}

@media only screen and (max-width: 767px) {
    .main {
        background-image: url("../img/main-bg_mobile.webp");
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 80px;
        height: auto;
        min-height: calc(100vh + 100px)
    }

    .main._bg-mobile {
        background-image: url("../img/main-bg_mobile-2.webp")
    }

    .main._bg-mobile-2 {
        background-image: url("../img/main-bg_mobile-3.webp");
        min-height: 130vh
    }

    .main__links {
        display: none
    }

    .main__info {
        width: 480px;
        max-width: calc(100% - 20px);
        padding: 20px
    }

    .main__info-title {
        font-size: 32px
    }

    .main__info-link {
        margin-bottom: 15px;
        width: 100%
    }

    .main__info-text {
        width: 100%;
        max-width: 260px;
        font-size: 16px;
        line-height: 1.2;
        margin: 0 auto 15px
    }

    .main__info-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .main__info-btn {
        width: 100%;
        font-size: 16px
    }

    .main__container {
        max-width: 320px
    }

    .main__container-top {
        margin-top: 20px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .main__container-bottom {
        margin-top: 60px;
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main__container-bottom._mobile-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .main__container-bottom._mobile-row .main__container-inner {
/*        width: 90px;*/
    width: auto;
    }

    .main__container-bottom._mobile-row .main__poster {
        max-width: none
    }

    .main__container-inner {
        margin-bottom: 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: auto
    }

    .main__container-inner._large {
        width: auto
    }

    .main__container-inner:last-child {
        margin-bottom: 0
    }

    .main__poster {
        max-width: none;
        width: 135px;
        height: 377px
    }

    .main__poster._large {
        height: 365px
    }

    .main__poster-top {
        max-width: 100%;
        width: 100%;
        height: 100px
    }
}

.catalog {
    background-image: url("../img/exhibition-bg.webp");
  /*  background-size: cover;
    background-position: center;
    min-height: calc(100vh);*/
    padding: 70px 0 100px;

}
.catalog,.stand
{
     min-height: 100vh;
}

.catalog__container {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.catalog-sidebar {
    width: 255px;
    margin-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.catalog-sidebar + div {
   width: 100%;
}

.catalog-sidebar__nav {
    background-color: #95182a;
    border: 5px solid #730528;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.catalog-sidebar__nav .catalog-sidebar__heading {
    background-color: #730528;
    color: #fff
}

.catalog-sidebar__nav .catalog-sidebar__heading::after {
    background-image: url("../img/icons/dropdown-arrow_white.svg")
}

.catalog-sidebar__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    border-bottom: 5px solid #730528;
    padding: 7px 15px
}

.catalog-sidebar__nav-item.active {
    background-color: #fff;
    color: #740727
}

.catalog-sidebar__nav-item.active:hover {
    color: #740727
}

.catalog-sidebar__nav-item:hover {
    color: #fff
}

.catalog-sidebar__nav-item:last-child {
    border-bottom: none
}

.catalog-sidebar__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
}

.catalog-sidebar__filter .catalog-sidebar__heading {
    background-color: #fff;
    color: #000;
    border-radius: 10px
}

.catalog-sidebar__filter .catalog-sidebar__heading::after {
    background-image: url("../img/icons/dropdown-arrow_red.svg")
}

.catalog-sidebar__filter-item {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.catalog-sidebar__filter-item:last-child {
    margin-bottom: 0
}

.catalog-sidebar__search {
    margin-top: 40px;
    position: relative
}

.catalog-sidebar__search-input {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 40px 10px 15px !important;
    border: none
}

.catalog-sidebar__search-submit {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/icons/search-icon.svg")
}

.catalog-sidebar__heading {
    display: none;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px
}

.catalog__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px
}

.catalog__item {
    border: 1px solid #740727;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    width: calc(33.3% - 8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.catalog__item-status {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 20px;
    height: auto
}

.catalog__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 5px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#D0F1FF), color-stop(48.96%, #99E0FE), to(#B1E7FE));
    background: linear-gradient(90deg, #D0F1FF 0%, #99E0FE 48.96%, #B1E7FE 100%);
    -webkit-box-shadow: 0px 0px 5px rgba(254, 44, 255, .5);
    box-shadow: 0px 0px 5px rgba(254, 44, 255, .5);
    width: 100%;
    max-width: 180px;
    margin: 0 auto 10px
}

.catalog__item-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 26px;
    max-height: 26px
}

.catalog__item-title {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog__item-text {
    color: gray;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.catalog__item-image {
    width: 215px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.catalog__item .stand__wrapper-scale {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2)
}

.catalog__item .stand-1__poster-1 {
    left: 263px;
    top: 265px;
    width: 447px;
    height: 298px
}

@media only screen and (max-width: 1100px) {
    .catalog {
        padding-top: 30px
    }

    .catalog__container {
        max-width: 660px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-sidebar {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
        margin: 0 0 20px
    }

    .catalog-sidebar__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 10px
    }

    .catalog-sidebar__heading.active {
        border-radius: 10px 10px 0 0
    }

    .catalog-sidebar__dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 3
    }

    .catalog-sidebar__nav {
/*        width: calc(50% - 10px);*/
        width: 100%;
        border: none;
        background: none;
        position: relative;
        overflow: visible
    }

    .catalog-sidebar__nav .catalog-sidebar__dropdown {
        border: 5px solid #730528;
        background-color: #95182a;
        border-top: none;
        border-radius: 0 0 10px 10px
    }

    .catalog-sidebar__filter {
        width: 100%;
        margin-top: 0;
        position: relative
    }
.catalog-sidebar__search {
    width: calc(50% - 10px);
    border: none;
    background: none;
    position: relative;
    overflow: visible;
}


    .catalog-sidebar__filter .catalog-sidebar__dropdown {
        background-color: #fff;
        border-radius: 0 0 10px 10px
    }

    .catalog-sidebar__filter-item {
        margin: 0
    }

    .catalog-sidebar__search {
        margin-top: 0;
        width: 100%
    }

    .catalog__item-status {
        width: 15px
    }

    .catalog__item-top {
        max-width: 150px
    }

    .catalog__item-logo {
        width: 20px;
        max-height: 20px
    }

    .catalog__item-text {
        font-size: 10px
    }

    .catalog__item-image {
        width: 90%;
        height: 110px
    }

    .catalog__item .stand__wrapper-scale {
        -webkit-transform: scale(0.17);
        -ms-transform: scale(0.17);
        transform: scale(0.17)
    }
}

@media only screen and (max-width: 767px) {
    .catalog {
        padding-top: 20px
    }

    .catalog__container {
        max-width: 380px
    }

    .catalog-sidebar {
        gap: 15px
    }

    .catalog-sidebar__nav, .catalog-sidebar__filter {
        width: 100%
    }

    .catalog__item {
        width: calc(50% - 6px);
    }

    .catalog__item-image {
        margin: 0 auto
    }

    .catalog__item .stand__wrapper-scale {
        -webkit-transform: scale(0.15);
        -ms-transform: scale(0.15);
        transform: scale(0.15)
    }
}

.stand {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.stand .footer {
    background-color: #fff
}

.stand__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../img/stand-bg.webp");
    background-size: cover;
    background-position: center bottom;
    z-index: 1
}

.stand__container {
    position: relative;
    z-index: 2;
    padding: 140px 0;
    margin: 0 auto;
    width: 100%
}

.stand__container.stand-offset {
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
    margin-bottom: 20px;
}

.stand__wrapper {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.stand__wrapper-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 100%;
    max-height: 100%
}

.stand__wrapper-poster {
    background-size: cover;
    background-position: center;
    display: block;
    position: absolute;
    background-color: #fff
}

.stand__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 10px;
    border-radius: 10px;
    margin: 0 40px;
    background: -webkit-gradient(linear, left top, right top, from(#D0F1FF), color-stop(48.96%, #99E0FE), to(#B1E7FE));
    background: linear-gradient(90deg, #D0F1FF 0%, #99E0FE 48.96%, #B1E7FE 100%);
    min-width: 260px;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.stand__title:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.stand__title-logo, .stand__title-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stand__title-text {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin: 0 15px;
    text-align: center
}

.stand__wrap {
    position: absolute;
    z-index: 3;
    top: 60px;
    right: 60px
}

.stand__wrap-item {
    width: 100%;
    min-width: 286px;
    padding: 10px 20px;
    background: -webkit-gradient(linear, left top, right top, from(#D0F1FF), color-stop(48.96%, #99E0FE), to(#B1E7FE));
    background: linear-gradient(90deg, #D0F1FF 0%, #99E0FE 48.96%, #B1E7FE 100%);

    border-radius: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stand__wrap-item:last-child {
    margin-bottom: 0
}

.stand__rating {
    gap: 8px
}

.stand__rating-item {
    width: 25px;
    height: 25px;
    background-image: url("../img/icons/star-null.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.stand__rating-item._fill {
    background-image: url("../img/icons/star.svg")
}

.stand__back {
    font-weight: 700;
    -webkit-transition: .2s;
    transition: .2s
}

.stand__back:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.stand__info {
    position: fixed;
    bottom: 60px;
    right: 160px;
    z-index: 4
}

.stand__card {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#D0F1FF), color-stop(48.96%, #99E0FE), to(#B1E7FE));
    background: linear-gradient(90deg, #D0F1FF 0%, #99E0FE 48.96%, #B1E7FE 100%);
    border-radius: 10px
}

.stand__card::after {
    content: "";
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/icons/card.svg")
}

.stand__card._checked::before {
    content: "";
    width: 60px;
    height: 48px;
    background-image: url("../img/icons/card-checked.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.stand__link {
    -webkit-transition: .3s;
    transition: .3s
}

.stand__link:hover {
    -webkit-filter: drop-shadow(0px 4px 20px rgba(254, 44, 255, 0.8));
    filter: drop-shadow(0px 4px 20px rgba(254, 44, 255, 0.8))
}

.stand-1__poster-1 {
    left: 272px;
    top: 251px;
    width: 431px;
    height: 296px
}

.stand-2__poster-1 {
    left: 26px;
    top: 298px;
    width: 383px;
    height: 307px
}

.stand-2__poster-2 {
    left: 449px;
    top: 261px;
    width: 145px;
    height: 315px
}

.stand-2__poster-3 {
    left: 139px;
    top: 103px;
    width: 660px;
    height: 139px
}

.stand-2__poster-4 {
    right: 85px;
    top: 497px;
    width: 233px;
    height: 113px
}

.stand-3__poster-1 {
    left: 31px;
    top: 338px;
    width: 132px;
    height: 342px
}

.stand-3__poster-2 {
    left: 294px;
    top: 179px;
    width: 394px;
    height: 108px
}

.stand-3__poster-3 {
    left: 294px;
    top: 507px;
    width: 394px;
    height: 108px
}

.stand-3__poster-4 {
    right: 171px;
    top: 309px;
    width: 132px;
    height: 342px
}

.stand-3__poster-5 {
    right: 29px;
    top: 339px;
    width: 132px;
    height: 342px
}

.stand-4__poster-1 {
    left: 34px;
    top: 177px;
    width: 132px;
    height: 342px
}

.stand-4__poster-2 {
    left: 183px;
    top: 407px;
    width: 125px;
    height: 166px
}

.stand-4__poster-3 {
    left: 323px;
    top: 97px;
    width: 345px;
    height: 132px
}

.stand-4__poster-4 {
    left: 407px;
    top: 288px;
    width: 189px;
    height: 181px
}

.stand-4__poster-5 {
    right: 198px;
    top: 414px;
    width: 125px;
    height: 166px
}

.stand-4__poster-6 {
    right: 31px;
    top: 174px;
    width: 132px;
    height: 342px
}

.stand-5__poster-1 {
    left: 40px;
    top: 267px;
    width: 132px;
    height: 353px
}

.stand-5__poster-2 {
    left: 196px;
    top: 209px;
    width: 132px;
    height: 353px
}

.stand-5__poster-3 {
    left: 354px;
    top: 47px;
    width: 301px;
    height: 73px
}

.stand-5__poster-4 {
    left: 358px;
    top: 164px;
    width: 286px;
    height: 125px
}

.stand-5__poster-5 {
    left: 417px;
    bottom: 148px;
    width: 170px;
    height: 108px
}

.stand-5__poster-6 {
    right: 190px;
    top: 207px;
    width: 132px;
    height: 355px
}

.stand-5__poster-7 {
    right: 40px;
    top: 267px;
    width: 132px;
    height: 353px
}

.stand-6__poster-1 {
    left: 71px;
    top: 129px;
    width: 120px;
    height: 310px
}

.stand-6__poster-2 {
    left: 231px;
    top: 76px;
    width: 120px;
    height: 310px
}

.stand-6__poster-3 {
    left: 445px;
    top: 6px;
    width: 120px;
    height: 310px
}

.stand-6__poster-4 {
    right: 231px;
    top: 84px;
    width: 120px;
    height: 310px
}

.stand-6__poster-5 {
    right: 71px;
    top: 129px;
    width: 120px;
    height: 310px
}

.stand-7__poster-1 {
    left: 42px;
    top: 11px;
    width: 381px;
    height: 305px
}

.stand-7__poster-2 {
    right: 40px;
    top: 11px;
    width: 381px;
    height: 305px
}

.stand-8__poster-1 {
    right: 552px;
    top: 7px;
    width: 132px;
    height: 342px
}

.stand-8__poster-2 {
    right: 379px;
    top: 7px;
    width: 132px;
    height: 342px
}

.stand-8__poster-3 {
    right: 211px;
    top: 7px;
    width: 132px;
    height: 342px
}

.stand-8__poster-4 {
    right: 51px;
    top: 7px;
    width: 132px;
    height: 342px
}

.stand-9__poster-1 {
    right: 105px;
    top: 7px;
    width: 600px;
    height: 342px
}

@media only screen and (min-width: 2000px) {
    .stand__wrapper-scale {
        -webkit-transform: scale(1.36);
        -ms-transform: scale(1.36);
        transform: scale(1.36)
    }

    .stand__title {
        margin-top: 200px
    }
}

@media only screen and (max-width: 1600px) {
    .stand__wrap {
        top: 20px;
        right: 20px
    }
}

@media only screen and (max-width: 1100px) {
    .stand {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .stand__bg {
        background-image: url("../img/stand-bg_tablet.webp")
    }

    .stand__wrap {
        margin-top: 20px;
        padding: 0 20px;
        position: static;
        right: auto;
        top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .stand__container {
        padding: 40px 10px 200px
    }

    .stand__container-inner {
        width: 100%;
        height: 470px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .stand__info {
        right: 120px
    }

    .stand__wrapper-scale {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@media only screen and (max-width: 767px) {
    .stand {
        min-height: calc(100vh - 60px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .stand__bg {
        background-image: url("../img/stand-bg_mobile.webp")
    }

    .stand__container {
        padding-bottom: 60px;
    }


    .stand__wrapper-scale {
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35)
    }

    .stand__info {
        right: 90px
    }

    .stand__card {
        height: 60px;
        width: 60px
    }

    .stand__card::after {
        width: 36px
    }

    .stand__card._checked::before {
        width: 45px;
        height: 38px
    }

    .stand__wrap {
        position: relative
    }
}

.conference {
    min-height: calc(100vh - 80px);
    color: #405066;
    background-color: #5c4879
}

.conference .footer {
    color: rgba(255, 255, 255, .5)
}

.conference .tabs__captions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(199, 48, 220, .1)
}

.conference .tabs__captions-item {
    min-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 20px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0);
    color: #3f4d65;
    -webkit-transition: .2s;
    transition: .2s;
    border-right: 1px solid #fff;
    cursor: pointer
}

.conference .tabs__captions-item.active {
    font-weight: 700;
    background-color: #fff;
    color: #102540;
    border-radius: 10px 10px 0px 0px
}

.conference .tabs__content {
    display: none;
    padding: 20px;
    min-height: 252px
}

.conference .tabs__content.active {
    display: block
}

.conference__wrapper {
    background-image: url("../img/conference-bg.webp");
    background-size: cover;
    background-position: top center;
    height: 1050px;
    max-width: 1920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 80px;
    position: relative;
    margin: auto
}

.conference__posters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1250px
}

.conference__posters-item {
    width: 180px;
    height: 490px;
    background-size: cover;
    background-position: center
}

.conference__video {
    width: 780px;
    overflow: hidden
}

.conference__video-frame {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.conference__container {
    width: calc(100% - 30px);
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 27px 79px rgba(33, 60, 67, .19);
    box-shadow: 0px 27px 79px rgba(33, 60, 67, .19);
    border-radius: 10px
}

.conference__scroll-box {
    max-height: 170px;
    padding-right: 30px;
    overflow-y: auto
}

.conference__title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700
}

.conference__schedule-item {
    margin-bottom: 10px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.conference__schedule-item:last-child {
    margin-bottom: 0
}

.conference__schedule-time {
    font-weight: 700;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.conference__storage-item {
    border-bottom: 1px dashed #a0e3ff;
    padding: 10px 0;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.conference__storage-item:last-child {
    border: none;
    padding-bottom: 0
}

.conference__storage-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    gap: 12px;
    margin-left: 20px
}

.conference__storage-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.conference__storage-btn._checked::before {
    content: "";
    width: 28px;
    height: 20px;
    background-image: url("../img/icons/checked.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width: 1100px) {
    .conference__wrapper {
        height: 900px;
        background-image: url("../img/conference-bg_tablet.webp");
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 180px
    }

    .conference__container {
        max-width: 670px
    }

    .conference__posters {
        width: 670px;
        top: 30px;
        margin-left: 3px
    }

    .conference__posters-item {
        width: 105px;
        height: 265px
    }

    .conference__video {
        width: 420px
    }
}

@media only screen and (max-width: 767px) {
    .conference {
        min-height: calc(100vh - 60px);
        position: relative
    }

    .conference .tabs__captions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .conference .tabs__captions-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-right: none;
        border-bottom: 1px solid #fff
    }

    .conference__wrapper {
        height: auto;
        background-image: url("../img/conference-bg_mobile.webp");
        background-size: cover;
        padding-top: 340px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .conference__wrapper .slick-arrow {
        font-size: 0;
        width: 64px;
        height: 64px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 260px
    }

    .conference__wrapper .slick-prev {
        background-image: url("../img/icons/conference__slider-perv.svg");
        left: 15px
    }

    .conference__wrapper .slick-next {
        background-image: url("../img/icons/conference__slider-next.svg");
        right: 15px
    }

    .conference__posters {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 0 15px;
        gap: 20px;
        margin-left: 0;
        margin-bottom: 20px
    }

    .conference__posters-flexbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .conference__posters-item {
        width: 130px;
        height: 350px
    }

    .conference__video {
        position: absolute;
        top: 37px;
        width: calc(100% - 30px);
        padding-bottom: 59.5%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .conference__video-frame {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .conference__container {
        max-width: 100%;
        margin: 0 15px
    }

    .conference__scroll-box {
        max-height: 350px;
        padding-right: 10px
    }

    .conference__schedule-item {
        font-size: 16px
    }

    .conference__storage-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 16px
    }

    .conference__storage-nav {
        margin-left: auto;
        margin-top: 0
    }
}

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

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

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Rubik/static/Rubik-SemiBold.ttf") format("ttf");
    font-display: swap
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Rubik/static/Rubik-Bold.ttf") format("ttf");
    font-display: swap
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}



.cookies {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 20px 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1111
}

.cookies__title {
    font-size: 24px;
    font-weight: 700
}

.cookies__text {
    font-size: 18px
}

.cookies__btn {
    min-width: 260px;
    min-height: 40px;
    margin-left: 40px
}



@media only screen and (max-width: 1100px) {


    .cookies {
        padding: 20px 50px
    }

    .cookies__title {
        font-size: 18px
    }

    .cookies__text {
        font-size: 12px
    }

    .cookies__btn {
        min-width: 160px
    }
}


/* Для мобильных устройств */
@media (max-width: 768px) {
    .video-container {
        width: 100%;
        padding-bottom: 56.25%; /* Для создания соотношения 16:9 */
    }
}

/* Для больших экранов */
@media (min-width: 769px) {
    .video-container {
        width: 640px;
        height: 360px;
    }
}
.conference__posters-flexbox{
display: flex;
justify-content: space-between;
width: 100%;
}




@media screen and (min-height: 301px) and (max-height: 400px) {

.case .tabs__content {

    height: 200px;

}

}


@media screen and (min-height: 401px) and (max-height: 600px) {

.case .tabs__content {
   overflow-y: hidden;
    height: 300px;

}

}

@media only screen and (max-width: 767px){
.conference__video{
  z-index: 2
}

.conference__wrapper .slick-arrow{
top: 73vw
}

.conference__wrapper{
padding-top: 94vw
}

}

@media only screen and (max-width: 767px) and (max-height: 400px){
.conference__video{
padding-bottom: 64%
}
}



