@charset "UTF-8";
:root {
  /* base */
  --font-family: "SegoeUI", sans-serif;
  --content-width: 1330px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  /* colors */
  --light-color: #ffffff;
  --color-title: #00394F;
  --color-text: #1f2937;
  --color-text-light: #6b7280;
  --color-gray: #eff2fa;
  --color-accent: #fbb52c;
  --color-dark: #3472da;
  --shadow:
  0 10px 30px rgba(20, 40, 80, 0.08),
  0 2px 8px rgba(20, 40, 80, 0.04);
  --radius: 20px;
  --trans: 0.2s ease-in;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/../fonts/SegoeUI-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/../fonts/SegoeUI.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/../fonts/SegoeUI-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/../fonts/SegoeUI-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
  color: var(--color-text);
  background: #f2f2f2;
}
body:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(75deg, rgba(15, 23, 42, 0.65), rgba(15, 23, 42, 0.35)), url("../img/main-bg.jpg") no-repeat center/cover;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  color: var(--color-text);
  text-decoration: none;
}
a:hover {
  color: var(--color-accent);
}

ul, li {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.svg-icon {
  width: 16px;
  height: 16px;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background-color: #fff;
  color: #fff; /* цвет текста кнопки */
  padding: 10px; /* отступы внутри кнопки */
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}
#scrollToTopBtn svg {
  width: 24px;
  height: 24px;
  fill: var(--color-dark);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

#scrollToTopBtn:hover svg {
  fill: var(--color-dark);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.section-title {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: var(--color-title);
  margin-bottom: 2rem;
}

.header {
  position: relative;
  margin-bottom: 1rem;
}
.header__container {
  padding: 0;
}
.header__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  font-size: 14px;
}
.header__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top-info .adress, .header__top-info .time {
  margin-right: 1rem;
}
.header__top-controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top-controls .version {
  margin-right: 1rem;
}
.header__top-controls .header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top-controls .header__lang li {
  display: inline-block;
  font-weight: 600;
}
.header__top-controls .header__lang li.active {
  color: var(--color-accent);
}
.header__top-controls .header__lang li:not(:last-child) {
  margin-right: 10px;
}
.header__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 0;
  color: #fff;
}
.header__info-logo {
  position: relative;
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.header__info-logo img {
  display: inline-block;
  width: 120px;
  height: auto;
  margin-right: 1rem;
}
.header__info-logo h1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.header__info-logo span.accent {
  color: var(--color-accent);
  font-size: 18px;
  text-transform: uppercase;
}
.header__info-logo:hover {
  color: #fff;
}
.header__info-contacts {
  position: relative;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__info-contacts .phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__info-contacts .phone__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  border-radius: 50%;
  background: #fff;
  margin-right: 12px;
}
.header__info-contacts .phone svg {
  width: 20px;
  height: 20px;
  fill: var(--color-dark);
}
.header__info-contacts .phone__text {
  position: relative;
}
.header__info-contacts .phone__text-up {
  font-size: 14px;
  opacity: 0.7;
}
.header__info-contacts .phone__text .tel {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

/* .nav {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 0 15px rgba(33, 33, 33, 0.2);
  box-shadow: 2px 0 15px rgba(33, 33, 33, 0.2);
}

.nav ul.nav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav ul.nav-list .menu-item {
  position: relative;
  display: inline-block;
}

.nav ul.nav-list .menu-item:not(:last-child) {
  margin-right: 10px;
}

.nav ul.nav-list .menu-item a {
  display: inline-block;
  padding: 1.5rem 1rem;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-title);
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.nav ul.nav-list .menu-item a:hover {

  opacity: 0.8;
}

.nav ul.nav-list .menu-item.has-child {
  position: relative;
}

.nav ul.nav-list .menu-item.has-child:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 9px;
  height: 5px;
  background: url(../../img/nav-arrow.png) center no-repeat;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.nav ul.nav-list .menu-item.has-child ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250%;
  height: auto;
  padding: 10px;
  background: #fff;
  border-top: 4px solid #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.2s;
  transition: opacity 0.25s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.25s;
  transition: transform 0.2s, opacity 0.25s, -webkit-transform 0.2s;
}

.nav ul.nav-list .menu-item.has-child ul.sub-menu li.menu-item {
  display: block;
}

.nav ul.nav-list .menu-item.has-child ul.sub-menu li.menu-item a {
  display: block;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  text-transform: none;
  font-weight: 300;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.nav ul.nav-list .menu-item.has-child ul.sub-menu li.menu-item a:not(:last-child) {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.nav ul.nav-list .menu-item.has-child ul.sub-menu li.menu-item a:hover {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  opacity: 1;
}

.nav ul.nav-list .menu-item.has-child:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

.nav ul.nav-list .menu-item.has-child:hover::before {
  -webkit-transform: translate(-50%, 5px);
  -ms-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
} */

@media (max-width: 1024px) {
  .header__info-logo {
    max-width: 100%;
  }
  .header__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  .header__info-contacts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    background: #fff;
  }
  .header__top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    width: 100%;
  }
  .header__top-info > div {
    margin-right: 0;
  }
  .header__top-controls {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__top-controls .version {
    display: none;
  }
  .header__lang {
    gap: 8px;
  }
  .header__info {
    padding: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__info-logo {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__info-logo h1 {
    font-size: 18px;
    text-align: center;
  }
  .header__info-contacts {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  body::before {
    height: 150vh;
  }
  .header__top-info .adress, .header__top-info .time {
    margin: 0;
    text-align: center;
  }
  .header__info-logo h1 {
    font-size: 16px;
  }
  .phone__text-up {
    font-size: 11px;
  }
  .tel {
    font-size: 14px;
  }
  .main-gallery {
    display: none;
  }
  .gallery-item {
    width: 100%;
    height: 200px;
  }
  #scrollToTopBtn {
    width: 38px;
    height: 38px;
    bottom: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #scrollToTopBtn svg {
    width: 16px;
    height: 16px;
    fill: var(--color-dark);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: var(--trans);
    transition: var(--trans);
  }
}
.main-content {
  position: relative;
  min-height: 100vh;
}
.main-content .container {
  position: relative;
  background: #fff;
  padding: 2rem;
  border-radius: var(--radius);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}

/* ==============================
   LAYOUT
================================ */
.main-content__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 1fr;
  grid-template-columns: 360px 1fr;
  gap: 32px;
  padding: 2rem 0;
}

/* ==============================
   SIDEBAR
================================ */
/* ==============================
   SIDEBAR
================================ */
.sidebar {
  background: var(--color-dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
  height: fit-content;
}

/* ==============================
   MENU RESET
================================ */
.sidebar-nav ul,
.sidebar-nav ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ==============================
   FIRST LEVEL
================================ */
.sidebar-nav > ul > .menu-item {
  margin-bottom: 4px;
}

.sidebar-nav a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: background var(--trans), color var(--trans);
}

/* hover */
.sidebar-nav a:hover {
  background: rgb(42, 102, 204);
}

/* active page */
.sidebar-nav .current-menu-item > a,
.sidebar-nav .current-menu-ancestor > a {
  background: linear-gradient(
    90deg,
    rgba(52, 114, 218, 0.35),
    rgba(52, 114, 218, 0.08)
  );
  font-weight: 600;
}

/* ==============================
   SUB MENU
================================ */
.sidebar-nav .sub-menu {
  margin-top: 6px;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px dashed var(--color-accent);
}

.sidebar-nav .sub-menu .menu-item {
  margin-bottom: 4px;
}

.sidebar-nav .sub-menu a {
  font-size: 14px;
  padding: 8px 12px;
  opacity: 0.9;
}

/* hover sub */
.sidebar-nav .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* ==============================
   CONTENT
================================ */
.main-content__text {
  background: var(--light-color);
  border-radius: var(--radius);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  padding: 32px;
}

/* page title */
.main-content__text h1 {
  margin: 0 0 20px;
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 700;
  color: var(--color-title);
  line-height: 1.3;
}

/* content text */
.main-content__text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text);
}

/* ==============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
  .main-content__inner {
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
  }
}
@media (max-width: 768px) {
  .main-content__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .main-content__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.main-docs {
  padding: 60px 0;
  background: var(--color-gray);
}

.main-docs__container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}

.docs-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

/* ===== ITEM ===== */
.docs-item {
  background: var(--light-color);
  border-radius: var(--radius);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* ===== HEADER ===== */
.docs-header {
  width: 100%;
  padding: 22px 26px;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #00afef;
  -webkit-transition: background var(--trans);
  transition: background var(--trans);
}

/* arrow */
.docs-arrow {
  font-size: 26px;
  line-height: 1;
  color: #fff;
  -webkit-transition: -webkit-transform var(--trans);
  transition: -webkit-transform var(--trans);
  transition: transform var(--trans);
  transition: transform var(--trans), -webkit-transform var(--trans);
}

/* ===== BODY ===== */
.docs-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 26px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

/* files */
.doc-file {
  display: block;
  padding: 12px 0;
  font-family: var(--font-family);
  color: var(--color-text);
  text-decoration: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
  -webkit-transition: color var(--trans);
  transition: color var(--trans);
}

.doc-file:last-child {
  border-bottom: none;
}

.doc-file:hover {
  color: var(--color-dark);
}

/* ===== ACTIVE ===== */
.docs-item.active .docs-body {
  padding: 0 26px 20px;
}

.docs-item.active .docs-arrow {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ===== AUTO COLORS (ONLY HEADER) ===== */
/* 1 — BLUE */
.docs-item:nth-child(3n+1) .docs-header {
  background: -webkit-gradient(linear, left top, right top, from(#00aeef), to(#019bd3));
  background: linear-gradient(90deg, #00aeef, #019bd3);
}

/* 2 — GREEN */
.docs-item:nth-child(3n+2) .docs-header {
  background: -webkit-gradient(linear, left top, right top, from(#a8cf45), to(#8fb729));
  background: linear-gradient(90deg, #a8cf45, #8fb729);
}

/* 3 — RED */
.docs-item:nth-child(3n) .docs-header {
  background: -webkit-gradient(linear, left top, right top, from(#ec258e), to(rgb(203, 38, 38)));
  background: linear-gradient(90deg, #ec258e, rgb(203, 38, 38));
}

/* ==============================
   GALLERY
================================ */
.main-gallery {
  background: var(--light-color);
}

.gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.gallery-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 20%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-footer {
  background-color: var(--color-dark);
  color: var(--light-color);
  padding: 20px 0;
  font-family: var(--font-family);
  font-size: 14px;
  text-align: center;
  -webkit-box-shadow: 0 -2px 10px rgba(20, 40, 80, 0.1);
  box-shadow: 0 -2px 10px rgba(20, 40, 80, 0.1);
}

.main-footer__container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}/*# sourceMappingURL=main.css.map */
