@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"),url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"),url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"),url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"),url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --color-bkg-main: #fff;
  --color-bkg-main--rgb: 255, 255, 255;
  --color-bkg-light: #f2f2f2;
  --color-bkg-light--rgb: 242, 242, 242;
  --color-catalog-bkg-light: #dddddd;
  --color-catalog-bkg-light--rgb: 221, 221, 221;
  --color-bkg-heavy: #4d4d4d;
  --color-bkg-heavy--rgb: 77, 77, 77;
  --color-bkg-footer: #f2f2f2;
  --color-bkg-footer--rgb: 242, 242, 242;
  --color-btn-extra-light: #f2f2f2;
  --color-btn-extra-light--rgb: 242, 242, 242;
  --color-dark-services-bg: #878787;
  --color-dark-services-bg--rgb: 135, 135, 135;
  --color-elements-light: #ddd;
  --color-elements-light--rgb: 221, 221, 221;
  --color-elements-middle: #878787;
  --color-elements-middle--rgb: 135, 135, 135;
  --color-elements-heavy: #4d4d4d;
  --color-elements-heavy--rgb: 77, 77, 77;
  --color-elements-black: #282828;
  --color-elements-black--rgb: 40, 40, 40;
  --color-elements-accent: #fd0;
  --color-elements-accent--rgb: 255, 221, 0;
  --color-elements-accent-2: #fd0;
  --color-elements-accent-2--rgb: 255, 221, 0;
  --color-elements-only-white: #fff;
  --color-elements-only-white--rgb: 255, 255, 255;
  --color-elements-only-black: #282828;
  --color-elements-only-black--rgb: 40, 40, 40;
  --color-elements-extra-light: #f2f2f2;
  --color-elements-extra-light--rgb: 242, 242, 242;
  --color-text-extra-light: #fff;
  --color-text-extra-light--rgb: 255, 255, 255;
  --color-text-light: #878787;
  --color-text-light--rgb: 135, 135, 135;
  --color-text-middle: #4d4d4d;
  --color-text-middle--rgb: 77, 77, 77;
  --color-text-accent: #282828;
  --color-text-accent--rgb: 40, 40, 40;
  --color-text-only-white: #fff;
  --color-text-only-white--rgb: 255, 255, 255;
  --color-text-only-black: #282828;
  --color-text-only-black--rgb: 40, 40, 40;
  --color-pattern-elements: #000;
  --color-pattern-elements--rgb: 0, 0, 0;
  --color-pattern-bkg: #282828;
  --color-pattern-bkg--rgb: 40, 40, 40;
  --color-effect-btn: rgba(252, 252, 252, 0.4);
  --color-effect-btn--rgb: 252, 252, 252;
  --color-system: #ff1414;
  --color-system--rgb: 255, 20, 20;
  --font-primary: Manrope, sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Ubuntu, Droid Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji;
}

._dark-mode {
  --color-fancybox-content-bg: #4d4d4d;
  --color-fancybox-content-bg--rgb: 77, 77, 77;
  --color-bkg-main: #2e2e2e;
  --color-bkg-main--rgb: 46, 46, 46;
  --color-bkg-light: #4d4d4d;
  --color-bkg-light--rgb: 77, 77, 77;
  --color-catalog-bkg-light: #4d4d4d;
  --color-catalog-bkg-light--rgb: 77, 77, 77;
  --color-bkg-heavy: #242424;
  --color-bkg-heavy--rgb: 36, 36, 36;
  --color-bkg-footer: #242424;
  --color-bkg-footer--rgb: 36, 36, 36;
  --color-btn-extra-light: #4d4d4d;
  --color-btn-extra-light--rgb: 77, 77, 77;
  --color-elements-light: #666;
  --color-elements-light--rgb: 102, 102, 102;
  --color-elements-middle: #bfbfbf;
  --color-elements-middle--rgb: 191, 191, 191;
  --color-elements-heavy: #fff;
  --color-elements-heavy--rgb: 255, 255, 255;
  --color-elements-black: #fafafa;
  --color-elements-black--rgb: 250, 250, 250;
  --color-elements-accent: #fd0;
  --color-elements-accent--rgb: 255, 221, 0;
  --color-elements-accent-2: rgb(255, 224, 26);
  --color-elements-accent-2--rgb: 255, 224, 26;
  --color-elements-only-white: #f2f2f2;
  --color-elements-only-white--rgb: 242, 242, 242;
  --color-elements-only-black: #282828;
  --color-elements-only-black--rgb: 40, 40, 40;
  --color-elements-extra-light: #4d4d4d;
  --color-elements-extra-light--rgb: 77, 77, 77;
  --color-text-extra-light: #282828;
  --color-text-extra-light--rgb: 40, 40, 40;
  --color-text-light: #adadad;
  --color-text-light--rgb: 173, 173, 173;
  --color-text-middle: #f2f2f2;
  --color-text-middle--rgb: 242, 242, 242;
  --color-text-accent: #fff;
  --color-text-accent--rgb: 255, 255, 255;
  --color-text-only-white: #f2f2f2;
  --color-text-only-white--rgb: 242, 242, 242;
  --color-text-only-black: #282828;
  --color-text-only-black--rgb: 40, 40, 40;
  --color-pattern-elements: #1a1a1a;
  --color-pattern-elements--rgb: 26, 26, 26;
  --color-pattern-bkg: #3b3b3b;
  --color-pattern-bkg--rgb: 59, 59, 59;
  --color-effect-btn: rgba(252, 252, 252, 0.4);
  --color-effect-btn--rgb: 252, 252, 252;
  --color-system: #ff1414;
  --color-system--rgb: 255, 20, 20;
  --font-primary: Manrope, sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Ubuntu, Droid Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji;
}

._dark-mode {
  --fancybox-content-bg: #4d4d4d;
}

._light-only {
  --color-bkg-main: #fff;
  --color-bkg-main--rgb: 255, 255, 255;
  --color-bkg-light: #f2f2f2;
  --color-bkg-light--rgb: 242, 242, 242;
  --color-catalog-bkg-light: #dddddd;
  --color-catalog-bkg-light--rgb: 221, 221, 221;
  --color-bkg-heavy: #4d4d4d;
  --color-bkg-heavy--rgb: 77, 77, 77;
  --color-bkg-footer: #f2f2f2;
  --color-bkg-footer--rgb: 242, 242, 242;
  --color-btn-extra-light: #f2f2f2;
  --color-btn-extra-light--rgb: 242, 242, 242;
  --color-dark-services-bg: #878787;
  --color-dark-services-bg--rgb: 135, 135, 135;
  --color-elements-light: #ddd;
  --color-elements-light--rgb: 221, 221, 221;
  --color-elements-middle: #878787;
  --color-elements-middle--rgb: 135, 135, 135;
  --color-elements-heavy: #4d4d4d;
  --color-elements-heavy--rgb: 77, 77, 77;
  --color-elements-black: #282828;
  --color-elements-black--rgb: 40, 40, 40;
  --color-elements-accent: #fd0;
  --color-elements-accent--rgb: 255, 221, 0;
  --color-elements-accent-2: #fd0;
  --color-elements-accent-2--rgb: 255, 221, 0;
  --color-elements-only-white: #fff;
  --color-elements-only-white--rgb: 255, 255, 255;
  --color-elements-only-black: #282828;
  --color-elements-only-black--rgb: 40, 40, 40;
  --color-elements-extra-light: #f2f2f2;
  --color-elements-extra-light--rgb: 242, 242, 242;
  --color-text-extra-light: #fff;
  --color-text-extra-light--rgb: 255, 255, 255;
  --color-text-light: #878787;
  --color-text-light--rgb: 135, 135, 135;
  --color-text-middle: #4d4d4d;
  --color-text-middle--rgb: 77, 77, 77;
  --color-text-accent: #282828;
  --color-text-accent--rgb: 40, 40, 40;
  --color-text-only-white: #fff;
  --color-text-only-white--rgb: 255, 255, 255;
  --color-text-only-black: #282828;
  --color-text-only-black--rgb: 40, 40, 40;
  --color-pattern-elements: #000;
  --color-pattern-elements--rgb: 0, 0, 0;
  --color-pattern-bkg: #282828;
  --color-pattern-bkg--rgb: 40, 40, 40;
  --color-effect-btn: rgba(252, 252, 252, 0.4);
  --color-effect-btn--rgb: 252, 252, 252;
  --color-system: #ff1414;
  --color-system--rgb: 255, 20, 20;
  --font-primary: Manrope, sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Ubuntu, Droid Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

*::before,
*::after {
  display: inline-block;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
  min-width: 360px;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  color: var(--color-primary);
  line-height: 1;
  font-family: "Manrope",sans-serif,-apple-system,BlinkMacSystemFont,Roboto,Ubuntu,"Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Manrope",sans-serif,-apple-system,BlinkMacSystemFont,Roboto,Ubuntu,"Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: rgba(0,0,0,0);
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

address,
cite {
  font-style: normal;
}

body {
  background-color: var(--color-bkg-main);
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body::-webkit-scrollbar {
  height: 5px;
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: var(--color-scroll-bg);
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--color-alt);
}

.wrapper {
  min-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;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

::-moz-selection {
  color: var(--color-primary);
  background: var(--color-bg);
}

::selection {
  color: var(--color-primary);
  background: var(--color-bg);
}

div._sticky,
section._sticky {
  position: sticky;
  top: 0;
  z-index: -1;
}

.page {
  position: relative;
  z-index: 1;
  padding-top: 176px;
}

.index-page {
  color: var(--color-elements-black);
}

.index-page li,
.index-page a,
.index-page h1,
.index-page h2 {
  color: var(--color-elements-black);
}

[class*=__container] {
  --pad: 60px;
  max-width: calc(112.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 var(--pad);
  margin: 0 auto;
}

.oc-flash-message.compare {
  background: #fd0;
  color: #282828;
}

body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .8s ease 0s;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility .8s ease 0s;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

#success_modal_text {
  color: var(--color-text-accent);
  margin-top: 1.25rem;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  background-color: var(--color-bkg-main);
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 0.75rem;
}

.lock .popup__content {
  visibility: visible;
}

.popup__content._callback {
  max-width: 78.125rem;
  padding: 0;
}

.popup__content._color {
  max-width: 38.75rem;
}

.popup__close {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
}

.popup-callback {
  padding: 7.5rem 0;
  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;
}

.popup-callback__title {
  text-align: center;
  font-size: 2.5rem;
}

.popup-callback__btns {
  margin: 2.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 22.625rem;
}

.popup-callback__btns ._tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.625rem 0 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--color-text-accent);
}

.popup-callback__btns ._tel svg {
  width: 1.25rem;
  height: 1.25rem;
}

.popup-color {
  padding: 7.5rem 2.5rem;
}

.popup-color__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.popup-color__row:not(:first-child) {
  margin: 2.5rem 0 0;
}

.popup-color__row-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup-color__row-checkbox label {
  position: relative;
}

.popup-color__row-checkbox label input {
  cursor: pointer;
  position: absolute;
  inset: 0;
  opacity: 0;
}

.popup-color__row-checkbox label input:checked+._fake {
  background-color: var(--color-elements-only-black);
  color: var(--color-elements-extra-light);
}

.popup-color__row-checkbox label input:checked+._fake ._fake-circle:not(._multi) {
  border: 0.0625rem solid var(--color-elements-only-white);
}

.popup-color__row-checkbox label ._fake {
  cursor: pointer;
  min-width: 6.25rem;
  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;
  gap: 0.375rem;
  padding: 0.46875rem 1rem;
  border: 0.0625rem solid var(--color-elements-black);
  border-radius: 31.25rem;
  padding: 0.46875rem 1rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  text-align: center;
  color: var(--color-text-accent);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.popup-color__row-checkbox label ._fake-circle {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.popup-color__row-checkbox label ._fake-circle._white {
  border: 0.0625rem solid var(--color-elements-only-black);
  background-color: var(--color-elements-only-white);
}

.popup-color__row-checkbox label ._fake-circle._black {
  border: 0.0625rem solid var(--color-elements-only-black);
  background-color: var(--color-elements-only-black);
}

.popup-color__row-checkbox label ._fake-circle._multi {
  border: none;
}

.popup-color__row-checkbox label ._fake-circle svg {
  width: 100%;
  height: 100%;
}

.popup-color__btn {
  margin: 5rem 0 0;
  width: 100%;
}

.popup-team {
  padding: 7.5rem 10.625rem;
}

.popup-team__body {
  margin: 3rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.popup-team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.popup-team__item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 0.75rem;
  width: 13.75rem;
  height: 13.75rem;
  overflow: hidden;
}

.popup-team__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-team__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.popup-team__item-pos {
  margin: 0.5rem 0 0;
}

.popup-team__item-descr {
  margin: 1.25rem 0 0;
}

.popup-team__item-info {
  margin: 1.25rem 0 0;
}

.popup-team__item-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-team__item-info li:not(:first-child) {
  margin: 0.5rem 0 0;
}

.popup-team__item-info li .text {
  white-space: nowrap;
}

.popup-team__item-info li span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  border-bottom: 0.0625rem dashed var(--color-elements-light);
  margin: 0 0.25rem 0.125rem;
}

.overlay {
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
}

.overlay--visible {
  display: block;
}

.modal-form .form__label {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 12px;
  display: inline-block;
  color: var(--color-text-accent);
}

.modal-form .form__field-error-msg--white {
  color: #fff;
}

.modal-form .oc-visible {
  color: var(--color-text-accent);
}

.form__field-error-msg {
  color: var(--color-text-accent);
}

.modal-form {
  width: 80%;
}

.modal-form__title {
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 140%;
  margin-bottom: 20px;
}

.modal-form .input_wrapper {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 26px);
          flex: 1 1 calc(50% - 26px);
}

.modal-form .input_wrapper .input {
  width: 100%;
  resize: none;
}

.modal-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
  margin: 0 0 32px;
}

.modal-form .row ._file {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-form .row ._file input {
  display: none;
}

.modal-form .row ._file ._fake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.modal-form .row ._file ._fake ._fake-text {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  color: var(--color-text-accent);
}

.modal-form .row ._file ._fake ._fake-text .text_light {
  font-size: 12px;
}

.modal-form .row ._file ._fake ._fake__icon svg path {
  stroke: var(--color-text-accent);
}

.modal-form .row ._input {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 26px);
          flex: 1 1 calc(50% - 26px);
}

.modal-form .row ._input ._input__label {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 12px;
  display: inline-block;
  color: var(--color-text-accent);
}

.modal-form .checkbox-custom-form {
  margin-bottom: 1rem;
}

.modal-form .checkbox-custom-form ._fake {
  border-color: var(--color-text-accent);
}

.modal-form .checkbox-custom-form .text.text_14 {
  color: var(--color-text-accent);
}

.modal-form .checkbox-custom-form .text_12 {
  font-size: 0.75rem;
}

.modal-form .checkbox-custom-form .text.text_12 {
  color: var(--color-text-accent);
}

.modal-form ._select {
  height: 3.125rem;
}

.modal-form ._select .choices {
  height: 100%;
}

.modal-form ._select .choices .choices__inner {
  height: 100%;
  border: .0625rem solid var(--color-elements-middle);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .375rem;
  background: rgba(0,0,0,0);
  padding: .625rem 1.25rem;
}

.modal-form ._select .choices .choices__list--single {
  padding: 0;
}

.modal-form ._select .choices .choices__placeholder {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-dark-services-bg);
  color: #fff;
  padding: 1rem;
  text-align: center;
  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;
  z-index: 1000;
}

.cookie-bar p {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cookie-bar.hidden {
  display: none;
}

.modal-form__title {
  text-align: center;
}

.copy-alert {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #282828;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999;
}

.copy-alert.show {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

::-moz-selection {
  color: #fff;
  background: blue;
}

::selection {
  color: #fff;
  background: blue;
}

.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ibg--top {
  -o-object-position: top;
     object-position: top;
}

.ibg--bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.ibg--left {
  -o-object-position: left;
     object-position: left;
}

.ibg--right {
  -o-object-position: right;
     object-position: right;
}

.ibg--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

body.noscroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.h1,
.h2,
.h3 {
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--color-text-accent);
}

.h1._section__heading,
.h2._section__heading,
.h3._section__heading {
  color: var(--color-text-middle);
}

.h1._only--white,
.h2._only--white,
.h3._only--white {
  color: var(--color-text-only-white);
}

h1 {
  font-size: 5rem;
}

.h1 {
  font-size: 6.25rem;
}

._40 h1 {
  font-size: 2.8125rem !important;
}

.h2 {
  font-size: 5rem;
}

.h2._60 {
  font-size: 3.75rem;
}

.h2._50 {
  font-size: 3.125rem;
}

.h2._40 {
  font-size: 2.5rem;
}

.h3 {
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 140%;
}

.h3._36 {
  font-size: 5rem;
}

.text,
.text p {
  font-weight: 400;
  line-height: 140%;
  color: var(--color-text-accent);
}

.text_28,
.text p_28 {
  font-size: 1.75rem;
}

.text_24,
.text p_24 {
  font-size: 1.5rem;
}

.text_20,
.text p_20 {
  font-size: 1.25rem;
}

.text_18,
.text p_18 {
  font-size: 1.125rem;
}

.text_16,
.text_16 p,
.text p_16,
.text p_16 p {
  font-size: 1rem;
}

.text_14,
.text p_14 {
  font-size: 0.875rem;
}

.text_md,
.text p_md {
  font-weight: 500;
}

.text_sb,
.text p_sb {
  font-weight: 600;
}

.text_light,
.text p_light {
  color: var(--color-text-light);
}

.text_middle,
.text_middle p,
.text p_middle,
.text p_middle p {
  color: var(--color-text-middle);
}

.text_uppercase,
.text p_uppercase {
  text-transform: uppercase;
}

.text._only--black,
.text p._only--black {
  color: var(--color-text-only-black);
}

.text._only--white,
.text p._only--white {
  color: var(--color-text-only-white);
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.375rem;
  min-height: 3.125rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn_more {
  gap: 1rem;
  border: 0.0625rem solid var(--color-elements-heavy);
  padding: 0.75rem 3.375rem;
  color: var(--color-text-accent);
}

.btn_more ._arrow {
  display: block;
  position: relative;
  overflow: hidden;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin: 0 0 0 -2.25rem;
  opacity: 0;
  -webkit-transform: translate(-3.5rem, 0);
      -ms-transform: translate(-3.5rem, 0);
          transform: translate(-3.5rem, 0);
}

.btn_more svg {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}

.btn_more svg path {
  stroke: var(--color-bkg-main);
}

.btn_more:hover {
  background: var(--color-elements-black);
  color: var(--color-bkg-main);
}

.btn_more:hover ._arrow {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.btn_more:hover svg {
  display: block;
}

.btn_accent {
  position: relative;
  padding: 0.96875rem 1.5rem;
  background: var(--color-elements-accent);
  overflow: hidden;
  color: var(--color-text-only-black);
}

.btn_accent:hover::before {
  left: 90%;
}

.btn_accent::before {
  content: "";
  position: absolute;
  left: -11.5625rem;
  top: -10%;
  display: block;
  width: 16rem;
  height: 3.75rem;
  background: rgba(252,252,252,.4);
  -webkit-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
          transform: rotate(-55deg);
  pointer-events: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn_accent.header-body__call::before {
  width: 5.6875rem;
}

.btn_partner {
  gap: 0.75rem;
  padding: 0.75rem 1.875rem 0.75rem 1.5rem;
  background: var(--color-elements-black);
  color: var(--color-text-extra-light);
}

.btn_partner::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--color-elements-accent);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn_partner ._arrow {
  display: block;
  position: relative;
  overflow: hidden;
  width: 1.5rem;
  height: 1.5rem;
  max-width: 0;
  margin: 0 0 0 -1rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn_partner svg {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}

.btn_partner svg path {
  stroke: var(--color-text-only-black);
}

.btn_partner:hover {
  background: var(--color-elements-accent);
  color: var(--color-text-only-black);
  padding: 0.75rem 0.8125rem 0.75rem 1.0625rem;
}

.btn_partner:hover::before {
  margin: 0 0 0 -1.125rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.btn_partner:hover ._arrow {
  max-width: 1.5rem;
  margin: 0;
}

.btn_partner:hover svg {
  max-width: 1.5rem;
  display: block;
}

.btn_only--black {
  border-color: #fff;
  color: #fff;
}

.btn_only--black svg path {
  stroke: var(--color-elements-only-white);
}

.btn_only--black:hover {
  background: var(--color-elements-only-black);
  color: var(--color-text-only-white);
}

.btn_only--white {
  border-color: var(--color-elements-only-white);
  color: var(--color-text-only-white);
}

.btn_only--white svg path {
  stroke: var(--color-elements-only-black);
}

.btn_only--white:hover {
  background: var(--color-elements-only-white);
  color: var(--color-text-only-black);
}

.btn_arrow {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}

.btn_arrow svg path {
  stroke: var(--color-elements-heavy);
}

.btn_lg {
  padding: 0.4375rem 1.5rem 0.5rem;
  font-size: 1.125rem;
}

.tag {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 31.25rem;
  padding: 0.5625rem 1.5rem;
  background: var(--color-elements-black);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
  text-align: center;
  color: var(--color-text-extra-light);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.tag:hover {
  background: var(--color-elements-middle);
}

.tag svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}

.tag svg path {
  stroke: var(--color-elements-heavy);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.tag_sm {
  font-size: 0.875rem;
  padding: 0.1875rem 0.5rem;
}

.tag_border {
  border: 0.0625rem solid var(--color-elements-heavy);
  color: var(--color-elements-heavy);
  background-color: rgba(0,0,0,0);
}

.tag_border:hover {
  background: var(--color-elements-heavy);
  color: var(--color-text-extra-light);
}

.tag_border:hover svg path {
  stroke: var(--color-text-extra-light);
}

.publications_top__container div.tag {
  pointer-events: none;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--color-bkg-light);
  border-radius: 0.375rem;
  overflow: hidden;
}

.search input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 1.5rem;
  background: rgba(0,0,0,0);
  outline: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  color: var(--color-text-light);
}

.search button {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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: var(--color-elements-accent);
  border-radius: 0 0.375rem 0.375rem 0;
  width: 3.5rem;
  height: 3.28125rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.search button:hover {
  width: 6.5625rem;
}

.search button:hover svg {
  opacity: 0;
}

.search button:hover span {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
}

.search button svg {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.search button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--color-text-only-black);
}

.input {
  min-height: 3.125rem;
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid var(--color-elements-middle);
  border-radius: 0.375rem;
  background: rgba(0,0,0,0);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: var(--color-text-light);
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  color: var(--color-text-light);
}

.breadcrumbs ul li:not(:last-child)::after {
  content: "/";
}

.radio {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.radio input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.radio input:checked+._fake::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.radio.radio_switch input:checked+._fake {
  background-color: var(--color-elements-black);
}

.radio.radio_switch input:checked+._fake::after {
  left: 1.75rem;
  -webkit-transform: translate(0, -50%) scale(1);
      -ms-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
  background-color: var(--color-bkg-main);
}

.radio.radio_switch ._fake {
  width: 3.5rem;
  height: 1.875rem;
  border-radius: 31.25rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.radio.radio_switch ._fake::after {
  opacity: 1;
  top: 50%;
  left: 0.25rem;
  -webkit-transform: translate(0, -50%) scale(1);
      -ms-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
  width: 1.375rem;
  height: 1.375rem;
}

.radio ._fake {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: block;
  border: 0.0625rem solid var(--color-elements-black);
  border-radius: 50%;
}

.radio ._fake::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border-radius: 50%;
  background-color: var(--color-elements-black);
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.radio span.text_light {
  margin: 0 0 0 -0.375rem;
}

.checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.checkbox input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.checkbox input:checked+._fake {
  background-color: var(--color-elements-black);
}

.checkbox input:checked+._fake svg {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.checkbox ._fake {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: block;
  border: 0.0625rem solid var(--color-elements-black);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.checkbox ._fake svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.0625rem;
  height: 0.8125rem;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.checkbox ._fake svg path {
  stroke: var(--color-elements-extra-light);
}

.checkbox span.text_light {
  margin: 0 0 0 -0.375rem;
}

.checkbox-custom-form {
  cursor: default;
}

.checkbox-custom-form ._fake {
  border-color: var(--color-text-only-white);
}

.checkbox-custom-form .text.text_14 {
  color: var(--color-text-only-white);
}

.checkbox-custom-form__link {
  text-decoration: underline;
}

.checkbox-custom-form__link:hover {
  text-decoration: none;
}

._counter {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.34375rem 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--color-bkg-light);
}

._counter input {
  width: 100%;
  font-family: "Manrope",sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  color: var(--color-text-accent);
  background-color: rgba(0,0,0,0);
  text-align: center;
}

._counter input::-webkit-outer-spin-button,
._counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

._counter button {
  font-family: "Manrope",sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  color: var(--color-text-accent);
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.list.list_ol li {
  padding: 0;
  margin: 0 0 0 1.5rem;
}

.list.list_ol li::before {
  display: none;
}

.list._middle li::before {
  top: 0.625rem;
  left: 0.5rem;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: var(--color-text-middle);
}

.list li {
  position: relative;
  padding: 0 0 0 1.5rem;
}

.list li::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background-color: var(--color-elements-accent);
}

.list._text-block li {
  font-size: 1.125rem;
  color: var(--color-text-accent);
}

.list._text-block li::before {
  background-color: var(--color-text-middle);
  width: 0.3125rem;
  height: 0.3125rem;
  top: 0.5rem;
  left: 0.4375rem;
}

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25;
}

.choices[data-type*=select-one] .choices__button:hover,
.choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
          box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #333 rgba(0,0,0,0);
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: rgba(0,0,0,0);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: .5;
}

._dark-mode .header-top__lang .choices::after {
  background-image: url(../img/icons/select-arrow-light.svg);
}

._dark-mode svg.dark-logo {
  display: block;
}

._dark-mode svg.light-logo {
  display: none;
}

._dark-mode .menu-body__category .menu-body__category-nav ul li a._active {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

._dark-mode .menu-body__category .menu-body__category-nav ul li a._active:hover {
  color: #282828;
}

svg.dark-logo {
  display: none;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 2rem 0;
  background: var(--color-bkg-main);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.header._scrolled {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.header._scrolled._visible {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.header-top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.375rem;
}

.header-top__logo {
  width: 100%;
  max-width: 18.25rem;
  height: 3.125rem;
}

.header-top__logo img,
.header-top__logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin-top: 7px;
}

.header-top__search {
  width: 100%;
  max-width: 37.5rem;
}

.header-top__btns {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.header-top__btns-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
}

.header-top__btns-item._select {
  padding: 0;
}

.header-top__btns-item .choices::after {
  border: none;
  background-image: url(../img/icons/select-arrow.svg);
  width: 1.25rem;
  height: 1.25rem;
  right: 0;
  margin-top: 0 !important;
  -webkit-transform: translate(0, -50%) !important;
      -ms-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.header-top__btns-item .choices.is-open::after {
  -webkit-transform: translate(0, -50%) scale(1, -1) !important;
      -ms-transform: translate(0, -50%) scale(1, -1) !important;
          transform: translate(0, -50%) scale(1, -1) !important;
}

.header-top__btns-item .choices__inner {
  padding: 0.625rem 1.875rem 0.625rem 0.625rem !important;
  border: none !important;
  min-height: 0 !important;
  background: rgba(0,0,0,0) !important;
}

.header-top__btns-item .choices__list {
  border: 0 !important;
  background: var(--color-bkg-light);
  overflow: visible !important;
}

.header-top__btns-item .choices__list.choices__list--single {
  padding: 0 !important;
  background: rgba(0,0,0,0);
}

.header-top__btns-item .choices__list.choices__list--dropdown {
  width: auto;
}

.header-top__btns-item .choices__list.choices__list--dropdown .choices__item {
  padding: 1.09375rem 1.5rem !important;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--color-text-accent);
  white-space: nowrap;
}

.header-top__btns-item .choices__list.choices__list--dropdown .choices__item.is-highlighted {
  background: rgba(0,0,0,0);
}

.header-top__btns-item svg {
  width: 1.25rem;
  height: 1.25rem;
}

.header-top__theme svg:nth-child(2) {
  display: none;
}

.header-top__theme._dark-mode svg:nth-child(1) {
  display: none;
}

.header-top__theme._dark-mode svg:nth-child(2) {
  display: block;
}

.header-top__lang {
  gap: 0.625rem;
  padding: 0.625rem 0 0.625rem 0.625rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
  text-align: center;
  color: var(--color-elements-middle);
}

.header-top__profile {
  gap: 0.625rem;
  padding: 0.625rem 0 0.625rem 0.625rem;
}

.header-top__profile svg:nth-child(1) path {
  fill: var(--color-elements-heavy);
}

.header-top__profile svg:nth-child(2) path {
  stroke: var(--color-elements-heavy);
}

.header-top__profile._dropdown {
  position: relative;
}

.header-top__profile._dropdown button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.header-top__profile._dropdown button svg:nth-child(2) {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.header-top__profile._dropdown._open button svg:nth-child(2) {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.header-top__profile._dropdown._open ._dropdown-list {
  opacity: 1;
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
}

.header-top__profile._dropdown._open._right ._dropdown-list {
  left: auto;
  right: 0;
}

.header-top__profile ._dropdown {
  position: relative;
}

.header-top__profile ._dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--color-bkg-light);
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header-top__profile ._dropdown-list li a {
  white-space: nowrap;
  padding: 1.09375rem 1.5rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--color-text-accent);
  white-space: nowrap;
}

.header-top__burger {
  display: none;
}

.header-top__burger svg path {
  stroke: var(--color-elements-heavy);
}

.header-top__cart {
  position: relative;
}

.header-top__cart svg path {
  fill: var(--color-elements-heavy);
}

.header-top__cart-quantity {
  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;
  position: absolute;
  top: 0.375rem;
  right: 0.25rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 31.25rem;
  font-size: 0.625rem;
  font-weight: 500;
  background: var(--color-elements-black);
  color: var(--color-text-extra-light);
}

.header-search {
  display: none;
  margin: 1rem 0 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.75rem 0 0;
}

.header-body__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.header-body__nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  text-align: center;
  color: var(--color-text-accent);
}

.header-body__nav ul li a::before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  background: var(--color-elements-accent);
  border-radius: 50%;
  position: absolute;
  left: 0rem;
  top: 50%;
  -webkit-transform: scale(0) translate(0, -50%);
      -ms-transform: scale(0) translate(0, -50%);
          transform: scale(0) translate(0, -50%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.header-body__nav ul li a svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.header-body__nav ul li a._active svg {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.header-body__btns {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.header-body__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
  text-align: center;
  color: var(--color-text-accent);
}

.header-body__tel svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}

.header-body__tel svg path {
  fill: var(--color-text-accent);
  stroke: var(--color-text-accent);
}

.header-body__call {
  padding: 0.75rem 2.5rem;
}

.menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 10.3125rem;
  z-index: 9;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menu__container {
  padding: 0;
}

.menu._open {
  height: 100vh;
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
}

.menu._mobile {
  position: fixed;
  z-index: 11;
  inset: 0;
  padding: 0 1rem !important;
  display: none;
  background-color: var(--color-bkg-main);
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.menu._mobile._open {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.menu._mobile .header-search {
  margin: 1.5rem 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.menu._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%;
}

.menu._mobile .menu-top {
  padding: 1rem 0 0;
  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;
}

.menu._mobile .menu-top__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu._mobile .menu-top__lang a {
  padding: 0.3125rem 0.625rem;
  border-radius: 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 120%;
  text-align: center;
  color: var(--color-elements-middle);
}

.menu._mobile .menu-top__lang a._active {
  color: var(--color-text-only-black);
  background-color: var(--color-elements-accent);
}

.menu._mobile .menu-top__theme {
  width: 1.0625rem;
  height: 1.0625rem;
  display: none;
}

.menu._mobile .menu-top__theme._dark-mode svg:nth-child(1) {
  display: none;
}

.menu._mobile .menu-top__theme._dark-mode svg:nth-child(2) {
  display: block;
}

.menu._mobile .menu-top__theme svg {
  width: 100%;
  height: 100%;
}

.menu._mobile .menu-top__theme svg:nth-child(2) {
  display: none;
}

.menu._mobile .menu-top__close {
  width: 1.875rem;
  height: 1.875rem;
}

.menu._mobile .menu-top__close svg {
  width: 100%;
  height: 100%;
}

.menu._mobile .menu-body {
  margin: 1.5rem 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.menu._mobile .menu-body._submenu .menu-body__submenu {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.menu._mobile .menu-body__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.menu._mobile .menu-body__main-item {
  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;
  padding: 1.25rem 0;
  min-height: 4rem;
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--color-text-accent);
}

.menu._mobile .menu-body__main-item:not(:first-child) {
  border-top: 0.0625rem solid var(--color-elements-light);
}

.menu._mobile .menu-body__submenu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-color: var(--color-bkg-main);
}

.menu._mobile .menu-body__submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.menu._mobile .menu-body__submenu-item:not(._active) {
  display: none;
}

.menu._mobile .menu-body__submenu-item .submenu-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  color: var(--color-text-light);
}

.menu._mobile .menu-body__submenu-item .submenu-back svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
}

.menu._mobile .menu-body__submenu-item .menu-accordion._open .menu-accordion__top svg {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.menu._mobile .menu-body__submenu-item .menu-accordion._open .menu-accordion__list {
  padding: 0.75rem 0.75rem 0.75rem 1rem;
}

.menu._mobile .menu-body__submenu-item .menu-accordion__top {
  padding: 0.5rem 0;
  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;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  color: var(--color-text-accent);
}

.menu._mobile .menu-body__submenu-item .menu-accordion__top svg {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.menu._mobile .menu-body__submenu-item .menu-accordion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  border-radius: 0.375rem;
  background-color: var(--color-bkg-light);
  padding: 0 0.75rem 0 1rem;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.menu._mobile .menu-body__submenu-item .menu-accordion__list a {
  padding: 0.5625rem 0;
  color: var(--color-elements-black);
}

.menu._mobile .menu-body__submenu-item__single {
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  color: var(--color-text-accent);
}

.menu._mobile .menu-bottom {
  padding: 0.75rem 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto 0 0;
}

.menu._mobile .menu-bottom__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  text-align: center;
  color: var(--color-text-accent);
}

.menu._mobile .menu-bottom__tel svg {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.3125rem;
}

.menu._mobile .menu-bottom__tel svg path {
  stroke: var(--color-elements-black);
}

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

.menu-body__category {
  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-flex: 0;
      -ms-flex: 0 0 30.5rem;
          flex: 0 0 30.5rem;
  padding: 2.5rem 2.125rem 2.125rem 0;
  background-color: var(--color-bkg-main);
  border-top: 0.0625rem solid var(--color-elements-light);
  border-bottom: 0.0625rem solid var(--color-elements-light);
  overflow-y: auto;
  height: calc(100vh - 196px);
}

.menu-body__category::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: var(--color-bkg-main);
}

.menu-body__category-nav {
  margin: 0 0 auto;
}

.menu-body__category-nav ul li a {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.09375rem 0 1.09375rem 3.75rem;
  white-space: nowrap;
  text-transform: uppercase;
}

.menu-body__category-nav ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -2.125rem;
  top: 0;
  bottom: 0;
  background-color: var(--color-elements-accent);
  width: 50vw;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.menu-body__category-nav ul li a:hover::before {
  opacity: 1;
}

.menu-body__category-nav ul li a._active::before {
  opacity: 1;
}

.menu-body__category-btns {
  margin: 1.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.menu-links {
  width: 100%;
  position: relative;
  padding: 3rem 4rem 2.125rem;
}

.menu-links::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: var(--color-bkg-light);
}

.menu-links__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  overflow-y: auto;
  height: calc(100vh - 240px);
  position: absolute;
  z-index: 0;
}

.menu-links__content .menu-links__col {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.menu-links__content._active {
  z-index: 10;
}

.menu-links__content._active .menu-links__col {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  z-index: 10;
}

.menu-links__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 4.166625rem);
          flex: 0 0 calc(33.333% - 4.166625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.625rem;
}

.menu-links__col a {
  opacity: .6;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.menu-links__col a:hover {
  opacity: 1;
}

.filter-mobile {
  position: fixed;
  z-index: 15;
  inset: 0;
  padding: 1.5rem !important;
  display: none;
  background-color: var(--color-bkg-light);
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  height: 0;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.filter-mobile__btn-show {
  display: none;
}

.filter-mobile.open {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  height: 100%;
}

.filter-mobile__top {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-mobile__title {
  color: var(--color-text-accent);
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.filter-mobile .catalog_content-filter-type {
  margin-bottom: 1rem;
}

.filter-mobile .catalog_content-filter-block {
  padding: 0;
}

.filter-mobile .catalog_inner_top-body__sort {
  display: none;
}

.filter-mobile-goods {
  position: fixed;
  z-index: 15;
  inset: 0;
  padding: 1.5rem !important;
  display: none;
  background-color: var(--color-bkg-light);
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  height: 0;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.filter-mobile-goods.open {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  height: 100%;
}

.filter-mobile-goods__top {
  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;
}

.filter-mobile-goods__title {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.filter-mobile-goods .catalog_content-filter-type {
  margin-bottom: 1rem;
}

.filter-mobile-goods .catalog_content-filter-block {
  padding: 0;
}

.filter-mobile-goods .catalog_inner_top-body__sort {
  display: none;
}

.tags {
  margin: 13.75rem 0 0;
}

.tags._goods {
  margin: 3rem 0 0;
}

.tags._nospace {
  margin: 1.25rem 0 0;
}

.tags__container {
  width: 100%;
}

.tags__item {
  white-space: nowrap;
}

.footer {
  margin: 1.25rem 0 0;
  background: var(--color-bkg-footer);
  padding: 3rem 0 0;
}

.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}

.footer-col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.875rem;
          flex: 0 0 21.875rem;
  margin: 0 auto 0 0;
}

.footer-col_menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.375rem;
          flex: 0 1 46.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.75rem 0 0;
}

.footer-col_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.footer-col_menu ul li:nth-child(1) {
  margin: 0 0 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 130%;
  color: var(--color-text-accent);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.footer-col_menu ul li:nth-child(1):hover {
  color: var(--color-text-light);
}

.footer-col_menu ul li:nth-child(1) svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.footer-col_menu ul li a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  color: var(--color-text-accent);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.footer-col_menu ul li a:hover {
  color: var(--color-text-light);
}

.footer-col_contacts {
  width: 25.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}

.footer__logo {
  max-width: 16.6875rem;
  height: 2.6875rem;
}

.footer__logo._mobile {
  display: none;
  max-width: 100%;
  height: 1.875rem;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.footer-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2rem 0 0;
}

.footer-news__input {
  width: 100%;
  margin: 1rem 0 0;
}

.footer-news__input .input {
  width: 100%;
}

.footer-news__input button {
  display: none;
}

.footer-news__btn {
  margin: 1rem 0 0;
  padding: 0.75rem 3.375rem;
}

.footer-news__policy {
  margin: 0.75rem 0 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  color: var(--color-text-light);
}

.footer-news__policy a {
  color: var(--color-text-accent);
}

.footer__partners._mobile {
  display: none;
}

.footer__street {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: var(--color-text-accent);
}

.footer__street br._mobile {
  display: none;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 21.875rem;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-info__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.footer-info__link {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: var(--color-text-accent);
}

.footer-info__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.footer-info__social a {
  width: 2.5rem;
  height: 2.5rem;
}

.footer-info__social a:hover svg path {
  fill: var(--color-elements-heavy);
}

.footer-info__social a svg {
  width: 100%;
  height: 100%;
}

.footer-info__social a svg path {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.footer__qr {
  border-radius: 0.375rem;
  width: 6.25rem;
  height: 6.25rem;
  overflow: hidden;
}

.footer__qr img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-bottom {
  margin: 1.5rem 0 0;
  padding: 1.5625rem 0;
  border-top: 0.0625rem solid var(--color-elements-light);
}

.footer-bottom .__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.footer-bottom__policy {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  color: var(--color-text-middle);
}

.footer-bottom__watermark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  text-align: right;
  color: var(--color-text-middle);
}

.footer-bottom__watermark svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.875rem;
}

.main {
  position: relative;
  width: 100%;
}

.main-pagination {
  position: absolute;
  z-index: 2;
  bottom: 9.375rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.main-pagination span {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 31.25rem;
  background-color: var(--color-elements-middle);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.main-pagination span.swiper-pagination-bullet-active {
  width: 1.25rem;
  background-color: var(--color-elements-accent);
}

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

.main-pagination .swiper-pagination-bullet-active {
  cursor: default;
}

.main__container {
  position: relative;
  z-index: 1;
}

.main .swiper-wrapper {
  width: 100%;
}

.main .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  position: relative;
}

.main .swiper-slide img,
.main .swiper-slide video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.main-item {
  position: relative;
  min-height: 55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 1.25rem;
  max-width: 35.625rem;
}

.main-item__title {
  color: #fff;
}

.main-item__text {
  margin: 2rem 0 0;
  color: #fff;
}

.main-item__text .text p {
  color: #fff;
}

.main-item__btn {
  margin: 5rem 0 0;
  padding: 0.75rem 3.75rem;
  position: absolute;
  bottom: 11rem;
}

.main iframe+.main__container {
  pointer-events: none;
}

.recommend {
  padding: 12.5rem 0 0;
  background-color: var(--color-bkg-main);
}

.recommend._sticky {
  padding: 0rem 0 4.375rem 0 !important;
}

.recommend.catalog_top {
  padding: 3rem 0 0;
}

.recommend.catalog_page .catalog-tabs {
  margin: 3rem 0 0;
}

.recommend.catalog_page .recommend-body {
  margin: 0;
}

.recommend.catalog_page_collections {
  margin: 7.5rem 0 0;
}

.recommend.catalog_page_collections .recommend__title {
  text-transform: unset;
}

.recommend-body {
  margin: 5rem 0 0;
}

.recommend__btn {
  margin: 6.25rem 0 0;
  min-width: 14.375rem;
}

.recommend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}

.recommend-item:hover .recommend-item__img img._main {
  opacity: 0;
}

.recommend-item:hover .recommend-item__img img._second {
  opacity: 1;
}

.recommend-item:hover .recommend-item__name {
  padding: 0.25rem 0 0.25rem 2.75rem;
}

.recommend-item:hover .recommend-item__name ._arrow {
  -webkit-transform: translate(0) scale(1);
      -ms-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

.recommend-item._with-cart .recommend-item__info {
  margin: 0.375rem 0 0;
  gap: 0.125rem;
}

.recommend-item._with-cart ._tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
  margin: 0.875rem 0 0;
}

.recommend-item._with-cart ._tags li {
  padding: 0.125rem 0.5rem;
  border: 0.0625rem solid var(--color-elements-middle);
  border-radius: 31.25rem;
  font-family: "Manrope",sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 140%;
  color: var(--color-elements-middle);
}

.recommend-item._with-cart ._to-cart {
  margin: 0.875rem 0 0;
  width: 100%;
}

.recommend-item__img {
  display: block;
  position: relative;
  height: 0;
  padding: 0 0 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: var(--color-catalog-bkg-light);
}

.recommend-item__img-icon {
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  width: 3.75rem;
  height: 3.75rem;
  background-color: var(--color-elements-accent);
}

.recommend-item__img-icon img {
  position: relative !important;
  inset: unset !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.recommend-item__img-link {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.recommend-item__img-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.recommend-item__img-slider ._hover-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommend-item__img-slider ._hover-pagination span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
}

.recommend-item__img-pagination {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recommend-item__img-pagination span {
  cursor: pointer;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: var(--color-elements-middle);
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.recommend-item__img-pagination span.swiper-pagination-bullet-active {
  width: 0.9375rem;
  border-radius: 31.25rem;
  background-color: var(--color-elements-accent);
}

.recommend-item__img .swiper-slide {
  width: 100%;
  height: 100%;
}

.recommend-item__img .swiper-slide img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommend-item__img-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.recommend-item__img-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  left: 1.25rem;
}

.recommend-item__img-labels span {
  display: block;
  background-color: var(--color-elements-accent);
  padding: 0.125rem 0.75rem;
  border-radius: 0.5rem;
  color: #282828;
}

.recommend-item__img-union {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 4rem;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.recommend-item__img-union svg {
  width: 1.5rem;
  height: 1.5rem;
}

.recommend-item__img-union svg path {
  fill: var(--color-text-accent);
}

.recommend-item__img-tip {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
}

.recommend-item__img-tip._show ._tip-body {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
}

.recommend-item__img-tip._right ._tip-body {
  left: auto;
  right: -0.4375rem;
}

.recommend-item__img-tip._right ._tip-body__elem {
  left: auto;
  right: 0.9375rem;
}

.recommend-item__img-tip ._tip__btn svg {
  pointer-events: none;
  width: 1.5rem;
  height: 1.5rem;
}

.recommend-item__img-tip ._tip__btn svg path {
  fill: var(--color-text-accent);
}

.recommend-item__img-tip ._tip-body {
  position: absolute;
  left: -0.4375rem;
  top: calc(100% + 0.8125rem);
  width: 21.25rem;
  padding: 1rem;
  border-radius: 0.3125rem;
  background-color: var(--color-bkg-main);
  border: 0.0625rem solid var(--color-bkg-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.recommend-item__img-tip ._tip-body__elem {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  width: 1.4375rem;
  height: 1.1875rem;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  pointer-events: none;
}

.recommend-item__img-tip ._tip-body__elem svg,
.recommend-item__img-tip ._tip-body__elem img {
  width: 100%;
  height: 100%;
}

.recommend-item__img-tip ._tip-body__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  color: var(--color-text-light);
}

.recommend-item__img-tip ._tip-body__row-dots {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 0.125rem 0.0625rem;
  border-bottom: 0.0625rem dashed var(--color-text-light);
}

.recommend-item__img-tip ._tip-body__row-value {
  color: var(--color-text-accent);
}

.recommend-item__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.recommend-item__img img._second {
  opacity: 0;
}

.recommend-item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0.75rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}

.recommend-item__info ._counter {
  width: 100%;
  margin: 0.875rem 0 0;
  padding: 0.6875rem 1rem;
}

.recommend-item__info ._counter button {
  font-size: 1.5rem;
}

.recommend-item__info ._counter input {
  font-size: 1rem;
}

.recommend-item__info-data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
}

.recommend-item__count {
  border: 0.0625rem solid var(--color-text-light);
  border-radius: 0.375rem;
  padding: 0.125rem 0.5rem;
  color: var(--color-text-light);
}

.recommend-item__name {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  overflow: hidden;
  padding: 0.25rem 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  min-height: 4rem;
}

.recommend-item__name._text-publications {
  text-transform: unset;
}

.recommend-item__name._align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.recommend-item__name ._arrow {
  position: absolute;
  left: 0;
  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;
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 50%;
  background-color: var(--color-elements-accent);
  -webkit-transform: translate(-100%, 0) scale(0);
      -ms-transform: translate(-100%, 0) scale(0);
          transform: translate(-100%, 0) scale(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.recommend-item__name ._arrow svg {
  width: 1.5625rem;
  height: 1.5625rem;
}

.recommend-item__name ._copy {
  width: 1rem;
  height: 1rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: -1rem 0 0;
}

.recommend-item__name ._copy svg {
  width: 100%;
  height: 100%;
}

.recommend-item ._price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0rem 0.5rem;
}

.recommend-item ._price ._old {
  text-decoration: line-through;
  color: var(--color-text-light);
}

.recommend-item__btn {
  margin: auto 0 0;
  min-width: 14.375rem;
}

.recommend-item__salary {
  margin: -0.25rem 0 0;
}

.recommend-item__text {
  color: var(--color-text-light);
}

.recommend-item__text._with-border {
  padding: 0.5rem 0 0;
  border-top: 0.0625rem solid var(--color-elements-light);
}

.completed {
  padding: 12.5rem 0 0;
  background-color: var(--color-bkg-main);
}

.completed-top {
  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;
  gap: 0.625rem;
}

.completed-top__more {
  padding: 0.75rem 4.125rem;
}

.completed-top__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.completed-top .btn_arrow {
  display: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.completed-body {
  position: relative;
  margin: 5rem 0 0;
}

.completed-body__nav {
  cursor: pointer;
  position: absolute;
  z-index: 4;
  top: 8.75rem;
  width: 7.5rem;
  height: 7.5rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.completed-body__nav:hover {
  opacity: .9;
}

.completed-body__nav.swiper-button-disabled {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.completed-body__nav svg {
  width: 100%;
  height: 100%;
}

.completed-body__prev {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 0;
}

.completed-body__next {
  right: 0;
}

.completed-body .swiper-slide {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.completed-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding: 0 0 0.625rem;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.completed-item:hover .completed-item__img img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}

.completed-item._big .completed-item__img {
  width: 42.75rem;
  height: 38.75rem;
}

.completed-item._medium .completed-item__img {
  width: 30rem;
  height: 30rem;
}

.completed-item__img {
  border-radius: 0.625rem;
  overflow: hidden;
  width: 25rem;
  height: 25rem;
}

.completed-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.completed-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.completed-item__name .completed-item__go {
  margin: 0;
}

.completed-item__go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -0.375rem 0 0;
}

.completed-item__go svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
}

.completed-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}

.publications {
  padding: 12.5rem 0 0;
  background-color: var(--color-bkg-main);
}

.publications-body {
  position: relative;
  margin: 5rem 0 0;
}

.publications-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.publications-body__item:hover .publications-body__item-img img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}

.publications-body__item-img {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 0 74%;
}

.publications-body__item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.publications-body__item-date {
  padding: 0.25rem 0 0;
}

.publications-body__item-title {
  text-transform: uppercase;
}

.publications-body__item-descr {
  line-height: 1.575rem;
}

.publications-body__item-descr p {
  line-height: 1.575rem;
}

.about {
  padding: 12.5rem 0 0;
  background-color: var(--color-bkg-main);
}

.about-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  margin: 5rem 0 0;
}

.about-body__img {
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.625rem;
          flex: 0 0 51.625rem;
  height: 31.25rem;
}

.about-body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-body__content {
  max-width: 40.25rem;
}

.about-body__content-title {
  margin: 1rem 0 0.75rem;
}

.about-body__content-btn {
  margin: 2.5rem 0 0;
  padding: 0.75rem 4.125rem;
}

.about-body__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.about-body__content ul li {
  position: relative;
  padding: 0 0 0 1.375rem;
  line-height: 120%;
}

.about-body__content ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.25rem;
  border-radius: 50%;
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: var(--color-elements-accent);
}

.about-body__content a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  text-decoration: underline;
}

.about-body__content a:hover {
  color: var(--color-elements-accent);
}

.about-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7.5rem 0 0;
}

.about-stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 2.5rem 0 0 1.5rem;
  border-left: 0.0625rem solid var(--color-text-light);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18.75rem;
          flex: 0 1 18.75rem;
}

.about-stats__item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-stats__item-value span {
  margin: auto 0 0.5rem;
  line-height: 1;
  font-size: 1.875rem;
  font-weight: 700;
}

.about-stats__item-value span sup {
  font-size: 1.25rem;
}

.services {
  position: relative;
  padding: 4.375rem 0 9.375rem;
  background: var(--color-dark-services-bg);
  height: 100vh;
}

.services._nospace {
  margin: 0;
}

.services._with-anim .services-body {
  position: relative;
  z-index: 5;
}

.services._with-anim .services-body__item {
  position: relative;
  z-index: 5;
  padding: 0;
  background-color: var(--color-bkg-main);
  aspect-ratio: 314/438;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.services._with-anim .services-body__item-head {
  font-size: 18px !important;
}

.services._with-anim .services-body__item-head svg {
  width: 100px;
  height: 100px;
}

.services._with-anim .services-body__item-list {
  font-size: 16px !important;
}

.no-webp .services._with-anim .services-body__item-back {
  background-image: url(../img/index/services/card-white.png); }

.services._with-anim .services-body__item-back {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: var(--color-elements-black);
  background-size: cover;
  border-radius: 0.75rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  pointer-events: none;
  z-index: 6;
}

.services._with-anim .services-body__item-front {
  position: relative;
  z-index: 5;
  background: var(--color-bkg-main);
  padding: 3.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  border-radius: 0.75rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.services._with-anim .services-body__item-front a {
  position: relative;
  z-index: 1;
}

.services-body {
  margin: 5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}

.services-body__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  background: var(--color-bkg-main);
  padding: 3.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  border-radius: 0.75rem;
}

.services-body__item:hover .services-body__item-head::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.services-body__item-head {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}

.services-body__item-head::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.1875rem;
  left: 0.3125rem;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background-color: var(--color-elements-accent-2);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.services-body__item-head img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 6.25rem;
  height: 6.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.services-body__item-head button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: none;
  width: 1.4375rem;
  height: 0.5rem;
  margin: 0 0 0 auto;
}

.services-body__item-head button svg {
  width: 100px;
  height: 100px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.services-body__item-list li {
  position: relative;
  padding: 1rem 0;
  border-bottom: 0.0625rem solid var(--color-elements-light);
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.services-body__item-list li:hover {
  padding: 1rem 0 1rem 1.25rem;
}

.services-body__item-list li:hover::before {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.services-body__item-list li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: var(--color-elements-accent);
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.services-body__item-list li:first-child {
  padding: 0 0 1rem;
}

.services-body__item-list li:first-child:hover {
  padding: 0 0 1rem 1.25rem;
}

.services-body__item-list li:first-child::before {
  top: calc(50% - 0.5rem);
}

.services-body__item-list li:last-child {
  padding: 1rem 0 1rem;
  border-bottom: none;
}

.services-body__item-list li:last-child:hover {
  padding: 1rem 0 1rem 1.25rem;
}

.no-webp ._dark-mode .services._with-anim .services-body__item-back {
  background-image: url(../img/index/services/card-black.png); }

._dark-mode .services._with-anim .services-body__item-back {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: var(--color-elements-black);
  background-size: cover;
  border-radius: 0.75rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  pointer-events: none;
  z-index: 6;
}

.clients {
  padding: 12.5rem 0 0;
  background-color: var(--color-bkg-main);
}

.clients-line {
  margin: 7.5rem 0 0;
  padding: 4rem 0;
  border-top: 0.0625rem solid var(--color-bkg-light);
  border-bottom: 0.0625rem solid var(--color-bkg-light);
}

.clients-line .marquee .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.clients-line .marquee svg {
  width: auto;
  height: 5.75rem;
}

.clients-line .marquee svg path {
  fill: var(--color-elements-middle);
}

.clients-line .marquee-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}

.cta {
  padding: 12.5rem 0 0;
  background-color: var(--color-bkg-main);
}

.cta-body {
  position: relative;
  padding: 6.25rem 7.5rem;
  background-color: #171717;
  overflow: hidden;
  border-radius: 0.75rem;
}

.cta-body__bg {
  position: absolute;
  z-index: 10;
  inset: 0;
}

.cta-body__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}

.cta-content {
  position: relative;
  z-index: 11;
}

.cta-content__title {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--color-text-only-white);
  max-width: 50.25rem;
}

.cta-content__text {
  margin: 1.5rem 0 0;
  color: var(--color-text-only-white);
  max-width: 52.75rem;
}

.cta-content__btn {
  margin: 2rem 0 0;
}

.cta-form {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}

.cta-form__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: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 4.6875rem);
          flex: 1 1 calc(50% - 4.6875rem);
}

.cta-form__text-title._36 {
  font-size: 5rem;
}

.cta-form__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1.5625rem);
          flex: 1 1 calc(50% - 1.5625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem 2rem;
  background-color: #282828;
  padding: 3.125rem;
  border-radius: 10px;
  border: 1px solid #1a1a1a;
}

.cta-form__content._mw565 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35.3125rem;
          flex: 0 1 35.3125rem;
}

.cta-form__content ._input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1rem);
          flex: 0 0 calc(50% - 1rem);
}

.cta-form__content ._input._full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.cta-form__content ._input input,
.cta-form__content ._input textarea {
  background-color: rgba(0,0,0,0);
  min-height: 3.125rem;
  border: 0.0625rem solid #878787;
  border-radius: 0.375rem;
  padding: 0px 1.25rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.cta-form__content ._input input:placeholder,
.cta-form__content ._input textarea:placeholder {
  color: #878787;
}

.cta-form__content ._input input:focus,
.cta-form__content ._input textarea:focus {
  border: 0.0625rem solid #fff;
}

.cta-form__content ._input textarea {
  resize: none;
  min-height: 6.25rem;
  padding: 0.625rem 1.25rem;
}

.cta-form__content .btn {
  width: 100%;
}

.cta-form__content ._warn {
  margin: -1.25rem 0 0;
  color: #878787;
}

.cta-form__content ._select {
  width: 100%;
}

.cta-form__content ._select .choices {
  width: 100%;
}

.cta-form__content ._select .choices::after {
  border: none;
  background-image: url(../img/icons/select-arrow.svg);
  width: 1.25rem;
  height: 1.25rem;
  right: 1.25rem;
  margin-top: 0 !important;
  -webkit-transform: translate(0, -50%) !important;
      -ms-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.cta-form__content ._select .choices.is-open::after {
  -webkit-transform: translate(0, -50%) scale(1, -1) !important;
      -ms-transform: translate(0, -50%) scale(1, -1) !important;
          transform: translate(0, -50%) scale(1, -1) !important;
}

.cta-form__content ._select .choices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.5rem 0 1.25rem !important;
  border: none !important;
  min-height: 0 !important;
  min-height: 3.125rem !important;
  background: rgba(0,0,0,0) !important;
  border: 1px solid #878787 !important;
  border-radius: 6px;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: #fff;
}

.cta-form__content ._select .choices__inner.choices__placeholder {
  color: #878787;
}

.cta-form__content ._select .choices__list.choices__list--single {
  padding: 0 !important;
  background: rgba(0,0,0,0);
}

.cta-form__content ._select .choices__list.choices__list--dropdown {
  width: 100%;
  border: 0 !important;
  background: var(--color-bkg-light);
  overflow: visible !important;
}

.cta-form__content ._select .choices__list.choices__list--dropdown .choices__item {
  padding: 1.09375rem 1.5rem !important;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--color-text-accent);
  white-space: nowrap;
}

.cta-form__content ._select .choices__list.choices__list--dropdown .choices__item.is-highlighted {
  background: rgba(0,0,0,0);
}

.cta-form__content ._file {
  cursor: pointer;
  position: relative;
}

.cta-form__content ._file input {
  cursor: pointer;
  position: absolute;
  inset: 0;
  opacity: 0;
}

.cta-form__content ._file ._fake {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-form__content ._file ._fake__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.8125rem;
}

.cta-form__content ._file ._fake__icon svg {
  width: 100%;
  height: 100%;
}

.cta-form__content ._file ._fake-text {
  font-size: 1.125rem;
  line-height: 140%;
}

.cta-form__content ._file ._fake-text span {
  font-size: 1rem;
  line-height: 120%;
}

.solutions {
  position: relative;
  z-index: 1;
  padding: 12.5rem 0 0;
  background-color: var(--color-bkg-main);
}

.solutions._nospace {
  padding: 5rem 0 0;
}

.solutions._nospace .solutions-body {
  margin: 0;
}

.solutions._nospace .solutions-body .solutions-row:first-child::before {
  display: none;
}

.solutions._nospace .solutions-body .solutions-row:nth-child(2) {
  position: relative;
}

.solutions._nospace .solutions-body .solutions-row:nth-child(2)::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  height: 0.0625rem;
  background: var(--color-elements-light);
  pointer-events: none;
}

.solutions.solutions_page {
  padding: 5rem 0 0;
}

.solutions-body {
  position: relative;
  margin: 5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.solutions-body._nospace {
  margin: 0;
}

.solutions-body__img {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  min-width: 0;
  border-radius: 0.75rem;
  width: 37.5rem;
  height: 31.625rem;
  overflow: hidden;
}

.solutions-body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.solutions-body__img-slider {
  width: 37.5rem;
  height: 31.625rem;
  min-width: 0;
}

.solutions-body__more {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0.75rem 0 0;
  display: none;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  color: var(--color-text-middle);
}

.solutions-body__more span._less {
  display: none;
}

.solutions-body__more svg {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.solutions-body__more._open span._less {
  display: block;
}

.solutions-body__more._open span._more {
  display: none;
}

.solutions-body__more._open svg {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.solutions-row {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 4.375rem 0;
}

.solutions-row:first-child {
  padding: 1.875rem 0 4.375rem;
}

.solutions-row:last-child {
  padding: 4.375rem 0 1.875rem;
}

.solutions-row:hover .solutions-row__arrow {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
  margin: 0 0 0 6.875rem;
}

.solutions-row:hover .solutions-row__num {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 0 -3.5rem;
}

.solutions-row:not(:nth-child(2)) {
  position: relative;
}

.solutions-row:not(:nth-child(2))::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  height: 0.0625rem;
  background: var(--color-elements-light);
  pointer-events: none;
}

.solutions-row._hidden {
  display: none;
}

.solutions-row__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  width: 3.75rem;
  height: 3.75rem;
  background-color: var(--color-elements-accent);
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 0 -4.75rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.solutions-row__arrow svg {
  width: 2.1875rem;
}

.solutions-row__num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.solutions-row__img {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 0.75rem;
  width: 37.5rem;
  height: 31.625rem;
  overflow: hidden;
}

.solutions-row__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog {
  background-color: var(--color-bkg-main);
  padding-bottom: 100px;
}

.catalog .recommend__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog .recommend__container .catalog-body .swiper-wrapper .swiper-slide.expanded .catalog-body__item {
  display: block !important;
}

.catalog-tabs {
  margin: 5rem 0 0;
}

.catalog-tabs .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
}

.catalog-tabs__item {
  min-width: 12.5rem;
  border-radius: 0.375rem;
  padding: 0.875rem 1.5rem;
  background-color: var(--color-elements-extra-light);
  white-space: nowrap;
  font-family: "Manrope",sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
  text-align: center;
  color: var(--color-text-accent);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog-tabs__item:hover {
  color: var(--color-text-extra-light);
  background-color: rgba(var(--color-elements-black--rgb), 0.8);
}

.catalog-tabs__item.swiper-slide-thumb-active {
  color: var(--color-text-extra-light);
  background-color: var(--color-elements-black);
}

.catalog-body {
  margin: 3rem 0 0;
  overflow: hidden;
}

.catalog-body._recommend {
  overflow: visible;
}

.catalog-body._recommend>.swiper-wrapper>.swiper-slide {
  opacity: 0;
  visibility: hidden;
}

.catalog-body._recommend>.swiper-wrapper>.swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.catalog-body__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-body__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25rem;
          flex: 0 0 25rem;
  position: relative;
  border-radius: 0.75rem;
  padding: 2.5rem;
  min-height: 25rem;
  overflow: hidden;
  background-color: var(--color-catalog-bkg-light);
}

.catalog-body__item.with-svg {
  padding: 0;
}

.catalog-body__item-link {
  position: absolute;
  left: 0;
  bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: var(--color-elements-accent-2);
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transform: translate(-100%, 0) scale(0);
      -ms-transform: translate(-100%, 0) scale(0);
          transform: translate(-100%, 0) scale(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog-body__item:hover img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}

.catalog-body__item:hover .catalog-body__item-link {
  left: 1.875rem;
  -webkit-transform: translate(0) scale(1);
      -ms-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

.catalog-body__item._big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 53.25rem);
          flex: 0 0 calc(100% - 53.25rem);
}

.catalog-body__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right top;
     object-position: right top;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog-body__item img.team_list__img {
  -o-object-fit: fill;
     object-fit: fill;
}

.catalog-body__item-text {
  position: absolute;
  z-index: 1;
  inset: 2.5rem;
}

.catalog__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto;
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: var(--color-text-middle);
}

.catalog__more svg {
  width: 2.5625rem;
  height: 2.5625rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog__more:hover svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"),url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"),url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"),url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"),url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.center {
  text-align: center;
}

.cabinet {
  color: var(--color-text-accent);
}

.cabinet h1 {
  font-size: 80px;
  line-height: 88px;
  margin: 0 0 40px;
}

.portfolio_content__container-lk {
  padding: 0;
}

.cabinet .breadcrumbs {
  margin: 0 0 64px;
}

.cabinet .lk_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.cabinet .lk_sidebar {
  width: 25%;
}

.lk_sidebar.lk_sidebar_desktop ul li {
  margin-bottom: 10px;
}

.cabinet .lk_sidebar ul {
  margin: 0 0 30px;
}

.cabinet .lk_sidebar ul li a {
  display: block;
  padding: 17.5px 0 17.5px 120px;
  line-height: 25.2px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.cabinet .lk_sidebar ul li a.active,
.cabinet .lk_sidebar ul li a:hover {
  background: #fd0;
}

.cabinet .lk_sidebar.lk_sidebar_mobile {
  display: none;
}

.cabinet .lk_sidebar .btn_partner {
  padding: .75rem 3.8125rem .75rem 3.0625rem;
}

.cabinet .lk_main {
  width: 70%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 26px;
}

.cabinet .profile {
  width: 55%;
}

.cabinet .profile form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin: 0 0 32px;
}

.cabinet .profile form .row .input_wrapper {
  width: 50%;
}

.cabinet .profile form .row .full_width {
  width: 100%;
}

.cabinet .profile form label {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 12px;
  display: inline-block;
}

.cabinet .profile form .lk_input {
  display: block;
  width: 100%;
}

.cabinet .profile form .lk_textarea {
  width: 100%;
}

.cabinet .profile form .change {
  text-decoration: underline;
  font-weight: 500;
  color: #878787;
  font-size: 16px;
  line-height: 19.2px;
  text-underline-offset: 6px;
  display: inline-block;
  margin: 0 0 20px;
}

.cabinet .profile form .change:hover {
  text-decoration: none;
}

.cabinet .profile form .lk_submit {
  padding: .96875rem 4.5rem;
}

.cabinet .call {
  width: 45%;
}

.cabinet .call .call_card {
  padding: 36px 65px;
  background: var(--color-bkg-light);
}

.cabinet .call .call_card .cc_title {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 30px;
}

.cabinet .call .call_card .cc_title .name {
  margin: 20px 0 0;
}

.cabinet .call .call_card .cc_phones .cc_phone {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  display: inline-block;
  margin: 0 0 12px;
  color: #878787;
}

.cabinet .history {
  width: 100%;
}

.cabinet .history .goods-body__table {
  width: 100%;
}

.cabinet .history .goods-body__table table {
  width: 100%;
}

.goods-body__table-content table td:nth-child(1) {
  padding: 0 .8125rem 0 1.625rem;
}

.cabinet .history .goods-body__table table td {
  text-align: center;
}

.cabinet .history .goods-body__table ._row-price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cabinet .history .goods_mobile {
  display: none;
}

.cabinet .history .goods_mobile .gm_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

.cabinet .history .goods_mobile .gm_item_left {
  width: 50%;
}

.cabinet .history .goods_mobile .gm_title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.cabinet .history .goods_mobile .gm_price {
  font-size: 18px;
  margin: 0 0 12px;
  font-weight: 500;
}

.cabinet .history .goods_mobile .gm_status {
  font-weight: 500;
  color: var(--color-text-middle);
  border: 1px solid var(--color-elements-heavy);
  padding: 2px 5px;
  border-radius: 10px;
  display: inline-block;
}

.cabinet .materials {
  width: 100%;
  padding: 0 300px 0 0;
}

.cabinet .materials ._col {
  display: block;
  -moz-column-count: 2;
  -webkit-column-count: 2;
          column-count: 2;
}

.cabinet .materials ._col ._download-file {
  margin: 0 0 30px;
  width: 250px;
}

.cabinet .portfolio .recommend-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 1.21875rem);
          flex: 0 0 calc(33% - 1.21875rem);
}

.cabinet #cabinet-portfolio {
  width: 74%;
}

.search_mobile {
  display: none;
}

.reg_wrapper,
.profile {
  max-width: 600px;
  margin: 0 auto;
}

.reg_wrapper h1,
.profile h1 {
  margin: 0 0 30px;
  text-align: center;
}

.reg_wrapper form,
.profile form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reg_wrapper form .mobile,
.profile form .mobile {
  display: none;
}

.reg_wrapper form input[type=text],
.profile form input[type=text] {
  width: 100%;
}

.reg_wrapper form input[type=checkbox],
.profile form input[type=checkbox] {
  min-height: 0;
}

.reg_wrapper form input[type=submit],
.profile form input[type=submit] {
  width: 100%;
  border: none !important;
}

.reg_wrapper form .form_col,
.profile form .form_col {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.reg_wrapper form .checkbox_wrapper,
.profile form .checkbox_wrapper {
  margin-top: auto;
}

.reg_wrapper form .row,
.profile form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.reg_wrapper form .row .input_wrapper,
.profile form .row .input_wrapper {
  width: 50%;
}

.reg_wrapper form .row .full_width,
.profile form .row .full_width {
  width: 100%;
}

.reg_wrapper form label,
.profile form label {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 12px;
  display: inline-block;
}

.reg_wrapper form .lk_input,
.profile form .lk_input {
  display: block;
  width: 100%;
}

.reg_wrapper form .lk_textarea,
.profile form .lk_textarea {
  width: 100%;
}

.reg_wrapper form .change,
.profile form .change {
  text-decoration: underline;
  font-weight: 500;
  color: #878787;
  font-size: 16px;
  line-height: 19.2px;
  text-underline-offset: 6px;
  display: inline-block;
  margin: 0 0 20px;
}

.reg_wrapper form .change:hover,
.profile form .change:hover {
  text-decoration: none;
}

.reg_wrapper form .lk_submit,
.profile form .lk_submit {
  padding: .96875rem 4.5rem;
}

.reg_wrapper .radio_wrapper input,
.profile .radio_wrapper input {
  margin: 0 0 10px;
}

.reg_wrapper .radio_label,
.profile .radio_label {
  font-size: 18px;
  line-height: 25.2px;
  display: inline-block;
  margin: 0 0 0 12px;
  vertical-align: top;
}

.reg_wrapper input[type=radio],
.profile input[type=radio] {
  accent-color: #282828;
  width: 24px;
  height: 24px;
}

.reg_wrapper input[type=checkbox],
.profile input[type=checkbox] {
  accent-color: #282828;
  width: 24px;
  height: 24px;
}

.reg_wrapper .checkbox_wrapper,
.profile .checkbox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reg_wrapper .checkbox_wrapper .radio_label,
.profile .checkbox_wrapper .radio_label {
  width: calc(100% - 24px);
}

.reg_wrapper .reg_form .form_col,
.profile .reg_form .form_col {
  width: 100%;
}

.reg_wrapper .reg_finish,
.profile .reg_finish {
  text-align: center;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 500;
  max-width: 390px;
  margin: 0 auto;
}

.reg_wrapper .auth_form,
.profile .auth_form {
  max-width: 600px;
  margin: 0 auto;
}

.reg_wrapper .auth_form form,
.profile .auth_form form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reg_wrapper .auth_form .row,
.profile .auth_form .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reg_wrapper .auth_form .forget,
.profile .auth_form .forget {
  font-size: 18px;
  color: #878787;
  display: inline-block;
  margin: 10px 0 0;
}

.reg_wrapper .auth_form .btn,
.profile .auth_form .btn {
  gap: 1rem;
  border: .0625rem solid var(--color-elements-heavy);
  padding: .75rem 3.375rem;
  color: var(--color-text-accent);
  width: 100%;
  position: relative;
}

.reg_wrapper .auth_form .btn svg,
.profile .auth_form .btn svg {
  position: absolute;
  display: inline-block;
  top: 11px;
  left: 100px;
}

.reg_wrapper.recovery_wrapper,
.profile.recovery_wrapper {
  max-width: 800px;
}

.profile form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}

.profile form .form_col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
}

.profile form .form_col {
  width: calc(50% - 26px);
}

.profile form .form_col.full_width {
  width: 100%;
}

.cart_wrapper {
  padding: 40px 0;
}

.cart_wrapper .cart_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}

.cart_wrapper .cart_cols .cart_main {
  width: 75%;
}

.cart_wrapper .cart_cols .cart_main .goods-body__table {
  width: 100%;
}

.cart_wrapper .cart_cols .cart_info {
  width: 25%;
}

.cart_wrapper .cart_checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.cart_wrapper .cart_checkbox input {
  width: 24px;
  height: 24px;
  accent-color: #282828;
}

.cart_wrapper .cart_info_inner {
  background: var(--color-elements-extra-light);
  padding: 32px 24px;
}

.cart_wrapper .cart_info_inner .cart_info_title {
  color: var(--color-text-accent);
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 500;
  margin: 0 0 24px;
}

.cart_wrapper .cart_info_inner .btn {
  width: 100%;
}

.cart_wrapper .cit_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
}

.cart_wrapper .cit_row_title {
  color: var(--color-text-light);
  font-size: 18px;
  line-height: 25.2px;
}

.cart_wrapper .cit_row_value {
  color: var(--color-text-accent);
  font-size: 18px;
  line-height: 25.2px;
}

.cart_wrapper .cart_info_table {
  padding: 0 0 32px;
  border-bottom: 1px solid var(--color-elements-light);
  margin: 0 0 32px;
}

.cart_wrapper.cart_wrapper_final {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.cart_wrapper .cart_final_description {
  text-transform: uppercase;
  font-size: 18px;
}

.cart_wrapper .goods-body__table-mobile {
  display: none;
}

.cart_wrapper .goods-body__table-mobile ._row-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

.cart_wrapper .goods-body__table-mobile ._row-price ._row-price__old {
  font-weight: 400;
  font-size: .875rem;
  line-height: 120%;
  text-decoration: line-through;
  color: var(--color-text-light);
}

.cart_wrapper .goods-body__table-mobile ._row-price ._row-price__current {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--color-text-accent);
}

.cart_wrapper .goods-body__table-mobile ._row-btns {
  margin: .875rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.cart_wrapper .good_item {
  margin: 0 0 20px;
}

.cart_wrapper .good_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0 0 16px;
}

.cart_wrapper .good_item .good_item_params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cart_wrapper .good_item .good_item_params .param {
  font-weight: 500;
  color: var(--color-text-middle);
  font-size: 14px;
  border: 1px solid var(--color-elements-heavy);
  padding: 4px 8px;
  border-radius: 12px;
}

.text_block {
  margin: 12.5rem 0 0;
}

.text_block-body {
  margin: 5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.625rem;
}

.text_block-body__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.8125rem);
          flex: 0 0 calc(50% - 0.8125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.catalog_inner_top {
  position: relative;
  margin: 3rem 0 0;
}

.catalog_inner_top-row {
  margin: 3rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog_inner_top-row:last-child {
  margin: 3rem -1.25rem 0 0;
}

.catalog_inner_top-row .catalog_inner_top-tabs {
  max-width: 39rem;
}

.catalog_inner_top-row .search {
  width: 100%;
  max-width: 37.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 21.875rem;
          flex: 0 1 21.875rem;
}

.catalog_inner_top-row .catalog_inner_top-dropdown {
  max-width: 100%;
  margin: 0;
}

.catalog_inner_top-row .catalog_inner_top-dropdown .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.catalog_inner_top-row .catalog_inner_top-dropdown ._filter-item__top {
  padding: 0.875rem 1.5rem;
}

.catalog_inner_top-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  width: 100%;
}

.catalog_inner_top-tabs label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12.5rem;
          flex: 0 1 12.5rem;
  position: relative;
}

.catalog_inner_top-tabs label input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.catalog_inner_top-tabs label input:checked+._fake {
  background-color: var(--color-elements-black);
  color: var(--color-text-extra-light);
}

.catalog_inner_top-tabs ._fake {
  border-radius: 0.375rem;
  padding: 0.875rem 1.5rem;
  background-color: var(--color-elements-extra-light);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
  text-align: center;
  color: var(--color-text-accent);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog_inner_top-text {
  display: block;
}

.catalog_inner_top-text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.catalog_inner_top-text-filter-btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.catalog_inner_top-text-filter-btn svg path {
  fill: var(--color-text-middle);
}

.catalog_inner_top-text__goods {
  margin-left: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.catalog_inner_top-text h1 {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--color-text-accent);
}

.catalog_inner_top__info {
  margin: 3rem 0 0;
}

.catalog_inner_top__info span {
  color: var(--color-text-accent);
}

.catalog_inner_top-dropdown {
  margin: 3rem 0 0;
  position: relative;
  z-index: 5;
}

.catalog_inner_top-dropdown ._filter-item {
  position: relative;
}

.catalog_inner_top-dropdown ._filter-item._open ._filter-item__top {
  border-radius: 0.75rem 0.75rem 0 0;
}

.catalog_inner_top-dropdown ._filter-item._open ._filter-item__top svg {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.catalog_inner_top-dropdown ._filter-item._open ._filter-item__content {
  padding: 0.3125rem 1.5rem 2.25rem;
  opacity: 1;
  max-height: 130px;
  pointer-events: unset;
  z-index: 5;
  visibility: visible;
  overflow-y: auto;
}

.catalog_inner_top-dropdown ._filter-item._open ._filter-item__content::-webkit-scrollbar {
  display: none;
}

.catalog_inner_top-dropdown ._filter-item__top {
  cursor: pointer;
  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;
  gap: 1rem;
  background-color: var(--color-bkg-light);
  border-radius: 0.75rem;
  padding: 0.6875rem 1.5rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog_inner_top-dropdown ._filter-item__top svg {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog_inner_top-dropdown ._filter-item__content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.3125rem 1.5rem 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: var(--color-bkg-light);
  border-radius: 0 0 0.75rem 0.75rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog_inner_top-dropdown ._filter-item__content-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.catalog_inner_top-dropdown ._filter-item__content-inputs input {
  width: 100%;
}

.catalog_inner_top-dropdown ._filter-item__content .checkbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog_inner_top-dropdown ._filter-item__content .checkbox .color {
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
}

.catalog_inner_top-dropdown ._filter-item__content .checkbox .color._black {
  border: 1px solid #fff;
  background: #282828;
}

.catalog_inner_top-dropdown ._filter-item__content .checkbox .color._white {
  border: 1px solid #282828;
  background: #fff;
}

.catalog_inner_top-dropdown ._filter-item__content .checkbox .color._red {
  background: #ff1414;
}

.catalog_inner_top-dropdown .swiper-slide {
  min-width: 25rem;
}

.catalog_inner_top-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0 0;
}

.catalog_inner_top-body__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}

.catalog_inner_top-body__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.catalog_inner_top-body__sort-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.catalog_inner_top-body__sort-type .custom-visible--mob {
  display: block;
}

.catalog_inner_top-body__sort-type .custom-visible--tab {
  display: none;
}

.catalog_inner_top-body__sort-type label {
  position: relative;
  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;
  width: 2.5rem;
  height: 2.5rem;
}

.catalog_inner_top-body__sort-type label input {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}

.catalog_inner_top-body__sort-type label input:checked+._fake svg path {
  fill: var(--color-elements-heavy) !important;
}

.catalog_inner_top-body__sort-type label ._fake {
  cursor: pointer;
  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;
}

.catalog_inner_top-body__sort-type label ._fake svg {
  width: 1.25rem;
  height: 1.25rem;
}

.catalog_inner_top-body__sort-type label ._fake svg path {
  fill: var(--color-elements-middle);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog_inner_top-body__sort-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: var(--color-text-light);
}

.catalog_inner_top-body__sort-item .choices {
  position: static;
}

.catalog_inner_top-body__sort-item .choices::after {
  border: none;
  background-image: url(../img/icons/select-arrow.svg);
  width: 1.25rem;
  height: 1.25rem;
  right: 0;
  margin-top: 0 !important;
  -webkit-transform: translate(0, -50%) !important;
      -ms-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog_inner_top-body__sort-item .choices__item {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: var(--color-text-accent);
}

.catalog_inner_top-body__sort-item .choices.is-open::after {
  -webkit-transform: translate(0, -50%) scale(1, -1) !important;
      -ms-transform: translate(0, -50%) scale(1, -1) !important;
          transform: translate(0, -50%) scale(1, -1) !important;
}

.catalog_inner_top-body__sort-item .choices__inner {
  padding: 0.625rem 1.875rem 0.625rem 0.625rem !important;
  border: none !important;
  min-height: 0 !important;
  background: rgba(0,0,0,0) !important;
}

.catalog_inner_top-body__sort-item .choices__list {
  left: 0;
  right: 0;
  border: 0 !important;
  background: var(--color-bkg-light);
  overflow: visible !important;
}

.catalog_inner_top-body__sort-item .choices__list.choices__list--single {
  padding: 0 !important;
  background: rgba(0,0,0,0);
}

.catalog_inner_top-body__sort-item .choices__list.choices__list--dropdown {
  width: auto;
  z-index: 10000;
}

.catalog_inner_top-body__sort-item .choices__list.choices__list--dropdown .choices__item {
  padding: 1.09375rem 1.5rem !important;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 140%;
  color: var(--color-text-light);
  white-space: nowrap;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog_inner_top-body__sort-item .choices__list.choices__list--dropdown .choices__item.is-highlighted {
  background: rgba(0,0,0,0);
  color: var(--color-text-accent);
}

.catalog_inner_top-body__sort-item svg {
  width: 1.25rem;
  height: 1.25rem;
}

.catalog_content {
  position: relative;
  z-index: 1;
}

.catalog_content-body {
  margin: 3rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
}

.catalog_content-body #product_list {
  width: 100%;
}

.catalog_content-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.catalog_content-filter-block {
  width: 25rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25rem;
          flex: 0 0 25rem;
  border-radius: 0.75rem;
  padding: 1.5rem 1.5rem 2.25rem 1.5rem;
  background-color: var(--color-bkg-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.catalog_content-filter ._filter__divider {
  background-color: var(--color-elements-middle);
  height: 0.0625rem;
  width: 100%;
}

.catalog_content-filter ._filter-item {
  overflow: hidden;
}

.catalog_content-filter ._filter-item._open ._filter-item__top svg {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.catalog_content-filter ._filter-item._open ._filter-item__content {
  margin: 1rem 0 0;
}

.catalog_content-filter ._filter-item__top {
  cursor: pointer;
  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;
  gap: 1rem;
}

.catalog_content-filter ._filter-item__top svg {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog_content-filter ._filter-item__content {
  margin: 0;
  overflow: hidden;
  height: auto;
  max-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog_content-filter ._filter-item__content-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.catalog_content-filter ._filter-item__content-inputs input {
  width: 100%;
}

.catalog_content-filter ._filter-item__content .checkbox .color {
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
}

.catalog_content-filter ._filter-item__content .checkbox .color._black {
  border: 1px solid #fff;
  background: #282828;
}

.catalog_content-filter ._filter-item__content .checkbox .color._white {
  border: 1px solid #282828;
  background: #fff;
}

.catalog_content-filter ._filter-item__content .checkbox .color._red {
  background: #ff1414;
}

.catalog_content-filter ._filter-item__content .text-inactive {
  display: none;
}

.catalog_content-filter ._filter-item__content._force-scrollbar {
  max-height: 130px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,.5) rgba(0,0,0,0);
}

.catalog_content-filter ._filter-item__content._force-scrollbar::-webkit-scrollbar {
  width: 7px;
}

.catalog_content-filter ._filter-item__content._force-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.5);
  border-radius: 4px;
}

.catalog_content-filter .switches-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.catalog_content-filter ._filter-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.catalog_content-filter ._filter-switch ._fake {
  margin: 0 0 0 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.catalog_content-filter ._filter-switch .text-inactive {
  color: #282828;
  opacity: .5;
}

.catalog_content-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem 1.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog_content-cards._row {
  gap: 3.75rem;
}

.catalog_content-cards._row .recommend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.catalog_content-cards._row .recommend-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.catalog_content-cards._row .recommend-item__top-info ._price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 0.375rem;
}

.catalog_content-cards._row .recommend-item:not(:first-child) {
  position: relative;
}

.catalog_content-cards._row .recommend-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1.875rem;
  height: 0.0625rem;
  background-color: var(--color-elements-light);
}

.catalog_content-cards._row .recommend-item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  width: 18.375rem;
  height: 18.375rem;
}

.catalog_content-cards._row .recommend-item__img-labels {
  display: none;
}

.catalog_content-cards._row .recommend-item__img-labels.-mobile-row {
  display: none;
}

.catalog_content-cards._row .recommend-item__img-labels.-mobile-row span {
  font-size: 0.875rem;
}

.catalog_content-cards._row .recommend-item__img-tip {
  display: none;
}

.catalog_content-cards._row .recommend-item__img-tip ._tip__btn {
  padding: 0;
}

.catalog_content-cards._row .recommend-item__img-union {
  display: none;
}

.catalog_content-cards._row .recommend-item__info {
  display: none;
}

.catalog_content-cards._row .recommend-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog_content-cards._row .recommend-item__content .recommend-item__descr {
  margin: 0.5rem 0 0;
}

.catalog_content-cards._row .recommend-item__content .recommend-item__stats {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.catalog_content-cards._row .recommend-item__content ._tip-body__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  color: var(--color-text-light);
}

.catalog_content-cards._row .recommend-item__content ._tip-body__row-dots {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 0.125rem 0.0625rem;
  border-bottom: 0.0625rem dashed var(--color-text-light);
}

.catalog_content-cards._row .recommend-item__content ._tip-body__row-value {
  color: var(--color-text-accent);
}

.catalog_content-cards._row .recommend-item__content ._price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0rem 0.5rem;
}

.catalog_content-cards._row .recommend-item__content ._price ._old {
  text-decoration: line-through;
  color: var(--color-text-light);
}

.catalog_content-cards._row .recommend-item__content .recommend-item__img-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  left: auto;
  top: auto;
}

.catalog_content-cards._row .recommend-item__content ._col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25rem;
          flex: 0 0 6.25rem;
}

.catalog_content-cards._row .recommend-item__content ._col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
}

.catalog_content-cards._row .recommend-item__content ._col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.catalog_content-cards._row .recommend-item__count {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0.375rem;
}

.catalog_content-cards._row .catalog_content-cards__more {
  margin: 1.25rem 0 0;
}

.catalog_content-cards._row .catalog_content-cards__bottom {
  margin: -1.625rem 0 0;
}

.catalog_content-cards._grid-5-cols {
  width: 100%;
}

.catalog_content-cards._grid-5-cols .catalog-content-cards__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}

.catalog_content-cards._grid-5-cols .recommend-item {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  width: 100%;
}

.catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 9rem;
}

.catalog_content-cards._grid-5-cols .recommend-item .recommend-item__text {
  display: none;
}

.catalog_content-cards._grid-5-cols .recommend-item ._price {
  display: none;
}

.catalog_content-cards._grid-5-cols .recommend-item .recommend-item__name {
  font-size: 1.125rem;
}

.catalog_content-cards._grid-5-cols .recommend-item .recommend-item__count {
  font-size: 1rem;
}

.catalog_content-cards._grid-5-cols .recommend-item .recommend-item__name {
  min-height: 1.875rem;
}

.catalog_content-cards._grid-3-cols .recommend-item__img {
  -webkit-transition-duration: .5;
          transition-duration: .5;
  min-height: 9rem;
}

.catalog_content-cards._grid-3-cols .recommend-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 1.0833rem);
          flex: 0 0 calc(33.333% - 1.0833rem);
}

.catalog_content-cards._grid-3-cols .recommend-item__top-info {
  display: none;
}

.catalog_content-cards._grid-3-cols .recommend-item__content {
  display: none;
}

.catalog_content-cards .recommend-item__top-info {
  display: none;
}

.catalog_content-cards .recommend-item__content {
  display: none;
}

.catalog_content-cards__more {
  margin: 3.125rem 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.catalog_content-cards__bottom {
  margin: 0.625rem 0 0;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.catalog_content-cards__bottom-pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.catalog_content-cards__bottom-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog_content-cards__bottom-pagination ul li {
  width: 3rem;
  height: 3rem;
  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: 50%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog_content-cards__bottom-pagination ul li._current {
  background-color: var(--color-elements-extra-light);
}

.catalog_content-cards__bottom-pagination ul li:hover {
  background-color: rgba(var(--color-elements-extra-light--rgb), 0.5);
}

.catalog_content-cards__bottom-pagination ul li._arrow {
  width: 3.125rem;
  height: 3.125rem;
}

.catalog_content-cards__bottom-pagination ul li._arrow:first-child {
  margin: 0 1rem 0 0;
}

.catalog_content-cards__bottom-pagination ul li._arrow:last-child {
  margin: 0 0 0 1rem;
}

.catalog_content-cards__bottom-pagination ul li._arrow svg {
  width: 2.5rem;
  height: 2.5rem;
}

.catalog_content-cards__bottom-pagination ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140%;
  color: var(--color-text-middle);
}

.catalog_content-cards__bottom-pagination ul li .page-link {
  color: var(--color-text-middle);
}

.catalog-content-cards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem 1.625rem;
}

.filter-mobile__btn-show._sticky-bottom {
  position: sticky !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important;
  right: 1.25rem !important;
  z-index: 1000 !important;
  width: auto !important;
  margin: 0 !important;
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.15) !important;
          box-shadow: 0 4px 12px rgba(0,0,0,.15) !important;
}

.additional {
  margin: 8.75rem 0 0;
}

.additional-body {
  margin: 5rem 0 0;
}

.additional-body__item {
  width: 16.125rem;
  height: 16.125rem;
  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;
  gap: 1.5rem;
  padding: 2.5rem 1.5rem 2.75rem;
  border-radius: 0.75rem;
  background-color: var(--color-bkg-light);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.additional-body__item:hover {
  background-color: var(--color-elements-accent);
}

.additional-body__item-icon {
  width: 6.25rem;
  height: 6.25rem;
}

.additional-body__item-icon-svg {
  width: 6.25rem;
  height: 6.25rem;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: var(--color-text-accent);
}

.additional-body__item-icon img,
.additional-body__item-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.additional-body__item-icon img path.fill-change,
.additional-body__item-icon svg path.fill-change {
  fill: var(--color-text-accent);
}

.additional-body__item-icon img path.stroke-change,
.additional-body__item-icon svg path.stroke-change {
  stroke: var(--color-text-accent);
}

.additional-body__item-text {
  text-align: center;
}

._dark-mode .additional-body__item:hover .additional-body__item-icon .additional-body__item-icon-svg {
  background: #000;
}

._dark-mode .additional-body__item:hover .additional-body__item-text {
  color: #000;
}

.details_main {
  margin: 2.5rem 0 0;
}

.details_main-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
}

.details_main-body__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
  height: 42.8125rem;
}

.details_main-body__slider-thumb {
  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;
  width: 7.25rem;
  gap: 1.75rem;
}

.details_main-body__slider-thumb ._slider {
  overflow: hidden;
  height: 100%;
}

.details_main-body__slider-thumb ._thumb-nav {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.details_main-body__slider-thumb .swiper-slide {
  cursor: pointer;
}

.details_main-body__slider-thumb .swiper-slide.swiper-slide-thumb-active ._thumb-item {
  border: 0.0625rem solid var(--color-elements-accent);
}

.details_main-body__slider-thumb .swiper-slide ._thumb-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  background: var(--color-bkg-light);
}

.details_main-body__slider-thumb .swiper-slide ._thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.details_main-body__slider-thumb .swiper-slide ._thumb-item__icon {
  position: absolute;
  inset: 0;
  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-color: rgba(var(--color-elements-only-black--rgb), 0.3);
}

.details_main-body__slider-thumb .swiper-slide ._thumb-item__icon img {
  width: 2.875rem;
  height: 2.875rem;
}

.details_main-body__slider-thumb .swiper-slide ._thumb-item__play {
  position: absolute;
  inset: 0;
  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-color: rgba(var(--color-elements-only-black--rgb), 0.3);
}

.details_main-body__slider-thumb .swiper-slide ._thumb-item__play img {
  width: 3.4375rem;
  height: 3.4375rem;
}

.details_main-body__slider-main {
  position: relative;
  width: 42.8125rem;
  overflow: hidden;
  border-radius: 0.75rem;
  overflow: hidden;
  background: var(--color-bkg-light);
}

.details_main-body__slider-main ._labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  left: 1.25rem;
}

.details_main-body__slider-main ._labels span {
  display: block;
  background-color: var(--color-elements-accent);
  padding: 0.125rem 0.75rem;
  border-radius: 0.5rem;
}

.details_main-body__slider-main .swiper-slide {
  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;
}

.details_main-body__slider-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.details_main-body__slider-main .swiper-slide video {
  width: 100%;
}

.details_main-body__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.details_main-body__info-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 1rem 0;
  margin: 3rem 0 0;
  border-top: 0.0625rem solid var(--color-elements-light);
  border-bottom: 0.0625rem solid var(--color-elements-light);
}

.details_main-body__info-icons ._info__icon {
  width: 3.75rem;
  height: 3.75rem;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: var(--color-text-accent);
}

.details_main-body__info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.details_main-body__info-title span {
  max-width: 39.125rem;
}

.details_main-body__info-title h1 {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--color-text-accent);
}

.details_main-body__info-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin: 1.75rem 0 0;
  color: var(--color-text-accent);
}

.details_main-body__info-compare svg path {
  fill: currentColor;
}

.details_main-body__info-descr {
  margin: 1rem 0 0;
  max-width: 39.125rem;
}

.details_main-body__info-price {
  margin: 1rem 0 0;
  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;
  gap: 1.5rem;
}

.details_main-body__info-price ._price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0rem 0.5rem;
}

.details_main-body__info-price ._price ._old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: line-through;
  color: var(--color-text-light);
}

.details_main-body__info-price .btn {
  width: 100%;
  max-width: 14.375rem;
}

.details_main-body__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin: 2.5rem 0 0;
}

.details_main-body__info-content ._col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.details_main-body__info-content ._col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.375rem;
          flex: 0 0 13.375rem;
}

.details_main-body__info-content ._download-file {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.details_main-body__info-content ._download-file:hover ._download-file__ext svg path {
  fill: var(--color-elements-light);
}

.details_main-body__info-content ._download-file:hover ._download-file__ext svg path:nth-child(2) {
  fill: var(--color-elements-middle);
}

.details_main-body__info-content ._download-file:hover ._download-file__icon {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  -webkit-transform: translate(0) scale(1);
      -ms-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

.details_main-body__info-content ._download-file__ext {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  width: 3rem;
  height: 1.875rem;
  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;
}

.details_main-body__info-content ._download-file__ext svg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.details_main-body__info-content ._download-file__ext svg path {
  fill: var(--color-elements-extra-light);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.details_main-body__info-content ._download-file__ext svg path:nth-child(2) {
  fill: var(--color-elements-middle);
}

.details_main-body__info-content ._download-file__icon {
  width: 0.9375rem;
  height: 0.875rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate(-1.25rem, 0) scale(0);
      -ms-transform: translate(-1.25rem, 0) scale(0);
          transform: translate(-1.25rem, 0) scale(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.details_main-body__info-content ._download-file__icon svg {
  width: 100%;
  height: 100%;
}

.details_main-body__info-content ._info__logo {
  width: 6.25rem;
  height: 2.5rem;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: var(--color-text-accent);
}

.details_main-body__info-content ._info-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin: 2.1875rem 0 0;
}

.details_main-body__info-content ._info-advantages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  line-height: 1;
}

.details_main-body__info-content ._info-advantages li img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
}

.details_main-body__info-content ._info-advantages__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

.details_main-body__info-sert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin: 3rem 0 0;
}

.details_main-body__info-sert li {
  height: 3.375rem;
  width: 13.375rem;
}

.details_main-body__info-sert li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.details_main-body__info-sert .awards {
  background-color: #1d1d1b;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -mask-position: center;
}

.details_main-body__info .details_main-body__info-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.details_main-body__info .details__product_in_button {
  margin-block: 1.875rem 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.details_main-links {
  margin: 2.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.details_main-links li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.details_main-links li a {
  width: 100%;
  gap: 0.5rem;
  text-transform: unset;
  min-height: auto;
}

.details_main-links li a:hover svg path {
  stroke: var(--color-bkg-main);
}

.details_main-links li a svg {
  margin: 0.25rem 0 0;
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.details_main-links li a svg path {
  stroke: var(--color-elements-heavy);
}

._dark-mode .details_main-body__info-sert .awards {
  background-color: #edd7a3;
}

.goods {
  margin: 12.5rem 0 0;
}

.goods-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin: 3.75rem 0 0;
}

.goods-body {
  margin: 2.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
}

.goods-body__table {
  width: calc(100% - 26.625rem);
}

.goods-body__table._noside ._wrapper {
  width: 100%;
}

.goods-body__table .catalog_content-cards__more {
  width: 100%;
}

.goods-body__table .catalog_content-cards__bottom {
  margin: 2.5rem 0 0;
}

.goods-body__table-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.goods-body__table-content table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  border-collapse: collapse;
}

.goods-body__table-content table thead th {
  background-color: var(--color-elements-extra-light);
}

.goods-body__table-content table th:not(:first-child),
.goods-body__table-content table td:not(:first-child) {
  padding: 0 0.8125rem;
}

.goods-body__table-content table th:nth-child(2),
.goods-body__table-content table td:nth-child(2) {
  min-width: 17.5rem;
  padding: 0 0.8125rem 0 1.625rem;
}

.goods-body__table-content table th {
  height: 4.25rem;
}

.goods-body__table-content table th div,
.goods-body__table-content table th label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.goods-body__table-content table th div input,
.goods-body__table-content table th label input {
  cursor: pointer;
  position: absolute;
  inset: 0;
  opacity: 0;
}

.goods-body__table-content table th div input:checked+svg,
.goods-body__table-content table th label input:checked+svg {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.goods-body__table-content table th svg {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.goods-body__table-content table td {
  height: 8rem;
}

.goods-body__table-content table td:not(:nth-child(2)) {
  text-align: center;
}

.goods-body__table-content table td:not(:nth-child(2)) .text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.goods-body__table-content table td ._with-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.goods-body__table-content table td .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.goods-body__table-content table tr:not(:first-child) td {
  border-top: 0.0625rem solid var(--color-elements-light);
}

.goods-body__table-content table tr ._descr {
  display: block;
}

.goods-body__table-content table tr ._descr button {
  margin: 0 0 0 0.5rem;
}

.goods-body__table-content ._wrapper {
  overflow: auto;
  width: calc(100% - 12.1875rem);
  padding: 0 0 2.5rem;
}

.goods-body__table-content ._wrapper::-webkit-scrollbar {
  height: 0.375rem;
  background-color: rgba(0,0,0,0);
}

.goods-body__table-content ._wrapper::-webkit-scrollbar-thumb {
  background-color: var(--color-elements-light);
  border-radius: 1.25rem;
}

.goods-body__table-content ._img {
  border-radius: 0.125rem;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

.goods-body__table-content ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.goods-body__table-side {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.1875rem;
          flex: 0 0 12.1875rem;
}

.goods-body__table-side ._top {
  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;
  height: 4.25rem;
  background-color: var(--color-elements-extra-light);
  padding: 0 0.75rem;
  -webkit-box-shadow: -0.125rem 0.0625rem 1.125rem 0px rgba(215,215,215,.5);
          box-shadow: -0.125rem 0.0625rem 1.125rem 0px rgba(215,215,215,.5);
}

.goods-body__table-side ._row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 8rem;
  padding: 0 0.75rem;
  background-color: var(--color-bkg-main);
}

.goods-body__table-side ._row:not(:nth-child(2)) {
  border-top: 0.0625rem solid var(--color-elements-light);
}

.goods-body__table-side ._row-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.goods-body__table-side ._row-price__old {
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  text-decoration: line-through;
  color: var(--color-text-light);
}

.goods-body__table-side ._row-price__current {
  font-family: "Manrope",sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--color-text-accent);
}

.goods-body__table-side ._row-btns {
  margin: 0.875rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.goods-body__table-side ._row-btns__cart {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.34375rem 0.625rem 0.46875rem;
  font-size: 1rem;
  min-height: auto;
  text-transform: none;
}

.goods-body__table-side ._row-btns__union {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}

.goods-body__table-side ._row-btns__union svg {
  width: 100%;
  height: 100%;
}

.goods-body__mobile-content {
  display: none;
}

.goods-row {
  display: none;
}

.goods ._row-price__old {
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: .875rem;
  line-height: 120%;
  text-decoration: line-through;
  color: var(--color-text-light);
}

.goods .recommend-item ._row {
  margin-top: 0.5rem;
}

.goods .recommend-item ._row-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.goods .recommend-item ._row-price__current {
  font-family: "Manrope",sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--color-text-accent);
}

.goods .recommend-item ._row-price__old {
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: .875rem;
  line-height: 120%;
  text-decoration: line-through;
  color: var(--color-text-light);
}

.goods .recommend-item ._row-btns {
  margin: .875rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.goods .recommend-item .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
  margin: 1rem 0 0 0;
}

.goods .recommend-item .tag {
  border-radius: 31.25rem;
  border: 0.0625rem solid var(--color-elements-heavy);
  padding: 0.125rem 0.5rem;
  color: var(--color-elements-heavy);
  background: var(--color-elements-black);
  background-color: rgba(0,0,0,0);
}

.tags.tags--detail {
  margin: 12.5rem 0 0;
}

._dark-mode .goods-body__table-side ._row {
  -webkit-box-shadow: -4px 0px 10px -4px rgba(245,245,245,.99);
          box-shadow: -4px 0px 10px -4px rgba(245,245,245,.99);
}

.characteristics {
  margin: 12.5rem 0 0;
}

.characteristics-body {
  margin: 5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}

.characteristics-body__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.8125rem;
          flex: 0 0 42.8125rem;
}

.characteristics-body__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
}

.characteristics-body__info-row a {
  text-decoration: underline;
}

.characteristics-body__info-row:not(:first-child) {
  border-top: 0.0625rem solid var(--color-elements-light);
}

.characteristics-body__info-row ._col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.875rem 1rem;
}

.characteristics-body__info-row ._col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.125rem;
          flex: 0 0 16.125rem;
}

.characteristics-body__info-row ._col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.characteristics-body__info-row ._col:nth-child(2) .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-align: end;
}

.characteristics-body__info-row ._col:nth-child(2) .text span {
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
}

.characteristics-body__info-row ._col:nth-child(2) .text span._black {
  border: 1px solid #fff;
  background: #282828;
}

.characteristics-body__info-row ._col:nth-child(2) .text span._white {
  border: 1px solid #282828;
  background: #fff;
}

.characteristics-body__info-row ._col:nth-child(2) .text span._red {
  background: #ff1414;
}

.characteristics-body__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51.6875rem;
          flex: 0 1 51.6875rem;
}

.characteristics-body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.video {
  margin: 12.5rem 0 0;
}

.video-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem auto 0 auto;
  gap: 1.625rem;
  width: 100%;
  max-width: 60.5rem;
  max-height: 34.375rem;
}

.video-body ._play {
  cursor: pointer;
  position: absolute;
  inset: 0;
  background-color: rgba(var(--color-elements-only-black--rgb), 0.3);
  border-radius: 12px;
  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: all .3s ease-out;
  transition: all .3s ease-out;
}

.video-body ._play button {
  cursor: pointer;
  width: 9.75rem;
  height: 9.75rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.video-body ._play button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.video-body ._play button svg {
  width: 100%;
  height: 100%;
}

.video-body__main {
  overflow: hidden;
  width: 100%;
}

.video-body__main._single {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 0 0 44.5%;
}

.video-body__main._single video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.video-body__main._single._played ._play {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.video-body__main .swiper-slide {
  position: relative;
  aspect-ratio: 4/3;
  height: 100%;
}

.video-body__main .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}

.video-body__main .swiper-slide._played ._play {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.video-body__main .swiper-slide ._play button {
  width: 3.4375rem;
  height: 3.4375rem;
}

.video-body__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  overflow: hidden;
  height: 100%;
}

.video-body__thumb .swiper-slide {
  position: relative;
}

.video-body__thumb .swiper-slide ._play button {
  width: 3.4375rem;
  height: 3.4375rem;
}

.video-body__thumb .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}

.faq {
  margin: 12.5rem 0 0;
}

.faq._dev {
  margin: 5rem 0 0;
}

.faq-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 5rem 0 0;
}

.faq-item {
  cursor: pointer;
  border: 0.0625rem solid var(--color-elements-middle);
  border-radius: 12px;
  padding: 2rem 2rem 2rem 1.5rem;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.faq-item._open .faq-item__top-cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item._open .faq-item__content {
  margin: 1.5rem 0 0;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
}

.faq-item__top {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr 2.5rem;
  grid-template-columns: 1fr 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-item__top-cross {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}

.faq-item__top-cross::before,
.faq-item__top-cross::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.09375rem;
  background-color: var(--color-elements-black);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.faq-item__top-cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item__content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.faq-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 2.5rem 1.5rem;
}

.faq-bottom__btn {
  width: 100%;
  max-width: 16.5rem;
}

.catalog_inner_top-dropdown .swiper-wrapper {
  gap: 1.25rem;
}

.portfolio_content {
  margin: 3rem 0 0;
}

.portfolio_content._with-space {
  margin: 5rem 0 0;
}

.portfolio_content._courses-list .recommend-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.8125rem);
          flex: 0 0 calc(50% - 0.8125rem);
}

.portfolio_content._courses-list .recommend-item__img {
  padding: 0 0 50%;
}

.portfolio_content .portfolio_content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem 1.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.portfolio_content .portfolio_content-body.grid-8-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[8];
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}

.portfolio_content .portfolio_content-body.grid-8-col .recommend-item {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  width: 100%;
}

.portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__text {
  display: none;
}

.portfolio_content .portfolio_content-body.grid-8-col .recommend-item ._price {
  display: none;
}

.portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__name {
  min-height: 30px;
}

.portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__img-labels {
  left: 0.4375rem;
  top: 0.5rem;
}

.portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__img-union {
  right: 2.625rem;
  top: 1rem;
}

.portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__img-union svg {
  width: 1rem;
  height: 1rem;
}

.portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__img-tip svg {
  width: 1rem;
  height: 1rem;
}

.portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__img-labels span {
  font-size: 0.75rem;
}

.portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__count {
  font-size: 0.75rem;
}

.portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__name {
  font-size: 1rem;
}

.portfolio_content .portfolio_content-body .recommend-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 1.21875rem);
          flex: 0 0 calc(25% - 1.21875rem);
}

.portfolio_content .portfolio_content-body .recommend-item .swiper-slide img {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.portfolio_detail__title {
  margin: 3rem 0 0;
}

.portfolio_detail__title._with-space {
  margin: 12.5rem 0 0;
}

.portfolio_detail__title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.portfolio_detail__title svg {
  width: 1.875rem;
  height: 1.875rem;
  display: none;
}

.portfolio_info {
  margin: 5rem 0 0;
}

.portfolio_info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
}

.portfolio_info-body__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.8125rem);
          flex: 0 0 calc(50% - 0.8125rem);
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--color-bkg-light);
}

.portfolio_info-body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio_info-body__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.8125rem);
          flex: 0 0 calc(50% - 0.8125rem);
}

.portfolio_info-body__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
  max-width: 42.8125rem;
}

.portfolio_info-body__content-row:not(:first-child) {
  padding: 0.75rem 0 0;
  margin: 0.75rem 0 0;
  border-top: 0.0625rem solid var(--color-bkg-light);
}

.portfolio_info-body__content-row ._col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.125rem;
          flex: 0 0 15.125rem;
  padding: 1.1875rem 0 1.1875rem 1rem;
}

.portfolio_info-body__content-row ._col:nth-child(2) {
  padding: 1.1875rem 1rem 1.1875rem 0;
}

.portfolio_detail {
  margin: 1rem 0 0;
}

.portfolio_detail._big-space {
  margin: 12.5rem 0 0;
}

.portfolio_detail__img {
  margin: 5rem 0 0;
}

.portfolio_detail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.portfolio_detail-body:not(:first-child) {
  margin: 5rem 0 0;
}

.portfolio_detail-body__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 0.8125rem);
          flex: 1 1 calc(50% - 0.8125rem);
}

.portfolio_detail-body__col ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.25rem;
}

.portfolio_detail-body__col ul li::marker {
  color: var(--color-elements-accent);
}

.portfolio_detail-body__col ol li {
  list-style-position: inside;
}

.portfolio_detail a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: underline;
}

.portfolio_detail a:hover {
  color: var(--color-elements-accent);
  text-decoration: underline;
}

.portfolio_detail_img {
  margin: 5rem 0 0;
}

.portfolio_detail_img__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 80vh;
  border-radius: 12px;
}

.portfolio_detail_info_block {
  margin: 12.5rem 0 0;
}

.portfolio_detail_info_block._reverse .portfolio_detail_info_block-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.portfolio_detail_info_block._two .portfolio_detail_info_block-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.8125rem);
          flex: 0 0 calc(50% - 0.8125rem);
}

.portfolio_detail_info_block-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
  margin: 5rem 0 0;
}

.portfolio_detail_info_block-body__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.8125rem);
          flex: 0 0 calc(50% - 0.8125rem);
  overflow: hidden;
  width: 100%;
  max-width: 48.75rem;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio_detail_info_block-body__img img {
  width: 100%;
  max-width: 48.75rem;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.portfolio_detail_info_block-body__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.8125rem);
          flex: 0 0 calc(50% - 0.8125rem);
}

.portfolio_detail_info_block-body__content .text.text_16:not(:first-child) {
  margin: 0.25rem 0 0;
}

.portfolio_detail_info_block-body__content .btn {
  margin: 1.75rem 0 0;
  min-width: 14.375rem;
}

.portfolio_detail_info_block ul li {
  position: relative;
  padding: 0 0 0 1.375rem;
  line-height: 120%;
}

.portfolio_detail_info_block ul li:before {
  content: "";
  position: absolute;
  top: .5rem;
  left: .25rem;
  border-radius: 50%;
  width: .4375rem;
  height: .4375rem;
  background-color: var(--color-elements-accent);
}

.portfolio_detail_gallery {
  margin: 12.5rem 0 0;
}

.portfolio_detail_gallery__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}

.portfolio_detail_gallery__title .btn_arrow {
  display: none;
}

.portfolio_detail_gallery-body {
  position: relative;
  margin: 3.75rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.625rem;
  max-width: 87.5rem;
}

.portfolio_detail_gallery-body__thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  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;
  width: 9.125rem;
  gap: 1.75rem;
}

.portfolio_detail_gallery-body__thumb ._slider {
  overflow: hidden;
  height: 100%;
}

.portfolio_detail_gallery-body__thumb ._thumb-nav {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio_detail_gallery-body__thumb .swiper-slide {
  cursor: pointer;
}

.portfolio_detail_gallery-body__thumb .swiper-slide.swiper-slide-thumb-active ._thumb-item {
  border: 0.0625rem solid var(--color-elements-accent);
}

.portfolio_detail_gallery-body__thumb .swiper-slide ._thumb-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  height: 7.25rem;
}

.portfolio_detail_gallery-body__thumb .swiper-slide ._thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio_detail_gallery-body__thumb .swiper-slide ._thumb-item__icon {
  position: absolute;
  inset: 0;
  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-color: rgba(var(--color-elements-only-black--rgb), 0.3);
}

.portfolio_detail_gallery-body__thumb .swiper-slide ._thumb-item__icon img {
  width: 2.875rem;
  height: 2.875rem;
}

.portfolio_detail_gallery-body__thumb .swiper-slide ._thumb-item__play {
  position: absolute;
  inset: 0;
  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-color: rgba(var(--color-elements-only-black--rgb), 0.3);
}

.portfolio_detail_gallery-body__thumb .swiper-slide ._thumb-item__play img {
  width: 3.4375rem;
  height: 3.4375rem;
}

.portfolio_detail_gallery-body__main {
  margin: 0 0 0 auto;
  padding: 2.0625rem 0;
  width: calc(100% - 10.75rem);
  overflow: hidden;
}

.portfolio_detail_gallery-body__main .swiper-slide {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 0.75rem;
}

.portfolio_detail_gallery-body__main .swiper-slide ._img {
  position: absolute;
  inset: 0;
}

.portfolio_detail_gallery-body__main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_text {
  margin: 5rem 0 0;
}

.img_text__container .img_text-body__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: inherit;
}

.img_text-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

.img_text-body__img {
  position: relative;
  width: 100%;
  padding: 0;
}

.img_text-body__img h3 {
  font-size: 1rem;
}

.img_text-body__img img {
  width: 100%;
  max-width: 48.75rem;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  float: left;
  margin-right: 1.875rem;
  margin-bottom: 2.8125rem;
}

.img_text-body__img .text p {
  margin-bottom: 20px;
}

.img_text-body__img .text strong {
  margin-bottom: 20px;
}

.img_text-body__img .text ul {
  margin-bottom: 20px;
  line-height: 140%;
}

.img_text-body__img .text ul li {
  list-style: disc;
  list-style-position: inside;
}

.img_text-body__img .text ol li {
  list-style-position: inside;
}

.img_text-body__text {
  width: 100%;
}

.img_text-body__text img {
  float: left;
  margin: 0 40px 40px 0;
}

.img_text-body table {
  width: 50%;
  border: 1px solid var(--color-text-middle);
  border-collapse: collapse;
  margin-bottom: 0.625rem;
}

.img_text-body table td {
  text-align: center;
  padding: 0.1875rem 0;
  border: 1px solid var(--color-text-middle);
}

.img_text a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  text-decoration: underline;
}

.img_text a:hover {
  color: var(--color-elements-accent);
}

.img_text ul li::marker {
  color: var(--color-elements-accent);
}

.publications_top {
  margin: 1.6875rem 0 0;
}

.publications_top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.publications_top__container button {
  padding: 0.75rem 2.5rem;
}

.publications_top .tags {
  margin: 0;
}

.publications_top .tags .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}

.publications_top .tags .swiper-wrapper .swiper-slide {
  margin: 0 !important;
}

.solutions_page {
  padding: 5rem 0 0;
}

.solutions_page .solutions-body {
  margin: 0;
  gap: 1.25rem;
}

.solutions_page .solutions-body .solutions-row {
  padding: 1.25rem 0 1.25rem 8.75rem;
}

.solutions_page .solutions-body .solutions-row:not(:first-child)::before {
  top: -0.625rem;
}

.solutions_page-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}

.solutions_page-body__item._active .solutions_page-body__item-title .solutions-row__arrow {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
  margin: 0 0 0 6.875rem;
}

.solutions_page-body__item._active .solutions_page-body__item-title .solutions-row__num {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 0 -3.5rem;
}

.solutions_page-body__item._active .solutions_page-body__item-content {
  margin: 2.5rem 0 0;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

.solutions_page-body__item:not(:first-child) {
  position: relative;
}

.solutions_page-body__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2.5rem;
  height: 0.0625rem;
  background: var(--color-elements-light);
}

.solutions_page-body__item-title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.875rem 0;
}

.solutions_page-body__item-title:hover .solutions-row__arrow {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
  margin: 0 0 0 6.875rem;
}

.solutions_page-body__item-title:hover .solutions-row__num {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 0 -3.5rem;
}

.solutions_page-body__item-title._hidden {
  display: none;
}

.solutions_page-body__item-title .solutions-row__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  width: 3.75rem;
  height: 3.75rem;
  background-color: var(--color-elements-accent);
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 0 -4.75rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.solutions_page-body__item-title .solutions-row__arrow svg {
  width: 2.1875rem;
}

.solutions_page-body__item-title .solutions-row__num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.solutions_page-body__item-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  border-top: 0.0625rem solid var(--color-elements-light);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.services_main {
  background-color: var(--color-bkg-heavy);
  padding: 3.75rem 0 9.375rem;
}

.services_main._transparrent {
  background-color: rgba(0,0,0,0);
  padding: 0;
}

.services_main._transparrent .services_main-body__item {
  background-color: var(--color-elements-heavy);
}

.services_main._transparrent .services_main-body__item-icon svg path {
  fill: var(--color-elements-extra-light);
}

.services_main._transparrent .services_main-body__item-text {
  color: var(--color-elements-extra-light);
}

.services_main._transparrent .services_main-body__item:hover {
  background-color: var(--color-elements-accent);
}

.services_main._transparrent .services_main-body__item:hover .services_main-body__item-text {
  color: var(--color-text-only-black);
}

.services_main._transparrent .services_main-body__item:hover .services_main-body__item-icon svg path {
  fill: var(--color-text-only-black);
}

.services_main__title {
  margin: 3rem 0 0;
}

.services_main-body {
  margin: 5rem 0 0;
}

.services_main-body .swiper-slide {
  width: 25rem !important;
}

.services_main-body__item {
  cursor: pointer;
  background-color: var(--color-bkg-main);
  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;
  gap: 1.25rem;
  padding: 2.5rem;
  height: 17.5rem;
  border-radius: 0.75rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.services_main-body__item:hover {
  background-color: var(--color-elements-accent);
}

.services_main-body__item:hover .services_main-body__item-text {
  color: var(--color-text-only-black);
}

.services_main-body__item:hover .services_main-body__item-icon svg path {
  fill: var(--color-text-only-black);
}

.services_main-body__item-icon {
  width: 6.25rem;
  height: 6.25rem;
}

.services_main-body__item-icon svg {
  width: 100%;
  height: 100%;
}

.services_main-body__item-icon svg path {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  fill: var(--color-text-middle);
}

.services_main-body__item-icon-svg {
  width: 6.25rem;
  height: 6.25rem;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: var(--color-text-extra-light);
}

.services_main-body__item-text {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.services_catalog {
  margin: 3rem 0 0;
}

.services_catalog-top {
  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;
}

.services_catalog-top .btn_arrow {
  display: none;
}

.services_catalog-body {
  margin: 5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem 1.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services_catalog-body .recommend-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 1.21875rem);
          flex: 0 0 calc(25% - 1.21875rem);
}

.services_catalog-body .catalog_content-cards__more,
.services_catalog-body .catalog_content-cards__bottom {
  display: none;
}

.services_catalog-body .catalog_content-cards__more {
  margin: 0.25rem 0 0;
}

.services_catalog-body .catalog_content-cards__bottom {
  margin: -0.25rem 0 0;
}

.vacancies_head {
  margin: 3rem 0 0;
}

.vacancies_head._courses-detail .vacancies_head-body {
  margin: 1.625rem 0 0;
}

.vacancies_head-row {
  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;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vacancies_head-row__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem 1.25rem;
}

.vacancies_head-row__btns .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 14.375rem;
          flex: 0 1 14.375rem;
  white-space: nowrap;
}

.vacancies_head__date {
  margin: 1.625rem 0 0;
}

.vacancies_head-body {
  margin: 0.75rem 0 0;
  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;
}

.vacancies_head-body__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.vacancies_head-body__link svg {
  width: 2.5rem;
  height: 2.5rem;
}

.vacancies_head-body__link svg path {
  stroke: var(--color-elements-middle);
}

.vacancies_map {
  margin: 12.5rem 0 0;
}

.vacancies_map__map {
  margin: 5rem 0 0;
  height: 46.875rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.vacancies_map__map .map__item {
  width: 100%;
  height: 100%;
}

.team_list {
  margin: 3rem 0 0;
}

.team_list__icon {
  margin-top: 100px;
}

.team_list .catalog-body__content {
  margin: 5rem 0 0;
}

.team_list .catalog-body__item {
  background-repeat: no-repeat;
  background-size: 8rem;
  background-position: center;
}

.team_list__icon {
  width: 3rem;
  height: 3rem;
}

.download_content {
  margin: 5rem 0 0;
}

.download_content ._download-file {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.download_content ._download-file:hover ._download-file__ext svg path {
  fill: var(--color-elements-light);
}

.download_content ._download-file:hover ._download-file__ext svg path:nth-child(2) {
  fill: var(--color-elements-middle);
}

.download_content ._download-file:hover ._download-file__icon {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  -webkit-transform: translate(0) scale(1);
      -ms-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

.download_content ._download-file__ext {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  width: 3rem;
  height: 1.875rem;
  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;
}

.download_content ._download-file__ext svg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.download_content ._download-file__ext svg path {
  fill: var(--color-elements-extra-light);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.download_content ._download-file__ext svg path:nth-child(2) {
  fill: var(--color-elements-middle);
}

.download_content ._download-file__icon {
  width: 0.9375rem;
  height: 0.875rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate(-1.25rem, 0) scale(0);
      -ms-transform: translate(-1.25rem, 0) scale(0);
          transform: translate(-1.25rem, 0) scale(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.download_content ._download-file__icon svg {
  width: 100%;
  height: 100%;
}

.download_content__search {
  max-width: 37.5rem;
}

.download_content-tabs {
  margin: 5rem 0 0;
}

.download_content-tabs .catalog_inner_top-tabs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.download_content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem 1.875rem;
  margin: 3rem 0 0;
}

.contacts {
  margin: 5rem 0 0;
}

.contacts-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
  margin-top: 5rem;
}

.contacts-body__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  border-radius: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 1.0833125rem);
          flex: 1 1 calc(25% - 1.0833125rem);
  padding: 2.5rem;
  min-height: 36.25rem;
  background-color: var(--color-elements-heavy);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.contacts-body__card._main {
  background-color: var(--color-elements-accent);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1.0833125rem);
          flex: 1 1 calc(50% - 1.0833125rem);
}

.contacts-body__card._main .contacts-body__card-title {
  color: var(--color-text-only-black);
}

.contacts-body__card._main .contacts-body__card-title svg {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.contacts-body__card._main .contacts-body__card-title svg path {
  stroke: var(--color-elements-black);
}

.contacts-body__card._main .contacts-body__card-list li._address ._icon svg path {
  fill: rgba(0,0,0,0);
  stroke: var(--color-text-only-black);
}

.contacts-body__card._main .contacts-body__card-list ._icon svg path {
  fill: var(--color-text-only-black);
}

.contacts-body__card._main .contacts-body__card-list ._content {
  color: var(--color-text-only-black);
}

.contacts-body__card-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts-body__card-col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.contacts-body__card-title {
  position: relative;
  color: var(--color-text-extra-light);
}

.contacts-body__card-title svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  display: none;
  width: 1.5rem;
  height: 0.5rem;
}

.contacts-body__card-title svg path {
  stroke: var(--color-bkg-main);
}

.contacts-body__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: auto 0 0;
}

.contacts-body__card-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.contacts-body__card-list li._address ._icon {
  width: 2.5rem;
  height: auto;
}

.contacts-body__card-list li._address ._icon svg {
  fill: none;
}

.contacts-body__card-list li._address ._icon svg path {
  fill: rgba(0,0,0,0);
  stroke: var(--color-text-extra-light);
}

.contacts-body__card-list li ._icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
}

.contacts-body__card-list li ._icon svg {
  width: 100%;
  height: 100%;
}

.contacts-body__card-list li ._icon svg path {
  fill: var(--color-text-extra-light);
}

.contacts-body__card-list li ._content {
  color: var(--color-text-extra-light);
}

.contacts-body__card-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts-body__card-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  white-space: nowrap;
}

.contacts-body__card-btns a svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
}

.contacts-body__card-btns.mobile-visible {
  display: none;
}

._dark-mode .contacts-body__card._open .contacts-body__card-list li._address svg path {
  stroke: #2e2e2e !important;
}

.notfound {
  margin: 6.25rem 0;
}

.notfound-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.5rem;
}

.notfound-body__404 {
  width: 100%;
  max-width: 51.875rem;
}

.notfound-body__404 img {
  width: 100%;
  max-width: 51.875rem;
}

.notfound-body__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}

.notfound-body__content-title {
  color: var(--color-text-middle);
}

.notfound-body__content-btn {
  min-width: 14.375rem;
}

.teachers {
  margin: 12.5rem 0 0;
}

.teachers-body {
  margin: 3rem 0 0;
}

.teachers-body__item-img {
  position: relative;
  height: 0;
  padding: 0 0 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}

.teachers-body__item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teachers-body__item-name {
  margin: 0.75rem 0 0;
  text-align: center;
}

.teachers-body__item-pos {
  margin: 0.375rem 0 0;
  text-align: center;
}

.teachers-body__item-descr {
  margin: 0.75rem 0 0;
  padding: 0.75rem 0 0;
  border-top: 0.0625rem solid var(--color-elements-light);
  text-align: center;
}

.courses_list {
  margin: 12.5rem 0 0;
}

.courses_list__top {
  position: relative;
  z-index: 2;
}

.courses_list-body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem 1.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem 0 0;
}

.courses_list-body .recommend-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 1.21875rem);
          flex: 0 0 calc(25% - 1.21875rem);
}

.download_files {
  margin: 3rem 0 0;
}

.download_files-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem 1.625rem;
}

.download_files-body__item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.666% - 1.354125rem);
          flex: 0 0 calc(16.666% - 1.354125rem);
}

.download_files-body__item-icon {
  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;
}

.download_files-body__item-icon img {
  width: 3.9375rem;
  height: 3.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.download_files-body__item-title {
  margin: 0.75rem 0 0;
  text-align: center;
}

.download_files-body__item-weight {
  margin: 0.375rem 0 0;
  text-align: center;
}

.cart {
  margin: 4rem 0 0;
}

.cart-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5625rem;
  margin: 2.5rem 0 0;
}

.cart-body__sum {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2rem 1.5rem;
  background-color: var(--color-bkg-light);
}

.cart-body__sum-title {
  margin: 0 0 1.5rem;
}

.cart-body__sum-row {
  margin: 0.625rem 0 0;
}

.cart-body__sum-divider {
  margin: 2rem 0 0;
  height: 0.0625rem;
  background-color: var(--color-elements-light);
}

.cart-body__sum-btn {
  margin: 2rem 0 0;
  width: 100%;
}

.cart-body__cards {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.cart-body__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-body__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.cart-body__card-check {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.cart-body__card-img {
  border-radius: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.25rem;
          flex: 0 0 5.25rem;
  height: 5.25rem;
  overflow: hidden;
}

.cart-body__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-body__card-tags {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
}

.cart-body__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.cart-body__card-price ._row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 8rem;
  padding: 0 0.75rem;
  background-color: var(--color-bkg-main);
}

.cart-body__card-price ._row:not(:nth-child(2)) {
  border-top: 0.0625rem solid var(--color-elements-light);
}

.cart-body__card-price ._row-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.cart-body__card-price ._row-price__old {
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  text-decoration: line-through;
  color: var(--color-text-light);
}

.cart-body__card-price ._row-price__current {
  font-family: "Manrope",sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--color-text-accent);
}

.cart-body__card-price ._row-btns {
  margin: 0.875rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.cart-body__card-price ._row-btns__cart {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.34375rem 0.625rem 0.46875rem;
  font-size: 1rem;
  min-height: auto;
  text-transform: none;
}

.cart-body__card-price ._row-btns__union {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}

.cart-body__card-price ._row-btns__union svg {
  width: 100%;
  height: 100%;
}

.cart-body__card-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-body__card-handle ._counter {
  max-width: 9.375rem;
}

.cart .catalog_content-cards__more {
  width: 100%;
  margin: 2rem 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.cart .catalog_content-cards__bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 2rem 0 0;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.cart .catalog_content-cards__bottom-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart .catalog_content-cards__bottom-pagination ul li {
  width: 3rem;
  height: 3rem;
  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: 50%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.cart .catalog_content-cards__bottom-pagination ul li._current {
  background-color: var(--color-elements-extra-light);
}

.cart .catalog_content-cards__bottom-pagination ul li:hover {
  background-color: rgba(var(--color-elements-extra-light--rgb), 0.5);
}

.cart .catalog_content-cards__bottom-pagination ul li._arrow {
  width: 3.125rem;
  height: 3.125rem;
}

.cart .catalog_content-cards__bottom-pagination ul li._arrow:first-child {
  margin: 0 1rem 0 0;
}

.cart .catalog_content-cards__bottom-pagination ul li._arrow:last-child {
  margin: 0 0 0 1rem;
}

.cart .catalog_content-cards__bottom-pagination ul li._arrow svg {
  width: 2.5rem;
  height: 2.5rem;
}

.cart .catalog_content-cards__bottom-pagination ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140%;
  color: var(--color-text-middle);
}

.cart .catalog_content-cards__bottom-pagination ul li.middle.disabled {
  width: 1rem;
}

.goods-body__table-side ._row-btns__union svg path {
  fill: var(--color-text-accent);
}

.cart_offer {
  margin: 4rem 0 0;
}

.cart_offer._success .cart_offer__container {
  width: 100%;
}

.cart_offer._success .cart_offer__title {
  text-align: center;
}

.cart_offer__container {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
}

.cart_offer__text {
  text-align: center;
  margin: 2rem 0 0;
}

.cart_offer-body {
  margin: 2.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 1.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 34.0625rem;
}

.cart_offer-body ._input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.cart_offer-body ._input._full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.cart_offer-body ._input input,
.cart_offer-body ._input textarea {
  width: 100%;
  background-color: rgba(0,0,0,0);
  min-height: 3.125rem;
  border: 0.0625rem solid var(--color-elements-heavy);
  border-radius: 0.375rem;
  padding: 0px 1.25rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: var(--color-text-accent);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.cart_offer-body ._input input:placeholder,
.cart_offer-body ._input textarea:placeholder {
  color: var(--color-text-light);
}

.cart_offer-body ._input input:focus,
.cart_offer-body ._input textarea:focus {
  border: 0.0625rem solid var(--color-text-accent);
}

.cart_offer-body ._input textarea {
  resize: none;
  min-height: 6.25rem;
  padding: 0.625rem 1.25rem;
}

.cart_offer-body-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.625rem;
  padding: 0.5rem 0 0;
  width: 100%;
}

.cart_offer-body__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.8125rem);
          flex: 0 0 calc(50% - 0.8125rem);
}

.cart_offer-body__item._checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
  position: relative;
}

.cart_offer-body__item._checkbox input {
  width: .1px;
  height: .1px;
  cursor: pointer;
  position: absolute;
  inset: 0;
  opacity: 0;
}

.cart_offer-body__item._checkbox input:checked+._fake ._fake__arrow {
  background-color: var(--color-elements-black);
  border: 0.0625rem solid var(--color-elements-black);
}

.cart_offer-body__item._checkbox ._fake {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.cart_offer-body__item._checkbox ._fake__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid var(--color-elements-heavy);
  border-radius: 0.125rem;
}

.cart_offer-body__item._checkbox ._fake__arrow svg {
  width: 1.0625rem;
  height: 0.8125rem;
}

.cart_offer-body__item._checkbox ._fake__arrow svg path {
  stroke: var(--color-elements-extra-light);
}

.cart_offer-body__item._checkbox ._fake__text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.comparison {
  margin: 3rem 0 0;
}

.comparison-top {
  margin: 3rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.comparison-top__btns {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.comparison-top__btns .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 0.25rem);
          flex: 1 1 calc(50% - 0.25rem);
  padding: 0.3125rem 0.9375rem;
  min-height: 2.5rem;
  white-space: nowrap;
}

.comparison-top__btns .btn:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.comparison-top__btns .btn ._arrow {
  display: none;
}

.comparison-body {
  margin: 3rem 0 0;
}

.comparison-body._mobile {
  display: none;
}

.comparison-body__top {
  margin: 0 0 1.5rem;
  overflow: hidden;
}

.comparison-body__top .swiper-slide:not(:last-child) .comparison-body__top-item {
  border-right: none;
}

.comparison-body__top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 2.4375rem 1.625rem;
  border: 0.0625rem solid var(--color-elements-extra-light);
}

.comparison-body__top-item ._img {
  position: relative;
  border-radius: 0.75rem;
  background: var(--color-elements-light);
  overflow: hidden;
  height: 0;
  padding: 0 0 100%;
  margin: 0 0 0.75rem;
}

.comparison-body__top-item ._img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comparison-body__top-item .btn {
  margin: 0.5rem 0 0;
}

.comparison-body__row {
  margin: 1rem 0 0;
  padding: 0 0.5rem;
}

.comparison-body__row._filter-item._open ._filter-item__top svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.comparison-body__row ._filter-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comparison-body__row ._filter-item__top svg {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.comparison-body__row ._filter-item__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.comparison-body__row ._filter-item__content ._slider {
  padding: 1rem 0 0;
}

.comparison-body__row .swiper-slide {
  position: relative;
}

.comparison-body__row .swiper-slide:not(:first-child) {
  border-left: 0.0625rem solid var(--color-elements-extra-light);
}

.comparison-body__row-col {
  text-align: center;
  padding: 0.9375rem;
}

.comparison-body._extended .comparison-body__scrollbar {
  display: block;
}

.comparison-body._extended table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comparison-body._extended table tr th,
.comparison-body._extended table tr td {
  width: 28.125rem;
  position: relative;
}

.comparison-body._extended table tr th:first-child,
.comparison-body._extended table tr td:first-child {
  width: 20rem;
}

.comparison-body table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-body table tr th,
.comparison-body table tr td {
  padding: 1.875rem 2.5rem;
  border: 0.0625rem solid var(--color-elements-light);
}

.comparison-body table tr th ._btns,
.comparison-body table tr td ._btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  -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;
}

.comparison-body table tr th ._btns .btn,
.comparison-body table tr td ._btns .btn {
  min-width: 15rem;
  padding: 0.75rem 1.5rem;
}

.comparison-body table tr th ._btns .btn:hover,
.comparison-body table tr td ._btns .btn:hover {
  padding: 0.75rem 0.5rem 0.75rem 2.5rem;
}

.comparison-body table tr th ._card,
.comparison-body table tr td ._card {
  position: relative;
}

.comparison-body table tr th ._card ._row-price,
.comparison-body table tr td ._card ._row-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.comparison-body table tr th ._card ._row-price__old,
.comparison-body table tr td ._card ._row-price__old {
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  text-decoration: line-through;
  color: var(--color-text-light);
}

.comparison-body table tr th ._card ._row-price__current,
.comparison-body table tr td ._card ._row-price__current {
  font-family: "Manrope",sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--color-text-accent);
}

.comparison-body table tr th ._card ._row-btns,
.comparison-body table tr td ._card ._row-btns {
  margin: 0.875rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.comparison-body table tr th ._card ._row-btns__cart,
.comparison-body table tr td ._card ._row-btns__cart {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.34375rem 0.625rem 0.46875rem;
  font-size: 1rem;
  min-height: auto;
  text-transform: none;
}

.comparison-body table tr th ._card ._row-btns__union,
.comparison-body table tr td ._card ._row-btns__union {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}

.comparison-body table tr th ._card ._row-btns__union svg,
.comparison-body table tr td ._card ._row-btns__union svg {
  width: 100%;
  height: 100%;
}

.comparison-body table tr th ._card__close,
.comparison-body table tr td ._card__close {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -1.25rem;
  right: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.comparison-body table tr th ._card__close svg,
.comparison-body table tr td ._card__close svg {
  width: 100%;
  height: 100%;
}

.comparison-body table tr th ._card-info,
.comparison-body table tr td ._card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.comparison-body table tr th ._card-info__img,
.comparison-body table tr td ._card-info__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.comparison-body table tr th ._card-info__img img,
.comparison-body table tr td ._card-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comparison-body table tr th ._card-info__content,
.comparison-body table tr td ._card-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  overflow: hidden;
}

.comparison-body table tr th ._card-info__content-title,
.comparison-body table tr td ._card-info__content-title {
  text-align: left;
}

.comparison-body table tr th ._card-info__content-descr,
.comparison-body table tr td ._card-info__content-descr {
  text-align: left;
}

.comparison-body table tr th ._card__btn,
.comparison-body table tr td ._card__btn {
  margin: 1rem 0 0;
  width: 100%;
  padding: 15px;
}

.comparison-body table tr th:nth-child(1),
.comparison-body table tr td:nth-child(1) {
  width: 28.125rem;
}

.comparison-body table thead tr th {
  padding: 2.5rem;
}

.comparison-body__scrollbar {
  display: none;
  margin: 3rem 0 0;
  height: 0.125rem;
  background-color: var(--color-elements-light);
}

.comparison-body__scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background-color: var(--color-elements-accent);
}

.vacancies-detail-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#form_publication_filter ._filter-item__content {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.marquee {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.graaaCanvas {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.upBtn {
  cursor: pointer;
  position: fixed;
  z-index: 2;
  right: 25px;
  bottom: 15px;
  width: 3.75rem;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: rgba(var(--color-text-accent--rgb), 0.4);
  -webkit-transform: scale(0) translate(0, 12.5rem);
      -ms-transform: scale(0) translate(0, 12.5rem);
          transform: scale(0) translate(0, 12.5rem);
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.upBtn svg {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0 0 0.125rem;
}

.upBtn.show {
  -webkit-transform: scale(1) translate(0);
      -ms-transform: scale(1) translate(0);
          transform: scale(1) translate(0);
  opacity: 1;
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
}

.file-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.file-selected .file-name {
  font-size: 1rem;
  line-height: 120%;
  color: inherit;
  word-break: break-all;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  pointer-events: none;
}

.file-selected .file-remove {
  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;
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  background: rgba(0,0,0,0);
  color: rgba(255,255,255,.7);
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.file-selected .file-remove svg {
  width: 0.75rem;
  height: 0.75rem;
  pointer-events: none;
}

.swiper {
  overflow: hidden;
}

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

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

.swiper-slide ._filter-item__top svg {
  width: auto;
}

.swiper-slide svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.swiper-slide .catalog-body__item-link svg {
  width: 2rem;
  height: 2rem;
}

.swiper-slide .catalog__more svg {
  width: 2rem;
  height: 2rem;
}

.swiper-slide .details_main__slider-img {
  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;
  width: 100%;
  height: 100%;
}

.swiper-slide .details_main__slider-img picture {
  width: 100%;
  height: 100%;
}

.swiper-slide iframe {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.fancybox__content svg {
  width: 100% !important;
  height: auto !important;
  max-width: 80vw;
  max-height: 800vh;
}

@media (min-width: 48rem) {
  .catalog_content-cards._grid-5-cols .catalog-content-cards__inner {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img {
    min-height: 15rem;
  }

  .catalog_content-cards._grid-3-cols .catalog-content-cards__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }

  .catalog_content-cards._grid-3-cols .catalog-content-cards__inner .recommend-item {
    width: 100%;
  }

  .catalog_content-cards._grid-3-cols .recommend-item__img {
    min-height: 22rem;
  }
}

@media (min-width: 56rem) {
  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img {
    min-height: 18rem;
  }

  .catalog_content-cards._grid-3-cols .recommend-item__img {
    min-height: 20rem;
  }
}

@media (min-width: 61.99875em) {
  .solutions-body:hover .solutions-body__img {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .solutions-row:hover .solutions-row__img {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .filter-mobile__btn-show._sticky-bottom {
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    max-width: 18.75rem !important;
  }

  .solutions_page-body__item._active .solutions_page-body__item-title .solutions-row__img {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .solutions_page-body__item-title:hover .solutions-row__img {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 62rem) {
  .catalog_content-cards._grid-5-cols {
    display: block;
  }

  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img {
    min-height: 13rem;
  }

  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img-labels {
    font-size: .8rem;
  }
}

@media (min-width: 70rem) {
  .catalog_content-cards._grid-5-cols .catalog-content-cards__inner {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .catalog_content-cards._grid-3-cols .catalog-content-cards__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }

  .catalog_content-cards._grid-3-cols .catalog-content-cards__inner .recommend-item {
    width: 100%;
  }
}

@media (min-width: 74rem) {
  .catalog_content-cards._grid-3-cols .recommend-item__img {
    min-height: 14rem;
  }
}

@media (min-width: 90rem) {
  .catalog_content-cards._grid-5-cols .catalog-content-cards__inner {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 500px) {
  .portfolio_content .portfolio_content-body.grid-8-col {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

@media (min-width: 768px) {
  .catalog_inner_top-body__sort-type .custom-visible--mob {
    display: none;
  }

  .catalog_inner_top-body__sort-type .custom-visible--tab {
    display: block;
  }

  .portfolio_content .portfolio_content-body.grid-8-col {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__img {
    min-height: 9rem;
  }
}

@media (min-width: 800px) {
  .portfolio_content .portfolio_content-body.grid-8-col {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 887px) {
  .catalog_content-cards._grid-3-cols .recommend-item__img {
    min-height: 25rem;
  }
}

@media (min-width: 992px) {
  .catalog_content-cards._grid-3-cols .recommend-item__img {
    min-height: 20rem;
  }

  .portfolio_content .portfolio_content-body.grid-8-col {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__img-labels {
    font-size: .8rem;
  }
}

@media (min-width: 1024px) {
  .recommend-item:hover .recommend-item__img-union {
    opacity: 1;
  }

  .recommend-item__img-union {
    opacity: 0;
  }
}

@media (min-width: 1120px) {
  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img {
    min-height: 11rem;
  }

  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img {
    min-height: 11rem;
  }

  .catalog_content-cards._grid-3-cols .recommend-item__img {
    min-height: 16rem;
  }
}

@media (min-width: 1360px) {
  .portfolio_content .portfolio_content-body.grid-8-col {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .catalog_content-cards._grid-5-cols .recommend-item__img-labels {
    left: 1rem;
    top: 1rem;
  }

  .portfolio_content .portfolio_content-body.grid-8-col .recommend-item .recommend-item__img-labels {
    left: 1rem;
    top: 1rem;
  }
}

@media (max-width: 1625px) {
  .header-body__nav ul {
    gap: 1rem;
  }

  .header-body__nav ul li a {
    font-size: 0.875rem;
  }

  .header-body__tel {
    font-size: 1rem;
  }
}

@media (max-width: 1600px) {
  .services._with-anim .services-body__item-head svg {
    width: 5rem;
    height: 5rem;
  }

  .services-body__item-head::before {
    width: 4.375rem;
    height: 4.375rem;
  }

  .services-body__item-head {
    font-size: 1.5rem;
  }

  .services-body__item-head img {
    width: 5rem;
    height: 5rem;
  }

  .services-body__item-head button svg {
    width: 5rem;
    height: 5rem;
  }
}

@media (max-width: 1593px) {
  .cta-form__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% + 0.9375rem);
            flex: 1 1 calc(50% + 0.9375rem);
    padding: 3.125rem 2.125rem;
  }

  .cta-form__content ._input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    max-width: 45%;
  }
}

@media (max-width: 1520px) {
  .img_text-body__text img {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .cabinet .lk_sidebar ul li a {
    padding: 17.5px 0 17.5px 0;
    text-align: center;
  }

  .cabinet .lk_main {
    width: 75%;
  }
}

@media (max-width: 1200px) {
  [class*=__container] {
    --pad: 16px;
  }

  .header-body__nav ul {
    gap: 1rem;
  }

  .header-body__nav ul li a svg {
    width: 0.75rem;
    height: 0.75rem;
  }

  .header-body__btns {
    gap: 1rem;
  }

  .recommend-item {
    width: 17.1875rem;
  }

  .recommend-item__img {
    padding: 0;
    height: 17.1875rem;
  }

  .services._with-anim .services-body__item-head svg {
    width: 3.75rem;
    height: 3.75rem;
  }

  .services-body__item-head::before {
    width: 3.125rem;
    height: 3.125rem;
  }

  .services-body__item-head img {
    width: 3.75rem;
    height: 3.75rem;
  }

  .services-body__item-head button svg {
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media (max-width: 1199px) {
  .img_text-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .img_text-body__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (max-width: 1150px) {
  .footer-body {
    gap: 1.75rem;
  }
}

@media (max-width: 1024px) {
  .cabinet h1 {
    font-size: 28px;
  }

  .cabinet .lk_cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }

  .cabinet .lk_sidebar {
    width: 100%;
  }

  .cabinet .lk_sidebar.lk_sidebar_desktop {
    display: none;
  }

  .cabinet .lk_sidebar.lk_sidebar_mobile {
    display: block;
  }

  .cabinet .lk_sidebar.lk_sidebar_mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cabinet .lk_sidebar.lk_sidebar_mobile ul li {
    display: inline-block;
  }

  .cabinet .lk_sidebar.lk_sidebar_mobile ul li a {
    padding: .96875rem 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    width: 100%;
  }

  .cabinet .history .goods-body__table ._row {
    padding: .96875rem 2.5rem;
  }

  .cabinet .lk_main {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .cabinet .profile {
    width: 100%;
  }

  .cabinet .call {
    width: 100%;
  }

  .cabinet .history {
    padding: 0;
  }

  .cabinet .materials {
    padding: 0;
  }

  .cabinet #cabinet-portfolio {
    width: 100%;
  }

  .cabinet #cabinet-portfolio .portfolio_content {
    margin: 0;
    max-width: 100%;
  }

  .cabinet #cabinet-portfolio .portfolio_content__container {
    padding: 0;
  }

  .portfolio_detail_info_block._reverse .portfolio_detail_info_block-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .portfolio_detail_info_block._two .portfolio_detail_info_block-body {
    gap: 6.25rem;
  }

  .portfolio_detail_info_block._two .portfolio_detail_info_block-body__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .portfolio_detail_info_block-body {
    margin: 2.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .modal-form .input_wrapper {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (max-width: 800px) {
  .cabinet .portfolio .recommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.21875rem);
            flex: 0 0 calc(50% - 1.21875rem);
  }

  .cart_wrapper .cart_cols .cart_main {
    width: 100%;
  }

  .cart_wrapper .goods-body__table-desktop {
    display: none;
  }

  .cart_wrapper .goods-body__table-mobile .cart_checkbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .cart_wrapper .goods-body__table-mobile .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cart_wrapper .goods-body__table-mobile .left ._img {
    height: 100%;
    border-radius: 8px;
  }

  .cart_wrapper .goods-body__table-mobile {
    display: block;
  }

  .cart_wrapper .cart_info {
    display: none;
  }
}

@media (max-width: 768px) {
  .cabinet .lk_sidebar.lk_sidebar_mobile nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cabinet .lk_sidebar.lk_sidebar_mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .cabinet .lk_sidebar.lk_sidebar_mobile ul li {
    width: 100%;
  }

  .cabinet .history .goods-body__table ._row {
    padding: .96875rem 1.5rem;
  }

  .goods-body__table-content table td:nth-child(2),
  .goods-body__table-content table th:nth-child(2) {
    min-width: 8.5rem;
    padding: 0 .8125rem 0 1.625rem;
  }
}

@media (max-width: 600px) {
  .cabinet .history .goods-body__table.goods-body__table-desktop {
    display: none;
  }

  .goods-body__table-content table td:nth-child(2),
  .goods-body__table-content table th:nth-child(2) {
    min-width: 7.5rem;
    padding: 0 .8125rem 0 1.625rem;
  }

  .cabinet .history .goods-body__table ._row {
    padding: 0 1.5rem;
  }

  .cabinet .history .goods_mobile {
    display: block;
  }

  .cabinet .materials ._col ._download-file {
    width: 160px;
  }

  .cabinet .materials ._col .text_middle {
    width: calc(100% - 48px);
  }

  .reg_wrapper h1,
  .profile h1 {
    text-align: left;
  }

  .reg_wrapper form,
  .profile form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .reg_wrapper form .mobile,
  .profile form .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .reg_wrapper form .desktop,
  .profile form .desktop {
    display: none;
  }

  .reg_wrapper form .form_col,
  .profile form .form_col {
    width: 100%;
  }

  .reg_wrapper form .row,
  .profile form .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .reg_wrapper form .row .input_wrapper,
  .profile form .row .input_wrapper {
    width: 100%;
  }

  .reg_wrapper .reg_finish,
  .profile .reg_finish {
    text-align: left;
  }

  .reg_wrapper .auth_form .btn svg,
  .profile .auth_form .btn svg {
    left: 20px;
    top: 8px;
  }

  .form_col-company {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .form_col-lastname {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .form_col-tel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .form_col-name {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .form_col-email {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .form_col-sur .input_wrapper {
    display: none;
  }

  .profile form .form_col {
    width: 100%;
  }

  .cart_wrapper .goods-body__table-mobile ._wrapper {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .cabinet .portfolio .recommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .catalog_content-cards__bottom-count {
    display: none;
  }

  .search_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 32px;
  }
}

@media (max-width: 480px) {
  .cabinet h1 {
    line-height: 31.92px;
    margin: 0 0 32px;
  }

  .cabinet .lk_sidebar.lk_sidebar_mobile nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cabinet .profile form .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .cabinet .profile form .row .input_wrapper {
    width: 100%;
  }

  .cabinet .profile form .lk_submit {
    width: 100%;
  }

  .cabinet .call .call_card {
    padding: 15px 15px;
  }
}

@media (max-width: 90.06125em) {
  h1 {
    font-size: 3.75rem;
  }

  .h1 {
    font-size: 3.75rem;
  }

  ._40 h1 {
    font-size: 1.875rem !important;
  }

  .h2 {
    font-size: 3.75rem;
  }

  .h2._60 {
    font-size: 2.5rem;
  }

  .h2._50 {
    font-size: 2.5rem;
  }

  .h2._40 {
    font-size: 1.875rem;
  }

  .h3._36 {
    font-size: 3.75rem;
  }

  .text_28,
  .text p_28 {
    font-size: 1.5rem;
  }

  .text_24,
  .text p_24 {
    font-size: 1.25rem;
  }

  .text_20,
  .text p_20 {
    font-size: 1rem;
  }

  .text_16,
  .text_16 p,
  .text p_16,
  .text p_16 p {
    font-size: 0.875rem;
  }

  .btn {
    font-size: 0.875rem;
  }

  .tag {
    font-size: 0.75rem;
  }

  .input {
    font-size: 0.875rem;
  }

  .header {
    padding: 2rem 0 1.5rem;
  }

  .header-top {
    gap: 3.75rem;
  }

  .header-top__logo {
    max-width: 16.875rem;
    height: 2.8125rem;
  }

  .header-top__search {
    max-width: 22.5rem;
  }

  .header-top__btns {
    gap: 0.5rem;
  }

  .header-body__nav ul li a {
    gap: 0.375rem;
    font-size: 0.875rem;
  }

  .header-body__call {
    padding: 0.75rem 2.125rem;
  }

  .menu-body__category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
    padding: 2rem 2rem 2rem 2rem;
  }

  .menu-body__category-nav ul li a {
    padding: 0.875rem 0 0.875rem 0.875rem;
    white-space: normal;
  }

  .menu-links {
    padding: 2rem 2.5rem;
  }

  .menu-links__content {
    gap: 2.5rem;
  }

  .menu-links__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 1.666625rem);
            flex: 0 0 calc(33.333% - 1.666625rem);
    gap: 1.25rem;
  }

  .tags {
    margin: 6.875rem 0 0;
  }

  .tags._nospace {
    margin: 1.25rem 0 0;
  }

  .footer-body {
    gap: 3.75rem;
  }

  .footer-col:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    max-width: 18.75rem;
  }

  .footer-col_menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30.625rem;
            flex: 0 1 30.625rem;
    padding: 0;
  }

  .footer-col_menu ul {
    gap: 0.375rem;
  }

  .footer-col_menu ul li:nth-child(1) {
    font-size: 0.75rem;
  }

  .footer-col_menu ul li a {
    font-size: 0.75rem;
  }

  .footer-col_contacts {
    width: 15.625rem;
    gap: 1rem;
  }

  .footer-news {
    margin: 1.875rem 0 0;
  }

  .footer-news__input {
    margin: 0.75rem 0 0;
  }

  .footer-news__btn {
    margin: 0.75rem 0 0;
    width: 100%;
  }

  .footer-news__policy {
    font-size: 0.75rem;
  }

  .footer__partners {
    width: 100%;
  }

  .footer__street {
    font-size: 1rem;
    line-height: 120%;
  }

  .footer__street {
    font-size: 1rem;
  }

  .footer__street br {
    display: none;
  }

  .footer-info {
    max-width: 15.625rem;
    gap: 1rem;
  }

  .footer-info__col {
    gap: 1.25rem;
  }

  .footer-info__link {
    font-size: 1rem;
  }

  .footer__qr {
    width: 4.25rem;
    height: 4.25rem;
  }

  .footer-bottom {
    padding: 1rem 0;
  }

  .main-pagination {
    bottom: 2.5rem;
  }

  .main-item {
    max-width: 29.0625rem;
    min-height: 33.75rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5.3125rem 0;
  }

  .main-item__text {
    margin: 1rem 0 0;
  }

  .main-item__btn {
    padding: 0.75rem 4.5rem;
    margin: 3.75rem 0 0;
  }

  .recommend {
    padding: 8.75rem 0 0;
  }

  .recommend.catalog_top {
    padding: 2.5rem 0 0;
  }

  .recommend.catalog_page .catalog-tabs {
    margin: 2.5rem 0 0;
  }

  .recommend-body {
    margin: 2.5rem 0 0;
  }

  .recommend-item__img-labels {
    top: 1rem;
    left: 1rem;
    gap: 0.5rem;
  }

  .recommend-item__img-labels span {
    padding: 0.125rem 0.5rem;
    font-size: 0.875rem;
    line-height: 130%;
  }

  .recommend-item__info {
    gap: 0.375rem;
  }

  .recommend-item__count {
    font-size: 0.875rem;
  }

  .recommend-item__salary {
    font-size: 0.875rem;
  }

  .recommend-item__text {
    font-size: 0.875rem;
  }

  .completed {
    padding: 8.75rem 0 0;
  }

  .completed-top__more {
    padding: 0.75rem 3.5rem;
  }

  .completed-body {
    margin: 2.5rem 0 0;
  }

  .completed-body__nav {
    top: 6.25rem;
    width: 5rem;
    height: 5rem;
  }

  .completed-item {
    padding: 0;
    gap: 0.5rem;
  }

  .completed-item._big .completed-item__img {
    width: 29.5rem;
    height: 26.5rem;
  }

  .completed-item._medium .completed-item__img {
    width: 20rem;
    height: 20rem;
  }

  .completed-item__img {
    width: 17.1875rem;
    height: 17.1875rem;
  }

  .completed-item__name {
    font-size: 1.125rem;
  }

  .completed-item__tags {
    gap: 0.25rem 1.5rem;
    font-size: 0.875rem;
  }

  .publications {
    padding: 8.75rem 0 0;
  }

  .publications-body {
    margin: 2.5rem 0 0;
  }

  .publications-body__item-title {
    font-size: 1rem;
  }

  .publications-body__item-descr {
    font-size: 0.875rem;
  }

  .about {
    padding: 8.75rem 0 0;
  }

  .about-body {
    margin: 2.5rem 0 0;
    gap: 1.25rem;
  }

  .about-body__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.625rem;
            flex: 0 0 35.625rem;
    height: 21.625rem;
  }

  .about-body__content {
    max-width: 100%;
  }

  .about-body__content-btn {
    padding: 0.75rem 3.625rem;
    margin: 1.25rem 0 0;
  }

  .about-stats {
    margin: 3.75rem 0 0;
  }

  .about-stats__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 13.75rem;
            flex: 0 1 13.75rem;
    padding: 2.5rem 0 0 0.75rem;
  }

  .about-stats__item-value span sup {
    font-size: 1.125rem;
  }

  .about-stats__item-text {
    font-size: 0.875rem;
  }

  .services {
    padding: 4.375rem 0 4.375rem;
    height: 100vh !important;
  }

  .services._nospace {
    margin: 0;
  }

  .services._with-anim .services-body__item-front {
    padding: 2rem 1rem;
  }

  .services-body {
    margin: 2.5rem 0 0;
    gap: 1.25rem;
  }

  .services-body__item {
    padding: 2rem 1rem;
  }

  .services-body__item-head {
    font-size: 1.25rem;
    gap: 0.25rem;
  }

  .services-body__item-list li {
    padding: 0.9375rem 0;
    line-height: 120%;
  }

  .clients {
    padding: 8.75rem 0 0;
  }

  .clients-line {
    margin: 5rem 0 0;
    padding: 0;
    border: none;
  }

  .clients-line .marquee-row {
    gap: 0.75rem;
  }

  .cta {
    padding: 8.75rem 0 0;
  }

  .cta-body {
    padding: 3.375rem 3.5rem;
  }

  .cta-content__title {
    font-size: 1.75rem;
    max-width: 48.125rem;
  }

  .cta-content__text {
    max-width: 48.125rem;
    font-size: 1rem;
    line-height: 120%;
    margin: 1rem 0 0;
  }

  .cta-content__btn {
    margin: 1.5rem 0 0;
    font-size: 0.875rem;
    padding: 0.75rem 1.5625rem;
  }

  .cta-form__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% + 4.6875rem);
            flex: 1 1 calc(50% + 4.6875rem);
  }

  .cta-form__text-title._36 {
    font-size: 3.25rem !important;
  }

  .cta-form__content._mw565 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 7.8125rem);
            flex: 1 1 calc(50% - 7.8125rem);
  }

  .solutions {
    padding: 8.75rem 0 0;
  }

  .solutions._nospace {
    padding: 5rem 0 0;
  }

  .solutions.solutions_page {
    padding: 5rem 0 0;
  }

  .catalog-body__item._big {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 26.625rem);
            flex: 1 1 calc(100% - 26.625rem);
  }

  .text_block {
    margin: 8.75rem 0 0;
  }

  .catalog_inner_top {
    margin: 2.5rem 0 0;
  }

  .catalog_inner_top-dropdown {
    margin: 2.5rem 0 0;
  }

  .catalog_inner_top-body {
    margin: 2.5rem 0 0;
  }

  .catalog_content-filter-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.75rem;
            flex: 0 0 18.75rem;
  }

  .details_main-body__slider {
    height: auto;
    width: 30.3125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .details_main-body__slider-thumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
    width: 100%;
    height: 6.25rem;
  }

  .details_main-body__slider-thumb ._slider {
    width: 100%;
  }

  .details_main-body__slider-thumb ._slider .swiper-slide {
    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;
    width: 5.625rem !important;
  }

  .details_main-body__slider-thumb ._thumb-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .details_main-body__slider-thumb ._thumb-nav svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .details_main-body__slider-thumb .swiper-slide ._thumb-item__icon img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .details_main-body__slider-thumb .swiper-slide ._thumb-item__play img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .details_main-body__slider-main {
    width: 30.3125rem;
    height: 30.3125rem;
  }

  .details_main-body__slider-main ._labels {
    top: 1rem;
    left: 1rem;
    gap: 0.5rem;
  }

  .details_main-body__slider-main ._labels span {
    padding: 0.125rem 0.5rem;
    font-size: 0.875rem;
    line-height: 130%;
  }

  .details_main-body__info-icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5rem;
  }

  .details_main-body__info-content {
    gap: 1rem;
  }

  .details_main-body__info-content ._col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
  }

  .portfolio_detail_info_block-body__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.75rem;
            flex: 0 0 38.75rem;
  }

  .portfolio_detail_info_block-body__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .img_text-body__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 44.6875rem;
            flex: 1 1 44.6875rem;
  }

  .publications_top__container button {
    padding: 0.75rem 2.125rem;
  }

  .contacts-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.125rem;
  }

  .contacts-body__card {
    min-height: 3.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0.8125rem);
            flex: 1 1 calc(50% - 0.8125rem);
  }

  .contacts-body__card._main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .contacts-body__card-col {
    gap: 2.5rem;
  }
}

@media (max-width: 61.99875em) {
  .page {
    padding-top: 130px;
  }

  .popup-team {
    padding: 3.75rem 2.5rem;
  }

  .popup-team__body {
    margin: 1.5rem 0 0;
  }

  .popup-team__item {
    gap: 1.5rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .h3._36 {
    font-size: 2.5rem;
  }

  .text_18,
  .text p_18 {
    font-size: 1rem;
  }

  .btn_partner {
    padding: 0.625rem 1.875rem 0.625rem 1.5rem;
  }

  .input {
    min-height: 2.5rem;
    padding: 0.625rem 1.125rem;
  }

  .header {
    padding: 1rem 0 1.5rem;
  }

  .header-top__logo {
    max-width: 7rem;
    height: 1.25rem;
  }

  .header-top__search {
    display: none;
  }

  .header-top__btns {
    gap: 1rem;
  }

  .header-top__btns-item {
    padding: 0.3125rem;
  }

  .header-top__lang {
    display: none;
  }

  .header-top__profile {
    gap: 0.375rem;
    padding: 0.3125rem 0;
  }

  .header-top__burger {
    display: block;
  }

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

  .header-body {
    display: none;
  }

  .menu._desktop {
    display: none;
  }

  .menu._mobile {
    display: block;
  }

  .tags {
    margin: 4.375rem 0 0;
  }

  .tags._goods {
    margin: 2.5rem 0 0;
  }

  .tags._nospace {
    margin: 1.25rem 0 0;
  }

  .footer {
    padding: 2rem 0 0;
  }

  .footer-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-col:nth-child(1) {
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: -0.625rem 0 0;
  }

  .footer-col_menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-col_menu ul {
    padding: 0.1875rem 0 0.9375rem;
    border-bottom: 0.0625rem solid var(--color-elements-light);
    max-height: 2.625rem;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .footer-col_menu ul:last-child {
    border: none;
  }

  .footer-col_menu ul._open li {
    opacity: 1;
    pointer-events: unset;
    -webkit-user-select: unset;
       -moz-user-select: unset;
        -ms-user-select: unset;
            user-select: unset;
  }

  .footer-col_menu ul._open li:nth-child(1) svg {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
  }

  .footer-col_menu ul li:nth-child(1) {
    font-size: 0.875rem;
  }

  .footer-col_menu ul li:nth-child(1) {
    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;
    pointer-events: unset;
    -webkit-user-select: unset;
       -moz-user-select: unset;
        -ms-user-select: unset;
            user-select: unset;
    opacity: 1;
    gap: 0.75rem;
  }

  .footer-col_menu ul li:nth-child(1) svg {
    display: block;
  }

  .footer-col_menu ul li {
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .footer-col_menu ul li a {
    font-size: 0.875rem;
  }

  .footer-col_contacts {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    position: relative;
  }

  .footer-col_contacts {
    gap: 0.5rem;
    margin: 1.25rem 0 0;
  }

  .footer__logo {
    display: none;
  }

  .footer__logo._mobile {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer-news {
    margin: 2.5rem 0 0;
  }

  .footer-news__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--color-bkg-main);
    border-radius: 0.375rem;
    overflow: hidden;
  }

  .footer-news__input .input {
    border: none;
    border-radius: 0;
    padding: 0.625rem 1.125rem;
  }

  .footer-news__input 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;
    padding: 0 0.1875rem;
    background: var(--color-elements-accent);
  }

  .footer__partners {
    display: none;
  }

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

  .footer__street {
    font-size: 0.875rem;
  }

  .footer__street br._mobile {
    display: block;
  }

  .footer-info {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }

  .footer-info__col {
    display: contents;
  }

  .footer-info__link {
    font-size: 0.875rem;
    font-weight: 600;
  }

  .footer-info__social {
    margin: 1rem auto 0;
  }

  .footer-info__social a {
    width: 1.875rem;
    height: 1.875rem;
  }

  .footer-info__social a svg path {
    fill: var(--color-elements-heavy);
  }

  .footer__qr {
    position: absolute;
    top: 0;
    right: 0;
  }

  .footer-bottom {
    border: none;
    padding: 0 0 2rem;
  }

  .footer-bottom__policy {
    font-size: 0.75rem;
  }

  .footer-bottom__watermark {
    font-size: 0.75rem;
  }

  .footer-bottom__watermark svg {
    width: 2.1875rem;
  }

  .recommend-item__btn {
    margin: 0.75rem 0 0;
    min-width: auto;
    width: 100%;
  }

  .completed {
    padding: 6.25rem 0 0;
  }

  .completed-top__btns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
  }

  .completed-body__nav {
    display: none;
  }

  .publications {
    padding: 6.25rem 0 0;
  }

  .about {
    padding: 6.25rem 0 0;
  }

  .about-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }

  .about-body__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 0;
    width: 100%;
    padding: 0 0 58.5%;
    position: relative;
  }

  .about-body__img img {
    position: absolute;
    inset: 0;
  }

  .about-body__content-title {
    font-size: 1rem;
  }

  .about-body__content-btn {
    display: none;
  }

  .about-body__content ul li {
    font-size: 1rem;
  }

  .about-body__content ul li::before {
    top: 0.375rem;
  }

  .about-stats {
    margin: 2.5rem 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }

  .about-stats__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 0.75rem);
            flex: 0 1 calc(50% - 0.75rem);
    border: none;
    padding: 2.5rem 0 0.375rem 0;
    position: relative;
    gap: 0.25rem;
  }

  .about-stats__item::before,
  .about-stats__item::after {
    content: "";
    background: var(--color-elements-light);
    position: absolute;
  }

  .about-stats__item::after {
    height: 0.0625rem;
    width: 100%;
    bottom: -0.75rem;
    left: 0;
    right: 0;
  }

  .about-stats__item:nth-child(odd)::before {
    width: 0.0625rem;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -0.75rem;
  }

  .services {
    padding: 4.375rem 0;
    height: 100% !important;
  }

  .services._nospace {
    margin: 0;
  }

  .services._with-anim .services-body__item {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    aspect-ratio: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .services._with-anim .services-body__item-back {
    display: none;
  }

  .services._with-anim .services-body__item-front {
    padding: 0.75rem 1rem;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
  }

  .services-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .services-body__item {
    padding: 0.75rem 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
  }

  .services-body__item._open {
    padding: 1.5rem 1rem;
  }

  .services-body__item._open .services-body__item-head button svg {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
  }

  .services-body__item._open .services-body__item-list {
    margin: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }

  .services-body__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }

  .services-body__item-head br {
    display: none;
  }

  .services-body__item-head button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .services-body__item-list {
    margin: -2.5rem 0 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  ._dark-mode .services._with-anim .services-body__item-back {
    display: none;
  }

  .clients {
    padding: 6.25rem 0 0;
  }

  .clients-line {
    margin: 3.125rem 0 0;
    padding: 0;
    border: none;
  }

  .clients-line .marquee svg {
    height: 3rem;
  }

  .cta {
    padding: 6.25rem 0 0;
  }

  .cta-body {
    padding: 4rem 1.25rem;
  }

  .cta-content__title {
    font-size: 1.25rem;
  }

  .cta-content__text {
    margin: 1.5rem 0 0;
    font-size: 0.875rem;
    line-height: 140%;
  }

  .cta-content__btn {
    font-size: 0.875rem;
    margin: 2.5rem 0 0;
  }

  .cta-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cta-form__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .cta-form__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0.9375rem;
  }

  .cta-form__content._mw565 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .solutions {
    padding: 6.25rem 0 0;
  }

  .solutions._nospace {
    padding: 3.75rem 0 0;
  }

  .solutions._nospace .solutions-body .solutions-row:nth-child(2)::before {
    top: -0.625rem;
  }

  .solutions.solutions_page {
    padding: 3.75rem 0 0;
  }

  .solutions-body {
    margin: 2.5rem 0 0;
    gap: 1.25rem;
  }

  .solutions-row {
    padding: 0.9375rem 0;
  }

  .solutions-row:hover .solutions-row__arrow {
    margin: 0;
  }

  .solutions-row:hover .solutions-row__num {
    margin: 0 0 0 -2.875rem;
  }

  .solutions-row:not(:nth-child(2))::before {
    top: -0.625rem;
  }

  .solutions-row__arrow {
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 0 0 -2.875rem;
  }

  .solutions-row__arrow svg {
    width: 0.9375rem;
  }

  .catalog-tabs {
    margin: 2.5rem 0 0;
  }

  .catalog-tabs .swiper-wrapper {
    gap: 0.5rem;
  }

  .catalog-tabs__item {
    min-width: auto;
    border-radius: 0.25rem;
    padding: 0.65625rem 0.75rem;
    font-size: 1rem;
  }

  .catalog-body {
    margin: 1.5rem 0 0;
  }

  .catalog-body__content {
    gap: 0.75rem;
  }

  .catalog-body__item.with-svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.375rem);
            flex: 0 0 calc(50% - 0.375rem);
    min-height: auto;
    height: 0;
    padding: 0 0 39%;
    border-radius: 0.375rem;
  }

  .catalog-body__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.375rem);
            flex: 0 0 calc(50% - 0.375rem);
    min-height: auto;
    height: 0;
    padding: 0 0 39%;
    border-radius: 0.375rem;
  }

  .catalog-body__item._big {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.375rem);
            flex: 0 0 calc(50% - 0.375rem);
  }

  .catalog-body__item img {
    width: 20rem;
    height: 20rem;
    inset: unset;
    top: 0;
    right: 0;
  }

  .catalog-body__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    inset: 0.75rem;
    font-size: 0.875rem !important;
  }

  .catalog__more {
    margin: 1.5rem auto 0;
    font-size: 0.875rem;
  }

  .catalog__more svg {
    width: 1.625rem;
    height: 1.625rem;
  }

  .text_block {
    margin: 6.25rem 0 0;
  }

  .text_block-body {
    margin: 1.875rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }

  .text_block-body__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .catalog_inner_top-text h1 {
    font-size: 1.75rem;
  }

  .catalog_inner_top-dropdown .swiper-slide {
    min-width: 22.5rem;
  }

  .catalog_content-body {
    margin: 1.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .catalog_content-filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    gap: 1.5rem;
  }

  .catalog_content-filter-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    gap: 1.5rem;
  }

  .details_main-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .details_main-body__slider {
    width: 100%;
    gap: 1rem;
  }

  .details_main-body__slider-thumb {
    height: 9.375rem;
  }

  .details_main-body__slider-main {
    width: 100%;
    height: auto;
  }

  .details_main-body__slider-main .swiper-slide img {
    inset: 0;
  }

  .details_main-body__info-compare {
    position: absolute;
    font-size: 0;
    top: 0;
    right: 0;
    margin: 21px 24px 0px 0px;
    gap: 0;
    z-index: 1;
  }

  .details_main-body__info-sert {
    margin: 1.5rem 0 0;
  }

  .details_main__slider-img {
    aspect-ratio: 1/1;
  }

  .goods-tags {
    margin: 1.5rem 0 0;
  }

  .goods-body {
    margin: 1.25rem 0 0;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .goods-body__table {
    width: 100%;
  }

  .characteristics-body {
    margin: 2.5rem 0 0;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .characteristics-body__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .characteristics-body__info-row {
    gap: 1rem;
  }

  .characteristics-body__info-row ._col {
    padding: 1.25rem 0.5rem;
  }

  .characteristics-body__info-row ._col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.75rem;
            flex: 0 0 8.75rem;
  }

  .characteristics-body__info-row ._col:nth-child(2) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .characteristics-body__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .portfolio_content .portfolio_content-body .recommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 1.083125rem);
            flex: 0 0 calc(33% - 1.083125rem);
  }

  .portfolio_info {
    margin: 1.875rem 0 0;
  }

  .portfolio_info-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }

  .portfolio_info-body__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-radius: 0;
    width: calc(100% + 2rem);
    margin: 0 0 0 -1rem;
  }

  .portfolio_info-body__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 0.875rem;
  }

  .portfolio_info-body__content-row:not(:first-child) {
    padding: 0;
    margin: 0;
  }

  .portfolio_info-body__content-row ._col:nth-child(1) {
    padding: 1.34375rem 0 1.34375rem 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.125rem;
            flex: 0 0 9.125rem;
  }

  .portfolio_info-body__content-row ._col:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 1.34375rem 1rem 1.34375rem 0;
    text-align: center;
  }

  .portfolio_detail_img {
    margin: 1.875rem 0 0;
  }

  .portfolio_detail_info_block-body__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.8125rem);
            flex: 0 0 calc(50% - 0.8125rem);
  }

  .portfolio_detail_info_block-body__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.8125rem);
            flex: 0 0 calc(50% - 0.8125rem);
  }

  .portfolio_detail_gallery-body__thumb {
    width: 8.75rem;
  }

  .portfolio_detail_gallery-body__thumb .swiper-slide ._thumb-item {
    height: 6.625rem;
  }

  .portfolio_detail_gallery-body__main {
    width: calc(100% - 10.375rem);
  }

  .img_text {
    margin: 2.5rem 0 0;
  }

  .img_text-body__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 28.125rem;
            flex: 1 1 28.125rem;
    padding: 0 0 0;
  }

  .solutions_page {
    padding: 1.5rem 0 0;
  }

  .solutions_page .solutions-body {
    margin: 1.5rem 0 0;
  }

  .solutions_page .solutions-body .solutions-row {
    padding: 0.9375rem 0;
  }

  .solutions_page-body {
    gap: 3rem;
  }

  .solutions_page-body__item._active .solutions_page-body__item-title .solutions-row__arrow {
    margin: 0;
  }

  .solutions_page-body__item._active .solutions_page-body__item-title .solutions-row__num {
    margin: 0 0 0 -2.875rem;
  }

  .solutions_page-body__item._active .solutions_page-body__item-content {
    margin: 1.5rem 0 0;
  }

  .solutions_page-body__item:not(:first-child)::before {
    top: -1.5rem;
  }

  .solutions_page-body__item-title {
    padding: 0.9375rem 0;
  }

  .solutions_page-body__item-title:hover .solutions-row__arrow {
    margin: 0;
  }

  .solutions_page-body__item-title:hover .solutions-row__num {
    margin: 0 0 0 -2.875rem;
  }

  .solutions_page-body__item-title .solutions-row__arrow {
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 0 0 -2.875rem;
  }

  .solutions_page-body__item-title .solutions-row__arrow svg {
    width: 0.9375rem;
  }

  .services_catalog-body .recommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 1.083125rem);
            flex: 0 0 calc(33.333% - 1.083125rem);
  }

  .notfound-body {
    gap: 2.5rem;
  }

  .courses_list-body .recommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 1.083125rem);
            flex: 0 0 calc(33% - 1.083125rem);
  }

  .download_files-body__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 1.3rem);
            flex: 0 0 calc(20% - 1.3rem);
  }

  .cart {
    margin: 0;
  }

  .cart-body {
    margin: 2rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cart-body__sum {
    width: 100%;
  }

  .comparison-body._extended table tr th,
  .comparison-body._extended table tr td {
    width: 14.375rem;
  }

  .comparison-body._extended table tr th:first-child,
  .comparison-body._extended table tr td:first-child {
    width: 13.75rem;
  }

  .comparison-body table tr th,
  .comparison-body table tr td {
    padding: 0.9375rem 1.25rem;
  }

  .comparison-body table tr th ._btns .btn,
  .comparison-body table tr td ._btns .btn {
    min-width: 100%;
  }

  .comparison-body table tr th ._card,
  .comparison-body table tr td ._card {
    width: auto;
  }

  .comparison-body table tr th ._card__close,
  .comparison-body table tr td ._card__close {
    top: -0.625rem;
    right: -0.625rem;
  }

  .comparison-body table tr th ._card-info,
  .comparison-body table tr td ._card-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875rem;
  }

  .comparison-body table tr th,
  .comparison-body table tr td {
    width: 18.75rem;
  }

  .comparison-body table tr th:nth-child(1),
  .comparison-body table tr td:nth-child(1) {
    width: 20.625rem;
  }

  .comparison-body table thead tr th {
    padding: 1.25rem;
  }
}

@media (max-width: 61.9988em) {
  .modal-form ._select {
    height: auto;
  }

  .modal-form ._select .choices .choices__inner {
    padding: .625rem 1.125rem;
  }

  .modal-form ._select .choices .choices__placeholder {
    font-size: .875rem;
  }
}

@media (max-width: 47.99875em) {
  .popup-color {
    padding: 2.8125rem 0rem 0rem;
  }

  .popup-color__btn {
    margin: 2.5rem 0 0;
  }

  .popup-team {
    padding: 2.5rem 1.25rem;
  }

  .popup-team__item {
    gap: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popup-team__item-img {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 100%;
  }

  .popup-team__item-img img {
    position: absolute;
    inset: 0;
  }

  h1 {
    font-size: 1.75rem;
  }

  .h1 {
    font-size: 1.75rem;
  }

  ._40 h1 {
    font-size: 1.25rem !important;
  }

  .h2 {
    font-size: 1.75rem;
  }

  .h2._60 {
    font-size: 1.375rem;
  }

  .h2._50 {
    font-size: 1.375rem;
  }

  .h2._40 {
    font-size: 1.25rem;
  }

  .h3._36 {
    font-size: 1.75rem;
  }

  .text_28,
  .text p_28 {
    font-size: 1.25rem;
  }

  .text_24,
  .text p_24 {
    font-size: 1.125rem;
  }

  .btn {
    min-height: 2.5rem;
  }

  .btn_accent {
    padding: 0.71875rem 1rem;
  }

  .search input {
    padding: 0.6875rem 0.75rem;
    font-size: 0.875rem;
  }

  .search button {
    width: 2.875rem;
    height: 2.5rem;
  }

  .search button svg {
    width: 1.125rem;
    height: 1.125rem;
  }

  .breadcrumbs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header-top__btns-item svg {
    width: 0.875rem;
    height: 0.875rem;
  }

  .header-top__profile._dropdown button {
    gap: 0.3125rem;
  }

  .header-top__cart-quantity {
    top: 0;
    right: -0.3125rem;
    font-size: 0.5rem;
  }

  .header-search {
    margin: 0.875rem 0 0;
  }

  .filter-mobile {
    display: block;
  }

  .filter-mobile__btn-show {
    display: block;
  }

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

  .filter-mobile .catalog_content-filter-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .filter-mobile .catalog_inner_top-body {
    margin-bottom: 1rem;
  }

  .filter-mobile-goods {
    display: block;
  }

  .filter-mobile-goods .catalog_content-filter-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .filter-mobile-goods .catalog_inner_top-body {
    margin-bottom: 1rem;
  }

  .footer-bottom .__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }

  .main-pagination {
    bottom: 1.25rem;
    gap: 0.5rem;
  }

  .main-pagination span {
    width: 0.375rem;
    height: 0.375rem;
  }

  .main-pagination span.swiper-pagination-bullet-active {
    width: 0.75rem;
  }

  .main-item {
    padding: 2.375rem 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    min-height: 37.5rem;
    max-width: 100%;
  }

  .main-item__text {
    margin: 1.5rem 0 0;
  }

  .main-item__btn {
    margin: 2.5rem 0 0;
    padding: 0.375rem 1rem;
    width: 100%;
  }

  .recommend {
    padding: 6.25rem 0 3.125rem 0;
  }

  .recommend._sticky {
    padding: 3.125rem 0 !important;
  }

  .recommend.catalog_top {
    padding: 1.875rem 0 0;
  }

  .recommend__btn {
    width: 100%;
    margin: 3.125rem 0 0;
  }

  .recommend-item {
    width: 18.75rem;
  }

  .recommend-item:hover .recommend-item__name {
    padding: 0.375rem 0 0.375rem 2.75rem;
  }

  .recommend-item__img {
    height: 18.75rem;
    width: 100%;
    padding-top: 100% !important;
  }

  .recommend-item__img-labels span {
    font-size: 1rem;
    line-height: 140%;
    padding: 0.125rem 0.75rem;
  }

  .recommend-item__img-tip._right ._tip-body {
    right: -1rem;
  }

  .recommend-item__info-data {
    font-size: 0.875rem;
  }

  .recommend-item__name {
    padding: 0.375rem 0;
    min-height: 3.5625rem;
  }

  .completed-top__more {
    display: none;
  }

  .completed-top__btns {
    display: none;
  }

  .completed-top .btn_arrow {
    display: block;
  }

  .completed-item {
    gap: 0.75rem;
  }

  .completed-item._big .completed-item__img {
    width: 18.75rem;
    height: 18.75rem;
  }

  .completed-item._medium .completed-item__img {
    width: 18.75rem;
    height: 18.75rem;
  }

  .completed-item__img {
    width: 18.75rem;
    height: 18.75rem;
  }

  .completed-item__name {
    font-size: 1rem;
  }

  .completed-item__tags {
    gap: 0.5rem 1.5rem;
    font-size: 1rem;
  }

  .completed-item__tags li {
    position: relative;
    padding: 0 0 0 0.625rem;
  }

  .completed-item__tags li::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    border-radius: 50%;
    width: 0.375rem;
    height: 0.375rem;
    background-color: var(--color-elements-accent);
  }

  .publications-body__item {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .publications-body__item-img {
    width: 18.75rem;
    height: 13.75rem;
    padding: 0;
  }

  .publications-body__item-title {
    font-size: 1.125rem;
  }

  .about-stats__item-value span {
    font-size: 0.875rem;
  }

  .services._with-anim .services-body__item-back {
    border-radius: 0.5rem;
  }

  .services._with-anim .services-body__item-front {
    border-radius: 0.5rem;
  }

  .services-body {
    gap: 0.75rem;
  }

  .services-body__item {
    border-radius: 0.5rem;
  }

  .services-body__item-list li {
    padding: 1.0625rem 0;
  }

  ._dark-mode .services._with-anim .services-body__item-back {
    border-radius: 0.5rem;
  }

  .cta-content__btn {
    width: 100%;
  }

  .cta-form {
    gap: 1.5rem;
  }

  .cta-form__text {
    gap: 1.5rem;
  }

  .cta-form__text-title {
    font-size: 1.25rem !important;
  }

  .cta-form__content {
    gap: 0.625rem;
    padding: 0.9375rem;
  }

  .cta-form__content ._input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .cta-form__content ._warn {
    margin: 0;
    font-size: 0.75rem;
  }

  .cta-form__content ._file {
    margin: 0.625rem 0 0;
  }

  .cta-form__content ._file ._fake__icon {
    width: 1.3125rem;
  }

  .solutions._nospace .solutions-body .solutions-row:nth-child(2)::before {
    display: none;
  }

  .solutions-body {
    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;
    gap: 0.75rem;
  }

  .solutions-body__img {
    display: none;
  }

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

  .solutions-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.375rem);
            flex: 0 0 calc(50% - 0.375rem);
    padding: 0 !important;
    position: relative;
    min-height: 8.75rem;
    border-radius: 0.5rem;
    overflow: hidden;
    -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;
  }

  .solutions-row .solutions-row__num {
    background: rgba(0,0,0,.4);
    padding: .4rem;
  }

  .solutions-row .solutions-row__title {
    background: rgba(0,0,0,.4);
    padding: .4rem;
    width: 100%;
  }

  .solutions-row:not(:nth-child(2))::before {
    display: none;
  }

  .solutions-row__arrow {
    display: none;
  }

  .solutions-row__num {
    font-size: 1.25rem;
    color: var(--color-text-only-white);
  }

  .solutions-row__title {
    margin: auto 0 0;
    font-size: 0.875rem;
    color: var(--color-text-only-white);
  }

  .solutions-row__img {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    inset: 0 !important;
    border-radius: 0;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    opacity: 1;
  }

  .catalog-body__item img {
    width: 12.5rem;
    height: 12.5rem;
    inset: unset;
    top: 0;
    right: 0;
  }

  .catalog_inner_top {
    margin: 1.875rem 0 0;
  }

  .catalog_inner_top._portfolio .catalog_inner_top__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .catalog_inner_top._portfolio .catalog_inner_top-body {
    margin-top: 0;
  }

  .catalog_inner_top-row {
    margin: 0;
  }

  .catalog_inner_top-row .search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .catalog_inner_top-row .catalog_inner_top-dropdown .swiper-slide {
    width: 100%;
  }

  .catalog_inner_top-row .catalog_inner_top-dropdown {
    width: 100%;
  }

  .catalog_inner_top-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .catalog_inner_top-tabs label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .catalog_inner_top-tabs ._fake {
    font-size: 1rem;
  }

  .catalog_inner_top-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.8125rem;
  }

  .catalog_inner_top-text-filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }

  .catalog_inner_top-text__goods {
    margin-left: 0;
  }

  .catalog_inner_top__info {
    margin: 1.5rem 0 0;
  }

  .catalog_inner_top-dropdown {
    margin: 0;
  }

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

  .catalog_inner_top-dropdown .swiper-slide {
    min-width: 100%;
  }

  .catalog_inner_top-body {
    margin: 1.875rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .catalog_inner_top-body__count {
    font-size: 0.875rem;
  }

  .catalog_inner_top-body__tags {
    width: 100%;
  }

  .catalog_inner_top-body__sort {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .catalog_inner_top-body__sort-item {
    font-size: 0.875rem;
  }

  .catalog_inner_top-body__sort-item .choices__item {
    font-size: 0.875rem;
  }

  .catalog_inner_top-body__sort-item svg {
    width: 0.875rem;
    height: 0.875rem;
  }

  .catalog_content-filter-block {
    position: fixed;
    z-index: 15;
    inset: 0;
    padding: 1.5rem !important;
    display: none;
    background-color: var(--color-bkg-light);
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    height: 0;
    left: 0;
    right: 0;
    overflow: auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .catalog_content-filter-block.open {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    height: 100%;
  }

  .catalog_content-cards {
    width: 100%;
  }

  .catalog_content-cards._row .recommend-item {
    display: block;
  }

  .catalog_content-cards._row .recommend-item__top-info {
    display: block;
  }

  .catalog_content-cards._row .recommend-item:not(:first-child)::before {
    top: -1.5rem;
  }

  .catalog_content-cards._row .recommend-item__img {
    width: 35%;
    height: 100%;
    aspect-ratio: 1;
    padding-top: 0 !important;
  }

  .catalog_content-cards._row .recommend-item__img-labels.-mobile-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0.625rem;
    position: inherit;
    top: 0;
    left: 0;
  }

  .catalog_content-cards._row .recommend-item__img-tip {
    display: block;
    top: 0;
    right: 0;
  }

  .catalog_content-cards._row .recommend-item__content .recommend-item__title {
    display: none;
  }

  .catalog_content-cards._row .recommend-item__content .recommend-item__descr {
    display: none;
  }

  .catalog_content-cards._row .recommend-item__content ._tip-body__row {
    font-size: 0.875rem;
  }

  .catalog_content-cards._row .recommend-item__content ._col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .catalog_content-cards._row .recommend-item__content ._col:nth-child(2) {
    display: none;
  }

  .catalog_content-cards._grid-3-cols .recommend-item {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .catalog_content-cards__bottom-pagination ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .catalog_content-cards__bottom-pagination ul li._arrow {
    width: 1.875rem;
  }

  .catalog_content-cards__bottom-pagination ul li._arrow:first-child {
    margin: 0;
  }

  .catalog_content-cards__bottom-pagination ul li._arrow:last-child {
    margin: 0;
  }

  .catalog_content-cards__bottom-pagination ul li.page-item.middle.disabled {
    width: 1.125rem;
  }

  .catalog_content-cards__bottom-count {
    display: none;
  }

  .additional {
    margin: 6.25rem 0 0;
  }

  .additional-body {
    margin: 2.5rem 0 0;
  }

  .additional-body__item {
    gap: 0.75rem;
    width: 9.4375rem;
    height: 9.4375rem;
    padding: 1.125rem 0.875rem 0.75rem;
  }

  .additional-body__item-icon-svg {
    width: 3.6875rem;
    height: 3.6875rem;
  }

  .additional-body__item-icon {
    width: 3.6875rem;
    height: 3.6875rem;
  }

  .additional-body__item-text {
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .details_main-body__slider-main {
    aspect-ratio: 1;
  }

  .details_main-body__slider-main ._labels span {
    font-size: 1rem;
    line-height: 140%;
    padding: 0.125rem 0.75rem;
  }

  .details_main-body__info-price .btn {
    max-width: 100%;
  }

  .goods {
    margin: 6.25rem 0 0;
  }

  .goods-body__table .catalog_content-cards__more {
    margin: 1.25rem 0 0;
  }

  .goods-body__table .catalog_content-cards__bottom {
    margin: 1.25rem 0 0;
  }

  .goods-body__table-content {
    display: none;
  }

  .goods-body__table-content ._wrapper {
    width: calc(100% - 10.9375rem);
  }

  .goods-body__table-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.9375rem;
            flex: 0 0 10.9375rem;
  }

  .goods-body__table-side ._row-btns {
    gap: 0.5rem;
  }

  .goods-body__mobile-content {
    display: block;
  }

  .goods-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .tags.tags--detail {
    margin: 6.25rem 0 0;
  }

  .characteristics {
    margin: 6.25rem 0 0;
  }

  .video {
    margin: 6.25rem 0 0;
  }

  .video-body {
    margin: 2.5rem 0 0;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .video-body ._play button {
    width: 6.25rem;
    height: 6.25rem;
  }

  .video-body__main .swiper-slide ._play button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .video-body__thumb .swiper-slide {
    width: 10.625rem;
  }

  .video-body__thumb .swiper-slide ._play button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .faq {
    margin: 6.25rem 0 0;
  }

  .faq._dev {
    margin: 1.875rem 0 0;
  }

  .faq-top {
    gap: 0.5rem;
  }

  .faq-top__btn {
    width: 100%;
  }

  .faq-body {
    margin: 1.875rem 0 0;
  }

  .faq-item {
    padding: 1.25rem;
  }

  .faq-item._open .faq-item__content {
    margin: 0.75rem 0 0;
  }

  .faq-item__top {
    -ms-grid-columns: 1fr 1.25rem;
    grid-template-columns: 1fr 1.25rem;
  }

  .faq-item__top-cross {
    width: 1.25rem;
    height: 1.25rem;
  }

  .faq-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    padding: 1.5rem 0;
  }

  .faq-bottom__btn {
    max-width: 100%;
  }

  .portfolio_content._with-space {
    margin: 2.5rem 0 0;
  }

  .portfolio_content._courses-list .recommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .portfolio_content .portfolio_content-body {
    gap: 1.25rem 1.625rem;
  }

  .portfolio_content .portfolio_content-body .recommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .portfolio_content .portfolio_content-body button {
    width: 100%;
  }

  .portfolio_detail__title {
    margin: 1.5rem 0 0;
  }

  .portfolio_detail__title._with-space {
    margin: 6.25rem 0 0;
  }

  .portfolio_detail__title svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block;
  }

  .portfolio_detail {
    margin: 1.875rem 0 0;
  }

  .portfolio_detail._big-space {
    margin: 6.25rem 0 0;
  }

  .portfolio_detail__img {
    margin: 2.5rem 0 0;
  }

  .portfolio_detail-body:not(:first-child) {
    margin: 2.5rem 0 0;
  }

  .portfolio_detail-body__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .portfolio_detail_info_block {
    margin: 6.25rem 0 0;
  }

  .portfolio_detail_info_block-body__content .btn {
    width: 100%;
  }

  .portfolio_detail_gallery {
    margin: 6.25rem 0 0;
  }

  .portfolio_detail_gallery-body {
    margin: 2.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .portfolio_detail_gallery-body__thumb {
    width: 100%;
    position: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0rem;
  }

  .portfolio_detail_gallery-body__thumb ._thumb-nav._prev {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 1.25rem;
    height: 1.25rem;
  }

  .portfolio_detail_gallery-body__thumb ._thumb-nav._prev svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .portfolio_detail_gallery-body__thumb ._thumb-nav._next {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 1.25rem;
    height: 1.25rem;
  }

  .portfolio_detail_gallery-body__thumb ._thumb-nav._next svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .portfolio_detail_gallery-body__thumb .swiper-slide ._thumb-item {
    width: calc(33.3333333333vw - 40px);
    height: auto;
    aspect-ratio: 1/1;
  }

  .portfolio_detail_gallery-body__main {
    padding: 0;
    width: 100%;
    overflow: visible;
  }

  .portfolio_detail_gallery-body__main .swiper-slide {
    border-radius: 0.5rem;
    width: 100%;
    overflow: hidden;
  }

  .img_text-body table {
    width: 100%;
  }

  .publications_top {
    margin: 1rem 0 0;
  }

  .publications_top .tags {
    margin: 0;
  }

  .publications_top .tags .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0rem;
  }

  .publications_top .tags .swiper-wrapper .swiper-slide {
    margin: 0 0.5rem 0 0 !important;
  }

  .solutions_page .solutions-body {
    gap: 0.75rem;
  }

  .solutions_page .solutions-body .solutions-row {
    padding: 0 !important;
  }

  .solutions_page-body__item-title {
    padding: 0.625rem 0;
  }

  .solutions_page-body__item-title .solutions-row__num {
    font-size: 1.25rem;
    color: var(--color-text-light);
  }

  .solutions_page-body__item-title .solutions-row__title {
    font-size: 0.875rem;
    color: var(--color-text-light);
    margin: 0;
  }

  .services_main__title {
    margin: 1.875rem 0 0;
  }

  .services_main-body {
    margin: 3.5rem 0 0;
  }

  .services_main-body .swiper-slide {
    width: 14.6875rem !important;
  }

  .services_main-body__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.875rem;
    padding: 0.75rem 0.875rem;
    height: 13.125rem;
  }

  .services_main-body__item-icon {
    width: 4.375rem;
    height: 4.375rem;
  }

  .services_main-body__item-icon-svg {
    width: 4.375rem;
    height: 4.375rem;
  }

  .services_main-body__item-text {
    font-size: 1.125rem;
    text-align: center;
  }

  .services_catalog {
    margin: 1.5rem 0 0;
  }

  .services_catalog-top .btn_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .services_catalog-body {
    margin: 1.625rem 0 0;
  }

  .services_catalog-body .recommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .services_catalog-body .catalog_content-cards__more,
  .services_catalog-body .catalog_content-cards__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .vacancies_head {
    margin: 1.5rem 0 0;
  }

  .vacancies_head._courses-detail .vacancies_head-body {
    margin: 0.8125rem 0 0;
  }

  .vacancies_head-row__btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }

  .vacancies_head-row__btns .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .vacancies_head__date {
    margin: 0.8125rem 0 0;
  }

  .vacancies_head-body {
    margin: 0.5rem 0 0;
  }

  .vacancies_head-body__link svg {
    width: 2rem;
    height: 2rem;
  }

  .vacancies_map {
    margin: 6.25rem 0 0;
  }

  .vacancies_map__map {
    margin: 2.5rem 0 0;
  }

  .vacancies_map__map {
    height: 21.875rem;
  }

  .team_list {
    margin: 1.5rem 0 0;
  }

  .team_list .catalog-body__content {
    margin: 2.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .team_list .catalog-body__item {
    background-size: 3rem;
    min-height: 16.875rem;
  }

  .download_content {
    margin: 2.5rem 0 0;
  }

  .download_content-tabs {
    margin: 2.5rem 0 0;
  }

  .download_content-body {
    margin: 1.5rem 0 0;
  }

  .contacts {
    margin: 2.5rem 0 0;
  }

  .contacts-body {
    gap: 0.75rem;
    margin-top: 1.875rem;
  }

  .contacts-body__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0.75rem 1rem;
  }

  .contacts-body__card._open {
    background-color: var(--color-elements-accent);
  }

  .contacts-body__card._open._main {
    background-color: var(--color-elements-accent);
  }

  .contacts-body__card._open._main .contacts-body__card-title {
    color: var(--color-text-accent);
  }

  .contacts-body__card._open._main .contacts-body__card-title svg path {
    stroke: var(--color-text-accent);
  }

  .contacts-body__card._open._main .contacts-body__card-list li svg path {
    fill: var(--color-text-accent);
  }

  .contacts-body__card._open._main .contacts-body__card-list li._address svg path {
    stroke: var(--color-text-accent);
  }

  .contacts-body__card._open .contacts-body__card-col {
    gap: 2.5rem;
  }

  .contacts-body__card._open .contacts-body__card-title {
    color: var(--color-text-accent);
  }

  .contacts-body__card._open .contacts-body__card-title svg {
    -webkit-transform: scale(1, -1) translate(0, 50%);
        -ms-transform: scale(1, -1) translate(0, 50%);
            transform: scale(1, -1) translate(0, 50%);
  }

  .contacts-body__card._open .contacts-body__card-title svg path {
    stroke: var(--color-text-accent);
  }

  .contacts-body__card._open .contacts-body__card-list {
    opacity: 1;
  }

  .contacts-body__card._open .contacts-body__card-list li {
    color: var(--color-text-accent);
  }

  .contacts-body__card._open .contacts-body__card-list li svg path {
    fill: var(--color-text-accent);
  }

  .contacts-body__card._open .contacts-body__card-list li ._content {
    color: var(--color-text-accent);
  }

  .contacts-body__card._open .contacts-body__card-list li._address svg path {
    fill: rgba(0,0,0,0);
    stroke: var(--color-text-only-black);
  }

  .contacts-body__card._main {
    background-color: var(--color-elements-heavy);
  }

  .contacts-body__card._main .contacts-body__card-title {
    color: var(--color-bkg-main);
  }

  .contacts-body__card._main .contacts-body__card-title svg path {
    stroke: var(--color-bkg-main);
  }

  .contacts-body__card._main .contacts-body__card-list ._icon svg path {
    fill: var(--color-bkg-main);
  }

  .contacts-body__card._main .contacts-body__card-list ._content {
    color: var(--color-bkg-main);
  }

  .contacts-body__card-col {
    gap: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .contacts-body__card-col:nth-child(2) {
    display: none;
  }

  .contacts-body__card-title {
    font-size: 1.25rem;
    padding: 0 3rem 0 0;
  }

  .contacts-body__card-title br {
    display: none;
  }

  .contacts-body__card-title svg {
    display: block;
  }

  .contacts-body__card-list {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .contacts-body__card-btns.mobile-visible {
    display: block;
    margin-bottom: 1rem;
  }

  ._dark-mode .contacts-body__card {
    background-color: #242424;
  }

  ._dark-mode .contacts-body__card-title {
    color: #fff;
  }

  ._dark-mode .contacts-body__card-title svg path {
    stroke: #fff;
  }

  ._dark-mode .contacts-body__card._open {
    background-color: #fd0;
  }

  ._dark-mode .contacts-body__card._open .contacts-body__card-title {
    color: #2e2e2e;
  }

  ._dark-mode .contacts-body__card._open .contacts-body__card-list li ._content {
    color: #2e2e2e;
  }

  ._dark-mode .contacts-body__card._open .contacts-body__card-list li._address svg path {
    stroke: #2e2e2e;
    fill: rgba(0,0,0,0);
  }

  ._dark-mode .contacts-body__card._open .contacts-body__card-list li svg path {
    fill: #2e2e2e;
  }

  ._dark-mode .contacts-body__card._main .contacts-body__card-title {
    color: #fff;
  }

  ._dark-mode .contacts-body__card._main .contacts-body__card-title svg path {
    stroke: #fff;
  }

  ._dark-mode .contacts-body__card._open .contacts-body__card-title {
    color: #2e2e2e;
  }

  .notfound {
    margin: 1.625rem 0;
  }

  .notfound-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .notfound-body__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .notfound-body__content-title {
    font-size: 2.5rem !important;
  }

  .teachers {
    margin: 6.25rem 0 0;
  }

  .teachers-body {
    margin: 1.5rem 0 0;
  }

  .courses_list {
    margin: 6.25rem 0 0;
  }

  .courses_list__top .catalog_inner_top-row {
    margin: 1.5rem 0 0;
  }

  .courses_list-body {
    margin: 1.5rem 0 0;
    gap: 1.25rem 1.625rem;
  }

  .courses_list-body .recommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .download_files-body__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 1.083125rem);
            flex: 0 0 calc(33.333% - 1.083125rem);
  }

  .cart-body .goods-body__table {
    display: none;
  }

  .cart-body__sum {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

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

  .cart-body__card-check {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .cart-body__card-price ._row-btns {
    gap: 0.5rem;
  }

  .cart_offer__container {
    width: 100%;
  }

  .cart_offer__title {
    font-size: 1.625rem;
  }

  .cart_offer__text {
    margin: 1.25rem 0 0;
    width: 100%;
  }

  .cart_offer-body {
    gap: 1.25rem;
    width: 100%;
  }

  .cart_offer-body ._input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .cart_offer-body-bottom {
    padding: 0.75rem 0 0;
  }

  .cart_offer-body__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .comparison {
    margin: 1.5rem 0 0;
  }

  .comparison-top {
    margin: 1.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

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

  .comparison-body._mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .comparison-body {
    margin: 1.5rem 0 0;
    display: none;
  }

  .comparison-body._extended table tr th:first-child,
  .comparison-body._extended table tr td:first-child {
    display: none;
  }

  .comparison-body table tr th ._card ._row-btns,
  .comparison-body table tr td ._card ._row-btns {
    gap: 0.5rem;
  }

  .file-selected {
    gap: 0.375rem;
  }

  .file-selected .file-name {
    font-size: 0.875rem;
  }

  .file-selected .file-remove {
    width: 1.125rem;
    height: 1.125rem;
  }

  .file-selected .file-remove svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}

@media (max-width: 47.99875em)and (max-width: 47.99875em) {
  .header-top__burger svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .catalog_content-filter-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 31.25rem) {
  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img-labels {
    left: .4375rem;
    top: .5rem;
  }

  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img-union {
    right: 2.6rem;
    top: .6875rem;
  }

  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img-union svg {
    width: 1rem;
    height: 1rem;
  }

  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img-tip {
    top: .125rem;
    right: .375rem;
  }

  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img-tip svg {
    width: 1rem;
    height: 1rem;
  }

  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__img-labels span {
    font-size: .75rem;
  }

  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__count {
    font-size: .75rem;
  }

  .catalog_content-cards._grid-5-cols .recommend-item .recommend-item__name {
    font-size: 1rem;
  }
}

@media (max-width: 29.99875em) {
  .popup-team__item-pos {
    margin: 0.25rem 0 0;
  }

  .popup-team__item-descr {
    margin: 0.625rem 0 0;
  }

  .popup-team__item-info {
    margin: 0.625rem 0 0;
  }

  .popup-team__item-info li:not(:first-child) {
    margin: 0.25rem 0 0;
  }

  .recommend-item__img-tip ._tip-body {
    width: calc(100vw - 8.125rem);
  }

  .catalog-body__item img {
    width: 7.5rem;
    height: 7.5rem;
    inset: unset;
    top: 0;
    right: 0;
  }

  .download_files-body__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.8125rem);
            flex: 0 0 calc(50% - 0.8125rem);
  }
}

@media (width <= 1680px) {
  .portfolio_detail_img__content img {
    min-width: 780px;
  }
}

@media (width <= 1450px) {
  .portfolio_detail_img__content img {
    min-width: 600px;
  }
}

@media (width <= 1150px) {
  .portfolio_detail_img__content img {
    min-width: 500px;
  }
}

@media (width <= 828px) {
  .portfolio_detail_img__content img {
    min-width: 100%;
  }
}

@media (width <= 1049px) {
  .img_text-body__img img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (width <= 61.99875em) {
  .vacancies-detail-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (any-hover: hover) {
  .file-selected .file-remove:hover {
    color: #fff;
    background: rgba(255,255,255,.1);
  }
}

.webp .services._with-anim .services-body__item-back { background-image: url(../img/index/services/card-white.webp); }

.webp ._dark-mode .services._with-anim .services-body__item-back { background-image: url(../img/index/services/card-black.webp); }