body {
  font-family: "Calibri", sans-serif;
  color: #181818;
}

.wrapper {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.site {
  flex-grow: 1;
}

.container {
  max-width: 1568px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.info-block {
  display: flex;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  border: 2px solid #FFD700;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 24px;
}

.info-block svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transform: translateY(2px);
}

.info-block-text p {
  margin-top: 8px;
  margin-bottom: 0;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}

.header-main {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E7;
  box-sizing: border-box;
}

.header-logo {
  flex-shrink: 0;
}

.header-logo a {
  display: flex;
}

.header-logo img {
  display: block;
  width: 233px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.header-menu {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.header-toggle {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFD700;
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
}

.header-toggle svg {
  width: 20px;
  height: 20px;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.menu-item.menu-item-fill .menu-link {
  background-color: #FFD700;
  border-radius: 8px;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
}

.menu-item.menu-item-fill .menu-link:hover {
  color: #181818;
  background-color: #FFD700;
}

.menu-item:not(.current) .menu-link:hover {
  color: #FFD700;
  background-color: #FEFBF7;
}

.menu-item.current .menu-link {
  background-color: #FFD700;
}

.menu-link {
  padding: 16px;
  box-sizing: border-box;
  font-size: 16px;
  text-transform: uppercase;
  color: #181818;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
}

.menu-link svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.contact {
  display: flex;
  gap: 16px;
}

.contact-icon {
  padding-top: 19px;
}

.contact-icon img {
  width: 24px;
  height: 24px;
}

.contact-label {
  font-size: 14px;
  line-height: 1.5;
}

.contact-value {
  letter-spacing: -0.01em;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}

.contact-value a {
  color: currentColor;
  text-decoration: none;
}

.contact-value a:hover {
  text-decoration: underline;
}

a.show-email {
  text-decoration: underline;
}

.section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section.article-content .section-sub-title {
  line-height: 1.5;
}

.section.article-content .section-header {
  margin-bottom: 24px;
}

.section-row {
  display: flex;
  gap: 24px;
}

.section-col {
  flex-basis: calc((100% - 24px) / 2);
}

.section-image img {
  max-width: 100%;
  border-radius: 16px;
}

.section-image .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
}

.section-header {
  margin-bottom: 64px;
}

.section-header.section-header-center {
  text-align: center;
}

.section-title {
  margin: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
}

.section-sub-title {
  margin-top: 16px;
  line-height: 1.2;
  font-size: 18px;
}

.section-sub-title.section-header-center {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.section-features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.section-features.section-features-center .section-features-item {
  align-items: center;
}

.section-features.section-features-center .section-features-item .section-features-text {
  font-weight: 700;
}

.section-features-item {
  flex-basis: calc((100% - 24px) / 2);
  display: flex;
  gap: 16px;
  border: 1px solid #FAD45A;
  padding: 16px;
  border-radius: 16px;
  box-sizing: border-box;
}

.section-features-item img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-features-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.section-text {
  font-size: 18px;
}

.section-text p {
  line-height: 1.5;
  margin: 0;
}

.section-text ul,
.section-text ol {
  line-height: 1.5;
  padding-left: 1.5em;
}

.section-text ul li:not(:last-child),
.section-text ol li:not(:last-child) {
  margin-bottom: 6px;
}

.section-text h2,
.section-text h3,
.section-text h4,
.section-text h5 {
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 24px;
  font-size: 28px;
  line-height: 1.2;
}

.section-button {
  margin-top: 24px;
}

.hero {
  padding-top: 48px;
  margin-top: 0;
}

.hero .section-row {
  align-items: center;
}

.hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.1;
}

.hero-sub-title {
  font-size: 24px;
  margin-bottom: 16px;
}

.hero-text {
  line-height: 1.5;
  font-size: 18px;
}

.hero-text p {
  margin: 0;
}

.hero-list {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
  font-weight: 500;
  font-size: 18px;
}

.hero-list li {
  padding-left: 38px;
  background: url(../images/check.svg) left center/22px no-repeat;
}

.hero-list li:not(:last-child) {
  margin-bottom: 10px;
}

.hero-button {
  margin-top: 16px;
}

.catalog-row {
  display: flex;
  gap: 24px;
}

.catalog-item {
  flex-basis: calc((100% - 72px) / 4);
  border: 1px solid #FFD700;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(113, 128, 150, 0.08);
  padding: 24px;
  box-sizing: border-box;
  transition: 0.3s;
}

.catalog-icon {
  background-color: #FFD700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #181818;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
}

.catalog-icon svg {
  width: 32px;
  height: 32px;
}

.catalog-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.catalog-title:not(:first-child) {
  margin-top: 16px;
}

.catalog-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 8px;
  padding-right: 8px;
}

.catalog-list li:not(:last-child) {
  margin-bottom: 16px;
}

.catalog-list a {
  color: currentColor;
  text-decoration: none;
}

.catalog-list a:hover {
  text-decoration: underline;
}

.features-slider {
  padding-bottom: 40px;
  box-sizing: border-box;
  --swiper-navigation-size: 16px;
  --swiper-theme-color: #F15B2D;
  --swiper-navigation-top-offset: calc( 50% - 46px );
}

.features-slider .swiper-slide {
  height: auto;
}

.features-block {
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
}

.features-block:not(:last-child) {
  margin-bottom: 24px;
}

.features-block.has-image {
  position: relative;
  color: #fff;
}

.features-block.has-image .features-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.features-content {
  padding: 40px 24px;
  box-sizing: border-box;
}

.features-image {
  position: relative;
  padding-bottom: 124%;
}

.features-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.features-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.features-text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.5;
}

.numbers {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.numbers-item {
  flex-basis: calc((100% - 72px) / 4);
  padding: 40px 24px 24px;
  background-color: #fff;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  border-radius: 16px;
  box-sizing: border-box;
}

.numbers-value {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.numbers-label {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.5;
}

.steps {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.steps-item {
  flex-basis: calc((100% - 72px) / 4);
  text-align: center;
  padding: 64px 12px 24px;
  box-sizing: border-box;
  border: 1px solid #FAD45A;
  border-radius: 16px;
}

.steps-icon {
  background-color: #FFD700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #181818;
  border-radius: 8px;
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.steps-icon svg {
  width: 32px;
  height: 32px;
}

.steps-title {
  margin-top: 16px;
  font-size: 22px;
  font-weight: 700;
}

.steps-text {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}

.faq-item {
  border: 1px solid #FFD700;
  border-radius: 8px;
  flex-basis: calc((100% - 16px) / 2);
  box-sizing: border-box;
  transition: 0.2s;
}

.faq-item.active {
  border-color: #FFD700;
}

.faq-item.active .faq-icon svg:first-child {
  display: none;
}

.faq-item.active .faq-icon svg:last-child {
  display: block;
}

.faq-header {
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  flex-shrink: 0;
}

.faq-icon svg {
  display: block;
  width: 32px;
  height: 32px;
}

.faq-icon svg:last-child {
  display: none;
}

.faq-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.faq-body {
  padding: 0 48px 24px;
  display: none;
}

.faq-content {
  line-height: 1.5;
}

.faq-content p {
  margin: 0;
}

.faq-content a {
  color: currentColor;
  transition: 0.2s;
}

.cta-inner {
  display: flex;
}

.cta-content {
  flex-basis: 50%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.cta-title {
  font-size: 32px;
  font-weight: 600;
}

.cta-text {
  margin-top: 8px;
  color: #596574;
  font-size: 16px;
  line-height: 1.5;
}

.cta-contacts {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.cta-contacts-item {
  flex-basis: calc((100% - 10px) / 2);
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cta-contacts-item a {
  color: currentColor;
  text-decoration: none;
}

.cta-contacts-item svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.cta-contacts-value {
  font-size: 16px;
  line-height: 1.5;
}

.cta-contacts-label {
  font-size: 12px;
  color: #596574;
}

.cta-form {
  margin-top: 40px;
}

.cta-form-row {
  display: flex;
}

.cta-form-row input {
  height: 56px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #E5E5E7;
  background-color: #fff;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 0 16px;
  outline: none;
  width: 100%;
}

.cta-form-row .button {
  flex-shrink: 0;
  flex-basis: 200px;
}

.cta-form-consent {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  line-height: 1.5;
  font-size: 12px;
  align-items: center;
}

.cta-form-consent input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.cta-image {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.cta-image img {
  max-width: 375px;
  height: auto;
  display: block;
  width: 100%;
}

.button {
  height: 56px;
  background-color: #FFD700;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #181818;
  border-radius: 8px;
  text-transform: uppercase;
  gap: 8px;
}

.button svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.button.button-black {
  background-color: #252525;
  color: #fff;
  text-transform: none;
  font-size: 16px;
}

.corporate-section:not(:last-child) {
  margin-bottom: 104px;
}

.corporate-header:not(:last-child) {
  margin-bottom: 64px;
}

.corporate-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #252525;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #FFD700;
  border-radius: 4px;
}

.corporate-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.corporate-item {
  background-color: #F8F9FB;
  border-radius: 16px;
  padding: 24px 16px 16px;
  box-sizing: border-box;
  flex-basis: calc((100% - 48px) / 3);
  text-align: center;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  text-decoration: none;
  color: currentColor;
}

.corporate-item-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.corporate-item-image {
  width: 100%;
  padding-bottom: 62%;
  position: relative;
}

.corporate-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.footer {
  background-color: #FFD700;
  padding-top: 24px;
}

.footer-main {
  display: flex;
  gap: 24px;
  padding-bottom: 40px;
}

.footer-info {
  flex-basis: 496px;
}

.footer-logo {
  display: flex;
}

.footer-logo a {
  display: block;
  flex-grow: 1;
}

.footer-logo img {
  max-width: 400px;
  width: 100%;
  display: block;
}

.footer-contacts {
  padding: 0 16px;
  margin-top: 40px;
  max-width: 440px;
  box-sizing: border-box;
}

.footer-contacts .contact:not(:last-child) {
  margin-bottom: 24px;
}

.footer-nav {
  flex-grow: 1;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 24px;
}

.footer-nav-col {
  flex-basis: calc((100% - 48px) / 3);
}

.footer-nav-col.footer-nav-col-alt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-nav-col.footer-nav-col-alt .footer-nav-list {
  font-size: 12px;
}

.footer-nav-title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.footer-nav-list li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-nav-list a {
  font-weight: 400;
  text-decoration: none;
  color: currentColor;
  color: #181818;
}

.footer-nav-list a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #181818;
  padding-left: 32px;
  padding-right: 32px;
  gap: 16px;
}

.footer-bottom-item {
  flex-basis: calc((100% - 48px) / 4);
  font-size: 12px;
  line-height: 1.5;
}

.footer-bottom-item a {
  color: currentColor;
  text-decoration: none;
}

.footer-bottom-item a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .catalog-item:hover {
    box-shadow: 0 8px 10px rgba(16, 24, 40, 0.1), 0 10px 25px rgba(16, 24, 40, 0.1);
  }
}

@media (min-width: 1024px) {
  .header-toggle {
    display: none;
  }

  .steps.steps-alt .steps-item {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 1600px) {
  .hero-title {
    font-size: 44px;
  }
}

@media (max-width: 1470px) {
  .menu-link {
    font-size: 14px;
  }
}

@media (max-width: 1400px) {
  .section-features-text {
    font-size: 16px;
  }
}

@media (max-width: 1340px) {
  .menu-link {
    padding: 10px;
  }
}

@media (max-width: 1290px) {
  .hero-title {
    font-size: 38px;
  }
}

@media (max-width: 1260px) {
  .header-logo img {
    width: 180px;
  }
}

@media (max-width: 1200px) {
  .header-logo img {
    width: 167px;
  }
}

@media (max-width: 1190px) {
  .menu-link {
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 1160px) {
  .section-features {
    gap: 16px;
  }

  .section-features-item img {
    width: 50px;
    height: 50px;
  }

  .section-features-item {
    flex-basis: calc((100% - 16px) / 2);
    padding: 10px;
    gap: 10px;
  }
}

@media (max-width: 1090px) {
  .menu-link {
    font-size: 12px;
  }
}

@media (max-width: 1024.98px) {
  .features-slider {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1023.98px) {
  .header-main {
    justify-content: space-between;
    gap: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .header-menu {
    display: none;
  }

  .hero-title {
    font-size: 32px;
  }

  .catalog-row {
    flex-wrap: wrap;
  }

  .catalog-item {
    flex-basis: calc((100% - 24px) / 2);
  }

  .numbers-item {
    flex-basis: calc((100% - 24px) / 2);
  }

  .steps {
    gap: 16px;
  }

  .steps-item {
    flex-basis: calc((100% - 16px) / 2);
  }

  .faq-item {
    flex-basis: 100%;
  }

  .corporate-item {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 900px) {
  .cta-inner {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .contact-icon {
    padding-top: 15px;
  }

  .contact-label {
    font-size: 13px;
  }

  .contact-value {
    font-size: 16px;
  }

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

  .section-col {
    flex-basis: auto;
    width: 100%;
  }

/*  .section-image {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    display: block;
  }*/
/*
  .section-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }*/

  .section-header {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 28px;
  }

  .section-sub-title {
    font-size: 16px;
  }

  .section-features-item img {
    width: 40px;
    height: 40px;
  }

  .section-text {
    font-size: 16px;
  }

  .hero .section-row {
    flex-direction: column-reverse;
  }

  .hero {
    padding-top: 40px;
  }

  .hero-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .hero-sub-title {
    font-size: 18px;
  }

  .hero-text {
    font-size: 14px;
  }

  .hero-list {
    margin-top: 24px;
    font-size: 14px;
  }

  .catalog-row {
    gap: 8px;
  }

  .catalog-item {
    flex-basis: 100%;
    padding: 16px;
  }

  .catalog-icon {
    width: 40px;
    height: 40px;
  }

  .catalog-title:not(:first-child) {
    margin-top: 8px;
  }

  .catalog-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .catalog-list li:not(:last-child) {
    margin-bottom: 8px;
  }

  .catalog-list {
    padding-left: 4px;
    padding-right: 4px;
  }

  .features-slider .swiper-button-prev {
    display: none;
  }

  .features-slider .swiper-button-next {
    display: none;
  }

  .features-content {
    padding: 16px;
  }

  .features-title {
    font-size: 22px;
  }

  .features-text {
    font-size: 16px;
    margin-top: 8px;
  }

  .numbers {
    gap: 8px;
  }

  .numbers-item {
    padding: 16px;
    flex-basis: 100%;
    box-shadow: none;
    border: 1px solid #E6E8EC;
    border-radius: 8px;
  }

  .numbers-value {
    font-size: 18px;
    color: #022A4C;
  }

  .numbers-label {
    font-size: 14px;
    margin-top: 8px;
  }

  .steps-item {
    flex-basis: 100%;
    padding: 16px 8px;
  }

  .steps-icon {
    width: 40px;
    height: 40px;
  }

  .steps-title {
    font-size: 18px;
  }

  .steps-text {
    margin-top: 8px;
    font-size: 16px;
  }

  .faq-list {
    gap: 8px;
  }

  .faq-header {
    padding: 16px;
  }

  .faq-title {
    font-size: 16px;
  }

  .faq-body {
    padding: 0 32px 16px;
  }

  .faq-content {
    font-size: 14px;
  }

  .cta {
    background-color: #F8F9FA;
    padding-top: 40px;
  }

  .cta-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-title {
    font-size: 24px;
  }

  .cta-text {
    font-size: 14px;
  }

  .cta-contacts {
    flex-wrap: wrap;
  }

  .cta-contacts-item {
    flex-basis: 100%;
  }

  .cta-contacts-value {
    font-size: 14px;
  }

  .cta-contacts-label {
    font-size: 10px;
  }

  .cta-form {
    margin-top: 24px;
  }

  .cta-form-row .button {
    flex-basis: 160px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-form-consent {
    font-size: 10px;
  }

  .corporate-section:not(:last-child) {
    margin-bottom: 64px;
  }

  .corporate-header:not(:last-child) {
    margin-bottom: 40px;
  }

  .corporate-title {
    font-size: 24px;
  }

  .corporate-row {
    gap: 16px;
  }

  .corporate-item {
    flex-basis: calc((100% - 16px) / 2);
    padding: 16px 8px 8px;
  }

  .corporate-item-title {
    font-size: 18px;
  }

  .footer {
    padding-top: 16px;
  }

  .footer-main {
    display: block;
    padding-top: 0;
  }

  .footer-info {
    margin-bottom: 24px;
  }

  .footer-logo img {
    max-width: 300px;
  }

  .footer-contacts .contact:not(:last-child) {
    margin-bottom: 16px;
  }

  .footer-nav-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .footer-nav-list li:not(:last-child) {
    margin-bottom: 8px;
  }

  .footer-nav-list {
    font-size: 10px;
  }

  .footer-bottom {
    padding: 8px 0;
    gap: 8px 16px;
  }

  .footer-bottom-item {
    flex-basis: auto;
  }
}

@media (max-width: 540px) {
  .section-features-item {
    flex-basis: 100%;
  }
}

@media (max-width: 500px) {
  .footer-nav-col {
    flex-basis: calc((100% - 24px) / 2);
  }
}