.about-page {
  color: #706C6C;
}

.about-page__top {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.about-page__top img {
  margin-left: 30px;
  width: 300px;
}

.about-page__top h1 {
  width: 100%;
}

.about-page h1,
.about-page h2 {
  font-weight: 600;
  text-align: center;
  font-family: georgia, palatino, "book antiqua", "palatino linotype", serif !important;
  font-size: 23px;
}

.about-page__text {
    font-weight: bold;
}

.about-page h2 {
  margin-bottom: 20px;
}

.about-page__slider {
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-page__slider .gallery-top img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-page__slider .gallery-thumbs img {
  width: 100%;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-page__contacts {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.about-page__contacts a {
  position: relative;
  color: white;
}

.about-page__contacts a:hover .style-j8lqs9k2_bg {
  background: #002e5d;
}

.about-page__contacts a:hover .style-j8lqs9k2_top {
  border-bottom: 50px solid #002e5d;
}

.about-page__contacts a:hover .style-j8lqs9k2_bottom {
  border-top: 50px solid #002e5d;
}

.about-page__contacts .style-j8lqs9k2_top {
  border-bottom: 50px solid #2b6ca3;
  bottom: 50% !important;
}

.about-page__contacts .style-j8lqs9k2_top,
.about-page__contacts .style-j8lqs9k2_bottom {
  border-left: 0;
  border-right: 50px solid transparent;
  position: absolute;
  right: 0;
}

.about-page__contacts .style-j8lqs9k2_bottom {
  border-top: 50px solid #2b6ca3;
  top: 50% !important;
}

.about-page__contacts .style-j8lqs9k2_bg {
  background: #2b6ca3;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  left: 0;
}

.about-page__contacts #comp-j8lqsdi5 {
  position: relative;
  grid-area: 6/1/7/2;
  justify-self: start;
  align-self: start;
}

.about-page__contacts .style-j8lqs9k2 {
  overflow: hidden;
}

.about-page__contacts .style-j8lqs9k2label {
  font: normal normal normal 14px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, helvetica, sans-serif;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-right: 20px;
}

@media (max-width: 960px) {
  .about-page {
    padding: 20px;
    padding-bottom: 0;
  }

  .about-page__top {
    flex-direction: column;
    margin: 0 0 20px 0;
  }

  .about-page__top img {
    margin-left: 0;
    max-width: 100%;
  }

  .about-page__contacts {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .about-page__slider .gallery-top img {
    height: 400px;
  }
}

@media (max-width: 600px) {
  .about-page__slider .gallery-top img {
    height: 300px;
  }
}

@media (max-width: 450px) {
  .about-page__slider .gallery-top img {
    height: 200px;
  }
}

