:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}
hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  direction: ltr;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
code {
  word-wrap: break-word;
  color: #d63384;
  font-size: 0.875em;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.875em;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 1em;
  font-weight: 700;
  padding: 0;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
caption {
  color: #6c757d;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  cursor: pointer;
  display: list-item;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
@font-face {
  font-display: swap;
  font-family: GraphikLCG;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GraphikLCG-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: GraphikLCG;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/GraphikLCG-Medium.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: GraphikLCG;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/GraphikLCG-Semibold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: GraphikLCG;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/GraphikLCG-Bold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: SFproDisplay;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SFProDisplay-Regular.woff2) format("woff2");
}
::-webkit-input-placeholder {
  color: #6b6b6b;
}
::-moz-placeholder {
  color: #6b6b6b;
}
:-ms-input-placeholder {
  color: #6b6b6b;
}
::-ms-input-placeholder {
  color: #6b6b6b;
}
::placeholder {
  color: #6b6b6b;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a:hover {
  color: inherit;
}
img {
  max-width: 100%;
}
body {
  color: #333;
  font-family: GraphikLCG, sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  position: relative;
}
body.overflow-hidde {
  overflow: hidden;
}
.container {
  max-width: 1260px;
  padding: 0 30px;
}
.container-md {
  max-width: 860px;
  padding: 0 30px;
}
.breadcrumbs {
  margin: 33px 0 21px;
  overflow-y: auto;
  padding-bottom: 12px;
  white-space: nowrap;
}
.breadcrumbs li {
  color: #9e9e9e;
  display: inline-block;
  font-size: 16px;
  position: relative;
  vertical-align: middle;
}
.breadcrumbs li + li {
  margin-left: 30px;
}
.breadcrumbs li + li:before {
  content: url(../images/icons/bread.svg);
  display: block;
  font-size: 0;
  left: -15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs li a {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs-link {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}
h1 {
  line-height: 25px;
  margin-bottom: 26px;
}
h1,
h2 {
  color: #333;
  font-size: 25px;
  font-weight: 700;
}
h2 {
  line-height: 29px;
}
h2,
h3 {
  margin: 30px 0;
}
h3 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
button {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.title {
  border-bottom: 1px solid #018d8e;
  color: #000;
  display: inline-block;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
}
.modal {
  overflow-y: scroll;
}
.swiper {
  z-index: 0;
}
.title-wrapp {
  margin-bottom: 60px;
  text-align: center;
}
.btn-back {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #eaeaea;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 10px;
  text-decoration: none;
}
.btn-back span {
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  vertical-align: middle;
}
.btn-back img {
  display: inline-block;
  margin-right: 7px;
}
.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0;
  text-align: center;
}
.pagination a {
  color: #bebebe;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  width: 44px;
}
.pagination a:hover {
  color: #01416c;
}
.pagination a.active {
  color: #01416c;
}
.pagination span {
  color: #bebebe;
  font-size: 14px;
  line-height: 2;
}
.pagination .pagination-btn {
  border: 1px solid #bebebe;
  border-radius: 100%;
  height: 34px;
  line-height: 31px;
  text-align: center;
  width: 34px;
}
.pagination .pagination-btn svg {
  fill: #bebebe;
}
.pagination .pagination-btn:hover svg {
  fill: #01416c;
}
.section {
  padding: 60px 0;
}
.section:nth-child(2n) {
  background-color: #f8f8f8;
}
.dropdown-toggle:after {
  display: none;
}
.dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: auto;
  width: 100%;
}
.input {
  background: #f5f5f5;
  border: none;
  border-radius: 2px;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 14px;
  outline: none;
  padding: 16px 14px;
  width: 100%;
}
textarea.input {
  display: block;
  height: 79px;
  resize: none;
}
.modal-dialog {
  margin: 1.75rem auto;
}
form .button {
  background-color: #01416c;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  padding: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
form .button:hover {
  background-color: #ffaf26;
  color: #333;
}
.modal-form .btn-close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 1;
  outline: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
}
.modal-form .modal-dialog {
  max-width: 414px;
}
.modal-form .modal-body {
  padding: 0 28px 30px;
}
.modal-form .field {
  margin-bottom: 10px;
}
.modal-form form .button {
  margin-top: 20px;
}
.modal-content {
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: none;
  justify-content: center;
  padding: 35px 28px 28px;
}
.modal-title {
  color: #333;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}
.modal-desc .modal-dialog {
  max-width: 900px;
}
.modal-desc .modal-header {
  border: none;
  padding: 0;
  position: relative;
}
.modal-desc .modal-title {
  bottom: 44px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  left: 50px;
  line-height: 30px;
  padding-right: 50px;
  position: absolute;
}
.modal-desc .btn-close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
  height: 23px;
  justify-content: center;
  opacity: 1;
  outline: none;
  padding: 0;
  position: absolute;
  right: -60px;
  top: 34px;
  width: 23px;
}
.modal-desc .modal-body {
  padding: 36px 50px;
}
.modal-desc .modal-body p {
  color: #000;
  font-size: 14px;
  line-height: 150%;
}
.modal-desc .modal-body li {
  padding-left: 40px;
  position: relative;
}
.modal-desc .modal-body li:before {
  background: #fcd948;
  border-radius: 100%;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
}
.modal-desc .modal-body li + li {
  margin-top: 25px;
}
.modal-desc .callback {
  border-radius: 0 0 30px 30px;
  padding: 30px 50px;
}
.modal-desc .callback .container {
  padding: 0;
}
.modal-desc .callback__form {
  margin-left: 30px;
}
.modal-body__img {
  display: block;
  margin: 30px auto 0;
}
.modal-desc__img {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(1turn, #000, rgba(0, 0, 0, 0));
}
.modal-desc__img img {
  border-radius: 30px 30px 0 0;
  display: block;
  width: 100%;
}
.header .dropdown-menu {
  border-radius: 0 0 4px 4px;
  margin-top: -1px !important;
}
.header__menu {
  display: none;
}
.header__menuBtn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  cursor: pointer;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: right 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
  -o-transition: right 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
  transition: right 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
  will-change: transform;
  z-index: 20;
}
.header__menuBtn div {
  background-color: #fff;
  height: 3px;
  -webkit-transition: opacity 0.5s, background-color 0.25s,
    -webkit-transform 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
  transition: opacity 0.5s, background-color 0.25s,
    -webkit-transform 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
  -o-transition: transform 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91),
    opacity 0.5s, background-color 0.25s;
  transition: transform 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 0.5s,
    background-color 0.25s;
  transition: transform 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 0.5s,
    background-color 0.25s,
    -webkit-transform 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
  width: 28px;
}
.header__menuBtn div:not(:last-child) {
  margin-bottom: 6px;
}
.header__menuBtn.active div {
  background-color: #7a7a7a;
}
.header__menuBtn.active .top-line {
  -webkit-transform: translateY(9px) rotate(-135deg);
  -ms-transform: translateY(9px) rotate(-135deg);
  transform: translateY(9px) rotate(-135deg);
}
.header__menuBtn.active .middle-line {
  opacity: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header__menuBtn.active .bottom-line {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.header__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.dropdown-contacts {
  cursor: pointer;
}
.header__left,
.header__menu-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 327px;
}
.header__left .dropdown img,
.header__menu-controls .dropdown img {
  display: inline-block;
  margin-right: 8px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 25px;
}
.header__left .dropdown-item,
.header__menu-controls .dropdown-item {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
  vertical-align: middle;
}
.header__left .dropdown-item:hover,
.header__menu-controls .dropdown-item:hover {
  background-color: #f8f8f8;
}
.header__left .dropdown-menu,
.header__menu-controls .dropdown-menu {
  padding: 0 0 6px;
}
.header__left .dropdown-toggle,
.header__menu-controls .dropdown-toggle {
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 4px;
  height: 39px;
  padding: 8px 13px;
  position: relative;
  text-align: left;
  width: 100%;
}
.header__left .dropdown-toggle:before,
.header__menu-controls .dropdown-toggle:before {
  background-color: #eaeaea;
  content: "";
  display: block;
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.header__left .dropdown-toggle svg,
.header__menu-controls .dropdown-toggle svg {
  fill: #fff;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__left .dropdown-toggle.show,
.header__menu-controls .dropdown-toggle.show {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}
.header__left .dropdown-toggle.show:before,
.header__menu-controls .dropdown-toggle.show:before {
  display: block;
}
.header__left .dropdown-toggle.show span,
.header__menu-controls .dropdown-toggle.show span {
  color: #333;
}
.header__left .dropdown-toggle.show svg,
.header__menu-controls .dropdown-toggle.show svg {
  fill: #0189bf;
}
.header__left .dropdown-toggle span,
.header__menu-controls .dropdown-toggle span {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: middle;
}
.header__left .dropdown--location,
.header__menu-controls .dropdown--location {
  margin-right: 15px;
  min-width: 210px;
}
.header__left .dropdown--location .dropdown-toggle,
.header__menu-controls .dropdown--location .dropdown-toggle {
  padding: 8px 21px;
}
.header__left .dropdown--location .dropdown-item,
.header__menu-controls .dropdown--location .dropdown-item {
  padding: 11px 21px;
}
.header__left .dropdown--lang,
.header__menu-controls .dropdown--lang {
  min-width: 85px;
}
.header__left .dropdown--lang .dropdown-toggle,
.header__menu-controls .dropdown--lang .dropdown-toggle {
  padding: 8px 8px 8px 13px;
}
.header__left .dropdown--lang .dropdown-toggle span,
.header__menu-controls .dropdown--lang .dropdown-toggle span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}
.header__left .dropdown--lang .dropdown-item,
.header__menu-controls .dropdown--lang .dropdown-item {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 8px 8px 8px 13px;
  text-transform: uppercase;
}
.header-contacts .header-contacts__menu a:hover {
  text-decoration: underline;
}
.header-contacts .header-contacts__menu li + li {
  margin-top: 20px;
}
.header-contacts .dropdown-toggle {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
  position: relative;
}
.header-contacts .dropdown-toggle:before {
  background-color: #eaeaea;
  content: "";
  display: block;
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.header-contacts .dropdown-toggle.show {
  background-color: #f8f8f8;
  border-radius: 4px 4px 0 0;
}
.header-contacts .dropdown-toggle.show .dropdown-inner a,
.header-contacts .dropdown-toggle.show .dropdown-inner span {
  color: #333;
}
.header-contacts .dropdown-toggle.show .dropdown-icon {
  background: rgba(51, 51, 51, 0.3);
}
.header-contacts .dropdown-toggle.show:before {
  display: block;
}
.header-contacts .dropdown-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  justify-content: center;
  margin-right: 13px;
  margin-top: 3px;
  width: 21px;
}
.header-contacts .dropdown-inner {
  margin-right: 12px;
  margin-top: 3px;
  text-align: right;
}
.header-contacts .dropdown-inner a {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}
.header-contacts .dropdown-inner span {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.header-contacts .header-contacts__menu {
  background-color: #f8f8f8;
  padding: 20px 20px 15px;
}
.header-contacts .dropdown-menu__caption {
  color: #ffaf26;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 15px;
}
.header-contacts .dropdown-item {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  line-height: 162%;
  padding: 0;
}
.header-contacts .dropdown-item:hover {
  background-color: transparent;
}
.header-contacts .dropdown-menu__inner a {
  display: inline-block;
}
.header-contacts .dropdown-menu__inner a + a {
  margin-left: 12px;
}
.header-contacts .dropdown-menu__inner a img {
  display: block;
}
header .header__nav {
  margin-top: 40px;
  width: 100%;
}
.header__nav li + li {
  margin-left: 12px;
}
header .header__nav ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 10px 5px;
}
.header__nav.less {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 46px rgba(0, 0, 0, 0.13);
  box-shadow: 0 4px 46px rgba(0, 0, 0, 0.13);
  left: 0;
  margin: 0;
  padding: 23px 20px 9px;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100vw;
  z-index: 11;
}
.header__nav.less .header__nav-item {
  color: #333;
}
.header__nav .header__nav-item {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 3px solid;
  line-height: 16px;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav-item:before {
  background-color: #ffaf26;
  content: "";
  display: block;
  height: 3px !important;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.header__nav-hover .header__nav-item:after {
  display: none !important;
}

.header__nav-item:hover {
  color: #fff;
}
.header__nav-item:hover:before {
  opacity: 1;
}
.front-banner {
  background: rgba(48, 48, 48, 0.4);
  overflow: hidden;
  padding-bottom: 62px;
  position: relative;
  z-index: 1;
}
.front-banner__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /*margin: 90px 0 0;*/
  text-align: center;
}
.front-banner__info .button {
  background: #ffaf26;
  border-radius: 30px;
  max-width: 900px;
  color: #333;
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding: 16px 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.front-banner__info-img {
  max-width: 280px;
  margin: 45px 0;
}

/* ------------------form------------------ */
div#wpcf7-f850-o1 h2 {
  margin-top: 0;
  font-weight: 500;
  text-align: center;
}

form.wpcf7-form.init p {
  margin-bottom: 0;
  position: relative;
}

span.wpcf7-spinner {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-100%, 0%);
}

form.wpcf7-form.init label {
  width: 100%;
}

div#wpcf7-f850-o1 input {
  max-width: 100%;
  width: 100%;
  margin: 5px 0px 0px 0px !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.services-input {
  background: #f5f5f5;
  border: none;
  border-radius: 2px;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 14px;
  outline: none;
  padding: 16px 14px;
  width: 100%;
}

span.wpcf7-form-control-wrap textarea {
  display: block;
  height: 79px !important;
  width: 100%;
  resize: none;
  margin: 5px 0px 0px 0px !important;
  background: #f5f5f5;
  border: none;
  border-radius: 2px;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 14px;
  outline: none;
  padding: 16px 14px;
  width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #01416c;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  padding: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  border: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: #ffaf26;
  color: #333;
}

/* ---------------------------------------- */
@media (max-width: 767.98px) {
  .front-banner__info .button {
    font-size: 18px;
  }
  .services__card:first-child {
    grid-column: span 1;
  }
}
.front-banner__info .button:hover {
  background-color: #ffa916;
}
.video-box {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -50;
}
.video-box,
.video-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
img.custom-logo {
  max-width: 100px;
  height: auto;
}
.wrapper-table {
  width: 100%;
  background: #f8f8f8;
}
.table-price {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1em;
  width: 100%;
}
.titile-table {
  font-size: 24px;
  font-weight: 900;
}
.table-price td {
  padding: 1em;
  border: 1px solid #221d1d;
}
.table-price .yellow-line {
  background-color: #01416c;
}
.table-price .blue-row {
  background-color: #0189bf !important;
  color: #fff;
}
.table-price .lightblue-row {
  background-color: #055991 !important;
  color: #fff;
}
.table-price .comment-line {
  background-color: #ffaf26 !important;
}
.table-price .text-table {
  color: #fff;
}
.table-price .green-line {
  background-color: #018d8e;
}
.table-price .col-grey,
.table-price .even-grey td:nth-child(odd) {
  background-color: lightgrey;
}

@media (min-aspect-ratio: 16/9) {
  .video-box {
    height: 100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-box {
    width: 100%;
  }
}
.general-title {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 22px;
  text-align: center;
}
.front-banner__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 125.5%;
  margin-bottom: 35px;
  max-width: 490px;
}
.phone-header {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #01416c;
}
.front-banner__scroll {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  justify-content: center;
  margin-top: 55px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 38px;
}
.front-banner__scroll:hover {
  background: #ffcb12;
}
.services {
  padding: 60px 0 30px;
}
.services__wrapper {
  -ms-grid-columns: 1fr 20px 1fr;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.services__card {
  background: #fff;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 330px;
}
.services__card-img {
  position: relative;
  width: 40%;
}
/*.services__card:first-child .services__card-img,
.services__card:first-child .services__card-info {
  width: 40%;
}*/
.services__card-img img {
  border-radius: 7px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.services__card-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 13px 26px 28px;
  width: 60%;
}
.services__card-caption {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
  padding-right: 15px;
}
.services__card-text {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  padding-right: 15px;
}
.services__card-btns {
  -ms-grid-columns: 1fr 12px 1fr;
  display: -ms-grid;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.services__card-btns .button {
  background: #ffcb12;
  border-radius: 30px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.services__card-btns .button:hover {
  background-color: #01416c;
  color: #fff;
}
.services__card-btns .button-link,
.link-price-DP {
  border-radius: 30px;
  color: #018d8e;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 12px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.link-price-DP {
  display: block;
  max-width: 100px;
  padding: 10px 15px;
}
.services__card-btns .button-link:hover,
.link-price-DP:hover {
  background-color: #018d8e;
  color: #fff;
  cursor: pointer;
}
.services__notice {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  margin: 30px 0 0;
  text-align: center;
}
.steps__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.steps__wrapper ul {
  list-style: none;
  max-width: 328px;
  padding: 0;
}
.steps__wrapper ul + ul {
  margin-left: 9%;
}
.steps__wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.steps__wrapper li + li {
  margin-top: 20px;
}
.steps__wrapper span {
  background-color: #01416c;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.steps__wrapper p {
  color: #333;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 0 30px;
  width: calc(100% - 60px);
}
.docs {
  text-align: center;
}
.docs .title {
  margin-bottom: 50px;
}
.docs p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 20px;
  max-width: 1054px;
  text-align: center;
}
.docs__btns {
  margin-top: 50px;
}
.docs__btn {
  background: #fff;
  display: inline-block;
  margin: 0 6px;
  padding: 16px 33px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.docs__btn span {
  color: #018d8e;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 9px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  vertical-align: middle;
}
.docs__btn:hover {
  background-color: #ffcb12;
}
.price__list {
  border: 1px solid #dcdcdc;
  margin: 0 auto;
  max-width: 902px;
  padding: 0 20px;
}
.price__list li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.price__list li + li {
  border-top: 1px solid #dcdcdc;
}
.price__list li p {
  color: #333;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
}
.price__list li p:first-child {
  font-weight: 500;
  width: 40%;
}
.price__list li p:last-child {
  width: 50%;
}
.faq__accordion .accordion-item {
  border: none;
  border-radius: 7px;
  overflow: hidden;
}
.faq__accordion .accordion-item + .accordion-item {
  margin-top: 10px;
}
.faq__accordion .accordion-button {
  border: none;
  border-radius: 7px;
  color: #333;
  font-size: 19px;
  font-weight: 500;
  line-height: 19px;
  padding: 22px 55px 22px 22px;
}
.faq__accordion .accordion-button:after {
  display: none;
}
.faq__accordion .accordion-button:before {
  content: url(../images/icons/arrow-bottom-blue.svg);
  display: block;
  font-size: 0;
  line-height: 1;
  position: absolute;
  right: 34px;
  top: 30px;
}
.faq__accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq__accordion .accordion-button:not(.collapsed):before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq__accordion .accordion-body {
  padding: 10px 34px 25px 24px;
}
.faq__accordion .accordion-body p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.faq__accordion .accordion-body p + p {
  margin-top: 20px;
}
.faq__accordion .accordion-body p > a {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
.faq__accordion .accordion-body p > a:hover {
  color: #01416c;
}
.faq__accordion .accordion-body p strong {
  text-transform: uppercase;
}
.accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.reviews__slider .swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
  padding: 35px 28px 25px;
}
.reviews__slider .slide-img {
  margin-bottom: 25px;
}
.reviews__slider .slide-text {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 35px;
}
.reviews__slider .slide-name {
  color: #01416c;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 1px;
}
.reviews__slider .slide-desc {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}
.swiper-button-next {
  background: #ffcb12;
  border-radius: 100%;
  height: 30px;
  margin: 0;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev {
  background: #ffcb12;
  border-radius: 100%;
  height: 30px;
  left: -15px;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
.swiper-button-prev:after {
  display: none;
}
.reviews__wrapper {
  position: relative;
}
.about__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
.about__wrapper p:nth-child(n + 3) {
  display: none;
}
.about__wrapper.show p {
  display: block;
}
.showMore-btn {
  color: #0189bf;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-underline-position: under;
}
.showMore-btn:before {
  background-image: url(../images/icons/more-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: -17px;
  top: 3px;
  width: 10px;
}
.showMore-btn span:nth-child(2) {
  display: none;
}
.showMore-btn.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.showMore-btn.active span:first-child {
  display: none;
}
.showMore-btn.active span:nth-child(2) {
  display: inline-block;
}
.about.section {
  background-color: #fff;
}
.about .subtitle {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin: 50px 0;
  text-align: center;
}
.callback {
  background-color: #f8f8f8;
}
.callback .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 990px;
}
.callback .title {
  border: none;
  color: #333;
  font-size: 25px;
  font-weight: 700;
  line-height: 127%;
  margin-bottom: 40px;
  max-width: 416px;
  text-align: left;
}
.callback .desc {
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  max-width: 482px;
}
.callback__form {
  background: #fff;
  border-radius: 30px;
  max-width: 370px;
  padding: 30px 35px;
  width: 100%;
}
.callback__form .button {
  -webkit-box-shadow: 5px 4px 25px rgba(1, 65, 108, 0.5);
  box-shadow: 5px 4px 25px rgba(1, 65, 108, 0.5);
  margin-top: 10px;
}
.callback__form .field {
  margin-bottom: 10px;
}
.section-blog.section {
  background-color: #fff;
}
.section-blog__wrapper {
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
  display: -ms-grid;
  display: grid;
  gap: 45px;
  grid-template-columns: 1fr 1fr 1fr;
}
.blog-card__img {
  height: 0;
  margin-bottom: 17px;
  padding-top: 56.25%;
  position: relative;
}
.blog-card__img img {
  border-radius: 10px;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-card__info {
  margin-bottom: 12px;
}
.blog-card__info span {
  color: #747474;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  vertical-align: middle;
}
.blog-card__info span:not(:last-child) {
  margin-right: 12px;
}
.blog-card__info span img {
  margin-right: 5px;
}
.blog-card__caption {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  display: -webkit-box;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 15px;
  overflow: hidden;
  text-decoration: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-card__caption:hover {
  color: #01416c;
  text-decoration: underline;
}
.blog-card__text {
  color: #6b6b6b;
  font-size: 13px;
  line-height: 150%;
  margin: 0;
}
.contacts {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.contacts .title {
  color: #fff;
}
.contacts__block {
  -ms-grid-columns: 1fr 10% 1fr;
  grid-row-gap: 18px;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 10px;
  color: #fff;
  -webkit-column-gap: 10%;
  -moz-column-gap: 10%;
  column-gap: 10%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 705px;
  padding: 40px 60px 30px;
}
.contacts__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts__caption {
  color: #ffaf26;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 15px;
}
.contacts__link {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}
.contacts__link:not(:last-child) {
  margin-bottom: 5px;
}
.contacts__info {
  color: #fff;
  font-size: 17px;
  line-height: 150%;
  margin: 0;
}
.article .front-banner {
  padding-bottom: 0;
}
.date {
  margin: 26px 0 30px;
}
.date span {
  color: #747474;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-right: 23px;
  vertical-align: middle;
}
.date img {
  margin-right: 6px;
  margin-top: -1px;
}
.article-block p {
  font-size: 16px;
  margin: 30px 0;
}
.article-block img {
  display: block;
  margin: 0 auto;
}
.article-block small {
  color: #868686;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
}
.article-block li {
  color: #333;
  font-size: 16px;
  line-height: 150%;
  position: relative;
}
.article-block li + li {
  margin-top: 25px;
}
.article-block ul {
  margin: 30px 0;
}
.article-block ul li {
  padding-left: 40px;
}
.article-block ul li:before {
  background: #fcd948;
  border-radius: 100%;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 7px;
}
.article-block ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  margin: 30px 0;
}
.article-block ol li {
  counter-increment: my-awesome-counter;
  padding-left: 30px;
}
.article-block ol li:before {
  border: 1px solid #fcd948;
  border-radius: 100%;
  color: #fcd948;
  content: counter(my-awesome-counter);
  display: block;
  font-size: 7px;
  font-weight: 700;
  height: 15px;
  left: 0;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 15px;
}
.article-block blockquote {
  border: 2px solid #076bf7;
  border-radius: 2px;
  color: #6b6b6b;
  display: block;
  font-size: 16px;
  line-height: 150%;
  margin: 30px 0;
  padding: 20px 25px 20px 20px;
}
.blog-cards {
  -ms-grid-columns: 1fr 30px 1fr;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin: 50px 0;
}
.blog-cards .blog-card__caption {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
}
.blog-cards .blog-card__text {
  font-size: 14px;
}
.blog-cards .blog-card__info {
  margin-bottom: 5px;
}
.blog-cards .blog-card__img {
  margin-bottom: 10px;
}
.blog .title {
  border: none;
  font-weight: 700;
  margin-left: 20px;
  padding: 0;
}
.blog .title-wrapp {
  margin: 40px 0;
}
.footer {
  padding: 30px 0;
  background-color: #094874;
}
.footer.footer-bg {
  background-color: #fafafa;
}
.footer .container {
  -ms-grid-columns: auto 4% auto 4% auto;
  display: -ms-grid;
  display: grid;
  gap: 4%;
  /*grid-template-columns: repeat(3, auto);*/
}
.footer__col {
  /* width: 100%; */
}
.footer__col .desc {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  max-width: 327px;
}
.footer__col .desc:not(:last-child) {
  margin-bottom: 15px;
}
.footer__logo {
  display: inline-block;
  margin-bottom: 15px;
  max-width: 124px;
}
.footer__nav {
  -ms-grid-columns: -webkit-max-content 45px -webkit-max-content;
  -ms-grid-columns: max-content 45px max-content;
  display: -ms-grid;
  display: grid;
  gap: 45px;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
}
.footer__nav a {
  color: #333;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.footer__nav a:hover {
  color: #ffaf26;
}
.footer__nav li {
  padding-left: 18px;
  position: relative;
}
.footer__nav li:before {
  content: url(../images/icons/list-mark.svg);
  font-size: 0;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__nav li + li {
  margin-top: 8px;
}
.footer__wrapper {
  -ms-grid-columns: auto 15% auto;
  grid-row-gap: 14px;
  -webkit-column-gap: 15%;
  -moz-column-gap: 15%;
  column-gap: 15%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto auto;
}
.footer__contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__contacts-caption {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 15px;
}
.footer__contacts-item {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.footer__contacts-item a:hover {
  color: #ffaf26;
}
.footer__contacts-address {
  max-width: 205px;
}

/* ------------------------- */
section#contacts .container {
  max-width: 1100px;
}

.contacts__block {
  max-width: 100%;
}

.contacts_first-block {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.contacts_first-block__title {
  padding: 40px 0 0 0;
}

.contacts_first-block__title h3 {
  font-size: 25px;
  color: #053f57;
  padding: 0px 0px 10px 0px;
  text-transform: uppercase;
}

.contacts_first-block__img {
  max-width: 150px;
  margin: 0px 0px 40px 0px;
}

.contacts_first-block__logo {
  max-width: 280px;
  margin-bottom: 40px;
}

.contacts_second-block {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 15px 0 20px;
}

.contacts_second-block__item {
  padding: 0px 10px 0px 0px;
}

.contacts_second-block__item a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
}

.contacts__item.contacts-adress a {
  text-decoration: none;
  font-size: 22px;
}

.contacts_second-block__item a,
.contacts__item.contacts-adress a {
  position: relative;
  display: inline-block;
  max-width: 350px;
}

.contacts_second-block__item a::after,
.contacts__item.contacts-adress a::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translate(-50%, -50%);
}

.contacts_second-block__item.contacts-mail a::after {
  background-image: url(../images/icons/contacts-mail.png);
}

.contacts_second-block__item.contacts-digital a::after {
  background-image: url(../images/icons/contacts-digital.png);
}

.contacts_second-block__item.contacts-phone a::after {
  background-image: url(../images/icons/contacts-phone.png);
}

.contacts__item.contacts-adress a::after {
  background-image: url(../images/icons/contacts-adress.png);
}

a.contacts__info:hover {
  color: #f6c312;
}

.contacts__digital {
  text-transform: uppercase;
}

.header__top {
  display: none;
}

html.pum-open.pum-open-overlay.pum-open-scrollable
  body
  > :not([aria-modal="true"]) {
  padding-right: 0 !important;
}
/* ---------------table price */
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px !important;
  border: 2px solid #018d8e !important;
}

.price-table th {
  text-align: left;
  padding: 8px;
  border: 1px solid #018d8e;
}

.price-table td {
  text-align: left;
  padding: 10px 5px;
}

.tablepress .column-1 {
  font-weight: bold;
  padding: 10px;
  width: 25%;
  vertical-align: middle;
}

.column-2 {
  width: 50%;
}
.price-table tr:nth-child(even) {
  background-color: #f8f8f8;
}

.price-table_info-block {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1440px) {
  .front-banner__info {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1140px) {
  .container,
  .container-md {
    padding: 0 20px;
  }
  .breadcrumbs {
    margin: 20px -20px 12px 0;
    padding-right: 12px;
  }
  .steps__wrapper ul + ul {
    margin-left: 30px;
  }
  .modal-desc .btn-close {
    right: 15px;
    top: 15px;
    z-index: 5;
  }

  section#contacts .container {
    max-width: 1100px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 990px) {
  .header__top {
    padding: 20px 0;
    display: flex;
    display: flex;
    justify-content: flex-end;
  }
  .header__left {
    display: none;
  }
  .header__top .dropdown-contacts {
    display: none;
  }
  .header__logo {
    max-width: 94px;
  }
  .header__menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__menu-controls {
    min-width: auto;
    padding: 28px 30px 12px;
  }
  .header__menu-controls .dropdown {
    border-radius: 4px;
  }
  .header__menu-controls .dropdown-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__menu-controls .dropdown-toggle svg {
    fill: #333;
  }
  .header__menu-controls .dropdown-toggle span {
    color: #333;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .header__menu-controls .dropdown-menu {
    border: 1px solid #e3e3e3;
    margin-top: -3px !important;
    /*dropdown-menu*/
    display: none;
  }
  .header__menu-controls .dropdown--lang {
    min-width: 95px;
  }
  .header__menu-logo {
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
  }
  .header__menu-logo img {
    max-width: 95px;
  }
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    left: 0;
    left: -100%;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    top: 0;
    -webkit-transition: left 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
    -o-transition: left 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
    transition: left 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
    width: 100%;
    z-index: 10;
  }
  .header__menu.active {
    left: 0;
  }
  .header__menu .dropdown-contacts {
    display: block;
  }
  .header__menu .dropdown-contacts .dropdown-menu {
    background-color: #fff;
    display: block;
    padding: 0;
    position: static;
  }
  .header__menu .header__nav-item span {
    position: relative;
  }
  .header__menu .header__nav-item span:before {
    content: url(../images/icons/arrow-yellow.svg);
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__nav {
    display: none;
  }
  .header__nav.less {
    display: none !important;
  }
  .header__menu-inner {
    overflow-y: auto;
    padding-bottom: 170px;
  }
  .header__menu-inner.active {
    padding-bottom: 15px;
  }
  .header__menu-inner .header__nav {
    display: block;
    margin: 0;
  }
  .header__menu-inner .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .header__menu-inner .header__nav li + li {
    margin: 0;
  }
  .header__menu-inner .header__nav li {
    padding: 0 30px;
    width: 100%;
  }
  .header__menu-inner .header__nav li:hover {
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__menu-inner .header__nav-item {
    border-bottom: 1px solid #f5f5f5;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 27px 0;
  }
  .header__menu-inner .header__nav-item:before {
    display: none;
  }
  .header-contacts__button {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
  }
  .header-contacts__button:not(.collapsed) {
    padding-bottom: 20px;
  }
  .header-contacts__button:not(.collapsed) .dropdown-icon img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-contacts__button .dropdown-icon {
    background: hsla(0, 0%, 75%, 0.3);
    margin: 0 0 0 15px;
  }
  .header-contacts__button span {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
  }
  .header-contacts {
    background: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 -5px 27px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -5px 27px rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 30px 35px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2;
  }
  .header-contacts.show {
    position: static;
  }
  .header-contacts .card-body {
    background-color: #fff;
    border: none;
    border-top: 1px solid #e3e3e3;
    padding: 22px 0 0;
  }
  .header-contacts .header-contacts__menu {
    background: #fff;
    padding: 0;
  }
  .header-contacts .dropdown-item {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
  }
  .header-contacts .button {
    background: #01416c;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 20px;
    padding: 19px 12px;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .general-title {
    font-size: 42px;
    line-height: 42px;
  }
  .title {
    font-size: 32px;
    line-height: 32px;
    margin: 0;
  }
  .services__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .steps__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .steps__wrapper span {
    margin-top: -5px;
  }
  .steps__wrapper ul {
    max-width: 100%;
  }
  .steps__wrapper ul + ul {
    margin: 20px 0 0;
  }
  .callback .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .callback .title {
    max-width: 100%;
    text-align: center;
  }
  .callback .title-wrapp {
    margin-bottom: 20px;
  }
  .callback .desc {
    max-width: 100%;
    text-align: center;
  }
  .callback__form {
    margin-top: 30px;
  }
  .section-blog__wrapper {
    -ms-grid-columns: 300px 20px 300px 20px 300px;
    gap: 20px;
    grid-template-columns: repeat(3, 300px);
    margin-right: -20px;
    overflow-x: auto;
    padding: 0 20px 20px 0;
  }
  /* .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 25px;
  } */
  /* .footer .footer__col:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  } */
  .footer__wrapper {
    margin-bottom: 40px;
  }
  .footer__nav {
    margin: 0 0 40px;
  }
  .footer__nav,
  .footer__nav li {
    text-align: left;
  }
  .modal-desc .modal-dialog {
    margin: 1.75rem 1.2rem;
    max-width: 100%;
  }
  .modal-desc .modal-title {
    bottom: 20px;
    left: 0;
    padding: 0 20px;
    text-align: center;
  }
  .blog .title-wrapp {
    margin: 30px 0;
    text-align: left;
  }
  .modal-desc .callback__form {
    margin-left: 0;
  }

  /* ---------------- */

  section#contacts .container {
    max-width: 1100px;
    padding: 0 20px;
  }
  .contacts_first-block {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .contacts_first-block__title {
    width: 100%;
    flex-direction: column;
    align-items: start;
    display: flex;
    padding: 0;
  }

  .contacts_first-block__title h3 {
    padding: 0;
    margin-top: 0;
    text-align: center;
    width: 100%;
  }

  .contacts__item {
    padding: 30px 0px 0px 50px;
  }

  .contacts_second-block {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0 20px 50px;
  }

  .contacts_first-block__img {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px;
  }

  .front-banner__info {
    margin-top: 0;
  }
}
@media screen and (max-width: 765px) {
  .modal-desc .callback {
    padding: 25px 20px;
  }
  .table-price,
  .titile-table {
    font-size: 12px;
  }
  .table-price td {
    padding: 0;
  }

  .contacts_second-block__item a,
  .contacts__item.contacts-adress a {
    font-size: 18px;
  }

  .contacts_second-block__item a::after,
  .contacts__item.contacts-adress a::after {
    content: "";
    width: 18px;
    height: 100%;
    left: -22px;
  }
}
@media screen and (max-width: 600px) {
  /* .section:nth-child(2n) {
    background-color: #fff;
  } */
  .front-banner .container {
    padding: 0 10px;
  }
  .header__left .dropdown--lang .dropdown-toggle {
    height: auto;
    padding: 4px;
  }
  .header__left .dropdown--lang .dropdown-item,
  .header__left .dropdown--lang .dropdown-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__left .dropdown--lang .dropdown-item {
    padding: 6px 4px;
  }
  .header__left .dropdown--lang {
    min-width: 70px;
  }
  .header__left .dropdown img {
    margin-right: 4px;
  }
  .general-title {
    font-size: 35px;
    line-height: 36px;
  }
  .front-banner__text {
    font-size: 14px;
    line-height: 17px;
  }
  .services__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }
  .services__card-img {
    height: 500px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
  }
  .services__card-img img {
    left: 0;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: fill;
  }
  .services__card-info {
    padding: 20px 15px;
    width: 100%;
  }
  .services__card-caption {
    padding: 0;
  }
  .title {
    font-size: 25px;
    line-height: 28px;
  }
  .steps__wrapper span {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-top: -1px;
    width: 25px;
  }
  .steps__wrapper p {
    line-height: 17px;
    margin: 0 0 0 20px;
    width: calc(100% - 30px);
  }
  .docs .title-wrapp {
    margin-bottom: 60px;
  }
  .docs__btns {
    margin-top: 30px;
  }
  .docs__btn {
    margin: 7px 0;
    width: 100%;
  }
  .price__list {
    padding: 0 8px;
  }
  .price__list li p {
    font-size: 12px;
    line-height: 18px;
  }
  .container {
    padding: 0 15px;
  }
  .breadcrumbs {
    margin: 20px -15px 12px 0;
  }
  .container-md {
    padding: 0 12px;
  }
  .section-blog__wrapper {
    display: block;
    margin: 0;
    padding: 0;
  }
  .section-blog__wrapper .blog-card:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-blog__wrapper .blog-card:last-child {
    display: none;
  }
  .faq__accordion .accordion-button {
    font-size: 16px;
    line-height: 18px;
    padding: 14px 35px 14px 15px;
  }
  .faq__accordion .accordion-button:before {
    right: 12px;
    top: 21px;
  }
  .faq__accordion .accordion-body {
    padding: 10px 15px;
  }
  .faq__accordion .accordion-body p + p {
    margin-top: 15px;
  }
  .reviews__slider .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .reviews__slider .swiper-slide {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .reviews__slider .swiper-slide:not(:last-child) {
    margin-bottom: 20px;
  }
  .reviews__slider .slide-text {
    margin-bottom: 15px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .about .subtitle {
    margin: 35px 0 25px;
  }
  .callback .title {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .callback .desc,
  .callback .title {
    padding: 0 23px;
    text-align: left;
  }
  .contacts__block {
    display: block;
    padding: 20px 15px;
  }
  .contacts__item:not(last-child) {
    margin-bottom: 5px;
  }
  .modal-desc .modal-body {
    padding: 20px;
  }
  .modal-desc .modal-body li {
    padding-left: 25px;
  }
  .modal-desc .modal-body li + li {
    margin-top: 15px;
  }
  .modal-desc .modal-dialog {
    margin: 1.75rem 0.5rem;
  }
  .modal-desc .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-desc .modal-title {
    color: #333;
    font-size: 18px;
    line-height: 20px;
    margin-top: 12px;
    padding: 0 10px;
    position: static;
  }
  h1,
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
  h2,
  h3 {
    margin: 20px 0;
  }
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
  h1 {
    margin-bottom: 20px;
  }
  .date {
    margin: 20px 0;
  }
  .article-block ul li {
    padding-left: 25px;
  }
  .article-block ol,
  .article-block p,
  .article-block ul {
    margin: 20px 0;
  }
  .blog-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 30px 0;
  }
  .blog-cards .blog-card__caption {
    font-size: 18px;
    line-height: 22px;
  }
  .pagination {
    margin: 30px 0;
  }
  .pagination a {
    font-size: 12px;
    height: 30px;
    margin: 0 3px;
    width: 30px;
  }
  .pagination .pagination-btn {
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
  .title {
    margin: 0;
  }
  .services__notice {
    display: none;
  }
  .services {
    padding: 60px 0 0;
  }
  .steps {
    padding: 44px 0 60px;
  }
  .section.docs {
    background: #f8f8f8;
  }
  .accordion-header,
  .section.docs .title {
    margin: 0;
  }
  .modal-dialog {
    margin: 1rem 15px;
  }
  .modal-dialog,
  .modal-form .modal-dialog {
    max-width: 100%;
  }
  .modal-desc .callback .title {
    margin-bottom: 15px;
  }
  .section.faq {
    background: #f8f8f8;
  }
  .section.reviews {
    padding: 30px 0px;
  }
  .steps__wrapper {
    padding-left: 10px;
  }
  .callback__form {
    padding: 30px 24px;
  }
  .footer__wrapper {
    -ms-grid-columns: 1fr;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .contacts_second-block__item a,
  .contacts__item.contacts-adress a {
    font-size: 16px;
  }

  .contacts_second-block__item a::after,
  .contacts__item.contacts-adress a::after {
    content: "";
    width: 16px;
    height: 100%;
    left: -22px;
  }

  .contacts_first-block__title h3 {
    font-size: 20px;
  }

  .contacts__item {
    padding: 40px 0px 0px 30px;
  }

  .contacts_second-block {
    padding: 15px 0px 0px 30px;
  }

  .contacts_second-block__item {
    padding: 0px 10px 10px 0px;
  }

  .footer {
    padding: 0px 0px 30px 0px;
  }
  .privat-description {
    flex-direction: column;
  }
}
@media screen and (max-width: 414px) {
  .modal-desc .modal-body {
    padding: 15px 12px;
  }
  .modal-desc .callback {
    padding: 20px 12px;
  }
  .modal-form .modal-body {
    padding: 0 15px 20px;
  }
  .modal-form .modal-title {
    font-size: 20px;
    line-height: 24px;
  }
  .modal-form .modal-header {
    padding: 35px 15px 20px;
  }
  .reviews__slider .slide-text {
    font-size: 16px;
  }
  .reviews__slider .swiper-slide {
    padding: 20px;
  }

  .footer .container {
    justify-content: start;
  }
}
@media screen and (max-width: 390px) {
  .table-price,
  .titile-table {
    font-size: 10px;
  }
}
@media screen and (max-width: 374px) {
  .dropdown-contacts .dropdown-menu__caption {
    margin-bottom: 5px;
  }
  .dropdown-contacts .dropdown-menu li + li {
    margin-top: 10px;
  }
  .front-banner__info {
    margin-top: 30px;
  }
  .general-title {
    font-size: 30px;
    line-height: 32px;
  }
  .steps__wrapper span {
    margin-top: -4px;
  }
  .footer__nav {
    gap: 25px;
  }
  .section-blog__wrapper {
    -ms-grid-columns: (270px) [3];
    grid-template-columns: repeat(3, 270px);
  }
  .header__menu-controls {
    padding: 15px 10px;
  }
  .header__menu-controls .dropdown--location {
    max-width: 180px;
    min-width: auto;
    width: 100%;
  }
  .header__menu-controls .dropdown--location .dropdown-item {
    padding: 11px;
  }
  .header__menu-controls .dropdown--location .dropdown-toggle {
    padding: 8px 8px 8px 12px;
  }
}
.QR-code-img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.logo_privat {
  display: block;
  width: 50px;
  margin: 10px;
}
.logo_privat img {
  width: 100%;
  border-radius: 50%;
  transition: 0.5s ease;
}
.logo_privat img:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(70, 155, 86, 0.614);
  box-shadow: 0px 0px 15px 0px rgba(70, 155, 86, 0.614);
}
.privat-description {
  display: flex;
  align-items: center;
}
#dropdown-location:hover {
  background-color: #fff;
  transition: 0.3s;
}
#dropdown-location:hover .city-name,
#dropdown-location:hover svg {
  color: #000 !important;
  transition: 0.3s;
  fill: #000;
}
#video-layer {
  background: rgba(0, 0, 0, 0.1) !important;
}

/*----- PRIVACY POLICY ------*/

.privacy {
  text-align: justify;
  hyphens: auto;
  font-size: 18px;
  color: #4b4b4b;
}

.privacy-container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 15px 40px;
}

.privacy-title h1 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 50px;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  color: #000;
}

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

.privacy-subtitle p {
  margin-bottom: 10px;
}

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

.privacy-list h2 {
  font-size: 30px;
  padding: 55px 0 30px;
  color: #000;
  display: inline-block;
  position: relative;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

.privacy-list h2::after {
  position: absolute;
  padding: 6px 0;
  content: "";
  width: 80px;
  display: block;
  border-bottom: 4px solid #4b4b4b;
  left: 50%;
  transform: translate(-50%);
}

.privacy-list ul {
  padding: 0px 0px 0px 25px;
}

.privacy-list li {
  margin-top: 8px;
}

@media (max-width: 500px) {
  .privacy {
    font-size: 16px;
  }
  /*Privacy Policy*/
  .privacy-title h1 {
    font-size: 26px;
    padding-bottom: 20px;
  }

  .privacy-list h2 {
    font-size: 20px;
    padding: 30px 0;
  }

  .privacy-list h2::after {
    border-bottom: 2px solid #4b4b4b;
  }

  .privacy-list ul {
    padding: 0px 0px 0px 10px;
  }

  .privacy-list h2,
  .privacy-title h1 {
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  }
}

/* ----------------cards---------------- */
.mini-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
  cursor: pointer;
  align-items: stretch;
  padding-top: 60px;
}

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

.mini-cards-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  padding: 15px;
  transition: 0.5s ease;
}

.mini-cards-block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}

.mini-cards-block_img {
  height: 140px;
  overflow: hidden;
  border-radius: 6px;
}

.mini-cards-block_img-three {
  height: 190px;
}

.mini-cards-block_img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.mini-cards-block_title h2 {
  font-weight: 500;
  margin: 0;
  padding: 0px 0px 10px 0px;
  line-height: 1.2;
}

.mini-cards-block_info {
  margin: 0;
  padding: 10px 0px 0px 0px;
  line-height: 1.2;
}

.mini-cards-block:hover {
  background: #ffffff9f;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.mini-cards-block:hover .mini-cards-block_title h2 {
  color: rgb(255 175 38);
}

.article-block p {
  font-size: 16px;
  margin: 0px 0;
}

@media (max-width: 1024px) {
  .mini-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .mini-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mini-cards-block_img-three {
    display: none;
  }
}

@media (max-width: 500px) {
  .mini-cards {
    grid-template-columns: 1fr;
  }
}
.footer__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.odbm-Link {
  width: 50%;
}
.footer_odbm {
  height: 30px;
  color: #fff;
  transition: 0.3s ease;
}
.footer_odbm:hover {
  color: #f6c214;
  cursor: pointer;
}
.footer_odbm img {
  width: 100%;
  max-width: 30px;
}
.table-services{
    padding: 60px 0;
}
.table-services p {
    position: relative;
	padding: 20px;
    text-align: justify;
    hyphens: auto;
}
.table-services p:nth-child(3n+0)::after{
    content: '';
    position: absolute;
    max-width: 700px;
    width: 40%;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
	background-color: #038d8e;
}
.table-services .tablepress .column-1 {
  width: 100%;
}
.table-services .tablepress .column-2,
.table-services .tablepress .column-3,
.table-services .tablepress .column-4{
 vertical-align: middle;
    text-align: center;
}
@media(max-width: 499.98px){
    .tablepress{
        font-size: 14px;
        padding: 0;
    }
}
@media(max-width: 364.98px){
        .tablepress{
        font-size: 12px;
    }
}