* {
  -webkit-transition: -webkit-filter .2s linear;
  transition: -webkit-filter .2s linear;
  transition: filter .2s linear;
  transition: filter .2s linear, -webkit-filter .2s linear;
}

span.wpcf7-not-valid-tip{
  color: #C40148;
  padding-left: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output{
  border: none !important;
  color: #C40148;
  position: relative;
}
.wpcf7 form.invalid .wpcf7-response-output:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 2px;
  background: #C40148;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}
.modal-main:has(form.sent) .mfp-close{
  color: #333 !important;
}
.form-block.style02 .form-block__right,
.form-block.style01 .form-block__right{
  position: relative;
}
.wpcf7 form.sent .wpcf7-response-output{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../alpharealty/images/check.png) center 200px no-repeat rgba(240, 240, 240, 0.9);
  color: #65B32D;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  margin: 0 !important;
  padding: 300px 0 0 !important;
  border: none !important;
}
.contact-block .wpcf7 form.sent .wpcf7-response-output{
  font-size: 23px;
  padding-top: 260px !important;
  background-position-y: 160px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}


.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-wrap ~ * {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.mfp-wrap .image-source-link {
  color: #ffffff;
}

.mfp-container {
  text-align: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: #ffffff;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  font-size: 2em;
  background-color: rgba(68,76,90,0.01);
  font-family: "font-wsp";
  font-style: normal;
  font-weight: normal;
  speak: never;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.mfp-arrow:before {
  opacity: 0.6;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before {
  content: '\e800';
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:before {
  content: '\e801';
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.modal-main-consult__logo{
  visibility: hidden;
}
@media (max-width: 767px) {
  .modal-consult {
    padding-top: 80px;
    background-image: url(../../alpharealty/images/modal-consult-back-mobile.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.modal-consult h3.popup-title {
  margin-top: 12px;
  margin-bottom: 20px;
  text-align: left;
}

.modal-consult .popup-description {
  margin-bottom: 30px;
  color: #697180;
  line-height: 1.4;
}

.popup-messengers.extra-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 0;
}

.popup-messengers.extra-contact a {
  margin-left: 10px;
}

.modal-consult form .btn--main {
  margin-top: 15px;
}

.modal-consult button.mfp-close {
  color: #e6e6e6;
}

.modal-consult-mBrand {
  position: absolute;
  top: 21px;
  color: #444C5A;
}

.modal-consult-mBrand__logo {
  max-height: 25px;
  margin-left: -9px;
}

.modal-consult-mBrand__title {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 8px;
  line-height: 1;
}

.modal-consult-mBrand__description {
  font-weight: normal;
  font-size: 5px;
}

@media (min-width: 768px) {
  .modal-consult-mBrand {
    display: none;
  }
}

.modal-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 630px;
  margin: 40px auto;
  border-radius: 3px;
  background-color: #F0F0F0;
  text-align: left;
  overflow-y: auto;
}

.modal-main-consult {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url(../../alpharealty/images/modal-consult-back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #444C5A;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-main-consult {
    display: none;
  }
}

.modal-main-consult__logo {
  opacity: 0.7;
  margin-top: 50px;
  max-width: 49px;
  margin-bottom: 10px;
}

.modal-main-consult__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 6px;
  opacity: 0.7;
}

.modal-main-consult__description {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  opacity: 0.7;
}

.modal-main-brand {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/modal-back-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-main-brand {
    display: none;
  }
}

.modal-main-brand__logo {
  margin-bottom: 15px;
}

.modal-main-brand__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
  opacity: 0.7;
}

.modal-main-brand__description {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  opacity: 0.7;
}

.modal-main-content {
  width: 65%;
  height: 100%;
  padding: 35px 30px;
}

@media (max-width: 767px) {
  .modal-main-content {
    width: 100%;
  }
}

.modal-main h2 {
  text-align: center;
}

.modal-main br {
  display: none;
}

.modal-main .popup-title {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  color: #444C5A;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-main .popup-title {
    font-size: 28px;
  }
}

.modal-main .popup-sub-title {
  margin: 35px 0;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}

.modal-main .form__control {
  display: block;
  margin-bottom: 10px;
}

.modal-main .form-buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-main .upload-field {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 15px;
  width: 100%;
}

.modal-main .btn--main {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.modal-main input,
.modal-main textarea {
  font-family: "Proxima Nova Rg",sans-serif;
}

.modal-main .mfp-close {
  color: #ffffff;
  font-family: "font-wsp";
  font-size: 48px;
  content: '\e824';
  opacity: 0.95;
}

@media (max-width: 767px) {
  .modal-main .mfp-close {
    color: #444C5A;
  }
}

.modal-main .map-container {
  width: 100%;
  max-width: 100%;
  height: 500px;
}

.modal-main .map-container+.mfp-close {
  color: #444C5A;
}

.modal-main .map-wrapper {
  width: 100%;
  height: 100%;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.custom-checkbox {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox [type="checkbox"] {
  position: absolute;
  left: -999em;
}

.custom-checkbox [type="checkbox"]:focus+label:before {
  border: 1px solid #444C5A;
}

.custom-checkbox [type="checkbox"]+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

.custom-checkbox [type="checkbox"]+label:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: none;
  background-color: #ECEAE9;
}
.custom-checkbox [type="checkbox"]:checked+label:before {
  border: 1px solid #B6A893;
  background: #B6A893;
}
.custom-checkbox [type="checkbox"]:checked+label:after {
  content: '\e80b';
  position: absolute;
  top: 2px;
  left: 7px;
  line-height: 1;
  font-size: 16px;
  font-family: "font-wsp";
  color: #B6A893;
}

.header-favorites-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1800px) {
  .header-favorites-btn {
    margin-top: 20px;
    width: 100%;
  }
}

.page-template-favorits .breadcrumbs .btn--small {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1500px) {
  .page-template-favorits .breadcrumbs .btn--small {
    font-size: 12px;
  }
}

@media screen and (max-width: 580px) {
  .page-template-favorits .breadcrumbs .btn--small {
    width: 100%;
    margin: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.page-template-favorits .breadcrumbs .btn--small svg {
  margin-right: 5px;
}

@media screen and (min-width: 481px) and (max-width: 580px) {
  .page-template-favorits .breadcrumbs .header-favorites-btn {
    margin-top: 10px;
  }

  .page-template-favorits .breadcrumbs .header-favorites-btn>a,
  .page-template-favorits .breadcrumbs .header-favorites-btn button {
    margin: 10px;
  }

  .page-template-favorits .breadcrumbs .header-favorites-btn>a:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .page-template-favorits .breadcrumbs .header-favorites-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    display: none;
  }
}

.favorites-btn {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.favorites-btn svg path {
  fill: #ffffff;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.favorites-btn:hover {
  color: #aaaaaa;
}

.favorites-btn:hover svg path {
  fill: #aaaaaa;
}

.simplefavorites-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #C6CCD6;
  border-radius: 3px;
  padding: 7px 15px;
  margin-left: 15px;
}

@media screen and (max-width: 1500px) {
  .simplefavorites-clear {
    font-size: 12px;
  }
}

@media screen and (max-width: 580px) {
  .simplefavorites-clear {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .simplefavorites-clear {
    margin-top: 10px;
  }
}

.simplefavorites-clear:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 16px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.43319 5.51644L5.69287 5.4705L5.96597 12.8856L4.70629 12.9314L4.43319 5.51644Z' fill='%23444C5A'/%3E%3Cpath d='M6.86975 5.49347H8.13025V12.9086H6.86975V5.49347Z' fill='%23444C5A'/%3E%3Cpath d='M9.03425 12.8854L9.30735 5.47028L10.567 5.51625L10.2939 12.9314L9.03425 12.8854Z' fill='%23444C5A'/%3E%3Cpath d='M15 2.40209V3.65534H13.6865L12.6446 15.4283C12.616 15.7518 12.3435 16 12.0168 16H3.00442C2.67773 16 2.40504 15.7517 2.37669 15.4281L1.33467 3.65534H0V2.40209H15ZM3.58171 14.7467H11.4397L12.4212 3.65534H2.59997L3.58171 14.7467Z' fill='%23444C5A'/%3E%3Cpath d='M5.44117 0H9.55883C10.138 0 10.6092 0.4685 10.6092 1.04437V3.02872H9.34875V1.25325H5.65125V3.02872H4.39076V1.04437C4.39076 0.4685 4.86197 0 5.44117 0Z' fill='%23444C5A'/%3E%3C/svg%3E");
}

.simplefavorite-button {
  display: inline-block;
  vertical-align: top;
  border: none;
  padding: 0;
  background-color: transparent;
  font-weight: 500;
  color: #4A546F;
  cursor: pointer;
}

.simplefavorite-button.active i {
  color: #616F92;
}

.simplefavorite-button i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6em;
}

@media (min-width: 768px) {
  .simplefavorite-button i:before {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .simplefavorite-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    background: rgba(0,0,0,0.7);
  }

  .simplefavorite-button .title {
    display: none;
  }
}

.simplefavorites-loading {
  margin-left: 8px;
}

.sf-icon-spinner-wrapper {
  display: inline-block;
  position: relative;
  min-width: 1em;
  min-height: 1em;
}

.sf-icon-spinner {
  -webkit-animation: sf_rotate linear 2s infinite;
  animation: sf_rotate linear 2s infinite;
  position: absolute;
  top: .15em;
  left: 0;
}

@-webkit-keyframes sf_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes sf_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

.favorites-list {
  list-style: none;
}

.favorites-list li {
  zoom: 1;
  border-top: 1px solid rgba(0,0,0,0.2);
  padding: .75em 0;
  margin: 0;
}

.favorites-list li:before {
  content: " ";
  display: table;
}

.favorites-list li:after {
  content: " ";
  display: table;
  clear: both;
}

.favorites-list li img {
  float: left;
  margin-right: 1em;
}

.simplefavorites-modal-backdrop {
  position: fixed;
  width: 0;
  height: 0;
  background-color: rgba(0,0,0,0.85);
  top: 0;
  left: 50%;
  z-index: 998;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.simplefavorites-modal-backdrop.active {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.simplefavorites-modal-content {
  z-index: 999;
  position: fixed;
  top: -200%;
  left: 50%;
  width: 50%;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(51,51,51,0.5);
  box-shadow: 2px 2px 20px 0px rgba(51,51,51,0.5);
}

.simplefavorites-modal-content.small {
  width: 400px;
}

.simplefavorites-modal-content.active {
  top: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.simplefavorites-modal-content.loading .modal-content-body {
  display: none;
}

.simplefavorites-modal-content.loading .modal-content-loading {
  display: block;
}

.simplefavorites-modal-content-body {
  padding: 1em;
  max-height: 300px;
  overflow: auto;
  zoom: 1;
}

.simplefavorites-modal-content-body:before {
  content: " ";
  display: table;
}

.simplefavorites-modal-content-body:after {
  content: " ";
  display: table;
  clear: both;
}

.simplefavorites-modal-content-body.no-padding {
  padding: 0;
}

.simplefavorites-modal-content-body.has-footer {
  padding-bottom: 0;
}

.simplefavorites-modal-content-interior {
  padding: 1em;
  padding-bottom: 0;
}

.simplefavorites-modal-content-footer {
  zoom: 1;
  padding: .7em;
  border-radius: 0 0 2px 2px;
  background-color: rgba(51,51,51,0.1);
}

.simplefavorites-modal-content-footer:before {
  content: " ";
  display: table;
}

.simplefavorites-modal-content-footer:after {
  content: " ";
  display: table;
  clear: both;
}

.simplefavorites-button-consent-deny {
  float: left;
  opacity: .7;
}

.simplefavorites-button-consent-accept {
  float: right;
}

@media (max-width: 767px) {
  .simplefavorites-modal-content {
    width: 90%;
  }

  .simplefavorites-modal-content.active {
    top: 20px;
  }

  .simplefavorites-modal-content-body {
    height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
}

@media print {
  .simplefavorites-modal-backdrop,
  .simplefavorites-modal-content {
    display: none;
  }
}

.page-template-favorits .size-big {
  width: 100%;
  text-align: center;
}

@media (max-width: 799px) {
  .page-template-favorits .breadcrumbs-separator {
    display: none;
  }
}

.page-template-favorits .breadcrumbs .type {
  margin-right: 39px;
  margin-top: 16px;
}

.page-template-favorits .breadcrumbs .type svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

@media (max-width: 1299px) {
  .page-template-favorits .breadcrumbs .type {
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
  }
}

@media (max-width: 799px) {
  .page-template-favorits .breadcrumbs .type {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
    width: auto;
  }
}

@media (max-width: 1299px) {
  .page-template-favorits .post_count {
    width: auto;
    margin-left: 44px;
  }
}

@media (max-width: 799px) {
  .page-template-favorits .post_count {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .page-template-favorits .category-filter {
    display: none;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 0;
  width: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  border-color: #B8A794;
  background-color: #B8A794;
}

.slick-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  font-size: 2em;
  background-color: rgba(68,76,90,0.01);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.slick-arrow:hover,
.slick-arrow:focus {
  cursor: pointer;
  background-color: transparent;
}

.slick-arrow:hover [class^="icon-"]:before,
.slick-arrow:hover [class*=" icon-"]:before,
.slick-arrow:focus [class^="icon-"]:before,
.slick-arrow:focus [class*=" icon-"]:before {
  opacity: 1;
}

.slick-arrow:hover svg path,
.slick-arrow:focus svg path {
  fill-opacity: 0.9;
}

.slick-arrow svg path {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.slick-arrow [class^="icon-"]:before,
.slick-arrow [class*=" icon-"]:before {
  width: auto;
  color: #ffffff;
  line-height: 1;
  opacity: 0.6;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next i:before {
  margin-left: 10px;
}

.slick-arrow.slick-prev {
  left: 0;
  z-index: 1;
}

.slick-arrow.slick-prev i:before {
  margin-right: 10px;
}

.slider-count {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #ffffff;
  font-weight: 300;
}

.slider-count p {
  margin-bottom: 0;
}

.slider-count .current {
  font-weight: 600;
  font-size: 1.3em;
}

@media screen and (max-width: 600px) {
  html #wpadminbar {
    top: -46px;
  }
}

.create-selection-link {
  word-break: break-word;
}

.create-selection-link textarea {
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
  -webkit-box-shadow: inset 0 0 12px 2px rgba(68,76,90,0.48);
  box-shadow: inset 0 0 12px 2px rgba(68,76,90,0.48);
}

.search-results .search-cn,
.search-no-results .search-cn {
  min-height: 70vh;
}

@media (max-width: 1199px) {
  .search-results .search-cn,
  .search-no-results .search-cn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1299px) {
  .search-results .search-objects,
  .search-no-results .search-objects {
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199px) {
  .search-results .search-objects,
  .search-no-results .search-objects {
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  .search-results .search-objects,
  .search-no-results .search-objects {
    max-width: 375px;
  }
}

.search-results .search-title,
.search-no-results .search-title {
  font-weight: 500;
  font-size: 16px;
  color: #BDBDBD;
}

.search-results .search-string,
.search-no-results .search-string {
  font-weight: bold;
  font-size: 28px;
  color: #444C5A;
}

@media (max-width: 1199px) {
  .search-results .search-string,
  .search-no-results .search-string {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .search-results .search-string,
  .search-no-results .search-string {
    font-size: 18px;
  }
}

.search-results .search-string+hr,
.search-no-results .search-string+hr {
  height: 2px;
  color: #E3E3E3;
  background-color: #E3E3E3;
  border: none;
  margin-bottom: 36px;
  margin-top: 25px;
}

.open-image-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.open-image-gallery:hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.admin-content {
  position: relative;
  padding: 0 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.admin-content:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #faf8f7;
}

@media (min-width: 992px) {
  .admin-content:before {
    left: -10px;
  }
}

.admin-content a {
  color: #5184dd;
}

.categories-box {
  min-height: 335px;
}

@media (min-width: 768px) {
  .categories-box {
    min-height: 567px;
  }
}

@media screen and (min-width: 1500px) {
  .categories-box {
    min-height: 800px;
  }
}

.categories-box__title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  border-bottom: 1px solid transparent;
}

@media screen and (min-width: 768px) {
  .categories-box__title {
    font-size: 48px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .categories-box__title {
    max-width: 400px;
  }
}

@media screen and (min-width: 1600px) {
  .categories-box__title {
    font-size: 64px;
  }
}

.categories-box__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 2px;
  background-image: -webkit-linear-gradient(359.91deg, #EED1A5 0%, rgba(238,209,165,0) 100%);
  background-image: linear-gradient(90.09deg, #EED1A5 0%, rgba(238,209,165,0) 100%);
  opacity: 0;
}

.categories-box .categories-box-item {
  padding: 40px 20px;
  max-height: 800px;
  min-height: 400px;
}

@media screen and (max-width: 992px) {
  .categories-box .categories-box-item {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .categories-box .categories-box-item {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .categories-box .categories-box-item {
    padding: 10px 40px;
  }
}

@media (min-width: 1500px) {
  .categories-box .categories-box-item {
    padding: 40px 70px;
  }
}

.categories-box__mnu {
  position: relative;
  opacity: 0;
  max-height: 1px;
  overflow: hidden;
}

@media screen and (max-width: 1500px) {
  .categories-box__mnu {
    padding-bottom: 15px;
  }
}

.categories-box__mnu .main-mnu__subTitle {
  color: #ffffff;
  padding: 5px 10px;
  line-height: 1.2;
}

.categories-box__mnu.main-mnu .main-mnu-items .sub-menu li>a:hover,
.categories-box__mnu.main-mnu .main-mnu-items .sub-menu li>a:focus {
  text-underline: none !important;
}

.categories-box__mnu .sub-menu {
  margin-left: 10px;
}

.categories-box__mnu .sub-menu li:hover a,
.categories-box__mnu .sub-menu li:focus a {
  text-underline: none;
  background-color: rgba(0,0,0,0.3);
}

.categories-box__mnu .sub-menu li>a {
  padding: 3px 10px;
  border-radius: 3px;
  margin-left: -10px;
  position: relative;
  display: inline-block;
  color: #eed1a5;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

@media screen and (max-width: 767px) {
  .categories-box__mnu .main-mnu-items {
    border: none;
    padding-left: 0;
  }
}

.categories-box-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 3px;
  z-index: 0;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  overflow: hidden;
}

.categories-box-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(44.25%, rgba(0,0,0,0)), to(rgba(53,48,39,0.9)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 44.25%, rgba(53,48,39,0.9) 100%);
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 44.25%, rgba(53,48,39,0.9) 100%);
  z-index: 0;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.categories-box-item.hasTouch.hover:before {
  opacity: 1;
}

.categories-box-item.hasTouch.hover .categories-box__title {
  margin-bottom: 0.83em;
}

.categories-box-item.hasTouch.hover .categories-box__title:before {
  width: 100%;
  opacity: 1;
}

.categories-box-item.hasTouch.hover .categories-box__mnu {
  opacity: 1;
  max-height: 100%;
}

.categories-box-item.hasTouch.hover .categories-box-item__bg {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.categories-box-item.hasTouch.hover .categories-box-item__bg:before {
  opacity: 1;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.categories-box-item:not(.hasTouch):hover:before {
  opacity: 1;
}

.categories-box-item:not(.hasTouch):hover .categories-box__title {
  margin-bottom: 0.83em;
}

.categories-box-item:not(.hasTouch):hover .categories-box__title:before {
  width: 100%;
  opacity: 1;
}

.categories-box-item:not(.hasTouch):hover .categories-box__mnu {
  opacity: 1;
  max-height: 100%;
}

.categories-box-item:not(.hasTouch):hover .categories-box-item__bg {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.categories-box-item:not(.hasTouch):hover .categories-box-item__bg:before {
  opacity: 1;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.categories-box-item .main-mnu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.categories-box-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-filter 600ms ease-in-out, -webkit-transform 400ms ease-in;
  transition: -webkit-filter 600ms ease-in-out, -webkit-transform 400ms ease-in;
  transition: filter 600ms ease-in-out, transform 400ms ease-in;
  transition: filter 600ms ease-in-out, transform 400ms ease-in, -webkit-filter 600ms ease-in-out, -webkit-transform 400ms ease-in;
}

.categories-box-item__bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(#353027));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #353027 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #353027 100%);
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.category-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .category-container:not(.full) {
    width: -webkit-calc(100% - 261px);
    width: calc(100% - 261px);
    padding: 0 0 0 20px;
  }
}

@media screen and (min-width: 1500px) {
  .category-container:not(.full) {
    width: -webkit-calc(100% - 320px - 40px);
    width: calc(100% - 320px - 40px);
    padding-right: 10px;
  }
}

.category-container .meta-currency .title,
.category-container .meta-sorting .title {
  display: none;
}

@media screen and (min-width: 1300px) {
  .category-container .meta-currency .title,
  .category-container .meta-sorting .title {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 480px) {
  .category-container .meta-currency .change-currency {
    font-size: 14px;
    font-weight: 500;
    margin: 0 2px;
  }
}

@media screen and (min-width: 768px) {
  .category-container .meta-currency {
    margin-left: auto;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .category-container .meta-sorting {
    width: auto;
    max-width: 50%;
  }

  .category-container .meta-sorting .sorting {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .category-container .meta-sorting .sorting {
    font-size: 14px;
    padding-left: 3px;
    padding-right: 17px;
  }
}

@media screen and (min-width: 768px) {
  .category-container .meta-sorting {
    margin-left: 0;
  }
}

.box-objects .size-big {
  width: 100%;
  text-align: center;
  margin-left: 12px;
  margin-right: 12px;
}

body.search-results .box-objects {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body.search-results .objects-item {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.07);
  box-shadow: 0 0 10px rgba(0,0,0,0.07);
}

@media (min-width: 1300px) {
  body.search-results .objects-item {
    width: -webkit-calc(100% / 4 - 25px);
    width: calc(100% / 4 - 25px);
  }
}

@media screen and (max-width: 1199px) {
  body.search-results .size-big {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.s-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  min-height: 700px;
  margin-bottom: 100px;
}

.s-about .mobile-title {
  display: none;
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin: 0 0 25px;
}

.s-about .about-text {
  position: relative;
  width: 49%;
  padding: 80px 80px 100px 240px;
}

@media (max-width: 1399px) {
  .s-about .about-text {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .s-about .about-text {
    padding: 0 5px;
    width: 100%;
  }
}

.s-about .about-text:before {
  position: absolute;
  content: '';
  top: 0;
  right: -984px;
  bottom: 80px;
  left: 0;
  background: #FAF5ED;
  z-index: -1;
}

@media (max-width: 991px) {
  .s-about .about-text:before {
    display: none;
  }
}

.s-about .about-text .title {
  margin: 0 0 40px;
}

@media (max-width: 1399px) {
  .s-about .about-text .title {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .s-about .about-text .title {
    display: none;
  }
}

.s-about .about-text .text {
  color: #646770;
  line-height: 1.1875;
}

.s-about .about-text .text>* {
  margin-bottom: 22px;
}

.s-about .about-text .text>*:last-child {
  margin-bottom: 0;
  color: #616F92;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .s-about .about-text .acc-body {
    width: 135%;
  }
}

@media (min-width: 1200px) {
  .s-about .about-text .acc-body {
    width: 145%;
  }
}

@media (min-width: 1400px) {
  .s-about .about-text .acc-body {
    width: 175%;
  }
}

.s-about .about-text .acc-body>*:first-child {
  margin-top: 22px;
}
.s-about .about-text .acc-body>*:nth-child(-n+5) {
  padding-right: 426px;
}
.s-about .about-text .read-more-btn {
  margin-top: 40px;
}

@media (max-width: 1399px) {
  .s-about .about-text .read-more-btn {
    margin-top: 25px;
    position: relative;
    z-index: 100;
  }
}

.images .img {
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  position: absolute;
}

.images .img img {
  display: block;
}

.s-about .img-1 {
  top: 87px;
  right: 556px;
}

.s-about .img-2 {
  top: -55px;
  right: 78px;
}
.s-about .img-3 {
  top: 446px;
  right: 0;
}

.service-cost-content__left {
  position: relative;
  width: 735px;
  z-index: 1;
}

@media (max-width: 1500px) {
  .service-cost-content__left {
    width: -webkit-calc(100% - 570px);
    width: calc(100% - 570px);
  }
}

@media (max-width: 991px) {
  .service-cost-content__left {
    width: 100%;
    text-align: center;
  }
}

.service-cost-content__left .h1 {
  margin: 0 0 90px;
}

@media (max-width: 1440px) {
  .service-cost-content__left .h1 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .service-cost-content__left .h1 {
    margin-bottom: 45px;
  }
}

.service-cost-content__left .btn {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .service-cost-content__left .btn {
    display: none;
  }
}

.service-cost-content__right {
  position: relative;
  width: -webkit-calc(100% - 735px);
  width: calc(100% - 735px);
  z-index: 2;
}

@media (max-width: 1500px) {
  .service-cost-content__right {
    width: 570px;
  }
}

@media (max-width: 991px) {
  .service-cost-content__right {
    width: 100%;
  }
}

.service-cost-content__right .btn-wrap {
  display: none;
  text-align: center;
}

@media (max-width: 991px) {
  .service-cost-content__right .btn-wrap {
    display: block;
  }
}

.service-cost-content .cn {
  min-height: 100vh;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .service-cost-content .cn {
    padding-bottom: 80px;
  }
}

.service-cost-content .center-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 265px;
  margin-bottom: 70px;
}

@media (max-width: 1440px) and (min-width: 992px) {
  .service-cost-content .center-block {
    height: 170px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .service-cost-content .center-block {
    height: auto;
  }
}

.service-cost-content .center-block:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -15px;
  width: 100vw;
  background: -webkit-gradient(linear, left top, right top, color-stop(59.15%, #F7F5F3), to(#fff));
  background: -webkit-linear-gradient(left, #F7F5F3 59.15%, #fff 100%);
  background: linear-gradient(to right, #F7F5F3 59.15%, #fff 100%);
  z-index: 1;
}

@media (min-width: 1200px) {
  .service-cost-content .center-block:before {
    left: -75px;
  }
}

@media (min-width: 1900px) {
  .service-cost-content .center-block:before {
    left: -125px;
  }
}

@media (max-width: 767px) {
  .service-cost-content .center-block:before {
    display: none;
  }
}

.service-cost-content .center-block .img {
  display: none;
}

.service-cost-content .center-block .img img {
  height: 100%;
}

.service-cost-content .center-block .text {
  position: relative;
  width: 325px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.21;
  color: #646770;
  z-index: 3;
}

@media (max-width: 991px) {
  .service-cost-content .center-block .text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .service-cost-content .center-block .text {
    font-size: 20px;
  }
}

.service-cost-content .center-block .text:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  right: -120px;
  top: 50%;
  margin-top: -1px;
  background: #9B958C;
}

@media (max-width: 1199px) {
  .service-cost-content .center-block .text:after {
    right: -50px;
  }
}

@media (max-width: 991px) {
  .service-cost-content .center-block .text:after {
    top: 100%;
    right: 50%;
    margin-top: 45px;
    margin-left: -1px;
    width: 3px;
    height: 40px;
  }
}

.service-cost-content .b-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 580px;
  margin-top: 60px;
}

@media (max-width: 1500px) {
  .service-cost-content .b-prices {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .service-cost-content .b-prices {
    max-width: 570px;
    width: 100%;
    margin: 75px auto 80px;
  }
}

@media (max-width: 575px) {
  .service-cost-content .b-prices {
    display: block;
  }
}

.service-cost-content .b-prices__item {
  position: relative;
  width: 235px;
  height: 305px;
  text-align: center;
  padding: 60px 35px;
}

@media (max-width: 1440px) and (min-width: 992px) {
  .service-cost-content .b-prices__item {
    height: 190px;
    padding: 25px 35px;
  }
}

@media (max-width: 575px) {
  .service-cost-content .b-prices__item {
    margin: 0 auto 80px;
  }
}

@media (max-width: 575px) {
  .service-cost-content .b-prices__item:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 30px;
    bottom: 30px;
    width: 100vw;
    margin-left: -50vw;
    background: -webkit-gradient(linear, left top, right top, color-stop(59.15%, #F7F5F3), to(#fff));
    background: -webkit-linear-gradient(left, #F7F5F3 59.15%, #fff 100%);
    background: linear-gradient(to right, #F7F5F3 59.15%, #fff 100%);
    z-index: -1;
  }
}

.service-cost-content .b-prices__item:nth-child(-n+2) {
  margin-bottom: 70px;
}

@media (max-width: 575px) {
  .service-cost-content .b-prices__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.service-cost-content .b-prices__item:nth-child(odd):before {
  position: absolute;
  content: '';
  width: 3px;
  height: 132px;
  left: 100%;
  top: 64px;
  margin-left: 40px;
  background: #E5C58C;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media (max-width: 1440px) and (min-width: 992px) {
  .service-cost-content .b-prices__item:nth-child(odd):before {
    top: 0;
  }
}

@media (max-width: 767px) {
  .service-cost-content .b-prices__item:nth-child(odd):before {
    display: none;
  }
}

.service-cost-content .b-prices__item:nth-child(odd) .border {
  border-right: none;
}

.service-cost-content .b-prices__item:nth-child(odd) .border span:before,
.service-cost-content .b-prices__item:nth-child(odd) .border span:after {
  right: 0;
}

.service-cost-content .b-prices__item:nth-child(even) {
  margin-top: -60px;
}

@media (max-width: 575px) {
  .service-cost-content .b-prices__item:nth-child(even) {
    margin-top: 0;
  }
}

.service-cost-content .b-prices__item:nth-child(even) .border {
  border-left: none;
}

.service-cost-content .b-prices__item:nth-child(even) .border span:before,
.service-cost-content .b-prices__item:nth-child(even) .border span:after {
  left: 0;
}

@media (max-width: 575px) {
  .service-cost-content .b-prices__item:nth-child(even) .border {
    border-left: 4px solid #9B958C;
    border-right: none;
  }

  .service-cost-content .b-prices__item:nth-child(even) .border span:before,
  .service-cost-content .b-prices__item:nth-child(even) .border span:after {
    right: 0;
    left: auto;
  }
}

.service-cost-content .b-prices__item .border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #E5C58C;
}

.service-cost-content .b-prices__item .border span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.service-cost-content .b-prices__item .border span:before,
.service-cost-content .b-prices__item .border span:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 30px;
  background-color: #E5C58C;
}

.service-cost-content .b-prices__item .border span:before {
  top: 0;
}

.service-cost-content .b-prices__item .border span:after {
  bottom: 0;
}

.service-cost-content .b-prices__item .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #E5C58C;
  margin-bottom: 50px;
}

@media (max-width: 1440px) {
  .service-cost-content .b-prices__item .title {
    margin-bottom: 20px;
  }
}

.service-cost-content .b-prices__item .price {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #4A546F;
  margin-bottom: 25px;
}

@media (max-width: 1440px) {
  .service-cost-content .b-prices__item .price {
    margin-bottom: 20px;
  }
}

.service-cost-content .b-prices__item .text {
  font-size: 16px;
  line-height: 1.187;
  color: #8E9198;
}

.about-content .df-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-content__left {
  position: relative;
  width: 45%;
  padding: 35px 130px 80px 0;
  margin-top: -webkit-calc(75px + 24vh);
  margin-top: calc(75px + 5vh);
}

@media (max-width: 1440px) {
  .about-content__left {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .about-content__left {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
    text-align: center;
    padding: 45px 15px 60px;
  }
}

.about-content__left:before {
  position: absolute;
  content: '';
  top: 0;
  right: 25px;
  left: 80px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(57.76%, #FAF8F7), color-stop(91.29%, #fff));
  background: -webkit-linear-gradient(left, #FAF8F7 57.76%, #fff 91.29%);
  background: linear-gradient(to right, #FAF8F7 57.76%, #fff 91.29%);
  z-index: -1;
}

@media (max-width: 991px) {
  .about-content__left:before {
    left: 110px;
    right: auto;
    width: 650px;
  }
}

.about-content__left .h1 {
  margin: 0 0 50px;
}

@media (max-width: 1440px) {
  .about-content__left .h1 {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .about-content__left .h1 {
    display: none;
  }
}

.about-content__left .text {
  color: #646770;
  font-size: 18px;
  line-height: 1.222;
  margin-bottom: 70px;
}

@media (max-width: 1440px) {
  .about-content__left .text {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .about-content__left .text {
    font-size: 16px;
    text-align: left;
    margin-bottom: 50px;
  }
}

.about-content__left .text>* {
  margin-bottom: 23px;
}

.about-content__left .text>*:last-child {
  margin-bottom: 0;
}

.about-content__left .acc-body>h2:first-child,
.about-content__left .pf-content>h2:first-child {
  margin-top: 0;
}

@media (min-width: 992px) and (max-width: 1340px), (max-width: 579px) {
  .about-content__left .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-content__left .btn-group>a {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .about-content__left .btn-group>.btn:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}

.about-content__right {
  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;
  min-height: 100vh;
  width: 55%;
  padding-top: 70px;
  padding-bottom: 50px;
}

@media (max-width: 1440px) {
  .about-content__right {
    width: 50%;
    padding-top: 110px;
  }
}

@media (max-width: 1199px) {
  .about-content__right {
    margin-right: -15px;
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .about-content__right {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    min-height: auto;
    margin-left: -15px;
    background-position: 57px center;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.about-content__right .images-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .about-content__right .images-group {
    width: 55%;
  }
}

.about-content__right .img {
  position: relative;
  -webkit-box-shadow: 20px 20px 60px rgba(0,0,0,0.2);
  box-shadow: 20px 20px 60px rgba(0,0,0,0.2);
}

.about-content__right .img-1 {
  max-width: 570px;
  margin-left: -200px;
  margin-bottom: 135px;
}

@media (max-width: 1500px) {
  .about-content__right .img-1 {
    margin-left: -100px;
    margin-bottom: 100px;
  }
}

@media (max-width: 1440px) {
  .about-content__right .img-1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .about-content__right .img-1 {
    margin-bottom: 60px;
    margin-left: 0;
  }
}

.about-content__right .img-1:before {
  position: absolute;
  content: '';
  top: 50px;
  left: 100%;
  margin-left: -150px;
  width: 380px;
  height: 500px;
  border: 4px solid #B6A792;
  z-index: 0;
}

@media (max-width: 1440px) {
  .about-content__right .img-1:before {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .about-content__right .img-1:before {
    width: 145px;
    height: 190px;
    left: 140px;
    top: 20px;
    margin: 0;
  }
}

.about-content__right .img-2 {
  max-width: 390px;
  margin-left: -70px;
}

@media (max-width: 1440px) {
  .about-content__right .img-2 {
    max-width: 250px;
  }
}

@media (max-width: 991px) {
  .about-content__right .img-2 {
    margin-left: 30px;
    margin-right: 20px;
  }
}

.about-content__right .img-2:before {
  position: absolute;
  content: '';
  left: -50px;
  bottom: -44px;
  width: 138px;
  height: 127px;
  border: 4px solid #B6A792;
  z-index: 0;
}

@media (max-width: 991px) {
  .about-content__right .img-2:before {
    width: 50px;
    height: 50px;
    bottom: -18px;
    left: -18px;
  }
}

.about-content__right .img-3 {
  max-width: 350px;
  margin-top: 120px;
  margin-right: 60px;
  margin-left: 60px;
}

@media (max-width: 1199px) {
  .about-content__right .img-3 {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .about-content__right .img-3 {
    width: -webkit-calc(45% - 45px);
    width: calc(45% - 45px);
    margin-top: 45px;
    margin-left: 45px;
  }
}

.about-content__right img {
  display: block;
  position: relative;
  width: 100%;
}

.about-content .cn {
  min-height: 100vh;
}

.about-content .mobile-title {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .about-content .mobile-title {
    display: block;
  }
}

.contact-block {
  position: relative;
  padding: 89px 0 132px 300px;
  background: url("../images/bg/map.jpg") top center;
  min-height: 774px;
}

@media (max-width: 991px) {
  .contact-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contact-block .footer {
  position: relative;
}

@media (max-width: 991px) {
  .contact-block .footer {
    padding-bottom: 25px;
  }
}


  .contact-block .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }

  .contact-block .footer .to-top {
    display: none;
  }

.contact-block .footer .copy {
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.contact-block.style01 {
  min-height: 100vh;
}

@media (max-width: 991px) {
  .contact-block.style01 {
    padding-bottom: 0;
  }
}

@media (max-width: 1440px) {
  .contact-block__left {
    padding-top: 25px;
  }
}

@media (max-width: 1199px) {
  .contact-block__left {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .contact-block__left {
    width: 100%;
    padding: 25px 0 0;
    text-align: center;
    margin-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .contact-block__right {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .contact-block__right {
    width: 100%;
  }
}

.contact-block .map-container {
  position: relative;
  max-width: 910px;
}

@media (max-width: 991px) {
  .contact-block .map-container {
    max-width: none;
  }
}

.contact-block .map-container:before,
.contact-block .map-container:after {
  position: absolute;
  content: '';
  width: 205px;
  height: 231px;
  border: 4px solid #B6A792;
  z-index: 1;
}

@media (max-width: 991px) {
  .contact-block .map-container:before,
  .contact-block .map-container:after {
    display: none;
  }
}

.contact-block .map-container:before {
  top: -45px;
  left: -63px;
  width: 205px;
  height: 231px;
}

.contact-block .map-container:after {
  right: -30px;
  bottom: -38px;
  width: 484px;
  height: 163px;
}

.contact-block .map-wrapper {
  position: relative;
  height: 625px;
  z-index: 2;
}

@media (max-width: 1440px) {
  .contact-block .map-wrapper {
    height: 450px;
  }
}

@media (max-width: 991px) {
  .contact-block .map-wrapper {
    height: 380px;
    margin: 0 -15px;
  }
}

.contact-block .h1 {
  margin: 0 0 75px;
}

@media (max-width: 1440px) {
  .contact-block .h1 {
    margin-bottom: 40px;
  }
}

.contact-block .contact-list {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .contact-block .contact-list {
    margin-bottom: 65px;
  }
}

.contact-block .c-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

@media (max-width: 1440px) {
  .contact-block .c-item {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .contact-block .c-item {
    display: block;
    padding-left: 0;
    margin-bottom: 45px;
  }
}

.contact-block .c-item:last-child {
  margin-bottom: 0;
}

.contact-block .c-item__caption {
  width: 130px;
  min-width: 130px;
  font-size: 16px;
  color: #F0DDBC;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .contact-block .c-item__caption {
    width: 100%;
    min-width: auto;
    margin-bottom: 15px;
  }
}

.contact-block .c-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.22;
  color: #444C5A;
}

@media (max-width: 991px) {
  .contact-block .c-item__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
  }
}

.contact-block .c-item__content>* {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .contact-block .c-item__content>* {
    margin-bottom: 30px;
  }
}

.contact-block .c-item__content>*:last-child {
  margin-bottom: 0;
}

.info-box {
  background-color: #000;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.15);
  box-shadow: 0 1px 5px rgba(0,0,0,0.15);
  text-align: center;
  padding: 15px 30px;
}

.info-box h5 {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}

.info-box p {
  font-size: 13px;
  line-height: 22px;
  color: rgba(255,255,255,0.7);
}

.owners-content__inner {
  position: relative;
  width: 100%;
  padding-top: 65px;
}

@media (max-width: 1440px) {
  .owners-content__inner {
    padding-top: 45px;
  }
}

.owners-content__inner:before {
  position: absolute;
  content: '';
  width: 700px;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -350px;
  background: -webkit-linear-gradient(270.1deg, #FAF8F7 13.84%, #FBF9F6 99.91%);
  background: linear-gradient(179.9deg, #FAF8F7 13.84%, #FBF9F6 99.91%);
  z-index: 0;
}

@media (max-width: 991px) {
  .owners-content__inner:before {
    left: 95px;
    right: 95px;
    width: auto;
    margin: 0;
    bottom: -15px;
  }
}

.owners-content__inner:after {
  position: absolute;
  content: '';
  width: 60%;
  left: 50%;
  top: 105px;
  bottom: 75px;
  border: 4px solid #B6A792;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 1440px) {
  .owners-content__inner:after {
    top: 73px;
  }
}

@media (max-width: 991px) {
  .owners-content__inner:after {
    display: none;
  }
}

.owners-content .cn {
  padding-bottom: 70px;
}

.owners-content .h1 {
  text-align: center;
  margin: 0 0 55px;
}

@media (max-width: 1440px) {
  .owners-content .h1 {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .owners-content .h1 {
    margin-bottom: 50px;
  }
}

.owners-content .owners-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -25px;
}

.owners-content .o-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-weight: 600;
}

.owners-content .o-link:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.owners-content .o-link.style01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-calc(50% - 50px);
  width: calc(50% - 50px);
  height: 400px;
  -webkit-box-shadow: 20px 20px 60px rgba(0,0,0,0.2);
  box-shadow: 20px 20px 60px rgba(0,0,0,0.2);
  border-radius: 3px;
  margin: 0 25px 40px;
  text-align: center;
}

@media (max-width: 1440px) {
  .owners-content .o-link.style01 {
    height: 225px;
  }
}

@media (max-width: 767px) {
  .owners-content .o-link.style01 {
    width: 100%;
  }
}

.owners-content .o-link.style01:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.76%, rgba(0,0,0,0)), to(rgba(27,25,22,0.9)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 2.76%, rgba(27,25,22,0.9) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 2.76%, rgba(27,25,22,0.9) 100%);
}

.owners-content .o-link.style01 .icon {
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 45px;
}

@media (max-width: 1440px) {
  .owners-content .o-link.style01 .icon {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

.owners-content .o-link.style01 .title {
  font-size: 52px;
  text-align: center;
}

@media (max-width: 991px) {
  .owners-content .o-link.style01 .title {
    font-size: 33px;
  }
}

.owners-content .o-link.style02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 670px;
  width: 100%;
  padding: 50px 70px 50px;
}

@media (max-width: 1440px) {
  .owners-content .o-link.style02 {
    padding: 20px 50px;
  }
}

@media (max-width: 768px) {
  .owners-content .o-link.style02 {
    margin-right: 25px;
    margin-left: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .owners-content .o-link.style02 .icon {
    margin: 0 auto 20px !important;
  }

  .owners-content .o-link.style02 .right-text {
    width: 100%;
    text-align: center;
  }

  .owners-content .o-link.style02 .right-text .text {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }
}

.owners-content .o-link.style02:before {
  background: -webkit-linear-gradient(4.09deg, #1D1611 .73%, rgba(24,22,19,0.56) 98.95%);
  background: linear-gradient(85.91deg, #1D1611 .73%, rgba(24,22,19,0.56) 98.95%);
}

.owners-content .o-link.style02 .icon {
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  width: 41px;
  min-width: 41px;
  margin-right: 45px;
}

.owners-content .o-link.style02 .icon:before {
  margin: 0;
}

.owners-content .o-link.style02 .title {
  font-size: 24px;
  margin-bottom: 10px;
}

.owners-content .o-link.style02 .text {
  max-width: 400px;
  font-size: 16px;
  line-height: 1.1875;
  color: #84878C;
}

.owners-content .o-link>* {
  position: relative;
  z-index: 2;
}

.owners-content .o-link .title {
  color: #FFFFFF;
  line-height: 1.2;
}

.o-block-mobile {
  display: none;
  text-align: center;
}

@media (max-width: 991px) {
  .o-block-mobile {
    display: block;
  }
}

.o-block-mobile .title {
  font-weight: 600;
  font-size: 24px;
  color: #444C5A;
  margin-bottom: 35px;
  margin-top: 10px;
}

.page-banner {
  border-radius: 3px;
  line-height: 1.22;
}

@media (max-width: 1199px) {
  .page-banner {
    margin: 0 -15px;
  }
}

.page-banner__inner {
  background: -webkit-linear-gradient(256.92deg, rgba(0,0,0,0) 16.94%, rgba(27,25,22,0.9) 78.77%),-webkit-linear-gradient(bottom, rgba(27,27,27,0.1), rgba(27,27,27,0.1));
  background: linear-gradient(193.08deg, rgba(0,0,0,0) 16.94%, rgba(27,25,22,0.9) 78.77%),linear-gradient(0deg, rgba(27,27,27,0.1), rgba(27,27,27,0.1));
  padding: 90px 95px;
}

@media (max-width: 991px) {
  .page-banner__inner {
    padding: 45px 30px 30px;
  }
}

.page-banner .icon {
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 50px;
}

.page-banner .icon:before {
  margin: 0;
}

.page-banner .subtitle {
  color: #ffffff;
  font-size: 44px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .page-banner .subtitle {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.page-banner .title {
  color: #ffffff;
  margin: 0;
}

.benefits {
  position: relative;
  padding: 100px 100px 190px;
}

@media (max-width: 1199px) {
  .benefits {
    padding: 100px 85px 190px;
  }
}

@media (max-width: 991px) {
  .benefits {
    padding: 45px 15px 50px;
  }
}

.benefits:after {
  position: absolute;
  content: '';
  right: -15px;
  bottom: -225px;
  width: 450px;
  height: 640px;
  background: -webkit-gradient(linear, left top, right top, color-stop(27.43%, #FAF8F7), color-stop(74.01%, #fff));
  background: -webkit-linear-gradient(left, #FAF8F7 27.43%, #fff 74.01%);
  background: linear-gradient(to right, #FAF8F7 27.43%, #fff 74.01%);
}

@media (min-width: 1200px) {
  .benefits:after {
    right: -75px;
  }
}

@media (min-width: 1900px) {
  .benefits:after {
    right: -125px;
  }
}

@media (max-width: 991px) {
  .benefits:after {
    display: none;
  }
}

.benefits .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 125px;
}

@media (max-width: 991px) {
  .benefits .title-block {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .benefits .title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.benefits .title-block .title {
  width: 50%;
  font-size: 44px;
  font-weight: 600;
  margin: 0;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .benefits .title-block .title {
    font-size: 30px;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .benefits .title-block .title {
    font-size: 22px;
    width: 100%;
  }
  .objects-id {
    position: absolute;
    right: 0;
    top: -5px;
  }
}

.benefits .title-block .decor-line {
  position: relative;
  width: 50%;
  height: 4px;
  background-color: #E5C58C;
}

@media (max-width: 767px) {
  .benefits .title-block .decor-line {
    width: 100vw;
    margin-left: 25px;
    margin-bottom: 75px;
  }
}

.benefits .title-block .decor-line:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100px;
  width: 4px;
  background-color: #E5C58C;
}

@media (max-width: 767px) {
  .benefits .title-block .decor-line:after {
    right: auto;
    left: 0;
    height: 42px;
  }
}

.benefits .decor-line-2 {
  display: none;
  position: relative;
  width: 100vw;
  height: 4px;
  background-color: #B6A792;
  margin-left: 25px;
  margin-top: 90px;
}

@media (max-width: 767px) {
  .benefits .decor-line-2 {
    display: block;
  }
}

.benefits .decor-line-2:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  left: 0;
  height: 42px;
  width: 4px;
  background-color: #B6A792;
}

.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: -50px 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .benefits-list {
    margin: -25px 0;
  }
}

.benefits-list .benefit {
  width: 33.333%;
  margin: 50px 0;
}

@media (max-width: 1199px) {
  .benefits-list .benefit {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .benefits-list .benefit {
    margin: 25px 0;
  }
}

@media (max-width: 575px) {
  .benefits-list .benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

 .benefits-list .benefit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #4A546F;
  font-size: 34px;
  line-height: 1;
  border: 2px solid #4A546F;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .benefits-list .benefit .icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .benefits-list .benefit .icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin: 0 30px 0 0;
  }
}

.benefits-list .benefit .icon:before {
  width: auto;
  margin: 0;
}

.benefits-list .benefit .text {
  max-width: 290px;
  font-size: 22px;
  line-height: 1.227;
  color: #444C5A;
}

@media (max-width: 767px) {
  .benefits-list .benefit .text {
    font-size: 18px;
  }
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 3px;
  padding: 100px 115px 100px 95px;
  background-color: #2A2D32;
  z-index: 1;
}

@media (max-width: 1199px) {
  .steps {
    margin: 0 -15px;
  }
}

@media (max-width: 991px) {
  .steps {
    padding: 90px 30px;
  }
}

@media (max-width: 767px) {
  .steps {
    display: block;
    padding-top: 40px;
    background-size: 140% auto;
    background-position: left top;
  }
}

.steps__left {
  position: relative;
  width: 375px;
  z-index: 2;
  padding-right: 50px;
  padding-top: 10px;
}

.steps__left .title {
  font-size: 46px;
  line-height: 1.46;
  color: #FFFFFF;
  margin: 0 0 100px;
}

@media (max-width: 991px) {
  .steps__left .title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 50px;
  }
}

.steps__left .title .number {
  display: block;
  font-size: 140px;
  line-height: 1;
  margin-bottom: -5px;
}

@media (max-width: 767px) {
  .steps__left .btn {
    display: none;
  }
}

.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin: -30px;
  z-index: 2;
}

@media (max-width: 1199px) {
  .steps__list {
    margin: -15px;
  }
}

.steps__list .decor-line-top {
  position: absolute;
  top: -140px;
  left: 16.666%;
  right: 240px;
  height: 170px;
  border: 4px solid #E5C58C;
  border-right: none;
  border-bottom: none;
  z-index: 1;
}

@media (max-width: 1900px) {
  .steps__list .decor-line-top {
    right: 290px;
  }
}

@media (max-width: 1199px) {
  .steps__list .decor-line-top {
    top: -155px;
    right: 350px;
  }
}

@media (max-width: 991px) {
  .steps__list .decor-line-top {
    display: none;
  }
}

.steps__list .decor-line-bottom {
  position: absolute;
  bottom: -140px;
  left: 16.666%;
  right: 16.666%;
  height: 170px;
  border: 4px solid #E5C58C;
  border-left: none;
  border-top: none;
  z-index: 1;
}

@media (max-width: 1199px) {
  .steps__list .decor-line-bottom {
    bottom: -155px;
  }
}

@media (max-width: 991px) {
  .steps__list .decor-line-bottom {
    display: none;
  }
}

.steps__list .decor-line-bottom:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 66px;
  width: 4px;
  background-color: #E5C58C;
}

.steps__list .step {
  width: -webkit-calc(33.333% - 60px);
  width: calc(33.333% - 60px);
  min-height: 200px;
  position: relative;
  background-color: #17191D;
  border-radius: 3px;
  margin: 30px;
  padding: 30px 30px 20px;
}

@media (max-width: 1500px) {
  .steps__list .step {
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
  }
}

@media (max-width: 1199px) {
  .steps__list .step {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}

@media (max-width: 991px) {
  .steps__list .step {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

.steps__list .step:after {
  position: absolute;
  content: '';
  top: 40px;
  right: 0;
  width: 74px;
  height: 1px;
  background: #323439;
}

.steps__list .step .number {
  font-weight: 300;
  font-size: 32px;
  line-height: 1;
  color: #E5C58C;
  margin-bottom: 20px;
}

@media (max-width: 1800px) {
  .steps__list .step .number {
    margin-bottom: 10px;
  }
}

.steps__list .step .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 15px;
}

@media (max-width: 1800px) {
  .steps__list .step .title {
    margin-bottom: 10px;
  }
}

.steps__list .step .text {
  font-size: 16px;
  line-height: 1.187;
  color: #747781;
}

.steps .btn-wrap {
  display: none;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .steps .btn-wrap {
    display: block;
  }
}

@media (max-width: 400px) {
  .steps .btn-wrap .btn {
    width: 100%;
  }
}

.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 991px) {
  .form-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .form-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.form-block.style01 {
  padding: 190px 55px 25px;
}

@media (max-width: 1500px) {
  .form-block.style01 {
    padding: 190px 0 25px;
  }
}

@media (max-width: 991px) {
  .form-block.style01 {
    padding: 50px 0 0;
  }
}

@media (max-width: 575px) {
  .form-block.style01 {
    padding: 0;
  }
}

.form-block.style01:before {
  position: absolute;
  content: '';
  top: -140px;
  left: -15px;
  bottom: 0;
  width: -webkit-calc(50% + 15px);
  width: calc(50% + 15px);
  background: -webkit-gradient(linear, left top, right top, color-stop(26.21%, #F6F4F1), color-stop(90.7%, #FBF9F8));
  background: -webkit-linear-gradient(left, #F6F4F1 26.21%, #FBF9F8 90.7%);
  background: linear-gradient(to right, #F6F4F1 26.21%, #FBF9F8 90.7%);
  z-index: -1;
}

@media (min-width: 1200px) {
  .form-block.style01:before {
    left: -75px;
    width: -webkit-calc(50% + 75px);
    width: calc(50% + 75px);
  }
}

@media (min-width: 1900px) {
  .form-block.style01:before {
    left: -125px;
    width: -webkit-calc(50% + 125px);
    width: calc(50% + 125px);
  }
}

@media (max-width: 991px) {
  .form-block.style01:before {
    display: none;
  }
}

.form-block.style01 .form-block__left {
  padding: 0 90px 90px 0;
}

@media (max-width: 1399px) {
  .form-block.style01 .form-block__left {
    padding: 0 15px 90px 0;
  }
}

@media (max-width: 991px) {
  .form-block.style01 .form-block__left {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .form-block.style01 .form-block__left .img {
    max-width: 550px;
    margin: 0 auto;
  }
}

.form-block.style01 .form-block__left .img:before,
.form-block.style01 .form-block__left .img:after {
  position: absolute;
  content: '';
  border: 4px solid #E5C58C;
  pointer-events: none;
  z-index: -1;
}

.form-block.style01 .form-block__left .img:before {
  width: 100%;
  height: 46%;
  top: 27%;
  left: -50%;
}

@media (max-width: 991px) {
  .form-block.style01 .form-block__left .img:before {
    left: -23px;
    bottom: -40px;
    top: auto;
    width: 142px;
    height: 169px;
    z-index: 2;
  }
}

.form-block.style01 .form-block__left .img:after {
  right: 55px;
  top: 100%;
  width: 55%;
  height: 460px;
  margin-top: -4px;
}

@media (max-width: 991px) {
  .form-block.style01 .form-block__left .img:after {
    display: none;
  }
}

.form-block.style01 .form-block__right {
  padding: 10px 0 0 90px;
}

@media (max-width: 1399px) {
  .form-block.style01 .form-block__right {
    padding: 10px 0 0 15px;
  }
}

@media (max-width: 991px) {
  .form-block.style01 .form-block__right {
    padding: 90px 15px 0;
  }
}

.form-block.style01 .form-block__right .title {
  margin: 0 0 7px;
}

.form-block.style02 {
  padding: 100px 55px 135px;
}

@media (max-width: 1500px) {
  .form-block.style02 {
    padding: 100px 0 135px;
  }
}

@media (max-width: 1199px) {
  .form-block.style02 {
    padding: 125px 0 20px;
  }
}

.form-block.style02:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: -15px;
  height: 60%;
  width: 430px;
  background: -webkit-linear-gradient(202.57deg, #FAF8F7 57.76%, #fff 91.29%);
  background: linear-gradient(247.43deg, #FAF8F7 57.76%, #fff 91.29%);
  z-index: -1;
}

@media (min-width: 1200px) {
  .form-block.style02:before {
    left: -75px;
  }
}

@media (min-width: 1900px) {
  .form-block.style02:before {
    left: -125px;
  }
}

@media (max-width: 991px) {
  .form-block.style02:before {
    display: none;
  }
}

.form-block.style02 .form-block__left {
  padding: 0 70px 0 0;
}

@media (max-width: 1399px) {
  .form-block.style02 .form-block__left {
    padding: 0 15px 0 0;
  }
}

@media (max-width: 991px) {
  .form-block.style02 .form-block__left {
    padding: 0;
  }
}

.form-block.style02 .form-block__left .inner {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  padding: 90px 85px 100px;
  -webkit-box-shadow: 20px 20px 60px rgba(0,0,0,0.2);
  box-shadow: 20px 20px 60px rgba(0,0,0,0.2);
}

@media (max-width: 991px) {
  .form-block.style02 .form-block__left .inner {
    padding: 55px 55px 45px;
  }
}

@media (max-width: 575px) {
  .form-block.style02 .form-block__left .inner {
    padding: 55px 30px 45px;
  }
}

.form-block.style02 .form-block__left .inner .top-block{
  color: grey;
}
.form-block.style02 .form-block__left .inner .top-block .title {
  font-size: 44px;
  line-height: 1.22;
  margin: 0 0 80px;
}

@media (max-width: 1199px) {
  .form-block.style02 .form-block__left .inner .top-block .title {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .form-block.style02 .form-block__left .inner .top-block .title {
    font-size: 27px;
  }
}

.form-block.style02 .form-block__left .inner .top-block .text {
  font-size: 24px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .form-block.style02 .form-block__left .inner .top-block .text {
    font-size: 20px;
  }
}

.form-block.style02 .form-block__left .inner .top-block .percent {
  font-weight: 600;
  font-size: 96px;
  line-height: 1;
  color: #E5C58C;
  margin-top: 25px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .form-block.style02 .form-block__left .inner .top-block .percent {
    font-size: 80px;
  }
}

.form-block.style02 .form-block__left .inner .top-block .info-text {
  font-size: 18px;
  line-height: 1.2;
  color: #77797C;
  margin-top: 10px;
}

.form-block.style02 .form-block__left .inner .bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.22;
  color: #666D74;
  background: rgba(23,23,23,0.8);
  border-radius: 5px;
  padding: 25px 35px;
  margin-top: 85px;
}

@media (max-width: 1199px) {
  .form-block.style02 .form-block__left .inner .bottom-block {
    padding: 15px 25px;
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .form-block.style02 .form-block__left .inner .bottom-block {
    margin: 50px -10px 0;
  }
}

.form-block.style02 .form-block__left .inner .bottom-block .icon {
  width: 31px;
  min-width: 31px;
  font-size: 31px;
  margin-right: 28px;
}

.form-block.style02 .form-block__left .inner .bottom-block .icon:before {
  margin: 0;
}

.form-block.style02 .form-block__right {
  padding: 35px 0 0 70px;
}

@media (max-width: 1399px) {
  .form-block.style02 .form-block__right {
    padding: 35px 0 0 15px;
  }
}

@media (max-width: 991px) {
  .form-block.style02 .form-block__right {
    padding: 70px 15px 0;
  }
}

.form-block.style02 .form-block__right .title {
  margin: 0 0 40px;
}

@media (max-width: 991px) {
  .form-block.style02 .form-block__right .title {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 45px;
  }

  .form-block.style02 .form-block__right .title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #B6A792;
  }
}

.form-block__left {
  width: 50%;
}

@media (max-width: 991px) {
  .form-block__left {
    width: auto;
    margin: 0 -15px;
  }
}

.form-block__left .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-box-shadow: 20px 20px 60px rgba(0,0,0,0.2);
  box-shadow: 20px 20px 60px rgba(0,0,0,0.2);
  z-index: 1;
}

.form-block__left img {
  display: block;
  width: 100%;
}

.form-block__right {
  width: 50%;
}

@media (max-width: 991px) {
  .form-block__right {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
}

.form-block__right .title {
  font-size: 44px;
}

@media (max-width: 991px) {
  .form-block__right .title {
    font-size: 27px;
    font-weight: 700;
  }
}

.form-block__right .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.33;
  color: #444C5A;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .form-block__right .subtitle {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .form-block__right .subtitle {
    position: relative;
    font-size: 22px;
    padding-bottom: 22px;
    margin-bottom: 55px;
  }

  .form-block__right .subtitle:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #B6A792;
  }
}

.form-block__right .custom-form {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .form-block__right .custom-form {
    margin-bottom: 30px;
  }
}

.form-block__right .info-text {
  max-width: 550px;
  font-size: 12px;
  line-height: 15px;
  color: #A9ACB6;
}

@media (max-width: 991px) {
  .form-block__right .info-text {
    text-align: center;
    margin: 0 auto;
  }
}

.form-block__right .info-text a {
  color: #A9ACB6;
  text-decoration: underline;
}

.form-block__right .info-text a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .form-block .footer {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .form-block .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.form-block .footer .copy {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.cta {
  position: relative;
  max-width: 800px;
  margin: 115px auto 0;
  padding: 60px 0;
  text-align: center;
  z-index: 1;
}

@media (max-width: 991px) {
  .cta {
    max-width: none;
    margin-top: 120px;
    padding-top: 50px;
  }
}

.cta:before {
  position: absolute;
  content: '';
  top: 0;
  right: 80px;
  bottom: 0;
  left: 80px;
  background: -webkit-linear-gradient(240.71deg, #F6F4F1 26.21%, #FBF9F8 90.7%),#B6A792;
  background: linear-gradient(209.29deg, #F6F4F1 26.21%, #FBF9F8 90.7%),#B6A792;
  z-index: -1;
}

@media (max-width: 991px) {
  .cta:before {
    left: -15px;
    right: -15px;
  }
}

.cta:after {
  display: none;
  position: absolute;
  content: '';
  left: 15px;
  right: 15px;
  top: -50px;
  bottom: -50px;
  border: 4px solid #B6A792;
  z-index: -2;
}

@media (max-width: 991px) {
  .cta:after {
    display: block;
  }
}

.cta .text {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.227;
  color: #444C5A;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .cta .text {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .cta .text {
    font-size: 26px;
    margin-bottom: 45px;
  }
}

.page-banner-2 {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .page-banner-2 {
    margin: 0 -15px;
  }
}

.page-banner-2__inner {
  background: -webkit-gradient(linear, right top, left top, color-stop(43.78%, rgba(206,222,236,0)), color-stop(66.18%, rgba(206,222,236,0.65)));
  background: -webkit-linear-gradient(right, rgba(206,222,236,0) 43.78%, rgba(206,222,236,0.65) 66.18%);
  background: linear-gradient(270deg, rgba(206,222,236,0) 43.78%, rgba(206,222,236,0.65) 66.18%);
  padding: 80px 95px;
}

@media (max-width: 1440px) {
  .page-banner-2__inner {
    padding: 65px 95px 60px;
  }

  .page-banner-2__inner:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .9;
    z-index: -1;
  }
}

@media (max-width: 991px) {
  .page-banner-2__inner {
    padding: 65px 30px 60px;
  }

  .page-banner-2__inner:after {
    position: absolute;
    content: '';
    top: 0;
    right: 35px;
    width: 36px;
    height: 81px;
    border: 4px solid #444C5A;
    border-top: none;
    border-left: none;
  }
}

.page-banner-2__inner .title {
  max-width: 680px;
  line-height: 1;
  margin: 0 0 35px;
}

@media (max-width: 1440px) {
  .page-banner-2__inner .title {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .page-banner-2__inner .title {
    margin-bottom: 35px;
  }
}

.page-banner-2__inner .subtitle {
  max-width: 570px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #444C5A;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .page-banner-2__inner .subtitle {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .page-banner-2__inner .subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .page-banner-2__inner .subtitle {
    margin-right: -10px;
  }
}

.page-banner-2__inner .text {
  max-width: 590px;
  font-size: 22px;
  line-height: 1.227;
  color: #7E8DA7;
  margin-bottom: 60px;
}

@media (max-width: 1440px) {
  .page-banner-2__inner .text {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .page-banner-2__inner .text {
    font-size: 18px;
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .page-banner-2__inner .btn {
    width: 100%;
  }
}

.benefits-2 {
  position: relative;
  padding: 100px 100px 120px;
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .benefits-2 {
    padding: 100px 95px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 991px) {
  .benefits-2 {
    padding: 55px 30px 110px;
    margin-top: 70px;
  }

  .benefits-2:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 316px;
    height: 55px;
    border: 4px solid #B6A792;
    border-bottom: none;
    border-right: none;
  }
}

.benefits-2 .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 95px;
}

@media (max-width: 991px) {
  .benefits-2 .title-block {
    margin-bottom: 65px;
  }
}

.benefits-2 .title-block .title {
  width: 56%;
  color: #E5C58C;
  font-size: 44px;
  font-weight: 600;
  margin: 0;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .benefits-2 .title-block .title {
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .benefits-2 .title-block .title {
    font-size: 22px;
    width: 100%;
  }
}

.benefits-2 .title-block .decor-line {
  position: relative;
  width: 44%;
  height: 4px;
  background-color: #E5C58C;
}

@media (max-width: 991px) {
  .benefits-2 .title-block .decor-line {
    display: none;
  }
}

.benefits-2 .title-block .decor-line:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  height: 250px;
  width: 4px;
  background-color: #E5C58C;
}

.benefits-2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: -50px 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .benefits-2-list {
    margin: -25px 0;
  }
}

.benefits-2-list .caption {
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 25px;
  color: grey;
}

@media (max-width: 991px) {
  .benefits-2-list .caption {
    font-size: 20px;
    text-align: center;
  }
}

.benefits-2-list .benefit {
  width: 33.333%;
  margin: 50px 0;
}

@media (max-width: 1199px) {
  .benefits-2-list .benefit {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .benefits-2-list .benefit {
    margin: 25px 0;
  }
}

@media (max-width: 575px) {
  .benefits-2-list .benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.benefits-2-list .benefit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  color: #E5C58C;
  font-size: 31px;
  line-height: 1;
  border: 2px solid #E5C58C;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .benefits-2-list .benefit .icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .benefits-2-list .benefit .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 18px;
    margin: 0 25px 0 0;
  }
}

.benefits-2-list .benefit .icon:before {
  width: auto;
  margin: 0;
}

.benefits-2-list .benefit .text {
  max-width: 290px;
  font-size: 20px;
  line-height: 1.1;
  color: grey;
}

@media (max-width: 767px) {
  .benefits-2-list .benefit .text {
    font-size: 18px;
  }
}

.useful-block {
  padding: 120px 55px 140px;
}

@media (max-width: 991px) {
  .useful-block {
    padding: 65px 15px 170px;
  }
}

.useful-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .useful-block__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.useful-block__text {
  width: 55%;
  padding-right: 70px;
}

@media (max-width: 991px) {
  .useful-block__text {
    width: 100%;
    margin-bottom: 65px;
  }
}

.useful-block__text h1,
.useful-block__text h2,
.useful-block__text h3,
.useful-block__text h4,
.useful-block__text h5,
.useful-block__text h6 {
  font-size: 44px;
  font-weight: 600;
  margin: 0 0 70px;
}

@media (max-width: 1199px) {
  .useful-block__text h1,
  .useful-block__text h2,
  .useful-block__text h3,
  .useful-block__text h4,
  .useful-block__text h5,
  .useful-block__text h6 {
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  .useful-block__text h1,
  .useful-block__text h2,
  .useful-block__text h3,
  .useful-block__text h4,
  .useful-block__text h5,
  .useful-block__text h6 {
    font-size: 26px;
    font-weight: 700;
  }
}

.useful-block__text ul {
  max-width: 670px;
  list-style: none;
  font-size: 22px;
  line-height: 1.227;
  color: #444C5A;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .useful-block__text ul {
    max-width: none;
    font-size: 18px;
  }
}

.useful-block__text ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 70px;
}

@media (max-width: 1199px) {
  .useful-block__text ul li {
    margin-bottom: 40px;
    padding-left: 37px;
  }
}

.useful-block__text ul li:last-child {
  margin-bottom: 0;
}

.useful-block__text ul li:before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #E5C58C;
}

.useful-block__image {
  width: 45%;
}

@media (max-width: 991px) {
  .useful-block__image {
    width: 100%;
    padding-left: 100px;
  }
}

@media (max-width: 575px) {
  .useful-block__image {
    padding-left: 0;
  }
}

.useful-block__image .img {
  position: relative;
  max-width: 565px;
  -webkit-box-shadow: 20px 20px 60px rgba(0,0,0,0.2);
  box-shadow: 20px 20px 60px rgba(0,0,0,0.2);
  border-radius: 3px;
}

@media (max-width: 575px) {
  .useful-block__image .img {
    margin-right: -45px;
  }
}

.useful-block__image .img:before {
  position: absolute;
  content: '';
  top: 65px;
  left: -65px;
  width: -webkit-calc(50% + 65px);
  width: calc(50% + 65px);
  height: 100%;
  border: 4px solid #B6A792;
  z-index: -1;
}

@media (max-width: 575px) {
  .useful-block__image .img:before {
    top: auto;
    left: -45px;
    bottom: -45px;
    width: 244px;
    height: 311px;
  }
}

.useful-block__image .img img {
  display: block;
  width: 100%;
}

.why-we {
  position: relative;
  padding: 90px 55px 80px;
}

@media (max-width: 1399px) {
  .why-we {
    padding: 60px 40px 70px;
  }
}

@media (max-width: 991px) {
  .why-we {
    padding: 60px 5px 70px;
  }
}

.why-we:before,
.why-we:after {
  position: absolute;
  content: '';
}

.why-we:before {
  top: 85px;
  left: 0;
  width: 409px;
  height: 213px;
  border: 4px solid #E5C58C;
  z-index: 1;
}

@media (max-width: 991px) {
  .why-we:before {
    top: -60px;
    bottom: -60px;
    left: 50%;
    margin-left: -2px;
    width: 55vw;
    height: auto;
  }
}

.why-we:after {
  top: 0;
  right: 200px;
  bottom: 0;
  left: 200px;
  background: -webkit-linear-gradient(241.04deg, #F6F4F1 26.21%, #FBF9F8 90.7%),#B6A792;
  background: linear-gradient(208.96deg, #F6F4F1 26.21%, #FBF9F8 90.7%),#B6A792;
  z-index: 2;
}

@media (max-width: 991px) {
  .why-we:after {
    right: 45px;
    left: 45px;
  }
}

.why-we .title {
  position: relative;
  font-size: 44px;
  text-align: center;
  margin: 0 0 80px;
  z-index: 3;
}

@media (max-width: 1399px) {
  .why-we .title {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .why-we .title {
    font-size: 36px;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .why-we .title {
    font-size: 26px;
  }
}

.why-we__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -25px;
  z-index: 3;
}

@media (max-width: 1399px) {
  .why-we__list {
    margin: -15px;
  }
}

.why-we__list .item {
  width: -webkit-calc(33.333% - 50px);
  width: calc(33.333% - 50px);
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)),#B6A792;
  background: -webkit-linear-gradient(bottom, #fff, #fff),#B6A792;
  background: linear-gradient(0deg, #fff, #fff),#B6A792;
  -webkit-box-shadow: 20px 20px 80px rgba(0,0,0,0.1);
  box-shadow: 20px 20px 80px rgba(0,0,0,0.1);
  margin: 25px;
  padding: 50px 60px 45px;
}

@media (max-width: 1399px) {
  .why-we__list .item {
    width: -webkit-calc(33.333% - 30px);
    width: calc(33.333% - 30px);
    margin: 15px;
    padding: 40px 25px 35px 35px;
  }
}

@media (max-width: 991px) {
  .why-we__list .item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

@media (max-width: 575px) {
  .why-we__list .item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

.why-we__list .item .icon {
  height: 60px;
  margin-bottom: 35px;
  color: #E5C58C;
  font-size: 55px;
  line-height: 1;
}

@media (max-width: 1399px) {
  .why-we__list .item .icon {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .why-we__list .item .icon {
    height: 35px;
    font-size: 35px;
  }
}

.why-we__list .item .icon:before {
  width: auto;
  margin: 0;
}

.why-we__list .item .text {
  font-size: 22px;
  line-height: 1.227;
  color: #2A2D32;
}

@media (max-width: 1199px) {
  .why-we__list .item .text {
    font-size: 18px;
  }
}

.category-filter {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .category-filter {
    width: 261px;
  }
}

@media screen and (min-width: 1500px) {
  .category-filter {
    width: 320px;
  }
}

@media screen and (min-width: 1500px) {
  .category-filter {
    width: 320px;
    margin-right: 40px;
  }
}

.filter-main-title {
  position: relative;
  margin: 0;
  padding: 10px 30px;
  border-bottom: 1px solid #F5F1ED;
  border-radius: 3px 3px 0 0;
  color: #3D4249;
  font-weight: normal;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .filter-main-title {
    padding: 10px 40px 10px 20px;
    border: 1px solid transparent;
    color: #FFFFFF;
    border-radius: 4px;
    background: #A59C8F;
  }
  .filter.on .filter-main-title{
    border: 1px solid #D9D3CD;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .filter-main-title {
    padding: 15px 20px;
  }
}

@media (min-width: 1500px) {
  .filter-main-title {
    font-size: 24px;
  }
}

.filter-main-title__icon {
  display: none;
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .filter-main-title__icon {
    display: inline-block;
    max-width: 17px;
    vertical-align: middle;
    margin-bottom: 4px;
  }
}

.filter-main-title .title {
  display: inline-block;
  vertical-align: baseline;
  white-space: normal;
  line-height: 1.2;
}

.filter {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);;
}

.filter-wrap {
  display: none;
  border-radius: 3px;
}

@media (max-width: 1199px) {
  .filter-wrap {
    position: absolute;
    top: 99%;
    right: 0;
    max-width: 350px;
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 65vh;
    background: #ffffff;
    border: 1px solid #D9D3CD;
    border-top: none;
    padding-top: 15px;
  }
}

@media (max-width: 480px) {
  .filter-wrap {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .filter-wrap {
    display: block;
  }
}

.filter-mobile__toggle {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 1200px) {
  .filter-mobile__toggle {
    display: none;
  }
}

.filter-mobile__toggle i {
  display: inline-block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.filter-mobile__toggle.on i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-collapse {
  margin-right: -40px;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

@media (max-width: 1199px) {
  .filter-collapse {
    margin-right: -15px;
  }
}

.filter-collapse i {
  display: inline-block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.filter-collapse:focus {
  outline: 1px dashed #444C5A;
}

.filter-item {
  position: relative;
  z-index: 1;
}

.filter-item:not(:last-child) {
  border-bottom: 1px solid #F5F1ED;
}

.filter-item-inner {
  padding: 10px 50px 10px 20px;
}

.filter-item .filter-success {
  display: none;
}

@media (min-width: 1200px) {
  .filter-item .filter-success {
    display: inline-block;
    position: absolute;
    left: 101%;
    z-index: -1;
    top: 70%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}

@media (min-width: 1200px) {
  .filter-item.hover .filter-success {
    left: 92%;
    opacity: 1;
    z-index: 1;
  }
}

.filter-item.collapsed .filter-collapse i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-item.collapsed .filter-box {
  display: none;
}

.filter-item .input-number::-webkit-outer-spin-button,
.filter-item .input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-item .input-number[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 1199px) {
  .filter .custom-checkbox .filter-success {
    display: none;
  }
}

@media (min-width: 1200px) {
  .filter .custom-checkbox.hover .filter-success {
    visibility: visible;
    left: 105%;
    opacity: 1;
    z-index: 1;
  }
}

.filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter-title {
  color: #4A546F;
  font-weight: 600;
}

.filter-box {
  position: relative;
  z-index: 0;
  padding-top: 10px;
}

.filter-box.filter--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.filter-box>input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.filter-box .btn {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.filter-box .custom-checkbox {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.filter-box .custom-checkbox label {
  display: inline-block;
  min-width: 90px;
}

.filter-buttons {
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0 0 4px 4px;
}

@media (max-width: 1499px) {
  .filter-buttons {
    padding-bottom: 10px;
  }

  .filter-buttons button {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .filter-buttons {
    display: block;
  }

  .filter-buttons .filter-success {
    display: none;
  }
}

.filter-buttons .filter-success {
  margin-right: 20px;
}

.filter-reset {
  margin-top: 30px;
  border: none;
  background-color: transparent;
  color: #E86C6C;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.filter--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter--row.wrap {
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-search {
  position: relative;
}

.filter-search .btn-search {
  position: absolute;
  right: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
}

.filter-search .search-input {
  width: 100%;
  margin-right: 0;
}

.filter-search .icon-search-2 {
  display: none;
}

.input {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin-right: 15px;
  width: auto;
  min-width: 60px;
  background-color: #EDEEF3;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  color: #444C5A;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.input:focus {
  font-weight: 600;
  color: #444C5A;
  border-color: #9C9382;
  background-color: #ffffff;
}

.input::-webkit-input-placeholder {
  color: #CEC5B7;
}

.input:-moz-placeholder {
  color: #CEC5B7;
}

.input::-moz-placeholder {
  color: #CEC5B7;
}

.input:-ms-input-placeholder {
  color: #CEC5B7;
}

.input-label {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  color: #616F92;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #3A4257;
  color: #9199AD;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 30px 0;
  font-size: 13px;
}

.footer .copy {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  color: #9199AD;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.single-object {
  position: relative;
}

@media (min-width: 992px) {
  .single-object:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 15%;
    left: 0;
    bottom: 0;
    display: block;
    width: 435px;
    background-color: #faf8f7;
  }
}

.single-object-slider {
  position: relative;
  max-width: 100%;
  max-height: 550px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

@media (max-width: 991px) {
  .single-object-slider {
    width: 100vw;
    max-width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.single-object-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .single-object-slider .slick-arrow {
    font-size: 3.5em;
  }
}

@media (max-width: 768px) {
  .single-object-slider .slick-arrow svg {
    max-width: 16px;
  }
}

.single-object-slider .slick-arrow.slick-prev {
  left: 20px;
}

.single-object-slider .slick-arrow.slick-next {
  right: 20px;
}

.single-object-slider .slick-list,
.single-object-slider .slick-track {
  height: 100%;
  max-height: 550px;
}

.single-object-slider-item {
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px;
}

@media (max-width: 1800px) {
  .single-object-slider-item {
    height: 550px;
  }
}

@media (max-width: 1500px) {
  .single-object-slider-item {
    height: 425px;
  }
}

@media (max-width: 767px) {
  .single-object-slider-item {
    height: 350px;
  }
}

@media (max-width: 479px) {
  .single-object-slider-item {
    height: 245px;
  }
}

.single-object-slider-item img {
  height: 100%;
  max-width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.single-object-slider-item:before {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.8)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.8) 100%);
  background-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.single-object-slider-item .slider-count {
  left: 26px;
  right: auto;
  bottom: 14px;
  opacity: 0;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.single-object-slider-item:not(.slick-current):before {
  opacity: 1;
}

.single-object-slider-item:not(.slick-current) .open-image-gallery {
  opacity: 0;
}

.single-object-slider-item.slick-current .open-image-gallery {
  opacity: 1;
  font-size: 1.3em;
}

.single-object-slider-item.slick-current .slider-count {
  opacity: 1;
}

.single-object-slider-item .item-rented {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  -webkit-backdrop-filter: blur(1.4px);
  backdrop-filter: blur(1.4px);
}

.single-object-slider-item .item-rented__text {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .single-object-slider-item .item-rented__text {
    font-size: 16px;
  }
}

@media (max-width: 1499px) {
  .single-object-slider-item .item-rented svg {
    max-width: 75px;
    max-height: 75px;
  }
}

@media (max-width: 1199px) {
  .single-object-slider-item .item-rented svg {
    max-width: 50px;
    max-height: 50px;
  }
}

.single-object-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media (min-width: 992px) {
  .single-object-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.single-object-container .objects-bottom.desktop {
  display: none;
}

@media (min-width: 992px) {
  .single-object-container .objects-bottom.desktop {
    display: block;
  }
}

.single-object-container .objects-bottom.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.single-object-container .objects-bottom.mobile .btn--group {
  width: 100%;
  text-align: center;
}

@media (max-width: 480px) {
  .single-object-container .objects-bottom.mobile .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .single-object-container .objects-bottom.mobile {
    display: none;
  }
}

.single-object-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  padding: 20px 15px 20px;
  background-color: #faf8f7;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 480px) and (max-width: 991px) {
  .single-object-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .single-object-info {
    padding: 20px 40px 60px;
  }
}

@media (min-width: 992px) {
  .single-object-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 435px;
    margin-right: 60px;
    padding: 20px 40px 60px;
    margin-left: 0;
  }
}

.single-object-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 991px) {
  .single-object-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 25px 60px;
  }
}

@media (max-width: 767px) {
  .single-object-content {
    padding: 20px 0 15px;
  }
}

.single-object-content .text-content {
  color: #646770;
}

@media (max-width: 991px) {
  .single-object-content .text-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.single-object__title {
  max-width: 100%;
  margin: 0;
  padding: 20px 0 20px 0;
  font-size: 18px;
}

@media (min-width: 480px) {
  .single-object__title {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .single-object__title {
    padding: 15px 10px 30px 25px;
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .single-object__title {
    padding: 25px 10px 40px 40px;
    font-size: 42px;
  }
}

@media (min-width: 1500px) {
  .single-object__title {
    padding: 35px 10px 40px 40px;
  }
}

.single-object .objects-heading-top {
  margin-top: 15px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .single-object .objects-heading-top {
    margin-left: 25px;
  }
}

@media (min-width: 992px) {
  .single-object .objects-heading-top {
    margin-left: 40px;
  }
}

@media (min-width: 1500px) {
  .single-object .objects-heading-top {
    margin-top: 50px;
  }
}

.single-object .objects-heading-top .favorites {
  margin-right: 35px;
}

.single-object .objects-heading-top .favorites .title {
  font-weight: normal;
}

@media (max-width: 767px) {
  .single-object .objects-heading-top .favorites {
    position: relative;
    top: 0;
    right: 0;
  }
}

@media (min-width: 1500px) {
  .single-object .objects-heading-top .favorites {
    font-size: 14px;
  }

  .single-object .objects-heading-top .favorites i {
    font-size: 2em;
  }
}

.single-object .objects-heading-top .publishing-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .single-object .objects-heading-top .publishing-box time {
    color: #b9b9b9;
    font-weight: 500;
  }

  .single-object .objects-heading-top .publishing-box time span {
    display: none;
  }
}

@media (min-width: 1500px) {
  .single-object .objects-heading-top .publishing-box {
    font-size: 14px;
  }
}

.single-object .objects-heading-top .objects-id {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
}

.single-object .objects-heading-top .objects-id:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  margin-right: 12px;
  margin-left: 2px;
  height: 1px;
  background-color: #e7e7e7;
}

@media (min-width: 480px) {
  .single-object .objects-heading-top .objects-id:before {
    width: 43px;
    margin-right: 20px;
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .single-object .objects-heading-top .objects-id:before {
    margin-right: 29px;
    margin-left: 19px;
    width: 63px;
  }
}

@media (min-width: 1500px) {
  .single-object .objects-heading-top .objects-id {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .single-object .meta-currency span:not(.current) {
    /* background-color: #ffffff; */
  }

  .single-object .meta-currency span:not(.current).current,
  .single-object .meta-currency span:not(.current):hover,
  .single-object .meta-currency span:not(.current):focus {
    background-color: #444C5A;
    color: #ffffff;
  }
}

@media (max-width: 580px) {
  .single-object .meta-currency {
    width: 100%;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 0 !important;
  }

  .single-object .meta-currency span {
    display: inline-block;
  }

  .single-object .meta-currency span:not(:last-child) {
    margin-bottom: 6px;
  }
}

.single-object time {
  color: #444C5A;
  font-weight: 600;
}

.single-object time span {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  font-weight: normal;
  color: #7d7d7d;
}

@media (min-width: 992px) {
  .single-object .objects-bottom .btn--main {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.single-object .show-on-map {
  color: #454a5b;
}

.single-object .show-on-map span {
  color: #454a5b;
}

.single-object .show-on-map span:before {
  bottom: 4px;
  background-color: #454a5b;
}

.single-object .show-on-map:hover {
  opacity: 0.9;
}

.object-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media (min-width: 480px) and (max-width: 991px) {
  .object-info-item {
    width: 48%;
  }
}

.object-info-icon {
  width: 18px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #444C5A;
}

.object-info-icon i {
  display: inline-block;
  vertical-align: baseline;
}

.object-info-icon .icon-view {
  font-size: 0.7em;
}

.object-info-value {
  font-weight: bold;
  color: #444C5A;
}

.object-info-title {
  color: #7d7d7d;
}

.object-heading-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .object-heading-info {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .object-heading-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    z-index: -1;
    display: block;
    width: -webkit-calc(100vw + 30px);
    width: calc(100vw + 30px);
    height: 100%;
    background: #F8F5F1;
  }
}

@media (max-width: 580px) {
  .object-heading-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 10px;
  }
}

.object-heading-info .meta-currency {
  margin-bottom: 10px;
}

.object-heading-info .objects-price {
  margin-right: 15px;
}

.object-heading-info .objects-price:before {
  display: none;
}

.object-price-target {
  margin-top: 20px;
  margin-bottom: 20px;
}

.object-price-target .btn {
  padding-top: 6px;
  padding-bottom: 6px;
}

.object-price-target .btn.active {
  border-color: #444C5A;
  color: #444C5A;
}

.object-price-box {
  margin-right: 30px;
}

.object-price-box .objects-price {
  display: none;
}

.object-price-box .objects-price.active {
  display: block;
}

.error .clip .shadow {
  height: 180px;
}

.error .clip:nth-of-type(2) .shadow {
  width: 130px;
}

.error .clip:nth-of-type(1) .shadow,
.error .clip:nth-of-type(3) .shadow {
  width: 250px;
}

.error .digit {
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 120px;
  font-weight: bold;
}

.error h2 {
  font-size: 32px;
}

.error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}

.error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #444C5A;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
}

.error .container-error-404 .clip {
  display: inline-block;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}

.error .clip .shadow {
  overflow: hidden;
}

.error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: inset 20px 0px 20px -15px rgba(150,150,150,0.8),20px 0px 20px -15px rgba(150,150,150,0.8);
  box-shadow: inset 20px 0px 20px -15px rgba(150,150,150,0.8),20px 0px 20px -15px rgba(150,150,150,0.8);
}

.error .clip:nth-of-type(3) .shadow:after,
.error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(173,173,173,0.8)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(173,173,173,0.8), transparent);
  background: linear-gradient(90deg, transparent, rgba(173,173,173,0.8), transparent);
  border-radius: 50%;
}

.error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}

.error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #B6A893;
  border-radius: 50%;
  display: inline-block;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}

.error .clip:nth-of-type(2) .digit {
  left: -10%;
}

.error .clip:nth-of-type(1) .digit {
  right: -20%;
}

.error .clip:nth-of-type(3) .digit {
  left: -20%;
}

.error h2 {
  color: #444C5A;
  font-weight: bold;
  padding-bottom: 20px;
}

.error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #444C5A;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}

.error .triangle {
  position: absolute;
  z-index: 999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}

@media (max-width: 767px) {
  .error .clip .shadow {
    height: 100px;
  }

  .error .clip:nth-of-type(2) .shadow {
    width: 80px;
  }

  .error .clip:nth-of-type(1) .shadow,
  .error .clip:nth-of-type(3) .shadow {
    width: 100px;
  }

  .error .digit {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 52px;
  }

  .error h2 {
    font-size: 24px;
  }

  .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #444C5A;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }

  .error .container-error-404 {
    height: 150px;
  }
}

.overlay {
  position: relative;
  z-index: 20;
}

.ground-color {
  background: white;
}

.item-bg-color {
  background: #EAEAEA;
}

.padding-top {
  padding-top: 10px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-all {
  padding: 10px;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

.no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.no-padding {
  padding: 0px;
}

.margin-top {
  margin-top: 10px;
}

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

.margin-right {
  margin-right: 10px;
}

.margin-left {
  margin-left: 10px;
}

.margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-all {
  margin: 10px;
}

.no-margin {
  margin: 0px;
}

.no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.inside-col-shrink {
  margin: 0px 20px;
}

hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}

.objects-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  border: 1px solid #EAEDEF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.07);
  box-shadow: 0 0 50px rgba(0,0,0,0.07);
  border-radius: 3px;
  color: #4F4F4F;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.objects-item .item-rented {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  -webkit-backdrop-filter: blur(1.4px);
  backdrop-filter: blur(1.4px);
}

.objects-item .item-rented__text {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}

.objects-item .item-rented svg {
  max-width: 50px;
  max-height: 75px;
}

.objects-content {
  padding: 20px;
}

.objects-description {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6f6f6f;
  line-height: 1.3;
  max-height: 130px;
  overflow: auto;
}

@media screen and (min-width: 1200px) {
  .objects-description {
    max-height: 100px;
  }
}

@media screen and (min-width: 1800px) {
  .objects-description {
    max-height: 130px;
  }
}

.objects-description a {
  color: #6F6F6F;
}

.objects-bottom {
  display: none;
}

@media screen and (min-width: 768px) {
  .objects-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .objects-bottom a {
    line-height: 1.1;
  }

  .objects-bottom a:first-child {
    margin-right: 15px;
    padding: 19px 57px;
  }
}

.objects-heading-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  color: #A0A0A0;
}

@media (max-width: 767px) {
  .objects-heading-top .favorites {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
  }

  .objects-heading-top .favorites__title {
    display: none;
  }
}

.objects-heading-top .publishing-date {
  font-weight: 300;
}

@media (max-width: 767px) {
  .objects-heading-top .publishing-date {
    position: absolute;
    top: 200px;
    left: 10px;
    background: rgba(0,0,0,0.4);
    border-radius: 2px;
    padding: 1px 6px;
    color: #b6b6b6;
    font-size: 13px;
  }
}

.objects-heading__title {
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #616F92;
}

@media (min-width: 1500px) {
  .objects-heading__title {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.objects-heading-info {
  position: relative;
  z-index: 0;
}

.objects-heading>a {
  display: block;
}

.objects-info {
  padding: 10px 8px;
  color: #616F92;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .objects-info-group {
    font-size: 14px;
  }
}

.objects-info-group .objects-info {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

@media screen and (max-width: 767px) {
  .objects-info-group .objects-info {
    padding-bottom: 0;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .objects-info-group .objects-info {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .objects-info-group .objects-info__title {
    display: inline-block !important;
    vertical-align: middle;
  }
}

.objects-info .amount,
.objects-info .unit {
  font-weight: 600;
  color: #444C5A;
  margin-left: 7px;
}

.objects-info .unit {
  margin-left: 2px;
}

.objects-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  color: #4A546F;
  align-content: center;
}

@media (max-width: 767px) {
  .objects-price {
    padding: 0;
    position: relative;
    color: #313131 !important;
  }

  .objects-price:before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -4px;
    display: block;
    height: 1px;
    background-color: #e9e9e9;
  }
}

@media (min-width: 768px) {
  .objects-price {
    font-size: 22px;
  }

  .objects-price .price {
    font-size: 20px;
    margin-right: 10px;
  }
}

@media (max-width: 1499px) {
  .objects-price {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.objects-price .price {
  font-size: 28px;
  margin-right: 5px;
  line-height: 30px;
}
.objects-price .objects-price-currency,
.objects-price .objects-term {
  justify-self: revert;
  display: flex;
}
.objects-id {
  border-right-width: 0;
}

@media (max-width: 767px) {
  .objects-id {
    color: #b9b9b9;
  }

  .objects-id .amount {
    color: #b9b9b9;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}

@media (min-width: 1200px) {
  .grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.grid .objects-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin-left: 12px;
  margin-right: 12px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  max-width: 450px;
}

@media (min-width: 768px) {
  .grid .objects-item {
    width: -webkit-calc(100% / 2 - 24px);
    width: calc(100% / 2 - 24px);
  }
}

@media (min-width: 1300px) {
  .grid .objects-item {
    width: -webkit-calc(100% / 3 - 24px);
    width: calc(100% / 3 - 24px);
  }
}

.grid .objects-slider {
  width: 100%;
  max-width: 100%;
}

.grid .objects-slider-item {
  width: 100%;
  height: 230px;
}

.grid .objects-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid .objects-description {
  display: none;
}

.grid .objects-bottom .btn--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}

.grid .objects-bottom .btn--group a {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid .objects-heading__title {
  font-size: 18px;
}

@media screen and (min-width: 1500px) {
  .grid .objects-heading__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1800px) {
  .grid .objects-heading__title {
    font-size: 24px;
  }
}

.grid .objects-info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid .objects-info-group .objects-info {
  border: none;
  text-align: left;
}

.grid .objects-info-group .objects-info__title {
  display: block;
}

.grid .objects-price .objects-price-currency{
  padding-top: 0;
}
.grid .objects-price {
  position: relative;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 0;
  font-size: 14px;
  font-weight: 600;
  color: #847258;
  text-align: left;
  z-index: 0;
}

.grid .objects-price .price {
  font-size: 20px;
}

@media (min-width: 768px) {
  .grid .objects-price .price {
    font-size: 24px;
  }
}

@media (min-width: 1500px) {
  .grid .objects-price .price {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .grid .objects-price {
    font-size: 18px;
  }

  .grid .objects-price:before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    height: 100%;
    background-image: -webkit-linear-gradient(358.71deg, #F8F5F1 74.29%, rgba(248,245,241,0) 99.92%);
    background-image: linear-gradient(91.29deg, #F8F5F1 74.29%, rgba(248,245,241,0) 99.92%);
    z-index: -1;
  }
}

@media (min-width: 1500px) {
  .grid .objects-price {
    font-size: 22px;
  }
}

@media (min-width: 1900px) {
  .grid .objects-rooms,
  .grid .objects-area {
    border-right: 1px solid #E7E5E2;
  }
}

.grid .objects-rooms {
  padding-left: 0;
}

.grid .objects-id {
  padding-right: 0;
}

.grid .show-on-map {
  display: none;
}

@media (max-width: 767px) {
  .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }

  .list .objects-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-left: 10px;
    margin-right: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: 450px;
  }

  .list .objects-slider {
    width: 100%;
    max-width: 100%;
  }

  .list .objects-slider-item {
    width: 100%;
    height: 230px;
  }

  .list .objects-content {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
  }

  .list .objects-description {
    display: none;
  }

  .list .objects-heading__title {
    font-size: 20px;
  }

  .list .objects-info-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .list .objects-info-group .objects-info {
    border: none;
    text-align: left;
    height: 100%;
  }

  .list .objects-info-group .objects-info__title {
    display: block;
  }

  .list .objects-price {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #313131;
    text-align: left;
    z-index: 0;
  }

  .list .objects-price .price {
    font-size: 20px;
  }

  .list .objects-rooms {
    padding-left: 0;
  }

  .list .objects-id {
    padding-right: 0;
  }

  .list .show-on-map {
    display: none;
  }
}

@media (min-width: 768px) {
  .list .objects-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .list .objects-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 60%;
  }
}

@media screen and (min-width: 768px) and (min-width: 1500px) {
  .list .objects-content {
    max-width: -webkit-calc(100% - 430px);
    max-width: calc(100% - 430px);
  }
}

@media (min-width: 768px) {
  .list .objects-heading__title {
    font-size: 24px;
  }

  .list .objects-heading-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 52px;
  }

  .list .objects-heading-info:before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(216, 216, 216, 0.5) -3.22%, rgba(216, 216, 216, 0.15) 103.58%);
  }

  .list .objects-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .list .objects-info-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (min-width: 768px) and (min-width: 1800px) {
  .list .objects-info-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .list .objects-info-group .objects-info {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) and (min-width: 1800px) {
  .list .objects-info-group .objects-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .list .objects-info-group .objects-info__title {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (min-width: 1800px) {
  .list .objects-info-group .objects-info__title {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
}

@media (min-width: 768px) {
  .list .objects-price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-right: 1px solid #ECECEC;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) and (min-width: 1670px) {
  .list .objects-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    border-bottom-width: 0;
  }
}

@media (min-width: 768px) {
  .list .objects-slider {
    width: 100%;
  }

  .list .objects-slider-item {
    width: 100%;
    height: 100%;
  }

  .list .objects-rooms,
  .list .objects-area {
    border-right: 1px solid #ECECEC;
  }

  .list .objects-rooms__value,
  .list .objects-area__value {
    white-space: nowrap;
  }

  .list .objects-id {
    border-right-width: 0;
  }

  .list .objects-id__value {
    white-space: nowrap;
  }
}

.objects-id .amount {
  position: relative;
  padding-right: 18px;
}

.objects-id .amount:before {
  display: none;
  content: '\f24d';
  position: absolute;
  right: 0;
  font-family: "font-wsp";
  font-size: .8em;
  color: #7d7d7d;
}

.objects-slider {
  position: relative;
  max-width: 40%;
}

@media screen and (min-width: 1500px) {
  .objects-slider {
    max-width: 430px;
  }
}

.objects-slider .slick-list,
.objects-slider .slick-track {
  height: 100%;
}

.objects-slider-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.objects-slider-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(33,37,45,0)), to(rgba(20,22,28,0.55)));
  background: -webkit-linear-gradient(top, rgba(33,37,45,0) 50%, rgba(20,22,28,0.55) 100%);
  background: linear-gradient(180deg, rgba(33,37,45,0) 50%, rgba(20,22,28,0.55) 100%);
}

.objects-slider .slider-count {
  bottom: 14px;
  right: 26px;
}

.relative-objects>h2 {
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .relative-objects>h2 {
    font-size: 32px;
    margin-top: 80px;
  }
}

@media (min-width: 1300px) {
  .relative-objects>h2 {
    text-align: left;
    margin-top: 100px;
  }
}

@media (min-width: 1300px) {
  .relative-objects>h2 {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .relative-objects .box-objects {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.relative-objects .objects-item {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.07);
  box-shadow: 0 0 10px rgba(0,0,0,0.07);
}

@media (min-width: 1300px) {
  .relative-objects .objects-item {
    width: -webkit-calc(100% / 4 - 25px);
    width: calc(100% / 4 - 25px);
  }
}

.box-meta {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0 20px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .box-meta {
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1500px) {
  .box-meta {
    padding: 10px 0 30px;
  }
}

.meta-sorting,
.meta-itemsOnPage,
.meta-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  width: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1400px) {
  .meta-sorting,
  .meta-itemsOnPage,
  .meta-layout {
    width: auto;
  }
}

@media (max-width: 767px) {
  .meta-itemsOnPage {
    display: none;
  }
}

.meta-sorting {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  justify-self: flex-start;
}

@media (min-width: 768px) {
  .meta-sorting {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1300px) {
  .meta-sorting {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.meta-currency {
  width: 65%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  justify-self: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .meta-currency {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: auto;
    margin-left: auto;
    margin-right: 30px;
    text-align: center;
  }
}

.meta-layout {
  display: none;
}

@media (min-width: 768px) {
  .meta-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 768px) {
  .meta-layout {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: auto;
  }
}

@media (min-width: 1300px) {
  .meta-layout {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: auto;
  }
}

.sorting {
  display: block;
  margin-right: 20px;
  max-width: 250px;
}

@media (min-width: 1200px) {
  .sorting {
    margin-left: 20px;
  }
}

.itemsOnPage {
  display: block;
  margin-left: 20px;
  max-width: 90px;
}

@media (min-width: 1400px) {
  .itemsOnPage {
    margin-right: 20px;
  }
}

.change-currency {
  margin: 0 5px;
  padding: 2px 5px;
  background-color: #C9CEDB;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  color: #FBFBFB;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

@media (min-width: 768px) {
  .change-currency {
    padding: 3px 7px;
  }
}

.change-currency.current,
.change-currency:hover,
.change-currency:focus {
  background-color: #616F92;
  color: #ffffff;
}

.change-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 10px;
  cursor: pointer;
}

.change-layout path {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  fill: #C9CEDB;
}

.change-layout.on path,
.change-layout:hover path,
.change-layout:focus path {
  fill: #616F92;
}

.box-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .box-pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pagination ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.pagination ul li {
  padding: 5px 10px;
  margin: 0 2px;
  border-radius: 2px;
  border: 2px solid transparent;
  cursor: pointer;
  background-color: transparent;
  color: #9199AD;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  width: 40px;
  text-align: center;
}

.pagination ul li:hover {
  background-color: #F1F1F1;
  color: #444C5A;
}

.pagination ul li.prev,
.pagination ul li.next {
  padding: 5px;
  background-color: #444C5A;
  color: #ffffff;
}

.pagination ul li.prev i {
  margin-left: -2px;
}

.pagination ul li.next i {
  margin-right: -2px;
}

.pagination ul li.active {
  background-color: #F1F1F1;
  color: #444C5A;
  border: 2px solid #E7E7E7;
}



