@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yanone Kaffeesatz";
  src: url("../../fonts/YanoneKaffeesatz-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yanone Kaffeesatz";
  src: url("../../fonts/YanoneKaffeesatz-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yanone Kaffeesatz";
  src: url("../../fonts/YanoneKaffeesatz-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fontello";
  src: url("../../fonts/fontello/font/fontello.woff2") format("woff2"), url("../../fonts/fontello/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'fontello';
        src: url('../font/fontello.svg?32163912#fontello') format('svg');
    }
}
  */
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before {
  content: "\e800";
} /* '' */
.icon-phone:before {
  content: "\e801";
} /* '' */
.icon-clock:before {
  content: "\e802";
} /* '' */
.icon-clock-1:before {
  content: "\e803";
} /* '' */
.icon-location:before {
  content: "\e804";
} /* '' */
.icon-right-dir:before {
  content: "\e805";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-skype-1:before {
  content: "\f17e";
} /* '' */
/*! 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.
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  width: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  background-color: #f1f2f2;
  color: #231f20;
}

/**
 * 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 {
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

/**
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 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,
textarea {
  /* 1 */
  overflow: visible;
  -webkit-appearance: none;
  border-radius: 0;
}

/**
 * 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.
 */
/**
 * 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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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;
}

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 104;
  cursor: pointer;
}

.overlay.show {
  display: block;
}

body.hidden {
  overflow: hidden;
}

.nav-sidebar {
  position: relative;
  background-color: #f1f2f2;
}

@media (min-width: 1400px) {
  .nav-sidebar {
    position: fixed;
    height: 100vh;
    display: block;
    width: 295px;
  }
}
.nav-sidebar__mob-header {
  padding: 10px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 1px 0 5px rgba(6, 22, 47, 0.05);
  box-shadow: 1px 0 5px rgba(6, 22, 47, 0.05);
  z-index: 105;
}

@media (min-width: 768px) {
  .nav-sidebar__mob-header {
    padding: 15px;
  }
}
@media (min-width: 1400px) {
  .nav-sidebar__mob-header {
    width: 289px;
    background-color: #f5f5f5;
  }
}
.nav-sidebar__menu-btn {
  width: 55px;
  height: 45px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .nav-sidebar__menu-btn {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1400px) {
  .nav-sidebar__menu-btn {
    display: none;
  }
}
.nav-sidebar__menu-btn span {
  display: inline-block;
  text-align: center;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  color: #ee3d48;
  font-weight: 600;
}

@media (min-width: 768px) {
  .nav-sidebar__menu-btn span {
    font-size: 19px;
  }
}
.nav-sidebar__menu-btn span:before, .nav-sidebar__menu-btn span:after {
  height: 3px;
  width: 100%;
  background: #ee3d48;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-sidebar__menu-btn span:before {
  top: 0;
}

.nav-sidebar__menu-btn span:after {
  bottom: 0;
}

.nav-sidebar__menu-btn.active span {
  font-size: 0;
}

.nav-sidebar__menu-btn.active span:after {
  display: none;
}

.nav-sidebar__menu-btn.active span:before {
  content: "";
  background-image: url("/wp-content/uploads/2023/04/right-arrows-couple-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0);
  bottom: -15px;
}

@media (min-width: 768px) {
  .nav-sidebar__menu-btn.active span:before {
    width: 65px;
    height: 65px;
  }
}
.nav-sidebar__logo {
  display: inline-block;
  width: 170px;
  height: 45px;
}

@media (min-width: 768px) {
  .nav-sidebar__logo {
    width: 248px;
    height: 65px;
  }
}
@media (min-width: 1400px) {
  .nav-sidebar__logo {
    width: 233px;
    height: 60px;
    margin: 15px auto 15px;
  }
}
.nav-sidebar__logo img {
  width: 100%;
  height: 100%;
}

.nav {
  overflow-y: auto;
  direction: rtl;
  width: 295px;
  max-height: 100%;
  padding: 8px 17px 110px 10px;
  background-color: #fff;
  position: fixed;
  left: -100%;
  top: 64px;
  z-index: 105;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .nav {
    top: 94px;
  }
}
@media (min-width: 1400px) {
  .nav {
    top: 119px;
    left: 15px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0 6px 0 0;
    margin: 0 -6px 0 -15px;
    background-color: #f1f1f1;
  }
}
.nav::-webkit-scrollbar {
  width: 6px;
  background-color: #b6b5b5;
}

.nav::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #01142f;
}

.nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #b6b5b5;
}

.nav.show {
  display: block;
  left: 0;
}

@media (min-width: 1400px) {
  .nav__wrapper {
    padding: 5px 0 130px 10px;
    background-color: #f5f5f5;
  }
}
.nav__logo {
  display: none;
}

@media (min-width: 1400px) {
  .nav__logo {
    display: block;
    margin: 0 0 50px 0;
    direction: initial;
  }
}
.nav__menu {
  margin: 0 0 55px 0;
  direction: initial;
}

.nav__menu-item {
  text-align: left;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav__menu-item a {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  color: #231f20;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.nav__menu-item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 0;
  height: 1px;
  background-color: #b6b5b5;
}

.nav__menu-item.active {
  width: calc(100% + 6px);
  margin-right: -6px;
}

.nav__menu-item.active a {
  -webkit-box-shadow: 0 3px 10px rgba(6, 22, 47, 0.2);
  box-shadow: 0 3px 10px rgba(6, 22, 47, 0.2);
  background-color: #231f20;
  color: #fff;
  font-weight: 600;
  padding: 15px 15px 15px 30px;
}

.nav__menu-item.active a:before, .nav__menu-item.active a:after {
  content: "";
  position: absolute;
  left: calc(100% - 6px);
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1500;
}

.nav__menu-item.active a:before {
  top: -4px;
  border-bottom: 4px solid #01142f;
}

.nav__menu-item.active a:after {
  top: 100%;
  border-top: 4px solid #01142f;
}

.nav__menu-item:not(.active):hover {
  width: calc(100% + 6px);
  margin-right: -6px;
}

.nav__menu-item:not(.active):hover a {
  -webkit-box-shadow: 0 3px 10px rgba(6, 22, 47, 0.2);
  box-shadow: 0 3px 10px rgba(6, 22, 47, 0.2);
  background-color: #231f20;
  color: #fff;
}

.nav__menu-item:not(.active):hover a:before {
  content: none;
}

.contacts {
  direction: initial;
}

.contacts__item {
  margin: 0 0 20px 0;
  line-height: 30px;
}

.contacts__item--qc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ee3d48;
}

.contacts__item--qc.active {
  font-weight: 700;
  text-decoration: underline;
}

.contacts__item--qc img {
  width: 25px;
  height: 25px;
  margin: 10px 13px 0 0;
}

.contacts__item--socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}

.contacts__item--socials .icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.contacts__item--socials .icon.insta {
  background-image: url("/wp-content/uploads/2023/04/instagram.svg");
}

.contacts__item--socials .icon.fb {
  background-image: url("/wp-content/uploads/2023/04/facebook.svg");
}

.contacts__item--socials .icon.vk {
  background-image: url("/wp-content/uploads/2023/04/vk.svg");
}

.contacts__item--email-skype .icon-mail-alt,
.contacts__item--email-skype .icon-skype-1 {
  color: #ee3d48;
}

.contacts__item--email-skype .icon-mail-alt::before,
.contacts__item--email-skype .icon-skype-1::before {
  color: #231f20;
}

.contacts__item--email-skype .icon-mail-alt:hover::before,
.contacts__item--email-skype .icon-skype-1:hover::before {
  color: #ee3d48;
}

.contacts__item-tel, .contacts__item-loc {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

.contacts__item-tel::before, .contacts__item-loc::before {
  font-size: 20px;
  font-family: "fontello";
  color: #231f20;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: absolute;
  left: 0;
  top: 6px;
}

.contacts__item-tel:hover::before, .contacts__item-loc:hover::before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.contacts__item-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  color: #ee3d48;
}

.contacts__item-tel:hover {
  text-decoration: underline;
}

.contacts__item-tel:hover::before {
  text-decoration: none;
}

.contacts__item-loc {
  color: #231f20;
}

.contacts__item-loc:hover {
  color: #ee3d48;
}

.contacts__tel-wrap, .contacts__messangers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.contacts__item--socials .icon, .contacts__messangers a {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.contacts__item--socials .icon:hover, .contacts__messangers a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.contacts__messangers img {
  width: 20px;
  height: 20px;
}

.contacts__bottom {
  display: inline-block;
  line-height: 1.7;
  color: #231f20;
}

.contacts__bottom.active {
  font-weight: 700;
  text-decoration: underline;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  width: 100%;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -50px 0 0 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 1400px) {
  .page-content,
  .blog-content {
    padding: 0 0 0 310px;
  }
}
.section-content,
.container {
  padding: 0 15px;
}

.container {
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1350px;
  }
}
.classic-editor h2,
.classic-editor h3,
.form-title,
.form-text,
.title,
.subtitle {
  font-family: "Yanone Kaffeesatz";
  text-transform: uppercase;
}

.form-title,
.form-text {
  color: #fff;
  text-align: center;
}

@media (min-width: 992px) {
  .form-title,
  .form-text {
    text-align: left;
  }
}
.form-title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1.2;
}

@media (min-width: 600px) {
  .form-title {
    font-size: 48px;
  }
}
.form-title i {
  font-style: normal;
  font-size: 26px;
  font-weight: 500;
}

@media (min-width: 600px) {
  .form-title i {
    font-size: 48px;
  }
}
.form-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.75px;
  margin: 10px 0 0 0;
}

@media (min-width: 600px) {
  .form-text {
    font-size: 30px;
    line-height: 38px;
    margin: 15px 0 0 0;
  }
  .form-text:last-child {
    margin: 15px 0;
  }
}
.classic-editor h2,
.classic-editor h3,
.title,
.subtitle {
  background: -o-linear-gradient(45deg, #0b2349 33%, #0d61bc 66%, #8aa9d6);
  background: linear-gradient(45deg, #0b2349 33%, #0d61bc 66%, #8aa9d6);
  -webkit-background-clip: text;
  color: #0b2349;
  display: table;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

@media (min-width: 992px) {
  .classic-editor h2,
  .classic-editor h3,
  .title,
  .subtitle {
    margin: 0 0 30px 0;
  }
}
.classic-editor h2,
.title {
  font-size: 26px;
  font-weight: 800;
  border-left: 10px solid #ee3d48;
  padding: 0 0 0 10px;
}

@media (min-width: 550px) {
  .classic-editor h2,
  .title {
    font-size: 40px;
  }
}
.classic-editor h3,
.subtitle {
  font-size: 22px;
  padding: 0 0 0 5px;
  border-left: 6px solid #ee3d48;
}

@media (min-width: 550px) {
  .classic-editor h3,
  .subtitle {
    font-size: 32px;
  }
}
.classic-editor li,
.classic-editor p,
.paragraph {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.45px;
  font-weight: 400;
}

@media (min-width: 550px) {
  .classic-editor li,
  .classic-editor p,
  .paragraph {
    font-size: 18px;
    line-height: 30px;
  }
}
.classic-editor li:not(:last-child),
.classic-editor p:not(:last-child),
.paragraph:not(:last-child) {
  padding: 0 0 10px 0;
}

@media (min-width: 992px) {
  .classic-editor li:not(:last-child),
  .classic-editor p:not(:last-child),
  .paragraph:not(:last-child) {
    padding: 0 0 15px 0;
  }
}
.classic-editor li b,
.classic-editor p b,
.paragraph b {
  font-weight: 600;
}

.form {
  padding: 35px 25px;
  background-color: #fff;
  max-width: 100%;
  position: relative;
}

@media (min-width: 380px) {
  .form {
    padding: 40px;
  }
}
@media (min-width: 460px) {
  .form {
    width: 430px;
    margin: 0 auto;
  }
}
@media (min-width: 550px) {
  .form {
    padding: 60px 55px 80px;
  }
}
@media (min-width: 992px) {
  .form {
    width: 100%;
  }
}
.form__title {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.6px;
  margin: 0 0 25px 0;
}

@media (min-width: 380px) {
  .form__title {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 991px) {
  .form__title {
    margin: 0 0 40px 0;
  }
}
.form__input {
  position: relative;
}

.form__input input,
.form__input textarea {
  max-width: 100%;
  width: 350px;
  border: 1px solid #ebebeb;
  background-color: #f5f5f5;
  padding: 8px;
  margin: 0 0 25px 0;
  color: #646464;
  font-size: 17px;
  outline: none;
}

@media (min-width: 380px) {
  .form__input input,
  .form__input textarea {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 991px) {
  .form__input input,
  .form__input textarea {
    margin: 0 0 40px 0;
  }
}
.form__input textarea {
  resize: none;
  height: 120px;
}

.form__input.error input,
.form__input.error textarea {
  border: 1px solid #ee3d48;
}

.form__input-error {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 200%);
  -ms-transform: translate(-50%, 200%);
  transform: translate(-50%, 200%);
  font-size: 12px;
  color: #ee3d48;
}

.form__button {
  width: 100%;
}

.custom-selector {
  margin: 0 0 25px 0;
}

@media (min-width: 380px) {
  .custom-selector {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 991px) {
  .custom-selector {
    margin: 0 0 40px 0;
  }
}
.custom-selector select {
  display: none;
}

.select-selected {
  max-width: 100%;
  width: 350px;
  border: 1px solid #ebebeb;
  background-color: #f5f5f5;
  padding: 8px;
  margin: 0 0 25px 0;
  color: #646464;
  font-size: 17px;
  outline: none;
  cursor: pointer;
}

.select-selected:before {
  position: absolute;
  content: "";
  top: 20px;
  right: 23px;
  width: 2px;
  background-color: black;
  height: 9px;
  -webkit-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  transform: rotate(137deg);
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 18px;
  width: 2px;
  background-color: black;
  height: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select-selected.select-arrow-active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select-selected.select-arrow-active:after {
  -webkit-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  transform: rotate(137deg);
  transform: rotate(137deg);
}

.select-hide {
  display: none;
}

.select-items {
  position: absolute;
  background: #F0F0F0;
  color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-items div {
  padding: 8px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  color: #646464;
  background: #F0F0F0;
  font-size: 15.3747px;
  line-height: 140%;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #039;
  margin: 25px auto 0;
  padding: 20px 0;
  max-width: 544px;
}

@media (min-width: 450px) {
  .contact-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .contact-box {
    margin: 25px 0 0 0;
    position: relative;
    z-index: 2;
  }
}
.contact-box__stars {
  width: 100px;
  height: 100px;
  margin: 0 0 20px 0;
}

@media (min-width: 450px) {
  .contact-box__stars {
    margin: 0;
  }
}
.contact-box__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 260px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.9px;
  padding: 0 0 0 35px;
  margin: 0 0 5px 0;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.contact-box__tel:last-child {
  margin: 0;
}

.contact-box__tel.ua:after {
  content: "Бесплатно для Украины";
  position: absolute;
  right: 0;
  left: auto;
  width: 100%;
  text-align: center;
  padding: 0 23px 0 0;
  font-size: 10px;
  bottom: -7px;
}

@media (min-width: 550px) {
  .contact-box__tel.ua:after {
    padding: 0 30px 0 0;
  }
}
@media (min-width: 650px) {
  .contact-box__tel.ua:after {
    padding: 0 45px 0 0;
  }
}
.contact-box__tel p {
  display: inline;
}

.contact-box__tel::before {
  position: absolute;
  left: 0;
  top: 5px;
}

.contact-box__tel:hover {
  color: #ee3d48;
}

.contact-box__tel:hover:after {
  color: #fff;
}

@media (min-width: 550px) {
  .contact-box__tel {
    width: 310px;
    font-size: 25px;
  }
}
@media (min-width: 650px) {
  .contact-box__tel {
    width: 350px;
    font-size: 28px;
  }
}
.button {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 3px 0 #d2343e;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 3px 0 #d2343e;
  border-radius: 10px;
  border: 2px solid #ee3d48;
  background-color: #ee3d48;
  padding: 15px 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button:hover {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2), 0 11px 0 #d2343e;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2), 0 11px 0 #d2343e;
}

@media (min-width: 550px) {
  .button {
    font-size: 18px;
  }
}
.button--black {
  border: 2px solid #262223;
  background-color: #262223;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 3px 0 #131212;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 3px 0 #131212;
}

.button--black:hover {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2), 0 11px 0 #262223;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2), 0 11px 0 #262223;
}

.breadcrumbs {
  position: absolute;
  top: 70px;
  left: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (min-width: 768px) {
  .breadcrumbs {
    top: 100px;
  }
}
@media (min-width: 1400px) {
  .breadcrumbs {
    top: 0;
  }
}
.breadcrumbs__item, .breadcrumbs__link {
  font-size: 13px;
  color: #d7d7d7;
}

@media (min-width: 768px) {
  .breadcrumbs__item, .breadcrumbs__link {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .breadcrumbs__item, .breadcrumbs__link {
    font-size: 20px;
  }
}
.new-modal {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 21474;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-modal:target {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-modal__overlay {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.new-modal .container {
  width: 100%;
}

@media (min-width: 450px) {
  .new-modal .container {
    padding: 0 60px;
  }
}
.new-modal__wrapper {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  z-index: 102;
}

@media (min-width: 992px) {
  .new-modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
  }
}
.new-modal__left {
  position: relative;
  margin: 0 2px;
}

@media (min-width: 992px) {
  .new-modal__left {
    margin: 0 0 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.new-modal__bg {
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.new-modal__text-content {
  position: relative;
  padding: 25px;
  text-align: center;
}

@media (min-width: 450px) {
  .new-modal__text-content {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .new-modal__text-content {
    text-align: left;
    padding: 0 0 30px 25px;
  }
}
.new-modal__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: "Yanone Kaffeesatz", sans-serif;
}

@media (min-width: 550px) {
  .new-modal__title {
    font-size: 36px;
    line-height: 48px;
  }
}
.new-modal__title i {
  font-size: 21px;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 0.6px;
}

@media (min-width: 550px) {
  .new-modal__title i {
    font-size: 36px;
    line-height: 48px;
  }
}
.new-modal__text {
  font-size: 18px;
  line-height: 1.35;
}

@media (min-width: 550px) {
  .new-modal__text {
    font-size: 24px;
  }
}
.new-modal__title i, .new-modal__text {
  font-weight: 500;
  color: #fff;
}

.new-modal__close {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/uploads/2023/04/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media (min-width: 550px) {
  .new-modal__close {
    right: 20px;
    top: 20px;
  }
}
@media (min-width: 992px) {
  .new-modal__right {
    width: 40%;
    position: relative;
  }
  .new-modal__right:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 70px;
    left: -15px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 260px;
    height: 60px;
    background-image: url("/wp-content/uploads/2023/04/arrow.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.new-modal__form {
  border-radius: 5px;
  width: 100%;
}

@media (min-width: 550px) {
  .new-modal__form {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .new-modal__form {
    padding: 60px 55px 65px;
  }
}
.new-modal__form .form__input input {
  width: 100%;
}

@media (min-width: 992px) {
  .new-modal__left, .new-modal__right {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .new-modal__light-wrapper {
    position: absolute;
    top: 69px;
    left: 168px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80px;
    flex: 1 1 80px;
    margin-top: 0;
    width: 80px;
    height: 10px;
    -webkit-perspective: 10px;
    perspective: 10px;
    -webkit-animation: rotate 8s infinite;
    animation: rotate 8s infinite;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
}
@media (min-width: 992px) {
  .new-modal__light {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(16%, #fff), color-stop(48%, rgba(255, 255, 255, 0.72)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #fff 0, #fff 16%, rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #fff 0, #fff 16%, rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    -webkit-transform: rotatey(-12deg);
    -ms-transform: rotatey(-12deg);
    transform: rotatey(-12deg);
    border-radius: 5000px 5px 5px 5000px;
  }
}
.new-modal__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.new-modal__contact-item .tab-item__arms-wrap {
  min-width: 40px;
  width: 40px;
  height: 40px;
}

.new-modal__contact-item .tab-item__arms {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0;
}

.new-modal__contact-item .tab-item__phones {
  padding: 0;
}

.new-modal__contact-item .tab-item__phone-wm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.new-modal__contact-item .tab-item__phone-wm .tab-item__link.icon-phone:before {
  content: "\e801";
}

.new-modal__contact-item .tab-item__link {
  padding: 0 0 0 30px;
  min-height: 22px;
  line-height: 22px;
  font-size: 22px;
}

@media (max-width: 370px) {
  .new-modal__contact-item .tab-item__link {
    font-size: 18px;
  }
}
.new-modal__contact-item .tab-item__link.icon-phone:before {
  left: 0;
  top: 0;
  margin: 0;
}

.new-modal__contact-item .tab-item__messengers-item:first-child {
  margin: 0;
}

.new-modal--prisyaga .new-modal__title {
  margin: 0 0 18px 0;
}

.new-modal--prisyaga .new-modal__text {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 580px) {
  .new-modal--prisyaga .new-modal__text br {
    display: none;
  }
}
@media (max-width: 550px) {
  .new-modal--prisyaga .new-modal__text {
    font-size: 20px;
  }
}
.new-modal--prisyaga .new-modal__light-wrapper {
  display: none;
}

.new-modal--form, .new-modal--contacts {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 33, 57, 0.6)), to(rgba(12, 33, 57, 0.6)));
  background: -o-linear-gradient(bottom, rgba(12, 33, 57, 0.6) 0%, rgba(12, 33, 57, 0.6) 100%);
  background: linear-gradient(0deg, rgba(12, 33, 57, 0.6) 0%, rgba(12, 33, 57, 0.6) 100%);
}

.new-modal--form .new-modal__wrapper, .new-modal--contacts .new-modal__wrapper {
  max-width: 345px;
}

.new-modal--form .new-modal__close, .new-modal--contacts .new-modal__close {
  top: 16px;
  right: 16px;
}

.new-modal--form .new-modal__form {
  max-width: 345px;
  padding: 25px 25px 45px 25px;
}

.new-modal--form .form__title {
  margin: 0 0 40px 0;
}

.new-modal--contacts .new-modal__wrapper {
  border-radius: 10px;
  background: #243985;
  padding: 70px 0 80px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px;
}

@media (max-width: 370px) {
  .new-modal--contacts .new-modal__wrapper {
    padding: 50px 0 50px 20px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotatey(0);
    transform: rotatey(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg);
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotatey(0);
    transform: rotatey(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg);
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.copyright {
  text-align: center;
  padding: 20px 5px;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 550px) {
  .copyright {
    font-size: 18px;
  }
}
.blog {
  margin: 50px 0;
}

.blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 992px) {
  .blog__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.blog__item-wrap {
  width: 100%;
}

@media (min-width: 992px) {
  .blog__item-wrap {
    width: 50%;
    padding: 0 15px;
  }
}
.blog__item {
  background: #F1F2F2;
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.3);
  padding: 20px 20px 30px 20px;
}

.blog__img-wrap {
  height: 250px;
  margin: 0 0 20px 0;
}

@media (min-width: 550px) {
  .blog__img-wrap {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .blog__img-wrap {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .blog__img-wrap {
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .blog__img-wrap {
    height: 350px;
  }
}
.blog__img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.blog__item-title {
  font-size: 30px;
  border-left: 6px solid #ee3d48;
  text-transform: none;
}

@media (min-width: 550px) {
  .blog__item-title {
    font-size: 34px;
  }
}
.blog__description p {
  font-size: 14px;
}

@media (min-width: 550px) {
  .blog__description p {
    font-size: 18px;
  }
}
.blog__button {
  display: inline-block;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 0 0;
}

@media (min-width: 550px) {
  .blog__button {
    padding: 19px 75px;
    font-size: 20px;
  }
}
.blog__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 15px 0;
}

@media (min-width: 550px) {
  .blog__date {
    font-size: 18px;
  }
}
.blog__icon {
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
}

.anchor {
  position: relative;
  top: -200px;
}

@media (min-width: 400px) {
  .anchor {
    top: -150px;
  }
}
@media (min-width: 768px) {
  .anchor {
    top: -175px;
  }
}
@media (min-width: 1140px) {
  .anchor {
    top: -145px;
  }
}
@media (min-width: 1400px) {
  .anchor {
    top: -60px;
  }
}
.mobile-bar {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 20px 15px;
  border-radius: 8px 8px 0px 0px;
  background: #fff;
}

@media (max-width: 640px) {
  .mobile-bar {
    display: block;
  }
}
.mobile-bar__container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.mobile-bar__button {
  width: 100%;
  text-align: center;
  font-size: 16px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 5px 0 #d2343e;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 5px 0 #d2343e;
}

.mobile-bar__button:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 5px 0 #d2343e;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 5px 0 #d2343e;
}

.mobile-bar__call {
  min-width: 57px;
  width: 57px;
  height: 57px;
  background-color: #011f4a;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 5px 0 #010f22;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 5px 0 #010f22;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="26" viewBox="0 0 18 26" fill="none"><path d="M17.3741 21.4413L14.2981 17.7723C13.5561 16.9713 12.7011 16.6473 11.6741 17.1753L10.6471 17.7253C10.0761 18.0173 10.0721 18.1853 9.86115 18.5123C9.31015 19.3703 8.57015 19.1753 8.22015 18.8043C6.74015 17.2273 4.89614 13.6823 4.87914 13.6493C4.26114 12.4463 3.88414 11.1863 3.66314 9.93629C3.57914 9.43329 3.83714 8.72129 4.85514 8.77129C5.24514 8.79129 5.38314 8.88529 5.95414 8.59129L6.99914 8.07429C8.02614 7.54829 8.26215 6.66529 8.04214 5.59529L6.85314 0.95929C6.41914 0.0992903 5.37014 -0.24671 4.51114 0.18729L2.28214 1.30929C1.89614 1.50429 1.53614 1.90529 1.30314 2.36329C-0.577855 5.54229 -0.467855 10.5513 1.92914 15.2163C2.01714 15.3903 5.68915 24.3283 13.0011 25.1343C13.5091 25.2113 14.0421 25.1543 14.4261 24.9523L16.6381 23.7943C17.4901 23.3483 17.8201 22.2953 17.3741 21.4413Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.form-section {
  position: relative;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .form-section {
    padding: 25px 0;
  }
}
.form-section--qc, .form-section--qc-page {
  padding: 60px 0;
}

.form-section--hero {
  padding: 140px 0 40px 0;
}

@media (min-width: 768px) {
  .form-section--hero {
    padding: 165px 0 100px 0;
  }
}
@media (min-width: 1400px) {
  .form-section--hero {
    padding: 150px 0;
  }
}
.form-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.form-section__content {
  position: relative;
}

@media (min-width: 992px) {
  .form-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.form-section__left {
  margin: 0 0 35px 0;
}

@media (min-width: 992px) {
  .form-section__left {
    margin: 0;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .form-section__right {
    width: 45%;
    padding: 0 15px;
    position: relative;
  }
  .form-section__right:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 80px;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 270px;
    height: 70px;
    background-image: url("/wp-content/uploads/2023/04/arrow.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 1100px) {
  .form-section__right {
    width: 37.5%;
  }
}
.form-section--qc .form-section__title,
.form-section--qc .form-section__paragraph, .form-section--qc-page .form-section__title,
.form-section--qc-page .form-section__paragraph {
  text-transform: none;
  line-height: 1.3;
}

.form-section--qc .form-section__right:before, .form-section--qc-page .form-section__right:before {
  display: none;
}

@media (min-width: 1350px) {
  .form-section--qc .container {
    max-width: none;
  }
}
.form-section--qc .form-section__paragraph {
  font-size: 18px;
  margin: 15px 0 0 0;
}

@media (min-width: 992px) {
  .form-section--qc .form-section__paragraph {
    font-size: 22px;
    margin: 25px 0 0 0;
  }
}
.form-section--qc .form-section__paragraph i {
  font-size: 26px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .form-section--qc .form-section__paragraph i {
    font-size: 34px;
  }
}
@media (min-width: 1350px) {
  .form-section--qc .form-section__form {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0;
  }
}
@media (min-width: 1350px) {
  .form-section--qc .form-section__left {
    max-width: 62%;
  }
}
.form-section--qc-page .form-section__title {
  font-size: 40px;
}

@media (min-width: 992px) {
  .form-section--qc-page .form-section__title {
    font-size: 60px;
  }
}
.form-section--qc-page .form-section__paragraph {
  font-size: 24px;
  margin: 15px 0 0 0;
}

@media (min-width: 1200px) {
  .form-section--qc-page .form-section__paragraph {
    font-size: 28px;
    margin: 25px 0 0 0;
    padding: 0 270px 0 0;
  }
  .form-section--qc-page .form-section__paragraph:last-child {
    padding: 0;
  }
}
.form-section--qc-page .form-section__paragraph i {
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 992px) {
  .form-section--qc-page .form-section__paragraph i {
    font-size: 34px;
  }
}
.nav-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 10px 10px -10px #ccc;
  box-shadow: 0 10px 10px -10px #ccc;
  background-color: #f1f2f2;
  width: 100%;
  margin-bottom: 50px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 10px 15px;
}

@media (min-width: 880px) {
  .nav-section {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.nav-section__item {
  position: relative;
}

.nav-section__item:not(:last-child):after {
  content: "•";
  color: rgb(204, 204, 204);
  position: absolute;
  display: block;
  right: -12px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

@media (min-width: 880px) {
  .nav-section__item:not(:last-child):after {
    right: -17px;
  }
}
.nav-section__link {
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
  color: #0b2349;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  background: -o-linear-gradient(45deg, #0b2349 33%, #0d61bc 66%, #8aa9d6);
  background: linear-gradient(45deg, #0b2349 33%, #0d61bc 66%, #8aa9d6);
  -webkit-background-clip: text;
  display: table;
}

@media (min-width: 992px) {
  .nav-section__link {
    font-size: 15px;
  }
}
.nav-section.sticky {
  position: fixed;
  top: 64px;
  width: 100%;
  z-index: 103;
}

@media (min-width: 768px) {
  .nav-section.sticky {
    top: 94px;
  }
}
@media (min-width: 1400px) {
  .nav-section.sticky {
    top: 0;
    width: calc(100% - 310px);
  }
}
.text-section {
  margin: 50px 0;
}

.text-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-section__content--bottom-img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.text-section__content--bottom-img .text-section__text-content {
  width: 100%;
}

.text-section__img-container {
  display: none;
}

@media (min-width: 992px) {
  .text-section__img-container {
    display: block;
    position: relative;
    width: 30%;
    margin: 0 15px 0 0;
  }
}
.text-section__img-container--right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 992px) {
  .text-section__img-container--right {
    margin: 0 0 0 15px;
  }
}
.text-section__img-container--bottom {
  display: block;
  width: 100%;
  margin: 30px 0 0 0;
  height: 250px;
}

.text-section__img-container--bottom .text-section__img {
  position: static;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-section__img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 100%;
  -o-object-position: top;
  object-position: top;
  width: 100%;
}

@media (min-width: 992px) {
  .text-section__text-content {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .text-section__text-content--without-img {
    width: 100%;
  }
}
@media (min-width: 1650px) {
  .text-section__text-content--without-img {
    padding: 0 20% 0 0;
  }
}
@media (min-width: 1650px) {
  .text-section__text-content--without-img.text-section__text-content--w100 {
    padding: 0;
  }
}
.text-section__list, .text-section__under-text {
  margin: 20px 0 0 0;
}

@media (min-width: 992px) {
  .text-section__list, .text-section__under-text {
    margin: 30px 0 0 0;
  }
}
.text-section__list-item, .text-section__additional-text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.45px;
  font-weight: 400;
}

@media (min-width: 550px) {
  .text-section__list-item, .text-section__additional-text {
    font-size: 18px;
    line-height: 30px;
  }
}
.text-section__list-item:not(:last-child), .text-section__additional-text:not(:last-child) {
  padding: 0 0 10px 0;
}

@media (min-width: 992px) {
  .text-section__list-item:not(:last-child), .text-section__additional-text:not(:last-child) {
    padding: 0 0 15px 0;
  }
}
.text-section__list-item b {
  font-weight: 600;
}

@media (min-width: 992px) {
  .text-section__list--columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.text-section__list--columns .text-section__list-item:last-child {
  padding: 0 0 10px 0;
}

@media (min-width: 992px) {
  .text-section__list--columns .text-section__list-item:last-child {
    padding: 0 0 15px 0;
  }
}
@media (min-width: 992px) {
  .text-section__list--columns .text-section__list-column-1 {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  .text-section__list--columns .text-section__list-column-1,
  .text-section__list--columns .text-section__list-column-2 {
    width: 50%;
  }
}
.text-section__list--unorder {
  padding: 0 0 0 25px;
  list-style: disc;
}

.text-section__list--icons {
  padding: 0 0 0 10px;
}

@media (min-width: 1024px) {
  .text-section__list--icons {
    padding: 0 0 0 20px;
  }
}
.text-section__list--icons .text-section__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

@media (min-width: 1024px) {
  .text-section__list--icons .text-section__list-item {
    gap: 25px;
  }
}
.text-section__list-title {
  margin: 20px 0 0 0;
  color: #0b2349;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .text-section__list-title {
    font-size: 30px;
    margin: 30px 0 0 0;
  }
}
.text-section__additional--border, .text-section__additional--border_left {
  margin: 20px 0 0 0;
}

@media (min-width: 992px) {
  .text-section__additional--border, .text-section__additional--border_left {
    margin: 30px 0 0 0;
  }
}
.text-section__additional--border .text-section__additional-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border: 6px solid #3d99ee;
  padding: 15px 10px;
}

@media (min-width: 550px) {
  .text-section__additional--border .text-section__additional-text {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .text-section__additional--border .text-section__additional-text {
    max-width: 90%;
    margin: 0 auto;
    padding: 40px 10px;
  }
}
@media (min-width: 992px) {
  .text-section__additional--border .text-section__additional-text {
    font-size: 24px;
    line-height: 1.7;
  }
}
@media (min-width: 1650px) {
  .text-section__additional--border .text-section__additional-text {
    max-width: 60%;
  }
}
.text-section__additional--border_left {
  padding: 0 0 0 15px;
}

.text-section__additional--border_left .text-section__additional-text {
  padding: 22px 30px 22px 20px;
  background: #fff;
  border-left: 11px solid #4e91ed;
  -webkit-box-shadow: 0px 5px 2px rgba(16, 30, 49, 0.2);
  box-shadow: 0px 5px 2px rgba(16, 30, 49, 0.2);
}

@media (min-width: 768px) {
  .text-section__additional--border_left .text-section__additional-text {
    padding: 32px 40px 32px 30px;
  }
}
.text-section--custom {
  padding: 0 15px;
}

.text-section--custom .text-section__content {
  padding: 40px 10px;
  border: 10px solid #ee3d48;
  border-width: 10px;
  -o-border-image: -o-repeating-linear-gradient(135deg, #ee3d48, #ee3d48 15px, #3d99ee 15px, #3d99ee 27px) 14;
  border-image: repeating-linear-gradient(-45deg, #ee3d48, #ee3d48 15px, #3d99ee 15px, #3d99ee 27px) 14;
}

@media (min-width: 550px) {
  .text-section--custom .text-section__content {
    padding: 40px 25px;
  }
}
.text-section--custom .text-section__text-content {
  text-align: center;
}

@media (min-width: 1650px) {
  .text-section--custom .text-section__text-content {
    padding: 0;
  }
}
.text-section--custom .text-section__title {
  font-size: 24px;
  margin: 0 auto 20px;
}

@media (min-width: 550px) {
  .text-section--custom .text-section__title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .text-section--custom .text-section__title {
    margin: 0 auto 30px;
  }
}
.text-section--continuation {
  margin: -30px 0 50px 0;
}

@media (min-width: 992px) {
  .text-section--continuation {
    margin: -20px 0 50px 0;
  }
}
.text-section--shadow {
  padding: 50px 0;
  -webkit-filter: drop-shadow(0 0 21.5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 21.5px rgba(0, 0, 0, 0.1));
  background-color: #f1f2f2;
}

.video-container {
  position: relative;
  padding: 0;
  height: 400px;
  max-height: 380px;
  overflow: hidden;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

.pro-con-section {
  margin: 70px 0;
}

.pro-con-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media (max-width: 768px) {
  .pro-con-section__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 550px) {
  .pro-con-section__list {
    gap: 30px;
  }
}
.pro-con-section__column {
  width: calc(50% - 25px);
}

@media (max-width: 768px) {
  .pro-con-section__column {
    width: 100%;
  }
}
.pro-con-section__column-title {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  color: #0b2349;
  margin: 0 0 20px 0;
}

@media (max-width: 550px) {
  .pro-con-section__column-title {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
}
.pro-con-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.pro-con-section__item:not(:last-child) {
  margin: 0 0 15px 0;
}

@media (max-width: 550px) {
  .pro-con-section__item:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.pro-con-section__item svg {
  max-width: 27px;
  width: 100%;
  height: 100%;
}

@media (max-width: 550px) {
  .pro-con-section__item svg {
    max-width: 20px;
  }
}
.pro-con-section__item p {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #231f20;
}

@media (max-width: 550px) {
  .pro-con-section__item p {
    font-size: 14px;
    line-height: 20px;
  }
}
.prisyaga-with-audio {
  margin: 70px 0;
}

.prisyaga-with-audio__text {
  margin: 0 0 30px 0;
}

.prisyaga-with-audio__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 1830px) {
  .prisyaga-with-audio__wrap {
    gap: 50px 30px;
  }
}
@media (max-width: 1024px) {
  .prisyaga-with-audio__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.prisyaga-with-audio__col {
  width: calc(33.333% - 20px);
  text-align: center;
}

@media (max-width: 1830px) {
  .prisyaga-with-audio__col {
    width: calc(50% - 15px);
  }
  .prisyaga-with-audio__col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .prisyaga-with-audio__col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .prisyaga-with-audio__col:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 1024px) {
  .prisyaga-with-audio__col {
    width: 100%;
  }
  .prisyaga-with-audio__col:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .prisyaga-with-audio__col:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.prisyaga-with-audio__col-title {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0b2349;
  margin: 0 0 20px 0;
}

@media (max-width: 550px) {
  .prisyaga-with-audio__col-title {
    font-size: 25px;
  }
}
.prisyaga-with-audio__audio-player {
  max-width: 380px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}

.prisyaga-with-audio__audio-player .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.prisyaga-with-audio__audio-player .controls .play-container {
  cursor: pointer;
}

.prisyaga-with-audio__audio-player .controls .play-container .toggle-play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  background-image: url('data:image/svg+xml,<svg width="60" height="61" viewBox="0 0 60 61" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30.5" r="30" fill="%230B2349" /><circle cx="30" cy="30.5" r="30" fill="url(%23paint0_linear_1108_11)" /><defs><linearGradient id="paint0_linear_1108_11" x1="0.0112647" y1="0.488735" x2="59.9888" y2="60.4662" gradientUnits="userSpaceOnUse"><stop stop-color="%232B4A7A" /><stop offset="0.373264" stop-color="%233A67AA" /><stop offset="0.498264" stop-color="%233F71BA" /><stop offset="1" stop-color="%235399FA" /></linearGradient></defs></svg>');
}

.prisyaga-with-audio__audio-player .controls .play-container .toggle-play:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

.prisyaga-with-audio__audio-player .controls .play-container .toggle-play.play:before {
  background-image: url('data:image/svg+xml,<svg width="23" height="24" viewBox="0 0 23 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.0769 10.0493C22.4692 10.8068 22.4692 12.8055 21.0769 13.563L3.38439 23.1885C2.05169 23.9135 0.428601 22.9488 0.428601 21.4316L0.428602 2.18067C0.428602 0.663518 2.0517 -0.301199 3.38439 0.423843L21.0769 10.0493Z" fill="white" /></svg>');
  background-repeat: no-repeat;
  background-position: 5px center;
}

.prisyaga-with-audio__audio-player .controls .play-container .toggle-play.pause:before {
  background-image: url('data:image/svg+xml,<svg width="19" height="23" viewBox="0 0 19 23" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" width="6" height="23" rx="2" fill="white" /><rect x="12.5" width="6" height="23" rx="2" fill="white" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.prisyaga-with-audio__audio-player .controls .time {
  max-width: 300px;
  width: 100%;
}

.prisyaga-with-audio__audio-player .controls .time .timeline {
  width: 100%;
  height: 8px;
  background-color: #c1c9d5;
  cursor: pointer;
}

.prisyaga-with-audio__audio-player .controls .time .timeline .progress {
  background-color: #0b2349;
  height: 100%;
  position: relative;
}

.prisyaga-with-audio__audio-player .controls .time .timeline .progress:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: #ee3d48;
}

.doc-card-section {
  margin: 70px 0;
}

.doc-card-section__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.doc-card-section__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media (max-width: 920px) {
  .doc-card-section__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.doc-card-section__img-wrap {
  max-width: 340px;
  min-width: 340px;
  width: 100%;
  height: 340px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 40px;
}

@media (max-width: 920px) {
  .doc-card-section__img-wrap {
    max-width: 280px;
    min-width: auto;
    height: 280px;
    padding: 25px;
  }
}
.doc-card-section__img {
  display: block;
  -webkit-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}

@media (max-width: 920px) {
  .doc-card-section__text-content {
    text-align: center;
  }
}
.doc-card-section__card-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  color: #0b2349;
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin: 0 0 30px 0;
}

@media (max-width: 920px) {
  .doc-card-section__card-title {
    margin: 0 0 20px 0;
  }
}
.price-section {
  margin: 50px 0;
}

.price-section__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border: 10px solid #ee3d48;
  border-width: 10px;
  -o-border-image: -o-repeating-linear-gradient(135deg, #ee3d48, #ee3d48 15px, #3d99ee 15px, #3d99ee 27px) 14;
  border-image: repeating-linear-gradient(-45deg, #ee3d48, #ee3d48 15px, #3d99ee 15px, #3d99ee 27px) 14;
}

@media (min-width: 992px) {
  .price-section__price-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.price-section__button {
  max-width: 440px;
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}

.price-box__price-card {
  position: relative;
  padding: 40px 20px 130px;
}

@media (min-width: 768px) {
  .price-box__price-card {
    padding: 40px 40px 150px;
  }
}
@media (min-width: 992px) {
  .price-box__price-card {
    width: 50%;
  }
  .price-box__price-card:nth-child(1) {
    border-right: 2px solid #eee;
  }
  .price-box__price-card:nth-child(2) {
    border-left: 2px solid #eee;
  }
}
.price-box.one {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .price-box.one .price-box__price-card {
    width: 100%;
  }
}
.price-card__title {
  margin: 0 0 20px 0;
  background: -o-linear-gradient(45deg, #0b2349 33%, #0d61bc 66%, #8aa9d6);
  background: linear-gradient(45deg, #0b2349 33%, #0d61bc 66%, #8aa9d6);
  -webkit-background-clip: text;
  display: table;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 550px) {
  .price-card__title {
    font-size: 25px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 992px) {
  .price-card__title {
    font-size: 30px;
  }
}
.price-card__list {
  list-style: disc;
  padding: 0 0 0 17px;
}

.price-card__item {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.45px;
  font-weight: 400;
}

.price-card__item:not(:last-child) {
  margin: 0 0 10px 0;
}

@media (min-width: 550px) {
  .price-card__item {
    font-size: 18px;
    line-height: 30px;
  }
}
.price-card__price {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}

.price-card__price b {
  font-size: 36px;
  font-weight: 600;
  line-height: 12px;
  background: -o-linear-gradient(45deg, #0b2349 33%, #0d61bc 66%, #8aa9d6);
  background: linear-gradient(45deg, #0b2349 33%, #0d61bc 66%, #8aa9d6);
  -webkit-background-clip: text;
  display: table;
  margin: 0 0 0 10px;
}

.banner-section {
  position: relative;
  margin: 50px 0;
  padding: 25px 15px 35px 15px;
  -webkit-filter: drop-shadow(0 0 21.5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 21.5px rgba(0, 0, 0, 0.1));
}

@media (min-width: 992px) {
  .banner-section {
    padding: 45px 15px 55px 15px;
  }
}
.banner-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 100%;
  -o-object-position: left;
  object-position: left;
  width: 100%;
}

.banner-section__content {
  position: relative;
}

.banner-section__text {
  text-align: center;
  font-size: 17px;
  margin: 0 0 15px 0;
}

.banner-section__button {
  display: block;
  text-align: center;
  padding: 5px 20px;
  margin: 0 auto;
  max-width: 280px;
}

@media (min-width: 992px) {
  .banner-section__button {
    padding: 8px 35px;
    font-size: 17px;
    max-width: 325px;
  }
}
.documents-section {
  margin: 50px 0;
}

.documents-section__list {
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .documents-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.documents-section__item {
  width: 100%;
  max-width: 92%;
  margin: 0 auto 20px;
}

@media (min-width: 550px) {
  .documents-section__item {
    margin: 0 0 40px 0;
    padding: 0 15px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .documents-section__item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .documents-section__item {
    width: 33.333%;
  }
}
.documents-section__img-wrap {
  -webkit-box-shadow: 0 2px 5px rgba(16, 30, 49, 0.2);
  box-shadow: 0 2px 5px rgba(16, 30, 49, 0.2);
  background-color: #f5f5f5;
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.documents-section__img--certificate {
  width: 211px;
  height: 283px;
}

.documents-section__img--marriage {
  width: 203px;
  height: 234px;
}

.documents-section__img--birth {
  width: 197px;
  height: 233px;
}

.documents-section__img--card {
  width: 292px;
  height: 211px;
}

.documents-section__img--international {
  width: 262px;
  height: 170px;
}

.documents-section__img--driver {
  width: 292px;
  height: 211px;
}

.documents-section__text-content {
  margin: -50px 0 0 0;
  border-left: 11px solid #4e91ed;
  padding: 30px 12px;
  -webkit-box-shadow: 0 5px 2px rgba(16, 30, 49, 0.2);
  box-shadow: 0 5px 2px rgba(16, 30, 49, 0.2);
  background-color: #fff;
  position: relative;
}

@media (min-width: 550px) {
  .documents-section__text-content {
    margin: -50px 18px 0;
  }
}
.documents-section__item-title, .documents-section__item-text {
  font-size: 18px;
  line-height: 1.4;
}

.documents-section__item-title {
  margin: 0 0 10px 0;
  font-weight: 700;
}

.qna-section {
  margin: 50px 0;
}

.qna-section__item {
  background-color: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
}

.qna-section__item:not(:last-child) {
  margin: 0 0 20px 0;
}

@media (min-width: 992px) {
  .qna-section__item:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 992px) {
  .qna-section__item {
    padding: 40px;
  }
}
.qna-section__question {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin: 0 0 10px 0;
}

@media (min-width: 550px) {
  .qna-section__question {
    font-size: 30px;
    margin: 0 0 15px 0;
  }
}
.qna-section__answer {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.45px;
  font-weight: 400;
}

@media (min-width: 550px) {
  .qna-section__answer {
    font-size: 18px;
  }
}
.cards-section {
  margin: 50px 0;
}

@media (min-width: 1650px) {
  .cards-section__above-text, .cards-section__under-text {
    padding: 0 20% 0 0;
  }
}
.cards-section__under-text, .cards-section__list {
  margin: 20px 0 0 0;
}

@media (min-width: 768px) {
  .cards-section__under-text {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 768px) {
  .cards-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px 0;
    row-gap: 30px;
  }
}
@media (min-width: 768px) {
  .cards-section__item-wrap {
    padding: 0 15px;
    width: 50%;
  }
}
.cards-section__item-wrap:not(:last-child) {
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .cards-section__item-wrap:not(:last-child) {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cards-section__item-wrap--two {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .cards-section__item-wrap--three {
    width: 33.333%;
  }
}
@media (min-width: 1680px) {
  .cards-section__item-wrap--four {
    width: 25%;
  }
}
.cards-section__item {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .cards-section__item {
    height: 100%;
    padding: 25px 10px;
  }
}
.cards-section__item--bg {
  -webkit-box-shadow: 0 8px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 7px rgba(0, 0, 0, 0.2);
  border: 1px solid #ebebeb;
  background-color: #f1f2f2;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.cards-section__item--bg:hover {
  -webkit-box-shadow: 0 8px 7px #94c1ff;
  box-shadow: 0 8px 7px #94c1ff;
}

.cards-section__item--row {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.cards-section__item--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards-section__item--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards-section__item--center .cards-section__item-title,
.cards-section__item--center .cards-section__item-text {
  text-align: center;
}

.cards-section__item--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
}

@media (min-width: 768px) {
  .cards-section__item--start {
    padding: 25px;
  }
}
.cards-section__icon-wrap {
  min-width: 50px;
  width: 50px;
  height: 50px;
  margin: 5px 0 15px 0;
}

@media (min-width: 768px) {
  .cards-section__icon-wrap {
    min-width: 75px;
    width: 75px;
    height: 75px;
  }
}
.cards-section__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.cards-section__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px 0;
}

@media (min-width: 550px) {
  .cards-section__item-title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.cards-section__item-text {
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 550px) {
  .cards-section__item-text {
    font-size: 18px;
  }
}
.steps-section {
  margin: 50px 0;
}

.steps-section__under-text {
  margin: 20px 0 0 0;
}

@media (min-width: 768px) {
  .steps-section__under-text {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 1650px) {
  .steps-section__under-text {
    padding: 0 20% 0 0;
  }
}
.steps-section__list {
  margin: 40px 0 0 0;
}

@media (min-width: 1650px) {
  .steps-section__list {
    padding: 0 20% 0 0;
  }
}
.steps-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .steps-section__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 50px;
  }
}
.steps-section__item:not(:last-child) {
  margin: 0 0 70px 0;
}

@media (min-width: 768px) {
  .steps-section__item:not(:last-child) {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .steps-section__item:last-child .steps-section__count:before, .steps-section__item:last-child .steps-section__count:after,
  .steps-section__item:last-child .steps-section__bulet:before,
  .steps-section__item:last-child .steps-section__bulet:after {
    display: none;
  }
}
.steps-section__count {
  margin: 0 0 40px 0;
}

@media (min-width: 768px) {
  .steps-section__count {
    min-width: 129px;
    padding: 20px 0 0 20px;
    position: relative;
    margin: 0;
  }
  .steps-section__count:before, .steps-section__count:after {
    content: "";
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(46, 79, 129, 0.25);
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
  }
  .steps-section__count:before {
    width: 34px;
    height: 34px;
    top: 116px;
  }
  .steps-section__count:after {
    width: 14px;
    height: 14px;
    bottom: -6px;
  }
}
.steps-section__count-text {
  -webkit-box-shadow: 10px 10px 10px rgba(16, 30, 49, 0.3);
  box-shadow: 10px 10px 10px rgba(16, 30, 49, 0.3);
  background-color: #000;
  background-image: -o-linear-gradient(48deg, #294572 0, #549cff 100%);
  background-image: linear-gradient(42deg, #294572 0, #549cff 100%);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 89px;
  width: 89px;
}

.steps-section__count-text span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 89px;
  width: 89px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  font-family: "Yanone Kaffeesatz", sans-serif;
}

@media (min-width: 768px) {
  .steps-section__bulet {
    position: relative;
    width: 100%;
    margin-left: -10px;
    height: calc(100% - 133px);
    margin-top: 41px;
    display: block;
  }
  .steps-section__bulet:after {
    content: "";
    display: inline-block;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    background-color: rgba(46, 79, 129, 0.25);
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: calc(50% - 10px);
  }
}
.steps-section__text-content {
  text-align: center;
}

@media (min-width: 768px) {
  .steps-section__text-content {
    text-align: left;
  }
}
.steps-section__item-title {
  font-weight: 700;
  letter-spacing: 1.2px;
  margin: 0 0 10px 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 26px;
  line-height: 1.2;
}

@media (min-width: 550px) {
  .steps-section__item-title {
    font-size: 30px;
  }
}
.steps-section__item-text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.45px;
  font-weight: 400;
}

@media (min-width: 550px) {
  .steps-section__item-text {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .steps-section__item-text {
    margin: 0 0 50px 0;
  }
}
.contacts-section {
  padding: 125px 0 75px 0;
  position: relative;
}

@media (min-width: 768px) {
  .contacts-section {
    padding: 155px 0 75px 0;
  }
}
@media (min-width: 1400px) {
  .contacts-section {
    padding: 75px 0;
  }
}
.contacts-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.contacts-section__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 600px) {
  .contacts-section__wrapper {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .contacts-section__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 30px;
  }
}
.contacts-section__info {
  padding: 45px 15px;
  -webkit-box-shadow: 0 1px 10px #101e31;
  box-shadow: 0 1px 10px #101e31;
  background-color: #243985;
}

@media (min-width: 600px) {
  .contacts-section__info {
    padding: 55px 35px;
  }
}
@media (min-width: 1200px) {
  .contacts-section__info {
    width: 50%;
  }
}
@media (min-width: 1650px) {
  .contacts-section__info {
    width: 40%;
  }
}
.contacts-section__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.8px;
  color: #fff;
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-align: center;
}

@media (min-width: 600px) {
  .contacts-section__title {
    font-size: 40px;
    text-align: left;
  }
}
.contacts-section__maps {
  width: 100%;
  height: 500px;
  position: relative;
}

@media (min-width: 600px) {
  .contacts-section__maps {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .contacts-section__maps {
    width: 50%;
    min-height: 100%;
    height: auto;
  }
}
@media (min-width: 1650px) {
  .contacts-section__maps {
    width: 60%;
  }
}
.contacts-section__map-container {
  display: none;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.contacts-section__map-container.active {
  display: block;
}

.contacts-section__map-container iframe {
  width: 100%;
  height: 100%;
}

.contacts-section__email-skype {
  padding: 0 0 35px 0;
  margin: 0 0 35px 0;
  border-bottom: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 450px) {
  .contacts-section__email-skype {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
}
.contacts-section__email a, .contacts-section__skype a {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (min-width: 450px) {
  .contacts-section__email a, .contacts-section__skype a {
    font-size: 18px;
  }
}
.contacts-section__email:hover a, .contacts-section__skype:hover a {
  color: #ee3d48;
}

.contacts-section__button {
  max-width: 370px;
  text-align: center;
  margin: 0 auto;
}

.tabs {
  margin: 40px 0;
}

.tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

@media (min-width: 600px) {
  .tab-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 0 35px 0 0;
  }
}
.tab-item:not(:last-child) {
  margin: 0 0 40px 0;
}

@media (min-width: 600px) {
  .tab-item:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
.tab-item:not(.active)::after {
  content: "";
  width: 40px;
  height: 40px;
  border: none;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  right: 15px;
  top: 40px;
  opacity: 0.7;
  cursor: pointer;
}

@media (min-width: 600px) {
  .tab-item:not(.active)::after {
    top: 50%;
    right: -20px;
    -webkit-transform: rotate(-45deg) translateY(-55%);
    -ms-transform: rotate(-45deg) translateY(-55%);
    transform: rotate(-45deg) translateY(-55%);
  }
}
.tab-item.ua .tab-item__link:after {
  content: "Бесплатно для Украины";
  position: absolute;
  left: 22px;
  bottom: -2px;
  font-size: 9px;
  line-height: 1;
  color: #fff;
  min-width: 131px;
  letter-spacing: 0.3px;
}

.tab-item__arms {
  width: 115px;
  height: 125px;
  margin: 0 0 15px 0;
}

@media (min-width: 600px) {
  .tab-item__arms {
    margin: 0;
  }
}
.tab-item__phones {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0 22px;
}

@media (min-width: 600px) {
  .tab-item__phones {
    margin: 0;
  }
}
.tab-item__link {
  color: #fff;
  line-height: 1.2;
  padding: 7px 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.tab-item__link.icon-phone:before {
  position: absolute;
  left: -8px;
  top: 3px;
  color: #fff;
  font-size: 22px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (min-width: 600px) {
  .tab-item__link.icon-phone:before {
    top: 5px;
  }
}
.tab-item__link:hover {
  color: #ee3d48;
}

.tab-item__link:hover.icon-phone:before {
  color: #ee3d48;
}

.tab-item__phone-wm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-item__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-item__messengers-item {
  width: 20px;
  height: 20px;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0 7px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.tab-item__messengers-item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.tab-item__address {
  line-height: 32px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.tab-item__address:hover {
  color: #ee3d48;
}

@media (min-width: 450px) {
  .tab-item__link, .tab-item__address {
    font-size: 18px;
  }
}
.reviews-section {
  margin: 50px 0;
}

.reviews-section__list {
  margin: 70px 0 60px 0;
}

.reviews-section__item:not(:last-child) {
  margin: 0 0 60px 0;
}

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 30px;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.46);
}

@media (min-width: 460px) {
  .user {
    display: block;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .user {
    padding: 30px 40px 30px 20px;
  }
}
@media (min-width: 875px) {
  .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.user__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -40px 0 15px 0;
  float: left;
  position: relative;
}

@media (min-width: 460px) {
  .user__img-wrap {
    margin: -60px 25px 0 0;
  }
}
@media (min-width: 875px) {
  .user__img-wrap {
    float: none;
  }
}
.user__img {
  width: 165px;
  height: 192px;
  margin: 0 0 15px 0;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.46);
}

.user__name, .user__title, .user__review {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.45px;
  font-weight: 400;
}

@media (min-width: 550px) {
  .user__name, .user__title, .user__review {
    font-size: 18px;
    line-height: 30px;
  }
}
.user__name, .user__title {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 550px) {
  .user__name, .user__title {
    font-size: 20px;
  }
}
.user__title {
  margin: 0 0 5px 0;
}

.review-form {
  max-width: 770px;
}

.review-form__title {
  margin: 25px 0;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.45px;
  font-weight: 700;
}

.review-form label {
  width: 100%;
  margin: 0 0 20px 0;
  display: block;
  position: relative;
}

.review-form label > * {
  border: 1px solid #caccce;
  min-height: 50px;
  outline: none;
  display: block;
  padding: 10px 15px;
  width: 100%;
  background: #f1f2f2;
  font-style: italic;
}

.review-form label textarea {
  resize: none;
  max-height: 130px;
  overflow: auto;
}

.review-form label input.error {
  border: 1px solid #ee3d48;
}

.review-form__button {
  max-width: 320px;
  width: 100%;
}

.apostil-section {
  margin: 50px 0;
}

.apostil-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 575px) {
  .apostil-section__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.apostil-section__item:not(:last-child) {
  margin: 0 0 35px 0;
}

@media (min-width: 575px) {
  .apostil-section__item:not(:last-child) {
    margin: 0;
  }
}
.apostil-section__link {
  display: inline-block;
  margin: 0 30px;
}

.apostil-section__img {
  max-width: 100%;
  height: auto;
}

.apostil-section__text {
  margin: 20px 0 0 0;
  text-align: center;
}

.modal-call-section {
  padding: 100px 0;
  position: relative;
}

@media (min-width: 662px) {
  .modal-call-section {
    padding: 130px 0;
  }
}
@media (min-width: 1080px) {
  .modal-call-section {
    padding: 160px 0;
  }
}
.modal-call-section--hero {
  padding: 170px 0 100px 0;
}

@media (min-width: 768px) {
  .modal-call-section--hero {
    padding: 250px 0 130px 0;
  }
}
@media (min-width: 1400px) {
  .modal-call-section--hero {
    padding: 210px 0 160px 0;
  }
}
.modal-call-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.modal-call-section__content {
  position: relative;
  padding: 0 15px;
}

@media (min-width: 662px) {
  .modal-call-section__content {
    padding: 0 0 0 70px;
  }
}
@media (min-width: 1080px) {
  .modal-call-section__content {
    padding: 0 0 0 130px;
  }
}
.modal-call-section__title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin: 0 0 10px 0;
}

@media (min-width: 662px) {
  .modal-call-section__title {
    font-size: 48px;
  }
}
@media (min-width: 1080px) {
  .modal-call-section__title {
    font-size: 60px;
  }
}
.modal-call-section__button {
  font-size: 14px;
  padding: 14px 36px;
  display: inline-block;
}

@media (min-width: 662px) {
  .modal-call-section__button {
    font-size: 16px;
    padding: 15px 46px;
  }
}
@media (min-width: 1080px) {
  .modal-call-section__button {
    font-size: 20px;
    padding: 19px 75px;
  }
}
.slider-section {
  margin: 50px 0;
  position: relative;
}

.slider-section__above-text {
  margin: 0 0 20px 0;
}

@media (min-width: 1650px) {
  .slider-section__above-text {
    padding: 0 20% 0 0;
  }
}
@media (min-width: 1200px) {
  .slider-section__slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.slider-section__list {
  margin: 0 0 20px 0;
}

@media (min-width: 1200px) {
  .slider-section__list {
    margin: 0 20px 0 0;
    width: 38%;
  }
}
.slider-section__list .dot {
  display: block;
  position: relative;
  padding: 5px 0 5px 20px;
  font-size: 14px;
  line-height: 1.5;
  border: none;
  text-align: left;
  color: #231f20;
  font-weight: 400;
  cursor: pointer;
}

@media (min-width: 550px) {
  .slider-section__list .dot {
    font-size: 18px;
  }
}
.slider-section__list .dot:before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
}

.slider-section__list .dot br {
  display: none;
}

.slider-section__list .dot.dot_active {
  font-weight: 700;
}

.slider-section__slider {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.slider-section.new-slider .wrap {
  width: 100%;
}

.slider__content {
  margin: 30px 20px;
}

.slider__img-wrap {
  margin: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider__img {
  height: 175px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.slider__text {
  text-align: center;
  font-size: 14px;
}

.slider.swiper-2 .slider__img-wrap {
  margin: 0 0 30px 0;
}

.slider.swiper-2 .slider__img {
  width: 80px;
  height: 80px;
}

.slider.swiper-2 .slider__text {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .slider.swiper-2 .slider__text {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .slider.swiper-2 .slider__text {
    font-size: 16px;
    max-width: 280px;
  }
}
.slider.swiper-2 .swiper-slide {
  opacity: 1;
}

.slider.swiper-2 .swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.slider.swiper-2 .swiper-slide-active .slider__text {
  font-weight: 400;
}

.slider.swiper-2 .button-prev,
.slider.swiper-2 .button-next {
  top: 50%;
}

.slider.swiper-2 .button-prev {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.slider.swiper-2 .button-next {
  -webkit-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  right: 0;
}

.swiper-slide {
  width: 33.3333333333%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .swiper-slide {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
  }
  .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
}
.swiper-slide.swiper-slide-active .slider__text {
  font-weight: 700;
}

.wrap {
  position: relative;
}

@media (min-width: 1200px) {
  .wrap {
    width: 62%;
  }
}
.swiper-container {
  margin: 0 35px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .swiper-container {
    margin: 0 50px;
  }
}
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.button-prev,
.button-next {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}

@media (min-width: 1200px) {
  .button-prev,
  .button-next {
    width: 50px;
    height: 50px;
  }
}
.button-prev {
  left: -15px;
  top: 50%;
}

@media (min-width: 1200px) {
  .button-prev {
    left: 0;
  }
}
.button-next {
  top: 50%;
  right: -15px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media (min-width: 1200px) {
  .button-next {
    right: 0;
  }
}
.classic-editor h2,
.classic-editor h3 {
  margin: 15px 0;
}

@media (min-width: 992px) {
  .classic-editor h2,
  .classic-editor h3 {
    margin: 20px 0;
  }
}
.classic-editor p,
.classic-editor li {
  padding: 0 0 15px 0;
}

@media (min-width: 992px) {
  .classic-editor p,
  .classic-editor li {
    padding: 0 0 20px 0;
  }
}
.classic-editor ul {
  padding: 0 0 0 30px;
}

@media (min-width: 768px) {
  .classic-editor ul {
    padding: 0 0 0 50px;
  }
}
.classic-editor ul li {
  position: relative;
}

.classic-editor ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #ee3d48;
  top: 10px;
  left: -20px;
}

.classic-editor a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3A67AA;
}

.classic-editor img {
  margin: 20px 0;
  width: 100%;
  height: auto;
}

.privacy-policy {
  padding: 80px 0 0 0;
  background-color: white;
}

@media (min-width: 768px) {
  .privacy-policy {
    padding: 130px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .privacy-policy {
    padding: 60px 0 0 295px;
  }
}
.privacy-policy__content {
  padding: 0 15px 30px 15px;
}

@media (min-width: 1350px) {
  .privacy-policy__content {
    max-width: 1350px;
    margin: 0 auto;
  }
}
.privacy-policy__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 25px 0;
}

@media (min-width: 550px) {
  .privacy-policy__title {
    font-size: 35px;
  }
}
.privacy-policy__subtitle {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  margin: 40px 0 10px 0;
}

.privacy-policy__list {
  list-style-type: circle;
  list-style-position: inside;
}

@media (min-width: 550px) {
  .privacy-policy__list {
    padding: 0 0 0 25px;
  }
}
.privacy-policy__text, .privacy-policy__item {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 15px 0;
}

@media (min-width: 550px) {
  .privacy-policy__text, .privacy-policy__item {
    font-size: 18px;
  }
}
.privacy-policy__text a, .privacy-policy__item a {
  font-style: italic;
  color: #1c539e;
}

.privacy-policy .copyright {
  background-color: #f1f2f2;
}

.error-section {
  position: relative;
  min-height: 100vh;
  padding: 120px 0 60px 0;
}

.error-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.error-section__content {
  position: relative;
}

.error-section__title {
  max-width: 100%;
  border: 14px solid #ee3d48;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 28px #fff, 0 0 4px #000;
  box-shadow: 0 5px 28px #fff, 0 0 4px #000;
  margin: 0 0 30px 0;
  padding: 30px 5px;
}

@media (min-width: 500px) {
  .error-section__title {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .error-section__title {
    max-width: 828px;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.error-section__img-wrap {
  margin: 0 0 15px 0;
}

@media (min-width: 992px) {
  .error-section__img-wrap {
    width: 50%;
    padding: 0 15px;
  }
}
.error-section__404 {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.error-section__text, .error-section__subtitle, .error-section__buttons span {
  line-height: 1.2;
  font-weight: 500;
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-align: center;
}

.error-section__text {
  font-size: 36px;
  text-shadow: 0 5px 33px rgba(255, 255, 255, 0.4), 0 2px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

@media (min-width: 500px) {
  .error-section__text {
    font-size: 72px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .error-section__text {
    width: 50%;
    text-align: left;
    padding: 0 15px;
  }
}
.error-section__subtitle {
  font-size: 23px;
  letter-spacing: 1.8px;
  margin: 0 0 30px 0;
}

@media (min-width: 500px) {
  .error-section__subtitle {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media (min-width: 500px) {
  .error-section__subtitle {
    max-width: 550px;
    margin: 0 auto 30px;
  }
}
.error-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 900px) {
  .error-section__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }
}
.error-section__buttons span {
  display: none;
}

@media (min-width: 900px) {
  .error-section__buttons span {
    display: inline-block;
    font-size: 36px;
    letter-spacing: 1.8px;
  }
}
.error-section__button {
  margin: 10px;
  display: block;
  max-width: 375px;
  width: 100%;
  padding: 20px 55px;
  text-align: center;
  font-size: 18px;
}

@media (min-width: 750px) {
  .error-section__button {
    margin: 20px;
  }
}
@media (min-width: 900px) {
  .error-section__button {
    margin: 0;
  }
}
.thanks {
  min-height: calc(100vh - 95px);
  margin: 120px 0 60px 0;
  text-align: center;
}

@media (min-width: 500px) {
  .thanks {
    margin: 200px 0 100px 0;
  }
}
.thanks__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 107px;
  height: 107px;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  background-color: #ee3d48;
  margin: 0 auto 30px;
}

.thanks__img {
  max-width: 55%;
  height: auto;
}

.thanks__title, .thanks__text {
  font-family: "Yanone Kaffeesatz", sans-serif;
}

.thanks__title {
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 2.4px;
  margin: 0 0 15px 0;
}

@media (min-width: 500px) {
  .thanks__title {
    font-size: 48px;
    line-height: 60px;
  }
}
.thanks__text {
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 1.8px;
  max-width: 650px;
  margin: 0 auto 40px;
}

@media (min-width: 500px) {
  .thanks__text {
    font-size: 36px;
    line-height: 46px;
  }
}
.thanks__button {
  margin: 0 auto;
  display: block;
  max-width: 375px;
  width: 100%;
  padding: 20px 55px;
  text-align: center;
  font-size: 18px;
}