body {
  position: relative;
  height: 100%;
  background-color: #00192e;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: normal;
  font-family: 'Archivo', sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: block;
  max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}
html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input,
textarea {
  color: #fff;
  font-family: 'Archivo', sans-serif;
  border-radius: 0;
}
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  font-family: 'Archivo', sans-serif;
  font-size: 15px;
  line-height: 25px;
}
td {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
}
form {
  padding: 0px;
  margin: 0px;
}
a {
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a,
span,
div,
button {
  outline: none !important;
}
input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.loaded .main-wrapper {
  opacity: 0;
}
.icon-load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.loaded .icon-load {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
.sk-folding-cube {
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  background: #00192e;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #51a8ff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(0.97) rotateZ(90deg);
          transform: scale(0.97) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(0.97) rotateZ(180deg);
          transform: scale(0.97) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(0.97) rotateZ(270deg);
          transform: scale(0.97) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::placeholder,
textarea::placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}
.grad {
  color: #51a8ff;
  background: -webkit-gradient(linear, left top, right top, color-stop(-11.49%, #51a8ff), to(#b17efc));
  background: linear-gradient(90deg, #51a8ff -11.49%, #b17efc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo/Archivo-Regular.eot");
  src: local("Archivo-Regular"), url("../fonts/Archivo/Archivo-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Archivo/Archivo-Regular.woff2") format('woff2'), url("../fonts/Archivo/Archivo-Regular.woff") format('woff'), url("../fonts/Archivo/Archivo-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo/Archivo-Bold.eot");
  src: local("Archivo-Bold"), url("../fonts/Archivo/Archivo-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Archivo/Archivo-Bold.woff2") format('woff2'), url("../fonts/Archivo/Archivo-Bold.woff") format('woff'), url("../fonts/Archivo/Archivo-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo/Archivo-ExtraBold.eot");
  src: local("Archivo-ExtraBold"), url("../fonts/Archivo/Archivo-ExtraBold.eot?#iefix") format('embedded-opentype'), url("../fonts/Archivo/Archivo-ExtraBold.woff2") format('woff2'), url("../fonts/Archivo/Archivo-ExtraBold.woff") format('woff'), url("../fonts/Archivo/Archivo-ExtraBold.ttf") format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.main-wrapper {
  padding: 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.wrapper {
  min-width: 320px;
  max-width: 1300px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
.section1 {
  background-image: url("../img/sect1bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.header {
  margin-bottom: 73px;
  padding: 46px 0;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__socs a {
  font-size: 15px;
}
.header__socs a:hover {
  color: #51a8ff;
}
.header__socs .delim {
  padding: 0 5px;
}
.s1 {
  margin-bottom: 250px;
}
.s1__t1 {
  margin-bottom: 10px;
  font-size: 100px;
  letter-spacing: 0.03em;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}
.s1__t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 815px;
  margin-bottom: 50px;
}
.s1__t2-l {
  width: 525px;
  margin-right: 30px;
  font-size: 50px;
  line-height: 54px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.s1__t2-r {
  width: 260px;
  color: #98afc4;
  font-size: 20px;
  line-height: 35px;
}
.s1__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s1__btns a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  height: 44px;
  background: rgba(255,255,255,0.05);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  padding: 0 20px 0 15px;
  border-radius: 40px;
  overflow: hidden;
  font-size: 15px;
}
.s1__btns a:hover {
  opacity: 0.8;
}
.s1__btns a img {
  margin-right: 10px;
}
.s2 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s2__left {
  width: 100%;
  margin-right: 50px;
}
.s2__left .t1 {
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 76px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.s2__left .t2 {
  font-size: 20px;
  line-height: 35px;
  color: #98afc3;
  margin-bottom: 67px;
}
.s2__right {
  width: 510px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.s2__img {
  width: calc(100% + 250px);
}
.s2__img-mob {
  display: none;
}
.s2__socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
  background-image: url("../img/socs_form.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.s2__socs a {
  width: 33.33%;
  height: 149px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #98afc3;
  text-align: center;
}
.s2__socs a:hover {
  opacity: 0.6;
}
.s2__list .item {
  margin-bottom: 40px;
}
.s2__list .item:last-child {
  margin-bottom: 0;
}
.s2__list .item .ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1.1;
}
.s2__list .item .ttl img {
  margin-right: 15px;
}
.s2__list .item .cont {
  color: #98afc3;
}
.section2 {
  position: relative;
  background-color: #000;
  padding-top: 160px;
  background-image: url("../img/sect2bg.svg");
  background-repeat: no-repeat;
  background-position: top 650px center;
}
.section2:before {
  content: '';
  width: calc(100% + 40px);
  height: 6vw;
  background-color: #000;
  position: absolute;
  left: -20px;
  top: -3vw;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.section2 .line1,
.section2 .line2 {
  height: 42px;
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: -3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.section2 .line1 .inner-line1,
.section2 .line2 .inner-line1,
.section2 .line1 .inner-line2,
.section2 .line2 .inner-line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  white-space: nowrap;
  position: absolute;
  padding-right: 60px;
}
.section2 .line1 .inner-line1,
.section2 .line2 .inner-line1 {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-animation: animateInfinite1 30s linear infinite;
          animation: animateInfinite1 30s linear infinite;
}
.section2 .line1 .inner-line2,
.section2 .line2 .inner-line2 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: animateInfinite2 30s linear infinite;
          animation: animateInfinite2 30s linear infinite;
}
.section2 .line1 span,
.section2 .line2 span {
  margin: 0 10px;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 800;
}
.section2 .line1 {
  background: -webkit-gradient(linear, left top, right top, color-stop(-11.49%, #51a8ff), to(#b17efc));
  background: linear-gradient(90deg, #51a8ff -11.49%, #b17efc 100%);
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  top: -3vw;
}
.section2 .line2 {
  background-color: #fff;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  top: -1vw;
}
.section2 .line2 .inner-line1 {
  -webkit-animation: animateInfinite1 40s linear infinite;
          animation: animateInfinite1 40s linear infinite;
}
.section2 .line2 .inner-line2 {
  -webkit-animation: animateInfinite2 40s linear infinite;
          animation: animateInfinite2 40s linear infinite;
}
.section2 .ttl {
  font-size: 70px;
  line-height: 76px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
}
.section2 .ttl2 {
  color: #98afc3;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 30px;
}
.section2 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 100px;
}
.section2 .items .item {
  width: 33.33%;
  padding: 50px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
}
.section2 .items .item.item1 {
  background-image: url("../img/bg_one1.png");
  padding-top: 70px;
}
.section2 .items .item.item1 .item__img {
  width: 100px;
  margin-bottom: 35px;
}
.section2 .items .item.item1 .star1 {
  bottom: 38px;
  right: 23px;
}
.section2 .items .item.item1 .star2 {
  right: 85px;
  top: -5px;
}
.section2 .items .item.item2 {
  background-image: url("../img/bg_one2.png");
}
.section2 .items .item.item2 .item__img {
  width: 110px;
  margin-bottom: 25px;
}
.section2 .items .item.item2 .star {
  top: 5px;
  right: 60px;
}
.section2 .items .item.item3 {
  background-image: url("../img/bg_one3.png");
}
.section2 .items .item.item3 .item__img {
  width: 104px;
  margin-bottom: 25px;
}
.section2 .items .item.item3 .star {
  left: 120px;
  top: 0;
}
.section2 .items .item__ttl {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.section2 .items .item__ttl .grad {
  display: block;
}
.section2 .items .item .star,
.section2 .items .item .star1,
.section2 .items .item .star2 {
  position: absolute;
}
.section2 .text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 110px;
}
.section2 .text-list .item {
  width: 33.33%;
  margin-bottom: 50px;
  padding-right: 20px;
}
.section2 .text-list .item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 35px;
}
.section2 .text-list .item .ttl img {
  margin-right: 15px;
  width: 35px;
}
.section2 .text-list .item .cont {
  max-width: 350px;
  padding-left: 50px;
  font-size: 20px;
  line-height: 35px;
  color: #98afc3;
}
.section3 {
  background-image: url("../img/sect3bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 250px;
  padding-bottom: 20px;
  min-height: 100vh;
}
.section3 .scroller {
  min-height: 510px;
  margin-bottom: 200px;
  width: 2193px;
}
.section3 .scroller__line {
  position: relative;
  padding: 0 43px;
}
.section3 .scroller__line-c-before {
  position: absolute;
  left: 0;
  top: 130px;
}
.section3 .scroller__line-c-after {
  position: absolute;
  right: 0;
  top: 130px;
}
.section3 .scroller__line-c-before-blue,
.section3 .scroller__line-c-after-blue {
  display: none;
}
.section3 .year {
  font-size: 70px;
  font-weight: 800;
  display: inline-block;
  line-height: 1;
}
.footer__line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer__socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__socs a {
  margin-left: 20px;
}
.footer__socs a:hover {
  opacity: 0.7;
}
.footer__logo span {
  padding-bottom: 5px;
  display: inline-block;
}
.footer__line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
.footer__line2 a:hover {
  color: #51a8ff;
}
.infoblock {
  width: 450px;
  position: absolute;
}
.infoblock.active .infoblock__ttl,
.infoblock.active li {
  text-decoration: line-through;
}
.infoblock--1 {
  top: 260px;
  left: 420px;
}
.infoblock--2 {
  top: -10px;
  left: 770px;
}
.infoblock--3 {
  top: 260px;
  left: 1120px;
}
.infoblock--4 {
  top: -10px;
  left: 1470px;
}
.infoblock__img {
  width: 48px;
  margin-bottom: 10px;
}
.infoblock__ttl {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 800;
}
.infoblock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infoblock__list .col {
  width: 50%;
  padding-right: 10px;
}
.infoblock__list .col li {
  list-style-type: disc;
  color: #98afc3;
  margin-left: 15px;
  margin-bottom: 2px;
}
.romb.active {
  fill: url("#gradient");
}
#line-mobile {
  display: none;
}
#line-color-mobile {
  stroke: url("#gradient-line-mob");
}
@-webkit-keyframes animateInfinite1 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes animateInfinite1 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes animateInfinite2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes animateInfinite2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 1080px) {
  .s1__t1 {
    font-size: 90px;
  }
  .s1__btns a {
    font-size: 14px;
  }
  .section2 .items .item {
    padding: 30px;
  }
  .section2 .items .item.item1 {
    padding-top: 50px;
  }
  .section2 .items .item__ttl {
    font-size: 22px;
  }
  .section2 .items .item .item__img {
    max-width: 80px;
  }
}
@media (max-width: 940px) {
  .s1__t1 {
    font-size: 10.4vw;
  }
  .s1__t2-l {
    font-size: 42px;
  }
  .s1__t2-r {
    font-size: 18px;
  }
  .s1__btns a img {
    width: 22px;
    margin-right: 7px;
  }
  .s1__btns a {
    padding: 0 15px 0 10px;
    margin-right: 5px;
    font-size: 13px;
  }
  .s2__img {
    display: none;
  }
  .s2 {
    padding-bottom: 0;
  }
  .s2 .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s2__right {
    margin: auto;
  }
  .section2 .text-list .item {
    width: 50%;
  }
  .section3 {
    padding-top: 150px;
  }
  .s2__img-mob {
    display: block;
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .s1 {
    margin-bottom: 150px;
  }
  .s1__btns a {
    margin-bottom: 10px;
  }
  .s1__t2-l {
    font-size: 5.4vw;
    line-height: 1.2;
    margin-right: 10px;
  }
  .s1__t2-r {
    font-size: 2.4vw;
    line-height: 1.8;
  }
  .s2__left {
    margin-right: 0;
  }
  .s2__left .t1 {
    font-size: 9.5vw;
  }
  .section2 .line2 {
    top: 1vw;
  }
  .section2 .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section2 .items .item {
    width: 100%;
    padding: 50px;
  }
  .section2 .items .item__ttl {
    font-size: 6vw;
  }
  .section2 .items .item .item__img {
    width: 20vw !important;
    max-width: 100%;
  }
}
@media (max-width: 580px) {
  .wrapper {
    padding: 0 10px;
  }
  .section2 .text-list .item {
    width: 100%;
  }
  .section2 .text-list .item .cont {
    max-width: 100%;
  }
  .section3 {
    background-image: url("../img/mobile_bottom_bg.png");
    padding-top: 100px;
  }
  .section3 .scroller {
    padding-left: 88px;
    width: auto;
  }
  .section3 .scroller__line {
    position: absolute;
    top: 120px;
    left: 25px;
    padding: 0;
  }
  .section3 .year {
    min-height: 213px;
  }
  #line-desktop {
    display: none;
  }
  .infoblock {
    position: static;
    width: auto;
    min-height: 366px;
  }
  .infoblock__ttl {
    font-size: 24px;
  }
  .infoblock__list {
    display: block;
  }
  .infoblock__list .col {
    width: 100%;
  }
  .infoblock__list .col li {
    font-size: 14px;
  }
  .section3 .scroller__line-c-before,
  .section3 .scroller__line-c-after {
    position: static;
  }
  .section3 .scroller__line-c-before-blue,
  .section3 .scroller__line-c-after-blue,
  #line-mobile {
    display: block;
  }
  .scroller__line-c-before-gray,
  .scroller__line-c-after-gray {
    display: none;
  }
  .infoblock--1 {
    margin-bottom: 40px;
  }
  .romb.active {
    fill: #b17ffd;
  }
  .section3 .scroller {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .s1__t2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s1__t2-l {
    font-size: 7vw;
    margin-bottom: 20px;
  }
  .s1__t2-r {
    width: 100%;
    font-size: 4vw;
  }
  .header__logo {
    max-width: 50%;
  }
  .s2__left .t1 {
    line-height: 1.3;
  }
  .s2__socs a {
    height: 28vw;
    font-size: 12px;
    line-height: 1;
  }
  .s2__socs a img {
    width: 40px;
  }
  .s2__list .item .ttl {
    font-size: 6vw;
  }
  .section2 .line2 {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
    top: 0;
  }
  .section2 .line1 {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  .section2 .ttl {
    font-size: 15.5vw;
  }
  .footer__line1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__logo {
    margin: 0 auto 30px;
    text-align: center;
  }
  .footer__socs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .footer__socs a {
    margin: 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .footer__line2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__line2 a,
  .footer__line2 p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 10px 0;
  }
}
@media (max-width: 400px) {
  .header__socs a {
    font-size: 13px;
  }
  .s2__left .t2 {
    font-size: 16px;
    line-height: 2;
  }
  .section2 .items .item {
    padding: 35px;
  }
  .section2 .items .item__ttl {
    font-size: 8vw;
  }
}