@font-face {
    font-family: "Formular";
    src: url("../fonts/Formular-Light.eot");
    src: local("Formular Light"), local("Formular-Light"), url("../fonts/Formular-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular-Light.woff2") format("woff2"), url("../fonts/Formular-Light.woff") format("woff"),
        url("../fonts/Formular-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Formular";
    src: url("../fonts/Formular.eot");
    src: local("Formular"), url("../fonts/Formular.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular.woff2") format("woff2"), url("../fonts/Formular.woff") format("woff"), url("../fonts/Formular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Formular";
    src: url("../fonts/Formular-Bold.eot");
    src: local("Formular Bold"), local("Formular-Bold"), url("../fonts/Formular-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular-Bold.woff2") format("woff2"), url("../fonts/Formular-Bold.woff") format("woff"),
        url("../fonts/Formular-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Forum";
    src: url("../fonts/Forum.eot");
    src: local("Forum"), url("../fonts/Forum.eot?#iefix") format("embedded-opentype"), url("../fonts/Forum.woff2") format("woff2"), url("../fonts/Forum.woff") format("woff"), url("../fonts/Forum.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Oglavie Unicode";
    src: url("../fonts/OglavieUnicode.eot");
    src: local("Oglavie Unicode"), local("OglavieUnicode"), url("../fonts/OglavieUnicode.eot?#iefix") format("embedded-opentype"), url("../fonts/OglavieUnicode.woff2") format("woff2"), url("../fonts/OglavieUnicode.woff") format("woff"),
        url("../fonts/OglavieUnicode.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
ul[class],
ol[class] {
    padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}
ul[class] {
    list-style: none;
}
img {
    max-width: 100%;
    display: block;
}
input,
button,
textarea,
select {
    font: inherit;
}
a {
    text-decoration: none;
}
html,
body {
    height: 100%;
}
body {
    font-family: "Formular", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #373737;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 72px;
    height: 72px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-image: url("../images/scroll-top.svg");
    background-size: 10px 36px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: drop-shadow(1px 2px 10px rgba(54, 66, 97, 0.2));
    filter: drop-shadow(1px 2px 10px rgba(54, 66, 97, 0.2));
    z-index: 100;
}
.scroll-top.active {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 1024px) {
    .desktop {
        display: none !important;
    }
}
@media screen and (min-width: 1024px) {
    .mobile {
        display: none !important;
    }
}
.wrapper {
    background-image: url("../images/main-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wrapper .header {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wrapper .header.header--fixed {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
}
.wrapper .header.header--fixed .header__inner {
    padding-top: 41px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.wrapper .header.header--fixed .header__logo {
    margin-top: 9px;
}
.wrapper .header.header--fixed .header__logo-title {
    line-height: 69px;
}
.wrapper .header.header--fixed .header__logo-subtitle {
    display: block;
}
.wrapper .header.header--fixed .header__link-box {
    padding-bottom: 22px;
}
.wrapper .header.header--fixed .header__link-box::after {
    display: block;
}
.wrapper .header__burger {
    background-image: url("../images/burger-white.svg");
}
.wrapper .header__burger.active {
    background-image: url("../images/burger-close-white.svg");
}
.wrapper .header__logo-title {
    color: #fff;
}
.wrapper .header__logo-subtitle {
    color: #fff;
}
.wrapper .header__link-box::after {
    background-image: url("../images/header-line-white.svg");
    height: 18px;
}
.wrapper .header__link {
    color: #fff;
}
.panorama .header {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panorama .header.header--fixed {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
}
.panorama .header.header--fixed .header__inner {
    padding-top: 41px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.panorama .header.header--fixed .header__logo {
    margin-top: 9px;
}
.panorama .header.header--fixed .header__logo-title {
    line-height: 69px;
}
.panorama .header.header--fixed .header__logo-subtitle {
    display: block;
}
.panorama .header.header--fixed .header__link-box {
    padding-bottom: 22px;
}
.panorama .header.header--fixed .header__link-box::after {
    display: block;
}
.panorama .header__burger {
    background-image: url("../images/burger-panorama.svg");
}
.panorama .header__burger.active {
    background-image: url("../images/burger-panorama.svg");
}
.panorama .header__logo-title {
    color: #fff;
}
.panorama .header__logo-subtitle {
    color: #fff;
}
.panorama .header__link-box::after {
    background-image: url("../images/header-panorama-arrow.svg");
    height: 6px;
}
.panorama .header__link {
    color: #fff;
}
.header {
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    z-index: 1000;
    position: relative;
}
.header.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
}
.header.header--fixed .header__inner {
    padding-top: 12px;
    padding-bottom: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header.header--fixed .header__logo {
    margin-top: 0;
}
.header.header--fixed .header__link-box {
    padding-bottom: 0;
}
.header.header--fixed .header__link-box::after {
    display: none;
}
.header.header--fixed .header__logo-title {
    line-height: 52px;
}
.header.header--fixed .header__logo-subtitle {
    display: none;
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 41px;
    padding-bottom: 20px;
    position: relative;
}
.header__link-box {
    max-width: 364px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 22px;
    position: relative;
}
.header__link-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/header-line.svg");
}
.header__link-box:nth-child(3)::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header__link {
    color: #373737;
}
.header__logo {
    margin: 9px 32px 0;
    text-align: center;
}
.header__logo-title {
    font-family: "Oglavie Unicode", sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 69px;
    color: #8d0800;
}
.header__logo-subtitle {
    margin-top: -4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.header__burger {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    width: 28px;
    height: 28px;
    background-image: url("../images/burger.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.header__burger.active {
    background-image: url("../images/burger-close.svg");
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.header__nav {
    padding: 14px 0;
    background-color: #c19557;
}
.header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header__nav-item:not(:last-child) {
    margin-right: 27px;
}
.header__nav-link {
    color: #fff;
}
.header-menu {
    position: absolute;
    top: calc(100% + 40px);
    right: 30px;
    z-index: 100000;
    height: calc(100vh - 240px);
    overflow-y: auto;
    padding-right: 2px;
    display: none;
}
.header-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}
.header-menu::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0);
}
.header-menu::-webkit-scrollbar-thumb {
    background-color: #c19557;
    border-radius: 4px;
}
.header-menu.visible {
    display: block;
}
.header-menu__inner {
    max-width: 282px;
    width: 100%;
}
.header-menu__nav {
    padding: 12px 24px 12px 20px;
}
.header-menu__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-menu__nav-item {
    width: 100%;
}
.header-menu__nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(193, 149, 87, 0.64);
}
.header-menu__nav-link {
    display: block;
    width: 100%;
    padding: 24px 0;
    color: #373737;
}
.header-menu__nav-link.active {
    color: #c19557;
    font-weight: 700;
    position: relative;
}
.header-menu__nav-link.active::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-image: url("../images/nav-active.svg");
}
.header-menu__block {
    background-color: rgba(255, 255, 255, 0.92);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    margin-bottom: 30px;
}
.header-menu__video {
    padding: 20px 24px 24px 24px;
}
.header-menu__video .video {
    max-width: 100%;
    height: 170px;
    margin: 0 0 12px 0;
}
.header-menu__video .video__play {
    width: 48px;
    height: 48px;
    bottom: 5px;
    left: 6px;
}
.header-menu__video-title {
    font-size: 18px;
    line-height: 22px;
}
.header-menu__items {
    padding: 16px 0 24px;
}
.header-menu__item:not(:last-child) {
    margin-bottom: 16px;
}
.header-menu__toggle {
    background-color: rgba(193, 149, 87, 0.72);
    padding: 16px 24px;
    color: #fff;
    cursor: pointer;
}
.header-menu__list {
    padding-top: 16px;
}
.header-menu__list-item:not(:last-child) {
    margin-bottom: 14px;
}
.header-menu__link {
    display: block;
    padding: 8px 20px 8px 54px;
    font-family: "Forum", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}
.header-menu__link.active {
    position: relative;
}
.header-menu__link.active::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24px;
    width: 24px;
    height: 24px;
    background-image: url("../images/checked.svg");
}
.header-menu__all {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-family: "Forum", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #c19557;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    border: 1px solid var(--gold-dark, #c19557);
    background: rgba(255, 255, 255, 0.92);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.player {
    padding: 12px 24px;
}
.player__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}
.player__num,
.player__subheader {
    display: none;
}
.player__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}
.player__btn {
    cursor: pointer;
}
.player__bar-inner {
    height: 14px;
    position: relative;
}
.player__bar {
    width: 100%;
    height: 1px;
    background-color: #e6c068;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.player__progressbar {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 3px;
    background-color: #c19557;
}
.player__slider {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c19557;
    cursor: pointer;
}
.player__times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.player__time {
    font-size: 14px;
    line-height: 17px;
}
.footer {
    margin-top: 30px;
    width: 100%;
    min-height: 120px;
    background-color: #c19557;
}
.catalog__items {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    gap: 30px;
}
.catalog__item {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.catalog__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 192, 104, 0.62)), color-stop(86.46%, rgba(65, 55, 35, 0.86)));
    background: linear-gradient(180deg, rgba(230, 192, 104, 0.62) 0%, rgba(65, 55, 35, 0.86) 86.46%);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.catalog__item:hover::before {
    opacity: 1;
}
.catalog__item:hover .catalog__content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.catalog__img {
    width: 100%;
}
.catalog__content {
    position: absolute;
    bottom: 54px;
    left: 40px;
    right: 40px;
    z-index: 100;
    -webkit-transform: translateY(calc(100% + 54px));
    -ms-transform: translateY(calc(100% + 54px));
    transform: translateY(calc(100% + 54px));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.catalog__title {
    font-family: "Forum", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 20px;
}
.catalog__text {
    line-height: 28px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 48px;
}
.catalog__link {
    font-family: "Forum", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    max-width: 282px;
    width: 100%;
    padding: 15px 0;
    border-radius: 2px;
    border: 1px solid var(--white, #fff);
    background: rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.catalog-page {
    overflow: hidden;
}
.catalog-page__container {
    max-width: 1442px;
    width: 100%;
    margin: 0 auto;
    padding: 0 139px 100px;
    background-color: #f7f9f8;
}
.catalog-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-page__sidebar {
    max-width: 260px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 40px;
}
.catalog-page__content-inner {
    width: 100%;
}
.catalog-page__content {
    max-width: 760px;
    margin-left: 300px;
    position: relative;
}
.catalog-page__content h2 {
    font-family: "Forum", sans-serif;
    font-weight: 400;
    font-size: 74px;
    line-height: 88px;
    color: #000;
    margin-bottom: 48px;
    margin-top: 100px;
}
.catalog-page__content p {
    line-height: 28px;
    letter-spacing: 1px;
}
.catalog-page__content a {
    color: #c19557;
}
.catalog-page__content .catalog-page__image {
    margin: 32px 0;
    max-width: 268px;
    width: 100%;
    position: absolute;
    left: -30px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.catalog-page__image-content {
    margin-top: 20px;
    max-width: 260px;
    text-align: right;
    margin-left: auto;
    font-family: "Forum", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
}
.catalog-page__image.imagebig {
    max-width: 638px;
    margin: 0;
    top: -100px;
}
.catalog-page__player {
    max-width: 358px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    margin-bottom: 56px;
}
.catalog-page__nav {
    display: none;
}
.image {
    margin-top: 70px;
    margin-bottom: 70px;
}
.video {
    max-width: 1000px;
    height: 664px;
    margin-right: -20px;
    margin-left: -220px;
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
}
.video.video--active .video__cover,
.video.video--active .video__play {
    display: none;
}
.video__inner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video__cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.video__cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video__play {
    position: absolute;
    left: 33px;
    bottom: 28px;
    cursor: pointer;
    z-index: 200;
}
.main-section.main-section--solo .main-section__item {
    -ms-grid-column: 2;
    grid-column-start: 2;
}
.main-section__wrapper {
    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;
    min-height: calc(100vh - 152px);
}
.main-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin: auto 0;
}
.main-section__item {
    width: 14.9vw;
    aspect-ratio: 16/40.3;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 10px 10px;
    z-index: 1;
}
.main-section__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/content/main/border.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    opacity: 0.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}
.main-section__item.hover {
    opacity: 1;
}
.main-section__item.hover .main-section__holder,
.main-section__item.hover .main-section__content,
.main-section__item.hover::before {
    opacity: 1;
}
.main-section__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 1.5vw;
    opacity: 0.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.main-section__holder {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: brightness(220%) contrast(120%) saturate(250%);
    backdrop-filter: brightness(220%) contrast(120%) saturate(250%);
    border-radius: 134px 134px 0 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.main-section__num {
    margin-bottom: 2.4vw;
}
.main-section__num svg {
    width: auto;
    height: 9.52vw;
}
.main-section__title {
    font-family: "Forum", sans-serif;
    font-weight: 400;
    font-size: 2.4vw;
    line-height: 1.77vw;
    color: #fff;
    margin-bottom: 1.4vw;
}
.main-section__link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.83vw 0;
    border-radius: 0.1vw;
    border: 0.05vw solid #fff;
    -webkit-box-shadow: 0px 0.1vw 0.63vw 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 0.1vw 0.63vw 0px rgba(75, 91, 121, 0.12);
    font-family: "Forum", sans-serif;
    font-weight: 400;
    font-size: 1vw;
    line-height: 1.35vw;
    text-transform: uppercase;
    letter-spacing: 0.15vw;
    color: #fff;
}
.main-section__bottom {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
}
.main-section__nav {
    display: none;
}
.panorama-section__wrapper {
    height: 100%;
    min-height: calc(100vh - 152px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.panorama-section__sidebar {
    position: absolute;
    top: 40px;
    right: 30px;
    max-width: 282px;
}
.panorama-section__player {
    background: rgba(255, 255, 255, 0.92);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    margin-bottom: 30px;
}
.panorama-section__nav {
    padding: 24px 20px 24px 24px;
    background: rgba(255, 255, 255, 0.92);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.panorama-section__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.panorama-section__nav-item {
    padding-top: 16px;
}
.panorama-section__nav-item:first-child {
    padding-top: 0;
}
.panorama-section__nav-item:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(193, 149, 87, 0.64);
}
.panorama-section__nav-item.active {
    position: relative;
}
.panorama-section__nav-item.active::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -8px;
    width: 20px;
    height: 6px;
    background-image: url("../images/panorama-arrow-active.svg");
}
.panorama-section__nav-item.active .panorama-section__nav-link {
    font-weight: 700;
    color: #c19557;
}
.panorama-section__nav-link {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 19px;
    color: #373737;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 28px;
}
.panorama-section__bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.panorama-section__select {
    z-index: 400;
    margin-right: 16px;
}
.panorama-section__controll {
    margin-right: 16px;
}
.panorama-section__copy {
    text-align: center;
    padding-top: 68px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
}
.panorama-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/panorama.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.panorama-select {
    position: relative;
}
.panorama-select__toggle {
    border-radius: 2px;
    border: 1px solid #fff;
    padding: 12px 34px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.panorama-select__toggle:hover {
    background-color: rgba(221, 172, 104, 0.8);
    border-color: rgba(221, 172, 104, 0.8);
}
.panorama-select__toggle.active {
    background-color: rgba(221, 172, 104, 0.8);
    border-color: rgba(221, 172, 104, 0.8);
}
.panorama-select__toggle-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
}
.panorama-select__toggle-title {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    letter-spacing: 0.64px;
}
.panorama-select__inner {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 4px;
    right: 4px;
    display: none;
}
.panorama-select__inner.visible {
    display: block;
}
.panorama-select__dropdown {
    padding: 12px 25px;
    border-radius: 2px;
    background: rgba(31, 38, 55, 0.8);
    -webkit-box-shadow: 0px 1.94444px 11.66667px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 1.94444px 11.66667px 0px rgba(75, 91, 121, 0.12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.panorama-select__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.panorama-select__prev,
.panorama-select__next {
    width: 16px;
    height: 24px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}
.panorama-select__pagination {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    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;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 7px;
    line-height: 5px;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 8px;
}
.panorama-select__subtitle {
    font-family: "Forum", sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.48px;
    color: #fff;
    text-transform: uppercase;
    margin-right: auto;
}
.panorama-select__slider {
    width: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.panorama-select__slider.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.panorama-select__title {
    display: none;
}
.panorama-select__dot {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}
.panorama-select__dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.panorama-select__dot.active {
    border-color: #ddac68;
}
.panorama-select__dot.active::before {
    background-color: #ddac68;
}
.panorama-select__image {
    position: absolute;
    top: 0;
    left: calc(100% + 16px);
    max-width: 210px;
    width: 100%;
    display: none;
}
.panorama-select__image.visible {
    display: block;
}
.panorama-select__image-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: none;
}
.panorama-select__image-close::before,
.panorama-select__image-close::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.panorama-select__image-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.panorama-select__image-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.panorama-select__image-holder {
    width: 100%;
    height: 240px;
    margin-bottom: 16px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0);
    overflow: hidden;
}
.panorama-select__image-holder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.panorama-select__image-title {
    font-family: "Forum", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    text-align: center;
}
.panorama-controll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid var(--white, #fff);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
}
.panorama-controll__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.panorama-controll__btn:hover {
    background-color: rgba(221, 172, 104, 0.8);
}
.panorama-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.panorama-buttons__btn {
    border-radius: 2px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    padding: 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.panorama-buttons__btn:not(:last-child) {
    margin-right: 4px;
}
.panorama-buttons__btn:hover {
    border-color: rgba(221, 172, 104, 0.8);
    background-color: rgba(221, 172, 104, 0.8);
}
.panorama-buttons__btn.info-btn {
    position: relative;
}
.panorama-buttons__btn.info-btn:hover .info-btn__tooltip {
    opacity: 1;
    visibility: visible;
}
.panorama-buttons__btn .info-btn__tooltip {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 8px);
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid var(--white, #fff);
    background: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 8px 10px 9px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.panorama-buttons__btn .info-btn__tooltip::before {
    content: "";
    position: absolute;
    top: -12px;
    bottom: -12px;
    left: -8px;
    width: 8px;
    background-color: rgba(0, 0, 0, 0);
}
.panorama-buttons__btn .info-btn__title {
    font-size: 12px;
    line-height: 9px;
    color: #fff;
    margin-right: 8px;
}
.panorama-buttons__btn .info-btn__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-video {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 1500;
    visibility: hidden;
}
.modal-video.modal-video--active {
    opacity: 1;
}
.modal-video.modal-video--active .modal-video__window {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.modal-video.modal-video--moved,
.modal-video.modal-video--active {
    pointer-events: auto;
    visibility: visible;
}
.modal-video__opened {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden;
}
.modal-video__shadow {
    position: fixed;
    border: none;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1200;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    background-color: rgba(31, 38, 55, 0.8);
}
.modal-video__shadow.modal-video__shadow--show {
    pointer-events: auto;
    opacity: 1;
}
.modal-video__wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
}
.modal-video__window {
    margin: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 1720px;
    width: 100%;
    overflow: visible;
    -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border-radius: 0;
    position: relative;
}
.modal-video__close {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 110;
}
.modal-video__inner .video {
    margin: 0;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 16/7.4;
}
.modal-video__inner .video__play {
    top: 50%;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.panorama-item {
    z-index: 200;
    position: absolute;
}
.panorama-item__toggle {
    position: relative;
}
.panorama-item__holder {
    cursor: pointer;
}
.panorama-item__holder:hover ~ .panorama-item__info {
    opacity: 1;
    visibility: visible;
}
.panorama-item__info {
    border-radius: 2px;
    border: 1px solid var(--white, #fff);
    background: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 6px 10px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 0;
    max-width: 160px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.panorama-info {
    position: absolute;
    top: 120px;
    left: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 300;
}
.panorama-info__content {
    max-width: 240px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 12px;
    margin-right: 8px;
}
.panorama-info__img {
    width: 100%;
    height: 149px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    margin-bottom: 12px;
}
.panorama-info__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}
.panorama-info__title {
    font-family: "Forum", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #373737;
    margin-bottom: 8px;
}
.panorama-info__text {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    margin-bottom: 16px;
}
.panorama-info__link {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #c19557;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    padding: 14px 24px;
    font-family: "Forum", sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #c19557;
}
.panorama-info__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.panorama-info__button {
    width: 48px;
    height: 48px;
    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;
    border-radius: 2px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.panorama-info__button:hover {
    border-color: rgba(221, 172, 104, 0.8);
    background-color: rgba(221, 172, 104, 0.8);
}
.panorama-info__button:not(:last-child) {
    margin-bottom: 4px;
}
.panorama-info__button.active {
    border-color: rgba(221, 172, 104, 0.8);
    background-color: rgba(221, 172, 104, 0.8);
}
@media screen and (max-width: 1240px) {
    .header.header--fixed {
        position: relative;
    }
    .header.header--fixed .header__inner {
        padding: 10px 10px 13px;
    }
    .header.header--fixed .header__logo-title {
        line-height: 42px;
    }
    .header.header--fixed .header__logo-subtitle {
        display: block;
    }
    .header__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 10px 13px;
    }
    .header__logo {
        margin: 0;
        text-align: left;
    }
    .header__logo-title {
        font-size: 32px;
        line-height: 42px;
    }
    .header__logo-subtitle {
        font-size: 8.5px;
        line-height: 10px;
        margin-top: 0;
    }
    .header__link-box {
        display: none;
    }
    .header__burger {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .header__burger.active {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header__nav {
        display: none;
    }
    .wrapper .header.header--fixed .header__inner,
    .panorama .header.header--fixed .header__inner {
        padding: 10px 10px 13px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .wrapper .header.header--fixed .header__logo,
    .panorama .header.header--fixed .header__logo {
        margin-top: 0;
    }
    .wrapper .header.header--fixed .header__logo-title,
    .panorama .header.header--fixed .header__logo-title {
        line-height: 42px;
    }
    .catalog__items {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        gap: 24px;
    }
    .catalog__content {
        right: 16px;
        left: 16px;
    }
    .catalog__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 12px;
    }
    .catalog__text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }
    .catalog__link {
        font-size: 20px;
        line-height: 24px;
    }
    .video {
        max-width: 100%;
        aspect-ratio: 16/9;
        height: auto;
        margin: 32px 0;
    }
    .image {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .main-section__wrapper {
        min-height: calc(100vh - 75px);
    }
    .main-section__inner {
        width: 98%;
        padding: 0 12px;
        gap: 12px;
    }
    .main-section__item {
        width: 100%;
        -ms-flex-negative: unset;
        flex-shrink: unset;
        padding: 0;
    }
    .main-section__holder {
        position: absolute;
        top: 0;
        left: 9px;
        right: 7px;
        bottom: 6px;
        width: auto;
        height: auto;
    }
    .panorama-section__wrapper {
        min-height: calc(100vh - 75px);
    }
    .panorama-section__sidebar {
        display: none;
    }
    .panorama-section__copy {
        padding: 32px 0;
    }
    .panorama-buttons__btn .info-btn__tooltip {
        top: auto;
        bottom: calc(100% + 12px);
        left: auto;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .panorama-buttons__btn .info-btn__tooltip::before {
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        height: 12px;
    }
}
@media screen and (max-width: 1024px) {
    .modal-video__close {
        width: 32px;
        height: 32px;
    }
    .modal-video__close img {
        width: 100%;
        height: 100%;
    }
    .modal-video__inner .video {
        aspect-ratio: 16/9;
    }
    .modal-video__inner .video__play {
        width: 64px;
        height: 64px;
    }
    .catalog-page__container {
        padding: 0 10px;
        background-color: rgba(0, 0, 0, 0);
    }
    .catalog-page__sidebar {
        display: none;
    }
    .catalog-page__inner {
        background-color: #f7f9f8;
        padding: 0 16px 26px;
        margin-top: -50px;
        z-index: 10;
        position: relative;
    }
    .catalog-page__content {
        max-width: 100%;
        margin-left: 0;
    }
    .catalog-page__content h2 {
        font-size: 42px;
        line-height: 50px;
        margin: 16px 0 12px;
    }
    .catalog-page__content p {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.8px;
    }
    .catalog-page__content .catalog-page__image {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .catalog-page__content .catalog-page__image.imagebig {
        max-width: 268px;
        margin: 32px 0;
    }
    .catalog-page__player {
        margin-bottom: 24px;
    }
    .panorama-section__controll {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .scroll-top {
        left: 26px;
        right: auto;
        bottom: 48px;
        width: 52px;
        height: 52px;
        background-size: 6px 26px;
    }
    .catalog__items {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .catalog__item::before {
        opacity: 1;
    }
    .catalog__item:last-child {
        margin-bottom: 0;
    }
    .catalog__content {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .catalog__title {
        font-size: 32px;
        line-height: 40px;
    }
    .catalog-page__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 26px;
    }
    .catalog-page .video__play {
        top: 50%;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 48px;
        height: 48px;
    }
    .footer {
        display: none;
    }
    .main-section__wrapper {
        padding: 0 4px;
    }
    .main-section__inner {
        width: 100%;
        padding: 0;
        gap: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 28px 0;
    }
    .main-section__item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        aspect-ratio: 16/20.3;
        -webkit-transition: unset;
        transition: unset;
    }
    .main-section__item::before {
        background-image: url("../images/content/main/border-mobile.svg");
        opacity: 1;
    }
    .main-section__item.hover .main-section__holder,
    .main-section__item.hover .main-section__content {
        opacity: 0;
    }
    .main-section__item.swiper-slide-active .main-section__content {
        opacity: 1;
    }
    .main-section__content {
        padding: 0 30px;
        opacity: 0;
    }
    .main-section__holder {
        display: none;
    }
    .main-section__num {
        margin-bottom: 7.5vw;
    }
    .main-section__num svg {
        height: 44vw;
    }
    .main-section__title {
        font-size: 13.125vw;
        line-height: 8.75vw;
        margin-bottom: 0;
    }
    .main-section__link {
        display: none;
    }
    .main-section__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        padding: 0 4px;
        margin-bottom: 44px;
    }
    .main-section__box {
        width: 100%;
        padding: 9px 14px;
        margin: 0 12px;
        border-radius: 2px;
        border: 1px solid var(--white, #fff);
        -webkit-box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
        box-shadow: 0px 2px 12px 0px rgba(75, 91, 121, 0.12);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main-section__arrow {
        position: static;
        width: 52px;
        height: 52px;
        background-color: #fff;
        border-radius: 50%;
        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;
        margin: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        opacity: 1;
    }
    .main-section__arrow::after {
        display: none;
    }
    .main-section__arrow.swiper-button-disabled {
        opacity: 1;
    }
    .main-section__pagination {
        position: static;
        width: 32px;
        height: 32px;
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff;
        font-size: 8px;
        line-height: 10px;
        margin-right: 10px;
    }
    .main-section__sublink {
        font-family: "Forum", serif;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0.56px;
        text-transform: uppercase;
    }
    .main-section__bottom {
        padding: 20px 24px;
        font-size: 14px;
        line-height: 17px;
    }
    .panorama-section__bottom {
        position: relative;
    }
    .panorama-section__select {
        margin-right: 8px;
    }
    .panorama-section__copy {
        padding: 20px 24px;
        font-size: 14px;
        line-height: 17px;
    }
    .panorama-select {
        position: static;
    }
    .panorama-select__toggle {
        padding: 8px;
    }
    .panorama-select__toggle-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 8px;
    }
    .panorama-select__toggle-img svg {
        width: 16px;
        height: 16px;
    }
    .panorama-select__toggle-title {
        font-size: 14px;
        line-height: 16px;
    }
    .panorama-select__inner {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 288px;
        width: 100%;
    }
    .panorama-select__image {
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        background-color: rgba(31, 38, 55, 0.8);
        display: none;
    }
    .panorama-select__image-close {
        display: block;
    }
    .panorama-select__image-holder {
        height: 268px;
    }
    .panorama-buttons__btn {
        padding: 8px;
    }
    .panorama-buttons__btn svg {
        width: 16px;
        height: 16px;
    }
    .panorama-info {
        left: 16px;
        top: 100px;
    }
    .panorama-info__content {
        max-width: 220px;
    }
    .panorama-info__img {
        height: 120px;
    }
    .panorama-info__title {
        font-size: 20px;
        line-height: 28px;
    }
    .panorama-info__button {
        width: 34px;
        height: 34px;
    }
    .panorama-info__button svg {
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 480px) {
    .scroll-top {
        display: none;
    }
    .catalog__item {
        aspect-ratio: 16/20;
        margin-bottom: 16px;
    }
    .catalog__content {
        bottom: 24px;
    }
    .catalog__text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        line-clamp: 5;
        box-orient: vertical;
    }
    .catalog__link {
        font-size: 18px;
        line-height: 20px;
        max-width: 100%;
    }
    .header-menu {
        top: calc(100% + 8px);
        right: 16px;
        left: 16px;
        height: calc(100vh - 116px);
    }
    .header-menu__inner {
        max-width: 100%;
    }
    .header-menu__block {
        margin-bottom: 24px;
    }
    .header-menu__nav-link {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 0;
    }
    .catalog-page {
        padding-bottom: 148px;
    }
    .catalog-page__player {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        margin-bottom: 0;
        background: rgba(255, 255, 255, 0.92);
        max-width: 100%;
    }
    .catalog-page .video {
        aspect-ratio: unset;
        height: 510px;
    }
    .catalog-page .video__play {
        width: 82px;
        height: 82px;
    }
    .player {
        padding: 12px 10px;
    }
    .player__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .player__title {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        width: 170px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .player__num {
        display: block;
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
    }
    .player__subheader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        line-height: 14px;
    }
    .player__inner {
        padding: 0 30px;
    }
    .image {
        width: 100%;
        height: 410px;
    }
    .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
