@import "vendor/swiper.min.css";
@import "vendor/jquery.fancybox.min.css";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&amp;subset=latin-ext" rel="stylesheet');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&amp;subset=latin-ext" rel="stylesheet');
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
}

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

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
}

header {
  display: flex;
  width: 100%;
  z-index: 5;
}

header.small {
  height: 80px;
}

header.small.bordered {
  border-bottom: 1px solid #000;
}

header.small > .logo_cont {
  width: 260px;
  height: 100%;
}

header.small > .logo_cont > .logo {
  width: 217px;
  height: 30px;
}

header.small > ul {
  height: 100%;
}

header > .logo_cont {
  width: 480px;
  height: 155px;
  background-color: #1D1D1D;
  display: flex;
  justify-content: center;
  align-items: center;
}

header > .logo_cont > .logo {
  display: block;
  width: 282px;
  height: 39px;
}

header > .logo_cont > .logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

header > .logo_cont > .mobilmenu {
  display: none;
  height: 100%;
  align-items: center;
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

header > .logo_cont > .mobilmenu > .hamburger {
  margin-left: 20px;
  width: 40px;
  height: 24px;
}

header > .logo_cont > .mobilmenu > .hamburger.active > .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  background-color: #fff;
}

header > .logo_cont > .mobilmenu > .hamburger.active > .hamburger-inner::before, header > .logo_cont > .mobilmenu > .hamburger.active > .hamburger-inner::after {
  background-color: #fff;
}

header > .logo_cont > .mobilmenu > .hamburger.active > .hamburger-inner::before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

header > .logo_cont > .mobilmenu > .hamburger.active > .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

header > .logo_cont > .mobilmenu > .hamburger > .hamburger-inner {
  display: block;
  margin-top: -2px;
  position: absolute;
  width: 40px;
  height: 3px;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

header > .logo_cont > .mobilmenu > .hamburger > .hamburger-inner::before, header > .logo_cont > .mobilmenu > .hamburger > .hamburger-inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}

header > .logo_cont > .mobilmenu > .hamburger > .hamburger-inner::before {
  top: -10px;
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

header > .logo_cont > .mobilmenu > .hamburger > .hamburger-inner::after {
  bottom: -10px;
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

header > .media_box {
  width: 220px;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

header > .media_box::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  right: 0;
  top: calc(50% - 12px);
  background-color: #000;
}

header > .media_box > a {
  display: block;
  width: 22px;
  height: 22px;
}

header > .media_box > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

header > ul {
  width: calc(100% - 480px);
  display: flex;
  height: 75px;
  padding: 0 50px;
  align-items: center;
  justify-content: flex-end;
}

header > ul > li {
  list-style: none;
  line-height: 1;
}

header > ul > li:not(:first-child) {
  margin-left: 2.08vw;
}

header > ul > li.clicked > a {
  color: #293182 !important;
}

header > ul > li.clicked > a::after {
  width: 100%;
}

header > ul > li > a {
  font-size: 0.75em;
  color: #000 !important;
  letter-spacing: 7px;
  padding: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s;
}

header > ul > li > a:hover {
  color: #293182 !important;
}

header > ul > li > a:hover::after {
  width: 100%;
}

header > ul > li > a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 0;
  content: ".";
  color: transparent;
  background: #293182;
  height: 1px;
  margin: auto;
  transition: all 0.5s;
}

header > ul > li .dropdown {
  overflow: hidden;
  list-style: none;
  position: absolute;
  left: -4px;
  top: 45px;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  header > ul > li .dropdown.wide {
    display: flex;
    width: 200%;
  }
}
header > ul > li .dropdown:not(.clicked) {
  pointer-events: none;
}

header > ul > li .dropdown.clicked > div {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

header > ul > li .dropdown > div {
  width: 100%;
  padding: 5px 15px 15px 15px;
  background-color: #fff;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -ms-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

header > ul > li .dropdown > div > li:not(:first-child) {
  margin-top: 13px;
}

header > ul > li .dropdown > div > li a {
  transition: all 0.5s;
}

header > ul > li .dropdown > div > li a:hover {
  color: #293182;
}

header > ul > .abs_mobil_bottom {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  transition-delay: 0s;
}

header > ul > .abs_mobil_bottom > a {
  font-size: 14px;
  color: #fff !important;
  line-height: 1;
  letter-spacing: 2px;
}

header > ul > .abs_mobil_bottom > .media_box {
  width: 70px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header > ul > .abs_mobil_bottom > .media_box > a {
  display: block;
  width: 22px;
  height: 22px;
}

header > ul > .abs_mobil_bottom > .media_box > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1800px) {
  header > ul {
    padding: 0 25px;
  }

  header > ul > li:not(:first-child) {
    margin-left: 1vw;
  }

  header > ul > li > a {
    letter-spacing: 5px;
  }
}
@media (max-width: 1550px) {
  header.small > .logo_cont {
    width: 210px;
  }

  header.small > .logo_cont > .logo {
    width: 170px;
    height: 25px;
  }

  header > .logo_cont {
    width: 320px;
  }

  header > .logo_cont > .logo {
    width: 217px;
    height: 30px;
  }

  header > .media_box {
    width: 110px;
  }

  header > .media_box > a {
    display: block;
    width: 22px;
    height: 22px;
  }

  header > .media_box > a > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  header > ul {
    width: calc(100% - 320px);
  }

  header > ul > li .dropdown > div > li a {
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  header > ul {
    padding: 0 15px;
  }

  header > ul > li:not(:first-child) {
    margin-left: 15px;
  }

  header > ul > li > a {
    letter-spacing: 1px;
  }
}
@media (max-width: 1100px) {
  header.small {
    height: auto;
  }

  header.small > .logo_cont {
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    width: 100%;
  }

  header.small > .logo_cont > .logo {
    width: 175px;
    height: 32px;
  }

  header.small > ul {
    width: 100%;
    height: calc(100% - 60px);
  }

  header.small.bordered {
    border-bottom: none;
  }

  header > .media_box {
    display: none;
  }

  header > .logo_cont {
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    width: 100%;
  }

  header > .logo_cont > .logo {
    width: 175px;
    height: 32px;
  }

  header > .logo_cont > .mobilmenu {
    display: flex;
  }

  header > ul {
    position: fixed;
    padding: 20px 20px 60px 20px;
    z-index: -1;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    background-color: #1D1D1D;
    justify-content: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s linear;
    transition-delay: 0.3s;
  }

  header > ul.active {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0s;
    z-index: 1;
  }

  header > ul.active > li {
    opacity: 1;
    transform: translateY(0);
    transition: 0.3s;
    transition-delay: 1.2s !important;
  }

  header > ul.active > li:nth-child(2) {
    transition-delay: 1.1s !important;
  }

  header > ul.active > li:nth-child(3) {
    transition-delay: 1s !important;
  }

  header > ul.active > li:nth-child(4) {
    transition-delay: 0.9s !important;
  }

  header > ul.active > li:nth-child(5) {
    transition-delay: 0.8s !important;
  }

  header > ul.active > li:nth-child(6) {
    transition-delay: 0.7s !important;
  }

  header > ul.active > li:nth-child(7) {
    transition-delay: 0.6s !important;
  }

  header > ul.active > .abs_mobil_bottom {
    opacity: 1;
    transition-delay: 1.1s;
  }

  header > ul > li {
    opacity: 0;
    transition-delay: 0s !important;
    transition: 0.3s;
    transform: translateY(75px);
  }

  header > ul > li:not(:first-child) {
    margin: 50px 0 0 0;
  }

  header > ul > li.clicked > a {
    color: #F9B59A !important;
  }

  header > ul > li.drop > a {
    display: block;
    text-align: center;
  }

  header > ul > li > a {
    font-size: 1.25em;
    color: #fff !important;
  }

  header > ul > li > a:hover {
    color: #F9B59A !important;
  }

  header > ul > li > a::after {
    background: #F9B59A;
  }

  header > ul > li .dropdown {
    position: relative;
    left: auto;
    top: auto;
  }

  header > ul > li .dropdown.clicked > div {
    height: auto;
    margin-top: 25px;
  }

  header > ul > li .dropdown > div {
    height: 0;
    padding: 0;
    background-color: #1D1D1D;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  header > ul > li .dropdown > div > li {
    text-align: center;
  }

  header > ul > li .dropdown > div > li a {
    font-size: 16px;
    color: #fff;
  }

  header > ul > li .dropdown > div > li a:hover {
    color: #F9B59A;
  }

  header > ul > .abs_mobil_bottom {
    pointer-events: auto;
    display: flex;
  }
}
@media (max-width: 380px) {
  header > .logo_cont > .logo {
    width: 150px !important;
    height: 30px !important;
  }

  header > .logo_cont > .mobilmenu > .hamburger {
    margin-left: 15px;
  }

  header > ul > li:not(:first-child) {
    margin-top: 30px;
  }

  header > ul > li .dropdown > div {
    max-height: 130px;
    overflow-y: scroll;
  }
}
@media (max-width: 350px) {
  header > ul > li:not(:first-child) {
    margin-top: 25px;
  }

  header > ul > li .dropdown > div {
    max-height: 90px;
    overflow-y: scroll;
  }
}
/** 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: "Montserrat", sans-serif;
}

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

h1,
h2,
h3 {
  width: fit-content;
  width: -moz-fit-content;
  font-size: 0.875em;
  letter-spacing: 4px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

h1.rectangle,
h2.rectangle,
h3.rectangle {
  height: 180px;
  padding: 0 30px;
  width: fit-content;
  width: -moz-fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

section {
  width: 100%;
}

section li {
  list-style: inside;
  color: #000;
  font-size: 0.875em;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: 400;
}

section li > strong {
  font-weight: 700;
}

section.sub {
  padding: 40px;
}

section.sub h1 {
  position: absolute;
  left: 40px;
  top: 40px;
  color: #293282;
  text-align: left;
}

a {
  color: #000;
}

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

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

p > strong {
  font-weight: 700;
}

@media (max-width: 1200px) {
  section.sub h1 {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
}
footer {
  width: 100%;
  padding: 40px;
  background-color: #1D1D1D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

footer ul {
  width: -moz-fit-content;
  width: fit-content;
}

footer ul li {
  list-style: none;
  line-height: 1;
}

footer ul li:not(:first-child) {
  margin-top: 15px;
}

footer ul li a {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  color: #fff !important;
  width: fit-content;
  width: -moz-fit-content;
}

footer > div {
  width: -moz-fit-content;
  width: fit-content;
}

footer > div.padded {
  padding-right: 40px;
}

footer > div.padded > .padded_box {
  width: -moz-fit-content;
  width: fit-content;
}

footer > div > strong {
  font-size: 0.75em;
  letter-spacing: 4px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F9B59A;
}

footer > div > p {
  margin-top: 15px;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.5;
}

footer > div.padded > .padded_box > p {
  margin-top: 15px;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.5;
}

footer > div .map {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: -40px;
  bottom: 10px;
}

footer > div .map > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

footer > div table {
  margin-top: 15px;
}

footer > div table tr td {
  font-size: 0.75em;
  color: #fff;
  letter-spacing: 2px;
}

footer > div table tr td:nth-child(1) {
  padding-right: 15px;
}

footer > div table tr td a {
  color: #fff !important;
  font-size: 1em;
}

@media (max-width: 900px) {
  footer {
    padding: 40px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  footer > div.padded {
    padding-right: 20px;
  }

  footer > *:nth-child(1), footer > *:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;
  }

  footer > *:last-child {
    margin-top: 20px;
    grid-column-start: 3;
  }
}
@media (max-width: 730px) {
  footer {
    padding: 30px 20px;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    justify-items: center;
  }

  /* footer > div .map {
    right: 60px;
  } */
  footer > * {
    min-width: 250px;
  }

  footer > *:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 2;
  }

  footer > *:nth-child(2) {
    grid-row-start: 2;
    grid-row-end: 3;
  }

  footer > *:last-child {
    margin-top: 0;
    grid-column-start: 1;
  }
}
section.form_footer {
  padding: 40px;
  background-color: #fff0eb;
}

section.form_footer > form {
  margin: 0 auto;
  width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.form_footer > form h3 {
  text-align: center;
}

section.form_footer > form > .line {
  margin-top: 15px;
  width: 40px;
  height: 1px;
  background-color: #000;
}

section.form_footer > form input[type=text],
section.form_footer > form input[type=email],
section.form_footer > form textarea {
  width: 100%;
  background: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #000;
  color: #000;
  height: 35px;
  margin-top: 20px;
  text-align: center;
  padding: 0;
  letter-spacing: 3px;
}

section.form_footer > form textarea {
  resize: none;
  height: 290px;
  padding: 10px;
  position: relative;
}

section.form_footer > form .btn {
  margin-top: 25px;
}

section.form_footer > form p.info {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 40px;
}

section.form_footer > form p.message {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #FFF0EB;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.4em;
  font-weight: 500;
  color: #000;
  padding: 30px;
  z-index: 5;
}

section.form_footer > form a.info {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 3px;
  font-weight: 500;
}

section > .abs_category_cont {
  max-width: 255px;
  position: absolute;
  left: 40px;
  top: 40px;
}

section > .abs_category_cont > a {
  color: #595088;
  margin-top: 30px;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

section > .abs_category_cont > a:nth-child(2) {
  margin-top: 40px;
}

section > .abs_category_cont > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: calc(100% - 30px);
  height: 1px;
  background: linear-gradient(141.13deg, #F9B59A 0%, #293282 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

section > .abs_category_cont > a::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 18px;
  height: 12px;
  background-image: url("../img/svg/arrow_right_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

section > .abs_category_cont > a.active {
  color: #E3AA9B;
}

section > .abs_category_cont > a.active::before, section > .abs_category_cont > a.active::after {
  opacity: 1;
  visibility: visible;
}

section > .abs_category_cont > a:hover::before, section > .abs_category_cont > a:hover::after {
  opacity: 1;
  visibility: visible;
}

section .services_video_cont {
  width: 100%;
  height: 590px;
  margin: 0 auto;
  z-index: 2;
}

section .services_video_cont #front_video_slider {
  width: 100%;
  height: 100%;
}

section .services_video_cont #front_video_slider .swiper-slide > video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

section .services_video_cont #front_video_slider .swiper-slide > .abs_tissue {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(141.13deg, rgba(249, 181, 154, 0.51) 0%, rgba(41, 50, 130, 0.5) 100%);
  transition: 0.4s;
}

section .services_video_cont #front_video_slider .swiper-slide > .abs_tissue._hide {
  opacity: 0;
  visibility: hidden;
}

section .services_video_cont #front_video_slider .swiper-slide > .abs_tissue.empty > img {
  opacity: 0.4;
  pointer-events: none;
}

section .services_video_cont #front_video_slider .swiper-slide > .abs_tissue > img {
  width: 70px;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
}

section .services_video_cont #front_video_slider .swiper-slide > .abs_tissue > img:hover {
  transform: scale(1.1);
}

section .services_video_cont img.arrow {
  position: absolute;
  left: -100px;
  top: calc(50% - 9px);
  height: 18px;
  width: auto;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
}

section .services_video_cont img.arrow.right {
  left: auto;
  right: -100px;
}

section .services_video_cont img.arrow.swiper-button-disabled {
  opacity: 0.4;
}

section .pagination_cont {
  width: 100%;
  margin: 10px auto 0 auto;
}

section .pagination_cont ul {
  width: 100%;
  display: flex;
  align-items: center;
}

section .pagination_cont ul .pageEllipsis {
  margin-right: 10px;
}

section .pagination_cont ul li {
  list-style: none;
}

section .pagination_cont ul li.active a {
  pointer-events: none;
  opacity: 0.7;
}

section .pagination_cont ul li.active a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 7px;
  background-color: #000;
  opacity: 0.7;
}

section .pagination_cont ul li:nth-child(1):not(.active) {
  margin-right: auto;
}

section .pagination_cont ul li:nth-child(1).active {
  margin-left: auto;
}

section .pagination_cont ul li:last-child:not(.active) {
  margin-left: auto;
}

section .pagination_cont ul li:last-child.active {
  margin-right: auto;
}

section .pagination_cont ul li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 10px;
}

section .pagination_cont ul li .fa {
  display: block;
  width: 10px;
  height: 17px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/svg/arrow_duck_left.svg");
}

section .pagination_cont ul li .fa.fa-angle-double-left {
  margin-right: auto;
}

section .pagination_cont ul li .fa.fa-angle-double-right {
  transform: rotate(180deg);
  margin-left: auto;
}

.grecaptcha-badge {
  bottom: 2px !important;
}

@media (max-width: 1200px) {
  section .services_video_cont img.arrow {
    left: -50px;
  }

  section .services_video_cont img.arrow.right {
    right: -50px;
  }
}
@media (max-width: 800px) {
  section .services_video_cont img.arrow {
    left: -25px;
  }

  section .services_video_cont img.arrow.right {
    right: -25px;
  }
}
@media (max-width: 750px) {
  section.form_footer {
    padding: 40px 20px;
  }

  section.form_footer > form {
    width: 75%;
  }
}
@media (max-width: 700px) {
  section.sub {
    padding: 20px 20px 40px 20px;
  }
}
@media (max-width: 500px) {
  section.form_footer > form {
    width: 95%;
  }

  section .services_video_cont img.arrow {
    left: -20px;
  }

  section .services_video_cont img.arrow.right {
    right: -20px;
  }

  section .services_video_cont #front_video_slider .swiper-slide > .abs_tissue > img {
    width: 40px;
  }
}
section.front_header_bottom {
  display: flex;
  align-items: flex-end;
  height: calc(80vh - 75px);
  z-index: 4;
  margin-top: -80px;
}

section.front_header_bottom > .text_slider_cont {
  height: calc(100% - 80px);
  z-index: 2;
}

section.front_header_bottom > .text_slider_cont #front_text_slider {
  height: calc(100% - 75px);
  background-color: #fff;
  width: 37vw;
  padding: 0 40px;
}

section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide > strong {
  width: 80%;
  font-size: 1.5em;
  letter-spacing: 3px;
  font-family: "Playfair Display", serif;
  color: #000;
  line-height: 1.2;
}

section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide > p {
  width: 80%;
  font-size: 0.875em;
  letter-spacing: 2px;
  color: #9B9B9B;
  line-height: 1.2;
  margin-top: 10px;
}

section.front_header_bottom > .text_slider_cont > .navigation_cont {
  width: 480px;
  height: 75px;
  background-color: #fff;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.front_header_bottom > .text_slider_cont > .navigation_cont > img {
  width: 24px;
  height: auto;
  cursor: pointer;
}

section.front_header_bottom > .text_slider_cont > .navigation_cont > img.swiper-button-disabled {
  opacity: 0.4;
}

section.front_header_bottom > .text_slider_cont > .navigation_cont .swiper-pagination {
  position: relative;
  width: 160px;
  display: flex;
  justify-content: space-between;
}

section.front_header_bottom > .text_slider_cont > .navigation_cont .swiper-pagination .swiper-pagination-bullet {
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  background: none;
  border: none;
}

section.front_header_bottom > .image_slider_cont {
  height: 100%;
  width: calc(100% - 480px);
  margin-left: calc(-37vw + 480px);
  z-index: 1;
}

section.front_header_bottom > .image_slider_cont #front_image_slider {
  width: 100%;
  height: 100%;
}

section.front_header_bottom > .image_slider_cont #front_image_slider .swiper-slide > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

section.front_header_bottom > .image_slider_cont > .nav {
  display: none;
  z-index: 2;
  position: absolute;
  width: 36px;
  height: 36px;
  left: 20px;
  top: calc(50% - 18px);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/svg/arrow_right_circle.svg");
}

section.front_header_bottom > .image_slider_cont > .nav.swiper-button-disabled {
  opacity: 0.5;
}

section.front_header_bottom > .image_slider_cont > .nav.prev {
  transform: rotate(180deg);
}

section.front_header_bottom > .image_slider_cont > .nav.next {
  left: auto;
  right: 20px;
}

section.front_header_bottom > .image_slider_cont > .media_box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 165px;
  height: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff0eb;
  z-index: 1;
}

section.front_header_bottom > .image_slider_cont > .media_box > a {
  display: block;
  width: 22px;
  height: 22px;
}

section.front_header_bottom > .image_slider_cont > .media_box > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

section.front_services {
  padding-top: 100px;
}

section.front_services > .decoration {
  position: absolute;
  z-index: 0;
}

section.front_services > .decoration.top_right {
  width: 50%;
  height: calc(100% - 530px);
  right: 0;
  top: 0;
  background-color: #fff0eb;
}

section.front_services > .decoration.top_right_small {
  width: 56px;
  height: 375px;
  right: 8.3333vw;
  bottom: 530px;
  background-color: #fff;
  z-index: 1;
}

section.front_services > .decoration.bottom_right_small {
  width: 56px;
  height: 530px;
  right: 8.3333vw;
  bottom: 0;
  background-color: #fff0eb;
  z-index: 1;
}

section.front_services > .services_cont {
  width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  z-index: 2;
}

section.front_services > .services_cont > .abs_line {
  position: absolute;
  top: -100px;
  left: calc(50% - 450px);
  width: 600px;
  height: 1px;
  transform: rotate(-45deg);
  transform-origin: right;
  background: linear-gradient(141.13deg, #293282 0%, #F9B59A 100%);
  z-index: 1;
}

section.front_services > .services_cont > .abs_line:last-child {
  top: 610px;
  left: 390px;
  transform-origin: left;
}

section.front_services > .services_cont > a {
  display: block;
  z-index: 2;
}

section.front_services > .services_cont > a:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.front_services > .services_cont > a > img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

section.front_services > .services_cont > a > .btn {
  width: 100%;
  max-width: 100%;
  margin-top: -33px;
}

section.front_services > .services_video_cont {
  width: 1180px;
  margin: 100px auto 0 auto;
}

section.front_about_us {
  padding-bottom: 200px;
}

section.front_about_us > .decoration {
  position: absolute;
  z-index: 0;
}

section.front_about_us > .decoration.left {
  width: 47%;
  height: calc(100% - 125px);
  left: 0;
  bottom: 0;
  background-color: #EDEFFF;
}

section.front_about_us > .decoration.right_small {
  width: 56px;
  height: 65%;
  right: 8.3333vw;
  top: 0;
  background-color: #fff0eb;
  z-index: 1;
}

section.front_about_us > .abs_line {
  position: absolute;
  bottom: 100px;
  right: -130px;
  width: 600px;
  height: 1px;
  transform: rotate(-45deg);
  transform-origin: left;
  background: linear-gradient(141.13deg, #293282 0%, #F9B59A 100%);
  z-index: 0;
}

section.front_about_us > .about_us_box {
  display: flex;
  align-items: center;
  margin-left: 9.375vw;
  z-index: 2;
}

section.front_about_us > .about_us_box h2.mob {
  display: none;
}

section.front_about_us > .about_us_box > span {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0 10.1563vw 15px 0;
  font-weight: 500;
  font-size: 0.875em;
  border-bottom: 1px solid #000;
  align-self: flex-end;
  margin-bottom: 140px;
}

section.front_about_us > .about_us_box > img {
  display: block;
  width: 440px;
}

section.front_about_us > .about_us_box > .text {
  width: 440px;
  margin-left: 40px;
}

section.front_about_us > .about_us_box > .text > p {
  margin-top: 40px;
}

section.front_about_us > .about_us_box > .text > .btn_forward {
  margin: 35px 0 0 auto;
}

section.front_showroom {
  padding: 0 40px 60px 40px;
}

section.front_showroom > h2 {
  z-index: 3;
  margin: 0 auto;
}

section.front_showroom > .grid_box {
  z-index: 2;
  margin-top: -180px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

section.front_showroom > .grid_box > a {
  display: block;
  height: 19.0104vw;
}

section.front_showroom > .grid_box > a:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  height: calc(38.0208vw + 20px);
}

section.front_showroom > .grid_box > a:nth-child(2), section.front_showroom > .grid_box > a:nth-child(5) {
  width: 115%;
}

section.front_showroom > .grid_box > a:nth-child(3), section.front_showroom > .grid_box > a:nth-child(4) {
  width: 85%;
}

section.front_showroom > .grid_box > a:nth-child(3) {
  margin-left: auto;
}

section.front_showroom > .grid_box > a:nth-child(5) {
  margin-left: -15%;
}

section.front_showroom > .grid_box > a:nth-child(n+6) {
  display: none;
}

section.front_showroom > .grid_box > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.front_showroom #mobil_showroom_slider {
  display: none;
  width: 96%;
  padding: 0 25px;
  height: 55vw;
  margin: 30px auto 0 auto;
}

section.front_showroom #mobil_showroom_slider .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}

section.front_showroom #mobil_showroom_slider .swiper-slide > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.front_showroom #mobil_showroom_slider img.arrow {
  position: absolute;
  left: 0px;
  top: calc(50% - 9px);
  height: 18px;
  width: auto;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  z-index: 5;
}

section.front_showroom #mobil_showroom_slider img.arrow.right {
  left: auto;
  right: 0;
}

section.front_showroom #mobil_showroom_slider img.arrow.swiper-button-disabled {
  opacity: 0.4;
}

section.front_showroom > .decoration {
  position: absolute;
  z-index: 0;
}

section.front_showroom > .decoration.left {
  width: 47%;
  height: calc(100% - 182px);
  left: 0;
  top: 0;
  background-color: #EDEFFF;
}

section.front_showroom > .decoration.bottom {
  width: 100%;
  height: 182px;
  left: 0;
  bottom: 0;
  background-color: #fff0eb;
}

@media (max-width: 1550px) {
  section.front_header_bottom > .text_slider_cont {
    height: calc(100% - 80px);
    z-index: 2;
  }

  section.front_header_bottom > .text_slider_cont #front_text_slider {
    width: 500px;
    padding: 0 30px;
  }

  section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide > strong {
    width: 85%;
    font-size: 1.375em;
    letter-spacing: 2px;
  }

  section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide > p {
    width: 85%;
  }

  section.front_header_bottom > .text_slider_cont > .navigation_cont {
    width: 320px;
    padding: 0 20px;
  }

  section.front_header_bottom > .image_slider_cont {
    width: calc(100% - 320px);
    margin-left: calc(-500px + 320px);
  }

  section.front_about_us > .abs_line {
    bottom: 150px;
    right: -100px;
    width: 400px;
  }
}
@media (max-width: 1500px) {
  section.front_services .services_video_cont {
    width: 900px;
    height: 480px;
  }

  section.front_services .decoration.top_right_small, section.front_services .decoration.bottom_right_small {
    right: 3vw;
  }

  section.front_about_us > .decoration.right_small {
    right: 3vw;
  }
}
@media (max-width: 1400px) {
  section.front_about_us {
    padding-bottom: 140px;
  }

  section.front_about_us > .about_us_box > img {
    width: 320px;
  }

  section.front_about_us > .about_us_box > .text {
    width: 320px;
    margin-left: 30px;
  }
}
@media (max-width: 1300px) {
  section.front_services > .services_cont {
    width: 820px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  section.front_services > .services_cont > a > img {
    height: 300px;
  }

  section.front_services > .services_cont > a > .btn.big > span {
    letter-spacing: 2px;
    line-height: 1.4;
  }

  section.front_services > .services_cont > .abs_line {
    width: 520px;
  }

  section.front_services > .services_cont > .abs_line:last-child {
    top: 450px;
    left: 320px;
  }
}
@media (max-width: 1250px) {
  section.front_header_bottom > .text_slider_cont #front_text_slider {
    width: 460px;
  }

  section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide > strong {
    letter-spacing: 1px;
  }

  section.front_header_bottom > .text_slider_cont > .navigation_cont {
    width: 460px;
  }

  section.front_header_bottom > .image_slider_cont {
    margin-left: calc(-460px + 320px);
  }

  section.front_header_bottom > .image_slider_cont > .media_box {
    width: 110px;
  }
}
@media (max-width: 1230px) {
  section.front_about_us > .abs_line {
    display: none;
  }
}
@media (max-width: 1100px) {
  section.front_header_bottom {
    height: 550px;
    margin-top: 0;
  }

  section.front_header_bottom > .text_slider_cont {
    height: calc(100% - 75px);
    width: 350px;
  }

  section.front_header_bottom > .text_slider_cont #front_text_slider {
    width: 100%;
    padding: 0 20px;
  }

  section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide > strong,
section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide > p {
    width: 95%;
  }

  section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide > p {
    margin-top: 15px;
  }

  section.front_header_bottom > .text_slider_cont > .navigation_cont {
    width: 100%;
  }

  section.front_header_bottom > .image_slider_cont {
    margin-left: 0;
    width: calc(100% - 350px);
  }

  section.front_services .services_video_cont {
    width: 82vw;
    height: 44vw;
  }

  section.front_services .decoration.top_right_small, section.front_services .decoration.bottom_right_small {
    display: none;
  }

  section.front_about_us > .decoration.right_small {
    display: none;
  }
}
@media (max-width: 1000px) {
  section.front_services {
    padding-top: 140px;
  }

  section.front_services > .services_cont {
    width: 650px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  section.front_services > .services_cont > a:nth-child(2) {
    position: absolute;
    height: 140px;
    top: -140px;
    left: 0;
    width: 100%;
  }

  section.front_services > .services_cont > a > img {
    height: 360px;
  }

  section.front_services > .services_cont > .abs_line {
    display: none;
  }

  section.front_about_us > .about_us_box {
    margin-top: 50px;
  }

  section.front_about_us > .about_us_box > img {
    width: 250px;
  }

  section.front_about_us > .about_us_box > .text {
    width: 300px;
  }

  section.front_showroom {
    padding: 0 20px 60px 20px;
  }

  section.front_showroom > h2 {
    height: auto;
    padding: 0;
    background: transparent;
  }

  section.front_showroom > .grid_box {
    margin-top: 30px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }

  section.front_showroom > .grid_box > a {
    height: 20vw;
  }

  section.front_showroom > .grid_box > a:first-child {
    height: calc(40vw + 10px);
  }
}
@media (max-width: 850px) {
  section.front_about_us > .about_us_box {
    width: 60%;
    margin: 50px auto 0 auto;
    flex-direction: column;
  }

  section.front_about_us > .about_us_box h2.mob {
    display: block;
  }

  section.front_about_us > .about_us_box > span {
    display: none;
  }

  section.front_about_us > .about_us_box > img {
    width: 75%;
  }

  section.front_about_us > .about_us_box > .text {
    width: 100%;
    margin: 0;
  }

  section.front_about_us > .about_us_box > .text h2 {
    display: none;
  }

  section.front_about_us > .decoration.left {
    width: 50%;
  }

  section.front_showroom > .decoration.left {
    width: 50%;
  }
}
@media (max-width: 800px) {
  section.front_header_bottom {
    height: auto;
    flex-direction: column-reverse;
  }

  section.front_header_bottom > .text_slider_cont {
    height: auto;
    width: 100%;
    padding: 20px;
    background-color: #fff;
  }

  section.front_header_bottom > .text_slider_cont #front_text_slider {
    width: 100%;
    padding: 0;
  }

  section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide {
    background-color: #fff;
  }

  section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide > strong,
section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide > p {
    width: 90%;
    letter-spacing: 2px;
    text-align: center;
  }

  section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide > p {
    display: none;
  }

  section.front_header_bottom > .text_slider_cont > .navigation_cont {
    display: none;
  }

  section.front_header_bottom > .image_slider_cont {
    height: 500px;
    width: 100%;
  }

  section.front_header_bottom > .image_slider_cont > .nav {
    display: block;
  }

  section.front_header_bottom > .image_slider_cont > .media_box {
    display: none;
  }

  section.front_services > .services_cont {
    width: 480px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  section.front_services > .services_cont > a > img {
    height: 280px;
  }

  section.front_services > .services_video_cont {
    margin: 60px auto 0 auto;
  }
}
@media (max-width: 600px) {
  section.front_services > .services_cont {
    width: 90vw;
  }

  section.front_services > .services_cont > a > img {
    height: 50vw;
  }

  section.front_services > .services_cont > a > .btn.big > span {
    letter-spacing: 1px;
  }
}
@media (max-width: 500px) {
  section.front_header_bottom > .text_slider_cont {
    padding: 15px 20px;
  }

  section.front_header_bottom > .text_slider_cont #front_text_slider .swiper-slide > strong {
    font-size: 1.25em;
  }

  section.front_header_bottom > .image_slider_cont {
    height: 57vh;
  }

  section.front_services > .services_cont {
    width: 94vw;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  section.front_services > .services_cont > a > .btn.big > span {
    letter-spacing: 0;
    padding: 0 10px;
  }

  section.front_services > .decoration.top_right {
    height: 100%;
  }

  section.front_about_us {
    padding-bottom: 100px;
  }

  section.front_about_us > .about_us_box {
    width: 90%;
  }

  section.front_about_us > .about_us_box > img {
    width: 80%;
  }

  section.front_about_us > .about_us_box > .text {
    width: 100%;
  }

  section.front_showroom {
    padding: 0 5px 60px 5px;
  }

  section.front_showroom > .grid_box {
    display: none;
  }

  section.front_showroom #mobil_showroom_slider {
    display: block;
  }

  section.front_showroom > .decoration.left {
    height: calc(100% - 120px);
  }

  section.front_showroom > .decoration.bottom {
    height: 120px;
  }
}
@media (max-width: 380px) {
  section.front_services > .services_cont > a > img {
    height: 50vw;
  }

  section.front_services > .services_cont > a > .btn.big {
    height: 50px;
    margin-top: -25px;
  }

  section.front_services > .services_cont > a > .btn.big > span {
    font-size: 0.75em;
  }

  section.front_services > .services_cont > a > .btn.big > span > svg {
    width: 13px;
    min-width: 13px;
  }
}
section.services > .cover {
  width: 100%;
  height: calc(80vh - 80px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}

section.services > .cover.discount_version {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

section.services > .cover > .discount_box {
  width: 500px;
  min-height: 174px;
  background-color: #ED1C24;
  padding: 15px 40px;
  display: flex;
  align-items: center;
}

section.services > .cover > .discount_box > p {
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
  line-height: 1.3;
}

section.services > .cover > .discount_box > p strong > span {
  font-size: 24px;
}

section.services > .cover > .text_box {
  width: 500px;
  padding: 15px 40px;
  background-color: #fff;
}

section.services > .cover > .text_box h1 {
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  letter-spacing: 3px;
  text-transform: none;
  text-align: left;
}

section.services > .cover > .text_box > p {
  color: #9B9B9B;
  margin-top: 40px;
}

section.services > .abs_category_cont {
  top: calc(80vh - 35px);
}

section.services > .h2_cont {
  padding-top: 40px;
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

section.services > .h2_cont > h2 {
  margin: 0 auto;
}

section.services > .h2_cont > h2::before, section.services > .h2_cont > h2::after {
  content: "";
  width: 550px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: -570px;
  top: 50%;
}

section.services > .h2_cont > h2::after {
  left: auto;
  right: -570px;
}

section.services > .content {
  width: 1170px;
  margin: 0 auto;
}

section.services > .content > p {
  margin-top: 30px;
  width: 100%;
  line-height: 1.5;
}

section.services > .content li {
  margin-top: 12px;
  line-height: 1.5;
}

section.services > .content > .services_video_cont {
  margin-top: 40px;
}

section.services > .gallery_grid {
  width: 1170px;
  margin: 35px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 35px;
  grid-column-gap: 40px;
  padding-bottom: 40px;
}

section.services > .gallery_grid > a {
  display: block;
  height: 420px;
}

section.services > .gallery_grid > a:nth-child(9) > .abs_tissue {
  opacity: 1;
  visibility: visible;
}

section.services > .gallery_grid > a:hover > .abs_tissue {
  opacity: 1;
  visibility: visible;
}

section.services > .gallery_grid > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.services > .gallery_grid > a > .abs_tissue {
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(141.13deg, rgba(249, 181, 154, 0.85) 0%, rgba(41, 50, 130, 0.85) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.35s;
}

section.services > .gallery_grid > a > .abs_tissue > img {
  width: 45px;
  height: auto;
  display: block;
  object-fit: contain;
}

section.services > .gallery_grid > a > .abs_tissue > span {
  font-weight: 500;
  color: #fff;
  font-size: 1.375em;
  letter-spacing: 2px;
}

section.services > .decoration {
  position: absolute;
  z-index: -2;
}

section.services > .decoration.right_top {
  width: 50%;
  height: 30%;
  right: 0;
  top: calc(80vh - 80px);
  background-color: #fff0eb;
}

section.services > .decoration.right_small_top {
  z-index: -1;
  width: 56px;
  height: 375px;
  background-color: #fff;
  right: 8.35vw;
  top: calc(80vh - 80px + 30% - 375px);
}

section.services > .decoration.right_small_bottom {
  z-index: -1;
  width: 56px;
  height: 1000px;
  background-color: #fff0eb;
  right: 8.35vw;
  top: calc(80vh - 80px + 30%);
}

section.services > .decoration.left_bottom {
  width: 50%;
  height: 30%;
  left: 0;
  bottom: 0;
  background-color: #EDEFFF;
}

@media (max-width: 1850px) {
  section.services > .h2_cont {
    width: 750px;
  }

  section.services > .content {
    width: 750px;
  }

  section.services > .content > .services_video_cont {
    height: 450px;
  }

  section.services > .gallery_grid {
    width: 750px;
    grid-row-gap: 25px;
    grid-column-gap: 30px;
  }

  section.services > .gallery_grid > a {
    height: 310px;
  }
}
@media (max-width: 1439px) {
  section.services > .abs_category_cont {
    display: none;
  }
}
@media (max-width: 1300px) {
  section.services > .decoration.right_small_top, section.services > .decoration.right_small_bottom {
    right: 30px;
  }
}
@media (max-width: 1100px) {
  section.services > .decoration.right_small_top, section.services > .decoration.right_small_bottom {
    display: none;
  }
}
@media (max-width: 1000px) {
  section.services > .cover {
    height: 550px;
    align-items: flex-end;
  }

  section.services > .cover.discount_version {
    justify-content: flex-end;
  }

  section.services > .cover > .discount_box {
    min-height: 138px;
  }

  section.services > .cover > .discount_box,
section.services > .cover > .text_box {
    width: 75%;
  }
}
@media (max-width: 950px) {
  section.services > .h2_cont {
    width: 550px;
  }

  section.services > .content {
    width: 550px;
  }

  section.services > .content > .services_video_cont {
    height: 320px;
  }

  section.services > .gallery_grid {
    width: 550px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  section.services > .gallery_grid > a {
    height: 250px;
  }
}
@media (max-width: 700px) {
  section.services > .h2_cont {
    width: calc(100% - 80px);
    margin: 0 auto;
  }

  section.services > .content {
    width: calc(100% - 80px);
    margin: 0 auto;
  }

  section.services > .content > .services_video_cont {
    height: 48vw;
  }

  section.services > .gallery_grid {
    width: calc(100% - 80px);
    margin: 30px auto 0 auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }

  section.services > .gallery_grid > a {
    height: 40vw;
  }
}
@media (max-width: 600px) {
  section.services > .cover {
    height: 57vh;
  }

  section.services > .cover > .discount_box {
    width: 100%;
    padding: 10px 30px;
    background-color: rgba(237, 28, 36, 0.9);
    min-height: 90px;
  }

  section.services > .cover > .text_box {
    width: 100%;
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.91);
  }

  section.services > .cover > .text_box h1 {
    font-size: 1.25em;
    letter-spacing: 1px;
  }

  section.services > .cover > .text_box > p {
    margin-top: 30px;
  }

  section.services > .gallery_grid {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }

  section.services > .gallery_grid > a {
    height: 37vw;
  }

  section.services > .decoration.right_top {
    top: 57vh;
  }
}
@media (max-width: 350px) {
  section.services > .h2_cont {
    width: calc(100% - 60px);
  }

  section.services > .content {
    width: calc(100% - 60px);
  }

  section.services > .gallery_grid {
    width: calc(100% - 60px);
  }

  section.services > .gallery_grid > a {
    height: 37vw;
  }
}
section.gallery > .gallery_cont {
  width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
}

section.gallery > .gallery_cont > a {
  display: block;
}

section.gallery > .gallery_cont > a:hover > .abs_tissue {
  opacity: 1;
  visibility: visible;
}

section.gallery > .gallery_cont > a > img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
}

section.gallery > .gallery_cont > a > .abs_tissue {
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(141.13deg, rgba(249, 181, 154, 0.85) 0%, rgba(41, 50, 130, 0.85) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.45s;
}

section.gallery > .gallery_cont > a > .abs_tissue > img {
  width: 45px;
  height: auto;
  display: block;
  object-fit: contain;
}

section.gallery > .gallery_cont > a > span.title {
  margin-top: 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

section.gallery > .gallery_cont > a > span.title > h2 {
  max-width: calc(100% - 35px);
  text-align: left;
}

section.gallery > .gallery_cont > a > span.title > img {
  display: block;
  width: 20px;
  height: 15px;
  object-fit: contain;
  object-position: center;
}

section.gallery.entry {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

section.gallery.entry h1 {
  position: relative;
  left: auto;
  top: auto;
}

section.gallery.entry > .gallery_cont {
  margin: 0;
}

section.gallery.entry > .gallery_cont > a {
  height: 360px;
}

section.gallery.entry > .gallery_cont > a > img {
  height: 100%;
}

@media (max-width: 1650px) {
  section.gallery.entry h1 {
    width: min-content;
    width: -moz-min-content;
  }
}
@media (max-width: 1600px) {
  section.gallery > .gallery_cont {
    width: 800px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  section.gallery > .gallery_cont > a > img,
section.gallery > .gallery_cont > a > .abs_tissue {
    height: 280px;
  }

  section.gallery.entry > .gallery_cont > a {
    height: 280px;
  }
}
@media (max-width: 1300px) {
  section.gallery.entry {
    flex-direction: column;
  }

  section.gallery.entry h1 {
    order: 1;
    width: 100%;
    text-align: center;
  }

  section.gallery.entry .btn_cont {
    margin: 30px auto 0 auto;
    order: 2;
    width: 800px;
    display: flex;
    justify-content: flex-end;
  }

  section.gallery.entry > .gallery_cont {
    order: 3;
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 1200px) {
  section.gallery.entry h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  section.gallery > .gallery_cont {
    width: 550px;
    grid-template-columns: 1fr 1fr;
  }

  section.gallery.entry .btn_cont {
    width: 550px;
  }
}
@media (max-width: 600px) {
  section.gallery > .gallery_cont {
    width: 100%;
    grid-row-gap: 40px;
    grid-column-gap: 20px;
  }

  section.gallery > .gallery_cont > a > img,
section.gallery > .gallery_cont > a > .abs_tissue {
    height: 50vw;
  }

  section.gallery > .gallery_cont > a h2 {
    letter-spacing: 1px;
  }

  section.gallery.entry .btn_cont {
    width: 100%;
  }

  section.gallery.entry > .gallery_cont {
    grid-row-gap: 20px;
  }

  section.gallery.entry > .gallery_cont > a {
    height: 50vw;
  }
}
@media (max-width: 380px) {
  section.gallery > .gallery_cont {
    grid-row-gap: 35px;
    grid-column-gap: 10px;
  }

  section.gallery > .gallery_cont > a > img,
section.gallery > .gallery_cont > a > .abs_tissue {
    height: 50vw;
  }

  section.gallery > .gallery_cont > a h2 {
    letter-spacing: 0;
  }

  section.gallery.entry > .gallery_cont {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
}
@media (max-width: 330px) {
  section.gallery > .gallery_cont {
    grid-row-gap: 35px;
    grid-column-gap: 10px;
  }

  section.gallery > .gallery_cont > a h2 {
    letter-spacing: 0;
    font-size: 0.75em;
  }
}
section.references {
  padding: 40px;
}

section.references h1 {
  color: #293282;
}

section.references > .differences_cont {
  width: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 10px 20px 20px 20px;
  background: linear-gradient(180deg, #f8b59a 0%, #99798f 100%);
}

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

section.references > .differences_cont > strong {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #fff;
  font-size: 1.25em;
  letter-spacing: 2px;
  font-family: "Playfair Display", serif;
  text-align: center;
  justify-self: center;
  line-height: 1;
}

section.references > .differences_cont > strong:nth-child(2) {
  color: #293282;
}

section.references > .differences_cont > a {
  display: block;
  height: 360px;
}

section.references > .differences_cont > a:nth-child(odd)::after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 40px;
  height: 16px;
  right: -40px;
  top: calc(50% - 8px);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/svg/arrow_right_white.svg");
}

section.references > .differences_cont > a:hover > .abs_tissue {
  opacity: 1;
  visibility: visible;
}

section.references > .differences_cont > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.references > .differences_cont > a > .abs_tissue {
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(141.13deg, rgba(249, 181, 154, 0.85) 0%, rgba(41, 50, 130, 0.85) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.35s;
}

section.references > .differences_cont > a > .abs_tissue > img {
  width: 45px;
  height: auto;
  display: block;
  object-fit: contain;
}

section.references > .differences_cont > .abs_left_bckg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, #293182 0%, #80698c 100%);
}

section.references > .pagination_cont {
  width: 720px;
}

@media (max-width: 1439px) {
  section.references > .abs_category_cont {
    max-width: none;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
  }

  section.references > .abs_category_cont h1 {
    width: 100%;
  }

  section.references > .abs_category_cont > a {
    margin-top: 25px !important;
  }

  section.references > .abs_category_cont > a:not(.active) {
    display: none;
  }

  section.references > .abs_category_cont > a::after {
    transform: rotate(90deg);
  }

  section.references > .differences_cont {
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 800px) {
  section.references > .differences_cont {
    width: 500px;
  }

  section.references > .differences_cont > a {
    height: 280px;
  }

  section.references > .pagination_cont {
    width: 500px;
  }
}
@media (max-width: 600px) {
  section.references {
    padding: 20px 20px 40px 20px;
  }

  section.references > .differences_cont {
    width: 100%;
    padding: 10px;
  }

  section.references > .differences_cont > a {
    height: 48vw;
  }

  section.references > .pagination_cont {
    width: 100%;
  }
}
@media (max-width: 450px) {
  section.references > .differences_cont {
    grid-row-gap: 30px;
  }

  section.references > .differences_cont > strong {
    font-size: 1em;
    letter-spacing: 1px;
  }

  section.references > .differences_cont > a:nth-child(3), section.references > .differences_cont > a:nth-child(4) {
    margin-top: -15px;
  }
}
section.contact {
  display: flex;
  height: 660px;
}

section.contact > .left {
  width: 600px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.contact > .left > div {
  width: fit-content;
  width: -moz-fit-content;
}

section.contact > .left > div .padded {
  padding-right: 40px;
  width: fit-content;
  width: -moz-fit-content;
}

section.contact > .left > div .padded > p {
  margin-top: 15px;
}

section.contact > .left > div .padded .map {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
}

section.contact > .left > div .padded .map > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

section.contact > .left > div strong {
  font-weight: 400;
  text-transform: uppercase;
}

section.contact > .left > div strong,
section.contact > .left > div p,
section.contact > .left > div a {
  line-height: 1.6;
  letter-spacing: 3px;
  font-size: 0.75em;
}

section.contact #map {
  width: calc(100% - 600px);
  height: 100%;
}

@media (max-width: 1600px) {
  section.contact {
    height: 550px;
  }
}
@media (max-width: 1250px) {
  section.contact {
    height: auto;
    flex-wrap: wrap;
  }

  section.contact > .left {
    width: 100%;
    height: auto;
    padding: 70px 20px;
  }

  section.contact #map {
    width: 100%;
    height: 550px;
  }
}
@media (max-width: 600px) {
  section.contact #map {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 340px) {
  section.contact #map {
    height: 330px;
  }
}
section.about_us {
  display: flex;
  padding: 40px 40px 60px 40px;
}

section.about_us > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 920px;
}

section.about_us > div > img {
  width: 47%;
  height: auto;
  object-fit: contain;
}

section.about_us > div .text {
  width: 47%;
}

section.about_us > div .text > p:not(:first-child) {
  margin-top: 40px;
}

section.about_us .decoration {
  position: absolute;
  z-index: -1;
  width: 47%;
  height: 85%;
  left: 0;
  bottom: 0;
  background-color: #EDEFFF;
}

@media (max-width: 1200px) {
  section.about_us {
    flex-direction: column;
  }

  section.about_us > div {
    width: 700px;
  }
}
@media (max-width: 800px) {
  section.about_us {
    flex-direction: column;
  }

  section.about_us > div {
    width: 600px;
  }

  section.about_us > div > img {
    width: 42%;
  }

  section.about_us > div .text {
    width: 53%;
  }
}
@media (max-width: 700px) {
  section.about_us {
    padding: 20px 20px 40px 20px;
  }

  section.about_us > div {
    width: 85%;
    flex-direction: column;
  }

  section.about_us > div > img {
    width: 75%;
  }

  section.about_us > div .text {
    margin-top: 40px;
    width: 100%;
  }

  section.about_us .decoration {
    width: 50%;
  }
}
@media (max-width: 500px) {
  section.about_us > div {
    width: 100%;
  }

  section.about_us > div > img {
    width: 80%;
  }

  section.about_us > div .text {
    width: 100%;
  }

  section.about_us > div .text > p:not(:first-child) {
    margin-top: 30px;
  }
}
section.blog > .content {
  width: 1040px;
  margin: 40px auto;
}

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

section.blog > .content > .blog_short_box:not(:first-child) {
  margin-top: 40px;
}

section.blog > .content > .blog_short_box > a {
  display: block;
  width: 312px;
  height: 205px;
}

section.blog > .content > .blog_short_box > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

section.blog > .content > .blog_short_box .text_box {
  width: 690px;
  display: flex;
  flex-direction: column;
}

section.blog > .content > .blog_short_box .text_box h2 {
  line-height: 1.2;
  text-align: left;
}

section.blog > .content > .blog_short_box .text_box > span {
  display: block;
  font-size: 0.75em;
  margin-top: 5px;
}

section.blog > .content > .blog_short_box .text_box > a.img_mobil {
  display: none;
}

section.blog > .content > .blog_short_box .text_box > a.btn {
  margin: auto 0 0 auto;
  align-self: flex-end;
}

section.blog > .content > .blog_short_box .text_box > a.btn > span {
  background-color: #fff;
}

section.blog > .content > .blog_short_box .text_box > p {
  margin: 25px 0 20px 0;
}

section.blog > .content > .pagination_cont {
  margin: 25px auto 0 auto;
}

section.blog.detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
}

section.blog.detail > .content {
  margin: 0;
}

section.blog.detail > .content > .top {
  width: 100%;
}

section.blog.detail > .content > .top h1 {
  width: auto;
  text-align: left;
}

section.blog.detail > .content > .top > span {
  display: block;
  font-size: 0.75em;
}

section.blog.detail > .content > .top > p {
  margin-top: 25px;
  line-height: 1.5;
}

section.blog.detail > .content > .top > img {
  display: block;
  float: left;
  width: 420px;
  height: 282px;
  margin-right: 15px;
  margin-bottom: 5px;
  z-index: 2;
  object-fit: contain;
  object-position: center;
}

section.blog.detail > .content h2 {
  text-align: left;
}

section.blog.detail > .content .btn > span {
  background-color: #fff;
}

section.blog.detail > .content .btn.btn-big > span {
  font-size: 16px;
}

@media (max-width: 1350px) {
  section.blog.detail {
    flex-direction: column-reverse;
  }

  section.blog.detail > span {
    display: none;
  }

  section.blog.detail > .btn_cont {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }

  section.blog.detail > .content {
    margin: 20px auto 0 auto;
    width: 900px;
  }
}
@media (max-width: 1300px) {
  section.blog > .content {
    width: 850px;
  }

  section.blog > .content > .blog_short_box > a {
    width: 250px;
    height: 164px;
  }

  section.blog > .content > .blog_short_box .text_box {
    width: 570px;
  }
}
@media (max-width: 1050px) {
  section.blog > .content {
    width: 670px;
  }

  section.blog > .content > .blog_short_box .text_box {
    width: 400px;
  }
}
@media (max-width: 1000px) {
  section.blog.detail > .btn_cont {
    width: 650px;
  }

  section.blog.detail > .content {
    width: 650px;
  }

  section.blog.detail > .content > .top > img {
    width: 294px;
    height: 197px;
  }
}
@media (max-width: 800px) {
  section.blog.detail > .btn_cont {
    width: 550px;
  }

  section.blog.detail > .content {
    width: 550px;
  }

  section.blog.detail > .content > .top > img {
    width: 250px;
    height: 168px;
  }
}
@media (max-width: 750px) {
  section.blog > .content {
    width: 500px;
  }

  section.blog > .content > .blog_short_box > a {
    display: none;
  }

  section.blog > .content > .blog_short_box .text_box {
    width: 100%;
  }

  section.blog > .content > .blog_short_box .text_box > a.img_mobil {
    display: block;
    width: 75%;
    margin: 25px auto 0 auto;
  }

  section.blog > .content > .blog_short_box .text_box > a.img_mobil > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  section.blog > .content > .blog_short_box .text_box > a.btn {
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  section.blog,
section.blog.detail {
    padding: 40px 20px;
  }
}
@media (max-width: 600px) {
  section.blog.detail > .btn_cont {
    width: 100%;
  }

  section.blog.detail > .content {
    width: 100%;
  }

  section.blog.detail > .content > .top > img {
    width: 213px;
    height: 142px;
  }
}
@media (max-width: 550px) {
  section.blog > .content {
    width: 100%;
  }

  section.blog > .content > .blog_short_box:not(:first-child) {
    margin-top: 60px;
  }

  section.blog > .content > .blog_short_box > .text_box h2 {
    line-height: 1.4;
  }
}
@media (max-width: 450px) {
  section.blog.detail > .content > .top {
    display: flex;
    flex-direction: column;
  }

  section.blog.detail > .content > .top h1 {
    order: 1;
  }

  section.blog.detail > .content > .top > span {
    order: 2;
  }

  section.blog.detail > .content > .top > img {
    order: 3;
    margin: 15px auto 0 auto;
    width: 80%;
    height: auto;
  }

  section.blog.detail > .content > .top > p {
    order: 4;
  }
}
@media (max-width: 380px) {
  section.blog > .content > .blog_short_box .text_box > a.img_mobil {
    width: 100%;
  }

  section.blog.detail > .content > .top > img {
    width: 100%;
  }
}
section.prices > .content {
  width: 1300px;
  height: 1440px;
  margin: 80px auto 40px auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

section.prices > .content::before {
  content: "";
  position: absolute;
  left: 415px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}

section.prices > .content .custom_table_cont {
  width: 360px;
}

section.prices > .content .custom_table_cont:not(:first-child) {
  margin-top: 40px;
}

section.prices > .content .custom_table_cont:nth-child(n+5) {
  margin-left: auto;
}

section.prices > .content .custom_table_cont:nth-child(5) {
  margin-top: 0;
}

section.prices > .content .custom_table_cont:nth-child(8) {
  margin-top: 60px;
}

section.prices > .content .custom_table_cont h2 {
  text-align: left;
  font-weight: 700;
}

section.prices > .content .custom_table_cont table {
  margin-top: 20px;
  width: 100%;
}

section.prices > .content .custom_table_cont table tr {
  margin-bottom: 15px;
  display: flex;
  width: 100%;
}

section.prices > .content .custom_table_cont table tr td {
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 1px;
}

section.prices > .content .custom_table_cont table tr td:nth-child(1) {
  width: 65%;
  padding-right: 10px;
}

section.prices > .content .custom_table_cont table tr td:nth-child(2) {
  width: 35%;
}

section.prices > .promotions_cont {
  width: 100%;
}

section.prices > .promotions_cont > h2 {
  color: #293282;
  text-align: left;
}

section.prices > .promotions_cont > .promotions_grid {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

section.prices > .promotions_cont > .promotions_grid > a {
  display: block;
  overflow: hidden;
  width: 100%;
}

section.prices > .promotions_cont > .promotions_grid > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1400px) {
  section.prices > .promotions_cont > .promotions_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 1350px) {
  section.prices > .content {
    width: 800px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px;
  }

  section.prices > .content::before {
    display: none;
  }

  section.prices > .content .custom_table_cont:not(:first-child) {
    margin-top: 0;
  }

  section.prices > .content .custom_table_cont:nth-child(2), section.prices > .content .custom_table_cont:nth-child(3), section.prices > .content .custom_table_cont:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
  }

  section.prices > .content .custom_table_cont:nth-child(3) {
    margin-top: 135px;
  }

  section.prices > .content .custom_table_cont:nth-child(4) {
    margin-top: 455px;
  }

  section.prices > .content .custom_table_cont:nth-child(n+5) {
    margin-left: 0;
  }

  section.prices > .content .custom_table_cont:nth-child(3)::after {
    content: "";
    position: absolute;
    left: -400px;
    bottom: -20px;
    width: 800px;
    height: 1px;
    background-color: #000;
  }

  section.prices > .content .custom_table_cont:nth-child(5) {
    margin-top: 0;
  }

  section.prices > .content .custom_table_cont:nth-child(6) {
    padding-top: 60px;
  }

  section.prices > .content .custom_table_cont:nth-child(8) {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  section.prices > .promotions_cont > h2 {
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  section.prices > .content {
    width: fit-content;
    width: -moz-fit-content;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }

  section.prices > .content .custom_table_cont {
    margin-top: 0 !important;
  }

  section.prices > .content .custom_table_cont:nth-child(2), section.prices > .content .custom_table_cont:nth-child(3), section.prices > .content .custom_table_cont:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: unset;
  }

  section.prices > .content .custom_table_cont:nth-child(3)::after {
    display: none;
  }

  section.prices > .content .custom_table_cont:nth-child(4)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background-color: #000;
  }

  section.prices > .content .custom_table_cont:nth-child(6) {
    padding-top: 0;
  }

  section.prices > .promotions_cont {
    width: 600px;
    margin: 20px auto 0 auto;
  }

  section.prices > .promotions_cont > .promotions_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  section.prices > .content {
    margin: 40px auto 60px auto;
  }
}
@media (max-width: 650px) {
  section.prices > .promotions_cont {
    width: 100%;
  }

  section.prices > .promotions_cont > .promotions_grid {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
@media (max-width: 400px) {
  section.prices > .content {
    width: 100%;
  }

  section.prices > .content .custom_table_cont {
    width: 100%;
  }

  section.prices > .content .custom_table_cont table tr td:nth-child(1) {
    width: 72%;
  }

  section.prices > .content .custom_table_cont table tr td:nth-child(2) {
    width: 28%;
  }
}
section.prices_new {
  background-color: #EDEFFF;
}

section.prices_new > .content {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

section.prices_new > .content > img {
  display: block;
  width: 400px;
  height: auto;
}

section.prices_new > .content > .text_box {
  width: 760px;
  margin-left: 90px;
}

section.prices_new > .content > .text_box > p {
  letter-spacing: 4px;
  font-size: 18px;
}

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

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

section.prices_new > .content > .text_box > .row > div {
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 4px;
  font-size: 22px;
}

section.prices_new > .content > .text_box > .row > div a {
  display: block;
  letter-spacing: 4px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
}

section.prices_new > .content > .text_box > .row > div a::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 0;
  width: 18px;
  height: 100%;
  background-image: url("../img/svg/tel.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

section.prices_new > .content > .text_box > .row > div:last-child a::before {
  background-image: url("../img/svg/mail.svg");
  left: -30px;
  width: 21px;
}

section.prices_new > .content > .text_box > .row > span {
  width: 1px;
  height: auto;
  background-color: #000;
}

@media (max-width: 1430px) {
  section.prices_new > .content > img {
    width: 300px;
  }

  section.prices_new > .content > .text_box {
    width: 530px;
    margin-left: 60px;
  }

  section.prices_new > .content > .text_box > p {
    letter-spacing: 1px;
    font-size: 16px;
  }

  section.prices_new > .content > .text_box > .row > div {
    letter-spacing: 1px;
    font-size: 18px;
  }

  section.prices_new > .content > .text_box > .row > div a {
    letter-spacing: 1px;
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  section.prices_new > .content {
    flex-direction: column;
  }

  section.prices_new > .content > img {
    width: 350px;
  }

  section.prices_new > .content > .text_box {
    margin: 40px auto 0 auto;
  }
}
@media (max-width: 600px) {
  section.prices_new > .content > .text_box {
    margin: 40px auto 0 auto;
    width: 90%;
  }

  section.prices_new > .content > .text_box > .row {
    flex-direction: column;
  }

  section.prices_new > .content > .text_box > .row > div {
    margin-left: 30px;
  }

  section.prices_new > .content > .text_box > .row > div:last-child {
    margin-top: 25px;
  }

  section.prices_new > .content > .text_box > .row > span {
    display: none;
  }
}
@media (max-width: 450px) {
  section.prices_new > .content > img {
    width: 90%;
  }

  section.prices_new > .content > .text_box {
    width: 100%;
  }

  section.prices_new > .content > .text_box > .line {
    margin: 25px 0;
  }
}
section.partners {
  display: flex;
}

section.partners > .list {
  width: 340px;
  padding: 35px 35px 80px 35px;
}

section.partners > .list h1 {
  color: #293282;
}

section.partners > .list > a {
  width: fit-content;
  width: -moz-fit-content;
  display: block;
  cursor: pointer;
  margin-top: 25px;
  color: #000 !important;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 0.875em;
}

section.partners > .list > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  background-color: #000;
  opacity: 0;
  transition: 0.3s;
}

section.partners > .list > a::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  right: -26px;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/svg/arrow_right.svg");
  opacity: 0;
  transition: 0.3s;
}

section.partners > .list > a:hover::before, section.partners > .list > a:hover::after {
  opacity: 1;
}

section.partners > .list > a:nth-child(2) {
  margin-top: 30px;
}

section.partners #partners_map {
  width: calc(100% - 340px);
  height: auto;
}

@media (max-width: 1600px) {
  section.partners > .list {
    width: 340px;
    padding: 30px 30px 50px 30px;
  }

  section.partners > .list > a {
    margin-top: 20px;
  }

  section.partners > .list > a:nth-child(2) {
    margin-top: 25px;
  }
}
@media (max-width: 1300px) {
  section.partners > .list {
    width: 270px;
  }

  section.partners > .list > a {
    letter-spacing: 2px;
  }

  section.partners #partners_map {
    width: calc(100% - 270px);
  }
}
@media (max-width: 800px) {
  section.partners > .list {
    width: 230px;
  }

  section.partners #partners_map {
    width: calc(100% - 230px);
  }
}
@media (max-width: 700px) {
  section.partners {
    flex-wrap: wrap;
  }

  section.partners > .list {
    width: 100%;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  section.partners > .list h1 {
    grid-column-start: 1;
    grid-column-end: 4;
    justify-self: center;
  }

  section.partners > .list > a {
    margin-top: 0;
    justify-self: center;
  }

  section.partners > .list > a:nth-child(2) {
    margin-top: 0;
  }

  section.partners > .list > a::after {
    transform: rotate(90deg);
    top: 3px;
  }

  section.partners #partners_map {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 500px) {
  section.partners > .list {
    padding: 30px 20px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  section.partners > .list h1 {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  section.partners > .list > a {
    letter-spacing: 1px;
  }

  section.partners #partners_map {
    height: 450px;
  }
}
@media (max-width: 350px) {
  section.partners > .list {
    grid-row-gap: 25px;
  }

  section.partners #partners_map {
    height: 390px;
  }
}
section.products {
  display: flex;
  flex-direction: column;
}

section.products h1 {
  color: #293282;
  font-size: 0.85em;
  font-weight: bold;
  letter-spacing: 0.28em;
  line-height: 1.28em;
  margin: 2.57em 2.85em;
}

section.products .product_container {
  width: 100%;
  display: flex;
  align-items: center;
}

/* section.products .product_container .product_container_image {
  width: 50%;
} */
section.products .product_container .product_container_image img {
  width: 100%;
}

section.products .product_container .product_container_column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 440px;
  margin-left: 3.6vw;
}

section.products .product_container .product_container_column * {
  text-align: left;
  margin-bottom: 2em;
}

section.products .product_container .product_container_column h2 {
  font-family: "Noto Sans";
  font-size: 1.5em;
  letter-spacing: 0.125em;
  line-height: 1.33em;
  text-transform: none;
}

section.products .product_container .product_container_column h3 {
  font-weight: bold;
  text-transform: uppercase;
}

section.products .product_container .product_container_column h4 {
  font-weight: bold;
}

section.products .product_container_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  margin: 2vw;
}

section.products .product_container_grid a {
  display: flex;
}

section.products .product_container_grid a img {
  width: 100%;
}

section.products .product_container_grid a > .abs_tissue {
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(141.13deg, rgba(249, 181, 154, 0.85) 0%, rgba(41, 50, 130, 0.85) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.45s;
}

section.products .product_container_grid a > .abs_tissue > img {
  width: 45px;
  height: auto;
  display: block;
  object-fit: contain;
}

section.products .product_container_grid a:hover > .abs_tissue {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1400px) {
  section.products .product_container {
    flex-direction: column;
  }

  section.products .product_container .product_container_image {
    max-width: 100%;
  }

  section.products .product_container .product_container_image img {
    width: 100%;
  }

  section.products .product_container .product_container_column {
    max-width: 100%;
    align-items: center;
    margin: 3.6vw;
  }

  section.products .product_container .product_container_column * {
    text-align: center;
  }

  section.products .product_container_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 800px) {
  section.products .product_container_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 400px) {
  section.products .product_container_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.btn {
  display: block;
  background-image: linear-gradient(155.45deg, #F9B59A 0%, #293282 100%);
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  height: 25px;
  text-decoration: none;
  padding: 1px;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 180px;
}

.btn:hover > span {
  background: transparent !important;
  color: #fff;
}

.btn > span {
  background: #fff0eb;
  border-radius: 30px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-weight: 500;
  transition: all 0.35s ease;
  line-height: 1.2;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 3px;
}

.btn.big {
  border-radius: 40px;
  height: 65px;
  min-width: 100%;
}

.btn.big:hover > span {
  color: #fff;
}

.btn.big:hover > span > svg .st0 {
  fill: #ffffff;
}

.btn.big > span {
  background: #fff;
  font-size: 14px;
  color: #293282;
  border-radius: 40px;
  justify-content: space-between;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
}

.btn.big > span > svg {
  width: 18px;
  min-width: 18px;
  margin-left: 10px;
}

.btn.big > span > svg .st0 {
  transition: all 0.35s ease;
}

.btn_forward {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.btn_forward.back > img {
  margin-left: 0;
  margin-right: 5px;
  transform: rotate(180deg);
}

.btn_forward > img {
  width: 45px;
  margin-left: 5px;
}

.matrix-content {
  display: block;
  width: 100%;
  margin: 40px 0;
  /** HEADINGS **/
  /** BUTTONS **/
  /** GALLERY **/
  /** YT VIDEO **/
  /** CONTENT **/
  /** CONTENT WITH IMAGE **/
}

.matrix-content h2,
.matrix-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  text-transform: initial;
  margin-top: 25px;
}

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

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

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

.matrix-content .btn.btn-medium {
  min-width: 30%;
  height: 30px;
}

.matrix-content .btn.btn-big {
  min-width: 45%;
  height: 40px;
}

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

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

.matrix-content .matrix-gallery a img {
  background-color: #dbdbdb;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  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: linear-gradient(141.13deg, rgba(249, 181, 154, 0.5) 0%, rgba(41, 50, 130, 0.5) 100%);
}

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

.matrix-content .matrix-gallery a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 3.125em 0 0 -1.25em;
  background: url(../img/svg/more.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: -1.25em 0 0 -1.25em;
}

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

.matrix-content p {
  line-height: 1.5;
  margin-top: 25px;
}

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

.matrix-content .content-columns-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._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%;
  object-position: center;
  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 20px 20px;
}

.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 20px 20px 0;
}

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

/** MEDIA **/
@media (max-width: 1000px) {
  .matrix-content iframe {
    height: 400px;
  }

  .matrix-content .matrix-gallery a {
    height: 160px;
  }
}
@media (max-width: 800px) {
  .matrix-content .matrix-gallery a {
    height: 130px;
  }

  .matrix-content iframe {
    height: 330px;
  }
}
@media (max-width: 600px) {
  .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;
  }
}
@media (max-width: 500px) {
  .matrix-content .content-columns-2,
.matrix-content .content-columns-3 {
    column-count: 1;
  }

  .matrix-content .btn.btn-small {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .matrix-content iframe {
    height: 60vw;
  }

  .matrix-content .matrix-gallery {
    grid-template-columns: auto auto;
  }
}
div.lang {
  background-color: #1D1D1D;
  position: relative;
  height: 100%;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
div.lang a {
  color: #fff !important;
}
div.lang a:hover {
  color: #fff !important;
}
div.lang a::after {
  background: #fff;
}
@media (max-width: 1080px) {
  div.lang {
    height: 80px;
    width: 120px;
    margin-top: 60px;
  }
}

/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */
