body {
  font-family: Lato, sans-serif;
  font-size: var(--font-size-base);
  color: var(--black);
  line-height: var(--line-height-base);
  overflow-x: hidden;
  background-color: var(--white);
}

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

* {
  margin: 0;
  padding: 0;
  /* font: inherit; */
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  color-scheme: dark light;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  scrollbar-width: thin;
  scrollbar-color: var(--blue) var(--gray);
}

/* Set scroll-bar fo WebKit-browsers */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 3px;
}

::-webkit-scrollbar-track {
  background-color: var(--gray);
}

button {
  outline: transparent;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

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

ul {
  list-style-position: inside;
  padding-left: 0;
}

/* Make images easier to work with */
img,
picture,
svg,
video {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Typography style */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  color: var(--heading-color);
  line-height: var(--line-height-heading);
  margin: 0;
}

/*Tilda*/
.t-records ul {
    margin-bottom: inherit !important;
}


h1 {
  font-size: var(--font-size-title-headline);
  font-weight: 700;
  line-height: var(--line-height-heading);
}
h2 {
  font-size: 2em;
  font-weight: 700;
}
h3 {
  font-size: 1.75em;
  font-weight: 700;
}
h4 {
  font-size: 1.5em;
  font-weight: 700;
}
h5 {
  font-size: 1.25em;
  font-weight: 700;
}
h6 {
  font-size: 1em;
  font-weight: 700;
}

.t-b-64 {
  font-size: var(--font-size-64);
  font-weight: 700;
  line-height: var(--line-height-heading);
}

.t-r-64 {
  font-size: var(--font-size-64);
  font-weight: 400;
  line-height: var(--line-height-heading);
}

.t-b-40 {
  font-size: var(--font-size-title-headline);
  font-weight: 700;
  line-height: var(--line-height-heading);
}

.t-b-36 {
  font-size: var(--font-size-title-large);
  font-weight: 700;
  line-height: var(--line-height-heading);
}

.t-b-26 {
  font-size: var(--font-size-26);
  font-weight: 700;
  line-height: var(--line-height-base);
}

.t-r-26 {
  font-size: var(--font-size-26);
  font-weight: 400;
  line-height: var(--line-height-base);
}

.t-b-22 {
  font-size: var(--font-size-22);
  font-weight: 700;
  line-height: var(--line-height-base);
}

.t-r-22 {
  font-size: var(--font-size-22);
  font-weight: 400;
  line-height: var(--line-height-base);
}

.t-b-24 {
  font-size: var(--font-size-title-medium);
  font-weight: 700;
  line-height: var(--line-height-base);
}

.t-r-24 {
  font-size: var(--font-size-title-medium);
  font-weight: 400;
  line-height: var(--line-height-base);
}

.t-b-20 {
  font-size: var(--font-size-medium);
  font-weight: 700;
  line-height: var(--line-height-base);
}

.t-r-20 {
  font-size: var(--font-size-medium);
  font-weight: 400;
  line-height: var(--line-height-base);
}

.t-b-18 {
  font-size: var(--font-size-regular);
  font-weight: 700;
  line-height: var(--line-height-small);
}

.t-r-18 {
  font-size: var(--font-size-regular);
  font-weight: 400;
  line-height: var(--line-height-base);
}

.t-b-16 {
  font-size: var(--font-size-base);
  font-weight: 700;
  line-height: var(--line-height-small);
}

.t-r-16 {
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: var(--line-height-base);
}

.t-r-14 {
  font-size: var(--font-size-small);
  font-weight: 400;
  line-height: var(--line-height-base);
}

@media (max-width: 700px) {
  .t-b-64,
  .t-r-64 {
    font-size: var(--font-size-title-headline);
  }

  .t-b-40 {
    font-size: var(--font-size-title-large);
    line-height: var(--line-height-medium);
  }

  .t-b-36 {
    font-size: var(--font-size-title-big);
    line-height: var(--line-height-medium);
  }

  .t-b-26,
  .t-r-26 {
    font-size: var(--font-size-title-medium);
  }

  .t-b-24 {
    font-size: var(--font-size-medium);
    line-height: var(--line-height-heading);
  }

  .t-r-24 {
    font-size: var(--font-size-medium);
    line-height: var(--line-height-heading);
  }

  .t-b-20 {
    font-size: var(--font-size-regular);
    line-height: var(--line-height-heading);
  }

  .t-r-20 {
    font-size: var(--font-size-regular);
    line-height: var(--line-height-heading);
  }

  .t-b-16 {
    font-size: var(--font-size-small);
    line-height: var(--line-height-heading);
  }

  .t-r-16 {
    font-size: var(--font-size-small);
    line-height: var(--line-height-heading);
  }
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

:root {
  /* Main color variables */
  --blue: #3dabf7;
  --deep-blue: #159eff;
  --black-blue: #0e1d27;
  --green: #02cc9b;
  --deep-green: #00bb8c;
  --white: #fff;
  --black: #212121;
  --gray: #ecf1f4;
  --deep-gray: #8494a1;
  --purple: #c3a3e9;

  /* Box shadow */
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.07);

  /* Typography variables  */
  --font-size-64: 4rem; /* 64px */
  --font-size-title-headline: 2.5rem; /* 40px */
  --font-size-title-large: 2.25rem; /* 36px */
  --font-size-title-big: 1.875rem; /* 30px */
  --font-size-26: 1.625rem; /* 26px */
  --font-size-title-medium: 1.5rem; /* 24px */
  --font-size-22: 1.375rem; /* 22px */
  --font-size-medium: 1.25rem; /* 20px */
  --font-size-regular: 1.125rem; /* 18px */
  --font-size-base: 1rem; /* 16px */
  --font-size-small: 0.875rem; /* 14px */

  --line-height-base: 1.4;
  --line-height-small: 1;
  --line-height-heading: 1.2;
  --line-height-medium: 1.1;

  /* Width container */
  --container: 1200px;
  --base-padding: 30px;
  --mobile-padding: 10px;

  /* z-index */
  --z-index-1: 1;
  --z-index-2: 2;
  --z-index-3: 3;
  --z-index-4: 4;
  --z-index-5: 5;
}

/* Adaptive width
use
1200px
1000px
700px
400px
340px
*/

/* Main layout */
.main-layout {
  position: relative;
  width: 100%;
  max-width: var(--container);
  min-height: 60vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  padding: 40px 0 100px 0;
}

#page {
  background-color: var(--deep-gray);
}

@media (max-width: 1200px) {
  .main-layout {
    padding: 60px var(--base-padding);
  }
}

@media (max-width: 1000px) {
  .main-layout {
    row-gap: 60px;
  }
}

@media (max-width: 500px) {
  .main-layout {
    padding: 60px var(--mobile-padding);
  }
}

/* Header */
.header {
  width: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0px;
  background-color: var(--white);
  border-bottom: 2px solid var(--gray);
  z-index: var(--z-index-2);
  transition: all 0.3s ease-in;
}

.header.visible {
  opacity: 1;
}

.header__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
}

.nav {
  display: flex;
}

.nav__list {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav__link {
  color: var(--black) !important;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav__link:hover {
  color: var(--blue) !important;
}

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: var(--z-index-3);
}

.burger span {
  width: 25px;
  height: 3px;
  background-color: var(--blue);
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav__mobile {
  display: none;
  opacity: 0;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  margin-top: 80px;
}

.nav__mobile.open {
  opacity: 1;
  left: 0;
}

.nav__mobile__wrapper {
  width: 300px;
  height: 100%;
  margin-left: auto;
  background-color: var(--black-blue);
  padding: 20px;
}

.nav__mobile__list {
  list-style: none;
}

.nav__mobile__item a{
  color: var(--white) !important;
}

@media (max-width: 1200px) {
  .header {
    padding: 17px var(--base-padding);
  }
}

@media (max-width: 1000px) {
  .nav {
    display: none;
  }
  .burger {
    display: flex;
  }
  .nav__mobile {
    display: block;
  }
}

/* Button */
.link-button {
  background: var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white) !important;
  font-weight: 400;
  font-size: var(--font-size-base);
  border-radius: 10px;
  width: max-content;
  padding: 12px 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: fit-content;
}

.link-button:hover {
  background-color: var(--deep-green);
  color: var(--white) !important;
}

.link-button.blue {
  background: var(--blue);
}

.link-button.blue:hover {
  background: var(--deep-blue);
}

.link-button.outline {
  color: var(--white);
  background: var(--main);
  border: 1px solid var(--white);
  transition: all 0.2s ease;
}

.link-button.outline:hover {
  color: var(--main);
  background: var(--white);
  transition: all 0.2s ease;
}

.link {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
  color: var(--blue) !important;
}

.button-icon {
  display: flex;
  gap: 8px;
  padding: 8px 20px;
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  font-weight: 700;
  border-radius: 50px;
  width: fit-content;
  cursor: pointer;
}

.button-icon.green {
  color: var(--main-2);
  border: 1px solid var(--primary);
}

.button {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--main-2);
  font-size: var(--font-size-base);
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.button.w-100 {
  width: 100%;
}

.button.active {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}

.section-title {
  display: flex;
}

.section-title::after {
  content: "";
  border-bottom: 2px solid var(--secondary-3);
  margin-left: 20px;
  display: block;
  width: 100%;
}

.section-title .t-b-36 {
  flex-shrink: 0;
}

@media (max-width: 400px) {
  .section-title::after {
    display: none;
  }

  .section-title .t-b-36 {
    width: 100%;
    text-align: center;
    flex-shrink: inherit;
  }
}

.main-block {
  width: 100%;
  height: 660px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.main-block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(https://static.tildacdn.com/tild3165-3164-4636-b637-303836363766/main1.jpg) center
    center;
  background-size: cover;
  z-index: -1;
  filter: blur(var(--blur, 0px));
  transition: filter 0.5s ease-out;
}

.main-block::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.main-block h1 {
  font-weight: 600;
  font-size: var(--font-size-64);
}

.main-block p {
  font-weight: 500;
  font-size: var(--font-size-title-medium);
}

.main-block h1,
.main-block p {
  text-shadow: 0 4px 20px rgb(0 0 0 / 30%);
  text-align: center;
  color: var(--white);
}

.main-block .button-link,
.main-block__date {
  box-shadow: var(--shadow);
}

.main-block .header {
  opacity: 1;
  background-color: transparent;
  border-bottom: none;
  position: static;
}

.main-block .header .nav__link {
  color: var(--white) !important;
  transition: all 0.3s ease;
}

.main-block .header .nav__link:hover {
  color: var(--blue) !important;
}

.main-block__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: var(--z-index-1);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.main-block__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.main-block__date {
  background-color: var(--purple);
  padding: 10px 24px;
  border-radius: 70px;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .main-block__container {
      padding: 0 var(--mobile-padding);
  }
  .main-block {
    height: 760px;
  }
  .main-block h1 {
    font-size: var(--font-size-title-headline);
  }
  .main-block p {
    font-size: var(--font-size-22);
  }
}

.info-block {
  padding: 40px;
  border-radius: 10px;
  width: 100%;
  background-color: var(--gray);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-block__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.info-block__row:nth-child(1) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--deep-gray);
}

.info-block__item {
  display: flex;
  gap: 10px;
}

.info-block__item img {
  flex-shrink: 0;
  max-width: 37px;
}

.info-block__content {
  display: flex;
  flex-direction: column;
}

.info-block__title {
  font-weight: 500;
  font-size: var(--font-size-small);
  color: var(--deep-gray);
}

.info-block__description {
    color: var(--black);
}

@media (max-width: 1000px) {
  .info-block__row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .info-block__row {
    grid-template-columns: 1fr;
  }
}

.description-block p {
  font-weight: 500;
  line-height: 130%;
  color: var(--black);
}

.popup {
  border: none;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  margin: auto;
  outline: none;
}

.popup::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.popup.gallery {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  max-width: none;
  width: auto;
}

.popup.gallery .popup-content {
  width: fit-content;
  margin: 0 auto;
}

.popup.gallery img {
  width: 100%;
  height: 100%;
  max-width: 95vw;
  max-height: 95vh;
  object-fit: contain;
}

.popup .popup-content {
  padding: 0;
}

.popup-content {
  padding: 20px;
}

.popup-content p {
  font-weight: 400;
  padding-top: 10px;
}

.popup-content form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
}

.popup-content input {
  padding: 12px 8px;
  border: 2px solid var(--gray);
  border-radius: 8px;
  font-size: var(--font-size-regular);
  outline: none;
  transition: all 0.3 ease;
}

.popup-content input:focus {
  border: 2px solid var(--blue);
}

.popup-content button {
  background-color: var(--blue);
  border-radius: 8px;
  color: var(--white);
  font-size: var(--font-size-regular);
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popup-content button:hover {
  background-color: var(--deep-blue);
}

.popup-content-success.hidden {
  display: none;
}

.gallery-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gallery__3row,
.gallery__2row {
  display: grid;
  gap: 30px;
}

.gallery__3row {
  grid-template-columns: repeat(3, 1fr);
}

.gallery__2row {
  grid-template-columns: repeat(2, 1fr);
}

.gallery__img {
  width: 100%;
  height: 100%;
  max-height: 260px;
  object-fit: cover;
  cursor: pointer;
}

@media (max-width: 700px) {
  .gallery__3row {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery__3row .gallery__img:nth-child(3) {
    grid-column: 1 / 3;
  }
  .gallery__3row,
  .gallery__2row,
  .gallery-block {
    gap: 10px;
  }
}

.additional-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--deep-gray);
}

.additional-info h2 {
  font-weight: 500;
  font-size: var(--font-size-regular);
}

.additional-info p {
  font-weight: 500;
  font-size: var(--font-size-base);
  line-height: 130%;
  color: var(--black);
}

.route-block {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--deep-gray);
}

.route-block h2 {
  font-weight: 500;
  font-size: var(--font-size-title-medium);
}

.route-block__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.route-block__right {
  position: relative;
}

.route-block__right img {
  position: sticky;
  top: 90px;
  cursor: pointer;
}

.route-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.route-item__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.route-item__info__top {
  display: flex;
  justify-content: space-between;
}

.route-item__date {
  color: var(--blue);
  font-weight: 500;
  font-size: var(--font-size-title-medium);
  line-height: 100%;
}

.route-item__title {
  font-weight: 500;
  color: var(--black);
}

.route-item__description {
  font-weight: 400;
  font-size: var(--font-size-small);
  color: var(--black);
}

.route-item__range {
  color: var(--deep-gray);
  line-height: 120%;
  font-weight: 500;
}

@media (max-width: 700px) {
  .route-block {
    display: flex;
    flex-direction: column-reverse;
  }
}

.instructor-container {
  padding-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.instructor__item {
  width: 100%;
  display: flex;
  gap: 30px;
  border-radius: 10px;
  border: 1px solid var(--deep-gray);
  padding: 40px;
}

.instructor__item__avatar {
  max-width: 180px;
  max-height: 232px;
}

.instructor__item__info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.instructor__item__role {
  font-weight: 700;
  font-size: var(--font-size-regular);
  color: var(--black);
}

.instructor__item__name,
.instructor__item__description {
  font-weight: 500;
  color: var(--black);
}

.instructor__item__description {
  font-weight: 500;
  color: var(--black);
}

.instructor__item__name {
  font-size: var(--font-size-title-medium) !important;
  color: var(--blue) !important;
}

@media (max-width: 1000px) {
  .instructor__item {
    flex-direction: column;
    padding: 20px;
  }
}

.price-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.price-block__top {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.price-block__price {
  background-color: var(--gray);
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.price-block__price__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-block__price__left__content {
  display: flex;
  flex-direction: column;
}

.price-block__price__left__title {
  font-weight: 500;
  font-size: 12px;
  color: var(--deep-gray);
}

.price-block__price__left__price {
  font-weight: 400;
  font-size: var(--font-size-title-medium);
  color: var(--black);
}

.price-block__banner {
  position: relative;
  border-radius: 10px;
}

.price-block__banner__wrapper {
  padding: 35px 60px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-block__banner__wrapper p {
  font-weight: 500;
  font-size: var(--font-size-regular);
  color: var(--white);
  flex: 1;
}

.price-block__banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("https://static.tildacdn.com/tild6631-6232-4532-a263-316666623130/sale_1.jpg") center center;
  background-size: cover;
  z-index: -1;
  border-radius: 10px;
}

.price-block__bottom {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.price-block__bottom__left,
.price-block__bottom__right {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--deep-gray);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.price-block__bottom__item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.price-block__bottom__left__title,
.price-block__bottom__right__title {
  font-size: var(--font-size-regular);
  color: var(--black);
}

.price-block__bottom__item span {
  font-weight: 500;
  font-size: var(--font-size-small);
  color: var(--black);
}

@media (max-width: 1000px) {
  .price-block__top {
    grid-template-columns: 1fr;
  }
  .price-block__bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .price-block__banner__wrapper {
    padding: 40px;
    flex-direction: column;
    align-items: center;
  }
  .price-block__price {
    flex-direction: column;
  }
}

.price-block__important {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--black);
}

.price-block__important__container li {
  font-size: var(--font-size-small);
}

.equipment-block {
  display: flex;
  padding: 40px 60px;
  background-color: var(--white);
  box-shadow: var(--shadow);
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.equipment-block h2 {
  font-weight: 500;
  font-size: var(--font-size-title-medium);
  color: var(--black);
}

@media (max-width: 500px) {
  .equipment-block {
    flex-direction: column;
    text-align: center;
  }
} 

.organizer-block {
  display: flex;
  width: 100%;
  gap: 30px;
}

.organizer-block h2 {
  font-weight: 400;
  font-size: var(--font-size-26);
}

.organizer-block p {
  font-weight: 500;
  font-size: var(--font-size-small);
}

.organizer-block img {
  height: fit-content;
}

.organizer-block__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--black);
}

@media (max-width: 1000px) {
  .organizer-block {
    flex-direction: column;
  }
  .organizer-block img {
    max-width: 200px;
  }
}

.footer {
  width: 100%;
  background-color: var(--black-blue);
}

.footer__wrapper {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.footer-right {
  display: flex;
  flex-direction: column;
}

.footer-policy {
  font-size: 12px;
  font-weight: 500;
  color: var(--deep-gray) !important;
  margin-top: auto;
}

.footer-social {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}

.footer p {
  color: var(--white);
  font-size: 11px;
}

.footer-left {
  max-width: 380px;
}

@media (max-width: 1200px) {
  .footer__wrapper {
    padding-left: var(--base-padding);
    padding-right: var(--base-padding);
  }
}

@media (max-width: 400px) {
  .footer__wrapper {
    flex-direction: column;
  }
  .footer-social {
    justify-content: flex-start;
    padding-bottom: 10px;
  }
}
