/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
  margin-top: 125px;
}

@media screen and (max-width: 1000px) {
  main {
    margin-top: 60px;
  }
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.disable-scroll {
  position: relative;
  overflow: hidden;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.graph-modal {
  --transition-time: 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--transition-time), visibility var(--transition-time);
  transition: opacity var(--transition-time), visibility var(--transition-time);
}

.graph-modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.graph-modal__container {
  position: relative;
  width: 1000px;
  margin: 50px auto;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  cursor: default;
  text-align: left;
  display: none;
}

@media (max-width: 1024px) {
  .graph-modal__container {
    width: 90%;
  }
}

.graph-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.001 512.001'%3E%3Cpath d='M284.286 256.002L506.143 34.144c7.811-7.811 7.811-20.475 0-28.285-7.811-7.81-20.475-7.811-28.285 0L256 227.717 34.143 5.859c-7.811-7.811-20.475-7.811-28.285 0-7.81 7.811-7.811 20.475 0 28.285l221.857 221.857L5.858 477.859c-7.811 7.811-7.811 20.475 0 28.285a19.938 19.938 0 0014.143 5.857 19.94 19.94 0 0014.143-5.857L256 284.287l221.857 221.857c3.905 3.905 9.024 5.857 14.143 5.857s10.237-1.952 14.143-5.857c7.811-7.811 7.811-20.475 0-28.285L284.286 256.002z'/%3E%3C/svg%3E");
  cursor: pointer;
}

.graph-modal.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity var(--transition-time), visibility var(--transition-time);
  transition: opacity var(--transition-time), visibility var(--transition-time);
}

.graph-modal__container.graph-modal-open {
  display: inline-block;
}

.fade {
  opacity: 0;
}

.fade,
.fade.animate-open {
  -webkit-transition: opacity var(--transition-time);
  transition: opacity var(--transition-time);
}

.fade.animate-open {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.fadeInUp,
.fadeInUp.animate-open {
  -webkit-transition: opacity var(--transition-time), -webkit-transform var(--transition-time);
  transition: opacity var(--transition-time), -webkit-transform var(--transition-time);
  transition: transform var(--transition-time), opacity var(--transition-time);
  transition: transform var(--transition-time), opacity var(--transition-time), -webkit-transform var(--transition-time);
}

.fadeInUp.animate-open {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.tabs__panel {
  display: none;
}

.tabs__nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__panel--active {
  display: block;
}

/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
@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;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

:root {
  --font-family: "Roboto", sans-serif;
  --content-width: 1040px;
  --container-offset: 26px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked+.custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus+.custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled+.custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  padding-right: 0 !important;
}

.page__body {
  margin: 0;
  min-height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.h1 {
  font-family: "Lato", sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
}

.h1 strong,
.h1 b {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#4361EE), to(#7209B7));
  background: linear-gradient(90deg, #4361EE 0%, #7209B7 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 8px;
}

.h2 {
  font-family: "Lato", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.h2 strong,
.h2 b {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#4361EE), to(#7209B7));
  background: linear-gradient(90deg, #4361EE 0%, #7209B7 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 8px;
}

.h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.text {
  font-size: 24px;
  line-height: 32px;
}

.text p:not(:last-child) {
  margin-bottom: 16px;
}

.text-margin p:not(:last-child) {
  margin-bottom: 20px;
}

.content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
}

.content-text p:not(:last-child) {
  margin-bottom: 20px;
}

.content-text strong,
.content-text b {
  font-weight: 700;
}

.content-text ul:not(:last-child) {
  margin-bottom: 20px;
}

.content-text ul:not(:first-child) {
  margin-top: 20px;
}

.content-text ul li {
  position: relative;
  padding-left: 20px;
}

.content-text ul li:not(:last-child) {
  margin-bottom: 4px;
}

.content-text ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #000000;
}

.content {
  font-size: 16px;
  line-height: 150%;
}

.content p:not(:last-child) {
  margin-bottom: 16px;
}

.content strong,
.content b {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}

.content strong:not(:last-child),
.content b:not(:last-child) {
  margin-top: 40px;
}

.content ul li {
  padding-left: 20px;
  position: relative;
}

.content ul li:not(:last-child) {
  margin-bottom: 12px;
}

.content ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .h1 {
    font-size: 27px;
    line-height: 27px;
  }

  .h2 {
    font-size: 27px;
    line-height: 27px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000000;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}

.container:not(.header__container, .section__container) {
  padding-right: 80px;
}

.section {
  margin-bottom: 50px;
}

@media screen and (max-width: 1366px) {
  .section {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 20px;
  }

  .container:not(.header__container, .section__container) {
    padding-right: 16px;
  }
}

.nav {
  width: -webkit-fill-available;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.nav__link {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
}

.nav__link:hover {
  font-weight: 700;
  letter-spacing: -0.05px;
}

.nav__item-list {
  margin-top: 15px;
  margin-left: 15px;
  display: block;
}

.nav__item.nav__item-has-children.active .nav__item-list {
  display: none;
}

.nav__item-item:not(:last-child) {
  margin-bottom: 15px;
}

.nav__item-link {
  font-weight: 400;
  font-size: 27px;
  line-height: 100%;
  color: #fff;
}

.button1 {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  color: #ffffff;
  padding: 12px 36px;
  position: relative;
  background: transparent;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.button1::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background: -webkit-gradient(linear, left top, right top, from(#4361EE), to(rgba(114, 9, 183, 0.7)));
  background: linear-gradient(90deg, #4361EE 0%, rgba(114, 9, 183, 0.7) 100%);
  border-radius: 20px;
  z-index: -1;
}

.button1:hover {
  color: #000000;
  background: #fff;
}

.button-link {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  color: rgba(46, 46, 46, 0.5019607843);
  padding-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.button-link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icons/arrow-link-right.svg);
  width: 5px;
  height: 8px;
}

.button2 {
  background-color: #ffffff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 55px;
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 27px;
  border: 3px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
}

.button2:hover {
  background: -webkit-gradient(linear, left top, right top, from(#4361EE), to(#7209B7));
  background: linear-gradient(90deg, #4361EE 0%, #7209B7 100%);
  border: 3px solid #ffffff;
  color: #ffffff;
}

.button3 {
  background-color: transparent;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 55px;
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 100%;
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}

.button3:hover {
  background-color: #fff;
  color: #000;
}

.swiper-style {
  position: relative;
  overflow: inherit;
}

.swiper-style .swiper-slide {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.swiper-style .swiper-slide * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-style .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.swiper-style .swiper-bottom {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}

.swiper-style .swiper-pagination {
  position: static;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-style .swiper-pagination-current {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.swiper-style .swiper-button-prev:after,
.swiper-style .swiper-button-next:after {
  display: none;
}

.swiper-style .swiper-button-next,
.swiper-style .swiper-button-prev {
  position: static;
  width: 56px;
  height: 56px;
  border-radius: 55px;
  margin-top: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.swiper-style .swiper-button-prev {
  background-image: url(../img/buttons/btn-left-orange.svg);
}

.swiper-style .swiper-button-next {
  background-image: url(../img/buttons/btn-right-orange.svg);
}

@media screen and (max-width: 1200px) {

  .swiper-style .swiper-button-prev,
  .swiper-style .swiper-button-next {
    display: none;
  }

  .swiper-style .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
  }

  .swiper-style .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 !important;
    background-color: #C6C6C6;
    width: 32px;
    height: 6px;
    border-radius: 5px;
  }

  .swiper-style .swiper-pagination-bullet-active {
    background: linear-gradient(244.64deg, #F7A720 33.85%, #F08137 93.75%);
  }
}

.swiper-style2 {
  position: relative;
  overflow: inherit;
}

.swiper-style2 .swiper-slide {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.swiper-style2 .swiper-slide * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-style2 .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.swiper-style2 .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
}

.swiper-style2 .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 !important;
  background-color: #C6C6C6;
  width: 32px;
  height: 6px;
  border-radius: 5px;
}

.swiper-style2 .swiper-pagination-bullet-active {
  background: linear-gradient(244.64deg, #F7A720 33.85%, #F08137 93.75%);
}

.swiper-style2 .swiper-button-prev:after,
.swiper-style2 .swiper-button-next:after {
  display: none;
}

.swiper-style2 .swiper-button-next,
.swiper-style2 .swiper-button-prev {
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 55px;
  margin-top: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1019607843);
}

.swiper-style2 .swiper-button-prev {
  background-image: url(../img/buttons/btn-left-light.svg);
  left: -86px;
}

.swiper-style2 .swiper-button-next {
  background-image: url(../img/buttons/btn-right-light.svg);
  right: -86px;
}

@media screen and (max-width: 768px) {
  .swiper-style2 .swiper-pagination {
    margin-top: 24px;
  }
}

.social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.social-link__icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.social-link__icon img {
  width: 100%;
  height: 100%;
}

.social-link__label {
  font-size: 16px;
  line-height: 24px;
}

.social-link__tel {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
}

.social-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.social-tel__icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.social-tel__icon img {
  width: 100%;
  height: 100%;
}

.social-tel__link {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .social-link__label {
    font-size: 14px;
    line-height: 20px;
  }

  .social-link__tel {
    font-size: 18px;
    line-height: 26px;
  }

  .social-tel {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .social-tel__icon {
    width: 24px;
    height: 24px;
  }

  .social-tel__link {
    font-size: 18px;
    line-height: 26px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.pagination__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #DFDFDF;
  border-radius: 24px;
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
}

.pagination__item.active {
  color: #4D7639;
  border: 1px solid #4D7639;
}

.pagination__item:hover {
  color: #4D7639;
  border: 1px solid #4D7639;
}

.pagination__arrow {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.pagination__arrow-prev {
  background-image: url(../img/icons-arrow/arrow-but-right.svg);
}

.pagination__arrow-prev:hover {
  background-image: url(../img/icons-arrow/arrow-but-left-active.svg);
}

.pagination__arrow-next {
  background-image: url(../img/icons-arrow/arrow-but-left.svg);
}

.pagination__arrow-next:hover {
  background-image: url(../img/icons-arrow/arrow-but-right-active.svg);
}

.form {
  max-width: 546px;
  margin: 0 auto;
  text-align: center;
}

.form__label {
  display: inline-block;
  width: 100%;
}

.form__label:not(:last-child) {
  margin-bottom: 30px;
}

.form__input {
  padding: 10px 15px;
  width: 100%;
  outline: none;
  height: 48px;
  border: 1px solid #4361EE;
  border-radius: 10px;
}

.form__input::-webkit-input-placeholder {
  color: #999999;
}

.form__input::-moz-placeholder {
  color: #999999;
}

.form__input:-ms-input-placeholder {
  color: #999999;
}

.form__input::-ms-input-placeholder {
  color: #999999;
}

.form__input::placeholder {
  color: #999999;
}

.form__input:focus {
  border: 3px solid #4361EE;
}

.form__btn {
  margin: 0 auto;
}

.form__descr {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 10px;
  margin-bottom: 20px;
}

.form__descr span {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
}

.form__descr span a {
  color: #4361EE;
  display: flex;
}

.form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.form-search .form-search__label {
  margin-bottom: 0;
}

.form-search .form-search__input {
  border: inherit;
  border-radius: 0px;
  border-bottom: 1px solid #000000;
  padding: 0;
}

.form-search__name {
  font-size: 27px;
  font-weight: 500;
  line-height: 27px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-search__input {
  width: 100%;
}

.form-search__button {
  background-image: url(../img/icons/search-button.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 62px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.graph-modal__container.modal-success {
  max-width: 800px;
  width: 100%;
  padding: 80px 100px;
  min-height: 300px;
}

.graph-modal__container.modal-success .modal-success__content {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 28px;
}

.graph-modal__container.modal-success .modal-success__content p:not(:last-child) {
  margin-bottom: 20px;
}

.graph-modal__container.modal-success .graph-modal__close {
  right: 20px;
  top: 20px;
}

.graph-modal__container.modal-video {
  max-width: 800px;
  width: 100%;
  padding: 50px;
  min-height: 300px
}

.graph-modal__container.modal-video .graph-modal__close {
  right: 20px;
  top: 20px
}

.tabs__nav {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  border-bottom: 1px solid #F5F5F5;
}

.tabs__nav-btn {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  padding-top: 19px;
  padding-bottom: 19px;
  position: relative;
}

.tabs__nav-btn--active {
  font-weight: 700;
}

.tabs__nav-btn--active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FAAB18;
}

@media screen and (max-width: 1200px) {
  .tabs__nav {
    white-space: nowrap;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 768px) {
  .tabs__nav {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .tabs__nav-btn {
    font-size: 12px;
    line-height: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header.scroll-active .header__top,
.header.scroll-active .header__button {
  display: none;
}

.header.scroll-active .header__container {
  align-items: center;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1140px;
  padding-left: 50px;
}

.header__logo {
  width: 314px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__logo img {
  width: 100%;
  /* height: 100%; */
}

.header.scroll-active .header__logo {
  width: 200px;
  height: auto;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  row-gap: 12px;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.header__lang-item,
.header__lang-item a {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
}

.header__lang-item.active {
  font-weight: 700;
}

.header__login {
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.header__burger {
  width: 38px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.header-menu {
  display: none;
}

.header-menu__empty {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.header-menu__inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  background: -webkit-gradient(linear, left top, right top, from(#4361EE), to(#7209B7));
  background: linear-gradient(90deg, #4361EE 0%, #7209B7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  padding-top: 80px;
  row-gap: 24px;
}

.header-menu.menu--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1001;
}

.header-menu.menu--active .nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 15px;
}

.header-menu.menu--active .nav__link,
.header-menu.menu--active .nav__link a {
  color: #ffffff;
}

.header-menu.menu--active .nav__link {
  font-size: 27px;
  line-height: 100%;
}

.nav__item-button {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url(../img/icons/arrow-menu-up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  right: 36px;
  top: 0;
  cursor: pointer;
}

.nav__item.nav__item-has-children {
  position: relative;
}

.nav__item.nav__item-has-children .nav__item-button {
  display: block;
}

.nav__item.nav__item-has-children.active .nav__item-button {
  background-image: url(../img/icons/arrow-menu-down.svg);
  right: -80px;
}

.header-menu.menu--active .header__lang,
.header-menu.menu--active .header__lang a {
  color: #ffffff;
}

.header-menu.menu--active .header__lang-item,
.header-menu.menu--active .header__lang-item a {
  color: #ffffff;
}

.header-menu.menu--active .header__login {
  white-space: nowrap;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
  margin-left: 0;
  width: 76%;
  height: 60px;
}

.header-menu.menu--active .header__button {
  font-size: 27px;
  font-weight: 400;
  line-height: 100%;
  padding: 12px 14px;
  width: 76%;
  height: 60px;

}

.header-menu.menu--active .header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}

.header-menu.menu--active .header__contacts a {
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
}

.burger {
  z-index: 1002;
  background-image: url(../img/icons/burger-active.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.burger.burger--active {
  background-image: url(../img/icons/burger-close.png);
  width: 25px;
  height: 25px;
  position: absolute;
  top: 40px;
  right: 40px;
}

@media screen and (max-width: 1000px) {
  .header__container {
    padding-left: 16px;
    align-items: center;
  }

  .header__top {
    display: none;
  }

  .header__logo {
    width: 118px;
    height: auto;
  }

  .header.scroll-active .header__logo {
    width: 118px;
    height: auto;
  }

  .header__button {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding-top: 12px;
  }

  .header-menu.menu--active .header__logo {
    width: 176px;
    height: auto;
    margin-bottom: 0;
  }

  .header-menu.menu--active .header-menu__inner {
    row-gap: 20px;
  }

  .header-menu.menu--active .nav__list {
    row-gap: 10px;
  }

  .header-menu.menu--active .header__login {
    font-size: 16px;
    line-height: 16px;
    height: 60px;
  }

  .header-menu.menu--active .header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
  }

  .header-menu.menu--active .header__contacts {
    row-gap: 10px;
  }

  .header-menu.menu--active .header__contacts a {
    font-size: 27px;
    line-height: 100%
  }

  .header-menu__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }
}

.footer {
  background-color: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 100px;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer__logo {
  width: 225px;
  height: 85px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.footer__column {
  max-width: 100px;
}

.footer__column-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 10px;
  color: #000;
}

.footer__column-item:not(:last-child) {
  margin-bottom: 10px;
}

.footer__column-link {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: #000000;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__address {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  /* max-width: 205px; */
}

.footer__contacts {
  text-align: right;
}

.footer__contacts a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: -0.02em;
  color: #000000;
}

.footer__contacts a:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .footer__content {
    flex-direction: column;
    row-gap: 16px;
  }

  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 40px;
    margin-bottom: 10px;
  }

  .footer__logo {
    width: 118px;
    height: 40px;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px;
  }

  .footer__contacts {
    text-align: left;
  }

  .footer__contacts a {
    margin-bottom: 0;
  }
}

.menu-section {
  border-bottom: 1px solid #F5F5F5;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.menu__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #212121;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}

.menu__link.active {
  font-weight: 700;
}

.menu__link.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FAAB18;
}

@media screen and (max-width: 1200px) {
  .menu-section .container {
    padding-right: 16px;
  }

  .menu__list {
    white-space: nowrap;
    overflow-x: auto;
  }
}

@media screen and (max-width: 768px) {
  .menu__list {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .menu__link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.breadcrumbs a {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-decoration: underline;
}

.breadcrumbs span {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.breadcrumbs__separator {
  width: 12px;
  height: 12px;
  background-image: url(../img/social-icon/bread-arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rank-math-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.rank-math-breadcrumb a {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-decoration: underline;
}

.rank-math-breadcrumb .last {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.rank-math-breadcrumb .separator {
  width: 12px;
  height: 12px;
  background-image: url(../img/social-icon/bread-arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {

  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 12px;
    line-height: 16px;
  }

  .rank-math-breadcrumb a,
  .rank-math-breadcrumb .last {
    font-size: 12px;
    line-height: 16px;
  }
}

.hero {
  padding-top: 30px;
  padding-bottom: 50px;
}

.hero__title {
  max-width: 680px;
  margin-bottom: 20px;
}

.hero__text {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.hero__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero__place {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 26.4px;
  letter-spacing: -0.03em;
  max-width: 404px;
}

.hero__place strong,
.hero__place b {
  font-size: 32px;
  font-weight: 700;
  line-height: 35.2px;
}

.hero__button {
  height: 50px;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  padding: 13px 40px;
}

@media screen and (max-width: 768px) {
  .hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero__title {
    max-width: 300px;
    margin-bottom: 10px;
  }

  .hero__text {
    font-size: 16px;
    line-height: 16px;
  }

  .hero__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
  }

  .hero__place,
  .hero__place strong,
  .hero__place b {
    font-size: 16px;
    line-height: 17.6px;
  }

  .hero__button {
    height: 25px;
    font-size: 16px;
    line-height: 16px;
    padding: 0 20px;
  }
}

.block-video {
  height: 560px;
  background: linear-gradient(83.48deg, rgba(67, 97, 238, 0.1) 2.02%, rgba(114, 9, 183, 0.1) 95.45%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.block-video video {
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .block-video {
    height: 200px;
  }
}

.block-create {
  padding-top: 50px;
}

.block-create__title {
  margin-bottom: 45px;
}

.block-create__text {
  font-size: 27px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: -0.03em;
  margin-bottom: 50px;
}

.block-create__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-create__item {
  text-align: center;
}

.block-create__item-count {
  font-family: "Lato", sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
  margin-bottom: 20px;
}

.block-create__item-count:hover {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  background: -webkit-gradient(linear, left top, right top, color-stop(-36.25%, #4361EE), to(#7209B7));
  background: linear-gradient(90deg, #4361EE -36.25%, #7209B7 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.block-create__item-label {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .block-create {
    padding-top: 20px;
  }

  .block-create__title {
    margin-bottom: 20px;
  }

  .block-create__text {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .block-create__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .block-create__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .block-create__item-count {
    font-size: 27px;
    line-height: 70px;
    margin-bottom: 0;
  }

  .block-create__item-label {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
  }
}

.block-news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 60px;
}

.block-news__swiper {
  overflow: inherit;
}

.block-news__swiper .swiper-wrapper {
  height: auto;
}

.block-news__swiper .swiper-slide {
  height: auto;
}

.block-news__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 50px;
}

.block-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.block-news__item.hidden {
  display: none;
}

.block-news__item-image {
  height: 325px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.block-news__item-image img {
  width: 100%;
  height: 100%;
}

.block-news__item-content {
  padding: 20px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

.block-news__item-date {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: rgba(33, 33, 33, 0.5019607843);
  margin-bottom: 4px;
}

.block-news__item-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #212121;
  margin-bottom: 20px;
}

.block-news__item-link {
  margin-top: auto;
}

.block-news__button {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .block-news__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    margin-bottom: 20px;
  }

  .block-news__swiper .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
  }

  .block-news__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
  }

  .block-news__item-image {
    height: 160px;
  }

  .block-news__item-image img {
    -o-object-position: top;
    object-position: top;
  }

  .block-news__item-content {
    padding: 10px 0 0 10px;
  }

  .block-news__item-name {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
  }

  .block-news__item-link {
    font-size: 10px;
    line-height: 12px;
  }

  .block-news__button {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    height: 25px;
  }
}

.block-articles__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 60px;
}

.block-articles__search {
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  margin-bottom: 60px;
}

.block-articles__search-name {
  font-size: 27px;
  font-weight: 500;
  line-height: 27px;
}

.block-articles__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.block-articles__item {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #000000;
}

.block-articles__item-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

.block-articles__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  background-image: linear-gradient(#4361EE, #4361EE), linear-gradient(101deg, #7209B7, #7209B7);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 2px 1000px 1px #fff inset;
  box-shadow: 2px 1000px 1px #fff inset;
  border-radius: 25px;
}

.block-articles__item:hover::before {
  border: solid 5px transparent;
}

.block-articles__item-name {
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.block-articles__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.block-articles__item-date {
  margin-top: auto;
}

.block-articles__button {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .block-articles__top {
    margin-bottom: 20px;
  }

  .block-articles__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .block-articles__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    margin-bottom: 20px;
  }

  .block-articles__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px;
    margin-bottom: 20px;
  }

  .block-articles__search .form-search {
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
  }

  .block-articles__search .form-search__name {
    font-size: 16px;
    line-height: 16px;
  }

  .block-articles__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .block-articles__item {
    padding: 16px;
  }

  .block-articles__item-name {
    font-size: 16px;
    line-height: 16px;
  }

  .block-articles__item-text {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 24px;
  }

  .block-articles__item-date {
    font-size: 10px;
    line-height: 10px;
  }

  .block-articles__button {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-top: 0px;
  }
}

.block-materials__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 60px;
}

.block-materials__item {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}

.block-materials__item:not(:last-child) {
  margin-bottom: 30px;
}

.block-materials__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  background-image: linear-gradient(#4361EE, #4361EE), linear-gradient(101deg, #7209B7, #7209B7);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 2px 1000px 1px #fff inset;
  box-shadow: 2px 1000px 1px #fff inset;
  border-radius: 25px;
}

.block-materials__item:hover::before {
  border: solid 5px transparent;
}

.block-materials__item-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.block-materials__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  max-width: 632px;
}

.block-materials__item-name {
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.block-materials__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.03em;
}

.block-materials__item-date {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.03em;
  margin-top: auto;
}

.block-materials__item-author {
  text-align: right;
}

.block-materials__item-author-icon {
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4361EE), to(#7209B7));
  background: linear-gradient(180deg, #4361EE 0%, #7209B7 100%);
  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: auto;
}

.block-materials__item-author-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.03em;
}

.block-materials__item-author-position {
  font-size: 10px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 768px) {
  .block-materials__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    margin-bottom: 20px;
  }

  .block-materials__item {
    padding: 12px;
  }

  .block-materials__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .block-materials__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px;
  }

  .block-materials__item-name {
    font-size: 16px;
    line-height: 27px;
  }

  .block-materials__item-text {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 14px;
  }

  .block-materials__item-date {
    font-size: 10px;
    line-height: 10px;
  }

  .block-materials__item-author {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .block-materials__item-author-icon {
    margin-left: 0;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
  }

  .block-materials__item-author-name {
    font-size: 10px;
    line-height: 10px;
  }

  .block-materials__item-author-position {
    font-size: 10px;
    line-height: 10px;
  }
}

.error {
  height: 800px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 232px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 0 0 120px 0;
}

.error__wrapper {
  background-color: #272727;
}

.error::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.error__content {
  max-width: 1188px;
  position: relative;
}

.error__title {
  color: #ffffff;
  margin-bottom: 24px;
}

.error__text {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 40px;
}

.error__button {
  margin-bottom: 40px;
}

.error__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.error__socials-name {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}

.error__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.error__socials-item {
  display: inline-block;
  width: 48px;
  height: 48px;
}

.error__socials-item img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .error {
    height: 640px;
    padding-top: 164px;
    border-radius: 0 0 80px 0;
  }

  .error__title {
    margin-bottom: 16px;
  }

  .error__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .error__button {
    width: 100%;
    margin-bottom: 24px;
  }

  .error__socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 16px;
  }

  .error__socials-name {
    font-size: 16px;
    line-height: 24px;
  }
}

.about-video {
  padding-top: 40px;
  position: relative;
}

.about-video__container {
  position: relative;
}

.about-video__title {
  position: absolute;
  left: 26px;
  bottom: 30px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .about-video {
    padding-top: 20px;
  }

  .about-video__title {
    left: 16px;
  }
}

.about-advan__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.about-advan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.about-advan__item-icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-advan__item-name {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 768px) {
  .about-advan__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .about-advan__item-icon {
    width: 44px;
    height: 44px;
  }

  .about-advan__item-name {
    font-size: 14px;
    line-height: 15px;
  }
}

.about-hero {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-hero__subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 20px;
}

.about-hero__title {
  color: #ffffff;
  margin-bottom: 30px;
}

.about-hero__text {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 20px;
}

.about-hero__date {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 26.4px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.about-hero__date strong {
  font-size: 32px;
  font-weight: 700;
  line-height: 35.2px;
}

@media screen and (max-width: 768px) {
  .about-hero {
    min-height: 320px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .about-hero__subtitle {
    margin-bottom: 10px;
  }

  .about-hero__title {
    margin-bottom: 10px;
  }

  .about-hero__text {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .about-hero__date {
    font-size: 18px;
    line-height: 20px;
  }

  .about-hero__date strong {
    font-size: 24px;
    line-height: 26px;
  }
}

.about-organizers__title {
  margin-bottom: 30px;
}

.about-organizers__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.03em;
}

.about-organizers__text a {
  color: #4361EE;
}

.about-organizers__text p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about-organizers__title {
    margin-bottom: 20px;
  }
}

.about-content {
  padding-top: 50px;
}

.about-content__text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 40px;
}

.about-content__text strong {
  background: linear-gradient(90deg, #7209B7 0%, #4361EE 33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.about-content__text p:not(:last-child) {
  margin-bottom: 24px;
}

.about-goal {
  padding-top: 40px;
}

.about-goal__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 18px;
  row-gap: 20px;
}

.about-goal__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}

.about-goal__item-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.about-goal__item-icon img {
  width: 100%;
  height: 100%;
}

.about-goal__item-name {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .about-goal__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-image {
  padding-top: 40px;
}

.about-image__image {
  width: 100%;
  height: 500px;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
}

.about-image__image img {
  width: 100%;
  height: 100%;
}

.block-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 30px;
}

.block-info__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.block-info__item {
  background: linear-gradient(248.43deg, rgba(67, 97, 238, 0.6) -16.82%, rgba(114, 9, 183, 0.6) 108.3%);
  border-width: 0px, 0px, 0px, 0px;
  border-style: solid;
  border-image-source: linear-gradient(90.81deg, #4361EE 58.34%, #7209B7 98.79%);
  border-radius: 25px;
  min-height: 322px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.block-info__item-name {
  font-size: 27px;
  font-weight: 500;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 15px;
}

.block-info__item-text {
  font-size: 27px;
  font-weight: 300;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .block-info__top {
    margin-bottom: 20px;
  }

  .block-info__items {
    gap: 20px;
  }

  .block-info__item {
    padding: 10px;
    min-height: 160px;
  }

  .block-info__item-name {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
  }

  .block-info__item-button {
    display: none;
  }
}

.info-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

.info-hero__content {
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-hero__title {
  color: #ffffff;
  margin-bottom: 30px;
}

.info-hero__text {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .info-hero {
    margin-top: 20px;
    min-height: 275px;
  }

  .info-hero__content {
    padding-top: 40px;
  }

  .info-hero__title {
    margin-bottom: 10px;
  }

  .info-hero__text {
    font-size: 16px;
    line-height: 16px;
  }
}

/* .info-content {
  font-family: "Lato", sans-serif;
} */
.info-content__content h5 {
  font-size: 27px;
  font-weight: 600;
  line-height: 29.7px;
  margin-bottom: 30px;
}

.info-content__content h6 {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 17.6px;
  margin-bottom: 20px;
}

.info-content__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.info-content__content p:not(:last-child) {
  margin-bottom: 20px;
}

.info-content__content img {
  width: 100%;
  height: 500px;
  border-radius: 25px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

.info-content .block-quote {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.info-content .block-quote__text {
  font-size: 16px;
  font-weight: 200;
  line-height: 17.6px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 40px;
}

.info-content .block-quote__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#4361EE), to(#7209B7));
  background: linear-gradient(180deg, #4361EE 0%, #7209B7 100%);
  width: 5px;
  height: 100%;
}

.info-content .block-quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.info-content .block-quote__author-icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.info-content .block-quote__author-name {
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
  line-height: 17.6px;
}

.info-content .block-source {
  font-size: 16px;
  font-style: italic;
  font-weight: 100;
  line-height: 17.6px;
  margin-top: 40px;
}

.info-content .block-source ul li a {
  color: #000000;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .info-content h5 {
    font-size: 16px;
    line-height: 18px;
  }

  .info-content h6 {
    font-size: 16px;
    line-height: 16px;
  }

  .info-content p,
  .info-content ul li {
    font-size: 12px;
    line-height: 16px;
  }

  .info-content .block-quote {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .info-content .block-quote__text {
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 10px;
    line-height: 12px;
  }

  .info-content .block-quote__author {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }

  .info-content .block-quote__author-icon {
    width: 30px;
    height: 30px;
  }

  .info-content .block-quote__author-name {
    font-size: 10px;
    line-height: 12px;
  }

  .info-content__content img {
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.partners-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

.partners-hero__content {
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners-hero__title {
  color: #ffffff;
  margin-bottom: 30px;
}

.partners-hero__text {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.block-partners {
  margin-bottom: 70px;
}

.block-partners__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 50px;
}

.block-partners__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.block-partners__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.block-partners__item {
  background-color: #F5F5F5;
  height: 150px;
  overflow: hidden;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.block-partners__item-logo {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-partners.hero-page .block-partners__item {
  background-color: inherit;
}

@media screen and (max-width: 768px) {
  .block-partners {
    margin-bottom: 40px;
  }

  .block-partners__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
  }

  .block-partners__container {
    row-gap: 20px;
  }

  .block-partners__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .block-partners__item {
    height: 120px;
  }

  .block-partners.hero-page .block-partners__item {
    height: 80px;
  }
}

.accreditation-hero {
  margin-top: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

.accreditation-hero__content {
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accreditation-hero__title {
  color: #ffffff;
  margin-bottom: 30px;
}

.accreditation-hero__text {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .accreditation-hero {
    margin-top: 20px;
    min-height: 275px;
  }

  .accreditation-hero__content {
    padding-top: 40px;
  }

  .accreditation-hero__title {
    margin-bottom: 10px;
  }

  .accreditation-hero__text {
    font-size: 16px;
    line-height: 16px;
  }
}

.block-photobank__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 30px;
}

.block-photobank__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 325px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 25px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-photobank__link:hover {
  border: 3px solid transparent;
}

@media screen and (max-width: 768px) {
  .block-photobank__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    margin-bottom: 20px;
  }
}

.block-contacts {
  font-family: "Lato", sans-serif;
  padding-bottom: 100px;
}

.block-contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 60px;
}

.block-contacts__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.block-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-contacts__item-icon {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 30px;
}

.block-contacts__item a,
.block-contacts__item p {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .block-contacts {
    padding-bottom: 40px;
  }

  .block-contacts__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    margin-bottom: 20px;
  }

  .block-contacts__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .block-contacts__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .block-contacts__item-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 0;
  }

  .block-contacts__item a,
  .block-contacts__item span {
    font-size: 12px;
    line-height: 12px;
  }
}

.articles-hero {
  margin-top: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

.articles-hero__content {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.articles-hero__title {
  color: #ffffff;
  margin-bottom: 30px;
}

.articles-hero__text {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .articles-hero {
    margin-top: 20px;
    min-height: 275px;
  }

  .articles-hero__content {
    padding-top: 40px;
  }

  .articles-hero__title {
    margin-bottom: 10px;
  }

  .articles-hero__text {
    font-size: 16px;
    line-height: 16px;
  }
}

.articles-single-hero {
  margin-top: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

.articles-single-hero__content {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.articles-single-hero__title {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.articles-single-hero__text {
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .articles-single-hero {
    margin-top: 20px;
    min-height: 275px;
  }

  .articles-single-hero__content {
    padding-top: 40px;
  }

  .articles-single-hero__title {
    margin-bottom: 10px;
  }

  .articles-single-hero__text {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 768px) {
  .other-articles .block-articles__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-hero {
  margin-top: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

.news-hero__content {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.news-hero__link-main {
  position: absolute;
  left: -140px;
  top: 80px;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
}

.news-hero__link-main img {
  width: 100%;
  height: 100%;
}

.news-hero__title {
  color: #ffffff;
  margin-bottom: 30px;
}

.news-hero__text {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

@media screen and (max-width: 1366px) {
  .news-hero__link-main {
    left: 0px;
    top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .news-hero {
    margin-top: 20px;
    min-height: 275px;
  }

  .news-hero__content {
    padding-top: 40px;
  }

  .news-hero__title {
    margin-bottom: 10px;
  }

  .news-hero__text {
    font-size: 16px;
    line-height: 16px;
  }

  .news-hero__link-main {
    width: 30px;
    height: 30px;
  }
}

.news-single-hero {
  margin-top: 40px;
  min-height: 400px;
}

.news-single-hero__content {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-single-hero__title {
  color: #000;
  margin-bottom: 30px;
}

.news-single-hero__text {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .news-single-hero {
    margin-top: 20px;
    min-height: 275px;
  }

  .news-single-hero__content {
    padding-top: 40px;
  }

  .news-single-hero__title {
    margin-bottom: 10px;
  }

  .news-single-hero__text {
    font-size: 16px;
    line-height: 16px;
  }
}

.anketa-hero {
  margin-top: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

.anketa-hero__content {
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anketa-hero__title {
  color: #ffffff;
  margin-bottom: 30px;
}

.anketa-hero__text {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .anketa-hero {
    margin-top: 20px;
    min-height: 275px;
  }

  .anketa-hero__content {
    padding-top: 40px;
  }

  .anketa-hero__title {
    margin-bottom: 10px;
  }

  .anketa-hero__text {
    font-size: 16px;
    line-height: 16px;
  }
}

.info-forum__title {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 60px
}

.info-forum__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 50px
}

.info-forum__info {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 40px
}

.info-forum__info strong {
  background: -webkit-gradient(linear, left top, right top, from(#7209b7), color-stop(33%, #4361ee));
  background: linear-gradient(90deg, #7209b7 0, #4361ee 33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.info-forum__info a {
  color: #000;
  font-weight: 700
}

.info-forum__info p:not(:last-child) {
  margin-bottom: 24px
}

.info-forum__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px
}

.info-forum__button1 {
  padding: 0 80px
}

.info-forum__button2 {
  background: var(--gradient, linear-gradient(90deg, #7209b7 0, #4361ee 33%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px
}

.info-forum__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 15px;
  background-color: #7209b7;
  height: 340px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer
}

.info-forum__video-button {
  width: 97px;
  height: 97px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.info-forum__video-button img {
  width: 100%;
  height: 100%
}

.info-forum__video-name {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 210px
}

.info-forum__image {
  height: 330px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden
}

.info-forum__image img {
  width: 100%;
  height: 100%
}

@media screen and (max-width:1200px) {
  .info-forum__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px
  }
}

@media screen and (max-width:768px) {
  .info-forum__title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px
  }

  .info-forum__container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px
  }

  .info-forum__content {
    display: contents
  }

  .info-forum__info {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0
  }

  .info-forum__video {
    height: 230px
  }

  .info-forum__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .info-forum__button2 {
    font-size: 12px
  }

  .info-forum__video-button {
    width: 75px;
    height: 75px
  }

  .info-forum__video-name {
    font-size: 12px;
    line-height: 18.524px
  }
}

.questions__title {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 45px
}

.questions__block {
  border-radius: 25px;
  border: 1px solid #4361ee;
  position: relative;
  cursor: pointer
}

.questions__block:not(:last-child) {
  margin-bottom: 20px
}

.questions__block-arrow {
  width: 16px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  left: 28px;
  top: 20px
}

.questions__block-inner {
  padding: 20px 60px
}

.questions__block-question {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px
}

.questions__block-content {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  padding: 0 60px 40px;
  max-width: 820px;
  display: none
}

.questions__block-content.show {
  display: block;
}

@media screen and (max-width:768px) {
  .questions__title {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 10px
  }
}

.error-field {
  color: red;
}

input.error-field {
  border-color: red;
}

.organiser {
  padding-top: 50px;
  padding-bottom: 74px;
}

.organiser .container {
  padding: 0 26px;
}

.organiser__title {
  font-size: 42px;
  line-height: 100%;
  margin-bottom: 60px;
}

.organiser__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.organiser__item {
  border-radius: 25px;
  border: 2px solid #4361EE;
  padding: 20px;
}

.organiser__item-name {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.78px;
  background: var(--grad, linear-gradient(90deg, #4361EE 0%, #7209B7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

.organiser__item-text {
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 16.2px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.486px;
}

@media screen and (max-width: 1200px) {
  .organiser .container {
    padding: 0 16px;
  }
}

@media screen and (max-width:768px) {
  .organiser {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .organiser__title {
    font-size: 23px;
    margin-bottom: 24px;
  }

  .organiser__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .organiser__item {
    padding: 12px;
    border-radius: 15px;
    border: 1px solid #4361EE;
  }

  .organiser__item-name {
    font-size: 16px;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
  }

  .organiser__item-text {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.36px;
  }
}

@media screen and (max-width:500px) {
  .organiser__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.place {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.place::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 566px;
  height: 840px;
  transform: translateY(-50%);
  background-image: url(../img/icons/place-circle-right.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.place .container {
  padding-right: 16px;
}

.place__title {
  font-size: 70px;
  line-height: 100%;
  margin-bottom: 70px;
}

.place-intro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
  margin-bottom: 70px;
}

.place-intro__image {
  width: 100%;
  height: 320px;
  flex-shrink: 0;
  border-radius: 25px;
  overflow: hidden;
}

.place-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.place-intro__text {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.6px;
}

.place-intro__text p:not(:last-child) {
  margin-bottom: 20px;
}

.place-path {
  margin-bottom: 40px;
}

.place-path__title {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 25px;
}

.place-path__item:not(:last-child) {
  margin-bottom: 40px;
}

.place-path__item strong {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.84px;
  background: var(--grad, linear-gradient(90deg, #4361EE 0%, #7209B7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 12px;
}

.place-path__item p,
.place-path__item ul {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.6px;
}

.place-path__item ul:not(:last-child) {
  margin-bottom: 8px;
}

.place-path__item ul li {
  position: relative;
  padding-left: 20px;
}

.place-path__item ul li:not(:last-child) {
  margin-bottom: 8px;
}

.place-path__item ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background-color: #4361EE;
  border-radius: 50%;
}

.place-map {
  width: 100%;
  height: 450px;
}

.place-map__inner {
  width: 100%;
  height: 100%;
}

[class*="copyrights-pane"] {
  display: none !important;
}

@media screen and (max-width:768px) {
  .place {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .place__title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .place-intro {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 12px;
  }

  .place-intro__image {
    height: 245px;
  }

  .place-intro__text {
    font-size: 12px;
    letter-spacing: -0.36px;
  }

  .place-path__title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .place-path__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .place-path__item strong {
    font-size: 16px;
    letter-spacing: -0.48px;
    margin-bottom: 6px;
  }

  .place-path__item p,
  .place-path__item ul {
    font-size: 12px;
  }

  .place-map {
    height: 182px;
  }
}

.become-partners {
  padding-top: 70px;
  padding-bottom: 70px;
}

.become-partners .container {
  padding: 0 16px;
}

.become-partners__title {
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.become-partners__text {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin-bottom: 56px;
}

.become-partners__text strong {
  background: var(--gradient2, linear-gradient(90deg, #7209B7 0%, #4361EE 33%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.become-partners__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 70px;
}

.become-partners__item {
  border-radius: 15px;
  border: 2px solid #4361EE;
  padding: 28px 25px;
}

.become-partners__item-name {
  font-size: 28.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.864px;
  background: var(--grad, linear-gradient(90deg, #4361EE 0%, #7209B7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 26px;
}

.become-partners__item-text {
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.48px;
}

.become-partners__contacts-title {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}

.become-partners__contacts-text {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.6px;
  max-width: 756px;
}

.become-partners__contacts-text a {
  background: linear-gradient(90deg, #7209B7 55.22%, #4361EE 65.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
}

@media screen and (max-width:768px) {
  .become-partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .become-partners__title {
    font-size: 23px;
    margin-bottom: 24px;
  }

  .become-partners__text {
    font-size: 12px;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
  }

  .become-partners__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-bottom: 60px;
  }

  .become-partners__item {
    padding: 12px;
    border-radius: 15px;
    border: 1px solid #4361EE;
  }

  .become-partners__item-name {
    font-size: 16px;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
  }

  .become-partners__item-text {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.36px;
  }

  .become-partners__contacts-title {
    font-size: 22px;
  }

  .become-partners__contacts-text {
    font-size: 12px;
    letter-spacing: -0.36px;
  }

  .become-partners__contacts-text a {
    font-size: 12px;
    letter-spacing: -0.36px;
  }
}

.archive {
  padding-top: 70px;
  padding-bottom: 70px;
}

.archive__title {
  text-transform: uppercase;
  margin-bottom: 60px;
}

.archive__item {
  display: flex;
  border-radius: 20px;
  border: 1px solid #4361EE;
  padding: 14px 20px;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(90deg, #4361EE 0%, #7209B7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.archive__item:not(:last-child) {
  margin-bottom: 18px;
}

@media screen and (max-width:768px) {
  .archive {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .archive__title {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 24px;
  }

  .archive__item {
    font-size: 10px;
    padding: 10px;
  }

  .archive__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

.netw-intro {
  padding-top: 70px;
  margin-bottom: 100px;
}

.netw-intro .container {
  padding: 0 26px;
}

.netw-intro__title {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.netw-intro__text {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.6px;
}

.netw-intro__text {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin-bottom: 40px;
}

.netw-intro__name {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.84px;
  margin-bottom: 40px;
}

.netw-intro__name strong {
  background: var(--grad, linear-gradient(90deg, #4361EE 0%, #7209B7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.netw-intro__item {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.6px;
  padding-left: 20px;
  position: relative;
}

.netw-intro__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background-color: #4361EE;
  border-radius: 50%;
}

.netw-intro__item strong {
  background: linear-gradient(90deg, #7209B7 0%, #4361EE 4.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.netw-intro__item:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width:768px) {
  .netw-intro {
    padding-top: 40px;
    margin-bottom: 60px;
  }

  .netw-intro__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 24px;
  }

  .netw-intro__text {
    font-size: 12px;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
  }

  .netw-intro__name {
    margin-bottom: 24px;
  }

  .netw-intro__item {
    font-size: 12px;
    letter-spacing: -0.36px;
    padding-left: 12px;
  }

  .netw-intro__item:not(:last-child) {
    margin-bottom: 8px;
  }

  .netw-intro__item::before {
    width: 6px;
    height: 6px;
    top: 4px;
  }
}

.netw-advan {
  margin-bottom: 100px;
}

.netw-advan__title {
  color: #000;
  font-family: "Roboto";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.netw-advan__item {
  border-radius: 15px;
  background-color: #F3F8FA;
  padding: 25px;
}

.netw-advan__item-name {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  background: var(--grad, linear-gradient(90deg, #4361EE 0%, #7209B7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

.netw-advan__item-text {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.48px;
}

.netw-advan__item:not(:last-child) {
  margin-bottom: 26px;
}

@media screen and (max-width:768px) {
  .netw-advan {
    margin-bottom: 80px;
  }

  .netw-advan__title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .netw-advan__item {
    padding: 16px 12px;
  }

  .netw-advan__item:not(:last-child) {
    margin-bottom: 12px;
  }

  .netw-advan__item-name {
    font-size: 16px;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
  }

  .netw-advan__item-text {
    font-size: 12px;
    letter-spacing: -0.36px;
  }

  .netw-advan__item-text p:not(:last-child) {
    margin-bottom: 8px;
  }
}

.netw-service {
  margin-bottom: 100px;
}

.netw-service__title {
  color: #000;
  font-family: "Roboto";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 42px */
  text-transform: uppercase;
  margin-bottom: 40px;
}

.netw-service__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}

.netw-service__item {
  padding: 25px;
  overflow: hidden;
}

.netw-service__item.item-one {
  border-radius: 25px;
  border: 2px solid #4361EE;
  position: relative;
}

.netw-service__item.item-one::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/icons/place-circle-bottom.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 450px;
  height: 260px;
}

.netw-service__item.item-two {
  border-radius: 25px;
  background: linear-gradient(90deg, #4361EE 0%, #7209B7 100%);
}

.netw-service__item-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  background: var(--grad, linear-gradient(90deg, #4361EE 0%, #7209B7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

.netw-service__item-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.6px;
  background: var(--grad, linear-gradient(90deg, #4361EE 0%, #7209B7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
  margin-bottom: 12px;
}

.netw-service__item-text {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.48px;
}

.netw-service__item-text p:not(:last-child) {
  margin-bottom: 12px;
}

.netw-service__item-text ul li:not(:last-child) {
  margin-bottom: 12px;
}

.netw-service__item-text ul li {
  position: relative;
  padding-left: 20px;
}

.netw-service__item-text ul li:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 6px;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  background-color: #000;
  border-radius: 50%;
}

.netw-service__item.item-two .netw-service__item-title,
.netw-service__item.item-two .netw-service__item-name,
.netw-service__item.item-two .netw-service__item-text {
  color: #fff;
  -webkit-text-fill-color: inherit;
}

.netw-service__item.item-two .netw-service__item-text ul li:before {
  background-color: #fff;
}

@media screen and (max-width:768px) {
  .netw-service {
    margin-bottom: 60px;
  }

  .netw-service__title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .netw-service__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 12px;
  }

  .netw-service__item {
    padding: 16px 12px;
  }

  .netw-service__item-title {
    font-size: 16px;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
  }

  .netw-service__item-name {
    font-size: 16px;
    letter-spacing: -0.48px;
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .netw-service__item-text {
    font-size: 12px;
    letter-spacing: -0.36px;
  }

  .netw-service__item-text ul li:before {
    top: 3px;
  }
}

.netw-application {
  margin-bottom: 100px;
}

.netw-application__title {
  color: #000;
  font-family: "Roboto";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.netw-application__text {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.6px;
}

.netw-application__text strong,
.netw-application__text a {
  background: linear-gradient(90deg, #7209B7 58.3%, #4361EE 65.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
}

.netw-application__text a {
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  .netw-application {
    margin-bottom: 60px;
  }

  .netw-application__title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .netw-application__text,
  .netw-application__text a,
  .netw-application__text strong {
    font-size: 12px;
    letter-spacing: -0.36px;
  }
}

.forum {
  padding-top: 40px;
  padding-bottom: 65px;
}

.forum__title {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.forum__item:not(:last-child) {
  margin-bottom: 70px;
}

.forum__item-date {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.forum__item-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 28px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(67, 97, 238, 0.50);
  border-bottom: 1px solid rgba(67, 97, 238, 0.50);
  position: relative;
}

.forum__item-button {
  position: absolute;
  right: 0;
  top: 30px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background-image: url(../img/icons/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.forum__item-button.active {
  background-image: url(../img/icons/minus.svg);
}

.forum__item-sidebar {
  width: 218px;
  flex-shrink: 0;
  text-align: right;
}

.forum__item-shedule {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
}

.forum__item-title {
  color: #000;
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.48px;
}

.forum__item-name {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.84px;
  background: var(--grad, linear-gradient(90deg, #4361EE 0%, #7209B7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 13px;
}

.forum__item-body {
  display: none;
}

.forum__item-body.active {
  display: block;
}

.forum__item-link {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #4361EE 0%, #7209B7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 20px;
  border: 1px solid #4361EE;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  height: 44px;
  width: fit-content;
  flex-shrink: 0;
  margin-bottom: 24px;
}

.forum__item-text {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.6px;
}

.forum__item-text strong {
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .forum__title {
    font-size: 23px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 42px;
  }

  .forum__item-date {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .forum__item-container {
    padding-top: 12px;
    padding-bottom: 16px;
    flex-direction: column;
    row-gap: 12px;
  }

  .forum__item-sidebar {
    width: 100%;
    text-align: left;
    padding-right: 48px;
  }

  .forum__item-shedule {
    font-size: 16px;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
  }

  .forum__item-title {
    font-size: 12px;
    text-align: left;
    letter-spacing: -0.36px;
  }

  .forum__item-name {
    font-size: 16px;
  }

  .forum__item-button {
    width: 25px;
    height: 25px;
  }

  .forum__item-link {
    font-size: 10px;
    padding: 8px 10px;
    height: 26px;
    margin-bottom: 12px;
  }

  .forum__item-text,
  .forum__item-text strong {
    font-size: 12px;
    letter-spacing: -0.36px;
  }

  .text-margin p:not(:last-child) {
    margin-bottom: 12px;
  }
}

.app-intro {
  padding-top: 70px;
  padding-bottom: 100px;
}

.app-image {
  height: 300px;
  width: 100%;
  flex-shrink: 0;
}

.app-image img {
  width: 100%;
  height: 100%;
}

.app-content {
  padding-top: 40px;
  padding-bottom: 100px;
}

.app-content .container {
  padding-right: 26px;
}

.app-content__title {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 40px;
}

.app-text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin-bottom: 40px;
}

.app-offer__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}

.app-offer__items.five-columns {
  grid-template-columns: repeat(5, 1fr);
}

.app-offer__item-column {
  display: flex;
  flex-direction: column;
}

.app-offer__items-head .app-offer__item-column {
  align-items: flex-start;
  height: fit-content;
}

.app-offer__item {
  border-radius: 15px;
  border: 3px solid var(--grad, #4361EE);
  box-sizing: border-box;
  position: relative;
  padding: 30px;
  height: 100%;
}

.app-offer__item-column:first-child .app-offer__item {
  border: 3px solid var(--grad, #4361EE);
}

.app-offer__item-name {
  font-size: 28.8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.864px;
  background: var(--grad, linear-gradient(90deg, #4361EE 0%, #7209B7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.app-offer__item-text {
  color: #000;
  font-size: 16.2px;
  font-style: normal;
  font-weight: 300;
  line-height: 26.4px;
  letter-spacing: -0.486px;
}

.app-offer__item-bottom {
  border-radius: 15px;
  border: 1.2px solid #04D4FE;
  background: rgba(217, 217, 217, 0.00);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  margin-top: 20px;
}

.app-offer__item-price {
  color: #000;
  text-align: center;
  font-size: 15.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.app-offer__item-link {
  z-index: 1;
}

.app-offer__item-note {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16.8px;
  letter-spacing: -0.42px;
  margin-top: 30px;
}

.app-offer__item-note strong {
  font-weight: 400;
}

.app-offer__items.stake .app-offer__item {
  position: relative;
  background: #fff;
  border: none;
  padding: 25px 10px;
}

.app-offer__items.stake .app-offer__item::before {
  position: absolute;
  content: '';
  z-index: -1;
  inset: -3px;
  background: linear-gradient(45deg, #4361EE, #7209B7);
  border-radius: 15px;
}

.app-offer__items.stake .app-offer__item-name {
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -1.8px;
}

.app-offer__items.stake .app-offer__item-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.6px;
}

@media screen and (max-width:768px) {
  .app-intro {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .app-intro__title {
    font-size: 32px;
    line-height: 100%;
  }

  .app-image {
    display: none;
  }

  .app-text {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.36px;
  }

  .app-content {
    padding-top: 0;
    padding-bottom: 60px
  }

  .app-content__title {
    font-size: 22px;
  }

  .app-offer__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 60px;
  }

  .app-offer__item {
    padding: 20px;
  }

  .app-offer__item-name {
    font-size: 22px;
    letter-spacing: -0.66px;
    margin-bottom: 10px;
  }

  .app-offer__item-text {
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: -0.36px;
  }

  .app-offer__item-bottom {
    column-gap: 16px;
  }

  .app-offer__item-price {
    font-size: 15px;
    line-height: 100%;
    text-align: left;
  }

  .app-offer__item-link {
    font-size: 12px;
    line-height: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .app-offer__item-note {
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: -0.36px;
    margin-top: 20px;
  }

  .app-offer__items.five-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }
}