

/* Start:/local/templates/.default/css/spoiler.css?1756997521384*/
[data-role="spoiler"] [data-role="content"]{
	overflow: hidden;
	height: 0;
	transition: height .3s linear;
}
[data-role="spoiler"].open [data-role="content"] {
    height: var(--height, 0);
}
[data-role="spoiler"].open [data-role="button"] .spoiler-open-btn:before,
[data-role="spoiler"].open [data-role="button"] .spoiler-open-btn:after {
    transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/.default/css/geography.css?17727122181353*/
.qp-geography {
  background-color: #002877;
  color: #fff;
  padding: var(--m72) 0;
}
.qp-geography__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 64px;
}
@media (max-width: 1023px) {
  .qp-geography__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.qp-geography__card {
  position: relative;
  background: #FFF;
  padding: 20px;
  display: flex;
  height: 180px;
  color: #333;
  font-family: "Bebas Neue", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 27px */
  letter-spacing: 0.27px;
  text-decoration: unset;
  overflow: hidden;
  transition: 200ms transform linear;
}
@media (max-width: 1279px) {
  .qp-geography__card {
    height: 110px;
  }
}
@media (max-width: 767px) {
  .qp-geography__card {
    font-size: 23px;
  }
}
@media (hover: hover) {
  .qp-geography__card:hover {
    transform: translateY(-10px);
  }
}
.qp-geography__card img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
}
@media (max-width: 1279px) {
  .qp-geography__card img {
    bottom: -10px;
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .qp-geography__card img {
    bottom: -20px;
    max-width: 110px;
  }
}
/* 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/reviews.css?1772781330593*/
.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%;
}

/* 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 */
/* /local/templates/.default/css/spoiler.css?1756997521384 */
/* /local/templates/.default/css/geography.css?17727122181353 */
/* /local/templates/.default/css/callback-line.css?17727805291356 */
/* /local/templates/.default/css/reviews.css?1772781330593 */
/* /local/templates/.default/css/articles.css?17727838301743 */
