

/* Start:/local/templates/.default/css/reviews.css?17769452612022*/
.qp-reviews {
  padding: var(--m72) 0;
}
.qp-reviews__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 20px;
}
@media (max-width: 1023px) {
  .qp-reviews__body {
    grid-template-columns: 1fr;
  }
}
.qp-reviews__left .h2 {
  margin-bottom: 46px;
}
.qp-reviews__left p {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.qp-reviews__widget {
    min-height: 760px;
}
.qp-reviews__widget iframe {
	border: none;
	width: 100%;
	height: 100%;
}
.qp-reviews__btn {
  margin-bottom: 32px;
}
.qp-reviewsItem {
  background: rgba(249, 248, 246, 1);
  padding: 20px;
}
.qp-reviewsItem__date {
  color: #333333;
  font-size: 14px;
  margin-bottom: 5px;
}
.qp-reviewsItem__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
}
.qp-reviewsItem__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  white-space: normal;
  word-break: break-word;
}
.qp-reviewsItem__text p {
  white-space: normal;
  word-break: break-word;
}
.qp-reviewsItems {
  position: relative;
  min-width: 0;
}
.qp-reviews__body > * {
  min-width: 0;
}
.reviewsItems__box {
  padding-left: 84px;
  padding-right: 84px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.qp-reviewsItems__btns {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  top: 50%;
  margin-top: -26px;
}
.qp-reviewsItems__btns .arrow--next {
  margin-left: auto;
}
@media (max-width: 768px) {
  .qp-reviewsItems__btns {
    position: relative;
    top: 0;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }
  .reviewsItems__box {
    padding-left: 0;
    padding-right: 0;
  }
  .qp-reviewsItems__btns .arrow--next {
    margin-left: 10px;
  }
}
@media (max-width: 550px) {
  .qp-reviews__btn .btn {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/.default/css/callback-line.css?17727805291356*/
.qp-open-form {
  background-color: #002877;
  color: #fff;
  padding: var(--m72) 0;
}
.qp-open-form__body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  align-items: center;
}
@media (max-width: 1023px) {
  .qp-open-form__body {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.qp-open-form__content {
  grid-column: span 7;
}
@media (max-width: 1023px) {
  .qp-open-form__content {
    grid-column: span 1;
  }
  .qp-open-form__content .btn {
    width: 100%;
  }
}
.qp-open-form__image {
  grid-column: span 5;
}
@media (max-width: 1023px) {
  .qp-open-form__image {
    grid-column: span 1;
  }
}
.qp-open-form__image img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.qp-open-form .h2 {
  margin-bottom: 32px;
}
.qp-open-form__desc {
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.27px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .qp-open-form__desc {
    font-size: 23px;
  }
}
.btn--white {
  --btn-bg-color: #fff;
  --btn-border-color: #fff;
  --btn-color: #002877;
  --btn-hover-bg-color: #002877;
  --btn-hover-border-color: #fff;
  --btn-hover-color: #fff;
  line-height: 100%;
}
/* End */


/* Start:/local/templates/.default/css/articles.css?17727838301743*/

.expert-section.articles-section {
  background-color: #fff;
}
.expert-section.articles-section .expert-slide {
  position: relative;
  padding: 100px 20px 20px 20px;
  background: #F9F8F6;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: initial;
  text-decoration: unset;
  cursor: pointer;
}
@media (hover: hover) {
  .expert-section.articles-section .expert-slide:hover .expert-slide__title {
    color: #002877;
  }
}
.expert-section.articles-section .expert-slide img {
  position: absolute;
  left: -10px;
  top: -30px;
  width: 176px;
  height: 117px;
}
.expert-section.articles-section .expert-slide__date {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.expert-section.articles-section .expert-slide__title {
  color: #333;
  font-family: "Bebas Neue", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 120% */
  letter-spacing: 0.27px;
  transition: 200ms color linear;
}
.expert-section.articles-section .expert-slide__text {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.expert-section.articles-section .expert-slide__tags {
  display: flex;
  align-items: center;
  gap: 16px 32px;
  flex-wrap: wrap;
}
.expert-section.articles-section .tags__item {
  color: var(--link-color);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: flex;
  align-items: center;
  column-gap: var(--link-gap, 12px);
  row-gap: 8px;
}
/* End */


/* Start:/local/templates/.default/css/services.short.css?1775197002806*/
.qp-other-services .swiper-slide {
  padding: 0;
}
.qp-other-services__card {
  background: #FFF;
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
  color: currentColor;
  text-decoration: none;
}
@media (hover: hover) {
  .qp-other-services__card:hover .qp-other-services__card-title {
    color: #002877;
  }
}
.qp-other-services__card-title {
  color: #333;
  font-family: "Bebas Neue", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 120% */
  letter-spacing: 0.27px;
  transition: 200ms color linear;
}
.qp-other-services__card-desc {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
/* End */


/* Start:/local/templates/.default/css/specialists.css?1772786540937*/

.qp-team {
  padding: var(--m72) 0;
}
.qp-team .swiper {
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .qp-team__body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    transform: unset !important;
  }
  .qp-team__body .swiper-slide {
    display: contents;
  }
}
@media (min-width: 1024px) {
  .qp-team .slider-nav {
    display: none !important;
  }
}
.qp-team .swiper-slide {
  padding: 0;
}
.qp-team__card {
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.qp-team__card img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 139/127;
  object-fit: cover;
  margin-bottom: 24px;
}
.qp-team__card-title {
  font-weight: 700;
  margin-bottom: 16px;
  padding-inline: 20px;
}
.qp-team__card-position {
  padding-inline: 20px;
  text-wrap: pretty;
}
/* End */
/* /local/templates/.default/css/reviews.css?17769452612022 */
/* /local/templates/.default/css/callback-line.css?17727805291356 */
/* /local/templates/.default/css/articles.css?17727838301743 */
/* /local/templates/.default/css/services.short.css?1775197002806 */
/* /local/templates/.default/css/specialists.css?1772786540937 */
