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

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

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 20px;
  padding-right: 20px;
}

.col-right.height-1{
  min-height: 690px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
    padding-right: 20px;
  }
}
.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: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #000000;
  background-size: cover;
  line-height: 1.3;
  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%;
}
header .container .logo img {
  display: block;
}
header .header-box {
  position: relative;
  height: 95px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-box:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 3000px;
  height: 100%;
  content: "";
  display: block;
  z-index: -1;
  background: #EDEDED 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
header .main-menu {
  margin-bottom: -7px;
}
header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}
header .main-menu ul > li {
  margin: 0 16px 0 0;
}
header .main-menu ul > li > a {
  color: #000000;
  padding: 7px 0;
  display: block;
  font-size: 13.33333px;
  text-align: center;
  position: relative;
}
header .main-menu ul > li :hover {
  color: #BC1620;
}
header .main-menu ul > li:last-child {
  margin-right: 0;
}
header .main-menu ul > li.current > a {
  color: #BC1620;
  font-weight: bold;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: #cacaca;
  display: none;
}
.main-menu ul ul li {
  position: relative;
  float: left;
  width: 100%;
}
.main-menu ul ul li a {
  position: relative;
  color: #1c2f59;
  text-align: left;
  display: block;
  padding: 11px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
}
.main-menu ul ul li:hover > a {
  background: red;
  color: #fff;
}

.btn-logout {
  display: inline-block;
  background: url("../../img/frontend/icons/01.png") center top no-repeat;
  color: #000000;
  font-size: 13.3333px;
  padding-top: 42px;
}
.btn-logout:hover {
  color: #BC1620;
}

.btn-scan {
  height: 72px;
  width: 220px;
  border-radius: 36px;
  display: inline-block;
  background: #fff url("../../img/frontend/icons/03.png") 10px center no-repeat;
  color: #3C3C3B;
  display: flex;
  align-items: center;
  padding-left: 75px;
  font-size: 13.3333px;
}
.btn-scan:hover {
  color: #BC1620;
}

.btn-basket {
  position: relative;
  display: inline-block;
  background: url("../../img/frontend/icons/02.png") 9px 15px no-repeat;
  color: #000000;
  font-size: 13.3333px;
  border: 1px solid #484847;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.btn-basket span {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #484847;
  border-radius: 50%;
  margin: -3px;
  color: #C00D0D;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  background: #ededed;
}
.btn-basket:hover {
  opacity: 0.9;
}

.h-boxes {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.h-boxes .txt-1 {
  font-size: 13.3333px;
  color: #3C3C3B;
}
.h-boxes .txt-1 strong {
  display: block;
  font-size: 16px;
}
.h-boxes .h-box-6, .h-boxes .h-box-5, .h-boxes .h-box-3 {
  display: flex;
  align-items: center;
}
.h-boxes .h-box-4 {
  display: flex;
  align-items: flex-end;
  padding-top: 26px;
}
.h-boxes .h-box-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.h-boxes .h-box-2 .txt-2 {
  font-weight: bold;
  color: #C00D0D;
  font-size: 23px;
  border-bottom: 1px solid #C00D0D;
  padding-bottom: 2px;
}

/* *** BANNER *** */
.banner-box {
  width: 100%;
}

.banner-box img {
  display: block;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}

.banner ul li {
  position: relative;
  text-align: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .bx-controls-direction {
  display: none;
}

.banner .bx-controls {
  display: block;
}

.banner .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  padding: 20px 10px;
  color: #fff;
}

.banner a {
  color: #fff;
}

.banner h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.banner a:hover {
  color: blue;
}

.banner .prev-box, .banner .next-box {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  height: 44px;
  z-index: 1000;
}

.banner .prev-box {
  left: 15px;
}

.banner .next-box {
  right: 14px;
}

.banner .bx-prev, .banner .bx-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  text-indent: -9999999px;
}

.banner .bx-prev {
  background: green url("../../img/frontend/sprite.png") -35px 0 no-repeat;
}

.banner .bx-next {
  background: green url("../../img/frontend/sprite.png") -62px 0 no-repeat;
}

.banner .prev-box:hover, .banner .next-box:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.banner .bx-controls {
  width: auto;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 10px;
}

.banner .bx-pager {
  float: left;
  padding: 0;
}

.banner .bx-pager .bx-pager-item {
  float: left;
  margin-right: 10px;
}

.banner .bx-pager .bx-pager-item a {
  float: left;
  text-indent: -99999px;
  display: block;
  width: 15px;
  height: 15px;
  background: blue;
  border-radius: 50%;
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover {
  background: green !important;
}

body, html {
  height: 100%;
}

.banner-full-screen {
  width: 100%;
  height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
  height: 100% !important;
}

.banner-full-screen {
  height: 100%;
}

/* *** CUSTOM SELECT *** */
.select {
  width: 100%;
}

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

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
}

.select .chosen-search {
  display: none;
}

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  height: 29px;
  border: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important;
}

.select .chosen-container-single .chosen-single div {
  width: 32px;
  /*background: url('../../img/frontend/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
  background: #fff;
  color: #000;
}

.select .chosen-container .chosen-results li:hover {
  background: #ec008d;
  color: #fff;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 10px 15px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

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

.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: 15px;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 15px 15px 14px 15px;
}

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

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
    background: #EDEDED;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
footer {
  padding: 28px 0;
  background: #3C3C3B;
  color: #fff;
}
footer .f-cols {
  margin: 0 -15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .f-cols .f-col {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
footer .f-cols .f-col-3 {
  align-items: flex-end;
  margin-top: -5px;
}
footer .f-cols .code-box {
  display: flex;
  align-items: flex-end;
  font-size: 11px;
  line-height: 14px;
  gap: 10px;
}
.app-store-link {
  background-color: #fff;
  border-radius: 999px;
  font-size: 30px;
  font-weight: bold;
  padding: 5px;
  color: #3c3c3b;
}
.app-store-link:hover {
  background-color: #fff;
  color: #3c3c3b;
  opacity: 0.8;
}
footer .f-cols .code-box img {
  margin-right: 18px;
}
footer .f-cols .social-box {
  display: flex;
}
footer .f-cols .social-box a {
  margin-left: 13px;
}
footer .f-cols .social-box a:first-child {
  margin-left: 0;
}
footer .f-box-1 a {
  color: #fff;
  display: inline-block;
  font-size: 9px;
  line-height: 11px;
}
footer .f-box-1 a span {
  display: block;
  font-size: 11px;
  line-height: 14px;
}
footer .f-box-1 .f-mail {
  margin-bottom: 5px;
}
footer .f-box-1 .f-mail a {
  padding: 10px 0;
  padding-left: 38px;
  background: url("../../img/frontend/icons/04-new.png") left center no-repeat;
}
footer .f-box-1 .f-phone a {
  padding-left: 38px;
  background: url("../../img/frontend/icons/05.png") left center no-repeat;
}
footer .f-menu, footer .social-box {
  margin-left: 50px;
}
footer .f-menu ul, footer .social-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .f-menu ul li, footer .social-box ul li {
  margin-bottom: 4px;
}
footer .f-menu ul li a, footer .social-box ul li a {
  font-weight: bold;
  color: #EDEDED;
  opacity: 0.5;
  font-size: 9px;
}
footer .f-menu ul li a:hover, footer .social-box ul li a:hover {
  opacity: 0.4;
}
footer .f-menu ul li:last-child, footer .social-box ul li:last-child {
  margin-bottom: 0;
}
footer a:hover {
  opacity: 0.9;
}

/* *** HOME *** */
.main-content {
  padding: 16px 0 60px 0;
}

.content-box-1 {
  display: flex;
  align-items: flex-end;
}
.content-box-1 .col-left {
  width: 308px;
}
.content-box-1 .col-left .box-1 {
  text-align: center;
  padding: 10px 0 30px 0;
}
.content-box-1 .col-left .box-1 .txt-1 {
  font-size: 13.3333px;
  padding: 8px 0 8px 0;
}
.content-box-1 .col-left .box-1 .txt-1 strong {
  color: #C00D0D;
}
.content-box-1 .col-left .box-1 .txt-2 a {
  color: #000000;
  font-size: 16px;
  background: url("../../img/frontend/icons/16.png") right center no-repeat;
  padding-right: 18px;
}
.content-box-1 .col-left .box-1 .txt-2 a:hover {
  opacity: 0.85;
  color: #000000;
}
.content-box-1 .col-left .box-2 {
  background: #D49B9B;
  padding: 13px 10px 20px 10px;
  color: #fff;
  text-align: center;
}
.content-box-1 .col-left .box-2 .txt-1 {
  font-weight: bold;
  display: flex;
  justify-content: center;
  font-size: 19px;
  margin-bottom: 18px;
}
.content-box-1 .col-left .box-2 .txt-1 .my-tooltip {
  display: inline-block;
  vertical-align: top;
  margin: -8px 0 0 3px;
}
.content-box-1 .col-left .box-2 .txt-2 {
  font-weight: 300;
  font-size: 16px;
  padding-top: 20px;
  border-top: 1px solid #C00D0D;
  padding-bottom: 7px;
}
.content-box-1 .col-left .box-2 .txt-3 {
  width: 137px;
  height: 59px;
  background: #C00D0D;
  font-weight: bold;
  color: #fff;
  font-size: 47px;
  line-height: 59px;
  margin: 0 auto;
}
.content-box-1 .col-left .box-2 .txt-4 {
  padding-top: 26px;
}
.content-box-1 .col-left .box-2 .txt-4 a {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  padding-top: 1px;
  background: url("../../img/frontend/icons/16.png") right 1px no-repeat;
  padding-right: 18px;
}
.content-box-1 .col-left .box-2 .txt-4 a:hover {
  color: #fff;
  opacity: 0.85;
}
.content-box-1 .col-left .box-2 .txt-4-1 {
  padding-top: 0;
  margin-top: -20px;
  padding-bottom: 8px;
}
.content-box-1 .col-right {
  width: calc(100% - 308px);
  padding-left: 16px;
}

.progress-content .progress-txt {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 30px;
  padding-top: 9px;
}
.progress-content .progress-name {
  display: flex;
}
.progress-content .progress-name div {
  width: 33.3333%;
  font-size: 10px;
  font-weight: bold;
  height: 14px;
  border-left: 1px solid #fff;
}
.progress-content .progress-name div:first-child {
  border-left: none;
}
.progress-content .progress-box-1 {
  border: 1px solid #fff;
  padding: 6px;
}
.progress-content .progress-cols {
  display: flex;
  margin: 0 -6px;
  position: relative;
}
.progress-content .progress-cols .prog-box {
  background: #EDEDED;
  width: 33.33333%;
  height: 20px;
  position: relative;
}
.progress-content .progress-cols .prog-box:after {
  width: 4px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: -2px;
  background: #D49B9B;
}
.progress-content .progress-cols .prog-box:first-child:after {
  display: none;
}
.progress-content .progress-procent {
  height: 20px;
  position: absolute;
  background: #C00D0D;
  top: 0;
  left: 0;
  z-index: 2;
}

.box-3 {
  display: flex;
  align-items: center;
  padding: 0 92px;
  background: #c00d0d url("../../img/frontend/icons/09.png") right center no-repeat;
  height: 78px;
  margin-bottom: 16px;
}
.box-3:hover {
  opacity: 0.9;
  color: #fff;
}
.box-3 span {
  font-weight: 300;
  padding-right: 48px;
  color: #EDEDED;
  padding-top: 2px;
  font-size: 19px;
  background: url("../../img/frontend/icons/10.png") right 3px no-repeat;
}

.home-cols {
  display: flex;
  align-items: flex-end;
}
.home-cols .home-col-left {
  width: 432px;
}
.home-cols .home-col-right {
  padding-left: 16px;
  width: calc(100% - 432px);
}

.box-4 {
  background: rgba(60, 60, 59, 0.9);
  padding: 24px 48px 24px 92px;
}
.box-4.box-4-1 {
  margin-bottom: 16px;
}
.box-4 .txt-1 a {
  color: #fff;
  font-weight: 300;
  font-size: 19px;
  padding-right: 23px;
  background: url("../../img/frontend/icons/11.png") right 4px no-repeat;
}
.box-4 table {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.box-4 table td {
  padding-top: 11px;
}
.box-4 table tr td:last-child {
  padding-left: 10px;
  text-align: right;
  font-weight: 500;
}

.box-4-2 .txt-1-2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-4-2 .txt-1 {
  width: 150px;
}

.boxes-5 {
  width: 100%;
  padding: 15px 0;
}
.boxes-5 .box-5 {
  padding-top: 14px;
  color: #fff;
}
.boxes-5 .box-5 .txt-1 {
  display: flex;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  justify-content: space-between;
  align-items: center;
}
.boxes-5 .box-5 .txt-2 {
  border-top: 1px solid #EDEDED;
  display: flex;
  padding-top: 5px;
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  justify-content: space-between;
  align-items: center;
}
.boxes-5 .box-5 .procent-box-1 {
  margin-bottom: 6px;
  margin-top: 5px;
}
.boxes-5 .box-5 .procent-box-1 div {
  background: #89C4F1;
  height: 5px;
}
.boxes-5 .box-5 .procent-box-1-1 div {
  background: #C00D0D;
}

.boxes-6 .box-6 {
  margin-bottom: 10px;
  height: 137px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  background-size: cover;
  background-position: center center;
}
.boxes-6 .box-6:hover {
  opacity: 0.95;
}
.boxes-6 .box-6:last-child {
  margin-bottom: 0;
}
.boxes-6 .box-6 .txt {
  width: 289px;
  padding: 8px 0;
  padding-left: 17px;
  display: flex;
  flex-direction: column;
  padding-right: 17px;
  color: #000;
  justify-content: space-between;
  height: 80px;
  background: #EDEDED;
  border-left: 19px solid #C00D0D;
}
.boxes-6 .box-6 .txt .txt-1 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}
.boxes-6 .box-6 .txt .txt-2 {
  font-size: 11px;
}
.boxes-6 .box-6 .txt .txt-2 span {
  padding-right: 32px;
  background: url("../../img/frontend/icons/13.png") right center no-repeat;
}

.box-6-title {
  padding: 5px 78px 2px 95px;
  background: rgba(237, 237, 237, 0.6);
  font-size: 16px;
}

.link-1 {
  color: #3C3C3B;
  font-size: 16px;
  padding-right: 25px;
  background: url("../../img/frontend/icons/14.png") right center no-repeat;
}
.link-1:hover {
  color: #3C3C3B;
  opacity: 0.85;
}

.content-box-2 {
  background: #EDEDED;
  margin-top: 16px;
}
.content-box-2 .txt-1 {
  padding: 15px 91px 12px 91px;
}
.content-box-2 .txt-1 a {
  font-size: 19px;
}

.boxes-7 {
  margin-top: -16px;
}
.boxes-7 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.boxes-7 .row-box .col-box {
  padding: 0 8px;
  margin-top: 16px;
  width: 16.666%;
}
.boxes-7 .row-box .col-box .box-7 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  height: 164px;
}

/* *** LOGOWANIE *** */
.body-log {
  background: url("../../img/frontend/bg-3.png") center no-repeat;
  background-size: cover;
}
.body-log footer .f-cols .f-col-3 {
  align-items: flex-end;
}

footer {
  height: 119px;
}

.l-content-box-1 {
  position: relative;
}
.l-content-box-1 .l-logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 50px;
}
.l-content-box-1 .container {
  min-height: calc(100vh - 119px);
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
}

.l-boxes {
  width: 632px;
}
.l-boxes .l-box-1 {
  padding: 28px 100px;
  background: #EDEDED;
}
.l-boxes .l-box-1 .txt-1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
  line-height: 24px;
  color: #C00D0D;
  font-size: 19px;
}
.l-boxes .l-box-1 .txt-1-1-1 {
  color: #3C3C3B;
  font-size: 13.3333px;
  line-height: 25px;
  margin-bottom: 20px;
  text-align: center;
}
.l-boxes .l-box-1 label {
  margin-bottom: 5px;
  color: #949494;
  font-size: 13px;
  font-weight: bold;
}
.l-boxes .l-box-1 .l-input-box input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.1607843137);
  height: 45px;
  display: block;
  border: none;
  color: #3C3C3B;
  padding: 0 20px;
  width: 100%;
}
.l-boxes .l-box-1 .l-input-box {
  margin-bottom: 19px;
  position: relative;
}
.l-boxes .l-box-1 .password-icon {
  position: absolute;
  top: 10px;
  right: 12px;
}
.l-boxes .l-box-1 .password-icon:hover {
  opacity: 0.9;
}
.l-boxes .l-box-1 .l-button-box {
  display: flex;
  padding-top: 20px;
  justify-content: center;
}
.l-boxes .l-box-1 .txt-2 {
  padding: 18px 0 0 0;
  margin-bottom: -10px;
  text-align: center;
}
.l-boxes .l-box-1 .txt-2 a {
  color: #3C3C3B;
  text-decoration: underline;
  font-size: 13.3333px;
}
.l-boxes .l-box-1 .txt-2 a:hover {
  color: #3C3C3B;
  opacity: 0.9;
}
.l-boxes .l-box-1-1 {
  position: relative;
  margin-bottom: 100px;
}
.l-boxes .l-box-1-1 .l-button-box-1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 28px;
}
.l-boxes .l-box-2 {
  padding: 28px 100px;
  border-top: 1px solid #C00D0D;
  background: rgb(237, 237, 237);
}
.l-boxes .l-box-2 .txt-1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 24px;
  color: #3C3C3B;
  font-size: 19px;
}
.l-boxes .l-box-2 .l-button-box {
  display: flex;
  padding-top: 10px;
  justify-content: center;
}
.l-boxes .l-box-2 .txt-2 {
  text-align: center;
  font-size: 13.333px;
}

.btn-1 {
  padding: 0 20px;
  height: 45px;
  background: #D22D26;
  color: #fff;
  font-size: 13.333px;
  min-width: 200px;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  border: 1px solid #C00D0D;
}
.btn-1:hover {
  opacity: 0.9;
  color: #fff;
}

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

.btn-fix {
  position: fixed;
  top: 111px;
  z-index: 20;
  background: rgba(210, 45, 38, 0.48);
  color: #fff;
  width: 45px;
  height: 206px;
  z-index: 10;
  right: 0;
  font-size: 13.3333px;
  font-weight: bold;
}
.btn-fix:hover {
  color: #fff;
  background: rgb(210, 45, 38);
}
.btn-fix span {
  position: absolute;
  top: 93px;
  left: -21px;
  display: block;
  /* IE 9 */
  /* Safari */
  transform: rotate(-90deg); /* Standard syntax */
}

.box-8 {
  margin: 20px -48px -24px -92px;
}

.link-2 {
  color: #3C3C3B;
  font-size: 13.3333px;
  padding-left: 20px;
  background: url("../../img/frontend/icons/17.png") left center no-repeat;
}
.link-2:hover {
  opacity: 0.9;
  color: #3C3C3B;
}

.btn-scan-1 {
  display: inline-block;
  background: url("../../img/frontend/icons/18.png") center top no-repeat;
  color: #000000;
  font-size: 13.3333px;
  padding-top: 42px;
}
.btn-scan-1:hover {
  color: #BC1620;
}

/* *** FORUMLARZ KONTAKTOWY *** */
.main-content-1 {
  padding: 0 0 24px 0;
}

.content-box-3 {
  max-width: 100%;
  background: #EDEDED;
}
.content-box-3 .content-box-3-1 {
  padding: 40px 0;
}

.wrapper-1 {
  padding: 0 108px;
}

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

.title {
  margin-bottom: 20px;
}
.title h1, .title h2 {
  font-weight: bold;
  color: #C00D0D;
  font-size: 19px;
  margin: 0;
}

.text {
  font-size: 16px;
  line-height: 25px;
}

body {
  color: #3C3C3B;
}

.color-red {
  color: #C00D0D;
}

.label-box {
  margin-bottom: 2px;
}
.label-box label {
  color: #949494;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  font-size: 13.3333px;
}

.input-box {
  margin-bottom: 20px;
}
.input-box input, .input-box textarea {
  height: 37px;
  display: block;
  border: none;
  color: #3C3C3B;
  border: 1px solid #707070;
  padding: 10px 15px;
  background: none;
  width: 100%;
}
.input-box textarea {
  resize: none;
  overflow: auto;
  height: 200px;
}

.title-1 {
  margin-bottom: 10px;
}
.title-1 h2 {
  margin: 0;
  color: #3C3C3B;
  font-size: 16px;
  font-weight: bold;
}

.checkbox-content {
  margin-bottom: 33px;
}
.checkbox-content .checkbox-box .icheckbox {
  border: 1px solid #3C3C3B;
  border-radius: 4px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0px;
}
.checkbox-content .checkbox-box .icheckbox.checked:after {
  width: 9px;
  height: 9px;
  content: "";
  margin: 2px;
  display: block;
  background: #C00D0D;
}
.checkbox-content .checkbox-box label {
  position: relative;
  display: block;
  margin: 0;
  font-size: 13.33333px;
  line-height: 16px;
  padding-left: 27px;
}
.checkbox-content .checkbox-box label a {
  color: #C00D0D;
  text-decoration: underline;
}
.checkbox-content .checkbox-box label a:hover {
  opacity: 0.9;
}

.form-box .button-box {
  display: flex;
  justify-content: center;
}
.form-box .row-box {
  display: flex;
  margin: 0 -10px;
}
.form-box .row-box .col-box {
  padding: 0 10px;
  width: 50%;
}

.content-box-3-2 {
  background: #C00D0D;
  color: #fff;
  padding: 25px 0;
}
.content-box-3-2 a {
  color: #fff;
}
.content-box-3-2 a:hover {
  opacity: 0.9;
  color: #fff;
}
.content-box-3-2 .boxes-9 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-box-3-2 .boxes-9 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.content-box-3-2 .boxes-9 .row-box .col-box {
  padding: 0 20px;
  width: 33.33333%;
}
.content-box-3-2 .boxes-9 .row-box .col-box .txt-1 {
  font-size: 13.3333px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-box-3-2 .boxes-9 .row-box .col-box .txt-2 {
  font-size: 11px;
  line-height: 17px;
}

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

.color-gray {
  color: #3C3C3B !important;
}

.text-1 {
  font-size: 13.3333px;
}

.main-content-2 {
  padding: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  background: rgba(60, 60, 59, 0.5);
  padding: 30px;
}
.popup .popup-content {
  width: 772px;
  position: relative;
  margin: 0 auto;
  overflow: auto;
  max-height: calc(100vh - 60px);
  max-width: 100%;
  padding: 10px 30px 30px 30px;
  background: rgb(237, 237, 237);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.popup .p-title {
  padding: 0 60px 0 20px;
  color: rgb(60, 60, 59);
  font-size: 23px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid rgb(60, 60, 59);
}
.popup .image-1 {
  text-align: center;
  padding-top: 10px;
}

.close-popup {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 7px;
  border-radius: 50%;
  right: 20px;
  border: 1px solid #3c3c3b;
  background: url("../../img/frontend/icons/19.png") 7px 7px no-repeat;
}

.main-content-3 {
  padding: 36px 0 45px 0;
}

.title-2 {
  margin-bottom: 24px;
  text-align: center;
}
.title-2 h1, .title-2 h2 {
  margin: 0;
  color: rgb(192, 13, 13);
  font-size: 23px;
  font-weight: bold;
}

.content-box-4 {
  display: flex;
}
.content-box-4 .row-box {
  display: flex;
}
.content-box-4 .col-box-1 {
  width: 432px;
  margin-right: 18px;
  background: #D49B9B;
  padding: 40px;
  flex-shrink: 0;
  margin-bottom: 18px;
  text-align: center;
}
.content-box-4 .col-box-1 .txt-1 {
  display: inline-block;
  font-size: 47px;
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  height: 59px;
  line-height: 59px;
  background: #C00D0D;
  width: 137px;
}
.content-box-4 .col-box-1 .txt-2 {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 0;
}
.content-box-4 .col-box-1 .btn-1 {
  display: inline-block;
  width: 100%;
}
.content-box-4 .col-box-2 {
  margin-bottom: 18px;
  width: 100%;
  background: #535556;
  color: #fff;
}
.content-box-4 .content-box-4-2 {
  padding: 40px 80px;
}

.content-box-5 {
  background: rgba(237, 237, 237, 0.84);
  padding: 40px 0;
}

.table-1 {
  overflow: auto;
}
.table-1 table {
  width: 100%;
}
.table-1 table tr td, .table-1 table tr th {
  padding: 5px 10px 3px 10px;
  border-bottom: 1px solid rgba(60, 60, 59, 0.5);
}
.table-1 table tr th {
  border-bottom: 1px solid rgb(60, 60, 59);
  padding-bottom: 8px;
}

.content-box-6 {
  display: flex;
}
.content-box-6 .col-box-left {
  width: 524px;
  background: rgb(83, 85, 86);
  padding: 18px 100px 40px 100px;
  color: #fff;
  flex-shrink: 0;
}
.content-box-6 .col-box-left .txt-1 {
  font-size: 19px;
  margin-bottom: 20px;
}
.content-box-6 .col-box-left .button-box {
  display: flex;
  justify-content: center;
}
.content-box-6 .col-box-right {
  background: rgba(237, 237, 237, 0.84);
  width: 100%;
  padding: 78px 124px;
}
.content-box-6 .col-box-right .button-box {
  display: flex;
  justify-content: center;
}
.content-box-6 .col-box-right .button-box .btn-1 {
  margin: 0 8px;
}
.content-box-6 .col-box-right .button-box-1 {
  text-align: center;
  margin-top: 36px;
}

.btn-1 {
  display: inline-block;
}

.boxes-9 {
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.boxes-9 .row-box {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}
.boxes-9 .row-box .col-box {
  width: 33.3333%;
  margin-bottom: 16px;
  padding: 0 8px;
}
.boxes-9 .row-box .col-box .box-9 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.boxes-9 .row-box .col-box .box-9 label {
  display: block;
  cursor: pointer;
  width: 100%;
}
.boxes-9 .row-box .col-box .box-9 .icon {
  margin-bottom: 7px;
}
.boxes-9 .row-box .col-box .box-9 .icon-color {
  width: 100%;
  margin-bottom: 7px;
  height: 92px;
}
.boxes-9 .row-box .col-box .box-9 .icon-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0;
}

.box-9 .checked + .label-txt {
  color: #D22D26;
}

.boxes-9-1 {
  border-bottom: none;
}

.boxes-9-2 {
  border-bottom: none;
}
.boxes-9-2 .row-box .col-box {
  width: 20%;
}

.boxes-9-1 .box-9, .boxes-9-2 .box-9 {
  position: relative;
}
.boxes-9-1 .box-9 .iradio, .boxes-9-2 .box-9 .iradio {
  position: absolute;
}
.boxes-9-1 .box-9 .iradio.checked, .boxes-9-2 .box-9 .iradio.checked {
  border: 2px solid rgb(192, 13, 13);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
}

.btn-1-2 {
  border-color: #D22D26;
  color: #D22D26;
}
.btn-1-2:hover {
  background: #D22D26;
}

.link-3 {
  color: #3C3C3B;
  font-size: 13.333px;
  text-decoration: underline;
}
.link-3:hover {
  color: #3C3C3B;
  text-decoration: underline;
  opacity: 0.85;
}

/* *** SAMOUCZEK *** */
.content-box-7 {
  display: flex;
}
.content-box-7 .col-left {
  width: 50%;
  background: #535556;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  padding: 60px;
}
.content-box-7 .col-left .button-box a {
  margin: 0 5px;
}
.content-box-7 .col-right {
  width: 50%;
}

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

.main-content-3 {
  min-height: calc(100vh - 214px);
}

.content-box-8 {
  background: #535556;
  color: #fff;
}
.content-box-8 .content-box-8-1 {
  display: none;
}
.content-box-8 .content-box-8-1 .flex-box {
  width: 100%;
  display: flex;
}
.content-box-8 .content-box-8-1 .col-right {
  width: 878px;
  flex-shrink: 0;
  min-height: 763px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.content-box-8 .content-box-8-1 .col-right figure {
  display: none;
}
.content-box-8 .content-box-8-1 .col-right .button-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 12px;
}
.content-box-8 .content-box-8-1 .col-right .button-box .btn-1 {
  width: auto;
  min-width: auto;
  margin: 0 5px;
}
.content-box-8 .content-box-8-1 .col-left {
  width: calc(100% - 878px);
  position: relative;
  padding: 30px 35px;
  padding-bottom: 65px;
}
.content-box-8 .content-box-8-1 .col-left .buttons-1 a {
  margin-right: 10px;
}
.content-box-8 .content-box-8-1 .col-left .buttons-1 a:hover {
  opacity: 0.9;
}
.content-box-8 .content-box-8-1 .col-left .text a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.content-box-8 .content-box-8-1 .col-left .text a:hover {
  text-decoration: underline;
  color: #fff;
  opacity: 0.85;
}
.content-box-8 .content-box-8-1 .col-left .title-2 {
  text-align: left;
}
.content-box-8 .content-box-8-1 .col-left .title-2 h2 {
  color: #fff;
}
.content-box-8 .content-box-8-1 .col-left .button-box {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.content-box-8 .slider-controls {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.content-box-8 .slider-controls div {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 27px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
}
.content-box-8 .slider-controls div.current {
  background: #C00D0D;
  border-color: #C00D0D;
}

.text p:last-child {
  margin-bottom: 0;
}
.text hr {
  margin-bottom: 25px;
}
.text ul {
  padding-left: 0;
  list-style: none;
}
.text ul li {
  margin-bottom: 10px;
  padding-left: 23px;
  position: relative;
}
.text ul li:after {
  background: #EDEDED;
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
}
.text ul li:last-child {
  margin-bottom: 0;
}

/* *** KOSZYK *** */
.steps-box {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  margin-bottom: 50px;
}
.steps-box .txt {
  color: #3C3C3B;
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
}
.steps-box .line {
  height: 1px;
  margin: 0 60px;
  background: #C00D0D;
  width: 100%;
}
.steps-box .current {
  color: #C00D0D;
}

.bk-title {
  background: #3C3C3B;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5px 16px;
  font-size: 19px;
}
.bk-title .icon {
  margin-right: 30px;
}
.bk-title .bk-title-txt {
  padding-top: 4px;
}

.bk-table table {
  width: 100%;
}
.bk-table table th, .bk-table table td {
  padding: 19px 26px;
}

.bg-1 {
  background: #EDEDED;
}

.bg-2 {
  background: rgba(237, 237, 237, 0.6);
}

.quantity-box input {
  width: 53px;
  height: 20px;
  border: none;
  background: #fff;
  padding: 0 0 0 10px;
}

.border-1 {
  border-left: 10px solid #fff;
}

.border-2 {
  border-bottom: 3px solid #fff;
}

.summary-content {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgb(60, 60, 59);
}
.summary-content .summary-box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: rgba(226, 226, 226, 0.6);
  padding: 0 0 0 108px;
}
.summary-content .summary-box .buttons-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.summary-content .summary-box .txt-1 {
  padding: 15px 30px 30px 15px;
  color: rgb(60, 60, 59);
  font-size: 19px;
  font-weight: bold;
  text-align: right;
}
.summary-content .summary-box .txt-1 span {
  color: rgb(192, 13, 13);
  margin-left: 40px;
}

.bk-content-box-1 {
  display: flex;
}
.bk-content-box-1 .col-left {
  padding: 35px 90px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 848px;
  flex-shrink: 0;
}
.bk-content-box-1 .col-right {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: rgba(237, 237, 237, 0.6);
  padding: 35px 50px;
}

.bk-form {
  padding-top: 25px;
}
.bk-form .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.bk-form .row-box .col-box {
  padding: 0 17px;
  width: 50%;
}
.bk-form .checkbox-content {
  margin-bottom: 0;
}

.table-2 table {
  width: 100%;
}
.table-2 table tr td {
  padding-bottom: 9px;
}
.table-2 table tr td:last-child {
  text-align: right;
  padding-left: 10px;
  border-left: 1px solid rgb(60, 60, 59);
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.table-2 table tr td:first-child {
  padding-right: 10px;
}
.table-2 table tr:last-child td {
  font-size: 16px;
}
.table-2 table tr:last-child td:last-child {
  color: rgb(192, 13, 13);
}
.table-2 table tr:last-child td:first-child {
  text-align: right;
}

.success-box {
  text-align: center;
  padding: 120px 0;
}

.content-box-9 {
  background: #535556;
  display: flex;
  width: 100%;
}

.boxes-10 {
  margin-top: -60px;
}
.boxes-10 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  justify-content: space-between;
}
.boxes-10 .row-box .col-box {
  margin-top: 60px;
  padding: 0 30px;
  max-width: 50%;
}
.boxes-10 .row-box .col-box .box-10 {
  display: block;
  background: #C00D0D;
  height: 100%;
  color: #fff;
}
.boxes-10 .row-box .col-box .box-10 .txt {
  padding: 23px 70px 21px 30px;
  font-size: 19px;
  background: url("../../img/frontend/icons/23.png") calc(100% - 30px) center no-repeat;
}
.boxes-10 .row-box .col-box .box-10:hover {
  opacity: 0.9;
}

.title-2 h1 span {
  font-weight: normal;
}

.title-2 {
  position: relative;
}
.title-2 .title-2-button {
  position: absolute;
  top: 3px;
  left: 25px;
}

.content-box-10 {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  background: #EDEDED;
  padding: 20px 50px;
}

.boxes-11 {
  margin-bottom: -40px;
}
.boxes-11 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -54px;
}
.boxes-11 .row-box .col-box {
  width: 33.3333%;
  padding: 0 54px;
  margin-bottom: 40px;
}
.boxes-11 .row-box .col-box .box-11 {
  background: #fff;
  padding: 20px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.boxes-11 .row-box .col-box .box-11 figure {
  text-align: center;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxes-11 .row-box .col-box .box-11 .txt-1 {
  font-weight: bold;
  font-size: 16px;
}
.boxes-11 .row-box .col-box .box-11 .txt-1 span {
  display: block;
  color: #C00D0D;
  font-size: 13.3333px;
}
.boxes-11 .row-box .col-box .box-11 .description {
  display: flex;
  justify-content: space-between;
  align-items: bottom;
}
.boxes-11 .row-box .col-box .box-11 .description .data-boxes {
  margin-left: -24px;
  display: flex;
  align-items: flex-end;
}
.boxes-11 .row-box .col-box .box-11 .description .data-box {
  margin-right: 16px;
}
.boxes-11 .row-box .col-box .box-11 .description .data-box .txt-2 {
  color: #3C3C3B;
  font-size: 11px;
  text-align: right;
  margin-bottom: 5px;
}
.boxes-11 .row-box .col-box .box-11 .description .data-box .txt-2-1 {
  text-align: left;
}
.boxes-11 .row-box .col-box .box-11 .description .data-box-1 {
  width: 92px;
}
.boxes-11 .row-box .col-box .box-11 .description .data-box-2 {
  width: 53px;
}

.x-select {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.x-quantity {
  width: 100%;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.x-quantity input {
  width: 100%;
  height: 20px;
  font-size: 11px;
  border: none;
  padding: 0 10px;
  display: block;
  padding-top: 3px;
  font-size: 16px;
  background: #EDEDED;
}
.x-quantity .plus {
  width: 7px;
  display: block;
  position: absolute;
  top: 3px;
  right: 5px;
  height: 5px;
  background: url("../../img/frontend/icons/26.png") center no-repeat;
}
.x-quantity .plus:hover {
  opacity: 0.9;
}
.x-quantity .minus {
  width: 7px;
  display: block;
  position: absolute;
  bottom: 3px;
  right: 5px;
  height: 5px;
  background: url("../../img/frontend/icons/27.png") center no-repeat;
}
.x-quantity .minus:hover {
  opacity: 0.9;
}

.x-select select {
  width: 100%;
  height: 20px;
  font-size: 11px;
  border: none;
  padding: 0 10px;
  -webkit-appearance: none;
  background: #EDEDED url("../../img/frontend/icons/25.png") calc(100% - 5px) center no-repeat;
}

.btn-basket-1:hover {
  opacity: 0.8;
}

.filtration-box {
  display: flex;
  padding-bottom: 20px;
}
.filtration-box .filtr-box {
  margin-right: 40px;
}

.select-2 select {
  background: none;
  -webkit-appearance: none;
  padding-right: 15px;
  background: #EDEDED url("../../img/frontend/icons/25.png") right 7px no-repeat;
  border: none;
}

.content-box-11 {
  background: #EDEDED;
  padding: 20px;
  display: flex;
}
.content-box-11 figure {
  flex-shrink: 0;
  width: 324px;
  height: 324px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-right: 70px;
}
.content-box-11 .description {
  padding-top: 15px;
}
.content-box-11 .description .name {
  font-weight: bold;
  color: #C00D0D;
  font-size: 16px;
  margin-bottom: 25px;
}
.content-box-11 .description .text {
  width: 680px;
  max-width: 100%;
  margin-bottom: 25px;
}
.content-box-11 .description .txt-1 {
  font-weight: bold;
}
.content-box-11 .description .txt-1 span {
  color: #C00D0D;
  margin-left: 20px;
}

.content-box-11-1 {
  margin-top: 25px;
  margin-right: -70px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.content-box-11-1 .col-box {
  margin-left: 16px;
}
.content-box-11-1 .col-box label {
  font-size: 11px;
  text-align: right;
  display: block;
  margin-bottom: 5px;
}
.content-box-11-1 .col-box select {
  background-color: #fff;
  width: 92px;
}
.content-box-11-1 .col-box input {
  background-color: #fff;
  width: 65px;
}
.content-box-11-1 .col-box .button-box {
  margin-left: 40px;
}

.content-box-12 {
  padding: 27px 108px;
  background: #EDEDED;
}
.content-box-12 .content-box-12-1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.content-box-12 .checkbox-content {
  padding-bottom: 7px;
  margin-bottom: 0;
}
.content-box-12 .title-1 {
  margin-bottom: 20px;
}
.content-box-12 .button-box {
  padding-left: 40px;
}
.content-box-12 .button-box-1 {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.content-box-12 .button-box-1 .btn-1:first-child {
  margin-bottom: 20px;
}
.content-box-12 .description {
  width: 756px;
  max-width: 100%;
}
.content-box-12 .description .text {
  margin-bottom: 25px;
}
.content-box-12 .description .txt-1 {
  font-size: 13.33333px;
  font-weight: bold;
  margin-bottom: 25px;
}
.content-box-12 .description .txt-1 table tr td {
  padding-right: 30px;
  padding-bottom: 10px;
}
.content-box-12 .description .txt-1 table tr:last-child td {
  padding-bottom: 0;
}
.content-box-12 .content-box-12-2 {
  margin-bottom: 32px;
  display: flex;
}
.content-box-12 .content-box-12-2 .col-box {
  margin-right: 16px;
}
.content-box-12 .content-box-12-2 .col-box-3-1 {
  position: relative;
}
.content-box-12 .content-box-12-2 .btn-edit {
  position: absolute;
  top: 13px;
  right: -50px;
}
.content-box-12 .content-box-12-2 label {
  display: block;
  font-size: 13.3333px;
  margin-bottom: 2px;
}
.content-box-12 .content-box-12-2 input {
  height: 30px;
  display: block;
  background: #fff;
  border: none;
  padding: 0 15px;
}
.content-box-12 .content-box-12-2 .error {
  border: 1px solid #BC1620;
}
.content-box-12 .content-box-12-2 .x-width-1 {
  width: 170px;
}
.content-box-12 .content-box-12-2 .x-width-2 {
  width: 540px;
}
.content-box-12 .content-box-12-2 .txt-2 {
  font-size: 11px;
  padding-top: 28px;
  margin-left: -5px;
}

.title-1-1 h2, .title-1-1 h1 {
  color: #C00D0D;
}

.number-account {
  color: #3C3C3B;
  font-size: 11px;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0 10px 0 10px;
  margin-top: -5px;
  margin-bottom: 20px;
  letter-spacing: 7px;
}
.number-account .btn-edit {
  margin-left: 15px;
}
.number-account .btn-edit:hover {
  opacity: 0.85;
}

.content-box-12 .description {
  min-height: 315px;
  flex-shrink: 0;
}

.content-box-12 .content-box-12-2 .col-box-3 {
  position: relative;
}

.number-account {
  padding-top: 13px;
}

.number-account-1 {
  padding-left: 0;
}

.content-box-13 {
  background: #EDEDED;
  padding: 38px 0;
}
.content-box-13 .row-box {
  margin: 0 -70px;
  display: flex;
  flex-wrap: wrap;
}
.content-box-13 .row-box .col-box {
  width: 50%;
  padding: 0 70px;
}
.content-box-13 .row-box .col-box:first-child {
  border-right: 1px solid #3C3C3B;
}

.content-box-14 {
  padding: 38px 0;
}
.content-box-14 .text-1 a {
  color: #C00D0D;
  text-decoration: underline;
}
.content-box-14 .text-1 a:hover {
  color: #C00D0D;
  text-decoration: underline;
  opacity: 0.85;
}
.content-box-14 .text-1 {
  margin-bottom: 25px;
}
.content-box-14 .button-box {
  display: flex;
  justify-content: center;
}

.checkbox-content-1 {
  margin-bottom: 0;
}
.checkbox-content-1 .checkbox-box {
  margin-bottom: 25px;
}

.checkbox-content .checkbox-box-txt label {
  padding-left: 0;
}

.checkbox-content-2 {
  display: flex;
}
.checkbox-content-2 .checkbox-box {
  margin-right: 30px;
}

.text-1 h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
}

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

.more-content {
  margin-bottom: 25px;
}
.more-content .more-button {
  text-align: center;
  padding-bottom: 4px;
}
.more-content .more-box {
  display: none;
}

.link-4 {
  color: #3C3C3B;
  font-size: 11px;
  background: url("../../img/frontend/icons/27.png") right center no-repeat;
  padding-right: 14px;
}
.link-4:hover {
  color: #3C3C3B;
  opacity: 0.85;
}

.link-4.active {
  background: url("../../img/frontend/icons/26.png") right center no-repeat;
}

.menu-1 {
  background: rgba(60, 60, 59, 0.5);
}
.menu-1 ul {
  display: flex;
  margin: 0;
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  justify-content: space-around;
}
.menu-1 ul li {
  padding: 0 15px;
  text-align: center;
}
.menu-1 ul li a {
  display: block;
  padding: 15px 0 10px 0;
  font-size: 13.33333px;
  color: #fff;
}
.menu-1 ul .current a {
  font-weight: bold;
}
.menu-1 ul li a:hover {
  font-weight: bold;
}

.content-box-15 {
  display: flex;
}
.content-box-15 .col-left {
  width: 308px;
  margin-right: 16px;
  flex-shrink: 0;
}
.content-box-15 .col-right {
  width: 100%;
}

.box-12 {
  background: rgb(212, 155, 155);
  text-align: center;
  height: 100%;
  padding: 25px;
}
.box-12 .txt-1 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 44px;
}
.box-12 .txt-2 {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 33px;
  height: 59px;
  line-height: 59px;
  background: rgb(192, 13, 13);
  padding: 0 30px;
}

.content-box-15-1 {
  background: rgba(237, 237, 237, 0.85);
  padding: 25px 45px;
  width: 100%;
}

.table-3 table {
  width: 100%;
}
.table-3 table tr td:first-child {
  padding-left: 0;
}
.table-3 table tr td {
  padding-bottom: 30px;
  padding-left: 20px;
}
.table-3 table tr:last-child td {
  padding-bottom: 0;
}

.boxes-12 .row-box {
  display: flex;
  margin: 0 -8px;
}
.boxes-12 .row-box .col-box {
  margin-top: 16px;
  padding: 0 8px;
  width: 50%;
}

.box-12-1 {
  background: #3C3C3B;
}
.box-12-1 .txt-1 {
  font-weight: normal;
  margin-bottom: 24px;
}
.box-12-1 .txt-2 {
  background: #EDEDED;
  color: #3C3C3B;
}

.menu-1-content + .main-content-3 {
  min-height: calc(100vh - 256px);
}

.table-4 table {
  width: 100%;
}
.table-4 table tr td, .table-4 table tr th {
  width: 25%;
  text-align: center;
  padding: 28px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #3C3C3B;
  color: #fff;
}
.table-4 table tr .td-more {
  background: #EDEDED;
  padding: 0;
  border-top: none;
  border-bottom: none;
}

.table-5 table {
  border-collapse: collapse;
  border-spacing: 0 0;
}
.table-5 table tr td, .table-5 table tr th {
  padding: 20px 28px;
  width: auto;
  border-top: none;
  text-align: left;
  border-bottom: none;
  background: none;
  color: #3C3C3B;
  width: auto;
}
.table-5 table tr td:first-child, .table-5 table tr th:first-child {
  text-align: left;
}
.table-5 table tr .btn-pdf {
  margin-left: 7px;
}
.table-5 table .tr-summary {
  border-top: 1px solid #3C3C3B;
}
.table-5 table .tr-summary td:last-child {
  color: #C00D0D;
  font-size: 19px;
}

.btn-3 {
  width: 29px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url("../../img/frontend/icons/30.png") center no-repeat;
}

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

.btn-pdf {
  font-weight: bold;
  color: #3C3C3B;
  display: inline-block;
  padding: 5px 0;
  padding-left: 28px;
  background: url("../../img/frontend/icons/33.png") left center no-repeat;
}
.btn-pdf:hover {
  opacity: 0.9;
  color: #3C3C3B;
}

.tr-more {
  display: none;
}

.content-box-16 {
  padding: 50px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1490196078);
}
.content-box-16 .content-box-16-1 .row-box {
  display: flex;
  justify-content: space-between;
}
.content-box-16 .content-box-16-1 .col-box {
  width: 416px;
}
.content-box-16 .content-box-16-2 {
  font-size: 12px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-box-16 .txt-2 {
  margin-top: 20px;
  display: flex;
}
.content-box-16 .txt-2 .txt-2-1 {
  margin-right: 40px;
}

.content-box-17 {
  background: rgba(237, 237, 237, 0.84);
  padding: 37px 0;
}
.content-box-17 .txt-1 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(192, 13, 13);
  padding-bottom: 5px;
  font-size: 16px;
}
.content-box-17 .txt-1 .txt-1-2 {
  font-size: 19px;
  font-weight: bold;
  color: rgb(192, 13, 13);
}

.table-6 {
  overflow: auto;
  font-size: 16px;
}
.table-6 table {
  width: 100%;
}
.table-6 table tr td, .table-6 table tr th {
  padding-top: 10px;
  padding-right: 20px;
}
.table-6 table tr th {
  border-bottom: 1px solid rgb(60, 60, 59);
  padding-top: 12px;
  padding-bottom: 10px;
}

.status-1 {
  font-weight: bold;
  font-size: 13.3333px;
  background: url("../../img/frontend/icons/34.png") left center no-repeat;
  padding-left: 25px;
}

.status-2 {
  font-weight: bold;
  font-size: 13.3333px;
  background: url("../../img/frontend/icons/35.png") left center no-repeat;
  padding-left: 25px;
}

.status-3 {
  font-weight: bold;
  font-size: 13.3333px;
  background: url("../../img/frontend/icons/36.png") left center no-repeat;
  padding-left: 25px;
}

.content-box-18 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 37px 0;
}

.content-box-19 .row-box {
  margin: 0 -9px;
  display: flex;
  flex-wrap: wrap;
}
.content-box-19 .row-box .col-box {
  padding: 0 9px;
  width: 50%;
}
.content-box-19 .content-box-19-1 {
  background: #EDEDED;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 75px 30px;
}
.content-box-19 .content-box-19-1 .txt-1 {
  font-size: 13.3333px;
}
.content-box-19 .content-box-19-1 figure {
  height: 122px;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}
.content-box-19 .content-box-19-1 .btn-1, .content-box-19 .content-box-19-1 .select-1 {
  width: 216px;
  margin: 0 auto;
}
.content-box-19 .content-box-19-1 .button-box {
  margin-top: 20px;
}
.content-box-19 .content-box-19-1-2 .btn-1 {
  width: auto;
}

.select-1 select {
  height: 37px;
  background: none;
  width: 100%;
  padding: 0 15px;
  -webkit-appearance: none;
  background: #EDEDED url("../../img/frontend/icons/25.png") calc(100% - 10px) center no-repeat;
  border: 1px solid #707070;
}

.content-box-20 {
  margin-top: 13px;
  display: flex;
  background: rgba(83, 85, 86, 0.48);
}
.content-box-20 figure {
  width: 216px;
  text-align: center;
  background: rgb(237, 237, 237);
}
.content-box-20 .content-box-20-1 {
  height: 131px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 48px;
}
.content-box-20 .content-box-20-1 label {
  color: rgb(237, 237, 237);
  font-size: 13.3333px;
  font-weight: bold;
  margin-bottom: 5px;
}
.content-box-20 .content-box-20-1 .input-box-1 {
  width: 440px;
}

.input-box-1 {
  border: 1px solid rgb(237, 237, 237);
  padding: 1px;
}
.input-box-1 input {
  padding: 0 20px;
  background: rgb(237, 237, 237);
  height: 29px;
  border: none;
  width: 100%;
}

.content-box-21 {
  padding: 80px 0;
  background: rgba(237, 237, 237, 0.6);
}
.content-box-21 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px;
}
.content-box-21 .row-box .col-box {
  padding: 0 35px;
  width: 33.3333%;
}
.content-box-21 .button-box {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.content-box-21 .button-box button {
  width: calc(33.3333% - 50px);
}

.file-box {
  margin-bottom: 20px;
  height: 37px;
  display: block;
  border: none;
  color: #3C3C3B;
  border: 1px solid #707070;
  padding: 10px 15px;
  background: none;
  width: 100%;
  border: 1px solid rgb(192, 13, 13);
  background: #fff;
  position: relative;
  cursor: pointer;
}
.file-box .file-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 13.3333px;
  justify-content: center;
  padding: 0 10px;
  padding-top: 2px;
}
.file-box input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.file-box-1 {
  height: 120px;
  display: block;
  border: none;
  color: #3C3C3B;
  background: none;
  margin: 20px auto;
  width: 120px;
  position: relative;
  cursor: pointer;
}
.file-box-1 .file-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 13.3333px;
  justify-content: center;
  padding: 0 10px;
  padding-top: 3px;
}
.file-box-1 input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.slider-1 {
  margin-right: 70px;
  position: relative;
  width: 324px;
  flex-shrink: 0;
}
.slider-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-1 .bx-controls {
  display: none;
}
.slider-1 figure {
  margin: 0 !important;
}
.slider-1 .prev-box, .slider-1 .next-box {
  position: absolute;
  bottom: 10px;
  width: 23px;
  height: 23px;
  z-index: 1000;
}
.slider-1 .prev-box {
  left: 50%;
  margin-left: -34px;
}
.slider-1 .next-box {
  right: 50%;
  margin-right: -34px;
}
.slider-1 .bx-prev, .slider-1 .bx-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  text-indent: -9999999px;
}
.slider-1 .bx-prev {
  background: url("../../img/frontend/icons/41.png") no-repeat;
}
.slider-1 .bx-next {
  background: url("../../img/frontend/icons/42.png") no-repeat;
}
.slider-1 .prev-box:hover, .slider-1 .next-box:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.nav-tabs-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
}
.nav-tabs-1 ul li {
  margin: 0 16px 16px 0;
}
.nav-tabs-1 ul li button {
  padding: 15px 20px 13px 20px;
  display: block;
  text-align: center;
  border: 1px solid #3C3C3B;
  background: #fff;
  color: #3C3C3B;
  min-width: 200px;
  font-size: 13.3333px;
  font-weight: bold;
}
.nav-tabs-1 ul li .is-checked {
  border: 1px solid #C00D0D;
}

.boxes-13 {
  padding-top: 4px;
}
.boxes-13 .row-box {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}
.boxes-13 .row-box .col-box {
  width: 50%;
  margin-bottom: 25px;
  padding: 0 8px;
}

.box-13 {
  display: flex;
  background: #EDEDED;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.box-13:hover {
  opacity: 0.9;
}
.box-13 .image {
  background-size: cover;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  height: 137px;
  width: calc(100% - 120px);
}
.box-13 .button-box {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 14px 0;
}
.box-13 .date {
  color: #EDEDED;
  font-size: 11px;
  font-weight: bold;
  background: #C00D0D;
  width: 92px;
  text-align: center;
  height: 19px;
  line-height: 20px;
}
.box-13 .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  padding: 13px 24px;
  background: #535556;
}

.link-5 {
  color: #3C3C3B;
  font-size: 11px;
  display: inline-block;
  padding-right: 25px;
  background: url("../../img/frontend/icons/43.png") center right no-repeat;
}

.title-3 {
  text-align: center;
  margin-bottom: 20px;
}
.title-3 h2 {
  margin: 0;
  font-size: 19px;
  font-weight: normal;
}

.text h2 {
  font-weight: bold;
  font-size: 19px;
}

.article-content {
  width: 1096px;
  margin: 0 auto;
  max-width: 100%;
}

.video-box {
  margin-bottom: 25px;
  background: rgba(237, 237, 237, 0.9);
  text-align: center;
}
.video-box .video {
  width: 632px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  margin: 0 auto;
  max-width: 100%;
}

.article-box .row-box {
  display: flex;
  margin: 0 -10px;
}
.article-box .row-box .col-box {
  padding: 0 10px;
  width: 50%;
}

.line-1 {
  padding-left: 16px;
  font-weight: bold;
  border-left: 16px solid rgb(192, 13, 13);
}

.content-box-22 {
  display: flex;
}
.content-box-22 .col-left {
  width: 416px;
  margin-right: 15px;
  flex-shrink: 0;
}
.content-box-22 .col-right {
  width: 100%;
}

.box-14 {
  margin-bottom: 40px;
  background: #3C3C3B;
  padding: 17px 95px;
  color: #fff;
}
.box-14 .txt-1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.box-14 .txt-1 a {
  color: #fff;
  background: url("../../img/frontend/icons/44.png") right center no-repeat;
  display: block;
  padding-right: 40px;
}
.box-14 .txt-2 {
  font-size: 13.3333px;
}
.box-14 .txt-2 a {
  color: #fff;
  opacity: 0.9;
}
.box-14 .buttons-1 {
  display: flex;
}
.box-14 .buttons-1 a {
  display: block;
  width: 50%;
  height: 32px;
  line-height: 32px;
  background: #fff;
  color: #3C3C3B;
  font-size: 13.3333px;
  text-align: center;
}
.box-14 .buttons-1 a.current {
  background: #C00D0D;
  color: #fff;
}
.box-14 .buttons-1 a:hover {
  opacity: 0.85;
}

.box-14-1 {
  background: #C00D0D;
  margin-bottom: 5px;
}
.box-14-1 .txt-3 {
  border: 1px solid #fff;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-size: 23px;
}
.box-14-1 .txt-3 strong {
  font-size: 47px;
}
.box-14-1 .txt-4 {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
}
.box-14-1 .txt-4 .txt-4-1 {
  font-size: 13.333px;
  padding-right: 15px;
}
.box-14-1 .txt-1 + .txt-4 {
  padding-top: 0;
}
.box-14-1 .progress-box {
  border: 1px solid #fff;
  padding: 3px;
  margin-top: 13px;
}
.box-14-1 .progress-cols {
  display: flex;
  margin: 0;
  position: relative;
}
.box-14-1 .progress-cols .prog-box {
  background: #EDEDED;
  width: 33.33333%;
  height: 18px;
  position: relative;
}
.box-14-1 .progress-cols .prog-box:after {
  width: 4px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: -2px;
  background: #C00D0D;
}
.box-14-1 .progress-cols .prog-box:first-child:after {
  display: none;
}
.box-14-1 .progress-procent {
  height: 20px;
  position: absolute;
  background: #C00D0D;
  top: 0;
  left: 0;
  z-index: 2;
}

.content-box-22 .article-content {
  padding: 0 50px;
  width: 100%;
}
.content-box-22 .article-content figure, .content-box-22 .article-content .video-box {
  margin-left: -50px;
  margin-right: -50px;
}
.content-box-22 .video {
  width: 310px;
}

.content-box-23 {
  background: #EDEDED;
  padding: 30px 48px;
}

.text figure {
  margin-bottom: 30px;
}

.question-txt {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 30px;
}

.question-content {
  width: 475px;
  margin: 0 auto;
  max-width: 100%;
}
.question-content .name {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 17px;
  text-align: center;
}
.question-content .button-box {
  display: flex;
  justify-content: center;
}

.boxes-15 {
  padding-bottom: 22px;
}
.boxes-15 .box-15 {
  margin-bottom: 18px;
  display: block;
  cursor: pointer;
}
.boxes-15 .box-15 label {
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.boxes-15 .box-15 label .iradio, .boxes-15 .box-15 label .icheckbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.boxes-15 .box-15 label .txt-1 {
  display: flex;
  align-items: center;
  padding: 14px;
  background: #fff;
}
.boxes-15 .box-15 label .txt-1 .txt-1-1 {
  font-weight: bold;
  flex-shrink: 0;
  font-size: 19px;
  padding-right: 7px;
}
.boxes-15 .box-15 label .txt-1 .txt-1-2 {
  font-size: 13px;
}
.boxes-15 .box-15 label .checked + .txt-1 {
  color: #fff;
  background: rgba(60, 60, 59, 0.9);
}

.content-box-22 .col-left .box-14:last-child {
  margin-bottom: 0;
}

.content-box-23 {
  height: 100%;
}

.boxes-15-1 {
  width: 313px;
  margin: 0 auto;
  max-width: 100%;
}

.boxes-15 {
  padding-bottom: 10px;
}

.boxes-15 .box-15 label .image, .boxes-15 .box-15 label .image {
  display: block;
}

.boxes-15 .box-15 label .iradio.checked + .image, .boxes-15 .box-15 label .icheckbox.checked + .image {
  border: 4px solid #3C3C3B;
}

.boxes-15 .box-15 label .txt-1 {
  min-height: 62px;
}

#sortable .box-15 .txt-1 {
  background: #fff url("../../img/frontend/icons/45.png") calc(100% - 15px) center no-repeat;
  padding-right: 35px;
}

.font-19 {
  font-size: 19px;
}

.table-4-1 table tr th {
  background: none;
  padding-top: 0;
  padding-bottom: 5px;
  color: #3C3C3B;
  font-size: 13.3333px;
  font-weight: normal;
}
.table-4-1 table tr td, .table-4-1 table tr th {
  width: auto;
}
.table-4-1 table tr th:first-child, .table-4-1 table tr td:first-child {
  text-align: left;
}
.table-4-1 .tr-more .td-more {
  color: #3C3C3B;
  background: #fff;
}

.table-4 .no-active {
  position: relative;
}
.table-4 .no-active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #fff;
  opacity: 0.5;
}
.table-4 .no-active td {
  color: rgb(237, 237, 237);
}

.content-box-24 {
  padding: 25px 0;
  border-bottom: 1px solid #3C3C3B;
}
.content-box-24 .name {
  padding: 0 90px;
  font-weight: bold;
  border-bottom: 1px solid #3C3C3B;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-box-24 .content-box-24-1 {
  padding: 0 90px;
  display: flex;
}
.content-box-24 .content-box-24-1 .txt-1 {
  text-align: center;
  padding: 0 0 10px 0;
  min-height: 30px;
}
.content-box-24 .content-box-24-1 .col-box-1 {
  height: 100%;
  width: 252px;
  flex-shrink: 0;
}
.content-box-24 .content-box-24-1 .col-box-1 .txt-2 {
  background: rgba(192, 13, 13, 0.48);
  font-size: 13px;
  line-height: 16px;
  padding: 16px;
  height: calc(100% - 30px);
  color: #fff;
  min-height: 62px;
}
.content-box-24 .content-box-24-1 .col-box-2 {
  width: 252px;
  height: 100%;
  flex-shrink: 0;
}
.content-box-24 .content-box-24-1 .col-box-2 .txt-2 {
  background: rgb(237, 237, 237);
  font-size: 13px;
  height: calc(100% - 30px);
  line-height: 16px;
  padding: 16px;
  color: rgb(60, 60, 59);
  min-height: 62px;;
}
.content-box-24 .content-box-24-1 .col-box-3 {
  width: 100%;
  min-width: 163px;
}
.content-box-24 .content-box-24-1 .col-box-3 .txt-2 {
  background: rgb(192, 13, 13);
  display: flex;
  height: calc(100% - 30px);
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: rgb(237, 237, 237);
  font-size: 23px;
  font-weight: bold;
}

.boxes-16 .box-16 {
  display: flex;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgb(192, 13, 13);
  align-items: center;
  color: rgb(60, 60, 59);
}
.boxes-16 .box-16 figure {
  flex-shrink: 0;
  width: 324px;
  margin-right: 22px;
  position: relative;
}
.boxes-16 .box-16 figure:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  content: "";
  background: rgba(192, 13, 13, 0.48) url("../../img/frontend/01.png") center no-repeat;
}
.boxes-16 .box-16 .button-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.boxes-16 .box-16 .name {
  margin-bottom: 25px;
  color: #C00D0D;
  font-weight: bold;
  font-size: 16px;
  padding-left: 86px;
  position: relative;
  line-height: 1.3;
}
.boxes-16 .box-16 .name:after {
  display: block;
  top: 2px;
  left: 0;
  width: 70px;
  height: 15px;
  background: #C00D0D;
  content: "";
  position: absolute;
}
.boxes-16 .box-16 .txt {
  font-size: 16px;
}
.boxes-16 .box-16 .description {
  width: 100%;
  padding-right: 70px;
}
.boxes-16 .box-16.no-active {
  color: rgba(60, 60, 59, 0.5);
}
.boxes-16 .box-16.no-active .name {
  color: rgba(60, 60, 59, 0.5);
}
.boxes-16 .box-16.no-active .name:after {
  background: rgb(60, 60, 59);
}
.boxes-16 .box-16.no-active .description {
  background: url("../../img/frontend/icons/46.png") 80px bottom no-repeat;
}
.boxes-16 .box-16.no-active figure:after {
  background: rgba(60, 60, 59, 0.48) url("../../img/frontend/01.png") center no-repeat;
}

.program-content {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
}
.program-content .content-box-25 .title-2 {
  margin-bottom: -40px;
}
.program-content .content-box-26 {
  background: rgb(192, 13, 13);
  color: #fff;
  padding-bottom: 30px;
}
.program-content .content-box-26 .text {
  width: 748px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  margin-bottom: 57px;
}
.program-content .content-box-26 .button-box {
  text-align: center;
}
.program-content .content-box-26 .button-box a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: url("../../img/frontend/icons/47.png") center bottom no-repeat;
  padding-bottom: 40px;
}

.wrapper-2 {
  padding: 0 90px;
}

.content-box-27 {
  padding: 30px 0;
  background: rgba(60, 60, 59, 0.8);
}
.content-box-27 .content-box-27-1 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  text-align: center;
  color: #fff;
}
.content-box-27 .content-box-27-1 .txt-1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.content-box-27 .content-box-27-1 .txt-2 {
  margin-bottom: 40px;
}
.content-box-27 .content-box-27-1 .boxes-17 .row-box {
  display: flex;
  justify-content: space-around;
}
.content-box-27 .content-box-27-1 .boxes-17 .row-box .box-17 {
  width: 300px;
}
.content-box-27 .content-box-27-1 .boxes-17 .row-box .box-17 .txt {
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
.content-box-27 .content-box-27-2 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.content-box-27 .content-box-27-2 .description {
  width: 550px;
  margin-left: 110px;
  padding-right: 30px;
}
.content-box-27 .content-box-27-2 .description .text ul li:after {
  background: #A5A5A4;
}
.content-box-27 .content-box-27-2 .description .text ul:last-child {
  margin-bottom: 0;
}

.content-box-28 {
  padding: 30px 0;
  background: #A5A5A4;
  color: #fff;
}

.boxes-18 .box-18 {
  margin-bottom: 45px;
}
.boxes-18 .box-18:last-child {
  margin-bottom: 0;
}
.boxes-18 .box-18 .row-box {
  align-items: center;
  display: flex;
}
.boxes-18 .box-18 .col-box {
  width: 50%;
  text-align: center;
}
.boxes-18 .box-18 .col-box .txt-1 {
  font-weight: bold;
  margin-bottom: 15px;
}
.boxes-18 .box-18 .col-box .txt-2 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0 19px 0;
}

@media (min-width: 767px) {
  .boxes-18 .box-18-1 .row-box .col-box:first-child {
    order: 2;
  }
  .boxes-18 .box-18-1 .row-box .col-box:last-child {
    order: 1;
  }
}
.content-box-29 {
  padding: 30px 0;
  background: rgba(60, 60, 59, 0.8);
  color: #fff;
  text-align: center;
}
.content-box-29 .wrapper-2 {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.content-box-29 .wrapper-2 figure {
  width: 50%;
}
.content-box-29 .wrapper-2 .text {
  width: 500px;
  margin-right: 30px;
}

.content-box-30 {
  background: rgba(165, 165, 164, 0.8);
  padding: 30px 0;
}
.content-box-30 .content-box-30-2 {
  text-align: center;
  color: rgb(60, 60, 59);
  font-weight: bold;
  border-top: 1px solid rgb(112, 112, 112);
  width: 848px;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 23px;
}
.content-box-30 .content-box-30-1 {
  padding-bottom: 30px;
  display: flex;
  color: #fff;
}
.content-box-30 .content-box-30-1 figure {
  margin-top: 40px;
  width: 424px;
  margin-right: 90px;
  text-align: center;
  flex-shrink: 0;
}

.boxes-19 .box-19 {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.boxes-19 .box-19 .icon {
  margin-right: 20px;
  flex-shrink: 0;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.content-box-31-1 {
  padding-bottom: 12px;
  margin-top: -6px;
  border-bottom: 1px solid rgb(112, 112, 112);
}

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

.content-box-32 {
  padding: 30px 0;
}
.content-box-32 .row-box {
  display: flex;
  margin: 0 -60px;
}
.content-box-32 .row-box .col-box {
  width: 50%;
  padding: 0 60px;
}

.form-title-1 {
  color: rgb(192, 13, 13);
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}

.form-title-2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.content-box-32-1 {
  background: rgb(237, 237, 237);
}

.input-password {
  background: url("../../img/frontend/icons/55.png") 10px center no-repeat !important;
  padding-left: 38px !important;
}

.content-box-33 {
  font-size: 12px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-box-33 .row-box {
  display: flex;
  justify-content: space-between;
}
.content-box-33 .col-box {
  width: 416px;
}
.content-box-33 .txt-2 {
  margin-top: 20px;
  display: flex;
}
.content-box-33 .txt-2 .txt-2-1 {
  margin-right: 40px;
}

.content-box-14-14-1 {
  background: rgb(237, 237, 237);
}
.content-box-14-14-1 .legend-1 {
  font-weight: bold;
  color: rgba(60, 60, 59, 0.5);
  margin-bottom: 25px;
  margin-top: -20px;
  font-size: 13.3333px;
}/*# sourceMappingURL=style.css.map */

/* *** SPRZEDAWCA *** */
body .popup-1 .popup-content {
  text-align: center;
  width: 582px;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #2D8800;
  border-radius: 20px;
}
body .popup-1 .popup-content .txt-1 {
  color: #279924;
  font-size: 13.3333px;
  font-weight: bold;
}
body .popup-1 .popup-content .txt-2 {
  font-size: 12px;
}
body .popup-1 .popup-content .txt-3 {
  font-weight: bold;
  font-size: 13.3333px;
  padding-top: 10px;
}
body .popup-1 .popup-content .txt-3 a {
  color: #3C3C3B;
  text-decoration: underline;
  font-size: 13.3333px;
}

.z-content-box-1 {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.z-content-box-1 .col-right {
  flex-shrink: 0;
}
.z-content-box-1 .col-left {
  width: 50%;
  padding-right: 30px;
}
.z-content-box-1 .col-left .z-boxes-1 .z-box-1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.z-content-box-1 .col-left .z-boxes-1 .z-box-1 figure {
  position: relative;
  margin-right: 16px;
  flex-shrink: 0;
}
.z-content-box-1 .col-left .z-boxes-1 .z-box-1 figure .txt-points {
  color: #C00D0D;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: -9px;
  margin-left: -31px;
  background: #fff;
  padding: 5px;
  width: 62px;
  line-height: 1.1;
  display: block;
  text-align: center;
  border-radius: 15px;
}
.z-content-box-1 .col-left .z-boxes-1 .z-box-1:last-child {
  margin-bottom: 0;
}
.z-content-box-1 .z-box-1-1 {
  position: relative;
}
.z-content-box-1 .z-box-1-1 .txt {
  position: absolute;
  top: 119px;
  left: 275px;
  color: #3C3C3B;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.content-box-27a {
  background: rgba(60, 60, 59, 0.8) url("../../img/frontend/03.png") center bottom no-repeat;
}
.content-box-27a .content-box-27-1 {
  border-bottom: none;
}

.z-boxes-2 .row-box {
  display: flex;
  margin: 0 -30px;
}
.z-boxes-2 .row-box .col-box {
  padding: 0 30px;
  width: 33.3333%;
  margin-bottom: 30px;
}
.z-boxes-2 .row-box .col-box .z-box-2 {
  position: relative;
}
.z-boxes-2 .row-box .col-box .z-box-2 figure {
  position: relative;
}
.z-boxes-2 .row-box .col-box .z-box-2 figure .ic-1 {
  width: 51px;
  height: 42px;
  display: block;
  position: absolute;
  margin: 15px;
  bottom: 0;
  right: 0;
  background: url("../../img/frontend/icons/59.png") center no-repeat;
}
.z-boxes-2 .row-box .col-box .z-box-2 figure img {
  width: 100%;
}
.z-boxes-2 .row-box .col-box .z-box-2 .txt {
  display: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 20px 0 40px 0;
  position: relative;
}
.z-boxes-2 .row-box .col-box .z-box-2 .txt .ic-2 {
  width: 51px;
  height: 42px;
  display: block;
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  background: url("../../img/frontend/icons/60.png") center no-repeat;
}

.content-box-27 .content-box-27-2-1 {
  padding-top: 0;
  margin-top: 0;
}
.content-box-27 .content-box-27-2-1 .description {
  padding-left: 0;
  margin-left: 0;
  width: 60%;
}

.content-box-27-2-2 {
  color: #fff;
  padding-top: 30px;
  border-top: 1px solid #EDEDED;
  margin-top: 50px;
}
.content-box-27-2-2 .row-box {
  padding: 20px 0;
  margin: 0 -20px;
  display: flex;
}
.content-box-27-2-2 .row-box .col-box {
  padding: 0 20px;
  width: 50%;
  margin-top: 30px;
}
.content-box-27-2-2 .row-box .col-box .text {
  text-align: center;
}

.z-box-3 .z-progress-box-1 {
  border: 1px solid #fff;
  padding: 6px;
}
.z-box-3 .z-progress-cols {
  display: flex;
  position: relative;
}
.z-box-3 .z-progress-cols .z-prog-box {
  background: #EDEDED;
  width: 33.33333%;
  height: 20px;
  position: relative;
}
.z-box-3 .z-progress-cols .z-prog-box:first-child:after {
  display: none;
}
.z-box-3 .z-progress-procent {
  height: 20px;
  position: absolute;
  background: #C00D0D;
  top: 0;
  left: 0;
  z-index: 2;
}

.z-box-3 {
  margin-top: 20px;
}

.z-boxes-3 {
  padding: 15px 0;
}

.z-box-3-txt-1 {
  padding-bottom: 7px;
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 11px;
}
.z-box-3-txt-1 .z-box-3-txt-1-1 {
  padding-bottom: 2px;
}
.z-box-3-txt-1 .z-box-3-txt-1-2 {
  font-size: 16px;
  font-weight: bold;
}

.link-6 {
  background: url("../../img/frontend/icons/61.png") right center no-repeat;
  padding-right: 20px;
  color: #3C3C3B;
  font-size: 11px;
}
.link-6:hover {
  color: #3C3C3B;
  opacity: 0.9;
}

.z-box-4 {
  padding: 0 20px;
}
.z-box-4 .button-box {
  margin-top: -10px;
  display: flex;
  justify-content: flex-end;
}
.z-box-4 .z-box-4-txt-1 {
  text-align: left;
  padding-top: 10px;
}
.z-box-4 .z-box-4-txt-1 .z-box-4-txt-2 {
  font-size: 11px;
  margin-bottom: 10px;
}
.z-box-4 .z-box-4-txt-1 .z-box-4-txt-3 {
  font-size: 13.333px;
}
.z-box-4 .z-box-4-txt-1 .z-box-4-txt-3 span {
  color: #3C3C3B;
  font-size: 16px;
  font-weight: bold;
  width: 20px;
  display: inline-block;
}

.z-btn-scan {
  width: calc(100% - 20px);
  display: block;
  background: #C00D0D url("../../img/frontend/icons/62.png") 20px center no-repeat;
  color: #EDEDED;
  display: flex;
  text-align: left;
  padding-right: 20px;
  height: 92px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 10px;
  align-items: center;
  padding-left: 95px; 
  font-size: 17px;
}
.z-btn-scan:hover {
  opacity: 0.75;
  color: #EDEDED
}

.z-link-1 {
  text-decoration: none !important;
  font-weight: 500;
}

.z-content-box-2 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #EDEDED;
  display: flex;
}
.z-content-box-2 .col-left {
  width: 325px;
  height: 100%;
  flex-shrink: 0;
  background: #C00D0D;
}
.z-content-box-2 .col-left .z-content-box-2-1 {
  color: #fff;
  padding: 30px 20px 16px 20px;
  text-align: center;
}
.z-content-box-2 .col-left .z-content-box-2-1 .image {
  padding: 15px 0;
}
.z-content-box-2 .col-left .z-content-box-2-1 .z-code {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.z-content-box-2 .col-left .z-content-box-2-1 .z-code div {
  margin: 0 1.5px;
  width: 20px;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 0 0 1px 0;
}
.z-content-box-2 .col-right {
  padding: 30px 90px;
  width: 100%;
}
.z-content-box-2 .col-right .text {
  margin-bottom: 20px;
}
.z-content-box-2 .col-right .title-1 {
  margin-bottom: 20px;
}
.z-content-box-2 .col-right .description {
  width: 648px;
  max-width: 100%;
}
.z-content-box-2 .col-right .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
.z-content-box-2 .col-right .buttons .link-6 {
  font-size: 19px;
}

.box-14 .txt-1 a {
  background: url(../../img/frontend/icons/63.png) right center no-repeat;
}

.box-14-bg-1 {
  background: rgba(192, 13, 13, 0.48);
}
.box-14-bg-1 .txt-3 {
  background: rgb(192, 13, 13);
  color: #fff;
  border-color: rgb(192, 13, 13);
}

.box-14-bg-1 .progress-cols .prog-box:after {
  background: rgba(192, 13, 13, 0.48);
}

.article-content .button-box-1-1 {
  padding-top: 25px;
  display: flex;
  justify-content: flex-end;
}

.content-box-9-9-1 {
  background: rgba(237, 237, 237, 0.8);
}

.content-box-15-15-1 {
  box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}

.z-table-1 {
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.0784313725);
  overflow: auto;
}
.z-table-1 table {
  width: 100%;
  font-size: 16px;
}
.z-table-1 table tr th {
  padding: 25px;
  background: rgb(60, 60, 59);
  color: #fff;
  font-weight: normal;
}
.z-table-1 table tr td {
  background: #EDEDED;
  padding: 10px 25px;
}
.z-table-1 table .z-summary td {
  border-top: 1px solid #3C3C3B;
  font-weight: bold;
  padding: 25px 25px 20px 25px;
  font-size: 19px;
}

.z-content-box-3 {
  padding: 0 150px;
  padding-top: 38px;
  display: flex;
  justify-content: flex-end;
}

.content-box-13-13-2 {
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}

.z-title-1 {
  color: #3C3C3B;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 30px;
}

.z-title-2 {
  border-top: 1px solid #C00D0D;
  padding-top: 5px;
  color: #3C3C3B;
  font-size: 13.3333px;
  font-weight: bold;
  margin-bottom: 30px;
}

.content-box-14-14-1 .button-box-1-1 {
  display: flex;
  padding-top: 20px;
  justify-content: flex-end;
  margin: 0 -108px -38px 0;
}/*# sourceMappingURL=style.css.map */

/* *** PRZEDSTAWICIEL HANDLOWY *** */
.h-boxes-flex {
  display: flex;
  align-items: center;
}
.h-boxes-flex .h-box-1 {
  margin-right: 30px;
}

header .h-boxes-flex .main-menu ul > li {
  margin-right: 50px;
}

.table-4-1-2 tr td {
  font-weight: bold;
}
.table-4-1-2 tr th {
  font-size: 16px !important;
}
.table-4-1-2 .tr-more td {
  background: #EDEDED;
}
.table-4-1-2 .tr-more td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}
.table-4-1-2 .tr-more th {
  background: #EDEDED;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #000000;
  padding-top: 10px;
  padding-bottom: 10px !important;
}

.z-content-box-5 {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  font-size: 16px;
  align-items: center;
}
.z-content-box-5 .txt-1, .z-content-box-5 .txt-3 {
  width: 200px;
}
.z-content-box-5 .txt-2 a {
  color: #3C3C3B;
  font-size: 11.111px;
  background: url("../../img/frontend/icons/64.png") center bottom no-repeat;
  padding-bottom: 18px;
  display: inline-block;
}
.z-content-box-5 .txt-2 a:hover {
  color: #3C3C3B;
  opacity: 0.9;
}

.z-content-box-7 {
  margin-bottom: 20px;
  padding: 0 28px;
  font-weight: bold;
}

.z-content-box-6 {
  margin-top: -20px;
  padding: 27px 0 27px 0;
  margin-bottom: 42px;
  background: rgba(60, 60, 59, 0.48);
  display: flex;
  align-items: center;
}
.z-content-box-6 .col-left {
  order: 0;
  color: #fff;
  flex-shrink: 0;
  padding-left: 60px;
  padding-right: 60px;
}
.z-content-box-6 .col-left figure {
  text-align: center;
}
.z-content-box-6 .col-left .txt-1 {
  font-size: 13.3333px;
  margin: 10px 0 16px 0;
}
.z-content-box-6 .col-left .txt-1 strong {
  color: rgb(192, 13, 13);
}
.z-content-box-6 .col-left .link-6 {
  color: #fff;
  font-size: 16px;
}
.z-content-box-6 .col-right {
  width: 100%;
}
.z-content-box-6 .col-right .z-content-box-6-1 {
  height: 79px;
  background: rgb(192, 13, 13);
  padding: 0 0 0 130px;
  padding-right: 28px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.z-content-box-6 .col-right .z-content-box-6-1 figure {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.z-content-box-6 .col-right .z-content-box-6-1 figure img {
  display: block;
}
.z-content-box-6 .col-right .z-content-box-6-1 .txt a {
  background: url("../../img/frontend/icons/67.png") right center no-repeat;
  padding-right: 45px;
  padding-top: 2px;
  display: inline-block;
  color: rgb(237, 237, 237);
  font-size: 19px;
}
.z-content-box-6 .col-right .z-content-box-6-1 .txt a:hover {
  opacity: 0.9;
  color: #fff;
}

.z-content-box-8 {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.z-content-box-8 .content-box-32 .row-box .col-box {
  width: 36.5%;
}
.z-content-box-8 .btn-1 {
  width: 100%;
  margin-bottom: 13px;
}

.z-box-5 {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.z-box-5 .iradio {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.z-box-5 span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: rgba(60, 60, 59, 0.45);
  font-weight: bold;
  padding: 0 10px;
  padding-top: 2px;
  border: 1px solid rgb(112, 112, 112);
  height: 37px;
  width: 100%;
}

.z-box-5 .checked + span {
  color: rgb(60, 60, 59);
  border-color: rgb(192, 13, 13);
}/*# sourceMappingURL=style.css.map */

@media (min-width: 992px) {
    .l-boxes {
    width: 480px;
    }
    .l-boxes .l-box-1 {
        padding: 28px 50px;
    }
    .l-boxes .l-box-2 .txt-1 {
    font-size: 16px;
    }
    .l-boxes .l-box-2 {
    padding: 15px 50px;
    }
    .l-boxes .l-box-2 .txt-1 {
    margin-bottom: 10px;
    }
    .l-boxes .l-box-1 .l-button-box {
    padding-top: 0;
    }
}

/* *** ANKIETA *** */
.a-content-box-1 {
  background: #EDEDED;
  padding: 30px;
}
.a-content-box-1 .txt-1 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 19px;
  margin: 0 -10px;
  line-height: 24px;
  border-bottom: 1px solid #3C3C3B;
}
.a-content-box-1 .txt-1 strong {
  color: #C00D0D;
}
.a-content-box-1 .txt-2 {
  padding: 15px 0;
  font-size: 13.333px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.a-content-box-1 .txt-2 .txt-2-2 {
  padding-left: 15px;
}
.a-content-box-1 .txt-3 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
}
.a-content-box-1 .button-box {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.a-content-box-1 .button-box a, .a-content-box-1 .button-box button {
  margin: 0 7px;
}
.a-content-box-1 .btn-1-1-red {
  color: #C00D0D;
  border-color: #C00D0D;
}
.a-content-box-1 .btn-1-1-red:hover {
  background: #C00D0D;
  color: #fff;
}

.a-wrapper-1 {
  width: 848px;
  margin: 0 auto;
  max-width: 100%;
}

.a-boxes-1 {
  padding-bottom: 20px;
}
.a-boxes-1 .a-box-1 {
  display: block;
  margin: 0;
}
.a-boxes-1 .a-box-1 span {
  display: flex;
  padding: 10px 10px 9px 10px;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px 0;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13.3333px;
  line-height: 1.3;
  min-height: 40px;
}

.a-boxes-1 .a-box-1 .checked + span {
  border-color: #D22D26;
  color: #D22D26;
}

@media (max-width: 767px) {
  .a-content-box-1 .txt-2 {
    display: block;
    text-align: center;
  }
  .a-content-box-1 {
    padding: 20px;
  }
  .a-content-box-1 .txt-1 {
    margin: 0;
  }
  .a-content-box-1 .button-box {
    display: block;
    text-align: center;
  }
  .a-content-box-1 .button-box a, .a-content-box-1 .button-box button {
    margin: 5px;
  }
  .a-content-box-1 .button-box {
    padding-top: 20px;
  }
}
.a-textarea-box textarea {
  display: block;
  width: 100%;
  height: 268px;
  background: #fff;
  border: none;
  resize: none;
  overflow: auto;
  padding: 15px 20px;
  font-size: 13.3333px;
}

/* *** ZAPROŚ SPRZEDAWCE *** */
.a-content-box-2 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #EDEDED;
  position: relative;
}
.a-content-box-2 .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 324px;
  background: url("../../img/frontend/04-new.png") center no-repeat;
  background-size: cover;
  height: 100%;
}
.a-content-box-2 .description {
  margin-left: 324px;
  padding: 30px 90px;
}
.a-content-box-2 .description .txt-1 {
  margin-bottom: 20px;
  color: rgb(192, 13, 13);
  font-size: 16px;
  font-weight: bold;
}
.a-content-box-2 .description .txt-2 {
  font-size: 16px;
  margin-bottom: 25px;
}
.a-content-box-2 .description .txt-3 {
  font-weight: bold;
  font-size: 13.333px;
  margin-bottom: 25px;
}
.a-content-box-2 .description .row-box {
  display: flex;
  margin: 0 -45px;
  flex-wrap: wrap;
}
.a-content-box-2 .description .col-box {
  width: 50%;
  padding: 0 45px;
}
.a-content-box-2 .description .button-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 10px 0;
}
.a-content-box-2 .description .button-box .link-6 {
  font-size: 19px;
}

.a-table-1 table tr td {
  padding: 5px 25px;
}

.a-table-1 table tr th {
  padding: 17px 25px 15px 25px;
}

@media (max-width: 1199px) {
  .a-content-box-2 .description {
    padding: 30px;
  }
  .a-content-box-2 .description .row-box {
    margin: 0 -15px;
  }
  .a-content-box-2 .description .row-box .col-box {
    padding: 0 15px;
  }
  .a-content-box-2 .description .button-box .link-6 {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .a-content-box-2 .image {
    display: none;
  }
  .a-content-box-2 .description {
    margin-left: 0;
  }
  .a-content-box-2 .description {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .a-content-box-2 .description .row-box {
    display: block;
  }
  .a-content-box-2 .description .row-box .col-box {
    width: 100%;
  }
  .a-content-box-2 .description .button-box {
    display: flex;
    flex-direction: column;
  }
  .a-content-box-2 .description .button-box .link-6 {
    margin-bottom: 20px;
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */

@media only screen and (max-width: 1199px) {
   .z-content-box-8 .content-box-32 .row-box .col-box {
       width: 50%;
   }
}

@media only screen and (max-width: 992px) {
   .z-content-box-8 .content-box-32 .row-box .col-box {
       width: 100%;
   }
   .content-box-32 .row-box {
       flex-wrap: wrap;
   }
}

@media only screen and (max-width: 992px) {
   .z-content-box-1 {
       display: block;
   }
   .z-content-box-1 .col-left {
       width: 100%;
       padding: 0;
       padding-bottom: 20px;
   }

}

@media only screen and (max-width: 767px) {
   .z-boxes-2 .row-box {
       display: block;
       margin: 0;
   }
   .z-boxes-2 .row-box .col-box {
       width: 100%;
   }
   .z-boxes-2 {
       width: 100%;
   }
   .z-content-box-2 {
       background: none;
       box-shadow: none;
   }
   .z-boxes-2 .row-box .col-box {
       padding: 0;
   }
   .z-content-box-1 .z-box-1-1 {
       width: 280px;
       margin: 0 auto;
   }
   .z-content-box-1 .z-box-1-1 .txt {
       position: absolute;
       top: 68px;
       left: 151px;
       color: #3C3C3B;
       font-size: 18px;
       font-weight: bold;
       text-align: center;
   }
}

@media only screen and (max-width: 767px) {
   .content-box-27-2-2 .row-box {
       display: block;
   }
   .content-box-27-2-2 .row-box .col-box {
       width: 100%;
   }
}

@media only screen and (max-width: 767px) {
 .bk-table table {
   display: block;
 }
 .bk-table tr {
   display: block;
   width: 100%;
 }
 .bk-table tbody {
   width: 100%;
   display: block;
 }
 body .bk-table table td, body .bk-table table th {
   display: block !important;
   width: 100% !important;
 }
 .bk-table .border-1 {
   border: none !important;
 }
 body .bk-table table tr:first-child {
   display: none;
 }
 .bk-table table th, .bk-table table td {
   padding: 10px;
   text-align: center;
 }
}

@media only screen and (max-width: 1199px) {
   .z-content-box-2 .col-right .description {
       width: 100%;
   }
}

@media only screen and (max-width: 992px) {
   .z-content-box-2 {
       display: block;
   }
   .z-content-box-2 .col-left {
       width: 100%;
   }
   .z-content-box-2 .col-left .z-content-box-2-1 figure {
       text-align: center;
   }
   .z-content-box-2 .col-right {
       padding: 20px;
   }
   .z-content-box-2 .col-right .buttons {
       display: block;
   }
   .z-content-box-2 .col-right .buttons .button-1 {
       margin-bottom: 10px;
   }
}

.main-menu-logout {
   display: none !important;
}

@media only screen and (max-width: 992px) {
   .main-menu-logout {
       display: block !important;
   }
   .h-boxes .h-box-6 {
       display: none !important;
   }
}

@media only screen and (max-width: 767px) {
   body .h-boxes {
       justify-content: flex-end;
   }
   body .h-boxes .h-box {
       margin-left: 10px;
   }
}

@media only screen and (max-width: 992px) {
   .filter-inputs {
       display: block;
   }
   .invite-installator-image {
    display: none;
   }
}

@media only screen and (max-width: 767px) {
   .filter-inputs {
       display: flex;
       flex-direction: column;

   }
   .filtration-box {
       display: block;
   }
   .filtration-box .filtr-box {
       margin: 0;
       margin-top: 10px;
   }
   .select-2 select {
       width: 100%;
   }
}

@media only screen and (max-width: 767px) {
   footer {    
       padding-bottom: 120px;
   }
}

@media only screen and (max-width: 767px) {
  .bk-table table {
    display: block;
  }
  .bk-table tr {
    display: block;
    width: 100%;
  }
  .bk-table tbody {
    width: 100%;
    display: block;
  }
  body .bk-table table td, body .bk-table table th {
    display: block !important;
    width: 100% !important;
  }
  .bk-table .border-1 {
    border: none !important;
  }
  body .bk-table table tr:first-child {
    display: none;
  }
  .bk-table table th, .bk-table table td {
    padding: 10px;
    text-align: center;
  }
}
/* *** *** */
.body-log-1 {
  /* background-image: url("../../img/frontend/bg-3.png"); */
  background-position: center center;
}
.body-log-1 header {
  position: absolute;
}
.body-log-1 header .main-menu {
  width: 100%;
}
.body-log-1 .h-boxes .h-box-2 {
  width: 100%;
  margin-left: 30px;
}
.body-log-1 .h-boxes .h-box-1 {
  flex-shrink: 0;
}
.body-log-1 header .main-menu ul > li {
  margin-right: 25px;
}
.body-log-1 .l-content-box-1 .container {
  min-height: 100vh;
}
.body-log-1 .l-boxes {
  width: 540px;
}
.body-log-1 .l-boxes .l-box-1 .txt-1 {
  margin-bottom: 10px;
}
.body-log-1 .l-boxes .l-box-1 .l-input-box input {
  height: 36px;
}
.body-log-1 .btn-1 {
  height: 36px;
  line-height: 34px;
  min-width: 160px;
}
.body-log-1 .l-boxes .l-box-1 .password-icon {
  top: 5px;
}
.body-log-1 .l-boxes .l-box-1 .l-input-box {
  margin-bottom: 10px;
}
.body-log-1 .l-boxes .l-box-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.body-log-1 .l-boxes .l-box-2 .txt-1 {
  margin-bottom: 15px;
}
.body-log-1 .l-content-box-1 .l-logo {
  top: 100px;
}
.body-log-1 .l-content-box-1 .l-logo img {
  width: 150px;
}
.body-log-1 .img-mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .body-log-1 .l-content-box-1 .container {
    min-height: calc(100vh - 119px);
  }
  .body-log-1 {
    padding-top: 70px !important;
    /* background: none !important; */
  }
  .body-log-1 .header-rsp {
    display: block !important;
  }
  .body-log-1 header {
    display: none;
  }
  .body-log-1 .l-logo {
    display: none;
  }
  .body-log-1 .l-content-box-1 .container {
    margin-bottom: 0;
    min-height: 1px !important;
  }
  .body-log-1 .img-mobile {
    display: block;
  }
  /* .body-log-1 .l-content-box-1 {
    background: #EDEDED !important;
  } */
  .body-log-1 .l-content-box-1 .container {
    padding: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */

/* *** HP *** */
.filter-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;;
}

.filter-input-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}

.filter-input {
  height: 37px;
  display: block;
  border: none;
  color: #3C3C3B;
  border: 1px solid #707070;
  padding: 10px 15px;
  background: none;
  width: 100%;
}

.fast-scan-button {
  display: none;
}

@media only screen and (max-width: 992px) {
   .header-rsp {
       overflow: hidden;
   }
}

/* *** 17.06 *** */

.z-box-1-1 {
  display: block;
  width: 435px;
  height: 182px;
  border-radius: 20px;
  margin-top: 50px;
  background: #fff;
  position: relative;
  transition: 0.35s linear;    
}

.z-box-1-1:hover {
  background: linear-gradient(to right,#fff, #3e3e3d);
  color: #fff;
}

.z-content-box-1 .z-box-1-1:hover .txt {
  color: #fff;
}

.z-box-1-1 figure {
  position: absolute;
  top: 50%;
  margin-top: -111px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: -35px;
  width: 222px;
  padding-bottom: 50px;
  padding-right: 12px;
  height: 222px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  background: #fff;
  border-radius: 50%;
}

.z-box-1-1 figure img {
  max-width: none;
  max-height: none;
}

.z-content-box-1 .z-box-1-1 .txt {
    position: absolute;
    top: 36px;
    left: 188px;
    color: #3C3C3B;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    width: 248px;
  transition: 0.35s linear;  
  }

.z-box-1-1 figure {
  transition: 0.35s linear;  
  transform: rotate(0deg);
}

.z-box-1-1:hover figure {
  transform: rotate(35deg);
}

@media only screen and (max-width: 992px) {
  .z-box-1-1 figure {
    width: 100px;
    height: 100px;
    padding: 0;
    top: -110px;
    left: 50%;
    margin-left: -50px;
    margin-top: 0;
  }
  .z-content-box-1 .col-right {
    padding-top: 50px;
  }
  .z-box-1-1 {
    padding-top: 100px;
  }
  .z-box-1-1 figure img {
    max-width: 100%;
    max-height: 100%;
  }
  .z-content-box-1 .z-box-1-1 .txt {
    left: 0 !important;
  }
}

.z-boxes-2-2 {
  width: 100%;
  background: none;
}

.z-boxes-2-2 img {
  transition: 0.35s linear;  
  filter: grayscale(100%);
}

.z-box-2 figure {
  overflow: hidden;
}

.z-box-2:hover img {
  filter: none;
  transform: scale(1.1);
}

.z-content-box-2-2-2 {
  background: none;
  box-shadow: none;
}

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

.main-menu ul li {
    position: relative;
}

.main-menu ul li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

/* Submenu */
.main-menu ul li .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 99;
}

.main-menu ul li .submenu li a {
    padding: 8px 15px;
    white-space: nowrap;
}

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


.has-submenu {
    display: none;
}

.main-menu ul li.only-mobile {
    display: list-item;
}


@media (min-width: 768px) {
    .has-submenu {
        display: list-item;
    }
    .main-menu ul li.only-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .li-submenu {
        display: none !important; 
    }
}

.navbar-logo {
  min-height: 60px !important;
  min-width: 60px !important;
  max-height: 60px !important;
  max-width: 60px !important;
}