:root {
  --greys-white: #FFFFFF;
  --greys-black: #222139;
  --greys-grey-1: #2D2C43;
  --greys-grey-2: #908F9C;
  --greys-grey-3: #D3D2D7;
  --greys-grey-4: #F6F6F7;
  --peach-1-lightened: #F6D5BD;
  --peach-2-main: #F2C3A1;
  --peach-3-darken: #D99076;
  --peach-4-opposite: #C96E5A;
  --peach-5-darken-opposite: #A75446;
  --greys-black-40: rgba(34, 33, 57, 0.04);
  --greys-black-50: rgba(34, 33, 57, 0.5);
  --greys-black-90: #222139;
  --blue-blue-1-lightened: #C6DDED;
  --blue-blue-2-main: #AAC7DC;
  --blue-blue-3-darken: #6E8DB1;
  --blue-blue-4-opposite: #527093;
  --blue-darken-opposite: #365A84;
  --ui-green: #6DB180;
  --ui-orange: #FF9E0C;
  --ui-red: #DC5252;
  --ui-pink: #D191D7;
}

.splide__pagination__page {
  background-color: rgba(34, 33, 57, 0.9);
  height: 8px !important;
  width: 8px !important;
}

.splide__pagination__page.is-active {
  background-color: rgba(34, 33, 57, 0.5);
  transform: none;
}

.splide__arrow {
  height: 56px;
  width: 56px;
  background-color: rgba(34, 33, 57, 0.2);
}

.splide__arrow > svg {
  fill: var(--greys-white);
}

.splide__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

p {
  size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}

.desktop-flex-row {
  display: flex;
  flex-direction: row;
}

.pink {
  color: var(--ui-pink);
}

.blue-2 {
  color: var(--blue-blue-2-main);
}

.blue-4 {
  color: var(--blue-blue-4-opposite);
}

.red {
  color: var(--ui-red);
}

.green {
  color: var(--ui-green);
}

.orange {
  color: var(--ui-orange);
}

.peach {
  color: var(--peach-2-main);
}

.peach-darken {
  color: var(--peach-3-darken);
}

.peach-opposite {
  color: var(--peach-4-opposite);
}

.white {
  color: var(--greys-white);
}

.bg-white {
  background-color: var(--greys-white);
}

.bg-grey-1 {
  background-color: var(--greys-grey-1);
}

.bg-grey-4 {
  background-color: var(--greys-grey-4);
}

.splide {
  margin: 24px 0;
}

.splide__slide img {
  cursor: pointer;
}

h1 {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 24px;
}

h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}

h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}

a {
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #F2C3A1;
}

a:hover {
  color: #FFD6B8;
  text-decoration: none;
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

ul {
  padding-left: 20px;
}

ul.colored-bullet-list {
  list-style: none;
}

ul.colored-bullet-list li:before {
  content: "\2022";
  color: var(--peach-2-main);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

table {
  outline: 1px solid var(--greys-grey-3);
}

thead {
  background-color: var(--greys-grey-4);
}

tbody {
  background-color: var(--greys-white);
}

td,th {
  border: 0;
}

body {
  height: 100%;
  margin: 0;
  font: 400 18px/28px "IBM Plex Sans";
  background-color: var(--greys-grey-4);
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.note {
  font-size: 14px;
  line-height: 28px;
  color: var(--greys-grey-2);
}

.container-xl {
  padding-left: 32px;
  padding-right: 32px;
}

/* Header container */
.navi {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: var(--greys-black);
  z-index: 999;
  padding-top: 10px;
}

.logo {
  height: 44px;
  width: 118px;
  background-image: url('/images/logo/Logo full.svg');
  background-position: center;
  cursor: pointer;
  animation-name: toggleitem;
  animation-duration: .5s;
}
.navbar, .navbar-nav, .navbar-collapse {
  background-color: var(--greys-black);
}

.navend {
  margin-right: 56px;
  height: 20px;
}

.navilink {
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  opacity: 0.9;
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.navilink:hover {
  color: var(--peach-1-lightened);
}

.navi2 {
  margin-top: 24px;
  margin-left: 16px;
  margin-bottom: 20px;
}

.navilink2 {
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  opacity: 0.9;
  margin-top: 12px;
}

.navilink2:hover {
  color: var(--peach-1-lightened);
}

.navbar-toggler {
  color: #ffffff;
}

.login-button {
  background-color: var(--greys-black);
  width: auto !important;
  height: 28px !important;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 32px;
  margin-top: 6px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.login-button-huge {
  background-color: var(--greys-1);
  width: auto !important;
  height: 32px !important;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 32px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.login-button:hover, .dropdown-button:hover {
  background: rgba(255, 255, 255, 0.3);
}

.login-link {
  padding-left: 12px;
  padding-right: 12px;
  height: 24px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  align-items: center;
  color: #EEEEEE;
  position: relative;
  top: -1px;
}

.dropdown {
  background-color: var(--greys-black);
}

.dropdown-button {
  background-color: var(--greys-black);
  width: 96px !important;
  height: 28px !important;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 6px;
  padding-left: 12px;
  cursor: pointer;
}

.dropdown-menu {
  min-width: 96px !important;
  width: 96px !important;
  background-color: var(--greys-black);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  padding-top: 13px;
  padding-left: 16px;
  margin-left: 0px;
}

.lang-item {
  width: 80px;
  height: 24px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: block;
  align-items: center;
  color: #EEEEEE;
  margin-bottom: 4px;
  padding-left: 0px;
  cursor: pointer;
}

.lang-item:hover {
  color: var(--peach-1-lightened);
}

.lang-url, .lang-url:hover{
  text-decoration: none;
}

.language {
  width: 62px;
  height: 24px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  align-items: center;
  color: #EEEEEE;
  position: relative;
  top: -1px;
}

.lang-arrow {
  margin-bottom: 1px;
  height: 7px;
  width: 12px;
  background-image: url('/images/icons/arrow menu.svg');
  display: inline-block;
  background-position: center;
  position: relative;
  top: -2px;
}

.navbar-toggler {
  cursor: pointer;
}

.navbar-toggler-icon {
  background-image: url('/images/icons/Burger menu.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Main container */

main a {
  color: var(--blue-blue-4-opposite);
  text-decoration: none;
}

main a:hover {
  color: var(--blue-blue-3-darken);
  text-decoration: none;
}

main a:active {
  color: var(--blue-darken-opposite);
  text-decoration: none;
}

main {
  min-height: calc(100vh - 288px);
  margin-top: 80px;
  display: flex;
  flex-direction: column;
}

.arrow-right-icon {
  background-image: url('/images/icons/arrow right.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 4px;
}

.form-control {
  border: 1px solid rgba(33, 34, 42, 0.2);
  border-radius: 0;
  background-color: #ffffff;
  margin-bottom: 8px;
}

.main-carousel-1 {
  height: 600px;
  background-image: url('/images/site/Header.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
}

.main-carousel-2 {
  height: 640px;
}

.boulder-problems {
  margin-top: 24px;
}

.main-map {
  background-color: var(--greys-grey-1);
}

.main-blog {
  height: 380px;
  background-color: var(--greys-grey-1);
}

.section-header-1 {
  color: #ffffff;
  background-color: var(--greys-black);
}

.section-header-2 {
  color: #ffffff;
  background-color: var(--greys-black);
}

.section-header-3 {
  color: #ffffff;
  background-color: var(--greys-black);
}

.section-header-text {
  padding-top: 40px;
}

.blog {
  padding-top: 28px;
}

.firstvisit-button {
  background-color: var(--greys-black);
  color: var(--greys-white);
  height: 52px !important;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  cursor: pointer;
  padding: 12px 24px;
  margin-top: 52px;
  margin-bottom: 48px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.firstvisit-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.firstvisit-button:active {
  color: var(--greys-white);
}

.firstvisit-text {
  padding-left: 0px;
}

.arrow-right {
  margin-left: 24px;
}

.main-page-1 {
  background-color: var(--greys-grey-4);
  padding-top: 48px;
  padding-bottom: 48px;
}

.main-header-text {
  text-align: right;
}

.gym-measurements {
  display: flex;
  flex-direction: column;
}

.gym-measurements__count {
  margin-bottom: 0;
  color: var(--peach-2-main);
}

.gym-measurements > *:not(:last-child) {
  margin-bottom: 12px;
  margin-top: 24px;
}

.safe {
  color: var(--peach-2-main) !important;
}

.faq {
  background-color: var(--greys-white);
}

.faq ul {
  margin-bottom: 0;
}

.faq li {
  padding-bottom: 12px;
}

.faq .passes {
  margin-bottom: 16px;
  margin-top: 52px;
}

.faq-header-text {
  padding-top: 40px;
  text-align: left;
}

.highstandart-text {
  margin-top: 60px;
  margin-bottom: 68px;
}

.parking-text {
  padding-bottom: 32px;
}

.event-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.event-box > h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.event-text-1 {
  color: var(--peach-4-opposite);
  display: inline;
  white-space: nowrap;
  overflow: hidden;
}

.event-text-2 {
  color: var(--blue-blue-4-opposite);
  display: inline;
  white-space: nowrap;
  overflow: hidden;
}

.event-text-3 {
  color: var(--greys-grey-2);
  display: inline;
  white-space: nowrap;
  overflow: hidden;
}

.event-arrow-right-1 path {
  fill: var(--peach-4-opposite);
}

.event-arrow-right-2 path {
  fill: var(--blue-blue-4-opposite);
}

.event-arrow-right-3 path {
  fill: var(--greys-grey-2);
}

.event-arrow-right-4 path {
  fill: var(--greys-grey-2);
}


.event-box-1 {
  height: 276px;
  background-color: var(--peach-2-main) !important;
  cursor: pointer;
  /*
  margin-top: 16px;
  */
}

.event-box-1:hover {
  background-color: var(--peach-1-lightened) !important;
}

.event-box-1:active {
  background-color: var(--peach-3-darken) !important;
}

.event-box-2 {
  height: 276px;
  background-color: var(--blue-blue-2-main) !important;
  cursor: pointer;
  /*
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
  */
}

.event-box-2:hover {
  background-color: var(--blue-blue-1-lightened) !important;
}

.event-box-2:active {
  background-color: var(--blue-blue-3-darken) !important;
}

.event-box-3 {
  height: 276px;
  background-color: #ffffff !important;
  cursor: pointer;
  /*
  margin-top: 16px;
  */
}

.event-box-3:hover {
  background-color: var(--greys-grey-3) !important;
}

.event-box-3:active {
  background-color: var(--greys-grey-2) !important;
}

.map, .door, .mapdoor {
  margin: 0px;
  padding: 0px;
}

.door {
  height: 440px;
  background-image: url('/images/site/Door picture.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.decos {
  overflow: hidden;
  height: 600px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.deco-layer-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 60%;
  min-height: 600px;
  margin-right: 0px;
  float: right;
  clear: none;
  background-image: url('/images/decorations/Top carousel decoration 1.svg');
  background-position: 0% 70%;
  background-size: cover;
  background-repeat: none;
}

.deco-layer-2 {
  max-width: 675px;
  min-height: 600px;
  background-clip: border-box;
  object-fit: fill;
}

.deco-layer-2-image {
  margin-top: 48px;
}

.deco-layer-3 {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 200px;
  margin-left: 190px;
  color: #ffffff;
}

.deco-layer-4 {
  display: none;
}

.deco-layer-5 {
  display: none;
}

.deco-layer-3-text-1 {
  color: var(--peach-2-main);
}

.deco-layer-3-text-2 {
  color: #ffffff;
  font-weight: bold;
}

.deco-layer-3-text-3 {
  color: #ffffff;
}

.main-header.deco-layer-6 {
  background-image: url('/images/bg/Main_header.jpg');
  height: 600px;
  overflow: hidden;
}

.main-header.deco-layer-6::after {
  width: 768px;
  height: 600px;
  background-position-x: left;
  background-image: url('/images/decorations/Top carousel decoration 1.svg');
}

.main-header.deco-layer-6::before {
  background-image: url('/images/decorations/Top carousel decoration 2.svg');
  width: 666px;
  height: 492px;
}

.deco-layer-6 {
  background-image: url('/images/bg/Prices_Header.jpg');
  background-position: 0 80px;
  background-size: cover;
  background-attachment: fixed;
  height: 480px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.deco-layer-6--faq {
  background-image: url('/images/bg/FAQ_Header.jpg');
}

.deco-layer-6--rules {
  background-image: url('/images/bg/Gymrules-header.jpg');
}

.deco-layer-events {
  background-image: url('/images/bg/Header_events_desktop.jpg');
  background-position-y: 0;
}

.deco-layer-useful {
  background-image: url('/images/bg/Forclimbers_Header.jpg');
  background-position-y: 0;
}

.deco-layer-courses {
  background-image: url('/images/bg/trainings_header.jpg');
}

.deco-layer-6::after {
  content: '';
  background-image: url('/images/decorations/Header decoration 1.svg');
  height: 100%;
  width: 684px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: 0;
}

.deco-layer-6::before {
  content: '';
  background-image: url('/images/decorations/pricing_decoration_2.svg');
  width: 555px;
  height: 404px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  bottom: 30px;
  right: 140px;
  z-index: 1;
}

.deco-layer-6--peach::before {
  background-image: url('/images/decorations/Header decoration 2.svg');
}

.deco-layer-6 > * {
  text-align: right;
  color: var(--greys-white);
  z-index: 1;
  margin-right: 270px;
  margin-bottom: 0;
}

.faq-header-text {
  color: var(--greys-black);
  margin-bottom: 16px;
}

.faq-text {
  color: var(--greys-black);
}

.huge-number {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  color: var(--greys-grey-3);
  max-width: 94px;
  padding-top: 16px;
}

.table-headline {
  margin-top: 32px;
  margin-bottom: 20px;
}

.price-table {
  border-width: 1px;
  border-style: solid;
  border-color: var(--greys-grey-3);
  margin-bottom: 0px;
}

.price-table th, td {
  padding-left: 12px !important;
}

.price-table td {
  width: 33%;
}

.price-table th {
  padding-bottom: 12px;
}

.price-table-note {
  color: var(--greys-grey-2);
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}

.shoe-rental {
  margin-top: 27px;
}

.student-discount {
  color: var(--peach-4-opposite);
  margin-bottom: 0;
  margin-top: 28px;
}

.event-boxes {
  display: flex;
}

.event-box {
  flex: 1;
  background-color: var(--greys-grey-4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  padding-top: 0;
}

.event-box:not(:last-child) {
  margin-right: 16px;
}

.event-box__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
}

.event-box__content > h3 {
  margin: 0;
}

.price-box {
  padding: 40px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.price-box:not(:last-child) {
  margin-right: 16px;
}

.price-box > h3 {
  margin: 0;
}

.price-box-grey {
  background-color: var(--greys-grey-4);
  color: var(--greys-grey-1);
}

.price-box-grey:hover {
  background-color: var(--greys-white);
  color: var(--greys-grey-1);
}

.price-box-grey:active {
  background-color: var(--greys-grey-3);
  color: var(--greys-grey-1);
}

.price-box-blue {
  background-color: var(--blue-blue-2-main);
  color: var(--blue-blue-4-opposite);
}

.price-box-blue:hover {
  background-color: var(--blue-blue-1-lightened);
  color: var(--blue-blue-4-opposite);
}

.price-box-blue:active {
  background-color: var(--blue-blue-3-darken);
  color: var(--blue-blue-4-opposite);
}

.price-box-peach {
  background-color: var(--peach-2-main);
  color: var(--peach-4-opposite);
}

.price-box-peach:hover {
  background-color: var(--peach-1-lightened);
  color: var(--peach-4-opposite);
}

.price-box-peach:active {
  background-color: var(--peach-3-darken);
  color: var(--peach-4-opposite);
}

.price-arrow-right-1, .price-arrow-right-2, .price-arrow-right-3 {
  display: inline;
  float: right;
  margin: 6px;
  margin-right: 16px;
}

.price-arrow-right-1 path {
  fill: var(--greys-grey-2);
}

.price-arrow-right-2 path {
  fill: var(--blue-blue-4-opposite);
}

.price-arrow-right-3 path {
  fill: var(--peach-4-opposite);
}

.grade-nr {
  max-width: 74px;
}

.carousel-item {
  max-height: 640px;
  min-width: auto;
  margin-bottom: 150px;
  overflow: hidden;
  z-index: 1;
}

.carousel-control-prev, .carousel-control-next {
  z-index: 3;
  margin-bottom: 150px;
}

.carousel-caption {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 32px;
  z-index: 2;
}

.carousel-layer-1 {
  position: absolute;
  top: 32px;
  right: 0;
}

.carousel-layer-2 {
  position: absolute;
  justify-content: right;
  right: 0;
  z-index: 3;
}

.carousel-layer-3 {
  width: 580px;
  position: relative;
  display: block;
  top: 200px;
  right: 0 !important;
  z-index: 55555;
  padding-right: 170px;
  text-align: left;
  float: right;
}

.carousel-layer-3 .row .col h2 {
  color: var(--peach-2-main)
}

.carousel-layer-3 ul li {
  padding-bottom: 8px;
}

.carousel-img {
  height: 640px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.carousel-img-1 {
  background-image: url('/images/carousel/Carousel_1.jpg');
}

.carousel-img-2 {
  background-image: url('/images/carousel/Carousel_2.jpg');
}

.carousel-img-3 {
  background-image: url('/images/carousel/Carousel_3.jpg');
}

.carousel-img-4 {
  background-image: url('/images/carousel/Carousel_4.jpg');
}

/* Footer container */

footer {
  min-height: 180px;
  background-color: var(--greys-black);
  margin-bottom: 0px !important;
  color: #ffffff;
}

.footercontent {
  padding-top: 24px;
  padding-bottom: 32px;
}

.footercontent p, .footercontent a {
  font-size: 14px;
  line-height: 26px;
}

.footercontent a {
  color: var(--greys-white);
  text-decoration: none;
  display: block;
}

.footercontent a:hover {
  color: var(--peach-1-lightened);
}

.socialbuttons {
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
}

.socialbutton {
  display: inline-block;
  width: 24px !important;
  height: 24px !important;
  text-decoration: none;
  margin-right: 24px;
  border-radius: 1px;
}

.icon-fb {
  height: 28px;
  width: 28px;
  background-image: url('/images/icons/FB.svg');
  border: 1px solid #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-insta {
  height: 28px;
  width: 28px;
  background-image: url('/images/icons/Insta.svg');
  border: 1px solid #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-mail {
  height: 28px;
  width: 28px;
  background-image: url('/images/icons/Mail.svg');
  border: 1px solid #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-fb:hover, .icon-insta:hover, .icon-mail:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.content > * {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-header {
  margin-top: 40px;
}


/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1001; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: var(--greys-grey-1); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
}

.closebtn {
  cursor: pointer;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sticky-login {
  height: 85px;
  background-color: var(--peach-2-main);
  position: sticky;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
}

.sticky-login > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-login p {
  margin: 0;
}

.sticky-login .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: 1px solid var(--peach-4-opposite);
  border-radius: 1px;
  color: var(--peach-4-opposite);
  padding: 12px 24px;
}

.sticky-login .button > svg {
  margin-left: 16px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .3s;
  padding: 20px;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); /* Black background with opacity */
  z-index: 1000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.mobile-only {
  display: none;
}

#announcements {
  background-color: var(--peach-2-main);
  margin: 0;
  padding: 12px 104px 8px;
}

@media screen and (max-width: 1024px) {
  .main-header {
    height: 512px !important;
  }
}

@media screen and (max-width: 992px) {
  .footercontent {
    padding-bottom: 24px;
  }
  .carousel-layer-1, .carousel-layer-2 {
    display: none;
  }

  .main-carousel-2 {
    height: 700px;
  }
  .carousel-item {
    display: block;
    height: 700px;
    position: static;
  }

  .carousel-inner {
    display: block;
    height: 700px;
    background-color: var(--peach-2-main);
  }
  .carousel-caption {
    display: block;
    height: 700px;
  }

  .carousel-layer-3 {
    padding-top: 24px;
    padding-bottom: 24px;
    width: auto;
    background-color: var(--peach-2-main);
    position: static;
    display: block;
    z-index: 55555;
    padding-right: 0px;
    padding-left: 36px;
    margin-top: 400px;
    margin-bottom: 0px;
    text-align: left;
    float: none;
    color: var(--greys-black);
  }

  .gym-measurements {
    color: var(--peach-4-opposite);
    flex-direction: row;
  }

  .gym-measurements > *:not(:last-child) {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 52px;
  }

  .gym-measurements__count {
    color: var(--peach-4-opposite);
  }

  .gym-measurements__type {
    color: var(--greys-black);
    font-size: 18px;
  }

  .safe {
    color: var(--peach-4-opposite) !important;
  }

  .boulder-problems {
    margin-top: 16px;
    color: var(--greys-black);
  }

  .carousel-layer-3 .row {
    width: 320px;
  }

  .carousel-layer-3 h3 {
    color: var(--greys-black);
  }

  .carousel-layer-3 .row .col h2 {
    color: var(--peach-4-opposite);
  }

  .carousel-layer-3 .row .col p {
    color: var(--greys-black);
  }

  .carousel-layer-3 ul li {
    color: var(--peach-4-opposite);
    padding-bottom: 8px;
  }

  ul.colored-bullet-list li:before {
    color: var(--greys-black);
  }
}


@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: table;
  }

  .mobile-peach {
    color: var(--peach-2-main);
  }

  .mobile-peach-opposite {
    color: var(--peach-4-opposite);
  }

  .mobile-black {
    color: var(--greys-black);
  }

  .mobile-white {
    color: var(--greys-white);
  }

  .mobile-flex-column {
    display: flex;
    flex-direction: column;
  }

  .gym-measurements {
    display: flex;
    flex-direction: row;
  }

  .gym-measurements > *:not(:last-child) {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 52px;
  }

  .main-page-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .firstvisit-button {
    float: left;
    width: 100% !important;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .arrow-right {
    padding-right: 20px;
    float: right;
  }
  .gutter {
    border-style: none;
  }
  .highstandart-text {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .highstandart-break {
    display: none;
  }
  .event-image {
    display: none;
  }

  .no-bottom-padding-mobile {
    padding-bottom: 0;
  }

  .event-box {
    height: 72px;
    position: relative;
    left: -20px;
    min-width: calc(100% + 40px);
    padding: 0 24px;
  }

  .event-box > h3 {
    line-height: 72px;
  }

  .deco-layer-1, .deco-layer-2, .deco-layer-3 {
    display: none;
  }

  .deco-layer-4 {
    display: block;
    width: 100%;
  }

  .deco-layer-5 {
    display: block;
    width: 100%;
    height: 300px;
    background-image: url('/images/decorations/Main page Top carousel decoration_mobile.svg');
    background-size: cover;
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    padding: 36px;
    padding-top: 120px;
    text-align: right;
  }

  .deco-layer-6 {
    height: 384px;
    position: relative;
    align-items: flex-end;
  }

  .deco-layer-6 h1:not(:last-child) {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
  }

  .deco-layer-6 h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .main-header.deco-layer-6::after {
    background-image: url('/images/decorations/main_decoration_mobile.svg');
    height: 226px;
  }

  .deco-layer-6::after {
    content: '';
    background-image: url('/images/decorations/pricing_decoration_mobile.svg');
    height: 180px;
    width: 100% !important;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset !important;
    position: absolute;
    bottom: 0;
  }

  .deco-layer-6::before {
    display: none;
  }

  .deco-layer-6 > * {
    margin-right: 96px;
    margin-bottom: 40px;
  }

  .carousel-img-1 {
    background-image: url('/images/carousel/Carousel_1-mobile.jpg');
  }

  .carousel-img-2 {
    background-image: url('/images/carousel/Carousel_2-mobile.jpg');
  }

  .carousel-img-3 {
    background-image: url('/images/carousel/Carousel_3-mobile.jpg');
  }

  .carousel-img-3 {
    background-image: url('/images/carousel/Carousel_4-mobile.jpg');
  }

  .deco-layer-3-text-1 {
    color: var(--peach-4-opposite);
  }

  .deco-layer-3-text-2 {
    color: var(--greys-black);
    font-weight: bold;
  }

  .deco-layer-3-text-3 {
    color: var(--peach-4-opposite);
  }

  .content > * {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-header {
    margin-top: 24px;
  }

  .huge-number {
    font-size: 44px;
    line-height: 56px;
  }

  .faq li {
    padding-bottom: 24px;
  }

  .faq .passes {
    margin-top: 16px;
  }

  .faq-header-text {
    padding-top: 0;
  }

  .event-boxes {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .price-box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .boulder-problems {
    margin-top: 24px;
  }
}

@media screen and (max-width: 480px) {
  #announcements {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gym-measurements {
    flex-direction: column;
  }

  .gym-measurements > *:not(:last-child) {
    margin-top: 0;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .boulder-problems {
    margin-top: 12px;
    color: var(--peach-4-opposite);
  }

  .carousel-caption {
    position: unset;
    padding: 24px;
    height: 336px;
  }

  .carousel-caption > img {
    display: none;
  }

  .main-carousel-2,
  .carousel-inner {
    height: 648px;
  }

  .carousel-layer-3 {
    height: 336px;
    margin: 0;
    padding: 0;
    background-color: var(--peach-2-main);
  }

  .carousel-img {
    height: 312px;
  }

  .deco-layer-6 {
    height: 480px;
    background-size: 100%;
    background-image: url('/images/bg/Prices_Header_mobile.jpg');
  }

  .deco-layer-6 > * {
    margin-right: 24px;
    margin-bottom: 28px;
  }

  .deco-layer-6--faq {
    background-image: url('/images/bg/FAQ_Header_mobile.jpg');
  }

  .deco-layer-6--rules {
    background-image: url('/images/bg/Gymrules-header_mobile.jpg');
  }

  .deco-layer-events {
    background-image: url('/images/bg/Header_events_mobile.jpg');
  }

  .deco-layer-courses {
    background-image: url('/images/bg/Trainings_header_mobile.jpg');
  }

  .deco-layer-useful {
    background-image: url('/images/bg/Forclimbers_Header mobile.jpg');
  }

  .main-header.deco-layer-6 {
    background-image: url('/images/bg/Main_header-mobile.jpg');
  }

  .sticky-login {
    height: auto;
    padding: 16px 0;
  }

  .sticky-login > div {
    flex-direction: column;
  }

  .sticky-login p {
    display: none;
  }

  .sticky-login .button {
    width: 100%;
  }

  .contact {
    background-color: var(--greys-grey-4);
    margin: 0 -32px;
    padding: 12px 32px;
  }
}
