* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body,
html {
  scrollbar-color: #bda487 #f0f0f0;
  scrollbar-width: thick;
}

.swiper-container {
  overflow: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 300;
  color: #212529;
  min-height: 100vh;
  box-sizing: border-box;
}

section {
  position: relative;
  overflow-x: hidden;
}

.swiper-container {
  overflow: hidden;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e0e0e0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #bda487;
}

a:hover,
a:active,
a:visited,
a {
  text-decoration: none;
  transition: 0.4s ease;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: block;
}

input:hover,
select:hover,
input:active,
select:active,
input:focus-visible,
input:focus,
select:focus-visible,
input,
select {
  display: block;
  outline: none;
}

button,
button:focus,
button:active,
button:hover {
  outline: none;
}

svg,
path {
  transition: 0.4s ease;
}

.container {
  position: relative;
}

a.btn,
button.btn {
  width: 280px;
  height: 55px;
  border: 1px solid #bda487;
  background-color: #bda487;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  transition: 0.4s ease;
  cursor: pointer;
  border-radius: 100px;
}
a.btn:hover,
button.btn:hover {
  background-color: #fff;
  color: #bda487;
}
a.btn:hover path,
button.btn:hover path {
  fill: #bda487;
}

.btn:hover {
  background-color: #fff;
  color: #bda487;
}

a.btn svg {
  width: 8px;
  height: 12px;
}
a.btn:hover {
  background-color: #fff;
  color: #bda487;
}
a.btn:hover path {
  fill: #bda487;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 8px 0;
  transition: all 0.4s ease;
  background: transparent;
}
.header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}
.header.header_fixed .nav__menu .nav__item a {
  color: #212529;
}
.header.header_fixed .nav__menu .nav__item.current-menu-item > a {
  color: #bda588;
}
.header.header_fixed .nav__menu .nav__item a:hover {
  color: #bda588;
}
.header.header_fixed .nav__menu .nav__item.menu-item-has-children > .sub-menu {
  background: #ffffff;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}
.header.header_fixed .lang_select .current__lang:before,
.header.header_fixed .nav__menu .nav__item.menu-item-has-children > a:after {
  background: url(../img/icon_drop_down_black.svg) no-repeat center;
}
.header.header_fixed .lang_select .lang__block a,
.header.header_fixed .lang_select .current__lang {
  color: #212529;
}
.header.header_fixed .lang_select .lang__block .current-lang a {
  color: #bda588;
}
.header.header_fixed .lang_select .lang__block {
  background: #ffffff;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}
.header.header_fixed .menu__burger span {
  background-color: #212529;
}
@media screen and (max-width: 1199px) {
  .header.header_fixed .nav .nav__item > a {
    color: #fff;
  }
  .header.header_fixed .nav .nav__item > a:hover {
    color: #bda588;
  }
  .header.header_fixed .nav__menu .nav__item.menu-item-has-children > .sub-menu {
    background: linear-gradient(135deg, #000000 0%, #39363b 100%);
  }
}
.header .header__phone .header_phone__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b4a485;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}
.header .header__phone a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #b4a485;
  display: inline;
}
.header .header__phone a:hover {
  text-decoration: underline;
}
.header .header__social {
  display: flex;
  align-items: center;
}
.header .header__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 15px;
}
.header .header__social a svg {
  width: 100%;
  height: 100%;
}

.custom-logo-link {
  display: block;
  width: 180px;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}

.nav__menu {
  display: flex;
  align-items: center;
}
.nav__menu .nav__item {
  position: relative;
  padding: 1.5rem;
}
.nav__menu .nav__item a {
  font-weight: 300;
  font-size: 18px;
  color: #212529;
}
.nav__menu .nav__item a:hover {
  color: #bda588;
}
.nav__menu .nav__item .sub-menu a {
  color: #212529;
}
.nav__menu .nav__item .sub-menu a:hover {
  color: #bda588;
}
.nav__menu .nav__item.current-menu-item > a {
  color: #bda588;
}
.nav__menu .nav__item.menu-item-has-children > a {
  position: relative;
  padding-right: 15px;
}
.nav__menu .nav__item.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 0px;
  background: url(../img/icon_drop_down_black.svg) no-repeat center;
  top: calc(50% - 4px);
}
.nav__menu .nav__item.menu-item-has-children > .sub-menu {
  position: absolute;
  width: 600px;
  top: calc(100% - 1px);
  display: flex;
  flex-wrap: wrap;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background: #ffffff;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  padding: 1rem 1.5rem;
  opacity: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
.nav__menu .nav__item.menu-item-has-children > .sub-menu > li {
  width: 50%;
}
.nav__menu .nav__item.menu-item-has-children > .sub-menu > li > a {
  color: #bda588;
}
.nav__menu .nav__item.menu-item-has-children > .sub-menu > li.current-menu-item > a:before {
  opacity: 1;
  transform: translateX(0);
}
.nav__menu .nav__item.menu-item-has-children > .sub-menu > li a {
  position: relative;
  font-size: 17px;
}
.nav__menu .nav__item.menu-item-has-children > .sub-menu > li a:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #bda588;
  position: absolute;
  left: -14px;
  top: calc(50% - 1px);
  transform: translateX(-5px);
  transition: 0.4s ease;
  opacity: 0;
}
.nav__menu .nav__item.menu-item-has-children > .sub-menu > li a:hover:before {
  opacity: 1;
  transform: translateX(0);
}
.nav__menu .nav__item.menu-item-has-children > .sub-menu li {
  padding: 0.5rem 0;
}
.nav__menu .nav__item.menu-item-has-children > .sub-menu li.all_type > a, .nav__menu .nav__item.menu-item-has-children > .sub-menu li.current-menu-item > a {
  color: #bda588;
}
.nav__menu .nav__item.menu-item-has-children > .sub-menu li.current-menu-item > a:before {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 1200px) {
  .nav__menu .nav__item.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
}

@media screen and (max-width: 1401px) {
  .header .header__phone {
    margin-right: 0;
  }
  .header .header__phone .header_phone__icon {
    width: 30px;
    height: 30px;
  }
  .header .header__phone .header_phone__icon svg {
    width: 16px;
    height: 16px;
  }
  .header .header__social a {
    width: 30px;
    height: 30px;
  }
  .nav__menu .nav__item {
    padding: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    padding: 12px;
    z-index: 999999;
    left: 0;
    top: -100px;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(135deg, #000000 0%, #39363b 100%);
    transition: all 0.4s ease;
  }
  .nav.open_menu {
    top: 0px;
    opacity: 1;
    pointer-events: all;
  }
  .nav .nav__row {
    width: 100%;
    margin-bottom: 30px;
  }
  .nav .menu__close {
    width: 24px;
    height: 24px;
    background: url(../img/close_menu.svg) no-repeat center;
    outline: none;
    /* margin-left: auto; */
    position: relative;
    background-color: none;
    border: none;
    cursor: pointer;
  }
  .nav .menu__close > * {
    pointer-events: none;
  }
  .nav .nav__menu {
    width: 100%;
    flex-direction: column;
  }
  .header .nav .header__phone a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #b4a485;
    display: inline;
    position: static;
    width: auto;
    height: auto;
  }
  .menu__burger {
    cursor: pointer;
    width: 30px;
    padding: 0;
    margin-left: 15px;
  }
  .menu__burger span {
    width: 100%;
    display: block;
    height: 2px;
    margin-bottom: 4px;
    background: #996639;
    border-radius: 3px;
  }
  .menu__burger span.burger__line_third {
    margin-bottom: 0;
  }
  .nav .nav__item > a {
    padding: 0;
    font-size: 22px;
    text-align: left;
    margin: 0 auto;
    display: block;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    opacity: 0;
    transform: translateY(15px);
  }
  .nav.open_menu .nav__item > a {
    animation: fromBottom 0.4s ease-out forwards;
  }
  .nav .nav__item:nth-child(1) a {
    animation-delay: 0.5s;
  }
  .nav .nav__item:nth-child(2) a {
    animation-delay: 0.7s;
  }
  .nav .nav__item:nth-child(3) a {
    animation-delay: 0.9s;
  }
  .nav .nav__item:nth-child(4) a {
    animation-delay: 1.1s;
  }
  .nav .nav__item:nth-child(5) a {
    animation-delay: 1.3s;
  }
  .nav .nav__item:nth-child(6) a {
    animation-delay: 1.5s;
  }
  .nav .nav__item:nth-child(7) a {
    animation-delay: 1.7s;
  }
  .nav .nav__item:nth-child(8) a {
    animation-delay: 1.9s;
  }
  @keyframes fromBottom {
    0% {
      opacity: 0;
      transform: translateY(15px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .nav__menu .nav__item.menu-item-has-children > a:after {
    display: none;
  }
  .nav .nav__item.menu-item-has-children > a {
    padding-right: 0px;
  }
  .open_child_menu {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -33px;
    top: calc(50% - 15px);
    background: url(../img/has_children_hover.svg) no-repeat center/14px;
    transition: all 0.5s ease;
  }
  .nav__menu .nav__item.menu-item-has-children > .sub-menu {
    position: fixed;
    left: 100%;
    top: 0;
    opacity: 1;
    pointer-events: all;
    width: 100%;
    height: 100vh;
    transform: none;
    flex-direction: column;
    padding-top: 40px;
    background: linear-gradient(135deg, #000000 0%, #39363b 100%);
  }
  .nav__menu .nav__item.menu-item-has-children > .sub-menu.active {
    left: 0;
  }
  .nav__menu .nav__item.menu-item-has-children > .sub-menu > li {
    width: 100%;
    text-align: center;
  }
  .nav__menu .nav__item.menu-item-has-children > .sub-menu > li > .sub-menu {
    position: fixed;
    left: 100%;
    top: 0;
    opacity: 1;
    pointer-events: all;
    width: 100%;
    height: 100vh;
    transform: none;
    flex-direction: column;
    padding-top: 40px;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #000000 0%, #39363b 100%);
    z-index: 999;
  }
  .nav__menu .nav__item.menu-item-has-children > .sub-menu > li > .sub-menu.active {
    left: 0;
  }
  .nav .nav__item.menu-item-has-children.open_parent {
    z-index: 999999;
  }
  .nav__menu .nav__item.menu-item-has-children > .sub-menu > li a {
    font-size: 22px;
    color: #fff;
  }
  .nav__menu .nav__item.menu-item-has-children > .sub-menu > li a:hover {
    color: #bda588;
  }
  .close_child_menu {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../img/close_menu.svg) no-repeat center;
    cursor: pointer;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding: 10px 0;
  }
  .custom-logo-link {
    max-width: 100%;
  }
  .mobile_lang li {
    margin: 0 10px;
  }
  .mobile_lang li a {
    font-size: 16px;
    color: #fff;
  }
  .mobile_lang li a:hover {
    color: #bda588;
  }
  .mobile_lang li.current-lang a {
    color: #bda588;
  }
}
@media screen and (max-width: 767px) {
  .header .header__phone {
    position: relative;
  }
  .header .header__phone a {
    font-size: 0;
    color: transparent;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 576px) {
  .custom-logo-link {
    width: 150px;
  }
  .header .header__social a {
    margin-left: 7px;
  }
  .header .header__social a,
  .header .header__phone .header_phone__icon,
  .header .header__phone a {
    width: 25px;
    height: 25px;
  }
  .header .header__social a svg,
  .header .header__phone .header_phone__icon svg,
  .header .header__phone a svg {
    width: 25px;
    height: 25px;
  }
  .header .header__phone .header_phone__icon svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 350px) {
  .custom-logo-link {
    width: 130px;
  }
}
.lang_select {
  width: 40px;
  display: flex;
  /* justify-content: right; */
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  height: -moz-max-content;
  height: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  /* margin-left: auto; */
}
.lang_select .lang__block {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  left: -4px;
  background: #ffffff;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  padding: 5px;
}
.lang_select .lang__block.open {
  z-index: 5;
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
.lang_select .lang__block a,
.lang_select .current__lang {
  padding-right: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.lang_select .current__lang {
  color: #212529;
}
.lang_select .current__lang:before {
  content: "";
  font-size: 23px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 23px;
  width: 15px;
  color: #fff;
  pointer-events: none;
  background: url(../img/icon_drop_down_black.svg) no-repeat center;
}
.lang_select .lang__block a {
  color: #212529;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.lang_select .lang__block .current-lang a {
  color: #b4a485;
}

@media screen and (max-width: 576px) {
  .lang_select {
    display: none;
  }
}
.section__subtitle {
  font-size: 11px;
  color: #bda588;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section__title {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 42px;
  margin-bottom: 40px;
  color: #39363b;
}

.text__content h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 42px;
  margin-bottom: 40px;
}
.text__content h3 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 30px;
  margin-bottom: 25px;
}
.text__content p {
  font-size: 18px;
  position: relative;
  margin-bottom: 16px;
}
.text__content p a {
  color: #99835e;
  font-size: 16px;
}
.text__content ul li {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 7px;
  padding-left: 20px;
  position: relative;
}
.text__content ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
  background-color: #99835e;
}
.text__content ol {
  margin-bottom: 1.8em;
  counter-reset: ol-number;
}
.text__content ol li {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 16px;
}
.text__content ol li::before {
  width: auto;
  background-color: transparent;
  border-radius: 0;
  height: auto;
  counter-increment: ol-number;
  content: counter(ol-number) ".";
  font-weight: 500;
  font-size: 16px;
  color: #99835e;
  position: absolute;
  left: 0;
  top: 0px;
}

.head__section {
  height: 100vh;
  min-height: 600px;
  padding-top: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.head__section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(24, 24, 24, 0.55);
  pointer-events: none;
}
.head__section .offer {
  position: relative;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.head__section .offer p {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 40px;
}
.head__section .offer h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 1.2em;
  text-align: center;
  font-family: "PT Serif Caption", serif;
  color: #ffffff;
  margin-bottom: 45px;
}
.head__section .head__social {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.head__section .head__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}
.head__section .head__social a svg {
  width: 25px;
  height: 25px;
}
.head__section .head__social a path {
  fill: #fff;
}
.head__section .head__social a:hover path {
  fill: #99835e;
}
.head__section.head__section_other {
  display: flex;
  align-items: center;
  min-height: 530px;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.head__section.head__section_other:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
  pointer-events: none;
}
.head__section.head__section_other h1 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-family: "PT Serif Caption", serif;
}
.head__section.head__section_other p {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.head__section.head__section_other .breadcrumbs {
  color: transparent;
  margin-bottom: 50px;
  font-size: 0;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  text-align: center;
}
.head__section.head__section_other .breadcrumbs a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin-right: 30px;
  position: relative;
  text-decoration: underline;
}
.head__section.head__section_other .breadcrumbs a:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: -25px;
  top: calc(50% - 10px);
  background: url(../img/slider_right.svg) no-repeat center/6px;
}
.head__section.head__section_other .breadcrumbs .breadcrumb_last {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.footer {
  background: linear-gradient(135deg, #000000 0%, #39363b 100%) !important;
  padding-top: 60px;
}
.footer .footer__item {
  width: 20%;
}
.footer .custom-logo-link {
  width: 200px;
  margin-right: 20px;
}
.footer .footer__title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .footer__menu li {
  margin-bottom: 12px;
  padding-left: 15px;
}
.footer .footer__menu li a {
  color: #b0b9c1;
  font-size: 16px;
  position: relative;
}
.footer .footer__menu li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  position: absolute;
  left: -13px;
  top: 5px;
  background: url(../img/arrow.svg) no-repeat center;
}
.footer .footer__menu li a:hover {
  color: #ac8d68;
}
.footer .footer__menu li a:hover:before {
  background: url(../img/arrow_hover.svg) no-repeat center;
}
.footer .footer__contact {
  margin-bottom: 10px;
}
.footer .footer__contact svg {
  display: flex;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-right: 5px;
  margin-top: 3px;
}
.footer .footer__contact a {
  display: flex;
  font-size: 16px;
  color: #8f7d6a;
}
.footer .footer__contact a:hover {
  color: #ac8d68;
}
.footer .footer__contact a:hover path {
  fill: #ac8d68;
}
.footer .social {
  display: flex;
}
.footer .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #8f7d6a;
  border-radius: 3px;
  margin-right: 10px;
}
.footer .social a svg {
  width: 25px;
  height: 25px;
}
.footer .social a svg path {
  fill: #ffffff;
}
.footer .social a:hover {
  background-color: #fff;
}
.footer .social a:hover svg path {
  fill: #8f7d6a;
}
.footer .footer__text {
  color: #b0b9c1;
  margin-bottom: 20px;
}
.footer .footer__bottom {
  margin-top: 60px;
  padding: 30px 0;
}
.footer .footer__bottom .secure,
.footer .footer__bottom .privacy {
  color: #ffffff;
  font-size: 16px;
}
.footer .footer__bottom .secure:hover,
.footer .footer__bottom .privacy:hover {
  color: #ac8d68;
}
.footer .footer__btn {
  max-width: 100%;
}
.footer .footer__btn:hover path {
  fill: #ac8d68;
}

@media screen and (max-width: 1600px) {
  .head__section .offer p {
    margin-bottom: 30px;
  }
  .head__section .offer h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1401px) {
  .head__section .offer p {
    margin-bottom: 25px;
  }
  .head__section .offer h1 {
    font-size: 52px;
    margin-bottom: 30px;
  }
  .section__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .text__content h3 {
    font-size: 28px;
  }
  .text__content ul p,
  .text__content ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .head__section.head__section_other h1,
  .head__section .offer h1 {
    font-size: 48px;
  }
  .head__section.head__section_other .breadcrumbs {
    margin-bottom: 30px;
  }
  .head__section.head__section_other p {
    font-size: 24px;
  }
  .head__section.head__section_other .btns__group {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .head__section.head__section_other h1,
  .head__section .offer h1 {
    font-size: 48px;
  }
  .section__title {
    font-size: 32px;
  }
  .text__content h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .head__section.head__section_other p,
  .head__section .offer p {
    font-size: 18px;
  }
  .head__section.head__section_other p {
    margin-bottom: 30px;
  }
  .head__section.head__section_other .btns__group {
    margin-top: 30px;
  }
  .head__section.head__section_other h1,
  .head__section .offer h1 {
    font-size: calc(6vw + 10px);
  }
  .head__section .head__social {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    top: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .head__section .head__social a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .head__section.head__section_other h1,
  .head__section .offer h1 {
    font-size: calc(7vw + 10px);
  }
}
@media screen and (max-width: 1401px) {
  .footer .custom-logo-link {
    margin: 0 auto 25px;
  }
  .footer .footer__item {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer__item {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer .footer__bottom {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer__item {
    width: 100%;
  }
}
.elem__anim > * {
  opacity: 0;
}
.elem__anim > * .xyz_start {
  opacity: 0;
}
.elem__anim > * .xyz_start.xyz-in {
  opacity: 1;
}

.about {
  padding-top: 70px;
}
.about .about_bg {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
}
.about .about__content p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 2em;
}
.about .about__img {
  position: absolute;
}
.about .about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about .about__img.about__img_right {
  right: 0;
  top: 0;
  width: calc(50% - 12px);
  height: 100%;
}
.about .about__img .about__projects {
  width: 360px;
  height: 240px;
  background-color: #fff;
  box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  position: absolute;
  left: -80px;
  bottom: 100px;
  z-index: 5;
}
.about .about__img .about__projects p {
  font-size: 84px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  color: #bda588;
  line-height: 1.2em;
  margin: 0;
}
.about .about__img .about__projects p:last-child {
  font-size: 18px;
  color: #212529;
  font-family: "Montserrat", sans-serif;
}
.about .about__img .about__projects img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.1;
  height: 80%;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .about__counter {
  display: flex;
  flex-wrap: wrap;
}
.about .about__counter p {
  font-size: 18px;
  width: 50%;
  padding-right: 20px;
}
.about .about__counter p span {
  font-size: 80px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  color: #bda588;
  display: block;
}
.about.about_2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.about.about_2 .about_2_content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about.about_2 .text__content {
  max-width: 545px;
}
.about.about_2 .text__content p {
  font-size: 16px;
}
.about.about_2 .text__content li {
  font-size: 16px;
}
.about.about_2 .text__content.full {
  max-width: 100%;
  max-height: 350px;
  overflow-y: auto;
}
.about.about_2 .about__bg_rigt {
  position: absolute;
  right: 0;
  top: 70px;
  width: calc(50% - 95px);
  height: calc(100% - 140px);
  background-attachment: fixed;
}
.about.about_2 .about_2__img {
  position: relative;
}
.about.about_2 .about_2__img .btn__play {
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  width: 120px;
  height: 120px;
  display: block;
  background: url(../img/play.svg) no-repeat center/contain;
  animation: pulsPlay 5s linear infinite;
}
.about.about_2 .about_2__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 480px;
  -o-object-position: center;
     object-position: center;
}

@keyframes pulsPlay {
  0% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.15);
  }
  24% {
    transform: scale(1);
  }
  36% {
    transform: scale(1.15);
  }
  45% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 1401px) {
  .advanteges .advanteges__content .text__content,
  .about.about_2 .text__content.full {
    max-height: 280px;
  }
}
@media screen and (max-width: 991px) {
  .about .about__img.about__img_right {
    position: relative;
    right: auto;
    top: auto;
    width: calc(100% - 24px);
    margin: 80px auto 0;
  }
  .about .about__img .about__projects {
    width: 300px;
    height: 200px;
    left: calc(50% - 150px);
    top: -50px;
  }
  .about .about__counter p span {
    font-size: 60px;
  }
  .about .about__img .about__projects p {
    font-size: 78px;
  }
  .about__wrap {
    display: flex;
    flex-direction: column;
  }
  .about.about_2 .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about.about_2 .about__bg_rigt {
    visibility: hidden;
  }
  .about.about_2 .pt_100 {
    padding-top: 0;
  }
  .about.about_2 .pb_100 {
    padding-bottom: 30px;
  }
  .about.about_2 .about_2__img img {
    width: 60%;
    margin: 0 auto;
  }
}
.advantage {
  padding: 80px 0;
}
.advantage .advantage__bg {
  background-color: #f9f7f7;
  border-radius: 5px;
  display: flex;
  position: absolute;
  width: 60%;
  height: calc(100% + 70px);
  right: 0;
  bottom: 0;
  z-index: -1;
}
.advantage .advantage__content .swiper-slide {
  padding-top: 50px;
  padding-right: 20px;
  height: 480px;
}
.advantage .advantage__content .advantage__icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.advantage .advantage__content .advantage__icon img {
  max-width: 100%;
  height: 100%;
}
.advantage .advantage__content h3 {
  font-size: 28px;
  font-family: "DM Serif Display", serif;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
.advantage .advantage__content p {
  font-size: 18px;
}
.advantage .advantage__arrow {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.advantage .advantage__arrow:first-child {
  margin-right: 15px;
}
.advantage .advantage__arrow svg {
  width: 10px;
  height: 18px;
}
.advantage .advantage__imgs {
  width: calc(50% + 40px);
  height: calc(100% - 40px);
  position: absolute;
  left: 0;
  bottom: 0;
}
.advantage .advantages__img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 1401px) {
  .advantage .advantage__content .swiper-slide {
    height: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .advantage .advantage__content .swiper-slide {
    padding-top: 0;
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .advantage .container {
    max-width: 100%;
  }
  .advantage .advantage__bg {
    width: 100%;
    height: calc(100% + 50px);
  }
  .advantage .advantage__content .swiper-slide {
    padding-top: 0;
    height: auto;
  }
  .advantage .advantage__imgs {
    position: static;
    width: 100%;
    margin: 0 auto;
    height: 300px;
  }
  .advantage .advantage__content p {
    max-width: 500px;
  }
  .advantage .pb_80 {
    padding-bottom: 30px;
  }
  .advantage .advantage__content h3 {
    font-size: 24px;
  }
}
.projects {
  padding-top: 90px;
  padding-bottom: 90px;
}
.projects .project_link {
  font-size: 18px;
  color: #ac8d68;
  border-bottom: 1px solid #ac8d68;
  text-align: right;
}
.projects .project__item {
  display: block;
  height: initial;
  height: 550px;
}
.projects .projects__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 690px;
}
.projects .projects__bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(24, 24, 24, 0.8);
}
.projects .section__title {
  color: #fff;
}
.projects .projects_link {
  font-size: 18px;
  font-weight: 600;
  color: #ac8d68;
  border-bottom: 1px solid #ac8d68;
}
.projects .projects_link:hover {
  color: #fff;
}
.projects .projects__item {
  height: 570px;
}
.projects .project__thumb {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.projects .project__thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0, rgba(3, 3, 3, 0.8) 100%);
  pointer-events: none;
}
.projects .project__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.projects .project__thumb:hover img {
  transform: scale(1.05) translateY(-20px);
}
.projects .project__describe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-bottom: 25px;
}
.projects .project__describe .portfolio__name {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 28px;
  padding: 0 15px;
}
.projects .project__describe p {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}
.projects .project__describe p span {
  width: 50%;
  padding: 0 25px;
  text-align: left;
}
.projects .project__describe p span:first-child {
  font-weight: 700;
  text-align: right;
}
.projects .project__describe p.portfolio__district {
  border-bottom: none;
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1600px) {
  .projects .projects__bg {
    height: 600px;
  }
  .projects .project__item {
    height: 500px;
  }
}
@media screen and (max-width: 1401px) {
  .projects .projects__bg {
    height: 500px;
  }
  .projects .project__item {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .projects .project__describe p span {
    padding: 0 15px;
  }
}
.news {
  padding: 70px 0;
}
.news .news__prev {
  display: block;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.news .news__prev img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.4s ease;
}
.news .news__prev:hover img {
  transform: scale(1.05);
}
.news .news__describe {
  padding-top: 25px;
}
.news .news__date {
  font-size: 12px;
  margin-bottom: 0;
  color: #39363b;
}
.news .news__cat {
  margin-bottom: 5px;
}
.news .news__cat a {
  display: flex;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #bda588;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #bda588;
}
.news .news__cat a:hover {
  color: #bda588;
  background-color: #fff;
}
.news .news__name {
  font-size: 1.5rem;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}
.news .news__name a {
  color: #39363b;
}
.news .news__name a:hover {
  color: #bda588;
}
.news .news__item {
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #bda588;
}
.news .news__item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 991px) {
  .news .container {
    max-width: 100%;
  }
  .news .news__prev {
    height: 300px;
  }
  .news .news__prev .news__describe {
    bottom: 30px;
    padding: 0 20px;
  }
}
.partners .partners__swiper {
  position: relative;
}
.partners .swiper-wrapper {
  transition-timing-function: linear !important;
}
.partners .partners__img {
  display: flex;
  align-items: center;
  height: 260px;
  justify-content: center;
  height: 180px;
  border: 1px solid #bda588;
  border-radius: 3px;
}
.partners .partners__img img {
  max-width: 100%;
  max-height: 100%;
  width: 65%;
  height: auto;
}
.partners .partners__arrow {
  width: 22px;
  height: 44px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 22px);
  z-index: 5;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.partners .partners__arrow:hover {
  outline: none;
}
.partners .partners__arrow svg {
  width: 22px;
  height: 34px;
}
.partners .partners__arrow.partners__left {
  left: 10px;
}
.partners .partners__arrow.partners__right {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .partners .partners__img {
    width: 250px;
  }
}
.filter {
  padding: 85px 0;
}
.filter .btn.filter__open {
  margin-bottom: 44px;
}
.filter .form__wrap {
  display: flex;
  margin: 0 -10px;
}
.filter .filter__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 307px;
  margin: 0 10px;
}
.filter select {
  border: none;
  border-radius: 3px;
  max-width: 100%;
  padding: 0.8rem 1.467rem;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-image: url(../img/icon_drop_down_black.svg);
  background-color: #fff;
  background-position: 96%;
  background-repeat: no-repeat;
  font-weight: 300;
  color: #181818;
  height: 54px;
  border: 1px solid #bda487;
  border-radius: 100px;
}
.filter select:active,
.filter select:focus,
.filter select:hover {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .filter .container {
    max-width: 100%;
  }
  .filter .container .filter__item .btn {
    width: 100%;
  }
  .filter select {
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .filter .form__wrap {
    flex-wrap: wrap;
  }
  .filter .filter__item {
    width: calc(50% - 20px);
  }
  .filter .filter__item.filter__item_btn {
    width: 100%;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .filter .filter__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.project_actual .project__card:nth-child(3n+2) {
  transform: translateY(55px);
}
.project_actual .project__card:nth-child(3n+3) {
  transform: translateY(110px);
}
.project_actual .project__item {
  height: 576px;
  position: relative;
  display: block;
}
.project_actual .project__item .project__thumb {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.project_actual .project__item .project__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.9s ease;
}
.project_actual .project__item .project__thumb:hover img {
  transform: scale(1.05) translateY(-20px);
  transition: all 0.3s ease;
}
.project_actual .project__item .project__describe {
  padding: 58px 15px 20px 20px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 95px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 95px, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #39363b;
  text-align: right;
}
.project_actual .project__item .project__describe:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}
.project_actual .project__item .project__describe h3 {
  margin-bottom: 5px;
  position: relative;
  color: #70604d;
  font-size: 28px;
  font-weight: 400;
  font-family: "DM Serif Display", serif;
  padding-left: 75px;
}
.project_actual .project__item .project__describe p {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.project_actual .project__item .project__describe p span:first-child {
  font-weight: 700;
  margin-right: 15px;
}
.project_actual .project__item .project__describe p.portfolio__district {
  border-bottom: none;
  font-size: 20px;
  margin-bottom: 25px;
  color: #39363b;
}

@media screen and (max-width: 1600px) {
  .project_actual .project__card {
    margin-bottom: 40px;
  }
  .project_actual .project__card:nth-child(3n+2) {
    transform: translateY(40px);
  }
  .project_actual .project__card:nth-child(3n+3) {
    transform: translateY(80px);
  }
}
@media screen and (max-width: 1199px) {
  .filter .container,
  .project_actual .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .project_actual .project__card {
    margin-bottom: 40px;
  }
  .project_actual .project__card:nth-child(3n+2) {
    transform: translateY(0);
  }
  .project_actual .project__card:nth-child(3n+3) {
    transform: translateY(0);
  }
  .project_actual .project__card:nth-child(even) {
    transform: translateY(50px);
  }
}
@media screen and (max-width: 767px) {
  .project_actual .project__item .project__describe h3 {
    padding-left: 15px;
  }
  .project_actual .project__item .project__describe {
    -webkit-clip-path: polygon(0 68px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 68px, 100% 0, 100% 100%, 0% 100%);
  }
  .project_actual .project__item .project__describe p span {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .project_actual .project__card {
    margin-bottom: 20px;
  }
  .project_actual .project__card:nth-child(even) {
    transform: translateY(0);
  }
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pagination span.page-numbers {
  pointer-events: none;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 16px;
  margin: 2px;
  color: #173e62;
}
.pagination .page-numbers svg {
  width: 20px;
  height: 20px;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background-color: #bda588;
  color: #fff;
}
.pagination .page-numbers.current svg path, .pagination .page-numbers:hover svg path {
  fill: #fff;
}

.blog {
  padding: 80px 0;
  overflow: initial;
}
.blog .blog_sidebar {
  position: sticky;
  top: 90px;
}
.blog .blog__wrap {
  padding: 35px 30px;
  background-color: rgba(190, 166, 137, 0.1);
  border-radius: 5px;
}
.blog .blog__wrap .blog__subtitle {
  color: #bda588;
  font-weight: 600;
  border-bottom: 1px solid #bda588;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.blog .blog__wrap .blog__menu li {
  margin-bottom: 12px;
}
.blog .blog__wrap .blog__menu li a {
  color: #212529;
  font-weight: 300;
  font-size: 16px;
}
.blog .blog__wrap .blog__menu li a:hover {
  color: #bda588;
}
.blog .blog__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.blog .blog__item {
  background-color: rgba(190, 166, 137, 0.1);
  padding-bottom: 20px;
  border-radius: 5px;
}
.blog .blog__thumbnail {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
}
.blog .blog__thumbnail img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 1s ease-out;
}
.blog .blog__thumbnail:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease-out;
}
.blog .blog__date {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 10px;
}
.blog .blog__cat {
  margin-bottom: 10px;
  margin-left: 10px;
}
.blog .blog__cat a {
  display: flex;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #bda588;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.blog .blog__cat a:hover {
  color: #bda588;
  background-color: #fff;
}
.blog .blog__name {
  font-size: 22px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  margin-bottom: 12px;
  margin-left: 10px;
}
.blog .blog__name a {
  color: #212529;
  font-weight: 400;
}
.blog .blog__name a:hover {
  color: #bda588;
}
.blog .pagination {
  grid-column: span 2;
}

.form__search .form__wrap {
  padding: 4px;
  border: 1px solid #949494;
  display: flex;
  justify-content: space-between;
}
.form__search .form__wrap .input__group .order__input {
  background-color: #fff;
  border-radius: 0;
}
.form__search .form__wrap .search_btn {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bda588;
  background-color: #fff;
  cursor: pointer;
}
.form__search .form__wrap .search_btn svg {
  width: 20px;
  height: 20px;
}
.form__search .form__wrap .search_btn:hover path {
  fill: #bda588;
}

.search .portfolio__item {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border: solid 1px #ac8d68;
  width: 100%;
}
.search .portfolio__item .portfolio__thumbnail {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  height: 330px;
  position: relative;
}
.search .portfolio__item .portfolio__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 1s ease-out;
}
.search .portfolio__item:hover img {
  opacity: 0.8;
  transform: scale(1.1);
}
.search .portfolio__item .portfolio__describe {
  padding: 25px 20px;
}
.search .portfolio__item .portfolio__describe .portfolio__name {
  font-size: 20px;
  font-size: 1.33333rem;
  margin-bottom: 0;
  font-weight: 400;
  padding-top: 6px;
}
.search .portfolio__item .portfolio__describe .portfolio__name a {
  color: #212529;
}
.search .portfolio__item .portfolio__describe .portfolio__name a:hover {
  color: #ac8d68;
}

@media screen and (max-width: 1199px) {
  .blog .blog__card .blog__thumbnail {
    height: 380px;
  }
}
@media screen and (max-width: 991px) {
  .blog .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .blog .blog__list {
    grid-template-columns: 1fr;
  }
  .blog .blog__thumbnail img {
    height: 250px;
  }
}
.form__wrap .input__group {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.form__wrap .input__group .order__input {
  height: 54px;
  display: block;
  background: #ffffff;
  width: 100%;
  padding-left: 22px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  border: 1px solid #bda588;
  border-radius: 100px;
}
.form__wrap .input__group.input__group_countries .iti {
  display: block;
  width: 100%;
}
.form__wrap .input__group.input__group_countries .iti .order__input {
  padding-left: 95px;
}
.form__wrap .input__group .place_span {
  position: absolute;
  left: 0;
  top: 16px;
  padding-left: 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #bda588;
  transition: all 0.5s ease;
  pointer-events: none;
}
.form__wrap .input__group .place_span.fixed_span {
  opacity: 0;
}
.form__wrap .input__group .country_output {
  position: absolute;
  height: 100%;
  left: 48px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #173e62;
  top: 0;
  padding-top: 1px;
}
.form__wrap .form__btn {
  padding: 0;
  width: 200px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 8px;
  margin-left: auto;
}

.xyz_start {
  opacity: 0;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
  pointer-events: none;
  opacity: 0;
  z-index: 999999;
}
.popup.open {
  opacity: 1;
  pointer-events: all;
}
.popup .popup__content {
  background: #fff;
  padding: 50px 30px;
  width: 96%;
  max-width: 540px;
  max-height: 98%;
  position: relative;
  overflow-y: auto;
  border-radius: 12px;
}
.popup .popup__content .close_popup {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url(../img/close.svg) no-repeat center;
  border: none;
  cursor: pointer;
}
.popup .popup__content .popup__title {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #bda588;
}
.popup .popup__content .popup__subtitle {
  font-size: 24px;
  color: #bda588;
}
.popup .form__wrap .callback__btn {
  width: 100%;
}
.popup.timer_form .popup__content {
  width: 100%;
  max-width: 900px;
  display: flex;
  padding: 0;
}
.popup.timer_form .popup__content .popup__title {
  font-size: 36px;
  color: #bda487;
  text-align: left;
  font-weight: 700;
  position: relative;
}
.popup.timer_form .popup__content .popup__subtitle {
  color: #fff;
  font-size: 24px;
  text-align: left;
  position: relative;
}
.popup.timer_form .popup__content .timer__right,
.popup.timer_form .popup__content .timer__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup.timer_form .popup__content .timer__left {
  padding: 25px;
  position: relative;
}
.popup.timer_form .popup__content .timer__left.bg__style:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #000000 0%, #39363b 100%) !important;
  opacity: 0.7;
}
.popup.timer_form .popup__content .timer__right {
  padding: 70px 25px;
}

@media screen and (max-width: 767px) {
  .popup .popup__content {
    padding: 40px 20px;
  }
  .popup .popup__content .popup__title {
    font-size: 24px;
  }
  .popup.timer_form .popup__content {
    flex-direction: column;
  }
  .popup.timer_form .popup__content .timer__right,
  .popup.timer_form .popup__content .timer__left {
    width: 100%;
  }
  .popup.timer_form .popup__content .close_popup {
    z-index: 5;
    background-color: rgba(189, 164, 135, 0.6);
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .popup.timer_form .popup__content .popup__title {
    font-size: 32px;
  }
}
.xyz_start.xyz-in {
  opacity: 1;
}

.plyr__control--overlaid {
  background-color: #f6a429;
}

.plyr--full-ui input[type=range] {
  color: #f6a429;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background-color: #ffbb40;
}

.wpcf7 {
  position: relative;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output {
  width: 100%;
  position: relative;
  margin-top: 0;
  font-size: 11px;
}

.wpcf7-not-valid-tip {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0;
  font-size: 11px;
}

.navigation.posts-navigation {
  max-width: 1401px;
  margin: 0 auto;
  padding: 20px 14px;
}

.nav-links {
  display: flex;
  justify-content: center;
}
.nav-links a {
  color: #39363b;
  padding: 5px;
  display: block;
}

.sticky__social {
  position: fixed;
  z-index: 5000;
  right: 20px;
  bottom: 20px;
}
.sticky__social a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.sticky__social a svg {
  width: 30px;
  height: 30px;
}
.sticky__social a.whatsapp {
  background: #01c24a;
}
.sticky__social a.telegram {
  background: #04aee4;
}
.sticky__social button {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  background: #04aee4;
}
.sticky__social button svg {
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.seo.text__content h2 {
  color: #173e62;
  font-size: 36px;
}

.developer__about {
  padding: 50px 0;
}
.developer__about img {
  width: 80%;
  height: auto;
  margin: 0 auto 20px;
}
.developer__about .developer__founded {
  font-size: 18px;
  color: #39363b;
}
.developer__about .text__content li {
  font-weight: 300;
}
.developer__about .text__content p {
  font-weight: 300;
  line-height: 1.8em;
}

.developer {
  padding: 50px 0;
}
.developer .developer__item {
  min-height: 366px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: solid 1px #ac8d68;
}
.developer .developer__item .developer__logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 250px;
  flex-shrink: 0;
  background-color: #fff;
}
.developer .developer__item .developer__logo img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 60%;
  height: auto;
  display: block;
  transition: all 1s ease-out;
}
.developer .developer__item .developer__thumb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 250px;
  flex-shrink: 0;
}
.developer .developer__item .developer__thumb img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 1s ease-out;
}
.developer .developer__item:hover img {
  transform: scale(1.1);
}
.developer .developer__item .portfolio__describe {
  margin-top: auto;
  padding: 20px 40px 30px;
  text-align: center;
}
.developer .developer__item .portfolio__describe .portfolio__name {
  font-size: 20px;
  font-size: 1.33333rem;
  margin-bottom: 0;
  font-weight: 400;
  padding-top: 6px;
}
.developer .developer__item .portfolio__describe .portfolio__name a {
  color: #212529;
}
.developer .developer__item .portfolio__describe .portfolio__name a:hover {
  color: #ac8d68;
}
.developer .developer__item .portfolio__describe .portfolio__district {
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .developer__about img {
    max-width: 350px;
  }
}
.blog_post {
  padding: 50px 0;
}
.blog_post .post__img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_post .post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog_post .post__date {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #e1e1e1;
}
.blog_post .text__content ul {
  margin-bottom: 1.8em;
}
.blog_post .text__content p {
  margin-bottom: 1.8em;
  line-height: 1.8em;
}
.blog_post .nav__posts {
  color: #66717a;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  width: calc(50% - 12px);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  font-weight: 500;
  position: relative;
  transition: all 0.4s ease;
}
.blog_post .nav__posts:hover {
  color: #fff;
  background-color: #bda588;
}
.blog_post .nav__posts:hover path {
  fill: #fff;
}
.blog_post .nav__posts svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog_post .nav__posts.nav__posts_prev {
  padding: 50px 20px 50px 70px;
}
.blog_post .nav__posts.nav__posts_prev svg {
  left: 15px;
}
.blog_post .nav__posts.nav__posts_next {
  padding: 50px 70px 50px 20px;
  text-align: right;
}
.blog_post .nav__posts.nav__posts_next svg {
  right: 15px;
}
.blog_post .nav__posts .nav__title {
  color: #bda588;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  transition: all 0.4s ease;
  margin-bottom: 8px;
}
.blog_post .nav__posts:hover .nav__title {
  color: #fff;
}

.callback {
  background-color: rgba(190, 166, 137, 0.1);
  padding: 70px 0px;
}
.callback h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 400;
}
.callback p {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.callback .form__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.callback .form__wrap p {
  margin: 0;
}
.callback .form__wrap .input__group {
  margin: 0 15px 30px;
  width: 234px;
}
.callback .form__wrap input[type=file] {
  color: transparent !important;
  background-color: transparent !important;
  width: 100%;
  display: block;
  height: 54px;
  font-size: 16px;
  cursor: pointer;
}
.callback .form__wrap input[type=file] ~ .span_file {
  color: #bda588;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #bda588;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  position: absolute;
  left: 0;
  top: 0;
}
.callback .form__wrap .btn__wrap {
  width: 234px;
  margin: 0 15px 30px;
}
.callback .form__wrap .btn__wrap p {
  width: 100%;
}
.callback .form__wrap .callback__btn {
  width: 100%;
}
.callback.callback_design .callback__offer {
  border-radius: 10px;
  position: relative;
  width: 100%;
}
.callback.callback_design .callback__offer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  opacity: 0.7;
  background-color: #000;
}
.callback.callback_design .callback__offer h2 {
  font-size: 36px;
  color: #bda487;
  text-align: left;
  font-weight: 700;
  position: relative;
}
.callback.callback_design .callback__offer p {
  color: #fff;
  font-size: 24px;
  text-align: left;
  position: relative;
}
.callback.callback_design .form__wrap .btn__wrap,
.callback.callback_design .form__wrap .input__group {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .callback .form__wrap .btn__wrap,
  .callback .form__wrap .input__group {
    margin: 0 10px 30px;
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .callback h2 {
    font-size: 32px;
  }
  .callback .form__wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .callback .form__wrap .btn__wrap,
  .callback .form__wrap .input__group {
    margin: 0 0px 25px;
    width: 48%;
  }
  .callback p {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .callback .form__wrap .btn__wrap,
  .callback .form__wrap .input__group {
    margin: 0 0px 25px;
    width: 100%;
  }
  .callback.callback_design .callback__offer h2 {
    font-size: 30px;
  }
  .callback.callback_design .callback__offer p {
    font-size: 20px;
  }
}
.iti__country > *,
.country > * {
  pointer-events: none;
}

.iti-mobile .iti--container,
.iti-mobile .intl-tel-input.iti-container {
  z-index: 999999999;
}

.iti__country-list,
.intl-tel-input .country-list {
  width: 234px;
}

.iti__country span,
.intl-tel-input .country-list span {
  font-size: 12px;
  color: #212529;
}

.intl-tel-input.allow-dropdown {
  width: 100%;
}

.iti__selected-flag,
.selected-flag {
  border-radius: 50px 0 0 50px;
}

.iti__flag,
.iti__arrow,
.intl-tel-input .selected-flag .iti-flag,
.intl-tel-input .selected-flag .iti-arrow {
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  .iti-mobile .intl-tel-input.iti-container {
    top: 75px;
  }
}
@media screen and (max-width: 991px) {
  .intl-tel-input .country-list {
    width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .intl-tel-input .country-list {
    width: 248px;
  }
}
@media screen and (max-width: 576px) {
  .intl-tel-input .country-list {
    width: 280px;
  }
  .iti-mobile .intl-tel-input.iti-container {
    top: 50px;
  }
}/*# sourceMappingURL=main.css.map */