@charset "UTF-8";
@font-face {
  font-family: "GardenGrown";
  src: url("./../font/GardenGrown.woff2") format("woff2"), url("./../../font/GardenGrown.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../font/poppins-v20-latin-300.woff2") format("woff2"), url("../font/poppins-v20-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../font/poppins-v20-latin-regular.woff2") format("woff2"), url("../font/poppins-v20-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../font/poppins-v20-latin-italic.woff2") format("woff2"), url("../font/poppins-v20-latin-italic.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../font/poppins-v20-latin-500.woff2") format("woff2"), url("../font/poppins-v20-latin-500.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../font/poppins-v20-latin-600.woff2") format("woff2"), url("../font/poppins-v20-latin-600.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../font/poppins-v20-latin-700.woff2") format("woff2"), url("../font/poppins-v20-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../font/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../font/source-sans-pro-v21-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../font/source-sans-pro-v21-latin-600.woff2") format("woff2"), url("../font/source-sans-pro-v21-latin-600.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../font/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("../font/source-sans-pro-v21-latin-700.woff") format("woff");
}
* {
  margin: 0;
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}
body {
  font: 15px "Source Sans Pro", Arial, sans-serif;
  color: #7c7c7c;
  box-sizing: border-box;
}
a {
  color: inherit;
  outline: 0;
}
:target {
  scroll-margin-top: 170px;
}
h1, .h1 {
  font: 300 40px/60px "Poppins", Arial, sans-serif;
  color: #f29526;
  margin-bottom: 36px;
  word-wrap: break-word;
  hyphens: auto;
}
h1.garden, .h1.garden {
  font: 400 50px/75px "GardenGrown", Arial, sans-serif;
  margin-bottom: 25px;
  color: #3C3C3C;
}
h2, .h2 {
  position: relative;
  font: 300 35px/53px "Poppins", Arial, sans-serif;
  color: #393939;
  margin-bottom: 35px;
  word-wrap: break-word;
}
h3, .h3 {
  font: 500 20px/27px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  color: #393939;
  margin: 0;
  word-wrap: break-word;
}
h4, .h4 {
  font: 600 15px/24px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  color: #393939;
  margin: 0;
}
input, textarea, select {
  filter: none;
  outline: 0;
  border-radius: 0;
  font-family: inherit;
  border-radius: 0;
}
input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  background: #8B97B6;
  outline: none;
  padding: 0;
  border: 0;
  border-radius: 4px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #203775;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
}
input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #203775;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #B2B2B2;
}
:-moz-placeholder {
  opacity: 1;
  color: #B2B2B2;
}
::-moz-placeholder {
  opacity: 1;
  color: #B2B2B2;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #B2B2B2;
}
.wrp {
  position: relative;
  width: 1208px;
  margin: auto;
}
.main {
  padding-top: 146px;
}
.main a {
  color: #f29526;
  text-decoration: none;
}
.main a:hover {
  color: #e68e25;
}
.main ul {
  padding: 0;
}
.main ul li {
  display: block;
  position: relative;
  padding-left: 12px;
}
.main ul li:first-child {
  margin-top: 0;
}
.main ul li:before {
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
}
.section {
  margin: 80px 0;
}
.section--grey {
  padding: 80px 0;
  background: #f9f9f9;
  margin: 0;
}
.section--grey + .section--grey {
  padding-top: 0;
}
.img--width-max {
  display: block;
  width: 100%;
  height: auto;
}
.img--max-width {
  display: block;
  max-width: 100%;
  height: auto;
}
.text--orange {
  color: #f29526;
}
.text--green {
  color: #52d047;
}
.text--center {
  text-align: center;
}
.text-quote {
  position: relative;
  padding: 0 60px 0 77px;
  margin: 60px 0;
  font-style: italic;
  font-size: 20px;
  text-transform: uppercase;
}
.text-quote:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  width: 5px;
  background: #f29526;
}
.link-arrow__block {
  margin-top: 20px;
}
.link-arrow__item {
  display: block;
  margin-top: 15px;
}
.link-arrow {
  position: relative;
  display: inline-block;
  color: #f29526 !important;
  cursor: pointer;
  font: 500 15px/22px "Poppins", Arial, sans-serif;
  text-decoration: none;
  padding-left: 36px;
  text-transform: uppercase;
  transition: transform 0.3s;
}
.link-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("./../img/icons/icon-arrow-orange-right.svg") no-repeat;
}
.link-arrow:hover {
  transform: translateX(10px);
}
.link-arrow--active {
  color: #eb6a27 !important;
}
.link-arrow--green {
  color: #52d047 !important;
}
.link-arrow--green:before {
  background: url("./../img/icons/icon-arrow-green-right.svg") no-repeat;
}
.link-arrow--left:before {
  background: url("./../img/icons/icon-arrow-orange-left.svg") no-repeat;
}
.link-arrow--left:hover {
  transform: translateX(-10px);
}
.link-arrow--down:before {
  background: url("./../img/icons/icon-arrow-orange-down.svg") no-repeat;
}
.link-arrow--down:hover {
  transform: translateY(5px);
}
.link-arrow--up:before {
  background: url("./../img/icons/icon-arrow-orange-top.svg") no-repeat;
}
.link-arrow--up:hover {
  transform: translateY(-5px);
}
.ul-list {
  padding: 0;
}
.ul-list li {
  display: block;
  position: relative;
  padding-left: 12px;
}
.ul-list li:first-child {
  margin-top: 0;
}
.ul-list li:before {
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
}
.btn-block {
  margin-top: -25px;
}
.btn__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 45px 0 0;
}
.btn__block .btn {
  margin-right: 20px;
}
.btn__block .btn:last-child {
  margin-right: 0;
}
.btn__block--left {
  text-align: left;
  justify-content: flex-start;
}
.btn__block--upload {
  text-align: left;
}
.btn__block--upload .btn {
  margin-left: 0;
}
.btn__block--small {
  margin-top: 10px;
}
.btn {
  display: inline-block;
  min-width: 294px;
  text-align: center;
  color: white !important;
  background: #f29526;
  border: 2px solid #f29526;
  text-decoration: none;
  text-transform: uppercase;
  margin: 25px 0 0;
  padding: 8px 22px 9px;
  cursor: pointer;
  font: 500 16px/24px "Poppins", Arial, sans-serif;
  border-radius: 0;
}
.btn:hover {
  background: #e68e25;
  border-color: #e68e25;
}
.btn--active {
  background: #e68e25;
  border-color: #e68e25;
}
.btn--invert {
  background: white;
  color: #f29526;
}
.btn--invert:hover {
  background: #f29526;
  color: white;
}
.btn--white {
  background: white;
  border-color: white;
  color: #f29526 !important;
}
.btn--white:hover {
  background: transparent;
  color: white !important;
  border-color: white;
}
.btn--full {
  display: block;
  width: 100%;
}
.btn--print {
  display: inline-flex;
  justify-content: center;
}
.btn--print:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url("./../img/icons/icon-print.svg") no-repeat;
}
.btn--blue {
  background: #203775;
  border-color: #203775;
}
.btn--blue:hover {
  background: #16295d;
  border-color: #16295d;
}
.address__icon-text {
  padding-left: 40px;
  position: relative;
  line-height: 22px;
  margin-top: 22px;
}
.address__icon-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
}
.address__icon-icon--map {
  top: -6px;
  width: 28px;
}
.address__icon-icon--mobil {
  top: -2px;
  width: 24px;
}
.anchor-block {
  display: block;
  height: 146px;
  margin-top: -146px;
  visibility: hidden;
}
@keyframes reloadItemShow {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.reload-block {
  max-height: 0;
  visibility: none;
  overflow: hidden;
}
.reload-block__items {
  display: none;
}
.reload-block__item {
  animation: reloadItemShow 1.5s;
}
@media (max-width: 1288px) {
  .wrp {
    width: calc(100% - 80px);
  }
}
@media (max-width: 1079px) {
  .main {
    padding-top: 118px;
  }
  .anchor-block {
    height: 118px;
    margin-top: -118px;
  }
}
@media (max-width: 810px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .section--grey-mobil {
    padding: 20px 0;
    background-color: transparent !important;
  }
  .section--grey-mobil .form {
    padding: 42px 0px;
  }
}
@media (max-width: 500px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 44px;
  }
  h2, .h2 {
    font-size: 27px;
    line-height: 40px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .btn {
    width: 100%;
    min-width: 0;
  }
  .btn__block .btn {
    margin-right: 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 146px;
  background: white;
  z-index: 50;
}
.header__top {
  height: 40px;
  width: 100%;
  background: linear-gradient(to right, #eb6a27, #f29526);
}
.header__bg {
  position: relative;
  width: 100%;
  height: 106px;
  background: white;
  z-index: 49;
  border-bottom: 1px solid #ACACAC;
}
.header__bg--fixed {
  top: 0;
}
.header__wrp {
  height: 106px;
  height: 100%;
}
.header__logo-block {
  display: flex;
  align-items: center;
  width: 140px;
  height: 100%;
}
.header__search-open {
  display: block;
  position: absolute;
  bottom: 26px;
  right: 0;
  height: 20px;
  width: 20px;
  background: url("./../img/icons/icon-lupe-default.svg") no-repeat;
  cursor: pointer;
  user-select: none;
}
.header__search-open:hover {
  background: url("./../img/icons/icon-lupe-hover.svg") no-repeat;
}
.header__search-open--active {
  background: url("./../img/icons/icon-lupe-active.svg") no-repeat;
}
.header__search-block {
  display: none;
  position: fixed;
  top: 146px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  animation: mainNavBgFade 0.4s;
  overflow: hidden;
}
.header__search-block--open {
  display: block;
}
.header__search {
  background: white;
  width: 100%;
}
@keyframes headerFromTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.header__search {
  animation: headerFromTop 0.4s;
}
.header__search-wrp {
  display: flex;
  padding: 30px 0;
  margin: 0 auto;
  width: 768px;
  align-items: center;
}
.header__search-icon {
  display: block;
  height: 20px;
  width: 20px;
  background: url("./../img/icons/icon-lupe-default.svg") no-repeat;
  margin-right: 10px;
}
.header__search-input {
  height: 44px;
  font-family: inherit;
  font-size: 20px;
  color: inherit;
  border: 0;
  flex-grow: 1;
}
.header__search-submit {
  width: 110px;
  height: 44px;
  background: #f29526;
  color: white;
  border: 0;
  margin-left: 20px;
  text-transform: uppercase;
  font: 500 16px/44px "Poppins", Arial, sans-serif;
  border-radius: 0;
}
.header__search-submit:hover {
  background: #FCA032;
  border-color: #FCA032;
}
.chat-bubble {
  background-color: #f29526;
  display: inline-block;
  width: 44px;
  height: 44px;
  min-width: 44px;
  margin-left: 20px;
  background-image: url(https://embed.livestep.ai/regnauer-de-objektbau/buttonavatar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  cursor: pointer;
}
.chat-bubblehover {
  background: #FCA032;
  border-color: #FCA032;
}
.main-nav {
  position: absolute;
  bottom: 0;
  right: 50px;
}
.main-nav__list {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.main-nav__item {
  display: block;
  margin-left: 54px;
}
.main-nav__item:first-child {
  margin-left: 0;
}
.main-nav__link {
  display: block;
  text-transform: uppercase;
  font: 500 16px/25px "Poppins", Arial, sans-serif;
  color: #393939;
  padding-bottom: 18px;
  text-decoration: none;
  cursor: pointer;
}
.main-nav__link:hover {
  color: #7c7c7c;
}
.main-nav__link--active {
  color: #f29526;
}
.main-nav__link--open {
  color: #f29526;
}
@keyframes mainNavBgFade {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 0.25);
  }
}
.main-nav__sub-block {
  display: none;
  position: fixed;
  top: 146px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  animation: mainNavBgFade 0.4s;
  overflow: hidden;
}
.main-nav__sub-block--open {
  display: block;
}
.main-nav__sub-bg {
  background: white;
  animation: headerFromTop 0.4s;
}
.main-nav__sub-block-wrp {
  display: flex;
}
.main-nav__sub-block-item {
  width: 50%;
}
.main-nav__sub-block-item:last-child {
  padding: 37px 52px;
  background: #f9f9f9;
}
.main-nav__sub-list {
  padding: 31px 30% 32px 0;
  display: block;
  column-count: 2;
  column-gap: 10px;
}
.main-nav__sub-item {
  display: block;
  padding: 6px 0;
}
.main-nav__sub-link {
  font: 500 16px/28px "Poppins", Arial, sans-serif;
  text-decoration: none;
  color: #393939;
}
.main-nav__sub-link:hover {
  color: #7c7c7c;
}
.main-nav__sub-link--active {
  color: #f29526;
}
.main-nav__sub-header {
  font: 500 20px/30px "Poppins", Arial, sans-serif;
  color: #393939;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.top-nav {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
}
.top-nav__list {
  display: flex;
  align-items: flex-start;
  padding: 0;
  line-height: 40px;
}
@keyframes topNavHover {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-nav__item {
  position: relative;
  display: block;
  margin-left: 10px;
  padding: 0 10px;
  font-size: 14px;
}
.top-nav__item:first-child {
  margin-left: 0;
}
.top-nav__item:last-child {
  padding-right: 0;
}
.top-nav__item:hover .top-nav__link:after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  animation: topNavHover 0.4s;
}
.top-nav__item:hover .top-nav__sub-list {
  display: block;
}
.top-nav__item--active .top-nav__link:after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
}
.top-nav__link {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.top-nav__sub-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #f9f9f9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 23px 10px 20px;
  z-index: 20;
  border-radius: 0px 0px 5px 5px;
}
.top-nav__sub-item {
  display: block;
}
.top-nav__sub-link {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #393939;
  text-decoration: none;
  white-space: nowrap;
}
.top-nav__sub-link:hover {
  color: #7c7c7c;
}
.top-nav__sub-link--active {
  color: #f29526;
}
.top-nav__other {
  width: 277px;
  color: #7c7c7c;
}
.top-nav__other--open .top-nav__other-text {
  box-shadow: none;
  border-radius: 0;
}
.top-nav__other--open .top-nav__other-text:after {
  background: url("./../img/icons/icon-andere-gebaeudearten-active.svg") no-repeat;
}
.top-nav__other--open .top-nav__list2 {
  display: block;
}
@keyframes otherTextIconAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.top-nav__other-text {
  position: relative;
  padding: 15px 52px 15px 22px;
  font: 500 14px/20px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  background: #f9f9f9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 5px 5px;
  z-index: 1;
}
.top-nav__other-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 17px;
  width: 22px;
  height: 22px;
  background: url("./../img/icons/icon-andere-gebaeudearten-default.svg") no-repeat;
}
.top-nav__other-text:hover:after {
  animation: otherTextIconAni 0.4s;
}
.top-nav__list2 {
  display: none;
  margin-top: -50px;
  padding: 69px 23px 24px 22px;
  background: #f9f9f9;
  animation: headerFromTop 0.4s;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.top-nav__item2 {
  display: block;
  margin-top: 20px;
}
.top-nav__item2:first-child {
  margin-top: 0;
}
.top-nav__link2 {
  display: flex;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}
.top-nav__link2:hover {
  color: #393939;
}
.top-nav__link2--first {
  position: relative;
  font: 500 15px/24px "Poppins", Arial, sans-serif;
  color: #393939;
  padding-left: 40px;
  text-transform: uppercase;
  padding-bottom: 17px;
}
.top-nav__link2--first:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("./../img/icons/icon-arrow-darkgray-right.svg") no-repeat;
}
.top-nav__img2 {
  display: block;
  min-width: 78px;
  max-width: 78px;
  margin-right: 18px;
  height: auto;
}
@keyframes navMobileSlideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
.header__open-mobile {
  display: none;
  position: absolute;
  top: 50%;
  right: -17px;
  width: 40px;
  height: 40px;
  background: #f29526;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  transform: translateY(-50%);
}
.header__open-mobile--login {
  right: 42px;
}
.header__open-mobile-item {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 24px;
  height: 2px;
  background: white;
  transform: translateY(-1px);
  border-radius: 20px;
}
.header__open-mobile-item:first-child {
  transform: translateY(-9px);
}
.header__open-mobile-item:last-child {
  transform: translateY(7px);
}
@media (max-width: 848px) {
  .header__search-wrp {
    width: auto;
  }
}
@media (max-width: 1288px) {
  .main-nav__item {
    margin-left: 26px;
  }
}
@media (max-width: 1079px) {
  .header {
    height: 118px;
  }
  .header__bg {
    height: 98px;
  }
  .header__top {
    height: 20px;
  }
  .header__logo-block {
    width: 130px;
  }
  .header__search-open {
    right: 46px;
    bottom: 50%;
    transform: translateY(50%);
  }
  .header__search-open--login {
    right: 105px;
  }
  .header__search-block {
    top: 118px;
  }
  .nav__wrp {
    display: block;
  }
  .header__open-mobile {
    display: block;
  }
  .mobile-nav--open {
    overflow: hidden;
  }
  .nav__wrp {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 118px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    animation: mainNavBgFade 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .nav__wrp--open {
    display: flex;
  }
  .main-nav {
    position: static;
    margin-left: auto;
    width: 378px;
    background: white;
    padding: 26px 31px 12px;
    animation: navMobileSlideIn 0.4s;
  }
  .main-nav__list {
    display: block;
  }
  .main-nav__item {
    margin: 0;
  }
  .main-nav__sub-block {
    position: static;
  }
  .main-nav__sub-bg {
    animation: none;
  }
  .main-nav__sub-block-wrp {
    display: block;
    width: auto;
  }
  .main-nav__sub-block-item {
    width: auto;
  }
  .main-nav__sub-block-item:last-child {
    display: none;
  }
  .main-nav__sub-list {
    padding: 0 0 28px 32px;
    column-count: auto;
  }
  .top-nav {
    position: static;
    margin-left: auto;
    width: 378px;
    background: #f9f9f9;
    flex-grow: 1;
    color: #393939;
    padding: 26px 31px 0;
    animation: navMobileSlideIn 0.4s;
  }
  .top-nav__list {
    display: block;
    line-height: normal;
  }
  .top-nav__item {
    margin: 15px 0 0;
    padding: 0;
  }
  .top-nav__item:first-child {
    margin-top: 0;
  }
  .top-nav__item:last-child {
    padding-top: 20px;
    background: white;
    margin: 32px -31px 0;
  }
  .top-nav__item:hover .top-nav__link:after {
    content: normal;
  }
  .top-nav__item:hover .top-nav__sub-list {
    display: none;
  }
  .top-nav__item--active .top-nav__link:after {
    content: normal;
  }
  .top-nav__link {
    color: #393939;
  }
  .top-nav__other {
    background: white;
    box-shadow: none;
  }
  .top-nav__other-text {
    display: none;
  }
  .top-nav__list2 {
    display: block;
    padding: 0 31px;
    margin-top: 0;
    background: transparent;
    animation: none;
    border-radius: 0;
    box-shadow: none;
  }
  .top-nav__item2 {
    display: none;
  }
  .top-nav__item2:first-child {
    display: block;
  }
  .top-nav__sub-list {
    position: static;
    border-radius: 0;
    box-shadow: none;
  }
  .top-nav__item--open .top-nav__sub-list {
    display: block !important;
  }
  .top-nav__sub-item {
    margin-top: 10px;
  }
  .top-nav__sub-item:first-child {
    margin-top: 0;
  }
  .top-nav__sub-link {
    font-weight: 400;
  }
}
.footer {
  position: relative;
  padding-top: 63px;
  border-top: 1px solid #ACACAC;
}
.footer a {
  text-decoration: none;
}
#back-to-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url("./../img/icons/footer/icon-top.svg") no-repeat;
  cursor: pointer;
  transition: transform 0.4s;
}
#back-to-top:hover {
  transform: translateY(-10px);
}
.footer-text {
  padding-right: 164px;
}
.footer__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
}
.footer__item {
  width: 33.33333%;
}
.footer__header {
  margin-bottom: 30px;
}
.footer-nav {
  padding: 0;
  line-height: 22px;
}
.footer-nav__list {
  padding: 0;
}
.footer-nav__item {
  display: block;
  margin-top: 12px;
}
.footer-nav__link {
  text-decoration: none;
}
.footer-nav__link:hover {
  color: #f29526;
}
.footer__btn {
  display: block;
  max-width: 294px;
  padding: 11px 5px;
  background: #f29526;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 16px;
  font: 500 16px/24px "Poppins", Arial, sans-serif;
}
.footer__btn:hover {
  background: #e68e25;
  border-color: #e68e25;
}
.footer-social-nav__header {
  margin-top: 63px;
}
.footer-social-nav {
  margin-top: 30px;
}
.footer-social-nav__list {
  padding: 0;
  display: flex;
}
.footer-social-nav__item {
  display: block;
  margin-left: 22px;
}
.footer-social-nav__item:first-child {
  margin-left: 0;
}
.footer-social-nav__link {
  display: block;
  width: 32px;
  height: 32px;
  background: #f29526;
}
.footer-social-nav__link--xing {
  background: url("./../img/icons/footer/icon-xing.svg") no-repeat;
}
.footer-social-nav__link--xing:hover {
  background: url("./../img/icons/footer/icon-xing-hb-aktiv.svg") no-repeat;
}
.footer-social-nav__link--facebook {
  background: url("./../img/icons/footer/icon-facebook.svg") no-repeat;
}
.footer-social-nav__link--facebook:hover {
  background: url("./../img/icons/footer/icon-facebook-hb-aktiv.svg") no-repeat;
}
.footer-social-nav__link--youtube {
  background: url("./../img/icons/footer/icon-youtube.svg") no-repeat;
}
.footer-social-nav__link--youtube:hover {
  background: url("./../img/icons/footer/icon-youtube-hb-aktiv.svg") no-repeat;
}
.footer-social-nav__link--insta {
  background: url("./../img/icons/footer/icon-instagram.svg") no-repeat;
}
.footer-social-nav__link--insta:hover {
  background: url("./../img/icons/footer/icon-instagram-hb-aktiv.svg") no-repeat;
}
.footer-social-nav__link--pinterest {
  background: url("./../img/icons/footer/icon-pinterest.svg") no-repeat;
}
.footer-social-nav__link--pinterest:hover {
  background: url("./../img/icons/footer/icon-pinterest-hb-aktiv.svg") no-repeat;
}
.footer-social-nav__link--whatsapp {
  background: url("./../img/icons/footer/icon-whatsapp.svg") no-repeat;
}
.footer-social-nav__link--whatsapp:hover {
  background: url("./../img/icons/footer/icon-whatsapp-aktiv.svg") no-repeat;
}
.footer-social-nav__link--linkedin {
  background: url("./../img/icons/footer/icon-linkedin-outline.svg") no-repeat;
}
.footer-social-nav__link--linkedin:hover {
  background: url("./../img/icons/footer/icon-linkedin-outline-aktiv.svg") no-repeat;
}
.footer__bottom {
  height: 40px;
  background: linear-gradient(to right, #eb6a27, #f29526);
  color: white;
  line-height: 40px;
  margin-top: 54px;
}
.footer-bottom-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-bottom-nav__list {
  display: flex;
  padding: 0;
}
.footer-bottom-nav__item {
  display: block;
  margin-left: 34px;
}
.footer-bottom-nav__item:first-child {
  margin-left: 0;
}
.footer-bottom-nav__link {
  text-decoration: none;
}
@media (max-width: 810px) {
  .footer-text {
    padding-right: 140px;
  }
  .footer__item {
    width: 50%;
  }
  .footer__item:last-child {
    margin-top: 39px;
  }
}
@media (max-width: 500px) {
  .footer-text {
    padding-right: 96px;
  }
  .footer__item {
    width: 100%;
    margin-top: 42px;
  }
  .footer__item:last-child {
    margin-top: 42px;
  }
  .footer__btn {
    width: 100%;
  }
  .footer__bottom {
    font-size: 13px;
  }
  .footer__bottom-wrp {
    width: calc(100% - 44px);
  }
}
.slider-block {
  position: relative;
}
.simple-slider {
  position: relative;
}
.simple-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-slider__prev, .simple-slider__next {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 18px;
  height: 48px;
  width: 48px;
  background: url("./../img/icons/icon-arrow-white-left.svg") no-repeat;
  cursor: pointer;
  z-index: 12;
}
.simple-slider__next {
  left: auto;
  right: 20px;
  background: url("./../img/icons/icon-arrow-white-right.svg") no-repeat;
}
.simple-slider__slide-block {
  overflow: hidden;
  position: relative;
}
.simple-slider__slide-block--no-height .simple-slider__item {
  height: auto;
}
.simple-slider__item {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 700px;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-property: none;
}
.simple-slider__item--slide-prev {
  display: block;
  transition-property: right;
  right: 100%;
  z-index: 10;
}
.simple-slider__item--slide-next {
  display: block;
  transition-property: left;
  left: 100%;
  z-index: 10;
}
.simple-slider__item--slide-next-slide-to-left {
  left: 0;
}
.simple-slider__item--slide-prev-slide-to-right {
  right: 0;
}
.simple-slider__item--active {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.simple-slider__item--active-slide-to-left {
  transition-property: left;
  left: -100%;
}
.simple-slider__item--active-slide-to-right {
  transition-property: left;
  left: 100%;
}
.hero-slider {
  position: relative;
  z-index: 11;
  height: 30px;
}
.hero-slider--btn, .hero-slider--nav {
  height: 45px;
}
.hero-slider--btn .hero-slider__top, .hero-slider--nav .hero-slider__top {
  padding-top: 27px;
}
.hero-slider--btn .hero-slider__block:after, .hero-slider--nav .hero-slider__block:after {
  height: 45px;
}
.hero-slider--gallery {
  height: 77px;
  background: #f9f9f9;
}
.hero-slider--gallery .hero-slider__block {
  width: 536px;
}
.hero-slider--gallery .hero-slider__block:after {
  content: normal;
}
.hero-slider--gallery .hero-slider__top {
  padding-top: 22px;
  padding-bottom: 0;
}
.hero-slider--gallery-o {
  height: 77px;
  background: #f9f9f9;
}
.hero-slider--gallery-o .hero-slider__block:after {
  content: normal;
}
.hero-slider--gallery-o .hero-slider__top {
  padding-top: 22px;
  padding-bottom: 0;
}
.hero-slider__wrp {
  height: 100%;
}
.hero-slider__block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 630px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  overflow: hidden;
}
.hero-slider__block:after {
  content: "";
  display: block;
  height: 30px;
  background: #f29526;
}
.hero-slider__block--2col {
  width: max-content;
}
.hero-slider__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.hero-slider__slide-block {
  position: relative;
}
.hero-slider__item {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-property: none;
}
.hero-slider__item--slide-prev, .hero-slider__item--slide-next {
  display: block;
  transition-property: opacity;
  z-index: 10;
}
.hero-slider__item--slide-next-slide-to-left, .hero-slider__item--slide-prev-slide-to-right {
  opacity: 1;
}
.hero-slider__item--active {
  display: block;
  position: relative;
  opacity: 1;
  z-index: 2;
}
.hero-slider__item--active-slide-to-left, .hero-slider__item--active-slide-to-right {
  transition-property: opacity;
  opacity: 0;
}
.hero-slider__nav {
  position: absolute;
  top: 29px;
  right: 26px;
  display: flex;
  justify-content: flex-end;
  z-index: 12;
}
.hero-slider__nav--text {
  bottom: 207px;
}
.hero-slider__nav-item {
  display: block;
  width: 10px;
  height: 10px;
  background: #bcbcbc;
  margin-left: 14px;
  cursor: pointer;
  border-radius: 50%;
}
.hero-slider__nav-item:first-child {
  margin-left: 0;
}
.hero-slider__nav-item--active {
  background: #f29526;
}
.hero-slider__over-block {
  display: block;
  position: relative;
}
.hero-slider__top {
  padding: 35px 26px 20px 29px;
}
.hero-slider__subheader {
  color: #393939;
  margin-bottom: 10px;
}
.hero-slider__header {
  color: #393939;
  font: 50px/72px "GardenGrown", Arial, sans-serif;
}
.hero-slider__header--o {
  font: 300 40px/52px "Poppins", Arial, sans-serif;
  padding: 10px 0;
}
.hero-slider__header-gallery {
  color: #393939;
  font: 60px/86px "GardenGrown", Arial, sans-serif;
}
.hero-slider__header-gallery--o {
  font: 300 40px/66px "Poppins", Arial, sans-serif;
  padding-bottom: 20px;
}
.hero-slider__text-block {
  padding: 26px 16px 26px 0;
  overflow: hidden;
}
.hero-slider__btn {
  display: block;
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font: 500 17px/45px "Poppins", Arial, sans-serif;
}
.hero-slider__bar {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
}
.hero-slider__gallery-info {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  font: 600 17px/26px "Poppins", Arial, sans-serif;
  background: #f29526;
  color: white;
  padding: 13px 26px 12px 29px;
  height: 77px;
}
.hero-slider__gallery-info--2col {
  grid-template-columns: max-content auto;
  column-gap: 30px;
}
@media (max-width: 1079px) {
  .simple-slider__img {
    object-fit: fill;
    height: auto;
  }
  .simple-slider__item {
    height: auto;
  }
}
@media (max-width: 810px) {
  .hero-slider__block {
    width: 100% !important;
  }
  .h .hero-slider__over-block {
    display: block;
  }
  .hero-slider__top {
    padding-top: 22px;
    padding-bottom: 7px;
  }
  .hero-slider__header {
    font-size: 35px;
    line-height: 40px;
  }
  .hero-slider__header-gallery {
    font-size: 45px;
    line-height: 50px;
  }
  .hero-slider__bar {
    margin-top: 7px;
  }
  .hero-slider--btn .hero-slider__top {
    padding-top: 19px;
  }
  .hero-slider--nav {
    height: auto;
    margin-top: -42px;
  }
  .hero-slider--nav .hero-slider__block {
    position: static;
  }
  .hero-slider--nav .hero-slider__top {
    padding-top: 60px;
  }
  .hero-slider__nav {
    top: 16px;
    right: 20px;
  }
  .simple-slider__prev--mobile-hidden, .simple-slider__next--mobile-hidden {
    display: none;
  }
}
@media (max-width: 500px) {
  .hero-slider__header--o {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-slider__header-gallery--o {
    font-size: 30px;
    line-height: 44px;
    padding-bottom: 12px;
  }
  .hero-slider__gallery-info {
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px;
  }
  .hero-slider--gallery-o {
    height: 130px;
  }
  .hero-slider__gallery-info--2col {
    height: 130px;
    grid-template-columns: 1fr;
    font-size: 12px;
  }
}
.text-center--centred {
  text-align: center;
}
.text-center__block {
  width: 768px;
  margin: 0 auto;
}
.text-center__img-top {
  margin-bottom: 60px;
}
.text-center__img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-top: 40px;
}
.text-center__img-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 848px) {
  .text-center__block {
    width: auto;
  }
  .text-center__img-grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .text-center__img-grid--3col {
    grid-template-columns: 1fr;
  }
}
.gallery-filter__block {
  margin-top: 62px;
  display: flex;
}
.gallery-filter__item {
  width: 50%;
}
.gallery-filter__item:first-child {
  padding-right: 162px;
}
.gallery-filter__btn-block {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -10px 0;
}
.gallery-filter__btn {
  width: calc(33.33333% - 20px);
  height: 34px;
  margin: 10px;
  font: 500 15px/32px "Poppins", Arial, sans-serif;
  color: #393939 !important;
  background: white;
  border: 1px solid #393939;
  text-decoration: none;
  text-align: center;
  border-radius: 7px;
}
.gallery-filter__btn:hover {
  background: #E8E8E8;
}
.gallery-filter__btn--active {
  color: white !important;
  background: #f29526;
  border-color: #f29526;
}
.gallery-filter__btn--my {
  width: calc(66.66666% - 20px);
}
@media (max-width: 1079px) {
  .gallery-filter__item:first-child {
    padding-right: 156px;
  }
  .gallery-filter__btn {
    width: calc(50% - 20px);
  }
  .gallery-filter__btn--my {
    width: calc(100% - 20px);
  }
}
@media (max-width: 810px) {
  .gallery-filter__block {
    display: block;
  }
  .gallery-filter__item {
    width: auto;
    margin-top: 62px;
    padding-right: 60px;
  }
  .gallery-filter__item:first-child {
    margin-top: 0;
    padding-right: 60px;
  }
  .gallery-filter__item:first-child .gallery-filter__btn {
    width: calc(25% - 20px);
  }
  .gallery-filter__item:first-child .gallery-filter__btn--my {
    width: calc(50% - 20px);
  }
  .gallery-filter__btn-block {
    margin-top: 15px;
  }
  .gallery-filter__btn {
    width: calc(33.33333% - 20px);
  }
}
@media (max-width: 500px) {
  .gallery-filter__block {
    margin-top: 40px;
  }
  .gallery-filter__item {
    margin-top: 30px;
    padding-right: 0;
  }
  .gallery-filter__item:first-child {
    padding-right: 0;
  }
  .gallery-filter__item:first-child .gallery-filter__btn {
    width: calc(50% - 20px);
  }
  .gallery-filter__item:first-child .gallery-filter__btn--my {
    width: calc(100% - 20px);
  }
  .gallery-filter__btn {
    width: calc(50% - 20px);
  }
}
@media (max-width: 430px) {
  .gallery-filter__btn {
    width: calc(100% - 20px);
  }
}
.gallery-items__block {
  display: flex;
  flex-wrap: wrap;
  margin: -55px -15px 0;
  place-content: center;
}
.gallery-items__item {
  display: block;
  width: calc(33.33333% - 30px);
  margin: 55px 15px 0;
}
.gallery-items__img-block {
  position: relative;
  display: block;
}
.gallery-items__img-block--hover {
  overflow: hidden;
}
.gallery-items__img-block--hover .gallery-items__img {
  transition: transform 0.4s;
}
.gallery-items__img-block--hover .gallery-items__img:hover {
  transform: scale(1.1);
}
.gallery-items__label {
  position: absolute;
  top: 17px;
  right: 14px;
  padding: 10px 12px;
  background: linear-gradient(to right, #00c17a, #59d243);
  color: white;
  font: 600 15px/23px "Poppins", Arial, sans-serif;
  border-radius: 7px;
  min-width: 130px;
  text-align: center;
}
.gallery-items__text-block {
  position: relative;
  padding: 16px 90px 0 0;
}
.gallery-items__star {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 30px;
  height: 28px;
  background: url("./../img/icons/icon-favorit-default.svg") no-repeat;
  cursor: pointer;
}
.gallery-items__star:hover {
  background-image: url("./../img/icons/icon-favorit-hover.svg");
}
.gallery-items__star.star--active {
  background-image: url("./../img/icons/icon-favorit-active.svg");
}
.gallery-items__delete {
  position: absolute;
  top: 27px;
  right: 14px;
  width: 25px;
  height: 25px;
  background: url("./../img/icons/icon-delete.svg") no-repeat;
  cursor: pointer;
}
.gallery-items__edit {
  position: absolute;
  top: 24px;
  right: 62px;
  width: 28px;
  height: 28px;
  background: url("./../img/icons/icon-write.svg") no-repeat;
  cursor: pointer;
}
.gallery-items__pdf {
  position: absolute;
  top: 24px;
  right: 17px;
  width: 27px;
  height: 28px;
  background: url("./../img/icons/icon-pdf-download.svg") no-repeat;
  cursor: pointer;
}
.gallery-items__artistic {
  margin-top: 3px;
  color: #f29526;
}
@media (max-width: 1079px) {
  .gallery-items__block {
    margin-left: 62px;
    margin-right: 62px;
  }
  .gallery-items__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 810px) {
  .gallery-items__block {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 500px) {
  .gallery-items__block {
    display: block;
    margin: 0;
  }
  .gallery-items__item {
    width: auto;
    margin: 30px 0;
  }
}
.featured-contact {
  background: linear-gradient(to right, #eb6a27, #f29526);
  color: white;
  padding: 80px 0;
  margin: 0;
}
.featured-contact .btn__block {
  margin-top: 25px;
}
.featured-contact__header {
  color: white;
}
.featured-contact__block {
  display: flex;
  justify-content: space-between;
}
.featured-contact__item {
  width: 48.5%;
}
.featured-contact__item:first-child {
  padding-right: 40px;
}
.featured-contact__item-right {
  order: 1;
  padding-left: 40px;
}
@media (max-width: 810px) {
  .featured-contact__item:first-child {
    width: 100%;
    padding-right: 40%;
  }
  .featured-contact__item:last-child {
    display: none;
  }
}
@media (max-width: 500px) {
  .featured-contact__item:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.contact-block__header {
  margin-bottom: 52px;
}
.contact-block__block {
  display: flex;
  justify-content: space-between;
}
.contact-block__item {
  width: 48.5%;
}
.contact-block__item:first-child {
  padding-right: 40px;
}
@media (max-width: 810px) {
  .contact-block__item:first-child {
    width: 100%;
    padding-right: 40%;
  }
  .contact-block__item:last-child {
    display: none;
  }
}
@media (max-width: 500px) {
  .contact-block__item:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.text-2col__block {
  display: flex;
}
.text-2col__block .link-arrow__block {
  margin-top: 35px;
}
.text-2col__item {
  width: 48.5%;
  order: 1;
}
.text-2col__item--text {
  width: 51.5%;
  padding-left: 64px;
}
.text-2col__item--text-left {
  order: 0;
  padding: 0 64px 0 0;
}
.text-2col__block--slider .text-2col__item {
  width: 63%;
}
.text-2col__block--slider .text-2col__item--text {
  width: 37%;
}
.text-2col__block--slider-small .text-2col__item {
  width: 48.5%;
}
.text-2col__block--slider-small .text-2col__item--text {
  width: 51.5%;
}
.text-2col__h3 {
  margin-bottom: 25px;
}
.text-2col__text2 {
  margin-top: 20px;
}
.text-2col__img-link {
  display: block;
}
.text-2col__img-block--quality {
  background: #f9f9f9;
  padding: 30px 0;
}
.text-2col__img-block--quality .text-2col__img {
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 1079px) {
  .text-2col__block {
    display: block;
  }
  .text-2col__item {
    width: auto !important;
  }
  .text-2col__item--text {
    padding: 0;
    margin-top: 35px;
  }
}
.hero-gallery-block {
  position: relative;
}
.hero-gallery {
  position: relative;
  display: block;
  overflow: hidden;
}
.hero-gallery__slide-block {
  white-space: nowrap;
}
.hero-gallery__item {
  display: inline-block;
  width: 800px;
  vertical-align: top;
}
.hero-gallery__item--first {
  margin-left: -640px;
}
.hero-gallery__item--full {
  display: block;
  height: 700px;
  width: 100%;
}
.hero-gallery__item--full .hero-gallery__img {
  height: 100%;
  object-fit: cover;
}
.hero-gallery__item--first-prev {
  margin-left: -1440px;
}
.hero-gallery__item--first-prev + .hero-gallery__item--first {
  margin-left: 0;
}
@keyframes heroGalleryItemPrev {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes heroGalleryItemNext {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.hero-gallery__item--prev {
  animation: heroGalleryItemPrev 1s;
}
.hero-gallery__item--next {
  animation: heroGalleryItemNext 1s;
}
.hero-gallery__img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-gallery__prev, .hero-gallery__next {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  height: 48px;
  width: 48px;
  background: url("./../img/icons/icon-arrow-white-left.svg") no-repeat;
  cursor: pointer;
  z-index: 12;
  transform: translateY(-50%);
  transition: left 0.4s, right 0.4s;
}
.hero-gallery__prev:hover, .hero-gallery__next:hover {
  left: 15px;
}
.hero-gallery__next {
  left: auto;
  right: 20px;
  background: url("./../img/icons/icon-arrow-white-right.svg") no-repeat;
}
.hero-gallery__next:hover {
  left: auto;
  right: 15px;
}
@media (max-width: 1079px) {
  .hero-gallery__item {
    width: 90%;
  }
  .hero-gallery__item--first {
    margin-left: -85%;
  }
  .hero-gallery__item--first-prev {
    margin-left: -175%;
  }
  .hero-gallery__item--first-prev + .hero-gallery__item--first {
    margin-left: 0;
  }
  .hero-gallery__item--full {
    width: 100%;
    height: auto;
  }
  .hero-gallery__item--full .hero-gallery__img {
    object-fit: fill;
    height: auto;
  }
  .hero-gallery__prev, .hero-gallery__next {
    display: none;
  }
}
.text-gallery__block {
  display: grid;
  grid-template-columns: auto 450px;
}
.text-gallery__item:first-child {
  padding-right: 82px;
}
.text-gallery__item:first-child .link-arrow__block {
  margin-top: 35px;
}
.text-gallery__function {
  background: white;
  padding: 24px 33px 30px 27px;
  border-radius: 10px;
}
.text-gallery__function-btns {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 0;
}
.text-gallery__function-btn {
  width: calc(50% - 20px);
  margin: 20px 10px 0;
  border: 1px solid #393939;
  color: #393939 !important;
  background: white;
  text-align: center;
  text-decoration: none;
  font: 500 15px/32px "Poppins", Arial, sans-serif;
  border-radius: 7px;
}
.text-gallery__function-btn:hover {
  background: #E8E8E8;
}
.text-gallery__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 44px 0;
}
.text-gallery__btns--1col {
  display: block;
}
.text-gallery__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.text-gallery__btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.text-gallery__btn--no:before {
  content: normal;
}
.text-gallery__btn--download:before {
  width: 14px;
  height: 14px;
  background: url("./../img/icons/icon-arrow-download.svg") no-repeat;
}
.text-gallery__btn--share:before {
  background: url("./../img/icons/icon-teilen-white.svg") no-repeat;
}
.text-gallery__btn--save:before {
  background: url("./../img/icons/icon-favorit-white.svg") no-repeat;
}
.text-gallery__btn--save.star--active:before {
  background: url("./../img/icons/icon-favorit-white-active.svg") no-repeat;
}
.text-gallery__action {
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.text-gallery__action-header {
  font: 36px/40px "GardenGrown", Arial, sans-serif;
  color: white;
  text-align: center;
  background: linear-gradient(to right, #00c17a, #59d243);
  padding: 17px 10px 10px;
}
.text-gallery__action-text-block {
  padding: 20px 28px 20px 20px;
}
.text-gallery__object-contact {
  background: white;
  padding: 24px 33px 30px 27px;
  border-radius: 10px;
}
.text-gallery__object-contact .address__icon-text {
  margin-top: 0;
}
.text-gallery__object-contact-header {
  margin-bottom: 20px;
}
.text-gallery__container {
  background-color: #f9f9f9;
  padding: 24px 33px 30px 27px;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
}
.text-gallery__container-img {
  margin-right: 15px;
}
.text-gallery__container-img img {
  width: 170px;
  height: auto;
}
@media (max-width: 1079px) {
  .text-gallery__block {
    grid-template-columns: auto 242px;
  }
  .text-gallery__item:first-child {
    padding-right: 99px;
  }
  .text-gallery__function {
    padding: 24px 29px 30px 27px;
  }
  .text-gallery__function-btns {
    display: block;
    margin-top: 30px;
  }
  .text-gallery__function-btn {
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }
  .text-gallery__btns {
    display: block;
    margin: 23px 0 42px;
  }
  .text-gallery__btns .btn {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 23px 0 0;
  }
}
@media (max-width: 500px) {
  .text-gallery__block {
    display: block;
  }
  .text-gallery__item:first-child {
    padding-right: 0;
  }
  .text-gallery__item:last-child {
    margin-top: 50px;
  }
}
.gallery-img-grid .text-center__block {
  margin-top: 40px;
}
.gallery-img-grid__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery-img-grid__item {
  overflow: hidden;
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-img-grid__item:nth-child(2) {
  grid-column: span 1;
  grid-row: span 1;
}
.gallery-img-grid__item:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}
.gallery-img-grid__item:nth-child(4) {
  grid-column: span 1;
}
.gallery-img__img {
  cursor: pointer;
  transition: transform 0.5s ease;
}
.gallery-img__img:hover {
  transform: scale(1.2);
}
.gallery-img-grid2__block {
  width: 1170px;
  margin: 0 auto;
}
.gallery-img-grid2__left, .gallery-img-grid2__right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.gallery-img-grid2__item {
  margin-top: 12px;
}
.gallery-img-grid2__left {
  padding-right: 7px;
}
.gallery-img-grid2__right {
  padding-left: 7px;
}
@media (max-width: 1170px) {
  .gallery-img-grid__block, .gallery-img-grid2__block {
    width: auto;
  }
}
@media (max-width: 810px) {
  .gallery-img-grid__block {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-img-grid__item:nth-child(3) {
    grid-column: 1;
    grid-row: 4;
  }
}
@media (max-width: 500px) {
  .gallery-img-grid__block {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery-img-grid__item {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-img-grid__item:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-layout__block {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 45px;
}
.gallery-layout__block + .gallery-layout__block {
  margin-top: 80px;
}
.gallery-layout__header {
  grid-column: 2 span;
  margin-bottom: 3px;
}
.gallery-layout__sub-text {
  grid-column: 2 span;
  margin-bottom: 20px;
}
.gallery-layout__subheader {
  color: #f29526;
  margin-bottom: 60px;
}
@media (max-width: 810px) {
  .gallery-layout__block {
    display: block;
  }
  .gallery-layout__item + .gallery-layout__item {
    margin-top: 30px;
  }
}
.gallery-media__block {
  display: flex;
  justify-content: space-between;
}
.gallery-media__item {
  width: 50%;
  background: white;
  border-radius: 10px;
}
.gallery-media__item--impressions {
  width: 59%;
  padding: 45px 53px 45px 41px;
}
.gallery-media__item--awards {
  width: 37.4%;
  padding: 30px;
}
.gallery-media__header {
  margin-bottom: 24px;
}
.gallery-media__impressions {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.gallery-media__impression {
  width: calc(44% - 30px);
  margin: 50px 15px 0;
}
.gallery-media__impression-header {
  padding: 0 10px 0 7px;
  margin-top: 18px;
}
.gallery-media__impression-img-block {
  position: relative;
}
.gallery-media__impression-img-block--video, .gallery-media__impression-img-block--360 {
  cursor: pointer;
}
.gallery-media__impression-img-block--video:before, .gallery-media__impression-img-block--360:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.gallery-media__impression-img-block--video:after, .gallery-media__impression-img-block--360:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  background: url("./../img/icons/icon-video-play.svg") no-repeat;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}
.gallery-media__impression-img-block--video:hover:after, .gallery-media__impression-img-block--360:hover:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.gallery-media__impression-img-block--360:after {
  background: url("./../img/icons/icon-360-grad-01.svg") no-repeat;
}
.gallery-media__awards {
  padding: 0 48px 0 38px;
}
.gallery-media__award {
  margin-top: 31px;
}
.gallery-media__award-img {
  display: block;
  width: auto;
  max-height: 94px;
  margin: 0 auto;
}
@media (max-width: 1079px) {
  .gallery-media__impression {
    width: calc(50% - 30px);
  }
  .gallery-media__awards {
    padding: 0;
  }
}
@media (max-width: 810px) {
  .gallery-media__block {
    display: block;
  }
  .gallery-media__item {
    width: auto;
  }
  .gallery-media__item--awards {
    margin-top: 40px;
  }
}
@media (max-width: 810px) {
  .gallery-media__item--impressions {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gallery-media__impressions {
    display: block;
    margin: 0;
  }
  .gallery-media__impression {
    width: auto;
    margin: 30px 0 0;
  }
}
@keyframes carouselSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.carousel__block {
  position: relative;
  overflow: hidden;
}
.text-center .carousel__block {
  margin-top: 70px;
}
.carousel__slider {
  display: grid;
  column-gap: 20px;
}
.carousel__text-block {
  margin-top: 40px;
}
.carousel__link {
  display: block;
}
.carousel__move {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.video-block__block {
  display: flex;
  flex-wrap: wrap;
}
.video-block__block-int {
  display: flex;
  flex-wrap: wrap;
}
.video-block__block--small {
  width: 768px;
  margin: 0 auto;
}
.video-block__block--small .video-block__img-block:after {
  width: 87px;
  height: 87px;
}
.video-block__item {
  width: 50%;
  padding-right: 17px;
}
.video-block__item--text {
  padding: 0 0 0 47px;
}
.video-block__item--text-left {
  order: 1;
}
.video-block__item--text-right {
  padding: 0 47px 0 0;
}
.video-block__img-block {
  position: relative;
  cursor: pointer;
}
.video-block__img-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.video-block__img-block:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126px;
  height: 126px;
  background: url("./../img/icons/icon-video-play.svg") no-repeat;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}
.video-block__img-block:hover:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.video-block__img-block-off {
  position: relative;
  cursor: pointer;
}
.video-block__img-block-off:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.video-block__img-block-off:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126px;
  height: 126px;
  background: none !important;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}
.video-block__img-block-off:hover:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.video-block__img-block-off .video-full-block__header-block {
  position: absolute;
  top: 154px;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-top: 193px;
}
.video-block__img-block-off .video-full-block__header-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 126px;
  height: 126px;
  background: none;
  transform: translateX(-50%);
  transition: transform 0.4s;
}
.video-block__img-block-embed {
  position: relative;
  cursor: pointer;
}
.video-block__img-block-embed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.video-block__img-block-embed:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126px;
  height: 126px;
  background: url("./../img/icons/icon-video-play.svg") no-repeat;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}
.video-block__img-block-embed:hover:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.video-block__img-label {
  position: absolute;
  top: -44px;
  left: -36px;
  width: 210px;
  padding: 24px 20px 22px;
  background: linear-gradient(to right, #00c17a, #59d243);
  color: white;
  text-transform: uppercase;
  text-align: center;
  font: 400 15px/22px "Poppins", Arial, sans-serif;
  border-radius: 10px;
  z-index: 1;
}
.video-block__img-label-date {
  font: 600 27px/36px "Poppins", Arial, sans-serif;
  margin-bottom: 10px;
}
.video-block__h3 {
  margin-bottom: 25px;
}
.video-full-block video {
  object-fit: cover;
}
.video-full-block {
  position: relative;
  height: 533px;
  padding: 0;
  cursor: pointer;
}
.video-full-block:hover .video-full-block__header-block:before {
  transform: translateX(-50%) scale(1.2);
}
.video-full-block-int {
  position: relative;
  height: 533px;
  padding: 0;
}
.video-full-block-int .video-full-block__img-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 533px;
  z-index: 2;
  background: none;
}
.video-full-block-int:hover .video-full-block__header-block:before {
  transform: translateX(-50%) scale(1.2);
}
.video-full-block-int video {
  object-fit: cover;
}
.video-full-block-embed {
  position: relative;
  height: 533px;
  padding: 0;
  cursor: pointer;
}
.video-full-block-embed:hover .video-full-block__header-block:before {
  transform: translateX(-50%) scale(1.2);
}
.video-full-block__img-block {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.video-full-block__img-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.video-full-block__img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}
.video-full-block__header-block {
  position: absolute;
  top: 154px;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-top: 193px;
}
.video-full-block__header-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 126px;
  height: 126px;
  background: url("./../img/icons/icon-video-play.svg") no-repeat;
  transform: translateX(-50%);
  transition: transform 0.4s;
}
.video-full-block__header-block-embed {
  position: absolute;
  top: 154px;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-top: 193px;
}
.video-full-block__header-block-embed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 126px;
  height: 126px;
  transform: translateX(-50%);
  transition: transform 0.4s;
}
.video-full-block__header {
  font: 400 80px/115px "GardenGrown", Arial, sans-serif;
  color: white;
  text-align: center;
}
.video-full-block__header--o {
  font: 300 55px/84px "Poppins", Arial, sans-serif;
}
@media (max-width: 1288px) {
  .video-block__img-label {
    left: -15px;
  }
}
@media (max-width: 1079px) {
  .video-block__img-label {
    width: 190px;
    padding: 16px 10px;
  }
}
@media (max-width: 848px) {
  .video-block__block--small {
    width: 100%;
  }
}
@media (max-width: 810px) {
  .video-block__item {
    width: 100%;
    padding: 0;
  }
  .video-block__item--text {
    margin-top: 34px;
  }
  .video-block__img-block:after {
    width: 90px;
    height: 90px;
  }
  .video-block__block--small .video-block__item {
    width: 50%;
    margin: 0;
  }
  .video-block__block--small .video-block__item--text {
    padding: 0 0 0 64px;
  }
  .video-full-block__header--o {
    font-size: 36px;
    line-height: 50px;
  }
  .video-full-block-int {
    position: relative;
    height: auto;
    padding: 0;
  }
  .video-full-block-int .video-full-block__img-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    background: none;
  }
  .video-full-block-int:hover .video-full-block__header-block:before {
    transform: translateX(-50%) scale(1.2);
  }
}
@media (max-width: 500px) {
  .video-block__block--small .video-block__item {
    width: 100%;
    padding: 0;
  }
  .video-block__block--small .video-block__item--text {
    margin-top: 34px;
  }
  .video-full-block__header-block {
    top: 140px;
  }
  .video-full-block__header {
    font-size: 60px;
    line-height: 70px;
  }
  .video-full-block__header--o {
    font-size: 30px;
    line-height: 44px;
  }
  .video-block__img-label {
    width: 113px;
    padding: 10px;
    font-size: 10px;
    line-height: 13px;
    left: -23px;
    top: -30px;
  }
  .video-block__img-label-date {
    font-size: 17px;
    line-height: 25px;
  }
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 8px;
  bottom: 0px;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 8px;
  right: 0;
  position: absolute;
}
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  display: block;
  background-color: white;
  border-radius: 8px;
}
.ps__thumb-x {
  background-color: #393939;
  border-radius: 8px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 8px;
  bottom: 0;
  position: absolute;
}
.ps__thumb-y {
  background-color: #393939;
  border-radius: 8px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 8px;
  right: 0;
  position: absolute;
}
.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.scroll-block {
  padding: 48px 45px 65px;
  background: url("./../img/bg/home.jpg") no-repeat;
  background-size: cover;
  margin: 0;
}
.scroll-block--o {
  background: linear-gradient(to right, #eb6a27, #f29526);
}
.scroll-block--o .scroll-block__header {
  font: 300 55px/77px "Poppins", Arial, sans-serif;
  margin-bottom: 70px;
  text-shadow: none;
}
.scroll-block__header {
  font: 400 80px/115px "GardenGrown", Arial, sans-serif;
  margin-bottom: 30px;
  color: white;
  text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.47);
  text-align: center;
}
.scroll-block__scroll {
  overflow: hidden;
  position: relative;
  padding-bottom: 74px;
}
.scroll-block__block {
  display: inline-flex;
}
.scroll-block__item {
  display: inline-block;
  width: 350px;
  background: white;
  padding: 14px 12px 28px;
  border-radius: 10px;
}
.scroll-block__item + .scroll-block__item {
  margin-left: 20px;
}
.scroll-block__text-block {
  padding: 0 15px 0 11px;
}
.scroll-block__item-header {
  margin: 23px 0 19px;
}
@media (max-width: 1288px) {
  .scroll-block {
    padding-left: 40px;
    padding-right: 40px;
  }
  .scroll-block .wrp {
    width: 100%;
  }
}
@media (max-width: 1288px) {
  .scroll-block--o .scroll-block__header {
    font: 300 40px/60px "Poppins", Arial, sans-serif;
  }
}
@media (max-width: 500px) {
  .scroll-block__header {
    font-size: 60px;
    line-height: 70px;
  }
  .scroll-block__item {
    width: calc(100vw - 80px);
  }
  .scroll-block--o .scroll-block__header {
    font-size: 30px;
    line-height: 44px;
  }
}
.icon-box-block {
  text-align: center;
}
.icon-box-block__header {
  text-transform: uppercase;
  margin-bottom: 66px;
}
.icon-box-block__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
}
.icon-box-block__item {
  width: calc(25% - 44px);
  margin: 0 22px;
  text-decoration: none;
  color: inherit !important;
}
.icon-box-block__img-block {
  width: 96px;
  margin: 0 auto 38px;
}
.icon-box-block__subheader {
  margin-bottom: 18px;
}
@media (max-width: 810px) {
  .icon-box-block__item {
    width: calc(50% - 44px);
  }
  .icon-box-block__item:nth-child(n + 3) {
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .icon-box-block__item {
    width: calc(100% - 44px);
  }
  .icon-box-block__item:nth-child(n + 2) {
    margin-top: 60px;
  }
}
.news-block__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 78px;
}
.news-block__img-block {
  position: relative;
  display: block;
  text-decoration: none;
}
.news-block__img-block + .news-block__header {
  margin-top: 55px;
}
.news-block__date {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 19px;
  background: linear-gradient(to right, #eb6a27, #f29526);
  color: white;
  font: 600 15px/24px "Poppins", Arial, sans-serif;
  border-radius: 6px;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.news-block__date--green {
  background: linear-gradient(to right, #00c17a, #59d243);
}
.news-block__object {
  margin: 25px 0;
  color: #7c7c7c;
  font-size: 13px;
  line-height: 20px;
}
.news-block__object--date {
  margin-top: 35px;
}
.news-block__header-link {
  color: inherit !important;
}
.news-block__text {
  margin-top: 15px;
}
@media (max-width: 1079px) {
  .news-block__block {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 70px;
  }
}
@media (max-width: 810px) {
  .news-block__block {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .news-block__block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.event-box-small__block {
  width: 768px;
  margin: 0 auto;
}
.event-box-small__item {
  display: flex;
  background: white;
  padding: 24px 20px 28px 27px;
  margin-top: 40px;
  border-radius: 10px;
}
.event-box-small__item:first-child {
  margin-top: 0;
}
.event-box-small__text-block {
  flex-grow: 1;
}
.event-box-small__btn-block {
  max-width: 236px;
  min-width: 236px;
  padding-top: 16px;
}
.event-box-small__btn-block .btn {
  display: block;
  min-width: 0;
  margin: 0;
  width: auto;
}
.event-box-small__icons {
  display: flex;
  margin-top: 14px;
}
.event-box-small__date {
  position: relative;
  width: 143px;
  padding-left: 32px;
  margin-right: 40px;
  line-height: 24px;
}
.event-box-small__date:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("./../img/icons/icon-calendar.svg") no-repeat;
}
.event-box-small__place {
  position: relative;
  flex-grow: 1;
  padding: 0 32px;
  line-height: 24px;
}
.event-box-small__place:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("./../img/icons/icon-location.svg") no-repeat;
}
.event-box-small__text {
  margin-top: 20px;
}
@media (max-width: 848px) {
  .event-box-small__block {
    width: auto;
  }
}
@media (max-width: 810px) {
  .event-box-small__item {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .event-box-small__icons {
    display: block;
  }
  .event-box-small__date {
    width: auto;
    margin-right: 0;
  }
  .event-box-small__place {
    padding-right: 0;
    margin-top: 10px;
  }
  .event-box-small__place:before {
    left: -3px;
  }
}
.event-box-large__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 36px;
  row-gap: 60px;
}
.event-box-large__img-block {
  position: relative;
}
.event-box-large__date {
  position: absolute;
  top: 17px;
  right: 18px;
  padding: 12px 19px 10px 16px;
  color: white;
  background: linear-gradient(to right, #00c17a, #59d243);
  border-radius: 6px;
  font: 600 15px/22px "Poppins", Arial, sans-serif;
}
.event-box-large__header {
  margin: 40px 0 18px;
}
.event-box-large__btn-block {
  margin-top: 10px;
}
@media (max-width: 810px) {
  .event-box-large__block {
    display: block;
  }
  .event-box-large__item {
    margin-top: 80px;
  }
  .event-box-large__item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .event-box-large__img-block {
    height: 260px;
    overflow: hidden;
  }
  .event-box-large__img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
  }
}
.event-program__block {
  width: 768px;
  margin: 0 auto;
}
.event-program__item-header {
  margin-top: 40px;
}
.event-program__item {
  display: grid;
  grid-template-columns: auto 130px;
  background: white;
  padding: 30px 23px 30px 30px;
  margin-top: 25px;
  border-radius: 10px;
}
.event-program__text-block {
  padding-right: 86px;
}
.event-program__header {
  margin-bottom: 25px;
}
.event-program__label {
  font: 600 15px/22px "Poppins", Arial, sans-serif;
  padding: 11px 10px;
  background: #f29526;
  color: white;
  text-align: center;
  border-radius: 6px;
  margin-top: 15px;
}
.event-program__label:first-child {
  margin-top: 0;
}
.event-program__label--green {
  background: linear-gradient(to right, #00c17a, #59d243);
}
.event-program__label--dark {
  background: #eb6a27;
}
.event-program__label--orange-gradient {
  background: linear-gradient(to right, #eb6a27, #f29526);
}
.event-program__label--inline {
  display: inline-block;
  min-width: 130px;
}
.event-program__extra-text {
  grid-column: span 2;
  margin-top: 15px;
  border-top: 1px solid #EBEBEB;
  padding-top: 20px;
  display: grid;
  grid-template-columns: auto 146px;
  gap: 86px;
}
.event-program__text2 {
  margin-top: 25px;
}
@media (max-width: 848px) {
  .event-program__block {
    width: auto;
  }
}
@media (max-width: 810px) {
  .event-program__text-block {
    padding-right: 12%;
  }
}
@media (max-width: 500px) {
  .event-program__item {
    display: block;
    padding-right: 30px;
  }
  .event-program__text-block {
    padding-right: 0;
  }
  .event-program__label-block {
    margin: 40px 0 0 auto;
  }
  .event-program__extra-text {
    display: block;
  }
  .event-program__img-block {
    margin-top: 30px;
  }
}
.award__item {
  display: flex;
  background: white;
  border-radius: 10px;
  padding: 46px 10% 46px 50px;
  margin-top: 25px;
}
.award__item:first-child {
  margin-top: 0;
}
.award__img-block {
  min-width: 224px;
  max-width: 224px;
}
.award__text-block {
  flex-grow: 1;
  padding-left: 60px;
}
.award__header {
  margin-bottom: 28px;
}
.award__text {
  margin-bottom: 25px;
}
@media (max-width: 1079px) {
  .award__item {
    padding-right: 40px;
  }
}
@media (max-width: 810px) {
  .award__img-block {
    min-width: 40%;
    max-width: 40%;
  }
  .award__text-block {
    padding-left: 40px;
  }
}
@media (max-width: 500px) {
  .award__item {
    display: block;
    padding-right: 26px;
  }
  .award__img-block {
    min-width: 0;
    max-width: none;
  }
  .award__text-block {
    padding-left: 0;
  }
}
.media-box__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.media-box__item {
  display: flex;
  background: white;
  border-radius: 10px;
  padding: 37px 28px 39px 34px;
}
.media-box__img-block {
  min-width: 157px;
  max-width: 157px;
}
.media-box__text-block {
  flex-grow: 1;
  padding: 8px 0 0 30px;
}
.media-box__header {
  margin-bottom: 3px;
}
.media-box__text {
  margin-bottom: 32px;
}
.media-box__text hr {
  display: block;
  border: 0;
  height: 1px;
  background: #ebebeb;
  margin: 14px 0 10px;
}
@media (max-width: 1079px) {
  .media-box__block {
    display: block;
    width: 588px;
    margin: 0 auto;
  }
  .media-box__item {
    margin-top: 30px;
  }
  .media-box__item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 668px) {
  .media-box__block {
    width: auto;
  }
}
@media (max-width: 500px) {
  .media-box__item {
    display: block;
  }
  .media-box__img-block {
    margin: 0 auto;
  }
  .media-box__text-block {
    padding: 40px 0 0;
  }
}
.carousel__slider--quality {
  column-gap: 30px;
}
.quality-block__item {
  text-align: center;
}
.quality-block__item-text {
  margin-top: 20px;
}
.quality-block__img {
  width: 80%;
  margin: 0 auto;
}
.quality-block__text {
  margin-top: 50px;
  width: 768px;
}
@media (max-width: 848px) {
  .quality-block__text {
    width: auto;
  }
}
.comparision-table {
  margin-bottom: 0;
}
.comparision-table__wrp {
  min-width: 1208px;
}
.comparision-table__item {
  margin: 60px 0 0;
}
.comparision-table__item:first-child {
  margin-top: 120px;
}
.comparision-table__item:nth-child(even) {
  background: #f9f9f9;
  padding: 80px 0;
}
.comparision-table__item .scroll-block__scroll {
  padding: 0;
}
.comparision-table__header {
  margin-bottom: 23px;
}
.comparision-table__row {
  display: grid;
  grid-template-columns: auto 186px 240px 240px;
  gap: 34px;
  align-items: center;
  border-top: 1px solid #EBEBEB;
  padding: 24px 20px 24px 0;
}
.comparision-table__row:first-child {
  border-top: 0;
}
.comparision-table__row:last-child {
  border-bottom: 1px solid #EBEBEB;
}
.comparision-table__table-top {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  border: 0;
}
.comparision-table__multi-row {
  display: block;
  border-top: 1px solid #EBEBEB;
}
.comparision-table__multi-row .comparision-table__list {
  padding-left: 32px;
}
.comparision-table__multi-row .comparision-table__list .comparision-table__row:first-child {
  padding-top: 0;
}
.comparision-table__multi-row .comparision-table__list .comparision-table__row:last-child {
  border-bottom: 0;
}
.comparision-table__multi-row > .comparision-table__row {
  padding-bottom: 10px;
}
.comparision-table__col2 {
  padding-right: 10px;
}
.comparision-table__text-input {
  display: block;
  width: 100%;
  height: 44px;
  border: 0;
  background: white;
  padding: 10px 20px;
  font: inherit;
  border-radius: 7px;
}
.comparision-table__table-header {
  color: #393939;
  text-transform: uppercase;
  font-weight: bold;
}
.comparision-table__list {
  display: block;
  padding: 0;
}
.comparision-table__list-item {
  display: block;
}
.comparision-table__col1 {
  display: grid;
  grid-template-columns: 30px auto;
}
.comparision-table__col2 {
  display: flex;
  justify-content: center;
}
.comparision-table__number {
  line-height: 20px;
  position: relative;
  bottom: 2px;
}
.comparision-table__text {
  line-height: 20px;
}
.comparision-table__radio-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.comparision-table__radio {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #ACACAC;
  border-radius: 5px;
  height: 32px;
  width: 100%;
  color: inherit;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.comparision-table__radio:before {
  content: attr(value);
}
.comparision-table__radio:checked {
  background: #f29526;
  border-color: #f29526;
  color: white;
}
.comparision-table__checkbox {
  display: block;
  width: 26px;
  height: 26px;
  background: url("./../img/icons/icon-check.svg") no-repeat;
}
.comparision-table__btn-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  width: 768px;
  margin: 74px auto 0;
  padding-bottom: 60px;
}
.comparision-table__btn-block--o {
  grid-template-columns: 1fr;
  width: 216px;
}
.comparision-table__btn {
  display: flex;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.comparision-table__btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.comparision-table__btn--save:before {
  background: url("./../img/icons/icon-save.svg") no-repeat;
}
.comparision-table__btn--print:before {
  background: url("./../img/icons/icon-print.svg") no-repeat;
}
.comparision-table__btn--list:before {
  background: url("./../img/icons/icon-lists.svg") no-repeat;
}
.comparision-login__block {
  width: 768px;
  margin: 0 auto;
}
.comparision-login__header {
  margin-bottom: 35px;
}
.comparision-login__item {
  display: grid;
  grid-template-columns: auto 92px;
  padding: 22px 0;
  border-bottom: 1px solid #DEDEDE;
}
.comparision-login__name {
  padding-right: 10px;
}
.comparision-login__icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: center;
}
.comparision-login__icon {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.comparision-login__icon--view {
  background: url("./../img/icons/icon-watch.svg") no-repeat;
}
.comparision-login__icon--edit {
  background: url("./../img/icons/icon-write.svg") no-repeat;
}
.comparision-login__icon--delete {
  background: url("./../img/icons/icon-papierkorb.svg") no-repeat;
}
@media (max-width: 1288px) {
  .comparision-table__wrp {
    padding: 0 40px;
  }
}
@media (max-width: 848px) {
  .comparision-login__block {
    width: auto;
  }
}
.featured-box-big__block {
  display: grid;
  grid-template-columns: 56% auto;
  gap: 82px;
}
.featured-box-big__img-link {
  display: block;
  position: relative;
}
.featured-box-big__img-link--video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.featured-box-big__img-link--video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126px;
  height: 126px;
  background: url("./../img/icons/icon-video-play.svg") no-repeat;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}
.featured-box-big__img-link--video:hover:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.featured-box-big__text {
  margin: 40px 0 30px;
}
.featured-box-big__box {
  background: white;
  padding: 18px 16px;
  border-radius: 10px;
  margin-top: 23px;
  display: flex;
  color: inherit !important;
  text-decoration: none;
}
.featured-box-big__box:hover .featured-box-big__box-header, .featured-box-big__box:hover .featured-box-small__box-header {
  color: #f29526 !important;
}
.featured-box-big__box-img-block {
  min-width: 110px;
  max-width: 110px;
  margin-right: 30px;
}
.featured-box-big__box-text {
  flex-grow: 1;
}
.featured-box-big__box-header {
  margin-bottom: 12px;
}
@media (max-width: 1079px) {
  .featured-box-big__box-img-block {
    display: none;
  }
  .featured-box-big__box {
    padding: 20px;
  }
}
@media (max-width: 810px) {
  .featured-box-big__block {
    display: block;
  }
  .featured-box-big__box-img-block {
    display: block;
  }
  .featured-box-big__interest {
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .featured-box-big__header {
    font-size: 27px;
  }
  .featured-box-big__box-img-block {
    display: none;
  }
}
.featured-box-small__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.featured-box-small__block .featured-box-big__box {
  margin-top: 0;
}
.featured-box-small__box {
  background: white;
  padding: 18px 16px;
  border-radius: 10px;
  display: flex;
}
.featured-box-small__box-img-block {
  min-width: 110px;
  max-width: 110px;
  margin-right: 30px;
}
.featured-box-small__box-text {
  flex-grow: 1;
}
.featured-box-small__box-header {
  margin-bottom: 12px;
}
@media (max-width: 810px) {
  .featured-box-small__block {
    display: block;
  }
  .featured-box-small__box {
    margin-top: 23px;
  }
  .featured-box-small__block .featured-box-big__box {
    margin-top: 23px;
  }
  .featured-box-small__block .featured-box-big__box:first-child {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .featured-box-small__box-img-block {
    display: none;
  }
}
.aktion-intro__block {
  display: flex;
}
.aktion-intro__text-block {
  flex-grow: 1;
  order: 1;
}
.aktion-intro__img-block {
  min-width: 356px;
  max-width: 356px;
  margin-left: 84px;
  order: 1;
}
.aktion-intro__header {
  font: 400 44px/64px "GardenGrown", Arial, sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 1079px) {
  .aktion-intro__img-block {
    min-width: 300px;
    max-width: 300px;
    margin-left: 40px;
  }
}
@media (max-width: 810px) {
  .aktion-intro__img-block {
    min-width: 230px;
    max-width: 230px;
    margin-left: 20px;
  }
  .aktion-intro__img {
    width: 270px;
  }
}
@media (max-width: 500px) {
  .aktion-intro {
    margin-top: 40px;
  }
  .aktion-intro.section--grey {
    padding-top: 40px;
  }
  .aktion-intro__block {
    flex-wrap: wrap;
  }
  .aktion-intro__img-block {
    order: 0;
    margin: 0 0 30px;
    min-width: 0;
    max-width: none;
    width: 100%;
  }
  .aktion-intro__img {
    width: 100%;
  }
  .aktion-intro__header {
    font-size: 40px;
  }
}
.aktion-divider__text-block {
  width: 768px;
  margin: 0 auto;
  background: white;
  padding: 49px 80px 49px 64px;
  border-radius: 10px;
}
.aktion-divider__header {
  margin-bottom: 10px;
}
.aktion-divider__btn-block {
  margin-top: 30px;
}
@media (max-width: 848px) {
  .aktion-divider__text-block {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .aktion-divider__text-block {
    padding-left: 40px;
    padding-right: 40px;
  }
  .aktion-divider__header {
    margin-bottom: 35px;
  }
  .aktion-divider__btn-block {
    margin-top: 40px;
  }
}
.lexicon__tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  padding-bottom: 15px;
}
.lexicon__tab {
  position: relative;
  background: white;
  color: #393939;
  text-align: center;
  font: 500 20px/27px "Poppins", Arial, sans-serif;
  padding: 17px 0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.lexicon__tab--active {
  color: #f29526;
}
.lexicon__tab--active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
  background: white;
}
.lexicon__item {
  display: none;
  padding: 60px 56px 60px 68px;
  background: white;
}
.lexicon__item--active {
  display: block;
}
@media (max-width: 500px) {
  .lexicon__tabs {
    gap: 8px;
  }
  .lexicon__tab {
    font-size: 15px;
  }
  .lexicon__item {
    padding: 30px;
  }
}
.accordion--small {
  width: 768px;
  margin: 0 auto;
}
.accordion__item {
  border-top: 1px solid #DEDEDE;
}
.accordion__item:first-child {
  border-top: 0;
}
.accordion__item:last-child .accordion__content-block {
  padding-bottom: 0;
}
.accordion__item--active .accordion__header:after {
  display: none;
}
.accordion__header {
  position: relative;
  padding: 20px 25px 20px 0;
  cursor: pointer;
}
.accordion__header:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  background: #f29526;
  transform: translateY(-50%);
}
.accordion__header:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 2px;
  height: 12px;
  background: #f29526;
  transform: translateY(-50%);
}
.accordion__content-block {
  display: none;
  padding-bottom: 40px;
}
@media (max-width: 848px) {
  .accordion--small {
    width: auto;
  }
}
.article__block {
  display: grid;
  grid-template-columns: auto 382px;
  gap: 48px;
}
.article__block--efficiency {
  grid-template-columns: 382px auto;
}
.article__item--left {
  background: white;
}
.article__top {
  padding: 34px 30px;
  background: white;
  border-radius: 10px;
}
.article__icon-block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 7px;
  padding: 0 10px;
}
.article__icon-item {
  display: flex;
  align-items: center;
  margin-right: 32px;
  margin-top: 20px;
}
.article__icon-item:last-child {
  margin-right: 0;
}
.article__icon {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}
.article__text-block {
  padding: 0 10px;
  margin-top: 37px;
}
.article__text-block .h4 {
  margin-bottom: 35px;
}
.article__img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 40px;
}
.article__img-full {
  grid-column: 1/3;
}
.article__img-zoom {
  cursor: pointer;
}
.article__bottom {
  margin-top: 40px;
  background: white;
  padding: 52px 40px;
  border-radius: 10px;
}
.article__bottom-link-block {
  margin-top: 0;
}
.article__sub-header {
  margin-bottom: 25px;
}
.article__h4 {
  margin: 50px 0 20px;
}
.article__2col-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
.article__contact-side {
  padding: 40px;
  background: white;
  border-radius: 10px;
}
.article__contact-header {
  margin-top: 60px;
}
.article__contact-header:first-child {
  margin-top: 0;
}
.article__link-aside {
  padding: 40px;
  background: white;
  border-radius: 10px;
}
.article__link-block {
  margin-top: 30px;
}
.article__link-item {
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
}
.article__link-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 2px;
  height: 14px;
  background: #52d047;
  transform: translateY(-50%);
}
.article__link-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #52d047;
  transform: translateY(-50%);
}
.article__block-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 44px 0;
}
@media (max-width: 1079px) {
  .article__block {
    grid-template-columns: 1fr;
  }
  .article__block-btns {
    margin-bottom: 0;
  }
}
@media (max-width: 810px) {
  .article__2col-text {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 500px) {
  .article__block-btns {
    display: block;
    margin: 23px 0 42px;
  }
  .article__block-btns .btn {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 23px 0 0;
  }
}
.testimonial__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.testimonial__block--3col {
  grid-template-columns: repeat(3, 1fr);
  gap: 86px;
}
.testimonial__block--3col .testimonial__item {
  padding: 38px;
  margin-top: 86px;
}
.testimonial__block--3col .link-arrow__block {
  margin-top: 30px;
}
.testimonial__block--3col .address__icon-text {
  margin-top: 14px;
  padding-left: 30px;
}
.testimonial__block--3col .address__icon-icon {
  width: 16px;
  top: 3px;
}
.testimonial__item {
  background: white;
  border-radius: 10px;
  padding: 48px;
  margin-top: 32px;
}
.testimonial__item:first-child {
  margin-top: 0;
}
.testimonial__header {
  margin-bottom: 20px;
}
.testimonial__more-text {
  display: none;
}
@media (max-width: 1079px) {
  .testimonial__block--3col {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .testimonial__block--3col .testimonial__item {
    margin-top: 40px;
  }
}
@media (max-width: 810px) {
  .testimonial__block {
    grid-template-columns: 1fr;
  }
}
.form {
  width: 768px;
  margin: 0 auto;
  padding: 42px 50px;
  border-radius: 10px;
  background: white;
}
.form a {
  text-decoration: none;
}
.form-budgetplaner {
  display: none;
}
.form__block {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -12px 0;
}
.form__row {
  width: calc(100% - 24px);
  margin: 20px 12px 0;
}
.form__row--checkbox {
  position: relative;
  padding-left: 38px;
  margin-top: 30px;
}
.form__row--radiobox {
  position: relative;
  padding-left: 38px;
  margin-top: 10px;
}
.form__row--checkbox-indented {
  width: calc(100% - 62px);
  margin-left: 50px;
}
.form__row--days {
  margin-top: 14px;
  display: grid;
  grid-template-columns: auto 172px 172px 74px;
}
.form__row--small {
  margin-top: 18px;
}
.form__row--medium {
  margin-top: 30px;
}
.form__row--big {
  margin-top: 52px;
}
.form__row--select {
  width: calc(33% - 24px);
}
.form__row--half {
  width: calc(50% - 24px);
}
.form__row--street {
  width: calc(39% - 22px);
  margin-right: 10px;
}
.form__row--nr {
  width: calc(11% - 12px);
  margin-left: 0;
}
.form__row--empty {
  height: 12px;
}
.form__row--small-text {
  font-size: 12px;
}
.form__row--extra-small {
  margin-top: 10px;
}
.form__row--third {
  width: calc(33.33333% - 24px);
}
.form__row--fourth {
  width: calc(66.66666% - 24px);
}
.form__inline-checkbox {
  position: relative;
  padding-left: 32px;
}
.form__input {
  background: #f9f9f9;
  height: 44px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 7px;
  color: #393939;
  padding: 8px 20px;
  font-size: 15px;
}
.form__input:focus {
  border-color: #f29526;
}
.form__input--white {
  background: white;
}
.form__input--plus {
  background: white url("./../img/icons/icon-like.svg") no-repeat 15px center;
  background-size: 16px;
  padding-left: 52px;
}
.form__input--minus {
  background: white url("./../img/icons/icon-not-like.svg") no-repeat 15px center;
  background-size: 16px;
  padding-left: 52px;
}
.form__input--checkbox, .form__input--radio {
  position: absolute;
  top: 0;
  left: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  padding: 0;
  background: url("./../img/icons/form/icon-check-default.svg") no-repeat;
}
.form__input--checkbox:checked, .form__input--radio:checked {
  background: url("./../img/icons/form/icon-check-active.svg") no-repeat;
}
.form__input--radio {
  background: url("./../img/icons/form/icon-radiobutton-default.svg") no-repeat;
}
.form__input--radio:checked {
  background: url("./../img/icons/form/icon-radiobutton-active.svg") no-repeat;
}
.form__input--select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 30px;
  background: #f9f9f9 url("./../img/icons/form/icon-arrow-dropdown.svg") no-repeat calc(100% - 14px) center;
  background-size: 12px;
}
.form__input--select.form__input--white {
  background: white url("./../img/icons/form/icon-arrow-dropdown.svg") no-repeat calc(100% - 14px) center;
  background-size: 12px;
}
.form__input--textarea {
  height: 230px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.form__input--inline {
  display: inline-block;
  width: 50px;
  height: 20px;
  line-height: 20px;
  border-bottom: 1px solid #393939;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  background: white;
  border-radius: 0;
  padding: 0;
}
.form__input--error {
  border-color: #E04F4F;
}
.form__input--error label {
  color: #E04F4F;
}
.form__link {
  color: #f29526;
  cursor: pointer;
  text-decoration: underline;
}
.form__advisor-block {
  display: grid;
  grid-template-columns: auto 158px;
  gap: 30px;
  padding: 0 0 38px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 38px;
}
.form__newsletter-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media (max-width: 1079px) {
  .form__row--select {
    width: calc(40% - 24px);
  }
}
@media (max-width: 848px) {
  .form {
    width: auto;
  }
}
@media (max-width: 810px) {
  .form__advisor-block {
    grid-template-columns: 1fr;
  }
  .form__newsletter-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .form__row--days {
    grid-template-columns: repeat(4, 1fr);
  }
  .form__row--third {
    width: calc(100% - 24px);
  }
  .form__row--fourth {
    width: calc(100% - 24px);
  }
  .form__input {
    height: 54px;
  }
}
@media (max-width: 500px) {
  .form {
    padding-left: 40px;
    padding-right: 40px;
  }
  .form__row--mobile-hidden {
    display: none;
  }
  .form__row--half, .form__row--street, .form__row--select {
    width: calc(100% - 24px);
  }
  .form__row--nr {
    width: calc(100% - 24px);
    margin-left: 12px;
  }
  .form__row--days {
    display: block;
  }
  .form__inline-checkbox {
    margin-top: 8px;
  }
}
.search-block__block {
  margin-top: 30px;
}
.search-block__item {
  margin-top: 40px;
}
.search-block__item:first-child {
  margin-top: 0;
}
.search-block__header {
  margin-bottom: 10px;
}
#houseConfig {
  margin-bottom: 50px;
}
#houseConfig .h1 {
  margin-top: 50px;
}
#houseConfig .item {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  margin-left: 2%;
}
#houseConfig .item:first-child {
  margin-left: 0;
}
#houseConfig .imgBlock {
  cursor: pointer;
  background: linear-gradient(to bottom, #eb6a27, #f29526);
}
#houseConfig .imgBlock.active {
  padding: 5px;
}
#houseConfig .greenArrow {
  display: inline-block;
  margin-top: 10px;
}
#houseConfigSlider .houseTechImg {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  margin-top: 20px;
  margin-right: 110px;
}
#houseConfigSlider .houseTechImg:last-child {
  margin-right: 0;
}
#houseConfigSlider .houseTechImg .imgText {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
#houseConfigSlider .houseTechImg img {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: auto;
}
@media (max-width: 770px) {
  #houseConfig .item {
    width: 49%;
  }
  #houseConfig .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #houseConfig .item:nth-child(n+3) {
    margin-top: 10px;
  }
}
.houseconfig__block {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 42px 52px 44px 65px;
  margin-top: 94px;
}
.houseconfig__site-nums {
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
}
.houseconfig__site-num {
  width: 19.4%;
  height: 6px;
  background: #E5E5E5;
}
.houseconfig__site-num--active {
  background: linear-gradient(90deg, #EB6A27 0%, #F29526 100%);
}
.houseconfig__site-num--active:nth-child(2), .houseconfig__site-num--active:nth-child(3), .houseconfig__site-num--active:nth-child(4) {
  background: #F29526;
}
.houseconfig__site-num--active:nth-child(5) {
  background: #F59F39;
}
.houseconfig__site {
  display: none;
}
.houseconfig__site--active {
  display: block;
}
.houseconfig__line-block {
  margin-top: 47px;
}
.houseconfig__text {
  margin-bottom: 14px;
  max-width: 500px;
}
.houseconfig__line {
  margin-top: 10px;
}
.houseconfig__radio-block {
  position: relative;
  padding-left: 34px;
  margin-top: 10px;
  max-width: 460px;
}
.houseconfig__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #5d6a70;
  background: #fff;
  appearance: none;
  cursor: pointer;
  outline: none;
}
.houseconfig__radio--checked, .houseconfig__radio:checked:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -4px;
  width: 28px;
  height: 28px;
  background: url("./../img/hausbau/houseconfig/hauskonfigurator_kreuzchen.png") no-repeat;
  background-size: 28px;
}
.houseconfig__houses {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.houseconfig__houses-col {
  width: calc(20% - 34px);
  margin: 0 17px;
}
.houseconfig__houses-header {
  font: 35px "GardenGrown", sans-serif;
}
.houseconfig__house {
  position: relative;
}
.houseconfig__house + .houseconfig__house {
  margin-top: 20px;
}
.houseconfig__house-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
.houseconfig__house-icon {
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 24px;
  height: 24px;
  background: url("./../img/hausbau/houseconfig/icon-info.svg") no-repeat;
}
.houseconfig__house-icon:hover {
  background: url("./../img/hausbau/houseconfig/icon-info-hover.svg") no-repeat;
}
.houseconfig__house-title .houseconfig__radio {
  width: 24px;
  height: 24px;
  top: 9px;
  right: 9px;
  left: auto;
}
.houseconfig__house-title .houseconfig__radio:checked:before {
  top: -6px;
  left: -5px;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.houseconfig__btn-block {
  text-align: right;
  position: relative;
  margin-top: 40px;
}
.houseconfig__btn {
  min-width: 170px;
  font-weight: normal;
  text-transform: uppercase;
}
.houseconfig__btn--prev {
  position: absolute;
  top: 0;
  left: 0;
}
.houseconfig__form .formLines, .houseconfig__form .checkboxLine {
  width: auto;
  max-width: 770px;
}
.houseconfig__form .houseconfig__text {
  max-width: 770px;
}
.houseconfig__col-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.houseconfig__col-block--3col {
  width: 75%;
  width: calc(75% + 20px);
}
.houseconfig__col-item {
  position: relative;
  width: calc(25% - 20px);
  height: 237px;
  margin: 0 10px;
}
.houseconfig__col-item--3col {
  width: calc(33.33333% - 20px);
}
.houseconfig__col-item:nth-child(n+5) {
  margin-top: 20px;
}
.houseconfig__col-item--3col:nth-child(4) {
  margin-top: 20px;
}
.houseconfig__col-item .houseconfig__radio {
  top: 18px;
  right: 16px;
  left: auto;
  z-index: 1;
}
.houseconfig__col-item label {
  display: flex;
  flex-direction: column;
  border: 1px solid #707070;
  height: 100%;
}
.houseconfig__col-img-block {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.houseconfig__col-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.houseconfig__col-text {
  text-align: center;
  padding-bottom: 15px;
  align-self: flex-end;
  width: 100%;
}
.houseconfig__pins-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 47px;
}
.houseconfig__pins-left {
  width: 44%;
}
.houseconfig__pins-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.houseconfig__pins-list-placeholder {
  width: calc(50% - 10px);
  height: 54px;
  margin: 5px;
}
.houseconfig__pins-list-item {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 5px 36px 5px 15px;
  cursor: pointer;
  height: 100%;
  background: #fff;
  font: 18px/20px "Caveat", cursive;
}
.houseconfig__pins-list-icon {
  position: absolute;
  display: block;
  top: 50%;
  right: 14px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("./../img/hausbau/houseconfig/icon-pushpin.svg") no-repeat;
}
.houseconfig__pins-list-text {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  hyphens: auto;
}
.houseconfig__pins-text {
  position: relative;
  padding-left: 30px;
  margin: 30px 0;
}
.houseconfig__pins-text-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("./../img/hausbau/houseconfig/icon-pushpin.svg") no-repeat;
}
.houseconfig__pins-textarea {
  height: 70px !important;
}
.houseconfig__pins-btn {
  position: relative;
  width: calc(50% - 10px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 0 42px 0 8px;
  margin-top: 24px;
  cursor: pointer;
  font: 18px/38px "Caveat", cursive;
}
.houseconfig__pins-btn-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("./../img/hausbau/houseconfig/icon-pushpin.svg") no-repeat;
}
.houseconfig__pins-right {
  width: calc(50% + 10px);
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
.houseconfig__pins-placeholder {
  width: calc(33.33333% - 20px);
  height: 120px;
  margin: 17px 10px;
}
.houseconfig__pins-placeholder--over {
  background: #E5E5E5;
}
.houseconfig__pins-placeholder .houseconfig__pins-list-item {
  transform: rotate(5deg);
  padding-right: 15px;
  padding-top: 30px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  line-height: 35px;
}
.houseconfig__pins-placeholder .houseconfig__pins-list-icon {
  top: 6px;
  right: 10px;
  margin-top: 0;
}
.houseconfig__pins-placeholder:nth-child(3n+2) .houseconfig__pins-list-item {
  transform: rotate(-5deg);
}
@media (max-width: 600px) {
  .houseconfig__houses {
    margin: 0 -11px;
  }
  .houseconfig__houses-col {
    width: calc(50% - 22px);
    margin: 0 11px;
  }
  .houseconfig__houses-col:nth-child(n+3) {
    margin-top: 20px;
  }
  .houseconfig__houses-header {
    font-size: 31px;
  }
  .houseconfig__house-title {
    font-size: 10px;
  }
  .houseconfig__house-title .icon {
    top: 6px;
    left: 5px;
  }
  .houseconfig__house-title .houseconfig__radio {
    top: 5px;
    right: 5px;
  }
  .houseconfig__block {
    padding: 27px 15px 24px 25px;
    margin-top: 52px;
  }
  .houseconfig__btn {
    min-width: 140px;
    display: inline-block;
    margin: 0 !important;
  }
  .houseconfig__col-block--3col {
    width: auto;
  }
  .houseconfig__col-item {
    height: 122px;
    width: calc(50% - 20px);
  }
  .houseconfig__col-item:nth-child(3), .houseconfig__col-item:nth-child(4) {
    margin-top: 20px;
  }
  .houseconfig__col-item .houseconfig__radio {
    top: 10px;
    right: 6px;
  }
  .houseconfig__col-text {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .houseconfig__pins-block {
    flex-wrap: wrap;
  }
  .houseconfig__pins-left {
    width: 100%;
  }
  .houseconfig__pins-list-placeholder {
    width: calc(100% - 10px);
  }
  .houseconfig__pins-btn {
    width: auto;
    display: inline-block;
  }
  .houseconfig__pins-right {
    width: 100%;
    margin: 40px -10px 0;
  }
  .houseconfig__pins-placeholder {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .houseconfig__btn {
    position: static;
  }
  .houseconfig__btn--prev {
    margin-bottom: 15px !important;
  }
}
.newsletter-archive {
  width: 768px;
  margin: 0 auto;
}
.newsletter-archive__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 96px;
  row-gap: 30px;
}
@media (max-width: 848px) {
  .newsletter-archive {
    width: auto;
  }
  .newsletter-archive__block {
    grid-template-columns: 1fr;
  }
}
.graphic-wall__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 128px;
}
.graphic-wall__header {
  font: 400 36px/52px "GardenGrown", Arial, sans-serif;
  color: white;
  text-align: center;
  background: linear-gradient(to right, #00c17a, #59d243);
  border-radius: 10px 10px 0 0;
  padding: 11px 0 4px;
}
.graphic-wall__left-block {
  background: white;
  padding-top: 60px;
  padding: 60px 0 46px;
}
.graphic-wall__right-block {
  display: none;
  margin: 50px 0;
}
.graphic-wall__img-block {
  position: relative;
  width: 85%;
  margin: 0 auto;
  background: white;
}
.graphic-wall__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: linear-gradient(to bottom, #00c17a, #59d243);
  border-radius: 10px;
  color: white !important;
  text-align: center;
  font: 700 20px/42px "Poppins", Arial, sans-serif;
  cursor: cursor;
}
.graphic-wall__num a {
  color: white !important;
}
a.graphic-wall__num {
  color: white !important;
}
.graphic-wall__num--0 {
  left: 40%;
  top: 31%;
}
.graphic-wall__num--1 {
  left: 27%;
  top: 54%;
}
.graphic-wall__num--2 {
  left: 56%;
  top: 2%;
}
.graphic-wall__num--3 {
  left: 42%;
  top: 57%;
}
.graphic-wall__num--4 {
  left: 55%;
  top: 48%;
}
.graphic-wall__num--5 {
  left: 37%;
  top: 13%;
}
.graphic-wall__num--6 {
  left: 31%;
  top: 71%;
}
.graphic-wall__o-num--0 {
  top: 59%;
  left: 16%;
}
.graphic-wall__o-num--1 {
  top: 44%;
  left: 20%;
}
.graphic-wall__o-num--2 {
  top: 52%;
  left: 26%;
}
.graphic-wall__o-num--3 {
  top: 26%;
  left: 33%;
}
.graphic-wall__o-num--4 {
  top: 47%;
  left: 38%;
}
.graphic-wall__o-num--5 {
  top: 38%;
  left: 53%;
}
.graphic-wall__o-num--6 {
  top: 64%;
  left: 41.5%;
}
.graphic-wall__o-num--7 {
  top: 72%;
  left: 33%;
}
.graphic-wall__list {
  margin: 35px 0;
}
.graphic-wall__list li {
  margin-top: 12px;
}
.graphic-wall__text-num--active {
  color: #52d047;
}
@media (max-width: 1079px) {
  .graphic-wall__block {
    gap: 60px;
  }
}
@media (max-width: 810px) {
  .graphic-wall__block {
    display: block;
  }
  .graphic-wall__left {
    display: none;
  }
  .graphic-wall__right-block {
    display: block;
  }
}
.graphic-celling__block {
  position: relative;
}
@keyframes cellImgFromBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
.graphic-celling__items {
  position: relative;
}
.graphic-celling__item {
  display: none;
  grid-template-columns: 55% auto;
  gap: 128px;
  align-items: center;
  background: white;
}
.graphic-celling__item--active {
  display: grid;
}
.graphic-celling__item--old {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #ffffff;
  overflow: hidden;
}
.graphic-celling__img-block {
  overflow: hidden;
}
.graphic-celling__img-item {
  display: none;
}
.graphic-celling__img-item--ini {
  display: block;
}
.graphic-celling__img-item--active {
  display: block;
  animation: cellImgFromBottom 0.4s;
}
.graphic-celling__nums {
  position: absolute;
  top: 18%;
  left: calc(55% + 128px);
  display: flex;
  justify-content: flex-start;
  margin-bottom: 34px;
  z-index: 1;
}
.graphic-celling__num {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 2px solid #393939;
  color: #393939;
  font: 700 25px/38px "Poppins", Arial, sans-serif;
  text-align: center;
  margin-left: 17px;
  cursor: pointer;
}
.graphic-celling__num:first-child {
  margin-left: 0;
}
.graphic-celling__num--active {
  border: 2px solid #52d047;
  background: linear-gradient(to bottom, #00c17a, #59d243);
  color: white;
}
@keyframes cellTextFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
.graphic-celling__text-block {
  width: 330px;
  overflow: hidden;
}
.graphic-celling__text-item {
  display: none;
}
.graphic-celling__text-item--ini {
  display: block;
}
.graphic-celling__text-item--active {
  display: block;
  animation: cellTextFromRight 0.4s;
}
@media (max-width: 1079px) {
  .graphic-celling__item {
    grid-template-columns: auto 330px;
    gap: 80px;
  }
}
@media (max-width: 810px) {
  .graphic-celling__nums {
    position: static;
  }
  .graphic-celling__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .graphic-celling__text-block {
    width: auto;
  }
}
.graphic-tree__block {
  display: flex;
  justify-content: center;
  padding-bottom: 44px;
}
.graphic-tree__img-block {
  position: relative;
  width: 540px;
  width: 44.73%;
}
.graphic-tree__label-block {
  opacity: 0;
  transition: opacity 0.6s;
}
.graphic-tree__label-block--show {
  opacity: 1;
}
.graphic-tree__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
}
.graphic-tree__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #f29526;
  border-radius: 50%;
}
.graphic-tree__line {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #f29526;
  transform: translateY(7px);
}
.graphic-tree__line2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #f29526;
}
.graphic-tree__label--1 {
  top: 5%;
  left: auto;
  right: 121.4%;
}
.graphic-tree__radio--1 {
  left: auto;
  right: 116%;
  top: 5%;
}
.graphic-tree__line--1 {
  left: auto;
  right: 101.2%;
  top: 5%;
  width: 15%;
}
.graphic-tree__line2--1 {
  left: auto;
  right: 87.2%;
  top: 5%;
  width: 14%;
  transform: translateY(7px) rotate(45deg);
  transform-origin: left top;
}
.graphic-tree__label--2 {
  top: 37%;
  left: auto;
  right: 123%;
}
.graphic-tree__radio--2 {
  left: auto;
  right: 118%;
  top: 37%;
}
.graphic-tree__line--2 {
  left: auto;
  right: 100.9%;
  top: 37%;
  width: 17%;
}
.graphic-tree__label--3 {
  top: 79%;
  left: auto;
  right: 118%;
}
.graphic-tree__radio--3 {
  left: auto;
  right: 116%;
  top: 79%;
}
.graphic-tree__line--3 {
  left: auto;
  right: 103%;
  top: 79%;
  width: 13%;
}
.graphic-tree__line2--3 {
  left: auto;
  right: 91%;
  top: 79%;
  width: 12%;
  transform: translateY(7px) rotate(-45deg);
  transform-origin: left bottom;
}
.graphic-tree__label--4 {
  top: 1%;
  left: 122%;
}
.graphic-tree__radio--4 {
  left: 116%;
  top: 1%;
}
.graphic-tree__line--4 {
  left: 99.1%;
  top: 1%;
  width: 17%;
}
.graphic-tree__line2--4 {
  left: 87.1%;
  top: 1%;
  width: 12%;
  transform: translateY(7px) rotate(-45deg);
  transform-origin: right top;
}
.graphic-tree__label--5 {
  top: 59%;
  left: 122%;
  width: 170px;
}
.graphic-tree__radio--5 {
  left: 116%;
  top: 59%;
}
.graphic-tree__line--5 {
  left: 104.1%;
  top: 59%;
  width: 12%;
}
.graphic-tree__text-block {
  margin-top: 20px;
}
@media (max-width: 810px) {
  .graphic-tree {
    display: none;
  }
}
.graphic-energy__block {
  display: flex;
  justify-content: center;
  margin-bottom: 54px;
}
.graphic-energy__img-block {
  position: relative;
  width: 540px;
  width: 44.73%;
}
.graphic-energy__label-block {
  opacity: 0;
  transition: opacity 0.6s;
}
.graphic-energy__label-block--show {
  opacity: 1;
}
.graphic-energy__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
}
.graphic-energy__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #f29526;
  border-radius: 50%;
}
.graphic-energy__line {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #f29526;
  transform: translateY(7px);
}
.graphic-energy__line2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #f29526;
}
.graphic-energy__label--1 {
  left: auto;
  right: 104%;
}
.graphic-energy__radio--1 {
  left: auto;
  right: 99%;
}
.graphic-energy__line--1 {
  left: auto;
  right: 88%;
  width: 11%;
}
.graphic-energy__line2--1 {
  left: auto;
  right: 69.1%;
  width: 19%;
  transform: translateY(7px) rotate(22deg);
  transform-origin: left top;
}
.graphic-energy__label--2 {
  left: 108%;
  top: 33%;
  width: 182px;
}
.graphic-energy__radio--2 {
  left: 100%;
  top: 34%;
}
.graphic-energy__line--2 {
  left: 56%;
  top: 34%;
  width: 44%;
}
.graphic-energy__label--3 {
  left: auto;
  right: 107%;
  top: 61%;
}
.graphic-energy__radio--3 {
  left: auto;
  right: 103%;
  top: 61%;
}
.graphic-energy__line--3 {
  left: auto;
  right: 33%;
  top: 61%;
  width: 70%;
}
.graphic-energy__label--4 {
  left: 110%;
  top: 63%;
  width: 170px;
}
.graphic-energy__radio--4 {
  left: 103%;
  top: 63%;
}
.graphic-energy__line--4 {
  left: 72%;
  top: 63%;
  width: 31%;
}
.graphic-energy__label--5 {
  left: auto;
  right: 100%;
  top: 75%;
}
.graphic-energy__radio--5 {
  left: auto;
  right: 99%;
  top: 75%;
}
.graphic-energy__line--5 {
  left: auto;
  right: 35.5%;
  top: 75%;
  width: 63.5%;
}
.graphic-energy__line2--5 {
  left: auto;
  right: 35.5%;
  top: 75%;
  width: 6%;
  transform: translateY(7px) rotate(90deg);
  transform-origin: right bottom;
}
@media (max-width: 810px) {
  .graphic-energy {
    display: none;
  }
}
.graphic-facts__block {
  position: relative;
}
.graphic-facts__over-block {
  position: absolute;
  top: 5.5%;
  left: 0;
  width: 100%;
  height: 75%;
}
.graphic-facts__line-block {
  position: absolute;
  left: 14%;
  bottom: 0;
  width: 10%;
  height: 100%;
  width: 7.5%;
}
.graphic-facts__line-block:nth-child(2) {
  left: 33%;
}
.graphic-facts__line-block:nth-child(3) {
  left: 57%;
}
.graphic-facts__line-block:nth-child(4) {
  left: 75.5%;
}
.graphic-facts__line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 0;
  background: linear-gradient(to bottom, #00c17a, #59d243);
  transition: height 1.6s;
}
.graphic-facts__line--2 {
  left: auto;
  right: 0;
  background: #393939;
  width: 33%;
}
.graphic-facts__over-block--7 {
  top: 9.3%;
  height: 73.5%;
}
.graphic-facts__over-block--7 .graphic-facts__line-block {
  left: 11%;
}
.graphic-facts__over-block--7 .graphic-facts__line-block:nth-child(2) {
  left: 23%;
}
.graphic-facts__over-block--7 .graphic-facts__line-block:nth-child(3) {
  left: 35.5%;
}
.graphic-facts__over-block--7 .graphic-facts__line-block:nth-child(4) {
  left: 48%;
}
.graphic-facts__over-block--7 .graphic-facts__line-block:nth-child(5) {
  left: 62.5%;
}
.graphic-facts__over-block--7 .graphic-facts__line-block:nth-child(6) {
  left: 74%;
}
.graphic-facts__over-block--7 .graphic-facts__line-block:nth-child(7) {
  left: 85.5%;
}
.graphic-facts__color-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 60px;
}
.graphic-facts__color-item {
  padding-left: 50px;
  position: relative;
}
.graphic-facts__color-item:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 32px;
  height: 32px;
  background: linear-gradient(to bottom, #00c17a, #59d243);
}
.graphic-facts__color-item:last-child:before {
  background: #393939;
}
.graphic-facts__text-block {
  margin: 44px 0 0;
}
.graphic-facts__2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  margin-top: 50px;
}
.graphic-facts__text-block2 {
  margin: 44px 0 0;
}
@media (max-width: 500px) {
  .graphic-facts__color-block {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .graphic-facts__2col {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.graphic-cogwheel__block {
  display: grid;
  grid-template-columns: 322px auto;
  width: 1068px;
  margin: 0 auto;
}
.graphic-cogwheel__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 46px;
  padding: 0 150px 0 134px;
}
.graphic-cogwheel__item:first-child {
  min-height: 280px;
  margin-top: 0;
}
.graphic-cogwheel__item:nth-child(2) {
  min-height: 370px;
}
.graphic-cogwheel__item:last-child {
  min-height: 336px;
}
.graphic-cogwheel__icon-block {
  position: relative;
}
.graphic-cogwheel__icon {
  position: absolute;
  top: 47%;
  left: 0;
  width: 52.2%;
  padding-top: 52.2%;
  transform: translateY(-50%);
}
@keyframes cogwheelRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#icon-grafik-zahnrad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#graphic-cogwheel-rotate3 {
  animation: cogwheelRotate 15s linear infinite;
  transform-box: fill-box;
  transform-origin: center;
}
#graphic-cogwheel-rotate1 {
  animation: cogwheelRotate 10s linear infinite;
  transform-box: fill-box;
  transform-origin: center;
  animation-direction: reverse;
}
#graphic-cogwheel-rotate2 {
  animation: cogwheelRotate 13s linear infinite;
  transform-box: fill-box;
  transform-origin: center;
  animation-direction: reverse;
}
.graphic-cogwheel__line1, .graphic-cogwheel__line2, .graphic-cogwheel__line3 {
  display: block;
  position: absolute;
  right: 20px;
  margin-right: 16px;
}
.graphic-cogwheel__line1:before, .graphic-cogwheel__line2:before, .graphic-cogwheel__line3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #393939;
  border-radius: 50%;
  transform: translateY(-9px);
}
.graphic-cogwheel__line1 {
  top: 13%;
  width: 64%;
  height: 24%;
  border-top: 2px solid #393939;
  border-left: 2px solid #393939;
}
.graphic-cogwheel__line2 {
  top: 47%;
  border-top: 2px solid #393939;
  width: 30%;
}
.graphic-cogwheel__line3 {
  bottom: 15%;
  width: 64%;
  height: 28%;
  border-bottom: 2px solid #393939;
  border-left: 2px solid #393939;
}
.graphic-cogwheel__line3:before {
  top: 100%;
  transform: translateY(-7px);
}
.graphic-cogwheel__header-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 84px;
  background: #f29526;
}
.graphic-cogwheel__header {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  text-align: center;
  font: 600 15px/24px "Poppins", Arial, sans-serif;
  color: white;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.graphic-cogwheel__text-block ul, .graphic-cogwheel__text-block li {
  margin-top: 7px;
}
@media (max-width: 1148px) {
  .graphic-cogwheel__block {
    width: auto;
  }
}
@media (max-width: 1079px) {
  .graphic-cogwheel__item {
    padding-right: 0;
  }
}
@media (max-width: 810px) {
  .graphic-cogwheel__block {
    grid-template-columns: 260px auto;
  }
}
@media (max-width: 500px) {
  .graphic-cogwheel__block {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .graphic-cogwheel__line1, .graphic-cogwheel__line2, .graphic-cogwheel__line3 {
    display: none;
  }
  .graphic-cogwheel__icon {
    position: static;
    width: 120px;
    padding-top: 120px;
    margin: 0 auto;
    transform: none;
  }
  .graphic-cogwheel__item {
    padding: 0;
    display: block;
    margin-top: 64px;
    min-height: 0 !important;
  }
  .graphic-cogwheel__header-block {
    position: static;
    width: auto;
    padding: 19px 0;
    margin-bottom: 33px;
  }
  .graphic-cogwheel__header {
    position: static;
    transform: none;
  }
}
.graphic-programming__block {
  width: 768px;
  margin: 0 auto;
}
.graphic-programming__header {
  text-align: center;
  margin-bottom: 42px;
}
.graphic-programming__btn-block {
  display: flex;
  justify-content: center;
}
.graphic-programming__btn {
  width: 230px;
  font: 600 15px/24px "Poppins", Arial, sans-serif;
  color: white;
  text-align: center;
  background: linear-gradient(to right, #00c17a, #59d243);
  text-transform: uppercase;
  padding: 17px 0 16px;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.6s;
}
.graphic-programming__arrow-block {
  display: flex;
  justify-content: center;
}
.graphic-programming__arrow {
  width: 50px;
  height: auto;
  margin: 25px 0 27px;
}
.graphic-programming__arrow--1 {
  width: 38px;
}
.graphic-programming__img-block {
  position: relative;
  width: 51%;
  margin: 0 auto;
}
.graphic-programming__img-lines {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88%;
  height: 88%;
  transform: translate(-48%, -50%);
}
.graphic-programming__img-line {
  opacity: 0;
  transition: opacity 0.6s;
}
.graphic-programming__fade-in {
  opacity: 1;
}
.graphic-programming__center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-bottom: 0;
  transform: translate(-48%, -50%);
}
.graphic-programming__label-block {
  opacity: 0;
  transition: opacity 0.6s;
}
.graphic-programming__label-block--show {
  opacity: 1;
}
.graphic-programming__label {
  position: absolute;
  top: 0;
  left: 0;
  color: #393939;
  font-weight: 600;
}
.graphic-programming__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #393939;
  border-radius: 50%;
  transform: translateY(2px);
}
.graphic-programming__line {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 26%;
  background: #393939;
  transform: translateY(9px);
}
.graphic-programming__label--1 {
  left: auto;
  right: 107%;
  top: 6%;
}
.graphic-programming__radio--1 {
  left: auto;
  right: 99%;
  top: 6%;
}
.graphic-programming__line--1 {
  left: auto;
  right: 73%;
  top: 6%;
}
.graphic-programming__label--2 {
  left: auto;
  right: 128%;
  top: 32%;
}
.graphic-programming__radio--2 {
  left: auto;
  right: 120%;
  top: 32%;
}
.graphic-programming__line--2 {
  left: auto;
  right: 94%;
  top: 32%;
}
.graphic-programming__label--3 {
  left: auto;
  right: 126%;
  top: 63%;
}
.graphic-programming__radio--3 {
  left: auto;
  right: 117%;
  top: 63%;
}
.graphic-programming__line--3 {
  left: auto;
  right: 91%;
  top: 63%;
}
.graphic-programming__label--4 {
  left: auto;
  right: 106%;
  top: 89%;
}
.graphic-programming__radio--4 {
  left: auto;
  right: 98%;
  top: 89%;
}
.graphic-programming__line--4 {
  left: auto;
  right: 72%;
  top: 89%;
}
.graphic-programming__label--8 {
  left: 103%;
  top: 13%;
}
.graphic-programming__radio--8 {
  left: 94.5%;
  top: 13%;
}
.graphic-programming__line--8 {
  left: 69%;
  top: 13%;
}
.graphic-programming__label--7 {
  left: 122%;
  top: 31%;
}
.graphic-programming__radio--7 {
  left: 114%;
  top: 31%;
}
.graphic-programming__line--7 {
  left: 96%;
  top: 31%;
  width: 18%;
}
.graphic-programming__label--6 {
  left: 117%;
  top: 63%;
}
.graphic-programming__radio--6 {
  left: 109%;
  top: 63%;
}
.graphic-programming__line--6 {
  left: 91%;
  top: 63%;
  width: 18%;
}
.graphic-programming__label--5 {
  left: 103%;
  top: 81%;
}
.graphic-programming__radio--5 {
  left: 94.5%;
  top: 81%;
}
.graphic-programming__line--5 {
  left: 69%;
  top: 81%;
}
@media (max-width: 848px) {
  .graphic-programming__block {
    width: auto;
  }
  .graphic-programming__img-block {
    width: 48%;
  }
}
@media (max-width: 500px) {
  .graphic-programming__img-block {
    width: 60%;
  }
  .graphic-programming__line, .graphic-programming__radio {
    display: none;
  }
  .graphic-programming__label {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .graphic-programming__label--1 {
    right: 85%;
  }
  .graphic-programming__label--2 {
    right: 85%;
  }
  .graphic-programming__label--3 {
    right: 85%;
  }
  .graphic-programming__label--4 {
    right: 85%;
  }
  .graphic-programming__label--5 {
    left: 85%;
  }
  .graphic-programming__label--6 {
    left: 85%;
  }
  .graphic-programming__label--7 {
    left: 85%;
  }
  .graphic-programming__label--8 {
    left: 85%;
  }
}
.graphic-layout__img-block {
  position: relative;
}
.graphic-layout__text-block {
  margin-top: 68px;
}
.graphic-layout__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: linear-gradient(to bottom, #00c17a, #59d243);
  border-radius: 10px;
  color: white !important;
  text-align: center;
  font: 700 20px/42px "Poppins", Arial, sans-serif;
  cursor: cursor;
}
.graphic-layout__num a {
  color: white !important;
}
a.graphic-layout__num {
  color: white !important;
}
.graphic-layout__num--1 {
  left: 20%;
  top: 52%;
}
.graphic-layout__num--2 {
  left: 32%;
  top: 61%;
}
.graphic-layout__num--3 {
  left: 47%;
  top: 59%;
}
.graphic-layout__num--4 {
  left: 40%;
  top: 44%;
}
.graphic-layout__num--5 {
  left: 60%;
  top: 19%;
}
.graphic-layout__num--6 {
  left: 67%;
  top: 32%;
}
.graphic-layout__num--7 {
  left: 82%;
  top: 33%;
}
.graphic-layout__num--8 {
  left: 13%;
  top: 60%;
}
.graphic-layout__num--9 {
  left: 38%;
  top: 71%;
}
.graphic-layout__num--10 {
  left: 47%;
  top: 53%;
}
.graphic-layout__num--11 {
  left: 48%;
  top: 24%;
}
.graphic-layout__num--12 {
  left: 61%;
  top: 18%;
}
.graphic-layout__num--13 {
  left: 76%;
  top: 32%;
}
.graphic-layout__num--14 {
  left: 84%;
  top: 46%;
}
.graphic-layout__text-num--active {
  color: #52d047;
}
.graphic-layout__nums--bk .graphic-layout__num--1 {
  left: 63%;
  top: 6%;
}
.graphic-layout__nums--bk .graphic-layout__num--2 {
  left: 69%;
  top: 21%;
}
.graphic-layout__nums--bk .graphic-layout__num--3 {
  left: 40%;
  top: 28%;
}
.graphic-layout__nums--bk .graphic-layout__num--4 {
  left: 84%;
  top: 29%;
}
.graphic-layout__nums--bk .graphic-layout__num--5 {
  left: 81%;
  top: 6%;
}
.graphic-layout__nums--bk .graphic-layout__num--6 {
  left: 86%;
  top: 22%;
}
.graphic-layout__nums--bk .graphic-layout__num--7 {
  left: 57%;
  top: 33%;
}
.graphic-layout__nums--bk .graphic-layout__num--8 {
  left: 43%;
  top: 6%;
}
#budgetplanerBlock .sumBlock {
  margin-top: 50px;
  border-top: 1px solid #393939;
  padding-top: 4px;
  color: #f29526;
}
#budgetplanerBlock .sumBlock:before {
  content: "";
  display: block;
  border-top: 1px solid #393939;
}
#budgetplanerBlock #endBudget {
  background: #f29526;
  color: white;
  padding: 6px 12px 18px 12px;
  margin-top: 32px;
}
#budgetplanerBlock #moreHead {
  margin: 17px 0 20px;
  padding-top: 22px;
  border-top: 1px solid #e2e2e2;
  font-weight: bold;
}
#budgetplanerBlock .hiddenHalleText {
  display: none;
}
#projectTypeHalleBlock {
  display: none;
}
#areaTip {
  display: none;
  margin-top: 10px;
}
.budgetplaner__header {
  background: #f29526;
  color: white;
  padding: 10px 0 10px 10px;
  margin-top: 70px;
}
.budgetplaner__subheader {
  margin-top: 30px;
}
.budgetplaner__row {
  display: grid;
  grid-template-columns: auto 170px 66px;
  margin-top: 14px;
  column-gap: 10px;
}
.budgetplaner__row--full {
  display: block;
}
.budgetplaner__row--radio {
  grid-template-columns: 28px auto 170px;
}
.budgetplaner__row--radio .form__input--radio {
  position: static;
}
.budgetplaner__row--result {
  grid-template-columns: auto 200px 170px;
  gap: 20px;
}
.budgetplaner__row--result input[type="text"] {
  background: #7987ac;
  border: 0;
  color: white;
}
.budgetplaner__row--result-b {
  margin-top: 24px;
}
.budgetplaner__unit-col {
  padding-top: 13px;
}
.budgetplaner__info-line {
  display: none;
}
.budgetplaner__btn-block {
  margin-bottom: 80px;
}
.budgetplaner--new .budgetplaner__subheader {
  margin-top: 50px;
}
.budgetplaner--new .budgetplaner__row {
  margin-top: 30px;
}
.budgetplaner--new .budgetplaner__header {
  padding-left: 30px;
}
.budgetplaner__row--range {
  grid-template-columns: auto 66px 66px;
  row-gap: 10px;
  margin-top: 10px !important;
  align-items: center;
}
.budgetplaner__row--range div:first-child {
  padding-right: 27px;
}
#presenceBlock {
  display: none;
}
.budgetplaner__row--radio-img {
  display: block;
  position: relative;
  margin-top: 18px !important;
}
.budgetplaner__row--radio-img:first-child {
  margin-top: 30px !important;
}
.budgetplaner__row--radio-img .form__input {
  display: none;
}
.budgetplaner__row--radio-img .form__input:checked + .budgetplaner__radio-img-row {
  border-color: #203775;
}
.budgetplaner__radio-img-row {
  display: grid;
  grid-template-columns: 160px auto 128px;
  align-items: center;
  background: #fff;
  padding-right: 20px;
  cursor: pointer;
  border-radius: 7px;
  border: 2px solid #fff;
  overflow: hidden;
}
.budgetplaner__radio-img-col2 {
  padding: 10px 5px 10px 24px;
}
.budgetplaner__goals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 35px;
}
.budgetplaner__goal-img-block {
  margin-bottom: 12px;
}
.budgetplaner__goal-label-h {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 6px;
  word-wrap: break-word;
  hyphens: auto;
}
.budgetplaner__goal-label {
  cursor: pointer;
}
@media (max-width: 1079px) {
  .budgetplaner__goals {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 810px) {
  .budgetplaner__row {
    grid-template-columns: auto 30%;
  }
  .budgetplaner__unit-col {
    padding-top: 0;
    grid-column-start: 2;
  }
  .budgetplaner__row--radio {
    grid-template-columns: 28px auto 22%;
  }
  .budgetplaner__row--result {
    grid-template-columns: 30% 30% 30%;
    gap: 5%;
  }
  .budgetplaner__radio-img-row {
    grid-template-columns: 23% auto 128px;
  }
}
@media (max-width: 500px) {
  .budgetplaner__row--text {
    grid-template-columns: 1fr;
  }
  .budgetplaner__radio-img-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 0 10px;
  }
  .budgetplaner__radio-img {
    margin-right: -2px;
  }
  .budgetplaner__radio-img-col2, .budgetplaner__radio-img-col3 {
    padding: 0 10px;
  }
  .budgetplaner__goals {
    grid-template-columns: 1fr;
  }
}
.login-nav {
  background: #f9f9f9;
}
.login-nav__list {
  display: flex;
  padding: 27px 0 !important;
}
.login-nav__item {
  display: block;
  padding: 0 !important;
  margin-left: 82px;
}
.login-nav__item:before {
  content: normal !important;
}
.login-nav__item:first-child {
  margin-left: 0;
}
.login-nav__link {
  display: block;
  font: 600 15px/24px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  color: #393939 !important;
  text-decoration: none;
}
.login-nav__link__link--active {
  color: #f29526 !important;
}
.login-nav__open-mobile {
  display: none;
  position: fixed;
  top: 48px;
  right: 22px;
  width: 42px;
  height: 42px;
  background: url("./../img/icons/icon-login.svg") no-repeat;
  cursor: pointer;
  z-index: 50;
}
@media (max-width: 1079px) {
  .login-nav__open-mobile {
    display: block;
  }
  .login-nav {
    display: none;
    position: fixed;
    top: 118px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 30;
    overflow: hidden;
  }
  .login-nav .wrp {
    margin: 0;
    width: auto;
  }
  .login-nav--open {
    display: block;
  }
  .login-nav__list {
    width: 266px;
    background: #f9f9f9;
    display: block;
    margin-left: auto;
    padding: 26px 30px 32px !important;
    border-radius: 0 0 0 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    animation: navMobileSlideIn 0.4s;
  }
  .login-nav__item {
    display: block;
    margin: 20px 0 0;
  }
  .login-nav__item:last-child {
    margin-top: 60px;
  }
}
.splashpage__wrp {
  position: relative;
  width: 1688px;
  margin: 0 auto;
}
.splashpage__header {
  padding: 38px 0 34px;
}
.splashpage__logo-block {
  width: 140px;
}
.splashpage__head-nav {
  position: absolute;
  bottom: -7px;
  right: 0;
}
.splashpage__head-list {
  display: flex;
}
.splashpage__head-item {
  display: block;
  margin-left: 36px;
}
.splashpage__head-link {
  font: 500 16px/25px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  color: #393939;
  text-decoration: none;
}
.splashpage__head-link:hover {
  color: #f29526;
}
.splashpage__head-link--o:hover {
  color: #16295D;
}
.splashpage__2col {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  /*    display:grid;
    grid-template-columns:1fr 1fr;
    gap:34px;
    padding:0 34px;*/
}
.splashpage__2col-block {
  display: flex;
  height: 640px;
}
.splashpage__2col-block--over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.splashpage__2col-col {
  width: 50%;
  height: 640px;
  padding: 0 17px 0 34px;
  transition: all 1.4s;
}
.splashpage__2col-col:last-child {
  padding: 0 34px 0 17px;
}
.splashpage__2col--h-hover .splashpage__2col-col {
  width: 52%;
}
.splashpage__2col--h-hover .splashpage__2col-col:last-child {
  width: 48%;
}
.splashpage__2col--o-hover .splashpage__2col-col {
  width: 48%;
}
.splashpage__2col--o-hover .splashpage__2col-col:last-child {
  width: 52%;
}
.splashpage__2col-item {
  position: relative;
  display: block;
  height: 100%;
}
.splashpage__2col-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splashpage__2col-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.splashpage__2col-over {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  padding: 10px 164px 80px 80px;
}
.splashpage__2col-header {
  font: 300 40px/60px "Poppins", Arial, sans-serif;
  margin-bottom: 35px;
}
.splashpage__sitemap {
  margin: 82px 0 60px;
}
.splashpage__sitemap-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 194px;
}
.splashpage__sitemap-header {
  margin-bottom: 47px;
}
.splashpage__sitemap-list {
  display: block;
  padding: 0;
  column-count: 3;
  column-gap: 80px;
}
.splashpage__sitemap-list--o a.splashpage__sitemap-link:hover, .splashpage__sitemap-list--o .splashpage__sitemap-link2:hover {
  color: #203775;
}
.splashpage__sitemap-item {
  display: block;
  margin-top: 35px;
  page-break-inside: avoid;
  break-inside: avoid;
}
.splashpage__sitemap-item:first-child {
  margin-top: 0;
}
.splashpage__sitemap-link {
  font: 600 15px/24px "Poppins", Arial, sans-serif;
  color: #393939;
  text-transform: uppercase;
  text-decoration: none;
}
a.splashpage__sitemap-link:hover {
  color: #f29526;
}
.splashpage__sitemap-list2 {
  padding: 0;
  break-inside: avoid;
  page-break-inside: avoid;
}
.splashpage__sitemap-item2 {
  display: block;
  margin-top: 8px;
}
.splashpage__sitemap-link2 {
  text-decoration: none;
}
.splashpage__sitemap-link2:hover {
  color: #f29526;
}
.splashpage__footer {
  background: #f9f9f9;
  padding: 10px 0;
}
.splashpage__footer-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.splashpage__footer-list {
  display: flex;
  padding: 0;
}
.splashpage__footer-item {
  display: block;
  padding: 0 10px;
  margin-left: 20px;
}
.splashpage__footer-item:first-child {
  margin-left: 0;
}
.splashpage__footer-link {
  text-decoration: none;
}
.splashpage__footer-link:hover {
  color: #393939;
}
@media (max-width: 1756px) {
  .splashpage__wrp {
    width: calc(100% - 68px);
  }
  .splashpage__2col-over {
    padding-right: 80px;
  }
}
@media (max-width: 1450px) {
  .splashpage__2col-over {
    padding-left: 40px;
    padding-right: 40px;
  }
  .splashpage__2col-header {
    font: 300 35px/50px "Poppins", Arial, sans-serif;
    margin-bottom: 25px;
  }
  .splashpage__sitemap-block {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
@media (max-width: 1288px) {
  .splashpage__2col-over {
    padding: 10px 70px 60px;
  }
  .splashpage__2col-header {
    font: 300 40px/60px "Poppins", Arial, sans-serif;
    margin-bottom: 35px;
  }
}
@media (max-width: 1079px) {
  .splashpage__2col-block {
    display: block;
    height: 1340px;
  }
  .splashpage__2col-col {
    width: 100% !important;
    padding: 0 34px;
    transition: none;
  }
  .splashpage__2col-col:last-child {
    margin-top: 34px;
    padding: 0 34px;
  }
  .splashpage__sitemap {
    margin: 60px 0;
  }
}
@media (max-width: 810px) {
  .splashpage__2col-over {
    padding: 10px 50px 60px;
  }
  .splashpage__sitemap-list {
    column-count: 2;
  }
}
@media (max-width: 720px) {
  .splashpage__head-nav {
    display: none;
  }
  .splashpage__footer {
    padding-top: 20px;
  }
  .splashpage__footer-nav {
    position: static;
    margin-bottom: 24px;
  }
  .splashpage__footer-list {
    justify-content: flex-end;
  }
}
@media (max-width: 500px) {
  .splashpage__2col-col {
    height: 600px;
    padding: 0 17px;
  }
  .splashpage__2col-col:last-child {
    margin-top: 20px;
    padding: 0 17px;
  }
  .splashpage__2col-over {
    padding: 10px 20px 40px;
  }
  .splashpage__2col-over .btn {
    min-width: 0;
    width: 100%;
  }
  .splashpage__2col-header {
    font: 300 25px/40px "Poppins", Arial, sans-serif;
  }
  .splashpage__sitemap {
    margin: 44px 0;
  }
  .splashpage__sitemap-block {
    gap: 60px;
  }
  .splashpage__sitemap-header {
    margin-bottom: 35px;
  }
  .splashpage__sitemap-list {
    column-count: 2;
    column-gap: 15px;
  }
  .splashpage__footer-copyright {
    margin: 0 -20px;
    text-align: center;
  }
}
.disclaimer {
  position: fixed;
  box-sizing: border-box;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(67, 67, 67, 0.9);
  color: #ffffff;
  padding: 20px 20%;
  font-size: 12px;
  z-index: 60;
  text-align: center;
}
.disclaimer a {
  text-decoration: none;
}
.disclaimer__btn {
  display: inline-block;
  text-align: center;
  color: #505050;
  background: white;
  border-radius: 22px;
  text-decoration: none;
  padding: 5px 43px;
  margin: 20px auto 0;
}
.disclaimer .link {
  display: block;
  text-align: center;
  margin: 20px 0 10px;
  text-decoration: underline;
}
.disclaimer .link-small {
  font-size: 12px;
  text-align: center;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
}
.overlay--open {
  display: flex;
}
.overlay__text {
  padding: 40px;
  background: white;
  border-radius: 10px;
}
.overlay__content {
  position: relative;
  display: block;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  background: white;
  border-radius: 10px;
  overflow: auto;
}
.overlay__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: url("./../img/icons/icon-close-window.svg") no-repeat;
  z-index: 20;
}
.overlay__close--gallery {
  top: 4%;
  right: 3%;
  background: url("./../img/icons/icon-close-window-white.svg") no-repeat;
}
.overlay__content--share {
  max-width: 644px;
  height: auto;
  margin: 0 40px;
}
.overlay__content--login {
  max-width: 504px;
  height: auto;
  margin: 0 40px;
}
.overlay__content--video {
  border-radius: 0;
  background: #000;
  width: 80%;
  height: 80%;
}
.overlay__content--video .overlay__close {
  background: url("./../img/icons/icon-close-window-white.svg") no-repeat;
}
.overlay__content--iframe {
  border-radius: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.overlay__text--max-width {
  max-width: 460px;
}
.overlay__iframe-block {
  display: block;
  width: 100%;
  height: 100%;
}
.overlay__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.overlay__youtube-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.overlay__youtube {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  background: transparent;
}
.overlay__share {
  padding: 34px;
  width: 100%;
}
.overlay__share-block {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -11px 42px;
}
.overlay__share-item {
  width: 62px;
  height: 62px;
  overflow: hidden;
  margin: 12px 11px 0;
}
.overlay__share-icon {
  display: block;
}
.overlay__share-link {
  position: relative;
  margin-top: 16px;
  padding: 0 34px 0 12px;
  background: #f9f9f9;
}
.overlay__share-link-text {
  line-height: 38px;
  width: 100%;
  height: 38px;
  overflow: hidden;
  white-space: nowrap;
}
.overlay__share-link-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("./../img/icons/share/icon-link.svg") no-repeat;
  transform: translateY(-50%);
}
.overlay__share-info {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: white;
  border: 1px solid #f9f9f9;
  padding: 5px;
}
.overlay__video-block {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.overlay__video {
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
}
.overlay__form-block {
  padding: 45px 45px 34px;
}
.overlay__login-header {
  margin-bottom: 25px;
}
.overlay__gallery {
  width: 100%;
  height: 100%;
}
.overlay__gallery .simple-slider {
  height: 100%;
}
.overlay__gallery .simple-slider__slide-block {
  height: 100%;
}
.overlay__gallery .simple-slider__item {
  height: 100%;
  padding: 20px 20%;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
.overlay__gallery .simple-slider__prev {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.overlay__gallery .simple-slider__next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.overlay__gallery-img-block {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay__gallery-img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.container {
  display: flex;
  justify-content: space-around;
  margin: 50px 20px;
  flex-wrap: wrap;
}
.box {
  padding: 0px;
  width: 250px;
  margin-bottom: 25px;
}
.box-content {
  border: 1px solid #838383;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.box-content img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.box-content img:hover {
  transform: scale(1.1);
}
.box-label {
  padding: 10px 19px;
  background: linear-gradient(to right, #eb6a27, #f29526);
  color: white;
  font: 600 15px/24px "Poppins", Arial, sans-serif;
  border-radius: 6px;
  transform: translateY(-50%);
  text-transform: uppercase;
  width: 220px;
  position: absolute;
  text-align: center;
}
@media (max-width: 768px) {
  .container {
    margin: 20px 10px;
    /* Anpassung des Abstands für kleinere Bildschirme */
    justify-content: center;
    /* Zentrierung der Inhalte auf mobilen Geräten */
  }
  .box {
    width: 100%;
    /* Volle Breite auf mobilen Geräten */
    max-width: none;
    /* Keine maximale Breite */
    margin-bottom: 20px;
    /* Abstand zwischen Boxen auf mobilen Geräten */
  }
}
