@charset "UTF-8";
@font-face {
  font-family: "EF Circular Latin";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/EFCircularWeb-Book.woff2") format("woff2"), url("../fonts/EFCircularWeb-Book.woff") format("woff");
}
@font-face {
  font-family: "EF Circular Latin";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/EFCircularWeb-BookItalic.woff2") format("woff2"), url("../fonts/EFCircularWeb-BookItalic.woff") format("woff");
}
@font-face {
  font-family: "EF Circular Latin";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/EFCircularWeb-Bold.woff2") format("woff2"), url("../fonts/EFCircularWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "EF Circular Latin";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/EFCircularWeb-Black.woff2") format("woff2"), url("../fonts/EFCircularWeb-Black.woff") format("woff");
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.header {
  background: #6863bc;
  padding: 10px 0;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header__logo-img {
  max-width: 200px;
  width: 100%;
}
.header__logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.header__nav {
  padding: 10px 0 0 0;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header__link {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  background: transparent;
  padding: 0;
  border: none;
}
.header__burger span {
  display: block;
  width: 30px;
  height: 5px;
  background: #fff;
  border-radius: 4px;
}

.header-text {
  font-size: 20px;
  color: #fff;
  font-weight: 900;
}

.header.main {
  position: sticky;
  top: 0;
  z-index: 4;
}

@media (max-width: 1022px) {
  .header__nav {
    display: none;
  }
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 960px) {
  .header__left {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .header__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .header__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .header__logo-text {
    text-align: center;
  }
  .header__logo-text br {
    display: none;
  }
  .header__text {
    text-align: center;
  }
  .header__wrapper.main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header__wrapper.main .header__text {
    display: none;
  }
}
@media (max-width: 606px) {
  .header.main .header__phone {
    white-space: nowrap;
    font-size: 13px;
  }
  .header.main .header__right {
    gap: 20px;
  }
}
.button {
  background: #6863bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-family: "EF Circular Latin", sans-serif;
  border-radius: 25px;
  height: 50px;
  max-width: 300px;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 375px) {
  .button {
    font-size: 13px;
  }
}
.title {
  font-size: 30px;
  color: #6863bc;
  text-align: center;
  font-weight: 700;
  line-height: 50px;
}

.arrow-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 110px;
  z-index: 1;
}

@media (max-width: 900px) {
  .arrow-section {
    height: 30px;
  }
}
.gray-section {
  background: #f5f5f5;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100vh;
  z-index: 11;
}

.overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-dialog {
  position: relative;
  background: #fff;
  padding: 30px;
  max-width: 450px;
  width: 100%;
}
.modal-dialog__close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  background: transparent;
  border: none;
}
.modal-dialog__title {
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 700;
  line-height: 27px;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.modal-dialog__title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 42px;
  height: 3px;
  background-color: #6863bc;
}
.modal-dialog__subtitle {
  text-align: center;
  margin-bottom: 20px;
}
.modal-dialog__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.modal-dialog__input {
  color: #4b4b4b;
  font-size: 24px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  background-color: #ffffff;
  height: 50px;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.modal-dialog__input::-webkit-input-placeholder {
  text-align: center;
}
.modal-dialog__input::-moz-placeholder {
  text-align: center;
}
.modal-dialog__input:-ms-input-placeholder {
  text-align: center;
}
.modal-dialog__input::-ms-input-placeholder {
  text-align: center;
}
.modal-dialog__input::placeholder {
  text-align: center;
}
.modal-dialog__input.error {
  border: 1px solid red;
}
.modal-dialog__button {
  max-width: 100%;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 4;
}

.mobile-menu-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu {
  max-width: 300px;
  width: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #6863bc;
  height: 100%;
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
}
.mobile-menu__body {
  padding: 20px;
}
.mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.mobile-menu__header .header__logo {
  max-width: 130px;
}
.mobile-menu__close {
  padding: 0;
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
}
.mobile-menu__close svg {
  width: 100%;
  height: 100%;
}
.mobile-menu .header__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  gap: 10px;
}
.mobile-menu .header__filial {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
.mobile-menu .header__phone {
  text-align: center;
  display: block;
}
.mobile-menu .header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  font-size: 14px;
}
.mobile-menu .hero__button {
  background: #fff;
  color: #6863bc;
  margin-bottom: 20px;
}

.mobile-menu.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.hero {
  height: 460px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../images/camp-page/hero-section/bg.webp") center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/camp-page/hero-section/bg.webp") center/cover no-repeat;
}
.hero .container {
  height: 100%;
}
.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  height: 100%;
}
.hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
}
.hero__button-first {
  text-decoration: underline;
  font-size: 17px;
}
.hero__button-second {
  font-size: 10px;
}
.hero__title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
}
.hero__phone {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  display: block;
}

@media (max-width: 1279px) {
  .hero {
    height: 420px;
  }
  .hero__title {
    font-size: 30px;
    line-height: 40px;
    max-width: 600px;
  }
}
.camp-info {
  padding: 20px 0 120px 0;
  position: relative;
}
.camp-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  list-style-type: disc;
  padding-left: 20px;
}
.camp-info__list-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
.camp-info__list-text .old {
  text-decoration: line-through;
}
.camp-info__list-text .new {
  font-weight: 700;
}

.all {
  padding: 20px 0 120px 0;
  position: relative;
}
.all__title {
  margin-bottom: 40px;
}
.all__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.all__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  border-radius: 5px;
  padding: 25px;
  border: 1px solid #6863bc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.all__card-title {
  color: #6863bc;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 50px;
  font-size: 22px;
}
.all__card-title span {
  font-size: 10px;
}
.all__card-title_arrow {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
}
.all__card a.all__card-title {
  text-decoration: underline;
}
.all__card-text {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  margin-top: auto;
}
.all__card_1 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255))), url("../images/camp-page/eat.jpg") center/cover no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgb(255, 255, 255)), url("../images/camp-page/eat.jpg") center/cover no-repeat;
}
.all__card_2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255))), url("../images/camp-page/home.jpeg") center/cover no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgb(255, 255, 255)), url("../images/camp-page/home.jpeg") center/cover no-repeat;
}
.all__card_3 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255))), url("../images/camp-page/english.jpeg") center/cover no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgb(255, 255, 255)), url("../images/camp-page/english.jpeg") center/cover no-repeat;
}
.all__card_4 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255))), url("../images/camp-page/happy.jpeg") center/cover no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgb(255, 255, 255)), url("../images/camp-page/happy.jpeg") center/cover no-repeat;
}
.all__card_5 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255))), url("../images/camp-page/safe.jpeg") center/cover no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgb(255, 255, 255)), url("../images/camp-page/safe.jpeg") center/cover no-repeat;
}
.all__card_6 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255))), url("../images/camp-page/vk.jpeg") center/cover no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgb(255, 255, 255)), url("../images/camp-page/vk.jpeg") center/cover no-repeat;
}
.all__phone {
  text-align: center;
  color: #6863bc;
  font-size: 20px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
  margin: 5px auto 0;
}
.all__button-first {
  text-decoration: underline;
  font-size: 17px;
}
.all__button-second {
  font-size: 10px;
}

@media (max-width: 1022px) {
  .all__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 606px) {
  .all__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 375px) {
  .all__button-first {
    font-size: 13px;
  }
}
.reviews {
  position: relative;
  padding: 20px 0 120px 0;
}
.reviews__wrapper {
  position: relative;
}
.reviews__wrapper .reviews-swiper {
  margin-bottom: 15px;
}
.reviews__title {
  margin-bottom: 20px;
}
.reviews__bullet {
  width: 19px;
  height: 22px;
  border: 1px solid #6863bc;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reviews__bullet_active {
  background: #6863bc;
}
.reviews__slide-img {
  height: 355px;
  margin-bottom: 10px;
}
.reviews__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__slide-name {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0 5px;
}
.reviews__slide-text {
  font-size: 18px;
  padding: 0 5px;
}
.reviews #reviews__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  z-index: 3;
  margin-bottom: 40px;
}

.gallery {
  padding: 20px 0 120px 0;
  position: relative;
}
.gallery__title {
  margin-bottom: 20px;
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.gallery__bullet {
  width: 19px;
  height: 22px;
  border: 1px solid #6863bc;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gallery__bullet_active {
  background: #6863bc;
}
.gallery__card {
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery__card img, .gallery__card video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery #gallery__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  z-index: 3;
  margin-top: 30px;
}

@media (max-width: 1022px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 606px) {
  .gallery {
    padding: 20px 0 60px 0;
  }
  .gallery__grid {
    grid-template-columns: 1fr;
  }
  .gallery__card {
    height: 300px;
  }
}
.advantages {
  padding: 20px 0 120px 0;
  position: relative;
}
.advantages__title {
  margin-bottom: 20px;
}
.advantages__subtitle {
  margin-bottom: 20px;
  text-align: center;
}
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.advantages__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advantages__card-number {
  position: relative;
  color: #6863bc;
  font-weight: 400;
  font-size: 30px;
  padding-bottom: 5px;
  margin-bottom: 3px;
}
.advantages__card-number::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 42px;
  height: 3px;
  background-color: #6863bc;
}
.advantages__card-text {
  font-size: 17px;
  font-weight: 700;
}
.advantages__description {
  text-align: center;
}

@media (max-width: 1200px) {
  .advantages__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 798px) {
  .advantages__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 606px) {
  .advantages {
    padding: 20px 0 60px 0;
  }
  .advantages__grid {
    grid-template-columns: 1fr;
  }
  .advantages__card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantages__card-number::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .advantages__card-text {
    text-align: center;
  }
}
*:active, *:focus, *:focus-within, *:target, *:hover, *:visited, *:focus-visible {
  outline: none !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "EF Circular Latin", sans-serif;
  font-weight: 400;
  position: relative;
  color: #000;
  min-width: 303px;
  font-size: 18px;
  background: #fff;
}

ol, ul {
  list-style: none;
}

label, button {
  cursor: pointer;
}

b {
  font-weight: 700;
}

q::before {
  content: open-quote;
}

q::after {
  content: close-quote;
}

q {
  quotes: "«" "»";
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

main {
  height: 100%;
}

.contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contacts__social-link:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.contacts__social-link--whatsapp {
  background-color: #25D366;
}
.contacts__social-link--vk {
  background-color: #2787F5;
}
.contacts__social-link--telegram {
  background-color: #37AEE2;
}
.contacts__social-link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contacts__social-link--whatsapp::before {
  background-image: url("/images/icons/whatsapp.svg");
}
.contacts__social-link--vk::before {
  background-image: url("/images/icons/vk.svg");
}
.contacts__social-link--telegram::before {
  background-image: url("/images/icons/telegram.svg");
}/*# sourceMappingURL=camp.css.map */