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

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

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.rwd {
    display:none!important;
}
@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1240px;
  }
}
.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: "Source Sans 3", sans-serif;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  color: #01204E;
  padding-top: 100px !important;
  background: #fff;
  line-height: 22px;
  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;
}

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

/* *** HEADER *** */
header {
  z-index: 50;
  top: 0;
  left: 0;
  position: fixed;
  background: #01204E;
  width: 100%;
}

header .h-buttons {
  display: flex;
}

header .h-buttons a {
  margin-left: 17px;
}

header .h-buttons a:first-child {
  margin-left: 0;
}

header .container {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-between;
}

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

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

header .main-menu {
  margin-right: 27px;
}

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

header .main-menu ul > li {
  border-left: 1px solid #fff;
  margin-left: 9px;
  padding-left: 9px;
}

header .main-menu ul > li:first-child {
  border-left: none;
}

header .main-menu ul > li > a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  position: relative;
}

header .main-menu ul > li :hover, header .main-menu ul > li .active {
  color: #C4261D;
}

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

.btn-1 {
  height: 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
  background: #C4261D;
  border: 1px solid #C4261D;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}

.btn-1:hover {
  opacity: 0.9;
  color: #fff;
}

.btn-1-1 {
  border-color: #fff;
  background: none;
}

.btn-1-1:hover {
  border-color: #C4261D;
  color: #C4261D;
}

.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;
}

.video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
}

.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;
}
.register-btn-2 {
    font-size: 24px!important;
    letter-spacing:1.5px!important; 
    font-weight: bolder!important; 
    padding-left: 15px!important; 
    padding-right: 15px!important;
}
.home-btn {
    width: 30%; margin-left: 35%; margin-top: 50px; font-size: 20px; text-align: center
}
@media only screen and (max-width: 1199px) {
  body .video-bg video {
    margin: auto;
    position: absolute;
    z-index: -1;
    transform: none;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.banner-content {
  height: 80vh;
  position: relative;
}

/* *** 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: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

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

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

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

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

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

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

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 80px;
  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(0, 0, 0, 0.5);
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #01204E;
  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: 16px;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 15px 15px 14px 15px;
}

.menu-rsp nav a:hover {
  background-color: #C4261D;
  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: #EDE5D9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .rwd {
    display:block!important;
    }
    .no-rwd {
        display: none!important;
    }
  .register-btn-2 {
        font-size: 14px!important;
        letter-spacing:1.5px!important; 
        font-weight: bolder!important; 
        padding-left: 15px!important; 
        padding-right: 15px!important;
    }
    .catalog-btn {
        font-size: 12px!important;
    }
    .catalog-head {
        font-size: 24px!important;
        margin-top: 10px!important;
    }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
/* *** HOME *** */
.content-box-1 {
  margin-top: -150px;
  position: relative;
  margin-bottom: 130px;
  z-index: 2;
}

.content-box-1 .content-box-1-1 {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 22px;
  text-align: center;
  padding: 15px 30px 30px 30px;
}

.content-box-1 .content-box-1-1 h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 71px;
  margin-bottom: 10px;
}

.content-box-1 .content-box-1-1 h2 span {
  color: #C4261D;
}

.content-box-1 .content-box-1-1 .txt {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 45px;
}

.btn-2 {
  height: 50px;
  line-height: 53px;
  padding: 0 60px;
  background: #C4261D;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
}

.btn-2:hover {
  opacity: 0.9;
  color: #fff;
}

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

.content-box-2a .content-box-2-1 .txt-1 {
  position: absolute;
  top: 0;
  padding: 15px 20px;
  left: 0;
  z-index: 1;
  font-size: 14px;
  color: #fff;
}

.content-box-2a .content-box-2-2 {
  margin-top: -136px;
  display: flex;
  justify-content: flex-end;
}

.content-box-2a .content-box-2-2 .description {
  width: 525px;
  background: #C4261D;
  padding: 15px 30px 16px 30px;
  color: #fff;
}

.content-box-2a .content-box-2-2 .description .txt-2 {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 4px;
}

.content-box-2a .content-box-2-2 .description .txt-3 {
  font-weight: 900;
  font-size: 36px;
  line-height: 50px;
}

.title {
  margin-bottom: 75px;
}

.title h2 {
  margin: 0;
  color: #01204E;
  font-size: 70px;
  line-height: 100px;
  font-weight: 900;
}

.boxes-1 {
  display: flex;
  justify-content: center;
}

.boxes-1 .box-1 {
  width: 333px;
  height: 410px;
  margin: 0 10px;
}

.boxes-1 .box-1 .txt {
  font-size: 24px;
  line-height: 35px;
  color: #01204E;
  font-weight: 900;
  padding: 0 60px;
  text-align: center;
  padding-top: 215px;
}

.boxes-1 .box-1-1 {
  background: url("../../img/frontend/02.png") center no-repeat;
}

.boxes-1 .box-1-2 {
  background: url("../../img/frontend/03.png") center no-repeat;
}

.boxes-1 .box-1-3 {
  background: url("../../img/frontend/04.png") center no-repeat;
}

.content-box-2 {
  margin-top: -105px;
}

.content-box-3 {
  padding: 80px 0;
}

.content-box-3 .txt-1 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #C4261D;
  margin-bottom: 13px;
  padding: 6px 10px 5px 10px;
  display: inline-block;
}

.content-box-3 .txt-2 {
  color: #000000;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
}

.info {
  width: 11px;
  height: 11px;
  background: url(../../img/frontend/icons/01.png) center no-repeat;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}

.content-box-4 {
  background: #F7F9FC;
  position: relative;
  padding: 50px 0;
}

.content-box-5 {
  padding: 100px 0;
}

.title h2 span {
  color: #C4261D;
}

.content-box-5-1 {
  margin-bottom: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-box-5-1 .title {
  display: flex;
  align-items: center;
  margin: 0;
}

.content-box-5-1 .title img {
  margin-left: 15px;
}

.btn-3 {
  display: inline-block;
  border: 1px solid #01204E;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  color: #01204E;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
}

.btn-3 span {
  padding: 5px 0;
  padding-right: 40px;
  background: url("../../img/frontend/icons/02.png") center right no-repeat;
}

.btn-3:hover {
  color: #01204E;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
}

.boxes-2 .row-box {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.boxes-2 .row-box .col-box {
  margin-bottom: 14px;
  padding: 0 7px;
  width: 25%;
}

.boxes-2 .row-box .col-box .box-2 {
  display: block;
  width: 100%;
  height: 290px;
  padding: 0 30px;
  background: #F7F9FC;
  color: #01204E;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-top: 78px;
}

.boxes-2 .row-box .col-box .box-2:hover {
  box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.1);
}

.boxes-2 .row-box .col-box .box-2 figure {
  height: 103px;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-end;
}

.content-box-6 {
  position: relative;
}

.content-box-6 .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.content-box-6 .description {
  min-height: 1000px;
  width: 705px;
  padding-right: 20px;
}

.content-box-6 .title {
  margin-bottom: 20px;
}

.content-box-6 .txt-1 {
  margin-bottom: 67px;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.btn-1-2 {
  border-color: #C4261D;
  background: none;
  color: #C4261D;
}

.btn-1-2:hover {
  color: #C4261D;
}

.content-box-7 {
  display: flex;
  padding: 80px 0;
}

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

.content-box-7 .container .txt {
  font-weight: 900;
  color: #000000;
  font-size: 30px;
  line-height: 1.2;
}

.content-box-7 .container .txt span {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #C4261D;
  margin-left: 2px;
}

.content-box-7 .container .button-box {
  display: flex;
}

.content-box-7 .container .button-box a {
  margin-left: 20px;
}

.content-box-8 {
  padding: 20px 0;
  border-top: 1px solid #01204E;
}

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

.content-box-8 .container .col-right {
  display: flex;
  align-items: center;
}

.content-box-8 .container .col-right .txt {
  color: #000000;
  font-size: 12px;
  line-height: 1.2;
  padding-top: 2px;
  margin-right: 15px;
}

footer {
  background: #01204E;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0 40px 0;
}

footer .f-txt, footer .f-menu {
  opacity: 0.53;
}

footer a:hover {
  opacity: 0.85;
}

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

footer .container .col-left {
  width: 493px;
  max-width: 100%;
}

footer .btn-1 {
  min-width: 128px;
}

footer .col-right {
  text-align: right;
}

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

.social-box {
  margin-top: 35px;
  display: flex;
}

.social-box a {
  width: 36px;
  height: 36px;
  display: block;
  margin-right: 20px;
}

.social-box .fb {
  background: url("../../img/frontend/icons/facebook.png");
}

.social-box .yt {
  background: url("../../img/frontend/icons/yt.png");
}

.f-menu {
  margin-top: 55px;
}

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

.f-menu ul a {
  color: #fff;
}

.f-menu ul li:after {
  margin: 0 5px;
  content: "|";
  display: inline-block;
}

.f-menu ul li:last-child:after {
  display: none;
}

.steps-box {
  display: flex;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 60px;
}

.steps-box .step-box {
  color: #000000;
  display: flex;
  align-items: center;
}

.steps-box .step-box img {
  margin-right: 6px;
}

.steps-box .col-box {
  display: flex;
  align-items: center;
  opacity: 0.2;
  position: relative;
}

.steps-box .col-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: "";
  z-index: 2;
}

.steps-box .col-box:after {
  width: 65px;
  height: 1px;
  background: #000;
  content: "";
  display: block;
  margin: 0 10px;
}

.steps-box .col-box:last-child:after {
  display: none;
}

.steps-box .active {
  opacity: 1;
}

.steps-box .active:before {
  display: none;
}

.form-box {
  width: 593px;
  max-width: 100%;
}

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

.form-box .input-box input {
  width: 100%;
  display: block;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #9C9E9F;
}

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

.form-box .form-button .btn-2 {
  width: 290px;
}

::-moz-placeholder {
  opacity: 0.5;
  font-size: 12px;
  color: #000;
}

::placeholder {
  opacity: 0.5;
  font-size: 12px;
  color: #000;
}

.btn-2 {
  border: none;
}

.form-floating {
  margin-bottom: 20px;
}

.form-floating input:focus, .form-floating textarea:focus {
  outline: none !important;
  box-shadow: none;
}

.form-floating > label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px 10px 10px;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #9C9E9F;
  border-radius: 0;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: 45px;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  padding-top: 7px;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  padding-top: 7px;
}

.form-txt-box {
  padding: 0 10px;
}

.form-txt-1 {
  font-weight: bold;
  color: #000;
  font-size: 12px;
  line-height: 17px;
  margin-top: -7px;
  margin-bottom: 10px;
}

.form-txt-2 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 17px;
  opacity: 0.5;
}

.form-box .checkbox-content {
  margin-bottom: 38px;
}

.checkbox-content .checkbox-box {
  position: relative;
  padding-left: 20px;
}

.checkbox-content .checkbox-box label {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  margin: 0;
}

.checkbox-content .checkbox-box .icheckbox {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 1px;
  left: 0;
  background: url("../../img/frontend/icons/13.png") center no-repeat;
}

.checkbox-content .checkbox-box .checked {
  background: url("../../img/frontend/icons/14.png") center no-repeat;
}

.checkbox-content .checkbox-box .checked + span {
  font-weight: bold;
}

/* *** FORMULARZ REJESTACJI *** */
.content-box-6-1 {
  padding-top: 30px;
}

.mb60 {
  margin-bottom: 60px;
}
.mb50 {
  margin-bottom: 50px;
}

.btn-4 {
  display: inline-block;
  border: 1px solid #01204E;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  color: #01204E;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
}

.btn-4:hover {
  background: #01204E;
  color: #fff;
}

.form-button-1 {
  margin-bottom: 30px;
}

.checkbox-content-1 .checkbox-box-1 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 28px;
}

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

.checkbox-content-1 .checkbox-box-1 label {
  font-size: 13px;
  line-height: 17px;
  color: #000;
  font-weight: 300;
  margin: 0;
  display: block;
  padding-top: 1px;
}

.checkbox-content-1 .checkbox-box-1 label strong {
  font-weight: bold;
}

.checkbox-content-1 .checkbox-box-1 label a {
  color: #000;
  text-decoration: underline;
}

.checkbox-content-1 .checkbox-box-1 label a:hover {
  color: #C4261D;
}

.checkbox-content-1 .checkbox-box-1 .icheckbox {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../img/frontend/icons/15.png") center no-repeat;
}

.checkbox-content-1 .checkbox-box-1 .checked {
  background: url("../../img/frontend/icons/16.png") center no-repeat;
}

.mb20 {
  margin-bottom: 20px;
}

.checkbox-content-1-1 {
  padding-left: 28px;
}

.btn-prev {
  color: #01204E;
  font-size: 14px;
  font-weight: 300;
  padding-left: 18px;
  display: inline-block;
  background: url("../../img/frontend/icons/17.png") left 6px no-repeat;
}

.btn-prev:hover {
  color: #01204E;
  opacity: 0.9;
}

.prev-content {
  padding-bottom: 15px;
}

.link-1 {
  color: #000;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
}

.link-1:hover {
  color: #000;
  opacity: 0.9;
}

.content-box-6-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.content-box-6-2 .checkbox-content {
  margin: 0;
}

.content-box-6-2 .checkbox-content .checkbox-box strong {
  font-weight: bold;
  color: #000;
}

.form-box .form-button .btn-2 {
  padding: 0 20px;
}

.content-box-6-1-1 .description {
  min-height: 710px !important;
}

.password-txt {
  margin-bottom: 40px;
  color: #000;
}

.btn-user {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  display: block;
  background: url("../../img/frontend/icons/18a.png") center no-repeat;
}

header .h-buttons .btn-basket {
  width: 28px;
  display: block;
  height: 28px;
  margin: 0 20px 0 37px;
  background: url("../../img/frontend/icons/19a.png") center no-repeat;
}

.btn-logout {
  width: 25px;
  display: block;
  height: 30px;
  background: url("../../img/frontend/icons/20a.png") center no-repeat;
}

.btn-user:hover, .btn-basket:hover, .btn-logout:hover {
  opacity: 0.9;
}

header .h-buttons {
  align-items: center;
}

.content-box-9 {
  position: relative;
}

.content-box-9:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #01204E;
  display: block;
  content: "";
}

.content-box-9 .content-box-9-1 {
  position: relative;
  z-index: 2;
  height: 306px;
  padding: 18px 0 42px 0;
  background: #01204E url("../../img/frontend/09.png") right center no-repeat;
  display: flex;
  border-right: 7px solid #C4261D;
  flex-direction: column;
  justify-content: space-between;
}

.content-box-9 .content-box-9-1 .title {
  margin: 0;
}

.content-box-9 .content-box-9-1 .title h2 {
  color: #fff;
}

.content-box-10 {
  padding: 100px 0;
}

.content-box-10-1 {
  width: 794px;
  margin: 0 auto;
  max-width: 100%;
}

.input-content-box {
  border-radius: 7px;
  border: 1px dashed #9C9E9F;
  padding: 49px 28px 39px 28px;
  background: #F7F9FC;
  cursor: pointer;
  position: relative;
}

.input-content-box input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}

.input-content-box .input-icon {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: -38px;
  left: 0;
}

.input-content-box .txt-1 {
  width: 100%;
  text-align: center;
}

.input-content-box .txt-2 {
  font-size: 16px;
  text-align: center;
  color: #000;
  font-weight: 300;
  padding-top: 5px;
}

.btn-3-1 {
  color: #C4261D;
  border-color: #C4261D;
  font-size: 18px;
  line-height: 51px;
}

.content-box-10-2 {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
  color: #344651;
  font-size: 14px;
  align-items: center;
  margin-bottom: 50px;
}

.content-box-10-2 .links-box {
  display: flex;
}

.content-box-10-2 .links-box a {
  margin-left: 24px;
}

.content-box-10-2 .links-box a:hover {
  opacity: 0.85;
}

.content-box-10-3 {
  padding: 0 28px;
}

.content-box-10-3 .btn-3 {
  width: 100%;
}

.btn-3-2 {
  color: #fff;
  background: #C4261D;
  border-color: #C4261D;
}

.btn-3-2:hover {
  color: #fff;
  opacity: 0.9;
}

.content-box-10-2 .links-box {
  flex-shrink: 0;
}

.main-content {
  padding: 30px 0 100px 0;
}

/* *** KONTAKT *** */
.content-box-11 {
  display: flex;
}

.content-box-11 .col-left {
  width: 795px;
  max-width: 100%;
  margin-right: 27px;
  flex-shrink: 0;
}

.content-box-11 .col-right {
  width: 100%;
}

.content-box-11 .form-box-2 {
  background: #F7F9FC;
  padding: 20px;
}

.content-box-11 .form-box-2 input, .content-box-11 .form-box-2 textarea {
  background: transparent;
}

.form-floating > textarea.form-control {
  resize: none;
  overflow: auto;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(112, 112, 112, 0.35);
  height: 157px;
  border-bottom: 1px solid #9C9E9F;
}

.form-floating > textarea.form-control:not(:-moz-placeholder-shown) ~ label {
  padding-top: 16px;
}

.form-floating > textarea.form-control:not(:placeholder-shown) ~ label, .form-floating > textarea.form-control:focus ~ label {
  padding-top: 16px;
}

.title-1 h2 {
  font-size: 20px;
  font-weight: 600;
  color: #01204E;
  line-height: 30px;
  margin-bottom: 20px;
}

.form-box-2 .btn-1 {
  padding: 0 30px;
}

.form-box-2 .content-box-6-2 {
  padding: 0;
  margin-bottom: 35px;
}

.btn-1.font18 {
  font-size: 18px;
  line-height: 52px;
}

.main-content .title {
  margin-bottom: 30px;
}

.checkbox-content .checkbox-box label {
  display: block;
}

.contact-box {
  padding: 20px;
  padding-left: 88px;
  background: url("../../img/frontend/icons/22.png") left 70px no-repeat;
}

.contact-box .txt-1 {
  font-size: 36px;
  line-height: 30px;
  font-weight: 900;
  color: #01204E;
  padding-top: 10px;
  margin-bottom: 20px;
}

.contact-box .txt-1 a {
  color: #01204E;
}

.contact-box .txt-1 a:hover {
  color: #01204E;
  opacity: 0.9;
}

.contact-box .txt-2 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}

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

/* *** MOJE KONTO *** */
.boxes-3 {
  margin-bottom: 50px;
}

.boxes-3 .row-box {
  display: flex;
  margin: 0 -6px;
}

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

.boxes-3 .row-box .col-box .box-3 {
  height: 243px;
  padding: 17px 20px;
  background: #F7F9FC;
}

.boxes-3 .row-box .col-box .box-3 .txt-1 {
  font-size: 13.5px;
}

.boxes-3 .row-box .col-box .box-3 .txt-2 {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 900;
}

.boxes-3 .row-box .col-box .box-3 .txt-3 {
  font-size: 70px;
  opacity: 0.1;
  text-align: right;
  margin-top: -53px;
  line-height: 1.2;
  font-weight: 900;
}

.boxes-3 .row-box .col-box .active {
  background: #01204E url("../../img/frontend/icons/23.png") 20px calc(100% - 20px) no-repeat;
  color: #fff;
}

.table-1 {
  margin-bottom: 60px;
}

.table-1 table {
  border-top: 1px solid #E6EBEF;
  width: 100%;
}

.table-1 table tr td {
  padding: 20px 15px 19px 15px;
  border-bottom: 1px solid #E6EBEF;
}

.table-1 table tr td .txt-1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  color: #000;
}

.table-1 table tr td .button-box {
  display: flex;
  justify-content: flex-end;
}

.table-1 table .tr-data td {
  padding: 0;
}

.table-1 table .tr-data .content-box-12 {
  background: #fff;
  padding: 15px;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}

.btn-5 {
  width: 28px;
  height: 28px;
  display: block;
  background: url("../../img/frontend/icons/24.png") center no-repeat;
}

.btn-5:hover {
  opacity: 0.85;
}

.btn-5.active {
  transform: rotate(45deg);
}

.title-2 {
  margin-bottom: 25px;
}

.title-2 h2 {
  font-size: 36px;
  font-weight: 900;
  margin: 0;
}

div .table-1:last-child {
  margin-bottom: 0;
}

.form-box-3 {
  width: 100%;
}

.form-box-3 .form-txt-1 br {
  display: none;
}

.form-box-3 .checkbox-content {
  margin-bottom: 0;
}

.form-box-3 .btn-2 {
  font-size: 18px;
}

.table-2 table {
  border-top: none;
}

.table-2 table tr:last-child td {
  border-bottom: none;
}

.table-2 table tr td, .table-2 table tr th {
  padding: 5px 15px 4px 15px !important;
  text-align: center;
}

.table-2 table tr th {
  border-bottom: 1px solid #E6EBEF;
}

.tr-data {
  display: none;
}

.form-box-3 .checkbox-content .checkbox-box label {
  color: #000;
}

/* *** PRODUKTY PREMIOWANE *** */
.boxes-4 {
  margin-bottom: -12px;
}

.boxes-4 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.boxes-4 .row-box .col-box {
  margin-bottom: 12px;
  padding: 0 6px;
  width: 25%;
}

.boxes-4 .row-box .col-box .box-4 {
  display: block;
  text-align: center;
  padding: 0 20px 20px 20px;
  border: 1px solid #9C9E9F;
}

.boxes-4 .row-box .col-box .box-4:hover {
  box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.1);
}

.boxes-4 .row-box .col-box .box-4 figure {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}

.boxes-4 .row-box .col-box .box-4 .txt {
  text-align: left;
  color: #000000;
  padding-bottom: 37px;
  font-size: 20px;
  min-height: 160px;
  line-height: 28px;
  font-weight: 600;
}

.bg-1 {
  margin-top: -100px;
  background: #01204E url("../../img/frontend/10.png") center bottom no-repeat;
}

.bg-1 .main-content {
  padding-bottom: 30px;
}

.bg-1 header {
  background: none;
}

.bg-1 .btn-prev {
  color: #fff;
  background: url(../../img/frontend/icons/17-1.png) left 6px no-repeat;
}

.bg-1 .title h2 {
  color: #fff;
}

.content-box-13 {
  color: #fff;
  display: flex;
}

.content-box-13 .container {
  display: flex;
}

.content-box-13 .image {
  width: 360px;
  text-align: center;
}

.content-box-13 .description {
  width: 701px;
  padding-top: 75px;
}

.content-box-13 .description .txt {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.content-box-13 .description h2 {
  margin: 0 0 15px 0;
  font-size: 36px;
  font-weight: 900;
}

.content-box-13-1 {
  background: #fff;
  color: #000;
}

.content-box-13-1 .description {
  padding-top: 35px;
}

.content-box-13-1 .image {
  margin-top: -250px;
}

.title-3 h2 {
  font-weight: bold;
  color: #000;
  font-size: 20px !important;
  line-height: 30px !important;
  margin-bottom: 10px !important;
}

.list-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-1 ul li {
  padding-left: 24px;
  margin-bottom: 10px;
  background: url("../../img/frontend/icons/26.png") left 5px no-repeat;
}

.list-1 ul li:last-child {
  margin-bottom: 0;
}

.content-box-13-1 {
  margin-bottom: 70px;
}

.bg-1 header {
  position: relative;
}

.bg-1 header:after {
  content: "";
  display: block;
  width: 1200px;
  left: 50%;
  height: 1px;
  margin-left: -600px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
}

.content-box-15 {
  display: flex;
  justify-content: flex-end;
  margin-top: -160px;
}

.content-box-15 .description {
  width: 392px;
  height: 216px;
  background: #C4261D;
  border-radius: 5px;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.content-box-15 .description .txt-1 {
  font-size: 20px;
  line-height: 30px;
}

.content-box-15 .description .txt-2 {
  font-size: 130px;
  font-weight: 900;
  line-height: 1.2;
}

.content-box-16 {
  margin-top: -30px;
}

.form-box-4 {
  width: 794px;
  max-width: 100%;
}

.form-box-4 button {
  width: 284px;
  max-width: 100%;
  margin-top: 30px;
}

/* *** KOSZYK 1 *** */
.bkt-content-box-1 {
  display: flex;
}

.bkt-content-box-1 .col-left {
  width: 795px;
  margin-right: 15px;
  flex-shrink: 0;
}

.bkt-content-box-1 .col-right {
  width: 100%;
}

.bkt-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 17.5px;
  font-weight: 600;
  color: #000000;
}

.bkt-table-2 table {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  width: 100%;
}

.bkt-table-2 table tr td:last-child {
  font-size: 20px;
  color: #01204E;
  font-weight: 600;
  text-align: right;
  padding-left: 10px;
}

.bkt-table-2 table tr td {
  padding-bottom: 10px;
}

.bkt-table-2 table strong {
  font-weight: 900;
}

.bkt-table-2 + .button-box {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

.bkt-table-2 + .button-box .btn-1 {
  margin-top: 20px;
  width: 100%;
}

.bkt-table-2 + .button-box .btn-1:first-child {
  margin-top: 0;
}

.color-violet {
  color: #990099;
}

.bkt-steps {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}

.bkt-steps div {
  width: 28px;
  height: 28px;
  display: inline-block;
  opacity: 0.2;
  background: #01204E url("../../img/frontend/icons/27.png") center no-repeat;
  border-radius: 3px;
}

.bkt-steps span {
  width: 68px;
  height: 1px;
  background: #01204E;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.bkt-steps div.current {
  color: #000;
  opacity: 1;
}

.bkt-table-1 table {
  width: 100%;
}

.bkt-table-1 table tr td {
  border-bottom: 1px solid #01204E;
}

.bkt-table-1 table tr:last-child td {
  border-bottom: none;
}

.bkt-table-1 table tr td:first-child {
  width: 290px;
}

.bkt-table-1 table tr td .txt-1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000000;
}

.bkt-table-1 table tr td .txt-2 {
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 5px;
}

.bkt-table-1 table tr td .txt-3 {
  display: flex;
  align-items: center;
  padding-bottom: 1px;
}

.bkt-table-1 table tr td .txt-3 .txt-3-1 strong {
  margin-left: 10px;
}

.bkt-table-1 table tr td .txt-3 .quantity-box .quantity input + a {
  margin-top: 0;
}

.bkt-table-1 table tr td .txt-3 .quantity-box {
  display: flex;
  align-items: center;
}

.bkt-table-1 table tr td .txt-3 .quantity-box label {
  font-size: 14px;
  line-height: 20px;
  margin-right: 20px;
}

.bkt-table-1 table tr td .txt-3 .quantity-box .quantity {
  line-height: 17px;
  align-items: center;
  display: flex;
  height: auto;
}

.bkt-table-1 table tr td .txt-3 .quantity-box input {
  font-weight: bold;
  border: none;
  height: auto;
  font-size: 20px;
  padding-top: 4px;
  text-align: center;
  width: 40px;
}

.bkt-table-1 table .price {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.bkt-table-1 table .bkt-table-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.select-2 .select-2-content {
  min-width: 80px;
}

.btn-remove {
  width: 16px;
  height: 18px;
  margin-bottom: 30px;
  display: block;
  background: url("../../img/frontend/icons/28.png");
}

.btn-remove:hover {
  opacity: 0.85;
}

.bkt-table-2 table table {
  margin: 0 -10px;
}

.bkt-table-2 table table tr td {
  text-align: left !important;
  padding: 3px 0 !important;
  font-size: 13px !important;
}

.bkt-taxtarea-box {
  padding-top: 5px;
  margin-bottom: 17px;
}

.bkt-taxtarea-box label {
  padding: 0 10px;
  color: #D5D6D6;
  font-size: 13px;
  margin-bottom: 5px;
}

.bkt-taxtarea-box textarea {
  resize: none;
  overflow: auto;
  padding: 3px 10px;
  border: 1px solid #D5D6D6;
  border-radius: 5px;
  width: 100%;
  height: 91px;
  font-size: 14px;
}

.bkt-taxtarea-box + .button-box .btn-2 {
  width: 100%;
}

.bkt-title-1 {
  font-weight: bold;
  font-size: 15px;
  padding: 0 10px;
  margin-bottom: 10px;
}

.bkt-form {
  padding-top: 15px;
  width: 592px;
  max-width: 100%;
}

.bkt-form .button-box {
  padding-top: 10px;
}

.bkt-form .btn-2 {
  width: 155px;
}

.bkt-txt-1-1 {
  color: #000000;
  font-size: 14px;
  padding-top: 20px;
}

.bkt-box-1 {
  background: #F7F9FC;
  padding: 20px;
}

.bkt-txt-1-2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
  margin-bottom: 16px;
}

.bkt-boxes-1 {
  display: flex;
}

.bkt-boxes-1 .col-box {
  width: 33.3333%;
}

.bkt-boxes-1 .col-box.no-active {
  opacity: 0.2;
}

.bkt-table-2 table tr td.bkt-td-1 {
  padding-left: 20px;
}

.bkt-summary {
  color: #01204E;
  font-size: 20px;
  text-align: right;
  line-height: 30px;
  padding-top: 5px;
  border-top: 1px solid #01204E;
  font-weight: 600;
}

.bkt-summary span {
  min-width: 100px;
  padding-left: 10px;
  text-align: right;
  display: inline-block;
  font-weight: 900;
}

.bkt-table-2 table {
  margin-top: 10px;
}

.bkt-table-2 table:first-child {
  margin-top: 0;
}

.btn-user.active {
  background: #fff url("../../img/frontend/icons/30.png") center no-repeat;
}

/* *** O NAS *** */
.z-content-box-1 {
  width: 100%;
  display: flex;
}

.z-content-box-1 img {
  margin-right: 13px;
}

.gallery-box .row-box {
  flex-wrap: wrap;
}

.z-content-box-2 {
  display: flex;
  margin-top: -90px;
  margin-bottom: 20px;
  justify-content: flex-end;
}

.z-content-box-2 .description {
  background: #C4261D;
  color: #fff;
  width: 495px;
  max-width: 100%;
  font-size: 24px;
  line-height: 35px;
  padding: 20px 30px;
}

.z-content-box-3 {
  display: flex;
  align-items: flex-end;
}

.z-content-box-3 .image {
  margin-bottom: 100px;
}

.z-content-box-3 .description {
  width: 770px;
  margin-right: 35px;
  color: #000;
}

.z-content-box-3 .description h3 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 15px;
}

.z-content-box-3 .title-2 {
  margin-bottom: 35px;
}

.z-content-box-3 .button-box .btn-1 {
  width: 290px;
  max-width: 100%;
}

.text-1 {
  font-size: 18px;
  line-height: 30px;
}

.text-1 h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}

.text-1 h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.z-content-box-4 {
  margin-top: 38px;
  background: #01204E;
  color: #fff;
  padding: 65px 0;
  display: flex;
  position: relative;
}

.z-content-box-4:after {
  width: 3000px;
  background: #01204E;
  left: 50%;
  margin-left: -1500px;
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  content: "";
}

.z-content-box-4 .col-box {
  position: relative;
  z-index: 2;
  width: 33.33333%;
  text-align: center;
}

.z-content-box-4 .col-box .txt-1 {
  font-size: 70px;
  line-height: 100px;
  font-weight: 900;
}

.z-content-box-4 .col-box .txt-2 {
  font-size: 18px;
  line-height: 30px;
  opacity: 0.5;
}

.z-content-box-5 {
  padding: 140px 0;
}

.gallery-box {
  margin-bottom: -12px;
}

.gallery-box .row-box {
  display: flex;
  margin: 0 -6px;
}

.gallery-box .row-box .col-box {
  margin-bottom: 12px;
  padding: 0 6px;
  width: 25%;
}

.z-content-box-6 {
  background: #F7F9FC url("../../img/frontend/12.png") right bottom no-repeat;
  padding: 50px 0;
}

.z-content-box-6 .image {
  margin-bottom: 54px;
}

.z-content-box-6 .description {
  width: 894px;
  max-width: 100%;
  color: #000;
}

.text-2 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.z-content-box-7 {
  margin-bottom: -100px;
  padding: 50px 0;
  background: url("../../img/frontend/13.png") center no-repeat;
  background-size: cover;
}

.z-content-box-7 .txt-1 {
  width: 513px;
  max-width: 100%;
  margin-bottom: 42px;
}

.z-content-box-7 .txt-2 {
  width: 834px;
  max-width: 100%;
}

.z-content-box-7 .title-2 {
  color: #000;
}

.z-logos {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-bottom: -10px;
  align-items: center;
}

.z-logos .col-box {
  margin: 24px 24px 0 0;
}

.z-content-box-8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.z-content-box-8 figure {
  flex-shrink: 0;
  margin-right: 20px;
}

.z-content-box-8 .description .button-box {
  margin-top: 31px;
}

.z-content-box-8 .txt {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
}

.z-content-box-8-1 {
  margin-bottom: 60px;
}

.z-content-box-8-1 figure {
  margin: 0 0 0 20px;
}

.z-content-box-9 {
  margin-top: 70px;
  background: #F7F9FC;
  margin-bottom: -100px;
}

.nav-tabs-1 {
  margin-bottom: 10px;
}

.nav-tabs-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-tabs-1 ul li {
  margin: 0 20px 20px 0;
}

.nav-tabs-1 ul li button {
  height: 50px;
  border: 1px solid #01204E;
  border-radius: 5px;
  color: #01204E;
  padding: 0 23px;
  font-size: 20px;
  background: #fff;
  line-height: 50px;
  font-weight: 600;
}

.nav-tabs-1 ul li button.is-checked {
  background: #01204E;
  color: #fff;
}

.x-boxes-2 {
  padding-bottom: 78px;
}

.x-boxes-2 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.x-boxes-2 .row-box .col-box {
  margin-bottom: 12px;
  padding: 0 6px;
  width: 33.3333%;
}

.x-box-2 {
  border: 1px solid #707070;
}

.x-box-2 figure {
  height: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.x-box-2 .description {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #707070;
}

.x-box-2 .description .txt-1 {
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
}

.x-box-2 .description .txt-2 {
  font-size: 16px;
  line-height: 20px;
}

.x-box-2 .description .txt-box {
  margin-bottom: 10px;
  min-height: 80px;
}

.x-box-2 .button-box {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}

.x-box-2 .button-box button {
  color: #01204E;
  font-size: 14px;
  padding-left: 35px;
  display: inline-block;
  padding-top: 1px;
  background: url("../../img/frontend/icons/31.png") left center no-repeat;
}

.x-box-2 .button-box button:hover {
  color: #01204E;
  opacity: 0.9;
}

.x-box-2 .quantity-box {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
  justify-content: space-between;
}

.quantity a:hover {
  opacity: 0.85 !important;
}

.x-box-2 .quantity-box label {
  font-size: 16px;
  line-height: 20px;
  margin-right: 20px;
}

.x-box-2 .quantity-box .quantity {
  line-height: 17px;
  align-items: center;
  display: flex;
  height: auto;
}

.x-box-2 .quantity-box input {
  font-weight: bold;
  border: none;
  height: auto;
  font-size: 20px;
  background: none;
  padding-top: 4px;
  text-align: center;
  width: 40px;
}

#zasady {
  position: relative;
  z-index: 4;
}

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

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

/************************/
.cx-button-box {
  margin-top: 20px;
  padding-left: 24px;
}

.cx-button-box a:hover {
  opacity: 0.8;
}

/******************/
.banner-content {
  background-size: cover;
  background-position: center center;
}

/****************************/
/* *** *** */
.zx-tooltip {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  z-index: 1;
  right: 20px;
}

.zx-tooltip .tooltip-1 {
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.zx-tooltip .tooltip a {
  color: #344651;
  text-decoration: underline;
}

.zx-tooltip .tooltip a:hover {
  color: #344651;
  text-decoration: underline;
  opacity: 0.9;
}

.zx-tooltip .tooltip a {
  color: #fff;
  text-decoration: none;
}

.zx-tooltip .tooltip a:hover {
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}

.zx-tooltip .tooltip {
  opacity: 1;
  display: none;
  bottom: 100%;
  right: -8px;
  margin: 0;
  position: absolute;
}

.zx-tooltip .tooltip-inner {
  display: block !important;
}

.i-icon {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../../img/frontend/icons/info.png");
}

/* *** *** */
.content-box-2a .content-box-2-2 .description .txt-2 {
  background: #01204E;
  margin: -15px -30px 0 -30px;
  padding: 13px 30px 10px 30px;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 992px) {
  .content-box-2a .content-box-2-2 .description .txt-2 {
    margin: -20px -20px 17px -20px;
  }
}
.btn-basket {
  position: relative;
}

.btn-basket span {
  width: 20px;
  height: 20px;
  font-size: 12px;
  margin: -5px;
  border-radius: 50%;
  text-align: center;
  background: #C4261D;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

/* *** *** */
.btn-promotion {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 10;
  max-width: 67px;
}

.btn-promotion:hover {
  opacity: 0.9;
}

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

.box-4 {
  position: relative;
}

@media (max-width: 992px) {
  .btn-promotion {
    top: 150px;
  }
}
@media (max-width: 767px) {
  .btn-promotion.rwd-hide {
    display: none;
  }
  .rwd-hide {
    display: none;
  }
}
/* *** *** */
.xx-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 32, 78, 0.8);
  z-index: 115;
  padding: 30px;
  overflow: auto;
  display: block;
}

.xx-popup-content {
  background: rgb(255, 255, 255);
  width: 920px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 20px;
  padding: 10px;
}

.xx-popup-top {
  padding: 20px;
  width: 100%;
  font-size: 46px;
  line-height: 58px;
  font-weight: bolder;
  background-image:  url("../../img/frontend/regulamin.png");
  background-size: 100% 100%;
}
.xx-popup-top img {
  height: 65px;
}

.xx-popup-center .xx-txt h3{
  font-size: 28px;
  font-weight: bolder;
}

.xx-popup-center .btn-1 {
  width: 100% !important;
}
.xx-popup-center .btn-1:hover {
  background-color: rgb(196, 38, 29) !important;
}
.xx-popup-center .btn-1:active {
  color: white !important;
  background-color: rgb(196, 38, 29) !important;
}
.xx-popup-top .xx-txt-1 {
  padding: 0 46px;
  background: rgb(196, 38, 29);
  border-radius: 20px 0 0 0;
  color: #fff;
  font-weight: 900;
  font-size: 34px;
  height: 87px;
  margin-right: 20px;
  width: 525px;
  line-height: 91px;
}

.xx-popup-center {
  padding: 20px 46px;
}

.xx-popup-center p {
  margin-bottom: 15px;
}

.xx-popup-center .xx-txt {
  font-size: 24px;
  line-height: 30px;
  color: #000;
}

.xx-popup-center .color-blue {
  color: rgb(1, 32, 78);
}

.xx-popup-center .btn-1 {
  width: 290px;
  max-width: 100%;
  font-size: 24px;
  line-height: 50px;
}

.xx-checkbox-box {
  margin-bottom: 18px;
}

.xx-checkbox-box label {
  font-size: 16px;
  line-height: 22px;
  padding-left: 25px;
  color: #000;
}

.xx-checkbox-box {
  position: relative;
}

.xx-checkbox-box .icheckbox {
  width: 17px;
  height: 17px;
  background: url("../../img/frontend/icons/15.png");
  position: absolute;
  top: 2px;
  left: 0;
}

.xx-checkbox-box .icheckbox.checked {
  background: url("../../img/frontend/icons/16.png");
}

@media (max-width: 767px) {
  .xx-popup-center {
    padding: 20px 20px;
  }
  .xx-popup-top .xx-txt-1 {
    padding: 0 25px;
  }
  .xx-popup-top {
    display: block;
    text-align: center;
  }
  .xx-popup-top .xx-txt-1 {
    width: 100%;
    border-radius: 20px 20px 0 0;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 10px;
  }
  .xx-popup-top {
    padding-right: 0;
  }
  .xx-popup-center .xx-txt {
    font-size: 16px;
    line-height: 1.4;
  }
  .xx-popup-center {
    padding: 20px 10px;
  }
}
/* *** PODSTRONA O PROMOCJI *** */
.x-content-box-1 {
  padding: 45px 0 50px 0;
  background: #E6EBEF;
}

.x-content-box-1 .container {
  display: flex;
  justify-content: space-between;
}

.x-content-box-1 .description {
  width: 630px;
  margin-right: 20px;
}

.x-content-box-1 h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  color: #C4261D;
  margin-bottom: 10px;
}

.x-content-box-1 h3 {
  font-weight: bold;
  font-size: 23px;
  line-height: 29px;
  font-weight: 900;
  margin-bottom: 40px;
  color: #000;
}

.x-content-box-1 h2 span {
  color: #01204E;
}

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

.x-content-box-1 p {
  font-size: 23px;
  line-height: 29px;
  color: #000;
  margin: 0;
}

.x-content-box-2 {
  padding: 50px 0;
  background: #01204E;
  color: #fff;
  font-size: 46px;
  line-height: 65px;
  font-weight: 900;
}

.x-content-box-3 {
  padding: 45px 0 50px 0;
}

.x-content-box-3 h2 {
  font-weight: 900;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 18px;
}

.x-content-box-3 h2 span {
  color: #C4261D;
}

.x-content-box-3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
}

.x-content-box-3 ul li {
  margin-bottom: 20px;
  padding-left: 40px;
  background: url("../../img/frontend/icons/arrow.png") left center no-repeat;
  list-style: none;
}

.x-content-box-3 .button-box a {
  width: 355px;
  max-width: 100%;
}

.x-content-box-3 .button-box {
  padding: 45px 0 20px 0;
}

.x-content-box-4 {
  background: #01204E;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.x-content-box-4 figure {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 0 60px;
  height: 100%;
  background: #fff;
}

.x-content-box-4 figure:after {
  position: absolute;
  top: 0;
  height: 100%;
  left: 100%;
  width: 10000px;
  background: #fff;
  content: "";
  display: block;
}

.x-content-box-4 .container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 35px;
}

.x-content-box-4 .description {
  width: 667px;
  max-width: 100%;
}

.x-content-box-4 span {
  text-decoration: underline;
  font-style: italic;
}

.x-content-box-4 ul {
  padding: 0;
  font-weight: 500;
  margin: 0;
  list-style: none;
}

.x-content-box-4 ul li {
  margin-top: 20px;
  position: relative;
  padding-left: 24px;
}

.x-content-box-4 ul li:after {
  width: 14px;
  height: 14px;
  background: #C4261D;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .x-content-box-1 h2 br {
    display: none;
  }
  .x-content-box-4 figure {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 992px) {
  .x-content-box-1 .container {
    display: block;
  }
  .x-content-box-1 .description {
    padding: 0 0 30px 0;
    width: 100%;
    margin: 0;
  }
  .x-content-box-1 h2, .x-content-box-2, .x-content-box-3 h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .x-content-box-4 figure {
    display: none;
  }
  .x-content-box-2 br {
    display: none;
  }
  .x-content-box-1 h3, .x-content-box-1 p, .x-content-box-4 {
    font-size: 20px;
    line-height: 1.3;
  }
  .x-content-box-4 ul li:after {
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .x-content-box-1 h2, .x-content-box-2, .x-content-box-3 h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .x-content-box-3 ul {
    font-size: 20px;
  }
}
/* *** *** */
.l-txt {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}

.btn-2-1 {
  text-align: center;
  color: #01204E;
  border: 1px solid #01204E;
  background: none;
}

.btn-2-1:hover {
  opacity: 0.85;
  color: #01204E;
  border: 1px solid #01204E;
}

.form-box .form-button.l-form-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: -60px;
}

.form-box .form-button.l-form-button .txt {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

.c-content-box-1 .txt {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.c-content-box-1 .checkbox-content-1 {
  padding: 0;
  margin-bottom: 30px;
}

.c-content-box-1 .checkbox-content-1 .row-box {
  display: flex;
  margin: 0 -15px;
}

.c-content-box-1 .checkbox-content-1 .col-box {
  padding: 0 15px;
  width: 45%;
}

.c-content-box-1 .checkbox-content-1 .checkbox-box-1 {
  margin-bottom: 5px;
}

.content-box-6 .image {
  border-bottom: 3px solid #C4261D;
}

/* *** TWOJA SPECJALIZACJA *** */
.c-content-box-2 .txt-1 {
  width: 541px;
  max-width: 100%;
  margin-bottom: 60px;
}

.c-content-box-2 .txt-2 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
  color: #000000;
  font-weight: 500;
}

.c-boxes-1 {
  margin-bottom: 50px;
}
.c-boxes-1 .row-box {
  display: flex;
  margin: 0 -4px;
  flex-wrap: wrap;
}
.c-boxes-1 .row-box .col-box {
  margin-bottom: 8px;
  padding: 0 4px;
  width: 33.333%;
  position: relative;
}
.c-boxes-1 .row-box .col-box .c-box-1 {
  height: 161px;
  text-align: center;
  padding: 10px;
  color: #000;
  font-size: 16px;
  display: block;
  margin: 0;
  background: rgba(1, 32, 78, 0.1);
}
.c-boxes-1 .row-box .col-box .c-box-1 .txt {
  line-height: 1.3;
  height: 42px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.c-boxes-1 .row-box .col-box .c-box-1 figure {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-boxes-1 .row-box .col-box .c-box-1 figure img {
  opacity: 0.1;
}
.c-boxes-1 .row-box .col-box .icheckbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: block;
  cursor: pointer;
}

.c-boxes-1 .row-box .col-box .icheckbox + .c-box-1 {
  position: relative;
}
.c-boxes-1 .row-box .col-box .icheckbox + .c-box-1:after {
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  height: 20px;
  display: block;
  content: "";
  background: url("../../img/frontend/icons/32.png");
}

.c-boxes-1 .row-box .col-box .icheckbox.checked + .c-box-1 figure img {
  opacity: 1;
}

.c-boxes-1 .row-box .col-box .icheckbox + .c-box-1:after {
  opacity: 0;
  transition: 0.15s linear;
}

.c-boxes-1 .row-box .col-box .icheckbox.checked + .c-box-1:after {
  opacity: 1;
}

.c-content-box-2 .image {
  background-size: cover !important;
  background-position: center center !important;
}

.content-box-2a .content-box-2-2 .description .txt-3 .date {
  font-size: 14px;
  line-height: 30px;
}

.content-box-2 .button-box {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.content-box-2 .button-box .btn-1 {
  width: 373px;
  max-width: 100%;
}

.btn-1-2-3 {
  padding-top: 1px;
  font-size: 24px;
}

.content-box-3 .txt-2 span {
  color: #C4261D;
}

.content-box-4 .title h2 {
  line-height: 1.2;
}
.content-box-4 .btn-2 {
  width: 290px;
  text-align: center;
  max-width: 100%;
}
.content-box-4 .txt-1 {
  color: #000;
  font-weight: 500;
  width: 484px;
  margin-bottom: 30px;
  margin-top: -60px;
  font-size: 20px;
  line-height: 30px;
}

.content-box-4 figure {
  position: absolute;
  bottom: -69px;
  right: 50%;
  margin-right: -700px;
}

.z-content-box-8-2 {
  margin-bottom: 60px;
}
.z-content-box-8-2 figure {
  position: relative;
}
.z-content-box-8-2 .info-txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 10px 6px 10px;
  color: #fff;
  background: #01204E;
  color: #FFFFFF;
  margin: -12px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.z-content-box-8-2 .btn-1 {
  width: 284px;
  max-width: 100%;
}

.z-content-box-8-2-1 {
  background: #F7F9FC;
  padding: 35px 0;
  position: relative;
  margin-bottom: 0;
}
.z-content-box-8-2-1:after {
  position: absolute;
  left: 50%;
  margin-left: -1500px;
  height: 100%;
  width: 3000px;
  content: "";
  display: block;
  background: #F7F9FC;
}
.z-content-box-8-2-1 figure, .z-content-box-8-2-1 .description {
  position: relative;
  z-index: 2;
}

.c-nav-tabs-1 {
  margin-bottom: 10px;
}

.c-nav-tabs-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-nav-tabs-1 ul li {
  margin: 0 20px 20px 0;
}

.c-nav-tabs-1 ul li a {
  height: 50px;
  border: 1px solid #01204E;
  border-radius: 5px;
  color: #01204E;
  padding: 0 23px;
  font-size: 20px;
  display: block;
  background: #fff;
  line-height: 50px;
  font-weight: 600;
}

.c-nav-tabs-1 ul li.current a, .c-nav-tabs-1 ul li a:hover {
  background: #01204E;
  color: #fff;
}

.c-cont-box {
  display: none;
}

.c-boxes-2 {
  padding-top: 20px;
}
.c-boxes-2 .c-box-2 {
  width: 1040px;
  max-width: 100%;
  margin-bottom: 50px;
}
.c-boxes-2 .c-box-2 .txt-1 {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 35px;
  color: #000000;
  font-weight: 600;
}
.c-boxes-2 .txt-2 {
  background: #F7F9FC;
  padding: 10px;
  margin-bottom: 30px;
}
.c-boxes-2 .txt-2 p {
  margin-bottom: 10px;
}
.c-boxes-2 .txt-2 ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.c-boxes-2 .txt-2 ul li {
  margin-bottom: 10px;
}
.c-boxes-2 .txt-2 ul li:last-child {
  margin-bottom: 0;
}
.c-boxes-2 .c-box-2-content {
  border-left: 4px solid #01204E;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
.c-boxes-2 .c-box-2-content h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #01204E;
}
.c-boxes-2 .c-box-2-content .description {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  width: 625px;
  margin-right: 70px;
}
.c-boxes-2 .c-box-2-content .description .btn-1 {
  width: 284px;
  max-width: 100%;
}
.c-boxes-2 .c-box-2-content figure {
  width: 331px;
}
.c-boxes-2 .c-box-2-content figure span {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.c-boxes-2 .c-box-2-content figure span:last-child {
  margin-bottom: 0;
}
.c-boxes-2 .txt-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px 0;
}

.c-boxes-2 .c-box-2:last-child {
  margin-bottom: 0;
}

.c-btn-pdf {
  height: 50px;
  border: 1px solid #01204E;
  border-radius: 5px;
  line-height: 52px;
  padding: 0 18px;
  color: #000000;
  font-size: 12px;
}
.c-btn-pdf:hover {
  color: #01204E;
}
.c-btn-pdf span {
  padding-left: 30px;
  display: block;
  background: url("../../img/frontend/icons/34.png") left center no-repeat;
}

.c-boxes-2-1 .c-box-2 {
  width: 100%;
}

.c-boxes-2-1 .c-box-2-content figure {
  width: auto;
}

.c-box-2 h2 {
  font-weight: bold;
  font-size: 56px;
  line-height: 70px;
  color: #01204E;
  padding: 30px 0;
}
.c-box-2 .txt-1-1 {
  font-weight: bold;
  margin-bottom: 35px;
  color: #C4261D;
}

.c-box-2-2 p {
  font-weight: 500;
}

.z-content-box-9-1 {
  background: #fff;
  margin-top: -5px;
}

.c-content-box-3 {
  border-top: 1px solid #707070;
  padding-top: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.c-content-box-3 .c-nav-tabs-1 {
  margin: 0;
}
.c-content-box-3 .c-nav-tabs-1 li {
  margin-bottom: 0;
}
.c-content-box-3 .txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0 20px 0 47px;
}
.c-content-box-3 .c-link {
  margin-right: 20px;
}
.c-content-box-3 .c-link a {
  display: inline-block;
  border: 1px solid #E6EBEF;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.c-content-box-3 .c-link a img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.c-content-box-3 .c-link-1.current a {
  border-color: #01204E;
}
.c-content-box-3 .c-link-2.current a {
  border-color: #C4261D;
}
.c-content-box-3 .c-link.current img {
  filter: none;
  opacity: 1;
}
.c-content-box-3 .c-link:hover img {
  filter: none;
  opacity: 1;
}

.box-4 {
  position: relative;
}
.box-4 .logo-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px 4px;
}

.box-4 .txt-1 {
  text-align: left;
}
.box-4 .txt-1 .txt-1-1 {
  font-size: 12px;
  padding: 3px 8px 2px 8px;
  margin-left: -8px;
  margin-bottom: 15px;
  background: #01204E;
  color: #fff;
  display: inline-block;
}

.title-fix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-txt {
  color: #fff;
  display: flex;
  align-items: center;
}
.header-txt .txt {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-right: 16px;
}

.c-btn-1 {
  width: 290px;
  height: 50px;
  background: #fff;
  line-height: 54px;
  text-align: center;
  padding: 0 20px;
  color: #01204E;
  font-size: 24px;
  font-weight: 600;
}
.c-btn-1:hover {
  color: #01204E;
  opacity: 0.9;
}

.c-header .container {
  display: flex;
  justify-content: space-between;
}

.c-content-box-4 {
  width: 100%;
}

body .c-slider .c-slider-box {
  /*height: calc(100vh - 100px);*/
  height: 1000px;
  width: 100vh;
  min-height: 920px;
  background-size: cover;
  background-position: center center;
}
body .c-slider .bx-pager {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 37px;
  left: 0;
  width: 100%;
}
body .c-slider .bx-pager .bx-pager-link {
  width: 19px;
  height: 19px;
  border: 1px solid #fff;
  background: none;
  border-radius: 50%;
}
body .c-slider .bx-pager .bx-pager-link.active, body .c-slider .bx-pager .bx-pager-link:hover {
  background: #fff;
}

.c-slider-box .description {
  width: 55%;
  color: #fff;
  padding: 20px 0;
}
.c-slider-box .description .c-logo {
  margin-bottom: 20px;
  width: 90%;
}
.c-slider-box .description h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
}
.c-slider-box .description h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 11px;
}
.c-slider-box .description ul {
  font-size: 20px;
  line-height: 35px;
  padding-left: 0;
  list-style: none;
}
.c-slider-box .description ul li {
  position: relative;
  padding-left: 20px;
}
.c-slider-box .description ul li:after {
  width: 10px;
  height: 10px;
  background: #C4261D;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}
.c-slider-box .description .button-box {
  padding-top: 10px;
}
.c-slider-box .description .btn-1 {
  width: 290px;
  max-width: 100%;
  font-size: 24px;
  padding-top: 1px;
}
.c-slider-box .description-1 {
  width: 70%;
}
.c-slider-box .description-1 h2 span {
  font-size: 40px;
  line-height: 1.3;
  display: block;
}
.c-slider-box .description-1 .txt-1 {
  font-size: 24px;
  line-height: 35px;
  width: 360px;
  max-width: 100%;
  font-weight: 600;
  padding-bottom: 20px;
}

.c-boxes-3 {
  margin-top: -50px;
}
.c-boxes-3 .c-box-3 {
  padding: 20px;
  margin-top: 50px;
  background: #F7F9FC;
}
.c-boxes-3 .c-box-3:first-child {
  margin-top: 0;
}
.c-boxes-3 .c-box-3 h3 {
  color: #01204E;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.c-boxes-3 .c-box-3 .txt {
  color: #000;
  margin-bottom: 18px;
}
.c-boxes-3 .c-box-3 .button-box {
  display: flex;
  justify-content: flex-end;
}
.c-boxes-3 .c-box-3 .button-box .btn-1 {
  width: 290px;
  font-size: 24px;
}

.c-title-1 {
  background: #C4261D;
  padding: 5px 14px 3px 14px;
  color: #fff;
  position: relative;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.c-contnet-box-5 {
  margin-bottom: 30px;
}
.c-contnet-box-5 table {
  width: 100%;
  border-bottom: 2px solid rgb(1, 32, 78);
}
.c-contnet-box-5 table tr td {
  padding: 0 20px;
  border-bottom: 1px solid rgba(1, 32, 78, 0.2);
}
.c-contnet-box-5 table tr td:last-child {
  text-align: right;
}
.c-contnet-box-5 table tr .txt-1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 15px 20px 0 20px;
}
.c-contnet-box-5 table tr .txt-2 {
  font-size: 60px;
  line-height: 85px;
}
.c-contnet-box-5 table tr .txt-1-1 {
  padding-left: 0;
  padding-right: 0;
}
.c-contnet-box-5 table tr .txt-2-1 {
  font-weight: bold;
  color: rgb(196, 38, 29);
}

.c-td-bg-1 {
  background: rgb(247, 249, 252);
}

.c-boxes-4 {
  padding-bottom: 42px;
}
.c-boxes-4 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}
.c-boxes-4 .row-box .col-box {
  padding: 0 9px;
  width: 33.3333%;
  margin-bottom: 18px;
}
.c-boxes-4 .row-box .col-box .c-box-4 {
  background: rgb(247, 249, 252);
  padding: 10px 14px;
}
.c-boxes-4 .row-box .col-box .c-box-4 .txt-1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: rgb(1, 32, 78);
  margin-bottom: 12px;
}
.c-boxes-4 .row-box .col-box .c-box-4 .txt-2 {
  font-size: 60px;
  margin-bottom: -5px;
  line-height: 1.2;
}
.c-boxes-4 .row-box .col-box .c-box-4-1 {
  background: rgba(196, 38, 29, 0.1);
  color: rgb(196, 38, 29);
  font-weight: bold;
}
.c-boxes-4 .row-box .col-box .c-box-4-1 .txt-1 {
  color: rgb(196, 38, 29);
}

.c-boxes-5 {
  position: relative;
  display: flex;
  height: 72px;
}
.c-boxes-5 .c-progress {
  position: absolute;
  top: 50%;
  height: 6px;
  width: 100%;
  background: rgba(1, 32, 78, 0.2);
}
.c-boxes-5 .c-progress div {
  height: 6px;
  background: rgb(1, 32, 78);
}
.c-boxes-5 .c-box-5 {
  font-weight: bold;
  color: rgb(156, 158, 159);
  font-size: 20px;
  width: 1px;
  position: absolute;
  text-align: center;
  line-height: 30px;
}
.c-boxes-5 .c-box-5 div {
  width: 80px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -40px;
  background: url("../../img/frontend/icons/35.png") center top no-repeat;
  padding-top: 50px;
}
.c-boxes-5 .c-box-5-1 {
  left: -13px;
  width: auto;
}
.c-boxes-5 .c-box-5-1 div {
  width: auto;
  left: 0;
  margin-left: 0;
  background-position: left top;
  padding-left: 12px;
}
.c-boxes-5 .c-box-5-2 {
  left: 20%;
}
.c-boxes-5 .c-box-5-3 {
  left: 40%;
}
.c-boxes-5 .c-box-5-4 {
  left: 60%;
}
.c-boxes-5 .c-box-5-5 {
  left: 80%;
}
.c-boxes-5 .c-box-5-6 {
  right: 0;
  width: auto;
}
.c-boxes-5 .c-box-5-6 div {
  width: auto;
  right: -13px;
  left: auto;
  margin-left: 0;
  background-position: right top;
  padding-right: 12px;
}
.c-boxes-5 .c-box-5.current {
  color: #01204E;
}
.c-boxes-5 .c-box-5.current div {
  background-image: url("../../img/frontend/icons/35-1.png");
}

.c-boxes-5 {
  margin-bottom: 50px;
}

.c-title-1-1 {
  margin-bottom: 20px;
}

.c-contnet-box-7 {
  display: flex;
  padding: 14px 14px 10px 14px;
  background: #F7F9FC;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
.c-contnet-box-7 .txt-2 {
  color: rgba(1, 32, 78, 0.2);
  font-size: 60px;
  line-height: 1.1;
}
.c-contnet-box-7 .txt-1 {
  font-weight: bold;
  color: rgb(1, 32, 78);
  font-size: 20px;
  line-height: 30px;
}

.c-contnet-box-7 .txt-2-1 {
  font-weight: bold;
  color: #01204E;
  background: url("../../img/frontend/icons/36.png") left center no-repeat;
  padding-left: 50px;
}

.c-boxes-6 {
  position: relative;
  display: flex;
  height: 72px;
}
.c-boxes-6 .c-progress {
  position: absolute;
  top: 50%;
  height: 22px;
  width: 100%;
  border-radius: 12px;
  border: 7px solid rgb(230, 235, 239);
  background: rgba(1, 32, 78, 0.2);
}
.c-boxes-6 .c-progress div {
  height: 6px;
  border-radius: 12px;
  background: rgb(1, 32, 78);
  position: relative;
}
.c-boxes-6 .c-progress div img {
  position: absolute;
  top: -60px;
  right: -20px;
  max-width: none;
  max-height: none;
}
.c-boxes-6 .c-box-6 {
  font-weight: bold;
  color: rgb(156, 158, 159);
  font-size: 20px;
  width: 1px;
  position: absolute;
  text-align: center;
  line-height: 30px;
}
.c-boxes-6 .c-box-6 div {
  position: absolute;
  top: 12px;
  right: 0;
  width: 200px;
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
  color: rgb(1, 32, 78);
  line-height: 1.2;
  background: url("../../img/frontend/icons/37.png") right 8px no-repeat;
  padding-top: 65px;
}
.c-boxes-6 .c-box-6 div strong {
  font-size: 16px;
  font-weight: bold;
}
.c-boxes-6 .c-box-6-3 {
  margin-left: 10px;
}
.c-boxex-6 .progress-icon {
  position: relative;
}
.c-boxes-6 .c-box-6.current {
  color: #01204E;
}
.c-boxes-6 .c-box-6.current div {
  background-image: url("../../img/frontend/icons/35-1.png");
}

.c-boxes-6 {
  margin-bottom: 100px;
}

.c-title-1 {
  position: relative;
}

.c-tooltip {
  top: 7px;
}
.c-tooltip .i-icon {
  background: url("../../img/frontend/icons/38.png") center no-repeat;
  width: 28px;
  height: 28px;
  border-radius: 0;
}
.c-tooltip .tooltip {
  width: 300px;
  padding: 0;
  margin: 7px 0;
}
.c-tooltip .tooltip .tooltip-inner {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 0;
  max-width: 100%;
  text-align: left;
}

.content-box-2a .txt-3 .txt-3-1 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}

.content-box-2a-1 {
  margin-bottom: -30px;
}

.a-content-box-1 {
  padding: 60px 0 50px 0;
  text-align: center;
}
.a-content-box-1 .txt-1 {
  margin-bottom: 65px;
}
.a-content-box-1 .txt-1 .txt-1-1 {
  width: 434px;
  max-width: 100%;
  text-align: center;
  padding: 24px 38px 22px 38px;
  background: #01204E;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  display: inline-block;
}

.a-boxes-1 .row-box {
  display: flex;
  justify-content: space-between;
}
.a-boxes-1 .row-box .col-box {
  padding: 0 10px;
}
.a-boxes-1 .row-box .col-box .a-box-1 .txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  padding-top: 10px;
}

.a-content-box-2 {
  background: #C4261D;
  padding: 25px 0;
}
.a-content-box-2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.a-content-box-2 .container .txt {
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
}
.a-content-box-2 .container a {
  width: 182px;
  height: 50px;
  line-height: 53px;
  background: #fff;
  border-radius: 4px;
  color: #C4261D;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.a-content-box-2 .container a:hover {
  opacity: 0.95;
}

.a-padding-1 {
  padding: 40px 0 50px 0;
}

.a-title {
  margin-bottom: 30px;
}
.a-title h2 {
  margin: 0;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2;
}

.a-content-box-3 .a-boxes-2 {
  max-width: 900px;
  margin: 0 auto;
}
.a-content-box-3 .row-box {
  display: flex;
  flex-direction: column;
}
.a-content-box-3 .a-box-2 {
  padding: 20px 0 30px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #01204E;
  margin-top: 25px;
}

.a-content-box-3 .a-box-2 .a-box-2-main,
.a-content-box-3 .a-box-2 .a-box-2-desc {
  display: inline-block;
}

.a-content-box-3 .a-box-2 .a-box-2-main {
  width: 23%;
  position: relative;
  bottom: -25px;
}
.a-content-box-3 .a-box-2 .a-box-2-desc {
  margin-left: 10%;
  width: 65%;
}
.a-content-box-3 .a-box-2-main .txt-0 {
  font-size: 140px;
  color: rgb(229, 232, 237);
  position: relative;
  right: 0px;
  bottom: 0px;
  font-weight: bolder;
  text-align: right;
  z-index: 10;
}
.a-content-box-3 .a-box-2-main .txt-1 {
  font-size: 50px;
  color: #01204E;
  font-weight: bolder;
  z-index: 20;
  position: relative;
}
.a-content-box-3 .a-box-2-desc .txt-2 {
  color: #01204E;
  margin-bottom: 5px;
}
.a-content-box-3 .a-box-2-desc .txt-3 {
  font-size: 28px;
  color: #01204E;
  font-weight: bolder;
}
.a-content-box-3 .a-box-2-desc .txt-4 {
  color: #C4261D;
  font-size: 46px;
  font-weight: bolder;
}

.a-content-box-4 {
  background: rgb(247, 249, 252);
  text-align: center;
}
.a-content-box-4 .a-title {
  text-align: center;
}
.a-content-box-4 .txt-1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 35px;
}
.a-content-box-4 .txt-2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
}
.a-content-box-4 .txt-3 {
  color: rgb(196, 38, 29);
  font-size: 70px;
  line-height: 1.3;
  font-weight: 900;
}
.a-content-box-4 .txt-4 {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid rgb(191, 193, 196);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.a-content-box-5 {
  border-top: 5px solid rgb(1, 32, 78);
  background: url("../../img/frontend/15.png") center no-repeat;
  background-size: cover;
}
.a-content-box-5 .a-title {
  color: #fff;
}

.a-content-box-5-1 {
  padding: 20px;
  position: relative;
  color: #fff;
}
.a-content-box-5-1:after {
  background: url("../../img/frontend/16.png");
  position: absolute;
  top: 0;
  background-size: 100% 100%;
  opacity: 0.8;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
.a-content-box-5-1 .description {
  position: relative;
  z-index: 2;
}
.a-content-box-5-1 .txt-1 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
.a-content-box-5-1 .txt-2 {
  font-size: 20px;
  line-height: 30px;
}
.a-content-box-5-1 .txt-2 .row-box {
  display: flex;
}
.a-content-box-5-1 .txt-2 .row-box .col-box {
  width: 460px;
  max-width: 100%;
  padding-right: 30px;
  margin-bottom: 18px;
}
.a-content-box-5-1 .txt-2 .row-box .col-box h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
}
.a-content-box-5-1 .txt-3 {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
}
.a-content-box-5-1 .btn-2 {
  background: #fff;
  color: #C4261D;
  font-size: 16px;
}

.a-content-box-6 h2 {
  color: #C4261D;
  text-align: center;
}
.a-content-box-6 .txt-1 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 45px;
  font-weight: 600;
}
.a-content-box-6 .button-box {
  display: flex;
  justify-content: center;
}

.btn-2-2 {
  color: #C4261D;
  border: 1px solid #C4261D;
  background: none;
  line-height: 52px;
}
.btn-2-2:hover {
  color: #C4261D;
  opacity: 0.9;
}

.a-boxes-3 {
  padding-bottom: 30px;
}
.a-boxes-3 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.a-boxes-3 .row-box .col-box {
  padding: 0 5px;
  width: 25%;
  margin-bottom: 10px;
}
.a-boxes-3 .row-box .col-box .a-box-3 {
  height: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1019607843);
  padding: 10px;
  text-align: center;
}
.a-boxes-3 .row-box .col-box .a-box-3 .txt-1-1 {
  font-size: 14px;
  font-weight: normal;
}
.a-boxes-3 .row-box .col-box .a-box-3 .txt-2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
}
.a-boxes-3 .row-box .col-box .a-box-3 .txt-4 {
  font-size: 12px;
  font-weight: normal;
}
.a-boxes-3 .row-box .col-box .a-box-3 .txt-3 {
  font-weight: 500;
  padding: 5px 0;
}
.a-boxes-3 .row-box .col-box .a-box-3 figure {
  border-bottom: 1px solid #01204E;
  margin: 10px 0 20px 0;
  padding-bottom: 10px;
}/*# sourceMappingURL=style.css.map */
.nav-tabs-1 ul li {
  margin: 0 10px 10px 0;
}
.nav-tabs-1 ul li button {
  font-size: 16px;
  height: 40px;
  line-height: 16px;
  padding: 0px 18px;
  margin: 0px;
}

@media only screen and (max-width: 992px) {
  .c-boxes-5 .c-box-5-1 div {
    width: auto;
    left: 0;
    margin-left: 0;
    background-position: left top;
    padding-left: 12px;
  }
  .c-boxes-5 .c-box-5-2 {
    left: 15%;
  }
  .c-boxes-5 .c-box-5-3 {
    left: 32.5%;
  }
  .c-boxes-5 .c-box-5-4 {
    left: 50%;
  }
  .c-boxes-5 .c-box-5-5 {
    left: 67.5%;
  }
  .c-boxes-5 .c-box-5-6 {
    left: 80%;
  }
  .c-boxes-5 .c-box-5 div {
    width: 40px;
    position: absolute;
    top: 12px;
    left: 40%;
    margin-left: -20px;
    background: url("../../img/frontend/icons/35.png") center top no-repeat;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 767px) {
  .hideondesktop {display: none;}
}
/***** dystrybutorzy 27.02 ******/
.aa-content-box-1 {
  margin-top: -40px;
}
.aa-content-box-1 .txt {
  margin-bottom: 25px;
  color: rgb(0, 0, 0);
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  position: relative;
}
.aa-content-box-1 .zx-tooltip {
  right: 15px;
  top: 15px;
  margin: 0;
}
.aa-content-box-1 .zx-tooltip .tooltip-inner {
  width: 200px;
}
.aa-content-box-1 .zx-tooltip .i-icon {
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: inline-block;
  background: url("../../img/frontend/icons/41.png");
}

.aa-boxes-1 .row-box {
  display: flex;
  margin: 0 -6px;
}
.aa-boxes-1 .row-box .col-box {
  width: 50%;
  padding: 0 6px;
  margin-bottom: 12px;
  position: relative;
}
.aa-boxes-1 .row-box .col-box .aa-box-1 {
  padding: 17px 10px 14px 10px;
  background: rgba(1, 32, 78, 0.1);
}
.aa-boxes-1 .row-box .col-box .aa-box-1 label {
  display: flex;
  cursor: pointer;
  color: #000;
  margin: 0;
}
.aa-boxes-1 .row-box .col-box .aa-box-1 .icheckbox, .aa-boxes-1 .row-box .col-box .aa-box-1 .iradio {
  flex-shrink: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  opacity: 0.2;
  background: rgb(1, 32, 78) url("../../img/frontend/icons/40.png") center no-repeat;
}

.aa-boxes-1 .row-box .col-box .aa-box-1 .checked {
  opacity: 1;
}


.boxes-1 .box-1-1.no-active {
  background-image: url("../../img/frontend/02-1.png") center no-repeat;
}

.boxes-1 .box-1-2.no-active {
  background-image: url("../../img/frontend/03-1.png");
}

.aa-content-box-2 {
  padding: 100px 0;
}

.aa-content-box-2-1 {
  background: #01204E;
  color: #fff;
  display: flex;
  align-items: center;
}
.aa-content-box-2-1 figure {
  flex-shrink: 0;
}
.aa-content-box-2-1 .description {
  padding: 50px;
}
.aa-content-box-2-1 .description .txt {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.aa-content-box-2-1 .description .btn-2 {
  padding: 0 30px;
}

.content-box-4-1 {
  padding: 100px 0;
  height: 666px;
  background: url("../../img/frontend/17_2.png") center no-repeat;
  background-size: auto 100%;
}

.aa-content-box-3 {
  display: flex;
}
.aa-content-box-3 .col-left {
  width: 606px;
  padding-right: 20px;
}
.aa-content-box-3 .col-left .txt-1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.aa-content-box-3 .col-left .txt-2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 44px;
}
.aa-content-box-3 .col-left .txt-3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.aa-content-box-3 .col-left .txt-4 {
  font-size: 12px;
  line-height: 17px;
  color: #000;
  margin-top: -13px;
}
.aa-content-box-3 .col-right {
  position: relative;
  width: calc(100% - 606px);
}
.aa-content-box-3 .col-right figure img {
  border-radius: 5px;
}
.aa-content-box-3 .col-right .description {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  background: #C4261D;
  color: #fff;
  width: 393px;
  padding: 20px;
}
.aa-content-box-3 .col-right .description .txt-1 {
  font-size: 18px;
  font-weight: 600;
}
.aa-content-box-3 .col-right .description .txt-2 {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 900;
  padding-top: 5px;
}
.aa-content-box-3 .col-right .description .txt-3 {
  margin: 0 0 -5px 0;
}
.aa-content-box-3 .col-right .description .txt-3 span {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
  padding: 5px 0 3px 0;
  display: inline-block;
  background: url("../../img/frontend/icons/42.png") left center no-repeat;
  padding-left: 25px;
  cursor: pointer;
}
.aa-content-box-3 .col-right .description .txt-3 span:hover {
  opacity: 1;
}

.aa-form-box {
  width: 492px;
  max-width: 100%;
}

.aa-form-box .form-button .btn-2 {
  width: 191px;
}

.form-control.accept {
  background: url("../../img/frontend/icons/43.png") right 20px no-repeat;
  padding-right: 30px !important;
}

.aa-popup {
  text-align: center;
}
.aa-popup .zz-top {
  text-align: left;
}
.aa-popup .t-1 {
  font-weight: bold;
  font-size: 46px;
  line-height: 1.2;
  padding: 0 60px;
  padding-top: 30px;
}
.aa-popup .t-2 {
  font-size: 12px;
  margin-bottom: 30px;
  padding: 0 60px;
}
.aa-popup .t-3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #000;
  padding: 0 70px;
  margin-bottom: 20px;
}
.aa-popup .t-button-box {
  margin-bottom: 20px;
}
.aa-popup .t-button-box .btn-1 {
  width: 284px;
  max-width: 100%;
}

.aa-content-box-4 {
  margin-bottom: 80px;
}

.aa-boxes-4 .row-box {
  margin: 0 -15px;
  display: flex;
}
.aa-boxes-4 .row-box .col-box {
  padding: 0 15px;
  width: 50%;
}
.aa-boxes-4 .aa-box-4 {
  background: #F7F9FC;
  margin-bottom: 90px;
  position: relative;
  padding: 20px 195px 20px 115px;
}
.aa-boxes-4 .aa-box-4 figure {
  position: absolute;
  top: 0;
  right: 0;
  margin: -30px;
}
.aa-boxes-4 .aa-box-4 .number {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  margin: -20px;
  text-align: center;
  font-size: 70px;
  border-radius: 50%;
  padding-top: 12px;
  font-weight: 900;
  width: 106px;
  height: 106px;
  background: #01204E;
  color: #fff;
}
.aa-boxes-4 .aa-box-4 .arrow {
  position: absolute;
  top: 90px;
  left: 25px;
  height: 100%;
  margin-top: 5px;
  z-index: 2;
}
.aa-boxes-4 .aa-box-4 .arrow img {
  max-width: none;
  max-height: none;
}
.aa-boxes-4 .aa-box-4 .arrow span {
  position: absolute;
  top: 0;
  left: 4px;
  max-width: none;
  max-height: none;
  width: 2px;
  height: calc(100% - 100px);
  background: #01204E;
  display: block;
  margin-top: 5px;
}
.aa-boxes-4 .aa-box-4:last-child {
  margin-bottom: 0;
}
.aa-boxes-4 .aa-box-4 h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 20px;
}
.aa-boxes-4 .aa-box-4 .txt-1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
}
.aa-boxes-4 .aa-box-4 .txt-2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.aa-boxes-4 .aa-box-4 .txt-3 {
  font-weight: 800;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}
.aa-boxes-4 .aa-box-4 ul {
  padding-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.aa-boxes-4 .aa-box-4 .txt-4 {
  margin-bottom: 20px;
  line-height: 1.3;
}
.aa-boxes-4 .aa-box-4 .txt-4 .txt-4-1 {
  font-weight: 600;
  font-size: 36px;
}
.aa-boxes-4 .aa-box-4 .txt-4 .txt-4-2 {
  color: #C4261D;
  font-size: 20px;
  font-weight: 600;
}

.aa-content-box-5 {
  margin-top: 60px;
  margin-bottom: -20px;
  display: flex;
  justify-content: center;
}
.aa-content-box-5 .btn-2 {
  padding: 0 30px;
}

.c-contnet-box-5-5-1 {
  margin-bottom: 20px;
}
.c-contnet-box-5-5-1 table {
  border: none;
}
.c-contnet-box-5-5-1 table tr td {
  border: none;
}

.c-boxes-4-4-1 .row-box .col-box {
  width: 50%;
}
.c-boxes-4-4-1 .row-box .col-box .c-box-4 .txt-2 {
  font-weight: bold;
  color: #C4261D;
}

.table-2-2-1 table {
  border: none !important;
}
.table-2-2-1 table tr td {
  text-align: left;
  border: none !important;
}
.table-2-2-1 table tr .text-right {
  text-align: right;
}
.table-2-2-1 table tr th {
  text-align: left;
  font-weight: normal;
  border: none !important;
  color: #000000;
  font-size: 12px;
}
.table-2-2-1 table tr:nth-child(even) td {
  background: #F7F9FC;
}

.aa-content-box-6 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
}

.aa-content-box-7 {
  height: 172px;
  background: url("/img/frontend/26.png") center no-repeat;
  background-size: cover;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
.aa-content-box-7 figure {
  flex-shrink: 0;
}
.aa-content-box-7 .button-box {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
.aa-content-box-7 .btn-2 {
  height: 57px;
  line-height: 60px;
  background: #fff;
  color: #C4261D;
  font-size: 24px;
}

.aa-content-box-8 {
  color: #000;
}
.aa-content-box-8 h3 {
  font-size: 34px;
  line-height: 44px;
  color: #000;
  width: 860px;
  max-width: 100%;
  margin: 0;
  margin-bottom: 60px;
  font-weight: bold;
}
.aa-content-box-8 .txt-1 {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 30px;
  width: 781px;
  max-width: 100%;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
  font-weight: 600;
}
.aa-content-box-8 .form-box {
  width: 697px;
}
.aa-content-box-8 .form-box .form-button {
  padding-top: 25px;
}

.aa-content-box-9 {
  margin-top: 90px;
}

.aa-title h2 {
  display: inline-block;
  margin: 0;
  background: #01204E;
  padding: 8px 20px 7px 20px;
  color: #fff;
  width: 394px;
  max-width: 100%;
}

.aa-content-box-10 {
  padding: 66px 20px 20px 20px;
  background: #E6EBEF;
  margin-left: 100px;
  border-radius: 5px;
  margin-top: -20px;
}
.aa-content-box-10 table {
  width: 100%;
}
.aa-content-box-10 table tr th {
  font-weight: normal;
  color: #000000;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.3;
}
.aa-content-box-10 table tr td {
  font-size: 14px;
  padding: 12px 10px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.aa-content-box-10 table tr:last-child td {
  border-bottom: none;
}
.aa-content-box-10 table tr .color-black {
  color: #000;
}
.aa-content-box-10 table tr .actions {
  width: 35px;
  display: flex;
  align-items: center;
  float: right;
  justify-content: space-between;
}
.aa-content-box-10 table tr .actions div {
  opacity: 0.3;
}
.aa-content-box-10 table tr .aa-status {
  padding-left: 6px;
  border-left: 4px solid transparent;
}

.zz-popup-content {
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 100000000000000;
  width: 100%;
  height: 100%;
  background: rgba(1, 32, 78, 0.85);
  padding: 30px;
}
.zz-popup-content .zz-popup {
  margin: 0 auto;
  max-width: 100%;
  border-radius: 20px;
  position: relative;
  background: #fff;
  width: 644px;
  border: 5px solid #fff;
}
.zz-popup-content .zz-top {
  padding: 0 10px;
}
.zz-popup-content .txt-1 {
  padding: 10px 10px 15px 10px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
}
.zz-popup-content .txt-1 span {
  color: rgb(196, 38, 29);
}
.zz-popup-content figure {
  text-align: center;
  border-radius: 5px;
  width: 613px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  z-index: 2;
  overflow: hidden;
  border-bottom: 5px solid rgb(196, 38, 29);
}
.zz-popup-content figure img {
  margin-bottom: -5px;
}
.zz-popup-content .description {
  background: rgb(1, 32, 78);
  margin-top: -103px;
  color: #fff;
  border-radius: 0 0 15px 15px;
  padding-top: 103px;
  padding: 118px 20px 15px 20px;
}
.zz-popup-content .zz-box-1-1 {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  line-height: 25px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-top: -64px;
  position: relative;
  z-index: 2;
}
.zz-popup-content .zz-box-1-1 .image {
  width: 177px;
  flex-shrink: 0;
  margin-left: 50px;
}
.zz-popup-content .zz-box-1-1 .txt-2-1 {
  margin-bottom: 15px;
  font-weight: bold;
}
.zz-popup-content .zz-box-1-1 .txt-2 {
  width: 367px;
}
.zz-popup-content .zz-box-1-2 {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}
.zz-popup-content .zz-box-1-2 .button-box {
  width: 177px;
  flex-shrink: 0;
  margin-left: 50px;
}
.zz-popup-content .zz-box-1-2 .button-box a {
  width: 100%;
  display: block;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  background: rgb(196, 38, 29);
  font-size: 18px;
  line-height: 54px;
  color: #fff;
  text-align: center;
}
.zz-popup-content .zz-box-1-2 .button-box a:hover {
  opacity: 0.9;
  color: #fff;
}
.zz-popup-content .zz-box-1-2 .txt-2 {
  width: 367px;
}
.zz-popup-content .zz-box-1-2 .txt-2 .row-box {
  justify-content: space-between;
  margin: 0 -10px;
  display: flex;
}
.zz-popup-content .zz-box-1-2 .txt-2 .row-box .col-box {
  padding: 0 10px;
}
.zz-popup-content .zz-close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: url("../../img/frontend/icons/45.png") center no-repeat;
  top: 0;
  right: 0;
}

@media (max-width: 730px) {
  .zz-popup-content .zz-box-1-1 {
    margin-top: 0;
    align-items: center;
  }
  .zz-popup-content .zz-box-1-2 {
    display: block;
  }
  .zz-popup-content .zz-box-1-2 .txt-2 {
    width: 100%;
  }
  .zz-popup-content .zz-box-1-2 .button-box {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .zz-popup-content .zz-box-1-2 .txt-2 .row-box .col-box {
    width: 100%;
  }
  .zz-popup-content .zz-box-1-2 .txt-2 .row-box {
    display: block;
    text-align: center;
  }
  .zz-popup-content .zz-box-1-2 .txt-2 .row-box br {
    display: none;
  }
  .zz-popup-content .zz-box-1-2 .txt-2 {
    padding-top: 8px;
  }
  .zz-popup-content .zz-box-1-1 {
    display: block;
  }
  .zz-popup-content .zz-box-1-1 .txt-2 {
    width: 100%;
    text-align: center;
  }
  .zz-popup-content .zz-box-1-1 .image {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .zz-popup-content .txt-1 {
    text-align: center;
    font-size: 25px;
  }
  .zz-popup-content .description {
    margin-top: 0;
    padding-top: 20px;
  }
}
/***** koniec dystrybutorzy 27.02 *****/
.c-box-7 {
  width: 100%;
  padding: 15px 20px;
  display: inline-flex;
  flex-wrap: wrap;
}
.c-box-7 .txt-1 {
  position: relative;
  bottom: -20px;
  font-size: 18px;
  font-weight: bolder;
  width: 50%;
}
.c-box-7 .txt-2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: bolder;
  width: 50%;
  text-align: right;
}
.c-box-7-red {
  background-color: rgba(196, 38, 29, 0.1);
  color:rgba(196, 38, 29, 1);
}
.c-box-7-blue {
  background-color: #F7F9FC;
}
.c-box-7 .button-box {
  margin-left: auto;
}

.c-slider.hideondesktop .c-slider-box .description-2 ul{
  padding-left: 0px !important;
  margin-top: 10px;
  list-style: none;
}
.c-slider.hideondesktop .c-slider-box .description-2 ul li{
  background-image: url("/img/frontend/icons/43.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 25px;
}
.content-box-2-1 .description.description-1 {
  width: 75%;
}
.c-slider .description .txt h3{
  font-size: 24px;
}
/** start 19.03.2025 pit */
.xx-form-box .txt-1 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 0 30px 0;
}

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

.xx-select {
  margin-bottom: 20px;
}

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

.xx-form-box .select2-container .select2-selection--single {
  height: 45px !important;
  display: block !important;
  padding: 15px 5px 0 5px !important;
  font-size: 16px !important;
  border: none !important;
  border-bottom: 1px solid #9C9E9F !important;
  border-radius: 0 !important;
  color: #212529 !important;
  background: url('/img/frontend/icons/arrow-1.png') right 22px no-repeat !important;
  -webkit-appearance: none !important;
}

.xx-form-box .select2-selection__arrow {
  display: none !important;
}

.xx-form-box .form-floating input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.input-date {
  background: url('/img/frontend/icons/calendar.png') right center no-repeat;
  padding-right: 30px !important;
}
/** koniec  19.03.2025 pit */

.register-button-green {
  background-color: rgb(60, 175, 40);
  color: white;
  border-color: rgb(60, 175, 40);
}
.c-slider-box {
width: 100%!important;
}
.c-content-box-3 .products-group {
  margin-left: auto;
}

.btn-promotion-2 {
  top: 300px !important;
}

.btn-promotion-3 {
  top: 500px !important;
}

@media only screen and (max-width: 767px) {
    body .c-slider .c-slider-box {
        min-hight: 1px !important;
    }
    .c-slider-box {
    height: auto !important;
    }
    .c-slider-box header {
    padding-bottom: 10px;
    }

  .c-content-box-3 .products-group {
    margin-left: 0px;
  }

  .btn-promotion-1 {
    top: 50px !important;
  }
  .btn-promotion-2 {
    top: 250px !important;
  }

  .btn-promotion-3 {
    top: 450px !important;
    width: 80px !important;
  }

}

.x-content-box-1 .description h2 {
  font-size: 40px;
  line-height: 44px;
}
.bg-1 .main-content {
  padding-top: 80px;
}
.boxes-2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.boxes-2 > .col-box {
  width: calc(25% - 12px);
  margin: 7px 6px;
}
.boxes-2 > .col-box:nth-child(4n - 3) {
  margin-left: 0;
  width: calc(25% - 6px);
}

/* Remove margin-right from 4th, 8th, 12th, etc. */
.boxes-2 > .col-box:nth-child(4n) {
  margin-right: 0;
  width: calc(25% - 6px);
}
.boxes-2 > .col-box .box-2 {
  display: block;
  width: 100%;
  height: 290px;
  padding: 0 30px;
  background: #F7F9FC;
  color: #01204E;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-top: 78px;
}

.boxes-2 > .col-box .box-2:hover {
  box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.1);
}

.boxes-2 > .col-box .box-2 figure {
  height: 103px;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .c-boxes-4 .row-box .col-box {
    flex: none;
  }
  .c-boxes-4 .row-box .col-box {
    width: 50%;
  }
  .c-boxes-4 .row-box {
    margin: 0;
  }
  .c-boxes-4 .row-box .col-box .c-box-4 .txt-2 {
    font-size: 23px;
  }
}
/* *** 2026 ZASADY *** */
.w-content-box-1 {
  background: #01204E;
}
.w-content-box-1 .w-content-box-1-1 {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.w-content-box-1 .w-content-box-1-1 .prev-content {
  padding-bottom: 60px;
}
.w-content-box-1 .w-content-box-1-2 {
  height: 353px;
  display: flex;
}
.w-content-box-1 .w-content-box-1-2 figure {
  margin-right: 120px;
}
.w-content-box-1 .w-content-box-1-2 figure img {
  max-height: none;
  border-bottom: 10px solid #C4261D;
  border-radius: 10px;
}
.w-content-box-1 .w-content-box-1-2 .description {
  color: #fff;
  line-height: 1.3;
}
.w-content-box-1 .w-content-box-1-2 .description .txt-1 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 26px;
}
.w-content-box-1 .w-content-box-1-2 .description .txt-2 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
}
.w-content-box-1 .w-content-box-1-2 .description .txt-3 {
  font-size: 70px;
  margin-bottom: 17px;
  font-weight: bold;
}
.w-content-box-1 .w-content-box-1-2 .description .txt-3 span {
  color: #C4261D;
}
.w-content-box-1 .w-content-box-1-2 .description .txt-4 {
  font-size: 20px;
  font-weight: 600;
}

.btn-prev-white {
  color: #fff;
  background: url("../../img/frontend/2026/01.png") left 6px no-repeat;
}
.btn-prev-white:hover {
  color: #fff;
}

.w-content-box-2 .container .w-menu {
  padding-top: 50px;
  padding-left: 565px;
}
.w-content-box-2 .container .w-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.w-content-box-2 .container .w-menu ul li {
  margin-left: 50px;
}
.w-content-box-2 .container .w-menu ul li:first-child {
  margin-left: 0;
}
.w-content-box-2 .container .w-menu ul li a {
  color: #01204E;
  font-weight: 600;
}
.w-content-box-2 .container .w-menu ul li a:hover {
  color: #D71920;
}

.a-title span {
  color: #D71920;
}

.w-padding-top-1 {
  padding-top: 90px;
}

.a-content-box-1 .t-1 {
  color: #01204E;
  font-size: 26px;
  line-height: 50px;
  font-weight: bold;
  margin: -30px 0 40px 0;
}

.w-boxes-1 .row-box .col-box {
  width: 25%;
}

.a-content-box-1.w-padding-top-2 {
  padding-bottom: 0;
}

.w-margin-bottom-1 {
  margin-bottom: 70px;
}

.w-content-box-3 {
  padding: 50px 0 30px 0;
  background: #01204E;
  color: #fff;
}

.w-content-box-3 {
  line-height: 1.4;
}
.w-content-box-3 .w-content-box-3-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.w-content-box-3 .w-content-box-3-1 .txt-2 {
  font-size: 20px;
  width: 648px;
  font-weight: 600;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.1);
}
.w-content-box-3 .w-content-box-3-1 .txt-1 {
  font-weight: 900;
  font-size: 50px;
  margin-right: 20px;
  padding-left: 30px;
  margin-left: -30px;
  margin-top: -25px;
  margin-bottom: 55px;
  padding-top: 40px;
  line-height: 1.2;
  background: url("../../img/frontend/2026/03.png") left top no-repeat;
}
.w-content-box-3 .txt-3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}
.w-content-box-3 .txt-4 {
  font-weight: 600;
  font-size: 36px;
}
.w-content-box-3 .txt-4 strong {
  color: #C4261D;
  font-size: 70px;
}

.w-content-box-3-2 {
  padding: 0;
  background: #fff;
  color: #C4261D;
}
.w-content-box-3-2 .w-content-box-3-1 .txt-2 {
  background: #C4261D;
  color: #fff;
}
.w-content-box-3-2 .w-content-box-3-1 .txt-1 {
  background-image: url("../../img/frontend/2026/04.png");
  margin-top: 0;
  padding-bottom: 50px;
}

.w-content-box-3 .w-content-box-3-1 p {
  margin-bottom: 10px;
}

.w-padding-top-2 {
  padding-top: 70px;
}

.w-boxes-2 {
  padding-top: 20px;
}
.w-boxes-2 .w-box-2 {
  color: #01204E;
  padding: 22px 0 43px 0;
  line-height: 1.3;
}
.w-boxes-2 .w-box-2 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.w-boxes-2 .w-box-2 .txt-1 {
  width: 366px;
  margin-right: 30px;
}
.w-boxes-2 .w-box-2 .txt-1 .txt-1-1 {
  font-weight: 900;
  font-size: 70px;
}
.w-boxes-2 .w-box-2 .txt-1-2 {
  font-size: 14px;
  line-height: 20px;
}
.w-boxes-2 .w-box-2 .txt-2 {
  font-size: 36px;
  display: flex;
  padding-top: 5px;
  font-weight: 600;
  align-items: center;
  line-height: 51px;
}
.w-boxes-2 .w-box-2 .txt-2 strong {
  color: #C4261D;
  font-size: 70px;
  padding-left: 10px;
  line-height: 1.2;
  font-weight: 900;
}
.w-boxes-2 .w-box-2-1 {
  background: rgba(196, 38, 29, 0.05);
}

.w-content-box-5 .w-content-box-5-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.3;
  padding: 25px 40px 25px 25px;
  background: rgb(196, 38, 29);
}
.w-content-box-5 .w-content-box-5-1 .txt {
  font-weight: bold;
  color: #fff;
  font-size: 30px;
}
.w-content-box-5 .w-content-box-5-1 .btn-1 {
  background: #fff;
  color: rgb(196, 38, 29);
  min-width: 182px;
}

.w-content-box-5 {
  padding-top: 15px;
}

.w-content-box-3-3 .w-content-box-3-1 .txt-2 {
  background: none;
  padding-top: 0;
}
.w-content-box-3-3 .w-content-box-3-1 .txt-1 {
  margin-bottom: 0;
}

.w-boxes-3 .row-box {
  display: flex;
  margin: 0 -15px;
}
.w-boxes-3 .row-box .col-box {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.w-boxes-3 .row-box .col-box .w-box-3 {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 7px 10px 10px 10px;
  text-align: center;
}
.w-boxes-3 .row-box .col-box .w-box-3 .txt-1 {
  font-size: 14px;
  padding: 0 0 3px 0;
}
.w-boxes-3 .row-box .col-box .w-box-3 .txt-2 {
  font-weight: bold;
  font-size: 23px;
}
.w-boxes-3 .row-box .col-box .w-box-3 figure {
  margin-top: 15px;
}
.w-boxes-3 .row-box .col-box .w-box-3 .txt-3 {
  font-weight: bold;
  font-size: 22px;
  min-height: 50px;
  margin: 30px 0 40px 0;
}

.w-content-box-6 {
  position: relative;
  padding-top: 20px;
}
.w-content-box-6:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: rgb(1, 32, 78);
}
.w-content-box-6 .container {
  position: relative;
  z-index: 2;
}

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

.w-content-box-3-4 {
  background: #fff;
  color: #01204E;
  padding-top: 20px;
}
.w-content-box-3-4 .w-content-box-3-1 .txt-1 {
  background: url("../../img/frontend/2026/09.png") left top no-repeat;
}
.w-content-box-3-4 .w-content-box-3-1 .txt-1-1 {
  font-size: 20px;
  line-height: 30px;
  width: 500px;
  max-width: 100%;
  margin-top: 16px;
}
.w-content-box-3-4 .w-content-box-3-1 .txt-2 {
  background: rgba(240, 240, 244, 0.44);
}

@media (max-width: 1220px) {
  .w-content-box-2 .container .w-menu ul li {
    margin-left: 40px;
  }
  .w-boxes-2 .w-box-2 .txt-2 strong {
    font-size: 67px;
  }
}
@media (max-width: 1199px) {
  .w-content-box-1 .w-content-box-1-2 figure {
    margin-right: 30px;
    width: 360px;
  }
  .w-content-box-2 .container .w-menu {
    padding-left: 390px;
  }
  .w-content-box-2 .container .w-menu ul li {
    margin-left: 20px;
  }
  .w-content-box-3 .txt-4 {
    font-size: 30px;
  }
  .w-content-box-3 .txt-4 strong {
    font-size: 60px;
  }
  .w-boxes-2 .w-box-2 .txt-2 strong {
    font-size: 50px;
    line-height: 1.2;
  }
  .w-boxes-2 .w-box-2 .txt-2 {
    font-size: 30px;
  }
  .w-boxes-2 .w-box-2 .txt-2 strong {
    font-size: 40px;
  }
  .w-boxes-2 .w-box-2 .txt-1 {
    width: 300px;
  }
  .w-content-box-3 .w-content-box-3-1 .txt-1 {
    font-size: 45px;
    min-height: 150px;
  }
  .w-content-box-3 .w-content-box-3-1 .txt-2 {
    width: 420px;
  }
}
@media (max-width: 992px) {
  .w-content-box-1 .w-content-box-1-2 figure {
    width: 200px;
  }
  .w-content-box-1 .w-content-box-1-1 .prev-content {
    padding-bottom: 30px;
  }
  .w-content-box-1 .w-content-box-1-2 .description .txt-1 {
    font-size: 22px;
  }
  .w-content-box-1 .w-content-box-1-2 .description .txt-2 {
    font-size: 30px;
  }
  .w-content-box-1 .w-content-box-1-2 .description .txt-3 {
    font-size: 60px;
  }
  .w-content-box-1 .w-content-box-1-2 .description .txt-4 {
    font-size: 16px;
  }
  .w-content-box-1 .w-content-box-1-2 {
    height: auto;
    padding-bottom: 55px;
  }
  .w-content-box-2 .container .w-menu {
    padding-left: 0;
  }
  .w-content-box-2 .container .w-menu {
    padding-top: 45px;
  }
  .w-content-box-2 .container .w-menu ul {
    justify-content: space-between;
  }
  .w-padding-top-1 {
    padding-top: 45px;
  }
  .a-title h2 {
    font-size: 40px;
  }
  .a-boxes-1 .row-box .col-box .a-box-1 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
  .w-content-box-3 .w-content-box-3-1 {
    display: block;
  }
  .w-content-box-3 .w-content-box-3-1 .txt-1 {
    margin-left: 0;
  }
  .w-content-box-3 .w-content-box-3-1 .txt-1 {
    font-size: 30px;
    margin-top: 0;
  }
  .w-padding-top-2 {
    padding-top: 45px;
  }
  .w-margin-bottom-1 {
    margin-bottom: 45px;
  }
  .w-content-box-3 .w-content-box-3-1 .txt-1 {
    margin-bottom: 20px;
  }
  .w-content-box-3 .w-content-box-3-1 .txt-2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .w-content-box-3 .txt-3 {
    font-size: 18px;
  }
  .w-content-box-3 .txt-4, .w-content-box-3 .txt-4 strong {
    font-size: 22px;
  }
  .w-content-box-3 {
    padding: 30px 0;
  }
  .w-boxes-2 .w-box-2 .txt-1 .txt-1-1 {
    font-size: 40px;
  }
  .w-boxes-2 .w-box-2 .txt-2, .w-boxes-2 .w-box-2 .txt-2 strong {
    font-size: 22px;
    line-height: 1.3;
  }
  .w-boxes-2 .w-box-2 .txt-1 {
    width: auto;
  }
  .w-content-box-5 .w-content-box-5-1 .txt {
    font-size: 22px;
  }
  .w-content-box-3-3 .w-content-box-3-1 .txt-2 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .w-boxes-3 .row-box .col-box .w-box-3 .txt-3 {
    font-size: 20px;
  }
  .w-content-box-3-4 .w-content-box-3-1 .txt-1-1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .w-content-box-1 .w-content-box-1-2 figure {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .w-content-box-1 .w-content-box-1-2 {
    display: block;
  }
  .w-content-box-1 .w-content-box-1-2 .description .txt-2 {
    font-size: 20px;
  }
  .w-content-box-1 .w-content-box-1-2 .description .txt-3 {
    font-size: 30px;
    padding-top: 5px;
  }
  .w-content-box-2 {
    display: none;
  }
  .w-boxes-1 .row-box .col-box {
    width: 100%;
    padding: 0;
  }
  .w-content-box-3 .w-content-box-3-1 .txt-2 {
    padding: 20px 25px;
  }
  .w-boxes-2 .w-box-2 .container {
    display: block;
  }
  .w-boxes-2 .w-box-2 .txt-2, .w-boxes-2 .w-box-2 .txt-2 strong {
    font-size: 20px;
  }
  .w-boxes-2 .w-box-2 .txt-2 {
    display: block;
  }
  .w-boxes-2 .w-box-2 .txt-2 strong {
    padding-left: 0;
  }
  .w-content-box-5 .w-content-box-5-1 {
    display: block;
    padding: 20px;
    text-align: center;
  }
  .w-content-box-5 .w-content-box-5-1 .button-box {
    padding-top: 20px;
  }
  .w-content-box-5 {
    padding-top: 0;
  }
  .w-boxes-2 {
    padding-top: 0;
    margin-top: -30px;
  }
  .w-boxes-3 .row-box .col-box {
    width: 100%;
  }
  .w-boxes-3 .row-box {
    flex-wrap: wrap;
  }
  .w-content-box-6 {
    padding-top: 0;
  }
}
.cc-content-box-1 {
  background: #01204E;
  color: #fff;
}
.cc-content-box-1 .cc-content-box-1-1 {
  border-top: 1px solid #4d6282;
  padding: 80px 0 260px 0;
  align-items: center;
  display: flex;
}
.cc-content-box-1 .cc-content-box-1-1 .txt-1 {
  width: 650px;
  margin-right: 77px;
  flex-shrink: 0;
  font-size: 50px;
  line-height: 71px;
  font-weight: 900;
}
.cc-content-box-1 .cc-content-box-1-1 .txt-1 i {
  font-size: 40px;
  line-height: 57px;
}
.cc-content-box-1 .cc-content-box-1-1 .txt-1 i span {
  font-size: 70px;
}
.cc-content-box-1 .cc-content-box-1-1 .txt-2 {
  font-size: 24px;
  line-height: 30px;
}

.cc-content-box-2 {
  text-align: center;
  margin-top: -260px;
}
.cc-content-box-2 .button-box .btn-1 {
  width: 355px;
  font-size: 24px;
  font-weight: 900;
  padding-top: 1px;
}

.cc-margin-bottom-1 {
  margin-bottom: 100px;
}

.cc-content-box-3 {
  text-align: center;
  padding: 30px 0;
  background: #01204E;
  color: #fff;
  font-size: 46px;
  line-height: 65px;
}
.cc-content-box-3 strong {
  font-weight: 900;
}

.cc-content-box-4 h2 {
  margin-bottom: 47px;
  text-align: center;
  font-size: 46px;
  margin-top: -10px;
  line-height: 65px;
  font-weight: 900;
}
.cc-content-box-4 .cc-boxes-1 {
  display: flex;
  padding: 0 80px;
  text-align: center;
}
.cc-content-box-4 .cc-boxes-1 .cc-box-1 {
  width: 33.3333%;
  font-size: 20px;
  line-height: 30px;
}
.cc-content-box-4 .cc-boxes-1 .cc-box-1 figure {
  margin-bottom: 35px;
}

.cc-content-box-5 {
  position: relative;
  padding-top: 20px;
}
.cc-content-box-5:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 330px;
  background: #E6EBEF;
}
.cc-content-box-5 h2 {
  position: relative;
  z-index: 2;
  font-size: 46px;
  line-height: 65px;
  font-weight: 900;
  margin-bottom: 35px;
}
.cc-content-box-5 .images {
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: center;
}

.cc-content-box-6 {
  background: #01204E;
  color: #fff;
}
.cc-content-box-6 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cc-content-box-6 .container .description {
  padding: 30px 0;
}
.cc-content-box-6 .container .description h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.cc-content-box-6 .container .description ul {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding: 0;
  width: 560px;
  max-width: 100%;
  margin: 0;
  list-style: none;
}
.cc-content-box-6 .container .description ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 20px;
}
.cc-content-box-6 .container .description ul li:after {
  width: 14px;
  height: 14px;
  background: #C4261D;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}
.cc-content-box-6 .container .description ul li:last-child {
  margin-bottom: 0;
}
.cc-content-box-6 .container figure {
  position: relative;
  display: block;
}
.cc-content-box-6 .container figure img {
  position: relative;
  z-index: 1;
}
.cc-content-box-6 .container figure:after {
  position: absolute;
  top: 0;
  left: 0;
  /*background: #fff;*/
  width: 2000px;
  height: 100%;
  content: "";
  display: block;
}

@media only screen and (max-width: 1199px) {
  .cc-content-box-1 .cc-content-box-1-1 .txt-1 {
    width: 50%;
  }
  .cc-content-box-1 .cc-content-box-1-1 .txt-1 {
    font-size: 28px;
    line-height: 1.4;
  }
  .cc-content-box-1 .cc-content-box-1-1 .txt-1 i span, .cc-content-box-1 .cc-content-box-1-1 .txt-1 i {
    font-size: 42px;
    line-height: 1.4;
  }
  .cc-content-box-1 .cc-content-box-1-1 .txt-2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .cc-content-box-3 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 992px) {
  .cc-content-box-1 .cc-content-box-1-1 {
    display: block;
  }
  .cc-content-box-1 .cc-content-box-1-1 .txt-1 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .cc-content-box-1 .cc-content-box-1-1 {
    padding-top: 35px;
  }
  .cc-content-box-4 .cc-boxes-1 {
    padding: 0;
  }
  .cc-content-box-6 .container {
    height: 100%;
  }
  .cc-content-box-5:after {
    height: 230px;
  }
  .cc-content-box-6 .container figure {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cc-content-box-1 .cc-content-box-1-1 .txt-1 {
    font-size: 24px;
  }
  .cc-content-box-1 .cc-content-box-1-1 .txt-1 i, .cc-content-box-1 .cc-content-box-1-1 .txt-1 i span {
    font-size: 28px;
  }
  .cc-content-box-1 .cc-content-box-1-1 .txt-2 {
    font-size: 16px;
  }
  .cc-content-box-2 {
    margin-top: 0;
  }
  .cc-content-box-1 .cc-content-box-1-1 {
    padding: 37px 0 45px 0;
  }
  .cc-content-box-2 .button-box .btn-1 {
    width: auto;
    padding: 0 40px;
    font-size: 18px;
  }
  .cc-content-box-2 {
    padding-top: 30px;
  }
  .cc-content-box-3 {
    font-size: 24px;
    line-height: 1.4;
  }
  .cc-content-box-4 h2, .cc-content-box-5 h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .cc-content-box-4 .cc-boxes-1 .cc-box-1 {
    font-size: 16px;
    line-height: 1.4;
  }
  .cc-content-box-5:after {
    height: 100%;
  }
  .cc-content-box-4 .cc-boxes-1 {
    display: block;
  }
  .cc-content-box-4 .cc-boxes-1 .cc-box-1 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .cc-content-box-4 .cc-boxes-1 .cc-box-1:last-child {
    margin-bottom: 0;
  }
  .cc-content-box-4 h2 {
    margin-bottom: 35px;
  }
  .cc-margin-bottom-1 {
    margin-bottom: 50px;
  }
  .cc-content-box-6 .container {
    display: block;
  }
  .cc-content-box-6 .container figure:after {
    width: 100%;
  }
  .cc-content-box-6 .container figure {
    text-align: center;
  }
  .cc-content-box-6 {
    padding-bottom: 20px;
  }
  .cc-content-box-6 .container .description ul {
    font-size: 16px;
    line-height: 1.4;
  }
  .cc-content-box-6 .container .description ul li:after {
    top: 4px;
  }
}
.cc-content-box-2 figure img {
  max-width: 100% !important;
  width: 800px;
}

@media only screen and (max-width: 767px) {
  .cc-content-box-2 {
    margin-top: 0 !important;
  }
}
