@charset "UTF-8";
@font-face {
  font-family: Caveat;
  font-display: swap;
  src: url("../fonts/Caveat-Bold.woff2") format("woff2"), url("../fonts/Caveat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Caveat;
  font-display: swap;
  src: url("../fonts/Caveat-Medium.woff2") format("woff2"), url("../fonts/Caveat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Caveat;
  font-display: swap;
  src: url("../fonts/Caveat-Regular.woff2") format("woff2"), url("../fonts/Caveat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Caveat;
  font-display: swap;
  src: url("../fonts/Caveat-SemiBold.woff2") format("woff2"), url("../fonts/Caveat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-BlackItalic.woff2") format("woff2"), url("../fonts/Inter-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-BoldItalic.woff2") format("woff2"), url("../fonts/Inter-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Inter-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Inter-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Italic.woff2") format("woff2"), url("../fonts/Inter-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-LightItalic.woff2") format("woff2"), url("../fonts/Inter-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-MediumItalic.woff2") format("woff2"), url("../fonts/Inter-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Inter-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ThinItalic.woff2") format("woff2"), url("../fonts/Inter-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  color: inherit;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  min-height: 100dvh;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #1a201e;
}
@media (max-width: 479.98px) {
  html,
  body {
    font-size: 12px;
  }
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

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

sup {
  color: inherit;
}

/* =======================================================================================================================
* Библиотеки
* раскомментировать для использования 
*/
/*
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
*/
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

* {
  scrollbar-width: 6px;
  scrollbar-color: rgba(217, 217, 217, 0.3);
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: rgba(217, 217, 217, 0.3);
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(26, 32, 30, 0.2);
  background: rgba(217, 217, 217, 0.3);
}
*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  border: 0 none #fff;
  background-color: #d9d9d9;
  transition: all 280ms ease-in-out;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #1a201e;
}

body.lock {
  overflow: hidden;
  touch-action: none;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

[class*=_overlay-bg] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 280ms ease-in-out 0ms;
  z-index: 2000;
  padding: 3.75rem 0.9375rem;
  overflow-y: auto;
}
@media (max-width: 768.98px) {
  [class*=_overlay-bg]::-webkit-scrollbar {
    display: none;
  }
}
[class*=_overlay-bg]._is-open {
  opacity: 1;
  visibility: visible;
}

.wrapper {
  display: grid;
  grid-template-columns: 1fr min(100% - 500px, 1420px) 1fr;
  grid-template-rows: min-content;
}
@media (max-width: 1919.98px) {
  .wrapper {
    grid-template-columns: 1fr 1136px 1fr;
  }
}
@media (max-width: 1439.98px) {
  .wrapper {
    grid-template-columns: 1fr 1040px 1fr;
  }
}
@media (max-width: 1279.98px) {
  .wrapper {
    grid-template-columns: 1fr 814px 1fr;
  }
}
@media (max-width: 1023.98px) {
  .wrapper {
    grid-template-columns: 66px calc(100% - 132px) 66px;
  }
}
@media (max-width: 767.98px) {
  .wrapper {
    grid-template-columns: 46px calc(100% - 92px) 46px;
  }
}
@media (max-width: 479.98px) {
  .wrapper {
    grid-template-columns: 10px calc(100% - 20px) 10px;
  }
}
.wrapper > * {
  grid-column-start: 2;
  grid-column-end: 3;
}

.fw {
  grid-column: 1/-1;
}

.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.m-5 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.p-5 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.m-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.p-10 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.m-15 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.p-15 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.m-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.p-20 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.m-25 {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.p-25 {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.m-30 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.p-30 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.m-35 {
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 35px;
  margin-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.p-35 {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.m-40 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.p-40 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.m-45 {
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 45px;
  margin-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.p-45 {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  padding-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.m-50 {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.p-50 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.m-55 {
  margin-top: 55px;
  margin-bottom: 55px;
  margin-left: 55px;
  margin-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.p-55 {
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 55px;
  padding-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.m-60 {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.m-65 {
  margin-top: 65px;
  margin-bottom: 65px;
  margin-left: 65px;
  margin-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.p-65 {
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 65px;
  padding-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.m-70 {
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: 70px;
  margin-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.p-70 {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  padding-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.m-75 {
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: 75px;
  margin-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.p-75 {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 75px;
  padding-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.m-80 {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 80px;
  margin-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.p-80 {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.m-85 {
  margin-top: 85px;
  margin-bottom: 85px;
  margin-left: 85px;
  margin-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.p-85 {
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: 85px;
  padding-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.m-90 {
  margin-top: 90px;
  margin-bottom: 90px;
  margin-left: 90px;
  margin-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.p-90 {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 90px;
  padding-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.m-95 {
  margin-top: 95px;
  margin-bottom: 95px;
  margin-left: 95px;
  margin-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.p-95 {
  padding-top: 95px;
  padding-bottom: 95px;
  padding-left: 95px;
  padding-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.m-100 {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.p-100 {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 767.98px) {
  .m-mob-t-5 {
    margin-top: 5px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-5 {
    margin-left: 5px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-5 {
    margin-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-5 {
    margin-right: 5px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-5 {
    padding-top: 5px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-5 {
    padding-left: 5px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-5 {
    padding-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-5 {
    padding-right: 5px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-10 {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-10 {
    margin-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-10 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-10 {
    margin-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-10 {
    padding-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-10 {
    padding-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-10 {
    padding-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-10 {
    padding-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-15 {
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-15 {
    margin-left: 15px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-15 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-15 {
    margin-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-15 {
    padding-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-15 {
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-15 {
    padding-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-15 {
    padding-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-20 {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-20 {
    margin-left: 20px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-20 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-20 {
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-20 {
    padding-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-20 {
    padding-left: 20px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-20 {
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-20 {
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-25 {
    margin-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-25 {
    margin-left: 25px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-25 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-25 {
    margin-right: 25px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-25 {
    padding-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-25 {
    padding-left: 25px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-25 {
    padding-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-25 {
    padding-right: 25px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-30 {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-30 {
    margin-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-30 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-30 {
    margin-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-30 {
    padding-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-30 {
    padding-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-30 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-30 {
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-35 {
    margin-top: 35px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-35 {
    margin-left: 35px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-35 {
    margin-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-35 {
    margin-right: 35px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-35 {
    padding-top: 35px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-35 {
    padding-left: 35px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-35 {
    padding-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-35 {
    padding-right: 35px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-40 {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-40 {
    margin-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-40 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-40 {
    margin-right: 40px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-40 {
    padding-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-40 {
    padding-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-40 {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-40 {
    padding-right: 40px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-45 {
    margin-top: 45px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-45 {
    margin-left: 45px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-45 {
    margin-bottom: 45px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-45 {
    margin-right: 45px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-45 {
    padding-top: 45px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-45 {
    padding-left: 45px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-45 {
    padding-bottom: 45px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-45 {
    padding-right: 45px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-50 {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-50 {
    margin-left: 50px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-50 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-50 {
    margin-right: 50px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-50 {
    padding-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-50 {
    padding-left: 50px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-50 {
    padding-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-50 {
    padding-right: 50px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-55 {
    margin-top: 55px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-55 {
    margin-left: 55px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-55 {
    margin-bottom: 55px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-55 {
    margin-right: 55px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-55 {
    padding-top: 55px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-55 {
    padding-left: 55px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-55 {
    padding-bottom: 55px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-55 {
    padding-right: 55px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-60 {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-60 {
    margin-left: 60px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-60 {
    margin-right: 60px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-60 {
    padding-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-60 {
    padding-left: 60px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-60 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-60 {
    padding-right: 60px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-65 {
    margin-top: 65px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-65 {
    margin-left: 65px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-65 {
    margin-bottom: 65px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-65 {
    margin-right: 65px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-65 {
    padding-top: 65px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-65 {
    padding-left: 65px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-65 {
    padding-bottom: 65px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-65 {
    padding-right: 65px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-70 {
    margin-top: 70px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-70 {
    margin-left: 70px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-70 {
    margin-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-70 {
    margin-right: 70px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-70 {
    padding-top: 70px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-70 {
    padding-left: 70px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-70 {
    padding-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-70 {
    padding-right: 70px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-75 {
    margin-top: 75px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-75 {
    margin-left: 75px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-75 {
    margin-bottom: 75px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-75 {
    margin-right: 75px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-75 {
    padding-top: 75px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-75 {
    padding-left: 75px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-75 {
    padding-bottom: 75px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-75 {
    padding-right: 75px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-80 {
    margin-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-80 {
    margin-left: 80px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-80 {
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-80 {
    margin-right: 80px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-80 {
    padding-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-80 {
    padding-left: 80px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-80 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-80 {
    padding-right: 80px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-85 {
    margin-top: 85px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-85 {
    margin-left: 85px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-85 {
    margin-bottom: 85px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-85 {
    margin-right: 85px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-85 {
    padding-top: 85px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-85 {
    padding-left: 85px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-85 {
    padding-bottom: 85px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-85 {
    padding-right: 85px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-90 {
    margin-top: 90px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-90 {
    margin-left: 90px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-90 {
    margin-bottom: 90px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-90 {
    margin-right: 90px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-90 {
    padding-top: 90px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-90 {
    padding-left: 90px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-90 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-90 {
    padding-right: 90px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-95 {
    margin-top: 95px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-95 {
    margin-left: 95px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-95 {
    margin-bottom: 95px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-95 {
    margin-right: 95px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-95 {
    padding-top: 95px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-95 {
    padding-left: 95px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-95 {
    padding-bottom: 95px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-95 {
    padding-right: 95px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-t-100 {
    margin-top: 100px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-l-100 {
    margin-left: 100px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-b-100 {
    margin-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .m-mob-r-100 {
    margin-right: 100px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-t-100 {
    padding-top: 100px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-l-100 {
    padding-left: 100px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-b-100 {
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .p-mob-r-100 {
    padding-right: 100px;
  }
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.text_thin {
  font-weight: 100;
}
.text_light {
  font-weight: 300;
}
.text_medium {
  font-weight: 500;
}
.text_bold {
  font-weight: 700;
}
.text_black {
  font-weight: 900;
}
.text_italic {
  font-style: italic;
}
.text_underline {
  text-decoration: underline;
}
.text_uppercase {
  text-transform: uppercase;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}

.flex {
  display: flex;
}
.flex_align-start {
  align-items: flex-start;
}
.flex_align-center {
  align-items: center;
}
.flex_align-end {
  align-items: flex-end;
}
.flex_justify-start {
  justify-content: flex-start;
}
.flex_justify-center {
  justify-content: center;
}
.flex_justify-end {
  justify-content: flex-end;
}

.template {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
@media (max-width: 1919.98px) {
  .template {
    gap: 20px 16px;
  }
}
@media (max-width: 1279.98px) {
  .template {
    gap: 20px 14px;
  }
}
@media (max-width: 1023.98px) {
  .template {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px 12px;
  }
}
@media (max-width: 767.98px) {
  .template {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 479.98px) {
  .template {
    gap: 12px 8px;
  }
}

.font-caveat {
  font-family: "Caveat";
}

.page__head {
  position: relative;
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(26, 32, 30, 0.2);
  overflow: hidden;
  padding-block: 112px 30px;
  margin-bottom: 100px;
}
@media (max-width: 1919.98px) {
  .page__head {
    margin-bottom: 80px;
  }
}
@media (max-width: 1439.98px) {
  .page__head {
    margin-bottom: 60px;
  }
}
@media (max-width: 1279.98px) {
  .page__head {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023.98px) {
  .page__head {
    padding-block: 80px 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .page__head {
    padding-block: 60px 20px;
    gap: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479.98px) {
  .page__head {
    gap: 10px;
  }
}
.page__head__decoration {
  position: absolute;
  width: 1858.59px;
  top: -56px;
  right: -902px;
  transform: rotate(45deg);
  grid-column-end: -1;
  max-width: none;
}
@media (max-width: 1919.98px) {
  .page__head__decoration {
    right: -1142px;
  }
}
@media (max-width: 1439.98px) {
  .page__head__decoration {
    right: -1222px;
  }
}
@media (max-width: 1279.98px) {
  .page__head__decoration {
    right: -1350px;
  }
}
@media (max-width: 1023.98px) {
  .page__head__decoration {
    right: -1478px;
  }
}
@media (max-width: 767.98px) {
  .page__head__decoration {
    display: none;
  }
}
.page__head .breadcrumbs {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .page__head .breadcrumbs {
    margin-bottom: 15px;
  }
}
@media (max-width: 479.98px) {
  .page__head .breadcrumbs {
    margin-bottom: 10px;
  }
}
.page__head .h2 + * {
  margin-top: 5px;
}
.page__body {
  padding-bottom: 150px;
}
@media (max-width: 1919.98px) {
  .page__body {
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .page__body {
    padding-bottom: 100px;
  }
}
@media (max-width: 479.98px) {
  .page__body {
    padding-bottom: 80px;
  }
}

.search {
  position: relative;
}
.search input {
  height: 55px;
  padding-inline: 25px 75px;
  border-radius: 5px;
  border: 1px solid rgba(26, 32, 30, 0.2);
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  transition: all 280ms ease-in-out 0ms;
}
@media (max-width: 1023.98px) {
  .search input {
    height: auto;
    padding: 10px 39px 10px 15px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .search input {
    font-size: 16px;
    padding: 7px 34px 7px 10px;
  }
}
@media (max-width: 479.98px) {
  .search input {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .search input:not(:disabled):hover {
    border-color: rgba(26, 32, 30, 0.4);
  }
}
.search input:not(:disabled):focus {
  border-color: #1a201e;
}
.search input:disabled {
  opacity: 0.3;
}
.search button {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 1023.98px) {
  .search button {
    right: 10px;
  }
}
.search button svg {
  width: 25px;
  height: 25px;
  stroke: #1a201e;
}
@media (max-width: 1023.98px) {
  .search button svg {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 767.98px) {
  .search button svg {
    width: 17px;
    height: 17px;
  }
}

.filter__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .filter__bottom {
    justify-content: space-between;
  }
}
.filter__reset {
  opacity: 0.5;
  cursor: pointer;
  text-decoration: underline;
  transition: all 280ms ease-in-out 0ms;
  font-size: 12px;
}
@media (hover: hover) {
  .filter__reset:hover {
    text-decoration-color: transparent;
  }
}
.filter__list input {
  display: none;
}
.filter__list input:checked + .tag {
  background-color: #26ae4c;
  color: #fff;
}
.filter__list .tag {
  cursor: pointer;
  transition: all 280ms ease-in-out 0ms;
}
@media (hover: hover) {
  .filter__list .tag:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.page-pagination {
  grid-column: 1/-1;
  margin-left: auto;
}

.page-grid_1 .card {
  grid-column: span 4;
}
@media (max-width: 1023.98px) {
  .page-grid_1 .card {
    grid-column: span 3;
  }
}
@media (max-width: 767.98px) {
  .page-grid_1 .card {
    grid-column: span 2;
  }
}
@media (max-width: 479.98px) {
  .page-grid_1 .card {
    grid-column: 1/-1;
  }
}
.page-grid_2 .card {
  grid-column: span 6;
}
@media (max-width: 1023.98px) {
  .page-grid_2 .card {
    grid-column: 1/-1;
  }
}

.delimeter {
  border-top: 1px solid #1a201e;
}
.delimeter_white {
  border-top: 1px solid #fff;
}

.lg-container {
  font-family: Inter;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.lg-toolbar {
  background-color: #000;
}

.lg-outer.lg-grab img.lg-object {
  max-width: 1296px;
}

.lg-outer .lg-thumb-outer {
  background-color: transparent !important;
}

.lg-outer .lg-thumb-item {
  border-color: transparent;
  opacity: 0.5;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: transparent;
  opacity: 1;
}

.lg-prev,
.lg-next {
  background-color: transparent;
  color: #fff;
}

.lg-sub-html,
.lg-sub-html p {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 1919.98px) {
  .h1 {
    font-size: 36px;
  }
}
@media (max-width: 1279.98px) {
  .h1 {
    font-size: 32px;
    line-height: 46px;
  }
}
@media (max-width: 1023.98px) {
  .h1 {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 767.98px) {
  .h1 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 479.98px) {
  .h1 {
    font-size: 12px;
    line-height: 16px;
  }
}

.h2 {
  font-family: Caveat;
  font-weight: 700;
  font-size: 48px;
  padding-bottom: 8px;
  position: relative;
}
@media (max-width: 1439.98px) {
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 1279.98px) {
  .h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023.98px) {
  .h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .h2 {
    font-size: 26px;
  }
}
@media (max-width: 479.98px) {
  .h2 {
    font-size: 24px;
  }
}
.h2_green {
  color: #26ae4c;
}
.h2:is(a)::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-top: 1px solid currentColor;
  opacity: 0.3;
  width: 100%;
  left: 0;
  transition: all 280ms ease-in-out 0ms;
}
@media (hover: hover) {
  .h2:is(a):hover::after {
    content: "";
    position: absolute;
    opacity: 0;
  }
}

.card__title {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1279.98px) {
  .card__title {
    font-size: 16px;
  }
}
.card__date {
  opacity: 0.5;
}

.card-thin {
  position: relative;
  padding: 25px;
  min-height: 580px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1919.98px) {
  .card-thin {
    padding: 15px;
  }
}
@media (max-width: 1439.98px) {
  .card-thin {
    min-height: 500px;
  }
}
@media (max-width: 1279.98px) {
  .card-thin {
    min-height: 400px;
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .card-thin {
    min-height: 370px;
    font-size: 12px;
  }
}
@media (max-width: 479.98px) {
  .card-thin {
    min-height: 287px;
    font-size: 11px;
  }
}
.card-thin::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  transition: all 280ms ease-in-out 0ms;
}
.card-thin::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  transition: all 280ms ease-in-out 0ms;
  opacity: 0;
  visibility: hidden;
}
@media (hover: hover) {
  .card-thin:hover::before {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  .card-thin:hover::after {
    content: "";
    position: absolute;
    opacity: 1;
    visibility: visible;
  }
}
.card-thin__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.card-thin__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .card-thin__info {
    gap: 5px;
  }
}
@media (max-width: 767.98px) {
  .card-thin .card__title {
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .card-thin .card__title {
    font-size: 13px;
  }
}

.card-big {
  min-height: 580px;
  padding: 25px;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 1919.98px) {
  .card-big {
    padding: 15px;
    min-height: 540px;
  }
}
@media (max-width: 1439.98px) {
  .card-big {
    min-height: 494px;
  }
}
@media (max-width: 1279.98px) {
  .card-big {
    padding: 10px;
    min-height: 506px;
    font-size: 13px;
  }
}
@media (max-width: 1023.98px) {
  .card-big {
    min-height: 376px;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .card-big {
    min-height: 300px;
  }
}
@media (max-width: 479.98px) {
  .card-big {
    font-size: 11px;
  }
}
.card-big::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  transition: all 280ms ease-in-out 0ms;
}
@media (hover: hover) {
  .card-big:hover .card-big__img {
    transform: scale(1.2);
  }
}
.card-big__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: all 280ms ease-in-out 0ms;
}
.card-big__rubrics {
  position: relative;
  z-index: 2;
  margin-bottom: auto;
}
.card-big__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .card-big .card__title {
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .card-big .card__title {
    font-size: 13px;
  }
}

.card-horizontal {
  padding: 25px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid rgba(26, 32, 30, 0.1);
  transition: all 280ms ease-in-out 0ms;
}
@media (max-width: 1919.98px) {
  .card-horizontal {
    padding: 15px;
  }
}
@media (max-width: 1279.98px) {
  .card-horizontal {
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 1023.98px) {
  .card-horizontal {
    gap: 15px;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .card-horizontal {
    padding: 10px 0;
    border: none;
    background-color: transparent;
  }
}
@media (max-width: 479.98px) {
  .card-horizontal {
    gap: 8px;
    font-size: 11px;
  }
}
@media (hover: hover) {
  .card-horizontal:hover {
    background-color: rgba(26, 32, 30, 0.03);
  }
}
.card-horizontal_green {
  border-color: #26ae4c;
}
.card-horizontal__img {
  width: 230px;
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1439.98px) {
  .card-horizontal__img {
    width: 180px;
  }
}
@media (max-width: 1279.98px) {
  .card-horizontal__img {
    width: 130px;
  }
}
@media (max-width: 767.98px) {
  .card-horizontal__img {
    width: 100px;
  }
}
@media (max-width: 479.98px) {
  .card-horizontal__img {
    width: 69px;
  }
}
.card-horizontal__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1023.98px) {
  .card-horizontal__info {
    gap: 5px;
  }
}
@media (max-width: 1023.98px) {
  .card-horizontal .card__title {
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .card-horizontal .card__title {
    font-size: 13px;
  }
}

.card-small {
  padding-block: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
}
@media (max-width: 1279.98px) {
  .card-small {
    font-size: 12px;
  }
}
@media (max-width: 1023.98px) {
  .card-small {
    padding-block: 10px;
    gap: 5px;
  }
}
@media (max-width: 479.98px) {
  .card-small {
    font-size: 11px;
  }
}
@media (hover: hover) {
  .card-small:hover .card__title {
    text-decoration-color: currentColor;
  }
}
.card-small .card__title {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 280ms ease-in-out 0ms;
}
@media (max-width: 1023.98px) {
  .card-small .card__title {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .card-small .card__title {
    font-size: 12px;
  }
}

.card-plane {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(26, 32, 30, 0.1);
  transition: all 280ms ease-in-out 0ms;
}
@media (max-width: 1919.98px) {
  .card-plane {
    padding: 15px;
  }
}
@media (max-width: 1279.98px) {
  .card-plane {
    padding: 10px;
    gap: 10px;
    font-size: 13px;
  }
}
@media (max-width: 1023.98px) {
  .card-plane {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .card-plane {
    padding: 10px 0;
    gap: 5px;
    border: none;
  }
}
@media (max-width: 479.98px) {
  .card-plane {
    font-size: 11px;
  }
}
@media (hover: hover) {
  .card-plane:hover {
    background-color: rgba(38, 174, 76, 0.03);
  }
}
.card-plane__img {
  aspect-ratio: 16/9;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.98px) {
  .card-plane__img {
    order: -1;
  }
}
.card-plane__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1023.98px) {
  .card-plane__info {
    gap: 5px;
  }
}
@media (max-width: 1023.98px) {
  .card-plane .card__title {
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .card-plane .card__title {
    font-size: 13px;
  }
}

.card-event {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1279.98px) {
  .card-event {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .card-event {
    font-size: 12px;
  }
}
@media (max-width: 479.98px) {
  .card-event {
    font-size: 11px;
  }
}
.card-event__img {
  width: 200px;
  aspect-ratio: 1;
  border-radius: 5px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1439.98px) {
  .card-event__img {
    width: 180px;
  }
}
@media (max-width: 1023.98px) {
  .card-event__img {
    width: 160px;
  }
}
@media (max-width: 767.98px) {
  .card-event__img {
    width: 100px;
  }
}
@media (max-width: 479.98px) {
  .card-event__img {
    display: none;
  }
}
.card-event__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .card-event__info {
    gap: 5px;
  }
}
@media (max-width: 1023.98px) {
  .card-event .card__title {
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .card-event .card__title {
    font-size: 13px;
  }
}

.list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  padding: 5px 15px;
  background-color: #f3f3f3;
  border-radius: 25px;
  font-size: 12px;
  line-height: 15px;
  width: fit-content;
  font-weight: 500;
}
@media (max-width: 1023.98px) {
  .tag {
    padding: 2px 10px;
  }
}
@media (max-width: 479.98px) {
  .tag {
    font-size: 11px;
    line-height: 13px;
  }
}
.tag_white {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.tag_green {
  background-color: #26ae4c;
  color: #fff;
}

.arrow {
  background-color: #1a201e;
  border-radius: 2px;
  display: inline-flex;
  cursor: pointer;
  position: relative;
}
@media (hover: hover) {
  .arrow:not(.disabled):hover::after {
    content: "";
    position: absolute;
    opacity: 1;
    visibility: visible;
  }
}
.arrow.disabled {
  cursor: default;
}
.arrow.disabled::before {
  content: "";
  position: absolute;
  opacity: 1;
  visibility: visible;
}
.arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  opacity: 0;
  visibility: hidden;
  transition: all 280ms ease-in-out 0ms;
}
.arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  opacity: 0;
  visibility: hidden;
  transition: all 280ms ease-in-out 0ms;
}
.arrow_right {
  transform: scaleX(-1);
}
.arrow svg {
  stroke: #fff;
  width: 38px;
  height: 38px;
  transition: all 280ms ease-in-out 0ms;
}
@media (max-width: 767.98px) {
  .arrow svg {
    width: 30px;
    height: 30px;
  }
}

.rubric {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 1023.98px) {
  .rubric {
    padding: 2px 5px;
  }
}
@media (max-width: 479.98px) {
  .rubric {
    font-size: 11px;
    line-height: 13px;
  }
}
.rubric svg {
  width: 15px;
  height: 15px;
  stroke: #1a201e;
}
@media (max-width: 479.98px) {
  .rubric svg {
    width: 13px;
    height: 13px;
  }
}
.rubric_green {
  background-color: #26ae4c;
  color: #fff;
}
.rubric_green svg {
  stroke: #fff;
}

.button-icon {
  background-color: #26ae4c;
  padding: 10px 25px;
  display: inline-flex;
  gap: 10px;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 1023.98px) {
  .button-icon {
    padding: 5px 15px;
  }
}
@media (max-width: 767.98px) {
  .button-icon {
    padding: 2px 10px;
  }
}
.button-icon_small {
  padding: 5px 15px;
}
@media (max-width: 767.98px) {
  .button-icon_small {
    padding: 2px 10px;
  }
}
.button-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  visibility: hidden;
}
.button-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 280ms ease-in-out 0ms;
}
@media (hover: hover) {
  .button-icon:not(:disabled):hover::after {
    content: "";
    position: absolute;
    opacity: 1;
    visibility: visible;
  }
}
.button-icon:disabled {
  cursor: default;
}
.button-icon:disabled::before {
  content: "";
  position: absolute;
  opacity: 1;
  visibility: visible;
}
.button-icon svg {
  width: 15px;
  height: 15px;
  stroke: #fff;
}

.button {
  height: 55px;
  padding-inline: 25px;
  background-color: #26ae4c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-radius: 5px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  visibility: hidden;
}
.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 280ms ease-in-out 0ms;
}
@media (max-width: 1439.98px) {
  .button {
    font-size: 18px;
  }
}
@media (max-width: 1279.98px) {
  .button {
    height: auto;
    padding: 10px 25px;
    font-size: 16px;
  }
}
@media (max-width: 1023.98px) {
  .button {
    font-size: 14px;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .button {
    font-size: 12px;
    padding: 7px 10px;
  }
}
@media (hover: hover) {
  .button:not(:disabled):hover::after {
    content: "";
    position: absolute;
    opacity: 1;
    visibility: visible;
  }
}
.button:disabled {
  cursor: default;
}
.button:disabled::before {
  content: "";
  position: absolute;
  opacity: 1;
  visibility: visible;
}
.button svg {
  transform: rotate(90deg);
  width: 25px;
  height: 25px;
  stroke: #fff;
}
@media (max-width: 1023.98px) {
  .button svg {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 767.98px) {
  .button svg {
    width: 15px;
    height: 15px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  line-height: 1.5;
}
.breadcrumbs span {
  opacity: 0.5;
}
.breadcrumbs a {
  text-decoration: underline;
  transition: all 280ms ease-in-out 0ms;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    text-decoration-color: transparent;
  }
}
.breadcrumbs svg {
  width: 16px;
  height: 16px;
  stroke: #1a201e;
}

.pagination {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .pagination {
    gap: 10px;
  }
}
.pagination > span {
  font-weight: 500;
  opacity: 0.5;
  white-space: nowrap;
}
.pagination__arrows {
  display: flex;
  gap: 5px;
}

.custom-select {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.custom-select:hover .custom-select__arrow {
  opacity: 1;
}
.custom-select_mini .custom-select__head {
  padding: 5px 15px;
  font-size: 12px;
  height: auto;
  border: none;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 280ms ease-in-out 0ms;
}
@media (max-width: 1023.98px) {
  .custom-select_mini .custom-select__head {
    padding: 2px 10px;
  }
}
.custom-select_mini .custom-select__head.active {
  background-color: #26ae4c;
  color: #fff;
}
.custom-select_mini .custom-select__head.active svg {
  stroke: #fff;
}
.custom-select_mini .custom-select__head > span {
  opacity: 1;
}
.custom-select_mini .custom-select__head svg {
  width: 15px;
  height: 15px;
  transition: all 280ms ease-in-out 0ms;
}
.custom-select_mini .custom-select__options {
  min-width: 300px;
}
@media (max-width: 767.98px) {
  .custom-select_mini .custom-select__options {
    min-width: unset;
  }
}
.custom-select__head {
  height: 55px;
  padding-inline: 25px;
  font-size: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid rgba(26, 32, 30, 0.2);
  font-weight: 500;
}
.custom-select__head > span {
  opacity: 0.5;
}
@media (max-width: 1439.98px) {
  .custom-select__head {
    font-size: 18px;
  }
}
@media (max-width: 1279.98px) {
  .custom-select__head {
    height: auto;
    padding: 10px 25px;
    font-size: 16px;
  }
}
@media (max-width: 1023.98px) {
  .custom-select__head {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .custom-select__head {
    font-size: 12px;
    padding: 7px 10px;
  }
}
.custom-select__head > span {
  position: relative;
  white-space: nowrap;
  flex-grow: 1;
  overflow: hidden;
}
.custom-select__head__actions {
  display: flex;
  gap: 10px;
}
.custom-select__head__actions svg {
  stroke: #1a201e;
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
  transition: all 280ms ease-in-out 0ms;
}
@media (max-width: 1023.98px) {
  .custom-select__head__actions svg {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 767.98px) {
  .custom-select__head__actions svg {
    width: 15px;
    height: 15px;
  }
}
.custom-select__head__counter {
  min-width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  background-color: #26ae4c;
}
@media (max-width: 1023.98px) {
  .custom-select__head__counter {
    min-width: 17px;
    height: 17px;
    font-size: 10px;
  }
}
@media (max-width: 767.98px) {
  .custom-select__head__counter {
    min-width: 15px;
    height: 15px;
    font-size: 8px;
  }
}
.custom-select.active .custom-select__options {
  opacity: 1;
  visibility: visible;
}
.custom-select.active .custom-select__head svg {
  transform: rotate(0);
}
.custom-select__options {
  position: absolute;
  width: 100%;
  max-height: 296px;
  top: calc(100% + 5px);
  left: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  background-color: #fff;
  z-index: 10;
  outline: 1px solid rgba(26, 32, 30, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
@media (max-width: 1023.98px) {
  .custom-select__options {
    padding-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .custom-select__options {
    max-height: 180px;
  }
}
.custom-select__option {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  transition: all 280ms ease-in-out 0ms;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1023.98px) {
  .custom-select__option {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 767.98px) {
  .custom-select__option {
    font-size: 12px;
  }
}
.custom-select__option:not(.custom-select__option_search) input {
  display: none;
}
.custom-select__option:not(.custom-select__option_search):hover, .custom-select__option:not(.custom-select__option_search).selected {
  background-color: rgba(38, 174, 76, 0.1);
}
.custom-select__option:not(.custom-select__option_search).selected .custom-select__option__checkbox .checked {
  opacity: 1;
  visibility: visible;
}
.custom-select__option_search {
  padding: 10px;
}
@media (max-width: 1023.98px) {
  .custom-select__option_search {
    padding: 5px 10px;
  }
}
.custom-select__option_search input {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 16px;
  border: 1px solid rgba(26, 32, 30, 0.2);
  border-radius: 5px;
}
@media (max-width: 1023.98px) {
  .custom-select__option_search input {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 767.98px) {
  .custom-select__option_search input {
    font-size: 12px;
  }
}
.custom-select__option_search-empty {
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 100px;
  display: none;
}
.custom-select__option_search-empty.active {
  display: flex;
}
.custom-select__option__select-all {
  background: linear-gradient(to right, rgba(26, 32, 30, 0.2) 50%, transparent 50%) repeat-x bottom;
  background-size: 10px 1px; /* 10px — длина штриха + пробел, 2px — высота */
}
.custom-select__option__checkbox {
  display: inline-flex;
  position: relative;
}
.custom-select__option__checkbox svg {
  width: 24px;
  height: 24px;
  stroke: none;
  fill: #1a201e;
}
@media (max-width: 1023.98px) {
  .custom-select__option__checkbox svg {
    width: 20px;
    height: 20px;
  }
}
.custom-select__option__checkbox .checked {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 280ms ease-in-out 0ms;
}

.custom-checkbox {
  height: 55px;
  padding-inline: 25px;
  font-size: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid rgba(26, 32, 30, 0.2);
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 1439.98px) {
  .custom-checkbox {
    font-size: 18px;
  }
}
@media (max-width: 1279.98px) {
  .custom-checkbox {
    height: auto;
    padding: 10px 25px;
    font-size: 16px;
  }
}
@media (max-width: 1023.98px) {
  .custom-checkbox {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .custom-checkbox {
    font-size: 12px;
    padding: 7px 10px;
  }
}
.custom-checkbox span {
  opacity: 0.5;
}
.custom-checkbox svg {
  width: 35px;
  height: 35px;
}
@media (max-width: 1023.98px) {
  .custom-checkbox svg {
    width: 17px;
    height: 17px;
  }
}
.custom-checkbox input {
  display: none;
  position: absolute;
}
.custom-checkbox input ~ svg:not(.checked) {
  display: inline-block;
}
.custom-checkbox input ~ svg.checked {
  display: none;
}
.custom-checkbox input:checked ~ svg:not(.checked) {
  display: none;
}
.custom-checkbox input:checked ~ svg.checked {
  display: inline-block;
}

.header {
  background-color: #f3f3f3;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 50px;
}
@media (max-width: 1023.98px) {
  .header__wrapper {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .header__wrapper {
    align-items: center;
  }
}
.header__logo {
  padding: 25px 25px 25px 25px;
  background-color: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgba(26, 32, 30, 0.1);
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 280ms ease-in-out 0ms;
}
@media (hover: hover) {
  .header__logo:hover {
    background-color: #f3f3f3;
  }
}
@media (max-width: 1023.98px) {
  .header__logo {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .header__logo {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 479.98px) {
  .header__logo {
    width: 93px;
  }
}
.header__logo img {
  width: 161px;
}
@media (max-width: 1023.98px) {
  .header__logo img {
    width: 129px;
  }
}
@media (max-width: 767.98px) {
  .header__logo img {
    width: 110px;
  }
}
@media (max-width: 479.98px) {
  .header__logo img {
    width: 93px;
  }
}
.header__menu {
  align-self: flex-end;
  display: flex;
  gap: 30px;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 1023.98px) {
  .header__menu {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .header__menu {
    display: none;
  }
}
.header__menu a,
.header__menu span {
  padding-bottom: 17px;
  border-bottom: 2px solid transparent;
  transition: all 280ms ease-in-out 0ms;
}
@media (max-width: 1023.98px) {
  .header__menu a,
  .header__menu span {
    padding-bottom: 10px;
  }
}
@media (hover: hover) {
  .header__menu a:hover,
  .header__menu span:hover {
    border-color: #26ae4c;
  }
}
.header__menu a.active,
.header__menu span.active {
  border-color: #26ae4c;
}
.header__toggler {
  padding: 5px;
  background-color: #1a201e;
  border-radius: 5px;
  display: none;
}
@media (max-width: 767.98px) {
  .header__toggler {
    display: inline-flex;
  }
}
.header__toggler__open {
  display: none;
}
.header__toggler.active .header__toggler__close {
  display: none;
}
.header__toggler.active .header__toggler__open {
  display: block;
}
.header__toggler svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}

.mobile-menu {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100vw;
  bottom: 0;
  background-color: #fff;
  padding-block: 30px 20px;
  row-gap: 30px;
  overflow: auto;
  display: none;
  transform: translateX(100%);
  transition: all 280ms ease-in-out 0ms;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .mobile-menu {
    display: inherit;
  }
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-menu__link {
  font-weight: 700;
  padding: 10px;
  background-color: #f3f3f3;
  border-radius: 5px;
}
.mobile-menu__link.active {
  border-bottom: 1px solid #26ae4c;
}
.mobile-menu__bottom {
  margin-top: auto;
}
.mobile-menu__bottom .copyright {
  line-height: 1.4;
  text-align: center;
}

.footer {
  background-color: #1a201e;
  color: #fff;
}
.footer__wrapper {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .footer__wrapper {
    padding-block: 30px;
  }
}
@media (max-width: 479.98px) {
  .footer__wrapper {
    padding-block: 20px;
  }
}
.footer__logo {
  padding: 25px 25px 25px 25px;
  background-color: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgba(26, 32, 30, 0.1);
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 280ms ease-in-out 0ms;
}
@media (hover: hover) {
  .footer__logo:hover {
    background-color: #f3f3f3;
  }
}
@media (max-width: 1023.98px) {
  .footer__logo {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer__logo {
    padding: 0;
    background-color: transparent;
    border: none;
    position: static;
  }
}
@media (max-width: 479.98px) {
  .footer__logo {
    width: 93px;
  }
}
.footer__logo img {
  width: 161px;
}
.footer__logo img.white {
  display: none;
}
@media (max-width: 767.98px) {
  .footer__logo img.white {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .footer__logo img.black {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .footer__logo img {
    width: 129px;
  }
}
@media (max-width: 767.98px) {
  .footer__logo img {
    width: 110px;
  }
}
@media (max-width: 479.98px) {
  .footer__logo img {
    width: 93px;
  }
}
.footer__top {
  margin-bottom: 29px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1279.98px) {
  .footer__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023.98px) {
  .footer__top {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer__top {
    justify-content: space-between;
    align-items: center;
  }
}
.footer__menu {
  display: flex;
  gap: 30px;
  padding-bottom: 10px;
}
@media (max-width: 1279.98px) {
  .footer__menu {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .footer__menu {
    font-size: 12px;
  }
}
.footer__menu a,
.footer__menu span {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 280ms ease-in-out 0ms;
}
@media (hover: hover) {
  .footer__menu a:hover,
  .footer__menu span:hover {
    border-bottom-color: #fff;
  }
}
.footer__menu a.active,
.footer__menu span.active {
  border-bottom-color: #fff;
}
.footer__bottom {
  margin-top: 74px;
  font-size: 20px;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279.98px) {
  .footer__bottom {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 1023.98px) {
  .footer__bottom {
    font-size: 12px;
    margin-top: 20px;
  }
}
.footer__bottom .font-caveat {
  font-size: 24px;
}
@media (max-width: 1279.98px) {
  .footer__bottom .font-caveat {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .footer__bottom .font-caveat {
    font-size: 16px;
  }
}

.main__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding-block: 10px;
}
.main__title-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.main__block {
  grid-row-gap: 20px;
}
@media (max-width: 1023.98px) {
  .main__block {
    grid-row-gap: 16px;
  }
}
@media (max-width: 479.98px) {
  .main__block {
    grid-row-gap: 12px;
  }
}
.main__banner {
  min-height: 675px;
  position: relative;
  overflow: hidden;
  padding-top: 182px;
  color: #fff;
}
@media (max-width: 1919.98px) {
  .main__banner {
    min-height: 507px;
  }
}
@media (max-width: 1279.98px) {
  .main__banner {
    min-height: 420px;
  }
}
@media (max-width: 1023.98px) {
  .main__banner {
    min-height: 300px;
    padding-top: 130px;
  }
}
@media (max-width: 767.98px) {
  .main__banner {
    min-height: 230px;
    padding-top: 100px;
  }
}
@media (max-width: 479.98px) {
  .main__banner {
    min-height: 195px;
    padding-top: 70px;
  }
}
.main__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(26, 32, 30, 0.4);
  z-index: 1;
}
.main__banner__img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0 -590px;
}
@media (max-width: 1919.98px) {
  .main__banner__img {
    object-position: 0 -470px;
  }
}
@media (max-width: 1439.98px) {
  .main__banner__img {
    object-position: 0 -375px;
  }
}
@media (max-width: 1279.98px) {
  .main__banner__img {
    object-position: 0 -265px;
  }
}
@media (max-width: 1023.98px) {
  .main__banner__img {
    object-position: 0 -210px;
  }
}
@media (max-width: 767.98px) {
  .main__banner__img {
    object-position: 0 -30px;
  }
}
@media (max-width: 479.98px) {
  .main__banner__img {
    object-position: 0 -20px;
  }
}
.main__banner__wrapper {
  padding-inline: 120px;
  z-index: 2;
}
@media (max-width: 1919.98px) {
  .main__banner__wrapper {
    padding-inline: 0;
  }
}
.main__banner__wrapper .font-caveat {
  position: relative;
  font-size: 64px;
}
@media (max-width: 1919.98px) {
  .main__banner__wrapper .font-caveat {
    font-size: 48px;
  }
}
@media (max-width: 1279.98px) {
  .main__banner__wrapper .font-caveat {
    font-size: 40px;
  }
}
@media (max-width: 1023.98px) {
  .main__banner__wrapper .font-caveat {
    font-size: 36px;
    line-height: 29px;
  }
}
@media (max-width: 767.98px) {
  .main__banner__wrapper .font-caveat {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 479.98px) {
  .main__banner__wrapper .font-caveat {
    font-size: 16px;
  }
}
.main__banner__wrapper .font-caveat img {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  transform: translateY(100%) rotate(2.19deg);
}
@media (max-width: 1919.98px) {
  .main__banner__wrapper .font-caveat img {
    bottom: -2px;
  }
}
@media (max-width: 1279.98px) {
  .main__banner__wrapper .font-caveat img {
    bottom: -5px;
  }
}
@media (max-width: 1023.98px) {
  .main__banner__wrapper .font-caveat img {
    bottom: -2px;
  }
}
@media (max-width: 479.98px) {
  .main__banner__wrapper .font-caveat img {
    bottom: 1px;
  }
}
.main__calendar {
  padding-block: 100px 150px;
  background-color: #26ae4c;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1919.98px) {
  .main__calendar {
    padding-block: 80px 120px;
  }
}
@media (max-width: 1439.98px) {
  .main__calendar {
    padding-block: 60px 100px;
  }
}
@media (max-width: 1279.98px) {
  .main__calendar {
    padding-block: 40px 80px;
  }
}
@media (max-width: 1023.98px) {
  .main__calendar {
    padding-block: 30px 70px;
  }
}
@media (max-width: 767.98px) {
  .main__calendar {
    padding-block: 20px 60px;
  }
}
.main__calendar__decoration {
  position: absolute;
  bottom: 0;
  width: 1858.59px;
  left: -747.81px;
  transform: rotate(45deg);
  max-width: none;
  grid-column-start: 1;
}
@media (max-width: 1919.98px) {
  .main__calendar__decoration {
    left: -987px;
    bottom: -52px;
  }
}
@media (max-width: 1439.98px) {
  .main__calendar__decoration {
    left: -974px;
    bottom: -408px;
  }
}
@media (max-width: 1279.98px) {
  .main__calendar__decoration {
    left: -1196px;
    bottom: -315px;
  }
}
@media (max-width: 1023.98px) {
  .main__calendar__decoration {
    display: none;
  }
}
.main__calendar__slider {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023.98px) {
  .main__calendar__slider {
    gap: 16px;
  }
}
.main__calendar__slider .swiper {
  width: 100%;
  overflow: visible;
}
.main__calendar__slider .swiper-slide {
  transition: all 280ms ease-in-out 0ms;
}
@media (max-width: 767.98px) {
  .main__calendar__slider .swiper-slide {
    width: 288px;
  }
}
@media (max-width: 479.98px) {
  .main__calendar__slider .swiper-slide {
    width: 223px;
  }
}
.main__calendar__slider .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.3;
}
@media (max-width: 767.98px) {
  .main__calendar__slider .swiper-slide:not(.swiper-slide-visible) {
    opacity: 1;
  }
}
.main__calendar__slider .arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .main__calendar__slider .arrow {
    display: none;
  }
}
.main__calendar__slider .arrow_left {
  left: -100px;
  transform: translate(-100%, -50%);
}
@media (max-width: 1919.98px) {
  .main__calendar__slider .arrow_left {
    left: -30px;
  }
}
@media (max-width: 1023.98px) {
  .main__calendar__slider .arrow_left {
    left: -15px;
  }
}
.main__calendar__slider .arrow_right {
  right: -100px;
  transform: translate(100%, -50%) scaleX(-1);
}
@media (max-width: 1919.98px) {
  .main__calendar__slider .arrow_right {
    right: -30px;
  }
}
@media (max-width: 1023.98px) {
  .main__calendar__slider .arrow_right {
    right: -15px;
  }
}
.main__calendar__slider__pagination {
  display: flex;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .main__calendar__slider__pagination {
    gap: 10px;
  }
}
.main__calendar__slider__pagination .swiper-pagination-bullet {
  flex: 1 1 0px;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 280ms ease-in-out 0ms;
}
@media (max-width: 1023.98px) {
  .main__calendar__slider__pagination .swiper-pagination-bullet {
    height: 7px;
  }
}
.main__calendar__slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.main__science {
  margin-top: 100px;
  padding-block: 100px;
}
@media (max-width: 1919.98px) {
  .main__science {
    margin-top: 80px;
  }
}
@media (max-width: 1439.98px) {
  .main__science {
    margin-top: 60px;
  }
}
@media (max-width: 1279.98px) {
  .main__science {
    margin-top: 40px;
  }
}
@media (max-width: 1023.98px) {
  .main__science {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .main__science {
    margin-top: 20px;
  }
}
.main__science__decoration {
  position: absolute;
  width: 1920.32px;
  left: -1387px;
  top: -342px;
  transform: rotate(45deg);
  max-width: none;
  grid-column-start: 1;
}
@media (max-width: 1919.98px) {
  .main__science__decoration {
    top: 4px;
    left: -1482px;
  }
}
@media (max-width: 1439.98px) {
  .main__science__decoration {
    top: 61px;
    left: -1540px;
  }
}
@media (max-width: 1279.98px) {
  .main__science__decoration {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .main__science .template > *:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .main__science .template > *:nth-child(7) {
    display: none;
  }
}
.main__science .card-big {
  grid-column: span 6;
  grid-row: span 2;
}
@media (max-width: 1023.98px) {
  .main__science .card-big {
    grid-column: span 3;
  }
}
@media (max-width: 767.98px) {
  .main__science .card-big {
    grid-column: 1/-1;
    grid-row: span 1;
  }
}
.main__science .card-horizontal {
  grid-column: span 6;
}
@media (max-width: 1023.98px) {
  .main__science .card-horizontal {
    grid-column: span 3;
  }
}
@media (max-width: 767.98px) {
  .main__science .card-horizontal {
    grid-column: 1/-1;
  }
}
@media (max-width: 1023.98px) {
  .main__science .card-horizontal__img {
    display: none;
  }
}
.main__science .card-small {
  grid-column: span 3;
}
@media (max-width: 1279.98px) {
  .main__science .card-small {
    grid-column: span 4;
  }
}
@media (max-width: 1023.98px) {
  .main__science .card-small {
    grid-column: span 2;
  }
}
@media (max-width: 479.98px) {
  .main__science .card-small {
    grid-column: 1/-1;
  }
}
.main__volunteering {
  background-color: rgba(243, 243, 243, 0.3);
}
@media (max-width: 1919.98px) {
  .main__volunteering {
    margin-top: 80px;
  }
}
@media (max-width: 1439.98px) {
  .main__volunteering {
    margin-top: 60px;
  }
}
@media (max-width: 1279.98px) {
  .main__volunteering {
    margin-top: 40px;
  }
}
@media (max-width: 1023.98px) {
  .main__volunteering {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .main__volunteering {
    margin-top: 20px;
  }
}
@media (max-width: 1023.98px) {
  .main__volunteering .page-grid_2 > *:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .main__volunteering .template:not(.page-grid_2) > *:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .main__volunteering .template:not(.page-grid_2) > *:nth-child(4) {
    display: none;
  }
}
.main__volunteering .card-horizontal {
  grid-column: span 6;
}
@media (max-width: 1023.98px) {
  .main__volunteering .card-horizontal {
    grid-column: 1/-1;
  }
}
.main__volunteering .card-small {
  grid-column: span 3;
  background-color: transparent;
}
@media (max-width: 1279.98px) {
  .main__volunteering .card-small {
    grid-column: span 4;
  }
}
@media (max-width: 1023.98px) {
  .main__volunteering .card-small {
    grid-column: span 2;
  }
}
@media (max-width: 479.98px) {
  .main__volunteering .card-small {
    grid-column: 1/-1;
  }
}
.main__news .main__title-action .button-icon_small svg {
  transition: all 280ms ease-in-out 0ms;
}
.main__news .main__title-action .button-icon_small.active svg {
  transform: rotate(180deg);
}
@media (max-width: 1023.98px) {
  .main__news .main__title-action .button-icon_small span {
    display: none;
  }
}
.main__news .template .button-icon {
  grid-column: 1/-1;
  margin: 0 auto;
}
.main__ecotrends {
  background-color: rgba(243, 243, 243, 0.3);
  position: relative;
}
.main__ecotrends__decoration {
  position: absolute;
  top: -686px;
  right: 0;
  grid-column-end: -1;
  z-index: -1;
}
@media (max-width: 1919.98px) {
  .main__ecotrends__decoration_1 {
    display: none;
  }
}
.main__ecotrends__decoration_2 {
  display: none;
}
@media (max-width: 1919.98px) {
  .main__ecotrends__decoration_2 {
    display: block;
  }
}
@media (max-width: 1439.98px) {
  .main__ecotrends__decoration_2 {
    display: none;
  }
}
.main__ecotrends__decoration_3 {
  display: none;
}
@media (max-width: 1439.98px) {
  .main__ecotrends__decoration_3 {
    display: block;
  }
}
@media (max-width: 1279.98px) {
  .main__ecotrends__decoration_3 {
    display: none;
  }
}
.main__ecotrends__decoration_4 {
  display: none;
}
@media (max-width: 1279.98px) {
  .main__ecotrends__decoration_4 {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .main__ecotrends__decoration_4 {
    display: none;
  }
}
.main__ecotrends .swiper {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .main__ecotrends .template > *:nth-child(4) {
    display: none;
  }
}
.main__ecotrends .template .card-horizontal {
  grid-column: span 6;
}
@media (max-width: 1023.98px) {
  .main__ecotrends .template .card-horizontal {
    grid-column: 1/-1;
  }
}
.main__block-common {
  padding-block: 100px;
}
@media (max-width: 1919.98px) {
  .main__block-common {
    padding-block: 80px;
  }
}
@media (max-width: 1439.98px) {
  .main__block-common {
    padding-block: 60px;
  }
}
@media (max-width: 1279.98px) {
  .main__block-common {
    padding-block: 40px;
  }
}
@media (max-width: 1023.98px) {
  .main__block-common {
    padding-block: 30px;
  }
}

.calendar .search {
  grid-column: 1/-1;
}
@media (max-width: 767.98px) {
  .calendar .search input {
    font-size: 12px;
  }
}
@media (max-width: 479.98px) {
  .calendar .filter__bottom .filter__reset span > span,
  .calendar .filter__bottom .button span > span {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .calendar__filter {
    display: none;
  }
}
.calendar__filter__toggler {
  justify-content: space-between;
  background-color: #f3f3f3;
  display: none;
  align-items: center;
  justify-content: space-between;
  border-radius: 25px;
  width: auto;
}
@media (max-width: 1023.98px) {
  .calendar__filter__toggler {
    display: flex;
  }
}
.calendar__filter__toggler.active svg {
  transform: rotate(0deg);
}
.calendar__filter__toggler svg {
  width: 15px;
  height: 15px;
  stroke: #1a201e;
  transform: rotate(180deg);
  transition: all 280ms ease-in-out 0ms;
}
.calendar__filter__item {
  grid-column: span 3;
}
@media (max-width: 1279.98px) {
  .calendar__filter__item {
    grid-column: span 6;
  }
}
@media (max-width: 1023.98px) {
  .calendar__filter__item {
    grid-column: span 3;
  }
}
@media (max-width: 767.98px) {
  .calendar__filter__item {
    grid-column: span 2;
  }
}
@media (max-width: 479.98px) {
  .calendar__filter__item {
    grid-column: 1/-1;
  }
}
.calendar__filter__time {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1279.98px) {
  .calendar__filter__time {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.calendar__filter__time .list {
  flex-wrap: nowrap;
  align-items: center;
}
.calendar__filter__time .list > span {
  white-space: nowrap;
}
.calendar__filter__time hr {
  height: 100%;
  width: 0;
  border-left: 1px solid rgba(26, 32, 30, 0.2);
}
@media (max-width: 1279.98px) {
  .calendar__filter__time hr {
    display: none;
  }
}

.e404 {
  grid-template-rows: 1fr auto;
}
.e404__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  padding-block: 50px;
  text-align: center;
}
@media (max-width: 1279.98px) {
  .e404__wrapper {
    font-size: 16px;
    padding-block: 30px;
  }
}
@media (max-width: 767.98px) {
  .e404__wrapper {
    font-size: 14px;
    gap: 20px;
  }
}
@media (max-width: 479.98px) {
  .e404__wrapper {
    font-size: 13px;
    padding-block: 20px;
  }
}
.e404__wrapper__img {
  font-size: 260px;
  line-height: 1.4;
  position: relative;
  font-weight: 400;
}
@media (max-width: 1279.98px) {
  .e404__wrapper__img {
    font-size: 180px;
  }
}
@media (max-width: 767.98px) {
  .e404__wrapper__img {
    font-size: 120px;
  }
}
@media (max-width: 479.98px) {
  .e404__wrapper__img {
    font-size: 100px;
  }
}
.e404__wrapper__img img {
  position: absolute;
  width: 588px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  z-index: -1;
}
@media (max-width: 1279.98px) {
  .e404__wrapper__img img {
    width: 468px;
  }
}
@media (max-width: 767.98px) {
  .e404__wrapper__img img {
    width: 388px;
  }
}
@media (max-width: 479.98px) {
  .e404__wrapper__img img {
    width: 300px;
  }
}

.detail__body {
  grid-column: 3/-3;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 17px;
  line-height: 28px;
  padding-bottom: 150px;
}
@media (max-width: 1919.98px) {
  .detail__body {
    grid-column: 2/-2;
    padding-bottom: 120px;
  }
}
@media (max-width: 1439.98px) {
  .detail__body {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 1279.98px) {
  .detail__body {
    grid-column: 1/-1;
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 1023.98px) {
  .detail__body {
    gap: 24px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .detail__body {
    padding-bottom: 100px;
  }
}
@media (max-width: 479.98px) {
  .detail__body {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 80px;
  }
}
.detail__body h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
@media (max-width: 1439.98px) {
  .detail__body h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1279.98px) {
  .detail__body h2 {
    font-size: 24px;
  }
}
@media (max-width: 1023.98px) {
  .detail__body h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .detail__body h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 479.98px) {
  .detail__body h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.detail__body h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 1439.98px) {
  .detail__body h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1279.98px) {
  .detail__body h3 {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .detail__body h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .detail__body h3 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 479.98px) {
  .detail__body h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.detail__body h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1439.98px) {
  .detail__body h4 {
    font-size: 18px;
  }
}
@media (max-width: 1279.98px) {
  .detail__body h4 {
    font-size: 17px;
  }
}
@media (max-width: 1023.98px) {
  .detail__body h4 {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .detail__body h4 {
    font-size: 15px;
  }
}
@media (max-width: 479.98px) {
  .detail__body h4 {
    font-size: 14px;
  }
}
.detail__info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
}
.detail__info__icon {
  display: inline-flex;
  cursor: pointer;
  transition: all 280ms ease-in-out 0ms;
}
@media (hover: hover) {
  .detail__info__icon:hover {
    opacity: 0.5;
  }
}
.detail__info__icon svg {
  width: 16px;
  height: 16px;
  stroke: #000;
}
.detail__related {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-column: 1/-1;
  border-top: 1px solid #1a201e;
}
@media (max-width: 1023.98px) {
  .detail__related .page-grid_1 > *:nth-child(3) {
    display: none;
  }
}

.block-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.block-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 5px;
}
.block-image__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 5px;
  font-size: 10px;
  line-height: 1;
  background-color: #fff;
  padding: 3px 10px;
}

.block-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.block-text ul,
.block-text ol {
  padding-left: 20px;
}
.block-text ul li,
.block-text ol li {
  list-style: initial;
}
@media (max-width: 767.98px) {
  .block-text ul li,
  .block-text ol li {
    font-size: 14px;
    line-height: 28px;
  }
}
.block-text ol li {
  list-style-type: decimal;
}

.block-lead p {
  opacity: 0.5;
}

.block-figure {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 20px 15px;
}
@media (max-width: 1919.98px) {
  .block-figure {
    padding: 28px 20px 43px;
  }
}
@media (max-width: 1439.98px) {
  .block-figure {
    padding: 0 20px 15px;
  }
}
@media (max-width: 1279.98px) {
  .block-figure {
    gap: 20px;
  }
}
@media (max-width: 1023.98px) {
  .block-figure {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .block-figure {
    padding: 0 10px 15px;
  }
}
.block-figure__number {
  font-size: 64px;
  line-height: 1;
  font-family: Caveat;
  font-weight: 700;
}
@media (max-width: 1279.98px) {
  .block-figure__number {
    font-size: 48px;
  }
}
@media (max-width: 1023.98px) {
  .block-figure__number {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .block-figure__number {
    font-size: 36px;
  }
}
@media (max-width: 479.98px) {
  .block-figure__number {
    font-size: 32px;
  }
}

.block-borders {
  padding-block: 20px;
  border-top: 1px solid #1a201e;
  border-bottom: 1px solid #1a201e;
  font-weight: 600;
}

.block-colorful {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
.block-colorful_green {
  color: #26ae4c;
  background-color: rgba(38, 174, 76, 0.05);
  border-color: rgba(38, 174, 76, 0.1);
}
.block-colorful_yellow {
  color: #d6b02b;
  background-color: rgba(214, 176, 43, 0.05);
  border-color: rgba(214, 176, 43, 0.1);
}
.block-colorful_blue {
  color: #3ab4e8;
  background-color: rgba(58, 180, 232, 0.05);
  border-color: rgba(58, 180, 232, 0.1);
}
.block-colorful p {
  color: #1a201e;
}

.block-info {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-left: 1px solid rgba(26, 32, 30, 0.1);
}
@media (max-width: 479.98px) {
  .block-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.block-info > svg {
  width: 30px;
  height: 30px;
  stroke: #3ab4e8;
  flex-shrink: 0;
}
.block-info__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-quote {
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-left: 1px solid rgba(26, 32, 30, 0.1);
}
@media (max-width: 767.98px) {
  .block-quote {
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px;
  }
}
.block-quote > svg {
  width: 30px;
  height: 30px;
  stroke: #000;
  flex-shrink: 0;
}
.block-quote__content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .block-quote__content {
    gap: 10px;
    flex-direction: column;
  }
}
.block-quote__content > img {
  width: 130px;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .block-quote__content > img {
    width: 80px;
  }
}
.block-quote__content > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.block-quote__sub {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .block-quote__sub {
    font-size: 13px;
  }
}

.block-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block-table__wrapper {
  overflow: auto;
}
.block-table__wrapper table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1439.98px) {
  .block-table__wrapper table {
    font-size: 15px;
  }
}
@media (max-width: 1023.98px) {
  .block-table__wrapper table {
    font-size: 14px;
  }
}
.block-table__wrapper table thead {
  border-bottom: 1px solid rgba(26, 32, 30, 0.2);
}
.block-table__wrapper table thead th {
  padding: 16px;
  text-align-last: left;
  font-weight: 400;
  opacity: 0.5;
}
.block-table__wrapper table tbody td {
  padding: 14px 16px;
}
.block-table__wrapper table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.block-table__caption {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .block-table__caption {
    font-size: 13px;
    line-height: 1;
  }
}

.block-accordion {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #1a201e;
}
.block-accordion__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-block: 15px;
  border-bottom: 1px solid #1a201e;
}
.block-accordion__item.active .block-accordion__item__top svg {
  transform: rotate(45deg);
}
.block-accordion__item__top {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.block-accordion__item__top svg {
  width: 23px;
  height: 23px;
  stroke: #1a201e;
  transition: all 280ms ease-in-out 0ms;
}
.block-accordion__item__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 32px;
}
@media (max-width: 1279.98px) {
  .block-accordion__item__body {
    padding-bottom: 16px;
  }
}

.block-file {
  display: flex;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(26, 32, 30, 0.1);
  border-radius: 5px;
  padding: 15px 20px;
}
@media (max-width: 1279.98px) {
  .block-file {
    gap: 14px;
  }
}
@media (max-width: 479.98px) {
  .block-file {
    padding: 10px 15px;
  }
}
.block-file > svg {
  width: 30px;
  height: 30px;
  stroke: #df2622;
}
.block-file__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.block-file__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  word-break: break-word;
}
@media (max-width: 1279.98px) {
  .block-file__title {
    font-size: 13px;
  }
}
.block-file__title span {
  opacity: 0.5;
}
.block-file__actions {
  font-size: 12px;
  line-height: 1;
}
.block-file__actions a {
  color: #3ab4e8;
  text-decoration: underline;
  transition: all 280ms ease-in-out 0ms;
}
@media (hover: hover) {
  .block-file__actions a:hover {
    text-decoration-color: transparent;
  }
}

.block-video {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block-video__poster {
  position: relative;
  cursor: pointer;
}
.block-video__poster img {
  aspect-ratio: 16/9;
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.block-video__poster svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .block-video__poster svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  .block-video__poster svg {
    width: 40px;
    height: 40px;
  }
}
.block-video p {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
}

.block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1439.98px) {
  .block-grid {
    gap: 20px 16px;
  }
}
@media (max-width: 1279.98px) {
  .block-grid {
    gap: 20px 14px;
  }
}
@media (max-width: 1023.98px) {
  .block-grid {
    gap: 20px 12px;
  }
}
@media (max-width: 767.98px) {
  .block-grid {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

.block-slider {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block-slider__wrapper {
  position: relative;
}
.block-slider__wrapper .arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .block-slider__wrapper .arrow {
    display: none;
  }
}
.block-slider__wrapper .arrow_left {
  left: -30px;
  transform: translate(-100%, -50%);
}
@media (max-width: 1023.98px) {
  .block-slider__wrapper .arrow_left {
    left: -15px;
  }
}
.block-slider__wrapper .arrow_right {
  right: -30px;
  transform: translate(100%, -50%) scaleX(-1);
}
@media (max-width: 1023.98px) {
  .block-slider__wrapper .arrow_right {
    right: -15px;
  }
}
.block-slider .swiper-pagination-bullet {
  background-color: rgba(26, 32, 30, 0.3);
}
.block-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1a201e;
}

.block-delimeter {
  border-top: 1px solid rgba(26, 32, 30, 0.2);
}