/* Нативный плавный переход между страницами (Chrome 126+; в остальных — обычная навигация) */
@view-transition {
  navigation: auto;
}

html,
body {
  overflow: hidden;
  overflow-y: auto;
}

body {
  font-family: "TT Commons";
  background: linear-gradient(
    180deg,
    #e5f9ff 0%,
    #e2eaff 15.84%,
    #fcdeff 21.04%,
    #ffc9d7 31.92%,
    #ffdbd6 36.66%,
    #ffe7d8 46.1%,
    #f7ffc8 49.11%,
    #e9f7ce 60.72%,
    #ffb5d8 66.37%,
    #ffd9ea 75.21%,
    #e4c7ff 80.65%,
    #e5c8fe 89.18%,
    #ffe7e7 94.76%,
    #fff 100%
  );
  background: linear-gradient(
    180deg,
    #ffe1db 0%,
    #ffe2e2 12.58%,
    #f4deff 22.57%,
    #ffbdcf 33.98%,
    #ffdbd6 40.89%,
    #f7e2ce 59.68%,
    #ffb5d8 65.8%,
    #ffd9ea 74.47%,
    #e4c7ff 79.83%,
    #e5c8fe 88.05%,
    #ffe7e7 96.36%,
    #fff 100.66%
  );
  margin: 0;
  height: 100%;
  overflow: hidden;
}

ul.header-menu {
  margin: 0;
  padding: 0 0 16px;
  display: flex;
  align-items: center;
  width: 640px;
  justify-content: center;
  border-bottom: 1px solid #4d0071;
}

.body {
  overflow: hidden;
}

.mobile-menu {
  display: none;
}

.animated .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.header-container {
  display: flex;
  align-items: center;
  padding: 20px 50px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.header-menu li {
  display: inline-block;
  font-size: 0;
}

.logo {
  width: 193px;
  height: 131px;
  background-image: url(../images/logon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

ul.header-menu li a {
  color: #4d0071;
  text-align: center;
  /* nabor */
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-family: TT Commons;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-menu-lg {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 0;
  overflow: hidden;
  transition: linear 0.3s;
}

ul.header-menu:hover + div + div + div,
.header-menu-lg:hover {
  height: 305px;
  display: none;
}

.header-menu-lg a span {
  position: relative;
}

.header-menu-lg a:not(:hover) {
  transform: perspective(100px) rotateX(0deg) rotateY(0deg) !important;
}

.header-menu-lg a {
  width: 188.691px;
  height: 279.618px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4d0071;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  position: relative;
  background: #fff;
  margin: 25px 5px 0;
  border-radius: 21px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: linear 0.1s;
  font-family: BodoniC;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}

ul.header-menu li:after {
  content: "";
  background: #4d0071;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 9px;
  margin: 0 8px;
  vertical-align: middle;
}

header {
  position: relative;
  z-index: 1;
}

ul.header-menu li:last-child:after {
  display: none;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 100%;
}

.box {
  border: 2px solid #fff;
  height: 320px;
  width: 330px;
  position: absolute;
  border-radius: 80% 89% 73% 71%;
  background: #fff;
  transition: linear 0.5s;
}

.box-wrap1 {
  border: 1px solid #fff;
  height: 420px;
  width: 420px;
  position: absolute;
  border-radius: 75% 84% 79% 76%;
  transition: linear 0.3s;
}

.box-wrap2 {
  border: 1px solid #fff;
  height: 490px;
  width: 490px;
  position: absolute;
  border-radius: 88% 82% 85% 90%;
  transition: linear 0.3s;
}

.box-wrap3 {
  border: 1px solid #fff;
  height: 550px;
  width: 535px;
  position: absolute;
  border-radius: 88% 82% 85% 90%;
  transition: linear 0.3s;
}

.header-icons a {
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
}

.header-icons {
  padding: 0 0 16px;
  width: 150px;
  text-align: right;
}

section.top-section {
  padding: 143px 0 0;
  position: relative;
  /*overflow: hidden;*/
}

.mouse-section {
  cursor: url(../images/cursor.png), auto;
}

.text-slider-wrap {
  position: relative;
  z-index: 10;
  width: 28%;
  margin-left: auto;
  margin-right: 2%;
  display: flex;
  /*min-height: 290px;*/
}

.text-slider-wrap-content {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -3;
  padding: 35px 50px 25px 37px;
  border-radius: 41px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  -webkit-transition: linear 1s;
  -o-transition: linear 1s;
  transition: linear 1s;
}

.text-slider-wrap-content.active {
  opacity: 1;
  z-index: 10;
  position: static;
}

.text-slide-item {
  color: #0f3598;
  font-family: TT Commons;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 13px;
}

.text-slider-counter {
  color: #0f3598;
  font-family: BodoniC;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-image: url(../images/arrow.png);
  background-size: 52px;
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  padding-right: 67px;
}

.text-slider-wrap-content:last-child .text-slider-counter {
  background-image: url(../images/arrowl.png);
}

section.top-section h1 span {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--Linear, linear-gradient(180deg, #ff4dcd 0%, #b0aef8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.top-section h1 div {
  color: #6c0f98;
  font-family: TT Commons;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}

section.top-section h1 {
  position: relative;
  z-index: 10;
  font-family: Playfair Display;
}

.owl-scrollbar {
  margin-top: 20px;
  height: 8px;
  width: 324px;
  position: relative;
  margin: 50px auto 0;
  border-radius: 12px;
  border: 0.3px solid #025f9e;
}

.owl-scrollbar .owl-scroll-handle {
  height: 6px;
  width: 15px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 2px;
  background: #285d99;
}

.owl-scrollbar .owl-scroll-progress {
  background: #333;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.year-item {
  color: var(--0-f-3598, #0f3598);
  text-align: center;
  font-family: BodoniC;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.years-slider {
  margin: 150px 0 0;
}

.years-slider .owl-item:not(.active) + .active + .active .year-item,
.years-slider
  .owl-item:not(.active)
  + .active
  + .active
  + .active
  + .active
  + .active
  + .active
  .year-item {
  font-size: 36px;
}

.years-slider .owl-item:not(.active) + .active + .active + .active .year-item,
.years-slider
  .owl-item:not(.active)
  + .active
  + .active
  + .active
  + .active
  + .active
  .year-item {
  font-size: 48px;
}

.years-slider
  .owl-item:not(.active)
  + .active
  + .active
  + .active
  + .active
  .year-item {
  font-size: 64px;
}

section.projects-section {
  position: relative;
  z-index: 10;
  padding: 140px 0;
  text-align: center;
}

h2 {
  color: #4d0071;
  text-align: center;
  /* zag33 */
  font-family: Playfair Display;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 40px;
  overflow: hidden;
}

h2 span {
  display: block;
  transform: translate(0px, 100%);
  transition: 2.2s;
}

h2.active span {
  transform: translate(0px, 0%);
}

.projects-wrap {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}

.project-item {
  width: 400px;
  text-align: center;
  max-width: 100%;
  margin: 0 40px;
  text-decoration: none;
}

a.project-item span {
  display: block;
}

.project-name {
  color: #4d0071;
  text-align: center;
  /* zag maly2 */
  font-family: Playfair Display;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}

.project-desc {
  color: #4d0071;
  text-align: center;
  font-family: TT Commons;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 250px;
  display: inline-block !important;
}

.project-preview {
  height: 347px;
  width: 318px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 97%;
  display: inline-block !important;
  font-size: 0;
  border-radius: 100%;
}

.project-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/ellipse1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.project-img {
  position: relative;
  font-size: 0;
  padding: 15px 0;
  margin: 0 0 17px;
}

.video-desc {
  text-align: center;
  opacity: 0;
  margin: 100px 0 0;
}

.owl-item:nth-child(2 of .active) .video-desc {
  opacity: 1;
}

.video-title {
  color: #4d0071;
  font-family: TT Commons;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.video-slider .owl-item:nth-child(2 of .active) ~ .owl-item {
  transform: translateX(45%) scale(1);
}

.video-slider.owl-carousel .owl-item {
  transform: translateX(-45%) scale(1);
}

.video-slider .owl-item:nth-child(2 of .active) {
  transform: none;
}

.video-author {
  color: #4d0071;
  font-family: TT Commons;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.video-preview {
  height: 0;
  padding-bottom: 58%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.video-preview-wrap {
  position: relative;
}

.cursor {
  background-image: url(../images/cursor1.png);
  width: 85px;
  height: 85px;
  background-size: contain;
  position: fixed;
  transition: linear 0.1s;
  z-index: 10;
  left: 0;
  top: 0;
  pointer-events: none;
  animation: rotating 4s linear infinite;
  z-index: 12;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.video-item {
  margin: 0 auto;
  width: 98%;
}

.video-preview-wrap {
  position: relative;
  background-image: url(../images/shape.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 4% 2%;
  margin: 4.3vw auto 0;
  transform: scale(1);
  transition: 0.5s;
}

.video-slider .owl-item:nth-child(2 of .active) .video-preview-wrap {
  transform: scale(1.4);
}

.video-preview-wrap:before {
  position: absolute;
  left: -2%;
  top: -7%;
  right: -3%;
  bottom: -6%;
  background-image: url(../images/shape.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -2;
}

section.video-section.video-section-add {
  padding: 70px 0 30px;
}

.auido-wrapper span {
  height: 163px;
  position: absolute;
  width: 26px;
  left: 0;
  top: 0;
  transform-origin: bottom center;
  transform: rotate(7deg);
  color: #fff;
  font-family: Playfair Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.audio-item,
.owl-item.active + .active + .active .audio-item {
  width: 343.184px;
  height: 343.184px;
  border-radius: 343.184px;
  background: linear-gradient(180deg, #b0c4f8 0%, #c3e6ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin: 35px auto;
  transform: none;
  transform: scale(1);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  min-width: 343.184px;
}

.audio-desc {
  color: #000;
  text-align: center;
  font-family: TT Commons;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 0 14px;
  margin: 10px 0 0;
}

.audio-content {
  width: 233.629px;
  height: 233.629px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1600;
  padding-top: 7%;
  box-sizing: border-box;
}

.badge {
  position: absolute;
  width: 344px;
  height: 344px;
  border-radius: 50%;
  top: 3%;
  left: 53%;
  bottom: 0;
  transform-origin: left center;
  transform: rotate(-95deg);
}

.owl-item.active + .active .audio-item {
  background: linear-gradient(180deg, #fea1da 0%, #b99ffc 100%);
}

.audio-slider .owl-item:nth-child(2 of .active) {
  transform: scale(1.2);
}

.audio-slider .owl-item:nth-child(2 of .active) + .owl-item + .owl-item {
  transform: translateX(-22%) scale(1);
}

.audio-slider .owl-item {
  transform: translateX(22%) scale(1);
  transition: linear 0.5s;
  display: flex;
  align-items: center;
  transform-origin: center center;
  justify-content: center;
}

.audio-slider .owl-item:nth-child(1 of .active) {
  transform: scale(1);
}

.audio-slider .owl-item:nth-child(2 of .active) + .active {
  transform: scale(1);
}

section.audio-section {
  padding: 0 0 110px;
}

.media-item {
  display: inline-block;
  width: 133px;
  height: 388px;
  background-size: 733px;
  background-position: 20% center;
  border-radius: 36px;
  margin: 0 4px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  vertical-align: top;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-color: #fff;
}

.media-item.active {
  width: 733px;
  background-size: cover !important;
  background-position: center !important;
}

.media-slider {
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
}

footer {
  padding: 165px 100px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer div {
  color: #4d0071;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}

footer img {
  width: 273px;
  margin: 0 0 6px;
}

.audio-slider {
  margin: 0 auto;
}

#mouse-circle {
  position: absolute;
  width: 110px;
  height: 110px;
  margin: -55px 0px 0px -55px;
  background-image: url(../images/blur2.svg);
  background-size: contain;
  border-radius: 50%;
  pointer-events: none !important;
  z-index: 100;
  opacity: 0;
  -webkit-transition: linear 0.1s;
  -o-transition: linear 0.1s;
  transition: linear 0.1s;
}

section.mouse-section:hover div#mouse-circle {
  opacity: 1;
}

.scrolldown {
  position: fixed;
  width: 90px;
  height: 90px;
  bottom: 45px;
  left: 20px;
  background-image: url(../images/text.svg);
  background-size: contain;
  z-index: 100;
}

.scrolldown div {
  width: 52px;
  height: 52px;
  background: #4d0071;
  border-radius: 31px;
  left: 19px;
  top: 19px;
  position: absolute;
  overflow: hidden;
}

.scrolldown div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ff69c3;
}

.owl-stage {
  /* transition: all 0.7s ease 0s !important; */
}

.scrolldown div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/ard.png);
  background-position: center;
  background-repeat: no-repeat;
}

.audio-player {
  position: relative;
  z-index: 10;
}

.audio-player .timeline {
  background: #025f9e;
  width: 100%;
  position: relative;
  cursor: pointer;
  /*box-shadow: 0 2px 10px 0 #0008;*/
  height: 2px;
}

.audio-player .timeline .progress {
  background: #025f9e;
  width: 9px !important;
  height: 9px;
  transition: 0.25s;
  border-radius: 12px;
  top: -3px;
  position: relative;
  left: 0%;
}

.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 29px;
  flex-direction: column;
}

.audio-player .controls > * {
}

.audio-player .controls .toggle-play.play {
  /* cursor: pointer; */
  /* position: relative; */
  /* left: 0; */
  /* z-index: 100000000; */
  background-image: url(../images/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.audio-player .controls .toggle-play.play:hover {
}

.audio-player .controls .toggle-play.pause {
  cursor: pointer;
  position: relative;
}

.audio-player .controls .toggle-play.pause:before {
  top: 0;
  left: 0px;
  background: linear-gradient(180deg, #fea1da 0%, #b99ffc 100%);
  content: "";
  height: 28px;
  width: 6px;
  display: inline-block;
  margin-right: 7px;
}

.audio-player .controls .toggle-play.pause:after {
  top: 0;
  right: 8px;
  background: linear-gradient(180deg, #fea1da 0%, #b99ffc 100%);
  content: "";
  height: 28px;
  width: 6px;
  display: inline-block;
}

.audio-player .controls .toggle-play.pause:hover {
}

.audio-player .controls .time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
}

.audio-player .controls .time > * {
  padding: 2px;
  color: #000;
  /* text */
  font-family: TT Commons;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.audio-content audio {
  display: none;
}

.play-container {
  margin: 0 0 25px;
  font-size: 0;
}

.audio-player .controls .toggle-play.pause svg {
  display: none;
}

/*.audio-slider .owl-item.active + .active + .active {
transform: translateX(-15px);
}

.audio-slider .owl-item:not(.active) + .owl-item.active {
transform: translateX(15px);
}

.audio-slider .owl-item:not(.active) .audio-item {
margin-left: auto;
margin-right: 0;
transform: translateX(25px);
}

.audio-slider .owl-item.active + .owl-item:not(.active) .audio-item {
margin-right: auto;
margin-left: 0;
transform: translateX(-25px);
}*/
.toggle-play svg {
  opacity: 0;
}

main {
  position: relative;
}

div#lines-canvas-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
}

div#lines-canvas-wrap canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.close {
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url(../images/close.png);
  right: 14px;
  top: 8px;
  z-index: 1;
}

.modal-title {
  color: #4d0071;
  font-family: Playfair Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 0, 32, 0.8);
  z-index: 1000;
  box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-container {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 50px 0;
  min-height: calc(100% - (1.75rem * 2));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.modal-box {
  width: 1200px;
  max-width: 98%;
  font-size: 0;
  position: relative;
}

.modal-box > img {
  width: 100%;
}

.modal-body {
  margin: 0 auto;
  background: #fff;
  padding: 20px 65px 1px;
  position: relative;
  box-sizing: border-box;
  font-size: 0;
  width: 100%;
}
/*.modal-body:before, .modal-body:after {
content: '';
position: absolute;
left: 0;
width: 100%;
background-repeat: no-repeat;
background-size: 100% 100%;
height: 60px;
}

.modal-body:before {
background-image: url(../images/topper.png);
top: -60px;
}

.modal-body:after {
bottom: -60px;
background-image: url(../images/bottom.png);
}*/
.frame-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
}

.frame-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal-info {
  color: #4d0071;
  font-family: TT Commons;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 50%;
  margin: 10px 0 0;
  display: inline-block;
  vertical-align: top;
}

.modal-info a {
  text-decoration: underline;
  color: inherit;
}

.modal-info.text-lg-right {
  text-align: right;
}

body.modal-open {
  overflow: hidden;
}

section.project-section {
  padding: 90px 0;
  position: relative;
}

.project-row {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  align-content: flex-start;
  max-width: 98%;
}

.project-row > div {
  min-width: 50%;
}

.project-title {
  color: #4d0071;
  font-family: Playfair Display;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
}

.project-desc-lg {
  color: var(--6-c-0-f-98, #6c0f98);
  font-family: TT Commons;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 15px 0 0;
}

.seq-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.js-seq img {
  position: absolute;
  left: 0;
  top: -6vw;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  right: 0;
}

section.audio-section {
  position: relative;
}

.seq-wrap-f {
  width: 893px;
  height: 502px;
  transform: rotate(71.774deg);
  flex-shrink: 0;
  position: absolute;
  right: -340px;
  top: 61%;
  z-index: -1;
}

.seq-wrap-s {
  width: 893px;
  height: 502px;
  transform: rotate(105.194deg);
  flex-shrink: 0;
  position: absolute;
  left: -25%;
  top: -22%;
}

section#promo {
  position: relative;
  z-index: 11;
}

.seq-wrap-t {
  width: 1600.363px;
  height: 899.644px;
  transform: rotate(105.194deg);
  flex-shrink: 0;
  position: absolute;
  left: -25%;
  top: 19%;
  z-index: -1;
}

footer {
  position: relative;
  overflow: hidden;
}
.media-slider.scrollbar-inner.js-scroll.scroll-content {
  text-align: center;
}
section#video {
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  .seq-wrap img {
    top: 58px;
  }

  .seq-wrap {
    width: 500px;
    margin: 0 auto;
    transform: translate(50%, -50%);
    right: 50%;
    left: auto;
  }
}

@media (max-width: 768) {
  .js-seq {
    display: none;
  }
}

@media (max-width: 1450px) {
  .audio-slider .owl-item:nth-child(1 of .active) {
    transform: scale(0.9) translateX(6%);
  }

  .audio-slider .owl-item:nth-child(2 of .active) + .active {
    transform: scale(0.9) translateX(-6%);
  }

  .audio-slider .owl-item {
    transform: translateX(29%) scale(0.7);
  }

  .audio-slider .owl-item:nth-child(2 of .active) + .owl-item + .owl-item {
    transform: translateX(-29%) scale(0.7);
  }
}

@media (max-width: 1280px) {
  .text-slide-item {
    font-size: 17px;
  }

  .header-icons {
    width: auto;
  }

  .text-slider-counter {
    font-size: 60px;
  }

  ul.header-menu {
    width: 560px;
  }

  section.top-section h1 span {
    font-size: 54px;
  }

  section.top-section h1 div {
    font-size: 20px;
  }

  .box {
    width: 280px;
    height: 280px;
  }

  .box-wrap3 {
    width: 490px;
    height: 510px;
  }

  .box-wrap2 {
    width: 440px;
    height: 420px;
  }

  .box-wrap1 {
    width: 380px;
    height: 365px;
  }

  .years-slider
    .owl-item:not(.active)
    + .active
    + .active
    + .active
    + .active
    .year-item,
  .years-slider .owl-item:not(.active) + .active + .active .year-item {
    font-size: 48px;
  }

  .years-slider
    .owl-item:not(.active)
    + .active
    + .active
    + .active
    + .active
    + .active
    .year-item {
    font-size: 24px;
  }

  .years-slider
    .owl-item:not(.active)
    + .active
    + .active
    + .active
    .year-item {
    font-size: 64px;
  }

  .project-preview {
    width: 270px;
    height: 294px;
  }

  .project-item {
    margin: 0;
  }

  .video-desc {
    margin: 30% 0 0;
  }
  /*.audio-slider .owl-item.active + .active + .active {
transform: translateX(24%);
}

.audio-slider .owl-item:not(.active) + .owl-item.active {transform: translateX(-24%);}

.owl-item.active + .active .audio-item {
transform: scale(1.3);
margin: 17% auto;
transform-origin: center;
}*/

  .audio-item,
  .owl-item.active + .active + .active .audio-item {
    /* margin: 18% auto; */
  }

  .audio-item {
    /* margin: 18% auto; */
  }

  /*.audio-slider .owl-item.active + .owl-item:not(.active) .audio-item {
margin: auto;
transform: none;
}*/
  footer {
    padding: 165px 45px 50px;
  }

  .project-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .project-row > div {
    width: 100%;
    text-align: center;
    min-width: 100%;
    display: block;
  }

  .project-title {
    margin: 0 0 15px;
  }

  .audio-slider .owl-item:nth-child(2 of .active) {
    transform: scale(1.1);
    z-index: 30;
  }

  .audio-slider .owl-item:nth-child(2 of .active) + .active {
    transform: scale(0.7) translateX(5%);
  }

  .audio-slider .owl-item:nth-child(2 of .active) + .owl-item + .owl-item {
    transform: translateX(-29%) scale(0.5);
  }

  .audio-slider .owl-item:nth-child(1 of .active) {
    transform: scale(0.7) translateX(-5%);
  }

  .audio-slider .owl-item {
    transform: translateX(29%) scale(0.5);
  }
}

@media (max-width: 992px) {
  body.opened-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-info {
    width: 100%;
  }

  .modal-body {
    padding: 30px;
  }

  body.opened-menu .header-menu-lg {
    display: block;
    right: 0;
  }

  .audio-slider .owl-item:nth-child(2 of .active) + .owl-item + .owl-item {
    transform: scale(0.5);
  }

  .audio-slider .owl-item:nth-child(2 of .active) + .active {
    transform: scale(0.8) translateX(50%);
  }

  .audio-slider .owl-item:nth-child(1 of .active) {
    transform: scale(0.8) translateX(-50%);
  }

  .header-menu-lg {
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: auto;
    z-index: 10000;
    height: 100%;
    background: rgba(18, 0, 32, 0.8);
    text-align: center;
    padding: 28px 0 10px;
    box-sizing: border-box;
    right: -100%;
  }

  ul.header-menu:hover + div + div + div,
  .header-menu-lg:hover {
    height: 100%;
  }

  .header-menu-lg a {
    width: 148px;
    height: 219.319px;
    font-size: 24px;
    margin: 5px;
    vertical-align: middle;
  }

  header {
    z-index: 100;
  }

  body.opened-menu .scrolldown {
    display: none;
  }

  .header-icons {
    display: none;
  }

  body {
    background-image: url(../images/bgsm.png);
    background-size: cover;
    background-position: center top;
  }

  ul.header-menu {
    display: none;
  }

  .logo {
    width: 143px;
    height: 88px;
  }

  .text-slider-wrap {
    width: 400px;
    text-align: center;
    margin: 110px auto 0;
  }

  .text-slider-counter {
    margin: 0 auto;
    display: inline-block;
    font-size: 56px;
  }

  .text-slider-wrap-content {
    background: transparent;
    padding: 0;
  }

  div#box-wrap3 {
    width: 350px;
    height: 379px;
  }

  div#box-wrap2 {
    width: 390px;
    height: 400px;
  }

  div#box-wrap1 {
    width: 340px;
    height: 360px;
  }

  div#ex1 {
    position: relative;
    top: 0;
  }

  section.top-section {
    padding: 145px 0 0;
  }

  div#ex1-layer {
    width: 280px;
    height: 280px;
  }

  .years-slider {
    margin: 65px 0 0;
  }

  .years-slider .owl-item:not(.active) + .active + .active .year-item {
    font-size: 64px;
  }

  .years-slider
    .owl-item:not(.active)
    + .active
    + .active
    + .active
    .year-item {
    font-size: 48px;
  }

  .year-item {
    font-size: 48px;
  }

  section.projects-section {
    padding: 60px 0;
  }

  .video-desc {
    margin: 40px 0 0;
  }

  .video-preview-wrap {
    margin: 25% 0;
  }

  .mobile-menu div {
    width: 30px;
    height: 4px;
    background: #0f3598;
    border-radius: 5px;
    margin: 4px 0;
  }
  /*.audio-slider .owl-item.active + .active + .active {
transform: translateX(66%) scale(.9);
}

.audio-slider .owl-item:not(.active) + .owl-item.active {
transform: translateX(-66%) scale(.9);
}*/
  .owl-item.active + .active .audio-item {
  }

  .header-container {
    align-items: flex-start;
  }
  /*.audio-slider .owl-item {
display: flex;
justify-content: center;
}

.audio-slider .owl-item:not(.active) {
opacity: 0;
z-index: -2;
}*/
  .mobile-menu {
    cursor: pointer;
    display: block;
  }
  .js-seq {
    display: none;
  }
}

@media (max-width: 768px) {
  .video-slider .owl-item:nth-child(2 of .active) .video-preview-wrap {
    transform: scale(2.7);
  }

  .video-preview-wrap {
    margin: 20.3vw auto 20vw;
    transform: scale(1.5);
    padding: 8px 4px;
  }

  .video-slider .owl-item:nth-child(2 of .active) ~ .owl-item {
    transform: translateX(112%) scale(1);
  }

  .video-slider.owl-carousel .owl-item {
    transform: translateX(-112%) scale(1);
  }

  #mouse-circle {
    display: none;
  }

  .projects-wrap {
    flex-wrap: wrap;
  }

  .modal-body {
    margin: -1px 0;
    padding: 60px 30px 30px;
  }

  .project-item {
    margin: 0 0 30px;
  }

  .project-title {
    font-size: 39px;
  }

  .project-desc-lg {
    font-size: 19px;
    padding: 0 40px;
    box-sizing: border-box;
  }

  section.project-section {
    padding: 50px 0;
  }

  .video-desc {
    margin: 40px -40px 0;
  }

  .owl-item:not(.active) + .active .video-preview-wrap {
    /* margin: 36% 0 0; */
    /* transform: scale(2); */
    /* transform-origin: center top; */
  }

  .video-preview {
    border-radius: 10px;
  }

  .header-container {
    padding: 32px 32px 0;
  }

  .owl-item.active + .active .audio-item {
    transform: none;
    margin: 0 auto;
    position: relative;
  }

  .audio-item {
    margin: 0;
    min-width: 343.184px;
  }

  .audio-item,
  .owl-item.active + .active + .active .audio-item {
    margin: 0;
    transform: none;
  }

  .audio-slider .owl-item:nth-child(2 of .active) {
    transform: scale(1);
  }

  .audio-slider .owl-item:nth-child(1 of .active) {
    transform: scale(0.8) translateX(-100%);
  }

  .audio-slider .owl-item:nth-child(2 of .active) + .active {
    transform: scale(0.8) translateX(100%);
  }

  .audio-slider .owl-item:not(.active) {
    visibility: hidden;
    opacity: 0;
    transition: unset;
  }
  /*.audio-slider .owl-item {
transform: translateX(-112%);
display: flex;
justify-content: center;
}
*/
  /*.audio-slider .owl-item:not(.active) + .active + .active {
transform: none;
}

.audio-slider .owl-item.active + .owl-item {
transform: none !important;

}*/

  /*.audio-slider .owl-item.active + .active + .active  {
transform: translateX(85%) scale(.9) !important;
}
.audio-slider .owl-item:not(.active) + .active {
transform: translateX(-85%) scale(.9) !important;
}
.audio-slider .owl-item:not(.active) {
transform: none !important;
opacity: 0;
}*/
  .media-item {
    height: 270px;
    width: 110px;
  }
}

@media (max-width: 576px) {
  .text-slider-wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .project-item {
    width: 340px;
  }
  .scrolldown {
    width: 80px;
    height: 80px;
    left: 10px;
    bottom: 10px;
  }

  .scrolldown div {
    width: 48px;
    height: 48px;
    border-radius: 31px;
    left: 16px;
    top: 16px;
  }

  .years-slider .owl-item:not(.active) + .active + .active .year-item {
    font-size: 58px;
  }

  .year-item {
    font-size: 40px;
  }

  .years-slider
    .owl-item:not(.active)
    + .active
    + .active
    + .active
    .year-item {
    font-size: 40px;
  }

  h2 {
    font-size: 37px;
  }

  .video-desc {
    margin: 80px -80px 0;
  }

  .video-title {
    font-size: 25px;
  }

  .video-author {
    font-size: 17px;
  }

  .audio-slider .owl-item.active + .owl-item {
    position: relative;
    /* z-index: 10; */
  }

  /*.audio-slider .owl-item.active + .active + .active {
position: relative;
z-index: 9;
transform: translateX(152%) scale(.8) !important;
}

.audio-slider .owl-item:not(.active) + .active {
transform: translateX(-152%) scale(.8) !important;
}*/
  .audio-slider .owl-item:nth-child(2 of .active) + .active {
    transform: scale(0.7) translateX(155%);
  }

  .audio-slider .owl-item:nth-child(2 of .active) {
    transform: scale(0.9);
  }

  .audio-slider .owl-item:nth-child(1 of .active) {
    transform: scale(0.7) translateX(-155%);
  }

  section.audio-section {
    padding: 0 0 80px;
  }

  .media-item.active {
    width: 500px;
  }

  footer {
    position: relative;
    padding: 50px 20px;
  }

  .project-title {
    font-size: 30px;
  }

  .project-desc-lg {
    padding: 0 20px;
    font-size: 17px;
  }
}

@media (max-width: 400px) {
  .audio-slider .owl-item:nth-child(1 of .active) {
    transform: scale(0.7) translateX(-180%);
  }

  .audio-slider .owl-item:nth-child(3 of .active) {
    transform: scale(0.7) translateX(180%) !important;
  }
}
