* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #BFA481;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #BFA481;
}

body {
  background-color: #272727;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

.container {
  max-width: 1150px;
}

.header {
  background: url(../img/header-img.jpg) center center/cover no-repeat;
}
.header .bg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .bg .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px;
  border-bottom: 1px solid #BFA481;
}
.header .bg .header-top .block {
  display: flex;
  align-items: center;
  width: 33%;
}
.header .bg .header-top .block .m-h {
  color: #fff;
  text-decoration: none;
  margin-left: 90px;
  font-weight: 600;
  transition: 0.3s all;
}
.header .bg .header-top .block .m-h:hover {
  color: #BFA481;
}
.header .bg .header-top .block-centr {
  color: #BFA481;
  font-size: 35px;
  text-transform: uppercase;
  width: 33%;
  text-align: center;
}
.header .bg .header-top .block-2 {
  display: flex;
  align-items: center;
  width: 33%;
  justify-content: flex-end;
}
.header .bg .header-top .block-2 .lang {
  text-decoration: none;
  margin-right: 90px;
  border-bottom: 1px solid #BFA481;
  text-transform: uppercase;
  padding-bottom: 0px;
  transition: 0.3s all;
}
.header .bg .header-top .block-2 .lang:hover {
  color: #BFA481;
}
.header .bg .header-top .block-2 .lang button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.header .bg .header-top .block-2 .tell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .bg .header-top .block-2 .tell p {
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 15px;
}
.header .bg .header-top .block-2 .tell a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s all;
}
.header .bg .header-top .block-2 .tell a:hover {
  color: #BFA481;
}
.header .bg .header-content .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .bg .header-content .content .text {
  width: 35%;
}
.header .bg .header-content .content .text h1 {
  font-weight: bold;
  font-size: 58px;
  color: #fff;
}
.header .bg .header-content .content .text p {
  color: #fff;
  font-weight: 500;
  margin-bottom: 100px;
}
.header .bg .header-content .content .text a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  border-radius: 20px;
  background-color: #BFA481;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s all;
}
.header .bg .header-content .content .text a:hover {
  background-color: #333232;
}
.header .bg .header-content .content .form-header {
  padding: 40px;
  width: 500px;
}
.header .bg .header-content .content .form-header fieldset {
  border: 1px solid #BFA481;
  border-radius: 20px;
  padding: 15px;
}
.header .bg .header-content .content .form-header fieldset legend {
  float: none;
  width: auto;
  text-align: center;
}
.header .bg .header-content .content .form-header fieldset p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
}
.header .bg .header-content .content .form-header fieldset input {
  color: #fff;
}
.header .bg .header-content .content .form-header fieldset input::-moz-placeholder {
  color: #fff;
}
.header .bg .header-content .content .form-header fieldset input::placeholder {
  color: #fff;
}
.header .bg .header-content .content .form-header fieldset .input-email {
  background-color: transparent;
  border: 1px solid #BFA481;
  padding: 20px 20px;
  font-size: 16px;
  margin: 0 auto;
  border-radius: 15px;
  color: #fff;
  outline: none;
  width: 100%;
  letter-spacing: 2px;
}
.header .bg .header-content .content .form-header fieldset .btn-email {
  background-color: #BFA481;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  width: 100%;
  margin-top: 20px;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 15px;
  border: none;
  letter-spacing: 2px;
  transition: 0.3s all;
}
.header .bg .header-content .content .form-header fieldset .btn-email:hover {
  background-color: #333232;
}
.header .bg .header-items {
  padding-bottom: 70px;
}
.header .bg .header-items .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .bg .header-items .items .item {
  color: #fff;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  background-color: #BFA481;
  border: none;
  padding: 5px;
  width: auto;
  min-width: auto;
  margin-left: -5px;
  left: -5px;
}

.dropdown-item {
  color: #ffffff;
  padding: 5px 0;
  width: auto;
  font-weight: 600;
  transition: 0.3s all;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #000000;
}

::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

.art-block {
  padding-top: 100px;
  padding-bottom: 50px;
}
.art-block .items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.art-block .items .item {
  text-align: center;
  width: 25%;
}
.art-block .items .item img {
  height: 50px;
}
.art-block .items .item .figure-art {
  width: 80px;
  height: 0.1px;
  background-color: #BFA481;
  margin: 30px auto;
}
.art-block .items .item h3 {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}
.art-block .items .item h3 strong {
  display: block;
  font-weight: bold;
}

.about {
  position: relative;
}
.about .container {
  display: flex;
  align-items: flex-end;
}
.about .container .img {
  display: flex;
  align-items: flex-end;
  width: 50%;
}
.about .container .img img {
  position: relative;
  z-index: 999;
  width: 95%;
}
.about .container .img .img-a {
  width: 450px;
}
.about .container .img .a-mg {
  margin-left: -50px;
}
.about .container .text {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 25px 0;
  padding-left: 50px;
}
.about .container .text .h2 {
  position: relative;
  z-index: 99;
  margin-left: -50px;
  text-align: left;
}
.about .container .text .h2 h2 {
  color: #BFA481;
  font-weight: 300;
  font-size: 60px;
}
.about .container .text .h2 p {
  color: #fff;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px;
}
.about .container .text .p {
  position: relative;
  z-index: 99;
  color: #fff;
  font-size: 18px;
  margin-top: 100px;
}
.about .figure-a {
  position: absolute;
  bottom: 0;
  height: 235px;
  width: 100%;
  background-color: #4D4D4F;
}

.h2-gallery h2 {
  color: #4D4D4F;
  font-size: 125px;
  font-weight: bold;
  margin-top: 30px;
}

.h2 {
  text-align: center;
  padding: 50px 0;
}
.h2 h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
}
.h2 h2 span {
  color: #BFA481;
}

.broshyura {
  padding-top: 30px;
}
.broshyura .content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.broshyura .content .text {
  width: 30%;
}
.broshyura .content .text p {
  font-size: 18px;
  width: 170%;
  color: #fff;
  letter-spacing: 1px;
}
.broshyura .content .text a {
  background-color: #BFA481;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 15px 35px;
  border: none;
  display: inline-block;
  margin-top: 70px;
  text-align: center;
  transition: 0.3s all;
}
.broshyura .content .text a:hover {
  background-color: #333232;
}
.broshyura .content .text span {
  font-size: 12px;
  color: rgb(141, 140, 140);
  display: block;
  margin-top: 20px;
}
.broshyura .content .text img {
  width: 300px;
  margin-top: 50px;
  margin-left: 30px;
}
.broshyura .content .img {
  width: 65%;
}
.broshyura .content .img .img {
  width: 100%;
}

.carousel-item img {
  height: 800px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(40%);
}
.carousel-item .text .item-h2 h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
}
.carousel-item .text .item-h2 .figure-slider {
  width: 150px;
  height: 1px;
  background-color: #fff;
  margin: 70px auto;
}
.carousel-item .text .item-h2 p {
  width: 50%;
  margin: 0 auto;
}
.carousel-item .text .item-bb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
}
.carousel-item .text .item-bb .item {
  margin: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background: none;
  display: flex;
  color: #fff;
}
.carousel-control-next-icon p, .carousel-control-prev-icon p {
  margin: 0;
  padding: 0;
  align-items: center;
  text-transform: uppercase;
}
.carousel-control-next-icon img, .carousel-control-prev-icon img {
  margin-top: -9px;
  width: 30px;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

.plan {
  text-align: center;
  padding-bottom: 70px;
}
.plan .p {
  padding-bottom: 50px;
  letter-spacing: 2px;
  color: #fff;
  width: 70%;
  margin: 0 auto;
}
.plan .p span {
  color: #BFA481;
}
.plan .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan .items .item {
  margin-bottom: 50px;
  width: 33%;
}
.plan .items .item h3 {
  font-weight: bold;
  font-size: 58px;
  color: #A5A5A5;
  margin-bottom: 20px;
}
.plan .items .item p {
  font-weight: 500;
  color: #A5A5A5;
  font-size: 16px;
  letter-spacing: 2px;
}
.plan .items .item .f-plan {
  height: 90px;
  width: 1px;
  background-color: #A5A5A5;
  opacity: 0.5;
}
.plan .items .br-t {
  border-right: 1px solid #A5A5A5;
}
.plan a {
  background-color: #BFA481;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 15px 35px;
  border: none;
  display: inline-block;
  transition: 0.3s all;
}
.plan a:hover {
  background-color: #333232;
}
.plan h4 {
  color: #fff;
  margin-bottom: 30px;
}

.block-text {
  background-color: #4D4D4F;
  color: #fff;
  text-align: center;
}
.block-text h2 {
  font-size: 35px;
}
.block-text p {
  margin: 0 auto;
  padding: 0;
  width: 50%;
  letter-spacing: 2px;
  line-height: 20px;
}
.block-text span {
  letter-spacing: 2px;
  color: #BFA481;
  font-weight: 500;
}

.form {
  padding: 70px 0;
  text-align: center;
}
.form h2 {
  font-weight: 300;
  color: #BFA481;
  letter-spacing: 2px;
}
.form p {
  padding: 50px 0;
  margin: 0 auto;
  width: 50%;
  color: #fff;
  letter-spacing: 2px;
}
.form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .btn a {
  background-color: #333232;
  border: 1px solid #333232;
  padding: 15px 80px;
  border-radius: 15px;
  margin: 0 10px;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all;
}
.form .btn a:hover {
  border: 1px solid #BFA481;
}
.form .a {
  background-color: #BFA481;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 15px 60px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  transition: 0.3s all;
}
.form .a:hover {
  background-color: #333232;
}
.form form {
  max-width: 400px;
  margin: 0 auto;
}
.form .input-email {
  background-color: #333232;
  border: 1px solid #333232;
  padding: 15px;
  border-radius: 15px;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  outline: none;
  transition: 0.3s all;
}
.form .input-email:hover {
  border: 1px solid #BFA481;
}
.form .btn-email {
  background-color: #BFA481;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 15px 60px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  border: none;
  transition: 0.3s all;
}
.form .btn-email:hover {
  background-color: #333232;
}
.form span {
  text-align: center;
  display: block;
  letter-spacing: 3px;
  color: #BFA481;
  margin-top: 30px;
}

.footer {
  border-top: 1px solid rgb(87, 87, 87);
  padding: 50px 0;
}
.footer .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .items .item {
  text-align: center;
}
.footer .items .tell {
  text-align: left;
  width: 30%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.footer .items .tell p {
  font-size: 14px;
  color: rgb(167, 166, 166);
  padding: 0;
  margin: 0;
}
.footer .items .tell a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  transition: 0.3s all;
}
.footer .items .tell a:hover {
  color: #BFA481;
}
.footer .items .tell .btn {
  background-color: #BFA481;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 30px;
  letter-spacing: 0px;
  transition: 0.3s all;
  width: 250px;
}
.footer .items .tell .btn:hover {
  background-color: #333232;
  color: #fff;
}
.footer .items .idt {
  width: 30%;
  text-align: left;
}
.footer .items .idt span {
  font-size: 14px;
  color: rgb(167, 166, 166);
  width: 80%;
  display: block;
  margin-bottom: 20px;
}
.footer .items .idt .social a img {
  margin-right: 10px;
  width: 30px;
}

.carousel-indicators [data-bs-target] {
  color: #fff;
  text-indent: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0 10px;
}

.carousel-indicators {
  display: flex;
  align-items: center;
}
.carousel-indicators .p-tr {
  color: #fff;
}

.yt-v {
  border-radius: 20px;
  margin: 30px 0;
}

.modal-body {
  padding: 0;
  background-color: transparent;
}

.modal-dialog {
  max-width: 90%;
  background-color: transparent;
  margin: 20px auto;
}
.modal-dialog img {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}

.modal-header {
  border-bottom: none;
}

.modal-content {
  background-color: transparent;
  border: none;
}

.cls {
  position: fixed;
  bottom: 50px;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
}
.cls button {
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: #ffffff;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  border-radius: 100%;
  text-transform: uppercase;
  padding: 15px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  border: none;
  box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.2);
  transition: 0.3s all;
}
.cls button svg {
  width: 40px;
}
.cls button:hover {
  background-color: #333232;
  color: #fff;
}

.tell-m {
  margin: 0 10px;
}

.iti__country {
  display: flex;
  align-items: center;
}
.iti__country span {
  display: flex;
  margin: 0;
  color: #000;
  letter-spacing: normal;
  margin-right: 10px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #fff;
}

.iti__arrow {
  border-top: 4px solid #fff;
}

.iti--separate-dial-code .iti__selected-flag {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.burger-menu {
  z-index: 999;
  position: relative;
}

.burger-menu_button {
  position: relative;
  top: -15px;
  right: 25px;
  z-index: 30;
  width: 60px;
  height: 60px;
  transition: 0.4s;
}

.burger-menu_button:hover .burger-menu_lines {
  filter: brightness(0.7);
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
  position: absolute;
  width: 42px;
  height: 3px;
  background-color: #fff;
  transition: 0.4s;
}

.burger-menu_lines {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.burger-menu_lines::before {
  content: "";
  top: -12px;
}

.burger-menu_lines::after {
  content: "";
  top: 12px;
}

.burger-menu_active .burger-menu_lines {
  background-color: transparent;
}

.burger-menu_active .burger-menu_lines::before {
  top: 0;
  transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.burger-menu_nav {
  padding-top: 80px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: #000;
  overflow-y: auto;
  right: -100%;
  transition: 0.8s;
}

.burger-menu_active .burger-menu_nav {
  right: 0;
  transition: 0.4s;
  width: 70%;
}

.burger-menu_link {
  padding: 18px 35px;
  font-size: 22px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}
.burger-menu_link:hover {
  text-decoration: underline;
  color: #fff;
}

.burger-menu_link:hover {
  filter: brightness(0.9);
}

.burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.burger-menu_active .burger-menu_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  z-index: 10000000000000000;
}

.popup {
  border-radius: 5px;
  text-align: center;
  position: absolute;
  width: 640px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.popup h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 10px;
}

.popup p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

.popup .text {
  width: 100%;
  padding: 20px;
}

.popup .input-email {
  border: 3px solid var(--color-accent);
  box-sizing: border-box;
  border-radius: 25px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 20px;
  padding: 10px;
  line-height: 24px;
  outline: none;
  border: 1px solid #000;
}

.popup .btn-email {
  background-color: #f7d61e;
  padding: 15px 25px;
  color: #000;
  border: none;
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 30px;
  border: none;
  width: 100%;
  padding: 10px;
}

.popup a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
  margin-top: -10px;
  display: block;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
}

.close-popup:before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}
.overlay-1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  z-index: 1;
}

.popup-1 {
  text-align: center;
  position: absolute;
  width: 640px;
  left: 50%;
  top: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.popup-bg {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
}

.popup-bg img {
  margin-bottom: 65px;
}

.popup-bg h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.popup-bg span {
  font-size: 18px;
  font-weight: 400;
}

.close-popup-1 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup-1:before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup-1:after {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup-1 {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}
.js-overlay-campaign-1 img {
  width: 300px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.overlay-2 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  z-index: 1;
}

.popup-2 {
  text-align: center;
  position: absolute;
  width: 640px;
  left: 50%;
  top: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.popup-bg {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
}

.popup-bg img {
  margin-bottom: 65px;
}

.popup-bg h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.popup-bg span {
  font-size: 18px;
  font-weight: 400;
}

.js-popup-campaign-2 {
  max-width: 500px;
}
.js-popup-campaign-2 h4 {
  font-weight: bold;
  font-size: 25px;
}
.js-popup-campaign-2 p {
  font-size: 18px;
  font-weight: 400;
}

.close-popup-2 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup-2:before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup-2:after {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup-2 {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}
.js-overlay-campaign-2 img {
  width: 300px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 1400px) {
  .header .bg .header-top .block-centr {
    font-size: 30px;
  }
  .header .bg .header-content .content .text h1 {
    font-size: 50px;
  }
  .header .bg .header-items .items .item {
    font-size: 15px;
  }
  .header .bg .header-top .block-2 .lang {
    margin-right: 50px;
  }
  .header .bg .header-top .block .m-h {
    margin-left: 50px;
  }
  .filter__result {
    grid-template-columns: repeat(2, 1fr);
  }
  .carousel-item img {
    height: 600px;
  }
  .carousel-item .text .item-bb {
    margin-top: 100px;
  }
  .slider-plus img {
    width: 150px;
  }
  .card h4 {
    bottom: -50px;
    left: -50px;
  }
  .h2 h2 {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  .about .container .text .p {
    font-size: 16px;
  }
  .popup__block {
    flex-direction: column;
  }
}
@media (max-width: 1100px) {
  .header .bg .header-top .logo a img {
    width: 100px;
  }
  .header .bg .header-top .block-2 .tell p {
    font-size: 14px;
  }
  .header .bg .header-top .block-2 .tell a {
    font-size: 14px;
  }
  .header .bg .header-top .block-centr {
    font-size: 25px;
  }
  .broshyura .content .img img {
    width: 90%;
  }
  .carousel-item .text .item-h2 .figure-slider {
    margin: 45px auto;
  }
  .carousel-item .text .item-bb .item {
    font-size: 12px;
  }
  .plan .items .item h3 {
    font-size: 50px;
  }
  .plan .items .item p {
    font-size: 14px;
  }
}
@media (min-width: 991px) {
  .tell-m {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .bg .header-top .block-2 .tell {
    display: none;
  }
  .header .bg .header-top .block .m-h {
    display: none;
  }
  .header .bg .header-top {
    padding: 30px;
  }
  .header .bg .header-top .block a {
    margin-left: 0;
  }
  .header .bg .header-top .block {
    width: 33%;
    text-align: left;
  }
  .header .bg .header-top .block-centr {
    text-align: center;
    width: 33%;
  }
  .header .bg .header-top .block-2 {
    width: 33%;
    text-align: center;
    justify-content: flex-end;
  }
  .about .container .text .p {
    font-size: 15px;
  }
  .modal-dialog img {
    height: auto;
  }
}
@media (max-width: 800px) {
  .block-text p {
    width: 100%;
  }
  .filter__result {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
  .header .bg .header-content .content {
    flex-direction: column;
  }
  .header .bg .header-content .content .text {
    text-align: center;
    width: 50%;
    margin: 30px 0;
  }
  .header .bg .header-content .content .text p {
    margin-bottom: 30px;
  }
  .header .bg {
    height: auto;
  }
  .header .bg .header-items {
    padding-bottom: 30px;
  }
  .art-block .items {
    flex-direction: column;
  }
  .art-block .items .item {
    margin: 30px 0;
    width: 100%;
  }
  .art-block {
    padding: 30px;
  }
  .about .container .img {
    width: 35%;
    align-self: flex-end;
  }
  .about .container .img img {
    width: 100%;
  }
  .about .container .text {
    width: 55%;
    margin: 0;
  }
  .about .container .text .p {
    margin-top: 0;
  }
  .about .container {
    justify-content: space-between;
    align-items: center;
  }
  .about .container .text .h2 h2 {
    font-size: 40px;
  }
  .about .container .text .p {
    font-size: 14px;
  }
  .about .figure-a {
    height: 150px;
  }
  .h2-gallery h2 {
    font-size: 100px;
  }
  .h2 h2 {
    font-size: 25px;
  }
  .filter {
    flex-direction: column;
  }
  .filter__table {
    width: 100%;
    max-width: 100%;
  }
  .info-whith-line input {
    width: 50%;
    max-width: 50%;
  }
  .header .bg .header-items .items {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .header .bg .header-items .items .item {
    margin: 0 10px;
    white-space: nowrap;
  }
  .slider-plus {
    height: 400px;
  }
  .broshyura .content .text {
    width: 100%;
  }
  .broshyura .content .text p {
    width: 100%;
  }
  .broshyura .content .img {
    width: 100%;
  }
  .broshyura .content .img img {
    width: 140%;
  }
  .header .bg .header-top .block-centr {
    font-size: 20px;
  }
  .filter__result {
    margin-left: 0;
  }
  .p-tr {
    color: #fff;
  }
  .carousel-indicators [data-bs-target] {
    white-space: nowrap;
  }
  .filter {
    margin-bottom: 70px;
  }
}
@media (max-width: 700px) {
  .header .bg .header-content .content .text {
    width: 100%;
  }
  .filter__result {
    grid-template-columns: repeat(1, 1fr);
  }
  .broshyura .content .text a {
    margin-top: 30px;
  }
  .carousel-item .text .item-bb {
    flex-direction: column;
  }
  .img-rw {
    display: none;
  }
  .plan .items {
    flex-direction: column;
  }
  .plan .items .item {
    width: 100%;
  }
  .plan .items .br-t {
    border-right: none;
    border-bottom: 1px solid #A5A5A5;
    padding-bottom: 30px;
  }
  .footer .items {
    flex-direction: column;
  }
  .footer .items .item {
    text-align: left;
    width: 100%;
  }
  .footer .items .tell {
    flex-direction: column;
    justify-content: start;
    margin-bottom: 30px;
  }
  .footer .items .tell .btn {
    display: block;
    width: 280px;
  }
  .form .btn {
    flex-direction: column;
  }
  .form .btn a {
    margin-bottom: 10px;
    width: 50%;
  }
  .header .bg .header-content .content .text h1 {
    font-size: 40px;
  }
  .carousel-item .text .item-h2 .figure-slider {
    margin: 30px auto;
  }
  .carousel-item .text .item-h2 h2 {
    font-size: 25px;
  }
  .carousel-item .text .item-h2 p {
    width: 100%;
  }
  .broshyura .content .text img {
    display: none;
  }
  .broshyura .content .img img {
    width: 100%;
    margin-top: 30px;
  }
  .broshyura .content {
    flex-direction: column;
  }
  .footer .items .tell {
    text-align: center;
  }
  .footer .items .item {
    text-align: center;
  }
  .footer .items .idt span {
    width: 100%;
  }
  .footer .items .tell .btn {
    margin: 0 auto;
    margin-top: 20px;
  }
  .carousel-indicators [data-bs-target] {
    font-size: 12px;
  }
  .carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
  }
  .about .container .img .img-a {
    display: none;
  }
  .about .container .img .a-mg {
    width: 150%;
  }
  .about .container .text {
    padding-left: 0;
  }
  .filter__popup {
    padding: 15px;
  }
  .filter__popup__close {
    width: 50px;
    height: 50px;
  }
  .filter__popup__close span {
    width: 20px;
    height: 2px;
  }
  .filter__popup__close span:first-child {
    transform: translate(10px) rotate(45deg);
  }
  .filter__popup__close span:last-child {
    transform: translate(-10px) rotate(-45deg);
  }
  .filter__popup__content__main__left img {
    height: 150px;
  }
  .filter__popup__content__main__left {
    flex: 0;
  }
  .filter__popup__content__main__right {
    padding: 0;
  }
  .filter__popup__content__main__right__number a {
    font-size: 16px;
  }
  .filter__popup__content__main__right__number {
    width: 100%;
    text-align: center;
  }
  .popup__info__block p:first-child {
    font-size: 16px;
  }
  .popup__info__block p:last-child {
    font-size: 12px;
  }
  .popup__info__block {
    margin-bottom: 15px;
  }
  .filter__popup__content__main__right__info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
  .form .btn a {
    width: 100%;
  }
  .h2 {
    padding: 30px 0;
  }
  .broshyura .content .text {
    width: 100%;
  }
  .broshyura .content .text p {
    width: 100%;
  }
  .plan .p, .form p {
    width: 100%;
  }
  .header .bg .header-top .block-2 .lang {
    margin-right: 30px;
  }
  .header .bg .header-top .block-centr {
    font-size: 16px;
  }
  .header .bg .header-top .logo a img {
    width: 70px;
  }
  .header .bg .header-content .content .text a {
    white-space: normal;
    font-size: 12px;
  }
  .h2-gallery h2 {
    font-size: 60px;
  }
  .filter__table__footer button {
    letter-spacing: 2px;
    font-size: 16px;
  }
  .broshyura .content .text p {
    font-size: 16px;
  }
  .carousel-control-next, .carousel-control-prev {
    align-items: flex-start;
    padding-top: 150px;
  }
  .carousel-caption {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .carousel-control-next-icon {
    margin-right: 80px;
  }
  .block-text p br {
    display: none;
  }
  .form {
    padding: 30px 0;
  }
  .header .bg .header-content .content .form-header {
    padding: 20px 40px;
    width: 100%;
    padding: 0;
  }
  .plan a {
    font-size: 12px;
  }
  .form .a {
    margin-top: 15px;
  }
  .form span {
    font-size: 14px;
  }
  .form .input-email {
    margin-top: 0px;
  }
  .block-text h2 {
    font-size: 25px;
  }
  .header .bg .header-items {
    margin-top: 20px;
  }
  .about .container {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 0;
  }
  .about .container .img {
    width: 100%;
    align-items: flex-end;
    align-self: start;
  }
  .about .container .img .a-mg {
    width: 100%;
  }
  .about .container .text {
    width: 100%;
    background-color: #4D4D4F;
    padding: 20px;
  }
  .about .container .text .h2 {
    margin-left: 0;
    padding-top: 0;
  }
  .cls button svg {
    width: 20px;
  }
  .header .bg .header-content .content .text h1 {
    font-size: 35px;
  }
  .carousel-item .text .item-h2 {
    font-size: 14px;
  }
  .filter__popup__content__main__right__bedroom {
    font-size: 20px;
    letter-spacing: normal;
  }
}
@media (max-width: 450px) {
  .carousel-indicators [data-bs-target] {
    font-size: 10px;
    padding: 5px 0;
  }
  .carousel-indicators {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .carousel-indicators [data-bs-target] {
    font-size: 10px;
    padding: 0 5px;
    border: none;
    font-size: 12px;
  }
  .carousel-indicators .p-tr {
    display: none;
  }
}
@media (max-width: 350px) {
  .header .bg .header-top .block-centr {
    font-size: 14px;
  }
  .header .bg .header-content .content .text a {
    font-size: 10px;
  }
  .filter__table__head p {
    font-size: 16px;
  }
  .filter__table__footer button {
    font-size: 14px;
  }
  .yt-v {
    height: 350px;
  }
  .plan {
    padding-bottom: 30px;
  }
  .form p {
    padding-top: 30px;
  }
  .form .input-email {
    width: 90%;
  }
  .h2-gallery h2 {
    font-size: 50px;
  }
}
.tr5-34 {
  display: flex;
  align-items: center;
}
.tr5-34 select {
  height: 50px;
  background-color: transparent;
  border: 1px solid #BFA481;
  color: #fff;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  font-size: 11px;
}
.tr5-34 select option {
  background-color: #000;
}
.tr5-34 .input-email {
  height: 50px;
}

.tr5-34 {
  margin-bottom: 20px;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */