@charset "UTF-8";

@font-face {
  font-family: "BrixSans";
  src: url("/fonts/BrixSansRegular.eot");
  src: url("/fonts/BrixSansRegular.eot") format("embedded-opentype"), url("/fonts/BrixSansRegular.woff2") format("woff2"), url("/fonts/BrixSansRegular.woff") format("woff"), url("/fonts/BrixSansRegular.ttf") format("truetype"), url("/fonts/BrixSansRegular.svg#BrixSansRegular") format("svg");
  font-weight: normal;
}

@font-face {
  font-family: "BrixSans";
  src: url("/fonts/BrixSansBold.eot");
  src: url("/fonts/BrixSansBold.eot") format("embedded-opentype"), url("/fonts/BrixSansBold.woff2") format("woff2"), url("/fonts/BrixSansBold.woff") format("woff"), url("/fonts/BrixSansBold.ttf") format("truetype"), url("/fonts/BrixSansBold.svg#BrixSansBold") format("svg");
  font-weight: bold;
}

/* *** 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;
}

@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: "BrixSans";
}

body {
  font-family: "BrixSans";
  font-size: 16px;
  color: #000000;
  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: 10;
  padding-top: 16px;
  top: 0;
  left: 0;
  width: 100%;
}

header .container .logo img {
  display: block;
}

header .h-content {
  display: flex;
  padding-bottom: 19px;
  align-items: center;
  justify-content: space-between;
}

header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}

header .main-menu ul>li {
  margin: 0 37px 0 0;
}

header .main-menu ul>li>a {
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 0;
  text-align: center;
  position: relative;
}

header .main-menu ul>li :hover {
  color: #DD0060;
}

header .main-menu ul>li.current>a {
  color: #DD0060;
}

.btn-1 {
  display: inline-block;
  height: 44px;
  padding: 0 15px 0 25px;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  width: 189px;
  background: #DD0060;
  position: relative;
}

.btn-1 span {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
  background: url("/img/frontend/icons/01.png") center right no-repeat;
}

.btn-1:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  display: block;
  height: 100%;
  background: #000;
  transition: 0.25s linear;
  content: "";
}

.btn-1:hover {
  color: #fff;
}

.btn-1:hover:after {
  width: calc(100% - 44px);
}

.btn-1-green {
  background: #37A58C;
}

.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;
}

.h-button-box {
  display: flex;
}

.h-button-box a {
  margin-left: 20px;
}

/* *** 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 img {
  max-width: 100%;
  width: 124px;
  margin-top: 5px;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #000;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu-rsp>nav>ul:first-child {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  border-top: 1px solid #dedede;
}

.menu-rsp nav>ul>li:first-child {
  border-top: none;
}

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 15px 15px 15px 15px;
}

.menu-rsp nav a:hover {
  background-color: #DD0060;
  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;
}

.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: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  body {
    padding-top: 70px;
  }

  header {
    position: relative;
  }

  header .logo {
    display: none;
  }

  .main-menu {
    display: none;
  }
}

/* *** HOME *** */
.content-box-1 figure img {
  width: 100%;
  display: block;
}

.content-box-2 {
  padding: 20px 0;
}

.content-box-2 .content-box-2-1 {
  padding: 28px 50px 28px 28px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-box-2 .content-box-2-1 .txt {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
}

.boxes-1 {
  margin-bottom: -12px;
}

.boxes-1 .box-1 {
  display: block;
  margin-bottom: 12px;
}

.boxes-1 .box-1 img {
  display: block;
  width: 100%;
}

.boxes-1 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.boxes-1 .row-box .col-box {
  padding: 0 6px;
}

.boxes-1 .row-box .col-box-1 {
  width: 33.3333%;
}

.boxes-1 .row-box .col-box-2 {
  width: 66.66666%;
}

.boxes-1 .row-box .col-box-4 {
  width: 50%;
}

.boxes-1 .row-box .col-box-3 {
  width: 100%;
}

.boxes-1 .row-box .box-1 {
  position: relative;
}

.boxes-1 .row-box .box-1 .button-box {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: #fff;
  font-size: 23px;
  background: url("/img/frontend/01.png") center bottom repeat-x;
  font-weight: bold;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 20px 20px;
}

.boxes-1 .row-box .box-1:hover {
  opacity: 0.95;
}

/* *** FOOTER *** */
footer {
  margin-top: 100px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 38px 0;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  opacity: 0.85;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

footer .container .col-left .row-box {
  margin: 0 -35px;
  display: flex;
}

footer .container .col-left .row-box .col-box {
  padding: 0 35px;
}

footer .container .col-left .row-box .col-box .txt a {
  color: #fff;
}

footer .container .col-left .row-box .col-box .txt a:hover {
  opacity: 0.85;
}

footer .container .f-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

footer .social-box {
  padding: 0 10px;
  padding-top: 5px;
  margin-bottom: 24px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

footer .social-box a {
  height: 21px;
  display: flex;
  align-items: center;
}

.link-1 {
  color: #fff;
  background: url("/img/frontend/icons/02.png") left 8px no-repeat;
  padding-left: 10px;
  display: inline-block;
}

.f-menu {
  width: 206px;
  max-width: 100%;
}

.f-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #fff;
}

.f-menu ul li {
  padding: 10px 0;
  border-top: 1px solid #fff;
}

/* *** O PROGRAMIE *** */
.content-box-4 {
  position: relative;
}

.content-box-4 img {
  display: block;
  width: 100%;
}

.content-box-4 .description {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("/img/frontend/02.png") center top repeat-x;
  width: 100%;
}

.content-box-4 .description .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 170px;
}

.content-box-4 .description .container h1 {
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.box-2 {
  width: 492px;
  padding: 20px;
  background: #fff;
}

.box-2 h3 {
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 1.2;
  font-weight: bold;
}

.mb1 {
  margin-bottom: 85px;
}

.title {
  margin-bottom: 18px;
}

.title h2 {
  margin: 0;
  font-weight: bold;
  font-size: 33px;
  line-height: 1.2;
}

.content-box-5 .text {
  margin-bottom: 30px;
}

.boxes-3 {
  margin-bottom: -12px;
}

.boxes-3 .row-box {
  display: flex;
  justify-content: space-between;
  margin: 0 -6px;
}

.boxes-3 .row-box .col-box {
  width: 33.3333%;
  padding: 0 6px;
  margin-bottom: 12px;
}

.boxes-3 .row-box .col-box .box-3 {
  height: 100%;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 30px;
  font-weight: bold;
  font-size: 27px;
  line-height: 35px;
  text-align: center;
}

.content-box-6 {
  text-align: center;
  font-size: 33px;
  line-height: 50px;
  color: #37A58C;
  font-weight: bold;
}

.content-box-6 span {
  color: #DD0060;
}

.boxes-4 {
  margin-bottom: -12px;
}

.boxes-4 .box-4 {
  display: block;
  margin-bottom: 12px;
}

.boxes-4 .box-4 img {
  display: block;
  width: 100%;
}

.boxes-4 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.boxes-4 .row-box .col-box {
  padding: 0 6px;
  width: 33.3333%;
}

.boxes-4 .row-box .box-4 {
  position: relative;
}

.boxes-4 .row-box .box-4 .button-box {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: #fff;
  font-size: 27px;
  line-height: 1.3;
  background: url("/img/frontend/03.png") center bottom repeat-x;
  font-weight: bold;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 23px 32px;
}

.boxes-4 .row-box .box-4:hover {
  opacity: 0.95;
}

.link-2 {
  padding-right: 25px;
  background: url("/img/frontend/icons/03.png") right center no-repeat;
}

/* *** KONTAKT *** */
.main-content {
  padding-top: 45px;
  border-top: 1px solid #B0B0B0;
}

.title-1 {
  margin-bottom: 50px;
}

.title-1 h1,
.title-1 h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.3;
  margin: 0;
}

.content-box-8 {
  display: flex;
  justify-content: space-between;
}

.content-box-8 .col-left,
.content-box-8 .col-right {
  width: calc(50% - 60px);
}

.label-box label {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin-bottom: 5px;
}

.input-box {
  margin-bottom: 23px;
}

.input-box input,
.input-box textarea,
.input-box select {
  display: block;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #000000;
  height: 44px;
}

.input-box textarea {
  padding: 10px 15px;
  height: 199px;
  resize: none;
  overflow: auto;
}

.checkbox-content {
  margin-bottom: 35px;
  padding-top: 10px;
}

.checkbox-content .checkbox-box {
  margin-bottom: 25px;
}

.checkbox-content .checkbox-box label {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.checkbox-content .checkbox-box label a {
  color: #000;
}

.checkbox-content .checkbox-box label a:hover {
  color: #000;
  opacity: 0.85;
}

.checkbox-content .checkbox-box label .icheckbox {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
}

.checkbox-content .checkbox-box label .icheckbox.checked:after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  content: "";
  background: url("/img/frontend/icons/27.png");
}

.btn-1 {
  border: none;
  text-align: left;
}

.btn-1-width-auto {
  width: auto;
}

.btn-1-width-auto span {
  display: block;
  padding-right: 54px;
}

.btn-1 {
  font-weight: bold;
}

.hover-1:hover {
  color: #000;
}

.hover-1:after {
  background: #fff;
}

.mail {
  color: #000;
  margin-top: 30px;
  display: inline-block;
  font-size: 27px;
  line-height: 1.3;
  padding-left: 60px;
  font-weight: bold;
  background: url("/img/frontend/icons/04.png") left center no-repeat;
}

.mail:hover {
  color: #000;
  opacity: 0.85;
}

.boxes-1 .row-box .box-1 .button-box div {
  position: relative;
  z-index: 1;
}

.boxes-1 .row-box .box-1 .button-box div:after {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 0;
  height: calc(100% + 10px);
  background: #000;
  content: "";
  z-index: -1;
  transition: 0.25s linear;
}

.box-1:hover .button-box div:after {
  width: calc(100% + 30px) !important;
}

.box-4 {
  overflow: hidden;
}

.box-4:hover .description {
  opacity: 1;
}

.box-4 .description {
  transition: 0.25s linear;
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #37A58C;
  color: #fff;
  padding: 20px;
}

.box-4 .description h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 18px;
}

.box-4 .social-1 {
  padding-top: 22px;
  display: flex;
}

.box-4 .social-1 img {
  margin-right: 20px;
  width: auto;
  height: 30px;
  width: 30px;
}

.title-txt {
  margin: -30px 0 23px 0;
}

.form-box-1 {
  width: 492px;
  max-width: 100%;
}

.content-box-9-1 .row-box {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.content-box-9-1 .row-box .col-box {
  padding: 0 10px;
}

.checkbox-content-1 .checkbox-box {
  margin-bottom: 5px;
}

.checkbox-content-1 .checkbox-box label {
  padding-left: 20px;
}

.checkbox-content-1 .checkbox-box label .icheckbox {
  border: none;
  width: 13px;
  height: 13px;
  background: url("/img/frontend/icons/07.png");
  position: absolute;
  top: 4px;
  left: 0;
}

.checkbox-content-1 .checkbox-box label .icheckbox.checked:after {
  width: 13px;
  height: 13px;
  background: url("/img/frontend/icons/08.png");
  margin: 0;
}

.boxes-5 {
  display: flex;
  justify-content: flex-end;
}

.boxes-5 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 189px;
  text-align: center;
}

.boxes-5 ul li:after {
  width: 1px;
  height: 30px;
  background: #D9D9D9;
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.boxes-5 ul li:last-child:after {
  display: none;
}

.boxes-5 ul li a,
.boxes-5 ul li div {
  display: inline-block;
}

.boxes-5 ul li a .figure,
.boxes-5 ul li div .figure {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.boxes-5 ul li a .txt,
.boxes-5 ul li div .txt {
  padding: 5px 0 7px 0;
  color: #000;
  display: block;
}

.boxes-5 ul li.current a .figure,
.boxes-5 ul li.current div .figure {
  background: #37A58C;
}

.boxes-5 ul li.current:after {
  background: #37A58C;
}

.content-box-10 {
  padding: 20px 25px 40px 25px;
}

.btn-2 {
  color: #DD0060;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-right: 100px;
}

.btn-2:hover {
  color: #DD0060;
}

.btn-2:after {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
  border: 1px solid transparent;
  background: url("/img/frontend/icons/09.png") center no-repeat;
  content: "";
  display: block;
  transition: 0.15s linear;
}

.btn-2:hover:after {
  border-color: #DD0060;
}

.content-box-8-1 .col-left,
.content-box-8-1 .col-right {
  width: calc(100% - 15px);
}

.content-box-11 {
  padding-left: 30px;
}

.link-3 {
  color: #DD0060 !important;
}

.link-3:hover {
  opacity: 0.9;
}

.logo {
  display: flex;
  align-items: center;
}

.logo span {
  margin-left: 25px;
  padding-left: 25px;
  height: 100%;
}

.header-rsp .logo-rsp span img {
  width: 96px;
}

.logo {
  height: 62px;
}

.header-rsp .logo-rsp span {
  margin-left: 10px;
  padding-left: 10px;
  display: inline-block;
}

.prev-content {
  margin: -25px 0 15px 0;
}

.prev-content a {
  color: #000;
}

.prev-content a:hover {
  opacity: 0.85;
}

.boxes-5-1 ul li a .figure,
.boxes-5-1 ul li div .figure {
  background: #37A58C;
  opacity: 0.2;
  padding-top: 5px;
  overflow: hidden;
}

.boxes-5-1 ul li.current a .figure {
  opacity: 1;
}

.title-2 {
  font-weight: bold;
  margin-bottom: 12px;
}

.content-box-12 {
  margin-top: -30px;
}

.boxes-6 {
  margin-bottom: 35px;
}

.boxes-6 .row-box {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}

.boxes-6 .row-box .col-box {
  padding: 0 6px;
  width: 33.3333%;
  margin-bottom: 12px;
}

.boxes-6 .row-box .box-6 {
  display: block;
  cursor: pointer;
}

.boxes-6 .row-box .box-6 .iradio+span {
  border: 1px solid #B0B0B0;
  height: 44px;
  display: flex;
  width: 100%;
  color: #B0B0B0;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.boxes-6 .row-box .box-6 .icheckbox+span {
  border: 1px solid #B0B0B0;
  height: 44px;
  display: flex;
  width: 100%;
  color: #B0B0B0;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.boxes-6 .row-box .box-6 .iradio.checked+span {
  border-color: #37A58C;
  color: #37A58C;
  font-weight: bold;
}

.boxes-6 .row-box .box-6 .icheckbox.checked+span {
  border-color: #37A58C;
  color: #37A58C;
  font-weight: bold;
}

.boxes-6-1 .row-box .col-box {
  width: 50%;
}

.boxes-6 img {
  filter: grayscale(100%);
  opacity: 0.3;
}

.boxes-6 .row-box .box-6 .iradio.checked+span img {
  filter: none;
  opacity: 1;
}

.boxes-6 .row-box .box-6 .icheckbox.checked+span img {
  filter: none;
  opacity: 1;
}

.content-box-12 .button-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-box-12-1 {
  margin-bottom: 30px;
}

.content-box-12-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}

.content-box-12-2 .link-3 {
  font-size: 14px;
}

.content-box-12-2 .txt {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.3;
}

.boxes-6-2 .row-box .col-box {
  width: 20%;
}

.boxes-6-2 .row-box .col-box .box-6 img {
  filter: none;
  opacity: 1;
}

.boxes-6-2 .row-box .box-6 .iradio+span {
  border-color: #fff;
  height: 93px;
  width: 93px;
  padding: 2px;
  margin: 0 auto;
  border-radius: 50%;
}

.boxes-6-2 .row-box .box-6 .icheckbox+span {
  border-color: #fff;
  height: 93px;
  width: 93px;
  padding: 2px;
  margin: 0 auto;
  border-radius: 50%;
}

.boxes-6-2 .row-box .box-6 .iradio.checked+span {
  border-color: #DD0060;
  color: #DD0060;
}

.boxes-6-2 .row-box .box-6 .icheckbox.checked+span {
  border-color: #DD0060;
  color: #DD0060;
}

.content-box-13 .label-box {
  height: 28px;
}

.content-box-13 .row-box {
  display: flex;
  margin: 0 -6px;
}

.content-box-13 .row-box .col-box {
  padding: 0 6px;
  width: 33.333%;
}

.content-box-13 .row-box .col-box .btn-1 {
  margin-top: 28px;
}

.main-content {
  min-height: calc(100vh - 495px);
}

.content-box-14 {
  width: 793px;
  max-width: 100%;
}

.content-box-14 .input-box {
  width: 391px;
  max-width: 100%;
}

.content-box-14 .btn-1 {
  width: 290px;
  max-width: 100%;
}

/* *** ANKIETA *** */
.title-2 span {
  font-weight: normal;
}

.content-box-15 .input-box textarea {
  border-color: #B0B0B0;
  height: 182px;
}

.content-box-16 {
  text-align: right;
}

.box-6 span {
  line-height: 1.1;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-basket {
  width: 30px;
  height: 35px;
  display: block;
  background: url("/img/frontend/icons/basket.png");
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-box {
  display: flex;
  align-items: center;
}

.h-box a:hover {
  opacity: 0.85;
  color: #000;
}

.h-account {
  margin-left: 40px;
  position: relative;
}

.h-account ul {
  position: absolute;
  display: none;
  top: 100%;
  left: -13px;
  width: calc(100% + 13px);
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 30px 13px;
}

.h-account ul li {
  margin-bottom: 14px;
}

.h-account ul li:last-child {
  margin-bottom: 0;
}

.h-account ul li a {
  color: #000;
}

.h-account ul li a:hover {
  color: #DD0060;
}

.h-account:hover ul {
  display: block;
}

.h-account:hover .btn-account,
.btn-account:hover {
  color: #DD0060 !important;
  text-decoration: none !important;
  text-decoration: underline !important;
  opacity: 1 !important;
}

.h-account .btn-account {
  margin-left: 0;
}

.logout {
  opacity: 0.5;
}

.btn-account {
  margin-left: 40px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  background: url("/img/frontend/icons/14.png") right center no-repeat;
  width: 169px;
}

.btn-account span {
  border: 1px solid #DD0060;
  width: 27px;
  height: 27px;
  display: flex;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}

.icon-star {
  display: block;
  position: absolute;
  top: 0;
  width: 45px;
  height: 44px;
  margin: 20px;
  left: 0;
  background: url("/img/frontend/icons/star.png") center no-repeat;
}

.boxes-1-1 .row-box .box-1 .button-box div {
  padding-right: 40px;
}

.boxes-1-1 .row-box .box-1 .button-box div:before {
  width: 27px;
  height: 23px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  content: "";
  display: block;
  right: 0px;
  background: url("/img/frontend/icons/15.png") center no-repeat;
  transition: 0.25s linear;
}

.boxes-1-1 .row-box .box-1:hover .button-box div:before {
  right: -20px;
}

.btn-fix {
  height: 70px;
  position: fixed;
  top: 50%;
  margin-top: -35px;
  right: -170px;
  width: 240px;
  display: flex;
  align-items: center;
  z-index: 10;
  padding-left: 70px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #fff url("/img/frontend/icons/16.png") left center no-repeat;
  background-size: 70px 70px;
}

.btn-fix:hover {
  right: 0;
}

.btn-fix span {
  font-size: 21px;
  color: #000;
  font-weight: bold;
  width: 100%;
  display: block;
  padding: 0 47px 0 20px;
  display: block;
  padding-top: 2px;
  background: url("/img/frontend/icons/arrow-right.png") calc(100% - 20px) center no-repeat;
}

/* *** SAMOUCZEK *** */
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  z-index: 100000;
}

.popup {
  padding: 68px 0;
  position: fixed;
  left: 0;
  top: -100%;
  max-height: 100%;
  overflow: auto;
  width: 100%;
  background: #fff;
  z-index: 100001;
  transition: 0.45s linear;
}

.popup-show {
  top: 0;
}

.text p:last-child {
  margin-bottom: 0;
}

.mb2 {
  margin-bottom: 20px;
}

.s-content-box {
  display: flex;
  justify-content: space-between;
}

.s-content-box .description {
  width: 623px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 30px;
}

.s-content-box .button-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}

.close-1 {
  position: absolute;
  top: 0;
  right: 3px;
  margin: 19px;
  color: #000;
  font-weight: 300;
  font-size: 40px;
}

.close-1:hover {
  color: #37A58C;
}

.color-red {
  color: #DD0060;
}

.color-green {
  color: #37A58C;
}

.s-content-box {
  display: none;
}

.s-content-box.active {
  display: flex;
}

.s-content-box-2 {
  text-align: center;
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}

.s-content-box-2 .button-box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.title-3 {
  margin-bottom: 20px;
}

.title-3 h2 {
  font-size: 33px;
  line-height: 50px;
  font-weight: bold;
  margin: 0;
}

.content-box-17 {
  margin-top: -15px;
}

.content-box-17 .text {
  width: 997px;
  max-width: 100%;
  margin-bottom: 40px;
}

.content-box-17-1 {
  display: flex;
  justify-content: space-between;
}

.content-box-17-1 figure {
  margin-top: -50px;
}

.content-box-17-1 .description {
  width: 623px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-box-17-1 .description h3 {
  font-size: 23px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
}

.content-box-17-1 .description ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content-box-17-1 .description ul li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 44px;
}

.content-box-17-1 .description ul li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #37A58C;
}

.content-box-17-1 .description .buttons {
  margin-top: 20px;
}

.content-box-17-1 .description .buttons a {
  margin-right: 10px;
}

.content-box-17-1 .description .buttons a:hover {
  opacity: 0.9;
}

.content-box-18 {
  display: flex;
}

.content-box-18 .col-left {
  flex-shrink: 0;
  width: 381px;
  margin-right: 20px;
}

.content-box-18 .col-right {
  width: 100%;
}

.content-box-18-1 h2 {
  font-weight: bold;
  font-size: 27px;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.boxes-7 .box-7 {
  margin-bottom: 20px;
}

.boxes-7 .box-7 sup {
  color: #37A58C;
}

.boxes-7 .box-7:last-child {
  margin-bottom: 0;
}

.boxes-7 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 24px;
}

.boxes-7 ul li {
  margin-top: 10px;
  padding-left: 19px;
  position: relative;
}

.boxes-7 ul li:after {
  width: 13px;
  height: 1px;
  background: #37A58C;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
}

.content-box-18 {
  position: relative;
}

.sign-1 {
  position: absolute;
  bottom: -75px;
  right: -240px;
}

.box-8 {
  background: #37A58C;
  flex-shrink: 0;
  padding: 12px 12px 0 12px;
  flex-shrink: 0;
  color: #fff;
}

.box-8 .txt-1 {
  font-weight: bold;
  margin-bottom: 15px;
}

.box-8 .input-file {
  width: 100%;
  height: 45px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.box-8 .input-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.box-8 .input-file .input-txt {
  color: #000;
  padding: 0 12px;
  height: 45px;
  display: flex;
  background: url("/img/frontend/icons/pdf.png") calc(100% - 12px) center no-repeat;
  align-items: center;
}

.box-8 .txt-2 {
  padding: 5px 8px;
  font-size: 12px;
}

.box-8 .button-box {
  padding: 49px 0 18px 0;
}

.box-8 .button-box .button-box-1 {
  text-align: center;
  margin-top: 10px;
}

.box-8 .button-box .button-box-1 a {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.5;
}

.box-8 .button-box .button-box-1 a:hover {
  opacity: 1;
}

.btn-3 {
  height: 45px;
  background: #fff url(/img/frontend/icons/17.png) calc(100% - 15px) 16px no-repeat;
  border: none;
  width: 100%;
  padding: 0 10px;
  text-align: left;
}

.btn-3:hover {
  opacity: 0.9;
}

.boxes-9 .row-box {
  display: flex;
  flex-wrap: wrap;
}

.boxes-9 .row-box .col-box {
  width: 50%;
}

.boxes-9 .row-box .col-box .box-9 {
  display: block;
  position: relative;
}

.boxes-9 .row-box .col-box .box-9 .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  color: #fff;
  padding: 33px 40px;
  font-size: 20px;
  align-items: center;
  display: flex;
}

.boxes-9 .row-box .col-box .box-9:hover {
  opacity: 0.9;
}

.content-box-19-1 {
  display: flex;
  margin-bottom: 50px;
  margin-top: -78px;
  justify-content: flex-end;
}

.content-box-19-1 .txt {
  margin-left: 30px;
}

.content-box-20 .title-3 {
  padding: 0 30px;
}

.btn-4 {
  height: 44px;
  background: #37A58C url(/img/frontend/icons/01.png) calc(100% - 15px) 11px no-repeat;
  border: none;
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
  font-weight: bold;
  display: block;
  padding: 0 10px;
  text-align: left;
}

.btn-4:hover {
  color: #fff;
  opacity: 0.9;
}

.boxes-10 {
  margin-bottom: -12px;
}

.boxes-10 .row-box {
  margin: 0 -6px;
  flex-wrap: wrap;
  display: flex;
}

.boxes-10 .row-box .col-box {
  width: 33.3333%;
  padding: 0 6px;
  margin-bottom: 12px;
}

.boxes-10 .row-box .col-box .box-10 {
  background: #F2F2F2;
  position: relative;
  padding: 20px 30px 30px 30px;
}

.boxes-10 .row-box .col-box .box-10 .txt-1 {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.boxes-10 .row-box .col-box .box-10 .txt-2 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

.boxes-10 .row-box .col-box .box-10 .txt-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.boxes-10 .row-box .col-box .box-10 .txt-3 label {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.boxes-10 .row-box .col-box .box-10 .txt-3 select {
  width: 159px;
  height: 44px;
  border: 1px solid #37A58C;
  font-size: 22px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/img/frontend/icons/18.png") center right no-repeat;
}

.boxes-10 .row-box .col-box .box-10 .button-box {
  margin-top: 30px;
}

.zx-tooltip {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 20px;
  z-index: 1000;
  right: 20px;
}

.zx-tooltip .tooltip-1 {
  top: 0;
  right: 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-inner {
  min-width: 150px;
}

.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: 23px;
  height: 23px;
  display: inline-block;
  background: url("/img/frontend/icons/info.png") center no-repeat;
}

.btn-4 {
  line-height: 45px;
}

/* *** 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: 18px;
  line-height: 29px;
  margin-bottom: 17.5px;
  font-weight: 600;
  color: #000000;
}

.bkt-table-2 table {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  width: 100%;
}

.bkt-table-2 table tr td:last-child {
  font-weight: bold;
  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 .button-box-1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.bkt-table-2+.button-box .btn-1 {
  margin-top: 20px;
  width: 100%;
}

.bkt-table-2+.button-box .btn-1:first-child {
  margin-top: 0;
}

.bkt-steps {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
  margin-top: -19px;
}

.bkt-steps div {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #D9D9D9 url("/img/frontend/icons/check.png") center no-repeat;
}

.bkt-steps span {
  width: 68px;
  height: 1px;
  background: #01204E;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.bkt-steps div.current {
  background-color: #37A58C;
}

.bkt-steps div.current+span {
  background: #37A58C;
}

.bkt-table-1 table {
  margin-top: -10px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.bkt-table-1 table tr {
  border: 1px solid #01204E;
}

.bkt-table-1 table tr td:last-child {
  padding: 0 30px;
}

.bkt-table-1 table tr td {
  border: 1px solid #B0B0B0;
  border-left: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: none;
}

.bkt-table-1 table tr td:last-child {
  border-right: 1px solid #B0B0B0;
}

.bkt-table-1 table tr td:first-child {
  border-left: 1px solid #B0B0B0;
}

.bkt-table-1 table tr td:first-child {
  width: 261px;
}

.bkt-table-1 table tr td .txt-1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 32px;
  color: #000000;
}

.bkt-table-1 table tr td .txt-2 {
  font-size: 14px;
  padding-bottom: 26px;
}

.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 .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: 27px;
  padding-top: 0px;
  text-align: center;
  width: 48px;
}

.bkt-table-1 table .price {
  color: #37A58C;
  text-wrap: nowrap;
  font-size: 27px;
  line-height: 35px;
  font-weight: bold;
}

.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-top: 8px;
  margin-bottom: 70px;
  display: block;
  background: url("/img/frontend/icons/19.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: #000;
  font-size: 16px;
  text-align: right;
  line-height: 30px;
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000;
  font-weight: bold;
}

.bkt-summary span {
  font-weight: bold;
}

.bkt-table-2 table {
  margin-top: 10px;
}

.bkt-table-2 table:first-child {
  margin-top: 0;
}

/* *** AKTUALNOŚCI *** */
.link-2-1 {
  background: none;
  padding-right: 0;
}

.link-2-1 img {
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.box-4 .button-box-1 {
  padding-top: 20px;
  color: #000;
}

.box-4 .button-box-1 span {
  display: inline-block;
  background: url("/img/frontend/icons/03-1.png") center right no-repeat;
  padding-right: 25px;
}

.pagination-box {
  margin-top: 50px;
}

.pagination-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.pagination-box ul li {
  margin: 0 1px;
}

.pagination-box ul li a {
  min-width: 20px;
  height: 20px;
  font-weight: bold;
  color: #DD0060;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  display: block;
  text-align: center;
}

.pagination-box ul li a:hover {
  background: #000;
  color: #fff;
}

.pagination-box ul li.current a {
  background: #000;
  color: #fff;
}

.pagination-box ul li a:hover img {
  filter: grayscale(100%);
}

.pagination-box ul .p-prev a,
.pagination-box ul .p-next a {
  background: #fff !important;
}

.pagination-box ul .p-prev a img,
.pagination-box ul .p-next a img {
  margin-top: -2px;
}

.content-box-21 {
  margin-top: -20px;
  margin-bottom: 40px;
}

.content-box-22-1 {
  display: flex;
}

.content-box-22-1 figure {
  margin-right: 15px;
  flex-shrink: 0;
}

.content-box-22-1 .text h3 {
  font-weight: bold;
  margin-bottom: 22px;
  font-size: 23px;
  line-height: 1.3;
}

/* *** MOJE KONTO *** */
.x-menu {
  padding-right: 80px;
  margin-bottom: 70px;
}

.x-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.x-menu ul li a {
  width: 200px;
  display: flex;
  align-items: center;
  color: #000;
  height: 44px;
  background: url("/img/frontend/icons/23.png") right center no-repeat;
  padding-right: 54px;
}

.x-menu ul li.current a {
  color: #DD0060;
  background: url("/img/frontend/icons/23-1.png") right center no-repeat;
}

.x-menu ul li a:hover {
  color: #DD0060;
}

.x-content-box-1 {
  display: flex;
}

.x-content-box-1 .x-chart-box {
  width: 391px;
  margin-right: 114px;
  flex-shrink: 0;
}

.x-boxes-1 {
  margin-bottom: -12px;
}

.x-boxes-1 .row-box {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}

.x-boxes-1 .row-box .col-box {
  padding: 0 6px;
  width: 50%;
  margin-bottom: 12px;
}

.x-boxes-1 .row-box .col-box-2 {
  padding: 0 6px;
  width: 25%;
  margin-bottom: 12px;
}

.x-boxes-1 .row-box .col-box .x-box-1 {
  position: relative;
  background: #F2F2F2;
  height: 290px;
  padding: 20px 23px;
}

.x-boxes-1 .row-box .col-box .x-box-1 .txt-1 {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.2;
  height: 90px;
  margin-bottom: 20px;
}

.x-boxes-1 .row-box .col-box .x-box-1 .txt-1 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.x-boxes-1 .row-box .col-box .x-box-1 .txt-2 {
  font-weight: bold;
  font-size: 80px;
  line-height: 72px;
  color: #DD0060;
}

.x-boxes-1 .row-box .col-box .x-box-1b .txt-2 {
  color: #37A58C;
}

.x-boxes-1 .row-box .col-box .x-box-1c {
  background-image: url("/img/frontend/icons/24.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.x-boxes-1 .row-box .col-box .x-box-1c .txt-2 {
  color: #000;
}

.x-boxes-1 .row-box .col-box .x-box-1d {
  background: #37A58C;
}

.x-boxes-1 .row-box .col-box .x-box-1d .txt-1 {
  color: #fff;
}

.x-boxes-1 .row-box .col-box .x-box-1d .txt-2 {
  color: #fff;
}

.x-box-1 .i-icon {
  background: url(/img/frontend/icons/info-1.png) center no-repeat;
}

.xx-progress {
  width: 391px;
  height: 391px;
  position: relative;
}

.my-chart-txt {
  position: absolute;
  top: -18px;
  right: 50%;
  font-size: 14px;
  height: 48px;
  padding-right: 4px;
  border-right: 2px solid #37A58C;
}

#my-chart {
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
}

.my-chart-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  color: #37A58C;
  font-weight: bold;
}

.x-table table {
  width: 100%;
}

.x-table table tr th,
.x-table table tr td {
  padding: 18px 10px;
  border-bottom: 1px solid #000;
}

.x-table table tr th {
  border-bottom: 2px solid #000;
}

.x-table table tr a:hover img {
  opacity: 0.85;
}

.x-table table .more {
  display: none;
}

.x-table table .more td {
  padding: 0px;
}

.x-table table .more td td {
  padding: 7px 10px;
  border: none;
}

.x-table table .more table tr:nth-child(odd) td {
  background: #F2F2F2;
}

.x-table table .more table a {
  width: 29px;
  display: inline-block;
  text-align: center;
}

.x-table table .more table img {
  width: 20px;
}

.x-btn-1 {
  color: #000;
  background: url("/img/frontend/icons/25.png") right center no-repeat;
  padding-right: 30px;
}

.x-btn-1:hover {
  color: #000;
  opacity: 0.85;
}

.x-btn-1.active {
  background: url("/img/frontend/icons/26.png") calc(100% - 2px) center no-repeat;
}

.btn-download {
  color: #DD0060;
  padding: 2px 0;
  background: url("/img/frontend/icons/download.png") right center no-repeat;
  padding-right: 40px;
}

.btn-download:hover {
  color: #DD0060;
  opacity: 0.85;
}

.x-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.x-title h3 {
  font-weight: bold;
  font-size: 18px;
}

.x-title .x-icons {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.x-title .x-icons .no-active:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #fff;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.x-title .x-icons .x-icon {
  position: relative;
  margin-left: 30px;
}

.x-title .x-icons .x-icon a:hover {
  opacity: 0.85;
}

.x-content-box-5 {
  margin-top: -10px;
  display: flex;
  justify-content: space-between;
}

.x-content-box-5 .col-left,
.x-content-box-5 .col-right {
  width: calc(50% - 55px);
}

.disabled input {
  background: url("/img/frontend/icons/lock.png") calc(100% - 15px) center no-repeat;
}

.input-box input,
.input-box textarea {
  font-weight: bold;
}

.width-1 {
  width: 290px;
  max-width: 100%;
}

.x-box-2 {
  border: 2px solid #37A58C;
  display: inline-block;
  position: relative;
}

.x-box-2 img {
  display: block;
}

.x-box-2 .btn-edit-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px;
  background: url("/img/frontend/icons/28.png");
  width: 30px;
  height: 30px;
  display: block;
}

.x-box-2 .btn-edit-1:hover {
  opacity: 0.9;
}

.title-2-flex {
  display: flex;
  justify-content: space-between;
}

.btn-draw {
  color: #37A58C;
  font-weight: normal;
  background: url("/img/frontend/icons/29.png") right 3px no-repeat;
  padding-right: 35px;
}

.btn-draw:hover {
  opacity: 0.9;
  color: #37A58C;
}

.boxes-6-3 img {
  filter: none;
  opacity: 1;
  width: 100%;
}

.boxes-6-3 .row-box .box-6 .iradio+span {
  height: auto;
  padding: 0;
}

.boxes-6-3 .row-box .box-6 .icheckbox+span {
  height: auto;
  padding: 0;
}

.content-box-12-12 {
  padding-top: 30px !important;
}

/* *** PRZEDSTAWICIEL HANDLOWY *** */

.a-select {
  margin-left: 20px;
  position: relative;
}

.a-select .name {
  background: #37A58C url('/img/frontend/072024/01.png') calc(100% - 10px) center no-repeat;
  color: #fff;
  height: 44px;
  line-height: 44px;
  padding-left: 10px;
  width: 189px;
}

.a-select ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 10px;
  background: #37A58C;
  display: none;
}

.a-select:hover ul {
  display: block;
}

.a-select ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.a-select ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 10px 0;
  display: block;
  background: url('/img/frontend/072024/02.png') calc(100% - 5px) center no-repeat;
  padding-right: 15px;
}

.a-select ul li a:hover {
  color: #fff;
  opacity: 0.9;
}

.a-boxes-1 {
  padding-top: 7px;
}

.a-boxes-1 .row-box .col-box .a-box-1 {
  height: 264px;
  background: #DD0060;
  color: #fff;
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.a-boxes-1 .row-box .col-box .a-box-1 .txt-1 {
  font-size: 18px;
  line-height: 22px;
}

.a-boxes-1 .row-box .col-box .a-box-1 span,
.a-boxes-1 .row-box .col-box .a-box-1 .txt-2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
}

.a-boxes-1 .row-box .box-1 .button-box div:before {
  display: none;
}

.a-title {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 50px;
  margin-top: -15px;
  font-weight: bold;
}

.a-content-box-1 {
  display: flex;
  justify-content: space-between;
}

.a-content-box-1 .a-form-box {
  width: 492px;
  margin-right: 30px;
}

.a-content-box-1 figure {
  margin-top: 27px;
}

.a-select-1 {
  margin-bottom: 23px;
}

.a-select-1 select {
  display: block;
  padding: 0 15px;
  font-weight: bold;
  float: none;
  margin: 0;
  width: 100%;
  border: 1px solid #000000;
  height: 44px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url(/img/frontend/072024/08.png) right center no-repeat;
}

.a-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #B0B0B0;
  list-style: none;
}

.a-menu li {
  margin-right: 10px;
  margin-bottom: -1px;
}

.a-menu a {
  display: block;
  padding: 10px 15px;
  color: #000;
  border-bottom: 1px solid transparent;
}

.a-menu a img {
  margin-right: 5px;
}

.a-menu .current a {
  color: #DD0060;
  border-color: #DD0060;
}

.a-menu a:hover {
  color: #DD0060;
}

.a-menu {
  margin-bottom: 40px;
  font-size: 16px;
}

.a-content-box-2 {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a-search-box {
  width: 391px;
  position: relative;
}

.a-search-box input {
  width: 100%;
  display: block;
  height: 35px;
  border: none;
  padding: 0 10px;
  border-bottom: 1px solid #4E4E4E;
}

.a-search-box button {
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 35px;
  background: url('/img/frontend/072024/12.png') center no-repeat;
  display: block;
}

.a-search-box button:hover {
  opacity: 0.9;
}

.btn-xlsx {
  color: #000;
  font-size: 14px;
  padding-left: 30px;
  background: url('/img/frontend/072024/13.png') left center no-repeat;
}

.btn-xlsx:hover {
  color: #000;
  opacity: 0.85;
}

.a-more {
  display: none;
}

.a-more>td:first-child {
  padding: 0 !important;
}

.a-more table tr td,
.a-more table tr th {
  font-size: 14px;
}

.a-link-1 {
  color: #DD0060;
  font-weight: bold;
  padding-right: 26px;
  display: inline-block;
  background: url('/img/frontend/072024/14.png') right center no-repeat;
}

.a-link-1:hover {
  color: #DD0060;
  opacity: 0.9;
  cursor: pointer;
}

.a-link-2 {
  color: #000;
  font-weight: bold;
  padding-left: 20px;
  display: inline-block;
  background: url('/img/frontend/072024/11.png') left center no-repeat;
}

.a-link-2:hover {
  color: #000;
  opacity: 0.9;
}

.popup-team {
  text-align: center;
}

.popup-team .s-content-box .description {
  width: 100%;
  padding: 0;
}

.popup-team .button-box {
  justify-content: center;
}

.popup-team .text p {
  margin-bottom: 10px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .a-content-box-2 {
    display: block;
  }

  .a-search-box {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .btn-xlsx {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .a-menu ul {
    display: block;
  }

  .a-menu ul {
    border: none;
  }

  .a-menu ul li a {
    border-color: #B0B0B0;
  }

  .a-boxes-1 .row-box .col-box .a-box-1 .txt-1 {
    font-size: 16px;
  }

  .a-boxes-1 .row-box .col-box .a-box-1 span,
  .a-boxes-1 .row-box .col-box .a-box-1 .txt-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .a-boxes-1 .row-box .col-box .a-box-1 {
    height: 180px;
  }

  .a-boxes-1 .row-box .col-box .a-box-1 {
    padding: 20px;
  }

  .a-title {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .a-content-box-1 {
    display: block;
  }

  .a-content-box-1 .a-form-box {
    width: 100%;
    margin: 0;
  }

  .a-content-box-1 figure {
    width: 100%;
  }

  .a-content-box-1 figure img {
    width: 100%;
  }
}

/* *** SPRZEDAWCY *** */

.content-box-12-12-1 {
  width: 391px;
}

.content-box-12-12-1 .boxes-6 .row-box .col-box {
  width: 25%;
}

.content-box-12-12-1 .boxes-6 .row-box .col-box .box-6 {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}

.content-box-12-12-1 .boxes-6-1 .row-box .col-box {
  width: 50%;
}

.content-box-12-12-1 .boxes-6 .row-box .box-6 .iradio+span {
  color: #000;
  padding: 0 4px;
  padding-top: 2px;
}

.content-box-12-12-1 .boxes-6 .row-box .box-6 .icheckbox+span {
  color: #000;
  padding: 0 4px;
  padding-top: 2px;
}

.content-box-8-1-2-1 .col-left {
  width: 795px;
  max-width: 100%;
}

.content-box-8-1-2-1 .boxes-6 .row-box .col-box {
  width: 25%;
}

.ss-title {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 70px;
  margin-top: -40px;
}

.btn-account-1 {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  background: none;
  width: auto;
  margin-right: 20px;
  margin-left: 0;
  padding-left: 48px;
  position: relative;
}

.btn-account-1 span {
  position: absolute;
  width: 38px;
  height: 38px;
  top: -2px;
  left: 0;
}

.a-logout a {
  color: rgba(255, 255, 255, 0.5) !important;
}

.btn-account-1 {
  position: relative;
  z-index: 2;
}

header {
  position: relative;
  z-index: 2;
}

.ss-prev-content {
  padding: 0;
  margin: 0;
  margin: -30px 0 20px 0;
}

.ss-prev-content+h1 {
  margin-bottom: 30px;
}

.ss-prev-content a {
  color: #fff;
}

.boxes-3-3-3 .box-3 {
  flex-direction: column;
}

.boxes-3-3-3 .box-3 .txt-1 {
  font-size: 18px;
}

.boxes-3-3-3 .box-3 .txt {
  font-size: 40px;
  padding: 5px 0;
  line-height: 50px;
}

.mb4 {
  margin-bottom: 40px;
}

.ss-text p,
.ss-text ul {
  margin-bottom: 15px;
}

.ss-text p:last-child {
  margin-bottom: 0;
}

.ss-text ul,
.ss-text-1 ul {
  padding-left: 0;
  list-style: none;
}

.ss-text ul li,
.ss-text-1 ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}

.ss-content-box-1 .ss-text p img {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 5px;
}

.ss-text ul li:last-child,
.ss-text-1 ul li:last-child {
  margin-bottom: 0;
}

.ss-text ul li:after,
.ss-text-1 ul li:after {
  width: 14px;
  height: 2px;
  background: #37A58C;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
}

.ss-content-box-2 {
  display: flex;
}

.ss-content-box-2 .col-left {
  width: 779px;
  flex-shrink: 0;
  margin-right: 30px;
}

.ss-content-box-2 .col-right {
  width: 100%;
}

.ss-text-1 p {
  margin-bottom: 25px;
}

.ss-text-1 p:last-child {
  margin-bottom: 0;
}

.ss-text-1 h2 {
  font-size: 23px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: bold;
}

.ss-info {
  background: #37A58C;
  color: #fff;
  padding: 10px 10px 12px 10px;
  margin-bottom: 27px;
}

.ss-newsletter {
  background: #F6F6F6;
  padding: 20px;
  margin-top: -96px;
  padding-top: 96px;
}

.ss-newsletter button {
  width: 100%;
}

.ss-newsletter-image {
  text-align: center;
}

.ss-newsletter-image img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.ss-content-box-3 {
  padding: 40px 0 55px 0;
  background: #F6F6F6;
  margin-bottom: -100px;
  margin-top: 35px;
}

.ss-title-1 {
  font-size: 23px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

.ss-content-box-3 .x-table {
  width: 793px;
  max-width: 100%;
}

.ss-content-box-3 .x-table .no-active {
  opacity: 0.5;
}

.popup-zaproszenie .container {
  text-align: center;
}

.popup-zaproszenie .txt {
  padding: 25px 0 40px 0;
}

.ss-boxes-1 .row-box {
  display: flex;
  margin: 0 -7px;
}

.ss-boxes-1 {
  padding-bottom: 5px;
}

.ss-boxes-1 .txt-1 {
  font-size: 16px;
}

.ss-boxes-1 .txt-2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  text-align: right;
}

.ss-boxes-1 .row-box .col-box {
  padding: 0 7px;
  margin-bottom: 15px;
}

.ss-box-1 {
  width: 189px;
  background: #37A58C;
  color: #fff;
  padding: 10px;
}

.ss-boxes-2 .ss-box-2 {
  margin-bottom: 45px;
}

.ss-boxes-2 .ss-box-2 .txt-1 {
  font-size: 10px;
  line-height: 19px;
}

.ss-boxes-2 .ss-box-2 .txt-2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding: 10px 0 20px 0;
}

.ss-boxes-2 .ss-box-2 .btn-1 {
  padding-left: 15px;
  width: 207px;
}

.btn-1-gray {
  background: #B0B0B0;
}

.ss-boxes-3 {
  border-top: 1px solid #000000;
  padding-top: 20px;
}

.ss-box-3 {
  padding: 10px 13px;
  background: #37A58C;
  margin-bottom: 20px;
  color: #fff;
  display: block;
}

.ss-box-3-1 span {
  font-weight: bold;
  background: url('/img/frontend/072024/27.png') calc(100% - 5px) center no-repeat;
  padding: 10px 0;
  display: block;
  font-size: 27px;
  line-height: 35px;
}

a.ss-box-3-1:hover {
  opacity: 0.9;
  color: #fff;
}

div.ss-box-3-1 span {
  color: rgba(255, 255, 255, 0.2);
  background: url('/img/frontend/072024/28.png') right center no-repeat;
}

.ss-boxes-3 {
  padding-top: 25px;
}

.ss-boxes-3 .ss-box-3:last-child {
  margin-bottom: 0;
}

.ss-box-3-2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.ss-box-3-2 .txt-2 {
  font-size: 47px;
  line-height: 1;
  font-weight: bold;
}

.ss-box-3-2 .txt-1 {
  font-size: 16px;
  line-height: 22px;
  width: 148px;
  max-width: 100%;
  padding-top: 40px;
  background: url('/img/frontend/072024/29.png') left top no-repeat;
}

.btn-1.active:after {
  width: calc(100% - 44px);
}

.ss-box-2 .txt-2.active {
  color: #DD0060;
}

.ss-text-1 h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.ss-content-box-2 .image-1 {
  float: right;
  margin-left: 30px;
  max-width: 40%;
}

.ss-content-box-2 .ss-text-1 p a {
  color: #DD0060;
  text-decoration: underline;
}

.ss-content-box-2 .ss-text-1 p a:hover {
  color: #DD0060;
  opacity: 0.85;
}

.ss-info-1 {
  background: #F2F2F2;
  color: #000000;
}

.ss-content-box-4 {
  padding-top: 60px;
}

.ss-content-box-4 .btn-1 {
  width: 290px;
  max-width: 100%;
}

.btn-1.no-active span {
  background: url(/img/frontend/072024/28.png) right center no-repeat;
  background-size: 14px auto;
}

.ss-content-box-5 .txt-1 {
  margin-bottom: 11px;
}


.ss-content-box-5 .txt-2 {
  font-size: 23px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

.ss-content-box-5 .txt-1 strong {
  margin-right: 10px;
}

.ss-checkbox-content .ss-checkbox-box {
  margin-bottom: 25px;
}

.ss-checkbox-content .ss-checkbox-box label {
  padding-left: 35px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  padding-top: 3px;
  margin: 0;
}

.ss-checkbox-content .ss-checkbox-box label a {
  color: #000;
}

.ss-checkbox-content .ss-checkbox-box {
  position: relative;
}

.ss-checkbox-content .ss-checkbox-box label a:hover {
  color: #000;
  opacity: 0.85;
}

.ss-checkbox-content .ss-checkbox-box label .icheckbox,
.ss-checkbox-content .ss-checkbox-box label .iradio {
  border: 1px solid #000;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 1px;
  left: 0;
}

.ss-checkbox-content .ss-checkbox-box label .iradio {
  border-radius: 50%;
  overflow: hidden;
}


.ss-checkbox-content .ss-checkbox-box label .icheckbox {
  border-radius: 50%;
  overflow: hidden;
}

.ss-checkbox-content .ss-checkbox-box label .icheckbox.checked:after,
.ss-checkbox-content .ss-checkbox-box label .iradio.checked:after {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  content: "";
  background: #000 url("/img/frontend/072024/32.png") center no-repeat;
}

.ss-content-box-5 .button-box {
  padding-top: 40px;
}

.ss-cont-boxes {
  padding-top: 40px;
}

.ss-content-box-6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ss-content-box-6 .col-left {
  width: 540px;
  flex-shrink: 0;
  padding-right: 50px;
}

.ss-content-box-6 .col-left .x-chart-box {
  margin: 0 auto;
  width: 391px;
  max-width: 100%;
}

.ss-content-box-6 .col-right {
  width: 633px;
}

.ss-box-4 {
  background: #F6F6F6;
  padding: 20px;
}

.ss-box-4 table {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

.ss-box-4 table tr td {
  padding: 5px;
}

.ss-box-4 table tr td:last-child {
  padding-left: 15px;
  text-align: right;
  font-size: 27px;
  line-height: 1.2;
}

.ss-box-4-1 {
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #DD0060;
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
}

.ss-box-4-1 .txt-2 {
  font-size: 40px;
}

.ss-box-4-2 {
  padding: 0 20px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
}

.ss-box-4-2 .txt-2 {
  font-size: 47px;
  padding-left: 15px;
}

.x-table table .active td {
  background: #DD0060;
  color: #fff;
}

.ss-cont-boxes .x-table {
  margin-top: -30px;
}

.ss-content-box-7 {
  padding-top: 80px;
}

.ss-content-box-7 .x-table {
  padding-top: 20px;
}

.ss-box-4-3 {
  font-weight: bold;
  padding: 20px;
  font-size: 18px;
  line-height: 1.3;
}

.ss-box-4 table tr td:first-child {
  padding-left: 10px;
}

.ss-box-4-3 .txt-1 {
  font-size: 33px;
}

.ss-boxes-5 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -13px;
}

.btn-xlsx {
  white-space: nowrap;
}

.ss-boxes-5 .ss-box-5 {
  height: 52px;
  color: #fff;
  background: #37A58C;
  margin-right: 13px;
  width: 290px;
  padding: 10px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ss-boxes-5 .ss-box-5 .txt-1 {
  padding-top: 1px;
}

.ss-boxes-5 .ss-box-5 .txt-2 {
  font-size: 23px;
  line-height: 35px;
  font-weight: bold;
  padding-left: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

.correct-answer {
  color: #37A58C
}

.incorrect-answer {
  color: #DD0060
}

.img-logout {
  margin-left: 10px;
}

.category-arrow {
  margin-left: 10px;
}

#cart-count {
  top: 5px;
  position: relative;
  color: #000;
}

.x-content-box-1+.x-content-box-1 {
  margin-top: 30px;
}

.arrow-in-text {
  height: 15px;
  width: auto !important;
  display: inline !important;
  /* margin-left: 10px; */
  vertical-align: baseline;
}

.product-link-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin: 10px 0px;
  padding: 10px 0px;
  color: #000;
  cursor: pointer;
}

.box-1:hover .button-box div:after {
  width: calc(100% + 10px) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.question-span {
  margin-top: 60px !important;
}

.points-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: #D9D9D9 solid 1px;
  height: 40px;
  align-items: center;
  padding: 0 30px;
}

.points-box .txt-1 {
  font-weight: bold;
  font-size: 20px;
}

.points-box .txt-2 {
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .ss-box-3-2 {
    display: block;
  }

  .ss-box-3-2 .txt-1 br {
    display: none;
  }

  .ss-box-3-2 .txt-2 {
    padding-top: 5px;
  }

  .ss-content-box-2 .col-left {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .ss-boxes-1 .row-box {
    flex-wrap: wrap;
  }

  .ss-content-box-3 {
    margin-bottom: -70px;
  }

  body .content-box-8-1-2-1 .col-left {
    width: 100%;
    max-width: 100%;
  }

  .box-2 {
    font-size: 12px;
  }

  .ss-content-box-2 .col-left {
    width: 60%;
  }

  .ss-content-box-6 {
    display: block;
  }

  .ss-content-box-6 .col-left {
    width: 100%;
    padding: 0 0 30px 0;
  }

  .ss-content-box-6 .col-right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ss-boxes-5 .ss-box-5 {
    width: 100%;
    margin-right: 0;
  }

  .ss-boxes-5 {
    padding-bottom: 20px;
  }

  .ss-box-1 {
    width: 100%;
  }

  .ss-boxes-1 .row-box .col-box {
    width: 100%;
  }

  .ss-content-box-2 {
    display: block;
  }

  .ss-content-box-2 .col-left {
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
  }

  .ss-content-box-2 .col-right {
    width: 100%;
  }

  .ss-title {
    margin: 0 0 35px 0;
    font-size: 22px;
    line-height: 30px;
  }

  .content-box-8-1-2-1 .boxes-6 .row-box .col-box {
    width: 50%;
  }

  .btn-account-1 {
    width: 38px;
    padding: 0;
    color: transparent !important;
    height: 38px;
  }

  .btn-account-1 span {
    top: 0;
  }
}

/* *** 27.09 *** */

.content-box-4 .description .container {
  padding-bottom: 50px;
}

.xx-content-box-1 {
  background: #37A58C;
  color: #fff;
  padding: 0 22px;
  display: flex;
  align-items: center;
}

.xx-content-box-1 .description {
  width: 45%;
  padding-right: 30px;
}

.xx-content-box-1 .description p {
  margin-bottom: 10px;
}

.xx-content-box-1 .description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .xx-content-box-1 {
    display: block;
    padding: 0;
  }
  .xx-content-box-1 .description {
    padding: 20px;
    width: 100%;
  }
  .xx-content-box-1 figure img {
    width: 100%;
  }
}

/* *** *** */

.aaa-form-box form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.add-fv {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 30px;
  width: 132px;
  height: 132px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5019607843);
  color: #fff;
  font-size: 18px;
  padding: 85px 0 0 0;
  text-align: center;
  background: #DD0060 url("/img/frontend/icons/document-add.png") center 27px no-repeat;
  border-radius: 50%;
  display: block;
}
.add-fv:hover {
  opacity: 0.9;
  color: #fff;
}