@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  font-weight: 500;
  background: #9B2F2F;
  min-height: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  min-width: 120px;
  border: 0;
}
.button:not([disabled]):hover {
  background-color: #b21f26;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
}

a:hover {
  transition: all 0.2s linear;
}

button {
  cursor: pointer;
}

html {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  background: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
body::-webkit-scrollbar-track {
  background-color: #eee;
}
body::-webkit-scrollbar-thumb {
  background: #B22532;
}

.all {
  width: 100%;
  margin: 0 auto;
  overflow-x: clip;
}

.pageWidth {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}

.mini-text {
  font-size: 0.8em;
  margin-top: 20px;
}

blockquote {
  margin: 30px 0;
  padding: 30px;
  background: #eee;
  border-left: 2px solid #9B2F2F;
  font-style: italic;
}
@media (max-width: 478px) {
  blockquote {
    padding: 20px;
  }
}

ul:not([class]) {
  list-style: none;
  margin: 20px 0;
}
ul:not([class]) li {
  padding-left: 20px;
  position: relative;
}
ul:not([class]) li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.5em;
  width: 5px;
  height: 5px;
  background: #9B2F2F;
}
ul:not([class]) li::marker {
  color: #9B2F2F;
}

.header {
  position: relative;
  z-index: 10;
}

.header-container {
  display: flex;
  min-height: 77px;
  align-items: center;
  max-width: 1440px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 15px;
}

.header-logo {
  margin-right: 55px;
  display: block;
  max-width: 150px;
}

.header-mobile-logo {
  display: none;
}

.header-menu {
  flex: 1;
  display: flex;
  align-items: center;
}

.header-menu-list {
  display: flex;
  gap: 30px;
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-menu-list-el {
  position: relative;
}

.header-menu-list-inside {
  display: flex;
  align-items: center;
  gap: 2px;
}

.header-menu-list-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
  flex: 1;
}
.header-menu-list-link:is(a):hover {
  color: #9B2F2F;
}

.header-menu-list-link + .header-menu-list-link {
  margin-left: 5px;
}

.header-menu-list-toggle {
  width: 40px;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 14.975q-.2 0-.375-.062T11.3 14.7l-4.6-4.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  display: flex;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  display: none;
  border-left: 1px solid #eee;
}

.header-menu-sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50%;
  min-width: 150px;
  padding: 20px 30px;
  padding-top: 30px;
  background: #fff;
  display: none;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.13);
}

@media (min-width: 1100px) {
  .header-menu-list-el--with-submenu:hover .header-menu-list-link {
    color: #9B2F2F;
  }
  .header-menu-list-el--with-submenu:hover .header-menu-sublist {
    display: block;
  }
}
.header-menu-sublist-el {
  padding: 4px 0;
}

.header-menu-sublist-link {
  color: inherit;
  white-space: nowrap;
  font-weight: 600;
  color: #b21f26;
  text-align: left;
  display: block;
}
.header-menu-sublist-link:hover {
  color: #000;
}

.header-menu-language {
  display: flex;
  gap: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
  flex: 1;
}
.header-menu-language a {
  color: inherit;
  font-weight: bold;
}
.header-menu-language a:hover {
  color: #9B2F2F;
}

.header-register svg {
  display: none;
}

.header-burger {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  background: none;
  border: 2px solid #b21f26;
  display: none;
}
.header-burger strong {
  display: none;
}
.header-burger span {
  width: 20px;
  height: 2px;
  background: #444;
}

@media (max-width: 1100px) {
  .header-container {
    min-height: 77px;
    justify-content: space-between;
  }
  .header-mobile-logo {
    display: flex;
    min-height: 77px;
    align-items: center;
    max-width: 230px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    translate: -110%;
    transition: 0.1s translate;
    width: 320px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    /* https://smoothshadows.com/#djEsMSw1LDAuMDgsMjQsMzIsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
    box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.02), 0px 5px 4px rgba(3, 7, 18, 0.03), 0px 12px 9px rgba(3, 7, 18, 0.05), 0px 20px 15px rgba(3, 7, 18, 0.06), 0px 32px 24px rgba(3, 7, 18, 0.08);
  }
  .header-burger {
    display: flex;
  }
  .header-menu-list {
    width: 100%;
    flex-direction: column;
    gap: 0;
    flex: 0;
    margin-bottom: 20px;
  }
  .header-menu-list-el:first-child {
    border-top: 1px solid #eee;
  }
  .header-menu-list-el {
    border-bottom: 1px solid #eee;
  }
  .header-menu-list-inside {
    align-items: unset;
  }
  .header-menu-list-link {
    min-height: 30px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  .header-menu-list-toggle {
    display: flex;
  }
  .header-register {
    margin: 10px;
  }
  .header-menu-sublist {
    position: relative;
    top: 0;
    left: 0;
    translate: 0;
    box-shadow: none;
    padding: 20px 0 10px;
  }
  .header-menu-sublist-link {
    min-height: 30px;
    padding: 0 20px;
    display: block;
    align-items: center;
    font-weight: 400;
    white-space: normal;
    font-size: 14px;
  }
  .header-menu-language {
    min-height: 30px;
    padding: 15px 20px;
  }
  .header-menu-list-el:has(.header-menu-language) {
    border-bottom: 0;
  }
  .header-register {
    width: calc(100% - 30px);
    margin: 15px;
    font-weight: bold;
  }
  .header-menu-list-el.is-show .header-menu-list-toggle {
    scale: 1 -1;
  }
  .header-menu-list-el.is-show .header-menu-list-inside {
    border-bottom: 1px solid #eee;
  }
  .header-menu-list-el.is-show .header-menu-sublist {
    display: flex;
    flex-direction: column;
  }
  body.is-menu-show .header-burger {
    position: relative;
  }
  body.is-menu-show .header-burger span:nth-of-type(1) {
    display: none;
  }
  body.is-menu-show .header-burger span:nth-of-type(1),
  body.is-menu-show .header-burger span:nth-of-type(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
  body.is-menu-show .header-burger span:nth-of-type(2) {
    rotate: 45deg;
  }
  body.is-menu-show .header-burger span:nth-of-type(3) {
    rotate: -45deg;
  }
  body.is-menu-show .header-menu {
    translate: 0;
  }
}
@media (max-width: 390px) {
  .header-menu {
    width: 270px;
  }
}
.footer {
  background: #000;
  color: #fff;
  padding: 50px 0;
}

.footer-logo {
  max-width: 200px;
}

.footer-copyright {
  max-width: 1440px;
  margin-inline: auto;
  display: block;
  margin-top: 30px;
  padding-inline: 15px;
}

.footer a {
  color: #fff;
}
.footer a:hover {
  opacity: 0.6;
}

.footer-inside {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  gap: 50px;
  padding-inline: 15px;
}

.footer-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "a b" "d c";
  gap: 30px 50px;
}

.footer-section-a {
  grid-area: a;
}

.footer-section-b {
  grid-area: b;
}

.footer-section-c {
  grid-area: c;
}

.footer-section-d {
  grid-area: d;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  background: #fff;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: none;
}
.footer-social a img, .footer-social a svg {
  max-width: 70%;
  filter: brightness(0);
}
.footer-social a:hover {
  background-color: #9B2F2F;
  opacity: 1;
}
.footer-social a:hover svg, .footer-social a:hover img {
  filter: none;
}

.footer-section-title {
  font-weight: bold;
  color: #9B2F2F;
  margin-bottom: 10px;
  display: block;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-man-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  align-self: flex-start;
}

.footer-man {
  display: flex;
  gap: 10px;
  align-items: center;
  align-self: flex-start;
}

.footer-man-img {
  max-width: 100px;
}

.footer-man-content small {
  display: block;
}

.footer-man-content p {
  font-weight: bold;
}

@media (max-width: 1100px) {
  .footer-inside {
    flex-direction: column;
    align-items: center;
  }
  .footer-content {
    gap: 30px 100px;
  }
  .footer-man-wrap {
    align-self: center;
  }
  .footer-copyright {
    text-align: center;
  }
}
@media (max-width: 620px) {
  .footer-inside {
    flex-direction: column;
    align-items: center;
  }
  .footer-content {
    display: block;
    text-align: center;
  }
  .footer-section {
    margin-bottom: 20px;
  }
  .footer-man-content {
    font-size: 14px;
  }
  .footer-social {
    justify-content: center;
  }
}
.subpage {
  position: relative;
  background: #000;
  min-height: calc(100vh - 200px);
}
@media (max-width: 640px) {
  .subpage {
    background-size: 200% auto;
  }
}

.subpage-bg {
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 2000/800;
  background: #9B2F2F url("/cybersecforum.eu/images/2026/subpage-bg.jpg") center top/100% auto no-repeat;
  z-index: 0;
  width: 100%;
  -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent);
          mask-image: linear-gradient(to bottom, #000 80%, transparent);
}

.subpage-header {
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
  margin-inline: auto;
  color: #fff;
  position: relative;
  z-index: 1;
}

.subpage-title {
  text-align: center;
  font-size: 4vw;
  margin: 0;
  line-height: 1.2;
  font-weight: 900;
}
@media (max-width: 500px) {
  .subpage-title {
    font-size: 20px;
  }
}

.subpage-top-date {
  background: #9B2F2F;
  color: #fff;
  border-radius: 100px;
  padding: 10px 30px;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: bold;
  margin: 20px auto 0;
  font-size: 20px;
}

.subpage-subtitle {
  color: #fff;
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .subpage-subtitle {
    font-size: 14px;
  }
}

.subpage-content-cnt {
  position: relative;
  isolation: isolate;
  padding-bottom: 10px;
  z-index: 1;
}

.subpage-content {
  position: relative;
  max-width: 800px;
  background-color: #fff;
  color: #000;
  padding: 60px;
  overflow: clip;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .subpage-content {
    padding: 20px;
  }
}

.subpage.wide .subpage-content {
  max-width: 1200px;
}

:where(.subpage-content p) {
  margin-bottom: 20px;
}
:where(.subpage-content p):last-child {
  margin-bottom: 0;
}

:where(.subpage a) {
  color: #9B2F2F;
}

:where(.subpage-content h2, .subpage-content h3) {
  color: #B22532;
  line-height: 1.2;
  margin: 30px 0;
}
:where(.subpage-content h2, .subpage-content h3):first-child {
  margin-top: 0;
}

:where(.subpage-content h2) {
  color: inherit;
}

.subpage.single {
  padding-top: 40px;
}
@media (max-width: 800px) {
  .subpage.single {
    padding-top: 0;
  }
}

.single .subpage-header {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 800px;
  margin-inline: auto;
  color: #fff;
  position: relative;
  z-index: 1;
  background: #9B2F2F;
}

.single .subpage-header.has-image {
  display: flex;
  padding: 0;
}
.single .subpage-header.has-image img {
  display: block;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.single .subpage-title {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 27px;
  margin: 0;
  line-height: 1.2;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .single .subpage-title {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .single .subpage-title {
    font-size: 16px;
  }
}

.single .subpage-header.has-image .subpage-title {
  flex: 0 0 50%;
  text-align: left;
  padding: 30px;
}
@media (max-width: 1200px) {
  .single .subpage-header.has-image .subpage-title {
    flex: 1;
    padding: 20px;
  }
}

.single .subpage-image {
  flex: 0 0 50%;
}
.single .subpage-image img {
  height: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .single .subpage-image {
    flex: 1;
  }
}
@media (max-width: 600px) {
  .single .subpage-image {
    flex: 0 0 30%;
  }
}

.single .subpage-subtitle {
  color: #000;
  margin: 0 auto 20px;
  text-align: left;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 800px) {
  .single .subpage-subtitle {
    font-size: 17px;
  }
}

.cooperation {
  display: flex;
  gap: 30px;
  align-items: center;
}

.cooperation-desc {
  flex: 1;
}

.cooperation-desc p {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.cooperation-desc small {
  display: block;
  margin-bottom: 10px;
}

.cooperation-desc a {
  padding-left: 25px;
  position: relative;
  transition: none;
}
.cooperation-desc a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.292' height='29.271' viewBox='0 0 29.292 29.271'%3E%3Cg transform='translate(-5060.997 -1973.542)'%3E%3Cpath d='M5066.658,2000.3l-.343,1.172a7.449,7.449,0,0,1-5.3-5.292l1.168-.353a6.218,6.218,0,0,0,4.47,4.474Zm15.722-21.115,1.168-.352a7.449,7.449,0,0,0-5.293-5.293l-.343,1.172a6.22,6.22,0,0,1,4.47,4.474Zm-3.687,23.626Zm11.6-18.937v7.531a10.449,10.449,0,0,1-3.064,7.363l-1,.989a10.74,10.74,0,0,1-7.536,3.054,10.378,10.378,0,0,1-7.418-3.189l-9.426-9.682a2.812,2.812,0,0,1-.369-3.584,2.741,2.741,0,0,1,1.681-1.09l-1.085-1.085a2.811,2.811,0,0,1-.375-3.59,2.16,2.16,0,0,1,1.643-.852,3.369,3.369,0,0,1,.457,0,2.7,2.7,0,0,1,2.147-4.023,2.707,2.707,0,0,1,2.148.79l.426.427a2.568,2.568,0,0,1,.44-1.05,2.728,2.728,0,0,1,4.15-.347l11.072,11.088V1984a3.151,3.151,0,0,1,2.543-3.141,3.055,3.055,0,0,1,3.561,3.012Zm-1.221,0a1.829,1.829,0,0,0-.646-1.4,1.809,1.809,0,0,0-1.5-.41,1.918,1.918,0,0,0-1.519,1.936v5.569l-13.157-13.175a1.507,1.507,0,0,0-2.3.2,1.582,1.582,0,0,0,.247,2.013l0,0,7.266,7.277-.864.863-9.368-9.384a1.506,1.506,0,0,0-2.3.2,1.584,1.584,0,0,0,.247,2.013l9.288,9.3-.863.863-8.524-8.526c-.826-.827-2.246-.116-2.392.086a1.583,1.583,0,0,0,.247,2.013l8.541,8.555-.865.862-5.848-5.862a1.517,1.517,0,0,0-1.186-.436,1.5,1.5,0,0,0-1.111.633,1.582,1.582,0,0,0,.248,2.013l9.433,9.69a9.135,9.135,0,0,0,6.543,2.818,9.526,9.526,0,0,0,6.675-2.7l1-.989a9.22,9.22,0,0,0,2.7-6.5Z' transform='translate(0)' fill='%239B2F2F'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: handAnim 0.5s 0s infinite alternate ease-in-out;
  transform-origin: right bottom;
}
.cooperation-desc a:hover {
  font-weight: 500;
}

@keyframes handAnim {
  0% {
    rotate: 4deg;
  }
  100% {
    rotate: -4deg;
  }
}
@media (max-width: 500px) {
  .cooperation {
    gap: 20px;
  }
  .cooperation-img {
    max-width: 110px;
  }
  .cooperation-desc p {
    font-size: 18px;
  }
}
.news-list-el {
  margin-bottom: 20px;
}

.news-list-el-link {
  display: flex;
  color: inherit;
}

.news-list-el-img {
  width: 30%;
  flex-shrink: 0;
}
.news-list-el-img img {
  width: 100%;
  display: block;
}

.news-list-el-desc {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.news-list-el-desc :where(h2, h3) {
  color: inherit;
  margin: 0;
}

@media (max-width: 500px) {
  .news-list-el-link {
    flex-direction: column;
  }
  .news-list-el-desc {
    padding-left: 0;
    padding-top: 10px;
  }
  .news-list-el-img {
    width: 100%;
  }
}
.form-contact {
  border-top: 2px solid #eee;
  padding-top: 30px;
  margin-top: 50px;
}

.form-row {
  margin-bottom: 20px;
}

.form-row--buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-messages {
  font-weight: bold;
  margin-bottom: 10px;
}
.form-messages.is-error {
  padding: 2px;
  color: #cc0000;
}
.form-messages.is-ok {
  padding: 2px;
  color: #09944f;
}

.form-label {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
  font-family: inherit;
  font-weight: bold;
}

.form-control {
  padding: 15px;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
  border: 0;
  font-weight: 500;
  box-sizing: border-box;
  background: none;
  background: #eee;
}
.form-control:focus {
  border-color: #000;
  outline: none;
}

.form-control:is(textarea) {
  min-height: 150px;
}

.infoonly {
  font-size: 11px;
  color: inherit;
  display: block;
  line-height: 1.4;
}

.form-error {
  display: none;
  color: #c90e0e;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 13px;
}

.form-row.is-invalid .form-error {
  display: block;
}
.form-row.is-invalid .form-control, .form-row.is-invalid .form-checkbox input {
  background: #FCEAED;
}

.form-message {
  font-weight: bold;
  color: #c90e0e;
  margin: 20px 0;
}
.form-message:empty {
  display: none;
}

.form-checkbox {
  display: flex;
  font-size: 12px;
  cursor: pointer;
  padding-top: 3px;
  color: inherit;
  color: #575757;
}
.form-checkbox input[type=checkbox] {
  background: #eee;
  flex-shrink: 0;
  margin-top: -1px;
  margin-left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  border: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.form-checkbox input[type=checkbox]:checked {
  background: #9B2F2F;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E  %3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: 98%;
  border-color: #9B2F2F;
}
.form-checkbox input[type=checkbox]:focus {
  outline: none;
  border-color: #000;
}
.form-checkbox input[type=radio] {
  flex-shrink: 0;
  margin-top: -1px;
  margin-left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #eee;
  border: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.form-checkbox input[type=radio]:checked {
  background: #9B2F2F;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E  %3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: 98%;
  border-color: #9B2F2F;
}
.form-checkbox span p {
  margin-top: 0;
  margin-bottom: 2px;
}

.two-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.two-images img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .two-images {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

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

.two-column {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 640px) {
  .two-column {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.points-list {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 50px 0;
}

.points-list-el {
  flex: 1;
}

.points-list-el-nr {
  margin-bottom: 30px;
  background: linear-gradient(rgba(155, 47, 47, 0.1), rgba(155, 47, 47, 0.5));
  width: 80%;
  aspect-ratio: 1;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

.points-list-el-nr i {
  position: relative;
  font-style: normal;
  z-index: 1;
}

.points-list-el-nr::before {
  --deg: 90deg;
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(#B22532 var(--deg), transparent var(--deg));
}

.points-list-el:nth-of-type(1) .points-list-el-nr::before {
  --deg: 90deg;
}

.points-list-el:nth-of-type(2) .points-list-el-nr::before {
  --deg: 180deg;
}

.points-list-el:nth-of-type(3) .points-list-el-nr::before {
  --deg: 270deg;
}

.points-list-el:nth-of-type(4) .points-list-el-nr::before {
  --deg: 360deg;
}

.points-list-el-nr::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  inset: 15px;
}

@media (max-width: 960px) {
  .points-list {
    flex-direction: column;
  }
  .points-list-el {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .points-list-el-nr {
    width: 200px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .points-list-el-nr {
    width: 100px;
  }
  .points-list-el-nr::after {
    inset: 10px;
  }
}
.logos-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.logos-list-el {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 40px;
}

.logos-list-el-img {
  width: 250px;
}

.logos-list-el-content {
  flex: 1;
}

@media (max-width: 640px) {
  .logos-list-el {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
}
.list-h {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.list-h a {
  color: inherit;
}

.list-h h3 {
  margin: 10px 0;
}

.list-h p {
  margin: 15px 0;
  font-weight: 700;
}

@media (max-width: 960px) {
  .list-h {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .list-h {
    grid-template-columns: 1fr;
  }
}
.agenda {
  margin: 30px 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  display: grid;
  grid-template-columns: auto 1fr 30%;
  border: 1px solid #eee;
}
.agenda tbody, .agenda thead {
  display: contents;
}
.agenda tr {
  display: contents;
}
.agenda th, .agenda td {
  padding: 20px;
  padding-inline: 30px;
}
.agenda tr:nth-child(2n) td {
  background: #f6f6f6;
}
.agenda td:first-child {
  white-space: nowrap;
  font-size: 17px;
}
.agenda .agenda-name {
  color: #9B2F2F;
}

@media (max-width: 780px) {
  .agenda {
    display: block;
  }
  .agenda thead, .agenda tbody {
    display: block;
    width: 100%;
  }
  .agenda tr {
    display: flex;
    flex-direction: column;
  }
  .agenda tr:nth-child(2n) {
    background: #f6f6f6;
  }
  .agenda th, .agenda td {
    padding: 20px 40px;
  }
  .agenda td:nth-child(2) {
    padding-block: 10px;
  }
}
.history {
  list-style: none;
  padding: 0;
  margin: 0;
}

.history-el {
  position: relative;
  display: flex;
  padding-bottom: 30px;
}

.history-el h3 {
  width: 220px;
  font-size: 30px;
  font-weight: bold;
  color: inherit;
  flex-shrink: 0;
}

.history-el::after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  background: #9B2F2F;
  left: 180px;
  top: 8px;
}

.history-el::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #9B2F2F;
  border-radius: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  left: 181px;
  top: 8px;
  translate: -50%;
}

@media (max-width: 640px) {
  .history-el h3 {
    width: 130px;
    font-size: 25px;
  }
  .history-el::after {
    left: 90px;
  }
  .history-el::before {
    left: 91px;
  }
}
@media (max-width: 480px) {
  .history-el {
    font-size: 15px;
  }
  .history-el h3 {
    width: 110px;
    font-size: 22px;
  }
  .history-el::after {
    left: 80px;
  }
  .history-el::before {
    left: 81px;
  }
}
.number-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 50px 0;
  gap: 30px;
}

.number-list-el {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
}
.number-list-el strong {
  font-size: clamp(30px, 5vw, 70px);
  color: #9B2F2F;
  font-weight: 900;
  text-shadow: 1px 5px 0 #ddd;
}
.number-list-el small {
  font-size: 19px;
}

@media (max-width: 640px) {
  .number-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .number-list-el small {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .number-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .number-list-el small {
    font-size: 13px;
  }
}
.events-list-el {
  margin-bottom: 20px;
  display: flex;
  color: inherit;
}

.events-list-el-img {
  width: 30%;
  flex-shrink: 0;
}
.events-list-el-img img {
  width: 100%;
  display: block;
}

.events-list-el-desc {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.events-list-el-desc :where(h2, h3) {
  color: inherit;
  margin: 0;
}

.events-list-el-buttons {
  display: flex;
  gap: 10px;
}

@media (max-width: 500px) {
  .events-list-el {
    flex-direction: column;
  }
  .events-list-el-desc {
    padding-left: 0;
    padding-top: 10px;
  }
  .events-list-el-img {
    width: 100%;
  }
}
.alert {
  background: linear-gradient(to bottom, #9B2F2F, #252F62);
  position: relative;
  isolation: isolate;
  color: #000;
  padding: 20px;
  font-weight: bold;
  margin: 20px 0;
}
.alert::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #fff;
  z-index: -1;
}
.alert:first-child {
  margin-top: 0;
}

.newsletter-complete-header {
  max-width: 300px;
}

.newsletter-complete-icons {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.newsletter-complete-icons a {
  background: #9B2F2F;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: none;
}
.newsletter-complete-icons a img, .newsletter-complete-icons a svg {
  max-width: 80%;
  filter: brightness(10);
}
.newsletter-complete-icons a:hover {
  background-color: #000;
  opacity: 1;
}
.newsletter-complete-icons a:hover svg, .newsletter-complete-icons a:hover img {
  filter: brightness(10);
}

.breadcrumbs {
  margin: 0 auto 20px;
  color: #888;
}

.breadcrumbs .sep {
  margin: 0 0.25rem;
}

.m-title {
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2142857143;
  text-align: center;
  margin: 40px 0;
}
@media (max-width: 480px) {
  .m-title {
    text-align: center;
    font-size: 28px;
    margin: 20px 0;
  }
}

.m-focus {
  height: 630px;
  display: grid;
  grid: auto/auto;
  overflow: clip;
  -webkit-mask-image: linear-gradient(#000, #000);
          mask-image: linear-gradient(#000, #000);
  background: #000;
}

.m-focus-addon {
  position: absolute;
  left: 0;
  top: 0;
  background: #9B2F2F;
  color: #fff;
  padding: 6px 20px;
  font-weight: bold;
  font-size: 14px;
}

.m-focus-main {
  position: relative;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-inline: 20px;
  max-width: 1440px;
  margin-inline: auto;
}

.m-focus-bg {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.m-focus-bg video {
  width: 120%;
  height: 120%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media (orientation: portrait) {
  .m-focus-bg video {
    height: 130%;
    width: auto;
  }
}
@media (orientation: landscape) {
  .m-focus-bg video {
    width: 130%;
    height: auto;
  }
}

.m-focus-title {
  font-size: 65px;
  line-height: 1.1538461538;
  color: #fff;
  text-shadow: rgb(0, 0, 0) 1px 1px 15px;
  font-weight: 700;
  text-align: center;
  max-width: 1260px;
  margin: 0 auto 10px;
}

.m-focus-text {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-shadow: rgb(0, 0, 0) 1px 1px 15px;
  text-align: center;
  max-width: 1260px;
}

.m-focus-button {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 500;
  padding-inline: 20px;
  padding-block: 10px;
}

@media (max-width: 960px) {
  .m-focus-title {
    font-size: 47px;
  }
  .m-focus {
    height: 550px;
  }
}
@media (max-width: 640px) {
  .m-focus-addon {
    font-size: 12px;
    text-align: center;
  }
  .m-focus-title {
    font-size: 35px;
  }
  .m-focus-text {
    font-size: 14px;
  }
  .m-focus-button {
    font-size: 20px;
  }
}
.m-news-list {
  display: flex;
  gap: 30px;
  max-width: 1440px;
  margin-inline: auto;
  justify-content: center;
  padding-inline: 15px;
}

.m-news-list-el {
  flex: 1;
  max-width: 100%;
  font-size: 20px;
}

.m-news-list-el-img {
  aspect-ratio: 1;
  margin-bottom: 15px;
  position: relative;
}

.m-news-list-el-img img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.m-news-list-el-link {
  color: inherit;
}

.m-news-list-el-title {
  font-weight: 900;
}

.m-news-list-el-date {
  margin-top: 10px;
  font-weight: 300;
  display: block;
}

.m-news-list-el-title {
  color: inherit;
}

@media (max-width: 1200px) {
  .m-news-list-el {
    font-size: 17px;
  }
}
@media (max-width: 1000px) {
  .m-news-list-el {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .m-news-list {
    flex-direction: column;
  }
  .m-news-list-el-link {
    display: flex;
    align-items: center;
  }
  .m-news-list-el-content {
    flex: 1;
  }
  .m-news-list-el-img {
    width: 200px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .m-news-list-el-desc {
    font-size: 18px;
  }
  .m-news-list-el-date {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .m-news-list {
    gap: 20px;
  }
  .m-news-list-el-img {
    width: 120px;
  }
  .m-news-list-el-desc {
    font-size: 14px;
  }
  .m-news-list-el-date {
    font-size: 13px;
  }
}
.m-info-list {
  background: #B21F26;
  padding: 50px;
  color: #fff;
}

.m-info-list-inside {
  max-width: 1440px;
  margin-inline: auto;
}

.m-info-list .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 30px;
}

.m-info-list-el-inside {
  display: flex;
  gap: 30px;
}

.m-info-list-el-img {
  flex: 1;
}

.m-info-list-el-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-info-list-el-title {
  margin-bottom: 20px;
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .m-info-list-el-title {
    text-align: center;
    font-size: 28px;
  }
}

.m-info-list-el-text {
  line-height: 1.7;
}

.swiper-wrapper {
  padding-bottom: 50px;
}

.m-info .m-info-list .swiper-pagination {
  bottom: 0;
  z-index: 2;
}

.m-info .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: none;
  border: 2px solid #fff;
}

.m-info .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 640px) {
  .m-info-list {
    padding: 30px;
  }
  .m-info-list-el-inside {
    flex-direction: column;
  }
  .m-info-list-el-title {
    text-align: left;
    margin-bottom: 10px;
  }
  .m-info-list-el-text {
    font-size: 12px;
  }
}
.m-video {
  max-width: 1440px;
  padding-inline: 15px;
  margin-inline: auto;
  padding-block: 60px;
}

.m-video video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 480px) {
  .m-video {
    padding-block: 20px;
  }
}
.m-video-2 {
  margin-inline: auto;
}

.m-video-2 video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 860px) {
  .m-video-2 {
    position: relative;
    aspect-ratio: 16/9;
  }
  .m-video-2 video {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: auto;
    height: 100%;
    max-width: 9999%;
  }
}
.m-gallery {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 15px;
}

.m-gallery-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-template-areas: "a1 a1 a2 a3" "a1 a1 a4 a5" "a6  a7 a8 a8" "a9 a10 a8 a8";
}

:where(.m-gallery-list-el:nth-of-type(1)) {
  grid-area: a1;
}

:where(.m-gallery-list-el:nth-of-type(2)) {
  grid-area: a2;
}

:where(.m-gallery-list-el:nth-of-type(3)) {
  grid-area: a3;
}

:where(.m-gallery-list-el:nth-of-type(4)) {
  grid-area: a4;
}

:where(.m-gallery-list-el:nth-of-type(5)) {
  grid-area: a5;
}

:where(.m-gallery-list-el:nth-of-type(6)) {
  grid-area: a6;
}

:where(.m-gallery-list-el:nth-of-type(7)) {
  grid-area: a7;
}

:where(.m-gallery-list-el:nth-of-type(8)) {
  grid-area: a8;
}

:where(.m-gallery-list-el:nth-of-type(9)) {
  grid-area: a9;
}

:where(.m-gallery-list-el:nth-of-type(10)) {
  grid-area: a10;
}

.m-gallery-list-el {
  aspect-ratio: 1;
  overflow: hidden;
}

.m-gallery-list-el img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s scale;
  position: relative;
  z-index: 0;
}

.m-gallery-list-el a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.m-gallery-list-el a::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='white' d='M5.5 10a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M10 2.5a7.5 7.5 0 1 0 4.136 13.757l4.803 4.804a1.5 1.5 0 0 0 2.122-2.122l-4.804-4.803A7.5 7.5 0 0 0 10 2.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity;
}

.m-gallery-list-el a:hover img {
  scale: 1.1;
}
.m-gallery-list-el a:hover::before {
  opacity: 1;
}

@media (max-width: 640px) {
  .m-gallery-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: unset;
    gap: 5px;
  }
  .m-gallery-list-el {
    grid-area: unset;
  }
}
.m-newsletter {
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #B22631;
  color: #fff;
  gap: 20px;
  margin-top: 60px;
  text-align: center;
}

.m-newsletter-title {
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2142857143;
  text-align: center;
  margin: 0;
}
@media (max-width: 480px) {
  .m-newsletter-title {
    text-align: center;
    font-size: 28px;
    margin: 20px 0 0;
  }
}

.m-newsletter-button {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding-inline: 20px;
  padding-block: 10px;
  font-size: 20px;
}
.m-newsletter-button:not([disabled]):hover {
  background: #000;
  color: #fff;
}
/*# sourceMappingURL=style.2026.css.map */
