/* Anti alias */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.black-text {
  color: #000 !important;
}

.block {
  display: block;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
}

header.header {
  background-color: #fff;
  height: 152px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
header.header .header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 29px;
  position: relative;
}
header.header .header__logo {
  height: 102px;
  width: 35%;
  max-width: 426px;
}
header.header .header__logo svg .a {
  fill: black;
  stroke: none;
}
header.header .header__navigation nav {
  display: flex;
  justify-content: flex-start;
}
header.header .header__navigation nav a {
  color: #007ac4;
  font-size: 21px;
  line-height: 33px;
  font-weight: 600;
}
header.header .header__navigation nav > a {
  margin-right: 51px;
}
header.header .header__navigation nav > a.header__navigation__burger {
  margin-right: 0;
}
header.header .header__navigation nav > a#burgerSmallScreen {
  display: none;
}
header.header .header__navigation nav a:hover,
header.header .header__navigation nav a.active {
  color: #000;
  text-decoration: none;
}
header.header .header__navigation nav a:hover span,
header.header .header__navigation nav a.active span {
  color: #007ac4;
}
header.header .header__navigation__languages {
  margin-right: 51px;
}
header.header .header__navigation__languages a {
  padding: 0 3px;
}
header.header .header__navigation__burger {
  display: inline-block;
  flex-shrink: 0;
  padding-top: 7px;
  width: 54px;
}
header.header .header__shop-icon {
  display: none;
  position: absolute;
  right: 0;
  top: 100px;
}
header.header .header__shop-icon svg {
  width: 47px;
}
header.header .header__shop-icon span {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 25px;
  line-height: 33px;
  font-weight: 600;
  color: #007ac4;
  text-align: center;
  display: block;
  width: 100%;
}
header.header .header__shop-icon.zero {
  pointer-events: none;
  cursor: default;
}

header.header.shop-header .header__shop-icon {
  display: block;
}

.navigation-desktop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #007ac4;
  color: #fff;
  z-index: 99;
}
.navigation-desktop a:hover {
  text-decoration: none;
}
.navigation-desktop__top {
  display: flex;
  padding-top: 30px;
  padding-bottom: 47px;
}
.navigation-desktop__top__logo {
  width: 25%;
}
.navigation-desktop__top__logo img {
  max-width: 98px;
}
.navigation-desktop__top__navigation {
  display: flex;
  position: relative;
  width: 75%;
  padding-right: 38px;
}
.navigation-desktop__top__navigation a {
  width: 25%;
  font-size: 25px;
  line-height: 30px;
}
.navigation-desktop__top__navigation a.active {
  color: #000;
}
.navigation-desktop__top__navigation .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.navigation-desktop__bottom {
  display: flex;
}
.navigation-desktop__bottom__column:first-child {
  width: 25%;
}
.navigation-desktop__bottom__column:nth-child(2) {
  width: 27%;
}
.navigation-desktop__bottom__column:nth-child(3) {
  width: 27%;
}
.navigation-desktop__bottom__column:last-child {
  width: 21%;
}
.navigation-desktop__bottom h4 {
  height: 44.6px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 34px;
  position: relative;
}
.navigation-desktop__bottom h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 134px;
  background-color: #fff;
}
.navigation-desktop__bottom a {
  display: block;
  font-size: 25px;
  line-height: 45px;
}
.navigation-desktop__bottom a.active {
  color: #000;
}
.navigation-desktop__bottom a:last-child {
  position: relative;
  padding-bottom: 44px;
}
.navigation-desktop__bottom a:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 134px;
  background-color: #fff;
}

.navigation-small-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  background-color: #007ac4;
  color: #fff;
  z-index: 99;
  padding-top: 32px;
}
.navigation-small-screen__top {
  position: absolute;
  right: 25px;
  top: 32px;
  font-size: 25px;
  line-height: 30px;
  z-index: 1;
}
.navigation-small-screen__top > a {
  display: block;
  margin-top: 28px;
}
.navigation-small-screen__top a:hover {
  text-decoration: none;
}
.navigation-small-screen__languages {
  text-transform: uppercase;
}
.navigation-small-screen__logo-holder {
  margin-bottom: 35px;
  padding-left: 25px;
}
.navigation-small-screen__logo-holder .logo {
  display: block;
  width: 83px;
}
.navigation-small-screen .close {
  position: fixed;
  bottom: 20px;
  right: 25px;
  width: 28px;
  z-index: 999;
}
.navigation-small-screen__main {
  padding-left: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  position: relative;
}
.navigation-small-screen__main div {
  margin-bottom: 36px;
  cursor: pointer;
}
.navigation-small-screen__main .underline {
  width: 134px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 25px;
  transition: top 0.5s linear;
}
.navigation-small-screen__main .underline.position0 {
  top: 30px;
}
.navigation-small-screen__main .underline.position1 {
  top: 95px;
}
.navigation-small-screen__main .underline.position2 {
  top: 164px;
}
.navigation-small-screen__sub-menu {
  display: flex;
  position: relative;
  overflow-y: hidden;
}
.navigation-small-screen__sub-menu__list {
  width: 100%;
  flex-shrink: 0;
  padding-left: 59px;
  padding-bottom: 50px;
  font-size: 25px;
  line-height: 50px;
  position: relative;
  transition: left 0.4s linear;
}
.navigation-small-screen__sub-menu__list.position0 {
  left: 0;
}
.navigation-small-screen__sub-menu__list.position1 {
  left: -100%;
}
.navigation-small-screen__sub-menu__list.position2 {
  left: -200%;
}
.navigation-small-screen__sub-menu__list .small-underline {
  width: 267px;
  height: 3px;
  background-color: #fff;
  margin: 20px 0;
}
.navigation-small-screen__sub-menu__list a {
  display: block;
}
.navigation-small-screen__sub-menu__list a:hover {
  text-decoration: none;
}

.main {
  margin-top: 177px;
  min-height: 100vh;
}

.hero {
  position: relative;
  margin-bottom: 55px;
}
.hero__button {
  position: absolute;
  bottom: 27px;
  right: 35px;
  width: 293px;
  height: 293px;
  background-color: #ffd800;
  border-radius: 50%;
  padding: 50px 30px 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__button:hover {
  text-decoration: none;
}
.hero__button__title {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}
.hero__button__text {
  line-height: 25px;
  margin-bottom: 32px;
}
.hero__button__arrow {
  width: 24px;
  margin: 0 auto;
}
.hero__button__arrow svg .a {
  stroke: #000;
}
.hero .hero-img-small {
  display: none;
}

.article-wrapper {
  flex-wrap: wrap;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-start;
}
.article-wrapper .homepage-article {
  display: block;
  border-bottom: 13px solid #007ac4;
  padding-bottom: 27px;
  margin-bottom: 69px;
}
.article-wrapper .homepage-article:hover {
  text-decoration: none;
}
.article-wrapper .homepage-article__image {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.article-wrapper .homepage-article__image__calendar {
  width: 132px;
  height: 86.5px;
  position: absolute;
  top: 20px;
  left: 25px;
}
.article-wrapper .homepage-article__image__calendar .month {
  width: 100%;
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.article-wrapper .homepage-article__image__calendar .date {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  color: #007ac4;
}
.article-wrapper .homepage-article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.2s linear;
}
.article-wrapper .homepage-article__title {
  color: #007ac4;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 19px;
}
.article-wrapper .homepage-article__subtitle {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.article-wrapper .homepage-article__text {
  line-height: 25px;
  font-weight: 300;
}
.article-wrapper > * {
  width: 31%;
}
.article-wrapper > *:not(:nth-child(3n+3)) {
  margin-right: calc((100% - (3 * 31%)) / 2);
}
.article-wrapper .homepage-article:hover .homepage-article__image > img {
  width: 104%;
  top: -2%;
  left: -2%;
}

.main-page-image {
  margin-bottom: 40px;
  position: relative;
}
.main-page-image .hero__button {
  z-index: 1;
}
.main-page-image.small-screen {
  display: none;
}

.slider {
  position: relative;
}
.slider .slick-prev,
.slider .slick-next {
  z-index: 1;
  width: 35px;
  height: 35px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
}
.slider .slick-prev::before,
.slider .slick-next::before {
  content: "";
}
.slider .slick-prev {
  left: 21px;
  transform: rotate(45deg);
}
.slider .slick-next {
  right: 21px;
  transform: rotate(-135deg);
}

.single-slide {
  width: 100%;
  position: relative;
  padding-top: 59%;
  overflow: hidden;
}
.single-slide img {
  position: absolute;
  top: 0;
  left: 0;
}

.small-screen-intro {
  display: none;
}

.intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  color: #007ac4;
  min-height: 200px;
}
.intro__text, .intro__links {
  width: 50%;
}
.intro__text {
  border-top: 13px solid #007ac4;
  padding-top: 5px;
}
.intro__text h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
}
.intro__text p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
.intro__links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 13%;
}
.intro__links__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.intro__links__wrapper:hover {
  text-decoration: none;
}
.intro__links__wrapper:hover span {
  color: #000;
}
.intro__links__wrapper:hover .intro__links__arrow .arrow-b {
  stroke: #000;
}
.intro__links__wrapper:hover .intro__links__icon .a, .intro__links__wrapper:hover .intro__links__icon .tram-d, .intro__links__wrapper:hover .intro__links__icon .tram-a, .intro__links__wrapper:hover .intro__links__icon .tram-c, .intro__links__wrapper:hover .intro__links__icon .tram-d, .intro__links__wrapper:hover .intro__links__icon .bus-a, .intro__links__wrapper:hover .intro__links__icon .bus-c, .intro__links__wrapper:hover .intro__links__icon .eule-a, .intro__links__wrapper:hover .intro__links__icon .tca, .intro__links__wrapper:hover .intro__links__icon .st0_51 {
  fill: #000;
}
.intro__links__wrapper:hover .intro__links__icon .st0_21 {
  fill: #ffc100;
}
.intro__links__wrapper:hover .intro__links__icon .b, .intro__links__wrapper:hover .intro__links__icon .c, .intro__links__wrapper:hover .intro__links__icon .tram-f, .intro__links__wrapper:hover .intro__links__icon .tram-d, .intro__links__wrapper:hover .intro__links__icon .tram-e, .intro__links__wrapper:hover .intro__links__icon .tram-b, .intro__links__wrapper:hover .intro__links__icon .bus-b, .intro__links__wrapper:hover .intro__links__icon .d, .intro__links__wrapper:hover .intro__links__icon .tcb, .intro__links__wrapper:hover .intro__links__icon .tcc, .intro__links__wrapper:hover .intro__links__icon .tcd, .intro__links__wrapper:hover .intro__links__icon .tca {
  stroke: #000;
}
.intro__links__video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background: rgba(0, 122, 196, 0.6);
  z-index: 5;
}
.intro__links__video.open {
  display: flex;
}
.intro__links__audio {
  display: none;
}
.intro__links__icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin-right: 25px;
  cursor: pointer;
}
.intro__links__arrow {
  flex-shrink: 0;
  width: 24px;
  margin-right: 19px;
}
.intro__links__text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.intro__links__text:hover {
  text-decoration: none;
  color: #000;
}

.page-intro {
  color: #007ac4;
}
.page-intro__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}
.page-intro__rich-text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
.page-intro__rich-text h3 {
  font-weight: 600;
  margin-bottom: 25px;
}

.images-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.images-block__images, .images-block__text {
  width: 50%;
}
.images-block__images img {
  margin-bottom: 49px;
}
.images-block__images .last-image {
  margin-bottom: 0;
}
.images-block__text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  color: #007ac4;
  padding-left: 47px;
}
.images-block__text h3 {
  font-weight: 600;
  margin-bottom: 25px;
}
.images-block__text > *:first-child {
  border-top: 8px solid #007ac4;
  padding-top: 25px;
  margin-top: 0;
}
.images-block__link {
  border-bottom: 8px solid #007ac4;
  padding-bottom: 32px;
  line-height: 50px;
  font-weight: 500;
  display: block;
}
.images-block__link img {
  width: 24px;
  margin-right: 31px;
  vertical-align: middle;
}
.images-block.single-image .images-block__images img {
  margin-bottom: 0;
}
.images-block.multi-image {
  padding-bottom: 0;
  margin-bottom: 48px;
}
.images-block .bottom-border {
  border-bottom: 8px solid #007ac4;
}

.multi-images__v2 h2,
.single-image__v2 h2 {
  color: #007ac4;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
.multi-images__v2 .images-block__text > *:last-child,
.single-image__v2 .images-block__text > *:last-child {
  border-bottom: 8px solid #007ac4;
  padding-bottom: 25px;
}
.multi-images__v2 .images-block__images,
.single-image__v2 .images-block__images {
  position: relative;
}
.multi-images__v2 .images-block__images div,
.single-image__v2 .images-block__images div {
  position: absolute;
  top: 10px;
  right: 22px;
  font-size: 40px;
  font-weight: 600;
  color: #007ac4;
  cursor: pointer;
}
.multi-images__v2 .images-block__images img,
.single-image__v2 .images-block__images img {
  margin-bottom: 50px;
}

.popup-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #393939;
  display: flex;
  justify-content: center;
  z-index: 50;
}
.popup-modal .carousel {
  width: 100%;
  max-width: 1300px;
  padding: 0 34.5px;
  position: relative;
}
.popup-modal .carousel__top {
  display: flex;
  justify-content: flex-end;
  padding: 25px 0 28px;
}
.popup-modal .carousel__top a {
  margin-left: 42px;
}
.popup-modal .carousel__top img {
  height: 38px;
  width: auto;
}
.popup-modal .carousel__images {
  position: relative;
  height: calc(100% - 95px);
}
.popup-modal .carousel__image {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.popup-modal .carousel__image.visible {
  opacity: 1;
}
.popup-modal .carousel__image img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.popup-modal .carousel__prev, .popup-modal .carousel__next {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 35px;
  height: 35px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  cursor: pointer;
}
.popup-modal .carousel__prev::before, .popup-modal .carousel__next::before {
  content: "";
}
.popup-modal .carousel__prev {
  transform: rotate(45deg);
}
.popup-modal .carousel__next {
  left: auto;
  right: 0;
  transform: rotate(-135deg);
}

.archive-specification {
  border-bottom: 8px solid #007ac4;
  padding-bottom: 48px;
  margin-bottom: 36px;
}
.archive-specification__title {
  color: #007ac4;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 47px;
}
.archive-specification.first_table {
  border-top: 13px solid #007ac4;
  padding-top: 36px;
}
.archive-specification .specifications__row {
  display: flex;
  justify-content: flex-start;
  font-size: 25px;
  line-height: 45px;
  font-weight: 300;
}
.archive-specification .specifications__cell-1 {
  font-weight: 700;
  color: #007ac4;
  width: 325px;
  flex-shrink: 0;
  padding-right: 25px;
}

.link-block {
  margin-bottom: 123px;
  color: #007ac4;
}
.link-block__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 39px;
}
.link-block__link-wrapper {
  padding: 11px 0;
  border-top: 8px solid #007ac4;
}
.link-block__link-wrapper:last-child {
  border-bottom: 8px solid #007ac4;
}
.link-block__link {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
}
.link-block__link svg {
  width: 24px;
  margin-right: 32px;
  vertical-align: middle;
}

.pagination-block {
  display: flex;
  justify-content: space-between;
  color: #007ac4;
  font-size: 30px;
  line-height: 70px;
  font-weight: 300;
  margin-bottom: 61px;
}
.pagination-block__arrow {
  width: 24px;
  vertical-align: middle;
}
.pagination-block__arrow--prev {
  margin-right: 23px;
}
.pagination-block__arrow--next {
  margin-left: 23px;
}

.museum-summary,
.offers-summary {
  color: #007ac4;
  padding-bottom: 110px;
}
.museum-summary__image,
.offers-summary__image {
  margin-bottom: 36px;
}
.museum-summary__title,
.offers-summary__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 23px;
}
.museum-summary__text,
.offers-summary__text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin: 0;
}

.offer {
  color: #007ac4;
  border-top: 13px solid #007ac4;
  padding-top: 23px;
  padding-bottom: 82px;
}
.offer h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 40px;
}
.offer__description {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}
.offer__description:last-child {
  margin-bottom: 102px;
}
.offer__description__image, .offer__description__text {
  width: 49%;
}
.offer__description__image img {
  margin-bottom: 35px;
}
.offer__description__image img:last-child {
  margin-bottom: 0;
}
.offer__description__text {
  border-top: 8px solid #007ac4;
  padding-top: 31px;
}
.offer__description__text .small-screen-multi-images,
.offer__description__text .small-screen-single-image {
  display: none;
}
.offer__description__text h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 29px;
}
.offer__description__text p, .offer__description__text li {
  color: #000;
  margin: 0;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
}
.offer__pricing .row {
  display: flex;
  justify-content: space-between;
}
.offer__pricing__title, .offer__pricing__details {
  font-size: 25px;
  line-height: 45px;
}
.offer__pricing__title {
  width: 22%;
  font-weight: 700;
}
.offer__pricing__details {
  width: 78%;
  font-weight: 300;
}

.intro-block {
  border-top: 13px solid #007ac4;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #007ac4;
}
.intro-block__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
.intro-block__text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0;
}

.content-block {
  padding-bottom: 123px;
  display: flex;
  justify-content: space-between;
}
.content-block:last-child {
  padding-bottom: 163px;
}
.content-block.reverce {
  flex-direction: row-reverse;
}
.content-block__images {
  width: 50%;
}
.content-block__images img {
  width: 100%;
  height: auto;
  margin-bottom: 43px;
}
.content-block__images img:last-child {
  margin-bottom: 0;
}
.content-block__rich-text {
  width: calc(50% - 47px);
  border-top: 8px solid #007ac4;
  padding-top: 36px;
  color: #007ac4;
}
.content-block__rich-text h3 {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
.content-block__rich-text p {
  color: #000;
  margin-bottom: 50px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
}
.content-block__rich-text p:last-child {
  margin-bottom: 0;
}
.content-block__rich-text li {
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  color: #000;
}
.content-block__rich-text ul {
  margin-top: 0;
  margin-bottom: 50px;
}
.content-block__rich-text__link {
  margin-top: 45px;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
}
.content-block__rich-text__link img {
  height: 20.8px;
  width: auto;
  margin-right: 23px;
}

.publications__article {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.publications__article__image-wrapper {
  width: 24%;
}
.publications__article__text {
  position: relative;
  width: 70%;
  border-top: 8px solid #007ac4;
  border-bottom: 8px solid #007ac4;
  padding-top: 25px;
}
.publications__article__text h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  color: #007ac4;
  font-weight: 600;
}
.publications__article__text p, .publications__article__text li {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-size: 25px;
  margin: 0;
}
.publications__article__text .highlite {
  color: #007ac4;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
}
.publications__article__text .links {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding-top: 50px;
}
.publications__article__text .links a {
  color: #007ac4;
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  display: block;
}
.publications__article__text .links a img {
  width: 24px;
  margin-right: 25px;
  vertical-align: middle;
}

.archive-top__title {
  color: #007ac4;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 33px;
}
.archive-top__text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  color: #007ac4;
  margin-bottom: 90px;
}

.archive {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 64px;
}
.archive > * {
  width: 31%;
}
.archive > *:not(:nth-child(3n+3)) {
  margin-right: calc((100% - (3 * 31%)) / 2);
}
.archive__box {
  border-top: 8px solid #007ac4;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 86px;
  text-decoration: none !important;
}
.archive__box__title {
  color: #007ac4;
  font-size: 27px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 17px;
}
.archive__box__image {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  transition: transform 0.8s linear;
}
.archive__box__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}

.agenda__article {
  border-top: 8px solid #007ac4;
  padding-top: 40px;
  padding-bottom: 38px;
  display: flex;
  justify-content: space-between;
}
.agenda__article:hover {
  text-decoration: none;
}
.agenda__article__image-holder {
  width: 30%;
  overflow: hidden;
  z-index: 0;
}
.agenda__article__image-holder img {
  transition: all 0.2s linear;
}
.agenda__article__image-holder .small-screen-title {
  display: none;
}
.agenda__article:hover .agenda__article__image-holder img {
  transform: scale(1.04);
}
.agenda__article__info {
  width: 66%;
  position: relative;
  padding-bottom: 45px;
}
.agenda__article__info__date, .agenda__article__info__data {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 5px;
}
.agenda__article__info__title {
  color: #007ac4;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 29px;
}
.agenda__article__info__text {
  margin: 0;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
}
.agenda__article__info__details-arrow {
  text-align: end;
  padding-right: 5px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.agenda__article__info__details-arrow img {
  width: 41px;
  height: 41px;
}
.project .agenda__article__image-holder {
  width: 41%;
}
.project .agenda__article__info {
  width: 53%;
}

.agenda-details__content {
  display: flex;
  justify-content: space-between;
}
.agenda-details__content > * {
  width: 49%;
}
.agenda-details__images img {
  display: block;
  margin-bottom: 22px;
}
.agenda-details__description {
  padding-top: 34px;
  border-top: 8px solid #007ac4;
}
.agenda-details__description__date {
  font-size: 20px;
  line-height: 33px;
}
.agenda-details__description__title {
  color: #007ac4;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}
.agenda-details__description__text {
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  padding-bottom: 40px;
  margin-bottom: 65px;
  border-bottom: 8px solid #007ac4;
}
.agenda-details__description__link {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 25px;
  color: #007ac4;
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
}
.agenda-details__description__link:hover {
  text-decoration: underline;
}
.agenda-details__description__link:first-child {
  padding-top: 45px;
}
.agenda-details__description__link:last-child {
  padding-bottom: 0;
}
.agenda-details__description__link .image-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 23px;
  text-align: center;
  position: relative;
}
.agenda-details__description__link .image-wrapper img {
  position: relative;
  top: 2px;
  height: 100%;
  width: 100%;
}
.agenda-details__description .small-screen-single-image,
.agenda-details__description .small-screen-multi-image {
  display: none;
}
.agenda-details__pagination {
  display: flex;
  justify-content: space-between;
  padding: 52px 0;
}
.agenda-details__pagination.project-details {
  padding-top: 30px;
}
.agenda-details__pagination a {
  font-size: 30px;
  line-height: 70px;
  color: #007ac4;
  display: flex;
}
.agenda-details__pagination a:hover {
  text-decoration: underline;
}
.agenda-details__pagination a .image-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 23px;
  text-align: center;
  position: relative;
}
.agenda-details__pagination a .image-wrapper img {
  position: relative;
  top: 2px;
  height: 100%;
  width: 100%;
}
.agenda-details__pagination a:last-child .image-wrapper {
  margin-right: 0;
  margin-left: 23px;
}
.agenda-details__pagination a:last-child .image-wrapper.small-screen {
  display: none;
}
.agenda-details__pagination.back-only a .image-wrapper {
  margin-right: 23px;
  margin-left: 0;
}

.pricing {
  color: #007ac4;
}
.pricing__image {
  margin-bottom: 57px;
}
.pricing__section {
  padding-bottom: 86px;
  border-bottom: 13px solid #007ac4;
  margin-bottom: 40px;
}
.pricing__section .workhours {
  margin-bottom: 50px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  color: #000;
}
.pricing__section .workhours__row {
  display: flex;
  justify-content: flex-start;
}
.pricing__section .workhours__row .day {
  flex-basis: 144px;
  margin-right: 19px;
}
.pricing__section .workhours__row .hours {
  flex-basis: 198px;
}
.pricing__section.last-main {
  border-bottom: 0;
}
.pricing__section .rich-text a, .pricing__section .rich-text p, .pricing__section .rich-text li {
  color: #000;
}
.pricing__section h2 {
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 24px;
}
.pricing__section h3 {
  font-size: 25px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 24px;
}
.pricing__section h3:last-child {
  margin-bottom: 40px;
}
.pricing__section p {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
}
.pricing__section p:last-child {
  margin-bottom: 25px;
}
.pricing__section a {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
}
.pricing__section a:first-child {
  margin-bottom: 58px;
}
.pricing__section a img {
  vertical-align: top;
  width: 24px;
  margin-right: 22px;
}
.pricing__section .contact {
  display: flex;
  justify-content: flex-start;
}
.pricing__section .contact .arrow {
  padding-top: 14px;
  vertical-align: sub;
  width: 27px;
  margin-right: 22px;
}
.pricing__section .contact a {
  display: block;
  margin-bottom: 0;
}
.pricing__section .pricing-table {
  margin-bottom: 45px;
}
.pricing__section .pricing-table h3 {
  font-weight: 700;
  margin-bottom: 0;
}
.pricing__section .pricing-table .table {
  font-size: 25px;
  line-height: 45px;
  font-weight: 300;
  color: #000;
}
.pricing__section .pricing-table .table .row {
  display: flex;
  justify-content: flex-start;
}
.pricing__section .pricing-table .table .row .type {
  flex-basis: 610px;
}
.pricing__section .pricing-table .table .row .price {
  display: flex;
  justify-content: space-between;
  flex-basis: 172px;
  align-items: flex-end;
}
.pricing__section__linkblock {
  margin-bottom: 40px;
}
.pricing__section__linkblock .link {
  margin-bottom: 0 !important;
  display: flex;
}
.pricing__section__linkblock .link img {
  vertical-align: initial;
  width: 27px;
  margin-right: 22px;
}

.directions__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 125px;
}
.directions__wrapper__image, .directions__wrapper__text {
  width: 50%;
}
.directions__wrapper__text {
  padding-left: 50px;
}
.directions__wrapper__text div {
  margin-bottom: 50px;
}
.directions__wrapper p {
  margin-top: 0;
}
.directions__wrapper .rich-text {
  margin-bottom: 50px;
}
.directions__wrapper .rich-text p, .directions__wrapper .rich-text a, .directions__wrapper .rich-text li {
  color: #000;
}
.directions h2 {
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 45px;
  margin-top: 50px;
}
.directions h3 {
  font-size: 25px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 4px;
}
.directions div {
  font-size: 25px;
  line-height: 45px;
  font-weight: 300;
}
.directions a {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  padding: 20px 15px;
  border-top: 4px solid #007ac4;
  display: block;
}
.directions a img {
  width: 24px;
  margin-right: 17px;
}
.directions a:last-child {
  border-bottom: 4px solid #007ac4;
}

.optional-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.optional-block__image {
  width: 50%;
  margin-right: 47px;
}
.optional-block__text {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 40px;
  border-top: 8px solid #007ac4;
  border-bottom: 8px solid #007ac4;
}
.optional-block__text > a.bottom-link {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  color: #007ac4;
}
.optional-block__text > a.bottom-link img {
  width: 22px;
  margin-right: 25px;
  display: inline;
}
.optional-block__text img {
  display: none;
}
.optional-block__ritch {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
.optional-block__ritch h3, .optional-block__ritch h2 {
  color: #007ac4;
  font-weight: 600;
  margin-bottom: 20px;
}
.optional-block__ritch h2 {
  line-height: 55px;
}
.optional-block__ritch p {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 37px;
}

section.ritch-text, .rich-text {
  margin-bottom: 80px;
}
section.ritch-text h2, .rich-text h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #007ac4;
  margin-bottom: 35px;
}
section.ritch-text h3, .rich-text h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-weight: 600;
  margin-bottom: 30px;
  color: #007ac4;
}
section.ritch-text p, .rich-text p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-size: 25px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 50px;
}
section.ritch-text p span, .rich-text p span {
  display: block;
}
section.ritch-text li, .rich-text li {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-size: 25px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
}
section.ritch-text ul, .rich-text ul {
  margin-top: 0;
  margin-bottom: 50px;
}
section.ritch-text a.pfeil, section.ritch-text p.pfeil a, .rich-text a.pfeil, .rich-text p.pfeil a {
  display: block;
  position: relative;
  color: #007ac4;
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  padding-left: 45px;
}
section.ritch-text a.pfeil::before, section.ritch-text p.pfeil a::before, .rich-text a.pfeil::before, .rich-text p.pfeil a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  background-image: url("../images/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.teaserboxes {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 130px;
  margin-top: 113px;
}
.teaserboxes > * {
  width: 31%;
}
.teaserboxes > *:not(:nth-child(3n+3)) {
  margin-right: calc((100% - (3 * 31%)) / 2);
}
.teaserboxes .teaserbox__image {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.teaserboxes .teaserbox__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.teaserboxes .teaserbox__link {
  text-transform: uppercase;
  color: #007ac4;
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
}
.teaserboxes .teaserbox__link img {
  width: 24px;
  margin-right: 13px;
  vertical-align: initial;
}

.go_to_top_container_outer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.go_to_top_container_outer .go_to_top_container_inner {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
}
.go_to_top_container_outer .go_to_top_container_inner .fn_go-to-top {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 0;
  display: none;
  cursor: pointer;
  opacity: 0.8;
}
.go_to_top_container_outer .go_to_top_container_inner .fn_go-to-top.on {
  display: block;
}
.go_to_top_container_outer .go_to_top_container_inner .fn_go-to-top svg {
  width: 100%;
  height: auto;
}

.member h2,
.activity h2,
.changes h2 {
  color: #007ac4;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}
.member h3,
.activity h3,
.changes h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-weight: 600;
  color: #007ac4;
  margin-bottom: 30px;
}
.member p,
.activity p,
.changes p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 25px;
}
.member li,
.activity li,
.changes li {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-size: 25px;
}
.member a,
.activity a,
.changes a {
  text-decoration: underline;
}
.member__form,
.activity__form,
.changes__form {
  margin-bottom: 33px;
  margin-top: 65px;
}
.member__form.big-bottom-margin,
.activity__form.big-bottom-margin,
.changes__form.big-bottom-margin {
  margin-bottom: 148px;
}
.member__form .form__radio-container,
.activity__form .form__radio-container,
.changes__form .form__radio-container {
  display: block;
  position: relative;
  color: #007ac4;
  font-size: 27px;
  line-height: 33px;
  font-weight: 600;
  padding-left: 65px;
  padding-bottom: 33px;
  cursor: pointer;
}
.member__form .form__radio-container:last-child,
.activity__form .form__radio-container:last-child,
.changes__form .form__radio-container:last-child {
  padding-bottom: 77px;
}
.member__form .form__radio-container input,
.activity__form .form__radio-container input,
.changes__form .form__radio-container input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.member__form .form__radio-container input:checked ~ .radio-button,
.activity__form .form__radio-container input:checked ~ .radio-button,
.changes__form .form__radio-container input:checked ~ .radio-button {
  background-color: #007ac4;
}
.member__form .form__radio-container .radio-button,
.activity__form .form__radio-container .radio-button,
.changes__form .form__radio-container .radio-button {
  position: absolute;
  top: -3px;
  left: 0;
  height: 39px;
  width: 39px;
  border: 2px solid #007ac4;
  border-radius: 50%;
}
.member__form .form__radio-container .radio-button.checkbox,
.activity__form .form__radio-container .radio-button.checkbox,
.changes__form .form__radio-container .radio-button.checkbox {
  border-radius: 0;
}
.member__form .form__radio-container .radio-button.checkbox-button,
.activity__form .form__radio-container .radio-button.checkbox-button,
.changes__form .form__radio-container .radio-button.checkbox-button {
  border-radius: 0;
}
.member__form .form__inputs,
.activity__form .form__inputs,
.changes__form .form__inputs {
  width: 50%;
  margin-bottom: 80px;
}
.member__form .form__inputs .input-wrap,
.activity__form .form__inputs .input-wrap,
.changes__form .form__inputs .input-wrap {
  font-size: 27px;
  line-height: 69px;
  font-weight: 600;
  color: #007ac4;
}
.member__form .form__inputs .input-wrap label,
.activity__form .form__inputs .input-wrap label,
.changes__form .form__inputs .input-wrap label {
  display: block;
}
.member__form .form__inputs .input-wrap input, .member__form .form__inputs .input-wrap textarea,
.activity__form .form__inputs .input-wrap input,
.activity__form .form__inputs .input-wrap textarea,
.changes__form .form__inputs .input-wrap input,
.changes__form .form__inputs .input-wrap textarea {
  width: 100%;
  display: block;
  border: 2px solid #007ac4;
  line-height: 52px;
  margin-bottom: 22px;
}
.member__form .form__inputs .input-wrap textarea,
.activity__form .form__inputs .input-wrap textarea,
.changes__form .form__inputs .input-wrap textarea {
  line-height: 31px;
  min-height: 131px;
  padding: 13px 0;
}
.member__form .form__inputs .input-wrap.select-wrapper,
.activity__form .form__inputs .input-wrap.select-wrapper,
.changes__form .form__inputs .input-wrap.select-wrapper {
  position: relative;
}
.member__form .form__inputs .input-wrap.select-wrapper select,
.activity__form .form__inputs .input-wrap.select-wrapper select,
.changes__form .form__inputs .input-wrap.select-wrapper select {
  width: 100%;
  height: 62px;
  font-size: 27px;
  line-height: 52px;
  font-weight: 400;
  border: 2px solid #007ac4;
  color: #007ac4;
  background-color: #fff;
  outline: none;
  padding: 0 4px;
  margin-bottom: 22px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.member__form .form__inputs .input-wrap.select-wrapper::after,
.activity__form .form__inputs .input-wrap.select-wrapper::after,
.changes__form .form__inputs .input-wrap.select-wrapper::after {
  content: "";
  position: absolute;
  bottom: 45px;
  right: 25px;
  width: 20px;
  height: 17px;
  background-color: #007ac4;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  transform: rotate(-90deg);
}
.member__form .form__inputs .input-wrap .form__radio-container input,
.activity__form .form__inputs .input-wrap .form__radio-container input,
.changes__form .form__inputs .input-wrap .form__radio-container input {
  width: 0;
}
.member__form .fn_donor,
.activity__form .fn_donor,
.changes__form .fn_donor {
  display: none;
}
.member__form .spinner_send_newsletter,
.activity__form .spinner_send_newsletter,
.changes__form .spinner_send_newsletter {
  display: none;
}
.member__form .memberform-message,
.activity__form .memberform-message,
.changes__form .memberform-message {
  color: #ff9709 !important;
  font-weight: 600;
}
.member .blue-button,
.activity .blue-button,
.changes .blue-button {
  background-color: #007ac4;
  color: #fff;
  width: 50%;
  height: 48px;
  margin-top: 61px;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
  line-height: 50px;
  text-decoration: none;
}
.member .blue-button:hover,
.activity .blue-button:hover,
.changes .blue-button:hover {
  text-decoration: none;
  border: 2px solid #007ac4;
  background-color: #fff;
  color: #007ac4;
}

.back-link {
  color: #007ac4;
  font-size: 30px;
  line-height: 70px;
  font-weight: 300;
  margin-top: 121px;
  margin-bottom: 79px;
  display: inline-block;
}
.back-link img {
  vertical-align: middle;
  width: 24px;
  margin-right: 15px;
}

.projects__hero {
  margin-bottom: 90px;
}
.projects__hero__image {
  margin-bottom: 40px;
}
.projects__hero__image--small {
  display: none;
}
.projects__hero h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #007ac4;
  margin-bottom: 24px;
}
.projects__hero p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  color: #007ac4;
  margin: 0;
}
.projects__group {
  margin-bottom: 125px;
}
.projects__group h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #007ac4;
  margin-bottom: 40px;
}
.projects__more-things {
  margin-bottom: 135px;
  color: #007ac4;
}
.projects__more-things__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 15px;
}
.projects__more-things__subtitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 53px;
}
.projects__more-things__link {
  display: block;
  border-top: 4px solid #007ac4;
  padding: 20px 0;
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
}
.projects__more-things__link:last-child {
  border-bottom: 4px solid #007ac4;
}
.projects__more-things__link img {
  width: 24px;
  margin-right: 25px;
  vertical-align: middle;
}

.project-details-hero {
  margin-bottom: 78px;
  color: #007ac4;
}
.project-details-hero h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 22px;
}
.project-details-hero p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 57px;
}
.project-details-hero.small-screen {
  display: none;
}

.project-details-group {
  margin-bottom: 121px;
}
.project-details-group.last {
  margin-bottom: 88px;
}
.project-details-group h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #007ac4;
  margin-bottom: 47px;
}
.project-details-group .article {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
.project-details-group .article:last-child {
  margin-bottom: 0;
}
.project-details-group .article__image-holder {
  width: 50%;
}
.project-details-group .article__description {
  width: 46%;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
}
.project-details-group .article__description h4 {
  color: #007ac4;
  font-size: 30px;
  font-weight: 600;
  border-top: 8px solid #007ac4;
  padding-top: 25px;
  margin-bottom: 25px;
}
.project-details-group .article__description p {
  margin-top: 0;
  margin-bottom: 20px;
}
.project-details-group .article__description ul {
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.people {
  border-bottom: 8px solid #007ac4;
  margin-bottom: 50px;
  padding-bottom: 5px;
}
.people__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 37px;
  color: #007ac4;
}
.people__list {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}
.people__list > * {
  width: 31%;
}
.people__list > *:not(:nth-child(3n+3)) {
  margin-right: calc((100% - (3 * 31%)) / 2);
}
.people__box {
  margin: 0;
  padding: 40px 47px;
  border-top: 8px solid #007ac4;
  margin-bottom: 5px;
}
.people__box__image {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 18px;
}
.people__box__about {
  text-align: center;
  font-size: 27px;
  line-height: 33px;
  font-weight: 300;
}
.people__box__name {
  color: #007ac4;
  font-weight: 600;
}

.contact {
  margin-bottom: 127px;
}
.contact__image {
  margin-bottom: 56px;
}
.contact__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #007ac4;
  margin-bottom: 33px;
}
.contact__columns {
  display: flex;
  justify-content: space-between;
}
.contact__column {
  width: 32%;
}
.contact__text-box {
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 50px;
}
.contact__text-box__title {
  color: #007ac4;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 25px;
}
.contact__text-box__rich-text p {
  margin: 0 0 45px 0;
}
.contact__text-box__rich-text p:last-child {
  margin: 0;
}
.contact__highlilights {
  color: #007ac4;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 60px;
}
.contact__single-link {
  color: #007ac4;
  font-size: 29px;
  line-height: 50px;
  font-weight: 500;
}
.contact__single-link svg {
  height: 24px;
  margin-right: 17px;
  vertical-align: middle;
}
.contact__workhour {
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
}
.contact__workhour__title {
  color: #007ac4;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 25px;
}
.contact__workhour__table {
  display: flex;
  justify-content: flex-start;
}
.contact__workhour__table .days {
  margin-right: 38px;
  width: 30%;
}
.contact__workhour__table span {
  display: block;
}
.contact__multilink {
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
}
.contact__multilink__title {
  color: #007ac4;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 25px;
}
.contact__multilink__link {
  color: #007ac4;
  font-size: 29px;
  border-top: 4px solid #007ac4;
  line-height: 85px;
  display: block;
  font-weight: 500;
}
.contact__multilink__link svg {
  height: 24px;
  margin-right: 17px;
  vertical-align: middle;
}
.contact__multilink__link.last-link {
  border-bottom: 4px solid #007ac4;
}

.shop {
  margin-bottom: 115px;
}
.shop__filter {
  margin-bottom: 105px;
  display: flex;
  justify-content: space-between;
}
.shop__filter__filter-form, .shop__filter__search-form {
  width: 48%;
  padding-left: 1px;
  color: #007ac4;
}
.shop__filter__filter-form label, .shop__filter__search-form label {
  display: block;
  margin-bottom: 11px;
  font-size: 27px;
  line-height: 33px;
  font-weight: 600;
}
.shop__filter__filter-form select,
.shop__filter__filter-form input, .shop__filter__search-form select,
.shop__filter__search-form input {
  width: 100%;
  height: 56px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 500;
  border: 1px solid #007ac4;
  color: #007ac4;
  background-color: #fff;
  outline: none;
  padding: 0 18px;
}
.shop__filter__filter-form select > option, .shop__filter__search-form select > option {
  font-size: 1rem;
}
.shop__filter__filter-form .input-wrapper, .shop__filter__search-form .input-wrapper {
  width: 95%;
  max-width: 532px;
}
.shop__filter__filter-form .select-wrapper, .shop__filter__search-form .select-wrapper {
  width: 95%;
  max-width: 532px;
  position: relative;
}
.shop__filter__filter-form .select-wrapper select, .shop__filter__search-form .select-wrapper select {
  appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.shop__filter__filter-form .select-wrapper::after, .shop__filter__search-form .select-wrapper::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 25px;
  width: 20px;
  height: 17px;
  background-color: #007ac4;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  transform: rotate(-90deg);
}
.shop__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop__items .item {
  display: flex;
  justify-content: space-between;
  width: 48%;
  padding: 32px 0 25px 0;
  border-bottom: 8px solid #007ac4;
}
.shop__items .item:nth-child(1), .shop__items .item:nth-child(2) {
  border-top: 8px solid #007ac4;
}
.shop__items .item__left {
  width: 28%;
}
.shop__items .item__right {
  width: 64%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.shop__items .item__right__title {
  color: #007ac4;
  font-size: 27px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 15px;
}
.shop__items .item__right__mark {
  color: #fff;
  font-size: 27px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
  background-color: #ff9709;
  display: inline-block;
  text-transform: uppercase;
  padding: 3px 20px;
  border-radius: 8px;
}
.shop__items .item__right__description {
  font-size: 20px;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 20px;
}
.shop__items .item__right__variants .variant_title {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 600;
}
.shop__items .item__right__price {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
.shop__items .item__right__links {
  display: flex;
  justify-content: space-between;
  color: #007ac4;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}
.shop__items .item__right a {
  text-decoration: none;
}

.shop-detail {
  border-top: 8px solid #007ac4;
  border-bottom: 8px solid #007ac4;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  margin-bottom: 134px;
}
.shop-detail__images {
  position: relative;
  width: 458px;
  padding: 0 45px;
}
.shop-detail__images .prev,
.shop-detail__images .next {
  position: absolute;
  width: 24px;
  top: 18vW;
}
.shop-detail__images .prev {
  left: 0;
}
.shop-detail__images .next {
  right: 0;
}
.shop-detail__images__wrapper {
  position: relative;
  width: 100%;
}
.shop-detail__images__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.shop-detail__images__wrapper img.visible {
  display: block;
}
.shop-detail__description {
  width: 50%;
}
.shop-detail__description__title {
  color: #007ac4;
  font-size: 27px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 27px;
}
.shop-detail__description__intro {
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}
.shop-detail__description__text {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 50px;
}
.shop-detail__description__price {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 36px;
}
.shop-detail__description__links {
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  color: #007ac4;
  display: flex;
  justify-content: space-between;
}
.shop-detail__description__links a {
  text-decoration: none;
}
.shop-detail__variants .variant_title {
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 600;
}

.shop h2 {
  color: #007ac4;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}
.shop h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-weight: 600;
  color: #007ac4;
  margin-bottom: 30px;
}
.shop p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 50px;
  margin-top: 30px;
}
.shop__form {
  margin-bottom: 33px;
}
.shop__form.big-bottom-margin {
  margin-bottom: 148px;
}
.shop__form .form__radio-container {
  display: block;
  position: relative;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  padding-left: 39px;
  padding-bottom: 17px;
  cursor: pointer;
}
.shop__form .form__radio-container:last-child {
  padding-bottom: 15px;
}
.shop__form .form__radio-container input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.shop__form .form__radio-container input:checked ~ .radio-button {
  background-color: #007ac4;
  box-shadow: 0 0 0 5px #007ac4;
  height: 13px;
  width: 13px;
  border-color: #fff;
  border-width: 2px;
  left: 4px;
  top: 5px;
}
.shop__form .form__radio-container .radio-button {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 2px solid #000;
  border-radius: 50%;
}
.shop__form .form__inputs {
  margin-top: 40px;
  width: 50%;
}
.shop__form .form__inputs .input-wrap {
  font-size: 27px;
  line-height: 69px;
  font-weight: 600;
  color: #007ac4;
}
.shop__form .form__inputs .input-wrap label {
  display: block;
}
.shop__form .form__inputs .input-wrap input {
  width: 100%;
  display: block;
  border: 2px solid #007ac4;
  line-height: 52px;
  margin-bottom: 22px;
}
.shop .blue-button {
  background-color: #007ac4;
  color: #fff;
  width: 50%;
  height: 48px;
  margin-top: 61px;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
  line-height: 50px;
}
.shop .blue-button:hover {
  text-decoration: none;
  border: 2px solid #007ac4;
  background-color: #fff;
  color: #007ac4;
}

.basket_cart {
  margin-bottom: 100px;
}
.basket_cart .cart__line {
  display: flex;
  border-top: 1px solid #007ac4;
  justify-content: space-between;
}
.basket_cart .cart__line > p {
  margin: 0;
  padding-top: 5px;
}
.basket_cart .cart__line > p span {
  font-weight: 600;
}
.basket_cart .cart__line__name {
  flex: 1 0 auto;
  padding-right: 35px;
  max-width: 50%;
}
.basket_cart .cart__line__name a:hover {
  color: #007ac4;
  text-decoration: none;
}
.basket_cart .cart__line__ppi {
  text-align: right;
  width: 20%;
  padding-right: 35px;
}
.basket_cart .cart__line__price {
  text-align: right;
  width: 20%;
}
.basket_cart .cart__line__qty {
  max-width: 95px;
  padding-right: 35px;
}
.basket_cart .cart__line__qty input {
  width: 100%;
  text-align: right;
  border: 0;
}
.basket_cart .cart__line__delete {
  padding-right: 35px;
  cursor: pointer;
  max-width: 40px;
  text-align: right;
}
.basket_cart .cart__line__delete svg {
  width: 25px;
  height: auto;
  margin-top: 7px;
}
.basket_cart .cart__line__total {
  border-bottom: 1px solid #007ac4;
  padding-top: 35px;
}
.basket_cart .cart__line.cart__line__head {
  border-top: 0;
  padding-bottom: 20px;
}
.basket_cart .cart__line.cart__line__head p {
  font-size: 23px;
  color: #007ac4;
  font-weight: 600;
}

.member__form.basket__form .form__radio-container:last-child {
  padding-bottom: 0;
}
.member__form.basket__form .form__shop__bs {
  padding-top: 50px;
}
.member__form.basket__form .form__shop__shipping {
  display: none;
}

.item-to-cart.processing, .item-to-cart.error {
  color: #ff9709 !important;
  font-weight: 600 !important;
  text-align: left !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.item-to-cart.error {
  color: #ff0000 !important;
}

.order-message.error {
  color: #ff0000 !important;
  font-weight: 600;
}

.order-message.success {
  color: #ff9709 !important;
  font-weight: 600;
}

@media screen and (max-width: 1050px) {
  .member.member_cart {
    padding-right: 0;
    padding-left: 0;
  }
  .member.member_cart .cart_explains, .member.member_cart .basket__form {
    padding-right: 13px;
    padding-left: 13px;
  }
  .member.member_cart .basket_cart {
    margin-bottom: 50px;
    overflow: auto;
  }
  .member.member_cart .basket_cart .inner_mobile_scroll {
    padding-left: 13px;
    padding-right: 13px;
    overflow: auto;
    min-width: 900px;
    padding-bottom: 35px;
  }
  .member.member_cart .basket_cart .cart__line > p {
    font-size: 21px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .member.member_cart .basket_cart .cart__line > p.cart__line__qty, .member.member_cart .basket_cart .cart__line > p.cart__line__delete {
    padding-top: 6px;
  }
  .member.member_cart .basket_cart .cart__line__name {
    width: 50%;
  }
}
.additional-logos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.additional-logos > * {
  width: 31%;
}
.additional-logos > *:not(:nth-child(3n+3)) {
  margin-right: calc((100% - (3 * 31%)) / 2);
}
.additional-logos__container {
  padding-top: 20%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
}
.additional-logos__container a, .additional-logos__container div {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.additional-logos__container img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

footer {
  background-color: #007ac4;
  height: 330px;
  color: #fff;
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 37px;
}
footer .wrapper__contact {
  display: flex;
  justify-content: space-between;
}
footer .wrapper__contact > div:first-child {
  margin-right: 55px;
}
footer .wrapper__contact > div:nth-child(2) {
  margin-right: 68px;
}
footer .wrapper__contact__holder {
  position: relative;
}
footer .wrapper__contact__holder .social-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
footer .wrapper__contact__holder .social-links a {
  width: 49px;
  height: 49px;
}
footer .wrapper__contact__holder .social-links.small-screen {
  display: none;
}
footer .wrapper__contact__holder h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 600;
}
footer .wrapper__contact__holder__inner {
  display: inline-block;
}
footer .wrapper__contact__holder__inner__part {
  font-size: 15px;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
}
footer .wrapper__contact__holder__inner__part span {
  padding-right: 10px;
}
footer .wrapper__contact__holder__inner__part.fonfax {
  display: block;
}
footer .wrapper__contact__links {
  padding-left: 31.5px;
  border-left: 2px solid #fff;
}
footer .wrapper__contact__links a {
  display: block;
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
footer .wrapper__media img {
  width: 100%;
}
footer .wrapper__media .social-links {
  margin-bottom: 91px;
  display: flex;
  justify-content: flex-start;
}
footer .wrapper__media .social-links a {
  width: 49px;
  height: 49px;
}
footer .wrapper__media .social-links a:first-child {
  margin-right: 26px;
}
footer .wrapper__media .kultur {
  width: 225px;
}

@media screen and (max-width: 1300px) {
  .article-wrapper,
footer .wrapper,
header.header .header__wrapper,
.intro,
.museum-summary__title, .offers-summary__title,
.museum-summary__text, .offers-summary__text,
.intro-block,
.content-block,
.agenda,
.agenda-details,
.pricing,
.offer,
.optional-block,
section.ritch-text,
.teaserboxes,
.member,
.activity,
.changes,
.back-link,
.projects__hero,
.projects__group,
.publications,
.projects__more-things,
.archive-top,
.archive,
.main-page-image,
.page-intro,
.images-block,
.multi-images__v2 h2,
.single-image__v2 h2,
.archive-specification,
.link-block,
.pagination-block,
.people,
.contact,
.navigation-desktop,
.shop,
.shop-detail,
.project-details-hero,
.project-details-group,
.agenda-details__pagination.project-details {
    padding-left: 13px;
    padding-right: 13px;
  }

  header.header.shop-header .header__shop-icon, .go_to_top_container_outer .go_to_top_container_inner .fn_go-to-top {
    right: 13px;
  }

  .projects__more-things {
    margin-bottom: 55px;
  }

  .intro-block {
    border: none;
    padding-top: 0;
  }
  .intro-block__title {
    border-top: 13px solid #007ac4;
    padding-top: 20px;
  }

  .intro .intro__links {
    padding-left: 6%;
  }

  .teaserboxes {
    display: block;
  }
  .teaserboxes > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .publications__article__text .links {
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  .contact__columns {
    display: block;
  }

  .contact__column,
.contact__column:first-child {
    width: 100%;
    margin-bottom: 25px;
  }

  header.header .header__logo {
    width: 283px;
  }

  header.header .header__navigation nav > a,
header.header .header__navigation nav > span {
    display: none;
  }

  header.header .header__navigation nav > a#burgerSmallScreen {
    display: block;
  }
}
@media screen and (max-width: 1050px) {
  header.header {
    height: auto;
  }

  header.header .header__shop-icon {
    top: 75px;
  }

  header.header .header__shop-icon svg {
    width: 42px;
  }

  .main {
    margin-top: 131px;
  }

  .projects__hero__image {
    display: none;
  }
  .projects__hero__image--small {
    display: block;
  }

  .publications .projects__hero__image {
    display: block;
  }

  .projects__hero h2,
.projects__group h2,
.projects__more-things__title {
    font-size: 28px;
    line-height: 40px;
  }

  .projects__group h2 {
    margin-bottom: 22px;
  }

  .projects__hero p,
.projects__more-things__subtitle {
    font-size: 22px;
    line-height: 30px;
  }

  .agenda__article {
    border-width: 5px;
  }

  .publications__article {
    display: block;
  }

  .publications__article__text h3,
.publications__article__text p,
.publications__article__text .highlite,
.publications__article__text .links a,
.projects__more-things__link {
    font-size: 22px;
    line-height: 30px;
  }

  .projects__more-things__subtitle {
    font-size: 25px;
    line-height: 30px;
  }

  .publications__article__image-wrapper {
    width: 100%;
    border-top: 8px solid #007ac4;
    padding-top: 20px;
  }

  .publications__article__text {
    width: 100%;
    border-top: none;
  }

  .publications__article__text {
    border-bottom: none;
  }

  .publications__article__text .links a img,
.projects__more-things__link img {
    width: 20px;
    margin-right: 16px;
  }

  .intro {
    margin-bottom: 42px;
    display: block;
    min-height: 0;
  }
  .intro .intro__links {
    padding-left: 0;
    width: 100%;
  }
  .intro .intro__text {
    width: 100%;
    padding-top: 10px;
    border-width: 8px;
  }
  .intro .intro__text h1 {
    font-size: 43px;
    line-height: 50px;
  }
  .intro .intro__text p {
    font-size: 25px;
    line-height: 30px;
  }
  .intro.projects-page {
    margin-bottom: 27px;
  }

  .optional-block {
    display: block;
  }
  .optional-block__text {
    width: 100%;
  }
  .optional-block__image {
    display: none;
  }
  .optional-block__ritch img {
    display: block;
    margin-bottom: 35px;
  }
  .optional-block__ritch p {
    font-size: 18px;
    line-height: 25px;
  }
  .optional-block__ritch h2, .optional-block__ritch h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .optional-block__ritch h2 {
    margin-bottom: 27px;
  }

  .optional-block__text > a.bottom-link,
section.ritch-text p, section.ritch-text li {
    font-size: 18px;
    line-height: 25px;
  }

  section.ritch-text {
    margin-bottom: 40px;
  }

  section.ritch-text h2,
section.ritch-text h3 {
    font-size: 22px;
    line-height: 30px;
  }

  section.ritch-text h2,
section.ritch-text h3,
section.ritch-text p {
    margin-bottom: 25px;
  }

  section.ritch-text a.pfeil,
section.ritch-text p.pfeil a {
    font-size: 22px;
    line-height: 30px;
    padding-left: 35px;
  }
  section.ritch-text a.pfeil::before,
section.ritch-text p.pfeil a::before {
    width: 18px;
    background-position: 0px 6px;
  }

  .teaserboxes {
    margin-top: 0;
  }

  .teaserboxes .teaserbox__link {
    font-size: 22px;
    line-height: 30px;
  }
  .teaserboxes .teaserbox__link img {
    width: 18px;
  }

  .member h2, .activity h2, .changes h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .member h3, .activity h3, .changes h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .member p, .activity p, .changes p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 13px;
    margin-bottom: 30px;
  }

  .member li, .activity li, .changes li {
    font-size: 18px;
    line-height: 25px;
  }

  .member__form .form__radio-container, .activity__form .form__radio-container, .changes__form .form__radio-container {
    font-size: 22px;
    line-height: 30px;
  }

  .member__form .form__inputs .input-wrap, .activity__form .form__inputs .input-wrap, .changes__form .form__inputs .input-wrap {
    font-size: 22px;
  }

  .member__form .form__inputs .input-wrap input, .activity__form .form__inputs .input-wrap input, .changes__form .form__inputs .input-wrap input {
    margin-bottom: 0;
    line-height: 47px;
  }

  .member__form .form__inputs, .activity__form .form__inputs, .changes__form .form__inputs {
    margin-top: 18px;
    width: 100%;
  }

  .member .blue-button, .activity .blue-button, .changes .blue-button {
    margin-top: 51px;
    font-size: 22px;
    line-height: 51px;
    width: 100%;
  }

  .member__form.big-bottom-margin, .activity__form.big-bottom-margin, .changes__form.big-bottom-margin {
    margin-bottom: 56px;
  }

  .activity,
.changes {
    padding-top: 42px;
    border-top: 5px solid #007ac4;
  }

  .back-link {
    font-size: 25px;
    line-height: 30px;
    margin-top: 73px;
    margin-bottom: 68px;
  }
  .back-link img {
    width: 16px;
    margin-right: 25px;
  }

  .archive-top__title {
    font-size: 28px;
    line-height: 40px;
  }

  .archive-top__text {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 63px;
  }

  .archive {
    display: block;
    padding-bottom: 10px;
  }

  .archive__box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 63px;
  }

  .archive__box__title {
    font-size: 28px;
    line-height: 40px;
  }

  .archive-specification .specifications__row {
    display: block;
    margin-bottom: 24px;
  }

  .archive-specification .specifications__row:nth-last-child(3),
.archive-specification .specifications__row:nth-last-child(4),
.archive-specification .specifications__row:nth-last-child(5),
.archive-specification .specifications__row:nth-last-child(6),
.archive-specification .specifications__row:nth-last-child(7) {
    margin-bottom: 0;
  }

  .archive-specification .specifications__cell-1,
.archive-specification .specifications__cell-2 {
    width: 100%;
  }

  .shop__items {
    display: block;
  }
  .shop__items .item {
    width: 100%;
  }
  .shop__items .item:nth-child(2) {
    border-top: none;
  }

  .shop__items .item__right__title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 990px) {
  .article-wrapper {
    display: block;
  }
  .article-wrapper .homepage-article {
    width: 100%;
  }

  .project-details-hero {
    border-bottom: 5px solid #007ac4;
    margin-bottom: 23px;
  }
  .project-details-hero h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .project-details-hero p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 1em;
  }
  .project-details-hero img {
    display: none;
  }
  .project-details-hero.small-screen {
    margin-bottom: 40px;
    border: none;
    display: block;
  }
  .project-details-hero.small-screen img {
    display: block;
  }

  .project-details-group.last {
    margin-bottom: 0;
  }

  .project-details-group {
    margin-bottom: 0;
  }
  .project-details-group .article {
    display: block;
  }
  .project-details-group .article__image-holder, .project-details-group .article__description {
    width: 100%;
  }
  .project-details-group .article__description h4 {
    border: none;
    padding-top: 22px;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .project-details-group .article__description p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 13px;
    border-bottom: 8px solid #007ac4;
    padding-bottom: 25px;
  }
  .project-details-group .article__description li {
    font-size: 18px;
    line-height: 25px;
  }
  .project-details-group .article__description ul {
    padding-bottom: 25px;
  }
  .project-details-group h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 26px;
  }

  .hero__button {
    width: 161px;
    height: 161px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hero__button__title {
    font-size: 17px;
    line-height: 20px;
  }
  .hero__button__text {
    display: none;
  }
  .hero__button__arrow {
    width: 17px;
  }

  .hero .hero-img-small {
    display: inline;
  }
  .hero .hero-img-desktop {
    display: none;
  }

  footer {
    height: auto;
  }

  footer .wrapper {
    padding: 25px 32px;
    display: block;
  }

  footer .wrapper__contact {
    display: block;
  }
  footer .wrapper__contact > div:first-child, footer .wrapper__contact > div:nth-child(2) {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 428px;
  }

  footer .wrapper__contact__links {
    padding: 0;
    border: none;
    margin-bottom: 44px;
  }

  footer .wrapper__media .social-links {
    display: none;
  }

  footer .wrapper__contact__holder .social-links.small-screen {
    display: flex;
  }

  .main-page-image {
    display: none;
  }

  .main-page-image.archive-detils {
    display: block;
  }
  .main-page-image.archive-detils .hero__button {
    display: none;
  }

  .page-intro {
    border-bottom: 5px solid #007ac4;
    margin-bottom: 23px;
  }

  .page-intro__title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .page-intro__rich-text {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 24px;
  }

  .images-block {
    display: block;
    margin-bottom: 30px;
    border-width: 5px;
  }

  .images-block__images {
    margin-bottom: 22px;
    width: 100%;
  }

  .images-block__text {
    width: 100%;
    padding: 0;
  }

  .images-block__text > h3:first-child {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 13px;
    border: none;
    padding-top: 0;
  }

  .images-block__text > p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 13px;
  }

  .multi-images__v2 h2, .single-image__v2 h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 26px;
  }

  .multi-images__v2 .images-block__images img,
.single-image__v2 .images-block__images img {
    margin-bottom: 0;
  }

  .multi-images__v2 .images-block__images img:not(:last-child) {
    margin-bottom: 23px;
  }

  .archive-specification {
    border-top: none;
    padding-top: 0;
    padding-bottom: 14px;
    margin-bottom: 24px;
  }

  .archive-specification__title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 27px;
  }

  .archive-specification .specifications__cell-1 {
    font-size: 22px;
    line-height: 30px;
  }

  .archive-specification .specifications__cell-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .link-block {
    margin-bottom: 60px;
  }

  .link-block__title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 31px;
  }

  .link-block__link-wrapper {
    font-size: 25px;
    line-height: 30px;
    border-width: 3px;
  }

  .link-block__link-wrapper:last-child {
    border-width: 3px;
  }

  .link-block__link svg {
    margin-right: 20px;
  }

  .people__title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .people__box__about {
    font-size: 22px;
    line-height: 30px;
  }

  .shop-detail {
    display: block;
    padding-bottom: 0;
    margin-bottom: 65px;
  }

  .shop-detail__images {
    width: 100%;
    margin-bottom: 32px;
  }

  .shop-detail__description {
    width: 100%;
  }

  .shop-detail__images .prev, .shop-detail__images .next {
    top: 50vw;
  }

  .go_to_top_container_outer {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .intro.small-screen-remove {
    display: none;
  }

  .small-screen-intro,
.small-screen-intro .intro {
    display: block;
  }

  .intro {
    margin-bottom: 42px;
    display: block;
  }
  .intro .intro__links {
    padding-left: 0;
  }
  .intro .intro__links__text {
    font-size: 25px;
    line-height: 30px;
  }
  .intro .intro__text {
    width: 100%;
    padding-top: 10px;
  }
  .intro .intro__text h1 {
    font-size: 43px;
    line-height: 50px;
  }
  .intro .intro__text p {
    font-size: 25px;
    line-height: 30px;
  }

  .pricing__image img {
    margin-bottom: 36px;
  }

  .pricing__section {
    padding-bottom: 37px;
  }
  .pricing__section h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .pricing__section h3, .pricing__section p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .pricing__section a {
    font-size: 25px;
    line-height: 30px;
  }
  .pricing__section a img {
    margin-right: 12px;
    margin-bottom: 29px;
  }
  .pricing__section .workhours {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 26px;
  }
  .pricing__section .contact .arrow {
    margin-right: 17px;
    width: 16px;
    padding-top: 9px;
  }
  .pricing__section .contact {
    margin-bottom: 0;
  }
  .pricing__section .contact a {
    font-size: 25px;
    line-height: 30px;
  }
  .pricing__section .contact a:not(:last-child) {
    margin-bottom: 13px;
  }
  .pricing__section .pricing-table h3, .pricing__section .pricing-table .table {
    font-size: 20px;
    line-height: 30px;
  }

  .content-block {
    display: block;
    padding-bottom: 50px;
  }
  .content-block__images {
    width: 100%;
  }
  .content-block__rich-text {
    width: 100%;
    border: none;
    padding-top: 17px;
  }
  .content-block__rich-text p {
    margin-bottom: 34px;
  }

  .people {
    border-bottom: none;
  }

  .people__list {
    display: block;
  }

  .people__box {
    width: 100%;
    border-width: 5px;
  }

  .shop__filter {
    display: block;
    margin-bottom: 52px;
  }

  .shop__filter__filter-form,
.shop__filter__search-form {
    width: 100%;
  }

  .shop__filter__filter-form {
    margin-bottom: 31px;
  }

  .shop__filter__filter-form .select-wrapper,
.shop__filter__search-form .select-wrapper,
.shop__filter__filter-form .input-wrapper,
.shop__filter__search-form .input-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 770px) {
  header.header .header__navigation__burger {
    width: 40px;
  }

  .intro__links__icon {
    height: 70px;
    width: 70px;
  }

  .agenda__article {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .agenda__article__image-holder,
.agenda__article__info {
    width: 100%;
  }

  .agenda__article__info__date,
.agenda__article__info__title {
    display: none;
  }

  .agenda__article__info__date,
.agenda__article__info__data {
    font-size: 18px;
    line-height: 25px;
  }

  .agenda__article__image-holder .small-screen-title {
    display: block;
  }
  .agenda__article__image-holder .small-screen-title .agenda__article__info__date,
.agenda__article__image-holder .small-screen-title .agenda__article__info__title {
    display: block;
    font-size: 22px;
    line-height: 30px;
  }
  .agenda__article__image-holder .small-screen-title .agenda__article__info__title {
    margin-bottom: 20px;
  }

  .agenda-details__images {
    display: none;
  }

  .agenda-details__description {
    width: 100%;
    border-top: 0;
  }
  .agenda-details__description .small-screen-single-image {
    display: block;
    margin-bottom: 23px;
  }
  .agenda-details__description .small-screen-multi-image {
    display: block;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .agenda-details__description .small-screen-multi-image img:not(:last-child) {
    margin-bottom: 17px;
  }
  .agenda-details__description__title, .agenda-details__description__date {
    font-size: 22px;
    line-height: 30px;
  }
  .agenda-details__description__title {
    margin-bottom: 28px;
  }
  .agenda-details__description__text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .agenda-details__description__text:last-child {
    margin-bottom: 0;
  }
  .agenda-details__description > p {
    margin: 0;
  }
  .agenda-details__description__link:first-child {
    padding-top: 0;
  }
  .agenda-details__description__link {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 13px;
  }

  .agenda-details__pagination {
    display: block;
    padding-top: 45px;
  }
  .agenda-details__pagination a {
    font-size: 25px;
    line-height: 30px;
  }

  .pricing__section .pricing-table .table .row {
    display: block;
  }
  .pricing__section .pricing-table .table .row:not(:last-child) {
    margin-bottom: 20px;
  }
  .pricing__section .pricing-table .table .row .price {
    display: block;
  }
  .pricing__section .pricing-table .table .row .price span:first-child {
    margin-right: 1ch;
  }

  .pricing__section .link {
    margin-bottom: 30px;
    margin-top: -22px;
  }

  .pricing__section p.black-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .directions h2 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .directions__wrapper {
    display: block;
    margin-bottom: 100px;
  }
  .directions__wrapper__image, .directions__wrapper__text {
    width: 100%;
    padding-left: 0;
  }
  .directions__wrapper__image h3,
.directions__wrapper__image div, .directions__wrapper__text h3,
.directions__wrapper__text div {
    font-size: 20px;
    line-height: 30px;
  }
  .directions__wrapper__image div, .directions__wrapper__text div {
    margin-bottom: 40px;
  }
  .directions a {
    font-size: 25px;
    line-height: 30px;
    padding: 7px 0;
  }
  .directions a img {
    margin-right: 15px;
    width: 19px;
  }

  .agenda-details__pagination a:last-child .image-wrapper {
    display: none;
  }

  .agenda-details__pagination a:last-child .image-wrapper.small-screen,
.agenda-details__pagination.back-only a:last-child .image-wrapper {
    display: block;
    margin-left: 0;
    margin-right: 23px;
  }

  .project .agenda__article__image-holder,
.project .agenda__article__info {
    width: 100%;
  }

  .projects__group {
    border-bottom: 5px solid #007ac4;
    margin-bottom: 90px;
  }

  .projects__group.last-group {
    border-bottom: 0;
    margin-bottom: 27px;
  }

  .offer__description {
    display: block;
    margin-bottom: 19px;
  }
  .offer__description__image {
    display: none;
  }
  .offer__description__text {
    border: none;
    width: 100%;
    padding-top: 0;
  }
  .offer__description__text .small-screen-single-image {
    margin-bottom: 20px;
    display: block;
  }
  .offer__description__text h3 {
    margin-bottom: 15px;
  }
  .offer__description__text p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 25px;
  }
  .offer__description__text li {
    font-size: 18px;
    line-height: 25px;
  }
  .offer__description__text .small-screen-multi-images {
    display: block;
  }
  .offer__description__text .small-screen-multi-images img:not(:last-child) {
    margin-bottom: 35px;
  }

  .offer {
    padding-top: 18px;
    border-top: 8px solid #007ac4;
  }

  .offer h2,
.offers-summary__title {
    font-size: 28px;
    line-height: 40px;
  }

  .offer h2 {
    margin-bottom: 12px;
  }

  .offer__description__text h3,
.offers-summary__text {
    font-size: 22px;
    line-height: 30px;
  }

  .offer__pricing__title,
.offer__pricing__details {
    font-size: 18px;
    line-height: 25px;
  }

  .pagination-block {
    display: block;
    font-size: 25px;
    line-height: 30px;
  }
  .pagination-block a {
    display: block;
  }
  .pagination-block .pagination-block__previous {
    margin-bottom: 30px;
  }
  .pagination-block .pagination-block__next {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .pagination-block .pagination-block__next .pagination-block__arrow--prev,
.pagination-block .pagination-block__next .pagination-block__arrow--next {
    margin-left: 0;
    margin-right: 18px;
  }

  .additional-logos {
    display: block;
  }
  .additional-logos__container {
    width: 100%;
    padding-top: 0;
  }
  .additional-logos__container a {
    position: initial;
    display: block;
  }
  .additional-logos__container img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .offer__pricing .row {
    display: block;
  }
  .offer__pricing .row:not(:last-child) {
    margin-bottom: 15px;
  }

  .contact__title {
    font-size: 28px;
    line-height: 40px;
  }

  .contact__text-box,
.contact__workhour {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 25px;
  }

  .contact__text-box__rich-text p {
    margin-bottom: 25px;
  }

  .contact__text-box__title {
    line-height: 30px;
  }

  .contact__highlilights {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .contact__single-link {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .shop__items .item {
    display: block;
  }

  .shop__items .item__left {
    width: 100%;
    margin-bottom: 25px;
  }

  .shop__items .item__right {
    width: 100%;
  }
}
.filler {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.off {
  display: none;
}

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