@charset "UTF-8";
/*
 Theme Name:   Сhateau Zegaani
 Author:       jb
 Description: Сhateau Zegaani’s theme
 Version: 1.0
*/
/*example font-size:30px;  font-size:pxToRem(30); */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400&family=Noto+Serif+Georgian:wght@400&family=Noto+Sans+Georgian:wght@400&display=swap");
@font-face {
  font-family: "Lazurski";
  font-weight: 400;
  src: url("fonts/Lazurski-Regular.woff2") format("woff2"), url("fonts/Lazurski-Regular.woff") format("woff"), url("fonts/Lazurski-Regular.ttf") format("truetype"), url("fonts/Lazurski-Regular.otf") format("opentype");
  font-display: block;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  height: 12px;
  width: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
  border: 3px solid #fff;
}

*::-webkit-scrollbar-track {
  background: #5A4342;
}

html {
  font-size: 16px;
  height: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}

body {
  font-family: "Lato", sans-serif;
  font-size: max(12px, 1rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #5A4342;
  scroll-behavior: smooth;
  background-color: white;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.lang-ka {
  font-family: "Noto Sans Georgian", sans-serif;
}

h1, h2, h3 {
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Lazurski", serif;
}
.lang-ka h1, .lang-ka h2, .lang-ka h3 {
  font-family: "Noto Serif Georgian", serif;
}

h1 {
  font-size: 6.625rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

p {
  margin-bottom: 1.25rem;
  line-height: 160%;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 10px;
  }
}

img, fieldset, a img {
  border: none;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: #5A4342;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #B86353;
}

button {
  border: 0;
  background: none;
}

input, textarea, select, button {
  font-family: "Lato", sans-serif;
}
.lang-ka input, .lang-ka textarea, .lang-ka select, .lang-ka button {
  font-family: "Noto Sans Georgian", sans-serif;
}

input[type=submit], button {
  cursor: pointer;
}

input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

textarea::-webkit-scrollbar {
  display: none;
}

ul {
  list-style-type: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.custom-select {
  position: relative;
}
.custom-select__trigger {
  border-radius: 0;
  border: none;
  background: transparent;
  height: unset;
  line-height: unset;
  cursor: pointer;
  color: #5A4342;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.custom-select__trigger:after {
  content: "";
  border-bottom: 2px solid #5A4342;
  border-right: 2px solid #5A4342;
  width: 0.25rem;
  height: 0.25rem;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -0.1875rem;
}
.custom-select.open .custom-select__trigger:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
main:not(.open) .header-dark .custom-select__trigger, main:not(.open) .header-sticky .custom-select__trigger, .footer-dark .custom-select__trigger {
  color: #fff;
}
main:not(.open) .header-dark .custom-select__trigger:after, main:not(.open) .header-sticky .custom-select__trigger:after, .footer-dark .custom-select__trigger:after {
  border-color: #fff;
}
.custom-select__trigger:hover {
  color: #B86353 !important;
}
.custom-select__trigger:hover:after {
  border-color: #B86353 !important;
}
.custom-select__options {
  border: 1px solid #B86353;
  border-radius: 0;
  background-color: #f1e0dd !important;
  z-index: 9999;
  display: none;
  position: absolute;
  top: 120%;
  left: -0.625rem;
}
.custom-select__option {
  padding: 0.3125rem 1.25rem 0.3125rem 0.625rem;
  background-color: #f1e0dd !important;
  cursor: pointer;
  color: #5A4342;
}
.custom-select__option:hover, .custom-select__option:focus {
  background-color: #B86353 !important;
  color: #fff;
}
.custom-select__option[selected] {
  font-weight: 400;
  display: none;
}
.custom-select.pll-switcher-select .selected {
  display: none;
}
.custom-select:focus {
  border-color: #B86353;
  outline: none;
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e3e1e6;
    box-shadow: 0 0 0 0 #e3e1e6;
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e3e1e6;
    box-shadow: 0 0 0 0 #e3e1e6;
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.scrollbar-thumb {
  border-radius: 0 !important;
  background: #45414d !important;
}

.scrollbar-track {
  background: transparent !important;
}

main {
  position: relative;
  height: 100vh;
  height: -webkit-fill-available;
}

.page-content {
  overflow: hidden;
}

.upper {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-mobile, #wpadminbar {
    display: none;
  }
}
.inner {
  width: 100%;
  max-width: 53.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.9375rem;
  }
}

.arrow-right {
  position: relative;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #B86353;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.arrow-right:before, .arrow-right:after {
  content: "";
  width: 1.1875rem;
  height: 1.1875rem;
  position: absolute;
  top: 25%;
  left: 25%;
  background: url(images/arrow.svg) center center/1.1875rem 1.1875rem no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-right:before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.arrow-right:hover {
  background-color: rgba(184, 99, 83, 0.1450980392);
}
.arrow-right:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.arrow-right:hover:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
@media (max-width: 767px) {
  .arrow-right {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -1px;
  }
  .arrow-right:before, .arrow-right:after {
    width: 0.625rem;
    height: 0.625rem;
    background-size: 0.625rem 0.625rem;
  }
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

.swiper-button-prev, .swiper-button-next {
  color: #fff;
}
@media (min-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 0.75rem;
}

.swiper-button-lock {
  opacity: 0 !important;
}

.swiper-pagination-bullets {
  text-align: center;
}
.swiper-pagination-bullet {
  background-color: #B86353;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}

/*.smooth-content { 
	border-top: 1px solid transparent; 
	border-bottom: 1px solid transparent;
}*/
.modal {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__container {
  position: relative;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .modal__container {
    padding: 40px 25px;
  }
}
.modal__title {
  margin-bottom: 0.625rem;
  text-align: center;
}
.modal__desc {
  margin-bottom: 2.5rem;
  text-align: center;
  color: #B86353;
}
@media (max-width: 767px) {
  .modal__desc {
    margin-bottom: 1.25rem;
  }
}
.modal__grid {
  margin-bottom: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem 1.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.875rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.modal__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.modal__grid .select2 {
  max-width: 12.5rem;
}
.modal__grid .select2-selection__rendered {
  padding: 0.625rem 1.25rem !important;
}
.modal__grid input[type=file] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 14.375rem;
  font-size: 0.9375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__grid input[type=file] + label svg {
  margin: 0 0.3125rem;
}
.modal__grid input[type=file] + label svg path {
  stroke: white;
}
.modal__grid input[type=file] + label:hover path, .modal__grid input[type=file] + label:focus path {
  stroke: #5A4342;
}
@media (max-width: 767px) {
  .modal__grid input[type=file] + label {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .modal__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    text-align: center;
  }
  .modal__grid .select2 {
    max-width: 100%;
  }
}
.modal__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .modal__column {
    gap: 1.25rem;
  }
}
.modal__sign {
  font-size: 1.0625rem;
  color: #20133f;
}
@media (max-width: 767px) {
  .modal__sign {
    font-size: 0.75rem;
  }
}
.modal__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .modal__control {
    margin-top: 30px;
  }
}
.modal__input {
  font-size: max(12px, 1rem);
  padding: 0.625rem 0 0.625rem 1.25rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #B86353;
  border-bottom: 1px solid #5A4342;
  border-radius: 0;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .modal__input {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }
}
.modal__input::-webkit-input-placeholder {
  color: #5A4342;
  opacity: 0.5;
}
.modal__input::-moz-placeholder {
  color: #5A4342;
  opacity: 0.5;
}
.modal__input:-ms-input-placeholder {
  color: #5A4342;
  opacity: 0.5;
}
.modal__input::-ms-input-placeholder {
  color: #5A4342;
  opacity: 0.5;
}
.modal__input::placeholder {
  color: #5A4342;
  opacity: 0.5;
}
.modal__input:hover, .modal__input:focus {
  border-color: #B86353;
}
.modal__input.invalid {
  border-bottom: 1px solid #E72F0E;
}
.modal__input.invalid::-webkit-input-placeholder {
  color: #E72F0E;
  opacity: 1;
}
.modal__input.invalid::-moz-placeholder {
  color: #E72F0E;
  opacity: 1;
}
.modal__input.invalid:-ms-input-placeholder {
  color: #E72F0E;
  opacity: 1;
}
.modal__input.invalid::-ms-input-placeholder {
  color: #E72F0E;
  opacity: 1;
}
.modal__input.invalid::placeholder {
  color: #E72F0E;
  opacity: 1;
}
.modal__textarea {
  resize: none;
}
@media (min-width: 768px) {
  .modal__textarea {
    border-bottom: none;
    border-left: 1px solid #5A4342;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .modal__textarea {
    height: 37px;
  }
}
@media screen and (max-width: 370px) {
  .modal .scroll-content {
    padding: 2.5rem 0;
  }
}
.modal .select2 {
  width: 50%;
}
@media (max-width: 767px) {
  .modal .select2 {
    width: 100%;
    max-width: 100%;
  }
}
.modal__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .modal__terms {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: left;
    margin-top: 20px;
  }
}
.modal__terms a {
  text-decoration: underline;
}
.modal__terms a:hover {
  text-decoration: none;
}

.jb-modal .button {
  width: 100%;
  cursor: pointer;
}
.jb-modal__container {
  width: 100%;
  text-align: center;
}
.jb-modal__title {
  margin-bottom: 0.625rem;
}
.jb-modal__desc {
  color: #B86353;
  margin-bottom: 2.5rem;
}
.jb-modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  width: 100%;
}
@media (max-width: 767px) {
  .jb-modal__buttons {
    gap: 1.25rem;
  }
}
.jb-modal__btn {
  display: inline-block;
}
.jb-modal.fancybox-content {
  overflow: unset;
}
.jb-modal.fancybox-content svg path {
  fill: #5A4342;
}
.jb-modal .wpcf7-list-item {
  margin: 0 10px 0 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (min-width: 1024px) {
  .jb-modal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5rem;
    width: 41.875rem;
    min-height: 28.125rem;
  }
  .jb-modal--success, .jb-modal--age {
    width: 28.75rem;
    min-height: 17.5rem;
  }
  .jb-modal--age {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@media (max-width: 767px) {
  .jb-modal {
    padding: 2.5rem 1.25rem 1.875rem;
  }
}

input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
input[type=file] + label {
  display: block;
  border: solid 1px #ccc;
  background-color: #19171D;
  color: #fff;
  padding: 8px 12px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
input[type=file] + label:hover {
  border-color: #ccc;
  background-color: rgba(0, 0, 0, 0.1);
  color: #20133f;
}
input[type=file] + label .user-portfolio--icon {
  width: 24px;
  height: 24px;
  -ms-grid-column-align: center;
      justify-self: center;
}
input[type=file] + label .user-portfolio--label {
  font-size: 16px;
  line-height: 1.2;
  margin: 3px 0 0 0;
}
input[type=file]:focus + label {
  border-color: #ccc;
  background-color: #fff;
  color: #20133f;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: 10;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
input[type=checkbox] + span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 1px solid #5A4342;
  position: relative;
  cursor: pointer;
}
input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.5rem;
  border: solid #B86353;
  border-width: 0 1px 1px 0;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
input[type=checkbox]:checked + span {
  border-color: #B86353;
}
input[type=checkbox]:checked + span:after {
  opacity: 1;
}
input[type=checkbox].invalid + span {
  border-color: #E72F0E;
}

.fancybox-bg {
  background: rgb(90, 67, 66);
}

.fancybox-inner {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.wpcf7-form {
  text-align: center;
}

.wpcf7-acceptance + span.invalid, .wpcf7-acceptance + span.invalid a {
  color: #E72F0E;
}

.fancybox-close-small {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border: 1px solid currentColor;
  border-radius: 100%;
  margin: 1.25rem 1.25rem 0 0;
}

.fancybox-slide--html {
  padding: 0 !important;
}

body.compensate-for-scrollbar {
  margin-right: var(--scrollbar-width) !important;
}

.fancybox-active {
  overflow: hidden !important;
}

:root {
  --scrollbar-width: 0px;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.title h2 {
  text-transform: uppercase;
}
.title__desc {
  color: #B86353;
}

.button {
  font-size: max(12px, 1rem);
  font-weight: 400;
  padding: 1.25rem 1.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #B86353;
  color: #B86353;
  text-align: center;
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
  }
}
.button:hover {
  background-color: rgba(184, 99, 83, 0.1450980392);
}

.jb-blog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jb-blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
}
@media (max-width: 768px) {
  .jb-blog__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .jb-blog__item-img {
    width: 100%;
  }
}
.jb-blog__item-img img {
  max-width: 100%;
  max-height: 240px;
  margin-top: 10px;
}
.jb-blog__item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .jb-blog__item-desc {
    width: 100%;
    margin-left: 0;
  }
}
.jb-blog__item-desc h2 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 10px;
  color: #45414d;
  line-height: 32px;
  margin-bottom: 20px;
}
.jb-blog__item-desc a {
  margin-top: 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.jb-container {
  max-width: 100%;
  padding: 0 2.1875rem;
}
@media (max-width: 767px) {
  .jb-container {
    padding: 0 1.25rem;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
@media (max-width: 767px) {
  .header__container {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
}
@media (min-width: 768px) {
  .header__logo {
    gap: 0.375rem;
  }
}
.header__logo img {
  width: 2.4375rem;
  height: 3rem;
}
.header-sticky .header__logo img {
  display: none;
}
@media (max-width: 767px) {
  .header__logo img {
    width: 1.21875rem;
    height: 1.5rem;
  }
}
.header__logo svg {
  width: max(112px, 8.25rem);
  height: max(28px, 2rem);
}
@media (max-width: 767px) {
  .header__logo svg {
    width: 112px;
    height: 28px;
  }
}
.header__logo path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
main:not(.open) .header-dark .header__logo path, main:not(.open) .header-sticky .header__logo path {
  fill: #fff;
}
.header__logo:hover path {
  fill: #B86353 !important;
}
.header__info {
  display: none;
  width: 100%;
  gap: 10px;
  height: 100%;
}
@media (max-width: 1023px) {
  .header__info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
}
.header__burger {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .header__burger {
    display: none;
  }
}
.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .header__social {
    display: none;
  }
}
.header__social-link {
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
.header__social-link svg {
  width: 100%;
  height: 100%;
}
.header__social-link path, .header__social-link circle {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  fill: #45414d;
}
.header__social-link:hover path, .header__social-link:hover circle {
  fill: #20133f;
}
.header__img {
  width: 100%;
  max-width: 500px;
  margin-top: auto;
  display: none;
}
.header__menu {
  width: 40vw;
}
@media (max-width: 1023px) {
  .header__menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100dvh;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    padding: 8.75rem 1.25rem 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .header__menu {
    padding-top: 6.25rem;
  }
}
.header__menu .header__btn {
  display: none;
}
.header__menu.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.header__menu.open .nav {
  opacity: 1;
  display: block;
}
.header__menu.open .header__info {
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__menu.open .header__btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__menu.open .header__img {
  display: block;
}
.header__menu .nav {
  display: block;
  -webkit-transition: 0.5s ease 0.8s;
  transition: 0.5s ease 0.8s;
}
@media (max-width: 1023px) {
  .header__menu .nav {
    display: none;
  }
  .header__menu .nav__list {
    display: block;
    text-align: left;
  }
  .header__menu .nav__list li {
    margin-bottom: 15px;
  }
}
.header__menu .header__info {
  -webkit-transition: 0.5s ease 0.8s;
  transition: 0.5s ease 0.8s;
  opacity: 0;
}
.header .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #fff;
}
.header__right {
  width: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  font-size: max(12px, 0.875rem);
  z-index: 99999;
}
@media (max-width: 1023px) {
  .header__right {
    width: unset;
  }
}
@media (max-width: 1023px) {
  .header__link, .header__btn {
    display: none;
  }
}
.header-dark .header__link a, .header-dark .header__btn a, .header-sticky .header__link a, .header-sticky .header__btn a {
  color: #fff;
}
.header-dark .header__link a:hover, .header-dark .header__btn a:hover, .header-sticky .header__link a:hover, .header-sticky .header__btn a:hover {
  color: #B86353;
}
.header__separator:after {
  content: "/";
  opacity: 0.2;
}
@media (max-width: 1023px) {
  .header__separator {
    display: none;
  }
}
.header-sticky {
  position: fixed;
  top: -8.125rem; /* Начальное положение (скрыто) */
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0D0A0A), to(rgba(13, 10, 10, 0)));
  background: linear-gradient(180deg, #0D0A0A 30%, rgba(13, 10, 10, 0) 100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transform: translateY(8.125rem);
          transform: translateY(8.125rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.burger {
  position: relative;
  display: block;
  width: 17px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #5A4342;
}
.burger:after, .burger:before {
  position: absolute;
  display: block;
  width: 17px;
  height: 1px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.burger:after {
  top: 6px;
  background: #5A4342;
}
.burger:before {
  top: -6px;
  background: #5A4342;
}
.header-dark .burger, .header-sticky .burger {
  background: #fff;
}
.header-dark .burger:after, .header-dark .burger:before, .header-sticky .burger:after, .header-sticky .burger:before {
  background: #fff;
}
.burger.open {
  background: transparent !important;
}
.burger.open:before, .burger.open:after {
  top: 0;
  background: #5A4342;
}
.burger.open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.burger.open:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav {
  padding: 0px;
  margin: 0;
}
@media (max-width: 767px) {
  .nav {
    width: unset;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.nav__item {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .nav__item {
    padding: 0.625rem 0;
  }
}
.nav__item:hover > .nav__link, .nav__item--active > .nav__link {
  color: #B86353;
}
.nav__item--active .nav__link {
  color: #B86353;
}
.nav__item:hover .nav__link:after {
  opacity: 1;
}
@media (min-width: 1024px) {
  .nav__item:first-child .nav__link {
    padding-left: 0;
  }
  .nav__item:last-child .nav__link {
    padding-right: 0;
  }
}
.nav__link {
  font-size: max(12px, 0.875rem);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  white-space: nowrap;
  padding: 0 0 0.3125rem;
}
@media (min-width: 1024px) {
  .header-dark .nav__link, .header-dark .nav__link:hover, .header-sticky .nav__link, .header-sticky .nav__link:hover {
    color: #fff;
  }
  .header-dark .nav__link:hover, .header-dark .nav__link:hover:hover, .header-sticky .nav__link:hover, .header-sticky .nav__link:hover:hover {
    color: #B86353;
  }
}
@media (max-width: 1023px) {
  .nav__link {
    padding: 0;
  }
}

.footer-dark {
  background-color: #0D0A0A;
  margin-top: -1px;
  position: relative;
}
.footer__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.1875rem;
  padding-bottom: 1.5625rem;
}
@media (max-width: 767px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    padding-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.footer__logo img {
  width: 3.0625rem;
  height: 3.75rem;
}
@media (max-width: 767px) {
  .footer__logo img {
    width: 1.53125rem;
    height: 1.875rem;
  }
}
@media (min-width: 768px) {
  .footer__menu {
    width: 40vw;
  }
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  font-size: max(12px, 0.875rem);
}
@media (min-width: 768px) {
  .footer__right {
    width: 40vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 767px) {
  .footer__right {
    font-size: 0.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
}
.footer__bottom {
  padding: 1.25rem 0 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  font-size: max(12px, 0.875rem);
}
@media (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.625rem 0 2.5rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer__developed {
    margin-left: auto;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .footer__social {
  padding-top: 20px;
  width: 100%;
}
.footer__social:before, .footer__social:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(184, 99, 83, 0.1450980392);
}
.footer-dark .footer__social:before, .footer-dark .footer__social:after {
  background-color: rgba(255, 255, 255, 0.2509803922);
}
@media (max-width: 767px) {
  .footer__social {
    margin-bottom: 20px;
  }
}
.footer-dark .footer__social-link:nth-child(1) path {
  stroke: #fff;
}
.footer-dark .footer__social-link:nth-child(2) path {
  fill: #fff;
}
.footer__social-link {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 1.5rem;
}
@media (max-width: 767px) {
  .footer__social-link {
    height: 1.125rem;
  }
}
.footer__social-link svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767px) {
  .footer__social-link svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.footer__social-link path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__social-link:hover:nth-child(1) path {
  stroke: #B86353;
}
.footer__social-link:hover:nth-child(2) path {
  fill: #B86353;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  margin-bottom: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.25rem 1.25rem 0;
  min-height: 2.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .footer__info {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 1.25rem 0;
  }
}
.footer__info .info__btn {
  display: none;
  position: absolute;
  right: 3vw;
}
@media (max-width: 1023px) {
  .footer__info .info__btn {
    right: 3rem;
  }
}
@media (max-width: 767px) {
  .footer__info .info__btn {
    right: 1.7rem;
  }
}
.footer .nav__list {
  gap: 3.125rem;
}
@media (max-width: 767px) {
  .footer .nav__list {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .footer .nav__link {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer .nav__item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer .pll-switcher-select {
    font-size: 12px;
    padding-right: 25px;
  }
  .footer .pll-switcher-select:after {
    width: 4px;
    height: 4px;
    border-width: 1px;
  }
}
.footer-dark .nav__link, .footer-dark .footer__link a, .footer-dark .footer__btn a, .footer-dark .footer__policy {
  color: #fff;
}
.footer-dark .nav__link:hover, .footer-dark .footer__link a:hover, .footer-dark .footer__btn a:hover, .footer-dark .footer__policy:hover {
  color: #B86353;
}
.footer-dark .footer__copyright {
  color: #fff;
}
@media (max-width: 767px) {
  .footer__policy {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.info {
  position: fixed;
  right: 3vw;
  bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: -1;
}
@media (max-width: 1023px) {
  .info {
    right: 3rem;
  }
}
@media (max-width: 767px) {
  .info {
    right: 1.7rem;
    bottom: 10px;
  }
}
.info__box {
  overflow: initial;
  height: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.info__btn, .info__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 0.625rem;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info__btn svg, .info__toggle svg {
  width: 1.5625rem;
  height: 1.5625rem;
}
.info__btn svg path, .info__toggle svg path {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .info__btn:hover, .info__toggle:hover {
    background-color: #B86353;
  }
}
.info__btn {
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  background-color: #0c8a3b;
}
.info__toggle {
  cursor: pointer;
  -webkit-animation: none;
          animation: none;
  background-color: rgba(90, 67, 66, 0.5019607843);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.info__toggle.hover {
  -webkit-animation: none;
          animation: none;
  background-color: rgba(184, 99, 83, 0.5019607843);
}
.info__toggle.hover .info__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info__icon {
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.info .hide {
  -webkit-animation: hide 1s linear forwards;
          animation: hide 1s linear forwards;
}
.info .show {
  -webkit-animation: show 1s linear forwards;
          animation: show 1s linear forwards;
}
.info.visible {
  opacity: 1;
  z-index: 9999;
}

.banner {
  color: #fff;
  margin: 0 2.1875rem 2.1875rem;
  height: calc(100vh - 8.125rem) !important;
}
@media (max-width: 767px) {
  .banner {
    margin: 0 1.25rem 1.25rem;
    height: calc(100svh - 5.625rem) !important;
  }
}

.content {
  padding-top: 12.5rem;
  padding-bottom: 9.375rem;
  background-color: #F3F2F2;
}
@media (max-width: 767px) {
  .content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.content h1 {
  margin-bottom: 2rem;
}
.content h2, .content h3 {
  margin: 2rem 0 1.25rem;
}
@media (max-width: 767px) {
  .content h2, .content h3 {
    margin: 1rem 0 0.625rem;
  }
}
.content__box {
  width: 49%;
  max-width: 505px;
}
@media (max-width: 767px) {
  .content__box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.content__article {
  max-width: 45%;
}
@media (max-width: 1023px) {
  .content__article {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .content__article {
    max-width: 100%;
  }
}
.content__pic {
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
}
.content__pic span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content__pic img {
  width: 100%;
  height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .content__pic img {
    vertical-align: middle;
  }
}
.content__title {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  .content__title {
    margin-bottom: 1.25rem;
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .content__title {
    max-width: max(1000px, 62.5rem);
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .content__text {
    max-width: max(1000px, 62.5rem);
    margin: 0 auto;
    min-height: 8rem;
  }
}
.content__picture {
  width: 50%;
  max-width: 505px;
  margin-left: 50px;
  height: auto;
}
@media (max-width: 1023px) {
  .content__picture {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .content__picture {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.content ol {
  margin: 1.25rem 0 0.625rem 2rem;
}
.content ol li {
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .content ol li {
    margin-bottom: 10px;
  }
}
.content ul {
  list-style-type: disc;
  margin: 0 0 1.25rem 2rem;
}

.text {
  width: 100%;
}
.text p {
  margin-bottom: 0.625rem;
}
.text ul li {
  position: relative;
  padding-left: 1.25rem;
}
.text ul li:before {
  position: absolute;
  top: 0.5rem;
  left: 0.25rem;
  width: 0.3125rem;
  height: 0.3125rem;
  content: "";
  border-radius: 100%;
}
.text ol {
  margin-left: 1rem;
  list-style-type: decimal;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-underline {
  text-decoration: underline;
}

.page-error {
  position: relative;
  background-color: #F3F2F2;
}
.page-error__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 15rem);
}
@media (max-width: 767px) {
  .page-error__content {
    min-height: 40vh;
  }
}
.page-error__title {
  margin-bottom: 0.625rem;
}
.page-error__text {
  margin-bottom: 2.5rem;
  color: #B86353;
}

.videobg {
  padding: 0;
  background-color: #0D0A0A;
}
.videobg__wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .videobg__wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .videobg__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.videobg__wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.videobg__video {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
.videobg__title {
  position: absolute;
  left: 0%;
  top: 40%;
  border: none;
  margin: 0;
  padding: 0 1.25rem;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.videobg__title h1 {
  font-size: 3.75rem;
  line-height: 120%;
  max-width: 59.375rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .videobg__title h1 {
    font-size: 1.875rem;
  }
}
.videobg__desc {
  line-height: 160%;
  max-width: 70.625rem;
  margin: 1.25rem auto 0;
}
.home .videobg__desc {
  font-size: 1.875rem;
  font-family: "Lazurski", serif;
  margin-top: 0;
}
@media (max-width: 767px) {
  .home .videobg__desc {
    font-size: 1.25rem;
  }
}
.home.lang-ka .videobg__desc {
  font-family: "Noto Serif Georgian", serif;
}
@media (max-width: 767px) {
  .home.lang-ka .videobg__desc {
    font-size: 1rem;
  }
}
.videobg .custom-cursor {
  position: absolute;
  z-index: 10000;
  left: 2.1875rem;
  bottom: 2.1875rem;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .videobg .custom-cursor {
    left: 1.25rem;
    bottom: 1.25rem;
  }
}
.videobg .custom-cursor svg {
  width: 3.125rem;
  height: 3.125rem;
}
.videobg .custom-cursor:hover {
  opacity: 1;
}

.imagebg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F3F2F2;
  height: 100vh;
}
.imagebg.slogan {
  background-color: #0D0A0A;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .imagebg {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.imagebg--bottom-text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 9.375rem;
}
@media (max-width: 767px) {
  .imagebg--bottom-text {
    padding-bottom: 3.75rem;
  }
}
.imagebg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--src) center center/cover no-repeat;
}
.history_top .imagebg__image, .history .imagebg__image {
  background-size: 78.125rem auto;
}
.imagebg__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 1.25rem;
}
.slogan .imagebg__content {
  color: #fff;
}
.imagebg__content h2 {
  margin-bottom: 1.875rem;
}
.imagebg__content h2 span {
  font-size: 1.875rem;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .imagebg__content h2 span {
    font-size: 1.25rem;
  }
}
.imagebg__content--text {
  max-width: 50rem;
  margin: 0 auto 1.25rem;
  line-height: 1.6;
}

.page-template-tmp__about .history {
  padding-top: 8.125rem;
}
@media (max-width: 1023px) {
  .page-template-tmp__about .history {
    padding-top: 5.625rem;
  }
}
@media (max-width: 767px) {
  .page-template-tmp__about .history {
    padding-top: 74px;
  }
}
.history__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.history__top {
  text-align: center;
  padding: 2.5rem 0 9.375rem;
}
.home .history__top {
  padding-top: 5rem;
}
.history__top--video {
  width: 100%;
}
@media (max-width: 767px) {
  .history__top--video {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    margin-bottom: 30px;
  }
}
.history__top--content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 0 2.1875rem;
}
@media (max-width: 767px) {
  .history__top--content {
    padding: 0 1.25rem;
  }
}
.history__top h2 {
  max-width: 61.25rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .history__top h2 br {
    display: none;
  }
}
.home .history__top h2 {
  max-width: 84.375rem;
}
.history__top p {
  max-width: 50rem;
  margin: 1.25rem auto 0;
}
@media (max-width: 767px) {
  .history__top {
    padding-bottom: 2rem;
  }
  .home .history__top {
    padding-bottom: 0;
  }
}
.history__left {
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .history__left {
    display: none;
  }
}
.history__left--img {
  max-width: 22.5rem;
  height: auto;
}
.history__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 39%;
  text-align: center;
  margin-top: 11.625rem;
}
@media (max-width: 767px) {
  .history__center {
    width: 100%;
    margin-top: 0;
    padding: 0 1.25rem 1.25rem;
  }
}
.history__more {
  text-decoration: underline;
  margin: 2.5rem auto 0;
}
@media (max-width: 767px) {
  .history__more {
    margin-top: 1.25rem;
  }
}
.history__read-more {
  cursor: pointer;
  text-decoration: underline;
}
.history__read-more span:nth-child(2) {
  display: none;
}
.open .history__read-more span:nth-child(1) {
  display: none;
}
.open .history__read-more span:nth-child(2) {
  display: block;
}
.history__right {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .history__right {
    display: none;
  }
}
.history__right--img {
  max-width: 12.5rem;
  height: auto;
}
.history__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.history__bottom--img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; /* Плавный переход фильтра */
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%); /* Изначально изображение цветное */
}
@media (max-width: 767px) {
  .history__bottom--img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    margin-top: 40px;
    height: 25vh;
  }
}
.history__bottom p {
  max-width: 50rem;
  margin: 1.25rem auto 0;
  padding: 0 1.25rem;
  text-align: center;
}

.map {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.375rem 10.3125rem 5.375rem;
}
@media (max-width: 767px) {
  .map {
    height: auto;
    padding: 2.5rem 1.25rem 5rem;
    gap: 20px;
  }
}
.map__map {
  width: 100%;
}
@media (max-width: 767px) {
  .map__map {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.map__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--src) center center/79.375rem 40.25rem no-repeat;
}
@media (max-width: 767px) {
  .map__image {
    position: unset;
    background-size: 100%;
    height: 55vw;
  }
}
.map__top {
  position: absolute;
  top: 5.625rem;
  width: 100%;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .map__top {
    position: unset;
    gap: 0;
  }
}
.map__text {
  line-height: 160%;
}
@media (min-width: 768px) {
  .map__text {
    position: absolute;
    max-width: 43.75rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .map__text {
    margin-top: 20px;
    text-align: center;
  }
}
.map__bottom {
  position: absolute;
  left: 10.3125rem;
  z-index: 1;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .map__bottom {
    position: unset;
  }
}
.map__bottom--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.25rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 1.25rem;
}
.map__bottom--list span:nth-child(odd) {
  color: #B86353;
}
.map__label {
  position: absolute;
  right: 18.75rem;
  top: 35.125rem;
  z-index: 1;
}
.map__label-1 {
  right: 18.75rem;
  top: 61%;
}
.map__label-2 {
  right: 32.25rem;
  top: 62%;
}
.lang-ka .map__label-2 {
  right: 30.75rem;
  top: 61.5%;
}
@media (max-width: 767px) {
  .map__label-1 {
    right: 19%;
    top: 48vw;
  }
  .map__label-2 {
    right: 65%;
    top: 48vw;
  }
  .lang-ka .map__label-2 {
    right: 61%;
    top: 48vw;
  }
}

.process {
  position: relative;
  margin-top: -1px;
}
.process .title {
  padding: 0 1.25rem 5.5rem;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .process .title {
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) {
  .home .process .pin-spacer:nth-child(3) .slide__text {
    margin-top: 10rem;
  }
}

.slide {
  margin: 0;
  padding: 0;
  color: white;
  position: relative;
}
.slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: none;
  transition: none;
  background-color: #0D0A0A;
}
.slide__item {
  height: 100vh;
}
.slide__bg {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--src) center bottom/cover no-repeat;
  margin-bottom: 100vh;
}
.slide__bg--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.slide__bg--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.slide__bg--center .slide__text {
  max-width: 42.5rem;
}
.slide__bg--long {
  margin-bottom: 300vh;
}
.slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.slide__text {
  text-align: center;
  max-width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10.625rem;
  line-height: 160%;
}
@media (max-width: 767px) {
  .slide__text {
    margin: 0 1.25rem;
  }
  .slide__text--desc {
    text-align: left;
  }
}
.slide__text:after {
  content: "";
  display: none;
  width: 3.5rem;
  height: 0.75rem;
  margin-top: 1.25rem;
  background: url(images/monogram-light.svg) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .slide__text:after {
    margin-top: 0;
  }
}
.slide__text--title {
  text-transform: uppercase;
}
.slide__title {
  width: 100%;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
  position: absolute;
}
.slide__title span {
  display: block;
  margin: 0.5rem 0;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .slide__title {
    font-size: 1.875rem;
  }
  .slide__title span {
    font-size: 1.25rem;
  }
}

.quote {
  position: relative;
}
@media (min-width: 768px) {
  .quote {
    padding-bottom: 12.5rem;
  }
}
.quote__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 3.125rem 3.125rem;
  overflow-x: hidden;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .quote__wrapper {
    padding: 5rem 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}
.quote__string {
  width: 100%;
  text-align: center;
  font-family: "Lazurski", serif;
  font-size: 1.875rem;
  line-height: 1;
  color: #fff;
}
.lang-ka .quote__string {
  font-family: "Noto Serif Georgian", serif;
}
.quote__string:last-child {
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media (max-width: 767px) {
  .quote__string {
    font-size: 1.25rem;
  }
  .quote__string:last-child {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.products {
  background-color: #0D0A0A;
  position: relative;
  padding: 9.375rem 0 5.4375rem;
  margin-top: -1px;
  display: none;
}
@media (max-width: 767px) {
  .products {
    padding: 5rem 0 2.5rem;
  }
}
.home .products, .page-template-tmp__winemaking .products, .page-template-tmp__about .products, .products--other {
  display: block;
}
.products__container {
  width: 100%;
  padding-top: 12.5rem;
  position: relative;
  background-color: #0D0A0A;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .products__container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(icon/products-bg.svg) bottom center/contain no-repeat;
  }
}
.fancybox-container .products__container {
  height: 100%;
}
.products--other .products__container {
  padding-top: 0;
}
@media (min-width: 768px) {
  .products--other .products__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .products--other .products__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .products__container {
    padding: 7.5rem 0 2.5rem;
  }
}
.products__wrapper {
  width: 100%;
  overflow-x: clip;
  position: relative;
}
.products__slide {
  position: relative;
  text-align: center;
  -webkit-transition: width 1s ease, -webkit-transform 1s ease;
  transition: width 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, width 1s ease;
  transition: transform 1s ease, width 1s ease, -webkit-transform 1s ease;
  z-index: 1;
}
@media (max-width: 767px) {
  .products__slide {
    opacity: 0.5;
  }
}
.products__slide--content {
  position: relative;
}
.products__slide--img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.products__slide--img img {
  height: 20.9375rem;
  width: auto;
}
@media (max-width: 767px) {
  .products__slide--img img {
    height: 13.375rem;
  }
}
@media (max-width: 767px) {
  .products__slide--img:before {
    content: "";
    width: 9.1875rem;
    height: 19.25rem;
    top: -20%;
    left: -100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    border-radius: 30.1875rem;
    background: radial-gradient(50% 50% at 50% 50%, #492E2E 11.67%, rgba(73, 46, 46, 0) 100%);
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
}
.products__slide--title {
  margin: 2.5rem auto 0;
  color: #B86353;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-family: "Lazurski", serif;
}
.lang-ka .products__slide--title {
  font-family: "Noto Serif Georgian", serif;
}
@media (max-width: 767px) {
  .products__slide--title {
    margin-top: 1.25rem;
  }
}
.products__slide--title a {
  color: #B86353;
}
.products__slide--desc {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
}
@media (min-width: 768px) {
  .products__slide--desc {
    position: absolute;
    left: 18.75rem;
    top: -8%;
  }
}
@media (min-width: 1024px) {
  .products__slide--desc {
    top: 8%;
  }
}
@media (max-width: 767px) {
  .products__slide--desc a {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.products__slide--desc .desc__title {
  text-align: left;
  color: #B86353;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .products__slide--desc .desc__title {
    margin-top: 30px;
    gap: 0.625rem;
    padding: 10px 15px 8px;
    border: 1px solid rgba(184, 99, 83, 0.5019607843);
    border-radius: 20px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.products__slide--desc .desc__title a {
  color: #B86353;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.products__slide--desc .desc__chars {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.25rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  margin-top: 1.875rem;
  text-align: left;
}
@media (max-width: 767px) {
  .products__slide--desc .desc__chars {
    gap: 0.625rem 1rem;
    margin-top: 0.625rem;
  }
}
.products__slide--desc .desc__chars span {
  color: #fff;
}
.products__slide--desc .desc__chars span:nth-child(odd) {
  color: #B86353;
}
@media (max-width: 767px) {
  .products__slide--desc .desc__chars span:nth-child(odd) {
    text-align: right;
  }
}
.products__slide--desc .desc__btn {
  padding: 1.25rem 1.875rem;
  color: #B86353;
  border: 1px solid #B86353;
  margin-top: 2.5rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .products__slide--desc .desc__btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .products__slide {
    width: 18% !important;
  }
  .products__slide.active {
    z-index: 10;
    width: 46% !important;
  }
  .products--other .products__slide {
    width: 25% !important;
  }
  .products__slide.active .products__slide--img {
    -webkit-transform: scale(1.75) translateX(-130%) translateY(-5%);
            transform: scale(1.75) translateX(-130%) translateY(-5%);
  }
  .products--other .products__slide.active .products__slide--img {
    -webkit-transform: scale(1.5) translateY(-5%);
            transform: scale(1.5) translateY(-5%);
  }
  .products__slide.active .products__slide--img:before {
    opacity: 1;
  }
  .products__slide.active .products__slide--title {
    opacity: 0;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  .products--other .products__slide.active .products__slide--title {
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .products--other .products__slide.active .products__slide--title {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (min-width: 768px) {
  .products__slide.active .products__slide--desc {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
}
@media (min-width: 1024px) {
  .products__slide {
    width: 15% !important;
  }
  .products__slide.active {
    width: 40% !important;
  }
  .products--other .products__slide {
    width: 25% !important;
  }
  .products__slide.active .products__slide--img {
    -webkit-transform: scale(1.5) translateX(-90%) translateY(-5%);
            transform: scale(1.5) translateX(-90%) translateY(-5%);
  }
}
@media (max-width: 767px) {
  .products__slide.swiper-slide-active {
    opacity: 1;
  }
  .swiper-slide-active .products__slide--img {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  .products--other .swiper-slide-active .products__slide--img {
    -webkit-transform: unset;
            transform: unset;
  }
  .swiper-slide-active .products__slide--img:before {
    opacity: 1;
  }
  .swiper-slide-active .products__slide--title {
    opacity: 0;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  .products--other .swiper-slide-active .products__slide--title {
    opacity: 1;
  }
  .swiper-slide-active .products__slide--desc {
    opacity: 1;
    margin-left: calc(100% - 50vw);
    z-index: 100;
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}
.products__button-prev, .products__button-next {
  top: 40%;
}
.products--other .products__button-prev, .products--other .products__button-next {
  top: 60%;
}
.home .products__button-prev, .home .products__button-next {
  top: 38%;
}
@media (min-width: 768px) {
  .products__button-prev, .products__button-next {
    display: block;
    top: 60%;
  }
  .home .products__button-prev, .home .products__button-next {
    top: 70%;
  }
  .products--other .products__button-prev, .products--other .products__button-next {
    top: 50%;
  }
}
.products__button-prev {
  left: 19%;
}
@media (min-width: 768px) {
  .products__button-prev {
    left: 2%;
  }
  .products--other .products__button-prev {
    left: 32%;
  }
}
.products__button-next {
  right: 19%;
}
@media (min-width: 768px) {
  .products__button-next {
    right: 1%;
  }
  .products--other .products__button-next {
    right: 2%;
  }
}
.products__title {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  max-width: 75rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .products__title {
    margin: 0 1.25rem;
  }
}
.products__desc {
  text-align: center;
  margin: 2.5rem auto 0;
  color: #fff;
  line-height: 160%;
  max-width: 37.5rem;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .products__desc {
  max-width: 38.75rem;
  opacity: 1;
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  .home .products__desc {
    margin-top: 3.125rem;
  }
}
.products__desc:after {
  content: "";
  display: none;
  width: 3.5rem;
  height: 0.75rem;
  margin-top: 1.25rem;
  background: url(images/monogram-light.svg) center center/contain no-repeat;
}
.home .products__desc:after {
  display: none;
}
@media (max-width: 767px) {
  .products__desc {
    margin: 1.25rem 1.25rem 0;
  }
}
.products__other {
  color: #fff;
}
@media (max-width: 767px) {
  .products__other {
    padding: 0 1.25rem 5.625rem;
  }
}
@media (max-width: 767px) {
  .products__other--title {
    text-align: center;
  }
}
.products__other--text {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .products__other--text {
    margin-top: 1.25rem;
    text-align: center;
  }
}

.chateau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chateau__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  gap: 2.1875rem;
}
@media (max-width: 767px) {
  .chateau__container {
    padding-top: 1.25rem;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}
.chateau__map {
  width: 56.875rem;
  height: 43.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 767px) {
  .chateau__map {
    width: 100%;
    height: calc(100vw - 40px);
  }
}
.chateau__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: -webkit-fill-available;
}
.chateau__title {
  padding: 1.4375rem 0;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #5A4342;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.chateau__title:first-child {
  border-top: none;
}
.chateau__title svg {
  border-radius: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.chateau__title svg path, .chateau__title svg rect {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.chateau__title.active svg {
  background-color: #B86353;
}
.chateau__title.active svg path, .chateau__title.active svg rect {
  fill: #fff;
}
@media (max-width: 767px) {
  .chateau__title {
    font-size: 0.875rem;
    padding: 1.25rem 0;
  }
}
.chateau__desc {
  display: none;
  font-size: 0.875rem;
  padding: 0 8.125rem 1.25rem 0;
  position: relative;
  margin-top: -0.625rem;
  line-height: 160%;
}
@media (max-width: 767px) {
  .chateau__desc {
    font-size: 0.75rem;
    padding-right: 0;
  }
}
.chateau__link {
  display: none;
  position: absolute;
  top: 1.25rem;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #B86353;
  border-radius: 100%;
  background: url(images/arrow.svg) center center/1.8125rem 1.8125rem no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .chateau__link {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 0.9375rem 0.9375rem;
  }
}
.chateau__link:hover {
  background-color: rgba(184, 99, 83, 0.1450980392);
}
.active .chateau__link {
  display: block;
}

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F3F2F2;
  padding: 9.375rem 0 0;
}
@media (max-width: 767px) {
  .events {
    padding-top: 1.875rem;
  }
}
.page-template-tmp__events .events {
  padding: 2.5rem 0;
}
.events__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media (max-width: 767px) {
  .events__list {
    margin-top: 1.25rem;
  }
}
.events__item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #5A4342;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
}
@media (min-width: 768px) {
  .events__item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .events__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.625rem 0 1.25rem;
    gap: 1.25rem;
  }
}
.events__cert .events__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media (min-width: 768px) {
  .events__cert .events__item {
    padding: 0;
  }
}
.events__title {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .events__title {
    width: 37.5rem;
  }
  .home .events__title {
    width: 45.625rem;
  }
}
@media (max-width: 767px) {
  .home .events__title {
    margin-top: 10px;
  }
}
.events__cert .events__title {
  margin: 0 auto;
}
.events__img {
  width: 14.25rem;
}
@media (max-width: 767px) {
  .events__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-top: 20px;
  }
}
.events__img img {
  width: 100%;
}
.events__cert .events__img {
  width: 50%;
  line-height: 0;
}
@media (max-width: 767px) {
  .events__cert .events__img {
    width: 75%;
  }
}
.events__desc {
  max-width: 31.25rem;
}
.events__desc ul {
  padding: 0 0 0.625rem 1.25rem;
}
.events__desc li {
  list-style: disc;
  padding-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .events__desc {
    text-align: center;
    margin-top: -15px;
    width: 100%;
  }
}
.events__cert .events__desc {
  margin: 0 auto;
  max-width: 38.75rem;
}
.events__more {
  color: #B86353;
}
@media (max-width: 767px) {
  .events__more {
    display: none;
  }
}
.events__link {
  margin-left: auto;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #B86353;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-tmp__events .events__link {
  background: url(images/mail.svg) center center/1.5rem 1.5rem no-repeat;
}
.events__link:hover {
  background-color: rgba(184, 99, 83, 0.1450980392);
}
@media (max-width: 767px) {
  .events__link {
    margin-left: 0;
    width: 1.875rem;
    height: 1.875rem;
  }
  .page-template-tmp__events .events__link {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.events__cert .events__link {
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .events__cert .events__link {
    margin-top: 0;
  }
}
.events__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: 50%;
}
@media (max-width: 767px) {
  .events__content {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .events__cert {
    border: 2px solid #5A4342;
    margin: 6.25rem 0;
  }
}

.instagram {
  position: relative;
  padding-bottom: 9.375rem;
}
.instagram__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.25rem;
  margin: 0 2.1875rem 2.5rem;
  border-bottom: 1px solid #5A4342;
}
@media (max-width: 767px) {
  .instagram__top {
    margin: 0 1.25rem 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.instagram__link {
  font-size: 1.875rem;
  font-family: "Lazurski", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.lang-ka .instagram__link {
  font-family: "Noto Serif Georgian", serif;
}
.instagram__link svg {
  width: 2.25rem;
  height: 2.25rem;
}
.instagram__link svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.instagram__link:hover path {
  fill: #B86353;
}
@media (max-width: 767px) {
  .instagram__link {
    font-size: 1.25rem;
    gap: 0.4375rem;
  }
}
.instagram__container {
  width: 100%;
}
.instagram__slide {
  position: relative;
  text-align: center;
  width: 14.375rem;
}
.instagram__slide img {
  width: 100%;
  height: auto;
}
.instagram .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
@media (max-width: 767px) {
  .instagram {
    padding-bottom: 5rem;
  }
}

.sbi-owl-stage {
  -webkit-transition: -webkit-transform 7s linear !important;
  transition: -webkit-transform 7s linear !important;
  transition: transform 7s linear !important;
  transition: transform 7s linear, -webkit-transform 7s linear !important;
}

.sbi-owl-item:nth-child(odd) .sbi_photo {
  height: 0 !important;
  padding-bottom: 134% !important;
}

.stages {
  margin-top: -1px;
}
.stages__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  background-color: #0D0A0A;
}
@media (min-width: 768px) {
  .stages__slide {
    height: 100vh;
  }
  .stages__slide.layout-right > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.stages__slider {
  background-color: #0D0A0A;
}
@media (max-width: 767px) {
  .stages__slider {
    padding: 80px 0;
  }
}
.stages__button-next, .stages__button-prev {
  top: unset;
  bottom: 70px;
}
.stages-slide__left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11.25rem 1.25rem 1.25rem;
}
.stages-slide__left img {
  max-width: 30rem;
  max-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .layout-center .stages-slide__left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.25rem;
  }
  .layout-center .stages-slide__left img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: unset;
    max-height: unset;
  }
}
@media (max-width: 767px) {
  .stages-slide__left {
    width: 100%;
    padding: 0 20px;
  }
  .stages-slide__left img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.stages-slide__right {
  width: 50%;
  overflow: hidden;
}
.stages-slide__right picture {
  height: 100%;
}
.stages-slide__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stages-slide__right div {
  height: 100%;
}
.layout-center .stages-slide__right {
  display: none;
}
@media (max-width: 767px) {
  .stages-slide__right {
    display: none;
    width: 100%;
    overflow: unset;
  }
  .stages-slide__right img {
    width: 100%;
    height: unset;
    aspect-ratio: 1/1;
  }
}
.stages-slide__img {
  overflow: hidden;
}
.stages-slide__text {
  margin-top: 5rem;
  text-align: center;
  color: #fff;
  max-width: 30.625rem;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.swiper-slide-active .stages-slide__text {
  opacity: 1;
}
.layout-center .stages-slide__text {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .stages-slide__text {
    opacity: 1;
    margin-top: 2.5rem !important;
    margin-bottom: 30px;
  }
}

.tech {
  position: relative;
  background: #0D0A0A;
  padding-top: 9.375rem;
  padding-bottom: 2.1875rem;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .tech {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.tech__title {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 0.625rem;
}
.tech__title span {
  display: block;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .tech__title span {
    font-size: 1.25rem;
  }
}
.tech__title-wrapper {
  overflow: hidden;
  margin-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .tech__pin {
    height: 100vh;
    padding-top: 20px;
  }
}
.tech__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tech__tabs {
    z-index: 10;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    position: absolute;
    top: 5rem;
    gap: 1.25rem;
  }
}
.tech__tabs--item {
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.75rem 1.125rem 0.5rem;
  border: 1px solid rgba(184, 99, 83, 0.5019607843);
  border-radius: 3.125rem;
  opacity: 0.3;
  color: white;
  font-family: "Lazurski", serif;
  min-width: 13.25rem;
  text-align: center;
}
.lang-ka .tech__tabs--item {
  font-family: "Noto Serif Georgian", serif;
  padding-top: 0.5rem;
}
@media (max-width: 767px) {
  .tech__tabs--item {
    font-size: 1.25rem;
    min-width: 9.5rem;
  }
}
.tech__tabs--item.active, .tech__tabs--item:hover {
  opacity: 1;
}
.tech__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 0;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .tech__wrapper {
    gap: 2.5rem;
    padding-top: 0;
  }
}
.tech__box {
  display: none;
  position: relative;
}
.tech__box.active {
  display: block;
}
.tech__desc {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .tech__desc {
    display: none;
  }
}
.tech__item {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.tech__item--title {
  color: #fff;
  margin-bottom: 1.875rem;
  line-height: 130%;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .tech__item--title {
    display: none;
  }
}
.passed .tech__item--title {
  opacity: 1;
  color: #B86353;
}
.tech__item--desc {
  color: #fff;
  line-height: 160%;
  opacity: 0.3;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lang-ka .tech__item--desc {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  line-height: 140%;
  margin: -1rem 0;
}
@media (max-width: 767px) {
  .tech__item--desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.tech__item--icon {
  opacity: 0.3;
  position: relative;
}
.tech__item--icon svg {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 767px) {
  .tech__item--icon svg {
    width: 2rem;
    height: 2rem;
  }
}
.tech__item--icon path,
.tech__item--icon circle {
  stroke: #fff;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.tech__item--icon:before {
  content: "";
  height: 2px;
  width: 0;
  background-color: #B86353;
  position: absolute;
  top: -1rem;
  left: -39.375rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (max-width: 767px) {
  .tech__item--icon:before {
    left: -15.375rem;
  }
}
.tech__item--icon:after {
  content: "";
  width: 2px;
  height: 0.75rem;
  background-color: #fff;
  position: absolute;
  top: -1.375rem;
  left: 1.875rem;
  z-index: 1;
  border: 2px solid black;
}
@media (max-width: 767px) {
  .tech__item--icon:after {
    left: 0.875rem;
  }
}
.passed .tech__item--icon {
  opacity: 1;
}
.passed .tech__item--icon path,
.passed .tech__item--icon circle {
  stroke: #B86353;
}
.passed .tech__item--icon:before {
  width: 41.25rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .passed .tech__item--icon:before {
    width: 16.25rem;
  }
}
.passed .tech__item--icon:after {
  background-color: #B86353;
}
.tech__swiper {
  width: 55%;
  height: 65vh;
  overflow-x: hidden;
  position: relative;
}
.tech__swiper picture {
  max-height: 100%;
}
.tech__swiper_slidename-item {
  cursor: pointer;
}
.tech__swiper_slidename-item.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tech__swiper_slidename-item.active .tech__item--title {
  opacity: 1;
}
.tech__swiper_slidename-item.active .tech__item--desc {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin: 1rem 0;
}
.tech__swiper_slidename-item.active .tech__item--icon {
  opacity: 1;
}
.tech__swiper_slidename-item.active .tech__item--icon:before {
  width: 41.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#B86353), to(#fff));
  background: linear-gradient(to right, #B86353, #fff);
  cursor: default;
}
@media (max-width: 767px) {
  .tech__swiper_slidename-item.active .tech__item--icon:before {
    width: 16.25rem;
  }
}
@media (max-width: 767px) {
  .tech__swiper {
    width: 100%;
    height: auto;
  }
}
.tech .swiper-slide {
  background-position: center;
  background-size: cover;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  gap: 1.25rem;
  text-align: center;
}
.tech .swiper-slide-active {
  opacity: 1;
}
.tech .swiper-slide, .tech .swiper-slide * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tech .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .tech .swiper-slide img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .tech .swiper-pagination {
    bottom: -32vw;
  }
}
.tech .swiper-pagination-bullet-active {
  background-color: #5A4342;
}
.tech__timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 9.375rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tech__timeline {
    padding: 24px 5px 0;
  }
}
.tech__timeline:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 5.375rem;
  left: 0;
  background-color: #fff;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .tech__timeline:before {
    top: 0.5rem;
  }
}
.tech__slide--img {
  position: relative;
  display: inline-block;
  max-height: 100%;
}
.tech__slide--img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 3.125rem 4.375rem #0D0A0A;
          box-shadow: inset 0 0 3.125rem 4.375rem #0D0A0A;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tech__slide--img:after {
    -webkit-box-shadow: inset 0 0 2.5rem 2.5rem #0D0A0A;
            box-shadow: inset 0 0 2.5rem 2.5rem #0D0A0A;
  }
}
@media (min-width: 768px) {
  .tech__slide--desc {
    display: none;
  }
}
.tech__slide--title {
  text-transform: lowercase;
  position: relative;
}
.tech__slide--title br {
  display: none;
}
.tech__slide--title:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1882352941);
  position: absolute;
  top: 1.875rem;
  left: 0;
}
.tech__slide--title:after {
  content: "";
  height: 2px;
  width: calc(50% - 2px);
  background: -webkit-gradient(linear, left top, right top, from(#B86353), to(#fff));
  background: linear-gradient(to right, #B86353, #fff);
  position: absolute;
  top: 1.875rem;
  left: 0;
}
.tech__slide--icon {
  margin-top: 0.625rem;
  position: relative;
}
.tech__slide--icon path,
.tech__slide--icon circle {
  stroke: #fff;
}
.tech__slide--icon:after {
  content: "";
  width: 2px;
  height: 0.75rem;
  background-color: #fff;
  position: absolute;
  top: -1.6875rem;
  left: calc(50% - 1px);
}
.tech__viewport {
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-perspective-origin: 50% 20vw;
          perspective-origin: 50% 20vw;
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tech__viewport {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.tech__tech {
  position: relative;
  margin: 0 auto;
  height: 20vw;
  width: 20vw;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(325deg) rotateY(45deg);
          transform: rotateX(325deg) rotateY(45deg);
}
@media screen and (max-width: 767px) {
  .tech__tech {
    height: 80vw;
    width: 80vw;
  }
}
.tech__tech > div {
  overflow: hidden;
  position: absolute;
  opacity: 1;
  border: 1px solid #333333;
  height: 20vw;
  width: 20vw;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .tech__tech > div {
    height: 80vw;
    width: 80vw;
  }
}
.tech__tech > div:hover, .tech__tech > div:active {
  cursor: -webkit-grab;
  cursor: grab;
}
.tech__tech > div:first-child {
  -webkit-transform: rotateY(-90deg) translateZ(10vw);
          transform: rotateY(-90deg) translateZ(10vw);
}
@media screen and (max-width: 767px) {
  .tech__tech > div:first-child {
    -webkit-transform: rotateY(-90deg) translateZ(40vw);
            transform: rotateY(-90deg) translateZ(40vw);
  }
}
.tech__tech > div:nth-child(2) {
  -webkit-transform: translateZ(10vw);
          transform: translateZ(10vw);
}
@media screen and (max-width: 767px) {
  .tech__tech > div:nth-child(2) {
    -webkit-transform: translateZ(40vw);
            transform: translateZ(40vw);
  }
}
.tech__tech > div:nth-child(3) {
  -webkit-transform: rotateY(90deg) translateZ(10vw);
          transform: rotateY(90deg) translateZ(10vw);
}
@media screen and (max-width: 767px) {
  .tech__tech > div:nth-child(3) {
    -webkit-transform: rotateY(90deg) translateZ(40vw);
            transform: rotateY(90deg) translateZ(40vw);
  }
}
.tech__tech > div:nth-child(4) {
  -webkit-transform: rotateY(180deg) translateZ(10vw);
          transform: rotateY(180deg) translateZ(10vw);
}
@media screen and (max-width: 767px) {
  .tech__tech > div:nth-child(4) {
    -webkit-transform: rotateY(180deg) translateZ(40vw);
            transform: rotateY(180deg) translateZ(40vw);
  }
}
.tech__tech > div:nth-child(5) {
  -webkit-transform: rotateX(90deg) translateZ(10vw);
          transform: rotateX(90deg) translateZ(10vw);
}
@media screen and (max-width: 767px) {
  .tech__tech > div:nth-child(5) {
    -webkit-transform: rotateX(90deg) translateZ(40vw);
            transform: rotateX(90deg) translateZ(40vw);
  }
}
.tech__tech > div:nth-child(6) {
  -webkit-transform: rotateX(-90deg) rotate(180deg) translateZ(10vw);
          transform: rotateX(-90deg) rotate(180deg) translateZ(10vw);
}
@media screen and (max-width: 767px) {
  .tech__tech > div:nth-child(6) {
    -webkit-transform: rotateX(-90deg) rotate(180deg) translateZ(40vw);
            transform: rotateX(-90deg) rotate(180deg) translateZ(40vw);
  }
}
.tech__tech object {
  opacity: 0.5;
}
.tech__tech object:hover {
  opacity: 1;
}
.tech__button-prev, .tech__button-next {
  top: 20%;
}
@media (min-width: 768px) {
  .tech__button-prev, .tech__button-next {
    display: none;
  }
}
.tech__button-prev {
  left: -10px;
}
.tech__button-next {
  right: -10px;
}
@media screen and (max-width: 767px) {
  .tech .section-title {
    border-right: 0;
    margin-right: 10px;
  }
  .tech .section-title h2 {
    font-size: 1.7rem;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateZ(-10vw) rotateY(360deg) rotateZ(0deg) rotateX(45deg);
            transform: translateZ(-10vw) rotateY(360deg) rotateZ(0deg) rotateX(45deg);
  }
  50% {
    -webkit-transform: translateZ(-10vw) rotateY(180deg) rotateZ(180deg) rotateX(45deg);
            transform: translateZ(-10vw) rotateY(180deg) rotateZ(180deg) rotateX(45deg);
  }
  100% {
    -webkit-transform: translateZ(-10vw) rotateY(0deg) rotateZ(360deg) rotateX(45deg);
            transform: translateZ(-10vw) rotateY(0deg) rotateZ(360deg) rotateX(45deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translateZ(-10vw) rotateY(360deg) rotateZ(0deg) rotateX(45deg);
            transform: translateZ(-10vw) rotateY(360deg) rotateZ(0deg) rotateX(45deg);
  }
  50% {
    -webkit-transform: translateZ(-10vw) rotateY(180deg) rotateZ(180deg) rotateX(45deg);
            transform: translateZ(-10vw) rotateY(180deg) rotateZ(180deg) rotateX(45deg);
  }
  100% {
    -webkit-transform: translateZ(-10vw) rotateY(0deg) rotateZ(360deg) rotateX(45deg);
            transform: translateZ(-10vw) rotateY(0deg) rotateZ(360deg) rotateX(45deg);
  }
}
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.75rem 0 9.375rem;
  gap: 2.1875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contacts__container {
    padding: 5rem 1.25rem;
    gap: 1.25rem;
  }
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  max-width: 37.5rem;
}
.contacts__object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.contacts__object:not(:last-of-type) {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #5A4342;
}
.contacts__object--title {
  color: #5A4342;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .contacts__object--title br {
    display: none;
  }
}
.contacts__object a {
  color: #B86353;
}
.contacts__desc {
  display: none;
  font-size: 0.875rem;
  padding: 0 8.125rem 1.25rem 0;
  position: relative;
  margin-top: -0.625rem;
}
@media (max-width: 767px) {
  .contacts__desc {
    font-size: 0.75rem;
    padding-right: 0;
  }
}
.contacts__link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contacts__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.product {
  position: relative;
  padding: 10rem 0 9.375rem;
}
@media (max-width: 1023px) {
  .product {
    padding-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 5.875rem 0 5rem;
  }
}
.product__info {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.0625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .product__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    height: unset;
    padding-bottom: 0;
  }
}
.product__info .info__left {
  max-width: 32.5rem;
  height: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .product__info .info__left {
    height: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.product__info .info__left--desc {
  margin-top: 1.25rem;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .product__info .info__left--desc {
    margin-top: unset;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
.product__info .info__left--desc p {
  margin-bottom: 0.625rem;
}
.product__info .info__left--title {
  margin-bottom: 1.25rem;
  color: #B86353;
}
@media (max-width: 767px) {
  .product__info .info__left--title {
    margin-bottom: 0.625rem;
  }
}
.product__info .info__left--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0 1fr;
  grid-template-columns: auto 1fr;
  text-align: left;
  width: 100%;
  gap: 1.25rem 0;
}
@media (max-width: 767px) {
  .product__info .info__left--list {
    gap: 0.9375rem 0;
  }
}
.product__info .info__left--list span {
  border-bottom: 1px solid #5A4342;
  padding-bottom: 1.25rem;
}
.product__info .info__left--list span:nth-child(even) {
  color: #B86353;
  text-align: right;
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .product__info .info__left--list span {
    padding-bottom: 0;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .product__info .info__left .info__right--item {
    display: none;
  }
}
@media (max-width: 767px) {
  .product__info .info__title {
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
.product__info .info__img {
  height: 37.5rem;
  width: auto;
  margin: 0 7.5rem 0 15rem;
}
@media (max-width: 767px) {
  .product__info .info__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 337px;
    margin: 0;
  }
}
.product__info .info__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .product__info .info__right {
    gap: 2.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.product__info .info__right .desc__chars {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.25rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  margin-top: 1.25rem;
  text-align: left;
}
@media (max-width: 767px) {
  .product__info .info__right .desc__chars {
    gap: 0.625rem 1rem;
    margin: 0.625rem auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.product__info .info__right .desc__chars span:nth-child(even) {
  color: #B86353;
}
.product__info .info__right--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 767px) {
  .product__info .info__right--list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.product__info .info__right--item span {
  display: block;
}
.product__info .info__right--item span:nth-child(even) {
  color: #B86353;
  font-size: 1.875rem;
  font-family: "Lato", sans-serif;
}
.lang-ka .product__info .info__right--item span:nth-child(even) {
  font-family: "Noto Sans Georgian", sans-serif;
}
@media (max-width: 767px) {
  .product__info .info__right--item span:nth-child(even) {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .product__info .info__right--item:first-child {
    display: none;
  }
}
.product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .product__title {
    width: 89.5%;
    font-size: 6.625rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .lang-ka .product__title {
    width: 90.5%;
  }
}
@media (max-width: 767px) {
  .product__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
.product__notes {
  padding: 2.5rem 0;
  border-top: 2px solid #5A4342;
  border-bottom: 2px solid #5A4342;
  text-align: center;
  margin: 9.375rem auto;
}
@media (max-width: 767px) {
  .product__notes {
    margin: 5rem auto;
    padding: 1.25rem 0;
  }
}
.product__notes--title {
  text-transform: uppercase;
  color: #B86353;
  margin-bottom: 0.625rem;
}
.product__notes--desc {
  max-width: 38.75rem;
  margin: 0 auto;
}
.product__certs {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(184, 99, 83, 0.5019607843);
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .product__certs {
    padding-top: 2.5rem;
  }
}
.product__certs--text {
  max-width: 50rem;
  margin: 0 auto 1.25rem;
}

.certs__container {
  margin: 0 1.875rem;
  overflow-x: clip;
}
.certs__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certs__slide--img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
  border: 1px solid #5A4342;
}
.certs__slide--img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.certs__button-prev, .certs__button-next {
  color: #5A4342;
  bottom: 30%;
  top: unset;
  display: block;
}
@media (max-width: 1023px) {
  .certs__button-prev, .certs__button-next {
    bottom: 15%;
  }
}
.certs__button-prev:after, .certs__button-next:after {
  font-size: 0.75rem;
}
.certs__button-prev {
  left: -10px;
}
.certs__button-next {
  right: -10px;
}

.gallery {
  background-color: #F3F2F2;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media (max-width: 767px) {
  .gallery {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.gallery__container {
  width: 100%;
}
.gallery__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #5A4342;
}
@media (max-width: 767px) {
  .gallery__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.25rem;
  }
}
.gallery__title {
  text-transform: uppercase;
}
.gallery__list {
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .gallery__list {
    padding-top: 1.25rem;
  }
}
.gallery__item {
  width: calc(25% - 23px);
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .gallery__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.gallery__item img, .gallery__item video {
  width: 100%;
  height: auto;
}
.gallery__item--video {
  /*&:before {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: calc(100% - pxToRem(5px));
  	left: 0;
  	top: 0;
  	background: rgba(0, 0, 0, 0.2);
  }*/
}
.gallery__item--video:after {
  content: "";
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  left: calc(50% - 1.875rem);
  top: calc(50% - 1.875rem);
  background: url(images/play.svg) center center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 767px) {
  .gallery__item--video:after {
    width: 2.5rem;
    height: 2.5rem;
    left: calc(50% - 1.25rem);
    top: calc(50% - 1.25rem);
  }
}
.gallery__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 0.3125rem);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(184, 99, 83, 0.5)), to(rgba(184, 99, 83, 0.5)));
  background: linear-gradient(0deg, rgba(184, 99, 83, 0.5) 0%, rgba(184, 99, 83, 0.5) 100%);
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gallery__item:hover:before {
  opacity: 1;
}
.gallery__item:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.gallery__link {
  text-transform: uppercase;
  font-size: 1.875rem;
  opacity: 0.5;
  -webkit-transition: opacity 0.3 ease;
  transition: opacity 0.3 ease;
  font-family: GoudyOld;
}
@media (max-width: 767px) {
  .gallery__link {
    font-size: 1.25rem;
  }
}
.gallery__link.active, .gallery__link:hover {
  opacity: 1;
  color: #5A4342;
}