/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
@font-face {
  font-family: "Barlow";
  src: url("fonts/BarlowRegular.eot");
  src: url("fonts/BarlowRegular.eot") format("embedded-opentype"), url("fonts/BarlowRegular.woff2") format("woff2"), url("fonts/BarlowRegular.woff") format("woff"), url("fonts/BarlowRegular.ttf") format("truetype"), url("fonts/BarlowRegular.svg#BarlowRegular") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/BarlowBold.eot");
  src: url("fonts/BarlowBold.eot") format("embedded-opentype"), url("fonts/BarlowBold.woff2") format("woff2"), url("fonts/BarlowBold.woff") format("woff"), url("fonts/BarlowBold.ttf") format("truetype"), url("fonts/BarlowBold.svg#BarlowBold") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/BarlowLight.eot");
  src: url("fonts/BarlowLight.eot") format("embedded-opentype"), url("fonts/BarlowLight.woff2") format("woff2"), url("fonts/BarlowLight.woff") format("woff"), url("fonts/BarlowLight.ttf") format("truetype"), url("fonts/BarlowLight.svg#BarlowLight") format("svg");
  font-weight: 300;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1220px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Barlow";
}

body {
  font-family: "Barlow";
  font-size: 16px;
  color: #272727;
  background: #fff;
  line-height: 19px;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

/* *** HEADER *** */
header {
  z-index: 10;
  width: 100%;
}

header .header-top {
  background: #0E2B6C;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

header .header-top .container {
  height: 45px;
  display: flex;
  align-items: center;
}

header .logo {
  margin-top: 11px;
}

header .header-top .container a {
  color: #fff;
}

header .header-top .container a:hover {
  opacity: 0.9;
}

header .header-box {
  padding-top: 15px;
  background: #004990;
}

header .header-box .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

header .header-box .container .h-box-1 {
  height: 121px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  border-right: 1px solid #0E2B6C;
}

header .main-menu ul > li {
  border-left: 1px solid #0E2B6C;
}

header .main-menu ul > li.ic-1 a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../../../img/frontend/icons/01.png");
  margin-right: 5px;
  margin-top: -2px;
}

header .main-menu ul > li.ic-2 a, header .main-menu ul > li.ic-3 a {
  color: #FFDD00;
}

header .main-menu ul > li.ic-2.no-active a, header .main-menu ul > li.ic-3.no-active a {
  color: #fff;
}

header .main-menu ul > li.ic-2.no-active a:before {
  background: url(../../../img/frontend/icons/02-1.png);
}

header .main-menu ul > li.ic-3.no-active a:before {
  background: url(../../../img/frontend/icons/03-1.png);
}

header .main-menu ul > li.ic-2 a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url("../../../img/frontend/icons/02.png");
  margin-right: 5px;
}

header .main-menu ul > li.ic-3 a:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../../../img/frontend/icons/03.png");
  margin-right: 5px;
}

header .main-menu ul > li > a {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 14px;
  padding: 0 15px;
  padding-bottom: 1px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

header .main-menu ul > li.current a {
  text-decoration: underline;
}

header .main-menu ul > li > a:hover {
  opacity: 0.9;
}

header .main-menu ul > li.ic-3:hover a, header .main-menu ul > li.ic-2:hover a {
  color: #FFDD00;
  opacity: 0.9;
}

header .header-box .container {
  position: relative;
}

header .h-box-2 {
  position: absolute;
  margin: 0 20px;
  top: 0;
  right: 0;
  display: flex;
  color: #fff;
  font-size: 14px;
  align-items: center;
}

header .h-box-2 .txt {
  margin-right: 18px;
}

header .h-box-2 .user-image figure {
  cursor: pointer;
  padding-right: 18px;
  background: url("../../../img/frontend/icons/04.png") center right no-repeat;
}

header .h-box-2 .user-image figure img {
  border-radius: 50%;
  width: 45px;
}

header .h-box-2 .dropdown .dropdown-menu {
  transform: translate(-160px, 46px) !important;
}

header .h-box-2 .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
}

header .h-box-2 .dropdown .dropdown-menu .dropdown-item:hover {
  background: #FFDD00;
}

header .header-bottom {
  text-align: center;
  background: #FFDD00;
  padding: 4px 0;
  color: #272727;
  font-size: 16px;
}

header .header-bottom strong {
  color: #004990;
}

header .header-bottom .link-1 {
  margin-left: 34px;
}

header .header-bottom span {
  display: inline-block;
  padding-bottom: 2px;
  vertical-align: middle;
}

.link-1 {
  color: #004990;
  font-size: 16px;
  font-weight: bold;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: #cacaca;
  display: none;
}

.main-menu ul ul li {
  position: relative;
  float: left;
  width: 100%;
}

.main-menu ul ul li a {
  position: relative;
  color: #1c2f59;
  text-align: left;
  display: block;
  padding: 11px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
}

.main-menu ul ul li:hover > a {
  background: red;
  color: #fff;
}

/* *** BANNER *** */
.banner-box {
  width: 100%;
}

.banner-box img {
  display: block;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}

.banner ul li {
  position: relative;
  text-align: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .bx-controls-direction {
  display: none;
}

.banner .bx-controls {
  display: block;
}

.banner .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  padding: 20px 10px;
  color: #fff;
}

.banner a {
  color: #fff;
}

.banner h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.banner a:hover {
  color: blue;
}

.banner .prev-box, .banner .next-box {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  height: 44px;
  z-index: 1000;
}

.banner .prev-box {
  left: 15px;
}

.banner .next-box {
  right: 14px;
}

.banner .bx-prev, .banner .bx-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  text-indent: -9999999px;
}

.banner .bx-prev {
  background: green url("../../../img/frontend/sprite.png") -35px 0 no-repeat;
}

.banner .bx-next {
  background: green url("../../../img/frontend/sprite.png") -62px 0 no-repeat;
}

.banner .prev-box:hover, .banner .next-box:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.banner .bx-controls {
  width: auto;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 10px;
}

.banner .bx-pager {
  float: left;
  padding: 0;
}

.banner .bx-pager .bx-pager-item {
  float: left;
  margin-right: 10px;
}

.banner .bx-pager .bx-pager-item a {
  float: left;
  text-indent: -99999px;
  display: block;
  width: 15px;
  height: 15px;
  background: blue;
  border-radius: 50%;
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover {
  background: green !important;
}

body, html {
  height: 100%;
}

.banner-full-screen {
  width: 100%;
  height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
  height: 100% !important;
}

.banner-full-screen {
  height: 100%;
}

/* *** CUSTOM SELECT *** */
.select {
  width: 100%;
}

.select .chosen-container {
  width: 100% !important;
}

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
}

.select .chosen-search {
  display: none;
}

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  height: 29px;
  border: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important;
}

.select .chosen-container-single .chosen-single div {
  width: 32px;
  /*background: url('../../../img/frontend/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
  background: #fff;
  color: #000;
}

.select .chosen-container .chosen-results li:hover {
  background: #ec008d;
  color: #fff;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 10px 15px;
  height: 70px;
  background: #004990;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-rsp .logo-rsp {
  margin-top: 10px;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  width: 150px;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #fff;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu-rsp > nav > ul:first-child {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #004990;
  padding: 0;
}

.menu-rsp nav 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 a {
  line-height: normal;
  height: auto;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 15px 15px 14px 15px;
}

.menu-rsp nav a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: rgba(255, 255, 255, 0.2);
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
    background: #004990;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
/* *** FOOTER *** */
footer {
  padding-top: 30px;
}

footer .f-logo-1 {
  display: flex;
  padding: 40px 0 20px 0;
  justify-content: flex-end;
}

footer a:hover {
  opacity: 0.9;
}

footer .footer-top {
  padding: 20px 0 20px 0;
  background: #004990;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

footer .footer-top .row-box {
  margin: 0 -20px;
  display: flex;
}

footer .footer-top .row-box .col-box {
  padding: 0 20px;
  width: 33.333%;
}

footer .footer-top .txt span {
  color: #FEDB00;
}

footer .footer-top .txt a {
  color: #FEDB00;
}

footer .social-box {
  display: flex;
}

footer .social-box a {
  width: 37px;
  height: 37px;
  display: block;
  margin-right: 9px;
}

footer .social-box .fb {
  background: url("../../../img/frontend/icons/19.png");
}

footer .social-box .instagram {
  background: url("../../../img/frontend/icons/20.png");
}

footer .social-box .linkedin {
  background: url("../../../img/frontend/icons/21.png");
}

footer .social-box .twitter {
  background: url("../../../img/frontend/icons/22.png");
}

footer .social-box .yt {
  background: url("../../../img/frontend/icons/23.png");
}

footer .footer-bottom {
  padding: 13px 0;
}

footer .footer-bottom .f-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}

footer .footer-bottom .f-menu ul li {
  margin-right: 50px;
}

footer .footer-bottom .f-menu ul li a {
  color: #004990;
}

/* *** HOME *** */
.content-box-1 {
  background-size: cover;
  background-position: center center;
}

.content-box-1 .description {
  height: 378px;
  color: #fff;
  width: 422px;
  max-width: 100%;
  padding: 30px 0 50px 0;
}

.content-box-1 .description h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 15px;
}

.content-box-1 .description .txt-box {
  height: 235px;
  overflow: hidden;
  margin-bottom: 31px;
}

.content-box-1 .description-1 {
  width: 491px;
}

.btn-1 {
  padding: 0 50px;
  display: inline-block;
  background: #FFDD00;
  height: 40px;
  line-height: 40px;
  border-radius: 19px;
  color: #272727;
  font-size: 16px;
  font-weight: bold;
}

.btn-1:hover {
  color: #272727;
  opacity: 0.85;
}

.mb-30 {
  margin-bottom: 30px;
}

.user-content-box .txt-name {
  padding: 10px;
  background: #004990;
  color: #FFDD00;
  font-size: 32px;
  line-height: 38px;
}

.user-content-box .user-boxes {
  padding: 20px;
  background: #FFDD00;
}

.user-content-box .user-boxes .row-box {
  display: flex;
  margin: 0 -15px;
}

.user-content-box .user-boxes .row-box .col-box {
  padding: 0 15px;
  width: 33.3333%;
}

.user-content-box .user-boxes .row-box .col-box .user-box {
  display: flex;
}

.user-content-box .user-boxes .row-box .col-box .user-box figure {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF5B2;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  flex-shrink: 0;
}

.user-content-box .user-boxes .row-box .col-box .user-box .txt {
  width: 100%;
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  justify-content: space-between;
}

.user-content-box .user-boxes .row-box .col-box .user-box .txt .txt-1 {
  font-weight: bold;
  font-size: 18px;
}

.user-content-box .user-boxes .row-box .col-box .user-box .txt .txt-1 strong {
  padding-top: 5px;
  display: block;
  font-size: 36px;
  line-height: 43px;
}

.user-content-box .user-box-data {
  display: flex;
}

.user-content-box .user-box-data .col-box-1 {
  width: 50%;
}

.user-content-box .user-box-data .col-box-1:last-child {
  padding-left: 20px;
}

.user-content-box .user-box-data .col-box-1 .txt-3 {
  font-size: 12px;
  line-height: 14px;
}

.user-content-box .user-box-data .col-box-1 .txt-3 strong {
  padding-top: 5px;
  display: block;
}

.user-content-box .user-box-data .col-box-1 .txt-2 {
  font-weight: bold;
  color: #004990;
  min-height: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 8px;
}

.user-content-box .rate {
  display: flex;
  padding-top: 4px;
}

.user-content-box .rate img {
  margin-right: 3px;
}

.btn-2 {
  display: inline-block;
  color: #004990;
  font-size: 16px;
  font-weight: bold;
  padding-right: 32px;
  background: url("../../../img/frontend/icons/06.png") calc(100% - 1px) center no-repeat;
}

.btn-2:hover {
  opacity: 0.9;
  color: #004990;
}

.news-content-box .row-box {
  display: flex;
}

.news-content-box .row-box .col-left {
  margin-right: 9px;
  flex-shrink: 0;
  width: 783px;
}

.news-content-box .row-box .col-right {
  width: 100%;
}

.title {
  margin-bottom: 20px;
}

.title h2 {
  font-weight: bold;
  margin: 0;
  font-size: 32px;
}

.info-box {
  border: 1px solid #004990;
  border-radius: 20px;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  min-height: 152px;
}

.info-box .description {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.info-box .txt-1 {
  color: #004990;
  font-size: 12px;
  padding: 4px 17px;
  background: #FEDA00;
  border-radius: 11px;
  display: inline-block;
  line-height: 14px;
}

.info-box .txt-2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #004990;
  padding: 10px 0;
}

.info-box figure {
  width: 110px;
  height: 110px;
  margin-left: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004990;
}

.info-box .txt-3 {
  background: url("../../../img/frontend/icons/24.png") center right no-repeat;
  display: inline-block;
  padding: 2px 0;
  padding-right: 26px;
  font-weight: bold;
  color: #FFDD00;
  font-size: 16px;
}

.info-box .txt-3-1 {
  padding-right: 36px;
  background: url("../../../img/frontend/icons/24-1.png") center right no-repeat;
}

.info-box-1-1.active .image-1 {
  filter: none;
}

.info-box-1-1.active img {
  height: 100%;
  width: auto;
  max-width: none;
}

.info-box-1-1.active .image-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-box-1-1 {
  border: none;
  overflow: hidden;
  position: relative;
}

.info-box-1-1 .image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  filter: blur(3px);
  height: 100%;
}

.info-box-1-1 .description {
  position: relative;
  z-index: 2;
}

.info-box-1-1-2 .txt-1 {
  background: #004990;
  color: #FEDA00;
}

.info-box-1-1-2 .txt-3-1 {
  color: #004990;
  background: url(../../../img/frontend/icons/24-2.png) center right no-repeat;
}

.title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-flex .title-info {
  display: flex;
  align-items: center;
}

.title-flex .title-info div {
  margin-left: 30px;
}

.title-flex .title-info div strong {
  color: #004990;
}

.duel-content-box {
  height: 86px;
  margin: 60px 0 70px 0;
  display: flex;
  align-items: center;
  background: #f2f6f9;
}

.duel-content-box .container {
  display: flex;
  justify-content: space-between;
}

.duel-content-box .duel-box-1 {
  width: 434px;
  flex-shrink: 0;
  display: flex;
  background: #fff;
  border-radius: 250px;
  align-items: center;
  justify-content: space-between;
}

.duel-content-box .duel-box-1 figure {
  width: 155px;
  height: 155px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.duel-content-box .duel-box-1 figure img {
  border-radius: 50%;
}

.duel-content-box .duel-box-1 figure.clock {
  width: 137px;
  height: 137px;
}

.duel-content-box .duel-box-1 .txt {
  font-weight: bold;
  color: #004990;
  font-size: 30px;
  font-style: italic;
}

.duel-content-box .duel-box-2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  justify-content: space-between;
}

.duel-content-box .duel-box-2 .txt-1 {
  color: #004990;
}

.duel-content-box .duel-box-2 .txt-2 {
  font-size: 42px;
  color: #004990;
}

.duel-content-box .duel-box-2 .txt-2 span {
  font-weight: 300;
}

.duel-content-box .duel-box-2 .btn-1 {
  width: 267px;
}

.duel-content-box .button-box {
  padding: 0 60px;
}

.duel-content-box-1 .txt-1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
}

.duel-content-box-1 .duel-box-2 {
  padding-left: 0;
}

.duel-content-box-1 {
  margin: 0 0 30px 0;
}

.duel-content-box-1 .time {
  font-weight: 300;
}
.duel-content-box-1 .time strong {
  font-weight: bold;
}

.btn-1-blue, .btn-1-blue:hover {
  background: #004990;
  text-align: center;
  color: #FEDA00;
}

.btn-1.no-active {
  opacity: 0.2 !important;
}

.duel-content {
  padding-top: 30px;
}

a.info-box:hover {
  opacity: 0.9;
}

.dropdown-menu {
  background: #004990;
  width: 216px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 15px 0;
}

.dropdown-menu li {
  padding: 0 26px;
  margin-bottom: 5px;
  text-align: right;
}

.dropdown-menu li:last-child {
  margin-bottom: 0;
}

.dropdown-menu a {
  font-size: 12px;
  padding: 5px 0;
  padding-right: 52px;
  text-align: right;
  display: inline-block !important;
  width: auto !important;
  color: #fff;
  background: url("../../../img/frontend/icons/11.png") center right no-repeat;
}

.dropdown-menu a:hover {
  color: #FFDD00;
  background: url("../../../img/frontend/icons/11.png") center right no-repeat !important;
}

.duel-box-2 .button-box {
  display: flex;
  align-items: center;
}

.duel-box-2 .button-box .button-txt {
  font-weight: bold;
  color: #004990;
  margin-right: 30px;
}

.banner-box {
  position: relative;
}

.banner-box .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 86px;
  display: flex;
  align-items: flex-end;
}

.banner-box .description h1 {
  margin-left: -30px;
  padding: 20px 30px 20px 30px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  background: #004990;
}

.content-box-2 {
  background: #004990;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

.nav-tabs-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.nav-tabs-1 ul li {
  width: 20%;
}

.nav-tabs-1 ul li.current a {
  background: #0E2B6C;
}

.nav-tabs-1 ul li.current a:after {
  opacity: 1;
}

.nav-tabs-1 ul li a {
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: center;
  text-align: center;
  height: 50px;
  color: #fff;
  font-size: 14px;
  position: relative;
}

.nav-tabs-1 ul li a:hover {
  background: #0E2B6C;
  color: #fff;
}

.nav-tabs-1 ul li a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7.5px;
  display: block;
  content: "";
  background: url("../../../img/frontend/icons/12.png");
  width: 15px;
  height: 9px;
  opacity: 0;
}

.main-content {
  padding: 35px 0 26px 0;
}

.boxes-1 {
  margin-bottom: -10px;
}

.boxes-1 .row-box {
  margin: 0 -5px;
  display: flex;
}

.boxes-1 .row-box .col-box {
  padding: 0 5px;
  width: 33.33333%;
}

.boxes-1 div.box-1 .image {
  filter: blur(10px);
}

.boxes-1 .box-1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-size: cover;
  height: 160px;
  background-position: center center;
}

.boxes-1 .box-1 .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.boxes-1 .box-1 .txt-3 {
  display: flex;
  align-items: center;
  height: 58px;
}

.boxes-1 .box-1 .txt-2 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.boxes-1 .box-1 .txt-1 {
  color: #FFDD00;
  font-size: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 5px 17px 4px 17px;
  background: #004990;
  border-radius: 11px;
  display: inline-block;
  line-height: 14px;
}

.boxes-1 .box-1 .txt-1-1 {
  color: #004990;
  background: #FFDD00;
}

.boxes-1 .box-1 .txt-1-2 {
  background: #fff;
  color: #000000;
}

.boxes-1 .description {
  background: url("../../../img/frontend/01.png") center bottom no-repeat;
  width: 100%;
  background-size: 100% 100%;
  padding: 10px 10px 0 10px;
  position: relative;
  z-index: 2;
}

.cont-box {
  display: none;
}

a.box-1:hover {
  opacity: 0.9;
}

.text p:last-child {
  margin-bottom: 0;
}

.text p img {
  margin: 10px 0 8px 0;
}

.btn-1-blue-1, .btn-1-blue-1:hover {
  background: #004990;
  text-align: center;
  color: #fff;
}

.bottom-button-box {
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: center;
}

.bottom-button-box .button-box-prev {
  position: absolute;
  top: 10px;
  left: 0;
}

.bottom-button-box .btn-1 {
  width: 374px;
  max-width: 100%;
}

.btn-3 {
  color: #272727;
  font-weight: bold;
  padding-left: 30px;
  display: inline-block;
  background: url("../../../img/frontend/icons/13.png") left center no-repeat;
}

.btn-3:hover {
  opacity: 0.9;
  color: #272727;
}

.boxes-1-1 {
  padding-top: 10px;
}

.boxes-1-1 .row-box .col-box .box-1 {
  height: 115px;
  border: 1px solid #004990;
  border-radius: 20px;
}

.boxes-1-1 .row-box .col-box .box-1 .description {
  height: 100%;
  padding: 10px;
  background: none;
  padding-right: 90px;
}

.boxes-1-1 .row-box .col-box .box-1 .description .txt-2 {
  color: #004990;
}

.boxes-1-1 .row-box .col-box .box-1 .description .txt-1 {
  background: #FEDA00;
  color: #004990;
  padding: 3px 6px 2px 6px;
}

.boxes-1-1 .row-box .col-box .box-1 .image-icon {
  position: absolute;
  width: 70px;
  top: 9px;
  right: 9px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004990;
  border-radius: 10px;
}

.boxes-2 {
  margin-bottom: -10px;
}

.boxes-2 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.boxes-2 .row-box .col-box {
  padding: 0 5px;
  width: 50%;
}

.boxes-2 .row-box .col-box .box-2 {
  margin-bottom: 10px;
  min-height: 113px;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1019607843);
  padding: 8px 10px;
  position: relative;
}

.boxes-2 .row-box .col-box .box-2 .icheckbox, .boxes-2 .row-box .col-box .box-2 .iradio {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.boxes-2 .row-box .col-box .box-2 .icheckbox.checked, .boxes-2 .row-box .col-box .box-2 .iradio.checked {
  border-color: #004990;
}

.boxes-2 .row-box .col-box .box-2 .icheckbox:hover, .boxes-2 .row-box .col-box .box-2 .iradio:hover {
  border-color: #004990;
}

.boxes-2 .row-box .col-box .box-2 .txt-1 {
  position: relative;
  z-index: 2;
  width: 451px;
  max-width: 100%;
}

.boxes-2 .row-box .col-box .box-2 .txt-2 {
  color: #004990;
  opacity: 0.05;
  font-weight: bold;
  font-size: 70px;
  line-height: 1;
  position: absolute;
  bottom: 2px;
  right: 5px;
}

.mb-40 {
  margin-bottom: 40px;
}

button {
  border: none;
}

.popup-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  height: 100%;
  z-index: 2110;
  background: rgba(14, 43, 108, 0.8);
}

.popup {
  margin: 0 auto;
  max-width: 100%;
  width: 600px;
  border-bottom: 25px solid #219000;
  background: #fff;
  padding: 45px 30px 55px 30px;
}

.pop-title {
  display: flex;
  position: relative;
  line-height: 1.2;
  font-size: 32px;
  align-items: center;
  margin-bottom: 40px;
  font-weight: bold;
  justify-content: space-between;
}

.pop-title figure {
  margin-left: 20px;
}

.pop-title .pop-title-txt {
  font-size: 16px;
  padding-top: 20px;
}

.popup-button {
  padding-top: 15px;
  padding-bottom: 5px;
}

.popup-button .btn-1 {
  width: 253px;
}

.popup-1 {
  border-color: #FF0000;
}

.wrapper-1 {
  width: 572px;
  max-width: 100%;
  margin: 0 auto;
}

.content-box-4 {
  position: relative;
  padding: 56px 0 39px 0;
  margin-top: -35px;
}

.content-box-4:after {
  height: 136px;
  top: 0;
  position: absolute;
  left: -500px;
  content: "";
  display: block;
  background: #E6EDF4;
  width: calc(100% + 1000px);
}

.duel-box-3 {
  position: relative;
  display: flex;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: #000000;
}

.duel-box-3 .txt {
  padding-top: 15px;
}

.duel-box-3 .txt-1 {
  color: #004990;
  font-size: 32px;
  font-style: italic;
  padding-bottom: 45px;
}

.box-3-2 {
  width: 80px;
  height: 55px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffd403 url(../../../../img/frontend/mobile/img08.png);
  background-size: 15px auto;
}

.box-3-1 {
  width: 177px;
  color: #004990;
  font-weight: bold;
  text-align: center;
}

.box-3 .image-box {
  width: 37px;
  height: 37px;
  background: #E6EDF4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-3 {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.point-boxes-1 {
  line-height: 1;
  display: flex;
  justify-content: space-between;
}

.point-boxes-1 .col-box {
  width: 168px;
  text-align: center;
}

.point-boxes-1 .point-box-1 {
  font-weight: bold;
  color: #004990;
  font-size: 55px;
}

.point-boxes-1 .point-box-1 sup {
  margin-left: 5px;
  font-size: 32px;
}

.bottom-button-box-1 {
  margin-top: 50px;
}

.bottom-button-box-1 .btn-1 {
  width: 100%;
}

.popup-2 {
  border-color: #0E2B6C;
}

.color-green {
  color: #219000;
}

.color-red {
  color: #FF0000;
}

.pop-box-1 {
  font-size: 18px;
  line-height: 1.3;
}

.pop-box-1 .txt-1 {
  font-weight: bold;
  background: url("../../../img/frontend/icons/18.png") left center no-repeat;
  padding-left: 27px;
}

.pop-box-1 .txt-1-1 {
  background: url("../../../img/frontend/icons/25.png") left center no-repeat;
}

.pop-box-1 .txt-2 {
  padding-top: 5px;
  font-weight: bold;
}

.pop-boxes-1 {
  max-height: 440px;
  overflow: auto;
}

.pop-boxes-1 .pop-box-1 {
  padding-right: 10px;
  margin-bottom: 20px;
}

.pop-boxes-1 .pop-box-1:nth-child {
  margin-bottom: 0;
}

.pop-txt-2 {
  padding-bottom: 15px;
}

/* width */
.popup ::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.popup ::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.popup ::-webkit-scrollbar-thumb {
  background: #fff;
}

/* Handle on hover */
.popup ::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

/* Works on Firefox */
.popup * {
  scrollbar-width: thin;
  scrollbar-color: #fff;
}

/* Works on Chrome, Edge, and Safari */
.popup *::-webkit-scrollbar {
  border-radius: 3px;
  width: 6px;
}

.popup *::-webkit-scrollbar-track {
  background: #7fa4c7;
  border-radius: 3px;
}

.popup *::-webkit-scrollbar-thumb {
  background-color: #004990;
  width: 6px;
  border-radius: 3px;
}

.li-3 ul li {
  width: 33.3333%;
}

.title-1 {
  margin-bottom: 20px;
}

.title-1 h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

.x-boxes-1 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: -10px;
}

.x-boxes-1 .col-box {
  width: 33.333%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.x-box-1 {
  height: 87px;
  background: #E6EDF4;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.x-box-1 .txt {
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.x-box-1 .txt-2 {
  color: #004990;
  font-size: 65px;
  padding: 0 10px;
  line-height: 1;
  padding-bottom: 3px;
  font-weight: bold;
  text-align: right;
  height: 100%;
  display: flex;
  align-items: center;
}

.x-boxes-2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.x-boxes-2:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.x-boxes-2:before {
  height: 100%;
  width: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.x-boxes-2 .row-box {
  display: flex;
  flex-wrap: wrap;
}

.x-boxes-2 .row-box .col-box {
  width: 14.28%;
  border-left: 1px solid #E6EDF4;
}

.x-box-2 {
  align-items: center;
  padding: 10px 15px;
  height: 100%;
  font-size: 12px;
  line-height: 1.2;
  border-bottom: 1px solid #E6EDF4;
  text-align: center;
}

.x-box-2 .txt-1-1 {
  font-weight: bold;
  font-size: 14px;
  padding: 1px 0 2px 0;
}

.x-box-2 {
  margin-bottom: 5px;
}

.x-boxes-2 .x-box-2:last-child {
  margin-bottom: 0;
}

.x-box-2 figure {
  width: 100%;
  height: 65px;
  margin-right: 7px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.x-box-2.no-active img {
  opacity: 0.2;
}

.table-1 table {
  width: 100%;
}

.table-1 table td {
  border-bottom: 1px solid #b0c7dd;
  padding: 10px 20px 11px 20px;
}

.table-1 .active td, .table-1 tr:hover td {
  background: #e6edf4;
  border-color: #e6edf4;
}

.table-1 .active td {
  font-weight: bold;
}

.table-1 table th {
  font-size: 32px;
  line-height: 1.2;
  border-bottom: 2px solid #b0c7dd;
  padding: 0px 10px 25px 10px;
}

.table-1 table tr td:last-child {
  text-align: right;
}

.columns-content-box {
  display: flex;
}

.columns-content-box .col-box-1 {
  width: 387px;
  margin-right: 10px;
}

.columns-content-box .col-box-2 {
  width: 100%;
}

.nav-tabs-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-tabs-2 ul li {
  margin-bottom: 10px;
}

.nav-tabs-2 ul li:last-child {
  margin-bottom: 0;
}

.nav-tabs-2 ul li a {
  padding: 10px 10px 9px 10px;
  display: block;
  font-size: 18px;
  color: #272727;
  border-bottom: 2px solid transparent;
  background: #E6EDF4;
}

.nav-tabs-2 ul li.current a {
  font-weight: bold;
  border-color: #0e2b6c;
}

.nav-tabs-2 ul li a:hover {
  border-color: #0e2b6c;
}

.x-cont-box {
  display: none;
}

.boxes-9 {
  border-top: 1px solid #b3b3b3;
}

.box-9 {
  color: #272727;
  padding: 12px 0;
  padding-right: 40px;
  line-height: 1.2;
  background: url("../../../img/frontend/icons/46.png") calc(100% - 10px) center no-repeat;
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
}

.box-9.active {
  background: url("../../../img/frontend/icons/47.png") calc(100% - 10px) center no-repeat;
}

.box-9-box {
  border-bottom: 1px solid #b3b3b3;
}

.list-1-1 {
  padding: 10px 10px 17px 10px;
  margin: 0;
  list-style: none;
}

.list-1-1 li {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.list-1-1 .txt-2 {
  padding-left: 10px;
  color: #004990;
  font-weight: bold;
}

.boxes-9 .list-1-1 {
  display: none;
}

.a-content-box-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../../../img/frontend/icons/26.png") center repeat-x;
}

.a-content-box-1 .date {
  font-size: 14px;
  color: #fff;
  background: #004990;
  padding: 4px 10px;
}

.a-content-box-1 .txt {
  padding-bottom: 4px;
  font-size: 16px;
  text-align: center;
}

.a-content-box-1 .txt strong {
  display: block;
  padding-bottom: 5px;
}

.z-content-box-2 {
  background: #f2f6f9;
  padding: 27px 0 40px 0;
  position: relative;
}

.z-content-box-2:before {
  left: -500px;
  width: calc(100% + 1000px);
  height: 100%;
  content: "";
  top: 0;
  background: #f2f6f9;
  position: absolute;
  display: block;
}

.z-content-box-2 .title-1 {
  position: relative;
  z-index: 1;
}

.plan-boxes {
  z-index: 2;
  justify-content: space-between;
  padding-top: 40px;
  position: relative;
  display: flex;
  margin-left: 40px;
}

.plan-boxes:after {
  position: absolute;
  bottom: 100%;
  margin-bottom: -70px;
  left: 0;
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 80px;
  border-radius: 0 0 0 20px;
  border: 2px solid #004990;
  border-top: none;
  border-right: none;
}

.plan-boxes .col-box {
  position: relative;
  z-index: 2;
}

.plan-boxes .col-box .plan-box {
  width: 124px;
  text-align: center;
  color: #004990;
  font-size: 14px;
  padding: 0 15px;
}

.plan-boxes .col-box .plan-box figure {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}

.plan-boxes .col-box .plan-box strong {
  display: block;
  font-size: 16px;
}

.a-boxes-1 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.a-boxes-1 .row-box .col-box {
  padding: 0 15px;
  width: 25%;
}

.a-boxes-1 .row-box .col-box .a-box-1 {
  display: flex;
  align-items: center;
}

.a-boxes-1 .row-box .col-box .a-box-1 figure {
  flex-shrink: 0;
  margin-right: 22px;
}

.z-content-box-4-1 {
  display: flex;
  justify-content: space-between;
}

.z-content-box-4-1 .col-box-1 {
  width: 736px;
}

.z-content-box-4-1 .col-box-2 {
  width: 387px;
  margin-left: 20px;
}

.x-boxes-1-1 .row-box .col-box {
  width: 100%;
}

.x-box-1 sup {
  font-size: 34px;
  margin-left: 10px;
}

.a-content-box-1 {
  margin-bottom: -10px;
}

.format-ul ul {
  padding: 0;
  list-style: none;
}

.format-ul ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}

.format-ul ul li:last-child {
  margin-bottom: 0;
}

.format-ul ul li:after {
  width: 5px;
  height: 17px;
  display: block;
  content: "";
  background: #004990;
  position: absolute;
  top: 2px;
  left: 0;
}

.text ul:last-child {
  margin-bottom: 0;
}

.li-4 ul li {
  width: 25%;
}

.z-content-box-5 {
  margin-bottom: -50px;
}

.z-content-box-5 .row-box {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}

.z-content-box-5 .row-box .col-box {
  padding: 0 5px;
  width: 50%;
  margin-bottom: 50px;
}

.table-1-1 {
  border-top: 1px solid #E6EDF4;
}

.table-1-1 table tr th {
  border-bottom: 1px solid #E6EDF4;
  padding: 11px 20px 11px 20px;
  background: #E6EDF4;
  font-size: 16px;
}

.table-1-1 table tr td {
  border-color: #E6EDF4;
}

.x-boxes-4 .x-box-4 {
  background: #E6EDF4;
  display: flex;
}

.x-boxes-4 .x-box-4 figure {
  width: 387px;
  height: 360px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  border-left: 9px solid #fff;
  flex-shrink: 0;
}

.x-boxes-4 .x-box-4 figure img {
  margin-top: -40px;
  max-width: none;
  max-height: none;
}

.x-boxes-4 .x-box-4 .description {
  width: 100%;
  padding: 46px 30px 48px 30px;
}

.x-boxes-4 .x-box-4 .txt-2 {
  margin-bottom: 30px;
  padding-left: 10px;
}

.x-boxes-4 .x-box-4 .txt-2:last-child {
  margin-bottom: 0;
}

.x-boxes-4 .x-box-4 .txt-1 {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 24px;
}

.x-boxes-4 .x-box-4-1 {
  border-bottom: 1px solid #E6EDF4;
  background: none;
}

.boxes-4 {
  margin-bottom: -10px;
}

.boxes-4 .row-box {
  flex-wrap: wrap;
  display: flex;
  margin: 0 -5px;
}

.boxes-4 .row-box .col-box {
  padding: 0 5px;
  width: 33.3333%;
  margin-bottom: 10px;
}

.boxes-4 .row-box .col-box .box-4 {
  padding: 8px 10px;
  background: #E6EDF4;
}

.boxes-4 .row-box .col-box .box-4 .txt-1 {
  font-size: 18px;
  font-weight: bold;
}

.boxes-4 .row-box .col-box .box-4 .txt-2 {
  text-align: right;
  font-weight: bold;
  color: #004990;
  font-size: 22px;
  line-height: 1.2;
}

.mail-box {
  border: 1px solid #D3D3D3;
  margin-bottom: 50px;
  padding: 0 20px;
}

.mail-box .txt-1 {
  color: #272727;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 0;
  border-bottom: 1px solid #D3D3D3;
  background: url("../../../img/frontend/icons/55.png") right center no-repeat;
}

.mail-box .txt-2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 0;
}

.mail-box .txt-2 a {
  color: #004990;
}

.mail-box .txt-2 a:hover {
  opacity: 0.9;
  color: #004990;
}

.a-form-box-1 {
  padding: 20px;
}

.a-label-box label {
  font-weight: bold;
  margin-bottom: 7px;
  padding: 0 15px;
}

.a-input-box {
  margin-bottom: 25px;
}

.a-input-box select {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #004990;
  border-radius: 19px;
  height: 38px;
  width: 100%;
  padding: 0 15px;
  padding-bottom: 1px;
  background: url("../../../img/frontend/icons/56.png") calc(100% - 15px) center no-repeat;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

.a-input-box textarea {
  height: 223px;
  border: 1px solid #D3D3D3;
  border-radius: 19px;
  width: 100%;
  overflow: auto;
  padding: 10px 15px;
  resize: none;
}

.a-form-button-box {
  background: #004990;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-end;
}

.a-form-button-box button {
  width: 380px;
  max-width: 100%;
}

.your-data-content-box {
  display: flex;
  justify-content: space-between;
}

.your-data-content-box .edit-avatar {
  width: 261px;
  flex-shrink: 0;
  text-align: center;
}

.your-data-content-box .edit-avatar figure {
  margin-bottom: 15px;
}

.your-data-content-box .edit-avatar a {
  color: #000000;
  font-size: 12px;
}

.your-data-content-box .edit-avatar a:hover {
  color: #004990;
}

.your-data-content-box .description {
  width: 585px;
  margin: 0 63px;
  flex-shrink: 0;
}

.your-data-content-box .button-box {
  width: 100%;
}

.btn-anuluj {
  font-weight: bold;
  color: #004990;
  font-size: 16px;
  font-weight: bold;
  padding-right: 18px;
  display: inline-block;
  background: url("../../../img/frontend/icons/27.png") right 5px no-repeat;
}

.btn-anuluj:hover {
  color: #004990;
  opacity: 0.9;
}

.your-data-content-box .button-box-1 {
  padding-top: 30px;
}

.your-data-content-box .button-box-1 .btn-1 {
  width: 387px;
  max-width: 100%;
}

.your-data-content-box .button-box {
  text-align: right;
}

.title-2 {
  color: #004990;
  padding: 0 9px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.input-box {
  border: 1px solid #E6EDF4;
  margin-bottom: 7px;
  height: 40px;
  padding: 0 20px;
}

.input-box .input-txt {
  font-weight: bold;
}

.input-box label {
  font-size: 9px;
  line-height: 10px;
  padding: 4px 0 1px 0;
  display: block;
}

.input-box input {
  border: none;
  padding: 0;
  font-size: 16px;
}

.your-data-content-box-1 .input-box {
  border-color: #fff;
}

.body-dark {
  background: url("../../../img/frontend/bg.png") center 160px no-repeat;
}

.body-dark .banner-box .description h1 {
  background: #FFDD00;
  color: #1A1A1A;
}

.body-dark .main-content {
  color: #fff;
}

.body-dark .title h2 {
  color: #FFDD00;
}

.body-dark .boxes-2 .row-box .col-box .box-2 .icheckbox, .body-dark .boxes-2 .row-box .col-box .box-2 .iradio {
  border-color: rgba(255, 221, 0, 0.3019607843);
}

.body-dark .boxes-2 .row-box .col-box .box-2 .icheckbox.checked, .body-dark .boxes-2 .row-box .col-box .box-2 .iradio.checked {
  border: 2px solid #FFDD00;
}

.body-dark .btn-1 {
  background: none;
  line-height: 38px;
  border: 1px solid #FFDD00;
}

.body-dark .footer-bottom {
  background: #fff;
}

.body-dark .x-box-1 {
  background: rgba(255, 221, 0, 0.15);
  color: #fff;
}

.body-dark .x-box-1 .txt {
  color: #fff;
}

.body-dark .x-box-1 .txt-2 {
  color: #fff;
}

.progress-box-1 {
  position: relative;
  height: 1px;
  display: flex;
  margin: 36px 0 37px 0;
  background: rgba(255, 221, 0, 0.3019607843);
}

.progress-box-1 div {
  height: 3px;
  margin-top: -1px;
  width: 100%;
  background: #004990;
}

.progress-box-1 div {
  background: #FFDD00;
}

.progress-box-1 div.active {
  width: 0;
}

.z-content-box-4-1 .bottom-button-box {
  justify-content: flex-start;
}

.rules-box {
  position: relative;
}

.rules-box:after {
  position: absolute;
  top: 12px;
  left: 0;
  width: 1px;
  height: calc(100% - 20px);
  background: #FFDD00;
  content: "";
}

.rules-box .title {
  padding-left: 30px;
  margin: 0;
  position: relative;
}

.rules-box .title:after {
  width: 23px;
  border: 2px solid #1A1A1A;
  height: 23px;
  content: "";
  background: #FFDD00;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -11px;
  display: block;
}

.rules-box .title h2 {
  color: #fff;
}

.rules-box p {
  margin: 40px 0 0 0;
  padding-left: 30px;
  position: relative;
}

.rules-box p:after {
  width: 15px;
  border: 2px solid #1A1A1A;
  height: 15px;
  content: "";
  background: #FFDD00;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: -7px;
  display: block;
}

.z-content-box-4 .button-box-2 {
  padding-top: 20px;
}

.z-content-box-4 .button-box-2 .btn-1 {
  width: 100%;
}

.body-dark .col-box-2 {
  padding-top: 50px;
}

/* *** LOGOWANIE *** */
.lg-content-box-1 {
  background: #0E2B6C;
  min-height: 100vh;
  position: relative;
}

.lg-content-box-1 .lg-image-1 {
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 25%;
}

.lg-langs {
  font-size: 12px;
  padding-left: 29px;
  color: #fff;
  position: relative;
  background: url("../../../img/frontend/icons/28.png") left top no-repeat;
}

.lg-langs .lg-txt {
  cursor: pointer;
  padding-right: 17px;
  background: url("../../../img/frontend/icons/57.png") calc(100% - 1px) 7px no-repeat;
}

.lg-langs ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
  background: #1f3a8f;
  margin-left: 18px;
  border-radius: 5px;
  padding: 5px 10px;
}

.lg-langs ul li a {
  color: #fff;
}

.lg-langs ul li a:hover {
  color: #FFDD00;
}

.lg-langs:hover ul {
  display: block;
}

.lg-wrapper-1 {
  width: 420px;
  margin: 0 auto;
}

.lg-content-padding {
  display: flex;
  padding-top: 109px;
  padding-left: 150px;
}

.lg-logo {
  margin-bottom: 73px;
  text-align: center;
}

.lg-langs-content {
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.lg-content-box-2 .text {
  font-size: 14px;
  margin-bottom: 40px;
  color: #fff;
}

.lg-input-box {
  position: relative;
  margin-bottom: 32px;
}

.lg-input-box .preview-1 {
  position: absolute;
  top: 5px;
  height: 27px;
  right: 16px;
  width: 17px;
  background: #fff url("../../../img/frontend/icons/53.png") center no-repeat;
}

.lg-input-box .preview-1:hover {
  opacity: 0.85;
}

.lg-input-box input {
  display: block;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #D3D3D3;
  height: 38px;
  border-radius: 19px;
  background: #fff;
  border: none;
  padding: 0 16px;
  padding-bottom: 1px;
}

.lg-input-box label {
  color: #004990;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 10px;
}

.lg-content-box-3 {
  display: flex;
  justify-content: space-between;
}

.lg-content-box-3 .checkbox-box .icheckbox {
  width: 19px;
  height: 19px;
  margin-right: 8px;
  border-radius: 3px;
}

.lg-content-box-3 .checkbox-box .icheckbox.checked:after {
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
}

.lg-content-box-3 .checkbox-box label {
  color: #fff;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 500;
}

.lg-content-box-3 .lg-link-box a {
  color: #FEDA00;
  font-size: 12px;
  font-weight: 500;
}

.lg-content-box-3 .lg-link-box a:hover {
  color: #FEDA00;
  opacity: 0.85;
}

.lg-content-box-3 {
  margin-top: -8px;
  margin-bottom: 10px;
}

.lg-button-box-1 {
  padding-top: 10px;
}

.lg-button-box-1 button, .lg-button-box-1 div {
  width: 100%;
  border: none;
  color: #000;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
}

.lg-button-box-1 button:hover, .lg-button-box-1 div:hover {
  color: #000;
}

.lg-button-box-1 div {
  opacity: 1 !important;
  color: rgba(0, 73, 144, 0.2);
}

.lg-main-content {
  min-height: calc(100vh - 135px);
}

.lg-footer {
  padding-bottom: 29px;
  padding-top: 29px;
}

.lg-footer .container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.lg-footer .container .lg-logo-2 {
  margin-bottom: 35px;
}

.lg-footer .container .lg-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.lg-footer .container .lg-menu ul li {
  margin-left: 18px;
}

.lg-footer .container .lg-menu ul li a {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.lg-footer .container .lg-menu ul li a:hover {
  color: #FFDD00;
}

body .form-floating {
  height: 38px;
  margin-bottom: 30px;
}

body .form-floating .form-control {
  padding: 0 10px;
  border-radius: 5px;
  color: #0E2B6C;
  outline: none !important;
  box-shadow: none !important;
  border: none;
  height: 38px;
}

body .form-floating label {
  color: #0E2B6C;
  padding: 8px 10px;
}

body .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  font-size: 12px;
  font-weight: bold;
  color: #0E2B6C;
  opacity: 1;
}

body .form-floating > .form-control-plaintext ~ label, body .form-floating > .form-control:focus ~ label,
body .form-floating > .form-control:not(:placeholder-shown) ~ label, body .form-floating > .form-select ~ label {
  font-size: 12px;
  font-weight: bold;
  color: #0E2B6C;
  opacity: 1;
}

body .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown), body .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 12px;
  font-size: 15px;
  color: #0E2B6C;
  padding-bottom: 0;
}

body .form-floating > .form-control-plaintext:focus, body .form-floating > .form-control-plaintext:not(:placeholder-shown), body .form-floating > .form-control:focus, body .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 12px;
  font-size: 15px;
  color: #0E2B6C;
  padding-bottom: 0;
}

.lg-checkbox-box {
  color: #fff;
  font-size: 12px;
}

.lg-checkbox-box .icheckbox {
  width: 19px;
  height: 19px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-checkbox-box .icheckbox.checked {
  border-radius: 5px;
  border: 5px solid #fff;
  background: #0E2B6C;
}

.lg-checkbox-box label {
  position: relative;
  padding-left: 27px;
}

.lg-button-box-1 .btn-1 {
  color: #0E2B6C;
  font-size: 16px;
}

.lg-button-box-1 .btn-1:hover {
  color: #0E2B6C;
  font-size: 16px;
}

.body-1 header .main-menu, .body-1 header .h-box-2 {
  display: none;
}

.wrapper-3 {
  width: 585px;
  margin: 0 auto;
  max-width: 100%;
}

.reg-content .text {
  margin-bottom: 10px;
}

.reg-content .reg-title {
  color: #004990;
  font-size: 18px;
  font-weight: bold;
  padding-top: 25px;
  margin-bottom: 10px;
}

body .form-floating-1 {
  height: 38px;
  margin-bottom: 12px;
}

body .form-floating-1 .form-control {
  border: 1px solid #E6EDF4;
  padding: 0 10px;
  border-radius: 0;
  color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
  height: 40px;
}

body .form-floating-1 .form-control:focus {
  border-color: #004990;
}

body .form-floating-1 label {
  color: #000 !important;
  padding: 9px 10px;
}

body .form-floating-1 > .form-control:not(:-moz-placeholder-shown) ~ label {
  font-size: 12px;
  font-weight: normal;
  color: #0E2B6C;
  opacity: 1;
}

body .form-floating-1 > .form-control-plaintext ~ label, body .form-floating-1 > .form-control:focus ~ label,
body .form-floating-1 > .form-control:not(:placeholder-shown) ~ label, body .form-floating-1 > .form-select ~ label {
  font-size: 12px;
  font-weight: normal;
  color: #0E2B6C;
  opacity: 1;
}

.reg-checkbox-content {
  padding: 30px 0;
}

.reg-checkbox-box {
  color: #fff;
  margin-bottom: 5px;
  font-size: 12px;
}

.reg-checkbox-box:last-child {
  margin-bottom: 0;
}

.reg-checkbox-box .icheckbox {
  width: 19px;
  height: 19px;
  border-radius: 0;
  background: #fff;
  position: absolute;
  border: 1px solid #E6EDF4;
  top: 0;
  left: 0;
}

.reg-checkbox-box .icheckbox.checked {
  border-radius: 1px;
  border: 5px solid #E6EDF4;
  background: #004990;
}

.reg-checkbox-box label {
  position: relative;
  color: #000000;
  padding: 4px 0;
  font-size: 10px;
  line-height: 1.2;
  padding-left: 25px;
}

.reg-button-box {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}

.reg-button-box .btn-1 {
  width: 387px;
  max-width: 100%;
}

.avatar-content {
  padding-top: 35px;
}

.avatar-content .txt {
  display: block;
  color: #004990;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.avatar-content .avatar-boxes {
  margin-bottom: 25px;
}

.avatar-content .avatar-boxes .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.avatar-content .avatar-boxes .row-box .col-box {
  width: 33.333%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.avatar-content .avatar-boxes .row-box .col-box label {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: center;
  position: relative;
  height: 40px;
  padding: 10px;
  justify-content: center;
  border: 1px solid #E6EDF4;
}

.avatar-content .avatar-boxes .row-box .col-box label .iradio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}

.avatar-content .avatar-boxes .row-box .col-box label .iradio.checked {
  border-color: #004990;
}

.avatar-button-box {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}

.avatar-button-box .btn-1 {
  width: 387px;
  max-width: 100%;
}

.avatar-content .avatar-boxes-1 {
  padding: 0 100px;
  padding-top: 10px;
}

.avatar-content .avatar-boxes-1 .button-box {
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  justify-content: center;
}

.avatar-content .avatar-boxes-1 .button-box a {
  color: #004990;
  font-weight: bold;
}

.avatar-content .avatar-boxes-1 .button-box a:hover {
  opacity: 0.9;
}

.avatar-content .avatar-boxes-1 .row-box .col-box {
  width: 16.6666%;
}

.avatar-content .avatar-boxes-1 .row-box .col-box .avatar-box {
  width: 116px;
  height: 117px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}

.avatar-content .avatar-boxes-1 .row-box .col-box .avatar-box label {
  width: 116px;
  height: 117px;
  padding: 0;
  border-radius: 50%;
}

.avatar-content .avatar-boxes-1 .row-box .col-box .avatar-box label .iradio {
  border-radius: 50%;
}

.remind {
  width: 390px;
  max-width: 100%;
  padding-top: 20px;
}

.remind .reg-button-box {
  padding-top: 22px;
}

.body-2 {
  background: #0E2B6C;
}

.nn-content-box figure img {
  width: 100%;
}

.nn-content-box .description {
  text-align: center;
  color: #fff;
  padding: 40px 0 50px 0;
  width: 720px;
  margin: 0 auto;
  max-width: 100%;
}

.nn-content-box .description p img {
  margin-bottom: 15px;
}

.nn-content-box .description h3 {
  color: #FFDD00;
  font-weight: bold;
  font-size: 18px;
}

.nn-content-box .button-box {
  display: flex;
  padding-top: 25px;
  justify-content: center;
}

.nn-content-box .button-box .btn-1 {
  width: 390px;
  max-width: 100%;
  color: #0E2B6C;
}

.nn-content-box .button-box-1 {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.btn-close-1 {
  width: 25px;
  height: 25px;
  background: url("../../../img/frontend/icons/29.png") center no-repeat;
  display: block;
}

.btn-close-1:hover {
  opacity: 0.85;
}

.main-content-1 {
  padding-top: 45px;
}

/* *** NAGRODY *** */
.x-boxes-4-1 .x-box-4 figure img {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}

.x-boxes-4-1 .x-box-4 figure {
  align-items: center;
  width: auto;
  height: auto;
  border: none;
  padding: 0 10px 10px 10px;
}

.x-boxes-4-1 .x-box-4-2 {
  border-bottom: none;
}

.x-boxes-4-1 .x-box-4-2 .description {
  padding-top: 25px;
  padding-bottom: 0;
}

.my-tooltip {
  width: 19px;
  height: 19px;
  display: block;
  cursor: pointer;
  background: url("../../../img/frontend/icons/58.png");
}

.x-boxes-4-1 .x-box-4 {
  position: relative;
}

.x-boxes-4-1 .x-box-4 .my-tooltip {
  position: absolute;
  right: -25px;
  top: 0;
}

.tooltip .tooltip-inner {
  background: #fff;
  color: #000;
  border-radius: 0;
  text-align: left;
}

.tooltip .tooltip-arrow {
  display: none;
}

@media (max-width: 1260px) {
  .x-boxes-4-1 .x-box-4 .my-tooltip {
    right: 0;
    margin: 5px;
  }
  .x-boxes-4-1 .x-box-4 figure {
    padding-right: 30px;
  }
}
/* *** 17.01 *** */
.xs-boxes-1 .row-box .col-box .box-1 {
  background: #E6EDF4;
}

.xs-boxes-1 .row-box .col-box .box-1 .description .txt-1 {
  margin: 0;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.xs-boxes-1 .row-box .col-box .box-1 .description .txt-2 {
  padding: 5px 0 10px 0;
}

.xs-boxes-1 .row-box .col-box .box-1 .description {
  height: auto;
}

.xs-boxes-1 .row-box .col-box .box-1 .description .txt-1-2 {
  color: #FFDD00;
  background: #004990;
}

.xs-boxes-1 .row-box .col-box .box-1 .description .txt-1-1 {
  background: none;
  font-size: 10px;
  font-weight: normal;
  height: auto;
  line-height: normal;
  padding: 0;
}

.xs-boxes-1 .row-box .col-box .box-1 .description .txt-1-3 {
  background: #fff;
  color: #000;
}

.pop-boxes-1-1-2 {
  max-height: none;
}

/* *** 22.01 *** */
.s-content-box-1 {
  padding-top: 15px;
}

.s-content-box-1-1 {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFDD00;
}

.s-content-box-1-1 .txt {
  color: #004990;
  font-size: 18px;
  font-weight: bold;
}

.s-content-box-1-1 .txt span {
  font-size: 32px;
  line-height: 38px;
  margin: -4px 0 5px 0;
  font-weight: bold;
  display: block;
}

.s-content-box-1-1 .btn-1 {
  width: 267px;
  max-width: 100%;
  margin-right: 40px;
}

.s-fix-box {
  background: #FFDD00;
  height: 196px;
  position: fixed;
  display: flex;
  top: 50%;
  margin-top: -98px;
  left: 0;
  z-index: 100;
  border-radius: 0px 24px 15px 0px;
}

.s-btn {
  position: relative;
  width: 47px;
  display: block;
  cursor: pointer;
  height: 100%;
  background: url("../../../img/frontend/kolo-ratunkowe.png") 10px calc(100% - 20px) no-repeat;
}

.s-btn:after {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -14px;
  content: "";
  background: url("../../../img/frontend/arrow.png");
  transition: 0.25s linear;
}

.s-fix-txt {
  height: 140px;
  border-left: 1px solid #004990;
  margin-top: 42px;
  width: 145px;
  padding-left: 10px;
  padding-top: 11px;
  color: #004990;
  font-size: 14px;
  padding-right: 10px;
}

.s-fix-box:hover .s-btn:after {
  transform: scaleX(-1);
  filter: flipv;
}

.s-fix-box:hover .s-fix-content {
  width: 145px;
}

.s-fix-content {
  width: 0;
  overflow: hidden;
  transition: 0.25s linear;
}

.s-fix-txt p {
  margin-bottom: 10px;
}

.s-fix-txt .btn-2 {
  background: url(../../../img/frontend/icons/06.png) calc(100% - 1px) 4px no-repeat;
}

.s-boxes-1 .row-box .col-box {
  width: 25%;
}

.s-boxes-1 .txt-1 {
  min-width: 78px;
  text-align: center;
}

.boxes-1-1 .row-box .col-box .s-box-1 .image-icon {
  background: #FFDD00;
}

.s-boxes-1 .row-box {
  flex-wrap: wrap;
}

.boxes-1-1 .row-box .col-box .s-box-1-1 .image-icon {
  background: #004990;
}

.boxes-1-1 .row-box .col-box .s-box-1-1 {
  background: #FFDD00;
  border-color: #FFDD00;
}

.x-boxes-4-1 .x-box-4 .figure-1 {
  padding: 10px;
  margin-bottom: -35px;
}

.x-boxes-4-1 .x-box-4 .figure-1 img {
  max-height: none;
}

@media (max-width: 992px) {
  .s-content-box-1-1 .btn-1 {
    margin-right: 0;
  }
  .s-content-box-1-1 .txt span {
    font-size: 25px;
    line-height: 1.3;
  }
  .s-fix-box {
    top: auto;
    bottom: 0;
  }
  .x-boxes-4-1 .x-box-4 .figure-1 img {
    max-height: 100%;
  }
  .x-boxes-4-1 .x-box-4 .figure-1 {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .x-boxes-4-1 .x-box-4 .figure-1 {
    width: 100%;
  }
  .s-content-box-1-1 {
    display: block;
  }
  .s-content-box-1-1 .txt {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .s-content-box-1 {
    padding-top: 10px;
  }
}
/* *** 25.01 *** */
.content-box-1 .content-box-1-description {
  width: 491px;
}

/* *** 11.03 *** */
.ss-popup-content {
  background: rgba(14, 43, 108, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 160px 20px;
  overflow: auto;
  height: 100%;
  z-index: 1000;
}

.ss-popup {
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  max-width: 100%;
  background: #fff;
}

.ss-popup .description {
  padding: 20px 30px 30px 30px;
}

.ss-popup h2 {
  color: #004990;
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 17px;
}

.ss-popup .txt {
  font-size: 16px;
  width: 420px;
  max-width: 100%;
  margin-bottom: 34px;
}

.ss-popup .btn-1 {
  color: #fff;
  width: 253px;
}

.ss-close {
  width: 28px;
  height: 28px;
  background: url("../../../img/frontend/icons/60.png") center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
}

.ss-close:hover {
  opacity: 0.9;
}

.ss-banner-box {
  color: #fff;
}

.ss-banner-box .description {
  justify-content: center;
  padding: 35px 0;
}

.ss-banner-box .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ss-banner-box .ss-txt {
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
}

.ss-content-box-1 {
  text-align: center;
}

.ss-content-box-1 .txt-1, .ss-content-box-1 .txt-2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #272727;
  margin-bottom: 40px;
}

.ss-content-box-1 .txt-2 {
  color: #004990;
  margin-bottom: 30px;
}

.ss-content-box-1 .txt-3 {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 84px;
}

.ss-content-box-1 select {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  color: #004990;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 1px;
  border: 1px solid #004990;
  border-radius: 20px;
  background: url("../../../img/frontend/icons/61.png") calc(100% - 15px) 14px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ss-content-box-1 .txt-3-1 {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  color: #004990;
  font-size: 16px;
  text-align: left;
  line-height: 38px;
  font-weight: bold;
  padding-bottom: 1px;
  border: 1px solid #004990;
  border-radius: 20px;
}

.ss-content-box-1 .txt-3-2 {
  margin-bottom: 35px;
}

.ss-content-box-1 .txt-4-1 {
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
  color: #004990;
}

.ss-content-box-1 .btn-1 {
  color: #fff;
}

@media (max-width: 1500px) {
  .ss-popup-content {
    padding: 50px 20px;
  }
}
@media (max-width: 992px) {
  .ss-banner-box .ss-txt {
    font-size: 24px;
    line-height: 1.2;
  }
  .ss-content-box-1 .txt-1, .ss-content-box-1 .txt-2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ss-banner-box .ss-txt {
    font-size: 20px;
    line-height: 1.2;
  }
  .ss-content-box-1 .txt-1, .ss-content-box-1 .txt-2 {
    font-size: 20px;
  }
  .ss-content-box-1 .txt-1, .ss-content-box-1 .txt-2, .ss-content-box-1 .txt-3 {
    margin-bottom: 30px;
  }
  .ss-content-box-1 .txt-3 {
    margin-bottom: 41px;
  }
  .ss-popup .btn-1 {
    max-width: 100%;
  }
  .ss-popup-content {
    padding: 20px 20px;
  }
  .ss-popup .description {
    padding: 10px 20px 20px 20px;
  }
  .ss-popup h2 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .ss-popup .btn-1 {
    padding: 0 25px;
  }
}
.c-content-box-1 .image-1 {
  display: flex;
  justify-content: center;
}
.c-content-box-1 .image-1 img {
  display: block;
  max-width: none;
}
.c-content-box-1 .image-2 {
  text-align: center;
  margin-top: -135px;
}

.c-title h2 {
  color: #004EA8;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 0;
}

.c-title {
  margin-bottom: 20px;
}

.c-progress-content {
  width: 1080px;
  margin: 0 auto;
  padding: 10px 0 50px 0;
  max-width: 100%;
}
.c-progress-content .c-progress {
  height: 17px;
  border-radius: 10px;
  background: #ccdbe9;
  padding: 6px;
  width: 100%;
}
.c-progress-content .c-progress div {
  height: 5px;
  background: #004ea8;
  border-radius: 5px;
}
.c-progress-content .c-progress-txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 10px;
}
.c-progress-content .c-progress-txt .txt-2 {
  color: #004EA8;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}

.boxes-2 .row-box .col-box .box-2 .txt-1-1 {
  font-size: 66px;
  line-height: 79px;
  color: #004EA8;
  font-weight: 900;
  margin-top: -10px;
  opacity: 0.11;
}

.boxes-2 .row-box .col-box .box-2 .checked + .txt-1-1 {
  opacity: 1;
}

.z-content-box-4-1 .text a {
  color: #004990;
  text-decoration: underline;
}
.z-content-box-4-1 .text a:hover {
  opacity: 0.9;
}

.c-format-ul ul {
  padding: 0;
  list-style: none;
}
.c-format-ul ul li {
  background: url("../../../img/frontend/icons/65.png") left 4px no-repeat;
  margin-bottom: 20px;
  padding-left: 25px;
}
.c-format-ul ul li:last-child {
  margin-bottom: 0;
}

.z-content-box-4-1-1-2 .col-box-1 {
  width: 60%;
}
.z-content-box-4-1-1-2 .col-box-2 {
  width: calc(40% - 20px);
}

.c-content-box-2 {
  background: url("../../../img/frontend/files/52.png") center no-repeat;
  background-size: cover;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.c-content-box-2:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../img/frontend/files/53.png") center no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
}
.c-content-box-2 .description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 380px;
  max-width: 100%;
  height: 378px;
}
.c-content-box-2 .description .txt-1 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}
.c-content-box-2 .description .txt-2 {
  font-size: 18px;
  color: #FEDA00;
  font-weight: bold;
  margin-bottom: 15px;
}
.c-content-box-2 .description .txt-3 {
  margin-bottom: 15px;
}

.c-content-box-3 {
  display: flex;
  padding: 30px 0 20px 0;
  justify-content: space-between;
}
.c-content-box-3 .col-box-1 {
  width: 598px;
}
.c-content-box-3 .col-box-1 h3 {
  font-style: italic;
  font-size: 24px;
  font-weight: 500;
}
.c-content-box-3 .col-box-1 .button-box {
  padding-top: 30px;
}
.c-content-box-3 .col-box-1 .button-box .btn-1 {
  width: 374px;
  max-width: 100%;
}
.c-content-box-3 .col-box-2 {
  width: 387px;
  margin-left: 30px;
}
.c-content-box-3 .col-box-2 .txt-1 {
  padding: 0 10px 10px 10px;
  font-weight: bold;
}

.c-format-ul-1 ul {
  padding: 0;
  list-style: none;
}
.c-format-ul-1 ul li {
  background: url("../../../img/frontend/icons/66.png") left 2px no-repeat;
  margin-bottom: 20px;
  padding-left: 12px;
}
.c-format-ul-1 ul li:last-child {
  margin-bottom: 0;
}

.c-content-box-4 {
  text-align: center;
}
.c-content-box-4 h2 {
  color: #004EA8;
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 88px;
  line-height: 106px;
}
.c-content-box-4 .c-prog-content {
  width: 804px;
  height: 5px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
  background: url("../../../img/frontend/icons/67.png") left repeat;
}
.c-content-box-4 .c-prog-content div {
  height: 5px;
  background: url("../../../img/frontend/icons/68.png") left repeat;
}
.c-content-box-4 .txt-1 {
  width: 540px;
  margin: 0 auto;
  max-width: 100%;
  font-size: 24px;
  padding-bottom: 7px;
  line-height: 29px;
}
.c-content-box-4 .txt-1 span {
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.c-questions {
  width: 706px;
  margin: 0 auto;
  max-width: 100%;
}
.c-questions label {
  display: block;
}
.c-questions .c-question span {
  min-height: 50px;
  display: flex;
  width: 100%;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 46px;
  line-height: 1.2;
  border: 1px solid #fff;
  color: #004EA8;
  font-size: 24px;
}
.c-questions .checked + span {
  border-color: #004EA8;
  border: 1px solid #004EA8;
  background: rgba(0, 78, 168, 0.1019607843);
  font-weight: bold;
}

.c-btn-1 {
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 50px;
  width: 706px;
  max-width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 46px;
  line-height: 1.2;
  color: #FEDA00;
  font-weight: bold;
  background: #004EA8;
  font-size: 24px;
}
.c-btn-1:hover {
  opacity: 0.9;
}

.c-content-box-4 .button-box {
  margin-top: 90px;
  margin-bottom: 60px;
}
.c-content-box-4 h3 {
  font-size: 36px;
  width: 706px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: bold;
  color: #004EA8;
  margin-bottom: 25px;
  line-height: 43px;
}

.c-boxes-1 {
  padding: 35px 0 20px 0;
}
.c-boxes-1 .row-box {
  display: flex;
  margin: 0 -25px;
}
.c-boxes-1 .row-box .col-box {
  padding: 0 25px;
  width: 33.3333%;
}
.c-boxes-1 .row-box .col-box .c-box-1 {
  border: 1px solid #D3D3D3;
  display: block;
  background: #F7F7F7;
}
.c-boxes-1 .row-box .col-box .c-box-1:hover {
  opacity: 0.85;
}
.c-boxes-1 .row-box .col-box .c-box-1 figure img {
  width: 100%;
}
.c-boxes-1 .row-box .col-box .c-box-1 .txt {
  padding: 20px;
  color: #004990;
  font-weight: bold;
  background: url("../../../img/frontend/icons/24-2.png") calc(100% - 20px) center no-repeat;
}

.c-content-box-5 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-content-box-5 .title .c-title-txt {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
}
.c-content-box-5 .title .c-title-txt span {
  color: #004990;
}

.c-boxes-2 {
  padding-top: 15px;
}
.c-boxes-2 .c-box-2 {
  border-bottom: 1px solid #707070;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.c-boxes-2 .c-box-2 .txt-1 {
  height: 36px;
  padding: 5px 15px;
  background: rgba(0, 78, 168, 0.1);
  color: #004EA8;
  position: relative;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.c-boxes-2 .c-box-2 .txt-1 .txt-1-1 {
  position: absolute;
  top: 0;
  padding: 5px 15px;
  background: #004EA8;
  width: 83px;
  color: #FEDA00;
  right: 0;
  height: 36px;
}
.c-boxes-2 .c-box-2 .txt-2 {
  padding: 30px 15px 20px 15px;
  font-size: 24px;
  line-height: 29px;
}
.c-boxes-2 .c-box-2 .c-questions {
  margin: 0;
  max-width: 100%;
  position: relative;
  text-align: left;
}
.c-boxes-2 .c-box-2 .c-questions .c-question span {
  text-align: left;
  justify-content: flex-start;
}
.c-boxes-2 .c-box-2 .c-questions .c-question {
  position: relative;
}
.c-boxes-2 .c-box-2 .c-questions .c-question .c-info {
  position: absolute;
  top: 8px;
  left: 100%;
  padding-left: 50px;
  width: 400px;
  display: flex;
}
.c-boxes-2 .c-box-2 .c-questions .c-question .c-info div {
  margin-right: 20px;
  color: #535353;
  font-size: 16px;
  min-width: 175px;
  padding: 8.5px 8px;
  background: rgba(0, 78, 168, 0.1);
  border-radius: 20px;
  text-align: center;
}
.c-boxes-2 .c-box-2 .c-questions .c-question .c-info .c-info-2 {
  color: #007818;
  background: rgba(0, 120, 25, 0.05);
}

.c-box-2 .c-questions .checked.yes + span {
  border-color: #007818;
}

.c-box-2 .c-questions .checked + span {
  background: #fff;
}

.c-box-2 .c-questions .checked.no + span {
  border-color: #FF0000;
}

.c-box-2 .c-questions .checked.bg-gray + span {
  background: rgba(0, 78, 168, 0.0509803922);
}

.c-content-box-6 {
  margin-bottom: 160px;
  background: url("../../../img/frontend/files/58.png") center top no-repeat;
  padding-top: 450px;
  text-align: center;
}
.c-content-box-6 .text {
  font-size: 24px;
  line-height: 35px;
}

.c-wrapper {
  width: 1066px;
  max-width: 100%;
  margin: 0 auto;
}

.c-content-box-6-1 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #004EA8;
  padding: 22px 0 25px 0;
  border-top: 1px solid #FEDA00;
  border-bottom: 1px solid #FEDA00;
  font-weight: bold;
}

.c-boxes-3 {
  position: relative;
}
.c-boxes-3:after {
  width: 5px;
  height: 100%;
  background: #004EA8;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 62px;
}
.c-boxes-3 .c-box-3 {
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: 130px;
  align-items: center;
}
.c-boxes-3 .c-box-3 .description {
  font-size: 24px;
  width: 521px;
  max-width: 100%;
  line-height: 30px;
}
.c-boxes-3 .c-box-3 .description h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.c-boxes-3 .c-box-3:last-child {
  margin-bottom: 0;
}
.c-boxes-3 .c-box-3 .image {
  position: relative;
  width: 128px;
  height: 128px;
  background: #EEEEEE;
  margin-right: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-boxes-3 .c-box-3 .image .value {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: -25px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 4px solid #FEDA00;
  font-size: 12px;
  line-height: 0.8;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  color: #004EA8;
  text-align: center;
  border-radius: 50%;
}
.c-boxes-3 .c-box-3 .image .value strong {
  font-size: 20px;
  line-height: 21px;
  display: block;
}

.c-content-box-8 {
  padding: 32px 0 35px 0;
  background: #FEDA00;
  color: #004EA8;
  font-size: 36px;
  margin-bottom: -30px;
  line-height: 1.3;
  text-align: center;
  font-style: italic;
  font-weight: 600;
}

.c-content-box-7 {
  margin-bottom: 130px;
}

.c-carousel .bx-controls {
  display: none;
}
.c-carousel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-carousel ul li .container {
  position: relative;
}
.c-carousel ul li .content-box-1 {
  position: relative;
  background-color: #000;
}
.c-carousel ul li .description {
  width: 550px;
  max-width: 100%;
  z-index: 2;
  position: relative;
}
.c-carousel ul li .description .txt {
  width: 480px;
  max-width: 100%;
}
.c-carousel ul li .txt-box-1-2 {
  width: 372px;
  height: 279px;
  position: absolute;
  top: 30px;
  z-index: 2;
  right: 20px;
  background: url("../../../img/frontend/bg-2.png") center no-repeat;
}
.c-carousel ul li .txt-box-1-2-1 {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  padding: 0 30px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #fff;
}
.c-carousel ul li .txt-box-1-2-1 h3 {
  font-weight: bold;
  color: #FFDD00;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.c-carousel ul li .content-box-1:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: url("../../../img/frontend/bg-1.png") center no-repeat;
  background-size: 100% 100%;
}

.c-content-box-9-1 {
  position: relative;
  z-index: 3;
  display: flex;
  margin: 0 -160px;
  margin-top: -240px;
  align-items: center;
  text-align: center;
}
.c-content-box-9-1 .col-box {
  width: 20%;
  opacity: 0.3;
}
.c-content-box-9-1 .col-box-large {
  width: 60%;
  opacity: 1;
}

.c-content-box-9-2 {
  text-align: center;
}
.c-content-box-9-2 h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 25px;
}
.c-content-box-9-2 .text {
  margin-bottom: 35px;
}
.c-content-box-9-2 .button-box {
  padding-bottom: 38px;
}
.c-content-box-9-2 .button-box .btn-1 {
  width: 267px;
}

.c-nav-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 660px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: -62px;
  margin-bottom: 20px;
}
.c-nav-1 .bx-prev {
  width: 48px;
  height: 48px;
  border: 2px solid #0E2B6C;
  display: block;
  border-radius: 50%;
  text-indent: -999999999px;
  background: url("../../../img/frontend/icons/74.png") center no-repeat !important;
}
.c-nav-1 .bx-prev:hover {
  opacity: 0.9;
}
.c-nav-1 .bx-next {
  width: 48px;
  height: 48px;
  border: 2px solid #0E2B6C;
  display: block;
  border-radius: 50%;
  text-indent: -999999999px;
  background: url("../../../img/frontend/icons/75.png") center no-repeat !important;
}
.c-nav-1 .bx-next:hover {
  opacity: 0.9;
}

.c-popup-1 {
  width: 666px;
  border: 5px solid #004990;
  border-radius: 20px;
  padding: 24px 40px 30px 40px;
}
.c-popup-1 .btn-1 {
  color: #FFDD00;
}
.c-popup-1 figure {
  flex-shrink: 0;
}
.c-popup-1 .pop-title-txt {
  font-weight: normal;
}
.c-popup-1 .pop-title {
  margin-bottom: 15px;
}

.c-carousel ul li .txt-box-1-2-2 {
  height: auto;
  background: none;
  border: 2px solid #FEDA00;
  border-radius: 25px;
  height: auto;
  width: 372px;
  margin: 0 auto;
  max-width: 100%;
}

.c-carousel ul li .txt-box-1-2-2 .txt-box-1-2-1 {
  height: auto;
  padding: 15px 30px 20px 30px;
  font-weight: normal;
}

.c-popup-content {
  background-color: rgba(0, 0, 0, 0.8);
}

.c-content-box-9 {
  position: relative;
  z-index: 2;
}

.c-carousel {
  position: relative;
  z-index: 2;
}
.c-carousel .c-progress-content {
  margin-bottom: 20px;
}

.c-gradient-color {
  width: 100%;
  height: 450px;
  position: absolute;
  top: 378px;
  z-index: -1;
  left: 0;
}

.c-content-box-9-4 {
  text-align: center;
}
.c-content-box-9-4 .c-menu {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #004990;
  margin-bottom: 30px;
}
.c-content-box-9-4 .c-menu div {
  margin-bottom: -2px;
}
.c-content-box-9-4 .c-menu div a {
  color: #272727;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  line-height: 19px;
  padding: 7px 0;
  display: block;
}
.c-content-box-9-4 .c-menu div a:hover {
  border-color: #004990;
}
.c-content-box-9-4 .c-menu div .current {
  font-size: 18px;
  font-weight: bold;
  border-color: #004990;
}
.c-content-box-9-4 .txt {
  margin-bottom: 50px;
}

.c-popup-2 .pop-title-txt {
  width: 287px;
  padding-top: 10px;
  max-width: 100%;
  margin-bottom: -10px;
}

.c-popup-2 {
  padding: 20px 30px;
  background: #fff url("../../../img/frontend/files/66.png") right center no-repeat;
}

.c-carousel ul li .txt-box-1-2-2-3 {
  width: 400px;
}

.c-carousel ul li .txt-box-1-2-2-3 .txt-box-1-2-1 {
  padding: 20px 15px;
}

.content-box-1 .description .txt-box h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  margin-top: -5px;
}

.c-content-box-10 {
  padding: 0 20px;
  position: relative;
  z-index: 14;
}
.c-content-box-10 h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.c-content-box-10 ul {
  padding: 0;
  height: 100%;
  margin: 0;
  list-style: none;
}
.c-content-box-10 ul li {
  height: 100%;
  position: relative;
}
.c-content-box-10 ul li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.c-content-box-10 .button-box {
  text-align: center;
}
.c-content-box-10 .button-box button {
  width: 267px;
}

.c-box-4 {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 10px;
  min-height: 100%;
  display: flex;
  align-items: center;
  border: 2px solid #F5F5F5;
  opacity: 0.5;
}
.c-box-4 figure {
  width: 160px;
  flex-shrink: 0;
  text-align: center;
  margin-right: 15px;
}
.c-box-4 .name {
  color: #004990;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

:checked + .c-box-4 {
  opacity: 1;
  border-color: #004990;
}

.c-nav-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 660px;
  margin: 0 auto;
  max-width: 100%;
  height: 48px;
  margin-top: 20px;
}
.c-nav-2 .bx-prev {
  width: 48px;
  margin: 0 10px;
  height: 48px;
  border: 2px solid #0E2B6C;
  display: block;
  border-radius: 50%;
  text-indent: -999999999px;
  background: url("../../../img/frontend/icons/74.png") center no-repeat !important;
}
.c-nav-2 .bx-prev:hover {
  opacity: 0.9;
}
.c-nav-2 .bx-next {
  width: 48px;
  height: 48px;
  margin: 0 10px;
  border: 2px solid #0E2B6C;
  display: block;
  border-radius: 50%;
  text-indent: -999999999px;
  background: url("../../../img/frontend/icons/75.png") center no-repeat !important;
}
.c-nav-2 .bx-next:hover {
  opacity: 0.9;
}

.c-content-box-10 .bx-controls {
  display: none;
}
.c-content-box-10 .button-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.c-popup-3 {
  color: #FEDA00;
  background: #000 url("../../../img/frontend/files/71.png") right center no-repeat;
}
.c-popup-3 .pop-title-txt {
  color: #fff;
  width: 353px;
  max-width: 100%;
}

.c-content-box-11 .description {
  width: 407px;
  position: relative;
  margin-top: -200px;
  z-index: 2;
}
.c-content-box-11 .description figure {
  height: 250px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.c-content-box-11 .description .txt-1 {
  font-size: 14px;
  line-height: 16px;
  padding: 6px 10px;
  background: #004990;
  border-radius: 5px;
  color: #fff;
  position: relative;
}
.c-content-box-11 .description .txt-1 img {
  position: absolute;
  top: 100%;
  left: 50%;
  max-width: none;
  max-height: none;
}
.c-content-box-11 .description .txt-2 {
  font-size: 14px;
  line-height: 16px;
  padding: 6px 10px;
  background: #004990;
  border-radius: 5px;
  color: #fff;
  position: relative;
}
.c-content-box-11 .description .txt-2 img {
  position: absolute;
  top: 100%;
  left: 50%;
  max-width: none;
  max-height: none;
}
.c-content-box-11 .description .txt-box {
  display: flex;
  position: absolute;
  top: 5px;
  left: 0;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}

header {
  position: relative;
  z-index: 10;
}

.c-content-box-12 {
  margin-top: -10px;
}
.c-content-box-12 h3 {
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}
.c-content-box-12 .button-box-1 {
  text-align: center;
  padding: 20px 0;
}
.c-content-box-12 .button-box-1 button {
  min-width: 200px;
}

.c-boxes-5 {
  padding-top: 100px;
}
.c-boxes-5 .row-box {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.c-boxes-5 .row-box .col-box {
  padding: 0 10px;
  margin-bottom: 30px;
  width: 25%;
}
.c-boxes-5 .row-box .col-box .c-box-5 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  background: #fff;
  text-align: center;
  border: 1px solid #fff;
  color: #004990;
  font-size: 18px;
  line-height: 22px;
  padding: 20px;
}
.c-boxes-5 .row-box .col-box .c-box-5 .btn-1 {
  opacity: 1 !important;
}
.c-boxes-5 .row-box .col-box .c-box-5 .txt-1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
}
.c-boxes-5 .row-box .col-box .c-box-5 .txt-2 {
  min-height: 66px;
  display: flex;
  align-items: center;
  margin: 15px 0 20px 0;
}
.c-boxes-5 .row-box .col-box .c-box-5 figure {
  text-align: center;
  margin-top: -100px;
  margin-bottom: 30px;
}

.c-boxes-5 .row-box .col-box .checked + .c-box-5 {
  border-color: #004990;
}

.c-progress-content-1 {
  padding-top: 40px;
}

.c-popup-5 {
  background: url("../../../img/frontend/files/77.png") right center no-repeat;
  color: #fff;
}
.c-popup-5 .pop-title-txt {
  width: 327px;
  max-width: 100%;
}

.c-popup-6 {
  background: url("../../../img/frontend/files/78.png") right center no-repeat;
  color: #000;
}
.c-popup-6 .pop-title-txt {
  width: 327px;
  max-width: 100%;
}

.txt-box-1-2-2-4 h3 {
  margin-bottom: 2px !important;
}

.c-content-box-11-1 .description .txt-box {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.c-content-box-11-1 .description .txt-box .txt-1 {
  margin: 0 15px 15px 0;
}

.c-content-box-11-1 {
  height: 140px;
  margin-top: 0;
}
.c-content-box-11-1 .description {
  margin-top: -170px;
}

.c-content-box-13 {
  text-align: center;
  margin: -109px 0 30px 0;
  position: relative;
  z-index: 4;
}
.c-content-box-13 .image {
  width: 830px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.c-tooltip {
  position: absolute;
}
.c-tooltip .c-tooltip-icon {
  width: 35px;
  cursor: pointer;
  height: 35px;
  transition: 0.15s linear;
  background: url("../../../img/frontend/icons/78.png") center no-repeat;
  background-size: 100% auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.c-tooltip .c-tooltip-txt {
  display: block;
  position: absolute;
  top: 100%;
  line-height: 1.2;
  left: 100%;
  border: 2px solid #FFDD00;
  background: #004990;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 240px;
  margin: -5px;
  font-size: 12px;
  display: none;
  text-align: left;
}
.c-tooltip .c-tooltip-txt div {
  font-size: 14px;
  padding-bottom: 5px;
}
.c-tooltip .c-tooltip-txt span {
  display: block;
  padding-bottom: 5px;
}

.c-button-tooltip {
  text-align: right;
  margin-bottom: -5px;
}
.c-button-tooltip a {
  color: #FFDD00;
  font-size: 12px;
}
.c-button-tooltip a:hover {
  color: #FFDD00;
  opacity: 0.9;
}

.c-tooltip:hover .c-tooltip-txt {
  display: block;
}
.c-tooltip:hover .c-tooltip-icon {
  transform: rotate(45deg);
}

.c-tooltip-1 .c-tooltip-txt {
  width: 360px;
}
.c-tooltip-1 .c-tooltip-txt {
  top: auto;
  bottom: 100%;
}

.content-box-1-2-2-1 .description {
  width: 438px;
  max-width: 100%;
}
.content-box-1-2-2-1 .description .txt {
  font-size: 24px;
  line-height: 29px;
}

.c-content-box-14 {
  background: url("../../../img/frontend/files/82.png") right center no-repeat;
  background-size: auto 100%;
  padding-bottom: 40px;
}
.c-content-box-14 .c-content-box-14-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-content-box-14 .c-content-box-14-1 .description {
  width: 492px;
  max-width: 100%;
  margin-right: 30px;
}
.c-content-box-14 .c-content-box-14-1 .description h2 {
  font-weight: bold;
  color: #004990;
  font-size: 36px;
  line-height: 43px;
}
.c-content-box-14 .c-content-box-14-1 .description .txt {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.c-content-box-15 {
  padding: 80px 0;
  background: #EDEDED;
}

.c-boxes-6 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.c-boxes-6 .row-box .col-box {
  padding: 0 25px;
  width: 33.333%;
}
.c-boxes-6 .row-box .col-box .c-box-6 {
  text-align: center;
}
.c-boxes-6 .row-box .col-box .c-box-6 .txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 20px 0 20px;
}

.c-content-box-16 {
  padding: 80px 0;
}

.c-boxes-7 .row-box {
  margin: 0 -36px;
  display: flex;
  align-items: flex-end;
}
.c-boxes-7 .row-box .col-box {
  padding: 0 36px;
  width: 33.3333%;
  margin-bottom: 40px;
}
.c-boxes-7 .row-box .col-box .c-box-7 .txt-1 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 29px;
  margin-bottom: 10px;
}
.c-boxes-7 .row-box .col-box .c-box-7 .txt-2 {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 16px;
}
.c-boxes-7 .row-box .col-box .c-box-7 .txt-2 strong {
  display: block;
  color: #004EA8;
  font-size: 16px;
  line-height: 19px;
  padding-top: 3px;
}
.c-boxes-7 .row-box .col-box .c-box-7 .txt-2-2 {
  text-align: right;
}
.c-boxes-7 .row-box .col-box .c-box-7 .txt-3 {
  background: #004EA8;
  height: 125px;
  margin-top: 10px;
  color: #FEDA00;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 94px;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
}
.c-boxes-7 .row-box .col-box .c-box-7 .txt-3-1 {
  height: 150px;
}
.c-boxes-7 .row-box .col-box .c-box-7 .txt-3-2 {
  height: 100px;
}

.c-table table {
  width: 100%;
}
.c-table table .txt-1 {
  display: inline-block;
  font-size: 34px;
  line-height: 41px;
  font-weight: bold;
  color: #004EA8;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}
.c-table table td {
  padding: 10px 30px;
}
.c-table table th {
  padding: 20px 30px;
}
.c-table table th {
  font-weight: normal;
}
.c-table table tr:nth-child(even) td {
  background: #e5edf6;
}
.c-table .text-right {
  text-align: right;
}

.c-content-box-16 .button-box {
  text-align: center;
  padding-top: 30px;
}
.c-content-box-16 .button-box a {
  color: #004EA8;
  font-weight: bold;
}
.c-content-box-16 .button-box a:hover {
  opacity: 0.85;
  color: #004EA8;
}

.condorFont {
    font-family:"condor"!important;
    color: #004990;
    font-weight: 700;
    font-style: italic;
}

.nav-tabs-1-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.nav-tabs-1-1 ul li {
  width: 33.3%;
}

.nav-tabs-1-1 ul li.current a {
  background: #0E2B6C;
}

.nav-tabs-1-1 ul li.current a:after {
  opacity: 1;
}

.nav-tabs-1-1 ul li a {
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: center;
  text-align: center;
  height: 50px;
  color: #fff;
  font-size: 14px;
  position: relative;
}

.nav-tabs-1-1 ul li a:hover {
  background: #0E2B6C;
  color: #fff;
}

.nav-tabs-1-1 ul li a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7.5px;
  display: block;
  content: "";
  background: url("../../../img/frontend/icons/12.png");
  width: 15px;
  height: 9px;
  opacity: 0;
}
.c-content-box-6-6-1 h2 {
  font-weight: bold;
  text-align: center;
  color: #004EA8;
  font-size: 90px;
}

.c-content-box-6-6-1 {
  padding-top: 90px;
  background: none;
  background: none;
  background-image: linear-gradient(#cdcdcd, #fff);
}
.c-content-box-6-6-1 h2 {
  position: relative;
  margin-bottom: -40px;
}
.c-content-box-6-6-1 figure {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .c-content-box-6-6-1 h2 {
    font-size: 70px;
  }
}
@media (max-width: 992px) {
  .c-content-box-6-6-1 h2 {
    font-size: 30px;
    margin: 0 0 25px 0;
  }
  .c-content-box-6-6-1 {
    padding-top: 25px !important;
  }
}
.c-content-box-9-2 .txt {
  margin-bottom: 35px;
  padding: 0 20px;
}

.c-content-box-9-4 .c-menu div.current a {
  font-size: 18px;
  font-weight: bold;
  border-color: #004990;
}

.c-cont {
  display: none;
}

.c-cont-1 {
  display: block;
}
.bx-wrapper {
    box-shadow: none !important;
    border: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.checked + .c-box-4 {
    opacity: 1;
    border-color: #004990;
}

.c-box-5 {
  position: relative;
}
.c-box-5 figure img {
  transition: all 0.2s ease-in-out;
}
.c-box-5:hover figure img {
  transform: scale(1.1);
}
.c-box-5 .c-box-5-txt-box {
  position: absolute;
  transition: 0.15s linear;
  top: 210px;
  opacity: 0;
  overflow: auto;
  left: 0;
  width: 100%;
  height: 145px;
  font-size: 12px;
  color: #000;
  padding: 0 20px;
  line-height: 1.2;
  background: #fff;
}
.c-box-5 .c-box-5-txt-box p {
  margin-bottom: 10px;
}
.c-box-5 .c-box-5-txt-box p:last-child {
  margin-bottom: 0;
}

.c-box-5:hover .c-box-5-txt-box {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .c-boxes-5 label {
    width: 100%;
  }
  .c-box-5 .c-box-5-txt-box {
    top: 144px;
    padding-top: 10px;
  }
}
.cc-nav-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 660px;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.cc-nav-1 .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 2px solid #0E2B6C;
  display: block;
  border-radius: 50%;
  text-indent: -999999999px;
  background: url("../../../img/frontend/icons/74.png") center no-repeat !important;
}
.cc-nav-1 .swiper-button-prev:hover {
  opacity: 0.9;
}
.cc-nav-1 .swiper-button-next {
  width: 48px;
  height: 48px;
  border: 2px solid #0E2B6C;
  display: block;
  border-radius: 50%;
  text-indent: -999999999px;
  background: url("../../../img/frontend/icons/75.png") center no-repeat !important;
}
.cc-nav-1 .swiper-button-next:hover {
  opacity: 0.9;
}

.cc-carousel-1 {
  overflow: hidden;
}
.cc-carousel-1 figure img {
  opacity: 0.5;
}
.cc-carousel-1 .swiper-slide-active figure img {
  opacity: 1;
}

.div-container .custom-div {
  display: none;
}
.div-container .active-div {
  display: block;
}

.div-container .custom-div1 {
  display: none;
}
.div-container .custom-div1.active-div {
  display: block;
}

.cc-carousel-1 {
  margin-top: -95px;
  position: relative;
  z-index: 2;
}
.cc-carousel-1 .swiper-slide img {
  transform: scale(0.5);
}
.cc-carousel-1 .swiper-slide-active img {
  transform: scale(1.4);
}
.cc-carousel-1 .swiper-slide {
  height: 400px;
}

@media only screen and (max-width: 1500px) {
  .cc-carousel-1 .swiper-slide {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .cc-carousel-1 .swiper-slide {
    height: 200px;
  }
  .cc-carousel-1 .swiper-slide-active img {
    transform: scale(1);
  }
  .cc-carousel-1 {
    margin: 30px 0 60px 0;
  }
}
.c-boxes-5 .row-box .col-box .c-box-5 figure img {
height: 256px;
}

.question-slider ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.question-slider .bx-controls {
  display: none;
}

.question-slider .c-content-box-4 .button-box {
  padding-bottom: 0;
  margin-bottom: 30px;
  position: relative;
}

.question-slider .c-content-box-4 .button-box button {
  position: relative;
}

.question-slider .c-content-box-4 .button-box .bx-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999999999px;
  background: none !important;
}
.question-slider .c-content-box-4 .button-box .bx-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999999999px;
    background: none !important;
}

.question-slider .c-btn-1 {
    position: relative;
}

.question-slider .c-btn-1 {
    line-height: 48px;
}

.button-all .button-box:first-child {
    float: left;
}

.button-all .button-box:last-child {
    float: right;
}

.question-slider .c-btn-1 {
    width: 500px;
}
/* *** WIEDZA *** */
.ccc-table {
  overflow: auto;
  border-bottom: 1px solid #004990;
}
.ccc-table table {
  width: 100%;
}
.ccc-table table tr th {
  padding: 8px 10px 9px 10px;
  border-bottom: 1px solid #004990;
}
.ccc-table table tr td {
  padding: 8px 10px 9px 10px;
  border-bottom: 1px solid #f2f2f2;
}

.ccc-title {
  height: 124px;
  margin-bottom: -15px;
  padding: 0 10px;
  padding-top: 69px;
  background: url("../../../img/frontend/03.png") center no-repeat;
}
.ccc-title h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.ccc-table-1 table tr td {
  width: 25%;
}
.ccc-table-1 table tr th {
  border-bottom: 1px solid #f2f2f2;
}

.ccc-title-2 {
  font-size: 26px;
  line-height: 31px;
  font-weight: bold;
  padding: 0 10px;
  margin-bottom: 15px;
}

.ccc-table-2 {
  margin-bottom: 40px;
}
.ccc-table-2 table tr th {
  padding: 14px 10px 15px 10px;
  font-weight: bold;
  border-top: 1px solid #004EA8;
  vertical-align: top;
  border-bottom: 1px solid #004EA8;
  width: 33.3333%;
}
.ccc-table-2 table tr td {
  padding: 14px 10px 15px 10px;
  width: 33.3333%;
  vertical-align: top;
}

.ccc-table-2-1 {
  border-top: 1px solid #004EA8;
}
.ccc-table-2-1 table td {
  width: 100%;
}

.ccc-table-3 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0px;
  line-height: 1.5;
  margin-left: -10px;
}
.ccc-table-3 table th {
  width: 50%;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding: 3px 10px;
  background: #FF0000;
  color: #fff;
}
.ccc-table-3 table td {
  background: #fff2f2;
  vertical-align: top;
  padding: 0 10px;
  border-bottom: 1px solid #fff;
}
.ccc-table-3 table .td-bg-1 {
  background: #f2f8f3;
}
.ccc-table-3 table .th-bg-1 {
  background: #007818;
}
.ccc-table-3 table .td-border-none {
  border-bottom: none;
}

.ccc-table-3-1 {
  margin-top: 10px;
}
.ccc-table-3-1 table tr th {
  background: #535353;
}
.ccc-table-3-1 table tr td {
  background: #f6f6f6;
}
.ccc-table-4 table tr th span {
  font-weight: normal;
}
.ccc-table-4 table tr .td-bg-1 {
  background: rgba(0, 78, 168, 0.1);
}
/* *** 05.2025 *** */
.aa-content-box-1 {
  background: url("../../../img/frontend/2025/01_a.png") center center no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 37px;
  margin-bottom: 85px;
}
.aa-content-box-1 h2 {
  color: #FEDA00;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6588235294);
  margin-bottom: 219px;
}
.aa-content-box-1 .text {
  color: #fff;
}
.aa-content-box-1 .text + a {
  display: inline-block;
  margin: 45px 0 50px 0;
}

.aa-content-box-2 {
  margin-bottom: 85px;
}

.aa-title {
  margin-top: -10px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid #004990;
  position: relative;
}
.aa-title:before {
  height: 3px;
  width: 100%;
  left: 100%;
  bottom: -3px;
  position: absolute;
  content: "";
  background: #004990;
  display: block;
}
.aa-title:after {
  width: 480px;
  height: 9px;
  background: #004990;
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.aa-title h2 {
  margin: 0;
  color: #004EA8;
  font-size: 46px;
  font-style: italic;
  font-weight: 500;
}
.aa-title h2 strong {
  color: #FEDA00;
}

.aa-boxes-1 .aa-box-1 {
  margin-bottom: 50px;
  display: flex;
}
.aa-boxes-1 .aa-box-1 figure {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.aa-boxes-1 .aa-box-1:last-child {
  margin-bottom: 0;
}
.aa-boxes-1 .aa-box-1 .image {
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
}
.aa-boxes-1 .aa-box-1 .image .value {
  position: absolute;
  top: 24px;
  text-align: right;
  padding: 0 15px 0 35px;
  color: #004990;
  font-size: 18px;
  left: 100%;
  height: 24px;
  padding-top: 3px;
  border-radius: 0 5px 5px 0;
  background: #FEDA00;
}
.aa-boxes-1 .aa-box-1 .image .value sup {
  font-size: 12px;
  margin-left: 5px;
}
.aa-boxes-1 .aa-box-1 .image img {
  display: block;
}
.aa-boxes-1 .aa-box-1 .description {
  padding-top: 60px;
}
.aa-boxes-1 .aa-box-1 .description h3 {
  font-style: italic;
  color: #004990;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
}
.aa-boxes-1 .aa-box-1 .description .txt {
  margin-top: 10px;
  font-size: 18px;
}

.aa-content-box-3 {
  font-size: 56px;
  line-height: 1.2;
  padding: 42px 0 56px 0;
}

.aa-content-box-4 .cc-carousel-1 {
  display: none;
}

.aa-content-box-4 .content-box-1 {
  background: #004990 !important;
  padding: 35px 0;
}
.aa-content-box-4 .content-box-1:after {
  display: none !important;
}
.aa-content-box-4 .c-carousel .txt-box-1-2 {
  background: none;
  width: auto;
  height: auto;
  border: 2px solid #FEDA00;
  border-radius: 5px;
  width: 372px;
  display: block;
  max-width: 100%;
}
.aa-content-box-4 .c-carousel .txt-box-1-2-1 {
  display: block;
  height: auto;
  padding: 14px 20px 22px 20px;
}
.aa-content-box-4 .content-box-1 .description .txt-box {
  height: auto;
}
.aa-content-box-4 .c-carousel .description .txt {
  width: 100%;
}
.aa-content-box-4 .content-box-1 .description {
  width: 656px;
  padding: 0;
  height: auto;
}
.aa-content-box-4 .content-box-1 .description .txt-box {
  margin: 0;
}
.aa-content-box-4 .c-carousel .txt-box-1-2 {
  position: relative;
}
.aa-content-box-4 .c-carousel .txt-box-1-2-1 span {
  display: inline !important;
}
.aa-content-box-4 .c-carousel .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aa-content-box-4 .c-carousel .txt-box-1-2 {
  top: 0;
}
.aa-content-box-4 .c-carousel .txt-box-1-2-1 span {
  color: #FEDA00 !important;
}
.aa-content-box-4 .c-carousel .txt-box-1-2-1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.aa-content-box-4 .c-carousel .txt-box-1-2-1 h3 {
  font-weight: bold;
  color: #FFDD00;
  font-size: 26px;
  margin-bottom: 8px;
}

.aa-content-box-5 {
  margin-bottom: -35px;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.aa-content-box-5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  background: url("../../../img/frontend/2025/shadow.png") center bottom no-repeat;
}
.aa-content-box-5 .description-1 {
  height: 528px;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 35px 0;
  flex-direction: column;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.aa-content-box-5 .description-1 .button-box {
  padding: 25px 0 0 0;
}
.aa-content-box-5 .description-1 .button-box .btn-1 {
  width: 267px;
}
.aa-content-box-5 .description-1 .txt-2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-top: 25px;
}

.aa-content-box-4 .aa-nav-1 {
  width: 1100px;
  bottom: 165px;
}
.aa-content-box-4 .aa-nav-1 .swiper-button-prev {
  background: url("../../../img/frontend/2025/arrow-circle-left.png") center no-repeat !important;
  border: none !important;
}
.aa-content-box-4 .aa-nav-1 .swiper-button-next {
  background: url("../../../img/frontend/2025/arrow-circle-right.png") center no-repeat !important;
  border: none !important;
}

.aa-content-box-5 .description-1 .txt-2 {
  line-height: 1.2;
}

@media (max-width: 1500px) {
  .aa-content-box-5 .description-1 {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .aa-content-box-4 .c-carousel .txt-box-1-2 {
    margin-left: 20px;
  }
  .aa-content-box-5 .description-1 .txt-1 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .aa-content-box-4 .aa-nav-1 {
    bottom: 156px;
  }
  .aa-content-box-5 {
    margin-bottom: -46px;
  }
  body .aa-content-box-1 {
    background-size: cover;
  }
  .aa-boxes-1 .aa-box-1 .image {
    width: 300px;
  }
  .aa-content-box-3 {
    padding: 32px 0 35px 0;
  }
}
@media (max-width: 767px) {
  .aa-content-box-4 {
    margin-bottom: -30px;
  }
  .aa-content-box-4 .swiper-slide {
    height: auto !important;
  }
  .aa-content-box-5 .description-1 .txt-1 img {
    max-height: 40px;
  }
  .aa-content-box-4 .c-carousel .txt-box-1-2 {
    width: 100%;
  }
  .aa-content-box-5 {
    height: 450px;
  }
  .aa-content-box-5 .description-1 {
    height: 450px;
    padding: 0;
    justify-content: center;
  }
  .aa-content-box-5 .description-1 .txt-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .aa-content-box-5 {
    padding: 0px 0;
  }
  .aa-content-box-4 .aa-nav-1 {
    bottom: 38px;
  }
  .aa-content-box-4 .c-carousel .container {
    display: block;
  }
  .aa-content-box-4 .c-carousel .txt-box-1-2 {
    margin: 25px 0 0 0;
  }
  .aa-content-box-4 .content-box-1 {
    padding-top: 10px;
  }
  .aa-content-box-5 {
    margin-bottom: 0;
  }
  .aa-content-box-1 h2 {
    margin-bottom: 30px;
  }
  .aa-content-box-1 .text + a {
    margin: 30px 0 35px 0;
  }
  .aa-title h2 {
    font-size: 30px;
  }
  .aa-boxes-1 .aa-box-1 .image {
    width: 100%;
  }
  .aa-boxes-1 .aa-box-1 {
    display: block;
  }
  .aa-boxes-1 .aa-box-1 .description {
    padding-top: 17px;
  }
  .aa-boxes-1 .aa-box-1 .image .value {
    left: 0;
    top: 10px;
  }
  .aa-boxes-1 .aa-box-1 .description h3 {
    font-size: 25px;
  }
  .aa-title:before {
    display: none;
  }
  .aa-title:after {
    display: none;
  }
}
  .engineTitle {
          font-size: 65px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }

/****************** 11.2025 *********************/
header .main-menu ul > li > a {
    text-transform: none;
}

header .h-box-2 .txt strong {
    color: #FFDD00;
}

.hh-boxes {
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-start;
    right: 0;
}
.hh-boxes .hh-box {
    margin-right: 50px;
}
.hh-boxes .h-box-2 {
    position: relative;
    margin: 0;
}
.hh-boxes .hh-box-1, .hh-boxes .hh-box-2 {
    color: #fff;
    position: relative;
    padding-left: 40px;
    padding-top: 5px;
    margin-top: 7px;
    display: inline-block;
}
.hh-boxes .hh-box-1:after, .hh-boxes .hh-box-2:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    border-radius: 50%;
    background: #4d80b2 url("../../../img/frontend/11_2025/wallet.svg") center no-repeat;
}
.hh-boxes .hh-box-1 strong, .hh-boxes .hh-box-2 strong {
    color: #FFDD00;
}
.hh-boxes .hh-box-1 span, .hh-boxes .hh-box-2 span {
    color: #FFDD00;
    font-size: 8px;
    line-height: 10px;
}
.hh-boxes .hh-box-2:after {
    background: #4d80b2 url("../../../img/frontend/11_2025/ranking.svg") center no-repeat;
}

.xx-footer .footer-top .row-box {
    justify-content: space-between;
}
.xx-footer .footer-top .row-box .col-box {
    width: auto;
}

.xx-content-box-1 {
    margin-top: -37px;
}
.xx-content-box-1 .xx-content-box-1-1 {
    position: relative;
    z-index: 20;
    background: #004990;
    border-top: 7px solid #FFDD00;
    padding: 0 37px;
    border-radius: 0 0 10px 10px;
}
.xx-content-box-1 .xx-content-box-1-1 .txt-2 {
    padding: 95px 18px;
    color: #FFDD00;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
}
.xx-content-box-1 .xx-content-box-1-1 .txt-1 {
    position: absolute;
    top: -5px;
    font-size: 160px;
    line-height: 1;
    font-weight: bold;
    left: 37px;
    color: #fff;
    opacity: 0.05;
}
.xx-content-box-1 .xx-content-box-1-2 {
    margin: 0 37px;
    border: 2px solid #004990;
    border-radius: 10px;
    margin-top: -75px;
    position: relative;
    z-index: 21;
    background: #fff;
    padding: 20px;
    display: flex;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    justify-content: space-between;
}
.xx-content-box-1 .xx-content-box-1-2 .description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 110px;
}
.xx-content-box-1 .xx-content-box-1-2 .description .txt-1 {
    padding: 4px 17px;
    color: #004990;
    font-size: 12px;
    line-height: 17px;
    background: #FEDA00;
    border-radius: 11px;
    display: inline-block;
}
.xx-content-box-1 .xx-content-box-1-2 .description .txt-2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: #004990;
}
.xx-content-box-1 .xx-content-box-1-2 .description .txt-2 a {
    color: #004990;
}
.xx-content-box-1 .xx-content-box-1-2 .description .txt-2 a:hover {
    opacity: 0.9;
}

.content-box-1 .description .txt-box {
    height: auto;
}

.xx-mb-1 {
    margin-bottom: 90px;
}

.xx-boxes-1 {
    padding: 0 37px;
}
.xx-boxes-1 .xx-box-1 {
    display: flex;
}
.xx-boxes-1 .xx-box-1 figure {
    position: relative;
    width: 50%;
}
.xx-boxes-1 .xx-box-1 figure .ic-info {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    border-radius: 7px;
    background: #FFDD00 url("../../../img/frontend/11_2025/info.png") center no-repeat;
    z-index: 3;
    margin: -10px;
}
.xx-boxes-1 .xx-box-1 figure:after {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -10px;
    left: -10px;
    content: "";
    display: block;
    background: #004990;
    border-radius: 10px;
}
.xx-boxes-1 .xx-box-1 figure img {
    position: relative;
    z-index: 2;
}
.xx-boxes-1 .xx-box-1 figure a {
    display: block;
}
.xx-boxes-1 .xx-box-1 .description {
    padding: 0 20px;
    width: 50%;
}
.xx-boxes-1 .xx-box-1 .description .txt-1 {
    opacity: 0.05;
    line-height: 0.6;
    color: #004990;
    font-weight: bold;
    font-size: 90px;
}
.xx-boxes-1 .xx-box-1 .description .txt-2 {
    color: #004990;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 45px;
    margin-top: -15px;
    font-weight: bold;
    padding: 0 15px;
}
.xx-boxes-1 .xx-box-1-1 figure {
    order: 2;
}
.xx-boxes-1 .xx-box-1-1 figure:after {
    right: -10px;
    left: auto;
}
.xx-boxes-1 .xx-box-1-1 figure .ic-info {
    right: auto;
    left: 0;
}
.xx-boxes-1 .xx-box-1-1 .description {
    order: 1;
}

.xx-btn-1 {
    display: inline-block;
    padding: 9px 20px 10px 20px;
    background: #004990;
    border-radius: 20px;
    color: #FFDD00;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}
.xx-btn-1 span {
    padding: 3px 0;
    padding-right: 26px;
    background: url("../../../img/frontend/11_2025/locked.svg") right center no-repeat;
}

a.xx-btn-1 span {
    padding-right: 35px;
    background: url("../../../img/frontend/11_2025/04.png") right center no-repeat;
}
a.xx-btn-1:hover {
    opacity: 0.9;
    color: #FFDD00;
}

.s-fix-box {
    top: 182px;
    margin-top: 0;
}

.s-fix-box-1 {
    background: #fff;
    height: 165px;
    position: fixed;
    display: flex;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.1607843137);
    top: 400px;
    transition: 0.25s linear;
    left: -129px;
    z-index: 100;
    border-radius: 0px 24px 15px 0px;
}
.s-fix-box-1 a {
    color: #004990;
}

.s-btn-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    display: block;
    cursor: pointer;
    transition: 0.15s linear;
    height: 100%;
}

.s-btn-1:after {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -14px;
    content: "";
    border-radius: 50%;
    background: #FFDD00 url("../../../img/frontend/11_2025/arrow-right.png") center no-repeat;
    background-size: 19px auto;
    transition: 0.25s linear;
}

.s-fix-txt-1 {
    width: 173px;
    font-weight: bold;
    padding-top: 21px;
    color: #004990;
    transition: 0.25s linear;
    opacity: 0;
    font-size: 14px;
    text-align: center;
}
.s-fix-txt-1 .s-fix-icon {
    padding-bottom: 5px;
    text-align: center;
}

.s-fix-box-1:hover .s-btn-1:after {
    transform: scaleX(-1);
    filter: flipv;
}

.s-fix-box-1:hover {
    left: 0;
}
.s-fix-box-1:hover .s-fix-txt-1 {
    opacity: 1;
}

.s-fix-content-1 {
    overflow: hidden;
    transition: 0.25s linear;
}

.s-fix-txt-1 p {
    margin-bottom: 10px;
}

.s-fix-txt-1 .btn-2 {
    background: url(../../../img/frontend/icons/06.png) calc(100% - 1px) 4px no-repeat;
}

.xx-content-box-2-22 {
    display: flex;
}
.xx-content-box-2-22 .description {
    width: 783px;
}
.xx-content-box-2-22 .icon-phone {
    position: relative;
    width: calc(100% - 783px);
}
.xx-content-box-2-22 .icon-phone img {
    position: absolute;
    top: -40px;
    right: 270px;
}
.xx-content-box-2-22 .icon-phone video {
    margin-top: 50px;
    width: 280px;
    height: 280px;
}
.xx-content-box-2-22 .button-box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xx-content-box-2-22 .button-box .btn-1 {
    color: #fff;
}
.xx-content-box-2-22 .txt-1 {
    padding: 4px 10px 5px 10px;
    display: inline-block;
    border-radius: 30px;
    color: #004990;
    font-size: 12px;
    line-height: 14px;
    background: #FEDA00;
    margin-bottom: 15px;
}
.xx-content-box-2-22 h2 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
}

.boxes-2 .row-box .col-box .box-2 .icheckbox.checked + .txt-2, .boxes-2 .row-box .col-box .box-2 .iradio.checked + .txt-2 {
    opacity: 1;
}

.xx-content-box-2-1 .description {
    width: 100%;
    padding-bottom: 10px;
}

.xx-title {
    margin-top: 40px;
    margin-bottom: 45px;
}
.xx-title .xx-title-txt {
    opacity: 0.05;
    color: #004990;
    font-weight: bold;
    font-size: 102px;
}
.xx-title h2 {
    font-weight: bold;
    color: #272727;
    padding: 0 10px;
    margin: 0;
    font-size: 28px;
}

.xx-boxes-2 {
    padding: 0 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1490196078);
    border-radius: 10px;
    background: #E6EDF4;
    width: 783px;
}
.xx-boxes-2 .xx-box-2 {
    border-bottom: 1px solid rgba(0, 73, 144, 0.5);
    padding: 35px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xx-boxes-2 .xx-box-2 figure {
    margin-left: 20px;
}
.xx-boxes-2 .xx-box-2 strong {
    font-size: 24px;
    line-height: normal;
    display: block;
    padding: 0 0 10px 0;
}
.xx-boxes-2 .xx-box-2:last-child {
    border-bottom: none;
}

.xx-content-box-3 {
    display: flex;
}

.xx-boxes-3 {
    width: calc(100% - 783px);
    padding-left: 10px;
}
.xx-boxes-3 .xx-box-3 {
    border-bottom: 1px solid #E6EDF4;
    padding: 40px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xx-boxes-3 .xx-box-3 figure {
    margin-left: 20px;
}
.xx-boxes-3 .xx-box-3 strong {
    font-size: 24px;
    margin-left: -10px;
    line-height: normal;
    display: block;
    padding: 0 0 10px 0;
}
.xx-boxes-3 .xx-box-3:last-child {
    border-bottom: none;
}
.xx-boxes-3 .xx-box-3-1 {
    padding: 25px 40px;
}

.xx-content-box-4 {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.xx-content-box-4 .xx-title {
    margin-bottom: 25px;
    margin-top: 0;
}
.xx-content-box-4 figure {
    position: relative;
    z-index: 2;
}
.xx-content-box-4 .description .txt-1 {
    font-weight: bold;
    padding: 0 5px;
    margin-top: 5px;
}
.xx-content-box-4 .description .txt-2 {
    position: relative;
    color: #004990;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    background: #FFDD00;
    margin-top: 5px;
}
.xx-content-box-4 .description .txt-2:after {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    content: "";
    display: block;
    background: #FFDD00;
    width: 10000px;
}
.xx-content-box-4 .description .txt-2-1 {
    background: #FFD3AB;
    color: #000;
}
.xx-content-box-4 .description .txt-2-1:after {
    background: #FFD3AB;
}

.xx-title-1 .xx-title-txt {
    font-size: 135px;
}

.xx-content-box-4-1 figure {
    padding-right: 150px;
}
.xx-content-box-4-1 .description .txt-2:after {
    width: 300px;
}

.z-content-box-1 h2 {
    width: 890px;
    max-width: 100%;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

.c-content-box-2-1 .description {
    align-items: flex-start;
    width: 540px;
    height: 300px;
}
.c-content-box-2-1 .xx-btn-1-1 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.xx-btn-1-1 {
    display: inline-block;
}

.xx-content-box-5 {
    background: #004990;
    color: #fff;
}
.xx-content-box-5 .container {
    display: flex;
}
.xx-content-box-5 .xx-title {
    margin-top: 0;
    margin-bottom: 13px;
}
.xx-content-box-5 .xx-title .xx-title-txt {
    color: #fff;
}
.xx-content-box-5 .xx-title h2 {
    color: #fff;
}
.xx-content-box-5 .col-box-1 {
    width: 430px;
    padding: 60px 0 30px 0;
    padding-right: 45px;
    flex-shrink: 0;
}
.xx-content-box-5 .col-box-1 .txt-1 {
    padding: 0 10px;
    font-weight: bold;
}
.xx-content-box-5 .col-box-1 figure {
    text-align: right;
    margin-top: 15px;
}
.xx-content-box-5 .col-box-2 {
    width: calc(100% - 400px);
}
.xx-content-box-5 .col-box-2 .xx-content-box-5-1 {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
}
.xx-content-box-5 .col-box-2 .xx-content-box-5-1 figure {
    flex-shrink: 0;
    margin-left: 5px;
}
.xx-content-box-5 .col-box-2 .xx-content-box-5-2 {
    display: inline-block;
    background: #fff;
    vertical-align: top;
    padding: 3px 30px 4px 30px;
    margin: -25px -30px 14px -30px;
    color: #004990;
    font-weight: bold;
}
.xx-content-box-5 .col-box-2 .xx-boxes-4 {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
}
.xx-content-box-5 .col-box-2 .xx-boxes-4 .xx-box-4 {
    background: url("../../../img/frontend/11_2025/15.png") left top no-repeat;
    padding-top: 25px;
}
.xx-content-box-5 .xx-content-box-5-3 {
    padding-bottom: 70px;
}

.xx-content-box-2-2 {
    padding-top: 50px;
}

.xx-box-1 figure img, .xx-box-1 figure {
    border-radius: 10px;
}

.xx-boxes-1-1 .xx-box-1 {
    align-items: flex-start;
}
.xx-boxes-1-1 .xx-box-1 .description .txt-2 {
    margin-bottom: 10px;
    color: #000;
}
.xx-boxes-1-1 .xx-box-1 .description .txt-3 {
    margin-bottom: 20px;
    padding: 0 15px;
}
.xx-boxes-1-1 .xx-box-1 .description .txt-3 p {
    margin-bottom: 10px;
}
.xx-boxes-1-1 .xx-box-1 .description .txt-3 p:last-child {
    margin-bottom: 0;
}
.xx-boxes-1-1 .xx-box-1 .description .txt-3 .xx-ic-1 {
    padding: 0 0 3px 0;
    padding-left: 26px;
    background: url("../../../img/frontend/11_2025/checked.svg") left top no-repeat;
}
.xx-boxes-1-1 .xx-box-1 .description .xx-btn-1 {
    margin-left: 15px;
}

.xx-title.mb-20 {
    margin-bottom: 30px;
}

.xx-boxes-5 {
    padding: 0 10px;
}
.xx-boxes-5 .row-box {
    display: flex;
    margin: 0 -5px;
}
.xx-boxes-5 .row-box .col-box {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 33.3333%;
}

.pad-10 {
    padding: 0 10px;
}

.xx-box-5 {
    background: rgba(0, 73, 144, 0.05);
    padding: 10px 20px;
    height: 94px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xx-box-5 .txt-2 {
    font-weight: bold;
    color: rgb(0, 73, 144);
    font-size: 66px;
}
.xx-box-5 .txt-1 {
    display: flex;
    align-items: center;
    font-weight: bold;
}
.xx-box-5 .txt-1 .txt-1-1 {
    padding-left: 10px;
}

.xx-btn-2 {
    height: 30px;
    border-radius: 15px;
    background: rgb(0, 73, 144);
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 0 15px;
}
.xx-btn-2 span {
    background: url("../../../img/frontend/11_2025/22.png") left center no-repeat;
    padding-left: 25px;
}
.xx-btn-2:hover {
    color: #fff;
    opacity: 0.9;
}

.xx-btn-3 {
    height: 40px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid rgb(0, 73, 144);
    line-height: 38px;
    color: rgb(0, 73, 144);
    padding: 0 15px;
    font-weight: bold;
}
.xx-btn-3:hover {
    color: rgb(0, 73, 144);
    opacity: 0.85;
}
.xx-btn-3 span {
    padding-right: 35px;
    background: url(../../../img/frontend/icons/06.png) calc(100% - 1px) center no-repeat;
}

.mb-15 {
    margin-bottom: 15px;
}

.xx-title-button {
    display: flex;
    padding: 0 10px;
    justify-content: flex-end;
    margin: -76px 0 35px 0;
}

.xx-boxes-5-1 .row-box .col-box .xx-box-5 {
    height: auto;
    display: block;
}

.xx-box-5 .txt-3 {
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 5px;
}
.xx-box-5 .row-box-1 {
    margin: 0 -10px;
    display: flex;
}
.xx-box-5 .row-box-1 .col-box-1 {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 5px;
}
.xx-box-5 .row-box-1 .col-box-1 .xx-box-6 {
    display: flex;
    align-items: center;
}
.xx-box-5 .row-box-1 .col-box-1 .xx-box-6 .icon {
    width: 52px;
    height: 52px;
    border: 4px solid rgb(254, 218, 0);
    background: rgb(0, 73, 144);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35);
    margin-right: 10px;
}
.xx-box-5 .row-box-1 .col-box-1 .xx-box-6 .icon .ic {
    position: absolute;
    top: 0;
    left: 0;
    margin: -15px;
}
.xx-box-5 .row-box-1 .col-box-1 .xx-box-6 .txt-4 .txt-4-1 {
    font-weight: bold;
    color: rgb(0, 73, 144);
    font-size: 14px;
}
.xx-box-5 .row-box-1 .col-box-1 .xx-box-6 .txt-4 .txt-4-2 a {
    color: rgb(39, 39, 39);
    font-size: 12px;
}
.xx-box-5 .row-box-1 .col-box-1 .xx-box-6 .txt-4 .txt-4-2 a:hover {
    opacity: 0.9;
}
.xx-box-5 .row-box-1 .col-box-1 .no-active .icon .ic {
    display: none;
}
.xx-box-5 .row-box-1 .col-box-1 .no-active .txt-4 .txt-4-2 {
    display: none;
}
.xx-box-5 .row-box-1 .col-box-1 .no-active .txt-4 .txt-4-1 {
    color: #000000;
    opacity: 0.7;
    font-weight: normal;
}
.xx-box-5 .row-box-1 .col-box-1 .no-active .icon {
    border-color: #A2A2A2;
    background: #E6E6E6;
}

.xx-boxes-5-1 .row-box {
    flex-wrap: wrap;
}

.xx-boxes-7 {
    display: flex;
}
.xx-boxes-7 .col-box {
    width: 20%;
}
.xx-boxes-7 .xx-box-7 .icon {
    width: 74px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3490196078);
    border: 4px solid #FFDD00;
    background: #004990;
    border-radius: 50%;
    flex-direction: column;
    font-size: 12px;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #fff;
}
.xx-boxes-7 .xx-box-7 .icon strong {
    font-size: 32px;
    padding: 8px 0 4px 0;
}
.xx-boxes-7 .xx-box-7 .txt {
    background: #004990;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 48px;
    padding: 4px 10px;
    border-radius: 40px 40px 0px 0px;
    position: relative;
}
.xx-boxes-7 .xx-box-7 .txt:after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #004990;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
}
.xx-boxes-7 .xx-box-7-1 .icon {
    margin-top: 15px;
    margin-bottom: 0;
}
.xx-boxes-7 .xx-box-7-1 .txt {
    border-radius: 0px 0px 40px 40px;
    margin-top: 138px;
}
.xx-boxes-7 .xx-box-7-1 .txt:after {
    top: auto;
    bottom: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #004990;
    border-bottom: none;
}
.xx-boxes-7 .no-active .icon {
    color: #A2A2A2;
    border-color: #A2A2A2;
    background: #F2F5F9;
}
.xx-boxes-7 .no-active .txt {
    color: #A2A2A2;
    background: #F2F5F9;
}
.xx-boxes-7 .no-active .txt:after {
    border-bottom: 5px solid #F2F5F9;
}
.xx-boxes-7 .no-active.xx-box-7-1 .txt:after {
    border-top: 5px solid #F2F5F9;
    border-bottom: none;
}

@media (max-width: 1199px) {
    .xx-boxes-5 .row-box .col-box {
        width: 50%;
    }
    .xx-boxes-5 .row-box {
        flex-wrap: wrap;
    }
    .xx-content-box-5 .col-box-2 .xx-boxes-4 {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .xx-content-box-5 .col-box-2 .xx-boxes-4 .xx-box-4 {
        margin-bottom: 10px;
    }
    .xx-content-box-5 .xx-content-box-5-3 {
        padding-bottom: 55px;
    }
    .xx-content-box-2 .description {
        width: calc(100% - 280px);
    }
    .xx-content-box-2 .icon-phone {
        width: 280px;
    }
    .xx-content-box-2 .icon-phone img {
        right: 136px;
    }
    .xx-boxes-2 {
        width: 60%;
    }
    .xx-boxes-3 {
        width: 40%;
    }
    .xx-content-box-4 .description .txt-2:after {
        display: none;
    }
    .xx-content-box-4 .description .txt-2 {
        display: inline-block;
    }
    .xx-content-box-4-1 figure {
        padding-right: 0;
    }
    .xx-title-1 .xx-title-txt {
        font-size: 99px;
    }
}
@media (max-width: 992px) {
    .xx-title-button {
        margin-top: -67px;
    }
    .xx-boxes-5 {
        padding: 0;
    }
    .xx-content-box-5 .container {
        display: block;
    }
    .xx-content-box-5 .col-box-1 {
        padding: 35px 0;
        width: 100%;
    }
    .xx-content-box-5 .col-box-1 .txt-1 {
        padding: 0;
    }
    .xx-content-box-5 .col-box-1 figure {
        display: none;
    }
    .xx-content-box-5 .col-box-2 {
        width: 100%;
    }
    .xx-content-box-5 .col-box-2 .xx-content-box-5-1 {
        margin-top: 0;
    }
    .xx-content-box-5 .col-box-2 .xx-content-box-5-2 {
        margin-left: 0;
    }
    .xx-content-box-5 .xx-content-box-5-3 {
        padding-bottom: 40px;
    }
    .xx-content-box-3 {
        display: block;
    }
    .xx-boxes-2 {
        width: 100%;
    }
    .xx-boxes-3 {
        width: 100%;
        padding-left: 0;
    }
    .xx-content-box-2 .icon-phone img {
        display: none;
    }
    .xx-boxes-2 .xx-box-2 {
        padding: 20px 0;
    }
    .xx-boxes-3 .xx-box-3 strong {
        margin-left: 0;
    }
    .xx-boxes-3 .xx-box-3 {
        padding: 20px;
    }
    .xx-title .xx-title-txt {
        display: none;
    }
    .xx-title {
        margin-top: 0;
    }
    .xx-title {
        margin-bottom: 40px;
    }
    .xx-content-box-4 {
        margin-top: 50px;
    }
    .hh-boxes {
        position: relative;
    }
    .xx-content-box-1 .xx-content-box-1-1 .txt-1 {
        display: none;
    }
    .xx-content-box-1 .xx-content-box-1-1 .txt-2 {
        padding-top: 18px;
    }
    .xx-content-box-1 .xx-content-box-1-1 {
        padding: 0 20px;
    }
    .xx-content-box-1 .xx-content-box-1-1 .txt-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .xx-content-box-1 .xx-content-box-1-1 .txt-2 {
        font-size: 24px;
    }
    .xx-content-box-1 .xx-content-box-1-2 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .xx-boxes-1 .xx-box-1 {
        align-items: flex-start;
    }
    .xx-boxes-1 .xx-box-1 .description .txt-1 {
        display: none;
    }
    .xx-content-box-4 figure {
        width: 40%;
    }
    .xx-title h2 {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .xx-boxes-5 .row-box .col-box {
        width: 100%;
    }
    .xx-box-5 {
        padding: 10px 15px;
    }
    .xx-title-button {
        margin: 0;
        justify-content: flex-start;
        padding: 0;
        margin: 0 0 27px 0;
    }
    .xx-boxes-7 .col-box {
        width: 50%;
    }
    .xx-boxes-7 {
        flex-wrap: wrap;
    }
    .pad-10 {
        padding: 0;
    }
    .xx-content-box-5 .col-box-2 .xx-content-box-5-1 {
        display: block;
    }
    .xx-content-box-5 .col-box-2 .xx-content-box-5-1 figure {
        margin: 0;
        width: 100%;
        padding: 15px 0 10px 0;
        text-align: center;
    }
    .xx-content-box-5 .col-box-2 .xx-content-box-5-2 {
        padding: 3px 10px 4px 10px;
    }
    .xx-content-box-5 .col-box-1 {
        padding-bottom: 15px;
    }
    .xx-content-box-5 .col-box-2 .xx-content-box-5-2 {
        margin: 0 0 20px 0;
    }
    .xx-content-box-5 .col-box-2 .xx-boxes-4 .xx-box-4 {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .xx-boxes-2 .xx-box-2 strong, .xx-boxes-3 .xx-box-3 strong {
        font-size: 20px;
    }
    .xx-boxes-1-1 .xx-box-1 .description .txt-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .xx-boxes-1-1 .xx-box-1 .description .xx-btn-1 {
        margin-left: 0;
    }
    .xx-boxes-1-1 .xx-box-1 .description .txt-3 {
        margin-top: -8px;
    }
    .c-content-box-2-1 .description {
        height: 400px;
    }
    .xx-content-box-2-2 {
        padding-top: 20px;
    }
    .xx-title h2 {
        font-size: 24px;
    }
    .xx-content-box-4 figure {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .xx-content-box-4-1 figure {
        padding-top: 0;
    }
    .xx-boxes-2 .xx-box-2 {
        display: block;
    }
    .xx-boxes-2 .xx-box-2 figure {
        margin: 20px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .xx-content-box-4 {
        display: block;
    }
    .xx-content-box-2 .icon-phone {
        display: none;
    }
    .xx-content-box-2 {
        display: block;
    }
    .xx-content-box-2 .description {
        width: 100%;
    }
    .xx-content-box-2 h2 {
        font-size: 25px;
    }
    .xx-boxes-1 .xx-box-1-1 figure .ic-info {
        left: auto;
        right: 0;
    }
    .xx-boxes-1 .xx-box-1-1 figure:after {
        left: -10px;
        right: 0;
    }
    .hh-boxes {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hh-boxes .hh-box {
        margin: 0;
    }
    .hh-boxes .h-box-2 {
        margin: 0 auto;
        margin-top: 10px;
    }
    .xx-content-box-1 .xx-content-box-1-2 .description .txt-2 {
        font-size: 20px;
        line-height: 1.3;
    }
    .xx-content-box-1 .xx-content-box-1-2 .description {
        padding-right: 10px;
    }
    .xx-mb-1 {
        margin-bottom: 50px;
    }
    .xx-boxes-1 .xx-box-1 {
        display: block;
    }
    .xx-boxes-1 .xx-box-1 figure {
        width: 100%;
    }
    .xx-boxes-1 {
        padding: 0;
    }
    .xx-boxes-1 .xx-box-1 .description {
        width: 100%;
    }
    .xx-boxes-1 .xx-box-1 .description .txt-2 {
        margin: 25px 0 20px 0;
    }
    .xx-boxes-1 .xx-box-1 .description .txt-2 {
        padding: 0;
    }
    .s-fix-box-1, .s-fix-box {
        display: none;
    }
    .xx-boxes-1 .xx-box-1 .description {
        padding: 0;
    }
    .xx-boxes-1 .xx-box-1 .description .txt-2 {
        font-size: 20px;
        line-height: 1.3;
    }
    .xx-content-box-1 {
        margin-top: 20px;
    }
    .xx-content-box-1 .xx-content-box-1-2 {
        margin-left: 20px;
        margin-right: 20px;
        padding: 15px;
    }
    .xx-content-box-2 .button-box {
        flex-direction: column;
    }
    .xx-content-box-2 .button-box .btn-1 {
        margin-top: 20px;
    }
}
@media (max-width: 450px) {
    .hh-boxes .hh-box {
        width: 100%;
    }
    .hh-boxes {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .hh-boxes .hh-box {
        width: auto;
    }
}
@media (max-width: 1199px) {
    .xx-content-box-2-22 .description {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .xx-content-box-2-22 .description {
        width: 100%;
    }
    .xx-content-box-2-22 .icon-phone {
        display: none;
    }
}
/* *** MISJA *** */
.zz-bg-1 {
    background: #0E2B6C;
    color: #fff;
}

.zz-video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
}

.zz-video-bg video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    width: 1905px;
    height: auto;
}

.zz-content-box-1 {
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.zz-content-box-1:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 10%, #0E2B6C 90%);
}
.zz-content-box-1:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.zz-content-box-1 .container {
    position: relative;
    z-index: 3;
}
.zz-content-box-1 h1 {
    color: #FEDA00;
    font-size: 101px;
    font-weight: bold;
    line-height: 1.1;
}
.zz-content-box-1 .txt-1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 24px;
}
.zz-content-box-1 .txt-2 {
    font-size: 18px;
    line-height: 28px;
    padding: 0 160px;
}

.zz-mb-1 {
    margin-bottom: 160px;
}

.zz-boxes-1 .row-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.zz-boxes-1 .row-box .col-box {
    padding: 0 8px;
    width: 20%;
}
.zz-boxes-1 .row-box .col-box .zz-box-1 {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: block;
}
.zz-boxes-1 .row-box .col-box .zz-box-1 img {
    display: block;
    width: 100%;
}
.zz-boxes-1 .row-box .col-box .zz-box-1 .txt-a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 16px;
    padding: 3px 4px 4px 4px;
    background: #FEDA00;
    color: #000;
    font-size: 12px;
    line-height: 100%;
}
.zz-boxes-1 .row-box .col-box .zz-box-1 .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    text-align: left;
}
.zz-boxes-1 .row-box .col-box .zz-box-1 .desc .txt-b {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 30px;
}
.zz-boxes-1 .row-box .col-box .zz-box-1 .desc .txt-b span {
    font-weight: bold;
    margin-bottom: 4px;
    color: #FEDA00;
    font-size: 16px;
    display: block;
}
.zz-boxes-1 .row-box .col-box .zz-box-1 .desc .txt-c {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    background: #004EA8;
    border-radius: 4px;
}
.zz-boxes-1 .row-box .col-box .zz-box-1 .desc .txt-c-1 {
    color: #004EA8;
    background: #FEDA00;
}
.zz-boxes-1 .row-box .col-box .zz-box-1 .desc .txt-c-2 {
    background: none;
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: underline;
}
.zz-boxes-1 .row-box .col-box .zz-box-1-1 {
    border: 2px solid #FEDA00;
}
.zz-boxes-1 .row-box .col-box .zz-box-1-2 {
    position: relative;
}
.zz-boxes-1 .row-box .col-box .zz-box-1-2:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #000;
    opacity: 0.45;
}
.zz-boxes-1 .row-box .col-box .zz-box-1-2 .txt-a {
    z-index: 2;
}
.zz-boxes-1 .row-box .col-box .zz-box-1-2 .txt-1, .zz-boxes-1 .row-box .col-box .zz-box-1-2 .desc {
    z-index: 2;
}

.zz-box-1-2 img {
    filter: grayscale(100%);
}

.zz-title {
    margin-bottom: 20px;
}
.zz-title h2 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: bold;
}
.zz-title .zz-title-txt {
    margin-top: 15px;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
}

.zz-content-box-2-1 {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    font-family: "Pixelify Sans", sans-serif;
    background: #000;
}
.zz-content-box-2-1 .zz-video-bg video {
    opacity: 0.3;
    height: 400px;
}
.zz-content-box-2-1 .name {
    position: relative;
    z-index: 1;
    background: #fff;
    color: #004EA8;
    font-size: 12px;
    line-height: 1.3;
    padding: 19px 24px 16px 24px;
}
.zz-content-box-2-1 .description {
    position: relative;
    z-index: 1;
    padding: 24px;
}
.zz-content-box-2-1 .description .txt-1 {
    color: #FEDA00;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 13px;
}
.zz-content-box-2-1 .description .txt-3 {
    margin-top: 15px;
    color: #58595B;
    font-size: 12px;
    line-height: 1.3;
}
.zz-content-box-2-1 .description .txt-2 {
    font-size: 16px;
    line-height: 1.3;
}
.zz-content-box-2-1 .description .txt-2 p {
    margin-bottom: 20px;
}
.zz-content-box-2-1 .description .txt-2 p:last-child {
    margin-bottom: 0;
}
.zz-content-box-2-1 .description .font-18 {
    font-size: 18px;
    line-height: 28px;
}

.zz-content-box-3 {
    padding-bottom: 80px;
}

.zz-boxes-1-1 .row-box .col-box .zz-box-1 .desc .txt-b {
    margin-bottom: 0;
}

.zz-boxes-1-1 .row-box .col-box .zz-box-1 {
    position: relative;
}
.zz-boxes-1-1 .row-box .col-box .zz-box-1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    opacity: 1 !important;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85));
    z-index: 2;
}
.zz-boxes-1-1 .row-box .col-box .zz-box-1 .desc {
    z-index: 3;
}

@media (max-width: 1199px) {
    .zz-content-box-1 .txt-2 {
        padding: 0;
    }
    .zz-boxes-1 .row-box .col-box .zz-box-1 .desc .txt-b {
        margin-bottom: 18px;
    }
    .zz-mb-1 {
        margin-bottom: 90px;
    }
    .zz-boxes-1-1 .row-box .col-box .zz-box-1 .desc .txt-b {
        margin-bottom: 0;
    }
}
@media (max-width: 992px) {
    .zz-boxes-1 .row-box .col-box {
        width: 33.3333%;
        margin-bottom: 16px;
    }
    .zz-boxes-1 .row-box {
        margin-bottom: -16px;
    }
}
@media (max-width: 767px) {
    .zz-content-box-1 h1 {
        font-size: 40px;
    }
    .zz-content-box-1 .txt-1 {
        font-size: 28px;
    }
    .zz-boxes-1 .row-box .col-box {
        width: 100%;
    }
    .zz-title h2 {
        font-size: 30px;
    }
    .zz-mb-1 {
        margin-bottom: 40px;
    }
    .zz-content-box-1 {
        padding-top: 32px;
    }
    .zz-content-box-1 .txt-2 {
        font-size: 16px;
        line-height: 23px;
    }
}
.zz-mb-2 {
    margin-bottom: 80px;
}

.zz-content-box-2-2 {
    margin-top: 24px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    background: #004EA8;
    padding: 30px 24px;
}
.zz-content-box-2-2 .txt {
    font-size: 18px;
    line-height: 28px;
}
.zz-content-box-2-2 .txt p {
    margin-bottom: 20px;
}
.zz-content-box-2-2 .txt p:last-child {
    margin-bottom: 0;
}
.zz-content-box-2-2 .zz-title {
    margin-bottom: 15px;
}
.zz-content-box-2-2 .zz-title h2 {
    color: #FEDA00;
}

.zz-title-1-1 {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}
.zz-title-1-1 .line {
    height: 2px;
    width: 100%;
    background: #fff;
}
.zz-title-1-1 .t-1 {
    flex-shrink: 0;
    margin-right: 24px;
    padding: 8px 8px;
    color: #004EA8;
    background: #FEDA00;
    font-weight: bold;
    line-height: 1.2;
}

.zz-text {
    font-size: 18px;
    line-height: 28px;
}

.zz-content-box-1-1 {
    text-align: left;
}
.zz-content-box-1-1 .description .txt-2 {
    padding: 0;
}

.zz-title-1-2 {
    padding-top: 10px;
}
.zz-title-1-2 .t-2 {
    padding: 8px 16px;
    background: #FEDA00;
    color: #004EA8;
    flex-shrink: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
}
.zz-title-1-2 .line {
    margin: 0 24px;
}
.zz-title-1-2 .t-3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .zz-title-1-1 {
        display: block;
    }
    .zz-title-1-2 .line {
        display: none;
    }
    .zz-title-1-2 .t-2 {
        font-size: 26px;
        line-height: 1.3;
        display: inline-block;
        padding-bottom: 7px;
    }
    .zz-title-1-2 .t-3 {
        font-size: 26px;
        margin-top: 10px;
        line-height: 1.3;
    }
    .zz-title-1-1 .line {
        display: none;
    }
}
.zz-mt-1 {
    margin-top: 22px;
}

.zz-content-box-1-1-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.zz-content-box-1-1-image:before {
    display: none;
}

.zz-content-box-4 h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
  margin-top: 25px;
    margin-bottom: 25px;
}

.zz-boxes-2 .row-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}
.zz-boxes-2 .row-box .col-box {
    margin-bottom: 13px;
    position: relative;
    width: 25%;
    padding: 0 13px;
}
.zz-boxes-2 .row-box .col-box .zz-box-2-box {
    position: relative;
    height: 100%;
}
.zz-boxes-2 .row-box .col-box .iradio {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
.zz-boxes-2 .row-box .col-box .zz-box-2 {
    position: relative;
    display: block;
    background: #fff;
    height: 100%;
}
.zz-boxes-2 .row-box .col-box .zz-box-2 .ic {
    position: absolute;
    top: 0;
    left: 0;
    margin: 8px;
}
.zz-boxes-2 .row-box .col-box .zz-box-2 figure img {
    width: 100%;
}
.zz-boxes-2 .row-box .col-box .zz-box-2 .description {
    padding: 8px 12px;
    color: #000;
    font-size: 15px;
    line-height: 22px;
}
.zz-boxes-2 .row-box .col-box .zz-box-2 .description .t-1 {
    color: #004EA8;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.zz-button-content {
    display: flex;
    justify-content: center;
    padding: 37px 0 50px 0;
}

.zz-btn-3 {
    width: 200px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    display: inline-block;
    background: #004EA8;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.zz-btn-3:hover {
    opacity: 0.9;
    color: #fff;
}

.zz-box-2-box {
    cursor: pointer;
}

.zz-box-2-box, .zz-box-2 {
    cursor: pointer;
}

.zz-boxes-2 .row-box .col-box .checked + .zz-box-2:after {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #FEDA00;
}

.zz-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    padding: 50px;
    z-index: 10000000;
    background: rgba(3, 43, 108, 0.8);
}
.zz-popup .zz-popup-content {
    width: 452px;
    margin: 0 auto;
    max-width: 100%;
    max-height: calc(100vh - 100px);
    overflow: auto;
    background: #fff;
}
.zz-popup .zz-popup-txt-1 {
    min-height: 293px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.zz-popup .zz-popup-txt-1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.8));
    content: "";
    display: block;
}
.zz-popup .zz-popup-txt-1 div {
    position: relative;
    z-index: 2;
    padding: 20px 24px;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
}
.zz-popup .zz-popup-txt-1 div span {
    color: #FEDA00;
}
.zz-popup .zz-popup-desc {
    padding: 0 24px;
}
.zz-popup .zz-button {
    padding: 16px 0 24px 0;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #004EA8;
}
.zz-popup .zz-popup-txt-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 3;
    padding: 16px 0;
}
.zz-popup .zz-popup-txt-2 .t-1 {
    color: #004EA8;
    font-size: 16px;
    font-weight: bold;
}
.zz-popup .zz-popup-txt-2 .t-1-1 {
    font-size: 18px;
    margin: 0;
    line-height: 24px;
}
.zz-popup .zz-popup-txt-2 figure {
    margin-top: -90px;
    margin-left: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .zz-popup {
        padding: 20px;
    }
    .zz-popup .zz-popup-txt-2 figure {
        width: 50px;
    }
}
@media (max-width: 767px) {
    .zz-boxes-2 .row-box .col-box {
        width: 100%;
    }
}
/* *** *** */
.aaa-content-box-1 {
    color: #004EA8;
    font-size: 28px;
    line-height: 47px;
    text-align: center;
    font-weight: 900;
    font-style: italic;
    background: url("../../../img/frontend/11_2025/45.png") left top no-repeat;
    margin-bottom: 30px;
}
.aaa-content-box-1 .txt {
    padding: 30px 50px;
    background: url("../../../img/frontend/11_2025/46.png") right bottom no-repeat;
}

.aaa-content-box-2 {
    height: 87px;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url("../../../img/frontend/11_2025/47.png") right bottom no-repeat;
}
.aaa-content-box-2 .txt {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.3;
    border-radius: 22px;
    border: 5px solid #DADADA;
    background: #fff;
    color: #004EA8;
    padding: 4px 40px;
}

.aaa-content-box-3 {
    background: #EEEEEE;
    padding: 27px 20px 29px 20px;
    text-align: center;
    font-size: 26px;
    line-height: 31px;
    font-weight: 900;
    color: #004EA8;
}

@media (max-width: 1199px) {
    .aaa-content-box-1 {
        font-size: 24px;
        line-height: 1.3;
    }
    .aaa-content-box-3 {
        font-size: 24px;
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
    .aaa-content-box-1 {
        font-size: 20px;
    }
    .aaa-content-box-3 {
        font-size: 20px;
    }
    .aaa-content-box-1 .txt {
        padding: 50px 0;
    }
}
h2.text-format-title, h3.text-format-title{
    color: #004EA8;
    font-weight: 900;
}
/*# sourceMappingURL=style.css.map */