/** var root**/
/** breakpoints **/
/** spacing margin padding **/
.head__section {
  padding: 92px 0 83px;
}

.head__content {
  position: relative;
}

.head__title {
  margin-bottom: 64px !important;
  position: relative;
  z-index: 1;
}

.head__text {
  max-width: 433px;
  margin-bottom: 32px;
  position: relative;
  z-index: 3;
}

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

.head__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -35px;
  right: 0;
  z-index: 2;
}

.head__images a {
  width: 426.806px;
  height: 426.806px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px var(--kmnd-body-border-color-secondary);
  text-decoration: none;
  position: relative;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  overflow: hidden;
}

.head__images a:last-of-type {
  margin-left: -9px;
}

.head__images a img {
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.head__images a:nth-of-type(1) .head__images-title {
  top: -15px;
  left: 60px;
}

.head__images a:nth-of-type(2) .head__images-title {
  top: -15px;
  left: -20px;
}

.head__images a:nth-of-type(2):hover {
  z-index: -1;
}

.head__images a:hover {
  background: var(--kmnd-body-background-accent);
  border-color: var(--kmnd-body-background-accent);
}

.head__images a:hover img {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.head__images a:hover .head__images-text {
  opacity: 1;
}

.head__images a:hover .head__images-title {
  opacity: 1;
}

.head__images-text {
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: var(--kmnd-body-color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 1.063rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 70%;
  left: 50%;
  white-space: nowrap;
  opacity: 0;
}

.head__images-text svg {
  margin-left: 9px;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.head__images-text:hover svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.head__images-title {
  position: absolute;
  margin: 0;
  pointer-events: none;
  color: var(--kmnd-body-color-accent);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  text-shadow: -1px 0 var(--kmnd-body-color-primary), 0 1px var(--kmnd-body-color-primary), 1px 0 var(--kmnd-body-color-primary), 0 -1px var(--kmnd-body-color-primary);
  opacity: 0;
}

@media (max-width: 1240px) {
  .head__images-title {
    display: none;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .head__images {
    position: relative;
    top: -80px;
    bottom: 0;
  }
  .head__images a {
    height: 300px;
    width: 300px;
  }
  .head__title {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .head__section {
    padding: 17px 0 0;
  }
  .head__title {
    margin-bottom: 0;
  }
  .head__images {
    position: relative;
    bottom: 0;
    top: -30px;
  }
  .head__images a {
    width: 201px;
    height: 201px;
  }
  .head__images a img {
    height: 100px;
  }
  .head__images a:last-of-type {
    margin-left: -2px;
  }
}

@media (max-width: 479px) {
  .head__images a {
    height: auto;
    width: 50%;
    position: relative;
    display: block;
  }
  .head__images a:after {
    content: '';
    padding-top: 100%;
    display: block;
    position: relative;
  }
  .head__images a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.partners__section {
  padding: 71px 0 0;
}

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

.partners__slider-wrapp {
  width: calc(100% - 100px);
}

.partners__arrows {
  width: 100px;
  height: 177px;
  border: solid 1px var(--kmnd-body-border-color-secondary);
  -webkit-border-radius: 200px;
          border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.partners__arrow {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.partners__arrow:hover {
  opacity: 0.7;
}

.partners__slide {
  height: 175px;
  width: 175px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: solid 1px var(--kmnd-body-border-color-secondary);
}

.partners__pagination {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 39px;
}

.partners__pagination .swiper-pagination-bullet {
  background: none;
  border: solid 1px var(--kmnd-body-border-color-secondary);
  opacity: 1;
}

.partners__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--kmnd-body-background-accent);
  background: none;
}

@media (max-width: 576px) {
  .partners__section {
    padding: 64px 0 0;
  }
  .partners__row {
    display: block;
  }
  .partners__slider-wrapp {
    width: 100%;
  }
  .partners__arrows {
    display: none;
  }
  .partners__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 479px) {
  .partners__slide {
    width: 160px;
    height: 160px;
  }
}

.comparison__section {
  padding: 120px 0 0;
}

.comparison__title {
  margin-bottom: 49px !important;
}

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

.comparison__col {
  width: 50%;
}

.comparison__img {
  width: calc(100% - 50px);
  height: auto;
  display: block;
  margin: 0 0 46px 0;
}

.comparison__list {
  margin-top: 44px;
  list-style: none;
}

.comparison__list .comparison__row {
  border-top: solid 1px var(--kmnd-body-border-color-secondary);
  padding-top: 32px;
  padding-bottom: 40px;
}

.comparison__list .comparison__row:last-of-type {
  border-bottom: solid 1px var(--kmnd-body-border-color-secondary);
}

.comparison__list .comparison__col {
  width: calc(50% - 75px);
  margin-right: 75px;
}

.comparison__list .comparison__col:nth-of-type(1) p:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_73_1410)'%3E%3Cpath d='M8.49998 0C3.80543 0 0 3.80543 0 8.49998C0 13.1945 3.80543 17 8.49998 17C13.1945 17 17 13.1945 17 8.49998C17 3.80543 13.1937 0 8.49998 0ZM11.299 12.5009L8.49998 9.70274L5.70092 12.5009L4.49903 11.299L7.29722 8.49998L4.49816 5.70092L5.70004 4.49987L8.4991 7.29893L11.2982 4.49987L12.5001 5.70092L9.70187 8.49998L12.5009 11.299L11.299 12.5009Z' fill='%23454B55'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_73_1410'%3E%3Crect width='17' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/contain;
}

.comparison__list .comparison__col:nth-of-type(2) {
  margin-right: 0;
}

.comparison__list .comparison__col:nth-of-type(2) p:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_73_1401)'%3E%3Cpath d='M2.4894 2.48961C-0.830148 5.80915 -0.830148 11.1908 2.4894 14.5104C5.80894 17.8299 11.1906 17.8299 14.5102 14.5104C17.8297 11.1908 17.8297 5.80915 14.5102 2.48961C11.1906 -0.829939 5.80835 -0.829347 2.4894 2.48961ZM13.3081 9.34986L9.35027 9.35048L9.34965 13.3083L7.64993 13.3083L7.64931 9.35048L3.69084 9.35048L3.69143 7.65135L7.6499 7.65135L7.6499 3.69288L9.34903 3.69229L9.34965 7.65014L13.3081 7.65014V9.34986Z' fill='%23F16522'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_73_1401'%3E%3Crect width='17' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/contain;
}

.comparison__list p {
  padding-left: 37px;
  position: relative;
}

.comparison__list p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  display: block;
}

.comparison__undertext {
  margin: 64px 0 24px;
}

@media (max-width: 576px) {
  .comparison__section {
    padding-top: 133px;
  }
  .comparison__title {
    margin-bottom: 8px;
  }
  .comparison__wrapp {
    margin-top: 15px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    margin-left: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .comparison__wrapp::-webkit-scrollbar {
    display: none;
  }
  .comparison__row {
    width: 716px;
  }
}

@media (max-width: 479px) {
  .comparison__wrapp {
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .comparison__row {
    width: 540px;
  }
  .comparison__list .comparison__col {
    margin-right: 30px;
    width: calc(50% - 30px);
  }
}

.system__section {
  padding-top: 120px;
}

.system__subtitle {
  border-top: 1px solid var(--kmnd-body-border-color-secondary);
  margin-top: 64px;
  padding-top: 32px;
  font-size: 1.75rem;
  margin-bottom: 80px;
}

.system__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px var(--kmnd-body-border-color-secondary);
  padding-bottom: 48px;
  padding-top: 48px;
}

.system__row:first-of-type {
  padding-top: 0;
}

.system__row:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.system__row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.system__row_reverse .system__col:nth-of-type(1) {
  padding-left: 52px;
}

.system__col:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.system__col:nth-of-type(2) {
  width: 61.354166666667%;
}

.system__video {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  overflow: hidden;
}

.system__text {
  margin-top: 16px;
}

@media (max-width: 576px) {
  .system__subtitle {
    padding-top: 24px;
    margin-top: 24px;
    margin-bottom: 48px;
    font-size: 1.25rem;
  }
  .system__row {
    display: block;
  }
  .system__row_reverse .system__col:nth-of-type(1), .system__row_reverse .system__col:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
  }
  .system__col:nth-of-type(1), .system__col:nth-of-type(2) {
    width: 100%;
  }
  .system__col:nth-of-type(2) {
    margin-top: 32px;
  }
}

.callback__section {
  padding: 120px 0 0;
}

.callback__row {
  background: var(--kmnd-body-background-accent);
  padding: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.callback__col:nth-of-type(1) {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 419px;
  width: 100%;
}

.callback__col:nth-of-type(2) {
  margin-top: auto;
}

.callback__image {
  display: block;
  margin-bottom: -3px;
}

.callback__title {
  margin-bottom: 32px !important;
}

.callback__button {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 12px;
  width: 100%;
}

.callback__button span {
  margin-left: 4px;
}

@media (max-width: 992px) {
  .callback__image {
    height: auto;
    width: 200px;
  }
}

@media (max-width: 576px) {
  .callback__button span {
    display: none;
  }
  .callback__row {
    display: block;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    padding: 43px 50px 0;
  }
  .callback__button {
    padding-left: 28px;
    padding-right: 28px;
    margin-top: 20px;
  }
  .callback__image {
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 242px;
    position: relative;
    bottom: -50px;
  }
}

.request__section {
  padding-top: 80px;
}

.request__row {
  padding: 86px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--kmnd-body-background-primary-inverted);
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.request__row_inside {
  margin-top: 80px;
}

.request__col:nth-of-type(1) {
  width: 57.818659658344%;
  margin-right: 21px;
}

.request__col:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.request__title {
  color: var(--kmnd-body-color-primary-inverted);
  margin: 0 0 27px;
}

.request__subtitle {
  color: var(--kmnd-body-color-primary-inverted);
}

.request__btn {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .request__row {
    padding: 48px 20px;
  }
}

@media (max-width: 576px) {
  .request__row {
    display: block;
  }
  .request__col:nth-of-type(1) {
    width: 100%;
  }
  .request__col:nth-of-type(2) {
    width: 100%;
  }
  .request__title {
    margin-bottom: 24px;
  }
  .request__subtitle {
    margin-bottom: 32px;
  }
  .request__subtitle br {
    display: none;
  }
}

.cases__section {
  padding-top: 120px;
}

.cases__row {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cases__col {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}

.cases__col:nth-of-type(3n+3) {
  margin-right: 0;
}

.cases__item {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: solid 1px var(--kmnd-body-border-color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.cases__head {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: solid 1px var(--kmnd-body-border-color-secondary);
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cases__body {
  padding: 48px 60px 63px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cases__button {
  margin-top: auto;
}

.cases__name {
  font-size: 1.75rem;
  margin-bottom: 24px;
}

.cases__text {
  margin-bottom: 48px;
}

@media (max-width: 992px) {
  .cases__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 576px) {
  .cases__row {
    margin-top: 0px;
    display: block;
  }
  .cases__col {
    width: 100%;
    margin-right: 0;
    margin-top: 33px;
  }
  .cases__body {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 48px;
  }
  .cases__text {
    margin-bottom: 32px;
  }
  .cases__title {
    font-size: 1.938rem;
  }
}

.reviews__section {
  padding-top: 120px;
}

.reviews__title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}

.reviews__controls {
  -webkit-border-radius: 200px;
          border-radius: 200px;
  border: solid 1px var(--kmnd-body-border-color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 80px;
  width: 199px;
}

.reviews__arrow {
  cursor: pointer;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews__arrow:hover {
  opacity: 0.7;
}

.reviews__controls {
  margin-left: auto;
}

.reviews__total {
  color: #737782;
}

.reviews__slide {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: solid 1px var(--kmnd-body-border-color-secondary);
  padding: 66px 34px 56px 62px;
  position: relative;
}

.reviews__slide svg {
  position: absolute;
  top: 56px;
  right: 34px;
}

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

.reviews__name {
  font-size: 1.75rem;
  margin-bottom: 48px;
}

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

.reviews__text {
  margin-bottom: 48px;
}

.reviews__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 49px;
}

.reviews__avatar {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 25px;
}

.reviews__cred {
  margin-bottom: 10px;
}

.reviews__position {
  color: var(--kmnd-body-color-neutral);
}

.reviews__link {
  -webkit-border-radius: 38px;
          border-radius: 38px;
  border: solid 1px var(--kmnd-body-border-color-secondary) !important;
  padding: 5px 6px 5px 20px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  font-size: 1.25rem;
  color: var(--kmnd-body-color-primary);
  text-decoration: none;
}

.reviews__link:hover {
  opacity: 0.7;
}

.reviews__link img {
  margin-left: 29px;
}

.reviews__btn {
  margin-top: 48px;
}

@media (max-width: 992px) {
  .reviews__slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 576px) {
  .reviews__title-holder {
    display: block;
  }
  .reviews__controls {
    width: 100%;
    margin-top: 32px;
  }
  .reviews__slide {
    padding: 56px 64px 51px 40px;
  }
  .reviews__slider-wrapp {
    width: 100vw;
    margin-left: -40px;
  }
  .reviews__btn {
    margin-top: 27px;
  }
}

@media (max-width: 479px) {
  .reviews__slider-wrapp {
    margin-left: -15px;
  }
}

.seotext__section {
  padding-top: 80px;
  padding-bottom: 64px;
}

.seotext__section hr {
  margin: 0;
  border: none;
  border-top: solid 1px #3B3F49;
}

.seotext__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 64px 0 0;
}

.seotext__text {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
	font-size: 1.25rem;
}
@media(max-width: 575px) {
.seotext__text {
    font-size: 1rem;
}
}

.seotext__text_hidden p:not(:first-child) {
  display: none;
}

.seotext__text p {
  margin-top: 24px;
}

.seotext__btn {
  margin-top: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.seotext__btn .btn:hover svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (max-width: 576px) {
  .seotext__section {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .seotext__title {
    text-align: left;
    margin-top: 45px;
  }
  .seotext__btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 24px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background: var(--kmnd-body-background-primary);
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px var(--kmnd-body-border-color-secondary);
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  height: 47px;
  text-decoration: none;
  display: block;
}

.header__logo img {
  height: 100%;
  width: auto;
  display: block;
}

.header__menu {
  margin-left: auto;
  margin-right: auto;
}

.header__menu > nav > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu > nav > ul > li {
  color: var(--kmnd-body-color-primary);
  font-size: 1.125rem;
  padding: 5px 6px;
  position: relative;
}

.header__menu > nav > ul > li > a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.header__menu > nav > ul > li > a:hover {
  color: var(--kmnd-body-color-accent);
}

.header__menu > nav > ul > li.menu-item-has-children > a:after {
  opacity: 0.5;
  color: #505561;
  border-color: #505561 transparent transparent transparent;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-width: 5px 4px 0 4px;
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  margin-left: 7px;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  position: relative;
  top: -2px;
}

.header__menu > nav > ul > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.header__menu > nav > ul > li > .sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  background: #20232C;
  padding: 20px;
  min-width: 120px;
  border-top: solid 1px var(--kmnd-body-background-accent);
  top: 60px;
  -webkit-border-radius: 0px 0px 4px 4px;
          border-radius: 0px 0px 4px 4px;
}

.header__menu > nav > ul > li > .sub-menu:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 30px;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header__menu > nav > ul > li > .sub-menu > li {
  padding: 4px 0 3px;
}

.header__menu > nav > ul > li > .sub-menu > li > a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.header__menu > nav > ul > li > .sub-menu > li > a:hover {
  color: var(--kmnd-body-color-accent);
}

.header__lang {
  position: relative;
}

.header__lang button {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  cursor: pointer;
  color: var(--kmnd-body-color-primary);
  font-size: 1.063rem;
}

.header__lang button:after {
  opacity: 0.5;
  color: #505561;
  border-color: #505561 transparent transparent transparent;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-width: 5px 4px 0 4px;
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  margin-left: 7px;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  position: relative;
  top: -2px;
}

.header__lang ul {
  list-style: none;
  position: absolute;
  background: var(--kmnd-body-background-primary);
  min-width: 60px;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  left: -7px;
  display: none;
}

.header__lang ul li {
  color: var(--kmnd-body-color-neutral);
  padding: 7px 7px 5px;
}

.header__lang ul li a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.header__lang ul li a:hover {
  color: var(--kmnd-body-color-primary);
}

.header__lang_active ul {
  display: block;
}

.header__lang_active button:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__phone {
  margin-left: 20px;
  margin-right: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 1.125rem;
  color: var(--kmnd-body-color-primary);
}

.header__phone img {
  margin-right: 22px;
}

.header__callback {
  padding: 9px 20px;
  font-size: 1.125rem;
}

.header__callback:hover {
  background: var(--kmnd-body-background-accent);
}

.header__close {
  display: none;
  position: absolute;
  background: var(--kmnd-body-background-accent);
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 20px;
  right: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__close svg {
  display: block;
  height: 14px;
  width: auto;
}

.header-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--kmnd-body-background-primary);
  z-index: 10;
}

.header-mobile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-mobile__logo {
  text-decoration: none;
  display: block;
  height: 35px;
}

.header-mobile__logo img {
  display: block;
  height: 100%;
  width: auto;
}

.header-mobile__btn {
  background: var(--kmnd-body-background-accent);
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-mobile__btn svg {
  display: block;
  height: 11px;
  width: auto;
}

@media (max-width: 1200px) {
  .header__phone img {
    margin-right: 0;
  }
  .header__phone span {
    display: none;
  }
}

@media (max-width: 992px) {
  .header {
    padding-left: 40px;
    padding-right: 40px;
    height: 100vh;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header::-webkit-scrollbar {
    display: none;
  }
  .header_active {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header .container, .header .container-fluid {
    padding: 0 !important;
  }
  .header__row {
    display: block;
  }
  .header__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__logo {
    height: 37px;
  }
  .header__menu {
    margin-top: 40px;
  }
  .header__menu > nav > ul {
    display: block;
  }
  .header__menu > nav > ul > li {
    padding: 19px 0 10px;
    border-bottom: var(--kmnd-body-border-color-secondary) solid 1px;
  }
  .header__menu > nav > ul > li:first-of-type {
    border-top: var(--kmnd-body-border-color-secondary) solid 1px;
  }
  .header__menu > nav > ul > li > .sub-menu {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    bottom: 0;
    top: 0;
  }
  .header__menu > nav > ul > li.menu-item-has-children_active {
    padding-bottom: 0;
    border-bottom: none;
  }
  .header__menu > nav > ul > li.menu-item-has-children_active > a {
    color: var(--kmnd-body-color-accent);
  }
  .header__menu > nav > ul > li.menu-item-has-children_active > .sub-menu {
    display: block;
  }
  .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .header__lang button {
    padding: 0;
  }
  .header__lang button:after {
    display: none;
  }
  .header__lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    padding: 0;
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
  }
  .header__lang ul li {
    padding: 0;
    margin-left: 10px;
  }
  .header__phone {
    display: none;
  }
  .header-mobile {
    display: block;
  }
}

.footer {
  border-top: 1px solid var(--kmnd-body-border-color-secondary);
}

.footer__row {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__logo {
  text-decoration: none;
  display: block;
  height: 41px;
  width: auto;
}

.footer__logo img {
  height: 100%;
  width: auto;
  display: block;
}

.footer__title {
  color: var(--kmnd-body-color-accent);
  font-size: 1.125rem;
}

.footer__submenu, .footer__menu {
  font-size: 1.125rem;
  list-style: none;
}

.footer__submenu li, .footer__menu li {
  margin-top: 10px;
  color: var(--kmnd-body-color-primary);
}

.footer__submenu li a, .footer__menu li a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.footer__submenu li a:hover, .footer__menu li a:hover {
  color: var(--kmnd-body-color-accent);
}

.footer__soc {
  list-style: none;
}

.footer__soc li {
  color: var(--kmnd-body-color-neutral);
  font-size: 1.063rem;
  margin-bottom: 15px;
}

.footer__soc li:last-of-type {
  margin-bottom: 0;
}

.footer__soc li a {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__soc li a img {
  margin-right: 9px;
  display: block;
}

.footer__phone {
  font-size: 1.063rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--kmnd-body-color-accent);
  margin-bottom: 20px;
}

.footer__mail {
  text-decoration: none;
  margin-bottom: 20px;
  color: var(--kmnd-body-color-primary);
  font-weight: 700;
  display: block;
}

.footer__copy {
  color: var(--kmnd-body-color-neutral);
  font-size: 0.875rem;
}

.footer__line {
  border-top: 1px solid var(--kmnd-body-border-color-secondary);
  padding: 40px 0;
}

.footer__line-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__line-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__line-menu li {
  color: #898989;
  margin-right: 50px;
}

.footer__line-menu li:last-of-type {
  margin-right: 0;
}

.footer__line-menu li a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.footer__line-menu li a:hover {
  color: var(--kmnd-body-color-accent);
}

.footer__ico {
  display: block;
  height: 19px;
  text-decoration: none;
}

.footer__ico img {
  display: block;
  height: 100%;
  width: auto;
}

@media (max-width: 576px) {
  .footer {
    text-align: center;
  }
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
  }
  .footer__line-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__line-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__line-menu li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__submenu {
    margin-bottom: 40px;
  }
  .footer__menu {
    margin-bottom: 40px;
  }
  .footer__soc {
    margin-bottom: 40px;
  }
}

.modal-shadow {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  will-change: opacity;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal_active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  pointer-events: auto;
}
h2.request__title {
	font-size: 1.75em;
}
.request__btn, .btn_inverted, .btn-new {
	max-width: 100%;
}
@media (min-width: 577px) {
    .text-md.system__text {
        padding: 0px 15px 0px 0px;
    }
}
.input.one-input {
    margin-bottom: 20px;
}
@media(max-width: 576px) {
.request__row_inside .input {
    margin-bottom: 0;
}
}
.callback__button {
    margin-top: 0px;
}
.btn.head__btn {
	max-width: 262px;
}
.btn-new-1 {
	max-width: 320px;
}
a.reviews__link {
	font-size: 17px;
}
.btn:hover, .head__btn:hover {
background: #ff5300 !important;
}
a.btn_outlined.cases:hover {
	background: #f16522 !important;
}

a.btn_outlined.cases::hover path {
    fill: #fff; 
}
.cases__item:hover .cases__head {
    border-color: #F16522;
}
.cases__item:hover .cases__head img {
filter: brightness(3);
}
.callback__row {
	border-radius: 20px;
}
a.reviews__link:hover {
	color: #f16522;
}
@media (max-width: 479px) {
h2.h2.comparison__title {
    font-size: 1.625rem;
}
}
.partners__slider.swiper-horizontal {
	display: flex;
    justify-content: space-between;
}
.title-slide {
	width: 20%;
    display: flex;
}
.partners__slider .swiper-wrapper {
width: 80%;
}
.partners__row {
	    gap: 2%;
}
@media(min-width: 577px) and (max-width: 767px) {
.key_profit-list .request__btn {
min-width: 180px;
padding: 18px 15px;
}
}
.btn {
    padding: 18px 25px;
}
@media (max-width: 767px) {
.crmPage_section_2 .blockWrapper .rightSide .iconWrap img {
    margin-bottom: -55px;
}
}
.request__btn-1 {
	width: 100%;
	max-width: 100%;
}
.crmPage_section_2 .blockWrapper .leftSide .formBlock .btnWrap .btn:hover {
    background-color: #15171C !important;
}
@media(max-width: 576px) {
.request__row.request__row_inside {
    text-align: center;
}
}
.crmPage_section_2 .blockWrapper .leftSide .formBlock .btnWrap .btn span {
    margin-right: 0;
}
.request__row.request__row_inside {
	border-radius: 0;
}
.request__btn-1 span {
    margin-right: 0;
}
@media(min-width: 350px) and (max-width: 576px) {
.request__row.request__row_inside {
    text-align: center;
	max-width: 78%;
	padding: 48px 45px;
	margin: auto;
}
}
