/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
}

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

svg {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

body {
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #1f1f1f;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: 'Onest', sans-serif;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

blockquote,
blockquote.wp-block-quote.is-style-large {
  position: relative;
  margin: 1.5em 0;
  padding: 0;
  padding-left: 1em;
  border-left: 2px solid #e32521;
}
blockquote p,
blockquote.wp-block-quote.is-style-large p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 500;
}
blockquote cite,
blockquote.wp-block-quote.is-style-large cite {
  font-size: 0.875em;
}

table {
  width: 100%;
}

p {
  margin-bottom: 1rem;
}

.section-title {
  margin-bottom: 1.45em;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #1f1f1f;
}
.section-title::first-letter {
  color: #e32521;
}

.section-footer {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 1170px) {
  .section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }
}
button,
input,
optgroup,
select,
textarea {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  text-align: center;
  cursor: pointer;
}

label {
  display: inline-block;
}

.form-input-text,
.form-textarea,
.form-select {
  padding: 10px 15px;
  margin-bottom: 5px;
  border: 1px solid #1f1f1f;
  border-radius: 2px;
  outline: none;
  transition: all 0.4s ease;
}
.form-input-text:hover,
.form-textarea:hover,
.form-select:hover {
  box-shadow: 0 0 0 3px rgba(227, 37, 33, 0.25);
}
.form-input-text:focus,
.form-textarea:focus,
.form-select:focus {
  box-shadow: 0 0 0 3px rgba(227, 37, 33, 0.45);
}

.form-input-text::placeholder,
.form-textarea::placeholder {
  color: rgba(31, 31, 31, 0.5);
}

.form-item-full {
  width: 100%;
}

.form-textarea {
  width: 100%;
  vertical-align: middle;
}

.form-select {
  margin-bottom: 5px;
  padding-right: 40px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 5px top 50%;
  background-size: 0.65em;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.form-select:hover {
  box-shadow: 0 0 0 3px rgba(227, 37, 33, 0.25);
}
.form-select:focus {
  box-shadow: 0 0 0 3px rgba(227, 37, 33, 0.45);
}

.form-select-full {
  width: 100%;
}

.form-checkbox {
  margin-bottom: 10px;
}
.form-checkbox .form-checkbox-label {
  margin-right: 10px;
}
.form-checkbox .form-checkbox-default {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.form-checkbox .form-checkbox-caption::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 2px solid #1f1f1f;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.form-checkbox
  .form-checkbox-default:hover:not(:disabled)
  + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(31, 31, 31, 0.4);
}
.form-checkbox .form-checkbox-default:focus + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(31, 31, 31, 0.6);
}
.form-checkbox
  .form-checkbox-default:checked:hover:not(:disabled)
  + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(227, 37, 33, 0.15);
}
.form-checkbox
  .form-checkbox-default:checked:focus
  + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(227, 37, 33, 0.25);
}
.form-checkbox .form-checkbox-default:checked + .form-checkbox-caption::before {
  border-color: #e32521;
  background-color: #e32521;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}
.form-checkbox
  .form-checkbox-default:disabled
  + .form-checkbox-caption::before {
  border-color: #ccc;
}
.form-checkbox
  .form-checkbox-default:disabled:checked
  + .form-checkbox-caption::before {
  background-color: #ccc;
  border-color: #ccc;
}

.form-radio {
  margin-bottom: 10px;
}
.form-radio .form-radio-label {
  margin-right: 10px;
}
.form-radio .form-radio-default {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.form-radio .form-radio-caption::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 2px solid #1f1f1f;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.form-radio
  .form-radio-default:hover:not(:disabled)
  + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(31, 31, 31, 0.4);
}
.form-radio .form-radio-default:focus + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(31, 31, 31, 0.6);
}
.form-radio
  .form-radio-default:checked:hover:not(:disabled)
  + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(227, 37, 33, 0.15);
}
.form-radio .form-radio-default:checked:focus + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(227, 37, 33, 0.25);
}
.form-radio .form-radio-default:checked + .form-radio-caption::before {
  border-color: #e32521;
  background-color: #e32521;
}
.form-radio .form-radio-default:disabled + .form-radio-caption::before {
  border-color: #ccc;
}
.form-radio .form-radio-default:disabled:checked + .form-radio-caption::before {
  background-color: #ccc;
  border-color: #ccc;
}

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

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

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

.u-color-white {
  color: #fff !important;
}

.u-color-black {
  color: #000 !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.u-display-none {
  display: none !important;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.navigation.pagination .nav-links {
  margin-top: 30px;
  margin-bottom: 30px;
}
.navigation.pagination .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 4px;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  border: 1px solid #eaeff5;
  transition: all 0.2s ease;
}
.navigation.pagination .page-numbers:hover {
  color: #fff;
  background-color: #e32521;
  border-color: #e32521;
}
.navigation.pagination .page-numbers.current {
  color: #fff;
  background-color: #e32521;
  border-color: #e32521;
}
.navigation.pagination .page-numbers.dots {
  color: #1f1f1f !important;
  border: none;
  background: none !important;
}

.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.posts-navigation .nav-links .nav-previous {
  margin-right: 30px;
  text-align: left;
}
.posts-navigation .nav-links .nav-next {
  margin-left: auto;
  text-align: right;
}
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  display: inline-block;
  text-decoration: none;
  color: #1f1f1f;
  border-bottom: 1px dashed #1f1f1f;
}

@media screen and (max-width: 420px) {
  .posts-navigation .nav-links {
    display: block;
  }
  .posts-navigation .nav-links .nav-next {
    margin-top: 5px;
    text-align: left;
  }
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.post-navigation .nav-links .nav-previous {
  width: 45%;
}
.post-navigation .nav-links .nav-next {
  width: 45%;
  margin-left: auto;
  text-align: right;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  display: inline;
  text-decoration: none;
  color: #1f1f1f;
}

@media screen and (max-width: 576px) {
  .post-navigation .nav-links {
    display: block;
  }
  .post-navigation .nav-links .nav-previous {
    width: 100%;
  }
  .post-navigation .nav-links .nav-next {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
}
.comments-area {
  margin-top: 50px;
}
.comments-area .comments-title {
  font-size: 24px;
}
.comments-area .comment-list {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
}
.comments-area .comment-body {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.comments-area .comment-author .avatar {
  margin-right: 5px;
  vertical-align: top;
  border-radius: 50%;
}
.comments-area .comment-author .fn {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.comments-area .comment-author .says {
  display: none !important;
}
.comments-area .comment-author .url {
  display: inline-block;
  text-decoration: none;
  color: #1f1f1f;
}
.comments-area .comment-metadata {
  position: absolute;
  left: 74px;
  top: 34px;
  margin-top: 8px;
  font-size: 14px;
}
.comments-area .comment-metadata a {
  text-decoration: none;
  color: #1f1f1f;
}
.comments-area .comment-content {
  line-height: 1.7;
}
.comments-area .comment-content a {
  text-decoration: none;
  color: #e32521;
}
.comments-area .comment-reply-link {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #1f1f1f;
  background-color: #eaeff5;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.comments-area .comment-reply-link:hover,
.comments-area .comment-reply-link:focus {
  color: #fff;
  background-color: #1f1f1f;
}
.comments-area .children {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style: none;
}

.comment-respond .comment-reply-title {
  font-size: 24px;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
  padding: 0.35em 1em;
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #1f1f1f;
  border: 1px solid #f6f6f6;
}
.comment-respond .comment-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comment-respond .comment-form label {
  display: inline-block;
  margin-bottom: 10px;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  float: left;
  width: 33.33%;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  padding-right: 30px;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 14px;
}
.comment-respond .comments-form-field,
.comment-respond .comments-form-textarea {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  outline: none;
  transition: border-color 0.2s ease;
}
.comment-respond .comments-form-field:focus,
.comment-respond .comments-form-textarea:focus {
  border-color: #ccc;
}
.comment-respond .comments-form-field {
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.comment-respond .comments-form-textarea {
  max-width: 100%;
  min-width: 100%;
  height: 180px;
  padding: 10px;
}
.comment-respond .comments-form-button {
  display: inline-block;
  padding: 14px 26px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #e32521;
  background-color: #e32521;
  border-radius: 4px;
}
.comment-respond .logged-in-as a {
  text-decoration: none;
  color: #e32521;
}
.comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-url {
    float: none;
    width: 100%;
  }
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    padding-right: 0;
  }
}
.posts-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.posts-list .post-blog {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: #1f1f1f;
}
.posts-list .type-page {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.post-blog {
  margin-bottom: 30px;
  transition: transform 0.4s ease;
}

.post-blog:hover {
  transform: scale(1.05);
}

.post-meta {
  margin-bottom: 15px;
  font-size: 14px;
}

.post-thumbnail {
  width: 100%;
  margin-bottom: 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 4px;
}

.post-title {
  overflow: hidden;
  margin-bottom: 10px;
  padding-right: 2em;
  font-size: 20px;
  font-weight: normal;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.65905 15.1667L0.833344 14.341L14.0076 1.16667H5.50001V0H16V10.5H14.8333V1.99237L1.65905 15.1667Z' fill='%231B1B1B'/%3E%3C/svg%3E%0A");
  background-position: right 5px top 5px;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}
.post-title a {
  transition: all 0.4s ease;
}
.post-blog:hover .post-title {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.65905 15.1667L0.833344 14.341L14.0076 1.16667H5.50001V0H16V10.5H14.8333V1.99237L1.65905 15.1667Z' fill='%23E32521'/%3E%3C/svg%3E%0A");
}
.post-blog:hover .post-title {
  color: #e32521;
}

.post-content {
  font-size: 16px;
  line-height: 1.5;
}
.post-content p {
  margin: 0;
}

@media screen and (max-width: 1170px) {
  .post-title {
    font-size: 20px;
  }
  .posts-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .posts-list .post-blog {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .posts-list .type-page {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .post-title {
    font-size: 18px;
  }
  .post-thumbnail {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .posts-list .post-blog {
    width: 100%;
  }
}
.post-full {
  color: #1f1f1f;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
.post-full:not(:last-child) {
  margin-bottom: 40px;
}

.post-full__pic {
  display: block;
  width: 25%;
  padding-right: 20px;
}

.post-full__content {
  width: 75%;
}

.post-full__thumbnail {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 4px;
}

.post-full__title {
  margin-bottom: 0.8em;
  font-size: 22px;
  transition: color 0.4s ease;
}
.post-full:hover .post-full__title {
  color: #e32521;
}

.post-full__excerpt {
  line-height: 1.7;
  color: rgba(31, 31, 31, 0.7);
}
.post-full__excerpt p {
  margin: 0;
}

@media screen and (max-width: 1170px) {
  .post-full__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .post-full__pic {
    width: 30%;
  }
  .post-full__content {
    width: 70%;
  }
  .post-full__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .post-full__title {
    font-size: 16px;
  }
  .post-full__excerpt {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .post-full__pic {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .post-full__content {
    width: 100%;
    padding-left: 0;
  }
}
.post-single-title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 36px;
  text-align: center;
}
.post-single-title::first-letter {
  color: #e32521;
}

.post-single-image {
  width: 100%;
  margin-bottom: 40px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.post-single-content {
  margin: 0;
  line-height: 1.7 !important;
}

.post-date {
  margin-right: 15px;
}

.post-categories {
  margin-right: 15px;
}

.post-categories a {
  text-decoration: none;
  color: #e32521;
}

.post-author {
  margin-right: 15px;
}

.post-author-link {
  text-decoration: none;
  color: #e32521;
}

.post-tags {
  display: block;
  margin-top: 30px;
}

.post-tags a {
  display: inline-block;
  padding: 8px 10px;
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px !important;
  text-decoration: none;
  color: #1f1f1f;
  border: 1px solid #eaeff5;
  transition: all 0.2s ease;
}
.post-tags a:hover,
.post-tags a:focus {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

@media screen and (max-width: 1170px) {
  .post-single-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .post-single-title {
    margin-bottom: 20px;
  }
  .post-single-image {
    margin-bottom: 20px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .post-single-title {
    font-size: 26px;
  }
  .post-single-image {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media screen and (max-width: 576px) {
  .post-single-title {
    font-size: 24px;
  }
  .post-single-image {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.page-title {
  margin-bottom: 40px;
}

.page-content {
  line-height: 1.7;
}
.page-content::after {
  content: '';
  display: table;
  clear: both;
}
.page-content > *:first-child {
  margin-top: 0;
}
.page-content > *:last-child {
  margin-bottom: 0;
}
.page-content ul,
.page-content ol {
  padding-left: 20px;
}
.page-content ul.list-default {
  padding: 0;
  list-style: none;
}
.page-content ul.list-default li {
  position: relative;
  padding-left: 20px;
}
.page-content ul.list-default li::before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #e32521;
  border-radius: 50%;
}
.page-content ul.list-quad {
  padding: 0;
  list-style: none;
}
.page-content ul.list-quad li {
  position: relative;
  padding-left: 20px;
}
.page-content ul.list-quad li::before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  background-color: #e32521;
}
.page-content ul.list-checkmark {
  padding: 0;
  list-style: none;
}
.page-content ul.list-checkmark li {
  position: relative;
  padding-left: 20px;
}
.page-content ul.list-checkmark li::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg fill='%236200dd' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 0.75em;
}

@media screen and (max-width: 576px) {
  .page-title {
    margin-bottom: 30px;
  }
}
.searchform {
  display: flex;
}
.searchform .searchform-field {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #eaeff5;
  outline: none;
  transition: border-color 0.2s ease;
}
.searchform .searchform-field:focus {
  border-color: #1f1f1f;
}
.searchform .searchform-submit {
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  border: 1px solid #e32521;
  background-color: #e32521;
}

.wp-block-search .wp-block-search__label {
  display: none;
}
.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
}
.wp-block-search .wp-block-search__input {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #eaeff5;
  outline: none;
  transition: border-color 0.2s ease;
}
.wp-block-search .wp-block-search__input:focus {
  border-color: #1f1f1f;
}
.wp-block-search .wp-block-search__button {
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  color: #fff;
  border: 1px solid #e32521;
  background-color: #e32521;
}

.post-password-form input[type='password'] {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #eaeff5;
  outline: none;
  transition: border-color 0.2s ease;
}
.post-password-form input[type='password']:focus {
  border-color: #1f1f1f;
}
.post-password-form input[type='submit'] {
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  color: #fff;
  border: 1px solid #e32521;
  background-color: #e32521;
}

.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget::after {
  content: '';
  display: block;
  clear: both;
}
.widget-area h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.wp-block-latest-comments {
  padding: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-author {
  text-decoration: none;
  color: #1f1f1f;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-link {
  text-decoration: none;
  color: #e32521;
}

.widget .wp-block-categories,
.widget .wp-block-archives,
.widget_meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .wp-block-categories li,
.widget .wp-block-archives li,
.widget_meta ul li {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid #eaeff5;
}
.widget .wp-block-categories li::after,
.widget .wp-block-archives li::after,
.widget_meta ul li::after {
  content: '';
  display: block;
  clear: both;
}
.widget .wp-block-categories a,
.widget .wp-block-archives a,
.widget_meta ul a {
  float: left;
  text-decoration: none;
  color: #1f1f1f;
}
.widget .wp-block-categories ul.children,
.widget .wp-block-archives ul.children,
.widget_meta ul ul.children {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  padding-left: 20px;
  padding-top: 10px;
  border-top: 1px solid #eaeff5;
  list-style: none;
}
.widget .wp-block-categories ul.children li:last-child,
.widget .wp-block-archives ul.children li:last-child,
.widget_meta ul ul.children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget_tag_cloud .tag-cloud-link {
  display: inline-block;
  padding: 8px 10px;
  margin-left: 0;
  margin-bottom: 5px;
  font-size: 14px !important;
  text-decoration: none;
  color: #1f1f1f;
  border: 1px solid #eaeff5;
  transition: all 0.2s ease;
}
.widget.widget_tag_cloud .tag-cloud-link:hover,
.widget.widget_tag_cloud .tag-cloud-link:focus {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.wp-block-latest-posts__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-latest-posts__list li {
  position: relative;
  margin-bottom: 15px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img {
  max-width: 80px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  color: #1f1f1f;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  margin-bottom: 2px;
  color: #1f1f1f;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  margin-top: 5px;
  margin-bottom: 0;
}

.wp-block-page-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-page-list .wp-block-pages-list__item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
}
.wp-block-page-list .wp-block-pages-list__item::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #e32521;
  border-radius: 50%;
}
.wp-block-page-list .wp-block-pages-list__item__link {
  text-decoration: none;
  color: #1f1f1f;
}
.wp-block-page-list .submenu-container {
  margin: 0;
  margin-top: 8px;
  padding: 0;
  padding-left: 10px;
  list-style: none;
}

.wp-block-calendar .wp-calendar-table a {
  font-weight: bold;
  text-decoration: none;
  color: #1f1f1f;
}
.wp-block-calendar .wp-calendar-table caption {
  margin-bottom: 10px;
}
.wp-block-calendar .wp-calendar-nav {
  margin-top: 5px;
}
.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  color: #e32521;
}

.custom-breadcrumbs {
  margin: 0 0 15px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  color: rgba(31, 31, 31, 0.7);
  list-style: none;
}
.custom-breadcrumbs span {
  margin-right: 2px;
  margin-left: 2px;
}
.custom-breadcrumbs .current-item {
  font-weight: 600;
}

.custom-breadcrumbs li {
  display: inline-block;
}

.custom-breadcrumbs a {
  font-weight: normal;
  text-decoration: none;
  color: rgba(31, 31, 31, 0.7);
}

.custom-breadcrumbs .custom-breadcrumbs-separator {
  margin-right: 5px;
  margin-left: 5px;
}

.custom-breadcrumbs strong {
  font-weight: 600;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px;
  font-family: inherit;
  text-align: center;
  line-height: 1.25;
  color: #1f1f1f;
  background-color: #f6f6f6;
  cursor: pointer;
}
.btn:link {
  text-decoration: none;
}
.btn:disabled,
.btn.disabled {
  color: rgba(51, 51, 51, 0.5);
  background-color: #ccc;
  border: none;
  cursor: default;
}

.btn-medium {
  min-width: 320px;
  padding: 0.8em 2.4em;
  font-size: 20px;
}

.btn-primary {
  white-space: normal;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #fff;
  border: none;
  background-color: #e32521;
  box-shadow: 0 22px 44px -8px rgba(227, 37, 33, 0.25);
  transition: background-color 0.4s ease;
}
.btn-primary:hover {
  background-color: #ff5d59;
}
.btn-primary:active {
  background-color: #e32521;
}

.btn-white {
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #e32521;
  border: none;
  background-color: #fff;
  transition: background-color 0.4s ease;
}
.btn-white:hover {
  background-color: #1f1f1f;
}
.btn-white:active {
  background-color: #1f1f1f;
}

.btn-primary-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 2px;
}

.btn-primary-right {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 60px;
}

@media screen and (max-width: 1170px) {
  .btn-medium {
    min-width: 260px;
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .btn-medium {
    min-width: 180px;
    padding: 0.9em 1.8em;
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .btn-medium {
    font-size: 16px;
  }
}
.hamburger {
  display: inline-block;
  width: 35px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

.hamburger .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1f1f1f;
}
.hamburger .line:not(:last-child) {
  margin-bottom: 6px;
}

.lang-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.lang-nav > li {
  display: inline-block;
  margin-right: 20px;
}
.lang-nav > li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L0 0H10L5 5Z' fill='%231B1B1B'/%3E%3C/svg%3E%0A");
  background-position: top 45% right 0;
  background-repeat: no-repeat;
  background-size: 10px;
}
.lang-nav > li.current-menu-item > a {
  font-weight: bold;
  color: #e32521;
}
.lang-nav > li > a {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
  transition: color 0.4s ease;
}
.lang-nav > li > a:hover,
.lang-nav > li > a:focus {
  color: #e32521;
}
.lang-nav > li.contacts-menu-item > a {
  padding: 0.75em 3em;
  white-space: normal;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #fff;
  border: none;
  background-color: #e32521;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 60px;
  transition: background-color 0.4s ease;
}
.lang-nav > li.contacts-menu-item > a:hover {
  background-color: #ff5d59;
}
.lang-nav > li.contacts-menu-item > a:active {
  background-color: #e32521;
}
.lang-nav .pll-parent-menu-item {
  display: flex;
  align-items: center;
  padding: 5px;
}
.lang-nav .pll-parent-menu-item > a > img {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 50px;
}

.lang-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 90px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 8px;
  transition: all 0.4s ease;
  top: 70%;
  visibility: hidden;
  opacity: 0;
}
.lang-nav .sub-menu a {
  display: block;
  padding: 8px 16px;
  text-align: left;
  text-decoration: none;
  color: rgba(31, 31, 31, 0.2);
  transition: color 0.4s ease;
}
.lang-nav .sub-menu a:hover {
  color: #1f1f1f;
}
.lang-nav .sub-menu img {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 6px;
  filter: grayscale(100%);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.lang-nav .sub-menu li:hover img {
  filter: grayscale(0);
}

.lang-nav .sub-menu .sub-menu {
  top: 0 !important;
  left: 100%;
}

.lang-nav li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.lang-nav .sub-menu li {
  display: block;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .lang-nav .contacts-menu-item {
    display: none !important;
  }
}
.langbox {
  position: relative;
}

.langbox__heading {
  position: relative;
  display: flex;
  align-items: center;
  width: 98px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.langbox__heading::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1f1f1f;
}
.langbox__heading.hovered {
  background-color: #eaeff5;
}
.langbox__heading.hovered::after {
  transform: translateY(-50%) rotate(180deg);
  border-top-color: #e32521;
}
.langbox__heading:hover {
  background-color: #eaeff5;
}
.langbox__heading:active {
  background-color: #eaeff5;
}

.langbox__heading--en::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  margin-right: 8px;
  border: none;
  background: url('../images/icons/en.png') center center no-repeat;
  border-radius: 50%;
}

.langbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: none;
  width: 98px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(31, 31, 31, 0.05);
  border-radius: 4px;
}

.langbox__item {
  margin: 0;
}
.langbox__item:not(:last-child) {
  margin-bottom: 20px;
}

.langbox__link {
  display: flex;
  align-items: center;
  margin: 0;
  text-decoration: none;
  color: #1f1f1f;
  filter: saturate(0);
  opacity: 0.2;
  transition: all 0.4s ease;
}
.langbox__link::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: none;
  background: url('../images/icons/en.png') center center no-repeat;
  border-radius: 50%;
}
.langbox__link:hover {
  opacity: 1;
  filter: saturate(1);
}

.langbox__link--rus::before {
  background: url('../images/icons/rus.png') center center no-repeat;
}

.langbox__link--es::before {
  background: url('../images/icons/es.png') center center no-repeat;
}

.socials {
  display: flex;
  flex-wrap: wrap;
}

.socials__item {
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: 12px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  /* background-color: #fff; */
}
.socials__item svg {
  transition: all 0.4s ease;
}
.socials__item:hover svg {
  opacity: 0.5;
}

@media screen and (max-width: 992px) {
  .socials__item {
    width: 52px;
    height: 52px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .socials__item svg {
    transform: scale(0.8);
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 300px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background-color: #f6f6f6;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  left: -300px;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu.open {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.admin-bar .mobile-menu {
  padding-top: 32px;
}

.mobile-menu__heading {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #a7a7a7;
}

.mobile-menu__content {
  padding: 20px;
  border-bottom: 1px solid #a7a7a7;
}

.mobile-menu__footer {
  padding: 20px;
}

.mobile-menu__logo {
  width: 100%;
  max-width: 140px;
}

.mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__list li:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-menu__list a {
  text-decoration: none;
  color: #1f1f1f;
}
.mobile-menu__list li.menu-item-has-children {
  position: relative;
}
.mobile-menu__list li.menu-item-has-children > .sub-menu-toggle {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='64px' height='64px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='m2.43 4.8-2.43 2.422 12 11.978 12-11.978-2.43-2.422-9.57 9.547z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.mobile-menu__list li.current-menu-item > a {
  font-weight: bold;
  color: #e32521;
}
.mobile-menu__list .sub-menu {
  display: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  padding-left: 10px;
  list-style: none;
}

.mobile-menu__call {
  width: 100%;
}

.mobile-menu__close {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 20px;
  background-color: transparent;
  border: 0;
}

.mobile-menu__close-icon {
  width: 20px;
}

.mobile-menu__fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  z-index: 90;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu__fade.show {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 782px) {
  .admin-bar .mobile-menu {
    padding-top: 46px;
  }
}
.custom-contacts-form p {
  margin: 0;
}
.custom-contacts-form .wpcf7 form .wpcf7-response-output {
  display: none;
  margin: 0;
  margin-top: 15px;
  padding: 1em;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  border: none;
}
.custom-contacts-form .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
.custom-contacts-form .callbox__submitbox {
  position: relative;
}
.custom-contacts-form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  padding: 0;
}

.callbox {
  padding-bottom: 140px;
  font-size: 20px;
  color: #fff;
}

.callbox__row {
  padding: 1.8em;
  background-color: #e32521;
  background-image: url('../images/callbox-bg.png');
  background-position: right bottom 30px;
  background-size: 42%;
  background-repeat: no-repeat;
  border-top-left-radius: 100px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 100px;
  box-shadow: 0 22px 44px -8px rgba(227, 37, 33, 0.25);
}

.callbox__content {
  width: 50%;
  max-width: 550px;
}

.callbox__title {
  margin-bottom: 24px;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.callbox__fieldbox {
  margin-bottom: 1em;
}

.callbox__field,
.callbox__textarea {
  display: inline-block;
  width: 100%;
  color: #1f1f1f;
  background-color: rgba(246, 246, 246, 0.7);
  border-top-left-radius: 4px;
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 4px;

  border-top-left-radius: 2em;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 2em;
  outline: none;
  border: none;
  transition: background-color 0.4s ease;
}
.callbox__field::placeholder,
.callbox__textarea::placeholder {
  color: #444444;
}
.callbox__field:hover,
.callbox__textarea:hover {
  background-color: rgba(246, 246, 246, 0.8);
}
.callbox__field:focus,
.callbox__textarea:focus {
  background-color: #fff;
}

.callbox__field {
  height: 2.5em;
  padding: 0 2em;
}

.callbox__textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 135px;
  max-height: 135px;
  padding: 1em 2em;
}

.callbox__submitbox {
  position: relative;
}

.callbox__submit {
  width: 100%;
  height: 2.5em;
}

.callbox__privacy {
  display: block;
  margin-top: 2em;
  font-size: 12px;
  text-align: center;
}
.callbox__privacy a {
  color: #fff;
}

.callbox__form .wpcf7-not-valid-tip {
  color: #fff;
}

@media screen and (max-width: 1170px) {
  .callbox {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .callbox {
    padding-bottom: 80px;
    font-size: 18px;
  }
  .callbox__row {
    background-position: right 70%;
  }
}
@media screen and (max-width: 768px) {
  .callbox {
    padding-bottom: 60px;
  }
  .callbox__row {
    background-image: none;
  }
  .callbox__content {
    width: auto;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .callbox__row {
    border-top-left-radius: 60px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 60px;
  }
}
@media screen and (max-width: 576px) {
  .callbox {
    font-size: 16px;
  }
  .callbox__row {
    padding: 1.8em;
    border-top-left-radius: 4px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 4px;
  }
}
.infoslider {
  position: relative;
}

/* Базовые стили для всех слайдов */
.infoslider .swiper-slide {
  width: 1280px;
  opacity: 0.4;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.infoslider .swiper-slide .infoslider__item-wrapper {
  transform: scale(0.9);
  transition: transform 0.4s ease;
}

/* Активный слайд */
.infoslider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.infoslider .swiper-slide.swiper-slide-active .infoslider__item-wrapper {
  transform: scale(1);
}

.infoslider__item {
  display: flex;
  min-height: 25em;
  overflow: hidden;
  font-size: 20px;
  background-color: #5e5e5e;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 100px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 100px;
}

.infoslider__content {
  position: relative;
  width: 100%;
  min-width: 14.6em;
  max-width: min-content;
  padding: 1.75em;
  overflow: hidden;
  color: #fff;
  background-color: rgba(227, 37, 33, 0.75);
  backdrop-filter: blur(5px);
}

.infoslider__title {
  font-size: 1.8em;
  font-weight: 600;
}

.infoslider__subtitle {
  font-size: 1em;
  margin: 0.5em 0;
}

.infoslider__desc {
  font-size: 0.83em;
  line-height: 1.4;
}
.infoslider__desc *:first-child,
.infoslider__desc *:last-child {
  margin: 0;
}

.infoslider__num {
  position: absolute;
  right: 0.2em;
  bottom: -0.25em;
  font-size: 10em;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
}

.infoslider__footer {
  position: relative;
  display: flex;
  margin-top: 40px;
}
.infoslider__footer * {
  box-sizing: border-box;
}
.infoslider__footer .swiper-pagination {
  position: static;
  top: auto;
  transform: none;
  width: 60%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #bebebe;
}
.infoslider__footer .swiper-pagination .swiper-pagination-current {
  color: #1f1f1f;
}
.infoslider__footer .swiper-button-prev,
.infoslider__footer .swiper-button-next {
  position: static;
  top: auto;
  width: 20%;
  height: 20px;
  transform: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #bebebe;
  transition: color 0.4s ease;
  width: 100%;
}

.infoslider__footer .swiper-button-prev svg path,
.infoslider__footer .swiper-button-next svg path {
  transition: fill 0.4s ease;
}
.infoslider__footer .swiper-button-prev::before,
.infoslider__footer .swiper-button-prev::after,
.infoslider__footer .swiper-button-next::before,
.infoslider__footer .swiper-button-next::after {
  display: none !important;
}
.infoslider__footer .swiper-button-prev:hover,
.infoslider__footer .swiper-button-next:hover {
  color: #e32521;
}
.infoslider__footer .swiper-button-prev:hover svg path,
.infoslider__footer .swiper-button-next:hover svg path {
  fill: #e32521;
}
.infoslider__footer .swiper-button-prev svg {
  margin-right: 15px;
}
.infoslider__footer .swiper-button-next svg {
  margin-left: 15px;
}

@media screen and (max-width: 1170px) {
  .infoslider .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .infoslider__item {
    min-height: 20em;
    font-size: 22px;
  }
  .infoslider__num {
    font-size: 9em;
  }
  .infoslider__content {
    min-width: 13em;
  }
  .infoslider__footer {
    margin-top: 30px;
  }
  .infoslider__footer .swiper-pagination {
    font-size: 16px;
  }
  .infoslider__footer .swiper-button-prev,
  .infoslider__footer .swiper-button-next {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .infoslider__item {
    min-height: 20em;
    font-size: 18px;
  }
  .infoslider__content {
    min-width: 11em;
  }
  .infoslider__num {
    font-size: 8em;
  }
}
@media screen and (max-width: 576px) {
  .infoslider__item {
    min-height: 18em;
    font-size: 16px;
    border-top-left-radius: 60px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 60px;
    align-items: flex-end;
  }
  .infoslider__title {
    font-size: 1em;
  }

  .infoslider__subtitle {
    font-size: 0.8em;
  }

  .infoslider__content {
    max-width: 100%;
    padding: 1.5em;
  }
  .infoslider__num {
    font-size: 6em;
  }
}
.hero {
  background-color: #fff;
}

.hero__wrap {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1570px;
}

.hero__picture {
  display: block;
}

.hero__content {
  min-height: 300px;
}

.hero__content {
  max-width: 32em;
  margin-left: auto;
  margin-right: 4%;
  padding: 60px 0;
  font-size: 20px;
}
.hero__content h1 {
  font-size: 2.65em;
  line-height: 1.1;
}
.hero__content p {
  font-size: 16px;
  color: rgba(31, 31, 31, 0.7);
}
.hero__content .btn {
  margin-top: 2.4em;
}

.hero__label {
  display: block;
  margin-bottom: 10px;
  font-size: 1em;
  color: #e32521;
}

@media screen and (max-width: 1170px) {
  .hero__content {
    max-width: 28em;
    margin-right: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .hero__item {
    padding: 80px 0;
  }
  .hero__content {
    font-size: 16px;
  }
  .hero__content .btn {
    margin-top: 2em;
  }
}
@media screen and (max-width: 768px) {
  .hero__content {
    min-height: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 15px;
    font-size: 16px;
    text-align: center;
  }
  .hero__content h1 {
    font-size: 2em;
  }
  .hero__content .btn {
    margin-top: 1.5em;
  }
  .hero__image {
    display: none;
  }
}
.custom-posts-nav {
  display: flex;
  margin-top: 40px;
}

.custom-posts-nav__prev {
  width: 30%;
}

.custom-posts-nav__totals {
  width: 40%;
  font-size: 20px;
  text-align: center;
  color: #bebebe;
}

.custom-posts-nav__next {
  width: 30%;
  text-align: right;
}

.custom-posts-nav__current {
  color: #1f1f1f;
}

.custom-posts-nav__prev,
.custom-posts-nav__next {
  font-size: 20px;
}
.custom-posts-nav__prev a,
.custom-posts-nav__next a {
  display: inline-block;
  text-decoration: none;
  color: #bebebe;
  transition: color 0.4s ease;
}
.custom-posts-nav__prev a:hover,
.custom-posts-nav__next a:hover {
  color: #e32521;
}
.custom-posts-nav__prev a:active,
.custom-posts-nav__next a:active {
  color: #1f1f1f;
}

@media screen and (max-width: 992px) {
  .custom-posts-nav__totals {
    font-size: 18px;
  }
  .custom-posts-nav__prev,
  .custom-posts-nav__next {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .custom-posts-nav__totals {
    font-size: 16px;
  }
  .custom-posts-nav__prev,
  .custom-posts-nav__next {
    font-size: 16px;
  }
}
.container {
  width: 100%;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-small {
  width: 100%;
  max-width: 870px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  padding: 28px 0;
  background-color: #fff;
}

.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__nav {
  padding-left: 30px;
  padding-right: 30px;
}

.header__call {
  padding: 0.75em 2.8em;
  margin-right: 40px;
  white-space: nowrap;
  box-shadow: none !important;
}

.header__toggle {
  display: none;
}

.header__langs {
  display: none;
}
.header__langs .wpm-switcher-dropdown {
  margin: 0 !important;
}

@media screen and (max-width: 1170px) {
  .header__call {
    padding: 0.75em 2.4em;
    margin-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .header {
    padding: 22px 0;
  }
  .header__nav {
    display: none !important;
  }
  .header__info {
    margin-left: auto;
  }
  .header__toggle {
    display: block;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__call {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .header__toggle {
    padding-left: 15px;
  }
}
@media screen and (max-width: 420px) {
  .header__logo {
    width: 100%;
    max-width: 150px;
  }
}
.footer {
  font-size: 20px;
}

.footer__box {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid #d8d8d8;
}

body.error404 .footer {
  background-color: #fff;
}

body.error404 .footer__box {
  border-top: none;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.footer__left,
.footer__right {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer__logo {
  width: 100%;
  max-width: 15em;
}

.footer__call {
  width: 100%;
  padding: 0.85em;
  max-width: 15em;
  margin-top: 2.2em;
}

.footer__contact {
  margin-bottom: 1.8em;
}
.footer__contact a {
  text-decoration: none;
  color: #1f1f1f;
  transition: color 0.4s ease;
}
.footer__contact a:hover {
  color: #e32521;
}
.footer__contact p {
  margin: 0;
}
.footer__contact p:not(:last-child) {
  margin-bottom: 0.6em;
}

.footer__heading {
  display: flex;
  margin-bottom: 0.6em;
  font-size: 0.83em;
  color: rgba(31, 31, 31, 0.7);
}
.footer__heading svg {
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.footer__privacy {
  margin: 0;
  margin-top: 1.4em;
  font-size: 16px;
}
.footer__privacy a {
  color: #bebebe;
}

.footer__menu {
  margin: 0;
  margin-top: 2em;
  padding: 0;
  list-style: none;
}
.footer__menu li:not(:last-child) {
  margin-bottom: 1.4em;
}
.footer__menu a {
  text-decoration: none;
  color: #1f1f1f;
  transition: color 0.4s ease;
}
.footer__menu a:hover {
  color: #e32521;
}
.footer__menu .sub-menu {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1170px) {
  .footer {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .footer {
    font-size: 18px;
  }
  .footer__box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 18px;
    text-align: center;
  }
  .footer__left,
  .footer__right {
    width: 100%;
  }
  .footer__right {
    margin-top: 30px;
  }
  .footer__call {
    margin-top: 1.5em;
  }
  .footer__menu {
    margin-top: 1.25em;
  }
  .footer__menu li:not(:last-child) {
    margin-bottom: 1em;
  }
  .footer__heading {
    justify-content: center;
  }
  .footer__contact {
    margin-bottom: 1.25em;
  }
  .footer__socials .socials {
    justify-content: center;
  }
  .footer__socials .socials__item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer__privacy {
    margin-top: 1em;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    font-size: 16px;
  }
}
.main-nav {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.main-nav > li {
  display: inline-block;
  margin-right: 20px;
}
.main-nav > li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.43 4.8-2.43 2.422 12 11.978 12-11.978-2.43-2.422-9.57 9.547z'/%3E%3C/svg%3E");
  background-position: top 50% right 0;
  background-repeat: no-repeat;
  background-size: 10px;
}
.main-nav > li.current-menu-item > a {
  font-weight: bold;
  color: #e32521;
}
.main-nav > li > a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #1f1f1f;
  transition: color 0.4s ease;
}
.main-nav > li > a:hover,
.main-nav > li > a:focus {
  color: #e32521;
}

.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f6f6f6;
  transition: all 0.4s ease;
  top: 70%;
  visibility: hidden;
  opacity: 0;
}

.main-nav .sub-menu .sub-menu {
  top: 0 !important;
  left: 100%;
}

.main-nav li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.main-nav .sub-menu li {
  display: block;
  margin-right: 0;
}

.main-nav .sub-menu a {
  padding: 8px 12px;
}

@media screen and (max-width: 992px) {
  .main-nav li {
    display: block;
    margin: 0;
  }
  .main-nav li.menu-item-has-children {
    padding-right: 0;
  }
  .main-nav > li.menu-item-has-children {
    background-image: none;
  }
  .main-nav .sub-menu-toggle {
    position: absolute;
    top: 10px;
    right: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.43 4.8-2.43 2.422 12 11.978 12-11.978-2.43-2.422-9.57 9.547z'/%3E%3C/svg%3E");
    background-position: top 50% right 0;
    background-repeat: no-repeat;
    background-size: 10px;
  }
  .main-nav .sub-menu {
    position: static;
    width: auto;
    padding-left: 10px;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .main-nav .sub-menu.show {
    display: block;
  }
  .main-nav .sub-menu a {
    padding: 5px 0;
  }
}
.page-home {
  padding: 70px 0;
}

.page-archive {
  padding: 70px 0;
}

.page-search {
  padding: 70px 0;
}

.page-single {
  padding: 70px 0;
}

.section-page {
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  .page-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-archive {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-search {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-single {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.main-section-advantages {
  padding-top: 140px;
  padding-bottom: 70px;
}

@media screen and (max-width: 992px) {
  .main-section-advantages {
    padding-top: 70px;
    padding-bottom: 35px;
  }
}
.main-section-services {
  padding-top: 70px;
  padding-bottom: 70px;
}

.main-services-footer {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .main-section-services {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .main-services-footer {
    margin-top: 35px;
  }
}
.main-section-articles {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 992px) {
  .main-section-articles {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .main-articles-footer {
    margin-top: 10px;
  }
}
.page-about-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.page-about-section-bottom {
  padding-top: 140px;
  padding-bottom: 140px;
}

.page-about-content {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.page-about-content *:first-child,
.page-about-content *:last-child {
  margin: 0;
  padding: 0;
}

.page-about-list {
  position: relative;
  padding-left: 30px;
}
.page-about-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 100%;
  background: linear-gradient(#e32521, rgba(227, 37, 33, 0));
}

.page-about-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-about-item:not(:last-child) {
  margin-bottom: 50px;
}

.page-about-item-content {
  width: 60%;
  padding-right: 80px;
  font-size: 20px;
  line-height: 1.5;
}

.page-about-pic {
  display: block;
  width: 40%;
}

.page-about-image {
  width: 100%;
  border-top-left-radius: 100px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 100px;
}

.page-about-item-content *:first-child,
.page-about-item-content *:last-child {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1170px) {
  .page-about-content {
    font-size: 20px;
  }
  .page-about-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .page-about-item-content {
    padding-right: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .page-about-section-bottom {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-about-content {
    font-size: 18px;
  }
  .page-about-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .page-about-item-content {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-about-section-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-about-item-content {
    width: 100%;
    padding-right: 0;
  }
  .page-about-pic {
    width: 100%;
    order: -1;
    margin-bottom: 15px;
  }
  .page-about-content {
    font-size: 16px;
  }
  .page-about-item-content {
    font-size: 16px;
  }
  .page-about-image {
    border-top-left-radius: 60px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 60px;
  }
}
@media screen and (max-width: 576px) {
  .page-about-image {
    border-top-left-radius: 40px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 40px;
  }
}
.page-services-section {
  padding-top: 70px;
  padding-bottom: 140px;
}

.page-services-item {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.page-services-item:not(:last-child) {
  margin-bottom: 60px;
}

.page-services__inner {
  display: flex;
  align-items: center;
  min-height: 380px;
  max-width: 1340px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #1f1f1f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 4px;
}

.page-services-item__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-services-item__left {
  width: 60%;
  padding-right: 80px;
}

.page-services-item__right {
  width: 40%;
}

.page-services-item:nth-child(2n) .page-services__inner {
  border-top-left-radius: 100px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 100px;
}
.page-services-item:nth-child(2n) .page-services-item__left {
  order: 2;
  padding-right: 0;
  padding-left: 80px;
}

.page-services-item__title {
  font-size: 26px;
  font-weight: 600;
}

.page-services-item__desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
}
.page-services-item__desc *:first-child,
.page-services-item__desc *:last-child {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1170px) {
  .page-services-section {
    padding-bottom: 80px;
  }
  .page-services-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .page-services__inner {
    border-top-left-radius: 4px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 4px;
  }
  .page-services-item__left {
    padding-right: 50px;
  }
  .page-services-item:nth-child(2n) .page-services__inner {
    border-top-left-radius: 60px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 60px;
  }
  .page-services-item:nth-child(2n) .page-services-item__left {
    padding-left: 50px;
  }
  .page-services-item__title {
    font-size: 24px;
  }
  .page-services-item__desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-services-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .page-services-item__left {
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }
  .page-services-item__right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
  .page-services-item:nth-child(2n) .page-services-item__right {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .page-services__inner {
    padding: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 4px;
  }
  .page-services-item:nth-child(2n) .page-services__inner {
    border-top-left-radius: 40px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 40px;
  }
}
.page-contacts-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-contacts-title {
  margin-bottom: 0 !important;
}

.page-contacts-content {
  padding-top: 30px;
  font-size: 20px;
  text-align: center;
}

.page-contacts-socials {
  margin-top: 30px;
}

.page-contacts-socials .socials {
  justify-content: center;
}

.page-contacts-privacy {
  margin: 0;
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}
.page-contacts-privacy a {
  text-decoration: underline;
  color: #bebebe;
}

.page-contacts-map {
  width: 100%;
  margin-top: 70px;
  height: 660px;
  background-color: #bebebe;
  border: 1px solid #eaeff5 !important;
  border-top-left-radius: 100px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 100px;
}

.page-contacts-content *:first-child,
.page-contacts-content *:last-child {
  margin: 0;
  padding: 0;
}
.page-contacts-content p {
  margin: 15px 0;
}
.page-contacts-content a {
  text-decoration: none;
  color: #1f1f1f;
  transition: color 0.4s ease;
}
.page-contacts-content a:hover {
  color: #e32521;
}
.page-contacts-content p.page-contacts-area {
  margin-bottom: 2em;
}

.page-contacts-heading {
  position: relative;
  font-size: 0.82em;
  color: rgba(31, 31, 31, 0.7);
}
.page-contacts-heading::before {
  content: '';
  position: relative;
  top: -0.1em;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-contacts-heading--location::before {
  background-image: url('../images/icons/location.svg');
}

.page-contacts-heading--phone::before {
  background-image: url('../images/icons/phone.svg');
}

.page-contacts-heading--mail::before {
  background-image: url('../images/icons/mail.svg');
}

.page-contacts-heading--calendar::before {
  background-image: url('../images/icons/calendar.svg');
}

@media screen and (max-width: 1170px) {
  .page-contacts-content {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .page-contacts-content {
    font-size: 18px;
  }
  .page-contacts-map {
    height: 520px;
  }
}
@media screen and (max-width: 768px) {
  .page-contacts-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-contacts-content {
    font-size: 16px;
  }
  .page-contacts-socials {
    margin-top: 30px;
  }
  .page-contacts-privacy {
    margin-top: 20px;
  }
  .page-contacts-map {
    height: 460px;
    margin-top: 60px;
    border-top-left-radius: 60px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 60px;
  }
}
@media screen and (max-width: 576px) {
  .page-contacts-map {
    border-top-left-radius: 40px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 40px;
  }
}
.not-found {
  padding: 160px 0;
}

.not-found-code {
  margin: 0;
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #e32521;
}

.not-found-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
}

.not-found-caption {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.not-found-search {
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 992px) {
  .not-found {
    padding: 120px 0;
  }
  .not-found-code {
    font-size: 90px;
  }
  .not-found-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .not-found-code {
    font-size: 80px;
  }
  .not-found-title {
    font-size: 20px;
  }
}
.noresults {
  padding: 30px 0;
}

.noresults-title {
  margin-bottom: 10px;
  font-size: 32px;
}

.noresults-search {
  margin-top: 20px;
}

/* Правки 2025-07-14 */

.lang-nav .sub-menu a {
  padding: 8px 6px;
}

.lang-nav .sub-menu img {
  filter: none;
}

.lang-nav .sub-menu a {
  color: inherit;
}

.page-contacts-map {
  border-radius: 4px;
}

.btn-white:hover {
  background-color: #e7e7e7;
}

@media screen and (max-width: 600px) {
  .page-about-list {
    padding-left: 0;
  }

  .page-about-list::before {
    display: none;
  }
}

.page-services-item:nth-child(2n) .page-services__inner,
.page-services__inner {
  border-radius: 4px;
}

.page-services__inner h3 {
  word-break: break-word;
}

.page-services__inner {
  position: relative;
}

.page-services__inner::before {
  content: '';

  position: absolute;
  inset: 0;

  background-color: rgba(0 0 0 / 0.2);
}

.page-services__inner > .container {
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-services-item__left {
    order: 2;
    text-align: left;
  }
}

.mobile-menu {
  left: auto;
  right: -300px;
}

.mobile-menu.open {
  left: auto;
  right: 0;
}
