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;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 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;
  text-align: center;
  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);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  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;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  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;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  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: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .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--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.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;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.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;
}
.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.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: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.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: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.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: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.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: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.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;
}
.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;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  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:link,
.fancybox-share__button:visited {
  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;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  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 > ul {
  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 > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
} /**
 * Swiper 7.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 16, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.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: 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: flex;
  align-items: 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:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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: 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;
  box-shadow: none;
  -webkit-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: 10px;
  top: 50%;
  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%;
  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;
  transition: 0.2s transform, 0.2s top;
}
.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%;
  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 {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: 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%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: flex;
  justify-content: 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%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  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-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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;
  filter: blur(50px);
}
.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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-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;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
:root {
  --theme: #e41a00;
  --white: #fff;
  --black: #000;
  --container-width: 1750px;
}
.container {
  max-width: var(--container-width);
  padding: 0 15px;
  margin: 0 auto;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
[hidden] {
  display: none;
}
section,
main,
footer,
header,
article {
  display: block;
}
html,
body {
  width: 100%;
  margin: 0;
}
body {
  margin: 0;
  font-family: "Gilroy-Regular";
  font-size: 16px;
  overflow-x: hidden;
  color: #000;
  background-color: #f4f5f6;
  position: relative;
}
.block__ico {
  font-size: 0;
}
a {
  text-decoration: none;
  color: #111;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  list-style: none;
}
h1 {
  color: #fff;
  font-size: 140px;
  margin: 0;
  font-family: "Gilroy-Bold";
}
h2 {
  color: #fff;
  font-size: 120px;
  margin: 0;
  font-family: "Gilroy-Bold";
  text-align: center;
}
h3 {
  color: #fff;
  font-size: 72px;
  margin: 0;
}
h4 {
  color: #111;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  margin: 0;
}
h5 {
  font-size: 24px;
}
.edit-links {
  padding-top: 15px;
}
.edit-link a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #27b027;
}
input,
select {
  outline: none;
}
.select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #e41a00;
  background: #e41a00;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
@media (max-width: 1650px) {
  h1 {
    font-size: 110px;
  }
  h3 {
    font-size: 55px;
  }
  h4 {
    font-size: 50px;
  }
}
@media (max-width: 1250px) {
  h1 {
    font-size: 80px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 35px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 45px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
  }
}
.wrapper {
  max-width: 1750px;
  margin: auto;
  padding: 0 15px;
}
.lightpick {
  position: absolute;
  z-index: 99999;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #000;
  font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.125em;
}
.lightpick--inlined {
  position: relative;
  display: inline-block;
}
.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lightpick.is-hidden {
  display: none;
}
.lightpick__months {
  display: grid;
  background-color: #eee;
  grid-template-columns: auto;
  grid-gap: 1px;
}
.lightpick--2-columns .lightpick__months {
  grid-template-columns: auto auto;
}
.lightpick--3-columns .lightpick__months {
  grid-template-columns: auto auto auto;
}
.lightpick--4-columns .lightpick__months {
  grid-template-columns: auto auto auto auto;
}
.lightpick--5-columns .lightpick__months {
  grid-template-columns: auto auto auto auto auto;
}
.lightpick__month {
  padding: 4px;
  width: 288px;
  background-color: #fff;
}
.lightpick__month-title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lightpick__month-title {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  cursor: default;
  padding: 0 4px;
  border-radius: 4px;
}
.lightpick__month-title > .lightpick__select {
  border: none;
  background-color: transparent;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.lightpick__month-title > .lightpick__select:disabled {
  color: #333;
}
.lightpick__month-title > .lightpick__select-months {
  font-weight: bold;
  font-size: 1em;
  margin-right: 0.5em;
}
.lightpick__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
  width: 32px;
  height: 32px;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #ddd;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lightpick__previous-action,
.lightpick__next-action {
  font-size: 12px;
}
.lightpick__close-action {
  font-size: 18px;
}
.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
  color: inherit;
}
.lightpick__days-of-the-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.lightpick__day-of-the-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lightpick__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.lightpick__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}
.lightpick__day.is-today {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  background-size: 18.8% auto;
  background-position: center bottom;
  color: #dc322f;
}
.lightpick__day:not(.is-disabled):hover {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}
.lightpick__day.is-disabled {
  opacity: 0.38;
  pointer-events: none;
}
.lightpick__day.disabled-tooltip {
  pointer-events: auto;
}
.lightpick__day.is-disabled.is-forward-selected {
  opacity: 1;
}
.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
  background-color: rgba(38, 139, 210, 0.1);
  background-image: none;
}
.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
  opacity: 0.38;
}
.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
  opacity: 1;
}
.lightpick__day.is-in-range {
  border-radius: 0;
  background-color: rgba(38, 139, 210, 0.1);
  background-image: none;
}
.lightpick__day.is-in-range:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}
.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
  border-top-left-radius: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50%;
  background-color: #268bd2;
  background-image: none;
}
.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
  border-top-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0;
  background-color: #268bd2;
  background-image: none;
}
.lightpick__day.is-start-date.is-end-date {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}
.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  background-size: auto;
  background-position: center;
  color: #fff;
  font-weight: bold;
}
.lightpick__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none;
}
.lightpick__tooltip::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}
.lightpick__tooltip::after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.lightpick__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lightpick__reset-action,
.lightpick__apply-action {
  border-radius: 5px;
  font-size: 12px;
  border: none;
}
.lightpick__reset-action {
  color: #fff;
  background-color: #aeacad;
}
.lightpick__apply-action {
  color: #fff;
  background-color: #e41a00;
}
.lightpick__day.is-in-range {
  background-color: rgba(228, 26, 0, 0.1);
}
.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped,
.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
  background-color: #e41a00;
}
.lightpick__day.is-in-range:hover,
.lightpick__day.is-start-date.is-end-date {
  background-image: none;
}
.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
  background-image: none;
  background-color: #e41a00;
  border-radius: 50%;
}
.burger-button {
  position: relative;
  width: 30px;
  height: 22px;
  cursor: pointer;
  z-index: 800;
  top: auto;
  right: 0;
}
.burger-button:after,
.burger-button:before,
.burger-button div {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.burger-button:after {
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.burger-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.burger-button div {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.burger-button:hover div {
  width: 65%;
}
.burger-button.active div {
  width: 0;
}
.burger-button.active:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.burger-button.active:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.burger-button.active:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.burger-button.active:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
.burger-button_black:after,
.burger-button_black:before,
.burger-button_black div {
  background-color: #111;
}
.burger-button_black.active:after {
  background-color: #fff;
}
.burger-button_black.active:before {
  background-color: #fff;
}
.burger-menu {
  height: 100%;
  background-color: rgba(227, 26, 0, 0.95);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 65%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow: auto;
}
.burger-menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.burger-menu .nav__burger {
  padding-top: 130px;
  color: #fff;
}
.burger-menu .nav__burger .menu {
  text-align: center;
}
.burger-menu .nav__burger .menu li {
  padding-bottom: 15px;
}
.burger-menu .nav__burger .menu li a {
  color: #fff;
  font-size: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.burger-menu .nav__burger .menu li a:hover {
  color: #bdbdbd;
}
.button {
  cursor: pointer;
  padding: 15px 58px 14px;
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.button_red {
  background-color: #e41a00;
  border: 2px solid #e41a00;
  color: #fff;
}
.button_red:hover {
  background-color: #bf1c07;
}
.button_red_transparent {
  color: #e41a00;
  border: 1px solid #e41a00;
  background-color: transparent;
  font-family: "Gilroy-SemiBold";
}
.button_red_transparent:hover {
  background-color: #e41a00;
  color: #fff;
}
.button_white {
  background-color: #fff;
  color: #e41a00;
  border: 1px solid #fff;
}
.button_white_transparent {
  font-family: "Gilroy-Medium";
  font-size: 13px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 6px 15px;
}
.button_white_transparent_2 {
  color: #bdbdbd;
  border: 1px solid #e0e0e0;
}
.custom-checkbox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 1px;
}
.custom-checkbox .checkmark {
  font-size: 16px;
  padding-left: 29px;
  font-family: "Gilroy-Regular";
  cursor: pointer;
}
.custom-checkbox .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  height: 20px;
  width: 20px;
}
.custom-checkbox .checkbox + .checkmark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #828282;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
}
.custom-checkbox .checkbox:checked ~ .checkmark:after {
  background-image: url(./components/assets/images/ico/check-grey.png);
}
.custom-checkbox .checkbox:disabled + .checkmark:after {
  background-color: #e9ecef;
}
@media (max-width: 1650px) {
  .button {
    cursor: pointer;
    padding: 13px 50px 13px;
    font-size: 15px;
  }
  .button_white_transparent {
    padding: 6px 15px;
  }
}
@media (max-width: 1450px) {
  .button {
    cursor: pointer;
    padding: 10px 33px;
    font-size: 14px;
  }
  .button_white_transparent {
    padding: 6px 15px;
  }
}
@media (max-width: 1250px) {
  .button {
    padding: 10px 20px;
    font-size: 14px;
  }
  .button_white_transparent {
    padding: 4px 10px;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .button {
    padding: 10px 15px;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .custom-checkbox .checkmark {
    font-size: 13px;
  }
  .custom-checkbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.nav__header {
  padding-right: 37px;
  font-family: "Gilroy-Regular";
}
.nav__header ul {
  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;
}
.nav__header ul li {
  margin: 0 20px;
}
.nav__header ul li a {
  color: #111;
  font-size: 14px;
  padding: 0 30px;
  position: relative;
}
.nav__header ul li a:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 100%;
  background-color: #e41a00;
  bottom: -53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.nav__header ul li a:hover:before {
  height: 2px;
}
.nav__header ul li:first-child {
  margin-left: 0px;
}
.nav__header ul .current-menu-item a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #e41a00;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
@media (max-width: 1650px) {
  .nav__header ul li a:before {
    bottom: -42px;
  }
  .nav__header ul .current-menu-item a:before {
    bottom: -42px;
  }
}
@media (max-width: 1450px) {
  .nav__header ul li a:before {
    bottom: -38px;
  }
  .nav__header ul .current-menu-item a:before {
    bottom: -38px;
  }
}
@media (max-width: 1250px) {
  .nav__header ul li a:before {
    bottom: -28px;
  }
  .nav__header ul .current-menu-item a:before {
    bottom: -28px;
  }
}
@media (max-width: 1100px) {
  .nav__header ul li a:before {
    bottom: -29px;
  }
  .nav__header ul .current-menu-item a:before {
    bottom: -29px;
  }
}
.preloader {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  background: #fff;
  visibility: hidden;
}
.preloader__visible {
  opacity: 1;
  visibility: visible;
}
.preloader-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.preloader-spinner img {
  -webkit-animation: heartbeat 1.5s infinite;
  animation: heartbeat 1.5s infinite;
  width: 100%;
  height: auto;
}
.preloader__visible .preloader-spinner {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.circle {
  width: 100px;
  height: 100px;
  background: rgba(224, 224, 224, 0.4);
  border-radius: 50%;
}
.wrapper-circle {
  overflow: hidden;
}
.header {
  position: sticky;
  top: 0;
  z-index: 101;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0);
}
.header__top__inner {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: var(--container-width);
  margin: 0 auto;
  width: 100%;
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 15px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__bottom__item {
  margin-left: 30px;
}
.header__bottom__item .socials .social {
  padding: 5px;
  width: auto;
  height: auto;
}
.header__bottom__item .socials .social a {
  background-color: transparent;
}
.header__bottom__item .socials .social a:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header__bottom__item .socials .social a:before {
  display: none;
}
.header__bottom__item .socials .social svg {
  width: 20px;
  height: auto;
  fill: #6b6b6b;
}
.header__bottom__item .socials .social--vkontakte a:hover svg {
  fill: #1e88e5 !important;
}
.header__bottom__item .socials .social--facebook a:hover svg {
  fill: #1877f2 !important;
}
.header__bottom__item .socials .social--instagram a:hover svg {
  fill: #f01061 !important;
}
.header__bottom__item .socials .social--whatsapp a:hover svg {
  fill: #02e675 !important;
}
.header__bottom__item .socials .social--youtube a:hover svg {
  fill: #ff0000 !important;
}
.header__bottom__item,
.header__bottom__item a {
  font-size: 14px;
  line-height: 1em;
  color: #6b6b6b;
}
.header__bottom__item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__bottom__item a:hover {
  color: var(--theme);
}
.header__bottom__item:first-child {
  margin-left: 0;
}
.header__logo {
  font-size: 0;
}
.header__logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo a img,
.header__logo a svg {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.header__logo a div {
  margin-left: 15px;
  font-size: 18px;
  color: #000;
  font-family: "Gilroy-Medium";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__navigation .socials {
  display: none;
}
.header__navigation:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
}
.header__navigation .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-right: 60px;
}
.header__navigation .navigation a {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 43px 25px;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__navigation .navigation a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--theme);
  z-index: 2;
}
.header__navigation .navigation a:hover {
  color: var(--theme);
}
.header__navigation .navigation a:hover:after {
  opacity: 1;
}
.header__navigation .navigation .current-menu-item a {
  color: var(--theme);
}
.header__navigation .navigation .current-menu-item a:after {
  opacity: 1;
}
body.home:not(.scrolled) .header__logo a div {
  color: #d6d6d6;
}
body.home:not(.scrolled) .header .navigation a {
  color: #fff;
}
body.home:not(.scrolled) .header .navigation a:hover {
  color: var(--theme);
}
body.home:not(.scrolled) .header__bottom__item,
body.home:not(.scrolled) .header__bottom__item a {
  color: #d6d6d6;
}
body.home:not(.scrolled) .header__bottom__item a:hover {
  color: var(--theme);
}
body.home:not(.scrolled) .header__bottom .social svg {
  fill: #fff;
}
body.home:not(.scrolled) .header__mobile a svg {
  fill: #fff;
}
body.home:not(.scrolled) .header__mobile a:hover svg {
  fill: var(--theme);
}
body.home:not(.scrolled) .header .toggle__inner span,
body.home:not(.scrolled) .header .toggle__inner:after,
body.home:not(.scrolled) .header .toggle__inner:before {
  background-color: #fff;
}
.header__logo a svg {
  color: #be2126;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .header__logo a svg {
  color: #fff;
}
.scrolled .header__logo a svg {
  color: #be2126;
}
.scrolled .header {
  pointer-events: none;
}
.scrolled .header__top {
  background-color: #fff;
  position: relative;
  z-index: 1;
  pointer-events: visible;
}
.scrolled .header__navigation:after {
  opacity: 0;
}
.scrolled .header__bottom {
  opacity: 0;
}
.header__mobile {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__mobile a {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.header__mobile a svg {
  width: 100%;
  height: auto;
  fill: var(--theme);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__mobile a:hover svg {
  fill: var(--theme);
}
.toggle {
  display: block;
  cursor: pointer;
  padding: 10px;
  background: transparent;
  border: none;
  z-index: 3;
}
.toggle__inner {
  position: relative;
  width: 34px;
  height: 26px;
}
.toggle__inner span,
.toggle__inner:after,
.toggle__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--theme);
}
.toggle__inner:before {
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.toggle__inner:after {
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.toggle:hover span {
  width: 80%;
}
body.navigation-visible .toggle span,
body.home.navigation-visible:not(.scrolled) .toggle span {
  width: 0;
}
body.navigation-visible .toggle:hover span,
body.home.navigation-visible:not(.scrolled) .toggle:hover span {
  width: 0;
}
body.navigation-visible .toggle__inner:after,
body.navigation-visible .toggle__inner:before,
body.navigation-visible .toggle__inner span,
body.home.navigation-visible:not(.scrolled) .toggle__inner:after,
body.home.navigation-visible:not(.scrolled) .toggle__inner:before,
body.home.navigation-visible:not(.scrolled) .toggle__inner span {
  background-color: var(--theme);
}
body.navigation-visible .toggle__inner:after,
body.navigation-visible .toggle__inner:before,
body.home.navigation-visible:not(.scrolled) .toggle__inner:after,
body.home.navigation-visible:not(.scrolled) .toggle__inner:before {
  top: 50%;
}
body.navigation-visible .toggle__inner:after,
body.home.navigation-visible:not(.scrolled) .toggle__inner:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
body.navigation-visible .toggle__inner:before,
body.home.navigation-visible:not(.scrolled) .toggle__inner:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
body.navigation-visible .header__navigation,
body.home.navigation-visible:not(.scrolled) .header__navigation {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 1200px) {
  .header__navigation .navigation {
    padding-right: 0;
  }
}
@media (max-width: 1130px) {
  .header__navigation .navigation a {
    padding: 43px 15px;
  }
  .header__bottom__item {
    margin-left: 20px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .header__logo a svg {
    max-width: 68px;
  }
  .header__bottom {
    display: none;
  }
  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__logo a img {
    max-width: 60px;
  }
  .header__logo a div {
    font-size: 16px;
  }
  .header__navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 320px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .header__navigation .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .header__navigation .button {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .header__navigation:after {
    display: none;
  }
  .header__navigation .menu-header-menu-container {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
  }
  .header__navigation .navigation {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
  }
  .header__navigation .navigation a {
    display: block;
    color: var(--theme);
    padding: 10px;
  }
  .header__navigation .navigation a:after {
    display: none;
  }
  body.home:not(.scrolled) .header .navigation a {
    color: var(--theme);
  }
}
@media (max-width: 500px) {
  .header__logo a div {
    font-size: 14px;
    margin-right: 10px;
  }
}
.promo {
  margin-top: -164px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.promo .container {
  position: relative;
}
.promo__inner {
  padding: 250px 0;
}
.promo__title {
  font-size: 140px;
  line-height: 1em;
  color: #fff;
}
.promo__subtitle {
  color: #fff;
  font-size: 72px;
  font-family: "Gilroy-SemiBold";
}
.promo__slogan {
  background-color: var(--theme);
  font-size: 36px;
  color: #fff;
  font-family: "Gilroy-SemiBold";
  line-height: 1em;
  padding: 20px 30px 20px 0;
  display: inline-block;
  margin-top: 50px;
  position: relative;
}
.promo__slogan span {
  position: relative;
  z-index: 1;
  display: block;
}
.promo__slogan:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10000000%;
  height: 100%;
  background-color: var(--theme);
}
@media (max-width: 1500px) {
  .promo__title {
    font-size: 70px;
  }
  .promo__subtitle {
    font-size: 36px;
  }
  .promo__slogan {
    font-size: 20px;
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .promo {
    margin-top: -86px;
  }
  .promo__inner {
    padding: 150px 0 250px 0;
  }
}
@media (max-width: 768px) {
  .promo__title {
    font-size: 36px;
  }
  .promo__subtitle {
    font-size: 24px;
  }
  .promo__slogan {
    font-size: 16px;
    margin-top: 15px;
    padding: 10px;
  }
  .promo__inner {
    padding: 150px 0 100px 0;
  }
}
.advantages {
  background-color: #fff;
  position: relative;
}
.advantages__images {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  background-color: #776651;
  width: 46.6%;
  height: 100%;
}
.advantages .wrapper {
  padding-top: 100px;
  padding-bottom: 71px;
}
.advantages__content {
  width: 49.6%;
}
.advantages__title {
  padding-bottom: 78px;
  font-family: "Gilroy-SemiBold";
  text-align: left;
}
.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantages__items .item {
  width: 48.4%;
  padding-bottom: 30px;
}
.advantages__items .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 11px;
}
.advantages__items .item__ico {
  width: 82px;
  height: 82px;
  min-width: 82px;
  border: 5px solid rgba(228, 26, 0, 0.1);
  border-radius: 50px;
  position: relative;
  margin-left: -12px;
}
.advantages__items .item__ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.advantages__items .item__title {
  color: #e41a00;
  font-size: 24px;
  font-family: "Gilroy-SemiBold";
  padding-left: 18px;
  margin-top: 5px;
}
.advantages__items .item__text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Gilroy-Regular";
}
@media (max-width: 1650px) {
  .advantages .wrapper {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .advantages__title {
    padding-bottom: 40px;
  }
  .advantages__items .item__ico {
    width: 65px;
    height: 65px;
    min-width: 65px;
    margin-left: 0;
  }
  .advantages__items .item__ico img {
    width: 30px;
  }
  .advantages__items .item__title {
    font-size: 20px;
    padding-left: 15px;
    margin-top: 0;
  }
  .advantages__items .item__text {
    font-size: 14px;
    line-height: 22px;
    font-family: "Gilroy-Regular";
  }
  .advantages__items .item {
    width: 48.4%;
    padding-bottom: 20px;
  }
}
@media (max-width: 1250px) {
  .advantages .wrapper {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .advantages__content {
    width: 100%;
  }
  .advantages__images {
    display: none;
  }
}
@media (max-width: 720px) {
  .advantages__items .item {
    width: 100%;
  }
}
.events {
  position: relative;
}
.events .wrapper {
  padding-top: 100px;
}
.events.other-events .wrapper {
  padding-bottom: 55px;
  position: relative;
  z-index: 100;
}
.events.other-events .circle {
  position: absolute;
  z-index: 1;
  top: -410px;
  right: -273px;
  width: 1683px;
  height: 1683px;
  background: rgba(224, 224, 224, 0.4);
}
.events__pages .wrapper {
  padding-top: 22px;
  padding-bottom: 159px;
}
.events__title {
  padding-bottom: 30px;
  font-family: "Gilroy-SemiBold";
}
.events__button {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.events .pagination {
  display: none;
}
.events__items .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
.events__items .item {
  width: 25%;
  padding: 10px;
}
.events__items .item__wrap {
  background-color: #fff;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.events__items .item__images {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.events__items .item__images .images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.events__items .item__images__content {
  -webkit-transform: translateY(calc(-100% - 1px));
  transform: translateY(calc(-100% - 1px));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(228, 26, 0, 0.9);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.events__items .item__images__content .button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.events__items .item__images:hover .item__images__content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.events__items .item__content {
  padding-top: 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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.events__items .item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 19px;
}
.events__items .item__date svg {
  width: 16px;
  height: auto;
}
.events__items .item__date span {
  padding-left: 12px;
  color: #e41a00;
  font-family: "Gilroy-Regular";
  font-size: 14px;
}
.events__items .item__title {
  margin-bottom: 20px;
}
.events__items .item__title a {
  overflow: auto;
  font-size: 24px;
  line-height: 34px;
  font-family: "Gilroy-SemiBold";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.events__items .item__title a:hover {
  color: var(--theme);
}
.events__items .item__speakers {
  padding-top: 18px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.events__items .item__speakers::-webkit-scrollbar {
  display: none;
}
.events__items .item__speakers .speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}
.events__items .item__speakers .speaker:last-child {
  padding-bottom: 0;
}
.events__items .item__speakers .speaker__photo img {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
}
.events__items .item__speakers .speaker__info {
  padding-left: 10px;
}
.events__items .item__speakers .speaker__info .name {
  font-size: 16px;
  color: #000;
}
.events__items .item__speakers .speaker__info .who {
  font-size: 13px;
  color: #828282;
}
.events__items .item__where {
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.events__items .item__where .block__ico {
  margin-left: 3px;
}
.events__items .item__where .where__text {
  font-family: "Gilroy-Regular";
  padding-left: 14.7px;
  font-size: 14px;
  color: #828282;
  line-height: 20px;
}
.events__items .navigation {
  display: none;
}
.custum_date {
  position: relative;
}
.custum_date:before {
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(./assets/images/ico/date.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  z-index: 10;
}
.input-date {
  position: relative;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 14px 30px 13px 13px;
  color: #bdbdbd;
  font-size: 16px;
  width: 130px;
  font-family: "Gilroy-SemiBold";
}
.event-video {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
.event-video-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.event-video-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 10px;
  overflow: hidden;
  font-size: 0;
}
.event-video-item iframe {
  width: 100%;
}
.event-grid {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  z-index: 2;
}
.event-grid .wrapper {
  padding: 0 10px;
}
.event-grid-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-grid-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  overflow: hidden;
  padding: 10px;
}
.event-grid-item-inner {
  background-color: #fff;
  overflow: hidden;
  padding: 15px;
}
.event-grid-item-image {
  font-size: 0;
}
.event-grid-item-image a {
  display: block;
}
.event-grid-item-image img {
  width: 100%;
}
.event-grid-item-text {
  margin-top: 15px;
}
.event-grid-item-text a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event-grid-item-text,
.event-grid-item-text a {
  font-size: 16px;
}
.event-grid-item-text a:hover {
  color: var(--theme);
}
.event__form {
  width: 100%;
  max-width: 920px;
  margin: 40px auto;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.event__form__title {
  font-size: 36px;
  padding-bottom: 17px;
  font-family: "Gilroy-SemiBold";
  text-align: center;
}
.event__form__subtitle {
  font-family: "Gilroy-Regular";
  font-size: 14px;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 auto;
  color: #6b6b6b;
  max-width: 480px;
}
@media (max-width: 1200px) {
  .events__items .item__wrap {
    padding: 10px;
  }
  .events__items .item__title a {
    font-size: 18px;
    line-height: 1em;
  }
}
@media (max-width: 1100px) {
  .event-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 991px) {
  .events__items .item {
    width: 50%;
  }
  .event-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .event-video {
    position: relative;
    z-index: 2;
  }
  .event-video-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 10px 0;
  }
}
@media (max-width: 600px) {
  .event-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 550px) {
  .event__form__title {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .events__items .item {
    width: 100%;
  }
}
.event-promo {
  position: relative;
  z-index: 100;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #5f5f5f;
}
.event-promo__title {
  line-height: 1em;
  width: 100%;
  padding: 0 15px;
  padding: 150px 0 300px 0;
  text-align: center;
}
.event-promo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Gilroy-Regular";
  text-transform: uppercase;
}
.event-promo-content,
.event-promo-content h2 {
  font-size: 18px;
}
.event-promo-content-content {
  line-height: 1.5em;
}
.event-promo-content-title {
  font-family: "Gilroy-SemiBold";
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.event-promo-content-title h2 {
  color: inherit;
}
.event-promo-content-text {
  text-align: center;
  letter-spacing: 2px;
}
.event-promo-content-side:first-child {
  padding-right: 20px;
}
.event-promo-content-logo {
  font-size: 0;
}
.event-promo-content-logo img {
  width: 100%;
  height: auto;
  max-width: 270px;
}
.event-promo__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: -147px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 190px;
}
.event-promo__info .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 550px;
  background-color: #fff;
  padding: 30px;
  position: relative;
  overflow: hidden;
  font-family: "Gilroy-Bold";
  margin: 0 20px;
}
.event-promo__info .item__text {
  font-size: 36px;
  color: #e41a00;
  position: relative;
  z-index: 10;
}
.event-promo__info .item__subtext {
  position: absolute;
  right: 0;
  bottom: -20px;
  color: #ececec;
  font-size: 96px;
}
.event-promo__danger {
  position: relative;
  z-index: 100;
  background-color: #e41a00;
  background-image: url(../assets/images/danger.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.event-promo__danger .wrapper {
  padding-top: 1px;
}
.event-promo__danger__text {
  padding-left: 5px;
  padding-top: 50px;
  padding-bottom: 71px;
  font-size: 24px;
  font-family: "Gilroy-Medium";
  color: #fff;
  text-align: center;
}
.event-promo__danger__text:empty {
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .event-promo__title {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .event-promo__title {
    font-size: 48px;
    padding: 100px 0 200px 0;
  }
  .event-promo__info .item__text {
    font-size: 24px;
  }
  .event-promo__info .item {
    margin: 0 10px;
    padding: 15px;
  }
  .event-promo__info .item__subtext {
    font-size: 40px;
    line-height: 1em;
    bottom: 0;
  }
  .event-promo__info {
    min-height: 120px;
    margin-top: -90px;
  }
  .event-promo__danger__text {
    padding: 25px 0;
  }
  .event-promo-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
  }
  .event-promo-content,
  .event-promo-content h2 {
    font-size: 14px;
  }
  .event-promo-content-side:first-child {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .event-promo-content-logo img {
    max-width: 160px;
  }
}
@media (max-width: 500px) {
  .event-promo__title {
    font-size: 28px;
  }
  .event-promo__info .item__text {
    font-size: 16px;
  }
}
.event-main {
  position: relative;
  padding-top: 30px;
}
.event-main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.event-main__images {
  width: 37.2%;
}
.event-main .main {
  padding: 50px 65px;
  padding-bottom: 40px;
  width: 62.8%;
}
.event-main .main__images {
  width: 37%;
}
.event-main .main__images img {
  width: 100%;
  height: auto;
}
.event-main .main__title {
  text-align: left;
  padding-bottom: 34px;
}
.event-main .main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event-main .main__items .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.event-main .main__items .column .item {
  padding-bottom: 30px;
}
.event-main .main__items .column .item:last-child {
  padding-bottom: 0;
}
.event-main .main__items .column .item .title {
  font-size: 18px;
  padding-bottom: 14px;
}
.event-main .main__items .column .item .content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-main .main__items .column .item .content .block__ico svg {
  width: 25px;
  height: 24px;
  -webkit-filter: invert(23%) sepia(98%) saturate(7058%) hue-rotate(10deg)
    brightness(94%) contrast(101%);
  filter: invert(23%) sepia(98%) saturate(7058%) hue-rotate(10deg)
    brightness(94%) contrast(101%);
}
.event-main .main__items .column .item .content .text {
  padding-left: 10px;
  font-size: 18px;
  line-height: 29px;
  font-family: "Gilroy-Regular";
}
.event-main .main__items .column .item .content .spiker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.event-main .main__items .column .item .content .spiker__name {
  font-size: 16px;
  padding-left: 10px;
}
.event-main .main__items .column .item .content .spiker__info {
  padding-top: 15px;
  color: #828282;
  font-size: 14px;
  line-height: 20px;
  font-family: "Gilroy-Regular";
}
.event-main .main__items .column .item .content .spiker__photo {
  width: 36px;
  height: 36px;
}
.event-main .main__items .column .item .content .spiker__photo img {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
}
.event-main .main__content {
  padding-top: 41px;
  font-size: 16px;
  font-family: "Gilroy-Regular";
  color: #111;
  width: 69.25%;
}
.event-main .main__content h1,
.event-main .main__content h2,
.event-main .main__content h3,
.event-main .main__content h4,
.event-main .main__content h5 {
  color: #111;
}
.event-main .main__content p {
  line-height: 24px;
}
.event-main .main__button-block {
  padding-top: 33px;
}
.event-main .main__button-block__title {
  font-size: 24px;
  font-family: "Gilroy-SemiBold";
}
.event-main .main__button-block__content {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-main .main__button-block__content .button {
  margin-right: 44px;
  margin: 10px 40px 10px 0;
}
.event-main .main__button-block__content .button:last-child {
  margin-right: 0;
}
.event-main .circle {
  position: absolute;
  z-index: 1;
  top: -196px;
  left: -253px;
  width: 1453px;
  height: 1453px;
  background: rgba(224, 224, 224, 0.4);
}
@media (max-width: 991px) {
  .event-main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-main .main__images {
    width: 100%;
  }
  .event-main .main {
    width: 100%;
    padding: 20px;
  }
  .event-main .main__content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .event-main .main__images {
    display: none;
  }
  .event-main .main__button-block__content .button {
    margin-right: 10px;
  }
  .event-main .main__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-main .main__items .column {
    width: 100%;
    margin-bottom: 20px;
  }
  .event-main .main__items .column:last-child {
    margin-bottom: 0;
  }
}
.event-thematic .wrapper {
  position: relative;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 80px;
}
.event-thematic__title {
  padding-bottom: 50px;
}
.event-thematic__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-thematic__items .item {
  background-color: #fff;
  width: 31.8%;
  margin-bottom: 20px;
}
.event-thematic__items .item__content {
  padding: 40px;
  padding-right: 32px;
}
.event-thematic__items .item .title {
  font-size: 24px;
  padding-bottom: 20px;
}
.event-thematic__items .item .list {
  font-size: 16px;
  font-family: "Gilroy-Regular";
}
.event-thematic__items .item .list li {
  padding-bottom: 24px;
  padding-left: 20px;
  position: relative;
  line-height: 24px;
}
.event-thematic__items .item .list li:last-child {
  padding-bottom: 0;
}
.event-thematic__items .item .list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 1.24px;
  top: 8px;
  background: #e41a00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1650px) {
  .event-thematic .wrapper {
    padding-top: 75px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1250px) {
  .event-thematic .wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .event-thematic__title {
    padding-bottom: 30px;
  }
  .event-thematic__items .item .title {
    font-size: 22px;
  }
  .event-thematic__items .item .list {
    font-size: 15px;
  }
  .event-thematic__items .item__content {
    padding: 30px;
  }
}
@media (max-width: 960px) {
  .event-thematic__items .item {
    background-color: #fff;
    width: 100%;
    margin-bottom: 20px;
  }
}
.event-schedule {
  position: relative;
}
.event-schedule .wrapper {
  position: relative;
  z-index: 100;
  padding-bottom: 100px;
  width: 82.9%;
}
.event-schedule__title {
  padding-bottom: 72px;
}
.event-schedule__items .item {
  background-color: rgba(255, 255, 255, 0.5);
}
.event-schedule__items .item__container {
  padding: 19px 25px;
  font-size: 18px;
  font-family: "Gilroy-Regular";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event-schedule__items .item__container .name {
  font-family: "Gilroy-SemiBold";
  width: 33.33%;
}
.event-schedule__items .item__container .day {
  width: 33.33%;
  text-align: center;
}
.event-schedule__items .item__container .schedule {
  width: 33.33%;
  text-align: right;
}
.event-schedule__items .item:nth-child(2n) {
  background-color: transparent;
}
.event-schedule__items .item:nth-child(2n) .item__container {
  padding: 30px 25px;
}
.event-schedule .circle {
  position: absolute;
  z-index: 1;
  top: -368px;
  right: -222px;
  width: 778px;
  height: 778px;
  background: rgba(224, 224, 224, 0.4);
}
@media (max-width: 1650px) {
  .event-schedule .wrapper {
    padding-bottom: 75px;
  }
}
@media (max-width: 1250px) {
  .event-schedule .wrapper {
    padding-bottom: 50px;
    width: 100%;
  }
  .event-schedule__title {
    padding-bottom: 30px;
  }
}
@media (max-width: 740px) {
  .event-schedule__items .item__container .name {
    width: 100%;
    padding-bottom: 10px;
  }
  .event-schedule__items .item__container .day {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }
  .event-schedule__items .item__container .schedule {
    width: 100%;
    text-align: left;
  }
}
.event-participants {
  position: relative;
  z-index: 50;
  background-color: #222;
}
.event-participants .wrapper {
  position: relative;
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.event-participants__images {
  position: absolute;
  background-image: url(../assets/images/event-participants.png);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.event-participants__title {
  color: #fff;
  width: 30%;
  text-align: left;
}
.event-participants__items {
  width: 67.44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-participants__items .item {
  color: #fff;
  width: 25%;
  height: 152px;
}
.event-participants__items .item:nth-child(1) {
  background-color: RGBA(0, 0, 0, 0.1);
}
.event-participants__items .item:nth-child(2) {
  background-color: RGBA(0, 0, 0, 0.2);
}
.event-participants__items .item:nth-child(3) {
  background-color: RGBA(0, 0, 0, 0.3);
}
.event-participants__items .item:nth-child(4) {
  background-color: RGBA(0, 0, 0, 0.4);
}
.event-participants__items .item__container {
  padding: 20px;
  padding-top: 22px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event-participants__items .item__container .count {
  color: #e41a00;
  font-size: 12px;
  text-align: right;
}
.event-participants__items .item__container .text {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}
.event-participants__items .item__container .text .block__ico {
  margin-bottom: 3px;
  padding-left: 15px;
  width: 16px;
  height: 16px;
}
.event-participants__items .item__container .text .block__ico svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 1650px) {
  .event-participants .wrapper {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}
@media (max-width: 1250px) {
  .event-participants .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .event-participants__items .item {
    height: 135px;
  }
  .event-participants__items .item__container .text {
    font-size: 16px;
  }
  .event-participants__items {
    width: 70%;
  }
}
@media (max-width: 960px) {
  .event-participants .wrapper {
    -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;
  }
  .event-participants__items {
    width: 100%;
    padding-top: 20px;
  }
  .event-participants__title {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .event-participants__items .item {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .event-participants__items .item {
    width: 100%;
  }
}
.event-few-facts {
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.event-few-facts .wrapper {
  padding-top: 100px;
  padding-bottom: 123px;
}
.event-few-facts__title {
  padding-bottom: 100px;
}
.event-few-facts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-few-facts__items .item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 50px;
}
.event-few-facts__items .item .block__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 20px;
  font-size: 72px;
}
.event-few-facts__items .item .block__count .count {
  color: #e41a00;
}
.event-few-facts__items .item .block__count .prefix-to-count {
  color: #e41a00;
  padding-left: 5px;
}
.event-few-facts__items .item .text {
  font-size: 24px;
  font-family: "Gilroy-Regular";
  padding-bottom: 19px;
  position: relative;
}
.event-few-facts__items .item .text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e41a00;
  height: 1px;
  width: 80px;
}
@media (max-width: 1650px) {
  .event-few-facts .wrapper {
    padding-top: 75px;
    padding-bottom: 90px;
  }
  .event-few-facts__title {
    padding-bottom: 70px;
  }
  .event-few-facts__items .item .block__count {
    font-size: 65px;
  }
  .event-few-facts__items .item .text {
    padding-bottom: 10px;
  }
}
@media (max-width: 1250px) {
  .event-few-facts .wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .event-few-facts__title {
    padding-bottom: 30px;
  }
  .event-few-facts__items .item .block__count {
    font-size: 45px;
    padding-bottom: 2px;
  }
  .event-few-facts__items .item .text {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
@media (max-width: 960px) {
  .event-few-facts__items .item {
    width: 26%;
  }
}
@media (max-width: 550px) {
  .event-few-facts__items .item {
    width: 35%;
  }
}
@media (max-width: 400px) {
  .event-few-facts__items .item {
    width: 45%;
  }
}
.event-slider {
  position: relative;
}
.event-slider .event-main-slider {
  position: relative;
  z-index: 100;
  height: 100%;
  margin-left: auto;
  overflow: visible;
}
.event-slider .event-main-slider .slide {
  height: 560px;
}
.event-slider .event-main-slider .slide a {
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.event-slider .circle {
  position: absolute;
  z-index: 1;
  bottom: -386px;
  left: -326px;
  width: 1158px;
  height: 1158px;
  background: rgba(224, 224, 224, 0.4);
}
.swiper__control .wrapper {
  padding-top: 53px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
}
.swiper__control .control__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper__control .event-btn-next,
.swiper__control .event-btn-prev,
.swiper__control .event-pagination {
  position: initial;
  cursor: pointer;
}
.swiper__control .event-btn-next svg,
.swiper__control .event-btn-prev svg,
.swiper__control .event-pagination svg {
  width: 48px;
}
.swiper__control .event-pagination {
  position: relative;
  height: 4px;
  margin-left: 50px;
  background-color: #e0e0e0;
}
.swiper__control .event-pagination span {
  background-color: #e41a00;
  height: 4px;
}
.swiper__control .event-btn-prev {
  margin-right: 50px;
}
.swiper__control .event-btn-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 48px;
}
.swiper__control .event-scrollbar {
  height: 4px;
  width: 88.6%;
  margin-top: -5px;
  background: #e0e0e0;
}
.swiper__control .event-scrollbar .swiper-scrollbar-drag {
  background: #e41a00;
}
.swiper-button-disabled svg {
  -webkit-filter: invert(76%) sepia(8%) saturate(9%) hue-rotate(58deg)
    brightness(99%) contrast(90%);
  filter: invert(76%) sepia(8%) saturate(9%) hue-rotate(58deg) brightness(99%)
    contrast(90%);
}
@media (max-width: 1250px) {
  .event-slider .event-main-slider .slide {
    height: 450px;
  }
}
@media (max-width: 960px) {
  .event-slider .event-main-slider .slide {
    height: 350px;
  }
}
.event-location .wrapper {
  padding-top: 97px;
  padding-bottom: 100px;
}
.event-location__container {
  position: relative;
  z-index: 100;
  width: 82.9%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.event-location__container .container__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/block-location.png);
}
.event-location__container .container__main {
  width: 41.1%;
  position: relative;
  z-index: 100;
}
.event-location__container .container__main .main {
  padding: 50px;
}
.event-location__container .container__main .main__title {
  text-align: left;
  padding-bottom: 54px;
}
.event-location__container .container__main .main__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 26px;
  font-family: "Gilroy-Regular";
  padding-bottom: 67px;
}
.event-location__container .container__main .main__location svg {
  width: 22px;
  height: 22px;
  -webkit-filter: invert(14%) sepia(84%) saturate(7495%) hue-rotate(15deg)
    brightness(98%) contrast(101%);
  filter: invert(14%) sepia(84%) saturate(7495%) hue-rotate(15deg)
    brightness(98%) contrast(101%);
}
.event-location__container .container__main .main__location span {
  padding-left: 6px;
}
.event-location__container .container__main .main .button {
  margin-left: 5px;
  display: block;
}
.event-location__container .container__slider {
  overflow: hidden;
  width: 58.9%;
}
.event-location__container .container__slider .slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.location-slider {
  position: relative;
}
.location-slider .slide {
  height: 524px;
}
.location-slider .navigations {
  position: absolute;
  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;
  width: calc(100% - 100px);
  padding: 30px 0;
  margin: 0 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 100;
  left: 0;
  bottom: 0;
}
.location-slider .navigations__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location-slider .navigations .swiper-button-disabled svg {
  opacity: 0.3;
}
.location-slider .navigations .locationr-btn-prev,
.location-slider .navigations .location-btn-next {
  position: initial;
  cursor: pointer;
  opacity: 0.5;
}
.location-slider .navigations .locationr-btn-prev .block__ico,
.location-slider .navigations .location-btn-next .block__ico {
  width: 36px;
  height: 36px;
  position: relative;
}
.location-slider .navigations .locationr-btn-prev .block__ico svg,
.location-slider .navigations .location-btn-next .block__ico svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
  height: 19.7px;
  -webkit-filter: invert(99%) sepia(1%) saturate(330%) hue-rotate(154deg)
    brightness(109%) contrast(76%);
  filter: invert(99%) sepia(1%) saturate(330%) hue-rotate(154deg)
    brightness(109%) contrast(76%);
}
.location-slider .navigations .location-btn-prev {
  position: initial;
  margin-right: 50px;
  opacity: 0.5;
  cursor: pointer;
}
.location-slider .navigations .location-btn-prev .block__ico {
  width: 36px;
  height: 36px;
  position: relative;
}
.location-slider .navigations .location-btn-prev .block__ico svg {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 19.7px;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  -webkit-filter: invert(99%) sepia(1%) saturate(330%) hue-rotate(154deg)
    brightness(109%) contrast(76%);
  filter: invert(99%) sepia(1%) saturate(330%) hue-rotate(154deg)
    brightness(109%) contrast(76%);
}
.location-slider .navigations .location-pagination {
  position: relative;
  z-index: 1000;
  margin-right: -1px;
  margin-top: -9px;
  text-align: right;
}
.location-slider .navigations .location-pagination .swiper-pagination-bullet {
  height: 2px;
  width: 23px;
  border-radius: 0;
  background-color: rgba(224, 224, 224, 0.5);
  margin-right: 7px;
  cursor: pointer;
}
.location-slider
  .navigations
  .location-pagination
  .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}
.location-slider
  .navigations
  .location-pagination
  .swiper-pagination-bullet-active {
  background-color: #e41a00;
}
@media (max-width: 1650px) {
  .event-location .wrapper {
    padding-top: 0px;
    padding-bottom: 75px;
  }
}
@media (max-width: 1250px) {
  .event-location .wrapper {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .event-location__container .container__main .main__title {
    padding-bottom: 30px;
  }
  .event-location__container .container__main .main {
    padding: 30px;
  }
  .location-slider .navigations {
    padding: 15px 0;
  }
  .event-location__container .container__main .main__location {
    padding-bottom: 40px;
  }
  .location-slider .slide {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .event-location__container {
    width: 90%;
  }
  .location-slider .slide {
    height: 350px;
  }
  .event-location__container .container__main .main__location {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
  }
  .location-slider .navigations {
    width: calc(100% - 50px);
    margin: 0px 25px;
  }
}
@media (max-width: 800px) {
  .event-location__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-location__container .container__main {
    width: 100%;
  }
  .event-location__container .container__slider {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .event-location__container {
    width: 100%;
  }
}
.event-support {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.event-support .wrapper {
  padding-top: 100px;
  padding-bottom: 20px;
}
.event-support__title {
  padding-bottom: 100px;
}
.event-support__slider {
  padding-bottom: 100px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  overflow: hidden;
  width: 85.46%;
  margin: 0 auto;
}
.event-support__slider .swiper-wrapper {
  width: 100%;
}
.event-support__slider__items .item {
  padding-top: 100px;
  position: relative;
}
.event-support__slider__items .item .title {
  font-size: 36px;
  text-align: center;
  padding-bottom: 50px;
}
.event-support__slider__items .item .slide {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0 35px;
}
.event-support__slider__items .item .navigation {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 110px;
}
.event-support__slider2,
.event-support__slider3 {
  position: relative;
  width: 85.46%;
  margin: 0 auto;
  overflow: hidden;
}
.event-support__slider2 .swiper-wrapper,
.event-support__slider3 .swiper-wrapper {
  width: 100%;
}
.support2-btn-prev,
.support2-btn-next,
.support3-btn-prev,
.support3-btn-next {
  position: absolute;
  z-index: 100;
}
.support2-btn-next,
.support3-btn-next {
  right: 0;
}
.support2-btn-prev svg,
.support3-btn-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.partner {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  padding: 25px;
}
.partner__big {
  width: 150px;
  height: 150px;
}
.partner img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.partner__block {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 264px;
  min-height: 246px;
  overflow: auto;
  background-color: rgba(17, 17, 17, 0.9);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.partner__block .container {
  padding: 20px;
  text-align: left;
}
.partner__block .container .link {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.partner__block .container .link svg {
  width: 16px;
  height: 16px;
}
.partner__block .container .link a {
  padding-left: 10px;
  font-family: "Gilroy-SemiBold";
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
}
.partner__block .container .text {
  padding-top: 18px;
  font-size: 14px;
  font-family: "Gilroy-Regular";
  color: #fff;
}
.partner__block .container .text a {
  color: #fff;
}
.partner:hover .partner__block {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 1650px) {
  .event-support .wrapper {
    padding-top: 75px;
  }
  .block-partners_main__title {
    padding-bottom: 70px;
  }
  .block-partners_main {
    margin-bottom: 30px;
  }
}
@media (max-width: 1450px) {
  .partners .block-partners {
    padding-top: 60px;
  }
}
@media (max-width: 1250px) {
  .event-support .wrapper {
    padding-top: 50px;
  }
  .block-partners__title {
    font-size: 29px;
  }
}
@media (max-width: 560px) {
  .partner__block {
    width: 175px;
    height: 175px;
  }
  .partner__block .container {
    padding: 15px;
  }
  .partner__block .container .text {
    padding-top: 14px;
    font-size: 13px;
  }
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.events__filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.events__filter .filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: #111;
  width: 100%;
  font-family: "Gilroy-SemiBold";
  padding: 5px;
}
.events__filter .filter__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.events__filter .filter__col:nth-child(2),
.events__filter .filter__col:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}
.events__filter .filter__col:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 400px);
  flex: 0 0 calc(100% - 400px);
}
.events__filter .filter__col:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.events__filter .filter__buttons {
  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;
}
.events__filter .filter__search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.events__filter .filter__search label {
  position: relative;
  display: block;
}
.events__filter .filter__search input {
  padding: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
}
.events__filter .filter__search .block__ico {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.events__filter .filter__search .block__ico svg {
  fill: var(--theme);
  width: 100%;
  height: auto;
}
.events__filter .filter__basket {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
.events__filter .filter__basket .block__ico svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.events__filter .filter__basket:hover .block__ico svg path {
  fill: var(--theme);
}
.events__filter .filter__basket span {
  padding-left: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.events__filter .filter__input {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 14px 20px 13px;
  color: #bdbdbd;
}
.events__filter .filter__input.select {
  width: 100%;
  font-size: 16px;
  font-family: "Gilroy-SemiBold";
}
.events__filter .filter__input.select option {
  color: #111;
}
.events__filter .filter__title {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 40px;
}
.events__filter .filter__title .block__ico {
  margin-top: -5px;
}
.events__filter .filter__title img {
  width: 20px;
}
.events__filter .filter__title span {
  padding-left: 22px;
}
.events__filter .filter__select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.events__filter .filter__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.events__filter .filter__date .item {
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.events__filter .filter__date .item:last-child {
  margin-right: 0;
}
.events__filter .filter__date .item span {
  padding-right: 8px;
}
.events__filter .filter__date .custum_date:before {
  display: none;
}
.events__filter .filter__date .custum_date label {
  position: relative;
}
.events__filter .filter__date .custum_date label input {
  padding-right: 40px;
}
.events__filter .filter__date .custum_date label .block__ico {
  position: absolute;
  cursor: pointer;
  top: 50%;
  width: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.events__filter .button-submit {
  padding: 13px 58px 14px;
  margin-right: 25px;
}
@media (max-width: 991px) {
  .events__filter .filter__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .events__filter .filter__col:nth-child(2),
  .events__filter .filter__col:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .events__filter .filter__col .input-date {
    width: 100%;
  }
  .events__filter .filter__col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .events__filter .filter__col .filter__basket {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .events__filter .filter__col:nth-child(2),
  .events__filter .filter__col:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .events__filter .filter__col .filter__date {
    width: 100%;
  }
  .events__filter .filter__col .filter__date .custum_date label {
    width: 100%;
  }
  .events__filter .filter__col .custum_date {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 700px) {
  .events__filter .filter__col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .events__filter .filter__col .filter__select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .events__filter .filter__col .filter__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .filter__date {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .events__filter .filter__col .custum_date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .events__filter .filter__col .custum_date span {
    width: 28px;
  }
  .events__filter .filter__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.about-us {
  position: relative;
}
.about-us .wrapper {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 71px;
  padding-top: 70px;
  width: 81.39%;
  padding-bottom: 95px;
}
.about-us__logo {
  margin-top: -167px;
}
.about-us__logo img {
  width: 400px;
}
.about-us__main {
  padding-left: 40px;
  font-size: 24px;
  line-height: 40px;
  font-family: "Gilroy-Regular";
}
.about-us__main b {
  font-family: "Gilroy-SemiBold";
}
.about-us .circle {
  position: absolute;
  z-index: 1;
  top: -109px;
  left: -254px;
  width: 1453px;
  height: 1453px;
  background: rgba(224, 224, 224, 0.4);
}
@media (max-width: 1650px) {
  .about-us__logo img {
    width: 350px;
  }
  .about-us .wrapper {
    padding: 60px;
  }
  .about-us__main {
    font-size: 20px;
    line-height: 35px;
  }
}
@media (max-width: 1250px) {
  .about-us__logo img {
    width: 250px;
  }
  .about-us__logo {
    margin-top: -120px;
  }
  .about-us .circle {
    left: -254px;
    width: 1000px;
    height: 1000px;
  }
  .about-us .wrapper {
    padding: 50px;
  }
  .about-us__main {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1250px) {
  .about-us .circle {
    width: 800px;
    height: 800px;
  }
}
@media (max-width: 960px) {
  .about-us .wrapper {
    padding: 30px 35px;
  }
  .about-us__logo img {
    width: 150px;
  }
  .about-us__logo {
    margin-top: -70px;
  }
  .about-us__main {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 750px) {
  .about-us .wrapper {
    padding: 30px 5px;
  }
  .about-us__main {
    padding-left: 25px;
  }
  .about-us__logo img {
    width: 115px;
  }
  .about-us__main {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .about-us .circle {
    width: 600px;
    height: 600px;
  }
  .about-us__logo {
    margin-top: -100px;
  }
  .about-us .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-us__main {
    padding-left: 0;
    padding-top: 10px;
  }
  .about-us .wrapper {
    padding: 30px 0px;
  }
}
.about-us__promo {
  position: relative;
  z-index: 100;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us__promo .promo__wrap {
  padding: 200px 15px;
}
.about-us__promo .promo__title {
  text-transform: uppercase;
  font-size: 120px;
  line-height: 1em;
  text-align: center;
}
.about-us__promo .promo__subtitle {
  text-transform: uppercase;
  text-align: center;
  font-size: 72px;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about-us__promo .promo__wrap {
    margin-top: 0px;
    padding: 100px 15px;
  }
  .about-us__promo .promo__title {
    font-size: 48px;
  }
  .about-us__promo .promo__subtitle {
    font-size: 34px;
    max-width: 500px;
  }
}
@media (max-width: 500px) {
  .about-us__promo .promo__title {
    font-size: 28px;
  }
  .about-us__promo .promo__subtitle {
    font-size: 18px;
    max-width: 300px;
  }
}
.about-us__info .info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99;
  background-color: #fff;
  margin-bottom: -100px;
}
.about-us__info .info__main {
  width: 68.7%;
}
.about-us__info .info__main .main {
  font-size: 24px;
  padding: 101px 66px 100px 149px;
  line-height: 40px;
  font-family: "Gilroy-Regular";
}
.about-us__info .info__main .main b {
  font-family: "Gilroy-SemiBold";
}
.about-us__info .info__images {
  width: 31.8%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1650px) {
  .about-us__info .info__main .main {
    font-size: 20px;
    line-height: 35px;
    padding: 75px 66px 75px 110px;
  }
}
@media (max-width: 1250px) {
  .about-us__info .info__main .main {
    font-size: 18px;
    line-height: 30px;
    padding: 50px 50px 55px 90px;
  }
}
@media (max-width: 960px) {
  .about-us__info .info__main .main {
    font-size: 16px;
    line-height: 26px;
    padding: 30px 35px 30px 50px;
  }
}
@media (max-width: 750px) {
  .about-us__info .info__main .main {
    font-size: 15px;
    line-height: 26px;
    padding: 30px 30px 30px 32px;
  }
  .about-us__info .info__main {
    width: 60%;
  }
  .about-us__info .info__images {
    width: 40%;
  }
}
@media (max-width: 550px) {
  .about-us__info .info__main {
    width: 100%;
  }
  .about-us__info .info__images {
    display: none;
  }
  .about-us__info .info__main .main {
    padding: 20px;
  }
}
.about-us__mission {
  position: relative;
  z-index: 98;
  background-color: #222;
}
.about-us__mission .wrapper {
  padding-top: 201px;
  padding-bottom: 80px;
  position: relative;
  z-index: 100;
}
.about-us__mission__title {
  font-size: 64px;
  margin-left: 3px;
}
.about-us__mission__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./components/assets/images/block-aboutus-info.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us__mission__title {
  text-align: left;
  color: #fff;
  padding-bottom: 50px;
}
.about-us__mission__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
.about-us__mission__items .item {
  width: 23.15%;
  padding-bottom: 20px;
  font-family: "Gilroy-Regular";
}
.about-us__mission__items .item__count {
  font-size: 48px;
  color: #e41a00;
  padding-bottom: 10px;
}
.about-us__mission__items .item__text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Gilroy-Regular";
}
@media (max-width: 1650px) {
  .about-us__mission__title {
    font-size: 55px;
    padding-bottom: 25px;
  }
  .about-us__mission .wrapper {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .about-us__mission__items .item__count {
    font-size: 40px;
  }
  .about-us__mission__items .item__text {
    font-size: 15px;
  }
}
@media (max-width: 1250px) {
  .about-us__mission__title {
    font-size: 35px;
  }
  .about-us__mission__items .item__count {
    font-size: 35px;
    padding-bottom: 7px;
  }
  .about-us__mission .wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 960px) {
  .about-us__mission__items .item {
    width: 49%;
  }
}
@media (max-width: 550px) {
  .about-us__mission__items .item {
    width: 100%;
  }
  .about-us__mission__title {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .about-us__mission .wrapper {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}
.about-us__face {
  position: relative;
}
.about-us__face .wrapper {
  padding-top: 87px;
}
.about-us__face__container {
  position: relative;
  z-index: 100;
  padding: 70px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us__face .face {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-us__face .face__photo {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us__face .face__mail {
  background-color: #f2f2f2;
  padding-top: 29px;
  padding-bottom: 33px;
  text-align: center;
  font-size: 16px;
  width: 100%;
}
.about-us__face .face__mail a {
  color: #e41a00;
  -webkit-text-decoration: revert;
  text-decoration: revert;
}
.about-us__face .main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 70px;
}
.about-us__face .main__about-a-person {
  padding-bottom: 28px;
  border-bottom: 1px solid #e0e0e0;
}
.about-us__face .main__name {
  font-size: 36px;
  font-family: "Gilroy-SemiBold";
  padding-bottom: 10px;
}
.about-us__face .main__who {
  font-family: "Gilroy-Regular";
  font-size: 18px;
}
.about-us__face .main__items {
  padding-top: 30px;
}
.about-us__face .main__items .item {
  font-size: 18px;
  font-family: "Gilroy-Regular";
}
.about-us__face .main__items .item:first-child {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.about-us__face .main__items .item__title {
  font-family: "Gilroy-SemiBold";
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-us__face .main__items .item__title svg {
  width: 20px;
  height: 20px;
}
.about-us__face .main__items .item__title span {
  padding-left: 10px;
}
.about-us__face .main__items .item .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-us__face .main__items .item .list li {
  width: 43.2%;
  padding-bottom: 20px;
  padding-left: 16px;
  position: relative;
}
.about-us__face .main__items .item .list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 8px;
  background: #e41a00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-us__face .circle {
  position: absolute;
  z-index: 1;
  top: 110px;
  right: -687px;
  width: 1369px;
  height: 1369px;
}
@media (max-width: 1200px) {
  .about-us__face__container {
    padding: 30px;
  }
  .about-us__face .main {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .about-us__face .main__name {
    font-size: 24px;
  }
  .about-us__face .main__items .item .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-us__face .main__items .item .list li {
    width: 100%;
  }
  .about-us__face .face {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }
}
@media (max-width: 768px) {
  .about-us__face__container {
    display: block;
  }
  .about-us__face .main {
    padding-left: 0px;
  }
  .about-us__face .face {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .about-us__face .main__items .item {
    font-size: 14px;
  }
}
.about-us__block-slider {
  position: relative;
}
.about-us__block-slider .wrapper {
  position: relative;
  z-index: 100;
  padding-top: 120px;
}
.about-us__block-slider__title {
  padding-bottom: 20px;
}
.about-us__block-slider__subtitle {
  font-family: "Gilroy-SemiBold";
  font-size: 36px;
  text-align: center;
  padding-bottom: 100px;
}
.about-us__block-slider__content {
  position: relative;
  z-index: 100;
  margin-left: auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-us__block-slider__content .content__main {
  width: 46.86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-us__block-slider__content .content__main .item {
  width: 48.5%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 30px;
}
.about-us__block-slider__content .content__main .item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
}
.about-us__block-slider__content .content__main .item__logo {
  position: relative;
  width: 83px;
  height: 83px;
  border: 5px solid rgba(228, 26, 0, 0.1);
  border-radius: 50%;
}
.about-us__block-slider__content .content__main .item__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: auto;
}
.about-us__block-slider__content .content__main .item__title {
  font-size: 24px;
  font-family: "Gilroy-SemiBold";
  color: #e41a00;
  padding-left: 18px;
}
.about-us__block-slider__content .content__main .item__text {
  font-family: "Gilroy-Regular";
  padding-left: 13px;
  line-height: 24px;
}
.about-us__block-slider__content .content__slider {
  width: 48.79%;
}
.about-us__block-slider__content .content__slider .about-us-slider {
  position: relative;
  height: 100%;
  margin-left: auto;
  overflow: hidden;
}
.about-us__block-slider__content .content__slider .about-us-slider .slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 486px;
}
.about-us__block-slider__content .content__slider .about-us-slider .slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-us__block-slider .circle {
  position: absolute;
  z-index: 1;
  top: 235px;
  right: 552px;
  width: 315px;
  height: 315px;
}
.swiper__control .wrapper__control {
  padding-top: 30px;
  padding-bottom: 130px;
}
.swiper__control .wrapper__control .control__btn .swiper-btn-prev {
  margin-right: 50px;
}
.swiper__control .wrapper__control .control__btn .swiper-btn-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper__control .wrapper__control .control__btn .swiper-btn-next,
.swiper__control .wrapper__control .control__btn .swiper-btn-prev {
  cursor: pointer;
}
@media (max-width: 1650px) {
  .about-us__block-slider .wrapper {
    padding-top: 90px;
  }
  .about-us__block-slider__subtitle {
    font-size: 32px;
    padding-bottom: 75px;
  }
  .about-us__block-slider__title {
    padding-bottom: 10px;
  }
  .about-us__block-slider__content .content__main .item {
    padding-bottom: 20px;
  }
  .about-us__block-slider__content .content__main .item__logo {
    position: relative;
    width: 65px;
    height: 65px;
    max-width: 65px;
  }
  .about-us__block-slider__content .content__main .item__logo img {
    width: 30px;
  }
  .about-us__block-slider__content .content__main .item__title {
    font-size: 20px;
    padding-left: 15px;
  }
  .about-us__block-slider__content .content__main .item__text {
    font-size: 14px;
    line-height: 22px;
  }
  .swiper__control .wrapper__control {
    padding-top: 30px;
    padding-bottom: 75px;
  }
}
@media (max-width: 1450px) {
  .about-us__block-slider .circle {
    top: 130px;
    right: 320px;
    width: 284px;
    height: 284px;
  }
  .about-us__block-slider .wrapper {
    padding-top: 50px;
  }
  .swiper__control .wrapper__control {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .about-us__block-slider__subtitle {
    padding-bottom: 45px;
  }
  .swiper__control .wrapper__control .control__btn .swiper-btn-prev {
    margin-right: 25px;
  }
  .swiper__control .wrapper__control .control__btn .swiper-btn-prev svg,
  .swiper__control .wrapper__control .control__btn .swiper-btn-next svg {
    width: 40px;
  }
}
@media (max-width: 1250px) {
  .about-us__block-slider__title {
    padding-bottom: 5px;
  }
  .about-us__block-slider__subtitle {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .about-us__block-slider__content .content__slider {
    width: 52%;
  }
}
@media (max-width: 1024px) {
  .swiper__control .event-scrollbar {
    width: 85%;
  }
}
@media (max-width: 960px) {
  .about-us__block-slider .circle {
    top: 80px;
    right: 245px;
    width: 240px;
    height: 240px;
  }
  .about-us__block-slider__content {
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-us__block-slider__content .content__main {
    width: auto;
    max-width: 1750px;
  }
  .about-us__block-slider__content .content__slider {
    width: 100%;
  }
  .about-us__block-slider__content .content__slider .about-us-slider .slide {
    height: 350px;
  }
}
@media (max-width: 850px) {
  .swiper__control .event-scrollbar {
    width: 80%;
  }
  .swiper__control .wrapper__control {
    padding-bottom: 30px;
  }
}
@media (max-width: 720px) {
  .about-us__block-slider__content .content__main .item {
    width: 100%;
  }
  .about-us__block-slider__content .content__slider .about-us-slider .slide {
    height: 260px;
  }
  .swiper__control .wrapper__control .control__btn .swiper-btn-prev svg,
  .swiper__control .wrapper__control .control__btn .swiper-btn-next svg {
    width: 32px;
  }
  .swiper__control .wrapper__control {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .about-us__block-slider__subtitle {
    font-size: 20px;
  }
  .swiper__control .wrapper__control .control__btn .swiper-btn-prev {
    margin-right: 15px;
  }
  .swiper__control .event-scrollbar {
    width: 75%;
  }
}
@media (max-width: 400px) {
  .swiper__control .event-scrollbar {
    width: 65%;
  }
}
.about-us__geography {
  background-color: #222;
  position: relative;
}
.about-us__geography__background {
  background-image: url(../assets/images/block-geography.png);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.about-us__geography .wrapper {
  padding-top: 100px;
  padding-bottom: 101px;
  position: relative;
  z-index: 100;
}
.about-us__geography .main {
  margin-left: auto;
  width: 48.83%;
}
.about-us__geography .main__title {
  color: #fff;
  padding-bottom: 50px;
  font-size: 64px;
  text-align: left;
}
.about-us__geography .main__text {
  font-size: 16px;
  color: #fff;
  font-family: "Gilroy-Regular";
  line-height: 24px;
}
@media (max-width: 1650px) {
  .about-us__geography .wrapper {
    padding-top: 75px;
    padding-bottom: 85px;
  }
  .about-us__geography .main__title {
    padding-bottom: 20px;
    font-size: 55px;
  }
}
@media (max-width: 1250px) {
  .about-us__geography .wrapper {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .about-us__geography .main__title {
    font-size: 35px;
    padding-bottom: 15px;
  }
  .about-us__geography .main__text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 820px) {
  .about-us__geography .main {
    width: 75%;
  }
}
@media (max-width: 550px) {
  .about-us__geography .main {
    width: 100%;
  }
}
.about-us__facts {
  position: relative;
}
.about-us__facts .wrapper {
  position: relative;
  z-index: 100;
  padding-bottom: 129px;
}
.about-us__facts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -25px;
  margin: -40px -15px -15px -15px;
}
.about-us__facts__items .item {
  position: relative;
  width: 33.33333%;
  height: auto;
  padding: 15px;
}
.about-us__facts__items .item__inner {
  padding: 30px;
  position: relative;
  background-color: #fff;
  height: 100%;
  min-height: 120px;
}
.about-us__facts__items .item__text {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gilroy-Regular";
}
.about-us__facts__items .item__count {
  position: absolute;
  bottom: -20px;
  right: 0px;
  color: rgba(237, 237, 237, 0.5);
  font-size: 150px;
  line-height: 1em;
  font-family: "Gilroy-SemiBold";
}
.about-us__facts .circle {
  position: absolute;
  z-index: 1;
  top: 90px;
  left: -325px;
  width: 1158px;
  height: 1158px;
}
@media (max-width: 991px) {
  .about-us__facts__items .item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .about-us__facts__items .item {
    width: 100%;
  }
  .about-us__facts .wrapper {
    padding-bottom: 50px;
  }
}
.news .wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.news__title {
  font-family: "Gilroy-SemiBold";
  padding-bottom: 50px;
}
.news__wrapper {
  margin: -10px;
}
.news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Gilroy-SemiBold";
  color: #fff;
  width: 100%;
}
.news__inner .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news__inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  overflow: hidden;
  padding: 10px;
  min-height: 250px;
}
.news__inner .item__content {
  padding: 30px;
  height: 100%;
  width: 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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #303030;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news__inner .item__title {
  font-size: 18px;
  line-height: 23px;
}
.news__inner .item__title a {
  color: #fff;
}
.news__inner .item__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 11px;
}
.news__inner .item__tag .button {
  margin-right: 10px;
}
.news__inner .item__tag .button:last-child {
  margin-right: 0;
}
.news__inner .item__first {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  min-height: 250px;
}
.news__inner .item__first .item__content {
  padding: 40px;
}
.news__inner .item__first .item__content .button {
  margin-bottom: 20px;
}
.news__inner .item__first .item__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.news__inner .item__first .item__title {
  font-size: 36px;
  padding-bottom: 4px;
  height: auto;
  line-height: normal;
}
.news__inner .item__first .item__text {
  font-size: 16px;
  font-family: "Gilroy-Regular";
  line-height: 23px;
}
.news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 1100px) {
  .news__inner .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .news__inner .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .news__inner .item__first .item__title {
    font-size: 18px;
  }
  .news__inner .item__first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news__inner .item__first .item__content {
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.new .wrapper {
  padding-top: 20px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.new__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new__button img {
  width: 16px;
}
.new__button span {
  padding-left: 14px;
}
.new__button__rubric {
  margin-bottom: 38px;
}
.new__date {
  color: var(--theme);
  margin-top: 30px;
  font-family: "Gilroy-SemiBold";
  font-size: 16px;
}
.new__title {
  padding-bottom: 5px;
  font-size: 36px;
  font-family: "Gilroy-SemiBold";
}
.new__tag {
  padding-bottom: 46px;
}
.new__tag .button {
  margin-right: 10px;
}
.new__tag .button:last-child {
  margin-right: 0;
}
.new__images {
  max-width: 100%;
  height: auto;
}
.new .main {
  font-size: 16px;
  font-family: "Gilroy-Regular";
}
.new .main__title {
  font-family: "Gilroy-SemiBold";
  font-size: 24px;
  padding-top: 37px;
  padding-bottom: 29px;
}
.new .main__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0;
}
.new .main__info .logo {
  max-width: 150px;
}
.new .main__info .text {
  padding-left: 35px;
  line-height: 24px;
  font-family: "Gilroy-Regular";
}
.new .main__text {
  font-family: "Gilroy-Regular";
}
.new .main__text p {
  line-height: 24px;
  margin: 30px 0;
}
.new__sidebar {
  padding-top: 145px;
}
.new__sidebar__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.new__sidebar__inner .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.new__sidebar__inner .items .item {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-color: #303030;
}
.new__sidebar__inner .items .item__content {
  background-color: transparent;
}
.new__sidebar__inner .items .item:last-child {
  margin-bottom: 0;
}
.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  padding-left: 100px;
}
.sidebar__title {
  font-size: 36px;
  font-family: "Gilroy-SemiBold";
  padding-bottom: 40px;
  text-align: left;
}
.want-to-become {
  margin-top: 64px;
  background-color: #fff;
  position: relative;
  border-left: 3px solid #e41a00;
  padding: 39px;
}
.want-to-become .background {
  background-image: url(../assets/images/want-to-become.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
}
.want-to-become__title {
  font-family: "Gilroy-SemiBold";
  font-size: 36px;
}
.want-to-become__title span {
  color: var(--theme);
}
.want-to-become__items {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.want-to-become__items .item {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #e0e0e0;
}
.want-to-become__items .item:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border: 0px;
}
.want-to-become__items .item .info {
  font-size: 16px;
  font-family: "Gilroy-Regular";
  padding-bottom: 10px;
}
.want-to-become__items .item .text {
  font-family: "Gilroy-SemiBold";
  font-size: 24px;
}
@media (max-width: 1200px) {
  .sidebar {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .new .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sidebar {
    padding: 30px 0;
  }
  .new__title {
    font-size: 24px;
  }
  .want-to-become__title {
    font-size: 24px;
  }
  .want-to-become__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .want-to-become__items .item {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .want-to-become__items .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .want-to-become__items .item .text {
    font-size: 16px;
  }
}
.news-all {
  position: relative;
  z-index: 2;
}
.news-all .wrapper {
  padding-top: 20px;
  padding-bottom: 102px;
}
.news-all__title {
  padding-bottom: 50px;
  font-family: "Gilroy-SemiBold";
}
.news-all__items {
  margin: -15px;
}
.news-all__items .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-all__items .item {
  width: 50%;
  padding: 15px;
}
.news-all__items .item__wrap {
  padding: 30px 32px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.news-all__items .item__wrap .news__date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme);
  color: #fff;
  text-align: center;
  padding: 5px;
  z-index: 2;
}
.news-all__items .item__wrap .news__date div {
  line-height: 1em;
}
.news-all__items .item__wrap .news__date div:first-child {
  font-size: 20px;
  font-family: "Gilroy-SemiBold";
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.news-all__items .item__wrap .images {
  width: 200px;
  margin-right: 30px;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.news-all__items .item__wrap .images img {
  width: 100%;
  height: auto;
}
.news-all__items .item__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.news-all__items .item__tag .button {
  margin-left: 10px;
  margin-bottom: 10px;
}
.news-all__items .item__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-all__items .item__main button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.news-all__items .item__main .main__container .text {
  font-size: 18px;
  font-family: "Gilroy-SemiBold";
  padding-bottom: 20px;
  line-height: 24px;
}
.news-all__items .item__main .main__container .text a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.news-all__items .item__main .main__container .text a:hover {
  color: var(--theme);
}
.news-all__items .item__main .main__container .link {
  width: 32px;
  height: 32px;
  display: block;
  background-color: #f2f2f2;
  position: relative;
}
.news-all__items .item__main .main__container .link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-all .pagination {
  display: none;
}
@media (max-width: 991px) {
  .news-all__items .item__main .main__container .text {
    font-size: 16px;
    line-height: 1em;
  }
  .news-all__items .item__wrap {
    padding: 15px;
  }
  .news-all__items .item__wrap .images {
    width: 150px;
    margin-right: 15px;
  }
}
@media (max-width: 900px) {
  .news-all__items .item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-all__items .item__wrap .images {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .news-all__items .item {
    width: 100%;
  }
}
.evidence {
  background-color: #222222;
  position: relative;
}
.evidence__images {
  background-image: url(../assets/images/block-evidence.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
}
.evidence .wrapper {
  position: relative;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.evidence__title {
  color: #fff;
  font-family: "Gilroy-SemiBold";
}
.evidence__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 77.2%;
  padding-right: 10px;
}
.evidence__items .item__count {
  font-size: 120px;
  color: #e41a00;
  padding-bottom: 10px;
}
.evidence__items .item__text {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1650px) {
  .evidence .wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .evidence__items .item__count {
    font-size: 100px;
    padding-bottom: 0;
  }
}
@media (max-width: 1400px) {
  .evidence__items .item__count {
    font-size: 70px;
  }
  .evidence__items .item__text {
    font-size: 18px;
  }
}
@media (max-width: 1250px) {
  .evidence .wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 960px) {
  .evidence__title {
    text-align: left;
  }
  .evidence .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .evidence__items {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 750px) {
  .evidence__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .evidence__items .item {
    padding-bottom: 15px;
  }
  .evidence__items .item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 550px) {
  .evidence__items .item__count {
    font-size: 55px;
  }
  .evidence__items .item__text {
    font-size: 16px;
  }
}
.benefit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -150px -15px 0 -15px;
}
.benefit .item {
  padding: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.benefit .item__img {
  max-width: 50px;
}
.benefit .item__text {
  padding-top: 42px;
  line-height: 28px;
  color: #000;
  font-family: "Gilroy-Medium";
  z-index: 10;
  position: relative;
}
.benefit .item__wrap {
  padding: 30px;
  height: 100%;
  -webkit-box-shadow: 0 20px 20px 20px #000;
  box-shadow: 0 20px 20px 20px #000;
  background-image: url(../assets/images/mask.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0px 30px -10px #777;
  box-shadow: 0 0px 30px -10px #777;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.benefit .item__num {
  position: absolute;
  font-size: 150px;
  color: #ededed;
  font-family: "Gilroy-SemiBold";
  z-index: 1;
  right: -15px;
  bottom: -39px;
}
@media (max-width: 991px) {
  .benefit .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .benefit .item__text {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .benefit {
    margin-top: 0;
    margin: -10px;
    padding: 15px 0;
  }
  .benefit .item {
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.reviews .wrapper {
  padding-top: 100px;
  padding-bottom: 116px;
}
.reviews__title {
  padding-bottom: 50px;
}
.reviews__wrap {
  position: relative;
}
.reviews-container {
  width: 82.9%;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.reviews-container .review {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews-container .review__main {
  padding: 50px;
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2;
}
.reviews-container .review__text {
  font-family: "Gilroy-Regular";
  padding-top: 25px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 24px;
  line-height: 40px;
}
.reviews-container .review__who {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-container .review__who .who__logo {
  max-width: 100px;
}
.reviews-container .review__who .who__info {
  padding-left: 30px;
  margin-top: 5px;
}
.reviews-container .review__who .who__name {
  font-size: 14px;
  padding-bottom: 10px;
  color: #828282;
  font-family: "Gilroy-Regular";
}
.reviews-container .review__who .who__rating {
  position: relative;
}
.reviews-container .review__who .who__rating .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.reviews-container .review__who .who__rating .no-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews-container .review__who .who__rating .no-active svg path {
  fill: #eb7667;
}
.reviews-container .review__who .who__rating .block__ico {
  padding-right: 4px;
}
.reviews-container .review__who .who__rating .block__ico:last-child {
  padding-right: 0;
}
.reviews-container .review__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.reviews .review-btn-prev,
.reviews .review-btn-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reviews .review-btn-prev svg,
.reviews .review-btn-next svg {
  width: 74px;
  height: 74px;
  fill: #000;
}
.reviews .review-btn-next {
  right: 0;
}
.reviews .review-btn-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.reviews__partners {
  padding-top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reviews__partners img {
  max-width: 200px;
}
@media (max-width: 1650px) {
  .reviews .wrapper {
    padding-top: 75px;
    padding-bottom: 80px;
  }
  .reviews-container .review__text {
    font-size: 22px;
    line-height: 38px;
  }
}
@media (max-width: 1450px) {
  .quot svg {
    width: 60px;
  }
  .reviews-container .review__main {
    padding: 35px;
    padding-right: 25px;
    padding-bottom: 41px;
  }
  .reviews-container .review__text {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .reviews-container .review__who {
    padding-top: 10px;
  }
  .reviews .review-btn-prev svg,
  .reviews .review-btn-next svg {
    width: 55px;
  }
  .reviews__partners img {
    max-width: 99px;
  }
  .reviews__partners {
    padding-top: 50px;
  }
}
@media (max-width: 1250px) {
  .reviews .wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .reviews-container .review__main {
    padding: 25px;
  }
  .reviews-container .review__text {
    font-size: 17px;
    line-height: 26px;
  }
  .quot svg {
    width: 50px;
  }
  .reviews__title {
    font-family: "Gilroy-SemiBold";
    padding-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .reviews-container .review__text {
    font-size: 15px;
    line-height: 24px;
  }
  .reviews-container .review__who .who__name {
    padding-bottom: 3px;
  }
  .reviews-container .review__main {
    padding: 20px;
  }
  .reviews .review-btn-prev svg,
  .reviews .review-btn-next svg {
    width: 40px;
  }
  .reviews__partners img {
    margin: 0 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 720px) {
  .review__img {
    display: none;
  }
  .reviews-container .review__main {
    width: 100%;
  }
  .reviews-container {
    height: auto;
  }
}
@media (max-width: 550px) {
  .reviews-container {
    width: 95%;
    margin: 0 auto;
  }
  .reviews-container .review__main {
    padding: 18px;
  }
  .reviews .review-btn-prev {
    left: -14px;
  }
  .reviews .review-btn-next {
    right: -14px;
  }
}
.reviews-container-thumbs {
  margin-top: 70px;
  overflow: hidden;
}
.reviews-container-thumbs .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-container-thumbs .swiper-slide {
  text-align: center;
}
.reviews-container-thumbs .swiper-slide img {
  max-width: 100%;
  max-height: 100px;
  height: auto;
  width: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.reviews-container-thumbs .swiper-slide-thumb-active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.reviews-container-thumb {
  text-align: center;
}
.subscribe {
  background-color: #222222;
  color: #fff;
  position: relative;
  padding: 100px 0;
}
.subscribe__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribe__left {
  font-family: "Gilroy-SemiBold";
  font-size: 24px;
  padding-right: 40px;
}
.subscribe__left h2 {
  text-align: left;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 20px;
}
.subscribe__left,
.subscribe__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.subscribe__form .es_shortcode_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribe__form .control {
  margin-top: 20px;
  display: block;
}
.subscribe__form .es-field-wrap {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.subscribe__form input[type="submit"] {
  background-color: var(--theme);
  color: #fff;
  border: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  cursor: pointer;
}
.subscribe__form input[type="submit"][disabled] {
  cursor: progress;
}
.subscribe__form .control--checkbox .control__fake {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.subscribe__form .control--checkbox .control__fake:before {
  border-color: #828282;
  border-radius: 0;
  background-color: transparent;
}
.subscribe__form.validation--checkbox .control--checkbox .control__fake {
  color: var(--theme);
}
@media (max-width: 991px) {
  .subscribe__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscribe__left {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .subscribe {
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  .subscribe__left h2 {
    font-size: 30px;
  }
  .subscribe__form input[type="submit"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
.footer {
  background-color: #111;
  position: relative;
  z-index: 100;
}
.footer .socials {
  margin-top: 10px;
}
.footer__items {
  margin: 0 -15px;
}
.footer__items__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 85px;
  padding-top: 85px;
}
.footer__items .item {
  font-size: 16px;
  color: #fff;
  font-family: "Gilroy-Regular";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 15px;
}
.footer__items .item ul li {
  padding-bottom: 25px;
}
.footer__items .item ul li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__items .item ul li a:hover {
  color: var(--theme);
}
.footer__items .item ul li:last-child {
  padding-bottom: 0;
}
.footer__items .item ul li .link {
  color: #fff;
}
.footer__items .item ul li .link .date {
  color: #bdbdbd;
  padding-bottom: 4px;
  font-size: 14px;
}
.footer__items .item ul li .link .text {
  line-height: 24px;
}
.footer__items .item__title {
  font-size: 24px;
  color: #e41a00;
  padding-bottom: 20px;
  font-family: "Gilroy-SemiBold";
}
.footer__items .item__text {
  color: #bdbdbd;
  line-height: 24px;
}
.footer__items .item__news .item__title {
  padding-bottom: 24px;
}
.footer__items .item__news ul li {
  padding-bottom: 22px;
}
.footer__items .item__colmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__items .item__colmn .item__title {
  padding-bottom: 22px;
}
.footer__items .item__colmn .item {
  padding: 0 0 50px 0;
}
.footer__items .item__colmn .item:last-child {
  padding-bottom: 0;
}
.footer__items .item__contact ul {
  color: #bdbdbd;
}
.footer__items .item__contact ul li {
  line-height: 24px;
  padding-bottom: 20px;
}
.footer__items .item__contact ul li a {
  color: #bdbdbd;
}
.footer__copyright {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "Gilroy-Regular";
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.footer__copyright .copy-link {
  color: #e41a00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__copyright .copy-link:hover {
  color: #bf1c07;
}
.to-top {
  right: 15px;
  bottom: 15px;
  position: fixed;
  background-color: #fff;
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.to-top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.to-top svg path {
  fill: var(--theme);
}
.to-top:hover svg {
  margin-top: -5px;
}
.scrolled .to-top {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
@media (max-width: 991px) {
  .footer__items .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 600px) {
  .footer__items .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer__items .item__colmn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__items__inner,
  .footer__copyright {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .to-top {
    width: 70px;
    height: 70px;
  }
  .to-top svg {
    width: 35px;
  }
}
@media (max-width: 768px) {
  .to-top {
    width: 50px;
    height: 50px;
  }
  .to-top svg {
    width: 25px;
  }
}
.footer__developer {
  margin-top: 20px;
}
.footer__developer a {
  color: #fff;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
.footer__developer a:hover {
  color: var(--theme);
}
.rent .wrapper {
  padding-top: 20px;
  padding-bottom: 77px;
}
.rent__title {
  padding-bottom: 20px;
}
.rent__subtitle {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  font-family: "Gilroy-Regular";
  padding-bottom: 50px;
}
.rent__table__wrap {
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 300px);
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.rent__table {
  border-collapse: collapse;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  font-family: "Gilroy-Regular";
}
.rent__table .rent-price {
  width: 13.5%;
}
.rent__table .rent-unit {
  width: 14.5%;
}
.rent__table .rent-foto {
  text-align: center;
  width: 19.5%;
}
.rent__table .rent-cod {
  text-align: center;
  width: 11%;
  padding-left: 14px;
}
.rent__table th,
.rent__table td {
  padding: 8px;
  text-align: left;
  padding: 25px;
  vertical-align: top;
  text-align: left;
  position: relative;
}
.rent__table th:after,
.rent__table td:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.rent__table th img,
.rent__table td img {
  max-width: 150px;
}
.rent__table th ul li,
.rent__table td ul li {
  padding-bottom: 25px;
}
.rent__table th ul li:last-child,
.rent__table td ul li:last-child {
  padding-bottom: 0;
}
.rent__table td:nth-child(1) {
  text-align: center;
  padding-left: 19px;
}
.rent__table td:nth-child(3) {
  padding: 0;
  padding-top: 7px;
  text-align: center;
}
.rent__table th {
  font-family: "Gilroy-SemiBold";
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}
.rent__table tr:last-child th::after,
.rent__table tr:last-child td::after {
  display: none;
}
@media (max-width: 1450px) {
  .rent__title {
    padding-bottom: 5px;
  }
  .rent__subtitle {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 35px;
  }
  .rent__table {
    font-size: 14px;
  }
  .rent__table th ul li,
  .rent__table td ul li {
    padding-bottom: 18px;
  }
}
@media (max-width: 1100px) {
  .rent__table th img,
  .rent__table td img {
    max-width: 125px;
  }
  .rent__table th,
  .rent__table td {
    padding: 16px;
  }
}
@media (max-width: 960px) {
  .rent__table {
    width: 100%;
    font-size: 13px;
  }
}
@media (max-width: 720px) {
  .rent__table th,
  .rent__table td {
    padding: 10px;
  }
  .rent__table .rent-cod {
    padding-left: 10px;
  }
  .rent__table td:nth-child(1) {
    padding-left: 10px;
  }
  .rent .wrapper {
    padding-bottom: 50px;
  }
  .rent__subtitle {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 20px;
  }
}
@media (max-width: 630px) {
  .rent__table {
    font-size: 13px;
  }
}
.contacts .wrapper {
  padding-bottom: 114px;
}
.contacts__title {
  padding-top: 20px;
  padding-bottom: 50px;
}
.contacts__container {
  position: relative;
  z-index: 100;
  margin-top: -282px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
.contacts__container .title {
  font-size: 36px;
  padding-bottom: 20px;
  font-family: "Gilroy-SemiBold";
}
.contacts__container .container__main {
  width: 52.9%;
}
.contacts__container .container__main .main {
  padding: 53px;
  padding-bottom: 50px;
}
.contacts__container .container__main .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 46px;
}
.contacts__container .container__main .items:last-child {
  padding-bottom: 0;
}
.contacts__container .container__main .items .item {
  width: 42.5%;
  padding-bottom: 46px;
}
.contacts__container .container__main .items .item:last-child {
  padding-bottom: 0;
}
.contacts__container .container__main .items .item__list li {
  font-size: 24px;
  font-family: "Gilroy-Regular";
  padding-bottom: 16px;
}
.contacts__container .container__main .items .item__list li a {
  color: #111;
}
.contacts__container .container__main .items .item__list li a .red {
  color: #e41a00;
}
.contacts__container .container__main .items .item__list li:last-child {
  padding-bottom: 0;
}
.contacts__container .container__main .items .item__list .time-works {
  line-height: 37px;
}
.contacts__container .container__main .items .item__list .adress {
  line-height: 36px;
}
.map {
  width: 100%;
  height: 791px;
}
.contacts__container .container__form {
  width: 47%;
  border-left: 1px solid #e0e0e0;
}
.contacts__container .container__form .form__wrap {
  padding: 53px 85px 50px;
}
.contacts__container .container__form .form {
  max-width: 100%;
}
.contacts__container .container__form .wpcf7 {
  margin: 0 -15px;
}
.form__checkbox .wpcf7-list-item {
  margin: 0;
}
.form__checkbox .checkbox_wrap label {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.form__checkbox .checkbox_wrap label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
}
.form__checkbox .checkbox_wrap label input + span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center center;
}
.form__checkbox .checkbox_wrap label input:checked ~ span:after {
  background-image: url(./assets/images/ico/check.png);
}
.form__checkbox .checkbox_wrap label input:disabled + span:after {
  background-color: #e9ecef;
}
.form__checkbox .checkbox_wrap label input + span {
  font-size: 16px;
  padding-left: 30px;
  font-family: "Gilroy-Regular";
  cursor: pointer;
}
@media (max-width: 1650px) {
  .map {
    height: 700px;
  }
  .contacts__container .container__main .items .item {
    padding-bottom: 30px;
  }
  .contacts__container .container__main .items {
    padding-bottom: 30px;
  }
  .contacts__container .title {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .contacts__container .container__main .items .item__list li {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .contacts__container .container__main .items .item__list .time-works {
    line-height: 30px;
  }
  .contacts__container .container__main .items .item__list .adress {
    line-height: 30px;
  }
}
@media (max-width: 1250px) {
  .map {
    height: 550px;
  }
  .contacts__container .container__main .main {
    padding: 30px;
    padding-bottom: 30px;
  }
  .container__form .form__wrap {
    padding: 30px 50px 30px;
  }
  .contacts .wrapper {
    padding-bottom: 50px;
  }
  .contacts__container .title {
    font-size: 24px;
    padding-bottom: 16px;
  }
  .contacts__container .container__main .items .item__list li {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .contacts__container .container__main .items .item__list .time-works {
    line-height: 25px;
  }
  .contacts__container .container__main .items .item__list .adress {
    line-height: 25px;
  }
  .container__form .form .input {
    font-size: 14px;
    padding: 11px 16px 11px;
  }
  .contacts__title {
    padding-bottom: 30px;
  }
  .contacts__container .container__main .items .item__width {
    width: 60%;
  }
}
@media (max-width: 820px) {
  .map {
    height: 450px;
  }
  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__container .container__main,
  .contacts__container .container__form {
    width: 100%;
  }
  .contacts__container .container__form .form__wrap {
    padding: 30px;
  }
  .container__form {
    width: 100%;
    border-left: 1px solid #e0e0e0;
  }
  .contacts__container {
    margin-top: -250px;
  }
  .contacts__container .container__main .items .item__width {
    width: 65%;
  }
  .container__form .form__wrap {
    padding: 10px 10px 30px;
  }
  .contacts__container .container__main .main {
    padding: 30px 10px;
  }
  .contacts__container .container__form .title {
    text-align: center;
  }
  .contacts__container .container__form .form__button {
    text-align: center;
  }
  .contacts__container .container__main .items .item__list li {
    font-size: 15px;
  }
  .contacts__container .title {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .contacts__container .container__main .items .item {
    width: 100%;
    text-align: center;
  }
  .contacts__container .container__main .items .item__width {
    width: 100%;
  }
}
.page-template .wrapper {
  padding-top: 10px;
  padding-bottom: 100px;
}
.page-template__title,
.page-template .page-title {
  padding-bottom: 20px;
}
.page-template__title .error,
.page-template .page-title .error {
  color: #e41a00;
}
.page-template .entry-content {
  font-size: 16px;
  line-height: 24px;
  font-family: "Gilroy-Regular";
}
.page-template .page-content__error .link {
  color: #e41a00;
  -webkit-text-decoration: revert;
  text-decoration: revert;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-template .page-content__error .link:hover {
  color: #111;
}
@media (max-width: 1650px) {
  .page-template .wrapper {
    padding-bottom: 75px;
  }
}
@media (max-width: 1250px) {
  .page-template .wrapper {
    padding-bottom: 50px;
  }
}
.modal {
  background-color: #fff;
}
.modal__title {
  font-size: 36px;
  padding-bottom: 17px;
  font-family: "Gilroy-SemiBold";
  text-align: center;
}
.modal__subtitle {
  font-family: "Gilroy-Regular";
  font-size: 14px;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 auto;
  color: #6b6b6b;
}
.modal__wrap .container__form {
  width: 100%;
  border: none;
}
.modal__wrap .container__form .wpcf7 {
  width: 100%;
}
.modal__big {
  width: 920px;
  padding: 0;
}
.modal__big .modal__wrap {
  padding: 36px 50px 30px;
}
.modal__big .modal__subtitle {
  max-width: 480px;
}
.modal__middle {
  width: 680px;
}
@media (max-width: 768px) {
  .modal__title {
    font-size: 24px;
  }
  .modal__big .modal__wrap {
    padding: 30px;
  }
}
.block-partners {
  width: 85.46%;
  margin: 0 auto;
}
.block-partners_main__title {
  padding-bottom: 100px;
}
.block-partners__title {
  padding-bottom: 50px;
  padding-top: 20px;
  font-size: 36px;
  font-family: "Gilroy-SemiBold";
  text-align: center;
}
.block-partners__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 80px;
}
.block-partners__items--slider {
  padding: 40px;
  display: none;
  overflow: hidden;
  --swiper-navigation-size: 30px;
}
.block-partners__items--slider .item {
  padding-bottom: 0 !important;
}
.block-partners__items--slider .item img {
  max-width: 150px;
}
.block-partners__items--slider .swiper-button-prev,
.block-partners__items--slider .swiper-button-next {
  color: var(--theme);
}
.block-partners__items--slider .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-partners__items .item {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}
.block-partners__items .item img {
  max-width: 150px;
}
.block-partners__items .item__title {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Gilroy-SemiBold";
}
.block-partners__items--medium .item {
  width: 20%;
}
.block-partners__items--medium .item img {
  max-width: none;
}
.block-partners__items--large .item {
  width: 25%;
}
.block-partners__items--large .item img {
  max-width: none;
}
@media (max-width: 1024px) {
  .block-partners__items .item {
    padding-bottom: 80px;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .block-partners {
    width: 100%;
  }
  .block-partners__title {
    padding-bottom: 20px;
  }
  .block-partners__items--slider {
    display: block;
  }
  .block-partners__items--slider + .block-partners__items {
    display: none;
  }
}
@media (max-width: 720px) {
  .block-partners__items .item {
    padding-bottom: 60px;
    width: 33%;
  }
}
@media (max-width: 560px) {
  .block-partners__items .item {
    padding-bottom: 60px;
    width: 48%;
  }
  .block-partners__title {
    font-size: 28px;
  }
}
.partners {
  background-color: #fff;
}
.partners .wrapper {
  padding-top: 20px;
  padding-bottom: 165px;
}
.partners__title {
  padding-bottom: 62px;
}
.partners__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65.98%;
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e0;
}
.partners__tabs .button {
  font-size: 36px;
  font-family: "Gilroy-SemiBold";
  color: #828282;
  padding: 0 50px 18px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: transparent;
  border: none;
  border-bottom: 3px solid #fff;
}
.partners__tabs .button:first-child {
  margin-left: -15px;
}
.partners__tabs .button.active {
  color: #111;
  border-bottom: 3px solid #e41a00;
}
.partners .block-partners {
  width: 95.93%;
  padding-top: 100px;
}
.partners__items {
  width: 97.44%;
  margin: 0 auto;
  padding-top: 101px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.partners__items .item {
  padding-bottom: 80px;
  width: 14.28%;
}
.partners .block-partners__items .item {
  width: 16.666%;
  padding-top: 16.666%;
  position: relative;
}
.partners .block-partners__items .item:hover {
  z-index: 99;
}
.partners .block-partners__items .item .partner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1650px) {
  .partners .wrapper {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .partners__title {
    padding-bottom: 50px;
  }
  .partners__tabs .button {
    font-size: 30px;
    padding: 0 50px 10px;
  }
  .partners__tabs .button:first-child {
    margin-left: 0;
  }
  .partners .block-partners {
    padding-top: 80px;
  }
}
@media (max-width: 1450px) {
  .partners__title {
    padding-bottom: 50px;
  }
  .partners__tabs .button {
    font-size: 28px;
    padding: 0 30px 10px;
  }
  .partners__tabs .button:first-child {
    margin-left: 15px;
  }
  .partners .wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 1400px) {
  .partners .block-partners__items .item {
    width: 20%;
    padding-top: 20%;
  }
}
@media (max-width: 1250px) {
  .partners .wrapper {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1060px) {
  .partners .block-partners__items .item {
    width: 25%;
    padding-top: 25%;
  }
}
@media (max-width: 1024px) {
  .partners .wrapper {
    padding-bottom: 30px;
  }
  .partners .block-partners__items .item {
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  .partners__tabs {
    width: 80%;
  }
}
@media (max-width: 940px) {
  .partners .block-partners__items .item {
    width: 33.3333%;
    padding-top: 33.33333%;
  }
}
@media (max-width: 740px) {
  .partners .block-partners__items .item {
    width: 50%;
    padding-top: 50%;
  }
}
@media (max-width: 720px) {
  .partners__tabs .button {
    font-size: 22px;
    padding: 0 20px 5px;
  }
  .partners__title {
    padding-bottom: 40px;
  }
  .partners .block-partners {
    padding-top: 70px;
  }
  .partners .wrapper {
    padding-bottom: 0;
  }
}
@media (max-width: 560px) {
  .partners__tabs {
    width: 100%;
    border: none;
    -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;
  }
  .partners__tabs .button {
    font-size: 18px;
    padding: 0px 20px 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 10px;
  }
  .partners__tabs .button:last-child {
    margin-bottom: 0;
  }
  .partners__tabs .button:first-child {
    margin-left: 0;
  }
  .partners__title {
    padding-bottom: 30px;
  }
}
span.wpcf7-list-item {
  padding-right: 0;
  margin-left: 0;
}
.control {
  margin: 0;
  padding: 0;
  position: relative;
}
.control input {
  visibility: hidden;
  opacity: 0;
  margin-left: 0;
  position: absolute;
}
.control__fake {
  position: relative;
  display: block;
  line-height: 1.2em;
  padding-left: 30px;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}
.control__fake a {
  color: var(--theme);
  text-decoration: underline;
}
.control__fake a:hover {
  text-decoration: none;
}
.control__fake:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #e0e0e0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.control--checkbox .control__fake:before {
  background-image: url(../assets/images/check.svg);
  background-size: 14px 14px;
  background-position: center -16px;
  background-repeat: no-repeat;
}
.control--checkbox input:checked + .control__fake:before {
  background-position: center center;
}
.control--radio .control__fake:before {
  border-radius: 50%;
  background-color: var(--theme);
  -webkit-box-shadow: inset 0 0 0 10px var(--white);
  box-shadow: inset 0 0 0 10px var(--white);
}
.control--radio input:checked + .wpcf7-list-item-label .control__fake:before,
.control--radio input:checked + .control__fake:before {
  -webkit-box-shadow: inset 0 0 0 5px var(--white);
  box-shadow: inset 0 0 0 5px var(--white);
}
.wpcf7-acceptance {
  display: block;
}
.wpcf7-acceptance input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.wpcf7-acceptance input + .wpcf7-list-item-label {
  position: relative;
  display: block;
  line-height: 1.2em;
  padding-left: 30px;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}
.wpcf7-acceptance input + .wpcf7-list-item-label a {
  color: var(--theme);
  text-decoration: underline;
  display: inline-block;
}
.wpcf7-acceptance input + .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.wpcf7-acceptance input + .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #e0e0e0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../assets/images/check.svg);
  background-size: 14px 14px;
  background-position: center -16px;
  background-repeat: no-repeat;
}
.wpcf7-acceptance input + .wpcf7-list-item-label .control__fake {
  padding-left: 0;
}
.wpcf7-acceptance input + .wpcf7-list-item-label .control__fake:before {
  display: none;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
  background-position: center center;
}
.form {
  margin: 0 auto;
  max-width: 460px;
  font-size: 0;
}
.form--full-width {
  max-width: 100%;
}
.form__item {
  padding: 0 15px;
  margin: 10px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.form__item:last-child {
  margin-bottom: 0;
}
.form__item .wpcf7-not-valid-tip {
  color: #e41a00;
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
}
.form__item--half {
  width: 50%;
}
.form__item__submit-inner {
  position: relative;
  display: inline-block;
}
.form__item--submit {
  text-align: center;
}
.form__item--submit .ajax-loader,
.form__item--submit .wpcf7-spinner {
  position: absolute;
  background-image: none;
  top: 50%;
  right: -20px;
  margin: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid var(--theme);
  border-right-color: transparent;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
.form__item--submit .ajax-loader:before,
.form__item--submit .wpcf7-spinner:before {
  display: none;
}
.form__item--submit .ajax-loader.is-active,
.form__item--submit .wpcf7-spinner.is-active {
  opacity: 1;
  visibility: visible;
}
.form label,
.form .wpcf7-response-output {
  font-size: 14px;
}
.form label {
  display: block;
}
.form-file {
  position: relative;
}
.form-file input {
  opacity: 0;
}
.form-file-fake {
  position: absolute;
  top: 0;
  left: 0;
  color: #aaa;
  padding-left: 30px;
  cursor: pointer;
}
.form-file-fake:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/clip.svg);
}
input,
textarea,
select {
  padding: 15px 20px;
  line-height: 1em;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #000;
  font-family: "Gilroy-SemiBold";
  display: block;
  font-size: 16px;
  width: 100%;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #bdbdbd;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #bdbdbd;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #bdbdbd;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #bdbdbd;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
textarea {
  resize: none;
  max-height: 110px;
  min-height: 110px;
}
.form .control__fake {
  font-size: 16px;
}
.form select,
.form input,
.form textarea {
  width: 100%;
}
select {
  -webkit-appearance: none;
  background-image: url(../assets/images/arrow.svg) !important;
  background-position: center right !important;
  background-position-x: calc(100% - 10px) !important;
  background-size: 10px 10px !important;
  background-repeat: no-repeat !important;
  -moz-appearance: none;
  appearance: none;
  padding: 15.5px 15px;
  padding-right: 30px !important;
  line-height: 1em;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  font-weight: 500;
  width: 100%;
  display: block;
  font-size: 13px;
  cursor: pointer;
}
select::-webkit-input-placeholder {
  color: #bdbdbd;
}
select::-moz-placeholder {
  color: #bdbdbd;
}
select:-ms-input-placeholder {
  color: #bdbdbd;
}
select:-moz-placeholder {
  color: #bdbdbd;
}
select:focus {
  outline: none;
}
.wpcf7-response-output {
  margin-bottom: 0;
  margin-top: 15px;
}
.wpcf7 .wpcf7-response-output {
  display: none;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}
@media (max-width: 500px) {
  .form__item {
    padding-left: 0;
    padding-right: 0;
    margin: 5px 0;
  }
  .form__item input {
    padding: 10px;
  }
  .form__item--half {
    width: 100%;
  }
}
.content {
  font-size: 16px;
  line-height: 1.5em;
  word-break: break-word;
}
.content iframe {
  width: 100%;
}
.content p:first-child {
  margin-top: 0;
}
.content p:last-child {
  margin-bottom: 0;
}
.content h1 {
  font-size: 34px;
}
.content h2 {
  font-size: 30px;
}
.content h3 {
  font-size: 24px;
}
.content h4 {
  font-size: 20px;
}
.content h5 {
  font-size: 18px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  line-height: 1em;
  color: #000;
  text-align: left;
  margin: 10px 0;
}
.content a {
  color: var(--theme);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content ul,
.content ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content ul li,
.content ol li {
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
}
.content ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: inset 0 0 0 5px var(--theme);
  box-shadow: inset 0 0 0 5px var(--theme);
  top: 3px;
  left: 0;
  border-radius: 50%;
}
.content ol {
  counter-reset: li;
}
.content ol li {
  counter-increment: li;
}
.content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li) ".";
  color: var(--theme);
  font-weight: 700;
  width: 20px;
}
.content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 25px auto;
}
.content blockquote {
  border-left: 3px solid var(--theme);
  margin-left: 0;
  padding-left: 15px;
}
.content strong {
  font-family: "Gilroy-SemiBold";
}
@media (max-width: 768px) {
  .content h1 {
    font-size: 24px;
  }
  .content h2 {
    font-size: 20px;
  }
  .content h3 {
    font-size: 16px;
  }
  .content h4 {
    font-size: 16px;
  }
  .content h5 {
    font-size: 16px;
  }
}
body .page {
  margin: 40px 0;
}
body .page__title {
  margin-bottom: 15px;
}
body .page__title h1,
body .page__title h2,
body .page__title h3,
body .page__title h4 {
  font-size: 40px;
  color: var(--theme);
}
@media (max-width: 768px) {
  body .page__title h1,
  body .page__title h2,
  body .page__title h3,
  body .page__title h4 {
    font-size: 30px;
  }
}
.speakers {
  position: relative;
  z-index: 2;
  padding: 75px 0;
}
.speakers__title {
  padding-bottom: 70px;
}
.speakers__title h2 {
  font-size: 64px;
  font-family: "Gilroy-Regular";
  color: #000;
  line-height: 1em;
}
.speakers__list {
  position: relative;
  overflow: hidden;
}
.speakers__list__left,
.speakers__list__right {
  --swiper-navigation-size: 40px;
  width: 40px;
  height: 40px;
  background-color: var(--theme);
  color: var(--white);
  border: 2px solid var(--theme);
}
.speakers__list__left:hover,
.speakers__list__right:hover {
  background-color: var(--white);
}
.speakers__list__left,
.speakers__list__left:after,
.speakers__list__right,
.speakers__list__right:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.speakers__list__left:after,
.speakers__list__right:after {
  font-size: 18px;
}
.speakers__list__left:hover:after {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  color: var(--theme);
}
.speakers__list__right:hover:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: var(--theme);
}
@media (max-width: 1650px) {
  .speakers__title h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .speakers__title h2 {
    font-size: 35px;
  }
  .speakers {
    padding: 30px 0;
  }
  .speakers__title {
    padding-bottom: 25px;
  }
  .speakers__list {
    margin: -10px;
  }
}
.greetings__list .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.greeting {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
  gap: 15px;
  padding: 30px;
  width: 300px;
  cursor: pointer;
}
.greeting__face img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.greeting__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 230px;
}
.greeting__name {
  font-size: 18px;
  font-weight: 800;
  font-family: "Gilroy-Bold";
}
.greeting__post {
  color: #888f9f;
  font-size: 12px;
}
.greetings {
  position: relative;
  z-index: 2;
  max-width: var(--container-width);
  padding: 75px 15px;
  margin: 0 auto;
}
.greetings__title {
  padding-bottom: 70px;
}
.greetings__title h2 {
  font-size: 64px;
  font-family: "Gilroy-Regular";
  color: #000;
  line-height: 1em;
}
.greetings__list {
  position: relative;
}
.greetings__list__left,
.greetings__list__right {
  --swiper-navigation-size: 40px;
  width: 40px;
  height: 40px;
  background-color: var(--theme);
  color: var(--white);
  border: 2px solid var(--theme);
}
.greetings__list__left:hover,
.greetings__list__right:hover {
  background-color: var(--white);
}
.greetings__list__left,
.greetings__list__left:after,
.greetings__list__right,
.greetings__list__right:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.greetings__list__left:after,
.greetings__list__right:after {
  font-size: 18px;
}
.greetings__list__left:hover:after {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  color: var(--theme);
}
.greetings__list__right:hover:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: var(--theme);
}
.greeting__view {
  display: none;
  width: 100%;
  max-width: 620px;
  padding: 40px;
  border-radius: 20px;
}
.greeting__view .greeting {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  padding: 0;
  border: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  gap: 20px;
}
.greeting__view .greeting__face img {
  -webkit-box-shadow: 5px 35px 30px -8px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 35px 30px -8px rgba(0, 0, 0, 0.3);
}
.greeting__view .greeting__name {
  font-size: 32px;
}
.greeting__view .content {
  margin-top: 40px;
}
@media (max-width: 1650px) {
  .greetings__title h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .greetings__title h2 {
    font-size: 35px;
  }
  .greetings {
    padding: 30px 0;
  }
  .greetings__title {
    padding-bottom: 25px;
  }
  .greetings__list {
    margin: -10px;
  }
}
@media (max-width: 660px) {
  .greeting__view {
    max-width: 100%;
    border-radius: 0;
  }
  .greeting__view .greeting__name {
    font-size: 20px;
  }
  .greeting__view {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .greeting__face img {
    width: 80px;
    height: 80px;
  }
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
.social {
  width: 60px;
  height: 60px;
  padding: 10px;
}
.social:last-child {
  margin-right: 0;
}
.social a {
  display: block;
  height: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  background-color: currentColor;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social a,
.social a:hover {
  color: #1e88e5;
}
.social a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: inset 0 0 0 2px currentColor;
  box-shadow: inset 0 0 0 2px currentColor;
}
.social a .icon {
  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: 100%;
}
.social a svg {
  width: 20px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
.social a:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.social a:hover:before {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.social--facebook a,
.social--facebook a:hover {
  color: #1877f2;
}
.social--instagram a,
.social--instagram a:hover {
  color: #f01061;
}
.social--youtube a,
.social--youtube a:hover {
  color: #ff0000;
}
.social--whatsapp a svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.social--whatsapp a,
.social--whatsapp a:hover {
  color: #02e675;
}
.dialog {
  position: fixed;
  right: 15px;
  bottom: 120px;
  z-index: 102;
}
.dialog .form__item {
  padding: 0;
  margin: 5px 0;
}
.dialog .form__item input {
  padding: 10px;
}
.dialog .wpcf7-acceptance input + .wpcf7-list-item-label {
  font-size: 12px;
}
.dialog-close {
  position: absolute;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  top: 0;
  left: -45px;
  width: 40px;
  height: 40px;
  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;
  background-color: #fff;
  border: none;
  font-size: 0;
  cursor: pointer;
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dialog-close svg {
  fill: #e41a00;
  width: 20px;
  height: auto;
}
.dialog-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s, opacity 0s;
  transition: all 0.3s, opacity 0s;
  width: 90px;
  height: 90px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.dialog-inner-content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 250px;
  height: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.dialog-call {
  width: 90px;
  height: 90px;
  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;
  background-color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
  position: relative;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.dialog-call svg {
  width: 30px;
  height: auto;
  fill: #e41a00;
}
.dialog--show .dialog-close {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.dialog--show .dialog-call {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.dialog--show .dialog-inner {
  width: 270px;
  height: 240px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 5px 10px;
}
.dialog--show .dialog-inner-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (max-width: 991px) {
  .dialog {
    bottom: 100px;
  }
  .dialog-inner {
    width: 70px;
    height: 70px;
  }
  .dialog-call {
    width: 70px;
    height: 70px;
  }
  .dialog-call svg {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .dialog {
    bottom: 80px;
  }
  .dialog-inner {
    width: 50px;
    height: 50px;
  }
  .dialog-call {
    width: 50px;
    height: 50px;
  }
  .dialog-call svg {
    width: 16px;
  }
}
@media (max-width: 500px) {
  .dialog-inner-content {
    width: 230px;
  }
  .dialog--show .dialog-inner {
    width: 250px;
  }
}
[data-view],
[data-link] {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
[data-view]:before,
[data-view]:after,
[data-link]:before,
[data-link]:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
[data-view]:before,
[data-link]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background-color: var(--theme);
}
[data-view]:after,
[data-link]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../assets/images/zoom.svg);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  z-index: 3;
}
[data-view]:hover:before,
[data-link]:hover:before {
  opacity: 0.7;
}
[data-view]:hover:after,
[data-link]:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[data-view] img,
[data-link] img {
  width: 100%;
  height: auto;
}
[data-link]:after {
  background-image: url(../assets/images/link.svg);
}
.lines div {
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  z-index: 103;
  pointer-events: none;
}
.lines div:nth-child(1) {
  left: 10%;
}
.lines div:nth-child(2) {
  left: 35%;
}
.lines div:nth-child(3) {
  left: 65%;
}
.lines div:nth-child(4) {
  left: 90%;
}
.notic .notic-message {
  width: 260px;
}
.no-results {
  color: var(--theme);
  font-size: 18px;
  font-family: "Gilroy-SemiBold";
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.load-more__pagination .button[disabled] {
  cursor: progress;
}
.not-found {
  text-align: center;
  font-weight: 700;
  padding: 40px 0;
  font-size: 15px;
}
.not-found h1 {
  font-size: 82px;
  font-weight: 700;
  color: var(--theme);
}
* {
  scrollbar-color: var(--theme) var(--white);
  scrollbar-width: thin;
}
.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0;
}
.share .ya-share {
  margin-left: 15px;
}
@media (max-width: 400px) {
  .share {
    -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;
  }
  .share .ya-share {
    margin-top: 10px;
    margin-left: 0px;
  }
  .new .main__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new .main__info .text {
    padding-left: 0;
    padding-top: 15px;
  }
}

/*# sourceMappingURL=main.css.map*/