ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    height: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow: hidden;
    min-height: 100%;
}

main {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-height: 100%;
    max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: none;
    border: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol {
    margin: 0;
}

div,
section,
header,
footer,
main,
ul,
a,
input,
textarea,
li,
nav,
label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    display: block;
    cursor: pointer;
}

svg {
    max-width: 100%;
    max-height: 100%;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Segoe UI Bold;
    font-display: swap;
    src: url("../fonts/Segoe UI Bold.woff2") format("woff2"), url("../fonts/Segoe UI Bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

.container {
    max-width: 1440px;
    padding: 0 1.25em;
    margin: 0 auto;
}

html.blocked {
    overflow: hidden;
}

html {
    font-size: 4.1vw;
    font-family: Inter;
    font-weight: 400;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

h1 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.2;
    text-align: center;
}

h2 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.21;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.01em;
}

p {
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.5;
    font-size: 1.13em;
}

p.bold {
    font-weight: 500;
}

.alias {
    color: #3D85F2;
}

.nowrap {
    white-space: nowrap;
}

.nav-item {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 1.25em;
    cursor: pointer;
    display: block;
    color: #fff;
}

.nav-subItem {
    display: block;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 1em;
    color: #fff;
    font-size: 1.25em;
}

.listContainer {
    margin-bottom: 1.88em;
    position: relative;
}

.listContainer .nav-item {
    margin-bottom: 0;
}

.listContainer.active-state .narrow {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

header {
    background: #E79E46;
    position: relative;
    -webkit-transition: 0.5s background-color 0.5s;
    -o-transition: 0.5s background-color 0.5s;
    transition: 0.5s background-color 0.5s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.81em;
    flex: 0 0 4.81em;
}

header .container {
    height: 100%;
}

header.active {
    background: #E79E46;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 4.81em;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header__logo {
    min-width: 4.38em;
    min-height: 3.19em;
    max-width: 4.38em;
    max-height: 3.19em;
}

.header__menu {
    position: absolute;
    background: #E79E46;
    top: 4.81em;
    left: 100%;
    width: 100%;
    -webkit-transition: 0.5s left;
    -o-transition: 0.5s left;
    transition: 0.5s left;
    height: calc(100vh - 100%);
    height: calc(var(--vh, 1vh) * 100 - 100%);
    padding: 1.88em 1.56em;
    overflow-y: auto;
    z-index: 100;
}

.header__menu.active {
    left: 0;
}

.header__list {
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.header__languages {
    position: relative;
}

.header__languagesContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Segoe UI Bold;
    font-weight: 400;
}

.header__selectedLanguage {
    display: none;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    font-size: 1.13em;
    cursor: pointer;
}

.header__selectedLanguage .narrow {
    stroke: #000;
    stroke-width: 2px;
}

.header__language {
    font-size: 0.88em;
    margin-right: 0.93em;
    color: #ffdeb4;
}

.header__language.active {
    color: #fff;
}

.header__language:last-child {
    margin-right: 0;
}

.header__socialNetworks {
    display: none;
}

.header__burger {
    width: 1.5em;
    height: 1.25em;
    position: relative;
    margin-left: 2.31em;
    cursor: pointer;
}

.header__burger.active:after,
.header__burger.active:before {
    top: 50%;
    -webkit-transition: 0.3s top, 0.3s -webkit-transform 0.3s;
    transition: 0.3s top, 0.3s -webkit-transform 0.3s;
    -o-transition: 0.3s top, 0.3s transform 0.3s;
    transition: 0.3s top, 0.3s transform 0.3s;
    transition: 0.3s top, 0.3s transform 0.3s, 0.3s -webkit-transform 0.3s;
}

.header__burger.active span {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.header__burger.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__burger.active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header__burger:before,
.header__burger:after,
.header__burger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.header__burger span {
    top: 50%;
    -webkit-transition: 0.3s -webkit-transform 0.3s;
    transition: 0.3s -webkit-transform 0.3s;
    -o-transition: 0.3s transform 0.3s;
    transition: 0.3s transform 0.3s;
    transition: 0.3s transform 0.3s, 0.3s -webkit-transform 0.3s;
}

.header__burger:before,
.header__burger:after {
    content: "";
    -webkit-transition: 0.3s top 0.3s, 0.3s -webkit-transform;
    transition: 0.3s top 0.3s, 0.3s -webkit-transform;
    -o-transition: 0.3s top 0.3s, 0.3s transform;
    transition: 0.3s top 0.3s, 0.3s transform;
    transition: 0.3s top 0.3s, 0.3s transform, 0.3s -webkit-transform;
}

.header__burger:before {
    top: 0%;
}

.header__burger:after {
    top: 100%;
}

.narrow {
    font-size: 1rem;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    stroke: #fff;
}

.socialNetowrk {
    width: 3.38em;
    height: 3.38em;
    background: #E79E46;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.63em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.socialNetowrk.green {
    background: #fff;
}

.socialNetowrk.green svg {
    fill: #E79E46;
}

.socialNetowrk svg {
    max-width: 1.5em;
    height: 1.75em;
    fill: #fff;
}

.socialNetowrk:last-child {
    margin-right: 0;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer {
    background: #E79E46;
    margin-top: auto;
    padding: 2.69em 0 4.56em;
}

.footer {
    color: #fff;
}

.footer__container {
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__logo {
    min-width: 8.75em;
    min-height: 6.63em;
    max-width: 8.75em;
    max-height: 6.63em;
}

.footer__contact {
    margin-top: 1.43em;
    font-size: 0.88em;
    line-height: 1.21;
    display: block;
}

.footer .footer__block:nth-child(2) {
    margin: 2.94em 0 2.4em;
}

.footer__listContainer {
    max-width: 12.5em;
}

.footer__item {
    font-size: 1.25em;
}

.footer__list {
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.footer__socialNetworks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.75em;
}

.footer__copyright {
    font-size: 1.25em;
    letter-spacing: -0.01em;
    text-align: center;
    line-height: 1.2;
}

.buttonGreen {
    background: -webkit-gradient(linear, left top, left bottom, from(#FCA83D), to(#EC7900));
    background: -o-linear-gradient(top, #FCA83D 0%, #EC7900 100%);
    background: linear-gradient(180deg, #FCA83D 0%, #EC7900 100%);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    padding: 0.89em 1.39em;
    font-weight: 500;
    line-height: 1.22;
    font-size: 1.13em;
    letter-spacing: -0.01em;
    color: #fff;
    border-radius: 5.56em;
}

.buttonGreen:active,
.buttonGreen:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#EC850A), to(#F9B563));
    background: -o-linear-gradient(top, #EC850A 0%, #F9B563 100%);
    background: linear-gradient(180deg, #EC850A 0%, #F9B563 100%);
}

.buttonGreen:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.button {
    background: #333333;
    border-radius: 4px;
    font-size: 1.13em;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    min-width: 18.17em;
    padding: 1em;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: 1px solid transparent;
}

.button:hover {
    border: 1px solid #333333;
    background: #fff;
    color: #333333;
}

.button:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.banner {
    color: #fff;
    padding: 4.44em 0 3.63em;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 13.06em;
    position: relative;
}

.banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    /*background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 130, 12, 0.3)), to(rgba(240, 130, 12, 0.3))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38)));*/
    /*background: -o-linear-gradient(bottom, rgba(240, 130, 12, 0.3), rgba(240, 130, 12, 0.3)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38));*/
    /*background: linear-gradient(0deg, rgba(240, 130, 12, 0.3), rgba(240, 130, 12, 0.3)), linear-gradient(0deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38));*/
}

.banner.pd-100 {
    padding: 3.75em 0;
}

.banner.pd-100 .banner__title {
    font-size: 1.81em;
}

.banner__background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner__title {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    max-width: 12.5em;
}

.banner__text {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.5;
    margin-top: 2.1em;
    text-align: center;
}

.banner__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner__buttons button {
    margin-top: 0.83em;
}

.banner__buttons button:first-child {
    margin-top: 0;
}

.banner__optionalText {
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
}

.exhibitionFor {
    margin: 3.13em 0 5.63em;
}

.exhibitionFor h1 {
    max-width: 8.5em;
    margin: 0 auto 1.5em;
}

.exhibitionFor__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    display: -ms-grid;
    display: grid;
    gap: 1.88em;
    max-width: 65.63em;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.exhibitionCard {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.exhibitionCard--refer {
    display: none;
}

.exhibitionCard__img {
    width: 4.38em;
    height: 4.38em;
    margin: 0 auto 1em;
}

.exhibitionCard__img img {
    width: 100%;
    height: 100%;
}

.exhibitionCard__title {
    text-align: center;
    font-size: 1em;
    line-height: 1.19;
}

.sections {
    margin: 5.63em 0 3.75em;
}

.sections__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.56em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.88em;
}

.sectionCard {
    max-width: 21.88em;
    background: #F6F6F6;
    border-radius: 0.63em;
    position: relative;
    overflow: hidden;
}

.sectionCard--spoiler.open:after {
    opacity: 0;
}

.sectionCard--spoiler.open .sectionCard__open {
    bottom: 1.25em;
}

.sectionCard--spoiler:after {
    content: "";
    z-index: 1;
    pointer-events: none;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    background: rgb(246, 246, 246);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(246, 246, 246, 0.8015581232)), color-stop(63%, rgba(246, 246, 246, 0.5046393557)), color-stop(96%, rgba(246, 246, 246, 0.2973564426)));
    background: -o-linear-gradient(bottom, rgba(246, 246, 246, 0.8015581232) 30%, rgba(246, 246, 246, 0.5046393557) 63%, rgba(246, 246, 246, 0.2973564426) 96%);
    background: linear-gradient(0deg, rgba(246, 246, 246, 0.8015581232) 30%, rgba(246, 246, 246, 0.5046393557) 63%, rgba(246, 246, 246, 0.2973564426) 96%);
    height: 7.56em;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
}

.sectionCard__open {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    position: absolute;
    bottom: 2.63em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    -webkit-transition: 0.3s bottom;
    -o-transition: 0.3s bottom;
    transition: 0.3s bottom;
    cursor: pointer;
}

.sectionCard:last-child {
    margin-bottom: 0;
}

.sectionCard__img {
    width: 100%;
    overflow: hidden;
    border-radius: 0.63em;
}

.sectionCard__img img {
    width: 100%;
    height: auto;
}

.sectionCard__title {
    font-weight: 600;
    font-size: 1.13em;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    margin: 1.67em 0 0;
    letter-spacing: -0.01em;
}

.sectionCard__info {
    padding: 0 1.38em 3.13em;
}

.sectionCard__list {
    -webkit-transition: 0.5s height;
    -o-transition: 0.5s height;
    transition: 0.5s height;
}

.sectionCard__item {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1.44em;
}

.sectionCard__item:last-child {
    margin-bottom: 0;
}

.map {
    margin: 3.75em 0 8.13em;
}

.map__address {
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    margin: 1.88em auto 1.25em;
    max-width: 14.44em;
    text-align: center;
}

.map__container {
    max-width: 69.38em;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.map__subcontainer {
    position: relative;
    padding-top: 52.3%;
    height: 0;
    width: 100%;
}

.map__subcontainer #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.map__contactInfo {
    text-align: center;
    font-size: 1.15rem;
    margin-bottom: 1.25em;
}

.signature {
    font-weight: 300;
    font-size: 0.94em;
    line-height: 1.2;
    padding: 0 1.67em;
}

.input {
    background: #fff;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    position: relative;
    font-size: 0.94em;
}

.input input {
    width: 100%;
    height: 100%;
    padding: 1.6em 1.07em 0.73em;
}

.input.tel input {
    padding: 1.17em 1.07em 1.17em 5.67em;
}

.input__flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #BDBDBD;
    padding-right: 0.67em;
    position: absolute;
    left: 1.07em;
}

.input__flag img {
    font-size: 1rem;
    width: 1.5em;
    height: 1.25em;
    margin-right: 0.38em;
}

.input__placeholder.active,
input:focus + .input__placeholder {
    top: 1.5em;
    left: 1.6em;
    font-size: 0.63em;
}

.input__placeholder {
    font-weight: 400;
    font-size: 0.94em;
    color: #828282;
    position: absolute;
    pointer-events: none;
    line-height: 1.4;
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
    left: 1.07em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input__narrow {
    stroke: #828282;
    position: absolute;
    top: 50%;
    font-size: 1rem;
    cursor: pointer;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0.63em;
    width: 2.3em;
    height: 2.3em;
}

.input__list {
    overflow: hidden;
    -webkit-transition: 0.5s height;
    -o-transition: 0.5s height;
    transition: 0.5s height;
}

.input__listWrapper {
    padding-top: 0.67em;
}

.spoilerContainer.active .input__narrow {
    -webkit-transform: translateY(-50%) scaleY(-1);
    -ms-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
}

.spoilerContainer input {
    padding: 1.6em 3.33em 0.73em 1.07em;
    cursor: pointer;
}

.spoilerContainer input:focus + .input__placeholder {
    font-size: 0.94em;
    color: #828282;
    position: absolute;
    pointer-events: none;
    line-height: 1.4;
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
    left: 1.07em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spoilerContainer input:focus + .input__placeholder.active {
    top: 1.5em;
    left: 1.6em;
    font-size: 0.63em;
}

.textarea {
    background: #fff;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    resize: none;
    width: 100%;
    height: 12.5em;
    font-size: 0.94em;
    padding: 1em;
}

.form {
    margin-top: 1.88em;
    padding: 0 0.75em;
    margin-bottom: 8.13em;
}

.form__button {
    margin: 0.56em auto 0;
}

.form__signature {
    margin: 0 auto 1.33em;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.form__container {
    max-width: 28.75em;
    margin: 0 auto;
}

.form .textarea,
.form .input {
    margin-top: 1.31em;
}

.form__block {
    margin: 1.25em auto 1.81em;
    max-width: 14.38em;
}

.form__message {
    font-size: 0.94em;
    font-weight: 400;
    line-height: 1.2;
}

.required {
    color: red;
    vertical-align: middle;
}

.checkbox {
    margin-top: 0.75em;
}

.checkbox.bold .checkbox__content {
    font-weight: 400;
}

.checkbox.bold .alias {
    font-weight: 600;
}

.checkbox.r-w {
    margin-top: 1.25em;
}

.checkbox .alias {
    color: #307DF1;
}

.checkbox:first-child {
    margin-top: 0;
}

.checkbox label {
    display: block;
    cursor: pointer;
}

.checkbox input {
    display: none;
}

.checkbox input:checked + .checkbox__content .checkbox__box {
    border: 2px solid #333333;
}

.checkbox input:checked + .checkbox__content .checkbox__box span {
    -webkit-clip-path: polygon(22% 45%, 41% 64%, 86% 26%, 86% 38%, 40% 78%, 15% 50%);
    clip-path: polygon(22% 45%, 41% 64%, 86% 26%, 86% 38%, 40% 78%, 15% 50%);
}

.checkbox__content {
    font-size: 0.94em;
    font-weight: 300;
    line-height: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox__box {
    font-size: 1rem;
    min-width: 1.75em;
    height: 1.75em;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #BDBDBD;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    margin-right: 0.63em;
    background: #333333;
}

.checkbox__box span {
    background: #fff;
    display: block;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
    height: 100%;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.f-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.textPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.63em;
    margin: 1.88em 0 8.13em;
    padding: 0 0.94em;
}

.textPage .sections {
    width: calc(100% + 2em);
    margin-left: -1em;
}

.textBlock__content {
    margin-top: 1.88em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.19em;
}

.textBlock__row {
    margin-top: 1.88em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.88em;
}

.textBlock__rowContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.textBlock__img {
    margin: 1.25em auto 0;
    max-width: 570px;
    max-height: 443px;
}

.textBlock__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.88em;
}

.textBlock__info ul {
    list-style: disc;
    margin-left: 1.56em;
}

.text-center {
    text-align: center;
}

.schedule {
    max-width: 65.13em;
    width: 100%;
}

.schedule__row {
    display: -ms-grid;
    display: grid;
    gap: 0.63em;
    margin-bottom: 1.56em;
    -ms-grid-columns: minmax(12.5em, 1fr) minmax(9.38em, 1fr);
    grid-template-columns: minmax(12.5em, 1fr) minmax(9.38em, 1fr);
}

.schedule__row:last-child {
    margin-bottom: 0;
}

.schedule__item {
    font-size: 1.13em;
    font-weight: 300;
    letter-spacing: -0.01em;
    margin: 0 auto;
}

.schedule__item:first-child {
    font-weight: 500;
}

.schedule__item:last-child {
    display: none;
}

.upper {
    text-transform: uppercase;
}

.scheduleList__row {
    margin-bottom: 1.25em;
}

.partners {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    gap: 1.88em;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2em;

}

.partners__item {
    min-width: 15.63em;
    min-height: 11.25em;
    max-width: 26em;
    max-height: 18.75em;
}



.partners__item img {
    width: 100%;
    height: 100%;
}

.changePlace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.88em;
}

.no-margin {
    margin: 0;
}

.jText p {
    margin-top: 2.46em;
}

.jText-wt h1 {
    margin: 1.53em 0 1.18em;
}

.textPage.g-30 {
    gap: 1.88em;
}

.message {
    background: #F4F4F4;
    padding: 1.39em 1.67em;
    color: #000;
    font-size: 1.13em;
    letter-spacing: -0.01em;
    line-height: 1.5;
}

.message__warning {
    color: #D40000;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
}

.message__warning img {
    margin-right: 0.63em;
    width: 1.31em;
    height: 1.31em;
}

.message__text {
    font-weight: 300;
}

.message__text--smallContainer {
    max-width: 1011px;
}

.big-img {
    width: 100%;
}

.big-img img {
    width: 100%;
}

.infoList__item {
    margin: 3.13em auto 0;
    max-width: 1220px;
}

.infoItem {
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

.infoItem__img {
    min-width: 4.38em;
    min-height: 4.38em;
    max-width: 4.38em;
    max-height: 4.38em;
    margin: 0 0 1.25em;
}

.infoItem__text {
    font-size: 1.13em;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.01em;
}

.colContent__img {
    max-width: 697px;
}

.colContent h3 {
    margin: 1.56em auto 0.63em;
}


.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2em auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cards .alias {
    font-weight: 600;
}

.cards__item {
    background: #fff;
    width: 100%;
    padding: 1.56em 1.56em 2.56em;
    border-radius: 0.5em;
    line-height: 1.63;
    -webkit-box-shadow: 0 10px 36px 0 rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 36px 0 rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.03);
}


.banner {
    overflow: hidden;
}

.banner video {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 760px) {
    .cards__item {
        width: 30%;
        max-width: 26em;
    }
}

@media screen and (min-width: 390px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 600px) {
    .exhibitionFor h1 {
        max-width: none;
    }

    .exhibitionCard {
        min-width: 13.75em;
    }

    .exhibitionCard--refer {
        color: #29AA05;
        display: block;
        font-weight: 600;
        font-size: 1.25em;
        line-height: 1.22;
        letter-spacing: -0.01em;
        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;
        white-space: nowrap;
    }

    .exhibitionCard--refer svg {
        vertical-align: middle;
        width: 0.88em;
        height: 0.88em;
    }

    .input {
        font-size: 1.06em;
    }

    .input__placeholder.active,
    input:focus + .input__placeholder {
        font-size: 0.69em;
        left: 1.45em;
    }

    .input__placeholder {
        font-size: 1.06em;
        left: 0.94em;
    }

    .spoilerContainer input:focus + .input__placeholder {
        font-size: 1.06em;
        left: 0.94em;
    }

    .spoilerContainer input:focus + .input__placeholder.active {
        font-size: 0.69em;
        left: 1.45em;
    }

    .form {
        margin: 3.75em 0 11.63em;
    }

    .form.mt {
        margin-top: 6.75em;
    }

    .form__signature {
        margin-bottom: 1.9em;
    }

    .form .textarea,
    .form .input {
        margin-top: 1.88em;
    }

    .form__block {
        max-width: none;
        margin: 2.25em auto 4.25em;
    }
}

@media screen and (min-width: 600px) and (min-width: 900px) {
    .exhibitionCard--refer {
        font-size: 2em;
    }
}

@media screen and (min-width: 700px) {
    .schedule {
        border: 1px solid #D9D9D9;
        padding: 3em;
    }

    .schedule__row {
        -ms-grid-columns: minmax(auto, 16.88em) minmax(auto, 12.5em) minmax(auto, 26.25em);
        grid-template-columns: minmax(auto, 16.88em) minmax(auto, 12.5em) minmax(auto, 26.25em);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 1.25em;
    }

    .schedule__item {
        font-size: 1.5em;
        font-weight: 400;
    }

    .schedule__item:first-child {
        margin: 0 auto 0 0;
        font-weight: 400;
    }

    .schedule__item:last-child {
        display: block;
        margin: 0 0 0 auto;
    }
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 2.38em;
        line-height: 1.21;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 2em;
    }

    p {
        font-size: 1.5em;
    }

    .buttonGreen {
        font-size: 1.5em;
        padding: 0.67em 1.04em;
    }

    .banner.pd-100 .banner__title {
        font-size: 2.63em;
        line-height: 1.7;
    }

    .banner {
        padding: 7.56em 0 6.75em;
        min-height: 16.94em;
    }

    .banner.pd-100 {
        padding: 6.25em 0;
    }

    .banner__title {
        max-width: 22.26em;
        font-weight: 600;
        font-size: 2.63em;
        line-height: 1.7;
    }

    .banner__text {
        font-size: 1.69em;
        margin-top: 0.93em;
    }

    .banner__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner__buttons button {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 1.88em 0 0;
    }

    .banner__buttons button:last-child {
        margin: 0;
    }

    .banner__optionalText {
        font-size: 2em;
        margin-top: 0.94em;
    }

    .signature {
        font-size: 1.25em;
        line-height: 1.2;
        padding: 0;
    }

    .scheduleList__row {
        font-weight: 400;
        margin-bottom: 0;
    }

    .scheduleList__row p {
        display: inline;
        font-weight: 400;
        font-size: 1.5em;
    }

    .message {
        font-size: 1.5em;
        padding: 1.38em 2.08em;
    }

    .infoItem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .infoItem__img {
        margin: 0 1.25em 0 0;
    }

    .infoItem__text {
        text-align: left;
        font-size: 1.5em;
    }
}

@media screen and (min-width: 770px) {
    .sectionCard__img img {
        height: 15.88em;
    }
}

@media screen and (min-width: 900px) {
    .exhibitionFor {
        margin: 8.13em 0;
    }

    .exhibitionFor h1 {
        margin: 0 auto 1.84em;
    }

    .exhibitionFor__grid {
        gap: 3.44em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .exhibitionCard__img {
        width: 8.13em;
        height: 8.13em;
    }

    .exhibitionCard__title {
        font-size: 1.5em;
        line-height: 1.21;
    }
}

@media screen and (min-width: 1024px) {
    .sections__grid {
        margin-top: 2.7em;
        gap: 2.81em;
    }

    .sectionCard {
        max-width: 27.25em;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
        flex: 0 1 31%;
    }

    .sectionCard__title {
        font-size: 1.25em;
        margin: 1.21em 0 0;
    }

    .sectionCard__info {
        padding: 0 1.75em 2.25em;
    }

    .sectionCard__item {
        font-size: 1.25em;
        margin-bottom: 1.6em;
    }

    .sectionCard__item:last-child {
        margin-bottom: 0;
    }

    .map {
        margin: 8.13em 0 12.5em;
    }

    .map__address {
        font-size: 1.5em;
        max-width: none;
        margin: 1.25em auto;
    }

    .map__contactInfo {
        display: block;
        font-size: 1.5rem;
    }

    .textBlock__rowContent {
        gap: 3.13em;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .textBlock__rowContent.reverse .textBlock__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 32.75em;
    }

    .textBlock__rowContent.reverse .textBlock__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .textBlock__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 35.63em;
    }

    .partners {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 1.88em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .changePlace {
        gap: 5.63em;
    }

    .changePlace .textBlock:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .changePlace .textBlock:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width: 1050px) {
    html.blocked {
        overflow: auto;
    }

    header.active {
        background: #fff;
    }

    header {
        background: #fff;
    }

    header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5em;
        flex: 0 0 7.5em;
    }

    .header__menu {
        position: static;
        height: auto;
        padding: 0;
        width: auto;
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-y: visible;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 0 2em;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__item {
        color: #000;
        font-size: 1.25em;
        font-weight: 400;
        margin-bottom: 0;
        margin-right: 0.5em;
    }

    .header__item:last-child {
        margin-right: 0;
    }

    .header__listContainer {
        margin-bottom: 0;
        margin-right: 0.5em;
    }

    .header__listContainer .header__item {
        margin-right: 0;
    }

    .header__listContainer:last-child {
        margin-right: 0;
    }

    .header__listContainer .narrow {
        stroke: #000;
    }

    .header__listContainer.active-state .header__list {
        z-index: 2;
    }

    .header__list {
        background: #FFFFFF;
        font-size: 1.1rem;
        border-radius: 4px;
        color: #000;
        top: 100%;
        position: absolute;
        width: 16.88em;
    }

    .header__listWrapper {
        padding: 0.81em 1.69em;
        position: relative;
        border: 1px solid #D9D9D9;
        margin-top: 0.56em;
    }

    .header__listWrapper:before {
        content: "";
        border-bottom: 10px solid #D9D9D9;
        border-right: 5px solid transparent;
        width: 0;
        position: absolute;
        height: 0;
        top: -10px;
        left: 20%;
        border-left: 5px solid transparent;
    }

    .header__subItem {
        font-size: 1em;
        margin-top: 1.19em;
        width: auto;
        display: block;
        color: #000;
    }

    .header__subItem span {
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        border-bottom: 1px solid transparent;
    }

    .header__subItem:hover span {
        border-bottom: 1px solid #D9D9D9;
    }

    .header__subItem:first-child {
        margin-top: 0;
    }

    .header__languages.active {
        opacity: 1;
        pointer-events: all;
    }

    .header__languages.active .header__languagesContainer {
        opacity: 1;
        pointer-events: auto;
        z-index: 2;
    }

    .header__languages.active .narrow {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    .header__languagesContainer {
        position: absolute;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        padding: 1em;
        text-align: center;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        left: 0%;
        top: calc(100% + 0.5em);
    }

    .header__selectedLanguage {
        display: block;
    }

    .header__language {
        color: #000;
        margin: 0 0 1em;
    }

    .header__language:last-child {
        margin-bottom: 0;
    }

    .header__language.active {
        color: #000;
    }

    .header__burger {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    .header {
        padding: 0.25em 0 0.63em;
    }

    .header__logo {
        min-width: 8.75em;
        min-height: 6.63em;
        max-width: 8.75em;
        max-height: 6.63em;
    }

    .header__menu {
        margin: 0 4.19em;
    }

    .header__socialNetworks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 2em;
    }
}

@media screen and (min-width: 1440px) {
    .sections__grid {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1480px) {
    .footer__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__logo {
        margin-top: 0.5em;
    }

    .footer__contact {
        font-size: 1em;
        margin-top: 1.44em;
        line-height: 1.19;
        width: 12.19em;
    }

    .footer .footer__block:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 1em 0 0 3.75em;
    }

    .footer__listContainer {
        margin: 0 0 0 2.81em;
        max-width: 14.13em;
        min-width: 14.13em;
    }

    .footer__listContainer:first-child {
        margin: 0;
    }

    .footer__listContainer:nth-child(3) {
        min-width: 15.31em;
        max-width: 15.31em;
    }

    .footer__item {
        cursor: default;
        font-size: 1.5em;
    }

    .footer__item .narrow {
        display: none;
    }

    .footer__list {
        height: auto !important;
        overflow: visible;
    }

    .footer__subItem {
        margin-top: 1.25em;
        font-size: 1.5em;
    }

    .footer__subItem span {
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        border-bottom: 1px solid transparent;
    }

    .footer__subItem:hover span {
        border-bottom: 1px solid #D9D9D9;
    }

    .footer__copyright {
        margin-top: 5.29em;
        font-size: 1.5em;
        line-height: 1.21;
    }

    .form__message {
        font-size: 1em;
    }

    .checkbox__content {
        font-size: 1.06em;
    }
}

@media screen and (min-width: 700px) and (max-width: 1100px) {
    .schedule {
        font-size: 1.3vw;
    }
}