@import '../fonts/stylesheet.css';
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  font-family: "you2013bold";
}

.langs {
  position: fixed;
  right: 20px;
  top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 100;
}
.langs a {
  color: white;
  text-decoration: none;
  opacity: 0.5;
}
.langs a.selected {
  opacity: 1;
}

.live {
  position: fixed;
  right: 40px;
  top: 0;
  z-index: 100;
  color: white;
  font-family: "Open Sans", sans-serif;
  background: #000;
  padding: 10px 40px 10px 15px;
  text-decoration: none;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
.live .circle, .live .circle2 {
  -webkit-animation: circle 1s infinite;
          animation: circle 1s infinite;
  top: 12px;
  width: 20px;
  right: 10px;
  height: 20px;
  border-radius: 100px;
  background: rgba(200, 0, 0, 0.7);
  display: inline-block;
  position: absolute;
}
.live .circle2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.mobileanim {
  display: none;
}

.abs {
  height: 0;
  overflow: hidden;
  position: absolute;
}

html,
body {
  cursor: none !important;
  padding: 0;
  margin: 0;
  width: 100%;
}

.Cursor {
  z-index: 100001 !important;
  pointer-events: none;
  position: fixed;
  display: block;
  border-radius: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 0;
  left: 0;
}
.Cursor span {
  position: absolute;
  display: block;
  width: 26px;
  z-index: 100004 !important;
  height: 26px;
  background-color: #8eb5dc;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Cursor span:nth-child(2n) {
  background: #005187 !important;
}

.blackGr1 {
  background: linear-gradient(202deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 120vh;
  min-height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
}

.blackGr2 {
  background: linear-gradient(24deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 120vh;
  min-height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
}

.t_w_content {
  position: absolute;
  width: 100%;
  left: 0;
  height: 120vh;
  min-height: 1000px;
  top: 0;
  z-index: 2;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 8vw;
  bottom: 320px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu ul li a {
  font-weight: bold;
  font-size: 170%;
  text-decoration: none;
  color: white;
  display: block;
  padding: 6px 0;
}
.menu ul:hover li {
  opacity: 0.5;
}
.menu ul:hover li:hover {
  opacity: 1;
}

.biganim {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.biganim .welcomeblck {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  font-size: 197%;
}
.biganim .blocks {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7333333333);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
.biganim .blocks * {
  font-family: "Open Sans", sans-serif;
}
.biganim .blocks .welcome b {
  display: block;
  font-size: 150%;
}
.biganim .blocks .plan a {
  display: inline-block;
  font-size: 150%;
  color: #005187;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #eaeaea;
}
.biganim .blocks .plan a:hover {
  padding: 15px 40px;
  background: #005187;
  color: white;
}
.biganim .blocks .plan b {
  display: block;
  margin-bottom: 20px;
}

.calltoaction a {
  text-decoration: none;
  padding: 15px 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  font-size: 130% !important;
  background: #005187 !important;
  border-radius: 10px !important;
  color: white !important;
  width: auto !important;
  border: none;
  font-family: "you2013bold" !important;
}
.calltoaction a:hover {
  padding: 15px 40px;
  background: #005187;
  color: white;
}

section .block {
  position: relative;
  margin-left: 60px;
  width: 40%;
  position: relative;
  border-bottom-left-radius: 50px;
}
section .block .mpseccontent {
  border-top: 10px solid #8EB5DC;
  padding: 40px 40px 0px 0px;
  color: black;
}
section .block img {
  width: 100%;
}
section .block h1 {
  left: -100px;
  font-size: 300%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
}
section.about {
  margin: 5vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.about .uzorbig img {
  height: 500px;
}
section.megsed {
  margin-right: 5vw;
  background: url("../images/megsedbg.png") no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.uzor {
  left: 8vw;
  top: 100px;
  position: absolute;
}
.uzor rect {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.3;
}

footer {
  background: #005187;
  position: relative;
  padding-top: 17vw;
}
footer .copyright {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 60px;
  color: white;
  font-size: 80%;
  opacity: 0.5;
}
footer nav ul {
  margin: 0 15vw;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
footer nav ul li a {
  color: white;
  text-decoration: none;
}
footer * {
  z-index: 1;
  position: relative;
}
footer:before {
  background: url("../images/line_wave_new2.svg") no-repeat center bottom #005187;
  background-size: 100%;
  height: 15vw;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

h1.bigg {
  position: absolute;
  right: 5vw;
  bottom: 300px;
  text-align: right;
  font-size: 800%;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0.9;
  text-shadow: -6px 60px 60px rgba(0, 0, 0, 0.3);
}
h1.bigg span {
  display: block;
}
h1.bigg span.right {
  margin-bottom: 16px;
  font-size: 40% !important;
}
h1.bigg span.left {
  text-align: left;
}

.months {
  position: absolute;
  left: 20px;
  bottom: 18px;
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.months .month {
  opacity: 0.5;
}
.months .month.big {
  font-size: 140%;
}

.move {
  position: absolute;
  bottom: 119px;
}
.move.mobile {
  display: none;
}
.move span {
  position: absolute;
  left: 20px;
  text-align: left;
}
.move:after {
  content: "";
  height: 60px;
  width: 10px;
  background: #0c4869;
  position: absolute;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#content {
  min-height: 1000px;
  height: 120vh !important;
}
#content canvas {
  min-height: 1000px;
  height: 120vh !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.logo {
  position: absolute;
  right: 100px;
  top: 100px;
  width: 300px;
}
.logo img {
  width: 100%;
}

.mobile_open,
.mobile_ill {
  display: none;
}

.topline {
  height: 350px;
  position: absolute;
  z-index: 3;
  width: 100%;
  background: url("_assets/images/topline.png") no-repeat center bottom;
  background-size: 100%;
}

.logos {
  margin: 170px 0 70px 0;
  min-width: 1000px;
  background: #fff;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  gap: 40px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 150px;
}
.logos img {
  height: 100%;
  width: auto;
  margin: auto;
  display: block;
}

.linewawe2 {
  position: relative;
  width: 100%;
  -webkit-transform: translateY(-300px);
          transform: translateY(-300px);
}
.linewawe2 .line {
  height: 400px;
  top: -70px;
  position: absolute !important;
  z-index: 12;
  width: 100%;
  padding-right: 70px;
  text-align: right;
  background: url("../images/line_wave_new.svg") no-repeat center top;
  background-size: 100%;
}
.linewawe2 .line img {
  height: 344px;
}
.linewawe2 .line:before {
  width: calc(100% - 200px);
  height: 4px;
  content: "";
  position: absolute;
  bottom: 56px;
  left: 0;
  background: #8eb5dc;
}

.show {
  opacity: 1 !important;
}

.inside .sp .img img {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.inside h3 {
  color: #8eb5da;
  text-transform: uppercase;
}
.inside .img {
  position: relative;
  z-index: -1;
}
.inside .entertain .img img, .inside .workshop .img img {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.inside .sp_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.inside .sp_p .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.inside .sp_p .list a {
  width: 160px;
  height: 160px;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.inside .sp_p .list a img {
  width: 100% !important;
  margin: 0 !important;
}
.inside .sp_p .list a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.inside .fa {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
}
.inside .fa a {
  padding: 30px;
  border: 1px solid #ccc;
  font-size: 150%;
  color: black;
  text-decoration: none;
  display: block;
}
.inside .acc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}
.inside .acc .alone {
  -webkit-transition: 1s;
  transition: 1s;
}
.inside .acc .alone .txt {
  font-family: "Open Sans", sans-serif !important;
  padding: 20px 0 50px 0;
}
.inside .acc .alone .txt b, .inside .acc .alone .txt strong {
  font-family: "you2013bold" !important;
  margin-top: 50px;
}
.inside .acc .alone.op {
  opacity: 0.3;
}
.inside .acc .imge img {
  width: 100%;
}
.inside .acc .header {
  padding: 20px;
  font-size: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: 1px solid #eaeaea;
}
.inside .acc .header img {
  width: 100px;
  border-radius: 100px;
  margin: 0 !important;
}
.inside .acc .content {
  display: none;
}
.inside .contact_us a {
  color: black;
  text-decoration: none;
}
.inside .register form, .inside .contact_us form {
  position: relative;
  z-index: 1000 !important;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.inside .register form label span, .inside .contact_us form label span {
  display: block;
  padding-right: 12px;
}
.inside .register form .send, .inside .contact_us form .send {
  background: #005187 !important;
  border-radius: 10px !important;
  color: white;
  width: auto !important;
  border: none;
}
.inside .register form textarea, .inside .contact_us form textarea {
  height: 200px;
}
.inside .register form input, .inside .register form textarea, .inside .contact_us form input, .inside .contact_us form textarea {
  resize: none;
  width: 600px;
  padding: 16px 30px;
  font-size: 130%;
  border-radius: 4px;
  background: none;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 1px solid #333;
}
.inside ul {
  list-style: none;
}
.inside ul li {
  margin-bottom: 10px;
}
.inside .mission {
  background: url("../images/pages/uzor_2.png") no-repeat -500px center;
  background-size: 900px;
}
.inside .mission .img {
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.inside .mission .img img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: auto;
}
.inside .mission .img img:first-child {
  border-top-left-radius: 60px;
}
.inside .mission .img img:last-child {
  border-bottom-left-radius: 60px;
}
.inside .forum {
  background: url("../images/pages/uzor_2.png") no-repeat -500px center;
  background-size: 900px;
}
.inside .forum .img {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.inside .forum .img img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: auto;
}
.inside .forum .img img:first-child {
  border-top-left-radius: 60px;
}
.inside .forum .img img:last-child {
  border-bottom-left-radius: 60px;
}
.inside h1.bigg {
  top: 60px;
  font-size: 500% !important;
}
.inside .t404 {
  padding-top: 160px !important;
}
.inside section {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: -150px auto 0 auto;
}
.inside section h2 {
  font-size: 300%;
  text-align: right;
  margin: 0;
  margin-left: 100px;
}
.inside section .group {
  margin-top: 150px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1.6fr 1fr;
  grid-template-columns: 1.6fr 1fr;
}
.inside section .group h2, .inside section .group b, .inside section .group strong {
  color: #005187;
}
.inside section .group .txt {
  line-height: 1.6;
  text-align: right;
  font-size: 100%;
  padding: 0 100px;
  max-width: 60vw;
  justify-self: flex-end;
}
.inside section .group .txt img {
  width: 120px;
  margin-bottom: 60px;
}
.inside section .group .txt > * {
  font-family: "Open Sans", sans-serif !important;
}
.inside section .group .txt b, .inside section .group .txt strong {
  font-size: 140%;
  display: block;
}
.inside section .group .txt p {
  margin-bottom: 40px;
}
.inside section .group .txt p:last-child {
  margin-bottom: 0px !important;
}
.inside section .group img {
  width: 100%;
  height: auto;
}
.inside section .group2 {
  margin-top: 150px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.inside section .group2 h2 {
  margin-bottom: 50px;
  padding-right: 50px;
}
.inside section .group2 h2, .inside section .group2 b, .inside section .group2 strong {
  color: #005187;
}
.inside section .group2 .txt {
  width: 100%;
}
.inside section .group2 img {
  width: 100%;
  height: auto;
}
.inside nav li.selected a {
  opacity: 1;
}
.inside nav li a {
  opacity: 0.6;
  font-size: 100%;
}
.inside .menu {
  top: 60px;
}
.inside #content,
.inside #content canvas,
.inside .t_w_content,
.inside .blackGr2,
.inside .blackGr1 {
  min-height: 570px !important;
  height: 570px !important;
}
.inside .linewawe2 .line:before {
  display: none;
}

@media screen and (max-width: 1200px) {
  .biganim .bigillustration {
    height: 800px;
    background: url("/anim/bgmain.jpg") no-repeat 0px 115px !important;
  }
  .biganim .bigillustration {
    width: 600px !important;
    background-size: 600px !important;
  }
  .biganim .bigillustration .scissors {
    right: 155px;
    top: 415px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .biganim .bigillustration .ipeks {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .biganim .bigillustration .ipeks .ipek3 img {
    top: 530px;
    left: -162px;
  }
  .biganim .bigillustration .ipeks .ipek2 img {
    top: 210px;
    left: -92px;
  }
  .biganim .bigillustration .ipeks .ipek1 img {
    top: 950px;
    left: 260px;
  }
  .biganim .bigillustration .persons {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .biganim .bigillustration .persons .person1 img {
    top: 220px;
    left: 126px;
  }
  .biganim .bigillustration .persons .person2 img {
    top: 355px;
    left: 480px;
  }
  .biganim .bigillustration .persons .person3 img {
    top: 471px;
    left: 202px;
  }
  .biganim .bigillustration .persons .person4 img {
    top: 671px;
    left: 462px;
  }
  .biganim .bigillustration .khalchalar {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .biganim .bigillustration .khalchalar .khalcha1 img {
    left: -56px;
    top: 504px;
  }
  .biganim .bigillustration .khalchalar .khalcha2 img {
    left: 336px;
    top: 175px;
  }
  .biganim .bigillustration .khalchalar .khalcha3 img {
    left: 591px;
    top: 708px;
  }
  .biganim .bigillustration .gradients {
    display: none;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .blocks {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 500px) {
  .linewawe2 .line:before {
    width: 100% !important;
  }
  .ll {
    display: none;
  }
  .biganim {
    display: none;
  }
  .mobileanim {
    display: block;
  }
  .mobileanim .speech {
    padding: 12px 20px;
  }
  .mobileanim .speech a {
    display: block;
    font-size: 120%;
    color: rgb(9, 83, 120);
    text-decoration: none;
    margin-top: 6px;
  }
  .mobileanim img {
    width: 100vw;
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inside .linewawe2 .line {
    top: 200px !important;
  }
  .inside #content,
  .inside #content canvas,
  .inside .t_w_content,
  .inside .blackGr2,
  .inside .blackGr1 {
    min-height: 400px !important;
    height: 400px !important;
  }
  .register form input,
  .register form textarea,
  .contact_us form input,
  .contact_us form textarea {
    width: 100% !important;
  }
  .inside section h2 {
    line-height: 1;
    text-align: left !important;
    margin: 0;
  }
  .fa {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .group {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .group .img {
    position: static;
  }
  .group .txt {
    -ms-grid-column-align: auto !important;
        justify-self: auto !important;
    text-align: left !important;
    padding: 20px !important;
    max-width: 100% !important;
  }
  nav.menu {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
    width: 250px;
    padding: 12px 24px;
    border-radius: 10px;
    border-top-left-radius: 40px;
    left: auto;
    right: 5vw;
    position: fixed;
    bottom: 110px;
    background: linear-gradient(45deg, rgb(142, 181, 220) 0%, rgb(9, 83, 120) 100%);
    z-index: 10;
    top: auto !important;
  }
  nav.menu.show {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  nav.menu a {
    text-align: right;
    font-size: 120% !important;
  }
  .mobile_open {
    position: fixed;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, rgb(142, 181, 220) 0%, rgb(9, 83, 120) 100%);
    border-radius: 4px;
    bottom: 5vh;
    right: 5vw;
    display: flex !important;
  }
  .mobile_open div {
    width: 20px;
    height: 2px;
    background: #fff;
  }
  .welcomeblck {
    text-align: center;
    margin-bottom: 0;
  }
  .biganim {
    padding: 0;
    width: 100%;
    max-width: 100%;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .biganim .holder {
    display: none !important;
  }
  .biganim .blocks {
    gap: 20px;
  }
  .biganim .blocks > * {
    text-align: justify;
  }
  .biganim .absol {
    position: relative;
  }
  .biganim .absol .mobile_ill {
    display: block;
    height: 600px;
    width: 100%;
    margin-top: 50px;
    background: url("/anim/shablon.jpg") no-repeat center right;
    background-size: 600px;
  }
  .biganim .absol .bigillustration {
    display: none;
    width: 300px !important;
    height: 300px !important;
    background-size: 300px !important;
  }
  .move {
    display: none;
  }
  .move.mobile {
    display: block;
  }
  h1.bigg {
    right: 60px;
    bottom: 420px;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .months .month {
    display: none;
  }
  .months .month.big {
    display: block;
    width: 100%;
  }
  .linewawe2 .line {
    top: -70px;
    height: 290px;
    padding-right: 0;
  }
  .linewawe2 .line img {
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
  }
  .uzor {
    display: none;
  }
  .logo {
    width: 100px;
    top: 70px;
  }
  .logo img {
    width: 150px;
  }
  #content,
  .blackGr2,
  .blackGr1 {
    min-height: 100dvh;
    height: 100dvh;
  }
  #content canvas,
  .blackGr2 canvas,
  .blackGr1 canvas {
    min-height: 100dvh;
    height: 100dvh !important;
  }
  .abs {
    display: none !important;
    opacity: 0 !important;
  }
  footer nav {
    display: none;
  }
  .inside .logos {
    margin-top: 0 !important;
  }
  .logos {
    height: 120px;
    margin-top: -60px;
    margin-bottom: 40px;
    gap: 0;
    width: 100% !important;
    min-width: inherit;
  }
  .logos img {
    height: auto;
    width: 60px;
  }
  .logos img.b {
    width: 100px;
  }
}