@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap");

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

/* ======== */
.wrapper {
  overflow: hidden;
}
.first_screen {
  position: relative;
  background: linear-gradient(
      0deg,
      rgba(79, 69, 59, 0.2),
      rgba(79, 69, 59, 0.2)
    ),
    url("/img/bg_first_screen.jpg");
  height: 100vh;
  min-height: min-content;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.title_fs {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 110%;
  color: #ffffff;
  margin-bottom: 40px;
}
.description_fs {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  color: #ffffff;
}

.btn_fs {
  width: 495px;
  background: #f1e8e8;
  padding: 40px 50px;

  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #4f453b;
}

.mb_title {
  margin-bottom: 100px;
}

.first_screen .container {
  height: 100%;
  position: relative;
}

.wrapper_fs_content {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.menu_item a {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
}

.menu_item a:hover {
  color: #ffffff;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.menu_list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.menu_item {
  margin-right: 50px;
}

.wrapper_header {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang_wrapper {
  display: flex;
  align-items: center;
}

.lang_wrapper .lang_item {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}

.lang_wrapper .lang_item.active,
.lang_wrapper .lang_item:hover {
  color: #fff;
}

.lang_wrapper .line {
  margin: 0 8px;
  width: 1px;
  height: 17px;
  background: #ffffff;
  opacity: 0.2;
}

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

.second_screen {
  background: #f1e8e8;
}

.p130 {
  padding: 130px 0;
}

.main_txt {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #4f453b;
}

.title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  color: #4f453b;
}

.wrapper_content_ss {
  border: 1px solid #c9c4bd;
  padding: 50px;
  display: flex;
}

.title.mb40 {
  margin-bottom: 40px;
}

.ss_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper_content_ss .content_wrapper {
  padding-right: 20px;
}

.logo_img {
  width: 200px;
}

@media (max-width: 992px) {
  .wrapper_content_ss {
    flex-wrap: wrap;
    padding: 40px 20px;
  }

  .wrapper_content_ss .content_wrapper {
    margin-bottom: 50px;
    padding: 0;
  }

  .title.mb40 {
    margin-bottom: 20px;
  }

  .title {
    font-size: 48px;
  }

  .main_txt {
    font-size: 16px;
  }

  .p130 {
    padding: 60px 0;
  }
}

@media (max-width: 576px) {
  .title {
    font-size: 32px;
  }

  .main_txt {
    font-size: 14px;
  }

  .p130 {
    padding: 40px 0;
  }

  .wrapper_content_ss {
    padding: 30px 20px;
  }

  .title.mb40 {
    margin-bottom: 10px;
  }

  .wrapper_content_ss .content_wrapper {
    margin-bottom: 20px;
  }
}

/* Gallery */
.wrapper_gallery_title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.wrapper_gallery_title .line {
  width: 100%;
  height: 1px;
  background: rgba(79, 69, 59, 0.4);
}

.wrapper_gallery_title .title {
  padding: 0 43px;
}

.wrapper_body_gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper_body_gallery {
  margin-bottom: 55px;
}

.gallery .line {
  width: 100%;
  height: 1px;
  background: rgba(79, 69, 59, 0.4);
}

.section_information {
  background: #f1e8e8;
}

.information_txt {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #4f453b;
}

.information_txt span {
  font-weight: 500;
}

.information_txt.mb10 {
  margin-bottom: 10px;
}

.information_body .line {
  height: 1px;
  width: 100%;
  background-color: rgba(79, 69, 59, 0.6);
  margin-top: 20px;
  margin-bottom: 20px;
}

.information_txt.mb4 {
  margin-bottom: 4px;
}

.information_txt a {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #8e362c;
  text-decoration: none;
}

.wrapper_information_txt .mr40 {
  margin-right: 40px;
}

.wrapper_information_txt {
  display: flex;
  align-items: center;
}

.information_body .left_block {
  position: relative;
  padding: 60px 40px 40px;
  border-bottom: 1px solid #c9c4bd;
  border-left: 1px solid #c9c4bd;
  border-top: 1px solid #c9c4bd;
}

.title_width_line {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
}

.title_width_line .title {
  background-color: #f1e8e8;
  padding: 0 20px;
}

.information_body {
  display: flex;
}

.img_info {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .information_body {
    flex-wrap: wrap;
    padding: 40px 20px;
    border: 1px solid #c9c4bd;
  }

  .information_body .left_block {
    border: 0;
    padding: 0;
  }

  .title_width_line {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }

  .title_width_line .title {
    padding: 0;
    background-color: transparent;
  }

  .information_body .col-12 {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .information_body {
    padding: 30px 20px;
  }

  .title_width_line {
    margin-bottom: 10px;
  }

  .information_txt.mb10 {
    margin-bottom: 5px;
  }

  .information_body .line {
    margin: 10px 0;
  }

  .information_txt.mb4 {
    margin-bottom: 10px;
  }

  .information_txt {
    font-size: 14px;
  }

  .wrapper_information_txt {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper_information_txt .mr40 {
    margin: 0 0 5px;
  }

  .information_txt.mb5 {
    margin-bottom: 5px;
  }

  .information_txt a {
    font-size: 16px;
  }
}

.body_rekvisiti {
  border: 1px solid rgba(79, 69, 59, 0.6);
  padding: 59px 50px 50px;
}

.body_rekvisiti {
  position: relative;
}

.body_rekvisiti .title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 0 20px;
}

.alias_rekvisit {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(79, 69, 59, 0.6);
}

.value_rekvisit {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #4f453b;
}

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

@media (max-width: 1024px) {
  .item_rekvisiti {
    width: 33%;
  }

  .wrapper_item_rekvisiti {
    flex-wrap: wrap;
  }

  .item_rekvisiti.mb84 {
    margin-bottom: 84px;
  }
}

@media (max-width: 768px) {
  .wrapper_item_rekvisiti {
    flex-direction: column;
    align-items: flex-start;
  }

  .item_rekvisiti.mb84 {
    margin-bottom: 0px;
  }

  .wrapper_item_rekvisiti .item_rekvisiti {
    margin-bottom: 20px;
  }

  .alias_rekvisit {
    text-align: left;
  }

  .value_rekvisit {
    text-align: left;
  }

  .body_rekvisiti {
    padding: 30px 20px;
  }

  .body_rekvisiti .title {
    position: static;
    transform: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .wrapper_item_rekvisiti .item_rekvisiti:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .wrapper_header {
    margin-top: 20px;
  }

  .title_fs {
    font-size: 65px;
    line-height: 110%;
  }

  .mb_title {
    margin-bottom: 50px;
  }

  .btn_fs {
    width: 290px;
    padding: 25px 40px;
    font-size: 18px;
    line-height: 21px;
  }

  .logo_img {
    width: 148px;
  }

  .menu_item {
    margin-right: 20px;
  }

  .wrapper_menu {
    flex-direction: row-reverse;
  }

  .lang_wrapper {
    margin: 0 40px;
  }

  .menu_item a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 768px) {
  .menu_list {
    display: none;
  }

  .burger {
    padding: 5px 2px;
    background-color: transparent;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }

  .burger span {
    display: block;
    width: 18px;
    min-width: 18px;
    height: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
  }

  .burger .middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .burger.active .middle {
    transform: rotate(-45deg);
  }

  .burger.active .first {
    position: relative;
    top: 6px;
    transform: rotate(45deg);
  }

  .burger.active .last {
    display: none;
  }
}

@media (max-width: 1139px) {
  .first_screen {
    height: 110vh;
  }
}

@media (max-width: 992px) {
  .first_screen {
    height: 100vh;
  }
}

@media (max-width: 576px) {
  .title_fs {
    font-size: 38px;
    line-height: 110%;
  }

  .mb_title {
    margin-bottom: 90px;
  }

  .logo_img {
    width: 100px;
  }

  .btn_fs {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    line-height: 19px;
  }

  .wrapper_body_gallery {
    margin-bottom: 30px;
  }

  .wrapper_gallery_title {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .swiper-wrapper {
    height: 641px !important;
  }

  .wrapper_body_gallery img {
    margin-bottom: 20px;
  }
}

.swiper-wrapper .swiper-slide {
  height: 310px;
}

.p130_80_60 {
  padding: 130px 0;
}

@media (max-width: 992px) {
  .p130_80_60 {
    padding: 80px 0;
  }
}

@media (max-width: 576px) {
  .p130_80_60 {
    padding: 60px 0;
  }
}

footer {
  background-color: #1e1e1e;
  padding: 80px 0;
}

.footer_txt {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #c23727;
}

.wrapper_footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer_img {
  width: 280px;
}

@media (max-width: 992px) {
  .footer_img {
    width: 146px;
  }

  .footer_txt {
    font-size: 13px;
    line-height: 160%;
  }

  footer {
    padding: 30px 0;
  }
}

@media (max-width: 576px) {
  .footer_img {
    width: 100px;
  }

  .wrapper_footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_txt {
    margin-top: 10px;
    font-size: 11px;
    line-height: 160%;
  }

  footer {
    padding: 40px 0;
  }
}

.mob_wrapper.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #f1e8e8;
  width: 100vw;
  min-height: 100vh;
  padding: 60px 20px;
  transform: translateX(0);
}

.burger.active {
  z-index: 3;
}

.mob_wrapper.active .menu_list {
  display: block;
  border: 1px;
}

.mob_wrapper.active .wrapper_border {
  border: 1px solid #908980;
  padding: 60px 30px;
}

body.hide {
  overflow: hidden;
}

.mob_wrapper.active .menu_item a {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #4f453b;
}

.mob_wrapper.active .menu_item {
  margin-bottom: 30px;
  margin-right: 0;
}

.mob_wrapper.active .menu_item:last-child {
  margin-bottom: 0px;
}

.contact_mob_menu {
  display: none;
}

.mob_wrapper.active .contact_mob_menu {
  display: block;
  margin-top: 60px;
}

.item_contact {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #4f453b;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  opacity: 0.6;
}

.item_contact:hover {
  color: #4f453b;
}

.item_contact:last-child {
  margin-bottom: 0;
}

.mob_menu_logo {
  display: none;
}

.mob_wrapper.active .mob_menu_logo {
  display: block;
  margin-top: 60px;
  width: 101px;
}

@media (max-width: 768px) {
  .mob_wrapper {
    transition: background 0.3s ease, transform 0.3s ease;
    transform: translateX(100%);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #f1e8e8;
    width: 100vw;
    min-height: 100vh;
    padding: 60px 20px;
  }
}

.modal_prano.modal-dialog {
  max-width: 685px;
}

.modal_prano .modal-content {
  border-radius: 0;
}

.modal_prano .modal-body {
  width: 100%;
  padding: 60px 50px;
}

.modal_prano {
  position: relative;
}

.modal_prano .btn-close {
  position: absolute;
  top: 25px;
  right: 30px;
}

.modal_prano .btn-close:focus {
  box-shadow: none;
}

.title_main {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 105%;
  color: #000000;
  text-align: center;
}

.title_descrip {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #000000;
  margin-top: 20px;
}

.btn_modal {
  background: #f28080;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #fffdfb;
  padding: 25px 40px;
  width: 290px;
  display: block;
  margin: 30px auto 35px;
}

.modal_description {
  max-width: 418px;
  margin: auto;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #adadad;
}

.modal_description a {
  color: #f2bc80;
  font-weight: 500;
}

.wpapper_search_input {
  width: 290px;
  margin: 35px auto 0;
  border-bottom: 1px solid #d0c7ca;
}

.wpapper_search_input input {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #000000;
  margin-bottom: 7px;
}

.map_section iframe {
  height: 463px;
  position: relative;
  bottom: -2px;
  width: 100%;
}

@media (max-width: 576px) {
  .map_section iframe {
    height: 336px;
  }

  .title_main {
    font-size: 36px;
  }

  .modal_prano .modal-body {
    padding: 35px 20px;
  }

  .modal_prano .btn-close {
    top: 15px;
    right: 10px;
  }

  .wpapper_search_input {
    width: 100%;
    margin-top: 25px;
  }

  .btn_modal {
    width: 100%;
    padding: 20px 0;
    margin: 20px auto;
  }

  .title_descrip {
    font-size: 16px;
  }
}

.card_list .item_card img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}

.wrapper_gallery_title .title {
  white-space: nowrap;
}

@media (max-width: 576px) {
  .wrapper_gallery_title .title {
    white-space: normal;
    text-align: center;
  }
}
