/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
}

@font-face {
  font-family: "DrukTextWideCyr";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/DrukTextWideCyr/DrukTextWideCyr-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "DrukTextWideCyr";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/DrukTextWideCyr/DrukTextWideCyr-Bold.ttf") format("truetype");
}

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

::selection {
  color: #fff;
  background-color: #13CDCC;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

h1.dib, h2.dib, h3.dib, h4.dib, h5.dib, h6.dib, p.dib, ul.dib, button.dib {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1.dib > div, h2.dib > div, h3.dib > div, h4.dib > div, h5.dib > div, h6.dib > div, p.dib > div, ul.dib > div, button.dib > div {
  position: relative;
}

h1.dib > div img.line-5, h2.dib > div img.line-5, h3.dib > div img.line-5, h4.dib > div img.line-5, h5.dib > div img.line-5, h6.dib > div img.line-5, p.dib > div img.line-5, ul.dib > div img.line-5, button.dib > div img.line-5 {
  left: auto;
  right: -25rem;
}

h1.has-line, h2.has-line, h3.has-line, h4.has-line, h5.has-line, h6.has-line, p.has-line, ul.has-line, button.has-line {
  position: relative;
  z-index: 1;
}

h1.has-line img, h2.has-line img, h3.has-line img, h4.has-line img, h5.has-line img, h6.has-line img, p.has-line img, ul.has-line img, button.has-line img {
  display: block;
  position: absolute;
  z-index: -1;
}

h1.has-line img.line-1, h2.has-line img.line-1, h3.has-line img.line-1, h4.has-line img.line-1, h5.has-line img.line-1, h6.has-line img.line-1, p.has-line img.line-1, ul.has-line img.line-1, button.has-line img.line-1 {
  width: 220rem;
  bottom: -15rem;
  left: 68rem;
}

@media only screen and (max-width: 480px) {
  h1.has-line img.line-1, h2.has-line img.line-1, h3.has-line img.line-1, h4.has-line img.line-1, h5.has-line img.line-1, h6.has-line img.line-1, p.has-line img.line-1, ul.has-line img.line-1, button.has-line img.line-1 {
    width: 176rem;
    left: 50rem;
    bottom: -13rem;
  }
}

h1.has-line img.line-2, h2.has-line img.line-2, h3.has-line img.line-2, h4.has-line img.line-2, h5.has-line img.line-2, h6.has-line img.line-2, p.has-line img.line-2, ul.has-line img.line-2, button.has-line img.line-2 {
  width: 244rem;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 480px) {
  h1.has-line img.line-2, h2.has-line img.line-2, h3.has-line img.line-2, h4.has-line img.line-2, h5.has-line img.line-2, h6.has-line img.line-2, p.has-line img.line-2, ul.has-line img.line-2, button.has-line img.line-2 {
    width: 174rem;
    top: -5rem;
    bottom: 0;
  }
}

h1.has-line img.line-3, h2.has-line img.line-3, h3.has-line img.line-3, h4.has-line img.line-3, h5.has-line img.line-3, h6.has-line img.line-3, p.has-line img.line-3, ul.has-line img.line-3, button.has-line img.line-3 {
  width: 278rem;
  bottom: -100rem;
  left: 280rem;
}

@media only screen and (max-width: 768px) {
  h1.has-line img.line-3, h2.has-line img.line-3, h3.has-line img.line-3, h4.has-line img.line-3, h5.has-line img.line-3, h6.has-line img.line-3, p.has-line img.line-3, ul.has-line img.line-3, button.has-line img.line-3 {
    width: 180rem;
    bottom: -70rem;
    left: 240rem;
  }
}

@media only screen and (max-width: 480px) {
  h1.has-line img.line-3, h2.has-line img.line-3, h3.has-line img.line-3, h4.has-line img.line-3, h5.has-line img.line-3, h6.has-line img.line-3, p.has-line img.line-3, ul.has-line img.line-3, button.has-line img.line-3 {
    display: none;
  }
}

h1.has-line img.line-4, h2.has-line img.line-4, h3.has-line img.line-4, h4.has-line img.line-4, h5.has-line img.line-4, h6.has-line img.line-4, p.has-line img.line-4, ul.has-line img.line-4, button.has-line img.line-4 {
  width: 104rem;
  right: -30rem;
  bottom: -69rem;
}

@media only screen and (max-width: 768px) {
  h1.has-line img.line-4, h2.has-line img.line-4, h3.has-line img.line-4, h4.has-line img.line-4, h5.has-line img.line-4, h6.has-line img.line-4, p.has-line img.line-4, ul.has-line img.line-4, button.has-line img.line-4 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 10rem;
  }
}

@media only screen and (max-width: 480px) {
  h1.has-line img.line-4, h2.has-line img.line-4, h3.has-line img.line-4, h4.has-line img.line-4, h5.has-line img.line-4, h6.has-line img.line-4, p.has-line img.line-4, ul.has-line img.line-4, button.has-line img.line-4 {
    width: 80rem;
    right: -4rem;
    bottom: -69rem;
  }
}

h1.has-line img.line-5, h2.has-line img.line-5, h3.has-line img.line-5, h4.has-line img.line-5, h5.has-line img.line-5, h6.has-line img.line-5, p.has-line img.line-5, ul.has-line img.line-5, button.has-line img.line-5 {
  width: 198rem;
  left: 52rem;
  bottom: -10rem;
}

@media only screen and (max-width: 768px) {
  h1.has-line img.line-5, h2.has-line img.line-5, h3.has-line img.line-5, h4.has-line img.line-5, h5.has-line img.line-5, h6.has-line img.line-5, p.has-line img.line-5, ul.has-line img.line-5, button.has-line img.line-5 {
    width: 180rem;
    left: 60rem;
    bottom: -10rem;
  }
}

@media only screen and (max-width: 480px) {
  h1.has-line img.line-5, h2.has-line img.line-5, h3.has-line img.line-5, h4.has-line img.line-5, h5.has-line img.line-5, h6.has-line img.line-5, p.has-line img.line-5, ul.has-line img.line-5, button.has-line img.line-5 {
    width: 160rem;
    left: 0rem;
  }
}

h1.has-line img.line-6, h2.has-line img.line-6, h3.has-line img.line-6, h4.has-line img.line-6, h5.has-line img.line-6, h6.has-line img.line-6, p.has-line img.line-6, ul.has-line img.line-6, button.has-line img.line-6 {
  width: 74rem;
  top: -30rem;
  right: -31rem;
}

@media only screen and (max-width: 768px) {
  h1.has-line img.line-6, h2.has-line img.line-6, h3.has-line img.line-6, h4.has-line img.line-6, h5.has-line img.line-6, h6.has-line img.line-6, p.has-line img.line-6, ul.has-line img.line-6, button.has-line img.line-6 {
    width: 60rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

.h2-500 {
  font-family: "DrukTextWideCyr", sans-serif;
  font-size: 36rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .h2-500 {
    font-size: 32rem;
  }
}

@media only screen and (max-width: 480px) {
  .h2-500 {
    font-size: 22rem;
  }
}

.h2-500.small {
  font-size: 28rem;
}

@media only screen and (max-width: 480px) {
  .h2-500.small {
    font-size: 24rem;
  }
}

.h3-500 {
  font-size: 24rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 480px) {
  .h3-500 {
    font-size: 18rem;
  }
}

.h1-article {
  font-size: 46rem;
  font-weight: 600;
  line-height: 1.1;
}

@media only screen and (max-width: 480px) {
  .h1-article {
    font-size: 26rem;
  }
}

.h1-home {
  font-family: "DrukTextWideCyr", sans-serif;
  font-size: 58rem;
  line-height: 1.04;
}

@media only screen and (max-width: 768px) {
  .h1-home {
    font-size: 40rem;
  }
}

@media only screen and (max-width: 480px) {
  .h1-home {
    font-size: 30rem;
  }
}

.h1-product {
  font-family: "DrukTextWideCyr", sans-serif;
  font-size: 54rem;
  line-height: 1.04;
}

@media only screen and (max-width: 768px) {
  .h1-product {
    font-size: 40rem;
  }
}

@media only screen and (max-width: 480px) {
  .h1-product {
    font-size: 30rem;
  }
}

.c-accent {
  color: #13CDCC;
}

.ttu {
  text-transform: uppercase;
}

.ffd {
  font-family: "DrukTextWideCyr", sans-serif;
}

.fz14 {
  font-size: 14rem;
}

.fz16 {
  font-size: 16rem;
}

@media only screen and (max-width: 768px) {
  .fz16 {
    font-size: 14rem;
  }
}

.fz18 {
  font-size: 18rem;
}

@media only screen and (max-width: 480px) {
  .fz18 {
    font-size: 16rem;
  }
}

.fz20 {
  font-size: 20rem;
}

.fz22 {
  font-size: 22rem;
}

.fz24 {
  font-size: 24rem;
}

@media only screen and (max-width: 768px) {
  .fz24 {
    font-size: 18rem;
  }
}

.fz26 {
  font-size: 26rem;
}

@media only screen and (max-width: 768px) {
  .fz26 {
    font-size: 24rem;
  }
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400;
}

.fw300 {
  font-weight: 300;
}

.fwb {
  font-weight: bold;
}

.c-gray {
  color: #808080;
}

.c-greenL {
  color: #3AD47B;
}

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

li {
  list-style-type: none;
}

input, textarea {
  display: block;
  width: 100%;
  border: 1rem solid #000;
  border-radius: 0;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

svg {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: grid;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6rem;
  line-height: 1.25;
  -webkit-transition: .25s;
  transition: .25s;
  width: auto;
  height: 60rem;
  font-size: 16rem;
}

.btn--accent {
  padding: 0 30rem;
  border-radius: 100rem;
  background-color: #13CDCC;
  color: #fff;
  font-weight: 500;
}

.btn--accent:hover {
  background-color: #00BCBB;
}

.btn--accent:active {
  background-color: #00B1B0;
}

.btn--accent-border {
  font-weight: 500;
  border: 1px solid #13CDCC;
  border-radius: 100rem;
  color: #13CDCC;
  text-align: center;
}

.btn--accent-border:hover {
  background-color: #00BCBB;
  color: #fff;
}

.btn--accent-border:active {
  background-color: #00B1B0;
}

.btn--white {
  font-weight: 500;
  padding: 0 30rem;
  background-color: #fff;
  border-radius: 100rem;
  color: #13CDCC;
}

.btn--white:hover {
  background-color: #00BCBB;
  color: #fff;
}

.btn--white:active {
  background-color: #00B1B0;
}

.btn--arrow {
  background-color: #13CDCC;
  padding: 0 6rem 0 30rem;
  color: #141414;
  text-transform: uppercase;
  border-radius: 100rem;
  grid-gap: 14rem;
}

.btn--arrow:hover {
  background-color: #00BCBB;
  color: #fff;
}

.btn--arrow:active {
  background-color: #00B1B0;
}

.btn--arrow .ic {
  width: 48rem;
  height: 48rem;
  background-color: #fff;
  border-radius: 50%;
  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;
}

.btn--arrow .ic svg {
  fill: #141414;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn--arrow-border {
  grid-gap: 10rem;
  color: #13CDCC;
  border-radius: 100rem;
  height: 48rem;
  padding-right: 25rem;
}

.btn--arrow-border:hover {
  color: #00BCBB;
}

.btn--arrow-border:hover .ic svg {
  -webkit-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}

.btn--arrow-border:active {
  color: #00B1B0;
}

.btn--arrow-border .ic {
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  border: 1px solid currentColor;
  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;
}

.btn--arrow-border .ic svg {
  fill: currentColor;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn--only-icon {
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  background-color: #13CDCC;
}

.btn--only-icon:hover {
  background-color: #00BCBB;
}

.btn--only-icon:hover svg {
  -webkit-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}

.btn--only-icon:active {
  background-color: #00B1B0;
}

.btn--only-icon svg {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn.small {
  height: 48rem;
  padding: 0 20rem;
}

.btn.w100 {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .btn.w100-mob {
    width: 100%;
  }
}

.btn svg {
  fill: #fff;
}

.link {
  text-decoration: underline;
  color: #13CDCC;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.link:hover {
  text-decoration: none;
  color: #00BCBB;
}

html {
  background-color: #F4F4F4;
  font-size: calc(100vw/1470);
}

@media only screen and (min-width: 1471px) {
  html {
    font-size: 1px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: calc(100vw/768);
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: calc(100vw/360);
  }
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Gilroy", sans-serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 16rem;
  }
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

@media only screen and (max-width: 768px) {
  .page-container {
    padding-top: 76rem;
  }
}

.page-container main {
  padding: 10rem;
}

@media only screen and (max-width: 768px) {
  .page-container main {
    padding: 0;
  }
}

.page-container main .grid-wrap {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10rem;
}

@media only screen and (max-width: 768px) {
  .page-container main .grid-wrap {
    grid-template-columns: 1fr;
  }
}

.page-container main .grid-wrap aside.aside-main {
  background-color: #fff;
  border-radius: 30rem;
  padding: 20rem 30rem;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  height: auto;
  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;
  grid-gap: 30rem;
  z-index: 11;
}

@media only screen and (max-width: 768px) {
  .page-container main .grid-wrap aside.aside-main {
    display: none;
  }
}

.page-container main .grid-wrap aside.aside-main::after {
  content: none;
}

.page-container main .grid-wrap aside.aside-main .logo-wrap {
  padding: 0;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-container main .grid-wrap aside.aside-main .logo-wrap a img {
  display: block;
  height: 20rem;
  margin: 0;
}

.page-container main .grid-wrap aside.aside-main .menu-wrap {
  overflow: visible;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
}



.page-container main .grid-wrap aside.aside-main .menu-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8rem;
}

.page-container main .grid-wrap aside.aside-main .menu-wrap ul li {
  line-height: 1;
}

.page-container main .grid-wrap aside.aside-main .menu-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16rem;
  line-height: 1;
  padding: 10rem 20rem;
  border-radius: 100rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  white-space: nowrap;
}

.page-container main .grid-wrap aside.aside-main .menu-wrap ul li a .ic {
  display: none;
}

.page-container main .grid-wrap aside.aside-main .menu-wrap ul li a .ic svg {
  fill: #000;
}

.page-container main .grid-wrap aside.aside-main .menu-wrap ul li a:hover {
  color: #fff;
  background-color: #13CDCC;
}

.page-container main .grid-wrap aside.aside-main .menu-wrap ul li a:hover .ic {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.page-container main .grid-wrap aside.aside-main .menu-wrap ul li a.active {
  background-color: #13CDCC;
  color: #fff;
}

.page-container main .grid-wrap aside.aside-main .menu-wrap ul li a:active {
  background-color: #00B1B0;
}

.page-container main .grid-wrap aside.aside-main .block-lang {
  padding-top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.container {
  max-width: 1420rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 15rem;
  }
}

.container-small {
  max-width: 830rem;
  padding: 0 15rem;
  margin: 0 auto;
}

.inner-container {
  padding: 0 30rem;
}

@media only screen and (max-width: 768px) {
  .inner-container {
    padding: 0;
  }
}

.inner-container-small {
  max-width: 800rem;
  margin: 0 auto;
}

header.header-main {
  position: fixed;
  top: 10rem;
  left: 10rem;
  right: 10rem;
  z-index: 1000;
  background-color: #fff;
  border-radius: 30rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (min-width: 769px) {
  header.header-main {
    display: none;
  }
}

header.header-main.active {
  border-radius: 30rem 30rem 0 0;
}

header.header-main .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58rem;
  grid-template-columns: 1fr auto;
  padding: 0 25rem;
}

header.header-main .grid .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header-main .grid .logo-wrap img {
  display: block;
  width: 125rem;
}

header.header-main .grid .menu-wrap {
  position: fixed;
  overflow: auto;
  top: 66rem;
  right: 10rem;
  left: 10rem;
  background-color: #fff;
  padding: 25rem 40rem 35rem;
  height: calc(100vh - 66rem - 10rem);
  height: calc(var(--vh, 1vh) * 100 - 66rem - 10rem);
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transform: translate(0, -25rem);
          transform: translate(0, -25rem);
  pointer-events: none;
  opacity: 0;
  border-radius: 0 0 30rem 30rem;
  display: grid;
  grid-template-rows: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header.header-main .grid .menu-wrap.active {
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

header.header-main .grid .menu-wrap .list-wrap {
  display: grid;
  grid-gap: 40rem;
}

header.header-main .grid .menu-wrap .list-wrap ul {
  display: grid;
  grid-gap: 15rem;
}

header.header-main .grid .menu-wrap .list-wrap ul li a {
  line-height: 1;
}

header.header-main .grid .menu-wrap .list-wrap ul li a.active {
  color: #13CDCC;
}

header.header-main .grid .menu-wrap .block-lang {
  padding-top: 25rem;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header.header-main .grid button.menu-btn {
  display: block;
  position: relative;
  width: 16rem;
  height: 16rem;
}

@media only screen and (min-width: 769px) {
  header.header-main .grid button.menu-btn {
    display: none;
  }
}

header.header-main .grid button.menu-btn.active img.close {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

header.header-main .grid button.menu-btn.active img.open {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

header.header-main .grid button.menu-btn img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

header.header-main .grid button.menu-btn img.close {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

footer.footer-main {
  margin-top: 10rem;
}

@media only screen and (max-width: 768px) {
  footer.footer-main {
    margin: 10rem -5rem;
  }
}

footer.footer-main .grid {
  grid-gap: 10rem;
  grid-template-columns: 556rem 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "start form" "contacts form";
}

@media only screen and (max-width: 768px) {
  footer.footer-main .grid {
    display: block;
  }
}

footer.footer-main .block {
  background-color: #141414;
  border-radius: 30rem;
  color: #fff;
  padding: 60rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  footer.footer-main .block {
    padding: 60rem 30rem;
  }
}

footer.footer-main .block::before {
  content: "";
  display: block;
  position: absolute;
  width: 513rem;
  height: 379rem;
  background-color: #13CDCC;
  border-radius: 1000%;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-filter: blur(200rem);
          filter: blur(200rem);
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  pointer-events: none;
}

footer.footer-main .start-wrap {
  grid-area: start;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  grid-gap: 22rem;
}

@media only screen and (max-width: 480px) {
  footer.footer-main .start-wrap {
    padding: 40rem 25rem;
  }
}

footer.footer-main .start-wrap::before {
  top: calc(100% + 80rem);
  right: -150rem;
}

footer.footer-main .start-wrap h2 {
  padding-right: 70rem;
}

@media only screen and (max-width: 768px) {
  footer.footer-main .start-wrap h2 {
    padding-right: 140rem;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer-main .start-wrap h2 {
    padding-right: 45rem;
  }
}

footer.footer-main .start-wrap p {
  line-height: 1;
}

@media only screen and (max-width: 480px) {
  footer.footer-main .start-wrap p {
    padding-right: 100rem;
  }
}

footer.footer-main .form-wrap {
  grid-area: form;
  overflow: visible;
  position: relative;
}

@media only screen and (max-width: 768px) {
  footer.footer-main .form-wrap {
    margin: 10rem 0;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer-main .form-wrap {
    padding: 60rem 25rem 30rem;
  }
}

footer.footer-main .form-wrap .thx-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141414;
  border-radius: inherit;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

footer.footer-main .form-wrap .thx-wrap:not(.active) {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

footer.footer-main .form-wrap .thx-wrap h3 {
  font-size: 32rem;
}

footer.footer-main .form-wrap img.clip {
  display: block;
  position: absolute;
  width: 213rem;
  top: 0;
  right: 0;
  top: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  footer.footer-main .form-wrap img.clip {
    right: -1px;
    width: 133rem;
  }
}

footer.footer-main .form-wrap::before {
  display: none;
}

footer.footer-main .form-wrap .head-wrap {
  max-width: 325rem;
  display: grid;
  grid-gap: 22rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

footer.footer-main .form-wrap .head-wrap p {
  line-height: 1;
}

footer.footer-main .form-wrap form {
  margin-top: 30rem;
  display: grid;
  grid-gap: 30rem 20rem;
}

@media only screen and (min-width: 481px) {
  footer.footer-main .form-wrap form {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 481px) {
  footer.footer-main .form-wrap form .col-1 {
    grid-column-end: span 2;
  }
}

footer.footer-main .form-wrap form label {
  display: block;
}

footer.footer-main .form-wrap form label p {
  font-size: 12rem;
}

footer.footer-main .form-wrap form label .input-wrap input, footer.footer-main .form-wrap form label .input-wrap textarea {
  color: #fff;
  font-size: 16rem;
  padding-top: 8rem;
  padding-bottom: 15rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #333;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

footer.footer-main .form-wrap form label .input-wrap input:focus, footer.footer-main .form-wrap form label .input-wrap textarea:focus {
  border-color: #fff;
}

footer.footer-main .form-wrap form label .input-wrap input::-webkit-input-placeholder, footer.footer-main .form-wrap form label .input-wrap textarea::-webkit-input-placeholder {
  color: #333;
}

footer.footer-main .form-wrap form label .input-wrap input:-ms-input-placeholder, footer.footer-main .form-wrap form label .input-wrap textarea:-ms-input-placeholder {
  color: #333;
}

footer.footer-main .form-wrap form label .input-wrap input::-ms-input-placeholder, footer.footer-main .form-wrap form label .input-wrap textarea::-ms-input-placeholder {
  color: #333;
}

footer.footer-main .form-wrap form label .input-wrap input::placeholder, footer.footer-main .form-wrap form label .input-wrap textarea::placeholder {
  color: #333;
}

footer.footer-main .form-wrap form label .input-wrap textarea {
  height: 90rem;
}

footer.footer-main .form-wrap form .btn-wrap {
  margin-top: 10rem;
}

footer.footer-main .contacts-wrap {
  grid-area: contacts;
  background-image: url("../img/footer-contacts-bg.png");
  background-repeat: no-repeat;
  background-position: calc(100% + 40rem) calc(100% + 5rem);
  background-size: 484rem;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-gap: 30rem;
}

@media only screen and (max-width: 768px) {
  footer.footer-main .contacts-wrap {
    min-height: 320rem;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer-main .contacts-wrap {
    min-height: 560rem;
    padding: 25rem;
  }
}

footer.footer-main .contacts-wrap::before {
  top: calc(100% - 170rem);
  right: -130rem;
}

footer.footer-main .contacts-wrap ul.social-wrap {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 12rem;
}

@media only screen and (max-width: 480px) {
  footer.footer-main .contacts-wrap ul.social-wrap {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
  }
}

footer.footer-main .contacts-wrap ul.social-wrap li a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100rem;
  height: 60rem;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

footer.footer-main .contacts-wrap ul.social-wrap li a:hover {
  border-color: #13CDCC;
}

footer.footer-main .contacts-wrap ul.social-wrap li a:hover svg {
  fill: #13CDCC;
}

footer.footer-main .contacts-wrap ul.social-wrap li a svg {
  fill: currentColor;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

footer.footer-main .contacts-wrap ul.connection-wrap {
  display: grid;
  grid-gap: 20rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

@media only screen and (max-width: 768px) {
  footer.footer-main .contacts-wrap ul.connection-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

footer.footer-main .contacts-wrap ul.connection-wrap li {
  font-size: 14rem;
}

footer.footer-main .contacts-wrap ul.connection-wrap li b {
  display: block;
  margin-bottom: 5rem;
}

footer.footer-main .contacts-wrap ul.connection-wrap li a {
  line-height: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

footer.footer-main .contacts-wrap ul.connection-wrap li a:hover {
  color: #13CDCC;
}

footer.footer-main .bottom-wrapper {
  margin-top: 10rem;
  background-color: #141414;
  padding: 38rem 60rem;
  border-radius: 30rem;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
  line-height: 1;
}

@media only screen and (max-width: 480px) {
  footer.footer-main .bottom-wrapper {
    grid-auto-flow: row;
    text-align: center;
    grid-gap: 12rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24rem;
  }
}

footer.footer-main .bottom-wrapper ul {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 15rem;
}

@media only screen and (max-width: 480px) {
  footer.footer-main .bottom-wrapper ul {
    grid-auto-flow: row;
    grid-gap: 10rem;
  }
}

footer.footer-main .bottom-wrapper ul li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

footer.footer-main .bottom-wrapper ul li a:hover {
  color: #13CDCC;
}

.section-breadcrumbs {
  font-size: 14rem;
  overflow: hidden;
  padding: 30rem 0;
}

@media only screen and (max-width: 768px) {
  .section-breadcrumbs {
    max-width: 100vw;
    margin: 0 -15rem;
    overflow: hidden;
    padding: 15rem 0;
  }
}

.section-breadcrumbs--product {
  margin-bottom: -80rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .section-breadcrumbs--product {
    margin-bottom: 0;
  }
}

.section-breadcrumbs--product ul {
  max-width: 650rem;
}

@media only screen and (max-width: 768px) {
  .section-breadcrumbs--product ul {
    max-width: 100%;
  }
}

.section-breadcrumbs ul {
  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;
}

@media only screen and (max-width: 768px) {
  .section-breadcrumbs ul {
    padding: 0;
    white-space: break-spaces;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: auto;
    padding-left: 15rem;
  }
}

.section-breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .section-breadcrumbs ul li:last-child {
    padding-right: 15rem;
  }
}

.section-breadcrumbs ul li:not(:last-child)::after {
  content: '/';
  display: block;
  margin: 0 10rem;
}

.section-breadcrumbs ul li a, .section-breadcrumbs ul li span {
  display: block;
}

.section-breadcrumbs ul li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section-breadcrumbs ul li a:hover {
  color: #13CDCC;
}

.section-breadcrumbs ul li span {
  color: #808080;
}

a.block-item-article {
  display: block;
  background-color: #fff;
  border-radius: 20rem;
  padding: 30rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
a.block-item-article .post-thumbnail {
  max-width: 28em;
  border-radius: 20rem;
  overflow: hidden;
  margin: 2em auto;
}
a.block-item-article .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 480px) {
  a.block-item-article {
    padding: 20rem;
    border-radius: 16rem;
  }
  a.block-item-article .post-thumbnail {
    margin: 1.2em auto;
  }
}

a.block-item-article:hover {
  -webkit-box-shadow: 0 5rem 10rem 0rem rgba(0, 0, 0, 0.01);
          box-shadow: 0 5rem 10rem 0rem rgba(0, 0, 0, 0.01);
}

a.block-item-article:hover h3 {
  color: #13CDCC;
}

a.block-item-article h3 {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a.block-item-article .text-wrap {
  margin-top: 15rem;
  line-height: 1.2;
}

@media only screen and (max-width: 480px) {
  a.block-item-article .text-wrap {
    margin-top: 10rem;
  }
}

a.block-item-article .text-wrap p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  a.block-item-article .text-wrap p {
    -webkit-line-clamp: 3;
  }
}

a.block-item-article .info-wrap {
  margin-top: 30rem;
  font-size: 16rem;
  color: #808080;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15rem;
}

@media only screen and (max-width: 480px) {
  a.block-item-article .info-wrap {
    margin-top: 15rem;
    font-size: 13rem;
  }
}

a.block-item-article .info-wrap p:first-child {
  position: relative;
  padding-left: 10rem;
}

a.block-item-article .info-wrap p:first-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #808080;
  top: calc(50% - 4rem);
  left: 0;
}

a.block-item-article .info-wrap p.external {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.block-item-article .info-wrap p.external::before {
  display: none;
}

a.block-item-article .info-wrap p.external span {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a.block-item-article .info-wrap p.external span.link {
  color: #13CDCC;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5rem;
  background-color: #fff;
  text-decoration: none;
}

a.block-item-article .info-wrap p.external span.link svg {
  fill: currentColor;
  position: relative;
  bottom: -1rem;
}

ul.block-share {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 10rem;
}

ul.block-share li a, ul.block-share li button {
  display: block;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background-color: #13CDCC;
  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;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}

ul.block-share li a:hover, ul.block-share li button:hover {
  background-color: #12bfbe;
}

ul.block-share li a svg, ul.block-share li button svg {
  fill: #fff;
}

ul.block-share li a.copy.copied, ul.block-share li button.copy.copied {
  pointer-events: none;
}

ul.block-share li a.copy.copied .ic.link, ul.block-share li button.copy.copied .ic.link {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

ul.block-share li a.copy.copied .ic.check, ul.block-share li button.copy.copied .ic.check {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

ul.block-share li a.copy .ic, ul.block-share li button.copy .ic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

ul.block-share li a.copy .ic.check, ul.block-share li button.copy .ic.check {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.block-lang ul {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 10rem;
}

.block-lang ul li a {
  font-size: 16rem;
  color: #808080;
}

.block-lang ul li a:hover, .block-lang ul li a.active {
  color: #13CDCC;
}

.block-num-item {
  min-height: 190rem;
  display: grid;
  grid-template-rows: auto 1fr;
}

.block-num-item .head-wrap {
  display: grid;
  grid-template-columns: 1fr 59rem;
  height: 59rem;
  position: relative;
  margin-bottom: -1px;
}

.block-num-item .head-wrap .space {
  background-color: #fff;
  border-radius: 20rem 0 0 0;
}

.block-num-item .head-wrap .clip {
  background-color: #fff;
  -webkit-clip-path: url(#clipTeaching);
          clip-path: url(#clipTeaching);
  margin-left: -1px;
  margin-bottom: -1px;
  text-align: right;
}

.block-num-item .head-wrap .n {
  position: absolute;
  top: 0;
  right: 0;
  width: 44rem;
  height: 44rem;
  line-height: 1;
  text-align: center;
  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;
  font-size: 12rem;
  color: #13CDCC;
}

.block-num-item .content-wrap {
  background-color: #fff;
  border-radius: 0 0 20rem 20rem;
  padding: 0 30rem 25rem;
  display: grid;
  grid-template-rows: 1fr auto;
}

@media only screen and (max-width: 480px) {
  .block-num-item .content-wrap {
    padding: 0 25rem 25rem;
  }
}

.block-num-item .content-wrap .img-wrap {
  margin-top: -30rem;
  padding-left: 3rem;
}

.block-num-item .content-wrap .img-wrap img {
  display: block;
  position: relative;
  width: 30rem;
  height: 30rem;
}

.block-num-item .content-wrap p {
  font-size: 16rem;
}

.my-mfp-zoom-in .popup {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .popup {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .popup {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.popup {
  position: relative;
  max-width: 570rem;
  color: #fff;
  margin: 0 auto;
  background-color: #141414;
  padding: 50rem 30rem;
  border-radius: 30rem;
}

@media only screen and (max-width: 768px) {
  .popup {
    padding: 30rem;
  }
}

.popup--thx {
  text-align: center;
  max-width: 380rem;
  width: 100%;
  padding: 50rem 30rem;
}

@media only screen and (max-width: 768px) {
  .popup--thx {
    padding: 50rem 30rem;
  }
}

.popup--thx img {
  display: block;
  margin: 0 auto;
  width: 60rem;
}

.popup--thx h2 {
  margin-top: 20rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
  font-size: 22rem;
  font-family: "DrukTextWideCyr", sans-serif;
}

@media only screen and (max-width: 480px) {
  .popup--thx h2 {
    font-size: 20rem;
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 480px) {
  .popup--thx h2 br {
    display: none;
  }
}

.popup--thx .btn-wrap {
  margin-top: 30rem;
}

.popup--thx .btn-wrap .btn {
  width: 160rem;
}

.popup .btn-close {
  position: absolute;
  top: 25rem;
  right: 25rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 1;
}

.popup .btn-close:hover svg {
  fill: #fff;
}

.popup .btn-close svg {
  fill: #939393;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.popup .form-wrap {
  overflow: visible;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .popup .form-wrap {
    margin: 10rem 0;
  }
}

.popup .form-wrap h2 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
  font-size: 22rem;
  font-family: "DrukTextWideCyr", sans-serif;
}

@media only screen and (max-width: 480px) {
  .popup .form-wrap h2 {
    font-size: 20rem;
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 480px) {
  .popup .form-wrap h2 br {
    display: none;
  }
}

.popup .form-wrap .thx-wrap {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
  background-color: #141414;
  border-radius: inherit;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.popup .form-wrap .thx-wrap:not(.active) {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.popup .form-wrap .thx-wrap h3 {
  font-size: 32rem;
  line-height: 1;
  margin-bottom: 5rem;
}

.popup .form-wrap form {
  margin-top: 30rem;
  display: grid;
  grid-gap: 30rem 20rem;
}

@media only screen and (min-width: 481px) {
  .popup .form-wrap form {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 481px) {
  .popup .form-wrap form .col-1 {
    grid-column-end: span 2;
  }
}

.popup .form-wrap form label {
  display: block;
}

.popup .form-wrap form label p {
  font-size: 12rem;
}

.popup .form-wrap form label .input-wrap input, .popup .form-wrap form label .input-wrap textarea {
  color: #fff;
  font-size: 16rem;
  padding-top: 8rem;
  padding-bottom: 15rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #333;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.popup .form-wrap form label .input-wrap input:focus, .popup .form-wrap form label .input-wrap textarea:focus {
  border-color: #fff;
}

.popup .form-wrap form label .input-wrap input::-webkit-input-placeholder, .popup .form-wrap form label .input-wrap textarea::-webkit-input-placeholder {
  color: #333;
}

.popup .form-wrap form label .input-wrap input:-ms-input-placeholder, .popup .form-wrap form label .input-wrap textarea:-ms-input-placeholder {
  color: #333;
}

.popup .form-wrap form label .input-wrap input::-ms-input-placeholder, .popup .form-wrap form label .input-wrap textarea::-ms-input-placeholder {
  color: #333;
}

.popup .form-wrap form label .input-wrap input::placeholder, .popup .form-wrap form label .input-wrap textarea::placeholder {
  color: #333;
}

.popup .form-wrap form label .input-wrap textarea {
  height: 90rem;
}

.popup .form-wrap form .btn-wrap {
  margin-top: 10rem;
}

.mfp-close {
  display: none !important;
}

.section-articles .items {
  margin-top: 30rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20rem;
}

@media only screen and (max-width: 480px) {
  .section-articles .items {
    grid-template-columns: 1fr;
  }
}

.section-articles .btn-wrap {
  margin-top: 30rem;
}

.block-card-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 16rem;
  position: relative;
  margin: 0 -2px;
}

.block-card-line svg.clip {
  width: 9rem;
}

.block-card-line .line-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.block-card-line .line-wrap svg {
  display: block;
  height: 2rem;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

.tab-container .tab-content:not(.active) {
  display: none;
}

.button-swiper {
  width: 48rem;
  height: 48rem;
  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;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.button-swiper svg {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.button-swiper:hover svg {
  fill: #fff;
}

.button-swiper--black {
  border: 1px solid #141414;
}

.button-swiper--black:hover {
  background-color: #141414;
}

.button-swiper--black svg {
  fill: #141414;
}

.button-swiper--white {
  border: 1px solid #fff;
}

.button-swiper--white:hover {
  background-color: #fff;
}

.button-swiper--white:hover svg {
  fill: #13CDCC;
}

.button-swiper--white svg {
  fill: #fff;
}

.button-swiper--accent {
  border: 1px solid #13CDCC;
}

.button-swiper--accent:hover {
  background-color: #13CDCC;
}

.button-swiper--accent svg {
  fill: #13CDCC;
}

.block-select {
  position: relative;
  font-size: 16rem;
  font-weight: 500;
}

@media only screen and (min-width: 481px) {
  .block-select {
    display: none;
  }
}

.block-select:not(.active) > button svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.block-select:not(.active) ul {
  -webkit-transform: translate(0, -5rem);
          transform: translate(0, -5rem);
  opacity: 0;
  pointer-events: none;
}

.block-select > button {
  width: 100%;
  border: none;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 3rem;
  text-align: left;
  border-bottom: 1px solid #CED4DA;
  padding: 5rem 0 10rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-select > button svg {
  fill: #13CDCC;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-select ul {
  position: absolute;
  top: calc(100% + 10rem);
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2rem 5rem -1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 2rem 5rem -1rem rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 16rem;
  padding: 15rem 30rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-select ul li {
  display: block;
}

.block-select ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.block-select ul a, .block-select ul button {
  width: 100%;
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 15rem 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #000;
  text-align: left;
}

.block-select ul a:hover, .block-select ul button:hover {
  color: #13CDCC;
}

.block-select ul a.current, .block-select ul a.active, .block-select ul button.current, .block-select ul button.active {
  color: #13CDCC;
}

.section-reviews {
  background-color: #141414;
  color: #fff;
  padding: 60rem 0;
  border-radius: 30rem;
  position: relative;
  margin: 0 -30rem;
}

@media only screen and (max-width: 768px) {
  .section-reviews {
    margin: 0 -5rem;
    padding: 40rem 0;
  }
}

.section-reviews img.clip {
  display: block;
  position: absolute;
  width: 298rem;
  top: 0;
  right: -1px;
  z-index: 100;
  pointer-events: none;
}

@media only screen and (min-width: 2001px) {
  .section-reviews img.clip {
    right: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .section-reviews img.clip {
    width: 133rem;
  }
}

.section-reviews h2 {
  padding: 0 60rem;
}

@media only screen and (max-width: 480px) {
  .section-reviews h2 {
    padding: 0 25rem;
  }
}

.section-reviews .wrapper {
  margin-top: -35rem;
  overflow: hidden;
  width: 1150rem;
  position: relative;
  padding: 34rem 0 72rem;
}

@media only screen and (max-width: 768px) {
  .section-reviews .wrapper {
    width: 748rem;
    margin-top: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .section-reviews .wrapper {
    width: 340rem;
  }
}

.section-reviews .wrapper .swiper {
  position: relative;
}

.section-reviews .wrapper .swiper .swiper-wrapper .swiper-slide {
  width: 280rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 480px) {
  .section-reviews .wrapper .swiper .swiper-wrapper .swiper-slide {
    width: 235rem;
  }
}

.section-reviews .wrapper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.2;
}

.section-reviews .wrapper .swiper .swiper-wrapper .swiper-slide .item .wrap {
  padding-top: calc(490/280 * 100%);
  position: relative;
}

.section-reviews .wrapper .swiper .swiper-wrapper .swiper-slide .item .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-reviews .wrapper img.frame {
  display: block;
  position: absolute;
  width: 280rem;
  top: 0;
  left: calc(50% - 280rem / 2);
  z-index: 100;
  pointer-events: none;
  border-radius: 20rem;
}

@media only screen and (max-width: 480px) {
  .section-reviews .wrapper img.frame {
    top: 5rem;
    width: 235rem;
    left: calc(50% - 235rem / 2);
  }
}

.section-reviews .wrapper .btns-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 572rem;
  pointer-events: none;
  z-index: 100;
}

@media only screen and (max-width: 480px) {
  .section-reviews .wrapper .btns-wrap {
    display: none;
  }
}

.section-reviews .wrapper .btns-wrap button {
  pointer-events: auto;
}

.section-faq {
  padding: 50rem 0 100rem;
}

@media only screen and (max-width: 480px) {
  .section-faq {
    padding: 40rem 0 40rem;
  }
}

.section-faq .items {
  margin-top: 30rem;
}

.section-faq .items .item {
  background-color: #fff;
  border-radius: 20rem;
}

.section-faq .items .item:not(:last-child) {
  margin-bottom: 20rem;
}

.section-faq .items .item.active .title .ic {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.section-faq .items .item.active .title .ic::before {
  opacity: 0;
}

.section-faq .items .item.active .text-wrap {
  display: block;
}

.section-faq .items .item .title {
  padding: 30rem 30rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: .25s;
  transition: .25s;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20rem;
  line-height: 1;
}

.section-faq .items .item .title .ic {
  width: 46rem;
  height: 46rem;
  border-radius: 100rem;
  background-color: rgba(19, 205, 204, 0.1);
  -webkit-transition: .25s;
  transition: .25s;
  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;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section-faq .items .item .title .ic::before, .section-faq .items .item .title .ic::after {
  content: "";
  display: block;
  position: absolute;
  width: 18rem;
  height: 3rem;
  border-radius: 50rem;
  background-color: #13CDCC;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section-faq .items .item .title .ic::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.section-faq .items .item .text-wrap {
  display: none;
  margin-top: -10rem;
  padding: 0 30rem 30rem;
}

.section-faq .items .item .text-wrap p {
  max-width: 700rem;
  line-height: 1.3;
}

.block-card-project {
  border-radius: 20rem;
  background-color: #fff;
  position: relative;
  padding: 30rem;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media only screen and (max-width: 480px) {
  .block-card-project {
    padding: 25rem;
  }
}

.block-card-project img.clip {
  display: block;
  position: absolute;
  width: 183rem;
  top: -2px;
  right: -2px;
  z-index: 100;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .block-card-project img.clip {
    width: 161rem;
  }
}

.block-card-project .img-wrap img {
  display: block;
  height: 60rem;
  width: 132rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.block-card-project .text-wrap {
  padding: 40rem 0 25rem;
  display: grid;
  grid-gap: 8rem;
}

.block-card-project .text-wrap p {
  line-height: 1.3;
}

.block-pagination {
  margin-top: 30rem;
}

.block-pagination ul {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 10rem;
}

.block-pagination ul li a, .block-pagination ul li span {
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  display: grid;
  -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;
  font-size: 16rem;
  border: 1px solid #141414;
  color: #141414;
}

.block-pagination ul li a.current, .block-pagination ul li span.current {
  color: #13CDCC;
  border-color: #13CDCC;
}

.block-pagination ul li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-pagination ul li a:hover {
  color: #13CDCC;
  border-color: #13CDCC;
}

.section-preloader {
  position: fixed;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #F4F4F4;
  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;
  padding-bottom: 100rem;
}

@media only screen and (max-width: 768px) {
  .section-preloader {
    padding-bottom: 50rem;
  }
}

.section-preloader:not(.show) {
  display: none;
}

.section-preloader #preloader {
  width: 600rem;
}

@media only screen and (max-width: 768px) {
  .section-preloader #preloader {
    width: 480rem;
  }
}

.home-welcome {
  background-color: #141414;
  border-radius: 30rem;
  color: #fff;
  position: relative;
  margin: 0 -30rem 30rem;
}

@media only screen and (max-width: 768px) {
  .home-welcome {
    margin: 0 -5rem;
  }
}

.home-welcome img.clip {
  display: block;
  position: absolute;
  width: 298rem;
  top: 0;
  right: -1px;
  z-index: 100;
  pointer-events: none;
}

@media only screen and (min-width: 2001px) {
  .home-welcome img.clip {
    right: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .home-welcome img.clip {
    width: 133rem;
  }
}

.home-welcome .block {
  min-height: 700rem;
  height: calc(100vh - 20rem);
  height: calc(var(--vh, 1vh) * 100 - 20rem);
  max-height: 1000rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 54rem 60rem;
  border-radius: inherit;
}

@media only screen and (max-width: 768px) {
  .home-welcome .block {
    padding: 85rem 25rem;
    min-height: 562rem;
    height: calc(100vh - 85rem);
    height: calc(var(--vh, 1vh) * 100 - 85rem);
    max-height: unset;
  }
}

.home-welcome .block::after {
  content: "";
  display: block;
  position: absolute;
  width: 940rem;
  height: 700rem;
  border-radius: 50%;
  background-color: #13CDCC;
  -webkit-filter: blur(450rem);
          filter: blur(450rem);
  z-index: 1;
  right: -250rem;
  bottom: -525rem;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .home-welcome .block::after {
    right: -400rem;
    bottom: -675rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-welcome .block::after {
    width: 550rem;
    height: 400rem;
    right: -220rem;
    bottom: -200rem;
  }
}

.home-welcome .block img.img {
  display: block;
  position: absolute;
  width: 650rem;
  bottom: -80rem;
  left: calc(50% - 650rem / 2);
}

@media only screen and (max-width: 768px) {
  .home-welcome .block img.img {
    width: 420rem;
    left: calc(50% - 420rem / 2);
    bottom: 0;
  }
}

.home-welcome .block h1 {
  position: relative;
  z-index: 10;
  max-width: 810rem;
}

.home-welcome .block a.play {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 60rem;
  right: 60rem;
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  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;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-welcome .block a.play:hover {
  background-color: #13CDCC;
}

@media only screen and (max-width: 480px) {
  .home-welcome .block a.play {
    width: 78rem;
    height: 78rem;
    bottom: 30rem;
    right: 30rem;
  }
}

.home-welcome .block a.play img {
  width: 38rem;
}

.home-welcome .block .text-wrap {
  position: absolute;
  z-index: 10;
  bottom: 188rem;
  right: 52rem;
}

@media only screen and (max-width: 480px) {
  .home-welcome .block .text-wrap {
    display: none;
  }
}

.home-welcome .block .text-wrap p {
  font-size: 24rem;
  font-weight: 500;
  line-height: 1.1;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: relative;
  left: -16rem;
  top: 22rem;
}

.home-welcome .block .text-wrap p:nth-child(2) {
  padding-left: 32rem;
}

.home-welcome .block .text-wrap img {
  display: block;
  width: 195rem;
}

.home-projects {
  padding: 100rem 0;
}

@media only screen and (max-width: 768px) {
  .home-projects {
    padding: 80rem 0 40rem;
  }
}

.home-projects .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20rem;
}

@media only screen and (max-width: 768px) {
  .home-projects .items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .home-projects .items {
    grid-template-columns: 1fr;
  }
}

.home-projects .items .item .head-wrap {
  display: grid;
  grid-gap: 22rem;
}

@media only screen and (max-width: 480px) {
  .home-projects .items .item .head-wrap {
    grid-gap: 20rem;
    padding-bottom: 10rem;
  }
}

.home-projects .items .item .head-wrap p {
  max-width: 280rem;
  line-height: 1.25;
}

.home-projects .items .item .button-wrap {
  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%;
}

@media only screen and (max-width: 480px) {
  .home-projects .items .item .button-wrap .btn {
    width: 100%;
  }
}

.home-about {
  background-color: #13CDCC;
  color: #fff;
  border-radius: 30rem;
  margin: 10rem -30rem 50rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .home-about {
    margin: 10rem -5rem 30rem;
  }
}

.home-about img.clip {
  display: block;
  position: absolute;
  width: 298rem;
  z-index: 100;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .home-about img.clip {
    width: 133rem;
  }
}

.home-about img.clip.top {
  top: 0;
  left: -1px;
}

@media only screen and (min-width: 2001px) {
  .home-about img.clip.top {
    left: -2px;
  }
}

.home-about img.clip.bottom {
  bottom: 0;
  right: -1px;
}

@media only screen and (min-width: 2001px) {
  .home-about img.clip.bottom {
    right: -2px;
  }
}

.home-about .block {
  padding: 250rem 60rem 150rem;
  background-color: #141414;
  overflow: hidden;
  border-radius: inherit;
  position: relative;
}

.home-about .block::before, .home-about .block::after {
  content: "";
  display: block;
  position: absolute;
  width: 840rem;
  height: 400rem;
  border-radius: 50%;
  background-color: #13CDCC;
  -webkit-filter: blur(300rem);
          filter: blur(300rem);
  opacity: 0.5;
  -webkit-transform: rotate(-48deg);
          transform: rotate(-48deg);
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

@media only screen and (max-width: 480px) {
  .home-about .block::before, .home-about .block::after {
    -webkit-filter: blur(280rem);
            filter: blur(280rem);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}

.home-about .block::before {
  top: -160rem;
  right: -360rem;
}

.home-about .block::after {
  bottom: -200rem;
  left: -200rem;
}

@media only screen and (max-width: 768px) {
  .home-about .block {
    padding: 160rem 15rem 100rem;
  }
}

.home-about .wrapper {
  position: relative;
  top: -100rem;
}

.home-about .wrapper .img-wrap {
  position: relative;
  z-index: 1;
  width: 620rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .home-about .wrapper .img-wrap {
    width: 400rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-about .wrapper .img-wrap {
    width: 284rem;
  }
}

.home-about .wrapper .img-wrap img.logo {
  position: absolute;
  display: block;
  width: 1020rem;
  margin: 0 auto;
  top: 78rem;
  left: calc(50% - 1020rem / 2);
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .home-about .wrapper .img-wrap img.logo {
    width: 605rem;
    left: calc(50% - 605rem / 2);
  }
}

@media only screen and (max-width: 480px) {
  .home-about .wrapper .img-wrap img.logo {
    width: 314rem;
    left: calc(50% - 314rem / 2);
  }
}

.home-about .wrapper .img-wrap img.img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 20rem;
}

.home-about .wrapper .text-wrap {
  margin-top: -100rem;
  position: relative;
  z-index: 2;
}

.home-about .wrapper .text-wrap p {
  font-size: 48rem;
  font-weight: 500;
  line-height: 1;
  max-width: 830rem;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .home-about .wrapper .text-wrap p {
    font-size: 39rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-about .wrapper .text-wrap p {
    font-size: 24rem;
  }
}

.home-services {
  margin: 0 -30rem;
  padding: 100rem 30rem 50rem;
  border-radius: 0 0 30rem 30rem;
  background-color: #141414;
}
.home-services .item:first-child{
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .home-services {
    padding: 50rem 0 30rem;
  }
}

.home-services .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 20rem;
}

@media only screen and (max-width: 768px) {
  .home-services .items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .home-services .items {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}

.home-services .items .item .head-wrap {
  display: grid;
  grid-gap: 22rem;
}

@media only screen and (max-width: 480px) {
  .home-services .items .item .head-wrap {
    padding-bottom: 10rem;
    grid-gap: 20rem;
  }
}

.home-services .items .item .head-wrap p {
  max-width: 280rem;
  line-height: 1.25;
}

.home-services .items .item .card-item {
  background-color: #fff;
  border-radius: 20rem;
  padding: 30rem;
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

@media only screen and (max-width: 480px) {
  .home-services .items .item .card-item {
    padding: 25rem;
  }
}

.home-services .items .item .card-item .img-wrap:hover .wrap img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.home-services .items .item .card-item .img-wrap .wrap {
  display: block;
  padding-top: calc(190/290 * 100%);
  position: relative;
  border-radius: 10rem;
  overflow: hidden;
}

.home-services .items .item .card-item .img-wrap .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-services .items .item .card-item .block-card-line {
  margin: 13rem -31rem 8rem;
}
 
@media only screen and (max-width: 480px) {
  .home-services .items .item .card-item .block-card-line {
    margin: 0 -26rem;
  }
}

.home-services .items .item .card-item .bottom-wrap {
  padding-top: 2rem;
}

.home-services .items .item .card-item .bottom-wrap .price-wrap {
  padding-top: 7rem;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 11rem;
}

.home-products {
  margin: 50rem -30rem 0;
  padding: 60rem 30rem 30rem;
  background-color: #141414;
  color: #fff;
  border-radius: 30rem 30rem 0 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .home-products {
    margin: 40rem -10rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-products {
    padding: 40rem 25rem 25rem;
  }
}

.home-products img.clip {
  display: block;
  position: absolute;
  width: 588rem;
  top: 0;
  right: -1px;
  z-index: 2;
  pointer-events: none;
}

@media only screen and (min-width: 2001px) {
  .home-products img.clip {
    right: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .home-products img.clip {
    width: 133rem;
  }
}

.home-products .head-wrap {
  display: grid;
  grid-template-columns: 440rem 1fr;
  grid-gap: 30rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 30rem;
}

@media only screen and (max-width: 768px) {
  .home-products .head-wrap {
    grid-template-columns: 1fr;
    grid-gap: 15rem;
    padding: 0 25rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-products .head-wrap {
    padding: 0;
  }
}

.home-products .head-wrap .text-wrap {
  display: grid;
  grid-gap: 20rem;
}

@media only screen and (max-width: 768px) {
  .home-products .head-wrap .text-wrap {
    max-width: 440rem;
  }
}

.home-products .head-wrap .text-wrap p {
  line-height: 1.3;
}

.home-products .head-wrap .btns-wrap {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 10rem;
  padding-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .home-products .head-wrap .btns-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 480px) {
  .home-products .head-wrap .btns-wrap {
    display: none;
  }
}

.home-products .head-wrap .btns-wrap button {
  padding: 10rem;
  font-size: 16rem;
  color: #6a7178;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-products .head-wrap .btns-wrap button::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #6a7178;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-products .head-wrap .btns-wrap button.active, .home-products .head-wrap .btns-wrap button:hover {
  color: #fff;
}

.home-products .head-wrap .btns-wrap button.active::after, .home-products .head-wrap .btns-wrap button:hover::after {
  background-color: #fff;
}

@media only screen and (min-width: 481px) {
  .home-products .head-wrap .block-select {
    display: none;
  }
}

.home-products .items {
  margin-top: 25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20rem;
}

@media only screen and (max-width: 480px) {
  .home-products .items {
    grid-template-columns: 1fr;
  }
}

.home-products .items .item {
  background-color: #fff;
  border-radius: 20rem;
  padding: 30rem 0;
  color: #000;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}
.home-products .items .item .item-excerpt{
  padding: 20rem 30rem 0;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .home-products .items .item {
    padding: 25rem 0;
  }
}

.home-products .items .item .img-wrap {
  padding: 0 30rem 15rem;
}

@media only screen and (max-width: 768px) {
  .home-products .items .item .img-wrap {
    padding: 0 25rem 0;
  }
}

.home-products .items .item .img-wrap:hover .wrap img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.home-products .items .item .img-wrap .wrap {
  display: block;
  padding-top: calc(190/475 * 100%);
  position: relative;
  border-radius: 10rem;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .home-products .items .item .img-wrap .wrap {
    padding-top: calc(252/248 * 100%);
  }
}

.home-products .items .item .img-wrap .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-products .items .item h3 {
  padding: 0 30rem;
  margin-right: 10rem;
}

@media only screen and (max-width: 480px) {
  .home-products .items .item h3 {
    padding: 0 25rem;
  }
}

.home-products .items .item .bottom-wrap {
  margin-top: 20rem;
  padding: 0 30rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15rem;
}

@media only screen and (max-width: 480px) {
  .home-products .items .item .bottom-wrap {
    margin-top: 10rem;
    padding: 0 25rem;
    grid-template-columns: 1fr;
    grid-gap: 25rem;
  }
}

.home-products .items .item .bottom-wrap p {
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .home-products .items .item .bottom-wrap p {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: left;
  }
}

.home-blog {
  padding: 50rem 0 30rem;
}

@media only screen and (max-width: 768px) {
  .home-blog {
    padding: 30rem 0 15rem;
  }
}

.home-tags {
  padding: 30rem 0 50rem;
}

@media only screen and (max-width: 768px) {
  .home-tags {
    padding: 20rem 0 30rem;
  }
}

.home-tags ul {
  margin-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10rem;
}

@media only screen and (max-width: 480px) {
  .home-tags ul li.hidden-mob {
    display: none;
  }
}

.home-tags ul li a {
  display: block;
  background-color: #fff;
  border-radius: 50rem;
  padding: 10rem 16rem;
  font-size: 16rem;
  line-height: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 480px) {
  .home-tags ul li a {
    font-size: 14rem;
  }
}

.home-tags ul li a:hover {
  background-color: #13CDCC;
  color: #fff;
}

.home-tags .btn-wrap {
  margin-top: 20rem;
}

@media only screen and (min-width: 481px) {
  .home-tags .btn-wrap {
    display: none;
  }
}

.home-telegram {
  background-color: #fff;
  border-radius: 30rem;
  overflow: hidden;
  position: relative;
  padding: 0 60rem;
  margin: 50rem -30rem 0;
}

@media only screen and (max-width: 768px) {
  .home-telegram {
    margin: 30rem -5rem 0;
    padding: 0 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-telegram {
    padding: 60rem 25rem 30rem;
  }
}

.home-telegram img.clip {
  display: block;
  position: absolute;
  width: 643rem;
  top: 0;
  right: -1px;
  z-index: 2;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .home-telegram img.clip {
    width: 201rem;
  }
}

.home-telegram .content-wrap {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 260rem;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "h2 img" "p img" "btn img";
  grid-gap: 0 30rem;
  padding-right: 100rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .home-telegram .content-wrap {
    padding: 0;
    grid-template-columns: 1fr 200rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-telegram .content-wrap {
    display: block;
  }
}

.home-telegram .content-wrap h2 {
  margin-top: 60rem;
  grid-area: h2;
  max-width: 500rem;
  line-height: 1.1;
}

@media only screen and (max-width: 480px) {
  .home-telegram .content-wrap h2 {
    margin-top: 0;
  }
}

.home-telegram .content-wrap p {
  grid-area: p;
  margin-top: 15rem;
  max-width: 270rem;
  line-height: 1.1;
}

.home-telegram .content-wrap .img-wrap {
  width: 100%;
  position: relative;
  height: 100%;
  grid-area: img;
}

.home-telegram .content-wrap .img-wrap img {
  position: absolute;
  display: block;
  width: 100%;
  right: 0;
  bottom: -80rem;
}

@media only screen and (max-width: 480px) {
  .home-telegram .content-wrap .img-wrap img {
    position: static;
    max-width: 260rem;
    margin: 30rem auto 15rem;
  }
}

.home-telegram .content-wrap .btn-wrap {
  grid-area: btn;
  margin-top: 115rem;
  margin-bottom: 60rem;
}

@media only screen and (max-width: 768px) {
  .home-telegram .content-wrap .btn-wrap {
    margin-top: 50rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-telegram .content-wrap .btn-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.articles-list {
  padding-bottom: 100rem;
}

@media only screen and (max-width: 768px) {
  .articles-list {
    padding-bottom: 50rem;
  }
}

.articles-list .category-tab-wrap {
  margin-top: 30rem;
  font-size: 16rem;
}

@media only screen and (max-width: 480px) {
  .articles-list .category-tab-wrap {
    display: none;
  }
}

.articles-list .category-tab-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 5rem 10rem;
}

.articles-list .category-tab-wrap ul li a {
  display: block;
  color: #6a7178;
  position: relative;
  padding: 10rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.articles-list .category-tab-wrap ul li a:hover {
  color: #141414;
}

.articles-list .category-tab-wrap ul li a:hover::after {
  background-color: #141414;
}

.articles-list .category-tab-wrap ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ced4da;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.articles-list .category-tab-wrap ul li a.current {
  color: #141414;
}

.articles-list .category-tab-wrap ul li a.current::after {
  background-color: #141414;
  height: 2px;
}

.articles-list .block-select {
  margin-top: 20rem;
}

.articles-list .items {
  margin-top: 30rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20rem;
}

@media only screen and (max-width: 480px) {
  .articles-list .items {
    grid-template-columns: 1fr;
  }
}

.article-page .wrapper {
  position: relative;
}

.article-page .wrapper .fixed-share-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 52rem;
}

@media only screen and (max-width: 768px) {
  .article-page .wrapper .fixed-share-wrap {
    display: none;
  }
}

.article-page .wrapper .fixed-share-wrap .share-wrap {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 80rem;
  top: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-page .wrapper .fixed-share-wrap .share-wrap ul.block-share {
  pointer-events: auto;
  grid-auto-flow: row;
}

.article-page .wrapper .content-wrapper {
  max-width: 800rem;
  overflow: hidden;
  margin: 0 auto;
}

.article-page .wrapper .content-wrapper .head-wrap {
  max-width: calc(100vw - 30rem);
  overflow: hidden;
}

.article-page .wrapper .content-wrapper .head-wrap .info-wrap {
  margin-top: 30rem;
  font-size: 16rem;
  color: #808080;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 15rem;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper .head-wrap .info-wrap {
    margin-top: 15rem;
    font-size: 13rem;
  }
}

.article-page .wrapper .content-wrapper .head-wrap .info-wrap .date-wrap p {
  position: relative;
  padding-left: 10rem;
}

.article-page .wrapper .content-wrapper .head-wrap .info-wrap .date-wrap p::before {
  content: "";
  display: block;
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #808080;
  top: calc(50% - 3rem);
  left: 0;
}

.article-page .wrapper .content-wrapper .head-wrap .info-wrap .stats-wrap {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 15rem;
}

.article-page .wrapper .content-wrapper .head-wrap .info-wrap .stats-wrap .item {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5rem;
}

.article-page .wrapper .content-wrapper .head-wrap .info-wrap .stats-wrap .item img {
  width: 21rem;
}

.article-page .wrapper .content-wrapper .head-wrap .info-wrap .stats-wrap .item p {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 130rem;
}

.article-page .wrapper .content-wrapper .head-wrap h1 {
  margin-top: 20rem;
}

.article-page .wrapper .content-wrapper .head-wrap .tags-wrap {
  margin-top: 25rem;
  font-size: 14rem;
}

.article-page .wrapper .content-wrapper .head-wrap .tags-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 5rem 10rem;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper .head-wrap .tags-wrap ul {
    grid-gap: 5rem 8rem;
  }
}

.article-page .wrapper .content-wrapper .head-wrap .tags-wrap ul li a {
  display: block;
  color: #b7b7b7;
  border: 1px solid #B7B7B7;
  border-radius: 100rem;
  padding: 10rem 16rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper .head-wrap .tags-wrap ul li a {
    padding: 10rem 14rem;
  }
}

.article-page .wrapper .content-wrapper .head-wrap .tags-wrap ul li a:hover {
  background-color: #b7b7b7;
  color: #fff;
}

.article-page .wrapper .content-wrapper .head-wrap .img-wrap {
  margin-top: 40rem;
}

.article-page .wrapper .content-wrapper .head-wrap .img-wrap .wrap {
  padding-top: calc(480/800 * 100%);
  position: relative;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper .head-wrap .img-wrap .wrap {
    padding-top: calc(300/328 * 100%);
  }
}

.article-page .wrapper .content-wrapper .head-wrap .img-wrap .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20rem;
}

.article-page .wrapper .content-wrapper .head-wrap .img-wrap.project {
  margin-top: 30rem;
}

.article-page .wrapper .content-wrapper .head-wrap .img-wrap.project .wrap {
  padding-top: calc(260/800 * 100%);
}

.article-page .wrapper .content-wrapper .head-wrap .img-wrap.project .wrap img {
  border-radius: 30rem;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper .head-wrap .img-wrap.project .wrap img {
    border-radius: 20rem;
  }
}

.article-page .wrapper .content-wrapper .head-wrap .share-wrap {
  margin-top: 20rem;
}

@media only screen and (min-width: 769px) {
  .article-page .wrapper .content-wrapper .head-wrap .share-wrap {
    display: none;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap {
  padding-top: 60rem;
  display: grid;
  grid-gap: 60rem;
  color: #2d2f33;
}

@media only screen and (max-width: 768px) {
  .article-page .wrapper .content-wrapper > .content-wrap {
    padding-top: 40rem;
    grid-gap: 40rem;
    max-width: calc(100vw - 30rem);
  }
}

.article-page .wrapper .content-wrapper > .content-wrap h2 {
  font-size: 24rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 30rem;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap h2 {
    font-size: 22rem;
    margin-bottom: 20rem;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap h2.mb20 {
  margin-bottom: 20rem;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-gallery-wrap {
  width: 800rem;
}

@media only screen and (max-width: 768px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-gallery-wrap {
    width: calc(100vw - 30rem);
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-gallery-wrap .swiper {
  overflow: hidden;
  border-radius: 20rem;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-gallery-wrap .img-wrap .wrap {
  padding-top: calc(480/800 * 100%);
  position: relative;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-gallery-wrap .img-wrap .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20rem;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-gallery-wrap .bottom-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20rem;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-gallery-wrap .bottom-wrap .counter-wrap p b {
  font-size: 32rem;
  font-weight: 400;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-gallery-wrap .bottom-wrap .counter-wrap p span {
  font-size: 14rem;
  color: #808080;
  position: relative;
  top: -15rem;
  margin-left: 7rem;
  font-weight: 500;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-gallery-wrap .bottom-wrap .btns-wrap {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-list-wrap ul {
  counter-reset: counter;
  display: grid;
  grid-gap: 14rem;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-list-wrap ul li {
  counter-increment: counter;
  position: relative;
  padding-left: 36rem;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-list-wrap ul li::before {
  content: counter(counter) ". ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #13CDCC;
  font-size: 21rem;
  font-weight: 600;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-list-wrap ul.dot li::before {
  content: '';
  display: block;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #13CDCC;
  top: 8rem;
  left: 9rem;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-blockquote-wrap blockquote {
  margin: 0;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  padding: 30rem 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 30rem;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-blockquote-wrap blockquote {
    grid-gap: 10rem;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-blockquote-wrap blockquote .ic-wrap img {
  display: block;
  width: 36rem;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-blockquote-wrap blockquote .ic-wrap img {
    width: 20rem;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-blockquote-wrap blockquote .text-wrap {
  font-style: italic;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-blockquote-wrap blockquote .text-wrap p {
  line-height: 1.5;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-blockquote-wrap blockquote .text-wrap .name {
  opacity: 0.5;
  margin-top: 15rem;
  font-size: 16rem;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-audio-wrap .audio-wrap {
  border: 1px solid #CBCBCB;
  border-radius: 20rem;
  padding: 30rem;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-audio-wrap .audio-wrap audio {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-video-wrap .video-wrap .wrap {
  position: relative;
  padding-top: 56.25%;
  border-radius: 20rem;
  overflow: hidden;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-video-wrap .video-wrap .wrap iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-share-wrap {
  background-color: #fff;
  border-radius: 20rem;
  padding: 50rem 60rem;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30rem;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-share-wrap {
    grid-template-columns: 1fr;
    padding: 40rem 15rem;
    grid-gap: 25rem;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-share-wrap p {
  font-size: 24rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-share-wrap p {
    font-size: 20rem;
    text-align: center;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-share-wrap p a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #13CDCC;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-share-wrap p a:hover {
  color: #00BCBB;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-share-wrap .block-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap {
  max-width: 200rem;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap {
    padding: 30rem 0;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .text-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -220rem;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .text-wrap {
    right: -60rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 0;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .text-wrap img {
  display: block;
  width: 184rem;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .text-wrap img {
    width: 110rem;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .text-wrap p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24rem;
  font-weight: 500;
  color: #2d2f33;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  padding-bottom: 50rem;
  padding-right: 30rem;
  white-space: nowrap;
  text-align: center;
  line-height: 0.8;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .text-wrap p {
    font-size: 16rem;
    padding-bottom: 34rem;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap .wrap {
  padding-top: 100%;
  position: relative;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap .wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap .wrap button {
  position: absolute;
  background-color: #141414;
  z-index: 10;
  width: 32rem;
  height: 22rem;
  border-radius: 4rem;
  top: calc(50% - 22rem / 2);
  left: calc(50% - 32rem / 2);
  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;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap .wrap button:hover {
  background-color: #13CDCC;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap .wrap button:hover .progress {
  opacity: 0;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap .wrap button:hover img {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap .wrap button img {
  display: block;
  width: 8rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap .wrap button img.pause {
  display: none;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap .wrap button .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: none;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap .wrap button .progress .line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: #13CDCC;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap.played .wrap button .progress {
  display: block;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap.is-play:hover .wrap button {
  opacity: 1;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap.is-play .wrap button {
  opacity: 0;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap.is-play .wrap button img.play {
  display: none;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-circle-wrap .video-text-wrap .video-wrap.is-play .wrap button img.pause {
  display: block;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-card-wrap .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20rem;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-card-wrap .items {
    grid-template-columns: 1fr;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-card-wrap .items .block-num-item {
  min-height: 170rem;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-card-wrap .items .block-num-item .content-wrap {
  border-radius: 0 0 15rem 15rem;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-card-wrap .items .block-num-item .head-wrap .space {
  border-radius: 15rem 0 0 0;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-links-wrap .block {
  background-color: #fff;
  border-radius: 20rem;
  padding: 50rem 60rem;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30rem;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-links-wrap .block {
    grid-template-columns: 1fr;
    padding: 40rem 15rem;
    grid-gap: 25rem;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-links-wrap .block p {
  font-size: 24rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #13CDCC;
}

@media only screen and (max-width: 480px) {
  .article-page .wrapper .content-wrapper > .content-wrap .block-links-wrap .block p {
    font-size: 20rem;
    text-align: center;
  }
}

.article-page .wrapper .content-wrapper > .content-wrap .block-links-wrap .block p a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #13CDCC;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-links-wrap .block p a:hover {
  color: #00BCBB;
}

.article-page .wrapper .content-wrapper > .content-wrap .block-links-wrap .block .block-share {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-wrapper, .projects-wrapper {
  padding: 100rem 0;
}

@media only screen and (max-width: 768px) {
  .blog-wrapper, .projects-wrapper {
    padding: 50rem 0;
  }
}

.product-welcome {
  background-color: #141414;
  border-radius: 30rem;
  color: #fff;
  position: relative;
  margin: 0 -30rem;
  overflow: visible;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .product-welcome {
    margin: 0 -5rem;
  }
}

.product-welcome img.clip {
  display: block;
  position: absolute;
  width: 766rem;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .product-welcome img.clip {
    width: 133rem;
    left: -1px;
  }
}

.product-welcome .block {
  min-height: 700rem;
  height: calc(100vh - 20rem);
  height: calc(var(--vh, 1vh) * 100 - 20rem);
  max-height: 1000rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 60rem;
  border-radius: inherit;
}

@media only screen and (max-width: 768px) {
  .product-welcome .block {
    padding: 40rem 25rem 120rem;
    height: unset;
    max-height: unset;
  }
}

.product-welcome .block::before, .product-welcome .block::after {
  content: "";
  display: block;
  position: absolute;
  width: 840rem;
  height: 400rem;
  border-radius: 50%;
  background-color: #13CDCC;
  -webkit-filter: blur(300rem);
          filter: blur(300rem);
  opacity: 0.5;
  -webkit-transform: rotate(-48deg);
          transform: rotate(-48deg);
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

@media only screen and (max-width: 480px) {
  .product-welcome .block::before, .product-welcome .block::after {
    -webkit-filter: blur(280rem);
            filter: blur(280rem);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}

.product-welcome .block::before {
  top: -160rem;
  right: -360rem;
}

.product-welcome .block::after {
  bottom: -200rem;
  left: -200rem;
}

.product-welcome .grid {
  grid-template-columns: 1fr 300rem;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .product-welcome .grid {
    height: auto;
    grid-template-columns: 1fr;
    grid-gap: 50rem;
  }
}

.product-welcome .grid .text-wrapper {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-rows: 1fr auto;
  padding-top: 70rem;
}

@media only screen and (max-width: 768px) {
  .product-welcome .grid .text-wrapper {
    padding-top: 10rem;
  }
}

.product-welcome .grid .text-wrapper .label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 90rem;
  margin-left: -10rem;
  padding-right: 15rem;
}

@media only screen and (max-width: 768px) {
  .product-welcome .grid .text-wrapper .label-wrap {
    padding-right: 0;
    margin-right: -10rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.product-welcome .grid .text-wrapper .label-wrap p {
  background-color: rgba(255, 255, 255, 0.1);
  line-height: 1.2;
  padding: 20rem;
  color: #13CDCC;
  border-radius: 100rem;
  font-size: 16rem;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .product-welcome .grid .text-wrapper .label-wrap p {
    font-size: 14rem;
    padding: 15rem;
  }
}

.product-welcome .grid .text-wrapper .label-wrap p span {
  display: inline;
  vertical-align: bottom;
}

.product-welcome .grid .text-wrapper .label-wrap p img {
  width: 20rem;
  display: inline;
  margin-left: 6rem;
  vertical-align: bottom;
  position: relative;
  top: 1rem;
}

@media only screen and (max-width: 768px) {
  .product-welcome .grid .text-wrapper .text-wrap {
    padding-top: 60rem;
  }
}

.product-welcome .grid .text-wrapper .text-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 20rem;
  margin-bottom: 35rem;
}

@media only screen and (max-width: 480px) {
  .product-welcome .grid .text-wrapper .text-wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10rem;
  }
}

@media only screen and (max-width: 480px) {
  .product-welcome .grid .text-wrapper .text-wrap ul li span {
    display: block;
  }
}

.product-welcome .grid .text-wrapper .text-wrap p {
  margin-top: 10rem;
}

.product-welcome .grid .text-wrapper .text-wrap .btns-wrap {
  margin-top: 50rem;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 20rem;
}

@media only screen and (max-width: 768px) {
  .product-welcome .grid .text-wrapper .text-wrap .btns-wrap {
    margin-top: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .product-welcome .grid .text-wrapper .text-wrap .btns-wrap {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }
}

.product-welcome .grid .video-wrapper {
  position: relative;
  z-index: 10;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (max-width: 768px) {
  .product-welcome .grid .video-wrapper {
    max-width: 380rem;
    margin: 0 auto;
    width: 100%;
  }
}

.product-welcome .grid .video-wrapper .arrow-wrap {
  position: absolute;
  bottom: -17rem;
  left: -31rem;
  z-index: 10;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .product-welcome .grid .video-wrapper .arrow-wrap {
    bottom: -70rem;
    left: calc(50% - 70rem);
  }
}

.product-welcome .grid .video-wrapper .arrow-wrap p {
  line-height: 1;
  font-size: 24rem;
  font-weight: 500;
}

.product-welcome .grid .video-wrapper .arrow-wrap img {
  display: block;
  position: absolute;
  bottom: -12rem;
  left: -28rem;
  width: 159rem;
}

.product-welcome .grid .video-wrapper .video-wrap .wrap {
  padding-top: calc(320/300 * 100%);
  position: relative;
  -webkit-clip-path: url(#clipVideo);
          clip-path: url(#clipVideo);
  overflow: hidden;
}

.product-welcome .grid .video-wrapper .video-wrap .wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-welcome .grid .video-wrapper .video-wrap .wrap button {
  position: absolute;
  background-color: #141414;
  z-index: 10;
  width: 32rem;
  height: 22rem;
  border-radius: 4rem;
  top: calc(50% - 22rem / 2);
  left: calc(50% - 32rem / 2);
  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;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
}

.product-welcome .grid .video-wrapper .video-wrap .wrap button:hover {
  background-color: #13CDCC;
}

.product-welcome .grid .video-wrapper .video-wrap .wrap button:hover .progress {
  opacity: 0;
}

.product-welcome .grid .video-wrapper .video-wrap .wrap button:hover img {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}

.product-welcome .grid .video-wrapper .video-wrap .wrap button img {
  display: block;
  width: 8rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.product-welcome .grid .video-wrapper .video-wrap .wrap button img.pause {
  display: none;
}

.product-welcome .grid .video-wrapper .video-wrap .wrap button .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: none;
}

.product-welcome .grid .video-wrapper .video-wrap .wrap button .progress .line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: #13CDCC;
}

.product-welcome .grid .video-wrapper .video-wrap.played .wrap button .progress {
  display: block;
}

.product-welcome .grid .video-wrapper .video-wrap.is-play:hover .wrap button {
  opacity: 1;
}

.product-welcome .grid .video-wrapper .video-wrap.is-play .wrap button {
  opacity: 0;
}

.product-welcome .grid .video-wrapper .video-wrap.is-play .wrap button img.play {
  display: none;
}

.product-welcome .grid .video-wrapper .video-wrap.is-play .wrap button img.pause {
  display: block;
}

.product-welcome .grid .video-wrapper .video-wrap svg {
  position: absolute;
}

.section-card-items {
  padding: 100rem 0;
}

@media only screen and (max-width: 480px) {
  .section-card-items {
    padding: 80rem 0 40rem;
  }
}

.section-card-items--padding {
  padding: 100rem 0;
}

@media only screen and (max-width: 480px) {
  .section-card-items--padding {
    padding: 40rem 0;
  }
}

.section-card-items h2 {
  display: inline-block;
}

.section-card-items .items {
  margin-top: 30rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15rem;
}

@media only screen and (max-width: 768px) {
  .section-card-items .items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20rem;
  }
}

@media only screen and (max-width: 480px) {
  .section-card-items .items {
    grid-template-columns: 1fr;
  }
}

.section-card-items .items .item-text {
  padding: 30rem;
}

@media only screen and (max-width: 480px) {
  .section-card-items .items .item-text {
    padding: 0;
  }
}

.section-card-items .items .item-text p {
  font-size: 16rem;
}

.product-numbers {
  background-color: #141414;
  border-radius: 30rem;
  color: #fff;
  position: relative;
  margin: 0 -30rem;
}

@media only screen and (max-width: 768px) {
  .product-numbers {
    margin: 0 -5rem;
  }
}

.product-numbers img.clip {
  display: block;
  position: absolute;
  width: 588rem;
  top: 0;
  right: -1px;
  z-index: 100;
  pointer-events: none;
}

@media only screen and (min-width: 2001px) {
  .product-numbers img.clip {
    right: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .product-numbers img.clip {
    width: 133rem;
    right: -1.5px;
  }
}

.product-numbers .block {
  position: relative;
  overflow: hidden;
  padding: 60rem;
  border-radius: inherit;
}

@media only screen and (max-width: 768px) {
  .product-numbers .block {
    padding: 85rem 25rem;
  }
}

@media only screen and (max-width: 480px) {
  .product-numbers .block {
    padding: 60rem 25rem 25rem;
  }
}

.product-numbers .block::before, .product-numbers .block::after {
  content: "";
  display: block;
  position: absolute;
  width: 790rem;
  height: 280rem;
  border-radius: 50%;
  background-color: #13CDCC;
  -webkit-filter: blur(300rem);
          filter: blur(300rem);
  opacity: 0.7;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.product-numbers .block::before {
  top: -180rem;
  left: -380rem;
}

.product-numbers .block::after {
  bottom: -350rem;
  right: -550rem;
}

.product-numbers h2, .product-numbers .items, .product-numbers h3, .product-numbers ul {
  position: relative;
  z-index: 10;
}

.product-numbers .items {
  margin-top: 35rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20rem;
}

@media only screen and (max-width: 768px) {
  .product-numbers .items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .product-numbers .items {
    grid-template-columns: 1fr;
    grid-gap: 25rem;
  }
}

.product-numbers .items .item {
  position: relative;
  padding-top: 45rem;
}

@media only screen and (max-width: 480px) {
  .product-numbers .items .item {
    padding-top: 25rem;
  }
}

.product-numbers .items .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 140rem;
  height: 1px;
  background-color: #13CDCC;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 480px) {
  .product-numbers .items .item::before {
    width: 100%;
  }
}

.product-numbers .items .item b {
  display: block;
  line-height: 1;
  font-size: 46rem;
  font-weight: bold;
  font-family: "DrukTextWideCyr", sans-serif;
}

@media only screen and (max-width: 480px) {
  .product-numbers .items .item b {
    font-size: 36rem;
  }
}

.product-numbers .items .item p {
  margin-top: 15rem;
  font-size: 16rem;
  line-height: 1.3;
}

.product-numbers h3 {
  margin-top: 60rem;
}

.product-numbers ul {
  margin-top: 35rem;
  padding-left: 260rem;
}

@media only screen and (max-width: 768px) {
  .product-numbers ul {
    padding-left: 0;
  }
}

.product-numbers ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.3;
  padding: 23rem 40rem;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .product-numbers ul li {
    padding: 20rem;
  }
}

.product-numbers ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.product-numbers ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 6rem;
  height: 6rem;
  background-color: #13CDCC;
  top: calc(50% - 6rem / 2);
  left: 20rem;
}

@media only screen and (max-width: 480px) {
  .product-numbers ul li::before {
    left: 0;
  }
}

.section-about {
  margin: 10rem -30rem;
}

@media only screen and (max-width: 768px) {
  .section-about {
    margin: 10rem -5rem;
  }
}

.section-about .grid {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10rem;
}

@media only screen and (max-width: 768px) {
  .section-about .grid {
    grid-template-columns: 1fr;
  }
}

.section-about .left-wrap, .section-about .right-wrap {
  position: relative;
  z-index: 1;
}

.section-about .left-wrap img.clip, .section-about .right-wrap img.clip {
  display: block;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}

.section-about .left-wrap {
  background-color: #fff;
  border-radius: 30rem;
}

@media only screen and (max-width: 768px) {
  .section-about .left-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.section-about .left-wrap img.clip {
  width: 309rem;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .section-about .left-wrap img.clip {
    width: 192rem;
    left: -1px;
  }
}

.section-about .left-wrap .block {
  height: 100%;
  padding: 60rem 60rem 120rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media only screen and (max-width: 480px) {
  .section-about .left-wrap .block {
    padding: 40rem 25rem 70rem;
  }
}

.section-about .left-wrap .block .subtitle {
  margin-top: 15rem;
}

.section-about .left-wrap .block .items {
  padding-top: 30rem;
  display: grid;
  grid-gap: 17rem;
}

.section-about .left-wrap .block .items .item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 15rem;
}

.section-about .left-wrap .block .items .item img {
  display: block;
  width: 44rem;
  height: 44rem;
}

@media only screen and (max-width: 480px) {
  .section-about .left-wrap .block .items .item .text-wrap {
    line-height: 1.2;
  }
}

.section-about .left-wrap .block .items .item .text-wrap b {
  display: block;
  font-weight: 600;
}

.section-about .left-wrap .block .items .item .text-wrap p {
  font-size: 16rem;
}

.section-about .right-wrap {
  background-color: #141414;
  border-radius: 30rem;
}

.section-about .right-wrap img.clip {
  width: 308rem;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 2001px) {
  .section-about .right-wrap img.clip {
    right: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .section-about .right-wrap img.clip {
    width: 193rem;
    right: -2px;
  }
}

.section-about .right-wrap .block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
  min-height: 600rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 480px) {
  .section-about .right-wrap .block {
    min-height: 460rem;
  }
}

.section-about .right-wrap .block::before {
  content: "";
  display: block;
  position: absolute;
  width: 600rem;
  height: 600rem;
  border-radius: 50%;
  background-color: #13CDCC;
  -webkit-filter: blur(180rem);
          filter: blur(180rem);
  opacity: 0.7;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  top: -200rem;
  left: -220rem;
}

@media only screen and (max-width: 480px) {
  .section-about .right-wrap .block::before {
    width: 520rem;
    height: 520rem;
  }
}

.section-about .right-wrap .img-wrap {
  position: relative;
  z-index: 10;
}

.section-about .right-wrap .img-wrap img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .section-about .right-wrap .img-wrap img {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

.section-about .right-wrap .img-wrap-full {
  position: relative;
  z-index: 10;
}

.section-about .right-wrap .img-wrap-full img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-teaching {
  margin: 10rem -30rem 50rem;
  background-color: #141414;
  position: relative;
  border-radius: 30rem;
}

@media only screen and (max-width: 768px) {
  .product-teaching {
    margin: 10rem -5rem 50rem;
  }
}

.product-teaching img.clip {
  display: block;
  position: absolute;
  width: 298rem;
  top: 0;
  right: -1px;
  z-index: 100;
  pointer-events: none;
}

@media only screen and (min-width: 2001px) {
  .product-teaching img.clip {
    right: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .product-teaching img.clip {
    width: 133rem;
  }
}

.product-teaching .block {
  padding: 60rem 30rem 30rem;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .product-teaching .block {
    padding: 60rem 25rem 25rem;
  }
}

.product-teaching .block::before {
  content: "";
  display: block;
  position: absolute;
  width: 1000rem;
  height: 500rem;
  border-radius: 50%;
  background-color: #13CDCC;
  -webkit-filter: blur(300rem);
          filter: blur(300rem);
  opacity: 0.5;
  -webkit-transform: rotate(129deg);
          transform: rotate(129deg);
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  top: 200rem;
  left: -450rem;
}

@media only screen and (max-width: 480px) {
  .product-teaching .block::before {
    top: auto;
    bottom: 50rem;
    left: -200rem;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}

.product-teaching h2 {
  color: #fff;
  margin-left: 30rem;
}

@media only screen and (max-width: 768px) {
  .product-teaching h2 {
    margin-left: 0;
  }
}

.product-teaching .items {
  margin-top: 30rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15rem;
}

@media only screen and (max-width: 768px) {
  .product-teaching .items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20rem;
  }
}

@media only screen and (max-width: 480px) {
  .product-teaching .items {
    grid-template-columns: 1fr;
  }
}

.section-tariffs {
  padding: 50rem 0;
}

@media only screen and (max-width: 480px) {
  .section-tariffs {
    padding: 0;
  }
}

.section-tariffs--padding {
  padding: 50rem 0;
}

.section-tariffs .items {
  margin-top: 30rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20rem;
}

@media only screen and (max-width: 768px) {
  .section-tariffs .items {
    grid-template-columns: 1fr;
  }
}

.section-tariffs .items .item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 20rem;
  padding: 35rem 30rem 30rem;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-gap: 20rem;
}

@media only screen and (max-width: 480px) {
  .section-tariffs .items .item {
    padding: 35rem 25rem 25rem;
  }
}

.section-tariffs .items .item img.clip {
  display: block;
  position: absolute;
  width: 183rem;
  top: -2px;
  right: -2px;
  z-index: 100;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .section-tariffs .items .item img.clip {
    width: 161rem;
  }
}

.section-tariffs .items .item .text-wrap {
  line-height: 1.2;
}

.section-tariffs .items .item .text-wrap.service {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 30rem;
}

.section-tariffs .items .item .text-wrap.service .bottom-text {
  display: grid;
  grid-gap: 8rem;
}

.section-tariffs .items .item .price-wrap {
  line-height: 1;
}

.section-tariffs .items .item .btns-wrap {
  padding-top: 5rem;
  display: grid;
  grid-gap: 12rem;
}

@media only screen and (max-width: 768px) {
  .section-tariffs .items .item .btns-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 480px) {
  .section-tariffs .items .item .btns-wrap {
    grid-template-columns: 1fr;
  }
}

.section-tariffs .items .item .btn-wrap {
  padding-top: 5rem;
  display: grid;
  grid-gap: 12rem;
}

.projects-list {
  padding-bottom: 100rem;
}

@media only screen and (max-width: 768px) {
  .projects-list {
    padding-bottom: 50rem;
  }
}

.projects-list .items {
  margin-top: 30rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20rem;
}

@media only screen and (max-width: 992px) {
  .projects-list .items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .projects-list .items {
    grid-template-columns: 1fr;
  }
}

.other-projects .items {
  margin-top: 30rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20rem;
}

@media only screen and (max-width: 768px) {
  .other-projects .items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .other-projects .items {
    grid-template-columns: 1fr;
  }
}

.other-projects .btn-wrap {
  margin-top: 30rem;
}

.section-404 {
  padding: 100rem 0;
}

@media only screen and (max-width: 768px) {
  .section-404 {
    padding: 50rem 0;
  }
}

.section-404 .block {
  background-color: #fff;
  max-width: 680rem;
  margin: 0 auto;
  border-radius: 30rem;
  padding: 50rem;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .section-404 .block {
    padding: 30rem;
  }
}

.section-404 .block img {
  display: block;
  width: 60rem;
  height: 60rem;
  margin: 0 auto;
}

.section-404 .block .text-wrapper {
  margin-top: 20rem;
}

.section-404 .block .text-wrapper h1 {
  margin-bottom: 15rem;
}

.section-404 .block .text-wrapper .text-wrap a {
  color: #13CDCC;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section-404 .block .text-wrapper .text-wrap a:hover {
  color: #00BCBB;
}

@media only screen and (max-width: 480px) {
  .section-404 .block .text-wrapper .text-wrap br {
    display: none;
  }
}

.section-404 .block .btn-wrap {
  margin-top: 30rem;
}

.section-404 .block .btn-wrap .btn {
  min-width: 280rem;
}

@media only screen and (max-width: 480px) {
  .section-404 .block .btn-wrap .btn {
    min-width: 100%;
  }
}

.section-text-video {
  padding: 0 60rem 60rem;
}

@media only screen and (max-width: 768px) {
  .section-text-video {
    padding: 0 0 40rem;
  }
}

.section-text-video .grid {
  grid-template-columns: 1fr 470rem;
  grid-gap: 70rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .section-text-video .grid {
    grid-template-columns: 1fr 340rem;
    grid-gap: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .section-text-video .grid {
    grid-template-columns: 1fr;
  }
}

.section-text-video .text-wrapper p {
  margin-top: 20rem;
  max-width: 368rem;
}

.section-text-video .text-wrapper .btn-wrap {
  margin-top: 30rem;
}

@media only screen and (max-width: 480px) {
  .section-text-video .text-wrapper .btn-wrap {
    display: none;
  }
}

.section-text-video .video-wrapper {
  position: relative;
}

.section-text-video .video-wrapper .arrow-wrap {
  position: absolute;
  bottom: -17rem;
  left: -31rem;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .section-text-video .video-wrapper .arrow-wrap {
    max-width: 210rem;
  }
}

@media only screen and (max-width: 480px) {
  .section-text-video .video-wrapper .arrow-wrap {
    left: 74rem;
    bottom: -24rem;
    max-width: 100rem;
  }
}

.section-text-video .video-wrapper .arrow-wrap p {
  line-height: 1;
  font-size: 24rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .section-text-video .video-wrapper .arrow-wrap p {
    font-size: 18rem;
  }
}

@media only screen and (max-width: 480px) {
  .section-text-video .video-wrapper .arrow-wrap p {
    font-size: 16rem;
  }
}

.section-text-video .video-wrapper .arrow-wrap img {
  display: block;
  position: absolute;
  bottom: -12rem;
  left: -28rem;
  width: 159rem;
}

@media only screen and (max-width: 480px) {
  .section-text-video .video-wrapper .arrow-wrap img {
    width: 50rem;
    left: -61rem;
    bottom: 4rem;
  }
}

.section-text-video .video-wrapper .video-wrap .wrap {
  padding-top: calc(500/470 * 100%);
  position: relative;
  -webkit-clip-path: url(#clipVideo);
          clip-path: url(#clipVideo);
  overflow: hidden;
}

.section-text-video .video-wrapper .video-wrap .wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-text-video .video-wrapper .video-wrap .wrap button {
  position: absolute;
  background-color: #141414;
  z-index: 10;
  width: 32rem;
  height: 22rem;
  border-radius: 4rem;
  top: calc(50% - 22rem / 2);
  left: calc(50% - 32rem / 2);
  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;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
}

.section-text-video .video-wrapper .video-wrap .wrap button:hover {
  background-color: #13CDCC;
}

.section-text-video .video-wrapper .video-wrap .wrap button:hover .progress {
  opacity: 0;
}

.section-text-video .video-wrapper .video-wrap .wrap button:hover img {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}

.section-text-video .video-wrapper .video-wrap .wrap button img {
  display: block;
  width: 8rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section-text-video .video-wrapper .video-wrap .wrap button img.pause {
  display: none;
}

.section-text-video .video-wrapper .video-wrap .wrap button .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: none;
}

.section-text-video .video-wrapper .video-wrap .wrap button .progress .line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: #13CDCC;
}

.section-text-video .video-wrapper .video-wrap.played .wrap button .progress {
  display: block;
}

.section-text-video .video-wrapper .video-wrap.is-play:hover .wrap button {
  opacity: 1;
}

.section-text-video .video-wrapper .video-wrap.is-play .wrap button {
  opacity: 0;
}

.section-text-video .video-wrapper .video-wrap.is-play .wrap button img.play {
  display: none;
}

.section-text-video .video-wrapper .video-wrap.is-play .wrap button img.pause {
  display: block;
}

.section-text-video .video-wrapper .video-wrap svg {
  position: absolute;
}

.section-text-video .btn-wrap-mob {
  display: none;
}

@media only screen and (max-width: 480px) {
  .section-text-video .btn-wrap-mob {
    margin-top: 20rem;
    display: block;
  }
}

.request-form {
  padding: 60rem 0 100rem;
  max-width: 640rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .request-form {
    padding: 30rem 0 50rem;
  }
}

.request-form h2 {
  text-align: center;
}

.request-form form {
  margin-top: 30rem;
  display: grid;
  grid-gap: 20rem;
}

.request-form .block {
  background-color: #fff;
  border-radius: 30rem;
  padding: 50rem;
  display: grid;
  grid-gap: 20rem;
}

@media only screen and (max-width: 480px) {
  .request-form .block {
    padding: 30rem;
  }
}

.request-form .block .input-wrap .label {
  font-size: 12rem;
  margin-bottom: 10rem;
}

.request-form .block .input-wrap textarea, .request-form .block .input-wrap input {
  border: none;
  border-bottom: 1px solid #BDBDBD;
  font-size: 16rem;
  line-height: 1;
  padding: 0;
  max-height: 300rem;
}

.request-form .block .input-wrap textarea:focus, .request-form .block .input-wrap input:focus {
  border-color: #13CDCC;
}

@media only screen and (max-width: 480px) {
  .request-form .block .input-wrap textarea {
    height: 34rem;
    padding-bottom: 10rem;
  }
}

.request-form .block .input-wrap input {
  height: 34rem;
  padding-bottom: 8rem;
}

.request-form .block .input-wrap .checkbox-wrapper.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 15rem 40rem;
}

.request-form .block .input-wrap .checkbox-wrapper.grid {
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 15rem;
}

@media only screen and (max-width: 480px) {
  .request-form .block .input-wrap .checkbox-wrapper.grid {
    grid-template-columns: 1fr;
  }
}

.request-form .block .input-wrap .checkbox-wrapper .checkbox-wrap {
  position: relative;
  display: inline-grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8rem;
  cursor: pointer;
  font-size: 16rem;
  line-height: 1;
}

.request-form .block .input-wrap .checkbox-wrapper .checkbox-wrap:hover .checkbox {
  border-color: #13CDCC;
}

.request-form .block .input-wrap .checkbox-wrapper .checkbox-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.request-form .block .input-wrap .checkbox-wrapper .checkbox-wrap input:checked ~ .checkbox {
  background-color: #000;
  border: 1px solid #000;
  background-size: 12rem;
  -webkit-transition: 0;
  transition: 0;
}

.request-form .block .input-wrap .checkbox-wrapper .checkbox-wrap .checkbox {
  width: 24rem;
  height: 24rem;
  border-radius: 4rem;
  border: 1px solid #BDBDBD;
  background-image: url(../img/ic-checkbox.svg);
  background-repeat: no-repeat;
  background-size: 0;
  background-position: center;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}

.request-form .block .founders-wrap {
  display: grid;
  grid-gap: 20rem;
}

.request-form .block .founders-wrap .founder-item {
  display: grid;
  grid-template-columns: 10rem 1fr;
  grid-gap: 10rem;
}

@media only screen and (max-width: 480px) {
  .request-form .block .founders-wrap .founder-item {
    grid-gap: 5rem;
    margin-left: -15rem;
  }
}

.request-form .block .founders-wrap .founder-item:not(:first-child) {
  padding-top: 20rem;
}

.request-form .block .founders-wrap .founder-item.hidden {
  display: none;
}

.request-form .block .founders-wrap .founder-item .n {
  margin-top: 24rem;
  font-size: 16rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .request-form .block .founders-wrap .founder-item .n {
    margin-top: 28rem;
  }
}

.request-form .block .founders-wrap .founder-item .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20rem;
}

@media only screen and (max-width: 480px) {
  .request-form .block .founders-wrap .founder-item .items {
    grid-template-columns: 1fr;
  }
}

.request-form .block .founders-wrap .founder-item .items .input-wrap {
  grid-column-end: span 2;
}

@media only screen and (max-width: 480px) {
  .request-form .block .founders-wrap .founder-item .items .input-wrap {
    grid-column-end: unset;
  }
}

.request-form .block .founders-wrap .founder-item .items .input-wrap:nth-child(1), .request-form .block .founders-wrap .founder-item .items .input-wrap:nth-child(2) {
  grid-column-end: unset;
}

.request-form .block .founders-wrap .btns-wrap {
  display: grid;
  grid-auto-flow: column;
}

@media only screen and (max-width: 480px) {
  .request-form .block .founders-wrap .btns-wrap {
    grid-gap: 10rem;
    grid-auto-flow: row;
  }
}

.request-form .block .founders-wrap .btns-wrap button {
  font-size: 16rem;
  position: relative;
  padding-left: 18rem;
  line-height: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.request-form .block .founders-wrap .btns-wrap button:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.request-form .block .founders-wrap .btns-wrap button::before, .request-form .block .founders-wrap .btns-wrap button::after {
  content: "";
  display: block;
  position: absolute;
  width: 12rem;
  height: 1px;
  background-color: currentColor;
  top: 50%;
  left: 0;
}

.request-form .block .founders-wrap .btns-wrap button.remove {
  margin-right: auto;
  color: red;
}

@media only screen and (max-width: 480px) {
  .request-form .block .founders-wrap .btns-wrap button.remove {
    margin-right: 0;
    margin-left: auto;
  }
}

.request-form .block .founders-wrap .btns-wrap button.remove::after {
  display: none;
}

.request-form .block .founders-wrap .btns-wrap button.add {
  margin-left: auto;
  color: #13cdcc;
}

.request-form .block .founders-wrap .btns-wrap button.add::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.request-form .block .founders-wrap .btns-wrap button.hidden {
  display: none;
}

.request-form .title-more {
  margin-top: 40rem;
}

.request-form .btn-wrap {
  margin-top: 10rem;
}

.section-text {
  padding-bottom: 100rem;
}

@media only screen and (max-width: 768px) {
  .section-text {
    padding-bottom: 80rem;
  }
}

.section-text .wrapper {
  max-width: 800rem;
  margin: 0 auto;
  overflow: hidden;
  width: calc(100vw - 30rem);
}

.section-text .head-wrap .date {
  margin-top: 20rem;
}

.section-text .content-wrap {
  margin-top: 30rem;
}

.section-text .content-wrap h2 {
  font-size: 24rem;
  font-weight: 900;
  margin-bottom: 20rem;
}

@media only screen and (max-width: 480px) {
  .section-text .content-wrap h2 {
    font-size: 22rem;
  }
}

.section-text .content-wrap ul, .section-text .content-wrap ol {
  padding-left: 26rem;
}

.section-text .content-wrap ul li {
  position: relative;
}

.section-text .content-wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #000;
  top: 10rem;
  left: -17rem;
}

.section-text .content-wrap ol li {
  list-style-type: numeric;
}

.section-text .content-wrap a {
  text-decoration: underline;
  color: #13CDCC;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  max-width: 100%;
  overflow: hidden;
}

.section-text .content-wrap a:hover {
  color: #00BCBB;
  text-decoration: none;
}

.section-text .content-wrap blockquote {
  margin: 15rem 0;
  border-left: 2px solid #13CDCC;
  padding: 15rem;
}

.section-text .content-wrap b, .section-text .content-wrap strong {
  font-weight: bold;
}

.section-double-gallery .block-gallery-wrap {
  margin-top: 20rem;
  width: 1090rem;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .section-double-gallery .block-gallery-wrap {
    width: calc(100vw - 30rem);
  }
}

.section-double-gallery .block-gallery-wrap .swiper-wrp {
  overflow: hidden;
  border-radius: 20rem;
}

.section-double-gallery .block-gallery-wrap .swiper {
  overflow: hidden;
  margin: 0 -10rem;
}

.section-double-gallery .block-gallery-wrap .img-wrap {
  padding: 0 10rem;
}

.section-double-gallery .block-gallery-wrap .img-wrap .wrap {
  padding-top: calc(400/535 * 100%);
  position: relative;
}

.section-double-gallery .block-gallery-wrap .img-wrap .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20rem;
}

.section-double-gallery .block-gallery-wrap .bottom-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20rem;
}

.section-double-gallery .block-gallery-wrap .bottom-wrap .counter-wrap p b {
  font-size: 32rem;
  font-weight: 400;
}

.section-double-gallery .block-gallery-wrap .bottom-wrap .counter-wrap p span {
  font-size: 14rem;
  color: #808080;
  position: relative;
  top: -15rem;
  margin-left: 7rem;
  font-weight: 500;
}

.section-double-gallery .block-gallery-wrap .bottom-wrap .btns-wrap {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-text-wrap  {
    overflow: hidden;
}

.block-text-wrap ol {
    padding-left: 10px!important;
}

a.block-item-article h3 {
    color: #00ABAA;
}

a.block-item-article h3:hover {
    color: #008f8e!important;
}

.instagram-media {
    min-width: 90%!important;
    margin: auto !important;
}

.widget-embed, .video-embed {
     display: flex;   
     justify-content: center;
         max-width: 90%;
}

button.wp_ulike_btn:focus .wpulike-svg-heart {
    fill: white!important;
}

.biruze {
  color: #fff;
  background-color: #13CDCC;
}

.article-page .wrapper .content-wrapper .head-wrap .tags-wrap {
	text-transform: lowercase;
}

.vacancy-field ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.vacancy-field p {
  margin: 20px 0;
  padding: 0;
}
.vacancy-field ul li:before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  background: #5ACAC9;
  margin: 0 10px 0 0;
}
.vacancy-field ol {
  counter-reset: item;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.vacancy-field ol li {
  counter-increment: item;
  margin-bottom: 5px;
}
.vacancy-field ol li:before {
  content: counter(item) '.';
  display: inline-block;
  width: 1.5em;
  margin-right: 0.5em;
}