@import url(https://fonts.googleapis.com/css?family=Montserrat:300,regular,500,600,700,800,900&display=swap);

@import url(https://fonts.googleapis.com/css?family=Unbounded:300,regular,500,700,900&display=swap);

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

.rating-item-review__star::before,
[class*='_icon-']::before {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-arrow:before {
  content: '\e900';
}

._icon-arrow-l:before {
  content: '\e901';
}

._icon-cross:before {
  content: '\e902';
}

._icon-fb:before {
  content: '\e903';
}

._icon-inst:before {
  content: '\e904';
}

._icon-mail:before {
  content: '\e905';
}

._icon-search:before {
  content: '\e906';
}

._icon-star:before {
  content: '\e907';
}

._icon-tel:before {
  content: '\e908';
}

._icon-tg:before {
  content: '\e909';
}

._icon-vb:before {
  content: '\e90a';
}

._icon-coma:before {
  content: '\e90b';
}

*,
*:before,
*:after {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

button {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

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

img {
  vertical-align: top;
}

ul,
ol,
li,
menu {
  list-style-type: none;
}

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

input,
textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input:focus,
textarea:focus,
button:focus,
[contenteditable]:focus {
  outline: none;
}

dfn,
address,
cite {
  font-style: inherit;
}

q::before,
q:after {
  content: '';
}

pre,
code {
  font-size: inherit;
}

body {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
  color: #2b2828;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

[class*='__container'] {
  max-width: 105rem;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 1.25rem;
}

[class*='-ibg'] {
  display: block;
  position: relative;
}

[class*='-ibg'] img,
[class*='-ibg'] video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*='-ibg_contain'] img,
[class*='-ibg_contain'] video {
  -o-object-fit: contain;
  object-fit: contain;
}

.done__btn,
.form__btn,
.share-moduls__btn,
.action-l__btn,
.main-l__btn,
.share__btn,
.header-item-tariff__btn,
.main-p__btn,
.consultation__btn,
.content-why__btn,
.main__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.625rem 2.5rem;
  font-family: Unbounded;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 7.5rem;
  background-color: #ee2737;
  -webkit-box-shadow: 0 0.2222222222em 1.1111111111em rgba(238, 39, 55, 0.25);
  box-shadow: 0 0.2222222222em 1.1111111111em rgba(238, 39, 55, 0.25);
}

.done__title,
.form__title,
.contacts__title,
.main-c__title,
.policy__title-m,
.header-moduls__title,
.about-l__title,
.finish-l__title,
.what-l__title,
.action-l__title,
.share__title,
.profession__title,
.tariff__title,
.certificate__title,
.program-p__title,
.why-p__title,
.who-p__title,
.main-p__title,
.team__title,
.about__title,
.review__title,
.consultation__title,
.how__title,
.why__title,
.programs__title,
.main__title,
.popup-order__title {
  font-family: Unbounded;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.form__sub-title,
.contacts__sub-title,
.header-moduls__sub-title,
.about-l__sub-title,
.finish-l__sub-title,
.what-l__sub-title,
.action-l__sub-title,
.main-l__sub-title,
.share__sub-title,
.profession__sub-title,
.tariff__sub-title,
.certificate__sub-title,
.program-p__sub-title,
.why-p__sub-title,
.who-p__sub-title,
.team__sub-title,
.about__sub-title,
.review__sub-title,
.consultation__sub-title,
.how__sub-title,
.why__sub-title,
.programs__sub-title,
.popup-order__sub-title {
  margin-bottom: 0.3125rem;
  font-family: Unbounded;
  font-weight: 300;
  font-size: 0.75rem;
  color: #ee2737;
  text-transform: uppercase;
}

.icon-menu {
  display: none;
}

.menu__link {
  font-family: Unbounded;
  font-weight: 300;
  text-underline-offset: 0.1875em;
}

.menu__link_bold {
  font-weight: 700;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

/* Auto Height */

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

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

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

/* 3D Effects */

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

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

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

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

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

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

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

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

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

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

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

/* Progress */

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

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

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

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

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

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

/* Scrollbar */

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

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

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.popup_active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.popup__body {
  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;
  min-height: 100%;
  padding: 1.875rem 0.9375rem 5rem;
}

.popup__content {
  position: relative;
  -webkit-transform: perspective(37.5rem) translate(0, -100%) rotateX(-45deg);
  transform: perspective(37.5rem) translate(0, -100%) rotateX(-45deg);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup_active .popup__content {
  -webkit-transform: translate(0, 0) rotateX(0deg);
  transform: translate(0, 0) rotateX(0deg);
  opacity: 1;
}

.popup__close {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  max-width: none;
  width: 1.5625rem;
  height: 1.5625rem;
  z-index: 2;
}

.popup__close::before,
.popup__close::after {
  content: '';
  position: absolute;
  left: calc(50% - 0.0625rem);
  top: 0;
  height: 1.5625rem;
  width: 0.125rem;
  background-color: #000;
}

.popup__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-order__content {
  width: 50rem;
  padding: 2.5rem 0.9375rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(1.5625rem);
  backdrop-filter: blur(1.5625rem);
}

.popup-order__header {
  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.25rem;
  margin-bottom: 2.5rem;
}

.popup-order__sub-title {
  text-transform: none;
}

.popup-order__title {
  color: #0d0d0d;
}

.popup-order__tariff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  row-gap: 0.3125rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.625rem 0.8125rem;
  font-family: Unbounded;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0d0d0d;
  border-radius: 0.9375rem;
  border: 0.0625rem solid #ee2737;
}

.popup-order__price span {
  margin-right: 0.3125rem;
  font-family: Montserrat;
  font-weight: 400;
}

.popup-order__text-f {
  font-size: 0.75rem;
  color: rgba(61, 57, 53, 0.4);
}

.popup-order__text-f a {
  display: inline;
  text-decoration: underline;
}

.popup-order .form__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-order .form__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.popup-order .form__inp,
.popup-order .form__textarea {
  border-color: rgba(61, 57, 53, 0.2);
}

.breadcrums {
  margin-bottom: 2.5rem;
}

.breadcrums__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.35em;
  font-size: 0.875rem;
  color: #3d3935;
  white-space: nowrap;
  overflow-y: hidden;
}

.main-c__breadcrums .breadcrums__list {
  color: #fff;
}

.breadcrums__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.35em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.breadcrums__item .arrow {
  color: #ee2737;
}

.breadcrums__link {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.breadcrums__current {
  cursor: default;
}

.main {
  margin-bottom: 3.75rem;
}

.main__cont {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  border-radius: 0 0 2.8125rem 2.8125rem;
  overflow: hidden;
}

.main__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main__body {
  display: -ms-grid;
  display: grid;
}

.main__content {
  margin-bottom: 1.5625rem;
  padding-top: 0.625rem;
  color: #fff;
}

.main__title {
  margin-bottom: 0.3125rem;
}

.main__sub-title {
  position: relative;
  margin-bottom: 1.25rem;
  font-family: Unbounded;
  font-size: 0.75rem;
  color: #ee2737;
  text-transform: uppercase;
}

.main__sub-title .decor {
  display: none;
}

.main__text {
  margin-bottom: 0.9375rem;
  font-weight: 500;
  font-size: 0.875rem;
}

.main__text span {
  font-weight: 700;
}

.main__list {
  max-width: 37.5rem;
  margin-bottom: 1.5625rem;
  padding-left: 1em;
  font-size: 0.875rem;
}

.main__item {
  list-style-type: disc;
}

.main__item:not(:last-child) {
  margin-bottom: 0.625rem;
}

.main__media {
  margin: 0 0rem 0 -0.3125rem;
  margin-bottom: clamp(-6.25rem, -1.875rem + -70 * ((100vw - 320px) / 671.98), -1.875rem);
}

.main__media img {
  width: 100%;
}

.main__footer {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
}

.programs,
.consultation,
.why {
  margin-bottom: 8.25rem;
}

.programs__header {
  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.25rem;
  margin-bottom: 2.5rem;
}

.programs__text {
  max-width: 41.2222222222em;
  font-size: 0.875rem;
}

.slider-programs {
  position: relative;
  margin: 0rem -1.25rem;
  padding: 0rem 1.25rem;
}

.slider-programs__slide {
  width: 17.5rem;
  height: auto;
}

.item-programs__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (any-hover: hover) {
  .slider-programs__slide:hover .item-programs__btn {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 0.3em transparent;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-box-shadow: 0 0 0 0.3em transparent;
    box-shadow: 0 0 0 0.3em transparent;
  }

  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #fff;
      box-shadow: 0 0 0 0 #fff;
    }
  }
  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #fff;
      box-shadow: 0 0 0 0 #fff;
    }
  }
}

@media (any-hover: hover) {
  .slider-programs__slide:hover .item-programs__iamge-ibg:not(:last-child) {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
}

.slider-programs__btn {
  display: none;
}

.slider-programs__btn[disabled] {
  background-color: transparent;
}

.slider-programs__btn_left {
  left: 0rem;
}

.slider-programs__btn_right {
  right: 0rem;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.item-programs {
  position: relative;
  min-height: 10.9375rem;
  height: 100%;
  padding: 1.4375rem 1rem;
  border-radius: 0.9375rem;
  overflow: hidden;
}

.item-programs__iamge-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-filter 0.4s ease-in;
  transition: -webkit-filter 0.4s ease-in;
  -o-transition: filter 0.4s ease-in;
  transition: filter 0.4s ease-in;
  transition: filter 0.4s ease-in, -webkit-filter 0.4s ease-in;
}

.item-programs__iamge-ibg img {
  -o-object-position: right;
  object-position: right;
}

.item-programs__title {
  margin-bottom: 0.3125rem;
  font-family: Unbounded;
  font-weight: 700;
  font-size: 0.75rem;
  color: #0d0d0d;
  text-transform: uppercase;
}

.item-programs_1 .item-programs__title {
  max-width: 17.7777777778em;
}

.item-programs_2 .item-programs__title {
  max-width: 21.6666666667em;
  color: #fff;
}

.item-programs_2 .item-programs__title span {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 1.1111111111em;
  color: #ee2737;
}

.item-programs__line {
  width: 53.7611%;
  margin-bottom: 1.125rem;
}

.item-programs_2 .item-programs__line {
  width: 36.2832%;
}

.item-programs__btn {
  bottom: 25%;
  position: absolute;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.53125rem 2.25rem;
  font-family: Unbounded;
  font-weight: 500;
  font-size: 0.625rem;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2.5rem;
  background-color: #ee2737;
  -webkit-box-shadow: 0 0.075rem 0.375rem rgba(238, 39, 55, 0.25);
  box-shadow: 0 0.075rem 0.375rem rgba(238, 39, 55, 0.25);
}

.why__header {
  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.25rem;
  margin-bottom: 2.5rem;
}

.why__text {
  font-family: Unbounded;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.why__body {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

.why__image-ibg {
  width: 100%;
  aspect-ratio: 830/350;
  border-radius: 0.9375rem;
  overflow: hidden;
  min-height: 8.75rem;
}

.content-why__text {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}

.content-why__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.content-why__btn {
  color: #fff;
}

.how,
.review {
  margin-bottom: 6.25rem;
}

.how__header {
  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;
  text-align: center;
  margin-bottom: 2.5rem;
}

.how__title {
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #ee2737;
  -o-border-image: linear-gradient(90deg, #920508, #ee2737) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#920508), to(#ee2737)) 1;
  border-image: linear-gradient(90deg, #920508, #ee2737) 1;
}

.how__text {
  font-size: 0.875rem;
}

.how__content {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  row-gap: 2.1875rem;
}

.item-how__iamge-ibg {
  margin-bottom: 0.625rem;
  border-radius: 0.9375rem;
  aspect-ratio: 333/200;
  overflow: hidden;
}

.item-how__title {
  color: #3d3935;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}

.item-how_bonus .item-how__title {
  color: #ee2737;
}

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

.collective__body {
  position: relative;
  overflow: hidden;
}

.collective__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.collective__header {
  margin-bottom: 2.5rem;
  padding: 2.5rem 1.25rem 0;
}

.collective__title {
  font-family: Unbounded;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
}

.collective__title .line {
  display: inline-block;
  width: 2.0833333333em;
  height: 0.125em;
  margin: 0rem 0.625em 0.25em;
  background-color: #ee2737;
}

.slider-collective__slide {
  position: relative;
  width: 8.125rem;
  margin: 0rem -0.3rem;
}

.slider-collective__image-ibg {
  width: 100%;
  aspect-ratio: 450/630;
}

.slider-collective__image-ibg img {
  height: 102%;
}

.slider-collective__image-ibg::before {
  content: '';
  position: absolute;
  left: -0.5rem;
  top: 0.5rem;
  width: 100%;
  height: 65%;
  background: radial-gradient(46.7% 46.7% at 50% 53.3%, #ee2737 0%, rgba(238, 39, 55, 0) 100%);
  -webkit-filter: blur(1.125rem);
  filter: blur(1.125rem);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.slider-collective__image-ibg::after {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 2.5rem;
  width: 100%;
  height: 65%;
  border-radius: 332px;
  opacity: 0;
  background: radial-gradient(46.7% 46.7% at 50% 53.3%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(20px);
  z-index: -1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.slider-collective__slide:hover .slider-collective__image-ibg::before {
  opacity: 0.7;
}

.slider-collective__slide:hover .slider-collective__image-ibg::after {
  opacity: 0.4;
}

.slider-collective__title {
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  padding: 0 0.375rem 0.3125rem;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-bottom: 0.125rem solid #ee2737;
  translate: 0 60%;
  opacity: 0;
}

.consultation__body {
  position: relative;
}

.consultation__body::before {
  content: '';
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  height: calc(100% + 7.8125rem);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(146, 5, 8, 0.2)), color-stop(70%, rgba(146, 5, 8, 0))), #fef4f5;
  background: linear-gradient(180deg, rgba(146, 5, 8, 0.2) 0%, rgba(146, 5, 8, 0) 70%), #fef4f5;
  z-index: -1;
}

.consultation__header {
  margin-bottom: 0.9375rem;
}

.consultation__title {
  max-width: 31.875em;
}

.consultation__content {
  position: relative;
}

.consultation__text {
  max-width: 15rem;
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
}

.consultation__line {
  width: 18.5rem;
}

.consultation__line img {
  width: 100%;
}

.consultation__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  text-transform: uppercase;
}

.page_logist .review {
  margin-bottom: 5rem;
}

.review__header {
  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.25rem;
  margin-bottom: 2.5rem;
}

.review__text {
  font-size: 0.875rem;
}

.review__content {
  display: -ms-grid;
  display: grid;
  row-gap: 1.25rem;
}

.review__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.review__btn {
  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;
  gap: 0.6666666667em;
  width: 100%;
  padding: 1.625rem 1.5rem;
  font-family: Unbounded;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0d0d0d;
  text-transform: uppercase;
  border-radius: 0.9375rem;
  border: 0.0625rem solid #ee2737;
  font-size: clamp(0.75rem, 0.75rem + 2 * ((100vw - 320px) / 40), 0.875rem);
}

.review__btn .text {
  position: relative;
  z-index: 2;
}

.review__btn .icon {
  position: relative;
  font-size: 1.1111111111em;
  color: #ee2737;
}

.review__btn .icon::before {
  display: block;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.review__btn .icon::after {
  content: '';
  display: block;
  position: absolute;
  left: -1.5625rem;
  top: -1.0625rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: rgba(238, 39, 55, 0.05);
  z-index: -1;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.item-review {
  padding: 0.9375rem 0.8125rem 0.8125rem;
  border-radius: 0.9375rem;
  background-color: #f3f3f3;
}

.item-review__header:not(:last-child) {
  margin-bottom: 0.625rem;
}

.item-review__text {
  max-width: 37.5rem;
  font-size: 0.875rem;
}

.item-review__text:not(:last-child) {
  margin-bottom: 1.25rem;
}

.item-review__image {
  border-radius: 0.3125rem;
  overflow: hidden;
}

.item-review__image img {
  width: 100%;
}

.item-review__image iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.header-item-review {
  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;
  gap: 1.5625rem;
}

.header-item-review__main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5625rem;
}

.header-item-review__avatar-ibg {
  width: 2.1875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.header-item-review__name {
  margin-bottom: 0.3125rem;
  font-family: Unbounded;
  font-weight: 500;
  font-size: 0.875rem;
  color: #0d0d0d;
}

.header-item-review__decor {
  font-size: 1.25rem;
  color: #fff;
}

.rating-item-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.40625rem;
}

.rating-item-review__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.0625rem;
}

.rating-item-review__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.5625rem;
}

.rating-item-review__star::before {
  content: '\e907';
  color: #ee2737;
}

.rating-item-review__text {
  font-size: 0.4375rem;
  color: #d9d9d9;
}

.rating-item-review__text .current {
  color: #3d3935;
}

.background-sections {
  position: relative;
  background: url('../img/home/about/bg2.png'), #1a1a1a 0% 0%/6.25rem 6.25rem repeat;
}

.background-sections::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(187deg, #212121 0%, #3d3935 41.86%, #212121 100%);
  opacity: 0.8;
}

.about {
  position: relative;
  padding-top: 2.8125rem;
  z-index: 1;
}
.about:before,
.program-p:before {
  content: '';
  background: url(../img/ellipse_about.png);
  background-size: 100%;
  width: 70%;
  height: 491px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
}

.moduls:before {
  content: '';
  background: url(../img/ellipse_about.png);
  background-size: 100%;
  width: 100%;
  height: 40%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
}

@media (max-width: 992px) {
  .moduls:before {
    background-size: 100%;
    width: 120%;
    height: 120%;
  }
}

.about:after,
.program-p:after {
  content: '';
  background: url(../img/ellipse_about2.png);
  background-size: 100%;
  width: 54%;
  right: 0;
  height: 2447px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
}
.background_moduls:after {
  content: '';
  background: url(../img/ellipse_moduls.png);
  background-size: cover;
  width: 60%;
  right: 0;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  top: 0;
}
.moduls {
  position: relative;
  z-index: 1;
}
.moduls__container {
  position: relative;
}
.program-p:before,
.program-p:after,
.moduls:before,
.moduls:after {
  z-index: 0;
}
.program-p__container {
  position: relative;
}
footer:after {
  content: '';
  background: url(../img/ellipse_footer.png);
  background-size: 100%;
  background-position: bottom;
  width: 66%;
  background-repeat: no-repeat;
  left: 0;
  height: 436px;
  display: inline-block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .about:before,
  .program-p:before {
    content: '';
    background: url(../img/ellipse_about.png);
    background-size: cover;
    width: 100%;
    height: 543px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .about:after,
  .program-p:after {
    content: '';
    background: url(../img/ellipse_about2.png);
    background-size: 100%;
    width: 54%;
    right: 0;
    height: 1047px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .program-p:before,
  .program-p:after {
    z-index: 0;
  }
  .program-p__container {
    position: relative;
  }
  .background_moduls:after {
    display: none;
  }
  footer:after {
    content: '';
    background: url(../img/ellipse_footer.png);
    background-size: initial;
    background-position: bottom;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
    height: 378px;
    display: inline-block;
    position: absolute;
    z-index: 0;
    bottom: 0;
  }
}
.about__header {
  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.25rem;
  margin-bottom: 3.75rem;
}

.about__titles {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about__title {
  color: #fff;
}

.about__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 1.25rem;
  border-top: 0.125rem solid #ee2737;
  color: #fff;
}

.about__main-text {
  max-width: 50.5em;
  margin-bottom: 2.5rem;
  font-family: Unbounded;
  font-weight: 300;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.about__text {
  max-width: 50.5em;
  font-size: 0.85rem;
  font-weight: 100;
  color: #dbdbdb;
}

.about__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}

.about__body {
  position: relative;
  overflow: hidden;
}

.about__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about__cont {
  margin: 0rem -1.25rem;
}

.about__image img {
  width: 100%;
}

.about__image img:nth-child(1) {
  display: none;
}

.about__image img:nth-child(2) {
  display: block;
}

.team {
  position: relative;
  padding: 6.25rem 0rem;
  z-index: 1;
}

.team__header {
  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;
  margin-bottom: 3.125rem;
}

.team__titles {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.team__titles .decor {
  position: absolute;
  left: 0rem;
  top: 50%;
  width: 7.5rem;
  -webkit-transform: translate(-28%, -50%);
  -ms-transform: translate(-28%, -50%);
  transform: translate(-28%, -50%);
}

.team__title {
  color: #fff;
}

.team__navigation {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.team__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5625rem;
  margin-bottom: 0.75rem;
}

.team__btn {
  position: relative;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.35);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.team__btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 1.5625em;
  height: 1.5625em;
}

.team__btn_right::before {
  display: block;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.team__btn[disabled] {
  color: rgba(255, 255, 255, 0.1);
}

.team__pagination.swiper-pagination-fraction,
.swiper-pagination-fraction.why-p__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.125rem;
  width: 5ch;
  font-size: 0.875rem;
  margin: 0 auto;
  color: #fff;
}

.team__pagination .swiper-pagination-total,
.why-p__pagination .swiper-pagination-total {
  margin-left: 0.1111111111em;
  font-size: 0.7777777778em;
  opacity: 0.3;
}

.team__scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: 0;
  bottom: 0;
  width: 98%;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, 0.05)), to(rgba(217, 217, 217, 0.2)));
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.05), rgba(217, 217, 217, 0.2));
}

.team__scrollbar .swiper-scrollbar-drag {
  background-color: #ee2737;
}

.team__slider {
  margin: 0rem -1.25rem;
  padding: 0rem 1.25rem;
}

.slider-team__slide {
  width: clamp(17.5rem, 17.5rem + 60 * ((100vw - 320px) / 447.98), 21.25rem);
}

.slider-team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

.slider-team__image-ibg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 13.125rem;
  aspect-ratio: 369/512;
  z-index: 2;
}

.slider-team__image-ibg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2rem;
  width: 100%;
  height: 65%;
  border-radius: 332px;
  background: radial-gradient(56.53% 56.53% at 59.93% 46.58%, #ee2737 45.04%, rgba(238, 39, 55, 0) 100%);
  opacity: 0.4;
  -webkit-filter: blur(13px);
  filter: blur(13px);
  z-index: -1;
}

.slider-team__content {
  color: #fff;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.slider-team__title {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
  color: #ee2737;
}

.slider-team__sub-title {
  max-width: 18.75em;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  font-weight: 100;
}

.slider-team__text {
  color: #d9d9d9;
  font-size: 0.85rem;
  font-weight: 100;
}

.main-p {
  margin-bottom: 7.5rem;
}

.main-p__body {
  position: relative;
  display: -ms-grid;
  display: grid;
  border-radius: 0 0 1.25rem 1.25rem;
  overflow: hidden;
}

.main-p__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-p__content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-top: 5.3125rem;
}

.main-p__title {
  margin-bottom: 0.3125rem;
  color: #0d0d0d;
}

.main-p__decor {
  width: min(27.8125rem, 100%);
}

.main-p__decor img {
  width: 100%;
}

.main-p__text {
  max-width: 15.375rem;
  margin-bottom: 1.5625rem;
  font-weight: 500;
  font-size: 0.875rem;
}

@media (min-width: 375px) and (max-width: 992px) {
  .main-p__text {
    max-width: 22.375rem;
  }
}

.main-p__text span {
  font-weight: 700;
}

.main-p__btn {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.main-p__btn:not(:last-child) {
  margin-bottom: 0.625rem;
}

.main-p__btn_white,
.share__btn {
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(255, 255, 255, 0.15);
  box-shadow: 0 0.25rem 1.25rem rgba(255, 255, 255, 0.15);
}

.main-p__btn_white span,
.share__btn span {
  background: -webkit-gradient(linear, left top, left bottom, from(#920508), to(#ee2737));
  background: linear-gradient(180deg, #920508 0%, #ee2737 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-p__media {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  position: relative;
  margin: 0rem -2.5rem;
  z-index: -1;
  margin-left: clamp(-9.375rem, -9.375rem + 100 * ((100vw - 320px) / 671.98), -3.125rem);
}

.main-p__media img {
  width: 100%;
}

.who-p {
  margin-bottom: 7.5rem;
}

.page_logist .who-p {
  margin-bottom: 6.25rem;
}

.who-p__title {
  max-width: 12.5em;
  color: #0d0d0d;
  margin-bottom: 2.8125rem;
}
.page_logist .who-p__title {
  max-width: none;
  margin-bottom: 0;
}

.who-p__body {
  display: -ms-grid;
  display: grid;
}

.item-who-p {
  position: relative;
  padding: 0.375rem 1.25rem 2.8125rem;
  border-top: 0.0625rem solid #ee2737;
  counter-increment: count;
}

.item-who-p::after {
  content: '';
  position: absolute;
  left: 0rem;
  top: 0;
  translate: 1.25rem -50%;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #ee2737;
}

.item-who-p__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.item-who-p__num {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ee2737;
}

.item-who-p__num::before {
  content: '0' counter(count);
}

.item-who-p__title {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
}
.page_logist .who-p__title {
  margin-bottom: 0;
}

.item-who-p__text {
  font-size: 0.875rem;
}

.why-p {
  margin-bottom: 7.5rem;
}

.why-p__header {
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #ee2737;
  -o-border-image: linear-gradient(270deg, rgb(238, 39, 55) 0%, rgb(146, 5, 8) 100%) 1;
  border-image: -webkit-gradient(linear, right top, left top, from(rgb(238, 39, 55)), to(rgb(146, 5, 8))) 1;
  border-image: linear-gradient(270deg, rgb(238, 39, 55) 0%, rgb(146, 5, 8) 100%) 1;
}

.why-p__title {
  color: #0d0d0d;
}

.why-p__block {
  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;
  gap: 1.5625rem;
}

.why-p__btn {
  position: relative;
  font-size: 0.875rem;
  color: rgba(61, 57, 53, 0.25);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.why-p__btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 1.5625em;
  height: 1.5625em;
}

.why-p__btn_right::before {
  display: block;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.why-p__btn[disabled] {
  color: rgba(61, 57, 53, 0.1);
}

.why-p__pagination.swiper-pagination-fraction {
  margin: 0rem;
  color: #0d0d0d;
}

.why-p__pagination .swiper-pagination-total {
  opacity: 0.3;
}

.why-p__body {
  display: -ms-grid;
  display: grid;
}

.why-p__image-ibg {
  width: 100%;
  aspect-ratio: 708/360;
  overflow: hidden;
  min-height: clamp(18.75rem, 18.75rem + 40 * ((100vw - 320px) / 50), 21.25rem);
}

.content-why-p {
  padding: 1.25rem 1.25rem 1.5625rem;
}

.content-why-p__title {
  margin-bottom: 0.9375rem;
  font-weight: 700;
  font-size: 0.875rem;
}

.content-why-p__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0.8333333333em;
  max-width: 29.3333333333em;
  font-size: 0.875rem;
}

.content-why-p__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.content-why-p__item::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 1.1111111111em;
  aspect-ratio: 1;
  margin-top: 0.3888888889em;
  border-radius: 50%;
  border: 0.25rem solid #ee2737;
}

/* .content-why-p__item:first-child::before {
  background-color: #ee2737;
} */

.program-p {
  position: relative;
  padding-top: 3.75rem;
}

.program-p__body {
  display: -ms-grid;
  display: grid;
  gap: 3.75rem;
}

.program-p__title {
  color: #fff;
}

.program-p__content {
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
}

.item-program-p {
  padding: 1.875rem 1.125rem 1.5625rem;
  color: #fff;
  border-radius: 0.9375rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0.3125rem);
  backdrop-filter: blur(0.3125rem);
}

.item-program-p__title {
  margin-bottom: 1.25rem;
  padding-bottom: 0.375rem;
  font-weight: 900;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-bottom: 0.09375rem solid #ee2737;
  -o-border-image: radial-gradient(circle, rgb(238, 39, 55) 20%, rgba(238, 39, 55, 0) 120%) 1;
  border-image: radial-gradient(circle, rgb(238, 39, 55) 20%, rgba(238, 39, 55, 0) 120%) 1;
}

.item-program-p__item {
  font-size: 0.875rem;
}

.item-program-p__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.certificate {
  position: relative;
  padding: 7.5rem 0rem 5rem;
}

.page_logist .certificate {
  padding: 6.25rem 0rem 2.5rem;
}

.certificate__body {
  display: -ms-grid;
  display: grid;
}

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

.certificate__title {
  margin-bottom: 1.25rem;
  color: #fff;
}

.certificate__text {
  max-width: 38.8888888889em;
  padding: 0.5rem 0rem 0.5rem 1.25rem;
  font-size: 0.875rem;
  color: #d9d9d9;
  border-left: 0.125rem solid #ee2737;
}

.certificate__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.certificate__image-ibg {
  position: relative;
  aspect-ratio: 534/323;
  margin-top: 1.5625rem;
}

.certificate__image-radial {
  width: 180%;
  height: 180%;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  -webkit-filter: blur(25px);
  filter: blur(25px);
  background: rgb(238, 39, 55);
  background: -o-radial-gradient(circle, rgba(238, 39, 55, 0.8631827731092436) 3%, rgba(255, 255, 255, 0) 47%);
  background: radial-gradient(circle, rgba(238, 39, 55, 0.8631827731092436) 3%, rgba(255, 255, 255, 0) 47%);
}

@media (max-width: 992px) {
  .certificate__image-radial {
    width: 100%;
    height: 100%;
  }
}

.tariff {
  margin: 6.875rem 0 7.5rem;
}

.tariff__header {
  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.25rem;
  margin-bottom: 2.5rem;
}

.tariff__text {
  max-width: 47.5em;
  font-size: 0.875rem;
}

.tariff__text-bold {
  margin-bottom: 0.625rem;
  font-family: Unbounded;
  font-weight: 700;
  font-size: 0.75rem;
}

.tariff__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.item-tariff {
  position: relative;
  border-radius: 1.25rem;
  border: 0.0625rem solid rgba(61, 57, 53, 0.35);
  overflow: hidden;
}

.item-tariff_2 {
  border: none;
}

.item-tariff__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.item-tariff__decor {
  position: absolute;
  width: 2.97em;
  aspect-ratio: 1;
  font-size: 4.25rem;
  z-index: -1;
}

.item-tariff__decor_1 {
  left: -3.125rem;
  top: -3.3125rem;
  rotate: -270deg;
}

.item-tariff__decor_2 {
  right: -2.8125rem;
  top: -2.125rem;
  rotate: 60deg;
}

.item-tariff__decor_3 {
  right: -3.375rem;
  bottom: -0.1875rem;
}

.item-tariff__header {
  margin-bottom: 2.5rem;
}

.item-tariff__body {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 0.9375rem;
}

.item-tariff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.item-tariff__item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  padding-top: 0.375rem;
  font-size: 0.375rem;
  background: -webkit-gradient(linear, right top, left top, from(#ee2737), to(rgba(238, 39, 55, 0)));
  background: linear-gradient(270deg, #ee2737 0%, rgba(238, 39, 55, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item-tariff_2 .item-tariff__item {
  color: #fff;
}

.header-item-tariff {
  padding: 0.9375rem 1.5625rem;
  border-radius: 1.25rem;
  background: #fcf4f4;
}

.item-tariff_2 .header-item-tariff {
  background-color: rgba(13, 13, 13, 0.4);
  -webkit-backdrop-filter: blur(3.125rem);
  backdrop-filter: blur(3.125rem);
}

.header-item-tariff__title {
  margin-bottom: 0.3125rem;
  font-size: 1rem;
}

.header-item-tariff__title span {
  display: inline-block;
  margin-right: 0.625em;
  font-family: Unbounded;
  font-weight: 700;
  color: #ee2737;
}

.item-tariff_2 .header-item-tariff__title {
  color: #fff;
}

.header-item-tariff__text {
  font-size: 0.875rem;
  color: rgba(13, 13, 13, 0.6);
}

.item-tariff_2 .header-item-tariff__text {
  color: #d9d9d9;
}

.header-item-tariff__price-text {
  font-size: 0.875rem;
}

.item-tariff_2 .header-item-tariff__price-text {
  color: #fff;
}

.header-item-tariff__price-value {
  font-family: Unbounded;
  font-weight: 700;
  font-size: 1.125rem;
  color: #ee2737;
}

.header-item-tariff__btn {
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  min-height: 41px;
}

.profession {
  margin-bottom: 7.5rem;
}

.page_logist .profession {
  margin-top: 6.25rem;
}

.profession__header {
  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;
  margin-bottom: 2.5rem;
}

.profession__title {
  color: #0d0d0d;
}

.profession__sub-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 1.25rem;
  font-weight: 400;
  border-top: 0.125rem solid #ee2737;
}

.profession__body {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}

.profession__image-ibg {
  width: calc(100% + 2.5rem);
  min-height: 11.75rem;
  aspect-ratio: 930/297;
  margin-left: -1.25rem;
  overflow: hidden;
}

.profession__btn {
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0625rem;
  z-index: 1;
}

.content-profession__title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1rem;
}

.content-profession__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0.625rem;
  font-size: 0.875rem;
}

.content-profession__item:not(:last-child) {
  margin-bottom: 0.625rem;
}

.content-profession__item::before {
  content: '';
  display: block;
  width: 0.5555555556em;
  aspect-ratio: 1;
  margin-top: 0.3333333333em;
  border-radius: 50%;
  background-color: #ee2737;
}

.content-profession__item span {
  display: inline-block;
  font-weight: 700;
}

.share {
  position: relative;
  margin-bottom: 7.5rem;
  padding: 2.25rem 0rem 3.625rem;
  background: rgb(238, 39, 55);
  background: linear-gradient(172deg, rgb(238, 39, 55) 0%, rgb(238, 39, 55) 50%, #101010 50%, rgb(61, 57, 53) 100%);
}

.share__decor {
  position: absolute;
  right: -5rem;
  bottom: 5.625rem;
  width: 13.75rem;
  rotate: -17deg;
}

.share__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.5rem;
}

.share__titles {
  position: relative;
  margin-left: 0.9375rem;
}

.share__titles .decor {
  position: absolute;
  left: -3.125rem;
  top: -2.25rem;
  width: 8.375rem;
}

.share__sub-title {
  color: #fff;
}

.share__title {
  color: #fff;
}

.share__btn {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  font-weight: 500;
  text-transform: uppercase;
}

.share__btn .decor {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 116.25%;
  pointer-events: none;
}

.main-l {
  margin-bottom: 6.25rem;
}

.main-l__cont {
  position: relative;
  padding-top: 7.5rem;
  border-radius: 0 0 1.25rem 1.25rem;
  overflow: hidden;
}

.main-l__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-l__image-ibg img:nth-child(1) {
  display: none;
}

.main-l__image-ibg img:nth-child(2) {
  display: block;
}

.main-l__body {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.main-l__content {
  margin-bottom: 2.125rem;
  color: #fff;
}

.main-l__sub-title {
  font-weight: 400;
}

.main-l__title {
  margin-bottom: 0.3125rem;
  font-family: Unbounded;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
}

/*.main-l__title span {*/
/*  font-family: Montserrat;*/
/*  font-weight: 800;*/
/*  font-size: 1.25em;*/
/*  color: #ee2737;*/
/*}*/

.main-l__decor {
  width: min(10.0625rem, 100%);
  margin-bottom: 0.8125rem;
}

.main-l__decor img {
  width: 100%;
}

.main-l__list {
  /*max-width: 32.5rem;*/
  margin-bottom: 1.5625rem;
  padding-left: 1em;
  /*font-weight: 500;*/
  font-size: 0.875rem;
  color: #d9d9d9;
}

.main-l__item {
  list-style-type: disc;
}

.main-l__item::marker {
  color: #ee2737;
}

.main-l__item:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.main-l__btn {
  font-weight: 500;
  text-transform: uppercase;
}

.main-l__media img {
  width: 100%;
}

.main-l__footer {
  margin: 0rem -1.25rem;
  padding: 0.75rem 0rem;
  font-family: Unbounded;
  font-weight: 900;
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #0d0d0d;
}

.marquee-main-l {
  --gap: 0.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.marquee-main-l__content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  -webkit-animation: scroll 10s linear infinite;
  animation: scroll 10s linear infinite;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.action-l,
.finish-l,
.what-l {
  margin-bottom: 6.25rem;
}

.action-l__body {
  border-radius: 1.25rem;
  background: rgb(238, 39, 55);
  background: -o-linear-gradient(278deg, rgb(238, 39, 55) 0%, rgb(238, 39, 55) 50%, #101010 50%, rgb(61, 57, 53) 100%);
  background: linear-gradient(172deg, rgb(238, 39, 55) 0%, rgb(238, 39, 55) 50%, #101010 50%, rgb(61, 57, 53) 100%);
}

.action-l__main {
  position: relative;
  color: #fff;
}

.action-l__main .decor {
  position: absolute;
  left: -3.125rem;
  top: -2.25rem;
  width: 8.75rem;
}

.action-l__sub-title {
  color: #fff;
}

.action-l__title {
  margin-bottom: 1.25rem;
  /*color: #0d0d0d;*/
}
.action-l__title_white {
  color: #fff;
}
.action-l__text {
  font-size: 0.75rem;
}

.action-l__value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 5rem;
  font-family: Unbounded;
  font-weight: 700;
  font-size: 4.0625rem;
  color: #000;
  text-transform: uppercase;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.action-l__value .decor {
  position: absolute;
  left: 7.5rem;
  bottom: -1.0625rem;
  width: 0.6770833333em;
  rotate: 195deg;
}

.action-l__btn {
  position: relative;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.action-l__btn .decor {
  position: absolute;
  right: 0rem;
  bottom: calc(100% + 1.5625rem);
  -webkit-transform: rotate(-90deg) scaleX(-1);
  -ms-transform: rotate(-90deg) scaleX(-1);
  transform: rotate(-90deg) scaleX(-1);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  width: 9.375rem;
}

.what-l__title {
  max-width: 80.625rem;
  margin-bottom: 2.5rem;
  padding-bottom: 0.625rem;
  color: #0d0d0d;
  border-bottom: 0.125rem solid #ee2737;
}

.what-l__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-column-gap: 2.1875rem;
  -moz-column-gap: 2.1875rem;
  column-gap: 2.1875rem;
  row-gap: 0.3125rem;
  max-width: 80.625rem;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
}

.what-l__text {
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 0.875rem;
}

.what-l__image-ibg {
  width: 100%;
  min-height: 11.25rem;
  aspect-ratio: 1396/800;
  border-radius: 1.25rem;
  overflow: hidden;
}

.finish-l__header {
  margin-bottom: 1.25rem;
}

.finish-l__title {
  color: #0d0d0d;
  max-width: 23.875em;
}

.tabs-finish-l__navigation {
  margin-bottom: 2.5rem;
}

.tabs-finish-l__title {
  font-family: Unbounded;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  -webkit-transition-property: color, border-color, scale;
  transition-property: color, border-color, scale;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.tabs-finish-l__title._active {
  color: #ee2737;
  border-color: #ee2737;
}

.tabs-finish-l__body {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.tabs-finish-l__image-ibg {
  width: 100%;
  min-height: 10.625rem;
  aspect-ratio: 688/300;
  border-radius: 1.25rem;
  overflow: hidden;
}

.tabs-finish-l__text {
  font-size: 0.875rem;
}

.tabs-finish-l__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.about-l {
  position: relative;
  padding-top: 6.25rem;
}

.about-l__body {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.about-l__image-ibg {
  width: 100%;
  min-height: 8.75rem;
  aspect-ratio: 649/292;
  border-radius: 1.25rem;
  overflow: hidden;
}

.about-l__content {
  max-width: 35.6875rem;
}

.about-l__title {
  margin-bottom: 2.5rem;
  padding-bottom: 0.625rem;
  color: #fff;
  border-bottom: 0.125rem solid #ee2737;
}

.about-l__text {
  max-width: 26.1111111111em;
  font-weight: 500;
  font-size: 0.875rem;
  color: #fff;
}

.moduls {
  position: relative;
  padding-top: 3.75rem;
}

.moduls__cont {
  color: #fff;
}

.moduls__header {
  margin-bottom: 3.125rem;
}

.moduls__module:not(:last-child) {
  margin-bottom: 3.75rem;
}

.header-moduls__titles {
  grid-area: titles;
}

.header-moduls__title {
  color: #fff;
}

.header-moduls__items {
  grid-area: items;
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  padding-top: 1.25rem;
}

.header-moduls__item {
  padding: 0.375rem 1.5625rem;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 1.5625rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  padding-left: clamp(0.9375rem, 0.9375rem + 10 * ((100vw - 320px) / 40), 1.5625rem);
  padding-right: clamp(0.9375rem, 0.9375rem + 10 * ((100vw - 320px) / 40), 1.5625rem);
}

.header-moduls__text {
  grid-area: text;
  position: relative;
  max-width: 10.375rem;
  font-family: Unbounded;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #ee2737;
}

.header-moduls__text .decor {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 140%;
}

.module-moduls {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.module-moduls__title {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.5rem 2.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ee2737;
  border-radius: 1.5625rem;
  border: 0.0625rem solid #ee2737;
}

.module-moduls__text {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}

.module-moduls__text-bold {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 0.875rem;
}

.module-moduls__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.item-moduls {
  padding: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 1.25rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

.item-moduls__title {
  margin-bottom: 0.625rem;
  color: #ee2737;
}

.share-moduls {
  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: start;
  row-gap: 1.5625rem;
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: #fff;
  overflow: hidden;
}

.share-moduls__block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin: -0.3125rem 0 0 -0.625rem;
  color: #fff;
  z-index: 1;
}

.share-moduls__block::before {
  content: '';
  position: absolute;
  right: -1.1875rem;
  bottom: -0.8125rem;
  display: block;
  width: 6.25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(235deg, #ee2737 0%, #920508 100%);
  z-index: -1;
}

.share-moduls__share {
  margin-bottom: 0.3125rem;
  font-family: Unbounded;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  -webkit-transform: rotate(-5.564deg);
  -ms-transform: rotate(-5.564deg);
  transform: rotate(-5.564deg);
}

.share-moduls__date {
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
}

.share-moduls__price-block {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.share-moduls__old-price {
  font-size: 0.875rem;
  color: #3d3935;
  text-transform: uppercase;
}

.share-moduls__old-price span {
  display: inline-block;
  margin-left: 0.2777777778em;
  text-decoration-line: line-through;
}

.share-moduls__price {
  font-family: Unbounded;
  font-weight: 700;
  color: #ee2737;
  text-transform: uppercase;
  font-size: clamp(1rem, 1rem + 2 * ((100vw - 320px) / 40), 1.125rem);
}

.share-moduls__price span {
  display: block;
  text-transform: none;
}

.share-moduls__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.policy {
  margin-bottom: 6.25rem;
  padding-top: 1.25rem;
}

.policy__title-m {
  margin-bottom: 1.25rem;
  color: #0d0d0d;
}

.policy__block {
  max-width: 58.5555555556em;
  font-size: 0.875rem;
}

.policy__block:not(:last-child) {
  margin-bottom: 2.5rem;
}

.policy__block:nth-last-child(2) {
  margin-bottom: 3.75rem;
}

.policy__block p:not(:last-child) {
  margin-bottom: 0.5rem;
}

.policy__block .bold {
  font-weight: 500;
}

.policy__block a {
  display: inline-block;
}

.policy__title {
  margin-bottom: 0.9375rem;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}

.policy__sub-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #ee2737;
}

.policy__list {
  padding-left: 1em;
}

.policy__list:not(:last-child) {
  margin-bottom: 0.5rem;
}

.policy__list_ol {
  padding-left: 1.3333333333em;
}

.policy__item {
  list-style-type: disc;
}

.policy__item::marker {
  font-size: 0.5555555556em;
}

.policy__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.policy__list_ol .policy__item {
  list-style-type: decimal;
}

.policy__list_ol .policy__item::marker {
  font-size: 1em;
}

.main-c {
  margin-bottom: 5rem;
}

.main-c__body {
  position: relative;
  padding-top: 5.9375rem;
  padding-bottom: 2.5rem;
  border-radius: 0rem 0rem 1.25rem 1.25rem;
  overflow: hidden;
}

.main-c__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-c__breadcrums {
  margin-bottom: 2.5rem;
}

.main-c__title {
  color: #fff;
}

.contacts {
  margin-bottom: 6.25rem;
}

.contacts__title {
  margin-bottom: 3.75rem;
  color: #0d0d0d;
}

.contacts__body {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}

.item-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

.item-contacts_socials {
  position: relative;
  padding: 0.875rem 0rem;
}

.item-contacts_socials::before {
  content: '';
  position: absolute;
  left: -2.5rem;
  top: 0rem;
  width: calc(100% + 3.75rem);
  height: 100%;
  border-radius: 1.25rem 0rem 0rem 1.25rem;
  background: -webkit-gradient(linear, right top, left top, from(rgba(238, 39, 55, 0.2)), to(rgba(238, 39, 55, 0)));
  background: linear-gradient(270deg, rgba(238, 39, 55, 0.2) 0%, rgba(238, 39, 55, 0) 100%);
  z-index: -1;
}

.item-contacts__image {
  height: 3.125rem;
}

.item-contacts__image img {
  height: 100%;
}

.item-contacts__title {
  margin-bottom: 0.625rem;
  font-family: Unbounded;
  font-size: 1rem;
}

.item-contacts__link {
  font-weight: 700;
  font-size: 1rem;
  color: #ee2737;
}

.item-contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.item-contacts__social {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1em;
  aspect-ratio: 1;
  font-size: 2.5rem;
  color: #ee2737;
  border-radius: 50%;
  background-color: #fff;
}

.form {
  margin-bottom: 6.25rem;
}

.form__body {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  border-radius: 1.25rem;
  background: #fff;
  background: linear-gradient(190deg, #fff 55%, #101010 55%, rgb(61, 57, 53) 100%);
  -webkit-box-shadow: 0 0.25rem 11.25rem rgba(61, 57, 53, 0.2);
  box-shadow: 0 0.25rem 11.25rem rgba(61, 57, 53, 0.2);
  overflow: hidden;
}

.form__content {
  padding: 2.5rem 0.9375rem 0rem;
}

.form__title {
  margin-bottom: 3.4375rem;
  color: #0d0d0d;
}

.form__block {
  display: -ms-grid;
  display: grid;
  gap: 1.5625rem;
}

.form__block:not(:first-child) {
  margin-top: 1.5625rem;
}

.form__inp,
.form__textarea {
  width: 100%;
  padding-bottom: 0.3125rem;
  font-size: 1rem;
  border-bottom: 0.125rem solid #d9d9d9;
  background-color: transparent;
}

.form__inp::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: rgba(61, 57, 53, 0.35);
}

.form__inp::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: rgba(61, 57, 53, 0.35);
}

.form__inp:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  color: rgba(61, 57, 53, 0.35);
}

.form__inp::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  color: rgba(61, 57, 53, 0.35);
}

.form__inp::placeholder,
.form__textarea::placeholder {
  color: rgba(61, 57, 53, 0.35);
}

.form__inp:focus,
.form__textarea:focus {
  -o-border-image: linear-gradient(90deg, #ee2737, #920508) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#ee2737), to(#920508)) 1;
  border-image: linear-gradient(90deg, #ee2737, #920508) 1;
}

.form__textarea {
  height: 5rem;
  margin: 1.5625rem 0 2.5rem;
  resize: none;
}

.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9375rem;
}

.form__btn {
  color: #fff;
  text-transform: uppercase;
}

.form__btn_stroke {
  color: #ee2737;
  background-color: transparent;
  border: 0.0625rem solid #ee2737;
}

.form__media {
  position: relative;
}

.form__image-ibg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.page-thanks-image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.done {
  margin: 12.5rem 0rem 6.25rem;
}

.done__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 52.1875rem;
  margin: 0 auto;
  padding: 0rem 1.25rem 2.5rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(0.59375rem);
  backdrop-filter: blur(0.59375rem);
}

.done__icon {
  width: 38.6em;
  aspect-ratio: 386/379;
  margin: -12.4em 0 -1.4em;
  font-size: 0.36875rem;
}

.done__icon img {
  width: 100%;
}

.done__title {
  margin-bottom: 0.625rem;
  color: #fff;
  text-align: center;
}

.done__text {
  max-width: 15.375rem;
  margin-bottom: 2.5rem;
  padding-top: 1.25rem;
  font-family: Unbounded;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  border-top: 0.125rem solid #ee2737;
  -o-border-image: linear-gradient(90deg, #920508, #ee2737) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#920508), to(#ee2737)) 1;
  border-image: linear-gradient(90deg, #920508, #ee2737) 1;
}

.done__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}

.done__btn {
  color: #fff;
  text-transform: uppercase;
}

.done__btn_white {
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(255, 255, 255, 0.15);
  box-shadow: 0 0.25rem 1.25rem rgba(255, 255, 255, 0.15);
}

.done__btn_white span {
  background: -webkit-gradient(linear, left top, left bottom, from(#920508), to(#ee2737));
  background: linear-gradient(180deg, #920508 0%, #ee2737 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wrapper {
  position: relative;
}

.wrapper.page_policy {
  padding-top: var(--headerHeight);
}

@media (min-width: 21.31125rem) {
  .slider-programs__slide {
    width: 18.75rem;
  }
}

@media (min-width: 22.5rem) {
  .share__btn .decor {
    width: 129.25%;
  }
}

@media (min-width: 29.99875rem) {
  .how__content {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  }

  .header-item-review__avatar-ibg {
    width: 2.8125rem;
  }

  .who-p__body {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .program-p__content {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  }

  .what-l__text {
    font-weight: 700;
  }

  .tabs-finish-l__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tabs-finish-l__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0.625rem 0.625rem 0rem;
    text-align: center;
    border-top: 0.1875rem solid #d9d9d9;
  }

  .share-moduls__price span {
    display: inline-block;
    margin-left: 0.4166666667em;
  }
}

@media (min-width: 37.56125rem) {
  .contacts__body {
    -ms-grid-columns: (auto) [2];
    grid-template-columns: repeat(2, auto);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .item-contacts_socials::before {
    display: none;
  }
}

@media (min-width: 47.99875rem) {
  .popup-order__header {
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .popup-order .form__footer .popup:not(#popup-consultation) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .slider-team__slide {
    width: 37.5rem;
  }

  .slider-team__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slider-team__content {
    max-width: 18.75rem;
    padding-bottom: 1.875rem;
  }

  .item-tariff__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .what-l__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /*margin-bottom: 0.9375rem;*/
  }

  .share-moduls {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem;
  }

  .share-moduls__block {
    margin: 0rem;
    padding: 0 0.9375rem;
  }

  .share-moduls__block::before {
    right: 0rem;
    top: 50%;
    bottom: auto;
    translate: 0 -50%;
    width: 9.0625rem;
  }

  .form__block {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }

  .form__block:not(:first-child) {
    margin-top: 1.5rem;
  }
}

@media (min-width: 61.99875rem) {
  [class*='__container'] {
    padding: 0 3.125rem;
  }

  .form__body,
  .contacts__cont,
  .main-c__body,
  .policy__body,
  .moduls__cont,
  .about-l__body,
  .finish-l__body,
  .finish-l__header,
  .what-l__body,
  .action-l__body,
  .main-l__cont,
  .share__body,
  .profession__body,
  .profession__header,
  .item-tariff,
  .tariff__header,
  .certificate__body,
  .program-p__body,
  .why-p__cont,
  .who-p__cont,
  .main-p__body,
  .team__header,
  .about__cont,
  .about__header,
  .review__body,
  .consultation__body,
  .collective__header,
  .how__body,
  .why__body,
  .why__header,
  .programs__body,
  .main__cont {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.625rem;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .menu__item {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 2px;
  }

  .menu__item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    min-height: 1px;
    background-color: #fff;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
  }

  @media (any-hover: hover) {
    .menu__item:hover::before {
      width: 100%;
    }
  }

  .menu__link {
    font-size: 0.75rem;
  }

  .popup-order__content {
    padding: 2.5rem 5rem;
  }

  .popup-order__header {
    gap: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .popup-order__tariff {
    padding: 0.875rem 1.875rem;
  }

  .popup-order .form__footer .popup:not(#popup-consultation) {
    gap: 1.5625rem;
  }

  .main__body {
    -ms-grid-columns: 1.03fr 1fr;
    grid-template-columns: 1.03fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .main__content {
    margin-bottom: 1.875rem;
    padding-top: 3.75rem;
    padding-top: clamp(1.875rem, 1.875rem + 30 * ((100vw - 991.98px) / 688), 3.75rem);
  }

  .main__title {
    margin: 0 -2.5rem 0.8125rem 0;
  }

  .main__sub-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 1.875rem;
    padding: 0 1.25rem 0 0.9375rem;
    font-size: 0.625rem;
    color: #fff;
  }

  .main__sub-title .decor {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 100%;
  }

  .main__text {
    max-width: 31.9444444444em;
    margin-bottom: 1.875rem;
  }

  .main__list {
    max-width: 31.9444444444em;
    margin-bottom: 1.875rem;
  }

  .main__item:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .main__media {
    margin: 0 -1.875rem -5rem -7.5rem;
    margin-left: clamp(-7.5rem, -1.875rem + -90 * ((100vw - 991.98px) / 208), -1.875rem);
  }

  .main__footer {
    font-size: 0.75rem;
  }

  .programs__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.5rem;
    padding-top: 1.25rem;
  }

  .programs__titles {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -1.25rem;
  }

  .programs__title {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .programs__text {
    padding: 0.1875rem 0rem 0.375rem 0.9375rem;
    border-left: 0.125rem solid #ee2737;
  }

  .slider-programs {
    margin: 0rem -2.5rem;
    padding: 0rem 2.5rem;
  }

  .slider-programs::before,
  .slider-programs::after {
    content: '';
    position: absolute;
    top: 0rem;
    display: block;
    width: 2.5rem;
    height: 100%;
    background-color: #fff;
    z-index: 2;
  }

  .slider-programs::before {
    left: -0.0625rem;
  }

  .slider-programs::after {
    right: -0.0625rem;
  }

  .slider-programs__slide {
    width: 21.25rem;
  }

  .slider-programs__btn {
    display: block;
    position: absolute;
    top: 50%;
    width: 2.3333333333em;
    height: 4.6666666667em;
    translate: 0 -50%;
    font-size: 1.0625rem;
    color: rgba(61, 57, 53, 0.35);
    border-radius: 2.3333333333em 0 0 2.3333333333em;
    background-color: rgba(238, 39, 55, 0.05);
    overflow: hidden;
    z-index: 3;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }

  .item-programs {
    min-height: 11.25rem;
  }

  .item-programs__title {
    font-size: 0.875rem;
  }

  .item-programs__btn {
    font-size: 0.75rem;
  }

  .why__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.5rem;
    margin-bottom: 2.1875rem;
  }

  .why__titles {
    max-width: 21.875rem;
  }

  .why__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.25rem 0rem 0.5rem;
    font-size: 0.75rem;
    border-bottom: 0.125rem solid #ee2737;
  }

  .why__body {
    -ms-grid-columns: minmax(18.75rem, 0.58fr) 1fr;
    grid-template-columns: minmax(18.75rem, 0.58fr) 1fr;
    gap: 2.5rem;
  }

  .why__image-ibg {
    min-height: 17.5rem;
  }

  .content-why__text {
    margin-bottom: 1.875rem;
    font-size: 0.9rem;
    color: #3e3b3b;
    margin-top: 1rem;
  }

  .content-why__text p:not(:last-child) {
    margin-bottom: 0.4375rem;
  }

  .how__title {
    margin-bottom: 1.875rem;
    padding: 0rem 0.75rem 0.4375rem;
  }

  .how__text {
    font-size: 0.9rem;
  }

  .how__content {
    row-gap: 2.5rem;
  }

  .collective__body {
    border-radius: 0.9375rem;
  }

  .collective__header {
    margin-bottom: 1.875rem;
    padding-top: 1.875rem;
  }

  .slider-collective__slide {
    width: 9.0625rem;
  }

  .slider-collective__title {
    padding: 0 0.625rem 0.3125rem;
    font-size: 0.875rem;
  }

  .consultation__body {
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
    border-radius: 0.9375rem;
  }

  .consultation__body::before {
    border-radius: 0.9375rem;
  }

  .consultation__header {
    margin-bottom: 1.875rem;
  }

  .consultation__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1.5625rem;
  }

  .consultation__text {
    max-width: none;
    min-width: 15em;
    margin-bottom: 0rem;
    font-size: 1rem;
  }

  .consultation__line {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18.5rem;
    flex: 0 1 18.5rem;
    rotate: 10deg;
  }

  .review__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.5rem;
  }

  .review__text {
    padding: 0.25rem 0rem 0.3125rem 0.9375rem;
    border-left: 0.125rem solid #ee2737;
  }

  .review__content {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    row-gap: 1.875rem;
  }

  .review__item:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .review__btn {
    padding: 1.9rem 3.75rem;
  }

  .review__btn .icon::after {
    left: -3.1em;
    top: -2em;
    width: 5em;
    height: 5em;
  }

  .item-review {
    padding: 0.9375rem 1.25rem 1.25rem;
  }

  .item-review__header:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .item-review__text {
    max-width: 35.125em;
  }

  .item-review__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .header-item-review__main {
    gap: 0.9375rem;
  }

  .header-item-review__avatar-ibg {
    width: 3.75rem;
  }

  .header-item-review__decor {
    font-size: 1.875rem;
  }

  .rating-item-review {
    gap: 0.6875rem;
  }

  .rating-item-review__stars {
    gap: 0.1875rem;
  }

  .rating-item-review__star {
    font-size: 0.8125rem;
  }

  .rating-item-review__text {
    font-size: 0.875rem;
  }

  .about {
    padding-top: 3.75rem;
  }

  .about__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1.875rem;
    margin-bottom: 2.5rem;
  }

  .about__content {
    padding-top: 0.9375rem;
  }

  .about__body {
    border-radius: 0.9375rem;
  }

  .about__image img:nth-child(1) {
    display: block;
  }

  .about__image img:nth-child(2) {
    display: none;
  }

  .team__header {
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.75rem;
  }

  .team__titles .decor {
    width: 8.75rem;
    -webkit-transform: translate(-34%, -50%);
    -ms-transform: translate(-34%, -50%);
    transform: translate(-34%, -50%);
  }

  .team__navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28.125rem;
    flex: 0 1 28.125rem;
  }

  .team__block {
    margin-bottom: 1.125rem;
  }

  .team__slider {
    margin: 0rem -3.125rem;
    padding: 0rem 3.125rem;
  }

  .slider-team__image-ibg {
    width: 17.25rem;
  }

  .slider-team__sub-title {
    margin-bottom: 1.875rem;
  }

  .main-p__body {
    -ms-grid-columns: 1fr 1.687fr;
    grid-template-columns: 1fr 1.687fr;
  }

  .main-p__content {
    max-width: none;
    min-width: 23.75rem;
    padding: 6.25rem 0rem;
  }

  .main-p__text {
    max-width: 19.4444444444em;
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }

  .main-p__btn_white,
  .share__btn {
    max-width: 20.6875rem;
  }

  .main-p__media {
    margin-right: -2.5rem;
    margin-left: clamp(-15.625rem, -15.625rem + 0 * ((100vw - 991.98px) / 208), -15.625rem);
  }

  .who-p__body {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .item-who-p {
    padding: 0.375rem 1.25rem 1.875rem 1.875rem;
  }

  .item-who-p::after {
    translate: 1.875rem -50%;
  }

  .item-who-p__num {
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }

  .item-who-p__title {
    margin-bottom: 0.75rem;
  }
  .page_logist .who-p__title {
    margin-bottom: 0;
  }

  .why-p__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.5rem;
    padding-bottom: 0.9375rem;
  }

  .why-p__body {
    -ms-grid-columns: 1fr 1.03fr;
    grid-template-columns: 1fr 1.03fr;
  }

  .why-p__image-ibg {
    min-height: 13.75rem;
    border-radius: 0rem 0rem 0.9375rem 0.9375rem;
  }

  .content-why-p {
    padding: 2.5rem 2.8125rem 0 0;
  }

  .content-why-p__title {
    margin-bottom: 1.125rem;
    font-size: 1rem;
  }

  .content-why-p__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .program-p__body {
    -ms-grid-columns: 11.875rem 1fr;
    grid-template-columns: 11.875rem 1fr;
  }

  .item-program-p__title {
    padding-bottom: 0.75rem;
    font-size: 1rem;
  }

  .certificate__body {
    -ms-grid-columns: 1fr 0.72fr;
    grid-template-columns: 1fr 0.72fr;
  }

  .certificate__title {
    margin-bottom: 2.5rem;
  }

  .certificate__text {
    padding: 0.375rem 0rem 0.375rem 0.9375rem;
  }

  .tariff__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 2.5rem;
  }

  .tariff__titles {
    min-width: 8.5625rem;
  }

  .tariff__text {
    padding: 0.1875rem 0rem 0.1875rem 0.9375rem;
    border-left: 0.125rem solid #ee2737;
  }

  .tariff__text-bold {
    margin-bottom: 0.4375rem;
  }

  .tariff__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .item-tariff {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .item-tariff__decor {
    font-size: 4.6875rem;
  }

  .item-tariff__decor_1 {
    left: -2.12em;
    top: 50%;
    translate: 0 -50%;
    rotate: none;
  }

  .item-tariff_2 .item-tariff__decor_1 {
    left: -0.69em;
    top: -0.99em;
    translate: none;
  }

  .item-tariff__decor_2 {
    left: 27.8%;
    right: auto;
    top: auto;
    bottom: -2.35em;
    rotate: none;
  }

  .item-tariff_2 .item-tariff__decor_2 {
    left: 54.28%;
    bottom: -2.1em;
  }

  .item-tariff__decor_3 {
    right: 0.52em;
    top: -0.6em;
    bottom: auto;
  }

  .item-tariff__body {
    -ms-grid-columns: 1fr 0.74fr 0.86fr;
    grid-template-columns: 1fr 0.74fr 0.86fr;
  }

  .item-tariff__item {
    gap: 1.1111111111em;
  }

  .item-tariff__item .icon {
    padding-top: 0.2962962963em;
    font-size: 0.75em;
  }

  .header-item-tariff {
    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;
    gap: 2.5rem;
    padding: 0.9375rem 1.875rem;
  }

  .header-item-tariff__title {
    font-size: 1.125rem;
  }

  .header-item-tariff__text {
    font-size: 1rem;
  }

  .header-item-tariff__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem;
  }

  .profession__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 2.8125rem;
    margin-bottom: 2.1875rem;
  }

  .profession__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .profession__sub-title {
    padding: 0 0 0.5rem;
    border-bottom: 0.125rem solid #ee2737;
    border-top: none;
  }

  .profession__body {
    -ms-grid-columns: 19.0625rem 1fr;
    grid-template-columns: 19.0625rem 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 3.125rem;
  }

  .profession__image-ibg {
    width: 100%;
    margin-left: 0rem;
    border-radius: 1.25rem;
  }

  .profession__btn {
    right: 1.125rem;
  }

  .content-profession {
    padding-top: 1.875rem;
  }

  .content-profession__title {
    margin-bottom: 1.875rem;
  }

  .content-profession__item {
    gap: 1.1111111111em;
  }

  .content-profession__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .share {
    padding: 3.4375rem 0rem;
    background: linear-gradient(60deg, rgb(238, 39, 55) 0%, rgb(238, 39, 55) 67%, rgb(39, 37, 34) 67%, rgb(61, 57, 53) 100%);
  }

  .share__decor {
    right: -8.75rem;
    top: 0rem;
    width: 20.25rem;
    rotate: none;
    right: clamp(-15rem, -15rem + 240 * ((100vw - 991.98px) / 688), 0rem);
  }

  .share__body {
    -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: 3.125rem;
  }

  .share__titles .decor {
    left: 0rem;
    top: 50%;
    translate: -35% -50%;
  }

  .share__btn {
    margin-top: 0.9375rem;
  }

  .main-l__image-ibg img:nth-child(1) {
    display: block;
  }

  .main-l__image-ibg img:nth-child(2) {
    display: none;
  }

  .main-l__body {
    -ms-grid-columns: 0.98fr 1fr;
    grid-template-columns: 0.98fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0rem;
  }

  .main-l__content {
    margin-bottom: 2.5rem;
    padding-top: clamp(0rem, 0rem + 100 * ((100vw - 1400px) / 279.98), 6.25rem);
  }

  .main-l__title {
    margin-bottom: 0.5rem;
    font-size: clamp(1.25rem, 1.25rem + 4 * ((100vw - 1199.98px) / 200.02), 1.5rem);
  }

  .main-l__decor {
    width: min(18.1875rem, 100%);
    margin-bottom: 1.25rem;
  }

  .main-l__list {
    /*max-width: 28.8888888889em;*/
    margin-bottom: 2.5rem;
  }

  .main-l__item:not(:last-child) {
    margin-bottom: 0.6875rem;
  }

  .main-l__media {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    margin: 0 -1.875rem -1.5625rem -7.5rem;
    margin-left: clamp(-7.5rem, -1.875rem + -90 * ((100vw - 991.98px) / 208), -1.875rem);
  }

  .main-l__footer {
    margin: 0rem -2.5rem;
    padding: 0.6875rem 0rem 0.5625rem;
    font-size: 0.875rem;
  }

  .marquee-main-l__content {
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
  }

  .action-l__body {
    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: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
    background: linear-gradient(120deg, rgb(238, 39, 55) 0%, rgb(238, 39, 55) 56%, rgb(39, 37, 34) 56%, rgb(61, 57, 53) 100%);
  }

  .action-l__main .decor {
    left: 0rem;
    top: 50%;
    translate: -35% -52%;
  }

  .action-l__title {
    margin-bottom: 0.625rem;
  }

  .action-l__text {
    font-size: 0.875rem;
  }

  .action-l__value {
    margin: 0 0 0.9375rem;
    -webkit-transform: rotate(-5.564deg);
    -ms-transform: rotate(-5.564deg);
    transform: rotate(-5.564deg);
    font-size: clamp(2.25rem, 2.25rem + 12 * ((100vw - 1199.98px) / 200.02), 3rem);
  }

  .action-l__value .decor {
    left: -0.15625em;
    top: -0.2395833333em;
    bottom: auto;
    rotate: none;
  }

  .action-l__btn {
    margin-left: auto;
    margin-bottom: 0.9375rem;
    font-size: clamp(0.75rem, 0.75rem + 2 * ((100vw - 1199.98px) / 200.02), 0.875rem);
  }

  .action-l__btn .decor {
    left: 0rem;
    top: calc(100% + 0.9375rem);
    right: auto;
    bottom: auto;
    translate: -64.9% 0;
    width: 16rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .what-l__title {
    padding-bottom: 0.5rem;
  }

  .what-l__text {
    margin-bottom: 1.875rem;
  }

  .finish-l__header {
    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;
    text-align: center;
    margin-bottom: 2.5rem;
  }

  .tabs-finish-l__navigation {
    margin-bottom: 1.875rem;
  }

  .tabs-finish-l__title {
    padding: 0.9375rem 0.625rem 0rem;
    font-size: 0.875rem;
  }

  .tabs-finish-l__body {
    -ms-grid-columns: 1.07fr 1fr;
    grid-template-columns: 1.07fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem;
  }

  .tabs-finish-l__media {
    margin-left: -2.5rem;
  }

  .tabs-finish-l__text p:not(:last-child) {
    margin-bottom: 0.4375rem;
  }

  .about-l__body {
    -ms-grid-columns: 1fr 1.05fr;
    grid-template-columns: 1fr 1.05fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 2.5rem;
  }

  .about-l__image-ibg {
    min-height: 12.5rem;
  }

  .about-l__title {
    padding-bottom: 0.4375rem;
  }

  .header-moduls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.5rem;
  }

  .header-moduls__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
    padding-top: 0rem;
  }

  .header-moduls__item {
    padding: 0.375rem 1.875rem;
    font-size: 1rem;
  }

  .header-moduls__text {
    max-width: 14.2857142857em;
    margin-left: auto;
    font-weight: 900;
  }

  .header-moduls__text .decor {
    width: 157.5%;
  }

  .module-moduls {
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1.875rem;
  }

  .module-moduls__title {
    padding: 0.375rem 1.875rem;
    font-size: 1rem;
  }

  .module-moduls__text {
    margin-bottom: 0.9375rem;
  }

  .module-moduls__text-bold {
    margin-bottom: 1.875rem;
  }

  .module-moduls__grid {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
    margin-bottom: 1.875rem;
  }

  .item-moduls {
    font-size: clamp(0.75rem, 0.75rem + 2 * ((100vw - 1199.98px) / 200.02), 0.875rem);
  }

  .module-moduls_s .item-moduls:nth-child(12) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .module-moduls_s .item-moduls:nth-child(13) {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .module-moduls_m .item-moduls:nth-child(5) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .module-moduls_l .item-moduls:nth-child(2),
  .module-moduls_l .item-moduls:nth-child(3),
  .module-moduls_l .item-moduls:nth-child(8) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .share-moduls {
    padding: 0.625rem 1.875rem 0.625rem 0;
  }

  .share-moduls__share {
    font-size: 1.3125rem;
  }

  .share-moduls__date {
    font-size: 0.875rem;
  }

  .contacts__title {
    margin-bottom: 1.875rem;
  }

  .contacts__body {
    -ms-grid-columns: (auto) [4];
    grid-template-columns: repeat(4, auto);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .item-contacts {
    -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: start;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    row-gap: 0.625rem;
  }

  .item-contacts_socials {
    padding: 0.625rem 0rem;
  }

  .item-contacts_socials::before {
    display: block;
    width: calc(100% + 8.125rem);
  }

  .item-contacts__image {
    height: 2.5rem;
  }

  .item-contacts__title {
    margin-bottom: 0.4375rem;
    font-size: 0.875rem;
  }

  .item-contacts__link {
    font-size: 0.875rem;
  }

  .item-contacts__social {
    font-size: 2.1875rem;
  }

  .form__body {
    -ms-grid-columns: 1fr 0.684fr;
    grid-template-columns: 1fr 0.684fr;
    gap: 0rem;
    background: linear-gradient(105deg, #fff 60%, rgb(39, 37, 34) 60%, rgb(61, 57, 53) 100%);
  }

  .form__content {
    padding: 2.5rem 0rem;
  }

  .form__title {
    margin-bottom: 1.875rem;
  }

  .form__inp,
  .form__textarea {
    font-size: 0.875rem;
  }

  .form__textarea {
    height: 3.75rem;
    margin: 1.875rem 0;
  }

  .form__media {
    margin-right: -2.5rem;
  }

  .done__body {
    padding: 0rem 2.5rem 2.5rem;
  }

  .done__icon {
    font-size: 0.46875rem;
  }

  .done__text {
    margin-bottom: 1.875rem;
    padding-top: 0.9375rem;
  }

  .done__footer {
    gap: 0.9375rem;
  }
}

@media (min-width: 61.99875rem) and (min-width: 104.99875rem) {
  .menu__list {
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .menu__link {
    font-size: 1rem;
  }
}

@media (min-width: 61.99875rem) and (any-hover: hover) {
  /* .menu__link:hover {
    text-decoration: underline;
  } */
}

@media (min-width: 74.99875rem) {
  [class*='__container'] {
    padding: 0rem 6.25rem;
  }

  .form__body,
  .contacts__cont,
  .main-c__body,
  .policy__body,
  .moduls__cont,
  .about-l__body,
  .finish-l__body,
  .finish-l__header,
  .what-l__body,
  .action-l__body,
  .main-l__cont,
  .share__body,
  .profession__body,
  .profession__header,
  .item-tariff,
  .tariff__header,
  .certificate__body,
  .program-p__body,
  .why-p__cont,
  .who-p__cont,
  .main-p__body,
  .team__header,
  .about__cont,
  .about__header,
  .review__body,
  .consultation__body,
  .collective__header,
  .how__body,
  .why__body,
  .why__header,
  .programs__body,
  .main__cont {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .main__sub-title {
    font-size: 0.75rem;
  }

  .main__media {
    margin-right: -3.75rem;
    margin-left: clamp(-7.5rem, -3.125rem + -70 * ((100vw - 1199.98px) / 480), -3.125rem);
  }

  .why__body {
    gap: 3.125rem;
  }

  .about__cont {
    margin: 0rem -3.75rem;
  }

  .team__slider {
    margin: 0rem -7.5rem;
    padding: 0rem 7.5rem;
  }

  .main-p__media {
    margin-right: -5rem;
    margin-left: clamp(-31.25rem, -15.625rem + -250 * ((100vw - 1199.98px) / 480), -15.625rem);
  }

  .main-l__media {
    margin-right: -3.75rem;
    margin-left: clamp(-12.5rem, -3.125rem + -150 * ((100vw - 1199.98px) / 480), -3.125rem);
  }

  .main-l__footer {
    margin: 0rem -5rem;
  }

  .tabs-finish-l__media {
    margin-left: -5rem;
  }

  .item-contacts_socials::before {
    width: calc(100% + 15rem);
  }

  .form__media {
    margin-right: -5rem;
  }
}

@media (min-width: 81.31125rem) {
  .consultation__line {
    translate: 0 -15%;
    rotate: none;
  }

  .consultation__btn {
    translate: 0 -100%;
  }

  .main-l__media {
    margin-bottom: -2.5rem;
  }

  .item-contacts {
    -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;
  }
}

@media (min-width: 104.99875rem) {
  [class*='__container'] {
    padding: 0 7.5rem;
  }

  .done__btn,
  .form__btn,
  .share-moduls__btn,
  .action-l__btn,
  .main-l__btn,
  .share__btn,
  .header-item-tariff__btn,
  .main-p__btn,
  .consultation__btn,
  .content-why__btn,
  .main__btn {
    padding: 0.75rem 2.5rem;
    font-size: 1.125rem;
  }

  .done__title,
  .form__title,
  .contacts__title,
  .main-c__title,
  .policy__title-m,
  .header-moduls__title,
  .about-l__title,
  .finish-l__title,
  .what-l__title,
  .action-l__title,
  .share__title,
  .profession__title,
  .tariff__title,
  .certificate__title,
  .program-p__title,
  .why-p__title,
  .who-p__title,
  .main-p__title,
  .team__title,
  .about__title,
  .review__title,
  .consultation__title,
  .how__title,
  .why__title,
  .programs__title,
  .main__title,
  .popup-order__title {
    font-size: 2rem;
  }

  .form__sub-title,
  .contacts__sub-title,
  .header-moduls__sub-title,
  .about-l__sub-title,
  .finish-l__sub-title,
  .what-l__sub-title,
  .action-l__sub-title,
  .main-l__sub-title,
  .share__sub-title,
  .profession__sub-title,
  .tariff__sub-title,
  .certificate__sub-title,
  .program-p__sub-title,
  .why-p__sub-title,
  .who-p__sub-title,
  .team__sub-title,
  .about__sub-title,
  .review__sub-title,
  .consultation__sub-title,
  .how__sub-title,
  .why__sub-title,
  .programs__sub-title,
  .popup-order__sub-title {
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }

  .form__body,
  .contacts__cont,
  .main-c__body,
  .policy__body,
  .moduls__cont,
  .about-l__body,
  .finish-l__body,
  .finish-l__header,
  .what-l__body,
  .action-l__body,
  .main-l__cont,
  .share__body,
  .profession__body,
  .profession__header,
  .item-tariff,
  .tariff__header,
  .certificate__body,
  .program-p__body,
  .why-p__cont,
  .who-p__cont,
  .main-p__body,
  .team__header,
  .about__cont,
  .about__header,
  .review__body,
  .consultation__body,
  .collective__header,
  .how__body,
  .why__body,
  .why__header,
  .programs__body,
  .main__cont {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .popup__close {
    right: 1.25rem;
    top: 1.25rem;
  }

  .popup-order__content {
    width: 66.875rem;
    padding: 3.75rem 7.5rem;
  }

  .popup-order__header {
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .popup-order__sub-title {
    margin-bottom: 0.3125rem;
  }

  .popup-order__tariff {
    gap: 2.5rem;
    padding: 1.125rem 2.5rem;
    font-size: 1rem;
  }

  .popup-order__text-f {
    font-size: 0.875rem;
  }

  .popup-order .form__footer .popup:not(#popup-consultation) {
    gap: 2.1875rem;
  }

  .breadcrums {
    margin-bottom: 3.75rem;
  }

  .breadcrums__list {
    font-size: 1rem;
  }

  .main {
    margin-bottom: 7.5rem;
  }

  .main__cont {
    padding-top: 6.9375rem;
    padding-bottom: 3.75rem;
    border-radius: 0 0 3.75rem 3.75rem;
  }

  .main__content {
    margin-bottom: 2.5rem;
    padding-top: 5.25rem;
  }

  .main__title {
    margin: 0 -4.375rem 0.8125rem 0;
  }

  .main__sub-title {
    margin-bottom: 2.6875rem;
    padding: 0 1.875rem 0 1.25rem;
    font-size: 1rem;
  }

  .main__text {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }

  .main__list {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }

  .main__media {
    margin: 0 -6.25rem -6.875rem -11.25rem;
    margin-left: clamp(-11.25rem, -5.625rem + -90 * ((100vw - 1679.98px) / 240.02), -5.625rem);
  }

  .main__footer {
    font-size: 1rem;
  }

  .programs,
  .consultation,
  .why {
    margin-bottom: 12.5rem;
  }

  .programs__header {
    gap: 3.75rem;
    margin-bottom: 3.75rem;
    padding-top: 1.875rem;
  }

  .programs__titles {
    margin-top: -1.875rem;
  }

  .programs__text {
    padding: 0.3125rem 0rem 0.5625rem 1.25rem;
    font-size: 1.125rem;
  }

  .slider-programs {
    margin: 0rem -4.375rem;
    padding: 0rem 4.375rem;
  }

  .slider-programs::before,
  .slider-programs::after {
    width: 4.375rem;
  }

  .slider-programs__slide {
    width: 28.25rem;
  }

  .slider-programs__btn {
    font-size: 1.875rem;
  }

  .item-programs {
    min-height: 15rem;
    padding: 2rem 1.5rem;
    border-radius: 1.25rem;
  }

  .item-programs__title {
    font-size: 1.125rem;
  }

  .item-programs__line {
    margin-bottom: 1.5625rem;
  }

  .item-programs__btn {
    font-size: 0.875rem;
  }

  .why__header {
    margin-bottom: 3rem;
  }

  .why__titles {
    max-width: 28.125rem;
  }

  .why__text {
    padding: 1.875rem 0rem 0.75rem;
    font-size: 1rem;
  }

  .why__body {
    -ms-grid-columns: minmax(25rem, 0.58fr) 1fr;
    grid-template-columns: minmax(25rem, 0.58fr) 1fr;
    gap: 5rem;
  }

  .why__image-ibg {
    min-height: 21.875rem;
    border-radius: 1.25rem;
  }

  .content-why__text {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }

  .content-why__text p:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .how,
  .review {
    margin-bottom: 11.25rem;
  }

  .page_program .how,
  .page_program .review {
    margin-bottom: 8.125rem;
  }

  .how__header {
    margin-bottom: 3.75rem;
  }

  .how__title {
    margin-bottom: 2.5rem;
    padding: 0rem 1.125rem 0.625rem;
  }

  .how__text {
    font-size: 1.125rem;
  }

  .how__content {
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 3.75rem;
  }

  .item-how__iamge-ibg {
    margin-bottom: 0.9375rem;
    border-radius: 1.25rem;
  }

  .item-how__title {
    font-size: 1.125rem;
  }

  .collective__body {
    border-radius: 1.25rem;
  }

  .collective__header {
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .collective__title {
    font-size: 1.5rem;
  }

  .slider-collective__slide {
    width: 11.75rem;
  }

  .slider-collective__title {
    font-size: 1rem;
    border-width: 0.1875rem;
  }

  .consultation__body {
    padding-top: 4.375rem;
    padding-bottom: 2.5rem;
    border-radius: 1.25rem;
  }

  .consultation__body::before {
    border-radius: 1.25rem;
  }

  .consultation__header {
    margin-bottom: 2.5rem;
  }

  .consultation__content {
    gap: 2.1875rem;
  }

  .consultation__text {
    font-size: 1.125rem;
  }

  .consultation__line {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24.6875rem;
    flex: 0 1 24.6875rem;
    width: 24.6875rem;
    margin-left: auto;
  }

  .consultation__btn {
    padding: 0.9375rem 2.5rem;
  }

  .page_program .review {
    margin-bottom: 12.5rem;
  }

  .page_logist .review {
    margin-bottom: 12.5rem;
  }

  .review__header {
    gap: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .review__text {
    padding: 0.375rem 0rem 0.5rem 1.25rem;
    font-size: 1.125rem;
  }

  .review__content {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 2.5rem;
  }

  .review__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .review__btn {
    padding: 3.5625rem 6.25rem;
    font-size: 1.125rem;
    border-radius: 1.25rem;
  }

  .item-review {
    padding: 1.25rem 1.875rem 1.875rem;
    border-radius: 1.25rem;
  }

  .item-review__header:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .item-review__text {
    font-size: 1rem;
  }

  .item-review__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .header-item-review {
    gap: 2.5rem;
  }

  .header-item-review__main {
    gap: 1.25rem;
  }

  .header-item-review__avatar-ibg {
    width: 5rem;
  }

  .header-item-review__name {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
  }

  .header-item-review__decor {
    font-size: 2.5rem;
  }

  .rating-item-review {
    gap: 0.9375rem;
  }

  .rating-item-review__stars {
    gap: 0.3125rem;
  }

  .rating-item-review__star {
    font-size: 1.0625rem;
  }

  .rating-item-review__text {
    font-size: 1rem;
  }

  .about {
    padding-top: 6.25rem;
  }

  .about__header {
    gap: 2.5rem;
    margin-bottom: 3.75rem;
  }

  .about__content {
    padding-top: 1.25rem;
  }

  .about__main-text {
    margin-bottom: 3.75rem;
    font-size: 1.125rem;
  }

  .about__text {
    font-size: 1.125rem;
  }

  .about__body {
    border-radius: 1.25rem;
  }

  .about__cont {
    margin: 0rem -6.25rem;
  }

  .team {
    padding: 12.5rem 0rem;
  }

  .team__header {
    margin-bottom: 5.625rem;
  }

  .team__titles .decor {
    width: 11.75rem;
  }

  .team__navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 42.5rem;
    flex: 0 1 42.5rem;
  }

  .team__block {
    gap: 2.3125rem;
    margin-bottom: 1.4375rem;
  }

  .team__btn {
    font-size: 1rem;
  }

  .team__pagination.swiper-pagination-fraction,
  .swiper-pagination-fraction.why-p__pagination {
    font-size: 1.125rem;
  }

  .slider-team__slide {
    width: 53.125rem;
  }

  .slider-team__body {
    gap: 1.875rem;
  }

  .slider-team__image-ibg {
    width: 23.0625rem;
  }

  .slider-team__content {
    max-width: 26.25rem;
    padding-bottom: 2.5rem;
  }

  .slider-team__title {
    font-size: 1.125rem;
  }

  .slider-team__sub-title {
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }

  .slider-team__text {
    font-size: 1rem;
  }

  .main-p {
    margin-bottom: 8.75rem;
  }

  .main-p__body {
    -ms-grid-columns: 32.5625rem 1.687fr;
    grid-template-columns: 32.5625rem 1.687fr;
  }

  .main-p__text {
    margin-bottom: 3.4375rem;
    font-size: 1.125rem;
  }

  .main-p__btn:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .main-p__btn_white,
  .share__btn {
    max-width: 25.1875rem;
  }

  .main-p__media {
    margin-right: -8.75rem;
    margin-left: clamp(-31.25rem, -25rem + -100 * ((100vw - 1679.98px) / 240.02), -25rem);
  }

  .who-p {
    margin-bottom: 11.25rem;
  }

  .page_logist .who-p {
    margin-bottom: 12.5rem;
  }

  .who-p__title {
    margin-bottom: 2.5rem;
  }

  .who-p__title {
    margin-bottom: 4.125rem;
  }
  .page_logist .who-p__title {
    margin-bottom: 0;
  }

  .item-who-p {
    padding: 0.375rem 1.875rem 2.8125rem 3.75rem;
  }

  .item-who-p::after {
    translate: 3.75rem -50%;
  }

  .item-who-p__num {
    margin-bottom: 0.875rem;
    font-size: 1.25rem;
  }

  .item-who-p__title {
    margin-bottom: 0.9375rem;
    font-size: 1.125rem;
  }
  .page_logist .who-p__title {
    margin-bottom: 0;
  }

  .item-who-p__text {
    font-size: 1.125rem;
  }

  .why-p {
    margin-bottom: 12.5rem;
  }

  .why-p__header {
    padding-bottom: 1.25rem;
  }

  .why-p__block {
    gap: 2.5rem;
  }

  .why-p__btn {
    font-size: 1rem;
  }

  .why-p__image-ibg {
    border-radius: 0rem 0rem 1.25rem 1.25rem;
  }

  .content-why-p {
    padding: 3.75rem 3.75rem 0 0;
  }

  .content-why-p__title {
    margin-bottom: 1.5625rem;
    font-size: 1.125rem;
  }

  .content-why-p__item {
    font-size: 1.125rem;
  }

  .content-why-p__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .program-p {
    padding-top: 6.875rem;
  }

  .program-p__body {
    -ms-grid-columns: 16.25rem 1fr;
    grid-template-columns: 16.25rem 1fr;
    gap: 6.25rem;
  }

  .program-p__content {
    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
    gap: 1.25rem;
  }

  .item-program-p {
    padding: 2.5rem 1.875rem 1.875rem;
    border-radius: 1.25rem;
  }

  .item-program-p__title {
    margin-bottom: 1.6875rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .item-program-p__item {
    font-size: 1.0625rem;
  }

  .item-program-p__item:not(:last-child) {
    margin-bottom: 1.0625rem;
  }

  .certificate {
    padding: 9.375rem 0rem 6.875rem;
  }

  .page_logist .certificate {
    padding: 12.5rem 0rem 8.75rem;
  }

  .certificate__title {
    margin-bottom: 3.75rem;
  }

  .certificate__text {
    padding: 0.5rem 0rem 0.5rem 1.25rem;
    font-size: 1.125rem;
  }

  .certificate__image-ibg {
    margin-top: 1.875rem;
  }

  .tariff {
    margin: 11.25rem 0 12.5rem;
  }

  .tariff__header {
    margin-bottom: 3.75rem;
  }

  .tariff__titles {
    min-width: 11.4375rem;
  }

  .tariff__text {
    padding: 0.1875rem 0rem 0.1875rem 1.25rem;
    font-size: 1.125rem;
  }

  .tariff__text-bold {
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }

  .tariff__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .item-tariff {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .item-tariff__decor {
    font-size: 6.25rem;
  }

  .item-tariff__body {
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
    row-gap: 1.25rem;
  }

  .item-tariff__item {
    font-size: 1.125rem;
  }

  .header-item-tariff {
    padding: 1.25rem 3.75rem;
  }

  .header-item-tariff__title {
    font-size: 1.5rem;
  }

  .header-item-tariff__text {
    font-size: 1.125rem;
  }

  .header-item-tariff__block {
    gap: 2.5rem;
  }

  .header-item-tariff__price-text {
    font-size: 1.125rem;
  }

  .header-item-tariff__price-value {
    font-size: 1.5rem;
  }

  .profession {
    margin-bottom: 10rem;
  }

  .page_logist .profession {
    margin: 11.25rem 0 12.5rem;
  }

  .profession__header {
    gap: 3.75rem;
    margin-bottom: 3rem;
  }

  .profession__sub-title {
    padding-bottom: 0.75rem;
  }

  .profession__body {
    -ms-grid-columns: 24.375rem 1fr;
    grid-template-columns: 24.375rem 1fr;
    gap: 4.6875rem;
  }

  .profession__image-ibg {
    min-height: 15.625rem;
  }

  .profession__btn {
    right: 1.5625rem;
    bottom: 1.25rem;
    font-size: 1.3125rem;
  }

  .content-profession {
    padding-top: 3rem;
  }

  .content-profession__title {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
  }

  .content-profession__item {
    font-size: 1.125rem;
  }

  .content-profession__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .share {
    margin-bottom: 8.75rem;
    padding: 4.6875rem 0rem;
  }

  .page_logist .share {
    margin-bottom: 12.5rem;
  }

  .share__decor {
    width: 27.125rem;
    right: clamp(-10rem, -10rem + 160 * ((100vw - 1679.98px) / 240.02), 0rem);
  }

  .share__body {
    gap: 4.25rem;
  }

  .share__titles .decor {
    width: 11.1875rem;
  }

  .share__btn {
    margin-top: 1.25rem;
  }

  .main-l {
    margin-bottom: 7.5rem;
  }

  .main-l__cont {
    padding-top: 8.125rem;
  }

  .main-l__content {
    padding-top: 3.125rem;
  }

  .main-l__sub-title {
    margin-bottom: 1.25rem;
  }

  .main-l__title {
    font-size: 2rem;
  }

  .main-l__decor {
    margin-bottom: 1.875rem;
  }

  .main-l__list {
    margin-bottom: 3.75rem;
    font-size: 1.125rem;
  }

  .main-l__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .main-l__media {
    margin: 0 -6.875rem -3.125rem -11.25rem;
    margin-left: clamp(-10.625rem, -5.625rem + -80 * ((100vw - 1679.98px) / 240.02), -5.625rem);
  }

  .main-l__footer {
    margin: 0rem -8.75rem;
    padding: 0.9375rem 0rem 0.8125rem;
    font-size: 1.125rem;
  }

  .action-l,
  .finish-l,
  .what-l {
    margin-bottom: 12.5rem;
  }

  .action-l__body {
    padding-top: 3.5625rem;
    padding-bottom: 2.6875rem;
  }

  .action-l__main .decor {
    width: 11.875rem;
  }

  .action-l__text {
    font-size: 1rem;
  }

  .action-l__value {
    margin-bottom: 1.25rem;
    font-size: clamp(4rem, 4rem + 32 * ((100vw - 1679.98px) / 240.02), 6rem);
  }

  .action-l__btn {
    margin-bottom: 1.25rem;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
  }

  .action-l__btn .decor {
    top: calc(100% + 1.3125rem);
    width: 21.375rem;
  }

  .what-l__title {
    margin-bottom: 3.75rem;
    padding-bottom: 0.625rem;
  }

  .what-l__block {
    gap: 3rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }

  .what-l__text {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }

  .finish-l__header {
    margin-bottom: 3.75rem;
  }

  .tabs-finish-l__navigation {
    margin-bottom: 2.5rem;
  }

  .tabs-finish-l__title {
    padding: 1.3125rem 0.625rem 0rem;
    font-size: 1rem;
    border-width: 0.3125rem;
  }

  .tabs-finish-l__body {
    gap: 3.75rem;
  }

  .tabs-finish-l__media {
    margin-left: -8.75rem;
  }

  .tabs-finish-l__text {
    font-size: 1.125rem;
  }

  .tabs-finish-l__text p:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .about-l {
    padding-top: 12.5rem;
  }

  .about-l__body {
    gap: 3.75rem;
  }

  .about-l__title {
    margin-bottom: 3.75rem;
    padding-bottom: 0.625rem;
  }

  .about-l__text {
    font-size: 1.125rem;
  }

  .moduls {
    padding-top: 5.375rem;
  }

  .moduls__header {
    margin-bottom: 3.75rem;
  }

  .moduls__module:not(:last-child) {
    margin-bottom: 6.25rem;
  }

  .header-moduls {
    gap: 1.875rem;
  }

  .header-moduls__items {
    gap: 1.25rem;
  }

  .header-moduls__item {
    padding: 0.5rem 2.5rem;
    font-size: 1.25rem;
  }

  .header-moduls__text {
    font-size: 0.875rem;
  }

  .module-moduls {
    gap: 2.5rem;
  }

  .module-moduls__title {
    padding: 0.5rem 2.5rem;
    font-size: 1.25rem;
  }

  .module-moduls__text {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }

  .module-moduls__text-bold {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }

  .module-moduls__grid {
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .item-moduls {
    padding: 1.25rem;
    font-size: 1.125rem;
  }

  .share-moduls {
    gap: 2.5rem;
    padding: 0.625rem 2.5rem 0.625rem 0;
  }

  .share-moduls__share {
    margin-bottom: 0.375rem;
    font-size: 1.75rem;
  }

  .share-moduls__date {
    font-size: 1rem;
  }

  .share-moduls__old-price {
    font-size: 1.125rem;
  }

  .share-moduls__price {
    font-size: 1.5rem;
  }

  .policy {
    margin-bottom: 7.5rem;
  }

  .policy__block {
    font-size: 1.125rem;
  }

  .policy__block:nth-last-child(2) {
    margin-bottom: 7.5rem;
  }

  .policy__title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }

  .main-c {
    margin-bottom: 7.5rem;
  }

  .main-c__body {
    padding-bottom: 6.25rem;
  }

  .main-c__breadcrums {
    margin-bottom: 3.75rem;
  }

  .contacts {
    margin-bottom: 12.5rem;
  }

  .contacts__title {
    margin-bottom: 2.5rem;
  }

  .contacts__body {
    gap: 5rem;
  }

  .item-contacts {
    gap: 1.25rem;
  }

  .item-contacts_socials {
    padding: 0.875rem 0rem;
  }

  .item-contacts_socials::before {
    left: -4.375rem;
    width: calc(100% + 20.625rem);
  }

  .item-contacts__image {
    height: 3.125rem;
  }

  .item-contacts__title {
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }

  .item-contacts__link {
    font-size: 1rem;
  }

  .item-contacts__social {
    font-size: 2.5rem;
  }

  .form {
    margin-bottom: 11.25rem;
  }

  .form__content {
    padding: 3.75rem 0rem;
  }

  .form__title {
    margin-bottom: 2.5rem;
  }

  .form__block {
    gap: 1.25rem;
  }

  .form__block:not(:first-child) {
    margin-top: 1.875rem;
  }

  .form__inp,
  .form__textarea {
    font-size: 1rem;
  }

  .form__textarea {
    margin: 2.5rem 0;
  }

  .form__footer {
    gap: 1.25rem;
  }

  .form__btn {
    padding: 0.625rem 2.5rem;
  }

  .form__media {
    margin-right: -8.75rem;
  }

  .done {
    margin: 15rem 0rem 7.5rem;
  }

  .done__body {
    max-width: 69.625rem;
  }

  .done__icon {
    font-size: 0.625rem;
  }

  .done__text {
    max-width: 26.875rem;
    margin-bottom: 2.5rem;
    padding-top: 1.25rem;
    font-size: 1.125rem;
  }

  .done__footer {
    gap: 1.25rem;
  }

  .done__btn {
    padding: 0.625rem 2.5rem;
  }
}

@media (min-width: 120rem) {
  .team__slider {
    margin: 0 calc((100vw - 105rem) / -2);
    padding: 0 calc((100vw - 105rem) / 2);
  }

  .item-contacts_socials::before {
    width: calc(100% + 13.125rem + (100vw - 105rem) / 2);
  }
}

@media (max-width: 104.99875rem) {
  .main-l__btn {
    font-size: clamp(0.75rem, 0.75rem + 2 * ((100vw - 1199.98px) / 200.02), 0.875rem);
  }

  .policy__title-m {
    margin-bottom: 0.9375rem;
    font-size: 1.375rem;
  }
}

@media (max-width: 87.56125rem) {
  .main-p__title {
    font-size: clamp(1.25rem, 1.25rem + 4 * ((100vw - 1199.98px) / 201), 1.5rem);
  }
}

@media (max-width: 78.18625rem) {
  .about-l__title {
    font-size: 1.25rem;
  }
}

@media (max-width: 61.99875rem) {
  .main__cont {
    margin: 0 -1.25rem;
    padding: 1.875rem 1.25rem 0.625rem;
    border-radius: 0 0 1.25rem 1.25rem;
  }

  .main__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main__title {
    font-size: 1.25rem;
  }

  .programs__titles {
    position: relative;
    padding-bottom: 0.625rem;
    border-bottom: 0.125rem solid #ee2737;
  }

  .why__titles {
    padding-bottom: 0.625rem;
    border-bottom: 0.125rem solid #ee2737;
  }

  .why__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .collective__body {
    margin: 0rem -1.25rem;
  }

  .collective__title {
    font-size: 1.25rem;
  }

  .collective__title .one {
    margin-bottom: 0.625rem;
  }

  .collective__title .two {
    font-size: 0.875rem;
    display: inline;
  }

  .consultation__body {
    margin: 0rem -1.25rem;
    padding: 5rem 1.25rem 3.75rem;
  }

  .consultation__title {
    font-size: 1.25rem;
  }

  .consultation__line {
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    -webkit-transform: rotate(-95deg) scaleX(-1) translate(-7.5rem, 5rem);
    -ms-transform: rotate(-95deg) scaleX(-1) translate(-7.5rem, 5rem);
    transform: rotate(-95deg) scaleX(-1) translate(-7.5rem, 5rem);
    width: 10.625rem;
  }

  .review__titles {
    padding-bottom: 0.625rem;
    border-bottom: 0.125rem solid #ee2737;
  }

  .about__body {
    margin: 0rem -1.25rem;
    padding: 0rem 1.25rem;
  }

  .about__image {
    margin-top: clamp(-3.75rem, -0.9375rem + -45 * ((100vw - 320px) / 671.98), -0.9375rem);
    margin-bottom: clamp(-1.875rem, 0rem + -30 * ((100vw - 320px) / 671.98), 0rem);
  }

  .main-p__body {
    margin: 0rem -1.25rem;
    padding: 0rem 1.25rem;
  }

  .main-p__btn {
    max-width: none;
    font-size: 0.75rem;
  }

  .who-p__body {
    margin: 0rem -1.25rem;
  }

  .why-p__slider {
    margin: 0 -1.25rem 0.625rem;
  }

  .certificate__image-ibg {
    margin-top: 3.75rem;
    /*  margin-left: clamp(*/
    /*  -6.25rem,*/
    /*  -6.25rem + 100 * ((100vw - 320px) / 671.98),*/
    /*  0rem*/
    /*);*/
    /*  margin-right: clamp(*/
    /*  -3.125rem,*/
    /*  -3.125rem + 50 * ((100vw - 320px) / 671.98),*/
    /*  0rem*/
    /*);*/
  }

  .tariff__titles {
    padding-bottom: 0.625rem;
    border-bottom: 0.125rem solid #ee2737;
  }

  .item-tariff {
    padding: 1.25rem 0.625rem 2.5rem;
  }

  .item-tariff__body {
    margin-bottom: 2.5rem;
  }

  .header-item-tariff__block {
    padding: 1.25rem 1.5625rem;
    border-radius: 1.25rem;
    background: #fcf4f4;
  }

  .item-tariff_2 .header-item-tariff__block {
    background-color: rgba(13, 13, 13, 0.4);
    -webkit-backdrop-filter: blur(3.125rem);
    backdrop-filter: blur(3.125rem);
  }

  .header-item-tariff__price {
    margin-bottom: 0.9375rem;
  }

  .header-item-tariff__price-text {
    display: inline-block;
    margin-right: 0.3125rem;
  }

  .header-item-tariff__price-value {
    display: inline-block;
  }

  .share__btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1rem;
  }

  .main-l__cont {
    margin: 0 -1.25rem;
    padding: 5rem 1.25rem 0rem;
  }

  .main-l__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .action-l__body {
    padding: 2.875rem 1.25rem 1.875rem;
  }

  .action-l__main {
    margin: 0 0 7.25rem 0.9375rem;
  }

  .action-l__text {
    padding-right: 1.25rem;
  }

  .action-l__btn {
    margin: 0 auto;
    padding: 0.625rem 1.25rem;
    font-size: clamp(0.6875rem, 0.6875rem + 1 * ((100vw - 320px) / 30), 0.75rem);
  }

  .tabs-finish-l__media {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .about-l__media {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header-moduls {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 0.9375rem auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto 2.1875rem auto;
    grid-template-rows: auto auto;
    grid-template-areas: 'titles items' 'text items';
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    row-gap: 2.1875rem;
  }

  .item-moduls {
    min-height: 6.875rem;
  }

  .module-moduls_s .item-moduls:nth-child(1),
  .module-moduls_s .item-moduls:nth-child(n + 6):nth-child(-n + 8),
  .module-moduls_s .item-moduls:nth-child(n + 11):nth-child(-n + 13) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .module-moduls_m .item-moduls:nth-child(1),
  .module-moduls_m .item-moduls:nth-child(4),
  .module-moduls_m .item-moduls:nth-child(5),
  .module-moduls_m .item-moduls:nth-child(8) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .module-moduls_l .item-moduls:nth-child(-n + 5) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .item-moduls__title {
    font-size: 1.125rem;
  }

  .item-moduls__text {
    font-size: clamp(0.6875rem, 0.6875rem + 1 * ((100vw - 320px) / 40), 0.75rem);
  }

  .share-moduls__btn {
    font-size: 1rem;
  }

  .main-c__body {
    margin: 0rem -1.25rem;
    padding: 5.9375rem 1.25rem 2.5rem;
  }

  .form__media {
    width: 100%;
    aspect-ratio: 948/731;
  }

  .header-moduls__titles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .header-moduls__items {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  .header-moduls__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media (max-width: 47.99875rem) {
  .share-moduls__price-block {
    margin-left: auto;
  }

  .share-moduls__old-price {
    text-align: end;
    margin-bottom: 1rem;
  }

  .share-moduls__btn {
    max-width: none;
    width: 100%;
    margin-left: 0rem;
  }
}

@media (max-width: 37.56125rem) {
  .item-contacts__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.8125rem;
  }

  .form__btn {
    max-width: none;
    width: 100%;
    padding: 0.625rem 1.25rem;
  }

  .done__btn {
    max-width: none;
    width: 100%;
    padding: 0.625rem 1.25rem;
  }
}

@media (max-width: 29.99875rem) {
  .consultation__title {
    padding-right: 2.5rem;
  }

  .consultation__btn {
    max-width: none;
    width: 100%;
    padding: 0.625rem 1.25rem;
    font-size: clamp(0.75rem, 0.75rem + 2 * ((100vw - 320px) / 30), 0.875rem);
  }

  .main-p__btn {
    padding: 0.5rem 1.25rem;
  }

  .why-p__image-ibg img {
    -o-object-position: 65%;
    object-position: 65%;
  }

  .header-item-tariff__btn {
    max-width: none;
    width: 100%;
  }

  .profession__title {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .main-l__btn {
    max-width: none;
    width: 100%;
    padding: 0.625rem 1.25rem;
  }

  .action-l__btn {
    max-width: none;
    width: 100%;
  }

  .action-l__btn .decor {
    bottom: calc(100% + 2.1875rem);
    width: 12.1875rem;
  }

  .tabs-finish-l__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.375rem;
    color: #d9d9d9;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .tabs-finish-l__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .tabs-finish-l__title::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 0.5rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: currentColor;
  }

  .tabs-finish-l__title._active {
    scale: 1.33;
  }
}

@media (max-width: 61.99875rem) and (min-width: 29.99875rem) {
  .consultation__line {
    right: auto;
    left: 20.3125rem;
    -webkit-transform: rotate(-70deg) scaleX(-1) translate(-3.3125rem, -2rem);
    -ms-transform: rotate(-70deg) scaleX(-1) translate(-3.3125rem, -2rem);
    transform: rotate(-70deg) scaleX(-1) translate(-3.3125rem, -2rem);
    width: 6.875rem;
  }
}

@media (min-width: 61.99875rem) and (max-width: 104.99875rem) {
  .action-l__value {
    margin-left: auto;
  }

  .form__image-ibg {
    max-height: 25.625rem;
    min-width: 396px;
  }
}
@media (min-width: 104.99875rem) {
  .form__image-ibg {
    max-height: 600px;
  }
}

@media (any-hover: hover) {
  .done__btn,
  .form__btn,
  .share-moduls__btn,
  .action-l__btn,
  .main-l__btn,
  .share__btn,
  .header-item-tariff__btn,
  .main-p__btn,
  .consultation__btn,
  .content-why__btn,
  .main__btn {
    -webkit-transition: background-color 0.4s, -webkit-box-shadow 0.4s;
    transition: background-color 0.4s, -webkit-box-shadow 0.4s;
    transition: background-color 0.4s, box-shadow 0.4s;
    transition: background-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  }

  .done__btn:hover,
  .form__btn:hover,
  .share-moduls__btn:hover,
  .action-l__btn:hover,
  .main-l__btn:hover,
  .share__btn:hover,
  .header-item-tariff__btn:hover,
  .main-p__btn:hover,
  .consultation__btn:hover,
  .content-why__btn:hover,
  .main__btn:hover {
    background-color: #b81220;
    -webkit-box-shadow: 0 0rem 0rem rgba(238, 39, 55, 0.25);
    box-shadow: 0 0rem 0rem rgba(238, 39, 55, 0.25);
  }

  @media (any-hover: hover) {
    .main__btn:hover {
      animation: pulse 2s infinite;
      box-shadow: 0 0 0 0.3em transparent;
      -webkit-animation: pulse 2s infinite;
      animation: pulse 2s infinite;
      -webkit-box-shadow: 0 0 0 0.3em transparent;
      box-shadow: 0 0 0 0.3em transparent;
    }
  }

  .popup__close:hover::before,
  .popup__close:hover::after {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .popup-order__text-f a {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }

  .popup-order__text-f a:hover {
    color: #3d3935;
  }

  .breadcrums__link:hover {
    color: #ee2737;
  }

  .slider-programs__btn:not([disabled]):hover {
    color: #ee2737;
    background-color: rgba(238, 39, 55, 0.1);
  }

  .item-programs__btn {
    -webkit-transition: background-color 0.4s, -webkit-box-shadow 0.4s;
    transition: all 0.4s, -webkit-box-shadow 0.4s;
    transition: all 0.4s, box-shadow 0.4s;
    transition: all 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  }

  .item-programs__btn:hover {
    background-color: #b81220;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .slider-collective__title {
    -webkit-transition: opacity 0.4s, translate 0.4s;
    transition: opacity 0.4s, translate 0.4s;
  }

  .slider-collective__slide:hover .slider-collective__title {
    translate: 0 0;
    opacity: 1;
  }

  .review__btn .icon {
    -webkit-transition: color 0.4s, -webkit-transform 0.4s;
    transition: color 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, color 0.4s;
    transition: transform 0.4s, color 0.4s, -webkit-transform 0.4s;
  }

  .review__btn:hover .icon {
    color: #fff;
    -webkit-transform: translateX(0.625rem) scale(1.1);
    -ms-transform: translateX(0.625rem) scale(1.1);
    transform: translateX(0.625rem) scale(1.1);
  }

  .review__btn:hover .icon::after {
    background-color: rgba(238, 39, 55, 0.5);
  }

  .team__btn:not([disabled]):hover {
    color: #fff;
  }

  .main-p__btn_white:hover,
  .share__btn:hover {
    background-color: #dddddd;
  }

  .item-who-p {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }

  .item-who-p:hover {
    color: #fff;
  }

  .item-who-p__image-ibg {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }

  .item-who-p:hover .item-who-p__image-ibg {
    opacity: 1;
  }

  .item-who-p__num {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }

  .item-who-p:hover .item-who-p__num {
    color: #fff;
  }

  .why-p__btn:not([disabled]):hover {
    color: #0d0d0d;
  }

  .profession__btn {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }

  .profession__btn:hover {
    color: #ee2737;
  }

  .marquee-main-l:hover .marquee-main-l__content {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  .tabs-finish-l__title:hover {
    border-color: #3d3935;
  }

  .header-moduls__item {
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }

  .header-moduls__item:hover {
    color: #ee2737;
    border-color: #ee2737;
  }

  .item-moduls {
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }

  .item-moduls:hover {
    border-color: #ee2737;
    background-color: rgba(238, 39, 55, 0.1);
  }

  .policy__block a:hover {
    text-decoration: underline;
  }

  .item-contacts__link:not(p):hover {
    text-decoration: underline;
    text-underline-offset: 0.125rem;
  }

  .item-contacts__social {
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }

  .item-contacts__social:hover {
    color: #fff;
    background-color: #ee2737;
  }

  .form__inp,
  .form__textarea {
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s;
  }

  .form__inp:hover,
  .form__textarea:hover {
    border-color: #3d3935;
  }

  .form__btn_stroke {
    -webkit-transition-property: background-color, color, -webkit-box-shadow;
    transition-property: background-color, color, -webkit-box-shadow;
    transition-property: background-color, box-shadow, color;
    transition-property: background-color, box-shadow, color, -webkit-box-shadow;
  }

  .form__btn_stroke:hover {
    color: #fff;
    background-color: #ee2737;
  }

  .done__btn_white:hover {
    background-color: #dddddd;
  }
}

@media (any-hover: none) {
  .slider-collective__title {
    translate: 0 0;
    opacity: 1;
    border-color: #3d3935;
  }

  .team__btn {
    color: #fff;
  }

  .why-p__btn {
    color: #0d0d0d;
  }
}
#close_rev {
  display: flex;
}
.none_rev {
  display: none;
}
#big_photo {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  left: 0;
  top: 0;
  background: #00000069;
  padding: 8%;
  display: none;
}
#big_photo img {
  width: 100%;
  left: 0;
  border-radius: 30px;
}
#close_big_photo {
  font-size: 64px;
  float: right;
  transform: rotate(45deg);
  margin: 15px;
  cursor: pointer;
}
@media (max-width: 780px) {
  #big_photo {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.41);
    padding: 0;
    padding-top: 20%;
  }
  #big_photo img {
    width: 180%;
    margin-left: -40%;
  }
  #big_photo_open {
    display: none !important;
  }
}
.programs__title,
.why__title,
.how__title,
.consultation__title,
.review__title {
  color: #000;
}

.header {
  background-color: #fff;
  transition: box-shadow 0.4s;
}
.header._fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header._scrolled {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.03);
}
._hide-scrolling .header {
  padding-right: var(--scroll-width);
}
.header__body {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  padding: 0.9375rem 0rem 0.8125rem;
}
@media (min-width: 61.99875rem) {
  .header__body {
    gap: 1.875rem;
    padding: 1.375rem 0rem 0.9375rem;
  }
}
@media (min-width: 104.99875rem) {
  .header__body {
    gap: 2.5rem;
    padding: 1.875rem 0rem 1.25rem;
  }
}
.header__logo {
  position: relative;
  width: min(100%, 6.25rem);
  margin: 0 auto;
  z-index: 11;
}
.header__logo img {
  width: 100%;
}
@media (min-width: 61.99875rem) {
  .header__logo {
    margin: 0 auto 0 0;
  }
}
.header__menu {
  flex-shrink: 0;
}
.header__action {
  position: relative;
  z-index: 11;
}
.header__tel {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #0d0d0d;
}
@media (max-width: 61.99875rem) {
  .header__tel {
    width: 1.875rem;
    justify-content: flex-end;
  }
}
@media (min-width: 61.99875rem) {
  .header__tel {
    gap: 0.9375rem;
    color: #ee2737;
  }
}
@media (min-width: 104.99875rem) {
  .header__tel {
    gap: 1.1875rem;
  }
}
.header__tel .icon {
  align-items: center;
  justify-content: center;
  width: 1.5625rem;
  aspect-ratio: 1/1;
}
.header__tel .icon [fill] {
  fill: currentColor;
}
@media (min-width: 61.99875rem) {
  .header__tel .icon {
    width: 1.875rem;
    background-color: #fde5e7;
    border-radius: 50%;
    box-shadow: 0 0 0 0.4375rem rgba(238, 39, 56, 0.05);
  }
  .header__tel .icon svg {
    width: 63.41%;
    height: 63.41%;
  }
}
@media (min-width: 104.99875rem) {
  .header__tel .icon {
    width: 2.5625rem;
    box-shadow: 0 0 0 0.5625rem rgba(238, 39, 56, 0.05);
  }
}
.header__tel .text {
  display: none;
}
@media (min-width: 61.99875rem) {
  .header__tel .text {
    display: block;
    padding: 0.375rem 0.75rem;
    font-family: 'Unbounded', sans-serif;
    font-size: 0.75rem;
    background-color: #fde5e7;
    border-radius: 6.25rem;
  }
}
@media (min-width: 104.99875rem) {
  .header__tel .text {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) and (min-width: 61.99875rem) {
  .header__tel .text,
  .header__tel .icon {
    transition: background-color 0.4s, box-shadow 0.4s;
  }
  .header__tel:hover .text,
  .header__tel:hover .icon {
    background-color: #fdabb2;
    box-shadow: none;
  }
}

@media (max-width: 61.99875rem) {
  .footer__container {
    padding: 0rem;
  }
}
.footer__wrapper {
  padding: 0rem 1.875rem;
  background-color: rgba(13, 13, 13, 0.6);
  border-radius: 1.25rem 1.25rem 0rem 0rem;
}
@media (min-width: 61.99875rem) {
  .footer__wrapper {
    padding: 0rem 3.125rem;
  }
}
@media (min-width: 104.99875rem) {
  .footer__wrapper {
    padding: 0rem 8.75rem;
  }
}
.-dark .footer__wrapper {
  background-color: rgba(13, 13, 13, 0.9);
}
.footer__body {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5.3125rem;
  row-gap: 2.5rem;
  padding: 3.75rem 0rem;
}
@media (min-width: 104.99875rem) {
  .footer__body {
    flex-wrap: nowrap;
    gap: 7rem;
    padding: 4.8125rem 0rem 3.75rem;
  }
}
.footer__block {
  max-width: 15.8125rem;
  color: #fff;
}
@media (max-width: 29.99875rem) {
  .footer__block {
    width: min(100%, 15.8125rem);
  }
}
.footer__block_logo {
  max-width: 11.625rem;
}
@media (max-width: 61.99875rem) {
  .footer__block_logo {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 61.99875rem) {
  .footer__block_logo {
    max-width: 12.875rem;
    padding-right: 1.25rem;
  }
}
.footer__block_1 {
  color: #d9d9d9;
}
.footer__logo {
  display: block;
  margin-bottom: 0.9375rem;
}
@media (min-width: 104.99875rem) {
  .footer__logo {
    margin-bottom: 1.3125rem;
  }
}
.footer__text {
  font-weight: 300;
  font-size: 0.875rem;
  color: #d9d9d9;
}
@media (min-width: 104.99875rem) {
  .footer__text {
    font-size: 1rem;
  }
}
.footer__title {
  margin-bottom: 0.9375rem;
  font-family: 'Unbounded', sans-serif;
  font-size: 0.875rem;
  color: #ee2737;
}
@media (min-width: 104.99875rem) {
  .footer__title {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
}
.footer__title_underline {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #ee2737;
}
.footer__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 104.99875rem) {
  .footer__item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.footer__link {
  font-size: 0.875rem;
}
@media (min-width: 104.99875rem) {
  .footer__link {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .footer__link {
    transition: color 0.4s;
  }
  .footer__link:hover {
    color: #ee2737;
  }
}
.footer__link_contact {
  display: flex;
  align-items: center;
  gap: 1.25em;
}
.footer__link_contact .icon {
  width: 1.5em;
  aspect-ratio: 1/1;
}
.footer__link_contact .icon [fill] {
  fill: currentColor;
}
.footer__subblock:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media (min-width: 104.99875rem) {
  .footer__subblock:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.footer__social {
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.footer__social svg .bg {
  fill: rgba(255, 255, 255, 0.1);
}
.footer__social svg .icon {
  fill: #fff;
}
@media (any-hover: hover) {
  .footer__social [fill] {
    transition: fill 0.4s;
  }
  .footer__social:hover .bg {
    fill: #fff;
  }
  .footer__social:hover .icon {
    fill: #ee2737;
  }
}
.footer__footer {
  padding-bottom: 3.75rem;
  font-family: 'Unbounded', sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 61.99875rem) {
  .footer__footer {
    padding-bottom: 1.4375rem;
  }
}
@media (min-width: 104.99875rem) {
  .footer__footer {
    font-size: 0.875rem;
  }
}

.reviews__suptitle,
.questions__suptitle,
.about__suptitle {
  margin-bottom: 0.3125rem;
  font-family: 'Unbounded', sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #ee2737;
  text-transform: uppercase;
}
@media (min-width: 61.99875rem) {
  .reviews__suptitle,
  .questions__suptitle,
  .about__suptitle {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 104.99875rem) {
  .reviews__suptitle,
  .questions__suptitle,
  .about__suptitle {
    font-size: 1rem;
  }
}
.questions {
  position: relative;
  margin-top: 6.25rem;
  padding: 6.25rem 0rem;
}
@media (min-width: 61.99875rem) {
  .questions {
    margin-top: 8.75rem;
    padding: 5rem 0rem 6.25rem;
  }
}
@media (min-width: 104.99875rem) {
  .questions {
    margin-top: 11.25rem;
    padding: 6.875rem 0rem 8.75rem;
  }
}
.questions__image-ibg {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: calc(100% + var(--footer-height));
  z-index: -1;
}
.questions__header {
  margin-bottom: 2.5rem;
}
@media (min-width: 61.99875rem) {
  .questions__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.8125rem;
    text-align: center;
  }
}
@media (min-width: 104.99875rem) {
  .questions__header {
    margin-bottom: 3.75rem;
  }
}
.questions__suptitle {
  color: #ffff00;
}
.-red .questions__suptitle {
  color: #ee2737;
}
.questions__title {
  color: #fff;
}
@media (min-width: 61.99875rem) {
  .questions__body {
    max-width: 56.25rem;
    margin: 0 auto;
  }
}
@media (min-width: 104.99875rem) {
  .questions__body {
    max-width: 75rem;
  }
}
.questions__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.item-questions {
  color: #fff;
  border-radius: 1.25rem;
  border: 0.125rem solid #767072;
  transition: border-color 0.4s;
}
.item-questions._active {
  border-color: #ffff00;
}
.-red .item-questions._active {
  border-color: #f6401d;
}
.item-questions__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  width: 100%;
  padding: 1.25rem 1rem;
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 61.99875rem) {
  .item-questions__control {
    gap: 1.25rem;
    padding: 1.5625rem 2.5rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 104.99875rem) {
  .item-questions__control {
    padding: 2.1875rem 3.75rem;
    font-size: 1.5rem;
  }
}
.item-questions__title {
  text-align: start;
}
@media (min-width: 61.99875rem) {
  .item-questions__title {
    max-width: 43.75rem;
  }
}
@media (min-width: 104.99875rem) {
  .item-questions__title {
    max-width: 56.25rem;
  }
}
.item-questions__icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.875em;
  aspect-ratio: 1/1;
  color: #3d3935;
  background-color: #ffff00;
  border-radius: 50%;
  transform: rotate(90deg);
  overflow: hidden;
  transition: transform 0.4s, box-shadow 0.4s, background-color 0.4s;
}
.item-questions__icon svg {
  position: relative;
  width: 40%;
  height: 40%;
}
.item-questions__icon svg [stroke] {
  stroke: currentColor;
}
.-red .item-questions__icon {
  position: relative;
  color: #fff;
  background-color: #ee2737;
}
.-red .item-questions__icon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ff5c00, #ee2737);
  opacity: 0;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .item-questions__control:hover .item-questions__icon {
    transform: rotate(135deg);
    box-shadow: 0 0 0 0.625rem rgba(255, 255, 0, 0.1);
  }
  .-red .item-questions__control:hover .item-questions__icon {
    box-shadow: 0 0 0 0.625rem rgba(246, 64, 29, 0.1);
  }
  .-red .item-questions__control:hover .item-questions__icon::before {
    content: '';
    opacity: 1;
  }
}
.item-questions__control[aria-expanded='true'] .item-questions__icon {
  color: #fff;
  background-color: #494543;
  transform: none;
  box-shadow: none;
}
.item-questions__content {
  padding: 0rem 1rem;
}
._init .item-questions__content {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s, visibility 0.2s, margin-top 0.2s;
}
._init .item-questions__content[aria-hidden='false'] {
  visibility: visible;
  max-height: var(--max-height);
  margin-top: -0.625rem;
}
@media (min-width: 104.99875rem) {
  ._init .item-questions__content[aria-hidden='false'] {
    margin-top: -1.25rem;
  }
}
@media (min-width: 61.99875rem) {
  .item-questions__content {
    padding: 0rem 2.5rem;
  }
}
@media (min-width: 104.99875rem) {
  .item-questions__content {
    padding: 0rem 3.75rem;
  }
}
.item-questions__body {
  max-width: 43.75rem;
  padding: 0.75rem 0rem 1.25rem;
  font-size: 0.875rem;
  border-top: 0.0625rem solid #746f6a;
}
._init .item-questions__body {
  transform: translateY(-1.25rem);
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
}
._init [aria-hidden='false'] .item-questions__body {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 61.99875rem) {
  .item-questions__body {
    padding: 0.9375rem 0rem 1.5625rem;
  }
  .item-questions__body p {
    max-width: 42.0625rem;
  }
}
@media (min-width: 104.99875rem) {
  .item-questions__body {
    max-width: 56.25rem;
    padding: 0.9375rem 0rem 2.1875rem;
    font-size: 1.125rem;
  }
}

.icon {
  display: flex;
}

@media (max-width: 61.99875rem) {
  .icon-menu {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 1.875rem;
    height: 1.25rem;
    z-index: 11;
  }
  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background-color: #3d3935;
    transition: all 0.4s;
  }
  .icon-menu::before,
  .icon-menu::after {
    content: '';
    transform-origin: left;
  }
  .icon-menu span {
    top: 50%;
    transform: translate(0, -50%);
    transform-origin: left;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu[aria-expanded='true'] span {
    transform: scaleX(0);
  }
  .icon-menu[aria-expanded='true']::before {
    transform: rotate(45deg) translate(0rem, -0.125rem);
  }
  .icon-menu[aria-expanded='true']::after {
    transform: rotate(-45deg) translate(0rem, 0.125rem);
  }
}

@media (max-width: 61.99875rem) {
  .menu {
    position: fixed;
    left: 0rem;
    top: 0rem;
    width: 100vw;
    height: 100vh;
    padding-top: var(--header-height);
    background-color: #fff;
    transform: none;
    z-index: 10;
    transition: transform 0.66s, visibility 0.66s;
  }
  .menu[aria-hidden='true'] {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
.menu__list {
  display: flex;
  align-items: center;
}
@media (max-width: 61.99875rem) {
  .menu__list {
    flex-direction: column;
    gap: 1.875rem;
    width: 100%;
    max-height: 100%;
    padding: 3.75rem 0 7.5rem;
    overflow-x: hidden;
    overscroll-behavior: contain;
  }
}
@media (min-width: 61.99875rem) {
  .menu__list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1.375rem;
    row-gap: 0.4375rem;
  }
}
@media (min-width: 61.99875rem) and (min-width: 104.99875rem) {
  .menu__list {
    column-gap: 1.875rem;
  }
}
.menu__item {
  position: relative;
}
@media (min-width: 61.99875rem) {
  .menu__item {
    flex-shrink: 0;
  }
}
.menu__link {
  font-family: 'Unbounded', sans-serif;
}
@media (max-width: 61.99875rem) {
  .menu__link {
    font-weight: 400;
    font-size: 1rem;
  }
}
@media (min-width: 61.99875rem) {
  .menu__link {
    font-weight: 300;
    font-size: 0.75rem;
  }
}
@media (min-width: 61.99875rem) and (min-width: 104.99875rem) {
  .menu__link {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .menu__link {
    transition: color 0.4s;
  }
  .menu__link:hover {
    color: #ee2737;
  }
}
.menu__link.active {
  color: #ee2737;
}

._hide-scrolling .header {
  padding-right: var(--scroll-width);
}
body._hide-scrolling {
  overflow: hidden;
  padding-right: var(--scroll-width);
}

.title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 104.99875rem) {
  .title {
    font-size: 2rem;
  }
}

.z-c-m__close,
.z-c-m__content {
  width: 0 !important;
  pointer-events: none !important;
}
.z-circle-message-button.z-message-opened .z-c-m__content,
.z-circle-message-button.z-message-opened .z-c-m__close {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  pointer-events: all !important;
  width: auto !important;
}

.form {
  max-width: 500px;
  background: #161718;
  border-radius: 20px;
  cursor: default;
  overflow: hidden;
}
.form form {
  padding: 20px 20px 25px;
}
.form input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
  border-radius: 12px;
}
.form button {
  display: block;
  width: 100%;
  padding: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #ee2737;
  border-radius: 12px;
}
.form__image {
  pointer-events: none;
  user-select: none;
}
.form__image img {
  width: 100%;
}

 .footer {
    position: relative;
  }
  
  input._error {
  box-shadow: inset 0 0 0 2px #ee2737;
  background-color: #ecdbdc;
}

