.historyWrapper {
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 100%;
  color: #cdcccc;
  background: #000;
  min-width: 980px;
  box-sizing: content-box;
}

.historyWrapper p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.historyWrapper .mob {
  display: none !important;
}
.historyWrapper a {
  text-decoration: none;
  color: white;
}
.historyWrapper a:visited {
  color: white;
}
.historyWrapper a:hover {
  opacity: .65;
}
#layout.pc {
  position: relative;
  min-height: 100%;
  width: 100%;
  min-width: 980px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
  background: url("../history/i/bg.png") 0 0 repeat;
}
#layout.pc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 600px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0.2)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
}
#layout.pc:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;

  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 15%,
    #000000 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(15%, rgba(0, 0, 0, 0)),
    color-stop(100%, #000000)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 15%,
    #000000 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 15%,
    #000000 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 15%,
    #000000 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 15%,
    #000000 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.historyWrapper .noscroll body {
  height: auto !important;
}
.noscroll #layout {
  position: fixed !important;
  overflow: hidden;
  top: 0;
  left: 0;
  height: auto !important;
  max-width: 100%;
}

.historyWrapper .noscroll .swiper {
  position: fixed !important;
  overflow: hidden;
  top: 0;
  left: 0;
  height: auto !important;
  max-width: 100%;
}

.historyWrapper .noscroll .footer {
  display: none;
}
.historyWrapper .noscroll .white-bottom {
  display: none;
}
.historyWrapper .wrapper {
  width: 980px;
  margin: 0 auto;
}
.historyWrapper .link {
  text-decoration: none;
  cursor: pointer;
}
.historyWrapper .link_color_orange {
  color: #ffb565;
  transition: opacity 0.2s ease-in-out;
}
.link_color_orange:visited {
  color: #ffb565;
}
.link_color_orange:hover {
  color: #ffb565;
  opacity: 0.8;
}
.historyWrapper .link_color_blue {
  color: #004993;
  transition: opacity 0.2s ease-in-out;
}
.link_color_blue:visited {
  color: #004993;
}
.link_color_blue:hover {
  color: #004993;
  opacity: 0.8;
}
.historyWrapper .title {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.historyWrapper .title_size_xxl {
  font-size: 5em;
}
.historyWrapper .title_size_xl {
  font-size: 2.5em;
}
.historyWrapper .title_size_l {
  font-size: 1.875em;
}
.historyWrapper .title_size_m {
  font-size: 1.375em;
}
.historyWrapper .text {
  padding: 0;
  margin: 0;
}
.historyWrapper .text_size_xl {
  font-size: 1.25em;
}
.historyWrapper .text_size_l-xl {
  font-size: 1.0625em;
}
.historyWrapper .text_size_l {
  font-size: 1em;
}
.historyWrapper .text_size_m-l {
  font-size: 0.9125em;
}
.historyWrapper .text_size_m {
  font-size: 0.875em;
}
.historyWrapper .text_size_s-m {
  font-size: 0.8125em;
}
.historyWrapper .text_size_s {
  font-size: 0.75em;
}
.historyWrapper .text_color_white {
  color: white;
}
.historyWrapper .text_color_blue {
  color: #0098d1;
}
.historyWrapper .text_color_lightgray {
  color: #e7e7e7;
}
.historyWrapper .text_weight_light {
  font-weight: 300;
}
.historyWrapper .text_weight_semi {
  font-weight: 600;
}
.historyWrapper .text_weight_bold {
  font-weight: 700;
}

.historyWrapper .text_style_italic {
  font-style: italic;
}
.historyWrapper .text_transform_upper {
  text-transform: uppercase;
}
.historyWrapper .button {
  position: relative;
  cursor: pointer;
  border: 0;
  display: inline-block;
}
.historyWrapper .button_blue {
  font-size: 1.125em;
  text-transform: uppercase;
  padding: 9px 35px 10px 35px;
  border-radius: 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out;
  background: #00c5e7;
  background: -moz-linear-gradient(top, #00c5e7 0%, #0061af 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #00c5e7),
    color-stop(100%, #0061af)
  );
  background: -webkit-linear-gradient(top, #00c5e7 0%, #0061af 100%);
  background: -o-linear-gradient(top, #00c5e7 0%, #0061af 100%);
  background: -ms-linear-gradient(top, #00c5e7 0%, #0061af 100%);
  background: linear-gradient(to bottom, #00c5e7 0%, #0061af 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c5e7', endColorstr='#0061af', GradientType=0);
}
.button_blue:hover {
  background: #00a5d3;
  background: -moz-linear-gradient(top, #00a5d3 0%, #004793 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #00a5d3),
    color-stop(100%, #004793)
  );
  background: -webkit-linear-gradient(top, #00a5d3 0%, #004793 100%);
  background: -o-linear-gradient(top, #00a5d3 0%, #004793 100%);
  background: -ms-linear-gradient(top, #00a5d3 0%, #004793 100%);
  background: linear-gradient(to bottom, #00a5d3 0%, #004793 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a5d3', endColorstr='#004793', GradientType=0);
}
.historyWrapper .ul_unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.historyWrapper .content__text {
  line-height: 1.6em;
}
.content__text p,
.historyWrapper .content__text div {
  margin: 10px 0;
}
.content__text p:first-child,
.content__text div:first-child {
  margin-top: 0;
}
.historyWrapper .headerHistory {
  position: fixed;
  z-index: 99;
  left: 0;
  width: 100%;
  height: 85px;
  transition: top .15s;
}

.historyWrapper .header-top {
  top: 36px;
}
.historyWrapper .headerHistory .wrapper {
  position: relative;
  width: 90%;
}
.historyWrapper .header-line {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 60px;
  top: 12px;
  left: 0;
  background-color: black;
  box-shadow: 0 5px 1px 2px rgba(0, 0, 0, 0.25);
}
.historyWrapper .headerHistory .header__progress-wrapper {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 60px;
}
.historyWrapper .header-progress {
  display: block;
  width: 7%;
  height: 60px;
  box-shadow: inset 4px 2px 10px rgba(0, 0, 0, 0.25);
  background: #00a3d6;
  background: -moz-linear-gradient(top, #00a3d6 0%, #0074bb 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #00a3d6),
    color-stop(100%, #0074bb)
  );
  background: -webkit-linear-gradient(top, #00a3d6 0%, #0074bb 100%);
  background: -o-linear-gradient(top, #00a3d6 0%, #0074bb 100%);
  background: -ms-linear-gradient(top, #00a3d6 0%, #0074bb 100%);
  background: linear-gradient(to bottom, #00a3d6 0%, #0074bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3d6', endColorstr='#0074bb', GradientType=0);
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.historyWrapper .headerHistory .header__logo {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 85px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 10px;
  padding-left: 15px;
}
.headerHistory .header__logo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background-color: white;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.historyWrapper .headerHistory .header__logo img {
  position: relative;
  z-index: 1;
}
.historyWrapper .header-years {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  z-index: 2;
  margin-top: 15px;
  margin-left: 50px;
}
.header-years:before {
  content: "";
  position: absolute;
  left: 0;
  top: 29px;
  display: block;
  font-size: 0;
  width: 96%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.historyWrapper .header-years__year {
  position: absolute;
  top: 0;
  display: inline-block;
  text-decoration: none;
  color: white;
  transition: color 0.2s ease-in-out;
}
.header-years__year:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: black;
  margin: -4px 0 0 -5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: background 0.2s ease-in-out;
}
.header-years__year:visited {
  color: white;
}
.header-years__year:hover {
  color: #d4d4d4;
}
.header-years__year:hover:before {
  background-color: #2d2d2d;
}
.header-years__year.active:before {
  background-color: white;
}
.historyWrapper .header-years__year-first {
  margin-left: 13px;
  margin-bottom: 17px;
}
.historyWrapper .header-years__year_1917 {
  left: -18px;
}
.historyWrapper .header-years__year_1954 {
  left: 18%; /* Adjusted position for responsiveness */
}

.historyWrapper .header-years__year_1970 {
  left: 30%; /* Adjusted position for responsiveness */
}

.historyWrapper .header-years__year_1980 {
  left: 39%; /* Adjusted position for responsiveness */
}

.historyWrapper .header-years__year_1990 {
  left: 55%; /* Adjusted position for responsiveness */
}

.historyWrapper .header-years__year_1996 {
  left: 65%; /* Adjusted position for responsiveness */
}

.historyWrapper .header-years__year_2000 {
  left: 70%; /* Adjusted position for responsiveness */
}
.historyWrapper .header-years__year_2010 {
  left: 84%
}
.historyWrapper .content {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.historyWrapper .beginning {
  position: relative;
}
.historyWrapper .beginning__bg {
  position: absolute;
  z-index: 1;
  width: 1280px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -640px;
  background: url("../history/i/beginning-mainimg.jpg") 50% 0 no-repeat;
}
.historyWrapper .beginning__wrapper {
  position: relative;
  padding-top: 115px;
}
.historyWrapper .main-title {
  position: relative;
  z-index: 5;
  display: block;
  text-align: center;
}
.historyWrapper .main-title__wrapper {
  display: inline-block;
  vertical-align: top;
}
.historyWrapper .main-title__sub {
  text-transform: uppercase;
  font-size: 1.125em;
  color: #ffb565;

  margin: 0;
}
.historyWrapper .main-title__title {
  position: relative;
  color: white;
  font-size: 6em;
  text-transform: uppercase;
  
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  line-height: 1.1em;
  letter-spacing: 0.02em;
  margin: 10px 0 0 0;
}
.main-title__title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: -4px;
  background-color: white;
}
.main-title__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: -4px;
  background-color: white;
}
.historyWrapper .main-title-first-letter {
  font-size: 1.125em;
}
.historyWrapper .main-title__title_mini {
  font-size: 3.75em;
  line-height: 1.2em;
}
.historyWrapper .main-title__est {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.historyWrapper .main-title__est-leftline {
  float: left;
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.main-title__est-leftline:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}
.historyWrapper .main-title__est-rightline {
  float: left;
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.main-title__est-rightline:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}
.historyWrapper .main-title__est-est {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 80px;
  text-align: center;
  margin-left: -40px;
  font-size: 1.125em;
  font-family: "idealist_sanslight";
  text-transform: uppercase;
}
.historyWrapper .content-box {
  position: relative;
  z-index: 5;
}
.historyWrapper .content-box__title {
  text-align: left;
}
.historyWrapper .content-box__title-year {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  font-size: 5.375em;
  text-transform: uppercase;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  letter-spacing: -0.05em;
}
.historyWrapper .content-box__title-text {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  font-size: 1.875em;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-top: -10px;
}
.historyWrapper .content-box__subtitle {
  color: #b2e8ff;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-top: 10px;
}
.historyWrapper .content-box__text {
  width: 100%;
  margin-top: 20px;
  line-height: 1.65em;
}
.content-box__text p,
.historyWrapper .content-box__text div {
  margin: 15px 0;
}
.historyWrapper .content-box__more {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
}
.content-box__more:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 185px;
  height: 1px;
  font-size: 0;
  background: rgba(255, 255, 255, 0.3);
}
.historyWrapper .content-box__more .link {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  padding-left: 32px;
}
.content-box__more .link:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #ffb565;
  border-radius: 50%;
  background: url("../history/i/arrow.png") 50% 50% no-repeat;
}
.historyWrapper .beginning__nakadzhim.historyWrapper a {
  position: absolute;
  z-index: 5;
  font-style: italic;
  color: white;
  top: 640px;
  left: 30px;
}
.historyWrapper .beginning__tv {
  position: absolute;
  z-index: 9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  left: 50%;
  margin-left: -250px;
  text-align: center;
  top: 420px;
  padding-top: 195px;
  width: 250px;
  min-height: 220px;
  cursor: pointer;
  background: url("../history/i/tv.png") 0 0 no-repeat;
}
.historyWrapper .beginning__tv-title {
  text-transform: uppercase;
  color: #ffb565;
  font-size: 0.9125em;
  font-weight: 700;
}
.historyWrapper .beginning__tv-desc {
  font-size: 0.8125em;
  color: #b6b5b5;
  font-style: italic;
}
.historyWrapper .slider {
  margin-left: -50px;
}
.historyWrapper .slider_round .slider_round__item {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 5px solid #f1f2f2;
  object-fit: cover;
  overflow: hidden;
  text-align: center;
}
.historyWrapper .slider__item {
  text-align: center;
  -webkit-transform: scale(0.82, 0.82);
  -ms-transform: scale(0.82, 0.82);
  transform: scale(0.82, 0.82);
  transition: transform 0.2s ease-in-out;
}
.slider__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.historyWrapper .slider__item img {
  display: block;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}
.historyWrapper .slider__item.slick-center {
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.historyWrapper .slider__item.slick-center img {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.45);
}
.slider__item.slick-center:after {
  opacity: 0;
}
.historyWrapper .year__1917 {
  width: 410px;
  margin: 10px 0 0 525px;
}
.historyWrapper .year__1917 .content-box__text {
  width: 90%;
}
.historyWrapper .year__1931 {
  width: 430px;
  margin-left: 25px;
  margin-top: -40px;
}
.historyWrapper .year__1931 .content-box__more {
  max-width: 220px;
}
.historyWrapper .year__1946 {
  width: 445px;
  margin-top: -20px;
  margin-left: 525px;
}
.historyWrapper .year__1946-photo {
  position: absolute;
  top: 40px;
  left: -510px;
  width: 495px;
  height: 360px;
  background: url("../history/i/year-1946_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1953 {
  width: 430px;
  margin-left: 25px;
  margin-top: 125px;
}
.historyWrapper .year__1953-photo {
  position: absolute;
  top: 170px;
  right: -380px;
  width: 392px;
  height: 317px;
  background: url("../history/i/year-1953_photo.png");
}
.historyWrapper .year__1953-logo {
  position: absolute;
  top: -50px;
  right: -510px;
  width: 290px;
  padding-top: 180px;
  text-align: center;
  font-style: italic;
  color: #b2e8ff;
  background: url("../history/i/year-1953_logo.jpg") 50% 50% no-repeat;
}
.historyWrapper .star {
  position: relative;
  margin-top: 100px;
}
.historyWrapper .year__1954 {
  width: 440px;
  margin-left: 525px;
  margin-top: 15px;
}
.historyWrapper .year__1954-photo {
  position: absolute;
  top: 60px;
  left: -550px;
  width: 490px;
  height: 450px;
  text-align: center;
  background: url("../history/i/year-1954_photo.png") 50% 100% no-repeat;
}
.historyWrapper .year__1958 {
  width: 430px;
  margin-left: 25px;
  margin-top: 75px;
}
.historyWrapper .year__1958-photo {
  position: absolute;
  z-index: 1;
  top: 750px;
  margin-left: -20px;
  left: 50%;
  width: 680px;
  height: 584px;
  background: url("../history/i/year-1958_photo.jpg") 0 0 no-repeat;
}
.historyWrapper .year__1961 {
  width: 440px;
  margin-left: 525px;
  margin-top: 200px;
}
.historyWrapper .year__1961-photo {
  position: absolute;
  top: 0;
  left: -500px;
  width: 370px;
  height: 320px;
  background: url("../history/i/year-1961_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1961-slider {
  position: absolute;
  left: -500px;
  top: 280px;
  width: 460px;
  text-align: center;
  overflow: hidden;
}
.historyWrapper .year__1965 {
  width: 430px;
  margin-left: 25px;
  margin-top: 90px;
}
.historyWrapper .year__1965 .content-box__more {
  max-width: 290px;
}
.year__1965 .content-box__more,
.historyWrapper .year__1965 .content-box__text {
  position: relative;
  z-index: 2;
}
.historyWrapper .year__1965-photo {
  position: absolute;
  top: 0;
  right: -500px;
  width: 480px;
  height: 360px;
  background: url("../history/i/year-1965_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1965-photo-2 {
  position: absolute;
  z-index: 1;
  bottom: 435px;
  left: 50%;
  margin-left: -280px;
  width: 370px;
  height: 260px;
  background: url("../history/i/year-1965_photo-2.jpg") 0 0 no-repeat;
}
.historyWrapper .year__1965-slider {
  position: absolute;
  top: 320px;
  right: -500px;
  width: 460px;
  overflow: hidden;
}
.historyWrapper .year__1969 {
  width: 440px;
  margin-left: 525px;
  margin-top: 110px;
}
.historyWrapper .year__1969-photo {
  position: absolute;
  top: -30px;
  left: -505px;
  width: 430px;
  height: 300px;
  background: url("../history/i/year-1969_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1969-photo-2 {
  position: absolute;
  top: 250px;
  left: -500px;
  width: 425px;
  height: 226px;
  background: url("../history/i/year-1969_photo-2.png") 0 0 no-repeat;
}
.historyWrapper .attack {
  position: relative;
  margin-top: 90px;
}
.historyWrapper .attack__title .main-title__title {
  text-shadow: 0 0 200px rgba(255, 255, 255, 0.65);
}
.historyWrapper .year__1971 {
  width: 440px;
  margin-left: 25px;
  margin-top: 15px;
}
.historyWrapper .year__1971-photo {
  position: absolute;
  top: 80px;
  width: 545px;
  height: 330px;
  right: -540px;
  background: url("../history/i/year-1971_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1971-slider {
  position: absolute;
  width: 460px;
  overflow: hidden;
  top: 315px;
  right: -470px;
}
.historyWrapper .year__1972 {
  width: 460px;
  margin-left: 525px;
  margin-top: 130px;
}
.historyWrapper .year__1972-photo {
  position: absolute;
  top: 40px;
  left: -550px;
  width: 510px;
  height: 400px;
  background: url("../history/i/year-1972_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1977 {
  width: 420px;
  margin-left: 25px;
  margin-top: 100px;
}
.historyWrapper .year__1977-photo {
  position: absolute;
  top: 20px;
  right: -550px;
  width: 502px;
  height: 474px;
  background: url("../history/i/year-1977_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1977-pics {
  position: absolute;
  top: 450px;
  right: -480px;
  width: 420px;
}
.historyWrapper .year__1977-pics__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}
.historyWrapper .year__1977-pics__item img {
  display: block;
}
.historyWrapper .horizons {
  position: relative;
  margin-top: 180px;
}
.historyWrapper .year__1983 {
  width: 450px;
  margin-left: 525px;
  margin-top: 25px;
}
.year__1983 .content-box__title,
.year__1983 .content-box__subtitle,
.historyWrapper .year__1983 .content-box__text {
  position: relative;
  z-index: 2;
}
.historyWrapper .year__1983-photo {
  position: absolute;
  top: 75px;
  left: -625px;
  width: 565px;
  height: 265px;
  background: url("../history/i/year-1983_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1983-photo-2 {
  position: absolute;
  top: -50px;
  right: -30px;
  width: 360px;
  height: 215px;
  background: url("../history/i/year-1983_photo-2.png") 0 0 no-repeat;
}
.historyWrapper .year__1984 {
  width: 430px;
  margin-left: 25px;
  margin-top: 120px;
}
.historyWrapper .year__1984-photo {
  position: absolute;
  width: 570px;
  height: 490px;
  top: 135px;
  right: -550px;
  background: url("../history/i/year-1984_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1984-2 {
  width: 460px;
  margin-left: 525px;
  margin-top: 50px;
}
.historyWrapper .year__1984-2-photo {
  position: absolute;
  top: 140px;
  left: -540px;
  width: 510px;
  height: 250px;
  background: url("../history/i/year-1984-2_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1985 {
  width: 430px;
  margin-left: 25px;
  margin-top: 60px;
}
.historyWrapper .year__1985-photo {
  position: absolute;
  top: 100px;
  left: 465px;
  width: 420px;
  height: 260px;
  background: url("../history/i/year-1985_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1985-slider {
  position: absolute;
  top: 310px;
  right: -490px;
  width: 460px;
  overflow: hidden;
}
.historyWrapper .year__1989 {
  width: 440px;
  margin-left: 525px;
  margin-top: 120px;
}
.historyWrapper .year__1989-photo {
  position: absolute;
  top: -30px;
  left: -540px;
  width: 513px;
  height: 534px;
  background: url("../history/i/year-1989_photo.png") 0 0 no-repeat;
}
.historyWrapper .racing {
  position: relative;
  margin-top: 140px;
}
.historyWrapper .racing__title {
  position: relative;
}
.racing__title:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 55px;
  width: 260px;
  height: 280px;
  background: url("../history/i/racing.png") 0 0 no-repeat;
}
.racing__title:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -100px;
  right: 55px;
  width: 260px;
  height: 280px;
  background: url("../history/i/racing.png") 0 0 no-repeat;
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.historyWrapper .racing__title .main-title__est {
  z-index: 2;
}
.historyWrapper .racing__title-button {
  margin-top: 20px;
}
.historyWrapper .year__1991 {
  width: 440px;
  margin-top: 100px;
  margin-left: 25px;
}
.historyWrapper .year__1991-photo {
  position: absolute;
  top: 60px;
  right: -550px;
  width: 530px;
  height: 300px;
  background: url("../history/i/year-1991_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1991-slider {
  position: absolute;
  top: 265px;
  right: -500px;
  width: 460px;
  overflow: hidden;
}
.historyWrapper .year__1992 {
  width: 440px;
  margin-left: 525px;
  margin-top: 210px;
}
.historyWrapper .year__1992 .content-box__more {
  z-index: 2;
  position: relative;
}
.historyWrapper .year__1992-photo {
  position: absolute;
  width: 420px;
  height: 300px;
  top: 50px;
  left: -600px;
  background: url("../history/i/year-1992_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1992-photo-2 {
  position: absolute;
  bottom: -145px;
  left: -250px;
  width: 439px;
  height: 164px;
  background: url("../history/i/year-1992_photo-2.png") 0 0 no-repeat;
}
.historyWrapper .year__1992-2 {
  width: 450px;
  margin-top: 30px;
  margin-left: 25px;
}
.historyWrapper .year__1992-2-photo {
  position: absolute;
  top: 75px;
  right: -460px;
  width: 450px;
  height: 240px;
  background: url("../history/i/year-1992-2_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1992-2-slider {
  position: absolute;
  right: -470px;
  top: 300px;
  width: 460px;
  overflow: hidden;
}
.historyWrapper .year__1995 {
  width: 440px;
  margin-left: 525px;
  margin-top: 170px;
  height: 580px;
}
.historyWrapper .year__1995-photo {
  position: absolute;
  top: 50px;
  left: -650px;
  width: 558px;
  height: 364px;
  background: url("../history/i/year-1995_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__1995-slider {
  position: absolute;
  left: -605px;
  top: 305px;
  width: 460px;
  text-align: center;
  overflow: hidden;
}
.historyWrapper .test {
  position: relative;
  margin-top: 85px;
}
.historyWrapper .test__title .main-title__title {
  text-shadow: 0 0 200px rgba(255, 255, 255, 0.65);
}
.historyWrapper .year__1997 {
  width: 440px;
  margin-left: 525px;
  margin-top: 20px;
}
.historyWrapper .year__1997-photo {
  position: absolute;
  top: 160px;
  left: -530px;
  width: 444px;
  height: 195px;
  background: url("../history/i/year-1997_photo.png") 0 0 no-repeat;
}
.historyWrapper .think {
  position: relative;
  margin-top: 55px;
}
.historyWrapper .year_white .content-box__subtitle {
  color: #2261a1;
}
.historyWrapper .year_white .content-box__text {
  color: #999;
}
.year_white .content-box__more:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.year_white .content-box__more .link:before {
  border-color: #004993;
  background-image: url("../history/i/arrow_blue.png");
}
.historyWrapper .year__2002 {
  width: 440px;
  margin-left: 25px;
  margin-top: 25px;
}
.historyWrapper .year__2002-photo {
  position: absolute;
  width: 480px;
  height: 250px;
  top: 0;
  right: -530px;
  background: url("../history/i/year-2002_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__2002-slider {
  position: absolute;
  top: 200px;
  right: -520px;
  width: 460px;
  overflow: hidden;
}
.historyWrapper .year__2002-slider .slick-dots li button {
  background-color: #c5c5c5;
}
.historyWrapper .year__2002-slider .slick-dots li.slick-active button {
  background-color: #004993;
}
.historyWrapper .year__2003 {
  width: 440px;
  margin-left: 525px;
  margin-top: 85px;
}
.historyWrapper .year__2003-photo {
  position: absolute;
  z-index: 2;
  width: 500px;
  height: 350px;
  top: 220px;
  left: -540px;
  background: url("../history/i/year-2003_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__2003-slider {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -400px;
  width: 300px;
}
.historyWrapper .year__2003-2 {
  width: 440px;
  margin-left: 25px;
  margin-top: 150px;
}
.historyWrapper .year__2003-2 .content-box__more {
  z-index: 2;
}
.historyWrapper .year__2003-2-photo {
  position: absolute;
  top: 180px;
  left: 490px;
  width: 451px;
  height: 112px;
  background: url("../history/i/year-2003-2_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__2003-3 {
  width: 420px;
  margin-left: 525px;
  margin-top: 60px;
}
.historyWrapper .year__2003-3-photo {
  position: absolute;
  width: 645px;
  height: 540px;
  top: -60px;
  left: -690px;
  background: url("../history/i/year-2003-3_photo.png") 0 0 no-repeat;
}
.historyWrapper .year__2005 {
  width: 440px;
  margin-left: 25px;
  margin-top: 150px;
}
.year__2005 .content-box__title,
.year__2005 .content-box__subtitle,
.historyWrapper .year__2005 .content-box__text {
  position: relative;
}
.historyWrapper .year__2005-photo {
  position: absolute;
  top: -90px;
  right: -530px;
  width: 500px;
  height: 560px;
  background: url("../history/i/year-2005_photo.png") 0 0 no-repeat;
}
.historyWrapper .think__continued {
  font-size: 1.5em;
  color: #bbbab8;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  bottom: -180px;
}

.historyWrapper .points {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.historyWrapper .point {
  position: absolute;
  left: 50%;
  display: block;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.7);
}
.historyWrapper .point_1917 {
  top: 310px;
  margin-left: -46px;
  width: 24px;
  height: 24px;
}
.historyWrapper .point_1931 {
  top: 720px;
  margin-left: -230px;
  width: 16px;
  height: 16px;
}
.historyWrapper .point_1946 {
  top: 1152px;
  margin-left: -33px;
  width: 24px;
  height: 24px;
}
.historyWrapper .point_1953 {
  top: 1635px;
  margin-left: -250px;
  width: 16px;
  height: 16px;
}
.historyWrapper .point_1954 {
  top: 2313px;
  margin-left: -9px;
  width: 30px;
  height: 30px;
}
.historyWrapper .point_1958 {
  top: 2873px;
  margin-left: -227px;
  width: 20px;
  height: 20px;
}
.historyWrapper .point_1961 {
  top: 3457px;
  margin-left: -18px;
  width: 26px;
  height: 26px;
}
.historyWrapper .point_1965 {
  top: 4010px;
  margin-left: -225px;
  width: 20px;
  height: 20px;
}
.historyWrapper .point_1969 {
  top: 4630px;
  margin-left: 0px;
  width: 18px;
  height: 18px;
}
.historyWrapper .point_1971 {
  top: 5377px;
  margin-left: -248px;
  width: 26px;
  height: 26px;
}
.historyWrapper .point_1972 {
  top: 5985px;
  margin-left: -25px;
  width: 18px;
  height: 18px;
}
.historyWrapper .point_1977 {
  top: 6432px;
  margin-left: -238px;
  width: 26px;
  height: 26px;
}
.historyWrapper .point_1983 {
  top: 7260px;
  margin-left: -14px;
  width: 18px;
  height: 18px;
}
.historyWrapper .point_1984 {
  top: 7715px;
  margin-left: -240px;
  width: 38px;
  height: 38px;
}
.historyWrapper .point_1984-2 {
  top: 8233px;
  margin-left: -46px;
  width: 18px;
  height: 18px;
}
.historyWrapper .point_1985 {
  top: 8598px;
  margin-left: -240px;
  width: 20px;
  height: 20px;
}
.historyWrapper .point_1989 {
  top: 9160px;
  margin-left: -29px;
  width: 30px;
  height: 30px;
}
.historyWrapper .point_1991 {
  top: 10045px;
  margin-left: -290px;
  width: 20px;
  height: 20px;
}
.historyWrapper .point_1992 {
  top: 10625px;
  margin-left: -22px;
  width: 18px;
  height: 18px;
}
.historyWrapper .point_1992-2 {
  top: 11023px;
  margin-left: -278px;
  width: 20px;
  height: 20px;
}
.historyWrapper .point_1995 {
  top: 11676px;
  margin-left: -32px;
  width: 20px;
  height: 20px;
}
.historyWrapper .point_1997 {
  top: 12515px;
  margin-left: -36px;
  width: 30px;
  height: 30px;
}
.historyWrapper .point_2002 {
  top: 13213px;
  margin-left: -272px;
  width: 30px;
  height: 30px;
  background-color: #0198d1;
}
.historyWrapper .point_2003 {
  top: 13671px;
  margin-left: -20px;
  width: 26px;
  height: 26px;
  background-color: #0198d1;
}
.historyWrapper .point_2003-2 {
  top: 14225px;
  margin-left: -220px;
  width: 26px;
  height: 26px;
  background-color: #0198d1;
}
.historyWrapper .point_2003-3 {
  top: 14685px;
  margin-left: -8px;
  width: 26px;
  height: 26px;
  background-color: #0198d1;
}
.historyWrapper .point_2005 {
  top: 15175px;
  margin-left: -215px;
  width: 26px;
  height: 26px;
  background-color: #0198d1;
}
.historyWrapper .point_2010 {
  top: 17380px;
  margin-left: -215px;
  width: 26px;
  height: 26px;
  background-color: #0198d1;
}
.historyWrapper .line {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.historyWrapper .line__big {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 500px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}
.historyWrapper .line__small {
  position: absolute;
  top: 550px;
  left: -10%;
  width: 120%;
  height: 130px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}
.historyWrapper .attack-line_1 {
  top: 220px;
}
.historyWrapper .attack-line_2 {
  top: 1800px;
}
.historyWrapper .attack-line_2 .line__small {
  height: 235px;
}
.historyWrapper .attack-line_2 .line__img {
  position: absolute;
  top: 344px;
  left: 50%;
  margin-left: -700px;
  width: 755px;
  height: 445px;
  background: url("../history/i/attack-line-2_bg.png") 0 0 no-repeat;
}
.historyWrapper .horizons-line_1 {
  top: 1200px;
}
.historyWrapper .horizons-line_1 .line__small {
  top: 0;
  background-color: black;
}
.historyWrapper .horizons-line_1 .line__big {
  top: 180px;
  background-color: black;
}
.historyWrapper .horizons-line_1__bg {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -640px;
  width: 1280px;
  height: 830px;
  background: url("../history/i/horizons-line-1_bg.png") 0 0 no-repeat;
}
.historyWrapper .racing-line_1 {
  top: 325px;
}
.racing-line_1 .line__big,
.historyWrapper .racing-line_1 .line__small {
  background-color: black;
}
.historyWrapper .racing-line_1 .line__big {
  height: 640px;
}
.historyWrapper .racing-line_1 .line__small {
  top: 710px;
  height: 310px;
}
.historyWrapper .racing-line_1__bg {
  position: absolute;
  width: 500px;
  height: 480px;
  top: 505px;
  left: 50%;
  margin-left: -635px;
  background: url("../history/i/racing-line-1_bg.png") 0 0 no-repeat;
}
.historyWrapper .racing-line_2 {
  top: 1520px;
}
.historyWrapper .racing-line_2 .line__small {
  top: 0;
}
.historyWrapper .racing-line_2 .line__big {
  top: 180px;
}
.historyWrapper .test-line_1 {
  top: 260px;
}
.historyWrapper .test-line_1__bg {
  position: absolute;
  top: -190px;
  left: 50%;
  margin-left: -630px;
  width: 705px;
  height: 554px;
  background: url("../history/i/test-line-1_bg.png") 0 0 no-repeat;
}
.historyWrapper .test-line_2 {
  top: 740px;
}
.historyWrapper .test-line_2 .line__small {
  top: 0;
  background-color: #0d3d5f;
  height: 70px;
}
.historyWrapper .test-line_2 .line__big {
  top: 180px;
  background-color: #f1f2f2;
  height: 440px;
}
.historyWrapper .think-line_1 {
  top: 1065px;
}
.historyWrapper .think-line_1 .line__small {
  top: 0;
  height: 160px;
  background-color: #f8f8f8;
}
.historyWrapper .think-line_1 .line__big {
  background-color: #f1f2f2;
  top: 540px;
  height: 610px;
}
.historyWrapper .main-line {
  position: absolute;
  z-index: 3;
  top: 330px;
  width: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
}
.historyWrapper .main-line__wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  margin-left: -130px;
  width: 235px;
}
.historyWrapper .main-line__line {
  position: absolute;
  width: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}
.historyWrapper .main-line__line_left {
  left: 0;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
.historyWrapper .main-line__line_right {
  left: 0;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.historyWrapper .main-line__line_1 {
  top: -30px;
  height: 450px;
}
.historyWrapper .main-line__line_2 {
  top: 376px;
  height: 480px;
  left: 7px;
}
.historyWrapper .main-line__line_3 {
  top: 808px;
  height: 530px;
  left: -2px;
}
.historyWrapper .main-line__line_4 {
  top: 1290px;
  height: 730px;
  left: 10px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.historyWrapper .main-line__line_5 {
  top: 1975px;
  height: 600px;
  left: 22px;
  -webkit-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
}
.historyWrapper .main-line__line_6 {
  top: 2535px;
  height: 625px;
  left: 17px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.historyWrapper .main-line__line_7 {
  top: 3120px;
  height: 590px;
  left: 18px;
  -webkit-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  transform: rotate(21deg);
}
.historyWrapper .main-line__line_8 {
  top: 3670px;
  height: 660px;
  left: 25px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.historyWrapper .main-line__line_9 {
  top: 4290px;
  height: 790px;
  left: 15px;
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.historyWrapper .main-line__line_10 {
  top: 5040px;
  height: 645px;
  left: 3px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.historyWrapper .main-line__line_11 {
  top: 5640px;
  height: 500px;
  left: 7px;
}
.historyWrapper .main-line__line_12 {
  top: 6100px;
  height: 855px;
  left: 13px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.historyWrapper .main-line__line_13 {
  top: 6915px;
  height: 515px;
  left: 15px;
}
.historyWrapper .main-line__line_14 {
  top: 7389px;
  height: 540px;
  left: 0px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.historyWrapper .main-line__line_15 {
  top: 7887px;
  height: 415px;
  left: -5px;
  -webkit-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
}
.historyWrapper .main-line__line_16 {
  top: 8255px;
  height: 610px;
  left: 7px;
  -webkit-transform: rotate(-21deg);
  -ms-transform: rotate(-21deg);
  transform: rotate(-21deg);
}
.historyWrapper .main-line__line_17 {
  top: 8825px;
  height: 920px;
  left: -18px;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}
.historyWrapper .main-line__line_18 {
  top: 9695px;
  height: 640px;
  left: -18px;
}
.historyWrapper .main-line__line_19 {
  top: 10265px;
  height: 475px;
  left: -12px;
  -webkit-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(33deg);
}
.historyWrapper .main-line__line_20 {
  top: 10680px;
  height: 700px;
  left: -15px;
  -webkit-transform: rotate(-21deg);
  -ms-transform: rotate(-21deg);
  transform: rotate(-21deg);
}
.historyWrapper .main-line__line_21 {
  top: 11358px;
  height: 840px;
  left: 107px;
}
.historyWrapper .main-line__line_22 {
  top: 12185px;
  height: 730px;
  left: -12px;
  -webkit-transform: rotate(19deg);
  -ms-transform: rotate(19deg);
  transform: rotate(19deg);
}
.main-line__line_22:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}
.historyWrapper .main-line__line_23 {
  top: 12861px;
  height: 522px;
  left: -4px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  transform: rotate(-29deg);
}
.historyWrapper .main-line__line_24 {
  top: 13331px;
  height: 590px;
  left: 21px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.historyWrapper .main-line__line_25 {
  top: 13879px;
  height: 510px;
  left: 27px;
  background-color: rgba(0, 0, 0, 0.1);
}
.historyWrapper .main-line__line_26 {
  top: 14341px;
  height: 535px;
  left: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}
.historyWrapper .main-line__line_27 {
  position: absolute;
  z-index: 1;
  top: 14841px;
  width: 3px;
  height: 280px;
  left: 50%;
  margin-left: -145px;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  background: -moz-linear-gradient(
    top,
    #e5e5e5 0%,
    #e5e5e5 70%,
    rgba(229, 229, 229, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e5e5e5),
    color-stop(70%, #e5e5e5),
    color-stop(100%, rgba(229, 229, 229, 0))
  );
  background: -webkit-linear-gradient(
    top,
    #e5e5e5 0%,
    #e5e5e5 70%,
    rgba(229, 229, 229, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    #e5e5e5 0%,
    #e5e5e5 70%,
    rgba(229, 229, 229, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    #e5e5e5 0%,
    #e5e5e5 70%,
    rgba(229, 229, 229, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #e5e5e5 0%,
    #e5e5e5 70%,
    rgba(229, 229, 229, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#00e5e5e5', GradientType=0);
}
.historyWrapper .main-line__line_27.done {
  opacity: 1;
}
.historyWrapper .overlay {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
}
.historyWrapper .popup {
  display: none;
  position: absolute;
  z-index: 1100;
  top: 0;
  left: 50%;
  width: 980px;
  margin-left: -490px;
  min-height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.historyWrapper .popup_history {
  padding-top: 30px;
}
.historyWrapper .popup_history .popup__close {
  top: 35px;
}
.historyWrapper .popup_history .popup__title {
  margin-bottom: 20px;
}
.historyWrapper .popup__wrapper {
  position: relative;
  width: 960px;
}
.historyWrapper .popup__close {
  position: absolute;
  top: 65px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../history/i/close.png") 50% 50% no-repeat;
  transition: opacity 0.2s ease-in-out;
}
.popup__close:hover {
  opacity: 0.8;
}
.historyWrapper .popup__title {
  width: 100%;
  padding-right: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.historyWrapper .popup__subtitle {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #96dfff;
}
.historyWrapper .popup__content {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 100px;
}
.historyWrapper .popup__block {
  float: left;
  width: 100%;
  position: relative;
}
.historyWrapper .popup__block-separator {
  margin-top: 40px;
  width: 100%;
  float: left;
}
.historyWrapper .popup__block_width_200 {
  width: 200px;
}
.historyWrapper .popup__block_width_380 {
  width: 380px;
}
.historyWrapper .popup__block_width_420 {
  width: 420px;
}
.historyWrapper .popup__block_width_480 {
  width: 480px;
}
.historyWrapper .popup__block_width_520 {
  width: 520px;
}
.historyWrapper .popup__block_width_540 {
  width: 540px;
}
.historyWrapper .popup__block_width_720 {
  width: 720px;
}
.historyWrapper .popup__block_offset_20 {
  margin-left: 20px;
}
.historyWrapper .popup__block_offset_40 {
  margin-left: 40px;
}
.historyWrapper .popup__block_offset_100 {
  margin-left: 100px;
}
.historyWrapper .popup__table {
  border-collapse: collapse;
  width: 100%;
}
.historyWrapper .popup__table th {
  font-size: 16px;
  font-weight: 600;
  color: #b2e8ff;
  padding: 40px 15px 8px 15px;
  text-align: left;
}
.historyWrapper .popup__table td {
  padding: 8px 15px;
}
.popup__table td:first-child {
  width: 340px;
}
.popup__table tbody tr:nth-child(odd) {
  background-color: rgba(178, 232, 255, 0.1);
}
.historyWrapper .popup_history__title {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #96dfff;
  font-weight: 700;
  margin-bottom: 20px;
}
.historyWrapper .popup_history__subtitle {
  font-size: 15px;
  font-weight: 700;
}
.historyWrapper .popup_history__subtitle-2 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
}
.historyWrapper .white-bottom {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 13250px;
  height: 2700px;
  background-color: white;
}
.historyWrapper .popup_gallery {
  width: 516px;
  height: 400px;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -250px;
  padding-top: 0;
  min-height: 0;
}
.historyWrapper .popup_gallery .popup__wrapper {
  width: 100%;
}
.historyWrapper .popup_gallery .slider_gallery__item {
  border: 8px solid white;
}
.historyWrapper .popup_gallery .slider_gallery__item img {
  display: block;
}
.historyWrapper .popup_gallery .slick-dots {
  margin-left: 0;
}
.historyWrapper .popup_gallery .popup__close {
  top: -30px;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("../history/i/close_white.png") 0 0 no-repeat;
}
.historyWrapper .year__2010, .historyWrapper .year__2016 {
  padding: 6rem 0;
}
.year__2010-photo {
  padding: 2.5rem;
}
.gap-3 {
  grid-gap: 3rem;
}
.align-start {
  align-items: flex-start;
}
.historyWrapper .year__2024-slider {
  width: 425px;
  margin-top: 2.5rem;
}
.historyWrapper .year__2024-slider .slider {
  margin-left: 0;
}

@media (max-width: 1024px) {
  html,
  .historyWrapper {
    position: relative;
    height: 100%;
  }
  .historyWrapper {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 90%;
    color: #cdcccc;
    background: #000;
    min-width: 100dvw;
    width: 100dvw;
    height: 100%;
    overflow-x: hidden;
  }

  .historyWrapper .pc {
    display: none;
  }

  .historyWrapper .mob {
    display: block !important;
    height: 100%;
  }

  .historyWrapper .header-line {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    background-color: black;
    box-shadow: 0 5px 1px 2px rgba(0, 0, 0, 0.25);
  }

  .historyWrapper .headerHistory .header__progress-wrapper {
    width: 100%;
    height: 60px;
  }

  .historyWrapper .headerHistory .header__logo {
    z-index: 2;
    padding: 5px 10px;
  }

  .historyWrapper .headerHistory .header__logo img {
    max-width: 100%;
    height: auto;
  }

  .historyWrapper .header-years {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: 10px;
  }

  .historyWrapper .header-years__year {
    position: relative;
    text-decoration: none;
    color: white;
    margin: 0 5px;
    transition: color 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header-years__year:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
    margin-bottom: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: background 0.2s ease-in-out;
  }

  .header-years__year:visited {
    color: white;
  }

  .header-years__year:hover {
    color: #d4d4d4;
  }

  .header-years__year:hover:before {
    background-color: #2d2d2d;
  }

  .header-years__year.active:before {
    background-color: white;
  }

  .historyWrapper .header-years__year-first {
    margin-bottom: 5px;
  }

  .historyWrapper .swiper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }

  .historyWrapper .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .historyWrapper .swiper-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    /* background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 0.2) 100%
    ); */
    width: 100%;

    position: relative;
  }

  .historyWrapper .swiper-slide.y-1969 {
    justify-content: space-evenly;
  }

  .historyWrapper .headerHistory {
    position: fixed;
    z-index: 999;
    top: 10%;
    left: 0;
    width: 100%;
    height: 48px; /* Adjusted to auto for fluid height */
    background-color: transparent; /* Adjusted to transparent to remove background */
  }

  .historyWrapper .headerHistory .wrapper {
    position: relative;
    max-width: 100%; /* Added maximum width to prevent excessive stretching on large screens */
    margin: 0 auto; /* Center the content horizontally */
  }

  .historyWrapper .header-line {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 36px;
    top: 12px;
    left: 0;
    background-color: black;
    box-shadow: 0 5px 1px 2px rgba(0, 0, 0, 0.25);
  }

  .historyWrapper .headerHistory .header__progress-wrapper {
    padding-left: 0%; /* Adjusted padding for responsiveness */
    width: 100%;
    box-sizing: border-box;
    height: 36px;
  }

  .historyWrapper .header-progress {
    display: block;
    width: 7%;
    height: 36px;
    box-shadow: inset 4px 2px 10px rgba(0, 0, 0, 0.25);
    background: #00a3d6;
    background: -moz-linear-gradient(top, #00a3d6 0%, #0074bb 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #00a3d6),
      color-stop(100%, #0074bb)
    );
    background: -webkit-linear-gradient(top, #00a3d6 0%, #0074bb 100%);
    background: -o-linear-gradient(top, #00a3d6 0%, #0074bb 100%);
    background: -ms-linear-gradient(top, #00a3d6 0%, #0074bb 100%);
    background: linear-gradient(to bottom, #00a3d6 0%, #0074bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3d6', endColorstr='#0074bb', GradientType=0);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }

  .historyWrapper .headerHistory .header__logo {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: center;
    width: 10%; /* Adjusted width for responsiveness */
    max-width: 80px; /* Added maximum width to prevent excessive stretching on large screens */
    height: 42px; /* Adjusted to auto for fluid height */
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 1%;
    top: 20%;
    padding-right: 1%; /* Adjusted padding for responsiveness */
  }

  .headerHistory .header__logo:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: white;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }

  .historyWrapper .headerHistory .header__logo img {
    position: relative;
    z-index: 1;
    max-width: 100%; /* Added maximum width to prevent image overflow */
    height: auto; /* Adjusted to auto for fluid height */
    object-fit: cover;
    object-position: center;
  }

  .historyWrapper .header-years {
    display: inline-block;
    width: 100%; /* Adjusted width for responsiveness */
    max-width: 100%; /* Added maximum width to prevent excessive stretching on large screens */
    vertical-align: top;
    position: relative;
    z-index: 2;
    margin-top: 0;
    margin-left: 5%; /* Adjusted margin for responsiveness */
  }

  .header-years:before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    display: block;
    font-size: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .historyWrapper .header-years__year {
    position: absolute;
    top: 15px;
    display: flex;
    text-decoration: none;
    color: white;
    transition: color 0.2s ease-in-out;
    font-size: 1em;
  }

  .header-years__year:before {
    content: "";
    display: block;
    position: absolute;
    left: 65%;
    top: 15px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: black;
    margin: -4px 0 0 -5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: background 0.2s ease-in-out;
  }

  .header-years__year:visited {
    color: white;
  }

  .header-years__year:hover {
    color: #d4d4d4;
  }

  .header-years__year:hover:before {
    background-color: #2d2d2d;
  }

  .header-years__year.active:before {
    background-color: white;
  }

  .historyWrapper .header-years__year-first {
    margin-left: 10px;
    margin-bottom: 5px;
  }

  .historyWrapper .header-years__year_1917 {
    left: -18px;
  }

  .historyWrapper .header-years__year_1954 {
    left: 8%; /* Adjusted position for responsiveness */
  }

  .historyWrapper .header-years__year_1970 {
    left: 30%; /* Adjusted position for responsiveness */
  }

  .historyWrapper .header-years__year_1980 {
    left: 48%; /* Adjusted position for responsiveness */
  }

  .historyWrapper .header-years__year_1990 {
    left: 58%; /* Adjusted position for responsiveness */
  }

  .historyWrapper .header-years__year_1996 {
    left: 68%; /* Adjusted position for responsiveness */
  }

  .historyWrapper .header-years__year_2000 {
    left: 85%; /* Adjusted position for responsiveness */
  }

  #layout.mob {
    position: relative;
    min-height: 100dvh;
    width: 100%;
    height: revert;
    min-width: 100dvw;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background: url("../history/i/bg.png") 0 0 repeat;
  }

  .historyWrapper .white-bottom {
    display: none;
  }

  .historyWrapper .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 25%;
  }

  .historyWrapper .block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5%;
    width: 100%;
    z-index: 2;
  }

  .historyWrapper .row {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 2;
    padding-top: 20px;
    align-self: center;
  }

  .historyWrapper .row-reverse {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 2;
  }

  .historyWrapper .column {
    display: flex;
    flex-direction: column;
    margin-top: 10%;
    padding: 0 5%;
  }

  .historyWrapper .row-reverse .column {
    align-items: end;
    text-align: end;
  }

  .historyWrapper .row-title {
    width: 50%;
    position: relative;
    z-index: 2;
  }

  .historyWrapper img {
    width: 100%;
    mix-blend-mode: darken;
    object-fit: cover;
    height: auto;
  }

  .historyWrapper .bg-wrap {
    z-index: 0;
    position: absolute;
    background-blend-mode: darken;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .historyWrapper .content-box__subtitle {
    color: #b2e8ff;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-top: 5%;
  }
  .historyWrapper .content-box__text {
    width: 100%;
    margin-top: 10px;
    line-height: 1.65em;
    z-index: 10;
  }
  .content-box__text p,
  .historyWrapper .content-box__text div {
    margin: 2px 0;
  }
  .historyWrapper .content-box__more {
    position: relative;
    margin-top: 5px;
    padding-top: 15px;
  }
  .content-box__more:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.3);
  }
  .historyWrapper .content-box__more .link {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    padding-left: 32px;
  }
  .content-box__more .link:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #ffb565;
    border-radius: 50%;
    background: url("../history/i/arrow.png") 50% 50% no-repeat;
  }

  .historyWrapper .year__1946-photo {
    position: relative;
    top: revert !important;
    left: revert !important;
    bottom: 0;
    scale: 0.5;
    background-size: cover;
    z-index: 1;
  }

  .historyWrapper .year__1953-photo {
    position: relative;
    top: -50%;
    left: -10%;
    right: revert;

    scale: 0.5;
    background: url("../history/i/year-1953_photo.png");
  }

  .historyWrapper .year__1953-logo {
    position: relative;
    top: revert;
    right: revert;
    width: 290px;
    padding-top: 160px;
    bottom: -50%;
    text-align: center;
    font-style: italic;
    color: #b2e8ff;
    background: url("../history/i/year-1953_logo.jpg") 50% 50% no-repeat;
    margin-bottom: 10%;
  }
  .historyWrapper .slick-dots {
    margin-left: 0;
    width: 100%;
  }

  .historyWrapper .year__1954-photo {
    position: relative;
    top: revert;
    left: revert;
    bottom: 15%;
    width: 490px;
    height: 450px;
    scale: 0.5;
    opacity: 1;
    text-align: center;
    background: url("../history/i/year-1954_photo.png") 50% 100% no-repeat;
  }

  .historyWrapper .year__1958-photo {
    position: relative;
    z-index: 1;
    top: 0;

    margin-left: 0;
    left: revert;
    scale: 0.4;
    background-size: cover;
    background: url("../history/i/year-1958_photo.jpg") 0 0 no-repeat;
  }

  .historyWrapper .year__1961-photo {
    position: relative;
    top: 75%;
    align-self: baseline;
    left: revert;
    bottom: auto;
    background: url(../history/i/year-1961_photo.png) 0 0 no-repeat;
    scale: 0.5;
  }
  .historyWrapper .year__1961-slider {
    position: relative;
    left: 0;
    top: 0;
    z-index: 5;
    text-align: center;
    overflow: hidden;
  }

  .historyWrapper .year__1965-photo {
    position: relative;
    z-index: 5;
    right: revert;
    bottom: auto;
    background: url(../history/i/year-1965_photo.png) 0 0 no-repeat;
    scale: 0.5;
  }

  .historyWrapper .year__1965-slider {
    position: relative;
    left: 0;
    top: 0;

    text-align: center;
    overflow: hidden;
  }

  .historyWrapper .year__1969-photo-wrapper {
    position: relative;
    width: 100%;
    z-index: 5;
    height: 30dvh;
  }

  .historyWrapper .year__1969-photo {
    position: absolute;
    top: -10%;
    right: 25%;
    left: revert;
    transform: translateX(50%);
    z-index: 5;
    width: 430px;
    height: 300px;
    scale: 0.5;
    background: url("../history/i/year-1969_photo.png") 0 0 no-repeat;
  }

  .historyWrapper .year__1969-photo-2 {
    position: absolute;
    top: 40%;
    right: 25%;
    left: revert;
    transform: translateX(50%);
    width: 425px;
    z-index: 5;
    height: 226px;
    scale: 0.5;
    background: url("../history/i/year-1969_photo-2.png") 0 0 no-repeat;
  }

  .historyWrapper .year__1965-photo-2 {
    position: absolute;
    z-index: 0;
    bottom: 30%;
    left: revert;
    z-index: 0;
    margin-left: 0;
    width: 100%;
    height: 260px;
    scale: 0.8;
    background: url("../history/i/year-1965_photo-2.jpg") 0 0 no-repeat;
  }
  .historyWrapper .year__1971-photo {
    position: relative;
    top: revert;
    right: revert;
    bottom: 0;
    z-index: 5;
    scale: 0.5;
  }

  #year-1970 .main-title {
    top: 0;
  }

  .historyWrapper .year__1971-slider {
    position: relative;
    left: 0;
    top: 25%;

    text-align: center;
    overflow: hidden;
  }

  .historyWrapper .year__1972-photo {
    position: relative;
    top: revert;
    left: revert;
    right: 25%;
    transform: translate(50%);
    z-index: 5;
    bottom: 0;
    scale: 0.5;
    background: url("../history/i/year-1972_photo.png") 0 0 no-repeat;
  }

  .historyWrapper .year__1977-photo {
    position: relative;
    top: revert;
    bottom: 0;
    right: revert;
    z-index: 5;
    width: 502px;
    height: 474px;
    scale: 0.5;
    background: url("../history/i/year-1977_photo.png") 0 0 no-repeat;
  }

  .historyWrapper .year__1977-pics {
    position: relative;
    top: 7%;
    right: 0;
    left: 0;
    z-index: 20;
    width: 420px;
  }

  .historyWrapper .year__1983-photo {
    position: relative;
    top: revert;
    left: revert;
    align-self: flex-end;
    bottom: 0;
    width: 565px;
    z-index: 5;
    height: 265px;
    scale: 0.5;
    background: url("../history/i/year-1983_photo.png") 0 0 no-repeat;
  }

  .historyWrapper .year__1983-photo-2 {
    position: absolute;
    top: revert;
    bottom: 50%;
    right: -30px;
    width: 360px;
    z-index: 5;
    height: 215px;
    scale: 0.5;
    background: url("../history/i/year-1983_photo-2.png") 0 0 no-repeat;
  }

  .historyWrapper .attack-line_2 {
    top: 10%;
  }
  .historyWrapper .attack-line_2 .line__small {
    height: 235px;
    scale: 0.5;
  }
  .historyWrapper .attack-line_2 .line__img {
    position: relative;
    top: revert;
    left: revert;
    margin-left: 0;
    width: 755px;
    height: 445px;
    scale: 0.5;
    background: url("../history/i/attack-line-2_bg.png") 0 0 no-repeat;
  }

  .historyWrapper .year__1984-photo {
    position: relative;
    width: 570px;
    height: 490px;
    z-index: 5;
    scale: 0.5;
    top: revert;
    bottom: 0;
    right: revert;

    background: url("../history/i/year-1984_photo.png") 0 0 no-repeat;
  }

  .historyWrapper .year__1984-2-photo {
    position: relative;
    top: revert;
    left: revert;
    bottom: 0;
    z-index: 5;
    align-self: flex-end;
    width: 510px;
    height: 250px;
    scale: 0.5;
    background: url("../history/i/year-1984-2_photo.png") 0 0 no-repeat;
  }

  .historyWrapper .year__1985-photo {
    position: relative;
    top: revert;
    left: revert;
    bottom: 0;
    width: 420px;
    z-index: 5;
    height: 260px;
    scale: 0.5;
    background: url("../history/i/year-1985_photo.png") 0 0 no-repeat;
  }

  .historyWrapper .year__1985-slider {
    position: relative;
    left: 0;
    top: revert;
    bottom: 15%;

    text-align: center;
    overflow: hidden;
  }

  .historyWrapper .year__1989-photo {
    position: relative;
    top: revert;
    left: revert;
    bottom: 0;
    z-index: 5;
    scale: 0.5;
    width: 513px;
    height: 534px;
    background: url("../history/i/year-1989_photo.png") 0 0 no-repeat;
  }

  .historyWrapper .year__1991-slider {
    position: relative;
    left: 0;
    top: 30%;

    text-align: center;
    overflow: hidden;
  }

  #year-1990 .main-title {
    top: 1%;
  }

  .historyWrapper .year__1991-photo {
    position: relative;
    top: revert;
    right: revert;
    bottom: 0;
    scale: 0.5;
    z-index: 5;
  }

  .historyWrapper .year__1992-photo {
    position: relative;
    top: revert;
    left: revert;
    right: 25%;
    transform: translateX(50%);
    bottom: 0;
    scale: 0.5;
    align-self: flex-end;
    z-index: 5;
  }

  .historyWrapper .year__1992-photo-2 {
    position: relative;

    top: 0;
    left: 5%;
    bottom: 0;
    scale: 0.5;
    z-index: 5;
  }

  .historyWrapper .year__1992-2-photo {
    position: relative;
    top: revert;
    right: revert;
    bottom: 0;
    scale: 0.5;
    z-index: 5;
  }

  .historyWrapper .year__1992-2-slider {
    position: relative;
    right: revert;
    top: 7%;

    overflow: hidden;
  }

  .historyWrapper .year__1995-slider {
    position: relative;
    left: 0;
    top: 0;

    text-align: center;
    overflow: hidden;
  }

  .historyWrapper .year__1995-photo {
    position: relative;
    top: revert;
    left: revert;
    bottom: 0;
    scale: 0.5;
    z-index: 5;
  }

  .historyWrapper .year__1997-photo {
    position: relative;
    top: revert;
    left: revert;
    bottom: 0;
    scale: 0.5;
    z-index: 5;
  }

  .historyWrapper .year__2002-photo {
    position: relative;
    top: revert;
    right: revert;
    bottom: 0;
    scale: 0.5;
    align-self: baseline;
    z-index: 5;
  }

  .historyWrapper .year__2002-slider {
    position: relative;
    left: 0;
    top: 25%;

    text-align: center;
    overflow: hidden;
  }

  .historyWrapper .year__2003-photo-wrapper {
    position: relative;
    width: 100%;
    flex-grow: 1;
    z-index: 5;
  }

  .historyWrapper .year__2003-photo {
    position: relative;
    top: revert;
    left: revert;
    align-items: flex-end;
    bottom: 0;
    z-index: 10;
    scale: 0.5;
  }

  .historyWrapper .year__2003-slider {
    position: absolute;
    left: 0;
    top: 0;
    scale: 0.9;

    z-index: 5;

    text-align: center;
    overflow: hidden;
  }

  .historyWrapper .year__2003-2-photo {
    position: relative;
    top: revert;
    left: revert;
    bottom: 0;
    scale: 0.5;
    z-index: 5;
  }

  .historyWrapper .year__2003-3-photo {
    position: relative;
    top: revert;
    left: revert;
    bottom: 0;
    scale: 0.5;
    z-index: 5;
  }

  .historyWrapper .year__2005-photo {
    position: relative;
    top: revert;
    right: revert;
    bottom: 0;
    scale: 0.5;
    z-index: 5;
  }

  .historyWrapper .white-bg-first {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.2) 0%,
      rgb(252, 251, 251) 100%
    );
  }

  .historyWrapper .white-bg {
    background: rgb(255, 255, 255);
  }

  .historyWrapper .popup {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1001;
    margin-left: 0;
    min-height: 100dvh;
    height: 100dvh;
    overflow-x: hidden;
    padding: 8rem 5%!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .historyWrapper .popup__close {
    top: 85px;
  }
  .historyWrapper .popup__wrapper {
    position: relative;
    width: 100%;
  }
  .historyWrapper .popup img {
    scale: 0.8;
  }

  .historyWrapper .popup__block_width_200 {
    width: 100%;
  }
  .historyWrapper .popup__block_width_380 {
    width: 100%;
  }
  .historyWrapper .popup__block_width_420 {
    width: 100%;
  }
  .historyWrapper .popup__block_width_480 {
    width: 100%;
  }
  .historyWrapper .popup__block_width_520 {
    width: 100%;
  }
  .historyWrapper .popup__block_width_540 {
    width: 100%;
  }
  .historyWrapper .popup__block_width_720 {
    width: 100%;
  }
  .historyWrapper .popup__block_offset_20 {
    margin-left: 0;
  }
  .historyWrapper .popup__block_offset_40 {
    margin-left: 0;
  }
  .historyWrapper .popup__block_offset_100 {
    margin-left: 0;
  }
  .historyWrapper .popup__table {
    border-collapse: collapse;
    width: 100%;
  }
  .historyWrapper .popup__table th {
    font-size: 16px;
    font-weight: 600;
    color: #b2e8ff;
    padding: 10px 5px 4px 5px;
    text-align: left;
  }
  .historyWrapper .popup__table td {
    padding: 8px 15px;
  }
  .popup__table td:first-child {
    width: 340px;
  }
  .popup__table tbody tr:nth-child(odd) {
    background-color: rgba(117, 117, 117, 0.9);
  }
  .historyWrapper .popup_history__title {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #96dfff;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .historyWrapper .popup_history__subtitle {
    font-size: 15px;
    font-weight: 700;
  }
  .historyWrapper .popup_history__subtitle-2 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
  }

  .historyWrapper .title_size_xxl {
    font-size: 5em;
  }
  .historyWrapper .title_size_xl {
    font-size: 2.5em;
  }
  .historyWrapper .title_size_l {
    font-size: 1.5em;
  }
  .historyWrapper .title_size_m {
    font-size: 1.375em;
  }

  .historyWrapper .main-title {
    position: relative;
    z-index: 5;
    display: block;
    text-align: center;
    top: 0;
    margin-bottom: 10%;
  }
  .historyWrapper .main-title__wrapper {
    display: inline-block;
    vertical-align: top;
  }
  .historyWrapper .main-title__sub {
    text-transform: uppercase;
    font-size: 1em;
    color: #ffb565;
  
    margin: 0;
  }
  .historyWrapper .main-title__title {
    position: relative;
    color: white;
    font-size: 3em;
    text-transform: uppercase;
    
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    border-top: 3px solid rgba(255, 255, 255, 0.3);
    line-height: 1.1em;
    letter-spacing: 0.02em;
    margin: 10px 0 0 0;
  }
  .main-title__title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5%;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -4px;
    background-color: white;
  }
  .main-title__title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5%;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -4px;
    background-color: white;
  }
  .historyWrapper .main-title-first-letter {
    font-size: 1.125em;
  }
  .historyWrapper .main-title__title_mini {
    font-size: 2em;
    line-height: 1.2em;
  }
  .historyWrapper .main-title__est {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-top: 5%;
  }
  .historyWrapper .main-title__est-leftline {
    float: left;
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .main-title__est-leftline:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .historyWrapper .main-title__est-rightline {
    float: left;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .main-title__est-rightline:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .historyWrapper .main-title__est-est {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 80px;
    text-align: center;
    margin-left: -40px;
    font-size: 0.75em;

    text-transform: uppercase;
  }

  .swiper-slide#year-1917-m {
    background: url(/i/beginning-mainimg.jpg) no-repeat;
    /* margin-top: 25%; */
    padding-top: 15%;
    background-position: left;
    margin-bottom: 10%;
  }

  .swiper-slide#year-1970-m {
    margin-top: 25%;
  }

  .historyWrapper .popup_gallery {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    margin: 0;
    padding-top: 30%;
    min-height: 100%;
  }
  .historyWrapper .popup_gallery .popup__wrapper {
    width: 100%;
  }
  .historyWrapper .popup_gallery .slider_gallery__item {
    border: 8px solid white;
  }
  .historyWrapper .popup_gallery .slider_gallery__item img {
    display: block;
  }
  .historyWrapper .popup_gallery .slick-dots {
    margin-left: 0;
  }
  .historyWrapper .popup_gallery .popup__close {
    top: -30px;
    right: 0;
    width: 18px;
    height: 18px;
    background: url("../history/i/close_white.png") 0 0 no-repeat;
  }

  .historyWrapper .slider {
    margin-left: 0;
    max-height: 200px;
  }

  .historyWrapper .slider_round .slider_round__item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #f1f2f2;
    object-fit: cover;
    overflow: hidden;
    text-align: center;
  }

  .historyWrapper .beginning__tv {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: revert;
    margin-left: 0;
    text-align: center;
    top: revert;
    bottom: 0;
    padding-top: -10;
    width: 250px;
    min-height: 220px;
    scale: 0.5;
    cursor: pointer;
    background: url("../history/i/tv.png") 0 0 no-repeat;
  }

  .historyWrapper .beginning__tv-title {
    text-transform: uppercase;
    color: #ffb565;
    font-size: 1.9125em;
    font-weight: 700;
  }

  .historyWrapper .beginning__tv-desc {
    font-size: 1.8125em;
    color: #b6b5b5;
    font-style: italic;
  }



  #video-history .popup__content {
    margin-top: 50%;
  }

  .historyWrapper .row-reverse .dot {
    position: absolute;
    left: 25%;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    background-color: white;
    align-self: start;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.7);
    z-index: 5;
  }

  .historyWrapper .row .dot {
    position: absolute;
    right: 25%;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    background-color: white;
    align-self: end;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.7);
    z-index: 5;
  }

  .historyWrapper .white-bg .dot {
    background-color: #0198d1;
  }

  #svgContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Makes SVG non-interactive */
    z-index: 2;
  }
  .historyWrapper .slider {
    z-index: 2;
  }

  .white-bg .content-box__text,
  .historyWrapper .white-bg-first .content-box__text {
    color: rgb(99, 99, 99);
  }

  .historyWrapper .white-bg-first {
    padding-top: 25%;
  }

  .historyWrapper .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
