@charset "UTF-8";
/* COLORS */
/* MEDIA QUERIES */
/* ANIMATIONS */
/*! 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;
}

/*
    Пример подключения шрифта woff/woff2
    https://css-tricks.com/snippets/css/using-font-face/

    @include font-face('ProximaNova', '../fonts/ProximaNova-Regular/ProximaNova-Regular');
*/
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest/Onest-Medium.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest/Onest-Regular.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest/Onest-SemiBold.woff2") format("woff2"), url("../fonts/Onest/Onest-SemiBold.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
/* FONT_START */
@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;
}

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

: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;
  /* Fix of Webkit flickering */
  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;
}

/* Auto Height */
.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;
}

/* 3D Effects */
.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-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}

/* Slide styles end */
.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-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next: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';
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms 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;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-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-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.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-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  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;
}

/* Zoom container styles start */
.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

/* a11y */
.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.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.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;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.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.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124;
  }
}

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124;
  }
}

.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: .75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: .75;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
}

@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
}

@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
}

@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  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-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  -webkit-transform: var(--f-button-transform);
  -ms-transform: var(--f-button-transform);
  transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  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-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.fancybox__container::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform,width,height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.fancybox__caption {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop):not(.fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop):not(.fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0))*-0.5);
  width: calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform .33s ease;
  transition: -webkit-transform .33s ease;
  transition: transform .33s ease;
  transition: transform .33s ease, -webkit-transform .33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: clip-path .33s ease;
  transition: clip-path .33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn .2s ease-out;
  animation: f-fadeIn .2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-family: Onest, sans-serif;
}

html,
body {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  color: #111519;
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
  width: 100%;
}

img[src=""],
img:not([src]) {
  visibility: hidden;
}

input {
  border: none;
  outline: none;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

textarea {
  resize: vertical;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, ul, p, li, a, button {
  margin: 0;
  padding: 0;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus::-ms-input-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.truncate, input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1600px;
  padding: 0 60px;
}

@media only screen and (max-width: 1599.9px) {
  .container {
    padding: 0 48px;
    max-width: 1280px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .container {
    padding: 0 18px;
    max-width: 760px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 428px;
  }
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
  min-height: 100vh;
}

.site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.image {
  width: 100%;
  height: 100%;
}

.title {
  font-size: 68px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -1.36px;
}

@media only screen and (max-width: 1599.9px) {
  .title {
    font-size: 54px;
    letter-spacing: -1.08px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .title {
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -0.84px;
  }
}

.btn-black {
  border-radius: 46px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: #111519;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 16px 28px 17px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 1599.9px) {
  .btn-black {
    border-radius: 37px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .btn-black {
    border-radius: 46px;
  }
}

@media only screen and (max-width: 1599.9px) {
  .btn-black {
    font-size: 14px;
    border-radius: 37px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .btn-black {
    font-size: 13px;
    border-radius: 46px;
  }
}

.btn-black:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn-black_hover-white:hover {
  background-color: #fff;
  color: #111519;
}

.btn-black_hover-blue:hover {
  background-color: #002D96;
  color: #fff;
}

.btn-black_hover-green:hover {
  background-color: #022E29;
  color: #fff;
}

.btn-white {
  border-radius: 46px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  color: #111519;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 16px 28px 17px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 1599.9px) {
  .btn-white {
    border-radius: 37px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .btn-white {
    border-radius: 46px;
  }
}

.btn-white:hover {
  background-color: #111519;
  color: #fff;
}

.btn-orange {
  border-radius: 46px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #24292C;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 16px 28px 17px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 1599.9px) {
  .btn-orange {
    border-radius: 37px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .btn-orange {
    border-radius: 46px;
  }
}

.btn-orange:hover {
  background-color: #111519;
  color: #fff;
}

.slick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media only screen and (max-width: 1279.9px) {
  .slick-nav {
    display: none;
  }
}

.slick-nav-btn {
  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;
  border-radius: 100px;
  border: 2px solid rgba(49, 62, 72, 0.14);
  background-color: #fff;
  width: 173px;
  height: 100px;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 1599.9px) {
  .slick-nav-btn {
    width: 138px;
    height: 80px;
  }
}

.slick-nav-btn:hover {
  background-color: #111519;
  border: 2px solid #111519;
}

.slick-nav-btn:hover path {
  stroke: #fff;
}

.slick-nav-btn path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: stroke;
  transition-property: stroke;
}

.slick-nav-btn svg {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.slick-nav-btn_left {
  margin-right: 6px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1599.9px) {
  .slick-nav-btn_left {
    margin-right: 5px;
  }
}

.slick-disabled {
  pointer-events: none;
}

.slick-disabled svg {
  opacity: 0.2;
}

.placemark-caption {
  -webkit-transform: translate(calc(-50% + 17px), calc(-100% - 7px));
  -ms-transform: translate(calc(-50% + 17px), calc(-100% - 7px));
  transform: translate(calc(-50% + 17px), calc(-100% - 7px));
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  border-radius: 120px;
  background: #FFF;
  padding: 9px 14px 10px;
  color: #313E48;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .placemark-caption {
    padding: 6px 12px 7px;
    -webkit-transform: translate(calc(-50% + 18px), calc(-100% - 5px));
    -ms-transform: translate(calc(-50% + 18px), calc(-100% - 5px));
    transform: translate(calc(-50% + 18px), calc(-100% - 5px));
  }
}

.fancybox__container {
  background: rgba(17, 21, 25, 0.9);
  --fancybox-bg: none;
}

input.input-error {
  border-bottom: 1px solid red;
}

.html_no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.html_no-scroll body {
  position: relative;
  height: 100%;
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.fancybox__slide {
  padding: 0;
}

.header {
  position: fixed;
  z-index: 10;
  top: 20px;
  left: 0;
  right: 0;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
}

@media only screen and (max-width: 1599.9px) {
  .header {
    top: 16px;
  }
}

.header_scroll, .header_fixed {
  top: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 1279.9px) {
  .header_scroll .container, .header_fixed .container {
    padding: 0;
  }
}

.header_scroll .header__top, .header_fixed .header__top {
  -webkit-box-shadow: 0 14px 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 0 22px 22px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 12px 14px 12px 27px;
}

@media only screen and (max-width: 1279.9px) {
  .header_scroll .header__top, .header_fixed .header__top {
    border-radius: 0 0 14px 14px;
    padding: 13px 14px 13px 18px;
    background-color: #022E29;
  }
}

.header_scroll .header__right, .header_fixed .header__right {
  margin-top: 0;
  margin-left: auto;
}

.header_scroll .header__registration, .header_fixed .header__registration {
  font-size: 13px;
  padding: 8px 16px;
}

@media only screen and (max-width: 1279.9px) {
  .header_scroll .header__registration, .header_fixed .header__registration {
    display: none;
  }
}

.header_scroll .header__left, .header_fixed .header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-right: 136px;
}

@media only screen and (max-width: 1599.9px) {
  .header_scroll .header__left, .header_fixed .header__left {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .header_scroll .header__left svg path, .header_fixed .header__left svg path {
    fill: #fff;
  }
}

.header_scroll .header__logo, .header_fixed .header__logo {
  width: 100%;
  height: 35px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1279.9px) {
  .header_scroll .header__logo, .header_fixed .header__logo {
    width: 100%;
    height: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .header_scroll .header__logo, .header_fixed .header__logo {
    width: 100%;
    height: 17px;
  }
  .header_scroll .header__logo svg, .header_fixed .header__logo svg {
    width: 121px;
  }
  .header_scroll .header__logo-additional, .header_fixed .header__logo-additional {
    height: 17px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .header_scroll .header__logo-additional svg path:nth-child(-n+7), .header_fixed .header__logo-additional svg path:nth-child(-n+7) {
    fill: #FFB800;
  }
}

.header_scroll .header__contacts, .header_fixed .header__contacts {
  display: none;
}

.header_scroll .header__logo-note, .header_fixed .header__logo-note {
  display: none;
}

.header_scroll .header__nav, .header_fixed .header__nav {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_scroll .header__nav > :not(:last-child), .header_fixed .header__nav > :not(:last-child) {
  margin-right: 30px;
}

@media only screen and (max-width: 1599.9px) {
  .header_scroll .header__nav > :not(:last-child), .header_fixed .header__nav > :not(:last-child) {
    margin-right: 24px;
  }
}

.header_scroll .header__nav-link, .header_fixed .header__nav-link {
  color: #111519;
  font-size: 15px;
  letter-spacing: 0.15px;
}

.header_scroll .header__nav-link:hover, .header_fixed .header__nav-link:hover {
  color: rgba(17, 21, 25, 0.7);
}

.header_scroll .header__nav-link_active, .header_fixed .header__nav-link_active {
  color: #022E29;
}

.header_scroll .header__nav-link_active:hover, .header_fixed .header__nav-link_active:hover {
  color: #022E29;
}

.header_scroll .header__burger, .header_fixed .header__burger {
  color: #fff;
}

@media only screen and (max-width: 1279.9px) {
  .header_scroll .header__burger, .header_fixed .header__burger {
    top: 0;
    right: 0;
  }
}

.header_scroll .header__burger path, .header_fixed .header__burger path {
  stroke: #fff;
}

.header_scroll .header__nav-item-children, .header_fixed .header__nav-item-children {
  opacity: 1;
  visibility: hidden;
  position: absolute;
  top: -160%;
  left: -12px;
  background: white;
  border-radius: 12px;
  padding: 10px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

.header_scroll .header__nav-item-children > li > a, .header_fixed .header__nav-item-children > li > a {
  margin-bottom: 6px;
  display: inline-block;
}

.header_scroll .header__nav-item-children > li:last-child > a, .header_fixed .header__nav-item-children > li:last-child > a {
  margin-bottom: 0;
}

.header__top {
  position: relative;
  border-radius: 22px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 19px 24px 16px 27px;
}

@media only screen and (max-width: 1599.9px) {
  .header__top {
    border-radius: 18px;
    padding: 16px 21px 15px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .header__top {
    background-color: transparent;
    display: block;
    padding: 0;
    position: relative;
  }
}

.header__burger {
  display: none;
}

@media only screen and (max-width: 1279.9px) {
  .header__burger {
    width: 56px;
    height: 44px;
    position: absolute;
    z-index: 1;
    top: -14px;
    right: -18px;
    display: block;
  }
}

.header__logo {
  display: block;
  margin-bottom: 25px;
  width: 399px;
  height: 31px;
}

.header__logo svg {
  height: 100%;
}

@media only screen and (max-width: 1599.9px) {
  .header__logo {
    margin-bottom: 16px;
    width: 320px;
    height: 25px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .header__logo {
    margin-bottom: 11px;
    width: 211px;
    height: 17px;
  }
}

.header__logo .image {
  width: 100%;
  height: 100%;
}

.header__logo-note {
  display: block;
  color: rgba(49, 62, 72, 0.5);
  font-size: 11px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .header__logo-note {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .header__logo-note {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5);
  }
}

.header__right {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1599.9px) {
  .header__right {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .header__right {
    margin-top: 12px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1279.9px) {
  .header__contacts {
    margin-top: 8px;
  }
}

.header__phone {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.48px;
  color: #111519;
  text-decoration: none;
}

@media only screen and (max-width: 1599.9px) {
  .header__phone {
    margin-bottom: 8px;
    font-size: 19px;
    letter-spacing: -0.38px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .header__phone {
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: -0.3px;
    color: #fff;
  }
}

.header__phone:hover {
  text-decoration: underline;
}

.header__work-time {
  color: rgba(17, 21, 25, 0.5);
  font-size: 15px;
  line-height: 150%;
}

@media only screen and (max-width: 1599.9px) {
  .header__work-time {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .header__work-time {
    display: none;
  }
}

.header__registration {
  margin-left: 40px;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 1599.9px) {
  .header__registration {
    padding: 13px 22px 14px;
    margin-left: 36px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .header__registration {
    padding: 8px 16px 9px;
    margin-left: auto;
  }
}

.header__nav {
  position: absolute;
  left: 0;
  top: calc(100% + 34px);
}

@media only screen and (max-width: 1599.9px) {
  .header__nav {
    top: calc(100% + 27px);
  }
}

@media only screen and (max-width: 1279.9px) {
  .header__nav {
    display: none;
  }
}

@media only screen and (max-width: 1279.9px) {
  .header_fixed .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__nav-item:not(:last-of-type) {
  margin-right: 30px;
}

@media only screen and (max-width: 1599.9px) {
  .header__nav-item:not(:last-of-type) {
    margin-right: 24px;
  }
}

.header__nav-item-has_child {
  position: relative;
}

.header__nav-item-arrow {
  position: relative;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cmask id='mask0_812_2925' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3e%3crect width='20' height='20' fill='%23D9D9D9'/%3e%3c/mask%3e%3cg mask='url(%23mask0_812_2925)'%3e%3cpath d='M10 14.0625L5 9.0625L6.0625 8L10 11.9375L13.9375 8L15 9.0625L10 14.0625Z' fill='%23111519'/%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.header__nav-item-arrow.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
}

.header__nav-item-arrow.active + .header__nav-item-children {
  visibility: visible;
  opacity: 1;
  top: 230%;
}

.header__nav-item-arrow:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cmask id='mask0_812_2925' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3e%3crect width='20' height='20' fill='%23D9D9D9'/%3e%3c/mask%3e%3cg mask='url(%23mask0_812_2925)'%3e%3cpath d='M10 14.0625L5 9.0625L6.0625 8L10 11.9375L13.9375 8L15 9.0625L10 14.0625Z' fill='%2375818d'/%3e%3c/g%3e%3c/svg%3e ");
}

.header__nav-link {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.18px;
  color: #fff;
  text-decoration: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 1599.9px) {
  .header__nav-link {
    font-size: 15px;
    letter-spacing: 0.15px;
  }
}

.header__nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.line {
  -webkit-transition: .3s;
  transition: .3s;
}

.header-services-menu {
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 1279.9px) {
  .header-services-menu {
    display: none;
  }
}

.header-services-menu__inner {
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 22px;
  background-color: #fff;
  padding: 30px 34px 46px 28px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  height: calc(min(calc(100dvh - 80px), 810px));
  -webkit-box-shadow: 0 14px 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 50px 0 rgba(0, 0, 0, 0.05);
}

.is-active .header-services-menu__inner {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.header-services-menu__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: inherit;
  text-decoration: none;
}

.header-services-menu__title:hover {
  opacity: .8;
}

@media only screen and (max-width: 1599.9px) {
  .header-services-menu__title {
    font-size: 18px;
  }
}

.header-services-menu__main {
  padding: 28px 0 28px 18px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-services-menu__main-wrapp {
  padding-right: 24px;
  border-right: 1px solid rgba(49, 62, 72, 0.14);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.header-services-menu__main-nav {
  position: relative;
  padding-right: 18px;
}

.header-services-menu__main-item {
  padding: 16px 26px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.header-services-menu__main-item:hover, .header-services-menu__main-item.is-active {
  background-color: rgba(220, 227, 232, 0.3);
}

.header-services-menu__main-item:not(:last-child) {
  margin-bottom: 7px;
}

.header-services-menu__detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: .3s;
  transition: .3s;
}

.is-active ~ .header-services-menu__detail {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.header-services-menu__detail.is-active {
  z-index: 10;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header-services-menu__detail-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-services-menu__detail-wrapp {
  width: 100%;
  overflow: hidden;
  padding: 30px 14px 68px 34px;
}

.header-services-menu__detail-nav {
  position: relative;
  padding-right: 68px;
}

.header-services-menu__detail-list {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
}

.header-services-menu__detail-item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.header-services-menu__detail-item:not(:last-child) {
  margin-bottom: 2px;
}

.header-services-menu__detail-item-list {
  padding: 8px 4px 12px 24px;
}

.header-services-menu__detail-item-list > :not(:last-child) {
  margin-bottom: 12px;
}

.header-services-menu__detail-item-list-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  -webkit-transition: .3s;
  transition: .3s;
  color: #111519;
  text-decoration: none;
  opacity: 0.5;
}

.header-services-menu__detail-item-list-link:hover {
  opacity: 1;
}

@media only screen and (max-width: 1599.9px) {
  .header-services-menu__detail-item-list-link {
    font-size: 15px;
  }
}

.header-services-menu__detail-link {
  padding: 4px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  -webkit-transition: .3s;
  transition: .3s;
  color: #111519;
  text-decoration: none;
  opacity: 0.7;
}

.header-services-menu__detail-link:hover {
  opacity: 1;
}

@media only screen and (max-width: 1599.9px) {
  .header-services-menu__detail-link {
    font-size: 16px;
  }
}

.bread-crumbs {
  position: absolute;
  top: 94px;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 1279.9px) {
  .bread-crumbs {
    top: 74px;
  }
}

.bread-crumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18px;
}

@media only screen and (max-width: 767px) {
  .bread-crumbs__list {
    display: none;
  }
}

.bread-crumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111519;
}

.bread-crumbs__item:last-child {
  opacity: .5;
  pointer-events: none;
}

.bread-crumbs__item:not(:first-child)::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
}

.bread-crumbs__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}

.bread-crumbs__link:hover {
  opacity: .7;
}

.bread-crumbs .ps--active-x > .ps__rail-x,
.bread-crumbs .ps--active-y > .ps__rail-y {
  display: none;
}

.mobile-menu {
  padding-top: 75px;
  padding-bottom: 29px;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #022E29;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  max-height: 100dvh;
}

.mobile-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.mobile-menu_active {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu__inner {
  overflow-y: auto;
}

.mobile-menu__top {
  margin-bottom: 37px;
  position: relative;
}

.mobile-menu__note {
  font-size: 8px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.mobile-menu__list {
  margin-bottom: 45px;
}

.mobile-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu__item:not(:last-of-type) {
  margin-bottom: 18px;
}

.mobile-menu__item-arrow {
  position: relative;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.5L5.5%205.5L10%201.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.mobile-menu__item-arrow.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
}

.mobile-menu__link {
  font-size: 23px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.23px;
  text-decoration: none;
  color: #fff;
}

.mobile-menu__registration {
  margin-bottom: 34px;
  min-width: 324px;
  padding: 16px 28px 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.mobile-menu__box:not(:last-of-type) {
  margin-bottom: 30px;
}

.mobile-menu__phone {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.4px;
  color: #fff;
  text-decoration: none;
}

.mobile-menu__span {
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  opacity: 0.6;
}

.mobile-menu__span a {
  color: #fff;
  text-decoration: none;
}

.mobile-menu__span_work-time {
  font-size: 12px;
}

.mobile-menu__span_policy {
  margin-bottom: 8px;
}

.mobile-menu__address {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: -0.14px;
}

.mobile-menu__services {
  margin-bottom: 18px;
}

.mobile-sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .4s;
  transition: .4s;
}

.mobile-sub-menu.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mobile-sub-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  max-height: 100dvh;
  height: 100%;
  padding-bottom: 32px;
}

.mobile-sub-menu__top {
  padding: 68px 18px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-sub-menu__black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.01em;
  font-family: "Golos" sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 75px;
  padding: 9px 10px;
  border-radius: 8px;
  background-color: #F0EFEB;
}

.mobile-sub-menu__title {
  padding: 0 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #111519;
}

.mobile-sub-menu__list-wrap {
  overflow-y: auto;
}

.mobile-sub-menu__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding: 5px 25px 3px;
  color: #111519;
  opacity: .7;
}

.mobile-sub-menu__item:not(:last-child) {
  margin-bottom: 8px;
}

.mobile-sub-menu__item-main {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2875;
  padding: 20px 18px;
  border-bottom: 1px solid #313E4824;
  color: #313E48;
  cursor: pointer;
}

.mobile-sub-menu__item-main:first-child {
  border-top: 1px solid #313E4824;
}

.mobile-sub-menu__link {
  color: inherit;
  text-decoration: none;
}

.mobile-sub-menu__link-main {
  color: #313E48;
  text-decoration: none;
}

.mobile-sub-menu__link-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile-sub-menu__name {
  opacity: .6;
  color: #111519;
  font-family: "Golos" sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .01em;
  text-decoration: none;
}

.mobile-sub-menu__sublist {
  padding-left: 17px;
}

.mobile-sub-menu__subitem {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(24 / 15);
  opacity: .5;
  color: #111519;
  margin-top: 5px;
  margin-bottom: 5px;
}

.mobile-sub-menu__sublink {
  color: inherit;
  text-decoration: none;
}

.mobile-services-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .4s;
  transition: .4s;
}

.mobile-services-menu.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mobile-services-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #022E29;
  padding: 0;
  overflow: hidden;
  max-height: 100dvh;
  height: 100%;
  padding-bottom: 32px;
}

.mobile-services-menu__top {
  padding: 68px 18px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-services-menu__black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.01em;
  font-family: "Golos" sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 75px;
  padding: 9px 10px;
  border-radius: 8px;
  background-color: #DCE3E880;
}

.mobile-services-menu__title {
  padding: 0 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #fff;
}

.mobile-services-menu__list-wrap {
  overflow-y: auto;
}

.mobile-services-menu__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding: 5px 25px 3px;
  color: #fff;
  opacity: .7;
}

.mobile-services-menu__item:not(:last-child) {
  margin-bottom: 8px;
}

.mobile-services-menu__item-main {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2875;
  padding: 20px 18px;
  border-bottom: 1px solid #313E4824;
  color: #fff;
  cursor: pointer;
}

.mobile-services-menu__item-main:first-child {
  border-top: 1px solid #313E4824;
}

.mobile-services-menu__link {
  color: inherit;
  text-decoration: none;
}

.mobile-services-menu__link-main {
  color: #fff;
  text-decoration: none;
}

.mobile-services-menu__link-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile-services-menu__name {
  opacity: .6;
  color: #fff;
  font-family: "Golos" sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .01em;
  text-decoration: none;
}

.mobile-services-menu__sublist {
  padding-left: 17px;
}

.mobile-services-menu__subitem {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(24 / 15);
  opacity: .5;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  /*&:not(:last-child) {
            margin-bottom: 12px;
        }*/
}

.mobile-services-menu__sublink {
  color: inherit;
  text-decoration: none;
}

.footer {
  position: relative;
  overflow: hidden;
  padding: 38px 0 57px;
  min-height: 655px;
  background-color: #022E29;
  color: #fff;
  background-image: url("../img/cap/Li-logo-back.png");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1599.9px) {
  .footer {
    padding: 28px 0 45px;
    min-height: 524px;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 16px 0 203px;
  }
}

.footer .container {
  z-index: 1;
  position: relative;
}

.footer__picture {
  position: absolute;
  right: -477px;
  bottom: -180px;
  width: 1600px;
}

@media only screen and (max-width: 1599.9px) {
  .footer__picture {
    right: -52px;
    width: 900px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .footer__picture {
    width: 560px;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer__picture {
    width: 360px;
    right: 0;
  }
}

.footer__image {
  width: 100%;
  height: 100%;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 158px;
  padding-right: 240px;
}

@media only screen and (max-width: 1599.9px) {
  .footer__top {
    margin-bottom: 132px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .footer__top {
    display: block;
    margin-bottom: 42px;
    padding-right: 0;
  }
}

.footer__logo {
  margin-right: 110px;
}

@media only screen and (max-width: 1599.9px) {
  .footer__logo {
    margin-right: 70px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .footer__logo {
    margin-right: 0;
    margin-bottom: 37px;
  }
}

.footer__logo-image {
  width: 315px;
  height: 31px;
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.footer__logo-image svg {
  width: 100%;
  height: 100%;
}

.footer__logo-span {
  margin-top: 27px;
  font-size: 11px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .footer__logo-span {
    font-size: 10px;
    margin-top: 18px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .footer__logo-span {
    margin-top: 11px;
    font-size: 8px;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer__nav-item {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__nav-item:not(:last-of-type) {
  margin-right: 30px;
}

@media only screen and (max-width: 1599.9px) {
  .footer__nav-item:not(:last-of-type) {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__nav-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 18px;
  }
}

.footer__nav-item-has_child {
  position: relative;
}

.footer__nav-item-children {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -12px;
  background: white;
  border-radius: 12px;
  padding: 10px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.footer__nav-item-children > li > a {
  display: inline-block;
  margin-bottom: 6px;
  color: #000;
}

.footer__nav-item-children > li > a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.footer__nav-item-children > li:last-child > a {
  margin-bottom: 0;
}

.footer__nav-item-arrow {
  position: relative;
  width: 25px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.5L5.5%205.5L10%201.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.footer__nav-item-arrow.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
}

.footer__nav-item-arrow.active + .footer__nav-item-children {
  visibility: visible;
  opacity: 1;
  top: 150%;
}

.footer__nav-item-arrow:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.5L5.5%205.5L10%201.5%22%20stroke%3D%22rgba(255%2C%20255%2C%20255%2C%20.7)%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

.footer__nav-link {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.18px;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}

@media only screen and (max-width: 1599.9px) {
  .footer__nav-link {
    font-size: 15px;
    letter-spacing: 0.15px;
  }
}

.footer__nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer__registration {
  position: absolute;
  top: 0;
  right: 60px;
  font-size: 18px;
  padding: 16px 28px 17px;
}

@media only screen and (max-width: 1599.9px) {
  .footer__registration {
    font-size: 14px;
    padding: 13px 22px 14px;
    right: 48px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .footer__registration {
    margin-bottom: 34px;
    padding: 16px 30px 17px;
    font-size: 18px;
    position: static;
    max-width: 324px;
    width: 100%;
  }
}

.footer__box:not(:last-of-type) {
  margin-bottom: 52px;
}

@media only screen and (max-width: 1599.9px) {
  .footer__box:not(:last-of-type) {
    margin-bottom: 42px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .footer__box:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.footer__phone {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.48px;
}

@media only screen and (max-width: 1599.9px) {
  .footer__phone {
    margin-bottom: 8px;
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}

.footer__phone:hover {
  text-decoration: underline;
}

.footer__note {
  font-size: 15px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 1599.9px) {
  .footer__note {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1599.9px) {
  .footer__note_work-time {
    font-size: 12px;
  }
}

.footer__note_policy {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1599.9px) {
  .footer__note_policy {
    margin-bottom: 8px;
  }
}

.footer__note_policy a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.footer__note_policy a:hover {
  text-decoration: underline;
}

.footer__address {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  color: #fff;
  letter-spacing: -0.18px;
}

@media only screen and (max-width: 1599.9px) {
  .footer__address {
    font-size: 14px;
    letter-spacing: -0.14px;
  }
}

.cap {
  position: relative;
  background-color: #022E29;
  padding: 247px 0 61px;
  overflow: hidden;
  background-image: url("../img/cap/Li-logo-back.png");
  background-repeat: no-repeat;
}

.cap.services-cap {
  padding-top: 168px;
}

@media only screen and (min-width: 1279.9px) {
  .cap.services-cap .cap__box.min-h {
    min-height: 350px;
  }
}

.cap.blog-cap {
  padding-top: 168px;
}

@media only screen and (max-width: 1599.9px) {
  .cap {
    padding: 197px 0 47px;
  }
  .services-cap .cap {
    padding-top: 134px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap {
    padding: 120px 0 44px;
    background-image: none;
  }
}

.cap .container {
  position: relative;
  z-index: 3;
}

.cap__banners {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cap__picture {
  width: 1600px;
  position: absolute;
  z-index: 2;
  bottom: 138px;
  right: -434px;
}

.services-cap .cap__picture {
  width: 1560px;
  bottom: auto;
  top: 202px;
  right: auto;
  left: 700px;
}

@media only screen and (max-width: 1599.9px) {
  .services-cap .cap__picture {
    width: 1181px;
    bottom: auto;
    top: 202px;
    right: auto;
    left: 540px;
  }
}

.blog-cap .cap__picture {
  width: 1560px;
  bottom: auto;
  top: 165px;
  right: auto;
  left: 980px;
}

@media only screen and (max-width: 1599.9px) {
  .cap__picture {
    width: 1131px;
    bottom: 140px;
    right: -358px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__picture {
    display: none;
  }
}

.cap__image {
  height: 671px;
}

.services-cap .cap__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-cap .cap__image {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1599.9px) {
  .cap__image {
    height: 475px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__image {
    height: 285px;
  }
}

.cap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 271px;
}

.services-cap .cap__top {
  margin-bottom: 0;
}

.blog-cap .cap__top {
  margin-bottom: 0;
}

@media only screen and (max-width: 1599.9px) {
  .cap__top {
    margin-bottom: 209px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__top {
    margin-bottom: 187px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cap__box {
  padding-right: 50px;
}

@media only screen and (max-width: 1599.9px) {
  .cap__box {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__box {
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.cap__title {
  color: #fff;
  margin-bottom: 12px;
}

.services-cap .cap__title {
  max-width: 720px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1599.9px) {
  .cap__title {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__title {
    margin-bottom: 15px;
    font-size: 42px;
  }
}

.cap__text {
  max-width: 510px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #fff;
  opacity: 0.8;
}

.blog-cap .cap__text {
  max-width: 800px;
}

@media only screen and (max-width: 1599.9px) {
  .cap__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__text {
    font-size: 15px;
  }
}

.cap__note {
  color: #fff;
  margin-bottom: 52px;
  display: block;
  font-size: 34px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.34px;
}

@media only screen and (max-width: 1599.9px) {
  .cap__note {
    margin-bottom: 49px;
    font-size: 27px;
    letter-spacing: -0.27px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__note {
    margin-bottom: 28px;
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}

.cap__registration {
  font-size: 20px;
  padding: 26px 58px 30px;
  margin-top: 52px;
}

@media only screen and (max-width: 1599.9px) {
  .cap__registration {
    padding: 21px 46px 22px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__registration {
    padding: 16px 28px 17px;
    font-size: 18px;
  }
}

.cap__rate {
  position: relative;
  top: -85px;
  padding: 11px 20px 14px;
  border-radius: 22px;
  background-color: #fff;
  max-width: 215px;
  width: 100%;
}

@media only screen and (max-width: 1599.9px) {
  .cap__rate {
    padding: 8px 15px 14px;
    border-radius: 18px;
    max-width: 172px;
    top: -68px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__rate {
    position: static;
    padding: 6px 12px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 767px) {
  .cap__rate {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cap__rate-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1599.9px) {
  .cap__rate-top {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__rate-top {
    margin-bottom: 0;
  }
}

.cap__rate-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: 8px;
  width: 36px;
  height: 36px;
}

@media only screen and (max-width: 1599.9px) {
  .cap__rate-icon {
    margin-right: 6px;
    margin-top: 7px;
    width: 29px;
    height: 29px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__rate-icon {
    margin-right: 7px;
    margin-top: 6px;
    width: 24px;
    height: 24px;
  }
}

.cap__rate-icon .image {
  width: 100%;
  height: 100%;
}

.cap__rate-value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
  color: #111519;
}

@media only screen and (max-width: 1599.9px) {
  .cap__rate-value {
    font-size: 39px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__rate-value {
    margin-right: 3px;
    font-size: 33px;
    letter-spacing: -0.66px;
  }
}

.cap__rate-star {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 8px;
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 1599.9px) {
  .cap__rate-star {
    margin-top: 6px;
    width: 31px;
    height: 31px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__rate-star {
    width: 25px;
    height: 25px;
  }
}

.cap__rate-star .image {
  width: 100%;
  height: 100%;
}

.cap__rate-text {
  display: block;
  color: #111519;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.12px;
}

@media only screen and (max-width: 1599.9px) {
  .cap__rate-text {
    font-size: 10px;
    line-height: 139%;
    letter-spacing: -0.1px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__rate-text {
    margin-left: 15px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cap__rate-text {
    margin-top: 5px;
  }
}

.cap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1279.9px) {
  .cap__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .cap__list {
    max-width: 324px;
    margin-bottom: -28px;
  }
}

.cap__item {
  max-width: 245px;
  width: 100%;
}

@media only screen and (max-width: 1599.9px) {
  .cap__item {
    max-width: 196px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__item {
    max-width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .cap__item {
    width: calc(50% - 10px);
    margin-bottom: 28px;
  }
}

.cap__item-name {
  color: #fff;
  margin-bottom: 8px;
  font-size: 52px;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .cap__item-name {
    margin-bottom: 6px;
    font-size: 41px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__item-name {
    margin-bottom: 4px;
    font-size: 32px;
  }
}

.cap__item-value {
  color: #fff;
  opacity: 0.6;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.18px;
}

@media only screen and (max-width: 1599.9px) {
  .cap__item-value {
    font-size: 15px;
    letter-spacing: 0.15px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .cap__item-value {
    font-size: 13px;
    letter-spacing: 0.13px;
  }
}

.not-found .cap {
  background-position: bottom;
  min-height: calc(min(605px, 100dvh));
  padding: 270px 0 61px;
}

@media only screen and (max-width: 1599.9px) {
  .not-found .cap {
    padding: 210px 0 47px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .not-found .cap {
    padding: 140px 0 31px;
  }
}

.not-found .cap__picture {
  bottom: 130px;
}

@media only screen and (max-width: 1599.9px) {
  .not-found .cap__picture {
    bottom: 50px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .not-found .cap__picture {
    bottom: 50px;
  }
}

.description {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1599.9px) {
  .description {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .description {
    margin-bottom: 18px;
  }
}

.description__area {
  padding: 60px 0 145px;
  border-bottom: 2px solid rgba(49, 62, 72, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1599.9px) {
  .description__area {
    padding: 47px 0 116px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .description__area {
    padding: 26px 0 56px;
    display: block;
  }
}

.description__text {
  max-width: 1099px;
  width: 100%;
  font-size: 42px;
  line-height: 140%;
  letter-spacing: -0.42px;
}

@media only screen and (max-width: 1599.9px) {
  .description__text {
    font-size: 33px;
    letter-spacing: -0.33px;
    max-width: 865px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .description__text {
    margin-bottom: 27px;
    font-size: 22px;
    line-height: 132%;
    letter-spacing: -0.22px;
    max-width: 100%;
  }
}

.description__text .description__black {
  position: relative;
  color: #fff;
  display: inline-block;
}

.description__text .description__black::before {
  content: '';
  background-color: #111519;
  position: absolute;
  z-index: -1;
  top: 5px;
  right: -6px;
  bottom: 5px;
  left: -6px;
  border-radius: 2px;
}

@media only screen and (max-width: 1279.9px) {
  .description__text .description__black::before {
    top: 2px;
    right: -3px;
    bottom: 2px;
    left: -4px;
  }
}

.description__text .description__grey {
  color: var(--font, rgba(49, 62, 72, 0.5));
  display: inline;
}

.description__box {
  width: 196px;
  margin-top: -6px;
}

@media only screen and (max-width: 1599.9px) {
  .description__box {
    width: 157px;
    margin-top: -2px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .description__box {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.description__image {
  width: 196px;
  height: 350px;
  -webkit-filter: drop-shadow(0px 20px 100px rgba(18, 23, 27, 0.04));
  filter: drop-shadow(0px 20px 100px rgba(18, 23, 27, 0.04));
}

@media only screen and (max-width: 1599.9px) {
  .description__image {
    width: 157px;
    height: 280px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .description__image {
    width: 122px;
    height: 218px;
    margin-right: 30px;
  }
}

.description__image svg {
  width: 100%;
  height: 100%;
}

.description__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1599.9px) {
  .description__rate {
    margin-top: -16px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .description__rate {
    margin-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.description__rate-star {
  margin-top: 9px;
  margin-right: 6px;
  width: 23px;
  height: 22px;
}

@media only screen and (max-width: 1599.9px) {
  .description__rate-star {
    width: 19px;
    height: 18px;
    margin-top: 7px;
    margin-right: 4px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .description__rate-star {
    width: 23px;
    height: 22px;
    margin-top: 9px;
    margin-right: 6px;
  }
}

.description__rate-star svg {
  width: 100%;
  height: 100%;
}

.description__rate-value {
  font-size: 38px;
  font-weight: 500;
  line-height: 110%;
}

@media only screen and (max-width: 1599.9px) {
  .description__rate-value {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .description__rate-value {
    font-size: 38px;
  }
}

.description__link {
  max-width: 146px;
  margin: 14px auto 0;
  color: #002D96;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  text-decoration: none;
  display: block;
  position: relative;
}

@media only screen and (max-width: 1599.9px) {
  .description__link {
    margin: 11px auto 0;
    font-size: 12px;
    letter-spacing: -0.12px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .description__link {
    margin: 13px 0 0;
    font-size: 16px;
    letter-spacing: -0.16px;
    text-align: left;
    max-width: 146px;
  }
}

.description__link::after {
  content: '';
  background-image: url("../img/ic_description_link_arrow.svg");
  width: 8px;
  height: 7px;
  display: inline-block;
  position: relative;
  top: -2px;
  right: -2px;
}

@media only screen and (max-width: 1599.9px) {
  .description__link::after {
    top: 0;
  }
}

.services {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1599.9px) {
  .services {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .services {
    margin-bottom: 18px;
  }
}

.services.site-wrapper {
  margin-bottom: 0;
}

.services__wrap {
  padding-bottom: 120px;
  border-bottom: 2px solid rgba(49, 62, 72, 0.14);
}

@media only screen and (max-width: 1599.9px) {
  .services__wrap {
    padding-bottom: 94px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .services__wrap {
    padding-bottom: 72px;
  }
}

.services__title {
  margin-bottom: 34px;
}

@media only screen and (max-width: 1599.9px) {
  .services__title {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .services__title {
    margin-bottom: 24px;
  }
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: -24px;
}

@media only screen and (max-width: 1279.9px) {
  .services__list {
    display: block;
  }
}

.services__item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 478px;
  height: 257px;
  margin-bottom: 24px;
  border-radius: 32px;
  background: #F0EFEB;
  overflow: hidden;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 1599.9px) {
  .services__item {
    border-radius: 26px;
    width: 383px;
    height: 206px;
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .services__item {
    margin-bottom: 12px;
    border-radius: 22px;
    width: calc(50% - 6px);
    height: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .services__item {
    width: 100%;
    display: block;
  }
  .services__item:nth-last-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .services__item:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.services__item:hover {
  background-color: #022E29;
}

.services__item:hover .services__name {
  color: #fff;
}

.services__item_high {
  height: 1101px;
  margin-right: 24px;
}

@media only screen and (max-width: 1599.9px) {
  .services__item_high {
    margin-right: 19px;
    height: 881px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .services__item_high {
    margin-right: 0;
    height: 380px;
    width: 724px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .services__item_high {
    height: 170px;
    width: 100%;
  }
}

.services__item_wide {
  width: 100%;
}

.services__picture {
  width: 100%;
  height: 100%;
  display: block;
}

.services__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services__name {
  max-width: 225px;
  color: #111519;
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}

@media only screen and (max-width: 1599.9px) {
  .services__name {
    max-width: 175px;
    bottom: 23px;
    left: 23px;
    right: 23px;
    font-size: 15px;
    line-height: 129%;
    letter-spacing: -0.15px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .services__name {
    bottom: 18px;
    left: 20px;
    right: 20px;
    font-size: 14px;
    letter-spacing: -0.14px;
  }
}

.services__name_white {
  color: #fff;
  z-index: 2;
}

.services__image-hover {
  position: relative;
}

.services__image-hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(2, 46, 41, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.services__image-hover:hover::after {
  opacity: 1;
}

.services__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.prices {
  margin-bottom: 34px;
}

@media only screen and (max-width: 1599.9px) {
  .prices {
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .prices {
    margin-bottom: 21px;
  }
}

.prices.other-services {
  margin-bottom: 0;
}

@media only screen and (max-width: 1599.9px) {
  .prices.other-services {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1279.9px) {
  .prices.other-services {
    margin-bottom: 0;
  }
}

.prices__wrap {
  padding-bottom: 140px;
  border-bottom: 2px solid rgba(49, 62, 72, 0.14);
}

@media only screen and (max-width: 1599.9px) {
  .prices__wrap {
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .prices__wrap {
    padding-bottom: 50px;
  }
}

.other-services .prices__wrap {
  border: none;
}

.prices__title {
  margin-bottom: 64px;
  max-width: 950px;
  width: 100%;
}

@media only screen and (max-width: 1599.9px) {
  .prices__title {
    margin-bottom: 56px;
    max-width: 760px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .prices__title {
    line-height: 110%;
    margin-bottom: 26px;
  }
}

.prices__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prices__area > :not(:last-child) {
  margin-right: 82px;
}

@media only screen and (max-width: 1599.9px) {
  .prices__area > :not(:last-child) {
    margin-right: 66px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .prices__area > :not(:last-child) {
    margin-right: 0;
  }
}

.prices__table {
  border-collapse: collapse;
}

.prices__table:not(:last-child) {
  margin-bottom: 32px;
}

@media only screen and (max-width: 1599.9px) {
  .prices__table:not(:last-child) {
    margin-bottom: 41px;
  }
}

@media only screen and (max-width: 767px) {
  .prices__table:not(:last-child) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .prices__table {
    width: 100%;
  }
}

.prices__table tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(41, 41, 41, 0.15);
}

.prices__table th {
  vertical-align: bottom;
  padding-right: 0;
  padding-bottom: 26px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  color: rgba(17, 21, 25, 0.5);
}

@media only screen and (max-width: 1599.9px) {
  .prices__table th {
    font-size: 11px;
    letter-spacing: 0.11px;
    padding-bottom: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .prices__table th {
    padding-right: 14px;
    font-size: 10px;
    padding-bottom: 13px;
  }
}

.prices__table th:first-child {
  width: 534px;
}

@media only screen and (max-width: 1599.9px) {
  .prices__table th:first-child {
    width: 427px;
  }
}

@media only screen and (max-width: 767px) {
  .prices__table th:first-child {
    width: 177px;
  }
}

.prices__table th:nth-child(2) {
  width: 239px;
}

@media only screen and (max-width: 1599.9px) {
  .prices__table th:nth-child(2) {
    width: 192px;
  }
}

@media only screen and (max-width: 767px) {
  .prices__table th:nth-child(2) {
    width: 81px;
  }
}

.prices__table th:nth-child(3) {
  width: 148px;
}

@media only screen and (max-width: 1599.9px) {
  .prices__table th:nth-child(3) {
    width: 118px;
  }
}

@media only screen and (max-width: 767px) {
  .prices__table th:nth-child(3) {
    width: 66px;
    padding-right: 0;
  }
}

.prices__table td {
  padding-top: 37px;
  padding-bottom: 37px;
  padding-right: 50px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .prices__table td {
    line-height: 129%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .prices__table td {
    padding-top: 15px;
    padding-bottom: 17px;
    height: 66px;
  }
}

.prices__table td a {
  color: inherit;
  text-decoration: none;
}

.prices__table td a:hover {
  opacity: .7;
}

.prices__table td:first-child {
  width: 534px;
  font-size: 17px;
  letter-spacing: 0.17px;
}

@media only screen and (max-width: 1599.9px) {
  .prices__table td:first-child {
    font-size: 13px;
    letter-spacing: 0.13px;
    width: 427px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .prices__table td:first-child {
    font-size: 11px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.22px;
  }
}

@media only screen and (max-width: 767px) {
  .prices__table td:first-child {
    width: 177px;
  }
}

.prices__table td:nth-child(2) {
  width: 239px;
  font-size: 19px;
  text-transform: lowercase;
}

@media only screen and (max-width: 1599.9px) {
  .prices__table td:nth-child(2) {
    font-size: 15px;
    width: 192px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .prices__table td:nth-child(2) {
    font-size: 11px;
    line-height: 129%;
  }
}

@media only screen and (max-width: 767px) {
  .prices__table td:nth-child(2) {
    width: 81px;
    padding-right: 10px;
  }
}

.prices__table td:nth-child(3) {
  padding-right: 0;
  width: 148px;
  font-size: 19px;
  color: rgba(17, 21, 25, 0.5);
  text-transform: lowercase;
}

@media only screen and (max-width: 1599.9px) {
  .prices__table td:nth-child(3) {
    width: 118px;
    font-size: 15px;
    color: rgba(17, 21, 25, 0.4);
  }
}

@media only screen and (max-width: 1279.9px) {
  .prices__table td:nth-child(3) {
    font-size: 11px;
    line-height: 129%;
  }
}

@media only screen and (max-width: 767px) {
  .prices__table td:nth-child(3) {
    width: 66px;
  }
}

.prices__td-black {
  position: relative;
  color: #fff;
}

.prices__td-black::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -5px;
  right: -8px;
  bottom: -2px;
  left: -9px;
  background-color: #111519;
  border-radius: 2px;
}

.prices__sidebar {
  position: relative;
  width: 477px;
  height: 720px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 32px;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 32px 42px;
}

@media only screen and (max-width: 1599.9px) {
  .prices__sidebar {
    border-radius: 26px;
    padding: 22px 26px 32px;
    width: 382px;
    height: 576px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .prices__sidebar {
    display: none;
  }
}

.other-services .prices__sidebar {
  padding: 28px 26px 42px;
}

.other-services tbody {
  border-bottom: 1px solid rgba(41, 41, 41, 0.15);
}

.prices__sidebar-icon {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 1599.9px) {
  .prices__sidebar-icon {
    width: 50px;
    height: 50px;
    top: 26px;
    right: 21px;
  }
}

.prices__sidebar-icon svg {
  width: 100%;
  height: 100%;
}

.prices__sidebar-image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.prices__sidebar-inner {
  max-width: 300px;
  width: 100%;
}

@media only screen and (max-width: 1599.9px) {
  .prices__sidebar-inner {
    max-width: 250px;
  }
}

.prices__sidebar-title {
  margin-bottom: 23px;
  font-size: 34px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .prices__sidebar-title {
    margin-bottom: 19px;
    font-size: 27px;
    line-height: 129%;
  }
}

.prices__sidebar-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.16px;
}

@media only screen and (max-width: 1599.9px) {
  .prices__sidebar-text {
    font-size: 14px;
    line-height: 139%;
    letter-spacing: -0.14px;
  }
}

.prices__sidebar-button {
  margin-top: auto;
  max-width: 297px;
}

@media only screen and (max-width: 1599.9px) {
  .prices__sidebar-button {
    font-size: 14px;
    max-width: 232px;
    padding: 13px 22px 14px;
  }
}

.prices__button {
  display: block;
  font-size: 20px;
  padding: 28px;
}

@media only screen and (max-width: 1599.9px) {
  .prices__button {
    font-size: 17px;
    padding: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .prices__button {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .prices__desc-view {
    display: none;
  }
}

.prices__mob-view {
  display: none;
}

@media only screen and (max-width: 767px) {
  .prices__mob-view {
    display: inline;
  }
}

.other-services__list > :not(:last-child) {
  margin-bottom: 16px;
}

.other-services__link {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .3;
  transition: .3;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.01em;
}

.other-services__link:hover {
  opacity: .7;
}

.why-we {
  margin-bottom: 30px;
  padding-top: 80px;
  margin-top: -80px;
}

@media only screen and (max-width: 1599.9px) {
  .why-we {
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we {
    margin-bottom: 14px;
    padding-top: 60px;
    margin-top: -60px;
  }
}

.services .why-we {
  margin-bottom: 0;
}

.why-we__wrap {
  padding-bottom: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid rgba(49, 62, 72, 0.14);
}

.services .why-we__wrap {
  border-bottom: none;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__wrap {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__wrap {
    display: block;
    padding-bottom: 60px;
  }
}

.why-we__box {
  margin-right: 138px;
  max-width: 396px;
  width: 100%;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__box {
    max-width: 316px;
    margin-right: 113px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__box {
    max-width: 100%;
    margin-bottom: 34px;
  }
}

.why-we__note {
  margin-bottom: 36px;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__note {
    margin-bottom: 29px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__note {
    margin-bottom: 25px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__title {
    line-height: 110%;
  }
}

.why-we__title::after {
  content: '';
  background-image: url("../img/why-we/why-we-after-decor.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__title::after {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__title::after {
    width: 32px;
    height: 32px;
  }
}

.why-we__title-under {
  margin-bottom: 79px;
}

@media only screen and (max-width: 1279.9px) {
  .why-we__title-under {
    margin-bottom: 22px;
  }
}

.why-we__text {
  font-size: 30px;
  margin-top: 79px;
  line-height: 140%;
  letter-spacing: -0.3px;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__text {
    font-size: 23px;
    letter-spacing: -0.23px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__text {
    margin-top: 67px;
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}

@media only screen and (max-width: 767px) {
  .why-we__text {
    margin-top: 19px;
  }
}

.why-we__area {
  padding-top: 59px;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__area {
    padding-top: 48px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__area {
    padding-top: 0;
  }
}

.why-we__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

@media only screen and (max-width: 1279.9px) {
  .why-we__list {
    margin-bottom: -30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.why-we__item {
  width: 336px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__item {
    width: 269px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__item {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .why-we__item {
    width: 100%;
  }
}

.why-we__item:nth-child(1), .why-we__item:nth-child(3) {
  margin-right: 150px;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__item:nth-child(1), .why-we__item:nth-child(3) {
    margin-right: 120px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__item:nth-child(1), .why-we__item:nth-child(3) {
    margin-right: 0;
  }
}

.why-we__icon {
  margin-bottom: 22px;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__icon {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__icon {
    margin-bottom: 20px;
  }
}

.why-we__icon svg {
  width: 100%;
  height: 100%;
}

.why-we__icon_1 {
  width: 35px;
  height: 38px;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__icon_1 {
    width: 28px;
    height: 30px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__icon_1 {
    width: 35px;
    height: 38px;
  }
}

.why-we__icon_2 {
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__icon_2 {
    width: 32px;
    height: 32px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__icon_2 {
    width: 40px;
    height: 40px;
  }
}

.why-we__icon_3 {
  width: 36px;
  height: 38px;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__icon_3 {
    width: 29px;
    height: 30px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__icon_3 {
    width: 36px;
    height: 38px;
  }
}

.why-we__icon_4 {
  width: 59px;
  height: 39px;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__icon_4 {
    width: 48px;
    height: 32px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__icon_4 {
    width: 59px;
    height: 39px;
  }
}

.why-we__headline {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__headline {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 129%;
    letter-spacing: -0.16px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__headline {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.18px;
  }
}

.why-we__description {
  font-size: 16px;
  line-height: 150%;
  color: #292929;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__description {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__description {
    font-size: 15px;
  }
}

.why-we__informer {
  position: relative;
  background-image: url("../img/cap/Li-logo-back.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 72%;
  margin-top: 110px;
  border-radius: 32px;
  overflow: hidden;
  color: #fff;
  background-color: #022E29;
  padding: 25px 33px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 340px;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__informer {
    padding: 20px 26px 24px;
    margin-top: 84px;
    border-radius: 26px;
    min-height: 272px;
    background-size: 58%;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__informer {
    padding: 18px 20px 21px;
    margin-top: 41px;
    border-radius: 22px;
    min-height: 390px;
    background-size: 78%;
  }
}

@media only screen and (max-width: 767px) {
  .why-we__informer {
    background-size: 100%;
  }
}

.why-we__span {
  position: absolute;
  top: -16px;
  right: 26px;
  font-size: 181px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -5.427px;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__span {
    top: -11px;
    right: 22px;
    font-size: 144px;
    line-height: 129%;
    letter-spacing: -4.32px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__span {
    font-size: 113px;
    letter-spacing: -4.52px;
    position: static;
  }
}

.why-we__caption {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__caption {
    font-size: 25px;
    line-height: 129%;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__caption {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

.why-we__informer-text {
  margin-top: auto;
  max-width: 272px;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__informer-text {
    font-size: 9px;
    max-width: 200px;
  }
}

.why-we__image {
  position: absolute;
  width: 583px;
  bottom: 0px;
  right: -19px;
}

@media only screen and (max-width: 1599.9px) {
  .why-we__image {
    width: 480px;
    bottom: 16px;
    right: -83px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .why-we__image {
    width: 439px;
    min-width: 553px;
    bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .why-we__image {
    left: 0px;
    right: unset;
  }
}

.schema-work {
  margin-bottom: 30px;
  padding-top: 60px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work {
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work {
    margin-bottom: 14px;
    padding-top: 25px;
  }
}

.schema-work__wrap {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid rgba(49, 62, 72, 0.14);
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__wrap {
    display: block;
  }
}

.schema-work__box {
  margin-right: 138px;
  max-width: 396px;
  width: 100%;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__box {
    max-width: 316px;
    margin-right: 113px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__box {
    max-width: 100%;
    margin-bottom: 34px;
  }
}

.schema-work__left {
  margin-top: 60px;
  padding: 26px 26px 26px;
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__left {
    display: none;
  }
}

.schema-work__after {
  display: none;
  margin-top: 15px;
  padding: 20px 58px 20px;
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.schema-work__left, .schema-work__after {
  width: 100%;
}

.schema-work__note {
  margin-bottom: 36px;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__note {
    margin-bottom: 29px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__note {
    margin-bottom: 25px;
    font-size: 10px;
  }
}

.schema-work__title {
  margin-bottom: 79px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__title {
    margin-bottom: 67px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__title {
    margin-bottom: 22px;
    line-height: 110%;
  }
}

.schema-work__text {
  font-size: 23px;
  line-height: 140%;
  letter-spacing: -0.3px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__text {
    font-size: 23px;
    letter-spacing: -0.23px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__text {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}

.schema-work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__list {
    margin-bottom: -30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.schema-work__item {
  width: 336px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__item {
    width: 269px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__item {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .schema-work__item {
    width: 100%;
  }
}

.schema-work__item:nth-child(1), .schema-work__item:nth-child(3) {
  margin-right: 150px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__item:nth-child(1), .schema-work__item:nth-child(3) {
    margin-right: 120px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__item:nth-child(1), .schema-work__item:nth-child(3) {
    margin-right: 0;
  }
}

.schema-work__icon {
  margin-bottom: 22px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__icon {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__icon {
    margin-bottom: 20px;
  }
}

.schema-work__icon svg {
  width: 100%;
  height: 100%;
}

.schema-work__icon_1 {
  width: 46px;
  height: 38px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__icon_1 {
    width: 28px;
    height: 30px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__icon_1 {
    width: 35px;
    height: 38px;
  }
}

.schema-work__icon_2 {
  width: 46px;
  height: 40px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__icon_2 {
    width: 32px;
    height: 32px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__icon_2 {
    width: 40px;
    height: 40px;
  }
}

.schema-work__icon_3 {
  width: 46px;
  height: 38px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__icon_3 {
    width: 29px;
    height: 30px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__icon_3 {
    width: 36px;
    height: 38px;
  }
}

.schema-work__icon_4 {
  width: 46px;
  height: 39px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__icon_4 {
    width: 48px;
    height: 32px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__icon_4 {
    width: 59px;
    height: 39px;
  }
}

.schema-work__icon_5 {
  width: 46px;
  height: 39px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__icon_5 {
    width: 48px;
    height: 32px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__icon_5 {
    width: 59px;
    height: 39px;
  }
}

.schema-work__headline {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__headline {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 129%;
    letter-spacing: -0.16px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__headline {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.18px;
  }
}

.schema-work__description {
  font-size: 16px;
  line-height: 150%;
  color: #292929;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__description {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__description {
    font-size: 15px;
  }
}

.schema-work__informer {
  position: relative;
  margin-top: 110px;
  border-radius: 32px;
  overflow: hidden;
  color: #fff;
  background-color: #E2DBD3;
  padding: 25px 33px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 340px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__informer {
    padding: 20px 26px 24px;
    margin-top: 84px;
    border-radius: 26px;
    min-height: 272px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__informer {
    padding: 18px 20px 21px;
    margin-top: 41px;
    border-radius: 22px;
    min-height: 390px;
  }
}

.schema-work__span {
  position: absolute;
  top: -16px;
  right: 26px;
  font-size: 181px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -5.427px;
  white-space: nowrap;
  color: #111519;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__span {
    top: -11px;
    right: 22px;
    font-size: 144px;
    line-height: 129%;
    letter-spacing: -4.32px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__span {
    font-size: 113px;
    letter-spacing: -4.52px;
    position: static;
  }
}

.schema-work__caption {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  color: #111519;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__caption {
    font-size: 25px;
    line-height: 129%;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__caption {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

.schema-work__informer-text {
  margin-top: auto;
  max-width: 272px;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  color: #111519;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__informer-text {
    font-size: 9px;
    max-width: 200px;
  }
}

.schema-work__image {
  position: absolute;
  width: 665px;
  bottom: 18px;
  right: -130px;
}

@media only screen and (max-width: 1599.9px) {
  .schema-work__image {
    width: 530px;
    bottom: 16px;
    right: -83px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .schema-work__image {
    width: 439px;
    min-width: 700px;
    bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .schema-work__image {
    left: 0px;
    right: unset;
  }
}

.reviews {
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 80px;
  margin-top: -80px;
}

@media only screen and (max-width: 1599.9px) {
  .reviews {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .reviews {
    margin-bottom: 18px;
    padding-top: 60px;
    margin-top: -60px;
  }
}

.reviews__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  border-bottom: 2px solid rgba(49, 62, 72, 0.14);
}

@media only screen and (max-width: 1599.9px) {
  .reviews__area {
    padding-bottom: 102px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .reviews__area {
    padding-bottom: 52px;
    display: block;
  }
}

.reviews__box {
  margin-right: 292px;
  width: 242px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__box {
    width: 197px;
    margin-right: 232px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .reviews__box {
    margin-right: 0;
    width: 100%;
    position: relative;
  }
}

.reviews__title {
  margin-bottom: 68px;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .reviews__title {
    margin-bottom: 41px;
    margin-top: 4px;
  }
}

.reviews__image {
  margin-bottom: 39px;
  width: 149px;
  height: 266px;
  -webkit-filter: drop-shadow(0px 20px 100px rgba(18, 23, 27, 0.04));
  filter: drop-shadow(0px 20px 100px rgba(18, 23, 27, 0.04));
}

@media only screen and (max-width: 1599.9px) {
  .reviews__image {
    margin-bottom: 25px;
    width: 119px;
    height: 213px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .reviews__image {
    display: none;
  }
}

.reviews__rate-link {
  display: block;
  width: 201px;
  height: 70px;
}

@media only screen and (max-width: 1279.9px) {
  .reviews__rate-link {
    width: 160px;
    height: 56px;
    position: absolute;
    right: 0;
    top: -4px;
  }
}

.reviews__rate {
  display: block;
  width: 100%;
  height: 100%;
}

.reviews__wrap {
  margin-top: 6px;
  width: 946px;
  position: relative;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__wrap {
    width: 756px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .reviews__wrap {
    width: 294px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .reviews__slider .slick-list {
    overflow: visible;
  }
}

.reviews__slide {
  width: 946px;
  margin-right: 30px;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__slide {
    width: 756px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .reviews__slide {
    width: 294px;
  }
}

.reviews__slide_text .reviews__count {
  margin-bottom: 27px;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__slide_text .reviews__count {
    margin-bottom: 22px;
  }
}

.reviews__slide_text .reviews__text {
  margin-bottom: 36px;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__slide_text .reviews__text {
    margin-bottom: 33px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .reviews__slide_text .reviews__text {
    margin-bottom: 22px;
  }
}

.reviews__slide_video .reviews__count {
  margin-bottom: 26px;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__slide_video .reviews__count {
    margin-bottom: 21px;
  }
}

.reviews__count {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(17, 21, 25, 0.5);
}

@media only screen and (max-width: 1599.9px) {
  .reviews__count {
    font-size: 11px;
  }
}

.reviews__count-current {
  color: #111519;
}

.reviews__text {
  color: #292929;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.32px;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__text {
    font-size: 25px;
    letter-spacing: -0.25px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .reviews__text {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.18px;
  }
}

.reviews__author-image {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__author-image {
    margin-bottom: 16px;
    width: 63px;
    height: 63px;
  }
}

.reviews__span {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.18px;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__span {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .reviews__span {
    font-size: 14px;
    letter-spacing: -0.14px;
  }
}

.reviews__span_name {
  margin-bottom: 12px;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__span_name {
    margin-bottom: 10px;
  }
}

.reviews__span_grey {
  color: rgba(17, 21, 25, 0.5);
}

.reviews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reviews__video-box {
  margin-right: 35px;
  width: 270px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__video-box {
    margin-top: 22px;
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.reviews__video-container {
  display: block;
  margin-top: 15px;
  margin-bottom: 39px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__video-container {
    margin-bottom: 16px;
    margin-top: 0;
    width: 120px;
    height: 120px;
  }
}

.reviews__video-container::before {
  content: '';
  opacity: 0.6;
  background: #313E48;
  mix-blend-mode: hard-light;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.reviews__video-container::after {
  content: '';
  width: 35px;
  height: 42px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../img/reviews/ic_video_play.svg");
  background-size: cover;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__video-container::after {
    width: 16px;
    height: 19px;
  }
}

.reviews__video {
  width: 100%;
  height: 100%;
}

.reviews__nav {
  position: absolute;
  z-index: 1;
  bottom: 48px;
  right: 0;
}

@media only screen and (max-width: 1599.9px) {
  .reviews__nav {
    bottom: 40px;
  }
}

.about {
  margin-bottom: 150px;
  overflow: hidden;
  padding-top: 80px;
  margin-top: -80px;
}

@media only screen and (max-width: 1599.9px) {
  .about {
    margin-bottom: 116px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about {
    margin-bottom: 70px;
    padding-top: 60px;
    margin-top: -60px;
  }
}

.about .slick-list {
  overflow: visible;
}

.about__title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1599.9px) {
  .about__title {
    margin-bottom: 49px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about__title {
    margin-bottom: 32px;
  }
}

.about__slider {
  margin-bottom: 53px;
}

@media only screen and (max-width: 1599.9px) {
  .about__slider {
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about__slider {
    margin-bottom: 32px;
  }
}

.about__slide {
  margin-right: 24px;
  width: 603px !important;
}

@media only screen and (max-width: 1599.9px) {
  .about__slide {
    width: 482px !important;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about__slide {
    width: 324px !important;
    margin-right: 6px;
  }
}

.about__image {
  height: 402px;
}

@media only screen and (max-width: 1599.9px) {
  .about__image {
    height: 321px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about__image {
    height: 215px;
  }
}

.about__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1279.9px) {
  .about__area {
    display: block;
  }
}

.about__box {
  margin-top: 10px;
  max-width: 764px;
  width: 100%;
}

@media only screen and (max-width: 1599.9px) {
  .about__box {
    margin-top: 8px;
    max-width: 612px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about__box {
    margin-top: 0;
  }
}

.about__text {
  color: #292929;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.2px;
}

.about__text:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1599.9px) {
  .about__text:not(:last-of-type) {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about__text:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1599.9px) {
  .about__text {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about__text {
    line-height: 150%;
  }
}

.about__headline {
  margin-top: 60px;
  margin-bottom: 31px;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .about__headline {
    margin-top: 69px;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 129%;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about__headline {
    margin-top: 49px;
    margin-bottom: 19px;
    font-size: 18px;
  }
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.about__partner {
  width: auto;
  margin-bottom: 10px;
}

.about__partner:not(:last-of-type) {
  margin-right: 60px;
}

@media only screen and (max-width: 1599.9px) {
  .about__partner:not(:last-of-type) {
    margin-right: 48px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about__partner:not(:last-of-type) {
    margin-right: 27px;
  }
}

.about__partner:nth-child(1) {
  width: 158px;
  height: 38px;
}

@media only screen and (max-width: 1599.9px) {
  .about__partner:nth-child(1) {
    width: 126px;
    height: 30px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about__partner:nth-child(1) {
    width: 98px;
    height: 24px;
  }
}

.about__partner:nth-child(2) {
  width: 104px;
  height: 32px;
}

@media only screen and (max-width: 1599.9px) {
  .about__partner:nth-child(2) {
    width: 83px;
    height: 25px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about__partner:nth-child(2) {
    width: 64px;
    height: 20px;
  }
}

.about__partner:nth-child(3) {
  width: 172px;
  height: 32px;
}

@media only screen and (max-width: 1599.9px) {
  .about__partner:nth-child(3) {
    width: 138px;
    height: 26px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .about__partner:nth-child(3) {
    width: 107px;
    height: 20px;
  }
}

.about__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media only screen and (max-width: 1279.9px) {
  .about__nav {
    display: none;
  }
}

.about__nav-btn {
  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;
  border-radius: 100px;
  border: 2px solid rgba(49, 62, 72, 0.14);
  width: 173px;
  height: 100px;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 1599.9px) {
  .about__nav-btn {
    width: 138px;
    height: 80px;
  }
}

.about__nav-btn:hover {
  background-color: #022E29;
  border: 2px solid #022E29;
}

.about__nav-btn:hover path {
  stroke: #fff;
}

.about__nav-btn path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: stroke;
  transition-property: stroke;
}

.about__nav-btn svg {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.about__nav-btn_left {
  margin-right: 6px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1599.9px) {
  .about__nav-btn_left {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1599.9px) {
  .feedback, .feedback__kuzovnoy {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback, .feedback__kuzovnoy {
    margin-bottom: 29px;
  }
}

.feedback__wrap, .feedback__kuzovnoy-wrap {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__wrap, .feedback__kuzovnoy-wrap {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__wrap, .feedback__kuzovnoy-wrap {
    padding-bottom: 0;
    border: none;
  }
}

.feedback__mini .feedback__wrap, .feedback__mini .feedback__kuzovnoy-wrap {
  border: none;
  padding-bottom: 50px;
}

.feedback__area {
  background-color: #022E29;
}

.feedback__area, .feedback__kuzovnoy-area {
  border-radius: 32px;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 542px;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__area, .feedback__kuzovnoy-area {
    border-radius: 26px;
    min-height: 434px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__area, .feedback__kuzovnoy-area {
    border-radius: 0;
    margin: 0 -18px;
    display: block;
  }
}

.feedback__mini .feedback__area, .feedback__mini .feedback__kuzovnoy-area {
  min-height: 400px;
}

.feedback__box {
  background-image: url("../img/cap/Li-logo-back.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 28px 95px 36px 40px;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__box {
    padding: 22px 84px 29px 31px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__box {
    padding: 17px 18px 20px;
  }
}

.feedback__kuzovnoy-block {
  padding: 40px;
  background-image: url("../img/feedback/feedback_kuzov.png");
  background-repeat: no-repeat;
  background-color: rgba(233, 230, 224, 0.32);
  color: #111519;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .feedback__kuzovnoy-block {
    padding: 17px 18px 20px;
  }
}

.feedback__kuzovnoy-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #022E29;
  padding: 40px;
  max-width: 740px;
  width: 100%;
}

.feedback__kuzovnoy-form .feedback__form {
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  .feedback__kuzovnoy-form {
    padding: 17px 18px 20px;
  }
}

.feedback__title {
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__title {
    margin-bottom: 8px;
    font-size: 38px;
    line-height: 129%;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__title {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 120%;
  }
}

.feedback__mini .feedback__title {
  max-width: 80%;
}

@media only screen and (max-width: 1279.9px) {
  .feedback__mini .feedback__title {
    max-width: 100%;
  }
}

.feedback__kuzovnoy-block__title {
  margin-bottom: 60px;
  font-size: 29px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__kuzovnoy-block__title {
    margin-bottom: 8px;
    font-size: 29px;
    line-height: 129%;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__kuzovnoy-block__title {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 120%;
  }
}

.feedback__text {
  margin-bottom: 25px;
  max-width: 518px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__text {
    margin-bottom: 20px;
    max-width: 414px;
    font-size: 10px;
    line-height: 179%;
    letter-spacing: 0.2px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__text {
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .feedback__text {
    max-width: 291px;
  }
}

.feedback__mini .feedback__text {
  max-width: unset;
}

.feedback__kuzovnoy-block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}

.feedback__kuzovnoy-block__text p {
  font-size: 18px;
  line-height: 160%;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__kuzovnoy-block__text p {
    font-size: 15px;
  }
}

.feedback__kuzovnoy-block__text ul {
  padding-left: 35px;
}

.feedback__kuzovnoy-block__text ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 160%;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__kuzovnoy-block__text ul li {
    font-size: 15px;
  }
}

.feedback__form {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__form {
    margin-bottom: 37px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__form {
    margin-bottom: 79px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__form-kuzov .feedback__line {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .feedback__form-kuzov .feedback__line {
    display: block;
  }
}

.feedback__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__line {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__line {
    margin-bottom: 30px;
    display: block;
  }
}

.feedback__label {
  display: block;
  position: relative;
  width: 339px;
}

.feedback__label-file {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
  min-height: 86px;
}

.feedback__label-file .feedback__placeholder {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border: 1px solid #fff;
  border-radius: 32px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .feedback__label-file .feedback__placeholder {
    height: 62px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .feedback__label-file {
    min-height: 62px;
  }
}

.feedback__label:first-child {
  margin-right: 14px;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__label:first-child {
    margin-right: 11px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__label:first-child {
    margin-right: 0;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 1599.9px) {
  .feedback__label {
    width: 271px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__label {
    width: 100%;
  }
}

.feedback__input {
  width: 100%;
  max-width: 324px;
  padding: 23px 0 24px;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.18px;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1599.9px) {
  .feedback__input {
    padding: 19px 0 20px;
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__input {
    padding: 20px 0;
    font-size: 15px;
    letter-spacing: 0.15px;
  }
}

.feedback__input:-moz-placeholder-shown + .feedback__placeholder {
  top: 23px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  letter-spacing: 0.18px;
}

.feedback__input:-ms-input-placeholder + .feedback__placeholder {
  top: 23px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  letter-spacing: 0.18px;
}

.feedback__input:placeholder-shown + .feedback__placeholder {
  top: 23px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  letter-spacing: 0.18px;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__input:-moz-placeholder-shown + .feedback__placeholder {
    font-size: 14px;
  }
  .feedback__input:-ms-input-placeholder + .feedback__placeholder {
    font-size: 14px;
  }
  .feedback__input:placeholder-shown + .feedback__placeholder {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__input:-moz-placeholder-shown + .feedback__placeholder {
    font-size: 15px;
  }
  .feedback__input:-ms-input-placeholder + .feedback__placeholder {
    font-size: 15px;
  }
  .feedback__input:placeholder-shown + .feedback__placeholder {
    font-size: 15px;
  }
}

.feedback__input:focus + .feedback__placeholder {
  position: absolute;
  top: 4px;
  left: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.11px;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__input:focus + .feedback__placeholder {
    top: 0;
    font-size: 10px;
    letter-spacing: 0.1px;
  }
}

.feedback__input:focus {
  border-bottom: 1px solid #fff;
}

.feedback__input-file {
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  cursor: pointer;
  width: 100%;
  padding: 23px 0 24px;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.18px;
  color: #111519;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1599.9px) {
  .feedback__input-file {
    padding: 19px 0 20px;
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__input-file {
    padding: 20px 0;
    font-size: 15px;
    letter-spacing: 0.15px;
  }
}

.feedback__placeholder {
  position: absolute;
  top: 4px;
  left: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.11px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, font-size, color, letter-spacing;
  transition-property: top, font-size, color, letter-spacing;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__placeholder {
    top: 0;
    font-size: 10px;
    letter-spacing: 0.1px;
  }
}

.feedback__submit {
  padding: 26px 58px 30px;
  font-size: 20px;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__submit {
    font-size: 17px;
    padding: 21px 46px 22px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__submit {
    font-size: 18px;
    padding: 16px 29px 17px;
  }
}

.feedback__kuzovnoy-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 36px;
}

.feedback__kuzovnoy-form__buttons .feedback__submit {
  width: 100%;
  padding: 26px 58px 26px;
}

@media only screen and (max-width: 767px) {
  .feedback__kuzovnoy-form__buttons .feedback__submit {
    padding: 19px 14px 19px;
    font-size: 15px;
  }
}

.feedback__kuzovnoy-form__buttons-wa {
  padding: 13px;
  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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.feedback__kuzovnoy-form__buttons-wa:hover {
  background-color: #0a4d45;
}

@media only screen and (max-width: 767px) {
  .feedback__kuzovnoy-form__buttons-wa {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .feedback__kuzovnoy-form__buttons a svg {
    width: 40px;
    height: 40px;
  }
}

.feedback__form-kuzov__modal-successful {
  display: none;
  -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;
}

.feedback__form-kuzov__modal-successful img {
  max-width: 50px;
}

.feedback__form-kuzov__modal-successful p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}

.feedback__form-kuzov__modal-successful span {
  margin-top: 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 130%;
}

.feedback__kuzovnoy-form__policy {
  width: 100%;
  font-size: 12px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 1599.9px) {
  .feedback__kuzovnoy-form__policy {
    max-width: 425px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .feedback__kuzovnoy-form__policy {
    max-width: 289px;
  }
}

.feedback__kuzovnoy-form__policy a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.feedback__kuzovnoy-form__policy a:hover {
  text-decoration: underline;
}

.feedback__policy {
  max-width: 532px;
  width: 100%;
  font-size: 12px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 1599.9px) {
  .feedback__policy {
    max-width: 425px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .feedback__policy {
    max-width: 289px;
  }
}

.feedback__policy a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.feedback__policy a:hover {
  text-decoration: underline;
}

.feedback__picture {
  width: 650px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1599.9px) {
  .feedback__picture {
    width: 519px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .feedback__picture {
    width: 100%;
  }
}

.feedback__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1279.9px) {
  .feedback__image {
    height: 433px;
  }
}

@media only screen and (max-width: 767px) {
  .feedback__image {
    height: 270px;
  }
}

.feedback__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media only screen and (max-width: 1279.9px) {
  .feedback__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 90px;
    margin-bottom: 30px;
  }
}

.feedback__phone-title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 150%;
}

.feedback__phone-link {
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #111519;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

@media only screen and (max-width: 1279.9px) {
  .feedback__phone-link {
    border: none;
    padding-bottom: 30px;
  }
}

.feedback__messager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1279.9px) {
  .feedback__messager-link {
    font-size: 18px;
  }
}

.feedback__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media only screen and (max-width: 1279.9px) {
  .feedback__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 90px;
    margin-bottom: 30px;
  }
}

.feedback__phone-title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 150%;
}

.feedback__phone-link {
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #111519;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

@media only screen and (max-width: 1279.9px) {
  .feedback__phone-link {
    border: none;
    padding-bottom: 30px;
  }
}

.feedback__messager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1279.9px) {
  .feedback__messager-link {
    font-size: 18px;
  }
}

.contacts {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1599.9px) {
  .contacts {
    margin-bottom: 122px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .contacts {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .contacts__title {
    display: none;
  }
}

.contacts__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 746px;
  position: relative;
  width: 100%;
  margin-top: 68px;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__area {
    min-height: 596px;
    margin-top: 55px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .contacts__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }
}

.contacts__list {
  max-width: 617px;
  width: 100%;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__list {
    max-width: 479px;
  }
}

.contacts__item {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.contacts__item:hover {
  opacity: 0.7;
}

.contacts__item:not(:last-of-type) {
  margin-bottom: 62px;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__item:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .contacts__item:not(:last-of-type) {
    margin-bottom: 22px;
  }
}

.contacts__item_active {
  opacity: 1;
  cursor: default;
}

.contacts__item_active:hover {
  opacity: 1;
}

.contacts__item_active .contacts__dropdown {
  display: block;
}

.contacts__dropdown {
  display: none;
}

.contacts__name {
  position: relative;
  margin-bottom: 15px;
  padding-left: 51px;
  font-size: 31px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__name {
    margin-bottom: 11px;
    padding-left: 40px;
    font-size: 24px;
    line-height: 129%;
  }
}

@media only screen and (max-width: 1279.9px) {
  .contacts__name {
    margin-bottom: 8px;
  }
}

.contacts__icon {
  position: absolute;
  top: 4px;
  left: 0;
  width: 39px;
  height: 27px;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__icon {
    top: 3px;
    width: 31px;
    height: 21px;
  }
}

.contacts__address {
  color: #292929;
  font-size: 16px;
  letter-spacing: -0.16px;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__address {
    font-size: 14px;
    letter-spacing: -0.14px;
  }
}

.contacts__info {
  margin-top: 22px;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__info {
    margin-top: 19px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .contacts__info {
    margin-top: 12px;
  }
}

.contacts__info-item {
  color: #292929;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
}

.contacts__info-item:not(:last-of-type) {
  margin-bottom: 8px;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__info-item {
    font-size: 17px;
    letter-spacing: -0.51px;
  }
}

a.contacts__info-item {
  text-decoration: none;
}

a.contacts__info-item:hover {
  text-decoration: underline;
}

.contacts__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 27px;
  margin-bottom: -4px;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__services {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .contacts__services {
    margin-top: 18px;
  }
}

.contacts__services-item {
  margin-bottom: 4px;
  border-radius: 120px;
  padding: 9px 14px 10px;
  color: #313E48;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background-color: #EDF0F2;
}

.contacts__services-item:not(:last-of-type) {
  margin-right: 4px;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__services-item {
    padding: 7px 12px;
    font-size: 9px;
    line-height: 129%;
    letter-spacing: 0.27px;
  }
}

.contacts__box {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  width: 774px;
  position: absolute;
  top: 0;
  right: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__box {
    width: 619px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .contacts__box {
    width: 100%;
    margin-bottom: 36px;
    position: static;
    height: 0;
  }
}

.contacts__box_active {
  opacity: 1;
  z-index: 1;
  pointer-events: all;
}

@media only screen and (max-width: 1279.9px) {
  .contacts__box_active {
    height: auto;
  }
}

.contacts__map {
  margin-bottom: 14px;
  height: 609px;
  width: 774px;
  border-radius: 32px;
  overflow: hidden;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__map {
    margin-bottom: 11px;
    height: 487px;
    width: 619px;
    border-radius: 26px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .contacts__map {
    margin-bottom: 18px;
    margin-left: -18px;
    margin-right: -18px;
    height: 283px;
    width: auto;
    border-radius: 0;
  }
}

.contacts__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__gallery-picture {
  width: 185px;
}

.contacts__gallery-picture:not(:last-of-type) {
  margin-right: 14px;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__gallery-picture:not(:last-of-type) {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .contacts__gallery-picture:not(:last-of-type) {
    margin-right: 7px;
  }
}

@media only screen and (max-width: 1599.9px) {
  .contacts__gallery-picture {
    width: 147px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .contacts__gallery-picture {
    width: 103px;
  }
}

.contacts__gallery-image {
  height: 123px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1599.9px) {
  .contacts__gallery-image {
    height: 98px;
    border-radius: 9px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .contacts__gallery-image {
    height: 68px;
    border-radius: 7px;
  }
}

.modal-registration {
  display: none;
}

.modal-registration.fancybox__content {
  border-radius: 32px;
  padding: 28px 36px 33px;
  width: 498px;
}

@media only screen and (max-width: 767px) {
  .modal-registration.fancybox__content {
    padding: 18px 18px 25px;
    max-width: 360px;
    width: 100%;
    border-radius: 22px;
  }
}

.modal-registration.fancybox__content .f-button.is-close-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  top: -35px;
  right: -42px;
}

@media only screen and (max-width: 767px) {
  .modal-registration.fancybox__content .f-button.is-close-btn {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }
}

.modal-registration.fancybox__content .f-button.is-close-btn svg {
  stroke: #111519;
  stroke-width: 3px;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .modal-registration.fancybox__content .f-button.is-close-btn svg {
    width: 12px;
    height: 12px;
  }
}

.modal-registration__title {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .modal-registration__title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 120%;
  }
}

.modal-registration__text {
  margin-bottom: 25px;
  max-width: 325px;
  font-size: 14px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .modal-registration__text {
    max-width: 300px;
    margin-bottom: 16px;
    font-size: 13px;
  }
}

.modal-registration__label {
  position: relative;
  display: block;
  width: 100%;
}

.modal-registration__label:not(:last-of-type) {
  margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .modal-registration__label:not(:last-of-type) {
    margin-bottom: 14px;
  }
}

.modal-registration__input {
  width: 100%;
  padding: 23px 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.18px;
  color: #111519;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .modal-registration__input {
    font-size: 15px;
    letter-spacing: 0.15px;
    padding: 20px 0;
  }
}

.modal-registration__input:-moz-placeholder-shown + .modal-registration__placeholder {
  top: 23px;
  color: rgba(17, 21, 25, 0.6);
  font-size: 18px;
  letter-spacing: 0.18px;
}

.modal-registration__input:-ms-input-placeholder + .modal-registration__placeholder {
  top: 23px;
  color: rgba(17, 21, 25, 0.6);
  font-size: 18px;
  letter-spacing: 0.18px;
}

.modal-registration__input:placeholder-shown + .modal-registration__placeholder {
  top: 23px;
  color: rgba(17, 21, 25, 0.6);
  font-size: 18px;
  letter-spacing: 0.18px;
}

@media only screen and (max-width: 767px) {
  .modal-registration__input:-moz-placeholder-shown + .modal-registration__placeholder {
    font-size: 15px;
    letter-spacing: 0.15px;
  }
  .modal-registration__input:-ms-input-placeholder + .modal-registration__placeholder {
    font-size: 15px;
    letter-spacing: 0.15px;
  }
  .modal-registration__input:placeholder-shown + .modal-registration__placeholder {
    font-size: 15px;
    letter-spacing: 0.15px;
  }
}

.modal-registration__input:focus + .modal-registration__placeholder {
  position: absolute;
  top: 4px;
  left: 0;
  color: #111519;
  font-size: 11px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.11px;
}

@media only screen and (max-width: 767px) {
  .modal-registration__input:focus + .modal-registration__placeholder {
    top: 0;
    font-size: 10px;
    letter-spacing: 0.1px;
  }
}

.modal-registration__placeholder {
  position: absolute;
  top: 4px;
  left: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.11px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, font-size, color, letter-spacing;
  transition-property: top, font-size, color, letter-spacing;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 767px) {
  .modal-registration__placeholder {
    font-size: 10px;
    letter-spacing: 0.1px;
    top: 0;
  }
}

.modal-registration__submit {
  margin-top: 36px;
  margin-bottom: 138px;
  width: 100%;
  font-size: 20px;
  padding: 26px 30px 30px;
}

@media only screen and (max-width: 767px) {
  .modal-registration__submit {
    margin-top: 30px;
    margin-bottom: 142px;
    font-size: 18px;
    padding: 16px 16px 17px;
  }
}

.modal-registration__policy {
  max-width: 364px;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 12px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .modal-registration__policy {
    max-width: 290px;
    text-align: left;
    margin: 0;
    font-size: 10px;
  }
}

.modal-registration__policy a {
  color: #111519;
  text-decoration: none;
}

.modal-registration__policy a:hover {
  text-decoration: underline;
}

.modal-video.fancybox__content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.modal-video {
  display: none;
}

.modal-video__video {
  background: #000;
  width: 100%;
  height: 100%;
}

.modal-thanks {
  display: none;
}

.modal-thanks.fancybox__content {
  border-radius: 32px;
  padding: 28px 36px 48px;
  width: 498px;
}

@media only screen and (max-width: 767px) {
  .modal-thanks.fancybox__content {
    padding: 18px 18px 40px;
    max-width: 360px;
    width: 100%;
    border-radius: 22px;
  }
}

.modal-thanks.fancybox__content .f-button.is-close-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  top: -35px;
  right: -42px;
}

@media only screen and (max-width: 767px) {
  .modal-thanks.fancybox__content .f-button.is-close-btn {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }
}

.modal-thanks.fancybox__content .f-button.is-close-btn svg {
  stroke: #111519;
  stroke-width: 3px;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .modal-thanks.fancybox__content .f-button.is-close-btn svg {
    width: 12px;
    height: 12px;
  }
}

.modal-thanks__title {
  margin-bottom: 39px;
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .modal-thanks__title {
    margin-bottom: 33px;
    font-size: 22px;
    line-height: 120%;
  }
}

.modal-thanks__icon {
  margin-bottom: 18px;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .modal-thanks__icon {
    width: 40px;
    height: 40px;
  }
}

.modal-thanks__text {
  margin-bottom: 98px;
  max-width: 400px;
  width: 100%;
  font-size: 20px;
  line-height: 150%;
}

@media only screen and (max-width: 767px) {
  .modal-thanks__text {
    max-width: 300px;
    margin-bottom: 92px;
    font-size: 18px;
  }
}

.modal-thanks__button {
  width: 100%;
  font-size: 20px;
  padding: 26px 30px 30px;
}

@media only screen and (max-width: 767px) {
  .modal-thanks__button {
    font-size: 18px;
    padding: 16px 16px 17px;
  }
}

.modal-thanks-open {
  display: none;
}

.agreement .wysiwyg {
  max-width: 1100px;
  padding: 270px 0 61px;
}

@media only screen and (max-width: 1599.9px) {
  .agreement .wysiwyg {
    padding: 210px 0 47px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .agreement .wysiwyg {
    padding: 140px 0 31px;
  }
}

.agreement .wysiwyg h1 {
  font-size: 68px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -1.36px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1599.9px) {
  .agreement .wysiwyg h1 {
    font-size: 54px;
    letter-spacing: -1.08px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .agreement .wysiwyg h1 {
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -0.84px;
    margin-bottom: 32px;
  }
}

.agreement .wysiwyg p {
  color: #111519;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.2px;
}

@media only screen and (max-width: 1599.9px) {
  .agreement .wysiwyg p {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .agreement .wysiwyg p {
    line-height: 150%;
  }
}

.agreement .wysiwyg p:not(:last-child) {
  margin-bottom: 20px;
}

.agreement .wysiwyg ul {
  padding-left: 16px;
  margin-top: -18px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.2px;
  color: #292929;
}

@media only screen and (max-width: 1599.9px) {
  .agreement .wysiwyg ul {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .agreement .wysiwyg ul {
    line-height: 150%;
  }
}

.agreement .wysiwyg ul > :not(:last-child) {
  margin-bottom: 6px;
}

.agreement .wysiwyg a {
  color: rgba(17, 21, 25, 0.6);
  text-decoration: none;
}

.agreement .wysiwyg a:hover {
  text-decoration: underline;
}

.agreement .header__nav-link {
  color: #111519;
}

@media only screen and (max-width: 1279.9px) {
  .agreement .header__logo svg path {
    fill: #313E48;
  }
}

@media only screen and (max-width: 1279.9px) {
  .agreement .header__logo-note {
    color: rgba(49, 62, 72, 0.5);
  }
}

@media only screen and (max-width: 1279.9px) {
  .agreement .header__burger path {
    stroke: #111519;
  }
}

@media only screen and (max-width: 1279.9px) {
  .agreement .header__phone {
    color: #111519;
  }
}

.services-info {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1599.9px) {
  .services-info {
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .services-info {
    margin-bottom: 14px;
  }
}

.services-info__container {
  display: grid;
  grid-template-columns: 8.54fr minmax(200px, 6.27fr);
  border-bottom: 2px solid rgba(49, 62, 72, 0.14);
  padding-bottom: 140px;
}

@media only screen and (max-width: 1599.9px) {
  .services-info__container {
    padding-bottom: 110px;
    grid-template-columns: 7.82fr minmax(150px, 4fr);
  }
}

@media only screen and (max-width: 1279.9px) {
  .services-info__container {
    display: block;
    padding-bottom: 60px;
  }
}

.services-info .wysiwyg > h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1599.9px) {
  .services-info .wysiwyg > h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .services-info .wysiwyg > h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.services-info .wysiwyg > h2:not(:first-child) {
  padding-top: 24px;
}

@media only screen and (max-width: 1279.9px) {
  .services-info .wysiwyg > h2:not(:first-child) {
    padding-top: 8px;
  }
}

.services-info .wysiwyg > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #292929;
}

@media only screen and (max-width: 1599.9px) {
  .services-info .wysiwyg > p {
    font-size: 15px;
  }
}

.services-info .wysiwyg > p:not(:last-child) {
  margin-bottom: 16px;
}

.services-info .wysiwyg > ul {
  padding-left: 10px;
  /*@include breakpoint-down($middle-width) {
              padding-left: 0;
            }*/
}

.services-info .wysiwyg > ul > li {
  list-style: disc;
  list-style-position: inside;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #292929;
}

@media only screen and (max-width: 1599.9px) {
  .services-info .wysiwyg > ul > li {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .services-info .wysiwyg > ul > li {
    line-height: 150%;
  }
}

.services-info .wysiwyg > ul > li::marker {
  margin-right: 10px;
}

.services-info .wysiwyg > ul:not(:last-child) {
  margin-bottom: 16px;
}

.services-info .wysiwyg a {
  color: #002D96;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.services-info .wysiwyg a:hover {
  opacity: .8;
}

.service-prices {
  padding: 40px 0 80px;
}

@media only screen and (max-width: 767px) {
  .service-prices {
    padding: 36px 0 50px;
  }
}

.service-prices__title {
  max-width: 920px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .service-prices__title {
    margin-bottom: 30px;
  }
}

.service-prices__box {
  margin-right: 0;
  width: 100%;
}

.service-prices .block {
  display: block;
  width: 100%;
  padding: 0;
}

.service-prices thead {
  text-align: left;
}

.service-prices th {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  opacity: .5;
  letter-spacing: .01em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .service-prices th {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .service-prices th {
    font-size: 10px;
  }
}

.service-prices td a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .service-prices__desc-view {
    display: none;
  }
}

.service-prices__mob-view {
  display: none;
}

@media only screen and (max-width: 767px) {
  .service-prices__mob-view {
    display: inline;
  }
}

.service-prices__table {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .service-prices__table {
    margin-bottom: 12px;
  }
}

.service-prices__table-head, .service-prices__table-body {
  display: block;
}

.service-prices__table-head._main > :not(:last-child), .service-prices__table-body._main > :not(:last-child) {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .service-prices__table-head._main > :not(:last-child), .service-prices__table-body._main > :not(:last-child) {
    margin-bottom: 0;
  }
}

.service-prices__table-head._category, .service-prices__table-body._category {
  border-radius: 32px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .service-prices__table-head._category, .service-prices__table-body._category {
    border-radius: 0;
  }
}

.service-prices__table-head {
  padding: 20px 36px;
}

@media only screen and (max-width: 767px) {
  .service-prices__table-head {
    padding: 0 0 12px 0;
  }
  .service-prices__table-head .service-prices__row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .service-prices__table-head .service-prices__row > :first-child {
    padding-left: 0;
  }
}

.service-prices__info {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  opacity: .5;
  text-transform: uppercase;
  max-width: 900px;
}

@media only screen and (max-width: 767px) {
  .service-prices__info {
    font-size: 10px;
  }
}

.service-prices__row {
  display: grid;
  grid-template-columns: 47% 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .service-prices__row {
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
    grid-template-columns: 49% 1.1fr 1.1fr;
  }
}

.service-prices__row > :first-child {
  position: relative;
  padding-left: 32px;
}

@media only screen and (max-width: 767px) {
  .service-prices__row > :first-child {
    padding-left: 18px;
  }
}

.service-prices__row-item {
  padding: 30px 36px;
}

@media only screen and (max-width: 1599.9px) {
  .service-prices__row-item {
    padding: 32px 36px;
  }
}

@media only screen and (max-width: 767px) {
  .service-prices__row-item {
    padding: 12px 0;
    min-height: 66px;
  }
}

.service-prices__arrow {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 14px;
  height: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.is-active .service-prices__arrow {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}

@media only screen and (max-width: 767px) {
  .service-prices__arrow {
    width: 10px;
    height: 7px;
  }
}

.service-prices__category {
  border-radius: 32px;
  background-color: #F0EFEB;
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.is-active > .service-prices__category {
  border-radius: 32px 32px 0 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media only screen and (max-width: 767px) {
  .is-active > .service-prices__category {
    border-radius: 0;
  }
}

.service-prices__category:not(:last-child) {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .service-prices__category:not(:last-child) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .service-prices__category {
    background-color: #fff0;
    border-radius: 0;
    color: #111519;
    border-top: 1px solid #313E4824;
    border-bottom: 1px solid #313E4824;
  }
}

.service-prices__category > .service-prices__name,
.service-prices__subcategory > .service-prices__name {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .01em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599.9px) {
  .service-prices__category > .service-prices__name,
  .service-prices__subcategory > .service-prices__name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .service-prices__category > .service-prices__name,
  .service-prices__subcategory > .service-prices__name {
    font-size: 11px;
    letter-spacing: .02em;
  }
}

.service-prices__subcategory > .service-prices__name a:hover {
  opacity: .7;
}

.service-prices__service-item > .service-prices__name {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .01em;
  opacity: .6;
}

@media only screen and (max-width: 767px) {
  .service-prices__service-item > .service-prices__name {
    font-size: 15px;
  }
}

.service-prices__service-item > .service-prices__name a:hover {
  opacity: .7;
}

.service-prices__subcategory {
  background-color: rgba(240, 239, 235, 0.32);
  border-bottom: 1px solid rgba(36, 41, 44, 0.08);
  -webkit-transition: padding .4s, border-color 0s;
  transition: padding .4s, border-color 0s;
  -webkit-transition-delay: 0s, .4s;
  transition-delay: 0s, .4s;
}

.is-active > .service-prices__subcategory {
  border-color: #fff0;
  padding-bottom: 24px;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

@media only screen and (max-width: 1599.9px) {
  .is-active > .service-prices__subcategory {
    padding-bottom: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .is-active > .service-prices__subcategory {
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .service-prices__subcategory {
    background-color: #fff0;
    border-top: 1px solid #313E4824;
    border-bottom: 1px solid #313E4824;
  }
}

.service-prices__service-item {
  padding: 0 36px 24px;
  background-color: rgba(240, 239, 235, 0.32);
}

.service-prices__service-item:last-child {
  border-bottom: 1px solid #313E4814;
}

@media only screen and (max-width: 767px) {
  .service-prices__service-item {
    padding: 0 0 12px;
    background-color: #fff0;
  }
  .service-prices__service-item > :first-child {
    padding-left: 0;
  }
}

.service-prices__category > .service-prices__price {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
}

@media only screen and (max-width: 1599.9px) {
  .service-prices__category > .service-prices__price {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .service-prices__category > .service-prices__price {
    font-size: 11px;
    letter-spacing: .02em;
  }
}

.service-prices__subcategory > .service-prices__price {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

@media only screen and (max-width: 1599.9px) {
  .service-prices__subcategory > .service-prices__price {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .service-prices__subcategory > .service-prices__price {
    font-size: 11px;
    letter-spacing: .02em;
  }
}

.service-prices__service-item > .service-prices__price {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .01em;
}

@media only screen and (max-width: 767px) {
  .service-prices__service-item > .service-prices__price {
    font-size: 11px;
  }
}

.service-prices__other-price {
  opacity: .4;
}

.service-prices .table-body {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.service-prices .is-active + .table-body {
  height: auto;
}

.service-prices .is-active + .table-body._category {
  border-radius: 0 0 32px 32px;
}

@media only screen and (max-width: 767px) {
  .service-prices .is-active + .table-body._category {
    border-radius: 0;
  }
}

.service-prices__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1279.9px) {
  .service-prices__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .slider-controls {
    display: none;
  }
}

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.slider-navigation > :not(:last-child) {
  margin-right: 4px;
}

.swiper-button-disabled {
  opacity: .4;
  pointer-events: none;
}

.button-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  width: 112px;
  height: 82px;
  border: 1px solid #24292C24;
  border-radius: 100px;
  background-color: #fff;
  color: #022E29;
}

@media (hover: hover) {
  .button-slider {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .button-slider:hover {
    background-color: #24292C;
    color: #111519;
  }
}

.button-slider__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gallery-text-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
  font-weight: 500;
  font-size: 19px;
  color: #24292c63;
}

@media only screen and (max-width: 767px) {
  .gallery-text-after {
    margin-bottom: 15px;
    font-size: 15px;
    margin-top: 15px;
  }
}

.gallery__title {
  margin-bottom: 30px;
}

.gallery__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  line-height: 140%;
  color: #24292C;
  margin-bottom: 60px;
}

.gallery-background {
  padding-top: 30px;
  border-bottom: 2px solid #313E4824;
}

.choose-model {
  overflow: hidden;
  padding-bottom: 34px;
}

@media only screen and (max-width: 1599.9px) {
  .choose-model {
    padding-bottom: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .choose-model {
    padding-bottom: 22px;
  }
}

.choose-model__inner {
  padding: 30px 0 140px;
  border-top: 2px solid #313E4824;
  border-bottom: 2px solid #313E4824;
}

@media only screen and (max-width: 1599.9px) {
  .choose-model__inner {
    padding-bottom: 94px;
  }
}

@media only screen and (max-width: 767px) {
  .choose-model__inner {
    padding: 18px 0 50px;
  }
}

.choose-model__title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1599.9px) {
  .choose-model__title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .choose-model__title {
    margin-bottom: 20px;
  }
}

.choose-model__slide {
  position: relative;
  max-width: 273px;
}

.choose-model__image {
  -o-object-fit: cover;
  object-fit: cover;
}

.choose-model__image-wrap {
  display: block;
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .choose-model__image-wrap {
    border-radius: 12px;
    margin-bottom: 8px;
  }
}

.choose-model__link {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #111519;
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 19px;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .choose-model__link {
    font-size: 11px;
  }
}

.choose-model__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.choose-model__link:hover {
  opacity: 1;
}

.choose-model .slick-list {
  overflow: visible;
}

.choose-model .slick-track {
  margin: 0;
}

.choose-model .slick-slide:not(:last-child) {
  margin-right: 28px;
}

@media only screen and (max-width: 1599.9px) {
  .choose-model .slick-slide:not(:last-child) {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .choose-model .slick-slide:not(:last-child) {
    margin-right: 10px;
  }
}

.tags {
  padding-top: 30px;
}

.tags__detail {
  padding-bottom: 30px;
}

.tags-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}

.tags__item-input {
  display: none;
}

.tags__item-input:checked + .tags__item-label {
  background: #111519;
  color: white;
}

.tags__item-input:checked + .tags__item-label--important {
  background-color: #870014;
}

.tags__item-input:checked + .tags__item-label:hover {
  background: rgba(17, 21, 25, 0.8);
}

.tags__item-label {
  display: block;
  border-radius: 32px;
  padding: 0 18px;
  background: #F0EFEB;
  color: #111519;
  font-weight: 600;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  -webkit-transition: 0.2s background-color linear;
  transition: 0.2s background-color linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tags__item-label:not(span) {
  cursor: pointer;
}

@media only screen and (max-width: 1279.9px) {
  .tags__item-label {
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    font-size: 1.5rem;
  }
}

.tags__item-label:not(span):hover {
  background-color: #022E29;
  color: #fff;
}

.tags__item-label--important {
  background: #24292C;
  color: white;
  padding-left: 40px;
  position: relative;
}

@media only screen and (max-width: 1279.9px) {
  .tags__item-label--important {
    padding-left: 32px;
  }
}

.tags__item-label--important:not(span):hover {
  background-color: rgba(36, 41, 44, 0.8);
}

.tags__item-label--important:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 15px;
  background: url("../img/blog/fire.svg") no-repeat;
  opacity: .4;
}

@media only screen and (max-width: 1279.9px) {
  .tags__item-label--important:before {
    left: 10px;
  }
}

.tags__item-label--bg-no-opacity:before {
  content: "";
  opacity: 1;
}

.tags__item-label--reset {
  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;
  background: #F0EFEB;
}

.tags__item-label--reset > svg {
  width: 16px;
  height: 16px;
}

.tags__item-label--reset:hover svg path {
  fill: #fff;
  opacity: 1;
}

.tags__item-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  right: 0;
  z-index: 30;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.tags__item-wrapper.active {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1279.9px) {
  .tags__item-wrapper {
    position: fixed;
    top: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .tags__item-wrapper.active {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}

.tags__item-wrapper-inner {
  width: 100%;
}

@media only screen and (max-width: 1279.9px) {
  .tags__item-wrapper-inner {
    position: absolute;
    bottom: 0;
    max-height: calc(100vh - 20%);
  }
}

.tags__item-wrapper-inner-bg {
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(1, 1, 1, 0.15);
  box-shadow: 0px 0px 10px 1px rgba(1, 1, 1, 0.15);
}

@media only screen and (max-width: 1279.9px) {
  .tags__item-wrapper-inner-bg {
    border-radius: 24px 24px 0 0;
  }
}

.tags__item__container {
  padding: 0;
}

.tags__item-touch {
  display: none;
  height: 10px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1279.9px) {
  .tags__item-touch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tags__item-touch-item {
  height: 5px;
  width: 40px;
  border-radius: 999px;
  background: rgba(2, 26, 13, 0.1);
  margin: 0 auto;
}

.tags__item-apply {
  display: none;
  height: 100px;
}

@media only screen and (max-width: 1279.9px) {
  .tags__item-apply {
    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;
  }
}

.tags__item-apply__button {
  position: relative;
  width: 100%;
  color: white;
  border-radius: 46px;
  background: #000;
  height: 50px;
  margin: 0 20px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.tags__item-apply__button:hover {
  background-color: #fff;
  color: #111519;
  border: 1px solid currentColor;
}

.tags__item-apply__button.active {
  color: #a3a3a3;
  background: #eee;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}

.tags__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 10px;
  padding: 18px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 1279.9px) {
  .tags__item-list {
    max-height: 60vh;
    overflow: auto;
  }
}

.tags__item-overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 20;
}

@media only screen and (max-width: 1279.9px) {
  .tags__item-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

.articles {
  padding-top: 30px;
  padding-bottom: 50px;
}

.articles-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  position: relative;
}

.articles-item {
  grid-column: span 2;
}

.articles-item__head {
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}

.articles-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articles-item__footer > * {
  margin: 8px 0;
}

.articles-item-image {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.articles-item-title a {
  font-size: 1.7em;
  line-height: 120%;
  font-weight: 600;
  text-decoration: none;
  color: currentColor;
}

@media only screen and (max-width: 1279.9px) {
  .articles-item-title a {
    font-size: 1.3em;
  }
}

.articles-item-description {
  color: #949da5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 1599.9px) {
  .articles-item-description {
    -webkit-line-clamp: 4;
  }
}

.articles-item-description > a {
  text-decoration: none;
  color: currentColor;
}

.articles-item-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border-radius: 12px;
  padding: 4px 8px;
  background: #F0EFEB;
  font-weight: 500;
}

.articles-item--col-2 {
  grid-column: span 3;
}

.articles-item--col-2 .articles-item-title a {
  font-size: 2em;
}

@media only screen and (max-width: 1279.9px) {
  .articles-item--col-2 .articles-item-title a {
    font-size: 1.3em;
  }
}

.articles-item--col-2 .articles-item-description {
  color: #949da5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 1599.9px) {
  .articles-item--col-2 .articles-item-description {
    -webkit-line-clamp: 4;
  }
}

@media only screen and (max-width: 1279.9px) {
  .articles-item {
    grid-column: span 6;
  }
}

.articles-item-tags {
  position: absolute;
  top: 0;
  margin: 20px;
}

.articles-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.articles-more__button {
  position: relative;
  left: 0;
  margin: 0 auto;
  width: calc(100vw - 70%);
  max-width: calc(100vw - 32px);
  background: #111519;
  color: white;
  line-height: 4em;
  margin-top: 40px;
  margin-bottom: 80px;
  border: 1px solid transparent;
  border-radius: 46px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

@media only screen and (max-width: 1279.9px) {
  .articles-more__button {
    width: calc(100vw - 10%);
  }
}

.articles-more__button:hover {
  background-color: #fff;
  color: #111519;
  border: 1px solid currentColor;
}

.articles-more__button.active {
  color: #a3a3a3;
  background: #eee;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}

.articles__slider {
  display: block;
  margin: 0 -15px;
}

.articles__slide {
  width: 482px !important;
}

@media only screen and (max-width: 1599.9px) {
  .articles__slide {
    width: 382px !important;
  }
}

@media only screen and (max-width: 1279.9px) {
  .articles__slide {
    width: 346px !important;
  }
}

.articles__slider .articles-item {
  padding: 0 15px;
}

.articles-info {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1599.9px) {
  .articles-info {
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .articles-info {
    margin-bottom: 14px;
  }
}

.articles-info__container {
  display: grid;
  grid-template-columns: 8.54fr minmax(200px, 4.27fr);
  padding-bottom: 140px;
}

@media only screen and (max-width: 1599.9px) {
  .articles-info__container {
    padding-bottom: 110px;
    grid-template-columns: 7.82fr minmax(150px, 4fr);
  }
}

@media only screen and (max-width: 1279.9px) {
  .articles-info__container {
    display: block;
    padding-bottom: 60px;
  }
}

.articles-info-wrapper {
  position: relative;
}

.articles-info .wysiwyg {
  max-height: 300px;
  overflow: hidden;
}

.articles-info .wysiwyg.active {
  overflow: visible;
  animation: text-with-spoiler-in .5s forwards;
  -webkit-animation: text-with-spoiler-in .5s forwards;
  padding-bottom: 50px;
}

.articles-info .wysiwyg > h2 {
  font-weight: 400;
  font-size: 68px;
  line-height: 110%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1599.9px) {
  .articles-info .wysiwyg > h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .articles-info .wysiwyg > h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

.articles-info .wysiwyg > h2:not(:first-child) {
  padding-top: 24px;
}

@media only screen and (max-width: 1279.9px) {
  .articles-info .wysiwyg > h2:not(:first-child) {
    padding-top: 8px;
  }
}

.articles-info .wysiwyg > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #292929;
}

@media only screen and (max-width: 1599.9px) {
  .articles-info .wysiwyg > p {
    font-size: 15px;
  }
}

.articles-info .wysiwyg > p:not(:last-child) {
  margin-bottom: 16px;
}

.articles-info .wysiwyg > ul {
  padding-left: 10px;
}

.articles-info .wysiwyg > ul > li {
  list-style: disc;
  list-style-position: inside;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #292929;
}

@media only screen and (max-width: 1599.9px) {
  .articles-info .wysiwyg > ul > li {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .articles-info .wysiwyg > ul > li {
    line-height: 150%;
  }
}

.articles-info .wysiwyg > ul > li::marker {
  margin-right: 10px;
}

.articles-info .wysiwyg > ul:not(:last-child) {
  margin-bottom: 16px;
}

.articles-info .wysiwyg a {
  color: #018274;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.articles-info .wysiwyg a:hover {
  opacity: .8;
}

.articles-info .show-all-link {
  background-image: linear-gradient(0deg, #fff 30px, rgba(255, 255, 255, 0));
  color: #24292C;
  bottom: 0px;
  height: 40px;
  left: 0px;
  padding-top: 90px;
  position: absolute;
  text-decoration: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

@media only screen and (max-width: 1279.9px) {
  .articles-info .show-all-link {
    font-size: 14px;
  }
}

.articles-info .show-all-link:before {
  content: attr(data-show);
}

.articles-info .show-all-link:after {
  content: "";
  position: absolute;
  background: url(../img/blog/arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
}

.articles-info .show-all-link.active {
  background-image: none;
  padding: 0;
}

.articles-info .show-all-link.active:before {
  content: attr(data-close);
}

.articles-info .show-all-link.active:after {
  -webkit-transform: translateY(2px) rotate(180deg);
  -ms-transform: translateY(2px) rotate(180deg);
  transform: translateY(2px) rotate(180deg);
}

@-webkit-keyframes text-with-spoiler-in {
  99% {
    max-height: 200vh;
  }
  100% {
    max-height: unset;
  }
}

@keyframes text-with-spoiler-in {
  99% {
    max-height: 200vh;
  }
  100% {
    max-height: unset;
  }
}

.article-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media only screen and (max-width: 1279.9px) {
  .article-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.article-body {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
}

@media only screen and (max-width: 1279.9px) {
  .article-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

.article-body img {
  border-radius: 24px;
}

.article .wysiwyg {
  padding: 20px 0;
}

.article .wysiwyg > h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  margin: 28px 0;
}

@media only screen and (max-width: 767px) {
  .article .wysiwyg > h2 {
    line-height: 130%;
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.article .wysiwyg > h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .article .wysiwyg > h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.article .wysiwyg > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #292929;
}

@media only screen and (max-width: 1599.9px) {
  .article .wysiwyg > p {
    font-size: 15px;
  }
}

.article .wysiwyg > p:not(:last-child) {
  margin-bottom: 16px;
}

.article .wysiwyg > img {
  margin-bottom: 16px;
}

.article .wysiwyg > p + img {
  margin-top: 40px;
}

.article .wysiwyg > ol {
  padding-left: 5px;
}

.article .wysiwyg > ol > li {
  list-style: auto;
  list-style-position: inside;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #292929;
}

@media only screen and (max-width: 1599.9px) {
  .article .wysiwyg > ol > li {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .article .wysiwyg > ol > li {
    line-height: 150%;
  }
}

.article .wysiwyg > ol > li::marker {
  margin-right: 10px;
}

.article .wysiwyg > ol:not(:last-child) {
  margin-bottom: 16px;
}

.article .wysiwyg > ul {
  padding-left: 10px;
}

.article .wysiwyg > ul > li {
  list-style: disc;
  list-style-position: inside;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #292929;
}

@media only screen and (max-width: 1599.9px) {
  .article .wysiwyg > ul > li {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1279.9px) {
  .article .wysiwyg > ul > li {
    line-height: 150%;
  }
}

.article .wysiwyg > ul > li::marker {
  margin-right: 10px;
}

.article .wysiwyg > ul:not(:last-child) {
  margin-bottom: 16px;
}

.article .wysiwyg > figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0;
  margin-bottom: 40px;
}

.article .wysiwyg > figure > img {
  margin-bottom: 18px;
}

.article .wysiwyg > figure > figcaption {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  color: rgba(0, 0, 0, 0.3);
}

.article .wysiwyg a {
  color: #018274;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.article .wysiwyg a:hover {
  opacity: .8;
}

.article-like {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 40px;
}

.article-like__title {
  font-size: 20px;
  font-weight: 500;
}

.article-like__count {
  font-size: 20px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.article-like__button {
  background-image: url(../img/blog/like-detail.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  padding: 8px 18px 8px 40px;
  border-radius: 24px;
  height: 40px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.article-like__button:hover {
  background-image: url(../img/blog/like-detail-hover.svg);
  background-color: #e0ffdc;
}

.article-like__button.active {
  background-image: url(../img/blog/like-detail-hover.svg);
  background-color: #e0ffdc;
}

.article-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}

@media only screen and (max-width: 1279.9px) {
  .article-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

.article-info-wrapper {
  margin-left: 20%;
}

.article-info-wrapper--sticky {
  position: sticky;
  top: 80px;
  padding: 0 0 40px;
}

@media only screen and (max-width: 1279.9px) {
  .article-info-wrapper {
    margin-left: 0;
  }
}

.article-info .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-info .info-box:not(:first-child) {
  margin-top: 18px;
}

.article-info .box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.article-info .box:only-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.article-info .box > *:not(:first-child) {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.article-info .box-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #a7a7a7;
  line-height: 22px;
}

.article-info .box-like > svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.article-info .box-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #a7a7a7;
  line-height: 22px;
}

.article-info .box-view > svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.article-info .box-date {
  background: #F0EFEB;
  padding: 2px 10px;
  border-radius: 12px;
  font-weight: 500;
}

.article-info .box-time {
  color: #a7a7a7;
}

.article-info .box-author-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.article-info .box-author-name {
  font-size: 24px;
  font-weight: 600;
}

@media only screen and (max-width: 1599.9px) {
  .article-info .box-author-name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .article-info .box-author-name {
    font-size: 16px;
  }
}

.article-info .box-content {
  background: rgba(240, 239, 235, 0.34);
  border-radius: 32px;
  padding: 32px;
  position: relative;
  width: 100%;
}

.article-info .box-content-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 17px;
}

.article-info .box-content > ul {
  max-height: 150px;
  overflow: hidden;
  position: relative;
}

.article-info .box-content > ul:after {
  content: "";
  position: absolute;
  height: 50px;
  bottom: 0;
  background: linear-gradient(0deg, rgba(240, 239, 235, 0.34) 10px, rgba(255, 255, 255, 0));
  width: 100%;
}

.article-info .box-content > ul.active {
  overflow-y: auto;
  max-height: 500px;
}

.article-info .box-content > ul.active:after {
  background: none;
  height: auto;
}

.article-info .box-content > ul > li:not(:last-child) {
  margin: 12px 0;
}

.article-info .box-content > ul > li:not(:last-child).box-content__h3 {
  margin-left: 24px;
}

.article-info .box-content > ul > li > a {
  text-decoration: none;
  color: #111519;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.article-info .box-content > ul > li > a:hover {
  opacity: .5;
}

.article-info .box-content-button {
  position: relative;
  background: #f0efeb;
  border-radius: 8px;
  padding: 5px 25px 5px 10px;
  content: attr(data-show);
}

.article-info .box-content-button:before {
  content: attr(data-show);
}

.article-info .box-content-button:after {
  content: "";
  position: absolute;
  background: url(../img/blog/arrow-detail.svg) no-repeat;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
}

.article-info .box-content-button.active {
  margin-top: 20px;
}

.article-info .box-content-button.active:before {
  content: attr(data-close);
}

.article-info .box-content-button.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.article .wrapper-table {
  width: 100%;
}

.article .wrapper-in {
  overflow: auto;
  position: relative;
  max-width: 100%;
}

.article table {
  border-radius: 24px;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1279.9px) {
  .article table {
    border-radius: 24px 24px 0 0;
  }
}

.article table tr {
  height: 66px;
  background: #F0EFEB52;
  color: #24292C;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #F0EFEB;
}

@media only screen and (max-width: 1279.9px) {
  .article table tr {
    background: none;
  }
}

@media only screen and (max-width: 1279.9px) {
  .article table tr th {
    color: #87898B;
  }
}

.article table tr th, .article table tr td {
  padding: 12px 12px;
}

.article table tr th:first-child, .article table tr td:first-child {
  padding-left: 24px;
}

@media only screen and (max-width: 1279.9px) {
  .article table tr th:first-child, .article table tr td:first-child {
    padding-left: 12px;
  }
}

.article table tr th:last-child, .article table tr td:last-child {
  padding-right: 24px;
}

@media only screen and (max-width: 1279.9px) {
  .article table tr th:last-child, .article table tr td:last-child {
    padding-right: 12px;
  }
}

.article table tr:first-child {
  background: #F0EFEB;
}

@media only screen and (max-width: 1279.9px) {
  .article table tr:first-child {
    background: none;
  }
}

.article table tr:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .article table tr:last-child {
    border-bottom: 1px solid #E2E4E5;
  }
}

.article-related {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

.article-related__title {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -1.36px;
}

@media only screen and (max-width: 767px) {
  .article-related__title {
    font-size: 34px;
  }
}

.article-related__wrap {
  padding-bottom: 50px;
  border-bottom: 2px solid rgba(49, 62, 72, 0.14);
}

.article-related .slick-list {
  overflow: visible;
}

.services-cap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

@media only screen and (max-width: 1279.9px) {
  .services-cap .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.banners-head {
  display: none;
  position: relative;
  z-index: 4;
  border-radius: 22px;
  overflow: hidden;
}

.banners-head__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 375px;
  color: #fff;
  width: 100%;
}

.banners-head__gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: #E9E6E0;
}

.banners-head__backgrand {
  width: 100%;
  height: 100%;
  z-index: 6;
}

.banners-head__body {
  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;
  z-index: 7;
  gap: 18px;
  padding: 18px 16px 18px 16px;
}

.banners-head__h {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #111519;
}

.banners-head__text {
  font-size: 16px;
  font-weight: 500;
  max-width: 285px;
  color: #111519;
}

.banners-head__button {
  width: 143px;
  height: 36px;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 0px 17px;
}

.banners-head__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 7;
}

.banners-head__close svg {
  stroke: #111519;
  stroke-width: 3px;
  width: 15px;
  height: 15px;
}

.banners-headmobile {
  display: none;
  background: #F0EFEB;
  border-radius: 22px;
  overflow: hidden;
}

.banners-headmobile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banners-headmobile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
}

.banners-headmobile__h {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.banners-headmobile__text {
  font-size: 15px;
  font-weight: 400;
}

.banners-headmobile__button {
  margin-top: 8px;
}

.banners-headmobile__button > a {
  font-size: 13px;
  padding: 12px 20px 12px;
}

.blog-cap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

@media only screen and (max-width: 1279.9px) {
  .blog-cap .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.banners-blog {
  display: none;
  background: #F0EFEB;
  border-radius: 22px;
  overflow: hidden;
}

.banners-blog__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banners-blog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  gap: 12px;
}

.banners-blog__h {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.banners-blog__text {
  font-size: 15px;
}

.banners-blog__button {
  margin-top: 8px;
}

.banners-blog__button > a {
  font-size: 13px;
  padding: 12px 20px 12px;
}

.banners-blog__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 12px;
}

.banners-blog__close svg {
  stroke: #111519;
  stroke-width: 3px;
  width: 15px;
  height: 15px;
}

.banners-blogmobile {
  position: relative;
  display: none;
  background: #F0EFEB;
  border-radius: 22px;
  overflow: hidden;
}

.banners-blogmobile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  gap: 12px;
}

.banners-blogmobile__h {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.banners-blogmobile__text {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
}

.banners-blogmobile__button {
  margin-top: 16px;
}

.banners-blogmobile__button > a {
  font-size: 13px;
  padding: 12px 20px 12px;
  width: 100%;
}

.banners-blogmobile__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 12px;
}

.banners-blogmobile__close svg {
  stroke: #111519;
  stroke-width: 3px;
  width: 15px;
  height: 15px;
}

/*# sourceMappingURL=main.css.map */
