[hidden] {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .hidden\@m {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible\@m {
    display: none !important;
  }
}

.btn {
  position: relative;
  font-family: EBGaramond;
  font-weight: 400;
  font-style: Italic;
  font-size: 2.3958333333vw;
  line-height: 100%;
  color: #000000;
  display: flex;
  justify-content: center;
  justify-self: flex-start;
  background: transparent;
  padding: 0.9375vw 3.3333333333vw;
  cursor: pointer;
  border-radius: 2.6041666667vw;
  border: 2px solid #000000;
  box-shadow: inset 0 0 0 0px #000000;
  transition: border-radius 0.3s, box-shadow 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (max-width: 1023px) {
  .btn {
    justify-self: auto;
    font-size: 8.5333333333vw;
    padding: 3.7333333333vw 7.4666666667vw;
    border-radius: 13.3333333333vw;
  }
}
@media (hover: hover) {
  .btn:hover {
    color: #ffffff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3.3333333333vw #000000;
    transition-delay: 0s, 0s, 0.2s;
  }
}

.link {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-bottom: 0.3645833333vw;
  transform: translateY(0.5208333333vw);
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .link {
    padding-bottom: 1.8666666667vw;
    transform: translateY(2.6666666667vw);
  }
}
.link-graphic {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  fill: none;
  stroke: #000000;
  top: -0.15625vw;
  stroke-width: 2px;
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
@media screen and (max-width: 1023px) {
  .link-graphic {
    top: -0.8vw;
  }
}
@media (hover: hover) {
  .link:hover .link-graphic {
    transform: translate3d(-66.6%, 0, 0);
  }
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest/Onest-Variable.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EBGaramond";
  src: url("../fonts/EBGaramond/EBGaramond-VariableFont.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EBGaramond";
  src: url("../fonts/EBGaramond/EBGaramond-Italic-VariableFont.ttf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro";
  src: url("../fonts/SF-Pro/SF-Pro.ttf");
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  font-variant-numeric: lining-nums;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
  font-synthesis: none !important;
  -webkit-text-size-adjust: 100%;
  text-decoration: none;
  hyphens: manual;
}

html {
  scrollbar-gutter: stable;
}

body {
  overflow-x: hidden;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: none;
  font-family: "EBGaramond", sans-serif, sans-serif;
}
body.lock {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  body.lock-m {
    overflow: hidden;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #0085fe !important;
}

img,
video {
  max-width: 100%;
}

img[parse-svg] {
  opacity: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 5.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 4.2666666667vw;
  }
}

.page {
  min-height: 60vh;
}
.page-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .page-bg {
    width: 100vh;
    height: 100vw;
    transform-origin: top left;
    transform: rotate(90deg) translateY(-100vw);
  }
}
.page-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-hero {
  padding: 3.3333333333vw 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
@media screen and (max-width: 1023px) {
  .section-hero {
    align-items: normal;
    padding: 10.6666666667vw 0;
  }
}
.section-hero-top {
  display: flex;
  justify-content: center;
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .section-hero-top {
    margin-bottom: 17.0666666667vw;
  }
}
.section-hero-pictures {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .section-hero-pictures {
    flex-direction: column-reverse;
    align-items: normal;
    gap: 4.2666666667vw;
    margin-top: 12.8vw;
  }
}
.section-hero-pictures img {
  width: 61.4583333333vw;
}
@media screen and (max-width: 1023px) {
  .section-hero-pictures img {
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section-hero-pictures picture {
    order: 2;
    width: 100%;
  }
}
.section-hero-pictures span {
  display: inline-block;
  text-align: center;
  font-family: Onest;
  font-weight: 400;
  font-size: 1.9791666667vw;
  line-height: 100%;
  margin-top: 1.4583333333vw;
}
@media screen and (max-width: 1023px) {
  .section-hero-pictures span {
    order: 0;
    font-size: 5.3333333333vw;
    margin-top: 7.4666666667vw;
  }
}
.section-hero-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25vw;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .section-hero-bottom {
    flex-direction: column;
    gap: 3.2vw;
    margin-top: 10.6666666667vw;
  }
}

.block-contacts {
  display: flex;
  align-items: flex-end;
  gap: 3.0208333333vw;
}
@media screen and (max-width: 1023px) {
  .block-contacts {
    gap: 6.4vw;
  }
}
.block-contacts-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.block-contacts-date {
  display: flex;
}
.block-contacts-date div {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.9791666667vw;
  line-height: 100%;
  color: #000000;
  display: flex;
  justify-content: center;
  width: 5.2083333333vw;
  padding: 0.7291666667vw 1.25vw;
  border: 2px solid #000000;
  border-radius: 6.25vw 6.25vw 6.25vw 6.25vw/4.6875vw 4.6875vw 4.6875vw 4.6875vw;
}
@media screen and (max-width: 1023px) {
  .block-contacts-date div {
    font-size: 5.3333333333vw;
    width: 14.9333333333vw;
    padding: 1.8666666667vw 3.2vw;
    border-radius: 32vw 32vw 32vw 32vw/24vw 24vw 24vw 24vw;
  }
}
.block-contacts-time {
  font-family: Onest;
  font-weight: 400;
  font-size: 1.9791666667vw;
  line-height: 100%;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .block-contacts-time {
    font-size: 5.0666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.block-contacts-link {
  font-family: "EBGaramond";
  font-weight: 400;
  font-style: Italic;
  font-size: 2.3958333333vw;
  line-height: 100%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .block-contacts-link {
    font-size: 6.4vw;
  }
}
.block-contacts-address {
  font-family: "Onest";
  font-weight: 400;
  font-size: 1.9791666667vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .block-contacts-address {
    font-size: 5.3333333333vw;
  }
}

.section-about {
  display: flex;
  align-items: center;
  padding: 8.3333333333vw 0;
  min-height: 100vh;
}
@media screen and (max-width: 1023px) {
  .section-about {
    padding: 10.6666666667vw 0;
    min-height: auto;
  }
}
.section-about h2 {
  font-family: "Onest";
  font-weight: 700;
  font-size: 2.0833333333vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-about h2 {
    font-size: 7.4666666667vw;
  }
}
.section-about-img {
  margin-top: 4.0104166667vw;
}
@media screen and (max-width: 1023px) {
  .section-about-img {
    margin-top: 17.0666666667vw;
  }
}
.section-about-img img {
  width: 87.2916666667vw;
}
@media screen and (max-width: 1023px) {
  .section-about-img img {
    width: 100%;
  }
}
.section-about-title {
  font-family: Onest;
  font-weight: 700;
  font-size: 3.6458333333vw;
  line-height: 120%;
  text-transform: uppercase;
}
.section-about-paragraph {
  font-family: Onest;
  font-weight: 400;
  font-size: 1.6666666667vw;
  line-height: 130%;
  max-width: 51.8229166667vw;
  margin-top: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .section-about-paragraph {
    font-size: 5.3333333333vw;
    max-width: 100%;
    margin-top: 6.4vw;
  }
}
.section-about-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.1666666667vw 11.9791666667vw;
  margin-top: 5.2083333333vw;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .section-about-list {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
    margin-top: 17.0666666667vw;
  }
}
.section-about-list li {
  list-style: none;
}
.section-about-list li h3 {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  font-family: Onest;
  font-weight: 700;
  font-size: 2.0833333333vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-about-list li h3 {
    gap: 2.1333333333vw;
    font-size: 8.5333333333vw;
  }
}
.section-about-list li h3 .icon {
  display: inline;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-about-list li h3 .icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.section-about-list li p {
  font-family: EBGaramond;
  font-weight: 400;
  font-style: Italic;
  font-size: 1.9791666667vw;
  line-height: 100%;
  margin-top: 0.625vw;
  max-width: 26.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-about-list li p {
    max-width: 100%;
    font-size: 7.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.section-info {
  display: flex;
  align-items: center;
  padding: 8.3333333333vw 0;
  min-height: 100vh;
  background: white;
}
@media screen and (max-width: 1023px) {
  .section-info {
    padding: 10.6666666667vw 0;
    min-height: auto;
  }
}
.section-info-top {
  display: flex;
  align-items: end;
  gap: 2.2916666667vw;
}
@media screen and (max-width: 1023px) {
  .section-info-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 17.0666666667vw;
  }
}
.section-info-top h2 {
  font-family: Onest;
  font-weight: 700;
  font-size: 9.375vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-info-top h2 {
    font-size: 35.7333333333vw;
  }
}
.section-info-top img {
  width: 55.3125vw;
}
@media screen and (max-width: 1023px) {
  .section-info-top img {
    width: 100%;
  }
}
.section-info-list {
  margin-top: 5.2083333333vw;
  padding: 0;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 2.0833333333vw;
       column-gap: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-info-list {
    -moz-columns: 1;
         columns: 1;
    margin-top: 17.0666666667vw;
  }
}
.section-info-list li {
  list-style: none;
  font-family: Onest;
  font-weight: 400;
  font-size: 1.5625vw;
  line-height: 3.125vw;
}
@media screen and (max-width: 1023px) {
  .section-info-list li {
    font-size: 7.4666666667vw;
    line-height: 140%;
    margin-top: 7.4666666667vw;
  }
  .section-info-list li:first-child {
    margin-top: 0;
  }
}

.section-gallery {
  padding: 3.75vw 0;
}
@media screen and (max-width: 1023px) {
  .section-gallery {
    padding: 12.8vw 0;
  }
}
.section-gallery h2 {
  font-family: Onest;
  font-weight: 600;
  font-size: 3.6458333333vw;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .section-gallery h2 {
    font-size: 12.8vw;
  }
}
.section-gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6666666667vw;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-gallery-list {
    overflow: auto hidden;
    flex-wrap: nowrap;
    width: 100vw;
    gap: 4.2666666667vw;
    margin-top: 17.0666666667vw;
    margin-left: -4.2666666667vw;
    padding: 0 4.2666666667vw;
  }
}
.section-gallery-list .item {
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  .section-gallery-list .item {
    flex-grow: 0;
    flex-shrink: 0;
    height: 65.3333333333vw;
  }
}
.section-gallery-list .item-1 {
  width: calc(25% - 1.6666666667vw);
}
@media screen and (max-width: 1023px) {
  .section-gallery-list .item-1 {
    width: auto;
  }
}
.section-gallery-list .item-2 {
  width: calc(50% - 1.6666666667vw);
}
@media screen and (max-width: 1023px) {
  .section-gallery-list .item-2 {
    width: auto;
  }
}
.section-gallery-bottom {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-gallery-bottom {
    margin-top: 17.0666666667vw;
  }
}

.section-partners {
  background: #f9e335;
  padding: 6.25vw 0;
}
@media screen and (max-width: 1023px) {
  .section-partners {
    padding: 10.6666666667vw 0;
  }
}
.section-partners h2 {
  font-family: Onest;
  font-weight: 700;
  font-size: 3.6458333333vw;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .section-partners h2 {
    font-size: 12.8vw;
  }
}
.section-partners-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.0416666667vw;
  margin-top: 5.8333333333vw;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .section-partners-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    margin-top: 17.0666666667vw;
  }
}
.section-partners-list li {
  list-style: none;
}
@media (hover: hover) {
  .section-partners-list:hover .item {
    transform: scale(0.95);
  }
  .section-partners-list:hover .item:not(:hover) {
    transform: scale(0.95);
  }
}
@media (hover: hover) and (hover: hover) {
  .section-partners-list:hover .item:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.1);
  }
}
.section-partners-list .item {
  height: 100%;
  position: relative;
  background: #ffffff;
  padding: 0.8333333333vw;
  transition: 0.25s ease;
  transition-property: transform, box-shadow;
}
@media screen and (max-width: 1023px) {
  .section-partners-list .item {
    padding: 2.1333333333vw;
  }
}
.section-partners-list .item img {
  aspect-ratio: 16/10;
}
.section-partners-list .item h3 {
  font-family: Onest;
  font-weight: 400;
  font-size: 1.3541666667vw;
  line-height: 120%;
  text-align: center;
  padding: 0.8333333333vw 0 1.25vw 0;
}
@media screen and (max-width: 1023px) {
  .section-partners-list .item h3 {
    font-size: 3.2vw;
    padding: 2.1333333333vw 0 3.2vw 0;
  }
}
.section-partners-list .item a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-partners-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6666666667vw;
  margin-top: 5.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .section-partners-bottom {
    align-items: normal;
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 17.0666666667vw;
  }
}
.section-partners-bottom p {
  font-family: Onest;
  font-weight: 400;
  font-size: 2.0833333333vw;
  line-height: 100%;
  max-width: 25.9375vw;
}
@media screen and (max-width: 1023px) {
  .section-partners-bottom p {
    font-size: 8.5333333333vw;
    max-width: 100%;
  }
}
.section-partners-bottom .icon {
  width: 20.3125vw;
}

.section-location {
  padding: 6.25vw 0;
}
@media screen and (max-width: 1023px) {
  .section-location {
    padding: 21.3333333333vw 0 10.6666666667vw 0;
  }
}
.section-location h2 {
  font-family: Onest;
  font-weight: 700;
  font-size: 3.6458333333vw;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .section-location h2 {
    font-size: 12.5333333333vw;
  }
}
.section-location-row {
  display: grid;
  grid-template-columns: 2fr 3.5fr;
  gap: 1.25vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-location-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6.4vw;
    margin-top: 17.0666666667vw;
  }
}
.section-location-row .card {
  display: flex;
  flex-direction: column;
  background: #f9e335;
}
.section-location-row .card img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-location-row .card-block {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  padding: 2.0833333333vw 1.5625vw;
}
@media screen and (max-width: 1023px) {
  .section-location-row .card-block {
    gap: 3.2vw;
    padding: 5.8666666667vw 4.2666666667vw;
  }
}
.section-location-row .card-address {
  font-family: Onest;
  font-weight: 700;
  font-size: 2.0833333333vw;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .section-location-row .card-address {
    font-size: 5.8666666667vw;
  }
}
.section-location-row .card-name {
  font-family: Onest;
  font-weight: 400;
  font-size: 1.6666666667vw;
  line-height: 140%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .section-location-row .card-name {
    font-size: 4.8vw;
  }
}
.section-location-row .card-text {
  font-family: Onest;
  font-weight: 300;
  font-size: 1.0416666667vw;
  line-height: 140%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .section-location-row .card-text {
    font-size: 3.2vw;
  }
}
.section-location-map .map-ymaps {
  width: 100%;
  min-height: 35.3125vw;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-location-map .map-ymaps {
    min-height: 90.1333333333vw;
  }
}

.section-contacts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.3333333333vw;
  padding: 4.8958333333vw 0;
  min-height: 100vh;
}
@media screen and (max-width: 1023px) {
  .section-contacts-wrapper {
    gap: 17.0666666667vw;
    padding: 26.6666666667vw 0 10.6666666667vw;
    min-height: auto;
  }
}
.section-contacts-top {
  display: flex;
  justify-content: space-between;
}
.section-contacts-top h2 {
  font-family: Onest;
  font-weight: 700;
  font-size: 2.0833333333vw;
  line-height: 100%;
  max-width: 38.5416666667vw;
}
@media screen and (max-width: 1023px) {
  .section-contacts-top h2 {
    font-size: 7.4666666667vw;
    max-width: 100%;
  }
}
.section-contacts-top .block-contacts-block {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.8333333333vw;
}
.section-contacts-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5vw;
  margin: auto 0;
}
@media screen and (max-width: 1023px) {
  .section-contacts-info {
    grid-template-columns: 1fr;
    gap: 16vw;
  }
}
.section-contacts-contact {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}
@media (hover: hover) {
  .section-contacts-contact:hover img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1023px) {
  .section-contacts-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2vw;
  }
}
.section-contacts-contact-img img {
  width: 16.8229166667vw;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .section-contacts-contact-img img {
    width: 65.0666666667vw;
  }
}
.section-contacts-contact h3 {
  font-family: Onest;
  font-weight: 700;
  font-size: 3.6458333333vw;
  line-height: 3.2291666667vw;
}
@media screen and (max-width: 1023px) {
  .section-contacts-contact h3 {
    font-size: 12.8vw;
    line-height: 100%;
  }
}
.section-contacts-contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625vw;
  margin-top: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .section-contacts-contact-links {
    gap: 2.1333333333vw;
    margin-top: 6.4vw;
  }
}
.section-contacts-contact-links a {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 2.0833333333vw;
  line-height: 100%;
  color: #000000;
}
.section-contacts-contact-links a {
  position: relative;
  transition: color 0.2s ease;
}
.section-contacts-contact-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}
@media (hover: hover) {
  .section-contacts-contact-links a:hover {
    color: #000000 !important;
  }
  .section-contacts-contact-links a:hover::after {
    background: #000000;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 1023px) {
  .section-contacts-contact-links a {
    font-size: 7.4666666667vw;
  }
}
.section-contacts-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .section-contacts-bottom {
    align-items: center;
    flex-direction: column;
    gap: 6.4vw;
  }
}
.section-contacts-bottom img {
  width: 21.3541666667vw;
}
@media screen and (max-width: 1023px) {
  .section-contacts-bottom img {
    width: 100%;
  }
}
.section-contacts-dev {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 100%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .section-contacts-dev {
    text-align: center;
    order: 5;
    font-size: 6.4vw;
    margin-top: 10.6666666667vw;
  }
}
.section-contacts-dev a {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 100%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .section-contacts-dev a {
    font-size: 6.4vw;
  }
}
.section-contacts-dev a .link-graphic {
  stroke-width: 3px;
}
.section-contacts-text p {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 100%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .section-contacts-text p {
    text-align: center;
    font-size: 6.4vw;
  }
}

.section-speakers {
  background: #f9e335;
  padding: 6.25vw 0;
}
.section-speakers h2 {
  font-family: Onest;
  font-weight: 700;
  font-size: 3.6458333333vw;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .section-speakers h2 {
    font-size: 12.8vw;
  }
}
.section-speakers-block .link {
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-speakers-block .link {
    font-size: 6.4vw;
  }
}
.section-speakers-tabs {
  display: flex;
  gap: 0.8333333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-speakers-tabs {
    overflow: auto;
    gap: 4.2666666667vw;
    width: 100vw;
    margin-left: -4.2666666667vw;
    padding: 4.2666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.section-speakers-tabs .btn {
  flex-shrink: 0;
}
.section-speakers-tabs .btn.active {
  color: #ffffff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3.3333333333vw #000000;
  transition-delay: 0s, 0s, 0.2s;
}
@media screen and (max-width: 1023px) {
  .section-speakers-tabs .btn.active {
    box-shadow: inset 0 0 0 17.0666666667vw #000000;
  }
}
.section-speakers-items {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items {
    margin-top: 8.5333333333vw;
  }
}
.section-speakers-items .card {
  display: flex;
  gap: 3.3333333333vw;
  padding: 2.5vw 0;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card {
    flex-direction: column;
    gap: 6.4vw;
    padding: 6.4vw 0;
  }
}
@media (hover: hover) {
  .section-speakers-items .card:hover .card-img img {
    transform: scale(1.05);
  }
}
.section-speakers-items .card.hide {
  display: none;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card {
    flex-direction: column;
  }
}
.section-speakers-items .card-info {
  flex-shrink: 0;
  width: 8.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-info {
    order: 4;
    width: 100%;
  }
}
.section-speakers-items .card-time {
  font-family: Onest;
  font-weight: 800;
  font-size: 1.1458333333vw;
  line-height: 140%;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-time {
    gap: 1.6vw;
    margin-bottom: 3.2vw;
    font-size: 5.3333333333vw;
  }
}
.section-speakers-items .card-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4166666667vw;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-tags {
    gap: 2.1333333333vw;
    margin-bottom: 3.2vw;
  }
}
.section-speakers-items .card-tags span {
  display: block;
  font-family: EBGaramond;
  font-weight: 700;
  font-style: Italic;
  font-size: 0.8333333333vw;
  line-height: 125%;
  letter-spacing: -2%;
  vertical-align: middle;
  text-transform: uppercase;
  background: #000000;
  color: #ffffff;
  padding: 0.4166666667vw 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-tags span {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
.section-speakers-items .card-city {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 0.9375vw;
  line-height: 140%;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-city {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.section-speakers-items .card-location {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.1458333333vw;
  line-height: 140%;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-location {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
.section-speakers-items .card-img {
  overflow: hidden;
  flex-shrink: 0;
  width: 10.15625vw;
  height: 10.15625vw;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-img {
    width: 52vw;
    height: 52vw;
  }
}
.section-speakers-items .card-img img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: transform 0.25s ease;
}
.section-speakers-items .card-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-speakers-items .card-name {
  font-family: Onest;
  font-weight: 800;
  font-size: 1.5625vw;
  letter-spacing: -2%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-name {
    font-size: 8vw;
  }
}
.section-speakers-items .card-description {
  margin-top: 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-description {
    margin-top: 3.7333333333vw;
  }
}
.section-speakers-items .card-description-text > * {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Onest;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 140%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-description-text > * {
    font-size: 4.8vw;
  }
}
.section-speakers-items .card-description-text div.show {
  overflow: auto;
  display: block;
}
.section-speakers-items .card-description-btn {
  display: inline-block;
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 0.8333333333vw;
  line-height: 100%;
  color: #000000;
  margin-top: 0.625vw;
  transform: translateY(0) !important;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-description-btn {
    font-size: 4.2666666667vw;
    margin-top: 3.2vw;
  }
}
.section-speakers-items .card-company {
  font-family: Onest;
  font-weight: 700;
  font-size: 1.1458333333vw;
  line-height: 140%;
  color: #000000;
  background: #ffffff;
  margin-top: 1.25vw;
  padding: 0.8333333333vw 1.25vw;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-company {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
.section-speakers-items .card-company s {
  text-decoration: line-through;
}
.section-speakers-items .card-link {
  display: flex;
  font-family: Onest;
  font-weight: 700;
  font-size: 1.1458333333vw;
  line-height: 100%;
  color: #000000;
  margin-top: 1.25vw;
  transform: translateY(0) !important;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-link {
    font-size: 5.8666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.section-speakers-items .card-general {
  display: flex;
  align-items: center;
  gap: 1.25vw;
  background: #ffffff;
  padding: 1.0416666667vw 1.6666666667vw;
  margin-top: 2.5vw;
}
.section-speakers-items .card-general:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-general {
    align-items: flex-start;
    flex-direction: column;
    gap: 4.2666666667vw;
    padding: 4.2666666667vw 4.2666666667vw;
    margin-top: 6.4vw;
  }
}
.section-speakers-items .card-general.hide {
  display: none;
}
.section-speakers-items .card-general-left {
  display: flex;
  flex-direction: column;
  width: 22.3958333333vw;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-general-left {
    width: 100%;
  }
}
.section-speakers-items .card-general-time {
  font-family: Onest;
  font-weight: 800;
  font-size: 1.09375vw;
  line-height: 140%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-general-time {
    font-size: 4.8vw;
  }
}
.section-speakers-items .card-general-location {
  font-family: Onest;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 140%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-general-location {
    font-size: 4.2666666667vw;
  }
}
.section-speakers-items .card-general-title {
  font-family: Onest;
  font-weight: 800;
  font-size: 2.0833333333vw;
  letter-spacing: -2%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .section-speakers-items .card-general-title {
    font-size: 6.4vw;
  }
}
.section-speakers-desc {
  font-family: Onest;
  font-weight: 700;
  font-size: 3.6458333333vw;
  line-height: 120%;
  margin-top: 2.5vw;
}