/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-bulk-import-loader/index.js!./src/scss/bundle.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
:root {
  --header-height: 70px;
  --font-merriweather: "Merriweather", serif;
  --font-roboto-condensed: "Roboto Condensed", serif;
  --color-green-text: #062901;
  --color-black-text: #2A2A2D;
  --color-gray-text: #67666B;
  --color-white: #ffffff;
  --color-green: #0E5C01;
  --color-pale-beige: #E9D9C4;
  --color-amber-gold: #F8A401;
  --color-amber-gold-darken: #e99c01;
  --section-spacing: 35px;
  --content-1224-width: calc(100vw - 32px);
  --h2-font-size: 26px;
  --h3-font-size: 22px;
  --main-text-font-size: 16px;
}

@media (min-width: 420px) {
  :root {
    --header-height: calc(70px + (70 - 110) * (100vw - 420px) / (420 - 1440));
    --section-spacing: calc(35px + (35 - 75) * (100vw - 420px) / (420 - 1440));
    --content-1224-width: calc(388px + (388 - 1224) * (100vw - 420px) / (420 - 1440));
    --h2-font-size: calc(26px + (26 - 40) * (100vw - 420px) / (420 - 1440));
    --h3-font-size: calc(22px + (22 - 36) * (100vw - 420px) / (420 - 1440));
    --main-text-font-size: calc(16px + (16 - 18) * (100vw - 420px) / (420 - 1440));
  }
}
@media (min-width: 1440px) {
  :root {
    --header-height: calc(110px + (110 - 130) * (100vw - 1440px) / (1440 - 2560));
    --section-spacing: calc(75px + (75 - 100) * (100vw - 1440px) / (1440 - 2560));
    --content-1224-width: calc(1224px + (1224 - 1500) * (100vw - 1440px) / (1440 - 1920));
    --h2-font-size: 40px;
    --h3-font-size: 36px;
    --main-text-font-size: 18px;
  }
}
@media (min-width: 1920px) {
  :root {
    --content-1224-width: calc(1500px + (1500 - 1700) * (100vw - 1920px) / (1920 - 2560));
  }
}
@media (min-width: 2560px) {
  :root {
    --header-height: 130px;
    --section-spacing: 100px;
    --content-1224-width: 1700px;
  }
}
/*
@include placeholder{
    color: #000000;
};
*/
@keyframes underline-run-right {
  0% {
    background-size: 100% 100%;
    background-position: right;
  }
  49% {
    background-size: 0 100%;
    background-position: right;
  }
  50% {
    background-position: left;
    background-size: 0 100%;
  }
  100% {
    background-position: left;
    background-size: 100% 100%;
  }
}
@keyframes underline-run-left {
  0% {
    background-size: 100% 100%;
    background-position: left;
  }
  49% {
    background-size: 0 100%;
    background-position: left;
  }
  50% {
    background-position: right;
    background-size: 0 100%;
  }
  100% {
    background-position: right;
    background-size: 100% 100%;
  }
}
.footer-container {
  background-color: rgba(6, 41, 1, 0.3);
}
.footer-container .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 33px;
}
.footer-container .footer .logo {
  margin: 0 auto 25px;
}
.footer-container .footer .social-networks-container {
  margin: 25px 0;
}
.footer-container .footer .text {
  text-align: center;
}
.footer-container .footer .company-email {
  margin-top: 15px;
  background-image: linear-gradient(to top, transparent 0.2em, var(--color-black-text) 0.2em, var(--color-black-text) calc(1px + 0.2em), transparent calc(1px + 0.2em));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.footer-container .footer .company-email.hover, .footer-container .footer .company-email:hover, .footer-container .footer .company-email:focus {
  background-size: 100% 100%;
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--color-white);
}
.header-container .header {
  display: flex;
  align-items: center;
  gap: 24px;
  height: var(--header-height);
}
.header-container .header .logo-container {
  margin-right: auto;
}
.header-container .header .logo {
  width: 150px;
}
.header-container .header .main-menu {
  display: none;
}
.header-container .header .social-networks-container {
  display: none;
}
.header-container .header .donate-button {
  display: none;
}
.header-container .header .menu-open {
  position: relative;
  width: 50px;
  aspect-ratio: 1;
}
.header-container .header .menu-open .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 2px;
  background-color: var(--color-black-text);
  border-radius: 2px;
}
.header-container .header .menu-open .line:nth-child(1) {
  translate: 0 -8px;
}
.header-container .header .menu-open .line:nth-child(3) {
  translate: 0 8px;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 55px;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  bottom: 0;
  background-color: #ffffff;
  border: none;
}
.mobile-menu .top-panel {
  display: flex;
  align-items: center;
  align-self: stretch;
  height: var(--header-height);
}
.mobile-menu .top-panel .menu-close {
  position: relative;
  margin-left: auto;
  width: 50px;
  aspect-ratio: 1;
}
.mobile-menu .top-panel .menu-close .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: var(--color-black-text);
  border-radius: 2px;
}
.mobile-menu .top-panel .menu-close .line:nth-child(1) {
  transform: rotate(45deg);
}
.mobile-menu .top-panel .menu-close .line:nth-child(2) {
  transform: rotate(-45deg);
}
.mobile-menu .main-menu {
  font-size: 26px;
  font-family: var(--font-roboto-condensed);
  text-align: center;
}
.mobile-menu[open] {
  display: flex;
}

@media (min-width: 420px) {
  .header-container .header .logo {
    width: calc(150px + -50 * (100vw - 420px) / -1020);
  }
}
@media (min-width: 1024px) {
  .header-container .header .main-menu {
    display: flex;
    gap: 24px;
    font-size: 20px;
    line-height: 1.2;
    font-family: var(--font-roboto-condensed);
    color: var(--color-gray-text);
  }
  .header-container .header .main-menu a:hover {
    color: var(--color-black-text);
  }
  .header-container .header .social-networks-container {
    display: flex;
  }
  .header-container .header .donate-button {
    display: flex;
  }
  .header-container .header .menu-open {
    display: none;
  }
  .mobile-menu[open] {
    display: none;
  }
}
@media (min-width: 1440px) {
  .header-container .header .logo {
    width: calc(200px + -20 * (100vw - 1440px) / -1120);
  }
}
@media (min-width: 2560px) {
  .header-container .header .logo {
    width: 220px;
  }
}
.social-networks-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.social-networks-container .social-network {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--color-green-text);
  background-color: var(--color-white);
}

.wp-block-image {
  width: var(--content-1224-width);
  margin: 0 auto 10px;
}
.wp-block-image img {
  max-width: 100%;
  margin: auto;
}

.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0 0 0 1.5em;
  margin: 1em 0;
}
.wp-block-list.net-parameters-list {
  margin-top: 0.5em;
  gap: 0;
}

ol.wp-block-list {
  list-style-type: decimal;
}

ul.wp-block-list {
  list-style-type: disc;
}

/*
@include placeholder{
    color: #000000;
};
*/
@keyframes underline-run-right {
  0% {
    background-size: 100% 100%;
    background-position: right;
  }
  49% {
    background-size: 0 100%;
    background-position: right;
  }
  50% {
    background-position: left;
    background-size: 0 100%;
  }
  100% {
    background-position: left;
    background-size: 100% 100%;
  }
}
@keyframes underline-run-left {
  0% {
    background-size: 100% 100%;
    background-position: left;
  }
  49% {
    background-size: 0 100%;
    background-position: left;
  }
  50% {
    background-position: right;
    background-size: 0 100%;
  }
  100% {
    background-position: right;
    background-size: 100% 100%;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

p {
  margin: 0 0 1.11em;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

input,
textarea,
select {
  font-family: inherit;
  box-shadow: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}
input:placeholder,
textarea:placeholder {
  opacity: 1;
}

button {
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  text-transform: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
button::-moz-focus-inner {
  border: 0;
}

input[type=submit],
button[type=submit] {
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 1em;
}

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

img,
svg {
  display: block;
  height: auto;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button,
::-webkit-textfield-decoration-container {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.block-title {
  font-size: var(--h2-font-size);
  font-family: var(--font-merriweather);
  font-weight: 700;
  line-height: 1.23;
  color: var(--color-green-text);
  text-align: center;
}

.main-text, .wp-block-list {
  font-family: var(--font-roboto-condensed);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-black-text);
}

.subtitle {
  font-family: var(--font-roboto-condensed);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #0a0a0a;
  padding-top: var(--header-height);
}

.page {
  position: relative;
  overflow: hidden;
}

.section {
  position: relative;
}

.section-content {
  margin: auto;
}

.stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.stretch,
video.stretch {
  object-fit: cover;
  object-position: center;
}

.content-1224 {
  width: var(--content-1224-width);
  margin: 0 auto;
}

#page-nets {
  margin: 0 auto 50px;
  width: var(--content-1224-width);
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--color-white);
}
.header-container .header {
  display: flex;
  align-items: center;
  gap: 24px;
  height: var(--header-height);
}
.header-container .header .logo-container {
  margin-right: auto;
}
.header-container .header .logo {
  width: 150px;
}
.header-container .header .main-menu {
  display: none;
}
.header-container .header .social-networks-container {
  display: none;
}
.header-container .header .donate-button {
  display: none;
}
.header-container .header .menu-open {
  position: relative;
  width: 50px;
  aspect-ratio: 1;
}
.header-container .header .menu-open .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 2px;
  background-color: var(--color-black-text);
  border-radius: 2px;
}
.header-container .header .menu-open .line:nth-child(1) {
  translate: 0 -8px;
}
.header-container .header .menu-open .line:nth-child(3) {
  translate: 0 8px;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 55px;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  bottom: 0;
  background-color: #ffffff;
  border: none;
}
.mobile-menu .top-panel {
  display: flex;
  align-items: center;
  align-self: stretch;
  height: var(--header-height);
}
.mobile-menu .top-panel .menu-close {
  position: relative;
  margin-left: auto;
  width: 50px;
  aspect-ratio: 1;
}
.mobile-menu .top-panel .menu-close .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: var(--color-black-text);
  border-radius: 2px;
}
.mobile-menu .top-panel .menu-close .line:nth-child(1) {
  transform: rotate(45deg);
}
.mobile-menu .top-panel .menu-close .line:nth-child(2) {
  transform: rotate(-45deg);
}
.mobile-menu .main-menu {
  font-size: 26px;
  font-family: var(--font-roboto-condensed);
  text-align: center;
}
.mobile-menu[open] {
  display: flex;
}

@media (min-width: 420px) {
  .header-container .header .logo {
    width: calc(150px + -50 * (100vw - 420px) / -1020);
  }
}
@media (min-width: 1024px) {
  .header-container .header .main-menu {
    display: flex;
    gap: 24px;
    font-size: 20px;
    line-height: 1.2;
    font-family: var(--font-roboto-condensed);
    color: var(--color-gray-text);
  }
  .header-container .header .main-menu a:hover {
    color: var(--color-black-text);
  }
  .header-container .header .social-networks-container {
    display: flex;
  }
  .header-container .header .donate-button {
    display: flex;
  }
  .header-container .header .menu-open {
    display: none;
  }
  .mobile-menu[open] {
    display: none;
  }
}
@media (min-width: 1440px) {
  .header-container .header .logo {
    width: calc(200px + -20 * (100vw - 1440px) / -1120);
  }
}
@media (min-width: 2560px) {
  .header-container .header .logo {
    width: 220px;
  }
}
.donate-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 48px;
  border-radius: 8px;
  background-color: var(--color-amber-gold);
  color: var(--color-white);
  font-family: var(--font-roboto-condensed);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: background-color 0.3s ease;
}
.donate-button:hover {
  background-color: var(--color-amber-gold-darken);
}

.wp-block-heading {
  font-family: var(--font-merriweather);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-green-text);
}
.wp-block-heading.has-text-align-left {
  text-align: left;
}
.wp-block-heading.has-text-align-center {
  text-align: center;
}
.wp-block-heading.has-text-align-right {
  text-align: right;
}

h1.wp-block-heading {
  font-size: 30px;
}

h2.wp-block-heading {
  font-size: var(--h2-font-size);
  margin: 1.3em 0 0.7em;
}

h3.wp-block-heading {
  font-size: var(--h3-font-size);
  margin: 1.3em 0 0.7em;
}

.wp-block-image {
  width: var(--content-1224-width);
  margin: 0 auto 10px;
}
.wp-block-image img {
  max-width: 100%;
  margin: auto;
}

.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0 0 0 1.5em;
  margin: 1em 0;
}
.wp-block-list.net-parameters-list {
  margin-top: 0.5em;
  gap: 0;
}

ol.wp-block-list {
  list-style-type: decimal;
}

ul.wp-block-list {
  list-style-type: disc;
}

.section-about {
  margin: var(--section-spacing) 0;
}
.section-about .section-content .grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "text-1 text-1" "image-1 image-2" "image-3 image-3" "text-2 text-2";
  gap: 16px;
}
.section-about .section-content .image {
  border-radius: 4px;
  width: 100%;
}
.section-about .section-content .text-1 {
  grid-area: text-1;
}
.section-about .section-content .image-1 {
  grid-area: image-1;
}
.section-about .section-content .image-2 {
  grid-area: image-2;
}
.section-about .section-content .image-3 {
  grid-area: image-3;
}
.section-about .section-content .text-2 {
  grid-area: text-2;
}

@media (min-width: 1024px) {
  .section-about {
    margin: var(--section-spacing) 0;
  }
  .section-about .section-content .grid {
    margin-top: 32px;
    grid-template-columns: 1fr 32% 32%;
    grid-template-rows: auto auto;
    grid-template-areas: "text-1 image-1 image-2" "image-3 image-3 text-2";
    gap: 24px 16px;
  }
  .section-about .section-content .text,
  .section-about .section-content .image {
    align-self: center;
  }
}
/*
@include placeholder{
    color: #000000;
};
*/
@keyframes underline-run-right {
  0% {
    background-size: 100% 100%;
    background-position: right;
  }
  49% {
    background-size: 0 100%;
    background-position: right;
  }
  50% {
    background-position: left;
    background-size: 0 100%;
  }
  100% {
    background-position: left;
    background-size: 100% 100%;
  }
}
@keyframes underline-run-left {
  0% {
    background-size: 100% 100%;
    background-position: left;
  }
  49% {
    background-size: 0 100%;
    background-position: left;
  }
  50% {
    background-position: right;
    background-size: 0 100%;
  }
  100% {
    background-position: right;
    background-size: 100% 100%;
  }
}
.section-address {
  margin: var(--section-spacing) 0;
}
.section-address .section-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.section-address .section-content .map-link {
  word-wrap: break-word;
}
.section-address .section-content .map-link .underline {
  background-image: linear-gradient(to top, transparent 0.1em, var(--color-black-text) 0.1em, var(--color-black-text) calc(1px + 0.1em), transparent calc(1px + 0.1em));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.section-address .section-content .map-link .underline.hover, .section-address .section-content .map-link .underline:hover, .section-address .section-content .map-link .underline:focus {
  background-size: 100% 100%;
}
.section-address .section-content .map-link .external-link-icon {
  display: inline-block;
  width: 0.8em;
}

.section-faq {
  padding: var(--section-spacing) 0;
  background-color: var(--color-pale-beige);
}
.section-faq .section-content .faq-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 600px;
  margin: 24px auto 0;
}
.section-faq .section-content .faq-container .faq-item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  gap: 10px;
  font-family: var(--font-roboto-condensed);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.section-faq .section-content .faq-container .faq-item .question .pin {
  flex-shrink: 0;
  transition: rotate 0.5s ease-in-out;
}
.section-faq .section-content .faq-container .faq-item .question .pin polygon {
  fill: var(--color-green);
}
.section-faq .section-content .faq-container .faq-item .answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-in-out;
}
.section-faq .section-content .faq-container .faq-item .answer {
  overflow: hidden;
}
.section-faq .section-content .faq-container .faq-item .answer .text-container {
  padding-top: 10px;
}
.section-faq .section-content .faq-container .faq-item.expanded .question .pin {
  rotate: x 180deg;
}
.section-faq .section-content .faq-container .faq-item.expanded .answer-wrap {
  grid-template-rows: 1fr;
}

@media (min-width: 420px) {
  .section-faq .section-content .faq-container {
    gap: calc(15px + -5 * (100vw - 420px) / -1020);
    margin: calc(24px + -11 * (100vw - 420px) / -1020) auto 0;
  }
  .section-faq .section-content .faq-container .faq-item .question {
    font-size: calc(16px + -2 * (100vw - 420px) / -1020);
  }
  .section-faq .section-content .faq-container .faq-item .answer .text-container {
    padding-top: calc(10px + -5 * (100vw - 420px) / -1020);
  }
}
@media (min-width: 1440px) {
  .section-faq .section-content .faq-container {
    gap: 20px;
    margin: 35px auto 0;
  }
  .section-faq .section-content .faq-container .faq-item .question {
    font-size: 18px;
  }
  .section-faq .section-content .faq-container .faq-item .answer .text-container {
    padding-top: 15px;
  }
}
.section-instruction {
  margin: var(--section-spacing) 0;
}
.section-instruction .steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}
.section-instruction .steps-container .step {
  width: 288px;
  border: 1px solid #67666b;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}
.section-instruction .steps-container .step .text-wrap {
  padding: 16px 12px;
}
.section-instruction .steps-container .step .image {
  width: 100%;
}
.section-instruction .steps-container .step .title {
  margin-bottom: 8px;
}
.section-main-banner {
  position: relative;
  background-color: #48433c;
}
.section-main-banner .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-main-banner .section-content {
  position: relative;
  padding: 50px 0;
}
.section-main-banner .section-content .text {
  color: var(--color-white);
  font-family: var(--font-merriweather);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.section-main-banner .section-content .text h1 {
  margin-bottom: 1em;
  font-weight: inherit;
}

@media (min-width: 420px) {
  .section-main-banner .section-content {
    display: flex;
    align-items: center;
    min-height: calc(100dvh - var(--header-height) - 100px);
    padding: calc(50px + -50 * (100vw - 420px) / -1020) 0;
  }
  .section-main-banner .section-content .text {
    font-size: calc(18px + -12 * (100vw - 420px) / -1020);
  }
}
@media (min-width: 1440px) {
  .section-main-banner .section-content {
    padding: 100px 0;
  }
  .section-main-banner .section-content .text {
    font-size: 30px;
  }
}
.section-net {
  margin: var(--section-spacing) 0;
}
.section-net .section-content .block-title {
  color: var(--color-green-text);
  margin-bottom: 0.6em;
}
.section-net .section-content .parameters {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 500px;
  color: var(--color-black-text);
}
.section-net .section-content .parameters .parameter {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.section-net .section-content .single-image {
  max-width: 100%;
  margin: 20px auto 0;
}
.section-net .section-content .gallery {
  margin-top: 20px;
}
.section-net .section-content .gallery .slide {
  aspect-ratio: 1.7777;
}
.section-net .section-content .gallery .slide-image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}
.section-net .section-content .thumbs {
  margin-top: 10px;
}
.section-net .section-content .thumbs .slide {
  width: 70px;
  padding-right: 10px;
}
.section-net .section-content .thumbs .slide-image-container {
  aspect-ratio: 1/1;
}
.section-net .section-content .thumbs .slide-image {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid var(--color-gray-text);
  transition: border-color 0.5s ease;
  object-position: center;
  object-fit: cover;
}
.section-net .section-content .thumbs .swiper-slide-thumb-active .slide-image {
  border-color: var(--color-amber-gold);
}

@media (min-width: 420px) {
  .section-net .section-content .gallery .slide-image {
    border-radius: calc(4px + -4 * (100vw - 420px) / -1020);
  }
  .section-net .section-content .thumbs {
    margin-top: calc(10px + -14 * (100vw - 420px) / -1020);
  }
  .section-net .section-content .thumbs .slide {
    width: calc(70px + -34 * (100vw - 420px) / -1020);
    padding-right: calc(10px + -14 * (100vw - 420px) / -1020);
  }
}
@media (min-width: 1440px) {
  .section-net .section-content .gallery .slide-image {
    border-radius: 8px;
  }
  .section-net .section-content .thumbs {
    margin-top: 24px;
  }
  .section-net .section-content .thumbs .slide {
    width: 104px;
    padding-right: 24px;
  }
}
.section-order-steps {
  margin: var(--section-spacing) 0;
}
.section-order-steps .section-content .steps-container {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.section-order-steps .section-content .steps-container .separator {
  display: none;
}
.section-order-steps .section-content .steps-container .step svg {
  margin: 0 auto 10px;
}
.section-order-steps .section-content .steps-container .step .description {
  text-align: center;
}

@media (min-width: 420px) {
  .section-order-steps .section-content .steps-container .step {
    max-width: 250px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .section-order-steps .section-content .steps-container {
    flex-direction: row;
    gap: 15px;
    justify-content: center;
  }
  .section-order-steps .section-content .steps-container .separator {
    display: block;
    flex-shrink: 0;
  }
  .section-order-steps .section-content .steps-container .step {
    max-width: 230px;
    margin: 0;
    flex-basis: 25%;
  }
  .section-order-steps .section-content .steps-container .step svg {
    margin: 0 auto 24px;
  }
}
@media (min-width: 1440px) {
  .section-order-steps .section-content .steps-container {
    gap: calc(15px + -20 * (100vw - 1440px) / -1120);
  }
  .section-order-steps .section-content .steps-container .step {
    max-width: calc(230px + -20 * (100vw - 1440px) / -1120);
  }
}
@media (min-width: 2560px) {
  .section-order-steps .section-content .steps-container {
    gap: 35px;
  }
  .section-order-steps .section-content .steps-container .step {
    max-width: 250px;
  }
}
.section-schedule {
  margin: var(--section-spacing) 0;
}
.section-schedule .schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 15px;
}
.section-schedule .schedule .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-schedule .schedule .item .week-day {
  position: relative;
  flex-shrink: 0;
}
.section-schedule .schedule .item .week-day .background-figure-mobile {
  width: 184px;
}
.section-schedule .schedule .item .week-day .background-figure-mobile polygon {
  fill: var(--background-color);
}
.section-schedule .schedule .item .week-day .background-figure-desktop {
  display: none;
}
.section-schedule .schedule .item .week-day-text {
  display: flex;
  align-items: center;
  padding-left: 60px;
  color: var(--color-white);
  font-family: var(--font-roboto-condensed);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.section-schedule .schedule .item .time {
  font-family: var(--font-roboto-condensed);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  min-width: 100px;
}

@media (min-width: 420px) {
  .section-schedule .schedule {
    margin-top: calc(15px + -15 * (100vw - 420px) / -1020);
  }
}
@media (min-width: 1280px) {
  .section-schedule .schedule {
    flex-direction: row;
    gap: 0;
  }
  .section-schedule .schedule .item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .section-schedule .schedule .item .week-day .background-figure-mobile {
    display: none;
  }
  .section-schedule .schedule .item .week-day .background-figure-desktop {
    display: block;
  }
  .section-schedule .schedule .item .week-day .background-figure-desktop polygon {
    fill: var(--background-color);
  }
  .section-schedule .schedule .item .week-day-text {
    padding-left: 60px;
    font-size: 22px;
  }
  .section-schedule .schedule .item .time {
    font-size: 26px;
    font-weight: 500;
  }
  .section-schedule .schedule .item:nth-child(n+2) {
    margin-left: -16px;
  }
}
@media (min-width: 1440px) {
  .section-schedule .schedule {
    margin-top: 30px;
  }
}
.section-team {
  margin: var(--section-spacing) 0;
}
.section-team .block-title {
  text-align: center;
}
.section-team .team-members-slider {
  margin-top: 25px;
  margin-right: calc((var(--content-1224-width) - 100vw) / 2);
  margin-left: -6px;
}
.section-team .team-members-slider .team-member-wrap {
  width: 288px;
  padding: 0 6px;
}
.section-team .team-members-slider .team-member-wrap .team-member {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--color-green-text);
  margin-block: 1px;
}
.section-team .team-members-slider .team-member-wrap .team-member .photo {
  width: 100%;
  border-radius: 2px;
}
.section-team .team-members-slider .team-member-wrap .team-member .name {
  text-align: center;
  font-family: var(--font-roboto-condensed);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: var(--color-green-text);
}
.section-team .controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 22px;
}
.section-team .controls_button {
  padding: 10px;
}
.section-team .controls_button .shape {
  width: 32px;
  transition: scale 0.5s ease;
}
.section-team .controls_button .shape polygon {
  fill: var(--color-green);
}
.section-team .controls_button:hover .shape {
  scale: 1.05;
}

@media (min-width: 420px) {
  .section-team .team-members-slider {
    margin-top: calc(25px + -7 * (100vw - 420px) / -1020);
  }
  .section-team .team-members-slider .team-member-wrap .team-member {
    gap: calc(12px + -4 * (100vw - 420px) / -1020);
    padding: calc(16px + -8 * (100vw - 420px) / -1020);
  }
}
@media (min-width: 1440px) {
  .section-team .team-members-slider {
    margin-top: 32px;
  }
  .section-team .team-members-slider .team-member-wrap .team-member {
    gap: 16px;
    padding: 24px;
  }
}
/*
@include placeholder{
    color: #000000;
};
*/
@keyframes underline-run-right {
  0% {
    background-size: 100% 100%;
    background-position: right;
  }
  49% {
    background-size: 0 100%;
    background-position: right;
  }
  50% {
    background-position: left;
    background-size: 0 100%;
  }
  100% {
    background-position: left;
    background-size: 100% 100%;
  }
}
@keyframes underline-run-left {
  0% {
    background-size: 100% 100%;
    background-position: left;
  }
  49% {
    background-size: 0 100%;
    background-position: left;
  }
  50% {
    background-position: right;
    background-size: 0 100%;
  }
  100% {
    background-position: right;
    background-size: 100% 100%;
  }
}
.footer-container {
  background-color: rgba(6, 41, 1, 0.3);
}
.footer-container .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 33px;
}
.footer-container .footer .logo {
  margin: 0 auto 25px;
}
.footer-container .footer .social-networks-container {
  margin: 25px 0;
}
.footer-container .footer .text {
  text-align: center;
}
.footer-container .footer .company-email {
  margin-top: 15px;
  background-image: linear-gradient(to top, transparent 0.2em, var(--color-black-text) 0.2em, var(--color-black-text) calc(1px + 0.2em), transparent calc(1px + 0.2em));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.footer-container .footer .company-email.hover, .footer-container .footer .company-email:hover, .footer-container .footer .company-email:focus {
  background-size: 100% 100%;
}
