/*стили сброса и общие стили*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family: "Montserrat", sans-serif;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: 100% inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
button {
    background: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 16px;
}
p,
a,
span.div,
li {
    font-family: "Montserrat", sans-serif;
}
body {
    background-image: url(../imgs/body-bg.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
    width: 100%;
    max-width: 100%;
}

html,
body {
    overflow: hidden;
    max-width: 100%;
}
html.preload,
body.preload {
    overflow: auto;
    overflow-x: hidden;
    max-width: 100%;
}
/*.between-block-wrap {
width: 100%;
max-width: 100vw;
overflow-x: hidden;
}
.between-block-wrap::-webkit-scrollbar-track {
   background: blue;
    border-radius: 10px;
}
.between-block-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: red;
}*/
* {
    /*border: 1px solid red!important;*/
}

img {
    width: 100%;
}
.main-title {
    position: absolute;
    left: 150px;
    top: 75px;
    font-family: "Oranienbaum", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 200px;
    text-transform: uppercase;
    color: #ffffff;
}
.main-title span {
    display: block;
    font-family: "Oranienbaum", sans-serif;
    font-size: 240px;
    line-height: 108px;
}
.video-block {
    position: relative;
    z-index: 10;
    height: 100vh;
    /* outline: 2px solid rgba(255,255,255,0.1); 
	outline-offset: -50px; */
}
.video-item {
    height: 100%;
}
.video-item img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.video-item img.desctop-img {
    display: block;
}
.video-item img.mobile-img {
    display: none;
}
video.video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.volume {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.between-block {
    position: relative;
    z-index: 10;
    height: 450px;
}
.blue-star-block {
    position: absolute;
    top: -173px;
    left: 13vw;
    width: 700px;
    height: 480px;
    z-index: 11;
    padding-top: 80px;
    background-image: url(../imgs/blue.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
}
.blue-star-title {
    font-family: "Oranienbaum", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 90px;
    max-width: 400px;
    margin-left: -100px;
    text-transform: uppercase;
    color: #ffffff;
}
.yellow-star-block {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -49px;
    right: 8.9vw;
    width: 870px;
    height: 350px;
}
.yellow-star-block .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/main-yellow.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.yellow-star-block:before {
    position: absolute;
    content: "";
    width: 800px;
    height: 490px;
    top: -70px;
    right: -70px;
    z-index: -1;
    background-image: url(../imgs/block-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.yellow-star-title {
    position: relative;
    font-family: "Oranienbaum", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    max-width: 560px;
}
.between-block.between-2 {
    z-index: 11;
    height: 508px;
}
.between-2 .blue-star-block {
    text-align: right;
    left: 50.5vw;
    top: auto;
    bottom: -138px;
    z-index: 200;
    padding-top: 101px;
}
.between-block.between-2 .blue-star-title {
    margin-left: auto;
    margin-right: -100px;
    max-width: 565px;
}
.between-block.between-2 .yellow-star-block {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -52px;
    bottom: auto;
    right: auto;
    left: 8.8vw;
}
.video-block.video-2 {
    z-index: 20;
}
.between-block.between-2 .yellow-star-block .yellow-star-title {
    max-width: 457px;
}
.middle-star-block {
    position: relative;
    top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 100px;
    height: 400px;
    background-image: url(../imgs/main-yellow.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.middle-star-title {
    font-family: "Oranienbaum", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    color: #ffffff;
}
.between-block.between-4 {
    height: 537px;
}
.between-block.between-4 .blue-star-block {
    top: 0px;
    padding-top: 55px;
    height: 380px;
}
.between-block.between-4 .yellow-star-block {
    bottom: -60px;
}
.between-block.between-4 .yellow-star-title {
    max-width: 400px;
}
.between-block.between-5 {
    height: 528px;
    z-index: 12;
}
.between-block.between-5 .blue-star-block {
    top: auto;
    left: auto;
    right: 13vw;
    bottom: -76px;
    padding-top: 199px;
}
.between-block.between-5 .yellow-star-block {
    top: -52px;
    bottom: auto;
    right: auto;
    left: 8.8vw;
}
.between-block.between-5 .blue-star-title {
    margin-left: auto;
    margin-right: -99px;
    text-align: right;
}
.between-block.between-5 .yellow-star-block:before {
    position: absolute;
    content: "";
    width: 800px;
    height: 490px;
    top: -70px;
    right: auto;
    left: -69px;
}
.video-block.video-5 {
    z-index: 14;
}
.performance-block {
    position: relative;
    z-index: 25;
    display: flex;
    justify-content: space-between;
    padding: 75px 100px 0;
    background: #ffffff;
}
.left-performance-block {
    width: 100%;
    /*max-width: 700px;*/
    margin-right: 40px;
}
.left-performance-top {
    display: flex;
    justify-content: space-between;
}
.left-performance-top-title {
    font-family: "Cormorant Unicase", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 30px;
    color: #000000;
    padding-top: 23px;
}
.wrap-performance-top-icon {
    position: relative;
    margin-bottom: 20px;
}
.wrap-performance-top-icon p {
    display: none;
}

.left-performance-top-icon {
    width: 100px;
    height: 63px;
}
.left-performance-item-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    width: 50%;
    margin-bottom: 10px;
}
.left-performance-item-title span {
    font-weight: bold;
    display: block;
}
.left-performance-middle {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 25px 0 15px;
}
.left-performance-item {
    display: flex;
    flex-wrap: wrap;
    width: 537px;
}
.right-performance-block {
    width: 770px;
    min-width: 770px;
    margin-top: 24px;
}
.right-performance-block-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #004680;
    padding: 55px 50px;
}
.performance-block-sideleft-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    color: #ffffff;
    /*letter-spacing: 1.3px;*/
    margin-bottom: 70px;
}
.wrap-right-performance-block-day {
    display: flex;
    margin-left: -20px;
    flex-wrap: wrap;
    width: calc(100% + 20px);
}
.performance-block-day-item {
    margin-left: 20px;
    margin-bottom: 10px;
}
.performance-block-day-item p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 8px;
}
.performance-block-day-item a {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    transition: all 0.2s;
}
.performance-block-day-item a:hover {
    background: hsla(0, 0%, 100%, 0.3);
    transition: all 0.2s;
}
.performance-block-day-item a.active {
    background: #fff;
    color: #000;
    font-weight: 700;
}
.right-performance-block-sideright {
    width: 255px;
    margin-left: 20px;
}
.performance-buy {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-decoration: underline;
    text-transform: uppercase;
    color: #ffffff;
}
.performance-buy:hover {
    text-decoration: none;
    text-decoration-line: none;
}
.performance-price {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff !important;
    text-decoration: none !important;
    margin-bottom: 14px;
}
.performance-price span {
    font-weight: bold;
}
.performance-scheme-link,
.performance-actor-link {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    margin-right: auto;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dotted #ffffff;
    display: inline-block;
    transition: all 0.2s;
}
.performance-scheme-link:hover,
.performance-actor-link:hover {
    text-decoration: none;
    border-bottom: 1px dotted transparent;
    transition: all 0.2s;
}
.performance-buy-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff455f;
    border-radius: 2px;
    height: 50px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    margin-top: 17px;
    transition: all 0.2s;
}
.performance-buy-link svg {
    margin-left: 10px;
}
.performance-buy-link:hover {
    background: #ff7a8c;
    transition: all 0.2s;
}
.actor-tab-block {
    min-height: 800px;
    padding: 100px 100px 0;
    background: #ffffff;
}
.actor-tab-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ededed;
}
.actor-tab-top-title {
    font-family: "Cormorant Unicase", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 30px;
    color: #000000;
}
.tab_li {
    display: flex;
}
.tab_li li {
    height: 70px;
    width: 256px;
}
.tab_li li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #004680;
}
.tab_li li a.curent {
    font-weight: 600;
    color: #000000;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
.tab_li li a.curent:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #004680;
}
.tab_li li a.curent:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #ffffff;
}
.actors-select-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 0;
}
.actors-select-block p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1px;
    color: #000000;
}
.wrap-actors-select {
    position: relative;
}
.wrap-actors-select:before {
    content: "";
    background: url(../imgs/arrow.svg) no-repeat 50% / contain;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.actors-select-block select {
    font-family: "Montserrat", sans-serif;
    width: 280px;
    height: 50px;
    margin-left: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    background: #f7f7f7;
    color: #000000;
    padding: 0 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
.tab_box-content {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.tab_box-item {
    display: flex;
    width: 25%;
    height: auto;
    padding: 40px 20px 40px;
    -webkit-align-self: stretch;
    align-self: stretch;
    align-items: center;
    /* border-left: 1px solid #ededed;
	border-bottom: 1px solid rgba(0,0,0,.07); */
    position: relative;
    text-decoration: none;
    -webkit-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
}
.tab_box-item:hover {
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    -webkit-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
}
.tab_box-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}
.tab_box-item-name {
    font-family: "Cormorant Unicase", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    color: #000000;
}
.tab_box-item-role {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
}
.tab_box-item:nth-child(4n + 1) {
    border-left: none;
}
.tab_box-item:first-child,
.tab_box-item:nth-child(2),
.tab_box-item:nth-child(3),
.tab_box-item:nth-child(4) {
    /* border-top: 1px solid rgba(0,0,0,.07); */
}

.volume .volume-icon.icon-off,
.volume .volume-icon.icon-on {
    display: none;
    cursor: pointer;
}
.volume .volume-icon.icon-off {
    width: 54px;
    height: 50px;
}
.volume .volume-icon.icon-on {
    width: 52px;
    height: 48px;
}
.volume.off .volume-icon.icon-off {
    display: block;
}
.volume.on .volume-icon.icon-on {
    display: block;
}
/*.volume:hover {
	background:rgba(0, 0, 0, .6);
}*/
.wrap-performance-top-icon p {
    display: none;
}
.star-link-buy,
.star-link-buy-mobile {
    position: fixed;
    display: flex;
    width: 390px;
    height: 70px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    z-index: 100;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
    padding-left: 40px;
    /*letter-spacing: 0.2em;*/
    color: #ffffff;
    transition: all 0.2s;
}
.star-link-buy:before,
.star-link-buy-mobile:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    clip-path: polygon(19% 0, 100% 0%, 100% 100%, 0% 100%);
    background: #ff455f;
    z-index: -1;
    transition: all 0.2s;
}
.star-link-buy-mobile {
    display: none;
}
.star-link-buy:hover:before,
.star-link-buy-mobile:hover:before {
    transition: all 0.2s;
    background: #ff7a8c;
}
.star-link-buy img,
.star-link-buy-mobile img {
    width: 30px;
    height: auto;
    margin-right: 20px;
}
.star-link-buy-mobile img {
    position: relative;
    top: 0px;
}
.star-link-buy svg,
.star-link-buy-mobile svg {
    margin-left: 20px;
}
#teatrmap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}
#teatrmap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    height: auto;
}
.close-link {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.close-link:after {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ffffff;
    transform: rotate(45deg);
}
.close-link:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ffffff;
    transform: rotate(135deg);
}
.performance-description {
    padding: 25px 0;
}
.performance-description p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
}
.performance-description a {
    font-size: 14px;
    display: inline-block;
    color: #004680;
    text-decoration: none;
    margin-bottom: 15px;
    border-bottom: 1px solid transparent;
    margin-top: 15px;
    transition: all 0.3s;
}
.performance-description a:hover {
    border-bottom: 1px solid #004680;
    transition: all 0.3s;
}
.performance-description p + p {
    margin-top: 15px;
}
.hidden-slider-block {
    /*display: none;*/
    width: 100%;
    position: relative;
    z-index: 10;
    height: 100vh;
}
.hidden-slider {
    position: relative;
    width: 100%;
    height: 100%;
}
.hidden-slider .swiper-arrow {
    position: absolute;
    top: auto;
    bottom: 50px;
    height: 70px;
    width: 70px;
    background: #ffffff;
    border: none;
    z-index: 1;
    cursor: pointer;
}
.hidden-slider .swiper-pagination {
    display: none;
}
.hidden-slider .swiper-button-prev {
    left: calc(50% - 71px);
    background-image: url(../imgs/arr_l.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.hidden-slider .swiper-button-next {
    left: calc(50% + 1px);
    background-image: url(../imgs/arr_r.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.hidden-slider .swiper-button-next:after,
.hidden-slider .swiper-button-prev:after {
    display: none;
}
.hidden-slider-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.hidden-slider-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.hid_info {
    position: absolute;
    top: 150px;
    left: 150px;
    width: 100%;
    max-width: 500px;
}
.hid_info a {
    display: inline-block;
    font-family: "Oranienbaum", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    text-decoration: none;
}
.hid_info p {
    display: block;
    font-family: "Oranienbaum", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 35px;
}
.more-button {
    display: none;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
    text-align: left;
    color: #ffffff;
}
.more-button-text {
    display: none;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
    text-align: left;
    color: #000000;
}
.hid_info ul {
    list-style-type: none;
    padding-left: 20px;
}
.hid_info ul li {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}
.hid_info ul li + li {
    margin-top: 15px;
}
.hid_info ul + ul {
    margin-top: 15px;
}
.hid_info ul li:after {
    position: absolute;
    content: "";
    left: -14px;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ffffff;
}
.new-right-block {
    /*display: none;*/
    padding: 33px 50px;
    background: #f7f7f7;
}
.new-right-block-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}
.wrap-new-right-block {
    display: flex;
    justify-content: space-between;
}
.new-right-block-l,
.new-right-block-r {
    position: relative;
    width: calc(50% - 15px);
    padding: 15px 20px;
    background: #004680;
    border-radius: 5px;
    height: 120px;
}
.new-right-block-l p,
.new-right-block-r p {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}
.new-right-block-l p span.up,
.new-right-block-r p span.up {
    display: block;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
}
.new-right-block-l p span span,
.new-right-block-r p span span {
    color: #ff455f;
}
.new-right-block-l .percent,
.new-right-block-r .percent {
    right: 0;
    bottom: 0;
    position: absolute;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 0.7;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.1;
}
.new-right-block-l .percent span,
.new-right-block-r .percent span {
    font-weight: normal;
    font-size: 30px;
}
.wrap-new-right-block-second {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.new-right-block-second-l {
}
.new-right-block-second-l p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}
.new-right-block-second-l a {
    display: flex;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    line-height: 16px;
    color: #004680;
}
.new-right-block-second-l a + a {
    margin-top: 0px;
}
.new-right-block-second-l,
.new-right-block-second-r {
    position: relative;
    width: calc(50% - 15px);
}
.new-right-block-second-r {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 43px;
}
.new-right-block-second-r p {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.new-right-block-second-r p a {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #004680;
}
.nav-abs {
    /*display: none;*/
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 101;

    border-radius: 5px;
    /*padding: 31px 12px;*/
    transition: all 0.3s;
}

.nav-abs ul {
    padding: 16px 0;
}
.nav-abs ul li {
    text-align: right;
}
.nav-abs ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 40px;
    text-align: right;
    text-decoration: none;
    color: transparent;
    padding: 0 12px;
    transition: all 0.3s;
}
.nav-abs:hover ul li a {
    color: #ffffff;
    transition: all 0.3s;
}
.nav-abs ul li a span {
    display: block;
    width: 17px;
    height: 17px;
    background: #0d0511;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: 50px;
    margin-left: 10px;
    transition: all 0.3s;
}
.nav-abs ul li.desctop-nav-inv {
    display: none;
}
.nav-abs ul li.strong a span {
    background: #ffffff;
    transition: all 0.3s;
}
.nav-abs ul li:hover {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 5px;
    transition: all 0.3s;
}

.nav-abs.black ul li a span {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}
.nav-abs.black ul li.strong a span {
    background: #000000;
    transition: all 0.3s;
}
.nav-abs.black ul li:hover {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    transition: all 0.3s;
}
.nav-abs:hover {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
    transition: all 0.3s;
}
.nav-abs.black:hover {
    background: rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}
.nav-abs.black:hover ul li a {
    color: #000000;
    transition: all 0.3s;
}

@media (max-width: 1800px) {
    .right-performance-block {
        min-width: 770px;
    }
    .between-1 .blue-star-block {
        left: 130px;
    }
    .between-1 .yellow-star-block {
        right: 100px;
    }
    .performance-block {
        padding-left: 75px;
        padding-right: 75px;
    }
    .left-performance-block {
        /*max-width: 500px;*/
    }
    .between-block.between-2 .blue-star-title {
        margin-left: auto;
        margin-right: -40px;
        font-size: 80px;
    }
    .middle-star-title {
        font-size: 80px;
    }
    .between-block.between-4 .blue-star-block {
        top: 0px;
        padding-top: 101px;
    }
    .between-5 .yellow-star-title {
        font-size: 45px;
    }
    .between-block.between-5 .blue-star-block {
        bottom: -60px;
        padding-top: 128px;
        height: 400px;
    }
}
/*@media (max-width: 1480px) {*/
@media (max-width: 1640px) {
    .new-right-block-second-r {
        padding: 20px 10px;
    }
    .right-performance-block {
        min-width: 530px;
    }
    .new-right-block-l,
    .new-right-block-r {
        width: calc(50% - 5px);
        padding: 20px;
    }
    .new-right-block-l p,
    .new-right-block-r p {
        font-size: 16px;
        line-height: 20px;
    }
    .new-right-block-l p span.up,
    .new-right-block-r p span.up {
        margin-top: 5px;
    }
    .new-right-block-l .percent,
    .new-right-block-r .percent {
        display: none;
    }
    .new-right-block-second-l p {
        line-height: 20px;
    }
    .new-right-block-second-l,
    .new-right-block-second-r {
        position: relative;
        width: calc(50% - 5px);
    }
    .new-right-block-second-r {
        padding: 28px 5px;
    }
    .new-right-block-second-r p a {
        font-size: 12px;
        line-height: 18px;
    }
    .new-right-block-second-r p {
        font-size: 12px;
        line-height: 18px;
    }
    .hidden-slider-block {
        height: 720px;
    }
    .hidden-slider-item img {
        width: 100%;
        height: 720px;
        object-fit: cover;
    }
    .hid_info {
        top: 120px;
        left: 120px;
        max-width: 380px;
    }
    .hid_info a {
        font-size: 40px;
        line-height: 40px;
    }
    .hid_info p {
        font-size: 40px;
        line-height: 40px;
    }
    .hid_info ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .video-item img {
        height: 100%;
    }
    video.video {
        height: 720px;
    }
    .video-block {
        height: 720px;
    }
    .main-title {
        left: 120px;
        top: 110px;
        font-size: 60px;
        line-height: 88px;
    }
    .blue-star-block {
        width: 530px;
        height: 370px;
    }
    .between-1 .blue-star-block {
        left: 181px;
        top: -124px;
        padding-top: 68px;
    }
    .blue-star-title {
        font-size: 60px;
        line-height: 60px;
        max-width: 400px;
        margin-left: -61px;
    }
    .yellow-star-block {
        right: 120px;
        width: 650px;
        height: 250px;
        bottom: -55px;
    }
    .yellow-star-title {
        font-size: 34px;
        line-height: 34px;
        max-width: 465px;
    }
    .between-block {
        height: 340px;
    }
    .between-1 .yellow-star-block {
        right: 120px;
        width: 650px;
        height: 250px;
        bottom: -55px;
    }
    .between-block.between-2 {
        z-index: 11;
        height: 340px;
    }
    .between-block.between-2 .yellow-star-block {
        top: -54px;
        left: 8.3vw;
    }
    .between-block.between-2 .yellow-star-block .yellow-star-title {
        max-width: 285px;
    }
    .between-2 .blue-star-block {
        text-align: right;
        left: 50.6vw;
        top: auto;
        bottom: -108px;
        z-index: 200;
        padding-top: 101px;
    }
    .between-block.between-2 .blue-star-title {
        margin-left: auto;
        margin-right: -65px;
        font-size: 60px;
        max-width: 380px;
    }
    .yellow-star-block:before {
        height: 390px;
    }
    .between-block.between-3 {
        height: 290px;
    }
    .middle-star-block {
        top: 68px;
        margin: 0px 50px;
        height: 270px;
        padding-bottom: 40px;
    }
    .middle-star-title {
        font-size: 60px;
    }
    .between-block.between-4 .blue-star-block {
        top: 0px;
        left: 12.6vw;
    }
    .between-block.between-4 {
        height: 340px;
    }
    .between-block.between-4 .yellow-star-block {
        bottom: -47px;
    }
    .between-block.between-4 .yellow-star-title {
        max-width: 270px;
    }
    .between-block.between-5 .yellow-star-block {
        top: -20px;
        bottom: auto;
        right: auto;
        left: 11.8vw;
    }
    .between-block.between-5 .yellow-star-block:before {
        height: 390px;
    }
    .between-5 .yellow-star-title {
        font-size: 35px;
    }
    .between-block.between-5 {
        height: 370px;
    }
    .between-block.between-5 .blue-star-block {
        bottom: -97px;
        padding-top: 170px;
        height: 400px;
        right: 9vw;
    }
    .between-block.between-5 .blue-star-title {
        margin-right: -69px;
    }
    .performance-block {
        padding-left: 50px;
        padding-right: 50px;
    }
    .actor-tab-block {
        min-height: none;
        padding: 100px 50px 0;
        background: #ffffff;
    }
    .tab_box-item {
        width: 33.333333%;
        padding: 39px 20px 40px 30px;
    }
    .tab_box-item:nth-child(4) {
        border-top: none;
    }

    .tab_box-item:nth-child(4n + 1) {
        border-left: 1px solid #ededed;
    }
    .tab_box-item:nth-child(3n + 1) {
        border-left: none;
    }
    .main-title span {
        font-size: 150px;
    }
}
@media (max-width: 1350px) {
    .wrap-right-performance-block-day {
        flex-wrap: wrap;
    }
    .performance-block-sideleft-title {
        margin-bottom: 20px;
    }
    .right-performance-block-sideleft {
        max-width: 345px;
    }
    .between-2 .blue-star-block {
        text-align: right;
        left: 39.6vw;
        top: auto;
        bottom: -164px;
        z-index: 200;
        padding-top: 101px;
    }
    .between-block.between-4 .blue-star-block {
        top: -159px;
        left: 12.6vw;
    }
    .between-block.between-5 .blue-star-block {
        bottom: -59px;
        padding-top: 110px;
        height: 315px;
        right: 9vw;
    }
    .tab_li li {
        width: 130px;
    }
}

@media only screen and (min-width: 769px) {
    .between-block.between-5 .blue-star-title {
        max-width: 525px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
    .performance-block .left-performance-block {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 769px) {
    .wrap-performance-top-icon:hover p {
        font-family: "Montserrat", sans-serif;
        display: block;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        width: 240px;
        height: 110px;
        position: absolute;
        bottom: 83px;
        left: 50%;
        margin-left: -120px;
        font-size: 12px;
        line-height: 16px;
        color: #000;
        font-weight: 900;
        text-align: center;
        padding: 41px 0 0;
        background: #ffffff;
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
        pointer-events: none;
    }
    .wrap-performance-top-icon p:after {
        position: absolute;
        content: "";
        bottom: -10px;
        left: calc(50% - 10px);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #ffffff;
    }
}

.video-block .desktop-video {
    display: block;
}
.video-block .mobile-video {
    display: none;
}
.gamb-block {
    display: none;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 35;
}
.gamb-block .gamb-cont {
    width: 22px;
    height: 22px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gamb-block .gamb-cont svg {
    position: absolute;
    left: 0;
    top: 0;
}
.gamb-block svg.closed-in path {
    fill: #ffffff;
    stroke: #ffffff;
    transition: all 0.3s;
}
.gamb-block.black svg.closed-in path {
    fill: #000000;
    stroke: #000000;
    transition: all 0.3s;
}
.gamb-block .closed-in {
    opacity: 1;
    transition: all 0.3s;
}
.gamb-block .open-in {
    opacity: 0;
    transition: all 0.3s;
}
.gamb-block.open {
    z-index: 115;
}
.gamb-block.open .closed-in {
    opacity: 0;
    transition: all 0.3s;
}
.gamb-block.open .open-in {
    opacity: 1;
    transition: all 0.3s;
}
@media (max-width: 768px) {
    .gamb-block {
        display: block;
    }
    .nav-abs {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        height: 100%;
        z-index: 99;
        border-radius: 0;
        background-image: url(../imgs/bg_pos_menu.jpg);
        background-position: center;
        background-repeat: no-repeat;
        transition: none;
    }
    .nav-abs ul {
        padding: 75px 50px;
    }
    .nav-abs ul li {
        text-align: left;
    }
    .nav-abs ul li a {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        line-height: 70px;
        color: #ffffff;
        justify-content: flex-start;
    }
    .nav-abs ul li.desctop-nav-inv {
        display: flex;
    }
    .nav-abs ul li.anchor-mob {
        display: none;
    }
    .nav-abs:hover {
        background: none;
        background-image: url(../imgs/bg_pos_menu.jpg);
        background-position: center;
        background-repeat: no-repeat;
        backdrop-filter: none;
        transition: all 0.3s;
    }
    .nav-abs ul li a span {
        display: none;
    }
    .right-performance-block {
        min-width: auto;
    }
    .hidden-slider .swiper-pagination {
        display: block;
    }
    .hidden-slider .swiper-arrow {
        display: none;
    }
    .hidden-slider-block {
        height: 570px;
    }
    .hidden-slider-item:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        -webkit-box-shadow: 0px -159px 33px 0px rgba(0, 0, 0, 0.5) inset;
        -moz-box-shadow: 0px -159px 33px 0px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0px -159px 33px 0px rgba(0, 0, 0, 0.5) inset;
    }
    .hidden-slider-item img {
        height: 570px;
    }
    .hid_info {
        top: auto;
        bottom: 47px;
        left: calc(50% - 158px);
        max-width: 315px;
        z-index: 3;
    }
    .more-button {
        display: block;
    }
    .more-button-text {
        display: block;
    }
    .invisible-more {
        display: none;
    }
    .wrap-mobile-invis {
        display: none;
    }
    .hid_info a {
        font-size: 24px;
        line-height: 30px;
    }
    .hid_info p {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .hid_info ul li {
        font-size: 12px;
        line-height: 14px;
    }
    .hid_info ul li + li {
        margin-top: 8px;
    }
    .hid_info ul + ul {
        margin-top: 8px;
    }
    .hidden-slider .slick-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .hidden-slider .swiper-pagination span {
        cursor: pointer;
        display: inline-block;
        background: rgba(255, 255, 255, 0.01);
        opacity: 0.4;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 1);
    }

    .hidden-slider .swiper-pagination span.swiper-pagination-bullet-active {
        position: relative;
        background: rgba(255, 255, 255, 1);
        opacity: 1;
        width: 10px;
        height: 10px;
    }
    .hidden-slider .swiper-pagination {
        display: flex;
        height: 10px;
        align-items: center;
        justify-content: center;
    }
    .hidden-slider .slick-dots li.slick-active {
        top: 0;
    }
    .hidden-slider .swiper-pagination span {
        width: 6px;
        height: 6px;
        transition: all 0.2s;
    }
    .hidden-slider .swiper-pagination span:first-child,
    .hidden-slider .swiper-pagination span:last-child {
        width: 3px;
        height: 3px;
        transition: all 0.2s;
    }
    .hidden-slider .swiper-pagination span.swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        transition: all 0.2s;
    }
    .video-block .desktop-video {
        display: none;
    }
    .video-block .mobile-video {
        display: block;
    }
    .video-item img.desctop-img {
        display: none;
    }
    .video-item img.mobile-img {
        display: block;
    }
    .volume .volume-icon.icon-off {
        width: 34px;
        height: 30px;
    }

    .volume .volume-icon.icon-on {
        width: 34px;
        height: 30px;
    }

    .star-link-buy {
        display: none;
    }
    .star-link-buy-mobile {
        display: flex;
        position: fixed;
        width: 100%;
        height: 50px;
        bottom: 0;
        left: 0;
        right: auto;
        z-index: 20;
        opacity: 1;
        visibility: visible;
        background: #ff455f;
        padding-left: 0;
        text-align: center;
        transition: none;
    }
    .star-link-buy-mobile.hid {
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.3s;
    }
    video.video {
        height: 570px;
    }
    .video-block {
        height: 570px;
    }
    .video-item img {
        height: 100%;
        object-fit: cover;
    }
    .main-title {
        left: calc(50% - 137.5px);
        /*transform: translateX(-50%);*/
        top: 395px;
        font-size: 34px;
        line-height: 31px;
        text-align: center;
    }
    .main-title span {
        font-size: 90px;
        line-height: 90px;
    }
    .between-1 .blue-star-block {
        left: 50%;
        transform: translateX(-50%);
        width: 275px;
        height: 200px;
        top: -48px;
        padding-top: 25px;
        background-size: cover;
    }
    .blue-star-title {
        font-size: 34px;
        line-height: 34px;
        max-width: 160px;
        margin-left: -30px;
    }
    .between-block.between-4 .blue-star-title {
        margin-left: -18px;
    }
    .yellow-star-block {
        right: auto;
        left: calc(50% - 137.5px);
        width: 275px;
        height: 150px;
        bottom: -55px;
        padding: 0 30px;
    }
    .between-1 .yellow-star-block {
        right: auto;
        width: 275px;
        height: 150px;
        bottom: 78px;
        background-size: cover;
    }
    .yellow-star-block:before {
        width: 275px;
        height: 250px;
        background-size: cover;
    }
    .yellow-star-title {
        font-size: 24px;
        line-height: 24px;
    }
    .between-block {
        height: 380px;
    }
    .between-block.between-2 {
        z-index: 11;
        height: 380px;
    }
    .between-block.between-2 .yellow-star-block {
        top: 79px;
        left: calc(50% - 137.5px);
    }
    .between-block.between-2 .yellow-star-block .yellow-star-title {
        max-width: 170px;
    }
    .yellow-star-block {
        background-size: cover;
    }
    .yellow-star-block:before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 51.63%, rgba(255, 255, 255, 0) 100%);
        filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.1));
        backdrop-filter: blur(30px);
        top: -50px;
        right: -35px;
    }
    .between-2 .yellow-star-block:before {
        right: auto;
        left: -50px;
    }
    .between-block.between-4 .blue-star-block {
        height: 200px;
    }
    .blue-star-block {
        width: 275px;
        height: 200px;
    }
    .blue-star-title {
        font-size: 34px;
        line-height: 34px;
    }
    .between-block.between-2 .blue-star-title {
        font-size: 34px;
        line-height: 34px;
        max-width: 220px;
        margin-right: -30px;
    }
    .between-2 .blue-star-block {
        left: calc(50% - 137.5px);
        /*transform: translateX(-50%);*/
        bottom: -48px;
        padding-top: 71px;
    }
    .middle-star-title {
        font-size: 34px;
        line-height: 34px;
    }
    .between-block.between-3 {
        height: 220px;
    }
    .middle-star-block {
        top: 50px;
        margin: 0px 50px;
        height: 220px;
        padding: 0 27px;
        text-align: center;
        background-size: cover;
        padding-bottom: 40px;
    }
    .between-block.between-4 .blue-star-block {
        top: -29px;
        left: calc(50% - 137.5px);
        /*transform: translateX(-50%);*/
        background-size: cover;
        padding-top: 46px;
    }
    .between-block.between-4 .yellow-star-block {
        bottom: 20px;
    }
    .between-block.between-4 .yellow-star-title {
        max-width: 135px;
    }
    .between-block.between-5 .yellow-star-block {
        top: 80px;
        left: calc(50% - 137.5px);
    }
    .between-block.between-5 .yellow-star-block:before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 51.63%, rgba(255, 255, 255, 0) 100%);
        filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.1));
        backdrop-filter: blur(30px);
        width: 275px;
        top: -50px;
        left: -35px;
        right: auto;
        height: 250px;
    }
    .between-5 .yellow-star-title {
        font-size: 24px;
        line-height: 24px;
    }
    .between-block.between-5 {
        height: 390px;
    }
    .between-block.between-5 .blue-star-block {
        width: 275px;
        height: 200px;
        left: calc(50% - 137.5px);
        right: auto;
        bottom: -40px;
        padding-top: 88px;
        /*transform: translateX(-50%);*/
        background-size: cover;
    }
    .between-block.between-5 .blue-star-title {
        margin-right: -31px;
    }
    .performance-block {
        padding: 65px 0px 0px;
        flex-wrap: wrap;
    }
    .left-performance-block {
        width: 100%;
        max-width: none;
        padding: 0 20px;
    }
    .left-performance-top-title {
        font-size: 30px;
        line-height: 30px;
    }
    .wrap-performance-top-icon p {
        font-family: "Montserrat", sans-serif;
        display: block;
        font-size: 10px;
        font-weight: 900;
        line-height: 14px;
        padding: 0;
    }
    .left-performance-top-icon {
        width: auto;
        height: 54px;
    }
    .wrap-performance-top-icon {
        text-align: center;
    }
    .left-performance-item-title {
        font-size: 10px;
        line-height: 14px;
    }
    .right-performance-block {
        margin-top: 50px;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .right-performance-block {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    .right-performance-block-content {
        flex-wrap: wrap;
        padding: 20px;
        order: 2;
    }
    .right-performance-block-sideleft {
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
    }
    .new-right-block {
        order: 1;
    }
    .new-right-block-title {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }
    .new-right-block {
        padding: 34px 20px 0;
    }
    .new-right-block-l,
    .new-right-block-r {
        height: 130px;
        width: calc(50% - 7px);
        padding: 10px 20px;
    }
    .new-right-block-l p span.up,
    .new-right-block-r p span.up {
        margin-top: 15px;
        line-height: 20px;
    }
    .new-right-block-l p,
    .new-right-block-r p {
        font-size: 16px;
        line-height: 18px;
    }
    .wrap-new-right-block-second {
        flex-wrap: wrap;
    }
    .new-right-block-second-l,
    .new-right-block-second-r {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .new-right-block-second-l a {
        justify-content: center;
    }
    .new-right-block-second-r {
        background: transparent;
    }
    .performance-price {
        margin-top: 40px;
    }
    .actor-tab-top {
        border: none;
        flex-wrap: wrap;
        justify-content: center;
    }
    .actor-tab-top-title {
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
        width: 100%;
    }
    .tab_li li {
        width: auto;
        height: 40px;
        min-width: 90px;
    }
    .tab_li li a {
        font-size: 12px;
        line-height: 15px;
        padding: 0 15px;
        position: relative;
        width: auto;
        border: 1px solid #004680;
        margin: 0 10px;
        color: #004680;
        letter-spacing: 0.03em;
    }
    .tab_li li a.curent {
        background: #004680;
        border-color: #004680;
        font-weight: 400;
        color: #fff;
    }
    .tab_li li a.curent:before,
    .tab_li li a.curent:after {
        display: none;
    }
    .actors-select-block {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 40px 0;
    }
    .actors-select-block p {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .tab_box-item {
        width: 100%;
    }
    .tab_box-item {
        width: 100%;
        padding: 20px 20px 20px 0;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        border-left: none;
    }
    .tab_box-item:nth-child(3n + 1),
    .tab_box-item:nth-child(4n + 1) {
        border-left: none;
    }
    .actor-tab-block {
        padding-left: 20px;
        padding-right: 20px;
    }
    .left-performance-item {
        width: 100%;
    }
    .performance-scheme-link {
        margin-bottom: 8px;
    }
    .right-performance-block-sideright {
        width: 100%;
        margin-left: 0;
    }
    .performance-buy-link {
        margin-top: 0;
        order: 1;
        width: 155px;
    }
    .wrap-performance-link {
        text-align: right;
        order: 2;
        justify-content: flex-end;
        width: 150px;
    }
    .wrap-performance-all-link {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .performance-block-day-item p {
        font-size: 16px;
    }
    .wrap-right-performance-block-day {
        display: flex;
        margin-left: -10px;
        width: calc(100% + 10px);
    }
    .performance-block-day-item {
        margin-left: 0;
        padding: 0 10px;
        width: 33.3%;
        margin-bottom: 10px;
    }
    .between-block.between-5 .blue-star-title {
        max-width: 525px;
    }
    .video-block.video-1 video.video {
        right: 99%;
        width: 200%;
        position: relative;
        object-fit: cover;
    }
    .video-block.video-1 {
        height: 560px;
        width: 100vw;
        overflow-x: hidden;
    }
    .video-block.video-1 video.video {
        height: 410px;
    }
    .main-title {
        top: 377px;
    }
}

.preloader {
    position: fixed;
    /*display: none;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(38, 0, 87, 0.7) 0%, rgba(0, 40, 87, 0.7) 100%), #000000;
    outline: 1px solid rgba(255, 255, 255, 0.1);
    outline-offset: -50px;
}
.preloader-decor {
    position: absolute;
    bottom: 0;
    right: 0;
}
.preloader-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.preloader-title {
    font-family: "Oranienbaum", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0;
    animation: tx 3s ease-in-out infinite;
}
.preloader-decor {
    position: absolute;
    bottom: -4px;
    right: 0;
    opacity: 0;
    animation: tx 3s ease-in-out infinite;
}

@keyframes tx {
    0% {
        opacity: 0.1;
    }
    3% {
        transform: scale(1.05);
    }
    6% {
        transform: scale(1);
    }
    45% {
        transform: scale(1);
    }
    49% {
        transform: scale(1.05);
    }
    52% {
        opacity: 1;
    }
    51% {
        transform: scale(1);
    }
    96% {
        transform: scale(1.05);
    }
    100% {
        opacity: 0.1;
    }
}

.disableall {
    display: none;
}
