@charset "UTF-8";
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro-ExpandedBold.woff2") format("woff2"), url("../fonts/BebasNeuePro-ExpandedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro-Regular.woff2") format("woff2"), url("../fonts/BebasNeuePro-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro-SemiExpBold.woff2") format("woff2"), url("../fonts/BebasNeuePro-SemiExpBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro-ExpandedRegular.woff2") format("woff2"), url("../fonts/BebasNeuePro-ExpandedRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro-ExpandedBook.woff2") format("woff2"), url("../fonts/BebasNeuePro-ExpandedBook.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EurostileConReg";
  src: url("../fonts/EurostileCon-Reg.woff2") format("woff2"), url("../fonts/EurostileCon-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

:where(ul, ol):where([class]) {
  padding-left: 0;
  padding-right: 0;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

:where(ul[class]) {
  list-style: none;
}

p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}

p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

img {
  display: block;
  max-width: 100%;
}

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  line-height: 1.5;
}

svg * {
  transition-property: fill, stroke;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --color-dark: #000000;
  --color-dark-alt: rgba(41, 42, 50, 0.10);
  --color-light: #FFFFFF;
  --color-accent: #37AB91;
  --color-green-light: #CDEE8F;
  --color-gray: #4A4A4A;
  --color-gray-light: #E5E5E5;
  --border: 1px solid var(--color-gray-light);
  --border-radius: 20px;
  --border-radius-small: 15px;
  --border-radius-large: 45px;
  --shadow: 0px 31px 50px -18px rgba(0, 0, 0, 0.05);
  --font-family-base: "Open Sans Condensed", sans-serif;
  --container-width: 1230px;
  --container-padding-x: 15px;
  --section-padding-y: 35px;
  --input-height: 58px;
  --button-height: 50px;
  --transition-duration: 0.2s;
}
@media (max-width: 1280px) {
  :root {
    --section-padding-y: 35px;
  }
}
@media (max-width: 767px) {
  :root {
    --section-padding-y: 20px;
  }
}

.container {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}
.container--fluid {
  max-width: 100vw;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-mobile {
    display: none !important;
  }
}

body {
  font-size: 16px;
  font-family: "Bebas Neue Pro", sans-serif;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: -2%;
  color: var(--color-dark);
  background-color: var(--color-light);
}
body.kz {
  font-family: "EurostileConReg", sans-serif;
}

a,
button,
input,
textarea,
svg * {
  font-family: "Bebas Neue Pro", sans-serif;
  transition-duration: var(--transition-duration);
}

input[type=number] {
  /* Chrome, Safari, Edge, Opera */
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  /* Firefox */
  -moz-appearance: textfield;
}

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

h1, h2, h3, h4 {
  font-weight: 700;
}

h1, .h1 {
  font-size: clamp(30px, 2.6388888889vw, 38px);
  font-weight: 800;
  line-height: 1.15;
}

.en h1, .en .h1 {
  font-size: clamp(35px, 3.3333333333vw, 48px);
}

h2, .h2 {
  font-size: clamp(30px, 2.6388888889vw, 38px);
  font-weight: 800;
  line-height: 1.15;
}

.kz .h1 {
  font-weight: bold;
}
.kz h2, .kz .h2 {
  font-size: clamp(20px, 2.0833333333vw, 30px);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: clamp(22px, 1.6666666667vw, 24px);
}

h5, .h5 {
  font-size: 20px;
}

ul {
  padding: 0;
  margin: 0;
}

/* Card */
.card {
  position: relative;
  background: #ffffff;
  box-shadow: 1.576px 1.231px 12.96px 5.04px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 30px;
  box-sizing: border-box;
  transition: 0.3s ease;
  max-width: 530px;
  width: 100%;
  margin-top: 20px;
}
.card:first-child {
  background: rgb(249.9, 249.9, 249.9);
  height: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 10px;
  padding: 0;
}
.card {
  /* Inputs */
}
.card .input-container {
  position: relative;
  margin-bottom: 20px;
}
.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 60px;
  border: 0;
  color: #212121;
  font-size: 22px;
  font-weight: 700;
}
.card .input-container input:focus ~ label {
  color: #adadad;
  transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
  width: 50%;
}
.card .input-container input:valid ~ label {
  color: #9d9d9d;
  transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 24px;
  line-height: 60px;
  font-weight: 300;
}
.card .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}
.card .input-container .bar:before, .card .input-container .bar:after {
  content: "";
  position: absolute;
  background: #ffce00;
  width: 0;
  height: 2px;
  transition: 0.2s ease;
}
.card .input-container .bar:before {
  left: 50%;
}
.card .input-container .bar:after {
  right: 50%;
}
.card {
  /* Button */
}
.card .button-container {
  text-align: center;
  padding-top: 20px;
}
.card .form-message {
  display: none;
  font-size: 20px;
  margin: 10px auto 0;
  text-align: center;
  color: #31d851;
}

.button {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: #000000;
  width: 100%;
  color: #fff;
  font-weight: 300;
  padding: 15px 0;
  font-size: 24px;
  border: none;
  border-radius: 10px;
  line-height: 1;
  overflow: hidden;
  transition: 0.3s ease;
}
.button span {
  position: relative;
  z-index: 1;
  color: #fff;
  transition: 0.3s ease;
}
.button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #ffce00;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  transition: 0.3s ease;
}
.button:hover span, .button:active span, .button:focus span {
  color: #ffce00;
}
.button:hover span, .button:active span, .button:focus span {
  color: #ffffff;
}
.button:hover:before, .button:active:before, .button:focus:before {
  opacity: 1;
  transform: scale(10);
}

.pop-up {
  position: fixed;
  top: 50%;
  right: 50%;
  translate: 50% -50%;
  background: var(--color-light);
  padding: 40px 55px;
  border: var(--border);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.0588235294);
  border-radius: var(--border-radius);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-duration);
  max-width: 780px;
  width: 100%;
}
@media (max-width: 1023px) {
  .pop-up {
    width: calc(100% - 30px);
  }
}
@media (max-width: 480px) {
  .pop-up {
    padding: 40px 15px;
    max-height: 100vh;
    overflow: auto;
  }
}
.pop-up.open {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
.pop-up.open ~ .pop-up__bg {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.pop-up__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.pop-up__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-duration);
  cursor: pointer;
}
.pop-up__icon {
  width: 64px;
  height: 64px;
  background: var(--color-accent);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.pop-up__body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  text-align: center;
}
.pop-up__body-title {
  font-size: clamp(24px, 1.9444444444vw, 28px);
  font-weight: bold;
}
@media (max-width: 480px) {
  .pop-up__body-text {
    font-size: 14px;
  }
}
.pop-up__body-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .pop-up__body-list {
    flex-direction: column;
    gap: 12px;
  }
}
.pop-up__body-item {
  font-size: clamp(20px, 2.0833333333vw, 30px);
  line-height: 1.15;
  flex: 1;
  font-weight: 300;
  width: 100%;
  background-color: #FFD503;
  border-radius: 15px;
  padding: 0;
  color: #000;
}
.pop-up__body-item:before {
  background: #000;
}
.pop-up__body-item:hover svg path {
  stroke: #fff;
}
.pop-up__body-item span {
  color: #000;
}
.pop-up__body-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}
.pop-up__body-item svg {
  margin-right: 10px;
}

.burger-button {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 40px;
  aspect-ratio: 1;
  position: relative;
  border-radius: var(--border-radius-small);
}
@media (hover: hover) {
  .burger-button:hover {
    background-color: var(--color-light);
  }
}
@media (hover: none) {
  .burger-button:active {
    background-color: var(--color-light);
  }
}
.burger-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  width: 70%;
  height: 1px;
  background-color: var(--color-dark);
  border-radius: 5px;
  box-shadow: 0 -10px, 0 10px;
}

header.active .burger-button::before, header.active .burger-button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70%;
  height: 1px;
  background-color: var(--color-dark);
  border-radius: 5px;
  box-shadow: none;
}
header.active .burger-button::before {
  rotate: 45deg;
  right: 5px;
}
header.active .burger-button::after {
  rotate: -45deg;
}

.header {
  padding: 30px 15px 0;
}
@media (max-width: 1023px) {
  .header {
    padding-top: 10px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__logo {
    max-width: 30vw;
  }
}
@media (max-width: 767px) {
  .header__logo {
    max-width: 150px;
  }
}
.header__logo .logo__image {
  height: auto;
}
.header.active {
  background: var(--color-light);
}
.header.active .header__inner {
  border: transparent;
}
.header.active .header__menu {
  display: flex !important;
  position: absolute;
  width: 100vw;
  flex-direction: column;
  gap: 20px;
  min-height: 100vh;
  left: 0;
  z-index: 99;
  background: var(--color-light);
}
@media (max-width: 1023px) {
  .header.active .header__menu {
    top: 100px;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .header.active .header__menu {
    top: 60px;
  }
}
.header__menu-list {
  display: flex;
  align-items: center;
  column-gap: 50px;
  padding: 0;
}
@media (max-width: 767px) {
  .header__menu-list {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.header__menu .menu-item {
  padding: 11px 0;
}
.header__menu .menu-item a {
  position: relative;
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  font-size: 22px;
  width: 100%;
}
.header__menu .menu-item a.active::before {
  width: 100%;
}
@media (hover: hover) {
  .header__menu .menu-item a:hover::before {
    width: 100%;
  }
}
@media (hover: none) {
  .header__menu .menu-item a:active::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__menu .menu-item a {
    padding: 0 15px;
  }
}
.header__menu .menu-item a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
  width: 0;
  height: 4px;
  background-color: #FFD503;
  transition-duration: inherit;
}

.hero--section {
  padding-bottom: var(--section-padding-y);
}
.hero__main {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .hero__main {
    flex-direction: column;
    row-gap: 25px;
  }
}
.hero__body {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  max-width: 520px;
  width: 100%;
  row-gap: 15px;
  padding-top: 24px;
}
.hero__body.hero__center {
  text-align: left;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  max-width: 480px;
}
@media (max-width: 767px) {
  .hero__body {
    text-align: center;
    align-items: center;
    max-width: 100%;
    padding-top: 0;
  }
}
.hero__title {
  max-width: 420px;
  letter-spacing: -3%;
}
.hero__title.h1 {
  letter-spacing: -4%;
}
.hero__title-center {
  text-align: center;
}
.hero__image {
  max-width: 615px;
  max-height: 615px;
}
.hero__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .hero__image video {
    max-height: 300px;
  }
}
.hero__image-img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero__image-img {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .hero__image {
    margin-top: 20px;
    order: -1;
    width: 100%;
  }
}
.hero__icon {
  position: absolute;
  right: -44px;
  bottom: -24px;
  max-width: 87px;
  max-height: 87px;
}
@media (max-width: 1023px) {
  .hero__icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
  }
  .hero__icon img {
    width: 50px;
    height: 50px;
  }
}
.hero__description {
  font-size: 22px;
  line-height: 1.15;
  max-width: 460px;
  letter-spacing: -4%;
}
.hero__description b:not(:first-child) {
  display: block;
  margin-top: 24px;
}
.hero__description-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.hero__description-link img {
  display: block;
  object-fit: contain;
}
.hero__description-time {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hero__button {
    margin-inline: auto;
  }
}
.hero__slider {
  max-width: 615px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero__slider {
    max-width: 100%;
  }
  .hero__slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.hero__list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  padding: 0;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -4%;
}
.hero__list li {
  display: flex;
}
.hero__list li::before {
  content: "• ";
  color: #ffd503;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .hero__list {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .hero__list {
    row-gap: 24px;
  }
}

.kz .hero__title {
  font-family: "Montserrat", sans-serif;
  max-width: none;
  font-size: 30px;
}
.section {
  padding-block: var(--section-padding-y);
}
.section#contact .hero__image-img {
  max-height: 100%;
}
.section--hidden-x {
  overflow-x: hidden;
}
.section__title {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: center;
}
.section__description {
  font-size: 22px;
  text-align: center;
}

.clients {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .clients {
    padding: 30px 15px 0;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.clients__logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  row-gap: 35px;
  text-align: center;
  font-size: 22px;
}
.clients__logo img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .clients__logo {
    flex: auto;
    flex-shrink: 0;
    gap: 10px;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .clients__logo {
    max-width: 100px;
    font-size: 18px;
  }
  .clients__logo img {
    width: auto;
    height: 50px;
    object-fit: contain;
  }
}

.info {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media (max-width: 767px) {
  .info {
    gap: 30px;
  }
}
.info__item {
  display: flex;
  gap: 75px;
}
@media (max-width: 767px) {
  .info__item {
    flex-direction: column;
    gap: 30px;
  }
}
.info__item-title {
  font-size: clamp(30px, 2.6388888889vw, 38px);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
  max-width: 350px;
  height: 74px;
  font-weight: 500;
  width: 100%;
  background-color: #FFD503;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .info__item-title {
    margin-inline: auto;
  }
}
.info__item-text {
  font-size: 21px;
  max-width: 700px;
  letter-spacing: -4%;
}
@media (max-width: 767px) {
  .info__item-text {
    text-align: center;
  }
}

.kz .info__item-title {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -6%;
}

.custom-select {
  position: relative;
  min-width: 65px;
}
.custom-select__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFD503;
  border-radius: 10px;
  padding: 2px 10px;
  cursor: pointer;
}
.custom-select__header:focus, .custom-select__header:hover {
  outline: none;
}
.custom-select__arrow {
  display: flex;
  align-items: center;
}
.custom-select__list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background: var(--color-light);
  border-radius: 10px;
  border: var(--border);
  margin-top: 5px;
  z-index: 100;
  overflow: hidden;
}
.custom-select.open .custom-select__list {
  display: block;
}
.custom-select.open .custom-select__arrow {
  rotate: 180deg;
}
.custom-select__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.custom-select__item:not(:last-child) {
  border-bottom: var(--border);
}
.custom-select__item:hover {
  background: #FFD503;
}
.custom-select__item.active {
  background: #FFD503;
  color: var(--color-light);
}

.soc1als__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.soc1als__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (hover: hover) {
  .soc1als__link:hover {
    color: #fed331;
  }
}
@media (hover: none) {
  .soc1als__link:active {
    color: #fed331;
  }
}
.soc1als__link img {
  filter: brightness(0) invert(1);
  height: 35px;
  width: 35px;
}

.footer {
  margin-top: 30px;
  border-top: 12px solid #fed331;
  background-color: var(--color-dark);
  color: var(--color-light);
  font-size: 20px;
  font-weight: 300;
}
.footer__logo img {
  object-fit: contain;
}
.footer__main {
  display: flex;
  justify-content: space-between;
  gap: 75px;
}
@media (max-width: 1023px) {
  .footer__main {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
}
.footer__menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer__menu {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .footer__menu {
    justify-content: space-between;
  }
}
.footer__menu-column {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 5px;
}
@media (hover: hover) {
  .footer__menu-list a:hover {
    color: #fed331;
  }
}
@media (hover: none) {
  .footer__menu-list a:active {
    color: #fed331;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 15px;
  max-width: 350px;
}
.footer__contacts-body {
  font-style: normal;
}

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