@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700&amp;subset=latin-ext" rel="stylesheet');
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface&amp;subset=latin-ext");
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
}

header {
  width: 80px;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

header .left_bar {
  height: 92vh;
  width: 80px;
  background-color: #FFFFFF;
  /*padding: 20px 0 30px 0;*/
  padding: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 12;
}

header .left_bar.gold {
  /*border-right: 1px solid #D5A173;*/
}

header .left_bar.black {
  border-right: 1px solid #000;
}

header .left_bar .menu_bar {
  width: 38px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 15px 9.5px;
}

header .left_bar .menu_bar .menu_bar_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 38px;
  background: linear-gradient(135.67deg, #F1D3B9 0%, #B6885F 100%);
}

header .left_bar .menu_bar .hamburger {
  width: 19px;
}

header .left_bar .menu_bar .hamburger > span {
  display: block;
  width: 100%;
  background-color: #fff;
  height: 2px;
  transition: 0.25s ease-in-out;
}

header .left_bar .menu_bar .hamburger > span:not(:first-child) {
  margin-top: 4px;
}

header .left_bar .menu_bar .hamburger > span:nth-child(1) {
  transition-delay: 0.5s;
}

header .left_bar .menu_bar .hamburger > span:nth-child(2) {
  transition-delay: 0.625s;
}

header .left_bar .menu_bar .hamburger > span:nth-child(2)::before {
  transition: width 0.2s ease 0.1s;
}

header .left_bar .menu_bar .hamburger > span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: width 0.2s ease 0s;
  /*background-color: #D5A173;*/
  background-color: #000;
}

header .left_bar .menu_bar .cross {
  width: 19px;
  height: 25px;
  position: absolute;
  /*left: 7px;*/
  /*top: 0;*/
  left: 17px;
  top: 8px;
  transform: rotate(45deg);
}

header .left_bar .menu_bar .cross > span {
  display: block;
  transition: 0.25s ease-in-out;
  background-color: #fff;
}

header .left_bar .menu_bar .cross > span:nth-child(1) {
  height: 0;
  width: 2px;
  position: absolute;
  top: 5px;
  left: 2px;
  transition-delay: 0s;
}

header .left_bar .menu_bar .cross > span:nth-child(2) {
  width: 0;
  height: 2px;
  position: absolute;
  left: -8px;
  top: 15px;
  transition-delay: 0.25s;
}

header .left_bar .menu_bar > span,
header .left_bar .menu_bar > strong {
  display: block;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  width: 100%;
  transform: rotate(-90deg);
  margin-top: 57px;
  transition: 0.6s;
}

header .left_bar .menu_bar > strong {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 45px;
}

header .left_bar .menu_bar._opened .hamburger span {
  width: 0%;
}

header .left_bar .menu_bar._opened .hamburger span:nth-child(1) {
  transition-delay: 0s;
}

header .left_bar .menu_bar._opened .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}

header .left_bar .menu_bar._opened .cross span:nth-child(1) {
  height: 90%;
  transition-delay: 0.625s;
}

header .left_bar .menu_bar._opened .cross span:nth-child(2) {
  width: 119%;
  transition-delay: 0.375s;
}

header .left_bar .menu_bar._opened > span {
  opacity: 0;
  visibility: hidden;
}

header .left_bar .menu_bar._opened > strong {
  opacity: 1;
  visibility: visible;
}

header .left_bar > .logo {
  height: 165px;
  width: 25px;
  margin-top: -90px;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

header .left_bar > .logo._visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

header .left_bar > .logo > img {
  width: 100%;
  height: 100%;
}

header .left_bar > .logo > img:nth-child(2) {
  display: none;
}

header .left_bar .media {
  width: 14px;
  display: flex;
  flex-direction: column;
}

header .left_bar .media > a {
  width: 100%;
  height: 14px;
}

header .left_bar .media > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

header .left_bar .media > a:not(:first-child) {
  margin-top: 20px;
}

header .left_bar .scroll_bar {
  width: 15px;
  height: 100px;
}

header .left_bar .scroll_bar > span {
  font-weight: 400;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  transform-origin: left top;
  transform: rotate(-90deg);
  bottom: -20px;
  left: -10px;
  transition: 0.6s;
}

header .left_bar .scroll_bar > span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

header .left_bar .scroll_bar > img,
header .left_bar .scroll_bar > svg {
  position: absolute;
  height: 100%;
  width: auto;
  transform-origin: left top;
  bottom: 0;
  left: 10px;
  transition: 0.6s;
}

header .left_bar .scroll_bar > img rect,
header .left_bar .scroll_bar > svg rect {
  transform-origin: center top;
}

header .left_bar .scroll_bar > img:nth-child(4),
header .left_bar .scroll_bar > svg:nth-child(4) {
  opacity: 0;
  visibility: hidden;
}

header .left_bar .scroll_bar._visible {
  cursor: pointer;
}

header .left_bar .scroll_bar._visible > span:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

header .left_bar .scroll_bar._visible > span:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

header .left_bar .scroll_bar._visible > img:nth-child(3),
header .left_bar .scroll_bar._visible > svg:nth-child(3) {
  opacity: 0;
  visibility: hidden;
}

header .left_bar .scroll_bar._visible > img:nth-child(4),
header .left_bar .scroll_bar._visible > svg:nth-child(4) {
  opacity: 1;
  visibility: visible;
}

.menu_content {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0.6);
  transform-origin: left top;
  transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
}

.menu_content .navigation_cont {
  display: flex;
}

.menu_content .navigation_cont ul {
  width: max-content;
  width: -moz-max-content;
  list-style: none;
  padding-right: 25px;
}

.menu_content .navigation_cont ul li {
  overflow: hidden;
  padding-bottom: 10px;
}

.menu_content .navigation_cont ul li:not(:first-child) {
  margin-top: 20px;
}

.menu_content .navigation_cont ul li a {
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 300;
  transition: opacity 640ms cubic-bezier(0.645, 0.05, 0.355, 1), transform 640ms cubic-bezier(0.645, 0.05, 0.355, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(4rem);
  display: block;
}

.menu_content .navigation_cont ul li a.strong {
  font-size: 1.25em;
  font-weight: 500;
}

.menu_content .navigation_cont ul li:nth-child(4) {
  margin-bottom: 3em;
}

.menu_content .navigation_cont ul li a.line::after {
  bottom: -5px;
}

.menu_content .navigation_cont ul li a._active {
  font-weight: 700;
}

.menu_content .navigation_cont ul li a.strong._active {
  color: #D5A173;
}

.menu_content .navigation_cont ul li a.strong._active::after {
  background-color: #D5A173;
}

.menu_content .navigation_cont._anim ul li a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
  transition-delay: 0.3s;
}

.menu_content .navigation_cont._anim ul li:nth-child(2) a {
  transition-delay: 0.4s;
}

.menu_content .navigation_cont._anim ul li:nth-child(3) a {
  transition-delay: 0.5s;
}

.menu_content .navigation_cont._anim ul li:nth-child(4) a {
  transition-delay: 0.6s;
}

.menu_content .navigation_cont._anim ul li:nth-child(5) a {
  transition-delay: 0.7s;
}

.menu_content .navigation_cont._anim ul li:nth-child(6) a {
  transition-delay: 0.8s;
}

.menu_content .navigation_cont._anim ul li:nth-child(7) a {
  transition-delay: 0.9s;
}

.menu_content .navigation_cont._anim ul li:nth-child(8) a {
  transition-delay: 1s;
}

.menu_content .navigation_cont._anim ul li:nth-child(9) a {
  /* color: red;
  font-weight: bold; */
  transition-delay: 1.1s;
}

.menu_content .navigation_cont._anim ul li:nth-child(10) a {
  transition-delay: 1.2s;
}

.menu_content .navigation_cont._anim ul li:nth-child(11) a {
  transition-delay: 1.3s;
}

.menu_content._opened {
  transform: scale(1);
  opacity: 1;
  z-index: 11;
  visibility: visible;
}

.menu_content._opened._close {
  transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transform: scaleX(0.4);
  opacity: 0;
}

.menu_content .sub_navigation {
  width: 0px;
  padding-bottom: 5px;
  visibility: hidden;
  overflow: hidden;
  transition: 0.4s;
  height: fit-content;
  height: -moz-fit-content;
}

.menu_content .sub_navigation a {
  display: block;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.5;
  width: 160px;
  /*padding-left: 60px;*/
  /*margin-left: 50px;*/
  margin-left: 110px;
  opacity: 0;
  transform: translateX(100px);
  transition: 0.5s;
  transition-delay: 0.2s;
}

.menu_content .sub_navigation a.line::after {
  bottom: -5px;
}

.menu_content .sub_navigation a.special {
  /*padding-top: 40px;*/
}

.menu_content .sub_navigation a.special::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  width: 51px;
  height: 30px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/20mm.png");
}

.menu_content .sub_navigation a.france::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  width: 51px;
  height: 30px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/france.png");
}

.menu_content .sub_navigation a.france.spain::before {
  background-image: url("../img/spain.png");
}

.menu_content .sub_navigation a:not(:first-child) {
  margin-top: 35px;
}

.menu_content .sub_navigation a:last-child {
  width: min-content;
  width: -moz-min-content;
  font-weight: 500;
}

.menu_content .sub_navigation._active {
  width: 260px;
  visibility: visible;
}

.menu_content .sub_navigation._active a {
  opacity: 1;
  transform: translateX(0);
}

.menu_content .sub_navigation._active::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1px;
  height: 100%;
  background-color: #000;
}

.menu_content .mobil_bottom {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  margin-bottom: 2em;
  opacity: 0;
  transition: 0.4s;
  display: none;
}

.menu_content .mobil_bottom > a {
  font-size: 0.875em;
  letter-spacing: 1px;
}

.menu_content .mobil_bottom .media {
  height: 30%;
  width: auto;
  display: flex;
}

.menu_content .mobil_bottom .media > a {
  height: 100%;
  width: 18px;
  display: block;
}

.menu_content .mobil_bottom .media > a:not(:first-child) {
  margin-left: 30px;
}

.menu_content .mobil_bottom .media > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.hover_active header .left_bar .menu_bar:hover .hamburger > span::before {
  width: 100%;
}

.menu_content .arrow_text {
  display: none;
}

@media (max-width: 1440px) {
  header .left_bar > .logo {
    margin-top: -30px;
  }
}
@media (max-width: 1370px) {
  header .left_bar > .logo {
    height: 135px;
    width: 20px;
    margin-top: -10px;
  }
  header .left_bar .media {
    margin-top: -30px;
  }
}
@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  header {
    width: 100%;
    height: 60px;
  }
  header .left_bar {
    height: 100%;
    width: 100%;
    flex-direction: row;
    padding: 0 20px 0 0;
  }
  /*header .left_bar .menu_bar {*/
  /*  -webkit-box-orient: horizontal;*/
  /*  -webkit-box-direction: normal;*/
  /*      -ms-flex-direction: row;*/
  /*          flex-direction: row;*/
  /*  -webkit-box-align: center;*/
  /*      -ms-flex-align: center;*/
  /*          align-items: center;*/
  /*  width: auto;*/
  /*}*/
  /*header .left_bar .menu_bar .hamburger {*/
  /*  width: 19px;*/
  /*  !*height: 6px;*!*/
  /*  align-items: initial;*/
  /*}*/
  /*header .left_bar .menu_bar .cross {*/
  /*  width: 20px;*/
  /*  height: 27px;*/
  /*}*/
  header .left_bar .menu_bar > span,
  header .left_bar .menu_bar > strong {
    margin-top: 0;
    transform: rotate(0);
    margin-left: 20px;
  }
  header .left_bar .menu_bar > span {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  header .left_bar .menu_bar > strong {
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
  }
  header .left_bar .media,
  header .left_bar .scroll_bar {
    display: none;
  }
  header .left_bar > .logo {
    width: 135px;
    height: 20px;
    margin: 0;
  }
  header .left_bar > .logo > img:nth-child(1) {
    display: none;
  }
  header .left_bar > .logo > img:nth-child(2) {
    display: block;
  }
  header .left_bar.gold {
    border: 0;
    /*border-bottom: 1px solid #D5A173;*/
  }
  header .left_bar.black {
    border: 0;
    border-bottom: 1px solid #000;
  }
  .menu_content .mobil_bottom {
    display: flex;
  }
  .menu_content._opened:not(._close) .mobil_bottom {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.2s;
  }
  .menu_content._opened._close .mobil_bottom {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
  }
}
@media screen and (max-width: 750px) and (max-height: 430px) {
  .menu_content .navigation_cont ul {
    padding-right: 15px;
  }
  .menu_content .navigation_cont ul li {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .menu_content .navigation_cont ul li:not(:first-child) {
    margin-top: 10px;
  }
  .menu_content .navigation_cont ul li a {
    letter-spacing: 3px;
    font-size: 0.95em;
  }
  .menu_content .sub_navigation._active {
    width: 200px;
  }
  .menu_content .sub_navigation a {
    margin-left: 20px;
    line-height: 1.3;
  }
  .menu_content .sub_navigation a:not(:first-child) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 701px) and (max-height: 630px) {
  header .left_bar {
    padding: 20px 0 15px 0;
  }
  header .left_bar .scroll_bar {
    width: 15px;
    height: 100px;
  }
  header .left_bar .scroll_bar > span {
    font-size: 12px;
  }
  header .left_bar .scroll_bar > img,
  header .left_bar .scroll_bar > svg {
    height: 70%;
  }
  header .left_bar .scroll_bar > img {
    bottom: -10px;
  }
  header .left_bar > .logo {
    margin-top: 30px;
  }
  header .left_bar .media {
    margin-top: -20px;
  }
}
@media (max-width: 600px) {
  .menu_content .navigation_cont {
    overflow: hidden;
    width: 80vw;
  }
  .menu_content .arrow_text {
    display: flex;
    position: absolute;
    left: 20px;
    top: 90px;
    opacity: 0;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 4.8px;
    line-height: 13px;
    text-transform: lowercase;
  }
  .menu_content .arrow_text img {
    transform: rotateY(180deg);
    margin-right: 10px;
  }
  .menu_content .arrow_text._active {
    opacity: 1;
  }
  .menu_content .navigation_cont ul {
    margin: 0 auto;
  }
  .menu_content .sub_navigation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: translateX(100vw);
  }
  .menu_content .sub_navigation._active {
    transform: translateX(0);
  }
  .menu_content .sub_navigation a {
    padding-top: 20px;
    margin: 0 0 0 10px;
    line-height: 1.3;
  }
  .menu_content .sub_navigation a:before {
    width: 30px !important;
    height: 20px !important;
    left: 0 !important;
  }
  .menu_content .mobil_bottom {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .menu_content .navigation_cont ul {
    padding-right: 15px;
  }
  .menu_content .navigation_cont ul li {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .menu_content .navigation_cont ul li:not(:first-child) {
    margin-top: 15px;
  }
  .menu_content .navigation_cont ul li a {
    letter-spacing: 3px;
    font-size: 0.75em;
  }
  .menu_content .sub_navigation._active {
    /*width: 200px;*/
  }
  .menu_content .sub_navigation a {
    /*margin-left: 20px;*/
    line-height: 1.3;
  }
  .menu_content .sub_navigation a:not(:first-child) {
    margin-top: 25px;
  }
}
@media (max-width: 350px) {
  .menu_content .navigation_cont ul {
    padding-right: 10px;
  }
  .menu_content .navigation_cont ul li {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .menu_content .navigation_cont ul li:not(:first-child) {
    margin-top: 15px;
  }
  .menu_content .navigation_cont ul li a {
    letter-spacing: 2px;
    font-size: 0.75em;
  }
  .menu_content .sub_navigation._active {
    width: 180px;
  }
  .menu_content .sub_navigation a {
    /*margin-left: 10px;*/
    line-height: 1.3;
  }
  .menu_content .sub_navigation a:not(:first-child) {
    margin-top: 25px;
  }
}
/** ANIMATIONS **/
@keyframes arrow_hover {
  0% {
    width: 100%;
    right: 0;
    left: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  40% {
    width: 0;
    right: 0;
    left: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  41% {
    width: 0;
    right: 0;
    left: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  55% {
    width: 0;
    right: auto;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  60% {
    right: auto;
    left: 0;
    width: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    right: auto;
    left: 0;
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes image_position {
  0% {
    right: 0;
    left: auto;
  }
  40% {
    right: 0;
    left: auto;
  }
  41% {
    right: 0;
    left: auto;
  }
  55% {
    right: auto;
    left: 0;
  }
  60% {
    right: auto;
    left: 0;
  }
  100% {
    right: auto;
    left: 0;
  }
}
@keyframes Pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes arrow_move_left {
  0% {
    transform: translateX(6px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    transform: translateX(-6px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    transform: translateX(6px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes arrow_move_right {
  0% {
    transform: translateX(-6px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    transform: translateX(6px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    transform: translateX(-6px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
/** GLOBALS **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow */
  outline: none;
}

.fancybox-navigation {
  position: static;
}

._hidden {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
  font-family: "Work Sans", sans-serif;
}

html.noscroll,
body.noscroll {
  overflow-y: hidden;
}

body > *:not(.loader_container) {
  opacity: 0;
}

body._ready > *:not(.loader_container) {
  opacity: 1;
  transition: 0.25s;
}

h1,
h2 {
  width: fit-content;
  width: -moz-fit-content;
  font-size: 0.875em;
  letter-spacing: 8px;
  font-weight: 700;
  color: #000;
  text-transform: lowercase;
  line-height: 1.2;
}

h1.bar,
h2.bar {
  padding-left: 90px;
}

h1.bar::before,
h2.bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 80px;
  height: 2px;
  background-color: #000;
}

h3 {
  font-size: 0.75em;
  letter-spacing: 5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  width: fit-content;
  width: -moz-fit-content;
}

section {
  width: 100%;
}

a {
  color: #000;
  font-size: 0.75em;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  line-height: 1.3;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #000;
}

a.line {
  font-size: 0.75em;
  color: #000;
  letter-spacing: 7px;
  font-weight: 400;
  width: fit-content;
  width: -moz-fit-content;
  cursor: pointer;
}

a.line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: 0.25s;
}

a.line._active::after {
  width: 9%;
}

a.arrow {
  display: block;
  width: 54px;
  padding: 15px 0;
  overflow: hidden;
}

a.arrow > div {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a.arrow > div > img {
  width: 54px;
  height: 29px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right center;
  object-position: right center;
  position: absolute;
  right: 0;
  top: 0;
}

a.arrow_text {
  width: fit-content;
  width: -moz-fit-content;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-weight: 700;
  color: #000;
  font-size: 0.625em;
  padding: 10px 0;
  text-transform: lowercase;
  z-index: 3;
}

a.arrow_text > img {
  width: 53px;
  height: auto;
  display: block;
  margin-right: 10px;
  transform: rotate(180deg);
}

a.arrow_text_bck {
  width: 80px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  letter-spacing: 2px;
  font-weight: 700;
  color: #000;
  font-size: 0.625em;
  line-height: 1;
  padding: 0 10px;
  text-transform: lowercase;
  background-color: #fff;
  z-index: 3;
}

a.arrow_text_bck > img {
  width: 55px;
  height: auto;
  display: block;
  margin-top: 2px;
  transform: rotate(180deg);
}

.hover_active a.line:hover::after {
  width: 9%;
}

.hover_active a.arrow:hover > div {
  animation: arrow_hover 0.55s linear forwards;
}

.hover_active a.arrow:hover > div > img {
  animation: image_position 0.55s linear forwards;
}

.hover_active a.arrow > div {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hover_active a.arrow > div > img {
  width: 54px;
  height: 29px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right center;
  object-position: right center;
  position: absolute;
  right: 0;
  top: 0;
}

p {
  color: #000;
  font-size: 0.75em;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.3;
}

p > strong {
  font-weight: 700;
}

table {
  width: 100%;
  color: #000;
}

table tr {
  display: flex;
  justify-content: space-between;
}

table tr > td {
  font-size: 0.75em;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  line-height: 1.6;
}

table tr > td:nth-child(1) {
  width: 39%;
}

table tr > td:nth-child(2) {
  width: 59%;
}

/** Loader **/
.loader_container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loader_container > img {
  width: 256px;
  height: auto;
}

.loader_container > .progress {
  width: 256px;
  display: flex;
  justify-content: center;
  margin-top: 5px;
  color: #D5A173;
  font-size: 1.375em;
  font-weight: 400;
}

.loader_container._invisible {
  opacity: 0;
  visibility: hidden;
}

.custom-nav {
  width: 15px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/svg/arrow.svg");
  cursor: pointer;
}

.custom-nav.black {
  background-image: url("../img/svg/arrow_black.svg");
}

.custom-nav.prev {
  left: -30px;
}

.custom-nav.next {
  right: -30px;
  transform: rotate(180deg);
}

.custom-nav.swiper-button-disabled {
  opacity: 0.2;
}

.images_grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 40px;
}

.images_grid > a {
  height: 450px;
  overflow: hidden;
}

.images_grid > a:hover > img {
  filter: grayscale(0) brightness(1);
}

.images_grid > a:hover > span {
  bottom: 0;
}

.images_grid > a:hover:nth-child(even) > span {
  top: 0;
}

.images_grid > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: grayscale(0.15) brightness(0.9);
  transition: all 0.4s ease-in-out;
}

.images_grid > a > span {
  display: flex;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  padding: 15px 30px 35px 85px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 5px;
  background-color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.images_grid > a:nth-child(1), .images_grid > a:nth-child(3) {
  margin-top: 0 !important;
}

.images_grid > a:nth-child(even) > span {
  bottom: auto;
  top: -20px;
  padding: 35px 30px 15px 85px;
}

.images_grid > a.basic:nth-child(even) {
  height: 400px;
  margin: auto 0 28px 0;
}

.images_grid > a.basic:nth-child(odd) {
  margin-top: -25px;
}

.images_grid > a.reverse:nth-child(odd) {
  height: 400px;
}

.images_grid > a.reverse:nth-child(even) {
  height: 450px;
  margin-top: -25px;
}

.scroll_change_helper {
  position: absolute;
  left: 0;
  width: 2px;
  height: 2px;
  background: transparent;
  top: 40%;
}

.pop_up_cont {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -9999;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.pop_up_cont._visible {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}

.pop_up_cont .pop_up {
  width: 720px;
  background-color: #fff;
  box-shadow: 20px 22px 43px 0 rgba(0, 0, 0, 0.5);
  padding: 50px 0 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pop_up_cont .pop_up > strong {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  color: #D5A173;
  text-transform: uppercase;
}

.pop_up_cont .pop_up > p {
  color: #000;
  font-size: 12px;
  letter-spacing: 2.5px;
  line-height: 1.4;
  text-align: center;
  margin-top: 50px;
  max-width: 445px;
}

.pop_up_cont .pop_up .close {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
}

.pop_up_cont .pop_up .close > img {
  display: block;
  width: 16px;
  height: auto;
}

.pop_up_cont .pop_up .close > span {
  display: block;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  width: 100%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-top: 10px;
  font-size: 12px;
}

@media (max-width: 1400px) {
  .images_grid > a {
    height: 350px;
  }
  .images_grid > a > span {
    padding: 15px 20px 35px 20px;
  }
  .images_grid > a:nth-child(even) > span {
    padding: 35px 20px 15px 20px;
  }
  .images_grid > a.basic:nth-child(even) {
    height: 310px;
  }
  .images_grid > a.basic:nth-child(odd) {
    margin-top: -15px;
  }
  .images_grid > a.reverse:nth-child(odd) {
    height: 310px;
  }
  .images_grid > a.reverse:nth-child(even) {
    height: 350px;
    margin-top: -25px;
  }
}
@media (max-width: 1150px) {
  .images_grid > a {
    height: 235px;
  }
  .images_grid > a > span {
    padding: 15px 15px 35px 15px;
    letter-spacing: 2px;
  }
  .images_grid > a:nth-child(even) > span {
    padding: 35px 15px 15px 15px;
  }
  .images_grid > a.basic:nth-child(even) {
    height: 195px;
  }
  .images_grid > a.basic:nth-child(odd) {
    margin-top: -15px;
  }
  .images_grid > a.reverse:nth-child(odd) {
    height: 195px;
  }
  .images_grid > a.reverse:nth-child(even) {
    height: 235px;
    margin-top: -25px;
  }
}
@media (max-width: 800px) {
  .pop_up_cont .pop_up {
    width: 90%;
    padding: 40px 0 80px 0;
  }
  .pop_up_cont .pop_up > p {
    margin-top: 40px;
    max-width: 75%;
  }
}
@media (max-width: 770px) {
  .images_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .images_grid > a {
    height: 37vw !important;
    margin: 0 !important;
  }
  .images_grid > a:hover:nth-child(3n+1) > span, .images_grid > a:hover:nth-child(3n+3) > span {
    bottom: 0 !important;
  }
  .images_grid > a:hover:nth-child(3n+2) > span {
    top: 0 !important;
  }
  .images_grid > a:nth-child(3n+1) > span, .images_grid > a:nth-child(3n+3) > span {
    top: auto !important;
    bottom: -20px !important;
    padding: 15px 15px 35px 15px !important;
  }
  .images_grid > a:nth-child(3n+2) > span {
    top: -20px !important;
    bottom: auto !important;
    padding: 35px 15px 15px 15px !important;
  }
}
@media screen and (max-width: 750px) and (max-height: 430px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 700px) {
  body {
    padding-top: 60px;
  }
  .images_grid > a {
    height: 39vw !important;
  }
}
@media (max-width: 600px) {
  h2 {
    letter-spacing: 5px;
  }
  h2.bar {
    padding-left: 60px;
  }
  h2.bar::before {
    width: 40px;
  }
}
@media (max-width: 500px) {
  .images_grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 30px;
  }
  .pop_up_cont .pop_up {
    padding: 40px 40px 80px 40px;
  }
  .pop_up_cont .pop_up > strong {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .pop_up_cont .pop_up > p {
    margin-top: 40px;
    max-width: 100%;
  }
  .pop_up_cont .pop_up .close {
    right: 5px;
    top: 5px;
  }
  .pop_up_cont .pop_up .close > img {
    width: 12px;
  }
  .pop_up_cont .pop_up .close > span {
    line-height: 1.1;
  }
}
@media (max-width: 450px) {
  .images_grid {
    grid-template-columns: 1fr 1fr;
  }
  .images_grid > a {
    height: 55vw !important;
  }
  .images_grid > a:hover:nth-child(3n+2) > span {
    top: auto !important;
    bottom: 0 !important;
  }
  .images_grid > a:nth-child(3n+2) > span {
    top: auto !important;
    bottom: -20px !important;
    padding: 15px 15px 35px 15px !important;
  }
}
@media (max-width: 350px) {
  .pop_up_cont .pop_up {
    padding: 40px 30px 60px 30px;
  }
  .pop_up_cont .pop_up > p {
    margin-top: 30px;
  }
}
footer {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  text-align: center;
}

footer.front {
  margin-top: -50px;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #000;
}

@media (max-width: 800px) {
  footer {
    padding: 0 20px;
  }
  footer::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 700px) {
  footer {
    flex-direction: column;
    padding: 5px 20px;
  }
}
@media (max-width: 500px) {
  footer {
    height: 70px;
    padding: 10px 20px;
  }
  footer.front {
    margin-top: -70px;
  }
}
@media (max-width: 420px) {
  footer {
    padding: 5px 20px;
  }
}
._ready section.front_slider_cont #front_slider_big {
  opacity: 1;
  transform: translateX(0);
}

._ready section.front_slider_cont .swiper-container.front_slider_small {
  opacity: 1;
  transform: translateX(0);
}

._ready section.front_slider_cont .abs_nav,
._ready section.front_slider_cont .abs_nav_prev {
  opacity: 1;
  transition-delay: 0.3s;
}

section.front_slider_cont {
  width: 100%;
  height: 850px;
  padding-left: 80px;
  display: flex;
}

section.front_slider_cont .front_slider_line {
  position: absolute;
  left: 80px;
  top: 0;
  width: 1px;
  height: 100%;
  /*background-color: #D5A173;*/
}

section.front_slider_cont #front_slider_big {
  width: 54.86vw;
  height: 100%;
  opacity: 0;
  transform: translateX(100px);
  transition: 0.7s;
  transition-delay: 0.2s;
}

section.front_slider_cont #front_slider_big .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 35px;
}

section.front_slider_cont #front_slider_big .swiper-slide * {
  z-index: 1;
}

section.front_slider_cont #front_slider_big .swiper-slide > .abs_bckg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
}

section.front_slider_cont #front_slider_big .swiper-slide > span {
  font-family: "Abril Fatface", cursive;
  color: #fff;
  font-size: 3.75em;
  letter-spacing: 2px;
  line-height: 1.7;
  z-index: 5;
  margin-right: -10px;
}

section.front_slider_cont #front_slider_big .swiper-slide > .title_box {
  width: auto;
  padding: 20px 20px 20px 30px;
  background-color: #fff;
}

section.front_slider_cont #front_slider_big .swiper-slide > .title_box > p {
  font-weight: 300;
  color: #000;
  letter-spacing: 1px;
  font-size: 1.375em;
  white-space: nowrap;
  text-transform: uppercase;
}

section.front_slider_cont #front_slider_big .swiper-slide > .title_box > p:not(:first-child) {
  margin-top: 15px;
}

section.front_slider_cont #front_slider_big .swiper-slide > .btn {
  align-self: center;
  margin-top: auto;
  height: 35px;
}

section.front_slider_cont #front_slider_big .swiper-slide > .btn._hover_triggered {
  color: #000;
}

section.front_slider_cont #front_slider_big .swiper-slide > .btn._hover_triggered::before {
  left: 0;
  right: auto;
  width: 100%;
}

section.front_slider_cont .swiper-container.front_slider_small {
  width: 13.36vw;
  height: 260px;
  margin-top: auto;
  transform: translateX(150px);
  transition: 0.7s;
  opacity: 0;
  margin-bottom: 21vh;
}

section.front_slider_cont .swiper-container.front_slider_small.number_0 {
  transition-delay: 0.35s;
  opacity: 0.2;
}

section.front_slider_cont .swiper-container.front_slider_small.number_1 {
  height: 24vh;
  transition-delay: 0.5s;
  overflow: visible;
}

section.front_slider_cont .swiper-container.front_slider_small.number_2 {
  transition-delay: 0.65s;
  opacity: 0.2;
}

section.front_slider_cont .swiper-container.front_slider_small.mobil_version {
  display: none;
  transition-delay: 0.35s;
}

section.front_slider_cont .swiper-container.front_slider_small.mobil_version .swiper-pagination {
  height: 3px;
}

section.front_slider_cont .swiper-container.front_slider_small.mobil_version .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

section.front_slider_cont .swiper-container.front_slider_small .swiper-slide {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*padding-bottom: 20px;*/
  /*overflow: hidden;*/
  cursor: pointer;
  width: 100%;
}

section.front_slider_cont .swiper-container.front_slider_small.number_1 .swiper-slide {
  justify-content: flex-start;
}

section.front_slider_cont .swiper-container.front_slider_small .swiper-slide > span {
  font-family: "Abril Fatface", cursive;
  color: #000;
  font-size: 3.75em;
  letter-spacing: 2px;
  line-height: 1.2;
  /*z-index: 5;*/
}

section.front_slider_cont .swiper-container.front_slider_small.number_1 .swiper-slide > span {
  position: absolute;
  /*left: -20px;*/
  top: -5px;
  font-family: "Abril Fatface", cursive;
  color: #000;
  font-size: 3.75em;
  letter-spacing: 2px;
  line-height: 1.7;
  /*z-index: 5;*/
}

section.front_slider_cont .swiper-container.front_slider_small .swiper-slide > .icon {
  width: 85%;
  /*height: 66px;*/
  max-height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: auto;
  margin-top: 3.75em;
}

section.front_slider_cont .swiper-container.front_slider_small .swiper-slide > .title_box {
  width: fit-content;
  width: -moz-fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin-top: 0;
}

section.front_slider_cont .swiper-container.front_slider_small.number_1 .swiper-slide > .title_box {
  width: fit-content;
  width: -moz-fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 0 0;
  margin-top: 6px;
}

section.front_slider_cont .swiper-container.front_slider_small .swiper-slide > .title_box > p {
  width: fit-content;
  width: -moz-fit-content;
  font-weight: 300;
  color: #000;
  letter-spacing: 2px;
  font-size: 0.75em;
  text-transform: uppercase;
  line-height: 1.4em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

section.front_slider_cont .swiper-container.front_slider_small .swiper-slide > .title_box > .btn {
  /*font-size: 0.85em;*/
  height: 30px;
  /*color: #000;*/
  border: 1px solid #000;
  margin-top: 20px;
}

section.front_slider_cont .swiper-container.front_slider_small .swiper-slide::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

section.front_slider_cont .swiper-container.front_slider_small .swiper-slide:hover::before {
  animation: shine 0.75s;
}

section.front_slider_cont #front_slider_big .swiper-slide .swiper-slide_link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

section.front_slider_cont .abs_logo_cont {
  position: absolute;
  left: 80px;
  top: 17%;
  width: calc(100% - 54.86vw - 80px);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.front_slider_cont .abs_logo_cont > img {
  width: 230px;
  height: auto;
}

section.front_slider_cont .abs_nav {
  position: absolute;
  width: 12px;
  height: 12px;
  /*left: calc(54.86vw + 80px - 23px);*/
  right: 0;
  /*bottom: calc(260px - 23px);*/
  bottom: calc(50% - 6px);
  /*background-color: #fff;*/
  border-radius: 100%;
  cursor: pointer;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transition: all 0.3s linear;
  /*-webkit-box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, 0.25);*/
  /*        box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, 0.25);*/
  opacity: 0;
}

section.front_slider_cont .abs_nav:hover {
  animation: Pulse 1.2s ease-in-out infinite;
}

section.front_slider_cont .abs_nav:hover > img {
  opacity: 1;
}

section.front_slider_cont .abs_nav > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /*margin-right: 5px;*/
  opacity: 0.7;
  transition: 0.3s;
}

section.front_slider_cont .abs_nav_prev {
  position: absolute;
  width: 12px;
  height: 12px;
  /*left: calc(54.86vw + 80px - 23px);*/
  left: 0;
  /*bottom: calc(0px - 23px);*/
  bottom: calc(50% - 6px);
  /*background-color: #fff;*/
  border-radius: 100%;
  cursor: pointer;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transition: all 0.3s linear;
  /*-webkit-box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, 0.25);*/
  /*        box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, 0.25);*/
  opacity: 0;
}

section.front_slider_cont .abs_nav_prev:hover {
  animation: Pulse 1.2s ease-in-out infinite;
}

section.front_slider_cont .abs_nav_prev:hover > img {
  opacity: 1;
}

section.front_slider_cont .abs_nav_prev > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /*margin-right: 5px;*/
  opacity: 0.7;
  transition: 0.3s;
  /*-webkit-transform: rotate(180deg);*/
  /*        transform: rotate(180deg);*/
  margin-left: 5px;
}

section.front_product_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.front_product_cont h2 {
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 6px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 26px 0;
}

section.front_product_cont .product_container {
  width: 85%;
  max-width: 1070px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.front_product_cont .product_container .product_container_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.front_product_cont .product_container .product_container_item .image_box {
  height: 148px;
  max-width: 164px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

section.front_product_cont .product_container .product_container_item:nth-child(1) .image_box img,
section.front_product_cont .product_container .product_container_item:nth-child(2) .image_box img,
section.front_product_cont .product_container .product_container_item:nth-child(4) .image_box img {
  height: 100%;
}

section.front_product_cont .product_container .product_container_item:nth-child(3) .image_box img,
section.front_product_cont .product_container .product_container_item:nth-child(5) .image_box img {
  width: auto;
  max-width: 100%;
}

section.front_product_cont .product_container .product_container_item .image_box .logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

section.front_product_cont .product_container .product_container_item h3 {
  width: 100%;
  max-width: 164px;
  font-size: 10px;
  letter-spacing: 8px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  section.front_product_cont .product_container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-row-gap: 50px;
  }
}
@media (max-width: 500px) {
  section.front_product_cont .product_container {
    width: 100%;
  }
  section.front_product_cont .product_container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-row-gap: 30px;
  }
  section.front_product_cont .product_container .product_container_item .image_box {
    height: 120px;
    max-width: 132px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
section.front_content_cont {
  padding-bottom: 210px;
  overflow: hidden;
}

section.front_content_cont > * {
  z-index: 1;
}

section.front_content_cont .head_bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 110px 20px 110px 0;
}

section.front_content_cont .head_bar > .row {
  display: flex;
}

section.front_content_cont .head_bar > .row > a:not(:first-child) {
  margin-left: 60px;
}

section.front_content_cont .references_sliders_cont {
  width: 100%;
}

section.front_content_cont .references_sliders_cont > .slider_box {
  width: 100%;
  height: 450px;
}

section.front_content_cont .references_sliders_cont > .slider_box .swiper-container.front_slider_references {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(150px);
  transition: 0.7s;
}

section.front_content_cont .references_sliders_cont > .slider_box .swiper-container.front_slider_references._active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

section.front_content_cont .references_sliders_cont > .slider_box .swiper-container.front_slider_references .swiper-slide {
  cursor: url(../img/finger.png), pointer;
}

section.front_content_cont .references_sliders_cont > .slider_box .swiper-container.front_slider_references .swiper-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.front_content_cont .references_sliders_cont > .slider_box .swiper-container.front_slider_references .swiper-slide > span {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 30px 15px 85px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 5px;
  background-color: rgba(0, 0, 0, 0.45);
}

section.front_content_cont .references_sliders_cont > .slider_box .swiper-container.front_slider_references .swiper-slide:nth-child(even) {
  height: 89%;
  margin: auto 0;
}

section.front_content_cont .references_sliders_cont > .slider_box .swiper-container.front_slider_references .swiper-slide:nth-child(even) > span {
  bottom: auto;
  top: 0;
}

section.front_content_cont .references_sliders_cont > .slider_box .cursor_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

section.front_content_cont .references_sliders_cont > .slider_box .cursor_wrapper .cursor_decoration {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 120px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -60px;
  z-index: 5;
  backface-visibility: hidden;
  visibility: hidden;
}

section.front_content_cont .references_sliders_cont > .slider_box .cursor_wrapper .cursor_decoration .circle {
  width: 40px;
  height: 100%;
  border: 1px solid #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.front_content_cont .references_sliders_cont > .slider_box .cursor_wrapper .cursor_decoration .circle > img {
  width: 45%;
  height: auto;
}

section.front_content_cont .references_sliders_cont > .slider_box .cursor_wrapper .cursor_decoration .circle:nth-child(1) > img {
  animation: arrow_move_left 2.5s ease-in-out infinite;
}

section.front_content_cont .references_sliders_cont > .slider_box .cursor_wrapper .cursor_decoration .circle:nth-child(2) > img {
  animation: arrow_move_right 2.5s ease-in-out infinite;
}

section.front_content_cont .references_sliders_cont > .progress_bar_cont {
  width: 100%;
  margin: 50px 0 40px 0;
  height: 10px;
}

section.front_content_cont .references_sliders_cont > .progress_bar_cont > .swiper-pagination {
  position: absolute;
  width: 700px;
  left: calc(50% - 350px);
  top: calc(50% - 1px);
  visibility: hidden;
  opacity: 0;
}

section.front_content_cont .references_sliders_cont > .progress_bar_cont > .swiper-pagination._active {
  visibility: visible;
  opacity: 1;
}

section.front_content_cont .references_sliders_cont > .progress_bar_cont > .swiper-pagination.swiper-pagination-progressbar {
  background: #DEDEDE;
  height: 1px;
}

section.front_content_cont .references_sliders_cont > .progress_bar_cont > .swiper-pagination.swiper-pagination-progressbar > .swiper-pagination-progressbar-fill {
  background: #979797;
  height: 2px;
}

section.front_content_cont .references_sliders_cont > a.btn {
  margin: 40px auto 0 auto;
  display: none;
}

section.front_content_cont .references_sliders_cont > a.btn._active {
  display: flex;
}

section.front_content_cont .showroom_cont {
  width: 960px;
  /*display: flex;*/
  /*align-items: flex-start;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 117px;
  margin: 70px auto 0 auto;
}

section.front_content_cont .showroom_cont .showroom {
  display: flex;
  flex-direction: column;
  /*margin-right: 117px;*/
}

section.front_content_cont .showroom_cont .showroom:last-child {
  margin-right: 0;
}

section.front_content_cont .showroom_cont .showroom:nth-child(5n+3) {
  /*-webkit-box-orient: horizontal;*/
  /*-webkit-box-direction: reverse;*/
  /*    -ms-flex-direction: row-reverse;*/
  /*        flex-direction: row-reverse;*/
}

section.front_content_cont .showroom_cont .showroom:nth-child(5n+3) > .right {
  width: 100%;
  padding: 30px 0 0 0;
}

section.front_content_cont .showroom_cont .showroom > .left {
  width: 100%;
}

section.front_content_cont .showroom_cont .showroom > .left > a {
  width: 100%;
  /*height: 500px;*/
  display: block;
}

section.front_content_cont .showroom_cont .showroom > .left > a > .img_wrapper {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: 50%;
  transition: 0.5s;
  overflow: hidden;
}

section.front_content_cont .showroom_cont .showroom > .left > a > .img_wrapper > img {
  width: 100%;
  /*height: 100%;*/
  /*-o-object-fit: cover;*/
  /*   object-fit: cover;*/
  /*-o-object-position: center;*/
  /*   object-position: center;*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
}

section.front_content_cont .showroom_cont .showroom > .left > a._reached > .img_wrapper {
  margin-left: 0;
  width: 100%;
}

section.front_content_cont .showroom_cont .showroom > .left > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #D5A173;
  transition: 1s;
  transform: translateX(0) translateY(0);
  transform-origin: center;
  opacity: 0;
}

section.front_content_cont .showroom_cont .showroom > .left > a:hover::before {
  opacity: 1;
  transform: translateX(10px) translateY(-10px);
  transition: 0.25s;
}

section.front_content_cont .showroom_cont .showroom > .right {
  width: 100%;
  padding: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

section.front_content_cont .showroom_cont .showroom > .right > strong {
  color: #000;
  font-family: "Abril Fatface", cursive;
  font-size: 2.5em;
  letter-spacing: 3px;
  line-height: 1.6;
  display: block;
  font-weight: 400;
}

section.front_content_cont .showroom_cont .showroom > .right > p {
  line-height: 1.7;
  margin-top: 25px;
}

section.front_content_cont .showroom_cont .showroom > .right > table {
  margin-top: 25px;
}

section.front_content_cont .showroom_cont .showroom > .right > table a {
  font-size: 1em;
}

section.front_content_cont .showroom_cont .showroom > .right > a.arrow {
  margin: 15px 0 15px auto;
}

@media (max-width: 1100px) {
  section.front_content_cont .showroom_cont {
    width: 100%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: flex-start;*/
    /*!*display: grid;*!*/
    /*!*grid-template-columns: 1fr 1fr 1fr;*!*/
    grid-gap: 40px;
    padding: 0 20px 0 100px;
    /*margin: 70px auto 0 auto;*/
  }
  section.front_content_cont .showroom_cont .showroom {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*margin-right: 117px;*/
  }
}
section.front_content_cont .showroom_cont .diagonal {
  width: 100%;
  height: 200px;
  -webkit-clip-path: polygon(0 100%, 0.5% 100%, 100% 0.5%, 100% 0);
  clip-path: polygon(0 100%, 0.5% 100%, 100% 0.5%, 100% 0);
  background-color: #000;
}

section.front_content_cont .news_slider_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.front_content_cont .news_slider_cont #front_news_slider {
  width: 720px;
  height: 250px;
}

section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide {
  display: flex;
  justify-content: space-between;
}

section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > a {
  width: 46%;
  height: 100%;
}

section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > .line {
  width: 1px;
  height: 100%;
  background-color: #000;
}

section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > .text_box {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > .text_box.padded {
  justify-content: space-evenly;
}

section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > .text_box > a {
  font-size: 1.25em;
}

section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > .text_box > a > h2 {
  line-height: 1.2;
  font-size: 1em;
}

section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > .text_box > a.arrow {
  margin-left: auto;
}

section.front_content_cont .news_slider_cont > .swiper-pagination {
  position: relative;
  margin-top: 75px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}

section.front_content_cont .news_slider_cont > .swiper-pagination > .swiper-pagination-bullet {
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Abril Fatface", cursive;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  opacity: 1;
}

section.front_content_cont .news_slider_cont > .swiper-pagination > .swiper-pagination-bullet:not(:last-child) {
  margin-right: 25px;
}

section.front_content_cont .news_slider_cont > .swiper-pagination > .swiper-pagination-bullet:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #000;
  transform: rotate(12deg);
  right: -12px;
  top: calc(50% - 6px);
}

section.front_content_cont .news_slider_cont > .swiper-pagination > .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #000;
}

/**/
section.front_content_cont .partners_slider_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.front_content_cont .partners_slider_cont #front_partners_slider {
  width: 720px;
  height: 250px;
}

section.front_content_cont .partners_slider_cont #front_partners_slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.front_content_cont .partners_slider_cont #front_partners_slider .swiper-slide > a {
  width: 50%;
  height: 50%;
}

section.front_content_cont .partners_slider_cont #front_partners_slider .swiper-slide > a:hover > img {
  transform: translateY(-8px);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

section.front_content_cont .partners_slider_cont #front_partners_slider .swiper-slide > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  /* filter: grayscale(1); */
  transition: all 300ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transform: translateY(0);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0);
}

section.front_content_cont .partners_slider_cont > .swiper-pagination {
  position: relative;
  margin-top: 75px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}

section.front_content_cont .partners_slider_cont > .swiper-pagination > .swiper-pagination-bullet {
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Abril Fatface", cursive;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  opacity: 1;
}

section.front_content_cont .partners_slider_cont > .swiper-pagination > .swiper-pagination-bullet:not(:last-child) {
  margin-right: 25px;
}

section.front_content_cont .partners_slider_cont > .swiper-pagination > .swiper-pagination-bullet:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #000;
  transform: rotate(12deg);
  right: -12px;
  top: calc(50% - 6px);
}

section.front_content_cont .partners_slider_cont > .swiper-pagination > .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #000;
}

section.front_content_cont > .abs_decor {
  width: 385px;
  height: auto;
  position: absolute;
  z-index: 0;
}

section.front_content_cont > .abs_decor.letter_r {
  top: -535px;
  right: 5.7292vw;
}

section.front_content_cont > .abs_decor.letter_s {
  bottom: 750px;
  left: 5.7292vw;
}

section.front_content_cont > .abs_decor.letter_s.hu {
  bottom: 500px;
}

section.front_content_cont > .abs_decor.letter_n {
  bottom: -550px;
  right: 5.7292vw;
}

section.sale_content {
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* section.sale_content > .sale_content_image {
  position: fixed;
  top: 0;
  width: 100vw;
}

@media only screen and (max-width: 1680px) {
  section.sale_content > .sale_content_image {
    height: 100vh;
    width: auto;
  }
} */
section.sale_content .home_button {
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  section.sale_content .home_button {
    display: none;
  }
}
section.sale_content .home_button img {
  height: 40px;
  margin-left: 15px;
}

section.sale_content > .text_box {
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 1200px;
  min-height: 72vh;
  transform: translateX(0);
  opacity: 1;
  transition: all 0.3s ease-in;
}

section.sale_content > .text_box.close {
  transform: translateX(-100px);
  opacity: 0;
}

@media (max-width: 700px) {
  section.sale_content > .text_box {
    width: 90%;
  }
}
section.sale_content > .text_box > .sale_banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}

section.sale_content > .text_box > .sale_banner.reverse {
  flex-direction: row-reverse;
}

section.sale_content > .text_box > .sale_banner > .left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.sale_content > .text_box > .sale_banner > .left > img {
  width: 100%;
}

section.sale_content > .text_box > .sale_banner > .right {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

section.sale_content > .text_box > .sale_banner > .right h2, section.sale_content > .text_box > .sale_banner > .right h3 {
  font-size: 1.5em;
  margin-bottom: 0.25em;
}

section.sale_content > .text_box > .sale_banner > .right > .btn {
  margin-top: 4em;
  width: 250px;
  height: 30px;
}

section.sale_content > .sale_content_image {
  position: fixed;
  top: 0;
  width: 100vw;
}

@media only screen and (max-width: 1680px) {
  section.sale_content > .sale_content_image {
    height: 100vh;
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  section.sale_content > .text_box > .sale_banner {
    flex-direction: column;
  }
  section.sale_content > .text_box > .sale_banner > .left {
    width: 100%;
    margin-bottom: 2em;
  }
  section.sale_content > .text_box > .sale_banner > .right {
    width: 100%;
  }
  section.sale_content > .text_box > .sale_banner > .right > .btn {
    order: 1;
    align-self: center;
    margin-bottom: 20px;
  }
  section.sale_content > .text_box > .sale_banner > .right > p:nth-child(1) {
    order: 2;
    margin-bottom: 10px;
  }
  section.sale_content > .text_box > .sale_banner > .right > p:nth-child(2) {
    order: 3;
  }
}
/* section.sale_content > .text_box {
  display: flex;
  align-items: flex-end;
  width: 800px;
  height: 72vh;
}

section.sale_content > .text_box > .text_box_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateX(0);
  opacity: 1;
  transition: all 0.3s ease-in;
}

section.sale_content > .text_box > .text_box_left.close {
  transform: translateX(-100%);
  opacity: 0;
}

section.sale_content > .text_box img {
  width: 312px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

section.sale_content > .text_box > .text_box_left > h2 {
  color: #005A2B;	
  font-family: "Work Sans";	
  font-size: 18px;	
  font-weight: bold;	
  letter-spacing: 8px;	
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

section.sale_content > .text_box > .text_box_left > p {
  font-family: "Work Sans";	
  font-size: 14px;	
  letter-spacing: 3.5px;	
  line-height: 20px;
}

section.sale_content > .text_box > .text_box_left > .btn {
  width: 140px;
  height: 18px;
  align-self: flex-end;
  background-color: #005A2B;
  color: #FFFFFF;
}

section.sale_content > .text_box > .text_box_left > .btn.sale_button_2 {
  display: none;
}

section.sale_content > .text_box > .text_box_left > .text_box_line {
  width: 100%;
  height: 1px;
  background-color: #005A2B;
  margin: 30px 0;
}

section.sale_content > .text_box > .text_box_left > .text_box_products {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

section.sale_content > .text_box > .text_box_left > .text_box_products > .text_box_product_box_1 {
  position: absolute;
  top: 0;
  right: -290px;
  width: 228px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

section.sale_content > .text_box > .text_box_left > .text_box_products > .text_box_product_box_2 {
  position: absolute;
  top: 206px;
  right: -450px;
  width: 228px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

section.sale_content > .text_box > .text_box_left > .text_box_products > .text_box_product_box > img {
  height: 250px;
  align-self: flex-start;
  z-index: 2;
}

section.sale_content > .text_box > .text_box_left > .text_box_products > .text_box_product_box > .frame {
  position: absolute;
  top: 40px;
  right: 0;
  width: 148px;
  height: 202px;
  border: 3px solid #005A2B;
}

section.sale_content > .text_box > .text_box_left > .text_box_products > .text_box_product_box > p:nth-child(3) {
  width: 148px;
  right: 0;
  color: #D5A173;	
  font-family: "Work Sans";	
  font-size: 20px;	
  font-weight: 300;	
  letter-spacing: 4px;	
  line-height: 24px;	
  text-align: center;
}

section.sale_content > .text_box > .text_box_left > .text_box_products > .text_box_product_box > p:nth-child(4) {
  width: 148px;
  right: 0;
  color: #D20A0A;	
  font-family: "Work Sans";	
  font-size: 22px;	
  letter-spacing: 5.5px;	
  line-height: 20px;
} */
section.sale_content > .sale_form {
  /*position: absolute;*/
  position: fixed;
  top: 50px;
  display: flex;
  flex-direction: column;
  width: 500px;
  max-width: 90%;
  margin-top: 40px;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.3s ease-in;
}

section.sale_content > .sale_form.open {
  transform: translateX(0);
  opacity: 1;
}

section.sale_content > .sale_form .sale_form_close {
  width: 20px;
  align-self: flex-end;
  margin-bottom: 20px;
}

section.sale_content > .sale_form input {
  width: 100%;
  background: none;
  font-family: "Work Sans", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #979797;
  color: #000;
  height: 25px;
  margin-top: 40px;
  text-align: left;
  padding: 0;
  letter-spacing: 1px;
}

section.sale_content > .sale_form .sale_radio {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

section.sale_content > .sale_form .sale_radio label {
  font-family: "Work Sans", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  color: #000;
}

section.sale_content > .sale_form .sale_radio input {
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  font-size: 1em;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

section.sale_content > .sale_form .sale_radio .custom_radio {
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 1em;
}

section.sale_content > .sale_form .sale_radio .custom_radio::after {
  content: " ";
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  background-color: #000;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}

section.sale_content > .sale_form .sale_radio .custom_radio.active::after {
  transform: scale(1);
}

section.sale_content > .sale_form > .btn {
  width: 250px;
  height: 30px;
  margin-top: 40px;
  align-self: flex-end;
}

section.sale_content > .abs_thanks {
  position: absolute;
  top: 10px;
  color: #005A2B;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 8px;
  line-height: 22px;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  /*section.front_slider_cont {*/
  /*  height: 700px;*/
  /*}*/
  /*section.front_slider_cont .swiper-container.front_slider_small {*/
  /*  height: 220px;*/
  /*}*/
  /*section.front_slider_cont .swiper-container.front_slider_small .swiper-slide > .icon {*/
  /*  max-height: 70%;*/
  /*}*/
  /*section.front_slider_cont .swiper-container.front_slider_small .swiper-slide > .title_box > p {*/
  /*  padding: 0 15px;*/
  /*}*/
  /*section.front_slider_cont .abs_logo_cont {*/
  /*  height: calc(100% - 220px);*/
  /*}*/
  /*section.front_slider_cont .abs_nav {*/
  /*  bottom: calc(220px - 23px);*/
  /*}*/
}
@media (max-width: 1370px) {
  section.front_slider_cont {
    height: 600px;
  }
  section.front_slider_cont #front_slider_big {
    width: 48vw;
  }
  section.front_slider_cont #front_slider_big .swiper-slide > .title_box {
    max-width: 350px;
  }
  section.front_slider_cont #front_slider_big .swiper-slide > .title_box > p {
    white-space: normal;
  }
  section.front_slider_cont .swiper-container.front_slider_small {
    width: calc(52vw - 80px);
    padding: 0 30px;
    /*height: 220px;*/
  }
  section.front_slider_cont .swiper-container.front_slider_small.number_0 {
    display: none;
  }
  section.front_slider_cont .swiper-container.front_slider_small.number_2 {
    display: none;
  }
  section.front_slider_cont .abs_nav {
    right: 9px;
  }
  section.front_slider_cont .abs_nav_prev {
    left: 9px;
  }
  section.front_slider_cont .abs_logo_cont {
    width: calc(100% - 48vw - 80px);
  }
  section.front_slider_cont .abs_logo_cont > img {
    width: 150px;
  }
  /*section.front_slider_cont .abs_nav {*/
  /*  left: calc(48vw + 80px - 23px);*/
  /*}*/
  section.front_content_cont .references_sliders_cont > .slider_box {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  section.front_slider_cont #front_slider_big {
    width: 53vw;
  }
  /*section.front_slider_cont .swiper-container.front_slider_small {*/
  /*  width: 20.17vw;*/
  /*  height: 220px;*/
  /*}*/
  section.front_slider_cont .swiper-container.front_slider_small {
    margin-bottom: 90px;
  }
  section.front_slider_cont .swiper-container.front_slider_small.number_2 {
    display: none;
  }
  section.front_slider_cont .abs_logo_cont {
    width: calc(100% - 48vw - 80px);
  }
  /*section.front_slider_cont .abs_nav {*/
  /*  left: calc(53vw + 80px - 23px);*/
  /*}*/
}
@media (max-width: 1050px) {
  section.front_content_cont .head_bar > .row > a {
    letter-spacing: 5px;
  }
  section.front_content_cont .head_bar > .row > a:not(:first-child) {
    margin-left: 30px;
  }
  section.front_content_cont .references_sliders_cont > .slider_box {
    height: 350px;
  }
  section.front_content_cont .references_sliders_cont > .progress_bar_cont > .swiper-pagination {
    width: 70%;
    left: 15%;
  }
  /* section.sale_content > .sale_image {
    width: 85%;
  } */
  /* section.sale_content > .text_box {
    align-items: center;
    width: 800px;
    height: 81vh;
  } */
  /* section.sale_content > .text_box > .text_box_left > .text_box_product_box_1 {
    right: -260px;
  }

  section.sale_content > .text_box > .text_box_left > .text_box_product_box_2 {
    right: -420px;
  } */
  section.sale_content > .text_box > .text_box_left > .btn {
    width: 200px;
    height: 35px;
  }
}
@media (max-width: 1020px) {
  /*section.front_slider_cont #front_slider_big {*/
  /*  width: 60vw;*/
  /*}*/
  /*section.front_slider_cont .swiper-container.front_slider_small {*/
  /*  width: 32.16vw;*/
  /*  height: 220px;*/
  /*}*/
  /*section.front_slider_cont .swiper-container.front_slider_small.number_1 {*/
  /*  display: none;*/
  /*}*/
  /*section.front_slider_cont .abs_logo_cont {*/
  /*  width: calc(100% - 60vw - 80px);*/
  /*}*/
  /*section.front_slider_cont .abs_nav {*/
  /*  left: calc(60vw + 80px - 23px);*/
  /*}*/
  section.front_content_cont .showroom_cont {
    /*width: 560px;*/
  }
  section.front_content_cont .showroom_cont .showroom {
    /*-webkit-box-pack: justify;*/
    /*    -ms-flex-pack: justify;*/
    /*        justify-content: space-between;*/
  }
  section.front_content_cont .showroom_cont .showroom > .left {
    /*width: 46%;*/
  }
  section.front_content_cont .showroom_cont .showroom > .left > a {
    /*height: 360px;*/
  }
  section.front_content_cont .showroom_cont .showroom > .right {
    /*width: 53%;*/
    /*padding: 20px 20px 0 20px;*/
  }
  section.front_content_cont .showroom_cont .diagonal {
    height: 150px;
  }
  section.front_content_cont > .abs_decor {
    width: 250px;
  }
  section.front_content_cont > .abs_decor.letter_r {
    top: -325px;
    right: 7vw;
  }
  section.front_content_cont > .abs_decor.letter_s {
    bottom: 910px;
    left: 9vw;
  }
  section.front_content_cont > .abs_decor.letter_n {
    bottom: -300px;
    right: 7vw;
  }
}
@media (max-width: 900px) {
  section.front_content_cont .head_bar {
    padding: 80px 70px 60px 0;
  }
  section.front_content_cont .head_bar > .row {
    flex-direction: column;
  }
  section.front_content_cont .head_bar > .row > a:not(:first-child) {
    margin-left: 0;
    margin-top: 30px;
  }
  section.front_content_cont .news_slider_cont #front_news_slider {
    width: 500px;
    height: 280px;
  }
  section.front_content_cont .news_slider_cont > .swiper-pagination {
    margin-top: 50px;
  }
  section.front_content_cont .partners_slider_cont #front_partners_slider {
    width: 500px;
    height: 280px;
  }
  section.front_content_cont .partners_slider_cont > .swiper-pagination {
    margin-top: 50px;
  }
}
@media (max-width: 850px) {
  section.front_content_cont .showroom_cont {
    padding: 0 20px 0 20px;
    display: flex;
    flex-direction: column;
  }
  section.front_content_cont .showroom_cont .showroom {
    flex-direction: row;
    justify-content: space-between;
  }
  section.front_content_cont .showroom_cont .showroom > .left {
    width: 46% !important;
  }
  section.front_content_cont .showroom_cont .showroom > .left > a {
    /*height: 360px;*/
  }
  section.front_content_cont .showroom_cont .showroom > .right {
    width: 53% !important;
    /*padding: 20px 20px 0 20px;*/
  }
}
@media (max-width: 800px) {
  section.front_slider_cont {
    height: 520px;
  }
  section.front_slider_cont #front_slider_big {
    width: 53vw;
  }
  section.front_slider_cont #front_slider_big .swiper-slide > .title_box {
    padding: 15px;
    max-width: 300px;
  }
  /*section.front_slider_cont .swiper-container.front_slider_small {*/
  /*  width: 37vw;*/
  /*  height: 220px;*/
  /*}*/
  /*section.front_slider_cont .abs_logo_cont {*/
  /*  width: calc(100% - 53vw - 80px);*/
  /*}*/
  /*section.front_slider_cont .abs_nav {*/
  /*  left: calc(53vw + 80px - 23px);*/
  /*}*/
  /* section.sale_content > .text_box {
      height: auto;
    }
    section.sale_content > .text_box {
      width: 70%;
    }
    section.sale_content > .text_box > .text_box_left {
      width: 100%;
    }
    section.sale_content > .text_box > .text_box_left > .btn {
      align-self: center;
      margin: 40px 0;
    }
    section.sale_content > .text_box > .text_box_left > .text_box_products {
      position: relative;
      width: 100%;
      display: flex;
    }
    section.sale_content > .text_box > .text_box_left > .text_box_products > .text_box_product_box {
      position: relative;
      top: auto;
      right: auto;
    }
    section.sale_content > .text_box > .text_box_left > .btn {
      width: 300px;
    }
    section.sale_content > .abs_thanks {
      top: 0px;
      padding: 25% 0;
      width: 100vw;
      height: 100vh;
      text-align: center;
      backdrop-filter: blur(5px);
      padding: 5% 0;
  } */
}
@media (max-width: 750px) {
  section.front_content_cont .showroom_cont {
    width: 380px;
  }
  section.front_content_cont .showroom_cont .showroom {
    flex-direction: column;
  }
  section.front_content_cont .showroom_cont .showroom > .left {
    width: 100% !important;
  }
  section.front_content_cont .showroom_cont .showroom > .left > a {
    height: 300px;
  }
  section.front_content_cont .showroom_cont .showroom > .left > a > .img_wrapper {
    transition: 1s;
  }
  section.front_content_cont .showroom_cont .showroom > .right {
    width: 100% !important;
    padding: 20px 0 0 0;
    margin-top: 20px;
  }
  section.front_content_cont .showroom_cont .showroom:nth-child(5n+3) {
    flex-direction: column;
    margin-top: 25px;
  }
  section.front_content_cont .showroom_cont .showroom:nth-child(5n+3) > .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  section.front_content_cont .showroom_cont .diagonal {
    height: 100px;
  }
}
@media (max-width: 700px) {
  section.front_slider_cont {
    flex-direction: column-reverse;
  }
  section.front_slider_cont .front_slider_line {
    display: none;
  }
  section.front_slider_cont .swiper-container.front_slider_small {
    width: 90%;
    max-width: 400px;
  }
}
@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.front_slider_cont {
    height: auto;
    padding-left: 0;
    flex-wrap: wrap;
  }
  section.front_slider_cont #front_slider_big {
    width: 100%;
    height: 440px;
  }
  /*section.front_slider_cont .swiper-container.front_slider_small {*/
  /*  width: 100%;*/
  /*  height: 200px;*/
  /*  margin-top: 0;*/
  /*}*/
  /*section.front_slider_cont .swiper-container.front_slider_small:not(.mobil_version) {*/
  /*  display: none;*/
  /*}*/
  /*section.front_slider_cont .swiper-container.front_slider_small.mobil_version {*/
  /*  display: block;*/
  /*}*/
  section.front_slider_cont .abs_logo_cont {
    display: none;
  }
  section.front_content_cont .references_sliders_cont > .slider_box .swiper-container.front_slider_references .swiper-slide > span {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 750px) and (max-height: 430px) {
  section.front_slider_cont #front_slider_big {
    height: 290px;
  }
}
@media (max-width: 600px) {
  section.front_content_cont .head_bar {
    padding: 60px 20px 40px 0;
  }
  section.front_content_cont .references_sliders_cont > .slider_box {
    height: 300px;
  }
}
@media (max-width: 550px) {
  section.front_content_cont .references_sliders_cont > .slider_box {
    height: 250px;
  }
  section.front_content_cont .references_sliders_cont > .slider_box .swiper-container.front_slider_references .swiper-slide > span {
    letter-spacing: 2px;
  }
  section.front_content_cont .news_slider_cont #front_news_slider {
    width: 80%;
    height: auto;
  }
  section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide {
    flex-direction: column;
  }
  section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > a {
    width: 100%;
    height: 35vw;
  }
  section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > .line {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
  section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > .text_box {
    width: 100%;
    justify-content: normal;
  }
  section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > .text_box > p {
    margin: 25px 0;
  }
  section.front_content_cont .news_slider_cont > .swiper-pagination {
    margin-top: 30px;
  }
  section.front_content_cont .partners_slider_cont #front_partners_slider {
    width: 80%;
    height: auto;
  }
  section.front_content_cont .partners_slider_cont #front_partners_slider .swiper-slide > a {
    width: 100%;
    height: 35vw;
  }
  section.front_content_cont .partners_slider_cont > .swiper-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  /*section.front_slider_cont .swiper-container.front_slider_small {*/
  /*  height: 170px;*/
  /*}*/
  /*section.front_slider_cont .swiper-container.front_slider_small .swiper-slide {*/
  /*  padding-bottom: 10px;*/
  /*}*/
  /*section.front_slider_cont .swiper-container.front_slider_small .swiper-slide > .icon {*/
  /*  width: 50%;*/
  /*  max-height: 70%;*/
  /*}*/
  /*section.front_slider_cont .swiper-container.front_slider_small .swiper-slide > span {*/
  /*  left: -13px;*/
  /*  top: calc(50% - 34px);*/
  /*  font-size: 2.5em;*/
  /*}*/
  section.front_slider_cont .swiper-container.front_slider_small .swiper-slide > .title_box > p {
    letter-spacing: 1px;
    font-size: 0.75em;
  }
  section.front_slider_cont .swiper-container.front_slider_small .swiper-slide > .title_box > .btn {
    font-size: 0.5em;
  }
  section.sale_content > .abs_thanks {
    top: -60px;
    text-align: center;
  }
  /* section.sale_content > .sale_image {
    width: 100%;
  }
  section.sale_content > .text_box {
    width: 90%;
  }
  section.sale_content > .text_box > .text_box_left > .text_box_products {
    justify-content: space-evenly;
  }
  section.sale_content > .text_box > .text_box_left > .text_box_products > .text_box_product_box {
    width: 40%
  }
  section.sale_content > .text_box > .text_box_left > .text_box_products > .text_box_product_box > img {
    position: absolute;
    height: 220px;
    width: auto;
    top: -10px;
    left: -19.5%;
  }
  section.sale_content > .text_box > .text_box_left > .text_box_products > .text_box_product_box > .frame {
    position: relative;
    top: 0;
    height: 200px;
    width: 100%;
  }
  section.sale_content > .text_box > .text_box_left > .btn.sale_button_2 {
    display: flex;
  } */
}
@media (max-width: 450px) {
  section.front_content_cont .head_bar {
    flex-direction: column;
    align-items: flex-start;
  }
  section.front_content_cont .head_bar > .row {
    align-self: flex-end;
    margin-top: 25px;
  }
  section.front_content_cont .references_sliders_cont > .progress_bar_cont > .swiper-pagination {
    width: 90%;
    left: 5%;
  }
  section.front_content_cont .showroom_cont {
    width: 90%;
  }
  section.front_content_cont .showroom_cont .showroom {
    flex-direction: column;
  }
  section.front_content_cont .showroom_cont .showroom > .left {
    width: 100%;
  }
  section.front_content_cont .showroom_cont .showroom > .left > a {
    height: 70vw;
  }
  /* section.sale_content {
    margin: 40px auto;
  }
  section.sale_content > .text_box img {
    width: 210px;
  }
  section.sale_content .text_box >.text_box_title h1 {
    font-size: 2.125em;
  }
  section.sale_content > .sale_form {
    width: 90%;
  } */
}
@media (max-width: 400px) {
  section.front_slider_cont #front_slider_big {
    height: 330px;
  }
  section.front_slider_cont #front_slider_big .swiper-slide > span {
    font-size: 2.8125em;
    margin-right: -10px;
  }
  section.front_slider_cont #front_slider_big .swiper-slide > .title_box {
    padding: 15px;
    max-width: 260px;
  }
  section.front_slider_cont #front_slider_big .swiper-slide > .title_box > p {
    font-size: 1em;
  }
  section.front_slider_cont #front_slider_big .swiper-slide > .title_box > p:not(:first-child) {
    margin-top: 10px;
  }
  section.front_content_cont .news_slider_cont #front_news_slider {
    width: 90%;
  }
  section.front_content_cont .news_slider_cont #front_news_slider .swiper-slide > a {
    height: 40vw;
  }
  section.front_content_cont .partners_slider_cont #front_partners_slider {
    width: 90%;
  }
  section.front_content_cont .partners_slider_cont #front_partners_slider .swiper-slide > a {
    height: 40vw;
  }
  /* section.sale_content > .text_box img {
    width: 180px;
  }
  section.sale_content > .text_box > .text_box_left > .text_box_products {
    flex-direction: column;
    align-items: center;;
  } */
}
@media (max-width: 340px) {
  section.front_slider_cont #front_slider_big {
    height: 290px;
  }
  /* s */
}
@media screen and (min-width: 1200px) and (min-height: 700px) {
  section.front_slider_cont {
    height: 92vh;
  }
}
section.showroom_entry > .cover_cont {
  width: 100%;
  height: 92vh;
}

section.showroom_entry > .cover_cont > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.showroom_entry > .cover_cont > .abs_title_cont {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

section.showroom_entry > .cover_cont > .abs_title_cont > div > span {
  display: block;
  padding: 15px 30px;
  background-color: #fff;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: -4px;
}

section.showroom_entry > .cover_cont > .abs_title_cont > div > span > strong {
  color: #000;
  font-family: "Abril Fatface", cursive;
  font-size: 2.5em;
  letter-spacing: 3px;
  line-height: 1.6;
  display: block;
  font-weight: 400;
}

section.showroom_entry > .content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

section.showroom_entry > .content > .map_cont {
  background-color: #fff;
  padding: 50px 30px 0 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.showroom_entry > .content > .map_cont.padded {
  padding-bottom: 70px;
}

section.showroom_entry > .content > .map_cont p {
  line-height: 1.5;
}

section.showroom_entry > .content > .map_cont > .row {
  display: flex;
}

section.showroom_entry > .content > .map_cont > .row > div {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.showroom_entry > .content > .map_cont > .row > div table a {
  font-size: 1em;
}

section.showroom_entry > .content > .map_cont > .row > div > *:nth-child(2) {
  margin-top: 25px;
}

section.showroom_entry > .content > .map_cont .map_box {
  width: 100%;
}

section.showroom_entry > .content > .map_cont .map_box #map {
  margin-top: 10px;
  width: 100%;
  height: 423px;
}

section.showroom_entry > .content > .map_cont .map_box .open_hours {
  width: 40%;
  min-width: 340px;
  display: flex;
  padding: 50px 0;
  justify-content: space-between;
  align-items: center;
}

section.showroom_entry > .content > .map_cont .map_box .open_hours > .line {
  position: absolute;
  left: 40%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}

section.showroom_entry > .content > .map_cont .map_box .open_hours table {
  width: auto;
  min-width: 50%;
}

section.showroom_entry > .content > a {
  display: block;
  height: 420px;
}

section.showroom_entry > .content > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.showroom_entry > .content > *:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

section.showroom_entry > .content > .showroom-3d {
  width: 100%;
  height: 100%;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

section.showroom_entry > .content > .showroom-image-hide {
  display: none;
}

@media (max-width: 1150px) {
  section.showroom_entry > .content > .showroom-3d {
    height: 280px;
  }
  section.showroom_entry > .content > .showroom-image-hide {
    display: block;
  }
}
section.showroom_entry > .content > *:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

section.showroom_entry > .content > *:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

section.showroom_entry > .content > *:nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}

section.showroom_entry > .content > *:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}

section.showroom_entry > .content > *:nth-child(6) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 206px;
}

section.showroom_entry > .content > *:nth-child(7) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 206px;
  margin-top: 214px;
}

section.showroom_entry > .content > *:nth-child(8) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
}

section.showroom_entry > .content > *:nth-child(9) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
}

section.showroom_entry > .content > *:nth-child(10) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 6;
  height: 847px;
}

section.showroom_entry > .content > *:nth-child(11) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
}

section.showroom_entry > .content > *:nth-child(12) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  height: 206px;
}

section.showroom_entry > .content > *:nth-child(13) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  height: 206px;
  margin-top: 214px;
}

section.showroom_entry > .content > *:nth-child(14) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 6;
}

section.showroom_entry > .content > *:nth-child(15) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 6;
}

section.showroom_entry > .content > *:nth-child(16) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 6;
  grid-row-end: 7;
}

section.showroom_entry > .content > *:nth-child(17) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 7;
}

section.showroom_entry > .content > *:nth-child(18) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 7;
}

@media (max-width: 1440px) {
  section.showroom_entry > .cover_cont > .abs_title_cont > div > span {
    margin-left: -3px;
  }
  section.showroom_entry > .content > a {
    height: 370px;
  }
  section.showroom_entry > .content > .map_cont .map_box #map {
    height: 350px;
  }
  section.showroom_entry > .content > *:nth-child(6) {
    height: 181px;
  }
  section.showroom_entry > .content > *:nth-child(7) {
    height: 181px;
    margin-top: 189px;
  }
  section.showroom_entry > .content > *:nth-child(10) {
    height: 747px;
  }
  section.showroom_entry > .content > *:nth-child(12) {
    height: 181px;
  }
  section.showroom_entry > .content > *:nth-child(13) {
    height: 181px;
    margin-top: 189px;
  }
}
@media (max-width: 1150px) {
  section.showroom_entry > .content > .map_cont {
    padding: 50px 80px 0 160px;
    height: 740px;
  }
  section.showroom_entry > .content > .map_cont.padded .map_box #map {
    height: 430px;
  }
  section.showroom_entry > .content > *:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  section.showroom_entry > .content > *:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  section.showroom_entry > .content > *:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  section.showroom_entry > .content > *:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  section.showroom_entry > .content > *:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  section.showroom_entry > .content > *:nth-child(6) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
    height: 181px;
  }
  section.showroom_entry > .content > *:nth-child(7) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
    height: 181px;
    margin-top: 189px;
  }
  section.showroom_entry > .content > *:nth-child(8) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  section.showroom_entry > .content > *:nth-child(9) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  section.showroom_entry > .content > *:nth-child(10) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 8;
    height: 747px;
  }
  section.showroom_entry > .content > *:nth-child(11) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 6;
    grid-row-end: 7;
  }
  section.showroom_entry > .content > *:nth-child(12) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 7;
    height: 181px;
  }
  section.showroom_entry > .content > *:nth-child(13) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 7;
    height: 181px;
    margin-top: 189px;
  }
  section.showroom_entry > .content > *:nth-child(14) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 7;
    grid-row-end: 8;
  }
  section.showroom_entry > .content > *:nth-child(15) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 7;
    grid-row-end: 8;
  }
  section.showroom_entry > .content > *:nth-child(16) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 8;
    grid-row-end: 9;
  }
  section.showroom_entry > .content > *:nth-child(17) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 8;
    grid-row-end: 9;
  }
  section.showroom_entry > .content > *:nth-child(18) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 8;
    grid-row-end: 9;
  }
}
@media (max-width: 800px) {
  section.showroom_entry > .content > .map_cont {
    padding: 50px 30px 0 110px;
  }
}
@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.showroom_entry > .cover_cont {
    height: 550px;
  }
  section.showroom_entry > .content > .map_cont {
    padding: 50px 20px 0 20px;
  }
  section.showroom_entry > .content > .map_cont > .row > div {
    width: 48%;
  }
}
@media screen and (max-width: 750px) and (max-height: 430px) {
  section.showroom_entry > .cover_cont {
    height: 290px;
  }
}
@media (max-width: 600px) {
  section.showroom_entry > .content > a {
    height: 280px;
  }
  section.showroom_entry > .content > *:nth-child(6) {
    height: 136px;
  }
  section.showroom_entry > .content > *:nth-child(7) {
    height: 136px;
    margin-top: 144px;
  }
  section.showroom_entry > .content > *:nth-child(10) {
    height: 567px;
  }
  section.showroom_entry > .content > *:nth-child(12) {
    height: 136px;
  }
  section.showroom_entry > .content > *:nth-child(13) {
    height: 136px;
    margin-top: 144px;
  }
}
@media (max-width: 550px) {
  section.showroom_entry > .content > .map_cont {
    padding: 40px 20px 0 20px;
    height: auto;
    justify-content: flex-start;
  }
  section.showroom_entry > .content > .map_cont.padded {
    padding: 40px 20px 20px 20px;
  }
  section.showroom_entry > .content > .map_cont.padded .map_box #map {
    height: 350px;
  }
  section.showroom_entry > .content > .map_cont > .row {
    flex-direction: column;
  }
  section.showroom_entry > .content > .map_cont > .row > div {
    width: 100%;
  }
  section.showroom_entry > .content > .map_cont > .row > div:nth-child(2) {
    margin-top: 30px;
  }
  section.showroom_entry > .content > .map_cont .map_box {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  section.showroom_entry > .cover_cont {
    height: 430px;
  }
  section.showroom_entry > .content {
    display: flex;
    flex-direction: column;
  }
  section.showroom_entry > .content > a {
    height: 70vw !important;
    margin-top: 5px !important;
  }
  section.showroom_entry > .content > .map_cont {
    order: -1;
  }
  section.showroom_entry > .content > .map_cont .map_box .open_hours {
    min-width: 290px;
  }
  section.showroom_entry > .content > .map_cont .map_box .open_hours h3 {
    letter-spacing: 1px;
  }
  section.showroom_entry > .content > .map_cont .map_box .open_hours > .line {
    left: 35%;
  }
  section.showroom_entry > .content > .map_cont .map_box .open_hours table {
    min-width: 170px;
  }
}
section.products_entry {
  padding: 20px 0 40px 80px;
  min-height: 94vh;
}

section.products_entry h1,
section.products_entry h2 {
  font-size: 3.125em;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #D5A173;
}

section.products_entry h1 {
  letter-spacing: 4px;
  line-height: 1.1;
}

section.products_entry h2 {
  font-size: 1em;
  font-weight: 300;
}

section.products_entry h3 {
  font-size: 1.25em;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  line-height: 1.3;
  color: #D5A173;
}

section.products_entry > .content {
  width: 650px;
  margin: 0 auto;
}

section.products_entry > .content > .back_cont {
  width: 100%;
  margin: 0 auto 15px auto;
  display: flex;
  justify-content: flex-end;
}

section.products_entry > .content > .heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.products_entry > .content > .heading > img {
  width: 48%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

section.products_entry > .content > .heading > .text_box {
  width: 48%;
}

section.products_entry > .content > .heading > .text_box > img {
  display: none;
}

section.products_entry > .content > .heading > .text_box > p {
  margin-top: 25px;
}

section.products_entry > .content > .heading > .text_box > button {
  margin-top: 30px;
}

section.products_entry > .content > .heading > .text_box > button.decorated {
  height: 40px;
  width: 170px;
  border-radius: 20px;
  border: none;
  background: radial-gradient(circle, #F0B67F 1.49%, #B47852 100%);
  color: #000000;
  font-family: "Work Sans";
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 9px;
  text-align: center;
}

section.products_entry > .content > .heading > .text_box > button.decorated:hover {
  color: #FFFFFF;
}

section.products_entry > .content > .heading > .text_box > .percentage_box {
  margin-top: 30px;
}

section.products_entry > .content > .heading > .text_box > .percentage_box > .percentage_svg {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  font-family: "Work Sans";
  -webkit-text-stroke: 1px #FE5959;
  font-size: 134px;
  font-weight: bold;
  letter-spacing: -8.04px;
  line-height: 158px;
  text-align: right;
}

section.products_entry > .content > .heading > .text_box > .percentage_box > .percentage_number {
  color: #FE5959;
  font-family: "Work Sans";
  font-size: 100px;
  font-weight: bold;
  letter-spacing: -6px;
  line-height: 100px;
}

section.products_entry > .content > .heading > .text_box > .percentage_box > .percentage_number > strong {
  font-size: 20px;
  line-height: 24px;
}

section.products_entry > .content > .heading > .text_box > .percentage_text {
  color: #FE5959;
  font-family: "Work Sans";
  font-size: 0.75em;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  margin-top: 0;
}

section.products_entry > .content > .heading .abs_thanks {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(151, 151, 151, 0.95);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.4em;
  font-weight: 700;
  color: #000;
  padding: 30px;
}

section.products_entry > .content > .line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 70px 0;
}

section.products_entry > .content > .description > p {
  line-height: 1.8;
}

section.products_entry > .content > .description > p:not(:first-child) {
  margin-top: 30px;
}

section.products_entry > .content > .description ol,
section.products_entry > .content > .description ul {
  font-size: 0.75em;
}

section.products_entry > .content > .description ol,
section.products_entry > .content > .description ul,
section.products_entry > .content > .description li {
  color: #000;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.3;
}

section.products_entry > .content > .description li {
  margin-top: 15px;
  list-style-position: inside;
}

section.products_entry > .content .types_cont {
  margin-top: 65px;
}

section.products_entry > .content .types_cont h3 {
  margin: 0 auto;
}

section.products_entry > .content .types_cont .types_box {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  margin-top: 75px;
}

section.products_entry > .content .types_cont .types_box > .cont {
  height: 100px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

section.products_entry > .content .types_cont .types_box > .cont > a {
  width: 70px;
  height: 70px;
  display: block;
  border: 1px solid transparent;
  overflow: hidden;
  border-radius: 100%;
}

section.products_entry > .content .types_cont .types_box > .cont > a > img {
  width: 100%;
  height: 100%;
}

section.products_entry > .content .types_cont .types_box > .cont > .line {
  width: 1px;
  height: 100%;
  background-color: #000;
}

section.products_entry > .content .types_cont .types_box > .cont > span {
  width: 41%;
  display: block;
  font-size: 0.625em;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}

section.products_entry > .content > .btn {
  margin: 45px auto 0 auto;
}

section.products_entry > .content > .video_cont {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}

section.products_entry > .content .video_cont .video_cont_wrapper {
  width: 100%;
  height: 380px;
  margin-top: 75px;
}

section.products_entry > .content > .video_cont .abs_tissue {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s;
}

section.products_entry > .content > .video_cont .abs_tissue._hide {
  opacity: 0;
  visibility: hidden;
}

section.products_entry > .content > .video_cont .abs_tissue > img {
  width: 42px;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
}

section.products_entry > .content > .video_cont .abs_tissue > img:hover {
  transform: scale(1.1);
}

section.products_entry > .content > .video_cont video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.products_entry > .content .table_cont {
  width: 100%;
  margin-top: 75px;
}

section.products_entry > .content .table_cont h3 {
  margin: 0 auto;
}

section.products_entry > .content .table_cont > .table_box {
  margin-top: 70px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 45px;
  grid-column-gap: 50px;
}

section.products_entry > .content .table_cont > .table_box > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

section.products_entry > .content .table_cont > .table_box > .box > strong {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.25em;
  line-height: 1.2;
  text-align: center;
}

section.products_entry > .content .table_cont > .table_box > .box > .line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 10px 0 20px 0;
}

section.products_entry > .content .table_cont > .table_box > .box > span {
  line-height: 1.3;
  font-size: 0.75em;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: center;
}

section.products_entry > .content > .slider_cont {
  width: 100%;
  margin-top: 70px;
}

section.products_entry > .content > .slider_cont.wide {
  grid-column: 1/3;
}

section.products_entry > .content > .slider_cont h3 {
  margin: 0 auto;
}

section.products_entry > .content > .slider_cont #product_images_slider {
  width: 100%;
  height: 427px;
  margin-top: 75px;
}

section.products_entry > .content > .slider_cont.wide #product_images_slider {
  height: auto;
}

section.products_entry > .content > .slider_cont #product_images_slider._without_link {
  margin-top: 25px;
}

section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-auto-rows: 1fr;
}

section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue) {
  display: block;
  width: 100%;
  height: 100%;
}

section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue):nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue):nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}

section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue):nth-child(3) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}

section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue):nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}

section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue):nth-child(5) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}

section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue) > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > .abs_tissue {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: width 1s ease;
  transition-delay: 0.5s;
  background-color: #D5A173;
  transform-origin: left center;
}

section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > .abs_tissue._reverse {
  left: auto;
  right: 0;
}

section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide.swiper-slide-active > .abs_tissue {
  width: 0;
}

section.products_entry > .content > .slider_cont > .swiper-pagination {
  width: 100%;
  margin-top: 35px;
  position: relative;
}

section.products_entry > .content > .slider_cont > .swiper-pagination.swiper-pagination-progressbar {
  background: #DEDEDE;
  height: 1px;
}

section.products_entry > .content > .slider_cont > .swiper-pagination.swiper-pagination-progressbar > .swiper-pagination-progressbar-fill {
  background: #979797;
  height: 2px;
}

section.products_entry > .content > .slider_cont > .btn {
  margin: 40px auto 0 auto;
}

section.products_entry > .content > .certificates_cont {
  margin: 50px auto 0 auto;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: fit-content;
  width: -moz-fit-content;
  max-width: 450px;
}

section.products_entry > .content > .certificates_cont > a {
  margin-top: 30px;
  display: block;
  width: 140px;
  height: 80px;
}

section.products_entry > .content > .certificates_cont > a > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

section.products_entry > .content > .certificates_cont > a:not(:nth-child(3n+1)) {
  margin-left: 15px;
}

.abs_product_form {
  z-index: -2;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  display: flex;
  opacity: 0;
  transform: scaleX(0.6);
  transform-origin: left top;
  transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
}

.abs_product_form > div {
  width: 50%;
  height: 100%;
  background: #fff;
}

.abs_product_form > div.left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
}

.abs_product_form > div.left form {
  width: 50%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transition-delay: 0s;
}

.abs_product_form > div.left form > span {
  letter-spacing: 2px;
  font-size: 0.875em;
  font-weight: 500;
  display: block;
  text-align: center;
}

.abs_product_form > div.left form input[type=text],
.abs_product_form > div.left form input[type=email],
.abs_product_form > div.left form textarea {
  width: 100%;
  background: none;
  font-family: "Work Sans", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #979797;
  color: #000;
  height: 25px;
  margin-top: 40px;
  text-align: left;
  padding: 0;
  letter-spacing: 1px;
}

.abs_product_form > div.left form input[type=text].error,
.abs_product_form > div.left form input[type=email].error,
.abs_product_form > div.left form textarea.error {
  border-bottom: 2px dashed #e60000;
  color: #e60000;
}

.abs_product_form > div.left form input[type=text]#interest-name,
.abs_product_form > div.left form input[type=email]#interest-name,
.abs_product_form > div.left form textarea#interest-name {
  margin-top: 50px;
}

.abs_product_form > div.left form textarea {
  height: 100px;
  resize: none;
  line-height: 1.4;
}

.abs_product_form > div.left form .btn {
  z-index: 2;
  height: 25px;
  margin: 40px auto 0 auto;
}

.abs_product_form > div.left > img {
  width: 36px;
  height: auto;
  position: absolute;
  right: 50px;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transition-delay: 0s;
  cursor: pointer;
}

.abs_product_form > div.right > img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  transition-delay: 0s;
}

.abs_product_form._opened {
  transform: scale(1);
  opacity: 1;
  z-index: 11;
}

.abs_product_form._opened > div.left form,
.abs_product_form._opened > div.left > img {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.abs_product_form._opened > div.left > img {
  transition-delay: 0.7s;
}

.abs_product_form._opened > div.right > img {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.8s;
}

.abs_product_form._opened._close {
  transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transform: scaleX(0.4);
  opacity: 0;
}

@media (max-width: 1500px) {
  .abs_product_form > div.left form {
    width: 65%;
  }
}
@media (max-width: 1100px) {
  .abs_product_form > div.left form {
    width: 65%;
  }
  .abs_product_form > div.left > img {
    right: 30px;
    top: 30px;
  }
}
@media (max-width: 900px) {
  .abs_product_form > div.left {
    width: 100%;
  }
  .abs_product_form > div.left form {
    width: 50%;
  }
  .abs_product_form > div.right {
    display: none;
  }
}
@media (max-width: 850px) {
  section.products_entry h1 {
    letter-spacing: 2px;
    font-size: 2.5em;
  }
  section.products_entry > .content {
    width: 550px;
  }
  section.products_entry > .content > .heading > img {
    width: 38%;
  }
  section.products_entry > .content > .heading > .text_box {
    width: 55%;
  }
  section.products_entry > .content .types_cont .types_box > .cont {
    height: auto;
  }
  section.products_entry > .content .types_cont .types_box > .cont > a {
    width: 80px;
    height: auto;
  }
  section.products_entry > .content .video_cont .video_cont_wrapper {
    height: 310px;
  }
  section.products_entry > .content .table_cont > .table_box {
    grid-row-gap: 35px;
    grid-column-gap: 30px;
  }
  section.products_entry > .content > .slider_cont #product_images_slider {
    height: 340px;
  }
}
@media (max-width: 700px) {
  section.products_entry {
    padding: 20px 20px 40px 20px;
  }
  .abs_product_form > div.left {
    padding: 80px 20px 20px 20px;
  }
  .abs_product_form > div.left form {
    width: 60%;
  }
  .abs_product_form > div.left > img {
    top: 80px;
  }
}
@media screen and (max-width: 750px) and (max-height: 430px) {
  section.products_entry {
    padding: 20px 20px 40px 20px;
  }
  .abs_product_form > div.left {
    padding-left: 0;
    padding-top: 60px;
  }
  .abs_product_form > div.left form {
    width: 65%;
  }
  .abs_product_form > div.left form input[type=text],
  .abs_product_form > div.left form input[type=email],
  .abs_product_form > div.left form textarea {
    margin-top: 15px;
  }
  .abs_product_form > div.left form input[type=text]#interest-name,
  .abs_product_form > div.left form input[type=email]#interest-name,
  .abs_product_form > div.left form textarea#interest-name {
    margin-top: 25px;
  }
  .abs_product_form > div.left form textarea {
    height: 60px;
  }
  .abs_product_form > div.left form .btn {
    margin: 20px auto 0 auto;
  }
  .abs_product_form > div.left > img {
    width: 25px;
    right: 50px;
    top: 80px;
  }
}
@media (max-width: 650px) {
  section.products_entry > .content {
    width: 85%;
  }
  section.products_entry > .content > .heading > img {
    display: none;
  }
  section.products_entry > .content > .heading > .text_box {
    width: 100%;
  }
  section.products_entry > .content > .heading > .text_box > p {
    line-height: 1.6;
  }
  section.products_entry > .content > .heading > .text_box > img {
    width: 260px;
    height: auto;
    display: block;
    margin: 20px auto 0 auto;
  }
  section.products_entry > .content > .heading > .text_box > .percentage_box {
    margin-top: 60px;
  }
  section.products_entry > .content > .heading > .text_box > .percentage_box > .percentage_svg {
    max-width: 410px;
  }
  section.products_entry > .content > .line {
    margin: 40px 0;
  }
  section.products_entry > .content .types_cont .types_box {
    grid-template-columns: 1fr 1fr;
  }
  section.products_entry > .content .types_cont .types_box > .cont {
    /*height: 100px;*/
  }
  section.products_entry > .content .types_cont .types_box > .cont > a {
    width: 70px;
  }
  section.products_entry > .content .video_cont .video_cont_wrapper {
    height: 45vw;
  }
  section.products_entry > .content .table_cont > .table_box {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
  }
  section.products_entry > .content > .slider_cont #product_images_slider {
    height: 62vw;
  }
  section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide {
    grid-auto-rows: auto;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
  }
  section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue):nth-child(1) {
    height: 42vw;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue):not(:first-child) {
    height: 19.2vw;
  }
  section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue):nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue):nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue):nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  section.products_entry > .content > .slider_cont #product_images_slider .swiper-slide > *:not(.abs_tissue):nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 600px) {
  section.products_entry > .content > .certificates_cont {
    max-width: 295px;
  }
  section.products_entry > .content > .certificates_cont > a:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  section.products_entry > .content > .certificates_cont > a:nth-child(even) {
    margin-left: 15px;
  }
}
@media (max-width: 500px) {
  .abs_product_form > div.left form {
    width: 95%;
  }
  .abs_product_form > div.left form > span {
    letter-spacing: 1px;
  }
  .abs_product_form > div.left > img {
    right: 20px;
  }
}
@media (max-width: 550px) {
  section.products_entry > .content .types_cont .types_box > .cont {
    /*height: 70px;*/
  }
  section.products_entry > .content .types_cont .types_box > .cont > a {
    width: 70px;
  }
}
@media (max-width: 450px) {
  section.products_entry > .content .types_cont .types_box {
    margin-top: 40px;
  }
  section.products_entry > .content .table_cont > .table_box {
    margin-top: 40px;
  }
  section.products_entry > .content > .slider_cont #product_images_slide {
    margin-top: 40px;
  }
  section.products_entry > .content > .slider_cont .custom-nav.prev {
    left: -22px;
  }
  section.products_entry > .content > .slider_cont .custom-nav.next {
    right: -22px;
  }
}
@media (max-width: 400px) {
  section.products_entry > .content {
    width: 92%;
  }
  section.products_entry > .content .types_cont .types_box {
    grid-column-gap: 15px;
  }
  section.products_entry > .content .types_cont .types_box > .cont {
    /*height: 50px;*/
  }
}
@media (max-width: 360px) {
  section.products_entry > .content > .certificates_cont {
    max-width: 100%;
  }
  section.products_entry > .content > .certificates_cont > a {
    width: 120px;
  }
}
section.products {
  padding: 20px 0 20px 80px;
  min-height: 94vh;
}

section.products h1 {
  color: #D5A173;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 10px;
}

section.products.first_level > .content {
  width: 830px;
}

section.products.first_level > .content .product_box.id_3167 > .rectangle > img.horizontal {
  margin: auto -40% 35px -40%;
}

section.products.first_level > .content .product_box.id_3169 > .rectangle > img.horizontal {
  margin: auto -40%;
}

section.products.first_level > .content .product_box.id_4890 > .rectangle > img.horizontal {
  margin: auto -40% 30px -40%;
}

section.products > .back_cont {
  width: 650px;
  margin: 0 auto 15px auto;
  display: flex;
  justify-content: flex-end;
}

section.products > .text_cont {
  width: 650px;
  margin: 15px auto 60px auto;
}

section.products > .text_cont > p {
  width: 100%;
  line-height: 1.8;
}

section.products > .text_cont > p:not(:first-child) {
  margin-top: 25px;
}

section.products > .content {
  width: 650px;
  margin: 30px auto;
  padding: 0 90px;
  display: flex;
  flex-direction: column;
}

section.products > .content .product_box {
  width: 220px;
  display: block;
}

section.products > .content .product_box .btn {
  position: absolute;
  right: -50%;
  top: 40%;
  transform: translateX(90%);
}

section.products > .content .product_box:nth-child(even) .btn {
  position: absolute;
  left: -50%;
  top: 40%;
  transform: translateX(-90%);
}

section.products > .content .product_box:hover > .rectangle > span {
  width: 0 !important;
  height: 0 !important;
}

section.products > .content .product_box:hover > .rectangle > img {
  transform: rotateY(-25deg) translateZ(1.5em);
}

section.products > .content .product_box:not(:first-child) {
  margin-top: -50px;
}

section.products > .content .product_box > .rectangle {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 300px;
}

section.products > .content .product_box > .rectangle > span {
  position: absolute;
  transition: 0.7s;
}

section.products > .content .product_box > .rectangle > span:nth-child(1) {
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  background-color: #F1D3B9;
}

section.products > .content .product_box > .rectangle > span:nth-child(2) {
  width: 5px;
  height: 100%;
  right: 0;
  top: 0;
  background-image: linear-gradient(180deg, #F1D3B9 0%, #B78960 100%);
}

section.products > .content .product_box > .rectangle > span:nth-child(3) {
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #B78960;
}

section.products > .content .product_box > .rectangle > span:nth-child(4) {
  width: 5px;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, #F1D3B9 0%, #B78960 100%);
}

section.products > .content .product_box > .rectangle > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 110%;
  width: 110%;
  margin: -5%;
  perspective: 1000px;
  transform-origin: right;
  transform: rotate(0);
  transition: 0.7s;
  transform-style: preserve-3d;
}

section.products > .content .product_box > .rectangle > img.horizontal {
  width: 180%;
  height: auto !important;
  margin: auto -40% -5% -40%;
}

section.products > .content .product_box h2 {
  color: #D5A173;
  font-size: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 30px auto 0 auto;
  text-align: center;
}

section.products > .content .product_box:nth-child(even) {
  align-self: flex-end;
}

section.products > .content > .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section.products > .content > .row:not(:first-child) {
  margin-top: 70px;
}

section.products > .content > .row:nth-child(even) {
  flex-direction: row-reverse;
}

section.products > .content > .row .rectangle {
  width: 150px;
  height: 190px;
  margin: auto 0;
  z-index: 5;
}

section.products > .content > .row .rectangle._mobil {
  display: none;
}

section.products > .content > .row .rectangle:hover > span {
  width: 0 !important;
  height: 0 !important;
}

section.products > .content > .row .rectangle:hover > img {
  transform: rotateY(-25deg) translateZ(1.5em);
}

section.products > .content > .row .rectangle > span {
  position: absolute;
  transition: 0.7s;
}

section.products > .content > .row .rectangle > span:nth-child(1) {
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  background-color: #F1D3B9;
}

section.products > .content > .row .rectangle > span:nth-child(2) {
  width: 5px;
  height: 100%;
  right: 0;
  top: 0;
  background-image: linear-gradient(180deg, #F1D3B9 0%, #B78960 100%);
}

section.products > .content > .row .rectangle > span:nth-child(3) {
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #B78960;
}

section.products > .content > .row .rectangle > span:nth-child(4) {
  width: 5px;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, #F1D3B9 0%, #B78960 100%);
}

section.products > .content > .row .rectangle > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 120%;
  width: 120%;
  margin: -10%;
  perspective: 1000px;
  transform-origin: right;
  transform: rotate(0);
  transition: 0.7s;
  transform-style: preserve-3d;
}

section.products > .content > .row > .text_box {
  width: 275px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

section.products > .content > .row > .text_box._empty {
  justify-content: space-evenly;
}

section.products > .content > .row > .text_box h2 {
  color: #D5A173;
  font-size: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
}

section.products > .content > .row > .text_box > p {
  line-height: 1.8;
  margin: 20px 0;
}

section.products > .content > .row > .text_box > .btn_cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 950px) {
  section.products.first_level > .content {
    padding: 0 70px;
    width: 600px;
  }
  section.products > .content {
    padding: 0 70px;
    width: 600px;
  }
  section.products > .content .product_box {
    width: 150px;
  }
  section.products > .content .product_box > .rectangle {
    height: 200px;
  }
  section.products > .text_cont,
  section.products > .back_cont {
    width: 600px;
  }
}
@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.products {
    padding: 20px;
  }
  section.products h1 {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  section.products.first_level > .content {
    width: 500px;
  }
  section.products > .content,
  section.products > .text_cont,
  section.products > .back_cont {
    width: 500px;
  }
  section.products > .content.detail_mode {
    padding: 0 10px;
  }
}
@media (max-width: 540px) {
  section.products.first_level > .content {
    width: 100%;
    padding: 0 30px;
  }
  section.products > .content {
    padding: 0 30px;
  }
  section.products > .content .product_box > .rectangle > img.horizontal {
    width: 130%;
    margin: auto -15% -5% -15%;
  }
  section.products > .content > .row .rectangle {
    width: 100px;
    height: 150px;
  }
  section.products > .content,
  section.products > .text_cont,
  section.products > .back_cont {
    width: 100%;
  }
}
@media (max-width: 500px) {
  section.products > .back_cont {
    margin: 15px auto;
  }
}
@media (max-width: 460px) {
  section.products > .content.detail_mode {
    padding: 0;
  }
  section.products > .content > .row {
    flex-direction: column;
  }
  section.products > .content > .row .rectangle {
    margin: 20px auto;
  }
  section.products > .content > .row .rectangle:not(._mobil) {
    display: none;
  }
  section.products > .content > .row .rectangle._mobil {
    display: block;
  }
  section.products > .content > .row > .text_box {
    width: 100%;
  }
}
@media (max-width: 400px) {
  section.products > .content .product_box h2 {
    letter-spacing: 2px;
    margin: 20px auto 0 auto;
  }
  section.products > .content .product_box:not(:first-child) {
    margin-top: 20px;
  }
}
section.products_20mm {
  padding-bottom: 80px;
}

section.products_20mm > .cover_cont {
  width: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 80px;
  height: 92vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 90px;
  padding-left: 50vw;
}

section.products_20mm > .cover_cont > .arrow_text_bck {
  position: absolute;
  right: 0;
  top: 0;
}

section.products_20mm > .cover_cont h1 {
  font-size: 3.125em;
  font-weight: 700;
  color: #000;
  letter-spacing: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}

section.products_20mm > .cover_cont h2 {
  font-size: 1em;
  font-weight: 300;
  color: #000;
  letter-spacing: 8px;
  line-height: 1.7;
  text-transform: uppercase;
  max-width: 300px;
}

section.products_20mm > .content {
  width: 100%;
}

section.products_20mm > .content h2 {
  font-weight: 300;
  color: #D5A173;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.25em;
  padding: 0 5px;
  text-align: center;
}

section.products_20mm > .content > .top {
  width: 100%;
  display: flex;
}

section.products_20mm > .content > .top > .images {
  width: calc(100% - 355px - 370px);
  height: 880px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: 50% 50%;
}

section.products_20mm > .content > .top > .images > div:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

section.products_20mm > .content > .top > .images > div:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

section.products_20mm > .content > .top > .images > div:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

section.products_20mm > .content > .top > .images > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.products_20mm > .content > .top > .text_cont {
  width: 355px;
  padding: 185px 32px 0 32px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/20mm_cutted.png");
}

section.products_20mm > .content > .top > .text_cont > p {
  line-height: 2;
  letter-spacing: 2px;
}

section.products_20mm > .content > .top > .text_cont > p:not(:first-child) {
  margin-top: 30px;
}

section.products_20mm > .content > .top > .icons_cont {
  width: 370px;
  padding: 20px 0 30px 0;
  background-color: #EDEDED;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.products_20mm > .content > .top > .icons_cont > strong {
  font-size: 0.75em;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  line-height: 1.6;
  letter-spacing: 2px;
  align-self: flex-end;
  padding-right: 30px;
}

section.products_20mm > .content > .top > .icons_cont > strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #000;
}

section.products_20mm > .content > .top > .icons_cont .box {
  margin-top: 20px;
  width: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.products_20mm > .content > .top > .icons_cont .box:nth-child(2) {
  margin-top: 40px;
}

section.products_20mm > .content > .top > .icons_cont .box > img {
  width: 100px;
  height: 100px;
}

section.products_20mm > .content > .top > .icons_cont .box > span {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 0.75em;
  color: #000;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

section.products_20mm > .content > .center {
  width: 100%;
  display: flex;
  margin: 80px 0;
}

section.products_20mm > .content > .center > .text_cont {
  width: 405px;
  padding: 0 35px 0 85px;
}

section.products_20mm > .content > .center > .text_cont > p {
  line-height: 2;
  letter-spacing: 2px;
}

section.products_20mm > .content > .center > .text_cont > p:not(:first-child) {
  margin-top: 30px;
}

section.products_20mm > .content > .center > img {
  height: 505px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

section.products_20mm > .content > .center > img:nth-child(2) {
  width: calc(100% - 10px - 405px - 25%);
  margin-right: 10px;
}

section.products_20mm > .content > .center > img:nth-child(3) {
  width: 25%;
}

section.products_20mm > .content > .bottom {
  display: flex;
}

section.products_20mm > .content > .bottom > img {
  width: calc(100% - 770px);
  height: 430px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

section.products_20mm > .content > .bottom > .text_cont {
  width: 770px;
  padding: 0 80px;
  -moz-column-count: 2;
       column-count: 2;
}

section.products_20mm > .content > .bottom > .text_cont > p {
  line-height: 2;
  letter-spacing: 2px;
}

section.products_20mm > .content > .bottom > .text_cont > p:not(:first-child) {
  margin-top: 30px;
}

section.products_20mm > .content > .formats {
  width: 100%;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

section.products_20mm > .content > .formats > .formats_cont {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}

section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(1) > .rectangle_box > div {
  width: 73px;
  height: 73px;
}

section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(2) > .rectangle_box > div {
  width: 92px;
  height: 92px;
}

section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(3) > .rectangle_box > div {
  width: 55px;
  height: 110px;
}

section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(4) > .rectangle_box > div {
  width: 73px;
  height: 110px;
}

section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(5) > .rectangle_box > div {
  width: 110px;
  height: 110px;
}

section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(6) > .rectangle_box > div {
  width: 36px;
  height: 146px;
}

section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(7) > .rectangle_box > div {
  width: 49px;
  height: 146px;
}

section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(8) > .rectangle_box > div {
  width: 73px;
  height: 146px;
}

section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(9) > .rectangle_box > div {
  width: 146px;
  height: 146px;
}

section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont > .rectangle_box {
  height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 30px;
}

section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont > .rectangle_box > div {
  border: 1px solid #231F20;
}

section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont > strong,
section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont > span {
  line-height: 1;
  display: block;
  font-size: 0.75em;
  letter-spacing: 2px;
}

section.products_20mm > .content > .advantages {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  padding-left: 80px;
}

section.products_20mm > .content > .advantages > .icons_cont {
  width: 710px;
  margin-top: 65px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 45px;
}

section.products_20mm > .content > .advantages > .icons_cont > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.products_20mm > .content > .advantages > .icons_cont > .box > img {
  width: 45px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

section.products_20mm > .content > .advantages > .icons_cont > .box > .line {
  width: 90%;
  height: 1px;
  margin: 13px 0;
  background-color: #000;
}

section.products_20mm > .content > .advantages > .icons_cont > .box > span {
  display: block;
  font-size: 0.75em;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
}

section.products_20mm > .content > .brands {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  padding-left: 80px;
}

section.products_20mm > .content > .brands .brands_cont {
  display: grid;
  margin-top: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 710px;
  grid-row-gap: 50px;
  grid-column-gap: 35px;
}

section.products_20mm > .content > .brands .brands_cont > a {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.products_20mm > .content > .brands .brands_cont > a:hover > img {
  transform: translateY(-8px);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

section.products_20mm > .content > .brands .brands_cont > a > img {
  display: block;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  filter: grayscale(1);
  transition: all 300ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transform: translateY(0);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0);
}

section.products_20mm > .content > .usage {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  padding-left: 80px;
}

section.products_20mm > .content > .usage > .usage_cont {
  width: 550px;
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

section.products_20mm > .content > .usage > .usage_cont > div {
  height: 180px;
}

section.products_20mm > .content > .usage > .usage_cont > div > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.products_20mm > .content > .usage > .usage_cont > div > span {
  position: absolute;
  width: 150px;
  height: 60px;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 0.75em;
  text-transform: uppercase;
  background-color: #fff;
  letter-spacing: 2px;
}

section.products_20mm > .content > .usage > .usage_cont > div:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 370px;
  width: 85%;
}

section.products_20mm > .content > .usage > .usage_cont > div:nth-child(2), section.products_20mm > .content > .usage > .usage_cont > div:nth-child(3) {
  width: 115%;
  margin-left: -15%;
}

section.products_20mm > .content > .usage > .usage_cont > div:nth-child(4), section.products_20mm > .content > .usage > .usage_cont > div:nth-child(5) {
  width: 115%;
}

section.products_20mm > .content > .usage > .usage_cont > div:nth-child(6) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
  height: 370px;
  width: 85%;
  margin-left: 15%;
}

section.products_20mm > .content > .usage > .usage_cont > div:nth-child(7) {
  grid-column-start: 1;
  grid-column-end: 3;
  height: 260px;
}

section.products_20mm > .content > .usage > .usage_cont > div:nth-child(2) > span, section.products_20mm > .content > .usage > .usage_cont > div:nth-child(4) > span, section.products_20mm > .content > .usage > .usage_cont > div:nth-child(6) > span {
  left: auto;
  right: 0;
}

@media (min-width: 1921px) {
  section.products_20mm > .content {
    margin: 0 auto;
    max-width: 1920px;
  }
  section.products_20mm > .content > .top > .text_cont {
    width: 375px;
  }
  section.products_20mm > .content > .top > .icons_cont {
    width: 350px;
  }
  section.products_20mm > .content > .center > .text_cont {
    padding: 0 35px 0 55px;
  }
}
@media (max-width: 1440px) {
  section.products_20mm > .cover_cont {
    padding-left: 45vw;
    padding-bottom: 50px;
  }
}
@media (max-width: 1370px) {
  section.products_20mm > .content > .top > .images {
    width: calc(100% - 355px - 280px);
  }
  section.products_20mm > .content > .top > .icons_cont {
    width: 280px;
  }
}
@media (max-width: 1200px) {
  section.products_20mm > .content > .top {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  section.products_20mm > .content > .top > .icons_cont {
    width: 100%;
    padding: 80px 20px 50px 100px;
    flex-direction: row;
    justify-content: space-around;
  }
  section.products_20mm > .content > .top > .icons_cont > strong {
    align-self: baseline;
    padding-right: 10px;
    position: absolute;
    left: 90px;
    top: 10px;
  }
  section.products_20mm > .content > .top > .icons_cont .box {
    width: 120px;
    margin-top: 0;
  }
  section.products_20mm > .content > .top > .icons_cont .box:nth-child(2) {
    margin-top: 0;
  }
  section.products_20mm > .content > .top > .icons_cont .box > span {
    margin-top: 15px;
  }
  section.products_20mm > .content > .top > .text_cont {
    width: 100%;
    padding: 20px 20px 20px 90px;
    background: none;
  }
  section.products_20mm > .content > .top > .images {
    width: 100%;
    height: 60vw;
  }
  section.products_20mm > .content > .center {
    margin: 40px 0;
    flex-wrap: wrap;
  }
  section.products_20mm > .content > .center > .text_cont {
    width: 100%;
    padding: 20px 20px 20px 90px;
  }
  section.products_20mm > .content > .center > img {
    height: 30vw;
  }
  section.products_20mm > .content > .center > img:nth-child(2) {
    width: calc(65% - 10px);
  }
  section.products_20mm > .content > .center > img:nth-child(3) {
    width: 35%;
  }
  section.products_20mm > .content > .bottom > img {
    width: calc(100% - 600px);
  }
  section.products_20mm > .content > .bottom > .text_cont {
    width: 600px;
    padding: 0 20px;
  }
  section.products_20mm > .content > .advantages {
    margin-top: 70px;
  }
}
@media (max-width: 1000px) {
  section.products_20mm > .content > .bottom > img {
    width: calc(100% - 500px);
    height: 510px;
  }
  section.products_20mm > .content > .bottom > .text_cont {
    width: 500px;
    -moz-column-count: 1;
         column-count: 1;
  }
  section.products_20mm > .content > .advantages > .icons_cont {
    width: 580px;
    margin-top: 65px;
    grid-column-gap: 30px;
    grid-row-gap: 35px;
  }
  section.products_20mm > .content > .brands .brands_cont {
    width: 580px;
    grid-row-gap: 30px;
    grid-column-gap: 35px;
  }
}
@media (max-width: 900px) {
  section.products_20mm > .content > .formats > .formats_cont {
    flex-wrap: wrap;
    width: 600px;
    margin-top: 45px;
  }
  section.products_20mm > .content > .formats > .formats_cont .rectangle_cont {
    margin-top: 30px;
  }
}
@media (max-width: 850px) {
  section.products_20mm > .content > .bottom > img {
    width: calc(100% - 400px);
    height: 630px;
  }
  section.products_20mm > .content > .bottom > .text_cont {
    width: 400px;
  }
}
@media (max-width: 800px) {
  section.products_20mm > .content > .advantages > .icons_cont {
    width: 320px;
    grid-template-columns: 1fr 1fr;
    margin-top: 65px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  section.products_20mm > .content > .brands .brands_cont {
    width: 320px;
    grid-template-columns: 1fr 1fr;
    margin-top: 65px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.products_20mm > .cover_cont {
    width: 100%;
    margin-left: 0;
    height: 550px;
  }
  section.products_20mm > .content > .top > .icons_cont {
    padding: 80px 20px 50px 20px;
    justify-content: space-between;
  }
  section.products_20mm > .content > .top > .icons_cont > strong {
    left: 10px;
  }
  section.products_20mm > .content > .top > .text_cont {
    padding: 20px;
  }
  section.products_20mm > .content > .top > .images {
    height: 70vw;
  }
  section.products_20mm > .content > .center > .text_cont {
    padding: 20px;
  }
  section.products_20mm > .content > .center > img {
    height: 37vw;
  }
  section.products_20mm > .content > .bottom {
    display: block;
  }
  section.products_20mm > .content > .bottom > img {
    width: 60%;
    height: auto;
    float: left;
    margin: 0 15px 10px 0;
  }
  section.products_20mm > .content > .bottom > .text_cont {
    display: block;
    width: 100%;
    -moz-column-count: auto;
         column-count: auto;
  }
  section.products_20mm > .content > .formats > .formats_cont {
    width: 320px;
  }
  section.products_20mm > .content > .formats,
  section.products_20mm > .content > .advantages,
  section.products_20mm > .content > .usage,
  section.products_20mm > .content > .brands {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) and (max-height: 430px) {
  section.products_20mm > .cover_cont {
    height: 300px;
    padding-bottom: 30px;
  }
}
@media (max-width: 650px) {
  section.products_20mm > .content > .top > .icons_cont {
    padding: 60px 26vw 30px 26vw;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
  }
  section.products_20mm > .content > .top > .icons_cont .box {
    margin-top: 40px !important;
  }
}
@media (max-width: 600px) {
  section.products_20mm > .cover_cont {
    padding-left: 30vw;
    padding-right: 20px;
  }
  section.products_20mm > .content > .usage > .usage_cont {
    width: 400px;
  }
  section.products_20mm > .content > .usage > .usage_cont > div {
    height: 150px;
  }
  section.products_20mm > .content > .usage > .usage_cont > div:nth-child(1) {
    height: 310px;
  }
  section.products_20mm > .content > .usage > .usage_cont > div:nth-child(6) {
    height: 310px;
  }
  section.products_20mm > .content > .usage > .usage_cont > div:nth-child(7) {
    height: 190px;
  }
}
@media (max-width: 550px) {
  section.products_20mm > .content > .top > .icons_cont {
    padding: 60px 20vw 30px 20vw;
  }
}
@media (max-width: 500px) {
  section.products_20mm > .content > .bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  section.products_20mm > .content > .bottom > img {
    width: 100%;
    height: auto;
    float: none;
    margin: 10px 0 0 0;
  }
  section.products_20mm > .content > .bottom > .text_cont {
    width: 100%;
  }
}
@media (max-width: 450px) {
  section.products_20mm > .content > .top > .icons_cont {
    padding: 60px 13vw 30px 13vw;
  }
  section.products_20mm > .content > .usage > .usage_cont {
    width: 100%;
    display: block;
    padding: 0 20px;
    margin-top: 50px;
  }
  section.products_20mm > .content > .usage > .usage_cont > div {
    height: 60vw !important;
    width: 100% !important;
    margin: 10px 0 0 0 !important;
  }
}
@media (max-width: 400px) {
  section.products_20mm > .cover_cont {
    height: 430px;
    padding-left: 20vw;
    padding-bottom: 20px;
  }
  section.products_20mm > .content > .top > .images {
    height: 90vw;
  }
  section.products_20mm > .content > .center > img {
    height: 45vw;
  }
  section.products_20mm > .content > .formats > .formats_cont {
    width: 260px;
  }
  section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(1) > .rectangle_box > div {
    width: 58.4px;
    height: 58.4px;
  }
  section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(2) > .rectangle_box > div {
    width: 73.6px;
    height: 73.6px;
  }
  section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(3) > .rectangle_box > div {
    width: 88px;
    height: 88px;
  }
  section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(4) > .rectangle_box > div {
    width: 44px;
    height: 88px;
  }
  section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(5) > .rectangle_box > div {
    width: 28.8px;
    height: 116.8px;
  }
  section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont:nth-child(6) > .rectangle_box > div {
    width: 58.4px;
    height: 116.8px;
  }
  section.products_20mm > .content > .formats > .formats_cont > .rectangle_cont > .rectangle_box {
    height: 116.8px;
  }
  section.products_20mm > .content > .advantages > .icons_cont {
    width: 300px;
    grid-column-gap: 30px;
  }
  section.products_20mm > .content > .brands .brands_cont {
    width: 300px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  section.products_20mm > .content > .brands .brands_cont > a {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 350px) {
  section.products_20mm > .content > .top > .icons_cont {
    padding: 60px 30px 30px 30px;
  }
}
section.products_dlazby {
  padding: 20px 10px;
  margin-left: auto;
  width: calc(100% - 80px);
}

section.products_dlazby h1 {
  margin-left: 0;
}

section.products_dlazby > .back_cont {
  width: 100%;
  margin-top: 35px;
}

section.products_dlazby > .logo_cont {
  width: 315px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 26px;
}

section.products_dlazby > .logo_cont > a {
  width: 100%;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.products_dlazby > .logo_cont > a.special {
  grid-column-start: 1;
  grid-column-end: 3;
  border-bottom: 1px solid #000;
}

section.products_dlazby > .logo_cont > a.special > img {
  width: 35%;
  height: 90%;
}

section.products_dlazby > .logo_cont > a:hover > img {
  transform: translateY(-8px);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

section.products_dlazby > .logo_cont > a > img {
  width: 85%;
  height: 85%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  filter: grayscale(1);
  transition: all 300ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transform: translateY(0);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0);
}

@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.products_dlazby {
    padding: 20px;
    margin-left: 0;
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 360px) {
  section.products_dlazby > .logo_cont {
    width: 280px;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }
}
section.references.references_entry > .cover_cont > .abs_title_cont {
  grid-template-columns: 2fr 1fr 1fr;
  width: calc(100% - 80px);
  left: 80px;
}

section.references.references_entry > .cover_cont > .abs_title_cont > div._active {
  padding: 15px 25px;
  background-color: rgba(255, 255, 255, 0.8);
}

section.references.references_entry > .cover_cont > .abs_title_cont > div._active > p {
  line-height: 2;
  letter-spacing: 3px;
}

section.references.references_entry > .cover_cont > .abs_title_cont > div > span._active {
  padding: 10px 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  section.references.references_entry > .cover_cont > .abs_title_cont > div._active {
    width: 55.2vw;
  }
  section.references.references_entry > .cover_cont > .abs_title_cont > div > span._active {
    width: 36.8vw;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.references.references_entry > .cover_cont > .abs_title_cont {
    left: 0;
    width: 100%;
  }
  section.references.references_entry > .cover_cont > .abs_title_cont > div._active {
    width: 60vw;
  }
  section.references.references_entry > .cover_cont > .abs_title_cont > div > span._active {
    width: 40vw;
  }
  section.references.references_entry > .cover_cont > .abs_title_cont > div > span._active h1 {
    letter-spacing: 4px;
  }
}
@media (max-width: 500px) {
  section.references.references_entry > .cover_cont > .abs_title_cont._active {
    grid-template-columns: 1fr;
  }
  section.references.references_entry > .cover_cont > .abs_title_cont._active > div._active {
    width: 100vw;
    padding: 10px;
  }
  section.references.references_entry > .cover_cont > .abs_title_cont._active > div._active > p {
    letter-spacing: 1px;
  }
  section.references.references_entry > .cover_cont > .abs_title_cont._active > div > span._active {
    width: 70vw;
    min-width: 70vw;
    min-height: 120px;
    margin-left: auto;
    padding: 10px 30px;
  }
  section.references.references_entry > .cover_cont > .abs_title_cont._active > div > span._active::before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 100%;
    left: -30vw;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
section.references > .cover_cont {
  width: 100%;
  height: 92vh;
  padding-left: 80px;
}

section.references > .cover_cont > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.references > .cover_cont > .abs_title_cont {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

section.references > .cover_cont > .abs_title_cont > div > span {
  display: block;
  padding: 50px 30px;
  background-color: #fff;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 270px;
  height: 100%;
  min-height: 122px;
}

section.references > .cover_cont > .abs_title_cont > div > span h1 {
  line-height: 1.6;
  letter-spacing: 7px;
}

section.references > .content {
  width: 1230px;
  margin: 35px auto 40px auto;
}

section.references > .content > .row {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 20px;
}

section.references > .content > .row > span {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 0.625em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D5A173;
  margin-right: 120px;
  line-height: 20px;
}

section.references > .content > .row > span::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
  height: 20px;
  width: 1px;
  background-color: #D5A173;
}

section.references > .content > .row > a {
  text-transform: uppercase;
}

section.references > .content > .row > a:not(:last-child) {
  margin-right: 45px;
}

section.references > .content > .row > a:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -22px;
  top: 2px;
  height: 12px;
  width: 1px;
  background-color: #000;
}

section.references > .content .back_cont {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1600px) {
  section.references > .content {
    transform: translateX(40px);
  }
}
@media (max-width: 1400px) {
  section.references > .content {
    width: 950px;
  }
}
@media (max-width: 1150px) {
  section.references > .content {
    width: 650px;
  }
  section.references > .content > .row > span {
    margin-right: 80px;
  }
  section.references > .content > .row > span::after {
    right: -40px;
  }
  section.references > .content > .row > a {
    text-align: center;
  }
  section.references > .content > .row > a.line::after {
    left: 43%;
  }
  section.references > .content > .row > a:not(:last-child) {
    margin-right: 30px;
  }
  section.references > .content > .row > a:not(:last-child)::before {
    right: -15px;
    top: 4px;
    height: 20px;
  }
}
@media (max-width: 770px) {
  section.references > .content {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.references > .cover_cont {
    padding-left: 0;
    height: 550px;
  }
  section.references > .content {
    margin: 20px auto;
    transform: translateX(0);
    width: 100%;
    padding: 20px;
  }
  section.references > .content > .row {
    flex-direction: column;
  }
  section.references > .content > .row > span {
    margin: 0;
  }
  section.references > .content > .row > span::after {
    display: none;
  }
  section.references > .content > .row > a {
    margin: 20px 0 0 0;
  }
  section.references > .content > .row > a:not(:last-child) {
    margin-right: 0;
  }
  section.references > .content > .row > a:not(:last-child)::before {
    display: none;
  }
  section.references > .content > .row > a.line::after {
    left: 0;
  }
}
@media screen and (max-width: 750px) and (max-height: 430px) {
  section.references > .cover_cont {
    height: 300px;
  }
}
@media (max-width: 400px) {
  section.references > .cover_cont {
    height: 430px;
  }
}
section.galleries {
  padding: 20px 80px;
  min-height: 94vh;
}

section.galleries h1 {
  color: #D5A173;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 10px;
}

section.galleries > .content {
  width: 1230px;
  margin: 35px auto 40px auto;
}

section.galleries > .content #gallery_nav_slider {
  width: calc(100% + 50px);
  margin-left: -25px;
  height: 150px;
  padding: 20px 25px;
}

section.galleries > .content #gallery_nav_slider .swiper-slide {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  text-align: center;
  letter-spacing: 1.9px;
}

section.galleries > .content #gallery_nav_slider .swiper-slide:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 27px;
  background-color: #000;
  right: -10px;
  top: calc(50% - 14px);
}

section.galleries > .content #gallery_nav_slider .swiper-slide::after {
  bottom: 15px;
  left: 45%;
}

section.galleries > .content #gallery_nav_slider .custom-nav {
  height: 50%;
  top: 25%;
  background-color: #fff;
  z-index: 2;
  width: 20px;
  background-size: 15px;
}

section.galleries > .content #gallery_nav_slider .custom-nav.prev {
  left: 0;
}

section.galleries > .content #gallery_nav_slider .custom-nav.next {
  right: 0;
}

@media (max-width: 1600px) {
  section.galleries {
    padding: 20px 25px 20px 105px;
  }
  section.galleries h1 {
    margin-left: -15px;
  }
}
@media (max-width: 1400px) {
  section.galleries > .content {
    width: 950px;
  }
}
@media (max-width: 1150px) {
  section.galleries > .content {
    width: 650px;
  }
  section.galleries > .content #gallery_nav_slider {
    height: 110px;
    padding: 0 25px;
  }
}
@media (max-width: 800px) {
  section.galleries > .content #gallery_nav_slider {
    width: calc(90% + 50px);
    margin-left: calc(5% - 25px);
  }
}
@media (max-width: 770px) {
  section.galleries > .content {
    width: 100%;
  }
  section.galleries > .content #gallery_nav_slider .swiper-slide {
    letter-spacing: 1px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.galleries {
    padding: 20px;
  }
  section.galleries h1 {
    margin-left: 0;
  }
}
section.galleries.gallery_entry > .content #gallery_nav_slider .swiper-slide._active {
  font-weight: 700;
}

section.faq {
  padding: 20px 20px 20px 100px;
  min-height: 94vh;
}

section.faq > .content {
  width: 650px;
  margin: 0 auto;
}

section.faq > .content h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0 auto;
  color: #D5A173;
  font-weight: 700;
}

@media (max-width: 800px) {
  section.faq > .content {
    width: 550px;
  }
}
@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.faq {
    padding: 20px;
  }
}
@media (max-width: 650px) {
  section.faq > .content {
    width: 100%;
  }
}
section.about_us {
  padding: 20px 20px 20px 100px;
  min-height: 94vh;
}

section.about_us > .content {
  width: 650px;
  margin: 0 auto;
}

section.about_us > .content h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0 auto;
  color: #D5A173;
  font-weight: 700;
}

@media (max-width: 800px) {
  section.about_us > .content {
    width: 550px;
  }
}
@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.about_us {
    padding: 20px;
  }
}
@media (max-width: 650px) {
  section.about_us > .content {
    width: 100%;
  }
}
section.contact {
  padding: 0 0 60px 80px;
}

section.contact h1 {
  color: #D5A173;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 0.75em;
  text-transform: uppercase;
}

section.contact > .content {
  width: 100%;
  display: flex;
}

section.contact > .content > .left {
  width: 640px;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 70px;
  background-color: #F8F8F8;
}

section.contact > .content > .left a.big_show {
  width: fit-content;
  width: -moz-fit-content;
  display: block;
}

section.contact > .content > .left a.big_show > strong {
  color: #000;
  font-family: "Abril Fatface", cursive;
  font-size: 2.5em;
  letter-spacing: 3px;
  line-height: 1.6;
  display: block;
  font-weight: 400;
}

section.contact > .content > .left a.big_show > img {
  display: block;
  margin: 0 0 0 auto;
  width: 77px;
  height: auto;
}

section.contact > .content > .left p {
  line-height: 1.5;
}

section.contact > .content > .left > .city_cont > .row {
  display: flex;
  margin-top: 30px;
}

section.contact > .content > .left > .city_cont > .row > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.contact > .content > .left > .city_cont > .row > div table a {
  font-size: 1em;
}

section.contact > .content > .left > .city_cont > .row > div > *:nth-child(2) {
  margin-top: 25px;
}

section.contact > .content > .left > .city_cont .contact_hun {
  line-height: 2;
  font-size: 0.875em;
}

section.contact > .content > .left > .city_cont .contact_hun > strong,
section.contact > .content > .left > .city_cont .contact_hun > a {
  font-size: 1em;
}

section.contact > .content > .left > .line {
  width: 100%;
  height: 1px;
  background-color: #D5A173;
}

section.contact > .content > .right {
  width: calc(100% - 640px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 95px;
}

section.contact > .content > .right form {
  width: 330px;
  display: flex;
  flex-direction: column;
}

section.contact > .content > .right form > span {
  letter-spacing: 2px;
  font-size: 0.75em;
  font-weight: 500;
  display: block;
}

section.contact > .content > .right form input[type=text],
section.contact > .content > .right form input[type=email],
section.contact > .content > .right form textarea {
  width: 100%;
  background: none;
  font-family: "Work Sans", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #979797;
  color: #000;
  height: 25px;
  margin-top: 25px;
  text-align: left;
  padding: 0;
  letter-spacing: 1px;
}

section.contact > .content > .right form input[type=text].error,
section.contact > .content > .right form input[type=email].error,
section.contact > .content > .right form textarea.error {
  border-bottom: 2px dashed #e60000;
  color: #e60000;
}

section.contact > .content > .right form input[type=text]#cont-name,
section.contact > .content > .right form input[type=email]#cont-name,
section.contact > .content > .right form textarea#cont-name {
  margin-top: 30px;
}

section.contact > .content > .right form textarea {
  resize: none;
  margin-top: 40px;
  height: 135px;
  padding: 10px;
  position: relative;
  border: 1px solid #979797;
}

section.contact > .content > .right form textarea.error {
  border: 2px dashed #e60000;
}

section.contact > .content > .right form .btn {
  height: 25px;
  margin: 20px auto 0 auto;
}

section.contact > .content > .right form .abs_thanks {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(151, 151, 151, 0.95);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.4em;
  font-weight: 700;
  color: #000;
  padding: 30px;
}

@media (max-width: 1440px) {
  section.contact > .content > .left {
    min-height: 700px;
  }
}
@media (max-width: 1370px) {
  section.contact > .content > .left {
    min-height: 600px;
    padding: 40px;
    width: 550px;
  }
  section.contact > .content > .right {
    width: calc(100% - 550px);
  }
}
@media (max-width: 1000px) {
  section.contact > .content {
    flex-wrap: wrap;
  }
  section.contact > .content > .left {
    width: 100%;
    padding: 40px 10vw;
  }
  section.contact > .content > .right {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.contact {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 600px) {
  section.contact > .content > .left {
    padding: 30px;
  }
  section.contact > .content > .right {
    padding: 40px 30px;
  }
}
@media (max-width: 550px) {
  section.contact > .content > .left {
    justify-content: flex-start;
  }
  section.contact > .content > .left a.big_show {
    margin-top: 30px;
  }
  section.contact > .content > .left > .line {
    margin-top: 30px;
  }
  section.contact > .content > .left > .city_cont > .row {
    flex-direction: column;
  }
  section.contact > .content > .left > .city_cont > .row > div {
    width: 100%;
  }
  section.contact > .content > .left > .city_cont > .row > div:nth-child(2) {
    margin-top: 25px;
  }
  section.contact > .content > .left > .city_cont .contact_hun {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  section.contact > .content > .left {
    padding: 20px;
  }
  section.contact > .content > .right {
    padding: 40px 20px;
  }
  section.contact > .content > .right form {
    width: 100%;
  }
}
section.news {
  padding: 20px 20px 20px 100px;
  min-height: 94vh;
}

section.news > .content {
  width: 650px;
  margin: 0 auto;
}

section.news > .content > .back_cont {
  width: 100%;
  margin: 15px 0;
  display: flex;
  justify-content: flex-end;
}

section.news > .content h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0 auto;
  color: #D5A173;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 800px) {
  section.news > .content {
    width: 550px;
  }
}
@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.news {
    min-height: auto;
    padding: 20px;
  }
}
@media (max-width: 650px) {
  section.news > .content {
    width: 100%;
  }
}
section.page_404 {
  padding: 20px 20px 20px 100px;
  min-height: 94vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.page_404 > strong {
  font-size: 3.75em;
}

section.page_404 p {
  font-size: 1em;
  margin-top: 30px;
}

section.page_404 p > a {
  font-size: 1em;
  text-decoration: underline;
}

section.page_404 p > a.link {
  display: block;
  margin-top: 20px;
}

@media (max-width: 700px) {
  section.page_404 {
    padding: 20px;
  }
}
section.video_gallery {
  padding: 20px 20px 50px 80px;
  min-height: 94vh;
}

section.video_gallery h1 {
  color: #D5A173;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 10px;
}

section.video_gallery .big_slider_cont {
  width: 1225px;
  height: 645px;
  padding: 0 120px 45px 40px;
  margin: 60px auto 0 auto;
}

section.video_gallery .big_slider_cont .abs_numbers {
  position: absolute;
  width: 100px;
  height: 60px;
  left: 0;
  top: 0;
  background-color: #fff;
  display: flex;
  z-index: 2;
}

section.video_gallery .big_slider_cont .abs_numbers .pagination_active .swiper-pagination-bullet {
  display: none;
}

section.video_gallery .big_slider_cont .abs_numbers .pagination_active .swiper-pagination-bullet-active {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

section.video_gallery .big_slider_cont .abs_numbers span {
  color: #D5A173;
  font-size: 40px;
  font-family: "Abril Fatface", cursive;
}

section.video_gallery .big_slider_cont .abs_numbers > span:last-child {
  font-size: 20px;
  opacity: 0.65;
  margin-top: 18px;
}

section.video_gallery .big_slider_cont .abs_numbers .line {
  width: 1px;
  height: 60%;
  margin: 10px;
  background-color: #D5A173;
  transform: rotate(15deg);
}

section.video_gallery .big_slider_cont #video_big_slider {
  width: 100%;
  height: 100%;
}

section.video_gallery .big_slider_cont #video_big_slider .swiper-slide .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.2s;
}

section.video_gallery .big_slider_cont #video_big_slider .swiper-slide .cover._hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

section.video_gallery .big_slider_cont #video_big_slider .swiper-slide .cover > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.video_gallery .big_slider_cont #video_big_slider .swiper-slide .cover > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.video_gallery .big_slider_cont #video_big_slider .swiper-slide .cover > span > img {
  display: block;
  width: 42px;
  cursor: pointer;
  transition: 0.3s;
}

section.video_gallery .big_slider_cont #video_big_slider .swiper-slide .cover > span > img:hover {
  transform: scale(1.2);
}

section.video_gallery .big_slider_cont #video_big_slider .swiper-slide .cover > span > span {
  display: block;
  margin-top: 25px;
  color: #fff;
  max-width: 75%;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
}

section.video_gallery .big_slider_cont #video_big_slider .swiper-slide iframe {
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

section.video_gallery .big_slider_cont #video_big_slider .swiper-slide iframe._active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

section.video_gallery .big_slider_cont .abs_navigation {
  position: absolute;
  width: 120px;
  bottom: 175px;
  right: 0;
  padding-left: 35px;
}

section.video_gallery .big_slider_cont .abs_navigation > span {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: lowercase;
  width: 100%;
  padding-left: 18px;
  min-height: 20px;
  background-image: url("../img/svg/arrow_thin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

section.video_gallery .big_slider_cont .abs_navigation > span.swiper-button-disabled {
  opacity: 0.3;
}

section.video_gallery .big_slider_cont .abs_navigation > span:last-child {
  margin-top: 30px;
  background-image: url("../img/svg/arrow_thin_left.svg");
}

section.video_gallery .big_slider_cont .abs_decor {
  position: absolute;
  right: 180px;
  bottom: -42px;
  transform: rotate(45deg);
  height: 300px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

section.video_gallery .big_slider_cont .abs_decor._hide {
  opacity: 0;
  visibility: hidden;
}

section.video_gallery .small_slider_cont {
  margin: 0 auto;
  width: 1630px;
  height: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.video_gallery .small_slider_cont .arrow {
  width: 54px;
  height: 30px;
  cursor: pointer;
  background-image: url("../img/svg/arrow_small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

section.video_gallery .small_slider_cont .arrow.swiper-button-disabled {
  opacity: 0.3;
}

section.video_gallery .small_slider_cont .arrow:first-child {
  transform: rotate(180deg);
}

section.video_gallery .small_slider_cont #video_small_slider {
  width: 83%;
  height: 100%;
}

section.video_gallery .small_slider_cont #video_small_slider .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}

section.video_gallery .small_slider_cont #video_small_slider .swiper-slide:hover {
  opacity: 1;
}

section.video_gallery .small_slider_cont #video_small_slider .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 1850px) {
  section.video_gallery .big_slider_cont {
    width: 1070px;
    height: 555px;
  }
  section.video_gallery .small_slider_cont {
    width: 1400px;
    height: 200px;
  }
}
@media (max-width: 1550px) {
  section.video_gallery .big_slider_cont {
    width: 910px;
    height: 472px;
  }
  section.video_gallery .small_slider_cont {
    width: 1000px;
    height: 170px;
  }
}
@media (max-width: 1150px) {
  section.video_gallery .big_slider_cont {
    width: 728px;
    height: 378px;
  }
  section.video_gallery .small_slider_cont {
    width: 700px;
  }
  section.video_gallery .small_slider_cont .arrow {
    width: 45px;
  }
  section.video_gallery .small_slider_cont #video_small_slider {
    width: 76%;
  }
}
@media (max-width: 900px) {
  section.video_gallery .big_slider_cont {
    padding: 0 100px 45px 20px;
    width: 619px;
    height: 321px;
  }
  section.video_gallery .big_slider_cont .abs_numbers {
    width: 70px;
    height: 50px;
  }
  section.video_gallery .big_slider_cont .abs_numbers span {
    font-size: 32px;
  }
  section.video_gallery .big_slider_cont .abs_navigation {
    bottom: 100px;
  }
  section.video_gallery .big_slider_cont .abs_navigation > span {
    letter-spacing: 1px;
  }
  section.video_gallery .big_slider_cont .abs_decor {
    display: none;
  }
  section.video_gallery .small_slider_cont {
    width: 640px;
    height: 155px;
  }
  section.video_gallery .small_slider_cont #video_small_slider {
    width: 76%;
  }
}
@media (max-width: 750px) {
  section.video_gallery .big_slider_cont {
    margin: 80px auto 0 auto;
    padding: 0 100px 45px 20px;
    width: 90%;
    height: 47vw;
  }
  section.video_gallery .big_slider_cont .abs_navigation {
    width: 110px;
    padding-left: 25px;
  }
  section.video_gallery .small_slider_cont {
    display: none;
  }
}
@media (max-width: 700px) {
  section.video_gallery {
    padding: 20px;
    min-height: auto;
  }
  section.video_gallery h1 {
    margin-left: 0;
  }
  section.video_gallery .big_slider_cont {
    margin: 40px auto 0 auto;
    width: 100%;
    height: 57vw;
  }
}
@media (max-width: 500px) {
  section.video_gallery {
    min-height: 70vh;
  }
  section.video_gallery .big_slider_cont {
    padding: 70px 25px 45px 0;
    width: 100%;
    height: 84vw;
  }
  section.video_gallery .big_slider_cont .abs_navigation {
    width: 20px;
    bottom: 80px;
    padding-left: 0;
  }
  section.video_gallery .big_slider_cont .abs_navigation > span {
    width: 18px;
    overflow: hidden;
    background-position: right center;
  }
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  padding: 0 25px;
  width: fit-content;
  width: -moz-fit-content;
  font-family: "Work Sans", sans-serif;
  font-size: 0.625em;
  letter-spacing: 1px;
  z-index: 1;
  overflow: hidden;
  outline: none;
  transition: border 0.4s ease, color 0.2s ease;
}

@media (max-width: 500px) {
  .btn {
    font-size: 0.85em;
    height: 30px;
    margin: 30px 0 0 0;
    color: #000;
    border: 1px solid #D5A173;
  }
}
.btn._white {
  color: #fff;
  height: 25px;
  border: 1px solid #fff;
}

.btn._white::before {
  background-color: #fff;
}

.btn::before {
  content: "";
  background-color: #000;
  display: block;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn._black {
  color: #fff;
  height: 25px;
  border: 1px solid #fff;
  background-color: #000;
}

.btn._black::before {
  background-color: #fff;
}

.btn._black:hover {
  color: #000 !important;
}

.hover_active .btn._white:hover {
  color: #000;
}

.hover_active .btn:hover {
  color: #fff;
}

.hover_active .btn:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

.matrix-content {
  display: block;
  margin: 2.5em 0;
  /** HEADINGS **/
  /** BUTTONS **/
  /** GALLERY **/
  /** YT VIDEO **/
  /** CONTENT **/
  /** CONTENT WITH IMAGE **/
}

.matrix-content .content-empty {
  display: block;
  width: 100%;
  background: #eee;
  padding: 2em 1em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.matrix-content .content-empty p {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 300;
}

.matrix-content h2,
.matrix-content h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700 !important;
  font-size: 1.125em;
  text-transform: initial;
  margin-top: 25px;
}

.matrix-content h2 {
  color: #D5A173 !important;
}

.matrix-content h3 {
  color: #000000 !important;
}

.matrix-content .btn {
  margin: 15px 0;
}

.matrix-content .btn.btn-medium {
  min-width: 25%;
}

.matrix-content .btn.btn-big {
  min-width: 50%;
}

.matrix-content .btn.btn-left {
  margin: 0 auto 0 0;
}

.matrix-content .btn.btn-center {
  margin: 0 auto;
}

.matrix-content .btn.btn-right {
  margin: 0 0 0 auto;
}

.matrix-content .matrix-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-row-gap: 1px;
  grid-column-gap: 1px;
  margin: 2.5em 0;
}

.matrix-content .matrix-gallery a {
  display: block;
  width: 100%;
  height: 160px;
  position: relative;
  /** HOVER **/
}

.matrix-content .matrix-gallery a img {
  background-color: #dbdbdb;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 25;
  position: relative;
}

.matrix-content .matrix-gallery a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 60;
  font-size: 2em;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.4);
}

.matrix-content .matrix-gallery a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 40;
  background: rgba(0, 0, 0, 0.25);
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s linear;
}

.matrix-content .matrix-gallery a::after {
  content: "";
  display: block;
  width: 1.5625em;
  height: 1.5625em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 3.125em 0 0 -0.78125em;
  background: url(../img/svg/search-white.svg) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 55;
  transition: all 0.1s linear;
  transition-delay: 0.1s;
  opacity: 0;
  visibility: hidden;
}

.matrix-content .matrix-gallery a:not(._last):hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.matrix-content .matrix-gallery a:not(._last):hover::after {
  opacity: 1;
  visibility: visible;
  margin: -0.78125em 0 0 -0.78125em;
}

.matrix-content iframe {
  width: 100%;
  height: 450px;
  margin: 30px 0;
}

.matrix-content p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 25px;
}

.matrix-content .content-columns-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.matrix-content .content-columns-3 {
  -moz-column-count: 3;
       column-count: 3;
}

.matrix-content .content-columns-2,
.matrix-content .content-columns-3 {
  margin-top: 25px;
}

.matrix-content .content-columns-2 p:first-child,
.matrix-content .content-columns-3 p:first-child {
  margin-top: 0;
}

.matrix-content .content-with-image {
  margin: 25px 0;
  /** IMAGES **/
}

.matrix-content .content-with-image p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.4;
}

.matrix-content .content-with-image._imaged .with-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.matrix-content .content-with-image._imaged .with-image img {
  display: block;
  width: 50%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.matrix-content .content-with-image._imaged .with-image > div {
  width: 100%;
}

.matrix-content .content-with-image._imaged.position-right .text-content p:first-of-type {
  margin-top: 0;
}

.matrix-content .content-with-image._imaged.position-right img {
  float: right;
  margin: 0 0 1.25em 1.25em;
}

.matrix-content .content-with-image._imaged.position-left .text-content p:first-of-type {
  margin-top: 0;
}

.matrix-content .content-with-image._imaged.position-left img {
  float: left;
  margin: 0 1.25em 1.25em 0;
}

.matrix-content .content-with-image._imaged._full-width img {
  float: none;
  width: 100%;
  margin: 0 0 1.25em 0;
}

/** MEDIA **/
@media (max-width: 850px) {
  .matrix-content iframe {
    height: 350px;
  }
}
@media (max-width: 650px) {
  .matrix-content .matrix-gallery a {
    height: 130px;
  }
  .matrix-content iframe {
    height: 50vw;
  }
}
@media (max-width: 550px) {
  .matrix-content .matrix-gallery {
    grid-template-columns: auto auto auto;
  }
  .matrix-content .matrix-gallery a {
    height: 8.25em;
  }
}
@media (max-width: 500px) {
  .matrix-content .content-columns-2,
  .matrix-content .content-columns-3 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .matrix-content .btn.btn-small {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .matrix-content iframe {
    height: 60vw;
  }
}
@media (max-width: 360px) {
  .matrix-content .matrix-gallery {
    grid-template-columns: auto auto;
  }
}
/** DOWNLOADS **/
.downloads_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 20px auto 0 auto;
  align-items: center;
}

.downloads_content .downloads_title {
  position: absolute;
  top: 0;
  left: 80px;
  border-bottom: 1px solid #D5A173;
}

.downloads_content .downloads_title p {
  color: #D5A173;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.downloads_content h1 {
  color: #D5A173;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 50px auto;
  text-align: center;
}

.downloads_content h1::after {
  width: 100%;
  height: 1px;
}

.downloads_content .downloads_line {
  width: 45%;
  height: 1px;
  background-color: #000000;
}

.downloads_content .downloads_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  align-items: center;
  justify-content: flex-end;
  max-width: 264px;
}

.downloads_content .downloads_item img,
.downloads_content .downloads_item p {
  margin-bottom: 12px;
}

.downloads_content .downloads_item p {
  max-width: 80%;
  text-align: center;
}

.downloads_content .downloads_20mm .downloads_item img,
.downloads_content .downloads_20mm_more_inner .downloads_item img {
  width: 50px;
}

.downloads_content .downloads_item .downloads_buttons {
  display: flex;
}

.downloads_content .downloads_item .downloads_buttons a {
  margin-right: 12px;
  width: 120px;
}

.downloads_content .downloads_technical,
.downloads_content .downloads_20mm,
.downloads_content .downloads_20mm_more_inner,
.downloads_content .downloads_floors,
.downloads_content .downloads_floors_more_inner,
.downloads_content .downloads_articles,
.downloads_content .downloads_articles_more_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}

@media (max-width: 500px) {
  .downloads_content .downloads_technical,
  .downloads_content .downloads_20mm,
  .downloads_content .downloads_20mm_more_inner,
  .downloads_content .downloads_floors,
  .downloads_content .downloads_floors_more_inner,
  .downloads_content .downloads_articles,
  .downloads_content .downloads_articles_more_inner {
    grid-template-columns: 1fr;
  }
}
.downloads_content .downloads_20mm_more,
.downloads_content .downloads_floors_more,
.downloads_content .downloads_articles_more {
  display: none;
}

.downloads_content .button_20mm,
.downloads_content .floors_button,
.downloads_content .articles_button,
.downloads_content .technical_button {
  background-color: #9B9B9B;
  color: #FFFFFF;
  border: 1px solid #9B9B9B;
  margin-bottom: 50px;
}

html[lang=sk] .downloads_content .hu_ver {
  display: none;
}

html[lang=hu] .downloads_content .sk_ver {
  display: none;
}

@media (max-width: 500px) {
  .downloads_content .downloads_title {
    display: none;
  }
  .downloads_content .downloads_technical,
  .downloads_content .downloads_floors,
  .downloads_content .downloads_floors_more_inner,
  .downloads_content .downloads_articles,
  .downloads_content .downloads_articles_more_inner {
    display: flex;
    flex-direction: column;
  }
}
/** POP UP BANNER **/
.pop_up_banner_cont {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(35, 31, 32, 0.5019607843);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 170;
}

.pop_up_banner_cont.pop_up_banner_cont_show {
  display: flex;
}

.pop_up_banner_cont .pop_up_banner {
  /*width: 1200px;*/
  width: auto;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 1%;
}

.pop_up_banner_cont .pop_up_banner img {
  /*width: 49.2%;*/
  /*width: 100%;*/
  /*height: 80vh;*/
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pop_up_banner_cont .close {
  position: absolute;
  top: 35px;
  right: -85px;
  width: 120px;
  height: 50px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #FFFFFF;
  cursor: pointer;
  padding: 5px;
  transform: rotate(-90deg);
}

.pop_up_banner_cont .close img {
  height: 70%;
}

.pop_up_banner_cont .pop_up_banner img.mobile {
  display: none;
}

@media (max-width: 750px) {
  .pop_up_banner_cont .pop_up_banner img.mobile {
    display: block;
  }
  .pop_up_banner_cont .pop_up_banner img.desktop {
    display: none;
  }
}
.pop_up_banner_cont .close span {
  text-transform: uppercase;
}

@media (max-width: 1320px) {
  .pop_up_banner_cont .close {
    top: -49px;
    right: auto;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    transform: rotate(0deg);
  }
  .pop_up_banner_cont .close img {
    width: auto !important;
    margin-right: 5px;
  }
}
@media (max-width: 800px) {
  .pop_up_banner_cont .pop_up_banner {
    flex-direction: column;
    max-width: 50vw;
  }
  .pop_up_banner_cont .pop_up_banner img {
    width: 100%;
    height: 49.2%;
  }
}
@media (max-width: 500px) {
  .pop_up_banner_cont .pop_up_banner {
    max-width: 95vw;
  }
}
.notice {
  max-width: 90%;
  width: 1000px;
  display: flex;
  align-items: center;
  margin: 100px auto 10px auto;
}

@media (max-width: 1200px) {
  .notice {
    width: 500px;
  }
}
@media (max-width: 500px) {
  .notice {
    margin: 50px auto 10px auto;
  }
}
.notice p {
  color: red;
  text-align: center;
}

/* added 15-04-2020 */
.advantages {
  width: 100%;
}

.advantages h3 {
  text-align: center;
  width: 100%;
  margin: 30px 0px 30px 0px;
}

.advantages .icons_cont {
  width: 100%;
  display: grid;
  grid-row-gap: 2vw;
  grid-column-gap: 2vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.box {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.box img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 30%;
  width: 25%;
}

.box span {
  text-align: center;
}

.box .line {
  width: 80%;
  height: 1px;
  border-top: 1px solid #000;
  margin: 20px 0px 20px 0px;
}

@media (max-width: 525px) {
  .advantages .icons_cont {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .advantages .icons_cont {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 5vw;
  }
}
.pagination_active {
  color: #D5A173;
  font-family: "Abril Fatface", cursive;
}

.blog {
  width: 100%;
  min-height: 94vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 20px 100px;
}

.blog .blog_h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0 auto;
  color: #D5A173;
  font-weight: 700;
}

.blog .blog_item {
  width: 95%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  margin-top: 4em;
}

.blog .blog_item .blog_image {
  max-width: 200px;
  display: flex;
}

.blog .blog_item .blog_image img {
  width: 100%;
}

.blog .blog_item .blox_item_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid #D5A173;
  padding: 1em 1em 1em 2em;
  margin-left: 2em;
}

.blog .blog_item .blox_item_box .blog_title {
  line-height: 1.2;
  font-size: 1em;
  text-transform: initial;
}

.blog .blog_item .blox_item_box .blog_date {
  margin: 1em 0;
}

.blog .blog_item .btn {
  min-width: 150px;
  margin-left: auto;
}

.blog .blog_pagination_box {
  display: flex;
  align-items: center;
  margin: 3em 0;
}

.blog .blog_pagination_box .blog_pagination_number {
  margin: 0 1em;
}

@media (max-width: 900px) {
  .blog .blog_item .btn {
    min-width: 100px;
  }
}
@media (max-width: 700px) {
  .blog {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 600px) {
  .blog .blog_item {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog .blog_item .blog_image {
    width: 100%;
    max-width: none;
  }
  .blog .blog_item .blox_item_box {
    width: 100%;
    border-left: none;
    padding: 1em 0em 1em 0em;
    margin-left: 0em;
  }
  .blog .blog_item .btn {
    align-self: center;
  }
}
.production {
  width: 100%;
  min-height: 94vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 20px 100px;
}

.production .content {
  width: 90%;
  max-width: 630px;
}

.production .content .production_h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0 auto 1em auto;
  color: #D5A173;
  font-weight: 700;
}

.production > .content > .video_cont {
  width: 100%;
  height: 380px;
  margin-top: 80px;
  overflow: hidden;
}

.production > .content > .video_cont > .abs_tissue {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s;
}

.production > .content > .video_cont > .abs_tissue._hide {
  opacity: 0;
  visibility: hidden;
}

.production > .content > .video_cont > .abs_tissue > img {
  width: 42px;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
}

.production > .content > .video_cont > .abs_tissue > img:hover {
  transform: scale(1.1);
}

.production > .content > .video_cont > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.production > .content > .brands {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  /* padding-left: 80px; */
}

.production > .content h2 {
  font-weight: 300;
  color: #D5A173;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.25em;
  padding: 0 5px;
  text-align: center;
}

.production > .content > .brands .brands_cont {
  display: grid;
  margin-top: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  grid-row-gap: 50px;
  grid-column-gap: 35px;
}

.production > .content > .brands .brands_cont > a {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.production > .content > .brands .brands_cont > a:hover > img {
  transform: translateY(-8px);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.production > .content > .brands .brands_cont > a > img {
  display: block;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  filter: grayscale(1);
  transition: all 300ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transform: translateY(0);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0);
}

@media (max-width: 1000px) {
  .production > .content > .brands .brands_cont {
    width: 580px;
    grid-row-gap: 30px;
    grid-column-gap: 35px;
  }
}
@media (max-width: 800px) {
  .production > .content > .brands .brands_cont {
    width: 320px;
    grid-template-columns: 1fr 1fr;
    margin-top: 65px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 700px) {
  .production {
    width: 100%;
    min-height: 94vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 400px) {
  .production > .content > .brands .brands_cont {
    width: 300px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .production > .content > .brands .brands_cont > a {
    width: 80%;
    margin: auto;
  }
}
.universal_page {
  width: 100%;
  padding: 20px 20px 20px 100px;
}

.universal_page .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.universal_page .content h1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 11px;
  text-transform: uppercase;
}

.universal_page .content h1::after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 120px;
  background-color: #D5A173;
}

.universal_page .content .universal_matrix {
  width: 100%;
  max-width: 650px;
  margin: 0 0 2.5em 0;
}

.universal_page .content .universal_matrix .back_cont .arrow_text {
  width: 100%;
  justify-content: flex-end;
}

.universal_page .content .universal_matrix p {
  font-family: "Work Sans";
  font-size: 12px;
  letter-spacing: 2.5px;
  line-height: 20px;
}

.universal_page .content .universal_matrix figure {
  margin-bottom: 20px;
}

.universal_page .content .universal_matrix ul, ol {
  padding-left: 19px;
  margin-bottom: 60px;
}

.universal_page .content .universal_matrix li {
  font-family: "Work Sans";
  font-size: 12px;
  letter-spacing: 2.5px;
  line-height: 20px;
  margin-bottom: 15px;
  max-width: 90%;
}

.universal_page .content .universal_matrix h2 {
  width: 100%;
  color: #D5A173 !important;
  font-family: "Work Sans";
  font-size: 20px !important;
  font-weight: 300 !important;
  letter-spacing: 4px !important;
  line-height: 24px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.universal_page .content .universal_matrix h2:nth-child(10) {
  width: 100%;
  color: #D5A173 !important;
  font-family: "Work Sans";
  font-size: 50px !important;
  font-weight: 200 !important;
  letter-spacing: 10px !important;
  line-height: 58px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.universal_page .content .universal_matrix h3 {
  width: 100%;
  color: #D5A173 !important;
  font-family: "Work Sans";
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  line-height: 13px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.universal_page .content .universal_matrix .content-with-image {
  margin-bottom: 60px;
}

.universal_page .content .universal_matrix .content-with-image._imaged .with-image img {
  display: block;
  width: 26%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 12%;
}

.universal_page .content .universal_matrix .content-with-image h3 {
  text-align: left !important;
  margin-bottom: 40px !important;
}

@media (max-width: 700px) {
  .universal_page {
    width: 100%;
    padding: 20px;
  }
  .universal_page .content h1 {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .universal_page .content .universal_matrix h2:nth-child(10) {
    width: 100%;
    color: #D5A173 !important;
    font-family: "Work Sans";
    font-size: 40px !important;
    font-weight: 200 !important;
    letter-spacing: 8px !important;
    line-height: 48px !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }
  .universal_page .content .universal_matrix .content-with-image._imaged .with-image img {
    display: block;
    width: 45%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 2.5%;
  }
}
@media (max-width: 400px) {
  .universal_page .content .universal_matrix h2:nth-child(10) {
    width: 100%;
    color: #D5A173 !important;
    font-family: "Work Sans";
    font-size: 30px !important;
    font-weight: 200 !important;
    letter-spacing: 6px !important;
    line-height: 38px !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }
}
.popup-showroom {
  display: flex;
  height: 0;
  opacity: 0 !important;
  transition: all 0.9s ease !important;
  width: calc(100% - 160px);
  padding: 0 20px 0 20px;
  margin: 0 80px 0 80px;
  background: #FE5959;
  color: #fff;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 100;
}

.popup-showroom .inner {
  width: 860px;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-pack: center;*/
  /*    -ms-flex-pack: center;*/
  /*        justify-content: center;*/
  /*-webkit-box-align: center;*/
  /*    -ms-flex-align: center;*/
  /*        align-items: center;*/
}

.popup-showroom .inner .popup-showroom-title {
  display: none;
}

.popup-showroom .inner .popup-showroom-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-showroom .inner .popup-showroom-list .popup-showroom_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 180px;
  width: 220px;
  padding: 13px;
}

.popup-showroom .inner .popup-showroom-list .popup-showroom_item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.popup-showroom .inner .popup-showroom-list .popup-showroom_item:hover .bg {
  opacity: 1;
}

.popup-showroom .inner .popup-showroom-list .popup-showroom_item span {
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 18px;
  text-transform: lowercase;
}

.popup-showroom .inner .popup-showroom-list .popup-showroom_item span strong {
  color: #FFFFFF;
  font-family: "Abril Fatface";
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 45px;
  text-transform: capitalize;
}

.popup-showroom .inner .popup-showroom-list .popup-showroom_item .arrow {
  width: 54px;
  margin-top: 10px;
}

.popup-showroom .popup-showroom-btn {
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  width: 210px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FE5959;
  border-radius: 20px;
  transform: translateX(-50%);
  cursor: pointer;
}

.popup-showroom .popup-showroom-btn span {
  width: 200px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 15px;
  border: 1px solid #fff;
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 11px;
  text-align: center;
  transition: all 0.3s ease;
}

.popup-showroom .popup-showroom-btn:hover span {
  background-color: #FFFFFF;
  color: #FE5959;
}

.drop {
  pointer-events: auto;
  height: 180px;
  opacity: 1 !important;
}

@media (max-width: 700px) {
  .popup-showroom {
    width: 100%;
    margin: 0;
  }
  .popup-showroom .inner {
    height: 100%;
  }
  .popup-showroom .inner .popup-showroom-title {
    position: absolute;
    top: 80px;
    left: -46px;
    display: block;
    transform: rotate(-90deg);
    color: #FFFFFF;
    font-family: "Work Sans";
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 7.14px;
    line-height: 11px;
  }
  .popup-showroom .inner .popup-showroom-list {
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .popup-showroom .inner .popup-showroom-list .popup-showroom_item {
    height: auto;
    padding: 0;
    margin-bottom: 10px;
  }
  .popup-showroom .inner .popup-showroom-list .popup-showroom_item .bg {
    display: none;
  }
  .popup-showroom .inner .popup-showroom-list .popup-showroom_item span:nth-child(2) {
    display: none;
  }
  .popup-showroom .inner .popup-showroom-list .popup-showroom_item span strong {
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 29px;
  }
  .popup-showroom .inner .popup-showroom-list .popup-showroom_item .arrow {
    margin-top: 0;
  }
  .drop {
    height: 190px;
  }
}
section.products .product-content {
  width: 100%;
  padding: 0;
  margin: 0;
}

section.products .product-content h1 {
  margin: 20px 10px;
}

section.products .product-content .products-main-section {
  margin: 20px 0 60px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.products .product-content .products-main-section .subtext {
  letter-spacing: 2px;
  margin: 40px max(100px, 20%);
}

@media (max-width: 700px) {
  section.products .product-content .products-main-section .subtext {
    margin: 40px 20px;
  }
}
section.products .product-content .products-main-section .subtext p {
  font-size: 12px !important;
  line-height: 24px !important;
}

section.products .product-content .products-main-section .gres {
  display: flex;
  align-self: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}

section.products .product-content .products-main-section .gres img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

section.products .product-content .products-main-section .gres .gres-text {
  width: 100px;
  height: auto;
  display: flex;
  margin: 0 0 0 20px;
  align-content: center;
  justify-content: center;
}

section.products .product-content .products-main-section .gres .gres-text div {
  align-self: center;
}

section.products .product-content .products-main-section .line {
  margin: 20px 0 40px 0;
  height: 1px;
  background: #000;
  width: 60%;
  align-self: center;
  opacity: 0.5;
}

section.products .product-content .products-main-section .back_cont {
  align-self: flex-end;
  margin: -40px 60px 0 0;
}

@media (max-width: 700px) {
  section.products .product-content .products-main-section .back_cont {
    margin: 11px 0 0 0;
  }
}
section.products .product-content .products-main-section .title {
  color: #D5A173;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 9px;
  text-align: center;
  width: 100%;
}

section.products .product-content .products-main-section .products-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 900px;
}

@media (max-width: 900px) {
  section.products .product-content .products-main-section .products-list {
    width: 100%;
  }
}
section.products .product-content .products-main-section .products-list .product-item {
  display: flex;
  width: 180px;
  height: 240px;
  margin: 20px;
}

@media (max-width: 900px) {
  section.products .product-content .products-main-section .products-list .product-item {
    height: 190px;
    width: 120px;
    margin: 17px;
  }
}
section.products .product-content .products-main-section .products-list .product-item .label {
  background: #fff;
  z-index: 2;
  position: absolute;
  bottom: 0px;
  padding: 13px;
  color: #D5A173;
  box-shadow: 10px 8px 17px rgba(0, 0, 0, 0.2);
  left: 0;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  line-height: 16px;
}

@media (max-width: 900px) {
  section.products .product-content .products-main-section .products-list .product-item .label {
    padding: 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
  }
}
section.products .product-content .products-main-section .products-list .product-item .label .product-title {
  position: relative;
  width: 115px;
  margin: 0 0 10px 0;
  letter-spacing: 3px;
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  section.products .product-content .products-main-section .products-list .product-item .label .product-title {
    width: 100px;
    letter-spacing: 2px;
  }
}
section.products .product-content .products-main-section .products-list .product-item .label .more {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

section.products .product-content .products-main-section .products-list .product-item .label .more .arrow {
  width: 35px;
  margin: 0 0 0 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

section.products .product-content .products-main-section .products-list .product-item img {
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}

@media (max-width: 700px) {
  section.products .product-content .products-main-section .products-list .product-item img {
    bottom: 5%;
  }
}
section.products .product-content .products-main-section .products-list .product-item .filter {
  filter: grayscale(1);
  transition: all 0.9s linear;
}

section.products .product-content .products-main-section .products-list .product-item .filter:hover {
  filter: grayscale(0);
}

section.products .product-content .products-top-img {
  width: calc(100% - 60px);
  height: 450px;
  position: relative;
}

@media (max-width: 700px) {
  section.products .product-content .products-top-img {
    height: 330px;
    width: 100%;
  }
}
section.products .product-content .products-top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.products .product-content .products-title {
  position: absolute;
  top: 43%;
  left: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 2;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 700px) {
  section.products .product-content .products-title {
    left: 40px;
  }
}
section.products .product-content .products-title .top {
  background: #fff;
  color: #000;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 600;
}

section.products .product-content .products-title .bottom {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

section.products .product-content .products-top-swiper {
  width: 100%;
  display: flex;
  height: 450px;
  position: relative;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 700px) {
  section.products .product-content .products-top-swiper {
    height: 330px;
  }
}
section.products .product-content .products-top-swiper .swiper-wrapper {
  width: calc(100% - 80px);
  position: relative;
  overflow: hidden;
}

@media (max-width: 700px) {
  section.products .product-content .products-top-swiper .swiper-wrapper {
    width: calc(100% - 35px);
  }
}
section.products .product-content .products-top-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.products .product-content .products-top-swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

section.products .product-content .products-top-swiper .products-top-nav {
  width: 35px;
  height: 450px;
  display: flex;
  position: relative;
  bottom: 0;
  right: -7px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}

@media (max-width: 700px) {
  section.products .product-content .products-top-swiper .products-top-nav {
    height: 330px;
  }
}
section.products .product-content .products-top-swiper .products-top-nav .prev, section.products .product-content .products-top-swiper .products-top-nav .next {
  transform-origin: center center;
  width: 20px;
  height: 80px;
  align-self: flex-end;
  margin: 0 0px 3px 0;
}

section.products .product-content .products-top-swiper .products-top-nav .prev img, section.products .product-content .products-top-swiper .products-top-nav .next img {
  transform-origin: center center;
  transform: rotate(0deg);
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  display: flex;
}

section.products .product-content .products-top-swiper .products-top-nav .next {
  align-self: flex-start;
}

section.products .product-content .products-top-swiper .products-top-nav .next img {
  transform: rotate(-180deg);
  margin: 0 0 0 1px;
}

section.products .product-content .products-top-swiper .products-top-nav .fraction {
  font-size: 12px;
  letter-spacing: 0;
  width: 35px;
  margin: 20px 0 5px 0;
  color: #000;
}

p {
  font-size: 0.85em;
}

.btn.cenova-ponuka {
  max-width: 250px;
  width: 100% !important;
  font-size: 16px !important;
  font-weight: bold !important;
  background: radial-gradient(circle, #F0B67F 1.49%, #B47852 100%);
  /*color: red !important;*/
  height: 30px;
  border: 1px solid #D5A173;
}

.btn.cenova-ponuka::before {
  background-color: #48B066;
}

@media only screen and (max-width: 600px) {
  section.sale_content > .text_box > .sale_banner.reverse {
    flex-direction: column;
  }
}
/*# sourceMappingURL=main.css.map */