@charset "UTF-8";
@font-face {
  font-family: "BerlinSans";
  src: local("BerlinSans"), local("BerlinSans"), url("../fonts/BerlinSansfbDemi-bold.woff") format("woff2"), url("../fonts/BerlinSansfbDemi-bold.woff2") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: bold;
}

@font-face {
  font-family: "Calibri";
  src: local("Calibri"), local("Calibri"), url("../fonts/Calibri.woff") format("woff2"), url("../fonts/Calibri.woff2") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FranklinGothic-DemiCond";
  src: local("FranklinGothic-DemiCond"), local("FranklinGothic-DemiCond"), url("../fonts/FranklinGothic-DemiCond.woff") format("woff2"), url("../fonts/FranklinGothic-DemiCond.woff2") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FranklinGothic-Heavy";
  src: local("FranklinGothic-Heavy"), local("FranklinGothic-Heavy"), url("../fonts/FranklinGothic-Heavy.woff") format("woff2"), url("../fonts/FranklinGothic-Heavy.woff2") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato Regular";
  src: local("Lato-Regular"), local("Lato Regular"), url("../fonts/Lato-Regular.woff") format("woff2"), url("../fonts/Lato-Regular.woff2") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato Regular";
  src: local("IntroCondBlackFree"), local("IntroCondBlackFree"), url("../fonts/IntroCondBlackFreer.woff") format("woff2"), url("../fonts/IntroCondBlackFree.woff2") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato Regular";
  src: local("Lato-Regular"), local("Lato Regular"), url("../fonts/Lato-Regular.woff") format("woff2"), url("../fonts/Lato-Regular.woff2") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tahoma";
  src: local("Tahoma"), local("Tahoma"), url("../fonts/Tahoma.woff") format("woff2"), url("../fonts/Tahoma.woff2") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato Regular";
  src: local("Lato-Regular"), local("Lato Regular"), url("../fonts/Lato-Regular.woff") format("woff2"), url("../fonts/Lato-Regular.woff2") format("woff");
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Lato Regular", sans-serif;
  font-size: 14px;
}

body {
  background: white;
  margin: 0 !important;
}

.container {
  max-width: 1600px;
  width: 90%;
  margin: auto;
}

*:focus {
  outline: none;
}

.header {
  position: relative;
  background: #fed683;
}

.header-wrapper {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
  padding-top: 17px;
  padding-bottom: 17px;
  border-left: 1px solid black;
  margin: 0;
}

.header-nav ul a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 1px;
  font-size: 16px;
  line-height: 16px;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header-nav ul a:hover {
  border-bottom: 1px solid black;
}

.header-about {
  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;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.header-number {
  font-size: 18px;
  line-height: 18px;
  color: black;
  padding-bottom: 4px;
  text-decoration: none;
}

.header-mail {
  text-decoration: none;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin-top: 5px;
}

.header-button {
  padding: 15px 20px;
  background: #aa6c51;
  border-radius: 100px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  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;
  font-family: 'Open Sans', sans-serif;
}

.header-button:hover {
  background: #753d24;
}

.header .left-sub-menu {
  z-index: 100;
  height: 280px;
  position: fixed;
  left: 0;
  top: 0px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 14px;
  background-color: rgba(254, 214, 131, 0.5);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 30px;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header .left-sub-menu:hover {
  opacity: 1;
}

.header .left-sub-menu > .sub-link {
  width: 40px;
  height: 36px;
  border-radius: 5px;
  background-color: #aa6c51;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-size: 70% 70%;
  cursor: pointer;
}

.header .left-sub-menu > .sub-link:nth-child(1) {
  background-image: url(../images/home.png);
}

.header .left-sub-menu > .sub-link:nth-child(1):hover {
  background-image: url(../images/home-active.png);
}

.header .left-sub-menu > .sub-link:nth-child(2) {
  background-image: url(../images/burger.png);
}

.header .left-sub-menu > .sub-link:nth-child(3) {
  background-image: url(../images/object-icon.png);
}

.header .left-sub-menu > .sub-link:nth-child(4) {
  background-image: url(../images/free-icon.png);
}

.header .left-sub-menu > .sub-link:hover {
  background-color: #753d24;
}

.page-pagination, .page-pagination a {
  color: #313133;
  font-size: 20px;
  font-family: Calibri, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.page-pagination {
  margin-bottom: 70px;
}

.page-pagination a:hover {
  color: #753d24;
  border-bottom: 1px solid #753d24;
}

@media screen and (max-width: 1850px) {
  .header-wrapper {
    width: 80%;
  }
  .header-nav ul li:nth-child(6) {
    display: none;
  }
  .first-section .main-object {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1570px) {
  .header-nav ul li:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width: 1450px) {
  .header-nav ul li:nth-child(4) {
    display: none;
  }
  .header-about {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .header-wrapper {
    width: 75%;
  }
  .header-nav ul li:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 1070px) {
  .header-wrapper {
    width: 85%;
    margin: 0;
    margin-right: 20px;
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-nav ul li:nth-child(2) {
    display: none;
  }
  .header .left-sub-menu {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 850px) {
  .header-nav {
    display: none;
  }
  .header-wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 630px) {
  .header-about {
    display: none;
  }
  .header-wrapper {
    width: 70%;
  }
  .custom-logo-link img {
    width: 130px;
    height: 39px;
  }
}

@media screen and (max-width: 440px) {
  .header-button {
    display: none;
  }
  .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.button-share a:not(:last-child) {
  display: none !important;
}

.button-mortgage {
  text-decoration: none;
}

.button-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-share a:last-child {
  text-decoration: none;
  position: relative;
}

.button-share a:last-child .a2a_svg {
  display: none !important;
}

.button-share a:last-child .a2a_label {
  font-size: 0 !important;
  clip: auto !important;
  overflow: visible !important;
  -webkit-clip-path: none !important;
          clip-path: none !important;
  position: static !important;
}

.button-share a:last-child .a2a_label::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 100px;
  background: #753d24;
  right: -20px;
  top: 6px;
}

.button-share a:last-child .a2a_label::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 100px;
  background: #753d24;
  right: -20px;
  top: 18px;
}

.button-share a:last-child::after {
  content: "+ Поделиться ";
  text-decoration: none;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px !important;
  line-height: 20px;
  font-weight: bold;
}

.button-share a:last-child::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 100px;
  background: #753d24;
  right: -20px;
  top: 30px;
}

.button-share .widget_a2a_share_save_widget {
  margin: 0;
  margin-left: 10px;
}

.button-share .addtoany_list.a2a_kit_size_32 a {
  margin: 0;
  padding: 0;
}

.first-section:hover .first-bg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.first-section {
  position: relative;
  margin-bottom: 60px;
  padding-top: 130px;
  padding-bottom: 400px;
}

.first-section::after {
  position: absolute;
  z-index: 5;
  content: "";
  width: 100%;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  height: 110px;
  background-image: url(../images/line-main.png);
}

.first-section .first-bg {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.first-section .main-object {
  max-width: 970px;
  position: relative;
  z-index: 3;
  padding: 40px 50px 60px 50px;
  background: #fed683;
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-radius: 0px 30px 150px 100px;
}

.first-section .main-object .object-title {
  margin: 0;
  font-size: 100px;
  line-height: 100px;
  color: #000;
  font-family: FranklinGothic-DemiCond, sans-serif;
}

.first-section .main-object .object-sub-title {
  color: #000;
  font-size: 45px;
  line-height: 45px;
  font-family: Calibri, sans-serif;
  margin: 0;
}

.first-section .main-object .object-description {
  font-size: 18px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  max-width: 900px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 35px;
}

.first-section .main-object .object-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first-section .main-object .button-register {
  margin-right: 30px;
  padding: 20px 30px;
  background: #aa6c51;
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 2px solid white;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.first-section .main-object .button-register:hover {
  background: #753d24;
}

.first-section .main-object .button-mortgage {
  cursor: pointer;
  border: 2px solid white;
  border-radius: 20px;
  padding: 20px 46px;
  background: #aa6c51;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-right: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
}

.first-section .main-object .button-mortgage:hover {
  background: #753d24;
}

.first-section .main-object .button-share {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}

.first-section .main-objects {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.first-section .main-objects .object > p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.first-section .main-objects .object-container:hover .object-img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.first-section .main-objects .object {
  width: 100%;
  position: relative;
  padding: 14px;
  padding-bottom: 15px;
  background: #fed683;
  border-radius: 0px 30px 90px 60px;
  overflow: hidden;
}

.first-section .main-objects .object-container {
  width: 31%;
  position: relative;
}

.first-section .main-objects .object-container:hover .look {
  opacity: 1;
}

.first-section .main-objects .object-container .input {
  display: none;
}

.first-section .main-objects .object-container .input:checked + .look {
  -webkit-animation: animationFrames linear 0.3s;
          animation: animationFrames linear 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.first-section .main-objects .object-container .input:checked + .look + .object .object-img {
  -webkit-animation: animationFrames linear 0.3s;
          animation: animationFrames linear 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.first-section .main-objects .object-container .input:checked + .look + .object .object-title-first {
  -webkit-animation: animationFrames linear 0.3s;
          animation: animationFrames linear 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.first-section .main-objects .object-container .look {
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  width: 135px;
  height: 40px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  background: #aa6c51;
  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: 100px;
  border: 1px solid white;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
}

.first-section .main-objects .object-container .look:hover {
  background: #753d24;
}

.first-section .main-objects .object .object-img {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.first-section .main-objects .object-title-first {
  position: absolute;
  z-index: 7;
  left: 0;
  top: 0;
  padding: 12px 20px 12px 16px;
  background: #753d24;
  margin: 0;
  font-size: 30px;
  color: #ffffff;
  font-family: FranklinGothic-DemiCond, sans-serif;
  border-radius: 0px 27px 27px 30px;
  letter-spacing: 2px;
}

.first-section .main-objects .object-title {
  font-size: 30px;
  line-height: 30px;
  color: black;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  margin-bottom: 28px;
}

.first-section .main-objects .object-price {
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 13px;
  margin: 0;
  color: black;
  padding: 10px 15px;
  font-size: 13px;
  color: black;
  font-family: Calibri, sans-serif;
  border: 2px solid black;
  border-radius: 10px;
}

.first-section .main-objects .object-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
}

.first-section .main-objects .object-buttons .button-register {
  width: 160px;
  height: 50px;
  margin-right: 18px;
  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;
  background: #aa6c51;
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 2px solid white;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}

.first-section .main-objects .object-buttons .button-register:hover {
  background: #753d24;
}

.first-section .main-objects .object-buttons .button-mortgage {
  text-decoration: none;
  width: 160px;
  height: 50px;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 20px;
  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;
  background: #aa6c51;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
}

.first-section .main-objects .object-buttons .button-mortgage:hover {
  background: #753d24;
}

.first-section .main-objects .object .tegs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first-section .main-objects .object .tegs-title {
  text-transform: uppercase;
  color: black;
  padding-left: 30px;
  font-family: Calibri, sans-serif;
  font-size: 20px;
  margin: 0;
  margin-right: 28px;
}

.first-section .main-objects .object .tegs a {
  width: 44px;
  height: 26px;
  border: 2px solid #533325;
  border-radius: 3px;
  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-right: 8px;
  font-size: 15px;
  color: #753d24;
  font-family: Calibri, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.first-section .container-object {
  position: absolute;
  bottom: -160px;
  left: 0;
  z-index: 10;
  max-width: 2000px;
  width: 96%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.first-section .container-object > h3 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  font-family: FranklinGothic-DemiCond, sans-serif;
  width: auto;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  color: white;
  line-height: 40px;
  font-size: 40px;
  margin-bottom: 16px;
  letter-spacing: 4px;
  padding-left: 40px;
}

.first-section .container-object > p {
  width: auto;
  margin: 0 auto;
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  font-family: FranklinGothic-DemiCond, sans-serif;
  font-size: 20px;
  color: white;
  margin-bottom: 25px;
  padding-left: 40px;
}

.first-section .slick-slide {
  padding: 20px 15px;
}

.first-section .main-objects .object-container .look {
  bottom: 0;
}

.first-section .slick-next {
  z-index: 10;
  position: absolute;
  right: -100px;
  top: 120px;
  border: none;
  border-radius: 100px;
  width: 62px;
  height: 62px;
  font-size: 0;
  background-image: url(../images/arrow-slider.png), -webkit-gradient(linear, left top, right top, from(#653f2e), to(#975f47));
  background-image: url(../images/arrow-slider.png), linear-gradient(to right, #653f2e, #975f47);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.first-section .slick-next::after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: -23px;
  top: -23px;
  background: rgba(170, 108, 81, 0);
  border-radius: 100px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.first-section .slick-next:hover::after {
  background: rgba(170, 108, 81, 0.15);
}

.first-section .slick-prev {
  z-index: 10;
  position: absolute;
  left: -100px;
  top: 120px;
  border: none;
  border-radius: 100px;
  width: 62px;
  height: 62px;
  font-size: 0;
  background-image: url(../images/arrow-slider.png), -webkit-gradient(linear, left top, right top, from(#653f2e), to(#975f47));
  background-image: url(../images/arrow-slider.png), linear-gradient(to right, #653f2e, #975f47);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.first-section .slick-prev::after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: -23px;
  top: -23px;
  background: rgba(170, 108, 81, 0);
  border-radius: 100px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.first-section .slick-prev:hover::after {
  background: rgba(170, 108, 81, 0.15);
}

.first-section .main-objects .object {
  min-height: 300px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@-webkit-keyframes animationFrames {
  0% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes animationFrames {
  0% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 1850px) {
  .first-section .main-object {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1600px) {
  .first-section .container-object {
    width: 80vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 1350px) {
  .first-section .container-object {
    width: 80vw;
    max-width: 600px;
  }
}

@media screen and (max-width: 1200px) {
  .first-section .main-object {
    margin: 0 auto;
    width: 88%;
    margin-right: 10px;
  }
  .first-section .main-object .object-title {
    font-size: 73px;
  }
  .first-section .main-object .object-sub-title {
    font-size: 33px;
  }
  .first-section .main-object .object-description {
    font-size: 13px;
  }
  .first-section .main-object .button-register {
    width: 174px;
    height: 55px;
    padding: 0;
    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;
    font-size: 14px;
  }
  .first-section .main-object .button-mortgage {
    width: 174px;
    height: 55px;
    padding: 0;
    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;
    font-size: 14px;
  }
}

@media screen and (max-width: 880px) {
  .first-section {
    padding-top: 30px;
    padding-bottom: 500px;
  }
  .first-section .main-object {
    margin: 0 auto;
    width: 100%;
    margin-right: 0px;
  }
  .first-section .main-object .object-title {
    font-size: 50px;
    line-height: 1.5em;
  }
  .first-section .main-object .object-sub-title {
    font-size: 20px;
    line-height: 1.5em;
  }
  .first-section .main-object .object-description {
    font-size: 12px;
    line-height: 1.5em;
  }
  .first-section .main-object .button-register {
    width: 174px;
    height: 55px;
    padding: 0;
    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;
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .first-section .main-object .button-mortgage {
    width: 174px;
    height: 55px;
    padding: 0;
    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;
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .object-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first-section .main-object {
    padding: 20px 30px 36px 20px;
    border-radius: 20px 20px 20px 20px;
  }
  .header .left-sub-menu {
    height: 100px;
  }
  .left-sub-menu .sub-link:nth-child(1) {
    display: none;
  }
  .left-sub-menu .sub-link:nth-child(3) {
    display: none;
  }
  .left-sub-menu .sub-link:nth-child(4) {
    display: none;
  }
  .first-section .slick-prev::after {
    display: none;
  }
  .first-section .slick-next::after {
    display: none;
  }
  .first-section .container-object {
    width: 70vw;
  }
  .first-section .slick-prev {
    left: -60px;
  }
  .first-section .slick-next {
    right: -60px;
  }
  .header .left-sub-menu {
    position: absolute;
    opacity: 1;
  }
}

@media screen and (max-width: 700px) {
  .first-section .main-objects .object-title-first {
    font-size: 20px;
  }
  .first-section .main-objects .object-title {
    font-size: 18px;
    margin-bottom: 8px;
    padding-right: 110px;
  }
  .first-section .main-objects .object {
    font-size: 12px;
    border-radius: 10px;
  }
  .first-section .main-objects .object-buttons .button-register {
    width: 40%;
    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;
    padding-left: 10px;
    padding-right: 10px;
  }
  .first-section .main-objects .object-buttons .button-mortgage {
    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: 40%;
  }
  .first-section .main-objects .object-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .first-section .main-objects .object .tegs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .first-section .main-objects .object .tegs a {
    margin-bottom: 10px;
  }
  .first-section .main-objects .object .tegs-title {
    margin-bottom: 10px;
  }
  .first-section .container-object > h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .first-section .container-object > p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .first-section .main-object .object-title {
    font-size: 40px;
  }
  .first-section .container-object {
    width: 90vw;
  }
  .first-section .slick-prev {
    display: none !important;
  }
  .first-section .slick-next {
    display: none !important;
  }
}

.presentation {
  padding-top: 300px;
  position: relative;
}

.presentation-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.presentation:hover .presentation-bg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.presentation-title {
  position: relative;
  z-index: 4;
  text-align: center;
  color: #000;
  font-family: FranklinGothic-DemiCond, sans-serif;
  font-size: 40px;
  margin: 0;
}

.presentation-description {
  position: relative;
  z-index: 4;
  color: #313133;
  margin: 0;
  font-size: 20px;
  font-family: Calibri, sans-serif;
  text-align: center;
  margin-bottom: 200px;
}

.presentation-items {
  max-width: 820px;
  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;
  margin-bottom: 120px;
  position: relative;
  z-index: 4;
}

.presentation-item {
  max-width: 375px;
  padding: 45px 45px 50px 50px;
  border-radius: 10px 0px 10px 10px;
  margin-bottom: 40px;
  background: white;
  position: relative;
}

.presentation-item-number {
  position: absolute;
  font-size: 130px;
  line-height: 130px;
  font-family: FranklinGothic-Heavy, sans-serif;
  top: 15px;
  right: 35px;
  opacity: 0.2;
  color: #313133;
}

.presentation-item-image {
  margin-bottom: 44px;
}

.presentation-item-title {
  margin: 0;
  margin-bottom: 35px;
  font-size: 17px;
  color: #263238;
  font-family: Tahoma, sans-serif;
}

.presentation-item-description {
  margin: 0;
  font-size: 12px;
  color: #546e7a;
  font-family: Tahoma, sans-serif;
}

@media screen and (max-width: 1200px) {
  .presentation {
    padding-top: 200px;
  }
  .presentation-items {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .presentation-title {
    font-size: 30px;
  }
  .presentation-description {
    margin-bottom: 100px;
  }
  .presentation-item {
    padding: 25px 25px 30px 30px;
  }
}

.statistic {
  overflow: hidden;
}

.statistic-title {
  color: #1a1a27;
  font-size: 40px;
  margin: 0;
  font-family: FranklinGothic-DemiCond, sans-serif;
}

.statistic-description {
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  margin: 0;
  margin-bottom: 40px;
}

.statistic-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.statistic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 310px;
  margin-right: 20px;
  margin-bottom: 40px;
}

.statistic-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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.statistic-item-img {
  margin-right: 8px;
}

.statistic-item-title {
  font-size: 30px;
  color: #333333;
  font-family: Tahoma, sans-serif;
  margin: 0;
}

.statistic-item-description {
  margin: 0;
  font-size: 16px;
  color: #666666;
  font-family: Tahoma, sans-serif;
}

.statistic-line {
  width: 370px;
  height: 1px;
  background: #555555;
  margin-bottom: 35px;
}

.statistic-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

.statistic-column {
  width: 42%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.statistic-column-sub-description {
  font-size: 16px;
  color: #666666;
  font-family: Tahoma, sans-serif;
  margin: 0;
  margin-bottom: 40px;
}

.statistic-column-title {
  margin: 0;
  font-size: 40px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
}

.statistic-column-sub-title {
  margin: 0;
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  margin-bottom: 15px;
  margin-top: 15px;
}

.statistic-column-description {
  font-size: 14px;
  color: #666666;
  font-family: Tahoma, sans-serif;
  margin: 0;
  padding-left: 25px;
}

.statistic-column-video {
  position: relative;
  cursor: pointer;
}

.statistic-column-play {
  left: 0;
  top: 0;
  position: absolute;
  width: 138px;
  height: 138px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.statistic-column-play-bg {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

.button_aboutUs_video {
  height: 400px;
}

.statistic-column-play {
  display: none;
}

@media screen and (max-width: 1200px) {
  .statistic .container {
    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;
  }
  .statistic-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .statistic-item:nth-child(2n) {
    margin-right: 0;
  }
  .statistic-columns {
    -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;
  }
  .statistic-column {
    width: 80%;
    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;
  }
  .statistic-column-description {
    padding-left: 0;
    margin-bottom: 40px;
    max-width: 570px;
  }
  .statistic-column-title {
    text-align: center;
  }
  .statistic-column-sub-title {
    text-align: center;
  }
  .button_aboutUs_video {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .statistic-column-play-bg {
    width: 100%;
    height: auto;
    position: static;
  }
  .button_aboutUs_video {
    height: auto;
    background: none;
  }
}

@media screen and (max-width: 500px) {
  .statistic-title {
    font-size: 30px;
    text-align: center;
  }
  .statistic-description {
    font-size: 18px;
    text-align: center;
  }
  .statistic-column-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 400px) {
  .statistic-item {
    margin-right: 0;
    width: 100%;
  }
  .statistic-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .statistic-line {
    width: 80%;
  }
}

.gallery {
  display: block;
  margin-bottom: 0;
}

.gallery-button {
  margin: 0 auto;
  width: 170px;
  padding: 16px 65px;
  background: #aa6c51;
  border-radius: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  margin-top: 48px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.gallery-button:hover {
  background: #533325;
  color: #ffffff;
}

.gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.gallery a {
  display: block;
}

.gallery a:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.gallery-columns {
  height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.gallery-column {
  height: 100%;
  width: 50%;
}

.gallery-column:nth-child(1) .gallery-column-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 335px;
}

.gallery-column:nth-child(1) .gallery-column-items a:nth-child {
  height: 100%;
  width: 50%;
}

.gallery-column:nth-child(1) > a {
  height: 335px;
}

.gallery-column:nth-child(2) a {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .gallery-columns {
    height: 500px;
  }
  .gallery-column:nth-child(1) .gallery-column-items {
    height: 50%;
  }
  .gallery-column:nth-child(1) > a {
    height: 50%;
  }
}

@media screen and (max-width: 800px) {
  .gallery-columns {
    height: 400px;
  }
}

@media screen and (max-width: 600px) {
  .gallery-columns {
    height: 300px;
  }
}

.main-items {
  padding-top: 50px;
}

.main-items-button {
  display: block;
  margin: 0 auto;
  width: 170px;
  padding: 16px 65px;
  background: #aa6c51;
  border-radius: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  margin-top: 48px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.main-items-button:hover {
  background: #533325;
  color: #ffffff;
}

.main-items .main-objects {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-items .main-objects .object > p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  border-top: 2px solid black;
}


.objects .main-items .main-objects .object > p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  border-top: 0px solid black;
}

.objects .main-items .main-objects .object > .p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  border-top: 2px solid black;
}

.main-items .main-objects .object-container:hover .object-img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.objects.main-items .main-objects .object {
  min-height: 320px;
}

.main-items .main-objects .object {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 14px;
  padding-bottom: 15px;
  background: #fed683;
  border-radius: 0px 30px 90px 60px;
  overflow: hidden;
}

.main-items .main-objects .object-container {
  width: 31%;
  position: relative;
  margin-bottom: 50px;
}

.main-items .main-objects .object-container:hover .look {
  opacity: 1;
}

.main-items .main-objects .object-container .input {
  display: none;
}

.main-items .main-objects .object-container .input:checked + .look {
  -webkit-animation: animationFrames linear 0.3s;
          animation: animationFrames linear 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-items .main-objects .object-container .input:checked + .look + .object .object-img {
  -webkit-animation: animationFrames linear 0.3s;
          animation: animationFrames linear 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-items .main-objects .object-container .input:checked + .look + .object .object-title-first {
  -webkit-animation: animationFrames linear 0.3s;
          animation: animationFrames linear 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-items .main-objects .object-container .look {
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  width: 135px;
  height: 40px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  background: #aa6c51;
  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: 100px;
  border: 1px solid white;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
}

.main-items .main-objects .object-container .look:hover {
  background: #753d24;
}

.main-items .main-objects .object .object-img {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.main-items .main-objects .object-title-first {
  position: absolute;
  z-index: 7;
  left: 0;
  top: 0;
  padding: 12px 20px 12px 16px;
  background: #753d24;
  margin: 0;
  font-size: 30px;
  color: #ffffff;
  font-family: FranklinGothic-DemiCond, sans-serif;
  border-radius: 0px 27px 27px 30px;
  letter-spacing: 2px;
}

.main-items .main-objects .object-title {
  font-size: 30px;
  line-height: 30px;
  color: black;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  margin-bottom: 28px;
}

.main-items .main-objects .object-price {
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 13px;
  margin: 0;
  color: black;
  padding: 10px 15px;
  font-size: 13px;
  color: black;
  font-family: Calibri, sans-serif;
  border: 2px solid black;
  border-radius: 10px;
}

.main-items .main-objects .object-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
}

.main-items .main-objects .object-buttons .button-register {
  width: 160px;
  height: 50px;
  margin-right: 18px;
  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;
  background: #aa6c51;
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 2px solid white;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}

.main-items .main-objects .object-buttons .button-register:hover {
  background: #753d24;
}

.main-items .main-objects .object-buttons .button-mortgage {
  text-decoration: none;
  width: 160px;
  height: 50px;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 20px;
  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;
  background: #aa6c51;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
}

.main-items .main-objects .object-buttons .button-mortgage:hover {
  background: #753d24;
}

.main-items .main-objects .object .tegs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-items .main-objects .object .tegs-title {
  text-transform: uppercase;
  color: black;
  padding-left: 30px;
  font-family: Calibri, sans-serif;
  font-size: 20px;
  margin: 0;
  margin-right: 28px;
}

.main-items .main-objects .object .tegs a {
  width: 35px;
  height: 26px;
  border: 2px solid #533325;
  border-radius: 3px;
  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-right: 8px;
  font-size: 15px;
  color: #753d24;
  font-family: Calibri, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.main-items .container-object > h3 {
  font-family: FranklinGothic-DemiCond, sans-serif;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  color: #313133;
  line-height: 40px;
  font-size: 40px;
  margin-bottom: 16px;
  letter-spacing: 4px;
  text-align: center;
}

.main-items .container-object > p {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  font-family: Calibri, sans-serif;
  font-size: 20px;
  color: white;
  margin-bottom: 25px;
  color: #313133;
  text-align: center;
}

.objects .container-blog-objects {
  width: 95%;
  max-width: 1880px;
}

.objects .objects-pagination {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.planer .plan-flat-column a:first-child img.plan-flat-column-img {
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes animationFrames {
  0% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 1440px) {
  .main-items .main-objects .object-container {
    width: 45%;
  }
}

@media screen and (max-width: 1100px) {
  .main-objects {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-items .main-objects .object-container {
    width: 60%;
  }
}

@media screen and (max-width: 890px) {
  .main-items .main-objects .object-container {
    width: 80%;
  }
}

@media screen and (max-width: 880px) {
  .main-items .main-objects .object-container {
    width: 80%;
  }
  .main-items .main-objects .object-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 700px) {
  .main-items .main-objects .object {
    border-radius: 10px;
  }
}

@media screen and (max-width: 680px) {
  .main-items .main-objects .object-container {
    width: 90%;
  }
  .main-items .main-objects .object .tegs-title {
    padding-left: 0;
    margin-right: 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .main-items .main-objects .object .tegs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-items .main-objects .object .tegs a {
    margin-bottom: 10px;
  }
  .main-items .main-objects .object-title {
    font-size: 18px;
    padding-right: 120px;
  }
  .main-items .main-objects .object-title-first {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .main-items .container-object > h3 {
    font-size: 30px;
  }
  .main-items-button {
    margin-top: 20px;
  }
}

.what:hover .first-bg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.what {
  position: relative;
  margin-bottom: 60px;
}

.what .presentation-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 1600px;
  width: 90vw;
  margin-bottom: 0;
}

.what .presentation-items .presentation-item {
  width: 23.5%;
}

.what .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding-top: 230px;
  padding-bottom: 610px;
}

.what .first-bg {
  z-index: 0;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.what .main-object {
  max-width: 970px;
  width: 90vw;
  position: relative;
  z-index: 3;
  padding: 40px 50px 60px 50px;
  background: #fed683;
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-radius: 0px 30px 150px 100px;
}

.what .main-object .object-title {
  margin: 0;
  font-size: 100px;
  line-height: 100px;
  color: #000;
  font-family: FranklinGothic-DemiCond, sans-serif;
}

.what .main-object .object-sub-title {
  color: #000;
  font-size: 45px;
  line-height: 45px;
  font-family: Calibri, sans-serif;
  margin: 0;
}

.what .main-object .object-description {
  font-size: 18px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  max-width: 900px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 35px;
}

.what .main-object .object-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.what .main-object .button-register {
  margin-right: 30px;
  padding: 20px 30px;
  background: #aa6c51;
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 2px solid white;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.what .main-object .button-register:hover {
  background: #753d24;
}

.what .main-object .button-mortgage {
  cursor: pointer;
  border: 2px solid white;
  border-radius: 20px;
  padding: 20px 46px;
  background: #aa6c51;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-right: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
}

.what .main-object .button-mortgage:hover {
  background: #753d24;
}

.what .main-object .button-share {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}

.what .main-objects {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.what .main-objects .object > p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.what .main-objects .object-container:hover .object-img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.what .main-objects .object {
  width: 100%;
  position: relative;
  padding: 14px;
  padding-bottom: 35px;
  background: #fed683;
  border-radius: 0px 30px 120px 80px;
  overflow: hidden;
}

.what .main-objects .object-container {
  width: 31%;
  position: relative;
}

.what .main-objects .object-container .input {
  display: none;
}

.what .main-objects .object-container .input:checked + .look {
  -webkit-animation: animationFrames linear 0.3s;
          animation: animationFrames linear 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.what .main-objects .object-container .input:checked + .look + .object .object-img {
  -webkit-animation: animationFrames linear 0.3s;
          animation: animationFrames linear 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.what .main-objects .object-container .input:checked + .look + .object .object-title-first {
  -webkit-animation: animationFrames linear 0.3s;
          animation: animationFrames linear 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.what .main-objects .object-container .look {
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  width: 135px;
  height: 40px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  background: #aa6c51;
  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: 100px;
  border: 1px solid white;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.what .main-objects .object-container .look:hover {
  background: #753d24;
}

.what .main-objects .object .object-img {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.what .main-objects .object-title-first {
  position: absolute;
  z-index: 7;
  left: 0;
  top: 0;
  padding: 12px 20px 12px 16px;
  background: #753d24;
  margin: 0;
  font-size: 30px;
  color: #ffffff;
  font-family: FranklinGothic-DemiCond, sans-serif;
  border-radius: 0px 27px 27px 30px;
  letter-spacing: 2px;
}

.what .main-objects .object-title {
  font-size: 30px;
  line-height: 30px;
  color: black;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  margin-bottom: 28px;
}

.what .main-objects .object-price {
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 13px;
  margin: 0;
  color: black;
  padding: 10px 15px;
  font-size: 13px;
  color: black;
  font-family: Calibri, sans-serif;
  border: 2px solid black;
  border-radius: 10px;
}

.what .main-objects .object-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 2px solid #000;
}

.what .main-objects .object-buttons .button-register {
  width: 160px;
  height: 50px;
  margin-right: 18px;
  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;
  background: #aa6c51;
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 2px solid white;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}

.what .main-objects .object-buttons .button-register:hover {
  background: #753d24;
}

.what .main-objects .object-buttons .button-mortgage {
  text-decoration: none;
  width: 160px;
  height: 50px;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 20px;
  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;
  background: #aa6c51;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
}

.what .main-objects .object-buttons .button-mortgage:hover {
  background: #753d24;
}

.what .main-objects .object .tegs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.what .main-objects .object .tegs-title {
  text-transform: uppercase;
  color: black;
  padding-left: 30px;
  font-family: Calibri, sans-serif;
  font-size: 20px;
  margin: 0;
  margin-right: 28px;
}

.what .main-objects .object .tegs a {
  width: 44px;
  height: 26px;
  border: 2px solid #533325;
  border-radius: 3px;
  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-right: 8px;
  font-size: 15px;
  color: #753d24;
  font-family: Calibri, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.what .container-object {
  position: absolute;
  bottom: -210px;
  left: 0;
  z-index: 10;
}

.what .container-object > h3 {
  font-family: FranklinGothic-DemiCond, sans-serif;
  width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  color: white;
  line-height: 40px;
  font-size: 40px;
  margin-bottom: 16px;
  letter-spacing: 4px;
}

.what .container-object > p {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  font-family: FranklinGothic-DemiCond, sans-serif;
  font-size: 20px;
  color: white;
  margin-bottom: 25px;
}

.what-container {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  text-align: center;
  z-index: 10;
  position: relative;
}

.what-container-title {
  color: #313133;
  font-size: 40px;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  margin-top: 90px;
}

.what-container-description {
  color: #313133;
  font-size: 20px;
  font-family: Calibri, sans-serif;
  margin: 0;
  margin-bottom: 25px;
}

.p404 {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p404 li {
  margin: 0;
  padding: 0;
  background: #fed683;
  border-radius: 100px;
  margin-bottom: 10px;
  width: 200px;
  border: 1px solid #aa6c51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.p404 li a {
  padding: 15px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-family: FranklinGothic-DemiCond, sans-serif;
}

.p404 li:hover {
  background: #ecc26a;
}

.pp404 {
  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;
}

.pp404 p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pp404 p:empty:before {
  content: none !important;
}

@media screen and (max-width: 1800px) {
  .what .first-bg {
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
  .what .container {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1480px) {
  .what .first-bg {
    height: 100%;
    width: auto;
  }
}

@media screen and (max-width: 1200px) {
  .what .main-object {
    margin: 0 auto;
    width: 92%;
    margin-right: 10px;
    padding: 20px 30px 40px 30px;
  }
  .what .main-object .object-title {
    font-size: 73px;
  }
  .what .main-object .object-sub-title {
    font-size: 33px;
  }
  .what.main-object .object-description {
    font-size: 13px;
  }
  .what .main-object .button-register {
    width: 174px;
    height: 55px;
    padding: 0;
    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;
    font-size: 14px;
  }
  .what .main-object .button-mortgage {
    width: 174px;
    height: 55px;
    padding: 0;
    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;
    font-size: 14px;
  }
  .what .presentation-items .presentation-item {
    max-width: 380px;
    width: 90vw;
  }
  .what .presentation-items {
    display: block;
    bottom: -940px;
  }
  .what {
    margin-bottom: 940px;
  }
  .what .presentation-item:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
  }
  .what .presentation-item:nth-child(4) {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 1140px) {
  .what .first-bg {
    top: -80px;
  }
}

@media screen and (max-width: 970px) {
  .what .first-bg {
    top: -100px;
    width: 110%;
  }
}

@media screen and (max-width: 880px) {
  .what .main-object .button-register {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .what .main-object .button-mortgage {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .what .main-object .object-title {
    font-size: 40px;
    line-height: 50px;
  }
  .what .main-object .object-sub-title {
    font-size: 20px;
    line-height: 25px;
  }
  .what .main-object {
    border-radius: 10px;
    padding: 20px;
  }
  .what .main-object .object-description {
    font-size: 10px;
  }
  .what .container {
    padding-top: 40px;
  }
  .what .presentation-items {
    bottom: -940px;
  }
  .what {
    margin-bottom: 940px;
  }
}

@media screen and (max-width: 500px) {
  .what .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .what .presentation-items {
    margin-top: 30px;
    position: static;
  }
  .what .presentation-items .presentation-item {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 25px 25px 30px 30px;
  }
  .presentation-item-title {
    margin-bottom: 20px;
  }
  .what .first-bg {
    height: auto;
    width: 100%;
    top: 120px;
    display: none;
  }
  .what {
    margin-bottom: 0;
  }
  .what .container {
    padding-bottom: 0;
  }
  .what-container-title {
    font-size: 30px;
  }
  .what-container-description {
    margin-bottom: 10px;
  }
  .what .container {
    padding-top: 20px;
  }
}

.documents {
  overflow: hidden;
}

.documents-title {
  font-size: 40px;
  color: #313133;
  font-family: serif;
  font-family: FranklinGothic-DemiCond, sans-serif;
  text-align: center;
  margin: 0;
}

.documents-description {
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}

.documents-columns {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documents-column {
  width: 60%;
}

.documents-fidback {
  width: 37%;
  border-radius: 00px 0px 50px 20px;
  -webkit-box-shadow: 0px 10px 10px #cfd8dc;
          box-shadow: 0px 10px 10px #cfd8dc;
  padding: 70px 80px 50px 50px;
}

.documents-fidback-description {
  margin: 0;
  font-size: 16px;
  color: #546e7a;
  font-family: Tahoma, sans-serif;
  margin-bottom: 38px;
}

.documents-fidback-number {
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #546e7a;
  font-family: Tahoma, sans-serif;
}

.documents-fidback-number-img {
  margin-right: 10px;
}

.documents-fidback-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.documents-fidback-person-img {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

.documents-fidback-person-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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.documents-fidback-person-name {
  color: #2d7bee;
  font-family: Tahoma, sans-serif;
  margin: 0px;
  font-size: 20px;
}

.documents-fidback-person-rank {
  font-size: 16px;
  color: #263238;
  font-family: Tahoma, sans-serif;
  margin: 0px;
}

.documents-fidback-person-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.documents-fidback-person-links a {
  display: block;
  width: 33px;
  height: 33px;
  background: #a9c0e2;
  border-radius: 100px;
  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-right: 5px;
}

.documents-item {
  width: 100%;
  padding: 16px;
  -webkit-box-shadow: 0px 0px 20px #cfd8dc;
          box-shadow: 0px 0px 20px #cfd8dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 110px;
  margin-bottom: 22px;
  border-radius: 10px;
}

.documents-item-content-title {
  margin: 0;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #313133;
  font-family: Tahoma, sans-serif;
}

.documents-item-content-description {
  font-size: 20px;
  color: #313133;
  margin: 0px;
  font-family: Calibri, sans-serif;
}

.documents-item-files {
  min-width: 200px;
  border-left: 1px solid #313133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
}

.documents-item-file {
  text-decoration: none;
  display: block;
  margin-right: 19px;
  -webkit-filter: drop-shadow(0px 0px 6px #fff);
          filter: drop-shadow(0px 0px 6px #fff);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.documents-item-file:hover {
  -webkit-filter: drop-shadow(0px 0px 6px #000);
          filter: drop-shadow(0px 0px 6px #000);
}

.documents-more {
  display: block;
  margin: 0 auto;
  width: 170px;
  padding: 16px 65px;
  background: #aa6c51;
  border-radius: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  margin-top: 48px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.documents-more:visited {
  color: #fff;
}

.documents-more:hover {
  background: #533325;
  color: #ffffff;
}

.title-page {
  color: #313133;
  font-size: 60px;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin-bottom: 20px;
}

.documents-fidback-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 110px;
}

.documents-fidback-container-title {
  max-width: 760px;
  width: 90%;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.documents-page .documents-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 90%;
}

.documents-page .documents-column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.documents-page .documents-item {
  width: 48%;
}

.container-document {
  width: 90vw;
  max-width: 2000px;
  margin: 0 auto;
}

@media screen and (max-width: 1860px) {
  .documents-fidback-container {
    width: 78vw;
  }
  .documents-fidback-container-title {
    width: 50%;
  }
  .container-document-info {
    width: 76%;
  }
}

@media screen and (max-width: 1500px) {
  .documents-page .documents-item {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .documents-fidback-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .documents-fidback-container-title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .documents-page .documents-fidback {
    width: 60%;
  }
}

@media screen and (max-width: 1200px) {
  .documents-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .documents-column {
    width: 100%;
  }
  .documents-fidback {
    width: 80%;
    margin: 0 auto;
  }
  .documents-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1100px) {
  .documents-page .documents-fidback {
    width: 90%;
  }
}

@media screen and (max-width: 880px) {
  .container-document-info {
    width: 90%;
  }
  .title-page {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
  .object-dicuments .title-page {
    padding-left: 0;
  }
  .object-dicuments .title-page-sub {
    padding-left: 0;
  }
  .documents-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .documents-item-files {
    border-left: none;
    border-top: 1px solid black;
    padding-top: 14px;
    margin-top: 14px;
    padding-left: 0;
  }
  .documents-fidback {
    padding: 10px;
    width: 100%;
  }
  .documents-fidback-number {
    padding-left: 0;
  }
  .documents-page .documents-fidback {
    width: 100%;
    padding: 30px;
  }
  .documents-fidback-container {
    width: 90vw;
  }
  .page-pagination {
    margin-bottom: 30px;
  }
}

.blog .container {
  max-width: 1170px;
}

.blog-title {
  font-size: 40px;
  color: #313133;
  font-family: serif;
  font-family: FranklinGothic-DemiCond, sans-serif;
  text-align: center;
  margin: 0;
  margin-top: 80px;
}

.blog-description {
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}

.blog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-item {
  overflow: hidden;
  border-radius: 20px;
  width: 32%;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  padding-bottom: 23px;
  font-family: Tahoma, sans-serif;
  background: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.blog-item:hover {
  background: #fed683;
}

.blog-item-img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}

.blog-item-date {
  margin: 0;
  padding-left: 30px;
  padding-right: 20px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #000000;
}

.blog-item-title {
  padding-left: 30px;
  padding-right: 20px;
  font-size: 16px;
  margin: 0;
  color: #000000;
  margin-bottom: 15px;
}

.blog-item-link {
  padding-left: 30px;
  padding-right: 20px;
  font-size: 12px;
  color: #000000;
  margin: 0;
  text-decoration: none;
}

.blog-more {
  display: block;
  margin: 0 auto;
  width: 170px;
  padding: 16px 65px;
  background: #aa6c51;
  border-radius: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  margin-top: 48px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  margin-bottom: 60px;
}

.blog-more:hover {
  background: #533325;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .blog-item:last-child {
    display: none;
  }
  .blog-item {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .blog-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-more {
    margin-top: 20px;
  }
  #secondary .wdi_feed_item {
    height: auto;
  }
}

#secondary .wdi_feed_info {
  display: none;
}

#secondary .wdi_feed_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#secondary .wdi_feed_item {
  width: 25%;
  height: 330px;
}

#secondary .wdi_photo_wrap_inner {
  border: 0px;
}

#secondary .wdi_load_more {
  display: none;
}

.instagram-title {
  font-size: 40px;
  color: #313133;
  font-family: serif;
  font-family: FranklinGothic-DemiCond, sans-serif;
  text-align: center;
  margin: 0;
}

.instagram-description {
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  #secondary .wdi_feed_item {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .instagram-title {
    font-size: 30px;
  }
}

.footer {
  padding-top: 150px;
  overflow: hidden;
  position: relative;
}

.footer .to-top {
  display: block;
  position: absolute;
  width: 87px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/top.png);
  right: 40px;
  top: 100px;
}

.footer .to-top:hover {
  background-image: url(../images/topa.png);
}

.footer .wpcf7-not-valid-tip {
  display: none;
}

.footer::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #fed683;
  width: 100vw;
  height: 860px;
  bottom: 0;
  left: 0;
}

.footer-container {
  background: #fed683;
  padding-top: 160px;
  padding-bottom: 35px;
}

.footer-form-container {
  position: relative;
  max-width: 1300px;
  background: #ecc26a;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/footer.jpg);
  border-radius: 20px 0px 0px 20px;
  padding-top: 70px;
  padding-left: 45px;
  padding-bottom: 35px;
}

.footer-form-container-column {
  width: 750px;
}

.footer-form-container-column-title {
  font-size: 36px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  margin-bottom: 70px;
}

.footer-form-container-column-description {
  margin: 0;
  font-size: 16px;
  color: #000000;
  font-family: Tahoma, sans-serif;
  margin-bottom: 40px;
}

.footer-form-container-column-form-container {
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-form-container-column-form-container span {
  display: block;
  width: 350px;
  margin-right: 40px;
}

.footer-form-container-column-form-container input:active, .footer-form-container-column-form-container input:hover, .footer-form-container-column-form-container input:focus, .footer-form-container-column-form-container textarea {
  outline: 0;
  outline-offset: 0;
  border: 0px;
}

.footer-form-container-column-form-container input[type="email"], .footer-form-container-column-form-container input[type="text"] {
  width: 100%;
  height: 70px;
  border: 0px;
  padding: 0;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 10px 0px 10px 10px;
  font-size: 16px;
  color: #055659;
  font-family: Tahoma, sans-serif;
}

.footer-form-container-column-form-container input[type="email"]::-webkit-input-placeholder, .footer-form-container-column-form-container input[type="text"]::-webkit-input-placeholder {
  color: #313133;
}

.footer-form-container-column-form-container input[type="email"]:-ms-input-placeholder, .footer-form-container-column-form-container input[type="text"]:-ms-input-placeholder {
  color: #313133;
}

.footer-form-container-column-form-container input[type="email"]::-ms-input-placeholder, .footer-form-container-column-form-container input[type="text"]::-ms-input-placeholder {
  color: #313133;
}

.footer-form-container-column-form-container input[type="email"]::placeholder, .footer-form-container-column-form-container input[type="text"]::placeholder {
  color: #313133;
}

.footer-form-container-column-form-container textarea {
  padding: 25px;
  height: 186px;
  max-width: 350px;
  width: 90%;
  resize: none;
  border-radius: 10px 0px 10px 10px;
  font-size: 16px;
  color: #055659;
  font-family: Tahoma, sans-serif;
}

.footer-form-container-column-form-container textarea::-webkit-input-placeholder {
  color: #313133;
}

.footer-form-container-column-form-container textarea:-ms-input-placeholder {
  color: #313133;
}

.footer-form-container-column-form-container textarea::-ms-input-placeholder {
  color: #313133;
}

.footer-form-container-column-form-container textarea::placeholder {
  color: #313133;
}

.footer-form-container-column-form-container > p {
  margin: 0;
  font-size: 16px;
  color: #000000;
  font-family: Tahoma, sans-serif;
  margin-bottom: 15px;
}

.footer-form-container-column input[type="checkbox"] {
  position: relative;
}

.footer-form-container-column input[type="checkbox"]::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: #313133;
  border-radius: 5px;
  left: -2px;
  top: -2px;
  cursor: pointer;
}

.footer-form-container-column input[type="checkbox"]:checked::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/assets.png");
}

.footer-form-container-column input[type="submit"] {
  width: 240px;
  height: 72px;
  background: #aa6c51;
  border-radius: 20px;
  border: 2px solid #fff;
  font-size: 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}

.footer-form-container-column .assets {
  font-size: 13px;
  color: #000;
  font-family: Tahoma, sans-serif;
  padding-left: 28px;
  margin-top: -35px;
}

.footer-form-container .footer-map {
  display: block;
  position: absolute;
  border-radius: 10px;
  bottom: -50px;
  right: -180px;
}

.footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  width: 90%;
}

.footer-column-title {
  font-size: 18px;
  color: #313133;
  font-family: Tahoma, sans-serif;
  line-height: 36px;
  margin: 0;
  margin-bottom: 10px;
}

.footer-column-menu {
  max-width: 340px;
  width: 90%;
}

.footer-column-menu-ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-column-menu-ul a {
  color: #313133;
  font-size: 18px;
  font-family: Tahoma, sans-serif;
  padding-bottom: 8px;
  padding-top: 8px;
  text-decoration: none;
  display: block;
}

.footer-column-menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}

.footer-column-menu-link {
  width: 50px;
  height: 50px;
  margin-right: 8px;
  border-radius: 100px;
  background: #fff;
  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;
}

.footer-column-menu-title {
  margin: 0;
  font-size: 16px;
  color: #313133;
  font-family: Tahoma, sans-serif;
  margin-bottom: 5px;
  line-height: 24px;
}

.footer-column-menu-title:nth-child(2) {
  margin-bottom: 34px;
}

.footer-column-menu-req {
  font-size: 16px;
  color: #313133;
  font-family: Tahoma, sans-serif;
  margin: 0;
}

.footer-column-menu-req-item {
  font-size: 16px;
  color: #313133;
  font-family: Tahoma, sans-serif;
  margin: 0;
  margin-top: 6px;
}

.footer-column {
  max-width: 200px;
  width: 90%;
}

.footer .wpcf7-list-item {
  margin: 0;
}

.footer-copy {
  max-width: 1600px;
  width: 90%;
  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;
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #ccbc7b;
  margin-left: auto;
  margin-right: auto;
}

.footer-copy-shield {
  font-size: 16px;
  color: #313133;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2em;
  margin: 0;
}

.footer-copy-developer {
  font-size: 16px;
  color: #313133;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  line-height: 1.2em;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  .footer-form-container .footer-map {
    width: 500px;
    height: auto;
    bottom: -20px;
    right: -20px;
  }
}

@media screen and (max-width: 1400px) {
  .footer-form-container .footer-map {
    width: 400px;
    height: auto;
    bottom: -20px;
    right: -20px;
  }
}

@media screen and (max-width: 1300px) {
  .footer-form-container .footer-map {
    width: 340px;
    height: auto;
    bottom: -20px;
    right: -20px;
  }
}

@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 20px;
  }
  .footer-form-container {
    max-width: 660px;
    width: 90vw;
    padding-top: 34px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-form-container-column-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .footer-form-container-column-description {
    font-size: 8px;
    margin-bottom: 20px;
  }
  .footer-form-container-column-form-container > p {
    font-size: 8px;
    margin-bottom: 8px;
  }
  .footer-form-container-column-form-container input[type="email"],
  .footer-form-container-column-form-container input[type="text"] {
    height: 37px;
    width: 180px;
    font-size: 8px;
    padding-left: 10px;
  }
  .footer-form-container-column-form-container {
    height: 140px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 400px;
  }
  .footer-form-container-column-form-container span {
    width: 180px;
    margin-right: 0;
  }
  .footer-form-container-column-form-container p {
    display: block;
  }
  .footer-form-container-column {
    max-width: 750px;
    width: 100%;
  }
  .footer-form-container-column-form-container textarea {
    font-size: 8px;
    height: 100px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .footer-form-container .footer-map {
    width: 320px;
    height: auto;
    right: -90px;
    bottom: -20px;
  }
  .footer-form-container-column .assets {
    font-size: 7px;
    margin-top: -14px;
    margin-bottom: 20px;
  }
  .footer-form-container-column form > p {
    margin: 0;
  }
  .footer-form-container-column input[type="submit"] {
    width: 120px;
    height: 40px;
    font-size: 8px;
  }
  .footer-container {
    padding-top: 260px;
  }
  .footer-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-column-menu {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer-column {
    margin-bottom: 30px;
  }
  .footer-form-container {
    margin-bottom: -200px;
  }
}

@media screen and (max-width: 800px) {
  .footer-form-container .footer-map {
    position: static;
    margin-top: 20px;
  }
  .footer-form-container {
    max-width: 430px;
  }
  .footer-form-container {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-form-container .footer-map {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .footer .to-top {
    display: block;
    position: absolute;
    width: 87px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/top.png);
    right: 40px;
    bottom: 130px;
    top: auto;
  }
}

@media screen and (max-width: 480px) {
  .footer-form-container-column-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .footer-form-container-column-form-container span {
    width: 240px;
  }
  .footer-form-container-column-form-container input[type="email"], .footer-form-container-column-form-container input[type="text"] {
    width: 100%;
  }
  .footer-form-container-column-form-container textarea {
    width: 100%;
  }
  .footer-form-container {
    width: 100%;
  }
  .footer .to-top {
    display: block;
    position: absolute;
    width: 87px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/top.png);
    right: 10px;
    bottom: 160px;
    top: auto;
  }
}

.menu-modal {
  position: absolute;
  left: 130px;
  display: none;
  opacity: 0;
  top: 0px;
  width: 670px;
  padding: 20px 28px;
  background: #fed683;
  -webkit-box-shadow: 0px 0px 7px 0px black;
          box-shadow: 0px 0px 7px 0px black;
  border-radius: 0px 50px 50px 0px;
}

.menu-modal-title {
  font-size: 40px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
}

.menu-modal-description {
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  margin: 0;
  margin-bottom: 30px;
}

.menu-modal-exit {
  position: absolute;
  left: 150px;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  width: 140px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid white;
  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;
  background: #313133;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: 30px;
  left: 480px;
  cursor: pointer;
}

.menu-modal-exit:hover {
  background: #337072;
}

.menu-modal-items {
  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;
}

.menu-modal-item {
  width: 220px;
  margin-bottom: 40px;
}

.menu-modal-item-title {
  font-size: 18px;
  color: #313133;
  font-family: Tahoma, sans-serif;
  margin: 0;
}

.menu-modal-item .menu-item a {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #313133;
  font-family: Tahoma, sans-serif;
  margin-top: 14px;
  position: relative;
}

.menu-modal-item .menu-item a::after {
  position: absolute;
  content: "";
  left: -20px;
  top: 4px;
  width: 15px;
  height: 16px;
  opacity: 0;
  background: url(../images/menu-icon.png);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.menu-modal-item .menu-item a:hover::after {
  opacity: 1;
}

.pop-up-form {
  max-width: 480px;
  width: 95vw;
  z-index: 100000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fed683;
  padding: 60px 40px 10px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 7px 0px black;
          box-shadow: 0px 0px 7px 0px black;
  opacity: 1;
}

.pop-up-form .cross {
  position: absolute;
  top: 60px;
  right: 40px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  background-image: url(../images/cross.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.pop-up-form-title {
  font-size: 36px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  margin-bottom: 40px;
}

.pop-up-form-description {
  font-size: 16px;
  color: #000000;
  font-family: Tahoma, sans-serif;
  margin: 0;
}

.pop-up-form .modal-form-name-title {
  font-size: 16px;
  margin: 0;
  color: #000000;
  font-family: Tahoma, sans-serif;
  margin-bottom: 10px;
  margin-top: 30px;
}

.pop-up-form .modal-form-number-title {
  font-size: 16px;
  margin: 0;
  color: #000000;
  font-family: Tahoma, sans-serif;
  margin-bottom: 10px;
  margin-top: 30px;
}

.pop-up-form span {
  width: 100%;
  display: block;
}

.pop-up-form span input[type=text] {
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  border: none;
  width: 100%;
  outline: none;
  color: #055659;
  font-size: 16px;
}

.pop-up-form span input[type=text]::-webkit-input-placeholder {
  font-size: 16px;
  color: #313133;
}

.pop-up-form span input[type=text]:-ms-input-placeholder {
  font-size: 16px;
  color: #313133;
}

.pop-up-form span input[type=text]::-ms-input-placeholder {
  font-size: 16px;
  color: #313133;
}

.pop-up-form span input[type=text]::placeholder {
  font-size: 16px;
  color: #313133;
}

.pop-up-form .modal-aseets-title {
  position: relative;
  padding-left: 26px;
  line-height: 18px;
  font-size: 13px;
}

.pop-up-form .modal-aseets-title input {
  position: absolute;
  left: 0;
  top: 0;
}

.pop-up-form .modal-aseets-title input::after {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  content: "";
  left: -2px;
  top: -2px;
  background: #313133;
}

.pop-up-form .modal-aseets-title input:checked::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/assets.png);
}

.pop-up-form .wpcf7-form-control-wrap {
  position: static;
}

.pop-up-form input[type="submit"] {
  width: 240px;
  height: 72px;
  background: #aa6c51;
  border-radius: 20px;
  border: 2px solid #fff;
  font-size: 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}

.pop-up-wrapper {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0;
  z-index: 1000;
  overflow: scroll;
  padding-top: 40px;
  padding-bottom: 40px;
}

.dop-field-form {
  display: none;
}

.dop-field-button {
  display: none;
}

.button-share .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
  width: 0 !important;
}

.button-share {
  margin-left: -20px;
}

@media screen and (max-width: 820px) {
  .menu-modal {
    left: 0;
    width: 100vw;
    border-top-right-radius: 0px;
  }
  .menu-modal-exit {
    right: 20px;
    top: 22px;
    left: auto;
  }
}

@media screen and (max-width: 400px) {
  .pop-up-wrapper {
    top: 20px;
    right: 30px;
  }
  .pop-up-form {
    padding: 40px 20px 10px 20px;
  }
}

.blog-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container-blog .blog-item {
  margin-bottom: 20px;
}

.pages {
  display: none;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi .page, .wp-pagenavi .current {
  border: none;
  background: #565656;
  height: 64px;
  width: 64px;
  border-radius: 100px;
  display: block;
  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;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 8px;
}

.wp-pagenavi .previouspostslink {
  background: #565656;
  height: 64px;
  width: 64px;
  border-radius: 100px;
  font-size: 0;
  background-image: url(../images/arrow-slider.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: url(../images/arrow-slider.png) no-repeat center center, linear-gradient(225deg, #565656 0%, #565656 100%);
  margin-right: 34px;
  -webkit-box-shadow: 0px 0px 0px 16px rgba(170, 108, 81, 0);
          box-shadow: 0px 0px 0px 16px rgba(170, 108, 81, 0);
}

.wp-pagenavi .previouspostslink:hover {
  background: url(../images/arrow-slider.png) no-repeat center center, linear-gradient(225deg, #a4664c 0%, #7d442b 100%);
  -webkit-box-shadow: 0px 0px 0px 16px rgba(170, 108, 81, 0.15);
          box-shadow: 0px 0px 0px 16px rgba(170, 108, 81, 0.15);
}

.wp-pagenavi .nextpostslink {
  background: #565656;
  height: 64px;
  width: 64px;
  border-radius: 100px;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: url(../images/arrow-slider.png) no-repeat center center, linear-gradient(45deg, #565656 0%, #565656 100%);
  margin-left: 34px;
  -webkit-box-shadow: 0px 0px 0px 16px rgba(170, 108, 81, 0);
          box-shadow: 0px 0px 0px 16px rgba(170, 108, 81, 0);
}

.wp-pagenavi .nextpostslink:hover {
  background: url(../images/arrow-slider.png) no-repeat center center, linear-gradient(45deg, #a4664c 0%, #7d442b 100%);
  -webkit-box-shadow: 0px 0px 0px 16px rgba(170, 108, 81, 0.15);
          box-shadow: 0px 0px 0px 16px rgba(170, 108, 81, 0.15);
}

.wp-pagenavi .current {
  background: linear-gradient(45deg, #a4664c 0%, #7d442b 100%);
}

@media screen and (max-width: 1430px) {
  .container-blog {
    width: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .container-blog .blog-item:last-child {
    display: block;
  }
  .container-blog .blog-item {
    width: 48%;
  }
}

@media screen and (max-width: 880px) {
  .container-blog {
    width: 90%;
  }
}

@media screen and (max-width: 680px) {
  .container-blog .blog-item {
    width: 100%;
  }
  .wp-pagenavi .nextpostslink {
    width: 46px;
    height: 46px;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(170, 108, 81, 0);
            box-shadow: 0px 0px 0px 8px rgba(170, 108, 81, 0);
    margin-left: 14px;
  }
  .wp-pagenavi .nextpostslink:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(170, 108, 81, 0.15);
            box-shadow: 0px 0px 0px 8px rgba(170, 108, 81, 0.15);
  }
  .wp-pagenavi .previouspostslink {
    width: 46px;
    height: 46px;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(170, 108, 81, 0);
            box-shadow: 0px 0px 0px 8px rgba(170, 108, 81, 0);
    margin-right: 14px;
  }
  .wp-pagenavi .previouspostslink:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(170, 108, 81, 0.15);
            box-shadow: 0px 0px 0px 8px rgba(170, 108, 81, 0.15);
  }
  .wp-pagenavi .page, .wp-pagenavi .current {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}

.main-items .container-blog-objects .main-objects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.main-items .container-blog-objects .main-objects .object-container {
  width: 32%;
  margin-right: 2%;
}

.main-items .container-blog-objects .main-objects .object-container:nth-child(3n) {
  margin-right: 0;
}

.objects-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.objects-pagination-item {
  width: auto;
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}

.objects-pagination-item:hover ul {
  display: block;
  opacity: 1;
}

.objects-pagination-item:hover .objects-pagination-item-button::after {
  opacity: 0.8;
}

.objects-pagination-item-button {
  height: 62px;
  width: 350px;
  padding-left: 20px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #313133;
  font-family: Tahoma, sans-serif;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
}

.objects-pagination-item-button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 28px;
  background-image: url(../images/flag.png);
  width: 14px;
  height: 7px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.objects-pagination-item ul {
  background: white;
  z-index: 100;
  width: 100%;
  position: absolute;
  left: 0;
  display: none;
  opacity: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 3px solid #d1caca;
}

.objects-pagination-item ul li a {
  display: block;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #313133;
  font-family: Tahoma, sans-serif;
  text-decoration: none;
}

.objects-pagination-item ul li a:hover {
  background: #fed683;
}

.objects-pagination-items {
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: black;
}

.objects-pagination-item {
  position: relative;
}

.objects-pagination-item:hover::after {
  content: "";
  position: absolute;
  height: 17px;
  width: 1px;
  background: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
}

.objects-pagination-item:hover::before {
  content: "";
  position: absolute;
  height: 17px;
  width: 1px;
  background: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
}

.objects-pagination-items {
  margin-left: 10px;
}

.objects-pagination-item-plit:hover {
  background-color: #753d24;
}

.objects-pagination-item-plit.active {
  background-color: #753d24;
}

.objects-pagination-item-plit:nth-child(1) {
  height: 100%;
  width: 40px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/list.png);
}

.objects-pagination-item-plit:nth-child(2) {
  height: 100%;
  width: 40px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/setka.png);
}

.main-items .main-objects .object-container.object-container-line {
  height: 335px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-items .main-objects .object-container.object-container-line:hover .object-img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.main-items .main-objects .object-container.object-container-line .object {
  width: 56%;
  border-radius: 0px;
  background: #fff;
  padding: 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-items .main-objects .object-container.object-container-line .object-img {
  width: 40%;
  border-radius: 0px 20px 180px 90px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.object-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-items .main-objects .object-buttons-container .object-buttons {
  border-bottom: none;
  padding: 0;
}

.main-items .main-objects .object-container-line .object > .p {
  font-size: 12px;
  height: 115px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: 18px;
  margin-top: 20px;
}

.main-items .main-objects .object-container-line .object-title-first {
  display: none;
}

.main-items .main-objects .object-container-line .object-title {
  position: relative;
}

.main-items .main-objects .object-container-line .object-price {
  top: -14px;
  font-size: 18px;
}

.main-items .main-objects .object-container-line .object .tegs-title {
  padding-left: 0;
}

.wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1430px) {
  .main-items .main-objects .object-container.object-container-line .object-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .container-blog-objects {
    width: 90%;
  }
}

@media screen and (max-width: 1440px) {
  .main-items .container-blog-objects .main-objects .object-container {
    width: 46%;
    margin-right: 4%;
  }
  .main-items .container-blog-objects .main-objects .object-container:nth-child(3n) {
    margin-right: 4%;
  }
  .main-items .container-blog-objects .main-objects .object-container:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 970px) {
  .objects-pagination {
    -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;
  }
  .objects-pagination-item {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .objects-pagination-item-button {
    max-width: 100%;
  }
  .main-items .container-blog-objects .main-objects .object-container {
    width: 46%;
    margin-right: 0%;
  }
  .main-items .container-blog-objects .main-objects .object-container:nth-child(3n) {
    margin-right: 4%;
  }
  .main-items .container-blog-objects .main-objects .object-container:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 970px) {
  .objects-pagination-item {
    width: 100%;
  }
  .objects-pagination-item-button {
    width: 100%;
  }
  .main-items .container-blog-objects .main-objects .object-container {
    width: 100%;
    margin-right: 0%;
  }
  .main-items .container-blog-objects .main-objects .object-container:nth-child(3n) {
    margin-right: 0%;
  }
  .main-items .container-blog-objects .main-objects .object-container:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 680px) {
  .wp-pagenavi .page, .wp-pagenavi .current {
    margin: 4px;
  }
}

@media screen and (max-width: 490px) {
  .main-items .main-objects .object-title {
    font-size: 14px;
    line-height: 16px;
  }
  .main-items .main-objects .object {
    font-size: 10px;
  }
  .main-items .main-objects .object-buttons .button-register {
    width: 120px;
    height: 40px;
    font-size: 10px;
  }
  .main-items .main-objects .object-buttons .button-mortgage {
    width: 120px;
    height: 40px;
    font-size: 10px;
  }
  .main-items .main-objects .object .tegs a {
    width: 30px;
    height: 20px;
    font-size: 12px;
  }
  .main-items .main-objects .object .tegs-title {
    font-size: 16px;
  }
  .main-items .main-objects .object {
    padding-bottom: 20px;
  }
  .main-items .main-objects .object-title-first {
    font-size: 16px;
  }
  .wp-pagenavi .page, .wp-pagenavi .current {
    width: 32px;
    height: 32px;
  }
  .wp-pagenavi .previouspostslink {
    width: 32px;
    height: 32px;
    background-size: 16px 16px;
  }
  .wp-pagenavi .nextpostslink {
    width: 32px;
    height: 32px;
    background-size: 16px 16px;
  }
}

.documents-description-blog {
  text-align: left;
  font-size: 25px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
}

.addtoany_list.a2a_kit_size_32 a {
  margin-bottom: 5px;
}

.nav-previous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #313133;
  font-family: Calibri, sans-serif;
  font-size: 20px;
}

.nav-previous a {
  display: block;
  border: none;
  border-radius: 100px;
  width: 62px;
  height: 62px;
  font-size: 0;
  background-image: url(../images/arrow-slider.png), -webkit-gradient(linear, left top, right top, from(#653f2e), to(#975f47));
  background-image: url(../images/arrow-slider.png), linear-gradient(to right, #653f2e, #975f47);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-right: 20px;
}

.nav-previous a:hover::after {
  background: rgba(170, 108, 81, 0.15);
}

.nav-previous a::after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: -23px;
  top: -23px;
  background: rgba(170, 108, 81, 0);
  border-radius: 100px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #313133;
  font-family: Calibri, sans-serif;
  font-size: 20px;
}

.nav-next a {
  display: block;
  border: none;
  border-radius: 100px;
  width: 62px;
  height: 62px;
  font-size: 0;
  background-image: url(../images/arrow-slider.png), -webkit-gradient(linear, left top, right top, from(#653f2e), to(#975f47));
  background-image: url(../images/arrow-slider.png), linear-gradient(to right, #653f2e, #975f47);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-left: 20px;
}

.nav-next a:hover::after {
  background: rgba(170, 108, 81, 0.15);
}

.nav-next a::after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: -23px;
  top: -23px;
  background: rgba(170, 108, 81, 0);
  border-radius: 100px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.blog-post .blog-item:nth-child(4) {
  display: none;
}

.blog-post .blog-title {
  margin-top: 30px;
}

.post-any-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post .addtoany_list .addtoany_share, .post .widget .addtoany_list .addtoany_share {
  display: none;
}

.post .page-pagination {
  margin-bottom: 40px;
}

.post .post-tegs {
  margin-bottom: 30px;
}

.post .post-tegs-title {
  font-size: 18px;
  color: #6e5245;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 15px;
}

.post .post-tegs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post .post-tegs-list a {
  text-decoration: none;
  padding: 15px 9px;
  background: #753d24;
  color: white;
  font-size: 14px;
  font-family: Tahoma, sans-serif;
  margin-right: 30px;
  margin-bottom: 10px;
  border-radius: 30px 20px 30px 0px;
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.post .post-tegs-list a:hover {
  background: #753d24;
}

.post-share-title {
  font-size: 18px;
  color: #6e5245;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 4px;
}

.post-share-title:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 1px;
  background: #753d24;
  left: 0;
  bottom: 0;
}

.post-tegs-title {
  font-size: 18px;
  color: #753d24;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 4px;
}

.post-tegs-title:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 1px;
  background: #753d24;
  left: 0;
  bottom: 0;
}

.post .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  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;
}

.post .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span svg {
  width: 80%;
  height: 80%;
}

.post-content {
  color: #666666;
  font-family: serif;
  font-family: Tahoma, sans-serif;
}

.objects .addtoany_content {
  display: none;
}

.post-content .addtoany_content {
  display: none;
}

.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content ul, .post-content ol {
  font-family: 'Roboto', sans-serif;
}

.post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  font-weight: 400;
}

.post-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.post-content ul li {
  padding-left: 28px;
  position: relative;
  font-size: 15px;
  margin-bottom: 4px;
}

.post-content ul li:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow.png);
  left: 0;
  top: 1px;
}

.post-content p {
  margin-bottom: 30px;
  margin-top: 0px;
}

.post-content ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.post-content ol li {
  padding-left: 28px;
  position: relative;
  font-size: 15px;
  margin-bottom: 4px;
}

.post-content ol li:after {
  position: absolute;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 1px;
  font-weight: 900;
}

.post-content ol li:nth-child(1):after {
  content: "1";
}

.post-content ol li:nth-child(2):after {
  content: "2";
}

.post-content ol li:nth-child(3):after {
  content: "3";
}

.post-content ol li:nth-child(4):after {
  content: "4";
}

.post-content ol li:nth-child(5):after {
  content: "5";
}

.post-content ol li:nth-child(6):after {
  content: "6";
}

.post-content ol li:nth-child(7):after {
  content: "7";
}

.post-content ol li:nth-child(8):after {
  content: "8";
}

.post-content ol li:nth-child(9):after {
  content: "9";
}

.post-content ol li:nth-child(10):after {
  content: "10";
}

.post-content ol li:nth-child(11):after {
  content: "11";
}

.post-content ol li:nth-child(12):after {
  content: "12";
}

.post-content ol li:nth-child(13):after {
  content: "13";
}

.slick-post .slick-prev {
  z-index: 10;
  position: absolute;
  right: 110px;
  top: -110px;
  border: none;
  border-radius: 100px;
  width: 62px;
  height: 62px;
  font-size: 0;
  background-image: url(../images/arrow-slider.png), -webkit-gradient(linear, left top, right top, from(#653f2e), to(#975f47));
  background-image: url(../images/arrow-slider.png), linear-gradient(to right, #653f2e, #975f47);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.slick-post .slick-prev::after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: -23px;
  top: -23px;
  background: rgba(170, 108, 81, 0);
  border-radius: 100px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.slick-post .slick-prev:hover::after {
  background: rgba(170, 108, 81, 0.15);
}

.slick-post .slick-next {
  z-index: 10;
  position: absolute;
  right: 15px;
  top: -110px;
  border: none;
  border-radius: 100px;
  width: 62px;
  height: 62px;
  font-size: 0;
  background-image: url(../images/arrow-slider.png), -webkit-gradient(linear, left top, right top, from(#653f2e), to(#975f47));
  background-image: url(../images/arrow-slider.png), linear-gradient(to right, #653f2e, #975f47);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.slick-post .slick-next::after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: -23px;
  top: -23px;
  background: rgba(170, 108, 81, 0);
  border-radius: 100px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.slick-post .slick-next:hover::after {
  background: rgba(170, 108, 81, 0.15);
}

.slick-post-title {
  font-size: 60px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}

.slick-post-desc {
  font-size: 25px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  margin-bottom: 10px;
}

.slick-post .slick-post-item {
  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;
  height: 134px;
  margin: 18px;
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0px 0px 16px -10px #649bbd;
          box-shadow: 0px 0px 16px -10px #649bbd;
  cursor: pointer;
}

.slick-post .slick-post-item.slick-current {
  -webkit-box-shadow: 0px 0px 20px 0px #649bbd;
          box-shadow: 0px 0px 20px 0px #649bbd;
}

.slick-post .slick-post-item.slick-current img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.slick-post .slick-post-item:hover {
  -webkit-box-shadow: 0px 0px 20px 0px #649bbd;
          box-shadow: 0px 0px 20px 0px #649bbd;
}

.slick-post .slick-post-item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.slick-post .slick-post-item img {
  max-width: 90%;
  max-height: 90%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media screen and (max-width: 1870px) {
  .post .container {
    width: 78%;
  }
}

@media screen and (max-width: 1200px) {
  .blog-post .blog-item {
    margin-bottom: 40px;
  }
  .blog-post .blog-item:nth-child(4) {
    display: block;
  }
  .slick-post-title {
    font-size: 50px;
  }
  .slick-post .slick-next {
    top: -90px;
  }
  .slick-post .slick-prev {
    top: -90px;
  }
  .slick-post-title {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 800px) {
  .slick-post-title {
    margin-bottom: 10px;
  }
  .slick-post-desc {
    margin-bottom: 70px;
  }
  .slick-post .slick-next {
    top: -60px;
  }
  .slick-post .slick-prev {
    top: -60px;
  }
  .slick-post-desc {
    font-size: 18px;
  }
  .slick-post-title {
    font-size: 30px;
  }
  .nav-previous {
    width: 50%;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-previous a {
    margin-right: 10px;
  }
  .nav-previous a::after {
    display: none;
  }
  .nav-next {
    text-align: right;
    width: 50%;
    font-size: 14px;
  }
  .nav-next a {
    margin-left: 10px;
  }
  .nav-next a::after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .post-any-links {
    margin-top: 30px;
  }
  .nav-previous {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
  .nav-previous a {
    margin-top: 10px;
    margin-right: 0px;
  }
  .nav-previous a::after {
    display: none;
  }
  .nav-next {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-next a {
    margin-top: 10px;
    margin-left: 0px;
  }
  .nav-next a::after {
    display: none;
  }
}

.first-section-object {
  padding-bottom: 150px;
}

.first-section-object:after {
  display: none;
}

.object-gallery {
  overflow: hidden;
}

.object-gallery .container {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.object-gallery-desc {
  width: 44%;
  font-size: 14px;
  color: #666666;
  font-family: Tahoma, sans-serif;
  line-height: 1.7em;
}

.object-gallery-contain {
  width: 52%;
}

.object-gallery #lightgallery {
  margin: 0;
  padding: 0;
}

.object-gallery #lightgallery a {
  position: absolute;
  opacity: 0;
  width: 0px;
  height: 0px;
}

.object-gallery #lightgallery a:first-child {
  height: auto;
  width: auto;
  position: static;
  opacity: 1;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: auto;
  overflow: hidden;
  position: relative;
}

.object-gallery #lightgallery a:first-child img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 480px;
  width: 100%;
  border-radius: 30px;
}

.object-gallery #lightgallery a:first-child::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(../images/loop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .object-gallery #lightgallery li:first-child::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    background-image: url(../images/loop.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 50;
    cursor: pointer;
  }
}

@media screen and (max-width: 1000px) {
  .object-gallery .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .object-gallery-desc {
    width: 100%;
  }
  .object-gallery-contain {
    width: 100%;
  }
  .object-gallery-contain img {
    height: 480px;
  }
  .object-gallery #lightgallery li:first-child {
    margin-top: 20px;
  }
}

@media screen and (max-width: 680px) {
  .object-gallery #lightgallery li:first-child img {
    height: 300px;
  }
}

.object-pluses {
  margin-bottom: 80px;
  margin-top: 50px;
}

.object-pluses-title {
  font-size: 40px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  padding-left: 20px;
}

.object-pluses-desc {
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.object-pluses-content {
  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;
}

.object-pluses-content-desc {
  width: 44%;
  font-size: 14px;
  color: #666666;
  font-family: Tahoma, sans-serif;
  line-height: 1.6em;
}

.object-pluses-content-items {
  width: 52%;
  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;
}

.object-pluses-content-item {
  height: 220px;
  width: 256px;
  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;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: 0px 0px 9px #cfd8dc;
          box-shadow: 0px 0px 9px #cfd8dc;
  margin-bottom: 30px;
  font-size: 16px;
  color: #263238;
  font-family: Tahoma, sans-serif;
  line-height: 1.6em;
}

.object-pluses-content-item p {
  margin: 0;
  padding: 0;
}

.object-pluses-content-item-img {
  margin-bottom: 30px;
}

@media screen and (max-width: 1740px) {
  .object-pluses-content-items {
    width: 52%;
  }
  .object-pluses-content-item {
    height: auto;
    width: 216px;
  }
}

@media screen and (max-width: 1455px) {
  .object-pluses-content-items {
    width: 52%;
  }
  .object-pluses-content-item {
    height: auto;
    width: 246px;
  }
}

@media screen and (max-width: 1090px) {
  .object-pluses-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .object-pluses-content-desc {
    width: 100%;
  }
  .object-pluses-content-items {
    width: 100%;
  }
  .object-pluses-content-item {
    height: auto;
    width: 267px;
  }
}

@media screen and (max-width: 930px) {
  .object-pluses-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .object-pluses-content-desc {
    width: 100%;
    font-size: 12px;
  }
  .object-pluses-content-items {
    width: 100%;
  }
  .object-pluses-content-item {
    height: auto;
    width: 48%;
  }
}

@media screen and (max-width: 500px) {
  .object-pluses-title {
    margin-top: 30px;
    font-size: 25px;
  }
  .object-pluses-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .object-pluses-content-desc {
    width: 100%;
  }
  .object-pluses-content-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .object-pluses-content-item {
    height: auto;
    width: 100%;
  }
}

.object-video {
  padding-top: 25px;
  padding-bottom: 35px;
  background: #fafafa;
}

.object-video .container {
  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;
}

.object-video-title {
  font-size: 40px;
  color: #313133;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
  padding-left: 20px;
  font-family: FranklinGothic-DemiCond,sans-serif;
}

.object-video-title-sub {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
}

.object-video-desc {
  font-size: 14px;
  color: #666666;
  font-family: Tahoma, sans-serif;
  line-height: 1.6em;
}

.object-video-content {
  width: 35%;
}

.object-video .statistic-column-video {
  width: 800px;
  height: 460px;
  border-radius: 20px;
  overflow: hidden;
  height: auto;
}

.object-video .statistic-column-play {
  display: none;
}

.object-video .statistic-column-play-bg {
  position: static;
  height: auto;
}

.object-video .button_aboutUs_video {
  background: none;
}

@media screen and (max-width: 1650px) {
  .object-video-content {
    width: 40%;
  }
  .object-video .statistic-column-video {
    width: 700px;
    height: 400px;
    height: auto;
  }
}

@media screen and (max-width: 1410px) {
  .object-video-content {
    width: 45%;
  }
  .object-video .statistic-column-video {
    width: 600px;
    height: 360px;
    height: auto;
  }
}

@media screen and (max-width: 1270px) {
  .object-video-title {
    font-size: 30px;
  }
  .object-video-content {
    width: 50%;
  }
  .object-video .statistic-column-video {
    width: 500px;
    height: 300px;
    height: auto;
  }
}

@media screen and (max-width: 1160px) {
  .object-video .container {
    -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;
  }
  .object-video-title {
    text-align: center;
    font-size: 40px;
  }
  .object-video-title-sub {
    text-align: center;
  }
  .object-video-content {
    width: 560px;
  }
  .object-video .statistic-column-video {
    width: 800px;
    height: auto;
    height: auto;
  }
}

@media screen and (max-width: 880px) {
  .object-video .container {
    -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;
  }
  .object-video-title {
    text-align: center;
    font-size: 26px;
  }
  .object-video-title-sub {
    font-size: 20px;
    text-align: center;
  }
  .object-video-content {
    width: 560px;
    max-width: 100%;
  }
  .object-video .statistic-column-video {
    width: 90vw;
    height: 60vw;
    width: 100%;
    height: auto;
  }
}

.object-plan {
  margin-top: 80px;
  margin-bottom: 80px;
}

.object-plan .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: flex-start;
}

.object-plan-content {
  width: 45%;
}

.object-plan-title {
  padding: 0;
  margin: 0;
  font-size: 40px;
  color: #313133;
  margin-bottom: 15px;
  font-family: FranklinGothic-DemiCond, sans-serif;
  padding-left: 20px;
}

.object-plan-title-sub {
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  margin-bottom: 24px;
  padding-left: 20px;
}

.object-plan-desc {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
  font-family: Tahoma, sans-serif;
  line-height: 1.6em;
}

.object-plan img {
  height: auto;
  border-radius: 30px;
  margin-top: 0px;
}

.gen-plan {
  max-width: 50% ;
  margin-top: 20px;
}

.gen-plan a {
  height: 100%;
  display: block;
}


@media screen and (max-width: 1100px) {
  .gen-plan {
    max-width: 90% ;
  }
  .object-plan {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .object-plan .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .object-plan-content {
    max-width: 560px;
    width: 100%;
  }
  .object-plan-title {
    padding: 0;
    margin: 0;
    font-size: 40px;
    color: #313133;
    margin-bottom: 15px;
    font-family: FranklinGothic-DemiCond, sans-serif;
    padding-left: 0px;
    text-align: center;
  }
  .object-plan-title-sub {
    font-size: 20px;
    color: #313133;
    font-family: Calibri, sans-serif;
    margin-bottom: 24px;
    padding-left: 0px;
    text-align: center;
  }
  .object-plan-desc {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #666666;
    font-family: Tahoma, sans-serif;
    line-height: 1.6em;
  }
  .object-plan img {
    max-height: 800px;
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 600px) {
  .object-plan-desc {
    font-size: 12px;
  }
}

.planer {
  overflow: hidden;
}

/*.planer .container {
  overflow: hidden;
}
*/
.planer .container {
  padding-bottom: 20px;
}
.planer .container > h2 {
  font-size: 40px;
  color: #313133;
  margin: 0;
  padding: 0px;
  margin-bottom: 20px;
  font-family: FranklinGothic-DemiCond, sans-serif;
  text-transform: uppercase;
}

.planer .container > h3 {
  font-size: 25px;
  color: #313133;
  margin: 0;
  padding: 0px;
  margin-bottom: 20px;
  font-family: Calibri, sans-serif;
  text-transform: uppercase;
}

.planer .button-prev {
  width: 180px !important;
  height: 50px !important;
  border-radius: 20px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #aa6c51;
  margin-bottom: 28px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.planer .button-prev:hover {
  background: #753d24;
}

.planer .ob-image {
  display: block;
}

.planer .floor-plan {
  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;
  display: none;
}

.planer .floor-plan.ob-1-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.planer .floor-plan h3 {
  width: 100%;
  font-size: 40px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.planer .plan-flat {
  display: none;
}

.planer .plan-flat h3 {
  width: 100%;
  font-size: 40px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.planer .plan-flat-column {
  max-height: 480px;
  width: 48%;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  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;
  overflow: hidden;
}

.planer .plan-flat-column:nth-child(3) a:first-child:after {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(../images/loop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  cursor: pointer;
}

.planer .plan-flat-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.planer .plan-flat-column a {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
}

.planer .plan-flat-column a:first-child {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}

.planer .plan-flat-column a:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.planer .floor-plan-container {
  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;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.planer .floor-plan-container a {
  line-height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.planer .floor-plan-container a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/ease.png);
  background-color: #aa6c51;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: none;
}

.planer .floor-plan-container a:hover {
  z-index: 15;
}

.planer .floor-plan-container a:hover:after {
  background-color: #753d24;
}

.planer .floor-plan-container .floor-plan-container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.planer .floor-plan-container .floor-plan-container-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.planer .demo-gallery li:first-child::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(../images/loop-black.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  cursor: pointer;
  overflow: hidden;
}

.planer-title {
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 15px;
}

.planer-title-sub {
  font-size: 25px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.planer-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.planer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.planer-menu.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.planer-menu .slick-track:before, .planer-menu .slick-track:after {
  display: none;
}

.planer-menu-item {
  width: 180px !important;
  height: 50px !important;
  border-radius: 20px;
  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;
  background: #aa6c51;
  margin-bottom: 28px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.planer-menu-item:hover {
  background: #753d24;
}

.planer-menu-item.active {
  background: #753d24;
}

.planer-menu-item:nth-child(3n) {
  margin-right: 0;
}

.planer-menu-container {
  width: 46%;
}

.planer-menu-container .planer-menu-room {
  width: 180px !important;
  height: 50px !important;
  border-radius: 20px;
  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;
  background: #aa6c51;
  margin-bottom: 28px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.planer-menu-container .planer-menu-room.ob-2 {
  display: none;
}

.planer-menu-container .planer-menu-room:hover {
  background: #753d24;
}

.planer-menu-container .planer-menu-room.active {
  background: #753d24;
}

.planer-menu-container .planer-menu-rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.planer-menu .slick-list {
  padding: 0 !important;
  width: 100% !important;
}

.planer-menu .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
  width: auto !important;
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider-nav-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.slider-nav-item .demo-gallery {
  width: 50%;
  height: auto;
}

.slider-nav-item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slider-nav-item ul a {
  position: absolute;
  opacity: 0;
}

.slider-nav-item ul a:first-child {
  position: static;
  opacity: 1;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: auto;
  overflow: hidden;
  position: relative;
}

.slider-nav-item ul a:first-child img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 480px;
  width: 100%;
  border-radius: 30px;
}

.slider-nav-item ul a:first-child::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(../images/loop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
  cursor: pointer;
}

.slider-nav-item img {
  height: auto;
  width: 100%;
  border-radius: 20px;
}

.slider-nav-item-content {
  width: 45%;
}

.slider-nav-item-content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.slider-nav-item-content-button {
  width: 235px;
  height: 70px;
  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: 20px;
  background: #aa6c51;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  margin-right: 24px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
}

.slider-nav-item-content-button:hover {
  background: #753d24;
}

.slider-nav-item-content-button:nth-child(2) {
  margin-right: 0;
}

.slider-nav-item-content-title {
  font-size: 40px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 24px;
}

.slider-nav-item-content-title-mobile {
  font-size: 40px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 24px;
  display: none;
}

.slider-nav-item-content-title-dop {
  font-size: 20px;
  color: #313133;
  margin: 0;
  padding: 0;
  font-family: Calibri, sans-serif;
  margin-bottom: 40px;
  padding-left: 24px;
}

.slider-nav-item-content-desc {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
  font-family: Tahoma, sans-serif;
  line-height: 1.6em;
}

.slider-for .slick-list {
  overflow: visible;
}

.slider-for .slick-track {
  width: 100%;
}

.planer-menu.slick-initialized .slick-slide.slick-current {
  background: #753d24;
}

.planer-menu.slick-initialized .slick-slide {
  display: none;
}

.planer-menu.slick-initialized .slick-slide.ob-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.planer-menu-container .planer-menu-room.planer-menu-room {
  display: none;
}

.planer-menu-container .planer-menu-room.ob-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1770px) {
  .planer {
    overflow: hidden .planer -title;
  }
  .planer-menu-container {
    width: 48%;
  }
}

@media screen and (max-width: 1690px) {
  .planer {
    overflow: hidden .planer -title;
  }
  .planer-menu-item {
    width: 240px !important;
    margin-right: 20px;
  }
  .planer-menu-item:nth-child(3n) {
    margin-right: 20px;
  }
  .planer-menu-item:nth-child(2n) {
    margin-right: 0;
  }
  .planer-menu-container {
    width: 48%;
  }
}

@media screen and (max-width: 1230px) {
  .slider-nav-item-content-button {
    width: 200px;
  }
}

@media screen and (max-width: 1160px) {
  .plan-flat-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .planer .plan-flat-column {
    width: 100%;
    margin-bottom: 40px;
  }
  .slider-nav-item-content-desc {
    margin-top: 40px;
  }
  .slider-nav-item-content-title {
    display: none;
  }
  .slider-nav-item-content {
    width: 80%;
  }
  .slider-nav-item .demo-gallery {
    width: 90%;
    height: auto;
  }
  .slider-nav-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .slider-nav-item ul a {
    display: block;
  }
  .slider-nav-item img {
    height: auto;
    width: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.22);
            box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.22);
  }
  .slider-nav-item-content-title-dop {
    display: none;
  }
  .slider-nav-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .planer-menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .planer-menu-container {
    width: 100%;
  }
  .planer {
    overflow: hidden .planer -title;
  }
  .planer-menu-item {
    width: 240px !important;
    margin-right: 20px;
  }
  .planer-menu-item:nth-child(2n) {
    margin-right: 20px;
  }
  .planer-menu-item:nth-child(n) {
    margin-right: 20px;
  }
  .planer-menu-item:nth-child(3n) {
    margin-right: 0px;
  }
  .slider-nav-item-content-title-mobile {
    display: block;
    margin-bottom: 56px;
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  .planer-menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .planer-menu-container {
    width: 100%;
  }
  .planer {
    overflow: hidden;
  }
  .planer-menu-item {
    width: 240px !important;
    margin-right: 20px;
  }
  .planer-menu-item:nth-child(2n) {
    margin-right: 20px;
  }
  .planer-menu-item:nth-child(n) {
    margin-right: 20px;
  }
  .planer-menu-item:nth-child(3n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 600px) {
  .planer .floor-plan-container a:after {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  .slider-nav-item-content-title-mobile {
    font-size: 30px;
    text-align: center;
  }
  .planer-menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .planer-menu-container {
    width: 100%;
  }
  .planer {
    overflow: hidden;
  }
  .planer-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .planer-menu-item {
    width: 240px !important;
    margin-right: 10px;
  }
  .planer-menu-item:nth-child(n) {
    margin-right: 10px;
  }
  .planer-menu .slick-track {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 560px) {
  .object-dicuments .title-page {
    padding-left: 0;
  }
  .object-dicuments .title-page-sub {
    padding-left: 0;
  }
  .planer-title-sub {
    font-size: 20px;
  }
  .planer .container > h2 {
    font-size: 20px;
  }
  .planer .floor-plan h3 {
    font-size: 20px;
  }
  .object-pluses {
    margin-bottom: 20px;
  }
  .planer .button-prev {
    margin-left: 0;
    margin-right: 0;
  }
  .planer-menu-item {
    margin-left: 0;
    margin-right: 0;
  }
  .planer-menu-container .planer-menu-room {
    margin-left: 0;
    margin-right: 0;
  }
  .slider-nav-item-content-desc {
    font-size: 12px;
  }
  .slider-nav-item-content-button {
    width: 46%;
    font-size: 16px;
    margin-right: 12px;
  }
  .slider-nav-item-content {
    width: 100%;
  }
  .slider-nav-item .demo-gallery {
    width: 100%;
    height: auto;
  }
  .slider-nav-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .slider-nav-item ul a {
    display: block;
  }
  .slider-nav-item img {
    height: auto;
    width: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.22);
            box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.22);
  }
  .planer-menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .planer-menu-rooms {
    width: 100%;
  }
  .planer-menu-container .planer-menu-room {
    width: 100% !important;
  }
  .planer-menu-container {
    width: 100%;
  }
  .planer .button-prev {
    width: 100% !important;
  }
  .planer {
    overflow: hidden;
  }
  .planer-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .planer-menu-item {
    width: 100% !important;
    margin-right: 10px;
  }
  .planer-menu-item:nth-child(n) {
    margin-right: 0px;
  }
  .planer-menu .slick-track {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.date-object {
  padding-top: 50px;
  padding-bottom: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/banner-2.jpg);
  overflow: hidden;
}

.date-object .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.date-object-column-content {
  width: 50%;
}

.date-object-column-content .slick-list {
  overflow: visible !important;
}

.date-object-column-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.date-object-column-content-item-content {
  border-radius: 30px;
  background: #fed683;
  padding: 40px 30px;
  margin-bottom: 40px;
}

.date-object-column-content-item-content-title {
  font-size: 40px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.date-object-column-content-item-content-title-sub {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  padding-left: 20px;
  margin-bottom: 12px;
}

.date-object-column-content-item-content-desc {
  color: #000000;
  font-size: 14px;
  font-family: Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}

.date-object-column-content-item-title {
  font-size: 40px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-left: 50px;
}

.date-object-column-content-item-desc {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  padding-left: 50px;
  margin-bottom: 16px;
}

.date-object-column-navigation {
  width: 44%;
  margin-right: 80px;
}

.date-object-column-navigation .slick-track {
  width: 100% !important;
  margin: 0;
  padding: 0;
  -webkit-transform: none !important;
          transform: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow-y: auto;
  max-height: 1200px;
  padding-right: 60px;
  position: relative;
}

.date-object-column-navigation .slick-track::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  right: 5%;
  top: 0;
  background: #fed683;
}

.date-object-column-navigation .slick-track::-webkit-scrollbar {
  width: 20px;
  border-radius: 100px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  background-color: rgba(219, 219, 219, 0.5);
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.date-object-column-navigation .slick-track::-webkit-scrollbar-thumb {
  background: white;
  height: 60px;
  border-radius: 100px;
  background: #fed683;
}

.date-object-column-navigation .slick-track::-webkit-scrollbar-thumb {
  height: 50px;
}

.date-object-column-navigation-item {
  width: 390px !important;
  min-height: 160px;
  height: 160px;
  border-radius: 30px;
  margin-top: 14px;
  margin-bottom: 14px;
  background: #fed683;
  padding: 40px 45px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.date-object-column-navigation-item:hover {
  background: #aa6c51;
}

.date-object-column-navigation-item:hover .date-object-column-navigation-item-title {
  color: #fff;
}

.date-object-column-navigation-item:hover .date-object-column-navigation-item-title-sub {
  color: #fff;
}

.date-object-column-navigation-item-title {
  font-size: 40px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.date-object-column-navigation-item-title-sub {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.date-object .demo-gallery ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.date-object .demo-gallery ul li {
  position: absolute;
  opacity: 0;
}

.date-object .demo-gallery ul li:nth-child(1) {
  position: static;
  opacity: 1;
  margin-top: 20px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.24);
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.date-object .demo-gallery ul li:nth-child(1):hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.date-object .demo-gallery ul li:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(../images/loop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  cursor: pointer;
  overflow: hidden;
}

.date-object-dop-title {
  font-size: 40px;
  color: #313133;
  font-family: FranklinGothic-DemiCond, sans-serif;
  text-align: center;
  margin: 0;
  margin-top: 100px;
}

.date-object-dop-title-sub {
  font-size: 20px;
  color: #313133;
  font-family: Calibri, sans-serif;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 1400px) {
  .date-object-column-navigation {
    margin-right: 0;
    width: 50%;
  }
}

@media screen and (max-width: 1230px) {
  .date-object {
    display: none;
  }
  .dn1230 {
    display: none;
  }
}

.object-dicuments .title-page {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 10px;
  padding-left: 35px;
}

.object-dicuments .title-page-sub {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Calibri, sans-serif;
  font-weight: 400;
  margin-bottom: 60px;
  padding-left: 35px;
}

.object-dicuments .container-document {
  max-width: 1800px;
}

.object-map .documents-fidback-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.object-map-title {
  font-size: 40px;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  margin-top: 60px;
  color: #313133;
  margin-bottom: 15px;
  font-family: FranklinGothic-DemiCond, sans-serif;
}

.object-map-title-dop {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #313133;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  padding-left: 30px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.object-map-title-dop span {
  font-size: 0;
}

.object-map .documents-columns {
  width: 100%;
}

.object-map iframe {
  max-width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 1860px) {
  .object-map .container-document {
    max-width: 1800;
  }
  .object-map .documents-fidback-container {
    width: 100%;
  }
  .object-map .container-document-info {
    width: 90%;
  }
}

@media screen and (max-width: 1450px) {
  .object-map-title {
    text-align: center;
  }
  .object-map-title-dop {
    text-align: center;
    font-size: 0;
  }
  .object-map-title-dop span {
    font-size: 20px;
  }
  .documents-fidback-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 970px) {
  .object-map.documents-page .documents-fidback {
    max-width: 550px;
  }
  .documents-fidback-person-links {
    margin-top: 10px;
  }
  .object-map iframe {
    height: 480px;
  }
}

@media screen and (max-width: 820px) {
  .object-dicuments .title-page {
    padding-left: 0;
  }
  .object-dicuments .title-page-sub {
    padding-left: 0;
  }
  .object-map-title {
    padding-left: 0;
  }
  .object-map-title-dop span {
    padding-left: 0;
  }
  .object-map iframe {
    height: 400px;
  }
}

@media screen and (max-width: 600px) {
  .object-map iframe {
    height: 300px;
  }
}

.page-teg {
  display: block;
  height: 100px;
  border-radius: 20px;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.page-teg:hover {
  background: #fed683;
}

.page-teg h3 {
  font-size: 18px;
  color: #000;
  font-family: Calibri, sans-serif;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-teg img {
  height: 100%;
  width: auto;
  margin-left: 20px;
}

.page-tegs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-tegs .container {
  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;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .page-teg {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .page-teg h3 {
    font-size: 14px;
  }
  .page-teg img {
    width: 30%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 820px) {
  .object-map-title {
    padding-left: 0;
  }
  .object-map-title-dop span {
    padding-left: 0;
  }
}



.parkovka a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}