@charset "UTF-8";
/* ------------------ default színek és classok ------------------ */
body {
  background-color: #0D0D0D;
  margin: 0;
  padding: 0;
  font-family: quatro, sans-serif;
  font-weight: 400;
}

head {
  margin: 0;
  padding: 0;
}

iframe {
  margin: 0;
  padding: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 1024;
  background: transparent;
}

a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

.lh-1 {
  line-height: 1;
}

.ws-nowrap {
  white-space: nowrap;
}

.fs-18 {
  font-size: 18px;
}

.fs-22 {
  font-size: 22px;
}

.fw-500 {
  font-weight: 500;
}

.ff-play-fair {
  font-family: play-fair-display, sans-serif;
}

.ff-quatro {
  font-family: quatro, sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

h2 {
  font-family: play-fair-display, sans-serif;
}

h3 {
  font-family: play-fair-display, sans-serif;
}

.col-no-padding {
  padding: 0;
}

section {
  padding: 20px 0;
  scroll-margin-top: 75px;
}

.bg-linear {
  background: transparent linear-gradient(234deg, #262626 0%, #0D0D0D 100%) 0 0 no-repeat padding-box;
}

.bg-linear-inverse {
  background: transparent linear-gradient(104deg, #ffffff12 0%, #ffffff21 100%) 0% 0% no-repeat padding-box;
}

.bg-linear-large {
  background: transparent linear-gradient(205deg, #262626 0%, #0D0D0D 100%) 0% 0% no-repeat padding-box;
}

.bg-linear-vertical {
  background: transparent linear-gradient(263deg, #262626 0%, #0D0D0D 100%) 0% 0% no-repeat padding-box;
}

.bg-linear-small {
  background: transparent linear-gradient(257deg, #262626 0%, #0D0D0D 100%) 0% 0% no-repeat padding-box;
}

.bg-linear-wide {
  background: transparent linear-gradient(95deg, #FFFFFF 0%, #FFFFFF4D 100%) 0% 0% no-repeat padding-box;
}

.color-tertiary {
  color: #858585;
}

@media (min-width: 992px) {
  section {
    padding: 45px 0;
    scroll-margin-top: 100px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1220px;
  }
}
.x-video.embed.with-container {
  padding: 0;
}

@font-face {
  font-family: quatro;
  src: url("/fonts/quatro-500.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: quatro;
  src: url("/fonts/quatro-400.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: play-fair-display;
  src: url("/fonts/play-fair-400.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.default-form-check input:checked ~ .checkmark {
  border-color: #fff;
}

.default-form-check input:checked ~ .checkmark:after {
  display: block;
}

.bg-linear-dark {
  background: transparent linear-gradient(234deg, #262626 0%, #0D0D0D 100%) 0% 0% no-repeat padding-box;
}

.title {
  font-size: 34px;
  color: #858585;
  text-align: center;
}

.title-line {
  position: absolute;
  right: 0;
  top: 70px;
  width: 3%;
  border-bottom: 2px solid #404040;
}
.title-line.title-line--left-line {
  left: 0;
}

.bordered-text-box {
  padding: 50px 30px;
  border-radius: 5px;
  border: 2px solid #262626;
  text-align: left;
  position: relative;
}

@media (min-width: 992px) {
  .bordered-text-box {
    padding: 60px 30px;
  }
}
@media (min-width: 1300px) {
  .title-line {
    width: 6%;
  }
}
@media (min-width: 1400px) {
  .title-line {
    width: 9%;
  }
}
@media (min-width: 1500px) {
  .title-line {
    width: 12%;
  }
}
@media (min-width: 1700px) {
  .title-line {
    width: 14%;
  }
}
@media (min-width: 1800px) {
  .title-line {
    width: 16%;
  }
}
.desktop-navbar {
  display: none;
}

.desktop-navbar__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #262626;
  padding: 20px 0;
  background-color: #0D0D0D;
}

.desktop-navbar__navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.desktop-navbar__nav-item {
  padding: 0 25px;
  letter-spacing: 0.28px;
  color: #A6A6A6;
  font-size: 16px;
  transition: 0.15s;
}
.desktop-navbar__nav-item:hover {
  transition: 0.15s;
  color: #FFFFFF;
}

.desktop-navbar__logo-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.desktop-navbar__logo-texts {
  display: flex;
  flex-direction: column;
  letter-spacing: 1.8px;
  font-size: 14px;
  color: #FFFFFF;
}

.language-dropdown:focus {
  box-shadow: unset;
}

.dropdown-menu {
  min-width: unset;
  background: #262626;
}
.dropdown-menu .dropdown-item {
  color: #FFFFFF;
  padding: 5px 22px;
}
.dropdown-menu .dropdown-item:hover {
  background: #262626;
}

.mobile-navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-navbar-container__hamburger-menu-icon {
  width: 40px;
  cursor: pointer;
}

.mobile-navbar {
  background-color: #0D0D0D;
  padding: 15px 20px;
  border-bottom: 2px solid #A6A6A6;
}

.mobile-navbar__action-box {
  display: flex;
  align-items: center;
}

.navbar-logo {
  height: 45px;
  margin-right: 15px;
}

.side-nav {
  z-index: 1024;
  width: 0;
  overflow-x: hidden;
  position: fixed;
  top: 75px;
  right: 0;
  height: 100%;
}

.side-nav__light {
  height: 100%;
  overflow-x: hidden;
}

.side-nav__close-box {
  background: #FFFFFF4D;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 20px 35px;
}

.side-nav__close-box-close-icon {
  width: 40px;
}

.side-nav__dark {
  opacity: 0;
  background-color: #0D0D0D;
  height: 100%;
}

.side-nav__menu-points {
  padding: 35px;
}
.side-nav__menu-points div {
  margin-bottom: 30px;
  text-align: right;
  text-transform: uppercase;
}
.side-nav__menu-points div a {
  color: #FFFFFF;
}

.side-nav__menu-points-icons-fb-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.side-nav__menu-points-icons-fb-box {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.side-nav__menu-points-icon-fb {
  height: 30px;
  margin-bottom: 5px;
}

.side-nav__menu-points-icons-text {
  font-size: 12px;
  text-transform: lowercase;
}

.side-nav__menu-points-icon-mail {
  height: 30px;
}

.phone-nav {
  padding: 7px 20px;
  color: #ffffff;
  background: #151515;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.phone-nav a {
  color: #ffffff;
}
.phone-nav .about-us__contact-us-btn {
  padding: 8px 22px;
}
.phone-nav img {
  height: 16px;
}

@media (min-width: 992px) {
  .mobile-navbar {
    display: none;
  }

  .desktop-navbar {
    display: block;
  }

  .navbar-logo {
    height: 70px;
    margin-right: 30px;
  }

  .desktop-navbar__logo-texts {
    font-size: 18px;
  }
}
.about-us__text-container {
  margin: auto 0;
  text-align: center;
  color: #858585;
}
.about-us__text-container h1 {
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
.about-us__text-container h2 {
  color: #FFFFFF;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.about-us__text-container p {
  letter-spacing: 0.32px;
  font-size: 16px;
  margin-bottom: 20px;
}

.about-us__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  margin-bottom: 30px;
}

.about-us__contact-us-btn {
  padding: 15px 45px;
  font-size: 16px;
  display: inline-block;
  color: #FFFFFF;
  transition: 0.4s;
  border: 1px solid #ffffff26;
}
.about-us__contact-us-btn:hover {
  background: #00000045 linear-gradient(355deg, #ffffff12 0%, #ffffff21 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .about-us__text-container {
    text-align: left;
  }
  .about-us__text-container h1 {
    font-size: 18px;
  }
  .about-us__text-container h2 {
    font-size: 44px;
    padding-left: 2px;
  }
  .about-us__text-container p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .about-us__text-container h1 {
    font-size: 18px;
  }
  .about-us__text-container h2 {
    font-size: 64px;
  }
  .about-us__text-container p {
    font-size: 20px;
  }
}
.services__service-container {
  padding: 40px 50px;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #262626;
}
.services__service-container img {
  height: 90px;
  margin-bottom: 40px;
}
.services__service-container h3 {
  font-size: 18px;
  color: #858585;
}

.owner {
  background-size: contain;
  position: relative;
  background: url("/images/background_v2.jpg") no-repeat left;
}
.owner h2 {
  margin-bottom: 20px;
}
.owner img {
  width: 100%;
  height: auto;
}

.owner-description__container h3 {
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.owner-description__container p {
  font-size: 14px;
  color: #A6A6A6;
}
.owner-description__container .quote {
  position: absolute;
  width: 55px;
  right: 10%;
  top: -6%;
}

@media (min-width: 992px) {
  .owner h2 {
    text-align: right;
    font-size: 50px;
  }

  .lg-margin-setter {
    margin: auto;
  }

  .owner-description__container {
    padding: 60px 30px;
  }
  .owner-description__container h3 {
    font-size: 34px;
  }
  .owner-description__container p {
    font-size: 16px;
  }
  .owner-description__container .quote {
    top: -3%;
  }
}
.references {
  position: relative;
}
.references h2 {
  margin-bottom: 20px;
  text-align: center;
}
.references .references__reference-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.references__arrow {
  height: 35px;
  position: absolute;
  top: calc(50% - 12.5px);
  cursor: pointer;
  background: #00000072;
  padding: 10px;
  border-radius: 50%;
  transition: 0.1s;
}
.references__arrow.left {
  left: 20px;
  transform: rotateZ(270deg);
}
.references__arrow.right {
  right: 20px;
  transform: rotateZ(90deg);
}
.references__arrow:hover {
  background: #000000A1;
}

.paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 20px;
  font-family: play-fair-display, sans-serif;
  margin-top: 15px;
}
.paginator span {
  display: inline-block;
  margin-right: 5px;
}

.references__paginator {
  height: 60px;
  cursor: pointer;
  transition: 0.15s;
}
.references__paginator.left {
  transform: rotateZ(270deg);
  margin-right: 5px;
  padding: 20px;
}
.references__paginator.left:hover {
  transform: rotateZ(270deg) scale(1.2);
}
.references__paginator.right {
  transform: rotateZ(90deg);
  padding: 20px;
}
.references__paginator.right:hover {
  transform: rotateZ(90deg) scale(1.2);
}

.reference-description__container span {
  margin-bottom: 30px;
  color: #A6A6A6;
  display: inline-block;
  font-size: 16px;
}
.reference-description__container h3 {
  margin-bottom: 20px;
  color: #FFFFFF;
}
.reference-description__container p {
  color: #A6A6A6;
  margin-bottom: 20px;
  font-size: 14px;
}

.desktop-reference-paginator {
  position: absolute;
  bottom: 0;
  margin-left: 15px;
}

@media (min-width: 576px) {
  .references .references__reference-image {
    height: 370px;
  }
}
@media (min-width: 768px) {
  .references .references__reference-image {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .references h2 {
    text-align: left;
    font-size: 50px;
  }

  .paginator {
    justify-content: left;
  }

  .references__paginator {
    height: 65px;
  }
  .references__paginator.left {
    padding: 20px;
    margin-left: -20px;
  }

  .reference-description__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 450px;
  }
  .reference-description__container span {
    font-size: 18px;
  }
  .reference-description__container p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .reference-description__container {
    min-height: 520px;
  }

  .desktop-reference-paginator {
    bottom: 20px;
  }
}
.prices h2 {
  margin-bottom: 20px;
  text-align: center;
}
.prices img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prices__price-container {
  text-align: left;
}
.prices__price-container h3 {
  color: #858585;
  font-size: 18px;
  letter-spacing: 0.9px;
}
.prices__price-container p {
  color: #FFFFFF;
  font-size: 34px;
}
.prices__price-container p span {
  font-size: 20px;
  letter-spacing: 0;
}
.prices__price-container .prices__price-parameters {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.32px;
}
.prices__price-container .prices__price-parameters span {
  color: #A6A6A6;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}

.prices__price-box {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.prices__price-box-left {
  width: 100%;
}

.prices__price-box-right {
  width: 100%;
}

@media (min-width: 992px) {
  .prices h2 {
    text-align: left;
    font-size: 50px;
  }

  .prices__price-container {
    margin: 25px 0;
  }

  .prices__price-box {
    flex-direction: unset;
  }

  .prices__price-parameters span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .prices__price-container {
    height: calc(100% - 50px);
  }

  .prices__price-box-left {
    width: 50%;
  }

  .prices__price-box-right {
    width: 50%;
  }
}
.company-banner__container {
  border: 1px solid #262626;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 55px 30px;
}
.company-banner__container h2 {
  font-size: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.company-banner__container img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

@media (min-width: 992px) {
  .company-banner__container {
    flex-direction: row;
    align-items: center;
    padding: 35px 250px 35px 100px;
    justify-content: space-between;
  }
  .company-banner__container h2 {
    font-size: 34px;
    margin-bottom: unset;
  }
  .company-banner__container img {
    height: 80px;
  }
}
.gallery iframe {
  min-height: 200px;
  margin-bottom: 20px;
  border: 2px solid #262626;
  border-radius: 5px;
}

.gallery_paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gallery_paginator span {
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 10px;
}
.gallery_paginator img {
  height: 15px;
  transform: rotateX(180deg);
}

@media (min-width: 576px) {
  .gallery iframe {
    min-height: 250px;
  }
}
.contact-us {
  text-align: center;
}
.contact-us h2 {
  font-size: 16px;
  color: #858585;
  margin-bottom: 15px;
}
.contact-us h3 {
  font-size: 34px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.contact-us__parameters {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  align-items: center;
}
.contact-us__parameters span, .contact-us__parameters a {
  color: #A6A6A6;
  font-size: 14px;
  transition: 0.15s;
  padding: 10px;
}
.contact-us__parameters a:hover {
  transition: 0.15s;
  color: #FFFFFF;
}

.contact-us__customer {
  padding: 25px;
  margin-bottom: 15px;
  transition: box-shadow 0.15s ease-in-out, background-color 0.25s linear;
  cursor: pointer;
  border: 1px solid #262626;
}
.contact-us__customer img {
  height: 30px;
  margin-right: 25px;
}
.contact-us__customer span {
  font-size: 16px;
  color: #A6A6A6;
}
.contact-us__customer.active {
  background: #39404c;
  border: 1px solid #9298a4;
}
.contact-us__customer.active span {
  color: #FFFFFF;
}
.contact-us__customer:hover {
  box-shadow: 0 0 5px 0 #ddd7d766;
}

.contact-us__form input, .contact-us__form textarea {
  margin-bottom: 10px;
  border: 2px solid #262626;
  background: transparent;
  border-radius: unset;
  padding: 25px 20px;
  font-size: 16px;
  color: #A6A6A6;
}
.contact-us__form input:focus, .contact-us__form textarea:focus {
  box-shadow: 0 0 5px #FFFFFF4D;
  border: 2px solid #262626;
  background: #262626;
  color: #A6A6A6;
}
.contact-us__form button {
  width: 100%;
  border: 1px solid #FFFFFF4D;
  border-radius: 0;
  padding: 20px 45px;
  letter-spacing: 0.9px;
  color: #FFFFFF;
}
.contact-us__form button:hover {
  color: #FFFFFF;
  box-shadow: 0 0 5px 0 #ddd7d766;
}
.contact-us__form button .spinner-grow {
  background: #39404c;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.contact-us__error-msg-box {
  margin-bottom: 15px;
  color: #b11717;
  font-size: 16px;
}

@media (min-width: 992px) {
  .contact-us {
    text-align: left;
  }
  .contact-us h2 {
    font-size: 18px;
  }
  .contact-us h3 {
    font-size: 50px;
    margin-bottom: 40px;
    padding-left: 2px;
    max-width: 300px;
  }

  .contact-us__parameters {
    align-items: flex-start;
  }
  .contact-us__parameters span, .contact-us__parameters a {
    margin-bottom: 10px;
    font-size: 16px;
    color: #A6A6A6;
    transition: 0.15s;
    padding: 5px 5px 5px 0;
  }
  .contact-us__parameters span:hover, .contact-us__parameters a:hover {
    transition: 0.15s;
    color: #FFFFFF;
  }

  .contact-us__customer {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .contact-us__customer img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.modal-content {
  color: #FFFFFF;
  background: #262626;
}

.modal-title {
  text-align: center;
  width: 100%;
}

.modal-footer {
  justify-content: center;
}
.modal-footer a {
  border: 1px solid #a6a6a642;
  color: #FFFFFF;
  padding: 10px 20px;
  transition: 0.15s;
}
.modal-footer a:hover {
  color: #FFFFFF;
  box-shadow: 0 0 5px 0 #ddd7d766;
  transition: 0.15s;
}

.modal-naming {
  font-size: 16px;
}

.modal-error-text {
  color: #d22d1f;
}

.footer {
  background: #262626;
  padding: 40px 0 20px;
}
.footer hr {
  text-align: center;
  border-top: 1px solid #858585;
  width: calc(100% - 40px);
  margin-bottom: 35px;
}

.footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.footer__brand img {
  height: 45px;
  margin-right: 15px;
}

.footer__motto {
  display: flex;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.28px;
}
.footer__motto span {
  font-size: 14px;
  color: #A6A6A6;
}

.footer__text-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}
.footer__text-container p {
  color: #858585;
  font-size: 16px;
}
.footer__text-container a {
  color: #A6A6A6;
  margin-bottom: 10px;
  transition: 0.15s;
}
.footer__text-container a:hover {
  transition: 0.15s;
  color: #FFFFFF;
}

.footer__trademark {
  color: #A6A6A6;
  letter-spacing: 0.28px;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .footer hr {
    width: calc(100% - 30px);
  }

  .footer__brand {
    margin-bottom: 30px;
    justify-content: left;
  }
  .footer__brand img {
    height: 75px;
  }

  .footer__motto {
    text-align: left;
  }
  .footer__motto span {
    font-size: 16px;
  }

  .footer__text-container {
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
  }
  .footer__text-container p {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .footer__text-container a {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer__trademark {
    font-size: 16px;
  }
}

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