/*
.footer__navigation .sub-menu {
  display: none;
}

.modal-block__close {
  cursor: pointer;
}

.section_last {
  margin-bottom: 120px;

  @media screen and (max-width: 1024px) {
    margin-bottom: 80px;
  }

  @media screen and (max-width: 600px) {
    margin-bottom: 50px;
  }
}

.section_text .page__title:not(:last-child) {
  margin-bottom: 30px;
}

.section_text .section__item:not(:last-child) {
  margin-bottom: 120px;

  @media screen and (max-width: 1024px) {
    margin-bottom: 80px;
  }
}

.section_text p:not(:last-child) {
  margin-bottom: 40px;
}

.section_text ul li:not(:last-child),
.section_text ol li:not(:last-child) {
  margin-bottom: 20px;
}

.section_text table:not(:last-child) {
  margin-bottom: 30px;
}

.current-menu-parent > a,
.current-menu-item > a {
  color: #1890FF;
}

.modal-block__window {
  display: flex;
}

body {
  overflow-x: hidden;
}

@media (max-width: 600px) {
  .doc__title {
    width: 200px;
    margin-left: 0;
    margin-right: 0;
  }
  
  .doc__button {
    position: relative;
    right: -16px;
    display: block;
    width: 64px;

    button {
      width: 64px;
    }
  }
}

.header .logo img,
.header-tablet__wrap > a img,
.footer__logo img {
  max-width: 170px;
  max-height: 33px;
}

.header-fixed__wrap > a img {
  max-width: 50px;
  max-height: 50px;
}

.footer__mail a {
  color: #545556;
}

@media (max-width: 1024px) {
  .mwr180 {
    width: 180px !important;
  }
}

.footer__navigation .menu-item-146 {
  display: none;
}

.doc__button {
  margin-left: auto;
}

.cntnr {
  width: 100%;
  max-width: 1200px;
  padding-inline: 15px;
}

.cntnr:has(.cases) {
  @media (max-width: 1024px) {
    padding-inline: 30px;
  }
}

.wp-image-294 {
  display: none;
}

@media (max-width: 1024px) {
  .wp-image-274 {
    display: none;
  }

  .wp-image-294 {
    display: block;
  }

  .cases:before {
    left: -30px;
    width: calc(100% + 60px);
  }
}

@media (max-width: 600px) {
  .banner__text {
    text-align: center;
  }

  .modal-block__window {
    padding: 16px 24px;
  }

  .form {
    row-gap: 8px;
  }

  .button_primary {
    padding: 8px 16px;
  }

  .form__button button {
    width: 100%;
    font-size: 16px;
  }

  .modal-block__title {
    font-size: 20px;
  }
}
*/

.accordion {
  border-radius: 8px;
  background-color: #e3eeff;
}

.accordion_expanded .accordion__icon {
  transform: scaleY(-1);
}

.accordion:not(:last-child) {
  margin-bottom: 30px;
}

.accordion__head {

}

.accordion__button {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 16px 24px;
  border: none;
  background: none;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
}

.accordion__title {
  display: inline-block;
  max-width: calc(100% - 54px);
  margin-top: 2px;
  font-weight: 700;
  color: #000000;
}

.accordion__icon {
  width: 24px;
  height: 24px;
  margin-left: auto;
  fill: #a1cddb;
  transition: transform 0.15s ease-in-out;
}

.accordion__body {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.accordion__content {
  padding: 16px 24px;
}

.badges__head,
.pops__head {
  cursor: pointer;
}

.badges__row_expanded,
.badges__item_expanded,
.pops__item_expanded {
  z-index: 1;
}

.badges__body,
.pops__body {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.badges__item_expanded,
.pops__item_expanded {
  border-radius: 8px 8px 0 0;
  box-shadow: 3px 3px 8px 0 rgb(25 26 30 / 0.15);
}

.badges__item_expanded .badges__body,
.pops__item_expanded .pops__body {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  box-shadow: 3px 6px 8px 0 rgb(25 26 30 / 0.15);
}

.badges__item_expanded .badges__icon,
.pops__item_expanded .pops__icon {
  transform: scaleY(-1);
}

@media (min-width: 1200px) {
  .badges__item:hover,
  .pops__item:hover {
    border-radius: 8px;
    box-shadow: none;
  }

  .badges__item:hover .badges__body,
  .pops__item:hover .pops__body {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    box-shadow: none;
  }

  .badges__item:hover .badges__icon,
  .pops__item:hover .pops__icon {
    transform: none;
  }

  .badges__item_expanded:hover,
  .pops__item_expanded:hover {
    border-radius: 8px 8px 0 0;
    box-shadow: 3px 3px 8px 0 rgb(25 26 30 / 0.15);
  }

  .badges__item_expanded:hover .badges__body,
  .pops__item_expanded:hover .pops__body {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    box-shadow: 3px 6px 8px 0 rgb(25 26 30 / 0.15);
  }

  .badges__item_expanded:hover .badges__icon,
  .pops__item_expanded:hover .pops__icon {
    transform: scaleY(-1);
  }
}

.product-capabilities {
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F0F8FE;
  margin-bottom: 0;
}

.product-capabilities__item {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.product-capabilities .plates {
  gap: 30px;
}

.product-capabilities .plates__item {
  align-items: flex-start;
  padding: 24px;
  background-color: white;
}

.product-capabilities .plates__image {
  width: 64px;
  height: 64px;
}

.product-capabilities__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-capabilities .plates__title {
  font-weight: 700;
  line-height: 120%;
  color: #131b2d;
}

.product-capabilities .plates__content {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  color: #545556;
}

@media screen and (max-width: 1200px) {
  .product-capabilities .plates {
    gap: 10px;
  }

  .product-capabilities .plates__item {
    padding: 16px;
  }

  .product-capabilities .plates__content {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .product-capabilities .plates__item {
    grid-template-columns: 64px 1fr;
    gap: 12px;
  }
}

#map {
  height: 470px;
}

@media screen and (max-width: 769px) {
  #map {
    height: 300px;
  }
}

.footer_wave {
  background: url("../images/wave3.png") bottom no-repeat;
  background-size: cover;
  height: 135px;
  position: absolute;
  bottom: 0;
  width: 100%;
}