@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("../fonts/Gilroy/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #193F7F;
}

::-webkit-scrollbar-thumb {
  background: #151416;
}

::-webkit-scrollbar-thumb:hover {
  background: black;
}

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

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

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

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

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "Gilroy", sans-serif;
  line-height: 1.15;
}

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

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

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

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

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

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

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

table {
  width: 100%;
}

p {
  margin-bottom: 1rem;
}

.section-title {
  font-size: 64px;
  font-weight: normal;
  text-transform: uppercase;
}

.section-title-small {
  font-size: 55px;
}

.section-medium-title {
  margin-bottom: 1.25em;
  font-size: 40px;
}

.gradient-title {
  margin-bottom: 0.85em;
  font-size: 64px;
  line-height: 0.9;
  background: -webkit-linear-gradient(35deg, #eee, #999999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-title-decor::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.05em;
  vertical-align: middle;
  margin-left: 0.35em;
  background: linear-gradient(to left, #193F7F 0%, #325CA2 55%, #193F7F 100%);
}

@media screen and (max-width: 1200px) {
  .gradient-title {
    font-size: 52px;
  }
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
  .section-title {
    font-size: 48px;
  }
  .section-title-small {
    font-size: 42px;
  }
  .section-medium-title {
    font-size: 34px;
  }
  .gradient-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }
  .section-title {
    font-size: 25px;
    text-align: center;
  }
  .section-title-small {
    font-size: 25px;
  }
  .section-medium-title {
    font-size: 25px;
    text-align: center;
  }
  .gradient-title {
    font-size: 30px;
    text-align: center;
  }
  .gradient-title-decor::after {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
button,
input,
optgroup,
select,
textarea {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

label {
  display: inline-block;
}

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

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

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

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

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

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

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

.form-radio {
  margin-bottom: 10px;
}
.form-radio .form-radio-label {
  margin-right: 10px;
}
.form-radio .form-radio-default {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.form-radio .form-radio-caption::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 2px solid #151416;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.form-radio .form-radio-default:hover:not(:disabled) + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(21, 20, 22, 0.4);
}
.form-radio .form-radio-default:focus + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(21, 20, 22, 0.6);
}
.form-radio .form-radio-default:checked:hover:not(:disabled) + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(25, 63, 127, 0.15);
}
.form-radio .form-radio-default:checked:focus + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(25, 63, 127, 0.25);
}
.form-radio .form-radio-default:checked + .form-radio-caption::before {
  border-color: #193F7F;
  background-color: #193F7F;
}
.form-radio .form-radio-default:disabled + .form-radio-caption::before {
  border-color: #ccc;
}
.form-radio .form-radio-default:disabled:checked + .form-radio-caption::before {
  background-color: #ccc;
  border-color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

.navigation.pagination .nav-links {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.navigation.pagination .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 4px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.navigation.pagination .page-numbers:hover {
  color: #fff;
  background-color: #193F7F;
}
.navigation.pagination .page-numbers.current {
  color: #fff;
  background-color: #193F7F;
}
.navigation.pagination .page-numbers.dots {
  color: #151416 !important;
  border: none;
  background: none !important;
}

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

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

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

.comment-respond .comment-reply-title {
  font-size: 24px;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
  padding: 0.35em 1em;
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: 1px solid #f1f1f1;
}
.comment-respond .comment-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comment-respond .comment-form label {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 16px;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  float: left;
  width: 33.33%;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  padding-right: 30px;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 14px;
}
.comment-respond .comments-form-field,
.comment-respond .comments-form-textarea {
  width: 100%;
  font-size: 18px;
  color: #fff;
  background-color: rgba(83, 83, 83, 0.6);
  border: 1px solid transparent;
  border-radius: 5px;
  backdrop-filter: blur(2px);
  outline: none;
  transition: border-color 0.4s ease;
}
.comment-respond .comments-form-field:focus,
.comment-respond .comments-form-textarea:focus {
  border-color: #67A5FF;
}
.comment-respond .comments-form-field::placeholder,
.comment-respond .comments-form-textarea::placeholder {
  color: #959595;
}
.comment-respond .comments-form-field {
  height: 62px;
  padding-left: 24px;
  padding-right: 24px;
}
.comment-respond .comments-form-textarea {
  max-width: 100%;
  min-width: 100%;
  height: 180px;
  padding: 24px;
}
.comment-respond .comments-form-button {
  display: inline-block;
  padding: 14px 26px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #193F7F;
  background-color: #193F7F;
  border-radius: 4px;
}
.comment-respond .logged-in-as a {
  text-decoration: underline;
  color: #fff;
}
.comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    float: none;
    width: 100%;
  }
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .comment-respond .comments-form-field {
    height: 48px;
  }
  .comment-respond .comments-form-textarea {
    height: 140px;
    padding: 18px 24px;
  }
  .comment-respond .comment-form label {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.posts-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.posts-list .post-blog {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}
.posts-list .type-page {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.post-blog {
  margin-bottom: 30px;
}

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

.post-thumbnail {
  margin-bottom: 15px;
  border-radius: 5px;
}

.post-title {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.post-title a {
  text-decoration: none;
  color: #fff;
}

.post-content {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}
.post-content p {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .posts-list .post-blog {
    width: 100%;
  }
}
.post-single-image {
  margin-top: 30px;
}

.post-single-content {
  margin: 30px 0;
  line-height: 1.7;
}

.post-single-meta {
  font-size: 14px;
}

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

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

.post-categories a {
  text-decoration: underline;
  color: #fff;
}

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

.post-author-link {
  text-decoration: underline;
  color: #fff;
}

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

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

.page-content {
  line-height: 1.7;
}
.page-content::after {
  content: "";
  display: table;
  clear: both;
}
.page-content > *:first-child {
  margin-top: 0;
}
.page-content > *:last-child {
  margin-bottom: 0;
}
.page-content img {
  border-radius: 5px;
}
.page-content .image-pc-hide {
  display: none !important;
}
.page-content ul,
.page-content ol {
  padding-left: 20px;
}
.page-content .magrin-bottom-medium {
  margin-bottom: 60px;
}
.page-content .large-text {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
.page-content ul.list-default {
  padding: 0;
  list-style: none;
}
.page-content ul.list-default li {
  position: relative;
  padding-left: 20px;
}
.page-content ul.list-default li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #193F7F;
  border-radius: 50%;
}
.page-content ul.list-quad {
  padding: 0;
  list-style: none;
}
.page-content ul.list-quad li {
  position: relative;
  padding-left: 20px;
}
.page-content ul.list-quad li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  background-color: #193F7F;
}
.page-content ul.list-checkmark {
  padding: 0;
  list-style: none;
}
.page-content ul.list-checkmark li {
  position: relative;
  padding-left: 20px;
}
.page-content ul.list-checkmark li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg fill='%236200dd' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 0.75em;
}
.page-content ul.list-boxes {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-content ul.list-boxes li {
  padding: 28px;
  text-align: center;
  line-height: 1.15;
  border: 1px solid #fff;
  border-radius: 8px;
}
.page-content ul.list-boxes li:not(:last-child) {
  margin-bottom: 10px;
}
.page-content ul.list-locaiton {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-content ul.list-locaiton li {
  padding-left: 22px;
  text-align: left;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.9997 0C1.79534 0 0 1.81608 0 4.04621C0 5.60186 0.765238 6.91269 1.60166 7.88359C2.56711 9.0063 3.62776 9.67597 3.7114 9.74828L4 10L4.28919 9.74828C4.37164 9.67627 5.41361 9.018 6.37283 7.91359C7.21875 6.93939 8 5.61776 8 4.04591C7.9997 1.81608 6.20436 0 3.9997 0ZM3.9997 1.82808C5.21014 1.82808 6.1925 2.82178 6.1925 4.04621C6.1925 5.27063 5.21014 6.26433 3.9997 6.26433C2.78926 6.26433 1.80691 5.27063 1.80691 4.04621C1.80691 2.82178 2.78926 1.82808 3.9997 1.82808Z' fill='url(%23paint0_linear_75_160)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_75_160' x1='2.31173' y1='-0.678368' x2='10.054' y2='20.7898' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.25' stop-color='%2366A4FF'/%3E%3Cstop offset='0.34' stop-color='%235892E8'/%3E%3Cstop offset='0.8' stop-color='%23193F7F'/%3E%3Cstop offset='1' stop-color='%23001F55'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: 0 0.5em;
  background-repeat: no-repeat;
}
.page-content ul.list-locaiton li:not(:last-child) {
  margin-bottom: 5px;
}
.page-content ul.list-lines {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-content ul.list-lines li {
  padding: 22px 32px;
  border-bottom: 1px solid #fff;
}
.page-content ul.list-lines li:hover {
  background: linear-gradient(to left, #193F7F 0%, #325CA2 55%, #193F7F 100%);
}

@media screen and (max-width: 1200px) {
  .page-content .large-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .page-content .large-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .image-pc-hide {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  .page-content {
    text-align: center;
  }
  .page-content .large-text {
    font-size: 14px;
    font-weight: normal;
  }
  .page-content .magrin-bottom-medium {
    margin-bottom: 40px;
  }
  .page-content .image-out {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-content .image-out img {
    border-radius: 0 !important;
  }
  .page-content ul.list-boxes li {
    padding: 22px;
  }
  .page-content ul.list-lines li {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.searchform {
  display: flex;
}
.searchform .searchform-field {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #959595;
  outline: none;
  transition: border-color 0.2s ease;
}
.searchform .searchform-field:focus {
  border-color: #151416;
}
.searchform .searchform-submit {
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  border: 1px solid #193F7F;
  background-color: #193F7F;
}

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

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

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

.wp-block-latest-comments {
  padding: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-author {
  text-decoration: none;
  color: #151416;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-link {
  text-decoration: none;
  color: #193F7F;
}

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

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

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

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

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

.custom-breadcrumbs {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

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

.custom-breadcrumbs a {
  text-decoration: none;
  color: #151416;
}

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

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

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

.btn-primary {
  color: #fff;
  background: linear-gradient(to left, #193F7F 0%, #325CA2 55%, #193F7F 100%);
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(25, 63, 127, 0.7);
}

.hamburger {
  display: inline-block;
  width: 25px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

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

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 520px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background-color: #151416;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  right: -300px;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.mobile-menu::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 16px;
  background: linear-gradient(to left, #193F7F 0%, #325CA2 55%, #193F7F 100%);
}

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

.mobile-menu__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 40px;
}

.mobile-menu__content {
  margin-top: 0;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #29303C;
}

.mobile-menu__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
}

.mobile-menu__contacts {
  margin: 0;
  padding-right: 30px;
}

.mobile-menu__contacts a {
  text-decoration: underline;
  color: #fff;
}

.mobile-menu__socials {
  margin-top: 15px;
}

.mobile-menu__address {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 782px) {
  .admin-bar .mobile-menu {
    padding-top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-menu {
    max-width: 390px;
  }
  .mobile-menu__heading {
    padding-bottom: 30px;
  }
  .mobile-menu__content {
    padding-top: 0;
  }
  .mobile-menu__footer {
    font-size: 14px;
  }
}
.modal {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 130;
  width: 100%;
  max-width: 520px;
  max-height: calc(100vh - 80px);
  padding: 40px 75px;
  padding-bottom: 60px;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%, -50%);
  background-color: #151416;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.modal.show {
  top: 50%;
  visibility: visible;
  opacity: 1;
}

.modal__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.modal__heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.modal__form p {
  margin: 0;
}

.modal__fieldbox {
  margin-bottom: 7px;
}

.modal__field {
  width: 100%;
  height: 62px;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(83, 83, 83, 0.6);
  border: 1px solid transparent;
  border-radius: 5px;
  backdrop-filter: blur(2px);
  outline: none;
  transition: border-color 0.4s ease;
}
.modal__field:focus {
  border-color: #67A5FF;
}
.modal__field::placeholder {
  color: #959595;
}

.modal__textarea {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #fff;
  background-color: rgba(83, 83, 83, 0.6);
  border: 1px solid transparent;
  border-radius: 5px;
  backdrop-filter: blur(2px);
  outline: none;
  transition: border-color 0.4s ease;
}
.modal__textarea:focus {
  border-color: #67A5FF;
}
.modal__textarea::placeholder {
  color: #fff;
}

.modal__form-caption {
  margin: 15px 0;
  text-align: center;
}

.modal__checkboxes {
  margin-top: 15px;
}
.modal__checkboxes .wpcf7-form-control {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.modal__checkboxes .wpcf7-list-item {
  width: 50%;
  margin: 0;
  flex: 1 1 auto;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}
.modal__checkboxes .wpcf7-list-item label {
  display: block;
  padding: 20px 15px;
  height: 100%;
  font-size: 15px;
  background-color: #3B3A3B;
  border-radius: 5px;
}
.modal__checkboxes .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  appearance: none;
  visibility: hidden;
}
.modal__checkboxes .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
}
.modal__checkboxes .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #D9D9D9;
  border: 2px solid #D9D9D9;
  border-radius: 50%;
}
.modal__checkboxes .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #193F7F;
}

.modal__submitbox {
  position: relative;
}
.modal__submitbox .wpcf7-spinner {
  position: absolute;
  top: 16px;
  right: 10px;
  margin: 0;
}

.modal__submit {
  width: 100%;
  height: 62px;
}

.disable-scroll {
  overflow: hidden !important;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: transparent;
  border: none;
}

.modal__close-icon {
  width: 20px;
}

.modal__fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  left: -100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.modal__fade.show {
  left: 0;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 576px) {
  .modal {
    padding: 40px 45px;
    padding-bottom: 60px;
  }
  .modal__logo {
    max-width: 115px;
    margin-bottom: 20px;
  }
  .modal__heading {
    font-size: 26px;
  }
  .modal__fieldbox {
    margin-bottom: 5px;
  }
  .modal__field {
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }
  .modal__submit {
    height: 48px;
    font-size: 14px;
  }
}
.hero {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  min-height: 680px;
  overflow: hidden;
  background-color: #2f2c31;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.7);
}

.hero__item {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
}

.hero__row {
  display: flex;
}

.hero__content--main {
  width: 60%;
  padding-right: 30px;
}

.hero__call {
  width: 40%;
}

.hero__heading {
  margin-bottom: 15px;
  font-size: 136px;
  line-height: 1;
  word-wrap: break-word;
}

.hero__heading .hero-title {
  position: relative;
  display: inline-block;
}

.hero__heading .small {
  position: absolute;
  right: 0.2em;
  bottom: -0.4em;
  font-size: 0.2em;
  font-weight: normal;
  color: #B9B9B9;
}

.hero__title {
  margin-bottom: 25px;
  font-size: 136px;
  line-height: 1;
  word-wrap: break-word;
}

.hero-title-small {
  font-size: 100px;
}

.hero-title-extrasmall {
  font-size: 84px;
}

.hero__caption {
  margin: 0;
  margin-bottom: 30px;
  font-size: 28px;
  color: #B9B9B9;
}

.hero__desc {
  max-width: 580px;
  margin-top: 40px;
  font-weight: 300;
}
.hero__desc ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero__desc ul li {
  font-size: 15px;
}
.hero__desc ul li:not(:last-child) {
  padding-right: 35px;
}
.hero__desc ul li::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  margin-top: 5px;
  background-color: #fff;
}
.hero__desc ul strong {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.hero__footer {
  max-width: 360px;
  margin-top: 30px;
}

.hero__btn {
  width: 100%;
  padding: 0 15px;
  height: 62px;
  font-size: 21px;
  line-height: 62px;
}

.hero__privacy {
  display: block;
  margin-top: 20px;
  font-size: 11px;
  text-align: center;
  color: #D6D6D6;
}

.hero__privacy a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.hero__privacy-input {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  appearance: none;
  opacity: 0;
}

.hero__privacy-caption {
  position: relative;
  font-size: 11px;
}
.hero__privacy-caption::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #193F7F;
  border-radius: 2px;
}

.hero__privacy-input:checked + .hero__privacy-caption::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.53128 0.49472L3.57753 6.44848L0.871277 3.74222' fill='%23193F7F'/%3E%3Cpath d='M9.53128 0.49472L3.57753 6.44848L0.871277 3.74222' stroke='white' stroke-width='0.882353' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.hero__privacy-caption a {
  text-decoration: none;
  color: #67A5FF;
  border-bottom: 1px solid #67A5FF;
}

@media screen and (max-width: 1200px) {
  .hero-title-extrasmall {
    font-size: 74px;
  }
}
@media screen and (max-width: 992px) {
  .hero__heading {
    font-size: 98px;
  }
  .hero__title {
    font-size: 80px;
  }
  .hero-title-small {
    font-size: 80px;
  }
  .hero-title-extrasmall {
    font-size: 52px;
  }
  .hero__caption {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero__row {
    display: block;
  }
  .hero__content--main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .hero__call {
    width: 100%;
  }
  .hero__content {
    text-align: center;
  }
  .hero__desc {
    max-width: none;
    text-align: left;
  }
  .hero__desc ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero__desc ul li:not(:last-child) {
    padding-right: 15px;
  }
  .hero__footer {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__btn {
    height: 50px;
    font-size: 15px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    min-height: 490px;
  }
  .hero__item {
    padding-top: 100px;
  }
  .hero__content--main {
    margin-bottom: 20px;
  }
  .hero__heading {
    font-size: 64px;
  }
  .hero__title {
    font-size: 46px;
  }
  .hero-title-small {
    font-size: 38px;
  }
  .hero-title-extrasmall {
    font-size: 32px;
  }
  .hero__caption {
    font-size: 15px;
  }
  .hero__desc {
    margin-top: 20px;
  }
  .hero__desc ul li {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9px;
  }
  .hero__desc ul li:not(:last-child) {
    padding-right: 5px;
  }
  .hero__desc ul strong {
    font-size: 14px;
  }
}
.callbox {
  max-width: 365px;
}

.callbox {
  position: relative;
}
.callbox::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  display: inline-block;
  width: 150px;
  height: 150px;
  background: url("../images/logo-circle.svg");
  animation: rotating 20s linear infinite;
}

.callbox__heading {
  margin: 0;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
}

.callbox__fieldbox {
  margin-bottom: 7px;
}

.callbox__field {
  width: 100%;
  height: 62px;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(83, 83, 83, 0.6);
  border: 1px solid transparent;
  border-radius: 5px;
  backdrop-filter: blur(2px);
  outline: none;
  transition: border-color 0.4s ease;
}
.callbox__field:focus {
  border-color: #67A5FF;
}
.callbox__field::placeholder {
  color: #959595;
}

.callbox__submitbox {
  position: relative;
}
.callbox__submitbox .wpcf7-spinner {
  position: absolute;
  top: 16px;
  right: 10px;
  margin: 0;
}

.callbox__submit {
  width: 100%;
  height: 62px;
}

.callbox__privacy {
  margin-top: 15px;
  font-size: 11px;
  text-align: center;
  color: #D6D6D6;
}

.callbox__privacy a {
  text-decoration: none;
  color: #67A5FF;
  border-bottom: 1px solid #67A5FF;
}

.callbox__privacy .wpcf7-list-item {
  margin: 0;
}
.callbox__privacy input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: -9999px;
  appearance: none;
  visibility: hidden;
}
.callbox__privacy .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
}
.callbox__privacy .wpcf7-list-item-label::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #193F7F;
  border-radius: 2px;
}
.callbox__privacy input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.53128 0.49472L3.57753 6.44848L0.871277 3.74222' fill='%23193F7F'/%3E%3Cpath d='M9.53128 0.49472L3.57753 6.44848L0.871277 3.74222' stroke='white' stroke-width='0.882353' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .callbox {
    margin-left: auto;
    margin-right: auto;
  }
  .callbox__heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .callbox {
    max-width: 300px;
  }
  .callbox::before {
    display: none;
  }
  .callbox__heading {
    text-align: center;
  }
  .callbox__fieldbox {
    margin-bottom: 5px;
  }
  .callbox__field {
    height: 50px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
  }
  .callbox__submit {
    height: 50px;
    font-size: 15px;
  }
}
.clients {
  padding-top: 50px;
  padding-bottom: 50px;
}

.clients-carousel .swiper-wrapper {
  display: flex;
  align-items: center;
}

.clients-carousel .swiper-slide {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #6C6C6C;
}

@media screen and (max-width: 576px) {
  .clients {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.contacts {
  padding-top: 50px;
  padding-bottom: 100px;
}

.contacts__header {
  display: flex;
}

.contacts__heading {
  width: 45%;
  color: #ECB473;
}

.contacts__address {
  width: 55%;
  margin: 0;
  font-size: 42px;
  text-transform: uppercase;
}

.contacts__content {
  display: flex;
  margin-top: 50px;
}

.contacts__desc {
  width: 45%;
  margin-top: auto;
  font-size: 24px;
}
.contacts__desc p {
  margin: 0;
}
.contacts__desc a {
  text-decoration: underline;
  color: #fff;
}

.contacts__socials {
  margin-top: 15px;
}

.contacts__mapbox {
  width: 55%;
}

.contacts__map {
  height: 390px;
  overflow: hidden;
  background-color: #2f2c31;
  border-radius: 15px;
}

@media screen and (max-width: 992px) {
  .contacts__address {
    font-size: 34px;
  }
  .contacts__content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__header {
    display: block;
  }
  .contacts__heading {
    width: 100%;
  }
  .contacts__address {
    width: 100%;
    font-size: 28px;
  }
  .contacts__content {
    flex-wrap: wrap;
  }
  .contacts__desc {
    width: 100%;
    order: 1;
    padding-top: 15px;
  }
  .contacts__mapbox {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .contacts {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .contacts__heading {
    text-align: center;
  }
  .contacts__content {
    margin-top: 25px;
  }
  .contacts__address {
    font-size: 20px;
    text-align: center;
  }
  .contacts__map {
    height: 300px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
  .contacts__desc {
    padding-top: 25px;
    text-align: center;
  }
  .contacts__socials .socials {
    justify-content: center !important;
  }
}
.callarea {
  display: flex;
  align-items: center;
  min-height: 530px;
  padding: 30px 0;
  background-color: #2f2c31;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.callarea__heading {
  margin-bottom: 0.5em;
  font-size: 50px;
  text-transform: uppercase;
}

.callarea__footer {
  max-width: 440px;
}

.callarea__btn {
  width: 100%;
  padding: 0 15px;
  height: 72px;
  font-size: 21px;
  line-height: 72px;
}

.callarea__privacy {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
  color: #D6D6D6;
}

.callarea__privacy a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.callarea__privacy-input {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  appearance: none;
  opacity: 0;
}

.callarea__privacy-caption {
  position: relative;
  font-size: 13px;
}
.callarea__privacy-caption::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #193F7F;
  border-radius: 2px;
}

.callarea__privacy-input:checked + .callarea__privacy-caption::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.53128 0.49472L3.57753 6.44848L0.871277 3.74222' fill='%23193F7F'/%3E%3Cpath d='M9.53128 0.49472L3.57753 6.44848L0.871277 3.74222' stroke='white' stroke-width='0.882353' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.callarea__privacy-caption a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 992px) {
  .callarea {
    min-height: 400px;
  }
  .callarea__heading {
    font-size: 38px;
  }
  .callarea__footer {
    max-width: 420px;
  }
}
@media screen and (max-width: 576px) {
  .callarea {
    min-height: 240px;
  }
  .callarea__heading {
    font-size: 24px;
    text-align: center;
  }
  .callarea__footer {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .callarea__btn {
    height: 50px;
    font-size: 15px;
    line-height: 50px;
  }
  .callarea__privacy {
    margin-top: 12px;
    font-size: 9px;
  }
}
.project-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.project {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.project__inner {
  position: relative;
  z-index: 0;
  display: flex;
  min-height: 245px;
  overflow: hidden;
  border-radius: 10px;
}
.project__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(22, 87, 238, 0.5), rgba(24, 28, 36, 0.95));
}

.project__content {
  width: 100%;
  margin-top: auto;
  padding: 30px 25px;
}

.project__title {
  margin: 0;
  font-size: 15px;
}

.project__caption {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

@media screen and (max-width: 576px) {
  .project-list {
    margin-left: -4px;
    margin-right: -4px;
  }
  .project {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
  }
  .project__inner {
    min-height: 115px;
  }
  .project__content {
    padding: 12px;
  }
  .project__title {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
  }
  .project__caption {
    font-size: 10px;
  }
}
.custom-contacts-form p {
  margin: 0;
}
.custom-contacts-form .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
}
.custom-contacts-form form .wpcf7-response-output {
  margin: 0;
  margin-top: 15px;
  padding: 12px;
  font-size: 14px;
  color: #fff;
  background-color: #193F7F;
  border: none;
}

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

.socials__item {
  transition: opacity 0.4s ease;
}
.socials__item:not(:last-child) {
  margin-right: 12px;
}
.socials__item:hover {
  opacity: 0.6;
}

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

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

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

.header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  padding: 45px 0;
  background: transparent;
}

.admin-bar .header {
  top: 32px;
}

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

.header__logobox {
  margin-right: 30px;
}

.header__address {
  max-width: 10em;
  margin: 0;
  margin-right: 30px;
}

.header__contacts {
  margin: 0;
  margin-right: 30px;
}

.header__contacts a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.header__contacts a:not(:last-child) {
  margin-right: 45px;
}

.header__socials {
  margin-right: 30px;
}

.header__phone {
  margin: 0;
  margin-right: 30px;
}

.header__phone a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s ease;
}
.header__phone a:hover {
  border-color: #fff;
}

@media screen and (max-width: 1200px) {
  .header__phone {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header {
    padding: 25px 0;
  }
  .header__address {
    display: none;
  }
  .header__contacts {
    margin-left: auto;
  }
  .header__contacts a:not(:last-child) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    padding-top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 576px) {
  .header__logobox {
    max-width: 15px;
  }
  .header__contacts {
    display: none;
  }
  .header__logo {
    max-width: 140px;
  }
  .header__contacts a:not(:last-child) {
    display: none;
  }
  .header__socials {
    margin-left: auto;
  }
}
.footer {
  padding-top: 55px;
  padding-bottom: 40px;
  background-color: #151416;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}

.footer__logobox {
  margin-right: 30px;
}

.footer__address {
  max-width: 10em;
  margin-right: 30px;
}

.footer__contacts a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer__contacts a:not(:last-child) {
  margin-right: 45px;
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 15px;
  list-style: none;
}

.footer__menu li:not(:last-child) {
  margin-right: 55px;
}

.footer__menu a {
  text-decoration: none;
  color: #fff;
}

.footer__socials {
  margin-right: 30px;
}

.footer__phone {
  margin: 0;
}

.footer__phone a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s ease;
}
.footer__phone a:hover {
  border-color: #fff;
}

.footer__copy {
  margin: 0;
  margin-top: 30px;
  font-size: 12px;
  text-align: right;
  color: #464646;
}

.footer__copy a {
  text-decoration: underline;
  color: #464646;
}

@media screen and (max-width: 992px) {
  .footer__address {
    display: none;
  }
  .footer__contacts a:not(:last-child) {
    margin-right: 25px;
  }
  .footer__menu li:not(:last-child) {
    margin-right: 35px;
  }
  .footer__phone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .footer__row {
    display: none;
  }
  .footer__menu {
    display: none;
  }
  .footer__copy {
    margin: 0;
    text-align: center;
  }
}
.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav li {
  display: inline-block;
  margin-right: 20px;
}

.main-nav li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}

.main-nav > li.menu-item-has-children {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.43 4.8-2.43 2.422 12 11.978 12-11.978-2.43-2.422-9.57 9.547z'/%3E%3C/svg%3E");
  background-position: top 50% right 0;
  background-repeat: no-repeat;
  background-size: 10px;
}

.main-nav a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #151416;
}
.main-nav a:hover, .main-nav a:focus {
  color: #5A94EB;
}

.main-nav li.current-menu-item > a {
  color: #5A94EB;
}

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

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

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

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

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

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

.page-archive {
  padding-top: 60px;
  padding-bottom: 30px;
}

.page-search {
  padding-top: 60px;
  padding-bottom: 30px;
}

.page-single {
  padding-top: 60px;
  padding-bottom: 30px;
}

.section-page {
  padding-top: 60px;
  padding-bottom: 30px;
}

.main-info-section {
  padding-top: 60px;
  padding-bottom: 5px;
}

.main-info {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  counter-reset: section;
}

.main-info__item {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.main-info__inner {
  position: relative;
  height: 100%;
  padding: 25px 30px;
  overflow: hidden;
  background: linear-gradient(45deg, #282728, #373737);
  border-radius: 15px;
}
.main-info__inner::before {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  top: -0.15em;
  right: -0.1em;
  font-size: 160px;
  font-weight: bold;
  line-height: 1;
  background: -webkit-linear-gradient(#5B5B5B, #2B2B2B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-info__icon {
  margin-bottom: 20px;
}

.main-info__title {
  margin-bottom: 0.8em;
  font-size: 25px;
  line-height: 1.02;
  font-weight: bold;
}
.main-info__title::after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  margin-top: 15px;
  background-color: #fff;
}

.main-info__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
.main-info__list li {
  display: flex;
  align-items: center;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
}
.main-info__list li strong {
  display: inline-block;
  margin-right: 0.25em;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1;
  color: #F7B274;
}

@media screen and (max-width: 992px) {
  .main-info__item {
    width: 50%;
  }
  .main-info__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main-info {
    margin-left: -4px;
    margin-right: -4px;
  }
  .main-info__item {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
  }
  .main-info__inner::before {
    font-size: 140px;
  }
  .main-info__title {
    font-size: 18px;
  }
  .main-info__list li {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .main-info-section {
    padding-top: 25px;
  }
  .main-info__inner {
    padding: 15px;
  }
  .main-info__inner::before {
    font-size: 78px;
  }
  .main-info__icon {
    max-width: 40px;
    margin-bottom: 10px;
  }
  .main-info__title {
    font-size: 12px;
  }
  .main-info__title::after {
    margin-top: 10px;
  }
  .main-info__list li {
    font-size: 7px;
  }
}
.main-features-section {
  padding-top: 35px;
  padding-bottom: 100px;
}

.main-features-heading {
  margin-bottom: -29px;
  font-size: 105px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.main-features {
  position: relative;
  z-index: 1;
}

.main-features__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 280px;
  padding: 30px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-color: #2f2c31;
  border-radius: 8px;
  transition: all 0.8s ease;
}
.main-features__item:not(:last-child) {
  margin-bottom: 30px;
}
.main-features__item:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.main-features__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease;
}

.main-features__bg-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease;
}

.main-features__button {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 4;
  display: inline-block;
  width: 85px;
  height: 85px;
  overflow: hidden;
  background: linear-gradient(to left, #193F7F 0%, #325CA2 55%, #193F7F 100%);
  border-radius: 50%;
}
.main-features__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='10' viewBox='0 0 26 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4817 5.46098C25.7363 5.20639 25.7363 4.79361 25.4817 4.53902L21.3329 0.390228C21.0783 0.135637 20.6656 0.135637 20.411 0.390228C20.1564 0.644818 20.1564 1.05759 20.411 1.31218L24.0988 5L20.411 8.68782C20.1564 8.94241 20.1564 9.35518 20.411 9.60977C20.6656 9.86436 21.0783 9.86436 21.3329 9.60977L25.4817 5.46098ZM0.979126 5.65192L25.0208 5.65192V4.34808L0.979126 4.34808V5.65192Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}
.main-features__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.8s ease;
}

.main-features__item:hover .main-features__button::before {
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='10' viewBox='0 0 26 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4817 5.46098C25.7363 5.20639 25.7363 4.79361 25.4817 4.53902L21.3329 0.390228C21.0783 0.135637 20.6656 0.135637 20.411 0.390228C20.1564 0.644818 20.1564 1.05759 20.411 1.31218L24.0988 5L20.411 8.68782C20.1564 8.94241 20.1564 9.35518 20.411 9.60977C20.6656 9.86436 21.0783 9.86436 21.3329 9.60977L25.4817 5.46098ZM0.979126 5.65192L25.0208 5.65192V4.34808L0.979126 4.34808V5.65192Z' fill='black'/%3E%3C/svg%3E%0A");
}
.main-features__item:hover .main-features__button::after {
  opacity: 1;
}

.main-features__item:hover .main-features__bg {
  opacity: 0;
}

.main-features__content {
  position: relative;
  z-index: 3;
  max-width: 600px;
  margin-left: auto;
}

.main-features__title {
  margin-bottom: 14px;
  font-size: 50px;
  line-height: 1;
}

.main-features__caption {
  margin: 0;
  font-size: 21px;
  line-height: 1.6;
}

@media screen and (max-width: 992px) {
  .main-features-section {
    padding-bottom: 50px;
  }
  .main-features-heading {
    margin-bottom: -20px;
    font-size: 80px;
  }
  .main-features__title {
    font-size: 36px;
  }
  .main-features__caption {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .main-features-heading {
    margin-bottom: 15px;
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .main-features-section {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .main-features-heading {
    font-size: 25px;
  }
  .main-features__item {
    min-height: 180px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
  .main-features__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .main-features__title {
    margin-bottom: 12px;
    font-size: 30px;
  }
  .main-features__caption {
    font-size: 12px;
  }
  .main-features__button {
    top: 20px;
    right: 15px;
    width: 52px;
    height: 52px;
  }
  .main-features__button::before {
    width: 15px;
    height: 15px;
    background-size: contain;
  }
}
.main-about-section {
  padding-top: 100px;
  padding-bottom: 50px;
}

.main-about-advantages-title {
  margin: 0;
  margin-top: auto;
  font-size: 55px;
  text-transform: uppercase;
}

.main-about {
  display: flex;
}

.main-about__header {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 30px;
}

.main-about__content {
  width: 50%;
  line-height: 1.7;
}

.main-about__gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -12px;
  margin-right: -12px;
}

.main-about__gallery-item {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.main-about__gallery-small {
  width: 33.33%;
  margin-top: 25px;
  padding-left: 12px;
  padding-right: 12px;
}

.main-about__gallery-image {
  border-radius: 5px;
}

@media screen and (max-width: 992px) {
  .main-about-section {
    padding-top: 50px;
  }
  .main-about-advantages-title {
    display: none;
  }
  .main-about {
    display: block;
  }
  .main-about__header {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .main-about__content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .main-about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-about__content {
    font-size: 14px;
  }
  .main-about__gallery {
    margin-left: -8px;
    margin-right: -8px;
  }
  .main-about__gallery-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .main-about__gallery-small {
    margin-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.main-advantages-section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.main-advantages-heading {
  display: none;
}

.main-advantages__item {
  position: relative;
  z-index: 0;
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
}
.main-advantages__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 10000px;
  height: 100%;
  background: linear-gradient(to left, #193F7F 0%, #325CA2 55%, #193F7F 100%);
  border-bottom-left-radius: 45px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.main-advantages__item:hover::before {
  opacity: 1;
}

.main-advantages__header {
  display: flex;
  width: 50%;
}

.main-advantages__num {
  width: 40%;
  padding-left: 65px;
  font-size: 45px;
  font-weight: bold;
}

.main-advantages__title {
  width: 60%;
  padding-top: 6px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.main-advantages__text {
  width: 50%;
  margin: 0;
  line-height: 1.7;
  color: #B0ACAC;
}

@media screen and (max-width: 1200px) {
  .main-advantages__header {
    width: 40%;
  }
  .main-advantages__text {
    width: 60%;
    font-size: 16px;
  }
  .main-advantages__num {
    width: 30%;
    padding-left: 20px;
    font-size: 36px;
  }
  .main-advantages__title {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .main-advantages-heading {
    display: block;
  }
  .main-advantages__item {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-advantages__item::before {
    left: -15px;
    right: -15px;
    width: auto;
    border-radius: 0;
  }
  .main-advantages__header {
    width: 100%;
    align-items: center;
  }
  .main-advantages__text {
    width: 100%;
    margin-top: 10px;
    padding-left: 20px;
  }
  .main-advantages__num {
    width: auto;
    padding-left: 0;
  }
  .main-advantages__title {
    width: auto;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .main-advantages-section {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .main-advantages__text {
    font-size: 14px;
  }
}
.main-helps-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-helps-heading {
  max-width: 600px;
}

.main-helps {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.main-helps__item {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.main-helps__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  height: 100%;
  min-height: 110px;
  font-size: 22px;
  line-height: 1.15;
  text-align: center;
  background: linear-gradient(45deg, #282728, #373737);
  border-radius: 10px;
}
.main-helps__inner:hover {
  background: linear-gradient(to left, #193F7F 0%, #325CA2 55%, #193F7F 100%);
}

@media screen and (max-width: 992px) {
  .main-helps-heading {
    max-width: 480px;
    font-size: 42px;
  }
  .main-helps__inner {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .main-helps__item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .main-helps-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-helps-heading {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
  }
  .main-helps__item {
    width: 100%;
  }
  .main-helps__inner {
    min-height: 80px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
  }
}
.brokerage-desc-section {
  padding-top: 80px;
  padding-bottom: 90px;
}

.brokerage-desc-content .brokerage-box-1 {
  margin-top: 90px;
}
.brokerage-desc-content .brokerage-box-2 {
  margin-top: 90px;
}

@media screen and (max-width: 1200px) {
  .brokerage-desc-content .brokerage-box-1 {
    margin-top: 30px;
  }
  .brokerage-desc-content .brokerage-box-2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .brokerage-desc-content .brokerage-box-1 {
    margin-top: 0;
  }
  .brokerage-desc-content .brokerage-box-2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .brokerage-desc-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.brokerage-info-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.brokerage-info-heading {
  max-width: 20em;
}

.brokerage-info {
  padding: 35px 0;
  border-bottom: 1px solid #fff;
}
.brokerage-info:hover {
  background: linear-gradient(to left, #193F7F 0%, #325CA2 55%, #193F7F 100%);
}

.brokerage-info-first {
  border-top: 1px solid #fff;
}

.brokerage-info__row {
  display: flex;
}

.brokerage-info__heading {
  width: 50%;
  margin: 0;
  margin-bottom: 20px;
  padding-right: 30px;
  font-size: 36px;
}

.brokerage-info__caption {
  width: 50%;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .brokerage-info__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .brokerage-info__heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .brokerage-info__row {
    display: block;
  }
  .brokerage-info__heading {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .brokerage-info__caption {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .brokerage-info-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .brokerage-info-heading {
    margin-left: auto;
    margin-right: auto;
  }
  .brokerage-info {
    padding: 20px 0;
  }
  .brokerage-info__heading {
    font-size: 20px;
  }
}
.brokerage-about-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.brokerage-about-heading {
  max-width: 20em;
}

.brokerage-about {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.brokerage-about__item {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.brokerage-about__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  height: 100%;
  min-height: 95px;
  line-height: 1.15;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
}
.brokerage-about__inner:hover {
  background: linear-gradient(to left, #193F7F 0%, #325CA2 55%, #193F7F 100%);
  border-color: #193F7F;
}

@media screen and (max-width: 768px) {
  .brokerage-about__item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .brokerage-about-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .brokerage-about-heading {
    margin-left: auto;
    margin-right: auto;
  }
  .brokerage-about__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .brokerage-about__inner {
    min-height: 72px;
  }
}
.consulting-desc-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.consulting-desc-content .consulting-box-max {
  max-width: 545px;
}
.consulting-desc-content .consulting-box-1 {
  margin-top: -120px;
}
.consulting-desc-content .consulting-box-2 {
  margin-top: -100px;
}
.consulting-desc-content .consulting-box-arrow {
  position: relative;
}
.consulting-desc-content .consulting-box-arrow::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -50px;
  display: inline-block;
  width: 174px;
  height: 102px;
  background: url("../images/icons/arrow.svg") center center no-repeat;
  background-size: contain;
}
.consulting-desc-content .consulting-box-list-center {
  max-width: 490px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 1200px) {
  .consulting-desc-content .consulting-box-1 {
    margin-top: -150px;
  }
  .consulting-desc-content .consulting-box-arrow::after {
    right: -10px;
    width: 120px;
    height: 80px;
  }
}
@media screen and (max-width: 781px) {
  .consulting-desc-content .consulting-box-1 {
    margin-top: 0;
  }
  .consulting-desc-content .consulting-box-2 {
    margin-top: 0;
  }
  .consulting-desc-content .consulting-box-arrow::after {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .consulting-desc-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.development-projects-section {
  padding-top: 50px;
  padding-bottom: 140px;
}

.development-projects-title {
  max-width: 15em;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.15;
}

@media screen and (max-width: 576px) {
  .development-projects-section {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .development-projects-title {
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    font-size: 20px;
    text-align: center;
  }
}
.development-steps-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.development-steps-header {
  margin-bottom: 60px;
  max-width: 780px;
}

@media screen and (max-width: 768px) {
  .development-steps-header {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .development-steps-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .development-steps-header {
    margin-bottom: 40px;
    text-align: center;
  }
}
.development-desc-section {
  padding-top: 60px;
  padding-bottom: 50px;
}

.development-desc-content .development-box-1 {
  max-width: 840px;
}
.development-desc-content .development-image-1 {
  margin-top: 60px;
}
.development-desc-content .development-image-2 {
  position: relative;
  display: block;
}
.development-desc-content .development-image-2::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 30%;
  display: inline-block;
  width: 260px;
  height: 260px;
  background: url("../images/logo-circle.svg") center center no-repeat;
  background-size: contain;
  animation: rotating 20s linear infinite;
}

@media screen and (max-width: 781px) {
  .development-desc-content .development-image-2 {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .development-desc-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.sales-desc-section {
  padding: 90px 0;
}

.sales-desc {
  display: flex;
}

.sales-desc__left {
  display: block;
  width: 450px;
  padding-right: 50px;
}

.sales-desc__right {
  width: 60%;
  flex: 1 1 auto;
}

.sales-desc__heading {
  margin: 0;
  margin-bottom: 20px;
  font-size: 112px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  background: -webkit-linear-gradient(35deg, #eee, #999999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales-desc__subtitle {
  margin: 30px 0;
  padding: 14px 22px;
  padding-right: 2px;
  font-size: 26px;
  background: linear-gradient(to left, #193F7F 0%, #325CA2 55%, #193F7F 100%);
}

.sales-desc__subtitle--main {
  max-width: 580px;
}

ul.sales-desc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sales-desc__list li {
  display: block;
  padding: 22px 30px;
  border-bottom: 1px solid #fff;
}
ul.sales-desc__list li:first-child {
  border-top: 1px solid #fff;
}

ul.sales-desc__list--main {
  max-width: 580px;
}

.sales-desc__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.sales-desc__gallery-item {
  display: block;
  margin: 0;
}
.sales-desc__gallery-item:not(:last-child) {
  margin-bottom: 25px;
}

.sales-desc-image {
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.sales-desc-image-1 {
  border-top-left-radius: 165px;
}

.sales-desc__imagebox-mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .sales-desc__left {
    width: 40%;
    padding-right: 30px;
  }
  .sales-desc__heading {
    font-size: 90px;
  }
  .sales-desc__subtitle {
    font-size: 22px;
  }
  ul.sales-desc__list li {
    padding: 20px 26px;
  }
}
@media screen and (max-width: 768px) {
  .sales-desc {
    display: block;
  }
  .sales-desc__left {
    display: none;
  }
  .sales-desc__right {
    width: 100%;
    flex: 1 1 auto;
  }
  .sales-desc__heading {
    font-size: 80px;
  }
  .sales-desc__right {
    text-align: center;
  }
  .sales-desc__subtitle--main {
    max-width: none;
  }
  ul.sales-desc__list--main {
    max-width: none;
  }
  .sales-desc__imagebox-mobile {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 576px) {
  .sales-desc-section {
    padding: 40px 0;
  }
  .sales-desc__heading {
    font-size: 30px;
  }
  .sales-desc__subtitle {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
  }
  ul.sales-desc__list li {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
  }
  ul.sales-desc__list li:first-child {
    border-top: none;
  }
}
.project-desc-section {
  padding: 90px 0;
}

@media screen and (max-width: 768px) {
  .project-desc__gallery {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .project-desc-section {
    padding: 40px 0;
  }
}
.not-found {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  min-height: 580px;
  padding-top: 140px;
  padding-bottom: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.not-found::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 20, 22, 0.8);
}

.not-found-code {
  margin: 0;
  font-size: 82px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

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

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

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

@media screen and (max-width: 576px) {
  .not-found {
    min-height: 420px;
  }
}
.noresults {
  padding: 60px 0;
}

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

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