@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.eot');
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Regular.woff2') format('woff2'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.eot');
  src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-SemiBold.woff2') format('woff2'), url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf') format('truetype'), url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.eot');
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraBold.eot');
  src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-ExtraBold.woff2') format('woff2'), url('../fonts/Raleway-ExtraBold.woff') format('woff'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype'), url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.eot');
  src: url('../fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Black.woff2') format('woff2'), url('../fonts/Raleway-Black.woff') format('woff'), url('../fonts/Raleway-Black.ttf') format('truetype'), url('../fonts/Raleway-Black.svg#Raleway-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  color: #000000;
  font-family: 'Raleway', Sans-serif;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-size: 16px;
  font-smoothing: antialiased;
  margin: 0;
  outline: none;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #ffffff;
  min-width: 340px;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
body::-webkit-scrollbar-track-piece {
  background: #1d1d1d;
}
body::-webkit-scrollbar-thumb {
  background: #434343;
  width: 12px;
}
button {
  border: none;
}
li {
  list-style-type: none;
}
a {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}
a:hover,
a:active,
a:focus {
  color: inherit;
}
img {
  border: 0;
  cursor: inherit;
  max-width: 100%;
}
font {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
input,
textarea {
  outline: none;
}
::selection {
  background: #dddddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.row:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}
.wrap {
  display: flex;
}
.container.wrap:after,
.row.wrap:after {
  display: none;
}
.container {
  margin: 0 auto;
  padding: 0;
  width: 1240px;
}
.footer {
  background: url(../img/bg_footer.jpg) center top no-repeat;
  background-size: cover;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
.footer .left_text {
  height: 242px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .mails,
.footer .copirate {
  font-size: 14px;
  color: rgba(108, 114, 120, 0.4);
  margin-bottom: 10px;
}
.footer .mails a,
.footer .copirate a {
  color: rgba(139, 143, 180, 0.4);
  font-weight: bold;
  transition: color 0.3s;
}
.footer .mails a:hover,
.footer .copirate a:hover {
  color: #8b8fb4;
}
.footer .links {
  color: rgba(108, 114, 120, 0.4);
  font-size: 14px;
  font-weight: bold;
}
.footer .links a {
  color: rgba(108, 114, 120, 0.4);
  font-size: 14px;
  font-weight: bold;
  transition: color 0.3s;
}
.footer .links a:hover {
  color: #6c7278;
}
.footer .right_text {
  height: 242px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.page_content .lang {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 20px;
  z-index: 15;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.page_content .section_2 b {
    font-size: inherit;
    color: #fff;
    line-height: inherit;
}
.page_content .lang span {
  color: rgba(255, 255, 255, 0.75);
  line-height: 15px;
}
.page_content .lang:hover span {
  color: #bae7fe;
}
.page_content .lang:hover .icon {
  background: url(../img/header_globus_hover.png) center no-repeat;
  background-size: contain;
}
.page_content .lang:hover .sublang {
  opacity: 1;
  visibility: visible;
}
.page_content .lang .icon {
  width: 18px;
  height: 18px;
  background: url(../img/header_globus.png) center no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.page_content .lang .sublang {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  top: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 15;
  opacity: 0;
  visibility: hidden;
}
.page_content .lang .sublang_link {
  color: #00a7f6;
  margin-bottom: 5px;
  transition: color 0.3s;
  display: block;
}
.page_content .lang .sublang_link:last-child {
  margin-bottom: 0;
}
.page_content .lang .sublang_link:hover {
  color: #bae7fe;
}
.page_content .section_1 {
  background: url(../img/bg_1.jpg) center top no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 1030px;
  height: 100vh;
}

.page_content .section_1 .text_p {
	color: #daecff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 3px;
}

.page_content .section_1 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
  padding-bottom: 70px;
}
.page_content .section_1 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_content .section_1 .logo {
  margin-bottom: 20px;
  transition: transform 0.3s;
}
.page_content .section_1 .logo:hover {
  filter: brightness(120%);
  transform: scale(0.95);
}
.page_content .section_1 .logo__img {
margin-top: 30px; /*REMOVE TIMER*/
  display: block;
}
.page_content .section_1 .title {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 16px;
 	color: transparent;
    background: linear-gradient(to bottom,#fff,#b6daff);
    -webkit-background-clip: text;  
}
.page_content .section_1 .subtitle {
  color: #bae7ff;
  text-align: center;
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
  margin-bottom: 42px;
}
.page_content .section_1 .btn_wrap {
  margin-bottom: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_content .section_1 .btn {
  width: 250px;
  height: 58px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.18);
  font-size: 21px;
}
.page_content .section_1 .btn:before,
.page_content .section_1 .btn:after {
  left: 0;
  top: -50px;
  width: 100%;
  height: 158px;
  z-index: -1;
  content: "";
  position: absolute;
  pointer-events: none;
  transition: opacity 0.3s;
}
.page_content .section_1 .btn:before {
  background: url(../img/section_1__btn.png) center no-repeat;
}
.page_content .section_1 .btn:after {
  background: url(../img/section_1__btn_hover.png) center no-repeat;
  z-index: -2;
}
.page_content .section_1 .btn:hover:before {
  opacity: 0;
}
.page_content .section_1 .box {
  position: relative;
  z-index: -1;
  width: 603px;
  height: 208px;
  border-radius: 22px;
  box-shadow: 0 1px 65px 27px #000000, 0 0 0 1000px rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page_content .section_1 .box__title {
  font-size: 25px;
  font-weight: 700;
  color: #bae7ff;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.34);
  text-align: center;
  margin-bottom: 10px;
}
.page_content .section_1 .box__text {
  font-weight: 600;
  font-size: 19px;
  color: #bae7ff;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.34);
  text-align: center;
  line-height: 36px;
}
.page_content .section_2 {
  min-height: 930px;
  background: url(../img/bg_2.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
.page_content .section_2 .light {
  position: absolute;
  left: 0;
  top: -56px;
}
.page_content .section_1 .timer {
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
	color: transparent;
    background: linear-gradient(to bottom,#fff,#b6daff);
    -webkit-background-clip: text;  
}
@media (max-width: 1024px) {
.page_content .section_1 .timer {
  font-size: 24px; 
}
}

.page_content .section_2 .title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.page_content .section_2 .text_p {
  max-width: 880px;
}
.page_content .section_2 p,
.page_content .section_2 li {
  color: #99bed3;
  font-size: 20px;
  font-weight: 600;
  line-height: 45px;
}
.page_content .section_2 p {
  margin-bottom: 45px;
}
.page_content .section_3 {
  min-height: 930px;
  background: url(../img/bg_3.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 125px;
}
.page_content .section_3 .container {
  position: relative;
  z-index: 1;
}
.page_content .section_3 .title {
  font-size: 48px;
  font-weight: 900;
  margin-top: 270px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
.page_content .section_3 .text_p {
  max-width: 1250px;
  margin: 0 auto 0 auto;
}
.page_content .section_3 .text_p p {
  color: #99bed3;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
}
.page_content .section_3 .text_p p b {
  font-size: inherit;
  color: #fff;
  line-height: inherit;
}
.page_content .section_3 .wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 135px;
  justify-content: space-between;
}
.page_content .section_3 .col_left {
  padding-top: 50px;
  width: calc(50% - 100px);
  background: url(../img/section_3__left_bg.png) center top no-repeat;
}
.page_content .section_3 .col_left .col_title {
  text-shadow: -3px -3px 0 #215300, 3px -3px 0 #215300, -3px 3px 0 #215300, 3px 3px 0 #215300;
}
.page_content .section_3 .col_right {
  padding-top: 50px;
  width: calc(50% - 100px);
  background: url(../img/section_3__right_bg.png) center top no-repeat;
}
.page_content .section_3 .col_right .col_title {
  text-shadow: -3px -3px 0 #4d1076, 3px -3px 0 #4d1076, -3px 3px 0 #4d1076, 3px 3px 0 #4d1076;
}
.page_content .section_3 .col_title {
  text-align: center;
  font-size: 28px;
  color: #c6e3ff;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 16px;
  position: relative;
}
.page_content .section_3 .col_text {
  font-size: 22px;
  color: #99bed3;
  text-align: center;
  font-weight: 500;
  line-height: 30px;
}
.page_content .section_4 {
  min-height: 930px;
  background: url(../img/bg_4.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 125px;
}
.page_content .section_4 .container {
  position: relative;
  z-index: 1;
}
.page_content .section_4 .title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}
.page_content .section_4 .text_p__wrap {
  position: relative;
  height: 90px;
}
.page_content .section_4 .text_p {
  max-width: 1250px;
  margin: 0 auto 0 auto;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: visibility 0.5s, opacity 0.5s;
  top: 0;
  left: 0;
  width: 100%;
}
.page_content .section_4 .text_p.active {
  position: static;
  visibility: visible;
  opacity: 1;
}
.page_content .section_4 .text_p p {
  color: #99bed3;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
}
.page_content .section_4 .text_p p b {
  font-size: inherit;
  color: #fff;
  line-height: inherit;
}
.page_content .section_4 .slider {
  position: relative;
  height: 285px;
  width: 1200px;
  margin: 100px auto 0 auto;
}
.page_content .section_4 .slide {
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 27px;
  z-index: 1;
  opacity: 0;
  width: 540px;
  height: 300px;
  left: 330px;
  transition: opacity 0.5s, width 0.5s, height 0.5s, left 0.5s;
}
.page_content .section_4 .slider_1 {
  width: 540px;
  height: 300px;
  z-index: 1;
  opacity: 0.5;
  left: 0;
  box-shadow: 0 0 0px #000000;
}
.page_content .section_4 .slider_2 {
  width: 700px;
  height: 385px;
  z-index: 2;
  left: 250px;
  opacity: 1;
  box-shadow: 0 0 30px #000000;
}
.page_content .section_4 .slider_3 {
  width: 540px;
  height: 300px;
  z-index: 1;
  left: 660px;
  opacity: 0.5;
}
.page_content .section_4 .toLeft {
  width: 30px;
  height: 73px;
  background: url(../img/slider_arrow_left.png) center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -37px;
  left: 20px;
  z-index: 4;
  cursor: pointer;
  transition: opacity 0.3s;
}
.page_content .section_4 .toLeft:hover {
  opacity: 0.5;
}
.page_content .section_4 .toRight {
  width: 30px;
  height: 73px;
  background: url(../img/slider_arrow_right.png) center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -37px;
  right: 20px;
  z-index: 4;
  cursor: pointer;
  transition: opacity 0.3s;
}
.page_content .section_4 .toRight:hover {
  opacity: 0.5;
}
.page_content .section_5 {
  min-height: 930px;
  background: url(../img/bg_5.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 140px;
}
.page_content .section_5 .title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}
.page_content .section_5 .text_p {
  max-width: 1250px;
  margin: 0 auto 60px auto;
}
.page_content .section_5 .text_p p {
  color: #99bed3;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  margin-bottom: 29px;
}
.page_content .section_5 .text_p p:last-child {
  margin-bottom: 0;
}
.page_content .section_5 .text_p p b {
  font-size: inherit;
  color: #fff;
  line-height: inherit;
}
.page_content .section_5 .btn {
  width: 227px;
  height: 56px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.18);
}
.page_content .section_5 .btn:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -8px;
  width: 243px;
  height: 106px;
  background: url(../img/section_5__btn.png) center no-repeat;
  z-index: -1;
  top: -7px;
  transition: opacity 0.3s;
}
.page_content .section_5 .btn:hover:before {
  opacity: 0.7;
}
.page_content .section_6 {	
  min-height: 835px;
  background: url(../img/bg_6.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 140px;
}

@media (max-width: 2560px) {
	.page_content .section_6 {			
		min-height: 1080px;
	}
}

@media (max-width: 740px) {
	.page_content .section_6 {
    background: url(../img/bg_6-mob.jpg) center top no-repeat;
	}
}

.page_content .section_6 .title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 50px;
  text-align: center;  
  text-transform: uppercase;
}
.page_content .section_6 .text_p {
  max-width: 800px;
  margin: auto;
  max-width: 80%;
}

@media (max-width: 1024px) {
	.page_content .section_6 .text_p {
	  max-width: 100%;
	}	
}

.page_content .section_6 p {
  color: #99bed3;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;  
  margin-bottom: 29px;
}


.page_content .section_10 {
  min-height: 1030px;
  background: url(../img/bg_10.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 140px;
}

@media (max-width: 740px) {
	.page_content .section_10 {
    background: url(../img/bg_10-mob.jpg) center top no-repeat;
	}
}

.page_content .section_10 .title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 50px;
  text-align: center;  
  text-transform: uppercase;
}
.page_content .section_10 .text_p {
  max-width: 762px;
  margin: auto;
  max-width: 80%;
}

.page_content .section_10 p {
  color: #99bed3;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;  
  margin-bottom: 29px;
}


.page_content .section_7 {
  min-height: 930px;
  background: url(../img/bg_7.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 140px;
  position: relative;
}
.page_content .section_7 .title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
}
.page_content .section_7 .wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_content .section_7 .block {
  width: 25%;
  margin-bottom: 40px;
}
.page_content .section_7 .block_img {
  display: block;
  margin: 0 auto;
  height: 170px;
  object-fit: contain;
}
.page_content .section_7 .block_title {
  font-size: 19px;
  color: #99bed3;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
.page_content .section_7 .btn {
  position: absolute;
  bottom: -80px;
  left: 50%;
  width: 368px;
  height: 112px;
  background: url(../img/section_7__btn.png) center no-repeat;
  margin-left: -184px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  transition: opacity 0.3s;
}
.page_content .section_7 .btn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1300px) {
  .container {
    width: 1024px;
  }
  .page_content .section_3 .col_left {
    width: 50%;
  }
  .page_content .section_3 .col_right {
    width: 50%;
  }
  .page_content .section_4 .slider {
    width: 1000px;
  }
  .page_content .section_4 .slider_2 {
    left: 150px;
  }
  .page_content .section_4 .slider_3 {
    left: 460px;
  }
  .page_content .section_5 br {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .container {
    width: 720px;
  }
  .page_content .section_4 .slider {
    width: 700px;
  }
  .page_content .section_4 .slider_2 {
    left: 0px;
  }
  .page_content .section_4 .slider_3 {
    left: 160px;
  }
  .page_content .section_7 .wrap {
    justify-content: center;
    padding-bottom: 90px;
  }
  .page_content .section_7 .block {
    width: 33.333%;
  }
  .page_content .section_1 {
	min-height: 1125px;
  }
  .page_content .section_1 .logo__img {
    margin-top: 70px;
  }	
}
@media only screen and (max-width: 740px) {
  .container {
    width: 340px;
  }
  .footer {
    padding-top: 100px;
  }
  .footer .container {
    flex-wrap: wrap;
  }
  .footer .left_text {
    height: auto;
    margin-bottom: 50px;
  }
  .footer .links {
    font-size: 12px;
  }
  .footer .links a {
    font-size: 12px;
  }
  .footer .right_text {
    height: auto;
    margin-bottom: 50px;
  }
  .page_content .section_1 {
    min-height: 1660px;
  }
  .timer__items {
	  margin-bottom: 40px;
  }
  .page_content .section_1 .box {
	  box-shadow: 0 1px 65px 27px #000000, 0 0 0 1660px rgb(0 0 0 / 80%);
  }
  .page_content .section_1 .logo {
    width: 100%;
  }
  .page_content .section_1 .title {
    line-height: 34px;
  }
  .page_content .section_1 .btn_wrap {
    flex-direction: column;
  }
  .page_content .section_1 .btn {
    margin-bottom: 30px;
  }
  .page_content .section_1 .btn:last-child {
    margin-bottom: 0;
  }
  .page_content .section_1 .box {
    width: 90%;
    height: auto;
    padding: 20px;
  }
  .page_content .section_4 .slider {
    width: 320px;
    height: 195px;
  }
  .page_content .section_4 .slider_1,
  .page_content .section_4 .slider_3 {
    height: 195px;
    left: 0;
    width: 100%;
  }
  .page_content .section_4 .slider_2 {
    left: 0px;
    height: 195px;
    width: 100%;
  }
  .page_content .section_4 .text_p__wrap {
    min-height: 170px;
  }
  .page_content .section_2,
  .page_content .section_3,
  .page_content .section_4,
  .page_content .section_5,
  .page_content .section_6,
  .page_content .section_10,
  .page_content .section_7 {
    padding: 100px 0;
    min-height: 0;
  }
  .page_content .section_1 .title,
  .page_content .section_2 .title,
  .page_content .section_3 .title,
  .page_content .section_4 .title,
  .page_content .section_5 .title,
  .page_content .section_6 .title,
  .page_content .section_10 .title,
  .page_content .section_7 .title {
    font-size: 40px;
  }
  .page_content .section_3 .wrap {
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .page_content .section_3 .col_left {
    width: 100%;
  }
  .page_content .section_3 .col_right {
    width: 100%;
  }
  .page_content .section_7 .wrap {
    padding-bottom: 0;
  }
  .page_content .section_7 .block {
    width: 50%;
  }
  .page_content .section_7 .btn {
    bottom: -90px;
  }
  .page_content .section_2,
  .page_content .section_6 {
    text-align: center;
  }
  .page_content .section_1 .logo__img {
    margin-top: 20px;
  }	  
}

.text_p a {
	text-decoration: underline;
}

.text_p a {
	text-decoration: underline;
}

.text_p b {
    font-size: inherit;
    color: #fff;
    line-height: inherit;
}

.title {
	color: transparent;
    background: linear-gradient(to bottom,#fff,#b6daff);
    -webkit-background-clip: text;  
}

.text_p {
  text-shadow: 0px 2px 4px #000;	
}

/* slide progressive */

.flex-sbc, .flex-sbs, .flex-sbe,
.flex-cc, .flex-cs, .flex-ce,
.flex-sc, .flex-ss, .flex-se,
.flex-ec, .flex-es, .flex-ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-sbc, .flex-sbs, .flex-sbe {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-cc, .flex-cs, .flex-ce {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-sc, .flex-ss, .flex-se {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-ec, .flex-es, .flex-ee {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-sbc, .flex-cc, .flex-sc, .flex-ec {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-sbs, .flex-cs, .flex-ss, .flex-es {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-sbe, .flex-ce, .flex-se, .flex-ee {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

section.chronicle h2 {
  color: #f0f3d4;
}

section.chronicle h2 span {
  color: #b5c095;
}

.chronicle__list {
  width: calc( 100% + ( 25% - 230px ));
  margin: 0px calc( ( ( 25% - 230px ) * -1 ) / 2);
  margin-top: 40%;
}

@media (max-width: 1024px) {
  .chronicle__list {
    width: 100%;
    margin: 0px;
	/* margin-top: 40%; */
  }
}

@media (max-width: 1024px) {
  .chronicle__list {
    width: 100%;
    margin: 0px;
	/* margin-top: 40%; */
  }
}

.chronicle__list:not(:first-child) {
  margin-top: 20px;
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .chronicle__list:not(:first-child) {
    margin-top: 50px;
    margin-bottom: -20px;
  }
}

.chronicle__list-item {
  width: 20%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding: 15px;
  position: relative;
  z-index: 2;
  padding-bottom: 140px;
}

@media (max-width: 1024px) {
  .chronicle__list-item {
    width: 100%;
    padding-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .chronicle__list-item:not(:last-child) {
    padding-bottom: 100px;
  }
}

.chronicle__list-item-icon {
  width: 100%;
  margin: -50px 0px;
}

.chronicle__list-item-icon img {
  height: 200px;
  display: block;
}

.chronicle__list-item-game {
  width: 100%;
  font-family: 'Raleway', Sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .chronicle__list-item:first-child .chronicle__list-item-game {
    margin-top: -20px;
  }
}

.chronicle__list-item-chronicle {
  width: 100%;
  font-family: 'Raleway', Sans-serif;
  font-weight: 700;
  color: #acfe0b;
  font-size: 17px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}

.chronicle__list-item-point {
  width: 140px;
  height: 140px;
  position: absolute;
  left: calc( ( 100% - 140px ) / 2);
  bottom: -15px;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .chronicle__list-item-point {
    width: 50px;
    height: 50px;
    left: calc( ( 100% - 50px ) / 2);
    bottom: 45px;
  }
}

.chronicle__list-item-point-bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.chronicle__list-item-point-active {

  position: absolute;
  z-index: 2;
  top: calc( ( 100% - 140px ) / 2);
  left: calc( ( 100% - 140px ) / 2);
  display: none;
}

@media (max-width: 1024px) {
  .chronicle__list-item-point-active {
    top: calc( ( 100% - 50px ) / 2);
    left: calc( ( 100% - 50px ) / 2);
  }
}

@media (max-width: 1024px) {
  .chronicle__list-item:last-child .chronicle__list-item-point {
    width: 50px;
    height: 50px;
    left: calc( ( 100% - 50px ) / 2);
    bottom: 0px;
  }
}

.chronicle__list-item.active .chronicle__list-item-point-active {
  display: block;
}

.chronicle__list-item:not(:last-child):after {
  content: '';
  width: calc( 100% - 100px);
  height: 87px;
  position: absolute;
  bottom: 10px;
  right: calc( ( 100% - 100px ) / 2 * -1);
  background: url("/template/landing_x5/img/step.png") center center no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .chronicle__list-item:not(:last-child):after {
    display: none;
  }
}

.chronicle__list-item:not(:last-child):before {
  content: '';
  width: calc( 100% + 40px);
  height: 113px;
  position: absolute;
  bottom: 20px;
  right: -20px;
  background: url("/template/landing_x5/img/arrow.png") center center no-repeat;
  pointer-events: none;
  display: none;
}

@media (max-width: 1024px) {
  .chronicle__list-item:not(:last-child):before {
    display: block;
  }
}

@media (max-width: 1024px) {
  .page_content .section_3 .title  {
    margin-top: 10px;
  }
}

/* timer */

.timer__items {
  display: flex;
  margin-bottom: 24px;
}
.timer__item {

  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 26px;
  text-align: center;
  color: #ddb14d;
  font-size: 40px;

  color: transparent;
  background: linear-gradient(to bottom,#91ff00,#2f4627);
  -webkit-background-clip: text;    

  font-weight: 700;
}
@media (max-width: 1024px) {
.timer__item {
  margin-left: -13px;
  margin-right: -13px;
  padding-bottom: 25px;
  font-size: 28px;
}	
}

.timer__item::before {
  font-size: 62px;
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 22px;
  color: #daecff;

  font-weight: 700;
}
.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}