.about-top {
  position: relative;
  padding-bottom: 63%;
  overflow: hidden;
  border-radius: 10px;
  height: 0;
  margin-bottom: 30px;
}

.about-top__image,
.about-top__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
}

.about-top__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  padding: 24px 16px;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.about-top__logo {
  margin-bottom: 17px;
  display: block;
  width: 212px;
}

.about-top__logo img {
  width: 100%;
  height: auto;
}

.about-text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.about-text a {
  font-weight: 700;
}

.about-text p {
  margin: 16px 0;
}

.about-text p:first-child {
  margin-top: 0;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-history {
  margin-top: 60px;
  padding-bottom: 71%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.about-history__image,
.about-history__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-image {
  margin-top: 30px;
  position: relative;
}

.about-image:first-child {
  margin-top: 0;
}

.about-image__picture {
  display: block;
  padding-bottom: 64%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

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

.about-image__title {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
}

.about-mission {
  position: relative;
  -webkit-box-shadow: 2px 2px 10px 0px #0E3F6233;
  box-shadow: 2px 2px 10px 0px #0E3F6233;
  border-radius: 10px;
  padding: 42px 16px 32px;
  margin: 50px 0 60px;
  font-size: 13px;
  line-height: 24px;
}

.about-mission:first-child {
  margin-top: 0;
}

.about-mission:last-child {
  margin-bottom: 0;
}

.about-mission__icon {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0865A7;
}

.about-mission__icon svg {
  width: 20px;
  height: auto;
}

.about-mission__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.about-mission__title:last-child {
  margin-bottom: 0;
}

.about-catalog {
  margin-top: 60px;
  position:relative;
}

.about-catalog__title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.swiper-container-custom {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.about-catalog-cards .swiper-scrollbar,
.about-cert-items .swiper-scrollbar {
  display: none;
}

.about-catalog-card {
  text-align: center;
  padding: 0 16px;
}

.about-catalog-card__image {
  position: relative;
  padding-bottom: 118%;
  display: block;
  margin-bottom: 14px;
}

.about-catalog-card__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-catalog-card__title {
  font-size: 15px;
  line-height: 26px;
}

.about-catalog-card__link {
  display: inline-block;
  margin-top: 11px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
}

.about-team {
  margin-top: 60px;
}

.about-team h2 {
  margin: 40px 0 20px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.about-team h2:first-child {
  margin-top: 0;
}

.about-team h2:last-child {
  margin-bottom: 0;
}

.about-steps {
  margin-top: 60px;
}

.about-step__image-wrap {
  margin-bottom: 12px;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}

.about-step__image {
  position: relative;
  display: block;
  padding-bottom: 100%;
}

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

.about-step__content {
  background-color: #0865A7;
  color: #fff;
  border-radius: 10px;
  padding: 30px 16px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.about-step__content p {
  margin: 22px 0;
}

.about-step__content a {
  color: inherit;
  border-bottom: 1px solid currentColor;
}

.about-step__content p:first-child {
  margin-top: 0;
}

.about-step__content p:last-child {
  margin-bottom: 0;
}

.about-step__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
}

.about-steps-arrow,
.about-catalog-cards-arrow {
  position: absolute;
  top: 150px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media(max-width: 767px) {
  .about-catalog-cards-arrow {
    display: none;
  }
}

.about-steps-arrow.swiper-button-disabled,
.about-catalog-cards-arrow.swiper-button-disabled {
  opacity: 0.8;
  cursor: default;
}

.about-steps-arrow svg,
.about-catalog-cards-arrow svg {
  width: 6px;
  height: auto;
}

.about-steps-arrow_prev,
.about-catalog-cards-arrow_prev {
  left: 10px;
}

.about-steps-arrow_prev svg,
.about-catalog-cards-arrow_prev svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.about-steps-arrow_next,
.about-catalog-cards-arrow_next {
  right: 10px;
}

.about-cert {
  margin-top: 60px;
}

.about-cert__title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-cert-item__image {
  display: block;
  padding-bottom: 118%;
  position: relative;
  margin-bottom: 14px;
}

.about-cert-item__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-cert-item__title {
  text-align: center;
  font-size: 15px;
  line-height: 26px;
}

.about-reviews {
  margin-top: 60px;
}

.about-reviews__title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-social {
  margin-top: 30px;
}

.about-social__title {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
}

.about-social-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}

.about-social-item {
  width: 43px;
  height: 43px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-social-item_vk {
  background-color: #298BF1;
}

.about-social-item_tg {
  background-color: #2EA3D7;
}

.about-social-item_yt {
  background-color: #E41E1F;
}

.about-social-item_dz {
  background-color: #000000;
}

.about-social-item_dz svg {
  width: 23px;
  height: auto;
}

.about-links {
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: 10px 24px;
}

.about-link {
  margin-top: 24px;
}

.about-link-title {
  margin-top: 10px;
  grid-column: span 2;
}

.about-link-item {
  font-weight: 600;
  line-height: 110%;
  color: #0865A7;
  border-bottom: 1px solid currentColor;
  justify-self: flex-start;
}

.about-contacts {
  margin-top: 60px;
}

.about-contacts .maxwidth-theme {
  max-width: none;
  padding: 0;
  margin: 0;
}

.about-contacts .contacts-page-map .bx-yandex-view-layout {
  margin: 0;
}

.about-reviews .maxwidth-theme {
  max-width: none;
  padding: 0;
  margin: 0;
}

.about-reviews .reference-reviews-section {
  margin-top: 30px;
  margin-bottom: -16px;
}

.about-presentation {
  margin-top: 60px;
}

.about-presentation .item-views {
  margin-bottom: 0;
}

.about-presentation .top_block {
  margin-bottom: 20px;
  padding-top: 0;
}

.about-presentation .content_news2__items-list {
  gap: 30px 0;
}

.about-presentation .item-views.news2 .row .item-wrapper {
  padding-bottom: 0;
}

.about-presentation .item-views.news2.with-border {
  padding-bottom: 0;
}

.content_news2__title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--basic_text_black)
}

.content_news2__text {
  margin-bottom: 30px;
}

.about-contacts .contacts .contacts-stores.shops-list1 .item {
  margin-top: 30px;
  border-radius: 10px;
  padding: 22px 16px;
  -webkit-box-shadow: 2px 2px 10px 0 #0E3F6233;
  box-shadow: 2px 2px 10px 0 #0E3F6233;
}

.about-contacts .contacts .item .top-wrap .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.about-contacts .contacts .item .top-wrap .text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
  padding-left: 0 !important;
}

.about-contacts .contacts-stores.shops-list1 .item .image {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 16px;
}

.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
  padding-left: 32px;
}

.contacts-item .contacts-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.contacts-item .contacts-item-icon svg {
  height: auto;
}

.contacts-item_address .contacts-item-icon svg {
  width: 14px;
}

.contacts-item_schedule .contacts-item-icon svg {
  width: 20px;
}

.contacts-item_phone .contacts-item-icon svg {
  width: 18px;
}

.contacts-item_email .contacts-item-icon svg {
  width: 20px;
}

.contacts-item_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.contacts-item_phone .phone {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.contacts-item.contacts-item_email {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.about-contacts .contacts .item .top-wrap .contacts-item.contacts-item_address .text_colored {
  color: var(--fill_dark_light_hover);
}

.about-contacts .contacts .item .top-wrap .contacts-item.contacts-item_address .text {
  text-transform: none;
}

.about-contacts .contacts .item .top-wrap .text-address {
  padding-left: 32px !important;
  text-transform: none;
  margin-top: 2px;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 17px;
}

.contacts-item-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.about-contacts-external-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #04649E;
}

@media screen and (max-width: 767px) {
  .about-catalog-cards .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }

  .about-cert-items .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }

  .about-catalog-cards {
    margin: 0;
    overflow: visible;
  }
}

@media screen and (min-width: 768px) {
  .about-top {
    padding-bottom: 42%;
    border-radius: 16px;
  }

  .about-top__content {
    padding: 40px;
    font-size: 20px;
    line-height: 29px;
  }

  .about-top__logo {
    width: 300px;
    margin-bottom: 22px;
  }

  .about-mission {
    padding: 60px 40px 40px;
    margin: 60px 0;
    font-size: 15px;
  }

  .about-mission__title {
    font-size: 22px;
    line-height: 24px;
  }

  .about-mission__icon {
    width: 65px;
    height: 65px;
  }

  .about-mission__icon svg {
    width: 31px;
  }

  .about-catalog__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .about-catalog-card {
    padding: 0;
  }

  .about-catalog-cards .about-catalog-card {
    width: 30%;
  }

  .about-catalog-card__link {
    margin-top: 9px;
  }

  .about-team h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .about-image__picture {
    padding-bottom: 49%;
  }

  .about-image__title {
    padding: 0 40px;
    font-size: 15px;
    line-height: 24px;
  }

  .about-steps {
    padding: 0 15px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .about-steps .about-step {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .about-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    opacity: 0;
    visibility: hidden;
  }

  .about-step.swiper-slide-active {
    opacity: 1;
    visibility: visible;
  }

  .about-step__image-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 279px;
    margin: 0;
  }

  .about-step__image {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .about-step__content {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 16px;
    font-size: 10px;
    line-height: 16px;
  }

  .about-step__title {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;
    margin-bottom: 13px;
  }

  .about-step__text p {
    margin: 14px 0;
  }

  .about-steps-arrow,
  .about-catalog-cards-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  @media(max-width: 1280px) {
    .about-steps-arrow,
    .about-catalog-cards-arrow {
      top: 44%;
      -webkit-transform: translateY(-44%);
      -ms-transform: translateY(-44%);
      transform: translateY(-44%);
    }
  }

  .about-steps-arrow_prev {
    left: 0;
  }

  .about-catalog-cards-arrow_prev {
    left: -21px;
  }

  .about-steps-arrow_next {
    right: 0;
  }

  .about-catalog-cards-arrow_next {
    right: -21px;
  }

  @media(max-width: 1280px) {
    .about-catalog-cards-arrow_prev {
      left: -15px;
    }
    .about-catalog-cards-arrow_next {
      right: -15px;
    }
  }

  .about-cert__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .about-cert-item__image {
    margin-bottom: 10px;
  }

  .about-reviews__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .about-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 38px;
  }

  .about-link-title {
    margin-top: -2px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .content_news2__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .about-presentation .top_block {
    margin-bottom: 20px;
  }

  .about-contacts .item .left-block-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-contacts .contacts-stores.shops-list1 .item .image {
    width: 238px;
    height: 190px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 17px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 8px;
    position: relative;
  }

  .about-contacts .contacts-stores.shops-list1 .item .about-contacts-image-link {
    display: block;
    height: 100%;
  }

  .about-contacts .contacts-stores.shops-list1 .item .about-contacts-image__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .about-contacts .contacts-stores.shops-list1 .item .top-wrap {
    padding: 0;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .about-contacts .contacts .item .top-wrap .title {
    max-width: 364px;
    margin-bottom: 14px;
  }

  .about-contacts .contacts .item .top-wrap .text {
    font-size: 15px;
  }

  .about-contacts .shops-list1 .item .middle-prop {
    margin-bottom: 12px;
  }

  .about-contacts .contacts-item_schedule {
    margin-bottom: 16px;
  }

  .about-contacts .contacts .contacts-stores.shops-list1 {
    margin-top: 30px;
  }

  .about-contacts .contacts .contacts-stores.shops-list1 .item {
    margin-top: 20px;
    padding: 30px 20px 30px 40px;
    border-radius: 16px;
  }

  .about-contacts .shops-list1 .right-block-contacts .phones {
    margin-bottom: 16px;
  }

  .about-contacts-external-link {
    font-size: 15px;
    line-height: 24px;
  }

  .about-links {
    margin-top: 30px;
    grid-template-columns: repeat(2, minmax(0, auto)) minmax(0, 1fr);
    gap: 20px 24px;
  }

  .about-link-title {
    margin-top: 0;
    margin-right: 14px;
    grid-column: auto;
  }

  .about-link-item {
    align-self: flex-start;
    margin-top: 2px;
  }
}

@media screen and (min-width: 992px) {
  .about-top {
    margin-bottom: 40px;
  }

  .about-catalog {
    max-width: 794px;
  }

  .about-catalog-card__image {
    margin-bottom: 6px;
  }

  .about-catalog-card__title {
    font-size: 14px;
  }

  .about-catalog-card__link {
    margin-top: 3px;
  }

  .about-step {
    min-height: 380px;
  }

  .about-step__content {
    font-size: 12px;
    line-height: 19px;
  }

  .about-step__title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .about-cert-item__image img,
  .about-step__image img,
  .about-image__picture img,
  .about-history__image img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .about-cert-item:hover .about-cert-item__image img {
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
  }

  .about-step__image-wrap:hover .about-step__image img {
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
  }

  .about-image:hover .about-image__picture img {
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
  }

  .about-history:hover .about-history__image img {
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
  }
}

@media screen and (min-width: 1280px) {
  .about-top {
    margin-bottom: 40px;
  }

  .about-top__content {
    padding: 50px 45px;
    font-size: 24px;
    line-height: 32px;
  }

  .about-top__logo {
    width: 455px;
    margin-bottom: 26px;
  }

  .about-mission {
    margin: 93px 0 60px;
  }

  .about-mission__title {
    font-size: 24px;
    line-height: 30px;
  }

  .about-step__content {
    font-size: 14px;
    line-height: 23px;
    padding: 30px 24px;
  }

  .about-step__title {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }

  .about-steps {
    padding: 0 21px;
    margin-left: -21px;
    margin-right: -21px;
  }

  .about-steps-arrow,
  .about-catalog-cards-arrow {
    width: 42px;
    height: 42px;
  }

  .about-steps-arrow svg,
  .about-catalog-cards-arrow svg {
    width: 8px;
    height: auto;
  }

  .about-step__image-wrap {
    width: 300px;
  }

  .about-contacts .contacts .item .top-wrap .title {
    max-width: 560px;
  }

  .about-contacts .contacts .contacts-stores.shops-list1 .item {
    padding: 40px 40px 30px;
  }
}

@media screen and (min-width: 1680px) {
  .about-step {
    gap: 0 16px;
  }

  .about-step__image-wrap {
    width: 419px;
  }

  .about-catalog {
    max-width: 100%;
  }
}