/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

@font-face {
  font-family: "FranklinGothicBookRegular";
  src: url("/css/frontend/fonts/FranklinGothicBookRegular.eot");
  src: url("/css/frontend/fonts/FranklinGothicBookRegular.eot") format("embedded-opentype"), url("/css/frontend/fonts/FranklinGothicBookRegular.woff2") format("woff2"), url("/css/frontend/fonts/FranklinGothicBookRegular.woff") format("woff"), url("/css/frontend/fonts/FranklinGothicBookRegular.ttf") format("truetype"), url("/css/frontend/fonts/FranklinGothicBookRegular.svg#FranklinGothicBookRegular") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "FranklinGothicBookRegular";
  src: url("/css/frontend/fonts/FranklinGothicDemiITC.eot");
  src: url("/css/frontend/fonts/FranklinGothicDemiITC.eot") format("embedded-opentype"), url("/css/frontend/fonts/FranklinGothicDemiITC.woff2") format("woff2"), url("/css/frontend/fonts/FranklinGothicDemiITC.woff") format("woff"), url("/css/frontend/fonts/FranklinGothicDemiITC.ttf") format("truetype"), url("/css/frontend/fonts/FranklinGothicDemiITC.svg#FranklinGothicDemiITC") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "FranklinGothicBookRegular";
  src: url("/css/frontend/fonts/franklingothicmedium.eot");
  src: url("/css/frontend/fonts/franklingothicmedium.eot") format("embedded-opentype"), url("/css/frontend/fonts/franklingothicmedium.woff2") format("woff2"), url("/css/frontend/fonts/franklingothicmedium.woff") format("woff"), url("/css/frontend/fonts/franklingothicmedium.ttf") format("truetype"), url("/css/frontend/fonts/franklingothicmedium.svg#franklingothicmedium") format("svg");
  font-weight: 500;
}
/* *** GLOBAL *** */
.container, .container-1 {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
  }
  .container-1 {
    max-width: 100%;
    padding: 0 35px;
  }
}
@media (max-width: 1480px) {
  .container-1 {
    max-width: 100%;
    padding: 0 30px;
  }
}
.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;
  max-width: 1920px;
  margin: 0 auto;
}

.contnt-box-4 {
  overflow: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "FranklinGothicBookRegular";
}

body {
  font-family: "FranklinGothicBookRegular";
  font-size: 18px;
  color: #343A40;
  background: #fff;
  line-height: 22px;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
body header {
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-box {
  padding: 35px 0;
  border-bottom: 1px solid #343A40;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

header .container {
  position: relative;
}

header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}

header .main-menu ul > li {
  margin: 0 35px;
}

header .main-menu ul > li > a {
  color: #343A40;
  display: block;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  position: relative;
}
header .main-menu ul > li > a:hover {
  color: #DF0A25;
}

header .main-menu ul > li.current a {
  color: #DF0A25;
  opacity: 1;
}

header .main-menu ul > li :hover {
  opacity: 1;
}

.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;
}

.phone {
  color: #343A40;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0;
  background: url("../../img/frontend/icons/01.png") left center no-repeat;
  padding-left: 30px;
  margin-right: 30px;
}
.phone:hover {
  color: #DF0A25;
}

.mail {
  color: #343A40;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0;
  background: url("../../img/frontend/icons/02.png") left center no-repeat;
  padding-left: 34px;
}
.mail:hover {
  color: #DF0A25;
}

.btn-1 {
  border: 1px solid #DF0A25;
  min-width: 220px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #DF0A25;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}
.btn-1:hover {
  color: #DF0A25;
  opacity: 0.9;
}

.btn-1-1 {
  background: #DF0A25;
  color: #fff;
}
.btn-1-1:hover {
  opacity: 0.9;
  color: #fff;
}

.h-box-1 a {
  margin-left: 10px;
}
.h-box-1 a:first-child {
  margin-left: 0;
}

.btn-1-icon-1 span {
  padding: 3px 0;
  background: url("../../img/frontend/icons/03.png") left center no-repeat;
  padding-left: 31px;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 101;
  width: 100%;
  padding: 10px 15px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #000;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu-rsp > nav > ul:first-child {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #343A40;
  font-size: 18px;
  float: left;
  width: 100%;
  padding: 18px 15px 16px 15px;
}

.menu-rsp nav a:hover {
  background-color: #DF0A25;
  color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: #cacaca;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
/* *** HOME *** */
.content-box-1 {
  padding-top: 34px;
}
.content-box-1 .txt-1 {
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  line-height: 1.2;
}
.content-box-1 .content-box-1-1 {
  display: flex;
  align-items: center;
}
.content-box-1 .content-box-1-1 figure {
  flex-shrink: 0;
}
.content-box-1 .content-box-1-1 .description {
  margin-left: -50px;
}
.content-box-1 .content-box-1-1 .description h3 {
  font-weight: bold;
  font-size: 47px;
  color: #DF0A25;
  line-height: 1.1;
  margin-bottom: 10px;
}
.content-box-1 .content-box-1-1 .description .txt-2 {
  display: flex;
  font-size: 27px;
  font-weight: 500;
  align-items: center;
  line-height: 1.2;
}
.content-box-1 .content-box-1-1 .description .txt-2-1 span, .content-box-1 .content-box-1-1 .description .txt-2-3 span {
  color: #DF0A25;
  font-weight: bold;
  display: block;
}
.content-box-1 .content-box-1-1 .description .txt-2-2 {
  margin: 0 35px;
  padding-top: 25px;
}
.content-box-1 .content-box-1-1 .button-box {
  display: flex;
  margin-top: 35px;
  justify-content: flex-end;
}

.title {
  text-align: center;
  margin-bottom: 32px;
}
.title h2, .title h1 {
  color: #343A40;
  font-size: 47px;
  line-height: 1.1;
  font-weight: bold;
  margin: 0;
}

.btn-2 {
  height: 60px;
  padding: 0 45px;
  background: #DF0A25;
  display: inline-block;
  color: #fff;
  line-height: 63px;
  font-size: 20px;
  font-weight: 500;
}
.btn-2:hover {
  opacity: 0.9;
  color: #fff;
}

.margin-bottom-1 {
  margin-bottom: 100px;
}

.margin-bottom-2 {
  margin-bottom: 50px;
}

.text-left {
  text-align: left;
}

.content-box-2 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-box-2 .container .boxes-1 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 447px;
  width: 50%;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.content-box-2 .container .boxes-1 .row-box {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
.content-box-2 .container .description .title {
  margin-bottom: 10px;
}
.content-box-2 .container .description .txt-1 {
  margin-bottom: 35px;
  font-weight: 500;
}
.content-box-2 .container .description .btn-1-shadow {
  box-shadow: 0px 15px 21px rgba(0, 0, 0, 0.3019607843);
}
.content-box-2 .container .description .txt-2 {
  margin-bottom: 45px;
}
.content-box-2 .container .description .txt-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-box-2 .container .description .txt-2 ul li {
  font-size: 23px;
  line-height: 26px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 23px;
  position: relative;
  margin-bottom: 20px;
}
.content-box-2 .container .description .txt-2 ul li:after {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  background: #DF0A25;
  position: absolute;
  top: 8px;
  left: 0;
}
.content-box-2 .container .description .txt-2 ul li:last-child {
  margin-bottom: 0;
}

.content-box-3 .content-box-3-1 {
  border-top: 1px solid #C0B9B2;
  padding-top: 30px;
}
.content-box-3 .content-box-3-3 {
  width: 100%;
}
.content-box-3 .content-box-3-4 {
  display: flex;
  width: calc(100% + 200px);
  align-items: center;
  background: #cccccc;
  justify-content: space-between;
}
.content-box-3 .content-box-3-4 .text {
  padding-left: 100px;
}

.content-box-3-2 {
  display: flex;
}
.content-box-3-2 .description {
  width: 426px;
  margin-right: 40px;
  flex-shrink: 0;
}

.text ul:last-child, .text p:last-child {
  margin-bottom: 0;
}
.text h2 {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.2;
}

.format-li ul {
  padding: 0;
  list-style: none;
}
.format-li ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
.format-li ul li:last-child {
  margin-bottom: 0;
}
.format-li ul li:after {
  width: 11px;
  height: 11px;
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  background: #DF0A25;
  left: 0;
}

.boxes-2 {
  display: flex;
}
.boxes-2 .box-2 {
  width: 33.3333%;
  position: relative;
  overflow: hidden;
}
.boxes-2 .box-2 .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(52, 58, 64, 0.4);
  padding: 30px 38px;
  font-weight: bold;
  bottom: 0;
  z-index: 2;
  left: 0;
  color: #ECEBE7;
  font-size: 30px;
  line-height: 1.2;
  transition: 0.25s linear;
}

.box-2 img {
  transition: all 0.4s ease-in-out;
}

.box-2:hover img {
  transform: scale(1.2);
}

.boxes-2 .box-2:hover .txt {
  height: 164px;
}

.boxes-2 .box-2-1 .txt {
  background: rgba(229, 227, 227, 0.4);
  color: #343A40;
}

.carousel-1 {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.3019607843);
  overflow: hidden;
}
.carousel-1 a:hover {
  opacity: 0.9;
}

.content-box-5 {
  position: relative;
}
.content-box-5 figure {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 53%;
}
.content-box-5 .content-box-5-1 .description {
  width: 551px;
}
.content-box-5 .content-box-5-1 .description .txt-1 {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.content-box-5 .content-box-5-1 .description .button-box {
  margin-top: 30px;
  display: flex;
}
.content-box-5 .content-box-5-1 .description .button-box a {
  margin-right: 15px;
}

.content-box-3 {
  position: relative;
}

.content-box-3 .content-box-3-4 {
  position: relative;
}
.content-box-3 .content-box-3-4:after {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 200px;
  background: #cccccc;
  content: "";
  display: block;
}

.font-16 {
  font-size: 16px;
  line-height: 22px;
}

.boxes-3 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.boxes-3 .row-box .col-box {
  padding: 0 10px;
  width: 33.3333%;
}
.boxes-3 .row-box .col-box .box-3 {
  display: block;
  color: #343A40;
}
.boxes-3 .row-box .col-box .box-3 .description {
  padding: 25px 50px 0 50px;
}
.boxes-3 .row-box .col-box .box-3 .description h3 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
}

.boxes-4 {
  border-top: 1px solid rgba(0, 0, 0, 0.1411764706);
}
.boxes-4 .box-4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
}
.boxes-4 .box-4 .name {
  font-size: 30px;
  line-height: 1.2;
  cursor: pointer;
  padding: 25px 0;
  text-align: center;
  font-weight: bold;
  background: url("../../img/frontend/icons/11.png") center calc(100% - 20px) no-repeat;
  padding-bottom: 65px;
}

/* *** FOOTER *** */
footer {
  background: rgba(52, 58, 64, 0.2);
  color: #fff;
  padding: 48px 0;
  padding-bottom: 160px
}

footer .footer-top {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  justify-content: space-between;
}
footer .footer-top .social-box {
  display: flex;
  align-items: center;
}
footer .footer-top .social-box a {
  margin-left: 40px;
}
footer .footer-bottom {
  display: flex;
  padding-top: 30px;
}
footer .footer-bottom .col-box {
  width: 25%;
  padding-right: 20px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  opacity: 0.9;
}

.box-4 .box-4-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1411764706);
  padding: 20px 0;
}
.box-4 .box-4-content .boxes-5 .box-5 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
  padding-bottom: 30px;
  padding-top: 25px;
}
.box-4 .box-4-content .boxes-5 .box-5:first-child {
  padding-top: 0;
}
.box-4 .box-4-content .boxes-5 .box-5:last-child {
  padding-bottom: 15px;
  border-bottom: none;
}
.box-4 .box-4-content .boxes-5 .box-5 h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 25px;
}
.box-4 .box-4-content .boxes-5 .box-5 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.box-4 .box-4-content .boxes-5 .box-5 ul li {
  margin-bottom: 30px;
}
.box-4 .box-4-content .boxes-5 .box-5 ul li:last-child {
  margin-bottom: 0;
}
.box-4 .box-4-content .boxes-5 .box-5 ul li .description {
  padding-top: 20px;
  display: none;
}
.box-4 .box-4-content .boxes-5 .box-5 ul li .name-1 {
  font-weight: bold;
}
.box-4 .box-4-content .boxes-5 .box-5 ul li .name-1 span {
  cursor: pointer;
  display: inline-block;
  padding: 2px 0;
  background: url("../../img/frontend/icons/12.png") right center no-repeat;
  padding-right: 30px;
}

.form-box {
  width: 810px;
  margin: 0 auto;
  max-width: 100%;
  padding: 50px 0;
}
.form-box .form-button-box {
  display: flex;
  justify-content: center;
}
.form-box .form-button-box .btn-1 {
  margin: 0 12px;
}

.label-box {
  margin-bottom: 10px;
}
.label-box label {
  margin: 0;
  display: block;
  font-weight: 500;
}

.input-box {
  position: relative;
  margin-bottom: 26px;
}
.input-box .sign {
  position: absolute;
  right: -15px;
  top: -3px;
}
.input-box input, .input-box textarea {
  display: block;
  height: 40px;
  border: 1px solid rgb(52, 58, 64);
  width: 100%;
  padding: 0 15px;
}
.input-box textarea {
  resize: none;
  overflow: auto;
  height: 268px;
  padding: 10px 15px;
}

.btn-1-2 {
  color: rgb(52, 58, 64);
}
.btn-1-2:hover {
  color: rgb(52, 58, 64);
}

.content-box-5 .content-box-5-1 .description .txt-1 {
  margin-top: -10px;
}

.content-box-5 .content-box-5-1 .description .button-box a:hover {
  opacity: 0.9;
}

.box-3:hover img {
  opacity: 0.9;
}

.box-4 .box-4-content .boxes-5 .box-5 ul li .name-1 span {
  transition: 0.15s linear;
}

.box-4 .box-4-content .boxes-5 .box-5 ul li .name-1 span:hover {
  opacity: 0.9;
}

.box-4-content {
  display: none;
}

.box-4 .name {
  transition: 0.15s linear;
}

.box-4:hover .name {
  opacity: 0.9;
}

.boxes-4 .box-4 .name.active {
  background-image: url("../../img/frontend/icons/11-1.png");
}

.content-box-7 .content-box-7-1 {
  border-top: 1px solid #C0B9B2;
  padding-top: 30px;
  margin-bottom: 50px;
}
.content-box-7 .content-box-7-1 .description {
  width: 1040px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
}

.boxes-6 .row-box {
  display: flex;
  padding: 0 30px;
  padding-top: 20px;
}
.boxes-6 .row-box .col-box {
  text-align: center;
  width: 20%;
  padding: 0 30px;
}
.boxes-6 .row-box .col-box .box-6 .name {
  margin: 40px 0 25px 0;
  font-weight: bold;
  font-size: 23px;
  min-height: 104px;
  line-height: 26px;
}
.boxes-6 .row-box .col-box .box-6 .name span {
  color: #DF0A25;
}
.boxes-6 .row-box .col-box .box-6 figure {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-box-8 .content-box-8-1 {
  border-top: 1px solid #C0B9B2;
  padding-top: 30px;
  margin-bottom: 50px;
}
.content-box-8 .content-box-8-1 .description {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
}
.content-box-8 .content-box-8-1 .description p {
  margin-bottom: 15px;
}
.content-box-8 .content-box-8-1 .description p:last-child {
  margin-bottom: 0;
}

.boxes-7 .row-box {
  display: flex;
}
.boxes-7 .row-box .col-box {
  width: 33.33333%;
}
.boxes-7 .row-box .col-box .box-7 {
  padding: 30px 35px 35px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.boxes-7 .row-box .col-box .box-7-1 {
  background: #fbfbfa;
}
.boxes-7 .row-box .col-box .box-7-2 {
  background: #ecebe7;
}
.boxes-7 .row-box .col-box .box-7-3 {
  background: #fbfbfa;
}
.boxes-7 .row-box .col-box .box-7 .name {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.x-box-1 {
  width: 480px;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.2;
}
.x-box-1 .x-txt-1 {
  margin-bottom: 20px;
}
.x-box-1 .x-row {
  display: flex;
}
.x-box-1 .x-row .x-col {
  text-align: center;
  width: 25%;
}
.x-box-1 .x-row-2 {
  height: 10px;
  background: rgba(52, 58, 64, 0.5);
  margin: 5px 0;
}
.x-box-1 .x-row-2 .x-col {
  height: 10px;
  position: relative;
}
.x-box-1 .x-row-2 .x-col:after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 3px;
  height: 18px;
  content: "";
  display: block;
  background: rgb(52, 58, 64);
}
.x-box-1 .x-row-2 .x-col:last-child:after {
  display: none;
}

/* *** REJESTRACJA WYKONAWCY *** */
.main-content {
  padding: 32px 0 70px 0;
}

.wrapper-1 {
  width: 1224px;
  margin: 0 auto;
  max-width: 100%;
}

.menu-1 {
  margin-bottom: 35px;
}
.menu-1 ul {
  margin: 0 -15px;
  display: flex;
  list-style: none;
  padding: 0;
}
.menu-1 ul li {
  width: 50%;
  padding: 0 15px;
}
.menu-1 ul li a {
  display: flex;
  height: 132px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f7f7f7;
  line-height: 1.2;
  color: #828689;
  font-size: 23px;
  font-weight: bold;
}
.menu-1 ul .current a {
  color: rgb(52, 58, 64);
  background: #d6d7d9;
}
.menu-1 ul a:hover {
  color: rgb(52, 58, 64);
  background: #d6d7d9;
}

.title-1 {
  border-bottom: 1px solid rgb(192, 185, 178);
  color: rgb(52, 58, 64);
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 40px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

.f-title {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.form-box-1 {
  margin-bottom: 50px;
}
.form-box-1 .row-box {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}
.form-box-1 .row-box .col-box-1 {
  width: 464px;
}
.form-box-1 .row-box .col-box {
  padding: 0 15px;
}
.form-box-1 .row-box .col-box-2 {
  width: 244px;
}
.form-box-1 .row-box .col-box-3 {
  width: 220px;
}
.form-box-1 .row-box .col-box-4 {
  width: 342px;
}
.form-box-1 .row-box .col-box-5 {
  width: 620px;
}
.form-box-1 .row-box .col-box-6 {
  width: 464px;
}
.form-box-1 .row-box .col-box-7 {
  width: 242px;
}
.form-box-1 .col-boxes {
  display: flex;
}

.checkbox-content .checkbox-box {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
.checkbox-content .checkbox-box label {
  padding-left: 44px;
  position: relative;
  display: block;
  margin: 0;
}
.checkbox-content .checkbox-box label .icheckbox {
  width: 16px;
  height: 16px;
  border: 1px solid rgb(52, 58, 64);
  position: absolute;
  top: 3px;
  left: 0;
}
.checkbox-content .checkbox-box label .icheckbox.checked {
  background: rgb(223, 10, 37) url("../../img/frontend/icons/18.png") center no-repeat;
  border-color: rgb(223, 10, 37);
}
.checkbox-content .checkbox-box:last-child {
  margin-bottom: 0;
}
.checkbox-content .checkbox-box a {
  color: rgb(52, 58, 64);
  text-decoration: none;
}
.checkbox-content .checkbox-box .link-red {
  color: rgb(223, 10, 37);
}

.mr40 {
  margin-bottom: 40px;
}

.mr30 {
  margin-bottom: 30px;
}

.mr20 {
  margin-bottom: 20px;
}

.content-box-9 {
  font-size: 16px;
}
.content-box-9 .checkbox-box {
  margin-bottom: 11px;
}
.content-box-9 .txt-1 {
  font-weight: 500;
  margin-bottom: 20px;
}
.content-box-9 .txt-1 a {
  color: rgb(52, 58, 64);
  text-decoration: none;
}
.content-box-9 .txt-2 {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.content-box-10 .button-box {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-box-10 .txt {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

/* *** KATALOG NAGROD *** */
.content-box-11 {
  display: flex;
  justify-content: flex-end;
  margin-top: -80px;
}

.sort-box {
  position: relative;
}
.sort-box ul {
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sort-box ul li {
  font-size: 14px;
}
.sort-box ul li a {
  color: #343A40;
  display: block;
  padding: 4px 20px;
}
.sort-box ul li a:hover {
  color: #DF0A25;
}
.sort-box .name {
  font-size: 16px;
  height: 41px;
  padding: 0 20px;
  transition: 0.15s linear;
  cursor: pointer;
  line-height: 42px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.sort-box .name span {
  padding: 2px 0;
  padding-right: 40px;
  background: url("../../img/frontend/icons/19.png") center right no-repeat;
  font-weight: 500;
}

.sort-box:hover .name {
  color: #DF0A25;
}

.sort-box:hover ul {
  display: block;
}

.sort-box {
  z-index: 2;
  margin-bottom: 45px;
}

.nav-tabs-1 {
  margin-bottom: 80px;
}
.nav-tabs-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.nav-tabs-1 ul li {
  width: 14.28%;
  border-left: 1px solid rgba(52, 58, 64, 0.3);
  padding: 0 20px;
}
.nav-tabs-1 ul li:first-child {
  border-left: none;
}
.nav-tabs-1 ul a {
  display: block;
  height: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  border: 3px solid rgba(52, 58, 64, 0);
  color: rgb(52, 58, 64);
}
.nav-tabs-1 ul a:hover {
  color: #DF0A25;
}
.nav-tabs-1 .current a {
  color: rgba(52, 58, 64, 0.5) !important;
  border: 3px solid rgba(52, 58, 64, 0.5);
}

.cont-box {
  display: none;
}

.boxes-8 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.boxes-8:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
  display: block;
}
.boxes-8:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
}
.boxes-8 .col-box {
  width: 25%;
}
.boxes-8 .col-box .box-8 {
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(52, 58, 64, 0.3);
  border-bottom: 1px solid rgba(52, 58, 64, 0.3);
  padding: 15px;
}
.boxes-8 .col-box .box-8 figure {
  height: 364px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  text-align: center;
}
.boxes-8 .col-box .box-8 .description {
  font-size: 20px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
}
.boxes-8 .col-box .box-8 .description .txt-2 {
  padding-left: 15px;
  color: rgb(223, 10, 37);
  white-space: nowrap;
}
.boxes-8 .btn-basket {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.btn-basket {
  width: 30px;
  height: 30px;
  display: block;
  background: url("../../img/frontend/icons/20.png") center no-repeat;
}

.info {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 41px;
  min-width: 138px;
  padding: 0 15px;
  text-align: center;
  background: rgb(227, 6, 19);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  color: #fff;
}
.info:after {
  width: 17px;
  height: 18px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: url("../../img/frontend/icons/21.png");
  content: "";
}

.nav-tabs-1 a {
  padding: 0 5px;
}

.content-box-12 {
  display: flex;
  justify-content: space-between;
}
.content-box-12 .col-box-left {
  width: 708px;
  margin-right: 40px;
}
.content-box-12 .col-box-right {
  width: 464px;
}
.content-box-12 .content-box-13 h3 {
  font-weight: bold;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-box-12 .content-box-13 .text {
  color: rgb(134, 142, 150);
  width: 574px;
  max-width: 100%;
}
.content-box-12 .content-box-13 .image {
  border-bottom: 1px solid rgba(52, 58, 64, 0.3);
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
  position: relative;
  text-align: center;
}
.content-box-12 .content-box-13 .image .info {
  top: 20px;
}

.info-small {
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  min-width: 110px;
}
.info-small:after {
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
}

.wrapper-2 {
  width: 1320px;
  margin: 0 auto;
  max-width: 100%;
}

.content-box-14 {
  margin-top: 65px;
}
.content-box-14 .txt {
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-box-14 .txt-1 {
  font-weight: 500;
}
.content-box-14 .button-box {
  display: flex;
  justify-content: flex-end;
}
.content-box-14 .button-box-1 {
  text-align: right;
  margin: 10px 0 100px 0;
}
.content-box-14 .button-box-1 a {
  font-size: 10px;
  line-height: 1.2;
  color: rgb(52, 58, 64);
}
.content-box-14 .button-box-1 a:hover {
  color: rgb(227, 6, 19);
}

.content-box-14-1 {
  border-top: 1px solid rgba(52, 58, 64, 0.3);
  padding-top: 20px;
}

.content-box-15 {
  border-bottom: 1px solid rgba(52, 58, 64, 0.3);
  text-align: center;
  padding: 35px 0 20px 0;
  font-size: 23px;
  line-height: 1.2;
}
.content-box-15 .txt-3 {
  font-size: 26px;
  font-weight: bold;
}
.content-box-15 .txt-1 {
  font-weight: bold;
}
.content-box-15 .txt-2 {
  padding: 70px 0;
  font-weight: 500;
}

.nav-tabs-2 {
  margin-bottom: 35px;
}
.nav-tabs-2 ul {
  margin: 0 -15px;
  display: flex;
  list-style: none;
  padding: 0;
}
.nav-tabs-2 ul li {
  width: 50%;
  padding: 0 15px;
}
.nav-tabs-2 ul li a {
  display: flex;
  height: 132px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #eaebeb;
  line-height: 1.2;
  color: #828689;
  font-size: 23px;
  font-weight: bold;
}
.nav-tabs-2 ul .current a {
  color: rgb(52, 58, 64);
  background: #d6d7d9;
}
.nav-tabs-2 ul a:hover {
  color: rgb(52, 58, 64);
  background: #d6d7d9;
}

.boxes-9 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.boxes-9:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
  display: block;
}
.boxes-9:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
}
.boxes-9 .col-box {
  width: 33.333%;
}
.boxes-9 .col-box .box-9 {
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(52, 58, 64, 0.3);
  border-bottom: 1px solid rgba(52, 58, 64, 0.3);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.boxes-9 .col-box .txt-1 {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  width: 100%;
}
.boxes-9 .col-box .txt-1 .txt-1-2 {
  margin-left: 20px;
}
.boxes-9 .col-box .txt-1 .txt-1-2 a {
  white-space: nowrap;
  color: rgb(52, 58, 64);
  font-size: 15px;
  font-weight: 500;
  padding-right: 15px;
  background: url("../../img/frontend/icons/22.png") center right no-repeat;
}
.boxes-9 .col-box .txt-1 .txt-1-2 a:hover {
  opacity: 0.9;
}
.boxes-9 .col-box .txt-1 .txt-1-1 {
  font-weight: 500;
}
.boxes-9 .col-box .txt-1 .txt-1-1 strong {
  display: block;
  font-size: 20px;
}
.boxes-9 .col-box figure {
  width: auto;
  height: 250px;
  display: flex;
  margin-right: 20px;
  align-items: flex-end;
  justify-content: center;
}
.boxes-9 .col-box figure img {
  width: auto;
  height: auto !important;
}
.boxes-9 .col-box .txt-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.boxes-9 .col-box .txt-2-1 table {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.boxes-9 .col-box .txt-2-1 table tr td {
  padding-top: 15px;
}
.boxes-9 .col-box .txt-2-1 table tr td:last-child {
  color: #DF0A25;
  padding-left: 38px;
}

/* *** PO ZALOGOWANIU *** */
.h-box-2 {
  display: flex;
  align-items: center;
}

.h-box-2 .h-contact {
  margin-left: 42px;
}

.h-box-1-1 {
  display: flex;
  align-items: center;
}

.btn-basket-1 {
  margin-right: 40px;
  color: #343A40;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 500;
  background: url("../../img/frontend/icons/23.png") left 5px no-repeat;
  padding-left: 55px;
}
.btn-basket-1 strong {
  color: #DF0A25;
  display: block;
  margin-bottom: -2px;
  font-size: 16px;
  line-height: 22px;
}
.btn-basket-1:hover {
  color: #343A40;
  opacity: 0.9;
}

.logout {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #343A40;
  opacity: 0.8;
  font-size: 12px;
  margin: 2px 0;
}

.logout:hover {
  color: #DF0A25;
}

.header-box {
  position: relative;
}

.z-slider-1 {
  position: relative;
  text-align: center;
  margin-top: -10px;
}
.z-slider-1 .container {
  position: relative;
}
.z-slider-1 .swiper-pagination {
  left: 0;
  text-align: left;
  height: 13px;
  bottom: 40px;
  width: 100%;
}
.z-slider-1 .swiper-pagination-bullet {
  background: #343A40;
  width: 13px;
  height: 13px;
  margin: 0 30px 0 0;
  border-radius: 0;
  text-indent: -9999999px;
  opacity: 1;
}
.z-slider-1 .swiper-pagination-bullet-active {
  background: #DF0A25;
}
.z-slider-1 .swiper-container-horizontal > .swiper-pagination-bullets, .z-slider-1 .swiper-pagination-custom, .z-slider-1 .swiper-pagination-fraction {
  text-align: left;
  height: 13px;
  bottom: 30px;
}
.z-slider-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 40px 0 0;
}

.add-fv-content {
  position: fixed;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 40px 20px;
  background-image: linear-gradient(transparent, #fff);
}

@media only screen and (min-width: 1660px) {
  .add-fv-content a {
    height: 64px;
    font-size: 35px;
    padding-top: 11px;
    width: 410px;
  }
}
.body-logged footer {
  margin-bottom: 145px;
}

.z-title {
  margin: 0;
}
.z-title .container h1, .z-title .container h2 {
  padding: 24px 0;
  border-bottom: 1px solid rgba(52, 58, 64, 0.3);
}

.z-content-box-3 h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
}
.z-content-box-3 .date {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 25px;
}
.z-content-box-3 h3 {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.z-content-box-3 .text {
  font-weight: 500;
}
.z-content-box-3 .text p,
.z-content-box-3 .text ul,
.z-content-box-3 .text ol {
  color: rgb(134, 142, 150);
}

.z-content-box-4 {
  margin-bottom: 170px;
  padding-top: 100px;
}
.z-content-box-4 h3 {
  color: #343A40;
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 60px;
  font-weight: bold;
}
.z-content-box-4 .size-box {
  display: flex;
}
.z-content-box-4 .size-box a, .z-content-box-4 .size-box span {
  margin-right: 15px;
  display: block;
  min-width: 40px;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgb(52, 58, 64);
  font-size: 15px;
  font-weight: 500;
  border: 1px solid rgba(52, 58, 64, 0.2);
  padding-left: 5px;
  padding-right: 5px;
}
.z-content-box-4 .size-box a:hover {
  border-color: rgb(223, 10, 37);
}
.z-content-box-4 .size-box span {
  color: rgba(52, 58, 64, 0.1);
}
.z-content-box-4 .size-box .current {
  border-color: rgb(223, 10, 37);
}

.z-content-box-5 .txt {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid rgba(52, 58, 64, 0.2);
  padding-bottom: 13px;
  margin-bottom: 24px;
}
.z-content-box-5 .button-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z-content-box-5 .button-box .price {
  color: rgb(52, 58, 64);
  font-size: 13px;
  font-weight: 500;
}
.z-content-box-5 .button-box .price strong {
  display: block;
  font-weight: bold;
  color: rgb(223, 10, 37);
  font-size: 30px;
  line-height: 1.2;
}

.btn-basket-2 {
  background: rgb(223, 10, 37);
  height: 40px;
  line-height: 37px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0 65px;
}
.btn-basket-2 span {
  display: inline-block;
  padding: 3px 0;
  padding-left: 31px;
  background: url("../../img/frontend/icons/25.png") left center no-repeat;
}

.btn-basket-2:hover {
  opacity: 0.9;
  color: #fff;
}

.z-content-box-6 {
  font-size: 23px;
  line-height: 26px;
}
.z-content-box-6 .txt-1 {
  font-weight: 500;
  margin-bottom: 50px;
}
.z-content-box-6 .txt-2 {
  border-bottom: 1px solid rgba(52, 58, 64, 0.3);
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 19px;
  font-weight: bold;
  margin-bottom: 24px;
}
.z-content-box-6 .z-content-box-6-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 35px;
}
.z-content-box-6 .z-content-box-6-1 .btn-1 {
  min-width: 166px;
}
.z-content-box-6 .z-content-box-6-1 .txt-3 {
  font-weight: 500;
}
.z-content-box-6 .z-content-box-6-1 .txt-3 .txt-3-2 {
  padding-top: 5px;
}
.z-content-box-6 .z-content-box-6-1 .txt-3 .txt-3-2 input {
  margin-right: 5px;
}

.z-input-box {
  width: 166px;
  color: rgb(52, 58, 64);
  padding: 0 10px;
  height: 40px;
  font-weight: 500;
  padding-top: 2px;
  border: 2px solid rgba(52, 58, 64, 0.2);
}

.z-table-1 {
  overflow: auto;
}
.z-table-1 table {
  width: 100%;
}
.z-table-1 table tr td:last-child {
  text-align: right;
  padding-left: 30px;
}
.z-table-1 table tr td {
  font-weight: 500;
  padding-bottom: 30px;
}
.z-table-1 table tr td input {
  margin-top: 5px;
  width: 634px;
  max-width: 100%;
}
.z-table-1 table tr td:last-child {
  font-size: 26px;
  font-weight: bold;
}

.font-23 {
  font-size: 23px;
  line-height: 26px;
}

.z-content-box-7 {
  text-align: center;
  font-weight: 500;
  border-top: 1px solid #ECEBE7;
  border-bottom: 1px solid #ECEBE7;
  padding: 60px 0;
}

.z-content-box-8 {
  position: relative;
  padding: 60px 0;
  border-bottom: 1px solid #ECEBE7;
}
.z-content-box-8 .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.z-content-box-8 .row-box {
  display: flex;
  margin: 0 -15px;
}
.z-content-box-8 .row-box .col-box {
  width: 33.33333%;
  padding: 0 15px;
  text-align: center;
}
.z-content-box-8 .row-box .col-box .txt-1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  color: #343A40;
}
.z-content-box-8 .row-box .col-box .txt-2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 10px;
}
.z-content-box-8 .row-box .col-box .txt-2-1 {
  opacity: 0.2;
}

.z-content-box-9 {
  padding: 60px 0;
  border-bottom: 1px solid #ECEBE7;
}
.z-content-box-9 .txt-1 {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 50px;
}
.z-content-box-9 .txt-1 .txt-1-1-1, .z-content-box-9 .txt-1 .txt-1-2-1 {
  font-size: 30px;
}
.z-content-box-9 .txt-1 .txt-1-2 {
  text-align: right;
}
.z-content-box-9 .txt-1 .txt-1-1-2 span {
  color: #E30613;
}

.z-progress-content .z-progress {
  height: 24px;
  background: rgba(223, 10, 37, 0.2);
}
.z-progress-content .z-progress div {
  height: 24px;
  background: rgb(223, 10, 37);
  position: relative;
}
.z-progress-content .z-progress div span {
  position: absolute;
  top: -10.5px;
  right: -24px;
  display: block;
  width: 48px;
  background: rgb(223, 10, 37);
  height: 45px;
  border: 1px solid #fff;
}
.z-progress-content .txt-box {
  display: flex;
}
.z-progress-content .txt-box .col-box {
  position: relative;
  width: 25%;
  padding: 22px 5px 0 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.z-progress-content .txt-box .col-box:after {
  position: absolute;
  top: -24px;
  right: 0;
  width: 3px;
  height: 24px;
  background: #fff;
  content: "";
  display: block;
}

.z-title-1 {
  text-align: center;
  margin-bottom: 50px;
}
.z-title-1 h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}

.z-content-box-10 {
  padding: 60px 0;
  border-bottom: 1px solid #ECEBE7;
}

.z-title-1 h2 img {
  display: inline-block;
  vertical-align: middle;
  margin: -10px 10px 0 0;
}

.z-content-box-10 .description {
  width: 936px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  font-weight: 500;
}
.z-content-box-10 .description .txt-1 {
  margin-bottom: 60px;
}
.z-content-box-10 .description .txt-2 {
  width: 765px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.z-content-box-10 .description .txt-3 {
  margin-bottom: 60px;
  font-weight: bold;
}

.z-table-2 table {
  width: 100%;
}
.z-table-2 table tr td, .z-table-2 table tr th {
  padding: 15px 15px 13px 15px;
}
.z-table-2 table tr td {
  padding: 20px 15px 18px 15px;
}
.z-table-2 table tr th {
  font-weight: 500;
  background: rgba(52, 58, 64, 0.2);
}
.z-table-2 table tr td {
  border-bottom: 1px solid rgb(236, 235, 231);
}
.z-table-2 table .txt-1 {
  font-weight: 500;
}
.z-table-2 table .txt-2 {
  font-weight: bold;
}
.z-table-2 table .txt-4 {
  font-size: 30px;
  font-weight: bold;
}
.z-table-2 table .txt-5 {
  color: rgb(101, 170, 126);
  font-weight: 500;
}
.z-table-2 table .txt-5-1 {
  color: rgb(227, 6, 19);
}
.z-table-2 table .txt-6 {
  margin-bottom: 10px;
}
.z-table-2 table .txt-6 span {
  font-size: 17px;
  font-weight: 500;
}
.z-table-2 table .txt-6:last-child {
  margin-bottom: 0;
}
.z-table-2 .buttons-box .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin-bottom: 25px;
}
.z-table-2 .buttons-box .row-box:last-child {
  margin-bottom: 0;
}
.z-table-2 .buttons-box .row-box .col-box {
  padding: 0 20px;
}
.z-table-2 .z-tr-more td {
  border-bottom: none;
}

.z-btn-1 {
  border: 1px solid #343A40;
  height: 40px;
  padding: 0 20px;
  width: 202px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #343A40;
}
.z-btn-1:hover {
  background: #343A40;
  color: #fff;
}

.width-1 {
  width: 270px;
}

.z-tooltip {
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
}

.btn-preview {
  font-size: 13px;
  text-decoration: underline;
  font-weight: 500;
  padding: 10px 0;
  display: inline-block;
  color: rgb(52, 58, 64);
  padding-left: 34px;
  background: url("../../img/frontend/icons/28.png") left center no-repeat;
}
.btn-preview:hover {
  color: rgb(52, 58, 64);
  text-decoration: underline;
  opacity: 0.9;
}

.z-content-box-10 .button-box {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

.z-link-1 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  color: rgb(52, 58, 64);
  padding-right: 15px;
  background: url("../../img/frontend/icons/30.png") center right no-repeat;
}
.z-link-1:hover {
  color: rgb(52, 58, 64);
  opacity: 0.9;
}

.z-content-box-11 {
  position: relative;
  padding: 60px 0;
}
.z-content-box-11 .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.z-content-box-11 .z-title-1 {
  margin: 0 0 15px 0;
}

.z-content-box-12 {
  position: relative;
  padding: 60px 0;
  border-top: 1px solid #ECEBE7;
  text-align: center;
}
.z-content-box-12 .txt-1 {
  font-weight: 500;
  margin: -35px 0 45px 0;
}
.z-content-box-12 .txt-1 span {
  color: #E30613;
}
.z-content-box-12 .z-select {
  width: 568px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 50px;
}

.z-select {
  font-family: "FranklinGothicBookRegular";
}
.z-select select {
  background: transparent;
  -webkit-appearance: none;
  font-family: "FranklinGothicBookRegular";
  border: 2px solid #868E96;
  height: 40px;
  background: url("../../img/frontend/icons/33.png") calc(100% - 15px) center no-repeat;
  padding: 0 15px;
  width: 100%;
}

.z-content-box-11-1 {
  display: none;
  margin-top: 30px;
  padding: 95px 236px;
  background: rgba(52, 58, 64, 0.1);
  margin-top: 50px;
  margin-bottom: -60px;
}
.z-content-box-11-1 table {
  width: 100%;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 500;
}
.z-content-box-11-1 table tr td:first-child {
  width: 65%;
  padding-right: 120px;
  text-align: right;
}
.z-content-box-11-1 table tr td {
  padding-bottom: 10px;
}
.z-content-box-11-1 table tr:last-child td {
  padding-bottom: 0;
}

.btn-arrow {
  display: inline-block;
  padding: 10px;
}

.content-box-11-3 {
  margin-top: 55px;
  padding: 0 100px;
  font-weight: 500;
}
.content-box-11-3 .row-box {
  display: flex;
  margin: 0 -15px;
}
.content-box-11-3 .row-box .col-box {
  padding: 0 15px;
  width: 50%;
}

.content-box-11-4 {
  margin-top: 55px;
}
.content-box-11-4 .txt {
  font-weight: 500;
  margin-bottom: 22px;
}
.content-box-11-4 .txt a {
  color: #343A40;
}
.content-box-11-4 .txt a:hover {
  color: #343A40;
  opacity: 0.9;
}
.content-box-11-4 .checkbox-content {
  margin-bottom: 22px;
}

.link-1 {
  color: rgb(223, 10, 37) !important;
}
.link-1:hover {
  opacity: 0.85;
}

.content-box-11-2 {
  display: none;
}

.z-progress-content .z-progress div span {
  z-index: 3;
}

.z-content-box-10a {
  border-bottom: none;
  padding-top: 15px;
}

.z-content-box-13 .nav-tabs-1 {
  margin-bottom: 30px;
  margin-left: -20px;
}
.z-content-box-13 .z-content-box-13-1 {
  display: flex;
  justify-content: flex-end;
  margin: -69px 0 30px 0;
  align-items: center;
}
.z-content-box-13 .z-content-box-13-1 label {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
}
.z-content-box-13 .z-content-box-13-1 input {
  border: 3px solid #999c9f;
  height: 40px;
  width: 132px;
  margin-right: 24px;
  padding: 0 7px;
  background: url("../../img/frontend/icons/34.png") calc(100% - 7px) center no-repeat;
}
.z-content-box-13 .z-content-box-13-1 .btn-1 {
  width: auto;
  min-width: 1px;
  padding: 0 33px;
}

.z-content-box-10b {
  padding-bottom: 20px;
}

.form-box-2 .row-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form-box-2 .row-box .label-box {
  margin: 0;
  width: 195px;
  text-align: right;
  padding-right: 20px;
}
.form-box-2 .row-box .label-box label {
  font-size: 18px;
  font-weight: 500;
}
.form-box-2 .row-box .input-box {
  margin: 0;
  width: calc(100% - 390px);
}
.form-box-2 .row-box .input-box input {
  height: 56px;
  border-color: #CACACA;
}

.content-box-11-4a .button-box .btn-1 {
  margin: 0 10px;
}

.btn-1-color-black {
  color: #000;
}

.form-box-2 {
  padding-top: 20px;
}

.z-content-box-14 {
  background: rgba(52, 58, 64, 0.1019607843);
  padding: 55px 0;
}
.z-content-box-14 .container {
  display: flex;
  justify-content: space-between;
}
.z-content-box-14 .txt-3 {
  width: 500px;
  max-width: 100%;
  font-weight: 500;
}
.z-content-box-14 .txt-3 p:last-child {
  margin-bottom: 0;
}
.z-content-box-14 .txt-2 {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
}

.facture-box {
  width: 50%;
  margin-right: 30px;
  max-width: 100%;
}

.z-input-file {
  background: #fff url("../../img/frontend/icons/35.png") calc(100% - 20px) center no-repeat;
  height: 45px;
  position: relative;
}
.z-input-file input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.z-input-file .txt-1 {
  padding: 13px 20px;
  font-weight: 500;
}

.z-content-box-15 h3 {
  text-align: centder;
}
.z-content-box-15 .text {
  font-weight: 500;
}

.font-21.format-li ul li {
  margin-bottom: 20px;
}
.font-21.format-li ul li:last-child {
  margin-bottom: 0;
}

.font-21.format-li ul li:after {
  top: 7px;
}

.font-21 {
  font-size: 21px;
  line-height: 24px;
}

.facture-content {
  width: 917px;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

.z-tooltip-2 {
  position: absolute;
  cursor: pointer;
}
.z-tooltip-2 .number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  background: #343A40;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  justify-content: center;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
}
.z-tooltip-2 .txt {
  position: absolute;
  background: #fff;
  font-size: 14px;
  z-index: 2;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease-in-out;
  top: 22px;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  padding: 8px 10px;
  transform: scale(0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.z-tooltip-2:hover .txt {
  transform: scale(1);
}
.z-tooltip-2:hover .number {
  transform: scale(0.3);
  background: #DF0A25;
  color: #DF0A25;
}

.header-1 .header-box {
  justify-content: flex-end;
}

.content-box-1a span {
  font-weight: 500;
}

.content-box-16 {
  display: flex;
  padding-top: 35px;
}
.content-box-16 .col-box {
  width: 50%;
}
.content-box-16 a {
  display: block;
  position: relative;
}
.content-box-16 a .btn-1 {
  position: absolute;
  margin: 30px;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  right: 0;
  text-transform: uppercase;
  height: 55px;
  font-size: 22px;
  font-weight: 400;
  line-height: 55px;
  border-radius: 10px;
  opacity: 1 !important;
}
.content-box-16 a:hover {
  opacity: 0.9;
}

.z-content-box-17 .row-box-1 {
  margin: 0 -15px;
  display: flex;
}
.z-content-box-17 .row-box-1 .col-box-1 {
  width: 50%;
  padding: 0 15px;
}

.boxes-10 .box-10 {
  position: relative;
  border-bottom: 1px solid rgba(52, 58, 64, 0.3);
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
}
.boxes-10 .box-10 figure {
  width: calc(50% - 12px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 291px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.boxes-10 .box-10 .description {
  width: 50%;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.boxes-10 .box-10 .description h2 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.boxes-10 .box-10 .description .txt-1 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.box-10-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-10-bottom .price {
  font-weight: bold;
  color: rgb(223, 10, 37);
  font-size: 26px;
}
.box-10-bottom .b-left {
  display: flex;
  align-items: center;
}
.box-10-bottom .b-left .remove {
  margin-right: 20px;
}

.remove {
  width: 13px;
  height: 16px;
  display: block;
  background: url("../../img/frontend/icons/37.png") center no-repeat;
}
.remove:hover {
  opacity: 0.85;
}

.quantity-box {
  width: 115px;
  height: 40px;
  background: rgb(246, 246, 246);
  padding: 5px;
  position: relative;
}
.quantity-box input {
  height: 30px;
  width: 100%;
  background: none;
  text-align: center;
  padding-top: 2px;
  border: none;
  color: rgb(52, 58, 64);
  font-size: 17px;
  font-weight: bold;
}
.quantity-box .minus, .quantity-box .plus {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  display: block;
}
.quantity-box .minus {
  background: #fff url("../../img/frontend/icons/minus.png") center no-repeat;
}
.quantity-box .minus:hover {
  opacity: 0.85;
}
.quantity-box .plus {
  right: 5px;
  background: #fff url("../../img/frontend/icons/plus.png") center no-repeat;
  left: auto;
}
.quantity-box .plus:hover {
  opacity: 0.85;
}

.z-content-box-18 {
  background: rgba(52, 58, 64, 0.1);
  padding: 80px 110px;
}

.steps {
  font-size: 11px;
  display: flex;
  position: relative;
  font-weight: 500;
  justify-content: space-between;
}
.steps .step-box {
  width: 42px;
  text-align: center;
}
.steps .step-box .txt {
  width: 80px;
  margin-left: -19px;
}
.steps .step-box:before {
  position: absolute;
  top: 12px;
  background-color: rgb(223, 10, 37);
  height: 1px;
  width: calc(50% - 99px);
  display: block;
  content: "";
  left: 60px;
}
.steps .step-icon {
  border: 1px solid rgba(52, 58, 64, 0.5);
  width: 22px;
  height: 22px;
  margin: 0 auto;
}
.steps .current .step-icon {
  border-color: rgb(223, 10, 37);
  position: relative;
}
.steps .current .step-icon:after {
  width: 16px;
  height: 16px;
  margin: 2px;
  background-color: rgb(223, 10, 37);
  content: "";
  display: block;
}

.z-content-box-18 h3 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  padding: 60px 0;
}
.z-content-box-18 .button-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}
.z-content-box-18 .button-box .btn-1 {
  width: 288px;
}
.z-content-box-18 .button-box .btn-1-color-black {
  margin-top: 23px;
}

.z-table-3 table {
  width: 100%;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
}
.z-table-3 table tr td {
  padding-bottom: 8px;
}
.z-table-3 table tr td:last-child {
  text-align: right;
  padding-left: 20px;
}
.z-table-3 table tr td:last-child {
  margin-bottom: 0;
}

.box-10-bottom .price {
  padding-top: 3px;
}

.steps .step-box:nth-child(2):before {
  left: 50%;
  margin-left: 38px;
}

.form-box-4 {
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}

.form-control {
  background: none;
  border: 1px solid #CACACA;
  height: 56px !important;
  background: none !important;
  border-radius: 0;
}

.form-floating > label {
  color: #000;
}

.z-content-box-20 {
  text-align: center;
  width: 574px;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
  font-weight: 500;
  max-width: 100%;
  color: #868E96;
}
.z-content-box-20 strong {
  color: #343A40;
}
.z-content-box-20 .txt-1 {
  font-weight: bold;
  display: flex;
  padding-top: 20px;
  margin-bottom: -20px;
  justify-content: space-between;
}
.z-content-box-20 .txt-1 .txt-1-1 {
  margin-top: 25px;
}

.z-content-box-18-1 {
  padding-top: 52px;
  padding-bottom: 52px;
}

input:disabled {
  background: #fff url("../../img/frontend/icons/38.png") calc(100% - 20px) center no-repeat;
}

/* *** SPRZEDAWCA *** */
.body-1 .btn-basket-1 {
  margin-right: 0;
}

.z-content-box-21 {
  text-align: center;
  border-top: 1px solid #ECEBE7;
  font-weight: 500;
  padding: 30px 0 60px 0;
}

.z-content-box-22 {
  width: 524px;
  margin: 0 auto;
  max-width: 100%;
}
.z-content-box-22 label {
  text-align: center;
}
.z-content-box-22 .button-box {
  padding-top: 8px;
  text-align: center;
}
.z-content-box-22 .button-box a {
  margin: 0 12px;
}

.z-content-box-6 .z-table-1 table tr td:last-child {
  white-space: nowrap;
}

.z-content-box-23 {
  text-align: center;
}
.z-content-box-23 .margin-bottom-2 {
  margin-bottom: 60px;
}
.z-content-box-23 .text {
  font-weight: 500;
}

.z-boxes-1 {
  text-align: left;
}
.z-boxes-1 .z-box-1 {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: space-between;
}
.z-boxes-1 .z-box-1 .description {
  width: calc(50% - 25px);
}
.z-boxes-1 .z-box-1 figure {
  width: calc(50% - 25px);
}
.z-boxes-1 .z-box-1 ul li {
  margin-bottom: 20px;
}
.z-boxes-1 .z-box-1 ul li:last-child {
  margin-bottom: 0;
}
.z-boxes-1 .format-li ul li:after {
  top: 7px;
}
.z-boxes-1 .text {
  font-weight: 500;
}
.z-boxes-1 small {
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  display: block;
}

@media only screen and (min-width: 767px) {
  .z-boxes-1 .z-box-1-1 .description {
    order: 2;
  }
  .z-boxes-1 .z-box-1-1 figure {
    order: 1;
  }
}
.z-title-1-1 {
  margin-bottom: 15px;
}

.z-content-box-24 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.z-content-box-24 .txt-1 {
  font-weight: 500;
}
.z-content-box-24 .txt-1 span {
  color: #E30613;
}

.z-search-box-1 .z-search-1 {
  display: flex;
  align-items: center;
}
.z-search-box-1 .z-search-1 label {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.z-search-box-1 .z-search-1 input {
  width: 156px;
  height: 40px;
  border: 1px solid #343A40;
  margin: 0 24px;
  padding: 0 10px;
}
.z-search-box-1 .z-search-1 button {
  min-width: 132px;
}

.content-box-11-2a .txt-2-2-2 {
  font-weight: 500;
  padding-top: 30px;
  text-align: center;
}

.f-title-1 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

.h-box-3 {
  display: flex;
  align-items: center;
}
.h-box-3 .logo {
  margin-right: 30px;
}

.z-slider-1 .swiper-slide {
  position: relative;
}
.z-slider-1 .swiper-slide .description-1 {
  left: 65%;
  top: 30%;
  width: 30%;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
  position: absolute;
}

.z-content-box-25 {
  font-weight: bold;
  text-align: center;
  padding-top: 35px;
}

.z-content-box-25 + .z-content-box-1 .z-slider-1 {
  margin-top: 0;
}

.z-content-box-26 {
  padding-top: 50px;
}

.z-menu-1 {
  display: flex;
  justify-content: center;
}
.z-menu-1 > ul {
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  list-style: none;
}
.z-menu-1 > ul > li {
  width: 20%;
  position: relative;
  border-left: 1px solid rgba(52, 58, 64, 0.3) !important;
}
.z-menu-1 > ul > li:last-child {
  border-right: 1px solid rgba(52, 58, 64, 0.3) !important;
}
.z-menu-1 > ul > li > a {
  display: block;
  color: #343A40;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 6px 10px;
}

.z-select-1 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.z-select-1 ul {
  background: #fafafa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px 0;
  display: none;
  list-style: none;
}
.z-select-1 ul li {
  position: relative;
}
.z-select-1 ul li:last-child {
  margin-bottom: 0;
}
.z-select-1 ul li a {
  line-height: 1.3;
  display: block;
  color: #343A40;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
}
.z-select-1 ul li ul {
  position: absolute;
  top: -10px;
  width: 200px;
  left: 100%;
}

.z-menu-1 > ul > li:hover > .z-select-1 > ul {
  display: block;
}

.z-menu-1 > ul > li > .z-select-1 > ul li:hover ul {
  display: block;
}

.z-menu-1 > ul > li:hover {
  z-index: 2;
}

.z-menu-1 a:hover {
  color: #E30613 !important;
}

.z-menu-1 a span {
  padding-right: 20px;
  padding-left: 20px;
  background: url("../../img/frontend/icons/39.png") right center no-repeat;
}

.z-menu-1 > ul > li:hover > a span {
  background: url("../../img/frontend/icons/39-1.png") right center no-repeat;
}

.z-content-box-27 .row-box {
  display: flex;
  margin: 0 -12px;
}
.z-content-box-27 .row-box .col-box {
  width: 50%;
  padding: 0 12px;
}
.z-content-box-27 .row-box .col-box .name {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  padding: 25px 15px 22px 15px;
  background: rgba(52, 58, 64, 0.1);
}
.z-content-box-27 .row-box .col-box .description {
  padding: 25px 80px;
}
.z-content-box-27 .row-box .col-box .description table {
  width: 100%;
  font-weight: 500;
}
.z-content-box-27 .row-box .col-box .description table tr td:last-child {
  white-space: nowrap;
  padding-left: 20px;
}
.z-content-box-27 .row-box .col-box .description table td {
  padding-bottom: 10px;
}
.z-content-box-27 .row-box .col-box .description table tr:last-child td {
  padding-bottom: 0;
}
.z-content-box-27 .row-box .col-box .description table .padding-1 {
  padding-left: 25px;
}

.z-title-2 h2 {
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.z-title-2 {
  margin-bottom: 40px;
  border-top: 1px solid rgba(52, 58, 64, 0.12);
  padding-top: 30px;
}

.z-content-box-13a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z-content-box-13a .z-txt-1 {
  font-weight: 500;
}
.z-content-box-13a .z-txt-1 a {
  color: rgb(227, 6, 19);
}
.z-content-box-13a .z-txt-2 {
  font-weight: 500;
}

.z-content-box-13a .z-content-box-13-1 {
  margin: 0;
}

.z-content-box-13a {
  margin-bottom: 30px;
}

.z-table-4 {
  overflow: auto;
}
.z-table-4 table {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.z-table-4 table tr th {
  border-top: 1px solid rgba(52, 58, 64, 0.12);
  border-bottom: 1px solid rgba(52, 58, 64, 0.12);
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.z-table-4 table tr th, .z-table-4 table tr td {
  padding: 7px 10px 5px 10px;
}
.z-table-4 table tr td {
  font-weight: 500;
}

.z-content-box-13 .z-content-box-13-1 input.not-calendar {
  background: #fff;
}

.z-content-box-13-1 select {
  border: 3px solid #999c9f;
  height: 40px;
  width: 132px;
  margin-right: 24px;
  padding: 0 7px;
}

.z-content-box-28 {
  color: rgb(52, 58, 64);
  border-bottom: 1px solid rgba(52, 58, 64, 0.12);
  padding-bottom: 30px;
}
.z-content-box-28 .row-box {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}
.z-content-box-28 .row-box .col-box {
  padding: 0 15px;
  width: 40%;
}
.z-content-box-28 .row-box .col-box .button-box {
  padding-top: 20px;
}
.z-content-box-28 .row-box .col-box .txt {
  font-weight: 500;
  display: flex;
}
.z-content-box-28 .row-box .col-box .txt span {
  padding-left: 10px;
  display: block;
}
.z-content-box-28 .row-box .col-box table {
  width: 100%;
  font-weight: 500;
}
.z-content-box-28 .row-box .col-box table tr td {
  padding: 0 0 10px 0;
}
.z-content-box-28 .row-box .col-box table tr td:last-child {
  padding-left: 10px;
  text-align: right;
}
/* *** 27.01 *** */
.status-waiting {
    background-image: url('../../../img/frontend/frontend/icons/status-waiting.png');
}

.status-ordered {
    background-image: url('../../../img/frontend/frontend/icons/status-waiting.png');
}

.status-canceled {
    background-image: url('../../../img/frontend/frontend/icons/img29.png');
}

.status-sent {
    background-image: url('../../../img/frontend/frontend/icons/status-finished.png');
}

.status-inProgress {
    background-image: url('../../../img/frontend/frontend/icons/status-finished.png');
}

.status-placed {
    background-image: url('../../../img/frontend/frontend/icons/status-waiting.png');
}

.status-confirmed {
    background-image: url('../../../img/frontend/frontend/icons/status-finished.png');
}

.products-image {
  transition: all 0.4s ease-in-out;
  height: 250px;
}

.products-image:hover {
    transform: scale(1.1);
}

.modal.show .modal-dialog {
   max-width: 82% !important;
}

.z-input-file .txt-1 {
   text-overflow: ellipsis !important;
   white-space: nowrap !important;
   overflow: hidden !important;
   padding-right: 50px !important;
}

@media only screen and (max-width: 992px) {
   .content-box-12 {
       display: block !important;
   }
   .content-box-12 .col-box-left {
       width: 100% !important;
       margin: 0 !important;
   }
   .content-box-12 .col-box-right {
       width: 100% !important;
   }
   .content-box-2 .container {
       flex-wrap: wrap !important;
   }
    .content-box-2 .container .description {
       order: 2 !important;
       width: 100% !important;
    }
    .content-box-2 .container .boxes-1 {
       width: 100% !important;
       margin: 0 0 30px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
   .content-box-2 .container {
       display: flex !important;
   }
   .content-box-2 .container .boxes-1 {
       margin: 0 0 30px 0 !important;
   }
   .content-box-6 .container {
       display: block !important;
       padding: 0 20px !important;
       text-align: center !important;
   }
   .content-box-6 .container .text {
       padding-top: 20px !important;
   }
   .filtration-box .row {
       width: 100% !important;
       display: block !important;
   }
   .filtration-box .row .col-4, .filtration-box .row .col-3, .filtration-box .row .col-2 {
       width: 100% !important;
   }
   .filtration-box button {
       width: 100% !important;
   }
   .z-content-box-6 .z-table-1 table{
       display: block !important;
   }
   .z-content-box-6 .z-table-1 table tr {
       display: block !important;
   }
   .z-content-box-6 .z-table-1 table td {
       display: block !important;
   }
   .z-table-1 table tr td input {
       width: 292px !important;
   }
   .z-table-1 table tr td input {
       font-size: 15px !important;
   }
   .content-box-5 figure {
       position: relative !important;
       right: 0 !important;
       width: 100% !important;
   }
   .content-box-5 .content-box-5-1 .description {
       width: 100% !important;
       margin-bottom: 40px !important;
   }
}

/*# sourceMappingURL=style.css.map */