@font-face {
  font-family: 'FiraSansCondensed-Thin';
  src: url('../font/FiraSansCondensed-Thin.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'FiraSansCondensed-ThinItalic';
  src: url('../font/FiraSansCondensed-ThinItalic.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'FiraSansCondensed';
  src: url('../font/FiraSansCondensed-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'FiraSansCondensed-Medium';
  src: url('../font/FiraSansCondensed-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'FiraSansCondensed-MediumItalic';
  src: url('../font/FiraSansCondensed-MediumItalic.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'FiraSansCondensed-Bold';
  src: url('../font/FiraSansCondensed-Bold.ttf');
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
  max-width: 100vw;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  overflow-x: hidden;
  font-family: 'FiraSansCondensed';
  font-size: 16px;
  color: #e6e3e3;
  background: linear-gradient(0deg, #2b2a29 1%, #2b2a29 4%, #2b2a29 100%);
}
a,
p,
li,
span,
div,
h1,
h2,
h3 {
  font-weight: 400;
}
a {
  color: #e6e3e3;
}
.fav {
  filter: brightness(0) saturate(100%) invert(38%) sepia(91%) saturate(2725%) hue-rotate(26deg) brightness(95%) contrast(91%);
}
.header {
  position: relative;
  box-sizing: border-box;
  height: 95vh;
  background-image: url("../img/bg-img-1.jpg");
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .header {
    height: 93vh;
  }
}
.header-box {
  position: absolute;
  top: calc(20%);
  right: 0;
  left: 0;
  padding: 90px 20px;
  background: linear-gradient(0deg, #813303 -1%, rgba(196, 78, 4, 0.421) 45%, rgba(26, 25, 24, 0.9) 99.8%, rgba(21, 21, 20, 0.8) 100%);
  box-shadow: 2px 2px 12px 12px rgba(12, 11, 11, 0.35);
}
@media screen and (max-width: 1050px) {
  .header-box {
    top: calc(15%);
  }
}
@media screen and (max-width: 750px) {
  .header-box {
    padding: 150px 20px;
    top: calc(15%);
  }
}
@media screen and (max-width: 500px) {
  .header-box {
    padding: 90px 10px;
  }
}
.header-box-logo {
  width: 55%;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .header-box-logo {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .header-box-logo {
    width: 100%;
  }
}
.header-box-logo svg {
  width: 100%;
}
.header-box-logo #logo-m path {
  fill: #e6e3e3 !important;
}
.header-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 60px 0;
  font-size: 40px;
  text-align: center;
  background: linear-gradient(0deg, #2b2a29 4%, rgba(43, 42, 41, 0.901) 10%, rgba(70, 67, 65, 0.8) 40%, rgba(196, 78, 4, 0.585) 92%, rgba(129, 51, 3, 0.8) 100%);
}
@media screen and (max-width: 1050px) {
  .header-title {
    padding: 40px 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .header-title {
    padding: 12px 0;
    font-size: 30px;
  }
}
.header-title-tel {
  box-sizing: border-box;
  height: auto;
  width: fit-content;
  margin-left: 5px;
  padding: 8px;
  border-radius: 5px;
  background: rgba(2, 1, 0, 0.3);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .header-title-tel {
    display: block;
    margin: 10px auto;
    padding: 10px 8px 8px;
  }
}
.header-title-tel a {
  text-decoration: none;
}
.header-title-tel:hover {
  background: #72716d;
}
.header-title-tel-icon_phone {
  vertical-align: middle;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-top: -5px;
  margin-right: -12px;
  transform: rotate(5deg);
  background: url("../icons/icon_phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1050px) {
  .header-title-tel-icon_phone {
    width: 32px;
    height: 32px;
    margin-right: -7px;
  }
}
.header-navbar {
  position: fixed;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 1.2;
  text-align: right;
  box-shadow: -2px -2px 7px 0px rgba(147, 113, 92, 0.725);
  background: #2b2a29;
  z-index: 2;
  vertical-align: middle;
}
.header-navbar-items {
  position: relative;
  height: auto;
  margin-bottom: 0;
  cursor: pointer;
  text-decoration: none;
}
.header-navbar-items-contact {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 -2px;
  padding: 24px 8px;
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .header-navbar-items-contact {
    font-size: 18px;
    padding: 24px 5px;
  }
}
@media screen and (min-width: 750px) {
  .header-navbar-items-contact:hover {
    background: #72716d;
  }
}
.header-navbar-items-contact:focus,
.header-navbar-items-contact:focus-within {
  background: #72716d;
}
.header-navbar-items-contact:focus .dropdown-content-popup,
.header-navbar-items-contact:focus-within .dropdown-content-popup {
  display: inline-block;
}
.header-navbar-items-contact .dropdown-content-popup {
  display: none;
  position: absolute;
  box-sizing: border-box;
  right: 0;
  bottom: 72px;
  margin: 0;
  padding: 0;
  background: #72716d;
  box-shadow: 0 -6px 8px 0 rgba(2, 2, 2, 0.35);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .header-navbar-items-contact .dropdown-content-popup {
    width: 100%;
    right: 0;
  }
}
.header-navbar-items-contact .dropdown-content-popup-links {
  position: relative;
  list-style: none;
}
.header-navbar-items-contact .dropdown-content-popup-links-link {
  padding: 15px 10px 10px;
}
@media screen and (max-width: 750px) {
  .header-navbar-items-contact .dropdown-content-popup-links-link:last-child {
    padding-top: 5px;
  }
}
@media screen and (max-width: 500px) {
  .header-navbar-items-contact .dropdown-content-popup-links-link:last-child {
    font-size: 16px;
  }
}
.header-navbar-items-contact .dropdown-content-popup ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.header-navbar-items-contact .dropdown-content-popup ul li {
  padding-left: 20px;
}
.header-navbar-items-contact .dropdown-content-popup ul li:hover {
  background: rgba(2, 1, 0, 0.3);
}
.header-navbar-items-contact .dropdown-content-popup ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.header-navbar-items-contact .dropdown-content-popup ul li:first-child {
  padding: 30px 15px 5px;
  text-align: left;
  font-family: 'FiraSansCondensed-Medium';
  font-size: 24px;
  background-color: #2b2a29;
}
@media screen and (max-width: 750px) {
  .header-navbar-items-contact .dropdown-content-popup ul li:first-child {
    padding: 30px 20px 15px;
    text-align: center;
    font-size: 18px;
  }
}
.header-navbar-items-contact .dropdown-content-popup ul li:first-child:hover {
  background-color: #2b2a29;
}
.header-navbar-items-contact .dropdown-content-popup ul li:nth-child(2) {
  padding: 0 15px 20px;
  text-align: left;
  background: #2b2a29;
  font-style: italic;
}
@media screen and (max-width: 750px) {
  .header-navbar-items-contact .dropdown-content-popup ul li:nth-child(2) {
    text-align: center;
    padding: 0 20px 15px;
    font-size: 18px;
  }
}
.header-navbar-items-contact-icon_whatsapp {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #e6e3e3;
  background: url("../icons/icon_wa.svg") center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
.header-navbar-items-contact-icon_telegram {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #e6e3e3;
  background: url("../icons/icon_telegram.svg") center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
.header-navbar-items-contact-icon_phone {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #e6e3e3;
  background: url("../icons/icon_phone.svg") center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
.header-navbar-items-contact-icon_mail {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #e6e3e3;
  background: url("../icons/icon_mail.svg") center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
@media screen and (max-width: 500px) {
  .header-navbar-items-contact-icon_mail {
    margin-left: 0;
    font-size: 18px;
  }
}
.header-navbar-items-text {
  text-transform: uppercase;
  font-size: 18px;
  vertical-align: super;
  margin-bottom: 2px;
}
.header-navbar-items-text-logo {
  position: absolute;
  height: 50px;
  padding: 10px;
  filter: invert(1);
}
.header-navbar-items-text-logo svg {
  width: 100%;
}
.header-navbar-items-text-logo #logo-m path {
  fill: rgba(2, 1, 0, 0.3) !important;
}
@media screen and (max-width: 1050px) {
  .header-navbar-items-text-logo {
    padding: 10px 5px 10px 10px;
  }
}
@media screen and (max-width: 500px) {
  .header-navbar-items-text-logo {
    display: none;
  }
}
.header-navbar-items-text-contact {
  font-size: 20px;
  vertical-align: top;
  margin: 0;
}
.header-navbar-items-lang,
.header-navbar-items-hamburger {
  display: inline-block;
  margin: 0 -2px;
  padding: 18px 10px;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  .header-navbar-items-lang,
  .header-navbar-items-hamburger {
    padding: 18px 5px;
  }
  .header-navbar-items-lang:nth-last-child(1),
  .header-navbar-items-hamburger:nth-last-child(1) {
    padding: 18px 12px 18px 5px;
  }
}
@media screen and (min-width: 750px) {
  .header-navbar-items-lang:hover,
  .header-navbar-items-hamburger:hover {
    background: #72716d;
  }
}
.header-navbar-items-lang:focus,
.header-navbar-items-hamburger:focus,
.header-navbar-items-lang:focus-within,
.header-navbar-items-hamburger:focus-within {
  background: #72716d;
}
.header-navbar-items-lang:focus .dropdown-content-menu,
.header-navbar-items-hamburger:focus .dropdown-content-menu,
.header-navbar-items-lang:focus-within .dropdown-content-menu,
.header-navbar-items-hamburger:focus-within .dropdown-content-menu {
  display: block;
}
.header-navbar-items-lang .dropdown-content-menu,
.header-navbar-items-hamburger .dropdown-content-menu {
  position: absolute;
  display: none;
  bottom: 72px;
  right: 0;
  box-sizing: border-box;
  background: #72716d;
  box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.header-navbar-items-lang .dropdown-content-menu-lang,
.header-navbar-items-hamburger .dropdown-content-menu-lang {
  right: 50px;
}
@media screen and (max-width: 750px) {
  .header-navbar-items-lang .dropdown-content-menu-lang,
  .header-navbar-items-hamburger .dropdown-content-menu-lang {
    right: 47px;
  }
}
.header-navbar-items-lang .dropdown-content-menu-links,
.header-navbar-items-hamburger .dropdown-content-menu-links {
  text-align: right;
}
.header-navbar-items-lang .dropdown-content-menu-links-link,
.header-navbar-items-hamburger .dropdown-content-menu-links-link {
  height: 30px;
}
.header-navbar-items-lang .dropdown-content-menu-links-link-lang,
.header-navbar-items-hamburger .dropdown-content-menu-links-link-lang {
  border-bottom: 3px solid #c44e04;
  opacity: 0.8;
}
.header-navbar-items-lang .dropdown-content-menu ul,
.header-navbar-items-hamburger .dropdown-content-menu ul {
  padding: 10px 15px 10px 10px;
  list-style: none;
  margin-block: 0;
}
.header-navbar-items-lang .dropdown-content-menu ul li,
.header-navbar-items-hamburger .dropdown-content-menu ul li {
  text-align: right;
  padding: 5px 0;
}
.header-navbar-items-lang .dropdown-content-menu a,
.header-navbar-items-hamburger .dropdown-content-menu a {
  text-decoration: none;
  font-size: 18px;
  color: #e6e3e3;
}
.header-navbar-items-lang .dropdown-content-menu a:hover,
.header-navbar-items-hamburger .dropdown-content-menu a:hover {
  border-bottom: 3px solid #c44e04;
}
.header-navbar-items-icon_top {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../icons/top.svg") center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-navbar-items-icon_bottom {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #e6e3e3;
  background: url("../icons/bottom.svg") center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-navbar-items-icon_lang {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #e6e3e3;
  background: url("../icons/icon_globe.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.header-navbar-items-icon_menu {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #e6e3e3;
  background: url("../icons/icon_menu.svg") center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section_bg_img_1 {
  position: relative;
  background-image: url("../img/bg-img-2.jpg");
}
.section_bg_img_2 {
  position: relative;
  background-image: url("../img/bg-img-3.jpg");
}
.section_bg_img_3 {
  position: relative;
  background-image: url("../img/bg-img-4.jpg");
}
.section_bg_filter {
  position: absolute;
  box-sizing: border-box;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(143, 122, 122, 0.3);
}
.sections {
  display: flex;
  flex-direction: column;
}
.sections-section {
  height: auto;
  min-height: 93vh;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.sections-section:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1050px) {
  .sections-section {
    min-height: 88vh;
    flex-direction: column;
    gap: 40px;
    justify-content: space-evenly;
  }
  .sections-section:nth-child(odd) {
    flex-direction: column;
  }
}
.sections-section-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1050px) {
  .sections-section-bg {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1050px) {
  .sections-section-bg {
    padding: 30px;
  }
}
@media screen and (max-width: 750px) {
  .sections-section-bg {
    padding: 60px 0;
  }
}
.sections-section-carp {
  width: 55%;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.8));
}
.sections-section-carp img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1520px) {
  .sections-section-carp {
    width: 58%;
  }
}
@media screen and (max-width: 1050px) {
  .sections-section-carp {
    width: 100%;
    border-radius: 0;
  }
}
.sections-section-info {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.8));
  z-index: 1;
}
.sections-section-info-block {
  width: auto;
  height: auto;
  border-radius: 5px;
  background: rgba(7, 4, 2, 0.668);
  background: rgba(43, 42, 41, 0.8);
  padding: 25px;
}
@media screen and (max-width: 750px) {
  .sections-section-info-block {
    border-radius: 0;
  }
}
.sections-section-info-block-title {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #e6e3e3;
}
@media screen and (max-width: 500px) {
  .sections-section-info-block-title {
    font-size: 24px;
  }
}
.sections-section-info-block-title-subtitle {
  font-size: 24px;
}
.sections-section-info-block ul {
  list-style-type: none;
  margin-block-start: 10px;
  margin-block-end: 10px;
  padding-inline-start: 0;
}
.sections-section-info-block ul li {
  font-size: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .sections-section-info-block ul li {
    font-size: 18px;
  }
}
.gallery-title {
  display: flex;
  padding: 70px 20px 60px 20px;
  justify-content: center;
  color: #c44e04;
  font-size: 40px;
  font-weight: 600;
  background-color: rgba(43, 42, 41, 0.8);
}
@media screen and (max-width: 500px) {
  .gallery-title {
    display: block;
    font-size: 24px;
    padding: 20px 10px;
    text-align: center;
  }
}
.gallery {
  column-count: 4;
  -moz-column-gap: 0;
  margin: 0 10px;
  padding-bottom: 50px;
  column-gap: 10px;
  line-height: 0;
  vertical-align: middle;
  column-fill: balance;
  -moz-column-fill: balance;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  z-index: 5;
}
@media screen and (max-width: 1050px) {
  .gallery {
    column-count: 3;
  }
}
@media screen and (max-width: 750px) {
  .gallery {
    column-count: 2;
  }
}
@media screen and (max-width: 500px) {
  .gallery {
    column-count: 1;
  }
}
.gallery-item {
  display: inline-block;
  padding: 0;
  margin: 5px 0;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  transition: all 250ms linear;
  position: relative;
  line-height: 0;
}
.gallery-item img {
  width: 100%;
}
.gallery-item:hover,
.gallery-item:focus,
.gallery-item:active {
  z-index: 1;
  transform: scale(1.1, 1.1);
  box-shadow: 5px 5px 0px white, 5px -5px 0px white, -5px 5px 0px white, -5px -5px 0px white, 0 0 100px black;
}
@media screen and (max-width: 1050px) {
  .gallery-item:hover,
  .gallery-item:focus,
  .gallery-item:active {
    transform: none;
    box-shadow: none;
  }
}
.gallery-item:hover:after,
.gallery-item:focus:after,
.gallery-item:active:after {
  opacity: 1;
}
.gallery-item:after {
  content: attr(tooltip-title);
  position: absolute;
  display: block;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 20px;
  line-height: 140%;
  color: white;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 250ms linear;
}
.gallery-item-title {
  display: none;
  position: absolute;
  width: 24.1%;
  height: 80px;
  padding: 10px;
  color: #e6e3e3;
  line-height: 2;
  border-radius: 0 0 30px 30px;
  cursor: pointer;
  margin-top: -5px;
  background-color: #333;
}
.footer {
  background: linear-gradient(0deg, rgba(70, 67, 65, 0.7) 80%, #57514c 95%, #151514 100%);
  margin-bottom: 70px;
  text-align: center;
}
.footer-text {
  padding: 20px 10px;
  font-size: 30px;
}
@media screen and (max-width: 500px) {
  .footer-text {
    font-size: 24px;
    text-align: left;
    padding: 20px;
  }
}
