

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: #fff;
}

.wrapper.inner-page .top__inner {
  min-height: 204px;
  padding-top: 35px;
}

.wrapper.inner-page .top__title {
  margin-bottom: 19px;
  font-size: 50px;
  line-height: 1;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about__container {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.title-block__icon {
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto 14px;
}

.title-block__text {
  font-size: 28px;
  line-height: 1.39;
  text-align: center;
  text-transform: uppercase;
}

.hover-element {
  display: inline-block;
  position: relative;
}

.hover-element::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
.big-title {
  font-size: 63px;
}

h2,
.medium-title {
  font-size: 40px;
}

h3,
.small-title {
  font-size: 30px;
}

h4,
.micro-title {
  font-size: 24px;
}

.top {
  position: relative;
  background-color: #777777;
}

.top__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.top__bg::after {
  z-index: 1;
  background-color: rgba(27, 76, 209, 0.35);
}

.top__inner {
  position: relative;
  z-index: 2;
  min-height: 583px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0 30px;
  color: #ffffff;
  text-align: center;
}

.top__title {
  margin-bottom: 31px;
  line-height: 1.1;
}

.top__subtitle {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 17px;
}

.top__text {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.28;
}

.top__about {
  width: 100%;
  margin-top: 65px;
}

.about-block {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(244, 244, 244, 0.45);
  border-radius: 45px;
  padding: 21px 41px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.about-block__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 137px;
  height: auto;
  margin-right: 20px;
  margin-top: 10px;
}

.about-block__info {
  width: 380px;
  color: #000000;
}

.about-block__list {
  list-style: none;
}

.about-block__list-item {
  font-size: 15px;
}

.services {
  padding: 39px 0 82px;
}

.services.services-page {
  padding: 35px 0 52px;
}

.services.services-page .benefits__contact {
  margin-top: 52px;
}

.services__title {
  margin-bottom: 31px;
}

.services__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}

.services__column {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.services__item {
  height: 100%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.services__item::before,
.services__item::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.services__item::before {
  background-color: rgba(244, 244, 244, 0.45);
  z-index: 1;
}

.services__item::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(27, 76, 209, 0.35)), to(rgba(27, 76, 209, 0.35))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(bottom, rgba(27, 76, 209, 0.35), rgba(27, 76, 209, 0.35)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background: linear-gradient(0deg, rgba(27, 76, 209, 0.35), rgba(27, 76, 209, 0.35)), linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.services__item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.services__item-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services__item-content {
  position: relative;
  z-index: 2;
  padding: 50px 33px 35px;
  color: #ffffff;
  text-align: center;
}

.services__item-icon {
  height: 107px;
  margin-bottom: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.services__item-icon img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.services__item-title {
  margin-bottom: 30px;
}

.services__item-text {
  padding: 0 5px;
}

.connection {
  position: relative;
  padding: 27px 0 40px;
}

.connection__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.connection__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.connection__bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(27, 76, 209, 0.35)), to(rgba(12, 24, 192, 0.836))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(bottom, rgba(27, 76, 209, 0.35), rgba(27, 76, 209, 0.35)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background: linear-gradient(0deg, rgba(27, 76, 209, 0.35), rgba(27, 76, 209, 0.35)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
  left: 0;
  top: 0;
}

.connection__inner {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.connection__title {
  margin-bottom: 50px;
}

.connection__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -33px;
  padding: 0 35px;
}

.connection__item {
  width: 25%;
  padding: 0 33px;
  margin-bottom: 20px;
  position: relative;
}

.connection__item::after {
  content: '';
  width: 53%;
  height: 9px;
  background: url(/about/images/connection/connection-arrow.svg) right center/auto auto no-repeat;
  position: absolute;
  right: 0;
  top: 62px;
}

.connection__item:last-child::after {
  display: none;
}

.connection__item img {
  display: block;
  width: auto;
  height: 45px;
  margin-bottom: 11px;
  margin-left: 5px;
}

.connection__item > span {
  display: block;
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  text-transform: uppercase;
}

.connection__item > p {
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.35;
}

.connection__item > p span {
  display: block;
}

.connection__item > p a {
  color: currentColor;
  text-decoration: underline;
}

.benefits {
  padding: 38px 0 76px;
}

.benefits__title {
  margin-bottom: 75px;
}

.benefits__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px 62px;
}

.benefits__item {
  width: 16.666%;
  padding: 0 30px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.28;
  color: #060606;
  text-align: center;
}

.benefits__item > div {
  height: 42px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.benefits__item > div img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
}

.benefits__item p span {
  font-weight: 700;
}

.benefits__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.benefits__contact p {
  margin-right: 26px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.39;
}

.benefits__contact a {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.17;
  color: #000000;
  text-decoration: underline;
}

.breadcrumbs__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs__list-item {
  position: relative;
  padding-right: 12px;
  margin-right: 6px;
  line-height: 1;
}

.breadcrumbs__list-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumbs__list-item:last-child .breadcrumbs__list-link {
  pointer-events: none;
  font-weight: 700;
}

.breadcrumbs__list-item::after {
  content: '-';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 1px;
}

.breadcrumbs__list-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.35;
  color: #ffffff;
}

.about-services {
  padding: 54px 0 0;
}

.about-services .services__title {
  margin-bottom: 40px;
}

.about-services .about-block {
  margin-bottom: 54px;
}

.about-benefits {
  padding: 24px 0 57px;
}

.about-benefits .benefits__title {
  margin-bottom: 34px;
}

.about-benefits .benefits__block {
  margin-bottom: 0;
}

.about-contact {
  padding: 51px 15px 47px;
}

@media (min-width: 992px) {
  .hover-element:hover::before,
  .hover-element:focus::before {
    width: 100%;
    right: auto;
    left: 0;
  }
}

@media (max-width: 1200px) {
  .services__item-icon {
    height: 80px;
    margin-bottom: 30px;
  }

  .services__item-title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .connection__block {
    margin: 0 -10px;
    padding: 0;
  }

  .connection__item {
    padding: 0 10px;
  }

  .connection__item::after {
    right: 30px;
  }

}

@media (max-width: 1100px) {
  h1,
  .big-title {
    font-size: 52px;
  }

  .benefits__block {
    margin: 0 -10px 15px;
  }

  .benefits__item {
    padding: 0 10px;
  }
}

@media (max-width: 992px) {
  .wrapper.inner-page .top__inner {
    min-height: 160px;
    padding: 20px 0;
  }

  .wrapper.inner-page .top__title {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .title-block__icon {
    height: 35px;
    margin-bottom: 10px;
  }

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

  .big-title {
    font-size: 40px;
  }

  .medium-title {
    font-size: 30px;
  }

  .small-title {
    font-size: 26px;
  }

  .micro-title {
    font-size: 20px;
  }
  
  .top__inner {
    min-height: 500px;
  }

  .top__title {
    margin-bottom: 15px;
  }

  .top__subtitle {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .top__about {
    margin-top: 30px;
  }

  .services.services-page .benefits__contact {
    margin-top: 30px;
  }

  .services__block {
    margin: 0 -5px;
  }

  .services__column {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .services__item-content {
    padding: 35px 20px;
  }

  .services__item-icon {
    height: 65px;
  }

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

  .connection__title {
    margin-bottom: 30px;
  }

  .connection__item::after {
    width: 40%;
    right: 20px;
    top: 52px;
  }

  .connection__item img {
    height: 35px;
  }

  .connection__item > span {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .benefits__title {
    margin-bottom: 50px;
  }

  .benefits__item {
    width: 25%;
    margin-bottom: 30px;
  }

  .benefits__item > div {
    height: 35px;
    margin-bottom: 10px;
  }

  .benefits__contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefits__contact p {
    font-size: 24px;
  }

  .benefits__contact a {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .wrapper.inner-page .top__title {
    font-size: 36px;
  }

  .title-block__icon {
    height: 30px;
  }

  .title-block__text {
    font-size: 20px;
  }

  .big-title {
    font-size: 36px;
  }

  .medium-title {
    font-size: 26px;
  }

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

  .top__inner {
    min-height: 440px;
  }

  .about-block {
    padding: 15px 20px;
  }

  .about-block__image {
    width: 120px;
  }

  .about-block__info {
    width: 450px;
  }

  .about-block__list-item {
    font-size: 14px;
  }

  .services__item-content {
    padding: 25px 15px;
  }

  .services__item-icon {
    height: 55px;
    margin-bottom: 20px;
  }

  .connection__block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .connection__item {
    width: 50%;
    max-width: 350px;
  }

  .connection__item::after {
    width: 60%;
  }

  .connection__item > p span {
    display: inline-block;
  }

  .benefits__item {
    width: 33.333%;
  }

  .benefits__contact p {
    font-size: 20px;
    margin-right: 15px;
  }
}

@media (max-width: 576px) {
  .wrapper.inner-page .top__inner {
    min-height: 140px;
  }

  .wrapper.inner-page .top__title {
    font-size: 32px;
  }

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

  .small-title {
    font-size: 20px;
  }

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

  .services {
    padding-bottom: 75px;
  }

  .services {
    padding-bottom: 50px;
  }

  .services__title {
    margin-bottom: 20px;
  }

  .services__column {
    width: 100%;
  }

  .services__item-title {
    font-size: 20px;
  }

  .benefits {
    padding-bottom: 50px;
  }

  .benefits__title {
    margin-bottom: 30px;
  }

  .benefits__item {
    width: 50%;
  }

  .benefits__contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .benefits__contact p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .about-services {
    padding-bottom: 20px;
  }

  .about-services .services__title {
    margin-bottom: 25px;
  }

  .about-services .about-block {
    margin-bottom: 35px;
  }

  .about-benefits {
    padding-bottom: 20px;
  }

  .about-contact {
    padding: 35px 15px;
  }
}

@media (max-width: 480px) {
  .big-title {
    font-size: 32px;
  }

  .top__inner {
    min-height: 520px;
    padding-top: 50px;
  }

  .top__subtitle {
    font-size: 16px;
  }

  .about-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
  }

  .about-block__image {
    margin: 0 0 0 15px;
    width: 100px;
  }

  .about-block__info {
    width: 100%;
  }

  .connection {
    padding-bottom: 20px;
  }

  .connection__item {
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
    text-align: center;
  }

  .connection__item::after {
    width: 50px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 20px;
    -webkit-transform: translateX(-25px) rotate(90deg);
    -ms-transform: translateX(-25px) rotate(90deg);
    transform: translateX(-25px) rotate(90deg);
  }

  .connection__item:last-child {
    padding-bottom: 0;
  }

  .connection__item img {
    margin: 0 auto 10px;
  }

  .connection__item > p {
    padding-left: 0;
  }
}

@media (max-width: 375px) {
  .benefits__item {
    width: 100%;
  }
}
