/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir.eot");
  src: url("fonts/Avenir.eot") format("embedded-opentype"), url("fonts/Avenir.woff2") format("woff2"), url("fonts/Avenir.woff") format("woff"), url("fonts/Avenir.ttf") format("truetype"), url("fonts/Avenir.svg#Avenir") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "AvenirHeavy";
  src: url("fonts/AvenirHeavy05.eot");
  src: url("fonts/AvenirHeavy05.eot") format("embedded-opentype"), url("fonts/AvenirHeavy05.woff2") format("woff2"), url("fonts/AvenirHeavy05.woff") format("woff"), url("fonts/AvenirHeavy05.ttf") format("truetype"), url("fonts/AvenirHeavy05.svg#AvenirHeavy05") format("svg");
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/AvenirHeavyOblique06.eot");
  src: url("fonts/AvenirHeavyOblique06.eot") format("embedded-opentype"), url("fonts/AvenirHeavyOblique06.woff2") format("woff2"), url("fonts/AvenirHeavyOblique06.woff") format("woff"), url("fonts/AvenirHeavyOblique06.ttf") format("truetype"), url("fonts/AvenirHeavyOblique06.svg#AvenirHeavyOblique06") format("svg");
  font-weight: bold;
  font-style: italic;
}
/* *** GLOBAL *** */
.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Avenir";
}

body {
  font-family: "Avenir";
  font-size: 18px;
  max-width: 1920px;
  margin: 0 auto;
  color: #fff;
  background: #0E0A3D;
  line-height: 1.4;
  min-width: 302px;
}

.content-box-1 {
  overflow: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
header {
  z-index: 1000;
  top: 0;
  position: fixed;
  left: 0;
  opacity: 1;
  width: 100%;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.75);
}

header:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url("/img/frontend/01.png") center no-repeat;
  background-size: 100% 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

header .btn-menu {
  width: 35px;
  height: 35px;
  display: block;
  background: url("/img/frontend/icons/01.png") center no-repeat;
  margin-right: 44px;
  margin-left: 19px;
}

header .btn-menu:hover, header .btn-menu.active {
  background: url("/img/frontend/icons/01-1.png") center no-repeat;
}

header .h-col-left {
  display: flex;
  align-items: center;
}

header .container {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  height: 92px;
  justify-content: space-between;
}

header .container .logo img {
  display: block;
}

header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  margin: 0;
}

header .main-menu ul > li {
  margin: 0 12px;
}

header .main-menu ul > li > a {
  color: #000000;
  display: block;
  font-weight: 800;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  position: relative;
}

header .main-menu ul > li :hover {
  color: #BC1620;
}

header .main-menu ul > li.current > a {
  color: #BC1620;
  font-weight: bold;
}

header .main-menu ul .active a {
  color: #BC1620;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: #cacaca;
  display: none;
}

.main-menu ul ul li {
  position: relative;
  float: left;
  width: 100%;
}

.main-menu ul ul li a {
  position: relative;
  color: #1c2f59;
  text-align: left;
  display: block;
  padding: 11px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
}

.main-menu ul ul li:hover > a {
  background: red;
  color: #fff;
}

.btn-1 {
  display: flex;
  font-family: "AvenirHeavy";
}

.btn-1 span {
  display: block;
  transition: 0.15s linear;
}

.btn-1 span:first-child {
  height: 44px;
  border-radius: 38px;
  background: #491d9a;
  padding: 0 41px;
  font-size: 14px;
  line-height: 43px;
  color: #fff;
  border: 1px solid #9563FF;
  margin-right: 7px;
}

.btn-1 span:last-child {
  width: 44px;
  height: 44px;
  border: 1px solid #9563FF;
  border-radius: 50%;
  background: #491d9a url("/img/frontend/icons/01.svg") center no-repeat;
}

.btn-1:hover span:first-child {
  background: #fff;
  color: #9563FF;
  border-color: #fff;
  box-shadow: 0 0 20px #9563FF;
}

.btn-1:hover span:last-child {
  background-color: #9563FF;
  transform: rotate(45deg);
  background-size: 18px auto;
}

/* *** BANNER *** */
.banner-box {
  width: 100%;
}

.banner-box img {
  display: block;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}

.banner ul li {
  position: relative;
  text-align: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .bx-controls-direction {
  display: none;
}

.banner .bx-controls {
  display: block;
}

.banner .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  padding: 20px 10px;
  color: #fff;
}

.banner a {
  color: #fff;
}

.banner h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.banner a:hover {
  color: blue;
}

.banner .prev-box, .banner .next-box {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  height: 44px;
  z-index: 1000;
}

.banner .prev-box {
  left: 15px;
}

.banner .next-box {
  right: 14px;
}

.banner .bx-prev, .banner .bx-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  text-indent: -9999999px;
}

.banner .bx-prev {
  background: green url("/img/frontend/sprite.png") -35px 0 no-repeat;
}

.banner .bx-next {
  background: green url("/img/frontend/sprite.png") -62px 0 no-repeat;
}

.banner .prev-box:hover, .banner .next-box:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.banner .bx-controls {
  width: auto;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 10px;
}

.banner .bx-pager {
  float: left;
  padding: 0;
}

.banner .bx-pager .bx-pager-item {
  float: left;
  margin-right: 10px;
}

.banner .bx-pager .bx-pager-item a {
  float: left;
  text-indent: -99999px;
  display: block;
  width: 15px;
  height: 15px;
  background: blue;
  border-radius: 50%;
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover {
  background: green !important;
}

body, html {
  height: 100%;
}

.banner-full-screen {
  width: 100%;
  height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
  height: 100% !important;
}

.banner-full-screen {
  height: 100%;
}

/* *** CUSTOM SELECT *** */
.select {
  width: 100%;
}

.select .chosen-container {
  width: 100% !important;
}

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
}

.select .chosen-search {
  display: none;
}

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  height: 29px;
  border: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important;
}

.select .chosen-container-single .chosen-single div {
  width: 32px;
  /*background: url('/img/frontend/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
  background: #fff;
  color: #000;
}

.select .chosen-container .chosen-results li:hover {
  background: #ec008d;
  color: #fff;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 0 15px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-rsp .logo-rsp {
  margin-top: 10px;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  width: 150px;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #BC1620;
}

.menu-rsp a br {
  display: none;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu-rsp > nav > ul:first-child {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  border-top: 1px solid #cbd6d6;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 15px 15px 14px 15px;
}

.menu-rsp nav a:hover {
  background-color: #BC1620;
  color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: #cbd6d6;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
/* *** HOME *** */
.button-scroll {
  position: absolute;
  top: -115px;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 2100;
  justify-content: center;
}

.button-scroll a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url("/img/frontend/icons/04.svg") center no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
}

.button-scroll a:hover {
  background-color: #9563FF;
  transform: scale(1.2);
}

.content-box-1 {
  position: relative;
  z-index: 1;
}

.content-box-1 .slider {
  background: url("/img/frontend/04.png") right calc(100% - 177px) no-repeat;
  position: relative;
}

.content-box-1 .my-controls {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 213px;
  right: 31px;
}

.content-box-1 .my-controls .swiper-button-prev {
  position: relative;
  transition: 0.15s linear;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  margin-left: 4px;
  width: 44px;
  height: 44px;
  background: #fff url("/img/frontend/icons/02.svg") center no-repeat;
  background-size: 13px auto !important;
  border-radius: 50%;
}

.content-box-1 .my-controls .swiper-button-prev:after {
  display: none;
}

.content-box-1 .my-controls .swiper-button-next {
  position: relative;
  top: auto;
  transition: 0.15s linear;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  margin-left: 4px;
  width: 44px;
  height: 44px;
  background: #fff url("/img/frontend/icons/03.svg") center no-repeat;
  background-size: 13px auto !important;
  border-radius: 50%;
}

.content-box-1 .my-controls .swiper-button-next:after {
  display: none;
}

.content-box-1 .my-controls .swiper-button-prev:hover {
  background-image: url("/img/frontend/icons/02-1.svg");
}

.content-box-1 .my-controls .swiper-button-next:hover {
  background-image: url("/img/frontend/icons/03-1.svg");
}

.content-box-1 .my-controls .swiper-button-next:hover, .content-box-1 .my-controls .swiper-button-prev:hover {
  background-color: #9563FF;
  background-size: 22px auto !important;
}

.content-box-1 .my-controls .swiper-pagination-bullet {
  transition: 0.15s linear;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  line-height: 40px;
  border: 1px solid transparent;
  font-size: 14px;
  color: #fff;
  opacity: 1;
  background: none;
  border-radius: 7px;
}

.content-box-1 .my-controls .swiper-pagination-bullet-active {
  background: #270471;
  text-decoration: underline;
}

.content-box-1 .my-controls .swiper-pagination-bullet:hover {
  border-color: #9563FF;
}

.content-box-1 .my-controls .swiper-pagination {
  display: flex;
  position: relative;
}

.content-box-1 .swiper {
  overflow: visible !important;
}

.content-box-1 .slider-box {
  position: relative;
  height: 847px;
  margin-top: 110px;
}

.content-box-1 .slider-box figure {
  text-align: right;
  padding: 60px 0px 0 0;
}

.content-box-1 .slider-box .description {
  position: absolute;
  top: 5px;
  left: 0;
  width: 650px;
}

.content-box-1 .slider-box .description .txt-2 {
  font-size: 38px;
  font-family: "AvenirHeavy";
  font-style: italic;
}

.content-box-1 .slider-box .description .txt-3 {
  margin-top: 50px;
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
}
.content-box-1 .slider-box .description .txt-3 .txt-3-1 {
  margin-bottom: 20px;
  padding-left: 65px;
  background: url("/img/frontend/36.png") left center no-repeat;
}
.content-box-1 .slider-box .description .txt-3 .txt-3-1:last-child {
  margin-bottom: 0;
}
.content-box-1 .slider-box .description .txt-3 .txt-3-1 span {
  color: #FFC80D;
}

.version-demo {
  position: absolute;
  top: -20px;
  left: 180px;
}

.content-box-1 .slider-box .description .txt-1 {
  font-family: "Russo One", sans-serif;
  font-size: 170px;
  line-height: 0.8;
  margin-bottom: 20px;
  padding-top: 20px;
}

.content-box-1 .slider-box .description .txt-1 .txt-1-1 {
  color: #9563FF;
  font-size: 180px;
}

.content-box-1 .slider-box .description .txt-1 .txt-1-2 {
  margin-left: 76px;
  margin-top: -30px;
}

.content-box-1 .slider-box .description .txt-1 .txt-1-3 {
  font-size: 100px;
}

.content-box-1 .slider-box-1 .description {
  padding-top: 80px;
}
.content-box-1 .slider-box-1 figure {
  padding-top: 90px;
}

.content-box-1 .slider-box-3 figure {
  margin-top: -20px;
}

.content-box-1 .slider-box .description .txt-1 .txt-1-3-margin-1 {
  margin: 20px 0 0 90px;
}

.content-box-1 .slider-box .description .txt-1 .txt-1-4 {
  color: #9563FF;
  padding-top: 10px;
  font-size: 60px;
}

.content-box-1 .graph-1 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
}

.content-box-1 .graph-2 {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -1000px;
}

.content-box-2 {
  position: relative;
  margin-bottom: 124px;
}

.content-box-2 .graph-3 {
  position: absolute;
  top: -158px;
  right: 97px;
  z-index: 12;
}

.content-box-2 .graph-4 {
  position: absolute;
  bottom: -80px;
  right: 439px;
  z-index: 12;
}

.content-box-2 .graph-5 {
  position: absolute;
  top: 200px;
  right: 50%;
  margin-right: -951px;
  z-index: 11;
}

.content-box-2 .content-box-2-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 76px);
  border-radius: 0 374px 374px 0;
  overflow: hidden;
  height: 100%;
}

.content-box-2 .content-box-2-1 .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 5.15s ease-in-out;
  transform: scale(1);
  height: 100%;
  background: url("/img/frontend/05.png") center no-repeat;
  background-size: cover;
}

.content-box-2 .content-box-2-1 .image-bg.active {
  transform: scale(1.2);
}

.content-box-2 .description {
  height: 768px;
  display: flex;
  width: 570px;
  max-width: 100%;
  flex-direction: column;
  position: relative;
  z-index: 2;
  justify-content: center;
}

.content-box-2 .txt {
  font-family: "Russo One", sans-serif;
  color: #9563FF;
  margin-bottom: 10px;
  font-size: 36px;
}

.title {
  margin-bottom: 21px;
}

.title h2 {
  font-family: "Russo One", sans-serif;
  margin: 0;
  font-size: 64px;
  line-height: 1.2;
}

.title-1 {
  text-align: center;
}

.title-1 .title-txt {
  font-size: 18px;
  margin-top: 5px;
}

.content-box-3 {
  position: relative;
  margin-bottom: 67px;
  z-index: 13;
  background: url("/img/frontend/37.png") center no-repeat;
  background-size: auto 100%;
}

.boxes-1 {
  width: 947px;
  max-width: 100%;
  margin: 0 auto;
  height: 402px;
  display: flex;
  justify-content: space-between;
  background: url("/img/frontend/09.png") center top no-repeat;
  padding-top: 60px;
}

.boxes-1 .col-box .box-1 {
  width: 170px;
  text-align: center;
}

.boxes-1 .col-box .box-1 .number {
  width: 97px;
  height: 97px;
  font-size: 64px;
  font-family: "Russo One", sans-serif;
  background: #9563FF;
  line-height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 33px;
}

.boxes-1 .col-box .box-1-1 .txt {
  width: 150%;
  margin-left: -30px;
}

.boxes-1 .col-box .box-1 .txt {
  font-style: italic;
  font-family: "AvenirHeavy";
  font-weight: bold;
}

.boxes-1 .col-box .box-1 .txt span {
  font-family: "AvenirHeavy";
  color: #02DEFF;
}

.boxes-1 .col-box:nth-child(2) {
  margin-top: 57px;
}

.boxes-1 .col-box:nth-child(3) {
  margin-top: 115px;
}

.content-box-4 {
  min-height: 400px;
  background: url("/img/frontend/10.png") center -50px no-repeat;
}

.content-box-4-1 {
  margin-bottom: 91px;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  align-items: center;
  background: url("/img/frontend/13.png") center no-repeat;
}

.content-box-4-1 .content-box-4-1a {
  margin-left: 22px;
}

.content-box-4-1 .content-box-4-1a .logo-1 {
  margin-bottom: 28px;
}

.content-box-4-1 .content-box-4-1b {
  display: flex;
  align-items: center;
}

.content-box-4-1 .content-box-4-1b .button-box {
  display: flex;
  margin-left: 30px;
  flex-direction: column;
}

.content-box-4-1 .content-box-4-1b .button-box a {
  margin: 3px 0;
}

.boxes-2 .row-box {
  margin: 0 -12px;
  display: flex;
}

.boxes-2 .row-box .col-box {
  width: 25%;
  padding: 0 12px;
}

.box-2 {
  height: 100%;
  background: url("/img/frontend/14.png") center bottom no-repeat;
}

.box-2 figure {
  width: 128px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}

.box-2 .description {
  padding: 26px 10px 26px 10px;
  text-align: center;
  font-size: 14px;
}

.box-2 .description span {
  font-family: "AvenirHeavy";
  color: #9563FF;
}

.content-box-5 {
  margin-bottom: 99px;
  margin-top: -44px;
  height: 1263px;
  background: url("/img/frontend/16.png") center no-repeat;
}

.content-box-5 .description {
  padding-top: 677px;
  text-align: center;
}

.content-box-5 .description h2 {
  font-family: "Russo One", sans-serif;
  font-size: 96px;
}

.content-box-5 .description .txt {
  font-family: "Russo One", sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.content-box-5 .description .txt span {
  color: #9563FF;
}

.content-box-6 .title-txt {
  color: #9563FF;
}

.content-box-6 .slider-1 {
  width: 946px;
  margin: 0 auto;
  max-width: 100%;
}

.content-box-6 .slider-1 .s-box {
  width: 461px;
  height: 455px;
  background: url("/img/frontend/17.png") center bottom no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.content-box-6 .slider-1 .s-box .button-box {
  display: flex;
  padding: 24px 0;
  align-items: center;
  justify-content: center;
}

.content-box-6 .slider-1 .s-box figure {
  margin-bottom: 5px;
  text-align: center;
}

.content-box-6 .slider-1 .s-box figure img {
  max-width: none;
  max-height: none;
}

.content-box-6 .slider-1 .s-box .description {
  padding: 0 24px;
  text-align: center;
}

.content-box-6 .slider-1 .s-box .description span {
  font-family: "AvenirHeavy";
  color: #9563FF;
}

.slider-1 {
  position: relative;
}

.slider-1 .swiper-slide {
  padding-top: 100px;
}

.btn-2, .btn-5, .x-btn-2-1 {
  height: 44px;
  display: inline-block;
  border: 1px solid #9563FF;
  border-radius: 22px;
  font-size: 14px;
  font-family: "AvenirHeavy";
  color: #fff;
  padding: 0 56px;
  text-align: center;
  line-height: 45px;
  background: #221171;
}

.btn-2:hover, .btn-5:hover, .x-btn-2-1:hover {
  background: #fff;
  color: #9563FF;
  box-shadow: 0 0 30px #3108a1;
}

.my-controls-1 {
  padding: 30px 0 67px 0;
  display: flex;
  justify-content: center;
}

.my-controls-1 .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
}

.my-controls-1 .swiper-pagination-bullet {
  width: 14px;
  margin: 0 4px;
  height: 14px;
  opacity: 1;
  background: none;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  color: transparent !important;
  border: 1px solid #9563FF;
}

.my-controls-1 .swiper-pagination-bullet-active:after {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px;
  display: block;
  content: "";
  background: #fff;
  border-radius: 50%;
}

.my-controls-1 .swiper-pagination-bullet-active {
  background: #30069e;
}

.content-box-7 .content-box-7-1 {
  margin-bottom: 89px;
  background: url("/img/frontend/20.png") center no-repeat;
}

.content-box-7 .description {
  height: 398px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content-box-7 .description h2 {
  font-family: "Russo One", sans-serif;
  font-size: 64px;
}

.content-box-7 .description h2 span {
  color: #9563FF;
}

.content-box-7 .description .btn-2 {
  padding: 0 95px;
}

.content-box-7 {
  position: relative;
  z-index: 20;
}

.content-box-8 {
  position: relative;
  background: url("/img/frontend/21.png") center top no-repeat;
}

.content-box-8 .title {
  margin-bottom: 44px;
  padding-top: 80px;
}

.content-box-8 .title .title-txt span {
  color: #9563FF;
}

.graph-6 {
  position: absolute;
  top: -600px;
  left: 50%;
  margin-left: -951px;
  z-index: 11;
}

.form-box {
  width: 364px;
  max-width: 100%;
  position: relative;
  z-index: 20;
  margin: 0 auto;
}

.form-box .label-box {
  margin-bottom: 3px;
}

.form-box .label-box label {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  font-family: "AvenirHeavy";
  color: #9563FF;
}

.form-box .input-box {
  margin-bottom: 24px;
}

.form-box .input-box input, .form-box .input-box textarea {
  height: 53px;
  background: #52379e;
  width: 100%;
  border: none;
  border-radius: 31px;
  padding: 0 26px;
  padding-top: 2px;
  color: #fff;
}

.form-box .input-box textarea {
  height: 203px;
  border-radius: 15px;
  padding: 19px 26px;
  resize: none;
  overflow: auto;
}

.form-box .button-box {
  display: flex;
  justify-content: center;
}

::-moz-placeholder {
  color: #fff;
}

::placeholder {
  color: rgba(255,255,255,0.5);
}

.checkbox-box label {
  display: block;
  margin-bottom: 30px;
  position: relative;
  padding-left: 45px;
  font-size: 12px;
}

.checkbox-box label .icheckbox {
  width: 29px;
  height: 29px;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: #1c0864;
  border: 1px solid #9563FF;
}

.checkbox-box label .checked {
  background-image: url("/img/frontend/icons/02.png");
  background-position: center center;
  background-repeat: no-repeat;
}

footer {
  padding: 99px 0 68px 0;
}

footer .f-logo {
  width: 169px;
  transition: 0.15s linear;
  height: 36px;
  background: url("/img/frontend/verbum.png") center no-repeat;
}

footer .f-logo img {
  opacity: 0;
}

footer .f-logo:hover {
  background: url("/img/frontend/verbum-white.png") center no-repeat;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .container .f-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .container .f-menu ul li {
  margin-left: 68px;
}

footer .container .f-menu ul li a {
  color: #9563FF;
  font-size: 14px;
}

footer .container .f-menu ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.content-box-4-1 .content-box-4-1b .button-box a:hover {
  opacity: 0.8;
}

.content-box-6 .slider-1 {
  z-index: 21;
}

.menu-fix {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000000000;
  background: rgba(14, 10, 61, 0.95);
}

.menu-fix .container {
  height: 100vh;
  overflow: auto;
  padding: 0;
  max-width: 100%;
  padding-top: 73px;
  padding-bottom: 73px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.menu-fix .container .m-logo {
  padding-top: 25px;
}

.menu-fix ul {
  padding: 0 20px;
  margin: 0;
  list-style: none;
  text-align: center;
}

.menu-fix ul li {
  margin-bottom: 40px;
}

.menu-fix ul li a {
  font-family: "Russo One", sans-serif;
  font-size: 32px;
  display: inline-block;
  color: #fff;
}

.menu-fix ul li a:hover {
  color: #9563FF;
  transform: scale(1.1);
}

.box-fix {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000000000;
}

.box-fix .btn-google {
  position: absolute;
  display: block;
  width: 24%;
  background: #000;
  opacity: 0;
  top: 43%;
  height: 10%;
  right: 38%;
}

.box-fix .btn-google:hover {
  opacity: 0.1;
}

.box-fix .btn-app {
  position: absolute;
  display: block;
  width: 24%;
  background: #000;
  opacity: 0;
  top: 55%;
  height: 10%;
  right: 38%;
}

.box-fix .btn-app:hover {
  opacity: 0.1;
}

.box-fix img {
  display: block;
}

.boxes-2 .row-box .col-box .box-2 {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.image-rwd {
  display: none;
}

.content-box-4-1 .button-box-1 {
  display: none;
}

.slider-2 {
  display: none;
}

.slider-2 .swiper {
  width: 130% !important;
}

.slider-2 .swiper-slide {
  height: auto;
}

.slider-2 .box-2 {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.slider-2 .swiper-pagination-bullet {
  transition: 0.15s linear;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  line-height: 40px;
  border: 1px solid transparent;
  font-size: 14px;
  color: #fff;
  opacity: 1;
  background: none;
  border-radius: 7px;
}

.slider-2 .swiper-pagination-bullet-active {
  background: #270471;
  text-decoration: underline;
}

.slider-2 .swiper-pagination-bullet:hover {
  border-color: #9563FF;
}

.slider-2 .swiper-pagination {
  display: flex;
  position: relative;
}

.slider-2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: #fff;
  border-radius: 3px;
  border: none !important;
}

.slider-2 .swiper-pagination-bullet-active {
  background: #9563FF;
  width: 38px;
  border-radius: 3px;
}

.slider-2 .swiper-pagination {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

/* *** ANKIETA *** */
.x-bg-1 {
  background: #0e0a3d url("/img/frontend/ankieta/01.jpg") center top no-repeat;
}

.x-content-box-1 {
  padding: 180px 0 0 0;
}

.x-title h1 {
  font-family: "Russo One", sans-serif;
  font-size: 120px;
  color: #9563FF;
  margin: 0;
  line-height: 0.8;
}

.x-title {
  margin-bottom: 40px;
}

.x-content-box-1 .x-txt-1 {
  color: #0FC2FE;
  font-family: "Russo One", sans-serif;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 12px;
}

.x-content-box-1 .x-txt-2 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 20px;
}

.x-content-box-1-1 {
  width: 867px;
  max-width: 100%;
}

.x-textarea textarea {
  background: rgba(149, 99, 255, 0.5);
  height: 174px;
  resize: none;
  overflow: auto;
  border: none;
  font-style: italic;
  font-size: 18px;
  width: 784px;
  max-width: 100%;
  color: #fff;
  padding: 10px 13px;
  border-radius: 15px;
  display: block;
}

.x-textarea ::placeholder {
  opacity: 0.5;
}

.x-mb-1 {
  margin-bottom: 48px;
}

.x-checkbox-box label {
  display: inline-block;
  margin: 0;
  padding-left: 39px;
  font-size: 24px;
  position: relative;
  line-height: normal;
  list-style: none;
}

.x-checkbox-box {
  margin-bottom: 20px;
}

.x-checkbox-content .x-checkbox-box:last-child {
  margin-bottom: 0;
}

.x-checkbox-box .icheckbox, .x-checkbox-box .iradio {
  position: absolute;
  top: 0;
  border-radius: 6px;
  left: 0;
  width: 29px;
  height: 29px;
  border: 1px solid #9563FF;
  background: rgba(83, 2, 255, 0.2);
}

.x-checkbox-box .icheckbox.checked:after, .x-checkbox-box .iradio.checked:after {
  width: 19px;
  height: 19px;
  border-radius: 6px;
  background: #9563FF;
  content: "";
  display: block;
  margin: 4px;
}

.x-checkbox-box .iradio, .x-checkbox-box .iradio.checked:after {
  border-radius: 50%;
}

.x-content-box-1 .container {
  position: relative;
}

.x-sign-1 {
  position: absolute;
  top: -68px;
  left: 32px;
}

.x-mouse-icon {
  position: absolute;
  top: 60vh;
  right: 0;
}

.x-content-box-1-1 .button-box .btn-2 {
  width: 251px;
}

@media only screen and (max-width: 1199px) {
  .x-title h1 {
    font-size: 70px;
  }
  .x-sign-1 img {
    width: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .x-bg-1 {
    background: none;
  }
  .x-title h1 {
    font-size: 60px;
  }
  .x-content-box-1 .x-txt-1 {
    font-size: 25px;
  }
  .x-content-box-1 .x-txt-2 {
    font-size: 18px;
  }
  .x-checkbox-box label {
    font-size: 18px;
    padding-top: 3px;
  }
  .x-mouse-icon {
    display: none;
  }
  .x-content-box-1 {
    padding-bottom: 50px;
  }
  .x-content-box-1-1 .button-box {
    display: flex;
    justify-content: center;
  }
}
.a-content-box-2 {
  position: relative;
  z-index: 3;
}

.close-2 {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
  margin: 0 10px 0 0;
}
.close-2:hover {
  opacity: 0.9;
  color: #fff;
}

.a-content-box-1 {
  height: 1222px;
  background: url("/img/frontend/38.png") center no-repeat;
}
.a-content-box-1 .txt-1 {
  font-family: "Russo One", sans-serif;
  font-size: 84px;
  padding-top: 35px;
  line-height: 1.1;
}
.a-content-box-1 .txt-1 span {
  color: #FFC80D;
}
.a-content-box-1 .txt-2 {
  margin-left: -70px;
  margin-bottom: 50px;
}
.a-content-box-1 .txt-2 .txt-2-1 {
  font-family: "Russo One", sans-serif;
  font-size: 180px;
  line-height: 1.1;
  opacity: 0.1;
  color: #fff;
}
.a-content-box-1 .txt-2 .txt-2-2 {
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
  padding: 0 0 0 70px;
  margin-top: -100px;
}
.a-content-box-1 .button-box {
  display: flex;
  align-items: center;
}
.a-content-box-1 .button-box .line {
  background: #FEC70D;
  height: 1px;
  width: 100%;
  margin-right: 20px;
  position: relative;
}
.a-content-box-1 .button-box .line:after {
  position: absolute;
  top: 0;
  right: 100%;
  background: #FEC70D;
  height: 1px;
  width: 1000px;
  content: "";
  display: block;
}

.a-btn-1 {
  flex-shrink: 0;
  height: 61px;
  font-style: italic;
  padding: 0 40px;
  line-height: 62px;
  color: #000;
  background: #FFC80D;
  border-radius: 70px;
  border: 1px solid #000;
  font-weight: bold;
}
.a-btn-1:hover {
  color: #000;
  opacity: 0.9;
}

.a-boxes-1 {
  margin: -270px 0 0 0;
}
.a-boxes-1 .row-box {
  display: flex;
  margin: 0 -12px;
}
.a-boxes-1 .row-box .col-box {
  padding: 0 12px;
  width: 33.33333%;
  text-align: center;
  margin-bottom: 24px;
}
.a-boxes-1 .row-box .col-box .a-box-1 {
  height: 100%;
  border: 5px solid #9563FF;
  border-radius: 33px;
  background: url("/img/frontend/39.png") center no-repeat;
  background-size: 100% 100%;
}
.a-boxes-1 .row-box .col-box .a-box-1 figure {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-boxes-1 .row-box .col-box .a-box-1 .txt {
  margin-bottom: 30px;
  font-weight: bold;
  font-style: italic;
  color: #9563FF;
  font-size: 38px;
  line-height: 1.1;
}
.a-boxes-1 .row-box .col-box .a-box-1 .txt span {
  color: #FFC80D;
}

.a-content-box-3 .a-content-box-3-1 {
  position: relative;
  text-align: center;
}
.a-content-box-3 .a-content-box-3-1 .a-arrow-1 {
  position: absolute;
  top: -100px;
  right: 65px;
}
.a-content-box-3 .a-content-box-3-1 .txt-1 {
  text-align: center;
  font-family: "Russo One", sans-serif;
  font-size: 45px;
  margin: 20px 0 -35px 0;
}

.a-content-box-3-2 {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  font-family: "Russo One", sans-serif;
  justify-content: space-between;
  position: relative;
}
.a-content-box-3-2 .a-arrow-2 {
  position: absolute;
  top: 200px;
  left: 65%;
}
.a-content-box-3-2 .txt {
  margin-right: 30px;
  font-family: "Russo One", sans-serif;
  font-size: 64px;
  line-height: 1.1;
  flex-shrink: 0;
}
.a-content-box-3-2 .txt span {
  font-size: 85px;
}

.a-boxes-2 {
  padding-bottom: 60px;
}
.a-boxes-2 .a-box-2 {
  margin-bottom: 40px;
  border-radius: 30px;
  padding: 0 30px;
  padding-bottom: 50px;
}
.a-boxes-2 .a-box-2-1 {
  background: url("/img/frontend/44.png") center no-repeat;
  background-size: cover;
}
.a-boxes-2 .a-box-2-1 .txt-1 {
  border-bottom: 1px solid #fff;
  line-height: 1.2;
  padding: 20px 0;
  color: #FFC80D;
  font-family: "Russo One", sans-serif;
  margin-bottom: 30px;
  font-size: 36px;
}
.a-boxes-2 .a-box-2-1 .description {
  display: flex;
  justify-content: space-between;
}
.a-boxes-2 .a-box-2-1 .description figure {
  margin-top: -55px;
}
.a-boxes-2 .a-box-2-1 .col-box-1 {
  padding-left: 30px;
}
.a-boxes-2 .a-box-2-1 .col-box-1 .txt-2 {
  margin-bottom: 80px;
  line-height: 1.2;
  font-family: "Russo One", sans-serif;
  font-size: 48px;
}
.a-boxes-2 .a-box-2-1 .col-box-1 .txt-2 span {
  color: #05E46B;
  font-size: 64px;
}
.a-boxes-2 .a-box-2-1 .col-box-1 .txt-2:last-child {
  margin-bottom: 0;
}
.a-boxes-2 .a-box-2-2 {
  background: url("/img/frontend/44.png") center no-repeat;
  background-size: cover;
}
.a-boxes-2 .a-box-2-2 .txt-1 {
  border-bottom: 1px solid #fff;
  line-height: 1.2;
  padding: 20px 0;
  color: #FFC80D;
  font-family: "Russo One", sans-serif;
  margin-bottom: 30px;
  padding-left: 550px;
  font-size: 36px;
}
.a-boxes-2 .a-box-2-2 .description {
  display: flex;
  justify-content: space-between;
}
.a-boxes-2 .a-box-2-2 .description figure {
  margin-top: -55px;
}
.a-boxes-2 .a-box-2-2 .col-box-2 {
  flex-shrink: 0;
  width: 520px;
}
.a-boxes-2 .a-box-2-2 .col-box-2 figure {
  text-align: center;
}
.a-boxes-2 .a-box-2-2 .col-box-1 {
  padding-left: 30px;
  width: 100%;
}
.a-boxes-2 .a-box-2-2 .col-box-1 .txt-2 {
  margin-bottom: 30px;
  line-height: 1.2;
  font-family: "Russo One", sans-serif;
  font-size: 48px;
}
.a-boxes-2 .a-box-2-2 .col-box-1 .txt-2 span {
  color: #05E46B;
  font-size: 64px;
}
.a-boxes-2 .a-box-2-2 .col-box-1 .txt-2:last-child {
  margin-bottom: 0;
}
.a-boxes-2 .a-box-2-2 .col-box-1 .txt-3 {
  font-size: 34px;
  line-height: 1.2;
  font-family: "Russo One", sans-serif;
}
.a-boxes-2 .a-box-2-3 {
  background: url("/img/frontend/47.png") center no-repeat;
  background-size: cover;
}
.a-boxes-2 .a-box-2-3 .txt-1 {
  border-bottom: 1px solid #fff;
  line-height: 1.2;
  padding: 20px 0;
  color: #FFC80D;
  font-family: "Russo One", sans-serif;
  margin-bottom: 30px;
  font-size: 36px;
}
.a-boxes-2 .a-box-2-3 .txt-2 {
  padding: 0 30px;
  font-family: "Russo One", sans-serif;
  margin-bottom: 50px;
  font-size: 36px;
}
.a-boxes-2 .a-box-2-3 .txt-3 {
  text-align: center;
  font-family: "Russo One", sans-serif;
  font-size: 36px;
}
.a-boxes-2 .a-box-2-3 .txt-4 {
  color: #9563FF;
  font-family: "Russo One", sans-serif;
  margin-bottom: 30px;
  font-size: 58px;
  text-align: center;
}
.a-boxes-2 .a-box-2-3 table {
  width: calc(100% + 60px);
  margin: 0 -30px;
}
.a-boxes-2 .a-box-2-3 table tr td {
  border-bottom: 1px solid #9563FF;
  padding: 0 60px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-family: "Russo One", sans-serif;
  font-size: 36px;
}
.a-boxes-2 .a-box-2-3 table tr td:last-child {
  text-align: right;
}

.a-content-box-4-1 {
  position: relative;
  text-align: center;
  margin-bottom: 170px;
  background: #FEC70D;
  font-family: "Russo One", sans-serif;
  color: #000;
  line-height: 1.2;
  padding: 25px;
  border-radius: 20px 20px 100px 100px;
}
.a-content-box-4-1 figure {
  position: absolute;
  top: 135px;
  right: 265px;
}
.a-content-box-4-1 .txt-1 {
  font-size: 48px;
}
.a-content-box-4-1 .txt-2 {
  font-size: 36px;
  margin-bottom: 38px;
}
.a-content-box-4-1 .button-box {
  display: flex;
  justify-content: center;
}

.a-btn-2 {
  height: 61px;
  line-height: 65px;
  font-size: 18px;
  padding: 0 40px;
  border-radius: 31px;
  font-weight: bold;
  font-style: italic;
  font-family: "Avenir";
  background: #fff;
  color: #000;
}
.a-btn-2:hover {
  color: #000;
  opacity: 0.9;
}

.a-content-box-5 {
  margin: -100px 0 150px 0;
}

.content-box-4 {
  padding-bottom: 200px;
}

.a-content-box-5-1 {
  border: 3px solid #0AB5EC;
  background: url("/img/frontend/54.png") center no-repeat;
  background-size: cover;
  border-radius: 33px;
  padding: 20px;
  line-height: 1.2;
  text-align: center;
}
.a-content-box-5-1 .txt-1 {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}
.a-content-box-5-1 .txt-2 {
  padding: 10px 70px;
  background: #9563FF;
  border-radius: 80px;
  font-weight: bold;
  font-style: italic;
  display: inline-block;
  margin-bottom: 34px;
  font-size: 28px;
}
.a-content-box-5-1 .txt-3 {
  display: flex;
}
.a-content-box-5-1 .txt-3 .txt-3-1 {
  width: 50%;
  text-align: center;
  padding: 0 20px;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 56px;
}
.a-content-box-5-1 .txt-3 .txt-3-1 span {
  display: block;
  color: #9563FF;
  font-size: 48px;
}
.a-content-box-5-1 .txt-4 {
  text-align: center;
  padding: 0 20px;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 56px;
}
.a-content-box-5-1 .txt-4 span {
  display: block;
  color: #9563FF;
  font-size: 48px;
}

.a-boxes-3 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.a-boxes-3 .row-box .col-box {
  padding: 0 20px;
  margin-bottom: 30px;
  width: 25%;
}
.a-boxes-3 .row-box .col-box .a-box-3 figure {
  margin-bottom: 25px;
}
.a-boxes-3 .row-box .col-box .a-box-3 .txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  font-style: italic;
}
.a-boxes-3 .row-box .col-box .a-box-3 .txt span {
  color: #9563FF;
}

.a-content-box-5 .txt-box {
  text-align: right;
  padding-top: 20px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.a-content-box-5 .txt-box a {
  color: #fff;
  text-decoration: underline;
}
.a-content-box-5 .txt-box a:hover {
  opacity: 0.9;
  color: #fff;
}

.content-box-7-7-7-1 {
  margin-bottom: 150px;
}
.content-box-7-7-7-1 .content-box-7-1 {
  background: url("/img/frontend/55.png") center no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 33px;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Russo One", sans-serif;
}
.content-box-7-7-7-1 .title {
  text-align: center;
}
.content-box-7-7-7-1 .t-2 {
  font-size: 104px;
}

.content-box-8 .title-1 .title-txt, .content-box-8 .form-box .label-box label, .content-box-8 .form-box .input-box textarea, .content-box-8 .form-box .input-box input {
  font-weight: bold;
  font-style: italic;
}
.content-box-8 .checkbox-box label {
  font-style: italic;
}
.content-box-8 .form-box .button-box button {
  font-weight: bold;
  font-style: italic;
}

.f-menu a {
  font-weight: bold;
  font-style: italic;
}

header .container {
  position: relative;
}
header .version-demo {
  position: absolute;
  top: 70px;
  left: 230px;
}

.z-content-box-1 {
  padding-top: 160px;
  position: relative;
}
.z-content-box-1 .container {
  position: relative;
  display: flex;
}
.z-content-box-1 .description {
  position: relative;
  z-index: 2;
  width: 621px;
  flex-shrink: 0;
  max-width: 100%;
}
.z-content-box-1 .txt-1 {
  font-family: "Russo One", sans-serif;
  font-size: 100px;
  line-height: 1.2;
}
.z-content-box-1 .txt-2 {
  font-family: "Russo One", sans-serif;
  line-height: 1.2;
  color: #9563FF;
  margin-bottom: 50px;
  font-size: 60px;
}
.z-content-box-1 .txt-3 {
  border-bottom: 2px solid #BDB7FF;
  position: relative;
  font-weight: bold;
  font-style: italic;
  color: #9563FF;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.z-content-box-1 .txt-3:after {
  position: absolute;
  bottom: -2px;
  content: "";
  left: 100%;
  width: 260px;
  height: 2px;
  background: #BDB7FF;
}
.z-content-box-1 .txt-3:before {
  position: absolute;
  bottom: -6px;
  content: "";
  left: 100%;
  width: 10px;
  margin-left: 256px;
  height: 10px;
  border-radius: 50%;
  background: #BDB7FF;
}
.z-content-box-1 .txt-4 {
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 57px;
}
.z-content-box-1 .form-box {
  margin: 0;
}
.z-content-box-1 .form-box label {
  font-weight: bold;
  font-style: italic;
}
.z-content-box-1 .form-box .input-box input {
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
}
.z-content-box-1 .form-box .button-box {
  padding-top: 20px;
}
.z-content-box-1 .form-box button {
  width: 100%;
  font-style: italic;
}

.z-bg-1 {
  background: url("/img/frontend/57.png") center top no-repeat;
  background-size: cover;
}

.z-bg-2 {
  background: url("/img/frontend/58.png") center top no-repeat;
  background-size: cover;
}

.z-content-box-1 {
  min-height: calc(100vh - 185px);
}

.z-bg-1 footer, .z-bg-2 footer {
  padding-bottom: 50px;
}

.z-content-box-1-1 .description {
  width: 636px;
}
.z-content-box-1-1 .description .txt-2 {
  color: #E03338;
}
.z-content-box-1-1 .description .a-btn-1 {
  display: inline-block;
}

.container-box {
  position: relative;
  z-index: 2;
}

/* .popup-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  height: 100%;
  display: block;
  z-index: 10000000000000000000000;
  background: rgba(0, 0, 0, 0.9);
} */

.popup-1 {
  width: 485px;
  margin: 0 auto;
  position: relative;
  background: #553D88;
  border-radius: 8px;
  padding-bottom: 30px;
}
.popup-1 .txt-1 {
  font-family: "Russo One", sans-serif;
  line-height: 1.2;
  color: #9563FF;
  font-size: 80px;
}
.popup-1 .txt-2 {
  font-family: "Russo One", sans-serif;
  padding: 0 37px;
  font-size: 28px;
  line-height: 1.2;
  width: 410px;
  margin-bottom: 18px;
  max-width: 100%;
}
.popup-1 .txt-3 {
  margin-left: 30px;
  display: flex;
  background: rgba(255, 255, 255, 0.4);
}
.popup-1 .txt-3 .txt-3-1 {
  display: flex;
  align-items: center;
  padding-left: 7px;
}
.popup-1 .txt-3 .txt-3-1 a {
  margin-left: 13px;
}
.popup-1 .figure-1 {
  position: absolute;
  top: 90px;
  right: -40px;
}

.a-content-box-1 {
  position: relative;
}

.popup-2 .txt-2 {
  padding: 0 17px;
  font-size: 18px;
  margin: -10px 0 -5px 0;
  width: 100%;
}
.popup-2 .description {
  width: 100%;
}
.popup-2 .z-boxes-1 {
  text-align: center;
}
.popup-2 .z-boxes-1 .row-box {
  display: flex;
}
.popup-2 .z-boxes-1 .row-box .col-box {
  padding: 0 20px;
  width: 50%;
}
.popup-2 .z-boxes-1 .row-box .col-box .z-box-1 .txt {
  font-family: "Russo One", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
.popup-2 .button-box {
  padding: 0 24px;
  margin-top: 30px;
}
.popup-2 .button-box .a-btn-1 {
  width: 100%;
  display: block;
  border-color: #9563FF;
  background: rgba(83, 2, 255, 0.2);
  color: #fff;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  text-align: center;
}

/* GRA */
.x-content-box-14 {
  display: flex;
}
.x-content-box-14 .x-col-left {
  flex-shrink: 0;
  width: 692px;
}
.x-content-box-14 .x-col-right {
  width: 100%;
  margin-left: 16px;
}

.x-boxes-12 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.x-boxes-12 .row-box .col-box {
  padding: 0 3px;
  width: 33.3333%;
  margin-bottom: 6px;
}
.x-boxes-12 .row-box .col-box .x-box-12 {
  cursor: pointer;
}
.x-boxes-12 .row-box .col-box .x-box-12 img {
  display: block;
  
}


.x-content-box-15 {
  /* height: calc(100% - 6px); */
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.x-content-box-15 .txt-1 {
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  line-height: 27px;
  align-items: flex-end;
  font-weight: 900;
  border-bottom: 1px solid #092844;
}
.x-content-box-15 .txt-1 .txt-1-1 {
  padding: 0 0 10px 0;
  margin-bottom: -3px;
  border-bottom: 5px solid #092844;
}
.x-content-box-15 .txt-1 .txt-1-2 {
  padding: 0 0 10px 0;
  margin-bottom: -3px;
  font-size: 50px;
  font-weight: bold;
  line-height: 0.9;
  border-bottom: 5px solid transparent;
}
.x-content-box-15 .txt-1a {
  margin-top: 45px;
}
.x-content-box-15 .txt-1aa {
  text-align: right;
  font-weight: 900;
  padding-top: 10px;
  color: white;
  font-size: 18px;
  margin-bottom: 17px;
  line-height: 24px;
}
.x-content-box-15 .txt-1c {
  padding-top: 10px;
}
.x-content-box-15 .button-box {
  margin: 80px 0 45px 0;
}
.x-content-box-15 .button-box a {
  width: 100%;
}

/* POPUP */
.popup-content {
  /* display: block; */
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: 1000 !important;
  height: 100vh !important;
  width: 100vw !important;
  text-align: center;
}
.popup {
  z-index: 1001 !important;
  /* height: 100% !important; */
  width: 100% !important;
  display: flex; 
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255,255,255,10);
  padding: 30px;
}

@media (max-width: 900px) {
  .onlydesktop {display: none;}
  .x-content-box-14 .x-col-left {
    width: 100% !important;
  }
}

@media (min-width: 901px) {
  .onlymobile {display: none;}
}