* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: ProximaNova, sans-serif;
            overflow-x: hidden;
}
:root {
  --s-green:#0DC;
  --s-lightgreen:#6F6;
  --s-salad:#BF3;
  --s-black:#333;
  --s-yello:#DF0;
  --s-pink:#E7D;
  --s-blue:#0DE;
  --new-gradient:linear-gradient(135deg,#7f7 0%,#E1F 50%,#1BF 100%)
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

.wr {
    width: 100vw;
    min-height: 100vh;

    position: relative;
    margin: 0 auto;
        overflow: hidden;
}

i {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-style: normal
}

i:before,
i:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

:root {
    --new-pink: hwb(205.7 94.9% 2.4%);
    --new-green: #7F7;
    --new-blue: #1BF;
    --new-bg: #86D;
    --new-timing: 20s;
    --new-circle-margin: 40%;
    --new-bg-size: 150vmax
}

#home {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: var(--new-bg);
}

.new-bg {
    width: var(--new-bg-size);
    height: var(--new-bg-size);
    position: absolute;
    overflow: visible;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--new-bg);
    -webkit-animation: var(--new-timing) Rt linear infinite;
    animation: var(--new-timing) Rt linear infinite;
}

@-webkit-keyframes Rt {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes Rt {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.new-bg .c {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    top: 50%;
    left: 0;
    margin: -2px 0 0 0;
    overflow: visible;
}

.c1 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.c2 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.c:before {
    content: "";
    width: 100%;
    height: 0;
    padding: 100% 0 0;
    background: radial-gradient(circle, #F50FFFFF 10%, rgba(245, 15, 255, 0) 70%);
    position: absolute;
    display: block;
    left: var(--new-circle-margin);
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.c2:before {
    background: radial-gradient(circle, #7cfc75 10%, #7cfc7500 70%);
}

.c3:before {
    background: radial-gradient(circle, #14baf8 10%, #14baf800 70%);
}

.c:before {
    -webkit-animation: calc(var(--new-timing) / 2) ScaleGr ease-in-out;
    animation: calc(var(--new-timing) / 2) ScaleGr ease-in-out;
}

@-webkit-keyframes ScaleGr {

    0%,
    70%,
    100% {
        -webkit-transform: translate(0, -50%) scale(1);
        transform: translate(0, -50%) scale(1)
    }

    80% {
        -webkit-transform: translate(0, -50%) scale(.8);
        transform: translate(0, -50%) scale(.8)
    }

    90% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes ScaleGr {

    0%,
    70%,
    100% {
        -webkit-transform: translate(0, -50%) scale(1);
        transform: translate(0, -50%) scale(1)
    }

    80% {
        -webkit-transform: translate(0, -50%) scale(.8);
        transform: translate(0, -50%) scale(.8)
    }

    90% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.c2:before {
    -webkit-animation-delay: calc(var(--new-timing) * .15);
    animation-delay: calc(var(--new-timing) * .15)
}

.c3:before {
    -webkit-animation-delay: calc(var(--new-timing) * .1);
    animation-delay: calc(var(--new-timing) * .1)
}

.rays {
    width: var(--new-bg-size);
    height: var(--new-bg-size);
    z-index: 50;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .2;
    animation: calc(var(--new-timing) * 2.25) Rt linear infinite reverse;
    mix-blend-mode: overlay;
    opacity: 0.25;
}
/*
.rays:before {
    background-image: url(/placeholder/rays.svg);
}
*/

.header,
.footer {
    display: block;
    position: absolute;
    background: #2c2c2c;
    width: 100%;
    height: 32px;
    z-index: 55
}

.header:before,
.footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/placeholder/edge2.svg);
    background-size: auto 100%;
}

.header:before {
    top: 32px;
    background-size: 1080px auto; 
    background-repeat: repeat-x; 
    background-position: bottom; 
}

.footer:before {
    bottom: 30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header {
    top: 0;
    height: 70px;
}

.footer {
    bottom: 0;
    z-index: 50;
}

.date {
    width: 230px;
    height: 38px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -115px
}

.date:before,
.date:after {
}
.date {
    font-family: ProximaNova,Montserrat,sans-serif;
    font-weight:900;
    color:#fff;
    font-size: calc(1rem + 5vmin);
    text-align: center;
    text-shadow: 0 .1em .1em rgba(0,0,0,0.15);
    line-height: 1
}


.time {
    width: 32px;
    height: 258px;
    right: -1px;
    top: 40px;
}

.time:before,
.date:before {
    z-index: 20
}

.time:before,
.time:after {
    background-image: url(/placeholder/time.svg)
}


.soloma {
    z-index: 60;
    display: block;
    position: relative;
    overflow:hidden;
    margin:0 auto 1rem;
    color:rgba(0,0,0,0);
    text-indent: -1000px;
    width:100%;
    height:0;
    padding:50% 0 0;
    
    margin: 0;
}
.titleBlock {
    content:'';
    display: block;
    position: absolute;
    top:50%;
    left: 50%;
    width: 90vmin;;
    height:auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
    z-index: 55;
    transform: translate(-50%,-50%);
    z-index: 99
}
.titleBlock p {
    font-size: calc(1rem + 1vmin);
    color: #fff;
    font-family: ProximaNova,Montserrat,sans-serif;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.25)
}
.soloma:before {
    content:'';
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
    z-index: 50;
}

.date,
.time {
    z-index: 60;
}

.soloma:before {
    background-image: url(/placeholder/logo-h.svg)
}

.pt {
    z-index: 57;
}

.pt4 {
    width: 30vmin;
    height: 10vmin;
    top: 64px;
    left: 40%;
}
/*
.pt1:before,
.pt1:after {
    background-image: url(/placeholder/p1a-w.svg)
}

.pt2:before,
.pt2:after {
    background-image: url(/placeholder/p2a-w.svg)
}

.pt3:before,
.pt3:after {
    background-image: url(/placeholder/p3a-w.svg)
}

.pt4:before,
.pt4:after {
    background-image: url(/placeholder/p4a-w.svg)
}

.pt5:before,
.pt5:after {
    background-image: url(/placeholder/p5a-w.svg)
}

.pt6:before,
.pt6:after {
    background-image: url(/placeholder/p6a-w.svg)
}

.pt7:before,
.pt7:after {
    background-image: url(/placeholder/p7a-w.svg)
}

.pt:before {
    z-index: 20
}

.pt:after,
.date:after,
.time:after {
    z-index: 15;
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    -webkit-filter: invert(1) blur(3px);
    filter: invert(1) blur(3px);
    opacity: .2;
}
*/
.grunge {
    background-image: url(/placeholder/grunge.svg);
    width: 100%;
    height: 100%;
    z-index: 55;
    background-size: cover;
    opacity: .4
}

.logos {
    bottom: 136px;
    left: 50%;
    width: 90%;
    z-index: 60;
    text-align: center;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.is-tele2 .logos {
    bottom: 64px;
}

.is-tele2 .support {
    bottom: 60px;
    border: 0 none
}

.logos i {
    position: relative;
    margin: 0 auto 16px;
    height: 12vmin;
    width: 24vmin;
}

.leto:before {
    background-image: url(/placeholder/leto.svg);
}

.moskino:before {
    background-image: url(/placeholder/moskino.svg);
}

#afisha {
    position: absolute;
    top: 210px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 270px;
    z-index: 60;
}

#afisha .title {
    font-weight: 800;
    font-size: 20px;
    letter-spacing: .05em;
    color: #333;
}

#afisha .description {
    color: #fff;
    text-shadow: 1px 1px 1px #0000003F;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em
}

#afisha .snoska {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
}

#afisha .item {
    margin: 0 auto 8px;
}

.pt1 {
    width: 20vmin;
    height: 20vmin;
    right: 11px;
    top: 300px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.pt2 {
    width: 20vmin;
    height: 20vmin;
    left: 50%;
    top: 150px
}

.adinfo span:last-child {
    text-transform: none
}

.adinfo {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    z-index: 50;
    font-family: Arial, Helvetica;
    color: #fff;
    font-size: 8px !important;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: .5em 0;
    line-break: 1em;
    white-space: nowrap;
    color: #FFF;
    text-transform: uppercase;
    padding: 0;
}

.support {
    z-index: 99;
    color: #fff;
    bottom: 62px;
    position: absolute;
    text-align: center;
    width: 90%;
    border-top: 1px solid #FFFFFF3F;
    border-bottom: 1px solid #FFFFFF3F;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 12px 0
}

.support i {
    position: relative;
    margin: 0 auto;
}

.support .spnsr {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto 8px;
}

.support .partner {
    height: 48px;
    width: 200px;
}

.support .partner.samolet {
    height: 20px
}

.samolet:before {
    background-image: url(/placeholder/samolet.svg)
}

.partner.t2:before {
    background-image: url(/placeholder/t2.svg);
}

.pt5 {
    width: 20vmin;
    height: 20vmin;
    left: 10%;
    bottom: 10vmin;
}

.pt6 {
    width: 20vmin;
    height: 20vmin;
    right: 5%;
    bottom: 10%;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

.pt7 {
    width: 15vmin;
    height: 15vmin;
    left: 10%;
    top: 10%;
}

.pt3 {
    width: 20vmin;
    height: 20vmin;
    left: 50%;
    bottom: 165px;
}

.location,
.age {
    z-index: 60;
    text-transform: uppercase;
    font-weight: 700;
    left: 16px;
    bottom: 16px;
    font-size: 18px;
    color: #1EE;
}

.age {
    width: 32px;
    height: 20px;
    left: auto;
    right: 6px;
    bottom: 20px;
}

.age:before {
    content: '0+';
    color: #fff;
}

.hlink {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.s-info {position: relative;
    width: auto;
    margin: 0 auto;
    max-width:720px;

}
.s-info:before {
    content:'';
    display: block;
    position: absolute;
    width:100%;
    height: 150%;
    background-image:url(/placeholder/underline.svg);
    background-size: 100% auto;
    background-position:center;
    background-repeat: no-repeat;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.s-info p {display: block;
position: relative;
z-index: 50}
.pt svg {
    display: block;
    position: relative;
    width:100%;
    height:100%;
    padding: 0;
    margin:0 auto;
    filter:drop-shadow(3px 3px 8px rgba(0,0,0,0.15))
}


nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: transparent;
  display: block;
  z-index: 999;
  transition: all .25s ease-in-out;
}

nav.scroll-down {
  box-shadow: 0 120px 16px rgba(25,25,25,.95) inset, 0 3px 6px rgba(0,0,0,.35);
  transform: translate(0,-96px);
}

nav.scroll-up {
  transform: translate(0,0);
}

nav.scroll-up.scrolled-top,
nav.scrolled-top {
  background-color: transparent;
}

nav .container {
  height: 100%;
  position: relative;
  display: block;
  width: 1080px;
    margin: 0 auto;
    max-width:calc(100% - 16px)
}

nav .menu {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0 96px 0 0;
  color: var(--s-green);
  transform: translate(0,-50%);
  z-index: 99;
  display: block;
  width: auto;
  text-align: right;
  margin: 0;
}

nav .menu li {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 16px;
}

nav .menu li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0 dashed;
  font-weight: 900;
  transition: all .2s ease-in-out;
  position: relative;
  display: inline-block;
  font-size: 1rem;
}

nav .menu li a:hover {
  color: #EE11FF !important;
}

nav li .apply-btn {
  background-color: #0cefed;
  color: #fff;
  display: block;
  padding: .5em 1em;
  border-radius: 0;
  background:var(--new-gradient) ;

    background-size: 200% auto;
  background-position: 0 0;
}

nav li a.apply-btn:hover {
  color: #fff !important;
  background-position: 50% 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}

#logo {
  position: absolute;
  display: block;
  left: 16px;
  top: 50%;
  width: 96px;
  background-color: transparent;
  height: 52px;
  margin: -26px 0 0;
  z-index: 9;
  transition: all .25s ease-in-out .25s;
  overflow: hidden;
}

#logo a, #logo img {
  display: block;
}

.scrolled-top #logo {
  opacity: 0;
  transition: all .5s ease-in-out;
}

/* Mobile styles */
@media (max-width: 1000px) {
  #logo {
    left: 50%;
    transform: translate(-50%,0);
  }
  
  ul.menu {
    display: block;
    position: absolute;
    right: auto;
    left: -20px;
    width: 80vw;
    height: auto;
    top: 72px;
    transform: translate(-100%,0);
    text-align: left;
    padding: 2rem 1rem 2rem 2.5rem;
    background-color: var(--s-black);
    transition: all .75s cubic-bezier(.86,0,.07,1);
    height: calc(100vh - 72px);
  }
  
  ul.menu li {
    display: block;
    font-size: 1rem;
    margin: 0 auto 1.5em;
  }
  
  ul.menu li a {
    font-size: 1rem;
  }
  
  label#expandMenu {
    opacity: 1;
    visibility: visible;
    left: 16px;
    top: 50%;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: -16px 0 0;
    cursor: pointer;
    z-index: 1999;
  }
  
  label#expandMenu i {
    display: block;
    width: 100%;
    height: 4px;
    background-color:#EE11FF;
    top: 50%;
    position: absolute;
    margin: -2px 0 0;
    transition: all .5s cubic-bezier(.68,-.55,.27,1.55);
  }
  
  label#expandMenu i:after,
  label#expandMenu i:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #EE11FF;
    left: 50%;
    margin: 0 0 0 -16px;
    transition: top .2s ease-in-out, transform .2s ease-in-out .2s;
  }
  
  label#expandMenu i:before {
    top: -8px;
  }
  
  label#expandMenu i:after {
    top: 8px;
  }
  
  #mobileMenu:checked + label#expandMenu i:after,
  #mobileMenu:checked + label#expandMenu i:before {
    top: 0;
  }
  
  #mobileMenu:checked + label#expandMenu i:before {
    transform: rotate(45deg);
  }
  
  #mobileMenu:checked + label#expandMenu i:after {
    transform: rotate(-45deg);
  }
  
  #mobileMenu:checked + label#expandMenu i {
    background-color: rgba(0,0,0,0);
    transform: rotate(180deg);
  }
  
  nav #mobileMenu:not(:checked) ~ ul.menu {
    visibility: hidden;
    opacity: 0;
  }
  
  nav #mobileMenu:checked ~ ul.menu {
    visibility: visible;
    opacity: 1;
    display: block;
    transform: translate(0,0);
    transition: all .25s ease-in-out .25s;
      z-index: 1999;
      background-color:#000
  }
}
input#mobileMenu {
    display: block;
    position: fixed;
    visibility: hidden;
    left:-10000px;
        
}

/* Стили для адаптивности */
@media (max-width: 860px) {
  .iframe-modal-content {
    margin: 20px 10px !important;
  }
}

/* Для плавной анимации */
.iframe-modal-overlay {
  transition: opacity 0.3s ease;
}