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

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

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
@font-face {
  font-family: "CAPElephant";
  src: url("fonts/CAPElephantRegular.eot");
  src: url("fonts/CAPElephantRegular.eot") format("embedded-opentype"), url("fonts/CAPElephantRegular.woff2") format("woff2"), url("fonts/CAPElephantRegular.woff") format("woff"), url("fonts/CAPElephantRegular.ttf") format("truetype"), url("fonts/CAPElephantRegular.svg#CAPElephantRegular") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "CAPElephant";
  src: url("fonts/CAPElephantBold.eot");
  src: url("fonts/CAPElephantBold.eot") format("embedded-opentype"), url("fonts/CAPElephantBold.woff2") format("woff2"), url("fonts/CAPElephantBold.woff") format("woff"), url("fonts/CAPElephantBold.ttf") format("truetype"), url("fonts/CAPElephantBold.svg#CAPElephantBold") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "CAPElephant";
  src: url("fonts/CAPElephantBlack.eot");
  src: url("fonts/CAPElephantBlack.eot") format("embedded-opentype"), url("fonts/CAPElephantBlack.woff2") format("woff2"), url("fonts/CAPElephantBlack.woff") format("woff"), url("fonts/CAPElephantBlack.ttf") format("truetype"), url("fonts/CAPElephantBlack.svg#CAPElephantBlack") format("svg");
  font-weight: 900;
}

@font-face {
  font-family: "FloodStd";
  src: url("fonts/Flood.otf");
  src: url("fonts/Flood.otf") format("opentype"), url("fonts/Flood.TTF") format("truetype");
  font-weight: 400;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1238px;
  }
}
.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: "CAPElephant";
}

body {
  font-family: "CAPElephant";
  font-size: 18px;
  color: #000000;
  background: #fff;
  line-height: 24px;
  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;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
}

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

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

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

header .main-menu {
  padding-right: 5px;
}

header .main-menu ul > li {
  margin: 0 0 0 20px;
}

header .main-menu ul > li > a {
  color: #000000;
  display: block;
  font-size: 15px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  position: relative;
}

header .main-menu ul > li.current a {
  color: #990099;
  text-decoration: underline;
}

header .main-menu ul > li :hover {
  color: #990099;
}

header .h-box-1 {
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  height: 55px;
  padding: 0 15px;
  padding-top: 7px;
  border-left: 1px solid #c98575  ;
  border-right: 1px solid #c98575  ;
}

header .h-box-2 {
  margin-left: 20px;
  padding-top: 4px;
}

header .h-box-2 a:hover {
  opacity: 0.9;
}

.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;
}
.s-container-with-text {
            background-color: #990099;
            display: inline-flex;
            flex-wrap: nowrap;
            padding: 0.35rem 1.5rem;
            font-size: 1rem;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            cursor: pointer;
            border-radius: 20px;
            color: white;
            line-height: 1.5rem;
            content: 'Moje konto';
        }
.s-container-with-text span {
  display: block;
  padding-top: 0.15rem;
}
/* *** 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/sprite.png") -35px 0 no-repeat;
}

.banner .bx-next {
  background: green url("../img/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/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;
  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%;
  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 transparent;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #000;
  font-size: 18px;
  float: left;
  width: 100%;
  padding: 14px 15px 16px 15px;
}

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

.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-hide-rwd {
    display: none !important;
  }
  .header-rsp {
    display: inline-flex;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    .h-box{
      margin-left: 30%;
      margin-top: 10px;
      justify-content: center;
      display: flex;

      a {
        margin-left: 20px;
      }
      a:first-child {
        margin-left: 0px;
      }
    }
  }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
/* *** HOME *** */
header {
  z-index: 2;
  position: relative;
  background: #fff;
}

.banner {
  z-index: 1;
}

.content-box-1 {
  margin-top: -60px;
  position: relative;
  z-index: 23;
}

.content-box-1 .content-box-1-1 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #F2F2F2;
  text-align: center;
  padding: 53px 128px 25px 128px;
}

.content-box-1 .content-box-1-1 .txt-1 {
  font-size: 18px;
  margin-bottom: 5px;
}

.content-box-1 .content-box-1-1 .txt-2 {
  color: #333333;
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 42px;
}

.btn-1 {
  display: inline-block;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  padding: 0 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 47px;
  background: #c98575  ;
  border: 2px solid #c98575  ;
}

.btn-1:hover {
  background: transparent;
  color: #c98575  ;
}

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

.content-box-2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title {
  margin-bottom: 40px;
}

.title h2 {
  font-weight: 900;
  color: #c98575  ;
  text-align: center;
  opacity: 0.6;
  font-size: 140px;
  line-height: 133px;
}

.boxes-1 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}

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

.boxes-1 .row-box .col-box .box-1 {
  color: #000000;
  display: block;
}

.boxes-1 .row-box .col-box .box-1 .txt-1 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
}

.boxes-1 .row-box .col-box .box-1 .txt-2 {
  padding: 0 20px;
  text-align: center;
}

.title-box {
  margin-top: -45px;
}

.content-box-4 {
  background: #c98575  ;
  display: flex;
  flex-direction: column;
  color: #fff;
}

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

.content-box-4 .boxes-2 {
  margin-bottom: 50px;
}

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

.content-box-4 .boxes-2 .row-box .col-box {
  padding: 0 15px;
  width: 33.3333%;
}

.content-box-4 .boxes-2 .row-box .col-box .box-2 {
  text-align: center;
}

.content-box-4 .boxes-2 .row-box .col-box .box-2 figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 123px;
  margin-bottom: 10px;
}

.content-box-4 .content-box-4-1 {
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 42px;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 35px;
}

.content-box-4 .content-box-4-1 strong span {
  font-size: 26px;
}

.content-box-4 .content-box-4-2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
}

.content-box-4 .content-box-4-2 strong {
  font-size: 30px;
}

.content-box-4 .content-box-4-3 {
  background: #fff;
  padding-top: 18px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}

.btn-2 {
  display: inline-block;
  border: 1px solid #fff;
  /* height: 40px; */
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  font-weight: 900;
  padding: 0 30px;
  line-height: 34px;
}

.btn-2:hover {
  background: #fff;
  color: #c98575  ;
}

div.btn-2 {
  border: none;
}

.mb1 {
  margin-bottom: 80px;
}

.mb2 {
  margin-bottom: 55px;
}

.list-1 {
  padding-top: 15px;
  max-width: 100%;
  padding-bottom: 20px;
}

.list-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 26px;
  line-height: 36px;
}

.list-1 ul li {
  padding-left: 40px;
  background: url("/img/frontend/icons/05.png") left 6px no-repeat;
  margin-bottom: 20px;
}

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

.content-box-6 {
  background: #F2F2F2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 40px;
}

.form-box {
  margin: 0 auto;
  max-width: 100%;
  width: 793px;
  padding-top: 15px;
}

.form-box .form-txt-1 {
  font-size: 24px;
  line-height: 1.3;
  margin-left: -30px;
  margin-right: -30px;
  text-align: center;
  margin-bottom: 45px;
}

.form-box .label-box {
  margin-bottom: 5px;
}

.form-box .label-box label {
  padding: 0 10px;
  color: #D5D6D6;
  font-size: 13px;
  line-height: 18px;
}

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

.form-box .input-box input, .form-box .input-box select {
  border: 1px solid #D5D6D6;
  border-radius: 5px;
  display: block;
  height: 40px;
  width: 100%;
  font-size: 15px;
  padding: 0 10px;
}

.form-box .input-box input:focus, .form-box .input-box select:focus {
  border-color: #c98575  ;
}

.form-box .input-box select {
  background: #fff url("/img/frontend/icons/09.png") calc(100% - 10px) 15px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

.checkbox-content {
  margin-bottom: 37px;
}

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

.checkbox-content .checkbox-box label {
  font-size: 14px;
  line-height: 19px;
  display: block;
  position: relative;
  padding-left: 25px;
}

.checkbox-content .checkbox-box label .icheckbox {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #D5D6D6;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  left: 0;
}

.checkbox-content .checkbox-box label .icheckbox.checked {
  border: 1px solid #990099;
  background: url("/img/frontend/icons/26.png") center no-repeat;
}
.checkbox-content .checkbox-box label .icheckbox.checked:after {
  display: none;
}

.checkbox-content .checkbox-box label .iradio {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #D5D6D6;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  left: 0;
}

.checkbox-content .checkbox-box label .iradio.checked {
  border: 1px solid #990099;
  background: url("/img/frontend/icons/26.png") center no-repeat;
}
.checkbox-content .checkbox-box label .iradio.checked:after {
  display: none;
}
.checkbox-content .checkbox-box:last-child {
  margin-bottom: 0;
}

.form-button .btn-1 {
  width: 100%;
}

.btn-3 {
  display: inline-block;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  padding: 0 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 37px;
  background: #c98575  ;
  border: 2px solid #c98575  ;
}

.btn-3:hover {
  background: transparent;
  color: #c98575  ;
}

.add-document {
  margin-bottom: 40px;
}

.add-document .a-txt-1 {
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 58px;
}

.add-document .a-txt-1 strong {
  font-size: 22px;
  font-weight: 900;
  display: inline-block;
  padding-bottom: 3px;
}

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

.a-box-2 .a-box-2-1 {
  font-size: 14px;
}

.a-box-2 .a-box-2-2 {
  display: flex;
  align-items: center;
}

.a-box-2 .a-box-2-2 a {
  margin-left: 23px;
}

.a-box-1 {
  position: relative;
  border: 1px dashed #707070;
  border-radius: 7px;
  padding-left: 20px;
  padding-right: 20px;
  height: 140px;
  margin-bottom: 22px;
  padding-top: 44px;
  cursor: pointer;
  text-align: center;
}

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

.a-box-1 .a-box-1-1 {
  font-size: 15px;
  padding-top: 11px;
}

.a-box-1 .a-icon {
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  text-align: center;
}

.a-box-1 .a-box-1-2 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  font-size: 9px;
  line-height: 12px;
  margin: 10px;
  padding-top: 19px;
  background: url("/img/frontend/icons/07.png") left top no-repeat;
}

.a-box-1 .btn-1 {
  width: 389px;
  max-width: 100%;
}

.z-boxes-1 {
  padding-top: 70px;
}

.z-boxes-1 .row-box {
  display: flex;
  margin: 0 -7px;
}

.z-boxes-1 .row-box .col-box {
  width: 25%;
  padding: 0 7px;
}

.z-boxes-1 .row-box .col-box .z-box-1 {
  text-align: center;
}

.z-boxes-1 .row-box .col-box .z-box-1 .z-box-1a {
  font-size: 56px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
}

.z-boxes-1 .row-box .col-box .z-box-1 .z-box-1a span {
  display: block;
  padding-top: 15px;
  padding-bottom: 2px;
  font-size: 35px;
}

.x-box-1 {
  width: 100%;
  height: 91px;
  position: relative;
}

.x-box-1-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.3019607843);
  background: #c98575  ;
  rotate: y 90deg;
  transition: 0.25s linear;
  background-image: linear-gradient(#c98575  , #b36c01);
}

.x-box-1-2 {
  position: absolute;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.3019607843);
  background: #c98575  ;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 17px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  rotate: y 0deg;
  transition: 0.25s linear;
  background-image: linear-gradient(#c98575  , #b36c01);
}

/*
.x-box-1:hover .x-box-1-2 {
    rotate: y 90deg;
}

.x-box-1:hover .x-box-1-1 {
    rotate: y 0deg;
}*/
.x-box-1 .x-txt-1 {
  font-size: 26px;
  padding: 5px 0 34px 0;
  line-height: 1.2;
  background: url("/img/frontend/icons/08.png") center bottom no-repeat;
}

.x-box-1 .x-txt-2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  padding: 0 0 5px 0;
  font-weight: 900;
  opacity: 0.5;
}

.x-box-1 .x-txt-2 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  padding: 2px 0;
  margin-bottom: -3px;
}

.x-box-1 .x-txt-3 {
  font-size: 22px;
  padding: 5px 0 30px 0;
  background: url("/img/frontend/icons/08.png") center bottom no-repeat;
}

.x-box-1 .x-txt-4 {
  font-size: 16px;
  padding: 0 10px;
  padding-top: 8px;
}

.x-box-1 .x-box-1-2.active {
  rotate: y 90deg;
}

.x-box-1 .x-box-1-1.active {
  rotate: y 0deg;
}

.x-box-b {
  height: 209px;
}

.z-boxes-1 .row-box {
  align-items: flex-end;
}

.x-box-c {
  height: 293px;
}

.x-box-d {
  height: 376px;
}

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

.z-content-box-1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  content: "";
  display: block;
  background: #fff;
}

.z-boxes-1 {
  position: relative;
  z-index: 2;
}

.content-box-2 img {
  animation: pulsate-fwd 1520ms 0ms ease infinite both;
}

@keyframes pulsate-fwd {
  0%, to {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
}
.btn-1-small {
  height: 30px;
  line-height: 24px;
}

header .btn-1-small {
  width: 188px;
  text-align: center;
}

header .h-box {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  right: 20px;
}

header .container {
  position: relative;
}

.content-box-4-3-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #c98575  ;
  margin: 0 -30px;
  border-top: none;
  border-radius: 0 0 40px 40px;
  margin-top: -50px;
  color: #000000;
  line-height: 1.2;
  font-size: 26px;
  font-weight: bold;
  padding: 60px 15px 27px 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.content-box-4-3-1 figure {
  margin: 5px 20px 0 0;
}

.box-1:hover img {
  opacity: 0.9;
}

footer {
  padding: 35px 0;
  color: #fff;
  min-height: 174px;
}

footer a {
  color: #fff;
}

footer a:hover {
  opacity: 0.85;
  color: #fff;
}

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

footer .container .col-box-2 {
  padding-left: 20px;
}

.box-1-no-active {
  position: relative;
}

.box-1-no-active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.8) url("/img/frontend/pakiet-niedostepny.png") center 35% no-repeat;
}

/* *** MOJE KONTO *** */
.c-content-box-1 {
  overflow: hidden;
  background: #f5faea;
}

.c-content-box-1 .container {
  display: flex;
}

.c-content-box-1 .container .col-left {
  width: 810px;
  padding-right: 15px;
}

.c-content-box-1 .container .col-left, .c-content-box-1 .container .col-right {
  padding-top: 30px;
  padding-bottom: 30px;
}

.c-content-box-1 .container .col-right {
  width: calc(100% - 810px);
  background: #F2F2F2;
  position: relative;
  padding-left: 15px;
}

.c-content-box-1 .container .col-right:after {
  position: absolute;
  top: 0;
  left: 100%;
  background: #F2F2F2;
  width: 1000px;
  height: 100%;
  content: "";
  display: block;
}

.table-icon {
  white-space: nowrap;
}

.table-icon a {
  margin-left: 15px;
}

.table-icon a:first-child {
  margin-left: 0;
}

.c-title {
  margin-bottom: 30px;
  min-height: 41px;
}

.c-title h1, .c-title h2 {
  font-size: 30px;
  line-height: 41px;
  font-weight: normal;
}

.c-table table {
  width: 100%;
  font-size: 18px;
}

.c-table table th {
  font-weight: normal;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #707070;
}

.c-table table th, .c-table table td {
  padding-left: 10px;
}

.c-table table th:first-child, .c-table table td:first-child {
  padding-left: 0;
}

.c-table table .txt-1 {
  font-size: 26px;
  line-height: normal;
}

.c-table table .txt-1 strong {
  font-weight: 900;
}

.c-table table td {
  font-size: 15px;
}

.c-table-1 tr td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.c-table-1 table tr:first-child + tr td {
  padding-top: 11px;
}

.color-green {
  color: #99CC33 ;
}

.c-progress-box {
  position: relative;
  margin-top: 40px;
}

.c-progress-box .c-icon {
  width: 60px;
  height: 55px;
  background: url("/img/frontend/icons/11.png");
  position: absolute;
  top: -4px;
  z-index: 2;
  margin-left: -20px;
}

.c-progress-box .c-progress {
  position: absolute;
  top: 0;
  overflow: hidden;
  left: 0;
  width: 100%;
}

.c-progress-box .c-progress ul {
  width: 795px;
}

.c-progress-box .c-progress ul li {
  background: rgb(153, 204, 51);
  color: #fff;
}

.c-progress-box ul {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
}

.c-progress-box ul li {
  height: 43px;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.2);
  padding-bottom: 1px;
  font-weight: 900;
  border-right: 1px solid #f5faea;
  background: rgba(153, 204, 51, 0.29);
}

.c-table-1-1 table tr th strong {
  font-weight: 900;
}

.c-box-1 {
  margin-top: 30px;
}

.c-select:hover, .c-select-1:hover {
  border-radius: 26px 26px 0 0;
}

.c-select-1 {
  margin-left: 5px;
  flex-shrink: 0;
}

.c-select {
  border: 1px solid #D5D6D6;
  border-radius: 26px;
  position: relative;
  z-index: 2;
}

.c-select .c-name {
  height: 52px;
  cursor: pointer;
  text-align: center;
  background: url("/img/frontend/icons/12.png") calc(100% - 15px) 22px no-repeat;
  padding: 0 47px;
  line-height: 50px;
}

.c-select .c-content {
  border: 1px solid #D5D6D6;
  border-radius: 0 0 26px 26px;
  border-top: none;
  background: #fff;
  padding: 5px 18px;
  position: absolute;
  top: 100%;
  left: -1px;
  display: none;
  width: calc(100% + 2px);
}

.c-select .c-content .c-list {
  padding: 5px 0;
  border-top: 1px solid #707070;
  margin: 0;
  list-style: none;
}

.c-select .c-content .c-list li {
  margin: 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-select:hover .c-content {
  display: block;
}

.c-select-1:hover .c-content-1 {
  display: block;
}

.c-select-1:hover, .c-select:hover {
  z-index: 3;
}

.c-select-1 {
  border: 1px solid #D5D6D6;
  border-radius: 26px;
  width: 94px;
  position: relative;
  z-index: 2;
}

.c-select-1 .c-name-1 {
  height: 52px;
  cursor: pointer;
  text-align: center;
  background: url("/img/frontend/icons/12.png") calc(100% - 15px) 22px no-repeat;
  padding: 0 20px;
  text-align: left;
  text-transform: uppercase;
  line-height: 50px;
}

.c-select-1 .c-content-1 {
  border: 1px solid #D5D6D6;
  display: none;
  border-radius: 0 0 26px 26px;
  border-top: none;
  background: #fff;
  padding: 5px 18px;
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  padding: 0 18px;
}

.c-select-1 .c-content-1 .c-list-1 {
  padding: 5px 0;
  border-top: 1px solid #707070;
  margin: 0;
  list-style: none;
}

.c-select-1 .c-content-1 .c-list-1 li {
  margin: 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-select-1 .c-content-1 .c-list-1 li a {
  color: #000;
}

.c-select-1 .c-content-1 .c-list-1 li a:hover {
  color: #c98575  ;
}

.c-box-2 {
  margin-top: 25px;
}

.c-box-2 a {
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

.c-box-2-no-active {
  position: relative;
}

.c-box-2-no-active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  content: "";
  opacity: 0.7;
}

.c-box-1-1 {
  padding: 8px 0 11px 0;
}

.c-box-1-1 a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 10px;
}

.table-icon a:hover {
  opacity: 0.8;
}

.c-content-box-4 .container {
  display: flex;
}

.c-content-box-4 .col-left {
  width: 810px;
  padding: 30px 0;
  padding-right: 15px;
}

.c-content-box-4 .col-right {
  width: calc(100% - 810px);
  height: 355px;
  background: #F2F2F2;
  position: relative;
}

.c-content-box-4 .col-right:after {
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #F2F2F2;
  left: 100%;
  content: "";
  display: block;
}

.c-content-box-4 .col-right figure {
  margin-left: -100px;
  margin-top: 20px;
}

.c-content-box-4 .col-right figure img {
  max-width: none;
  max-height: none;
}

.c-content-box-4 .txt-1 {
  margin-top: -25px;
  margin-bottom: 30px;
}

.c-title-1 {
  font-weight: bold;
  color: #c98575  ;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #707070;
}

.c-title-2 {
  padding: 0 10px;
  margin-bottom: 13px;
}

.c-form-button {
  padding-top: 0;
  margin: -15px 0 20px 0;
}

.c-form-button button {
  width: 289px !important;
  max-width: 100%;
}

input:disabled {
  background: #fff url("/img/frontend/icons/13.png") calc(100% - 10px) center no-repeat;
}

input:read-only {
  background: #fff url("/img/frontend/icons/13.png") calc(100% - 10px) center no-repeat;
}

.c-content-box-1-1 {
  background: #fff;
}

.cc-content-box-1 .text {
  font-size: 15px;
  line-height: normal;
}

.cc-content-box-1 .cc-txt-1 {
  font-weight: 900;
  margin-bottom: 20px;
}

.color-red {
  color: #CC0000;
}

.cc-table table tr td {
  padding-top: 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cc-table table tr th {
  font-size: 12px;
}

.cc-communique-box {
  border-top: 1px solid #c98575  ;
  border-bottom: 1px solid #c98575  ;
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 15px;
  align-items: center;
  display: flex;
}

.cc-communique-box img {
  flex-shrink: 0;
  margin: 0 10px;
}

.ca-box-1 {
  padding-top: 29px;
}

.btn-1-icon-image {
  padding: 0 15px;
}

.btn-1-icon-image img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}

.ca-box-1 {
  margin-bottom: 10px;
}

.ca-box-2 {
  border-bottom: 1px solid #707070;
  padding: 22px 20px 32px 20px;
}

.ca-box-2 button {
  width: 100%;
  text-align: center;
}

.ca-box-2-no-active {
  position: relative;
}

.ca-box-2-no-active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  content: "";
  background: #fff;
  opacity: 0.8;
}

.c-title {
  position: relative;
}

.my-tooltip {
  position: absolute;
  top: 10px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url("/img/frontend/icons/information.png");
}

.ca-box-2 {
  margin-bottom: 23px;
}

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

.cc-content-box-1 .text a:hover {
  opacity: 0.9;
  color: #000;
}

.body-log {
  background: #F2F2F2;
}

.body-log .content-box-6 {
  padding-top: 60px;
}

.body-log .form-box {
  width: 350px;
}

.password-txt {
  display: flex;
  margin: -14px 0;
  justify-content: flex-end;
}

.password-txt a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.password-txt a:hover {
  color: #c98575  ;
  text-decoration: underline;
} 
/**********************/
.form-floating > .form-control, .form-floating > .form-control-plaintext {
  height: 40px;
  border: 1px solid #D5D6D6;
  border-radius: 5px;
  font-size: 15px;
  padding: 0 10px;
  outline: none !important;
  box-shadow: none !important;
}

.form-floating > textarea.form-control {
  padding-top: 18px !important;
}

.form-floating > input.form-control {
  padding-bottom: 0;
  padding-top: 20px !important;
}

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

.form-floating > label {
  padding: 8px 10px;
  font-size: 15px;
  color: #5e5e5e;
}

.form-floating > .form-select:focus, .form-floating > .form-control:focus {
  border-color: #990099;
}

.form-floating > .form-select {
  height: 40px;
  padding: 0 10px;
  padding-top: 12px;
  outline: none !important;
  box-shadow: none !important;
  background: #fff url(/img/frontend/icons/18.png) calc(100% - 10px) 16px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-floating > label {
  font-size: 13px;
  padding: 7px 10px;
}

/* *** *** */
footer {
  height: auto;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}

footer .container {
  display: block;
}

.footer-top {
  padding: 30px 0;
  background: #333333;
}

.ff-mail a {
  background: url("/img/frontend/icons/email.png") left center no-repeat;
  padding-left: 36px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-content ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ff-social-box a {
  margin-left: 9px;
}

.footer-content ul li {
  margin-right: 40px;
}

.footer-bottom {
  padding: 96px 0 30px 0;
  background: #fff;
  background-size: cover;
}

.footer-top {
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 10px rgba(51, 51, 51, 0.6);
}

.footer-bottom img {
  display: block;
}

@media (max-width: 767px) {
  footer {
    padding: 10px 0 5px 0 !important;
  }
  .footer-bottom {
    padding: 30px 0 20px 0;
  }
  .footer-content {
    display: block;
  }
  .footer-content ul {
    display: block;
  }
  .footer-content ul li {
    margin: 0 0 15px 0;
  }
  .ff-social-box a {
    margin-left: 4px;
    margin-right: 4px;
  }
  .ff-mail {
    margin-bottom: 30px;
  }
  .ff-social-box {
    padding-top: 15px;
  }
}
/* *** 06.05 *** */
.footer-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #565656;
  margin-bottom: 50px;
  padding-bottom: 15px;
}

.footer-data .ff-mail {
  margin: 0;
}

.f-btn-contact {
  height: 42px;
  padding: 0 27px;
  border: 1px solid #fff;
  border-radius: 21px;
  line-height: 39px;
}

@media (max-width: 767px) {
  .footer-data {
    flex-direction: column;
  }
  .footer-data .ff-mail {
    margin-bottom: 15px;
  }
  .footer-data {
    padding-bottom: 28px;
  }
  .footer-data {
    margin-bottom: 30px;
  }
}
.xx-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100000001;
  background: #000;
  opacity: 0.5;
}

.xx-popup {
  width: 674px;
  top: 30px;
  background: #ffffff;
  position: fixed;
  z-index: 100000001;
  max-height: calc(100% - 60px);
  overflow: auto;
  left: 50%;
  margin-left: -337px;
}

.xx-popup-content {
  padding: 35px 55px 55px 55px;
}

.xx-popup textarea {
  height: 148px !important;
  resize: none;
  overflow: auto;
}

.checkbox-box-txt {
  font-size: 12px;
  line-height: 1.6;
}

.xx-btn-1 {
  text-align: center;
  background: none;
  color: #a1a1a1;
  border-color: transparent;
  font-size: 16px;
  font-weight: bold;
}

.xx-popup .checkbox-content {
  margin: -25px 0 20px 0;
}

.xx-btn-1:hover {
  color: #a1a1a1;
  opacity: 0.85;
}

.anuluj-box {
  padding: 15px 0 0 0;
  margin-bottom: -20px;
  text-align: center;
}

@media (max-width: 700px) {
  .xx-popup {
    left: 15px;
    width: calc(100% - 30px);
    margin-left: 0;
    top: 15px;
    max-height: calc(100% - 30px);
  }
  .xx-popup-content {
    padding: 20px 20px 38px 20px;
  }
}
/* *** 3 *** */
header .h-box a {
  margin-left: 15px;
}

.s-btn-1 {
  height: 32px;
  display: inline-block;
  border: 1px solid #990099;
  background: #990099;
  border-radius: 16px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  display: inline-block;
}
.s-btn-1:hover {
  color: #fff;
  opacity: 0.85;
}

.s-btn-1-1 {
  background: #fff;
  color: #990099;
}
.s-btn-1-1:hover {
  color: #990099;
}

.prev-content-box {
  padding-top: 17px;
}

.btn-prev-1 {
  font-size: 20px;
  line-height: 1.3;
  color: #333333;
  background: url("/img/frontend/icons/15.png") left 9px no-repeat;
  padding-left: 28px;
  display: inline-block;
}
.btn-prev-1:hover {
  color: #333333;
  opacity: 0.9;
}

.content-box-7-1 {
  border: 3px solid #c98575  ;
  padding: 30px;
  border-radius: 40px;
  position: relative;
}

.boxes-3 {
  padding-bottom: 30px;
}
.boxes-3 .row-box {
  display: flex;
  margin: 0 -7px;
}
.boxes-3 .row-box .col-box {
  width: 33.3333%;
  padding: 0 7px;
  margin-bottom: 30px;
}
.boxes-3 .row-box .col-box .box-3 {
  text-align: center;
}
.boxes-3 .row-box .col-box .box-3 .txt {
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 36px;
}
.boxes-3 .row-box .col-box .box-3 figure {
  height: 273px;
  background: #c98575  ;
  /* padding-top: 20px; */
}
.boxes-3 .row-box .col-box .box-3 figure img {
  max-height: none;
}

.s-btn-2 {
  height: 40px;
  display: inline-block;
  border: 1px solid #c98575  ;
  background: #c98575  ;
  border-radius: 25px;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  display: inline-block;
}
.s-btn-2:hover {
  color: #fff;
  background: #8b5f57;
}

.content-box-7-1 .s-btn-2 {
  width: 370px;
}
.content-box-7-1 .button-box {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer-content-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

.s-btn-3 {
  height: 50px;
  font-weight: bold;
  line-height: 47px;
  border-radius: 25px;
  display: inline-block;
  border: 1px solid #fff;
  width: 289px;
  padding: 0 30px;
  text-align: center;
}

.footer-top {
  background: #303030 url("/img/frontend/02.png") calc(100% + 150px) center no-repeat;
  background-size: cover;
}

.box-3 {
  position: relative;
}
.box-3 .image {
  position: relative;
}
.box-3 .box-3-1 {
  transition: 0.15s linear;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #c98575  ;
  padding: 20px;
  width: 100%;
}
.box-3 .box-3-1 .txt-1 {
  font-weight: 900;
  font-size: 14px;
}
.box-3 .box-3-1 .txt-2 {
  margin-bottom: 15px;
}

.box-3:hover .box-3-1 {
  opacity: 1;
}

.s-slider-1 {
  position: relative;
}
.s-slider-1 figure {
  box-shadow: 0px 5px 55px rgba(0, 0, 0, 0.7019607843);
}
.s-slider-1 figure img {
  width: 100%;
}
.s-slider-1 .description {
  text-align: center;
  color: #333333;
  padding: 47px 0 0 0;
}
.s-slider-1 .description .txt-1 {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.s-slider-1 .description .txt-2 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.3;
}
.s-slider-1 .description .btn-1 {
  width: 289px;
}

.btn-1-violet {
  background: #990099;
  border-color: #990099;
}
.btn-1-violet:hover {
  background: #990099;
  color: #fff;
  opacity: 0.9;
}

.s-controls-1 {
  width: 67px;
  margin: 0 auto;
  margin-top: 18px;
  z-index: 1;
  position: relative;
}
.s-controls-1 .swiper-container-horizontal > .swiper-pagination-bullets, .s-controls-1 .swiper-pagination-custom, .s-controls-1 .swiper-pagination-fraction {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  bottom: 0;
}
.s-controls-1 .swiper-button-prev {
  width: 10px;
  height: 10px;
  top: 4px;
  z-index: 11;
  margin: 0;
  left: 0;
  background: url("/img/frontend/icons/16.png") center no-repeat;
  transition: 0.15s linear;
}
.s-controls-1 .swiper-button-prev:after {
  display: none;
}
.s-controls-1 .swiper-button-prev:hover {
  opacity: 0.8;
}
.s-controls-1 .swiper-button-next {
  z-index: 11;
  width: 10px;
  right: 0;
  margin: 0;
  top: 4px;
  height: 10px;
  background: url("/img/frontend/icons/17.png") center no-repeat;
  transition: 0.15s linear;
}
.s-controls-1 .swiper-button-next:after {
  display: none;
}
.s-controls-1 .swiper-button-next:hover {
  opacity: 0.8;
}

.s-title {
  margin-bottom: 30px;
}
.s-title h2 {
  margin: 0;
  color: #990099;
  opacity: 0.1;
  font-size: 145px;
  line-height: 1;
  font-weight: 900;
}
.s-title .s-title-txt {
  color: #990099;
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
  margin-top: -35px;
}

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

.s-content-box-1 .description {
  width: 859px;
  max-width: 100%;
}

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

.s-content-box-3 .s-title {
  margin: 0;
}
.s-content-box-3 .button-box {
  margin-top: -60px;
  display: flex;
  justify-content: flex-end;
}
.s-content-box-3 .button-box .btn-1 {
  width: 289px;
  max-width: 100%;
}

.s-content-box-2 {
  background: #F6F6F6;
  position: relative;
}
.s-content-box-2 figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  /*background-size: contain;*/
  background-size: cover;
  /*background-size: 90%;*/
  background-position: center center;
  background-repeat: no-repeat;
}
.s-content-box-2 .description {
  margin-left: 50%;
  padding: 25px 20px 40px 20px;
}
.s-content-box-2 .description .button-box {
  padding-top: 35px;
}
.s-content-box-2 .description .button-box .btn-1 {
  width: 208px;
  max-width: 100%;
}

.s-title-1 {
  margin-bottom: 20px;
}
.s-title-1 h2 {
  font-weight: bold;
  color: #990099;
  font-size: 40px;
  line-height: 55px;
  margin: 0;
}

.s-slider-1 {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%
}

.s-main-content {
  padding-top: 40px;
}

.s-nav-tabs-1 {
  margin-bottom: 38px;
}
.s-nav-tabs-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin: 0 -7px;
  justify-content: space-between;
}
.s-nav-tabs-1 ul li {
  width: 25%;
  padding: 0 7px;
}
.s-nav-tabs-1 ul li a, .s-nav-tabs-1 ul li div {
  height: 67px;
  background: #c98575  ;
  text-align: center;
  display: block;
  padding: 7px;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.3;
  color: #fff;
}
.s-nav-tabs-1 ul li a:hover {
  opacity: 0.9;
}

.s-nav-tabs-1 ul li div p{
  font-size: 12px;
  font-weight: 400;
}

.s-title-2 {
  font-weight: 900;
  color: #c98575  ;
  font-size: 60px;
  line-height: 53px;
  opacity: 0.25;
  margin: 15px 0px 15px -30px;
}

.s-title-2 span {
  font-size: 30px;
}

.boxes-3-1 .row-box .col-box {
  width: 25%;
}
.boxes-3-1 .row-box .col-box .box-3 {
  display: block;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}
.boxes-3-1 .row-box .col-box .box-3 .box-3-txt {
  padding: 0 5px;
}
.boxes-3-1 .row-box .col-box .box-3 figure {
  height: 245px;
  margin-bottom: 75px;
}
.boxes-3-1 .row-box .col-box .box-3 .image {
  position: relative;
}
.boxes-3-1 .row-box .col-box .box-3 .image .number {
  position: absolute;
  bottom: -18px;
  left: 10px;
  margin: 10px;
  font-weight: 400;
  font-size: 65px;
  line-height: 75px;
  color: #fff;
  font-family: 'FloodStd';
}
.boxes-3-1 .row-box .col-box .box-3 .image .number span {
  font-size: 35px;
  font-family: 'FloodStd';
}
.boxes-3-1 .row-box .col-box .box-3 .image .number-1 {
  top: auto;
  bottom: 10px;
  transform: rotate(-15deg);
  left: auto;
  font-size: 35px;
  right: 5px;
  line-height: 1;
}
.boxes-3-1 .row-box .col-box .box-3 .image .number-1 span {
  font-size: 25px;
  display: block;
}
.boxes-3-1 .row-box .col-box .box-3 .image .number-2 {
  bottom: auto;
  top: -10px;
  left: auto;
  right: 5px;
  transform: rotate(-15deg);
}

a.box-3:hover {
  opacity: 0.9;
}

.boxes-3-1 .row-box {
  flex-wrap: wrap;
}

.title.text-left h2 {
  text-align: left;
}

.title.color-violet h2 {
  color: #990099;
  opacity: 0.1;
}

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

.banner {
  position: relative;
  z-index: 22;
  display: flex;
  justify-content: center;
}

.s-title-3 {
  margin-bottom: 25px;
  display: inline-flex;
  width: 100%;
}
.s-title-3 h2 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.s-wrapper {
  width: 794px;
  max-width: 100%;
}

.s-form-txt-small {
  margin-bottom: 45px;
  font-size: 12px;
  line-height: 16px;
}

.checkbox-content-padding {
  padding-left: 25px;
}

.s-wrapper-center {
  margin: 0 auto;
}

.s-password-box {
  display: flex;
  justify-content: space-between;
  margin: -20px 0 50px 0;
  align-items: center;
}
.s-password-box .checkbox-content {
  margin: 0;
}
.s-password-box a {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  line-height: 19px;
}
.s-password-box a:hover {
  opacity: 0.85;
  text-decoration: underline;
  color: #000;
}

.s-form-box-1 {
  padding-top: 25px;
}

.s-wrapper-1 {
  width: 865px;
  max-width: 100%;
}

.s-text-1 p {
  margin-bottom: 25px;
}

.mb3 {
  margin-bottom: 40px;
}

.s-table table {
  font-size: 15px;
  line-height: 21px;
}
.s-table table tr td {
  padding-right: 20px;
  padding-bottom: 10px;
}
.s-table table tr:last-child td {
  padding-bottom: 0;
}

.s-content-box-5 .form-floating, .s-content-box-5 .form-button .btn-1 {
  width: 491px;
  max-width: 100%;
  margin-bottom: 11px;
}

.mb4 {
  margin-bottom: 20px;
}

.s-form-txt-small a {
  text-decoration: underline;
  color: #990099;
}
.s-form-txt-small a:hover {
  text-decoration: underline;
  color: #990099;
  opacity: 0.9;
}

.s-form-txt-small-1 {
  font-size: 14px;
  margin-top: -30px;
  line-height: 19px;
}

.s-title-3-1 h2 {
  font-size: 18px;
  line-height: 24px;
}

.s-content-box-6 {
  background: #F2F2F2;
  position: relative;
  padding: 30px 0;
  margin-bottom: 30px;
}
.s-content-box-6:after {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 2000px;
  background: #F2F2F2;
  content: "";
  display: block;
}
.s-content-box-6 .description {
  padding: 30px 0 0 0;
  color: #7A7A7A;
  font-size: 12px;
  line-height: 17px;
}

.s-boxes-1 .row-box {
  display: flex;
  flex-wrap: wrap;
}
.s-boxes-1 .row-box .col-box {
  width: 33.3333%;
}
.s-boxes-1 .row-box .col-box .txt-1 {
  border-bottom: 1px solid #D5D6D6;
  margin-bottom: 10px;
}
.s-boxes-1 .row-box .col-box .txt-1 span {
  color: #000000;
  font-size: 15px;
  line-height: 21px;
  font-weight: 900;
  border-bottom: 2px solid #990099;
  display: inline-block;
  margin-bottom: -1px;
  padding-bottom: 10px;
}
.s-boxes-1 .row-box .col-box .txt-1-1 span {
  font-weight: normal;
  border-color: #000000;
}
.s-boxes-1 .row-box .col-box .txt-2 {
  font-size: 26px;
  line-height: 36px;
}
.s-boxes-1 .row-box .col-box .txt-2 strong {
  font-weight: 900;
  color: #990099;
}

.s-log {
  width: 32px;
  height: 32px;
  background: #990099 url("/img/frontend/icons/19.png") center no-repeat;
  border-radius: 50%;
  display: block;
}
.s-log:hover {
  opacity: 0.85;
}

.s-logout {
  width: 34px;
  height: 32px;
  background: url("/img/frontend/icons/20.png") center no-repeat;
  display: block;
}
.s-logout:hover {
  opacity: 0.85;
}

header {
  position: relative;
  z-index: 23;
}

.h-box .h-box-line {
  display: flex;
  align-items: center;
  border-left: 1px solid #D5D6D6;
  height: 50px;
  margin-left: 15px;
}
.h-box .h-box-line:first-child {
  border: none;
}

.s-btn-action {
  width: 46px;
  display: block;
  height: 46px;
  background-size: 100% auto;
}
.s-btn-action:hover {
  opacity: 0.9;
}

.s-btn-action-active {
  background: url("/img/frontend/icons/ring-active.png") center no-repeat;
}

.s-btn-action-inactive {
  background: url("/img/frontend/icons/ring-inactive.png") center no-repeat;
}

.h-txt-1 {
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  padding-left: 15px;
}
.h-txt-1 strong {
  font-size: 18px;
  line-height: 24px;
}

.s-content-box-7 {
  margin: 0 auto;
  max-width: 100%;
  width: 995px;
}

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

.s-table-1 {
  overflow: auto;
}

.s-table-1 table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  padding-right: 10px;
  line-height: 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.s-table-1 table tr th {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 17px;
  padding-right: 10px;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.s-table-1 table tr td:last-child, .s-table-1 table tr th:last-child {
  padding-right: 0;
}

.s-table-1 a:hover {
  opacity: 0.9;
}

.s-file-box {
  position: relative;
  border: 1px dashed #707070;
  border-radius: 7px;
  padding-left: 20px;
  padding-right: 20px;
  background: #F5F5F5 url("/img/frontend/icons/22.png") 20px center no-repeat;
  height: 156px;
  margin-bottom: 22px;
  padding-top: 62px;
  cursor: pointer;
  text-align: center;
}
.s-file-box .s-btn-1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}
.s-file-box .a-button-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.s-file-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.s-file-box .a-box-1-1 {
  font-size: 15px;
  margin-right: 10px;
}
.s-file-box .a-icon {
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  text-align: center;
}
.s-file-box .a-box-1-2 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  font-size: 9px;
  line-height: 12px;
  margin: 10px;
  padding-top: 19px;
  background: url("/img/frontend/icons/07.png") left top no-repeat;
}
.s-file-box .btn-1 {
  width: 389px;
  max-width: 100%;
}

.s-file-txt-1 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  line-height: 11px;
  margin: 10px 17px;
  text-align: right;
  padding: 5px 0;
  background: url("/img/frontend/icons/23.png") right center no-repeat;
  padding-right: 35px;
}

.s-boxes-2 {
  margin-bottom: -10px;
}
.s-boxes-2 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.s-boxes-2 .row-box .col-box {
  padding: 0 10px;
  margin-bottom: 10px;
  width: 25%;
}
.s-boxes-2 .row-box .col-box .s-box-2 {
  color: #344651;
  font-size: 14px;
  line-height: 1.3;
}
.s-boxes-2 .row-box .col-box .s-box-2 .s-delete {
  margin: -2px 0 0 8px;
}

.s-delete {
  width: 14px;
  height: 16px;
  align-items: center;
  vertical-align: middle;
  display: inline-block;
  background: url("/img/frontend/icons/delete.png");
}
.s-delete:hover {
  opacity: 0.85;
}

.s-content-box-10 {
  border-bottom: 1px solid #707070;
  padding-bottom: 23px;
}

.s-content-box-9 {
  padding: 30px 0 0 0;
}

.s-info {
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 -2px;
  background: url("/img/frontend/icons/info.png") center no-repeat;
}

.s-content-box-9 .txt-1 {
  font-weight: 900;
  color: #990099;
  margin-bottom: 5px;
}

.s-info-box {
  margin-left: 25px;
  font-size: 14px;
  line-height: 19px;
  margin-top: -10px;
  padding-left: 20px;
  background: url("/img/frontend/icons/24.png") left center no-repeat;
}
.s-info-box strong {
  font-weight: 900;
}

.s-nav-tabs-1 {
  position: relative;
}
.s-nav-tabs-1 .s-progress {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
.s-nav-tabs-1 .s-progress:after {
  width: 93px;
  height: 86px;
  background: url(/img/frontend/icons/25.png);
  position: absolute;
  top: -6px;
  z-index: 2;
  margin-left: -34px;
  content: "";
  display: block;
}

.s-nav-tabs-1-violet .s-progress:after {
  background: url("/img/frontend/icons/25-violet.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center;
}

.s-nav-tabs-1-orange .s-progress:after {
  background: url("/img/frontend/icons/25-orange.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center;
}

.box-3 .s-btn-1 {
  width: 100%;
}
.box-3 .button-box {
  padding-top: 20px;
}

.s-btn-1-green {
  background: #99CC33;
  border-color: #99CC33;
}

.s-btn-1-orange {
  background: #c98575 ;
  border-color: #c98575 ;
}

.s-btn-1 {
  line-height: 28px;
}

.box-3.no-active {
  position: relative;
}
.box-3.no-active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 2;
}
.box-3.no-active .image, .box-3.no-active .s-btn-1 {
  opacity: 0.2 !important;
}

.c-content-box-4-1 .txt-1 {
  margin-top: 0;
}

.form-control:disabled {
  background-color: #F2F2F2;
}

.form-control:read-only {
  background-color: #F2F2F2;
}

.c-title-2 strong {
  font-weight: 900;
}

.c-title-2-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-title-2-flex .c-title-2-txt {
  font-size: 16px;
  line-height: 22px;
}
.c-title-2-flex .c-title-2-txt a {
  margin-left: 5px;
}
.c-title-2-flex .c-title-2-txt a:hover {
  opacity: 0.85;
}

.tooltip > .tooltip-inner {
  background-color: #fff;
  color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tooltip > .tooltip-arrow {
  border-bottom-color: #fff;
}

.s-text a {
  color: #000;
  text-decoration: underline;
}
.s-text a:hover {
  color: #000;
  text-decoration: underline;
  opacity: 0.85;
}

.s-content-box-9-button {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 20px;
  margin-bottom: 7px;
  margin-top: -55px;
}
.s-content-box-9-button .s-btn-1 {
  position: relative;
  z-index: 2;
  width: 284px;
  text-align: center;
  font-weight: bold;
}

.c-content-box-4-1 {
  background: #F2F2F2;
  width: 895px;
  padding: 20px 90px 20px 10px;
}

.s-content-box-11 {
  padding-top: 25px;
}
.s-content-box-11 .col-left {
  padding: 0;
}
.s-content-box-11 .form-floating {
  margin-bottom: 20px;
}
.s-content-box-11 .s-btn-1 {
  font-weight: bold;
  width: 180px !important;
}

.s-boxes-3 .row-box {
  display: flex;
  margin: 0 -7px;
}
.s-boxes-3 .row-box .col-box {
  width: 17%;
  padding: 0 7px;
}

.s-content-box-11 {
  position: relative;
}
.s-content-box-11 .c-content-box-4 .col-left {
  width: 100%;
}

.s-product-box {
  position: absolute;
  top: 40px;
  right: 0;
  width: 359px;
}
.s-product-box .boxes-3-1 .row-box .col-box {
  width: 100%;
  padding: 0;
}
.s-product-box .boxes-3-1 .row-box {
  margin: 0;
}
.s-product-box .boxes-3-1 .row-box .col-box .box-3 figure {
  height: 305px;
}

.s-content-box-12 {
  padding: 0 20px;
}

.content-box-12-1 {
  margin-bottom: 11px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 900;
}
.content-box-12-1 .txt-b {
  font-size: 24px;
  width: 126px;
  padding-left: 15px;
}

.content-box-12-1-1 {
  padding: 0 20px;
  margin: 0 -20px;
  padding-bottom: 33px;
  border-bottom: 1px solid #D5D6D6;
}

.content-box-12-1-2 {
  padding-bottom: 11px;
}

.s-table-2 {
  border-bottom: 1px solid #D5D6D6;
  padding-bottom: 25px;
  margin-bottom: 15px;
  margin-left: -20px;
  margin-right: -20px;
}
.s-table-2 a:hover {
  opacity: 0.85;
}
.s-table-2 table {
  width: 100%;
}
.s-table-2 table th {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  padding: 8px 20px 9px 20px;
  vertical-align: top;
  background: rgba(153, 204, 51, 0.6);
}
.s-table-2 table td {
  padding: 10px 20px;
}
.s-table-2 .tr-1 td {
  border-bottom: 1px solid #D5D6D6;
}

.s-select select {
  height: 40px;
  width: 108px;
  font-size: 15px;
  padding: 0 10px;
  border: 1px solid #D5D6D6;
  border-radius: 5px;
  background: #fff url("/img/frontend/icons/27.png") calc(100% - 10px) 16px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.content-box-12-2 {
  font-weight: bold;
  margin-bottom: 10px;
}

/* *** MOJE KONTO *** */
.w-main-content {
  margin-bottom: 27px;
  display: flex;
}
.w-main-content .container {
  display: flex;
}
.w-main-content .container .col-left {
  width: 289px;
  flex-shrink: 0;
  margin-right: 14px;
  position: relative;
  z-index: 2;
}
.w-main-content .container .col-right {
  width: calc(100% - 303px);
}
.w-main-content .name-1 {
  display: flex;
  align-items: center;
}
.w-main-content .name-1 .txt-1 {
  padding-left: 25px;
}

.w-content-box-1 {
  padding: 60px 20px 30px 0;
  background: #F2F2F2;
  position: relative;
}
.w-content-box-1:after {
  position: absolute;
  top: 0;
  right: 100%;
  background: #F2F2F2;
  width: 1000px;
  height: 100%;
  content: "";
  display: block;
}
.w-content-box-1 .txt-1 {
  font-weight: 900;
  text-transform: uppercase;
}

.w-menu {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
.w-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.w-menu ul li {
  margin-top: 10px;
}
.w-menu ul li a {
  font-size: 15px;
  color: #000;
  padding: 10px 0;
  padding-right: 25px;
  display: block;
  background: url("/img/frontend/icons/28.png") right center no-repeat;
}
.w-menu ul li a:hover {
  font-weight: bold;
}
.w-menu ul li.current a {
  background: url("/img/frontend/icons/29.png") right center no-repeat;
  font-weight: bold;
}
.w-menu ul li a:hover {
  background: url("/img/frontend/icons/29.png") right center no-repeat;
}
.w-menu ul .w-icon-1 a {
  background: url("/img/frontend/icons/30.png") right center no-repeat !important;
}
.w-menu ul .w-icon-2 a {
  background: url("/img/frontend/icons/31.png") right center no-repeat !important;
}

.w-content-box-2 {
  padding: 30px 20px 30px 0;
  background: #faf2fa;
  position: relative;
}
.w-content-box-2:after {
  position: absolute;
  top: 0;
  right: 100%;
  background: #faf2fa;
  width: 1000px;
  height: 100%;
  content: "";
  display: block;
}
.w-content-box-2 .txt-1 {
  font-weight: 900;
  font-size: 15px;
}

.w-info-box {
  height: 45px;
  margin-bottom: 40px;
  background: #990099;
  border-top: 2px solid #fff;
  width: 100%;
  position: relative;
  border-bottom: 2px solid #fff;
}
.w-info-box:after {
  position: absolute;
  top: 0;
  left: -20px;
  background: #990099;
  height: 100%;
  width: 20000px;
  z-index: -1;
  content: "";
  display: block;
}
.w-info-box ul {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.w-info-box ul li {
  padding: 7px 0;
  color: #fff;
  font-weight: 900;
  margin-right: 30px;
  background: url("/img/frontend/icons/32.png") left 9px no-repeat;
  padding-left: 35px;
}

.w-content-box-3 {
  display: flex;
  align-items: flex-end;
}
.w-content-box-3 .col-box-1 {
  flex-shrink: 0;
  padding-right: 66px;
}
.w-content-box-3 .col-box-2 {
  width: 100%;
  margin-bottom: 87px;
}

.w-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.w-table table {
  width: 100%;
}
.w-table table tr td {
  border-bottom: 1px solid rgba(153, 0, 153, 0.26);
  vertical-align: bottom;
  padding: 15px 8px 5px 8px;
}
.w-table table tr .txt-1 {
  font-size: 26px;
  line-height: 36px;
}
.w-table table tr strong {
  font-weight: 900;
}
.w-table table .w-summary td {
  background: rgba(153, 0, 153, 0.0509803922);
}

.color-violet {
  color: #990099;
}

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

.w-box-1 {
  width: 360px;
  margin: 0 auto;
  position: relative;
}
.w-box-1 .txt {
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
  z-index: 2;
  text-shadow: 0 0 10px rgb(255, 255, 255);
  color: black;
  font-size: 26px;
  text-align: center;
  font-weight: 900;
  width: 100%;
}
.w-box-1 figure {
  z-index: 1;
  position: relative;
}
.w-box-1 .progress-box-1 {
  width: 100%;
  background: #990099;
  position: absolute;
  bottom: 0;
  left: 0;
}

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  z-index: 1000000000000;
}

.popup {
  width: 714px;
  position: fixed;
  top: 50px;
  left: 50%;
  overflow: auto;
  margin-left: -357px;
  max-height: calc(100% - 100px);
  background: #fff;
  padding: 20px 78px;
  z-index: 1000000000001;
}
.popup .p-button-box-1 {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.p-content-box-1 {
  background: rgba(153, 0, 153, 0.0509803922);
  margin-top: 20px;
  text-align: center;
  padding: 0 15px;
}
.p-content-box-1 figure img {
  margin-top: -20px;
}
.p-content-box-1 .txt {
  font-weight: 900;
  padding: 35px 0 30px 0;
}

.p-boxes .p-box {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #D5D6D6;
}
.p-boxes .p-box .s-info {
  margin-top: 0px;
}
.p-boxes .p-box:last-child {
  border-bottom: none;
}
.p-boxes .p-box .txt {
  font-size: 18px;
}
.p-boxes .p-box strong {
  font-weight: 900;
}
.p-boxes .p-box figure {
  margin-bottom: 8px;
}

.s-btn-1-2 {
  font-weight: bold;
  min-width: 155px;
  text-align: center;
}

.tooltip {
  z-index: 100000000000000000000;
  font-size: 12px !important;
}

.p-close {
  position: absolute;
  top: 0;
  right: 5px;
  color: #000;
  margin: 5px;
  font-size: 35px;
}
.p-close:hover {
  color: #990099;
}

.w-table .txt-2 {
  display: inline-block;
  font-weight: 900;
  padding-right: 30px;
  padding-bottom: 5px;
  margin-top: 5px;
  background: url("/img/frontend/icons/35.png") right center no-repeat;
  margin-bottom: -3px;
}
.w-table .txt-3-3 {
  font-size: 16px;
  color: #fff;
  background: #990099;
  height: 22px;
  display: inline-block;
  padding: 0 8px 0 8px;
  vertical-align: top;
  margin-top: -5px;
  margin-left: -8px;
  line-height: 1.3;
}

.w-btn-1 {
  color: #990099;
  text-decoration: underline;
  background: url("/img/frontend/icons/36.png") right 7px no-repeat;
  padding-right: 15px;
  display: inline-block;
}
.w-btn-1:hover {
  opacity: 0.85;
  color: #990099;
  text-decoration: underline;
}

.popup-1, 
.popup-2, 
.popup-3 {
  padding: 40px 20px;
}

.p-content-box-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-content-box-2 figure {
  flex-shrink: 0;
  width: 200px;
  text-align: center;
  margin-left: 20px;
}
.p-content-box-2 strong {
  font-weight: 900;
}
.p-content-box-2 h2 {
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 36px;
}

.w-content-box-4 {
  margin-top: 50px;
}
.w-content-box-4 .description {
  background: rgba(153, 0, 153, 0.0509803922);
  font-size: 13px;
  line-height: 18px;
  padding: 18px 95px;
}
.w-content-box-4 .name {
  background: #990099;
  cursor: pointer;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.w-content-box-4 .name .txt-1 {
  font-size: 15px;
  font-weight: 900;
  line-height: 21px;
}
.w-content-box-4 .name .txt-2 {
  font-size: 15px;
  font-weight: 900;
  line-height: 21px;
  padding: 1px 0;
  background: url("/img/frontend/icons/email-white.png") left 3px no-repeat;
  padding-left: 35px;
}
.w-content-box-4 .name .icon-arrow {
  width: 20px;
  height: 10px;
  margin-right: 10px;
  background: url("/img/frontend/icons/39.png") no-repeat;
  transform: scaleY(-1);
  filter: flipv;
}
.w-content-box-4 .name .icon-arrow.active {
  transform: scaleY(1);
  filter: flipv;
}

.w-title-1 {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.w-title-1 h2 {
  font-weight: 900;
  font-size: 18px;
  margin: 0;
  line-height: 24px;
}

.btn-1-1 {
  background: #fff;
  color: #990099;
  border-width: 1px;
  padding: 0 20px;
  padding-top: 1px;
}

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

.w-table-2 table {
  width: 100%;
  font-size: 15px;
  line-height: 21px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
.w-table-2 table tr td {
  padding: 10px;
  background: #F2F2F2;
  height: 60px;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
.w-table-2 table tr th {
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  height: 60px;
  padding: 10px;
}
.w-table-2 table a:hover img {
  opacity: 0.85;
}

.w-title-1-2 {
  margin-bottom: 30px;
}

.w-info-box.mb15 {
  margin-bottom: 15px;
}

.w-content-box-6 .form-box {
  margin: 0;
  width: 100%;
}

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

.c-form-button-1 {
  padding-top: 20px;
}
.c-form-button-1 button {
  font-weight: bold;
}

.s-info-box-1 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 30px 10px;
}

.w-content-box-7 {
  border: 1px solid #D5D6D6;
  border-radius: 5px;
  font-size: 15px;
  margin-bottom: 30px;
  padding: 10px 10px;
  outline: none !important;
  box-shadow: none !important;
  background: #F2F2F2 url(/img/frontend/icons/13.png) calc(100% - 10px) 10px no-repeat;
}
.w-content-box-7 .c-title-2 {
  margin-bottom: 0;
}
.w-content-box-7 .row-box {
  display: flex;
  flex-wrap: wrap;
}
.w-content-box-7 .row-box .col-box {
  padding: 0 10px;
  margin-top: 20px;
  margin-right: 50px;
}
.w-content-box-7 .row-box .col-box .txt-a {
  color: #5e5e5e;
  font-size: 10px;
  line-height: 13px;
  padding-bottom: 5px;
}

.w-content-box-6 .form-box .form-content {
  margin-bottom: 0;
}

.w-table-3 {
  overflow: auto;
}
.w-table-3 table {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.w-table-3 table tr td {
  padding: 7px 18px;
  width: 16.6666%;
  background: #F2F2F2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.w-table-3 table tr th {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  width: 16.6666%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 18px;
}
.w-table-3 table a:hover img {
  opacity: 0.85;
}
.w-table-3 table .tr-more {
  display: none;
}
.w-table-3 table .tr-more table {
  margin: -1px 0;
  background: #fff;
}
.w-table-3 table .tr-more table tr td {
  background: #fff;
}
.w-table-3 table .tr-more td {
  padding: 0;
}
.w-table-3 table .tr-more td td {
  padding: 7px 18px;
}

.icon-arrow-1 {
  width: 20px;
  height: 10px;
  display: inline-block;
  background: url("/img/frontend/icons/40.png") no-repeat;
  transform: scaleY(-1);
  filter: flipv;
}

.icon-arrow-1.active {
  transform: scaleY(1);
  filter: flipv;
}

.w-box-2 {
  padding-top: 30px;
}

.w-boxes-3 {
  margin-top: -31px;
  position: relative;
  z-index: 3;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.w-boxes-3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.w-boxes-3 ul li {
  padding: 10px 0 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.w-boxes-3 a {
  display: flex;
  align-items: center;
  font-size: 12px;
  min-height: 32px;
  line-height: 17px;
  padding-right: 40px;
  background: url("/img/frontend/icons/42.png") right center no-repeat;
  color: #000;
}
.w-boxes-3 a:hover {
  color: #990099;
}

.p-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -20px;
  padding: 20px 20px;
  margin-top: -40px;
  border-bottom: 1px solid #D5D6D6;
  margin-bottom: 30px;
}
.p-title div {
  font-size: 26px;
  line-height: 36px;
  color: #7A7A7A;
}
.p-title .p-close {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: -6px;
}

.popup-1 .s-file-box,
.popup-2 .s-file-box,
.popup-3 .s-file-box {
  margin-bottom: 10px;
}

.p-content-box-3 {
  padding: 0 10px;
  margin-bottom: 10px;
  color: #7A7A7A;
}

.p-content-box-4 {
  padding: 0 20px;
  font-size: 14px;
  line-height: 20px;
  color: #344651;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
.p-content-box-4 a:hover {
  opacity: 0.85;
}

.p-content-box-5 {
  margin-bottom: 30px;
}
.p-content-box-5 input {
  background: #F2F2F2;
}
.p-content-box-5 .form-floating > .form-control, .p-content-box-5 .form-floating > .form-control-plaintext {
  height: 50px;
}
.p-content-box-5 .form-floating > input.form-control {
  padding-top: 26px !important;
}

.p-content-box-6 {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
}
.p-content-box-6 .s-btn-1 {
  font-weight: bold;
  width: 214px;
  text-align: center;
}

button.s-btn-1 {
  line-height: 29px;
}

.s-btn-1-gray {
  background: #7A7A7A;
  border-color: #7A7A7A;
}

.w-boxes-4 {
  border-top: 1px solid #707070;
}
.w-boxes-4 .w-box-4 {
  border-bottom: 1px solid #707070;
}
.w-boxes-4 .w-box-4 .name {
  padding: 5px 10px 10px 0;
  color: #000000;
  font-size: 26px;
  line-height: 36px;
  cursor: pointer;
  padding-left: 30px;
  background: url("/img/frontend/icons/43.png") left 15px no-repeat;
  font-weight: 900;
}
.w-boxes-4 .w-box-4 .name span {
  display: block;
  padding-right: 40px;
  background: url("/img/frontend/icons/40-1.png") right 17px no-repeat;
}
.w-boxes-4 .w-box-4 .unread {
  background: url("/img/frontend/icons/44.png") left 15px no-repeat;
}
.w-boxes-4 .w-box-4 .active span {
  background: url("/img/frontend/icons/40.png") right 17px no-repeat;
}
.w-boxes-4 .w-box-4 .description {
  display: none;
  padding: 0 30px 15px 30px;
}
.w-boxes-4 .w-box-4 .description .text p:last-child {
  margin-bottom: 0;
}
.w-boxes-4 .w-box-4 .description .date {
  color: #D5D6D6;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 2px;
}
.w-boxes-4 .w-box-4 .description a {
  text-decoration: underline;
  color: #990099;
}
.w-boxes-4 .w-box-4 .description a:hover {
  text-decoration: underline;
  color: #990099;
  opacity: 0.9;
}

.w-title-1-3 {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.w-content-box-8 {
  padding: 45px 0;
}
.w-content-box-8 table {
  width: 100%;
}
.w-content-box-8 table tr th {
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  padding-right: 10px;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  font-weight: normal;
}
.w-content-box-8 table tr th:last-child {
  padding-right: 0;
}
.w-content-box-8 table tr td {
  font-size: 26px;
  line-height: 36px;
  padding-top: 10px;
  padding-right: 10px;
}
.w-content-box-8 table tr td strong {
  font-weight: 900;
}
.w-content-box-8 table tr td:last-child {
  padding-right: 0;
}

.s-nav-tabs-1-1 ul {
  margin: 0 -1px;
}
.s-nav-tabs-1-1 ul li {
  padding: 0 1px;
}
.s-nav-tabs-1-1 ul li div {
  height: 43px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  background: #990099;
}
.s-nav-tabs-1-1 .s-progress:after {
  width: 60px;
  top: -4px;
  height: 55px;
  background-size: 100% auto;
  left: 15px;
}

.s-btn-4 {
  display: inline-block;
  border: 1px solid #990099;
  border-radius: 32px;
  width: 398px;
  height: 50px;
  max-width: 100%;
  border-radius: 25px;
  padding: 0 23px;
  line-height: 48px;
  color: #990099;
  font-size: 16px;
  font-weight: bold;
}
.s-btn-4 span {
  background: url("/img/frontend/icons/45.png") right center no-repeat;
  display: block;
  width: 100%;
}
.s-btn-4:hover {
  color: #990099;
  opacity: 0.85;
}

.w-content-box-9 {
  display: flex;
  justify-content: center;
  padding: 10px 0 15px 0;
}

.w-table-3-1 table tr td, .w-table-3-1 table tr th {
  background: #fff;
}
.w-table-3-1 table table tr td {
  border: none;
}
.w-table-3-1 .tr-bg-1 td {
  background: #F2F2F2;
}

.s-nav-tabs-1-2-2 div {
  padding: 0 !important;
}

/* *** *** */

.s-menu-box {
  position: absolute;
  top: 88px;
  z-index: 100;
  right: 0;
  width: 100%;
  box-shadow: 0 20px 20px rgba(0,0,0,0.4);
  background: #fff;
  display: none;
}

.s-menu {
  border-top: 1px solid #707070;
  padding-top: 30px;
  padding-bottom: 65px;
}

.s-menu a {
  background: url("/img/frontend/icons/29.png") right center no-repeat;
  color: #000;
  display: block;
  padding-right: 30px;
}

.s-menu a:hover {
  color: #990099;
}

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

.s-menu .row-box {
  display: flex;
  margin: 0 -55px;
}

.s-menu li {
  margin-bottom: 25px;
}

.s-menu ul li:last-child {
  margin-bottom: 0;
}

.s-menu .row-box .col-box {
  width: 25%;
  padding: 0 55px;
}

@media (max-width: 1199px) { 
  .s-menu .row-box {
    margin: 0 -20px;
  }
  .s-menu .row-box .col-box {
    padding: 0 20px;
  }
}

@media (max-width: 992px) { 
  .s-menu .row-box .col-box {
    width: 50%;
  }
  .s-menu-box {
    top:130px;
  }
  .s-menu a {
    font-size: 16px;
  }
}

@media (max-width: 767px) { 
  .s-menu {
    padding: 30px 0 30px 0;
  }
  .s-menu li {
    margin-bottom: 10px !important;
  }
  .s-menu .row-box {
    flex-wrap: wrap;
  }
  .s-menu .row-box .col-box {
    width: 100%;
  }
}

.btn-preview {
  position: absolute;
  top: 50%;
  width: 24px;
  background: url('../../img/frontend/icons/show-eye.svg') center no-repeat;
  height: 24px;
  margin-top: -11px;
  right: 15px;
  display: block;
}

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

.color-orange {
  color: #FF6600;
}

.file-count-box {
  font-size: 10px;
  margin-bottom: 10px;
} 

@media (min-width: 1198px) { 
  .fixed-nav {
    position: fixed;
    top: 0;
    width: 1198px;
    z-index: 1000; /* Ensure it stays on top */
  }
}

.text-small {
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  header{
    position: fixed;
    z-index: 100000000;
  }
  body {
    padding-top: 88px;
  }
  .body-active header .container {
    height: 68px;
  }
  .s-menu-box {
    top: 87px;
    position: fixed;
  }
  .body-active .s-menu-box {
    top: 67px;
  }
  .fixed-nav {
    top: 67px !important;
  }
}

/* ********** *******************/

.z-boxes-1-1-1-2 .x-box-a {
  height: 291px;
}

.z-boxes-1-1-1-2 .x-box-b {
  height: 318px;
}

.z-boxes-1-1-1-2 .x-box-c {
  height: 345px;
}

.z-boxes-1-1-1-2 .x-box-d {
  height: 372px;
}

.z-boxes-1-1-1-2 .x-box-1 .x-txt-2 {
  opacity: 0.8;
}

.z-boxes-1-1-1-2 .x-box-1 .xx-txt-2 {
  font-size: 14px;
  padding-bottom: 10px;
}

.z-boxes-1-1-1-2 .x-box-1 .xx-txt-2 strong {
  font-size: 18px;
}

.z-boxes-1-1-1-2 .x-box-1 .xx-txt-2 p {
  margin-bottom: 10px;
}

.z-boxes-1-1-1-2 .x-box-1 .xx-txt-2 {
  padding: 0 10px;
  line-height: 1.4;
}

.z-boxes-1-1-1-2 .x-box-1-2 {
  background-image: linear-gradient(#dfb6ac, #c98575 );
}

.z-boxes-1-1-1-2 .x-box-1 .x-txt-2 {
  padding-top: 10px;
}

.z-boxes-1-1-1-2 .x-box-1 .xx-txt-2 p:last-child {
  margin-bottom: 0;
}

.z-boxes-1-1-1-2 .x-box-1-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .z-boxes-1-1-1-2 .x-box-1 .xx-txt-2 strong {
    font-size: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .z-boxes-1-1-1-2 .x-box-1 .xx-txt-2 strong, .z-boxes-1-1-1-2 .x-box-1 .xx-txt-2 {
    font-size: 14px;
    line-height: 1.3;
  }
}

.errors ul {
  list-style: none;
}
.s-content-box-2 {
  height: 400px;

  figure {
    height: 400px;
  }
}

.s-content-box-2.mirrored figure {
  top: 0;
  left: 50%;
}
.s-content-box-2.mirrored .container {
  margin-left: 0px;
}
.s-content-box-2.mirrored .container .description {
  margin-left: 0px;
}

.ss-title {
  font-weight: 900;
  color: #990099;
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 55px;
}

.ss-boxes-1 .ss-box-1 {
  border-bottom: 1px solid #707070;
  padding: 10px 0 15px 0;
}

.ss-box-1 .ss-name {
  font-weight: 900;
  cursor: pointer;
  padding-right: 50px;
  background: url('../img/icons/46.png') right 10px no-repeat;
}

.ss-box-1 .ss-name.active {
  background: url('../img/icons/47.png') right 10px no-repeat;
}

.ss-box-1 .ss-description {
  display: none;
  padding-top: 22px;
}

.ss-boxes-1 {
  border-top: 1px solid #707070;
}

.ss-content-box-1 {
  display: flex;
}

.ss-content-box-1 .col-box-1 {
  width: 825px;
  padding-right: 13px;
}

.ss-content-box-1 .col-box-2 {
  width: calc(100% - 825px);
}

.ss-content-box-2 {
  background: #9900990D;
  padding: 20px 10px;
  position: relative;
}

.ss-content-box-2:after {
  position: absolute;
  top: 0;
  left: 100%;
  background: #9900990D;
  content: "";
  display: block;
  width: 1000px;
  height: 100%;
}

.ss-boxes-2 .ss-box-2 {
  margin-bottom: 20px;
}

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

.ss-box-2-1 {
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  display: inline-block;
  height: 64px;
  padding-top: 11px;
  padding-left: 74px;
  background: url('../../img/frontend/icons/48.png') left center no-repeat;
}

.ss-box-2-2 {
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  display: inline-block;
  height: 64px;
  padding-top: 11px;
  padding-left: 74px;
  background: url('../../img/frontend/icons/49.png') left center no-repeat;
}

.ss-box-2-3 {
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  display: inline-block;
  height: 64px;
  padding-top: 3px;
  padding-left: 74px;
  background: url('../../img/frontend/icons/50.png') left center no-repeat;
}

.ss-box-2 a:hover {
  color: #000;
  opacity: 0.9;
}

.ss-box-2 strong {
  font-size: 18px;
  line-height: 24px;
  display: block;
}

@media (max-width: 1199px) {
  .ss-content-box-1 .col-box-1 {
    width: 600px;
  }
  .ss-content-box-1 .col-box-2 {
    width: calc(100% - 600px);
  }
}

@media (max-width: 992px) {
  .ss-content-box-1 .col-box-1 {
    width: 100%;
  }
  .ss-content-box-1 {
    display: block;
  }
  .ss-content-box-1 .col-box-2 {
    margin-top: 20px;
    width: 100%;
  }
  .ss-box-1 .ss-name {
    font-size: 20px;
    line-height: 1.3;
  }
  .ss-content-box-1 .col-box-1 {
    padding-right: 0;
  }
  .ss-title {
    font-size: 25px;
    line-height: 1.3;
  }
  .ss-content-box-2:after {
    display: none;
  }
}

/***********30.01*************/

.s-nav-tabs-1 .s-progress:after {
  background-image: url("../../img/frontend/icons/25.png");
}

.ww-content-box-1 .s-btn-1-green {
  background: #c98575 ;
  border-color: #c98575 ;
}

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

@media (max-width: 992px) {
  .ww-content-box-1 .s-title-2 + .boxes-3 {
    display: none;
  }
  .ww-content-box-1 .s-title-2 {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 8px 0 11px 0;
    margin: -1px 0;
    font-size: 26px;
    opacity: 1;
    line-height: 1.3;
    opacity: 0.5;
    cursor: pointer;
    background: url('../../img/frontend/icons/arrow.png') right center no-repeat;
  }
  .box-3 .ww-txt-1 {
    display: block;
    color:#c98575 ;
    text-align: left;
    padding: 20px 0 10px 0;
    font-weight: bold;
  }

  .s-menu .row-box .col-box {
    width: 100% !important;
  }
  .s-menu a {
    background: none;
  }

  .s-content-box-2 .description .button-box {
    padding: 15px;
  }
}

@media (max-width: 767px) {

  .ww-content-box-1 .boxes-3 .row-box .col-box {
    width: 100%;
  }

  .ww-content-box-1 .boxes-3 .row-box .col-box .box-3 {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .ww-content-box-1 .boxes-3 .row-box .col-box .box-3 .ww-txt-1 {
    width: 100%;
  }
  .ww-content-box-1 .boxes-3 .row-box {
    display: flex;
    padding-top: 15px;
  }
  .ww-content-box-1 .boxes-3-1 .row-box .col-box .box-3 .box-3-txt {
    padding: 0;
    width: 50%;
  }
  .boxes-3-1 .row-box .col-box .box-3 .image .number {
    margin: 0;
    bottom: 0px;
  }
  .boxes-3-1 .row-box .col-box .box-3 .button-box {
    margin: auto;
  }
  body .s-nav-tabs-1 ul li a {
    font-size: 14px;
    height: 33px;
    padding-top: 7px;
  }
  body .s-nav-tabs-1 .s-progress:after {
    width: 51px;
    height: 48px;
    position: absolute;
    top: -6px;
    z-index: 2;
    margin-left: -19px;
    content: "";
    display: none;
    background-size: auto 100%;
  }

  .s-btn-action {
    margin: 0px 10px;
    margin-left: 10px !important;
  }

  .h-box-line {
    padding: 0px 10px;
    padding: 10px !important;
  }

  .s-content-box-2 .description .button-box {
    text-align: center;
  }

}
.bg-faded-out {
  background-color: rgba(153, 0, 153, 0.15);
}
.bg-faded-out td {
  color: rgba(0,0,0, 0.6);
}
.bg-faded-out td a{
  color: rgba(13, 110, 252, 0.6);
}
.bg-faded-out td .color-violet {
  color: rgba(153, 0, 153, 0.4);
}

@media only screen and (max-width: 767px) {
  .z-boxes-1-1-1-2 .x-box-1 {
    height: auto !important;
  }
  .z-boxes-1-1-1-2 .x-box-1-2 {
    position: relative;
  }
  .z-boxes-1-1-1-2 .x-box-1 .xx-txt-2 strong, .z-boxes-1-1-1-2 .x-box-1 .xx-txt-2 {
    font-size: 16px;
    line-height: 1.3;
    padding-top: 2px;
  }
  .s-content-box-2 {
    /*display: inline-flex;*/
    justify-content: center;
    position: static;
  }
  .s-content-box-2 .container {
    width: 100% !important;
  }
  .s-content-box-2 .container .description {
    padding-top: 0px;
    width: 100% !important;
  }
  .s-content-box-2 figure {
    display: block;
    position: static;
    width: 100% !important;
  }

  .boxes-3-1 .row-box .col-box .box-3 .image .number-1 {
    font-size: 20px !important;
  }
}

.boxes-3-1 .row-box .col-box .box-3 .image .number-3 {
  top: auto;
  bottom: 10px;
  transform: rotate(-15deg);
  left: 5px;
  font-size: 25px;
  line-height: 1;
  right: -200px;
}

.boxes-3-1 .row-box .col-box .box-3 .image .number-3 span {
  top: auto;
  bottom: 10px;
  transform: rotate(-15deg);
  left: 5px;
  font-size: 25px;
  line-height: 1;
}

.show-rwd {
  display: none;
}
@media only screen and (max-width: 767px) {
  .show-rwd {
    display: inherit;
  }

  .btn-1-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-boxes .infografika {
  width: 100%;
  padding-top: 15px;
}
.hamburger-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 5px;
  background: url('../../img/frontend/icons/51.png') center no-repeat;
}

.q-data-1 {
  width: 140px;
  left: 50%;
  line-height: 1.2;
  font-size: 10px;
  margin-left: -70px;
  position: absolute;
  top: 18px;
  text-align: center;
}

.q-data-1 strong {
  font-size: 16px;
  padding-top: 2px;
  display: block;
}

.q-content-box-1 {
  display: none;
}

.q-body .menu-rsp nav ul {
  text-align: center;
}

.q-body .menu-rsp nav ul li {
  border: none;
}

.q-body .menu-rsp nav ul li a {
  font-size: 14px;
}

.q-boxes-1 {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  background: #fff;
  padding: 20px 0;
}

.q-boxes-1 .col-box {
  width: 50%;
  text-align: center;
}

.q-boxes-1 .col-box a {
  padding: 0 !important;
  background: #fff !important;
  display: inline-block !important;
  width: auto !important;
  float: none !important;
}

.q-boxes-1 {
  border-top: 2px solid #f0f0f0;
}

.q-boxes-1 .col-box:first-child {
  border-right: 2px solid #f0f0f0;
}

.q-body .content-box-1 .content-box-1-1 .txt-2 {
  margin-bottom: 0;
}

.q-body .content-box-1 .content-box-1-1 {
  padding-top: 20px;
}

.q-content-box-2 {
  display: none;
  padding: 20px 0 30px 0;
}

.q-content-box-2 .button-box-2 {
  display: flex;
}

.q-content-box-2 .button-box-2 .col-box {
  width: 50%;
  text-align: center;
  margin-top: 20px;
}

.q-content-box-2 .button-box-2 .col-box a {
  color: #000;
  font-weight: bold;
  opacity: 0.3;
}

.q-content-box-2 .button-box-2 .col-box a.current {
  opacity: 1;
}

.q-content-box-2 .button-box-2 .col-box:first-child {
  border-right: 2px solid #c98575 ;
}

.box-3-slider {
  overflow: hidden;
  display: none;
}

.banner-mobile-img {
  display: none;
}

@media only screen and (max-width: 992px) {
  .q-body .prev-content-box {
    display: none;
  }
  .q-body .content-box-2 {
    display: none;
  }
  .q-content-box-2 {
    display: block;
  }
  .q-content-box-2 .button-box-1 a {
    width: 100%;
    text-align: center;
  }
  .q-body header {
    display: none;
  }
  .q-content-box-1 {
    display: block;
    background: #f8f8f8;
    padding: 10px 0;
  }
  .q-content-box-1 .h-box {
    display: flex;
    justify-content: flex-end;
  }
  .q-content-box-1 .s-btn-1 {
    font-size: 14px;
    background: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .q-content-box-1 .s-btn-1-3 {
    background: #990099;
    color: #fff;
  }
  .q-content-box-1 .h-txt-1 {
    padding-left: 5px;
  }
  .w-title-1 h2 {
      font-size: 15px;
      line-height: 21px;
  }
}

@media only screen and (min-width: 767px) {
  .q-cont-box {
    display: none !important;
  }
}

.q-banner-title {
  display: none;
}

.q-content-box-5 {
  overflow: hidden;
}

.p-content-box-1 .txt-1-12 {
  font-size: 14px;
  margin: 15px 0 -30px 0;
}

.s-content-box-9 textarea {
  width: 100%;
  height: 210px;
  border-radius: 10px;
  margin: 10px 0;
  resize: none;
  overflow: auto;
  border: 1px solid #dadbdb;
  background: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .p-content-box-6 button {
    width: 100% !important;
  }
  .q-body .content-box-7-1 {
    border:none;
    padding: 0;
  }
  .box-3-slider {
    display: block;
    position: relative;
    background: #c98575 ;
  }
  .box-3-slider .swiper-pagination-bullet {
    width: 13px;
    border: 1px solid #fff !important;
    height: 13px;
    opacity: 1;
    background: none !important;
  }
  .box-3-slider .swiper-pagination-bullet-active {
    background: #fff !important;
  }
  .box-3-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5px;
  }
  .rwd-box-3-image {
    display:block!important;
    width: 50%;
  }
  .box-3-slider .swiper-button-next:after, .box-3-slider .swiper-button-prev:after {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }
  .q-body .boxes-3 .box-3-slider .box-3 .image {
    display: block;
  }
  .boxes-2 .row-box .col-box:nth-child(even) figure {
    order: 2;
  }
  .boxes-2 .row-box .col-box:nth-child(even) .btn-2 {
    order: 1;
  }
  .boxes-2 .box-2 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 0 !important;
  }
  .content-box-4 .boxes-2 .row-box .col-box {
    margin-bottom: 0 !important;
  }
  .content-box-4 .content-box-4-1 {
    background: rgba(255,255,255,0.2);
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
    border: none !important;
    margin: 0;
    line-height:1.2;
  }
  .content-box-4 .content-box-4-2 {
    font-size: 18px !important;
    line-height:1.2;
  }
  .content-box-4 .boxes-2 {
    margin-bottom: 20px;
  }
  .content-box-4 .content-box-4-1 strong, .content-box-4 .content-box-4-1 span {
    font-size: 18px !important;
    margin: 0;
    line-height:1.2 !important;
  }
  .boxes-2 .btn-2 {
    line-height: 1.3;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 10px !important;
    background: none !important;
    color: #fff !important;
  }
  .q-body .z-boxes-1 .row-box {
    display: flex;
  }
  .x-box-1-2 {
    rotate: none !important;
  }
  .xx-txt-2 {
    display: none;
  }
  .z-boxes-1 .row-box .col-box .z-box-1 .z-box-1a {
    font-size: 16px !important;
  }
  .z-boxes-1 .row-box .col-box .z-box-1 .z-box-1a span {
    font-size: 14px !important;
  }
  .x-box-1 .x-txt-2 {
    font-size: 10px !important;
  }
  .z-boxes-1-1-1-2 .x-box-b {
    height: 54px !important;
  }
  .z-boxes-1-1-1-2 .x-box-c {
    height: 74px !important;
  }
  .z-boxes-1-1-1-2 .x-box-1 {
    display: flex;
    align-items: flex-end;
  }
  .z-boxes-1-1-1-2 .x-box-1-2 {
    justify-content: flex-end;
  }
  .z-boxes-1-1-1-2 .x-box-d {
    height:94px !important;
  }
  .x-box-1-2 {
    padding-bottom: 5px !important;
  }
  .q-cont-box {
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 14px;
  }
  .q-cont-box h3 {
    font-weight: bold;
    font-size: 18px;
  }
  .q-cont-box {
    display: none;
  }
  .z-box-1 {
    cursor: pointer;
  }
  .z-box-1.active-1 .x-box-1 {
    box-shadow: 0 0 10px rgba(255,255,255,1);
  }
  .q-banner > img:first-child {
    display: none;
  }
  .banner-mobile-img {
    display: block;
    padding: 10px;
  }
  .banner-mobile-img img {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  }
  .q-banner-title {
    display: block;
    color: #990099;
    font-weight: 900;
    margin-bottom: 25px;
    margin-top: -12px;
  }
  .q-banner-title span {
    display: block;
    font-size: 40px;
  }
  .w-table table tr .txt-1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .w-content-box-9 a {
    width: 100%;
  }
  .w-content-box-9 {
    padding-top: 40px;
  }
  .w-content-box-1 {
    display: none;
  }
  .w-content-box-2 {
    background: none;
    padding: 0 !important;
    margin-top: -20px;
  }
  .w-menu ul .w-icon-1 a {
    position: relative;
    padding-left: 50px;
    font-weight: bold;
    color: #990099;
    background: url('../../img/frontend/icons/30.png') left center no-repeat !important;
  }
  .w-menu ul .w-icon-1 a:after, .w-menu ul .w-icon-2 a:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 9px;
    background: url('../../img/frontend/icons/54.png') center no-repeat;
    display: block;
    content: "";
  }
  .w-menu ul .w-icon-2 {
    border-top: 1px solid #990099;
    padding-top: 10px;
  }
  .w-menu ul .w-icon-2 a {
    padding-left: 50px;
    position: relative;
    font-weight: bold;
    color: #990099;
    background: url('../../img/frontend/icons/31.png') left center no-repeat !important;
  }
  .w-content-box-3 .col-box-2 {
    display: none;
  }
  body .popup {
    left: 0;
    top: 0;
    width: 100%;
  }
  .p-box strong {
    display: block;
  }
  .p-button-box-1 .s-btn-1 {
    width: 100%;
  }
  body .p-close {
    right: auto;
    left: 12px;
    top: 18px;
    color: #990099;
    font-size: 40px;
    font-weight: normal;
  }
  .popup-3 {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .popup {
    padding-top: 60px !important;
  }
  .s-content-box-8 .form-group {
    display: block !important;
  }
  .s-content-box-8 .form-group select {
    width: 100% !important;
    margin: 0 !important;
  }
  .s-content-box-8 .offset-1 {
    margin: 0 !important;
    width: 100% !important;
  }
  .s-content-box-8 .offset-1 .d-inline-flex {
    width: 100% !important;
    display: block !important;
  }
  .s-content-box-8 .offset-1 .d-inline-flex button {
    width: 100% !important;
    margin-top: 15px;
  }
  .col-12.form-group.p-2.d-inline-flex {
    padding: 15px !important;
  }
  .s-table-1 table tr td, .s-table-1 table tr th {
    font-size: 12px;
  }
  /*.s-table-1.products-table {*/
  /*  display: table-row !important;*/
  /*}*/
  .q-content-box-5 .row {
    margin: 0 !important;
  }
  .q-content-box-5 .row > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  .q-content-box-5 .row > div:nth-child(1) {
    order: 2;
  }
  .q-content-box-5 .row > div:nth-child(2) {
    order: 1;
  }
  .q-content-box-5 .row > div table {
    width: 100% !important;
    margin: 0 !important;
  }

}
.w-content-box-3 .w-table td:first-of-type{
  width: 50%;
}
.w-content-box-3 .w-table td:last-of-type{
  width: 50%;
}
@media only screen and (min-width: 767px) {
  .hideondesktop {display: none;}
}

.s-nav-tabs-1-lawenda .s-progress:after {
  background-image: url('/img/frontend/icons/25-lawenda.png') !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.s-nav-tabs-1-muresko .s-progress:after {
  background-image: url('/img/frontend/icons/25-muresko.png') !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.s-menu {
  display: flex;
  justify-content: center;
}

.s-menu .row-box {
  width: 100%;
}

.menu-items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-items li {
  width: 40%;
  margin-left: 10%;
  box-sizing: border-box;
}

.menu-items li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.new-edition-button {
  position: absolute;
  left: 0px;
}
/* 10.02 */

.d-content-box-1 {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.d-content-box-1 .d-btn-1 {
  width: calc(50% - 20px);
}

.d-btn-1 {
  border: 1px solid #990099;
  border-radius: 32px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #990099;
  padding-right: 60px;
  height: 50px;
  display: flex;
  align-items: center;
}

.d-btn-1:hover {
  color: #990099;
  opacity: 0.8;
}

.d-btn-1-1 {
  background: url('/img/frontend/icons/58.png') calc(100% - 20px) center no-repeat;
}

.d-btn-1-2 {
  background: url('/img/frontend/icons/45.png') calc(100% - 20px) center no-repeat;
}

.d-table-1 img.no-active {
  opacity: 0.2;
}

.d-table-1 .tr-more th {
  font-size: 12px;
  vertical-align: top;
  line-height: 1.3;
}

.d-table-1 .tr-more td {
  vertical-align: top;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.d-table-1 .tr-more table td {
  padding-bottom: 10px !important;
}

.d-table-1 .tr-more td, .d-table-1 .tr-more th {
  width: auto !important;
}

.d-table-1 .tr-more td small {
  line-height: 1.3;
  font-size: 10px;
}

.d-table-1 .btn-box {
  padding-top: 10px;
}

.d-btn-2 {
  border: 1px solid #990099;
  height: 30px;
  line-height: 28px;
  border-radius: 30px;
  padding: 0 15px;
  display: inline-block;
  color: #990099;
  background: url('/img/frontend/icons/57.png') 15px center no-repeat;
  font-size: 12px;
  padding-left: 41px;
}

.d-btn-2:hover {
  color: #fff;
  background: #990099 url('/img/frontend/icons/56.png') 15px center no-repeat;
}

@media (max-width: 992px) {
  .d-content-box-1 {
    display: block;
  }
  .d-content-box-1 .d-btn-1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .d-content-box-1 .d-btn-1:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}

.d-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  z-index: 1000000000000;
}

.d-popup {
  width: 1000px;
  position: fixed;
  top: 50px;
  left: 50%;
  overflow: auto;
  padding: 25px;
  margin-left: -500px;
  max-height: calc(100% - 100px);
  background: #fff;
  z-index: 1000000000001;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
}

.d-title {
  background: #990099;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  padding: 0 10px 5px 10px;
}

.d-table-2 {
  overflow: auto;
}

.d-table-2 table th {
  width: 14.28%;
  padding: 10px 5px;
  vertical-align: top;
  border-bottom: 1px solid #E3E3E3;
}

.d-table-2 table .d-box-2 {
  text-align: center;
  font-size: 10px;
  line-height: 14px;
}

.d-table-2 table td {
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 5px;
  text-align: center;
}

.d-table-2 .txt-1 {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-weight: 900;
}

.d-table-2 .txt-2 {
  line-height: 16px;
}

.d-table-2 .txt-2 a {
  font-weight: bold;
  text-decoration: underline;
  font-weight: 900;
  line-height: 16px;
  color: #990099;
  font-size: 12px;
}

.d-table-2 .d-image-1 img {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.d-table-2 .txt-2 a:hover {
  color: #990099;
  opacity: 0.9;
}

.d-table-2 .txt-3 {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  padding-left: 25px;
  background: url('/img/frontend/icons/59.png') left 3px no-repeat;
}

.d-table-2 .txt-3-1 {
  padding-left: 0;
  background: none;
}

.d-table-2 .txt-3-1 small {
  display: block;
}

.d-image {
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.d-image-2 small {
  font-size: 12px;
  display: block;
}

.d-table-2 .txt-4 {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  padding-left: 25px;
  background: url('/img/frontend/icons/60.png') 1px 3px no-repeat;
}

.d-table-2 .tr-info td {
  padding-bottom: 30px;
  position: relative;
}

.d-image-1 {
  position: relative;
}

.d-table-2 .tr-info .txt-5 {
  position: absolute;
  font-size: 10px;
  line-height: 14px;
  text-align: left;
  padding: 5px 0;
  padding-left: 27px;
  background: url('/img/frontend/icons/61.png') left center no-repeat;
  bottom: 0;
  left:10px;
  width: 600px;
}

.d-close {
  position: absolute;
  top: 0;
  right: 5px;
  color: #000;
  margin: 1px;
  font-size: 35px;
}

.d-close:hover {
  color: #000;
  opacity: 0.9;
}

@media (max-width: 1050px) {
  .d-popup {
    left: 20px;
    top: 20px;
    max-height: calc(100% - 40px);
    width: calc(100% - 40px);
    margin-left: 0;
  }
  .d-popup table {
    min-width: 600px;
  }
}
/* koniec 10.02 */
.w-table-3 td .prize-status {
  font-size: 16px;
}
.w-table-3 td .prize-status.ordered{
  color: #99CC33;
}

.w-table-3 td .prize-status.sent{
  color: #990099;
}

.form-floating > .form-control::-webkit-inner-spin-button {
  position: relative;
  top: -5px;
}


.form-floating > .form-control:focus::-webkit-inner-spin-button {
  top: 0px;
}
.ss-box-1 .ss-description .text img {
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 767px) {
    .s-content-box-8 .form-button.d-inline-flex .s-info-big{
        position: relative !important;
        right: auto !important;
        top: 15px !important;
    }

    .s-content-box-8 .form-button.d-inline-flex {
        display: flex !important;
    }
    .s-content-box-7 .s-title-3 {
        display: block !important;
    }
    #collapseHeader {
        width: auto !important;
        margin-top: 10px;
    }
    .box-3-slider .swiper-wrapper {
        align-items: anchor-center !important;
    }
    .d-table-2 .txt-3, .d-table-2 .txt-4 {
        padding-left: 0;
        background-position: left top;
        padding-top: 17px;
    }
}
@media only screen and (max-width: 767px) {
  .ww-content-box-1 .boxes-3 .row-box .col-box .box-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .ww-content-box-1 .boxes-3 .row-box .col-box .box-3 .ww-txt-1 {
    order: 1;
  }
  .ww-content-box-1 .boxes-3 .row-box .col-box .box-3 .box-3-txt {
    order: 2;
    text-align: left;
    padding-right: 15px;
  }
  .ww-content-box-1 .boxes-3 .row-box .col-box .box-3 .rwd-box-3-image {
    order: 3;
  }
  .ww-content-box-1 .boxes-3 .row-box .col-box .box-3 .button-box {
    order: 4;
  }
  .ww-content-box-1 .boxes-3 .row-box .col-box .box-3 .rwd-box-3-image .number-3 {
    right: -110px;
    top: 80px;
  }
}

.muresko-rounded {
  display: inline-grid;
  width: 100%;
  grid-template-columns: 50% 50%;
  height: 100%;
}

.muresko-rounded .muresko-item {
  width: 100%;
  border: 5px #f07821 solid;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  min-height: 40px;
}

.muresko-rounded .muresko-item:nth-child(3),
.muresko-rounded .muresko-item:nth-child(4)
{
  border-top: 0px #8b5f57 solid;
}
.muresko-rounded .muresko-item:nth-child(2),
.muresko-rounded .muresko-item:nth-child(4)
{
  border-left: 0px #8b5f57 solid;
}

.muresko-special-1 {
  width: 100%;
  font-size: 16px;
  font-weight: bolder;
}
.muresko-special-2 {
  width: 100%;
  font-size: 26px;
  font-weight: bolder;
}
.muresko-special-3 {
  width: 100%;
  font-size: 18px;
  font-weight: bolder;
}

#muresko .btn-2 {
  color: black;
}
#muresko .btn-2:hover {
  color: #c98575 ;
}
.col-box .z-box-1 .x-box-1,
.col-box .z-box-1 .x-txt-2{
  color: black;
}
.container-szachownica {
  width: 100%;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .szachownica {
    width: 100%;
    height: auto !important;
  }

  .szachownica .container {
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }

  .szachownica.mirrored .container {
    flex-direction: row-reverse;
  }

  .szachownica .container > div {
    width: 50%;
  }

  .s-content-box-2.szachownica .description {
    margin-left: 0px;
  }

  .s-content-box-2.szachownica .description .button-box {
    padding-top: 15px;
  }

  .szachownica .image-box {
    height: 100%;
    min-height: 100%;
    min-width: 50%;
  }

  .szachownica .image-box img {
    width: auto;
    height: 100%;
  }

  .szachownica .container .description {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 1500px) {
  .szachownica .image-box img {
    min-width: 100%;
  }
}

.s-content-box-4 .s-title h2 {
  font-size: 110px;
  margin-top: 20px;
  text-align: center
}

@media only screen and (max-width: 768px) {
  .content-box-7-1 .boxes-3 .box-3 .image {
    display: none;
  }
  .w-content-box-8 table tr td {
    font-size: 16px !important;
  }

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

  .s-content-box-4 .s-title h2 {
    font-size: 40px;
    margin-top: 20px;
    text-align: center;
  }


  .boxes-3 .row-box .col-box .box-3 {
    height: 500px;
  }

  .boxes-3 .row-box .col-box .box-3 .image {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}
