a,
button {
 color: inherit;
}
*,
h1,
h2,
h3,
h4,
h5,
h6 {
 padding: 0;
 margin: 0;
}
.bg-gray,
.slider-control__button[disabled] {
 background-color: rgba(21, 24, 31, 0.05) !important;
}
.swiper,
ul li {
 list-style: none;
}
.markirovka .about__content li,
.markirovka .features__content-text li {
 list-style: disc inside;
}
* {
 border: 0;
}
*,
:after,
:before {
 box-sizing: border-box;
}
:active,
:focus,
a:active,
a:focus {
 outline: 0;
}
body,
html {
 height: 100%;
}
button,
input,
textarea {
 font-family: inherit;
 font-size: inherit;
}
button {
 cursor: pointer;
 background-color: inherit;
}
a {
 text-decoration: none;
}
img {
 vertical-align: top;
}
body {
 -ms-text-size-adjust: 100%;
 -moz-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-size: 24px;
 line-height: 28px;
 font-weight: 400;
}
html {
 scroll-behavior: smooth;
}
main {
 margin-top: 129px !important;
}
.container,
[class*='__container'] {
 margin: 0 auto;
 max-width: 1256px;
 padding: 0 12px;
}
@media (max-width: 1200px) {
 .container,
 [class*='__container'] {
  padding: 0 20px;
 }
}
[class*='__container--full'] {
 padding: 0 24px;
 max-width: none;
 width: 100%;
}
@media (max-width: 1200) {
 [class*='__container--full'] {
  padding: 0 20px;
 }
}
.slider-control {
 display: flex;
 align-items: center;
 gap: 8px;
}
.slider-control__button {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 64px;
 height: 40px;
 border-radius: 999px;
 border: 1px solid rgba(21, 24, 31, 0.1);
 transition: background-color 0.3s, border-color 0.3s;
}
.slider-control__button svg path {
 transition: stroke-opacity 0.3s;
}
.slider-control__button[disabled] {
 cursor: default;
 transition: background-color 0.3s, border-color 0.3s;
 border-color: rgba(21, 24, 31, 0.1);
}
.swiper-fade.swiper-free-mode .swiper-slide,
.swiper-free-mode > .swiper-wrapper {
 transition-timing-function: ease-out;
}
.slider-control__button[disabled] svg path {
 stroke-opacity: 0.4;
 transition: stroke-opacity 0.3s;
}
.swiper-scrollbar {
 width: 100% !important;
}
.swiper-slide,
.swiper-wrapper {
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
}
:root {
 --swiper-theme-color: #007aff;
 --swiper-navigation-size: 44px;
}
: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;
 padding: 0;
 z-index: 1;
 display: block;
}
.swiper-vertical > .swiper-wrapper {
 flex-direction: column;
}
.swiper-wrapper {
 z-index: 1;
 display: flex;
 transition-timing-function: var(
  --swiper-wrapper-transition-timing-function,
  initial
 );
 box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
 transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
 touch-action: pan-y;
}
.swiper-vertical {
 touch-action: pan-x;
}
.swiper-slide {
 flex-shrink: 0;
 display: block;
}
.swiper-slide-invisible-blank {
 visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
 height: auto;
}
.swiper-autoheight .swiper-wrapper {
 align-items: flex-start;
 transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
 perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
 transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
 overflow: auto;
 scrollbar-width: none;
 -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
 display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
 scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
 scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
 scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
 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: '';
 flex-shrink: 0;
 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 {
 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 {
 margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
 width: 100%;
 min-width: 1px;
 height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 pointer-events: none;
 z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
 background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
 background-image: linear-gradient(
  to left,
  rgba(0, 0, 0, 0.5),
  rgba(0, 0, 0, 0)
 );
}
.swiper-3d .swiper-slide-shadow-right {
 background-image: linear-gradient(
  to right,
  rgba(0, 0, 0, 0.5),
  rgba(0, 0, 0, 0)
 );
}
.swiper-3d .swiper-slide-shadow-top {
 background-image: linear-gradient(
  to top,
  rgba(0, 0, 0, 0.5),
  rgba(0, 0, 0, 0)
 );
}
.swiper-3d .swiper-slide-shadow-bottom {
 background-image: linear-gradient(
  to bottom,
  rgba(0, 0, 0, 0.5),
  rgba(0, 0, 0, 0)
 );
}
.swiper-lazy-preloader {
 width: 42px;
 height: 42px;
 position: absolute;
 left: 50%;
 top: 50%;
 margin-left: -21px;
 margin-top: -21px;
 z-index: 10;
 transform-origin: 50%;
 box-sizing: border-box;
 border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
 border-radius: 50%;
 border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
 animation: 1s linear infinite swiper-preloader-spin;
}
.swiper-lazy-preloader-white {
 --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
 --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
 0% {
  transform: rotate(0);
 }
 100% {
  transform: rotate(360deg);
 }
}
.swiper-virtual .swiper-slide {
 -webkit-backface-visibility: hidden;
 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);
}
.swiper-button-next,
.swiper-button-prev {
 position: absolute;
 top: var(--swiper-navigation-top-offset, 50%);
 width: calc(var(--swiper-navigation-size) / 44 * 27);
 height: var(--swiper-navigation-size);
 margin-top: calc(0px - var(--swiper-navigation-size) / 2);
 z-index: 10;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
 opacity: 0.35;
 cursor: auto;
 pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
 opacity: 0;
 cursor: auto;
 pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev,
.swiper-pagination-bullet:only-child,
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled,
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
 display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
 width: 100%;
 height: 100%;
 object-fit: contain;
 transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
 transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
 left: var(--swiper-navigation-sides-offset, 10px);
 right: auto;
}
.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
 display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
 font-family: swiper-icons;
 font-size: var(--swiper-navigation-size);
 text-transform: none !important;
 letter-spacing: 0;
 font-variant: initial;
 line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
 content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
 right: var(--swiper-navigation-sides-offset, 10px);
 left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
 content: 'next';
}
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0, 0, 0);
 z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
 opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 bottom: var(--swiper-pagination-bottom, 8px);
 top: var(--swiper-pagination-top, auto);
 left: 0;
 width: 100%;
}
.swiper-pagination-bullets-dynamic {
 overflow: hidden;
 font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
 transform: scale(0.33);
 position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
 transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
 transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
 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;
 box-shadow: none;
 -webkit-appearance: none;
 appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
}
.swiper-pagination-bullet-active {
 opacity: var(--swiper-pagination-bullet-opacity, 1);
 background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
 right: var(--swiper-pagination-right, 8px);
 left: var(--swiper-pagination-left, auto);
 top: 50%;
 transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
 margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
 display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
 > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
 top: 50%;
 transform: translateY(-50%);
 width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
 .swiper-pagination-bullet,
.swiper-vertical
 > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
 .swiper-pagination-bullet {
 display: inline-block;
 transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
 .swiper-pagination-bullet {
 margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
 > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
 left: 50%;
 transform: translateX(-50%);
 white-space: nowrap;
}
.swiper-horizontal
 > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
 .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
 .swiper-pagination-bullet {
 transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
 > .swiper-pagination-bullets-dynamic
 .swiper-pagination-bullet {
 transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
 color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
 background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
 position: absolute;
}
.swiper-scrollbar,
.swiper-scrollbar-drag {
 position: relative;
 border-radius: var(--swiper-scrollbar-border-radius, 10px);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
 background: var(--swiper-pagination-color, var(--swiper-theme-color));
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 transform: scale(0);
 transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
 transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
 > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
 width: 100%;
 height: var(--swiper-pagination-progressbar-size, 4px);
 left: 0;
 top: 0;
}
.swiper-horizontal
 > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
 width: var(--swiper-pagination-progressbar-size, 4px);
 height: 100%;
 left: 0;
 top: 0;
}
.swiper-scrollbar {
 touch-action: none;
 background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
 position: absolute;
 left: var(--swiper-scrollbar-sides-offset, 1%);
 bottom: var(--swiper-scrollbar-bottom, 4px);
 top: var(--swiper-scrollbar-top, auto);
 z-index: 50;
 height: var(--swiper-scrollbar-size, 4px);
 width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
 position: absolute;
 left: var(--swiper-scrollbar-left, auto);
 right: var(--swiper-scrollbar-right, 4px);
 top: var(--swiper-scrollbar-sides-offset, 1%);
 z-index: 50;
 width: var(--swiper-scrollbar-size, 4px);
 height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
 height: 100%;
 width: 100%;
 background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
 left: 0;
 top: 0;
}
.swiper-scrollbar-cursor-drag {
 cursor: move;
}
.swiper-zoom-container {
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
 max-width: 100%;
 max-height: 100%;
 object-fit: contain;
}
.swiper-slide-zoomed {
 cursor: move;
 touch-action: none;
}
.swiper .swiper-notification {
 position: absolute;
 left: 0;
 top: 0;
 pointer-events: none;
 opacity: 0;
 z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
 margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
 flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
 flex-wrap: wrap;
 flex-direction: column;
}
.swiper-fade .swiper-slide {
 pointer-events: none;
 transition-property: opacity;
}
.swiper-cube .swiper-slide .swiper-slide,
.swiper-fade .swiper-slide .swiper-slide,
.swiper-flip .swiper-slide .swiper-slide {
 pointer-events: none;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active,
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active,
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
 pointer-events: auto;
}
.swiper.swiper-cards,
.swiper.swiper-cube,
.swiper.swiper-flip {
 overflow: visible;
}
.swiper-cube .swiper-slide {
 pointer-events: none;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 z-index: 1;
 visibility: hidden;
 transform-origin: 0 0;
 width: 100%;
 height: 100%;
}
.swiper-cube.swiper-rtl .swiper-slide {
 transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
 pointer-events: auto;
 visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 opacity: 0.6;
 z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
 content: '';
 background: #000;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 right: 0;
 filter: blur(50px);
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
 z-index: 0;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
.swiper-flip .swiper-slide {
 pointer-events: none;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 z-index: 1;
}
.swiper-creative .swiper-slide {
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 overflow: hidden;
 transition-property: transform, opacity, height;
}
.swiper-cards .swiper-slide {
 transform-origin: center bottom;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 overflow: hidden;
}

.markirovka {
 color: #15181f;
}

.markirovka .title {
 font-weight: 600;
 font-size: 32px;
 line-height: 120%;
 letter-spacing: 0;
}
.markirovka .banner {
 padding-bottom: 40px;
}
.markirovka .banner__wrapper {
 position: relative;
 background-size: cover;
 background-position: center;
 padding: 40px;
 border-radius: 32px;
 overflow: hidden;
}
.markirovka .banner__wrapper::before {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 71.75%;
 height: 100%;
 filter: blur(50px);
 background: #15181f;
 opacity: 0.8;
 content: '';
}
@media (max-width: 1024px) {
 .markirovka .banner__wrapper {
  padding: 32px;
 }
}
.markirovka .banner__content {
 position: relative;
 z-index: 2;
 display: flex;
 flex-direction: column;
 min-height: 340px;
}
.markirovka .banner__header {
 display: flex;
 justify-content: space-between;
 width: 100%;
}
.markirovka .banner__text {
 max-width: 564px;
 margin-top: auto;
 font-weight: 300;
 font-size: 16px;
 line-height: 140%;
 letter-spacing: 0;
 color: #fff;
}
.markirovka .banner__logo {
 display: flex;
 align-items: center;
 justify-content: center;
 max-width: 167px;
 padding: 12px;
 height: max-content;
 border-radius: 8px;
 background-color: #fff;
 flex-shrink: 0;
}
.markirovka .banner__logo img {
 width: 100%;
 object-fit: cover;
}
.markirovka .banner__title {
 margin-bottom: 16px;
 color: #fff;
}
.markirovka .banner__subtitle {
 font-weight: 400;
 font-size: 20px;
 line-height: 140%;
 letter-spacing: 0;
 color: #fff;
}
.markirovka .banner__list {
 margin-top: 24px;
 color: #fff;
}
.markirovka .banner__hint {
 margin-top: 24px;
 font-weight: 300;
 font-size: 12px;
 line-height: 140%;
 letter-spacing: 0;
 color: hsla(0, 0%, 100%, 0.4);
}
.markirovka .banner__buttons {
 margin-top: 24px;
}
.markirovka .about,
.markirovka .process,
.markirovka .request {
 padding: 40px 0 80px;
}
.markirovka .about__title,
.markirovka .features__title,
.markirovka .responsibility__subtitle {
 margin-bottom: 16px;
}
.markirovka .about__items,
.markirovka .about__scrollbar,
.markirovka .benefits__scrollbar,
.markirovka .capabilities__scrollbar,
.markirovka .other-services__scrollbar,
.markirovka .process__scrollbar,
.markirovka .reasons__scrollbar,
.markirovka .subject__items,
.markirovka .subject__scrollbar {
 margin-top: 40px;
}
@media (min-width: 993px) {
 .markirovka .about__wrapper {
  flex-wrap: wrap;
  gap: 8px;
 }
}
.markirovka .about__item {
 display: flex;
 flex-direction: column;
 width: calc(33.3333333333% - 6px);
 height: auto;
 padding: 32px;
 background-color: rgba(21, 24, 31, 0.05);
 border-radius: 32px;
}
.markirovka .about__item--wide {
 width: calc(66.6666666667% - 6px);
}
.markirovka .about__header {
 display: flex;
 align-items: center;
 margin-bottom: 32px;
}
.markirovka .about__icon {
 width: 40px;
 height: 40px;
 margin-right: 16px;
 flex-shrink: 0;
}
.markirovka .about__icon img {
 width: 100%;
 object-fit: cover;
}
.markirovka .about__caption,
.markirovka .process__count,
.markirovka .subject__desc {
 font-weight: 400;
 font-size: 16px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .about__content,
.markirovka .price__hint {
 font-weight: 300;
 font-size: 14px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .about__content {
 display: flex;
 flex-direction: column;
 gap: 16px;
 margin-top: auto;
}
.markirovka .about__content li + li {
 margin-top: 8px;
}
.markirovka .about .swiper-scrollbar,
.markirovka .benefits .swiper-scrollbar,
.markirovka .capabilities .swiper-scrollbar,
.markirovka .other-services .swiper-scrollbar,
.markirovka .process .swiper-scrollbar,
.markirovka .reasons .swiper-scrollbar,
.markirovka .subject .swiper-scrollbar {
 position: static;
}
.markirovka .price {
 padding: 80px 0 40px;
 border-radius: 60px 60px 0 0;
 scroll-margin-top: 130px;
}
.markirovka .price__title,
.markirovka .process__title,
.markirovka .reasons__title,
.markirovka .responsibility__title {
  margin: 0;
  padding: 0;
 margin-bottom: 40px;
}
.markirovka .price__hint {
 margin-top: 40px;
 color: rgba(21, 24, 31, 0.4);
}
.markirovka .price__wrapper {
 display: flex;
 align-items: stretch;
 justify-content: space-between;
}
.markirovka .price__content {
 margin-right: 8px;
}
.markirovka .price__form {
 max-width: 499px;
 flex-shrink: 0;
}
@media (max-width: 1120px) {
 .markirovka .price__wrapper {
  flex-direction: column;
 }
 .markirovka .price__form {
  max-width: 100%;
  width: 100%;
  margin-top: 8px;
 }
}
.markirovka .price__cards {
 display: flex;
 flex-wrap: wrap;
 height: 100%;
 gap: 8px;
 margin: 0;
 padding: 0;
}
.markirovka .price__card {
 width: calc(50% - 4px);
 background-color: #fff;
 border-radius: 24px;
 padding: 24px;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.markirovka .price__card:last-child {
 width: 100%;
}
.markirovka .marking-request-form__title,
.markirovka .price__card:last-child .price__caption,
.markirovka .subtitle {
 font-weight: 400;
 font-size: 20px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .price__icon {
 width: 24px;
 height: 24px;
 margin-right: 16px;
 flex-shrink: 0;
}
.markirovka .price__icon--big {
 width: 40px;
 height: 40px;
 margin: 0;
}
.markirovka .price__icon img {
 max-width: 100%;
 object-fit: cover;
}
.markirovka .price__caption {
 font-size: 16px;
 font-weight: 400;
 line-height: 1.4;
 margin: 0 0 8px;
 color: #15181f;
}
.markirovka .price__cost {
 font-weight: 300;
 font-size: 14px;
 line-height: 140%;
 letter-spacing: 0;
 color: rgba(21, 24, 31, 0.4);
}
.markirovka .price__cost .price__value {
 font-weight: 400;
 font-size: 20px;
 color: #16181e;
}
.markirovka .price__badge {
 margin-top: auto;
 padding: 6px 12px;
 border-radius: 999px;
 background-color: #ed1a3b;
 font-weight: 400;
 font-size: 16px;
 line-height: 140%;
 letter-spacing: 0;
 color: #fff;
}
.markirovka .price__top {
 display: flex;
 justify-content: space-between;
 width: 100%;
 margin-bottom: auto;
}
.markirovka .price__bottom {
 display: flex;
 align-items: center;
 justify-content: space-between;
 width: 100%;
 margin-top: 60px;
}
.markirovka .marking-request-form {
 position: relative;
 display: flex;
 flex-direction: column;
 padding: 24px;
 background: linear-gradient(rgba(21, 24, 31, 0.1), rgba(21, 24, 31, 0.1)),
  linear-gradient(135deg, rgba(21, 24, 31, 0) 0%, rgba(21, 24, 31, 0.2) 100%),
  url('data:image/svg+xml,%3Csvg width=%27475%27 height=%27276%27 viewBox=%270 0 475 276%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%270.06%27 fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M531.584 139.932C627.879 251.252 657.631 276 657.631 276H519.039C481.267 276 446.414 257.888 418.613 227.47L389.461 194.086H203.738L232.613 159.332H360.125L304.234 94.9325H285.711L364.695 0H418.855C418.855 0 435.243 28.612 531.584 139.932ZM325.872 0L233.755 110.665L93.9637 276H0L234.852 0H325.872Z%27 fill=%27%2315181F%27/%3E%3C/svg%3E%0A');
 background-color: #fff;
 border-radius: 32px;
 overflow: hidden;
 background-position: bottom right;
 background-repeat: no-repeat;
}
.markirovka .marking-request-form--loading::before {
 content: '';
 position: absolute;
 inset: 0;
 background-color: rgba(255, 255, 255, 0.6);
 z-index: 1;
}
.markirovka .marking-request-form--loading::after {
 content: '';
 position: absolute;
 top: calc(50% - 25px);
 left: calc(50% - 25px);
 width: 50px;
 height: 50px;
 border-radius: 50px;
 border: 2px solid #ed1a3b;
 border-top-color: #15181f0d;
 animation: 2s linear infinite spin;
 z-index: 2;
}
.markirovka .marking-request-form .pristine-error,
.markirovka .marking-request-form__error,
.markirovka .marking-request-form__result {
 color: #ed1a3b;
 font-size: 12px;
 font-weight: 300;
 line-height: 14px;
 margin-top: 8px;
}
.markirovka .marking-request-form__desc {
 margin-top: 8px;
 margin-bottom: 60px;
 font-weight: 300;
 font-size: 14px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .marking-request-form__form {
 margin-top: auto;
}
.markirovka .features__content-text p + p,
.markirovka .features__content-text ul,
.markirovka .marking-request-form__captcha,
.markirovka .responsibility__text p + p,
.markirovka .responsibility__text ul {
 margin-top: 16px;
}
.markirovka .marking-request-form__inputs {
 display: flex;
 justify-content: space-between;
}
.markirovka .marking-request-form__input {
 width: calc(50% - 4px);
}
.markirovka .marking-request-form__bottom {
 display: flex;
 align-items: center;
 margin-top: 16px;
}
.markirovka .marking-request-form__button {
 margin-right: 16px;
 flex-shrink: 0;
}
.markirovka .marking-request-form__disclaimer {
 font-weight: 300;
 font-size: 12px;
 line-height: 140%;
 letter-spacing: 0;
 color: rgba(21, 24, 31, 0.4);
}
.markirovka .marking-request-form__disclaimer a {
 text-decoration: underline;
 color: #15181f;
}
.markirovka .capabilities,
.markirovka .features {
 padding: 40px 0;
}
.markirovka .features {
 background-color: #fff;
}
.markirovka .benefits__header,
.markirovka .capabilities__header {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 40px;
}

.markirovka .benefits::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 height: 60px;
 width: 100%;
 background: transparent;
 box-shadow: 100px 0 0 0 rgba(21, 24, 31, 0.05);
 border-top-right-radius: 60px;
 transform: scaleX(-1);
}
.markirovka .benefits::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 height: 60px;
 width: 100%;
 background: transparent;
 box-shadow: 100px 0 0 0 rgba(21, 24, 31, 0.05);
 border-top-right-radius: 60px;
}
@media (max-width: 768px) {
 .markirovka .benefits::before {
  height: 32px;
 }

 .markirovka .benefits::after {
  height: 32px;
 }
}

@media (max-width: 600px) {
 .markirovka .benefits::before {
  height: 24px;
 }

 .markirovka .benefits::after {
  height: 24px;
 }
}

.markirovka .capabilities__item {
 height: 100%;
 padding: 24px;
 background-color: #fff;
 border-radius: 24px;
}
.markirovka .capabilities__icon,
.markirovka .other-services__icon {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 40px;
 margin-bottom: 64px;
 background-color: rgba(237, 26, 59, 0.1);
 border-radius: 50%;
}
.markirovka .capabilities__icon img {
 width: 24px;
 height: 24px;
 object-fit: cover;
}
.markirovka .capabilities__text {
 font-weight: 300;
 font-size: 16px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .capabilities .swiper-slide,
.markirovka .other-services__slider .swiper-slide {
 width: 395px;
 height: auto;
}
@media (max-width: 768px) {
 main {
  margin-top: 134px !important;
 }
 .container,
 [class*='__container'],
 [class*='__container--full'] {
  max-width: 100%;
  padding: 0 12px;
 }
 .markirovka .banner {
  padding-bottom: 28px;
 }
 .markirovka .banner__wrapper {
  padding: 24px;
  border-radius: 24px;
 }
 .markirovka .banner__text {
  max-width: 422px;
 }
 .markirovka .banner__title {
  margin-bottom: 8px;
 }
 .markirovka .banner__list .list__item + .list__item {
  margin-top: 8px;
 }
 .markirovka .banner__list .list__item {
  font-size: 12px;
 }
 .markirovka .about {
  padding: 32px 0 56px;
 }
 .markirovka .about__items,
 .markirovka .about__scrollbar,
 .markirovka .capabilities__scrollbar {
  margin-top: 32px;
 }
 .markirovka .price {
  padding: 56px 0 28px;
  border-radius: 32px 32px 0 0;
 }
 .markirovka .capabilities__header,
 .markirovka .price__title {
  margin-bottom: 32px;
 }
 .markirovka .capabilities__control,
 .markirovka .price__hint {
  display: none;
 }
 .markirovka .capabilities {
  padding: 28px 0;
 }
 .markirovka .capabilities__container {
  padding-right: 0;
 }
 .markirovka .capabilities .swiper-slide {
  width: 352px;
 }
 .markirovka .marking-request-form {
  background: linear-gradient(rgba(21, 24, 31, 0.1), rgba(21, 24, 31, 0.1)),
   linear-gradient(135deg, rgba(21, 24, 31, 0) 0%, rgba(21, 24, 31, 0.2) 100%),
   url("data:image/svg+xml,%3Csvg width='537' height='280' viewBox='0 0 537 280' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.06' fill-rule='evenodd' clip-rule='evenodd' d='M749.225 142.143C884.945 299.04 926.878 333.92 926.878 333.92H731.545C678.307 333.92 629.185 308.392 590.002 265.521L548.915 218.468H287.153L327.849 169.487H507.568L428.793 78.7202H402.687L514.009 -55.0796H590.343C590.343 -55.0796 613.44 -14.7532 749.225 142.143ZM459.291 -55.0796L329.459 100.893L132.434 333.92H0L331.005 -55.0796H459.291Z' fill='%2315181F'/%3E%3C/svg%3E%0A");
  background-position: center right;
  background-repeat: no-repeat;
 }
}
.markirovka .process__button {
 display: flex;
 justify-content: center;
 margin-top: 40px;
}
.markirovka .process__wrapper {
 position: relative;
 padding: 50px 0;
 width: max-content;
 padding-right: 15px;
}
.markirovka .process__wrapper::before {
 position: absolute;
 top: 50%;
 left: 0;
 background-image: repeating-linear-gradient(
  90deg,
  rgba(21, 24, 31, 0.1019607843),
  rgba(21, 24, 31, 0.1019607843) 32px,
  transparent 32px,
  transparent 36px
 );
 background-position: left bottom;
 background-repeat: repeat-x;
 background-size: 100% 1px;
 width: calc(100% - 71px);
 height: 1px;
 content: '';
}
.markirovka .process__wrapper::after {
 content: ' ';
 position: absolute;
 top: 50%;
 right: 67px;
 display: block;
 width: 10px;
 height: 7px;
 transform: translateY(calc(-50% + 0.3px));
 background-image: url('data:image/svg+xml,%3Csvg fill=%27%2315181F1A%27 version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 330 330%27 xml:space=%27preserve%27%3E%3Cpath id=%27XMLID_222_%27 d=%27M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z%27/%3E%3C/svg%3E');
 background-repeat: no-repeat;
 background-position: center;
}
.markirovka .process__wrapper .swiper-slide:nth-child(2n) .process__item {
 align-self: flex-end;
 transform: translateY(50px);
}
.markirovka .process__wrapper .swiper-slide:nth-child(2n) .process__marker {
 transform: scale(-1, -1);
 top: 15px;
}
.markirovka .process__wrapper .swiper-slide:nth-child(odd) .process__item {
 align-self: flex-start;
 transform: translateY(-50px);
}
.markirovka .process__slider .swiper-slide {
 width: max-content;
}
.markirovka .process__item {
 position: relative;
 padding-left: 24px;
}
.markirovka .process .swiper-slide:last-child {
  width: 15px;
}
.markirovka .process__finish {
  position: absolute;
  height: 146px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='188' viewBox='0 0 15 188' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_251_1842)'%3E%3Cpath d='M10 -171H15V-166H10V-171Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -111H15V-106H10V-111Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -51H15V-46H10V-51Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 9H15V14H10V9Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 69H15V74H10V69Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 129H15V134H10V129Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 189H15V194H10V189Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 249H15V254H10V249Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 309H15V314H10V309Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -141H15V-136H10V-141Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -81H15V-76H10V-81Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -21H15V-16H10V-21Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 39H15V44H10V39Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 99H15V104H10V99Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 159H15V164H10V159Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 219H15V224H10V219Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 279H15V284H10V279Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 339H15V344H10V339Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -166H10V-161H5V-166Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -106H10V-101H5V-106Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -46H10V-41H5V-46Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 14H10V19H5V14Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 74H10V79H5V74Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 134H10V139H5V134Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 194H10V199H5V194Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 254H10V259H5V254Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 314H10V319H5V314Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -136H10V-131H5V-136Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -76H10V-71H5V-76Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -16H10V-11H5V-16Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 44H10V49H5V44Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 104H10V109H5V104Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 164H10V169H5V164Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 224H10V229H5V224Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 284H10V289H5V284Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 344H10V349H5V344Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -171H5V-166H0V-171Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -111H5V-106H0V-111Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -51H5V-46H0V-51Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 9H5V14H0V9Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 69H5V74H0V69Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 129H5V134H0V129Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 189H5V194H0V189Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 249H5V254H0V249Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 309H5V314H0V309Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -141H5V-136H0V-141Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -81H5V-76H0V-81Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -21H5V-16H0V-21Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 39H5V44H0V39Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 99H5V104H0V99Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 159H5V164H0V159Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 219H5V224H0V219Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 279H5V284H0V279Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 339H5V344H0V339Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -161H15V-156H10V-161Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -101H15V-96H10V-101Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -41H15V-36H10V-41Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 19H15V24H10V19Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 79H15V84H10V79Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 139H15V144H10V139Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 199H15V204H10V199Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 259H15V264H10V259Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 319H15V324H10V319Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -131H15V-126H10V-131Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -71H15V-66H10V-71Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -11H15V-6H10V-11Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 49H15V54H10V49Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 109H15V114H10V109Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 169H15V174H10V169Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 229H15V234H10V229Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 289H15V294H10V289Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 349H15V354H10V349Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -151H15V-146H10V-151Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -91H15V-86H10V-91Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -31H15V-26H10V-31Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 29H15V34H10V29Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 89H15V94H10V89Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 149H15V154H10V149Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 209H15V214H10V209Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 269H15V274H10V269Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 329H15V334H10V329Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -121H15V-116H10V-121Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -61H15V-56H10V-61Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -1H15V4H10V-1Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 59H15V64H10V59Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 119H15V124H10V119Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 179H15V184H10V179Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 239H15V244H10V239Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 299H15V304H10V299Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 359H15V364H10V359Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -156H10V-151H5V-156Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -96H10V-91H5V-96Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -36H10V-31H5V-36Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 24H10V29H5V24Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 84H10V89H5V84Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 144H10V149H5V144Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 204H10V209H5V204Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 264H10V269H5V264Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 324H10V329H5V324Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -126H10V-121H5V-126Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -66H10V-61H5V-66Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -6H10V-1H5V-6Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 54H10V59H5V54Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 114H10V119H5V114Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 174H10V179H5V174Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 234H10V239H5V234Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 294H10V299H5V294Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 354H10V359H5V354Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -146H10V-141H5V-146Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -86H10V-81H5V-86Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -26H10V-21H5V-26Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 34H10V39H5V34Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 94H10V99H5V94Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 154H10V159H5V154Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 214H10V219H5V214Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 274H10V279H5V274Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 334H10V339H5V334Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -116H10V-111H5V-116Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -56H10V-51H5V-56Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 4H10V9H5V4Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 64H10V69H5V64Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 124H10V129H5V124Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 184H10V189H5V184Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 244H10V249H5V244Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 304H10V309H5V304Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -161H5V-156H0V-161Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -101H5V-96H0V-101Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -41H5V-36H0V-41Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 19H5V24H0V19Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 79H5V84H0V79Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 139H5V144H0V139Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 199H5V204H0V199Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 259H5V264H0V259Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 319H5V324H0V319Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -131H5V-126H0V-131Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -71H5V-66H0V-71Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -11H5V-6H0V-11Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 49H5V54H0V49Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 109H5V114H0V109Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 169H5V174H0V169Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 229H5V234H0V229Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 289H5V294H0V289Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 349H5V354H0V349Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -151H5V-146H0V-151Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -91H5V-86H0V-91Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -31H5V-26H0V-31Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 29H5V34H0V29Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 89H5V94H0V89Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 149H5V154H0V149Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 209H5V214H0V209Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 269H5V274H0V269Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 329H5V334H0V329Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -121H5V-116H0V-121Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -61H5V-56H0V-61Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -1H5V4H0V-1Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 59H5V64H0V59Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 119H5V124H0V119Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 179H5V184H0V179Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 239H5V244H0V239Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 299H5V304H0V299Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 359H5V364H0V359Z' fill='%2315181F' fill-opacity='0.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_251_1842'%3E%3Crect width='15' height='188' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transform: translateY(-50px);
}
.markirovka .process__caption {
 margin-top: 4px;
 font-weight: 300;
 font-size: 14px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .process__marker {
 position: absolute;
 left: 0;
 top: -27px;
 width: max-content;
 height: 59px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
}
.markirovka .marker-line {
 position: absolute;
 top: 6px;
 bottom: 5px;
 width: 1px;
 background: rgba(200, 0, 0, 0.2);
 z-index: 0;
}
.markirovka .marker-top {
 width: 6px;
 height: 6px;
 background: rgba(200, 0, 0, 0.2);
 border-radius: 50%;
 margin-bottom: auto;
}
.markirovka .marker-circle {
 width: 16px;
 height: 16px;
 background: rgba(200, 0, 0, 0.1);
 border-radius: 50%;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-top: auto;
}
.markirovka .marker-inner {
 width: 8px;
 height: 8px;
 background: #ed1a3b;
 border-radius: 50%;
}
.markirovka .benefits,
.markirovka .responsibility {
 position: relative;
 padding: 80px 0 40px;
}

.markirovka .responsibility {
 border-radius: 60px 60px 0 0;
}
@media (max-width: 768px) {
 .markirovka .process {
  padding: 28px 0 55px;
 }
 .markirovka .benefits__header,
 .markirovka .process__title {
  margin-bottom: 32px;
 }
 .markirovka .process__button,
 .markirovka .process__scrollbar {
  margin-top: 32px;
 }
 .markirovka .process__container {
  padding-right: 0;
 }
 .markirovka .benefits {
  padding: 56px 0 28px;
 }
 .markirovka .benefits__control {
  display: none;
 }

 .markirovka .responsibility {
  border-radius: 32px 32px 0 0;
 }
}

@media (max-width: 600px) {
 .markirovka .responsibility {
  border-radius: 24px 24px 0 0;
 }
}
.markirovka .benefits__item {
 height: 100%;
 padding: 32px;
 border-radius: 32px;
 background-color: rgba(21, 24, 31, 0.05);
}
@media (max-width: 768px) {
 .markirovka .benefits__item {
  padding: 24px;
  border-radius: 24px;
 }
 .markirovka .benefits__container {
  padding-right: 0;
 }
}
.markirovka .benefits__icon {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 40px;
}
.markirovka .benefits__icon img {
 width: 100%;
 object-fit: cover;
}
.markirovka .benefits__content {
 display: flex;
 flex-direction: column;
 gap: 12px;
 margin-top: 32px;
 font-weight: 400;
 font-size: 16px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .benefits__content li {
 font-weight: 300;
 list-style: disc inside;
}
.markirovka .benefits__content li + li {
 margin-top: 12px;
}
.markirovka .benefits__slider .swiper-slide {
 width: 499px;
 height: auto;
}
@media (max-width: 768px) {
 .markirovka .benefits__icon {
  width: 32px;
  height: 32px;
 }
 .markirovka .benefits__slider .swiper-slide {
  width: 352px;
 }
 .markirovka .benefits__scrollbar {
  margin-top: 32px;
 }
}
.markirovka .features__wrapper {
 display: flex;
 align-items: center;
}
.markirovka .features__content {
 width: 57.55%;
 flex-shrink: 0;
}
.markirovka .features__content-text p,
.markirovka .responsibility__text p {
 font-weight: 300;
 font-size: 16px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .features__img {
 margin: 0 auto;
 flex-grow: 1;
 flex-shrink: 0;
 display: flex;
 align-content: center;
 justify-content: center;
}
.markirovka .features__img img {
 max-width: 100%;
 object-fit: cover;
}
.markirovka .features__content-wrapper {
 display: flex;
 align-items: center;
 margin-top: 40px;
}
@media (max-width: 786px) {
 .markirovka .features__content-wrapper {
  margin-top: 32px;
 }
}
.markirovka .other-services,
.markirovka .subject {
 padding-bottom: 80px;
}
.markirovka .subject__title {
 padding-top: 40px;
 border-top: 1px solid #e8e8e8;
 margin-bottom: 16px;
}
.markirovka .subject__items .swiper-slide {
 width: 240px;
}
@media (max-width: 768px) {
 .markirovka .features {
  padding: 28px 0 32px;
 }
 .markirovka .features__subtitle,
 .markirovka .features__title {
  max-width: 580px;
 }
 .markirovka .features__content {
  width: 100%;
 }
 .markirovka .features__content-text {
  margin-right: 32px;
 }
 .markirovka .features__img {
  width: 232px;
 }
 .markirovka .subject {
  padding-bottom: 56px;
 }
 .markirovka .subject__title {
  padding-top: 28px;
 }
 .markirovka .subject__container {
  padding-right: 0;
 }
 .markirovka .subject__items {
  margin-top: 32px;
 }
 .markirovka .subject__items .swiper-slide {
  width: 258px;
 }
 .markirovka .subject__hint {
  display: none;
 }
}
.markirovka .subject__item {
 display: flex;
 flex-direction: column;
 min-height: 200px;
 padding: 23px;
 border: 1px solid rgba(21, 24, 31, 0.1);
 border-radius: 24px;
 transition: background-color 0.3s, border-color 0.3s;
}
.markirovka .subject__item:hover {
 background-color: #f3f3f4;
 transition: background-color 0.3s, border-color 0.3s;
 border-color: #f3f3f4;
}
.markirovka .subject__item:hover .subject__button {
 background-color: #ed1a3b;
 transition: background-color 0.3s;
}
.markirovka .subject__item:hover svg path {
 stroke: #fff;
 transition: stroke 0.3s;
}
.markirovka .subject__item + .subject__item {
 margin-top: 8px;
}
.markirovka .subject__icon {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 40px;
 margin-bottom: auto;
}
.markirovka .subject__icon img {
 max-width: 100%;
 object-fit: cover;
}
.markirovka .subject__bottom {
 display: flex;
 align-items: flex-end;
 justify-content: space-between;
 margin-top: 8px;
}
.markirovka .subject__button {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 32px;
 flex-shrink: 0;
 background-color: rgba(21, 24, 31, 0.05);
 border-radius: 999px;
 transition: background-color 0.3s;
}
.markirovka .subject__button svg path {
 transition: stroke 0.3s;
}
.markirovka .subject__hint {
 margin-top: 40px;
 font-weight: 300;
 font-size: 16px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .responsibility__wrapper {
 display: flex;
 align-items: stretch;
}
.markirovka .responsibility__content {
 display: flex;
 flex-direction: column;
 width: 57.55%;
 height: auto;
 flex-shrink: 0;
}
.markirovka .responsibility__hint {
 margin-top: auto;
 font-weight: 300;
 font-size: 14px;
 line-height: 140%;
 letter-spacing: 0;
 color: #15181f66;
}
.markirovka .responsibility__text {
 max-width: 603px;
}
.markirovka .responsibility__img {
 margin-left: 24px;
}
.markirovka .responsibility__img img {
 width: 100%;
}
.markirovka .other-services__icon img,
.markirovka .reasons__icon img {
 width: 24px;
 height: 24px;
 object-fit: cover;
}
.markirovka .request__wrapper {
 position: relative;
 display: flex;
 min-height: 196px;
 padding: 24px;
 background-color: rgba(21, 24, 31, 0.05);
 border-radius: 32px;
 overflow: hidden;
}
@media (max-width: 768px) {
 .markirovka .responsibility {
  padding: 28px 0;
 }
 .markirovka .responsibility__content {
  width: 100%;
 }
 .markirovka .responsibility__img {
  margin: 0 0 32px;
 }
 .markirovka .request {
  padding: 28px 0 56px;
 }
 .markirovka .request__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 244px;
  padding: 24px;
  border-radius: 24px;
 }
}
.markirovka .request__wrapper::after {
 position: absolute;
 right: -429px;
 top: -80px;
 display: block;
 width: 1074px;
 height: 451px;
 background-image: url('data:image/svg+xml,%3Csvg width=%271075%27 height=%27451%27 viewBox=%270 0 1075 451%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%270.2%27 fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M868.639 228.657C1025.99 410.56 1074.61 451 1074.61 451H848.14C786.418 451 729.467 421.403 684.038 371.699L636.402 317.147H332.92L380.103 260.359H588.465L497.136 155.125H466.868L595.933 0H684.434C684.434 0 711.212 46.7537 868.639 228.657ZM532.494 0L381.97 180.832L153.542 451H0L383.761 0H532.494Z%27 fill=%27white%27/%3E%3C/svg%3E%0A');
 background-repeat: no-repeat;
 background-size: cover;
 content: '';
}
@media (max-width: 768px) {
 .markirovka .request__wrapper::after {
  width: 657px;
  height: 276px;
  right: -146px;
  top: 20px;
 }
}

.markirovka .request--small {
 padding-bottom: 40px;
}

@media (max-width: 768px) {
 .markirovka .request--small {
  padding-bottom: 28px;
 }
}
.markirovka .request--dark .request__wrapper::after {
 background-image: url('data:image/svg+xml,%3Csvg width=%271076%27 height=%27451%27 viewBox=%270 0 1076 451%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%270.06%27 fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M869.336 228.657C1026.69 410.56 1075.3 451 1075.3 451H848.837C787.115 451 730.163 421.403 684.734 371.699L637.099 317.147H333.617L380.799 260.359H589.162L497.832 155.125H467.565L596.63 0H685.13C685.13 0 711.909 46.7537 869.336 228.657ZM533.191 0L382.666 180.832L154.239 451H0.696777L384.458 0H533.191Z%27 fill=%27%2315181F%27/%3E%3C/svg%3E%0A');
}
.markirovka .request__button,
.markirovka .request__content {
 position: relative;
 z-index: 1;
}
.markirovka .request__title {
 margin-bottom: 16px;
 font-weight: 400;
 font-size: 20px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .request__text {
 font-weight: 300;
 font-size: 14px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .request__button {
 display: flex;
 gap: 8px;
 flex-shrink: 0;
 height: max-content;
 margin-left: auto;
 margin-top: auto;
}
@media (max-width: 480px) {
 .markirovka .request__button .btn {
  width: calc(50% - 4px);
  padding: 10px;
  flex-grow: 1;
 }
}
.markirovka .request__content {
 width: 61.64%;
}
.markirovka .reasons {
 position: relative;
 padding-top: 80px;
}

.markirovka .reasons::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 height: 60px;
 width: 100%;
 background: transparent;
 box-shadow: 100px 0 0 0 rgba(21, 24, 31, 0.05);
 border-top-right-radius: 60px;
 transform: scaleX(-1);
}
.markirovka .reasons::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 height: 60px;
 width: 100%;
 background: transparent;
 box-shadow: 100px 0 0 0 rgba(21, 24, 31, 0.05);
 border-top-right-radius: 60px;
}
@media (max-width: 768px) {
 .markirovka .reasons::before {
  height: 32px;
 }

 .markirovka .reasons::after {
  height: 32px;
 }
}

@media (max-width: 600px) {
 .markirovka .reasons::before {
  height: 24px;
 }

 .markirovka .reasons::after {
  height: 24px;
 }
}
.markirovka .reasons__item {
 display: flex;
 flex-direction: column;
 height: 100%;
 padding: 24px;
 border-radius: 32px;
 background-color: rgba(21, 24, 31, 0.05);
}
.markirovka .reasons__icon {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 40px;
 margin-bottom: 50px;
 background-color: rgba(237, 26, 59, 0.1);
 border-radius: 50%;
}
.markirovka .reasons__caption {
 margin-top: auto;
 font-weight: 400;
 font-size: 16px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .reasons__text {
 margin-top: 16px;
 font-weight: 300;
 font-size: 14px;
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .reasons__slider .swiper-slide {
 width: 302px;
 height: auto;
}
.markirovka .other-services__header {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 40px;
 border-top: 1px solid #e8e8e8;
 padding-top: 40px;
}
.markirovka .other-services__item {
 display: flex;
 flex-direction: column;
 min-height: 196px;
 padding: 24px;
 border-radius: 24px;
 border: 1px solid rgba(21, 24, 31, 0.1);
 transition: background-image 0.3s;
}
.markirovka .other-services__item::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-image: var(--bg);
 background-size: cover;
 background-position: center;
 opacity: 0;
 transition: opacity 0.5s;
 z-index: 1;
 border-radius: 24px;
 filter: brightness(60%);
}
.markirovka .other-services__item:hover::after {
 opacity: 1;
}
.markirovka .other-services__item:hover .other-services__button {
 width: max-content;
 background-color: #fff;
 transition: background-color 0.3s, width 0.3s;
}
.markirovka .other-services__item:hover .other-services__button span {
 max-width: max-content;
 opacity: 1;
 transform: translateX(0);
 margin-right: 6px;
}
.markirovka .other-services__item:hover .other-services__button svg {
 transition: 0.3s;
}
.markirovka .other-services__item:hover .other-services__text {
 color: #fff;
 transition: color 0.3s;
}
.markirovka .other-services__text {
 position: relative;
 z-index: 2;
 font-weight: 300;
 font-size: 18px;
 line-height: 140%;
 letter-spacing: 0;
 transition: color 0.3s;
}
@media (max-width: 768px) {
 .markirovka .request__title {
  margin-bottom: 8px;
 }
 .markirovka .request__button {
  margin-left: 0;
  margin-top: 24px;
 }
 .markirovka .request__content {
  width: 100%;
  margin-bottom: auto;
 }
 .markirovka .reasons {
  padding-top: 56px;
 }
 .markirovka .reasons__title {
  margin-bottom: 32px;
 }
 .markirovka .reasons__item {
  border-radius: 24px;
 }
 .markirovka .other-services__container,
 .markirovka .reasons__container {
  padding-right: 0;
 }
 .markirovka .reasons__slider .swiper-slide {
  width: 215px;
 }
 .markirovka .other-services__scrollbar,
 .markirovka .reasons__scrollbar {
  margin-top: 32px;
 }
 .markirovka .other-services {
  margin-bottom: 56px;
 }
 .markirovka .other-services__header {
  margin-bottom: 32px;
  padding-top: 32px;
 }
 .markirovka .other-services__item::after {
  opacity: 1;
 }
 .markirovka .other-services__text {
  color: #fff;
 }
 .markirovka .other-services__slider .swiper-slide {
  width: 352px;
 }
}
.markirovka .other-services__button {
 position: relative;
 z-index: 2;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 32px;
 margin-top: auto;
 margin-left: auto;
 padding: 0 12px;
 background-color: rgba(21, 24, 31, 0.05);
 border-radius: 999px;
 transition: 0.3s;
}
.markirovka .other-services__button span {
 font-weight: 400;
 font-size: 14px;
 line-height: 187%;
 letter-spacing: 0;
 white-space: nowrap;
 overflow: hidden;
 max-width: 0;
 opacity: 0;
 transform: translateX(-6px);
 transition: max-width 0.35s, opacity 0.35s, transform 0.35s;
 pointer-events: none;
}
.markirovka .other-services__button svg {
 flex-shrink: 0;
}
.markirovka .btn {
 display: inline-block;
 padding: 14px 24px;
 border-radius: 8px;
 font-size: 14px;
 line-height: 140%;
 text-align: center;
 font-weight: 400;
 border: none;
}
@media (max-width: 768px) {
 .markirovka .other-services__button {
  background-color: #fff;
 }
 .markirovka .other-services__control {
  display: none;
 }
 .markirovka .btn {
  padding: 10px 21px;
 }
}
.markirovka .btn--red {
 color: #fff;
 background-color: #ed1a3b;
 transition: color 0.25s, background-color 0.25s;
}
.markirovka .btn--red:active,
.markirovka .btn--red:hover {
 background-color: #b22f3a;
 transition: color 0.25s, background-color 0.25s;
}
.markirovka .btn--red[disabled] {
 background-color: #c9c9c9;
 color: #808284;
}
.markirovka .btn--red-border {
 padding: 13px 24px;
 color: #ed1a3b;
 border: 1px solid #ed1a3b;
}
.markirovka .btn--white {
 color: #15181f;
 background-color: #fff;
 transition: color 0.25s, background-color 0.25s;
}
.markirovka .btn--white[disabled] {
 background-color: #c9c9c9;
 color: #a1a3a5;
 cursor: default;
}
.markirovka .btn--small {
 padding: 10px 20px;
}
.markirovka .btn--small.btn--red-border {
 padding: 9px 20px;
}
.markirovka .breadcrumbs {
 padding: 24px 0;
 overflow: hidden;
}

@media (max-width: 768px) {
 .markirovka .breadcrumbs {
  display: none;
 }
}
.markirovka .breadcrumbs__list {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 margin: 0 -12px;
}
@media (max-width: 992px) {
 .markirovka .about__container {
  padding-right: 0;
 }
 .markirovka .about__item {
  padding: 24px;
  width: 352px;
 }
 .markirovka .breadcrumbs__list {
  padding-bottom: 7px;
 }
}
.markirovka .breadcrumbs__item {
 position: relative;
 margin: 0 12px;
 font-weight: 300;
 font-size: 12px;
 line-height: 140%;
 color: rgba(21, 24, 31, 0.4);
}
.markirovka .breadcrumbs__item a {
 color: #15181f;
}
.markirovka .breadcrumbs__item::after {
 position: absolute;
 top: 50%;
 right: -16px;
 transform: translateY(-50%);
 display: block;
 width: 8px;
 height: 8px;
 font-weight: 400;
 font-size: 12px;
 line-height: 16px;
 background-image: url('data:image/svg+xml,%3Csvg width=%274%27 height=%277%27 viewBox=%270 0 4 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.33301 1.5L3.09731 3.2643C3.22748 3.39447 3.22748 3.60553 3.09731 3.7357L1.33301 5.5%27 stroke=%27%2315181F%27 stroke-width=%271.2%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A');
 background-repeat: no-repeat;
 background-position: center;
 content: '';
}
.markirovka .breadcrumbs__item:last-child::after {
 content: none;
}

.markirovka .features__caption,
.markirovka .features__hint,
.markirovka .input__field,
.markirovka .input__label,
.markirovka .list__item {
 line-height: 140%;
 letter-spacing: 0;
}
.markirovka .list__item {
 position: relative;
 padding-left: 36px;
 font-weight: 300;
 font-size: 16px;
}
.markirovka .list__item::before {
 position: absolute;
 left: 0;
 display: block;
 width: 20px;
 height: 20px;
 background-image: url('data:image/svg+xml,%3Csvg width=%2716%27 height=%2718%27 viewBox=%270 0 16 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.5 5.6665L7.28348 8.90761C7.16144 9.03058 6.96358 9.03058 6.84154 8.90761L5.50001 7.55583M1.33334 16.659V2.33317C1.33334 1.4127 2.07954 0.666504 3.00001 0.666504H13C13.9205 0.666504 14.6667 1.4127 14.6667 2.33317V16.659C14.6667 16.9687 14.3407 17.1702 14.0637 17.0317L8.74537 14.3725C8.27615 14.1379 7.72387 14.1379 7.25465 14.3725L1.93635 17.0317C1.65931 17.1702 1.33334 16.9687 1.33334 16.659Z%27 stroke=%27%23ED1A3B%27 stroke-width=%271.2%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A');
 background-repeat: no-repeat;
 content: '';
}
.markirovka .list--hexagon .list__item::before {
 background-image: url('data:image/svg+xml,%3Csvg width=%2716%27 height=%2718%27 viewBox=%270 0 16 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.5 7.33315L7.22153 10.6116C7.19061 10.6425 7.14107 10.6443 7.10803 10.6157L5.5 9.22247M1.61654 4.35202L7.16675 1.14761C7.68242 0.849886 8.31775 0.849886 8.83341 1.14761L14.3836 4.35202C14.8993 4.64974 15.217 5.19996 15.217 5.7954V12.2042C15.217 12.7997 14.8993 13.3499 14.3836 13.6476L8.83341 16.852C8.31775 17.1497 7.68242 17.1497 7.16675 16.852L1.61654 13.6476C1.10087 13.3499 0.783203 12.7997 0.783203 12.2042V5.7954C0.783203 5.19996 1.10087 4.64974 1.61654 4.35202Z%27 stroke=%27%23ED1A3B%27 stroke-width=%271.2%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A');
}
.markirovka .list__item + .list__item {
 margin-top: 16px;
}
.markirovka .input__field {
 height: 48px;
 width: 100%;
 padding: 0 14px;
 border: 1px solid rgba(21, 24, 31, 0.1);
 border-radius: 8px;
 font-weight: 300;
 font-size: 14px;
 background-color: #fff;
}
.markirovka .input__label {
 display: block;
 margin-bottom: 8px;
 font-weight: 400;
 font-size: 12px;
}
.markirovka .features__caption {
 margin-top: 32px;
 font-weight: 400;
 font-size: 20px;
}
.markirovka .features__list {
 display: flex;
 flex-direction: column;
 gap: 12px;
 grid-template-columns: none;
 margin-top: 24px;
}
.markirovka .features__item {
 background-color: unset;
 border-radius: unset;
 padding: 0;
}
.markirovka .features__hint {
 margin-top: 127px;
 font-weight: 300;
 font-size: 14px;
 color: #15181f66;
}
@media (max-width: 768px) {
 .markirovka .title {
  font-size: 24px;
 }
 .markirovka .features__hint {
  margin-top: 32px;
 }
}
@keyframes spin {
 100% {
  transform: rotate(360deg);
 }
}

@media (max-width: 600px) {
 .markirovka .about__item {
  width: 291px;
 }
}

@media (max-width: 540px) {
 .markirovka .process__button .btn {
  width: 100%;
 }

 .markirovka .marking-request-form__bottom {
  flex-direction: column;
  gap: 12px;
 }

 .markirovka .marking-request-form__button {
  margin: 0;
  width: 100%;
 }

 .markirovka .marking-request-form__disclaimer {
  text-align: center;
 }
}

@media (max-width: 600px) {
 .markirovka .other-services__text {
  font-size: 16px;
 }
}

@media (max-width: 600px) {
 .markirovka .price__cost .price__value {
  font-size: 14px;
 }
 .markirovka .banner__text {
  display: flex;
  flex-direction: column;
 }
 .markirovka .banner__logo {
  padding: 5px;
  max-width: 71px;
 }
 .markirovka .banner__title {
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
 }
 .markirovka .banner__subtitle,
 .markirovka .price__card:last-child .price__caption {
  font-size: 16px;
 }
 .markirovka .banner__list {
  margin-top: 35px;
  order: 1;
 }
 .markirovka .banner__hint {
  order: 3;
 }
 .markirovka .banner__buttons {
  display: flex;
  justify-content: space-between;
  order: 2;
 }
 .markirovka .marking-request-form {
  background-position: center bottom;
 }
 .markirovka .banner__buttons .btn {
  width: calc(50% - 4px);
  padding: 10px 0;
 }
 .markirovka .price__card {
  width: 100%;
  padding: 16px;
 }
 .markirovka .price__icon--big {
  width: 32px;
  height: 32px;
  margin-left: 16px;
 }
 .markirovka .marking-request-form {
  padding: 16px;
  border-radius: 24px;
 }
 .markirovka .benefits__item,
 .markirovka .capabilities__item,
 .markirovka .request__wrapper,
 .markirovka .subject__item {
  padding: 16px;
 }
 .markirovka .benefits__slider .swiper-slide,
 .markirovka .capabilities .swiper-slide,
 .markirovka .other-services__slider .swiper-slide {
  width: 291px;
 }
 .markirovka .benefits__header {
  margin-bottom: 24px;
 }
 .markirovka .features__img {
  margin-bottom: 32px;
 }
 .markirovka .features__content-wrapper {
  flex-direction: column-reverse;
 }
 .markirovka .subject__items .swiper-slide {
  width: 215px;
 }
 .markirovka .subject__icon {
  width: 32px;
  height: 32px;
 }
 .markirovka .request__wrapper::after {
  right: -292px;
 }
 .markirovka .other-services__item,
 .markirovka .reasons__item {
  border-radius: 24px;
  padding: 16px;
 }
 .markirovka .price {
  border-radius: 24px 24px 0 0;
 }
 .markirovka .price__badge {
  font-size: 14px;
 }

 .markirovka .responsibility {
  padding-bottom: 0;
 }

.markirovka .responsibility__wrapper {
  padding-bottom: 28px;
  border-bottom: 1px solid #15181f1a;
}
}
