/* 
Theme Name:   Ajax
Template:     generatepress
*/

/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.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;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Roboto", serif;
}

body {
  font-family: "Roboto", serif;
  font-size: 20px;
  color: #919191;
  background: #f2f2f2;
  line-height: 30px;
  overflow: x-hidden;
}

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;
}

.hamburger {
  padding: 15px 20px;
}

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%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1560px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* *** HEADER *** */
header {
  position: absolute;
  z-index: 311;
  top: 0;
  height: 93px;
  left: 0;
  width: 100%;
  transition: 0.15s linear;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .header-box {
  height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-box .h-box-1, header .header-box .h-box-2 {
  width: 460px;
}
header .header-box .h-box-2 {
  display: flex;
  justify-content: flex-end;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.main-menu ul li {
  margin-left: 39px;
}
.main-menu ul li a {
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
  height: 93px;
  line-height: 96px;
  display: block;
  border-bottom: 3px solid transparent;
}
.main-menu ul li a:hover {
  border-color: #1ccf8e;
  color: #1ccf8e;
}
.main-menu ul li.current a {
  border-color: #1ccf8e;
  color: #1ccf8e;
}
.main-menu ul li .h-btn-1 {
  height: 50px;
  line-height: 54px;
  border-radius: 25px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  padding: 0 32px;
  display: block;
  background: #1ccf8e;
}
.main-menu ul li .h-btn-1:hover {
  color: #000000;
  opacity: 0.9;
}

.main-menu-1 > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.main-menu-1 > ul > li {
  margin: 0 40px;
}
.main-menu-1 > ul > li > a {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  border-bottom: 3px solid transparent;
  line-height: 96px;
  letter-spacing: 1px;
  height: 93px;
  display: block;
}
.main-menu-1 > ul > li > a:hover {
  border-color: #1ccf8e;
}
.main-menu-1 > ul > li.current a {
  border-color: #1ccf8e;
}

.body-active header {
  background-color: #181818;
}

body .scrolling_down {
  top: -80px;
}

body.body-active .scrolling_up {
  top: 0;
  background-color: #181818;
  position: fixed;
}

/*** HOME ***/
body {
  overflow-x: hidden;
}

.content-box-1 {
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  border-radius: 0 0 20px 20px;
  position: relative;
}
.content-box-1:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 100;
  background-size: 100% 100%;
}
.content-box-1 .description {
  text-align: center;
}
.content-box-1 .description-1 {
  position: relative;
  z-index: 2;
}
.content-box-1 .txt-1 {
  padding-bottom: 28px;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.3;
  color: #fff;
}
.content-box-1 .txt-1 figure {
  margin-bottom: 24px;
}
.content-box-1 .txt-2 {
  display: flex;
  justify-content: center;
}
.content-box-1 .txt-2 a {
  display: block;
  position: relative;
}
.content-box-1 .txt-2 a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px -21px;
  transition: 0.35s linear;
}
.content-box-1 .txt-2 a:hover .play {
  transform: scale(1.1);
}
.content-box-1 .txt-2 a figure img {
  border-radius: 20px;
  border: 1px solid #3b3b3b;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

header {
  z-index: 332;
}

img {
  max-width: 100%;
}

.content-box-1 .description {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 101;
  justify-content: center;
  padding-top: 98px;
  width: 100%;
}
.content-box-1 .description .row-box {
  display: flex;
  align-items: flex-end;
  margin: 0 -15px;
}
.content-box-1 .description .row-box .col-box {
  padding: 0 15px;
  width: 50%;
}
.content-box-1 .description .row-box .col-box img {
  max-width: 100%;
}
.content-box-1 .description .txt-2 {
  padding-bottom: 24px;
}

.wrapper {
  margin: 0 auto;
}

.content-box-2 .content-box-2-1 {
  display: flex;
  padding-top: 115px;
}
.content-box-2 .content-box-2-1 .col-box-1 {
  width: 50%;
  margin-right: 20px;
  padding-right: 20px;
  flex-shrink: 0;
}
.content-box-2 .content-box-2-1 .col-box-2 {
  margin-top: 120px;
  width: 480px;
}
.content-box-2 .content-box-2-1 .col-box-2 span {
  color: #000;
}

footer .footer-top .row-box .newsletter {
  max-width: 100%;
}

.title {
  margin-bottom: 25px;
}
.title h2 {
  font-size: 60px;
  color: #181818;
  margin: 0;
  line-height: normal;
}

.content-box-3 {
  height: 527px;
  color: #5ae4a9;
  padding-top: 60px;
  font-weight: 100;
  font-family: "Roboto", serif;
  font-size: 300px;
  line-height: normal;
}

.content-box-4 .boxes-1 {
  margin-bottom: -40px;
}
.content-box-4 .boxes-1 .box-1 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.content-box-4 .boxes-1 .box-1 a {
  position: relative;
  z-index: 2;
  display: block;
}
.content-box-4 .boxes-1 .box-1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  width: 480px;
  max-width: 100%;
  padding: 30px 35px;
}
.content-box-4 .boxes-1 .box-1 .txt-box .title {
  margin-bottom: 15px;
}
.content-box-4 .boxes-1 .box-1 .txt-box .title h2 {
  color: #fff;
  margin: 0;
}
.content-box-4 .boxes-1 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.content-box-4 .boxes-1 .row-box .col-box {
  padding: 0 20px;
  margin-bottom: 40px;
}
.content-box-4 .boxes-1 .row-box .col-box-1 {
  width: 62.5%;
}
.content-box-4 .boxes-1 .row-box .col-box-2 {
  width: 37.5%;
}
.content-box-4 .boxes-1 .arrow {
  background: url("images/icons/02.png") center no-repeat;
  height: 80px;
  width: 80px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 30px;
}
.content-box-4 .boxes-1 .position-1 {
  left: auto;
  right: 0;
}

.content-box-4 .x-video-box video {
  width: 605px;
}

.content-box-4 {
  margin-bottom: 120px;
}

.content-box-5 {
  height: 800px;
  position: relative;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.content-box-5:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  content: "";
  background: #181818;
  opacity: 0.5;
}
.content-box-5 .content-box-5-1 {
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  z-index: 11;
  text-align: center;
}
.content-box-5 .content-box-5-1 .txt-1 .title h2 {
  color: #fff;
  font-weight: 100;
}
.content-box-5 .content-box-5-1 .txt-2 {
  margin-top: 25px;
}

.btn-1, input[type=submit] {
  height: 50px;
  border-radius: 25px;
  line-height: 53px;
  background: #1ccf8e ;
  letter-spacing: 1px;
  padding: 0 32px;
  display: inline-block;
  color: #000000;
  font-size: 14px;
}
.btn-1:hover {
  opacity: 0.9;
  color: #000;
}

.content-box-8-1 .description .button-box a:hover {
  opacity: 0.9;
}

.boxes-2 .row-box {
  display: flex;
  justify-content: space-between;
}
.boxes-2 .row-box .col-box .box-2 .txt-1 {
  color: #5ae4a9;
  font-size: 150px;
  line-height: normal;
  font-weight: 500;
}
.boxes-2 .row-box .col-box .box-2 .txt-1 .txt-1-1 {
  font-size: 60px;
}
.boxes-2 .row-box .col-box .box-2 .txt-2 {
  width: 330px;
  max-width: 100%;
  color: #fff;
  font-weight: 500;
}

.content-box-5-2 {
  position: absolute;
  z-index: 12;
  bottom: 76px;
  left: 0;
  width: 100%;
}

.animate__animated {
  opacity: 0;
}

.x-video-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* background: url(../img/files/new11.jpg) center center no-repeat; */
  background-size: cover;
  z-index: 1;
}

.x-video-box video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  width: 1905px;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .x-video-box video {
    margin: auto;
    position: absolute;
    z-index: -1;
    transform: none;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.content-box-6-1 {
  padding: 117px 0;
  display: flex;
  align-items: flex-end;
}
.content-box-6-1 .txt-2 {
  width: 515px;
}
.content-box-6-1 .txt-2 span {
  font-weight: 500;
  color: #000;
}
.content-box-6-1 .button-box {
  margin-top: 220px;
}
.content-box-6-1 .txt-1 {
  width: 50%;
  padding-right: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}

.link-1 {
  color: #181818;
}
.link-1:hover {
  color: #181818;
  opacity: 0.9;
}

.content-box-2 .content-box-2-1 .col-box-2 span {
  font-weight: 500;
}

.content-box-7 {
  margin-bottom: 180px;
  position: relative;
}
.content-box-7 .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 3px;
}
.content-box-7 .swiper-pagination:after {
  position: absolute;
  top: 1px;
  left: 0;
  background: #dedede;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.content-box-7 .swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  border-radius: 0;
  z-index: 4;
  opacity: 0;
  position: relative;
  width: 165px;
  text-indent: -999999999px;
}
.content-box-7 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.box-3 {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.box-3 figure a {
  display: block;
}
.box-3 figure a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 216px;
  margin: 35px;
}
.box-3 figure a .title h2 {
  color: #fff;
}

.box-3-1 {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 100%;
  padding: 35px;
  background: #00ad75;
  width: 100%;
  opacity: 0;
  transition: 0.15s linear;
  box-sizing : border-box;
}
.box-3-1 .txt {
  color: #fff;
  width: 560px;
  max-width: 100%;
}
.box-3-1 h2 {
  color: #fff;
}

.arrow-1 {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 30px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
  background: url("images/icons/03.png") center no-repeat;
}

.box-3:hover .box-3-1 {
  opacity: 1;
}

.content-box-8-1 {
  position: relative;
  background: url("images/files/16.png") center no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
}
.content-box-8-1 img {
  display: block;
}
.content-box-8-1 .box-4 {
  position: absolute;
  top: 7.6%;
  left: 2.8%;
  width: 215px;
  height: 442px;
}
.content-box-8-1 .x-video-box video {
  width: 214px;
}
.content-box-8-1 .description {
  height: 520px;
  display: flex;
  justify-content: center;
  margin-left: 295px;
  padding-right: 30px;
  width: 540px;
  flex-direction: column;
}
.content-box-8-1 .description .title h2 {
  color: #fff;
}
.content-box-8-1 .description .txt {
  margin-bottom: 70px;
}
.content-box-8-1 .description .button-box {
  display: flex;
}
.content-box-8-1 .description .button-box a {
  margin-right: 20px;
}

.content-box-8 {
  margin-bottom: 115px;
}

.title-1 {
  margin-bottom: 36px;
  color: #181818;
}

.carousel-1 .txt-1 {
  margin-top: 45px;
}

.carousel-1 {
  position: relative;
  padding-bottom: 185px;
}
.carousel-1 .swiper-button-prev {
  width: 80px;
  height: 80px;
  top: auto;
  margin: 0;
  bottom: 0;
  left: 50%;
  margin-left: -85px;
  background: url("images/icons/07.png");
}
.carousel-1 .swiper-button-prev:after {
  display: none;
}
.carousel-1 .swiper-button-next {
  width: 80px;
  height: 80px;
  top: auto;
  margin: 0;
  bottom: 0;
  right: 50%;
  margin-right: -85px;
  background: url("images/icons/08.png");
}
.carousel-1 .swiper-button-next:after {
  display: none;
}

.box-5 a {
  display: block;
}
.box-5 figure {
  margin-bottom: 32px;
}
.box-5 h2 {
  margin-bottom: 20px;
  color: #000;
  font-size: 28px;
  line-height: normal;
}
.box-5 .txt {
  color: #787878;
}

.content-box-10 {
  height: 340px;
  padding-top: 80px;
  color: #5ae4a9;
  overflow: hidden;
  margin-bottom: -30px;
  font-size: 300px;
  line-height: 1;
  font-family: "Roboto", serif;
  font-weight: 100;
}

.content-box-11-1 {
  position: relative;
}
.content-box-11-1 .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}
.content-box-11-1 .title {
  width: 700px;
  max-width: 100%;
}
.content-box-11-1 .title h2 {
  color: #fff;
  font-weight: 100;
  text-align: center;
}
.content-box-11-1 .button-box {
  padding-top: 15px;
}
.content-box-11-1 .button-box .btn-1 {
  width: 245px;
  max-width: 100%;
  margin: 0 9px;
  text-align: center;
}

.content-box-11 {
  margin-bottom: 60px;
}

.content-box-11-2 {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.content-box-11 {
  margin-bottom: 120px;
}

.content-box-11-2 {
  opacity: 0;
}
@keyframes fade-in-top {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.cc-txt-enter-top {
  animation: fade-in-top 1000ms 0ms ease 1 both;
}

footer {
  background: #dbdbdb;
  border-radius: 20px 20px 0 0;
}
footer .footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #c7c7c7;
}
footer .footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottom .f-txt {
  display: flex;
  color: #181818;
  font-size: 14px;
  line-height: 1.3;
  padding-top: 4px;
}
footer .footer-bottom .f-txt a {
  color: #181818;
  text-decoration: underline;
}
footer .footer-bottom .f-txt .f-txt-1 {
  margin-right: 34px;
}
footer .social-box {
  display: flex;
  line-height: normal;
  align-items: flex-end;
}
footer .social-box a {
  display: block;
  margin-left: 12px;
}
footer .social-box a img {
  display: block;
}
footer .social-box a:hover {
  opacity: 0.9;
}
footer .social-box .txt {
  color: #181818;
  font-size: 14px;
  margin-bottom: -3px;
  margin-right: 10px;
}
footer .footer-top {
  padding: 70px 0;
}
footer .footer-top .row-box {
  display: flex;
  margin: 0 -20px;
}
footer .footer-top .row-box .col-box {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 17%;
}
footer .footer-top .row-box .col-box ul:last-child {
  margin-bottom: 0;
}
footer .footer-top .row-box .col-box-1 {
  width: 32%;
}
footer .footer-top .row-box .col-box-1 h3 {
  color: #181818;
  font-weight: 300;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 25px;
}
footer .footer-top .row-box .newsletter {
  width: 370px;
  position: relative;
}
footer .footer-top .row-box .newsletter input {
  display: block;
  width: 100%;
  height: 51px;
  border-radius: 26px;
  padding: 0 20px;
  color: #787878;
  font-family: "Roboto", serif;
  letter-spacing: 1px;
  padding-top: 2px;
  font-size: 14px;
  border: none;
}
footer .footer-top .row-box .newsletter button {
  width: 51px;
  height: 51px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border: none;
  background: url("images/icons/06.png") center no-repeat;
}
footer .footer-top .f-title {
  color: 919191;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 3px;
}
footer .footer-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 25px;
}
footer .footer-top ul li a {
  color: #181818;
  font-size: 14px;
  line-height: 1.3;
}

footer a:hover {
  opacity: 0.85;
}

.x-popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.5);
}

.x-popup-content {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border: 1px solid #3b3b3b;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  justify-content: center;
  height: 100vh;
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
  height: 810px;
}
.x-popup-content video {
  display: block;
  height: 100%;
  width: 100%;
}

.x-popup-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.x-close {
  position: absolute;
  top: -8px;
  right: 20px;
  line-height: normal;
  color: #fff;
  font-weight: 300;
  font-size: 70px;
}
.x-close:hover {
  opacity: 0.9;
  color: #fff;
}

.x-box-1, .carousel-2 figure, .carousel-1 figure > a > img {
  transition: all 0.4s ease-in-out;
}

.x-box-1:hover, .carousel-2 figure:hover {
  transform: scale(1.05);
}

.carousel-1 .swiper-slide:hover figure > a > img {
  transform: scale(1.05);
}

.carousel-1 .swiper-button-next, .carousel-1 .swiper-button-prev {
  transition: all 0.4s ease-in-out;
}

.carousel-1 .swiper-button-next:hover, .carousel-1 .swiper-button-prev:hover {
  transform: scale(0.9);
}

.box-1, .box-5 img {
  transition: all 0.4s ease-in-out;
}

.box-1:hover, .box-5:hover img {
  transform: scale(1.05);
}

.box-4 {
  border-radius: 38px;
  overflow: hidden;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 10px 20px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-rsp .logo-rsp {
  height: 50px;
  width: 180px;
  display: table-cell;
  vertical-align: middle;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: -2px;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #333;
}

.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 {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0;
}

.menu-rsp nav > ul > li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav > ul > li > a {
  line-height: normal;
  height: auto;
  color: #333;
  font-size: 16px;
  float: left;
  width: 100%;
  padding: 17px 20px 15px 20px;
}

.menu-rsp nav > ul > li > a:hover {
  background-color: #181818;
  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;
}

.btn-slide-down, .menu-rsp nav > ul > li {
  border-color: #dfdfdf;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #fff;
}

/* *** FIRMA *** */
.padding-1 {
  padding: 60px 0 65px 0;
}

.content-box-12-1 {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
}
.content-box-12-1 .col-box-1 {
  width: 555px;
  margin-right: 30px;
}
.content-box-12-1 .col-box-2 {
  width: 670px;
  margin-top: 120px;
}

.text p:last-child {
  margin-bottom: 0;
}

.boxes-6 .box-6 {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.boxes-6 .box-6:first-child {
  margin-top: 0;
}
.boxes-6 .box-6 .txt-1 {
  line-height: 1.2;
  color: #5ae4a9;
  font-size: 60px;
  font-weight: 900;
  width: 172px;
  text-align: right;
  padding-right: 30px;
}
.boxes-6 .box-6 .txt-2 {
  color: #181818;
}

.content-box-12a .col-box-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-2 {
  margin-bottom: 30px;
}
.title-2 h2, .title-2 h1 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  color: #181818;
}

.boxes-7 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.boxes-7 .row-box .col-box {
  padding: 0 20px;
  width: 50%;
}
.boxes-7 .row-box .col-box .box-7 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  display: block;
}
.boxes-7 .row-box .col-box .box-7 img {
  display: block;
}
.boxes-7 .row-box .col-box .box-7 .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 430px;
  padding: 33px 38px;
  color: #fff;
  z-index: 2;
}
.boxes-7 .row-box .col-box .box-7 h3 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: normal;
}

.box-7:hover {
  transform: scale(1.05);
}

.arrow-2 {
  background: url("images/icons/02.png") center no-repeat;
  height: 80px;
  width: 80px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 35px;
}

.content-box-5-3 .txt-1 {
  padding-top: 50px;
}

/* *** KONTAKT *** */
.content-box-14 {
  height: 720px;
  background-size: cover;
  background-position: center center;
  border-radius: 0 0 20px 20px;
  color: #fff;
  padding-top: 175px;
}
.content-box-14 .title h2 {
  text-align: center;
  color: #fff;
}
.content-box-14 .text {
  width: 550px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.title-thin h2 {
  font-weight: 100;
}

.content-box-15 {
  margin-bottom: 40px;
}
.content-box-15 .row-box {
  margin: 0 -20px;
  display: flex;
}
.content-box-15 .row-box .col-box {
  padding: 0 20px;
}
.content-box-15 .row-box .col-box-1 {
  width: 25%;
}
.content-box-15 .row-box .col-box-2 {
  width: 75%;
}
.content-box-15 .row-box .box-8 {
  background: #181818;
  color: #fff;
  padding: 35px 40px;
  border-radius: 20px;
  height: calc(100% - 66px);
}
.content-box-15 .row-box .box-8 a {
  color: #5ae4a9;
}
.content-box-15 .row-box .box-8 a:hover {
  opacity: 0.9;
  color: #5ae4a9;
}
.content-box-15 .row-box .col-box-3 {
  width: 33.33333%;
}

.margin-bottom-1 {
  margin-bottom: 70px;
}

.content-box-16-1 {
  background: #181818 url("images/files/23.png") center no-repeat;
  color: #fff;
  padding: 70px 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-box-16-1 .description {
  width: 360px;
  max-width: 100%;
  color: #fff;
}
.content-box-16-1 .description .title-2 h2, .content-box-16-1 .description .title-2 h1 {
  color: #fff;
}

.form-box {
  width: 620px;
  max-width: 100%;
}
.form-box .row-box {
  display: flex;
  margin: 0 -10px;
}
.form-box .row-box .col-box {
  padding: 0 10px;
  width: 50%;
}
.form-box .button-box {
  display: flex;
  justify-content: center;
}

.input-box {
  margin-bottom: 20px;
}
.input-box input, .input-box input:focus, .input-box textarea, .input-box textarea:focus {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 28px;
  color: #ffffff;
  font-size: 14px;
  padding-top: 2px;
  font-family: "Roboto", serif;
  border-radius: 25px;
  background: #181818;
  letter-spacing: 1px;
  border: 1px solid #919191;
}
.input-box textarea {
  height: 110px;
  border-radius: 20px;
  color: #fff;
  padding: 13px 28px;
  resize: none;
  overflow: auto;
}

.input-box ::-moz-placeholder {
  color: #fff;
}

.input-box ::placeholder {
  color: #fff;
}

.btn-1 {
  border: none;
}

.btn-1-1 {
  border: 1px solid #1ccf8e;
  color: #fff;
  background: none;
  line-height: 52px;
}
.btn-1-1:hover {
  color: #fff;
}

.content-box-16-1 {
  background-size: cover;
}

/* *** NEWS *** */
.subpage-1 {
  padding-top: 153px;
}
.subpage-1 header {
  background: #181818;
}

.margin-bottom-2 {
  margin-bottom: 80px;
}

.boxes-9 {
  margin-bottom: -65px;
}
.boxes-9 .row-box {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
.boxes-9 .row-box .col-box {
  padding: 0 20px;
  width: 50%;
}
.boxes-9 .row-box .box-9 {
  display: block;
  margin-bottom: 65px;
  color: #787878;
}
.boxes-9 .row-box .box-9 .date {
  padding: 17px 0 10px 0;
  color: #787878;
  font-size: 14px;
}
.boxes-9 .row-box .box-9 h2 {
  color: #000;
}
.boxes-9 .row-box figure {
  border-radius: 20px;
  overflow: hidden;
}
.boxes-9 .row-box img {
  display: block;
  transition: all 0.4s ease-in-out;
}
.boxes-9 .row-box .box-9:hover img {
  transform: scale(1.05);
}

.loading-box {
  text-align: center;
}

.content-box-18 .content-box-18-1 {
  padding: 80px;
  border-radius: 20px;
  background: url("images/files/28.png") center no-repeat;
  background-size: cover;
}
.content-box-18 .content-box-18-1 .description {
  width: 680px;
}
.content-box-18 .content-box-18-1 .description .title h2 {
  color: #fff;
}
.content-box-18 .content-box-18-1 .description .button-box {
  padding-top: 40px;
}

.subpage-2 {
  padding-top: 123px;
}
.subpage-2 header {
  background: #181818;
}

.wrapper {
  width: 1070px;
  max-width: 100%;
  margin: 0 auto;
}

.content-box-19 {
  margin-bottom: 30px;
}
.content-box-19 img {
  border-radius: 20px;
}

.text h2 {
  color: #181818;
  font-size: 30px;
}

.content-box-21 {
  overflow: hidden;
  padding-bottom: 50px;
}
.content-box-21 .content-box-7 {
  margin-bottom: 0;
}
.content-box-21 .carousel-2 figure {
  transform: scale(1);
}

.btn-prev {
  font-size: 14px;
  color: #000;
  padding-left: 24px;
  display: inline-block;
  background: url("images/icons/09.png") left center no-repeat;
}

/* *** PRODUKTY APLIKACJE *** */
.subpage-3 {
  padding-top: 93px;
}
.subpage-3 header {
  background: #181818;
}

.content-box-14-1 {
  padding-top: 150px;
  text-align: left;
}
.content-box-14-1 .title, .content-box-14-1 .text, .content-box-14-1 .title h2 {
  text-align: left;
}
.content-box-14-1 .text {
  width: 100%;
}
.content-box-14-1 .description {
  width: 600px;
  max-width: 100%;
}
.content-box-14-1 .button-box {
  padding-top: 40px;
  display: flex;
}
.content-box-14-1 .button-box a {
  margin-right: 20px;
}
.content-box-14-1 .button-box a:hover {
  opacity: 0.9;
}

.content-box-12b .padding-1 {
  padding-top: 0;
}

.content-box-12c .content-box-12-1 {
  border-bottom: none;
}

.carousel-4 {
  position: relative;
}
.carousel-4 .swiper-button-prev {
  width: 80px;
  height: 80px;
  top: auto;
  margin: 0;
  bottom: 0;
  left: 50%;
  margin-left: -85px;
  background: url("images/icons/07.png");
}
.carousel-4 .swiper-button-prev:after {
  display: none;
}
.carousel-4 .swiper-button-next {
  width: 80px;
  height: 80px;
  top: auto;
  margin: 0;
  bottom: 0;
  right: 50%;
  margin-right: -85px;
  background: url("images/icons/08.png");
}
.carousel-4 .swiper-button-next:after {
  display: none;
}

.swiper-controls {
  display: flex;
  margin-top: 30px;
  justify-content: flex-end;
}
.swiper-controls .swiper-button-next, .swiper-controls .swiper-button-prev {
  position: relative;
  bottom: auto;
  right: auto;
  margin: 0;
  left: auto;
  top: auto;
  margin-left: 10px;
}

.box-10 {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 70px 30px;
  display: flex;
}
.box-10 figure {
  width: 45%;
  padding-right: 15px;
}
.box-10 figure img {
  display: block;
}
.box-10 .description {
  width: 55%;
  height: 100v;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 15px;
}

.content-box-23-1 {
  display: flex;
  align-items: center;
}
.content-box-23-1 figure {
  width: 50%;
  padding-right: 15px;
  flex-shrink: 0;
  text-align: center;
}
.content-box-23-1 .description {
  padding-left: 15px;
}

.content-box-24 {
  background: #181818;
  border-radius: 0 0 20px 20px;
  padding: 70px 0;
}
.content-box-24 .title-2 h2 {
  color: #fff;
}

.boxes-11 .row-box {
  display: flex;
  margin: 0 -20px;
}
.boxes-11 .row-box .col-box {
  padding: 0 20px;
  width: 50%;
}
.boxes-11 .row-box .col-box .box-11 {
  height: 100%;
  background: #242424;
  border-radius: 20px;
  padding: 50px 25px 25px 25px;
  text-align: center;
  color: #fff;
}
.boxes-11 .row-box .col-box .box-11 .title-2 {
  margin: 0;
}
.boxes-11 .row-box .col-box .box-11 .button-box {
  padding: 25px 0 20px 0;
  display: flex;
  justify-content: center;
}
.boxes-11 .row-box .col-box .box-11 .button-box a {
  margin: 0 10px;
}
.boxes-11 .row-box .col-box .box-11 .button-box a:hover {
  opacity: 0.9;
}

.carousel-4 .swiper-button-next, .carousel-4 .swiper-button-prev {
  transition: all 0.4s ease-in-out;
}

.carousel-4 .swiper-button-next:hover, .carousel-4 .swiper-button-prev:hover {
  transform: scale(0.9);
}

.content-box-14 {
  background-size: cover;
}

.content-box-14-2 .text {
  width: 100%;
}

.content-box-14-3 {
  padding-top: 90px;
}

.content-box-25-1 {
  padding: 30px 40px;
  background: #242424;
  border-radius: 20px;
  margin-bottom: 40px;
  color: #fff;
}
.content-box-25-1 .name {
  font-weight: 500;
  margin-bottom: 25px;
}
.content-box-25-1 .button-box {
  display: flex;
  justify-content: flex-end;
  padding-top: 25px;
}

.checkbox-content {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-content .checkbox-box {
  display: flex;
  width: 20%;
  padding-right: 15px;
  margin-bottom: 3px;
  align-items: flex-start;
}
.checkbox-content .checkbox-box label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.checkbox-content .checkbox-box .icheckbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  flex-shrink: 0;
  margin: 6px 10px 0 0;
  border: 1px solid #5e5e5e;
  background: #181818;
}
.checkbox-content .checkbox-box .icheckbox.checked {
  border-color: #1ccf8e;
  background: #181818 url("images/icons/10.png") center 4px no-repeat;
}
.checkbox-content .checkbox-box .icheckbox.checked + label {
  color: #1ccf8e;
}

.link-2 {
  color: #1ccf8e;
  font-size: 16px;
  text-decoration: underline;
}
.link-2:hover {
  opacity: 0.9;
  color: #1ccf8e;
  text-decoration: underline;
}

.boxes-12 {
  margin-bottom: -30px;
}
.boxes-12 .row-box {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.boxes-12 .row-box .col-box {
  padding: 0 15px;
  width: 33.3333%;
  margin-bottom: 30px;
}
.boxes-12 .row-box .col-box .box-12 {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  font-size: 16px;
  line-height: 24px;
}
.boxes-12 .row-box .col-box .box-12 .name {
  color: #181818;
  font-size: 20px;
  line-height: 30px;
}
.boxes-12 .row-box .col-box .box-12 .name a {
  color: #181818;
}
.boxes-12 .row-box .col-box .box-12 .name a:hover {
  color: #181818;
}
.boxes-12 .row-box .col-box .box-12b {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #f7f7f7;
}
.boxes-12 .row-box .col-box .box-12b figure {
  margin-bottom: 30px;
  text-align: center;
}

.boxes-12 .row-box .col-box .box-12 {
  transition: 0.15s linear;
}

.boxes-12 .row-box .col-box .box-12:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.boxes-12 .row-box .col-box .box-12:hover .name a {
  color: #1ccf8e;
}

.slider {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.slider figure {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-controls-1 {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.swiper-controls-1 .swiper-pagination-bullet {
  position: relative;
}
.swiper-controls-1 .swiper-pagination {
  position: relative;
}
.swiper-controls-1 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-left: 6px;
  background: none;
  opacity: 1;
  border: 1px solid #afafaf;
}
.swiper-controls-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #181818;
  border-color: #181818;
}

/* *** PRODUKTY SZCZEGOLY *** */
.content-box-26 {
  padding: 20px 0;
  margin-top: -60px;
}
.content-box-26 .btn-1-prev span {
  padding-left: 26px;
  background: url("images/icons/11.png") left 0px no-repeat;
}

.content-box-27 .content-box-27-1 {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
.content-box-27 .content-box-27-1 .title {
  margin-bottom: 10px;
}
.content-box-27 .content-box-27-1 .title h2 {
  font-weight: 100;
}
.content-box-27 .content-box-27-1 .text {
  color: #000;
  font-weight: 500;
  width: 850px;
  margin: 0 auto;
  max-width: 100%;
}
.content-box-27 .content-box-27-1 figure {
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-box-28-1 {
  display: flex;
}
.content-box-28-1 .col-box-1 {
  width: 560px;
  padding-right: 30px;
  flex-shrink: 0;
}
.content-box-28-1 .col-box-2 {
  width: 100%;
  padding-top: 30px;
}

.text h3 {
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.content-box-29 .boxes-13 {
  border-top: 1px solid #dbdbdb;
}
.content-box-29 .boxes-13 .box-13 {
  border-bottom: 1px solid #dbdbdb;
}
.content-box-29 .boxes-13 .box-13 .description {
  display: none;
}
.content-box-29 .boxes-13 .box-13 .name {
  color: #181818;
  padding: 30px 0;
  font-weight: 500;
  padding-right: 110px;
  line-height: normal;
  cursor: pointer;
  font-size: 30px;
  background: url("images/icons/12.png") calc(100% - 35px) center no-repeat;
}
.content-box-29 .boxes-13 .box-13 .name.active {
  background-image: url("images/icons/12-1.png");
}
.content-box-29 .boxes-13 .box-13 .description {
  padding-bottom: 33px;
}

.content-box-30 .boxes-14 {
  margin-bottom: -20px;
}
.content-box-30 .boxes-14 .box-14 {
  display: block;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 20px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  color: #181818;
  padding: 20px 40px;
  min-height: 120px;
  display: flex;
  margin-bottom: 20px;
  padding-right: 135px;
  align-items: center;
}
.content-box-30 .boxes-14 .box-14:hover {
  opacity: 0.9;
}
.content-box-30 .boxes-14 .box-14-1 {
  background: #fff url("images/icons/13.png") calc(100% - 30px) center no-repeat;
}
.content-box-30 .boxes-14 .box-14-2 {
  background: #fff url("images/icons/14.png") calc(100% - 30px) center no-repeat;
}
.content-box-30 .boxes-14 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.content-box-30 .boxes-14 .row-box .col-box {
  padding: 0 10px;
  width: 50%;
}

.content-box-31 .container {
  display: flex;
  justify-content: center;
}

.content-box-27 .content-box-27-1 figure {
  padding: 25px 0 0 0;
}

.colours-boxes {
  position: absolute;
  top: 0;
  right: 0;
  margin: 30px;
  display: flex;
}
.colours-boxes .colour-box {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-left: 6px;
  background: none;
  opacity: 1;
  border: 1px solid #afafaf;
}
.colours-boxes .colour-box:hover {
  opacity: 0.9;
}

.box-12a {
  position: static;
}
.box-12a figure {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-12 {
  position: relative;
}

.box-7 .title {
  margin: 0;
}
.box-7 .title h2 {
  color: #fff;
}

.box-7-1 .title h2 {
  color: #181818;
}
.box-7-1 .arrow-2 {
  border-color: #181818;
  background: url(images/icons/02-1.png) center no-repeat;
}

.content-box-14 figure {
  text-align: center;
  margin-bottom: 25px;
}

.box-12 {
  height: 100%;
}

.boxes-12 .row-box .col-box-1 {
  width: 66.666666%;
}
.boxes-12 .row-box .col-box-1 .row-box-1 {
  display: flex;
  margin: 0 -15px;
}
.boxes-12 .row-box .col-box-1 .row-box-1 .col-box-2 {
  width: 50%;
  padding: 0 15px;
}
.boxes-12 .row-box .col-box-1 .row-box-1 .col-box-2 .colours-boxes {
  right: 50%;
}

.boxes-15 .box-15 {
  padding: 15px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}
.boxes-15 .box-15:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.boxes-15 .box-15 figure {
  height: 100px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 65px;
  margin-right: 28px;
}

.content-box-32 {
  padding: 55px 0 60px 0;
  text-align: center;
}
.content-box-32 .title {
  margin: 0 0 5px 0;
}
.content-box-32 .title h2 {
  font-weight: 100;
}
.content-box-32 .txt {
  font-weight: 500;
  color: #181818;
}

.boxes-16 {
  border-radius: 20px;
  overflow: hidden;
}
.boxes-16 .box-16 {
  background: #ffffff;
  border-bottom: 3px solid #f7f7f7;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boxes-16 .box-16 figure {
  width: 106px;
  margin-right: 40px;
}
.boxes-16 .box-16 .col-box-1 {
  display: flex;
  align-items: center;
}
.boxes-16 .box-16 .description {
  width: 400px;
  margin-right: 30px;
}
.boxes-16 .box-16 .txt {
  font-size: 16px;
  line-height: 1.6;
}
.boxes-16 .box-16 .name {
  color: #181818;
  font-weight: 500;
  font-size: 20px;
}

.btn-instruction {
  color: #242424;
  height: 82px;
  line-height: 1.4;
  padding-left: 70px;
  background: url("images/icons/15.png") left center no-repeat;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  font-size: 14px;
}

.btn-instruction:hover {
  color: #242424;
  opacity: 0.85;
}

.boxes-16 {
  width: 1070px;
  margin: 0 auto;
  max-width: 100%;
}

.content-box-29 .boxes-13-1 {
  border-radius: 20px;
  background: #ffffff;
  border-top: none;
  width: 1070px;
  margin: 0 auto;
  max-width: 100%;
}
.content-box-29 .boxes-13-1 .box-13 .name {
  padding-top: 42px;
  padding-bottom: 40px;
  padding-left: 40px;
  font-size: 20px !important;
}
.content-box-29 .boxes-13-1 .text {
  padding: 0 40px;
}
.content-box-29 .boxes-13-1 .box-13:last-child {
  border-bottom: none;
}

.z-content-box-1 .z-content-box-1-1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.z-content-box-1 .z-content-box-1-1 .description {
  height: 620px;
  background-position: center center;
  background-size: cover;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 160px;
  justify-content: flex-end;
}
.z-content-box-1 .z-content-box-1-1 .title h2 {
  color: #fff;
  font-weight: 100;
}

.z-content-box-2-1 {
  padding: 35px 0;
  border-bottom: 1px solid #dbdbdb;
}
.z-content-box-2-1 .col-box-1 {
  width: 552px;
  padding-right: 30px;
}
.z-content-box-2-1 .col-box-1 .title-2 {
  margin: 0;
}
.z-content-box-2-1 .col-box-2 {
  margin-left: 552px;
  margin-top: -10px;
  width: 680px;
  max-width: 100%;
}

.z-content-box-3 .carousel-1 {
  padding-bottom: 0;
}
.z-content-box-3 .box-5 figure {
  margin-bottom: 0;
}
.z-content-box-3 .box-5 .txt-2 {
  padding: 20px 40px 0 40px;
  font-weight: 500;
  color: #181818;
}

.content-box-29 .boxes-13-2 {
  width: 100%;
}

.content-box-29 .boxes-13-2 {
  background: #181818;
}

.content-box-29 .boxes-13-2 .box-13 .name {
  color: #fff;
  font-size: 30px !important;
  line-height: 1.3;
}

.z-content-box-3 {
  overflow: hidden;
}

.z-content-box-1 {
  padding-bottom: 20px;
  margin-top: -20px;
}

.z-content-box-5 {
  width: 1070px;
  margin: 0 auto;
  max-width: 100%;
}
.z-content-box-5 .text {
  padding: 0 !important;
}

.z-boxes-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.z-boxes-1 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.z-boxes-1 .row-box .col-box {
  width: 33.3333%;
  margin-top: 30px;
  padding: 0 20px;
}
.z-boxes-1 .row-box .col-box .z-box-1 {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
}
.z-boxes-1 .row-box .col-box .z-box-1 figure {
  border-radius: 20px;
  overflow: hidden;
}
.z-boxes-1 .row-box .col-box .z-box-1 .txt {
  padding-top: 20px;
}

.box-13 .name.active {
  color: #1ccf8e !important;
}

.z-content-box-1 .z-content-box-1-1 .title h2 {
  text-align: center;
}

.main-menu-1 li:hover .m-menu-box {
  display: block;
}

.m-menu-box {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
}
.m-menu-box .container {
  display: flex;
}
.m-menu-box .col-box-2 {
  width: calc(100% - 516px);
  background: rgba(0, 0, 0, 0.85);
  padding: 70px 0 70px 40px;
  position: relative;
}
.m-menu-box .col-box-2:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 2000px;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.85);
  display: block;
}
.m-menu-box .col-box-2 .row-box {
  display: flex;
  margin: 0 -20px;
}
.m-menu-box .col-box-2 .row-box .col-box {
  width: 50%;
  padding: 0 20px;
}
.m-menu-box .col-box-2 .row-box .col-box .col-box-3 {
  width: 33.3333%;
}
.m-menu-box .col-box-2 .row-box .col-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-menu-box .col-box-2 .row-box .col-box ul li {
  margin-bottom: 20px;
}
.m-menu-box .col-box-2 .row-box .col-box ul li:last-child {
  margin-bottom: 0;
}
.m-menu-box .col-box-2 .row-box .col-box ul li a {
  color: #fff;
}
.m-menu-box .col-box-2 .row-box .col-box ul li a:hover {
  color: #1ccf8e;
}
.m-menu-box .col-box-1 {
  width: 516px;
  background: #181818;
  padding: 70px 40px 70px 0;
  position: relative;
}
.m-menu-box .col-box-1:after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 2000px;
  height: 100%;
  content: "";
  background: #181818;
  display: block;
}

.m-menu-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.m-menu-1 ul li {
  margin-bottom: 20px;
}
.m-menu-1 ul li:last-child {
  margin-bottom: 0;
}
.m-menu-1 ul li a {
  color: #fff;
  font-weight: 500;
}
.m-menu-1 ul li a:hover {
  color: #1ccf8e;
}
.m-menu-1 ul .current a {
  background: url("images/icons/16.png") right center no-repeat;
  padding-right: 40px;
  color: #1ccf8e;
  font-size: 36px;
}

.m-menu-box .col-box-2 .row-box .col-box ul li a {
  display: inline-block;
}

.m-social-box {
  margin-top: 60px;
  display: flex;
  line-height: normal;
  align-items: flex-end;
}
.m-social-box a {
  display: block;
  margin-left: 12px;
}
.m-social-box a img {
  display: block;
}
.m-social-box a:hover {
  opacity: 0.9;
}
.m-social-box .txt {
  color: #919191;
  font-size: 14px;
  margin-bottom: -3px;
  margin-right: 10px;
}

.m-cont-box {
  display: none;
}

.content-box-7, .content-box-9, .content-box-3 {
  overflow: hidden;
}

.content-box-21 {
  padding-bottom: 0;
}

.box-10 {
  height: 100%;
}

.carousel-4 .swiper-slide {
  height: auto !important;
}

.box-10 .xxx-video {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-10 .xxx-video video {
  width: 100% !important;
}

.content-box-23-1 .xxx-video {
  width: 50%;
  padding-right: 15px;
}

.content-box-7 {
  padding-bottom: 60px;
  margin-bottom: 120px;
}
.content-box-7 .swiper-pagination {
  bottom: 0;
}

.m-menu-box .col-box-2 {
  background: none;
  min-height: 650px;
}
.m-menu-box .col-box-2:after {
  left: 0;
  width: calc(100% + 230px);
  background: #000000 url("images/files/107.png") center no-repeat;
  background-size: contain;
}
.m-menu-box .col-box-2 .m-cont-boxes {
  position: relative;
  z-index: 2;
}

.m-menu-box .col-box-2-bg:after {
  background-image: url("images/files/108.png");
}

@media only screen and (max-width: 992px) {
  .m-menu-box .col-box-2 {
    background: rgba(0, 0, 0, 0.85);
    min-height: 10px;
  }
}/*# sourceMappingURL=style.css.map */



/****************************************************VVV**********************************************************************/

.col-box-1.center {
	margin : auto;
	padding: 70px 40px;
}

.col-box-1.center::after {
	display : none;
	    padding: 70px 40px;
}
.m-menu-box.center {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: fit-content;
    height: fit-content;
    z-index: 1111111111111111;
    margin: auto;
    padding: 10px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
    width: 100%;
    max-width: 300px;
    text-align: center;
    height: 200px;
    display: grid;
    align-items: center;
    background: #181818;
    color: #fff;
	border : solid 10px #ffffff66;
}

.popup > .popclose {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    background : #ffffff66;
    z-index: 1;
    cursor: pointer;
	color : #ffffff;
	line-height: 16px;
	transition: 0.15s linear;
}

.popup > .popclose:hover {
	opacity : .7;
}