/*!
Theme Name: sting
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sting is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! 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 */
  height: 100%;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Scandia";
  src: url("fonts/Scandia-Medium.eot");
  src: local("Scandia Medium"), local("Scandia-Medium"), url("fonts/Scandia-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Scandia-Medium.woff2") format("woff2"), url("fonts/Scandia-Medium.woff") format("woff"), url("fonts/Scandia-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scandia";
  src: url("fonts/Scandia-Bold.eot");
  src: local("Scandia Bold"), local("Scandia-Bold"), url("fonts/Scandia-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Scandia-Bold.woff2") format("woff2"), url("fonts/Scandia-Bold.woff") format("woff"), url("fonts/Scandia-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scandia";
  src: url("fonts/Scandia-Regular.eot");
  src: local("Scandia Regular"), local("Scandia-Regular"), url("fonts/Scandia-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Scandia-Regular.woff2") format("woff2"), url("fonts/Scandia-Regular.woff") format("woff"), url("fonts/Scandia-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col, .gallery_style-2 .gallery__inner-group, .gallery_style-1 .gallery__inner:nth-child(2), .gallery_style-1 .gallery__inner:nth-child(1), .project-post-wrapp_left .project-post__inner,
.container {
  width: 90vw;
  max-width: 1685px;
  margin: 0 auto;
}
@media (max-width: 1024.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col, .gallery_style-2 .gallery__inner-group, .gallery_style-1 .gallery__inner:nth-child(2), .gallery_style-1 .gallery__inner:nth-child(1), .project-post-wrapp_left .project-post__inner,
  .container {
    padding: 0 100px;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col, .gallery_style-2 .gallery__inner-group, .gallery_style-1 .gallery__inner:nth-child(2), .gallery_style-1 .gallery__inner:nth-child(1), .project-post-wrapp_left .project-post__inner,
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 575.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col, .gallery_style-2 .gallery__inner-group, .gallery_style-1 .gallery__inner:nth-child(2), .gallery_style-1 .gallery__inner:nth-child(1), .project-post-wrapp_left .project-post__inner,
  .container {
    padding: 0 20px;
  }
}

.post__title h1, .content-block h2,
.content-block h1, .project-block__title, h3 {
  font-size: clamp(2.1875rem, 1.6125rem + 2.875vw, 5.0625rem);
  line-height: clamp(40px, 40px + 56 * (100vw - 320px) / 1600, 96px);
}

.more-link, body {
  font-size: clamp(0.9375rem, 0.7125rem + 1.125vw, 2.0625rem);
  line-height: clamp(19px, 19px + 23 * (100vw - 320px) / 1600, 42px);
}

.more-link, .post__link, .accordion__button {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  line-height: normal;
  border: none;
  background: none;
  border-bottom: 1px solid transparent;
  -webkit-transform: border-bottom 0.6s ease;
      -ms-transform: border-bottom 0.6s ease;
          transform: border-bottom 0.6s ease;
}
.more-link:focus, .post__link:focus, .accordion__button:focus, .more-link:focus-visible, .post__link:focus-visible, .accordion__button:focus-visible {
  outline: none;
}
.more-link:hover, .post__link:hover, .accordion__button:hover {
  border-bottom: 1px solid #000;
  -webkit-transform: border-bottom 0.6s ease;
      -ms-transform: border-bottom 0.6s ease;
          transform: border-bottom 0.6s ease;
}

body {
  font-family: "Scandia", sans-serif;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0;
  outline: none;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
  line-height: normal;
  border-bottom: 1px solid transparent;
  -webkit-transform: border-bottom 0.6s ease;
      -ms-transform: border-bottom 0.6s ease;
          transform: border-bottom 0.6s ease;
}
a:focus, a:focus-visible {
  outline: none;
}
a:hover {
  border-bottom: 1px solid #000;
  -webkit-transform: border-bottom 0.6s ease;
      -ms-transform: border-bottom 0.6s ease;
          transform: border-bottom 0.6s ease;
}

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

ul,
li {
  display: block;
}

#page {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page .site-main,
#page .flexible-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flexible-main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.header-style,
.post-template.content-block,
.error-404 {
  margin-top: 100px;
}
@media (max-width: 1024.98px) {
  .header-style,
  .post-template.content-block,
  .error-404 {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .header-style,
  .post-template.content-block,
  .error-404 {
    margin-top: 50px;
  }
}

.current-menu-item {
  border-bottom: 1px solid #000;
}

.scroll-to-top {
  position: fixed;
  bottom: 43px;
  right: 43px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (max-width: 575.98px) {
  .scroll-to-top {
    width: 40px;
    height: 40px;
    bottom: 23px;
    right: 23px;
  }
}
.scroll-to-top:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.entry-content.content-block__wrapp {
  max-width: 100%;
}
.entry-content.content-block__wrapp h2 {
  margin: 70px 0 30px;
}
@media (max-width: 767.98px) {
  .entry-content.content-block__wrapp h2 {
    margin: 50px 0 25px;
  }
}
.entry-content.content-block__wrapp p a {
  display: inline-block;
}

.no-scroll {
  overflow: hidden;
}

h3 {
  line-height: normal;
}

@media (max-width: 575.98px) {
  .post-template-wrapper .content-block__wrapp {
    padding-left: 3rem;
    width: calc(100% - 3rem);
  }
}
@media (max-width: 575.98px) {
  .post-template-wrapper + .more-link-wrapper {
    padding-left: 3rem;
  }
}

.image {
  padding: 50px 0;
}
@media (max-width: 575.98px) {
  .image {
    padding: 27.5px 0;
  }
}

@media (max-width: 575.98px) {
  .gallery + .content-block {
    padding-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .content-block + .gallery_style-1 {
    padding-top: 7.5px;
  }
}

.accordion__content {
  padding-top: 20px;
}
.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}
.accordion__button {
  display: block;
  margin-top: 30px;
  font-size: clamp(1.5rem, 1.0714rem + 0.6696vw, 1.5rem);
  line-height: clamp(1.875rem, 1.4rem + 0.5vw, 2.5rem);
  font-weight: 500;
  text-align: left;
}
@media (max-width: 575.98px) {
  .accordion__button {
    margin-top: 20px;
    font-size: clamp(0.9375rem, 0.7875rem + 0.75vw, 1.6875rem);
    line-height: clamp(1.3125rem, 1.1025rem + 1.05vw, 2.3625rem);
  }
}
.accordion.content-block__wrapp .content-block__links {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .accordion.content-block__wrapp .content-block__links {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 0;
  }
}
.accordion.content-block__wrapp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 15px;
}
@media (max-width: 575.98px) {
  .accordion.content-block__wrapp ul {
    padding: 0 0 0 10px;
  }
}
.accordion.content-block__wrapp ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.accordion.content-block__wrapp ul li::before {
  content: "-";
}
.accordion.content-block__wrapp p {
  margin-bottom: 0;
}
.accordion.content-block__wrapp p ~ p {
  margin-top: 25px;
}
.accordion.content-block__wrapp p ~ p:first-of-type {
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .accordion.content-block__wrapp p ~ p {
    margin-top: 20px;
  }
}
.accordion .content-block__links {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 !important;
}
.accordion .content-block__links li::before {
  display: none;
}

.team img {
  width: 100%;
  max-height: 582px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__content {
  margin-top: 34px;
}
@media (max-width: 575.98px) {
  .team__content {
    margin-top: 24px;
  }
}
.team__content p {
  margin-bottom: 7px;
  font-size: clamp(0.9375rem, 0.7875rem + 0.75vw, 1.5rem);
  line-height: clamp(21px, 21px + 21 * (100vw - 320px) / 1600, 32px);
}
.team__content p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .team__content p {
    font-size: clamp(0.9375rem, 0.7875rem + 0.75vw, 1.6875rem);
    word-break: auto-phrase;
  }
}

.project-block {
  padding: 50px 0;
}
@media (max-width: 575.98px) {
  .project-block {
    padding: 27.5px 0;
  }
}
.project-block__title {
  line-height: 96px;
  margin: 0 0 79px;
}
@media (max-width: 1199.98px) {
  .project-block__title {
    margin: 0 0 50px;
    line-height: normal;
  }
}

@media (max-width: 1900px) {
  .project-post__image img {
    width: 64.7%;
  }
}
@media (max-width: 1024.98px) {
  .project-post__image img {
    width: 100%;
  }
}
.project-post-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 97px;
}
@media (max-width: 575.98px) {
  .project-post-wrapp {
    margin-bottom: 47px;
  }
}
.project-post-wrapp:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024.98px) {
  .project-post-wrapp img {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767.98px) {
  .project-post-wrapp img {
    width: calc(100% - 50px);
  }
}
@media (max-width: 575.98px) {
  .project-post-wrapp img {
    width: calc(100% - 20px - 3rem);
  }
}
.project-post-wrapp_right {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.project-post-wrapp_right .project-post__image img {
  margin-left: auto;
  width: 100%;
}
.project-post-wrapp_right .project-post {
  width: 64.3%;
}
@media (max-width: 1250px) {
  .project-post-wrapp_right .project-post {
    margin-left: auto;
  }
}
@media (max-width: 1024.98px) {
  .project-post-wrapp_right .project-post {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767.98px) {
  .project-post-wrapp_right .project-post {
    width: calc(100% - 50px);
  }
}
@media (max-width: 575.98px) {
  .project-post-wrapp_right .project-post {
    width: calc(100% - 20px - 3rem);
  }
}
@media (max-width: 1250px) {
  .project-post-wrapp_right {
    display: block;
    margin-left: auto;
  }
}
.project-post-wrapp_left {
  display: block;
}
@media (max-width: 575.98px) {
  .project-post-wrapp_left .project-post__inner {
    width: calc(100% - 40px - 3rem);
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .project-post__inner {
    width: calc(100% - 50px);
  }
}
@media (max-width: 575.98px) {
  .project-post__inner {
    width: calc(100% - 20px - 3rem);
  }
}
.project-post__title {
  font-weight: 700;
  display: inline-block;
  margin: 25px 0 clamp(0.1rem, 0.7143rem + 0.4464vw, 0.2rem);
  font-size: clamp(0.9375rem, 0.7875rem + 0.75vw, 1.5rem);
  line-height: clamp(1.5625rem, 1.25rem + 0.8vw, 2.25rem);
}
@media (max-width: 575.98px) {
  .project-post__title {
    font-size: clamp(0.9375rem, 0.7875rem + 0.75vw, 1.6875rem);
    margin: 15px 0 1px;
  }
}
.project-post__desc {
  font-size: clamp(0.9375rem, 0.7875rem + 0.75vw, 1.5rem);
  line-height: clamp(1.5625rem, 1.25rem + 0.8vw, 2.25rem);
}
@media (max-width: 1024.98px) {
  .project-post__desc {
    font-size: clamp(0.9375rem, 0.7875rem + 0.75vw, 1.6875rem);
    line-height: 18px;
  }
}
.project-post__link {
  font-size: clamp(1.25rem, 0.5357rem + 1.1161vw, 1.875rem);
  line-height: clamp(1.5rem, 1rem + 0.8vw, 2.5rem);
  font-weight: 500;
  margin-top: 48px;
}
@media (max-width: 1024.98px) {
  .project-post__link {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .project-post__link {
    font-size: 20px;
    margin-top: 28px;
  }
}
@media (max-width: 460px) {
  .project-post__link {
    font-size: 18px;
  }
}

.header img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-style-1 {
  padding: 20px 0;
}
@media (max-width: 1024.98px) {
  .header-style-1 {
    position: fixed;
    top: 0;
  }
}
.header-style-1_bg {
  background: #fff;
}
.header-style-1_bg .hamburger.active span {
  background-color: #000;
}
.header-style-1-inner {
  position: relative;
  height: 100vh;
  margin-bottom: 66px;
}
@media (max-width: 767.98px) {
  .header-style-1-inner {
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .header-style-1-inner {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .header-style-1-inner img {
    height: 100%;
  }
}
.header-style-1-inner video {
  width: 100%;
  height: 100vh;
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .header-style-1-inner__img-desk.hidden-img {
    display: none;
  }
}
.header-style-1-inner__img-mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .header-style-1-inner__img-mobile {
    display: block;
  }
}
.header-style-1 > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1024.98px) {
  .header-style-1 > .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024.98px) {
  .header-style-1 {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .header-style-1 {
    padding: 15px 0;
  }
}
.header-style-1.fixed {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
@media (max-width: 1024.98px) {
  .header-style-1.fixed {
    position: static;
  }
}
.header-style-1.fixed .header-logo-fixed {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.header-style-1.fixed-mobi {
  background: #fff;
}
.header-style-1.fixed-mobi .hamburger span {
  background-color: #000;
}
.header-style-1.fixed-mobi ~ .container-logo div {
  position: fixed;
  top: 20px;
  z-index: 5;
}
@media (max-width: 575.98px) {
  .header-style-1.fixed-mobi ~ .container-logo div {
    top: 18px;
  }
}
.header-style-1.fixed-mobi ~ .container-logo div .logo {
  color: #000;
}
.header-style-1 .hamburger span {
  background-color: #fff;
}

.logo {
  border: 0 !important;
  display: block;
}
@media (max-width: 1024.98px) {
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.container-logo {
  display: none;
}
@media (max-width: 1024.98px) {
  .container-logo {
    display: block;
  }
}
.container-logo.fixed .header-logo-fixed {
  bottom: auto;
  top: 25px;
  z-index: 1;
  position: fixed;
}
@media (max-width: 575.98px) {
  .container-logo.fixed .header-logo-fixed {
    top: 15px;
  }
}
.container-logo.fixed .header-logo-fixed .logo svg .cls-2 {
  fill: #000;
}

.header-logo-fixed {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-logo-fixed_mobi {
  display: none;
}
@media (max-width: 1024.98px) {
  .header-logo-fixed_mobi {
    position: absolute;
    bottom: 68px;
    display: block;
  }
}
.header-logo-fixed_desk {
  position: absolute;
  bottom: 68px;
}
@media (max-width: 1024.98px) {
  .header-logo-fixed_desk {
    display: none;
  }
}
.header-logo-fixed .logo {
  color: #fff;
  font-size: clamp(0.9375rem, 0.7125rem + 1.125vw, 2.0625rem);
  line-height: clamp(19px, 19px + 23 * (100vw - 320px) / 1600, 42px);
}
.header-logo-fixed.in-view {
  position: fixed;
  bottom: 0;
  top: 20px;
}
@media (max-width: 1300px) {
  .header-logo-fixed.in-view {
    bottom: -6px;
  }
}
@media (max-width: 1399.98px) {
  .header-logo-fixed.in-view {
    bottom: 0;
  }
}
.header-logo-fixed.in-view .logo {
  color: #000;
}

.nav-header {
  width: 100%;
}
.nav-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024.98px) {
  .nav-header {
    position: fixed;
    top: 65px;
    width: calc(100% - 200px);
    background: #fff;
    opacity: 0;
    padding: 20px 100px;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    left: 0;
    z-index: -1;
    visibility: hidden;
    height: 100vh;
  }
}
@media (max-width: 767.98px) {
  .nav-header {
    padding: 20px 50px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 575.98px) {
  .nav-header {
    padding: 20px 20px;
    width: calc(100% - 40px);
    top: 50px;
  }
}
@media (max-width: 1024.98px) {
  .nav-header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .nav-header ul {
    gap: 10px;
  }
}
.nav-header ul a {
  font-size: clamp(0.9375rem, 0.7125rem + 1.125vw, 2.0625rem);
  line-height: clamp(19px, 19px + 23 * (100vw - 320px) / 1600, 42px);
}
.nav-header.active {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  z-index: 10;
  visibility: visible;
}
@media (max-width: 575.98px) {
  .nav-header__desk {
    display: none;
  }
}
.nav-header__mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .nav-header__mobile {
    display: block;
  }
}

.header-style-2 {
  position: fixed;
  width: 100%;
  margin: 0;
  top: 0;
  background: #fff;
  z-index: 999;
}
.header-style-2-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .header-style-2-inner {
    padding: 15px 0;
  }
}
.header-style-2-inner .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024.98px) {
  .header-style-2 .nav-header {
    position: fixed;
    top: 115px;
    width: calc(100% - 200px);
    background: #fff;
    opacity: 0;
    padding: 20px 100px;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    left: 0;
    z-index: -1;
    visibility: hidden;
    height: 100vh;
  }
}
@media (max-width: 767.98px) {
  .header-style-2 .nav-header {
    padding: 20px 50px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 575.98px) {
  .header-style-2 .nav-header {
    padding: 20px 20px;
    width: calc(100% - 40px);
    top: 45px;
  }
}
@media (max-width: 1024.98px) {
  .header-style-2 .nav-header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .header-style-2 .nav-header ul {
    gap: 10px;
  }
}
.header-style-2 .nav-header ul a {
  font-size: clamp(0.9375rem, 0.7125rem + 1.125vw, 2.0625rem);
  line-height: clamp(19px, 19px + 23 * (100vw - 320px) / 1600, 42px);
}
.header-style-2 .nav-header.active {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  z-index: 10;
  visibility: visible;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 28px;
  width: 35px;
  position: relative;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024.98px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .hamburger {
    height: 25px;
    width: 30px;
  }
}
@media (max-width: 380px) {
  .hamburger {
    height: 22px;
    width: 26px;
  }
}
.hamburger span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hamburger span:nth-of-type(1),
.hamburger span:nth-of-type(3) {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.hamburger.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-logo-fixed_mobi.index {
  z-index: -1;
}
.header-logo-fixed_mobi.index .logo {
  color: #000;
}

.content-block {
  padding: 50px 0;
}
@media (max-width: 575.98px) {
  .content-block {
    padding: 27.5px 0;
  }
}
@media (max-width: 575.98px) {
  .content-block_news .content-block__wrapp {
    padding-left: 3rem;
    width: calc(100% - 3rem);
  }
}
.content-block_news .content-block__wrapp article {
  margin-bottom: 87px;
}
@media (max-width: 575.98px) {
  .content-block_news .content-block__wrapp article {
    margin-bottom: 37px;
  }
}
.content-block_news .content-block__wrapp article:last-of-type {
  margin-bottom: 0;
}
.content-block_news .link {
  font-weight: 700;
  margin-top: 81px;
}
@media (max-width: 575.98px) {
  .content-block_news .link {
    margin-top: 31px;
  }
}
.content-block h2,
.content-block h1 {
  margin: 0 0 60px;
}
@media (max-width: 575.98px) {
  .content-block h2,
  .content-block h1 {
    margin: 0 0 35px;
  }
}
.content-block__wrapp {
  max-width: 66.5%;
  margin-left: auto;
  word-break: break-word;
}
@media (max-width: 1920px) {
  .content-block__wrapp {
    max-width: 66.1%;
  }
}
@media (max-width: 1024.98px) {
  .content-block__wrapp {
    width: 100%;
    max-width: 100%;
  }
}
.content-block__wrapp p {
  margin-bottom: 25px;
}
.content-block__wrapp p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .content-block__wrapp p {
    margin-bottom: 20px;
  }
}
.content-block__wrapp a {
  display: inline-block;
}
.content-block__wrapp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 15px;
}
@media (max-width: 575.98px) {
  .content-block__wrapp ul {
    padding: 0 0 0 3.5rem;
  }
}
.content-block__wrapp ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.content-block__wrapp ul li::before {
  content: "-";
}
.content-block__wrapp ul + p {
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .content-block__wrapp ul + p {
    margin-top: 20px;
  }
}
.content-block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 42px;
     -moz-column-gap: 42px;
          column-gap: 42px;
  row-gap: 5px;
  margin-top: 60px;
}
@media (max-width: 575.98px) {
  .content-block__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    margin-top: 30px;
  }
}
.content-block__links li::before {
  display: none;
}
@media (max-width: 575.98px) {
  .content-block__links li {
    line-height: 15px;
  }
}
.content-block__links a {
  font-size: clamp(0.9375rem, 0.7875rem + 0.75vw, 1.6875rem);
  line-height: clamp(25px, 25px + 11 * (100vw - 320px) / 1600, 36px);
  font-weight: 500;
}

ul.content-block__links {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 575.98px) {
  ul.content-block__links {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    padding-left: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

ul.content-block__links li {
  display: block;
}

@media (max-width: 575.98px) {
  .content-block .content-block__wrapp > p,
  .accordion-section .accordion__item {
    padding-left: 3rem;
  }
}

section.post-template {
  padding: 50px 0;
}
@media (max-width: 575.98px) {
  section.post-template {
    padding: 25px 0;
  }
}
@media (max-width: 575.98px) {
  section.post-template .page-title {
    margin: 0 0 50px;
  }
}

.content-block__wrapp {
  margin-bottom: 64px;
}
@media (max-width: 575.98px) {
  .content-block__wrapp {
    margin-bottom: 40px;
  }
}
.content-block__wrapp:last-of-type {
  margin-bottom: 0;
}
.content-block__wrapp .post__title {
  font-weight: 700;
}
.content-block__wrapp .post__permalink {
  font-size: clamp(1.5rem, 1.0714rem + 0.6696vw, 1.875rem);
  line-height: clamp(2rem, 1.5rem + 0.4vw, 2.625rem);
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 1024.98px) {
  .content-block__wrapp .post__permalink {
    font-size: 30px;
    line-height: normal;
  }
}
@media (max-width: 575.98px) {
  .content-block__wrapp .post__permalink {
    font-size: 22px;
  }
}

.post__title h1 {
  margin: 0 0 100px;
}
@media (max-width: 1024.98px) {
  .post__title h1 {
    margin: 0 0 70px;
  }
}
@media (max-width: 575.98px) {
  .post__title h1 {
    margin: 0 0 50px;
    padding-right: 20px;
  }
}
.post__sidebar p {
  font-size: clamp(1.125rem, 0.7679rem + 0.558vw, 1.4375rem);
  line-height: clamp(1.5rem, 1.2rem + 0.4vw, 2rem);
  margin-bottom: 40px;
}
@media (max-width: 1024.98px) {
  .post__sidebar p {
    font-size: 23px;
    line-height: 32px;
  }
}
.post__sidebar p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .post__sidebar p {
    font-size: clamp(0.625rem, 0.3294rem + 1.6892vw, 0.9375rem);
    line-height: clamp(0.875rem, 0.7rem + 0.5vw, 1.1875rem);
  }
}
.post__sidebar img {
  margin-top: 75px;
}
@media (max-width: 1024.98px) {
  .post__sidebar img {
    margin-top: 45px;
  }
}
@media (max-width: 575.98px) {
  .post__sidebar img {
    margin-top: 35px;
    max-width: 60%;
  }
}
.post__wrapper {
  display: grid;
  grid-template-columns: 411px 1fr;
  gap: 115px;
}
@media (max-width: 1300px) {
  .post__wrapper {
    gap: 60px;
    grid-template-columns: 350px 1fr;
  }
}
@media (max-width: 1024.98px) {
  .post__wrapper {
    grid-template-columns: 1fr;
    gap: 115px;
  }
}
@media (max-width: 575.98px) {
  .post__wrapper {
    gap: 65px;
  }
}
.post__date {
  margin-bottom: 60px;
}
@media (max-width: 1024.98px) {
  .post__date {
    margin-bottom: 40px;
  }
}
.post__base-text {
  margin-bottom: 95px;
}
@media (max-width: 1024.98px) {
  .post__base-text {
    margin-bottom: 45px;
  }
}
@media (max-width: 575.98px) {
  .post__base-text {
    margin-bottom: 35px;
  }
}
.post__link {
  font-weight: 700;
  margin-top: 100px;
  display: inline-block;
}
@media (max-width: 1024.98px) {
  .post__link {
    margin-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .post__link {
    margin-top: 30px;
  }
}

.more-link-wrapper {
  margin-top: 146px;
  max-width: 66.5%;
  margin-left: auto;
}
@media (max-width: 1024.98px) {
  .more-link-wrapper {
    margin-top: 106px;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .more-link-wrapper {
    margin-top: 56px;
  }
}

.more-link {
  font-weight: 700;
  background: none;
  border: none;
}
@media (max-width: 1024.98px) {
  .more-link {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .more-link {
    font-size: clamp(0.9375rem, 0.7125rem + 1.125vw, 2.0625rem);
    line-height: clamp(0.875rem, 0.7rem + 0.5vw, 1.1875rem);
  }
}

.team-block {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
@media (max-width: 575.98px) {
  .team-block {
    padding: 27.5px 0;
  }
}
.team-block .content-block {
  padding-top: 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 108px;
     -moz-column-gap: 108px;
          column-gap: 108px;
}
@media (max-width: 1399.98px) {
  .team-grid {
    gap: 58px;
  }
}
@media (max-width: 1024.98px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
    row-gap: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024.98px) {
  .team-grid:last-of-type {
    margin-bottom: 0;
  }
}
.team-grid .team img {
  height: auto;
}
@media (max-width: 1760px) {
  .team-grid .team img {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .team-grid .team img {
    max-height: 175px;
    height: 100%;
  }
}
@media (max-width: 360px) {
  .team-grid .team img {
    max-height: 150px;
  }
}
.team-grid .team:nth-child(1), .team-grid .team:nth-child(6), .team-grid .team:nth-child(9), .team-grid .team:nth-child(10) {
  margin: 70px 0;
}
@media (max-width: 1024.98px) {
  .team-grid .team:nth-child(1), .team-grid .team:nth-child(6), .team-grid .team:nth-child(9), .team-grid .team:nth-child(10) {
    margin: 0;
  }
}
.team-grid .team:nth-child(3), .team-grid .team:nth-child(5), .team-grid .team:nth-child(7), .team-grid .team:nth-child(11) {
  margin: 108px 0;
}
@media (max-width: 1024.98px) {
  .team-grid .team:nth-child(3), .team-grid .team:nth-child(5), .team-grid .team:nth-child(7), .team-grid .team:nth-child(11) {
    margin: 0;
  }
}

.tab-team {
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  color: #000;
  font-size: clamp(0.9375rem, 0.7875rem + 0.75vw, 1.6875rem);
  line-height: clamp(25px, 25px + 11 * (100vw - 320px) / 1600, 36px);
  font-weight: 500;
  cursor: pointer;
}
.tab-team:hover {
  -webkit-transform: border-bottom 0.6s ease;
      -ms-transform: border-bottom 0.6s ease;
          transform: border-bottom 0.6s ease;
  border-bottom: 1px solid #000;
}
.tab-team.active {
  border-bottom: 1px solid #000;
}
.tab-team-content {
  padding-top: 50px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
@media (max-width: 575.98px) {
  .tab-team-content {
    padding-top: 27.5px;
  }
}
.tab-team-content.active {
  opacity: 1;
  visibility: visible;
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.4s linear, -webkit-transform 0.8s linear;
  transition: opacity 1.4s linear, -webkit-transform 0.8s linear;
  transition: opacity 1.4s linear, transform 0.8s linear;
  transition: opacity 1.4s linear, transform 0.8s linear, -webkit-transform 0.8s linear;
}
@media (max-width: 575.98px) {
  .tab-team-container {
    padding-left: 3rem;
  }
}

.gallery + .gallery {
  padding: 58px 0 0;
}
@media (max-width: 1024.98px) {
  .gallery + .gallery {
    padding: 55px 0 0;
  }
}

.gallery_style-1 .gallery__wrapper {
  gap: 58px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024.98px) {
  .gallery_style-1 .gallery__wrapper {
    gap: 55px;
  }
}
.gallery_style-1 .gallery__inner:nth-child(1) img {
  margin-left: auto;
  width: 66.5%;
}
@media (max-width: 1920px) {
  .gallery_style-1 .gallery__inner:nth-child(1) img {
    width: 66.1%;
  }
}
@media (max-width: 1024.98px) {
  .gallery_style-1 .gallery__inner:nth-child(1) img {
    width: 100%;
  }
}
.gallery_style-1 .gallery__inner:nth-child(2) img {
  margin-right: auto;
}
@media (max-width: 1024.98px) {
  .gallery_style-1 .gallery__inner.left {
    padding: 0;
    width: calc(100% - 100px);
    margin: 0 auto 0 0;
  }
}
@media (max-width: 1024.98px) {
  .gallery_style-1 .gallery__inner.right {
    padding: 0;
    width: calc(100% - 100px);
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767.98px) {
  .gallery_style-1 .gallery__inner.left, .gallery_style-1 .gallery__inner.right {
    width: calc(100% - 50px);
  }
}
@media (max-width: 575.98px) {
  .gallery_style-1 .gallery__inner.left, .gallery_style-1 .gallery__inner.right {
    width: calc(100% - 20px - 3rem);
  }
}
.gallery_style-2 .gallery__inner:nth-child(1) img {
  margin-left: auto;
}
.gallery_style-2 .gallery__inner:nth-child(2) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 293px;
}
@media (max-width: 1024.98px) {
  .gallery_style-2 .gallery__inner:nth-child(2) {
    margin-top: 93px;
  }
}
@media (max-width: 575.98px) {
  .gallery_style-2 .gallery__inner:nth-child(2) {
    margin-top: 0;
  }
}
.gallery_style-2 .gallery__inner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 58px;
}
@media (max-width: 1024.98px) {
  .gallery_style-2 .gallery__inner-group {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
  }
}
@media (max-width: 1024.98px) {
  .gallery_style-2 .gallery__inner.left {
    width: calc(100% - 100px);
    margin: 0 auto 0 0;
  }
}
@media (max-width: 1024.98px) {
  .gallery_style-2 .gallery__inner.right {
    width: calc(100% - 100px);
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767.98px) {
  .gallery_style-2 .gallery__inner.left, .gallery_style-2 .gallery__inner.right {
    width: calc(100% - 50px);
  }
}
@media (max-width: 575.98px) {
  .gallery_style-2 .gallery__inner.left, .gallery_style-2 .gallery__inner.right {
    width: calc(100% - 20px - 3rem);
  }
}
.gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024.98px) {
  .gallery__wrapper {
    gap: 55px;
  }
}
.gallery_style-3 .gallery__inner-group:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 58px;
}
@media (max-width: 1300px) {
  .gallery_style-3 .gallery__inner-group:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1024.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(1) {
    gap: 55px;
  }
}
.gallery_style-3 .gallery__inner-group:nth-child(1) .gallery__inner-group-col {
  margin: 332px 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 58px;
}
@media (max-width: 1300px) {
  .gallery_style-3 .gallery__inner-group:nth-child(1) .gallery__inner-group-col {
    margin: 40px 0;
  }
}
@media (max-width: 1024.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(1) .gallery__inner-group-col {
    margin: 0;
    gap: 55px;
  }
}
.gallery_style-3 .gallery__inner-group:nth-child(1) .gallery__inner-group-col img {
  max-width: 619px;
}
@media (max-width: 575.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(1) .gallery__inner-group-col img {
    max-width: 100%;
  }
}
@media (max-width: 1024.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(1) .gallery__inner.left {
    width: calc(100% - 100px);
    margin: 0 auto 0 0;
  }
}
@media (max-width: 1024.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(1) .gallery__inner.right {
    width: calc(100% - 100px);
    margin: 0 0 0 auto;
  }
}
@media (max-width: 1024.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(1) .gallery__inner.right img {
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(1) .gallery__inner.left, .gallery_style-3 .gallery__inner-group:nth-child(1) .gallery__inner.right {
    width: calc(100% - 50px);
  }
}
@media (max-width: 575.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(1) .gallery__inner.left, .gallery_style-3 .gallery__inner-group:nth-child(1) .gallery__inner.right {
    width: calc(100% - 20px - 3rem);
  }
}
.gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner {
  margin-bottom: 58px;
}
.gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner {
    margin-bottom: 55px;
  }
}
.gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner img {
  margin-left: auto;
}
@media (max-width: 1024.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
  }
}
.gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:last-of-type img {
  margin: 0 auto 0 0;
}
@media (max-width: 1024.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:nth-child(2), .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:nth-child(4) {
    width: calc(100% - 100px);
    margin: 0 auto 0 0;
  }
}
@media (max-width: 767.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:nth-child(2), .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:nth-child(4) {
    width: calc(100% - 50px);
  }
}
@media (max-width: 575.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:nth-child(2), .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:nth-child(4) {
    width: calc(100% - 20px - 3rem);
  }
}
@media (max-width: 1024.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:nth-child(1), .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:nth-child(3) {
    width: calc(100% - 100px);
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:nth-child(1), .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:nth-child(3) {
    width: calc(100% - 50px);
  }
}
@media (max-width: 575.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:nth-child(1), .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col .gallery__inner:nth-child(3) {
    width: calc(100% - 20px - 3rem);
  }
}
@media (max-width: 1024.98px) {
  .gallery_style-3 .gallery__inner-group:nth-child(2) .gallery__inner-group-col {
    padding: 0;
  }
}

.footer {
  padding: 100px 0 55px;
}
@media (max-width: 575.98px) {
  .footer {
    padding: 25px 0 35px;
  }
}
.footer-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 62px;
}
@media (max-width: 991.98px) {
  .footer-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer-wrapp {
    gap: 15px;
  }
}
.footer .logo {
  margin: auto 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(0.9375rem, 0.7875rem + 0.75vw, 1.6875rem);
  line-height: clamp(1.125rem, 0.945rem + 0.9vw, 2.025rem);
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 991.98px) {
  .footer ul {
    gap: 40px;
  }
}
@media (max-width: 575.98px) {
  .footer ul {
    gap: 10px;
  }
}
.footer ul a {
  font-size: clamp(0.9375rem, 0.7875rem + 0.75vw, 1.6875rem);
  line-height: clamp(1.125rem, 0.945rem + 0.9vw, 2.025rem);
}/*# sourceMappingURL=style.css.map */