@font-face {
  font-family: "Superior";
  src: url("/fonts/new/Superior-Title.otf") format("opentype");
}

@font-face {
  font-family: 'Sweet';
  font-style: normal;
  font-weight: normal;
  src: local('Sweet'), url('/fonts/new/SweetSansProMedium.woff') format('woff');
}

@font-face {
  font-family: 'Sweet Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Sweet Bold'), url('/fonts/new/SweetSansProBold.woff') format('woff');
}

@font-face {
  font-family: 'Matter Light';
  font-style: normal;
  font-weight: normal;
  src: local('Matter Light'), url('/fonts/new/Matter-Light.woff') format('woff');
}

@font-face {
  font-family: 'Matter';
  font-style: normal;
  font-weight: normal;
  src: local('Matter'), url('/fonts/new/Matter-Regular.woff') format('woff');
}

body {
  font-weight: 400;
  font-family: "Matter", sans-serif;
  background: #f0f0f0;
  color: black;
}

html {
  font-size: 62.5%;
}

.grecaptcha-badge {visibility: hidden;}

a {
  color: #da5722;
  color: #ffb400;
  color: #c1a78b;
}

a:hover {
  color: #ffb400;
  color: #c1a78b;
  color: #007080;
}

@media (max-width: 1199px) {
  .carousel-caption {
      top: 18rem !important;
  }
}

.autor {
  font-size: 12px;
}

.bannerhp {display:none;width:100%;height:auto;}

@media (min-width: 1001px) {
    img.bannerhp1440 {display:inline;}
}
@media (min-width: 501px) and (max-width: 1000px) {
    img.bannerhp1000 {display:inline;}
}
@media (max-width: 500px) {
    img.bannerhp500 {display:inline;min-width: 515px;}
}

@media (max-width: 991px) {
  body.filter:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background-color: #262626;
    opacity: 0.6;
    content: "";
    display: block;
    z-index: 90;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
button {
  border: none;
  background: none;
  padding: 0;
}

.perex {
  font-size: 1.8rem;
}

.favorite {
  background: url("./../images/heart.svg?1") no-repeat left center;
  padding-left: 2.5rem;
  position: relative;
}
.favorite:hover {
  background: url("./../images/heart_hover.svg?5") no-repeat left center;
  color: #ffb400;
}
.favorite.active {
  background: url("./../images/heart_fill.svg?1") no-repeat left center;
  color: #ffb400;
}
.favorite-num {
  width: 1.5rem;
  height: 1.3rem;
  border-radius: 0.4rem;
  background-color: #2b5fdf;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  top: -0.1rem;
  left: -0.8rem;
  position: absolute;
}

.add-favorite {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: start;
  justify-content: center;
  background: rgba(69, 69, 69, 0.6) url("./../images/favorite.svg?1") no-repeat center;
  transition: all 0.3s;
  border-radius: 50%;
}
.add-favorite:hover {
  background-color: rgba(69, 69, 69, 0.9);
  background: rgba(69, 69, 69, 0.9) url("./../images/favorite.svg?1") no-repeat center;
}
.add-favorite.active {
  background: rgba(32, 60, 140, 0.9) url("./../images/favorite_hover.svg?1") no-repeat center;
}

.product-detail-share .link-icon span {
  color: #c1a78b;
}

.link-icon {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  /*color: #c1a78b;*/
}
.link-icon:hover {
  color: #c1a78b;
}
.link-icon:hover svg path {
  fill: black;
}
.link-icon svg path {
  transition: all 0.3s;
}
.link-icon span {
  margin-left: 0.8rem;
  color: #c1a78b;
}
.contact-info-text .link-icon {
  color: #ffb400;
}
.link-icon-top {
  flex-direction: column;
}
.link-icon-top span {
  margin-left: 0;
  margin-top: 0.8rem;
}
.link-icon-right span {
  margin-left: 0;
  margin-right: 0.8rem;
}

.ul-styled ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.ul-styled ul li {
  position: relative;
  /*padding-left: 3rem;*/
  /*margin-bottom: 1.6rem;*/
}
.ul-styled ul lix:after {
  content: "";
  width: 2.5rem;
  height: 2.6rem;
  background: url("./../images/ul-check.svg?1") no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.ul-two-col ul {
  column-count: 2;
}

.video-play {
  width: 8rem;
  height: 8rem;
  background-color: #ffffff;
  background: #ffffff url("./../images/play-icon.svg?1") no-repeat top 2.8rem left 3.2rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(69, 69, 69, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}
.video-play:hover {
  box-shadow: 0 8px 16px rgba(69, 69, 69, 0.1);
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;
  }

  .h1,
h1 {
    font-size: 2.4rem;
  }

  .ul-two-col ul {
    column-count: 1;
  }
}
button:focus {
  outline: none;
  box-shadow: none;
}

a:focus, a:active {
  outline: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 2.4rem;
}
.form-group label {
  color: #787878;
  font-size: 1.4rem;
  font-weight: 400;
}
.form-group label .important {
  color: #e2251c;
}

.form-control {
  height: 4.8rem;
  border: 0.1rem solid #d0d0d0;
  color: #787878;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem 1.6rem;
}
.form-control:hover {
  border: 0.1rem solid #777777;
}
.form-control:active, .form-control:focus {
  border: 0.1rem solid #787878;
  outline: none;
  box-shadow: none;
  color: #787878;
}

textarea.form-control {
  height: 14.4rem;
}

.btn {
  padding: 1.5rem 3.2rem;
}
.btn.btn-small {
  font-size: 1.6rem;
  padding: 1.2rem 3.2rem;
}
.btn:focus {
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #275ae3;
  background-color: #91866c;
  background-color: #e38f6d;
  background-color: #ffb400;
  border-color: #ffb400;
  background-color: #448d97;
  border-color: #448d97;
}
.btn-light {
  color: white;
  font-weight: 400;
  background: #c1a78b;
}
.btn-light:hover {
  background: #c1a78b;
  color: black;
}

.btn-transparent {
  /*color: #da5722;
  border: 1px solid #e38f6d;*/
  background-color: #ffb400;
  color: black;
  font-family: "Sweet";
  background-color: #007080;
  color: white;
}
.btn-transparent:hover {
  background-color: #c1a78b;
  background-color: #448d97;
}

.navbar-right .btn-transparent {
  color: #da5722;
  color: #007080;
  background-color: white;
  border: 1px solid #e38f6d;
  border: 1px solid #007080;
  padding: 1.9rem 3.2rem;
}
.navbar-right .btn-transparent:hover {
  background-color: #e38e6d56;
  color: #da5722 !important;
  background-color: #e8f0f1;
  color: #007080 !important;
}

.btn-mobile {
  display: none;
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon svg + span,
.btn-icon img + span {
  margin-left: 1.2rem;
}

@media (max-width: 991px) {
  .btn-mobile {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 575px) {
  .btn-more {
    width: 100%;
  }
}
.input-group .form-control {
  height: 4.0rem;
}

.dropdown-toggle {
  position: relative;
  padding-left: 0rem;
  padding-right: 2rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.dropdown-toggle img {
  margin-right: 0.7rem;
}
.dropdown-toggle::after {
  width: 1rem;
  height: 0.6rem;
  margin-left: 0.8rem;
  border: none;
  background: url("./../images/dropdown.svg?1") no-repeat center;
  top: calc(50% - 0.3rem);
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.3s;
}

.dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
}

.nav-item.show .dropdown-toggle:after {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown-menu {
  min-width: 12rem;
  box-shadow: 0 0 1.6rem rgba(69, 69, 69, 0.1);
  border: none;
  padding: 0.4rem;
}
.dropdown-menu:after {
  content: "";
  width: 2.4rem;
  height: 1.2rem;
  position: absolute;
  bottom: calc(100% - 1px);
  background: url("./../images/dropdown-menu-arrow.svg?1") no-repeat center;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown-menu .dropdown-item {
  padding: 1rem 1.6rem;
  /*color: #787878;*/
  display: flex;
  align-items: center;
}
.dropdown-menu .dropdown-item img {
  margin-right: 0.8rem;
}
.dropdown-menu .dropdown-item:hover {
  color: #203c8c;
  background: none;
}
.dropdown-menu .dropdown-item.active {
  background-color: #f0f0f0;
  color: black;
}

/* check */
.check-two-col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.check-two-col .check-styled {
  width: 50%;
  padding-right: 0.8rem;
}

.check-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  margin-bottom: 1.2rem;
}
.check-styled input[type=checkbox], .check-styled input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled input[type=checkbox] + label, .check-styled input[type=radio] + label {
  display: flex;
  width: 100%;
  margin: 0;
  min-height: 2.4rem;
  margin: 0;
  vertical-align: middle;
  padding-left: 3.6rem;
  cursor: pointer;
  font-weight: normal;
  padding-top: 0.4rem;
  line-height: 1.2;
  font-size: 1.4rem;
  position: relative;
  color: #454545;
  transition: all 0.3s;
}
.check-styled input[type=checkbox] + label span, .check-styled input[type=radio] + label span {
  color: #787878;
  display: inline-block;
  margin-left: 0.4rem;
}
.check-styled input[type=checkbox] + label:hover, .check-styled input[type=radio] + label:hover {
  color: #ffb400;
  color: #007080;
}
.check-styled input[type=checkbox] + label:hover:before, .check-styled input[type=radio] + label:hover:before {
  border: 0.1rem solid #c1a78b;
}
.check-styled input[type=checkbox] + label:before, .check-styled input[type=radio] + label:before {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0px;
  border: 1px solid #c1a78b;
  background-color: #f0f0f0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.filter-item .form-control {background: #f0f0f0;}
.check-styled input[type=checkbox] + label:after, .check-styled input[type=radio] + label:after {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  display: block;
  position: absolute;
  background: url("./../images/check.svg?1") no-repeat center;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
}
.check-styled input[type=checkbox]:checked + label:before, .check-styled input[type=radio]:checked + label:before {
  border: 1px solid #c1a78b;
  background-color: #c1a78b;
}
.check-styled input[type=checkbox]:checked + label:after, .check-styled input[type=radio]:checked + label:after {
  opacity: 1;
}

.check-styled input:disabled + label {
  cursor: not-allowed;
  color: grey !important;
}

/* end check */
.switcher {
  display: flex;
  width: 100%;
  max-width: 31rem;
}
.switcher-btn {
  width: 50%;
  height: 4.8rem;
  border: 1px solid #f0f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #203c8c;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.3s;
}
.switcher-btn:hover {
  border-color: #95a9e2;
  color: #203c8c;
}
.switcher-btn.active {
  background-color: #203c8c;
  color: #ffffff;
  border: 1px solid #203c8c;
}
.switcher-small .switcher-btn {
  width: 8.6rem;
  height: 4rem;
}

.switcher-radio {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  margin-bottom: 1.2rem;
}
.switcher-radio input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.switcher-radio input[type=radio] + label {
  display: flex;
  width: 50%;
  margin: 0;
  height: 4.0rem;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
  position: relative;
  transition: all 0.3s;
  border: 1px solid #c1a78b;
  background: white;
  color: #c1a78b;
  font-size: 1.6rem;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.switcher-radio input[type=radio] + label:hover {
  color: white;
  border-color: #c1a78b;
  background: #e1d1bf;
}
.switcher-radio input[type=radio]:checked + label {
  background-color: #c1a78b;
  border: 1px solid #c1a78b;
  color: #ffffff;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 22rem;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  padding: 0;
  padding-left: 1.6rem;
  padding-right: 2rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  height: 4rem;
  border: 1px solid #f0f4ff;
  background: #ffffff;
}
.bootstrap-select > .dropdown-toggle:hover, .bootstrap-select > .dropdown-toggle:active, .bootstrap-select > .dropdown-toggle:focus {
  border: 0.1rem solid #c1a78b;
  background: #ffffff !important;
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
  color: #c1a78b;
  font-size: 1.6rem;
  font-weight: 400;
}
.bootstrap-select > .dropdown-toggle::after {
  width: 1rem;
  height: 1rem;
  margin-right: 1.4rem;
  background: url("./../images/page_next2.svg?1") no-repeat center;
  background-size: 0.6rem 1rem;
  top: 1.6rem;
  display: block;
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.bootstrap-select.show > .dropdown-toggle {
  background: #ffffff;
  border: 0.1rem solid #c1a78b;
}
.bootstrap-select.show > .dropdown-toggle::after {
  transform: rotate(270deg);
}
.bootstrap-select .dropdown-menu li a:hover {
  color: #ffb400;
}
.bootstrap-select .dropdown-menu:not(.inner) {
  top: 2rem !important;
  overflow: visible !important;
}

.ui-slider {
  box-shadow: none;
}

.range-filter-wrap .ui-slider-horizontal {
  height: 0.4rem;
  border: none;
  float: none;
  width: 100%;
  border-radius: 0.2rem;
  background-color: #c9d4f4;
}

.ui-slider .ui-slider-range {
  box-shadow: none;
  background-color: #c1a78b;
}

.ui-slider .ui-slider-handle {
  width: 1.8rem;
  height: 1.8rem;
  background: transparent;
  border-radius: 50%;
  border: none;
}
.ui-slider .ui-slider-handle:after {
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
  border: 0.2rem solid #ffffff;
  background-color: #c1a78b;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transition: all 0.3s;
  width: 1.8rem;
  height: 1.8rem;
}
.ui-slider .ui-slider-handle:hover:after {
  width: 2.4rem;
  height: 2.4rem;
  left: -0.3rem;
  top: -0.3rem;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.7rem;
}

.range-slider-inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 2.1rem;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.range-slider-inputs .range-input {
  margin: 0.4rem;
}
.range-slider-inputs .range-input .form-control {
  text-align: right;
  color: #c1a78b;
  font-size: 1.4rem;
  font-size: 16px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.placeholder-input {
  position: relative;
}
.placeholder-input .form-control.size {
  padding-left: 2.1rem;
  padding-right: 3.1rem;
  padding-right: 2.7rem;
}
.placeholder-input .form-control {
  /*padding-left: 3.1rem;
  padding-right: 3.1rem;*/
}
.placeholder-input span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.8rem;
  color: #787878;
  font-size: 1.4rem;
}
.placeholder-input input + span {
  left: auto;
  right: 0.8rem;
}

.top-menu {
  display: flex;
  border-bottom: 1px solid #ece7da;
  min-height: 9.6rem;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.top-menu-phone {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.top-menu-phone a {
      /* background: url(./../images/phone.svg?1) no-repeat left center; */
    /* padding-left: 2.6rem; */
    color: black;
    font-size: 1.8rem;
    font-size: 2.5rem;
    /* font-weight: 500; */
    font-family: "Superior";
}
.top-menu-phone a:hover {
  /*background: url("./../images/phone_hover.svg?1") no-repeat left center;*/
  color: #ffb400;
  color: #007080;
}
.top-menu-right {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.top-menu-right a {
  color: #454545;
}
.top-menu-right a:hover {
  color: #ffb400;
  color: #007080;
}

a.header-toggle-search:hover svg path {fill: #007080 !important;}

.top-menu .dropdown {
  margin-left: 3rem;
}
.top-menu .dropdown-menu {
  top: 100% !important;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.header-main {
  padding: 1.8rem 0 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ece7da;
}
.header-main-logo-mobile {
  display: none;
}
.header-main-search {
  width: 58.8rem;
  position: relative;
}
.header-main-search-inner {
  width: 100%;
}
.header-main-search .form-control {
  color: #da5722;
  height: 5.6rem;
  background: url("./../images/search.svg?1") no-repeat left 1.6rem center;
  padding-left: 5.6rem;
}
.header-main-search .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e38f6d;
  opacity: 1;
  /* Firefox */
}
.header-main-search .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e38f6d;
}
.header-main-search .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e38f6d;
}

.nav-item.active .nav-link {
  color: #ffb400;
  color: #007080;
}
.nav-item .dropdown-toggle::after {
  right: 0rem;
}
.nav-item .dropdown-menu {
  top: 100% !important;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

header .navbar {
  padding: 1.0rem 0;
  /*border-bottom: 4px solid #f0f4ff;*/
}
header .navbar-inner {
  display: flex;
  width: 100%;
  align-items: center;
}
header .navbar .dropdown-menu {
  top: calc(100% + 2rem) !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.nav-link {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 0.4rem;
  margin-right: 1.2rem;
}
.nav-link:hover {
  color: #275ae3;
}

/* Hamburger */
.header-toggle-col {
  display: none;
}

.navbar-toggler {
  position: relative;
  color: #fff;
  padding: 0px 0.7rem;
  font-size: 20px;
  line-height: 1;
  background-color: white;
  border: 1px solid transparent;
  width: 4rem;
  height: 4rem;
}
.navbar-toggler:not(.collapsed) {
  padding: 8px 9px;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0;
}
.navbar-toggler span {
  display: block;
  background-color: #000;
  height: 0.2rem;
  width: 2.4rem;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
  border-radius: 1px;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 0.7rem;
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 0.7rem;
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* END Hamburger */
.header-toggle-search {
  /*display: none;*/
  width: auto;
  margin-right: 3rem;
  /*height: 4rem;*/
  /*align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 1.6rem;*/
}
.header-toggle-search svg path {
  /*transition: all 0.3s;*/
}
.header-toggle-search:hover svg path {
  fill: #445fb0;
}

.header-favorite-mobile {
  width: 4rem;
  height: 4rem;
  margin-right: 1.6rem;
  background: url("./../images/heart_hover.svg?1") no-repeat center;
  background-size: 2.6rem auto;
  transition: all 0.3s;
  display: none;
}
.header-favorite-mobile:hover {
  background: url("./../images/heart_fill.svg?1") no-repeat center;
  background-size: 2.6rem auto;
}

@media (max-width: 1199px) {
  header .navbar {
    padding: 1.2rem 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 120px;
  }

  header {
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 500;
  }

  .top-menu {
    justify-content: space-between;
  }
  .top-menu-phone {
    position: relative;
    left: 0;
    transform: none;
  }
  .top-menu-right .favorite {
    /*display: none;*/
    font-size: 0;
    line-height: 2rem;
  }
  .top-menu .dropdown {
    margin-left: 1rem;
  }

  .header-main {
    justify-content: flex-end;
    padding: 1rem 0;
    position: relative;
  }
  .header-main-logo {
    display: none;
  }
  .header-main-logo-mobile {
    display: block;
    width: 11rem;
    margin-right: auto;
  }
  .header-main-search {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .header-main-search-group {
    box-shadow: 0 8px 16px rgba(69, 69, 69, 0.16);
    position: relative;
    z-index: 200;
  }
  .header-main-search-group-inner {
    overflow: hidden;
    background: #ffffff;
    display: flex;
    transition: all 0.3s;
    height: 0;
  }
  .header-main-search-group .input-group {
    padding: 1.2rem 1.6rem;
  }
  .header-main-search .form-control {
    background: #ffffff;
    padding-left: 1.6rem;
  }
  .header-main-search.open .header-main-search-group-inner {
    height: 8rem;
  }
  .header-main-right {
    display: none;
  }

  .header-toggle-col {
    display: block;
  }

  .header-toggle-search {
    /*display: flex;*/
  }

  .header-toggle-search span {
    /*display: none;*/
  }

  .header-favorite-mobile {
    display: block;
  }

  header .navbar {
    padding: 0;
  }
  header .navbar-inner {
    display: block;
    width: 100%;
  }

  #main-navbar {
    display: none;
    transition: all 0.3s;
  }
  #main-navbar.open {
    display: block;
    width: 0;
  }
  #main-navbar.show {
    width: 100%;
  }

  .navbar-collapse {
    background-color: #203c8c;
    position: fixed;
    right: 0;
    /* left: 0; */
    height: calc(100vh - 120px);
    top: 120px;
    margin: 0;
    background-color: white;
    overflow-y: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-size: 1.6rem;
    padding: 1.6rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle:after {
    background: url("./../images/dropdown_white.svg?1") no-repeat center;
  }

  .navbar-expand-lg .navbar-nav .nav-item.show .nav-link.dropdown-toggle:after {
    transform: translateY(-50%) rotate(180deg);
  }

  header .navbar-nav {
    padding: 1.6rem;
  }
  header .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  header .navbar-nav .dropdown-menu {
    box-shadow: none;
    background: transparent;
    padding-bottom: 0.8rem;
  }
  header .navbar-nav .dropdown-menu:after {
    display: none;
  }
  header .navbar-nav .dropdown-menu .dropdown-item {
    color: #000;
    font-size: 1.5rem;
    padding: 0.8rem 1.6rem;
  }
  header .navbar-nav .dropdown-menu .dropdown-item.active {
    background: transparent;
    color: #c9d4f4;
  }

  .navbar-right {
    padding: 1.6rem;
    padding-bottom: 3.2rem;
  }
  .navbar-right .btn {
    width: 100%;
  }
}

.top-menu .dropdown-toggle img {
  display: none;
}
.top-menu .dropdown-menu .dropdown-item img {
  display: none;
}

@media (min-width: 576px) {
  .top-menu .dropdown-toggle span.short {
    display: none;
  }
  .top-menu .dropdown-menu .dropdown-item span.short {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-menu-phone a {
    font-size: 1.6rem;
  }
  .top-menu .dropdown-toggle img {
    margin-right: 0;
  }
  .top-menu .dropdown-toggle span.long {
    display: none;
  }
  .top-menu .dropdown-menu .dropdown-item span.long {
    display: none;
  }

  header .navbar {
    margin-left: -16px;
    margin-right: -16px;
  }

  .header-main-search {
    margin-left: -16px;
    margin-right: -16px;
    width: auto;
  }
}
@media (max-width: 369px) {
  .top-menu-phone a {
    font-size: 1.4rem;
  }
}
.carousel {
  box-shadow: 0 2.4rem 4rem rgba(69, 69, 69, 0.2);
}

.carousel-item img {
  margin-left: 50%;
  transform: translateX(-50%);
}
.carousel-item video {
  margin-left: 50%;
  transform: translateX(-50%);
  width:100%; 
  height: auto; 
  max-width: 1440px;
  background: url("/images/1_Krasova.jpg");
  background-size: cover;
}
.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56rem;
  /*background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 68%, #000000 100%);*/
  opacity: 0.3;
  transition: all 0.3s;
}
.carousel-item:hover:after {
  opacity: 0.7;
}

.carousel-control-next {
  width: 4rem;
  height: 2.4rem;
  top: auto;
  bottom: 4rem;
  right: 4rem;
  display: block;
  opacity: 1;
}
.carousel-control-next-icon {
  display: block;
  width: 100%;
  height: 100%;
  background: url("./../images/hp-slide-next.svg?1") no-repeat center;
}

.carousel-caption {
  color: #ffffff;
  top: 22rem;
  z-index: 10;
}
.carousel-caption .headline {
  color: #223e8a;
  margin-bottom: 2.4rem;
  line-height: 1.2;
  font-size: 4rem;
  font-weight: 400;
  font-weight: bold;
  font-size: 7rem;
  text-shadow: 0 2px 6px #ffffffcc;
}

.carousel-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.carousel-buttons .btn {
  margin: 0.8rem;
}

.carousel-caption-bottom {
  position: absolute;
  bottom: 4rem;
  left: 6.4rem;
  color: #ffffff;
  z-index: 10;
}
.carousel-caption-bottom .headline {
  color: #ffffff;
  margin-bottom: 0.8rem;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 500;
  text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.carousel-caption-bottom p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .carousel-caption {
    /*top: 5rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .carousel-caption .headline {
    font-size: 3.6rem;
    max-width: 25rem;
    margin-bottom: 1.6rem;
  }
  .carousel-caption .carousel-buttons .btn {
    width: 26.5rem;
    margin: 0.6rem;
  }
  .carousel-caption-bottom {
    left: 1.6rem;
    bottom: 2.4rem;
  }
  .carousel-caption-bottom .headline {
    font-size: 2.4rem;
  }

  .carousel-control-next {
    bottom: 3.8rem;
    right: 2.4rem;
  }
  
  .carousel-item video {
      width: auto;
      height: 550px;
  }
}
@media (max-width: 575px) {
  .hp-carousel .container {
    padding: 0;
  }
  .carousel-caption {
    /*top: 0rem;*/
  }
}

.swiper-button-prev, .swiper-button-next {
  width: 5.6rem;
  height: 5.6rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: all 0.2s;
}
.swiper-arrow-fix .swiper-button-prev, .swiper-arrow-fix .swiper-button-next {
  background-color: #f0f0f0;
  height: 5.2rem;
}

.swiper-arrow-fix .swiper-button-prev::after, .swiper-arrow-fix .swiper-button-next::after {
  background-size: 12px;
  width: 50%;
}

.property-item-images  .swiper-button-prev, .property-item-images .swiper-button-next {
  width: 5.6rem;
  background-color: #f0f0f0;
  height: 5.2rem;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  /*background-color: white;*/
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("./../images/swiper-arrow.svg?1") no-repeat left 1.2rem center;
  position: absolute;
  display: block;
  background: url(./../images/swiper-arrow.svg?1) no-repeat left center;
  background-size: 16px;
}

.property-item-images .swiper-button-prev:after, .property-item-images  .swiper-button-next:after {
  background: url("./../images/swiper-arrow.svg?1") no-repeat left 1.2rem center;
  background-size: 12px;
}

.swiper-button-prev {
  left: -2.8rem;
}
.swiper-button-prev:after {
  background: url("./../images/swiper-arrow.svg?1") no-repeat left 1.4rem center;
  background: url(./../images/swiper-arrow.svg?1) no-repeat left center;
  background-size: 16px;
  transform: rotate(180deg);
}
.property-item-images .swiper-button-prev:after {
  background: url(./../images/swiper-arrow.svg?1) no-repeat left 1.2rem center;
  background-size: 12px;
}
.swiper-button-next {
  right: -2.8rem;
}

.swiper-simple-arrow > .swiper-button-next,
.swiper-simple-arrow > .swiper-button-prev {
  background: none;
  border-radius: 0;
}
.swiper-simple-arrow > .swiper-button-next:after,
.swiper-simple-arrow > .swiper-button-prev:after {
  background: url("./../images/hp-slide-next.svg?1") no-repeat center;
}
.swiper-simple-arrow > .swiper-button-next {
  right: 1.6rem;
}
.swiper-simple-arrow > .swiper-button-prev {
  left: 1.6rem;
}

.swiper-visible-wrap .swiper-container.row {
  margin-left: -12px;
  margin-right: -12px;
}

.swiper-visible {
  overflow: visible;
  z-index: unset;
  margin-bottom: 0 !important;
}
.swiper-visible-wrap {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-right: -30px;
  padding-right: 30px;
  margin-left: 0;
  padding-bottom: 0;
}
.swiper-visible-wrap:after {
  top: 0;
  right: 0;
  height: 100%;
  width: 3.2rem;
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0.75) 51%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #f0f0f0 0%, #f0f0f0 51%, #f0f0f0 100%);
  /*opacity: 0.8;*/
}

@media (min-width: 768px) {
  .swiper-visible-wrap {
    padding-bottom: 20px;
  }
  .swiper-visible-wrap:after {
    /*width: 10rem;*/
  }
  .swiper-visible > .swiper-button-prev, .swiper-visible > .swiper-button-next {
    z-index: 200;
    /*background-color: white;*/
  }
  .swiper-visible > .swiper-button-prev:hover, .swiper-visible > .swiper-button-next:hover {
    /*background-color: white;*/
  }
  .swiper-visible > .swiper-button-prev:after, .swiper-visible > .swiper-button-next:after {
    background: url("./../images/swiper-arrow.svg?1") no-repeat center;
    background-size: 16px;
  }
  .swiper-visible > .swiper-button-prev {
    left: -2.8rem;
    left: -5px;
    /*display: none;*/
    top: 75%;
  }
  .swiper-visible > .swiper-button-next {
    right: -3rem;
    top: 75%;
    /* right: 0px; */
  }

  .lift.swiper-button-prev {

  }
  .lift.swiper-button-next {
    z-index: 100;
    right: -55px;
  }

  .simplearrow.swiper-button-next:after, .simplearrow.swiper-button-prev:after {
    bottom:-30px;
  }
}
@media (max-width: 767px) {
  .swiper-simple-arrow,
.swiper-simple-arrow-mobile {
    padding-bottom: 4rem;
  }
  .swiper-simple-arrow > .swiper-button-next,
.swiper-simple-arrow > .swiper-button-prev,
.swiper-simple-arrow-mobile > .swiper-button-next,
.swiper-simple-arrow-mobile > .swiper-button-prev {
    background: none;
    border-radius: 0;
    bottom: 0;
    margin-top: 0;
    top: auto;
  }
  .swiper-simple-arrow > .swiper-button-next:after,
.swiper-simple-arrow > .swiper-button-prev:after,
.swiper-simple-arrow-mobile > .swiper-button-next:after,
.swiper-simple-arrow-mobile > .swiper-button-prev:after {
    background: url("./../images/hp-slide-next-darker.svg?1") no-repeat center;
  }
  .swiper-simple-arrow > .swiper-button-next,
.swiper-simple-arrow-mobile > .swiper-button-next {
    /* right: auto;
    left: 6.6rem; */
    right: 6px;
  }
  .swiper-simple-arrow > .swiper-button-prev,
.swiper-simple-arrow-mobile > .swiper-button-prev {
    left: 0.2rem;
    left: 6px;
  }

  .swiper-container-cols .property-item-col {
    flex: 0 0 90%;
    max-width: 90%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .carousel-item video {
      width: auto;
      height: 550px;
  }
}

.simplearrow.swiper-button-prev:after {
    background: url("./../images/hp-slide-next-darker.svg?1") no-repeat center;
}
.simplearrow.swiper-button-next:after {
    background: url("./../images/hp-slide-next-darker.svg?1") no-repeat center;
}
.simplearrow.swiper-button-prev {
    left: 6px;
    background: none;
    border-radius: 0;
    bottom: 0;
    margin-top: 0;
    top: auto;
}
.simplearrow.swiper-button-next {
    right: 6px;
    background: none;
    border-radius: 0;
    bottom: 0;
    margin-top: 0;
    top: auto;
}

@media (max-width: 575px) {
  .swiper-visible-wrap {
    margin-right: 0px;
    padding-right: 0px;
  }
  .swiper-visible-wrap:after {display:none;}
  /*.news-wrap {display: none;}*/
}
.hp-tab-list {
  margin-bottom: 5.6rem;
  padding-top:40px;
}
.hp-tab-list .nav-tabs {
  justify-content: center;
}

.nav-tabs,
.link-tabs {
  border: none;
  margin-bottom: -0.8rem;
}
.nav-tabs .nav-item,
.link-tabs .nav-item {
  margin-bottom: 0.8rem;
}
.nav-tabs .nav-link,
.link-tabs .nav-link {
  border: none;
  padding: 1.6rem 1rem;
  margin: 0 1.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  color: #454545;
}
.nav-tabs .nav-link:hover,
.link-tabs .nav-link:hover {
  color: #203c8c;
}
.nav-tabs .nav-link.active,
.link-tabs .nav-link.active {
  color: #203c8c;
}
.nav-tabs .nav-link.active:after,
.link-tabs .nav-link.active:after {
  content: "";
  height: 1px;
  background-color: #203c8c;
  position: absolute;
  bottom: 0;
  display: block;
  left: 1rem;
  width: 0;
  animation-name: example;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.link-tabs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.link-tabs li {
  margin: 0;
  padding: 0;
}

@keyframes example {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 2rem);
  }
}
.tab-content {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .hp-tab-list {
    margin-bottom: 2.4rem;
  }
  .hp-tab-list .nav-tabs {
    justify-content: flex-start;
  }
  .hp-tab-list .nav-tabs .nav-link {
    padding-top: 0;
  }

  .nav-tabs,
.link-tabs {
    margin-left: -1rem;
  }
  .nav-tabs .nav-link,
.link-tabs .nav-link {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin: 0 0.5rem;
  }
  .nav-tabs .nav-link:first-child,
.link-tabs .nav-link:first-child {
    margin-left: 0;
  }

  .tab-content {
    margin-top: 2.4rem;
  }
}
.property-item {
  box-shadow: 0 0.2rem 0.4rem rgba(69, 69, 69, 0.1);
  background-color: #f0f0f0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
}
.property-item-list {
  margin-bottom: -2.4rem;
  transition: opacity .25s ease-in-out;
}
.property-item-list-no-tag .property-item-content-left {
  width: 100%;
}
.property-item-list-no-tag .property-item-content-right {
  width: 100%;
  align-items: flex-start;
  margin-top: 1.2rem;
}
.property-item-col {
  display: flex;
  margin-bottom: 2.4rem;
}
.property-item:hover {
  box-shadow: 0 0.8rem 1.6rem rgba(69, 69, 69, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(69, 69, 69, 0.6);
}
.property-item-images {
  position: relative;
}
.property-item-images img {
  width: 100%;
}
.property-item-images .tag-list {
  position: absolute;
  left: 1.6rem;
  bottom: 1.6rem;
  z-index: 10;
}
.property-item-images .add-favorite {
  top: 1.6rem;
  left: 1.6rem;
  position: absolute;
  z-index: 10;
}
.property-item-content {
  padding: 2.2rem 2.4rem 0 2.4rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.property-item-content-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  width: 50%;
}
.property-item-content-left {
  width: 60%;
  width: 50%;
}
.property-item-content .tag-list {
  align-items: flex-end;
}
.property-item-name {
  color: #454545;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  display: block;
  width: 100%;
  line-height: 1.2;
  font-family: "Sweet";
  font-family: "Superior";
  color: black;
  font-size: 2.3rem;
  text-transform: uppercase;
}
.property-item-info {
  color: #b7b7b7;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem -0.8rem;
  color: #535353;
}
.property-item-info span {
  display: inline-block;
  margin: 0.2rem 0.8rem;
}
.property-item-price {
  color: #454545 !important;
  font-size: 2rem;
  font-weight: 500;
}
.property-item-price a {
  color: #454545 !important;
}
.property-item-bottom {
  display: flex;
  padding: 0 2.4rem 2rem 2.4rem;
  align-items: flex-end;
  margin-top: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1339px) {
  .property-item-content .tag-list .tag-item {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .property-item-content-left {
    width: 100%;
  }
  .property-item-content-right {
    width: 100%;
    align-items: flex-start;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .property-item-name {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .property-item-content-right {
    display: none;
  }
}
.tag-item {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0.3rem 0.8rem;
  margin: 0.2rem;
  background-color: rgba(69, 69, 69, 0.6);
  display: inline-flex;
  color: #ffffff;
  transition: all 0.3s;
  text-transform: capitalize;
  color: #808080 !important;
  border-color: #b7b7b7 !important;
  background: transparent !important;
  color: #535353 !important;
}
.property-item-images .tag-item {
  color: #ffffff !important;
  border: none !important;
  background: rgba(69, 69, 69, 0.6) !important;
}
.tag-item:hover {
  background-color: rgba(69, 69, 69, 0.9);
  color: #ffffff;
}
.tag-item-success {
  border: 0.1rem solid rgba(131, 196, 36, 0.2);
  background: transparent;
  color: #83c41a;
}
.tag-item-success:hover {
  color: #83c41a;
  background-color: rgba(131, 196, 36, 0.2);
}
.tag-item-blue {
  color: #275ae3;
  border: 0.1rem solid rgba(43, 95, 223, 0.2);
  background: transparent;
  color: #e38f6d;
  border: 0.1rem solid #e38f6d45;
}
.tag-item-blue:hover {
  color: #e38f6d;
  background-color: #e38e6d56;
}
.tag-item-warning {
  color: #fa8c16;
  border: 0.1rem solid rgba(250, 140, 22, 0.2);
  background: transparent;
}
.tag-item-warning:hover {
  color: #fa8c16;
  background-color: rgba(250, 140, 22, 0.2);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: -0.2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.swiper-property-cols {
  padding-bottom: 5.6rem;
}

.promo-property-item {
  display: flex;
  transition: all 0.3s;
}
.promo-property-item-col {
  margin-bottom: 2.4rem;
}
.promo-property-item:hover {
  box-shadow: 0 2.4rem 4rem rgba(32, 60, 140, 0.1);
}
.promo-property-item-left {
  flex: 0 0 50%;
  overflow: hidden;
  position: relative;
}
.promo-property-item-left a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.promo-property-item-left a img {
  height: 100%;
  max-width: unset;
  margin-left: 50%;
  transform: translateX(-50%);
}
.promo-property-item-right {
  flex: 0 0 50%;
  background-color: #f7f9ff;
  padding: 4.8rem 5.6rem;
}
.promo-property-item-title {
  color: #787878;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 2.4rem;
}
.promo-property-item-name {
  color: #454545;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  /*max-width: 39rem;*/
  display: inline-block;
  margin-bottom: 3rem;
}
.promo-property-item-info {
  display: flex;
  flex-wrap: wrap;
  max-width: 53rem;
}
.promo-property-item-info-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 33.33%;
  margin-bottom: 3rem;
}
.promo-property-item-info-name {
  color: #b7b7b7;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}
.promo-property-item-info-value {
  color: #787878;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}
.promo-property-item-perex {
  max-width: 53rem;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.promo-property-item-perex p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .promo-property-item {
    flex-wrap: wrap;
  }
  .promo-property-item-col {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .promo-property-item-left {
    width: 100%;
    flex: 0 0 100%;
  }
  .promo-property-item-left a {
    position: relative;
    height: auto;
  }
  .promo-property-item-left a img {
    width: 100%;
    height: auto;
  }
  .promo-property-item-right {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .swiper-property-cols {
    padding-bottom: 3.2rem;
    margin-bottom: 2.4rem !important;
  }

  .promo-property-item-right {
    padding: 2.4rem 1.6rem;
  }
  .promo-property-item-title {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .promo-property-item-name {
    font-size: 2rem;
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
  .promo-property-item-info-name {
    margin-bottom: 0.8rem;
  }
  .promo-property-item-info-value {
    font-size: 1.6rem;
  }
  .promo-property-item-perex {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .promo-property-item-info-item {
    flex: 0 0 50%;
  }
}
.news-item {
  margin-bottom: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.4rem;
}
.news-item-img {
  width: 22rem;
  overflow: hidden;
}
.news-item-text {
  width: calc(100% - 22rem);
  max-width: 41rem;
  padding-top: 1.6rem;
  padding-left: 2.4rem;
}
.news-item-date {
  color: #b7b7b7;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.news-item-name {
  color: #454545;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 1.2rem;
  margin-bottom: 2.2rem;
}
.news-item p {
  margin-bottom: 0;
}

@media (max-width: 1339px) {
  .news-item-img {
    width: 19rem;
  }
  .news-item-text {
    width: calc(100% - 19rem);
  }
}
@media (max-width: 1199px) {
  .news-item-img {
    width: 22rem;
  }
  .news-item-text {
    width: calc(100% - 22rem);
    max-width: 55rem;
  }
}
@media (max-width: 767px) {
  .news-item {
    display: none;
  }
  .news-item.load-mobile {
    display: flex;
  }
  .news-item-img {
    width: 18rem;
  }
  .news-item-text {
    width: calc(100% - 18rem);
    padding-top: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .news-item {
    flex-wrap: wrap;
  }
  .news-item-img {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .news-item-img img {
    width: 100%;
  }
  .news-item-text {
    width: 100%;
    padding-left: 0;
    font-size: 1.6rem;
  }
}
.service-box-item {
  border: 0.1rem solid #d0d0d0;
  height: 100%;
  padding: 4.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  transition: all 0.3s;
}
.service-box-item-col {
  display: flex;
  margin-bottom: 2.4rem;
}
.service-box-item:hover {
  border-color: #ffb400;
  border-color: #007080;
}
.service-box-item-img {
  margin-bottom: 2.7rem;
  height: 6.9rem;
}
.service-box-item-text {
  display: flex;
  flex-direction: column;
}
.service-box-item-name {
  color: #203c8c;
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.8rem;
  text-decoration: underline;
}
.service-box-item-info {
  color: #787878;
}
a:hover .service-box-item-info {
  color: #ffb400;
  color: #007080;
}
a:hover .service-box-item-name {
  color: #ffb400;
  color: #007080;
}

@media (max-width: 767px) {
  .our-services .perex {
    font-size: 1.6rem;
  }

  .service-box-item {
    padding: 1.6rem;
    /*flex-direction: row;*/
  }
  .service-box-item-col {
    margin-bottom: 0.8rem;
  }
  .service-box-item-img {
    width: 4.7rem;
    height: 4.7rem;
    margin-bottom: 0;
  }
  .service-box-item-text {
    width: calc(100% - 4.7rem);
    padding-left: 1.6rem;
    text-align: left;
    line-height: 1.2;
  }
  .service-box-item-name {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
  }
}
.services .info-banner {
    width: 100%;
    min-height: 40rem;
    background: url(./../images/info-banner.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    display: flex;
}
.services .info-banner .btn {
    margin-top: 2rem;
    color: white;
    background: black;
    border-radius: 0px;
}
.case-studies {
    height: 430px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.case-studies span {
    position: absolute;
    left: 30px;
    bottom: 15px;
    font-size: 25px;
    line-height: 1.2;
    color: white;
}
.info-banner {
  width: 100%;
  min-height: 62rem;
  background: url("./../images/norton_banner.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  display: flex;
  overflow: hidden;
}
.info-banner.ul-two-col ul {
  column-gap: 6rem;
}
.info-banner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #454545;
  opacity: 0.4;
}
.info-banner-inner {
  position: relative;
  z-index: 10;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
}
.info-banner-name {
  color: #ffffff;
  text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  font-size: 6rem;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 0;
  margin-bottom: 2.2rem;
}
.services .info-banner-inner h3.info-banner-name {
    color: #ffffff;
    text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    font-size: 4rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
    margin-bottom: 0;
    margin-bottom: 2.2rem;
}

.services .info-banner-inner .info-banner .btn {
  margin-top: 5.6rem;
  color: black;
  background: white;
  border-radius: 5px;
}

.info-banner .btn {
  margin-top: 5.6rem;
  color: black;
  background: white;
  border-radius: 5px;
}
.nortondiv {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.nortondiv img {
    width: 335px;
    margin-top: 5.6rem;
}
.hidden {
    display:none;
}
.quotes {
    font-size:2rem;
    text-align: center;
}
@media (max-width: 767px) {
    .quote_img {display:none;}
    .quotes {padding-top: 2rem;}
}

@media (max-width: 991px) {
    .quotes {
        font-size:2rem;
    }
  .info-banner-inner {
    padding: 2.4rem;
  }
  .info-banner.ul-two-col ul {
    column-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .info-banner {
    /*background: url("./../images/info-banner-mobile@2x.png") no-repeat center;*/
    background-size: cover;
  }
  .info-banner-inner {
    text-align: left;
    align-items: flex-start;
  }
  .services .info-banner-inner {
    text-align: center;
    align-items: center;
  }
  .services .info-banner-inner h3.info-banner-name {
    font-size: 2.6rem;
    max-width: 100%;
  }
  .info-banner-name {
    font-size: 3.6rem;
    max-width: 21rem;
  }
  .info-banner.ul-styled ul li {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .info-banner-inner {
    text-align: left;
    align-items: flex-start;
  }
  .info-banner-name {
    font-size: 3.6rem;
  }
}
.side-info-banner {
  display: flex;
}
.side-info-banner-img {
  flex: 0 0 50%;
  overflow: hidden;
}
.side-info-banner-img img {
  max-width: unset;
  margin-left: 50%;
  transform: translateX(-50%);
}
.side-info-banner-text {
  flex: 0 0 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2.4rem;
}
.side-info-banner-name {
  color: black;
  font-size: 3.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: center;
  max-width: 45rem;
  margin-bottom: 3rem;
}
.side-info-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.8rem;
}
.side-info-banner-buttons .btn {
  margin: 0.8rem;
}

@media (max-width: 1339px) {
  .side-info-banner-name {
    font-size: 3.6rem;
  }
  .side-info-banner-buttons .btn {
    width: 26.5rem;
  }
}
@media (max-width: 1199px) {
  .side-info-banner-name {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .side-info-banner {
    flex-wrap: wrap;
  }
  .side-info-banner-img {
    flex: 0 0 100%;
  }
  .side-info-banner-img img {
    width: 100%;
    height: auto;
  }
  .side-info-banner-text {
    flex: 0 0 100%;
    /*text-align: left;
    align-items: flex-start;*/
  }
  .side-info-banner-name {
    font-size: 3.6rem;
    /*text-align: left;*/
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
  .side-info-banner-buttons {
    /*justify-content: flex-start;*/
    margin: -0.6rem;
  }
  .side-info-banner-buttons .btn {
    margin: 0.6rem;
  }
}
.newsletter {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsletter-head {
  line-height: 1;
  margin-bottom: 3.2rem;
}
.newsletter p {
  max-width: 63rem;
  margin: 0 auto;
  font-size: 1.8rem;
  margin-bottom: 3.9rem;
}
.newsletter .input-group {
  max-width: 48.6rem;
}

@media (max-width: 767px) {
  .newsletter {
    text-align: left;
    align-items: flex-start;
  }
  .newsletter-head {
    margin-bottom: 2.4rem;
  }
  .newsletter p {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.search-item {
  background-color: #ffffff;
  transition: all 0.3s;
  width: 100%;
  max-width: 54rem;
  display: flex;
  padding: 0.8rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #f0f4ff;
}
.search-item:hover {
  box-shadow: 0 4px 16px rgba(69, 69, 69, 0.08);
  position: relative;
  z-index: 10;
}
.search-item-img {
  width: 9.6rem;
}
.search-item-content {
  width: calc(100% - 9.6rem);
  padding-left: 1.6rem;
  padding-right: 0.8rem;
  display: flex;
  justify-content: space-between;
}
.search-item-name {
  color: #454545;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.4rem;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.search-item-name:hover {
  color: #203c8c;
}
.search-item-info {
  display: flex;
  margin: -0.8rem;
}
.search-item-info span {
  margin: 0.8rem;
  color: #787878;
  font-size: 1.4rem;
  font-weight: 500;
}
.search-item-price {
  line-height: 1.2;
  padding-top: 1.2rem;
  color: #454545;
  font-size: 1.6rem;
  font-weight: 500;
}

.search-dropdown {
  box-shadow: 0 0 16px rgba(69, 69, 69, 0.1);
  background-color: #ffffff;
  padding: 1.6rem 2.4rem;
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  margin-top: 0.8rem;
  z-index: 100;
  display: none;
}
.search-dropdown h4 {
  color: #787878;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.search-dropdown-cat {
  margin-bottom: 2rem;
}
.search-dropdown-cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-dropdown-cat ul li {
  margin-bottom: 0.4rem;
}
.search-dropdown-cat ul li a {
  color: #454545;
  font-size: 1.6rem;
  font-weight: 400;
}
.search-dropdown-cat ul li a:hover {
  color: #203c8c;
}
.search-dropdown-bottom {
  text-align: center;
  margin-top: 1.6rem;
}
.search-dropdown-bottom .btn {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1.3rem 2.4rem;
}

@media (max-width: 991px) {
  .search-dropdown {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .search-item-img {
    height: 6.5rem;
    overflow: hidden;
  }
  .search-item-img img {
    height: 100%;
    max-width: unset;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .search-item-content {
    flex-wrap: wrap;
  }
  .search-item-text {
    width: 100%;
  }
  .search-item-name {
    margin-top: 0;
    margin-bottom: 0.4rem;
  }
  .search-item-price {
    width: 100%;
    padding-top: 0rem;
  }
}
.pagination {
  flex-wrap: wrap;
}

.page-prev img {
  transform: rotate(180deg);
}

.page-item.active .page-link {
  border: 1px solid #c1a78b;
  background: #ffffff;
  color: #c1a78b;
}

.page-link {
  width: 4rem;
  height: 4rem;
  display: flex;
  padding: 0.5rem;
  margin: 0.4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
  background: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #c1a78b;
}
.page-link:hover {
  border-color: #c1a78b;
  background: #ffffff;
  color: #c1a78b;
}
.page-link-dots {
  border: none;
}

@media (max-width: 767px) {
  .page-item.hide-mobile {
    display: none;
  }
}
@media (max-width: 369px) {
  .page-link {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.product-list-inner {
  margin-top: 2.4rem;
  position: relative;
  width: 100%;
}
.product-list-mobile-switch {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
  display: none;
}
.product-list-top {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  flex-wrap: wrap;
}
.product-list-count {
  display: flex;
}
.product-list-count span {
  margin-right: 0.8rem;
  color: #787878;
}
.product-list-count span:nth-child(2) {
  color: #454545;
}
.product-list-type {
  display: none;
}
.product-list-map {
  margin-left: auto;
}
.product-list-order {
  margin-left: 11.6rem;
}
.product-list-bottom {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-list-bottom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  position: relative;
  width: 100%;
}
.product-list-bottom-count {
  position: absolute;
  right: 0;
}
.product-list-bottom-count .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 8.4rem;
}

@media (max-width: 1339px) {
  .product-list-bottom-pagination {
    flex-wrap: wrap;
  }
  .product-list-bottom-count {
    position: relative;
    width: 100%;
    margin-top: 2.4rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .product-list-top {
    justify-content: flex-end;
  }
  .product-list-order {
    margin-top: 1.6rem;
  }
}
@media (max-width: 991px) {
  .product-list-mobile-switch {
    display: flex;
  }
  .product-list-top {
    justify-content: flex-end;
    margin-top: 1.2rem;
  }
  .product-list-order {
    margin-top: 1.6rem;
    width: 100%;
    margin-left: 0;
  }
  .product-list-order-head {
    display: none;
  }
  .product-list-order .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-list-top {
    justify-content: space-between;
  }
  .product-list-type {
    display: flex;
  }
  .product-list-map {
    display: none;
  }
  .product-list-bottom-count {
    display: none;
  }
}
.product-filter {
  /*box-shadow: 0 2px 4px rgba(69, 69, 69, 0.1);*/
  /*background-color: #ffffff;*/
  /*padding-bottom: 2.4rem;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-filter-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-filter .switcher,
.product-filter .switcher-radio {
  margin-bottom: 2.4rem;
  max-width: 50rem;
}
.product-filter-bottom {
  /*border-top: 1px solid #f7f9ff;*/
  width: 100%;
  /*margin-top: 2.4rem;*/
  padding: 2.4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f0f0f0;
  box-shadow: 0 2px 4px rgb(69 69 69 / 10%);
}
.product-filter-bottom .btn {
  margin-bottom: 1.2rem;
}

.filter-btn {
  background-color: #c1a78b;
  width: 100%;
  text-align: left;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
  position: relative;
  display: block;
}
.filter-btn.collapsed:after {
  transform: rotate(90deg);
}
.filter-btn:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 2.4rem;
  background: url("./../images/page_next_white.svg?1") no-repeat center;
  background-size: 0.8rem 1.5rem;
  top: 1.2rem;
  display: block;
  position: absolute;
  right: 0;
  transform: rotate(270deg);
  transition: all 0.3s;
}
.filter-item .filter-btn:hover {color:white;}
.filter-content-inner {
  padding: 2.4rem;
}

.filter-item {
  width: 100%;
  margin-bottom: 0.1rem;
}
.filter-item-list {
  width: 100%;
  background: #f0f0f0;
  box-shadow: 0 2px 4px rgb(69 69 69 / 10%);
}
.filter-item:last-child {
  margin-bottom: -1.2rem;
}
.filter-item:last-child .filter-content-inner {
  padding-bottom: 0;
}

.filter-list-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
  margin-top: 1.6rem;
}
.filter-list-btn img {
  margin-right: 0.8rem;
}

.product-filter-close {
  margin-left: auto;
  margin-right: 1.6rem;
  margin-bottom: 2.4rem;
  display: inline-flex;
  align-items: center;
  color: #787878;
  transition: all 0.3s;
  display: none;
}
.product-filter-close span {
  margin-right: 1.6rem;
}
.product-filter-close svg path {
  transition: all 0.3s;
}
.product-filter-close:hover {
  color: #454545;
}
.product-filter-close:hover svg path {
  fill: #454545;
}

@media (max-width: 991px) {
  .filter-list-btn {
    display: flex;
  }

  .product-list-inner {
    margin-top: 0;
  }

  .product-filter {
    padding-top: 1.6rem;
    position: fixed;
    background: #ffffff;
    z-index: 100;
    width: 0;
    top: 120px;
    left: 0;
    transition: all 0.3s;
    opacity: 0;
    height: calc(100vh - 120px);
    overflow-y: auto;
  }
  .product-filter-close {
    display: inline-flex;
  }
  .product-filter-col {
    position: static;
  }
  .product-filter-inner {
    width: 34rem;
  }
  .product-filter.open {
    display: flex;
    width: 34rem;
    opacity: 1;
  }
  .product-filter-bottom {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .product-filter-bottom .btn {
    width: 100%;
  }
  .product-filter-bottom .filter-watch {
    /*background-color: #f0f4ff;
    color: #223e8a;*/
  }
}
.breadcrumb {
  padding: 3.2rem 0;
  background: transparent;
}
.breadcrumb-item {
  color: #b7b7b7;
  font-size: 1.4rem;
}
.breadcrumb-item a {
  color: #b7b7b7;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 1.6rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #b7b7b7;
  padding-right: 1.6rem;
}
.breadcrumb-item.active {
  color: #454545;
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 1.6rem 0 2.4rem 0;
    margin-bottom: 0;
  }
}
.product-detail-img-main {
  text-align: center;
  position: relative;
}
.product-detail-img-main .tag-list {
  position: absolute;
  left: 1.6rem;
  top: 1.6rem;
}
.product-detail-img-main .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-detail-img-item {
  position: relative;
}
.product-detail-img-item .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.8rem;
  height: 4.8rem;
  background-size: 1.3rem auto;
  background-position: top 1.6rem left 1.9rem;
}
.product-detail-img-list {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

.swiper-detail-list .swiper-slide {
  text-align: center;
  padding: 1.2rem;
}
.swiper-detail-list .swiper-slide a {
  display: block;
}
.swiper-detail-list .swiper-slide a img {
  margin: 0 auto;
}

.product-detail-top-head {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #f0f4ff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.8rem;
}
.product-detail-top-head-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  align-items: flex-end;
}
.product-detail-top-head h1 {
  margin-bottom: 1rem;
}
.product-detail-top-head .tag-list {
  flex-direction: row;
  margin: -0.4rem;
  margin-top: 1.2rem;
}
.product-detail-top-head .tag-item {
  margin: 0.4rem;
}
.product-detail-top-text {
  max-width: 64rem;
  margin-left: auto;
}
.product-detail-top-text .perex {
  margin-bottom: 0;
}
.product-detail-top-text .perex p {
  margin-bottom: 2.4rem;
}
.product-detail-price {
  color: #454545;
  font-size: 2.4rem;
  font-weight: 500;
}
.product-detail-id {
  color: #b7b7b7;
  font-size: 1.6rem;
  font-weight: 500;
}
.product-detail-info {
  display: flex;
  flex-wrap: wrap;
}
.product-detail-table {
  width: 37rem;
}
.product-detail-map {
  width: calc(100% - 37rem);
  text-align: center;
  margin-top: 4rem;
}
.product-detail-buttons {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.8rem;
  margin-top: 2.4rem;
}
.product-detail-buttons .btn {
  margin: 0.8rem;
}
.product-detail-buttons .btn-primary {
  flex-grow: 1;
}

.product-detail-buttons.mobiletop {
  display:none;
}


.product-detail-share {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #f0f4ff;
  display: flex;
  flex-wrap: wrap;
}
.product-detail-share .dropdown-menu {
  top: 100% !important;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.product-detail-share .dropdown-menu .dropdown-item {
  margin-bottom: 0;
  margin-right: 0;
}
.product-detail-share a, .product-detail-share button {
  margin-right: 3rem;
  margin-bottom: 1.2rem;
}

.product-detail-top-text-mobile {
  display: none;
}
.product-detail-top-text-mobile .product-detail-top-head {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 0;
  border-bottom: none;
}
.product-detail-top-text-mobile .product-detail-top-head h1 {
  margin-bottom: 0.4rem;
}
.product-detail-top-text-mobile .product-detail-top-head-left {
  width: 100%;
  margin-bottom: 2rem;
}
.product-detail-top-text-mobile .product-detail-top-head-right {
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  align-items: flex-end;
  width: 100%;
}
.product-detail-top-text-mobile .product-detail-top-head .tag-list {
  margin-top: 0.8rem;
}
.product-detail-top-text-mobile .product-detail-id {
  width: 30%;
}
.product-detail-top-text-mobile .product-detail-price {
  text-align: right;
  width: 70%;
}

.table td {
  padding: 1.6rem;
  border-top: none;
  border-bottom: 1px solid #f0f4ff;
}
.table td:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
}
.table td:last-child {
  padding-right: 0;
}

.table-left-light td {
  width: 50%;
  vertical-align: middle;
}
.table-left-light td:nth-child(1) {
  color: #787878;
}
.table-left-light td:last-child {
  text-align: right;
}
.table-left-light td .tag-item {
  margin: 0;
}

.product-detail-text {
  max-width: 64rem;
}
.product-detail-text h2 {
  margin-top: 5rem;
}
.product-detail-text p {
  margin-bottom: 3rem;
  margin-bottom: 0;
}
.product-detail-bottom-right-col .product-detail-text {
  margin-left: auto;
}
.product-detail-bottom-right-col .table-left-light td:last-child {
  text-align: left;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .product-detail-text {
    max-width: 42rem;
    margin-left: 0 !important;
  }
  .product-detail-table {
    width: 100%;
  }
  .product-detail-map {
    width: auto;
    margin-top: 0;
    display: inline-flex;
    order: 3;
  }
  .product-detail-map .link-icon-top {
    flex-direction: row;
  }
  .product-detail-map .link-icon-top span {
    margin-left: 0.8rem;
    margin-top: 0;
  }
  .product-detail .product-detail-more {
    display: inline-flex;
    margin-right: 3.2rem;
  }
}
@media (max-width: 991px) {
  .product-detail-top-text-mobile {
    display: block;
  }

  .product-detail-top-text-col .product-detail-top-head {
    display: none;
  }

  .product-detail-top-text {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .product-detail-buttons {
    flex-direction: column;
    margin-top: 1.6rem;
  }
  .product-detail-buttons .btn {
    text-align: center;
  }
  .product-detail-buttons .btn-icon {
    justify-content: center;
  }
  .product-detail-buttons.mobiletop {
    display:flex;
    margin-top: 0;
    margin-bottom: 1.6rem;
  }
  .product-detail-buttons.mobilehide {
    display:none;
  }
  .product-detail-share {
    padding-top: 0;
    margin-top: 1.6rem;
    border-top: none;
  }
  .product-detail-bottom-left-col {
    order: 2;
  }
  .product-detail-bottom-right-col {
    order: 1;
  }
  .product-detail-text h2 {
    margin-top: 2.4rem;
  }
}
.variant-table {
  margin-top: 5rem;
}
.variant-table-inner {
  /*max-height: 380px;*/
  /*overflow: auto;*/
}
.variant-table-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.variant-table-top-name {
  display: flex;
  align-items: center;
}
.variant-table-top-name-head {
  margin-bottom: 0;
  margin-right: 1.6rem;
}
.variant-table-top-name-head span {
  color: #787878;
}
.variant-table-top-name .print img {
  display: block;
  width: 2.4rem;
}
.variant-table-top-switch .switcher {
  max-width: 100%;
  justify-content: center;
}
.variant-table-top-check {
  display: flex;
  justify-content: flex-end;
}
.variant-table-top-check .check-styled {
  margin-bottom: 0;
  width: auto;
  display: inline-block;
}
.variant-table-top-check .check-styled input[type=checkbox] + label {
  color: #787878;
}
.variant-table-top-check .check-styled input[type=checkbox] + label:hover {
  color: #203c8c;
}
.variant-table table {
  width: 100%;
}
.variant-table table th {
  background-color: #c1a78b;
  padding: 1.4rem 2.4rem;
  color: black;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
}
.variant-table table td {
  padding: 0.7rem 2.4rem;
  height: 5.6rem;
  border-bottom: 1px solid #f0f4ff;
}
.variant-table table td .tag-item {
  margin: 0;
}
.variant-table table td .btn {
  padding: 1.2rem 2.4rem;
  font-size: 1.4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
}
.variant-table table td .mobile-name {
  display: none;
}
.variant-table table .table-col-id {
  color: #787878;
}
.variant-table table tr:hover {
  box-shadow: 0 4px 16px rgba(69, 69, 69, 0.08);
}
.variant-table-more {
  /*display: none;*/
}

@media (max-width: 1499px) {
  .variant-table table th {
    padding: 1.4rem 2rem;
    font-size: 1.6rem;
  }
  .variant-table table td {
    padding: 0.7rem 2rem;
  }
}
@media (max-width: 1339px) {
  .variant-table table th {
    padding: 1.4rem 1rem;
    font-size: 1.4rem;
  }
  .variant-table table td {
    padding: 0.7rem 1rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .variant-table-top-switch .switcher {
    justify-content: flex-end;
  }
  .variant-table-top-check {
    margin-top: 2.4rem;
  }
}
@media (max-width: 991px) {
  .variant-table-top-name {
    justify-content: space-between;
  }
  .variant-table-top-switch .switcher {
    justify-content: flex-start;
    margin-top: 2.4rem;
  }
  .variant-table-top-check {
    justify-content: flex-start;
  }
  .variant-table table thead {
    display: none;
  }
  .variant-table table tbody {
    display: flex;
    flex-direction: column;
  }
  .variant-table table .table-row {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 2px 4px rgba(69, 69, 69, 0.1);
    background-color: #ffffff;
    padding: 2.4rem;
    margin-bottom: 1.6rem;
    display: none;
  }
  .variant-table table .table-row.load-mobile {
    display: flex;
  }
  .variant-table table .table-col {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    font-size: 1.6rem;
    height: 3.8rem;
  }
  .variant-table table .table-col .mobile-name {
    display: block;
  }
  .variant-table table .table-col-id {
    order: 1;
    width: 50%;
    justify-content: flex-start;
    border: none;
  }
  .variant-table table .table-col-state {
    order: 2;
    width: 50%;
    text-align: right;
    justify-content: flex-end;
    border: none;
  }
  .variant-table table .table-col-floor {
    order: 3;
  }
  .variant-table table .table-col-disposition {
    order: 4;
  }
  .variant-table table .table-col-size {
    order: 5;
  }
  .variant-table table .table-col-size-balcony {
    order: 6;
  }
  .variant-table table .table-col-garden {
    order: 7;
  }
  .variant-table table .table-col-price {
    order: 8;
    text-align: right;
    justify-content: flex-end;
    font-weight: 500;
    border: none;
    height: 5rem;
  }
  .variant-table table .table-col-show {
    order: 9;
    width: 50%;
    border: none;
  }
  .variant-table table .table-col-buy {
    order: 10;
    width: 50%;
    justify-content: flex-end;
    border: none;
  }
  .variant-table-more {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 1.6rem;
  }
}
.product-map-section {
  width: 100%;
  overflow: hidden;
}

.map-wrap {
  width: 100%;
  height: 75rem;
  position: relative;
}

.map-inner {
  width: 100%;
  height: 100%;
}

.property-item-map {
  box-shadow: 0 16px 32px rgba(69, 69, 69, 0.32);
}

.map-info {
  position: absolute;
  bottom: 2.4rem !important;
  left: 2.4rem !important;
  box-shadow: 0 2px 4px rgba(69, 69, 69, 0.1);
  padding: 2.4rem 2.4rem 1.2rem 2.4rem;
  min-width: 21.7rem;
}
.map-info-item {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.map-info-item img {
  margin-right: 1.2rem;
}
.map-info-inner {
  position: relative;
  z-index: 10;
}
.map-info:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
}

.gm-style .gm-style-iw-c {
  width: 342px !important;
  padding: 0;
  border-radius: 0;
  overflow: visible;
}

.gm-style .gm-style-iw-d {
  overflow: visible !important;
  padding: 0 !important;
}

.gm-style .gm-style-iw-t::after {
  top: -1px;
}

.gm-style .gm-style-iw .gm-ui-hover-effect {
  background: url("./../images/close-light.svg?1") no-repeat center !important;
  width: 2rem !important;
  height: 2rem !important;
  top: 1.6rem !important;
  right: 1.6rem !important;
  opacity: 1;
  transition: all 0.3s;
}
.gm-style .gm-style-iw .gm-ui-hover-effect:hover {
  transform: rotate(90deg);
}
.gm-style .gm-style-iw .gm-ui-hover-effect img, .gm-style .gm-style-iw .gm-ui-hover-effect span {
  display: none !important;
}

@media (max-width: 991px) {
  .map-wrap {
    height: 66.7rem;
  }

  .product-map-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .map-wrap {
    height: auto;
  }

  .map-inner {
    height: 66.7rem;
  }

  .map-info {
    position: relative;
    bottom: 0;
    left: 0;
    box-shadow: none;
    padding: 2.4rem 2.4rem 1.2rem 2.4rem;
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .map-info:after {
    display: none;
  }
}
.sticky-bar {
  display: none;
  box-shadow: 0 8px 16px rgba(69, 69, 69, 0.16);
  background-color: #ffffff;
  padding: 1.2rem 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
}
.sticky-bar-inner {
  display: flex;
  justify-content: flex-end;
}
.sticky-bar-text {
  display: flex;
  margin-right: 4rem;
  width: 100%;
  max-width: 51rem;
  justify-content: space-between;
}
.sticky-bar-text-left {
  padding-right: 2.4rem;
}
.sticky-bar-text-left .link-icon {
  font-size: 1.4rem;
}
.sticky-bar-text-left .link-icon img {
  width: 1.3rem;
}
.sticky-bar-head {
  font-size: 2rem;
  font-weight: 500;
}
.sticky-bar-price {
  font-size: 2rem;
  font-weight: 500;
}
.sticky-bar-info {
  display: flex;
  margin: -0.8rem;
  justify-content: flex-end;
}
.sticky-bar-info span {
  color: #787878;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0.8rem;
}
.sticky-bar-buttons {
  display: flex;
  margin: -0.8rem;
}
.sticky-bar-buttons .btn {
  margin: 0.8rem;
}

.btn-sticky-like {
  width: 5.6rem;
  height: 5.6rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 991px) {
  .sticky-bar {
    top: auto;
    bottom: 0;
  }
  .sticky-bar-text {
    display: none;
  }
  .sticky-bar-buttons {
    width: calc(100% + 1.6rem);
  }
  .sticky-bar-buttons .btn-primary {
    flex-grow: 1;
  }
}
.contact-info-banner {
  display: flex;
  overflow: hidden;
}
.contact-info-banner-img {
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
}
.contact-info-banner-img img {
  max-width: unset;
  margin-left: 50%;
  transform: translateX(-50%);
}
.contact-info-banner-text {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 4rem 5rem 2rem 5rem;
  background-color: white;
}

.contact-info-head {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.contact-info-text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2rem;
}
.contact-info-text p {
  margin-bottom: 0;
}
.contact-info-text span {
  display: block;
  font-size: 1.4rem;
}

@media (max-width: 1199px) {
  .contact-info-banner-text {
    padding: 2.4rem;
  }

  .contact-info-head {
    font-size: 1.4rem;
    margin-bottom: 0rem;
  }
  .contact-info-text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .contact-info-text span {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .contact-info-banner {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-info-banner-img {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .contact-info-banner-img img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .contact-info-banner-text {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }

  .contact-info-head {
    font-size: 1.4rem;
    margin-bottom: 0rem;
  }
  .contact-info-text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .contact-info-text span {
    font-size: 1.2rem;
  }
}
.contact-map iframe {
  width: 100%;
}

.contact-form-wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact-form-left {
  flex: 0 0 50%;
  max-width: 50%;
  background: #c1a78b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  text-align: center;
}
.contact-form-left p {
  margin-top: -6rem;
}
.contact-form-left h4 {
  color: #ffffff;
}
.contact-form-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 4rem 4rem;
  padding-bottom: 2rem;
  background-color: white;
}

.services-form-wrap .before-form {
    width: 720px;
    margin: 0 auto;
}

.services a.btn {margin-top:2rem;}

.services .services-form-wrap h3.before-form {
    margin-bottom: 3rem;
}

.services .services-form-wrap ul {
    padding-left: 0;
}

.services .services-form-wrap ul li {
    list-style: none;
    background: url(/images/services_li.png) no-repeat 0% 12px;
    padding-left: 35px;
    padding-bottom: 12px;
}

.services .services-form-wrap ul li.services_client {
    padding-left: 110px;
    padding-bottom: 30px;
}

.services .services-form-wrap ul li.services_client.service1 {background: url(/images/services_client_1.png) no-repeat 15px 0px;}
.services .services-form-wrap ul li.services_client.service2 {background: url(/images/services_client_2.png) no-repeat 15px 0px;}
.services .services-form-wrap ul li.services_client.service3 {background: url(/images/services_client_3.png) no-repeat 15px 0px;}

.services-form-wrap p.before-form {padding: 2rem 0 4rem 0;}
/*.services-form-wrap p.before-form a {font-weight:bold;}*/

.services-form-wrap .contact-form-right {
    width: 720px;
    background: none;
    border: 0.1rem solid #c2c2c2;
    padding: 6rem 9rem;
    flex: none;
    max-width: none;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .services-form-wrap .before-form {
        width: auto
    }
    .services-form-wrap .contact-form-right {
        width: auto;
        padding: 4rem 5rem;
    }
    
  .contact-form-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 3.2rem;
  }
  .contact-form-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .contact-form-right {
    padding: 2.4rem;
  }
}
.contact-us {
  text-align: center;
  padding-bottom: 3rem;
}
.contact-us-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-us-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 3rem;
  line-height: 1.4;
}
.contact-us-item span {
  margin-top: 2rem;
  display: block;
}
.contact-us-item a.pointer {
  margin-top: 2rem;
  display: block;
  color: black;
}

.contact-us-item:hover .pointer {
  text-decoration: underline;
}

.contact-us-item svg {
  height: 3rem;
  width: auto;
}
.contact-us-item svg path {
  fill: #454545;
  transition: all 0.3s;
}
.contact-us-item a:hover svg path {
  fill: #275ae3;
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 59rem;
  }
}

.modal-body {
  padding: 3.2rem;
}
.modal-headline {
  margin-bottom: 3.2rem;
}
.modal .close {
  opacity: 1;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.modal .table tr:last-child td {
  border-bottom: none;
}
.modal-buttons {
  display: flex;
  justify-content: flex-end;
  margin: -0.8rem;
  margin-top: 0;
}
.modal-buttons .btn {
  margin: 0.8rem;
}

@media (max-width: 767px) {
  .modal-body {
    padding: 2.4rem;
    padding-top: 3.6rem;
  }
  .modal-buttons {
    flex-direction: column;
  }
  .modal-buttons .btn-primary {
    order: 1;
  }
  .modal-buttons .btn-light {
    order: 2;
  }
  .modal .table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .modal .table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .modal .table td {
    width: 100%;
    text-align: left;
    padding: 0.4rem 0;
    padding-bottom: 0.8rem;
  }
  .modal .table td:first-child {
    border: none;
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
  }
}
.fancybox-navigation .fancybox-button {
  width: 6.4rem;
  height: 6.4rem;
  background: url("./../images/fancybox-arrow.png") no-repeat center;
}
.fancybox-navigation .fancybox-button div {
  display: none;
}
.fancybox-navigation .fancybox-button--arrow_left {
  transform: rotate(180deg);
}

.fancybox-toolbar .fancybox-button--close {
  width: 3.6rem;
  height: 3.6rem;
  background: url("./../images/fancybox-close.svg?1") no-repeat center;
  margin-top: 1.6rem;
  margin-right: 1.6rem;
}

.fancybox-infobar {
  top: auto;
  bottom: 2.4rem;
  height: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 16px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.fancybox-slide--image {
  padding: 6.4rem;
}

.fancybox-bg {
  background-color: #262626;
  opacity: 0.9 !important;
}

@media (max-width: 991px) {
  .fancybox-slide--image {
    padding: 2.4rem;
  }
}
footer {
  background-color: #f8f8f8;
  width: 100%;
}

.footer-top {
  padding-bottom: 4rem;
}

.footer-top-col {
  margin-top: 5.6rem;
}
.footer-top-col h3 {
  text-transform: uppercase;
  margin-bottom: 2.6rem;
  font-size: 1.4rem;
}
.footer-top-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-top-col ul li {
  margin-bottom: 1.2rem;
}
.footer-top-col ul li a {
  color: #787878;
  font-size: 1.5rem;
  font-weight: 400;
  transition: all 0.3s;
}
.footer-top-col ul li a:hover {
  color: #454545;
}

.footer-bottom {
  padding-top: 3.5rem;
  padding-bottom: 5.6rem;
  background: #ffffff;
  width: 100%;
}
.footer-bottom-col-1, .footer-bottom-col-2, .footer-bottom-col-3 {
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
}
.footer-bottom-col-3 {
  overflow: hidden;
}
.footer-bottom-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-right: -3.9rem;
}
.footer-bottom-links a {
  color: #787878;
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
  margin-right: 3.9rem;
}
.footer-bottom-copy {
  margin-top: 4.4rem;
}

.soc-icon {
  margin: 1.2rem;
}
.soc-icon-list {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.soc-icon svg path {
  transition: all 0.3s;
}
.soc-icon.fb svg {
  height: 3.2rem;
  width: auto;
}
.soc-icon.fb:hover svg path {
  fill: #3b5999;
}
.soc-icon.insta svg {
  height: 3.2rem;
  width: auto;
}
.soc-icon.insta:hover svg path {
  fill: #dd2b7b;
}
.soc-icon.yt svg {
  height: auto;
  width: 3.2rem;
}
.soc-icon.yt:hover svg path {
  fill: #fd3333;
}
.soc-icon.in svg {
  height: 3rem;
  width: auto;
}
.soc-icon.in:hover svg path {
  fill: #4775b3;
}

@media (max-width: 1199px) {
  .footer-bottom-col-1 {
    order: 1;
  }
  .footer-bottom-col-2 {
    order: 2;
    /*margin-top: 3rem;*/
  }
  .footer-bottom-col-3 {
    order: 3;
  }
  .footer-bottom-col-4 {
    order: 4;
    display: flex;
    align-items: center;
  }
  .footer-bottom-col-5 {
    order: 5;
  }
}
@media (max-width: 991px) {
  .footer-bottom {
    padding-top: 2.4rem;
    padding-bottom: 4rem;
  }
  .footer-bottom-col-1 {
    order: 1;
  }
  .footer-bottom-col-2 {
    order: 2;
    margin-top: 3.2rem;
  }
  .footer-bottom-col-3 {
    order: 3;
    margin-top: 3.2rem;
    margin-bottom: 3rem;
  }
  .footer-bottom-col-4 {
    order: 4;
  }
  .footer-bottom-col-5 {
    order: 5;
  }
  .footer-bottom-links {
    justify-content: flex-start;
    flex-direction: column;
  }
  .footer-bottom-links a {
    margin-bottom: 1.6rem;
  }
  .footer-bottom-copy {
    margin-top: 1.6rem;
  }

  .soc-icon-list {
    justify-content: flex-start;
    margin: -1.2rem;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding-top: 1.6rem;
    padding-bottom: 2.4rem;
  }
  .footer-top-col {
    margin-top: 1.6rem;
    border-bottom: 1px solid #e2e2e2;
  }
  .footer-top-col:last-child {
    border-bottom: none;
  }
  .footer-top-col h3 {
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 1.6rem;
    position: relative;
    cursor: pointer;
  }
  .footer-top-col h3::after {
    width: 1rem;
    height: 0.6rem;
    margin-left: 0.8rem;
    border: none;
    background: url("./../images/dropdown.svg?1") no-repeat center;
    top: 0.8rem;
    display: block;
    position: absolute;
    right: 1.6rem;
    content: "";
    transition: all 0.3s;
  }
  .footer-top-col h3.open:after {
    transform: rotate(180deg);
  }
  .footer-top-col ul {
    display: none;
  }
}

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

/* ADDED TOMAS */
.more_info_hidden {display:none;}

.onclick_form_cenikxx {display: none;}

#check11, #check22 {display:none;}

.content {padding-bottom: 3rem;}
.content h1 {margin-top: 2.4rem;}
.content img {max-width: 100%; height: auto;}
.news-item img {max-width: 100%; height: auto;}
.ui-dialog { z-index: 10000 !important ;}
.ui-widget-overlay {background: black !important;}

#show_on_map2 {display: none;}

.product-list-col #map {height: 750px !important;}

.ui-widget-header {border: none;background: black;color: white; border-radius: 0;}

/*.product-detail .swiper-button-next, .product-detail .swiper-button-prev {top: initial; bottom: 160px;}*/
.product-detail .product-detail-img-list {overflow: hidden;}

.info-banner-inner h3.info-banner-name {text-shadow: 0 2px 6px #000000cc;}
.info-banner-inner ul li {text-shadow: 0 2px 2px #000000cc; font-size:2.5rem;}

.hidemenow {display: none;}


#wscontent2 {display: none;}

.ws-anim {
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important;
    opacity: 1;
    transform: scale(1);
    visibility: visible !important;
  }

  .ws-cookies-bar {
    font: inherit;
    width: 100%;
    max-width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0;
    position: fixed;
    padding: 4em;
    color: inherit;
    background-color: #FFF;
    font-size: 16px;
    line-height: 1.5em;
    box-shadow: 0 0.625em 1.875em rgb(2 2 3 / 28%);
    z-index: 999;
  }

  @media screen and (max-width: 768px) {
    .ws-cookies-bar {
      max-width: 100%;
      right: 0px;
      left: 0px;
      bottom: 0px;
      top: auto;
      transform: none;
      padding: 1em;
    }
  }

  .ws-cookies-bar-content {
    max-width: 40em;
    margin: 0 auto;
  }

  .ws-cookies-bar-title {
    margin-bottom: 0.7em;
    font-size: 2.35em;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1em;
  }

  .ws-cookies-bar-txt {
    margin-bottom: 1.4em;
    font-size: 16px;
    line-height: 1.5em;
    line-height: 1.7em;
  }

  .ws-cookies-bar-btn {
    color: #FFF;
    background: #727271;
    padding: 1em 1.7em;
    display: inline-block;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: 0px;
    width: 48.5%;
    border: 0;
    /*font-weight: 600;*/
    font-size: 16px;
    line-height: 0;
    height: auto !important;
    padding: 17px 15px;
    font-size: 18px;
}

  .ws-cookies-bar-btn.ws-light {
    color: #727271;
    background: #EBEBEB;
  }

  .ws-cookies-bar-btn.ws-right {
    float: right;
  }

  .ws-cookies-bar-btn.ws-xs {
    width: auto;
    padding: 17px 15px;
    font-size: 18px;
  }

  .ws-link {
    color: #727271;
    background: #fff;
    border-color: #FFF;
    display: inline;
    padding-bottom: 0;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    border: 0;
    font-size: 16px;
    padding: 0 !important;
    line-height: inherit !important;
    height: auto;
  }

  .ws-simple-dialog-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.6);
    font: inherit;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .ws-dialog {
    display: none;
    max-width: 40em;
    border-radius: 0;
    display: flex;
    align-items: center;
    transform: none;
  }

  .ws-simple-dialog {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
    background-color: #fff;
    color: #727271;
  }

  .ws-dialog-setting h3 {
    /*float: left;*/
    padding-right: 55px;
  }

  .ws-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    padding: 1em 1em;
  }

  .ws-modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
  }

  .ws-dialog-content {
    font-size: 16px;
    line-height: 1.5em;
    padding-bottom: 20px
  }

  .ws-modal-body {
    overflow-y: auto;
    min-height: 400px;
    padding: 1em 1em;
  }

  .ws-modal-footer {
    padding-top: 2em;
  }

  button.ws-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 44px;
    cursor: pointer;
    color: #727271;
    height: 20px;
    line-height: 0;
    font-weight: 300;
    margin: 0
  }

  .ws-dialog-setting {
    background: #F5F5F5;
    padding: 1em 1.3em;
    border-radius: 0px;
    margin-top: 10px;
    transition: background-color .25s ease;
    min-height: 60px;
    position: relative;
  }

  .ws-dialog-setting:hover {
    background: #EBEBEB;
    transition: background-color .25s ease;
  }

  .ws-switcher {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 50px;
    height: 25px;
    line-height: 25px;
    margin: 0px;
    font-size: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*float: right;*/
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .ws-switcher input {
    display: none;
  }

  .ws-switcher-indicator::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d5d5d5;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation-name: pulsein;
    animation-name: pulsein;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
  }

  .ws-switcher-indicator::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px;
    height: 6px;
    background-color: #d5d5d5;
    border-radius: 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  input:checked+.ws-switcher-indicator::after {
    background-color: #727271;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
    -webkit-animation-name: pulseout;
    animation-name: pulseout;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
  }

  input:checked+.ws-switcher-indicator::before {
    background-color: #727271;
  }

  input:disabled+.ws-switcher-indicator::after, input:disabled+.ws-switcher-indicator::before {
    background-color: #727271;
  }

  @media screen and (max-width: 768px) {
    .ws-cookies-bar {
      width: auto;
    }

    .ws-cookies-bar-content {
      margin: 0 auto;
      padding: 0;
      margin: 0;
    }

    .ws-cookies-bar-btn {
      width: 100%;
      margin-bottom: 5px
    }

    .ws-simple-dialog-modal {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99999;
      display: none;
      width: 100%;
      height: 100%;
      overflow: hidden;
      outline: 0;
    }

    .ws-simple-dialog {
      width: 100%;
      padding-bottom: 15px;
      transform: none;
      display: flex;
      align-items: center;
      min-height: calc(100% - 1rem);
      height: calc(100% - 1rem);
      position: inherit !important;
      left: inherit;
      top: inherit;
      overflow-y: auto;
    }

    .ws-simple-dialog h3 {
      font-size: 0.95em;
    }

    .ws-dialog-setting {
      padding: 0.8em 1em;
    }

    .ws-cookies-bar-btn.ws-xs {
      width: 100%;
    }
  }

  .nav-link {
    color: black;
  }

  .nav-link:hover, .dropdown-menu .dropdown-item:hover {
    color: #ffb400;
    color: #007080;
  }

  .btn-primary {
    color: white;
    background-color: black;
    border-color: black;
    /* background-color: #007080;
    border-color: #007080; */
    font-family: "Sweet";
}

.carousel-caption .headline {
  color: black;
  text-shadow: none;
  font-family: "Sweet Bold";
}

.add-favorite.active {
  background: #e38f6d url(./../images/favorite_hover.svg?1) no-repeat center;
  background: #ffb400 url(./../images/favorite_hover.svg?1) no-repeat center;
  background: #007080 url(./../images/favorite_hover.svg?1) no-repeat center;
}

.promo-property-item-right {
  background-color: white;
}

.navbar {
  font-family: "Sweet";
}

.header-main-search .form-control {
  color: black;
}

h1, .h1 {
  font-family: "Sweet Bold";
  color: black;
}

.promo-property-item-name, .service-box-item-name {
  color: black;
  font-family: "Sweet Bold";
}

svg path {
  fill: #454545 !important;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  /*color: #212529;*/
  background-color: #ffb400;
  border-color: #ffb400;
}

.btn:hover {
  color: black;
  color: white;
  text-decoration: none;
}
.top-menu-right .btn:hover {
  color: #ffb400;
  color: #007080;
}

.top-menu-right button {transition: none;}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}

.refer-pagin {
  font-size: 2.2rem;
  color: #e8bba4;
  padding: 0 3rem;
}

.homepage-img {
    height: 600px;
    /* background: url(/images/LX_new_hero2.jpg) no-repeat center;
    background: url(/images/obrazek_homepage_30let.jpg) no-repeat center;
    background: url(/images/obrazek_homepage_new.jpg) no-repeat center;
    background: url(/images/obrazek_homepage_NEW_12_2024.jpg) no-repeat center; */
    background: url(/images/obrazek_churchill_homepage_NEW_7_2025.jpg) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

@media (max-width: 767px) {
  .homepage-img {
    background: url(/images/master_mobil2.jpg) no-repeat center;
    background: url(/images/obrazek_homepage_30let_responzivni.jpg) no-repeat center;
    width: 344px;
    margin: 0 auto;
  }

  
}

.homepage-img h1 {
    font-family: "Arial";
    font-size: 5.0rem;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 1.3;
    color: black;
    color: white;
    /* text-shadow: 0px 0px 20px #ffffff; */
}

.homepage-img .carousel-buttons {
  position: absolute;
  bottom: 70px;
}

.homepage-img .btn-primary {
  background-color: #ffb400;
  color: black;
  background-color: #007080;
  color: white;
  padding: 1.9rem 3.2rem;
}

.homepage-img .btn-primary:hover {
  background-color: #c1a78b;
  background-color: #448d97;
}

.homepage-img h1 span {
    font-family: "Superior";
}

.homepage-img h1 span span {
    font-size: 7rem;
    line-height: 0.9;
}

@media (max-width: 767px) {
    .homepage-img h1 {
        font-size: 4rem !important;
        line-height: 1.1;
        text-align: left;
        padding-left: 40px;
        padding-right: 40px;
        font-family: "Arial";
        color: white;
    }
    .homepage-img h1 span {
      color: white;
    }
    .homepage-img h1 span span {
        font-size: 4.6rem !important;
    }
    .homepage-img .carousel-buttons a {
      width: 270px;
    }
}

@media (min-width: 1340px) {
    .news1_3 {display: none;}
}

.info-banner-section .container div {
  overflow: hidden;
}

.info-banner-section .container div img {
  width: 100%;
  min-width: 515px;
}

.header-main-search {
  display: none;
}



.header-main-search.open {
  display: block;
}

@media (min-width: 992px) {
    .header-main-search.open {
      display: flex;
      justify-content: flex-end;
      width: 100%;
    }
}

#main_search_form {
  width:100%;
}

.header-toggle-search svg {
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.yellow_container {
  overflow: hidden;
}

.yellow_container .container {
  position: relative;
}

#ystrip1 {
  position:absolute;top:475px;left:-100px;
}
#ystrip2 {
  position:absolute;top:50px;right:-100px;
}
#ystrip3 {
  position: absolute;top: 110px;left: -100px;
}
#ystrip4 {
  position: absolute;top: -100px;right: -100px; z-index:-1;
}
#ystrip5 {
  position: absolute;top: 50px;left: -80px;z-index: -1; z-index: 0; top:260px;
}

.mb-md-14 {margin-bottom: 14rem !important;}

span.right.price.vypis_cena {color: #454545 !important;}

@media (max-width: 767px) {
  #ystrip1,#ystrip2,#ystrip3,#ystrip4,#ystrip5 {
    display: none;
  }
  .komora {display: none;}
}

@media (min-width: 992px) {
  .header-main {display: none;}
  .header-main-search-group {
    width: 460px;
  }
}
@media (max-width: 991px) {
  .header-main {display: flex !important;}
  .soc-icon {margin: 2.2rem;}
}
@media (max-width: 991px) {
  .top-menu {
      min-height: 5.6rem;
  }
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background-color: #c1a78b !important;
  border-color: #c1a78b !important;
}

@media (max-width: 422px) {
  .header-toggle-search {
      margin-right: 1rem;
  }
  .header-toggle-search svg {
      top: 0px;
  }
  .header-toggle-search span {
      display: none;
  }
}

@media (min-width: 1200px) {
    .product-list-inner .row .col-xl-3 {
        flex: 0 0 27%;
        max-width: 27%;
    }
    .product-list-inner .row .col-xl-9 {
        flex: 0 0 73%;
        max-width: 73%;
    }
}

.blog_wrapper .content-section div.content img {
    width: 100%;
    margin-bottom: 20px;

    margin-bottom: 5px;
    margin-top: -10px;
}

.blog_wrapper .content-section div.content.category img {
    margin-top: 0px;
}

.blog_wrapper .content-section div.content a {
  color: #FAB51A;
}

.blog_wrapper .content-section div.content div.partleft img {
    height: 100%;
}

.blog_wrapper .content-section div.content {
    padding: 45px 90px;
    border: 1px solid black;
    margin-top: 6px;
    margin-bottom: 30px;
    max-width: 940px;
    position: relative;
}

.blog_wrapper .content-section div.content.newest {
    padding: 0;
    border: none;
    margin-top: 6px;
    margin-bottom: 30px;
    max-width: 940px;
    position: relative;
}

.newestheader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.blog_wrapper .content-section div.content.category {
    border: none;
    padding: 0;
}

.blog_wrapper .content-section div.content.category div.row {
  border: 1px solid black;
  min-height: 342px;
  margin-bottom: 40px;
}

.blog_wrapper .content-section div.content.category div.row .text {
  padding-top: 8px;
}

.blog_wrapper .content-section div.content.category div.row .text p {
  margin: 0;
}

.blog_wrapper .content-section div.content.category div.row .text p {
  padding-top: 8px;
}

.blog_wrapper .content-section div.content.category div.row .heading {
  color: black;
  font-size: 30px;
  font-family: "Sweet Bold";
  line-height: 1.1;
}
.blog_wrapper .content-section div.content.category div.row a:hover {
  color:#ffb400;
}

div.partleft {
  padding: 0;
  background-size: cover;
}

div.partright {
  padding: 30px 40px;
}

div.rowdatum {
  font-size: 12px;
    display: flex;
    gap: 10px;
    line-height: 17px;
}

div.rowdatum img {
  width: 32px !important;
  height:32px !important;
}

@media (max-width: 770px) {
  .blog_wrapper .content-section div.content {
      padding: 20px 40px;
      border:none;
  }
}

@media (max-width: 1020px) {
  .newest {
    padding: 0 40px !important;
  }
}

.newarticle a.heading {
  color: black;
    padding: 0 20px 20px 20px;
    display: block;
    font-family: "Sweet Bold";
}
.newarticle {
  border: 1px solid black;
  padding: 0;
  flex-shrink: 1;
}

.newest .row {
  gap: 35px;
  margin: 0;
  flex-wrap: nowrap;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 576px) {
  .newest .row {
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .newarticle.treti {display: none;}
}

.blog_header .navbar-expand-lg {height: 77px;}
.blog_header .navbar-nav.mr-auto {margin:0 auto;}

.blog_wrapper #ystrip1 {display:inline !important;width: auto; height: auto; top: 500px; left: -170px;z-index: 1;}
.blog_wrapper #ystrip2 {display:inline !important;width: auto; height: auto; top: -30px; right: -170px;z-index: 1;}

#detail-map {
  border: 1px solid;
  padding: 20px;
  background: white;
  margin: 0.8rem;
  border: 1px solid #c1a78b;
  }

  #detail-map span {white-space: nowrap;}
  
  #detail-map:hover {
  background-color: #e1d1bf;
  color: white;
  }

@media (max-width: 767px) {
  .blog_wrapper #ystrip1, .blog_wrapper #ystrip2 {
    display: none !important;
  }
  #detail-map {
    padding: 5px 10px;
  }
}

@media (max-width: 1200px) {
  .blog_wrapper .category #ystrip1, .blog_wrapper .category #ystrip2 {
    display: none !important;
  }

  .blog_wrapper .content-section div.content.category {
      padding: 0 20px;
  }

  div.partright {
    padding: 20px 25px;
  }
}

.blog_wrapper p.intro {font-weight:bold;}

.blog_wrapper h2 {
    color: black;
    font-size: 24pt;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.25;
}

#popup_back {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    cursor: pointer;
}

#popup_space {
    width: 100%;
    height: 140px;
}

#popup_content {
    max-width: 100%;
}

.youtubeEmbed {
  width: 100%;
  height: 370px;
  max-width: 100%;
}

.d-flex.center {
  justify-content: center;
}

.mw-700 {
  max-width: 700px;
}

.margin-center {
  margin: 0 auto;
}

#ystrip3 {
  position: absolute;
  top: -33px;
  left: -92px;
  z-index: -1;
}

#price_input_from_real.invalid {
  color: red;
  border-color: red;
}
#size_input_from_real.invalid {
  color: red;
  border-color: red;
}

.form_invalid_text {
    display: block;
    position: absolute;
    top: 50px;
    color: red;
}

.filter_tags {
  margin-bottom: 8px;
}

.filter_tags span {
    background-color: #c1a78b;
    padding: 0px 10px;
    border-radius: 10px;
    color: black;
    font-size: 14px;
    margin-right: 2px;
    margin-bottom: 4px;
    display: inline-block;
    white-space: nowrap;
}
/*
.filter_tags span::after {
    content: "x";
    padding-left: 10px;
    font-size: 20px;
}

.filter_tags span:hover::after {color:white;}
*/

.product-list-map a {
    border: 1px solid #c1a78b;
    background: white;
    color: #c1a78b !important;
    padding: 5px 10px;
}

.product-list-map a.link-icon:hover {
    background: #e1d1bf;
}
.product-list-map a.link-icon:hover span {
    color: white !important;
}

.invisible {
  visibility: hidden;
}

.formError {
  color: red !important;
  font-size: 16px !important;
}


.product-detail-map {
  margin-top: 0;
  text-align: right;
}

#detail-map.link-icon-top:hover span {
  color: white;
}

@media print {
  .print12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .print12 .product-detail-text {
    max-width: 100%;
  }

  .product-detail-map {
    display: none;
  }

  .product-detail-buttons {
    display: none;
  }

  .product-detail-share {
    display: none;
  }

  .product-detail-more {
    display: none;
  }
}

.product-detail-share a:hover, .product-detail-share button:hover, .product-detail-more a:hover, .product-detail-table a:hover, .product-detail-text a.link-icon:hover {
  text-decoration: underline;
}

.product-detail-buttons a.add_favorite {
    border: 1px solid #c1a78b !important;
    background: white !important;
    color: #c1a78b !important;
}

.product-detail-buttons a.add_favorite:hover {
    color: white !important;
    background: #c1a78b !important;
}

.project_website {
    background: white;
    padding: 10px;
    white-space: nowrap;
}

span.pointer {cursor: pointer;}

a.textlink {color: black;text-decoration: underline;}

textarea.placeholder {color: #aaa;}

.contact-form-left {padding: 30px;}
.contact-form-left p {margin-top: 0; margin-bottom:25px; line-height: 1.2;}

.product-list-top.right {flex-direction: row-reverse;}

#cookie-button {
  position: fixed;
  z-index: 10;
  bottom: 0.5em;
  right: 0.5em;
  padding: 0.25em;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  border-radius: 50%;
  color: #565656;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5em 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0 0.5em 0 rgb(0 0 0 / 20%);
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -o-transition: box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s,-webkit-box-shadow .2s;
}

#cookie-button svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.superior {
  font-family: "Superior" !important;
}

#project_detail_map {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    cursor: pointer;
    font-size: 2em;
}