:root {
  --red-color: #FF5C5C;
  --green-color: #5DF25D;
  --black-color: #171717;
  --white-color: #fff;
  --text-color: #ADADAD;
  --main-font: "Sharp Grotesk DB Cyr Book 20 Regular",
  --transition: all .25s ease, ;
}

@font-face {
  font-family: "Sharp Grotesk DB Cyr Book 20 Regular";
  src: url("../fonts/8be7a3df6ed0f00122b5713e0b670a04.eot");
  /* IE9*/
  src: url("../fonts/8be7a3df6ed0f00122b5713e0b670a04.eot?#iefix") format("embedded-opentype"), url("../fonts/8be7a3df6ed0f00122b5713e0b670a04.woff2") format("woff2"), url("../fonts/8be7a3df6ed0f00122b5713e0b670a04.woff") format("woff"), url("../fonts/8be7a3df6ed0f00122b5713e0b670a04.ttf") format("truetype"), url("../fonts/8be7a3df6ed0f00122b5713e0b670a04.svg#Sharp Grotesk DB Cyr Book 20 Regular") format("svg");
  /* iOS 4.1- */
}
* {
  box-sizing: border-box;
}

body {
  font-family: var(--main-font);
  font-size: 15px;
  background-color: #000;
  color: var(--white-color);
}

.container {
  max-width: 1340px;
}

.btn-reset, .is-fullscreen .btn-app-menu {
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  font-size: 16px;
  font-weight: 400;
  color: #656565;
}

.form-control {
  border: 1px solid #C1C1C1;
  border-radius: 0;
  box-shadow: none !important;
  outline: 0;
  min-height: 44px;
}

.app-header {
  background-color: #171717;
  color: var(--text-color);
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  position: sticky;
  top: -53px;
  z-index: 90;
}
.app-header .upper-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.app-header .upper-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767.98px) {
  .app-header .upper-header .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .app-header .upper-header .upper-left {
    margin-bottom: 5px;
  }
}
.app-header .upper-header .nav li:not(:last-child) {
  margin-right: 20px;
}
.app-header .upper-header .nav .nav-item {
  color: var(--text-color);
}
.app-header .upper-header .nav .nav-item a {
  color: var(--text-color);
  text-decoration: none;
}
.app-header .upper-header .nav .nav-item a:hover {
  color: #FFF;
}
.app-header .upper-header .nav .nav-item .icon {
  margin-right: 0.5rem;
  display: inline-block;
}
.app-header .lower-header {
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .app-header .lower-header {
    padding-top: 5px;
  }
}
.app-header .lower-header .nav {
  align-items: center;
}
.app-header .lower-header .nav li:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 767.98px) {
  .app-header .lower-header .nav li:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .app-header .lower-header .nav .appMenuBtn {
    margin-left: auto;
  }
}
.app-header .lower-header .nav .nav-item {
  color: var(--white-color);
  font-weight: 500;
  font-size: 18px;
}
.app-header .lower-header .nav .nav-item a {
  transition: all 0.25s ease;
  color: var(--white-color);
  padding-right: 0;
  padding-left: 0;
}
.app-header .lower-header .nav .nav-item a.active, .app-header .lower-header .nav .nav-item a:hover {
  color: var(--text-color);
}
.app-header .lower-header .logo-item {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .app-header .lower-header .logo-item {
    max-width: 150px;
  }
}
.app-header .lower-header .logo-item img {
  width: 100%;
}
.app-header .lower-header .menuButton {
  font-size: 24px;
  cursor: pointer;
  transition: all 0.25s ease;
  color: var(--text-white);
}
.app-header .lower-header .menuButton:hover {
  color: var(--text-color);
}

.wrapUpperContent {
  align-items: center;
  padding: 15px 0;
}

@media (max-width: 991.98px) {
  .mobile-hidden {
    display: none !important;
  }

  .mobile-show {
    display: flex !important;
  }
}
.app-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 100vh;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.app-menu .wrapAppMenu {
  height: 100vh;
  overflow: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 991.98px) {
  .app-menu .wrapAppMenu {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.app-menu.open-menu {
  visibility: visible;
  opacity: 1;
}
.app-menu .app-menu-logo img {
  width: 200px;
}
.app-menu .close-app-menu {
  width: 50px;
  padding: 7px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.app-menu .close-app-menu svg {
  width: 35px;
  height: 35px;
}
.app-menu .close-app-menu:hover {
  opacity: 1;
}
.app-menu .menu-wrap {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .app-menu .menu-wrap {
    margin-top: 0;
  }
}
.app-menu .menu-wrap .nav {
  flex: 0.33;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .app-menu .menu-wrap .nav {
    flex: 0.5;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .app-menu .menu-wrap .nav {
    flex: 0 0 100%;
  }
}
.app-menu .menu-wrap .nav .nav-item {
  font-family: var(--main-font);
}
.app-menu .menu-wrap .nav .nav-item:not(:last-child) {
  margin-bottom: 0.2rem;
}
.app-menu .menu-wrap .nav .nav-item.title {
  font-weight: bold;
  font-size: 20px;
  color: var(--red-color);
  min-height: 36px;
}
@media (max-width: 767.98px) {
  .app-menu .menu-wrap .nav .nav-item.title {
    font-size: 18px;
    min-height: unset;
  }
}
.app-menu .menu-wrap .nav .nav-item .nav-link {
  color: #fff;
  font-size: 46px;
  padding: 5px 0;
  font-family: var(--main-font);
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.app-menu .menu-wrap .nav .nav-item .nav-link:hover {
  opacity: 0.7;
}
@media (max-width: 991.98px) {
  .app-menu .menu-wrap .nav .nav-item .nav-link {
    font-size: 26px;
    letter-spacing: 0;
    padding: 4px 0;
  }
}

.btn {
  padding: 12px 30px;
  border-radius: 0;
  font-family: var(--main-font);
}
.btn .icon {
  margin-left: 0.4rem;
  transition: all 0.25s ease;
  position: relative;
  display: inline-block;
}
.btn:hover .icon {
  transform: translateX(0.4rem);
}

.btn-main {
  background-color: var(--red-color);
  color: #fff;
  border: 1px solid var(--red-color);
}
.btn-main:hover {
  color: #fff;
}

.btn-main-outline {
  border: 1px solid var(--red-color);
  background-color: transparent;
  color: var(--red-color);
}
.btn-main-outline:hover {
  color: var(--red-color);
}

.page {
  padding-bottom: 3rem;
}

.hero-section {
  background-size: 100%;
  background-image: url("../images/heroHome.png");
  background-color: #000;
  background-repeat: no-repeat;
  min-height: calc(100vh - 200px);
  position: relative;
}
@media (max-width: 767.98px) {
  .hero-section {
    background-size: cover;
    background-position: center center;
  }
}
.hero-section .social-links {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
@media (max-width: 767.98px) {
  .hero-section .social-links {
    display: none;
  }
}
.hero-section .social-links a {
  font-size: 18px;
  color: #fff;
  padding: 5px;
  display: block;
  transition: all 0.25s ease;
}
.hero-section .social-links a:hover {
  color: var(--text-color);
}
.hero-section .social-links:before {
  position: absolute;
  top: 110%;
  width: 1px;
  background-color: var(--red-color);
  height: 70px;
  left: 50%;
  content: "";
  opacity: 0.8;
}
.hero-section .content {
  padding-top: 220px;
  padding-bottom: 350px;
}
@media (max-width: 767.98px) {
  .hero-section .content {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
.hero-section .content h1 {
  color: var(--white-color);
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
  font-family: var(--main-font);
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .hero-section .content h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
  }
}

.title-med {
  font-size: 44px;
  font-weight: bold;
  color: var(--white-color);
}

.section-about {
  position: relative;
  margin-top: -200px;
  z-index: 2;
  background: transparent linear-gradient(0deg, #000000 70%, #00000097 85%, #00000000 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .section-about {
    padding-bottom: 0;
    margin-top: -100px;
  }
}
.section-about:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32%;
  height: 320px;
  background-color: var(--red-color);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-about:after {
    display: none;
  }
}
.section-about img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.section-about .content {
  padding: 140px 0 40px 120px;
}
@media (max-width: 767.98px) {
  .section-about .content {
    padding: 60px 0 40px 0;
  }
}
.section-about .content p {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 36px;
}

.main-color {
  color: var(--red-color);
}

.section-title {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

.section-subtitle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

.lead {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 400;
}

.section-featured {
  width: 100%;
  overflow-x: hidden;
  padding-top: 5rem;
}
.section-featured .featured-slider {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
.section-featured .swiper-button-action {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  z-index: 4;
  font-size: 40px;
  outline: 0;
  box-shadow: none;
  opacity: 0.5;
  transition: all 0.25s ease;
}
.section-featured .swiper-button-action.swiper-button-disabled {
  opacity: 0.3 !important;
  pointer-events: none;
}
.section-featured .swiper-button-action:hover:not(.swiper-button-disabled) {
  opacity: 1;
}
.section-featured .featured-button-prev {
  left: 20px;
}
.section-featured .featured-button-next {
  right: 20px;
}

.featured-item {
  height: 450px;
  width: 100%;
  max-width: 370px;
  position: relative;
  transition: all 0.4s ease;
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .featured-item {
    max-width: 350px;
  }
}
.featured-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-item .item-content {
  position: absolute;
  padding: 1.2rem;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.25s ease;
  background: transparent linear-gradient(0deg, #000000 20%, #00000097 55%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.featured-item .item-content .item-title {
  color: var(--white-color);
  opacity: 0.8;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}
.featured-item .item-content .item-price {
  color: var(--green-color);
  font-size: 34px;
  font-weight: 600;
  display: none;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  transition: all 0.25s ease;
}
@media (max-width: 767.98px) {
  .featured-item .item-content .item-price {
    font-size: 26px;
  }
}
.featured-item .item-content .btn {
  display: none;
  transition: all 0.25s ease;
}
.featured-item.swiper-slide-active {
  transform: scale(1.1, 1.16);
  z-index: 3;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .featured-item.swiper-slide-active {
    transform: 1;
  }
}
.featured-item.swiper-slide-active .item-content .item-title {
  color: var(--white-color);
  font-size: 32px;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .featured-item.swiper-slide-active .item-content .item-title {
    font-size: 26px;
  }
}
.featured-item.swiper-slide-active .item-content .item-price {
  display: block;
}
.featured-item.swiper-slide-active .item-content .btn {
  display: block;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.section-header .section-title {
  text-align: left;
}
.section-header .nav {
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-header .nav {
    justify-content: flex-start;
  }
}
.section-header .nav li {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.9;
}
.section-header .nav li a {
  margin-left: 20px;
  padding: 5px 10px;
  border: 1px solid transparent;
  color: var(--text-color);
}
@media (max-width: 767.98px) {
  .section-header .nav li a {
    margin-left: 10px;
  }
}
.section-header .nav li a.is-active {
  color: #fff;
  border-color: #333;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}
.breadcrumb .breadcrumb-item {
  color: #B2B2B2;
}
.breadcrumb .breadcrumb-item a {
  color: #B2B2B2;
}

.section-recommended {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow-x: hidden;
}
.section-recommended .swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: right;
}
.section-recommended .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.4;
  margin: 3px;
}
.section-recommended .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .swiper-wrapper .th-item {
    width: 350px;
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .swiper-wrapper .th-item {
    height: unset;
    min-height: 300px;
  }
}

.th-item {
  height: 460px;
  position: relative;
  transition: all 0.25s ease;
  width: 100%;
  max-width: 640px;
}
@media (max-width: 767.98px) {
  .th-item {
    max-width: 350px;
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .th-item {
    max-width: 100%;
    height: unset;
    min-height: 300px;
  }
}
.th-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.th-item .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
}
.th-item .item-content .content {
  padding: 0.7rem 1.2rem;
  background: #2c2c2c 0% 0% no-repeat padding-box;
  width: 100%;
}
.th-item .item-content .content .upper-nav li {
  font-size: 18px;
  font-weight: 600;
}
.th-item .item-content .content .nav {
  margin-top: 10px;
}
.th-item .item-content .content .nav li {
  font-size: 18px;
}
.th-item .item-content .content .nav li:not(:last-child) {
  margin-right: 20px;
}
.th-item .item-content .content .nav li .icon {
  margin-right: 5px;
}
.th-item .item-content .btn {
  min-width: 70px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.1);
  transform-origin: bottom right;
}
@media (max-width: 767.98px) {
  .th-item .item-content .btn {
    min-width: 46px;
    width: 46px;
    height: 46px;
  }
}
.th-item.th-item-style {
  margin-bottom: 2rem;
}
.th-item.th-item-style .upper-nav {
  flex-direction: column;
}
.th-item.th-item-style .title-item {
  font-size: 20px;
  margin-bottom: 5px;
}
.th-item.th-item-style .btn-favorite {
  color: var(--text-color);
  display: inline-block;
  font-size: 18px;
}
.th-item.th-item-style .btn-favorite:hover {
  color: #fff;
}
.th-item.th-item-style .btn-favorite.is-favorite {
  color: var(--red-color);
}
.th-item.th-item-style .item-content .content .list-info {
  align-items: center;
  overflow: hidden;
}
.th-item.th-item-style .item-content .content .list-info li:not(.best-value) {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  text-transform: capitalize;
  width: 56px;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.th-item.th-item-style .item-content .content .list-info li:not(.best-value):not(:last-child) {
  margin-right: 10px;
}
.th-item.th-item-style .item-content .content .list-info li:not(.best-value) .text {
  display: inline-block;
  margin-left: 15px;
  transition: all 0.3s ease;
}
.th-item.th-item-style .item-content .content .list-info li:not(.best-value):hover {
  width: 124px;
}
.th-item.th-item-style .item-content .content .list-info li:not(.best-value):hover .text {
  margin-left: 10px;
}
.th-item.th-item-style .item-content .content .list-info .best-value {
  padding: 8px 15px;
  color: #fff;
  background-color: #02B539;
  border-radius: 25px;
  font-size: 14px;
}

.app-footer {
  background-color: #191919;
  padding: 4rem 0 0;
  overflow-x: hidden;
  position: relative;
  padding-top: 180px;
  position: relative;
}
@media (max-width: 767.98px) {
  .app-footer {
    padding-top: 120px;
  }
}
.app-footer:before {
  width: 30%;
  height: 110px;
  top: 0;
  left: 0;
  background-color: var(--red-color);
  content: "";
  z-index: 1;
  position: absolute;
}
@media (max-width: 767.98px) {
  .app-footer:before {
    height: 60px;
    width: 40%;
  }
}
.app-footer:after {
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  background-color: #000;
  content: "";
  position: absolute;
}
@media (max-width: 767.98px) {
  .app-footer:after {
    height: 60px;
  }
}
.app-footer .nav-logos li:not(:last-child) {
  margin-right: 80px;
}
.app-footer .nav-logos li img {
  max-width: 100px;
}
.app-footer .nav-links {
  margin-top: 2rem;
}
.app-footer .nav-links li a {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.app-footer .nav-links li a:hover {
  color: var(--text-color);
}
.app-footer .form-stay-in-touch {
  position: relative;
  padding: 3rem 0 3rem 3rem;
  background-color: #000;
  text-align: center;
}
@media (max-width: 767.98px) {
  .app-footer .form-stay-in-touch {
    padding: 1.2rem;
    margin-top: 1rem;
  }
}
.app-footer .form-stay-in-touch .content {
  position: relative;
  z-index: 2;
}
.app-footer .form-stay-in-touch:before {
  background-color: #000;
  content: "";
  left: 0;
  width: 50vw;
  top: 0;
  height: 100%;
  position: absolute;
}
.app-footer .form-stay-in-touch h2 {
  font-size: 40px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.app-footer .form-stay-in-touch p {
  font-size: 16px;
  margin-bottom: 2rem;
}
.app-footer .form-stay-in-touch .form-control {
  background-color: transparent;
  border: 1px solid #707070;
  border-radius: 0;
  box-shadow: none;
  min-height: 50px;
  color: #fff;
}
.app-footer .lower-footer {
  margin-top: 4rem;
  border-top: 1px solid #707070;
  padding: 25px 0;
}
.app-footer .lower-footer .copyright {
  margin: 0;
  font-size: 14px;
}
.app-footer .lower-footer .social-links {
  align-items: center;
}
.app-footer .lower-footer .social-links li:first-child {
  margin-right: 20px;
}
.app-footer .lower-footer .social-links li a {
  color: #fff;
  display: inline-block;
  padding: 5px;
}

.main-section {
  background-size: 100%;
  background-image: url("../images/heroHome.png");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  position: relative;
}
@media (max-width: 767.98px) {
  .main-section {
    min-height: 350px;
    background-size: cover;
  }
}
.main-section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to top, #000, transparent);
  content: "";
  top: 0;
  left: 0;
}

.has-main-section {
  position: relative;
  z-index: 2;
  margin-top: -280px;
}

.article {
  background-color: #fff;
  padding: 2rem;
}
.article .social-share {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.article .social-share li {
  margin-left: 10px;
}
.article .social-share li a {
  color: #000;
  opacity: 0.6;
  display: inline-block;
  font-size: 18px;
}
.article .social-share li a:hover {
  opacity: 1;
}
.article .head-article {
  margin-bottom: 2rem;
}
.article .head-article .article-title {
  font-size: 50px;
  color: #000;
  font-weight: 600;
}
.article .head-article .article-date {
  font-size: 16px;
  color: #656565;
}
.article .article-content {
  margin-top: 1rem;
  color: #000;
}
.article .article-content p {
  margin-bottom: 1rem;
  font-size: 18px;
  color: #000;
}

.page-fullscreen .app-header {
  display: none !important;
}

.is-fullscreen {
  background-color: #fff;
  color: #000;
  width: 100%;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.is-fullscreen .app-logo {
  width: 180px;
  margin-bottom: 2rem;
}
.is-fullscreen .app-logo img {
  width: 100%;
}
.is-fullscreen:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background-image: url("../images/about-bg.png");
  background-size: cover;
}
@media (max-width: 991.98px) {
  .is-fullscreen {
    padding-top: 100px;
  }
  .is-fullscreen:before {
    width: 100%;
    height: 100px;
  }
}
.is-fullscreen .container {
  position: relative;
}
@media (max-width: 991.98px) {
  .is-fullscreen .container {
    position: static;
    padding: 2rem;
  }
}
.is-fullscreen .btn-app-menu {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .is-fullscreen .btn-app-menu {
    top: 18px;
  }
}

.propartie-page .image {
  width: 100%;
  height: 400px;
}
@media (max-width: 767.98px) {
  .propartie-page .image {
    height: unset;
  }
}
.propartie-page .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.98px) {
  .propartie-page .image img {
    min-height: 150px;
  }
}
.propartie-page .wrap-card-details {
  background-color: #292929;
  min-height: 400px;
  padding: 2rem;
  display: flex;
  justify-content: flex-end;
}
.propartie-page .card-details {
  max-width: 935px;
  width: 100%;
}
.propartie-page .card-details .main-title {
  font-size: 54px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .propartie-page .card-details .main-title {
    font-size: 40px;
  }
}
.propartie-page .card-details .lower-content {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.propartie-page .card-details .lower-content .left-info .price {
  color: #FF5C5C;
  font-size: 24px;
  margin-bottom: 0;
}
.propartie-page .card-details .lower-content .left-info .sale-tag {
  font-size: 20px;
  color: #02B539;
}
.propartie-page .card-details .lower-content .right-info {
  margin-left: 4rem;
}
@media (max-width: 767.98px) {
  .propartie-page .card-details .lower-content .right-info {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.propartie-page .card-details .lower-content .right-info .nav li {
  color: #fff;
  background: #3E3838 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  padding: 8px 20px;
  font-size: 18px;
}
.propartie-page .card-details .lower-content .right-info .nav li:not(:last-child) {
  margin-right: 5px;
}
.propartie-page .propartie-details {
  padding: 3rem 0;
}
.propartie-page .propartie-details p {
  margin-bottom: 1rem;
  font-size: 18px;
}
.propartie-page .info-block {
  display: flex;
  margin-top: 2rem;
}
.propartie-page .info-block .icon {
  display: flex;
  justify-content: center;
  width: 60px;
  height: 70px;
  align-items: center;
  min-width: 60px;
  font-size: 40px;
  color: var(--red-color);
}
@media (max-width: 767.98px) {
  .propartie-page .info-block .icon {
    font-size: 30px;
  }
}
.propartie-page .info-block .content {
  font-size: 28px;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .propartie-page .info-block .content {
    font-size: 20px;
    padding-left: 10px;
  }
}
.propartie-page .info-block .content p {
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .propartie-page .info-block .content p {
    font-size: 16px;
  }
}
.propartie-page .section {
  padding: 3rem 0;
}
.propartie-page hr {
  background-color: #fff;
  opacity: 0.4;
}
.propartie-page .form-control {
  background-color: transparent;
  border: 1px solid #969696;
  color: #fff;
}
.propartie-page .form-group {
  margin-bottom: 1.5rem;
}
.propartie-page label {
  color: #656565;
}

.section-related {
  position: relative;
  overflow-x: hidden;
}
.section-related .related-slider {
  position: relative;
}
.section-related .swiper-button-action {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  z-index: 4;
  font-size: 30px;
  outline: 0;
  box-shadow: none;
  opacity: 0.5;
  transition: all 0.25s ease;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-related .swiper-button-action.swiper-button-disabled {
  opacity: 0.3 !important;
  pointer-events: none;
}
.section-related .swiper-button-action:hover:not(.swiper-button-disabled) {
  opacity: 1;
}
.section-related .related-button-prev {
  left: 20px;
}
.section-related .related-button-next {
  right: 20px;
}

.section-history {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../images/history-bg.png");
  background-size: 110%;
  background-position: center;
}
@media (max-width: 767.98px) {
  .section-history {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.section-history .section-header {
  display: block;
  max-width: 500px;
  position: relative;
  z-index: 4;
}
.section-history .history-tabs {
  max-width: 1200px;
  margin: 0 auto;
}
.section-history .history-tabs .history-tab {
  display: none;
}
.section-history .history-tabs .history-tab.is-active {
  display: block;
}
.section-history .history-tabs .history-tab .history-blocks {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: -320px;
}
@media (max-width: 767.98px) {
  .section-history .history-tabs .history-tab .history-blocks {
    margin-top: 0;
  }
}
.section-history .history-tabs .history-tab .history-blocks .block-slider {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 400px;
  height: 450px;
  max-width: 33.333%;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-history .history-tabs .history-tab .history-blocks .block-slider {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0 !important;
    width: 50%;
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .section-history .history-tabs .history-tab .history-blocks .block-slider {
    height: 240px;
  }
}
.section-history .history-tabs .history-tab .history-blocks .block-slider:nth-child(1) {
  margin-left: 66.666%;
}
.section-history .history-tabs .history-tab .history-blocks .block-slider:nth-child(2) {
  margin-left: 33.333%;
  margin-right: 33.333%;
  margin-top: -40px;
}
.section-history .history-tabs .history-tab .history-blocks .block-slider:nth-child(3) {
  margin-right: 33.333%;
}
.section-history .history-tabs .history-tab .history-blocks .block-slider:nth-child(n+5) {
  display: none;
}
.section-history .history-tabs .history-tab .history-blocks .block-slider img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  object-fit: cover;
}
.section-history .history-tabs .history-tab .history-blocks .block-slider .overlay-content {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  padding: 1.8rem 1.5rem;
  z-index: 3;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  color: #fff;
}
.section-history .history-tabs .history-tab .history-blocks .block-slider .overlay-content .icon {
  font-size: 36px;
}
.section-history .history-tabs .history-tab .history-blocks .block-slider .overlay-content .content {
  width: 100%;
  text-align: left;
  margin-top: 3rem;
}
.section-history .history-tabs .history-tab .history-blocks .block-slider .overlay-content .content h2 {
  font-size: 36px;
  text-transform: uppercase;
}
.section-history .history-tabs .history-tab .history-blocks .block-slider .overlay-content .content p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.section-history .history-tabs .history-tab .history-blocks .block-slider:hover img {
  opacity: 0.5;
}
.section-history .history-tabs .history-tab .history-blocks .block-slider:hover .overlay-content {
  opacity: 1;
  bottom: 0;
}
.section-history .history-slider {
  overflow: hidden;
}
.section-history .history-slider .swiper-slide .block-slider {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 450px;
  position: relative;
}
.section-history .history-slider .swiper-slide .block-slider img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  object-fit: cover;
}
.section-history .history-slider .swiper-slide .block-slider .overlay-content {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  padding: 1.8rem 1.5rem;
  z-index: 3;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  color: #fff;
}
.section-history .history-slider .swiper-slide .block-slider .overlay-content .icon {
  font-size: 36px;
}
.section-history .history-slider .swiper-slide .block-slider .overlay-content .content {
  width: 100%;
  text-align: left;
  margin-top: 3rem;
}
.section-history .history-slider .swiper-slide .block-slider .overlay-content .content h2 {
  font-size: 36px;
  text-transform: capitalize;
}
.section-history .history-slider .swiper-slide .block-slider .overlay-content .content p {
  margin: 0;
}
.section-history .history-slider .swiper-slide .block-slider:hover img {
  opacity: 0.5;
}
.section-history .history-slider .swiper-slide .block-slider:hover .overlay-content {
  opacity: 1;
  bottom: 0;
}
.section-history .history-slider-action {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 140px;
}
.section-history .history-slider-action .swiper-button-action {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  outline: 0;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.section-history .history-slider-action .swiper-button-action:hover {
  opacity: 1;
}

.fancybox-caption__body {
  font-size: 26px;
}

.properties-des-block {
  width: 100%;
  border-bottom: 1px solid rgba(195, 193, 192, 0.4);
  padding: 26px 0 26px 0;
}

.properties-des-block > span {
  padding-bottom: 10px;
  width: 100%;
  display: block;
  color: var(--red-color);
  font-weight: bold;
  font-size: 22px;
}

.properties-des-block > p {
  color: #7d7b7b;
  font-size: 16px;
  text-align: justify;
}

.properties-custome-detail {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.properties-custome-detail li {
  flex: 0 0 50%;
  min-width: 50%;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .properties-custome-detail li {
    padding: 0.4rem 0;
  }
}
@media (max-width: 560px) {
  .properties-custome-detail li {
    flex: 0 0 100%;
    min-width: 100%;
  }
}
.properties-custome-detail li em {
  font-style: normal;
  color: #a9a9a9;
  font-size: 18px;
  font-weight: bold;
}
.properties-custome-detail li span span {
  display: block;
  font-style: normal;
  color: #fff;
  font-size: 18px;
}
.properties-custome-detail li > span {
  border-bottom: 1px solid rgba(195, 193, 192, 0.4);
  display: block;
  padding-bottom: 10px;
}

.properties-amenities-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.properties-amenities-list li {
  padding: 0 40px 10px;
  color: #a9a9a9;
  font-size: 18px;
  flex: 0 0 33.33333%;
  min-width: 33.33333%;
}
@media (max-width: 760px) {
  .properties-amenities-list li {
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 10px 10px;
    font-size: 16px;
  }
}
.properties-amenities-list li .fa-check {
  color: #009246;
}

.pagination {
  justify-content: center;
}
.pagination .page-link {
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid #adadad;
  background-color: #2c2c2c;
  color: #fff;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: var(--red-color);
  border-color: var(--red-color);
}
.pagination .page-item.disabled .page-link {
  background-color: #403b3b;
  border-color: #7b7b7b;
  color: #fff;
}

/*# sourceMappingURL=main.css.map */
