.main {
  padding-top: 120px;
}
.main .section__title {
  color: #bda487;
}
.main .main__item {
  display: flex;
  background: #ffffff;
  border: 1px solid #bda487;
  box-shadow: 0px 4px 20px 5px rgba(189, 164, 135, 0.25);
  width: 100%;
}
.main .main__item .main__subname {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 8px;
  font-size: 24px;
  color: #181818;
  text-align: center;
  margin: 0;
}
.main .main__item .main__name {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #bda487;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
}
.main .main__item .main__name a {
  color: #fff;
  text-decoration: underline;
}
.main .main__item .main__name a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1401px) {
  .main .main__item .main__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .main .container {
    max-width: 100%;
  }
  .main .main__item {
    flex-direction: column;
  }
  .main .main__item .main__name {
    height: 100%;
  }
  .main .main__item .main__subname {
    flex-shrink: 0;
  }
  .main .main__item .main__name,
  .main .main__item .main__subname {
    width: 100%;
    min-height: 85px;
  }
}
.payment {
  padding: 70px 0;
}
.payment .section__title {
  color: #ac8d68;
}
.payment .payment__item {
  min-height: 135px;
  width: 100%;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #bda487;
  border-radius: 3px;
  max-width: 350px;
  margin: 0 auto;
}
.payment .payment__item p {
  color: #ffffff;
}
.payment .payment__item p.payment_subname {
  font-size: 18px;
  margin-bottom: 10px;
}
.payment .payment__item p.payment_name {
  font-weight: 600;
  font-size: 36px;
}

.advanteges {
  padding: 70px 0;
}
.advanteges .section__title {
  color: #ac8d68;
}
.advanteges .advanteges__content {
  position: relative;
  padding-bottom: 60px;
}
.advanteges .advanteges__content .text__content {
  max-height: 350px;
  overflow-y: auto;
}
.advanteges .advanteges__content .text__content p {
  font-size: 16px;
}
.advanteges .advanteges__content li {
  font-size: 16px;
}
.advanteges .advanteges__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 8px);
  height: 100%;
}
.advanteges .advanteges__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.advanteges .advanteges__list .advanteges__item {
  width: 50%;
  padding-right: 16px;
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  padding-left: 0;
}
.advanteges .advanteges__list .advanteges__item::before {
  display: none;
}
.advanteges .advanteges__list .advanteges__item .advanteges__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background-color: #fff;
  flex-shrink: 0;
}
.advanteges .advanteges__list .advanteges__item .advanteges__icon img {
  max-width: 40px;
  max-height: 40px;
}
.advanteges .advanteges__list .advanteges__item p {
  font-size: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .advanteges .advanteges__bg {
    width: 100%;
    position: static;
    margin-top: 30px;
    height: 350px;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 576px) {
  .advanteges .advanteges__list .advanteges__item {
    width: 100%;
  }
}
.structure {
  padding: 80px 0;
}
.structure .section__title {
  color: #ac8d68;
}
.structure .structure__block {
  width: 100%;
}
.structure .structure__gallary a {
  display: block;
  height: 570px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.structure .structure__gallary a:not(:first-child) {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.structure .structure__gallary a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.8s ease-out;
}
.structure .structure__gallary a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/search.svg) no-repeat center/40px;
  transition: all 0.8s ease-out;
  z-index: 5;
}
.structure .structure__gallary a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.678) 0%, rgba(57, 54, 59, 0.17) 100%);
  transition: all 0.8s ease-out;
  z-index: 5;
}
.structure .structure__gallary a:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-out;
}
.structure .structure__gallary a:hover:before {
  opacity: 1;
  transition: all 0.4s ease-out;
}
.structure .structure__thumb {
  min-height: 190px;
  margin-left: 0;
  margin-right: 0;
  width: -moz-max-content;
  width: max-content;
}
.structure .structure__thumb .structure__btn {
  width: auto;
  height: auto;
  display: flex;
  background: none;
  cursor: pointer;
  padding: 5px 0;
  color: #212529;
  font-size: 24px;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: transparent;
  font-family: "DM Serif Display", serif;
}
.structure .structure__thumb .structure__btn.swiper-slide-thumb-active {
  color: #ac8d68;
  border-color: #bda588;
}
.structure .structure__arrows {
  width: 135px;
}
.structure .structure__arrows .structue__arrow {
  background: none;
  border: none;
  display: flex;
  cursor: pointer;
}
.structure .structure__arrows .structue__arrow:hover path {
  fill: #ac8d68;
}

@media screen and (max-width: 1401px) {
  .structure .structure__gallary a {
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .structure .container {
    max-width: 100%;
  }
  .structure .structure__thumb {
    min-height: auto;
  }
  .structure .structure__arrows {
    width: 110px;
  }
  .structure .structure__arrows .structue__arrow {
    width: 20px;
  }
  .structure .structure__gallary a {
    height: 400px;
  }
}
.gallary {
  overflow: hidden;
  padding: 50px 0;
}
.gallary .section__title {
  color: #bda487;
}
.gallary .gallary__nav {
  display: flex;
  flex-direction: column;
}
.gallary .gallary__btn {
  margin: 0 0 15px;
  cursor: pointer;
  padding: 11px 0;
  font-size: 16px;
  color: #212529;
  font-size: 1.06667rem;
  line-height: 18px;
  position: relative;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.gallary .gallary__btn.active {
  border-color: #bda588;
}
.gallary .gallary__offer {
  height: 495px;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.gallary .gallary__offer > * {
  pointer-events: all;
}
.gallary .gallary__block {
  height: 495px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  opacity: 0;
  pointer-events: none;
  z-index: -11;
}
.gallary .gallary__block.active {
  opacity: 1;
  pointer-events: all;
  z-index: 5;
}
.gallary .gallary__block .gallary__overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: 5;
}
.gallary .gallary__block .gallary__arrows {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 7;
}
.gallary .gallary__block .gallary__arrow {
  width: 22px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 22px);
  z-index: 5;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.gallary .gallary__block .gallary__arrow:hover path {
  fill: #ac8d68;
}
.gallary .gallary__block .gallary__arrow svg {
  width: 22px;
  height: 34px;
}
.gallary .gallary__block .gallary__arrow.gallary__right {
  margin-left: 90px;
}
.gallary .gallary__swiper {
  height: 495px;
  width: 100%;
}
.gallary .gallary__swiper .swiper-slide {
  width: 800px;
}
.gallary .gallary__swiper a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
}
.gallary .gallary__swiper a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(1.3);
  background: url(../img/search.svg) no-repeat center/40px;
  z-index: 5;
  transition: all 0.8s ease-out;
  pointer-events: none;
}
.gallary .gallary__swiper a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.678) 0%, rgba(57, 54, 59, 0.17) 100%);
  transition: all 0.8s ease-out;
  z-index: 5;
}
.gallary .gallary__swiper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.8s ease-out;
}
.gallary .gallary__swiper a:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-out;
}
.gallary .gallary__swiper a:hover:after {
  transform: scale(1);
  transition: all 0.4s ease-out;
  opacity: 1;
}
.gallary .gallary__swiper a:hover:before {
  opacity: 1;
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 1401px) {
  .gallary .gallary__offer,
  .gallary .gallary__block,
  .gallary .gallary__swiper {
    height: 450px;
  }
  .gallary .gallary__btn {
    margin: 7px 0;
  }
}
@media screen and (max-width: 991px) {
  .gallary .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gallary .gallary__offer {
    height: auto;
  }
  .gallary .gallary__block.active {
    position: relative;
    left: 0;
    top: initial;
  }
  .gallary .gallary__block {
    padding: 50px 12px 0;
  }
  .gallary .gallary__nav {
    flex-direction: row;
  }
  .gallary .gallary__btn {
    margin-right: 15px;
  }
  .gallary .gallary__block .gallary__arrows {
    bottom: auto;
    top: 0;
  }
  .gallary .gallary__block .gallary__arrow {
    width: 20px;
    height: 33px;
  }
  .gallary .gallary__block .gallary__arrow.gallary__right {
    margin-left: 74px;
  }
}
.location {
  padding: 36px 0;
  min-height: 500px;
  margin-top: 80px;
}
.location .section__title {
  color: #ac8d68;
}
.location p, .location li {
  color: #fff;
}
.location:before {
  content: "";
  display: block;
  width: calc(50% + 115px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #000000 0%, #39363b 99.98%);
  box-shadow: 30px 4px 30px 10px rgba(0, 0, 0, 0.25);
  z-index: 4;
  pointer-events: none;
}
.location .container {
  pointer-events: none;
  z-index: 5;
}
.location .text__content {
  max-height: 350px;
  overflow-y: auto;
  pointer-events: all;
}
.location .text__content p, .location .text__content li {
  font-size: 16px;
}
.location iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 150%;
}

@media screen and (max-width: 991px) {
  .location:before {
    display: none;
  }
  .location iframe {
    margin-top: 30px;
    position: static;
    height: 400px;
  }
  .location p, .location li {
    color: #212529;
  }
}/*# sourceMappingURL=single.css.map */