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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* SETTINGS */
/* FONTS */
/* COLORS */
/* BASE */
body {
  font-family: "Quicksand", sans-serif;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

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

p {
  margin-top: 0;
  margin-bottom: 24px;
}
p b, p strong {
  font-weight: 600;
}

p, a, ul {
  font-size: 1.0625rem;
}

a {
  color: #009FE3;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
}
a:hover {
  color: #00587d;
}

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

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

.container-full {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.wrapper {
  display: flex;
  gap: 20px;
}

.col-6 {
  width: 100%;
  max-width: 50%;
}

.btn {
  display: block;
  font-weight: 500 !important;
  padding: 12px 32px;
  color: #000 !important;
  line-height: 1;
  transition: all 0.3s ease-out;
  max-width: max-content;
  background-color: #fff;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.btn--cta {
  color: #fff !important;
  background-color: #009FE3 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/* SPECIFIC */
h1, h2 {
  font-weight: 300;
  letter-spacing: -0.05em;
}

.btn-link {
  display: inline-block;
  font-size: 1.25rem;
  text-transform: uppercase;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
  max-width: max-content;
}
.btn-link::after {
  content: url("../img/icon/a-arrow.svg");
  transition: all 0.3s ease-out;
}
.btn-link:hover::after {
  transform: translateX(5px);
}

.section__title {
  font-size: 4.0625rem;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.section__desc {
  max-width: 840px;
}

.menu-btn {
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-btn span {
  display: block;
  position: absolute;
  width: 44px;
  height: 2px;
  background: white;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-btn span:nth-child(1) {
  transform: translateY(-4.5px);
}

.menu-btn span:nth-child(2) {
  transform: translateY(4.5px);
}

.is-open .menu-btn span:nth-child(1) {
  transform: rotate(45deg);
}
.is-open .menu-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.is-open .header-menu-box {
  right: 0 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 32px 42px;
  z-index: 1000;
  transition: all 0.3s ease-out;
}

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

.is-sticky .header {
  background-color: #1e1e1e;
  padding-top: 6px;
  padding-bottom: 6px;
}
.is-sticky .header .logo {
  max-width: 100px;
}

.header-menu-box {
  position: fixed;
  right: -200%;
  top: 0;
  height: 100vh;
  background-color: #1e1e1e;
  z-index: 9;
  width: 350px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
}

.header-menu ul {
  list-style: none;
  padding-top: 100px;
  padding-left: 0;
}
.header-menu ul li {
  margin: 16px 0;
}
.header-menu ul a {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
.header-menu ul a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #009FE3;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: width 0.3s ease;
}
.header-menu ul a:hover::after {
  width: 100%;
}

@media (max-width: 900px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-menu ul {
    padding-top: 40px;
  }
  .header-menu ul li {
    margin: 12px 0;
  }
  .header-menu ul li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  .logo {
    max-width: 100px;
  }
  .header-menu-box {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .is-open .header-menu-box {
    right: 0 !important;
    left: 0 !important;
  }
}
.section-hero {
  background-color: #000000;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 170px;
  position: relative;
}
.section-hero::after {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 23.89%), linear-gradient(180deg, rgba(0, 0, 0, 0) 55.19%, #000 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
}

.hero__title {
  color: #FFF;
  font-size: 4.6875rem;
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__btns {
  display: flex;
  gap: 30px;
}
.hero__btns a {
  display: block;
  margin-top: 30px;
}

@media (max-width: 900px) {
  .hero__title {
    font-size: 3rem;
  }
  .section-hero {
    min-height: 500px;
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .section-hero {
    padding-bottom: 0px;
  }
  .section-hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 23.89%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  }
  .hero__title {
    font-size: 2rem;
  }
  .hero__btns {
    flex-direction: column;
    gap: 16px;
  }
  .hero__btns a {
    margin-top: 0;
  }
  .hero__btns a:first-child {
    margin-top: 30px;
  }
}
@media (max-width: 460px) {
  .hero__title {
    font-size: 1.8rem;
  }
}
.page-template-front-page .section-text-img {
  background-color: #000 !important;
  color: #fff !important;
  padding: 150px 0 !important;
  margin: 0 !important;
}
.page-template-front-page .section-text-img.has-img .text-img__content {
  margin-top: 150px;
}

.section-text-img {
  margin: 150px 0;
  background-color: #fff;
  color: #000;
}
.section-text-img:not(.has-img) {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.section-text-img:not(.has-img) .col-6 {
  max-width: 100% !important;
}
.section-text-img .wrapper {
  gap: 80px;
}
.section-text-img .wrapper.position-2 {
  flex-direction: row-reverse;
}
.section-text-img .section__title {
  font-size: 3rem;
  line-height: 1;
}
.section-text-img .section__title b, .section-text-img .section__title strong {
  font-size: 6rem;
  font-weight: 300;
}

.has-img .text-img__content {
  max-width: 620px;
}

.section-text-img + .section-text-img {
  margin-top: -100px;
}

@media (max-width: 1400px) {
  .section-text-img .wrapper {
    gap: 30px;
  }
}
@media (max-width: 1400px) {
  .section__title {
    font-size: 2rem !important;
  }
  .section-text-img .section__title b, .section-text-img .section__title strong {
    font-size: 4rem !important;
  }
}
@media (max-width: 1200px) {
  .section-text-img.has-img .text-img__content {
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  .page-template-front-page .section-text-img {
    padding-top: 0 !important;
  }
  .page-template-front-page .section-text-img .text-img__content {
    margin-top: 80px !important;
  }
  .section__title {
    font-size: 2rem !important;
  }
  .section-text-img .section__title b, .section-text-img .section__title strong {
    font-size: 2.4rem !important;
  }
  .col-6 {
    max-width: 100% !important;
  }
  .wrapper {
    flex-wrap: wrap;
  }
  .section-text-img .wrapper {
    flex-direction: column-reverse;
  }
  .text-img__content {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .section-text-img.has-img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-text-img + .section-text-img {
    margin-top: -120px !important;
  }
}
@media (max-width: 460px) {
  .section__title {
    font-size: 1.8rem !important;
  }
  .section-text-img .section__title b, .section-text-img .section__title strong {
    font-size: 2rem !important;
  }
}
.section-details {
  margin-top: 200px;
  margin-bottom: 120px;
}
.section-details .wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}

.details__item {
  max-height: 200px;
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 40px;
  border-left: 1px solid #009FE3;
  max-width: 48%;
  width: 100%;
}
.details__item p, .details__item ul, .details__item ol {
  margin-bottom: 0;
}

.details__item--number {
  padding-left: 0;
  border: 0;
  max-height: unset;
}
.details__item--number ol {
  list-style: none;
  padding-left: 0;
}

.details__list-item {
  position: relative;
  overflow: hidden;
}
.details__list-item a {
  padding-left: 36px;
  font-size: 1.5rem;
  font-weight: 600 !important;
  display: flex;
  gap: 30px;
  align-items: center;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  transition: all 0.3s ease-out;
  color: #000 !important;
}
.details__list-item a::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.details__list-item a:hover {
  color: #fff !important;
}
.details__list-item a:hover::after {
  width: 100%;
}
.details__list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background-color: #009FE3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.details__list-item .details__number {
  font-weight: 300;
}
.details__list-item .details__link {
  font-weight: 300;
}

@media (max-width: 900px) {
  .section-details {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .details__item--number {
    padding-left: 0 !important;
  }
  .details__item {
    max-height: unset;
    max-width: 100%;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .details__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .details__list-item::after {
    width: 100%;
  }
  .details__list-item a {
    font-size: 1.125rem;
    padding-left: 24px;
    gap: 16px;
  }
}
.imgs-list__item {
  position: relative;
  max-height: 650px;
}
.imgs-list__item::after {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%);
}
.imgs-list__item img {
  min-height: 480px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgs-list__box {
  position: relative;
  display: flex;
  flex-direction: column;
}

.imgs-list__item-content {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1070px;
}
.imgs-list__item-content h2 {
  font-size: 3rem;
  font-weight: 500;
}
.imgs-list__item-content h3 {
  font-size: 2rem;
  font-weight: 300;
}

.imgs-list__item {
  position: sticky;
  top: 100px;
  height: 100vh;
  overflow: hidden;
}

.imgs-list__item:not(:first-child) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transform-origin: center center;
  transition: transform 0.6s ease;
}
.imgs-list__item:not(:first-child).is-active {
  transform: scale(1);
}

.imgs-list__item:not(:first-child) img {
  transform: scale(1.05);
  transform-origin: center center;
  transition: transform 0.6s ease;
}

.imgs-list__item.is-active img {
  transform: scale(1);
}

@media (max-width: 1400px) {
  .imgs-list__item-content {
    top: 200px;
    max-width: 96%;
  }
}
@media (max-width: 900px) {
  .imgs-list__item-content {
    top: 130px;
  }
  .imgs-list__item-content h2 {
    font-size: 2rem;
  }
  .imgs-list__item-content h3 {
    font-size: 1.4rem;
  }
  .imgs-list__item img {
    min-height: 350px;
  }
  .imgs-list__item {
    max-height: 300px;
  }
}
@media (max-width: 600px) {
  .imgs-list__item {
    max-height: 240px;
  }
  .imgs-list__item img {
    min-height: 250px;
  }
  .imgs-list__item-content {
    top: 80px;
  }
  .imgs-list__item-content p {
    font-size: 0.9rem;
  }
  .imgs-list__item-content h2 {
    font-size: 1.4rem;
  }
  .imgs-list__item-content h3 {
    font-size: 1.1rem;
  }
}
.section-tils {
  padding-top: 180px;
  padding-bottom: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/tils-bg.png");
  background-color: #000;
  color: #fff;
}
.section-tils .wrapper {
  gap: 46px;
  flex-wrap: wrap;
}

.tils__title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.tils__title span {
  font-weight: 300;
}

.tils__item {
  padding: 34px 46px;
  border: 1px solid #009FE3;
  width: calc(33% - 30px);
}
.tils__item p {
  margin-bottom: 0;
  max-width: 350px;
}

.tils__item--empty {
  border: none;
}

.steps__link {
  margin-top: 100px;
}

.steps__wrapper {
  justify-content: center;
  margin-top: 80px;
}

.steps__item {
  position: relative;
  border-bottom: 1px solid #009FE3;
}
.steps__item:not(:last-of-type) {
  margin-right: 30px;
}
.steps__item:not(:last-of-type)::after {
  content: url(../img/icon/a-arrow.svg);
  position: absolute;
  right: -50px;
  top: 6px;
}
.steps__item .tils__title {
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .section-tils .wrapper:not(.steps__wrapper) {
    gap: 24px;
  }
}
@media (max-width: 900px) {
  .section-tils {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-tils .wrapper {
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
  }
  .tils__item {
    width: calc(50% - 12px);
  }
  .tils__item--empty {
    display: none;
  }
}
@media (max-width: 700px) {
  .tils__item {
    padding: 24px;
  }
  .steps__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .steps__item {
    width: max-content;
    margin-right: 0 !important;
  }
  .steps__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .steps__item::after {
    bottom: -40px;
    right: unset !important;
    top: auto !important;
    transform: rotate(90deg) translateY(50%);
    left: 50%;
  }
}
@media (max-width: 600px) {
  .tils__item {
    width: 100%;
  }
  .tils__title {
    font-size: 1rem;
  }
}
.section-news {
  margin-top: 160px;
  margin-bottom: 160px;
}
.section-news .wrapper {
  gap: 46px;
  margin-top: 60px;
  margin-bottom: 150px;
}

.news__item {
  width: 33%;
}
.news__item:hover .news__item-img img {
  transform: scale(1.1);
}

.news__item-img {
  overflow: hidden;
}
.news__item-img img {
  transition: all 0.3s ease-out;
}

.news__item-content {
  border-left: 1px solid #009FE3;
  margin-top: 36px;
  padding-left: 30px;
  padding-bottom: 16px;
}
.news__item-content h3 {
  font-size: 2.25rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 24px;
}
.news__item-content span {
  color: #000;
  font-size: 1rem;
}

.news-box {
  margin-top: 0;
}
.news-box .wrapper {
  flex-wrap: wrap;
}
.news-box .wrapper .news__item {
  width: calc(33% - 26px);
}

.navigation .nav-links {
  text-align: center;
}
.navigation .nav-links a, .navigation .nav-links span {
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
  padding: 4px 6px;
  transition: all 0.3s ease-out;
}
.navigation .nav-links a.prev, .navigation .nav-links a.next, .navigation .nav-links span.prev, .navigation .nav-links span.next {
  position: relative;
  top: -3px;
}
.navigation .nav-links a {
  color: #009FE3;
}
.navigation .nav-links a:hover {
  color: #00587d;
}

.search-box {
  display: flex;
  justify-content: flex-end;
}
.search-box form {
  position: relative;
}
.search-box form input {
  padding: 8px 32px 8px 12px;
  border: 1px solid #ccc;
  font-size: 1rem;
  min-width: 360px;
}
.search-box form button {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  background: none;
  border: none;
  padding: 0 8px;
  cursor: pointer;
}
.search-box form button img {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-out;
}
.search-box form button img:hover {
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .news__item-content h3 {
    font-size: 2rem;
  }
  .section-news .wrapper {
    gap: 24px;
  }
}
@media (max-width: 900px) {
  .section-news .wrapper {
    gap: 24px;
    margin-top: 30px;
    justify-content: center;
    margin-bottom: 50px;
  }
  .section-news {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .news__item {
    width: 48% !important;
  }
  .news__item .news__item-content {
    padding-left: 20px;
  }
  .news__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .news__item {
    width: 100% !important;
  }
  .news__item h3 {
    font-size: 1.4rem;
  }
}
.footer {
  background-color: #1e1e1e;
  color: #fff;
}

.footer__box {
  padding: 0 35px;
  width: 33.33333333%;
}
.footer__box p, .footer__box a {
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.footer__box a {
  color: #009FE3;
  font-weight: 600;
}
.footer__box a:hover {
  color: #00587d;
}
.footer__box:not(:first-child) {
  border-left: 1px solid #666;
}

.footer__box--logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__box--logo p {
  text-align: center;
  margin-top: 16px;
}

.footer__box--contact p:first-child {
  margin-bottom: 24px;
}

.footer__box--address p {
  font-size: 1.25rem;
}

.footer__boxes {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}

.socials__item {
  flex-shrink: 0;
}
.socials__item:hover {
  opacity: 0.7;
}

.footer__bar {
  border-top: 2px solid #484848;
  padding: 16px 30px;
  display: flex;
  justify-content: space-between;
}

.copyright {
  font-size: 1rem;
  color: #D9D9D9;
}

a.copyright {
  color: #D9D9D9;
}
a.copyright:hover {
  color: #00587d;
}

.footer__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__menu a {
  color: #D9D9D9;
  font-size: 1rem;
  position: relative;
}
.footer__menu a:hover {
  color: #00587d;
}
.footer__menu a:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  width: 1px;
  height: 18px;
  right: -10px;
  background-color: #D9D9D9;
}

@media (max-width: 1000px) {
  .footer__box a {
    font-size: 1rem;
  }
  .footer__box p, .footer__box a {
    font-size: 1.2rem;
  }
}
@media (max-width: 900px) {
  .footer__boxes {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
  .footer__box--logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__box--logo p {
    margin-top: 8px;
  }
  .footer__box--contact {
    border: 0 !important;
    padding-left: 0;
    width: 48%;
  }
  .footer__box--address {
    width: 48%;
  }
  .footer__bar {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__menu {
    width: 100%;
    order: -1;
    justify-content: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .footer__box--address {
    padding: 0;
    width: 100%;
    margin-top: 20px;
    border: 0 !important;
    text-align: center;
    justify-content: center;
  }
  .footer__box--contact {
    padding: 0;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  .footer__box--contact p:first-child {
    margin-bottom: 8px;
  }
  .footer .socials {
    justify-content: center;
  }
}
@media (max-width: 460px) {
  .copyright {
    width: 100%;
    text-align: center;
  }
}
.page-header {
  padding-top: 100px;
  background-color: #1e1e1e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 260px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  position: relative;
}
.page-header::after {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 23.89%), linear-gradient(180deg, rgba(0, 0, 0, 0) 55.19%, #000 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.page-header__title {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.breadcrumbs {
  margin-bottom: 20px;
  font-size: 0.875rem;
}
.breadcrumbs a {
  font-weight: 500 !important;
  font-size: 0.875rem;
}

.main-page {
  margin-bottom: 100px;
}
.main-page .breadcrumbs + .section {
  margin-top: 80px;
}

.page-template-default .section-imgs-list + script + .section {
  margin-top: 80px !important;
}

.rte {
  width: 100%;
}
.rte a {
  font-weight: 600;
}
.rte .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.rte figcaption {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 4px;
}
.rte figure {
  max-width: 100%;
}
.rte .gallery {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rte .gallery .gallery-item {
  margin-bottom: 0;
}
.rte .gallery .gallery-item .gallery-icon {
  height: 100%;
}
.rte .gallery .gallery-item img {
  object-fit: cover;
  height: stretch;
}
.rte .gallery-columns-3 .gallery-item {
  max-width: calc(33.333333% - 6.7px);
}
.rte .gallery-columns-2 .gallery-item {
  max-width: calc(50% - 5px);
}

.article__rte {
  margin-top: 60px;
  margin-bottom: 100px;
}
.article__rte .date {
  font-weight: 600;
  padding-bottom: 20px;
  display: inline-block;
}

.article__aside {
  border-left: 1px solid #ccc;
  padding-left: 40px;
  height: 100%;
  min-width: 340px;
  margin-top: 70px;
}
.article__aside .related {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.article__aside .news__item {
  width: 100%;
}
.article__aside .news__item h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.article__aside .news__item .news__item-content {
  padding-left: 24px;
  margin-top: 12px;
}
.article__aside .search-box {
  margin-bottom: 80px;
}
.article__aside .search-box form {
  width: 100%;
}
.article__aside .search-box input {
  min-width: 100%;
}

.article__body .wrapper {
  display: flex;
  gap: 80px;
  align-items: stretch;
  justify-content: space-between;
}

.aside__title {
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .article__rte {
    margin-bottom: 0;
  }
  .article__aside {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    border: none;
    margin-top: 0;
    margin-bottom: 70px;
  }
  .article__aside .news__item {
    width: 100% !important;
  }
  .article__aside .search-box {
    margin-bottom: 40px;
  }
}
.section-error {
  margin-top: 50px;
  font-weight: 700;
}

.error-page__code {
  font-size: 6.25rem;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 100px;
  margin-top: 100px;
}

.error-page__message {
  text-align: center;
}

.contact {
  margin-top: 80px;
  margin-bottom: 100px;
}
.contact .wrapper {
  display: flex;
  justify-content: center;
}

.contact__info {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.contact__info p, .contact__info a {
  font-size: 1.2rem;
}
.contact__info .contact__info-inner {
  border: 1px solid #009FE3;
  padding: 64px 80px 40px 80px;
}

.contact__form {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__form h3 {
  margin-bottom: 20px;
}
.contact__form p {
  margin-bottom: 0 !important;
}

.contact__form-inner {
  max-width: 600px;
}

.contact__map {
  margin-top: 100px;
  width: 100%;
}
.contact__map iframe {
  width: 100%;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #28251d;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  color: #28251d;
  border: 1px solid #ccc;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  -webkit-appearance: none;
  appearance: none;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form textarea:focus {
  border-color: #01696f;
  box-shadow: 0 0 0 3px rgba(1, 105, 111, 0.15);
}

.wpcf7-form textarea {
  resize: vertical;
  height: 140px;
  line-height: 1.6;
}

.wpcf7-form input[type=submit] {
  display: block;
  padding: 0.75rem 2rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  background: #009FE3;
  border: none;
  cursor: pointer;
  min-height: 44px;
  transition: background 160ms ease;
  margin-top: 0.5rem;
}

.wpcf7-form input[type=submit]:hover {
  background: #00587d;
}

.wpcf7-form input[type=submit]:active {
  background: #0f3638;
}

.wpcf7-not-valid {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.14) !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: #c0392b;
}

.wpcf7-response-output {
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  border: 1px solid transparent;
}

.wpcf7-mail-sent-ok {
  background: #f2f8ee;
  border-color: rgba(67, 122, 34, 0.3);
  color: #437a22;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background: #fdf3f2;
  border-color: rgba(192, 57, 43, 0.25);
  color: #c0392b;
}

.wpcf7-form .cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.cf7-checkbox p, .cf7-checkbox a {
  font-size: 0.875rem;
}

@media (max-width: 1100px) {
  .contact__info, .contact__form {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .contact__info, .contact__form {
    width: 100%;
  }
  .contact__info {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .wpcf7-form .cf7-row {
    grid-template-columns: 1fr;
  }
  .contact__info-inner {
    padding: 30px !important;
  }
}
.section-faq {
  margin-top: 160px;
  margin-bottom: 120px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.faq__list {
  width: 100%;
}

.faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #000;
  border: none;
  padding: 10px 0;
  width: 100%;
  transition: all 0.3s ease-out;
}
.faq__question:hover {
  background-color: #000;
  color: #fff;
}

.faq__item {
  border-top: 1px solid #000;
}
.faq__item:first-child {
  border-top: none;
}
.faq__item svg {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.faq__question .faq__icon--close {
  display: none;
}

.faq__question[aria-expanded=true] .faq__icon--open {
  display: none;
}

.faq__question[aria-expanded=true] .faq__icon--close {
  display: block;
}

.faq__answer {
  padding: 0px 8px 30px 8px;
  background-color: #fff;
}

.faq__answer[hidden] {
  display: none;
}

@media (max-width: 600px) {
  .section-faq {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .faq__question {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=main.css.map */
