.page-content .content {
  padding-top: 0 !important;
}
.page-content article {
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
.page-content article h1 {
  padding-top: 0 !important;
}

.underlined {
  text-decoration-line: underline;
  text-underline-offset: 3px;
}

.title-bigger {
  text-align: left;
  font-size: 35px;
  text-transform: none;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 992px) {
  .title-bigger {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .title-bigger {
    font-size: 50px;
  }
}
@media (min-width: 1401px) {
  .title-bigger {
    font-size: 75px;
    line-height: 0.95;
  }
}

.linecamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  overflow: hidden;
}
.linecamp--2 {
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
}
.linecamp--3 {
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
}
.linecamp--4 {
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
}

.detail-text {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 992px) {
  .detail-text {
    font-size: 16px;
  }
}
.detail-text *:not(h1):not(h2):not(h3):not(h4) {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 992px) {
  .detail-text *:not(h1):not(h2):not(h3):not(h4) {
    font-size: 16px;
  }
}
.detail-text h1, .detail-text h2, .detail-text h3, .detail-text h4 {
  font-size: 30px;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 1.05;
  margin: 40px 0 20px;
}
.detail-text h1:first-child, .detail-text h2:first-child, .detail-text h3:first-child, .detail-text h4:first-child {
  margin-top: 0;
}
.detail-text b,
.detail-text strong {
  font-weight: 600 !important;
}
.detail-text a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}
.detail-text a:hover {
  opacity: 0.5;
}
.detail-text p {
  margin: 0 0 15px !important;
}
.detail-text p:last-child {
  margin-bottom: 0 !important;
}
.detail-text ol,
.detail-text ul {
  margin: 0 0 15px;
}
.detail-text ol:last-child,
.detail-text ul:last-child {
  margin-bottom: 0;
}
.detail-text ol li,
.detail-text ul li {
  margin: 0 0 10px;
}
.detail-text ol li:last-child,
.detail-text ul li:last-child {
  margin-bottom: 0;
}
.detail-text > br:last-child {
  display: none;
}
.detail-text img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin: 40px auto;
  vertical-align: middle;
  border-radius: 5px;
}
.detail-text img:first-child {
  margin-top: 0;
}

.img-res img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  object-fit: cover;
  margin: 0 auto;
}

.img-rel {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-rel img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.svg-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.svg-icon svg {
  display: block;
}
.svg-icon svg rect,
.svg-icon svg circle,
.svg-icon svg path {
  transition: all 0.2s ease;
}

.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.opacity {
  opacity: 0 !important;
  visibility: hidden !important;
}

.scrollbar {
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #C4C6C7;
  border: 1px solid #FFFFFF;
}
.scrollbar::-webkit-scrollbar-thumb:window-inactive-thumb {
  background: #C4C6C7;
  border: 2px solid #FFFFFF;
}
.scrollbar.scrollbar--horizontal {
  overflow: hidden;
  overflow-x: auto;
  overscroll-behavior: auto;
}

.swiper:not(.swiper-initialized) .slider-nav,
.swiper:not(.swiper-initialized) .slider-buttons,
.swiper:not(.swiper-initialized) .swiper-pagination {
  display: none !important;
}
.swiper .swiper-pagination-bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  opacity: 1;
  background-color: #EEEEEE;
  margin: 0 2.5px !important;
  transition: all 0.65s ease;
}
.swiper .swiper-pagination-bullet-active {
  width: 21px;
}
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  border-radius: 0;
  background: #EEEEEE;
}
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  border-radius: 0;
  background: #000000;
}
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal.swiper-scrollbar--white {
  background-color: #FFFFFF;
}
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal.swiper-scrollbar--white .swiper-scrollbar-drag {
  background: #B10404;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: inline-flex;
  width: auto;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  transition: all 0.2s ease;
}

.slider-nav {
  position: absolute;
  width: 45px;
  height: 45px;
  margin-top: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.slider-nav.swiper-button-next {
  right: 10px;
}
.slider-nav.swiper-button-prev {
  left: 10px;
  transform: translateY(-50%) scale(-1);
}
.slider-nav.swiper-button-disabled {
  opacity: 0;
}
.slider-nav--desktop {
  display: none;
}
.slider-nav svg {
  width: 100%;
  height: 100%;
}
.slider-nav:after {
  display: none;
}
.slider-nav:hover svg circle {
  fill: #000000;
}
.slider-nav:hover svg path {
  fill: #FFFFFF;
}
@media (min-width: 769px) {
  .slider-nav--desktop {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .slider-nav.swiper-button-next {
    right: 20px;
  }
  .slider-nav.swiper-button-prev {
    left: 20px;
  }
}

.button-block-center {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.button-block-center .button {
  width: 100%;
  min-width: 180px;
}
@media (min-width: 576px) {
  .button-block-center .button {
    width: auto;
  }
}

.anim-scale {
  overflow: hidden;
}
.anim-scale__item {
  overflow: hidden;
}
.anim-scale__image {
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.36, 0, 0, 0.99);
}
.anim-scale:hover .anim-scale__image {
  transform: scale(1.15);
}

.title-hidden {
  position: absolute !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #FFFFFF;
}

.overview-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  background-color: #F8F8F8;
  border-radius: 10px;
  height: auto !important;
}
.overview-card__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.overview-card__top .expert-head {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 0.95;
}
.overview-card__top .expert-head__image .image {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
}
.overview-card__top .expert-head__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.overview-card__top .expert-head__info .name {
  font-weight: 600;
}
.overview-card__top .expert-head__info .profession {
  color: #7F7F7F;
  font-weight: 500;
}
.overview-card__top .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.overview-card__top .info .title {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.overview-card__image {
  margin-top: auto;
}
.overview-card__image .image {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 5px;
  background-color: #EEEEEE;
}

.overview-section__header {
  margin-bottom: -10px;
}
@media (min-width: 992px) {
  .overview-section__header {
    margin-bottom: -29px;
  }
}
.overview-section__header .svg-icon {
  width: 100%;
  height: 100%;
}
.overview-section__header .svg-icon svg {
  width: 100%;
  height: 100%;
}
.overview-section .overview-content {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #000000;
  padding: 30px 19px 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .overview-section .overview-content {
    padding: 40px 19px 20px;
  }
}
.overview-section .overview-content__header {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 992px) {
  .overview-section .overview-content__header {
    gap: 40px;
  }
}
.overview-section .overview-content__header-top .svg-icon {
  width: 100%;
  height: 100%;
}
.overview-section .overview-content__header-top .svg-icon svg {
  width: 100%;
  height: 100%;
}
.overview-section .overview-content__header-bottom .experts-circles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.overview-section .overview-content__header-bottom .experts-circles__list {
  display: flex;
}
.overview-section .overview-content__header-bottom .experts-circles__item {
  position: relative;
  flex: 50px 0 0;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .overview-section .overview-content__header-bottom .experts-circles__item {
    flex: 60px 0 0;
  }
}
@media (min-width: 992px) {
  .overview-section .overview-content__header-bottom .experts-circles__item {
    flex: 70px 0 0;
  }
}
.overview-section .overview-content__header-bottom .experts-circles__item:not(:first-child) {
  margin-left: -15px;
}
@media (min-width: 992px) {
  .overview-section .overview-content__header-bottom .experts-circles__item:not(:first-child) {
    margin-left: -20px;
  }
}
.overview-section .overview-content__header-bottom .experts-circles__item .img-rel {
  padding-bottom: 100%;
}
.overview-section .overview-content__header-bottom .experts-circles__item .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .overview-section .overview-content__header-bottom .experts-circles__item .text {
    font-size: 14px;
  }
}
.overview-section .overview-content__header-bottom .experts-circles__desc {
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 465px;
}
@media (min-width: 576px) {
  .overview-section .overview-content__header-bottom .experts-circles__desc {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .overview-section .overview-content__header-bottom .experts-circles__desc {
    font-size: 16px;
  }
}

.overview-cards.swiper {
  overflow: unset;
}
.overview-cards.swiper .swiper-scrollbar {
  margin-top: 15px;
}

/*# sourceMappingURL=style.css.map */
