@import "fancybox.css";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
group,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
}
.nixhier {
  display: none;
}
input[type="checkbox"] {
  appearance: checkbox !important;
}
input[type="radio"] {
  appearance: radio !important;
}
.clearfix {
  clear: both;
  visibility: hidden;
}
body {
  background: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
}
.wrapper {
  margin: 0 auto;
  width: 94%;
  position: relative;
}
@media screen and (min-width: 820px) {
  .wrapper {
    width: 768px;
  }
}
@media screen and (min-width: 990px) {
  .wrapper {
    width: 990px;
  }
}
@media screen and (min-width: 1220px) {
  .wrapper {
    width: 1200px;
  }
}
a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.brightness-filter {
  filter: brightness(100%);
  background: #fff;
  transition: 0.4s;
}
.brightness-filter.brightness-filter-active {
  filter: brightness(50%);
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.errors-cont {
  border: 1px solid #e3b6b6;
  padding: 14px 14px;
  background: #f8e2e2;
  color: #b34d4d;
  margin-bottom: 17px;
}
.errors-cont ul {
  list-style: circle;
  margin-left: 20px;
}
.errors-cont ul li {
  padding: 5px 10px;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
.navbar {
  background: #fff;
  position: relative;
}
.navbar .navbar-content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  border-bottom: 1px solid #b4b4b4;
}
.navbar .navbar-content .left-navbar-content {
  padding-left: 20px;
  width: 72%;
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  align-items: center;
}
.navbar .navbar-content .left-navbar-content .navbar-logo {
  width: 150px;
}
.navbar .navbar-content .left-navbar-content .navbar-logo img {
  height: auto;
  width: 150px;
  max-width: 100%;
  max-height: 100%;
}
.navbar .navbar-content .left-navbar-content nav {
  width: calc(100% - 210px);
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  align-items: center;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl2-link {
  text-decoration: none;
  transition: 0.3s;
  color: black;
  max-width: 100%;
  max-height: 100%;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl2-link:hover {
  text-shadow: 0 0 .04px #666, 0 0 .04px #666;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link {
  position: relative;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link:hover::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #d01538;
  top: calc(100% + 13px);
  left: 50%;
  transform: translateX(-50%);
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link:hover::after {
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 37px;
  bottom: -37px;
  left: 0px;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-link {
  background: #d01538;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 15px 7px 30px;
  background-image: url('../img/white-cart.svg');
  background-size: 15px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper {
  display: none;
  position: absolute;
  z-index: 99999;
  top: calc(100% + 37px);
  background: #fff;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex {
  display: flex;
  flex-direction: row;
  gap: 40px;
  border: 1px solid #000;
  padding: 40px;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-hover-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-hover-text h2 {
  color: #454545;
  font-size: 38px;
  font-family: 'Nunito Sans', sans-serif;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-hover-text h3 {
  color: #454545;
  font-size: 31px;
  padding-top: 10px;
  font-family: 'Nunito Sans', sans-serif;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-hover-text a {
  background: #d01538;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 15px;
  text-decoration: none;
  transition: 0.3s;
  width: 130px;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-hover-text a:hover {
  background: #940d26;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item {
  width: 50%;
  gap: 20px;
  position: relative;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item .eshop-navbar-item-link {
  text-decoration: none;
  margin: auto !important;
  display: flex;
  flex-direction: column-reverse;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item .eshop-navbar-item-link:hover {
  text-decoration: underline;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item span {
  margin-top: 15px;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item img {
  margin: auto !important;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 80px;
  height: auto;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:first-of-type {
  padding-bottom: 30px;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:first-of-type::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  right: 0;
  bottom: 0;
  background: #e4e4e4;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:first-of-type::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #e4e4e4;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:nth-of-type(2)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #e4e4e4;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:nth-of-type(3) {
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:nth-of-type(3)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: -1px;
  background: #e4e4e4;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:nth-of-type(3)::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #e4e4e4;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:nth-of-type(4) {
  padding-top: 30px;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:nth-of-type(4)::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  background: #e4e4e4;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:nth-of-type(4)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #e4e4e4;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:nth-of-type(5) {
  padding-top: 30px;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:last-of-type {
  padding-top: 30px;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:last-of-type::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  background: #e4e4e4;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:last-of-type::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: -1px;
  background: #e4e4e4;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item.eshop-menu-link .main-menu-lvl3-wrapper {
  display: none !important;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl2-item:hover .main-menu-lvl3-wrapper {
  display: block;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl3-wrapper {
  padding-top: 36px;
  display: none;
  position: absolute;
  z-index: 20;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl3-wrapper .main-menu-lvl3 {
  background: #d01538;
  padding: 15px;
  color: white;
  position: relative;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl3-wrapper .main-menu-lvl3:before {
  top: -8px;
  left: 25px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #D01538 transparent;
  transform: rotate(0deg);
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl3-wrapper .main-menu-lvl3 li a {
  text-decoration: none;
  padding: 5px;
  margin-bottom: 2px;
  display: block;
  font-size: 15px;
}
.navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl3-wrapper .main-menu-lvl3 li a:hover {
  color: white;
  background: #940d26;
}
.navbar .navbar-content .right-navbar-content {
  width: 56%;
  display: flex;
  justify-content: flex-end;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts {
  display: flex;
  justify-content: flex-end;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts .email {
  margin-right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts .email img {
  width: 20px;
  height: auto;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts .email p span {
  font-weight: 600;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts .email p a {
  color: inherit;
  text-decoration: none;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts .email p a:hover {
  text-decoration: underline;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts .search {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts .search #search_text {
  padding: 10px;
  border: 1px solid #eeeeee;
  font-size: 12px;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts .phone {
  margin-right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts .phone img {
  width: 20px;
  height: auto;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts .phone p span {
  font-weight: 600;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts .phone p a {
  color: inherit;
  text-decoration: none;
}
.navbar .navbar-content .right-navbar-content .navbar-contacts .phone p a:hover {
  text-decoration: underline;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 260px;
  align-items: center;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .navbar-cart-section {
  width: 75%;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .navbar-cart-section a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  border-right: 1px solid #dedede;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .navbar-cart-section .cart-items {
  display: flex;
  padding-left: 15px;
  align-items: center;
  gap: 5px;
  margin-right: 10px;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .navbar-cart-section .cart-items img {
  width: 25px;
  height: auto;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .navbar-cart-section .cart-items p {
  color: #d01538;
  font-weight: 600;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .navbar-cart-section .cart-price p {
  background: #d01538;
  color: #fff;
  font-weight: 300;
  padding: 5px 10px;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .lang-section {
  padding-left: 20px;
  width: 25%;
  padding-right: 10px;
  position: relative;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .lang-section a img {
  width: 30px;
  height: auto;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .lang-section .lang-switcher {
  cursor: pointer;
  transform: translate(10px,-5px);
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url('../img/lang-arrow-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .lang-section .lang-switcher.lang-switcher-active {
  background-image: url('../img/lang-arrow-up.svg');
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .lang-section .langs-list {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 22px);
  left: 0px;
  width: 100%;
  background: #fff;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .lang-section .langs-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 20px;
  background: #fff;
  text-decoration: none;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .lang-section .langs-list a:first-of-type {
  padding-top: 10px;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .lang-section .langs-list a:last-of-type {
  padding-bottom: 10px;
}
.navbar .navbar-content .right-navbar-content .navbar-grey-bg-section .lang-section .langs-list a:hover {
  background: #f4f4f4;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-content {
    gap: 20px;
  }
  .navbar .navbar-content .left-navbar-content {
    width: 65%;
  }
  .navbar .navbar-content .left-navbar-content nav .main-menu-lvl1 .main-menu-lvl1-item.eshop-menu-link .main-menu-lvl2-wrapper {
    left: -400px;
  }
  .navbar .navbar-content .right-navbar-content {
    width: 35%;
  }
  .navbar .navbar-content .right-navbar-content .navbar-grey-bg-section {
    background: #f4f4f4;
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 5;
    border-left: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
  }
}
@media screen and (max-width: 1100px) {
  .navbar .navbar-content {
    display: none;
  }
}
.navbar .mobile-navbar {
  display: none;
}
@media screen and (max-width: 1100px) {
  .navbar .mobile-navbar {
    display: block;
  }
  .navbar .mobile-navbar .mobile-navbar-flex {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar .mobile-navbar .mobile-navbar-flex .mobile-navbar-logo a img {
    width: 120px;
  }
  .navbar .mobile-navbar .mobile-navbar-flex .mobile-navbar-toggle {
    height: 40px;
    width: 40px;
  }
  .navbar .mobile-navbar .mobile-navbar-flex .mobile-navbar-toggle span {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-image: url('../img/hamburger-open.svg');
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .navbar .mobile-navbar .mobile-navbar-flex .mobile-navbar-toggle.mobile-navbar-toggle-open {
    height: 40px;
    width: 40px;
  }
  .navbar .mobile-navbar .mobile-navbar-flex .mobile-navbar-toggle.mobile-navbar-toggle-open span {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-image: url('../img/hamburger-close.svg');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .navbar .mobile-navbar .mobile-navbar-content {
    display: none;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .main-menu-lvl2-item {
    text-align: center;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl2-link {
    background-color: #d01538;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl3-wrapper {
    display: none;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop {
    position: relative;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .toggleEshopButton {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 30px;
    height: 30px;
    background-image: url('../img/eshop-arrow-down.svg');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .toggleEshopButton.toggleEshopButton-open {
    width: 30px;
    height: 30px;
    background-image: url('../img/eshop-arrow-up.svg');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper {
    display: none;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item {
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    position: relative;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item .eshop-navbar-item-link {
    text-decoration: none;
    margin: auto !important;
    display: block;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item .eshop-navbar-item-link:hover {
    text-decoration: underline;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item img {
    margin: auto !important;
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 80px;
    height: auto;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:first-of-type {
    padding-bottom: 30px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:nth-of-type(3) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:nth-of-type(4) {
    padding-top: 30px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:nth-of-type(5) {
    padding-top: 30px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-items .eshop-navbar-item:last-of-type {
    padding-top: 30px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-hover-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 440px;
    margin: auto;
    padding-top: 20px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-hover-text h2 {
    color: #d01538;
    font-size: 25px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-hover-text h3 {
    color: #454545;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-hover-text a {
    background: #d01538;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 20px 15px;
    text-decoration: none;
    transition: 0.3s;
    width: 130px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-wrapper .eshop-navbar-hover-flex .eshop-navbar-hover-text a:hover {
    background: #940d26;
  }
  .navbar .mobile-navbar .mobile-navbar-content .mobile-navbar-content-nav .main-menu-lvl1 .toggleEshop .main-menu-lvl2-link {
    background-color: #940d26;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-grey-bg-section {
    display: flex;
    background: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    max-width: 440px;
    margin: auto;
    margin-top: 20px;
    align-items: center;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-grey-bg-section .navbar-cart-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    border-right: 1px solid #dedede;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-grey-bg-section .navbar-cart-section .cart-link {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-grey-bg-section .navbar-cart-section .cart-link .cart-items {
    display: flex;
    padding-left: 15px;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-grey-bg-section .navbar-cart-section .cart-link .cart-items a {
    display: inline-block;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-grey-bg-section .navbar-cart-section .cart-link .cart-items a img {
    width: 25px;
    height: 25px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-grey-bg-section .navbar-cart-section .cart-link .cart-items p {
    display: inline-block;
    color: #d01538;
    font-weight: 600;
    white-space: nowrap;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-grey-bg-section .navbar-cart-section .cart-link .cart-price {
    display: inline-block;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-grey-bg-section .navbar-cart-section .cart-link .cart-price p {
    background: #d01538;
    color: #fff;
    font-weight: 300;
    padding: 5px 10px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-grey-bg-section .lang-section {
    padding-left: 20px;
    width: 25%;
    padding-right: 10px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-grey-bg-section .lang-section a img {
    width: 30px;
    height: auto;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-contacts {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-contacts .email {
    margin-right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-contacts .email img {
    width: 20px;
    height: auto;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-contacts .email p span {
    font-weight: 600;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-contacts .phone {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-contacts .phone img {
    width: 20px;
    height: auto;
  }
  .navbar .mobile-navbar .mobile-navbar-content .navbar-contacts .phone p span {
    font-weight: 600;
  }
}
@keyframes countdown {
  0% {
    background: conic-gradient(#EDEBEA 0deg,#EDEBEA 360deg);
  }
  1% {
    background: conic-gradient(#d01538 3.6deg,#EDEBEA 3.6deg 360deg);
  }
  2% {
    background: conic-gradient(#d01538 7.2deg,#EDEBEA 7.2deg 360deg);
  }
  3% {
    background: conic-gradient(#d01538 10.8deg,#EDEBEA 10.8deg 360deg);
  }
  4% {
    background: conic-gradient(#d01538 14.4deg,#EDEBEA 14.4deg 360deg);
  }
  5% {
    background: conic-gradient(#d01538 18deg,#EDEBEA 18deg 360deg);
  }
  6% {
    background: conic-gradient(#d01538 21.6deg,#EDEBEA 21.6deg 360deg);
  }
  7% {
    background: conic-gradient(#d01538 25.2deg,#EDEBEA 25.2deg 360deg);
  }
  8% {
    background: conic-gradient(#d01538 28.8deg,#EDEBEA 28.8deg 360deg);
  }
  9% {
    background: conic-gradient(#d01538 32.4deg,#EDEBEA 32.4deg 360deg);
  }
  10% {
    background: conic-gradient(#d01538 36deg,#EDEBEA 36deg 360deg);
  }
  11% {
    background: conic-gradient(#d01538 39.6deg,#EDEBEA 39.6deg 360deg);
  }
  12% {
    background: conic-gradient(#d01538 43.2deg,#EDEBEA 43.2deg 360deg);
  }
  13% {
    background: conic-gradient(#d01538 46.8deg,#EDEBEA 46.8deg 360deg);
  }
  14% {
    background: conic-gradient(#d01538 50.4deg,#EDEBEA 50.4deg 360deg);
  }
  15% {
    background: conic-gradient(#d01538 54deg,#EDEBEA 54deg 360deg);
  }
  16% {
    background: conic-gradient(#d01538 57.6deg,#EDEBEA 57.6deg 360deg);
  }
  17% {
    background: conic-gradient(#d01538 61.2deg,#EDEBEA 61.2deg 360deg);
  }
  18% {
    background: conic-gradient(#d01538 64.8deg,#EDEBEA 64.8deg 360deg);
  }
  19% {
    background: conic-gradient(#d01538 68.4deg,#EDEBEA 68.4deg 360deg);
  }
  20% {
    background: conic-gradient(#d01538 72deg,#EDEBEA 72deg 360deg);
  }
  21% {
    background: conic-gradient(#d01538 75.6deg,#EDEBEA 75.6deg 360deg);
  }
  22% {
    background: conic-gradient(#d01538 79.2deg,#EDEBEA 79.2deg 360deg);
  }
  23% {
    background: conic-gradient(#d01538 82.8deg,#EDEBEA 82.8deg 360deg);
  }
  24% {
    background: conic-gradient(#d01538 86.4deg,#EDEBEA 86.4deg 360deg);
  }
  25% {
    background: conic-gradient(#d01538 90deg,#EDEBEA 90deg 360deg);
  }
  26% {
    background: conic-gradient(#d01538 93.6deg,#EDEBEA 93.6deg 360deg);
  }
  27% {
    background: conic-gradient(#d01538 97.2deg,#EDEBEA 97.2deg 360deg);
  }
  28% {
    background: conic-gradient(#d01538 100.8deg,#EDEBEA 100.8deg 360deg);
  }
  29% {
    background: conic-gradient(#d01538 104.4deg,#EDEBEA 104.4deg 360deg);
  }
  30% {
    background: conic-gradient(#d01538 108deg,#EDEBEA 108deg 360deg);
  }
  31% {
    background: conic-gradient(#d01538 111.6deg,#EDEBEA 111.6deg 360deg);
  }
  32% {
    background: conic-gradient(#d01538 115.2deg,#EDEBEA 115.2deg 360deg);
  }
  33% {
    background: conic-gradient(#d01538 118.8deg,#EDEBEA 118.8deg 360deg);
  }
  34% {
    background: conic-gradient(#d01538 122.4deg,#EDEBEA 122.4deg 360deg);
  }
  35% {
    background: conic-gradient(#d01538 126deg,#EDEBEA 126deg 360deg);
  }
  36% {
    background: conic-gradient(#d01538 129.6deg,#EDEBEA 129.6deg 360deg);
  }
  37% {
    background: conic-gradient(#d01538 133.2deg,#EDEBEA 133.2deg 360deg);
  }
  38% {
    background: conic-gradient(#d01538 136.8deg,#EDEBEA 136.8deg 360deg);
  }
  39% {
    background: conic-gradient(#d01538 140.4deg,#EDEBEA 140.4deg 360deg);
  }
  40% {
    background: conic-gradient(#d01538 144deg,#EDEBEA 144deg 360deg);
  }
  41% {
    background: conic-gradient(#d01538 147.6deg,#EDEBEA 147.6deg 360deg);
  }
  42% {
    background: conic-gradient(#d01538 151.2deg,#EDEBEA 151.2deg 360deg);
  }
  43% {
    background: conic-gradient(#d01538 154.8deg,#EDEBEA 154.8deg 360deg);
  }
  44% {
    background: conic-gradient(#d01538 158.4deg,#EDEBEA 158.4deg 360deg);
  }
  45% {
    background: conic-gradient(#d01538 162deg,#EDEBEA 162deg 360deg);
  }
  46% {
    background: conic-gradient(#d01538 165.6deg,#EDEBEA 165.6deg 360deg);
  }
  47% {
    background: conic-gradient(#d01538 169.2deg,#EDEBEA 169.2deg 360deg);
  }
  48% {
    background: conic-gradient(#d01538 172.8deg,#EDEBEA 172.8deg 360deg);
  }
  49% {
    background: conic-gradient(#d01538 176.4deg,#EDEBEA 176.4deg 360deg);
  }
  50% {
    background: conic-gradient(#d01538 180deg,#EDEBEA 180deg 360deg);
  }
  51% {
    background: conic-gradient(#d01538 183.6deg,#EDEBEA 183.6deg 360deg);
  }
  52% {
    background: conic-gradient(#d01538 187.2deg,#EDEBEA 187.2deg 360deg);
  }
  53% {
    background: conic-gradient(#d01538 190.8deg,#EDEBEA 190.8deg 360deg);
  }
  54% {
    background: conic-gradient(#d01538 194.4deg,#EDEBEA 194.4deg 360deg);
  }
  55% {
    background: conic-gradient(#d01538 198deg,#EDEBEA 198deg 360deg);
  }
  56% {
    background: conic-gradient(#d01538 201.6deg,#EDEBEA 201.6deg 360deg);
  }
  57% {
    background: conic-gradient(#d01538 205.2deg,#EDEBEA 205.2deg 360deg);
  }
  58% {
    background: conic-gradient(#d01538 208.8deg,#EDEBEA 208.8deg 360deg);
  }
  59% {
    background: conic-gradient(#d01538 212.4deg,#EDEBEA 212.4deg 360deg);
  }
  60% {
    background: conic-gradient(#d01538 216deg,#EDEBEA 216deg 360deg);
  }
  61% {
    background: conic-gradient(#d01538 219.6deg,#EDEBEA 219.6deg 360deg);
  }
  62% {
    background: conic-gradient(#d01538 223.2deg,#EDEBEA 223.2deg 360deg);
  }
  63% {
    background: conic-gradient(#d01538 226.8deg,#EDEBEA 226.8deg 360deg);
  }
  64% {
    background: conic-gradient(#d01538 230.4deg,#EDEBEA 230.4deg 360deg);
  }
  65% {
    background: conic-gradient(#d01538 234deg,#EDEBEA 234deg 360deg);
  }
  66% {
    background: conic-gradient(#d01538 237.6deg,#EDEBEA 237.6deg 360deg);
  }
  67% {
    background: conic-gradient(#d01538 241.2deg,#EDEBEA 241.2deg 360deg);
  }
  68% {
    background: conic-gradient(#d01538 244.8deg,#EDEBEA 244.8deg 360deg);
  }
  69% {
    background: conic-gradient(#d01538 248.4deg,#EDEBEA 248.4deg 360deg);
  }
  70% {
    background: conic-gradient(#d01538 252deg,#EDEBEA 252deg 360deg);
  }
  71% {
    background: conic-gradient(#d01538 255.6deg,#EDEBEA 255.6deg 360deg);
  }
  72% {
    background: conic-gradient(#d01538 259.2deg,#EDEBEA 259.2deg 360deg);
  }
  73% {
    background: conic-gradient(#d01538 262.8deg,#EDEBEA 262.8deg 360deg);
  }
  74% {
    background: conic-gradient(#d01538 266.4deg,#EDEBEA 266.4deg 360deg);
  }
  75% {
    background: conic-gradient(#d01538 270deg,#EDEBEA 270deg 360deg);
  }
  76% {
    background: conic-gradient(#d01538 273.6deg,#EDEBEA 273.6deg 360deg);
  }
  77% {
    background: conic-gradient(#d01538 277.2deg,#EDEBEA 277.2deg 360deg);
  }
  78% {
    background: conic-gradient(#d01538 280.8deg,#EDEBEA 280.8deg 360deg);
  }
  79% {
    background: conic-gradient(#d01538 284.4deg,#EDEBEA 284.4deg 360deg);
  }
  80% {
    background: conic-gradient(#d01538 288deg,#EDEBEA 288deg 360deg);
  }
  81% {
    background: conic-gradient(#d01538 291.6deg,#EDEBEA 291.6deg 360deg);
  }
  82% {
    background: conic-gradient(#d01538 295.2deg,#EDEBEA 295.2deg 360deg);
  }
  83% {
    background: conic-gradient(#d01538 298.8deg,#EDEBEA 298.8deg 360deg);
  }
  84% {
    background: conic-gradient(#d01538 302.4deg,#EDEBEA 302.4deg 360deg);
  }
  85% {
    background: conic-gradient(#d01538 306deg,#EDEBEA 306deg 360deg);
  }
  86% {
    background: conic-gradient(#d01538 309.6deg,#EDEBEA 309.6deg 360deg);
  }
  87% {
    background: conic-gradient(#d01538 313.2deg,#EDEBEA 313.2deg 360deg);
  }
  88% {
    background: conic-gradient(#d01538 316.8deg,#EDEBEA 316.8deg 360deg);
  }
  89% {
    background: conic-gradient(#d01538 320.4deg,#EDEBEA 320.4deg 360deg);
  }
  90% {
    background: conic-gradient(#d01538 324deg,#EDEBEA 324deg 360deg);
  }
  91% {
    background: conic-gradient(#d01538 327.6deg,#EDEBEA 327.6deg 360deg);
  }
  92% {
    background: conic-gradient(#d01538 331.2deg,#EDEBEA 331.2deg 360deg);
  }
  93% {
    background: conic-gradient(#d01538 334.8deg,#EDEBEA 334.8deg 360deg);
  }
  94% {
    background: conic-gradient(#d01538 338.4deg,#EDEBEA 338.4deg 360deg);
  }
  95% {
    background: conic-gradient(#d01538 342deg,#EDEBEA 342deg 360deg);
  }
  96% {
    background: conic-gradient(#d01538 345.6deg,#EDEBEA 345.6deg 360deg);
  }
  97% {
    background: conic-gradient(#d01538 349.2deg,#EDEBEA 349.2deg 360deg);
  }
  98% {
    background: conic-gradient(#d01538 352.8deg,#EDEBEA 352.8deg 360deg);
  }
  99% {
    background: conic-gradient(#d01538 356.4deg,#EDEBEA 356.4deg 360deg);
  }
  100% {
    background: conic-gradient(#d01538 360deg,#d01538 360deg);
  }
}
.main-hero-content {
  margin-top: 81px;
  background-image: url('../img/header_bg.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
}
.main-hero-content .wrapper .main-hero-content-grid {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 30px;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher {
  grid-column: span 2;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content {
  display: none;
  padding-top: 55px;
  position: relative;
  z-index: 4;
  min-height: 206px;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content:first-child {
  display: block;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content h2 {
  font-size: 67px;
  margin-bottom: 45px;
  line-height: 1.15;
  color: black;
  font-family: 'Nunito Sans', sans-serif;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content h2 span {
  font-size: 40px;
  display: block;
  font-weight: 400;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content .read-more-flex a {
  background: #d01538;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 18px;
  transition: 0.3s;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content .read-more-flex a:hover {
  background-color: #940d26;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content p {
  margin-top: 15px;
  line-height: 1.5;
  max-width: 55%;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav {
  padding-right: 20px;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a {
  margin-bottom: 25px;
  color: #707070;
  text-decoration: none;
  position: relative;
  line-height: 1.3;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a img {
  max-width: 100%;
  max-height: 100%;
  width: 20px;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a:hover {
  color: #000000;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a span {
  display: inline-block;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active {
  color: #d01538;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active .dot-content {
  position: relative;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active .dot-content span::after {
  content: '';
  position: absolute;
  top: 5px;
  right: -35px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 3;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active .dot-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: -40px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #EDEBEA;
  z-index: 1;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active .dot-content::after {
  content: '';
  position: absolute;
  top: 0;
  right: -40px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: conic-gradient(#d01538 0deg,#EDEBEA 0deg);
  z-index: 2;
  animation: countdown 5s linear forwards;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content {
  display: flex;
  grid-column: span 5;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section {
  width: 100%;
  margin-left: auto;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-stage-outer .owl-stage .owl-item .item .item-flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-stage-outer .owl-stage .owl-item .item .item-flex .right-image {
  position: relative;
  height: 780px;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-stage-outer .owl-stage .owl-item .item .item-flex .right-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 3;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  color: #DADADA;
  padding-right: 30px;
  position: relative;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-dots .owl-dot span::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  background: #DADADA;
  left: 19px;
  top: 7px;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-dots .owl-dot:last-of-type span {
  padding-right: 0px;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-dots .owl-dot:last-of-type span::after {
  display: none;
}
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-dots .owl-dot:hover span,
.main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-dots .owl-dot.active span {
  color: #d01538;
}
@media screen and (max-width: 990px) {
  .main-hero-content .wrapper .main-hero-content-grid {
    flex-direction: column;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content {
    width: 100%;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section {
    width: 100%;
    overflow: hidden;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-stage-outer .owl-stage .owl-item .item {
    overflow: hidden;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .main-hero-content .wrapper .main-hero-content-grid {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 30px;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher {
    grid-column: span 3;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content {
    display: none;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 4;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content:first-child {
    display: block;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content h2 {
    font-size: 85px;
    margin-bottom: 35px;
    line-height: 1.2;
    color: black;
    font-family: 'Nunito Sans', sans-serif;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content h2 span {
    font-size: 40px;
    display: block;
    font-weight: 400;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content .read-more-flex a {
    background: #d01538;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    transition: 0.3s;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content .read-more-flex a:hover {
    background-color: #940d26;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content p {
    margin-top: 15px;
    line-height: 1.5;
    max-width: 55%;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links {
    margin-bottom: 20px;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav {
    padding-right: 20px;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul {
    display: grid;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a {
    margin-bottom: 20px;
    color: #707070;
    text-decoration: none;
    position: relative;
    line-height: 1.3;
    cursor: pointer;
    display: flex;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a:hover {
    color: #000000;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a span {
    display: inline-block;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active {
    color: #d01538;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active .dot-content {
    position: relative;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active .dot-content span::after {
    content: '';
    position: absolute;
    top: 5px;
    right: -45px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 3;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active .dot-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #EDEBEA;
    z-index: 1;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active .dot-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: conic-gradient(#d01538 0deg,#EDEBEA 0deg);
    z-index: 2;
    animation: countdown 5s linear forwards;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content {
    grid-column: span 4;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section {
    width: 100%;
    margin-left: auto;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-stage-outer .owl-stage .owl-item .item .item-flex {
    width: 100%;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-stage-outer .owl-stage .owl-item .item .item-flex .right-image {
    position: relative;
    height: 780px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-stage-outer .owl-stage .owl-item .item .item-flex .right-image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 480px) {
  .main-hero-content .wrapper .main-hero-content-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content {
    display: none;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 4;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content:first-child {
    display: block;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content h2 {
    font-size: 45px;
    margin-bottom: 30px;
    line-height: 1.2;
    color: black;
    font-family: 'Nunito Sans', sans-serif;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content h2 span {
    font-size: 25px;
    display: block;
    font-weight: 600;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content .read-more-flex a {
    background: #d01538;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    transition: 0.3s;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content .read-more-flex a:hover {
    background-color: #940d26;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-content .switcher-content p {
    margin-top: 15px;
    line-height: 1.5;
    max-width: 55%;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links {
    display: none;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav {
    padding-right: 20px;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul {
    display: grid;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a {
    margin-bottom: 20px;
    color: #707070;
    text-decoration: none;
    position: relative;
    line-height: 1.3;
    cursor: pointer;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a:hover {
    color: #000000;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a span {
    display: inline-block;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active {
    color: #d01538;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active .dot-content {
    position: relative;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active .dot-content span::after {
    content: '';
    position: absolute;
    top: 5px;
    right: -45px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 3;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active .dot-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #EDEBEA;
    z-index: 1;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-switcher .main-hero-slider-switcher-links nav ul li a.active .dot-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: conic-gradient(#d01538 0deg,#EDEBEA 0deg);
    z-index: 2;
    animation: countdown 5s linear forwards;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section {
    width: 100%;
    margin-left: auto;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-stage-outer .owl-stage .owl-item .item .item-flex {
    width: 100%;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-stage-outer .owl-stage .owl-item .item .item-flex .right-image {
    position: relative;
    height: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-stage-outer .owl-stage .owl-item .item .item-flex .right-image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-dots {
    display: flex;
    justify-content: center;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background-color: #DADADA;
    position: relative;
  }
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-dots .owl-dot:hover,
  .main-hero-content .wrapper .main-hero-content-grid .main-hero-slider-content .slider-section .owl-one .owl-dots .owl-dot.active {
    background: #d01538;
  }
}
.homepage-carousel {
  margin-top: 89px;
  line-height: 200px;
  text-align: center;
}
.homepage-carousel .owl-homepage .item {
  max-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.homepage-carousel .owl-homepage .item img {
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}
.homepage-carousel .owl-homepage .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top,rgba(0,0,0,0.8),transparent);
  pointer-events: none;
  z-index: 1;
}
.homepage-carousel .owl-homepage .item strong {
  position: absolute;
  bottom: 100px;
  left: 190px;
  color: white;
  z-index: 100;
  font-weight: 200;
  font-size: 39px;
}
.homepage-carousel .owl-homepage .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
}
.homepage-carousel .owl-homepage .owl-dots .owl-dot.active span {
  background-color: #d01538;
}
.homepage-carousel .owl-homepage .owl-nav {
  text-align: left !important;
  position: absolute;
  width: calc(100% - 80px);
  margin-left: 40px;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  height: 30px;
}
.homepage-carousel .owl-homepage .owl-prev {
  text-indent: -9999em !important;
  height: 28px;
  width: 28px;
  transition: .2s ease-in;
  background-image: url('../img/sipka.svg') !important;
  background-size: 15px;
  background-position: 20px 50%;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
.homepage-carousel .owl-homepage .owl-next {
  text-indent: -9999em !important;
  height: 28px;
  width: 28px;
  transition: .2s ease-in;
  background-image: url('../img/sipka.svg') !important;
  background-size: 15px;
  background-position: 20px 50%;
  background-repeat: no-repeat !important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: transparent !important;
}
.medical-suits-section-heading {
  background: #f4f4f4;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.medical-suits-section-heading h2 {
  font-family: 'Nunito Sans', sans-serif;
  color: black;
  font-size: 45px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.medical-suits-section-heading h2 span {
  color: #d01538;
}
.medical-suits-section-heading p {
  color: #757575;
  font-weight: 300;
}
.medical-suits-section-heading img {
  width: 50px;
  padding: 7px;
  background: #fff;
  margin-bottom: -65px;
}
@media screen and (max-width: 600px) {
  .medical-suits-section-heading h2 {
    font-size: 25px;
  }
}
.medical-suits-categories-section {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 40px;
  background: #fff;
}
.medical-suits-categories-section .medical-suits-categories-section-flex {
  display: flex;
  gap: 80px;
}
.medical-suits-categories-section .medical-suits-categories-section-flex .left-heading {
  width: 30%;
  text-align: end;
  display: flex;
  align-items: center;
}
.medical-suits-categories-section .medical-suits-categories-section-flex .left-heading h3 {
  color: black;
  font-size: 25px;
  line-height: 1.5;
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content {
  padding: 30px;
  width: 100%;
  display: flex;
  gap: 30px;
  position: relative;
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content::before {
  z-index: 1;
  position: absolute;
  content: '';
  background: #f5f5f5;
  background-size: 100%;
  width: 200px;
  height: 200px;
  right: 0px;
  bottom: 0px;
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content::after {
  z-index: 1;
  position: absolute;
  content: '';
  background: #f5f5f5;
  background-size: 100%;
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content .medical-suit-card {
  position: relative;
  z-index: 2;
  text-decoration: none;
  width: 33%;
  height: 330px;
  filter: grayscale(100%);
  transition: filter 0.2s ease-in-out;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content .medical-suit-card .card-bg {
  height: 100%;
  background: rgba(0,0,0,0.255);
  display: flex;
  justify-content: center;
  align-items: center;
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content .medical-suit-card .card-bg p {
  text-align: center;
  font-size: 18px;
  width: 80%;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  margin: auto;
  color: #fff;
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content .medical-suit-card-1 {
  background-image: url('../img/p-odevy.png');
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content .medical-suit-card-2 {
  background-image: url('../img/p-operacni-odevy.png');
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content .medical-suit-card-3 {
  background-image: url('../img/p-absorpcni-pomucky.png');
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content .medical-suit-card-4 {
  background-image: url('../img/p-lozni-pradlo.png');
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content .medical-suit-card-5 {
  background-image: url('../img/p-pacienti.png');
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content .medical-suit-card-6 {
  background-image: url('../img/p-ostatni.png');
}
.medical-suits-categories-section .medical-suits-categories-section-flex .right-content .medical-suit-card:hover {
  filter: grayscale(0%);
}
@media screen and (max-width: 990px) {
  .medical-suits-categories-section .medical-suits-categories-section-flex {
    flex-direction: column;
  }
  .medical-suits-categories-section .medical-suits-categories-section-flex .left-heading {
    display: block;
    width: 100%;
    text-align: center;
  }
  .medical-suits-categories-section .medical-suits-categories-section-flex .right-content {
    width: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
  }
  .medical-suits-categories-section .medical-suits-categories-section-flex .right-content .medical-suit-card {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .medical-suits-categories-section .medical-suits-categories-section-flex .right-content {
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .medical-suits-categories-section .medical-suits-categories-section-flex .right-content {
    width: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
}
.about-medical-suits-section {
  background: #fff;
  margin-bottom: 80px;
}
.about-medical-suits-section .columns {
  display: flex;
  gap: 80px;
}
.about-medical-suits-section .columns .column {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.about-medical-suits-section .columns .column .image-section {
  width: auto;
  height: 200px;
  padding-left: 30px;
  padding-top: 30px;
  position: relative;
}
.about-medical-suits-section .columns .column .image-section::after {
  z-index: 1;
  position: absolute;
  content: '';
  background: #f5f5f5;
  background-size: 100%;
  width: 180px;
  height: 180px;
  left: 0px;
  top: 0px;
}
.about-medical-suits-section .columns .column .image-section img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.about-medical-suits-section .columns .column .content h3 {
  color: black;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 35px;
  line-height: 1.5;
}
.about-medical-suits-section .columns .column .content h4 {
  color: black;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 50px;
}
.about-medical-suits-section .columns .column .content p {
  line-height: 1.5;
  font-weight: 300;
  color: black;
}
.about-medical-suits-section .columns .column:nth-of-type(2) {
  flex-direction: column-reverse;
}
.about-medical-suits-section .columns .column:nth-of-type(2) .image-section {
  padding-bottom: 10px;
  padding-left: 30px;
  padding-top: 0px;
  position: relative;
}
.about-medical-suits-section .columns .column:nth-of-type(2) .image-section::after {
  z-index: 1;
  position: absolute;
  content: '';
  background: #f5f5f5;
  background-size: 100%;
  width: 180px;
  height: 180px;
  left: 0px;
  top: unset;
  bottom: 0px;
}
@media screen and (max-width: 990px) {
  .about-medical-suits-section .columns {
    flex-direction: column;
  }
  .about-medical-suits-section .columns .column {
    width: 100%;
    flex-direction: row;
  }
  .about-medical-suits-section .columns .column .image-section {
    width: 50%;
  }
  .about-medical-suits-section .columns .column .content {
    width: 50%;
  }
  .about-medical-suits-section .columns .column:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 600px) {
  .about-medical-suits-section .columns {
    flex-direction: column;
  }
  .about-medical-suits-section .columns .column {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  .about-medical-suits-section .columns .column .image-section {
    width: auto;
  }
  .about-medical-suits-section .columns .column .content {
    width: auto;
  }
  .about-medical-suits-section .columns .column:nth-of-type(2) {
    flex-direction: column;
  }
}
.homepage-claim {
  margin: 0 auto;
  width: 60%;
  text-align: center;
  padding: 10px 0 30px 0;
  font-size: 23px;
  color: #969696;
  line-height: 32px;
}
.homepage-claim:before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #cfcfcf;
  margin: 0 auto;
  margin-bottom: 45px;
}
.homepage-claim span {
  color: #afafaf;
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
  display: block;
}
.homepage-claim small {
  color: #afafaf;
  margin-top: -10px;
  font-size: 13px;
  display: block;
}
.homepage-news-section-heading {
  position: relative;
  display: block;
  width: 100%;
  height: 76px;
}
.homepage-news-section-heading::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0px;
  top: 40px;
  background: #d3d3d3;
}
.homepage-news-section-heading .heading-content {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  background: #fff;
  z-index: 2;
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.homepage-news-section-heading .heading-content h2 {
  color: #d01538;
  font-size: 35px;
  margin-bottom: 0px;
  line-height: 1.2;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 48px;
}
.homepage-news-section-heading .heading-content h3 {
  color: black;
  font-size: 28px;
  line-height: 1.2;
  font-family: 'Nunito Sans', sans-serif;
}
@media screen and (max-width: 600px) {
  .homepage-news-section-heading::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0px;
    top: 35px;
    background: #d3d3d3;
  }
  .homepage-news-section-heading .heading-content h2 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .homepage-news-section-heading .heading-content h3 {
    font-size: 20px;
  }
}
.news-slider-section {
  padding-top: 80px;
}
.news-slider-section .owl-two .item {
  display: flex;
  padding-bottom: 80px;
}
.news-slider-section .owl-two .item h3 {
  color: black;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.news-slider-section .owl-two .item p {
  line-height: 1.5;
}
.news-slider-section .owl-two .item .news-read-more-button a {
  display: inline-block;
  background: #d01538;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
  transition: 0.3s;
}
.news-slider-section .owl-two .item .news-read-more-button a:hover {
  background-color: #940d26;
}
.news-slider-section .owl-two .item .news-date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.news-slider-section .owl-two .item .news-date img {
  height: 18px;
  width: auto;
}
.news-slider-section .owl-two .item .news-date p {
  color: #A0A0A0;
}
.news-slider-section .owl-two .item .news-content p {
  margin-bottom: 20px;
}
.news-slider-section .owl-two .item .news-content p:last-of-type {
  margin-bottom: 30px;
}
.news-slider-section .owl-two .item .left-slider-news {
  width: 50%;
  padding-right: 40px;
  border-right: 1px solid #C7C7C7;
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-slider-section .owl-two .item .right-slider-news {
  width: 50%;
  padding-left: 40px;
}
.news-slider-section .owl-two .item .right-slider-news .top-news {
  padding-top: 60px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #C7C7C7;
}
.news-slider-section .owl-two .item .right-slider-news .bottom-news {
  padding-bottom: 60px;
}
.news-slider-section .owl-two .owl-dots .owl-dot span {
  background: #d01538;
}
.news-slider-section .owl-two .owl-dots .owl-dot:hover span,
.news-slider-section .owl-two .owl-dots .owl-dot.active span {
  background: black;
}
@media screen and (max-width: 600px) {
  .news-slider-section .owl-two .item {
    flex-direction: column;
    padding-bottom: 0px;
  }
  .news-slider-section .owl-two .item .left-slider-news {
    width: auto;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #C7C7C7;
  }
  .news-slider-section .owl-two .item .right-slider-news {
    padding-left: 0px;
    width: auto;
  }
}
.catalogues-section {
  padding-top: 20px;
  padding-bottom: 80px;
}
.catalogues-section .catalogues-section-bg .wrapper .catalogues-flex {
  display: flex;
  align-items: center;
}
.catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .left-content {
  width: 40%;
  margin-right: auto;
}
.catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .left-content h3 {
  color: black;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .left-content p {
  font-weight: 300;
  line-height: 1.5;
}
.catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .left-content .catalogues-links-flex {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}
.catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .left-content .catalogues-links-flex .catalogues-link a {
  display: inline-block;
  font-weight: 300;
  color: #fff;
  padding: 15px 35px;
  text-decoration: none;
  transition: 0.3s;
}
.catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .left-content .catalogues-links-flex .catalogues-link a.open-online {
  background: #d01538;
}
.catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .left-content .catalogues-links-flex .catalogues-link a.open-online:hover {
  background: #940d26;
}
.catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .left-content .catalogues-links-flex .catalogues-link a.download-pdf {
  background: #000;
}
.catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .left-content .catalogues-links-flex .catalogues-link a.download-pdf:hover {
  background: #292929;
}
.catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .right-image {
  width: 50%;
}
.catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .right-image img {
  max-height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .catalogues-section {
    padding-bottom: 60px;
  }
  .catalogues-section .catalogues-section-bg .wrapper .catalogues-flex {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .left-content {
    width: 100%;
  }
  .catalogues-section .catalogues-section-bg .wrapper .catalogues-flex .right-image {
    width: 100%;
  }
}
.subpage-header {
  margin-top: 87px;
}
.subpage-header .subpage-header-bg {
  background: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px;
}
.subpage-header .subpage-header-bg .wrapper h1 {
  color: black;
  text-align: center;
  font-size: 25px;
}
.subpage-header .subpage-header-bg .wrapper h1 .next-page-arrow {
  color: #c6c6c6;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}
.subpage-header .subpage-header-bg .wrapper h1 .next-page-heading {
  color: #d01538;
}
.subpage-header .subpage-header-bg .wrapper h1 a {
  font-size: 25px;
  position: relative;
  top: -2px;
}
.subpage-header .subpage-header-bg .wrapper h1 span {
  display: inline-block;
  margin: 0 10px;
  font-weight: normal;
  color: gray;
}
.about-company-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-company-content .wrapper .about-company-columns-flex {
  display: flex;
}
@media screen and (max-width: 600px) {
  .about-company-content .wrapper .about-company-columns-flex {
    flex-direction: row-reverse;
  }
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column {
  width: 100%;
  padding-left: 30px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column ul,
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column ol,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column ul,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column ol {
  padding-left: 25px;
  color: black;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column ul li,
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column ol li,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column ul li,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column ol li {
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
  text-align: justify;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column ul li::before,
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column ol li::before,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column ul li::before,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column ol li::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #d01538;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column hr,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column hr {
  background: #d3d3d3;
  margin-bottom: 25px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column p,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column p {
  color: black;
  line-height: 1.5;
  text-align: justify;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column img,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column img {
  max-width: 100%;
  height: auto;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-top-hero,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-top-hero {
  background-image: url('../img/motto-top.png?v=2');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-top-hero .timeline-top-hero-bg,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-top-hero .timeline-top-hero-bg {
  background: rgba(0,0,0,0.3);
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-top-hero .timeline-top-hero-bg div,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-top-hero .timeline-top-hero-bg div {
  text-align: center;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-top-hero .timeline-top-hero-bg div p,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-top-hero .timeline-top-hero-bg div p {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-top-hero .timeline-top-hero-bg div h2,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-top-hero .timeline-top-hero-bg div h2 {
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-text,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-text {
  padding-top: 30px;
  line-height: 22px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-dates .timeline-date,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-dates .timeline-date {
  display: flex;
  gap: 40px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-dates .timeline-date .timeline-date-year,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-dates .timeline-date .timeline-date-year {
  font-weight: 700;
  width: 35px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-dates .timeline-date .timeline-date-dot,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-dates .timeline-date .timeline-date-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  background: #d01538;
  border-radius: 16px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-dates .timeline-date .timeline-date-text,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-dates .timeline-date .timeline-date-text {
  padding-bottom: 15px;
  position: relative;
  width: calc(100% - 131px);
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-dates .timeline-date .timeline-date-text::after,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-dates .timeline-date .timeline-date-text::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: -49px;
  width: 1px;
  height: calc(100% - 24px);
  background: #C7C7C7;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-dates .timeline-date .timeline-date-text ul,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-dates .timeline-date .timeline-date-text ul {
  margin-top: 10px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-dates .timeline-date:first-of-type,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-dates .timeline-date:first-of-type {
  margin-top: 35px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-company-timeline .timeline-dates .timeline-date:first-of-type .timeline-date-text::before,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-company-timeline .timeline-dates .timeline-date:first-of-type .timeline-date-text::before {
  content: '';
  position: absolute;
  top: -35px;
  left: -49px;
  width: 1px;
  height: 31px;
  background: #C7C7C7;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-production,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-production {
  padding-bottom: 40px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-production .membership-and-pros-section,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-production .membership-and-pros-section {
  display: flex;
  gap: 30px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-production .membership-and-pros-section .membership,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-production .membership-and-pros-section .membership {
  background: #f4f4f4;
  padding: 15px 30px;
  text-align: center;
  display: flex;
  gap: 50px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-production .membership-and-pros-section .membership a,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-production .membership-and-pros-section .membership a {
  text-decoration: none;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-production .membership-and-pros-section .membership a img,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-production .membership-and-pros-section .membership a img {
  max-width: 130px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-production .membership-and-pros-section .production-pros,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-production .membership-and-pros-section .production-pros {
  padding: 30px;
  width: 66.6%;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-production .membership-and-pros-section .production-pros h2,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .about-production .membership-and-pros-section .production-pros h2 {
  font-size: 23px;
  padding-bottom: 30px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .top-developement-section,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .developement .top-developement-section {
  padding-left: 0px;
  padding-bottom: 40px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .top-developement-section .top-developement-flex,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .developement .top-developement-section .top-developement-flex {
  display: flex;
  gap: 20px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .top-developement-section .top-developement-flex .left-certificates,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .developement .top-developement-section .top-developement-flex .left-certificates {
  display: flex;
  gap: 10px;
  width: 33%;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .top-developement-section .top-developement-flex .left-certificates .image,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .developement .top-developement-section .top-developement-flex .left-certificates .image {
  width: 35%;
  margin-left: 10px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .top-developement-section .top-developement-flex .left-certificates .image img,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .developement .top-developement-section .top-developement-flex .left-certificates .image img {
  max-width: 100%;
  height: auto;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .developement-hero,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .developement .developement-hero {
  background-image: url('../img/750k-bg.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .developement-hero .developement-hero-bg,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .developement .developement-hero .developement-hero-bg {
  background: rgba(0,0,0,0.3);
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  justify-content: center;
  align-items: center;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .developement-hero .developement-hero-bg div,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .developement .developement-hero .developement-hero-bg div {
  text-align: center;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .developement-hero .developement-hero-bg div p,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .developement .developement-hero .developement-hero-bg div p {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .developement-hero .developement-hero-bg div h2,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .developement .developement-hero .developement-hero-bg div h2 {
  margin-bottom: 10px;
  font-size: 45px;
  color: #fff;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .important-info .important-info-content,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .important-info .important-info-content {
  padding-left: 00px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .important-info .important-info-content .important-info-block,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .important-info .important-info-content .important-info-block {
  display: flex;
  gap: 0px;
  border-bottom: 1px solid #d3d3d3;
  padding-top: 25px;
  padding-bottom: 25px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .important-info .important-info-content .important-info-block:last-of-type,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .important-info .important-info-content .important-info-block:last-of-type {
  border-bottom: 0px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .important-info .important-info-content .important-info-block .important-info-block-image,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .important-info .important-info-content .important-info-block .important-info-block-image {
  width: 130px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .important-info .important-info-content .important-info-block .important-info-block-image img,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .important-info .important-info-content .important-info-block .important-info-block-image img {
  width: 130px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .important-info .important-info-content .important-info-block .important-info-block-content p,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .important-info .important-info-content .important-info-block .important-info-block-content p {
  padding-bottom: 15px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-left-column .important-info .important-info-content .important-info-block .important-info-block-content ul,
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column .important-info .important-info-content .important-info-block .important-info-block-content ul {
  padding-bottom: 15px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-center-column {
  width: 100%;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column {
  width: 33.3%;
  border-right: 1px solid #d3d3d3;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-menu .main-menu-lvl1 li {
  margin-bottom: 1px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-menu .main-menu-lvl1 li a {
  padding: 17px 20px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  line-height: 23px;
}
@media screen and (max-width: 480px) {
  .about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-menu .main-menu-lvl1 li a {
    padding: 7px 20px;
  }
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-menu .main-menu-lvl1 li.active a {
  background: #d01538;
  color: white;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-menu .main-menu-lvl1 li:hover {
  background: #f8f8f8;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news {
  padding-left: 40px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news h2 {
  color: black;
  font-size: 23px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news .news .news-block {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d3d3d3;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news .news .news-block h3 {
  color: black;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news .news .news-block p {
  line-height: 1.5;
  color: #565656;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news .news .news-block .news-read-more-button a {
  display: inline-block;
  background: #d01538;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  transition: 0.3s;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news .news .news-block .news-read-more-button a:hover {
  background-color: #940d26;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news .news .news-block .news-date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news .news .news-block .news-date img {
  height: 18px;
  width: auto;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news .news .news-block .news-date p {
  color: #A0A0A0;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news .news .news-block .news-content p {
  margin-bottom: 20px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news .news .news-block .news-content p:last-of-type {
  margin-bottom: 30px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues {
  padding: 20px;
  background: #f4f4f4;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues h2 {
  color: #d01538;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues h2 span {
  font-size: 25px;
  color: #000;
  display: block;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues .catalogues-image {
  text-align: center;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues .catalogues-image img {
  margin-top: 40px;
  max-width: 280px;
  max-height: 100%;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues .catalogues-links-flex {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues .catalogues-links-flex .catalogues-link {
  text-align: center;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues .catalogues-links-flex .catalogues-link a {
  display: inline-block;
  font-weight: 300;
  color: #fff;
  padding: 15px 35px;
  text-decoration: none;
  transition: 0.3s;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues .catalogues-links-flex .catalogues-link a.open-online {
  background: #d01538;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues .catalogues-links-flex .catalogues-link a.open-online:hover {
  background: #940d26;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues .catalogues-links-flex .catalogues-link a.download-pdf {
  background: #000;
}
.about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues .catalogues-links-flex .catalogues-link a.download-pdf:hover {
  background: #292929;
}
@media screen and (max-width: 990px) {
  .about-company-content .wrapper .about-company-columns-flex {
    flex-direction: column;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column {
    width: 100%;
    padding-right: 0px;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .top-developement-section {
    padding-left: 0px;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column .important-info h2 {
    padding-bottom: 0px;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column .important-info .important-info-content {
    padding-left: 0px;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-right-column {
    width: 100%;
    border-left: 0px;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-news {
    padding-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-production .membership-and-pros-section {
    flex-direction: column;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-production .membership-and-pros-section .membership {
    width: auto;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column .about-production .membership-and-pros-section .production-pros {
    width: auto;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .top-developement-section .top-developement-flex {
    flex-direction: column;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .top-developement-section .top-developement-flex .left-certificates {
    width: auto;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .top-developement-section .top-developement-flex .left-certificates .image {
    max-width: 100px;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column .developement .top-developement-section .top-developement-flex ul {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column .important-info .important-info-content .important-info-block {
    flex-direction: column;
  }
  .about-company-content .wrapper .about-company-columns-flex .about-company-left-column .important-info .important-info-content .important-info-block .important-info-block-content {
    width: auto;
  }
}
.certificate-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.certificate-list .certificate {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
.certificate-list .certificate .certificate-info {
  max-width: 65%;
}
.certificate-list .certificate .certificate-info .certificate-meta {
  display: flex;
  align-items: center;
}
.certificate-list .certificate .certificate-info .certificate-meta .certificate-img {
  width: 160px;
  height: auto;
  margin-right: 1rem;
  border: 1px solid #ccc;
}
.certificate-list .certificate .certificate-side {
  text-align: right;
}
.certificate-list .certificate .certificate-side .updated {
  font-size: 0.85rem;
  color: #555;
  display: block;
  margin-bottom: 0.5rem;
}
.certificate-list .certificate .certificate-side .download-link {
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.certificate-list .certificate .certificate-side .download-link:hover {
  text-decoration: none;
}
.contact-company-location {
  padding-top: 80px;
  padding-bottom: 60px;
}
.contact-company-location .wrapper .company-location-flex {
  display: flex;
  gap: 80px;
}
.contact-company-location .wrapper .company-location-flex .company-location-left-section {
  width: 50%;
}
.contact-company-location .wrapper .company-location-flex .company-location-left-section .company-photo-section {
  position: relative;
  width: calc(100% - 60px);
}
.contact-company-location .wrapper .company-location-flex .company-location-left-section .company-photo-section .company-photo {
  max-width: 100%;
  margin-right: auto;
  object-fit: cover;
}
.contact-company-location .wrapper .company-location-flex .company-location-left-section .company-photo-section .map-section {
  width: 100%;
  background: #fff;
  padding-top: 10px;
}
.contact-company-location .wrapper .company-location-flex .company-location-left-section .company-photo-section .map-section .map {
  padding-bottom: 10px;
}
.contact-company-location .wrapper .company-location-flex .company-location-left-section .company-photo-section .map-section .map iframe {
  width: 100%;
  height: 150px;
}
.contact-company-location .wrapper .company-location-flex .company-location-left-section .company-photo-section .map-section .open-map-link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url('../img/map-pin.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0% 50%;
  float: right;
}
.contact-company-location .wrapper .company-location-flex .company-location-left-section .company-photo-section .map-section .open-map-link a {
  text-decoration: none;
  transition: 0.3s;
}
.contact-company-location .wrapper .company-location-flex .company-location-left-section .company-photo-section .map-section .open-map-link a:hover {
  transition: 0.3s;
  color: #d01538;
}
.contact-company-location .wrapper .company-location-flex .company-info {
  width: 50%;
}
.contact-company-location .wrapper .company-location-flex .company-info .company-top-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.contact-company-location .wrapper .company-location-flex .company-info .company-top-info .content {
  width: 50%;
}
.contact-company-location .wrapper .company-location-flex .company-info .company-top-info .content h2 {
  font-size: 23px;
  padding-bottom: 30px;
}
.contact-company-location .wrapper .company-location-flex .company-info .company-top-info .content .company-address {
  color: black;
  line-height: 1.5;
  padding-bottom: 20px;
}
.contact-company-location .wrapper .company-location-flex .company-info .company-top-info .content .company-legal-info {
  color: black;
  line-height: 1.5;
  font-weight: 700;
}
.contact-company-location .wrapper .company-location-flex .company-info .company-top-info .qr-code-content {
  width: 200px;
}
.contact-company-location .wrapper .company-location-flex .company-info .company-top-info .qr-code-content img {
  max-width: 100%;
  max-height: 100%;
}
.contact-company-location .wrapper .company-location-flex .company-info .company-write {
  display: block;
  line-height: 21px;
  margin-top: 15px;
  color: gray;
}
.contact-company-location .wrapper .company-location-flex .company-info .company-contacts {
  padding-top: 70px;
  display: flex;
  justify-content: flex-end;
  gap: 150px;
}
.contact-company-location .wrapper .company-location-flex .company-info .company-contacts .phone,
.contact-company-location .wrapper .company-location-flex .company-info .company-contacts .email {
  text-align: center;
}
.contact-company-location .wrapper .company-location-flex .company-info .company-contacts .phone img,
.contact-company-location .wrapper .company-location-flex .company-info .company-contacts .email img {
  max-width: 30px;
}
.contact-company-location .wrapper .company-location-flex .company-info .company-contacts .phone p,
.contact-company-location .wrapper .company-location-flex .company-info .company-contacts .email p {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 990px) {
  .contact-company-location .wrapper .company-location-flex {
    flex-direction: column;
    gap: 160px;
  }
  .contact-company-location .wrapper .company-location-flex .company-location-left-section {
    width: 100%;
  }
  .contact-company-location .wrapper .company-location-flex .company-info {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .contact-company-location .wrapper .company-location-flex .company-location-left-section {
    width: 100%;
  }
  .contact-company-location .wrapper .company-location-flex .company-info {
    width: 100%;
  }
  .contact-company-location .wrapper .company-location-flex .company-info .company-contacts {
    width: 100%;
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 480px) {
  .contact-company-location .wrapper .company-location-flex .company-location-left-section .company-photo-section .map-section .map iframe {
    width: 200px;
    height: 100px;
  }
  .contact-company-location .wrapper .company-location-flex .company-info .company-top-info {
    gap: 40px;
  }
  .contact-company-location .wrapper .company-location-flex .company-info .company-top-info .content {
    width: 70%;
  }
  .contact-company-location .wrapper .company-location-flex .company-info .company-top-info .qr-code-content {
    width: 30%;
  }
}
.contact-page-members {
  background: #fff;
}
.contact-page-members.contact-page-grey-bg-members {
  background: #f4f4f4;
}
.contact-page-members.contact-page-grey-bg-members .members-flex {
  justify-content: center !important;
  border-bottom: none !important;
}
.contact-page-members .wrapper .members-heading {
  padding-top: 30px;
  color: #d01538;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  padding-bottom: 10px;
}
.contact-page-members .wrapper .members-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 20px 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d2d2d2;
}
.contact-page-members .wrapper .members-flex:last-child {
  border: none !important;
}
.contact-page-members .wrapper .members-flex .member {
  width: 25%;
  margin-bottom: 20px;
}
.contact-page-members .wrapper .members-flex .member .member-image-section {
  width: 40%;
  position: relative;
}
.contact-page-members .wrapper .members-flex .member .member-image-section .member-image {
  width: calc(100% - 25px);
  margin-left: auto;
  padding-bottom: 40px;
  margin-right: 0;
}
.contact-page-members .wrapper .members-flex .member .member-image-section .member-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.contact-page-members .wrapper .members-flex .member .member-image-section .member-qrcode {
  width: 40%;
  padding: 10px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.contact-page-members .wrapper .members-flex .member .member-image-section .member-qrcode img {
  max-width: 100%;
  max-height: 100%;
}
.contact-page-members .wrapper .members-flex .member .member-image {
  margin-bottom: 15px;
  margin-left: 40px;
}
.contact-page-members .wrapper .members-flex .member .member-image img {
  width: 110px;
}
.contact-page-members .wrapper .members-flex .member .member-image-rounded img {
  border-radius: 5555px;
  overflow: hidden;
}
.contact-page-members .wrapper .members-flex .member .member-text {
  width: 100%;
}
.contact-page-members .wrapper .members-flex .member .member-text .member-info {
  padding-bottom: 30px;
  display: flex;
}
.contact-page-members .wrapper .members-flex .member .member-text .member-info .name {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 5px;
}
.contact-page-members .wrapper .members-flex .member .member-text .member-info .position {
  line-height: 1.2;
}
.contact-page-members .wrapper .members-flex .member .member-text .member-info img {
  width: 28px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.contact-page-members .wrapper .members-flex .member .member-text .member-contact {
  padding-left: 10px;
}
.contact-page-members .wrapper .members-flex .member .member-text .member-contact .phone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}
.contact-page-members .wrapper .members-flex .member .member-text .member-contact .phone img {
  width: 20px;
  max-width: 100%;
  max-height: 100%;
}
.contact-page-members .wrapper .members-flex .member .member-text .member-contact .email {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-page-members .wrapper .members-flex .member .member-text .member-contact .email img {
  width: 20px;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1220px) {
  .contact-page-members .wrapper .members-flex {
    justify-content: flex-start;
  }
  .contact-page-members .wrapper .members-flex .member {
    width: calc(50% - 35px);
  }
}
@media screen and (max-width: 767px) {
  .contact-page-members .wrapper .members-flex {
    justify-content: center;
  }
  .contact-page-members .wrapper .members-flex .member {
    width: 75%;
    margin: auto;
  }
  .contact-page-members .wrapper .members-flex .member .member-image-section {
    width: 30%;
    min-width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page-members .wrapper .members-flex .member {
    width: calc(100% - 40px);
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .contact-page-members .wrapper .members-flex .member {
    flex-direction: column;
    justify-content: center;
  }
  .contact-page-members .wrapper .members-flex .member .member-image-section {
    text-align: center;
    width: 100%;
  }
  .contact-page-members .wrapper .members-flex .member .member-image-section .member-image {
    width: 70%;
    margin: auto;
  }
  .contact-page-members .wrapper .members-flex .member .member-image-section .member-qrcode {
    width: 30%;
  }
  .contact-page-members .wrapper .members-flex .member .member-text {
    width: 100%;
    text-align: center;
  }
  .contact-page-members .wrapper .members-flex .member .member-text .member-contact {
    padding-left: 0;
    padding-right: 20px;
  }
  .contact-page-members .wrapper .members-flex .member .member-text .member-contact .phone,
  .contact-page-members .wrapper .members-flex .member .member-text .member-contact .email {
    justify-content: center;
  }
}
.contact-page-how-it-looks-section {
  padding-bottom: 0px;
}
.contact-page-how-it-looks-section .how-it-looks-bg {
  background: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-heading {
  color: black;
  text-align: center;
  font-size: 30px;
  padding-bottom: 60px;
}
.contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex {
  display: flex;
  gap: 30px;
}
.contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex .how-it-looks-item {
  width: 33.3%;
  display: inline-block;
  position: relative;
}
.contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex .how-it-looks-item .how-it-looks-img {
  width: 100%;
}
.contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex .how-it-looks-item .how-it-looks-img img {
  object-fit: cover;
  width: 100%;
  height: 260px;
}
.contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex .how-it-looks-item .how-it-looks-img:hover::after {
  content: '';
  position: absolute;
  border-radius: 5px;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background-color: rgba(255,255,255,0.6);
  background-image: url('../img/fullscreen.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex .how-it-looks-item p {
  padding-top: 20px;
  color: #616161;
}
@media screen and (max-width: 820px) {
  .contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex .how-it-looks-item .how-it-looks-img img {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex {
    flex-wrap: wrap;
  }
  .contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex .how-it-looks-item {
    width: calc(50% - 20px);
  }
  .contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex .how-it-looks-item .how-it-looks-img img {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex {
    flex-wrap: wrap;
  }
  .contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex .how-it-looks-item {
    width: calc(100% - 40px);
    margin: auto;
  }
  .contact-page-how-it-looks-section .how-it-looks-bg .how-it-looks-flex .how-it-looks-item .how-it-looks-img img {
    height: 250px;
  }
}
.about-purchase-left-column .about-purchase-content-switcher {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}
.about-purchase-left-column .about-purchase-content-switcher a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
  width: calc(100% / 4 - 25px);
  padding: 15px 8px;
  font-size: 12px;
  background: #f4f4f4;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
}
.about-purchase-left-column .about-purchase-content-switcher a:hover {
  background: #d01538;
  color: #fff;
}
.about-purchase-left-column .about-purchase-content-switcher a:hover::after {
  border-top: 8px solid #d01538;
}
.about-purchase-left-column .about-purchase-content-switcher a.active {
  background: #d01538;
  color: #fff;
}
.about-purchase-left-column .about-purchase-content-switcher a.active::after {
  border-top: 8px solid #d01538;
}
@media screen and (max-width: 820px) {
  .about-purchase-left-column .about-purchase-content-switcher a {
    width: calc(33.3% - 30px);
  }
}
.about-purchase-left-column .about-purchase-content h2 {
  color: #d01538;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 29px;
}
.about-purchase-left-column .about-purchase-content ul {
  margin-bottom: 40px;
}
.about-purchase-left-column .about-purchase-content h3 {
  font-size: 19px;
  margin-bottom: 30px;
  line-height: 1.3;
  line-height: 26px;
}
.about-purchase-left-column .about-purchase-content h4 {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.3;
}
.about-purchase-left-column .about-purchase-content p {
  line-height: 1.7;
  margin-bottom: 30px;
}
.about-purchase-left-column .about-purchase-content a {
  color: #1c5191;
}
.about-purchase-left-column .about-purchase-content img {
  max-width: 100%;
  height: auto;
}
.about-purchase-left-column .about-purchase-content table {
  width: 100%;
  min-width: 400px;
  overflow: scroll;
  margin-bottom: 20px;
}
.about-purchase-left-column .about-purchase-content table tr th {
  text-align: left !important;
  padding: 10px 10px;
  background: #ffeeee !important;
}
.about-purchase-left-column .about-purchase-content table tr th p {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.about-purchase-left-column .about-purchase-content table tr {
  border-bottom: 1px solid #d79898;
}
.about-purchase-left-column .about-purchase-content table tr td {
  padding: 10px 10px;
  line-height: 22px;
}
.about-purchase-left-column .about-purchase-content table tr td a {
  text-decoration: underline;
  font-weight: normal !important;
  color: inherit;
}
.about-purchase-left-column .about-purchase-content table tr td a:hover {
  text-decoration: none;
}
.about-purchase-left-column .about-purchase-content table tr td p {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.about-purchase-left-column .about-purchase-content table tr td img {
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.prakticke-informace-left-column .prakticke-informace-content-switcher {
  display: flex;
  gap: 10px;
  margin-bottom: 80px;
}
.prakticke-informace-left-column .prakticke-informace-content-switcher a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2;
  width: calc(25%);
  padding: 15px 10px;
  background: #f4f4f4;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.prakticke-informace-left-column .prakticke-informace-content-switcher a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  transition: 0.3s;
}
.prakticke-informace-left-column .prakticke-informace-content-switcher a:hover::after {
  border-top: 8px solid #d01538;
}
.prakticke-informace-left-column .prakticke-informace-content-switcher a img {
  width: 40px;
  height: auto;
}
.prakticke-informace-left-column .prakticke-informace-content-switcher a p {
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .prakticke-informace-left-column .prakticke-informace-content-switcher {
    flex-wrap: wrap;
  }
  .prakticke-informace-left-column .prakticke-informace-content-switcher a {
    width: calc(50% - 25px);
  }
}
.prakticke-informace-left-column .prakticke-informace-content h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.prakticke-informace-left-column .prakticke-informace-content ul {
  margin-bottom: 40px;
}
.prakticke-informace-left-column .prakticke-informace-content p {
  line-height: 1.5;
  margin-bottom: 30px;
  color: black;
}
.prakticke-informace-left-column .prakticke-informace-content img {
  max-width: 100%;
  max-height: 100%;
}
.prakticke-informace-left-column .prakticke-informace-content .table-div {
  overflow-x: scroll;
}
.prakticke-informace-left-column .prakticke-informace-content .table-div table {
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
.prakticke-informace-left-column .prakticke-informace-content .table-div table thead tr th {
  text-align: start;
  color: #fff;
  font-weight: 400;
  background: #d01538;
  padding: 20px;
  border: 5px solid #fff;
  border-top: none;
}
.prakticke-informace-left-column .prakticke-informace-content .table-div table thead tr th:first-of-type {
  border-left: none;
}
.prakticke-informace-left-column .prakticke-informace-content .table-div table thead tr th:last-of-type {
  border-right: none;
}
.prakticke-informace-left-column .prakticke-informace-content .table-div table tbody tr td {
  padding: 20px;
  background: #f8f8f8;
  color: black;
  border: 5px solid #fff;
}
.prakticke-informace-left-column .prakticke-informace-content .table-div table tbody tr td:first-of-type {
  border-left: none;
}
.prakticke-informace-left-column .prakticke-informace-content .table-div table tbody tr td:last-of-type {
  border-right: none;
}
.prakticke-informace-left-column .prakticke-informace-content .table-div table tbody tr:last-of-type td {
  border-bottom: none;
}
@media screen and (max-width: 990px) {
  .prakticke-informace-left-column .prakticke-informace-content {
    margin-bottom: 60px;
  }
}
.download-page-content .wrapper .about-company-columns-flex .about-company-right-column .right-column-catalogues {
  display: none;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-catalogues-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-catalogues-section .catalogue {
  width: calc(50% - 10px);
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-catalogues-section .catalogue .catalogue-bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-catalogues-section .catalogue .catalogue-bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(180deg,rgba(0,0,0,0) 44%,#000000 98%);
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-catalogues-section .catalogue .catalogue-bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-catalogues-section .catalogue .catalogue-bg .catalogue-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: calc(100% - 30px);
  bottom: 0;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-catalogues-section .catalogue .catalogue-bg .catalogue-content .catalogue-content-width {
  width: 50%;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-catalogues-section .catalogue .catalogue-bg .catalogue-content .catalogue-content-width .catalogue-heading {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 5px;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-catalogues-section .catalogue .catalogue-bg .catalogue-content .catalogue-content-width .catalogue-text {
  color: #cbcbcb;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section {
  padding-top: 80px;
  display: flex;
  gap: 100px;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .download-documents {
  width: 50%;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .download-documents .documents-flex {
  padding-top: 30px;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .download-documents .documents-flex .document {
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .download-documents .documents-flex .document .document-left {
  display: flex;
  gap: 10px;
  align-items: center;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .download-documents .documents-flex .document .document-left img {
  width: 15px;
  height: auto;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .download-documents .documents-flex .document .document-left a {
  text-decoration: none;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .download-documents .documents-flex .document .document-left a:hover {
  text-decoration: underline;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .logotyp-section {
  width: 50%;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .logotyp-section img {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 70%;
  max-width: 100%;
  max-height: 100%;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .logotyp-section .download-options {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .logotyp-section .download-options a {
  width: calc(100% / 3);
  background: #f4f4f4;
  padding: 12px 40px 12px 12px;
  text-decoration: none;
  font-weight: 600;
  background-image: url('../img/download-red.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  background-size: 16px;
}
.download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .logotyp-section .download-options a:hover {
  background: #d01538;
  color: #fff;
  background-size: 16px;
  background-image: url('../img/download-white.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
}
@media screen and (max-width: 990px) {
  .download-page-content .wrapper .about-company-columns-flex .download-page-left-column {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-catalogues-section .catalogue {
    width: 80%;
    margin: auto;
  }
  .download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section {
    flex-direction: column;
    gap: 60px;
  }
  .download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .download-documents {
    width: 100%;
  }
  .download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-bottom-section .logotyp-section {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .download-page-content .wrapper .about-company-columns-flex .download-page-left-column .download-page-catalogues-section .catalogue {
    width: auto;
  }
}
.shopping-basket-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.shopping-basket-section .wrapper .cart-error {
  border: 1px solid #e3b6b6;
  padding: 14px 7px;
  background: #f8e2e2;
  color: #b34d4d;
  margin-bottom: 17px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex {
  display: flex;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section {
  width: 70%;
  padding-bottom: 80px;
  padding-right: 60px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items {
  padding-bottom: 100px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table {
  width: 100%;
  border-collapse: collapse;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table thead tr th {
  padding-bottom: 30px;
  text-align: start;
  font-size: 14px;
  font-weight: 600;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td {
  vertical-align: middle;
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:first-of-type {
  width: 15%;
  border-top: none;
  border-bottom: none;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:first-of-type img {
  width: 80px;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(2) {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  padding-right: 20px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(2) a {
  text-decoration: none;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(2) a:hover {
  text-decoration: underline;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(3) p.responsive-price-heading {
  line-height: 1.5;
  font-weight: 400;
  font-size: 10px;
  display: none;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(3) p.price {
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(4) .cart-num-of-items {
  width: 80px;
  display: flex;
  gap: 2px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(4) .cart-num-of-items input {
  width: 70%;
  padding: 10px;
  background: #f5f4f4;
  border: none;
  font-size: 13px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(4) .cart-num-of-items input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(4) .cart-num-of-items .cart-num-of-items-buttons {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(4) .cart-num-of-items .cart-num-of-items-buttons span {
  display: inline-block;
  width: 14px;
  padding: 2px;
  border: none;
  text-align: center;
  background: #d01538;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(4) .cart-num-of-items .cart-num-of-items-buttons span:hover {
  background: #940d26;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(5) p.responsive-price-heading {
  line-height: 1.5;
  font-weight: 400;
  font-size: 10px;
  display: none;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(5) p.price {
  line-height: 1.5;
  font-weight: 600;
  font-size: 14px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(6) {
  width: 5%;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(6) button {
  width: 18px;
  height: 18px;
  border: none;
  background: none;
  cursor: pointer;
  background-image: url('../img/delete-cart-item-icon.svg');
  background-repeat: no-repeat;
  background-size: 18px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(6) button:hover {
  background-image: url('../img/delete-cart-item-icon-hover.svg');
  background-repeat: no-repeat;
  background-size: 18px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-company {
  padding-bottom: 100px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-company .info-heading {
  display: block;
  font-size: 14px;
  padding: 15px 0px;
  color: #424242;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-company input {
  border: 1px solid #e6e6e6;
  font-size: 13px;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 7px;
  transition: 0.2s;
  width: 100%;
  display: block;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-company textarea {
  border: 1px solid #e6e6e6;
  font-size: 13px;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 7px;
  transition: 0.2s;
  width: 100%;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section {
  background: #f5f4f4;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section p {
  width: 140px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section .voucher-form {
  width: calc(100% - 140px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section .voucher-form .voucher-text {
  border: none;
  padding: 15px 30px;
  width: 200px;
  font-size: 14px;
  font-weight: 300;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section .voucher-form .voucher-text::placeholder {
  font-weight: 300;
  color: #d4d4d4;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section .voucher-form .voucher-submit {
  background-color: #4a4a4a;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px 20px;
  border: none;
  font-size: 12px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section .voucher-form .voucher-submit:hover {
  background-color: #353535;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .info-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .info-checkbox input {
  width: auto !important;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .info-checkbox label {
  margin: 0;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .no-product-found {
  text-align: center;
  padding: 90px 0 70px 0;
  color: gray;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview {
  width: 30%;
  padding-left: 40px;
  border-left: 2px solid #d8d8d8;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview h2 {
  color: #d01538;
  font-size: 25px;
  line-height: 1.5;
  padding-top: 30px;
  padding-bottom: 60px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview h2 span {
  color: black;
  font-size: 16px;
  display: block;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-items table {
  width: 100%;
  border-bottom: 2px solid #d8d8d8;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-items table tr td {
  font-size: 14px;
  padding-bottom: 15px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-items table tr td:first-of-type {
  font-weight: 700;
  color: #d01538;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-items table tr td:nth-of-type(2) {
  font-weight: 700;
  color: black;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-items table tr td:last-of-type {
  text-align: end;
  color: black;
  font-weight: 400;
  padding-right: 30px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-items table tr:last-of-type td {
  padding-bottom: 30px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-sum {
  padding-top: 50px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-sum table {
  width: 100%;
  border-bottom: 2px solid #d8d8d8;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-sum table tr td {
  font-size: 14px;
  padding-bottom: 15px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-sum table tr td:first-of-type {
  font-weight: 700;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-sum table tr td:last-of-type {
  text-align: end;
  font-weight: 400;
  padding-right: 30px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-sum table tr:last-of-type td {
  padding-bottom: 50px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-final-sum {
  padding-top: 30px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-final-sum table {
  width: 100%;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-final-sum table tr td {
  font-size: 14px;
  padding-bottom: 15px;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-final-sum table tr td:first-of-type {
  font-weight: 700;
  color: black;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-final-sum table tr td:last-of-type {
  text-align: end;
  font-weight: 700;
  color: #d01538;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .overview-final-sum table tr td:last-of-type span {
  font-weight: 400;
  color: #000;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .checkout-button {
  margin-top: 40px;
  display: block;
  background-color: #d01538;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  text-align: end;
  font-weight: 600;
  font-size: 16px;
  background-image: url('../img/white-cart.svg');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  transition: background-color 0.3s;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .checkout-button:hover {
  background-color: #940d26;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .send-button {
  margin-top: 40px;
  display: inline-block;
  float: right;
  width: 70%;
  background-color: #d01538;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  text-align: end;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-image: url('../img/white-envelope.svg');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  transition: background-color 0.3s;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .send-button:hover {
  background-color: #940d26;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .back-button {
  margin-top: 40px;
  display: inline-block;
  float: left;
  width: 20%;
  background-color: #f4f4f4;
  text-decoration: none;
  padding: 20px 10px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s;
}
.shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview .overview-section .back-button:hover {
  background-color: #d01538;
  color: white;
}
@media screen and (max-width: 990px) {
  .shopping-basket-section .wrapper .shopping-basket-section-flex {
    flex-direction: column;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section {
    width: auto;
    padding-right: 0px;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table thead {
    display: none;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody {
    border-collapse: collapse;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #d8d8d8;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr:first-of-type {
    border-top: 2px solid #d8d8d8;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td {
    border-top: none;
    border-bottom: none;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:first-of-type,
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(2) {
    width: 50%;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:first-of-type img,
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(2) img {
    width: 100%;
    max-width: 200px;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(3),
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(4),
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(5) {
    width: 30%;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:last-of-type {
    width: 10%;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(3) p.responsive-price-heading,
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(5) p.responsive-price-heading {
    display: block;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-overview {
    width: auto;
    padding-left: 0px;
    border-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section p {
    width: auto;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section .voucher-form {
    width: auto;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section .voucher-form .voucher-text {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(3),
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(4),
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(5),
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(6) {
    width: 50%;
    text-align: center;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-items table tbody tr td:nth-of-type(4) .cart-num-of-items {
    width: auto;
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section .voucher-form .voucher-text {
    width: calc(100% - 171px);
  }
  .shopping-basket-section .wrapper .shopping-basket-section-flex .shopping-basket-items-section .shopping-basket-voucher-section .voucher-form .voucher-submit {
    width: 171px;
  }
}
.confirm-demand-page {
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm-demand-payment-section {
  padding-bottom: 40px;
}
.confirm-demand-payment-section .wrapper .confirm-demain-instructions {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 40px;
}
.confirm-demand-payment-section .wrapper .confirm-demain-instructions .confirm-demain-instruction {
  background-color: #F4F4F4;
  padding: 60px;
  text-align: center;
}
.confirm-demand-payment-section .wrapper .confirm-demain-instructions .confirm-demain-instruction h3 {
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 40px;
  line-height: 1.3;
}
.confirm-demand-payment-section .wrapper .confirm-demain-instructions .confirm-demain-instruction p {
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
}
.confirm-demand-payment-section .wrapper .confirm-demain-instructions .confirm-demain-instruction .payment-gate-button {
  padding-top: 40px;
}
.confirm-demand-payment-section .wrapper .confirm-demain-instructions .confirm-demain-instruction .payment-gate-button button,
.confirm-demand-payment-section .wrapper .confirm-demain-instructions .confirm-demain-instruction .payment-gate-button a {
  padding-top: 40px;
  padding: 15px 25px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  text-decoration: none;
  background: #d01538;
  color: white;
}
.confirm-demand-payment-section .wrapper .confirm-demain-instructions .confirm-demain-instruction .payment-gate-button button:hover,
.confirm-demand-payment-section .wrapper .confirm-demain-instructions .confirm-demain-instruction .payment-gate-button a:hover {
  background: #940d26;
}
.confirm-demand-payment-section .wrapper .confirm-demain-instructions .confirm-demain-instruction .payment-bank-account {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  gap: 30px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .confirm-demand-payment-section .wrapper .confirm-demain-instructions .confirm-demain-instruction {
    padding: 30px;
  }
}
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-top {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  gap: 30px;
  padding-bottom: 40px;
}
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-top .grid-top-heading {
  color: #d01538;
  font-weight: 700;
  font-size: 18px;
}
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-top .grid-top-text {
  text-align: end;
  color: #7B7B7B;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0px;
}
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-top .grid-top-text .text-underline {
  text-decoration: underline;
  margin-right: 10px;
}
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-top .grid-top-text .top-order-number {
  color: #fff;
  background-color: #d01538;
  padding: 7px 10px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-top {
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
  }
  .confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-top .grid-top-text {
    justify-content: flex-start;
  }
}
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-content {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  padding-bottom: 80px;
}
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-content .grid-content-left div,
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-content .grid-content-right div {
  padding-bottom: 15px;
  display: flex;
}
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-content .grid-content-left div.order-note-content,
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-content .grid-content-right div.order-note-content {
  display: block;
}
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-content .grid-content-left div.order-note-content p:first-of-type,
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-content .grid-content-right div.order-note-content p:first-of-type {
  padding-bottom: 15px;
}
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-content .grid-content-left div p:first-of-type,
.confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-content .grid-content-right div p:first-of-type {
  width: 100px;
}
@media screen and (max-width: 600px) {
  .confirm-demand-section .wrapper .confirm-demand-section-grid .confirm-demand-grid-content {
    grid-template-columns: repeat(1,1fr);
    gap: 0;
    padding-bottom: 40px;
  }
}
.confirm-demand-section .wrapper .confirm-demand-items-section {
  width: 100%;
}
.confirm-demand-section .wrapper .confirm-demand-items {
  padding-bottom: 20px;
  overflow-x: auto;
  margin-bottom: 20px;
}
.confirm-demand-section .wrapper .confirm-demand-items table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
}
.confirm-demand-section .wrapper .confirm-demand-items table thead tr th {
  padding-bottom: 30px;
  text-align: start;
  font-size: 14px;
  font-weight: 600;
}
.confirm-demand-section .wrapper .confirm-demand-items table tbody tr td {
  vertical-align: middle;
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.confirm-demand-section .wrapper .confirm-demand-items table tfoot tr td {
  vertical-align: middle;
  padding-top: 15px;
  color: #d01538;
  font-weight: 600;
}
.confirm-demand-section .wrapper .payment-method-section .payment-method-section-heading {
  color: #d01538;
  font-weight: 700;
  font-size: 18px;
}
.confirm-demand-section .wrapper .payment-method-section .payment-methods {
  padding: 30px 0px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 20px;
}
.confirm-demand-section .wrapper .payment-method-section .payment-methods .payment-method label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
  cursor: pointer;
  font-weight: bold;
}
.confirm-demand-section .wrapper .payment-method-section .payment-methods .payment-method label img {
  margin-left: 10px;
  height: 20px;
}
.confirm-demand-section .wrapper .payment-method-section .payment-methods .payment-method label input {
  display: none;
}
.confirm-demand-section .wrapper .payment-method-section .payment-methods .payment-method label input[type="radio"]:checked + span::after {
  opacity: 1;
}
.confirm-demand-section .wrapper .payment-method-section .payment-methods .payment-method label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #DCDCDC;
  cursor: pointer;
  border-radius: 999px;
  position: relative;
}
.confirm-demand-section .wrapper .payment-method-section .payment-methods .payment-method label span::after {
  opacity: 0;
  transition: 0.2s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #d01538;
  border-radius: 999px;
}
.confirm-demand-section .wrapper .payment-method-section .payment-methods .payment-method p {
  margin-bottom: 30px;
  line-height: 16px;
  font-size: 13px;
  width: 70%;
}
.confirm-demand-section .wrapper .payment-method-section .terms {
  padding-bottom: 10px;
}
.confirm-demand-section .wrapper .payment-method-section .terms label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
  cursor: pointer;
}
.confirm-demand-section .wrapper .payment-method-section .terms label img {
  margin-left: 10px;
  height: 20px;
}
.confirm-demand-section .wrapper .payment-method-section .terms label input {
  display: none;
}
.confirm-demand-section .wrapper .payment-method-section .terms label input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
.confirm-demand-section .wrapper .payment-method-section .terms label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #DCDCDC;
  cursor: pointer;
  position: relative;
}
.confirm-demand-section .wrapper .payment-method-section .terms label span::after {
  opacity: 0;
  transition: 0.2s;
  content: '';
  background-color: #d01538;
  background-image: url('../img/check.svg');
  background-position: 50% 50%;
  background-size: 16px;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 18px;
  height: 18px;
}
.confirm-demand-section .wrapper .payment-method-section .buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.confirm-demand-section .wrapper .payment-method-section .buttons .btn {
  padding: 15px 25px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.confirm-demand-section .wrapper .payment-method-section .buttons .btn-secondary {
  background: #F4F4F4;
}
.confirm-demand-section .wrapper .payment-method-section .buttons .btn-secondary:hover {
  background: #ddd;
}
.confirm-demand-section .wrapper .payment-method-section .buttons .btn-primary {
  background: #d01538;
  color: white;
}
.confirm-demand-section .wrapper .payment-method-section .buttons .btn-primary:hover {
  background: #940d26;
}
@media screen and (max-width: 480px) {
  .confirm-demand-section .wrapper .payment-method-section .buttons {
    flex-direction: column;
  }
  .confirm-demand-section .wrapper .payment-method-section .buttons .btn {
    width: 100%;
  }
}
.products-overview-page {
  padding-top: 60px;
  padding-bottom: 80px;
}
.products-overview-page .products-overview-flex {
  display: flex;
}
@media screen and (max-width: 990px) {
  .products-overview-page .products-overview-flex {
    flex-direction: column;
  }
}
.product-demand {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product-demand h3 {
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 1.3;
  line-height: 26px;
}
.product-demand input[type='text'],
.product-demand input[type='email'],
.product-demand input[type='tel'] {
  border: 1px solid #e6e6e6;
  font-size: 13px;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 7px;
  transition: 0.2s;
  width: 100%;
  display: block;
}
.product-demand textarea {
  border: 1px solid #e6e6e6;
  font-size: 13px;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 7px;
  transition: 0.2s;
  width: 100%;
}
.product-demand .form-check-checkbox {
  margin: 10px 0;
}
.product-demand .form-submit {
  text-align: left;
}
.product-demand .form-submit button {
  margin-top: 10px;
  display: inline-block;
  background-color: #d01538;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  text-align: end;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.product-demand .form-submit button:hover {
  background-color: #940d26;
}
.product-categories-column {
  width: calc(30% - 60px);
  margin-right: 60px;
}
.product-categories-column .product-categories-section h2 {
  text-align: center;
  font-size: 25px;
  padding-bottom: 40px;
  font-weight: 600;
}
.product-categories-column .product-categories-section .categories-navbar {
  position: relative;
}
.product-categories-column .product-categories-section .categories-navbar::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 0px;
  height: 100%;
  background-color: #ebebeb;
  width: 1px;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
  position: relative;
  font-size: 16px;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl3-link {
  text-decoration: none;
  color: #707070;
  transition: 0.3s;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl3-link.main-menu-lvl3-link-open {
  transition: 0.3s;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item:hover a {
  color: #d01538;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl4-wrapper .has-child {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 8px;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url('../img/products-list-plus.svg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl4-wrapper .has-child.has-child-active {
  background-image: url('../img/products-list-minus.svg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl4-wrapper .main-menu-lvl4 {
  display: none;
  position: relative;
  top: 5px;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl4-wrapper .main-menu-lvl4 .main-menu-lvl4-item {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 25px;
  position: relative;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl4-wrapper .main-menu-lvl4 .main-menu-lvl4-item .main-menu-lvl4-link {
  color: #707070;
  text-decoration: none;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl4-wrapper .main-menu-lvl4 .main-menu-lvl4-item .main-menu-lvl4-link:hover {
  color: #d01538;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl4-wrapper .main-menu-lvl4 .main-menu-lvl4-item .main-menu-lvl4-link.main-menu-lvl4-link-open {
  transition: 0.3s;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl4-wrapper .main-menu-lvl4 .main-menu-lvl4-item .has-child {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 8px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('../img/products-list-plus.svg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl4-wrapper .main-menu-lvl4 .main-menu-lvl4-item .has-child.has-child-active {
  background-image: url('../img/products-list-minus.svg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl4-wrapper .main-menu-lvl4 .active > a {
  color: #d01538 !important;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl5 {
  display: none;
  position: relative;
  top: 5px;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl5 .main-menu-lvl5-item {
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 20px;
  position: relative;
  font-size: 12px;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl5 .main-menu-lvl5-item .main-menu-lvl5-link {
  color: #707070;
  text-decoration: none;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .main-menu-lvl3-item .main-menu-lvl5 .main-menu-lvl5-item .main-menu-lvl5-link:hover {
  color: #d01538;
}
.product-categories-column .product-categories-section .categories-navbar .main-menu-lvl1 .active > a {
  color: #d01538 !important;
}
.product-categories-column .product-categories-section .categories-navbar .active-open {
  display: block !important;
}
.product-categories-column .product-categories-section .right-choice-logo {
  text-align: center;
  padding: 30px;
  margin-top: 10px;
}
.product-categories-column .product-categories-section .right-choice-logo img {
  max-width: 100%;
  height: auto;
}
.product-categories-column .filter-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.product-categories-column .filter-section h2 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 40px;
  font-weight: 500;
}
.product-categories-column .filter-section .gender-switcher .gender-switcher-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-categories-column .filter-section .gender-switcher .gender-switcher-flex .women-clothes {
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
}
.product-categories-column .filter-section .gender-switcher .gender-switcher-flex .women-clothes .women-image {
  width: 52px;
  height: 60px;
  background-image: url('../img/filter-woman.svg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.product-categories-column .filter-section .gender-switcher .gender-switcher-flex .women-clothes p {
  padding-top: 25px;
  color: #8b8b8b;
}
.product-categories-column .filter-section .gender-switcher .gender-switcher-flex .women-clothes:hover .women-image {
  width: 52px;
  height: 60px;
  background-image: url('../img/filter-woman-active.svg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.product-categories-column .filter-section .gender-switcher .gender-switcher-flex .men-clothes {
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  border-left: 2px solid #e3e3e3;
}
.product-categories-column .filter-section .gender-switcher .gender-switcher-flex .men-clothes .men-image {
  width: 47px;
  height: 60px;
  background-image: url('../img/filter-man.svg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.product-categories-column .filter-section .gender-switcher .gender-switcher-flex .men-clothes p {
  padding-top: 25px;
  color: #8b8b8b;
}
.product-categories-column .filter-section .gender-switcher .gender-switcher-flex .men-clothes:hover .men-image {
  width: 47px;
  height: 60px;
  background-image: url('../img/filter-man-active.svg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.product-categories-column .filter-section .color-switcher {
  padding-top: 60px;
  padding-bottom: 60px;
}
.product-categories-column .filter-section .color-switcher .color-switcher-heading {
  text-align: center;
  color: #8b8b8b;
  padding-bottom: 20px;
}
.product-categories-column .filter-section .color-switcher .colors-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-categories-column .filter-section .color-switcher .colors-flex .filter-color {
  text-decoration: none;
  padding: 5px 5px 3px 5px;
  border: 1px solid transparent;
}
.product-categories-column .filter-section .color-switcher .colors-flex .filter-color span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #d8d8d8;
}
.product-categories-column .filter-section .color-switcher .colors-flex .filter-color:hover {
  border: 1px solid #d01538;
}
.product-categories-column .filter-section .color-switcher .colors-flex .filter-color.filter-color-brown span {
  background: #c19a6b;
}
.product-categories-column .filter-section .color-switcher .colors-flex .filter-color.filter-color-black span {
  background: #434a54;
}
.product-categories-column .filter-section .color-switcher .colors-flex .filter-color.filter-color-red span {
  background: #e84d3d;
}
.product-categories-column .filter-section .color-switcher .colors-flex .filter-color.filter-color-antique-white span {
  background: #faebd7;
}
.product-categories-column .filter-section .color-switcher .colors-flex .filter-color.filter-color-white span {
  background: #fff;
}
.product-categories-column .filter-section .color-switcher .colors-flex .filter-color.filter-color-beige span {
  background: #f5f5dc;
}
.product-categories-column .filter-section .color-switcher .colors-flex .filter-color.filter-color-vanilla span {
  background: #cfc4a6;
}
.product-categories-column .filter-section .color-switcher .colors-flex .filter-color.filter-color-cadet-blue span {
  background: #abb2bd;
}
.product-categories-column .filter-section .detele-filter {
  text-align: center;
}
.product-categories-column .filter-section .detele-filter a {
  text-decoration: none;
  padding: 10px 30px 10px 50px;
  border: 1px solid #8b8b8b;
  color: #8b8b8b;
  background-image: url('../img/delete-filter-icon.svg');
  background-size: 25px;
  background-position: 15px 50%;
  background-repeat: no-repeat;
}
.product-categories-column .filter-section .detele-filter a:hover {
  border: 1px solid #d01538;
}
@media screen and (max-width: 1220px) {
  .product-categories-column {
    width: calc(30% - 30px);
    margin-right: auto;
  }
}
@media screen and (max-width: 990px) {
  .product-categories-column {
    width: 100%;
    margin-right: none;
    display: flex;
  }
  .product-categories-column .product-categories-section {
    width: 50%;
  }
  .product-categories-column .filter-section {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .product-categories-column {
    flex-direction: column;
  }
  .product-categories-column .product-categories-section {
    width: 100%;
  }
  .product-categories-column .filter-section {
    width: 100%;
  }
}
.products-main-content {
  width: 70%;
}
.products-main-content .content-text h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.products-main-content .content-text ul {
  margin-bottom: 40px;
}
.products-main-content .content-text p {
  line-height: 1.5;
  margin-bottom: 30px;
  color: black;
}
.products-main-content .content-text img {
  max-width: 100%;
  height: auto;
}
.products-main-content .product-filters-section {
  display: flex;
  justify-content: space-between;
  align-items: start;
  box-shadow: 0 19px 38px rgba(0,0,0,0.04), 0 15px 12px rgba(0,0,0,0.04);
  padding: 10px;
  margin-bottom: 20px;
}
.products-main-content .product-filters-section .search-bar {
  width: 100%;
}
.products-main-content .product-filters-section .search-bar form {
  display: flex;
  justify-content: space-between;
}
.products-main-content .product-filters-section .search-bar form .filter-wrap {
  display: flex;
}
.products-main-content .product-filters-section .search-bar form input {
  border: 1px solid #eeeeee;
  height: 38px;
  width: 230px;
  font-size: 12px;
  margin-right: 5px;
  padding: 0px 10px;
}
.products-main-content .product-filters-section .search-bar form button.search_button {
  border: none;
  background-color: #d01538;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.products-main-content .product-filters-section .search-bar form button.search_button img {
  padding-top: 4px;
  width: 25px;
}
.products-main-content .product-filters-section .search-bar form .num_on_page {
  float: right;
}
.products-main-content .product-filters-section .search-bar form button.set_button {
  border: none;
  background-color: #d01538;
  color: white;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  padding: 0 15px;
}
.products-main-content .product-filters-section .search-bar form select {
  border: 1px solid #eeeeee;
  height: 38px;
  width: 80px;
  font-size: 12px;
  margin-right: 5px;
  padding: 0px 10px;
  border-radius: 0px;
}
.products-main-content .product-filters-section .search-bar form button.reset_button {
  border: none;
  background-color: #e5e5e5;
  width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 0 15px;
  cursor: pointer;
  font-size: 14px;
  color: #606060;
}
.products-main-content .product-filters-section .slider-box {
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.products-main-content .product-filters-section .slider-box input {
  border: none;
  display: inline-block;
  vertical-align: top;
  color: #707070;
}
.products-main-content .product-filters-section .slider-box .price-range-slider {
  margin: 25px 0;
  width: 280px;
  max-width: 350px;
  border: none;
  height: 1px;
}
.products-main-content .product-filters-section .slider-box .price-range-slider .ui-slider-range {
  border: none;
  background: #000;
}
.products-main-content .product-filters-section .slider-box .ui-slider-handle {
  border: 2px solid #fff;
  border-radius: 100%;
  background: #d01538;
  width: 15px;
  height: 15px;
  top: -9px;
}
.products-main-content .items-hero-section {
  padding-top: 40px;
  padding-bottom: 100px;
  height: 250px;
  width: 100%;
  position: relative;
}
.products-main-content .items-hero-section img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.products-main-content .items-hero-section .items-hero-text {
  background: #d01538;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(calc(-50% - 30px));
}
.products-main-content .items-hero-section .items-hero-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  line-height: 1.5;
  padding: 15px 60px;
  display: inline-block;
  max-width: min-content;
  font-weight: 500;
}
.products-main-content .no-product-found {
  text-align: center;
  padding: 90px 0 70px 0;
  color: gray;
}
.products-main-content .eshop-items-section {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 19px 38px rgba(0,0,0,0.04), 0 15px 12px rgba(0,0,0,0.04);
}
.products-main-content .eshop-items-section .eshop-item {
  width: calc(33% - 18px);
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  padding: 30px 10px;
  text-decoration: none;
  transition: 0.3s;
}
.products-main-content .eshop-items-section .eshop-item:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.07), 0 15px 12px rgba(0,0,0,0.07);
}
.products-main-content .eshop-items-section .eshop-item:nth-child(3n) {
  border-right: none;
}
.products-main-content .eshop-items-section .eshop-item:nth-child(1),
.products-main-content .eshop-items-section .eshop-item:nth-child(2),
.products-main-content .eshop-items-section .eshop-item:nth-child(3) {
  border-top: none;
}
.products-main-content .eshop-items-section .eshop-item .eshop-item-heading {
  text-align: center;
  padding: 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  min-height: 66px;
}
.products-main-content .eshop-items-section .eshop-item .eshop-item-image {
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
  min-height: 260px;
}
.products-main-content .eshop-items-section .eshop-item .eshop-item-image img {
  max-width: 100%;
  max-height: 100%;
  width: 170px;
}
.products-main-content .eshop-items-section .eshop-item .eshop-item-subimage {
  height: 50px;
  padding: 0 10px;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.products-main-content .eshop-items-section .eshop-item .eshop-item-subimage .thumb {
  width: 25%;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.08);
  transition: opacity .25s ease-out;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-main-content .eshop-items-section .eshop-item .eshop-item-subimage .thumb:hover,
.products-main-content .eshop-items-section .eshop-item .eshop-item-subimage .thumb.active {
  opacity: 1;
}
.products-main-content .eshop-items-section .eshop-item .eshop-item-subimage .thumb img {
  width: 80%;
  height: 80%;
  object-fit: cover;
}
.products-main-content .eshop-items-section .eshop-item .eshop-item-prices .price-with-VAT {
  text-align: center;
  color: #d01538;
  font-size: 17px;
  font-weight: 700;
}
.products-main-content .eshop-items-section .eshop-item .eshop-item-prices .price-without-VAT {
  text-align: center;
  padding-top: 10px;
}
.products-main-content .eshop-items-section .eshop-item .eshop-item-prices .price-without-VAT .price-without-VAT-content {
  color: #585858;
  font-weight: 600;
  display: inline-block;
}
.products-main-content .eshop-items-section .eshop-item .eshop-item-prices .price-without-VAT .price-without-VAT-text {
  display: inline-block;
  color: #bcbcbc;
  font-size: 11px;
}
.products-main-content .eshop-bottom-navigation-section {
  margin-top: 20px;
  padding: 15px;
  position: relative;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page {
  width: 33%;
  display: flex;
  align-items: center;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .items-per-page-switcher {
  display: inline-block;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .items-per-page-switcher span {
  cursor: pointer;
  transform: translateY(3px);
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url('../img/sorting-arrow-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .items-per-page-switcher span.items-per-page-span-active {
  background-image: url('../img/sorting-arrow-up.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .items-per-page-switcher .items-per-page-list {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100%);
  left: 6px;
  width: auto;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .items-per-page-switcher .items-per-page-list li {
  display: flex;
  flex-direction: column;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .items-per-page-switcher .items-per-page-list li:last-of-type a {
  border-bottom: none;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .items-per-page-switcher .items-per-page-list li a {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 10px 10px;
  background: #d01538;
  color: #fff;
  border-bottom: 1px solid #d01538;
  transition: 0.3s;
  border-bottom: 1px solid #fff;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .items-per-page-switcher .items-per-page-list li a:hover {
  transition: 0.3s;
  background-color: #940d26;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .items-per-page-switcher .items-per-page-switcher-active {
  display: inline-block;
  padding-left: 5px;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .sort-items-section {
  position: relative;
  border-left: 1px solid #e3e3e3;
  margin-left: 10px;
  padding-left: 10px;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .sort-items-section p {
  color: #707070;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .sort-items-section .sort-items {
  display: inline-block;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .sort-items-section .sort-items span {
  cursor: pointer;
  transform: translateY(3px);
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url('../img/sorting-arrow-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .sort-items-section .sort-items span.sort-items-span-active {
  background-image: url('../img/sorting-arrow-up.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .sort-items-section .sort-items .sort-items-list {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 16px);
  left: 0px;
  width: auto;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .sort-items-section .sort-items .sort-items-list li {
  display: flex;
  flex-direction: column;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .sort-items-section .sort-items .sort-items-list li:last-of-type a {
  border-bottom: none;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .sort-items-section .sort-items .sort-items-list li a {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  background: #d01538;
  color: #fff;
  border-bottom: 1px solid #d01538;
  transition: 0.3s;
  border-bottom: 1px solid #fff;
}
.products-main-content .eshop-bottom-navigation-section .items-per-page .sort-items-section .sort-items .sort-items-list li a:hover {
  transition: 0.3s;
  background-color: #940d26;
}
.products-main-content .eshop-bottom-navigation-section .page-items-count {
  text-align: center;
}
.products-main-content .eshop-bottom-navigation-section .page-items-count p {
  color: #727272;
}
.products-main-content .eshop-bottom-navigation-section .pages-switcher {
  width: 33%;
}
.products-main-content .eshop-bottom-navigation-section .pages-switcher ul {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.products-main-content .eshop-bottom-navigation-section .pages-switcher ul li a {
  color: #cecece;
  text-decoration: none;
  padding: 5px 10px;
  transition: 0.3s;
}
.products-main-content .eshop-bottom-navigation-section .pages-switcher ul li a:hover {
  background: #d01538;
  color: #fff;
}
.products-main-content .eshop-bottom-navigation-section .pages-switcher ul li.active a {
  background: #d01538;
  color: #fff;
}
@media screen and (max-width: 1220px) {
  .products-main-content .product-filters-section {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .products-main-content .product-filters-section .slider-box .price-range-slider {
    max-width: 270px;
    width: 270px;
  }
  .products-main-content .eshop-items-section .eshop-item {
    width: calc(33% - 19px);
  }
  .products-main-content .eshop-items-section .eshop-item .eshop-item-image img {
    width: 170px;
  }
}
@media screen and (max-width: 990px) {
  .products-main-content {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .products-main-content .product-filters-section {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .products-main-content .product-filters-section .sort-items-section {
    padding-top: 20px;
  }
  .products-main-content .product-filters-section .slider-box .price-range-slider {
    max-width: 270px;
    width: 270px;
  }
  .products-main-content .items-hero-section .items-hero-text {
    background: #d01538;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(calc(-50% - 30px));
  }
  .products-main-content .items-hero-section .items-hero-text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    display: inline-block;
    max-width: min-content;
    font-weight: 500;
  }
}
@media screen and (max-width: 600px) {
  .products-main-content .eshop-items-section .eshop-item {
    width: calc(50% - 21px);
  }
  .products-main-content .eshop-items-section .eshop-item .eshop-item-image img {
    width: 170px;
  }
  .products-main-content .eshop-items-section .eshop-item:nth-child(3n) {
    border-right: 1px solid #ebebeb;
  }
  .products-main-content .eshop-items-section .eshop-item:nth-child(1),
  .products-main-content .eshop-items-section .eshop-item:nth-child(2),
  .products-main-content .eshop-items-section .eshop-item:nth-child(3) {
    border-top: 1px solid #ebebeb;
  }
  .products-main-content .eshop-items-section .eshop-item:nth-child(even) {
    border-right: none;
  }
  .products-main-content .eshop-items-section .eshop-item:nth-child(1),
  .products-main-content .eshop-items-section .eshop-item:nth-child(2) {
    border-top: none;
  }
  .products-main-content .eshop-bottom-navigation-section {
    flex-wrap: wrap;
  }
  .products-main-content .eshop-bottom-navigation-section .items-per-page {
    width: 50%;
    order: 1;
  }
  .products-main-content .eshop-bottom-navigation-section .items-per-page .items-per-page-switcher .items-per-page-list {
    top: 40px;
  }
  .products-main-content .eshop-bottom-navigation-section .page-items-count {
    padding-top: 20px;
    width: 100%;
    order: 3;
  }
  .products-main-content .eshop-bottom-navigation-section .pages-switcher {
    width: 50%;
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .products-main-content .product-filters-section .slider-box {
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .products-main-content .product-filters-section .slider-box .price-range-slider {
    margin-left: 8px;
    max-width: 280px;
    width: 280px;
  }
  .products-main-content .items-hero-section .items-hero-text {
    background: #d01538;
    position: absolute;
    right: unset;
    top: unset;
    bottom: 50px;
    transform: unset;
    width: 100%;
  }
  .products-main-content .items-hero-section .items-hero-text h2 {
    width: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    padding: 30px 60px;
    display: block;
    max-width: unset;
    font-weight: 500;
  }
}
@media screen and (max-width: 400px) {
  .products-main-content .eshop-items-section .eshop-item {
    width: 100%;
    border-right: none !important;
  }
  .products-main-content .eshop-items-section .eshop-item .eshop-item-image img {
    width: 170px;
  }
  .products-main-content .eshop-items-section .eshop-item:nth-child(2) {
    border-top: 1px solid #ebebeb;
  }
}
.message {
  position: relative;
  top: 14px;
  margin-top: 10px;
  padding: 14px 10px;
}
.message-success {
  background: #d1f6da;
  color: #189c37;
}
.product-back {
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  top: -15px;
}
.product-back a {
  display: inline-block;
  padding: 10px 15px 10px 15px;
  background: #d01538;
  color: white;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  top: -12px;
}
.product-back a:hover {
  background: #940d26;
  color: white;
}
.product-detail-section .product-detail-main-content {
  display: flex;
  gap: 60px;
}
.product-detail-section .product-detail-main-content .product-galery {
  width: 50%;
}
.product-detail-section .product-detail-main-content .product-galery .img-display {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.08);
  position: relative;
  flex-grow: 1;
}
.product-detail-section .product-detail-main-content .product-galery .img-display::before {
  content: '';
  position: absolute;
  z-index: 2;
  pointer-events: none;
  width: 25px;
  height: 25px;
  bottom: 20px;
  right: 30px;
  background-image: url('../img/fullscreen-black.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-section .product-detail-main-content .product-galery .img-display::after {
  content: '';
  position: absolute;
  z-index: 2;
  pointer-events: none;
  width: 40px;
  height: 40px;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../img/magnifying_glass_zoom_icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-section .product-detail-main-content .product-galery .img-display:hover::after {
  display: none;
}
.product-detail-section .product-detail-main-content .product-galery .img-display .zoom {
  display: inline-block;
}
.product-detail-section .product-detail-main-content .product-galery .img-display .zoom img {
  max-width: 100%;
}
.product-detail-section .product-detail-main-content .product-galery .product-more-images {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.product-detail-section .product-detail-main-content .product-galery .product-more-images .thumb {
  width: 33.3333%;
  max-height: 125px;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.08);
  transition: opacity .25s ease-out;
  opacity: 0.5;
}
.product-detail-section .product-detail-main-content .product-galery .product-more-images .thumb:hover,
.product-detail-section .product-detail-main-content .product-galery .product-more-images .thumb.active {
  opacity: 1;
}
.product-detail-section .product-detail-main-content .product-galery .product-more-images .thumb a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail-section .product-detail-main-content .product-right-content {
  width: 50%;
}
.product-detail-section .product-detail-main-content .product-right-content h1 {
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 30px;
  line-height: 35px;
}
.product-detail-section .product-detail-main-content .product-right-content .product-about h2 {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 40px;
  line-height: 1.5;
}
.product-detail-section .product-detail-main-content .product-right-content .product-about p {
  line-height: 1.5;
  color: black;
  font-weight: 400;
  font-size: 15px;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants {
  padding-top: 40px;
  display: flex;
  gap: 30px;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color {
  width: 50%;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .filter-color,
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .color-picker-list-item {
  display: inline-block;
  text-decoration: none;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .filter-color span,
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .color-picker-list-item span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #d8d8d8;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .filter-color.filter-color-brown span,
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .color-picker-list-item.filter-color-brown span {
  background: #c19a6b;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .filter-color.filter-color-black span,
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .color-picker-list-item.filter-color-black span {
  background: #434a54;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .filter-color.filter-color-red span,
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .color-picker-list-item.filter-color-red span {
  background: #e84d3d;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .filter-color.filter-color-antique-white span,
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .color-picker-list-item.filter-color-antique-white span {
  background: #faebd7;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .filter-color.filter-color-white span,
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .color-picker-list-item.filter-color-white span {
  background: #fff;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .filter-color.filter-color-beige span,
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .color-picker-list-item.filter-color-beige span {
  background: #f5f5dc;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .filter-color.filter-color-vanilla span,
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .color-picker-list-item.filter-color-vanilla span {
  background: #cfc4a6;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .filter-color.filter-color-cadet-blue span,
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .color-picker-list-item.filter-color-cadet-blue span {
  background: #abb2bd;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .product-color-heading {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .product-color-content {
  cursor: pointer;
  position: relative;
  border: 1px solid #8b8b8b;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .product-color-content .product-active-color {
  display: flex;
  align-items: center;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .product-color-content .product-active-color p {
  color: #797979;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .product-color-content .color-picker {
  cursor: pointer;
  transform: translateY(-1px);
  display: inline-block;
  width: 23px;
  height: 20px;
  background-image: url('../img/picker-arrow-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .product-color-content .color-picker.color-picker-span-active {
  background-image: url('../img/picker-arrow-up.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .product-color-content .color-picker-list {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  width: 100%;
  border: 1px solid #8b8b8b;
  z-index: 500;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .product-color-content .color-picker-list .color-picker-list-item {
  border-top: 1px solid #8b8b8b;
  transition: 0.3s;
  width: 100%;
  background: #fff;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .product-color-content .color-picker-list .color-picker-list-item:first-of-type {
  border-top: none;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .product-color-content .color-picker-list .color-picker-list-item:hover {
  background: #f0f0f0;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .product-color-content .color-picker-list .color-picker-list-item .color-picker-list-item-link {
  display: flex;
  padding: 10px;
  text-decoration: none;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color .product-color-content .color-picker-list .color-picker-list-item .color-picker-list-item-link p {
  color: #797979;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender {
  width: 50%;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .filter-gender span {
  display: inline-block;
  width: 20px;
  height: 30px;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .filter-gender.gender-woman span {
  background-image: url('../img/filter-woman.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .filter-gender.gender-man span {
  background-image: url('../img/filter-man.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .product-gender-heading {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .product-gender-content {
  cursor: pointer;
  position: relative;
  border: 1px solid #8b8b8b;
  padding: 5px 10px 4px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .product-gender-content .product-active-gender {
  display: flex;
  align-items: center;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .product-gender-content .product-active-gender p {
  color: #797979;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .product-gender-content .gender-picker {
  cursor: pointer;
  transform: translateY(-1px);
  display: inline-block;
  width: 23px;
  height: 20px;
  background-image: url('../img/picker-arrow-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .product-gender-content .gender-picker.gender-picker-span-active {
  background-image: url('../img/picker-arrow-up.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .product-gender-content .gender-picker-list {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  width: 100%;
  border: 1px solid #8b8b8b;
  z-index: 500;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .product-gender-content .gender-picker-list .gender-picker-list-item {
  border-top: 1px solid #8b8b8b;
  transition: 0.3s;
  background: #fff;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .product-gender-content .gender-picker-list .gender-picker-list-item:first-of-type {
  border-top: none;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .product-gender-content .gender-picker-list .gender-picker-list-item:hover {
  background: #f0f0f0;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .product-gender-content .gender-picker-list .gender-picker-list-item .gender-picker-list-item-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 5px 10px 4px 10px;
}
.product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender .product-gender-content .gender-picker-list .gender-picker-list-item .gender-picker-list-item-link p {
  color: #797979;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
.product-detail-section .product-detail-main-content .product-right-content .product-pricing {
  padding-top: 60px;
  padding-bottom: 40px;
}
.product-detail-section .product-detail-main-content .product-right-content .product-pricing .product-pricing-content {
  width: 50%;
  margin-left: auto;
  text-align: end;
}
.product-detail-section .product-detail-main-content .product-right-content .product-pricing .product-pricing-content .price-with-VAT {
  width: 100%;
  color: #d01538;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.product-detail-section .product-detail-main-content .product-right-content .product-pricing .product-pricing-content .price-without-VAT {
  padding-top: 20px;
  width: 100%;
  color: #797979;
  font-size: 16px;
}
.product-detail-section .product-detail-main-content .product-right-content .product-pricing .product-pricing-content .price-without-VAT span {
  color: #c9c9c9;
}
.product-detail-section .product-detail-main-content .product-right-content .buy-products-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail-section .product-detail-main-content .product-right-content .buy-products-section .buy-products-heading p {
  font-size: 16px;
  font-weight: 600;
}
.product-detail-section .product-detail-main-content .product-right-content .buy-products-section .buy-products-div .num-of-products {
  width: 40px;
  text-align: center;
  padding: 15px 5px 15px 20px;
  border: none;
  background: #f3f3f3;
  font-size: 16px;
  color: #797979;
  margin-right: 10px;
}
.product-detail-section .product-detail-main-content .product-right-content .buy-products-section .buy-products-div .num-of-products::placeholder {
  color: #c4c4c4;
}
.product-detail-section .product-detail-main-content .product-right-content .buy-products-section .buy-products-div .buy-products-button {
  border: none;
  background-color: #d01538;
  color: #fff;
  padding: 15px 15px 15px 60px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  background-image: url('../img/white-cart.svg');
  background-position: 15px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}
.product-detail-section .product-detail-main-content .product-right-content .buy-products-section .buy-products-div .buy-products-button:hover {
  background-color: #940d26;
}
.product-detail-section .product-detail-main-content .product-right-content .buy-products-section .buy-products-div .disabled-button {
  opacity: 0.3;
}
.product-detail-section .product-detail-main-content .product-right-content .add-to-comparsion {
  display: flex;
  padding-top: 10px;
}
.product-detail-section .product-detail-main-content .product-right-content .add-to-comparsion .add-to-comparsion-content {
  margin-left: auto;
  width: 50%;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.product-detail-section .product-detail-main-content .product-right-content .add-to-comparsion .add-to-comparsion-content img {
  width: 50px;
  height: auto;
}
.product-detail-section .product-detail-main-content .product-right-content .add-to-comparsion .add-to-comparsion-content p {
  color: #929292;
  font-weight: 500;
}
.product-detail-section .product-detail-main-content .product-right-content .product-stock-and-code {
  margin-top: 40px;
}
.product-detail-section .product-detail-main-content .product-right-content .product-stock-and-code .product-stock-and-code-content .product-stock {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.product-detail-section .product-detail-main-content .product-right-content .product-stock-and-code .product-stock-and-code-content .product-stock .stock-heading {
  width: 100px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.product-detail-section .product-detail-main-content .product-right-content .product-stock-and-code .product-stock-and-code-content .product-stock .stock-content {
  width: auto;
  color: #797979;
  font-size: 16px;
  line-height: 1.5;
}
.product-detail-section .product-detail-main-content .product-right-content .product-stock-and-code .product-stock-and-code-content .product-stock .stock-content span {
  color: #22b439;
}
.product-detail-section .product-detail-main-content .product-right-content .product-stock-and-code .product-stock-and-code-content .product-code {
  display: flex;
  gap: 10px;
}
.product-detail-section .product-detail-main-content .product-right-content .product-stock-and-code .product-stock-and-code-content .product-code .code-heading {
  width: 100px;
  font-size: 16px;
  font-weight: 600;
}
.product-detail-section .product-detail-main-content .product-right-content .product-stock-and-code .product-stock-and-code-content .product-code .code-content {
  width: auto;
  font-size: 16px;
  color: #797979;
}
.product-detail-section .product-detail-main-content .product-right-content .product-sale-section {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.product-detail-section .product-detail-main-content .product-right-content .product-sale-section .product-sale-card {
  background: #fff;
  padding: 10px 15px;
  border: 1px dashed #d01538;
}
.product-detail-section .product-detail-main-content .product-right-content .product-sale-section .product-sale-card .sale-condition {
  color: #d01538;
  line-height: 23px;
  padding-top: 5px;
  font-size: 14px;
  opacity: 0.6;
}
.product-detail-section .product-detail-bottom-info {
  margin-top: 60px;
}
.product-detail-section .product-detail-bottom-info img {
  max-width: 100%;
  max-height: 100%;
}
.product-detail-section .product-detail-bottom-info #switcher-buttons {
  background: #f3f3f3;
  margin-bottom: 40px;
}
.product-detail-section .product-detail-bottom-info #switcher-buttons .et_pb_button {
  background: #f3f3f3;
  padding: 20px;
  border: none;
  cursor: pointer;
  font-size: 15px;
}
.product-detail-section .product-detail-bottom-info #switcher-buttons .et_pb_button.active {
  background: #fff;
  border-bottom: 2px solid #d01538;
  font-weight: 600;
}
.product-detail-section .product-detail-bottom-info ul {
  padding-left: 25px;
  color: black;
}
.product-detail-section .product-detail-bottom-info ul li {
  position: relative;
  padding-bottom: 5px;
  line-height: 1.5;
}
.product-detail-section .product-detail-bottom-info ul li::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #d01538;
}
.product-detail-section .product-detail-bottom-info .clothing-care-icons {
  margin-top: 40px;
}
.product-detail-section .product-detail-bottom-info .clothing-care-icons img {
  max-width: 100%;
  max-height: 100%;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.product-detail-section .product-detail-bottom-info .more-info-content .more-info-row {
  display: flex;
  padding: 15px 5px;
  border-bottom: 1px solid #f3f3f3;
}
.product-detail-section .product-detail-bottom-info .more-info-content .more-info-row .more-info-row-heading {
  width: 200px;
  font-weight: 600;
}
.product-detail-section .product-detail-bottom-info .more-info-content .more-info-row .more-info-row-content {
  width: auto;
}
.product-detail-section .product-detail-bottom-info .sizing-content .sizing-heading {
  color: #d01538;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
}
.product-detail-section .product-detail-bottom-info .sizing-content p {
  color: black;
  line-height: 1.5;
  padding-bottom: 15px;
}
.product-detail-section .product-detail-bottom-info .sizing-content .table-section {
  overflow-x: hidden;
  width: 100%;
}
.product-detail-section .product-detail-bottom-info .sizing-content .table-section table {
  width: 100%;
  min-width: 650px;
  border: 2px solid #f3f3f3;
  margin-bottom: 15px;
}
.product-detail-section .product-detail-bottom-info .sizing-content .table-section table thead {
  background: #f3f3f3;
}
.product-detail-section .product-detail-bottom-info .sizing-content .table-section table thead tr th {
  padding: 15px 10px;
}
.product-detail-section .product-detail-bottom-info .sizing-content .table-section table tbody tr {
  border-bottom: 1px solid #f3f3f3;
}
.product-detail-section .product-detail-bottom-info .sizing-content .table-section table tbody tr td {
  padding: 15px 10px;
  text-align: center;
}
.product-detail-section .product-detail-bottom-info .sizing-content .table-section table tbody tr td:first-of-type {
  background: #f3f3f3;
  font-weight: 700;
  text-align: start;
}
@media screen and (max-width: 1220px) {
  .product-detail-section .product-detail-main-content .product-galery {
    width: 50%;
  }
  .product-detail-section .product-detail-main-content .product-galery .img-display {
    height: unset;
    min-height: unset;
  }
  .product-detail-section .product-detail-main-content .product-right-content .product-variants {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-detail-section .product-detail-main-content .product-right-content .product-variants .product-color {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .product-detail-section .product-detail-main-content .product-right-content .product-variants .product-gender {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .product-detail-section .product-detail-main-content .product-right-content .product-pricing .product-pricing-content {
    width: 100%;
  }
  .product-detail-section .product-detail-main-content .product-right-content .buy-products-section {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  .product-detail-section .product-detail-main-content .product-right-content .add-to-comparsion .add-to-comparsion-content {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .product-detail-section .product-detail-main-content {
    flex-direction: column;
  }
  .product-detail-section .product-detail-main-content .product-galery {
    width: 100%;
  }
  .product-detail-section .product-detail-main-content .product-galery .img-display {
    height: unset;
  }
  .product-detail-section .product-detail-main-content .product-right-content {
    width: 100%;
  }
  .product-detail-section .product-detail-main-content .product-right-content .pricing-buying-flex {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .product-detail-section .product-detail-main-content .product-right-content .pricing-buying-flex .product-pricing {
    padding: 0px;
  }
  .product-detail-section .product-detail-main-content .product-right-content .product-sale-section {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-section .product-detail-main-content .product-right-content .pricing-buying-flex {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 0px;
  }
  .product-detail-section .product-detail-main-content .product-right-content .pricing-buying-flex .product-pricing .product-pricing-content .price-with-VAT {
    display: inline-block;
    width: unset;
    padding-left: 30px;
  }
}
#content {
  line-height: 25px;
}
#content table,
#content ul,
#content ol,
#content p,
#content h2,
#content h3,
#content h4,
#content h5,
#content hr {
  margin: 0 0 15px 0;
}
#content a {
  color: inherit;
}
#content hr {
  display: block;
  height: 1px;
  border: none;
  background: #e4e4e4;
}
#content h2 {
  font-size: 26px;
}
#content h3 {
  font-size: 23px;
}
#content h4 {
  font-size: 18px;
}
#content h5 {
  font-size: 16px;
}
#content ul li {
  padding: 2px 0 2px 20px;
  background: url('../img/content_li.png') 0 13px no-repeat;
  background-size: 8px 12px;
}
#content ul ul {
  margin-left: 13px;
  margin-bottom: 0px;
}
#content table {
  width: 100%;
}
#content table thead tr {
  background: #dcefff;
}
#content table thead tr th {
  padding: 12px 10px 12px 10px;
  font-weight: 400;
}
#content table thead tr th:first-child {
  text-align: left;
}
#content table thead tr th:last-child {
  text-align: right;
}
#content table tbody tr td {
  padding: 8px 10px 8px 10px;
}
footer {
  background-image: url('../img/footer_bg.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
footer .footer-small-logo {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
}
footer .footer-small-logo img {
  max-width: 100%;
  max-height: 100%;
}
footer .footer-top-section {
  border-bottom: 1px solid #D4D4D4;
  padding: 30px 0px;
}
footer .footer-top-section .wrapper .footer-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
footer .footer-top-section .wrapper .footer-top-content .email,
footer .footer-top-section .wrapper .footer-top-content .phone {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .footer-top-section .wrapper .footer-top-content .email span,
footer .footer-top-section .wrapper .footer-top-content .phone span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 40px;
  background-color: #d01538;
}
footer .footer-top-section .wrapper .footer-top-content .email span img,
footer .footer-top-section .wrapper .footer-top-content .phone span img {
  width: 18px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
footer .footer-top-section .wrapper .footer-top-content .socials img {
  width: 30px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
footer .footer-main-section {
  padding: 30px 0px;
}
footer .footer-main-section .wrapper .footer-main-content {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 50px;
}
footer .footer-main-section .wrapper .footer-main-content .footer-practical-info h4,
footer .footer-main-section .wrapper .footer-main-content .footer-about-purchase h4,
footer .footer-main-section .wrapper .footer-main-content .footer-about-company h4 {
  font-size: 1.1rem;
  font-weight: 600;
}
footer .footer-main-section .wrapper .footer-main-content .footer-practical-info ul,
footer .footer-main-section .wrapper .footer-main-content .footer-about-purchase ul,
footer .footer-main-section .wrapper .footer-main-content .footer-about-company ul {
  padding-top: 15px;
  padding-left: 10px;
}
footer .footer-main-section .wrapper .footer-main-content .footer-practical-info ul li,
footer .footer-main-section .wrapper .footer-main-content .footer-about-purchase ul li,
footer .footer-main-section .wrapper .footer-main-content .footer-about-company ul li {
  margin-bottom: 10px;
}
footer .footer-main-section .wrapper .footer-main-content .footer-practical-info ul li:last-of-type,
footer .footer-main-section .wrapper .footer-main-content .footer-about-purchase ul li:last-of-type,
footer .footer-main-section .wrapper .footer-main-content .footer-about-company ul li:last-of-type {
  margin-bottom: 0px;
}
footer .footer-main-section .wrapper .footer-main-content .footer-practical-info ul li a,
footer .footer-main-section .wrapper .footer-main-content .footer-about-purchase ul li a,
footer .footer-main-section .wrapper .footer-main-content .footer-about-company ul li a {
  text-decoration: none;
}
footer .footer-main-section .wrapper .footer-main-content .footer-practical-info ul li a:hover,
footer .footer-main-section .wrapper .footer-main-content .footer-about-purchase ul li a:hover,
footer .footer-main-section .wrapper .footer-main-content .footer-about-company ul li a:hover {
  text-decoration: underline;
}
footer .footer-main-section .wrapper .footer-main-content .footer-contact .contact-flex {
  display: flex;
  gap: 15px;
}
footer .footer-main-section .wrapper .footer-main-content .footer-contact .contact-flex .contact-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 40px;
  background-color: #d01538;
}
footer .footer-main-section .wrapper .footer-main-content .footer-contact .contact-flex .contact-icon span img {
  width: 18px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
footer .footer-main-section .wrapper .footer-main-content .footer-contact .contact-flex .contact-content h4 {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 2;
}
footer .footer-main-section .wrapper .footer-main-content .footer-contact .contact-flex .contact-content address {
  line-height: 1.5;
  font-style: normal;
}
footer .footer-main-section .wrapper .footer-main-content .footer-contact .contact-detail {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  margin-left: 20px;
}
footer .footer-main-section .wrapper .footer-main-content .footer-contact .contact-detail .qr-icon {
  width: 30px;
}
footer .footer-main-section .wrapper .footer-main-content .footer-contact .contact-detail .qr-icon img {
  max-width: 100%;
  max-height: 100%;
}
footer .footer-main-section .wrapper .footer-main-content .footer-contact .contact-detail .contact-link a {
  display: inline-block;
  background: #d01538;
  color: white;
  text-decoration: none;
  padding: 12px 16px;
  font-weight: 500;
  transition: 0.2s;
}
footer .footer-main-section .wrapper .footer-main-content .footer-contact .contact-detail .contact-link a:hover {
  background-color: #940d26;
  color: #fff;
}
footer .footer-copyright-section {
  padding-bottom: 20px;
}
footer .footer-copyright-section .wrapper .footer-copyright-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  color: #AEAEAE;
}
footer .footer-copyright-section .wrapper .footer-copyright-flex ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-copyright-section .wrapper .footer-copyright-flex .created-by {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .footer-copyright-section .wrapper .footer-copyright-flex .created-by a {
  display: inline-block;
}
footer .footer-copyright-section .wrapper .footer-copyright-flex .created-by a img {
  width: 80px;
}
@media screen and (max-width: 990px) {
  footer .footer-main-section .wrapper .footer-main-content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-copyright-section .wrapper .footer-copyright-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    color: #AEAEAE;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-top-section .wrapper .footer-top-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  footer .footer-main-section .wrapper .footer-main-content {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
  }
}
.pixio-control-panel {
  background: #f8f8f8;
  border-top: 1px solid #e1e1e1;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 13px;
}
.pixio-control-panel .pixio-container {
  background: #141b21;
  display: none;
  padding: 10px 20px;
  float: left;
}
.pixio-control-panel .pixio-container a {
  display: block;
  width: 54px;
  height: 20px;
  text-indent: -5555px;
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .pixio-control-panel .pixio-container a {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
@media screen and (min-width: 820px) {
  .pixio-control-panel .pixio-container {
    display: inline-block;
  }
}
.pixio-control-panel-ul {
  margin: 3px 0 10px 0;
}
.pixio-control-panel-ul li {
  color: #818181;
  display: block;
  margin: 7px 15px 13px 15px;
  float: left;
}
.pixio-control-panel-ul li span {
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .pixio-control-panel-ul li span {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
.pixio-control-panel-ul li a {
  color: #1c68a3;
  text-decoration: none;
  font-weight: bold;
}
.pixio-control-panel-ul li a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 600px) {
  .pixio-control-panel-ul li {
    margin: 0 15px;
  }
}
.pixio-control-panel-ul-left {
  float: left;
}
.pixio-control-panel-ul-left li#block-loading-time,
.pixio-control-panel-ul-left li#block-file-upload {
  display: none;
}
@media screen and (min-width: 600px) {
  .pixio-control-panel-ul-left li#block-loading-time,
  .pixio-control-panel-ul-left li#block-file-upload {
    display: block;
  }
}
.pixio-control-panel-ul-left li#block-loading-time span {
  background-position: 0px -20px;
}
.pixio-control-panel-ul-left li#block-edit-page span {
  background-position: 0px -40px;
}
.pixio-control-panel-ul-left li#block-page-settings span {
  background-position: -20px -20px;
}
.pixio-control-panel-ul-left li#block-file-upload span {
  background-position: -20px -40px;
}
.pixio-control-panel-ul-right {
  float: right;
  display: none;
}
.pixio-control-panel-ul-right li#block-logout a {
  color: #c50001;
}
.pixio-control-panel-ul-right li#block-logout span {
  background-position: -40px -20px;
}
.pixio-control-panel-ul-right li#block-user-name span {
  background-position: -40px -40px;
}
@media screen and (min-width: 990px) {
  .pixio-control-panel-ul-right {
    display: block;
  }
}
.news-item {
  margin: 8px 0;
  padding: 8px 0 20px 0;
  border-bottom: 1px solid #e4e4e4;
}
.news-item-title {
  line-height: 33px !important;
  margin-bottom: 13px !important;
}
.news-item-content {
  float: left;
  width: 100%;
}
.news-item-content-text {
  margin-bottom: 10px;
}
.news-item-content-date {
  color: #5e5e5e;
}
.news-item-content-more {
  margin: 0 5px;
  float: right;
  color: #d01538 !important;
  border: 1px solid #d01538;
  padding: 8px 8px;
  text-decoration: none;
}
.news-item-content-more:hover {
  background: #d01538;
  color: white !important;
}
.news-item-thumb {
  float: left;
}
.news-item-thumb img {
  margin-right: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.news-detail {
  margin-bottom: 10px;
}
.news-detail-last-change {
  color: #5e5e5e;
}
.news-detail-back {
  margin: 0 5px;
  float: right;
  color: #d01538 !important;
  border: 1px solid #d01538;
  padding: 8px 8px;
  text-decoration: none;
}
.news-detail-back:hover {
  background: #d01538;
  color: white !important;
}
.pagination {
  margin-left: 0px;
  padding: 0px !important;
  display: flex;
  justify-content: center;
}
.pagination li {
  padding: 0px !important;
  background: none !important;
  border: none !important;
  border-radius: none;
}
.pagination li:after,
.pagination li:before {
  display: none;
}
.pagination li a {
  padding: 2px 8px;
  text-decoration: none;
  color: #d01538 !important;
  border: 1px solid #d01538 !important;
  padding: 8px 8px;
  border-radius: none !important;
}
.pagination li a:hover {
  background: #d01538;
  color: white !important;
}
.pagination li.active a {
  background: #d01538 !important;
  color: white !important;
}
.bookings_sheet tr td {
  text-align: center;
}
@media screen and (min-width: 990px) {
  .bookings_sheet tr td {
    padding: 6px 4px !important;
  }
}
@media screen and (min-width: 1220px) {
  .bookings_sheet tr td {
    padding: 6px 2px !important;
  }
}
.bookings_sheet tr:hover {
  background: none !important;
}
.bookings_month {
  font-size: 17px;
  font-family: ;
  padding: 7px 0 25px;
}
.bookings_tooltip {
  display: block;
  width: 100%;
  font-size: 14px;
  color: white !important;
  text-align: center;
}
.bookings_tooltip .booking_detail {
  position: absolute;
  display: none;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
}
.bookings_tooltip .booking_detail strong {
  margin-bottom: 4px;
  display: block;
}
.bookings_tooltip:hover .booking_detail {
  display: block;
}
.album-item {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin: 5px;
  width: 100px;
}
.album-item-title {
  display: block;
  text-align: center;
}
.album-item-description {
  text-align: center;
}
.album-item img {
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.pagination li {
  padding: 0px !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: 8px;
  border: 1px solid gray;
  margin: 5px;
}
.pagination li.active a {
  background: #eeeeee;
}
.DownloadGalleryTable img {
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.gallery ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery ul .gallery-item {
  list-style: none !important;
  border: 1px solid #d3d3d3;
  padding: 5px;
  width: calc(50% - 20px);
}
.gallery ul .gallery-item:after,
.gallery ul .gallery-item:before {
  display: none !important;
}
.gallery ul .gallery-item img {
  width: 100%;
}
.registrace-form small {
  margin-top: 13px;
  font-size: 13px;
  display: block;
}
.error_box {
  color: #c51919;
  display: block;
  padding: 3px;
}
.success_box {
  color: #3db812;
  display: block;
  padding: 3px;
}
.form tbody tr td {
  padding: 2px !important;
}
.form-title {
  vertical-align: middle;
  font-weight: bold;
  width: 120px;
}
.form-title-required {
  color: red;
}
.form-help {
  display: none;
}
.form .input-text {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 10px;
  width: calc(100% - 20px);
  border: 1px solid #e8e8e8;
}
.form .input-text:hover,
.form .input-text:focus {
  border: 1px solid #d8d8d8;
}
.form .input-select {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 0px;
  text-indent: 5px;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.form .input-select:hover,
.form .input-select:focus {
  border: 1px solid #d8d8d8;
}
.form .input-checkbox-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-checkbox-container {
  margin: 6px 0;
}
.form .input-radio-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-radio-container {
  margin: 6px 0;
}
.form-input-error {
  border: 1px solid red !important;
  background: #fdd8d8;
}
.form-btn-send {
  border: 0px;
  display: block;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: right;
}
