@charset "UTF-8";
/* Section Question */
.section-question__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.1;
  min-height: 60px;
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .section-question__title {
      font-size: 36px; } }
  @media (max-width: 991px) {
    .section-question__title {
      font-size: 36px;
      line-height: 1.2;
      text-align: center;
      display: block;
      margin-bottom: 30px;
      min-height: auto; } }
  @media (max-width: 500px) {
    .section-question__title {
      font-size: 30px; } }

@media (max-width: 991px) {
  .section-question .question-button {
    display: none; } }
.section-question .question-button--bottom {
  display: none; }
  @media (max-width: 991px) {
    .section-question .question-button--bottom {
      display: block;
      text-align: center;
      margin-top: 35px; } }

.section-question .question-date {
  color: var(--color-gray); }

.question-block {
  padding: 40px;
  margin-bottom: 30px;
  font-size: 16px; }
  .question-block:last-child {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .question-block {
      padding: 30px 15px;
      margin-bottom: 15px; } }

.answer-block {
  background-color: #f5f7fa;
  margin-left: 90px;
  padding: 40px;
  border-radius: var(--section-radius);
  margin-bottom: 30px;
  font-size: 16px; }
  .answer-block:last-child {
    margin-bottom: 0; }
  .answer-block p {
    margin-bottom: 10px; }
    .answer-block p:last-child {
      margin-bottom: 0; }
  @media (max-width: 991px) {
    .answer-block {
      padding: 30px 15px;
      margin-left: 0;
      margin-bottom: 15px; } }

.question-date {
  text-align: right;
  font-size: 16px;
  color: #849ba3; }

.question-author {
  display: flex;
  margin-bottom: 25px;
  font-size: 18px; }
  .question-author .question-icon {
    flex: 0 0 23px;
    height: 23px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #0093d7;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-weight: 600; }
  .question-author p {
    margin-bottom: 10px; }
    .question-author p:last-child {
      margin-bottom: 0; }

/* END Section Question */
@font-face {
  font-family: "Gilroy";
  src: local(Gilroy-Light), local(Gilroy-Light), url("fonts/Gilroy-Light.woff2") format("woff2"), url("fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap; }
@font-face {
  font-family: "Gilroy";
  src: local(Gilroy-Regular), local(Gilroy-Regular), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: "Gilroy";
  src: local(Gilroy-Semibold), local(Gilroy-Semibold), url("fonts/Gilroy-Semibold.woff2") format("woff2"), url("fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 500;
  font-display: swap; }
@font-face {
  font-family: "Gilroy";
  src: local(Gilroy-Bold), local(Gilroy-Bold), url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap; }
@font-face {
  font-family: "Gilroy";
  src: local(Gilroy-ExtraBold), local(Gilroy-ExtraBold), url("fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap; }
:root {
  --section-radius: 10px;
  --section-shadow: 0px 0px 20px 0px rgba(190,190,190,0.8);
  --color-brand: #0093d7;
  --color-gray: #849ba3;
  --color-lite-grey: #f5f7fa; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%;
  font-family: sans-serif; }

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%; }

input, button, textarea, select {
  font: inherit; }

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s; }

ul, ol {
  list-style: none; }

body {
  font-family: 'Gilroy', Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.01em; }

.site-main {
  line-height: 1.3; }

.right {
  float: right; }

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

@media (min-width: 768px) {
  .text-center-d {
    text-align: center; } }

@media (max-width: 767px) {
  .text-center-m {
    text-align: center; } }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.full-width {
  width: 100%; }

.entry-title {
  margin: 40px 0 40px 0; }

b, strong, .bold {
  font-weight: 600; }

.block {
  display: block !important; }

.uppercase {
  text-transform: uppercase; }

.gray {
  color: var(--color-gray); }

ul.gray-point {
  padding-left: 0; }

ul.gray-point li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px; }

ul.gray-point li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--color-gray); }

img {
  max-width: 100%;
  height: auto; }

.pagination-wrapper {
  font-size: 22px; }

.flex {
  display: flex; }

.height-100 {
  height: 100%; }

p:last-child {
  margin-bottom: 0; }

@media (max-width: 991px) {
  .text-center-mob {
    text-align: center; } }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.bg-wrapper {
  padding: 70px 0; }
  @media (max-width: 1199px) {
    .bg-wrapper {
      padding: 50px 0; } }
  @media (max-width: 991px) {
    .bg-wrapper {
      padding: 50px 0; } }
  @media (max-width: 500px) {
    .bg-wrapper {
      padding: 40px 0; } }
  .bg-wrapper .main-section {
    margin-top: 0;
    margin-bottom: 0; }

.bg-lightgray {
  background-color: #f5f7fa; }

.main-section {
  margin: 90px 0; }
  @media (max-width: 1199px) {
    .main-section {
      margin: 50px 0; } }
  @media (max-width: 991px) {
    .main-section {
      margin: 50px 0; } }
  @media (max-width: 500px) {
    .main-section {
      margin: 40px 0; } }

.section-header, .h1-header {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0.3em;
  text-align: center;
  line-height: 1.1; }
  @media (max-width: 1199px) {
    .section-header, .h1-header {
      font-size: 36px; } }
  @media (max-width: 991px) {
    .section-header, .h1-header {
      font-size: 36px; } }
  @media (max-width: 500px) {
    .section-header, .h1-header {
      font-size: 30px; } }
  .section-header.alone, .h1-header.alone {
    margin-bottom: 45px; }
    @media (max-width: 991px) {
      .section-header.alone, .h1-header.alone {
        margin-bottom: 30px; } }

.section-description {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center; }
  @media (max-width: 1199px) {
    .section-description {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .section-description {
      margin-bottom: 30px; } }
  @media (max-width: 500px) {
    .section-description {
      font-size: 14px; } }

.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #8496a3; }
  .breadcrumbs a:hover {
    color: #0093d7; }

.ocsp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #0093d7;
  border: 1px solid #0093d7;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  transition: all .1s ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }
  .ocsp-button:hover {
    background-color: #fff;
    color: #0093d7; }
  .ocsp-button.wide {
    display: flex;
    width: 100%; }
  @media (max-width: 1199px) {
    .ocsp-button {
      height: 38px;
      font-size: 16px; } }
  @media (max-width: 991px) {
    .ocsp-button {
      height: 48px;
      font-size: 18px; } }
  .ocsp-button.p40 {
    padding-left: 40px;
    padding-right: 40px; }
  .ocsp-button.h60 {
    height: 58px; }
    @media (max-width: 1199px) {
      .ocsp-button.h60 {
        height: 48px; } }
    @media (max-width: 991px) {
      .ocsp-button.h60 {
        height: 48px; } }

@keyframes ring {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(15deg); }
  20% {
    transform: rotate(-12deg); }
  30% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-8deg); }
  50% {
    transform: rotate(6deg); }
  60% {
    transform: rotate(-4deg); }
  70% {
    transform: rotate(2deg); }
  80% {
    transform: rotate(-1deg); }
  90% {
    transform: rotate(1deg); }
  100% {
    transform: rotate(0deg); } }
.form-group {
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .form-group {
      margin-bottom: 20px; } }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="datetime"],
input[type="file"],
select,
textarea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid #e4e8ed;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  transition: all .1s ease-in-out; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="file"]:focus,
  select:focus,
  textarea:focus {
    outline: none;
    border-color: #0093d7; }
  @media (max-width: 1199px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="url"],
    input[type="search"],
    input[type="date"],
    input[type="datetime"],
    input[type="file"],
    select,
    textarea {
      height: 48px;
      font-size: 16px; } }
  @media (max-width: 991px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="url"],
    input[type="search"],
    input[type="date"],
    input[type="datetime"],
    input[type="file"],
    select,
    textarea {
      height: 48px;
      font-size: 18px; } }

input[type="submit"] {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  background-color: #0093d7;
  border: 1px solid #0093d7;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  transition: all .1s ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  cursor: pointer; }
  input[type="submit"]:hover {
    background-color: #fff;
    color: #0093d7; }
  @media (max-width: 1199px) {
    input[type="submit"] {
      height: 48px;
      font-size: 16px; } }
  @media (max-width: 991px) {
    input[type="submit"] {
      height: 48px;
      font-size: 18px; } }

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: 2px; }

.form-group {
  position: relative; }

.wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0; }

.form-wrapper-3 {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap; }
  .form-wrapper-3 > * {
    flex: 0 0 calc((100% - 40px) / 3); }
  @media (max-width: 991px) {
    .form-wrapper-3 {
      column-gap: 20px; }
      .form-wrapper-3 > * {
        flex: 0 0 100%; } }

.owl-carousel .owl-stage {
  display: flex; }
.owl-carousel .owl-nav {
  position: relative;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .owl-carousel .owl-nav {
      margin-top: 25px; } }
  .owl-carousel .owl-nav button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #c0c6cd !important;
    width: 40px;
    height: 40px;
    transition: all 0.2s; }
    .owl-carousel .owl-nav button span {
      color: transparent;
      background: no-repeat center center;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' color='%23c0c6cd' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
      background-size: contain;
      width: 18px;
      height: 18px;
      transition: all 0.2s; }
    .owl-carousel .owl-nav button:hover {
      background-color: #0093d7 !important;
      border: 1px solid #0093d7 !important; }
      .owl-carousel .owl-nav button:hover span {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' color='%23fff' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A"); }
    .owl-carousel .owl-nav button.owl-prev {
      left: calc(50% - 150px);
      right: auto; }
      .owl-carousel .owl-nav button.owl-prev span {
        transform: rotate(90deg); }
      @media (max-width: 991px) {
        .owl-carousel .owl-nav button.owl-prev {
          left: 30px; } }
    .owl-carousel .owl-nav button.owl-next {
      right: calc(50% - 150px);
      left: auto; }
      .owl-carousel .owl-nav button.owl-next span {
        transform: rotate(-90deg); }
      @media (max-width: 991px) {
        .owl-carousel .owl-nav button.owl-next {
          right: 30px; } }
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-top: 55px; }
  @media (max-width: 991px) {
    .owl-carousel .owl-dots {
      margin-top: 40px; } }
  .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #c0c6cd !important; }
    .owl-carousel .owl-dots .owl-dot.active {
      background-color: #0093d7 !important; }
.owl-carousel .owl-stage-outer {
  padding-left: 4px;
  padding-right: 4px; }

@media (max-width: 991px) {
  .slider-right-0 .owl-stage-outer {
    margin-right: -15px; } }

.team-carousel .team-carousel-block {
  height: 100%;
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .team-carousel .team-carousel-block {
      width: 260px; } }
  @media (max-width: 500px) {
    .team-carousel .team-carousel-block {
      width: 220px; } }
  .team-carousel .team-carousel-block .team-carousel-image {
    margin-bottom: 20px; }
    .team-carousel .team-carousel-block .team-carousel-image img {
      border-radius: 10px;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      object-position: center 30%; }
  .team-carousel .team-carousel-block .team-carousel-title {
    margin-bottom: 0.6em;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .team-carousel .team-carousel-block .team-carousel-title {
        font-size: 18px; } }
  .team-carousel .team-carousel-block .team-carousel-text {
    margin-bottom: 18px;
    font-size: 14px;
    flex: 1 1 100%; }
    @media (max-width: 767px) {
      .team-carousel .team-carousel-block .team-carousel-text {
        margin-bottom: 13px;
        flex: auto; } }
  .team-carousel .team-carousel-block .team-carousel-link {
    padding-top: 16px;
    font-size: 14px;
    border-top: 1px solid #c0c6cd; }
    @media (max-width: 767px) {
      .team-carousel .team-carousel-block .team-carousel-link {
        padding-top: 12px; } }
    .team-carousel .team-carousel-block .team-carousel-link a {
      color: #0093d7; }
      .team-carousel .team-carousel-block .team-carousel-link a:hover {
        text-decoration: underline; }

.faq-wrapper {
  position: relative; }
  .faq-wrapper .section-header {
    text-align: left !important;
    padding-right: 220px; }
    @media (max-width: 991px) {
      .faq-wrapper .section-header {
        padding-right: 0;
        text-align: center !important; } }
  .faq-wrapper .ocsp-button {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 1199px) {
      .faq-wrapper .ocsp-button {
        top: 10px; } }
    @media (max-width: 991px) {
      .faq-wrapper .ocsp-button {
        position: relative;
        margin-bottom: 20px;
        left: 50%;
        transform: translateX(-50%); } }
  .faq-wrapper .razmetka {
    columns: 2;
    column-gap: 30px; }
    @media (max-width: 991px) {
      .faq-wrapper .razmetka {
        columns: 1; } }
    .faq-wrapper .razmetka .question {
      position: relative;
      transition: all 0.2s;
      break-inside: avoid;
      border-bottom: 1px solid #d0d6dd;
      cursor: pointer; }
      .faq-wrapper .razmetka .question:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: no-repeat center center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' color='%230093d7' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
        background-size: contain;
        top: 20px;
        right: 0; }
      .faq-wrapper .razmetka .question h3, .faq-wrapper .razmetka .question .h3 {
        font-size: 18px;
        font-weight: 400;
        padding-right: 30px;
        padding: 20px 20px 20px 0; }
      .faq-wrapper .razmetka .question .answer {
        display: none;
        font-size: 18px;
        font-weight: 400;
        padding: 18px 20px;
        border-radius: 10px;
        background-color: #f5f7fa; }
      .faq-wrapper .razmetka .question.active {
        border-bottom: none; }
        .faq-wrapper .razmetka .question.active:before {
          transform: scaleY(-1); }

.section-form .card {
  box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.3);
  border-radius: 10px;
  padding: 40px 60px; }
  @media (max-width: 1219px) {
    .section-form .card {
      font-size: 14px; } }
  @media (max-width: 991px) {
    .section-form .card {
      font-size: 18px;
      padding: 30px 15px; } }
.section-form .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .section-form .title {
      margin-bottom: 15px; } }
.section-form .description {
  font-size: 18px;
  margin-bottom: 22px; }
  @media (max-width: 991px) {
    .section-form .description {
      font-size: 16px; } }
.section-form .info-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 50px; }
  @media (max-width: 991px) {
    .section-form .info-wrapper {
      flex-wrap: wrap;
      margin-top: 30px; } }
  .section-form .info-wrapper .info-1 {
    text-align: right; }
    @media (max-width: 991px) {
      .section-form .info-wrapper .info-1 {
        flex-wrap: wrap;
        text-align: center;
        flex: 1 1 100%; } }
  .section-form .info-wrapper .info-2 {
    text-align: center; }
  .section-form .info-wrapper .info-3 {
    font-weight: 600; }
    @media (max-width: 991px) {
      .section-form .info-wrapper .info-3 {
        text-align: center; } }

.section-articles .news-main-block .news-main-image {
  margin-bottom: 20px; }
  .section-articles .news-main-block .news-main-image img {
    border-radius: 10px;
    aspect-ratio: 250 / 145;
    object-fit: cover; }
.section-articles .news-main-block .news-main-title {
  margin-bottom: 0.6em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2; }
.section-articles .news-main-block .news-main-text {
  margin-bottom: 20px;
  font-size: 14px; }
.section-articles .news-main-block .news-main-link {
  font-size: 14px; }
  .section-articles .news-main-block .news-main-link a {
    color: #0093d7; }

.section-video-otzyvy .review-item {
  border-radius: 10px; }
  .section-video-otzyvy .review-item iframe {
    border-radius: 10px;
    height: 300px; }
    @media (max-width: 991px) {
      .section-video-otzyvy .review-item iframe {
        height: 250px; } }

body.page-template-default {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.01em; }

.old-style {
  /* Section-1 */
  /* Section-2 */
  /* Section-3 */
  /* Section-4 */
  /* Section-5 */
  /* Section-7 - Section Article Carousel */
  /* Отзывы текстовые карусель */
  /* Отзывы видео карусель */
  /* Судебная практика карусель */
  /**
   * -------- Страницы
   */
  /**
   * -------- Вопрос / ответ
   */
  /**
   * ----- Форма поиска
   */
  /* Contact Form 7 */
  /* Блок с ценами */
  /* Перемикач мов */
  /* Коментарі */
  /* Сторінка Команди */ }
  .old-style .entry-title {
    margin: 40px 0 40px 0; }
  .old-style h1, .old-style h2, .old-style h3, .old-style h4, .old-style h5, .old-style h6 {
    margin-top: 0;
    margin-bottom: .5rem; }
  .old-style .right {
    float: right; }
  .old-style .text-center {
    text-align: center; }
  .old-style .text-right {
    text-align: right; }
  .old-style .text-left {
    text-align: left; }
  .old-style .full-width {
    width: 100%; }
  .old-style .entry-title {
    margin: 40px 0 40px 0; }
  .old-style b, .old-style strong, .old-style .bold {
    font-weight: 600; }
  .old-style .block {
    display: block !important; }
  .old-style .uppercase {
    text-transform: uppercase; }
  .old-style .gray {
    color: var(--color-gray); }
  .old-style ul.gray-point {
    padding-left: 0; }
  .old-style ul.gray-point li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px; }
  .old-style ul.gray-point li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: var(--color-gray); }
  .old-style img {
    max-width: 100%;
    height: auto; }
  .old-style .pagination-wrapper {
    font-size: 22px; }
  .old-style .flex {
    display: flex; }
  .old-style .height-100 {
    height: 100%; }
  .old-style p {
    margin-bottom: 20px; }
  .old-style p:last-child {
    margin-bottom: 0; }
  .old-style img {
    display: inline-block; }
  .old-style .main-section {
    margin-top: 40px;
    margin-bottom: 40px; }
  .old-style .h1-header {
    font-weight: 600;
    color: var(--color-gray);
    font-size: 48px;
    text-align: center; }
  .old-style .section-1 {
    position: relative;
    background-image: url(../images/slide-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 90px 30px 90px;
    color: #fff; }
  .old-style .section-1 a {
    color: #fff; }
  .old-style .section-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .old-style .slide-header {
    font-weight: 600;
    font-size: 72px;
    line-height: 1;
    padding-bottom: 30px; }
  .old-style .messenger-block {
    display: inline-block;
    padding-right: 35px;
    vertical-align: middle;
    margin-bottom: 10px; }
  .old-style .messenger-block:last-of-type {
    padding-right: 0; }
  .old-style .messanger-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    transition: all 0.2s ease; }
  .old-style .messanger-link:hover {
    transform: rotate(360deg); }
  .old-style .viber-link {
    background-image: url(../images/viber.png); }
  .old-style .telegram-link {
    background-image: url(../images/telegram.png); }
  .old-style .watsup-link {
    background-image: url(../images/watsup.png); }
  .old-style .menu-services-block {
    padding-left: 100px; }
  .old-style .menu-subservice-item {
    padding: 0.08em 0; }
  .old-style .menu-service-item a, .old-style .menu-subservice-item, .old-style .menu-services-block a {
    color: #000; }
  .old-style .menu-service-item a:hover, .old-style .menu-subservice-item a:hover {
    color: var(--color-brand); }
  .old-style .menu-services-block-wrapper:hover .menu-services-icon,
  .old-style .services-block-wrapper:hover .menu-services-icon {
    background-position: 0 -60px; }
  .old-style .menu-service-item, .old-style .menu-subservice-item {
    list-style: none; }
  .old-style .menu-service-item {
    font-weight: 600;
    text-transform: uppercase;
    padding: 1em 0; }
  .old-style .menu-services-icon-wrapper {
    width: 100px;
    float: left; }
  .old-style .menu-services-icon {
    width: 60px;
    height: 60px;
    background-position: 0 0;
    margin-left: 10px; }
  .old-style .menu-services-icon-1 {
    background-image: url("images/cat-1.png"); }
  .old-style .menu-services-icon-2 {
    background-image: url("images/cat-2.png"); }
  .old-style .menu-services-icon-3 {
    background-image: url("images/cat-3.png"); }
  .old-style .menu-services-icon-4 {
    background-image: url("images/cat-4.png"); }
  .old-style .menu-services-icon-5 {
    background-image: url("images/cat-5.png"); }
  .old-style .menu-services-icon-6 {
    background-image: url("images/cat-6.png"); }
  .old-style .menu-services-icon-7 {
    background-image: url("images/cat-7.png"); }
  .old-style .menu-services-icon-8 {
    background-image: url("images/cat-8.png"); }
  .old-style .menu-services-icon-9 {
    background-image: url("images/cat-9.png"); }
  .old-style .section-3 {
    padding-top: 40px;
    padding-bottom: 70px;
    box-shadow: 0px 0px 30px 0px #999999; }
  .old-style .work-block-wrapper {
    position: relative; }
  .old-style .work-block-wrapper:before {
    content: "";
    width: 150px;
    border-bottom: 4px dashed #a9b9bf;
    position: absolute;
    top: 65px;
    left: 210px; }
  .old-style .work-block-wrapper.last:before {
    display: none; }
  .old-style .work-img {
    margin: 25px 0; }
  .old-style .no-margin {
    margin: 0; }
  .old-style .no-padding {
    padding: 0; }
  .old-style .fact-header {
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600;
    line-height: 1.3; }
  .old-style .fact-big {
    font-weight: 600;
    font-size: 72px;
    line-height: 1; }
  .old-style .fact-block {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 30px; }
  .old-style .fact-block-square:before {
    content: "";
    padding-top: 100%;
    float: left; }
  .old-style .fact-vertical-wrapper {
    display: flex;
    flex-direction: column; }
  .old-style .fact-block-rec3 {
    flex: 3; }
  .old-style .fact-block-light, .old-style .fact-block-light a {
    color: #fff; }
  .old-style .fact-block-1 {
    background-image: url(../images/fact-1.jpg);
    position: relative; }
  .old-style .fact-block-2 {
    background-image: url(../images/fact-2.jpg); }
  .old-style .fact-block-3 {
    background-color: #f9e400;
    height: 175px;
    padding-top: 15px; }
  .old-style .fact-block-4 {
    background-image: url(../images/fact-4.png);
    padding-left: 50px; }
  .old-style .fact-block-4 .fact-header {
    padding-top: 0; }
  .old-style .fact-block-4 .fact-big {
    padding-top: 20px; }
  .old-style .fact-block-5 {
    background-image: url(../images/fact-5.png); }
  .old-style .fact-block-5 .fact-header {
    padding-bottom: 0; }
  .old-style .fact-block-6 {
    background-color: #232323; }
  .old-style .fact-block-7 {
    background-image: url(../images/fact-7.jpg); }
  .old-style .fact-block-8 {
    background-image: url(../images/centr.jpg); }
  .old-style .block-align-bottom {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px; }
  .old-style .review-description {
    font-weight: 600;
    font-size: 18px;
    margin: 40px 20px;
    color: var(--color-gray); }
  .old-style .review-description img {
    border-radius: 100%;
    margin-right: 20px;
    margin-left: 20px;
    width: 64px !important;
    height: 64px;
    float: left; }
  .old-style .review-archive-item-title {
    padding: 10px 50px 20px 50px;
    position: relative;
    color: var(--color-gray);
    display: inline-block; }
  .old-style .review-archive-item-title:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/avatar-n.png) center center no-repeat;
    top: 0;
    left: 0; }
  .old-style .review-archive-item-date {
    padding: 10px 30px;
    background-color: #e6ebed;
    border-radius: 30px;
    display: inline-block;
    font-size: 12px; }
  .old-style .news-main-block {
    line-height: 1.3; }
  .old-style .news-main-image {
    margin-bottom: 30px; }
  .old-style .news-main-image img {
    border-radius: 10px;
    object-fit: cover;
    height: 200px; }
  .old-style .news-main-title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 20px 0; }
  .old-style .section-review .news-main-text {
    max-height: 250px;
    overflow-y: auto;
    padding: 0 20px; }
  .old-style .news-main-link {
    margin: 25px 0;
    font-size: 15px; }
  .old-style .reviewtext-owl-carousel .owl-stage {
    display: flex; }
  .old-style .reviewtext-owl-carousel .owl-item {
    background-color: var(--color-lite-grey);
    border-radius: var(--section-radius);
    padding: 30px; }
  .old-style .reviewtext-owl-carousel .news-main-text {
    max-height: 180px;
    overflow-y: auto;
    padding: 0;
    line-height: 1.4; }
  .old-style .rewiew-owl-carousel iframe {
    border-radius: var(--section-radius); }
  .old-style .docs-owl-carousel-item {
    display: block;
    margin: 14px 10px 6px 12px;
    border-radius: var(--section-radius); }
  .old-style .docs-owl-carousel-item img {
    border-radius: var(--section-radius); }
  .old-style .header-info-block {
    display: flex;
    align-items: center;
    gap: 10px; }
  .old-style .check-icon {
    background: url(../images/check-icon.png) center center no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px; }
  .old-style .o-icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 11px;
    background: url(../images/o-icon.png) center center no-repeat; }
  .old-style .services-block-wrapper {
    border-top: 2px solid var(--color-gray);
    padding: 30px 0; }
  .old-style .services-block-wrapper:last-of-type {
    border-bottom: 2px solid var(--color-gray); }
  .old-style .service-hidden-block {
    display: none; }
  .old-style .worker-block-wrapper {
    position: relative; }
  .old-style .worker-block {
    padding: 20px;
    text-align: center; }
  .old-style .worker-block-shift {
    position: relative;
    top: 300px; }
  .old-style .worker-block-shift-last {
    margin-bottom: 220px; }
  .old-style .worker-border {
    padding: 20px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid transparent; }
  .old-style .worker-block-wrapper:hover .worker-border {
    border: 1px solid var(--color-gray); }
  .old-style .worker-block-2 .worker-border {
    border: 1px solid var(--color-gray); }
  .old-style .worker-border img {
    width: 100% !important;
    height: auto !important;
    border-radius: 100%;
    max-width: 250px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 30%; }
  .old-style .border-bottom-grey {
    border-bottom: 5px solid var(--color-gray);
    margin-left: 20px;
    margin-right: 20px; }
  .old-style .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px; }
  .old-style .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px; }
  .old-style .gray-block {
    padding: 25px 60px;
    margin-bottom: 20px;
    background-color: #e6ebed; }
  .old-style .gray-border {
    padding: 50px 56px;
    border: 10px solid #e6ebed; }
  .old-style .gray-border-light {
    padding: 50px 40px 30px 40px;
    border: 2px solid var(--color-gray); }
  .old-style .h1 {
    font-weight: 600;
    color: var(--color-gray);
    font-size: 50px; }
  .old-style .h2 {
    font-size: 30px; }
  .old-style .breadcrumbs {
    margin: 10px 0;
    color: var(--color-gray); }
  .old-style .breadcrumbs a {
    color: var(--color-gray); }
  .old-style .question-block {
    padding: 50px 30px;
    border-radius: var(--section-radius);
    margin-bottom: 30px;
    font-size: 16px; }
  .old-style .answer-block {
    padding: 50px 30px;
    border-radius: var(--section-radius);
    background-color: var(--color-lite-grey);
    margin-bottom: 30px;
    margin-left: 160px;
    font-size: 16px; }
  .old-style .question-date {
    text-align: right;
    line-height: 26px; }
  .old-style .question-author {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
  .old-style .question-icon {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    background: var(--color-brand);
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 22px; }
  @media (max-width: 767px) {
    .old-style .question-author {
      font-size: 16px;
      margin-bottom: 30px; }
    .old-style .answer-block {
      margin-left: 30px; }
    .old-style .question-block, .old-style .answer-block {
      padding: 30px 15px; } }
  .old-style .searchform {
    position: relative; }
  .old-style .searchform input[type=text] {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 60px; }
  .old-style .searchform #searchsubmit {
    position: absolute;
    width: 60px;
    bottom: 0;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: url(../images/loupe_icon.svg) no-repeat center center;
    background-size: 30px; }
  .old-style .searchform #searchsubmit:hover {
    background: url(../images/loupe_icon_w.svg) no-repeat center center;
    background-size: 30px;
    background-color: var(--color-brand); }
  .old-style .search-block-wrapper {
    width: 250px;
    float: right;
    padding-top: 10px; }
  .old-style .div.wpcf7-response-output {
    border: none; }
  .old-style .cf7sr-g-recaptcha div {
    margin: 0 auto; }
  .old-style .consult-mini .cf7sr-g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0; }
  @media screen and (min-width: 993px) {
    .old-style .right-border-none {
      border-right: none; }
    .old-style .left-padding-none {
      padding-left: 0; }
    .old-style .right-padding-none {
      padding-right: 0; } }
  @media screen and (max-width: 1199px) {
    .old-style {
      /**  Mainpage  */
      /* Contact Form 7 */ }
      .old-style .work-block-wrapper:before {
        content: "";
        width: 120px;
        left: 180px; }
      .old-style .consult-mini .cf7sr-g-recaptcha {
        transform: scale(0.57); } }
  @media screen and (max-width: 992px) {
    .old-style {
      /**  Mainpage  */
      /* Contact Form 7 */ }
      .old-style .section-1 {
        padding: 30px 30px 20px 30px; }
      .old-style .messenger-block {
        padding-right: 20px; }
      .old-style .slide-header {
        font-size: 42px; }
      .old-style .work-block-wrapper:before {
        display: none; }
      .old-style .fact-block-4 .fact-big {
        padding-top: 10px; }
      .old-style .gray-border {
        padding: 25px 20px 10px 20px; }
      .old-style .search-block-wrapper {
        width: 100%; }
      .old-style .consult-mini .cf7sr-g-recaptcha {
        transform: scale(0.88); } }
  @media screen and (max-width: 767px) {
    .old-style {
      /* Menu */
      /**  Mainpage  */
      /* Footer */
      /**
       * -------- Страницы
       */
      /* Contact Form 7 */ }
      .old-style .text-center-mob {
        text-align: center; }
      .old-style .text-left-mob {
        text-align: left; }
      .old-style .entry-title {
        margin: 40px 0; }
      .old-style #primary-menu {
        display: none; }
      .old-style .site-title {
        text-align: left;
        line-height: 1.7;
        font-size: 14px;
        padding: 70px 10px 3px 0; }
      .old-style .header-info-block.d-none {
        display: none !important; }
      .old-style .header-info-block.text-left {
        padding-left: 0; }
      .old-style .menu-button {
        cursor: pointer; }
      .old-style .menu-button span {
        color: #7f7f7f;
        font-size: 11px;
        line-height: 37px; }
      .old-style .menu-icon {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        background: url(../images/menu-icon.png) center center no-repeat; }
      .old-style #primary-menu {
        text-align: center;
        text-align-last: center;
        padding: 0;
        font-weight: 600;
        font-size: 17px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        background: #f5f7fa;
        margin-left: -15px;
        margin-right: -15px; }
      .old-style #primary-menu li {
        display: block;
        padding: 0 20px; }
      .old-style #primary-menu li:after {
        display: none !important; }
      .old-style #primary-menu li a {
        display: inline-block;
        padding: 16px 0;
        display: flex;
        justify-content: center; }
      .old-style #primary-menu > li > .sub-menu {
        position: relative; }
      .old-style #primary-menu li:hover > .sub-menu {
        display: none; }
      .old-style .menu-item-has-children {
        position: relative; }
      .old-style .menu-opener {
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
        width: 57px;
        height: 57px;
        font-weight: 600;
        line-height: 45px;
        color: #819a9f;
        font-size: 40px; }
      .old-style .menu-opener:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-right: 2px solid #819a9f;
        border-bottom: 2px solid #819a9f;
        transform: translate(0, -6px) rotate(45deg);
        transition: all 0.2s; }
      .old-style .opened .menu-opener:after {
        border-right: 2px solid var(--color-brand);
        border-bottom: 2px solid var(--color-brand);
        transform: translate(0, 0) rotate(-135deg); }
      .old-style #primary-menu .sub-menu {
        position: static !important;
        transform: none !important;
        background-color: #eaeef4 !important; }
      .old-style #primary-menu li.opened > a {
        background: #fff !important; }
      .old-style #primary-menu .sub-menu a {
        display: flex !important;
        font-size: 12px !important;
        padding: 12px 0 !important;
        justify-content: flex-start !important;
        text-align: left;
        text-align-last: left; }
      .old-style .section-1 {
        padding: 30px 30px 20px 30px; }
      .old-style .messenger-block {
        padding-right: 10px; }
      .old-style .slide-header {
        font-size: 30px; }
      .old-style .main-section {
        margin-top: 20px;
        margin-bottom: 20px; }
      .old-style .h1-header {
        font-size: 30px; }
      .old-style .work-img {
        margin: 25px 0 15px 0; }
      .old-style .section-3 {
        padding-top: 0;
        padding-bottom: 10px;
        box-shadow: none; }
      .old-style .fact-block-3 {
        background-color: #f9e400;
        height: auto; }
      .old-style .review-description {
        font-size: 16px;
        margin: 20px; }
      .old-style .review-description img {
        margin-left: 0; }
      .old-style .footer-block-1 {
        margin-top: 30px; }
      .old-style .messenger-block {
        padding-right: 15px;
        padding-left: 15px; }
      .old-style .messenger-block:last-of-type {
        padding-right: 15px;
        padding-left: 15px; }
      .old-style .slide-button-wrapper {
        padding-top: 15px;
        padding-bottom: 20px; }
      .old-style .worker-block-shift {
        position: relative;
        top: 0; }
      .old-style .worker-block-shift-last {
        margin-bottom: 0; }
      .old-style .alignleft, .old-style .alignright {
        float: none;
        text-align: center; }
      .old-style .gray-block {
        padding: 15px;
        margin-bottom: 15px; }
      .old-style .consult-mini .cf7sr-g-recaptcha {
        transform: none; } }
  .old-style .price-block {
    margin: 40px 0; }
  .old-style .price-block table td {
    border: 2px solid #e6ebed;
    padding: 5px 10px; }
  @media (min-width: 768px) {
    .old-style .wpml-ls-item {
      max-height: 55px; }
    .old-style .wpml-ls-item img {
      height: 12px;
      width: 18px; } }
  .old-style .comments-title {
    display: none; }
  .old-style .team-position {
    border-bottom: 5px solid var(--color-gray);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 2em; }
  .old-style .team-photo img {
    margin-bottom: 1rem; }

/* General */
.section {
  margin-bottom: 70px; }
  .section.mb-40 {
    margin-bottom: 40px; }
  .section.mb-50 {
    margin-bottom: 50px; }
  .section.mb-60 {
    margin-bottom: 60px; }
  .section.mb-80 {
    margin-bottom: 80px; }
  .section.mb-90 {
    margin-bottom: 90px; }

.section .wpcf7-spinner {
  position: absolute;
  left: calc(50% - 12px);
  bottom: 10px;
  margin: 0; }

.section .wpcf7 .submit p {
  margin: 0; }

.section .border-shadow {
  border-radius: var(--section-radius);
  box-shadow: var(--section-shadow); }

.section .h1-header {
  margin-bottom: 60px; }

.section .subheader {
  font-family: "Gilroy";
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px; }

.section .h1-header + .subheader {
  margin-top: -50px; }

@media (max-width: 991px) {
  .section {
    margin-bottom: 60px; }

  .section .h1-header {
    margin-bottom: 40px;
    line-height: 1.2; }

  .section .subheader {
    margin-bottom: 30px;
    line-height: 1.2; }

  .section .h1-header + .subheader {
    margin-top: -20px; } }
.ocsp-card {
  border-radius: var(--section-radius);
  padding: 30px;
  height: 100%; }
  .ocsp-card--blue {
    background-color: #0093d7;
    color: #fff; }
  .ocsp-card--lightgray {
    background-color: #f5f7fa; }

/* Section Question */
.section-question__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.1;
  min-height: 60px;
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .section-question__title {
      font-size: 36px; } }
  @media (max-width: 991px) {
    .section-question__title {
      font-size: 36px;
      line-height: 1.2;
      text-align: center;
      display: block;
      margin-bottom: 30px;
      min-height: auto; } }
  @media (max-width: 500px) {
    .section-question__title {
      font-size: 30px; } }

@media (max-width: 991px) {
  .section-question .question-button {
    display: none; } }
.section-question .question-button--bottom {
  display: none; }
  @media (max-width: 991px) {
    .section-question .question-button--bottom {
      display: block;
      text-align: center;
      margin-top: 35px; } }

.section-question .question-date {
  color: var(--color-gray); }

.question-block {
  padding: 40px;
  margin-bottom: 30px;
  font-size: 16px; }
  .question-block:last-child {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .question-block {
      padding: 30px 15px;
      margin-bottom: 15px; } }

.answer-block {
  background-color: #f5f7fa;
  margin-left: 90px;
  padding: 40px;
  border-radius: var(--section-radius);
  margin-bottom: 30px;
  font-size: 16px; }
  .answer-block:last-child {
    margin-bottom: 0; }
  .answer-block p {
    margin-bottom: 10px; }
    .answer-block p:last-child {
      margin-bottom: 0; }
  @media (max-width: 991px) {
    .answer-block {
      padding: 30px 15px;
      margin-left: 0;
      margin-bottom: 15px; } }

.question-date {
  text-align: right;
  font-size: 16px;
  color: #849ba3; }

.question-author {
  display: flex;
  margin-bottom: 25px;
  font-size: 18px; }
  .question-author .question-icon {
    flex: 0 0 23px;
    height: 23px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #0093d7;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-weight: 600; }
  .question-author p {
    margin-bottom: 10px; }
    .question-author p:last-child {
      margin-bottom: 0; }

/* END Section Question */
/* Header */
.site-header .header-top-block {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 15px; }
  @media (max-width: 991px) {
    .site-header .header-top-block {
      gap: 10px; } }
  .site-header .header-top-block .header-top-column.column-logo {
    flex: 1 1 130px; }
    @media (max-width: 991px) {
      .site-header .header-top-block .header-top-column.column-logo {
        flex: 0 0 90px; } }
    @media (max-width: 500px) {
      .site-header .header-top-block .header-top-column.column-logo {
        flex: 0 0 50px; } }
  .site-header .header-top-block .header-top-column.column-title {
    flex: 1 1 170px;
    margin-right: 10px; }
  .site-header .header-top-block .header-top-column.column-phone {
    flex: 1 1 230px; }
    @media (max-width: 991px) {
      .site-header .header-top-block .header-top-column.column-phone {
        display: none; } }
  .site-header .header-top-block .header-top-column.column-social {
    flex: 1 1 150px;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .site-header .header-top-block .header-top-column.column-social {
        display: none; } }
  .site-header .header-top-block .header-top-column.column-search {
    flex: 1 1 200px; }
    @media (max-width: 991px) {
      .site-header .header-top-block .header-top-column.column-search {
        display: none; } }
  .site-header .header-top-block .header-top-column.column-callback {
    flex: 1 1 180px; }
  .site-header .header-top-block .header-top-column.column-menu-button {
    display: none; }
    @media (max-width: 991px) {
      .site-header .header-top-block .header-top-column.column-menu-button {
        display: flex; } }
.site-header .site-title {
  font-size: 18px;
  line-height: 1.3; }
  @media (max-width: 1199px) {
    .site-header .site-title {
      font-size: 14px; } }
  @media (max-width: 500px) {
    .site-header .site-title {
      font-size: 12px; } }
.site-header .header-contact-list {
  display: flex;
  flex-direction: column;
  gap: 5px; }
  @media (max-width: 1199px) {
    .site-header .header-contact-list {
      gap: 1px; } }
  @media (max-width: 991px) {
    .site-header .header-contact-list {
      gap: 8px; } }
  .site-header .header-contact-list .contact-item {
    font-size: 14px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      .site-header .header-contact-list .contact-item {
        font-size: 12px; } }
    @media (max-width: 991px) {
      .site-header .header-contact-list .contact-item {
        font-size: 16px;
        justify-content: center; } }
  .site-header .header-contact-list .header-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: no-repeat center center;
    background-size: contain; }
    @media (max-width: 1199px) {
      .site-header .header-contact-list .header-icon {
        height: 17px;
        margin-right: 5px; } }
    .site-header .header-contact-list .header-icon.phone-icon {
      background-image: url(../images/phone-icon.svg); }
    .site-header .header-contact-list .header-icon.map-icon {
      background-image: url(../images/location-icon.svg);
      height: 17px; }
      @media (max-width: 1199px) {
        .site-header .header-contact-list .header-icon.map-icon {
          height: 15px; } }
.site-header .header-social-block {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .site-header .header-social-block {
      justify-content: center; } }
  .site-header .header-social-block .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .1s ease-in-out; }
    @media (max-width: 1199px) {
      .site-header .header-social-block .social-link {
        width: 25px;
        height: 25px;
        margin-left: 4px; } }
    @media (max-width: 991px) {
      .site-header .header-social-block .social-link {
        width: 40px;
        height: 40px;
        margin-left: 5px; } }
    .site-header .header-social-block .social-link:first-child {
      margin-left: 0; }
    .site-header .header-social-block .social-link:hover {
      transform: scale(1.1); }
    .site-header .header-social-block .social-link.facebook {
      background-image: url(../images/facebook-icon.svg); }
    .site-header .header-social-block .social-link.instagram {
      background-image: url(../images/instagram-icon.svg); }
    .site-header .header-social-block .social-link.twitter {
      background-image: url(../images/twitter-icon.svg); }
    .site-header .header-social-block .social-link.linkedin {
      background-image: url(../images/linkedin-icon.svg); }
    .site-header .header-social-block .social-link.youtube {
      background-image: url(../images/youtube-icon.svg); }
    .site-header .header-social-block .social-link.pinterest {
      background-image: url(../images/pinterest-icon.svg); }
    .site-header .header-social-block .social-link.tiktok {
      background-image: url(../images/tiktok-icon.svg); }
.site-header .header-search-block .searchform {
  position: relative; }
  .site-header .header-search-block .searchform [type="text"] {
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #c0c6cd;
    border-radius: 50px;
    font-size: 16px;
    height: 48px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      .site-header .header-search-block .searchform [type="text"] {
        height: 40px;
        font-size: 14px; } }
    @media (max-width: 991px) {
      .site-header .header-search-block .searchform [type="text"] {
        height: 50px;
        border: none; } }
  .site-header .header-search-block .searchform [type="submit"] {
    position: absolute;
    background-color: transparent;
    color: transparentf;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 40px;
    border: none;
    cursor: pointer;
    background: url(../images/loupe_icon.svg) no-repeat 15px center;
    background-size: 20px;
    transform: scaleX(-1); }
.site-header .header-callback-block .callback-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #0093d7;
  border: 1px solid #0093d7;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  transition: all .1s ease-in-out;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }
  .site-header .header-callback-block .callback-button:hover {
    background-color: #fff;
    color: #0093d7; }
  @media (max-width: 1199px) {
    .site-header .header-callback-block .callback-button {
      height: 40px;
      font-size: 14px; } }
.site-header .menu-button {
  background: url(../images/burger-menu-icon.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer; }
.site-header .header-menu-block {
  border-top: 1px solid #c0c6cd;
  border-bottom: 1px solid #c0c6cd; }
  @media (max-width: 991px) {
    .site-header .header-menu-block {
      display: none;
      background-color: #f5f7fa;
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 30px;
      padding-right: 30px;
      border: none; } }
  .site-header .header-menu-block .header-menu-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0; }
    @media (max-width: 991px) {
      .site-header .header-menu-block .header-menu-top {
        display: flex;
        gap: 20px;
        padding: 20px 0; } }
    .site-header .header-menu-block .header-menu-top .header-search-block {
      flex: 1 1 100%; }
    .site-header .header-menu-block .header-menu-top .language-menu {
      flex: 0 1 50px; }
  .site-header .header-menu-block .header-info-top {
    display: none; }
    @media (max-width: 991px) {
      .site-header .header-menu-block .header-info-top {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 20px 0 40px 0; } }
  .site-header .header-menu-block .menu, .site-header .header-menu-block .language-menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -20px;
    margin-right: -10px;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap; }
    @media (max-width: 1199px) {
      .site-header .header-menu-block .menu, .site-header .header-menu-block .language-menu {
        font-size: 16px;
        margin-left: -15px;
        margin-right: -12px; } }
    @media (max-width: 991px) {
      .site-header .header-menu-block .menu, .site-header .header-menu-block .language-menu {
        display: block;
        font-size: 18px;
        margin-left: 0;
        margin-right: 0;
        background-color: #f5f7fa;
        white-space: normal; } }
    .site-header .header-menu-block .menu > li, .site-header .header-menu-block .language-menu > li {
      position: relative;
      margin-right: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media (max-width: 991px) {
        .site-header .header-menu-block .menu > li, .site-header .header-menu-block .language-menu > li {
          padding-top: 0;
          padding-bottom: 0; } }
      .site-header .header-menu-block .menu > li:last-child, .site-header .header-menu-block .language-menu > li:last-child {
        margin-right: 0; }
      .site-header .header-menu-block .menu > li a, .site-header .header-menu-block .language-menu > li a {
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        color: #000;
        border-radius: 10px;
        transition: all .1s ease-in-out; }
        @media (max-width: 1199px) {
          .site-header .header-menu-block .menu > li a, .site-header .header-menu-block .language-menu > li a {
            padding: 10px 15px; } }
        @media (max-width: 991px) {
          .site-header .header-menu-block .menu > li a, .site-header .header-menu-block .language-menu > li a {
            padding: 10px 0; } }
      .site-header .header-menu-block .menu > li:hover a, .site-header .header-menu-block .language-menu > li:hover a {
        background: #f5f7fa; }
        @media (max-width: 991px) {
          .site-header .header-menu-block .menu > li:hover a, .site-header .header-menu-block .language-menu > li:hover a {
            background: none; } }
      .site-header .header-menu-block .menu > li.menu-item-has-children > a, .site-header .header-menu-block .language-menu > li.menu-item-has-children > a {
        padding-right: 30px;
        transition: all .1s ease-in-out; }
        @media (max-width: 991px) {
          .site-header .header-menu-block .menu > li.menu-item-has-children > a, .site-header .header-menu-block .language-menu > li.menu-item-has-children > a {
            padding-right: 45px; } }
      .site-header .header-menu-block .menu > li.menu-item-has-children .menu-opener, .site-header .header-menu-block .language-menu > li.menu-item-has-children .menu-opener {
        content: '';
        position: absolute;
        top: 53%;
        right: 10px;
        width: 15px;
        height: 15px;
        background: no-repeat center center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' color='%230093d7' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
        background-size: contain;
        transition: all .1s ease-in-out;
        transform: translateY(-50%); }
        @media (max-width: 991px) {
          .site-header .header-menu-block .menu > li.menu-item-has-children .menu-opener, .site-header .header-menu-block .language-menu > li.menu-item-has-children .menu-opener {
            top: 0;
            width: 43px;
            height: 43px;
            right: 0;
            background-size: 22px;
            transform: none;
            background-position: right center; } }
      @media (max-width: 991px) {
        .site-header .header-menu-block .menu > li.menu-item-has-children.opened > a, .site-header .header-menu-block .language-menu > li.menu-item-has-children.opened > a {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; } }
      .site-header .header-menu-block .menu > li.menu-item-has-children.opened .menu-opener, .site-header .header-menu-block .language-menu > li.menu-item-has-children.opened .menu-opener {
        transform: scaleY(-1); }
      .site-header .header-menu-block .menu > li .sub-menu, .site-header .header-menu-block .language-menu > li .sub-menu {
        display: none;
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 0;
        list-style: none;
        background: #f5f7fa;
        border: none;
        padding: 15px 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        font-size: 16px;
        font-weight: 400;
        white-space: nowrap;
        min-width: 73px; }
        @media (max-width: 1199px) {
          .site-header .header-menu-block .menu > li .sub-menu, .site-header .header-menu-block .language-menu > li .sub-menu {
            font-size: 14px;
            padding: 10px 0; } }
        @media (max-width: 991px) {
          .site-header .header-menu-block .menu > li .sub-menu, .site-header .header-menu-block .language-menu > li .sub-menu {
            position: static;
            font-size: 16px;
            background: #edf0f4;
            margin: 0 -30px;
            padding: 10px 30px;
            white-space: normal; } }
        .site-header .header-menu-block .menu > li .sub-menu li a, .site-header .header-menu-block .language-menu > li .sub-menu li a {
          padding: 7px 30px;
          display: block;
          color: #000;
          min-height: 35px;
          display: flex;
          align-items: center; }
          .site-header .header-menu-block .menu > li .sub-menu li a:hover, .site-header .header-menu-block .language-menu > li .sub-menu li a:hover {
            color: #0093d7;
            font-weight: 500; }
            @media (max-width: 991px) {
              .site-header .header-menu-block .menu > li .sub-menu li a:hover, .site-header .header-menu-block .language-menu > li .sub-menu li a:hover {
                color: #000;
                font-weight: 400; } }
          @media (max-width: 1199px) {
            .site-header .header-menu-block .menu > li .sub-menu li a, .site-header .header-menu-block .language-menu > li .sub-menu li a {
              padding: 6px 16px;
              min-height: 30px; } }
          @media (max-width: 991px) {
            .site-header .header-menu-block .menu > li .sub-menu li a, .site-header .header-menu-block .language-menu > li .sub-menu li a {
              padding: 8px 20px; } }
      .site-header .header-menu-block .menu > li:hover > .sub-menu, .site-header .header-menu-block .language-menu > li:hover > .sub-menu {
        display: block; }
        @media (max-width: 991px) {
          .site-header .header-menu-block .menu > li:hover > .sub-menu, .site-header .header-menu-block .language-menu > li:hover > .sub-menu {
            display: none; } }
  @media (max-width: 991px) {
    .site-header .header-menu-block #primary-menu .wpml-ls-item {
      display: none; } }
  .site-header .header-menu-block #menu-language > li > a {
    padding: 12px 40px 15px 20px;
    background-color: #edf0f4; }
  @media (max-width: 991px) {
    .site-header .header-menu-block #menu-language .sub-menu {
      position: absolute;
      min-width: 90px;
      padding: 10px 5px;
      margin: 0; } }
  .site-header .header-menu-block #menu-language .menu-opener {
    top: 2px;
    background-size: 19px;
    width: 90px;
    background-position: center right 10px; }

.home .site-header .header-menu-block {
  border-bottom: none; }

.section-footer-map__info {
  display: flex;
  flex-direction: column; }
.section-footer-map__contacts {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .section-footer-map__contacts {
      columns: 1;
      margin-bottom: 30px; } }
  .section-footer-map__contacts .icon {
    background: no-repeat left top 1px;
    background-size: 20px;
    padding-left: 30px;
    min-height: 24px;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .section-footer-map__contacts .icon {
        margin-bottom: 20px; } }
    .section-footer-map__contacts .icon:last-child {
      margin-bottom: 0; }
    .section-footer-map__contacts .icon.icon-loc {
      background-image: url(../images/location-icon.svg); }
    .section-footer-map__contacts .icon.icon-mail {
      background-image: url(../images/email-icon.svg);
      background-size: 18px;
      background-position: 1px 3px; }
    .section-footer-map__contacts .icon.icon-phone {
      background-image: url(../images/phone-icon.svg);
      background-size: 22px; }
    .section-footer-map__contacts .icon a:hover {
      color: #0093d7; }
.section-footer-map iframe {
  border-radius: 10px; }

.site-footer {
  background-color: #2f3133;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #44474a; }
  @media (max-width: 991px) {
    .site-footer {
      font-size: 14px; } }
  .site-footer .footer-logo-img {
    flex: 0 0 120px; }
  .site-footer .footer-logo-desc {
    font-size: 18px; }
  .site-footer .footer-description {
    border-left: 3px solid #0093d7;
    padding-left: 10px;
    font-weight: 500; }
    @media (max-width: 991px) {
      .site-footer .footer-description {
        flex: auto;
        border: none;
        text-align: center;
        font-size: 14px; } }
  .site-footer .footer-phone {
    font-size: 18px;
    font-weight: 600; }
  .site-footer .icon {
    background: no-repeat left top 3px;
    background-size: 20px;
    padding-left: 30px;
    min-height: 24px; }
    .site-footer .icon:last-child {
      margin-bottom: 0; }
    .site-footer .icon.icon-loc {
      background-image: url(../images/location-icon.svg); }
    .site-footer .icon.icon-mail {
      background-image: url(../images/email-icon.svg);
      background-size: 18px;
      background-position: 1px 3px; }
    .site-footer .icon.icon-phone {
      background-image: url(../images/phone-icon.svg);
      background-size: 22px; }
    .site-footer .icon a:hover {
      color: #0093d7; }
  .site-footer .footer-social-block {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .site-footer .footer-social-block {
        justify-content: center; } }
    .site-footer .footer-social-block .social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      margin-left: 8px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: all .1s ease-in-out; }
      @media (max-width: 991px) {
        .site-footer .footer-social-block .social-link {
          width: 40px;
          height: 40px;
          margin-left: 5px; } }
      .site-footer .footer-social-block .social-link:first-child {
        margin-left: 0; }
      .site-footer .footer-social-block .social-link:hover {
        transform: scale(1.1); }
      .site-footer .footer-social-block .social-link.facebook {
        background-image: url(../images/facebook-icon.svg); }
      .site-footer .footer-social-block .social-link.instagram {
        background-image: url(../images/instagram-icon.svg); }
      .site-footer .footer-social-block .social-link.twitter {
        background-image: url(../images/twitter-icon.svg); }
      .site-footer .footer-social-block .social-link.linkedin {
        background-image: url(../images/linkedin-icon.svg); }
      .site-footer .footer-social-block .social-link.youtube {
        background-image: url(../images/youtube-icon.svg); }
      .site-footer .footer-social-block .social-link.pinterest {
        background-image: url(../images/pinterest-icon.svg); }
      .site-footer .footer-social-block .social-link.tiktok {
        background-image: url(../images/tiktok-icon.svg); }
  .site-footer .google-block .ti-header {
    background-color: #2f3133 !important;
    border: none !important;
    box-shadow: none !important;
    width: 185px  !important; }
  .site-footer .footer-row-1 {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #44474a; }
    @media (max-width: 991px) {
      .site-footer .footer-row-1 {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .site-footer .footer-row-1__col-1 {
      display: flex;
      align-items: center;
      gap: 20px;
      flex: 0 0 310px; }
      @media (max-width: 991px) {
        .site-footer .footer-row-1__col-1 {
          flex: auto;
          border-bottom: 1px solid #44474a;
          justify-content: center;
          padding-bottom: 30px; } }
    .site-footer .footer-row-1__col-2 {
      flex: 1 1 100%;
      align-items: center; }
      @media (max-width: 991px) {
        .site-footer .footer-row-1__col-2 {
          flex: auto;
          justify-content: center;
          padding-top: 30px;
          padding-bottom: 20px; } }
    .site-footer .footer-row-1__col-3 {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 20px;
      flex: 0 0 360px; }
      @media (max-width: 991px) {
        .site-footer .footer-row-1__col-3 {
          flex: auto;
          justify-content: center;
          flex-direction: column; } }
  .site-footer .footer-row-2 {
    padding-top: 35px;
    padding-bottom: 30px; }
    .site-footer .footer-row-2__col-2 {
      padding-left: 40px; }
      @media (max-width: 991px) {
        .site-footer .footer-row-2__col-2 {
          padding-left: 15px; } }
    .site-footer .footer-row-2__col-3 {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: flex-end; }
      @media (max-width: 991px) {
        .site-footer .footer-row-2__col-3 {
          padding-top: 35px;
          margin-top: 30px;
          border-top: 1px solid #44474a;
          align-items: center; } }
  .site-footer .copyright {
    background: #252729;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }
  @media (max-width: 991px) {
    .site-footer .menu {
      text-align: center;
      font-size: 16px; } }
  .site-footer .menu li {
    margin-bottom: 6px; }
    @media (max-width: 991px) {
      .site-footer .menu li {
        margin-bottom: 10px; } }
  .site-footer .menu a:hover {
    color: #0093d7; }

.page-id-7648 .section-footer-map .section-header,
.page-id-36 .section-footer-map .section-header {
  display: none; }

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