html.js .loader {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
html.js .loader .loader_inner {
  background: url("../img/preloader.gif");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100px;
  width: 100px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute;
}

html,
body {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  html,
body {
    font-weight: 400;
    font-size: 14px;
    line-height: 138.3%;
  }
}

body[data-aos-duration="400"] [data-aos] #page_acticle_h1 {
  transition-duration: 1s;
}

a, p {
  color: white;
}

a:hover {
  color: white;
}

h1 {
  font-family: "Cochin", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
  }
}
h1 span {
  color: #D5B77D;
}

h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 138.3%;
  color: #B48F6A;
  margin: 16px 0;
}

button {
  border: 0;
  background: transparent;
}

.carousel_img {
  cursor: pointer;
}

.hidden {
  display: none;
}

.default_btn {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  background: linear-gradient(266.86deg, #DCBE81 -4.97%, rgba(180, 143, 106, 0.93) 106.56%);
  border-radius: 15px;
  padding: 18px 40px;
  border: 1px #DCBE81 solid;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .default_btn {
    padding: 12px 24px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
}
.default_btn:hover {
  color: #B48F6A;
  background: #fff;
  transition: all 0.3s ease;
}

.mobile_nav {
  height: 320px;
  display: none;
}

.mobile_menu {
  display: none;
}
.mobile_menu .menu_close_btn {
  position: absolute;
  top: -500%;
  left: 0;
}
.mobile_menu.active {
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 991px) {
  .mobile_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.mobile_menu .burger_menu {
  position: relative;
  width: 27px;
  height: 18px;
}
.mobile_menu .burger_menu.active span {
  transform: scale(0);
  transition: all 0.4s linear;
}
.mobile_menu .burger_menu.active::before, .mobile_menu .burger_menu.active::after {
  top: 9px;
  transition: all 0.3s linear;
  width: 20px;
}
.mobile_menu .burger_menu.active::before {
  transform: rotate(45deg);
}
.mobile_menu .burger_menu.active::after {
  transform: rotate(-45deg);
}
.mobile_menu .burger_menu::before, .mobile_menu .burger_menu::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 2px;
  width: 27px;
  height: 2px;
  left: 0;
  transition: all 0.4s linear;
}
.mobile_menu .burger_menu::before {
  top: 0;
}
.mobile_menu .burger_menu::after {
  bottom: 0;
}
.mobile_menu .burger_menu span {
  position: absolute;
  background: #fff;
  border-radius: 2px;
  left: 0;
  width: 27px;
  height: 2px;
  top: 8px;
  transition: all 0.4s linear;
}

input {
  max-width: 404px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  border: 1px solid #B48F6A;
  border-radius: 8px;
  padding: 16px 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  outline: none;
}
input::-moz-placeholder {
  color: #C0BDBD;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
input:-ms-input-placeholder {
  color: #C0BDBD;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
input::placeholder {
  color: #C0BDBD;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.header {
  background: linear-gradient(87.96deg, rgba(0, 0, 0, 0.43) 3.85%, rgba(0, 0, 0, 0) 93.41%), linear-gradient(180deg, rgba(0, 0, 0, 0.81) 8.33%, rgba(61, 56, 56, 0.75) 99.99%, #000000 100%), linear-gradient(99.9deg, rgba(0, 0, 0, 0.62) 13.04%, rgba(0, 0, 0, 0) 96.91%), url("../img/main_page_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 1080px;
}
@media only screen and (max-width: 991px) {
  .header {
    height: auto;
  }
}
.header .header_inner {
  display: flex;
  align-items: center;
  margin: 24px 0;
  justify-content: space-between;
  position: relative;
}
.header .header_inner .nav ul {
  list-style: none;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .header .header_inner .nav ul {
    padding: 0;
    position: absolute;
    top: -400%;
    flex-direction: column;
    left: 0;
  }
}
.header .header_inner .nav ul .header_networks {
  display: none;
  float: right;
}
@media only screen and (max-width: 991px) {
  .header .header_inner .nav ul .header_networks {
    display: block;
  }
}
.header .header_inner .nav ul li {
  padding: 0 16px;
}
@media only screen and (max-width: 991px) {
  .header .header_inner .nav ul li {
    padding: 6px 0;
  }
}
.header .header_inner .nav ul li a {
  color: #FFFFFF;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .header .header_inner .nav ul li a {
    color: #6A3908;
  }
}
.header .header_inner .nav ul li.networks {
  width: webkit-fill-available;
  float: right;
}
.header .header_inner .nav ul li.networks a {
  padding: 14px 9px;
  border: 2px solid #6A3908;
  border-radius: 36px;
}
.header .header_inner .nav ul li.networks a:first-child {
  margin-right: 16px;
}
@media only screen and (max-width: 991px) {
  .header .header_inner .header_contact {
    position: absolute;
    top: 100%;
    left: 40%;
  }
}
.header .header_inner .header_contact a {
  color: #D5B77D;
  font-weight: 600;
  font-size: 20px;
  line-height: 142.8%;
}
@media only screen and (max-width: 991px) {
  .header .header_inner .header_contact a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
}
.header .header_inner .header_contact a img {
  padding-right: 12px;
}
@media only screen and (max-width: 991px) {
  .header .header_inner .header_contact a img {
    display: none;
  }
}
.header .page_article {
  margin-top: 160px;
}
@media only screen and (max-width: 991px) {
  .header .page_article {
    margin-top: 60px;
    padding-bottom: 33px;
  }
}
.header .page_article p {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #E9E9E9;
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .header .page_article p {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
  }
}
.header .company_features {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .header .company_features {
    position: absolute;
    margin-top: 28px;
    justify-content: space-between;
    width: -webkit-fill-available;
    left: 0;
  }
}
.header .company_features .features_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 42px;
}
@media only screen and (max-width: 991px) {
  .header .company_features .features_block {
    padding: 0;
    width: -webkit-fill-available;
  }
}
.header .company_features .features_block h5 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 60px;
  line-height: 142.8%;
  margin: 0;
  color: rgba(213, 183, 125, 0.6);
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .header .company_features .features_block h5 {
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
  }
}
.header .company_features .features_block p {
  font-weight: 400;
  font-size: 24px;
  line-height: 142.8%;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .header .company_features .features_block p {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #0D0D0D;
  }
}

section {
  transition: all 0.3s ease;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  section.section_1 {
    margin-top: 150px;
  }
}
section .card_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  border-bottom: 2px solid #B48F6A;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  section .card_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
  }
}
section .card {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  section .card {
    flex-direction: column-reverse;
    margin-top: 44px;
  }
  section .card:nth-child(odd) {
    flex-direction: column;
  }
}
section .card > div {
  border: 2px solid #B48F6A;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  section .card > div {
    width: 100%;
    border: 0;
  }
}
section .card .card_img img {
  width: -webkit-fill-available;
}
section .card .card_text {
  padding: 44px 36px;
}
@media only screen and (max-width: 1199px) {
  section .card .card_text {
    padding: 34px 30px;
  }
}
section .card .card_text h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
  color: #0D0D0D;
}
@media only screen and (max-width: 767px) {
  section .card .card_text h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
}
section .card .card_text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0D0D0D;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section .card .card_text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
}
section .card .card_text .card_description {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  section .card .card_text .card_description {
    margin-top: 8px;
  }
}
section .card .card_text .card_description p {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #7B7B7B;
}
@media only screen and (max-width: 767px) {
  section .card .card_text .card_description p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
  }
}
section .card .card_text .card_description h4 {
  margin: 0 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  section .card .card_text .card_description h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}
section .card .card_text .card_description .description_ellipse {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  section .card .card_text .card_description .description_ellipse svg {
    width: 8px;
    height: 8px;
  }
}
section .card .card_text .card_description .description_ellipse svg ellipse {
  cx: 4px;
  cy: 4px;
  rx: 4px;
  ry: 4px;
}
section .show_more_btn {
  color: #A1662B;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  border: 1px solid #B48F6A;
  border-radius: 8px;
  padding: 16px 57px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  section .show_more_btn {
    border-radius: 15px;
    padding: 12px 42px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
}
section .show_more_btn:hover {
  background: linear-gradient(266.86deg, #DCBE81 -4.97%, rgba(180, 143, 106, 0.93) 106.56%);
  color: white;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section .owl-carousel .owl-dots {
  display: none;
}
section .owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  z-index: 9;
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
}
section .owl-carousel .owl-nav button {
  border: 1px solid #B48F6A !important;
  border-radius: 50% !important;
  height: 45px;
  width: 47px;
  transition: all 0.3s ease;
  padding: 0 !important;
}
section .owl-carousel .owl-nav button img {
  padding: 14px 17px;
  height: 45px;
  width: 47px;
}
section .owl-carousel .owl-nav button:hover {
  background: linear-gradient(266.86deg, #DCBE81 -4.97%, rgba(180, 143, 106, 0.93) 106.56%) !important;
  transition: all 0.3s ease;
}
section .mailing {
  border: 3px solid #B48F6A;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 130px;
}
@media only screen and (max-width: 991px) {
  section .mailing {
    border: 3px solid #B48F6A;
    border-radius: 15px;
    padding: 24px 23px;
  }
}
section .mailing h3 {
  color: #6A3908;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin: 36px 0;
}
@media only screen and (max-width: 767px) {
  section .mailing h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
  }
}
section .mailing .default_btn {
  margin: 30px 0;
}
section .mailing .mailing_inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
}
section .mailing .mailing_inputs input {
  margin: 0 15px;
}
@media only screen and (max-width: 991px) {
  section .mailing .mailing_inputs input {
    margin-bottom: 15px;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  section .mailing .mailing_inputs {
    height: 100%;
    flex-direction: column;
    align-items: center;
  }
}

footer {
  background: #121112;
  margin-top: 120px;
  padding-top: 52px;
}
footer .footer_up {
  display: flex;
  justify-content: space-between;
  padding-bottom: 65px;
  border-bottom: 1px solid #D5B77D;
}
footer .footer_up .footer_logo {
  margin-right: 116px;
}
@media only screen and (max-width: 991px) {
  footer .footer_up .footer_logo {
    margin-right: 40px;
  }
}
footer .footer_up .footer_contact {
  display: flex;
  justify-content: space-between;
  width: -webkit-fill-available;
}
@media only screen and (max-width: 991px) {
  footer .footer_up .footer_contact {
    flex-wrap: wrap;
  }
}
footer .footer_up .footer_contact .footer_contact_number {
  display: flex;
  flex-direction: column;
}
footer .footer_up .footer_contact .footer_network .instagram {
  margin-right: 16px;
}
footer .footer_up .footer_contact .footer_network a {
  padding: 14px 9px;
  background: #B48F6A;
  border-radius: 36px;
  border: 1px #DCBE81 solid;
  transition: all 0.3s ease;
}
footer .footer_up .footer_contact .footer_network a:hover {
  background: #fff;
  transition: all 0.3s ease;
}
footer .footer_bottom {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .footer_bottom {
    flex-direction: column;
    margin-top: 8px;
    margin-bottom: 14px;
  }
  footer .footer_bottom p {
    margin: 0;
  }
}

.checkbox {
  display: flex;
  align-items: center;
}
.checkbox input[type=checkbox] {
  margin: 0;
  width: auto;
  width: 29px;
  height: 29px;
  margin-right: 12px;
  accent-color: #fff;
  border: 1px solid #B48F6A;
}
.checkbox input[type=checkbox]:checked {
  border: 1px solid #B48F6A;
}
.checkbox p {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 138.3%;
}

.smeta_modal_form {
  background: #fff;
  max-width: 650px;
  margin: 0 auto;
  padding: 36px 74px 24px 74px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 675px) {
  .smeta_modal_form {
    margin: 0 16px;
    margin-top: 175px;
    padding: 38px 12px;
  }
}
.smeta_modal_form .default_btn {
  width: -webkit-fill-available;
  margin: 12px 0;
}
.smeta_modal_form input {
  margin-bottom: 20px;
  max-width: -webkit-fill-available;
}
.smeta_modal_form h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #6A3908;
  margin: 0;
  margin-bottom: 36px;
}
@media only screen and (max-width: 675px) {
  .smeta_modal_form h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
  }
}
.smeta_modal_form .mfp-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 46px;
  transition: all 0.5s ease;
}
.smeta_modal_form .mfp-close:hover {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
@media only screen and (max-width: 675px) {
  .smeta_modal_form .mfp-close {
    top: 12px;
    right: 12px;
  }
}/*# sourceMappingURL=main.css.map */