@charset "UTF-8";
/* line 1, ../sass/index/index-top.scss */
.i-top {
  position: relative;
  width: 100%;
}
/* line 6, ../sass/index/index-top.scss */
.i-top .container {
  position: relative;
  z-index: 2;
}
/* line 11, ../sass/index/index-top.scss */
.i-top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .4;
  pointer-events: none;
}

/* line 24, ../sass/index/index-top.scss */
.i-top-wr {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
  min-height: 830px;
}
/* line 34, ../sass/index/index-top.scss */
.i-top-wr .undertitle {
  color: #fff;
  font-size: 30px;
  margin-bottom: 3vh;
  display: block;
  padding-bottom: 1vh;
  border-bottom: 1px solid #ffffff45;
  width: max-content;
  text-shadow: 2px 2px BLACK;
}
/* line 45, ../sass/index/index-top.scss */
.i-top-wr .title {
  letter-spacing: 0;
  font-size: 120px;
  font-size: 80px;
  font-size: 90px;
  line-height: 1;
  color: #fff;
  text-shadow: 3px 3px BLACK;
  font-weight: 700;
}
/* line 55, ../sass/index/index-top.scss */
.i-top-wr .title i {
  display: block;
}
/* line 60, ../sass/index/index-top.scss */
.i-top-wr .grid-stack {
  width: 6px;
  height: 6px;
  margin-bottom: 2.4px;
  background-color: #fff;
  display: grid;
  border-radius: 2px;
}
/* line 68, ../sass/index/index-top.scss */
.i-top-wr .grid-stack span {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: coin-loop-orange;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-radius: inherit;
  transform-origin: center;
  will-change: transform;
  will-change: background-color, opacity, transform;
  animation-name: coin-loop-neutral;
  grid-column: 1;
  grid-row: 1;
}
/* line 82, ../sass/index/index-top.scss */
.i-top-wr .grid-stack span:first-child {
  animation-delay: 0.3333333333s;
}
/* line 86, ../sass/index/index-top.scss */
.i-top-wr .grid-stack span:nth-child(2) {
  animation-delay: 0.6666666667s;
}
/* line 90, ../sass/index/index-top.scss */
.i-top-wr .grid-stack span:nth-child(3) {
  animation-delay: 1s;
}
/* line 94, ../sass/index/index-top.scss */
.i-top-wr .grid-stack span:nth-child(4) {
  animation-delay: 1.3333333333s;
}
/* line 98, ../sass/index/index-top.scss */
.i-top-wr .grid-stack span:nth-child(5) {
  animation-delay: 1.6666666667s;
}
/* line 102, ../sass/index/index-top.scss */
.i-top-wr .grid-stack span:nth-child(6) {
  animation-delay: 2s;
}
/* line 107, ../sass/index/index-top.scss */
.i-top-wr .scroll {
  font-size: 12px;
  margin: 6vh 0;
  display: block;
  width: max-content;
  position: relative;
  gap: 5px;
  color: #fff;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 100px;
  background-color: #ffffff1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 123, ../sass/index/index-top.scss */
.i-top-wr .scroll:hover {
  background-color: #fff3;
}

@keyframes coin-loop-neutral {
  0% {
    background-color: #fff;
    opacity: 1;
    transform: translateY(0) scaleY(1);
    z-index: 1;
  }
  48% {
    opacity: 1;
  }
  80% {
    background-color: #f5b1a3;
    opacity: 0;
  }
  to {
    opacity: 0;
    transform: translateY(200%) scaleY(0);
    z-index: 7;
  }
}
/* line 153, ../sass/index/index-top.scss */
.i-top-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 164, ../sass/index/index-top.scss */
.i-top-left {
  max-width: 60%;
}

/* line 168, ../sass/index/index-top.scss */
.i-top-right {
  margin: 0 auto;
  max-width: 50%;
}

/* line 173, ../sass/index/index-top.scss */
.i-top-right-form {
  width: 430px;
  position: relative;
  margin: 0 auto;
  margin-bottom: -17vh;
}
/* line 179, ../sass/index/index-top.scss */
.i-top-right-form .img {
  width: 100%;
}
/* line 182, ../sass/index/index-top.scss */
.i-top-right-form .img img {
  display: block;
  width: 100%;
}
/* line 188, ../sass/index/index-top.scss */
.i-top-right-form .frm-label {
  position: absolute;
  top: 80px;
  left: 50px;
  width: calc(100% - 100px);
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}
/* line 199, ../sass/index/index-top.scss */
.i-top-right-form .frm-label-top {
  background-color: #e7e5de;
  padding: 12px 12px 24px;
  display: flex;
  justify-content: space-between;
}
/* line 205, ../sass/index/index-top.scss */
.i-top-right-form .frm-label-top .icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 212, ../sass/index/index-top.scss */
.i-top-right-form .frm-label-top .icon img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto;
}
/* line 221, ../sass/index/index-top.scss */
.i-top-right-form .frm-label-top .desc {
  width: calc(100% - 44px - 10px);
}
/* line 224, ../sass/index/index-top.scss */
.i-top-right-form .frm-label-top .desc p {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
/* line 231, ../sass/index/index-top.scss */
.i-top-right-form .frm-label-top .desc p b {
  font-weight: 700;
}
/* line 236, ../sass/index/index-top.scss */
.i-top-right-form .frm-label-top .desc span {
  display: block;
}
/* line 242, ../sass/index/index-top.scss */
.i-top-right-form form {
  background-color: #d2d0ca;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* line 249, ../sass/index/index-top.scss */
.i-top-right-form form input {
  width: 100%;
  height: 54px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  border: 1px solid transparent;
}
/* line 258, ../sass/index/index-top.scss */
.i-top-right-form form input.error {
  border-color: red !important;
}
/* line 263, ../sass/index/index-top.scss */
.i-top-right-form form .btn {
  width: 100%;
  border-radius: 5px;
}
/* line 269, ../sass/index/index-top.scss */
.i-top-right-form .frm-button {
  position: absolute;
  bottom: 80px;
  left: 50px;
  width: calc(100% - 100px);
  border-radius: 5px;
}

/* line 285, ../sass/index/index-top.scss */
html[lang="ru"] .i-top-wr .title i {
  font-size: .8em;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 296, ../sass/index/index-top.scss */
  .i-top-wr .undertitle {
    font-size: 26px;
  }
  /* line 300, ../sass/index/index-top.scss */
  .i-top-wr .title {
    font-size: 70px;
    font-size: 80px;
  }

  /* line 306, ../sass/index/index-top.scss */
  .i-top-right-form {
    width: 450px;
    width: 400px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 315, ../sass/index/index-top.scss */
  .i-top-wr .undertitle {
    font-size: 22px;
  }
  /* line 319, ../sass/index/index-top.scss */
  .i-top-wr .title {
    font-size: 62px;
    font-size: 65px;
  }

  /* line 325, ../sass/index/index-top.scss */
  .i-top-right-form {
    width: 400px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 333, ../sass/index/index-top.scss */
  .i-top-wr .undertitle {
    font-size: 20px;
  }
  /* line 337, ../sass/index/index-top.scss */
  .i-top-wr .title {
    font-size: 53px;
  }

  /* line 342, ../sass/index/index-top.scss */
  .i-top-right-form {
    width: 350px;
  }
  /* line 345, ../sass/index/index-top.scss */
  .i-top-right-form .frm-label {
    top: 60px;
    left: 45px;
    width: calc(100% - 90px);
  }
  /* line 351, ../sass/index/index-top.scss */
  .i-top-right-form .frm-label-top {
    font-size: 15px;
  }
  /* line 355, ../sass/index/index-top.scss */
  .i-top-right-form .frm-button {
    bottom: 60px;
    left: 45px;
    width: calc(100% - 90px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 368, ../sass/index/index-top.scss */
  .i-top-wr .undertitle {
    font-size: 18px;
  }
  /* line 372, ../sass/index/index-top.scss */
  .i-top-wr .title {
    font-size: 46px;
  }

  /* line 377, ../sass/index/index-top.scss */
  .i-top-right-form {
    width: 330px;
    margin-bottom: -6vh;
  }
  /* line 381, ../sass/index/index-top.scss */
  .i-top-right-form .frm-label {
    top: 60px;
    left: 45px;
    width: calc(100% - 90px);
  }
  /* line 387, ../sass/index/index-top.scss */
  .i-top-right-form .frm-button {
    bottom: 60px;
    left: 45px;
    width: calc(100% - 90px);
  }
  /* line 394, ../sass/index/index-top.scss */
  .i-top-right-form .frm-label-top {
    font-size: 14px;
    padding: 10px;
  }
  /* line 398, ../sass/index/index-top.scss */
  .i-top-right-form .frm-label-top .desc {
    width: calc(100% - 30px - 10px);
  }
  /* line 401, ../sass/index/index-top.scss */
  .i-top-right-form .frm-label-top .desc p {
    gap: 3px;
    margin-bottom: 4px;
  }
  /* line 407, ../sass/index/index-top.scss */
  .i-top-right-form .frm-label-top .icon {
    width: 30px;
    height: 30px;
  }
  /* line 415, ../sass/index/index-top.scss */
  .i-top-right-form form input {
    height: 46px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 425, ../sass/index/index-top.scss */
  .i-top-wr {
    flex-wrap: wrap;
    height: auto;
    padding-top: 150px;
  }
  /* line 430, ../sass/index/index-top.scss */
  .i-top-wr .undertitle {
    font-size: 18px;
  }
  /* line 434, ../sass/index/index-top.scss */
  .i-top-wr .title {
    font-size: 46px;
  }
  /* line 438, ../sass/index/index-top.scss */
  .i-top-wr .scroll {
    margin: 4vh 0 2vh;
  }

  /* line 443, ../sass/index/index-top.scss */
  .i-top-left {
    width: 100%;
    max-width: 100%;
  }

  /* line 448, ../sass/index/index-top.scss */
  .i-top-right {
    width: 100%;
    max-width: 100%;
  }

  /* line 453, ../sass/index/index-top.scss */
  .i-top-right-form {
    width: 370px;
    max-width: 400px;
    margin-bottom: -150px;
  }
  /* line 457, ../sass/index/index-top.scss */
  .i-top-right-form .frm-label {
    top: 70px;
    left: 45px;
    width: calc(100% - 90px);
  }
  /* line 463, ../sass/index/index-top.scss */
  .i-top-right-form .frm-button {
    bottom: 60px;
    left: 45px;
    width: calc(100% - 90px);
  }
  /* line 470, ../sass/index/index-top.scss */
  .i-top-right-form .frm-label-top {
    font-size: 14px;
    padding: 10px;
  }
  /* line 474, ../sass/index/index-top.scss */
  .i-top-right-form .frm-label-top .desc {
    width: calc(100% - 30px - 10px);
  }
  /* line 477, ../sass/index/index-top.scss */
  .i-top-right-form .frm-label-top .desc p {
    gap: 3px;
    margin-bottom: 4px;
  }
  /* line 483, ../sass/index/index-top.scss */
  .i-top-right-form .frm-label-top .icon {
    width: 30px;
    height: 30px;
  }
  /* line 491, ../sass/index/index-top.scss */
  .i-top-right-form form input {
    height: 46px;
    font-size: 14px;
  }

  /* line 498, ../sass/index/index-top.scss */
  html[lang="ru"] .i-top-wr .title i {
    font-size: .7em;
  }
}
/* line 1, ../sass/index/index-scroll.scss */
.i-scroll {
  position: relative;
}

/* line 5, ../sass/index/index-scroll.scss */
.i-scroll-sticky-wrap {
  height: 200vh;
}

/* line 12, ../sass/index/index-scroll.scss */
.i-scroll-sticky .title {
  letter-spacing: 0;
  font-size: 12vw;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  color: #0056fe;
}

/* line 24, ../sass/index/index-scroll.scss */
.i-scroll-sticky-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
}

/* line 33, ../sass/index/index-scroll.scss */
.i-scroll-blocks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* line 46, ../sass/index/index-scroll.scss */
.i-scroll-block {
  width: 200px;
  width: 11vw;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
}
/* line 54, ../sass/index/index-scroll.scss */
.i-scroll-block picture {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 59, ../sass/index/index-scroll.scss */
.i-scroll-block picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* line 69, ../sass/index/index-scroll.scss */
#sblock1 {
  left: 43%;
  top: 41.25%;
}

/* line 74, ../sass/index/index-scroll.scss */
#sblock2 {
  right: 45%;
  top: 45.125%;
  z-index: 4;
}

/* line 82, ../sass/index/index-scroll.scss */
#sblock3 {
  bottom: 27%;
  right: 44.75%;
  z-index: 2;
}

/* line 89, ../sass/index/index-scroll.scss */
#sblock4 {
  bottom: 28.25%;
  left: 43.25%;
  z-index: 5;
}

/* line 96, ../sass/index/index-scroll.scss */
#sblock5 {
  left: 42.5%;
  top: 43.25%;
  z-index: 3;
}

/* line 103, ../sass/index/index-scroll.scss */
.i-scroll-fix-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0vw;
  margin-top: -10vw;
  padding-bottom: 10vw;
}

/* line 113, ../sass/index/index-scroll.scss */
.i-scroll-fix-box-wr {
  position: relative;
  padding-top: 15vw;
  padding-bottom: 5vw;
  position: sticky;
  top: 0;
}
/* line 122, ../sass/index/index-scroll.scss */
.i-scroll-fix-box-wr:nth-child(1) .i-scroll-fix-box {
  position: relative;
  top: -7vw;
}
/* line 130, ../sass/index/index-scroll.scss */
.i-scroll-fix-box-wr:nth-child(2) .i-scroll-fix-box {
  position: relative;
  top: 0vw;
}
/* line 134, ../sass/index/index-scroll.scss */
.i-scroll-fix-box-wr:nth-child(2) .i-scroll-fix-box .icon {
  background-color: #0056fe;
}
/* line 138, ../sass/index/index-scroll.scss */
.i-scroll-fix-box-wr:nth-child(2) .i-scroll-fix-box span {
  color: #0056fe;
}
/* line 146, ../sass/index/index-scroll.scss */
.i-scroll-fix-box-wr:nth-child(3) .i-scroll-fix-box {
  position: relative;
  top: 7vw;
}
/* line 150, ../sass/index/index-scroll.scss */
.i-scroll-fix-box-wr:nth-child(3) .i-scroll-fix-box .icon {
  background-color: #fff;
}
/* line 155, ../sass/index/index-scroll.scss */
.i-scroll-fix-box-wr:nth-child(3) .i-scroll-fix-box .icon svg path {
  stroke: #000;
}
/* line 161, ../sass/index/index-scroll.scss */
.i-scroll-fix-box-wr:nth-child(3) .i-scroll-fix-box span {
  color: #fff;
}

/* line 168, ../sass/index/index-scroll.scss */
.i-scroll-fix-box {
  position: sticky;
  top: 0;
  /* Положение прилипания */
  padding: 10px;
  text-align: center;
  transition: top 0.3s ease-out;
  display: flex;
  justify-content: center;
  gap: 1vw;
  align-items: center;
}
/* line 179, ../sass/index/index-scroll.scss */
.i-scroll-fix-box .icon {
  width: 4.5vw;
  height: 4.5vw;
  padding: 7px;
  border-radius: 1vw;
  background: #00c3d6;
}
/* line 186, ../sass/index/index-scroll.scss */
.i-scroll-fix-box .icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
/* line 191, ../sass/index/index-scroll.scss */
.i-scroll-fix-box .icon svg.stroke {
  stroke: #fff;
}
/* line 198, ../sass/index/index-scroll.scss */
.i-scroll-fix-box span {
  text-align: center;
  font-size: 7vw;
  font-weight: 700;
  color: #00c3d6;
}

/* line 232, ../sass/index/index-scroll.scss */
html[lang="ru"] .i-scroll-sticky .title {
  font-size: 7vw;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  /* line 243, ../sass/index/index-scroll.scss */
  .i-scroll-sticky .title {
    font-size: 12vh;
  }

  /* line 248, ../sass/index/index-scroll.scss */
  .i-scroll-block {
    width: 30vw;
  }

  /* line 253, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box {
    gap: 2vw;
  }
  /* line 256, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box .icon {
    width: 9.5vw;
    height: 9.5vw;
    border-radius: 2vw;
  }
  /* line 262, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box span {
    font-size: 11vw;
  }

  /* line 267, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box-wr {
    padding-top: 44vh;
    padding-bottom: 44vh;
  }
  /* line 273, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box-wr:nth-child(1) .i-scroll-fix-box {
    top: -16vw;
  }
  /* line 280, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box-wr:nth-child(2) .i-scroll-fix-box {
    top: 0vw;
  }
  /* line 287, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box-wr:nth-child(3) .i-scroll-fix-box {
    top: 16vw;
  }

  /* line 294, ../sass/index/index-scroll.scss */
  #sblock1 {
    top: 44vh;
    left: 33%;
  }

  /* line 299, ../sass/index/index-scroll.scss */
  #sblock2 {
    right: 41%;
    top: 51vh;
  }

  /* line 305, ../sass/index/index-scroll.scss */
  #sblock3 {
    bottom: 32vh;
    right: 35.75%;
  }

  /* line 311, ../sass/index/index-scroll.scss */
  #sblock4 {
    bottom: 36vh;
    left: 32.25%;
  }

  /* line 317, ../sass/index/index-scroll.scss */
  #sblock5 {
    left: 40.5%;
    top: 43vh;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 328, ../sass/index/index-scroll.scss */
  .i-scroll-sticky .title {
    font-size: 8vh;
  }

  /* line 333, ../sass/index/index-scroll.scss */
  .i-scroll-block {
    width: 42vw;
  }

  /* line 337, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box {
    gap: 2vw;
  }
  /* line 340, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box .icon {
    width: 10.5vw;
    height: 10.5vw;
    border-radius: 2vw;
  }
  /* line 346, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box span {
    font-size: 14vw;
  }

  /* line 351, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box-wr {
    padding-top: 44vh;
    padding-bottom: 44vh;
  }
  /* line 357, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box-wr:nth-child(1) .i-scroll-fix-box {
    top: -16vw;
  }
  /* line 364, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box-wr:nth-child(2) .i-scroll-fix-box {
    top: 0vw;
  }
  /* line 371, ../sass/index/index-scroll.scss */
  .i-scroll-fix-box-wr:nth-child(3) .i-scroll-fix-box {
    top: 16vw;
  }

  /* line 378, ../sass/index/index-scroll.scss */
  #sblock1 {
    top: 44vh;
    left: 33%;
  }

  /* line 383, ../sass/index/index-scroll.scss */
  #sblock2 {
    right: 41%;
    top: 51vh;
  }

  /* line 389, ../sass/index/index-scroll.scss */
  #sblock3 {
    bottom: 32vh;
    right: 35.75%;
  }

  /* line 395, ../sass/index/index-scroll.scss */
  #sblock4 {
    bottom: 36vh;
    left: 32.25%;
  }

  /* line 401, ../sass/index/index-scroll.scss */
  #sblock5 {
    left: 40.5%;
    top: 43vh;
  }
}
/* line 1, ../sass/index/index-blog.scss */
.i-blog {
  position: relative;
}
/* line 4, ../sass/index/index-blog.scss */
.i-blog .container {
  width: 1200px;
  padding: 0;
}
/* line 9, ../sass/index/index-blog.scss */
.i-blog .site-title {
  color: #fff;
}
/* line 13, ../sass/index/index-blog.scss */
.i-blog .result {
  position: relative;
  margin-top: 45px;
}
/* line 19, ../sass/index/index-blog.scss */
.i-blog .result.animac .wow {
  visibility: visible !important;
}

/* line 26, ../sass/index/index-blog.scss */
.i-blog-tpl {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #414141;
  width: calc(100% - 85px);
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 25px;
  gap: 0 15px;
}
/* line 40, ../sass/index/index-blog.scss */
.i-blog-tpl:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 44, ../sass/index/index-blog.scss */
.i-blog-tpl .date {
  color: #fff;
  width: 130px;
  opacity: 0.5;
}
/* line 50, ../sass/index/index-blog.scss */
.i-blog-tpl .name {
  position: relative;
  width: calc(100% - 130px - 15px);
}
/* line 54, ../sass/index/index-blog.scss */
.i-blog-tpl .name span {
  opacity: 0.5;
}
/* line 59, ../sass/index/index-blog.scss */
.i-blog-tpl .arrow {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  transition: 0.3s ease all;
  top: 0;
  right: -85px;
  z-index: -1;
  background: #0056fe;
  width: 110px;
  height: 100%;
  border-radius: 15px;
  padding: 25px;
}
/* line 79, ../sass/index/index-blog.scss */
.i-blog-tpl .arrow svg {
  display: block;
  width: 23px;
  height: 23px;
}
@media (hover: hover) {
  /* line 88, ../sass/index/index-blog.scss */
  .i-blog-tpl .arrow {
    right: 5px;
  }
  /* line 93, ../sass/index/index-blog.scss */
  .i-blog-tpl:hover .arrow {
    right: -85px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 104, ../sass/index/index-blog.scss */
  .i-blog .container {
    width: 980px;
  }
  /* line 108, ../sass/index/index-blog.scss */
  .i-blog .result {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 119, ../sass/index/index-blog.scss */
  .i-blog .container {
    width: 738px;
  }
  /* line 123, ../sass/index/index-blog.scss */
  .i-blog .result {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 134, ../sass/index/index-blog.scss */
  .i-blog .container {
    width: calc(100% - 30px);
  }
  /* line 138, ../sass/index/index-blog.scss */
  .i-blog .result {
    margin-top: 30px;
  }

  /* line 143, ../sass/index/index-blog.scss */
  .i-blog-tpl {
    flex-wrap: wrap;
  }
  /* line 146, ../sass/index/index-blog.scss */
  .i-blog-tpl .date {
    width: 100%;
  }
  /* line 150, ../sass/index/index-blog.scss */
  .i-blog-tpl .name {
    width: 100%;
    margin-top: 10px;
  }
}
/* line 1, ../sass/index/index-services.scss */
.i-services {
  position: relative;
}
/* line 4, ../sass/index/index-services.scss */
.i-services .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  gap: 24px;
  width: 1460px;
}
/* line 19, ../sass/index/index-services.scss */
.i-services .container:nth-child(1) {
  justify-content: center;
}
/* line 23, ../sass/index/index-services.scss */
.i-services .container:nth-child(2) {
  margin-top: 50px;
}
/* line 28, ../sass/index/index-services.scss */
.i-services .site-title {
  text-align: center;
  color: #fff;
}

/* line 34, ../sass/index/index-services.scss */
.i-services-bl {
  position: relative;
  cursor: pointer;
  color: #fff;
  width: calc((100% - 24px * 2) / 3);
}
/* line 40, ../sass/index/index-services.scss */
.i-services-bl .img-wr {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}
/* line 46, ../sass/index/index-services.scss */
.i-services-bl .open-serv-info {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease all;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0056fe;
  bottom: 10px;
  right: 10px;
}
/* line 65, ../sass/index/index-services.scss */
.i-services-bl .open-serv-info svg, .i-services-bl .open-serv-info img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}
/* line 73, ../sass/index/index-services.scss */
.i-services-bl .img {
  display: block;
  overflow: hidden;
  isolation: isolate;
  border-radius: 10px;
  height: 470px;
}
/* line 81, ../sass/index/index-services.scss */
.i-services-bl .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease all;
}
/* line 91, ../sass/index/index-services.scss */
.i-services-bl .site-text b {
  font-weight: bold;
}
@media (hover: hover) {
  /* line 99, ../sass/index/index-services.scss */
  .i-services-bl:hover .img img {
    transform: scale(1.05);
  }
  /* line 104, ../sass/index/index-services.scss */
  .i-services-bl:hover .open-serv-info {
    transform: rotate(180deg);
  }
}

/* line 111, ../sass/index/index-services.scss */
.i-services-bg {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  width: 100%;
  background: rgba(0, 86, 254, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: 0.5s ease all;
  z-index: 100;
}
/* line 125, ../sass/index/index-services.scss */
.i-services-bg.active {
  opacity: 1;
  visibility: visible;
}

/* line 131, ../sass/index/index-services.scss */
.i-services-popup {
  position: absolute;
  overflow: auto;
  transform: translateX(100%);
  transition: 0.5s ease all;
  height: 100%;
  top: 0;
  right: 0;
  background: 50%;
  background: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 110px 100px;
  width: 50%;
}
/* line 146, ../sass/index/index-services.scss */
.i-services-popup.active {
  transform: translateX(0);
  transition-delay: 0.3s;
}
/* line 151, ../sass/index/index-services.scss */
.i-services-popup .close-serv-info {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s ease all;
  transform: rotate(45deg);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0056fe;
  top: 17px;
  left: 5px;
}
/* line 172, ../sass/index/index-services.scss */
.i-services-popup .close-serv-info svg, .i-services-popup .close-serv-info img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
  fill: #fff;
}
/* line 181, ../sass/index/index-services.scss */
.i-services-popup .site-text {
  margin: 20px 0;
}

@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 191, ../sass/index/index-services.scss */
  .i-services .container {
    width: 1200px;
  }

  /* line 198, ../sass/index/index-services.scss */
  .i-services-bl .img {
    height: 390px;
  }

  /* line 203, ../sass/index/index-services.scss */
  .i-services-popup {
    padding: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 211, ../sass/index/index-services.scss */
  .i-services .container {
    width: 980px;
  }

  /* line 218, ../sass/index/index-services.scss */
  .i-services-bl .img {
    height: 360px;
  }

  /* line 223, ../sass/index/index-services.scss */
  .i-services-popup {
    padding: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 231, ../sass/index/index-services.scss */
  .i-services .container {
    width: 738px;
  }
  /* line 234, ../sass/index/index-services.scss */
  .i-services .container:nth-child(2) {
    margin-top: 35px;
  }

  /* line 242, ../sass/index/index-services.scss */
  .i-services-bl .open-serv-info {
    width: 36px;
    height: 36px;
  }
  /* line 248, ../sass/index/index-services.scss */
  .i-services-bl .img {
    height: 300px;
  }

  /* line 253, ../sass/index/index-services.scss */
  .i-services-popup {
    padding: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 261, ../sass/index/index-services.scss */
  .i-services .container {
    width: calc(100% - 30px);
  }
  /* line 264, ../sass/index/index-services.scss */
  .i-services .container:nth-child(2) {
    margin-top: 35px;
    gap: 35px;
  }
  /* line 270, ../sass/index/index-services.scss */
  .i-services .site-title.fz34 {
    font-size: 20px;
  }

  /* line 275, ../sass/index/index-services.scss */
  .i-services-bl {
    width: 100%;
  }
  /* line 278, ../sass/index/index-services.scss */
  .i-services-bl .open-serv-info {
    width: 36px;
    height: 36px;
  }
  /* line 283, ../sass/index/index-services.scss */
  .i-services-bl .img {
    height: 47vw;
  }

  /* line 288, ../sass/index/index-services.scss */
  .i-services-popup {
    padding: 70px 15px 40px;
    width: 95%;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 0;
    bottom: 0;
    top: initial;
    border-top-right-radius: 30px;
    transform: translateY(100%);
  }
  /* line 299, ../sass/index/index-services.scss */
  .i-services-popup.active {
    transform: translateY(0);
  }
  /* line 303, ../sass/index/index-services.scss */
  .i-services-popup .close-serv-info {
    top: 10px;
    left: 10px;
  }
}
/* line 1, ../sass/index/index-review.scss */
.i-review {
  position: relative;
  color: #fff;
}
/* line 5, ../sass/index/index-review.scss */
.i-review .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 13, ../sass/index/index-review.scss */
.i-review .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 21, ../sass/index/index-review.scss */
.i-review .result {
  position: relative;
  width: 428px;
  margin: 0 auto;
  margin-top: 120px;
}

/* line 29, ../sass/index/index-review.scss */
.i-review-bl {
  position: sticky;
  bottom: 100px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: #ffffff1a;
  border-radius: 10px;
  box-shadow: 0 -4px 16px #0000000d;
  margin-bottom: 8px;
  padding: 20px 15px;
}
/* line 40, ../sass/index/index-review.scss */
.i-review-bl:nth-child(1) {
  z-index: 10;
}
/* line 43, ../sass/index/index-review.scss */
.i-review-bl:nth-child(1) .ava {
  background-color: #EF6C00;
}
/* line 48, ../sass/index/index-review.scss */
.i-review-bl:nth-child(2) {
  z-index: 9;
  bottom: 90px;
}
/* line 52, ../sass/index/index-review.scss */
.i-review-bl:nth-child(2) .ava {
  background-color: #5449f1;
}
/* line 57, ../sass/index/index-review.scss */
.i-review-bl:nth-child(3) {
  z-index: 8;
  bottom: 80px;
}
/* line 61, ../sass/index/index-review.scss */
.i-review-bl:nth-child(3) .ava {
  background-color: #d34ac1;
}
/* line 66, ../sass/index/index-review.scss */
.i-review-bl:nth-child(4) {
  z-index: 7;
  bottom: 70px;
}
/* line 71, ../sass/index/index-review.scss */
.i-review-bl .rev {
  opacity: 0.7;
  line-height: 1.5;
}
/* line 76, ../sass/index/index-review.scss */
.i-review-bl .who {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 0 10px;
  margin-top: 15px;
}
/* line 88, ../sass/index/index-review.scss */
.i-review-bl .ava {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #6A1B9A;
  color: #fff;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 108, ../sass/index/index-review.scss */
  .i-review .result {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 117, ../sass/index/index-review.scss */
  .i-review .result {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 126, ../sass/index/index-review.scss */
  .i-review .result {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 136, ../sass/index/index-review.scss */
  .i-review .result {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 146, ../sass/index/index-review.scss */
  .i-review-wr {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 153, ../sass/index/index-review.scss */
  .i-review .result {
    margin-top: 30px;
    max-width: 428px;
    width: 100%;
  }
}
/* line 1, ../sass/index/index-value.scss */
.i-value {
  position: relative;
  color: #fff;
  padding: 150px 0 100px;
}

/* line 7, ../sass/index/index-value.scss */
.i-value-top, .i-value-wr {
  position: relative;
  display: flex;
  justify-content: space-between;
}
/* line 12, ../sass/index/index-value.scss */
.i-value-top .col, .i-value-wr .col {
  width: 50%;
}

/* line 17, ../sass/index/index-value.scss */
.i-value-undertitle {
  font-size: 14px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 7px 14px;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 27, ../sass/index/index-value.scss */
.i-value-top {
  padding-bottom: 100px;
}

/* line 31, ../sass/index/index-value.scss */
.i-value-wr {
  padding-bottom: 50px;
  border-bottom: 1px solid #ffffff21;
  margin-bottom: 50px;
}
/* line 36, ../sass/index/index-value.scss */
.i-value-wr b, .i-value-wr .site-title {
  opacity: .5;
  transition: .3s ease-in-out;
}
/* line 43, ../sass/index/index-value.scss */
.i-value-wr.active b, .i-value-wr.active .site-title {
  opacity: 1;
}
/* line 48, ../sass/index/index-value.scss */
.i-value-wr:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 54, ../sass/index/index-value.scss */
.i-value-wr b {
  display: inline-block;
  width: 25%;
  font-size: 22px;
}

/* line 61, ../sass/index/index-value.scss */
.i-value-qq {
  padding: 16px;
  border-radius: 16px;
  font-size: 16px;
  background-color: #ffffff1a;
  margin-top: 100px;
}
/* line 68, ../sass/index/index-value.scss */
.i-value-qq p {
  opacity: .7;
}

/* line 73, ../sass/index/index-value.scss */
.i-value-qq-user {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}
/* line 79, ../sass/index/index-value.scss */
.i-value-qq-user .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 95, ../sass/index/index-value.scss */
.i-value-qq-user .des span {
  display: block;
}
/* line 99, ../sass/index/index-value.scss */
.i-value-qq-user .des small {
  display: block;
  margin-top: 5px;
  opacity: .8;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 109, ../sass/index/index-value.scss */
  .i-value {
    padding: 130px 0 90px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 116, ../sass/index/index-value.scss */
  .i-value {
    padding: 100px 0 80px;
  }

  /* line 120, ../sass/index/index-value.scss */
  .i-value-top {
    padding-bottom: 80px;
  }

  /* line 124, ../sass/index/index-value.scss */
  .i-value-wr {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  /* line 129, ../sass/index/index-value.scss */
  .i-value-qq {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 136, ../sass/index/index-value.scss */
  .i-value {
    padding: 100px 0 80px;
  }

  /* line 140, ../sass/index/index-value.scss */
  .i-value-top {
    padding-bottom: 80px;
  }

  /* line 144, ../sass/index/index-value.scss */
  .i-value-wr {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  /* line 149, ../sass/index/index-value.scss */
  .i-value-qq {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 156, ../sass/index/index-value.scss */
  .i-value {
    padding: 100px 0 80px;
  }

  /* line 160, ../sass/index/index-value.scss */
  .i-value-top {
    padding-bottom: 60px;
    flex-wrap: wrap;
  }
  /* line 164, ../sass/index/index-value.scss */
  .i-value-top .col {
    width: 100%;
  }

  /* line 169, ../sass/index/index-value.scss */
  .i-value-wr {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  /* line 174, ../sass/index/index-value.scss */
  .i-value-qq {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 181, ../sass/index/index-value.scss */
  .i-value {
    padding: 50px 0 50px;
  }

  /* line 185, ../sass/index/index-value.scss */
  .i-value-top {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  /* line 189, ../sass/index/index-value.scss */
  .i-value-top .col {
    width: 100%;
  }

  /* line 194, ../sass/index/index-value.scss */
  .i-value-wr {
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
  }
  /* line 201, ../sass/index/index-value.scss */
  .i-value-wr b {
    font-size: 20px;
  }
  /* line 205, ../sass/index/index-value.scss */
  .i-value-wr .col {
    width: 100%;
  }

  /* line 210, ../sass/index/index-value.scss */
  .i-value-qq {
    margin-top: 70px;
  }
}
/* line 1, ../sass/index/index-sheme.scss */
.i-sheme {
  position: relative;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
/* line 7, ../sass/index/index-sheme.scss */
.i-sheme .container {
  position: relative;
  z-index: 2;
}

/* line 13, ../sass/index/index-sheme.scss */
#planet-container {
  width: 100vw;
  height: 100vh;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 100vh;
  pointer-events: none;
}

/* line 25, ../sass/index/index-sheme.scss */
.i-sheme-top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}
/* line 34, ../sass/index/index-sheme.scss */
.i-sheme-top .fw600 {
  margin-bottom: 24px;
}

/* line 39, ../sass/index/index-sheme.scss */
.i-sheme-undertitle {
  font-size: 14px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 7px 14px;
  line-height: 1;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* line 51, ../sass/index/index-sheme.scss */
.i-sheme-wr {
  position: relative;
  margin-top: 100px;
  z-index: 2;
  padding-bottom: 9vw;
}
/* line 58, ../sass/index/index-sheme.scss */
.i-sheme-wr svg circle {
  pointer-events: none;
}
/* line 63, ../sass/index/index-sheme.scss */
.i-sheme-wr::after {
  content: '';
  position: absolute;
  top: 1vw;
  width: 0.8vw;
  height: 100%;
  bottom: 0;
  left: 35.358vw;
  background-color: #222222;
  z-index: -1;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 2px, transparent 50px);
  background-size: 50px 100%;
  pointer-events: none;
}

/* line 85, ../sass/index/index-sheme.scss */
.i-sheme-row {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
/* line 91, ../sass/index/index-sheme.scss */
.i-sheme-row:nth-child(1) {
  position: relative;
}
/* line 94, ../sass/index/index-sheme.scss */
.i-sheme-row:nth-child(1) .i-sheme-row-line {
  width: 63vw;
  margin-left: auto;
}
/* line 101, ../sass/index/index-sheme.scss */
.i-sheme-row:nth-child(2) {
  margin: 7vw 0px 7vw;
}
/* line 105, ../sass/index/index-sheme.scss */
.i-sheme-row:nth-child(3) {
  width: 76vw;
}

/* line 110, ../sass/index/index-sheme.scss */
#romb1 {
  position: absolute;
  top: -1.6vw;
  left: 34vw;
  --color-block: #0057ff;
}
/* line 116, ../sass/index/index-sheme.scss */
#romb1 .rect {
  background-color: var(--color-block);
}

/* line 121, ../sass/index/index-sheme.scss */
#romb2 {
  position: absolute;
  top: -1.6vw;
  left: 59vw;
  --color-block: #1fb5ff;
}
/* line 127, ../sass/index/index-sheme.scss */
#romb2 .rect {
  background-color: var(--color-block);
}

/* line 132, ../sass/index/index-sheme.scss */
#romb3 {
  position: absolute;
  top: -1.6vw;
  left: 76vw;
  --color-block: #85fcff;
}
/* line 138, ../sass/index/index-sheme.scss */
#romb3 .rect {
  background-color: var(--color-block);
}

/* line 143, ../sass/index/index-sheme.scss */
#romb4 {
  position: absolute;
  top: -1.6vw;
  left: 10vw;
  --color-block: #00c3d6;
}
/* line 150, ../sass/index/index-sheme.scss */
#romb4 .rect {
  background-color: var(--color-block);
}

/* line 155, ../sass/index/index-sheme.scss */
#romb5 {
  position: absolute;
  top: -1.6vw;
  left: 34vw;
  --color-block: #85fcff;
}
/* line 161, ../sass/index/index-sheme.scss */
#romb5 .rect {
  background-color: var(--color-block);
}

/* line 166, ../sass/index/index-sheme.scss */
#romb6 {
  position: absolute;
  top: -1.6vw;
  left: 69vw;
  --color-block: #1fb5ff;
}
/* line 172, ../sass/index/index-sheme.scss */
#romb6 .rect {
  background-color: var(--color-block);
}

/* line 177, ../sass/index/index-sheme.scss */
#romb7 {
  position: absolute;
  top: -1.6vw;
  left: 34vw;
  --color-block: #0057ff;
}
/* line 183, ../sass/index/index-sheme.scss */
#romb7 .rect {
  background-color: var(--color-block);
}

/* line 188, ../sass/index/index-sheme.scss */
#romb8 {
  position: absolute;
  top: -1.6vw;
  left: 45vw;
  --color-block: #0057ff;
}
/* line 194, ../sass/index/index-sheme.scss */
#romb8 .rect {
  background-color: var(--color-block);
}

/* line 199, ../sass/index/index-sheme.scss */
#romb9 {
  position: absolute;
  top: -1.6vw;
  left: 86vw;
  --color-block: #0057ff;
}
/* line 205, ../sass/index/index-sheme.scss */
#romb9 .rect {
  background-color: var(--color-block);
}

/* line 210, ../sass/index/index-sheme.scss */
#romb10 {
  position: absolute;
  top: -1.6vw;
  left: 45vw;
  --color-block: #0057ff;
}
/* line 216, ../sass/index/index-sheme.scss */
#romb10 .rect {
  background-color: var(--color-block);
}

/* line 221, ../sass/index/index-sheme.scss */
#romb11 {
  position: absolute;
  top: -1.6vw;
  left: 51vw;
  --color-block: #0057ff;
}
/* line 227, ../sass/index/index-sheme.scss */
#romb11 .rect {
  background-color: var(--color-block);
}

/* line 232, ../sass/index/index-sheme.scss */
#romb12 {
  position: absolute;
  top: -1.6vw;
  left: 60vw;
  --color-block: #0057ff;
}
/* line 238, ../sass/index/index-sheme.scss */
#romb12 .rect {
  background-color: var(--color-block);
}

/* line 243, ../sass/index/index-sheme.scss */
#romb13 {
  position: absolute;
  top: -1.6vw;
  left: 75vw;
  --color-block: #0057ff;
}
/* line 249, ../sass/index/index-sheme.scss */
#romb13 .rect {
  background-color: var(--color-block);
}

/* line 254, ../sass/index/index-sheme.scss */
.i-sheme-row-line {
  width: 100%;
  background-color: #222222;
  height: .8vw;
  background-color: #222222;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 2px, transparent 50px);
  background-size: 50px 100%;
  pointer-events: none;
}

/* line 274, ../sass/index/index-sheme.scss */
.i-sheme-romb:hover .drop {
  opacity: 1;
  pointer-events: all;
}
/* line 280, ../sass/index/index-sheme.scss */
.i-sheme-romb .rect {
  background-color: #fff;
  width: 3.5vw;
  height: 4vw;
  clip-path: polygon(50% 0%, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);
}
/* line 287, ../sass/index/index-sheme.scss */
.i-sheme-romb .drop {
  position: absolute;
  top: 83%;
  left: 2.5vw;
  z-index: 2;
  opacity: 0;
  transition: .3s ease-in-out;
  pointer-events: none;
}
/* line 296, ../sass/index/index-sheme.scss */
.i-sheme-romb .drop.left {
  left: initial;
  right: 2.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* line 303, ../sass/index/index-sheme.scss */
.i-sheme-romb .drop.left svg {
  transform: none;
}
/* line 307, ../sass/index/index-sheme.scss */
.i-sheme-romb .drop.left p {
  margin-left: 0;
  margin-right: 1.6vw;
}
/* line 313, ../sass/index/index-sheme.scss */
.i-sheme-romb .drop svg {
  width: 2vw;
  height: 2vw;
  transform: scaleX(-1);
}
/* line 319, ../sass/index/index-sheme.scss */
.i-sheme-romb .drop p {
  padding: .5vw 1vw;
  background: var(--color-block);
  color: #000;
  font-size: 1vw;
  margin-left: 1.6vw;
  margin-top: -.5vw;
  white-space: nowrap;
}

/* line 331, ../sass/index/index-sheme.scss */
#pointer-first, #text-box-first, #text-first, #pointer-second-yellow, #text-box-second-yellow, #text-second-yellow, #pointer-second-pink, #text-box-second-pink, #text-second-pink, #pointer-second-orange, #text-box-second-orange, #text-second-orange, #pointer-third-yellow, #text-box-third-yellow, #text-third-yellow, #pointer-third-pink, #text-box-third-pink, #text-third-pink, #pointer-third-orange, #text-box-third-orange, #text-third-orange, #pointer-fourth-yellow, #text-box-fourth-yellow, #text-fourth-yellow, #pointer-fourth-pink, #text-box-fourth-pink, #text-fourth-pink, #pointer-fourth-orange, #text-box-fourth-orange, #text-fourth-orange, #pointer-fifth-yellow, #text-box-fifth-yellow, #text-fifth-yellow, #pointer-fifth-pink, #text-box-fifth-pink, #text-fifth-pink, #pointer-fifth-orange, #text-box-fifth-orange, #text-fifth-orange {
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease-out;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 340, ../sass/index/index-sheme.scss */
  .i-sheme-wr {
    margin-top: 10vw;
    padding-bottom: 15vw;
  }
  /* line 344, ../sass/index/index-sheme.scss */
  .i-sheme-wr:after {
    width: 2.8vw;
  }

  /* line 351, ../sass/index/index-sheme.scss */
  .i-sheme-row .rect {
    width: 5.5vw;
    height: 6vw;
  }
  /* line 356, ../sass/index/index-sheme.scss */
  .i-sheme-row:nth-child(2) {
    margin: 12vw 0px 12vw;
  }

  /* line 365, ../sass/index/index-sheme.scss */
  .i-sheme-romb .drop svg {
    width: 7vw;
    height: 5vw;
  }
  /* line 370, ../sass/index/index-sheme.scss */
  .i-sheme-romb .drop p {
    padding: 1.5vw 2vw;
    font-size: 2.7vw;
  }

  /* line 378, ../sass/index/index-sheme.scss */
  .i-sheme-row-line {
    height: 2.8vw;
  }
}
/* line 1, ../sass/index/index-rect.scss */
.i-rect {
  position: relative;
  overflow: hidden;
  transform: translateX(0);
  transition: transform 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/* line 7, ../sass/index/index-rect.scss */
.i-rect.show {
  transform: translateX(-22vw);
}

/* line 12, ../sass/index/index-rect.scss */
.i-rect-top {
  position: relative;
  color: #fff;
}
/* line 16, ../sass/index/index-rect.scss */
.i-rect-top .divider-svg {
  --color-midnight-blue: #1b2978;
  color: color-mix(in srgb, var(--color-midnight-blue) 20%, transparent);
  height: 46.9444444444vw;
  left: -5.2083333333vw;
  -webkit-mask-image: linear-gradient(180deg, #000 10%, #000 50%, transparent 90%);
  mask-image: linear-gradient(180deg, #000 10%, #000 50%, transparent 90%);
  position: absolute;
  top: 1.7361111111vw;
  width: 6.6666666667vw;
}
/* line 29, ../sass/index/index-rect.scss */
.i-rect-top .box {
  width: 38%;
  margin-left: auto;
  margin-right: 10%;
  padding: 65px 0 30vw;
  position: relative;
}
/* line 36, ../sass/index/index-rect.scss */
.i-rect-top .box span {
  font-size: 14px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 7px 14px;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 48, ../sass/index/index-rect.scss */
.i-rect-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 18vw;
  height: 15.6vw;
  color: #0057ff;
  transform: translateX(-50%);
  left: 50%;
  transform-origin: center center;
  /* Центр вращения */
}
/* line 61, ../sass/index/index-rect.scss */
.i-rect-abs path {
  fill: none;
  stroke: currentcolor;
}
/* line 66, ../sass/index/index-rect.scss */
.i-rect-abs .hover {
  opacity: 0;
  background: linear-gradient(140deg, #163854 0, #3d7dbf 36%, #439ec3 65%, #90d3ee 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 289 251'%3E%3Cpath fill='currentcolor' d='M150.995 4.25 286.528 239c2.887 5-.722 11.25-6.495 11.25H8.967c-5.773 0-9.382-6.25-6.495-11.25L138.005 4.25c2.887-5 10.103-5 12.99 0'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 289 251'%3E%3Cpath fill='currentcolor' d='M150.995 4.25 286.528 239c2.887 5-.722 11.25-6.495 11.25H8.967c-5.773 0-9.382-6.25-6.495-11.25L138.005 4.25c2.887-5 10.103-5 12.99 0'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  transition: opacity 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  z-index: -1;
  opacity: 1;
}

/* line 88, ../sass/index/index-rect.scss */
.i-rect-wr {
  display: flex;
  flex-direction: column;
}

/* line 93, ../sass/index/index-rect.scss */
.i-rect-row {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}

/* line 101, ../sass/index/index-rect.scss */
#position .i-rect-box {
  position: relative;
  transform: translateY(-150%) rotate(-180deg) scale(0.5);
  opacity: 0;
  transition: none;
}
/* line 107, ../sass/index/index-rect.scss */
#position .i-rect-box span {
  opacity: 0;
}
/* line 111, ../sass/index/index-rect.scss */
#position .i-rect-box .hover {
  opacity: 1;
}

/* line 118, ../sass/index/index-rect.scss */
.i-rect-box {
  width: 18vw;
  height: 15.6vw;
  position: relative;
  color: #0057ff;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  pointer-events: none;
  font-size: .8vw;
}
/* line 128, ../sass/index/index-rect.scss */
.i-rect-box.disable {
  pointer-events: none !important;
}
/* line 132, ../sass/index/index-rect.scss */
.i-rect-box.opacity {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
/* line 137, ../sass/index/index-rect.scss */
.i-rect-box.opacity span {
  opacity: 1 !important;
}
/* line 141, ../sass/index/index-rect.scss */
.i-rect-box.opacity .hover {
  opacity: 0 !important;
}
/* line 147, ../sass/index/index-rect.scss */
.i-rect-box.opacity:hover span {
  color: #fff !important;
}
/* line 151, ../sass/index/index-rect.scss */
.i-rect-box.opacity:hover .hover {
  opacity: 1 !important;
}
/* line 157, ../sass/index/index-rect.scss */
.i-rect-box .hover {
  opacity: 0;
  background: linear-gradient(140deg, #163854 0, #3d7dbf 36%, #439ec3 65%, #90d3ee 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 289 251'%3E%3Cpath fill='currentcolor' d='M150.995 4.25 286.528 239c2.887 5-.722 11.25-6.495 11.25H8.967c-5.773 0-9.382-6.25-6.495-11.25L138.005 4.25c2.887-5 10.103-5 12.99 0'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 289 251'%3E%3Cpath fill='currentcolor' d='M150.995 4.25 286.528 239c2.887 5-.722 11.25-6.495 11.25H8.967c-5.773 0-9.382-6.25-6.495-11.25L138.005 4.25c2.887-5 10.103-5 12.99 0'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  transition: opacity 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  z-index: -1;
}
/* line 179, ../sass/index/index-rect.scss */
.i-rect-box:hover span {
  color: #fff !important;
}
/* line 183, ../sass/index/index-rect.scss */
.i-rect-box:hover .hover {
  opacity: 1 !important;
}
/* line 188, ../sass/index/index-rect.scss */
.i-rect-box span {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1.5vw 3vw;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  width: calc(100% - 6vw);
  padding-right: 1vw;
}
/* line 199, ../sass/index/index-rect.scss */
.i-rect-box span:after {
  content: '+';
  position: absolute;
  right: 0;
  top: -.2em;
  font-size: inherit;
  font-size: 1.3em;
}
/* line 210, ../sass/index/index-rect.scss */
.i-rect-box svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 217, ../sass/index/index-rect.scss */
.i-rect-box svg path {
  fill: none;
  stroke: currentcolor;
}

/* line 224, ../sass/index/index-rect.scss */
body.show {
  overflow: hidden;
}

/* line 228, ../sass/index/index-rect.scss */
.i-rect-aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  opacity: 0;
  transition: 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.3s;
}
/* line 243, ../sass/index/index-rect.scss */
.i-rect-aside.show {
  pointer-events: all;
  opacity: 1;
  transition: 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/* line 248, ../sass/index/index-rect.scss */
.i-rect-aside.show .i-rect-aside-wrap {
  transform: translateX(0);
}

/* line 254, ../sass/index/index-rect.scss */
.i-rect-aside-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
}

/* line 264, ../sass/index/index-rect.scss */
.i-rect-aside-close {
  display: flex;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 2vw 0 auto;
  gap: 7px;
  cursor: pointer;
  align-items: center;
}
/* line 273, ../sass/index/index-rect.scss */
.i-rect-aside-close svg {
  width: 16px;
  height: 16px;
}

/* line 279, ../sass/index/index-rect.scss */
.i-rect-aside-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 33.33vw;
  color: #0057ff;
  background-color: #fff;
  position: relative;
  z-index: 2;
  height: 100vh;
  padding-top: 2.2vw;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 296, ../sass/index/index-rect.scss */
.i-rect-aside-body {
  padding: 5.2083333333vw;
  display: flex;
  flex-direction: column;
  gap: 3vh;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 308, ../sass/index/index-rect.scss */
  .i-rect.show {
    transform: translateX(-32vw);
  }

  /* line 314, ../sass/index/index-rect.scss */
  .i-rect-aside-wrap {
    width: 44vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 323, ../sass/index/index-rect.scss */
  .i-rect.show {
    transform: translateX(-32vw);
  }

  /* line 331, ../sass/index/index-rect.scss */
  #position .i-rect-box {
    transform: none !important;
  }

  /* line 336, ../sass/index/index-rect.scss */
  .i-rect-wr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* line 343, ../sass/index/index-rect.scss */
  .i-rect-row {
    display: contents;
  }

  /* line 347, ../sass/index/index-rect.scss */
  .i-rect-box {
    opacity: 1 !important;
    width: 40vw;
    height: 35.6vw;
    font-size: 2vw;
  }
  /* line 354, ../sass/index/index-rect.scss */
  .i-rect-box.disable {
    display: none !important;
  }

  /* line 361, ../sass/index/index-rect.scss */
  .i-rect-top .box {
    padding-top: 40px;
    width: 100%;
    margin-right: 0;
    padding-bottom: 8vw;
  }
  /* line 367, ../sass/index/index-rect.scss */
  .i-rect-top .box svg {
    display: none !important;
  }

  /* line 373, ../sass/index/index-rect.scss */
  .i-rect-aside-wrap {
    width: 44vw;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 382, ../sass/index/index-rect.scss */
  .i-rect.show {
    transform: translateX(-32vw);
  }

  /* line 390, ../sass/index/index-rect.scss */
  #position .i-rect-box {
    transform: none !important;
  }

  /* line 395, ../sass/index/index-rect.scss */
  .i-rect-wr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* line 402, ../sass/index/index-rect.scss */
  .i-rect-row {
    display: contents;
  }

  /* line 406, ../sass/index/index-rect.scss */
  .i-rect-box {
    opacity: 1 !important;
    width: 48vw;
    height: 42.6vw;
    font-size: 2.8vw;
  }
  /* line 412, ../sass/index/index-rect.scss */
  .i-rect-box span {
    margin: 2.5vw 7vw;
    width: calc(100% - 14vw);
    padding-right: 1vw;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  /* line 423, ../sass/index/index-rect.scss */
  .i-rect-box span:after {
    right: 0;
    top: 0;
    font-size: inherit;
    font-size: 1.3em;
    right: initial;
    left: 0;
    position: relative;
    order: -1;
  }
  /* line 436, ../sass/index/index-rect.scss */
  .i-rect-box.disable {
    display: none !important;
  }

  /* line 443, ../sass/index/index-rect.scss */
  .i-rect-top .box {
    padding-top: 40px;
    width: 100%;
    margin-right: 0;
    padding-bottom: 8vw;
  }
  /* line 449, ../sass/index/index-rect.scss */
  .i-rect-top .box svg {
    display: none !important;
  }

  /* line 455, ../sass/index/index-rect.scss */
  .i-rect-aside-wrap {
    width: 90vw;
    padding-bottom: 100px;
    padding-top: 9vw;
  }

  /* line 461, ../sass/index/index-rect.scss */
  .i-rect-aside-body {
    padding: 9.208333vw;
    padding-bottom: 0;
  }

  /* line 466, ../sass/index/index-rect.scss */
  .i-rect-aside-close {
    font-size: 15px;
    margin: 0 6vw 0 auto;
  }
}
/* line 19, ../sass/index.scss */
html {
  scroll-behavior: smooth;
}

/* line 24, ../sass/index.scss */
.wow {
  visibility: hidden;
}
