.page-header {
  position: relative;
  height: 365px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header.page-header--about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 319px;
  background: #7d858c;
  display: block;
  z-index: -1;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-title {
  display: none;
  pointer-events: none;
  z-index: 1;
  margin-bottom: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-title--visible {
  display: block;
  /*-webkit-animation: flipInX 0.8s ease-in-out;
  animation: flipInX 0.8s ease-in-out;*/
}
.text-frame {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 900px;
  font-size: 18px;
  text-align: justify;
}
.text-frame p {
  margin: 0;
}
.partners {
  position: relative;
  padding-bottom: 40px;
}
.partners__selector {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  display: none;
}
.partners__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.partners__item {
  margin-right: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 100%;
  height: 255px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: calc((100% / 6) - 13px);
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #E5EAEC;
  border-radius: 10px;
}
.partners__item:nth-of-type(6n) {
  margin-right: 0;
}
.partners__img {
  visibility: hidden;
  opacity: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.partners__link {
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 26px;
  color: #B12535;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
.partners__item:hover {
  z-index: 1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}
.partners__item:hover .partners__link {
  opacity: 0;
  color: #B12535;
  text-decoration: none;
}
.partners__item:hover .partners__img {
  visibility: visible;
  opacity: 1;
}
.service-frame {
  padding: 0 0 40px;
}
.service-frame__form {
  margin: 0 auto;
  max-width: 715px;
}
.service-frame__form .link-button {
  margin-bottom: 30px;
  margin-top: 20px;
}
.service-frame__form .bx-sls {
  margin-bottom: 20px;
}
.service-frame .bx-sls .bx-ui-sls-container {
  min-height: 38px;
}
.partners .section-header {
  text-align: center;
}
.form__title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 33px;
}
.form__group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -7.5px -7.5px 6px;
}
.form__label {
  width: calc(50% - 15px);
  margin: 7.5px;
  margin-bottom: 15px;
}
.form__label.full-width {
  width: 100%;
}
.form__label-title {
  display: block;
  height: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 20px;
}
.form-field {
  display: block;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E5EAEC;
  padding: 10px 12px;
  box-sizing: border-box;
}
.service-frame__form .bx-sls {
  width: 100%;
}
.service-frame .header-expander__label {
  /*pointer-events: none;*/
}
.header-expander__label-text {
  cursor: default;
}
.popup-reCaptcha {
  display: none;
  background: rgba(0,0,0,0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  transition: 0.4s ease-in-out;
}
.popup-reCaptcha.active {
  display: block;
}
.popup-reCaptcha__form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 6px;
  padding: 32px;
  box-shadow: 4px 4px 16px #0006;
}
.popup-reCaptcha__form .close-button {
  position: fixed;
  right: 2px;
  top: 11px;
  cursor: pointer;
}
@media (max-width: 1599px) {
  .partners__item {
    max-width: calc(100% / 5);
  }
  .partners__link {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .partners__item {
    max-width: calc(100% / 4);
  }
  .partners__link {
    font-size: 26px;
  }
}
@media (max-width: 970px) {
  .text-frame {
    padding: 40px 20px;
  }
  .partners__grid {
    padding: 0 20px;
  }
  .partners__item {
    max-width: calc(100% / 4);
  }
  .partners__link {
    font-size: 20px;
  }
  .partners__selector {
    right: 20px;
  }
  .partners__selector .selector__expander {
    right: 0;
  }
}
@media (max-width: 576px) {
  .partners .section-header {
    padding-left: 20px;
  }
  .page-title {
    font-size: 32px;
  }
  .text-frame {
    padding: 40px 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .partners__grid {
    padding: 0 20px;
    justify-content: space-between;
  }
  .partners__item {
    margin-bottom: 10px;
    margin-right: 0;
    height: 180px;
    max-width: calc((100% / 2) - 5px);
  }
  .partners__link {
    font-size: 18px;
  }
  .partners__selector {
    right: 20px;
  }
  .partners__selector .selector__expander {
    right: 0;
  }
  .service-frame {
    padding: 30px 20px;
  }
}