@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
body {
  margin: 0;
  /*overflow:  hidden;*/
}

.layer00 {
  position: fixed;
  background-color: rgba(0, 20, 20, 0.8);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.layer04 {
  position: fixed;
  background-color: #001414;
  z-index: 1000;
  width: 10000px;
  height: 10000px;
}

.layer05 {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 70;
  color: white;
}

.layer01 {
  position: fixed;
  background-color: #001414;
  z-index: 11;
}

.layer00 .wrapper-pop-up {
  position: relative;
  margin-top: 50px;
  top: 0;
}

.layer00 .wrapper-pop-up .header-pop-up {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.layer00 .wrapper-pop-up .header-pop-up svg {
  margin-right: 10px;
}

.layer00 .wrapper-pop-up .header-pop-up svg:hover {
  cursor: pointer;
}

.layer00 .wrapper-pop-up .body-pop-up iframe {
  width: 600px;
  height: 340px;
  /*height: 100%;*/
}

.wrapper-container {
  width: inherit;
  height: inherit;
}

.container {
  position: relative;
  margin: 0 auto;
  /*max-width: 900px;*/
  width: 100%;
  height: inherit;
  display: flex;
  flex-direction: column;
  background-color: #001414;
  /*justify-content: center;*/
  align-items: center;
}

.header {
  /*flex-basis: 15%;*/
  max-width: 750px;
  height: 15%;
  width: 100%;
  padding-top: 0%;
  position: relative;
  top: 0;
  left: 0;
  color: white;
  display: flex;
  justify-content: space-between;
  z-index: 0;
}

.header .logo {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 190px;
  padding-top: 40px;
}

.logo img {
  position: relative;
  z-index: 40;
}

.logo img:hover {
  cursor: pointer;
}

.header .navigation {
  opacity: 0;
  position: relative;
  top: 30px;
  right: 0;
  transition: opacity 50ms ease-in;
}

.navigation {
  width: 100%;
  max-width: 270px;
}

.navigation svg text {
  fill-opacity: 0;
}

.navigation-cls-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  fill: #fff;
}

.navigation-cls-2 {
  letter-spacing: -0.05em;
}

.navigation-cls-3 {
  letter-spacing: -0.01em;
}

.navigation-cls-4, .navigation-cls-5 {
  fill: none;
}

.navigation-cls-4 {
  stroke: #298acc;
}

.navigation-cls-4, .navigation-cls-5, .navigation-cls-6 {
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.navigation-cls-5, .navigation-cls-6 {
  stroke: #00d057;
}

.active-circle {
  fill: #001107;
  fill-opacity: 1;
}

.active-circle:hover {
  cursor: pointer;
}

.header .menu-icon {
  margin-right: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-icon div {
  position: relative;
  top: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  /*z-index: 41;*/
  width: 30px;
  /*background-color: white;*/
}

.swipe-left00 {
  /*flex-basis: 5%;*/
  height: 5%;
  /*height: 100px;*/
  display: flex;
  justify-content: flex-end;
}

.swipe-left00 img {
  opacity: 0;
  width: 45px;
}

.main {
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.image-question {
  position: relative;
  top: 0;
  display: flex;
  transition: left 1s ease-in-out;
  justify-content: center;
}

.text-question {
  /*flex-basis: 50%;*/
  height: 40%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.wrapper-text-question {
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
}

.size-question-text {
  width: auto;
}

.first-text {
  opacity: 1;
  width: 100%;
  position: relative;
  left: 0;
  z-index: 60;
  display: flex;
  justify-content: center;
  top: 0;
}

.first-text div, .second-text div, .three-text div, .four-text div, .five-text div {
  width: max-content;
}

.wrapper-fixed-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  /*align-items: flex-end;*/
  z-index: 1;
}

.second-text {
  width: 100%;
  opacity: 1;
  position: absolute;
  z-index: 50;
  top: 0;
  display: flex;
  justify-content: center;
}

.three-text {
  width: 100%;
  opacity: 0;
  position: absolute;
  z-index: 40;
  display: flex;
  justify-content: center;
  top: 0;
}

.four-text {
  width: 100%;
  opacity: 1;
  position: absolute;
  z-index: 30;
  top: 0;
  display: flex;
  justify-content: center;
}

.five-text {
  font-size: 24px;
  width: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.five-text div {
  position: relative;
  /*top:-40px;*/
  /*margin-top: 80px;*/
}

.footer {
  position: fixed;
  background-color: #172121;
  width: 100%;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 71;
}

.footer-sub01 {
  width: auto;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #738080;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-sub01 div {
  text-align: center;
}

.footer-sub01 div:nth-child(1) {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
}

.footer-sub01 a {
  color: #738080;
  margin: 0 3px;
  text-decoration: none;
}

.footer-sub01 form {
  display: inline-block;
}

.footer-sub01 button {
  background: none;
  color: #00D057;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.cookies-bar {
  position: fixed;
  width: 100%;
  bottom: 65px;
  display: flex;
  justify-content: flex-end;
  z-index: 72;
}

.cookies-bar div {
  margin-right: 3%;
  padding: 8px 15px;
  background-color: #172121;
  font-size: 12px;
  color: white;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cookies-bar div a {
  color: #738080;
  margin: 0 5px;
}

.row {
  font-family: "Montserrat", sans-serif;
  display: flex;
}

.elem {
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: font-size 0.19s ease-out;
}

.first-text > div:nth-child(1) > div:nth-child(4) {
  position: relative;
  left: -24px;
}

.second-text > div:nth-child(1) > div:nth-child(4) {
  position: relative;
  left: -8px;
}

.three-text > div:nth-child(1) > div:nth-child(3) {
  position: relative;
  left: 17px;
}

.four-text > div:nth-child(1) > div:nth-child(4) {
  position: relative;
  left: -8px;
}

.three-text > div:nth-child(1) > div:nth-child(4) {
  position: relative;
  left: -14px;
}

.sub01 > div:nth-child(3) {
  left: 6px;
}

.sub01 > div:nth-child(4) {
  left: 3px;
}

.sub01 > div:nth-child(6) {
  left: 10px;
}

.sub01 > div:nth-child(7) {
  left: 12px;
}

.sub01 > div:nth-child(9) {
  left: -7px;
}

.sub01 > div:nth-child(10) {
  left: 12px;
}

div.row:nth-child(11) {
  left: 16px;
}

div.row:nth-child(14) {
  left: -17px;
}

.sub02 > div:nth-child(3) {
  left: 42px;
}

@media screen and (max-width: 800px) {
  .sub02 > div:nth-child(3) {
    left: 26px;
  }

  .sub02 > div:nth-child(3) > div:nth-child(15), .sub02 > div:nth-child(3) > div:nth-child(16),
.sub02 > div:nth-child(3) > div:nth-child(17) {
    font-weight: 700;
  }
}
.sub02 > div:nth-child(4) {
  left: -2px;
}

.sub02 > div:nth-child(3), .sub02 > div:nth-child(4) {
  color: #00D057;
}

.sub02 > div:nth-child(3) > div:nth-child(2), .sub02 > div:nth-child(3) > div:nth-child(3),
.sub02 > div:nth-child(3) > div:nth-child(4) {
  font-weight: 700;
}

.el_center_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper-fixed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
}

.wrapper-fixed02 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  display: flex;
  justify-content: center;
  /*align-items: flex-start;*/
}

.wrapper-fixed-five-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  display: flex;
  justify-content: center;
  z-index: 1;
}

.wrapper-image-question {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.image-question-block {
  display: flex;
  justify-content: center;
}

.first-image {
  position: relative;
  opacity: 1;
  z-index: 60;
  left: 0;
  top: 0;
}

.second-image {
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: 50;
}

.three-image {
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: 40;
}

.four-image {
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: 30;
}

.five-image {
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: 0;
}

.five-image div svg {
  position: relative;
  z-index: -1;
}

div[class*=-image] img {
  display: block;
  max-width: 80%;
  height: auto;
}

.five-image div {
  width: 100px;
  height: 60px;
}

.five-image div:hover {
  cursor: pointer;
}

.first-img-animation {
  /*  animation: animatefirst 1000ms ease-in;
    animation-fill-mode: both;*/
}

/*@keyframes animatefirst {
	40% 
	{
		left: -319px;
	}
	60%
	{
		left:-270px;
	}
	70% 
	{
		left: -150px;
	}
	75% 
	{
		left:0;
		opacity: 0;
	}
}*/
.layer03 {
  position: fixed;
  background-color: #001414;
  z-index: -1;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
}

.preloader-container p {
  padding: 0 20px;
}

.layer06 {
  position: fixed;
  z-index: 12;
  color: white;
}

.arrow-left-box {
  position: absolute;
  top: 0;
  left: 0;
}

.arrow-right-box {
  position: absolute;
  top: 0;
  left: 0;
}

.arrow-left, .arrow-right {
  display: flex;
  height: 100%;
  align-items: center;
}

.layer07 {
  position: fixed;
  background-color: #001414;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l07-form {
  margin-top: -150px;
  background: #001414;
  width: 285px;
  padding: 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.l07-form h2 {
  margin: 0 0 20px;
  line-height: 1;
  color: #acbbb2;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.l07-form input {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid #393737;
  background-color: #1e1e1e;
  color: #D0D0D0;
  font-family: "Fira Sans", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.l07-form input:focus {
  color: #7DA697;
  border: 1px solid #384B32;
}

.l07-form button {
  cursor: pointer;
  background: #453e45;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  color: #cdcdcd;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.l07-form button:hover {
  background: #584f58;
}

.l07-form p {
  color: #867272;
  text-align: center;
  opacity: 0;
  transition: all 0.25s ease-out;
}

/*# sourceMappingURL=style.min.css.map */
