<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Do not edit this file! Its made from /bitrix/templates/responsive/layout/gulpfile.js
 */

.services {
  margin-bottom: 40px;
}
.services__title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 992px) {
  .services__title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
  }
}
.services__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 12px;
  }
  .header-middle .services__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
  }
}
@media (max-width: 480px) {
  .header-middle .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.services__item-link {
  color: #000;
}
.services__item-link:hover,
.services__item-link:focus,
.services__item-link:active {
  color: #000;
}
.services__item-link:hover .service-card,
.services__item-link:focus .service-card,
.services__item-link:active .service-card {
  background-color: transparent;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.header-middle .services__item-link:hover .service-card,
.header-middle .services__item-link:focus .service-card,
.header-middle .services__item-link:active .service-card {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-middle .services__item-link:hover .service-card__title,
.header-middle .services__item-link:focus .service-card__title,
.header-middle .services__item-link:active .service-card__title {
  color: #3C71EE;
}
.header-middle .services__item-link:hover .service-card__img,
.header-middle .services__item-link:focus .service-card__img,
.header-middle .services__item-link:active .service-card__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.services__item-link:hover .service-card__img-wrapper::after,
.services__item-link:focus .service-card__img-wrapper::after,
.services__item-link:active .service-card__img-wrapper::after {
  display: none;
}
.services__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .services__banner {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .services__banner {
    min-height: 0;
    height: 200px;
    font-size: 20px;
    line-height: 24px;
  }
}
.services__banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #000;
}
@media (max-width: 1100px) {
  .services__banner-link {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .services__banner-link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .services__banner-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 0;
    text-align: center;
  }
}
.services__banner-link:hover {
  color: #000;
}
.services__banner-link:hover .services__banner-btn {
  color: #3C71EE;
  background-color: transparent;
  border-color: #3C71EE;
}
.services__banner-accent {
  color: #3C71EE;
}
.services__banner-img {
  position: absolute;
  top: -22px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 1600px) {
  .services__banner-img {
    top: 0;
  }
}
@media (max-width: 1100px) {
  .services__banner-img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}
@media (max-width: 480px) {
  .services__banner-img {
    height: auto;
  }
}
.services__banner-center {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  max-width: 484px;
  margin: 0 100px;
}
@media (max-width: 1400px) {
  .services__banner-center {
    margin: 0 60px;
  }
}
@media (max-width: 1100px) {
  .services__banner-center {
    margin: 0 30px;
  }
}
@media (max-width: 480px) {
  .services__banner-center {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 176px;
    margin: 6px 0 0;
  }
}
.services__banner-left,
.services__banner-right {
  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;
}
@media (max-width: 480px) {
  .services__banner-left,
  .services__banner-right {
    display: block;
  }
}
.services__banner-btn {
  padding: 10px 18px;
  margin-top: 13px;
  font-size: 14px;
  color: #FFF;
  background-color: #3C71EE;
  border-radius: 8px;
  border: 2px solid #3C71EE;
}
@media (max-width: 480px) {
  .services__banner-btn {
    display: none;
  }
}
.service-card {
  position: relative;
  height: 100%;
  padding-bottom: 84.15%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .service-card {
    padding-bottom: 100%;
  }
}
.header-middle .service-card {
  padding-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  overflow: visible;
}
.service-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.service-card__img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.header-middle .service-card__img-wrapper {
  position: relative;
  height: auto;
  padding-bottom: 68.75%;
  margin-bottom: 10px;
  border-radius: 8px;
}
.service-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 20px;
  z-index: 1;
}
.header-middle .service-card__info {
  position: static;
  padding: 0;
}
@media (max-width: 992px) {
  .service-card__info {
    padding: 0 8px 8px;
  }
}
.service-card__title,
.service-card__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-card__title {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .service-card__title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .service-card__title {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.service-card__description {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .service-card__description {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 480px) {
  .service-card__description {
    font-size: 10px;
    line-height: 12px;
  }
  .header-middle .service-card__description {
    display: none;
  }
}
.service-card__description em {
  font-style: normal;
  color: #3C71EE;
}
</pre></body></html>