html {
  font-size: 10px;
}

body {
  font-family: Sen, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  overflow-x: hidden;
  padding-top: 10.4rem;
}

@keyframes animation-daruma {
  0%   { margin-top: -1rem; }
  50%  { margin-top: 1rem; }
  100% { margin-top: -1rem; }
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-block {
  position: fixed;
  height: 10.4rem;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFF;
  box-shadow: 0 0 .6rem 0 rgba(0, 0, 0, .4);
}
.header {
  height: 100%;
  padding: 0 10rem;
}
.header-languages-block {
  float: right;
  height: 10.4rem;
  margin-left: 2rem;
}
.header-languages {
  line-height: 10.4rem;
  font-size: 0;
  white-space: nowrap;
}
.header-language {
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
}
.header-language:after {
  content: '/';
  font-size: 1.8rem;
}
.header-language:last-child:after {
  display: none;
}
.header-language > a {
  font-size: 1.8rem;
  color: #1B421C;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s all ease-in-out;
}
.header-language > a:hover {
  color: #168336;
}
.header-language.active > a {
  font-weight: 700;
}
.header-hamburger-block {
  display: none;
}
.header-hamburger {}
.header-logo-block {
  float: left;
  line-height: 10.4rem;
}
.header-logo {
  height: 6.8rem;
  vertical-align: middle;
}
.header-menu-block {
  float: right;
}
.header-menu {
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.header-menu > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 10.4rem;
}
.header-menu > li > a {
  display: block;
  padding: 0 1.5rem;
  font-size: 1.7rem;
  line-height: 10.4rem;
  color: #1B421C;
  text-decoration: none;
  transition: .2s all ease-in-out;
  background: #FFF;
  position: relative;
  z-index: 2;
}
.header-menu > li.header-submenu-parent > a {}
.header-menu > li.header-submenu-parent > a:after {
  content: '';
  display: inline-block;
  width: 1.6rem;
  height: 1.1rem;
  vertical-align: middle;
  margin-left: 1rem;
  background: url(/Images/arrow-down.svg) no-repeat center / contain;
}
.header-menu > li > a:hover {
  color: #168336;
}
.header-menu > li > a.active {
  color: #168336;
  font-weight: 600;
}
.header-menu > li > a.header-menu-button {
  font-size: 1.8rem;
  height: 4.2rem;
  line-height: 4.2rem;
  display: inline-block;
  color: #FFF;
  background: #155226;
  text-decoration: none;
  padding-left: 2.5rem;
  position: relative;
  vertical-align: middle;
  margin-right: 2rem;
  margin-left: .5rem;
  transition: .2s all ease-in-out;
  padding-right: 2rem;
}
.header-menu > li > a.header-menu-button:hover {
  background: #168336;
}
.header-menu > li > a.header-menu-button:before {
  content: '';
  position: absolute;
  width: 2.9rem;
  height: 2.9rem;
  transform-origin: center;
  transform: translate(50%, -50%) rotate(45deg);
  right: 0;
  top: 50%;
  background: #155226;
  transition: .2s all ease-in-out;
  z-index: 1;
}
.header-menu > li > a.header-menu-button:hover:before {
  background: #168336;
}
.header-menu > li > a.header-menu-button:after {
  content: '';
  transform: translate(0, -50%);
  z-index: 2;
  position: absolute;
  width: 1.9rem;
  height: 2.9rem;
  background: url(/Images/arrow-right-white.svg) no-repeat center / contain;
  top: 50%;
  right: -.5rem;
}
.header-submenu-parent {}
.header-submenu-block {
  background: #FFF;
  position: absolute;
  min-width: 100%;
  max-width: 27.6rem;
  box-sizing: border-box;
  box-shadow: 0 0 .6rem rgba(0, 0, 0, .4);
  z-index: 1;
  overflow: hidden;
  max-height: 0;
  transition: .4s opacity ease-in-out, 0s max-height linear .4s;
  opacity: 0;
}
.header-menu > li:hover > .header-submenu-block {
  max-height: 9999rem;
  transition: .4s opacity ease-in-out, 0s max-height linear 0s;
  opacity: 1;
}
.header-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-submenu > li {
  line-height: normal;
}
.header-submenu > li > a {
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 2.2rem;
  display: block;
  padding: 1.1rem 1.6rem;
  background: transparent;
  color: #000;
  transition: .2s all ease-in-out;
  white-space: normal;
}
.header-submenu > li > a:hover {
  color: #168336;
  background: #E4E4E6;
}

.slider-block {
  width: 100%;
  height: calc(100vh - 10.4rem);
  position: relative;
  overflow: hidden;
}
.slider {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.slider-box {
  width: 100%;
  height: 100%;
  background: none no-repeat center / cover;
}
.slider-backgrounds {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.slider-background-1 {
  background: rgba(21, 82, 38, .4);
  position: absolute;
  width: 130%;
  left: -300%;
  top: 0;
  height: 100%;
  transform: skew(-20deg, 0);
  transition: .8s left ease-out 1.5s;
}
.slider-background-2 {
  background: rgba(21, 82, 38, .4);
  position: absolute;
  width: 120%;
  left: -300%;
  top: 0;
  height: 100%;
  transform: skew(-20deg, 0);
  transition: .8s left ease-out 1.3s;
}
.slider-background-3 {
  background: rgba(21, 82, 38, .6);
  position: absolute;
  width: 110%;
  left: -300%;
  top: 0;
  height: 100%;
  transform: skew(-20deg, 0);
  transition: .8s left ease-out 1.1s;
}
.slider-block:hover .slider-background-1 {
  left: -50%;
  transition: .8s left ease-out;
}
.slider-block:hover .slider-background-2 {
  left: -50%;
  transition: .8s left ease-out .2s;
}
.slider-block:hover .slider-background-3 {
  left: -50%;
  transition: .8s left ease-out .4s;
}
.slider-info {
  position: absolute;
  z-index: 2;
  left: 14rem;
  top: 50%;
  transform: translate(0, -50%);
  color: #FFF;
}
.slider-info-subtitle {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  opacity: 0;
  transition: .6s opacity ease-in-out .5s;
}
.slider-block:hover .slider-info-subtitle {
  opacity: 1;
  transition: .6s opacity ease-in-out 1s;
}
.slider-info-title {
  margin: 0 0 4rem;
  font-size: 6.6rem;
  font-weight: 400;
  line-height: 7rem;
  opacity: 0;
  transition: .6s opacity ease-in-out .3s;
}
.slider-block:hover .slider-info-title {
  opacity: 1;
  transition: .6s opacity ease-in-out 1.2s;
}
.slider-info-line {
  height: 1px;
  background: #FFF;
  margin-bottom: 4rem;
  opacity: 0;
  transition: .6s opacity ease-in-out .1s;
}
.slider-block:hover .slider-info-line {
  opacity: 1;
  transition: .6s opacity ease-in-out 1.4s;
}
.slider-scrolldown-block {
  opacity: 0;
  transition: .6s opacity ease-in-out;
}
.slider-block:hover .slider-scrolldown-block {
  opacity: 1;
  transition: .6s opacity ease-in-out 1.5s;
}
.slider-scrolldown {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.slider-scrolldown-title {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.slider-scrolldown-arrow-block {
  width: 4.2rem;
  height: 3.6rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  overflow: hidden;
}
.slider-scrolldown-arrow-block:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 4.2rem;
  height: 1.6rem;
  top: 0;
  left: 0;
  background: #FFF;
  transition: .2s all ease-in-out;
  box-sizing: border-box;
  border: 1px solid #FFF;
  border-bottom: none;
}
.slider-scrolldown:hover .slider-scrolldown-arrow-block:before {
  background: #155226;
}
.slider-scrolldown-arrow-block:after {
  content: '';
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  width: 2.9rem;
  height: 2.9rem;
  background: #FFF;
  bottom: -.9rem;
  transition: .2s all ease-in-out;
  box-sizing: border-box;
  border: 1px solid #FFF;
}
.slider-scrolldown:hover .slider-scrolldown-arrow-block:after {
  background: #155226;
}
.slider-scrolldown-arrow {
  position: absolute;
  z-index: 3;
  background: url(/Images/arrow-down.svg) no-repeat center / contain;
  width: 1.6rem;
  height: 1.1rem;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 1.1rem;
  transition: .2s all ease-in-out;
}
.slider-scrolldown:hover .slider-scrolldown-arrow {
  background-image: url(/Images/arrow-down-white.svg);
}
.slider-video-block {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 28.125% 50%;
  transform: translate(0, -50%);
  box-sizing: border-box;
}
.slider-video-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-video {
  width: 100%;
  height: 100%;
}

.listbox-block {
  position: relative;
  padding: 10rem 10rem 8.5rem;
}
.listbox-daruma-icon {
  content: '';
  width: 1.8rem;
  height: 2.4rem;
  background: url(/Images/header-icon.svg) no-repeat center / contain;
  position: absolute;
  left: 10.5rem;
  top: 6.5rem;
  animation-name: animation-daruma;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.listbox {}
.listbox:after {
  content: '';
  clear: both;
  display: block;
}
.listbox-info {
  width: 43rem;
  float: left;
  padding-right: 5.6rem;
  box-sizing: border-box;
}
.listbox-info-title {
  margin: 0 0 3rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 5rem;
  color: #155226;
}
.listbox-info-info {
  font-size: 1.8rem;
  margin-bottom: 5rem;
  line-height: 3rem;
}
.listbox-info-link-block {}
.listbox-info-link {
  font-size: 1.8rem;
  height: 5.5rem;
  line-height: 5.5rem;
  display: inline-block;
  color: #FFF;
  background: #155226;
  text-decoration: none;
  padding-left: 5rem;
  padding-right: 4.5rem;
  position: relative;
  vertical-align: top;
  transition: .2s all ease-in-out;
}
.listbox-info-link:hover {
  background: #168336;
}
.listbox-info-link:before {
  content: '';
  background: #155226;
  position: absolute;
  transform-origin: center;
  transform: translate(50%, -50%) rotate(45deg);
  width: 3.8rem;
  height: 3.9rem;
  right: 0;
  top: 50%;
  z-index: 1;
  transition: .2s all ease-in-out;
}
.listbox-info-link:hover:before {
  background: #168336;
}
.listbox-info-link:after {
  content: '';
  transform: translate(0, -50%);
  z-index: 2;
  position: absolute;
  width: 2.3rem;
  height: 3.5rem;
  background: url(/Images/arrow-right-white.svg) no-repeat center / contain;
  top: 50%;
  right: -.5rem;
}
.listbox-box {
  margin-left: 43rem;
  position: relative;
}
.listbox-overflow {
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 4rem;
  font-size: 0;
}
.listbox-single-add {
  background: #155226;
  color: #FFF;
  transition: .2s all ease-in-out;
  text-align: center;
  cursor: pointer;
  font-size: 2.4rem;
  padding: .6rem 0;
  margin-top: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.3rem;
}
.listbox-single-add:hover {
  background: #168336;
}
.listbox-single {
  margin-right: 4.2rem;
  width: calc(33.3333% - 4.2rem);
  vertical-align: top;
  white-space: normal;
  display: inline-block;
}
.listbox-single:last-child {
  margin: 0;
}
.listbox-image {
  padding: 33.3% 50%;
  background: none no-repeat center / cover;
  margin-bottom: 2.5rem;
}
.listbox-title {
  margin: 0 0 1rem;
  color: #155226;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.7rem;
  min-height: 7.4rem;
}
.listbox-text {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  min-height: 12rem;
}
.listbox-link-block {}
.listbox-link {
  display: inline-block;
  color: #155226;
  line-height: 4rem;
  height: 4rem;
  text-decoration: none;
  border: 1px solid #155226;
  padding: 0 3rem 0 2.5rem;
  font-size: 1.8rem;
  position: relative;
  transition: .2s all ease-in-out;
  background: #FFF;
  vertical-align: top;
}
.listbox-link:hover {
  background: #155226;
  color: #FFF;
}
.listbox-link:before {
  content: '';
  position: absolute;
  width: 2.9rem;
  height: 2.9rem;
  transform-origin: center;
  transform: translate(50%, -50%) rotate(45deg);
  right: 0;
  top: 50%;
  background: #FFF;
  border-top: 1px solid #155226;
  border-right: 1px solid #155226;
  transition: .2s all ease-in-out;
  z-index: 1;
}
.listbox-link:hover:before {
  background: #155226;
}
.listbox-link:after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: 1.7rem;
  background: url(/Images/arrow-right.svg) no-repeat center / contain;
  top: 50%;
  right: -.7rem;
  transition: .2s all ease-in-out;
  transform: translate(0, -50%);
  z-index: 2;
}
.listbox-link:hover:after {
  background-image: url(/Images/arrow-right-white.svg);
}
.listbox-nav-block {
  position: absolute;
  left: 50%;
  bottom: -4.5rem;
  transform: translate(-50%, 0);
}
.listbox-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}
.listbox-nav-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  display: none;
}
.listbox-nav > li {
  width: 1.8rem;
  height: 1.8rem;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #155226;
  transition: .2s all ease-in-out;
  border-radius: 50%;
  margin: 0 .6rem;
  display: inline-block;
  vertical-align: middle;
}
.listbox-nav > li:hover,
.listbox-nav > li.active {
  background: #155226;
}
.listbox-nav-mobile > li {
  width: 1.8rem;
  height: 1.8rem;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #155226;
  transition: .2s all ease-in-out;
  border-radius: 50%;
  margin: 0 .6rem;
  vertical-align: middle;
  display: inline-block;
}
.listbox-nav-mobile > li.active {
  background: #155226;
}

.box-block {
  background: #155226;
  position: relative;
}
.box-daruma-icon {
  content: '';
  width: 1.8rem;
  height: 2.4rem;
  background: url(/Images/header-icon-white.svg) no-repeat center / contain;
  position: absolute;
  left: 10.5rem;
  top: 6rem;
  animation-name: animation-daruma;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.box {}
.box-image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 0;
  background: none no-repeat center / cover;
  overflow: hidden;
}
.box-image:before {
  content: '';
  position: absolute;
  width: 7.5rem;
  height: 7.5rem;
  background: #155226;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 12.5rem;
  left: 0;
}
.box-image-inner {
  width: 100%;
  display: none;
}
.box-info-block {
  color: #FFF;
  width: 50%;
  box-sizing: border-box;
  padding: 9.5rem 12% 9.5rem 10rem;
}
.box-title {
  margin: 0 0 3rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 5rem;
}
.box-info {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 4.5rem;
  text-align: justify;
}
.box-link-block {}
.box-link {
  font-size: 1.8rem;
  height: 5.6rem;
  line-height: 5.6rem;
  display: inline-block;
  color: #FFF;
  background: #155226;
  text-decoration: none;
  padding-left: 5rem;
  padding-right: 4.5rem;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #FFF;
  transition: .2s all ease-in-out;
}
.box-link:hover {
  color: #155226;
  background: #FFF;
}
.box-link:before {
  content: '';
  background: #155226;
  position: absolute;
  transform-origin: center;
  transform: translate(50%, -50%) rotate(45deg);
  width: 4rem;
  height: 4rem;
  right: 0;
  top: 50%;
  z-index: 1;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
  transition: .2s all ease-in-out;
}
.box-link:hover:before {
  background: #FFF;
}
.box-link:after {
  content: '';
  transform: translate(0, -50%);
  z-index: 2;
  position: absolute;
  width: 2.3rem;
  height: 3.5rem;
  background: url(/Images/arrow-right-white.svg) no-repeat center / contain;
  top: 50%;
  right: -.5rem;
  transition: .2s all ease-in-out;
}
.box-link:hover:after {
  background-image: url(/Images/arrow-right.svg);
}
.box-link-2-block {
  position: relative;
  display: inline-block;
}
.box-link-2-block:before {
  content: '';
  position: absolute;
  height: 4.2rem;
  width: 3.5rem;
  right: 2.1rem;
  border: 1px solid #FFF;
  border-right: none;
  box-sizing: border-box;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: .2rem 0 0 .2rem;
  z-index: 2;
  background: #155226;
  transition: .2s all ease-in-out;
  display: none;
}
.box-link-2-block:hover:before {
  background-color: #FFF;
}
.box-link-2-block:after {
  content: '';
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 3rem;
  height: 3rem;
  position: absolute;
  transform: translate(0, -50%) rotate(-45deg);
  top: 50%;
  right: 0.6rem;
  box-sizing: border-box;
  z-index: 1;
  background: #155226;
  transition: .2s all ease-in-out;
  display: none;
}
.box-link-2-block:hover:after {
  background-color: #FFF;
}
.box-link-2 {
  /*
    color: #FFF;
    text-decoration: none;
    font-size: 3rem;
    line-height: 4.2rem;
    display: inline-block;
    padding-right: 7.1rem;
    position: relative;
    z-index: 10;
  */
  font-size: 1.8rem;
  height: 5.6rem;
  line-height: 5.6rem;
  display: inline-block;
  color: #FFF;
  background: #155226;
  text-decoration: none;
  padding-left: 5rem;
  padding-right: 4.5rem;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #FFF;
  transition: .2s all ease-in-out;
}
.box-link-2:hover {
  color: #155226;
  background: #FFF;
}
.box-link-2:before {
  content: '';
  background: #155226;
  position: absolute;
  transform-origin: center;
  transform: translate(50%, -50%) rotate(45deg);
  width: 4rem;
  height: 4rem;
  right: 0;
  top: 50%;
  z-index: 1;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
  transition: .2s all ease-in-out;
}
.box-link-2:hover:before {
  background: #FFF;
}
.box-link-2:after {
  content: '';
  transform: translate(0, -50%);
  z-index: 2;
  position: absolute;
  width: 2.3rem;
  height: 3.5rem;
  background: url(/Images/arrow-right-white.svg) no-repeat center / contain;
  top: 50%;
  right: -.5rem;
  transition: .2s all ease-in-out;
  /*
    background: url(/Images/arrow-right-white.svg) no-repeat center / contain;
    width: 1rem;
    height: 1.4rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 2.8rem;
    transition: .2s all ease-in-out;
  */
}
.box-link-2:hover:after {
  background-image: url(/Images/arrow-right.svg);
}

.investments-block {}
.investments {}
.investments-header {
  padding: 5.4rem 10rem 0;
  background: #e7e7e7;
}
.investments-header:after {
  content: '';
  clear: both;
  display: block;
}
.investments-header-title {
  margin: 0;
  color: #155226;
  white-space: nowrap;
  float: left;
  font-size: 4rem;
  font-weight: 400;
}
.investments-header-link-block {
  float: right;
}
.investments-header-link {
  font-size: 1.8rem;
  height: 5.5rem;
  line-height: 5.5rem;
  display: inline-block;
  color: #FFF;
  background: #155226;
  text-decoration: none;
  padding-left: 5rem;
  padding-right: 4.5rem;
  position: relative;
  vertical-align: top;
  transition: .2s all ease-in-out;
}
.investments-header-link:hover {
  background: #168336;
}
.investments-header-link:before {
  content: '';
  background: #155226;
  position: absolute;
  transform-origin: center;
  transform: translate(50%, -50%) rotate(45deg);
  width: 3.8rem;
  height: 3.9rem;
  right: 0;
  top: 50%;
  z-index: 1;
  transition: .2s all ease-in-out;
}
.investments-header-link:hover:before {
  background: #168336;
}
.investments-header-link:after {
  content: '';
  transform: translate(0, -50%);
  z-index: 2;
  position: absolute;
  width: 2.3rem;
  height: 3.5rem;
  background: url(/Images/arrow-right-white.svg) no-repeat center / contain;
  top: 50%;
  right: -.5rem;
}
.investments-body {}
.investments-row {
  padding: 8rem 10rem 7rem;
  background: #E7E7E7;
}
.investments-row:first-child {
  padding-top: 5.6rem;
}
.investments-row:nth-child(2n) {
  background: #FFF;
}
.investments-row:after {
  content: '';
  clear: both;
  display: block;
}
.investments-single {
  margin-right: 4rem;
  width: calc(25% - 3rem);
  float: left;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, .4);
  transition: .4s opacity ease-in-out;
}
.investments-single:last-child {
  margin: 0;
}
.investments-link {
  color: #000;
  display: block;
  text-decoration: none;
  background: #FFF url(/Images/arrow-right.svg) no-repeat;
  background-size: 1.1rem;
  background-position: calc(100% - 2rem) calc(100% - 1.2rem);
  transition: .4s all ease-in-out;
}
.investments-link:hover {
  background-color: #155226;
  background-image: url(/Images/arrow-right-white.svg);
}
.investments-image {
  position: relative;
  padding: 21.9% 50%;
  overflow: hidden;
  background: none no-repeat center / cover;
}
.investments-image-inner {
  width: 100%;
  display: none;
}
.investments-status {
  position: absolute;
  width: 13rem;
  height: 11rem;
  background: #272D27;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  top: -5rem;
  left: 0;
  padding-top: 6.5rem;
  font-size: 1.8rem;
  border-radius: 50%;
}
.investments-status-1 {
  background: #F99807;
}
.investments-info-block {
  padding: 2.5rem;
  height: 11.8rem;
  overflow: hidden;
}
.investments-title {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  min-height: 4.8rem;
  overflow: hidden;
  color: #155226;
  transition: .4s all ease-in-out;
}
.investments-link:hover .investments-title {
  color: #FFF;
}
.investments-info {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  min-height: 6rem;
  overflow: hidden;
  transition: .4s all ease-in-out;
  color: #000;
}
.investments-link:hover .investments-info {
  color: #FFF;
}

.apartments-block {}
.apartments {
  padding: 5.5rem 10rem 10rem;
}
.apartments-header {
  margin-bottom: 5.6rem;
}
.apartments-header:after {
  content: '';
  clear: both;
  display: block;
}
.apartments-header-title {
  float: left;
  white-space: nowrap;
  line-height: 5.5rem;
  font-size: 4rem;
  font-weight: 400;
  color: #155226;
  margin: 0;
}
.apartments-header-link-block {
  float: right;
}
.apartments-header-link {
  font-size: 1.8rem;
  height: 5.5rem;
  line-height: 5.5rem;
  display: inline-block;
  color: #FFF;
  background: #155226;
  text-decoration: none;
  padding-left: 5rem;
  padding-right: 4.5rem;
  position: relative;
  vertical-align: top;
  transition: .2s all ease-in-out;
}
.apartments-header-link:hover {
  background: #168336;
}
.apartments-header-link:before {
  content: '';
  background: #155226;
  position: absolute;
  transform-origin: center;
  transform: translate(50%, -50%) rotate(45deg);
  width: 3.8rem;
  height: 3.9rem;
  right: 0;
  top: 50%;
  z-index: 1;
  transition: .2s all ease-in-out;
}
.apartments-header-link:hover:before {
  background: #168336;
}
.apartments-header-link:after {
  content: '';
  transform: translate(0, -50%);
  z-index: 2;
  position: absolute;
  width: 2.3rem;
  height: 3.5rem;
  background: url(/Images/arrow-right-white.svg) no-repeat center / contain;
  top: 50%;
  right: -.5rem;
}
.apartments-body {}
.apartments-body:after {
  content: '';
  clear: both;
  display: block;
}
.apartments-single {
  width: calc(50% - 5.6rem);
  margin-right: 11.2rem;
  float: left;
  margin-bottom: 6rem;
  overflow: hidden;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, .3);
  transition: .4s opacity ease-in-out;
}
.apartments-single:nth-child(2n) {
  margin-right: 0;
}
.apartments-single:nth-last-child(1),
.apartments-single:nth-last-child(2) {
  margin-bottom: 0;
}
.apartments-link {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  background: #E7E7E7;
  transition: .4s all ease-in-out;
}
.apartments-link:hover {
  background: #155226;
}
.apartments-image {
  background: none no-repeat center / cover;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.apartments-image-inner {
  width: 100%;
  display: none;
}
.apartments-info-block {
  width: 50%;
  box-sizing: border-box;
  padding: 10rem 2.5rem 2.5rem;
  height: 34.5rem;
  background: url(/Images/arrow-right.svg) no-repeat;
  background-size: 1.1rem;
  background-position: calc(100% - 2rem) calc(100% - 1.2rem);
  transition: .4s all ease-in-out;
  overflow: hidden;
}
.apartments-link:hover .apartments-info-block {
  background-image: url(/Images/arrow-right-white.svg);
}
.apartments-title {
  margin: 0 0 1rem;
  line-height: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #155226;
  transition: .4s all ease-in-out;
  min-height: 3rem;
}
.apartments-link:hover .apartments-title {
  color: #FFF;
}
.apartments-status {
  position: absolute;
  width: 13rem;
  height: 11rem;
  background: #272D27;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  top: -5rem;
  left: 0;
  padding-top: 6.5rem;
  font-size: 1.8rem;
  border-radius: 50%;
}
.apartments-status-1 {
  background: #F99807;
}
.apartments-info {
  line-height: 3rem;
  font-size: 1.8rem;
  transition: .4s all ease-in-out;
  color: #000;
  min-height: 12rem;
}
.apartments-link:hover .apartments-info {
  color: #FFF;
}

.footer-block {
  background: #155226;
  color: #FFF;
  padding: 7rem 22rem;
}
.footer {}
.footer-box {
  margin-bottom: 3.5rem;
}
.footer-box:after {
  content: '';
  clear: both;
  display: block;
}
.footer-logo-block {
  margin-top: -1.5rem;
  float: left;
}
.footer-logo {
  height: 3.8rem;
}
.footer-info {
  float: left;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-left: 6rem;
}
.footer-info a {
  color: #FFF;
}
.footer-info a:hover {
  text-decoration: none;
}
.footer-phones {
  float: left;
  margin-left: 9rem;
}
.footer-phone-add {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: transparent;
  transition: .2s all ease-in-out;
  border: 1px solid #FFF;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 2rem;
  border-radius: .3rem;
  color: #FFF;
}
.footer-phone-add:hover {
  color: #155226;
  background: #FFF;
}
.footer-phones > a {
  color: #FFF;
  text-decoration: none;
  line-height: 3rem;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
  position: relative;
}
.footer-phones > a:first-child {
  margin-left: 0;
}
.footer-phones > a:before {
  content: '';
  width: .5rem;
  height: .5rem;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -1.3rem;
}
.footer-phones > a:first-child:before {
  display: none;
}
.footer-phones > a:hover {
  text-decoration: underline;
}
.footer-list-right {
  float: right;
  white-space: nowrap;
  font-size: 0;
}
.footer-list-block {
  margin-left: 2rem;
  display: inline-block;
  vertical-align: top;
}
.footer-list-block:first-child {
  margin-left: 0;
}
.footer-list {
  padding-left: 4rem;
  margin: 0;
}
.footer-list > li {
  line-height: 2rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.footer-list > li:last-child {
  margin-bottom: 0;
}
.footer-list > li.footer-list-add {
  width: 12rem;
  height: 3rem;
  line-height: 3rem;
  background: transparent;
  transition: .2s all ease-in-out;
  border: 1px solid #FFF;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 2rem;
  border-radius: .3rem;
  color: #FFF;
}
.footer-list > li.footer-list-add:hover {
  color: #155226;
  background: #FFF;
}
.footer-author-block {
  padding: 1.4rem 0;
  border-top: 1px solid #FFF;
}
.footer-author-block:after {
  content: '';
  clear: both;
  display: block;
}
.footer-copyright {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  float: left;
}
.footer-author {
  float: right;
}
.footer-author > a {
  color: #FFF;
  text-decoration: none;
}
.footer-author > a:hover {
  text-decoration: underline;
}

.info-block {
  padding: 10rem 12rem 7rem 22rem;
}
.info {}
.info:after {
  content: '';
  display: block;
  clear: both;
}
.info-col {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 10rem;
}
.info-title-block {
  margin-bottom: 3rem;
}
.info-title {
  font-size: 4rem;
  font-weight: 400;
  color: #155226;
  line-height: 5.5rem;
  margin: 0;
}
.info-text {
  font-size: 1.8rem;
  line-height: 3rem;
}
.info-text a {
  color: #000;
}
.info-text a:hover {
  text-decoration: none;
}

.gallery-block {
  background: #E7E7E7;
  margin-bottom: 6rem;
}
.gallery {}
.gallery-header {
  padding: 6rem 10rem;
}
.gallery-header:after {
  content: '';
  clear: both;
  display: block;
}
.gallery-header-title {
  font-size: 4rem;
  font-weight: 400;
  color: #155226;
  line-height: 5.5rem;
  margin: 0;
  float: left;
}
.gallery-nav {
  float: right;
  width: 17rem;
  height: 5.5rem;
  position: relative;
}
.gallery-nav:before {
  content: '';
  background: #272D27;
  height: 1px;
  width: 7.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.gallery-nav-left {
  width: 5.5rem;
  height: 5.5rem;
  cursor: pointer;
  float: left;
  transition: .2s all ease-in-out;
  background: url(/Images/arrow-left-black.svg) no-repeat center;
  background-size: 1.3rem;
  position: relative;
  z-index: 2;
}
.gallery-nav-left:hover {
  background-image: url(/Images/arrow-left.svg);
}
.gallery-nav-right {
  width: 5.5rem;
  height: 5.5rem;
  cursor: pointer;
  float: right;
  transition: .2s all ease-in-out;
  background: url(/Images/arrow-right-black.svg) no-repeat center;
  background-size: 1.3rem;
  position: relative;
  z-index: 2;
}
.gallery-nav-right:hover {
  background-image: url(/Images/arrow-right.svg);
}
.gallery-body {
  padding: 0 10rem 5rem;
}
.gallery-box {
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}
.gallery-box:empty {
  padding-top: 20%;
  cursor: pointer;
  position: relative;
}
.gallery-box:empty:before {
  content: 'Galleria';
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  transform: translate(-50%, -50%);
}
.gallery-image {
  margin-right: 5.1rem;
  width: calc(33.3333% - 3.4rem);
  padding-top: 27%;
  display: inline-block;
  vertical-align: top;
  background: none no-repeat center / cover;
}
.gallery-image:last-child {
  margin-right: 0;
}
.gallery-scroll-box {
  height: 1.4rem;
  background: #155226;
  position: relative;
}
.gallery-scroll {
  background: #168336;
  position: absolute;
  height: 100%;
}

.contact-block {
  background: #DFDFDF;
}
.contact {
  padding: 13rem 22rem 14rem;
}
.contact-title-block {
  margin-bottom: 2.5rem;
}
.contact-title {
  font-size: 4rem;
  font-weight: 400;
  color: #155226;
  line-height: 5.5rem;
  margin: 0;
}
.contact-form-block {}
.contact-form {
  display: block;
}
.contact-form:after {
  content: '';
  clear: both;
  display: block;
}
.contact-left {
  width: 55%;
  float: left;
}
.contact-row {
  margin-bottom: 1.7rem;
}
.contact-row:after {
  content: '';
  clear: both;
  display: block;
}
.contact-col {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.contact-col:first-child {
  padding-right: 3rem;
}
.contact-col:last-child {
  padding-left: 3rem;
}
.contact-label-box {}
.contact-label {
  line-height: 3.7rem;
  font-size: 1.8rem;
}
.contact-label-input {
  padding: 0 1.5rem;
  line-height: 4.7rem;
  height: 4.7rem;
  border: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-size: 1.6rem;
}
.contact-textarea-block {}
.contact-textarea-box {}
.contact-textarea-label {
  font-size: 1.8rem;
  line-height: 3.7rem;
}
.contact-textarea {
  padding: 1rem 1.5rem;
  line-height: 2.2rem;
  height: 14.8rem;
  border: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  resize: none;
  font-size: 1.6rem;
}
.contact-right {
  width: 45%;
  float: right;
  box-sizing: border-box;
  padding-left: 6rem;
  padding-top: 3.7rem;
}
.contact-checkboxes {
  margin-bottom: 3rem;
}
.contact-checkbox-block {
  display: block;
  margin-bottom: 2rem;
}
.contact-checkbox-block:after {
  content: '';
  clear: both;
  display: block;
}
.contact-checkbox-box {
  width: 2.2rem;
  height: 2.2rem;
  position: relative;
  float: left;
}
.contact-checkbox-input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
}
.contact-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #FFF;
  transition: .2s all ease-in-out;
}
.contact-checkbox-block:hover .contact-checkbox {
  background: #155226;
}
.contact-checkbox:before {
  content: '';
  transition: .2s all ease-in-out;
  position: absolute;
  width: .3rem;
  height: 0.7rem;
  background: #000;
  border-radius: .2rem;
  transform: rotate(-40deg);
  top: 0.8rem;
  left: 0.5rem;
  opacity: 0;
}
.contact-checkbox-input:checked + .contact-checkbox:before {
  opacity: 1;
}
.contact-checkbox-block:hover .contact-checkbox:before {
  background: #FFF;
}
.contact-checkbox:after {
  content: '';
  transition: .2s all ease-in-out;
  position: absolute;
  width: .3rem;
  height: 1.4rem;
  background: #000;
  border-radius: .2rem;
  transform: rotate(50deg);
  top: 0.4rem;
  left: 1.2rem;
  opacity: 0;
}
.contact-checkbox-input:checked + .contact-checkbox:after {
  opacity: 1;
}
.contact-checkbox-block:hover .contact-checkbox:after {
  background: #FFF;
}
.contact-checkbox-label {
  margin-left: 3.2rem;
  line-height: 1.9rem;
  color: #707070;
  text-align: justify;
}
.contact-info {
  padding-left: 3.2rem;
  margin-bottom: 5rem;
}
.contact-submit-block {
  padding-left: 3.2rem;
}
.contact-submit {
  font-size: 1.8rem;
  height: 5.5rem;
  line-height: 5.5rem;
  display: inline-block;
  color: #FFF;
  background: #155226;
  text-decoration: none;
  padding-left: 5rem;
  padding-right: 4.5rem;
  position: relative;
  vertical-align: top;
  transition: .2s all ease-in-out;
  border: none;
  cursor: pointer;
  opacity: 1;
}
.contact-submit:hover {
  background: #168336;
}
.contact-submit:before {
  content: '';
  background: #155226;
  position: absolute;
  transform-origin: center;
  transform: translate(50%, -50%) rotate(45deg);
  width: 3.8rem;
  height: 3.9rem;
  right: 0;
  top: 50%;
  z-index: 1;
  transition: .2s all ease-in-out;
}
.contact-submit:hover:before {
  background: #168336;
}
.contact-submit:after {
  content: '';
  transform: translate(0, -50%);
  z-index: 2;
  position: absolute;
  width: 2.3rem;
  height: 3.5rem;
  background: url(/Images/arrow-right-white.svg) no-repeat center / contain;
  top: 50%;
  right: -.5rem;
}
.contact-submit:disabled {
  cursor: default;
  opacity: .6;
  background: #155226;
}
.contact-submit:disabled:before {
  background: #155226;
}

.map-block {
  background: #168336;
}
.map {
  position: relative;
}
.map-info-block {
  width: 53rem;
  box-sizing: border-box;
  padding: 10rem 15rem 8rem 10rem;
}
.map-title-block {
  margin-bottom: 5rem;
}
.map-title {
  font-size: 4rem;
  font-weight: 400;
  color: #FFF;
  line-height: 5.5rem;
  margin: 0;
}
.map-logo-block {
  margin-bottom: 1.5rem;
}
.map-logo {
  height: 5.5rem;
}
.map-info {
  color: #FFF;
  font-size: 1.8rem;
  line-height: 3rem;
}
.map-info a {
  color: #FFF;
  text-decoration: none;
}
.map-info a:hover {
  text-decoration: underline;
}
.map-box {
  position: absolute;
  left: 53rem;
  right: 0;
  top: 0;
  bottom: 0;
}
.map-iframe {
  border: none;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.search-block {
  background: #DFDFDF;
}
.search {
  padding: 6rem 27rem 12.7rem;
}
.search-title-block {
  margin-bottom: 6rem;
}
.search-title {
  font-size: 4rem;
  font-weight: 400;
  color: #155226;
  line-height: 5.5rem;
  margin: 0;
}
.search-form-block {}
.search-form {
  display: block;
}
.search-form:after {
  content: '';
  clear: both;
  display: block;
}
.search-box {
  overflow: hidden;
}
.search-row {
  margin-bottom: 1.5rem;
}
.search-row:last-child {
  margin: 0;
}
.search-row:after {
  content: '';
  clear: both;
  display: block;
}
.search-col {
  margin-right: 6rem;
  width: calc(33.3333% - 4rem);
  float: left;
}
.search-col:last-child {
  margin-right: 0;
}
.search-input-box {
  display: block;
}
.search-input-box:after {
  content: '';
  clear: both;
  display: block;
}
.search-input-label {
  line-height: 3.7rem;
  font-size: 1.8rem;
}
.search-select {
  appearance: none;
  border: none;
  margin: 0;
  width: 100%;
  outline: none;
  display: inline-block;
  padding-right: 2.4rem;
  min-width: 12rem;
  background: #FFF url(/Images/select-arrow.svg) no-repeat;
  background-size: 1.4rem;
  transition: .2s all ease-in-out;
  padding: 0 1.5rem;
  line-height: 4.7rem;
  height: 4.7rem;
  font-size: 1.6rem;
  background-position: calc(100% - 1rem) center;
}
.search-select:hover {
  border-color: #B18E00;
}
.search-select::-ms-expand {
  display: none;
}
.search-input {
  padding: 0 1.5rem;
  line-height: 4.7rem;
  height: 4.7rem;
  border: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-size: 1.6rem;
}
.search-input-from {
  width: calc(50% - 2rem);
  float: left;
}
.search-input-to {
  width: calc(50% - 2rem);
  float: right;
}
.search-submit-desctop {}
.search-submit-mobile {
  display: none;
}
.search-submit-block {
  float: right;
  padding-left: 7.6rem;
  padding-top: 12.8rem;
}
.search-submit {
  font-size: 1.8rem;
  height: 5.5rem;
  line-height: 5.5rem;
  display: inline-block;
  color: #FFF;
  background: #155226;
  text-decoration: none;
  padding-left: 5rem;
  padding-right: 4.5rem;
  position: relative;
  vertical-align: top;
  transition: .2s all ease-in-out;
  border: none;
  cursor: pointer;
}
.search-submit:hover {
  background: #168336;
}
.search-submit:before {
  content: '';
  background: #155226;
  position: absolute;
  transform-origin: center;
  transform: translate(50%, -50%) rotate(45deg);
  width: 3.8rem;
  height: 3.9rem;
  right: 0;
  top: 50%;
  z-index: 1;
  transition: .2s all ease-in-out;
}
.search-submit:hover:before {
  background: #168336;
}
.search-submit:after {
  content: '';
  transform: translate(0, -50%);
  z-index: 2;
  position: absolute;
  width: 2.3rem;
  height: 3.5rem;
  background: url(/Images/arrow-right-white.svg) no-repeat center / contain;
  top: 50%;
  right: -.5rem;
}

.boxes-block {
  margin-bottom: 6rem;
  margin-top: 2rem;
  position: relative;
}
.boxes {}
.boxes-box-add {
  background: #155226;
  color: #FFF;
  transition: .2s all ease-in-out;
  text-align: center;
  cursor: pointer;
  font-size: 2.4rem;
  padding: .6rem 0;
  margin: 0 10%;
}
.boxes-box-add:hover {
  background: #168336;
}
.boxes-box {
  position: relative;
  background: #168336;
  margin-bottom: 10rem;
}
.boxes-box:last-child {
  margin: 0;
}
.boxes-box:nth-child(2n) {
  background: #00542D;
}
.boxes-box:after {
  content: '';
  clear: both;
  display: block;
}
.boxes-image-block {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 50%;
  overflow: hidden;
  background: none no-repeat center / cover;
}
.boxes-image-block:before {
  content: '';
  position: absolute;
  width: 7.5rem;
  height: 7.5rem;
  background: #168336;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 12.5rem;
  left: 0;
}
.boxes-box:nth-child(2n) .boxes-image-block:before {
  left: auto;
  right: 0;
  transform: translate(50%, -50%) rotate(45deg);
  background: #00542d;
}
.boxes-box:nth-child(2n) .boxes-image-block {
  left: 0;
}
.boxes-image {
  width: 100%;
  display: none;
}
.boxes-info-block {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 10rem 7rem 13rem 10rem;
  position: relative;
}
.boxes-daruma-icon {
  content: '';
  width: 1.8rem;
  height: 2.4rem;
  background: url(/Images/header-icon-white.svg) no-repeat center / contain;
  position: absolute;
  left: 10.5rem;
  top: 6rem;
  animation-name: animation-daruma;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.boxes-box:nth-child(2n) .boxes-info-block {
  float: right;
}
.boxes-title {
  font-size: 4rem;
  font-weight: 400;
  color: #FFF;
  line-height: 5.5rem;
  margin: 0 0 3rem;
}
.boxes-info {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #FFF;
}
.boxes-info a {
  color: #FFF;
}
.boxes-info a:hover {
  text-decoration: none;
}

.cookies-block {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF url(/Images/cookies.svg) no-repeat;
  box-shadow: 0 0 .6rem 0 rgba(0, 0, 0, .4);
  background-size: 7rem;
  background-position: 20rem center;
  opacity: 1;
  transition: .4s opacity ease-in-out, 0s left linear .4s;
}
.cookies-block.close {
  opacity: 0;
  left: -100%;
}
.cookies {
  padding: 4.5rem 29rem 4rem 32.5rem;
}
.cookies:after {
  content: '';
  clear: both;
  display: block;
}
.cookies-info {
  color: #1B421C;
  line-height: 1.9rem;
  font-size: 1.4rem;
  width: calc(100% - 25rem);
  float: left;
}
.cookies-info a {
  color: #1B421C;
  font-weight: 700;
}
.cookies-info a:hover {
  text-decoration: none;
}
.cookies-button-block {
  float: right;
  padding-top: 1rem;
}
.cookies-button {
  line-height: 4.2rem;
  height: 4.2rem;
  padding: 0 2.5rem;
  box-sizing: border-box;
  border: none;
  background: #155226;
  color: #FFF;
  cursor: pointer;
  font-size: 1.4rem;
  transition: .2s all ease-in-out;
}
.cookies-button:hover {
  background: #168336;
}

.apartment_fix-block {
  background: #FFF;
}
.apartment_fix {
  padding: 2rem 22rem 2rem 10rem;
}
.apartment_fix:after {
  content: '';
  clear: both;
  display: block;
}
.apartment_fix-back-block {
  float: left;
  padding: 3.8rem 5.5rem 0 2rem;
}
.apartment_fix-back {
  display: inline-block;
  color: #155226;
  line-height: 4rem;
  height: 4rem;
  text-decoration: none;
  border: 1px solid #155226;
  padding: 0 2.5rem 0 3rem;
  font-size: 1.8rem;
  position: relative;
  transition: .2s all ease-in-out;
  background: #FFF;
  vertical-align: top;
}
.apartment_fix-back:hover {
  background: #155226;
  color: #FFF;
}
.apartment_fix-back:before {
  content: '';
  position: absolute;
  width: 2.9rem;
  height: 2.9rem;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 0;
  top: 50%;
  background: #FFF;
  border-bottom: 1px solid #155226;
  border-left: 1px solid #155226;
  transition: .2s all ease-in-out;
  z-index: 1;
}
.apartment_fix-back:hover:before {
  background: #155226;
}
.apartment_fix-back:after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: 1.7rem;
  background: url(/Images/arrow-left.svg) no-repeat center / contain;
  top: 50%;
  left: -.7rem;
  transition: .2s all ease-in-out;
  transform: translate(0, -50%);
  z-index: 2;
}
.apartment_fix-back:hover:after {
  background-image: url(/Images/arrow-left-white.svg);
}
.apartment_fix-title-block {
  float: left;
}
.apartment_fix-title {
  color: #155226;
  margin: 0 0 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.apartment_fix-subtitle {
  color: #155226;
  margin: 0 0 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.apartment_fix-price {
  font-size: 3rem;
}
.apartment_fix-contact {
  float: right;
  text-align: right;
}
.apartment_fix-contact-title {
  color: #155226;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: .4rem;
}
.apartment_fix-contact-info {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}
.apartment_fix-contact-info a {
  color: #000;
  transition: .2s all ease-in-out;
  text-decoration: none;
}
.apartment_fix-contact-info a:hover {
  color: #155226;
}

.apartment_header-block {
  background: #DFDFDF;
  position: relative;
  overflow: hidden;
}
.apartment_header-block:after {
  content: '';
  width: 10.5rem;
  height: 10.5rem;
  background: #FFF;
  transform: translate(0, 50%) rotate(45deg);
  position: absolute;
  transform-origin: center;
  bottom: 0;
  right: 25rem;
}
.apartment_header {
  padding: 3.4rem 22rem 8.5rem 10rem;
}
.apartment_header:after {
  content: '';
  clear: both;
  display: block;
}
.apartment_header-gallery-block {
  width: calc(55% - 6rem);
  box-sizing: border-box;
  margin-right: 6rem;
  float: left;
  position: relative;
}
.apartment_header-gallery {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
.apartment_header-gallery:empty {
  padding-top: 83.9%;
  cursor: pointer;
  position: relative;
}
.apartment_header-gallery:empty:before {
  content: 'Galleria';
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  transform: translate(-50%, -50%);
}
.apartment_header-gallery-image {
  padding-top: 83.9%;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  background: none no-repeat center / cover;
}
.apartment_header-gallery-nav {
  width: 17rem;
  height: 5.5rem;
  position: absolute;
  left: 50%;
  bottom: -7rem;
  transform: translate(-50%, 0);
}
.apartment_header-gallery-nav:before {
  content: '';
  background: #272D27;
  height: 1px;
  width: 7.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.apartment_header-gallery-left {
  width: 5.5rem;
  height: 5.5rem;
  cursor: pointer;
  float: left;
  transition: .2s all ease-in-out;
  background: url(/Images/arrow-left-black.svg) no-repeat center;
  background-size: 1.3rem;
  position: relative;
  z-index: 2;
}
.apartment_header-gallery-left:hover {
  background-image: url(/Images/arrow-left.svg);
}
.apartment_header-gallery-right {
  width: 5.5rem;
  height: 5.5rem;
  cursor: pointer;
  float: right;
  transition: .2s all ease-in-out;
  background: url(/Images/arrow-right-black.svg) no-repeat center;
  background-size: 1.3rem;
  position: relative;
  z-index: 2;
}
.apartment_header-gallery-right:hover {
  background-image: url(/Images/arrow-right.svg);
}
.apartment_header-table-block {
  width: 45%;
  box-sizing: border-box;
  padding-left: 6rem;
  float: left;
  padding-top: 6.5rem;
}
.apartment_header-table {}
.apartment_header-table-add {
  background: #155226;
  color: #FFF;
  transition: .2s all ease-in-out;
  text-align: center;
  cursor: pointer;
  font-size: 2.4rem;
  padding: .6rem 0;
}
.apartment_header-table-add:hover {
  background: #168336;
}
.apartment_header-table-row {
  background: #FFF;
  padding: 1rem 1.5rem 1rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
}
.apartment_header-table-row:after {
  content: '';
  clear: both;
  display: block;
}
.apartment_header-table-row:nth-child(2n) {
  background: #DFDFDF;
}
.apartment_header-table-label {
  width: 50%;
  float: left;
}
.apartment_header-table-label > span {
    display: inline-block;
}
.apartment_header-table-value {
  width: 50%;
  float: left;
}
.apartment_header-table-value > span {
  display: inline-block;
}

.apartment_info-block {}
.apartment_info {
  padding: 10rem 12rem 6rem 22rem;
}
.apartment_info:after {
  content: '';
  clear: both;
  display: block;
}
.apartment_info-col {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10rem;
  float: left;
}
.apartment_info-title {
  font-size: 4rem;
  font-weight: 400;
  color: #155226;
  line-height: 5rem;
  margin: 0 0 3rem;
}
.apartment_info-box {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: justify;
}
.apartment_info-box a {
  color: #000;
}
.apartment_info-box a:hover {
  text-decoration: none;
}
.apartment_info-bottom-block {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10rem;
  float: left;
  padding-top: 4rem;
}
.apartment_info-bottom {
  font-size: 3rem;
  text-decoration: none;
  color: #155226;
  display: inline-block;
  padding-right: 4rem;
  background: url(/Images/header-icon.svg) no-repeat right center / contain;
}

.apartment_map-block {
  background: #DFDFDF;
}
.apartment_map {
  padding: 7.5rem 22rem 9rem;
}
.apartment_map-title-block {
  margin-bottom: 4.5rem;
}
.apartment_map-title {
  font-size: 4rem;
  font-weight: 400;
  color: #155226;
  line-height: 5.5rem;
  margin: 0;
}
.apartment_map-box {
  height: 35rem;
  position: relative;
}
.apartment_map-iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.cms-wysiwyg-button-subscript {
  background-image: url(/Images/subscript.svg);
  background-size: 1.8rem;
}
.cms-wysiwyg-button-superscript {
  background-image: url(/Images/superscript.svg);
  background-size: 1.8rem;
}
.cms-wysiwyg-button-link-2 {
  background-image: url(/Images/icon_link.svg);
  background-size: 1.8rem;
}

.page_slider-block {
  width: 100%;
  height: 65.5rem;
  position: relative;
}
.page_slider {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.page_slider-image {
  width: 100%;
  height: 100%;
  background: none no-repeat center / cover;
  position: relative;
  z-index: 1;
}
.page_slider-background-1 {
  background: rgba(21, 82, 38, .4);
  position: absolute;
  width: 110%;
  left: -300%;
  top: 0;
  height: 100%;
  transform: skew(-20deg, 0);
  z-index: 2;
  transition: .8s left ease-out 1.2s;
}
.page_slider-background-2 {
  background: rgba(21, 82, 38, .4);
  position: absolute;
  width: 100%;
  left: -300%;
  top: 0;
  height: 100%;
  transform: skew(-20deg, 0);
  z-index: 3;
  transition: .8s left ease-out 1s;
}
.page_slider-background-3 {
  background: rgba(21, 82, 38, .6);
  position: absolute;
  width: 90%;
  left: -300%;
  top: 0;
  height: 100%;
  transform: skew(-20deg, 0);
  z-index: 4;
  transition: .8s left ease-out .8s;
}
.page_slider-block:hover .page_slider-background-1 {
  left: -50%;
  transition: .8s left ease-out;
}
.page_slider-block:hover .page_slider-background-2 {
  left: -50%;
  transition: .8s left ease-out .2s;
}
.page_slider-block:hover .page_slider-background-3 {
  left: -50%;
  transition: .8s left ease-out .4s;
}
.page_slider-info-block {
  position: absolute;
  z-index: 5;
  left: 10rem;
  bottom: 6rem;
  width: 25%;
  color: #FFF;
  padding-top: 5rem;
}
.page_slider-daruma-icon {
  content: '';
  width: 1.8rem;
  height: 2.4rem;
  background: url(/Images/header-icon-white.svg) no-repeat center / contain;
  position: absolute;
  left: .3rem;
  top: 0;
  opacity: 0;
  transition: .6s opacity ease-in-out .2s;
  animation-name: animation-daruma;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page_slider-block:hover .page_slider-daruma-icon {
  opacity: 1;
  transition: .6s opacity ease-in-out 1s;
}
.page_slider-title {
  font-size: 4rem;
  font-weight: 400;
  margin: 0 0 3rem;
  line-height: 5rem;
  opacity: 0;
  transition: .6s opacity ease-in-out .2s;
}
.page_slider-block:hover .page_slider-title {
  opacity: 1;
  transition: .6s opacity ease-in-out 1s;
}
.page_slider-info {
  font-size: 1.8rem;
  line-height: 3rem;
  transition: .6s opacity ease-in-out;
  opacity: 0;
}
.page_slider-block:hover .page_slider-info {
  transition: .6s opacity ease-in-out 1.2s;
  opacity: 1;
}

.modal-block {
  background: rgba(223, 223, 223, .7);
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  opacity: 0;
  transition: .4s opacity ease-in-out, 0s left linear .4s;
}
.modal-block.open {
  opacity: 1;
  left: 0;
  transition: .4s opacity ease-in-out, 0s left linear 0s;
}
.modal {
  width: 87rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.modal-box {
  box-shadow: 0 0 .6rem 0 rgba(0, 0, 0, .4);
}
.modal-header {
  background: #168336;
  position: relative;
}
.modal-title {
  padding: 3rem 6rem 3rem 4rem;
  font-size: 2.6rem;
  line-height: 3.2rem;
  color: #FFF;
}
.modal-close {
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: .2s all ease-in-out;
  opacity: 1;
}
.modal-close:hover {
  opacity: .6;
}
.modal-close:before {
  content: '';
  width: .4rem;
  height: 2.8rem;
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #FFF;
  border-radius: 1rem;
}
.modal-close:after {
  content: '';
  width: .4rem;
  height: 2.8rem;
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #FFF;
  border-radius: 1rem;
}
.modal-body {
  background: #DFDFDF;
  padding: 3rem 4rem;
}
.modal-subtitle {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.modal-text {
  font-size: 1.8rem;
}

.daruma-link {
  font-size: 1.8rem;
  height: 5.6rem;
  line-height: 5.6rem;
  display: inline-block;
  color: #155226 !important;
  background: #FFF;
  text-decoration: none;
  padding-left: 5rem;
  padding-right: 4.5rem;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #155226;
  transition: .2s all ease-in-out;
  cursor: pointer;
  vertical-align: middle;
}
.daruma-link:hover {
  color: #FFF !important;
  background-color: #155226;
}
.daruma-link:before {
  content: '';
  background: #FFF;
  position: absolute;
  transform-origin: center;
  transform: translate(50%, -50%) rotate(45deg);
  width: 4rem;
  height: 4rem;
  right: 0;
  top: 50%;
  z-index: 1;
  border-top: 1px solid #155226;
  border-right: 1px solid #155226;
  box-sizing: border-box;
  transition: .2s all ease-in-out;
}
.daruma-link:hover:before {
  background-color: #155226;
}
.daruma-link:after {
  content: '';
  transform: translate(0, -50%);
  z-index: 2;
  position: absolute;
  width: 2.3rem;
  height: 3.5rem;
  background: url(/Images/arrow-right.svg) no-repeat center / contain;
  top: 50%;
  right: -.5rem;
  transition: .2s all ease-in-out;
}
.daruma-link:hover:after {
  background-image: url(/Images/arrow-right-white.svg);
}
.box-info .daruma-link,
.boxes-info .daruma-link {
  border: 1px solid #FFF;
  color: #FFF !important;
  background-color: #155226;
}
.boxes-box:nth-child(2n) .daruma-link {
  background-color: #00542D;
}
.boxes-box:nth-child(2n + 1) .daruma-link {
  background-color: #168336;
}
.box-info .daruma-link:hover,
.boxes-info .daruma-link:hover {
  color: #155226 !important;
  background-color: #FFF;
}
.box-info .daruma-link:before,
.boxes-info .daruma-link:before {
  background-color: #155226;
  border-color: #FFF;
}
.boxes-box:nth-child(2n) .daruma-link:before {
  background-color: #00542D;
}
.boxes-box:nth-child(2n + 1) .daruma-link:before {
  background-color: #168336;
}
.box-info .daruma-link:hover:before,
.boxes-info .daruma-link:hover:before {
  background-color: #FFF;
}
.box-info .daruma-link:after,
.boxes-info .daruma-link:after {
  background-image: url(/Images/arrow-right-white.svg);
}
.box-info .daruma-link:hover:after,
.boxes-info .daruma-link:hover:after {
  background-image: url(/Images/arrow-right.svg);
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 9.5px;
  }
}

@media screen and (max-width: 1360px) {
.header-block {
    height: 6rem;
  }
  .header {
    padding: 0;
  }
  .header-languages-block {
    float: left;
    margin: 0;
    height: 6rem;
    text-align: center;
    width: 6rem;
  }
  .header-languages {
    line-height: 6rem;
  }
  .header-language {}
  .header-hamburger-block {
    display: block;
    width: 6rem;
    height: 6rem;
    box-sizing: border-box;
    padding: 1.8rem 1.5rem;
    position: relative;
    float: right;
  }
  .header-hamburger {
    background: #000;
    width: 3.1rem;
    height: .3rem;
    border-radius: 1rem;
    position: relative;
    transition: .4s all ease-in-out;
  }
  .header-hamburger-block.active .header-hamburger {
    background: transparent;
  }
  .header-hamburger:before {
    content: '';
    background: #000;
    width: 3.1rem;
    height: .3rem;
    border-radius: 1rem;
    display: block;
    position: absolute;
    top: 1.1rem;
    left: 0;
    transition: .4s all ease-in-out;
    transform: rotate(0);
  }
  .header-hamburger-block.active .header-hamburger:before {
    transform: rotate(-45deg);
    top: 1rem;
    left: 0;
  }
  .header-hamburger:after {
    content: '';
    background: #000;
    width: 3.1rem;
    height: .3rem;
    border-radius: 1rem;
    display: block;
    position: absolute;
    top: 2.2rem;
    left: 0;
    transition: .4s all ease-in-out;
    transform: rotate(0);
  }
  .header-hamburger-block.active .header-hamburger:after {
    transform: rotate(45deg);
    top: 1rem;
    left: 0;
  }
  .header-logo-block {
    float: none;
    margin: 0 6rem;
    text-align: center;
    line-height: 6rem;
  }
  .header-logo {
    height: 4rem;
  }
  .header-menu-block {
    float: none;
    position: fixed;
    top: 6rem;
    bottom: 0;
    right: -100%;
    width: 100%;
    background: #FFF;
    transition: .4s all ease-in-out;
  }
  .header-menu-block.open {
    right: 0;
  }
  .header-menu {
    width: 100%;
    white-space: normal;
    padding: 2rem 0;
  }
  .header-menu > li {
    line-height: 5rem;
    display: block;
    text-align: center;
    height: auto;
  }
  .header-menu > li > a {
    line-height: 5rem;
  }
  .header-menu > li > a:hover {}
  .header-menu > li > a.active {}
  .header-submenu-parent {}
  .header-submenu-block {
    position: relative;
    max-height: 0 !important;
    transition: .4s opacity ease-in-out, 0s max-height linear .4s !important;
    opacity: 0 !important;
  }
  .header-menu > li.openm > .header-submenu-block {
    max-height: 9999rem !important;
    transition: .4s opacity ease-in-out, 0s max-height linear 0s !important;
    opacity: 1 !important;
  }
  .header-submenu {}
  .header-menu-button {}
}

@media screen and (max-width: 1610px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 1200px) {
  .header-menu > li > a {
    padding: 0 2rem;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 7px;
  }
}

@media screen and (max-width: 991px) {
  html {
    font-size: 10px;
  }

  body {
    padding-top: 6rem;
  }

  .header-block {
    height: 6rem;
  }
  .header {
    padding: 0;
  }
  .header-languages-block {
    float: left;
    margin: 0;
    height: 6rem;
    text-align: center;
    width: 6rem;
  }
  .header-languages {
    line-height: 6rem;
  }
  .header-language {}
  .header-hamburger-block {
    display: block;
    width: 6rem;
    height: 6rem;
    box-sizing: border-box;
    padding: 1.8rem 1.5rem;
    position: relative;
    float: right;
  }
  .header-hamburger {
    background: #000;
    width: 3.1rem;
    height: .3rem;
    border-radius: 1rem;
    position: relative;
    transition: .4s all ease-in-out;
  }
  .header-hamburger-block.active .header-hamburger {
    background: transparent;
  }
  .header-hamburger:before {
    content: '';
    background: #000;
    width: 3.1rem;
    height: .3rem;
    border-radius: 1rem;
    display: block;
    position: absolute;
    top: 1.1rem;
    left: 0;
    transition: .4s all ease-in-out;
    transform: rotate(0);
  }
  .header-hamburger-block.active .header-hamburger:before {
    transform: rotate(-45deg);
    top: 1rem;
    left: 0;
  }
  .header-hamburger:after {
    content: '';
    background: #000;
    width: 3.1rem;
    height: .3rem;
    border-radius: 1rem;
    display: block;
    position: absolute;
    top: 2.2rem;
    left: 0;
    transition: .4s all ease-in-out;
    transform: rotate(0);
  }
  .header-hamburger-block.active .header-hamburger:after {
    transform: rotate(45deg);
    top: 1rem;
    left: 0;
  }
  .header-logo-block {
    float: none;
    margin: 0 6rem;
    text-align: center;
    line-height: 6rem;
  }
  .header-logo {
    height: 4rem;
  }
  .header-menu-block {
    float: none;
    position: fixed;
    top: 6rem;
    bottom: 0;
    right: -100%;
    width: 100%;
    background: #FFF;
    transition: .4s all ease-in-out;
  }
  .header-menu-block.open {
    right: 0;
  }
  .header-menu {
    width: 100%;
    white-space: normal;
    padding: 2rem 0;
  }
  .header-menu > li {
    line-height: 5rem;
    display: block;
    text-align: center;
    height: auto;
  }
  .header-menu > li > a {
    line-height: 5rem;
  }
  .header-menu > li > a:hover {}
  .header-menu > li > a.active {}
  .header-submenu-parent {}
  .header-submenu-block {
    position: relative;
    max-height: 0 !important;
    transition: .4s opacity ease-in-out, 0s max-height linear .4s !important;
    opacity: 0 !important;
  }
  .header-menu > li.openm > .header-submenu-block {
    max-height: 9999rem !important;
    transition: .4s opacity ease-in-out, 0s max-height linear 0s !important;
    opacity: 1 !important;
  }
  .header-submenu {}
  .header-menu-button {}

  .slider-block {
    height: calc(100vh - 6rem);
  }
  .slider {}
  .slider-box {}
  .slider-backgrounds {}
  .slider-background-1 {
    width: 200%;
    left: -50%;
  }
  .slider-background-2 {
    width: 200%;
    left: -50%;
  }
  .slider-background-3 {
    width: 200%;
    left: -50%;
  }
  .slider-info {
    left: 2rem;
    right: 2rem;
    text-align: center;
  }
  .slider-info-subtitle {
    font-size: 2rem;
    opacity: 1;
  }
  .slider-info-title {
    font-size: 4rem;
    line-height: 5rem;
    opacity: 1;
  }
  .slider-info-line {
    opacity: 1;
  }
  .slider-scrolldown-block {
    opacity: 1;
  }
  .slider-scrolldown {}
  .slider-scrolldown-title {}
  .slider-scrolldown-arrow-block {}
  .slider-scrolldown-arrow {}
  .slider-video-block {
    width: auto;
    padding: calc(50vh - 3rem) calc(88.8888vh - 3rem);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slider-video-box {}
  .slider-video {}

  .listbox-block {
    padding: 0;
  }
  .listbox-daruma-icon {
    display: none;
  }
  .listbox {}
  .listbox-info {
    float: none;
    width: auto;
    padding: 2rem;
    text-align: center;
  }
  .listbox-info-title {
    margin-bottom: 2rem;
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .listbox-info-info {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
    text-align: left;
  }
  .listbox-info-link-block {}
  .listbox-info-link {}
  .listbox-box {
    margin: 0;
    padding: 2rem;
  }
  .listbox-overflow {
    padding-bottom: 2rem;
  }
  .listbox-single {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .listbox-image {}
  .listbox-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .listbox-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
    text-align: left;
  }
  .listbox-link-block {}
  .listbox-link {}
  .listbox-nav-block {
    position: static;
    transform: none;
    padding: 2rem 0 0;
  }
  .listbox-nav {
    display: none;
  }
  .listbox-nav-mobile {
    display: block;
  }

  .box-block {}
  .box-daruma-icon {
    display: none;
  }
  .box {}
  .box-image {
    position: static;
    width: 100%;
    background: none !important;
  }
  .box-image:before {
    display: none;
  }
  .box-image-inner {
    display: block;
  }
  .box-info-block {
    width: auto;
    padding: 2rem;
    text-align: center;
  }
  .box-title {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .box-info {
    font-size: 1.6rem !important;
    line-height: 2.4rem;
    margin-bottom: 2rem;
    text-align: left;
  }
  .box-link-block {}
  .box-link {}
  .box-link-2 {
    padding-left: 2rem;
    font-size: 1.6rem;
    padding-right: 2.8rem;
  }

  .investments-block {}
  .investments {}
  .investments-header {
    padding: 2rem;
    text-align: center;
  }
  .investments-header-title {
    white-space: normal;
    font-size: 2.6rem;
    line-height: 3rem;
    float: none;
    margin-bottom: 2rem;
  }
  .investments-header-link-block {
    float: none;
  }
  .investments-header-link {}
  .investments-body {}
  .investments-row {
    padding: 0 0 2rem !important;
    background: #E7E7E7 !important;
  }
  .investments-single {
    float: none;
    margin: 0 0 2rem;
    box-shadow: none;
    width: auto;
  }
  .investments-link {}
  .investments-image {
    padding: 0;
    background: none !important;
  }
  .investments-image-inner {
    display: block;
  }
  .investments-status {}
  .investments-info-block {
    padding: 2rem 2rem 3rem;
    height: auto;
    text-align: center;
  }
  .investments-title {
    font-size: 1.9rem;
    text-align: left;
  }
  .investments-info {
    font-size: 1.6rem;
    line-height: 2.4rem;
    max-height: none;
    text-align: left;
  }

  .apartments-block {
    margin-bottom: 2rem;
  }
  .apartments {
    padding: 0;
  }
  .apartments-header {
    margin-bottom: 2rem;
  }
  .apartments-header-title {
    white-space: normal;
    text-align: center;
    padding: 2rem 2rem 2rem;
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .apartments-header-link-block {
    float: none;
    text-align: center;
  }
  .apartments-header-link {}
  .apartments-body {}
  .apartments-single {
    margin: 0 0 2rem !important;
    box-shadow: none;
    float: none;
    width: auto;
  }
  .apartments-link {}
  .apartments-image {
    background: none !important;
    position: static;
    width: 100%;
  }
  .apartments-image-inner {
    display: block;
  }
  .apartments-info-block {
    width: auto;
    padding: 2rem 2rem 3rem;
    height: auto;
    text-align: center;
  }
  .apartments-title {}
  .apartments-status {}
  .apartments-info {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
  }

  .footer-block {
    padding: 2rem 0 0;
  }
  .footer {}
  .footer-box {
    margin-bottom: 2rem;
  }
  .footer-logo-block {
    float: none;
    margin: 0 0 2rem;
    text-align: center;
  }
  .footer-logo {}
  .footer-info {
    float: none;
    padding: 0 2rem;
    text-align: center;
    margin: 0 0 1rem;
  }
  .footer-phones {
    float: none;
    margin: 0 0 1rem;
    padding: 0 2rem;
    text-align: center;
  }
  .footer-phones > a {
    display: block;
    margin: 0;
    line-height: 4.8rem;
    font-size: 2.3rem;
    font-weight: 700;
  }
  .footer-phones > a:before {
    display: none;
  }
  .footer-list-block {
    float: none;
    margin: 0 0 1rem;
    padding: 0 2rem;
    text-align: center;
    display: block;
  }
  .footer-list-right {
    float: none;
    white-space: normal;
  }
  .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-author-block {
    padding: 2rem;
    text-align: center;
  }
  .footer-copyright {
    margin-bottom: 1rem;
    float: none;
  }
  .footer-author {
    float: none;
  }

  .info-block {
    padding: 0;
    margin-bottom: 2rem;
  }
  .info {}
  .info-col {
    padding: 2rem 2rem 0;
    width: auto;
    float: none;
  }
  .info-title-block {
    margin-bottom: 2rem;
  }
  .info-title {
    text-align: center;
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .info-text {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .gallery-block {}
  .gallery {}
  .gallery-header {
    padding: 2rem;
    text-align: center;
  }
  .gallery-header-title {
    font-size: 2.6rem;
    line-height: 3rem;
    float: none;
  }
  .gallery-nav {
    float: none;
    display: inline-block;
    height: 4.8rem;
  }
  .gallery-nav-left {
    width: 4.8rem;
    height: 4.8rem;
  }
  .gallery-nav-right {
    width: 4.8rem;
    height: 4.8rem;
  }
  .gallery-body {
    padding: 0 2rem 2rem;
  }
  .gallery-box {}
  .gallery-image {
    width: 100%;
    margin: 0;
    padding-top: 81%;
  }
  .gallery-scroll-box {}
  .gallery-scroll {}

  .contact-block {}
  .contact {
    padding: 2rem;
  }
  .contact-title-block {
    margin-bottom: 2rem;
  }
  .contact-title {
    font-size: 2.6rem;
    line-height: 3rem;
    text-align: center;
  }
  .contact-form-block {}
  .contact-form {}
  .contact-left {
    width: auto;
    float: none;
    margin-bottom: 2rem;
  }
  .contact-row {
    margin-bottom: 1rem;
  }
  .contact-col {
    float: none;
    padding: 0 !important;
    width: auto;
    margin-bottom: 1rem;
  }
  .contact-label-box {}
  .contact-label {
    text-align: center;
  }
  .contact-label-input {}
  .contact-textarea-block {}
  .contact-textarea-box {}
  .contact-textarea-label {
    text-align: center;
  }
  .contact-textarea {}
  .contact-right {
    width: auto;
    float: none;
    padding: 0;
  }
  .contact-checkboxes {}
  .contact-checkbox-block {}
  .contact-checkbox-box {}
  .contact-checkbox {}
  .contact-checkbox-input {}
  .contact-checkbox-label {}
  .contact-info {
    margin-bottom: 3rem;
    text-align: center;
    padding: 0;
  }
  .contact-submit-block {
    padding: 0;
    text-align: center;
  }
  .contact-submit {}

  .map-block {}
  .map {}
  .map-info-block {
    width: auto;
    padding: 2rem;
    text-align: center;
  }
  .map-title-block {
    margin-bottom: 2rem;
  }
  .map-title {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .map-logo-block {}
  .map-logo {
    height: 5rem;
  }
  .map-info {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .map-box {
    position: static;
    height: 30rem;
  }
  .map-iframe {}

  .search-block {}
  .search {
    padding: 2rem;
  }
  .search-title-block {
    margin-bottom: 2rem;
    text-align: center;
  }
  .search-title {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .search-form-block {}
  .search-form {}
  .search-box {
    margin-bottom: 2rem;
  }
  .search-row {
    margin-bottom: 1rem;
  }
  .search-col {
    width: auto;
    margin: 0 0 1rem;
    float: none;
  }
  .search-input-box {}
  .search-input-label {
    text-align: center;
  }
  .search-input {}
  .search-submit-desctop {
    display: none;
  }
  .search-submit-mobile {
    display: block;
  }
  .search-submit-block {
    padding: 0;
    float: none;
    text-align: center;
  }
  .search-submit {}

  .boxes-block {
    margin-bottom: 4rem;
  }
  .boxes {}
  .boxes-box {
    margin-bottom: 2rem;
  }
  .boxes-image-block {
    background: none !important;
    position: static;
    width: auto;
  }
  .boxes-image-block:before {
    display: none !important;
  }
  .boxes-image {
    display: block;
  }
  .boxes-info-block {
    padding: 2rem;
    width: auto;
    float: none !important;
    text-align: center;
  }
  .boxes-daruma-icon {
    display: none;
  }
  .boxes-title {
    margin-bottom: 2rem;
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .boxes-info {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .cookies-block {
    background-image: none;
  }
  .cookies {
    padding: 2rem;
  }
  .cookies-info {
    width: auto;
    text-align: center;
    float: none;
  }
  .cookies-button-block {
    float: none;
    text-align: center;
  }
  .cookies-button {}

  .apartment_fix-block {}
  .apartment_fix {
    padding: 2rem;
  }
  .apartment_fix-back-block {
    float: none;
    padding: 0 0 2rem;
    text-align: center;
    display: none;
  }
  .apartment_fix-back {}
  .apartment_fix-title-block {
    float: none;
    margin-bottom: 2rem;
    text-align: center;
  }
  .apartment_fix-title {}
  .apartment_fix-subtitle {}
  .apartment_fix-price {
    font-size: 2.4rem;
  }
  .apartment_fix-contact {
    float: none;
    text-align: center;
  }
  .apartment_fix-contact-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .apartment_fix-contact-info {
    font-size: 1.8rem;
  }

  .apartment_header-block {}
  .apartment_header-block:after {
    display: none;
  }
  .apartment_header {
    padding: 0;
  }
  .apartment_header-gallery-block {
    float: none;
    width: auto;
    margin: 0;
    padding-bottom: 8rem;
  }
  .apartment_header-gallery {}
  .apartment_header-gallery-image {}
  .apartment_header-gallery-nav {
    bottom: 2rem;
  }
  .apartment_header-gallery-left {}
  .apartment_header-gallery-right {}
  .apartment_header-table-block {
    width: auto;
    padding: 0;
    float: none;
    border-bottom: 1px solid #dfdfdf;
  }
  .apartment_header-table {}
  .apartment_header-table-row {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
  }
  .apartment_header-table-label {
    width: auto;
    float: none;
    margin-bottom: 1rem;
  }
  .apartment_header-table-label > span {}
  .apartment_header-table-value {
    width: auto;
    float: none;
  }
  .apartment_header-table-value > span {
    color: #155226;
  }

  .apartment_info-block {}
  .apartment_info {
    padding: 2rem;
  }
  .apartment_info-col {
    padding-bottom: 2rem;
    padding-right: 0;
    float: none;
    width: auto;
    text-align: center;
  }
  .apartment_info-title {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .apartment_info-box {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
  }
  .apartment_info-bottom-block {
    display: none;
  }
  .apartment_info-bottom {}

  .apartment_map-block {}
  .apartment_map {
    padding: 0;
  }
  .apartment_map-title-block {
    margin: 0;
  }
  .apartment_map-title {
    font-size: 2.6rem;
    line-height: 3rem;
    text-align: center;
    padding: 2rem;
  }
  .apartment_map-box {}
  .apartment_map-iframe {}

  .page_slider-block {
    height: calc(100vh - 6rem);
  }
  .page_slider {
    overflow: hidden;
  }
  .page_slider-image {}
  .page_slider-backgrounds {}
  .page_slider-background-1 {
    transform: none;
    left: 0;
    width: 200%;
  }
  .page_slider-background-2 {
    transform: none;
    left: 0;
    width: 200%;
  }
  .page_slider-background-3 {
    transform: none;
    left: 0;
    width: 200%;
  }
  .page_slider-info-block {
    left: 2rem;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    padding: 0;
    bottom: auto;
    width: auto;
  }
  .page_slider-daruma-icon {
    display: none;
  }
  .page_slider-title {
    font-size: 2.6rem;
    line-height: 3rem;
    opacity: 1;
  }
  .page_slider-info {
    font-size: 1.6rem;
    line-height: 2.4rem;
    opacity: 1;
  }

  .modal-block {}
  .modal {}
  .modal-box {}
  .modal-header {}
  .modal-title {
    padding: 3rem 3rem 3rem 3rem;
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .modal-close {}
  .modal-body {
    text-align: center;
    padding: 2rem;
  }
  .modal-subtitle {}
  .modal-text {}

  .daruma-link {
    padding-left: 2rem;
    font-size: 1.6rem;
    padding-right: 2.8rem;
  }
}