* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 0;
  font-weight: normal;
  border: 0;
  background: none;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: "TTWellingtonsMedium";
  src: url("../fonts/TT_Wellingtons_Medium.woff2") format("woff2"), url("../fonts/TT_Wellingtons_Medium.woff") format("woff"), url("../fonts/TT-Wellingtons-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTWellingtonsBold";
  src: url("../fonts/TT_Wellingtons_Bold.woff2") format("woff2"), url("../fonts/TT_Wellingtons_Bold.woff") format("woff"), url("../fonts/TT-Wellingtons-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "TTWellingtonsMedium", sans-serif;
  color: #535454;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  background: url("../images/logo-bg.svg") no-repeat center #e6e6e6;
  background-attachment: fixed;
  background-size: 60vh;
}

body.body-main {
  background: #ffffff;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body::-webkit-scrollbar, .table-container::-webkit-scrollbar {
  width: 6px;
  background-color: #e6e6e6;
}

body::-webkit-scrollbar-thumb, .table-container::-webkit-scrollbar-thumb {
  background-color: #969696;
}

.table-container::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.header-hamburger__icon span, .header-hamburger, .swiper-button-prev, .swiper-button-next, .menu__item a svg, .typical-link, .header-logo, p a, .global-form__text, .global-form__submit, .popup-button, .form-field__button, .grid-list__column--svg, .grid-column a.download-button, .js-accept-cookie {
  transition: all 0.5s ease;
}

b, strong, .bold, h2, h3 {
  font-family: "TTWellingtonsBold";
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  width: 100%;
}

.wrapper {
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
}

.xxs-text {
  font-size: 14px;
  line-height: 23px;
}

.xs-text, table tr, table td, .grid-column p, .grid-column ul li, .grid-column ol li, label {
  font-size: 16px;
  line-height: 26px;
}

.sm-text, h2 {
  font-size: 20px;
  line-height: 33px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}

.l-text {
  font-size: 36px;
  line-height: 49px;
}

.xl-text {
  font-size: 48px;
  line-height: 65px;
}

.accent {
  color: #0ca5c4;
}

.dark {
  color: #535454;
}

.white {
  color: #ffffff;
}

.gray-1 {
  color: #e6e6e6;
}

.gray-2 {
  color: #969696;
}

h1 span {
  display: none;
}

header {
  height: 144px;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
}

.header-border {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}

.footer-items {
  display: flex;
  gap: 8px 16px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-items + .footer-items {
  margin-top: 12px;
}

main {
  margin-top: 144px;
  min-width: 0;
}

.adaptive-menu {
  display: none;
}

.header-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.header-hamburger {
  display: none;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.header-hamburger {
  cursor: pointer;
}

.header-hamburger:hover {
  color: #0ca5c4;
}

.header-hamburger__icon {
  width: 24px;
  height: 12px;
  cursor: pointer;
  position: relative;
  margin-top: 4px;
}

.header-hamburger:hover .header-hamburger__icon span {
  background-color: #0ca5c4;
}

.header-hamburger__icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #535454;
  left: 0;
  transform: rotate(0deg);
}

.header-hamburger__icon span {
  background-color: #535454;
}

.header-hamburger__icon span:nth-child(1) {
  top: 0px;
}

.header-hamburger__icon span:nth-child(2) {
  top: 8px;
}

.header-hamburger__icon.open span:nth-child(1) {
  top: 2px;
  width: 24px;
  transform: rotate(-45deg);
}

.header-hamburger__icon.open span:nth-child(2) {
  top: 2px;
  width: 24px;
  transform: rotate(45deg);
}

.header-logo svg {
  height: 64px;
  width: auto;
}

.header-logo:hover {
  opacity: 0.8;
}

.typical-link:hover, .typical-link__active {
  color: #0ca5c4;
}

.menu {
  position: fixed;
  width: 100%;
  height: 100%;
  margin-top: 97px;
  z-index: 2;
  display: none;
}

.menu__wrapper {
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}

.menu__container {
  padding: 48px;
  width: 50%;
  height: 100%;
  border-left: 1px solid #e6e6e6;
  background-color: #ffffff;
}

.header-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.menu__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  justify-content: flex-start;
}

.menu__submenu {
  margin-top: 8px;
  display: none;
}

.menu__item--active .menu__submenu {
  display: block;
}

.menu__item--active a svg {
  transform: rotate(180deg);
}

.menu__submenu li + li {
  margin-top: 8px;
}

.menu__item--hidden {
  display: none;
}

footer {
  padding: 24px 0;
}

.body-main h1, .center {
  text-align: center;
}

.section-header {
  padding: 48px 0 32px 0;
  background-color: #ffffff;
}

.body-main main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.body-main .section-header {
  padding: 32px 0;
}

.section-video {
  width: 100%;
  aspect-ratio: 16/9;
}

.section-video video {
  width: 100%;
}

.section-regular {
  padding: 128px 0;
}

.grid {
  display: grid;
  gap: 32px;
}

.grid-6-6 {
  grid-template-columns: 5fr 1fr 6fr;
}

.grid-6-6 .grid-column:nth-of-type(2) {
  grid-column-start: 3;
}

.grid-column img, .swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper {
  width: 100%;
}

.section-regular + .section-regular {
  padding-top: 0;
}

.grid-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.grid-column a {
  color: #969696;
}

.grid-column a:hover {
  color: #0ca5c4;
}

.grid-column ul li {
  margin-left: 24px;
}

.grid-column ul, .grid-column ol {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.grid-column ul li {
  list-style: disc;
}

.grid-column ul li::marker {
  color: #0ca5c4;
}

.grid-column ol {
  counter-reset: item;
  list-style-type: none;
}

.grid-column ol li {
  display: flex;
  margin-left: 8px;
}

.grid-column ol li:before {
  content: counter(item) "  ";
  counter-increment: item;
  font-family: "TTWellingtonsBold";
  margin-right: 8px;
  min-width: 24px;
}

.grid-4-4-4 {
  grid-template-columns: 4fr 4fr 4fr;
}

.grid-column {
  min-width: 100%;
}

.swiper {
  max-width: 100%;
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  width: 32px;
  height: 32px;
}

.swiper-button-prev {
  left: 16px;
}

.swiper-button-next {
  right: 16px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.8;
}

.swiper-pagination {
  bottom: 16px;
  display: none;
}

.swiper-pagination-bullet {
  background: #969696;
  opacity: 1;
  width: 5px;
  height: 5px;
}

.swiper-pagination-bullet-active {
  background: #0ca5c4;
}

.grid-column a, .grid-list__column a {
  position: relative;
  overflow: hidden;
}

.grid-column a img, .grid-list__column a img {
  transition: transform 0.5s ease;
}

.grid-column a:hover img, .grid-list__column a:hover img {
  transform: scale(1.02);
}

.grid-4-8 {
  grid-template-columns: 4fr 1fr 7fr;
}

.grid-4-8 .grid-column:nth-of-type(2) {
  grid-column-start: 3;
}

table tr, table td {
  vertical-align: top;
  padding: 8px;
  border-bottom: 1px solid #c8c8c8;
}

.table-container {
  overflow-x: auto;
  display: flex;
  padding-bottom: 4px;
}

table {
  min-width: 100%;
  border-collapse: collapse;
}

.grid + .grid {
  margin-top: 32px;
}

.content-row {
  flex-grow: 1;
  align-items: flex-end;
  gap: 16px;
  display: flex;
}

.content-row__line {
  flex: 1;
  border-bottom: 1px dashed #969696;
  min-width: 24px;
}

.grid-8-4 {
  grid-template-columns: 7fr 1fr 4fr;
}

.grid-8-4__alt {
  grid-template-columns: 8fr 4fr;
}

.grid-8-4 .grid-column:nth-of-type(2) {
  grid-column-start: 3;
}

.section-limited .container .grid {
  max-width: 1156px;
}

.section-header__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.section-header__middle {
  max-width: 1156px;
}

.section-header__tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 32px;
  position: relative;
}

.section-header__show {
  display: none;
}

.section-header__tabs--background {
  display: none;
  position: absolute;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  top: 60%;
  border-bottom: 1px solid #e6e6e6;
}

.grid-6-6-equal {
  grid-template-columns: 1fr 1fr;
}

.map {
  padding-top: 16px;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map p {
  position: absolute;
}

[class*=ymaps-2][class*=-ground-pane] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

.grid-column a + p, .grid-list__column a + p {
  margin-top: 8px;
}

.grid-list-big {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-list-small {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-list__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.grid-list__column img {
  width: 100%;
  height: auto;
}

.reverse-order {
  grid-auto-flow: dense;
}

.global-form__hidden {
  display: none;
}

.global-form__error {
  color: #ff6464;
  display: none;
}

.global-form__success {
  color: #0ca5c4;
  display: none;
}

.global-form {
  display: flex;
  gap: 32px;
  flex-direction: column;
}

.global-form__grid {
  display: flex;
  gap: 32px;
  flex-direction: column;
}

.global-form__container {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.global-form__container--grid {
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  display: grid;
}

.global-form__input {
  display: grid;
  flex-direction: column;
  gap: 4px;
}

.global-form__text {
  background-color: #ffffff;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  line-height: 48px;
  font-size: 16px;
  font-family: "TTWellingtonsMedium";
  color: #535454;
  border: 1px solid transparent;
}

.global-form__text:focus {
  border: 1px solid #969696;
}

.global-form__text.global-form__text--error {
  border: 1px solid #ff6464;
  color: #ff6464;
}

.global-form__text--error {
  border: 1px solid #ff6464;
}

.grid-column p.global-form__text--alert {
  color: #ff6464;
  font-size: 14px;
  line-height: 23px;
}

.global-form__checkbox--container {
  display: flex;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.global-form__checkbox--wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.global-form__checkbox--wrapper input {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  background-color: #ffffff;
}

.global-form__checkbox--wrapper label {
  cursor: pointer;
}

:checked {
  background-image: url("../images/checkbox.svg");
}

.global-form__submit {
  width: 192px;
  height: 48px;
  background-color: #0ca5c4;
  color: #ffffff;
  font-family: "TTWellingtonsMedium";
  cursor: pointer;
}

.global-form__submit:hover {
  opacity: 0.8;
}

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100;
  display: none;
}

.loader-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid #0ca5c4;
  animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
  height: 24px;
}

.typical-button {
  background-color: #0ca5c4;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.typical-button:hover {
  color: #ffffff;
  opacity: 0.8;
}

.header-menu__submenu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 12px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  max-width: 320px;
}

.header-menu__submenu li + li {
  margin-top: 4px;
}

.header-menu__item:hover .header-menu__submenu {
  display: block;
}

.header-menu__item a {
  padding-bottom: 4px;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  display: none;
}

.popup-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup-button {
  text-align: right;
  display: inline-block;
}

.popup-button:hover {
  opacity: 0.8;
}

.popup-form {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 528px;
  padding: 32px 32px 48px 32px;
  gap: 16px;
}

.form-field .xxs-text a:hover {
  color: #0ca5c4;
}

.form-wrapper {
  display: flex;
  gap: 12px;
  flex-direction: column;
  padding-top: 16px;
}

.form-field__text {
  font-family: "TTWellingtonsMedium", sans-serif;
  line-height: 48px;
  height: 48px;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 0 16px;
}

::-moz-placeholder {
  color: #969696;
}

::placeholder {
  color: #969696;
}

.form-field__button {
  font-family: "TTWellingtonsMedium", sans-serif;
  line-height: 48px;
  height: 48px;
  width: 100%;
  cursor: pointer;
  background-color: #0ca5c4;
  margin-top: 16px;
}

.form-field__button:hover {
  opacity: 0.8;
}

.red {
  color: #ff6464;
}

.form-error, .form-success {
  display: none;
}

.form-field label.error {
  font-size: 14px;
  line-height: 23px;
  color: #ff6464;
  margin-top: 4px;
  display: block;
}

.form-field .form-field__text.error, .form-field .form-field__area.error {
  border-color: #ff6464;
}

.grid-list__column--svg svg {
  width: 100%;
  height: auto;
}

.grid-list__column--svg:hover {
  opacity: 0.8;
}

.section-header__breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.section-header__breadcrumbs svg {
  transform: rotate(-90deg);
}

.grid__params {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.grid__params--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid-column .content-row:nth-child(even) {
  padding: 4px 8px;
}

.grid-column .content-row:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.5);
}

.grid-column a.download-button {
  height: 40px;
  padding: 0 16px;
  background-color: #969696;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

.grid-column a.download-button:hover {
  background-color: #0ca5c4;
}

.grid-list-questions {
  width: 100%;
  max-width: 728px;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}

.grid-list-questions a {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 4px 12px;
}

.js-accept-cookie {
  line-height: 40px;
  height: 40px;
  width: 100%;
  background-color: #0ca5c4;
  padding: 0 24px;
  width: -moz-fit-content;
  width: fit-content;
}

.s-cookie {
  width: 100%;
  position: fixed;
  z-index: 5;
  bottom: 0;
  background-color: #e6e6e6;
  display: none;
}

.s-cookie-wrapper {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.js-accept-cookie:hover {
  opacity: 0.8;
}

.s-cookie-placeholder {
  height: 72px;
}

.s-cookie--hidden {
  position: relative;
}

.s-cookie--hidden .s-cookie-wrapper {
  visibility: hidden;
  background-color: transparent;
}

.grid-column {
  text-align: justify;
}

@keyframes spinner-bulqg1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
@media screen and (max-width: 1280px) {
  .header-logo svg {
    height: 56px;
  }
  .menu__container {
    padding: 32px;
  }
  .grid-list-small {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .header-hamburger {
    display: flex;
  }
  .header-menu {
    display: none;
  }
  header {
    height: 88px;
  }
  main {
    margin-top: 88px;
  }
  .menu {
    margin-top: 89px;
  }
  .xl-text {
    font-size: 36px;
    line-height: 49px;
  }
  .section-header {
    padding: 32px 0 24px 0;
  }
  .body-main .section-header {
    padding: 24px 0;
  }
  .l-text {
    font-size: 24px;
    line-height: 37px;
  }
  .section-regular {
    padding: 96px 0;
  }
  .grid-4-4-4 {
    grid-template-columns: 1fr 1fr;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .swiper-pagination.banner-swiper-pagination {
    display: block;
  }
  .grid-4-8 {
    grid-template-columns: 5fr 7fr;
    gap: 24px;
  }
  .grid-4-8 .grid-column:nth-of-type(2) {
    grid-column-start: 2;
  }
  .grid-8-4 {
    grid-template-columns: 7fr 5fr;
    gap: 24px;
  }
  .grid-8-4 .grid-column:nth-of-type(2) {
    grid-column-start: 2;
  }
  .grid-list-big, .grid-list-small {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .header-info {
    display: none;
  }
  .menu__item--hidden {
    display: block;
  }
  .section-video {
    height: 100%;
    position: relative;
    aspect-ratio: unset;
  }
  .section-video video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .menu__container {
    width: 100%;
    border: none;
    padding: 24px 16px;
    gap: 12px;
  }
  .footer-items {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .xl-text {
    font-size: 24px;
    line-height: 37px;
  }
  .l-text {
    font-size: 20px;
    line-height: 33px;
  }
  .grid-6-6, .grid-4-8, .grid-4-4-4, .grid-8-4, .grid-6-6-equal, .grid-8-4__alt {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .grid-6-6 .grid-column:nth-of-type(2), .grid-4-8 .grid-column:nth-of-type(2), .grid-8-4 .grid-column:nth-of-type(2) {
    grid-column-start: 1;
  }
  .section-regular {
    padding: 64px 0;
  }
  .sm-text, h2, h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .xs-text, table tr, table td, .grid-column p, .grid-column ul li, .grid-column ol li, .content-row p, label {
    font-size: 14px;
    line-height: 23px;
  }
  .grid-column {
    gap: 12px;
  }
  .map {
    padding-top: 0;
  }
  .grid-list__column img {
    margin-bottom: 4px;
  }
  .section-header__tabs {
    max-height: 144px;
    overflow: hidden;
  }
  .section-header__tabs--background, .section-header__show {
    display: block;
  }
  .global-form__text {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .global-form__container--grid {
    gap: 16px;
  }
  .popup-form {
    padding: 24px 24px 32px 24px;
    gap: 12px;
  }
}
@media screen and (max-width: 640px) {
  .grid-list-big, .grid-list-small, .global-form__container--grid {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */