

/* Start:/local/templates/.default/assets/css/libs.css?171751286530516*/
/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .container {
    max-width: 1240px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));

  --bs-gutter-x: 20px;
}

.row > * {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.col {
  flex: 1 0 0;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 10%;
}

.col-2 {
  flex: 0 0 auto;
  width: 20%;
}

.col-3 {
  flex: 0 0 auto;
  width: 30%;
}

.col-4 {
  flex: 0 0 auto;
  width: 40%;
}

.col-5 {
  flex: 0 0 auto;
  width: 50%;
}

.col-6 {
  flex: 0 0 auto;
  width: 60%;
}

.col-7 {
  flex: 0 0 auto;
  width: 70%;
}

.col-8 {
  flex: 0 0 auto;
  width: 80%;
}

.col-9 {
  flex: 0 0 auto;
  width: 90%;
}

.col-10 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 10%;
}

.offset-2 {
  margin-left: 20%;
}

.offset-3 {
  margin-left: 30%;
}

.offset-4 {
  margin-left: 40%;
}

.offset-5 {
  margin-left: 50%;
}

.offset-6 {
  margin-left: 60%;
}

.offset-7 {
  margin-left: 70%;
}

.offset-8 {
  margin-left: 80%;
}

.offset-9 {
  margin-left: 90%;
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 30%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 40%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 70%;
  }

  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 1240px) {
  .col-xl {
    flex: 1 0 0;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 10%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 30%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 40%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 60%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 70%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 80%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 90%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 10%;
  }

  .offset-xl-2 {
    margin-left: 20%;
  }

  .offset-xl-3 {
    margin-left: 30%;
  }

  .offset-xl-4 {
    margin-left: 40%;
  }

  .offset-xl-5 {
    margin-left: 50%;
  }

  .offset-xl-6 {
    margin-left: 60%;
  }

  .offset-xl-7 {
    margin-left: 70%;
  }

  .offset-xl-8 {
    margin-left: 80%;
  }

  .offset-xl-9 {
    margin-left: 90%;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 1240px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }
}
/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */
@font-face {
  font-weight: 400;
  font-family: swiper-icons;
  font-style: normal;

  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");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  position: relative;
  z-index: 1;

  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;

  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;

  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: auto;

  transition-property: -webkit-transform;
  transition-property:         transform;
  transition-property:         transform, -webkit-transform;
}

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

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

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

.swiper-slide {
  position: relative;

  flex-shrink: 0;
  width: 100%;
  height: 100%;

  transition-property: -webkit-transform;
  transition-property:         transform;
  transition-property:         transform, -webkit-transform;
}

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

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

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;

  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

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

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;

  width: 100%;
  height: 100%;

  pointer-events: none;
}

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

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

.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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";

  flex-shrink: 0;
  order: 9999;
}

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

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

.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%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  pointer-events: none;
}

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

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

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

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;

  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);

  color: var(--swiper-navigation-color, var(--swiper-theme-color));

  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;

  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;

  pointer-events: none;
}

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

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

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

.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;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;

  text-align: center;

  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);

  transition: 0.3s opacity;
}

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

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

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

  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;

  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;

  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

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

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

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

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

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

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

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));

  background: var(--swiper-pagination-bullet-inactive-color, #000000);
  border-radius: 50%;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;

  border: 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 {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;

  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;

  width: 8px;

  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;

  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -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%;

  white-space: nowrap;

  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

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

.swiper-pagination-progressbar {
  position: absolute;

  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;

  width: 4px;
  height: 100%;
}

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

.swiper-scrollbar {
  position: relative;

  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;

  -ms-touch-action: none;
}

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

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

  width: 98%;
  height: 5px;
}

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

  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

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

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

.swiper-zoom-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;

  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;

  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;

  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;

  opacity: 0;

  pointer-events: none;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;

  transition-timing-function: ease-out;
}

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

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

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

.swiper-fade .swiper-slide {
  transition-property: opacity;

  pointer-events: none;
}

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

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  z-index: 1;

  width: 100%;
  height: 100%;

  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: hidden;

  pointer-events: none;
}

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

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

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

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  visibility: visible;

  pointer-events: auto;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;

  width: 100%;
  height: 100%;

  opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: #000000;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  z-index: 1;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;

  pointer-events: none;
}

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

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

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  overflow: hidden;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;

  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;

  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/*# sourceMappingURL=libs.css.map */

/* End */


/* Start:/local/templates/.default/assets/css/main.css?171751286582747*/
@charset "UTF-8";
@-webkit-keyframes ani {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@font-face {
  font-weight: 400;
  font-family: "FactorA";
  font-style: normal;

  font-display: swap;
  src: url("/local/templates/.default/assets/css/../fonts/FactorA-Regular.woff2") format("woff2");
}
@font-face {
  font-weight: 500;
  font-family: "FactorA-500";
  font-style: normal;

  font-display: swap;
  src: url("/local/templates/.default/assets/css/../fonts/FactorAMedium-Regular.woff2") format("woff2");
}
html {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh !important;
  margin: 0;
}

main {
  flex: 1 0 auto;
  padding-top: 63px;
  padding-bottom: 60px;
  overflow-x: hidden;
}
@media (min-width: 1240px) {
  main {
    padding-top: 70px;
    padding-bottom: 160px;
    overflow-x: clip;
  }
}

section {
  margin-bottom: 55px;
}
section:last-child {
  margin-bottom: 0;
}
@media (min-width: 1240px) {
  section {
    margin-bottom: 120px;
  }
}

* {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  font-family: "FactorA", sans-serif;
  color: #002643;
}
@media (min-width: 1240px) {
  * {
    font-size: 21px;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

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

  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;

  list-style: none;
}

button {
  padding: 0;

  color: inherit;

  background: transparent;
  border: none;
  cursor: pointer;
}

input {
  border: none;
  outline: none;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

h1 {
  font-size: 1.778rem;
}
@media (min-width: 1240px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  margin-bottom: 20px;

  font-size: 1.333rem;
}
@media (min-width: 1240px) {
  h2 {
    margin-bottom: 30px;

    font-size: 1.5rem;
  }
}

.btn-red {
  display: block;
  padding: 10px 20px;

  font-size: 0.833rem;
  text-align: center;
  color: white;

  background: #ff3048;
  border: 1px solid transparent;
  border-radius: 30px;

  transition: 0.3s;
}
@media (min-width: 1240px) {
  .btn-red {
    font-size: 0.75rem;
  }
}

.btn-border-red {
  display: block;
  padding: 10px 20px;

  font-size: 0.833rem;
  text-align: center;
  color: #ff3048;

  border: 1px solid #ff3048;
  border-radius: 30px;
  cursor: pointer;

  transition: 0.3s;
}
@media (min-width: 1240px) {
  .btn-border-red {
    font-size: 0.75rem;
  }
}

.btn-def {
  display: inline-block;
  padding: 10px 20px 8px;

  font-size: 0.833rem;
  color: #002643;
  letter-spacing: 0.5px;

  background: white;
  border-radius: 30px;
}
.btn-def.red {
  color: #ff3048;
}
.btn-def.blue {
  color: #0e71ff;
}
.btn-def.purple {
  color: #b7006b;
}
.btn-def.dark {
  color: #002643;
}
.btn-def.active {
  color: white;

  background: #002643;
}
@media (min-width: 1240px) {
  .btn-def {
    font-size: 0.708rem;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;

  gap: 10px;
}
.slick-dots li {
  width: 81px;
  height: 5px;

  background: #c4c4c4;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #002643;
}
.slick-dots button {
  font-size: 0;
}

.swiper-pagination {
  position: static;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;

  gap: 10px;
}
.swiper-pagination-bullet {
  width: 81px;
  height: 5px;
  margin: 0 !important;

  background: #c4c4c4;
  border-radius: 0;
  cursor: pointer;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #002643;
}

.integration-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 67px;

  background: #f3f4f6;
  border-radius: 10px;
}
@media (max-width: 1239.88px) {
  .integration-item {
    width: 135px !important;
    margin-right: 5px;
  }
}
.integration-item img {
  max-width: 65%;
  max-height: 64%;
}
@media (min-width: 1240px) {
  .integration-item {
    height: 90px;
  }
}

.section__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;

  gap: 10px 20px;
}
.section__title h2 {
  margin-bottom: 0;
}
.section__title .view-all {
  margin-left: auto;
}
@media (min-width: 1240px) {
  .section__title {
    margin-bottom: 30px;
  }
}

.view-all {
  display: block;
}
.view-all span {
  font-size: 0.833rem;
}
.view-all::after {
  content: url("/local/templates/.default/assets/css/../img/sprite.svg#arrow-down");

  display: inline-block;
  width: 10px;

  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 1240px) {
  .view-all span {
    font-size: 0.708rem;
  }
}

.section__top {
  margin-bottom: 30px;
}
.section__top-title {
  margin-bottom: 5px;
}
.section__top .btn-red {
  margin-top: 18px;
}
@media (min-width: 1240px) {
  .section__top {
    margin-bottom: 40px;
  }
  .section__top-title {
    margin-bottom: 9px;
  }
  .section__top .btn-red {
    width: 246px;
    margin-top: 30px;
  }
}

.content-tags {
  display: flex;
  flex-wrap: wrap;

  gap: 5px;
}
.content-tags__item {
  display: inline-block;
  padding: 7px 14px 5px;

  font-size: 0.833rem;
  color: #002643;
  letter-spacing: 0.5px;

  background: white;
  border-radius: 30px;
}
.content-tags__item.red {
  color: white;

  background: #ff3048;
}
@media (min-width: 1240px) {
  .content-tags__item {
    font-size: 0.625rem;
  }
}

.go-more {
  width: 27px;
  height: 27px;

  background-color: white;
  background-image: url("/local/templates/.default/assets/css/../img/sprite.svg#arrow-down");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 1239.88px) {
  .partners-slider.swiper {
    overflow: visible;

            clip-path: inset(-100vw -100vw -100vw 0);

    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  }
}
@media (min-width: 1240px) {
  .partners-slider {
    /*display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;*/
  }
  .partners-slider .swiper-wrapper {
    display: grid;

    -webkit-transform: none !important;
            transform: none !important;

    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
  }
}

.link {
  -webkit-text-decoration-color: rgba(0, 38, 67, 0.12);
          text-decoration-color: rgba(0, 38, 67, 0.12);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-underline-position: auto;
}

.header {
  position: fixed;
  z-index: 100;

  width: 100%;

  background: white;
}
@media (max-width: 1239.88px) {
  .header.opened {
    height: 100vh;
    padding-bottom: 56px;
    overflow-y: scroll;
  }
  .header.opened .header__menu_mob {
    display: block;
  }
  .header.opened .header__logo {
    position: -webkit-sticky;
    position:         sticky;
  }
  .header.opened .header__top {
    border-bottom: none;
  }
  .header.opened .header__top-right {
    position: -webkit-sticky;
    position:         sticky;
  }
  .header.opened .header__auth-mobile {
    display: flex;
  }
  .header.opened .header__consultation {
    display: block;
  }
}
.header .burger {
  position: relative;

  width: 35px;
  height: 35px;

  background: #ff3048;
  border-radius: 50%;

  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.header .burger .btn11 {
  position: absolute;
  top: 0;
  left: 0;

  width: 35px;
  height: 35px;

  transition-duration: 0.5s;
}
.header .burger .btn11 .icon-left {
  position: absolute;
  top: 17px;
  left: 8px;

  width: 9px;
  height: 1px;

  background-color: white;

  transition-duration: 0.5s;
}
.header .burger .btn11 .icon-left:before {
  content: "";
  position: absolute;
  top: -5px;

  width: 9px;
  height: 1px;

  background-color: white;

  transition-duration: 0.5s;
}
.header .burger .btn11 .icon-left:after {
  content: "";
  position: absolute;
  top: 5px;

  width: 9px;
  height: 1px;

  background-color: white;

  transition-duration: 0.5s;
}
.header .burger .btn11 .icon-left:hover {
  cursor: pointer;
}
.header .burger .btn11 .icon-right {
  position: absolute;
  top: 17px;
  left: 17px;

  width: 9px;
  height: 1px;

  background-color: white;

  transition-duration: 0.5s;
}
.header .burger .btn11 .icon-right:before {
  content: "";
  position: absolute;
  top: -5px;

  width: 9px;
  height: 1px;

  background-color: white;

  transition-duration: 0.5s;
}
.header .burger .btn11 .icon-right:after {
  content: "";
  position: absolute;
  top: 5px;

  width: 9px;
  height: 1px;

  background-color: white;

  transition-duration: 0.5s;
}
.header .burger .btn11.open .icon-left {
  background: transparent;

  transition-duration: 0.5s;
}
.header .burger .btn11.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) translate(3px, 0);
          transform: rotateZ(45deg) translate(3px, 0);
}
.header .burger .btn11.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) translate(3px, 0);
          transform: rotateZ(-45deg) translate(3px, 0);
}
.header .burger .btn11.open .icon-right {
  background: transparent;

  transition-duration: 0.5s;
}
.header .burger .btn11.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) translate(-2px, 1px);
          transform: rotateZ(-45deg) translate(-2px, 1px);
}
.header .burger .btn11.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) translate(-2px, -1px);
          transform: rotateZ(45deg) translate(-2px, -1px);
}
.header .burger .btn11:hover {
  cursor: pointer;
}
@media (max-width: 1239.88px) {
  .header__menu_desktop {
    display: none;
  }
}
.header__menu_desktop ul {
  display: flex;
}
.header__menu_mob {
  display: none;
  margin-bottom: 15px;
}
@media (max-width: 1239.88px) {
  .header__menu_mob {
    flex-basis: 100%;
  }
}
.header__menu_mob .single-item {
  padding: 16px 30px 16px 0;
  /*a{
   @include bottom-light;
  }*/
}
.header__menu_mob .parent-item {
  position: relative;
}
.header__menu_mob .parent-item > ul {
  position: absolute;
  z-index: -10;

  height: 0;

  opacity: 0;

  transition-duration: 0s, 0.7s;
  transition-property: opacity, padding-bottom;
}
.header__menu_mob .parent-item > span::after {
  content: url("/local/templates/.default/assets/css/../img/sprite.svg#arrow-down");
  position: absolute;
  top: 18px;
  right: 10px;

  width: 13px;
  height: 15px;

  transition: 0.3s;
}
.header__menu_mob .parent-item.opened > ul {
  position: static;

  height: auto;
  padding-top: 8px;
  padding-bottom: 40px;

  opacity: 1;

  transition-duration: 0.4s, 1s;
  transition-property: opacity, padding-bottom;
}
.header__menu_mob .parent-item.opened > span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__menu .child-block {
  margin-bottom: 30px;
  /*&__link span, &>a{
    @include bottom-light;
  }*/
}
.header__menu .child-block:last-child {
  margin-bottom: 0;
}
.header__menu .child-block > span {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1239.88px) {
  .header__menu .child-block ul {
    padding-top: 6px;
    padding-left: 20px;
  }
}
.header__menu .child-block ul li {
  margin-bottom: 15px;
}
.header__menu .child-block ul li:last-child {
  margin-bottom: 0;
}
.header__menu .child-block__link {
  margin-bottom: 4px;
}
.header__menu .child-block__link span {
  display: block;
  margin-bottom: 4px;
}
.header__menu .child-block__link span:last-child {
  margin-bottom: 0;
}
.header__menu .child-block__link *,
.header__menu .child-block a {
  font-size: 0.833rem;
}
.header__menu .main-item {
  border-bottom: 1px solid rgba(0, 38, 67, 0.12);
}
.header__menu .main-item > span {
  display: block;
  padding: 16px 30px 16px 0;
}
.header__menu .main-item__link {
  margin-bottom: 16px;
  /*a{
    @include bottom-light;
  }*/
}
.header__menu .main-item__link:last-child {
  margin-bottom: 0;
}
.header__top {
  display: flex;
  flex-wrap: wrap;
}
.header__top-right {
  display: flex;
  justify-content: flex-end;

          column-gap: 15px;

  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
}
@media (max-width: 1239.88px) {
  .header__top-right {
    top: 0;
    z-index: 1;

    flex-basis: 50%;
    align-items: center;
    height: 63px;

    background: white;
    border-bottom: 1px solid rgba(0, 38, 67, 0.12);
  }
}
@media (max-width: 1239.88px) {
  .header__bot .desktop-menu {
    display: none;
  }
}
.header__bot .desktop-menu__item {
  display: none;
}
@media (max-width: 1239.88px) {
  .header__phone span {
    display: none;
  }
}
.header__phone-mob {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 5px;

  border: 1px solid #ff3048;
  border-radius: 50%;
}
@media (max-width: 1239.88px) {
  .header__logo {
    top: 0;
    z-index: 1;

    display: flex;
    flex-basis: 50%;
    align-items: center;
    height: 63px;

    background: white;
    border-bottom: 1px solid rgba(0, 38, 67, 0.12);
  }
}
.header__logo img {
  max-width: 109px;
}
@media (max-width: 1239.88px) {
  .header__auth {
    width: 100%;
  }
  .header__auth-desktop {
    display: none;
  }
}
.header__auth-mobile {
  display: none;
  margin-bottom: 30px;

          column-gap: 11px;

  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
}
.header__auth-mobile a,
.header__auth-mobile button {
  flex-basis: 50%;
}
@media (max-width: 1239.88px) {
  .header__consultation {
    display: none;
  }
}
.header__consultation-wrap {
  display: flex;
}
@media (max-width: 1239.88px) {
  .header__consultation-wrap {
    flex-wrap: wrap;
    padding: 15px;

    background: rgba(14, 113, 255, 0.3);
    border-radius: 10px;
  }
}
.header__consultation p {
  font-size: 0.833rem;
}
@media (max-width: 1239.88px) {
  .header__consultation p {
    flex-basis: calc(100% - 44px);
    margin-bottom: 15px;
  }
  .header__consultation p a {
    display: block;
    margin-bottom: 3px;
  }
}
.header__consultation p a {
  font-size: 0.889rem;
}
@media (min-width: 1240px) {
  .header .burger {
    display: none;
  }
  .header__top {
    align-items: flex-end;
    height: 70px;
    padding-bottom: 10px;

    border-bottom: 1px solid rgba(0, 38, 67, 0.12);
  }
  .header__top * {
    font-size: 0.708rem;
  }
  .header__auth {
    display: flex;
    margin-left: 15px;
    padding-left: 15px;

    border-left: 1px solid #e0e5e8;
  }
  .header__auth-desktop__login {
    margin-left: 13px;
  }
  .header__auth-desktop__login::after {
    content: url("/local/templates/.default/assets/css/../img/sprite.svg#arrow-down");

    display: inline-block;
    width: 10px;
    margin-left: 6px;

    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header__menu_desktop {
    flex-grow: 1;
    margin-left: 35px;

    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .header__menu_desktop li[data-item] {
    position: relative;

    padding-bottom: 10px;
  }
  .header__menu_desktop li:not(.header__menu_desktop li:last-child) {
    margin-right: 15px;
  }
  .header__menu_desktop li[data-item] span:hover {
    cursor: pointer;
  }
  .header__menu_desktop li[data-item].mouseenter::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;

    height: 1px;

    background: #002643;
  }
  .header__menu_desktop li.single-item {
    margin-bottom: 10px;
  }
  .header__menu_desktop li.single-item a {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .header__menu_desktop li.single-item:hover a {
    -webkit-text-decoration-color: rgba(0, 38, 67, 0.12);
            text-decoration-color: rgba(0, 38, 67, 0.12);
  }
  .header__menu .child-block {
    /*a{
      @include bottom-light();
    }*/
  }
  .header__menu .child-block__link *,
  .header__menu .child-block a {
    font-size: 0.708rem;
  }
  .header__menu .child-block > span {
    margin-bottom: 17px;
  }
  .header__menu .child-block ul li {
    margin-bottom: 20px;

    line-height: normal;
  }
  .header__menu .main-item__link {
    margin-bottom: 35px;
  }
  .header .desktop-menu {
    padding: 40px 0 70px;
  }
  .header .desktop-menu__columns {
    display: flex;

    /*        column-gap: 45px;*/

    /*-webkit-column-gap: 45px;*/
    /*   -moz-column-gap: 45px;*/
  }
  .header .desktop-menu__columns .child-block {
    flex-basis: 194px;
    line-height: normal;
  }
  .header .desktop-menu__columns > ul, .header .desktop-menu__columns > div {
    margin-right: 45px;
  }
  .header .desktop-menu__columns .child-block__link span {
    font-family: "FactorA-500", sans-serif;
  }
  .header__bot {
    display: none;
  }
  .header__consultation {
    background: rgba(14, 113, 255, 0.3);
  }
  .header__consultation-wrap {
    align-items: center;
    height: 50px;
  }
  .header__consultation .go-more {
    display: none;
  }
  .header__consultation svg {
    order: -1;
    width: 30px;
    height: 30px;
  }
  .header__consultation p {
    font-size: 0.667rem;
  }
  .header__consultation p a {
    font-size: 0.667rem;
  }
}

.footer {
  padding: 15px 0 56px;

  background: #002643;
}
.footer__top {
  margin-bottom: 15px;
}
.footer__subscribe {
  position: relative;
}
@media (max-width: 1239.88px) {
  .footer__subscribe {
    margin-bottom: 35px;
  }
}
.footer__subscribe input {
  width: 100%;
  height: 55px;
  padding: 0 45px 0 15px;

  color: white;

  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.footer__subscribe input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__subscribe input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__subscribe input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__subscribe-submit {
  position: absolute;
  top: 10px;
  right: 10px;

  width: 35px;
  height: 35px;

  background-color: white;
  background-image: url("/local/templates/.default/assets/css/../img/sprite.svg#arrow-go");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  border-radius: 50%;
  cursor: pointer;
}
.footer__social {
  display: flex;

          column-gap: 11px;

  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
}
.footer__social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;

  background: white;
  border-radius: 50%;
}
.footer__menu {
  margin-bottom: 22px;
}
@media (max-width: 1239.88px) {
  .footer__menu {
    border-top: 1px solid #1e4059;
  }
  .footer__menu .parent-item {
    position: relative;
  }
  .footer__menu .parent-item > ul {
    display: none;
    padding-top: 8px;
    padding-bottom: 40px;
  }
  .footer__menu .parent-item > span::after {
    content: url("/local/templates/.default/assets/css/../img/sprite.svg#arrow-down_white");
    position: absolute;
    top: 18px;
    right: 10px;

    width: 13px;
    height: 15px;

    transition: 0.3s;
  }
  .footer__menu .parent-item.opened > ul {
    display: block;
  }
  .footer__menu .parent-item.opened > span::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer__menu .main-item > span,
  .footer__menu .single-item {
    display: block;
    padding: 16px 30px 16px 0;
  }
  .footer__menu .single-item a {
    color: white;
  }
  .footer__menu .main-item {
    border-bottom: 1px solid #1e4059;
  }
  .footer__menu .child-block {
    margin-bottom: 30px;
  }
  .footer__menu .child-block:last-child {
    margin-bottom: 0;
  }
}
.footer__menu a {
  font-size: 0.833rem;
  color: rgba(255, 255, 255, 0.7);

  -webkit-text-decoration-color: rgba(229, 233, 236, 0.15);
          text-decoration-color: rgba(229, 233, 236, 0.15);
}
.footer__menu span {
  font-size: 0.833rem;
  color: white;
}
.footer__menu .child-block span {
  display: block;
  margin-bottom: 12px;
}
.footer__menu__link {
  margin-bottom: 13px;

  line-height: initial;
}
.footer__menu__link:last-child {
  margin-bottom: 0;
}
.footer__logo {
  margin-right: 16px;
}
@media (max-width: 1239.88px) {
  .footer__logo {
    display: none;
  }
}
.footer__contacts {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.footer__contacts-item {
  margin-right: 11px;
  padding: 0 20px;

  font-size: 0.778rem;
  line-height: 44px;
  color: white;

  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}
.footer__contacts-item:last-child {
  margin-right: 0;
}
.footer__bot-links {
  line-height: 16px;
}
@media (max-width: 1239.88px) {
  .footer__bot-links {
    margin-bottom: 86px;
  }
}
.footer__bot-links li {
  margin-bottom: 13px;

  line-height: inherit;
}
.footer__bot-links li:last-child {
  margin-bottom: 0;
}
.footer__bot-links a {
  font-size: 0.833rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);

  -webkit-text-decoration-color: rgba(229, 233, 236, 0.15);
          text-decoration-color: rgba(229, 233, 236, 0.15);
}
.footer__bot-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__bot-right * {
  font-size: 0.833rem;
  color: rgba(255, 255, 255, 0.4);
}
.footer__bot-right a {
  margin-right: 15px;

  -webkit-text-decoration-color: rgba(229, 233, 236, 0.15);
          text-decoration-color: rgba(229, 233, 236, 0.15);
}
.footer__bot-right__wrap {
  margin-bottom: 3px;
}
@media (max-width: 1239.88px) {
  .footer__bot-right .sk-participant {
    max-width: 59px;
  }
}
@media (min-width: 1240px) {
  .footer {
    padding-top: 20px;
  }
  .footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .footer__subscribe {
    width: 910px;
  }
  .footer__menu {
    margin-bottom: 100px;
  }
  .footer__menu span {
    font-size: 0.708rem;
    font-family: "FactorA-500", sans-serif;
  }
  .footer__menu a {
    font-size: 0.708rem;
  }
  .footer__menu > ul {
    display: grid;

    gap: 54px 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__menu .multi-level {
    grid-column: 1/4;
  }
  .footer__menu .multi-level > span {
    display: block;
    height: 30px;
  }
  .footer__menu .multi-level > ul {
    display: flex;
    padding-top: 12px;

    border-top: 1px solid #1e4059;

    gap: 20px;
  }
  .footer__menu .multi-level > ul .child-block {
    flex: 1 0 0;
  }
  .footer__menu .multi-level > ul .child-block span {
    display: block;
    margin-bottom: 7px;
  }
  .footer__menu .main-item:not(.multi-level) {
    margin-top: 30px;
    padding-top: 12px;

    border-top: 1px solid #1e4059;
  }
  .footer__menu .main-item:not(.multi-level) > span {
    display: block;
    margin-bottom: 7px;
  }
  .footer__menu__link {
    margin-bottom: 11px;

    font-size: 0.5em;
  }
  .footer__contacts {
    margin-bottom: 20px;
  }
  .footer__contacts-item {
    font-size: 0.667rem;
    line-height: 37px;
  }
  .footer__bot {
    padding-top: 14px;

    border-top: 1px solid #1e4059;
  }
  .footer__bot-links {
    display: flex;
    flex-wrap: wrap;

            column-gap: 15px;

    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
  }
  .footer__bot-links a {
    font-size: 0.625rem;
  }
  .footer__bot-right {
    position: relative;

    flex-direction: column;
  }
  .footer__bot-right .sk-participant {
    position: absolute;
    bottom: -30px;
  }
  .footer__bot-right * {
    font-size: 0.625rem;
  }
}

@media (max-width: 768px) {
  .first {
    margin-bottom: 80px;
  }
}
.first h1 {
  margin-bottom: 10px;

  line-height: 1;
}
.first h1:last-child {
  margin-bottom: 0;
}
.first__text {
  margin-bottom: 25px;
  padding-top: 15px;
}
.first .btn-red {
  width: -webkit-fit-content;
  width:    -moz-fit-content;
  width:         fit-content;
}
.first__img {
  padding-top: 15px;
}
.first_main {
  margin-bottom: 46px;
}
@media (max-width: 767.88px) {
  .first__btns {
    display: flex;

            column-gap: 10px;

    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
  }
  .first__btns .btn-red,
  .first__btns .btn-border-red {
    flex: 1 0 0;
  }
}
@media (min-width: 768px) {
  .first {
    /*h1{
      font-size: $px48-desktop;
    }*/
  }
  .first__text {
    margin-bottom: 38px;
    padding-top: 60px;
  }
  .first .btn-red,
  .first .btn-border-red {
    width: 276px;
    margin-bottom: 10px;

    line-height: 1.5;
  }
  .first__img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 35px;
  }
  .first__img img {
    max-width: 85%;
  }
  .first_main {
    margin-bottom: 4px;
  }
  .first_main h1 {
    max-width: 435px;
  }
}
@media (min-width: 1240px) {
  .first {
    /*&_partner-program{
      margin-bottom: 20px;
    }
    &_partner-specialists{
      margin-bottom: 46px;}*/
  }
  .first h1 {
    margin-bottom: 25px;

    font-size: 2.3rem;
  }
  .first_generator {
    margin-bottom: 80px;
  }
  .first__text p {
    font-size: 24px;
  }
}

.benefits__text {
  margin-bottom: 30px;
  padding-top: 15px;

  border-top: 1px solid rgba(0, 38, 67, 0.12);
}
@media (max-width: 1239.88px) {
  .benefits__item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;

            column-gap: 10px;

    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
  }
  .benefits__item:last-child {
    margin-bottom: 0;
  }
  .benefits__item-wrap {
    flex: 1 0 0;
  }
}
.benefits__item-title {
  margin-bottom: 3px;

  font-size: 0.889rem;
}
@media (max-width: 1239.88px) {
  .benefits__item-title {
    font-family: "FactorA-500", sans-serif;
  }
}
.benefits__item-count {
  flex-basis: 100%;

  font-size: 1.333rem;
}
.benefits__item p {
  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .benefits__text {
    margin-bottom: 47px;
  }
  .benefits__items {
    display: flex;

    /*        column-gap: 38px;*/

    /*-webkit-column-gap: 38px;*/
    /*   -moz-column-gap: 38px;*/
  }
  .benefits__item {
    flex: 1 0 0;
    margin-right: 38px;
  }
  .benefits__item:last-child {
    margin-right: 0;
  }
  .benefits__item-title {
    font-size: 0.9rem;
  }
  .benefits__item-count {
    font-size: 1.7rem;
  }
  .benefits__item p {
    font-size: 0.667rem;
  }
  .benefits__item img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
}

.colored {
  margin-bottom: 50px;
}
.colored__items {
  display: flex;
  flex-direction: column;
}
.colored__item {
  margin-bottom: 10px;
  padding: 15px;
  overflow: hidden;

  border-radius: 10px;
}
.colored__item.purple {
  background-color: #b7006b;
}
.colored__item.blue {
  background-color: #0e71ff;
}
.colored__item.red {
  background-color: #ff3048;
}
.colored__item.dark {
  background-color: #002643;
}
@media (max-width: 768px) {
  .colored__item.promotion .colored__title {
    font-size: 1.333rem;
  }
  .colored__item.promotion .colored__text {
    max-width: 262px;
  }
}
.colored__item.special-tariffs .colored__title {
  margin-bottom: 37px;
}
@media (max-width: 1239.88px) {
  .colored__item.special-tariffs .colored__title {
    font-size: 1.2rem;
  }
}
.colored__item.optimizer {
  min-height: 300px;
  padding-bottom: 40px;
}
.colored__item.optimizer .colored__img img {
  max-height: 460px;
}
@media (max-width: 1239.88px) {
  .colored__item.optimizer .colored__img {
    margin-bottom: 20px;
  }
}
@media (max-width: 1239.88px) {
  .colored__item.be-partner {
    background: #ff3048;
  }
  .colored__item.be-partner .btn-def {
    color: #ff3048;
  }
}
.colored__item.be-partner p {
  font-size: 0.833rem;
  color: white;
}
@media (max-width: 1239.88px) {
  .colored__item.ad-at-glance .colored__img {
    margin-bottom: 20px;
  }
}
.colored__wrap .btn-def {
  margin-top: 38px;
}
.colored__img {
  /*@include media-max(){
    display: flex;
    justify-content: center;
  }*/
}
@media (min-width: 768px) and (max-width: 1239.88px) {
  .colored__img {
    max-width: 50%;
  }
}
.colored__img img {
  width: -webkit-max-content;
  width:    -moz-max-content;
  width:         max-content;

  border-radius: 10px;
}
@media (max-width: 1239.88px) {
  .colored__img img {
    margin-bottom: 10px;
  }
}
.colored__title {
  margin-bottom: 5px;

  color: white;
}
.colored__text {
  color: rgba(255, 255, 255, 0.7);
}
.colored__text:last-child {
  margin-bottom: 0;
}
.colored__list li {
  color: white;
}
@media (max-width: 1239.88px) {
  .colored__list {
    padding-left: 20px;

    list-style: inherit;
  }
  .colored__list li {
    margin-bottom: 20px;
  }
}
.colored .benefits__items {
  margin-top: 30px;
}
.colored .benefits__item-title {
  color: white;
}
.colored .benefits__item p {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1240px) {
  .colored {
    margin-bottom: 100px;
  }
  .colored__item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 35px 40px 15px;

            column-gap: 40px;

    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
  }
  .colored__item.flexible-rules {
    padding-left: 350px;

    background-image: url("/local/templates/.default/assets/css/../img/main/flexible-rules-back.svg");
    background-repeat: no-repeat;
    background-position: left 42px;
  }
  .colored__item.flexible-rules .flexible-rules__top {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    margin-bottom: 18px;

            column-gap: 40px;

    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
  }
  .colored__item.flexible-rules .flexible-rules__top .btn-def {
    margin-top: 0;
  }
  .colored__item.flexible-rules .colored__img img {
    max-width: 617px;
  }
  .colored__item.extended-statistics {
    background-image: url("/local/templates/.default/assets/css/../img/main/extended-statistics.svg");
    background-repeat: no-repeat;
    background-position: 378px 244px;
  }
  .colored__item.effective-strategies {
    background-image: url("/local/templates/.default/assets/css/../img/main/effective-strategies.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .colored__item.effective-strategies .colored__img {
    flex-grow: 0;
    flex-basis: auto;
  }
  .colored__item.effective-strategies .colored__img img {
    max-width: 458px;
  }
  .colored__item.promotion {
    position: relative;

    display: block;
    padding-top: 15px;
  }
  .colored__item.promotion::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 30%;

    background: url("/local/templates/.default/assets/css/../img/main/promotion-back.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .colored__item.promotion .colored__text {
    margin-bottom: 0;

    font-size: 0.75rem;
  }
  .colored__item.promotion .colored__wrap {
    flex-basis: auto;
  }
  .colored__item.promotion .colored__wrap .btn-def {
    margin-top: 0;
  }
  .colored__item.special-tariffs {
    position: relative;

    display: block;
    padding-top: 15px;
  }
  .colored__item.special-tariffs::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 30%;

    background: url("/local/templates/.default/assets/css/../img/colored-back-1.svg");
    background-color: #0e71ff;
    background-repeat: no-repeat;
    background-position-y: center;
  }
  .colored__item.special-tariffs .colored__title {
    margin-bottom: 60px;
  }
  .colored__item.special-tariffs .colored__wrap {
    flex-basis: auto;
  }
  .colored__item.ad-at-glance {
    /*flex-direction: column;
    padding-bottom: 0;*/
  }
  .colored__item.ad-at-glance .colored__img img {
    max-width: 100%;
  }
  .colored__item.optimizer {
    padding-bottom: 90px;
  }
  .colored__item.complete-solution .colored__img {
    max-width: 600px;
    margin-left: auto;
  }
  .colored__item.complete-solution .benefits__items {
    margin-top: 20px;
  }
  .colored__item.strategies {
    padding-right: 118px;
  }
  .colored__item.be-partner {
    position: relative;

    display: block;
    padding-top: 15px;
  }
  .colored__item.be-partner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 30%;

    background: url("/local/templates/.default/assets/css/../img/colored-back-1.svg");
    background-color: #ff3048;
    background-repeat: no-repeat;
    background-position-y: center;
  }
  .colored__item.be-partner .colored__wrap {
    flex-basis: auto;
  }
  .colored__item.be-partner p {
    font-size: 0.75rem;
  }
  .colored__wrap {
    flex: 0 0 372px;
  }
  .colored__wrap .btn-def {
    margin-top: 30px;
  }
  .colored__list {
    display: grid;
    margin-bottom: 70px;

            column-gap: 35px;

    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
    grid-template-columns: repeat(4, 1fr);
  }
  .colored__img {
    flex: 1 1 0;
  }
  .colored__img img {
    max-width: 90%;
  }
  .colored .benefits__items {
    flex-basis: 975px;
    margin-top: 60px;
  }
}

.easy-connection {
  margin-bottom: 55px;
}
.easy-connection__title {
  margin-bottom: 26px;
}
.easy-connection h2 {
  margin-bottom: 5px;
}
@media (max-width: 1239.88px) {
  .easy-connection .swiper {
    width: 120%;
  }
  .easy-connection .swiper-pagination {
    display: none;
  }
}
@media (min-width: 1240px) {
  .easy-connection {
    margin-bottom: 120px;
    /*.slick-slide{
      &>div{
        &:first-child{
          margin-bottom: 5px;
        }
      }
    }
    .integration-item{
      width: 200px!important;;
    }*/
  }
  .easy-connection h2 {
    margin-bottom: 0;
  }
  .easy-connection .swiper-wrapper {
    flex-direction: inherit;
  }
}

.cases__item {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;

  border-radius: 10px;
}
.cases__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cases__item .go-more {
    display: none;
  }
}
.cases__item-top {
  position: relative;
  position: relative;
  z-index: 1;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 275px;
  padding: 10px;
}
.cases__item-top img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
     object-fit: cover;
}
.cases__item-top::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;

  height: 50%;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.8;
}
.cases__item-title {
  padding: 5px;

  font-size: inherit;
  color: white;
}
.cases__item-bot {
  display: flex;
  padding: 12px 15px;

          column-gap: 10px;

  background: #f3f4f6;

  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
}
.cases__item-result {
  flex: 1 0 0;
}
.cases__item-result__name {
  margin-bottom: 8px;

  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .cases__item-result__name {
    font-size: 0.708rem;
  }
}
@media (min-width: 992px) {
  .cases__item-top {
    height: 260px;
    padding: 15px;
  }
  .cases__item-bot {
    position: relative;

    padding: 15px 20px;
  }
  .cases__item .go-more {
    position: absolute;
    right: 16px;
    bottom: 16px;
  }
}
@media (min-width: 1240px) {
  .cases .swiper {
    /*overflow: visible;*/

            clip-path: inset(-100vw -100vw -100vw 0);

    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  }
  .cases .swiper .right-transparent-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 20px);
    z-index: 1;

    width: 600px;
  }
  .cases .slick-slide {
    margin-right: 20px;
    margin-left: 0;
  }
}
@media (min-width: 1240px) {
  .cases_content .cases__item {
    display: flex;
    min-height: 310px;
    margin-bottom: 26px;

    transition: 0.3s;
  }
  .cases_content .cases__item:last-child {
    margin-bottom: 0;
  }
  .cases_content .cases__item-top {
    width: calc(50% + 10px);
    height: auto;
  }
  .cases_content .cases__item-top::after {
    content: none;
  }
  .cases_content .cases__item-bot {
    align-items: flex-end;
    width: calc(50% - 10px);
    padding: 20px 20px 8px;
  }
  .cases_content .cases__item-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 100%;

    width: calc(100% - 20px);
    padding: 20px;

    color: #002643;

    -webkit-transform: translateX(10%);
            transform: translateX(10%);

    -webkit-animation: ani 0.5s forwards;
            animation: ani 0.5s forwards;
  }
  .cases_content .cases__item-result {
    flex: 0 0 30%;
  }
  .cases_content .cases__item-result__value {
    font-size: 1.5rem;
  }
}

.feedback {
  padding: 25px 15px 40px;

  background: #f3f4f6;
  border-radius: 10px;
}
.feedback-success img {
  max-width: 70px;
  max-height: 70px;
}
.feedback-success {
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .feedback {
    margin-right: -10px;
    margin-left: -10px;
  }
  .feedback-success  {
    padding-top: 41px;
    padding-bottom: 41px;
    align-items: center;
    margin-bottom: 120px;
  }
}
.feedback h2 {
  margin-bottom: 5px;
}
@media (min-width: 1240px) {
  .feedback {
    padding: 20px 20px 25px;
  }
  .feedback-success {
    padding-top: 41px;
    padding-bottom: 41px;
    align-items: center;
    margin-bottom: 120px;
  }
  .feedback-success .col-2 {
    padding-left: 60px;
  }
}

.form__fields {
  margin-bottom: 35px;
  padding: 0 15px;

  background: white;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .form__fields {
    margin-top: 25px;
  }
}
.form__fields-item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;

  border-bottom: 1px solid rgba(0, 38, 67, 0.12);
}
.form__fields-item:last-child {
  border-bottom: none;
}
.form__fields-item span {
  font-size: 0.833rem;
}
.form__fields-item input,
.form__fields-item textarea {
  padding: 6px 0 0 0;

  font-size: 0.889rem;
}
.form__fields-item input::-webkit-input-placeholder,
.form__fields-item textarea::-webkit-input-placeholder {
  font-size: 0.833rem;
  color: rgba(0, 38, 67, 0.5);
}
.form__fields-item input::-moz-placeholder,
.form__fields-item textarea::-moz-placeholder {
  font-size: 0.833rem;
  color: rgba(0, 38, 67, 0.5);
}
.form__fields-item input::-ms-input-placeholder,
.form__fields-item textarea::-ms-input-placeholder {
  font-size: 0.833rem;
  color: rgba(0, 38, 67, 0.5);
}
.form__fields-item input::placeholder,
.form__fields-item textarea::placeholder {
  font-size: 0.833rem;
  color: rgba(0, 38, 67, 0.5);
}
.form__fields-item input:-webkit-autofill,
.form__fields-item input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.form__fields-item textarea {
  height: 150px;

  border: none;
  outline: none;

  resize: none;
}
.form__radio {
  margin-bottom: 30px;
}
.form__radio-title {
  margin-bottom: 10px;

  font-size: 0.833rem;
}
.form__radio label {
  display: inline-block;
  margin-bottom: 5px;

  cursor: pointer;
}
.form__radio label input {
  display: none;
}
.form__radio label input:checked + span {
  background: transparent;
  border-color: rgba(0, 38, 67, 0.12);
}
.form__radio label span {
  display: block;
  padding: 10px 18px 8px;

  font-size: 0.833rem;

  background-color: white;
  border: 1px solid transparent;
  border-radius: 101px;
}
.form .btn-red {
  width: 100%;

  font-size: inherit;
}
.form__politics {
  margin-top: 10px;

  font-size: 0.833rem;
  line-height: 20px;

  opacity: 0.7;
}
.form__politics a {
  font-size: inherit;
  /*@include bottom-light(rgba($dark-blue,.15));
  line-height: inherit;
  display: inline-block;*/
}
@media (min-width: 1240px) {
  .form__fields-item {
    flex-direction: row;
    align-items: flex-end;

            column-gap: 10px;

    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
  }
  .form__fields-item span {
    flex-basis: 20%;

    font-size: 0.708rem;
  }
  .form__fields-item input,
  .form__fields-item textarea {
    flex-grow: 1;
    padding-top: 25px;

    font-size: 0.75rem;
  }
  .form__fields-item input::-webkit-input-placeholder,
  .form__fields-item textarea::-webkit-input-placeholder {
    font-size: 0.708rem;
  }
  .form__fields-item input::-moz-placeholder,
  .form__fields-item textarea::-moz-placeholder {
    font-size: 0.708rem;
  }
  .form__fields-item input::-ms-input-placeholder,
  .form__fields-item textarea::-ms-input-placeholder {
    font-size: 0.708rem;
  }
  .form__fields-item input::placeholder,
  .form__fields-item textarea::placeholder {
    font-size: 0.708rem;
  }
  .form__fields-item textarea {
    height: 200px;
  }
  .form__radio-title {
    font-size: 0.708rem;
  }
  .form__radio label span {
    font-size: 0.708rem;
  }
  .form__politics {
    max-width: 365px;
    margin-top: 12px;

    font-size: 0.625rem;
  }
}

.blog__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  overflow: hidden;

  border-radius: 10px;
}
.blog__item-top {
  position: relative;
  position: relative;
  z-index: 1;

  width: 100%;
  height: 273px;
  padding: 10px;
}
.blog__item-top img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1239.88px) {
  .blog__item-title {
    font-size: 1.2rem;
  }
}
.blog__item-bot {
  position: relative;

  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 16px 20px 20px;

  background: #f3f4f6;
  /*@include media-max($tablet-large){
    min-height: 230px;
  }*/
}
.blog__item-text {
  margin-top: 8px;
  margin-bottom: 28px;

  font-size: 0.833rem;
}
.blog__item-date {
  margin-top: auto;

  font-size: 0.833rem;
  color: #92a2ae;
}
.blog__item .go-more {
  position: absolute;
  right: 18px;
  bottom: 18px;
}
@media (max-width: 992px) {
  .blog__item_main.with-illustration {
    display: flex;
    flex-direction: column;
  }
  .blog__item_main.with-illustration .blog__item-top {
    order: 0;
  }
  .blog__item_main.with-illustration .content-tags {
    margin-bottom: 18px;

    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .blog__item_main.with-illustration .blog__item-bot {
    padding-top: 10px;
  }
  .blog__item_main.with-illustration .blog__item-top {
    margin-bottom: 36px;
  }
}
.blog__item_main.with-illustration .blog__item-top {
  background: #f3f4f6;
}
.blog__item_main.with-illustration .blog__item-top img {
  -o-object-fit: contain;
     object-fit: contain;
}
.blog__item_main.with-photo {
	background: #f3f4f6;
}
@media (max-width: 992px) {
  .blog__item_main.with-photo {
    position: relative;
  }
  .blog__item_main.with-photo .blog__item-bot {
    position: static;
  }
  .blog__item_main.with-photo .content-tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
  }
}
.blog__item_main .blog__item-title {
  font-size: 1.333rem;
}
@media (min-width: 1240px) {
  .blog__item_main .blog__item-title {
    font-size: 1.5rem;
  }
}
.blog__item_main .blog__item-text {
  font-size: inherit;
}
.blog-slider .blog__item {
  flex-basis: auto;
  height: auto;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*        column-gap: 20px;*/

    /*-webkit-column-gap: 20px;*/
    /*   -moz-column-gap: 20px;*/
  }
  .blog__item {
    flex: 0 0 calc((100% - 40px) / 3);

    /*display: flex;
    flex-direction: column;*/
    /*&-bot{
      flex-grow: 1;}*/
  }
  .blog__item-date {
    font-size: 0.708rem;
  }
  .blog__item_main {
    flex-basis: 100%;
    flex-direction: row;
    min-height: 508px;
  }
  .blog__item_main .blog__item-bot {
    padding-top: 27px;
  }
  .blog__item_main .content-tags {
    margin-bottom: 27px;
  }
  .blog__item_main.with-illustration .blog__item-bot {
    flex-wrap: wrap;
  }
  .blog__item_main.with-illustration .blog__item-top {
    flex-basis: 100%;
    order: -1;
    width: 50%;
  }
  .blog__item_main.with-illustration .blog__item-title,
  .blog__item_main.with-illustration .blog__item-text,
  .blog__item_main.with-illustration .blog__item-date {
    align-self: end;
    width: calc(50% - 40px);
  }
  .blog__item_main.with-illustration .content-tags {
    align-self: end;
    width: calc(50% - 40px);
  }
  .blog__item_main.with-photo {
    flex-direction: row;
  }
  .blog__item_main.with-photo .blog__item-top {
    width: calc(50% + 20px);
    height: auto;
  }
  .blog__item_main.with-photo .blog__item-bot {
    width: calc(50% - 20px);
  }
}

.ready-integrations__item {
  margin-bottom: 20px;
}
.ready-integrations__item-desc {
  padding-top: 13px;

  border-top: 1px solid rgba(0, 38, 67, 0.12);
}
@media (max-width: 1239.88px) {
  .ready-integrations__item-desc {
    margin-bottom: 20px;
  }
}
.ready-integrations__item-title {
  margin-bottom: 4px;

  font-size: 0.889rem;
}
.ready-integrations__item p {
  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .ready-integrations__item {
    display: flex;
  }
  .ready-integrations__item-desc {
    flex: 1;
    margin-right: 20px;
  }
  .ready-integrations__item-title {
    font-size: 0.9rem;
  }
  .ready-integrations__item p {
    font-size: 0.708rem;
  }
  .ready-integrations .partners-slider .swiper-wrapper {
    display: grid;

    gap: 5px;
    grid-template-columns: repeat(4, 198px);
  }
}

.other-instruments__item {
  position: relative;

  display: block;
  min-height: 130px;
  padding: 13px 15px 40px;

  background: #f3f4f6;
  border-radius: 10px;
}
@media (max-width: 767.88px) {
  .other-instruments__item {
    margin-bottom: 10px;
  }
  .other-instruments__item:last-child {
    margin-bottom: 0;
  }
}
.other-instruments__item-title {
  margin-bottom: 4px;

  font-size: 0.889rem;
}
@media (max-width: 1239.88px) {
  .other-instruments__item-title {
    font-family: "FactorA-500", sans-serif;
  }
}
.other-instruments__item p {
  font-size: 0.889rem;
}
.other-instruments__item .go-more {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
@media (min-width: 768px) {
  .other-instruments {
    display: flex;
  }
  .other-instruments h2 {
    margin-right: 20px;
  }
  .other-instruments__wrap {
    display: grid;

    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .other-instruments__item-title {
    font-size: 0.9rem;
  }
  .other-instruments__item p {
    font-size: 0.708rem;
  }
}
@media (min-width: 1240px) {
  .other-instruments h2 {
    width: 290px;
    min-width: 290px;
  }
  .other-instruments__item {
    min-height: 220px;
  }
}

.price-block {
  margin-bottom: 30px;
}
.price-block:last-child {
  margin-bottom: 0;
}
@media (min-width: 1240px) {
  .price-block {
    display: flex;
    margin-bottom: 20px;
  }
}
.price-block__left {
  margin-bottom: 10px;
}
@media (min-width: 1240px) {
  .price-block__left {
    padding-top: 15px;
  }
}
.price-block__left p {
  font-size: 0.889rem;
}
@media (min-width: 1240px) {
  .price-block__left p {
    font-size: 0.75rem;
  }
}
@media (min-width: 1240px) {
  .price-block__left {
    width: 290px;
    min-width: 290px;
    margin-right: 20px;

    border-top: 1px solid rgba(0, 38, 67, 0.12);
  }
}
.price-block__right {
  flex-grow: 1;
}
.price-block_special {
  display: flex;
  flex-direction: column;
  height: 146px;
  padding: 12px 15px 16px;

  background: #002643;
  border-radius: 10px;
}
@media (min-width: 1240px) {
  .price-block_special {
    height: 160px;
  }
}
.price-block_special .btn-def {
  width: -webkit-fit-content;
  width:    -moz-fit-content;
  width:         fit-content;
  margin-top: auto;
}
.price-block_special p,
.price-block_special span {
  color: white;
}
.price-block_special span {
  font-size: 0.778rem;
}
@media (min-width: 1240px) {
  .price-block_special span {
    font-size: 0.625rem;
  }
}
.price-block_calc {
  overflow: hidden;

  border-radius: 10px;
}
@media (min-width: 1240px) {
  .price-block_calc {
    display: flex;
  }
}
.price-block_calc > div > span {
  display: block;
  margin-bottom: 11px;
}
@media (min-width: 1240px) {
  .price-block_calc > div > span {
    margin-bottom: 20px;
  }
}
.price-block_calc span {
  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .price-block_calc span {
    font-size: 0.708rem;
  }
}
.price-block_calc__data {
  flex-grow: 1;
  padding: 12px 15px 25px;

  background: #f3f4f6;
}
@media (min-width: 1240px) {
  .price-block_calc__data {
    padding: 15px 20px 25px;
  }
}
.price-block_calc__range {
  margin-bottom: 40px;
}
@media (min-width: 1240px) {
  .price-block_calc__range {
    margin-bottom: 60px;
  }
}
.price-block_calc__range-counts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2px;
}
.price-block_calc__range-counts .count {
  font-size: 1.333rem;

  background: transparent;
}
.price-block_calc__range-counts .count-all {
  margin-bottom: 5px;

  font-size: 0.625rem;
  color: rgba(0, 38, 67, 0.4);
}
@media (max-width: 1239.88px) {
  .price-block_calc__range-counts .count-all {
    display: none;
  }
}
.price-block_calc__range input[type=range] {
  display: block;
  width: 100%;
  height: 1px;

  background: rgba(0, 38, 67, 0.3);

  -webkit-appearance: none;
}
.price-block_calc__range input[type=range]::-webkit-slider-thumb {
  width: 20px;

  background-color: transparent;
  border: 10px solid transparent;
  border-bottom: 15px solid #002643;
  box-shadow: none;

  -webkit-appearance: none;
          appearance: none;
}
.price-block_calc__range input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;

  background-color: transparent;
  background-image: url("/local/templates/.default/assets/css/../img/sprite.svg#traingle");
  border: none;
  border-radius: 0;
  box-shadow: none;

  -moz-appearance: none;
       appearance: none;
}
.price-block_calc__sum {
  flex-shrink: 0;
  flex-basis: calc(40% - 10px);
  padding: 12px 15px;
}
@media (min-width: 1240px) {
  .price-block_calc__sum {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px 25px;
  }
  .price-block_calc__sum .btn-def {
    margin-top: auto;
  }
}
.price-block_calc__sum.purple {
  background: #b7006b;
}
.price-block_calc__sum.red {
  background: #ff3048;
}
.price-block_calc__sum * {
  color: white;
}
.price-block_calc__radio label {
  display: inline-block;

  cursor: pointer;
}
.price-block_calc__radio label input {
  display: none;
}
.price-block_calc__radio label input:checked + span {
  color: white;

  background: #002643;
}
.price-block_calc__radio label span {
  display: flex;
  justify-content: center;
  min-width: 35px;
  height: 35px;
  padding: 10px 12px 8px;

  font-size: 0.833rem;

  background: white;
  border-radius: 50%;
}
@media (min-width: 1240px) {
  .price-block_calc__radio label span {
    min-width: 37px;
    height: 37px;

    font-size: 0.708rem;
  }
}
.price-block_calc__bullets {
  display: flex;
  flex-wrap: wrap;

  gap: 5px;
}
@media (min-width: 1240px) {
  .price-block_calc__bullets {
            column-gap: 6px;

    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
    row-gap: 8px;
  }
}
.price-block_calc__bullets-item {
  height: 35px;
  padding: 10px 12px 8px;

  font-size: 0.833rem;

  background: white;
  border-radius: 100px;
}
@media (min-width: 1240px) {
  .price-block_calc__bullets-item {
    font-size: 0.708rem;
  }
}
.price-block_calc__bullets-item.disabled {
  display: none;
}
@media (min-width: 1240px) {
  .price-block_calc__bullets-item {
    height: 37px;
  }
}
@media (max-width: 1239.88px) {
  .price-block_calc__bot > span {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 1240px) {
  .price-block_calc__bot {
    display: flex;

            column-gap: 15px;

    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
  }
  .price-block_calc__bot > span {
    margin-top: 10px;
  }
}
.price-block_calc__cost {
  margin-bottom: 31px;

  font-size: 1.333rem;
}
.price-block_calc__cost .sum {
  font-size: 1.333rem;
}
.price-block_calc .need-offer {
  cursor: default;
  opacity: 0;
}
.price-block_calc .need-offer.active {
  opacity: 1;
}
.price-block_calc .submit-application-btn {
  display: none;
}
@media (max-width: 1239.88px) {
  .price-block_calc [data-name=help_with_setup] {
    display: none !important;
  }
}
.price-block .view-all {
  margin-top: 21px;
}
@media (min-width: 1240px) {
  .price-block .view-all {
    margin-top: 16px;
  }
}

.cooperate__wrap {
  padding: 15px 15px 31px;

  background: #f3f4f6;
  border-radius: 10px;
}
.cooperate__tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 5px;
}
.cooperate__tabs .btn-def {
  padding: 9px 18px 7px;
}
.cooperate__person {
  padding-top: 20px;
  /**/
}
.cooperate__person-post {
  display: block;

  font-size: 0.944rem;
  color: rgba(0, 38, 67, 0.5);
}
.cooperate__review {
  display: none;
}
.cooperate__review.active {
  display: flex;
}
@media (min-width: 1240px) {
  .cooperate__wrap {
    padding: 20px 20px 44px;

    background-image: url("/local/templates/.default/assets/css/../img/icons/quote.svg");
    background-repeat: no-repeat;
    background-position: 88% 70px;
  }
  .cooperate__person {
    padding-top: 33px;
  }
  .cooperate__person span {
    font-size: 0.75rem;
  }
	.cooperate__tabs {
		padding-right: 220px;
	}
}

.main-feedback .feedback {
  margin-bottom: 65px;
}
@media (min-width: 1240px) {
  .main-feedback .feedback {
    margin-bottom: 20px;
  }
  .main-feedback .feedback-success {
    margin-bottom: 120px;
  }
}

.scale-results__top h2 {
  margin-bottom: 5px;
}
@media (max-width: 1239.88px) {
  .scale-results__top {
    margin-bottom: 20px;
  }
}
@media (max-width: 1239.88px) {
  .scale-results__nav {
    margin-bottom: 30px;
  }
  .scale-results__nav .swiper-slide {
    width: 330px;
    height: auto;
  }
}
.scale-results__nav-item {
  height: 74%;
  padding: 13px 15px;

  background: #f3f4f6;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
}
.swiper-slide-thumb-active .scale-results__nav-item {
  background: white;
  border-color: #002643;
}
.scale-results__imgs {
  margin: 0 auto;

  border-bottom: 1px solid rgba(0, 38, 67, 0.12);
}
.scale-results__for {
  margin: 0 auto;
}
.scale-results__title {
  margin-bottom: 3px;

  font-size: 0.889rem;
}
.scale-results p {
  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .scale-results__top {
    margin-bottom: 20px;
  }
  .scale-results__nav {
    margin-top: 30px;
  }
  .scale-results__nav-item {
    display: grid;
    min-height: 90px;
    padding: 17px 20px;

    gap: 10px;
    grid-template-columns: 160px auto;
  }
  .scale-results__nav-item p {
    font-size: 0.708rem;
  }
  .scale-results__title {
    font-size: 0.9rem;
  }
  .scale-results__imgs img {
    opacity: 0;
  }
  .scale-results__imgs .swiper-slide-visible img {
    opacity: 1;
  }
}

.result-in-moneys h2 {
  margin-bottom: 5px;
}
.result-in-moneys__strategies {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .result-in-moneys__strategies {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1239.88px) {
  .result-in-moneys__strategies {
            column-gap: 20px;

    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
  }
}
@media (min-width: 1240px) {
  .result-in-moneys__strategies > div {
    flex-basis: 40%;
  }
}
.result-in-moneys__strategies-item {
  margin-bottom: 10px;

  border: 1px solid rgba(0, 38, 67, 0.12);
}

.what-do-for__block {
  padding: 30px 0;
}
@media (max-width: 1239.88px) {
  .what-do-for__block:first-child {
    padding-top: 0;
  }
  .what-do-for__block:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .what-do-for__block {
    border-bottom: 1px solid rgba(0, 38, 67, 0.12);
  }
  .what-do-for__block:last-child {
    border-bottom: none;
  }
}
.what-do-for__title {
  margin-bottom: 20px;
}
@media (max-width: 1239.88px) {
  .what-do-for__title {
    font-family: "FactorA-500", sans-serif;
  }
}
.what-do-for__content p {
  margin-bottom: 7px;
}
.what-do-for__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1240px) {
  .what-do-for__content p {
    font-size: 0.9rem;
  }
}
.what-do-for__content ul {
  padding-left: 13px;

  list-style: disc;
}
.what-do-for__content ul ul {
  margin: 7px 0 15px;
}
@media (min-width: 1240px) {
  .what-do-for__content ul ul {
    padding-left: 30px;
  }
}
.what-do-for__content ul ul li {
  /*&::marker {
    color: rgba($dark-blue,.4);
  }*/
}
.what-do-for__content li {
  margin-bottom: 7px;

  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .what-do-for__content li {
    font-size: 0.708rem;
  }
}
.what-do-for__content li:last-child {
  margin-bottom: 0;
}
.what-do-for__content li::marker {
  /*@include media-max(){
    font-size: 0.5rem;
  }*/
  font-size: 0.5rem;
}
@media (min-width: 1240px) {
  .what-do-for__content {
    padding-left: 15px;
  }
}
.what-do-for__toggle-item {
  margin-bottom: 15px;
}
.what-do-for__toggle-item:last-child {
  margin-bottom: 0;
}
.what-do-for__toggle-item.opened .what-do-for__toggle-item__title::after {
  -webkit-transform: rotate(-180deg) translate(-5px, 0px);
          transform: rotate(-180deg) translate(-5px, 0px);
}
.what-do-for__toggle-item__title {
  cursor: pointer;
}
.what-do-for__toggle-item__title::after {
  content: url(/local/templates/.default/assets/css/../img/sprite.svg#arrow-down);

  display: inline-block;
  width: 20px;
  padding: 0 4px;

  background-color: white;
  -webkit-transform: translate(5px, 0px);
          transform: translate(5px, 0px);

  transition: 0.3s;
}
@media (min-width: 1240px) {
  .what-do-for__toggle-item__title {
    font-size: 0.9rem;
  }
}
.what-do-for__toggle-item__content {
  display: none;
  margin-top: 7px;
  margin-bottom: 30px;
}
@media (min-width: 1240px) {
  .what-do-for__toggle-item__content {
    margin-bottom: 40px;
  }
  .what-do-for__toggle-item__content > ul {
    padding-left: 15px;
  }
}
.what-do-for__toggle-item__content p {
  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .what-do-for__toggle-item__content p {
    font-size: 0.708rem;
  }
}

.how-be-partner .btn-red {
  width: 276px;

  line-height: 1.5;
}
.how-be-partner__block {
  margin-bottom: 30px;
}
.how-be-partner__block:last-child {
  margin-bottom: 0;
}
.how-be-partner__title {
  margin-bottom: 7px;

  font-size: 0.889rem;
}
@media (max-width: 1239.88px) {
  .how-be-partner__title {
    font-family: "FactorA-500", sans-serif;
  }
}
@media (min-width: 1240px) {
  .how-be-partner__title {
    margin-bottom: 15px;

    font-size: 0.75rem;
  }
}
.how-be-partner__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 67px;
  margin-bottom: 5px;
  padding: 0 10px;

  border: 1px solid rgba(0, 38, 67, 0.12);
  border-radius: 10px;
}
.how-be-partner__item:last-child {
  margin-bottom: 0;
}
.how-be-partner__item span {
  font-size: 0.833rem;
}
.how-be-partner__item span.gray {
  color: rgba(0, 38, 67, 0.5);
}
@media (min-width: 1240px) {
  .how-be-partner__item {
    height: 82px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .how-be-partner__item span {
    font-size: 0.708rem;
  }
}

.get-certificate__item {
  position: relative;

  display: flex;
  min-height: 175px;
  padding: 13px 15px;

  background: #f3f4f6;
  border-radius: 10px;
}
@media (max-width: 1239.88px) {
  .get-certificate__item {
    margin-bottom: 10px;
  }
  .get-certificate__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .get-certificate__item {
    flex-wrap: wrap;
    min-height: 220px;
    padding: 17px 20px;
  }
}
.get-certificate__item img {
  align-self: flex-end;
  margin-left: auto;
}
.get-certificate__item-title {
  margin-bottom: 3px;

  font-size: 0.889rem;
}
@media (min-width: 1240px) {
  .get-certificate__item-title {
    font-size: 0.75rem;
  }
}
.get-certificate__item p {
  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .get-certificate__item p {
    font-size: 0.708rem;
  }
}
.get-certificate__item .go-more {
  position: absolute;
  bottom: 14px;
  left: 15px;
}
@media (min-width: 1240px) {
  .get-certificate__wrap {
    display: grid;

    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.how-does-it-go__item {
  min-height: 130px;
  padding: 14px;

  border: 1px solid rgba(0, 38, 67, 0.12);
  border-radius: 10px;
}
@media (max-width: 1239.88px) {
  .how-does-it-go__item {
    margin-bottom: 10px;
  }
  .how-does-it-go__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .how-does-it-go__item {
    min-height: 180px;
    padding: 17px 20px;
  }
}
.how-does-it-go__item-title {
  margin-bottom: 3px;

  font-size: 1.5rem;
}
@media (min-width: 1240px) {
  .how-does-it-go__item p {
    font-size: 0.708rem;
  }
}
@media (min-width: 1240px) {
  .how-does-it-go__wrap {
    display: grid;

    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.education-materials__item {
  display: flex;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  padding: 0 18px;

  background: #f3f4f6;
  border-radius: 10px;
}
.education-materials__item:last-child {
  margin-bottom: 0;
}
.education-materials__item span {
  font-size: 0.889rem;
}
@media (min-width: 1240px) {
  .education-materials__item span {
    font-size: 0.75rem;
  }
}
.education-materials__item .go-more {
  margin-right: 12px;
}

.content-list {
  padding-top: 55px;
}
@media (min-width: 1240px) {
  .content-list {
    padding-top: 70px;
  }
}
.content-list h1 {
  margin-bottom: 25px;
}

.detail-text * {
  font-size: 0.833rem;
  line-height: 130%;
}
@media (min-width: 1240px) {
  .detail-text * {
    font-size: 0.85rem;
  }
}
.detail-text h2 {
  margin-top: 20px;
  margin-bottom: 19px;

  font-family: "FactorA-500", sans-serif;
}
@media (min-width: 980px) {
  .detail-text h2 {
    margin-top: 50px;
  }
}
.detail-text h2,
.detail-text h2 * {
  font-size: 1.333rem;
}
@media (min-width: 1240px) {
  .detail-text h2,
  .detail-text h2 * {
    font-size: inherit;
  }
}
.detail-text h3,
.detail-text h4,
.detail-text h5,
.detail-text h6 {
  margin-bottom: 4px;

  font-size: 0.889rem;
  font-family: "FactorA-500", sans-serif;
}
@media (min-width: 1240px) {
  .detail-text h3,
  .detail-text h4,
  .detail-text h5,
  .detail-text h6 {
    font-size: 0.75rem;
  }
}
.detail-text p {
  margin-bottom: 20px;
}
.detail-text b {
  font-family: "FactorA-500", sans-serif;
}
.detail-text ul {
  margin-bottom: 24px;
  padding-left: 15px;

  list-style: inherit;
}
.detail-text ul li {
  margin-bottom: 20px;
}
.detail-text ul li:last-child {
  margin-bottom: 0;
}
.detail-text .grey-color-plate {
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 24px 20px 23px;

  background: #f3f4f6;
  border-radius: 10px;
}
.detail-text .grey-color-plate * {
  margin-bottom: 0;

  text-align: center;
}
.detail-text img {
  display: block;
  margin: 20px auto;

  border: 1px solid #e1e5e8;
  border-radius: 10px;
}
.detail-text blockquote {
  margin: 0 0 43px 0;
}
.detail-text blockquote p {
  margin-bottom: 14px;
}
.detail-text blockquote p:last-child {
  margin-bottom: 0;
}
.detail-text ol {
  padding-left: 15px;

  list-style: decimal;
}
.detail-text ol li {
  margin-bottom: 14px;
}
.detail-text ol li:last-child {
  margin-bottom: 0;
}
.detail-text .link-arrow::before {
  content: "→ ";

  display: inline-block;
  margin-right: 5px;
}
.detail-text iframe {
	max-width: 100%;
}
@media (min-width: 1240px) {
  .detail-text {
    padding-right: 20px;
  }
  .detail-text h3,
  .detail-text h4,
  .detail-text h5,
  .detail-text h6 {
    margin-bottom: 8px;
  }
  .detail-text ul {
    margin-bottom: 50px;
  }
  .detail-text .grey-color-plate {
    width: calc(100% + 20px);
    margin-top: 25px;
    margin-bottom: 30px;
    margin-left: -20px;
    padding: 30px 20px;
  }
  .detail-text img {
    max-width: calc(100% + 40px);
    margin: 35px auto;

    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }

  .detail-text > div {
    display: block !important;
  }
  .detail-text .content-detail__person {
    display: flex !important;
  }

  .detail-text .img-big {
    width: 1220px;
    margin-left: -206px;
  }
  .detail-text .img-big img {
    -webkit-transform: none;
            transform: none;
  }
  .detail-text blockquote {
    margin-bottom: 20px;
  }
  .detail-text iframe {
    max-height: 385px;
  }
}

.content-detail {
  padding-top: 28px;
}
.content-detail .content-detail__nav-link a.link {
	line-height: 1.2em;
}
@media (max-width: 1239.88px) {
  .content-detail__nav {
    margin: 60px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1239.88px) {
  .content-detail__nav-inner {
    display: flex;
    align-items: flex-start;

            column-gap: 40px;

    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
  }
}
.content-detail__nav-wrap {
  padding: 21px;

  background: #f3f4f6;
  border-radius: 10px;
}
@media (max-width: 1239.88px) {
  .content-detail__nav-wrap {
    min-width: 50%;
  }
}
.content-detail__nav-heading {
  margin-bottom: 10px;
}
.content-detail__nav-link {
  margin-bottom: 10px;
	line-height: 100%;
}
.content-detail__nav-link:last-child {
  margin-bottom: 0;
}
.content-detail__nav-link a {
  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .content-detail__nav-link a {
    font-size: 0.708rem;
  }
}
.content-detail__nav .custom-link {
  padding: 16px 18px 15px;

  border: 1px solid rgba(0, 38, 67, 0.12);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .content-detail__nav .custom-link {
    margin-top: 30px;
  }
}
@media (min-width: 1240px) {
  .content-detail__nav .custom-link {
    margin-top: 30px;
  }
}
.content-detail__nav .custom-link * {
  font-size: 0.944rem;
}
@media (min-width: 1240px) {
  .content-detail__nav .custom-link * {
    font-size: 0.708rem;
  }
}
.content-detail__nav .custom-link p {
  max-width: 210px;
}
.content-detail__nav .custom-link__time {
  display: block;

  color: rgba(0, 38, 67, 0.5);
}
.content-detail__share-heading {
  margin-bottom: 10px;

  font-size: 0.944rem;
}
@media (min-width: 1240px) {
  .content-detail__share-heading {
    font-size: 0.708rem;
  }
}
.content-detail__share-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 5px;

  background: #f3f4f6;
  border-radius: 50%;
}
.content-detail__share-item:last-child {
  margin-right: 0;
}
.content-detail__text-preview {
  margin-bottom: 20px;
}
.content-detail__quote {
  margin-top: 60px;
  margin-bottom: 55px;
  padding: 22px;

  border: 1px solid rgba(0, 38, 67, 0.12);
  border-radius: 10px;
}
.content-detail__quote blockquote:before {
  content: "";

  display: block;
  width: 50px;
  height: 50px;

  background: url("/local/templates/.default/assets/css/../img/icons/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1239.88px) {
  .content-detail__quote blockquote:before {
    margin-bottom: 20px;
  }
}
.content-detail__review {
  margin-left: -10px;
  padding: 20px 15px;

  background: #f3f4f6;
  border-radius: 10px;
}
@media (max-width: 1239.88px) {
  .content-detail__review {
    margin-right: -10px;
  }
}
.content-detail__person {
  display: flex;
  align-items: flex-end;
}
.content-detail__person:not(:last-child) {
	margin-bottom: 10px;
}
.content-detail__person-img {
  position: relative;
  z-index: 1;

  flex-shrink: 0;
  width: 68px;
  height: 68px;
  margin-right: 14px;
  overflow: hidden;

  border-radius: 10px;
}
.content-detail__person-img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
     object-fit: cover;
}
.content-detail__person-img img {
  margin: 0;

  -webkit-transform: none;
          transform: none;
}
.content-detail__person-name {
  margin-bottom: 2px;

  font-size: 0.889rem;
}
@media (min-width: 1240px) {
  .content-detail__person-name {
    font-size: 0.75rem;
  }
}
.content-detail__person-post {
  color: rgba(0, 38, 67, 0.4);
}
.content-detail .cases_content .cases__item-title {
  font-size: 1.15rem;
}
@media (max-width: 1239.88px) {
  .content-detail__wrap {
    margin-top: 28px;
  }
  .content-detail__text {
    order: 4;
  }
}
@media (max-width: 768px) {
  .content-detail__nav {
    margin-top: 0;
  }
  .content-detail__text {
    order: 3;
    margin-bottom: 50px;
  }
  .content-detail__share {
    order: 4;
  }
}
@media (min-width: 1240px) {
  .content-detail {
    padding-top: 39px;
  }
  .content-detail__wrap {
    margin-top: 58px;
  }
  .content-detail__share {
    width: 16.666667%;
  }
  .content-detail__nav {
    width: 25%;
  }
  .content-detail__nav-sticky {
    position: -webkit-sticky;
    position:         sticky;
    top: calc(70px + 10px);
  }
  .content-detail__nav-wrap,
  .content-detail__nav .custom-link {
    width: 250px;
    margin-left: auto;
  }
  .content-detail__text {
    width: 58.333333%;
  }
  .content-detail__text-preview {
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 55px;
    border-bottom: 1px solid rgba(0, 38, 67, 0.12);
  }
  .content-detail__quote {
    width: calc(100% + 40px);
    margin-top: 40px;
    margin-left: -20px;
  }
  .content-detail__quote blockquote {
    display: flex;
  }
  .content-detail__quote blockquote::before {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    margin-right: 20px;
  }
  .content-detail__review {
    width: calc(100% + 20px);
    margin-left: -20px;
    padding: 20px;
  }
}

.content-filters {
  margin-bottom: 55px;
}
@media (max-width: 1239.88px) {
  .content-filters {
    display: none;
  }
}
.content-filters__tabs {
  display: flex;
  margin-bottom: 13px;

  border-bottom: 1px solid rgba(0, 38, 67, 0.12);
}
.content-filters__tabs-item {
  margin-right: 15px;
  padding-bottom: 8px;

  font-size: 0.667rem;

  cursor: pointer;
}
.content-filters__tabs-item.active {
  position: relative;
}
.content-filters__tabs-item.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;

  height: 1px;

  background: #002643;
}
.content-filters__tags {
  display: none;
}
.content-filters__tags.active {
  display: block;
}
.content-filters__tags .btn-def {
  margin-bottom: 3px;

  background: #f3f4f6;
  cursor: pointer;
}
.content-filters__tags .btn-def.active {
  color: white;

  background: #002643;
}

.show-more {
  width: 100%;
  margin-top: 54px;

  font-size: inherit;
}
@media (min-width: 1240px) {
  .show-more {
    display: none;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}
@media (max-width: 1239.88px) {
  .pagination {
    display: none;
  }
}
.pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 6px;

  font-size: 0.708rem;

  background: #f3f4f6;
  border-radius: 50%;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination span.pagination__item {
  color: white;

  background: #002643;
}
.pagination .ellipsis {
  padding-top: 11px;
  margin-right: 6px;
}

.use-free {
  padding: 18px 17px 23px;

  background: #f3f4f6;
  border-radius: 10px;
}
.use-free p {
  margin-bottom: 20px;
}
.use-free img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1239.88px) {
  .use-free img {
    margin-bottom: 30px;
  }
}
@media (min-width: 1240px) {
  .use-free {
    position: relative;

    padding: 31px 38px;
  }
  .use-free img {
    max-width: 435px;
    margin-right: 0;
  }
  .use-free .btn-red {
    width: 246px;
    margin-top: auto;

    line-height: 1.5;
  }
  .use-free p {
    font-size: 24px;
    /*&:last-child{
      margin-bottom: 60px;}*/
  }
}

.education {
  padding-top: 52px;
}
.education h1 {
  margin-bottom: 19px;
  padding-bottom: 15px;

  border-bottom: 1px solid rgba(0, 38, 67, 0.12);
}
.education-block {
  margin-bottom: 50px;
}
.education-block h2 {
  margin-bottom: 5px;

  font-family: "FactorA-500", sans-serif;
}
.education-block__text {
  margin-bottom: 30px;
}
@media (max-width: 767.88px) {
  .education__links .swiper-wrapper {
    flex-direction: column;
	align-items: center;
  }
}
@media (max-width: 1239.88px) {
  .education__links .swiper-wrapper {
    flex-wrap: wrap;

            column-gap: 20px;

    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
    row-gap: 10px;
  }
}
.education__links-arrows {
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 1;

  display: flex;
}
@media (max-width: 1239.88px) {
  .education__links-arrows {
    display: none;
  }
}
.education__links-arrows .button-nav {
  position: relative;

  width: 44px;
  height: 44px;

  background-color: #f3f4f6;
  border-radius: 50%;
  cursor: pointer;
}
.education__links-arrows .button-nav::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background-image: url("/local/templates/.default/assets/css/../img/sprite.svg#arrow-go");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.education__links-arrows .button-prev {
  margin-right: 5px;

  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.education__links-arrows .swiper-button-disabled::after {
  cursor: initial;
  opacity: 0.25;
}
.education__links-item {
  max-width: 345px;
  /*--color0: #FFC5CD;
  --color1: #C4DCFF;
  --color2: #FFDFD1;
  --color3: #DCE3B0;
  --color4: #DAF0EC;*/
}
.education__links-item.visible {
	display: block;
}
@media (max-width: 767.88px) {
	.education__links-item {
		display: none;
		width: 100% !important;
	}
}
.education__links-item.case .education__links-item__title {
  font-size: 1.778rem;
}
@media (min-width: 1240px) {
  .education__links-item.case .education__links-item__title {
    font-size: 1.333rem;
  }
}
.education__links-item.support .education__links-item__content {
  background: #aebac3;
}
.education__links-item.support .education__links-item__title {
  font-size: 1.778rem;
  color: white;
}
@media (min-width: 1240px) {
  .education__links-item.support .education__links-item__title {
    font-size: 1.333rem;
  }
}
.education__links-item__wrap {
  position: relative;

  padding-bottom: 100%;
}
.education__links-item__content {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 18px;

  background: #f3f4f6;
  border-radius: 10px;

  transition: 0.3s;
}
.education__links-item__time {
  position: absolute;
  top: 18px;
  right: 18px;

  font-size: 0.722rem;
}
@media (min-width: 1240px) {
  .education__links-item__time {
    font-size: 0.542rem;
  }
}
.education__links-item__title {
  max-width: 270px;

  font-size: 18px;
  font-family: "FactorA-500", sans-serif;
  /*@include media-min(){
    font-size: $px18-desktop;
  }*/
}
.education__links-item__play-icon {
  position: absolute;
  top: 10px;
  left: 10px;

  width: 16%;
  height: 16%;
}
.education__links-item__background {
  position: absolute;
  top: 50%;
  left: 50%;

  max-width: 120px;

  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
@media (min-width: 1240px) {
	.education__links-item__background.icon {
		max-width: 90px;
	}
}
@media (max-width: 767.88px) {
	.education__links-item__background.illustration {
		width: 150px;
		max-width: 150px;
		max-height: 150px;
	}
}
.education__links-item .content-tags__item {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 1239.88px) and (min-width: 768px) {
  .education__links-item {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 1239.88px) and (min-width: 992px) {
  .education__links-item {
    flex-basis: calc((100% - 40px) / 3);
  }
}
.education__links-more {
  margin-top: 20px;

  text-align: center;
}
@media (min-width: 768px) {
  .education__links-more {
    display: none;
  }
}
.education__links-more::after {
  content: url(/local/templates/.default/assets/css/../img/sprite.svg#arrow-down);

  display: inline-block;
  width: 10px;
  margin-left: 10px;
}
@media (min-width: 1240px) {
  .education {
    padding-top: 60px;
  }
  .education-block {
    margin-bottom: 75px;
  }
  .education-block__text {
    max-width: 870px;
  }
  .education__links {
    overflow: visible;
    overflow-x: clip;
  }
  .education__links-item {
    max-width: 290px;
    margin-right: 20px;
  }
}

.education-of {
  overflow: hidden;

  border-radius: 10px;
}
.education-of__left {
  height: 160px;

  background: url(/local/templates/.default/assets/css/../img/colored-back-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.education-of_generator .education-of__left {
  background-color: #0e71ff;
}
.education-of_optimizer .education-of__left {
  background-color: #ff3048;
}
.education-of__right {
  padding: 14px 15px 65px;

  background: #002643;
}
.education-of__right * {
  color: white;
}
.education-of__right h3 {
  margin-bottom: 5px;
}
.education-of__right p {
  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .education-of__right p {
    font-size: 0.708rem;
  }
}
@media (min-width: 1240px) {
  .education-of {
    display: flex;
  }
  .education-of__left {
    flex-shrink: 0;
    flex-basis: calc(50% + 10px);
    height: auto;
  }
  .education-of__right {
    padding: 27px 150px 32px 24px;
  }
}

.contacts {
  padding-top: 56px;
}
.contacts h1 {
  margin-bottom: 34px;
  padding-bottom: 8px;

  border-bottom: 1px solid rgba(0, 38, 67, 0.12);
}
.contacts h2 {
  font-size: 1.333rem;
}
@media (min-width: 1240px) {
  .contacts h2 {
    font-size: inherit;
  }
}
.contacts__links {
  display: grid;

  gap: 10px;
}
@media (min-width: 768px) {
  .contacts__links {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contacts__links-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 120px;
  padding: 14px 20px 12px;

  background: #f3f4f6;
  border-radius: 10px;
}
.contacts__links-item p {
  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .contacts__links-item p {
    font-size: 0.708rem;
  }
}
.contacts__links-item a {
  font-size: 1.333rem;
}
@media (min-width: 1240px) {
  .contacts__links-item a {
    font-size: inherit;
  }
}
.contacts__requisite {
  display: flex;
  align-items: flex-end;
  height: 60px;
  padding-bottom: 5px;

  border-bottom: 1px solid rgba(0, 38, 67, 0.12);
}
@media (max-width: 1239.88px) {
  .contacts__requisite img {
    display: none;
  }
}
.contacts__requisite span {
  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .contacts__requisite span {
    font-size: 0.708rem;
  }
}
.contacts__requisite span:first-child {
  width: 80px;
}
.contacts__legal {
  max-width: 450px;
  margin-top: 30px;
}
.contacts__legal-title {
  margin-bottom: 4px;

  font-size: 0.889rem;
}
@media (min-width: 1240px) {
  .contacts__legal-title {
    font-size: 0.75rem;
  }
}
.contacts__legal p {
  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .contacts__legal p {
    font-size: 0.708rem;
  }
}
.contacts__address {
  margin-bottom: 10px;

  font-size: 0.833rem;
}
@media (min-width: 1240px) {
  .contacts__address {
    font-size: 0.708rem;
  }
}
@media (max-width: 768px) {
  .contacts iframe {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 768px) {
  .contacts iframe {
    border-radius: 10px;
  }
}
@media (min-width: 1240px) {
  .contacts {
    padding-top: 134px;
  }
  .contacts h1 {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
  .contacts-section {
    display: flex;
  }
  .contacts__right {
    width: 910px;
    margin-left: auto;
  }
  .contacts__requisite:first-child {
    height: 30px;
  }
  .contacts__requisite img {
    margin-right: 10px;
    margin-left: auto;
  }
  .education-first-block {
	  padding-right: 65px;
  }
}
.swiper-pagination .swiper-pagination-bullet, .swiper-pagination .swiper-pagination-bullet-active {
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

section.main-feedback, section.feedback {
    position: relative;
    border-top: 80px solid transparent;
    margin-top: -80px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
section.main-feedback:before, section.feedback:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    border-top: 2px solid transparent;
}

.page-404 {
  display: flex;
  align-items: center;
  color: #002643;
  margin-top: 46px;
  margin-bottom: 26px;
}
.page-404__text {
  padding-right: 30px;
  margin-bottom: 0;
}
.page-404__text h1 {
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 28px;
}
.page-404__text p {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
}
.page-404__text p:not(:last-child) {
  margin-bottom: 28px;
}
.page-404__text a {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px solid;
}
.page-404__img {
  max-width: 600px;
}
@media (max-width: 1240px) {
  .page-404__img {
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .page-404__img {
    max-width: 285px;
  }
  .page-404__text p {
    font-size: 26px;
    line-height: 120%;
  }
}
@media (max-width: 650px) {
  .page-404 {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .page-404__text {
    margin-top: 40px;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .page-404__text h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .page-404__text p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-404__text a {
    font-size: 18px;
    line-height: 120%;
  }
}
.ecom {
  background: #F3F4F6;
  border-radius: 10px;
  padding: 18px 17px 94px;
  position: relative;
}
.ecom__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
}
.ecom__text p {
  margin-bottom: 25px;
}
.ecom__text p:last-child {
  margin-bottom: 0;
}
.ecom__text h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  margin-bottom: 5px;
}
.ecom__btns {
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 100%;
  padding: 0 21px;
}
.ecom__btns .btn-red {
  margin: 0 auto;
  max-width: 303px;
  font-size: 17px;
  line-height: 20px;
  padding: 10px 40px;
}
@media (min-width: 768px) {
  .ecom {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .ecom__text {
    margin-bottom: 38px;
  }

  .ecom .btn-red {
    width: 246px;
    margin: 0;
    display: block;
  }
  .ecom__btns {
    position: static;
    padding: 0;
  }
  .ecom__img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .ecom__img img {
    max-width: 85%;
  }
}
@media (min-width: 1240px) {
  .ecom {
    padding: 30px 40px 40px;
  }
  .ecom__text {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 40px;
  }
  .ecom__text h1 {
    font-size: 36px;
    line-height: 43.2px;
    margin-bottom: 16px;
  }
  .ecom__text p {
    margin-bottom: 38px;
  }
}
/*# sourceMappingURL=main.css.map */

/* End */


/* Start:/local/components/k50/subscribe.form/templates/.default/style.css?171751286467*/
.footer__subscribe .validation-error {
    border: 1px solid red;
}
/* End */
/* /local/templates/.default/assets/css/libs.css?171751286530516 */
/* /local/templates/.default/assets/css/main.css?171751286582747 */
/* /local/components/k50/subscribe.form/templates/.default/style.css?171751286467 */
