/* ================== Normalize =================== */
/* Fonts */
/* Color */
* {
  box-sizing: border-box; }

body, html {
  min-height: 100%; }

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  display: block; }

input,
textarea {
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 1; }

input:focus,
input:active {
  outline: none;
  outline: 0;
  outline-offset: 0; }

button {
  border: none;
  background: transparent;
  text-decoration: none;
  line-height: 1; }
  button:hover {
    border: none; }
  button:focus {
    outline: none; }

a {
  text-decoration: none;
  line-height: 1; }

p {
  padding: 0;
  margin: 0; }

/* ================== Layout =================== */
body {
  font-family: "Open Sans", sans-serif;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.4;
  color: #2b2b2b;
  background: #eaeaea; }
  body.body-hidden {
    overflow: hidden; }

/* ================== General =================== */
.main {
  width: 100%;
  height: auto;
  position: relative; }

.container {
  width: 100%;
  max-width: 1216px;
  padding: 0 24px;
  margin: 0 auto;
  height: auto;
  position: relative; }

section {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  padding: 55px 0; }
  @media (max-width: 767px) {
    section {
      padding: 35px 0; } }

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.im-b {
  position: relative;
  overflow: hidden; }
  .im-b img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.img-overlay {
  position: relative; }
  .img-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
    transition: 0.3s ease;
    z-index: 1; }

.img-overlay-dark {
  position: relative; }
  .img-overlay-dark:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.7);
    transition: 0.3s ease;
    z-index: 1; }

.s-content {
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .s-content {
      margin-bottom: 32px; } }
  .s-content__link {
    display: flex; }
    .s-content__link svg {
      width: 50px;
      height: auto; }
      @media (max-width: 767px) {
        .s-content__link svg {
          width: 36px; } }
  .s-content__row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .s-content__desc {
    font-size: 18px;
    max-width: 830px;
    font-weight: 300;
    margin-top: 24px; }
    @media (max-width: 767px) {
      .s-content__desc {
        font-size: 16px;
        margin-top: 12px; } }
  @media (max-width: 767px) {
    .s-content.m-center .s-content__row {
      justify-content: center; } }
  @media (max-width: 767px) {
    .s-content.m-center .title {
      text-align: center; } }
  @media (max-width: 767px) {
    .s-content.m-center .s-content__desc {
      text-align: center; } }

.h-line {
  position: relative;
  background-color: #dfdfdf;
  width: 100%;
  height: 1px; }

.ht-line {
  position: relative; }
  .ht-line:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: calc(100% - 48px);
    max-width: 1168px;
    height: 1px;
    background-color: #dfdfdf; }

.privacy {
  padding-top: 0; }

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 55px; }
  .pagination .page-numbers {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px; }
    .pagination .page-numbers li {
      position: relative; }
    .pagination .page-numbers .page-numbers {
      width: 28px;
      height: 28px;
      font-size: 16px;
      font-weight: 300;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%; }
      .pagination .page-numbers .page-numbers.current {
        background: #627ca3;
        font-weight: 700;
        color: #fff; }

.results {
  position: relative; }
  @media (max-width: 767px) {
    .results .s-content__row {
      flex-direction: column; } }
  @media (max-width: 767px) {
    .results .sw-nav {
      margin-top: 16px; } }

.results-card {
  position: relative;
  display: flex;
  gap: 10px; }
  @media (max-width: 767px) {
    .results-card {
      flex-direction: column; } }
  .results-card__img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10; }

.prArticles {
  position: relative; }
  .prArticles .wrap {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 991px) {
      .prArticles .wrap {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .prArticles .wrap {
        grid-template-columns: repeat(1, 1fr); } }

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 0 !important;
  margin-top: 10px; }
  .swiper-pagination-bullet {
    width: 24px;
    height: 2px;
    background: #dfdfdf;
    margin: 0 5px !important;
    cursor: pointer;
    transition: 0.3s;
    opacity: 1;
    z-index: 10;
    display: block;
    border-radius: 0 !important; }
    .swiper-pagination-bullet:hover {
      background: #627ca3; }
    .swiper-pagination-bullet-active {
      background: #627ca3; }

.sw-nav {
  display: flex;
  align-items: center;
  gap: 32px; }
  @media (max-width: 767px) {
    .sw-nav {
      gap: 12px; } }
  .sw-nav .swiper-button-prev::after,
  .sw-nav .swiper-button-next::after {
    display: none; }
  .sw-nav .swiper-button-prev,
  .sw-nav .swiper-button-next {
    all: unset;
    display: flex;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
    width: 50px;
    height: 50px; }
    .sw-nav .swiper-button-prev.swiper-button-disabled,
    .sw-nav .swiper-button-next.swiper-button-disabled {
      opacity: .35;
      cursor: auto;
      pointer-events: none; }
    @media (max-width: 767px) {
      .sw-nav .swiper-button-prev,
      .sw-nav .swiper-button-next {
        width: 30px;
        height: 30px; } }
    .sw-nav .swiper-button-prev svg,
    .sw-nav .swiper-button-next svg {
      width: 100%;
      height: auto; }
    .sw-nav .swiper-button-prev:hover,
    .sw-nav .swiper-button-next:hover {
      opacity: 0.75; }

/* ================== Text =================== */
.fz_h1,
.fz_h2,
.fz_h3,
.fz_h4 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  line-height: 1.1;
  font-weight: 700; }

.fz_h1 {
  font-size: 100px; }
  @media (max-width: 1199px) {
    .fz_h1 {
      font-size: 65px; } }
  @media (max-width: 767px) {
    .fz_h1 {
      font-size: 35px; } }

.fz_h2 {
  font-size: 55px; }
  @media (max-width: 1199px) {
    .fz_h2 {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .fz_h2 {
      font-size: 30px; } }

.fz_h3 {
  font-size: 35px; }
  @media (max-width: 1199px) {
    .fz_h3 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .fz_h3 {
      font-size: 25px; } }

.fz_h4 {
  font-size: 24px; }
  @media (max-width: 767px) {
    .fz_h4 {
      font-size: 22px; } }

p {
  line-height: 1.56;
  font-size: 16px; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    padding: 0;
    list-style: none; }

a {
  color: #2b2b2b; }

.ta-center {
  text-align: center; }

.t-mb {
  margin-bottom: 56px; }
  @media (max-width: 767px) {
    .t-mb {
      margin-bottom: 40px; } }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 40px;
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  height: 66px;
  padding: 0 22px;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease;
  width: fit-content; }
  .btn svg {
    margin-right: 10px; }
  @media (max-width: 767px) {
    .btn {
      height: 52px;
      font-size: 16px; } }
  .btn-primary {
    background: #627ca3;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    color: #fff; }
    @media (min-width: 1025px) {
      .btn-primary:hover {
        background: #587093; } }
  .btn-small {
    height: 46px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 600; }

.pageError {
  display: flex;
  min-height: inherit; }
  .pageError .container {
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pageError .wrap {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .pageError h1 {
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px; }
  .pageError-text1 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
    text-align: center; }
  .pageError-text2 {
    font-size: 16px;
    text-align: center;
    max-width: 320px; }
  .pageError .btn {
    margin-top: 20px; }

/* ================== MEDIA =================== */
.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  margin-bottom: 12px; }

.wpcf7-form .form-col {
  margin-bottom: 10px; }

.wpcf7-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px; }

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
  width: 100%;
  height: 38px;
  font-size: 16px;
  border: 1px solid #eaeaea;
  border-radius: 0px;
  padding-left: 15px;
  color: #2b2b2b;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }
  .wpcf7-form input[type="text"]::placeholder,
  .wpcf7-form input[type="email"]::placeholder,
  .wpcf7-form input[type="tel"]::placeholder {
    color: #c4c4c4; }

.wpcf7-form .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 40px;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  height: 48px;
  padding: 0 22px;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease;
  width: fit-content;
  background: #627ca3;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  border: none;
  margin: 32px auto 0; }
  @media (min-width: 1025px) {
    .wpcf7-form .wpcf7-submit:hover {
      background: #587093; } }

.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  right: 0px;
  bottom: -10px;
  font-size: 8px; }

.wpcf7-form .wpcf7-response-output {
  border: none;
  padding: 0;
  font-size: 12px;
  margin: 0;
  opacity: 0.5; }

.wpcf7-form .wpcf7-spinner {
  display: none !important; }

.modal-form {
  max-width: 570px !important;
  padding: 22px !important;
  display: none; }
  .modal-form .title {
    text-align: center;
    display: block;
    margin-bottom: 22px; }
  .modal-form .subtitle {
    text-align: center;
    display: block;
    margin-bottom: 22px; }
  .modal-form__bottom {
    padding-top: 22px;
    width: 100%;
    border-top: 1px solid #dfdfdf;
    color: #627ca3;
    font-size: 14px;
    font-style: italic;
    margin-top: 22px;
    text-align: center; }
  .modal-form .f-button.is-close-btn {
    top: 5px !important;
    right: 5px !important;
    color: #000; }

.thank-message {
  display: none; }

/* ================== Template Parts =================== */
.header {
  position: relative;
  padding-top: 12px; }
  .header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__col {
    display: flex;
    align-items: center; }
  .header .logo {
    position: relative;
    display: flex; }
    .header .logo img {
      height: 51px; }
      @media (max-width: 1199px) {
        .header .logo img {
          height: 36px; } }
  .header .menu {
    display: flex;
    gap: 22px; }
    @media (max-width: 1199px) {
      .header .menu {
        display: none; } }
    .header .menu li a {
      display: block;
      font-size: 16px;
      font-weight: 400;
      transition: 0.3s ease;
      cursor: pointer; }
      .header .menu li a:hover {
        color: #627ca3; }
    .header .menu li.current-menu-item a {
      color: #627ca3; }

.header-phone {
  display: flex;
  align-items: center;
  margin-left: 32px; }
  @media (max-width: 1199px) {
    .header-phone {
      display: none; } }
  .header-phone span {
    font-size: 16px;
    font-weight: 700;
    margin-right: 22px;
    transition: 0.3s ease; }
  .header-phone__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-shadow: 0px 2.35px 5.88px 0px rgba(0, 0, 0, 0.15);
    background: #627ca3;
    border-radius: 100%; }
  .header-phone:hover span {
    color: #627ca3; }

.hamburger {
  display: none; }
  @media (max-width: 1199px) {
    .hamburger {
      display: block; } }

.footer {
  padding-top: 0px;
  padding-bottom: 55px;
  overflow: hidden; }
  .footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    padding-top: 55px; }
    @media (max-width: 767px) {
      .footer__top {
        flex-direction: column;
        align-items: center;
        padding-top: 35px; } }
  .footer .wrap {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .footer .wrap {
        flex-direction: column;
        align-items: center;
        text-align: center; } }
  .footer-title {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 12px; }
  .footer .menu {
    display: grid;
    gap: 12px; }
    .footer .menu li a {
      display: block;
      width: fit-content;
      line-height: 1.4; }
      @media (max-width: 767px) {
        .footer .menu li a {
          text-align: center;
          display: block;
          width: auto; } }
      .footer .menu li a:hover {
        text-decoration: underline; }
  .footer .logo {
    position: relative;
    display: flex;
    height: 51px; }
    @media (max-width: 1199px) {
      .footer .logo {
        height: 36px; } }
    @media (max-width: 767px) {
      .footer .logo {
        margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .footer__col {
      margin-bottom: 40px; } }
  .footer-text {
    margin-top: 32px;
    display: block;
    text-align: center;
    font-size: 14px;
    opacity: 0.4; }

.contacts {
  display: grid;
  gap: 12px; }

.contact--link {
  position: relative;
  display: block;
  line-height: 1.4; }

a.contact--link:hover {
  text-decoration: underline; }

.article {
  position: relative;
  padding-top: 0; }
  .article .container {
    max-width: 1192px; }
  .article-date {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #757575; }
  .article h1.title {
    text-align: center;
    display: block; }
  .article-line {
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    margin: 55px 0; }
    @media (max-width: 767px) {
      .article-line {
        margin: 35px 0; } }

.aBlock {
  position: relative;
  margin-bottom: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px; }
  @media (max-width: 991px) {
    .aBlock {
      flex-direction: column; } }
  @media (max-width: 767px) {
    .aBlock {
      padding: 0; } }
  .aBlock__content {
    padding-right: 48px; }
    @media (max-width: 991px) {
      .aBlock__content {
        padding-right: 0;
        margin-bottom: 20px; } }
  .aBlock-name {
    display: block;
    margin-bottom: 32px; }
  .aBlock__image {
    min-width: 490px;
    max-width: 490px;
    height: 350px; }
    @media (max-width: 767px) {
      .aBlock__image {
        min-width: 100%;
        max-width: 100%; } }
  .aBlock-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
    .aBlock-tags li {
      color: #627ca3;
      border: 1px solid #627ca3;
      font-size: 18px;
      padding: 6px;
      border-radius: 40px;
      text-align: center; }
      @media (max-width: 1199px) {
        .aBlock-tags li {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .aBlock-tags li {
          width: 100%; } }

.event-article {
  position: relative;
  padding-top: 0; }
  .event-article .wrap {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .event-article .wrap {
        flex-direction: column; } }
  .event-article__content {
    padding-right: 24px; }
    @media (max-width: 991px) {
      .event-article__content {
        margin-bottom: 35px;
        text-align: center;
        padding-right: 0; } }
  .event-article__image {
    min-width: 530px;
    max-width: 530px;
    height: 300px; }
    @media (max-width: 991px) {
      .event-article__image {
        min-width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 16/9; } }
  .event-article__list {
    margin-top: 20px; }
    .event-article__list li {
      margin-bottom: 6px;
      font-size: 22px; }
      @media (max-width: 991px) {
        .event-article__list li {
          font-size: 18px; } }

.article-styles {
  display: grid;
  gap: 24px;
  font-size: 18px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .article-styles {
      font-size: 16px; } }
  .article-styles h1,
  .article-styles h2,
  .article-styles h3,
  .article-styles h4,
  .article-styles h5 {
    display: block;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 12px; }
  .article-styles h1 {
    font-size: 100px; }
    @media (max-width: 1199px) {
      .article-styles h1 {
        font-size: 65px; } }
    @media (max-width: 767px) {
      .article-styles h1 {
        font-size: 35px; } }
  .article-styles h2 {
    font-size: 30px; }
    @media (max-width: 1199px) {
      .article-styles h2 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .article-styles h2 {
        font-size: 22px; } }
  .article-styles h3 {
    font-size: 26px; }
    @media (max-width: 1199px) {
      .article-styles h3 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .article-styles h3 {
        font-size: 20px; } }
  .article-styles h4 {
    font-size: 24px; }
    @media (max-width: 767px) {
      .article-styles h4 {
        font-size: 18px; } }
  .article-styles ol {
    padding-left: 24px; }
    .article-styles ol li {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 4px;
      position: relative;
      color: inherit; }
      .article-styles ol li:last-child {
        margin-bottom: 0; }
  .article-styles ul {
    padding-left: 24px; }
    .article-styles ul li {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 4px;
      position: relative;
      color: inherit; }
      @media (max-width: 767px) {
        .article-styles ul li {
          font-size: 16px; } }
      .article-styles ul li::after {
        content: "";
        position: absolute;
        left: -15px;
        top: 10px;
        width: 4px;
        height: 4px;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 100%; }
      .article-styles ul li:last-child {
        margin-bottom: 0; }
  .article-styles iframe {
    width: 100%; }
  .article-styles p {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    display: block;
    color: inherit; }
    @media (max-width: 767px) {
      .article-styles p {
        font-size: 16px; } }
    .article-styles p:last-child {
      margin-bottom: 0; }
    .article-styles p strong {
      font-weight: 600; }
    .article-styles p a {
      cursor: pointer; }
      .article-styles p a:hover {
        text-decoration: underline; }
  .article-styles a {
    color: inherit; }
  .article-styles .wp-block-image {
    display: block;
    overflow: hidden;
    width: fit-content;
    height: auto; }
    .article-styles .wp-block-image figure {
      margin: 0; }
    .article-styles .wp-block-image img {
      height: auto;
      max-width: 100%; }
  .article-styles blockquote {
    border-radius: 18px;
    padding: 28px;
    background-color: rgba(0, 0, 0, 0.03); }
    @media (max-width: 767px) {
      .article-styles blockquote {
        padding: 20px 20px 28px; } }
    .article-styles blockquote p {
      font-size: inherit;
      line-height: inherit;
      font-weight: 500;
      margin-bottom: 18px;
      color: inherit; }
    .article-styles blockquote cite {
      display: block;
      text-align: center;
      font-size: inherit;
      line-height: inherit;
      font-style: normal;
      font-weight: 700;
      color: inherit; }
      @media (max-width: 767px) {
        .article-styles blockquote cite {
          font-size: 16px; } }
      .article-styles blockquote cite em {
        font-style: normal; }

.single-products .article-styles .wp-block-media-text {
  padding: 40px 0px;
  background-color: #fff;
  gap: 32px; }
  @media (max-width: 767px) {
    .single-products .article-styles .wp-block-media-text {
      padding: 0;
      gap: 0; } }

.single-products .article-styles .wp-block-media-text__content {
  display: grid;
  gap: 12px;
  padding: 0;
  padding-left: 36px; }
  @media (max-width: 767px) {
    .single-products .article-styles .wp-block-media-text__content {
      padding: 0;
      padding: 16px; } }

.sProduct {
  position: relative;
  padding-top: 0; }
  .sProduct-about {
    position: relative;
    margin-top: 32px; }
  .sProduct .wrap {
    display: flex;
    gap: 64px;
    margin-top: 55px; }
    @media (max-width: 991px) {
      .sProduct .wrap {
        flex-direction: column;
        gap: 32px; } }
  .sProduct__left {
    width: 50%; }
    @media (max-width: 991px) {
      .sProduct__left {
        width: 100%; } }
  .sProduct__desc {
    position: relative;
    margin-bottom: 32px; }
  .sProduct__content {
    width: 50%; }
    @media (max-width: 991px) {
      .sProduct__content {
        width: 100%;
        padding-top: 0; } }
    .sProduct__content .btn {
      padding: 0 40px; }
      @media (max-width: 767px) {
        .sProduct__content .btn {
          width: 100%; } }

.gallery {
  width: 100%; }
  .gallery .f-carousel__slide {
    position: relative;
    overflow: hidden;
    height: auto;
    display: flex;
    justify-content: center; }
    .gallery .f-carousel__slide img {
      position: relative;
      width: auto;
      max-width: 100%;
      max-height: 500px; }
  .gallery .f-carousel__viewport.is-draggable {
    position: relative; }
  .gallery .f-carousel .f-carousel__nav .f-button {
    background-color: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 1px 4px 0px rgba(22, 22, 22, 0.2);
    z-index: 10;
    transition: 0.3s linear;
    cursor: pointer; }
    .gallery .f-carousel .f-carousel__nav .f-button:hover {
      background-color: white; }
    .gallery .f-carousel .f-carousel__nav .f-button.is-prev {
      left: -20px; }
    .gallery .f-carousel .f-carousel__nav .f-button.is-next {
      right: -20px; }
  .gallery .f-carousel__nav {
    display: none !important; }
  .gallery .f-thumbs .f-carousel__nav .f-button {
    display: none !important; }
  .gallery .f-thumbs__track {
    padding-bottom: 0 !important; }
    .gallery .f-thumbs__track .f-thumbs__slide {
      position: relative;
      overflow: hidden;
      height: auto;
      aspect-ratio: 16/12;
      overflow: hidden; }
      .gallery .f-thumbs__track .f-thumbs__slide img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }

.thank-you-message {
  background-color: #ececec;
  padding: 12px;
  display: none; }
  .thank-you-message svg {
    width: 100px;
    height: auto;
    fill: #1a2a2f;
    margin: 0 auto;
    display: flex; }
  .thank-you-message p {
    text-align: center;
    margin-top: 10px; }

.taxProduct {
  position: relative;
  padding-top: 0; }
  .taxProduct h1.title {
    margin-bottom: 32px;
    display: block; }
  .taxProduct__banner {
    height: 174px;
    width: 100%;
    margin-bottom: 42px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .taxProduct__banner {
        height: 114px; } }
  .taxProduct .wrap {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px; }
    @media (max-width: 991px) {
      .taxProduct .wrap {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 767px) {
      .taxProduct .wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px; } }

.filter {
  position: relative; }
  .filter-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block; }
  .filter__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
  .filter-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2b2b2b;
    height: 32px;
    border-radius: 40px;
    padding: 0 6px;
    font-size: 14px;
    color: #2b2b2b;
    opacity: 0.3;
    transition: 0.3s ease;
    cursor: pointer; }
    .filter-link:hover {
      opacity: 1; }

.blogCard {
  position: relative;
  background-color: #fff; }
  .blogCard__img {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/11; }
    .blogCard__img img {
      transition: 0.4s ease; }
  .blogCard__content {
    padding: 22px 20px; }
    @media (max-width: 991px) {
      .blogCard__content {
        padding: 16px; } }
  .blogCard__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px; }
  .blogCard-categories {
    background: #f0f0f0;
    border-radius: 40px;
    padding: 8px 12px; }
    .blogCard-categories span {
      color: #757575;
      font-size: 14px; }
  .blogCard-date {
    position: relative;
    color: #757575;
    font-size: 14px; }
  .blogCard-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.24; }
    @media (max-width: 991px) {
      .blogCard-title {
        font-size: 16px; } }
  .blogCard-more {
    display: flex;
    align-items: center;
    color: #627ca3;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .blogCard-more {
        font-size: 15px; } }
    .blogCard-more svg {
      display: block;
      margin-left: 10px; }
  @media (min-width: 1025px) {
    .blogCard:hover .blogCard__img img {
      transform: scale(1.05); } }

.term-card {
  width: 100%;
  height: 334px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  @media (max-width: 767px) {
    .term-card {
      height: 260px; } }
  .term-card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
    transition: 0.3s ease;
    z-index: 1; }
  .term-card__logo {
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 2;
    height: 85px; }
    @media (max-width: 767px) {
      .term-card__logo {
        height: 65px; } }
  .term-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 12px; }
  .term-card__btn {
    display: flex;
    align-items: center; }
    .term-card__btn svg {
      display: block;
      margin-left: 10px; }
      @media (max-width: 767px) {
        .term-card__btn svg {
          width: 36px;
          height: auto; } }
  .term-card__title {
    color: #fff;
    display: block;
    text-align: center; }
  @media (min-width: 1025px) {
    .term-card:hover:after {
      background: rgba(51, 51, 51, 0.75); } }

.card-product {
  position: relative;
  border: 1px solid white;
  background-color: #fff; }
  .card-product .brand-logo {
    width: auto;
    max-width: 96px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    left: auto; }
  .card-product__image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/19;
    background: #eaeaea; }
  .card-product__content {
    background-color: #fff;
    padding: 12px; }
    .card-product__content .title {
      font-size: 16px;
      line-height: 1.3;
      font-weight: 600;
      font-style: italic; }

.mobile-menu {
  position: fixed;
  background: #eaeaea;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none; }
  .mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 0; }
  .mobile-menu__logo {
    display: block;
    width: auto;
    height: 36px; }
  .mobile-menu__close {
    display: flex; }
  .mobile-menu__nav {
    padding-top: 60px;
    display: flex;
    justify-content: center; }
  .mobile-menu .menu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px; }
    .mobile-menu .menu li a {
      font-size: 16px;
      font-weight: 400;
      text-align: center;
      display: block;
      line-height: 22px; }
    .mobile-menu .menu li.current-menu-item a {
      color: #627ca3; }
  .mobile-menu .header-phone {
    display: flex;
    justify-content: center;
    margin: 32px auto; }

.homeBanner {
  position: relative; }
  @media (max-width: 767px) {
    .homeBanner {
      flex-direction: column; } }
  .homeBanner .wrap {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .homeBanner .wrap {
        flex-direction: column; } }
  .homeBanner__content {
    position: relative;
    padding-right: 24px;
    max-width: 630px;
    padding-top: 16px; }
    @media (max-width: 767px) {
      .homeBanner__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
        padding-right: 0;
        padding-top: 0; } }
  .homeBanner__images {
    width: 100%;
    min-width: 420px;
    max-width: 530px;
    height: 560px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 767px) {
      .homeBanner__images {
        min-width: auto;
        height: 320px; } }
  .homeBanner .title {
    margin-bottom: 22px; }
    @media (max-width: 767px) {
      .homeBanner .title br {
        display: none; } }
  .homeBanner-desc {
    position: relative;
    margin-bottom: 22px;
    font-size: 22px; }
    @media (max-width: 767px) {
      .homeBanner-desc {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .homeBanner .btn {
      width: 100%; } }
  .homeBanner__numbers {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    margin-top: -100px; }
    @media (max-width: 767px) {
      .homeBanner__numbers {
        grid-template-columns: repeat(1, 1fr);
        margin-top: -40px; } }
    .homeBanner__numbers_item {
      padding: 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      backdrop-filter: blur(4px);
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
      background: rgba(255, 255, 255, 0.3); }
    .homeBanner__numbers-count {
      font-size: 75px;
      color: #627ca3;
      margin-bottom: 10px;
      font-weight: 700;
      line-height: 1.2;
      text-align: center; }
      @media (max-width: 767px) {
        .homeBanner__numbers-count {
          font-size: 65px; } }
    .homeBanner__numbers-text {
      font-size: 18px;
      text-align: center; }
      @media (max-width: 767px) {
        .homeBanner__numbers-text {
          font-size: 16px; } }

.activities {
  position: relative;
  padding: 40px 0; }
  .activities .wrap {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 767px) {
      .activities .wrap {
        grid-template-columns: repeat(1, 1fr); } }

.activities-card {
  position: relative;
  height: auto;
  aspect-ratio: 16/15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .activities-card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.2);
    z-index: 1;
    transition: 0.3s ease; }
    @media (max-width: 767px) {
      .activities-card:after {
        background: #627ca3; } }
  .activities-card:hover:after {
    background: #627ca3; }
  .activities-card:hover .activities-card__desc {
    display: block; }
  .activities-card__content {
    width: 100%;
    max-width: 310px;
    text-align: center;
    position: relative;
    z-index: 2; }
  .activities-card__title {
    margin-bottom: 12px;
    color: #fff;
    transition: 0.5s ease; }
  .activities-card__desc {
    font-size: 14px;
    color: #fff;
    display: none; }
    @media (max-width: 767px) {
      .activities-card__desc {
        display: block; } }

.banner {
  position: relative; }
  .banner__block {
    display: flex;
    align-items: center;
    padding: 90px 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover; }
    @media (max-width: 767px) {
      .banner__block {
        padding: 0;
        height: auto;
        aspect-ratio: 16/16;
        align-items: flex-end;
        margin-bottom: 60px;
        background-position: 68% center; } }
    .banner__block-title {
      color: #627ca3;
      margin-bottom: 16px;
      display: block; }
      @media (max-width: 767px) {
        .banner__block-title {
          font-size: 30px;
          text-align: center;
          margin-bottom: 12px; } }
    .banner__block-title-smaller {
      color: #627ca3;
      margin-bottom: 32px;
      display: block; }
      @media (max-width: 767px) {
        .banner__block-title-smaller {
          font-size: 30px;
          text-align: center;
          margin-bottom: 20px; } }
    .banner__block-subtitle {
      font-size: 22px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .banner__block-subtitle {
          font-size: 16px;
          text-align: center;
          display: block; } }
    .banner__block-list-title {
      font-size: 18px;
      font-weight: 700;
      display: block;
      margin-bottom: 12px; }
      @media (max-width: 767px) {
        .banner__block-list-title {
          font-size: 16px; } }
    .banner__block-list {
      padding-left: 15px;
      display: grid;
      gap: 4px; }
      .banner__block-list li {
        font-size: 18px;
        font-weight: 300;
        position: relative; }
        @media (max-width: 767px) {
          .banner__block-list li {
            font-size: 16px; } }
        .banner__block-list li::after {
          content: "";
          position: absolute;
          left: -10px;
          top: 50%;
          transform: translateY(-50%);
          height: 2px;
          width: 2px;
          border-radius: 100%;
          background: #2b2b2b; }
  .banner__content {
    width: 100%;
    max-width: 570px;
    padding: 30px 22px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #e4e4e4;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15); }
    @media (max-width: 767px) {
      .banner__content {
        padding: 16px 24px;
        position: relative;
        margin-bottom: -66px;
        border: none; } }

.homeAbout {
  position: relative; }
  .homeAbout .wrap {
    display: flex;
    border-top: 1px solid #dfdfdf; }
    @media (max-width: 767px) {
      .homeAbout .wrap {
        flex-direction: column; } }
  .homeAbout__content {
    position: relative;
    padding-top: 40px; }
    .homeAbout__content:first-child {
      width: 56%;
      border-right: 1px solid #dfdfdf;
      padding-right: 60px; }
      @media (max-width: 767px) {
        .homeAbout__content:first-child {
          padding-right: 0;
          width: 100%;
          border-right: none; } }
    .homeAbout__content:last-child {
      width: 44%;
      padding-left: 60px; }
      @media (max-width: 767px) {
        .homeAbout__content:last-child {
          width: 100%;
          padding-left: 0; } }

.homeBlog {
  position: relative; }
  .homeBlog .wrap {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 767px) {
      .homeBlog .wrap {
        grid-template-columns: repeat(1, 1fr); } }

.partners {
  position: relative;
  padding: 0; }
  .partners .wrap {
    padding: 40px 0; }
  .partners-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block; }
  .partners .swiper-wrapper {
    display: flex;
    align-items: center; }
  .partners .swiper-slide {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center; }

.pBrands {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 30px; }
  @media (max-width: 1199px) {
    .pBrands {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    .pBrands {
      grid-template-columns: repeat(1, 1fr); } }

.pBrands-card {
  position: relative;
  height: 334px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center; }
  .pBrands-card .title {
    position: relative;
    z-index: 3; }
  .pBrands-card__back {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease; }
    @media (max-width: 1199px) {
      .pBrands-card__back {
        visibility: visible;
        opacity: 1; } }
  .pBrands-card__logo {
    position: absolute;
    right: 0;
    top: 0; }
  .pBrands-card__desc {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 24px;
    color: #2b2b2b; }
  .pBrands-card:nth-child(5) {
    grid-column: 2 / 4; }
    @media (max-width: 1199px) {
      .pBrands-card:nth-child(5) {
        grid-column: 1 / 1; } }
  .pBrands-card:hover .pBrands-card__back {
    opacity: 1;
    visibility: visible; }

.homeServices {
  padding: 0; }
  .homeServices .s-content {
    margin-bottom: 22px; }
  .homeServices .wrap {
    margin-bottom: 22px;
    margin-top: 22px;
    display: flex; }
    @media (max-width: 767px) {
      .homeServices .wrap {
        flex-direction: column; } }
  .homeServices__img {
    width: 100%;
    min-width: 515px;
    max-width: 515px;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .homeServices__img {
        min-width: 415px;
        max-width: 415px;
        height: 520px; } }
    @media (max-width: 767px) {
      .homeServices__img {
        min-width: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 16/17;
        margin-right: 0;
        margin-bottom: 20px; } }
    .homeServices__img-text {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.7);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      font-size: 35px;
      font-weight: 700;
      padding: 16px; }
      @media (max-width: 767px) {
        .homeServices__img-text {
          font-size: 20px; } }
  .homeServices__content {
    width: 100%; }
    .homeServices__content_text {
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .homeServices__content_text {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .homeServices__content_text p {
          font-size: 14px; } }

.question-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #dfdfdf; }
  @media (max-width: 767px) {
    .question-list {
      position: relative; } }

.question {
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf; }
  .question:last-child {
    border-bottom: 1px solid transparent; }
  .question .question-header {
    padding: 16px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .question .question-header h3 {
      margin: 0;
      font-size: 18px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .question .question-header h3 {
          font-size: 16px; } }
    .question .question-header .arrow {
      position: relative;
      min-width: 18px;
      max-width: 18px;
      height: 18px;
      margin-left: 24px; }
      .question .question-header .arrow::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 2px;
        background-color: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .question .question-header .arrow::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .question .question-header.active .arrow::before {
      display: none; }
    .question .question-header:hover h3 {
      color: #2b2b2b; }
  .question .question-content {
    padding-bottom: 24px;
    display: none;
    position: relative; }
    .question .question-content__wrap {
      width: 100%; }
  .question.active .arrow {
    transform: rotate(180deg); }
  .question.active .question-content {
    max-height: 500px;
    padding: 20px; }

.homeTypeProduct {
  position: relative;
  padding-bottom: 30px;
  padding-top: 0; }
  .homeTypeProduct .wrap {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 767px) {
      .homeTypeProduct .wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px; } }
  .homeTypeProduct-card {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9.5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; }
    .homeTypeProduct-card:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.5);
      z-index: 1; }
    .homeTypeProduct-card_content {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      z-index: 2; }
    .homeTypeProduct-card_btn {
      position: relative;
      display: flex;
      align-items: center;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid #e4e4e4;
      color: #fff;
      padding: 0 12px;
      cursor: pointer;
      height: 42px;
      border-radius: 40px;
      font-size: 16px;
      font-weight: 300;
      font-family: "Open Sans", sans-serif;
      transition: 0.3s ease; }
      .homeTypeProduct-card_btn svg {
        display: block;
        margin-left: 4px;
        position: relative;
        top: 1px; }
      @media (min-width: 1025px) {
        .homeTypeProduct-card_btn:hover {
          background: rgba(255, 255, 255, 0.3);
          border: 1px solid #e4e4e4; } }
    .homeTypeProduct-card_title {
      color: #fff;
      display: block;
      text-align: center;
      margin-bottom: 12px; }

.mainCatalog {
  position: relative; }
  .mainCatalog__item {
    margin-bottom: 32px; }
    .mainCatalog__item:last-child {
      margin-bottom: 0; }
  .mainCatalog .title {
    margin-bottom: 20px; }
  .mainCatalog__aparaty {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 767px) {
      .mainCatalog__aparaty {
        grid-template-columns: repeat(1, 1fr); } }
  .mainCatalog__kushetky {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr); }
    @media (max-width: 767px) {
      .mainCatalog__kushetky {
        grid-template-columns: repeat(1, 1fr); } }
  .mainCatalog__brands {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 991px) {
      .mainCatalog__brands {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .mainCatalog__brands {
        grid-template-columns: repeat(1, 1fr); } }

.pageBanner {
  position: relative;
  padding-top: 0px; }
  .pageBanner .wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    max-width: 960px; }
  .pageBanner__desc {
    margin-top: 22px; }
    .pageBanner__desc p {
      font-size: 22px; }
      @media (max-width: 767px) {
        .pageBanner__desc p {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .pageBanner__desc p br {
          display: none; } }
  .pageBanner .btn {
    margin-top: 22px; }

.certificates {
  position: relative; }
  .certificates-image {
    position: relative;
    width: 100%;
    cursor: zoom-in; }
  @media (max-width: 767px) {
    .certificates .s-content {
      margin-bottom: 16px; } }
  @media (max-width: 767px) {
    .certificates .s-content__row {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .certificates .sw-nav {
      margin-top: 16px; } }

.team {
  position: relative; }
  .team .s-content__desc {
    max-width: 100%; }
  @media (max-width: 767px) {
    .team .swiper {
      overflow: visible; } }

.team-card {
  position: relative;
  background: #fff; }
  .team-card__image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/14; }
  .team-card__content {
    position: relative;
    padding: 12px; }
  .team-card__name {
    position: relative;
    color: #627ca3;
    font-size: 22px;
    font-weight: 600;
    display: block;
    font-style: italic; }
    @media (max-width: 767px) {
      .team-card__name {
        font-size: 17px; } }
  .team-card__position {
    font-size: 14px;
    display: block;
    font-style: italic; }
    @media (max-width: 767px) {
      .team-card__position {
        font-size: 13px; } }

.guarantees {
  position: relative;
  padding-top: 0; }
  .guarantees .wrap {
    display: grid;
    gap: 16px 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 55px; }
    @media (max-width: 991px) {
      .guarantees .wrap {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .guarantees .wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-top: 35px; } }

.guarantee-card {
  width: 100%;
  height: 334px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease; }
  .guarantee-card__title {
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 1.2; }
  .guarantee-card__info {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background-color: #fff;
    width: 167px;
    height: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media (max-width: 767px) {
      .guarantee-card__info {
        width: 96px;
        height: 52px; } }
  .guarantee-card__text {
    font-size: 16px;
    font-style: italic;
    color: #627ca3;
    margin-bottom: 6px; }
    @media (max-width: 767px) {
      .guarantee-card__text {
        font-size: 10px; } }
  .guarantee-card__years {
    font-size: 25px;
    font-weight: 700;
    color: #627ca3; }
    @media (max-width: 767px) {
      .guarantee-card__years {
        font-size: 16px; } }
  .guarantee-card__content {
    position: relative;
    z-index: 4; }
  @media (min-width: 1025px) {
    .guarantee-card:hover {
      transform: scale(1.025); } }

.bannerConsulting {
  position: relative;
  padding-top: 0; }
  .bannerConsulting__img {
    position: relative;
    width: 100%;
    height: 174px;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .bannerConsulting__img {
        height: 107px; } }
  .bannerConsulting .wrap {
    max-width: 960px;
    margin: 0 auto; }
  .bannerConsulting .title {
    text-align: center; }
  .bannerConsulting-subtitle {
    color: #2b2b2b;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 22px; }
    @media (max-width: 767px) {
      .bannerConsulting-subtitle {
        font-size: 16px; } }

.infoBlocks {
  position: relative; }
  .infoBlocks .wrap {
    width: 100%;
    position: relative; }
  .infoBlocks .s-content {
    margin-bottom: 40px; }
  .infoBlocks .s-content__desc {
    max-width: 934px; }
  @media (max-width: 767px) {
    .infoBlocks .swiper {
      overflow: visible; } }

.audit-box {
  background-color: #627ca3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 234px;
  padding: 0 14px; }
  .audit-box__number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    border-radius: 100%; }
  .audit-box__text {
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700; }

.aboutPerson {
  position: relative;
  padding-top: 0; }
  .aboutPerson .wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .aboutPerson .wrap {
        flex-direction: column;
        align-items: center;
        text-align: center; } }
  @media (max-width: 991px) {
    .aboutPerson__content {
      margin-bottom: 22px; } }
  .aboutPerson__image {
    min-width: 530px;
    max-width: 530px;
    height: auto;
    aspect-ratio: 16/17;
    margin-left: 48px; }
    @media (max-width: 991px) {
      .aboutPerson__image {
        margin-left: 0;
        min-width: 100%;
        max-width: 100%; } }
  .aboutPerson-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; }
    @media (max-width: 767px) {
      .aboutPerson-images {
        grid-template-columns: repeat(1, 1fr); } }
  .aboutPerson-image {
    height: 260px; }
    @media (max-width: 767px) {
      .aboutPerson-image {
        height: 180px; } }
  .aboutPerson__desc {
    font-size: 18px;
    margin-top: 22px; }
    @media (max-width: 991px) {
      .aboutPerson__desc {
        font-size: 16px; } }
    .aboutPerson__desc p {
      font-size: inherit; }

.breadcrumbs {
  position: relative;
  padding: 55px 0; }
  @media (max-width: 767px) {
    .breadcrumbs {
      padding: 35px 0; } }

#breadcrumbs {
  position: relative;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400; }
  #breadcrumbs span a {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.5;
    transition: 0.3s ease; }
    #breadcrumbs span a:hover {
      opacity: 1; }
  #breadcrumbs .breadcrumb_last {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.3; }
  #breadcrumbs .breadcrumbs-arrow {
    opacity: 0.3; }

.contacts {
  position: relative;
  padding-top: 0; }
  .contacts .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 55px; }
    @media (max-width: 991px) {
      .contacts .wrap {
        margin-bottom: 35px;
        grid-template-columns: repeat(1, 1fr); } }
  .contacts__map {
    width: 100%;
    height: 334px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    .contacts__map iframe {
      width: 100%;
      height: 100%; }
  .contacts-block {
    position: relative;
    height: 334px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .contacts-block {
        height: 260px; } }
    .contacts-block__content {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      z-index: 3; }
    .contacts-block__title {
      display: flex;
      align-items: center;
      padding: 10px;
      border-radius: 40px;
      border: 2px solid #fff;
      margin-bottom: 32px; }
      @media (max-width: 991px) {
        .contacts-block__title {
          padding: 8px;
          margin-bottom: 24px; } }
      .contacts-block__title svg {
        width: 44px;
        height: 44px;
        display: block;
        margin-right: 10px; }
        @media (max-width: 991px) {
          .contacts-block__title svg {
            width: 34px;
            height: 34px; } }
      .contacts-block__title span {
        color: #fff; }
        @media (max-width: 991px) {
          .contacts-block__title span {
            font-size: 22px; } }
    .contacts-block__row {
      display: flex;
      gap: 40px; }
      @media (max-width: 991px) {
        .contacts-block__row {
          flex-direction: column;
          align-items: center;
          text-align: center;
          gap: 8px; } }
    .contacts-block .contact--link {
      color: #fff;
      font-size: 18px; }

.blog {
  position: relative;
  padding-top: 0; }
  .blog h1.title {
    margin-bottom: 32px;
    display: block; }
  .blog .wrap {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 55px; }
    @media (max-width: 767px) {
      .blog .wrap {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px; } }

.sVideo {
  position: relative; }
  .sVideo iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto; }
  .sVideo__block {
    position: relative; }
  .sVideo-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .sVideo-button svg {
        width: 30px;
        height: auto; } }
    .sVideo-button:hover {
      opacity: 0.75; }
  .sVideo-preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.rArticles {
  position: relative; }
  .rArticles .wrap {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 767px) {
      .rArticles .wrap {
        grid-template-columns: repeat(1, 1fr); } }

