/* 
Theme Name:   Novo
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: arial;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #333333;
  background: #f2f2f2;
  line-height: 30px;
}

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

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  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 {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  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%;
}

.container {
  max-width: 1470px;
}

/* *** HEADER *** */
header {
  position: absolute;
  z-index: 311;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  background: transparent;
}

header .header-box {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

.body-active header .header-box ,.body-active-important header .header-box {
  background-color: #001652;
}

body .scrolling_down {
  top: -80px;
}

header {
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  top: 0;
  transition: 0.25s linear;
}

.s-box-1 {
  color: #fff;
}

header .f-social-box a:hover, header .s-box-1:hover {
  opacity: 0.9;
  color: #fff;
}

header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 97px;
}
header .wrapper .main-menu > ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
header .wrapper .main-menu > ul > li {
  margin-left: 40px;
}
header .wrapper .main-menu > ul > li > a {
  font-size: 20px;
  display: flex;
  align-items: center;
  height: 97px;
  padding: 0 10px;
  border-bottom: 3px solid transparent;
  color: #fff;
}
header .wrapper .main-menu > ul > li > a:hover {
  border-color: #fff;
  color: #fff;
}
header .wrapper .main-menu > ul .li-submenu > a {
  padding-right: 34px;
  background: url("img/icons/01.png") calc(100% - 10px) center no-repeat;
}
header .wrapper .main-menu > ul .btn-lang {
  margin: 0 10px;
  font-size: 16px;
  padding-left: 30px;
  background: url("img/icons/02.png") left center no-repeat;
}
header .wrapper .main-menu > ul .btn-lang:hover {
  border-color: transparent !important;
  opacity: 0.8;
}
header .wrapper .main-menu > ul .btn-contact span {
  border-bottom: 1px solid #fff;
}
header .wrapper .main-menu > ul .btn-contact:hover {
  border-color: transparent !important;
  opacity: 0.8;
}

.main-menu li:hover .submenu-box {
  display: block;
}

@media (min-width: 992px) {
  .submenu-box {
    display: none;
  }
  .menu-rsp {
    display: none !important;
  }
}
body .main-menu > ul > li > a {
  position: relative;
  z-index: 20;
}

.logo {
  z-index: 20;
  position: relative;
}

body .main-menu ul li .submenu-box {
  position: absolute;
  border-top: 1px solid #0d225b;
  top: 0;
  left: 0;
  padding: 147px 0 50px 0;
  width: 100%;
  /* max-height: 100vh;
   overflow: auto;*/
  background: #001652;
}
body .main-menu ul li .submenu-box .row-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
body .main-menu ul li .submenu-box .col-box-2 {
  width: 490px;
  margin-left: 50px;
}
body .main-menu ul li .submenu-box .col-box-1 {
  width: 680px;
}
body .main-menu ul li .submenu-box .s-box-1 {
  width: 100%;
  height: 550px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 25px;
}
body .main-menu ul li .submenu-box .s-box-1 .txt-1 {
  font-size: 30px;
  line-height: 1.3;
  padding: 27px 0 25px 0;
}
body .main-menu ul li .submenu-box .wrapper {
  height: auto !important;
}
body .main-menu ul li .submenu-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .main-menu ul li .submenu-box ul li {
  margin: 0;
  border-bottom: 1px solid #0d225b;
  padding: 5px 60px;
}
body .main-menu ul li .submenu-box ul li a {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
  color: #fff;
}
body .main-menu ul li .submenu-box ul li a:hover {
  font-weight: bold;
}
body .main-menu ul li .submenu-box .f-social-box {
  padding: 0 60px;
  margin-top: 30px;
}

body.body-active .scrolling_up, body.body-active-important .scrolling_up {
  top: 0;
  background: linear-gradient(180deg, #072448 24.6%, rgba(14, 40, 85, 0.0001) 97.68%);
  position: fixed;
}

header:hover .main-menu {
  opacity: 1;
  visibility: visible;
}

/*** HOME ***/
.content-box-1 {
  height: 800px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.content-box-1:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 100;
  background: url("img/01.png") center no-repeat;
  background-size: 100% 100%;
}
.content-box-1 .description {
  padding-bottom: 185px;
}

header {
  z-index: 332;
}

/*.wrapper {
    width: 1470px;
    max-width: 100%;
    padding: 0 30px;
}*/
.wrapper {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 100%;
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1470px;
  }
}
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-1 {
  color: #fff;
  font-size: 110px;
  line-height: 0.9;
  font-weight: bold;
  text-align: right;
}
.content-box-1 .description .txt-2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
}

.wrapper {
  margin: 0 auto;
}

.border-radius-1 {
  border-radius: 30px 30px 0 0;
}

.border-radius-2 {
  border-radius: 0 0 30px 30px;
}

.content-box-2 {
  margin-top: -185px;
  position: relative;
  z-index: 2;
}

.content-box-2-1 {
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  padding: 60px 60px 65px 60px;
  background: #fff;
  display: flex;
}
.content-box-2-1 .col-box-1 {
  flex-shrink: 0;
  width: 430px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  flex-direction: column;
  padding-right: 20px;
}
.content-box-2-1 .col-box-1 .txt-1 {
  line-height: 1.2;
  padding-top: 0px;
  color: #333333;
  font-size: 24px;
}
.content-box-2-1 .col-box-1 .social-box {
  margin-top: 40px;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
}
.content-box-2-1 .col-box-1 .social-box a {
  display: block;
  float: left;
  margin-left: 12px;
}
.content-box-2-1 .col-box-1 .social-box a:hover {
  opacity: 0.85;
}
.content-box-2-1 .col-box-1 .social-box a img {
  display: block;
}
.content-box-2-1 .col-box-1 .social-box .social-txt {
  padding-top: 5px;
}
.content-box-2-1 .col-box-1 .social-box .social-icon {
  display: flex;
  align-items: flex-end;
}
.content-box-2-1 .col-box-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.content-box-2-1 .col-box-2 .button-box {
  margin-top: 40px;
}

.title h2, .title h1 {
  margin: 0;
  color: #001652;
  line-height: normal;
  font-size: 50px;
}

.btn-1 {
  display: inline-block;
  cursor: pointer;
  padding-right: 30px;
  background: url("img/icons/03.png") right 6px no-repeat;
  transition: 0.35s linear;
  color: #034aff;
  font-weight: bold;
  font-size: 20px;
}
.btn-1:hover, .btn-1:focus {
  padding-right: 35px;
  color: #034aff;
}
.btn-1 span {
  border-bottom: 1px solid #034aff;
}

.content-box-2-2 {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0 0 30px 30px;
  display: flex;
}
.content-box-2-2 .txt {
  flex-shrink: 0;
  background: #fff;
  height: 105px;
  border-right: 1px solid #f2f2f2;
  padding: 0 60px;
  color: #001652;
  z-index: 10;
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 240px;
}
.content-box-2-2 figure {
  height: 105px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.content-box-2 {
  margin-bottom: 60px;
}

.title h2, .title h1 {
  font-weight: normal;
}

.content-box-3-1 {
  position: relative;
  height: 604px;
  border-radius: 30px 30px 0 0;
  z-index: 1;
  overflow: hidden;
}
.content-box-3-1:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 10;
  background: url("img/09.png") center no-repeat;
  background-size: 100% 100%;
}
.content-box-3-1 .txt {
  position: absolute;
  bottom: 65px;
  right: 60px;
  width: 855px;
  z-index: 11;
}
.content-box-3-1 .txt .title h2, .content-box-3-1 .txt .title h1 {
  color: #fff;
}

/*
.content-box-4-1 {
    padding: 115px 60px;
    display: flex;
    .col-box-1 {
        flex-shrink: 0;
        width: 432px;
    }
    .col-box-2 {
        width: 100%;
    }
    .button-box {
        padding-top: 50px;
    }
}

.content-box-4-1 {
    .col-box-1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 3px;
    }
}
*/
.content-box-5-2 {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
}
.content-box-5-2 .col-box {
  height: 190px;
  display: flex;
  width: 23.3333%;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #f2f2f2;
  min-width: fit-content;
	min-width: -moz-fit-content;
}
.content-box-5-2 .col-box:last-child {
  width: 30%;
}
.content-box-5-2 .col-box:first-child {
  border-left: none;
}
.content-box-5-2 .col-box .txt-1 {
  padding-left: 30px;
  font-size: 50px;
  line-height: normal;
  color: #034aff;
  font-weight: 900;
  background: url("img/22.png") left center no-repeat;
}
.content-box-5-2 .col-box .txt-2 {
  color: #333333;
  font-size: 24px;
  white-space: nowrap;
}
.content-box-5-2 .col-box .txt-2 sup {
  font-size: 16px;
}

.content-box-2 .content-box-2-1 {
  margin-top: 0;
}

.content-box-2-1 .font-24 {
  margin-top: 40px;
}

.font-24 {
  font-size: 24px;
  line-height: 32px;
}

.content-box-6 {
  background: url("img/10.png") center no-repeat;
  background-size: cover;
  margin-top: -360px;
}
.content-box-6 .description {
  height: 800px;
  position: relative;
  padding: 0 60px;
  display: flex;
  padding-top: 300px;
  align-items: center;
}
.content-box-6 .description .txt-1 {
  width: 100%;
  padding-left: 430px;
}
.content-box-6 .description .txt-1 .title h2, .content-box-6 .description .txt-1 .title h1 {
  color: #fff;
}

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

.content-box-7 {
  padding-top: 120px;
  padding-bottom: 55px;
}

.carousel-2 {
  border-bottom: 1px solid #034aff;
  overflow: hidden;
  position: relative;
}
.carousel-2:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #f2f2f2;
  z-index: 100;
  content: "";
  display: block;
}
.carousel-2 .txt-box {
  height: 100%;
  padding: 40px;
}
.carousel-2 .swiper-slide {
  border-right: 1px solid #034aff;
}
.carousel-2 .swiper-wrapper {
  align-items: stretch;
}
.carousel-2 .swiper-slide {
  height: auto !important;
}

.title-1 {
  margin-bottom: 35px;
}
.title-1 h2 {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  color: #001652;
}

.content-box-7 .button-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 55px;
}
.content-box-7 .button-box .col-box {
  width: 300px;
  text-align: right;
}
.content-box-7 .nav-1 {
  height: 8px;
}
.content-box-7 .nav-1 .swiper-pagination-bullet {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  text-indent: -99999999px;
  background: #034aff;
}

.content-box-3-ver-1 .content-box-3-1:after {
  display: none;
}

.boxes-2 {
  background: #034aff;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.boxes-2 .box-2 {
  width: 50%;
  cursor: pointer;
  padding: 70px 60px;
}
.boxes-2 .box-2 .text {
  color: #fff;
  padding: 35px 0 30px 0;
}

.btn-1-1 {
  color: #fff;
  background-image: url("img/icons/05.png") !important;
}
.btn-1-1:hover, .btn-1-1:focus {
  opacity: 0.85;
  color: #fff;
}
.btn-1-1 span {
  border-color: #fff;
}

.box-2:hover .btn-1 {
  padding-right: 35px;
}

.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%;
    object-fit: cover;
  }
}
/* .c-box-1 figure {
  margin-bottom: 30px;
}
.c-box-1 figure img {
  width: 100%;
  border-radius: 30px;
} */
.c-box-1 figure {
  margin-bottom: 30px;
  border-radius: 30px;
  height: 300px;
  display: grid;
  align-items: center;
  justify-content: center;
  background : #ffffff;
}

.c-box-1 .txt {
  color: #333333;
}

.title-2 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #001652;
  line-height: 1.2;
}

.content-box-8 {
  margin: 100px 0;
}
.content-box-8 .btn-box {
  width: 470px;
  padding-right: 20px;
}
.content-box-8 .button-box-flex {
  display: flex;
}

.content-box-2-1 .txt-box-1-1 {
  width: 340px;
}

.content-box-2-1 .txt-box-1 a {
  color: #034aff;
}
.content-box-2-1 .txt-box-1 a:hover {
  color: #034aff;
  opacity: 0.85;
}

.content-box-8-1 {
  background: #fff;
  border-radius: 30px;
}

.content-box-8-2 {
  height: 560px;
  border-radius: 25px 25px 0 0;
  position: relative;
}
.content-box-8-2 .image-1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 60px;
  margin-left: 60px;
}
.content-box-8-2 .description {
  position: absolute;
  bottom: 55px;
  right: 70px;
}
.content-box-8-2 .description .button-box {
  padding-top: 38px;
}

.content-box-8-3 {
  padding: 115px 60px;
  display: flex;
}
.content-box-8-3 .col-box-1 {
  flex-shrink: 0;
  width: 432px;
}
.content-box-8-3 .col-box-2 {
  width: 100%;
}
.content-box-8-3 .button-box {
  padding-top: 50px;
  display: flex;
}
.content-box-8-3 .button-box div {
  width: 490px;
}

.content-box-2-1-ver-1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.content-box-2-1-ver-1 .title h2 {
  color: #fff;
}
.content-box-2-1-ver-1 .txt-box-1 {
  color: #fff;
}
.content-box-2-1-ver-1 .txt-box-1 .txt-1 {
  color: #fff;
}
.content-box-2-1-ver-1 .col-box-2 {
  padding-top: 230px;
}

.animate__animated {
  opacity: 0;
}

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

.content-box-1 {
  background: #f2f2f2;
}

.header .container {
  position: relative;
}

.zz-link-1 {
  position: absolute;
  top: 0;
  line-height: 100px;
  left: 605px;
  width: 115px;
  height: 100px;
  border-bottom: 3px solid #fff;
  border-color: transparent;
  display: block;
}

.zz-link-1.active {
  border-color: #fff;
}

.zz-main-menu {
  position: absolute;
  display: none;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 150px 0 100px 0;
  z-index: 100;
  background: #001652;
}

.x-content-box-1 {
  margin-top: 100px;
}

.x-title {
  position: relative;
  margin-bottom: 50px;
}
.x-title .btn-1 {
  position: absolute;
  bottom: 5px;
  right: 0;
}

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

.x-carousel-1 a:hover figure img {
  opacity: 0.9;
}

footer {
  overflow: hidden;
  background: #001652;
  clear : both;
}
footer .footer-top {
  padding: 100px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
footer .footer-top .row-box {
  display: flex;
  margin: 0 -30px;
}
footer .footer-top .row-box .col-box {
  width: 17%;
  padding: 0 30px;
}
footer .footer-top .row-box .col-box .f-title {
  font-weight: bold;
  font-size: 20px;
}
footer .footer-top .row-box .col-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-top .row-box .col-box ul li {
  margin-top: 18px;
}
footer .footer-top .row-box .col-box-1 {
  width: 32%;
}
footer a {
  color: #fff;
}
footer a:hover {
  opacity: 0.85;
  color: #fff;
}
footer .f-title-1 {
  font-size: 24px;
}
footer .newsletter-content {
  margin: 25px 0;
  position: relative;
}
footer .newsletter-content input {
  display: block;
  width: 100%;
  border: none;
  font-family: "Inter", sans-serif;
  color: #034aff;
  font-size: 24px;
  height: 60px;
  border: none;
  background: none;
  border-bottom: 1px solid #334575;
}
footer .newsletter-content button {
  position: absolute;
  top: 0;
  right: 0;
  height: 59px;
  width: 18px;
  border: none;
  background: #001652 url("img/icons/04.png") center no-repeat;
}
footer .newsletter-content button:hover {
  opacity: 0.85;
}
footer .newsletter-content input::placeholder {
  color: #034aff;
}
footer .txt-1 {
  font-size: 12px;
  margin-bottom: 30px;
}
footer .footer-bottom {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom .footer-bottom-box {
  display: flex;
  align-items: center;
}
footer .footer-bottom .f-menu {
  margin-right: 112px;
}
footer .footer-bottom .f-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-bottom .f-menu ul li:after {
  content: "/";
  margin: 0 4px;
}
footer .footer-bottom .f-menu ul li:last-child:after {
  display: none;
}
footer .footer-bottom .f-menu a {
  color: #fff;
  text-decoration: underline;
}

.f-social-box {
  margin-top: 40px;
  display: flex;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  align-items: center;
}
.f-social-box a {
  display: block;
  float: left;
  margin-left: 12px;
}
.f-social-box a img {
  display: block;
}
.f-social-box .f-social-txt {
  padding-top: 5px;
}
.f-social-box .f-social-icon {
  display: flex;
  align-items: flex-end;
}

/* *** 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%;
  display: block;
}

.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: #000;
  font-size: 16px;
  float: left;
  width: 100%;
  padding: 17px 20px 16px 20px;
}

.menu-rsp nav > ul > li > a:hover {
  background-color: #001652;
  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;
}

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

.content-box-2-ver-2 {
  margin-top: 0;
}

.content-box-2-1 .col-box-1 .txt-1 {
  padding-top: 20px;
}

/* *** BENEFITY *** */
.z-content-box-1 {
  display: block;
  background-size: cover;
  background-position: center center;
}
.z-content-box-1 .wrapper {
  display: flex;
  justify-content: flex-end;
}
.z-content-box-1 .description {
  height: 642px;
  display: flex;
  width: calc(100% - 430px);
  align-items: flex-end;
  padding: 98px 60px;
}
.z-content-box-1 h2, .z-content-box-1 h1 {
  color: #fff;
}

.mb100 {
  margin-bottom: 100px;
}

.boxes-2-1 {
  border-radius: 25px;
}

.z-content-box-2-container {
  border-radius: 25px;
  overflow: hidden;
}

.border-radius-box {
  border-radius: 25px;
  overflow: hidden;
}

.z-content-box-2 .content-box-2-1-ver-1 .col-box-2 {
  padding-top: 0;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.content-box-2-1 .txt-box-1-1 .txt-1 {
  padding-top: 0;
}

/* *** CASE STUDY *** */
.z-content-box-3 {
  display: block;
  background-size: cover;
  background-position: center center;
}
.z-content-box-3 .wrapper {
  display: flex;
  justify-content: flex-end;
}
.z-content-box-3 .description {
  height: 800px;
  display: flex;
  align-items: center;
  width: calc(100% - 430px);
  padding: 0 60px;
  padding-bottom: 120px;
}
.z-content-box-3 .description h1 {
  color: #fff;
}

.case-study {
  margin-top: -160px;
}
.case-study .wrapper .z-content-box-2 {
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 60px;
}
.case-study .wrapper .z-content-box-2:last-child {
  margin-bottom: 0;
}
.case-study .wrapper .z-content-box-2 .content-box-2-1-ver-1 .col-box-2 {
  height: 380px;
}

.load-content {
  text-align: center;
}

/* *** CASE STUDY - DLACZEGO *** */
.z-boxes-1 {
  background: #fff;
  border-radius: 25px;
}
.z-boxes-1 .z-box-1 {
  padding: 55px 60px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
}
.z-boxes-1 .z-box-1 .col-box-1 {
  width: 430px;
  flex-shrink: 0;
  padding-right: 40px;
}
.z-boxes-1 .z-box-1 .col-box-2 {
  width: 100%;
}
.z-boxes-1 .z-box-1 ul {
  margin: 0;
}
.z-boxes-1 .z-box-1 .description {
  display: none;
  padding-top: 30px;
}
.z-boxes-1 .z-box-1 .name {
  color: #0e52ff;
  font-size: 50px;
  cursor: pointer;
  line-height: normal;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  background: url("img/icons/06.png") right center no-repeat;
  padding-right: 30px;
}
.z-boxes-1 .z-box-1 .active {
  color: #001652;
  background: url("img/icons/07.png") right center no-repeat;
}
.z-boxes-1 .z-box-1 .txt-1 {
  line-height: 1.2;
  padding-top: 20px;
  color: #333333;
  font-size: 24px;
}

.format-ul ul {
  padding: 0;
  list-style: none;
}
.format-ul ul li {
  padding-left: 13px;
  position: relative;
}
.format-ul ul li:after {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #034aff;
  content: "";
  display: block;
  top: 11px;
  left: 0;
  border-radius: 50%;
}

.text p:last-child {
  margin-bottom: 0;
}

.border-radius-3 {
  border-radius: 25px;
}

.z-content-box-3-1 .description {
  width: 100% !important;
  text-align: center;
  justify-content: center;
}
.z-content-box-3-1 .description figure img {
  display: block;
}

.z-content-box-4-1 {
  background: #fff;
  border-radius: 25px;
  padding: 50px 50px 60px 50px;
  overflow: hidden;
}
.z-content-box-4-1 .swiper-slide {
  height: auto;
}
.z-content-box-4-1 figure {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  text-align: center;
}
.z-content-box-4-1 .swiper-pagination {
  text-align: center;
  position: relative;
  width: 100%;
  height: 8px;
  margin-top: 29px;
  margin-bottom: -19px;
}
.z-content-box-4-1 .swiper-pagination-bullet {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  text-indent: -99999999px;
  background: #034aff;
}

.z-boxes-1 .z-box-1 .name {
  font-weight: 300;
}
.z-boxes-1 .z-box-1 .name strong {
  font-weight: bold;
}

.z-content-box-3-2 .description {
  align-items: flex-end;
  padding-bottom: 250px;
}

/* *** FAQ *** */
.frame-content {
  margin-top: -160px;
  position: relative;
  z-index: 2;
}

.frame-content-box {
  border-radius: 25px;
  background: #fff;
}

.a-content-box-1-1 .z-content-box-5 {
  box-shadow: none;
}

.faq-boxes .faq-box {
  border-bottom: 1px solid #f2f2f2;
}
.faq-boxes .faq-box .name {
  padding: 45px 60px;
  color: #034aff;
  font-size: 50px;
  cursor: pointer;
  background: url(img/icons/06.png) calc(100% - 60px) center no-repeat;
  padding-right: 60px;
}
.faq-boxes .faq-box .name.active {
  background: url(img/icons/07.png) calc(100% - 60px) center no-repeat;
  color: #001652;
}
.faq-boxes .faq-box:last-child {
  border-bottom: none;
}
.faq-boxes .faq-box .description {
  padding: 0 60px;
  display: none;
  padding-bottom: 50px;
}
.faq-boxes .faq-box .description .text {
  margin-bottom: 25px;
}
.faq-boxes .faq-box .description .text:last-child {
  margin-bottom: 0;
}
.faq-boxes .faq-box h3 + .text {
  display: none;
}
.faq-boxes .faq-box h3 {
  color: #001652;
  padding-right: 60px;
  margin-bottom: 25px;
  cursor: pointer;
  background: url(img/icons/08.png) right center no-repeat;
  font-size: 24px;
}
.faq-boxes .faq-box h3.active {
  background: url(img/icons/07.png) right center no-repeat;
}

/*** O NAS POIR ***/
.z-content-box-3-2 .txt {
  margin-top: 40px;
  color: #fff;
}

.padding-1 {
  padding: 50px 60px;
}

.a-content-box-1 .a-content-box-1-1 {
  background: #fff;
  border-radius: 0 0 25px 25px;
}

.a-row-box {
  display: flex;
}
.a-row-box .a-col-box-1 {
  width: 430px;
  flex-shrink: 0;
  padding-right: 60px;
}
.a-row-box .a-col-box-2 {
  width: 100%;
}

.a-txt-box .a-txt-2 {
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .a-row-box .a-col-box-1 {
    width: 35%;
  }
  .a-txt-box br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .a-row-box .a-col-box-1 {
    padding-right: 40px;
  }
  .padding-1 {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .z-box-3-2 .a-box-1 {
    display: block !important;
    margin-top: 30px;
  }
  .z-box-3-2 h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }
  .z-box-3-2 .text {
    padding-right: 0 !important;
  }
  .btn-more-1 {
    top: auto !important;
    bottom: 10px !important;
    right: 50% !important;
    margin-right: -20px !important;
    background: url(img/icons/11.png) center no-repeat !important;
  }
  .btn-more-1.active {
    background: url(img/icons/10.png) center no-repeat !important;
  }
  .z-box-3-2 {
    padding-bottom: 70px !important;
  }
  .padding-1 {
    padding: 25px;
  }
  .a-row-box {
    display: block;
  }
  .a-row-box .a-col-box-1 {
    padding: 0 0 25px 0;
  }
  .a-row-box .a-col-box-1 {
    width: 100%;
  }
}
.z-content-box-3-3 .description {
  padding-bottom: 190px;
}

/* *** O NAS FIRMA *** */
.title h2, .title h1 {
  font-weight: 300;
}
.title h2 strong, .title h1 strong {
  font-weight: bold;
}

.about-us .title {
  margin-bottom: 25px;
}
.about-us .content-box-2-1-ver-1 .col-box-2 {
  height: 480px;
  padding-bottom: 20px;
}

.text ul {
  padding-left: 0;
  list-style: none;
}
.text ul li {
  padding-left: 15px;
  position: relative;
}
.text ul li:after {
  width: 6px;
  height: 6px;
  background: #034aff;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  border-radius: 50%;
  left: 0;
}

.text ul:last-child {
  margin-bottom: 0;
}

.z-boxes-2 {
  background: #fff;
  overflow: hidden;
}
.z-boxes-2 .z-box-2 {
  display: block;
  color: #001652;
  border-bottom: 1px solid #f2f2f2;
  /* &:hover {
       background: #0349fa;
       color: #fff;
       .txt {
           background: url('../img/icons/05.png') right center no-repeat;
       }
   }*/
}
.z-boxes-2 .z-box-2:last-child {
  border-bottom: none;
}
.z-boxes-2 .z-box-2 .a-row-box {
  align-items: center;
}
.z-boxes-2 .z-box-2 .date {
  width: 160px;
  height: 65px;
  text-align: center;
  background: #f2f2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  text-align: center;
  color: #0349fa;
  font-size: 16px;
  line-height: 1.4;
}
.z-boxes-2 .z-box-2 .txt {
  padding-right: 90px;
  background: url("img/icons/09.png") right center no-repeat;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

.title .txt-small {
  color: #fff;
  font-weight: bold;
}

.z-boxes-3 {
  background: #fff;
  overflow: hidden;
}
.z-boxes-3 .z-box-3 {
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.z-boxes-3 .z-box-3 .title {
  margin-bottom: 25px;
}
.z-boxes-3 .z-box-3-1 {
  color: #fff;
  background: #001652;
}
.z-boxes-3 .z-box-3-1 .title h2 {
  color: #fff;
}

.a-row-box .a-image + .a-txt-box {
  margin-top: 20px;
}

.text ul ul {
  margin-bottom: 30px !important;
  padding-left: 20px;
}
.text ul ul li:after {
  width: 4px;
  height: 4px;
}

@media only screen and (min-width: 1199px) {
  .z-box-3-1 .title {
    margin-top: -20px;
  }
  .z-box-3-1 .title h2 {
    font-size: 50px;
  }
}
.z-box-3-2 {
  position: relative;
}
.z-box-3-2 .a-box-1 {
  display: none;
}
.z-box-3-2 .a-col-box-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.z-box-3-2 .a-col-box-1 .a-button-box {
  display: flex;
  justify-content: center;
}
.z-box-3-2 .text {
  padding-right: 70px;
}
.z-box-3-2 h3 {
  font-size: 24px;
  line-height: normal;
  color: #001652;
  margin-bottom: 25px;
  font-weight: normal;
}
.z-box-3-2 .description {
  display: none;
  padding-top: 25px;
}
.z-box-3-2 .a-image {
  text-align: center;
  padding-top: 10px;
}

.z-box-3-2.active .a-box-1 {
  display: block;
}

.a-link-1 {
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
  background: url("img/icons/11.png") right center no-repeat;
  padding-right: 30px;
  color: #034aff;
  font-size: 20px;
}
.a-link-1:hover {
  color: #034aff;
  text-decoration: underline;
  opacity: 0.9;
}

.btn-more-1 {
  width: 40px;
  height: 40px;
  display: block;
  background: url("img/icons/04.png") center no-repeat;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -20px;
}
.btn-more-1:hover {
  background-color: #fafafa;
}

.btn-more-1.active {
  top: 0;
  margin-top: 45px;
  background-image: url("img/icons/10.png");
}

.text small {
  display: block;
  line-height: 1.3;
}

/* *** KARIERA OFERTY PRACY *** */
.z-boxes-4 {
  background: #fff;
}
.z-boxes-4 .z-box-4 {
  border-bottom: 1px solid #f2f2f2;
}
.z-boxes-4 .z-box-4:last-child {
  border-bottom: none;
}
.z-boxes-4 .z-box-4 .txt-1 {
  color: #001652;
}
.z-boxes-4 .z-box-4 .z-box-4-link {
  display: block;
  padding-right: 40px;
  color: #235afa;
  background: url("img/icons/08.png") right center no-repeat;
}
.z-boxes-4 .z-box-4 .z-box-4-link.active {
  font-weight: bold;
  background-image: url("img/icons/12.png");
}
.z-boxes-4 .z-box-4 .text ul li {
  margin-bottom: 25px;
}
.z-boxes-4 .z-box-4 .text ul li:last-child {
  margin-bottom: 0;
}
.z-boxes-4 .z-box-4 .description {
  display: none;
}
.z-boxes-4 .z-box-4 .description .a-row-box {
  padding-top: 60px;
}

.text p a {
  color: #0349fa;
  text-decoration: none;
}
.text p a:hover {
  opacity: 0.85;
  color: #0349fa;
}

.z-content-box-3-4 .description {
  align-items: flex-end;
  padding-bottom: 310px;
}

.z-content-box-5 {
  background: #fff;
  margin-bottom: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.z-content-box-5 .button-box {
  margin-top: 35px;
}
.z-content-box-5 .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.z-content-box-5 .image .description {
  height: 500px;
  display: flex;
  padding: 40px 0;
  align-items: flex-end;
}
.z-content-box-5 .image .description .title h2 {
  color: #fff;
}

.z-content-box-5 {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.z-content-box-5-1 {
  margin-top: -120px;
  margin-bottom: -60px;
  z-index: 1;
}
.z-content-box-5-1 .image .description {
  padding-bottom: 160px;
  height: calc(100vh - 100px);
}

/* *** KONTAKT *** */
.content-box-8-4 {
  margin: 0;
}

.form-box {
  padding-top: 80px;
}
.form-box .txt-1 {
  margin-bottom: 40px;
}
.form-box .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.form-box .row-box .col-box {
  width: 50%;
  padding: 0 10px;
}
.form-box .row-box .col-box-1 {
  width: 100%;
}
.form-box .button-box {
  display: flex;
  justify-content: center;
}

.input-box {
  margin-bottom: 20px;
}
.input-box input, .input-box textarea {
  display: block;
  width: 100%;
  height: 50px;
  display: block;
  background: #fff;
  border-radius: 25px;
  padding: 0 30px;
  color: #333333;
  border: none;
  padding-top: 1px;
  font-size: 16px;
}
.input-box input::placeholder, .input-box textarea::placeholder {
  color: #b3b3b3;
}
.input-box textarea {
  resize: none;
  overflow: auto;
  height: 200px;
  padding: 20px 30px;
}

.select-1 {
  margin-bottom: 20px;
}
.select-1 select {
  display: block;
  width: 100%;
  height: 50px;
  display: block;
  color: #333333;
  border-radius: 25px;
  padding: 0 25px;
  border: none;
  padding-top: 1px;
  font-size: 16px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: #fff url("img/icons/11.png") calc(100% - 25px) center no-repeat;
}

.checkbox-box {
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
}
.checkbox-box input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox-box label {
  color: #333333;
  font-size: 16px;
  padding-left: 22px;
  position: relative;
}
.checkbox-box label:after {
  width: 14px;
  height: 14px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background: #fff;
}
.checkbox-box :checked + label:after {
  background: #034aff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
}

.btn-2 {
  height: 50px;
  line-height: 52px;
  background: #034aff;
  color: #fff;
  display: block;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  padding: 0 30px;
}
.btn-2:hover {
  opacity: 0.9;
  color: #fff;
}

.c-content-box-1 {
  padding-bottom: 0;
}

.c-content-box-2 {
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.c-content-box-2 iframe {
  border: none;
  width: 100%;
  height: 530px;
  display: block;
}

.c-content-box-3 {
  background: #fff;
}
.c-content-box-3 h3 {
  color: #333333;
  font-size: 24px;
  margin-bottom: 25px;
}
.c-content-box-3 .text-box .row-box {
  display: flex;
  margin: 0 -20px;
}
.c-content-box-3 .text-box .row-box .col-box {
  padding: 0 20px;
  width: 50%;
}

.select-box {
  width: 420px;
  max-width: 100%;
  margin-bottom: 25px;
  padding: 20px 0;
}

.my-select {
  position: relative;
  z-index: 2;
}
.my-select .select-name {
  height: 50px;
  display: block;
  color: #333333;
  border-radius: 25px;
  padding: 0 25px;
  border: none;
  padding-top: 2px;
  border: 1px solid #e6e6e6;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(img/icons/11.png) calc(100% - 25px) center no-repeat;
}
.my-select .select-name img {
  margin-right: 10px;
  margin-top: 1px;
}
.my-select .select-list {
  background: #fff;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
  padding: 10px 0;
}
.my-select .select-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.my-select .select-list ul li a {
  font-size: 16px;
  align-items: center;
  display: flex;
  color: #333333;
  padding: 5px 25px;
}
.my-select .select-list ul li a img {
  margin-right: 10px;
}
.my-select .select-list ul li a:hover {
  color: #0349fa;
}

/* .my-select:hover .select-list {
  display: block;
}
 */
.select-1 select {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 40px;
}

.z-content-box-1 .description, .z-content-box-3 .description {
  -webkit-animation: fade-in-top 1200ms 400ms ease 1 both;
  animation: fade-in-top 1200ms 400ms ease 1 both;
}

.case-study {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.z-carousel img {
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
}

.z-carousel a:hover {
  opacity: 0.9;
}

.carousel-1 {
  width: calc(100% - 240px);
}

.carousel-1 img {
  max-height: 50px;
  filter: grayscale(1);
  padding: 0 20px 0 20px;
}

.carousel-1 .swiper-slide {
  width: auto !important;
}

.carousel-1 img:hover {
  filter: none;
}

.frame-content-one-box {
  margin-top: -66px;
}

.news-content {
  background: #fff;
  border-radius: 25px;
  padding: 60px;
}
.news-content .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.news-content .row-box .col-box {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 60px;
}
.news-content .row-box .col-box a:hover {
  opacity: 0.9;
}

@media (max-width: 992px) {
  .news-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .news-content .row-box .col-box {
    width: 100%;
  }
  .news-content {
    padding: 20px;
  }
  .x-boxes-1 + .load-content {
    padding-bottom: 40px;
  }
}
.x-header-bg-1 {
  background: #001652;
}

.b-content-box-1 {
  padding-top: 137px;
}

.b-content-box-1-1 {
  background: #fff;
  border-radius: 25px;
  padding: 60px;
}

.b-content-box-1-1 .title h2 {
  font-weight: bold;
}

.b-content-box-1-1 .date {
  padding: 15px 0 22px 0;
}

.b-content-box-1-1 .text figure img {
  max-width: 50%;
  float: left;
  border-radius: 25px;
  margin: 0 30px 20px 0;
}

.b-content-box-1-1 .text figure.gallery-item img {
	max-width : 100%;
	border-radius  :0;
}

@media (max-width: 992px) {
  .b-content-box-1 {
    padding-top: 20px;
  }
  .b-content-box-1-1 {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .b-content-box-1-1 .text img {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .b-content-box-1-1 figure {
    width: 100%;
  }
  .b-content-box-1-1 {
    padding: 25px;
  }
}
.z-boxes-2-2-2 .description {
  display: none;
  padding-top: 45px;
}
.z-boxes-2-2-2 .a-row-box {
  cursor: pointer;
}
.z-boxes-2-2-2 .z-box-2 .txt {
  background: url(img/icons/06.png) right center no-repeat !important;
}

.z-boxes-2-2-2 .a-row-box.active .txt {
  background: url(img/icons/07.png) right center no-repeat !important;
}

.z-boxes-2-2-2 .z-box-2:hover .txt {
  color: #0349fa;
}/*# sourceMappingURL=style.css.map */

/******************* MOBILE ********************/
@media only screen and (max-width: 1500px) {
  .content-box-1 .description .txt-1 {
    font-size: 100px;
  }
  .z-content-box-3-2 .txt br {
    display: none;
  }
}
@media only screen and (max-width: 1360px) {
  .content-box-1 .description .txt-1 {
    font-size: 89px;
  }
  header .wrapper .main-menu > ul li {
    margin-left: 40px;
  }
  body .main-menu ul li .submenu-box .col-box-1 {
    width: 600px;
  }
}
@media only screen and (max-width: 1360px) {
  body .main-menu ul li .submenu-box ul li a {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  header .wrapper .main-menu > ul > li > a {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .content-box-2-1 {
    padding: 50px;
  }
  .content-box-2-2 .txt {
    padding: 0 50px;
  }
  header .wrapper .main-menu > ul > li > a {
    justify-content: center;
    text-align: center;
  }
  body .main-menu ul li .submenu-box ul li {
    padding: 5px 0;
  }
  body .main-menu ul li .submenu-box .f-social-box {
    padding: 0;
  }
  body .main-menu ul li .submenu-box ul li a {
    font-size: 30px;
  }
  .c-content-box-2 iframe {
    height: 350px;
  }
  .z-content-box-3-3 .description {
    padding-bottom: 100px;
  }
  .z-content-box-3-4 .description {
    padding-bottom: 250px;
  }
  .z-boxes-1 .z-box-1 .col-box-1 {
    padding-right: 20px;
  }
  .faq-boxes .faq-box .name {
    font-size: 35px;
  }
  .faq-boxes .faq-box h3 {
    font-size: 22px;
  }
  .z-content-box-3-1 figure img {
    height: 130px;
  }
  .box-2 figure img {
    height: 110px;
  }
  .z-boxes-1 .z-box-1 .col-box-1 {
    width: 35%;
  }
  .z-boxes-1 .z-box-1 .name {
    font-size: 35px;
  }
  .z-content-box-3 .description {
    height: 600px;
  }
  .z-content-box-3 .description, .z-content-box-1 .description {
    width: 69.5%;
  }
  .z-content-box-2 .content-box-2-1-ver-1 .col-box-2 {
    height: 220px;
  }
  header .wrapper .main-menu > ul li a {
    font-size: 16px;
  }
  header .wrapper .main-menu > ul li {
    margin-left: 20px;
  }
  .logo {
    width: 150px;
  }
  .content-box-1 .description .txt-1 {
    font-size: 63px;
  }
  .content-box-1 {
    height: 600px;
  }
  .content-box-1 .description {
    padding-top: 55px;
  }
  .content-box-2-1 .col-box-1 {
    width: 35%;
  }
  .content-box-2-1 .col-box-2 {
    width: 65%;
  }
  .title h2, .title h1 {
    font-size: 35px;
  }
  .content-box-3-1 .txt {
    width: 100%;
    right: 0;
    padding: 0 50px;
  }
  .content-box-5-2 .col-box .txt-1 {
    font-size: 40px;
  }
  .content-box-6 .description {
    padding-left: 50px;
    padding-right: 50px;
  }
  .content-box-5-2 .col-box .txt-2 {
    font-size: 16px;
  }
  .content-box-5-2 .col-box .txt-2 sup {
    font-size: 12px;
  }
  .content-box-5-2 .col-box {
    height: 150px;
  }
  .content-box-2-ver-2 {
    margin-top: 0;
  }
  .content-box-6 .description .txt-1 {
    padding-left: 280px;
  }
  .font-24 {
    font-size: 20px;
    line-height: 1.3;
  }
  .padding-1 {
    padding: 45px 50px;
  }
  .content-box-2-1-ver-1 .title h2 br {
    display: none;
  }
  .boxes-2 .box-2 {
    padding: 60px 50px;
  }
  .content-box-2-1 .txt-box-1-1 {
    width: 100%;
  }
  footer .f-title-1 {
    font-size: 20px;
  }
  footer .footer-top .row-box {
    margin: 0 -15px;
  }
  footer .footer-top .row-box .col-box {
    padding: 0 15px;
  }
  footer .footer-bottom .f-menu {
    margin-right: 30px;
  }
  .c-content-box-3 .text-box .row-box .col-box {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .content-box-6 .description .txt-1 {
    padding-left: 190px;
  }
  .content-box-2-1 .col-box-1 .social-box {
    font-size: 14px;
  }
  .submenu-box .col-box-2 {
    display: none;
  }
  .btn-slide-down {
    display: block !important;
    line-height: 53px;
    color: #001652;
  }
  .submenu-box {
    display: none;
    float: left;
    padding: 20px 0;
    border-top: 1px solid #dfdfdf;
    width: 100%;
    background: #fafafa;
  }
  .submenu-box a {
    color: #000;
    padding: 7px 20px 7px 20px;
    display: inline-block;
  }
  .submenu-box a:hover {
    color: #001652;
  }
  .submenu-box .f-social-box {
    display: none;
  }
  .submenu-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .submenu-box .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .checkbox-box label:after {
    top: 3px;
  }
  .c-content-box-3 .text-box .row-box {
    display: block;
  }
  .c-content-box-3 .text-box .row-box .col-box {
    margin-bottom: 25px;
  }
  .c-content-box-3 .text-box .row-box .col-box:last-child {
    margin-bottom: 0;
  }
  .select-box {
    width: 100%;
  }
  .a-link-1 {
    font-size: 16px;
  }
  .z-boxes-1 .z-box-1 {
    padding: 30px;
  }
  .z-boxes-1 .z-box-1 .col-box-1 {
    padding-right: 40px;
  }
  .z-boxes-1 .z-box-1 .txt-1 {
    font-size: 16px;
    line-height: 1.3;
  }
  .z-boxes-1 .z-box-1 .name {
    font-size: 25px;
  }
  .format-ul ul li:after {
    top: 7px;
  }
  .z-content-box-1 .description {
    height: 400px;
    padding: 30px;
    width: 68%;
  }
  .z-content-box-3 .description {
    padding: 30px;
    width: 68%;
    padding-bottom: 150px;
  }
  .header-rsp {
    display: block;
  }
  body {
    padding-top: 70px;
  }
  .animate__animated {
    opacity: 1;
  }
  header {
    display: none;
  }
  .content-box-1 .description .txt-1 {
    font-size: 48px;
  }
  .content-box-1 .description .txt-2, body, .content-box-2-1 .col-box-1 .txt-1, .btn-1 {
    font-size: 16px;
    line-height: 1.3;
  }
  .title h2, .title h1 {
    font-size: 25px;
  }
  .btn-1 {
    background: url(img/icons/03.png) right 2px no-repeat;
  }
  .content-box-2-1 .col-box-1 {
    padding-right: 40px;
  }
  .content-box-3-1 {
    height: 400px;
  }
  .content-box-5-2 .col-box .txt-1 {
    font-size: 26px;
  }
  .content-box-5-2 .col-box .txt-2 {
    font-size: 12px;
  }
  .content-box-5-2 .col-box .txt-2 sup {
    font-size: 10px;
  }
  .content-box-5-2 .col-box .txt-1 {
    background-size: 15px auto;
    padding-left: 20px;
  }
  .content-box-5-2 .col-box {
    height: 120px;
  }
  .font-24 {
    font-size: 18px;
    line-height: 1.3;
  }
  .content-box-1 .description {
    padding-top: 10px;
  }
  .content-box-1 {
    height: 500px;
  }
  .content-box-2-1 {
    padding: 30px;
  }
  .content-box-6 .description {
    height: 700px;
  }
  .content-box-3-1 .txt {
    padding: 0 30px;
  }
  .boxes-2 .box-2 {
    padding: 30px;
  }
  .title-2 h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .content-box-8 .button-box-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .content-box-8 .btn-box {
    padding: 0 0 10px 0;
  }
  footer .footer-top .row-box .col-box {
    width: 50%;
    margin-top: 40px;
  }
  footer .footer-top .row-box .col-box-1 {
    width: 100%;
    margin-top: 0;
  }
  footer .footer-top .row-box {
    flex-wrap: wrap;
  }
  footer .footer-bottom {
    display: block;
  }
  footer .footer-bottom .copyright {
    margin: 0 0 10px 0;
  }
  .box-2 img {
    height: 100px;
  }
  .header-rsp {
    display: block;
  }
  .z-content-box-3-2 .description {
    padding-bottom: 210px;
  }
  .faq-boxes .faq-box .name {
    padding: 20px 30px;
    padding-right: 60px;
    background: url(img/icons/06.png) calc(100% - 30px) center no-repeat;
    background-position: calc(100% - 30px) center !important;
  }
  .faq-boxes .faq-box h3 {
    font-size: 18px;
  }
  .faq-boxes .faq-box .description {
    padding: 0 30px 30px 30px;
  }
  .faq-boxes .faq-box .name {
    font-size: 25px;
  }
  .z-content-box-3-3 .description {
    padding-bottom: 150px;
  }
  .text ul li:after {
    top: 8px;
  }
  .z-boxes-2 .z-box-2 .txt {
    padding-right: 30px;
  }
  .z-content-box-3-4 .description {
    padding-bottom: 250px;
  }
  .z-content-box-5 .image .description {
    height: 300px;
  }
  .z-content-box-5-1 .image .description {
    height: 600px;
  }
  .z-content-box-5-1 .image .description {
    padding-bottom: 100px;
  }
  .padding-1 {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .padding-1 {
    padding: 25px;
  }
  .z-content-box-1 .description {
    text-align: center;
  }
  .z-content-box-5 {
    margin-bottom: 50px;
  }
  .z-content-box-5-1 {
    margin-bottom: -60px;
  }
  .z-content-box-5-1 .image .description {
    height: 400px;
  }
  .z-content-box-3-4 .description {
    align-items: center;
  }
  .z-boxes-4 .z-box-4 .z-box-4-link {
    padding-right: 30px;
  }
  .z-boxes-4 .z-box-4 .description .a-row-box {
    padding-top: 27px;
  }
  .z-boxes-2 .z-box-2 .date {
    width: 100%;
  }
  .z-content-box-3-2 .txt {
    margin-top: 20px;
  }
  .frame-content {
    margin-top: 20px;
  }
  .z-content-box-4-1 {
    padding: 25px 25px 50px 25px;
  }
  .z-content-box-3-1 figure img {
    height: 80px;
  }
  .z-boxes-1 .z-box-1 {
    padding: 25px;
    display: block;
  }
  .z-boxes-1 .z-box-1 .col-box-1 {
    width: 100%;
    padding: 0 0 25px 0;
  }
  .z-boxes-1 .z-box-1 .name {
    font-size: 22px;
  }
  .z-boxes-1 .z-box-1 .name br {
    display: none;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .case-study .wrapper .z-content-box-2 .content-box-2-1-ver-1 .col-box-2 {
    height: auto;
  }
  .case-study .wrapper .z-content-box-2 {
    margin-bottom: 20px;
  }
  .case-study .wrapper .z-content-box-2 .content-box-2-1-ver-1 .col-box-2 {
    margin-top: 30px;
  }
  .load-content {
    margin-top: 0;
  }
  .z-content-box-3 .description {
    height: 300px;
  }
  .z-content-box-3 .description {
    justify-content: center;
  }
  .case-study {
    margin-top: 20px;
  }
  .z-content-box-3 .wrapper {
    justify-content: center;
  }
  .z-content-box-3 .description {
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  .z-content-box-1 .description {
    width: 100%;
    padding: 20px 0;
  }
  .z-content-box-1 .description {
    height: 300px;
  }
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-box-1 .description .row-box {
    display: block;
  }
  .content-box-1 .description .row-box .col-box {
    width: 100%;
  }
  .content-box-1 .description .txt-1 {
    text-align: center;
    font-size: 38px;
  }
  .content-box-1 .description .txt-2 {
    text-align: center;
    padding-top: 25px;
  }
  .content-box-1 .description {
    padding: 50px 0;
  }
  .content-box-1 {
    height: 300px;
  }
  .content-box-2 {
    margin-top: 20px;
  }
  .content-box-2 .content-box-2-1 {
    display: block;
  }
  .content-box-2-1 .col-box-1 {
    width: 100%;
    padding: 0;
  }
  .content-box-2-1 .col-box-1 .txt-1 {
    padding-top: 20px;
  }
  .content-box-2-1 .col-box-1 .txt-1 br {
    display: none;
  }
  .content-box-2-1 .col-box-1 .social-box {
    margin-top: 30px;
  }
  .content-box-2-1 .col-box-2 {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .title h2, .title h1 {
    font-size: 22px;
  }
  .content-box-2-2 {
    display: block;
  }
  .content-box-2-2 .txt {
    padding: 20px;
    height: auto;
  }
  .content-box-2-2 .txt {
    padding-bottom: 0;
  }
  .carousel-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-box-2-1 {
    padding: 25px;
  }
  .content-box-2-ver-2 {
    margin-top: 0;
  }
  .content-box-2 {
    margin-bottom: 50px;
  }
  .content-box-3-1 .txt {
    padding: 0 25px;
  }
  .content-box-3-1 .txt {
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .x-title {
    margin-bottom: 25px;
  }
  .content-box-3-1 {
    height: 300px;
  }
  .title-2 h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  .content-box-2-1 .col-box-1 > .txt-box-1-1:first-child .txt-1 {
    padding-top: 0;
    margin-top: 0;
  }
  .content-box-5-2 {
    display: block;
  }
  .content-box-5-2 .col-box {
    width: 100%;
  }
  .content-box-5-2 .col-box:last-child {
    width: 100%;
  }
  .content-box-5-2 .col-box {
    height: 85px;
    border-top: 1px solid #f2f2f2;
  }
  .content-box-2-1 .font-24, .content-box-2-1 .col-box-2 .button-box {
    margin-top: 30px;
  }
  .content-box-6 .description .txt-1 {
    padding-left: 0;
  }
  .content-box-6 .description {
    padding-left: 0px;
    padding-right: 0px;
    padding: 0;
  }
  .content-box-6 .description {
    height: 300px;
  }
  .content-box-6 {
    background-size: cover !important;
    background-position: center center !important;
    margin-top: 0;
  }
  .content-box-7 {
    padding-top: 50px;
  }
  .carousel-2 .txt-box {
    padding: 25px;
  }
  .title-1 h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .title-1 {
    margin-bottom: 20px;
  }
  .content-box-7 .button-box .col-box {
    width: auto;
  }
  .content-box-7 .button-box .col-box:first-child {
    display: none;
  }
  .content-box-7 .button-box {
    padding-top: 50px;
  }
  .boxes-2 {
    display: block;
  }
  .boxes-2 .box-2 {
    padding: 30px 25px;
    width: 100%;
  }
  .x-content-box-1 {
    margin-top: 50px;
  }
  .x-title {
    display: block;
  }
  .x-title .btn-1 {
    position: relative;
    margin-top: 20px;
  }
  .content-box-8 {
    margin: 50px 0;
  }
  .content-box-2-1 {
    display: block;
  }
  .content-box-8 .btn-box {
    width: 100%;
  }
  footer .footer-top {
    padding: 50px 0;
  }
  footer .newsletter-content input {
    font-size: 18px;
  }
  footer .footer-top .row-box .col-box {
    width: 100%;
  }
  footer .footer-bottom .footer-bottom-box {
    display: block;
  }
  footer .footer-bottom .f-menu {
    margin: 0;
  }
  footer .footer-bottom .f-menu ul {
    display: block;
  }
  footer .footer-bottom .f-menu ul li {
    margin-bottom: 20px;
  }
  .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom .copyright {
    margin-bottom: 20px;
  }
  footer .footer-bottom .f-menu {
    padding-bottom: 10px;
  }
  footer .footer-top .row-box .col-box {
    text-align: center;
  }
  footer .footer-top .row-box .col-box-1 {
    text-align: left;
  }
  .content-box-5-2 .txt-box {
    text-align: center;
  }
  .content-box-5-2 .col-box .txt-1 {
    display: inline-block;
  }
  .content-box-5-2 .col-box .txt-1 {
    font-size: 32px;
  }
  footer .f-social-box {
    justify-content: center;
  }
  .z-content-box-1 .description {
    align-items: center;
    justify-content: center;
  }
  .box-2 figure img {
    height: 70px;
  }
  .boxes-2 .box-2 .text {
    padding: 25px 0 20px 0;
  }
  footer .f-title-1 {
    font-size: 18px;
  }
  footer .footer-bottom .f-menu ul li:after {
    display: none;
  }
  footer .footer-top .row-box .col-box ul li {
    margin-top: 10px;
  }
  .content-box-7 .button-box-center {
    justify-content: center;
  }
  .content-box-7 .button-box-center .col-box {
    display: none;
  }
  .content-box-7 .button-box-center .swiper-pagination {
    position: relative;
  }
  .font-24 {
    font-size: 16px;
    line-height: 1.3;
  }
  .content-box-2-1 .col-box-1 .txt-1 {
    padding-top: 25px;
  }
  footer .footer-top .row-box .col-box ul li {
    font-size: 14px;
  }
  footer .newsletter-content input {
    font-size: 16px;
  }
  footer .f-social-box {
    font-size: 14px;
  }
  footer .footer-bottom {
    font-size: 14px;
  }
  footer .footer-bottom .f-menu ul li {
    margin-bottom: 15px;
  }
  .content-box-2-1 .col-box-1 .social-box .social-txt {
    font-size: 14px;
  }
  .content-box-2-2 figure {
    height: 80px;
  }
  .content-box-1 {
    border-bottom: none;
  }
  .z-content-box-3-2 .description {
    align-items: center;
  }
  .faq-boxes .faq-box .name {
    font-size: 22px;
  }
  .faq-boxes .faq-box .name {
    padding: 20px 25px;
  }
  .faq-boxes .faq-box .name {
    padding: 20px 25px;
    padding-right: 60px;
    background: url(img/icons/06.png) calc(100% - 25px) center no-repeat;
  }
  .faq-boxes .faq-box .description {
    padding: 0 25px 25px 25px;
  }
  .faq-boxes .faq-box h3 {
    padding-right: 40px;
  }
  .content-box-8-4 {
    margin-top: 0;
  }
  .c-content-box-1 {
    padding: 0 25px;
  }
  .form-box {
    padding-top: 0;
  }
  .c-content-box-3 h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .form-box .row-box {
    display: block;
  }
  .form-box .row-box .col-box {
    width: 100%;
  }
  .checkbox-box {
    padding-left: 0;
  }
  .c-content-box-1 {
    padding: 0;
  }
  .c-content-box-2 iframe {
    height: 250px;
  }
}/*# sourceMappingURL=mobile.css.map */





/*******************  VVV  *********************/
.container {
	max-width : unset;
	padding-left : 0;
	padding-right : 0;
}

.text ul {
	margin-left : 0;
}

.hamburger.hover, .hamburger:focus {
	background : transparent;
}

.btn-2[type="submit"] {
    background: #034aff;
	padding: 0 30px;
}

footer .newsletter-content input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 59px;
    width: 18px;
    border: none;
    background: #001652 url(img/icons/04.png) center no-repeat;
}

.clear {
	clear : both;
}

.lang-switcher {
	list-style: none;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 30px;
    background: url(img/icons/02.png) left center no-repeat;
    background-position: top 6px left;
}
.lang-switcher:hover {
	background-color: #001652;
	outline : solid 5px #001652;
}

.lang-switcher li:not(.current-lang) {
	display : none;
}

.lang-switcher:hover li:not(.current-lang) {
	display : block;

}

.lang-switcher a {
	color : #ffffff;
	font-size : 16px; 
    background: none !important;
	    padding-right: 0 !important;
}

.li-btn-lang {
	position : relative;
	min-width : 50px;
}

.center {
	text-align : center;
}

@media (max-width: 767px) {
  .carousel-1 {
    width: 100%;
  }
  .content-box-2-2 .txt {
    width: auto;
    border: none;
  }
  .carousel-1 img {
    max-height: 36px;
  }
  .carousel-1 .swiper-slide {
    margin-right: 40px !important;
  }
}

span[data-name="zgoda"] input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	content: " ";
    background: #034aff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 4px solid #fff;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 11;
}