html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
/*section,*/
/*.tabs-services-section {*/
  /*width: 100%;*/
  /*overflow: hidden;*/
/*}*/
/*.tabs-services-section {*/
  /*background-color: #fff;*/
/*}*/
.section-top h2 {
  color: #0B2752;
}
.nh-section-top {
  align-items: center;
}
.nh-section-indents {
  padding: 100px 0px;
}
.pad-bot-0{
  padding-bottom: 0 !important;
}
.article-body + .nh-section-indents{
  padding-top: 200px;
}
.section-top__text {
  margin-top: 15px;
  color: rgba(11, 39, 82, 0.71);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.6px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}
.nh-slider-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.nh-slider-nav__button {
  display: block;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  border: none;
  background-color: transparent;
  color: #0B2752;
  line-height: 0;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section-top-with-btn .nh-slider-nav__button {
  padding: 0px 0px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  transform: initial;
  color: #19345f;
  margin: 0;
}
.section-top-with-btn .nh-slider-nav__button svg {
  width: 60%;
}
.nh-slider-nav__button::after {
  display: none;
}
.nh-slider-nav__button svg {
  display: block;
  width: 40px;
  height: 34px;
}
.nh-slider-nav__button.swiper-button-disabled {
  color: #626262;
  cursor: default;
}
.nh-slider-nav__button:not(.swiper-button-disabled):hover {
  opacity: 0.72;
}
.nh-list {
  color: #0B2752;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.54px;
}
.nh-list li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 24px;
}
.nh-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 7px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0B2752;
}
/* Shared Responsive */
@media (max-width: 1199px) {
  .section-top__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .nh-section-indents {
    padding: 72px 0px;
  }
  .article-body + .nh-section-indents{
    padding-top: 144px;
  }
  .section-top__text {
    font-size: 17px;
    letter-spacing: -0.34px;
  }
}
@media screen and (max-width: 639px) {
  .section-top h2 {
    font-size: 30px;
  }
  .nh-slider-nav {
    gap: 28px;
  }
  .nh-slider-nav__button {
    line-height: 0;
  }
  .nh-slider-nav__button svg {
    width: 34px;
    height: 28px;
  }
  .section-top__text {
    font-size: 16px;
    margin-top: 15px;
  }
  .nh-section-top {
    margin-bottom: 0;
  }
}
/* What Change Section */
.nh-what-change-section {
  background-color: #ffffff;
}
html.nh-what-change-lock,
body.nh-what-change-lock {
  overflow: hidden;
  overscroll-behavior: none;
}
.nh-what-change-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.7vw;
  margin-top: 60px;
}
.nh-what-change-content {
  width: 50%;
  min-width: 0;
}
.nh-what-change-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nh-what-change-item {
  margin-bottom: 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(11, 39, 82, 0.18);
}
.nh-what-change-item p {
  position: relative;
  margin: 0;
  padding-left: 28px;
  color: #0B2752;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: clamp(20px, 1.39vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.nh-what-change-item p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 7px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0B2752;
}
.nh-what-change-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.nh-what-change-video {
  width: 50%;
  max-width: 600px;
  height: auto;
}
.nh-what-change-video-trigger {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  padding: 0;
  border: none;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(11, 39, 82, 0.12);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.nh-what-change-video-trigger:hover {
  box-shadow: 0 24px 64px rgba(11, 39, 82, 0.16);
}
.nh-what-change-video-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0) 42%), linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(11, 39, 82, 0.08) 100%);
  pointer-events: none;
}
.nh-what-change-video-preview {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nh-what-change-video-preview[src=""] {
  opacity: 0;
}
.nh-what-change-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  min-width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 36px rgba(11, 39, 82, 0.18);
  transform: translate(-50%, -50%);
  transition-duration: 0.3s;
}
.nh-what-change-video-play::before {
  content: "";
  display: block;
  margin-left: 0.25vw;
  width: 0;
  height: 0;
  border-top: 0.5vw solid transparent;
  border-bottom: 0.5vw solid transparent;
  border-left: 0.8vw solid #0B2752;
}
.nh-what-change-video-trigger:hover .nh-what-change-video-play,
.nh-guarantees-section__video-play:hover .nh-what-change-video-play {
  transform: translate(-50%, -50%) scale(1.1);
}
.nh-what-change-dialog {
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  transform: none;
  opacity: 1;
  transition: none;
}
.nh-what-change-dialog[open] {
  display: block;
}
.nh-what-change-dialog::backdrop {
  background: rgba(5, 15, 33, 0);
  backdrop-filter: blur(0px);
  transition: background 0.28s ease, backdrop-filter 0.28s ease;
}
.nh-what-change-dialog.nh-what-change-dialog-active::backdrop {
  background: rgba(5, 15, 33, 0.78);
  backdrop-filter: blur(6px);
}
.nh-what-change-dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  transition: background 0.2s ease;
}
.nh-what-change-dialog-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.nh-what-change-dialog-body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.nh-what-change-dialog.nh-what-change-dialog-active .nh-what-change-dialog-body {
  opacity: 1;
  transform: scale(1);
}
.nh-what-change-dialog-video {
  display: block;
  width: min(100%, 1180px);
  aspect-ratio: 16/9;
  max-width: 100%;
  max-height: calc(100vh - 48px);
  border-radius: 20px;
  background: #000000;
  -o-object-fit: contain;
  object-fit: contain;
}
/* What Change Section Responsive */
@media (max-width: 1199px) {
  .nh-what-change-wrap {
    gap: 40px;
  }
  .nh-what-change-item p {
    letter-spacing: -0.36px;
    font-size: 16px;
  }
  .nh-what-change-item p::before {
    width: 8px;
  }
  .nh-what-change-video-play::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #0B2752;
  }
}
@media (max-width: 960px) {
  .nh-what-change-wrap {
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
  }
  .nh-what-change-video {
    width: 100%;
    max-width: none;
  }
  .nh-what-change-content {
    width: 100%;
  }
  .nh-what-change-item p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .nh-what-change-wrap {
    gap: 28px;
    margin-top: 32px;
  }
  .nh-what-change-item p {
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: -0.3px;
  }
  .nh-what-change-video-trigger {
    border-radius: 18px;
  }
  .nh-what-change-video-play::before {
    margin-left: 4px;
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 14px;
  }
  .nh-what-change-dialog {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    padding: 0;
    margin: 0;
    border-radius: 0;
    transform: none;
  }
  .nh-what-change-dialog-video {
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 28px);
    border-radius: 14px;
  }
  .nh-what-change-dialog-body {
    padding: 0px 0px;
  }
}
@media screen and (max-width: 639px) {
  .nh-what-change-item {
    margin-bottom: 12px;
    padding: 0 0 12px;
  }
  .nh-what-change-item p {
    padding-left: 24px;
    font-size: 16px;
  }
  .nh-what-change-video-play::before {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
  }
}
/* Solve Problems Section */
.nh-solve-problems-section {
  background-color: #ffffff;
}
.nh-solve-problems-section__head .section-top__text {
  margin-top: 14px;
}
.nh-solve-problems-section__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4vw;
  margin-top: 65px;
}
.nh-solve-problems-section__media {
  width: 47%;
}
.nh-solve-problems-section__media img {
  display: block;
  width: 100%;
  height: auto;
}
.nh-solve-problems-section__info {
  width: 53%;
  padding-top: 8px;
}
.nh-solve-problems-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nh-solve-problems-section__list li {
  margin-bottom: 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(11, 39, 82, 0.18);
}
.nh-solve-problems-section__list li p {
  position: relative;
  margin: 0;
  padding-left: 28px;
  color: #0B2752;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: clamp(20px, 1.39vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.nh-solve-problems-section__list li p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 7px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0B2752;
}
.nh-solve-problems-section__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* Solve Problems Section Responsive */
@media (max-width: 1199px) {
  .nh-solve-problems-section__head {
    width: 60%;
  }
  .nh-solve-problems-section__body {
    margin-top: 40px;
  }
  .nh-solve-problems-section__media {
    width: 40%;
  }
  .nh-solve-problems-section__info {
    width: 50%;
  }
  .nh-solve-problems-section__list li p {
    letter-spacing: -0.36px;
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .nh-solve-problems-section__head {
    width: 100%;
  }
  .nh-solve-problems-section__body {
    flex-direction: column;
    align-items: stretch;
    margin-top: 32px;
  }
  .nh-solve-problems-section__media {
    width: 70%;
    margin: 0 auto 28px;
  }
  .nh-solve-problems-section__info {
    width: 100%;
    padding-top: 0;
  }
  .nh-solve-problems-section__list li p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .nh-solve-problems-section__body {
    margin-top: 28px;
  }
  .nh-solve-problems-section__media {
    width: 82%;
    margin-bottom: 24px;
  }
  .nh-solve-problems-section__list li p {
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: -0.3px;
  }
  .nh-solve-problems-section__list li p::before,
  .nh-list li::before {
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 639px) {
  .nh-solve-problems-section__media {
    width: 100%;
  }
  .nh-solve-problems-section__list li {
    margin-bottom: 12px;
    padding: 0 0 12px;
  }
  .nh-solve-problems-section__list li p {
    padding-left: 24px;
    font-size: 16px;
  }
  .nh-solve-problems-section__head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* Five Steps Section */
.nh-five-steps-section {
  background-color: #ffffff;
}
.nh-five-steps-section .section-top__text {
  margin-top: 15px;
}
.nh-five-steps-section__cards {
  display: flex;
  align-items: stretch;
  margin-top: 50px;
}
.nh-five-steps-section__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 17.5%;
  height: 350px;
  padding: 24px 12px 24px 16px;
  border: none;
  border-radius: 24px;
  background-color: transparent;
  color: #0B2752;
  text-align: left;
  cursor: pointer;
  transition-duration: 0.45s;
  z-index: 1;
  overflow: hidden;
}
.nh-five-steps-section__card > span {
  display: block;
  margin-bottom: 24px;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.nh-five-steps-section__card > div {
  margin-top: auto;
}
.nh-five-steps-section__card strong {
  display: block;
  margin-bottom: 0;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.4px;
}
.nh-five-steps-section__card p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: #8494AF;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  opacity: 0;
  transition: max-height 0.45s ease, opacity 0.45s ease;
}
.nh-five-steps-section__card--active {
  width: 28%;
  background-color: #0B2752;
  color: #ffffff;
}
.nh-five-steps-section__card--active p {
  max-height: 160px;
  margin-top: 12px;
  opacity: 1;
  transition-delay: 0.12s;
}
.nh-five-x-line {
  display: flex;
  height: 350px;
  width: 1px;
  background-color: #19345f;
}
.nh-five-steps-section__card--active + .nh-five-x-line,
.nh-five-x-line--before {
  background-color: transparent;
}
/* Five Steps Section Responsive */
@media screen and (max-width: 1400px) {
  .nh-five-steps-section__card {
    height: 372px;
  }
  .nh-five-steps-section__card strong {
    font-size: 18px;
  }
  .nh-five-steps-section__card p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .nh-five-steps-section__cards {
    margin-top: 50px;
  }
  .nh-five-steps-section__card,
  .nh-five-x-line {
    height: 270px;
  }
  .nh-five-steps-section__card > span {
    font-size: 20px;
  }
  .nh-five-steps-section__card strong {
    font-size: 17px;
  }
  .nh-five-steps-section__card p {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .nh-five-steps-section__cards {
    display: block;
  }
  .nh-five-steps-section__card {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-radius: 0;
    padding-top: 0;
    border-bottom: 1px solid rgba(11, 39, 82, 0.18);
    cursor: default;
  }
  .nh-five-steps-section__card::before,
  .nh-five-steps-section__card::after {
    display: none;
  }
  .nh-five-steps-section__card:last-child {
    margin-bottom: 0;
  }
  .nh-five-steps-section__card > span {
    margin-bottom: 35px;
    position: relative;
  }
  .nh-five-steps-section__card > span::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M8.5 7.27647L8.40588 0.594119L1.72353 0.5M8.40588 0.594119L0.5 8.5' stroke='%230B2752' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition-duration: 0.4s;
    overflow: visible;
  }
  .nh-five-steps-section__card--active.nh-five-steps-section__card > span::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M8.5 7.27647L8.40588 0.594119L1.72353 0.5M8.40588 0.594119L0.5 8.5' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: translateY(-50%) rotate(-190deg);
  }
  .nh-five-steps-section__card p {
    max-height: 0;
  }
  .nh-five-steps-section__card--active p {
    max-height: 140px;
  }
  .nh-five-x-line {
    display: none;
  }
  .nh-five-steps-section__card {
    width: 100%;
    border-radius: 30px;
    padding: 24px;
    border-bottom: none;
    margin-bottom: 0;
  }
  .nh-five-steps-section__card p {
    height: auto;
    max-height: initial;
    margin-top: 12px;
    opacity: 1;
    color: rgba(11, 39, 82, 0.71);
  }
  .nh-five-steps-section__card.nh-five-steps-section__card--active p {
    color: #8494AF;
  }
  .nh-section-indents {
    padding: 70px 0px;
  }
  .article-body + .nh-section-indents{
    padding-top: 140px;
  }
  .nh-five-steps-section__card strong {
    font-size: 20px;
  }
  .nh-five-steps-section__card p {
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
  .nh-five-steps-section__card.nh-five-steps-section__card--active p {
    opacity: 1;
    pointer-events: all;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-top h2 {
    text-align: center;
    font-weight: 500;
  }
  .section-top__text {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .nh-five-steps-section__card p {
    font-size: 16px;
  }
  .section-top h2 {
    font-size: 27px;
  }
  .section-top h2 br {
    display: none;
  }
  .nh-section-indents {
    padding: 50px 0px;
  }
  .article-body + .nh-section-indents{
    padding-top: 100px;
  }
  .nh-five-steps-section__card {
    padding: 24px;
  }
  .nh-five-steps-section__card {
    border-radius: 24px;
    border-bottom: none;
    padding-bottom: 25px;
    margin-bottom: 0;
  }
}
/* Examples Work Section */
.nh-case-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 5vmin;
  column-gap: 5vmin;
}
.nh-case-item__left {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nh-case-item__right {
  width: 45%;
  aspect-ratio: 450/305;
  border-radius: 16px;
  overflow: hidden;
}
.nh-case-item__left__top {
  margin-bottom: 30px;
}
.nh-case-item__title {
  color: #0B2752;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.9px;
  margin-bottom: 20px;
}
.nh-case-item__name {
  color: #4E6383;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.6px;
}
.nh-case-item__left__bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #0B2752;
}
.nh-case-item__description {
  color: rgba(11, 39, 82, 0.71);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.6px;
  margin-bottom: 30px;
}
.nh-case-item-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.nh-case-item__doctor-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.nh-case-item__doctor-img {
  width: 52px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 1000px;
  overflow: hidden;
}
.nh-case-item__doctor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nh-case-item__doctor-title {
  color: rgba(11, 39, 82, 0.71);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.48px;
}
.nh-case-item__doctor-name {
  color: #0B2752;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.48px;
}
.nh-examples-work-section {
  background-color: #fff;
  overflow: hidden;
}
.nh-examples-work-section .section-top__text {
  margin-top: 14px;
}
.nh-examples-work-section .nh-section-top {
  justify-content: space-between;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.nh-examples-work-section .nh-section-top__right {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}
.nh-examples-work-slider-wrap {
  margin-top: 44px;
}
.nh-examples-work-slider {
  overflow: hidden;
}
.nh-case-btn {
  min-height: 40px;
  font-size: 16px;
  padding-bottom: 1px;
  padding-left: 24px;
  padding-right: 24px;
  border-color: #0B2752;
}
.nh-case-btn span {
  color: #0B2752;
}
.nh-case-btn svg path {
  stroke: #0B2752;
}
.nh-case-btn:hover {
  background-color: #0B2752;
}
.nh-case-btn:hover span {
  color: #fff;
}
.swiper-slide.nh-examples-work-slide {
  display: flex;
  flex-direction: column;
  row-gap: 5vmin;
}
.nh-examples-work-slide .nh-case-item:nth-child(even) .nh-case-item__right {
  order: 1;
}
.nh-examples-work-slide .nh-case-item:nth-child(even) .nh-case-item__left {
  order: 2;
}
.custom-beer {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  --position: 50%;
}
.custom-beer .custom-beer__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.custom-beer .custom-beer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.custom-beer .custom-beer-before__wrap {
  position: absolute;
  inset: 0;
  height: 100%;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
}
.custom-beer .custom-beer-before__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.custom-beer .custom-beer__range {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.custom-beer .custom-beer__line {
  position: absolute;
  inset: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}
.custom-beer .custom-beer__button {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  gap: 15px;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.custom-beer .custom-beer__button::after {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1700px) {
  .nh-examples-work-slide {
    row-gap: 10vmin;
  }
  .nh-case-item {
    -moz-column-gap: 10vmin;
    column-gap: 10vmin;
  }
  .nh-case-item__doctor-title {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .nh-case-item__doctor-name {
    font-size: 18px;
  }
  .nh-case-item__doctor-img {
    width: 65px;
  }
  .nh-case-item__left__bottom {
    padding-bottom: 40px;
  }
  .nh-case-item__description {
    margin-bottom: 60px;
  }
  .nh-case-btn {
    height: 46px;
  }
}
@media (max-width: 1400px) {
  .nh-case-item__title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .nh-case-item__name {
    font-size: 18px;
  }
  .nh-case-item__description {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .nh-examples-work-slider-wrap {
    margin-top: 38px;
  }
}
@media (max-width: 960px) {
  .nh-examples-work-section .nh-section-top__right {
    justify-content: flex-start;
  }
  .nh-examples-work-slider-wrap {
    margin-top: 32px;
  }
  .nh-case-item__title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .nh-case-item__name {
    font-size: 16px;
  }
  .nh-case-item__left__top {
    margin-bottom: 20px;
  }
  .nh-case-item__description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .nh-case-item-info {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .nh-examples-work-slider-wrap {
    margin-top: 28px;
  }
  .section-top-with-slider .nh-section-top__right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section-top-with-slider {
    row-gap: 25px;
  }
  .nh-slider-nav {
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .section-top-with-btn .nh-slider-nav__button svg {
    width: 45%;
  }
  .section-top-with-btn .nh-slider-nav__button {
    width: 35px;
    height: 35px;
  }
  .nh-case-item {
    flex-direction: column;
    row-gap: 30px;
  }
  .nh-case-item__left,
  .nh-case-item__right {
    width: 70%;
  }
  .nh-case-item__right {
    order: 1;
  }
  .nh-case-item__left {
    order: 2;
  }
  .nh-case-item__title,
  .nh-case-item__name,
  .nh-case-item__description {
    text-align: center;
  }
  .nh-case-item__doctor-img {
    width: 45px;
  }
  .nh-case-item__name,
  .nh-case-item__doctor-title,
  .nh-case-item__doctor-name {
    font-size: 14px;
  }
  .nh-case-item__left__top {
    margin-bottom: 15px;
  }
  .nh-case-item-info {
    gap: 20px;
  }
  .nh-case-item__left__bottom {
    padding-bottom: 35px;
  }
  .nh-examples-work-slide {
    row-gap: 35px;
  }
}
@media screen and (max-width: 639px) {
  .nh-case-item__left,
  .nh-case-item__right {
    width: 100%;
  }
  .nh-examples-work-section .nh-section-top__right {
    width: 100%;
    justify-content: center;
  }
  .nh-case-item__title {
    font-size: 24px;
  }
  .nh-case-item__right {
    aspect-ratio: 450/270;
  }
  .nh-case-item__left__bottom {
    padding-bottom: 32px;
  }
  .swiper-slide.nh-examples-work-slide {
    row-gap: 60px;
  }
  .nh-case-item__right {
    border-radius: 8px;
  }
  .nh-case-item__name,
  .nh-case-item__doctor-title,
  .nh-case-item__doctor-name {
    font-size: 16px;
  }
  .nh-case-item__doctor-title {
    margin-bottom: 5px;
  }
  .nh-case-item__description {
    display: none;
  }
  .nh-case-item-info__right {
    width: 100%;
  }
  .nh-case-btn {
    width: calc(100% - 32px);
    min-height: 48px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    max-width: initial;
    padding-top: 0;
  }
  .nh-case-item-info {
    gap: 30px;
  }
  .nh-case-item__left__top {
    margin-bottom: 30px;
  }
  .nh-examples-work-section .nh-section-top__right {
    display: none;
  }
}
/* nh specialists field section */
.nh-specialists-field-section {
  background-color: #ffffff;
}
.nh-specialists-field-section .nh-section-top,
.nh-implants-types-section .nh-section-top {
  justify-content: space-between;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.nh-specialists-field-section__slider-wrap {
  margin-top: 62px;
}
.nh-specialists-field-slider,
.nh-implants-types-slider {
  overflow: hidden;
}
.nh-specialists-field-card {
  width: 100%;
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.nh-specialists-field-card__top {
  width: 100%;
  top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  position: absolute;
}
.nh-specialists-field-card__experience {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  border: 1px solid #0B2752;
  border-radius: 999px;
  color: #0B2752;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 1px;
}
.nh-specialists-field-card__arrow {
  width: 100%;
  max-width: 22px;
  aspect-ratio: 1/1;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nh-specialists-field-card__image-wrap {
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
  aspect-ratio: 1/0.86;
}
.nh-specialists-field-card__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.nh-specialists-field-card__name {
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  color: #0B2752;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.72px;
  margin-bottom: 15px;
  padding-left: 16px;
  padding-right: 30px;
}
.nh-specialists-field-card__text {
  color: rgba(11, 39, 82, 0.71);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 139%; /* 27.8px */
  letter-spacing: -0.6px;
  padding-left: 16px;
  padding-right: 30px;
}
@media screen and (max-width: 1400px) {
  .nh-specialists-field-section__slider-wrap {
    margin-top: 52px;
  }
  .nh-specialists-field-card__name {
    margin-bottom: 10px;
  }
  .nh-specialists-field-card__text {
    max-width: 94%;
    font-size: 17px;
  }
  .nh-specialists-field-card__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .nh-specialists-field-section {
    padding-bottom: 80px;
  }
  .nh-specialists-field-section__slider-wrap {
    margin-top: 46px;
  }
  .nh-specialists-field-card__top {
    margin-bottom: 16px;
  }
  .nh-specialists-field-card__experience {
    font-size: 14px;
  }
  .nh-specialists-field-card__name {
    font-size: 24px;
  }
  .nh-specialists-field-card__text {
    max-width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .nh-specialists-field-section {
    padding-bottom: 70px;
  }
  .nh-specialists-field-section .nh-section-top__right {
    justify-content: flex-start;
  }
  .nh-specialists-field-section__slider-wrap {
    margin-top: 36px;
  }
  .nh-specialists-field-card__image-wrap {
    margin-bottom: 22px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .nh-specialists-field-section {
    padding-bottom: 56px;
  }
  .nh-specialists-field-section__slider-wrap {
    margin-top: 32px;
  }
  .nh-specialists-field-section .nh-section-top__right {
    width: 100%;
    justify-content: center;
  }
  .nh-specialists-field-card__name {
    font-size: 25px;
  }
}
@media screen and (max-width: 639px) {
  .nh-specialists-field-section {
    padding-bottom: 50px;
  }
  .nh-specialists-field-card__top {
    margin-bottom: 14px;
  }
  .nh-specialists-field-card__experience {
    height: 25px;
    padding: 0 12px;
    font-size: 12px;
  }
  .nh-specialists-field-card__arrow {
    font-size: 20px;
  }
  .nh-specialists-field-card__image-wrap {
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .nh-specialists-field-card__name {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .nh-specialists-field-slider {
    overflow: visible;
  }
  .nh-specialists-field-section .nh-section-top__right {
    display: none;
  }
  .nh-implants-types-slider {
    overflow: visible;
  }
  .nh-implants-types-section .nh-section-top__right {
    display: none;
  }
  .nh-specialists-field-card__name {
    font-size: 24px;
  }
  .nh-specialists-field-card__text {
    max-width: 100%;
    font-size: 20px;
  }
  .nh-specialists-field-card__name {
    font-size: 20px;
  }
  .nh-specialists-field-card__text {
    font-size: 16px;
  }
}
/* useful articles section */
.useful-articles-section {
  background-color: #ffffff;
  overflow: hidden;
}
.nh-useful-articles-section__slider-wrap {
  margin-top: 60px;
}
.nh-useful-articles-slider__slide {
  height: auto;
  display: flex;
}
.nh-useful-articles-card {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 18px;
  background-color: #E4EAEF;
  color: inherit;
  text-decoration: none;
}
.nh-useful-articles-card__top {
  position: relative;
  margin-bottom: 22px;
}
.nh-useful-articles-card__image-wrap {
  width: 100%;
  aspect-ratio: 1/0.58;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.nh-useful-articles-card__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nh-useful-articles-card__image[src=""] {
  opacity: 0;
}
.nh-useful-articles-card__arrow {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 100%;
  max-width: 22px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #17356A;
}
.nh-useful-articles-card__title {
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  color: #0B2752;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.72px;
  margin-bottom: 26px;
  min-height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nh-useful-articles-card__date {
  margin-top: auto;
  color: rgba(23, 53, 106, 0.72);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.6px;
}
@media (max-width: 1500px) {
  .nh-useful-articles-card__title {
    font-size: 20px;
    min-height: 75px;
  }
}
@media screen and (max-width: 1400px) {
  .nh-useful-articles-card__title {
    margin-bottom: 22px;
  }
  .nh-useful-articles-card__date {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .nh-useful-articles-card {
    padding: 22px 20px 24px;
  }
  .nh-useful-articles-card__date {
    font-size: 17px;
  }
  .nh-useful-articles-card__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .nh-useful-articles-section__slider-wrap {
    margin-top: 36px;
  }
  .nh-useful-articles-card__title {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .nh-useful-articles-section__slider-wrap {
    margin-top: 32px;
  }
  .nh-useful-articles-card {
    padding: 20px 18px 22px;
  }
  .nh-useful-articles-card__top {
    margin-bottom: 20px;
  }
  .nh-useful-articles-card__title {
    min-height: 68px;
  }
  .nh-useful-articles-card__date {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .nh-useful-articles-card {
    padding: 16px;
    border-radius: 20px;
  }
  .nh-useful-articles-card__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .nh-useful-articles-card__date {
    font-size: 16px;
  }
  .nh-useful-articles-slider {
    overflow: visible;
  }
}
/* nh implants types section */
.nh-implants-types-section {
  background-color: #ffffff;
}
.nh-implants-types-section .container {
  overflow: hidden;
}
/*.nh-implants-types-section__slider-wrap {*/
  /*margin-top: 58px;*/
/*}*/
.nh-implants-types-slider__slide {
  height: auto;
  display: flex;
}
.nh-implants-types-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #0B2752;
  position: relative;
}
.nh-implants-types-card__top {
  width: calc(100% - 32px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 26px;
  z-index: 2;
  position: absolute;
  left: 16px;
  top: 16px;
}
.nh-implants-types-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nh-implants-types-card__tag {
  min-width: 0;
  height: 32px;
  padding: 0 14px;
  border: 1px solid #0B2752;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #0B2752;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 1px;
  white-space: nowrap;
}
.nh-implants-types-card__arrow {
  width: 100%;
  max-width: 22px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #0B2752;
}
.nh-implants-types-card__image-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  aspect-ratio: 187/111;
  position: relative;
}
.nh-implants-types-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
.nh-implants-types-card__image[src=""] {
  opacity: 0;
}
.nh-implants-types-card__title {
  color: #0B2752;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
}
.nh-implants-types-card__text {
  color: rgba(11, 39, 82, 0.71);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 74px;
}
.nh-implants-types-card__price {
  color: #0B2752;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.02px;
  margin-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
.nh-implants-types-card__button {
  width: calc(100% - 32px);
  border-radius: 999px;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
.nh-implants-types-card__button span {
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  /*.nh-implants-types-section__slider-wrap {*/
    /*margin-top: 52px;*/
  /*}*/
  .nh-implants-types-card__image-wrap {
    margin-bottom: 30px;
  }
  .nh-implants-types-card__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  /*.nh-implants-types-section__slider-wrap {*/
    /*margin-top: 46px;*/
  /*}*/
  .nh-implants-types-card__title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .nh-implants-types-card__text {
    font-size: 17px;
    margin-bottom: 24px;
  }
  .nh-implants-types-card__price {
    font-size: 31px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 960px) {
  /*.nh-implants-types-section__slider-wrap {*/
    /*margin-top: 36px;*/
  /*}*/
  .nh-implants-types-card__top {
    margin-bottom: 22px;
  }
  .nh-implants-types-card__image-wrap {
    margin-bottom: 28px;
  }
  .nh-implants-types-card__text {
    font-size: 16px;
  }
}
/*@media screen and (max-width: 767px) {*/
  /*.nh-implants-types-section__slider-wrap {*/
    /*margin-top: 32px;*/
  /*}*/
/*}*/
@media screen and (max-width: 639px) {
  .nh-implants-types-card__tag {
    height: 30px;
    padding: 0 12px;
    font-size: 13px;
  }
  .nh-implants-types-card__top {
    margin-bottom: 20px;
  }
  .nh-implants-types-card__image-wrap {
    margin-bottom: 15px;
  }
  .nh-implants-types-card__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .nh-implants-types-card__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .nh-implants-types-card__price {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .nh-implants-types-card__button {
    padding-left: 18px;
    padding-right: 18px;
  }
  .nh-implants-types-card__button span {
    font-size: 14px;
  }
  .nh-implants-types-card__tags {
    display: none;
  }
  .nh-implants-types-card__top {
    justify-content: flex-end;
  }
}
/* nh advertising section */
.nh-advertising-section {
  background-color: #ffffff;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.nh-advertising-section__wrapper {
  background-color: #E4EAEF;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.nh-advertising__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.nh-advertising-section__content {
  width: 100%;
  z-index: 2;
}
.nh-advertising-section__content-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.nh-advertising-section__pad-top .nh-advertising-section__price-row {
  top: 30px;
  position: relative;
  margin-bottom: 0;
}
.nh-advertising-section__title {
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  color: #0B2752;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.08px;
}
.nh-advertising-section__price-row {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.nh-advertising-section__old-price {
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  color: #909EB2;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.6px;
  text-decoration: line-through;
}
.nh-badge-price {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background-color: #0B2752;
  color: #E4EAEF;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}
.nh-advertising-section__text {
  color: rgba(11, 39, 82, 0.71);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 139%;
  letter-spacing: -0.6px;
  max-width: 475px;
}
.nh-advertising-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 370px;
  height: 72px;
  padding-left: 28px;
  padding-right: 28px;
  border: none;
  border-radius: 999px;
  background-color: #163566;
  color: #ffffff;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  -moz-column-gap: 16px;
  column-gap: 16px;
  transition: opacity 0.2s ease;
}
.nh-advertising-section__button:hover {
  opacity: 0.84;
}
.nh-advertising-section__button svg {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}
.nh-advertising-section__media {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
}
.nh-advertising-section__media img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nh-advertising-btn {
  border-radius: 37px;
  background-color: #0B2752;
  width: 370px;
}
.nh-advertising-btn:hover {
  background-color: #F3F7FA;
}
.nh-advertising-section__content-trop {
  width: 100%;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 15px;
}
.nh-advertising-section__content-bv .nh-list {
  margin-top: 40px;
}
@media (min-width: 1700px) {
  .nh-advertising__inner {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (max-width: 1600px) {
  .nh-advertising-section__media {
    transform: translateX(7vw) translateY(-50%);
  }
}
@media screen and (max-width: 1400px) {
  .nh-advertising-section__old-price {
    font-size: 22px;
  }
  .nh-advertising-section__text {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .nh-advertising-section__price-row {
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
  .nh-advertising-section__old-price {
    font-size: 20px;
  }
  .nh-advertising-section__text {
    margin-bottom: 42px;
    font-size: 17px;
  }
  .nh-list li {
    font-size: 17px;
  }
  .nh-advertising-section__button {
    max-width: 330px;
    height: 66px;
    font-size: 17px;
  }
  .nh-advertising-section__media {
    max-width: 36%;
    transform: translateY(-50%);
  }
  .nh-advertising__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .nh-advertising-section__text {
    margin-bottom: 25px;
  }
  .nh-advertising-section__price-row {
    margin-bottom: 0;
  }
  .nh-advertising-section__media {
    max-width: 45%;
  }
  .nh-advertising-btn {
    width: 300px;
  }
  .nh-advertising-section__title {
    font-size: 32px;
  }
  .nh-badge-price {
    font-size: 20px;
    height: 35px;
  }
  .nh-advertising-section__content-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .nh-advertising-section__text {
    margin-bottom: 32px;
    font-size: 16px;
  }
  .nh-list li {
    font-size: 16px;
  }
  .nh-advertising-section__media {
    max-width: 48%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .nh-advertising-section__price-row {
    margin-bottom: 16px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .nh-advertising-section__text {
    margin-bottom: 28px;
    font-size: 16px;
  }
  .nh-advertising-section__button {
    max-width: 320px;
    height: 62px;
    font-size: 16px;
  }
  .nh-advertising-section__media {
    max-width: 62%;
  }
  .nh-advertising-section__price-row {
    margin-bottom: 0;
  }
  .nh-advertising-section__content-trop {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
@media screen and (max-width: 639px) {
  .nh-advertising-section__title {
    font-size: 27px;
  }
  .nh-advertising-section__old-price {
    font-size: 20px;
    font-weight: 400;
  }
  .nh-advertising-section__text {
    margin-bottom: 0;
  }
  .nh-advertising-section__button {
    max-width: 100%;
    height: 58px;
    font-size: 15px;
  }
  .nh-advertising-section__media {
    max-width: 82%;
  }
  .nh-advertising__inner {
    padding-top: 35px;
    padding-bottom: 0;
  }
  .nh-advertising-section__media {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
    width: 100%;
    max-width: initial;
  }
  .nh-advertising__inner {
    flex-direction: column;
  }
  .nh-advertising-section__content-top {
    margin-bottom: 0;
  }
  .nh-advertising-section__content-bv {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .nh-advertising-section__text {
    max-width: initial;
  }
  .nh-advertising-section__price-row {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    row-gap: 15px;
  }
  .nh-advertising-section__title,
  .nh-advertising-section__text {
    text-align: center;
  }
  .nh-advertising-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .nh-advertising-btn {
    min-height: 42px;
    width: 300px;
  }
  .nh-badge-price {
    font-size: 20px;
    font-weight: 400;
    height: 32px;
  }
  .btn-blue {
    font-size: 16px;
    min-height: 40px;
  }
  .btn-blue span {
    font-size: 14px;
  }
  .nh-advertising-section__content {
    margin-bottom: 10px;
  }
  .nh-list li::before {
    width: 8px;
  }
  .nh-advertising-section__pad-top .nh-advertising-section__price-row {
    top: 0;
    margin-top: 20px;
  }
  .nh-advertising-section__content-trop {
    align-items: center;
  }
  .nh-advertising-section__wrapper {
    border-radius: 30px;
  }
  .nh-advertising-btn {
    width: calc(100% - 36px);
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* nh guarantees section */
.nh-guarantees-section {
  background-color: #ffffff;
}
.nh-guarantees-section .nh-section-top__right {
  display: flex;
  justify-content: flex-end;
}
.nh-case-btn span {
  white-space: nowrap;
}
.nh-guarantees-section__button:hover {
  background-color: #0b2752;
  color: #edf2f7;
}
.nh-guarantees-section__button-arrow {
  display: inline-block;
  margin-left: 12px;
  font-size: 18px;
  line-height: 1;
}
.nh-guarantees-section__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 70px;
  column-gap: 70px;
  margin-top: 60px;
}
.nh-guarantees-section__media {
  width: 50%;
  aspect-ratio: 564/485;
  display: flex;
  align-items: center;
}
.nh-guarantees-section__info {
  width: 50%;
}
.nh-guarantees-section__video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #cfd8e0;
  max-height: 470px;
}
.nh-guarantees-section__video-cover {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}
.nh-guarantees-section__video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #cfd8e0;
}
.nh-guarantees-section__video-play {
  position: absolute;
  inset: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.nh-guarantees-section__video-wrap--playing .nh-guarantees-section__video-play {
  opacity: 0;
  pointer-events: none;
}
.nh-guarantees-section__list {
  width: 100%;
}
.nh-guarantees-section__item {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(11, 39, 82, 0.22);
}
.nh-guarantees-section__item + .nh-guarantees-section__item {
  margin-top: 24px;
}
.nh-guarantees-section__item:last-child {
  padding-bottom: 0;
  border: none;
}
.nh-guarantees-section__item-title {
  margin-bottom: 12px;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  color: #0B2752;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.72px;
}
.nh-guarantees-section__item-text {
  color: rgba(11, 39, 82, 0.71);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.54px;
}
.nh-guarantees-section__item-text br {
  display: inline;
}
@media screen and (min-width: 1600px) {
  .nh-guarantees-section__body {
    -moz-column-gap: 90px;
    column-gap: 90px;
  }
}
@media screen and (max-width: 1400px) {
  .nh-guarantees-section__body {
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
  .nh-guarantees-section__item-title {
    font-size: 24px;
  }
  .nh-guarantees-section__item-text {
    font-size: 17px;
  }
  .nh-guarantees-section__body {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .nh-guarantees-section__body {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1199px) {
  .nh-guarantees-section .section-top__text {
    font-size: 18px;
  }
  .nh-guarantees-section__body {
    -moz-column-gap: 36px;
    column-gap: 36px;
  }
  .nh-guarantees-section__item-title {
    font-size: 22px;
  }
  .nh-guarantees-section__item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .nh-guarantees-section__box {
    border-radius: 30px;
  }
  .nh-guarantees-section .nh-section-top__left,
  .nh-guarantees-section .nh-section-top__right,
  .nh-guarantees-section__media,
  .nh-guarantees-section__info {
    width: 100%;
  }
  .nh-guarantees-section .nh-section-top__right {
    width: -moz-max-content;
    width: max-content;
  }
  .nh-guarantees-section .nh-section-top__right,
  .nh-guarantees-section__button-wrap {
    justify-content: flex-start;
  }
  .nh-guarantees-section__body {
    flex-direction: column;
    row-gap: 36px;
  }
  .nh-guarantees-section__media {
    max-height: initial;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .nh-guarantees-section__video-wrap {
    max-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .nh-guarantees-section__box {
    border-radius: 24px;
  }
  .nh-guarantees-section .section-top__text {
    font-size: 16px;
  }
  .nh-guarantees-section__item {
    padding-bottom: 22px;
  }
  .nh-guarantees-section__item + .nh-guarantees-section__item {
    margin-top: 22px;
  }
  .nh-guarantees-section__item-title {
    font-size: 20px;
  }
  .nh-guarantees-section .nh-section-top__right {
    justify-content: center;
    padding-top: 10px;
  }
  .nh-guarantees-section__video-wrap {
    max-height: initial;
  }
}
@media screen and (max-width: 639px) {
  .nh-guarantees-section__box {
    border-radius: 20px;
  }
  .nh-guarantees-section__button {
    height: 44px;
    padding: 0 20px;
    font-size: 15px;
  }
  .nh-guarantees-section__button-arrow {
    margin-left: 10px;
    font-size: 16px;
  }
  .nh-guarantees-section__body {
    row-gap: 28px;
  }
  .nh-guarantees-section__video-wrap {
    border-radius: 16px;
  }
  .nh-guarantees-section__item {
    padding-bottom: 24px;
  }
  .nh-guarantees-section__item + .nh-guarantees-section__item {
    margin-top: 24px;
  }
  .nh-guarantees-section__body {
    margin-top: 30px;
  }
  .nh-guarantees-section .nh-section-top__right {
    width: 100%;
    display: none;
  }
  .nh-guarantees-section__item-title {
    margin-bottom: 7px;
  }
  .nh-guarantees-section__media {
    aspect-ratio: 284/327;
  }
  .useful-articles-section .nh-section-top__right {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .nh-guarantees-section__button {
    width: 100%;
  }
}
/* nh faq section */
.nh-faq-section {
  width: 100%;
  background-color: #ffffff;
  position: relative;
}
.nh-faq-section__body {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10%;
  column-gap: 10%;
  align-items: flex-end;
}
.nh-faq-section__left {
  width: 40%;
  min-width: 400px;
  max-width: 450px;
}
.nh-faq-section__right {
  width: 60%;
}
.nh-faq-section__head {
  margin-bottom: 100px;
}
.nh-faq-section__head--mob {
  display: none;
}
.nh-faq-section__form-space {
  width: 100%;
  min-height: 442px;
  border-radius: 16px;
  background-color: #dce4ed;
  padding: 24px;
}
.nh-faq-section__accordion {
  width: 100%;
}
.nh-faq-section .accordion__item {
  border-bottom: 1px solid rgba(11, 39, 82, 0.18);
}
.nh-faq-section .accordion__button {
  position: relative;
  padding: 0 34px 18px 0;
  color: #0b2752;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.66px;
  cursor: pointer;
}
.nh-faq-section .accordion__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7px;
  width: 20px;
  aspect-ratio: 1/1;
  height: auto;
  transition: all 0.3s ease 0s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.39706 6.25L13.6618 6.33824M13.6618 6.33824L13.75 12.603M13.6618 6.33824L6.25 13.75' stroke='%230B2752' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.25s ease;
}
.nh-faq-section .accordion__item + .accordion__item {
  margin-top: 32px;
}
.nh-faq-section .accordion__item.accordion__item--opened .accordion__button::after {
  transform: rotate(-200deg);
}
.nh-faq-section .accordion__panel {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}
.nh-faq-section .accordion__content {
  padding: 0 10% 18px 0;
}
.nh-faq-section .accordion__content p {
  color: rgba(11, 39, 82, 0.71);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.54px;
}
.nh-faq-section__form-space__top {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.nh-faq-section__form-space__title {
  color: #0B2752;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.72px;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.nh-faq-section__form-space__text {
  color: #4E6383;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -0.36px;
}
.nh-ask-question-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.nh-ask-question-form input {
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 100px;
  border: 1px solid #4E6383;
  display: flex;
  align-items: center;
  min-height: 40px;
  background-color: transparent;
  margin-bottom: 8px;
  color: #0b2752;
  font-size: 16px;
  font-style: normal;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  transition-duration: 0.3s;
}
.nh-ask-question-form input::-moz-placeholder, .nh-ask-question-form textarea::-moz-placeholder {
  color: #4E6383;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.nh-ask-question-form input::placeholder,
.nh-ask-question-form textarea::placeholder {
  color: #4E6383;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.nh-ask-question-form input:focus-visible,
.nh-ask-question-form textarea:focus-visible {
  outline: none;
  background-color: #F3F7FA;
}
.nh-ask-question-form textarea {
  padding: 16px 24px;
  border: 1px solid #4E6383;
  display: flex;
  align-items: center;
  min-height: 40px;
  background-color: transparent;
  margin-bottom: 8px;
  color: #0b2752;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  resize: none;
  border-radius: 16px;
  height: 110px;
  transition-duration: 0.3s;
}
.nh-ask-question-form .nh-ask-question-form__btns {
  margin-top: 24px;
  width: 100%;
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.nh-ask-question-form__btn {
  flex-grow: 1;
  transition-duration: 0.3s;
  position: relative;
}
.nh-ask-question-form__btn [type=submit] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  font-size: 0px;
  cursor: pointer;
}
.nh-ask-question-form__btn:hover {
  background-color: #F3F7FA;
}
.nh-ask-question-form__bottom-item {
  width: 100%;
  display: flex;
  align-items: center;
  width: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nh-ask-question-form__bottom-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nh-ask-question-form__bottom-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #7788A1;
}
.nh-agreement__text {
  color: #4E6383;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.27;
  letter-spacing: -0.12px;
}
@media screen and (max-width: 1400px) {
  .nh-faq-section__body {
    -moz-column-gap: 6.5%;
    column-gap: 6.5%;
  }
  .nh-faq-section .accordion__button {
    font-size: 20px;
  }
  .nh-faq-section .accordion__content p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .nh-faq-section__left {
    width: 34%;
  }
  .nh-faq-section__right {
    width: 60%;
  }
  .nh-faq-section__head {
    margin-bottom: 80px;
  }
  .nh-faq-section__form-space {
    min-height: 380px;
  }
  .nh-faq-section .accordion__button {
    padding-right: 30px;
  }
  .nh-faq-section .accordion__content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .nh-faq-section__body {
    flex-direction: column;
    row-gap: 36px;
  }
  .nh-faq-section__left,
  .nh-faq-section__right {
    width: 100%;
  }
  .nh-faq-section__head {
    margin-bottom: 28px;
  }
  .nh-faq-section__form-space {
    min-height: 220px;
  }
  .nh-faq-section__left {
    width: 100%;
    max-width: initial;
  }
  .nh-faq-section__form-space {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .nh-faq-section__head {
    display: none;
  }
  .nh-faq-section__head.nh-faq-section__head--mob {
    display: flex;
  }
  .nh-faq-section__left {
    order: 2;
  }
  .nh-faq-section__body {
    row-gap: 30px;
  }
  .nh-faq-section__left {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .nh-faq-section__body {
    row-gap: 50px;
  }
  .nh-faq-section__head {
    margin-bottom: 22px;
  }
  .nh-faq-section__form-space {
    min-height: 180px;
    border-radius: 20px;
  }
  .nh-faq-section .accordion__button {
    padding: 0 26px 16px 0;
  }
  .nh-faq-section .accordion__content {
    padding: 0 0 16px 0;
  }
}
@media screen and (max-width: 639px) {
  .nh-faq-section__form-space {
    min-height: 150px;
    border-radius: 18px;
  }
  .nh-faq-section .accordion__button::after {
    top: 0;
    right: 5px;
  }
  .nh-guarantees-section__item-text br {
    display: none;
  }
  .nh-faq-section__left,
  .nh-faq-section__right {
    margin-top: 0px;
  }
  .nh-faq-section__accordion {
    margin-bottom: 10px;
  }
}
/* nh ratings section */
.nh-ratings-section {
  background-color: #ffffff;
}
.nh-ratings-section__head {
  margin-bottom: 58px;
}
.nh-ratings-section__head .nh-section-top__left {
  width: 100%;
}
.nh-ratings-section__head .section-top__text {
  width: 48%;
  line-height: 1.4;
}
.nh-ratings-section__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 24px;
}
.nh-ratings-card {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  background-color: #E4EAEF;
  border-radius: 8px;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  transition-duration: 0.3s;
}
.nh-ratings-card:hover {
  background-color: #E4EAEF;
}
.nh-ratings-card__left {
  min-width: 135px;
  max-width: 140px;
}
.nh-ratings-card__logo-wrap {
  width: 100%;
  aspect-ratio: 156/42;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.nh-ratings-card__logo {
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.nh-ratings-card__logo[src=""] {
  opacity: 0;
}
.nh-ratings-card__rate {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: #17356A;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.56px;
}
.nh-ratings-card__rate span {
  top: 2px;
  position: relative;
  display: block;
}
.nh-ratings-card__rate svg {
  top: 3px;
  position: relative;
}
.nh-ratings-card__right {
  width: 76%;
}
.nh-ratings-card__title {
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  color: #0B2752;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
}
.nh-ratings-card__text {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: rgba(11, 39, 82, 0.71);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.54px;
}
@media (max-width: 1500px) {
  .nh-ratings-card {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .nh-ratings-section__list {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .nh-ratings-card__title {
    font-size: 19px;
  }
  .nh-ratings-card__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 1400px) {
  .nh-ratings-section__head {
    margin-bottom: 50px;
  }
  .nh-ratings-card {
    -moz-column-gap: 35px;
    column-gap: 35px;
    padding: 26px 22px;
    width: 100%;
  }
  .nh-ratings-section__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 1199px) {
  .nh-ratings-section__head {
    margin-bottom: 42px;
  }
  .nh-ratings-card {
    width: 100%;
    padding: 24px 20px;
  }
  .nh-ratings-card__right {
    width: 78%;
  }
  .nh-ratings-card__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 960px) {
  .nh-ratings-section__head {
    margin-bottom: 36px;
  }
  .nh-ratings-card {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .nh-ratings-card__right {
    width: 75%;
  }
  .nh-ratings-card__title {
    font-size: 22px;
  }
  .nh-ratings-card__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .nh-ratings-section .container {
    border-radius: 30px;
  }
  .nh-ratings-section__head {
    margin-bottom: 30px;
  }
  .nh-ratings-section__list {
    gap: 30px;
  }
  .nh-ratings-card {
    flex-direction: column;
    row-gap: 20px;
    padding: 22px 18px;
  }
  .nh-ratings-card__left,
  .nh-ratings-card__right {
    width: 100%;
  }
  .nh-ratings-card__logo-wrap {
    width: 42%;
    margin-bottom: 18px;
  }
  .nh-ratings-card__logo-wrap {
    aspect-ratio: initial;
  }
  .nh-ratings-card__title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .nh-ratings-section__head .section-top__text {
    max-width: initial;
    width: 100%;
  }
  .nh-ratings-card__left {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 639px) {
  .nh-ratings-section .container {
    border-radius: 24px;
  }
  .nh-ratings-section__head .section-top__text {
    width: 100%;
  }
  .nh-ratings-card {
    padding: 16px;
    row-gap: 15px;
    border-radius: 20px;
  }
  .nh-ratings-card__logo-wrap {
    width: auto;
  }
  .nh-ratings-card__rate {
    font-size: 24px;
  }
  .nh-ratings-card__text {
    text-align: center;
  }
  .nh-ratings-card__rate span {
    font-size: 14px;
  }
  .nh-ratings-card__rate svg {
    top: 2px;
  }
  .nh-ratings-card__left {
    min-width: initial;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .nh-ratings-card__logo-wrap {
    margin-bottom: 0;
  }
  .nh-ratings-card__rate {
    top: -3px;
    position: relative;
  }
  .nh-ratings-card__left {
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
  }
  .nh-ratings-card__title {
    text-align: center;
    margin-bottom: 8px;
    font-size: 20px;
  }
  .nh-ratings-section__list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 479px) {
  .nh-ratings-card__logo-wrap {
    width: auto;
  }
  .nh-ratings-card__left {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
/* nh reviews section */
html.nh-review-popup-lock,
body.nh-review-popup-lock {
  overflow: hidden;
  overscroll-behavior: none;
}
.nh-review-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 24px;
  border: none;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(233, 239, 246, 0);
  backdrop-filter: blur(0px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.28s ease, visibility 0.28s ease, background-color 0.28s ease, backdrop-filter 0.28s ease;
}
.nh-review-popup-open {
  display: flex;
}
.nh-review-popup.nh-review-popup-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: rgba(233, 239, 246, 0.62);
  backdrop-filter: blur(12px);
}
.nh-review-popup__panel {
  width: 100%;
  max-width: 956px;
  max-height: calc(100vh - 48px);
  padding: 38px 40px 40px;
  border-radius: 28px;
  background-color: #E4EAEF;
  position: relative;
  overflow: auto;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.nh-review-popup.nh-review-popup-active .nh-review-popup__panel {
  opacity: 1;
  transform: scale(1);
}
.nh-review-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #17356A;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease;
}
.nh-review-popup__close:hover {
  opacity: 0.72;
}
.nh-review-popup__top {
  margin-bottom: 28px;
}
.nh-review-popup__person {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.nh-review-popup__avatar-wrap {
  width: 100%;
  max-width: 44px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #C8D1DA;
  overflow: hidden;
  flex-shrink: 0;
}
.nh-review-popup__avatar {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nh-review-popup__avatar[src=""] {
  opacity: 0;
}
.nh-review-popup__person-info {
  width: 100%;
  min-width: 0;
}
.nh-review-popup__name {
  color: #17356A;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
}
.nh-review-popup__meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: #17356A;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.42px;
}
.nh-review-popup__meta svg {
  flex-shrink: 0;
}
.nh-review-popup__content {
  padding-top: 28px;
  border-top: 1px solid rgba(23, 53, 106, 0.14);
}
.nh-review-popup__text {
  color: #0B2752;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.54px;
  margin-bottom: 24px;
}
.nh-review-popup__text:last-child {
  margin-bottom: 0;
}
.nh-reviews-section {
  background-color: #ffffff;
  width: 100%;
}
.nh-reviews-section__head {
  margin-bottom: 52px;
}
.nh-reviews-section__top {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 40px;
}
.nh-reviews-section__all {
  width: 100%;
  max-width: 140px;
  aspect-ratio: 140/103;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  background-color: #E4EAEF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0B2752;
  font: inherit;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.54px;
  text-decoration: none;
  text-align: center;
  flex-shrink: 0;
  height: 103px;
  cursor: pointer;
}
.nh-reviews-platform {
  width: 260px;
  display: block;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
  padding: 16px;
  flex-shrink: 0;
  border-radius: 16px;
  transition-duration: 0.3s;
  height: 103px;
  text-align: left;
  cursor: pointer;
}
.nh-reviews-platform:hover,
.nh-reviews-section__all:hover {
  background-color: #f3f5f8;
}
.nh-reviews-section__all.active,
.nh-reviews-platform.active {
  background-color: #E4EAEF;
}
.nh-reviews-platform__logo-wrap {
  display: flex;
  align-items: center;
  min-height: 48px;
  width: 100%;
  aspect-ratio: 228/48;
  position: relative;
}
.nh-reviews-platform__logo {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  flex-shrink: 0;
}
.nh-reviews-platform__meta,
.nh-review-card__meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: #17356A;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.42px;
}
.nh-reviews-platform__meta svg,
.nh-review-card__meta svg {
  flex-shrink: 0;
}
.nh-review-card__meta {
  font-size: 16px;
}
.nh-reviews-section__nav {
  width: 100%;
  max-width: 90px;
  display: flex;
  justify-content: flex-end;
}
.nh-reviews-section__slider-wrap {
  overflow: hidden;
  margin-top: 60px;
}
.nh-reviews-slider__slide {
  height: auto;
  display: flex;
}
.nh-review-card {
  width: 100%;
  min-height: 335px;
  display: flex;
  flex-direction: column;
  padding: 24px 24px;
  border-radius: 20px;
  background-color: #E4EAEF;
}
.nh-review-card__head {
  margin-bottom: 18px;
}
.nh-review-card__person {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 14px;
  column-gap: 14px;
}
.nh-review-card__avatar-wrap {
  width: 100%;
  max-width: 42px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #C8D1DA;
  overflow: hidden;
  flex-shrink: 0;
}
.nh-review-card__avatar {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nh-review-card__avatar[src=""] {
  opacity: 0;
}
.nh-review-card__person-info {
  width: 100%;
  min-width: 0;
}
.nh-review-card__name {
  color: #0B2752;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.54px;
  margin-bottom: 3px;
}
.nh-review-card__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 22px;
  border-top: 1px solid rgba(23, 53, 106, 0.14);
}
.nh-review-card__text {
  color: #0B2752;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.54px;
  margin-bottom: 20px;
  max-height: 8.4em;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nh-review-card__more {
  border: none;
  padding: 0;
  margin: auto 0 0;
  background-color: transparent;
  color: #0B2752;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.54px;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
}
.nh-review-card__more:hover {
  text-decoration: none;
}
.nh-reviews-section__top-wrap {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  scrollbar-color: #17356A #DCE4EC;
  scrollbar-width: thin;
}
.nh-reviews-section__top-wrap::-webkit-scrollbar {
  width: 6px;
}
.nh-reviews-section__top-wrap::-webkit-scrollbar-track {
  background-color: #DCE4EC;
  border-radius: 999px;
}
.nh-reviews-section__top-wrap::-webkit-scrollbar-thumb {
  background-color: #17356A;
  border-radius: 999px;
}
@media (max-width: 1500px) {
  .nh-reviews-section__top-wrap {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .nh-reviews-section__all,
  .nh-reviews-platform {
    height: 85px;
  }
  .nh-reviews-platform__logo-wrap {
    min-height: initial;
    margin-bottom: 7px;
  }
  .nh-reviews-platform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .nh-reviews-platform__meta, .nh-review-card__meta {
    font-size: 16px;
  }
  .nh-reviews-section__slider-wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .nh-reviews-section__head {
    margin-bottom: 46px;
  }
  .nh-reviews-section__top {
    -moz-column-gap: 28px;
    column-gap: 28px;
    margin-bottom: 36px;
  }
  .nh-reviews-section__top {
    flex-direction: column;
    row-gap: 25px;
  }
  .nh-reviews-section__top-wrap {
    width: 100%;
  }
  .nh-reviews-section__nav {
    margin-left: auto;
  }
  .nh-reviews-section__top-wrap {
    overflow-x: auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .nh-review-popup__panel {
    max-width: 860px;
    padding: 34px 32px 32px;
  }
  .nh-reviews-section__head {
    margin-bottom: 40px;
  }
  .nh-reviews-section__top {
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 28px;
    margin-bottom: 34px;
  }
  .nh-reviews-section__all {
    max-width: 124px;
    font-size: 16px;
  }
  .nh-review-card {
    padding: 18px 20px 22px;
  }
  .nh-review-card__name {
    font-size: 17px;
  }
  .nh-review-card__text,
  .nh-review-card__more {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .nh-review-popup {
    padding: 18px;
  }
  .nh-review-popup__panel {
    max-height: calc(100vh - 36px);
    padding: 30px 24px 24px;
    border-radius: 24px;
  }
  .nh-review-popup__top {
    margin-bottom: 24px;
  }
  .nh-review-popup__content {
    padding-top: 24px;
  }
  .nh-review-popup__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .nh-reviews-section__head {
    margin-bottom: 36px;
  }
  .nh-reviews-section__top {
    row-gap: 24px;
    margin-bottom: 32px;
  }
  .nh-reviews-section__all {
    max-width: 144px;
  }
  .nh-review-card {
    padding: 18px;
    border-radius: 20px;
  }
  .nh-review-card__body {
    padding-top: 18px;
  }
  .nh-review-card__text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .nh-reviews-section__head {
    margin-bottom: 30px;
  }
  .nh-reviews-section__top {
    row-gap: 22px;
    margin-bottom: 30px;
  }
  .nh-reviews-section__all {
    padding: 28px 16px;
  }
  .nh-reviews-section__nav {
    width: 100%;
    justify-content: center;
  }
  .nh-reviews-section__top-wrap {
    width: calc(100% + var(--gap-x));
    padding-right: calc(var(--gap-x));
    left: 0;
    position: relative;
  }
  .nh-reviews-section__nav {
    display: none;
  }
  .nh-review-card {
    min-height: 300px;
  }
}
@media screen and (max-width: 639px) {
  .nh-review-popup {
    padding: 12px;
  }
  .nh-review-popup__panel {
    max-height: calc(100vh - 24px);
    padding: 24px 16px 18px;
    border-radius: 20px;
  }
  .nh-review-popup__close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  .nh-review-popup__person {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .nh-review-popup__name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .nh-review-popup__meta {
    font-size: 15px;
  }
  .nh-review-popup__top {
    margin-bottom: 18px;
  }
  .nh-review-popup__content {
    padding-top: 18px;
  }
  .nh-review-popup__text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .nh-reviews-section .container {
    border-radius: 24px;
  }
  .nh-reviews-section__head {
    margin-bottom: 26px;
  }
  .nh-reviews-section__top {
    row-gap: 18px;
    margin-bottom: 26px;
  }
  .nh-reviews-section__all {
    padding: 24px 14px;
    font-size: 15px;
  }
  .nh-reviews-platform__logo-wrap {
    min-height: initial;
    margin-bottom: 10px;
    max-width: 60%;
    max-height: 25px;
  }
  .nh-reviews-platform__logo {
    width: 100%;
    height: 100%;
  }
  .nh-reviews-platform__meta,
  .nh-review-card__meta {
    font-size: 14px;
  }
  .nh-reviews-slider {
    overflow: visible;
  }
  .nh-reviews-section__slider-wrap {
    overflow: visible;
  }
  .nh-reviews-section__nav {
    display: none;
  }
  .nh-review-card {
    padding: 24px 16px;
  }
  .nh-review-card__head {
    margin-bottom: 16px;
  }
  .nh-review-card__name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .nh-review-card__text,
  .nh-review-card__more {
    font-size: 16px;
  }
  .nh-reviews-platform {
    width: 215px;
  }
  .nh-reviews-section__slider-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .nh-reviews-section__all {
    padding: 22px 12px;
  }
  .nh-review-card__person {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .nh-review-card__avatar-wrap {
    max-width: 38px;
  }
}
.nh-agreement {
  display: flex;
  margin-top: 18px;
}
.nh-agreement__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.nh-agreement__label {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  position: relative;
  color: rgba(23, 53, 106, 0.72);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: -0.48px;
  cursor: pointer;
}
.nh-agreement__label::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  border: 1px solid #17356A;
  border-radius: 6px;
  background-color: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.nh-agreement__input.error + .nh-agreement__label::before {
  border: 1px solid #FF0000;
}
.nh-agreement__label::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 6px;
  width: 6px;
  height: 9px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translateY(-58%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.nh-agreement__text {
  display: block;
}
.nh-agreement__input:checked + .nh-agreement__label::before {
  background-color: #17356A;
  border-color: #17356A;
}
.nh-agreement__input:checked + .nh-agreement__label::after {
  opacity: 1;
}
.nh-agreement__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 639px) {
  .nh-agreement {
    margin-top: 16px;
  }
  .nh-agreement__label {
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  .nh-agreement__label::before {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }
  .nh-agreement__label::after {
    left: 6px;
    top: 50%;
    width: 4px;
    height: 7px;
  }
  .nh-faq-section__form-space__title {
    font-size: 27px;
    text-align: center;
  }
  .nh-faq-section__form-space__text {
    font-size: 16px;
    text-align: center;
  }
  .nh-faq-section__form-space__top {
    margin-bottom: 40px;
  }
  .nh-faq-section__left {
    min-width: initial;
  }
  .nh-ask-question-form .nh-ask-question-form__btns {
    margin-top: 15px;
  }
  .nh-faq-section__form-space {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nh-ask-question-form textarea {
    padding: 10px 16px;
  }
  .nh-ask-question-form input {
    min-height: 48px;
  }
  .nh-ask-question-form__btns .nh-ask-question-form__btn {
    min-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .nh-faq-section__form-space {
    width: calc(100% + var(--gap-x) * 2);
    min-width: initial;
    left: calc(var(--gap-x) * -1);
    position: relative;
  }
}
/* elainers section */
.elainers-section {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.nh-elainers-section__body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -moz-column-gap: 1vw;
  column-gap: 1vw;
}
.nh-elainers-section__content {
  width: 60%;
}
.nh-elainers-section__scroll {
  width: 100%;
  height: 490px;
  overflow-y: auto;
  padding-right: 22px;
  scrollbar-color: #17356A #DCE4EC;
  scrollbar-width: thin;
}
.nh-elainers-section__scroll::-webkit-scrollbar {
  width: 6px;
}
.nh-elainers-section__scroll::-webkit-scrollbar-track {
  background-color: #DCE4EC;
  border-radius: 999px;
}
.nh-elainers-section__scroll::-webkit-scrollbar-thumb {
  background-color: #17356A;
  border-radius: 999px;
}
.nh-elainers-section__head {
  margin-bottom: 28px;
}
.nh-elainers-section__head .nh-section-top__left {
  width: 100%;
}
.nh-elainers-section__text {
  color: rgba(23, 53, 106, 0.72);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.6px;
  margin-bottom: 28px;
}
.nh-elainers-section__list-title {
  color: #0B2752;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.72px;
  margin-bottom: 15px;
}
.nh-elainers-section__list {
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}
.nh-elainers-section__content .nh-list {
  color: rgba(11, 39, 82, 0.71);
  margin-bottom: 28px;
}
.nh-elainers-section__content .nh-list li {
  font-size: 20px;
}
.nh-elainers-section__text:last-child {
  margin-bottom: 0;
}
.nh-elainers-section__media {
  width: 40%;
  aspect-ratio: 469/396;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  padding-top: 2px;
  background-color: #E6EDF5;
}
.nh-elainers-section__image-wrap {
  width: 100%;
  height: 100%;
}
.nh-elainers-section__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nh-elainers-section__image[src=""] {
  opacity: 0;
}
.section-top.nh-elainers-section__head {
  margin-bottom: 16px;
}
@media (min-width: 1920px) {
  .nh-elainers-section__body {
    height: 500px;
  }
}
@media (max-width: 1500px) {
  .nh-elainers-section__scroll {
    height: 400px;
  }
  .nh-elainers-section__body {
    -moz-column-gap: 18px;
    column-gap: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .nh-elainers-section__head {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .nh-elainers-section__content {
    width: 57%;
  }
  .nh-elainers-section__media {
    width: 40%;
  }
  .nh-elainers-section__scroll {
    height: 450px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 960px) {
  .nh-elainers-section__body {
    flex-direction: column;
    row-gap: 35px;
  }
  .nh-elainers-section__content {
    width: 100%;
  }
  .nh-elainers-section__media {
    max-width: 500px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .nh-elainers-section__scroll {
    height: 360px;
    padding-right: 16px;
  }
  .nh-elainers-section__scroll {
    height: auto;
  }
  .nh-elainers-section__text,
  .nh-elainers-section__content .nh-list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .nh-elainers-section__head {
    margin-bottom: 20px;
  }
  .nh-elainers-section__list {
    margin-bottom: 28px;
  }
  .nh-elainers-section__list.nh-list li + li {
    margin-top: 14px;
  }
}
@media screen and (max-width: 639px) {
  .nh-elainers-section__image-wrap {
    border-radius: 22px;
  }
  .nh-elainers-section__list-title {
    font-size: 20px;
  }
  .nh-elainers-section__text {
    margin-bottom: 20px;
  }
  .nh-section-top__left {
    margin-bottom: 30px;
  }
}
/* footer */
.nh-footer {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 160px;
  background-color: #0B2752;
  border-radius: 30px 30px 0 0;
}
.nh-footer-map {
  padding: 8px;
  width: 100%;
  min-height: 340px;
  height: 100 dvh;
  max-height: 400px;
  aspect-ratio: 1200/337;
  border-radius: 36px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.nh-footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0;
  filter: invert(92%) hue-rotate(180deg) brightness(0.95);
}
.nh-footer-map__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nh-footer-map--mobile {
  display: none;
}
.nh-footer-map--mobile__media {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  border-radius: 28px;
}
.nh-footer-map--mobile__media .nh-footer-map__img {
  inset: 0;
  top: 0;
  left: 0;
  transform: none;
}
.nh-footer-map--mobile__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0;
  filter: invert(92%) hue-rotate(180deg) brightness(0.95);
}
.nh-footer-map-mobile__accordion {
  position: relative;
  z-index: 1;
}
.nh-footer-map--mobile__content {
  padding: 0 0 18px;
}
.nh-footer-map-addresses {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  -moz-column-gap: 10px;
  column-gap: 10px;
  z-index: 2;
  position: relative;
}
.nh-footer-map-address-item {
  width: 33.33%;
  padding: 24px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(4.9000000954px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 56px;
  transition: height 0.4s ease-in-out, padding-top 0.2s ease-in-out;
  padding-top: 16px;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.nh-footer-map-address-item__link {
  transition-duration: 0.3s;
}
.nh-footer-map-address-item:hover {
  height: 200px;
  padding-top: 24px;
}
.nh-footer-map-address-item:hover .nh-footer-map-address-item__link {
  transform: rotate(-180deg);
}
.nh-footer-map-address-item__top,
.nh-footer-map-address-item__info,
.nh-footer-map-address-item__phone,
.nh-footer-map-address-item__button {
  display: flex;
  align-items: center;
}
.nh-footer-map-address-item__button {
  min-height: 40px;
  height: 40px;
}
.nh-footer-map-address-item__button span {
  font-size: 14px;
}
.nh-footer-map-address-item__top {
  gap: 8px;
}
.nh-footer-map-address-item__address {
  flex: 1;
  font-size: 20px;
}
.nh-footer-map-address-item__divider {
  height: 1px;
  margin: 18px 0;
  background: rgba(255, 255, 255, 0.25);
}
.nh-footer-map-address-item__info {
  gap: 16px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
}
.nh-footer-map-address-item__phone {
  gap: 8px;
}
.nh-footer-map-address-item__phone a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.nh-footer-map-address-item__schedule {
  white-space: nowrap;
}
.nh-footer-map-address-item__separator {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
}
.nh-footer-map-address-item__button {
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  padding: 18px 24px;
  border-radius: 999px;
  background: #0f2f6a;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.nh-footer-map-address-item__button:hover {
  background: #E4EAEF;
}
.nh-footer-bottom {
  margin-top: 80px;
}
.nh-footer-bottom__box-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.nh-footer-bottom__box-top__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 20px;
}
.nh-footer-bottom__box-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 55px;
}
.nh-footer-bottom__box-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}
.nh-footer-bottom__box-center ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nh-footer-bottom__box-center ul li a {
  color: #EBF0FF;
  font-family: "Cygre", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.6px;
  transition-duration: 0.3s;
}
.nh-footer-bottom__box-center ul li a:hover {
  opacity: 0.7;
}
.nh-footer-bottom__box-bottom__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nh-footer-text,
.nh-footer-bottom-item {
  color: #8494AF;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.32px;
}
.nh-footer-text {
  line-height: 1.5;
}
.nh-footer-link {
  color: #8494AF;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.32px;
  transition-duration: 0.3s;
}
.nh-footer-link:hover {
  filter: brightness(115%);
}
.nh-footer-bottom-line {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.nh-footer-bottom-item {
  display: flex;
  align-items: center;
  padding-right: 16px;
  position: relative;
}
.nh-footer-bottom-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 8px;
  background-color: #475D80;
}
.nh-footer-bottom-item:last-child {
  padding-right: 0;
}
.nh-footer-bottom-item:last-child::after {
  display: none;
}
.nh-footer-bottom-item__logo {
  margin-right: 10px;
}
.nh-footer-bottom-item__icon {
  margin-right: 8px;
}
.nh-footer .nh-footer-bottom-item a {
  transition-duration: 0.3s;
}
.nh-footer .nh-footer-bottom-item a:hover {
  color: #fff;
}
.nh-footer .nh-footer-bottom__box-bottom__darvin .nh-footer-bottom-item a:hover {
  color: #8494AF;
}
.nh-footer-soc {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-left: 15px;
}
.nh-footer-soc a {
  transition-duration: 0.3s;
}
.nh-footer-soc a:hover {
  filter: brightness(115%);
}
.nh-footer-bottom__box-bottom .nh-footer-bottom-item::after {
  display: none;
}
.ft-r-line {
  display: flex;
  width: 1px;
  height: 15px;
  background-color: #8494AF;
  margin-right: 12px;
}
.nh-footer-logo {
  display: flex;
  max-width: 270px;
}
.nh-footer-bottom__box-center ul {
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.nh-footer-bottom-dr-wrap {
  display: flex;
  align-items: center;
}
.nh-footer-bottom-line-nb-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.nh-footer-logo--mob {
  display: none;
}
.nh-footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1700px) {
  .nh-footer {
    border-radius: 46px 46px 0 0;
  }
}
@media (max-width: 1700px) {
  .nh-footer-map-address-item__phone,
  .nh-footer-map-address-item__schedule {
    font-size: 15px;
  }
  .nh-footer-map-address-item__address {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .nh-footer-map-address-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nh-footer-map-address-item__phone,
  .nh-footer-map-address-item__schedule {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .nh-footer-map-address-item__info {
    flex-direction: column;
    row-gap: 10px;
  }
  .nh-footer-map-address-item__separator {
    display: none;
  }
  .nh-footer-map-address-item__divider {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .nh-footer-map-address-item__button {
    margin-top: 20px;
  }
  .nh-footer-map-address-item__address {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .nh-footer-logo {
    max-width: 220px;
  }
}
@media (max-width: 960px) {
  .nh-footer-map {
    display: none;
  }
  .nh-footer-map--mobile {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    color: #EBF0FF;
    overflow: hidden;
    transition: background-color 0.25s ease, border-radius 0.25s ease, box-shadow 0.25s ease;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item + .nh-footer-map-address-item {
    margin-top: 2px;
    border-top: 1px solid rgba(235, 240, 255, 0.14);
  }
  .nh-footer-map--mobile .nh-footer-map-address-item.accordion__item--opened + .nh-footer-map-address-item {
    border-top-color: transparent;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item.accordion__item--opened {
    background: #687994;
    backdrop-filter: blur(14px);
    border-radius: 24px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  }
  .nh-footer-map--mobile .nh-footer-map--mobile__media {
    display: none;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item.accordion__item--opened .nh-footer-map--mobile__media {
    display: block;
    min-height: 340px;
    width: 100%;
    border-radius: 24px;
  }
  .nh-footer-map--mobile .accordion__button {
    width: 100%;
    padding: 15px 0 7px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
  }
  .nh-footer-map--mobile .accordion__button svg {
    flex-shrink: 0;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item__address {
    color: #EBF0FF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.32px;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item__link {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
  }
  .nh-footer-map--mobile .accordion__item.accordion__item--opened .nh-footer-map-address-item__link {
    transform: rotate(45deg);
  }
  .nh-footer-map--mobile .accordion__panel {
    overflow: hidden;
    transition: max-height 0.32s ease;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item__divider {
    margin: 0 0 16px;
    background: rgba(235, 240, 255, 0.14);
  }
  .nh-footer-map--mobile .nh-footer-map-address-item__info {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgba(235, 240, 255, 0.82);
  }
  .nh-footer-map--mobile .nh-footer-map-address-item__phone,
  .nh-footer-map--mobile .nh-footer-map-address-item__schedule {
    font-size: 16px;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item__button {
    width: 100%;
    min-height: 48px;
    height: 48px;
    margin-top: 20px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #0B2752;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item__button:hover {
    color: #fff;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item__button:hover svg {
    color: #fff;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item__button span {
    font-size: 16px;
    font-weight: 400;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item__button:hover svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7394%) hue-rotate(271deg) brightness(104%) contrast(90%);
  }
  .nh-footer-text, .nh-footer-bottom-item,
  .nh-footer-link {
    font-size: 14px;
  }
  .nh-footer-bottom .nh-footer-bottom-item,
  .nh-footer-bottom .nh-footer-link {
    font-size: 12px;
  }
  .nh-footer-soc {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .nh-footer-soc a {
    max-width: 18px;
  }
  .nh-footer-logo--desk {
    display: none;
  }
  .nh-footer-bottom__box-top__right {
    width: 100%;
    align-items: center;
  }
  .nh-footer-bottom__box-bottom {
    text-align: center;
  }
  .nh-footer-bottom__box-center ul li a {
    font-size: 18px;
  }
  .nh-footer-bottom__box-bottom__darvin {
    flex-direction: column;
  }
  .ft-r-line {
    display: none;
  }
  div.nh-footer-bottom__box-bottom__item:nth-child(2) > div:nth-child(1) {
    padding-right: 0;
  }
  .nh-footer-bottom__box-center ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 16px;
    max-width: 600px;
    row-gap: 30px;
  }
  .nh-footer-bottom__box-center ul li {
    text-align: center;
  }
  .nh-footer-bottom-dr-wrap {
    margin-top: 15px;
  }
  .nh-footer-logo--desk {
    display: none;
  }
  .nh-footer-logo--mob {
    display: flex;
    margin-bottom: 40px;
  }
  .nh-footer {
    padding-top: 60px;
  }
  .nh-footer-map-mobile__accordion .accordion__panel,
  .nh-footer-map-mobile__accordion .accordion__button {
    padding-left: 14px;
    padding-right: 14px;
  }
  .nh-footer-map--mobile .nh-footer-map-address-item__info {
    align-items: center;
  }
  .nh-footer-bottom__box-top__right .nh-footer-text,
  .nh-footer-bottom__box-top__right .nh-footer-bottom-item,
  .nh-footer-bottom__box-top__right .nh-footer-link {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .nh-footer-bottom__box-top__right .nh-footer-bottom-line:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .nh-footer-map--mobile {
    max-width: none;
  }
  .nh-footer-map--mobile .accordion__button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nh-footer-bottom__box-center ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 28px;
  }
  .nh-footer {
    padding-bottom: 40px;
    border-radius: 0 0 30px 30px;
  }
  .nh-footer-bottom__box-bottom {
    margin-top: 50px;
    row-gap: 50px;
  }
  .nh-footer-bottom-line {
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
  }
  a.nh-footer-bottom-item__icon {
    max-width: 20px;
  }
  .nh-footer-bottom__box-top__right .nh-footer-bottom-item a {
    font-size: 16px;
  }
  .nh-footer-bottom__box-top__right .nh-footer-bottom-item {
    padding-right: 0;
  }
  .nh-footer-bottom {
    margin-top: 50px;
  }
  .nh-footer-soc {
    margin-left: 0;
  }
  a.nh-footer-bottom-item__icon {
    margin-right: 15px;
  }
}
@media (max-width: 500px) {
  div.nh-footer-bottom__box-bottom__item:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
    max-width: 150px;
    text-align: left;
  }
  .nh-footer-bottom__box-center ul {
    row-gap: 16px;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .nh-footer-bottom__box-center ul li {
    border-bottom: 1px solid #546886;
    padding-bottom: 16px;
  }
  .nh-footer-bottom__box-center ul li:nth-child(odd) {
    display: flex;
    justify-content: flex-start;
  }
  .nh-footer-bottom__box-center ul li:nth-child(even) {
    display: flex;
    justify-content: flex-end;
  }
  .nh-footer-bottom__box-center ul li {
    border-bottom: 1px solid #546886;
    padding-bottom: 16px;
  }
  ul > li:last-child:nth-child(odd) {
    border-bottom: none;
  }
  .nh-case-item__title, .nh-case-item__name, .nh-case-item__description {
    text-align: left;
    padding-left: 10px;
  }
  .nh-case-item-info {
    align-items: flex-start;
  }
  .nh-case-item-info__left {
    padding-left: 10px;
  }
  .nh-case-btn {
    width: calc(100% - 24px);
  }
}
/* faq form */
.nh-ask-question-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.nh-ask-question-form .error {
  border: 1px solid #d93025;
}
.nh-ask-question-form__response {
  min-height: 1.4em;
  margin-top: 20px;
  text-align: center;
}
.nh-ask-question-form__response.error {
  color: #d93025;
  outline: 0;
}
.nh-ask-question-form.is-sending .nh-ask-question-form__btn {
  opacity: 0.65;
  pointer-events: none;
  justify-content: center;
  align-items: center;
}
.main-banner-services-row{
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.main-banner-services-descr{
  width: 50%;
  max-width: 470px;
}
.main-banner-services-image{
  width: 50%;
}
.main-banner-services-head h1{
  font-family: 'Cygre';
  font-weight: 400;
  font-size: 40px;
  line-height: 0.93;
  letter-spacing: -0.05em;
  color: #0b2752;
}
.main-banner-services-text{
  margin-top: 48px;
  font-size: 16px;
  line-height: 1.24;
  letter-spacing: -0.03em;
  color: rgba(11, 39, 82, 0.71);
}
.main-banner-services-text ul{
  list-style-type: disc;
  padding-left: 28px;
}
@media screen and (max-width: 1400px){
  .main-banner-services-head h1{
    font-size: 36px;
  }
  .main-banner-services-text, .main-banner-services-descr .main-banner-btn{
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px){
  .main-banner-services-row{
    gap: 0;
    flex-wrap: wrap;
  }
  .main-banner-services-head h1{
    font-size: 30px;
  }
  .main-banner-services-text, .main-banner-services-descr .main-banner-btn{
    margin-top: 24px;
  }
  .main-banner-services-descr{
    display: contents;
  }
  .main-banner-services-descr > *{
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-banner-services-image{
    width: 100%;
  }
  .main-banner-services-head{
    order: -1;
    text-align: center;
  }
  .main-banner-services-text{
    order: 2;
  }
}
@media screen and (max-width: 479px){
  .main-banner-services-head h1{
    font-size: 26px;
  }
}