@charset "UTF-8";
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the line height in all browsers.
3. Prevent adjustments of font size after orientation changes in iOS.
4. Use a more readable tab size (opinionated).
*/
html {
  font-family: "Montserrat", sans-serif;
  line-height: 1.15; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 4 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: "Montserrat", sans-serif;
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

p {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 40px */
  margin-top: 0px;
}

h1 {
  color: #121212;
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 139%; /* 88.96px */
  letter-spacing: 10.88px;
  text-transform: uppercase;
}

.dark h1 {
  color: #fff;
}

h2 {
  color: #090909;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 142%; /* 68.16px */
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 29px;
  }
  p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 30px;
  }
  p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 45px;
    margin: 40px auto 25;
  }
}
@media screen and (min-width: 1760px) {
  h1 {
    font-size: 64px;
  }
  .article-wraps h2 {
    margin: 24px auto;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  background-repeat: no-repeat;
}
body p {
  color: #000;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul {
  list-style: none;
  padding-left: 0px;
}

header {
  padding: 10px 2px 23px 2px;
  position: relative;
}
header menu,
header .header__menu {
  list-style: none;
  padding-left: 0px;
}

.header__menu li.current-menu-item a {
  color: #D5AF7B;
}

.logo-place {
  width: 129px;
  height: auto;
  min-width: 129px;
  z-index: 10;
  opacity: 0;
  transition: all ease 0.4s;
}
.logo-place img {
  width: 100%;
}

.icons-set {
  padding-left: 5px;
  z-index: 10;
  transition: all ease 0.3s;
  padding-top: 5px;
}
.icons-set a.icon {
  width: 20px;
  display: inline-block;
  margin-right: 25px;
  margin-right: 7px;
  transition: all ease 0.3s;
}
.icons-set a.icon img {
  width: 100%;
  transition: all ease 0.3s;
}
.icons-set a.icon img:hover {
  filter: brightness(0) saturate(100%) invert(83%) sepia(35%) saturate(452%) hue-rotate(3deg) brightness(94%) contrast(93%);
}
.icons-set a.icon svg {
  width: 100%;
  transition: all ease 0.3s;
}
.icons-set a.icon svg path {
  transition: all ease 0.3s;
}
.icons-set a.icon svg:hover path {
  stroke: #D5AF7B;
}
.icons-set a.icon.fill svg {
  transition: all ease 0.3s;
}
.icons-set a.icon.fill svg path {
  transition: all ease 0.3s;
}
.icons-set a.icon.fill svg:hover path {
  fill: #D5AF7B;
}

.box {
  width: 100%;
  position: absolute;
  height: auto;
  top: 0px;
  left: 0px;
  background-color: #fff;
  padding: 68px 20px 180px 20px;
  transform: translateX(-100%);
  opacity: 0px;
  transition: all ease 0.3s;
  z-index: 20;
}
.box.active {
  transform: translateX(0%);
  opacity: 1;
  z-index: 99;
  position: fixed;
  height: 100vh;
  top: 0;
  overflow-y: scroll;
}
.box.active ul {
  margin-top: 30px;
}

.burger-trigger {
  width: 37px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  height: 21px;
  z-index: 920;
}
.burger-trigger .burger-line {
  height: 1px;
  width: 100%;
  background-color: #fff;
  transform: scaleY(0.8);
  position: absolute;
  transition: all ease 0.3s;
}
.burger-trigger .burger-line.burger-line-1 {
  top: 0px;
}
.burger-trigger .burger-line.burger-line-2 {
  width: 75%;
  top: 10px;
}
.burger-trigger .burger-line.burger-line-3 {
  width: 50%;
  margin-bottom: 0px;
  top: 20px;
}
.burger-trigger:hover .burger-line {
  background-color: #D5AF7B;
}
.burger-trigger.active .burger-line {
  background-color: #D5AF7B;
}

.white .burger-trigger .burger-line {
  background-color: #000;
}
.white .burger-trigger:hover .burger-line {
  background-color: #D5AF7B;
}
.white .burger-trigger.active .burger-line {
  background-color: #D5AF7B;
}

header.active .burger-trigger {
  z-index: 99999;
}
header.active .burger-trigger .burger-line {
  background-color: #D5AF7B;
}

menu,
.header__menu {
  padding-left: 0px;
  margin-bottom: 53px;
}
menu li,
.header__menu li {
  list-style: none;
  margin-bottom: 20px;
  text-align: center;
}
menu li a,
.header__menu li a {
  text-decoration: none;
  color: #606060;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all ease 0.3s;
  text-align: inherit;
}
menu li a:hover, menu li a.active,
.header__menu li a:hover,
.header__menu li a.active {
  color: #D5AF7B;
}

.meet-us {
  display: flex;
  margin: 0 auto 28px;
  justify-content: center;
}
.meet-us .meet-us-item {
  margin: 0px 17px 0px 0px;
  transition: all ease 0.3s;
  transition: filter 0.3s ease;
}
.meet-us .meet-us-item img {
  transition: all ease 0.3s;
  transition: filter 0.3s ease;
  /* Тільки filter */
}
.meet-us .meet-us-item img:hover {
  filter: brightness(0) saturate(100%) invert(83%) sepia(35%) saturate(452%) hue-rotate(3deg) brightness(94%) contrast(93%);
}
.meet-us .meet-us-item svg path,
.meet-us .meet-us-item svg rect,
.meet-us .meet-us-item svg circle {
  transition: all ease 0.3s;
}
.meet-us .meet-us-item svg {
  width: 42px;
  height: 34px;
  transition: all ease 0.3s;
}
.meet-us .meet-us-item svg:hover path,
.meet-us .meet-us-item svg:hover rect,
.meet-us .meet-us-item svg:hover circle {
  stroke: #D5AF7B;
}
.meet-us .meet-us-item.fill svg path {
  transition: all ease 0.3s;
}
.meet-us .meet-us-item.fill svg {
  transition: all ease 0.3s;
}
.meet-us .meet-us-item.fill svg:hover path {
  fill: #D5AF7B;
}

.main-screen.dark menu li a:hover {
  color: #D5AF7B;
}
.main-screen.dark .dropbtn {
  color: #000;
}
.main-screen.dark .dropbtn:before {
  filter: brightness(0);
}

.contacts-list {
  display: block;
  margin: 0 auto 61px;
  width: 259px;
}
.contacts-list .contacts-list_item {
  font-family: inherit;
  font-weight: 300;
  color: #121212;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  text-decoration: none;
  font-size: 22px;
  transition: all ease 0.3s;
}
.contacts-list .contacts-list_item:hover {
  color: #D5AF7B;
}
.contacts-list .contacts-list_item:hover span.image-span {
  width: 25px;
}
.contacts-list .contacts-list_item:hover span.image-span svg path {
  stroke: #D5AF7B;
}
.contacts-list .contacts-list_item path {
  transition: all ease 0.3s;
  stroke-width: 2px;
}
.contacts-list span.image-span {
  width: 29px;
  height: 36px;
  min-width: 29px;
  margin-right: 29px;
  display: block;
  position: relative;
  z-index: 3;
}
.contacts-list span.image-span svg,
.contacts-list span.image-span img {
  width: 100%;
}

/* Dropdown Button */
.dropbtn {
  color: #000;
  font-family: inherit;
  font-weight: 300;
  padding: 16px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  z-index: 8;
  text-transform: uppercase;
}
.dropbtn:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg width='19' height='11' viewBox='0 0 19 11' xmlns='http://www.w3.org/2000/svg'><path d='M16.82 1.2018L9.49925 8.37469L2.17848 1.2018C2.04769 1.07337 1.8721 1.00147 1.68926 1.00147C1.50641 1.00147 1.33083 1.07337 1.20003 1.2018C1.1367 1.26417 1.08639 1.33861 1.05204 1.42078C1.01769 1.50294 1 1.59116 1 1.68028C1 1.7694 1.01769 1.85763 1.05204 1.93979C1.08639 2.02195 1.1367 2.0964 1.20003 2.15877L8.98806 9.79101C9.12482 9.92501 9.30826 10 9.49925 10C9.69024 10 9.87368 9.92501 10.0104 9.79101L17.7985 2.16024C17.8622 2.09783 17.9129 2.0232 17.9476 1.94076C17.9822 1.85833 18 1.76976 18 1.68028C18 1.59081 17.9822 1.50224 17.9476 1.41981C17.9129 1.33737 17.8622 1.26274 17.7985 1.20032C17.6677 1.0719 17.4921 1 17.3092 1C17.1264 1 16.9508 1.0719 16.82 1.20032V1.2018Z' fill='black' stroke='black'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 23px;
  left: -10px;
  filter: brightness(1.5);
}

/* Dropdown button on hover & focus */
.dropbtn:focus, .dropbtn:hover {
  color: #D5AF7B;
}
.dropbtn:hover {
  filter: brightness(0) saturate(100%) invert(83%) sepia(35%) saturate(452%) hue-rotate(3deg) brightness(94%) contrast(93%);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 55px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 75px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  color: #000;
  padding: 12px 14px;
  top: auto;
  bottom: -67px;
  right: 0;
  left: -137px;
  width: auto;
  border-radius: 15px;
  list-style: none;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #000;
  padding: 7px 14px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: white;
  color: #D5AF7B;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

header.active .burger-trigger .burger-line.burger-line-3 {
  opacity: 0;
}
header.active .burger-trigger .burger-line.burger-line-1 {
  transform: rotate(-45deg);
  top: 9px;
  left: -1px;
}
header.active .burger-trigger .burger-line.burger-line-2 {
  width: 100%;
  transform: rotate(45deg);
}
header.active .logo-place {
  z-index: 9999;
  position: relative;
  filter: brightness(0.5);
}

.header-main .icons-set svg path {
  stroke: #fff;
  stroke-width: 2px;
}

/* мобілка велика */
@media (min-width: 370px) {
  body {
    font-size: 18px;
  }
  .icons-set {
    padding-left: 45px;
  }
  .icons-set a.icon {
    margin-right: 25px;
  }
}
.dark .icons-set svg, .dark .icons-set img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

/* Для планшетів */
@media (min-width: 768px) {
  .meet-us .meet-us-item:first-child {
    display: none;
  }
  .dropdown.show1 button:before {
    opacity: 1;
  }
  .main-screen.dark .dropbtn {
    color: #fff;
  }
  .main-screen.dark .dropbtn:before {
    filter: invert(1);
  }
  .secondary-screen.dark .dropbtn {
    color: #fff;
  }
  .secondary-screen.dark .dropbtn:before {
    filter: invert(1);
  }
  .secondary-screen.white .icons-set .icon:hover,
  .secondary-screen.white .meet-us .meet-us-item:hover {
    filter: brightness(0) saturate(100%) invert(83%) sepia(35%) saturate(452%) hue-rotate(3deg) brightness(94%) contrast(93%);
  }
  .only-mob {
    display: none;
  }
  .burger-trigger {
    display: none;
  }
  .dropdown {
    margin: 0px;
    position: absolute;
    top: 17px;
    right: 25px;
    z-index: 25;
  }
  .dropbtn {
    z-index: 25;
    font-size: 25px;
  }
  .dropbtn:before {
    top: 25px;
  }
  .dropdown-content {
    top: 50px;
    bottom: auto;
    min-height: auto;
    min-width: auto;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    z-index: 9;
  }
  .dropdown-content a {
    font-size: 20px;
  }
  menu,
  .header__menu {
    max-width: 300px;
    padding-left: 28px;
    padding-top: 81px;
    position: relative;
    z-index: 20;
  }
  menu li,
  .header__menu li {
    text-align: left;
    margin-bottom: 28px;
    max-width: 200px;
  }
  menu li a,
  .header__menu li a {
    font-size: 15px;
    letter-spacing: 1.6px;
    color: #fff;
  }
  header {
    padding: 21px 2px 23px 19px;
  }
  .contacts-list_item {
    margin-right: 0px;
    display: block;
    position: absolute;
    right: 20px;
    top: 78px;
    width: 24px;
    right: 30px;
    top: 91px;
  }
  .meet-us {
    display: flex;
    margin: 0 auto 28px;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 118px;
    flex-direction: column;
  }
  .meet-us .meet-us-item {
    margin: 0px 5px 15px 0px;
    cursor: pointer;
  }
  .meet-us .meet-us-item:first-child {
    display: block;
  }
  .icons-set {
    padding-left: 55px;
    margin-right: 100px;
  }
  .icons-set a.icon {
    width: 30px;
    margin-right: 40px;
    margin-left: 11px;
  }
  .icons-set a.icon svg,
  .icons-set a.icon img {
    width: 41px;
    height: 41px;
    margin-right: 25px;
  }
  .logo-place {
    width: 160px;
    z-index: 999;
  }
  .meet-us .meet-us-item svg:last-child,
  .meet-us .meet-us-item img:last-child {
    width: 42px;
    margin-bottom: 23px;
  }
  .image-span img,
  .meet-us-item img {
    filter: invert(1);
  }
  .image-span svg path,
  .image-span svg rect,
  .image-span svg circle,
  .meet-us-item svg path,
  .meet-us-item svg rect,
  .meet-us-item svg circle {
    stroke: #fff;
    stroke-width: 2px;
  }
}
/* Для десктопів */
@media (min-width: 1024px) {
  .contacts-list span.image-span {
    margin-left: 2px;
  }
  menu,
  .header__menu {
    padding-top: 36px;
  }
  .main-screen .header__menu,
  .main-screen menu {
    padding-top: 80px;
  }
}
/* Для десктопів */
@media (min-width: 1560px) {
  header {
    padding: 41px 2px 23px 110px;
  }
  .logo-place {
    width: 220px;
  }
  .header__menu {
    padding-left: 120px;
  }
  .header__menu li {
    margin-bottom: 30px;
  }
  .header__menu li a {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .dropdown {
    top: 39px;
    right: 44px;
    z-index: 25;
  }
  .dropbtn {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 5.2px;
  }
  .dropbtn:before {
    width: 18px;
    height: 9px;
    top: 26px;
    left: -12px;
  }
  .icons-set {
    padding-left: 55px;
    margin-right: 136px;
    padding-top: 0px;
  }
  .icons-set a.icon {
    width: 36px;
    height: 36px;
    margin-right: 25px;
  }
  .icons-set a.icon img {
    width: 100%;
  }
  .icons-set a.icon svg {
    width: 100%;
  }
  .contacts-list_item {
    right: 47px;
    top: 163px;
    z-index: 22;
  }
  .meet-us {
    right: 41px;
    top: 178px;
  }
  .meet-us .meet-us-item svg:last-child {
    width: 34px;
  }
  .contacts-list_item span {
    width: 35px;
  }
  .meet-us .meet-us-item {
    margin: 0px 5px 10px 0px;
  }
}
.no-scroll header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.no-scroll .icons-set {
  opacity: 0;
}

.hide,
.sanimate {
  opacity: 0;
}

.sanimate.fadeInUp {
  animation-name: fadeInUp40;
  animation-duration: 700ms;
  animation-delay: unset;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.fadeInLeft {
  animation: fadeInLeft 1s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp40 {
  from {
    opacity: 0;
    transform: translateY(40%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.main-screen {
  position: absolute;
  overflow-x: hidden;
  top: 0px;
  width: 100%;
  overflow: hidden;
  min-height: 510px;
  height: 510px;
}

.main-screen.dark {
  background: #000;
}

.main-screen.white {
  background: #fff;
  position: relative;
}

.page-content {
  background-color: linear-gradient(to bottom, #F7F7F7 0%, #F7F7F7 50%, #fff 50%, #fff 100%);
  background-image: url("../images/wawe123.webp");
  background-repeat: no-repeat;
  background-position: bottom;
}

.wrap-main-pic {
  width: 417px;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -6px;
  left: 0px;
  pointer-events: none;
}
.wrap-main-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.type-1, .form-bottom-h2 {
  font-family: inherit;
  font-weight: 300;
  font-size: 32px;
  color: #000;
  line-height: 142%;
}

.form-bottom-h2 {
  text-align: center;
}

.main-logo {
  position: absolute;
  top: 50%;
  left: 0px;
  max-width: 100%;
  pointer-events: none;
}
.main-logo img {
  width: 100%;
}

.h1-main {
  font-family: inherit;
  font-weight: 900;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.26);
  opacity: 0.5;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: 7px;
  position: absolute;
  top: 250px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 3;
}

.normal-text {
  font-family: inherit;
  line-height: 150%;
  font-size: 15px;
  color: #000;
}

.page-content {
  padding-top: 558px;
}

.gold-text {
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 159%;
  color: #D5AF7B;
  text-transform: uppercase;
  position: relative;
}
.gold-text a {
  font-family: inherit;
  color: inherit;
  display: block;
}
.gold-text:before {
  content: "";
  position: absolute;
  top: -110px;
  left: 43px;
  width: 64px;
  height: 75px;
  background-image: url("../images/icons/arr-gold.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.gold-text,
.two-text {
  padding-left: 45px;
  padding-right: 10px;
}

.bold-text {
  font-family: inherit;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 149%;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.light-text {
  font-family: inherit;
  font-size: 32px;
  font-weight: 300;
  line-height: 137%;
  color: #000;
  margin-bottom: 50px;
}

.container-main {
  max-width: 300px;
  margin: 0 auto;
  padding: 0px 10px;
}

.simple-text {
  font-family: inherit;
  font-weight: 400;
  line-height: 161%;
  color: #000;
}

.main-screen .simple-text {
  margin-bottom: 34px;
}

.wrap-images {
  position: absolute;
  border-radius: 25px;
  overflow: hidden;
}
.wrap-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pics-block {
  position: relative;
  min-height: 450px;
  margin-bottom: 70px;
}
.pics-block .wrap-top {
  width: 226px;
  height: 151px;
  top: 0px;
  right: 10px;
}
.pics-block .wrap-middle {
  width: 181px;
  height: 256px;
  top: 91px;
  left: 5px;
}
.pics-block .wrap-bottom {
  width: 183px;
  height: 234px;
  top: 199px;
  right: 15px;
}

.button {
  width: auto;
  border: 1px solid #D5AF7B;
  color: #D5AF7B;
  font-family: inherit;
  font-size: 16px;
  border-radius: 44px;
  padding: 26px 65px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 59px auto 20px;
  display: block;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  transition: all ease 0.3s;
  max-width: 300px;
  background-color: transparent;
}
.button:hover {
  background-color: #D5AF7B;
  color: #fff;
}

.about-section {
  position: relative;
}

.pics-wrap {
  position: relative;
  min-height: 402px;
}
.pics-wrap .wrap-big-pic {
  width: 188px;
  height: 319px;
  top: 58px;
  left: 25px;
}
.pics-wrap .wrap-pic-small {
  width: 194px;
  height: 286px;
  top: 0px;
  right: 14px;
}

.about-section {
  padding-top: 40px;
  padding-bottom: 0px;
  margin-bottom: 19px;
}
.about-section .type-1 {
  max-width: 200px;
  text-align: center;
  display: block;
  margin: 0 auto 47px;
  font-size: 31px;
  line-height: 131%;
  font-weight: 300;
}

.only-desctop {
  display: none;
}

.about-flex {
  display: flex;
  flex-direction: column;
  max-width: 230px;
  margin: 0 auto;
  padding-left: 0px;
  padding-top: 8px;
}
.about-flex-item {
  margin-bottom: 30px;
}
.about-flex-head {
  font-family: inherit;
  font-size: 21px;
  font-weight: 600;
  line-height: 159%;
  color: #000;
  margin-bottom: 14px;
}

.owl-carousel .owl-stage-outer {
  min-height: 243px;
}

.slider-block {
  padding: 19px 10px 30px;
  position: relative;
}
.slider-block .type-1 {
  font-size: 31px;
  max-width: 250px;
  text-align: center;
  margin: 0 auto 46px;
}

.owl-images {
  width: 100%;
  height: 270px; /* Висота контейнера */
  overflow: hidden; /* Обрізає зайве */
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Заповнює контейнер без спотворень */
  -o-object-position: left;
     object-position: left; /* Вирівнює по центру */
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

.prev-btn:hover path stroke, .next-btn:hover path stroke {
  fill: #D5AF7B;
}

.owl-nav button span {
  font-size: 30px;
  height: 100%;
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav {
  margin: 0;
}

.btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.slider-block button {
  background-color: transparent;
  border: none;
  padding: 10px 0px 20px 20px;
  border-radius: 5px;
  margin: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slider-block button:hover path {
  stroke: #D5AF7B;
}
.slider-block button.prew-btn {
  padding-top: 0px;
}

.small-gold {
  color: #D5AF7B;
  font-size: 18px;
  font-weight: 400;
  max-width: 120px;
  padding-left: 30px;
  position: relative;
  line-height: 122%;
  margin-top: -20px;
  position: absolute;
  bottom: 27px;
  left: 24px;
  z-index: 20;
  text-decoration: none;
  cursor: pointer;
}
.small-gold:before {
  content: "";
  position: absolute;
  top: -37px;
  left: -7px;
  width: 41px;
  height: 59px;
  background-image: url(../images/icons/arr-gold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(28deg) scaleY(-1);
}
.small-gold:hover {
  color: #d7891f;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0px 20px 20px;
}

/* Картка */
.gallery-item {
  width: 47%;
  height: 175px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Обгортка для картинки */
.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  will-change: transform;
}
.image-wrapper:hover img {
  filter: brightness(0.7);
  transform: scale(1.1);
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all ease 0.3s;
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: brightness(0.6);
}

/* Затемнення */
/* Текст-посилання */
.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  font-weight: 500;
  text-decoration: underline;
}

/* Анімація при наведенні */
.form-section {
  padding: 50px 0px;
}

.footer {
  position: relative;
  padding: 40px 15px;
  color: #000;
  text-align: center;
}
.footer .footer__bg {
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.footer .footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Псевдоелемент для прозорого фону */
.footer-content {
  position: relative;
  z-index: 3;
  max-width: 300px;
  margin: 0 auto;
}

.footer-text .studio {
  font-size: 14px;
}
.footer-text .studio a {
  color: #000;
  transition: all ease 0.3s;
}
.footer-text .studio a:hover {
  color: red;
}

/* Логотип */
.footer-logo {
  width: 240px;
  min-width: 240px;
  display: block;
  margin: 10px auto 0px;
}
.footer-logo img {
  width: 100%;
}

/* Меню */
.footer-menu {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 13px auto 0;
  max-width: 200px;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
  text-align: left;
}
.footer-menu ul li {
  margin-bottom: 15px;
}

.footer-menu a {
  text-decoration: none;
  transition: color 0.3s;
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 140%;
}

.footer-menu a:hover {
  text-decoration: underline;
}

/* Інформація */
.footer-info {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.footer-info li p {
  display: flex;
  text-align: left;
  line-height: normal;
  align-items: center;
  justify-content: flex-start;
}
.footer-info .icon {
  margin-right: 10px;
  margin-top: 10px;
}
.footer-info .icon svg, .footer-info .icon img {
  width: 25px;
}
.footer-info li a:hover path {
  stroke: #D5AF7B;
}

.footer-info li {
  margin-bottom: 10px;
}

.footer-info a, .footer-info p {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 8px;
  text-decoration: none;
  transition: color 0.3s;
  color: #000;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
}
.footer-info a span, .footer-info p span {
  text-align: left;
}
.footer-info a:hover {
  text-decoration: underline;
}

.footer-info .icon svg path {
  transition: stroke 0.3s;
}

.footer-info a:hover .icon svg {
  stroke: #FFD700;
}

/* Соцмережі */
.footer-capitali {
  display: flex;
  gap: 20px;
  max-width: 80px;
  margin: 20px auto 20px;
  display: flex;
  justify-content: space-between;
  z-index: 9;
}
.footer-capitali img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-capitali a {
  max-height: 33px;
  box-sizing: border-box;
  display: block;
}
.footer-capitali a svg {
  height: 100%;
  transition: all ease 0.3s;
}
.footer-capitali a:hover svg path {
  stroke: #D5AF7B;
  transition: all ease 0.3s;
  fill: all ease 0.3s;
}

.footer-column--2 .menu {
  display: grid;
  gap: 8px; /* або 16px, як зручно */
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
}
.footer-column--2 .menu li {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 5px;
}
.footer-column--2 .menu li a {
  font-size: 16px;
  color: #000;
  transition: all ease 0.3s;
  text-decoration: none;
}
.footer-column--2 .menu li a:hover {
  color: #D5AF7B;
  text-shadow: 0 0 #D5AF7B;
}

.footer-capitali .social-icon svg {
  transition: all ease 0.3s;
}
.footer-capitali .social-icon svg path, .footer-capitali .social-icon svg rect, .footer-capitali .social-icon svg circle {
  transition: all ease 0.3s;
}

.footer-capitali .social-icon img {
  transition: filter 0.3s ease; /* Тільки filter */
}
.footer-capitali .social-icon img:hover {
  filter: brightness(0) saturate(100%) invert(83%) sepia(35%) saturate(452%) hue-rotate(3deg) brightness(85%) contrast(93%);
}

.footer-capitali .social-icon:hover svg {
  transition: all ease 0.3s;
}
.footer-capitali .social-icon:hover svg path, .footer-capitali .social-icon:hover svg rect, .footer-capitali .social-icon:hover svg circle {
  stroke: #D5AF7B;
}

/* Дрібний текст */
.footer-text {
  font-size: 12px;
  opacity: 0.8;
}

.footer-text a {
  text-decoration: none;
}

.footer-text a:hover {
  color: #FFD700;
}

.tabs-block {
  padding-top: 35px;
}

.accordion {
  font-family: inherit;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  font-style: normal;
  font-weight: 500;
  line-height: 156%;
  padding: 28px 0 20px 0px;
  position: relative;
}

.line:not(:last-child) {
  border-bottom: 1px solid #CACACA;
}

.accordion:after {
  content: "";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  width: 20px;
  height: 1px;
  transition: all ease 0.3s;
  color: #D5AF7B;
  background-color: #D5AF7B;
  background-size: cover;
  position: absolute;
  top: 44px;
  right: 0px;
  box-sizing: border-box;
}

.accordion:before {
  content: "";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  width: 1px;
  height: 20px;
  transition: all ease 0.3s;
  color: #D5AF7B;
  background-color: #D5AF7B;
  background-size: cover;
  position: absolute;
  top: 35px;
  right: 10px;
}

.active:before {
  transform: rotate(90deg);
  opacity: 0;
}

.accordeon-block {
  padding: 0px 20px 0px 29px;
  margin-bottom: 70px;
}

.panel {
  font-family: inherit;
  padding: 0 0px 0px 15px;
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #000;
}
.panel p {
  margin-bottom: 35px;
  line-height: 141%;
}

.texts-side .type-1 {
  margin: 8px auto 41px;
  font-size: 31px;
  line-height: 129%;
  font-weight: 300;
}

.strange-big-text {
  padding: 5px 31px 20px;
  line-height: 133%;
  text-align: left;
  font-weight: 500;
  color: #000;
  font-family: Montserrat;
}
.strange-big-text a {
  color: #D5AF7B;
  font-family: Montserrat;
  text-decoration: none;
  transition: all ease 3s;
}
.strange-big-text a:hover {
  text-decoration: underline;
}

.form-section .type-1 {
  margin-bottom: 26px;
}

.form-section .strange-big-text {
  text-align: center;
  font-size: 16px;
  line-height: 153%;
  margin-bottom: 27px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}

a.text-link {
  display: inline-block;
  text-decoration: none;
  transition: all ease 0.3s;
  text-decoration: none;
  color: #000;
}
a.text-link:hover {
  color: #D5AF7B;
}

form {
  margin-top: 20px;
  max-width: 273px;
  margin: 0 auto;
}

label {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: black;
}

input {
  font-family: inherit;
  display: block;
  width: calc(100% - 147px);
  margin: 0px 0;
  padding: 5px 0px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  font-size: 18px;
  font-weight: normal;
  line-height: 200%;
  color: #BFB2B2;
  background-color: transparent;
  width: 100%;
}

input::-moz-placeholder {
  font-family: inherit;
  font-size: 13px;
  color: #878787;
}

input::placeholder {
  font-family: inherit;
  font-size: 13px;
  color: #878787;
}

input:focus {
  color: black;
  outline: none;
}

input:focus {
  color: #000;
  border-bottom-color: #D5AF7B;
  outline: none;
}

.group-input {
  margin-bottom: 25px;
}

.checkbox, .checkbox2 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
}

.checkbox input[type=checkbox], .checkbox2 input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  border: 1px solid #000;
}

.checkbox label, .checkbox2 label {
  display: block;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
}

.checkbox label:before, .checkbox2 label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  margin-right: 10px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  left: 0px;
}

/* Іконка галочки */
.checkbox input[type=checkbox]:checked + label:before,
.checkbox2 input[type=checkbox]:checked + label:before,
.checkbox2:has(input[type=checkbox]:checked) label:before {
  background-image: url("../images/icons/check2.svg"); /* Вкажи шлях до своєї картинки галочки */
  background-color: transparent;
  border-color: #000;
}

/* Текст посилання в чекбоксі */
.checkbox label a, .checkbox2 label a {
  text-decoration: underline;
  color: black;
}

.checkbox small, .checkbox2 small {
  position: absolute;
  bottom: -25px;
}

/* Помилки валідації */
.checkbox .error, .checkbox2 .error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block; /* Щоб показати помилку під чекбоксом */
}

.checkbox input[type=checkbox].error + label:before,
.checkbox2 input[type=checkbox].error + label:before {
  border-color: red;
}

/* Коли все в порядку, прибираємо червону рамку */
.checkbox input[type=checkbox]:checked + label:before,
.checkbox2 input[type=checkbox]:checked + label:before {
  border-color: black;
}

.submit-btn {
  background-color: transparent;
  font-family: inherit;
  cursor: pointer;
  border: none;
  font-size: 22px;
  padding: 44px 20px;
  position: absolute;
  left: 0px;
  bottom: 164px;
  margin-top: 20px;
  width: 100%;
  text-align: left;
  padding-left: 140px;
  font-weight: 600;
  transition: all ease 0.3s;
  color: #000;
}

.arrow {
  margin-left: 10px;
  transition: margin-left 0.3s;
}

.submit-btn:hover {
  background-color: #f0c079;
}

.submit-btn.active {
  background-color: #f0c079;
}

.submit-btn:hover .arrow {
  margin-left: 16px;
}

/* Попап */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Затемнення фону */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; /* Вперед всіх елементів */
}

.popup-content {
  background: white;
  padding: 20px;
  text-align: center;
  position: relative;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
}

.popup-text {
  padding-top: 50px;
  max-width: 80%;
  margin: 0 auto 50px;
}

.popup .close img {
  width: 100%;
}

.hidden {
  display: none;
}

.only-desktop {
  display: none;
}

.only-mobile {
  display: block;
}

@media (min-width: 340px) {
  .h1-main {
    padding-left: 0px;
    line-height: 133%;
    letter-spacing: 6px;
  }
  .pics-block {
    margin-bottom: 48px;
  }
  .texts-part {
    padding-left: 40px;
    padding-right: 17px;
    padding-bottom: 40px;
  }
}
@media (min-width: 370px) {
  .h1-main {
    margin-bottom: 320px;
    margin-top: 22px;
  }
  .gold-text {
    margin-bottom: 39px;
  }
  .h1-main span {
    top: -33px;
    font-size: 52px;
  }
  .container-main {
    max-width: 500px;
  }
  .accordion {
    padding: 28px 45px 20px 0px;
  }
}
/* мобілка велика */
@media (min-width: 450px) {
  .h1-main {
    font-size: 52px;
  }
  .h1-main span {
    top: -33px;
    font-size: 75px;
  }
  .two-text {
    max-width: 400px;
  }
  .wrap-main-pic {
    right: 0;
    left: 22%;
  }
}
@media (min-width: 600px) {
  .about-flex {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
  }
  .about-flex-item {
    margin-bottom: 30px;
    max-width: 45%;
  }
}
@media (min-width: 768px) {
  .home .main-screen:after {
    height: 200px;
  }
  .main-screen {
    height: 672px;
    background: #000;
  }
  .wrap-main-pic {
    width: 659px;
  }
  .page-content {
    padding-top: 680px;
  }
  .two-text .bold-text {
    color: #D5AF7B;
  }
  .gallery-item {
    flex: 1 1 calc(33.33% - 10px); /* 3 колонки на планшетах */
  }
  .h1-main {
    font-size: 52px;
    padding-left: 232px;
    padding-top: 26px;
  }
  .h1-main span {
    top: -3px;
    font-size: 90px;
    letter-spacing: 2px;
  }
  .meet-us {
    z-index: 15;
  }
  .two-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
  }
  .two-text .bold-text {
    order: 2;
    max-width: 500px;
    font-size: 28px;
  }
  .two-text .light-text {
    max-width: 385px;
    order: 1;
    margin-right: 40px;
  }
  .container-main {
    max-width: 600px;
  }
  .pics-block .wrap-middle {
    width: 271px;
    height: 370px;
    top: 116px;
    left: 33px;
  }
  .pics-block .wrap-top {
    width: 319px;
    height: 200px;
    top: 0px;
    right: 0px;
  }
  .pics-block .wrap-bottom {
    width: 218px;
    height: 271px;
    top: 228px;
    right: 15px;
  }
  .pics-block {
    min-height: 513px;
  }
  .about-section .type-1 {
    max-width: 200px;
    text-align: left;
    display: block;
    margin: 0 0 47px;
  }
  .pics-wrap .wrap-big-pic {
    width: 228px;
    height: 378px;
    top: -133px;
    left: 247px;
    z-index: 2;
  }
  .pics-wrap .wrap-pic-small {
    width: 189px;
    height: 240px;
    left: 105px;
    top: 161px;
    z-index: 1;
  }
  .about-flex {
    flex-direction: column;
  }
  .positioned {
    position: absolute;
    top: 219px;
    left: 81px;
    max-width: 204px;
  }
  .positioned2 {
    position: absolute;
    top: 131px;
    right: 25px;
    max-width: 208px;
  }
  .positioned3 {
    position: absolute;
    top: 295px;
    right: 23px;
    max-width: 211px;
  }
  .pics-wrap .wrap-big-pic {
    width: 186px;
    height: 302px;
    top: -120px;
    left: 234px;
    z-index: 2;
  }
  .about-section {
    padding-bottom: 40px;
  }
  .slider-block {
    padding: 40px 0px 30px;
  }
  .side-button.only-desctop {
    display: block;
    position: absolute;
    right: -79px;
    bottom: -55px;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 400px;
    z-index: 9999;
  }
  .footer-content {
    max-width: 700px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
  .footer-menu {
    order: 2;
  }
  .footer-info {
    order: 3;
  }
  .footer-capitali {
    order: 1;
  }
  .footer-text {
    order: 4;
    width: 100%;
    text-align: center;
  }
  .footer {
    position: relative;
    padding: 130px 15px;
  }
  .only-desktop {
    display: block;
  }
  .only-mobile {
    display: none;
  }
}
/* Для десктопів */
@media (min-width: 980px) {
  .container-main {
    width: 83%;
    max-width: 90%;
  }
  .wrap-two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .wrap-two .pics-block {
    width: 700px;
    order: 2;
  }
  .texts-part {
    width: 500px;
  }
  .pics-wrap .wrap-big-pic {
    width: 264px;
    height: 420px;
    left: 286px;
  }
  .pics-wrap .wrap-pic-small {
    left: 125px;
    top: 189px;
  }
  .about-section .container-main {
    position: relative;
  }
  .positioned {
    position: absolute;
    top: 179px;
    left: 0;
  }
  .positioned2,
  .positioned3 {
    right: 0px;
  }
  .tabs-block {
    background: #F7F7F7;
  }
}
/* Для десктопів */
@media (min-width: 1024px) {
  .accordion {
    width: 93%;
  }
  .container-main {
    width: 84%;
  }
  .group-input {
    margin-bottom: 45px;
  }
  .form-section .strange-big-text {
    text-align: left;
    font-size: 20px;
  }
  .wrap-main-pic {
    right: 0;
    width: 711px;
    top: auto;
    left: 28%;
    bottom: -8px;
  }
  .main-logo {
    top: 37%;
    z-index: 9;
  }
  .texts-part {
    width: 400px;
    padding-top: 83px;
  }
  .simple-text {
    font-size: 22px;
  }
  .main-screen .simple-text {
    margin-bottom: 62px;
  }
  .pics-wrap .wrap-big-pic {
    left: 345px;
  }
  .pics-wrap .wrap-pic-small {
    left: 199px;
  }
  .pics-wrap .wrap-big-pic {
    width: 257px;
    height: 425px;
    left: 317px;
  }
  .positioned2,
  .positioned3 {
    max-width: 224px;
  }
  .side-button.only-desctop {
    display: block;
    position: absolute;
    right: 0px;
  }
  .owl-images {
    width: 100%;
    height: 560px;
  }
  .wrap-carousel {
    margin-left: 200px;
    padding-right: 200px;
    position: relative;
    min-height: 400px;
  }
  .wrap-carousel:before {
    content: "";
    width: 390px;
    height: 580px;
    position: absolute;
    top: 0px;
    left: -394px;
    background-color: #f7f7f7;
    z-index: 9;
  }
  .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .small-gold {
    bottom: 98px;
    left: 28px;
    z-index: 99;
  }
  .slider-block .type-1 {
    font-size: 32px;
    max-width: -moz-max-content;
    max-width: max-content;
    text-align: left;
    margin: 0px 20px 67px 56px;
  }
  .slider-block {
    padding: 240px 0px 30px;
  }
  .side-button.only-desctop {
    bottom: -182px;
  }
  .gallery {
    gap: 15px;
  }
  .gallery-item {
    flex: 1 1 calc(16.66% - 15px); /* 6 елементів в ряд */
    max-width: 200px;
  }
  /* Лісенка */
  .gallery-item:nth-child(2n) {
    transform: translateY(20px);
  }
  .gallery-item:nth-child(3n) {
    transform: translateY(-20px);
  }
  .two-sides {
    display: flex;
    justify-content: space-between;
  }
  .texts-side {
    margin-right: 30px;
    min-width: 40%;
  }
  .texts-side .type-1 {
    margin: 8px auto 81px 22px;
    text-align: left;
  }
  .strange-big-text {
    padding: 3px 27px 20px;
    line-height: 133%;
    max-width: 523px;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
  }
  .wawe-gallery {
    padding: 100px 20px;
    background-repeat: no-repeat;
  }
  .gallery-item {
    width: 48%;
    height: 221px;
  }
  form {
    margin-top: 20px;
    max-width: 500px;
  }
  label {
    font-size: 20px;
  }
  input::-moz-placeholder {
    font-size: 14px;
  }
  input::placeholder {
    font-size: 14px;
  }
  .image-wrapper {
    width: 100%;
    height: 220px;
    border-radius: 12px;
  }
  .texts-side {
    max-width: 40%;
  }
  .form-bottom-h2 {
    text-align: left;
    font-size: 56px;
  }
}
@media (min-width: 1150px) {
  .pics-wrap .wrap-big-pic {
    width: 365px;
    height: 521px;
  }
  .pics-wrap .wrap-pic-small {
    top: 266px;
  }
  .about-section {
    padding-bottom: 152px;
  }
  .accordion {
    width: 100%;
  }
  .button {
    padding: 24px 84px;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media (min-width: 1200px) {
  .h1-main {
    font-size: 76px;
    padding-left: 293px;
    padding-top: 98px;
    margin-bottom: 156px;
  }
  .h1-main span {
    top: 54px;
    font-size: 149px;
    letter-spacing: 11px;
    z-index: -5;
  }
  .wrap-main-pic {
    z-index: 9;
  }
  .two-text {
    max-width: 78%;
    margin: 0 auto;
  }
  .gold-text {
    margin-bottom: 39px;
    padding-left: 13%;
    width: auto;
    font-size: 32px;
    letter-spacing: 7px;
  }
  .gold-text a {
    display: inline-block;
  }
  .gold-text:before {
    left: auto;
  }
  .two-text .light-text {
    margin-top: 35px;
    line-height: 136%;
    font-size: 40px;
    max-width: 494px;
  }
  .two-text .bold-text {
    letter-spacing: 7px;
    line-height: 138%;
    font-size: 34px;
  }
  .pics-wrap .wrap-big-pic {
    left: 340px;
  }
  .pics-wrap .wrap-pic-small {
    left: 237px;
  }
  .slider-block .type-1 {
    font-size: 36px;
  }
  .accordion {
    font-size: 24px;
    line-height: 159%;
    padding: 30px 30px 30px 0px;
  }
  .panel {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
  }
  .panel p {
    margin-bottom: 35px;
  }
  .gallery-item {
    height: 267px;
  }
  .overlay {
    font-size: 21px;
  }
  .footer-content {
    max-width: 1200px;
  }
  .footer-content-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .footer-logo {
    margin-left: 0px;
  }
  .footer-capitali {
    top: 150px;
  }
  .footer-text {
    padding: 80px 10px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
  .footer-info {
    margin-top: 30px;
  }
  .footer-column--2 {
    padding-top: 30px;
  }
  .footer-info .icon.loc {
    width: 20px;
    margin-top: -5px;
    margin-left: -2px;
  }
  .footer-info .icon img {
    height: 20px;
  }
  .footer-capitali {
    margin-left: 8px;
  }
  .footer-column--1 .footer-info {
    margin-left: 0px;
  }
  .footer-column--3 {
    margin-left: 0px;
    margin-right: 20px;
  }
  .footer-column--3 .footer-info {
    display: grid;
    gap: 7px 41px;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-column--3 .footer-info li {
    height: 40px;
  }
  .footer-column--3 .footer-info li p, .footer-column--3 .footer-info li a {
    max-width: 265px;
    font-size: 16px;
  }
  .footer-column--3 .footer-info li p:hover, .footer-column--3 .footer-info li a:hover {
    color: #D5AF7B;
    text-shadow: 0 0 #D5AF7B;
  }
  .about-section {
    padding-bottom: 93px;
    margin-bottom: 164px;
  }
  .slider-block {
    padding: 133px 0px 30px;
  }
  .image-wrapper {
    height: 274px;
  }
}
@media (min-width: 1400px) {
  .form-bottom-h2 {
    font-size: 64px;
  }
  .about-section {
    background-color: #F2F2F2;
  }
  .positioned2,
  .positioned3 {
    max-width: 318px;
  }
  .side-button.only-desctop {
    bottom: -276px;
    min-width: 400px;
  }
  .side-photo.only-desctop {
    display: block;
    position: absolute;
    width: 200px;
    height: 160px;
    right: 0px;
    bottom: -43px;
  }
  .tabs-block {
    padding-top: 48px;
    padding-bottom: 100px;
  }
  .texts-side .type-1 {
    margin: 8px auto 81px 92px;
    letter-spacing: 3px;
    font-size: 60px;
  }
  .strange-big-text {
    padding: 30px 93px 22px;
    line-height: 183%;
    max-width: 523px;
    font-size: 20px;
  }
  .form-section .strange-big-text {
    font-size: 20px;
  }
  .accordeon-block {
    padding: 0px 0px 0px 47px;
  }
  .accordion:after {
    right: 0px;
  }
  .accordion:before {
    right: 9px;
  }
  .footer p {
    font-size: 15px;
    line-height: 130%;
  }
  .footer-text {
    font-size: 15px;
  }
  .middle-text {
    max-width: 800px;
    font-size: 15px;
  }
  .form-section {
    margin-bottom: 150px;
  }
  .main-screen {
    background: #000;
  }
  .wrap-main-pic {
    right: -10px;
    width: 850px;
  }
  .page-content {
    padding-top: 330px;
  }
  .main-screen {
    height: 772px;
  }
  .page-content {
    padding-top: 780px;
  }
}
/* Для десктопів */
@media (min-width: 1560px) {
  .h1-main {
    font-size: 74px;
    padding-left: 461px;
    padding-top: 184px;
    margin-bottom: 217px;
    letter-spacing: 16px;
    font-weight: 600;
    line-height: 148%;
    position: relative;
  }
  .h1-main span {
    top: 118px;
    font-size: 200px;
    left: 372px;
    letter-spacing: 30px;
    z-index: -5;
  }
  .gold-text {
    margin-bottom: 39px;
    padding-left: 15%;
    width: auto;
    font-size: 32px;
    letter-spacing: 9px;
  }
  .two-text {
    max-width: 73%;
  }
  .texts-part {
    padding-left: 0px;
    padding-right: 0px;
  }
  .texts-part .simple-text {
    line-height: 191%;
    font-size: 20px;
  }
  .two-text .light-text {
    margin-top: 35px;
    line-height: 176%;
    font-size: 48px;
    max-width: 494px;
  }
  .two-text .bold-text {
    letter-spacing: 7px;
    line-height: 188%;
    font-size: 40px;
  }
  .two-text .light-text {
    margin-top: 74px;
    line-height: 174%;
    font-size: 48px;
    max-width: 606px;
    letter-spacing: 0px;
    margin-right: 80px;
  }
  .two-text .bold-text {
    letter-spacing: 11px;
    line-height: 188%;
    font-size: 40px;
    max-width: 100%;
    margin-top: 14px;
    padding-left: 70px;
    width: 92%;
  }
  .contacts-list span.image-span {
    min-width: 32px;
  }
  .positioned2 {
    top: 36px;
  }
  .positioned3 {
    top: 192px;
  }
  .pics-wrap .wrap-big-pic {
    width: 435px;
    height: 702px;
  }
  .about-section {
    padding-bottom: 93px;
    background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 60%, #F7F7F7 60%, #F7F7F7 100%);
  }
  .pics-wrap .wrap-pic-small {
    top: 431px;
    z-index: 6;
    width: 224px;
    height: 260px;
  }
  .side-button.only-desctop {
    bottom: -611px;
  }
  .side-photo.only-desctop {
    width: 301px;
    height: 307px;
    right: 0px;
    bottom: -205px;
  }
  .forms-block {
    max-width: 89%;
    margin: 0px auto;
    padding: 28px 7px;
  }
  .footer {
    padding: 269px 15px;
    margin-top: 60px;
  }
  .footer-content {
    max-width: 1622px;
    margin-left: 166px;
  }
  .footer-menu {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin: 13px auto 0;
    width: 353px;
    margin-right: 187px;
    margin-left: 0px;
  }
  .footer-logo {
    margin-right: 116px;
  }
  .footer-content {
    justify-content: flex-start;
  }
  .footer-menu ul {
    margin-right: 129px;
  }
  .footer-info {
    margin-bottom: 54px;
    margin-left: 50px;
    margin-top: 27px;
  }
  .footer-info.info2 {
    padding-top: 6px;
  }
  .footer-info .icon.loc {
    width: 18px;
    margin-top: -4px;
  }
  .footer-capitali {
    left: 3px;
    top: 153px;
    z-index: 99;
  }
  .footer-text {
    align-items: anchor-center;
  }
  .middle-text {
    max-width: 40%;
    text-align: left;
  }
  .forms-block {
    padding-bottom: 0px;
  }
  .slider-block {
    padding: 276px 0px 30px;
  }
  .side-button.only-desctop {
    bottom: -411px;
  }
  .slider-block .type-1 {
    font-size: 55px;
  }
  .pics-block .wrap-bottom {
    z-index: 99;
  }
  .gold-text {
    padding-left: 16.5%;
  }
  .gold-text:before {
    width: 69px;
    height: 105px;
    top: -109px;
    left: 291px;
    transform: rotate(-10deg);
  }
  .about-section {
    padding-top: 110px;
  }
  .about-section .type-1 {
    font-size: 48px;
    max-width: 400px;
  }
  .slider-block .type-1 {
    font-size: 59px;
    font-weight: 300;
  }
  .accordion {
    width: 100%;
  }
  .panel {
    padding-left: 0px;
  }
  .image-wrapper {
    height: 316px;
  }
  .main-screen {
    height: 802px;
  }
  .page-content {
    padding-top: 848px;
  }
  .button {
    margin-bottom: 0px;
  }
  .gallery {
    gap: 25px;
  }
}
/* Для десктопів */
@media (min-width: 1750px) {
  .gallery {
    gap: 33px;
  }
  .pics-block .wrap-top {
    width: 543px;
    height: 372px;
    top: 20px;
    right: 127px;
  }
  .pics-block .wrap-middle {
    width: 382px;
    height: 548px;
    top: 219px;
    left: -297px;
  }
  .pics-block .wrap-bottom {
    width: 424px;
    height: 542px;
    top: auto;
    bottom: -575px;
    right: 99px;
  }
  .wrap-two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 440px;
  }
  .pics-wrap .wrap-big-pic {
    width: 520px;
    height: 872px;
    left: 464px;
    top: -174px;
  }
  .positioned {
    position: absolute;
    top: 330px;
    max-width: 377px;
    left: 17px;
  }
  .about-flex-head {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: -3px;
  }
  .normal-text {
    font-size: 21px;
  }
  .positioned2,
  .positioned3 {
    max-width: 435px;
  }
  .positioned2 {
    top: 111px;
  }
  .positioned3 {
    top: 264px;
  }
  .pics-wrap .wrap-pic-small {
    left: 177px;
  }
  .pics-wrap .wrap-pic-small {
    top: 502px;
    z-index: 6;
    width: 361px;
    height: 390px;
  }
  .about-section {
    padding-bottom: 42px;
  }
  .slider-block {
    padding: 132px 0px 30px;
  }
  .slider-block .type-1 {
    font-size: 59px;
    letter-spacing: 3px;
    margin-bottom: 100px;
    margin: 0px 24px 147px 241px;
  }
  .wrap-carousel {
    margin-left: 458px;
  }
  .wrap-carousel:before {
    width: 526px;
    height: 660px;
    top: 0px;
    left: -534px;
    background-color: #f7f7f7;
  }
  .owl-images {
    width: 100%;
    height: 603px;
  }
  .small-gold {
    font-size: 28px;
    bottom: 147px;
    left: 210px;
    min-width: 160px;
  }
  .small-gold:before {
    top: -93px;
    left: -35px;
    width: 93px;
    height: 101px;
    transform: rotate(57deg) scaleY(-1);
  }
  .texts-part {
    padding-top: 90px;
  }
  .texts-part .simple-text {
    margin-bottom: 60px;
  }
  .texts-part .button {
    margin: 118px auto 0px;
  }
  .btn-wrap {
    width: 100%;
    margin-top: 49px;
    margin-left: 86px;
  }
  .overlay {
    font-size: 27px;
  }
  .gallery-item {
    height: 307px;
    height: 307px;
    margin: 0px 11px;
    border-radius: 25px;
  }
  .gallery-item:nth-child(2) {
    transform: translateY(-69px);
  }
  .gallery-item:nth-child(3) {
    transform: translateY(0px);
  }
  .gallery-item:nth-child(4) {
    transform: translateY(-108px);
  }
  .gallery-item:nth-child(5) {
    transform: translateY(0px);
  }
  .gallery-item:nth-child(6) {
    transform: translateY(-108px);
  }
  .wawe-gallery {
    padding: 260px 0px 140px;
  }
  .texts-side .type-1 {
    margin: -4px auto 50px 91px;
    font-size: 60px;
    line-height: 169%;
  }
  .tabs-side {
    padding-top: 50px;
  }
  .forms-block .two-sides {
    justify-content: flex-start;
    padding-top: 20px;
  }
  .forms-block .tabs-side {
    padding-top: 20px;
    margin-left: 10px;
  }
  .strange-big-text {
    padding: 56px 93px 22px;
    font-size: 20px;
  }
  form {
    margin-top: 79px;
  }
  form input {
    padding-top: 18px;
  }
  form .button {
    padding: 24px 138px;
  }
  .bottom-form-place form {
    margin-top: 120px;
  }
  .bottom-form-place .two-sides {
    justify-content: space-between;
  }
  .bottom-form-place .strange-big-text.only-desktop {
    padding-top: 0px;
    margin-top: 7px;
    font-weight: 500;
  }
  label {
    font-size: 20px;
  }
  input::-moz-placeholder {
    font-size: 20px;
  }
  input::placeholder {
    font-size: 20px;
  }
  .group-input {
    margin-bottom: 69px;
  }
  .checkbox label {
    font-size: 15px;
  }
  .checkbox label:before {
    top: 5px;
  }
  .forms-block .button {
    margin: 50px 0px;
  }
  .about-section {
    padding-bottom: 471px;
  }
  .side-button.only-desctop {
    bottom: -619px;
  }
  .gallery-item {
    max-width: 209px;
    margin: 0px 4px;
    height: 307px;
  }
}
.wpcf7-response-output {
  display: none !important;
}

.slideName {
  opacity: 0;
  color: transparent;
  pointer-events: none;
  height: 1px;
}

.article,
article {
  padding-top: 5px;
  margin-bottom: 60px;
}
.article img,
article img {
  width: 100%;
  height: 252px;
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article h2,
article h2 {
  margin-top: 0px;
}

.h2 {
  font-family: inherit;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-top: 0px;
}

.article-wraps a.h2 {
  display: inline-block;
  text-decoration: none;
  transition: all ease 0.3s;
  margin-bottom: 10px;
  color: #000;
}
.article-wraps a.h2:hover {
  color: #D5AF7B;
}

.date {
  font-family: inherit;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  padding-left: 20px;
  max-width: 303px;
  margin: 0 auto 30px;
}
.date:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/calendar.svg");
  background-size: cover;
  background-repeat: no-repeat;
  left: 60px;
  top: -1px;
}

.blog-main {
  background: linear-gradient(#fff 0%, #fff 16%, #f7f7f7 16%, #fff 100%);
}
.blog-main .h1-main {
  padding-left: 25px;
  margin-bottom: 306px;
  margin-top: 31px;
  line-height: 1.3;
  letter-spacing: 10.1px;
  font-weight: 400;
}
.blog-main .about-section {
  background-color: #f2f2f2;
}
.blog-main .wrap-main-pic {
  width: 338px;
  top: 206px;
  right: -98px;
  opacity: 0;
}
.blog-main .gold-text {
  padding-left: 46px;
  width: 250px;
  font-size: 18px;
  font-weight: 700;
}

p.gold {
  font-weight: inherit;
  padding-left: 46px;
  color: #D5AF7B;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.gold-text-second {
  max-width: 600px;
  position: relative;
  margin-left: 13%;
  margin-top: -20px;
  font-size: 15px !important;
  line-height: 150%;
  letter-spacing: 5px !important;
}
.gold-text-second:before {
  content: "";
  display: block;
  position: absolute;
  height: 89px;
  top: -85px;
  left: 3px;
  width: 50px;
  transform: rotate(-28deg);
  background-image: url(../images/icons/arr-gold.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

ul.breadcrumb {
  display: flex;
  padding: 4px 16px 0px 25px;
  list-style: none;
  position: relative;
  z-index: 5;
  margin-top: 0px;
  z-index: 1;
}

ul.breadcrumb span {
  font-size: 14px;
  font-family: inherit;
  padding: 0px 5px;
}
ul.breadcrumb span a {
  text-decoration: none;
  color: #514c4c;
  font-weight: 500;
}
ul.breadcrumb span a:hover {
  color: #D5AF7B;
}

.breadcrumb_last {
  color: #000;
  text-shadow: 0px 0px #000;
}

.container-blog {
  width: 300px;
  margin: 0 auto;
  padding: 0px 5px;
  padding-bottom: 150px;
}

/* Pagination links */
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.center-paging {
  display: flex;
  align-items: center;
  max-width: 500px;
}

.page-numbers {
  color: black;
  float: left;
  padding: 8px 10px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.page-numbers.active, .page-numbers:hover {
  color: #D5AF7B;
}
.page-numbers.disabled {
  pointer-events: none;
}

.pagination a.prev:hover path,
.pagination a.next:hover path {
  stroke: #D5AF7B;
}

ul.page-numbers {
  position: relative;
  width: 100%;
  justify-content: space-between;
}

.next .page-numbers {
  right: 0px;
}

.page-numbers {
  display: flex;
  align-items: center;
  width: 100%;
}
.page-numbers .page-numbers {
  display: block;
}
.page-numbers a {
  color: black;
  float: left;
  font-size: 15px;
  padding: 8px 10px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.page-numbers a.active, .page-numbers a:hover {
  color: #D5AF7B;
}
.page-numbers a.disabled {
  pointer-events: none;
}

.content-blog {
  padding: 0px 20px 100px 20px;
  margin: 0 auto;
}
.content-blog p {
  font-family: inherit;
  line-height: 150%;
  font-size: 17px;
  color: #000;
  margin-bottom: 46px;
  padding: 0px 29px;
}
.content-blog img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  margin-bottom: 46px;
}

.nav-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
}

.prev-block a,
.next-block a {
  display: flex;
  font-family: inherit;
  align-items: center;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  transition: all ease 0.3s;
}
.prev-block a svg,
.next-block a svg {
  padding: 0px 5px;
  min-width: 30px;
}
.prev-block a svg path,
.next-block a svg path {
  transition: all ease 0.3s;
}
.prev-block a:hover,
.next-block a:hover {
  color: #D5AF7B;
}
.prev-block a:hover svg path,
.next-block a:hover svg path {
  stroke: #D5AF7B;
}

.next-block a {
  height: 26px;
}
.next-block svg {
  height: 26px;
}

.main-screen.blog-one {
  background: #fff;
}

.article-wraps {
  max-width: 80%;
  margin: 0 auto;
}

.blog-one {
  position: relative;
  padding-top: 0px;
  padding: 0px 0px 0px;
  width: 100%;
}
.blog-one .header-picture {
  width: 98%;
  height: 213px;
  margin: 0 auto;
  position: relative;
  border-radius: 18px;
  margin: 28px auto 55px;
}
.blog-one .blog-header {
  opacity: 0.3;
  filter: brightness(1.3) contrast(0.9) saturate(1.2) opacity(0.7);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  opacity: 0.1;
}
.blog-one .article-name {
  font-family: inherit;
  position: absolute;
  top: 45px;
  z-index: 3;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 139%;
  font-size: 22px;
  text-align: center;
}
.blog-one .round-block {
  position: absolute;
  right: 0px;
  bottom: -3px;
  background-size: cover;
  width: 189px;
  height: 68px;
  z-index: 6;
  background-color: #fff;
  border-top-left-radius: 20px;
}
.blog-one .round-block:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -29px;
  bottom: -4px;
  background-image: url(../images/icons/rl.svg);
}
.blog-one .round-block:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: -3px;
  bottom: 61px;
  background-image: url(../images/icons/rr.svg);
}
.blog-one .date {
  position: absolute;
  bottom: 10px;
  right: 5px;
  z-index: 9;
  margin-bottom: 5px;
}
.blog-one .date:before {
  left: -9px;
}

.article-name-fixed {
  position: fixed;
  top: 600px;
  width: 100px;
  left: 15px;
}
.article-name-fixed .gold-text {
  font-family: inherit;
  color: #D5AF7B;
  font-size: 14px;
  font-weight: 700;
}
.article-name-fixed .gold-text:before {
  transform: rotate(-6deg);
  background-image: url(../images/icons/arrgoldtop.svg);
}

.contactpage-top {
  max-width: 300px;
  margin: 0 auto;
}
.contactpage-top .footer-info .icon.loc {
  width: 50px;
  margin-top: 10px;
  margin-left: -1px;
}
.contactpage-top .footer-info .icon {
  width: 30px;
}
.contactpage-top .footer-info {
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0px;
  padding-left: 10px;
}
.contactpage-top .footer-info li {
  margin-bottom: 15px;
}
.contactpage-top .footer-info li a {
  font-size: 20px;
}
.contactpage-top .footer-info li a:hover {
  text-decoration: none;
  color: #D5AF7B;
}

.map-block {
  max-width: 95%;
  margin: 0 auto;
  max-height: 400px;
  border-radius: 18px;
  overflow: hidden;
}

.pics-cont-wrap {
  position: relative;
  padding-bottom: 150px;
  padding-top: 30px;
}
.pics-cont-wrap .cont-im {
  border-radius: 18px;
  overflow: hidden;
}
.pics-cont-wrap .cont-im img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-bottom {
  margin-bottom: 40px;
}

.blog-main.contacts-page {
  background: linear-gradient(#fff 0%, #fff 13%, #f7f7f7 13%, #fff 100%);
}

@media (min-width: 340px) {
  .header-picture {
    max-width: 321px;
  }
}
@media (min-width: 360px) {
  .container-blog {
    width: 320px;
    padding: 0px 10px 150px;
    margin: 0 auto;
  }
}
@media (min-width: 680px) {
  .blog-main .wrap-main-pic {
    width: 483px;
    top: 68px;
    right: -98px;
  }
  .container-blog {
    width: 520px;
  }
  .article,
  article {
    text-align: left;
  }
  .article h2,
  article h2 {
    text-align: left;
  }
}
@media (min-width: 760px) {
  .blog-main .h1-main {
    padding-left: 194px;
    margin-bottom: 306px;
    margin-top: 13px;
    font-size: 40px;
  }
  .blog-main .wrap-main-pic {
    width: 353px;
    top: 191px;
    right: 9px;
  }
  ul.breadcrumb {
    position: absolute;
    top: 40px;
    left: 223px;
    z-index: 10;
  }
  .pagination a, .page-numbers.current {
    font-size: 20px;
  }
  .content-blog img {
    height: 450px;
  }
  .blog-one {
    position: absolute;
    top: 100px;
  }
  .blog-one .header-picture {
    max-width: 64%;
    height: 350px;
    margin-left: 180px;
  }
  .blog-one .article-name {
    top: 33%;
    text-align: left;
    left: 46px;
    transform: translateX(-50%);
    max-width: 294px;
  }
  .contactpage-top {
    max-width: 75%;
    margin-bottom: 100px;
  }
  .contactpage-top .footer-info {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .map-block {
    width: 90%;
  }
  .map-block iframe {
    width: 100%;
  }
  .contactpage-top .footer-info li {
    margin-bottom: 0px;
    width: 100%;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .article-wraps {
    padding-left: 200px;
  }
  article,
  .article {
    position: relative;
    text-align: left;
  }
  article .date,
  .article .date {
    position: absolute;
    left: -200px;
    top: 11px;
  }
  article .date:before,
  .article .date:before {
    left: -15px;
  }
  article a.h2,
  .article a.h2 {
    margin-bottom: 32px;
  }
  .container-blog {
    padding-top: 40px;
  }
  .blog-main .gold-text {
    max-width: 800px;
    position: absolute;
    left: 200px;
    top: 500px;
  }
  .blog-main .h1-main {
    padding-left: 248px;
    margin-bottom: 221px;
    margin-top: 13px;
    font-size: 54px;
  }
  .blog-main .wrap-main-pic {
    width: 454px;
    top: 66px;
    right: 49px;
  }
  .content-blog {
    padding: 0px 134px 100px 20px;
    margin: 0 auto;
    max-width: 74%;
    padding: 0px 140px 100px 0px;
  }
  .contactpage-top {
    padding-top: 97px;
  }
  .footer-menu {
    gap: 75px;
  }
  .footer-info.info2 {
    padding-top: 11px;
  }
  .middle-text {
    max-width: 630px;
  }
  .contactpage-top .footer-info .icon svg {
    width: 30px;
    margin-top: 4px;
  }
  .form-bottom .h2 {
    margin-left: 0px;
    text-align: left;
    margin-bottom: 40px;
  }
  .form-bottom form {
    margin-right: 30px;
  }
  .contactpage-top {
    /* Ряд 1 */
    /* Ряд 2 */
  }
  .contactpage-top .footer-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 15px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .contactpage-top .footer-info li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .contactpage-top .footer-info li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .contactpage-top .footer-info li:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
  .contactpage-top .footer-info li:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }
  .contactpage-top .footer-info li:nth-child(5) {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .contactpage-top .footer-info li:nth-child(6) {
    grid-column: 3/span 2;
    grid-row: 2;
  }
  .footer-info .icon {
    margin-top: 0px;
  }
  .footer-info .icon img {
    height: 28px;
    width: 26px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer-info li p {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .gold-text-second {
    margin-left: 23%;
    margin-top: 61px;
    line-height: 150%;
    font-size: 25px !important;
    letter-spacing: 2px !important;
  }
  .gold-text-second:before {
    height: 89px;
    top: -85px;
    left: -53px;
    width: 100px;
  }
  .blog-main .wrap-main-pic {
    width: 583px;
    top: -59px;
    right: 155px;
  }
  .blog-main .h1-main {
    padding-left: 244px;
    margin-bottom: 221px;
    margin-top: -59px;
    font-size: 63px;
  }
  .blog-main {
    background: linear-gradient(#fff 0%, #fff 17%, #f7f7f7 17%, #fff 100%);
  }
  .blog-one .article-name {
    font-size: 40px;
    left: 150px;
  }
  .content-blog {
    padding: 80px 140px 100px 0px;
  }
  .container-blog {
    width: 820px;
    padding-left: 100px;
  }
  .article img,
  article img {
    width: 100%;
    height: 319px;
  }
  .blog-one .header-picture {
    max-width: 75%;
  }
  .contactpage-top .footer-info .icon.loc {
    margin-top: 2px;
  }
}
@media (min-width: 1300px) {
  .blog-one .header-picture {
    max-width: 79%;
    height: 495px;
  }
  .blog-one .round-block {
    right: 0px;
    bottom: -3px;
    width: 247px;
    height: 86px;
  }
  .blog-one .blog-one .overflow-black {
    opacity: 0.5;
  }
  .blog-one .round-block:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: -2px;
    bottom: 78px;
    background-image: url(../images/icons/rr.svg);
  }
  .content-blog {
    margin: 0 auto;
    margin-left: auto;
    max-width: 74%;
    margin-left: 14%;
  }
  .content-blog p {
    font-size: 19px;
    padding-left: 0px;
    margin-top: 0px;
    font-weight: 400;
  }
  .contactpage-top .footer-info li {
    width: 100%;
  }
  .contactpage-top .footer-info {
    align-items: center;
  }
  .footer-info.in2 li {
    width: 48%;
  }
  .map-block {
    height: 700px;
    margin-bottom: 120px;
  }
  .map-block iframe {
    height: 100%;
  }
  .main-screen.blog-main .h2.type-1 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 40px;
  }
  .strange-big-text.only-desktop {
    font-weight: 400;
    text-align: left;
    padding-left: 0px;
  }
  .pics-cont-wrap .cont-im2 {
    right: 46px;
  }
  .contactpage-top .footer-info li a {
    font-size: 17px;
  }
  menu li {
    text-align: left;
  }
  .blog-one .date {
    bottom: 23px;
    right: 32px;
    margin-bottom: 4px;
  }
  .form-bottom .h2 {
    font-size: 40px;
    color: #000;
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 159%; /* 101.76px */
  }
}
@media (min-width: 1400px) {
  .contactpage-top .footer-info li a {
    font-size: 20px;
  }
  menu li {
    text-align: left;
  }
  .article-wraps {
    padding-left: 292px;
    padding-top: 5px;
    padding-right: 161px;
  }
  .article-wraps article h2 a {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  article .date,
  .article .date {
    left: -229px;
    font-size: 19px;
    top: 30px;
  }
  .article h2, article h2 {
    text-align: left;
  }
}
@media (min-width: 1560px) {
  .blog-one .round-block:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 1px;
    bottom: 104px;
  }
  .article-name-fixed {
    position: fixed;
    top: 700px;
    width: 300px;
    left: 123px;
  }
  .article-name-fixed .gold-text {
    font-size: 21px;
  }
  .article-name-fixed .gold-text:before {
    width: 89px;
    height: 100px;
    top: -128px;
    left: -63px;
  }
  .blog-main .wrap-main-pic {
    right: 200px;
    width: 698px;
    top: -85px;
  }
  .blog-main h1 {
    font-size: 60px;
  }
  .blog-main .h1-main {
    padding-left: 386px;
    margin-bottom: 294px;
    margin-top: -121px;
    font-size: 63px;
  }
  .blog-main .gold-text {
    padding-left: 46px;
    width: 320px;
    max-width: 800px;
    left: 283px;
    top: 594px;
  }
  ul.breadcrumb {
    top: 82px;
    left: 359px;
  }
  .blog-one .header-picture {
    max-width: 72%;
    margin-left: 326px;
    margin-left: 326px;
    margin-top: 64px;
  }
  .content-blog {
    max-width: 68%;
    margin-left: 326px;
  }
  .blog-one .article-name {
    top: auto;
    bottom: 120px;
    left: 52px;
    transform: translateX(0%);
    text-align: left;
    font-size: 42px;
    max-width: 46%;
  }
  .main-screen.blog-one {
    background: #fff;
  }
  .blog-one .header-picture {
    max-width: 72%;
    margin-left: 342px;
    margin-top: 91px;
  }
  .content-blog p {
    font-size: 24px;
  }
  .content-blog img {
    height: 535px;
  }
  .blog-one .round-block {
    right: -3px;
    bottom: -3px;
    width: 320px;
    height: 110px;
  }
  .blog-one .date {
    font-size: 20px;
    position: absolute;
    bottom: 13px;
    right: 41px;
    bottom: 33px;
    right: 74px;
  }
  .blog-one .date:before {
    left: -17px;
    top: 2px;
  }
  .content-blog {
    padding: 150px 180px 100px 20px;
  }
  .blog-main.contacts-page .gold-text:before {
    left: 0px;
  }
  .blog-main .gold-text:before {
    left: 0px;
  }
  .bottom-form-place {
    max-width: 77%;
  }
  .gold-text-second {
    margin-top: -90px;
  }
  .pagination a.prev {
    padding: 8px 21px 8px 0px;
  }
  .pagination a.prev svg {
    width: 33px;
    height: 25px;
  }
  .pagination a.next {
    padding: 8px 0px 8px 21px;
  }
}
@media (min-width: 1600px) {
  ul.breadcrumb {
    top: 82px;
    left: 450px;
  }
  ul.breadcrumb span {
    font-size: 17px;
    font-weight: 400;
  }
  ul.breadcrumb span:last-child {
    font-weight: 500;
  }
  .blog-main .h1-main {
    padding-left: 477px;
    margin-bottom: 350px;
    margin-top: -118px;
    font-size: 64px;
  }
  .blog-main .wrap-main-pic {
    right: 252px;
    width: 698px;
    top: -83px;
  }
  .blog-main .gold-text {
    padding-left: 46px;
    width: 433px;
    max-width: 938px;
    left: 435px;
    top: 626px;
    font-size: 24px;
    letter-spacing: 0px;
  }
  .container-blog {
    width: 1195px;
    padding-left: 0px;
    padding-right: 200px;
    margin-left: 467px;
  }
  .blog-main {
    background: linear-gradient(#fff 0%, #fff 13%, #f7f7f7 13%, #fff 100%);
  }
  .blog-main .h2 {
    font-family: inherit;
    font-size: 42px;
  }
  .blog-main .date {
    font-size: 20px;
    left: -228px;
    top: 18px;
  }
  .blog-main.contacts-page {
    background: linear-gradient(#fff 0%, #fff 14%, #f7f7f7 14%, #fff 100%);
  }
  .checkbox2 label::before {
    top: 7px;
  }
  .article img,
  article img {
    width: 100%;
    height: 567px;
  }
  .article,
  article {
    margin-bottom: 67px;
  }
  .container-blog {
    padding: 40px 10px 238px;
  }
  .pagination {
    padding-top: 0px;
    margin-bottom: 150px;
  }
  .pagination a, .page-numbers.current {
    font-size: 29px;
    padding: 8px 21px;
  }
  .blog-one .header-picture {
    max-width: 74%;
    height: 642px;
  }
  .blog-one .article-name {
    top: auto;
    bottom: 173px;
    left: 187px;
    transform: translateX(0%);
    text-align: left;
    font-size: 61px;
    max-width: 72%;
    letter-spacing: 14px;
    font-weight: 700;
  }
  .nav-block {
    padding: 76px 0px;
  }
  .next-block a,
  .prev-block a {
    height: 29px;
    font-size: 24px;
  }
  .prev-block a span {
    padding: 0px 10px;
  }
  .prev-block a svg {
    min-width: 56px;
    height: 20px;
    padding-left: 0px;
  }
  .next-block a svg {
    min-width: 83px;
    height: 51px;
    margin-left: 20px;
    margin-top: 4px;
    padding-right: 0px;
  }
  .blog-one .article-name {
    left: 135px;
  }
  .content-blog {
    padding: 336px 187px 100px 150px;
  }
  .content-blog img {
    height: 486px;
    margin-bottom: 50px;
  }
  .main-screen.blog-main .forms-block .two-sides {
    justify-content: space-around;
  }
  .footer-info.in2 svg {
    width: 28px;
    height: 28px;
  }
  .footer-info.in2 li {
    width: 48.5%;
  }
  .map-block {
    height: 900px;
    min-height: 800px;
    margin-bottom: 120px;
  }
  .main-screen.blog-main .h2.type-1 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 73px;
    font-weight: 300;
  }
  .main-screen.blog-main .forms-block .two-sides form {
    margin-left: 0px;
  }
  .pics-cont-wrap {
    padding-bottom: 25px;
  }
  .pics-cont-wrap .cont-im1 {
    width: 498px;
    height: 649px;
  }
  .pics-cont-wrap .cont-im2 {
    width: 439px;
    height: 447px;
    right: -100px;
  }
  p.gold {
    font-size: 24px;
  }
  .article-wraps {
    padding-left: 292px;
    padding-top: 10px;
    padding-right: 161px;
  }
  .article-wraps article h2 a {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  article .date,
  .article .date {
    left: -229px;
    font-size: 19px;
  }
}
.normal-text b {
  font-weight: 600;
}

.secondary-screen {
  position: relative;
  top: 0px;
  left: 0px;
  background-color: #fff;
  width: 100%;
  background-size: cover;
  background-position: 70% 0px;
  min-height: 500px;
}
.secondary-screen h1 {
  z-index: 9;
  position: absolute;
  top: 30%;
  left: 10px;
}
.secondary-screen.blog-article-page {
  min-height: 0px;
  margin-bottom: 0px;
}

.white.secondary-screen .image-span img, .white.secondary-screen .meet-us-item img {
  filter: invert(0);
}
.white.secondary-screen .icons-set a.icon img {
  filter: invert(0);
}
.white.secondary-screen .dropbtn {
  color: #000;
}
.white.secondary-screen .dropbtn:before {
  background-image: url(../images/icons/arr-down-black.svg);
  width: 14px;
  height: 7px;
  top: 24px;
  left: -12px;
}

.inner-page-content {
  padding: 50px 0px 15px;
}

@media screen and (min-width: 768px) {
  .white.secondary-screen .header__menu {
    padding-top: 36px;
  }
  .white.secondary-screen .header__menu li.menu-item.current-menu-item a.menu_item-link {
    color: #D5AF7B;
  }
  .white.secondary-screen li.menu-item a.menu_item-link {
    color: #606060;
  }
  .white.secondary-screen li.menu-item a.menu_item-link:hover, .white.secondary-screen li.menu-item a.menu_item-link.active {
    color: #D5AF7B;
  }
  .secondary-screen h1 {
    left: 250px;
    top: 40%;
  }
}
.content-part {
  position: relative;
}

blockquote {
  font-family: inherit;
}

@media screen and (min-width: 1200px) {
  .secondary-screen {
    height: 600px;
  }
  .secondary-screen h1 {
    left: 340px;
    top: 29%;
  }
}
@media screen and (min-width: 1400px) {
  .secondary-screen h1 {
    left: 23%;
    top: 22%;
  }
  .white.secondary-screen .dropbtn:before {
    top: 25px;
  }
  .inner-page-content {
    padding: 0px 0px 15px;
  }
}
@media screen and (min-width: 1700px) {
  .white.secondary-screen .dropbtn:before {
    top: 27px;
  }
  .secondary-screen {
    background-position: 90% bottom;
  }
  .secondary-screen h1 {
    left: 18%;
    top: 31%;
  }
}
.for-404 a {
  color: #D5AF7B;
  font-family: inherit;
  transition: all ease 0.3s;
  text-decoration: none;
}
.for-404 a:hover {
  text-decoration: underline;
}

.secondary-screen {
  margin-bottom: 50px;
}

.wp-block-acf-wave-gallery {
  padding-top: 50px;
}

.secondary-screen.about-page h1 {
  max-width: 231px;
  letter-spacing: 4px;
}

.content {
  max-width: 1322px;
  padding: 0px 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.content-large {
  max-width: 1580px;
  padding: 0px 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sections-name {
  max-width: 1220px;
}

.two-col {
  margin-bottom: 50px;
}

.two-col.right-image-type {
  padding-top: 20px;
}

.article .wrp-image-column img, article .wrp-image-column img {
  height: auto;
}

.wrp-image-column {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 20px;
}
.wrp-image-column img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.images-standart {
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}
.images-standart img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

blockquote {
  color: #D5AF7B;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 142%; /* 51.12px */
  position: relative;
  margin: 15px auto 45px;
  padding: 14px;
  border-top: 1px solid #F7F2EB;
}
blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -20px;
  height: 20px;
  width: 100%;
  background-image: url(../images/quote.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

blockquote P {
  font-family: Montserrat;
  color: #D5AF7B;
  font-weight: bold;
  font-style: italic;
  font-size: 17px;
  line-height: 142%;
}

.reason-name {
  color: #D5AF7B;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 159%; /* 38.16px */
  margin: 0px;
}

.reason-item {
  margin-bottom: 25px;
}
.reason-item p {
  line-height: 153%;
}

.accent-text {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}

.page-end {
  margin-bottom: 50px;
}

.image-it {
  border-radius: 18px;
  height: 400px;
  overflow: hidden;
  margin-bottom: 15px;
}
.image-it img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sections-name.left {
  text-align: left;
  margin-left: 0px;
  margin: 0px;
}

.slider-section {
  overflow: hidden;
  margin-right: -20px;
}

.content-large .wawe-gallery {
  margin: 10px 0px 50px;
}

.wawe-gallery {
  padding: 50px 0px 50px 0px;
}

.slider-section {
  padding-top: 20px;
}

.slider-wrapper .btn-wrap {
  padding-right: 20px;
}

.owl-sect {
  position: relative;
  padding-right: 20px;
}
.owl-sect .item {
  height: 300px;
  border-radius: 18px;
  overflow: hidden;
}
.owl-sect .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

.wp-block-button:hover .wp-block-button__link {
  color: #fff;
}

.wp-block-button__link {
  color: #D5AF7B;
  background-color: transparent;
  padding: 0px;
}

.slider-section .btn-wrap {
  margin-top: 20px;
}
.slider-section button {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all ease 0.3s;
  margin-left: 10px;
}
.slider-section button:hover svg path {
  stroke: #D5AF7B;
}

.for-404 {
  height: 100vh;
  margin-bottom: 0px;
}

.s-404 {
  height: 100vh;
  background-position: center;
  margin-bottom: 0px;
}

.page-404-name {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  font-family: Montserrat;
  margin-bottom: 0px;
}

.sorry {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  font-family: Montserrat;
  margin-bottom: 25px;
}

.alternate {
  text-align: center;
  font-family: Montserrat;
}

.for-link {
  color: #000;
  transition: all ease 0.3s;
}
.for-link:hover {
  color: #D5AF7B;
}

.wrap-information {
  padding: 0px 15px;
}
.wrap-information .button {
  padding: 15px 55px;
  font-size: 13px;
}

@media screen and (min-width: 470px) {
  .reasons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reason-item {
    width: 48%;
  }
  .image-it {
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .two-col.left-image-type .image-column {
    width: 501px;
    order: 1;
  }
  .two-col.left-image-type .text-column {
    order: 2;
  }
  .two-col.right-image-type .image-column {
    width: 501px;
    order: 2;
  }
  .two-col.right-image-type .text-column {
    order: 1;
  }
  blockquote {
    max-width: 580px;
    margin: 30px auto 60px;
  }
  .secondary-screen {
    margin-bottom: 70px;
  }
  .content {
    max-width: 90%;
  }
  .two-col {
    display: flex;
    justify-content: space-between;
  }
  .two-col.right-image-type {
    padding-left: 20px;
  }
  .text-column {
    max-width: 45%;
  }
  .image-column {
    max-width: 561px;
    width: 300px;
    position: relative;
  }
  .wrp-image-column {
    position: sticky;
    top: 20px;
  }
  .accent-text {
    font-size: 23px;
  }
  .image-it {
    height: auto;
    padding: 0px 10px;
  }
  .images-unique {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
  }
  .owl-sect {
    margin: 0px -20px;
    padding: 0px 20px;
  }
  .wrap-information {
    max-width: 60%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-404-name {
    font-size: 100px;
  }
  .sorry {
    font-size: 26px;
  }
  .alternate {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-acf-wave-gallery {
    padding-top: 0px;
  }
  .secondary-screen.about-page h1 {
    max-width: 100%;
    letter-spacing: 10.88px;
  }
  .content {
    max-width: 85%;
  }
  .images-standart {
    height: 500px;
  }
  .reasons {
    padding: 30px 0px;
    justify-content: space-between;
  }
  .reason-item {
    width: 32%;
    margin-bottom: 70px;
  }
  .reason-name {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .page-end {
    margin-bottom: 80px;
  }
  .slider-section p {
    max-width: 70%;
  }
  .owl-sect .item {
    height: 500px;
  }
  .texts-inner .sections-name.left {
    margin-bottom: 20px;
  }
  .wp-block-heading.sections-name {
    margin: 70px auto 60px;
    text-align: center;
  }
  .sections-name.margin100 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .image-column {
    width: 500px;
  }
  .two-col p {
    margin-bottom: 25px;
  }
  .images-standart {
    height: 630px;
    margin-bottom: 80px;
  }
  .images-unique {
    margin-bottom: 70px;
  }
  blockquote {
    font-size: 30px;
    max-width: 800px;
    padding-bottom: 20px;
    padding-top: 30px;
    margin-bottom: 130px;
  }
  blockquote P {
    font-family: Montserrat;
    color: #D5AF7B;
    font-weight: bold;
    font-style: italic;
    font-size: 36px;
  }
  blockquote:after {
    height: 40px;
  }
  .accent-text {
    font-size: 26px;
    max-width: 1130px;
    margin: 50px auto;
  }
}
@media screen and (min-width: 1460px) {
  .wawe-gallery {
    margin: 150px 0px 150px 0px;
  }
  .content {
    max-width: 1322px;
    margin-bottom: 150px;
  }
  .two-col.right-image-type {
    padding-left: 0px;
  }
  .two-col.right-image-type .text-column {
    padding-left: 38px;
    padding-top: 50px;
  }
  .two-col.right-image-type .text-column .image-column {
    width: 546px;
  }
  .two-col {
    margin-bottom: 130px;
  }
  .images-standart {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .content-large .wawe-gallery {
    margin: 60px 0px 120px;
  }
  .page-end {
    margin-bottom: 180px;
  }
  .slider-section .reason-name {
    margin-bottom: 25px;
  }
  .owl-sect {
    padding-top: 44px;
  }
  .slider-section .btn-wrap {
    padding-right: 0px;
  }
  .slider-section .btn-wrap .prev-btn svg {
    width: 30px;
    height: 25px;
  }
  .slider-section .btn-wrap {
    margin-left: 0px;
  }
  .slider-section .next-btn svg {
    height: 57px;
    width: 90px;
  }
  .slider-section .prev-btn svg {
    height: 17px;
    width: 30px;
    padding-top: 3px;
  }
  .texts-inner p {
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .texts-inner .sections-name.left {
    margin-left: 60px;
    margin-bottom: 60px;
  }
  .form-bottom form {
    padding-top: 20px;
    position: sticky;
    top: 20px;
  }
  .sections-name.margin100 {
    margin-bottom: 100px;
  }
  .wrap-information {
    max-width: 80%;
  }
  .wrap-information .button {
    padding: 25px 80px;
    font-size: 20px;
  }
  .page-404-name {
    font-size: 153px;
    letter-spacing: 20px;
    margin-bottom: -23px;
  }
  .sorry {
    font-size: 36px;
    font-weight: 700;
    line-height: 143%;
  }
  .alternate {
    font-size: 24px;
    line-height: 169%;
    margin-bottom: 45px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1760px) {
  .secondary-screen {
    margin-bottom: 100px;
  }
  .reasons {
    margin-bottom: 100px;
    margin-top: 70px;
  }
  blockquote {
    font-size: 36px;
    margin-bottom: 120px;
    margin-top: 120px;
  }
  .images-unique {
    margin-bottom: 180px;
    padding-top: 80px;
  }
  .slider-section h2.sections-name {
    margin-bottom: 27px;
  }
}
