/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2024-02-28 10:53:52 UTC */

.row-gap-40 {
  row-gap: 40px; }

.row-gap-20 {
  row-gap: 20px; }
/* base
 ===========================================*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat"; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box; }

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

h1 {
  margin: 0;
  font-weight: 600;
  font-size: 1.8em; }

h2, h3, h4, h5, h6 {
  line-height: 150%;
  margin-top: 0;
  font-weight: 600; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

body {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #1b1b1b;
  font-family: "Montserrat"; }

.img-fluid {
  width: 100%; }

a {
  color: #585858;
  text-decoration: none; }

.section {
  padding: 45px 0px; }

p {
  margin: 0; }

.button {
  font-size: 14px;
  font-weight: 400;
  border: none;
  color: #fff;
  background: #ba212d;
  border-radius: 1px;
  cursor: pointer;
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px #000 4;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  padding: 10px 32px;
  border-color: #d9d9d9;
  text-shadow: 0 -1px 0 #000 1f;
  box-shadow: 2px 2px 4px #000 20;
  letter-spacing: 0.5px; }
  .button--mobile {
    display: none; }
  .button:active, .button:focus {
    outline: 0;
    border: none; }
  .button:hover {
    background: #3b69ec;
    border-color: #3b69ec;
    color: white; }

#menu-toggle {
  opacity: 0; }
  @media screen and (min-width: 768px) {
  #menu-toggle {
    display: none; } }
  @media (max-width: 768px) {
  #menu-toggle {
    display: none; } }

#menu-toggle:checked ~ .navbar-menu {
  visibility: visible;
  left: 0; }

.button-menu {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1; }
  .button-menu__line, .button-menu__line::before, .button-menu__line::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: 0.25s; }
  .button-menu__line:before {
    content: "";
    top: -8px; }
  .button-menu__line:after {
    content: "";
    top: 8px; }
  @media screen and (min-width: 1200px) {
  .button-menu {
    display: none; } }

.button-menu--cross > .button-menu__line {
  transform: rotate(45deg); }

.button-menu--cross > .button-menu__line::before {
  top: 0;
  transform: rotate(0); }

.button-menu--cross > .button-menu__line::after {
  top: 0;
  transform: rotate(90deg); }

.button:hover {
  box-shadow: none; }

.button-style-1 {
  background-color: #ba212d;
  transition: background-color 0.3s ease 0s; }

.button-style-1:hover {
  background-color: #e35f6a; }

.button-style-2 {
  background-color: #2b2a2a;
  transition: background-color 0.3s ease 0s; }

.button-style-2:hover {
  background-color: #5e5c5c; }

.button-style-3 {
  color: #7c7c7c;
  border: 1px solid #d9d9d9;
  border-radius: 1px;
  background: transparent; }

.button-style-3:hover {
  border: 1px solid #d9d9d9;
  background: #d9d9d9; }

.button-style-4 {
  border-radius: 7px;
  color: #7c7c7c;
  background: transparent; }

.button-style-4:hover {
  color: #fff; }
/* header
 ===========================================*/
.header__inner {
  height: 76px; }
  @media (max-width: 576px) {
    .header__inner {
      height: 65px; } }

.mobile {
  display: none; }
  @media screen and (max-width: 1200px) {
  .mobile {
    display: flex;
    flex-direction: column; } }
  .mobile__phone a {
    display: inline-block;
    font-size: 20px;
    color: #2b2a2a; }
  .mobile__phone a:first-child {
    margin-bottom: 10px; }
  @media (max-width: 1200px) {
    .mobile__phone a {
      font-weight: 700;
      color: #ba212d; } }

.topline {
  padding: 15px 0px;
  border-bottom: 1px solid #f5f5f6; }
  .topline__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #818181;
    font-size: 14px;
    gap: 30px; }
  @media (max-width: 576px) {
    .topline__wrapper {
      gap: 15px; } }
  .topline__info {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0; }
  .topline__info-item:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none; }
  .topline__info-item a:hover {
    color: #585858;
    text-decoration: underline; }
  .topline__item-title {
    color: #030303;
    margin-bottom: 5px; }
  .topline__socials {
    justify-content: flex-end; }

.address {
  width: 28%; }
  @media (max-width: 992px) {
  .address {
    display: none; } }
  .address--pc {
    display: block; }
  @media (max-width: 992px) {
    .address--pc {
      display: none; } }
  .address__inner {
    color: #ba212d; }

@media (max-width: 576px) {
      .button-header__title {
        font-size: 13px; } }
  @media (max-width: 576px) {
    .button-header .button {
      padding: 7px 15px; } }

@media (max-width: 992px) {
    .phones-header {
      display: none; } }

.list-socials {
  display: flex; }
  .list-socials__item {
    margin-right: 15px; }
  .list-socials__item:last-child {
    margin-right: 0px; }
  .list-socials__item a {
    display: flex;
    align-items: center; }
  .list-socials--pc {
    display: flex; }
  @media (max-width: 1200px) {
    .list-socials--pc {
      display: none; } }

.logo img {
  max-width: 270px;
  padding-bottom: 5px; }
  @media (max-width: 1400px) {
  .logo img {
    max-width: 190px; } }
  @media (max-width: 576px) {
  .logo img {
    max-width: 170px; } }

.navbar {
  background-color: #fff; }
  @media (max-width: 1200px) {
  .navbar {
    height: 76px; } }
  @media (max-width: 576px) {
  .navbar {
    height: 65px; } }
  .navbar--fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.03); }
  .navbar__logo {
    margin-right: auto; }
  .navbar__logo:hover {
    color: #585858; }
  .navbar__logo div {
    font-size: 11px;
    line-height: 150%; }
    @media (max-width: 992px) {
    .navbar__logo div {
      display: none; } }
  .navbar__buttons {
    display: block; }
  @media (max-width: 1200px) {
    .navbar__buttons {
      display: none; } }
  .navbar__phone {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 20px;
    color: #ba212d; }
  .navbar__phone:hover {
    color: #ba212d;
    text-decoration: underline; }
  .navbar__phone i {
    padding-right: 7px; }
  .navbar__phone--mob {
    display: none; }
    @media (max-width: 992px) {
    .navbar__phone--mob {
      display: block;
      margin-right: 0;
      font-size: 18px; } }
  .navbar__phone--pc {
    display: block; }

__button {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  justify-content: center; }
  __button .fa-phone {
    display: none; }
  @media screen and (max-width: 767px) {
    __button .fa-phone {
      display: block; } }
  @media screen and (max-width: 767px) {
  __button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 43px;
    padding: 0;
    margin-right: 20px; } }
  @media screen and (max-width: 767px) {
    __button__button-text {
      display: none; } }
  @media screen and (max-width: 767px) {
  __button .logo {
    flex-basis: 70%; }
  __button .navbar-menu {
    flex-basis: unset; } }

.navbar-container {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 15px; }
  @media screen and (max-width: 1200px) {
  .navbar-container {
    justify-content: space-between; } }
  @media screen and (max-width: 992px) {
  .navbar-container {
    flex-direction: row-reverse; } }

.navbar-menu__list {
  display: flex; }
  .navbar-menu__list .services {
    position: relative; }
  @media (max-width: 992px) {
    .navbar-menu__list {
      flex-direction: column; } }
  .navbar-menu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #030303; }
  .navbar-menu__link:hover {
    color: #030303; }
  @media (max-width: 1400px) {
    .navbar-menu__link {
      font-size: 14px; } }
  @media (max-width: 992px) {
    .navbar-menu__link {
      font-size: 16px; } }
  .navbar-menu__link span {
    padding-right: 15px; }
  .navbar-menu__item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .navbar-menu__item {
    padding: 18px 25px;
    position: relative; }
  .navbar-menu__item:hover .dropdown-menu {
    display: flex;
    padding: 0; }
  .navbar-menu__item:first-child {
    padding-left: 0px; }
  @media (max-width: 1200px) {
    .navbar-menu__item {
      padding: 15px 7px; } }
  @media (max-width: 1200px) {
    .navbar-menu__item {
      margin-bottom: 10px;
      padding: 5px 15px; }
      .navbar-menu__item:hover .dropdown-menu {
        display: none; } }
  @media (max-width: 992px) {
    .navbar-menu__item {
      padding: 5px 0px; } }
  @media (max-width: 992px) {
  .navbar-menu {
    transition-duration: 0.25s;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 15px;
    background: #ececec;
    z-index: 999;
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none;
    background-color: #eceff1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    transition-duration: 0.25s; } }

.dropdown-menu {
  display: none;
  position: absolute;
  top: 55px;
  flex-direction: column;
  opacity: 1;
  width: fit-content;
  background: #f8f8f8;
  z-index: 999;
  white-space: nowrap;
  visibility: visible;
  box-shadow: 0 10px 30px 10px #000 21;
  border-radius: 7px;
  overflow: hidden; }
  .dropdown-menu__item {
    font-size: 16px;
    border-bottom: 1px solid #ebebeb; }
  .dropdown-menu__item:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .dropdown-menu__item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    transition: all ease 0.3s;
    font-size: 14px; }
  .dropdown-menu__item-link:hover {
    background: #eeeded;
    color: #030303; }
  .dropdown-menu__item-link span {
    padding-right: 25px; }
  @media screen and (max-width: 1200px) {
    .dropdown-menu__item-link {
      padding: 5px 0;
      margin: 0 15px;
      border-bottom: 1px solid #ebebeb; }
      .dropdown-menu__item-link:last-child {
        border-bottom: none; } }
  @media screen and (max-width: 1200px) {
  .dropdown-menu {
    position: relative;
    top: 15px;
    width: 100%;
    background: unset;
    box-shadow: unset;
    white-space: unset; }
    .dropdown-menu i {
      display: none; }

    .dropdown-menu.active {
      display: flex !important;
      background-color: #fff;
      margin-bottom: 15px;
      padding: 0; }

    .dropdown-menu:focus {
      outline-style: none; } }

.menu-button {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end; }
  @media (min-width: 992px) {
  .menu-button {
    display: none; } }
/* footer
 ===========================================*/
.footer {
  background-color: #f5f5f6; }
  .footer hr {
    height: 1px;
    width: 100%;
    background: #dfdfe1;
    border: none;
    margin: 0; }
  .footer__text {
    display: block;
    padding: 35px 0px;
    font-size: 17px;
    color: #151528; }
  .footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0px; }
  @media (max-width: 576px) {
    .footer__info {
      padding: 15px 0px; } }
  .footer__logo {
    margin-bottom: 5px; }
  .footer__description {
    font-size: 12px;
    line-height: 22px;
    color: #888;
    max-width: 320px;
    margin-bottom: 15px; }
  .footer__about {
    margin-bottom: 30px;
    color: #7c7c7c;
    font-size: 16px;
    line-height: 150%; }
  @media screen and (max-width: 767px) {
    .footer__about {
      font-size: 14px; } }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
  @media (max-width: 576px) {
    .footer__contacts {
      margin-bottom: 0px; } }
  .footer__address, .footer__phone, .footer__mail {
    margin-bottom: 8px;
    font-size: 16px;
    color: #151528; }
  @media (max-width: 576px) {
    .footer__address, .footer__phone, .footer__mail {
      font-size: 14px; } }
  .footer a:hover {
    color: #ba212d; }
  .footer__subcontacts {
    display: flex;
    align-items: center; }
  @media screen and (max-width: 767px) {
    .footer__subcontacts {
      width: 100%;
      justify-content: space-between; } }
  .footer__button {
    margin-bottom: 15px;
    margin-right: 15px; }
  .footer__socials {
    margin-bottom: 15px; }
  .footer__menu {
    display: flex;
    flex-direction: column;
    padding: 40px 0px;
    margin: 0;
    list-style: none; }
  @media (max-width: 576px) {
    .footer__menu {
      padding: 15px 0px; } }
  .footer__menu-item {
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .footer__menu-item {
      margin-bottom: 15px; } }
  .footer__menu-item:first-child {
    color: #151528;
    font-size: 18px;
    margin-bottom: 15px; }
  .footer__menu-item a {
    font-size: 14px;
    color: #7c7c7c; }
    .footer__menu-item a:hover {
      color: #ba212d; }
  .footer__company {
    font-size: 14px;
    color: #7c7c7c; }
  @media (max-width: 992px) {
    .footer__company {
      font-size: 12px; } }

.footer-form__input {
  width: 60%;
  padding: 10px 18px;
  margin-right: 20px;
  border: none;
  border-radius: 7px;
  background: #fff;
  font-size: 14px; }
  .footer-form__input:focus {
    outline: none; }
  @media screen and (max-width: 767px) {
  .footer-form {
    display: flex;
    margin-bottom: 25px; } }

.copyright-text {
  padding: 15px 0px;
  font-size: 14px;
  color: #7c7c7c; }
  @media screen and (max-width: 767px) {
  .copyright-text {
    font-size: 12px; } }
  @media screen and (max-width: 767px) {
  .copyright-text {
    padding: 0; } }

.copyright-link {
  display: inline-block;
  padding: 15px 0px;
  font-size: 14px;
  color: #7c7c7c; }
  @media screen and (max-width: 767px) {
  .copyright-link {
    font-size: 12px; } }
  @media screen and (max-width: 767px) {
  .copyright-link {
    padding: 0; } }
/* ========== cookies ========== */
.footer-cookie {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #ba212d;
  padding: 10px 15px;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: center;
  align-items: center; }

.footer-cookie__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff; }

.footer-cookie__img {
  flex: 0 0 40px;
  width: 40px;
  height: 40px; }

.footer-cookie__img img {
  width: 100%;
  height: auto; }

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

.footer-cookie__link {
  font-weight: 500;
  color: #fff !important;
  transition: color 0.3s ease 0s; }

.footer-cookie__link:hover {
  color: #c1c1c1 !important; }

.footer-cookie__close {
  border-radius: 5px;
  border: none;
  color: #fff !important;
  background-color: #f90;
  padding: 5px 10px;
  cursor: pointer; }

.footer-cookie__close:active, .footer-cookie__close:focus {
  border: none;
  box-shadow: none; }

@media (max-width: 576px) {
  .footer-cookie__line {
    flex-wrap: wrap; }

  .footer-cookie__line {
    gap: 10px; }

  .footer-cookie__text {
    font-size: 12px; }

  .footer-cookie__link {
    font-size: 14px; } }
/* ========== / cookies ========== */
/* ========== error ========== */
.error {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto; }
  .error__title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 50px; }
  .error__button {
    display: block;
    color: #ba212d;
    transition: color 0.3s ease 0s;
    margin-top: 50px; }

@media (any-hover: hover) {
  .error__button:hover {
    color: #000; } }
/* ========== / error ========== */
.controls, .owl-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin: 35px 0px 0px 0px;
  list-style: none;
  min-width: 0px;
  transform: translatey(-50%); }
  .controls:focus, .owl-nav:focus {
    outline: none; }
  .controls__item, .owl-nav__item, .controls .owl-prev, .owl-nav .owl-prev, .controls .owl-next, .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 24px !important;
    border-radius: 50%;
    box-shadow: 0 10px 17px rgba(0, 0, 0, 0.08);
    color: #232326;
    background-color: #fff;
    min-width: 0px; }
  .controls__item:visited, .owl-nav__item:visited, .controls .owl-prev:visited, .owl-nav .owl-prev:visited, .controls .owl-next:visited, .owl-nav .owl-next:visited {
    transform: scale(0.9); }
  .controls__item:hover, .owl-nav__item:hover, .controls .owl-prev:hover, .owl-nav .owl-prev:hover, .controls .owl-next:hover, .owl-nav .owl-next:hover {
    cursor: pointer; }
  .controls__item--prev, .owl-nav__item--prev, .controls .owl-prev--prev, .owl-nav .owl-prev--prev, .controls .owl-next--prev, .owl-nav .owl-next--prev {
    margin-left: 15px; }
  .controls__item--next, .owl-nav__item--next, .controls .owl-prev--next, .owl-nav .owl-prev--next, .controls .owl-next--next, .owl-nav .owl-next--next {
    margin-right: 15px; }

.tns-item, tns-item img {
  perspective: 1000;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0); }
/* ========== cx-unique-block ========== */
table {
  border: 1px solid #d5d5d5;
  border-collapse: collapse;
  table-layout: fixed; }
  @media (max-width: 992px) {
  table {
    overflow-x: scroll;
    display: inline-block; } }

table td {
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-collapse: collapse;
  white-space: nowrap; }

table th {
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-collapse: collapse; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

body {
  font-size: 16px;
  line-height: 150%;
  color: #1f1f1f;
  font-family: 'Montserrat';
  font-weight: 400; }
  body::-webkit-scrollbar-thumb {
    margin-top: 10px; }

.img-fluid {
  width: 100%; }

.cx-unique-block a:hover {
  text-decoration: underline; }

.cx-unique-block .wp-block-file:not(.wp-element-button) {
  margin-top: 30px;
  font-size: 16px; }

.cx-unique-block .wp-block-file__button {
  padding: 10px 30px;
  background-color: #4c4ff1;
  border-radius: 0;
  color: #fff; }

.cx-unique-block .wp-block-file__button:hover {
  border: 1px solid #4c4ff1;
  color: #4c4ff1;
  background-color: #fff;
  text-decoration: none; }

.cx-unique-block table {
  margin-bottom: 15px; }

.section {
  padding: 40px 0; }
  @media (max-width: 992px) {
  .section {
    padding: 25px 0; } }

p {
  margin: 0; }

.cx-unique-block h2 {
  margin-bottom: 15px;
  font-size: 25px; }
  @media (max-width: 576px) {
    .cx-unique-block h2 {
      font-size: 20px; } }
  .cx-unique-block a {
    color: #ba212d; }
  .cx-unique-block a:hover {
    text-decoration: underline; }
  .cx-unique-block p {
    margin-bottom: 15px; }
  .cx-unique-block ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 15px; }
  .cx-unique-block ol {
    padding-left: 40px;
    margin-bottom: 15px; }
  .cx-unique-block ul li {
    margin-bottom: 0px; }
  @media (max-width: 576px) {
    .cx-unique-block ul li {
      font-size: 14px; } }
  .cx-unique-block ul li ul li {
    list-style-type: circle; }
  .cx-unique-block ol li {
    margin-bottom: 0px; }

.breadcrumbs-section {
  padding: 20px 0;
  background-color: #f7f7f7; }
  .breadcrumbs-section h1 {
    margin-bottom: 5px; }
  @media (max-width: 992px) {
    .breadcrumbs-section h1 {
      font-size: 28px;
      line-height: 130%; } }

.breadcrumb {
  margin-bottom: 0; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right;
  margin: 0; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.section-content .wp-block-image figcaption {
  font-weight: 500;
  text-align: center; }
/*# sourceMappingURL= */

.navbar-menu__list .services:hover .dropdown-menu:after {
	content: "";
    width: 100px;
    height: 150px;
    display: block;
    position: absolute;
    left: 45px;
    top: -10px;
	transform: translate(-50%, -50%);
    z-index: -1;
}