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

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

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

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

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

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

button {
  cursor: pointer;
}

ul {
  list-style: disc;
  padding: 0;
}

body {
  background: #F7F7F7;
  margin: 0;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

.l-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}

.l-hero .l-container {
  padding: 0 60px;
}

.l-path .l-container {
  padding: 0 60px;
}

.l-accent .l-container {
  padding: 0 60px;
}

.l-efficiency .l-container {
  padding: 0 60px;
}

.l-scheme .l-container {
  padding: 0 60px;
}

/*.content {*/
/*  margin-left: 330px;*/
/*  padding: 150px 0 80px 0;*/
/*  position: relative;*/
/*}*/

main {
  margin: 0 auto;
  max-width: 1280px;
}

.l-section-title {
  padding: 30px 0;
  margin: 0;
  position: relative;
  color: #060F28;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.25;
}

.l-section-title::before {
  background: #0054FF;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 5px;
}

.l-site-description {
  color: #888C92;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5;
}

.btn-primary {
  background: #0054FF;
  padding: 12px 28px 13px;
  border: 1px solid #0054FF;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-primary__text {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  background: transparent;
}

.btn-primary:hover .btn-primary__text {
  color: #0054FF;
}

.l-more-item.l-more-item_show {
  height: auto;
}

.l-overlay {
  background: #000000;
  z-index: 11000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-overlay_show {
  opacity: 0.35;
  visibility: visible;
}

.l-modal {
  background: #ffffff;
  padding: 60px;
  z-index: 12000;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 160px), -50%);
  -ms-transform: translate(calc(-50% + 160px), -50%);
  transform: translate(calc(-50% + 160px), -50%);
  max-width: 520px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-modal-submit {
  color: #060F28;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5;
}

.l-modal-error {
  color: red;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5;
}

.l-modal_show {
  opacity: 1;
  visibility: visible;
}

.l-modal-container {
  position: relative;
}

.l-modal .l-modal-trigger {
  cursor: pointer;
  position: absolute;
  top: -36px;
  right: -36px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-modal .l-modal-trigger__icon {
  fill: #0054FF;
  max-width: 24px;
  min-width: 24px;
  max-height: 24px;
  min-height: 24px;
}

.l-modal .l-site-description {
  margin: 0 0 20px;
  color: #060F28;
}

.l-modal-form-field {
  margin: 0 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #E7E8E9;
  border-radius: 8px;
}

.l-modal-form [disabled]{
  opacity: 0.5;
}

.l-modal-form-field__icon {
  margin: 0 10px 0 0;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  fill: #0054FF;
  max-width: 20px;
  min-width: 20px;
  max-height: 20px;
  min-height: 20px;
}

.l-modal-form-field__input {
  padding: 12px 24px 12px 58px;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #060F28;
  font-size: 18px;
  font-weight: 400;
}

.l-modal-form-field__input::-webkit-input-placeholder {
  color: #888C92;
}

.l-modal-form-field__input::-moz-placeholder {
  color: #888C92;
}

.l-modal-form-field__input:-ms-input-placeholder {
  color: #888C92;
}

.l-modal-form-field__input::-ms-input-placeholder {
  color: #888C92;
}

.l-modal-form-field__input::placeholder {
  color: #888C92;
}

.l-modal-form__privacy {
  margin: 0 0 20px;
  color: #888C92;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.l-modal-form .btn-primary {
  max-width: 100%;
  width: 100%;
}

.l-accent {
  background: url("../img/accent-primary-background.svg") no-repeat 10px 50%/auto #0054FF;
  padding: 60px 0;
}

.l-hero-platform__list{
list-style: none;
}

.l-accent .l-container {
  position: relative;
  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;
}

.l-accent__description {
  padding: 0 64px 0 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.l-accent__image {
  margin: 0 60px 0 0;
  max-width: 200px;
  min-width: 200px;
  max-height: 200px;
  min-height: 200px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 4px 120px rgba(46, 46, 46, 0.06));
  filter: drop-shadow(0px 4px 120px rgba(46, 46, 46, 0.06));
}

.l-accent__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-accent__icon {
  position: absolute;
  bottom: -24px;
  right: 60px;
  fill: #ffffff;
  max-width: 64px;
  min-width: 64px;
  max-height: 64px;
  min-height: 64px;
}

.l-accent_secondary {
  background: url("../img/accent-secondary-background.svg") no-repeat calc(100% - 10px) 50%/auto #0054FF;
}

.l-accent_secondary .l-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-accent_secondary .l-accent__image {
  margin: 0 0 0 60px;
}

.l-accent_secondary .l-accent__icon {
  right: 320px;
}

.l-audience {
  padding: 60px 0;
  overflow: hidden;
}

.l-audience__table {
  margin: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-audience__wrapper {
  padding: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.l-audience-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

.l-audience-card__count {
  color: #0054FF;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.25;
}

.l-audience-card__title {
  margin: 24px 0 0;
  text-align: center;
  color: #060F28;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 1.25;
}

.l-benefits {
  padding: 60px 0;
  overflow: hidden;
}

.l-benefits .l-section-title {
  max-width: 588px;
}

.l-benefits__table {
  margin: -30px -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-benefits__wrapper {
  padding: 30px 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-benefits-card {
  background: #ffffff;
  overflow: hidden;
  height: 100%;
  border-radius: 20px;
}

.l-benefits-card__header {
  padding: 24px;
}

.l-benefits-card__icon {
  background: #0054FF;
  margin: 0 auto;
  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;
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  min-height: 100px;
  border-radius: 6px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 84, 255, 0.25);
  box-shadow: 0 20px 30px rgba(0, 84, 255, 0.25);
}

.l-benefits-card__icon svg {
  fill: #ffffff;
  max-width: 52px;
  min-width: 52px;
  max-height: 52px;
  min-height: 52px;
}

.l-benefits-card__body {
  padding: 24px;
  border-top: 2px solid #F7F7F7;
}

.l-clients {
  padding: 60px 0;
}

.l-clients .swiper {
  pointer-events: none;
}

.l-clients .swiper-slide {
  padding: 16px 0;
}

.l-clients .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.l-clients-card {
  position: relative;
  max-height: 124px;
  min-height: 124px;
}

.l-clients-card__content {
  background: #ffffff;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}

.l-contacts {
  padding: 60px 0;
}

.l-contacts__wrapper {
  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;
}

.l-contacts .l-modal-form {
  padding: 0 96px 0 0;
}

.l-contacts__image {
  max-width: 400px;
  min-width: 400px;
  max-height: 320px;
  min-height: 320px;
  -webkit-filter: drop-shadow(0px 4px 120px rgba(46, 46, 46, 0.06));
  filter: drop-shadow(0px 4px 120px rgba(46, 46, 46, 0.06));
  border-radius: 8px;
  overflow: hidden;
}

.l-contacts__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-efficiency {
  background: #EDEFF1;
  padding: 60px 0;
}

.l-efficiency .l-section-title {
  max-width: 670px;
}

.l-efficiency .l-site-description {
  color: #060F28;
}

.l-efficiency .l-site-description:not(:last-child) {
  margin-bottom: 16px;
}

.l-img-full{
  width: 100%;
  margin-top: 20px;
}

.l-img-full img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.serm img{
  width: 100%;
  height: auto;
}


.l-hero {
  padding: 80px 0;
  position: relative;
}

.l-hero::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.l-hero._full::before{
  height: 100%;
}

.l-hero .l-container {
  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;
}

.l-hero .btn-primary{
  margin: 32px 0 -32px;
}
.l-hero .btn-primary:hover{
  background: #fff;
}

.l-hero__image {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
    object-position: bottom;
}

.l-hero__text {
  max-width: 588px;
  padding: 0 32px 0 0;
}

.l-hero__title {
  margin: 0 0 30px;
  padding: 0 0 30px;
  position: relative;
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.25;
  border-bottom: 5px solid #ffffff;
}

.l-hero .l-site-description {
  color: #ffffff;
}

.l-hero-platform__item:not(:last-child) {
  margin: 0 0 10px;
}

.l-hero-platform__card {
  background: #ffffff;
  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;
  max-width: 98px;
  min-width: 98px;
  max-height: 48px;
  min-height: 48px;
  border-radius: 8px;
}

.l-hero-platform__card._op{
background: transparent;
}

.l-hero-platform__card img{
  width: 90%;
  height: 40px;
  object-fit: contain;
}

.l-footer {
  /*overflow: hidden;*/
  position: relative;
  background: #EDEFF1;
  margin: 0 0 0 270px;
  padding: 60px 0 20px;
  font-family: "Montserrat", Roboto, Arial, sans-serif;
}

.l-footer .l-container {
  padding: 0 60px;
  max-width: 100%;
}

.l-footer:before{
  content: '';
  position: absolute;
  right: -500%;
  top: 0;
  width: 500%;
  height: 100%;
  background: #EDEFF1;
  z-index: -1;
}

.l-footer .l-container__wrapper {
  margin: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer-contacts {
  padding: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.l-footer-contacts__list {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-footer-contacts__item {
  padding: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-footer-contacts__link {
  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-decoration: none;
  color: #060F28;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.25;
}

.l-footer-contacts__icon {
  margin: 0 8px 0 0;
  fill: #0054FF;
  max-width: 46px;
  min-width: 46px;
  max-height: 46px;
  min-height: 46px;
}

.l-footer-social__list {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-footer-social__item:not(:last-child) {
  margin: 0 24px 0 0;
}

.l-footer-social__link {
  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-decoration: none;
  text-decoration: none;
}

.l-footer-social__icon {
  fill: #0054FF;
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
}

.l-footer__table {
  padding: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  margin: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-footer__wrapper {
  position: relative;
  padding: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.l-footer__wrapper:not(:last-child)::before {
  background: #0054FF;
  content: "";
  position: absolute;
  top: 120px;
  left: calc(100% - 12px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 140px;
}

.l-footer__wrapper_with_two_cols {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.l-footer__list {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-footer__item {
  padding: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-footer__item_half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-footer__title {
  color: #060F28;
  font-size: 1.063rem;
  font-weight: 800;
  line-height: 2.4;
}

.l-footer__link {
  cursor: pointer;
  text-decoration: none;
  color: #060F28;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.25;
}

.l-footer__link:hover {
  text-decoration: underline;
}

.l-footer__copyright {
  padding: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  color: #888C92;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
}

.l-path {
  padding: 60px 0;
  background-color: #EDEFF1;
}

.l-path .l-section-title {
  max-width: 480px;
}

.l-path .l-site-description {
  color: #060F28;
}

.l-path__wrapper {
  margin: 30px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-path__image {
  padding: 0 0 0 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 50%;
  max-height: 284px;
  min-height: 284px;
}

.l-path__image._big {
  max-height: 350px;
}

.l-path__image img {
  width: 100%;
  height: 100%;
}

.l-path__text {
  padding: 0 30px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 50%;
}

.l-path__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-path__item:not(:last-child) {
  margin: 0 0 15px;
}

.l-path__label {
  background: #0054FF;
  margin: 0 10px 0 0;
  max-width: 24px;
  min-width: 24px;
  max-height: 24px;
  min-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border-radius: 100%;
}

.l-path__description {
  margin: 4px 0 0;
  color: #060F28;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.l-quote {
  padding: 60px 0;
}

.l-quote .l-container {
  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;
}

.l-quote__image {
  max-width: 300px;
  min-width: 300px;
  max-height: 300px;
  min-height: 300px;
  border-radius: 100%;
  -webkit-filter: drop-shadow(0px 4px 120px rgba(46, 46, 46, 0.06));
  filter: drop-shadow(0px 4px 120px rgba(46, 46, 46, 0.06));
}

.l-quote__image_mobile {
  margin: 100px 0 24px;
  display: none;
}

.l-quote__image img {
  width: 100%;
  height: 100%;
}

.l-quote__text {
  padding: 0 32px 0 0;
  max-width: 632px;
}

.l-quote__description {
  margin: 50px 30px 0 0;
  position: relative;
  color: #060F28;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.l-quote__icon {
  position: absolute;
  max-width: 142px;
  min-width: 142px;
  max-height: 98px;
  min-height: 98px;
}

.l-quote__icon_top {
  top: -50px;
  left: -30px;
}

.l-quote__icon_bottom {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: -50px;
  right: 0;
}

.l-quote__icon img {
  width: 100%;
  height: 100%;
}

.l-quote__info {
  margin: 30px 0 0;
  max-width: 324px;
}

.l-quote__name {
  margin: 0 0 10px;
  color: #0054FF;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.l-quote .l-site-description {
  color: #888C92;
  font-weight: 700;
}

.l-report {
  padding: 60px 0;
}

.l-report .l-container {
  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;
}

.l-report .l-section-title span {
  display: block;
}

.l-report__text {
  padding: 0 32px 0 0;
  max-width: 500px;
}

.l-report__title {
  margin: 0 0 30px;
  color: #060F28;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.l-report__preimage {
  margin: 0 0 60px;
  padding: 0 60px;
}

.l-report__preimage img {
  width: 100%;
  height: 100%;
}

.l-report__image {
  max-width: 350px;
  min-width: 350px;
  max-height: 350px;
  min-height: 350px;
  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;
}

.l-report__image_mobile {
  display: none;
}

.l-report__image img {
  width: 100%;
  height: 100%;
}

.l-results {
  padding: 60px 0;
  overflow: hidden;
}

.l-results__table {
  margin: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-results__wrapper {
  padding: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-results-card {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.l-results-card__header {
  background: #ffffff;
  padding: 24px;
  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;
}

.l-results-card__title {
  padding: 0 10px 0 0;
  color: #060F28;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 1.25;
}

.l-results-card__icon {
  background: #0054FF;
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 84, 255, 0.25);
  box-shadow: 0 20px 30px rgba(0, 84, 255, 0.25);
}

.l-results-card__icon svg {
  fill: #ffffff;
  max-width: 60px;
  min-width: 60px;
  max-height: 60px;
  min-height: 60px;
}

.l-scheme {
  background: #EDEFF1;
  padding: 60px 0;
}

.l-scheme .l-site-description {
  color: #060F28;
}

.l-scheme__image {
  margin: 60px 0 0;
  max-width: 100%;
  min-width: 100%;
}

.l-scheme__image_mobile {
  display: none;
}

.l-scheme__image img {
  width: 100%;
  height: 100%;
}

.l-service {
  padding: 60px 0;
  overflow: hidden;
}

.l-service__table {
  margin: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-service__wrapper {
  padding: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-service-card {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.l-service-card__header {
  background: #ffffff;
  padding: 24px;
  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;
}

.l-service-card__title {
  padding: 0 10px 0 0;
  color: #060F28;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 1.25;
}

.l-service-card__icon {
  background: #0054FF;
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 84, 255, 0.25);
  box-shadow: 0 20px 30px rgba(0, 84, 255, 0.25);
}

.l-service-card__icon svg {
  fill: #ffffff;
  max-width: 60px;
  min-width: 60px;
  max-height: 60px;
  min-height: 60px;
}

.l-service-card__body {
  background: #ffffff;
  height: 100%;
  padding: 24px;
  border-top: 1px solid #F7F7F7;
}

.l-stats {
  padding: 60px 0;
  overflow: hidden;
}

.l-stats__table {
  margin: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-stats__wrapper {
  padding: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.l-stats-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

.l-stats-card__count {
  color: #0054FF;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.25;
}

.l-stats-card__title {
  margin: 24px 0 0;
  text-align: center;
  color: #060F28;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 1.25;
}

/* l-phone-block */

.l-phone-block{
  position: relative;
}

.l-phone-block._mobile{
  display: none;
}

.l-phone-block__man{
  width: 370px;
  height: 420px;
  margin-top: 60px;
}

.l-phone-block img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-phone-block.l-no-mobile .l-phone-block__list{
  display: block;
  position: absolute;
  top: -80px;
  left: 264px;
  width: 565px;
  height: 400px;
}

.l-phone-block.l-no-mobile .l-phone-block__btn{
  display: block;
  position: absolute;
  top: -169px;
  right: 0;
  max-width: calc(100% - 588px);
}
.l-phone-block.l-no-mobile .l-phone-block__btn .btn-primary {
  display: block;
}

.l-phone-block__list-item{
  display: block;
  background: #0054FF;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 84, 255, 0.25);
  -moz-box-shadow:0 20px 30px rgba(0, 84, 255, 0.25);
  box-shadow: 0 20px 30px rgba(0, 84, 255, 0.25);
}

.l-result-slider{
  position: relative;
}

.l-result-slider__img{
  width: auto;
  height: 350px;
  background: #EDEFF1;
  padding: 30px;
  margin-bottom: 20px;
}

.l-result-slider__img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}

.l-result-slider__item{
  width: auto;
}

.l-result-slider__arrow{
  width: 48px;
  height: 48px;
  left: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 20px 30px rgba(45, 45, 45, 0.25);
  -moz-box-shadow:0 20px 30px rgba(45, 45, 45, 0.25);
  box-shadow: 0 20px 30px rgba(45, 45, 45, 0.25);
  border-radius: 50%;
}

.l-result-slider__arrows{
  position: absolute;
  top: 50%;
  width: 100%;
}

.l-result-slider__arrow.swiper-button-next{
  left: auto;
  right: 0;
}

.l-result-slider__arrow.swiper-button-prev{
  left: 0;
  right: auto;
}

.l-result-slider__arrow.swiper-button-next:after,
.l-result-slider__arrow.swiper-button-prev:after{
  font-size: 21px;
  color: #0054FF;
}

.l-result-slider__bot{
  display: flex;
  align-items:center;
}

.l-result-slider__text{
  margin-left: 30px;
  font-weight: 700;
  font-size: 1.2rem;
}

/* l-funnel */

.l-funnel__left,
.l-funnel__item{
  display: flex;
  align-items: center;
}

.l-funnel__item{
  background: #EDEFF1;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  flex-wrap: wrap;
}

.l-funnel__left{
  position: relative;
  color: #fff;
  padding: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 125%;
  background-size: 125%;
  background-position: center right;
  border-radius: 8px;
}

.l-funnel__right{
  padding: 20px 60px 20px 40px;
  flex: 1;
}

.l-funnel__count{
  position: relative;
  font-size: 2.25rem;
  font-weight: 900;
  padding-right: 20px;
}

.l-funnel__count:before{
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: #fff;
  right: 0;
  top: 10px;
}

.l-funnel__title{
  font-weight: 700;
  padding-left: 20px;
}

.l-funnel__item:nth-child(1) .l-funnel__left{
  width: 50%;
  background-image: url(../img/funnel/1.svg);
}

.l-funnel__item:nth-child(2) .l-funnel__left{
  width: 47%;
  background-image: url(../img/funnel/2.svg);
}

.l-funnel__item:nth-child(3) .l-funnel__left{
  width: 44%;
  background-image: url(../img/funnel/3.svg);
}

.l-funnel__item:nth-child(4) .l-funnel__left{
  width: 41%;
  background-image: url(../img/funnel/4.svg);
}

.l-funnel__item:nth-child(5) .l-funnel__left{
  width: 38%;
  background-image: url(../img/funnel/5.svg);
}

.l-funnel__item:nth-child(6) .l-funnel__left{
  width: 35%;
  background-image: url(../img/funnel/6.svg);
}

.l-light-text{
  color: #888C92;
}

.ls-mob{
  display: none;
}

.ls-footer-feedback-mobile{
  display: none;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #0054FF;
  color: #fff;
  padding: 15px;
  font-size: 1.063rem;
  font-weight: 700;
}

.ls-footer-feedback-mobile__close,
.ls-footer-feedback-mobile__img{
  width: 30px;
  height: 30px;
  fill: #fff;
}

.ls-footer-feedback-mobile__title{
  margin: auto;
}

/*l-list-block*/

.l-list-block__item{
  display: flex;
  align-items: center;
  background: #EDEFF1;
  padding: 30px;
    z-index: 1;
    position: relative;
}

.l-list-block__item:not(:last-child){
  margin-bottom: 30px;
}

.l-list-block__left{
  position: relative;
  width: 30%;
 color: #fff;
  text-align: center;
}

.l-list-block__right{
  width: 70%;
padding-left: 30px;
}

.l-list-block__left:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-top: 50px solid #0054FF;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
 z-index: -1;
}

.l-list-block__item:nth-child(2) .l-list-block__left:before{
  width: 85%;
}

.l-list-block__item:nth-child(3) .l-list-block__left:before{
  width: 70%;
}

a.btn-primary{
  color: #fff;
  display: inline-block;
}
a.btn-primary:hover{
  color: #0054ff;
}

@media screen and (max-width: 1100px) {
  /*.content {*/
  /*  margin: 0;*/
  /*}*/
  .l-container {
    padding: 0;
  }

  .l-hero .l-container {
    padding: 0 20px;
  }

  .l-path .l-container {
    padding: 0 20px;
  }

  .l-accent .l-container {
    padding: 0 20px;
  }

  .l-efficiency .l-container {
    padding: 0 20px;
  }

  .l-scheme .l-container {
    padding: 0 20px;
  }

  .l-modal {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 60px 20px;
    max-width: calc(100% - 40px);
  }

  .l-modal .l-modal-trigger {
    top: -40px;
    right: 0;
  }

  .l-accent__icon {
    right: 20px;
  }

  .l-hero {
    padding: 160px 0 130px;
  }

  .l-hero .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-hero__text {
    margin: 0 0 30px;
  }

  .l-hero-platform__list {
    max-width: 228px;
    margin: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-hero-platform__item {
    padding: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .l-hero-platform__item:not(:last-child) {
    margin: 0;
  }

  .l-footer {
    margin: 0 -30px;
  }

  .l-quote__description {
    margin: 50px 30px 0;
  }

  .l-quote__info {
    padding: 30px 30px 0;
  }

  .l-footer:before{
    right: -250%;
  }

  .l-phone-block.l-no-mobile .l-phone-block__list{
    width: 480px;
  }
}

@media screen and (max-width: 860px){
  .l-funnel__left{
    -webkit-background-size: 160%;
    background-size: 160%;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    margin: 0 -20px;
  }

  .l-footer .l-container {
    padding: 0 20px;
  }

  .l-hero {
    margin: 0 0 30px;
  }

  /*.l-benefits {*/
  /*  padding: 30px 0;*/
  /*}*/

  /*.l-audience {*/
  /*  padding: 30px 0;*/
  /*}*/

  .l-accent {
    padding: 60px 0 48px;
  }

  /*.l-quote {*/
  /*  padding: 30px 0;*/
  /*}*/

  /*.l-report {*/
  /*  padding: 30px 0;*/
  /*}*/

  /*.l-contacts {*/
  /*  padding: 30px 0;*/
  /*}*/

  /*.l-service {*/
  /*  padding: 30px 0;*/
  /*}*/

  /*.l-results {*/
  /*  padding: 30px 0;*/
  /*}*/

  /*.l-clients {*/
  /*  padding: 30px 0;*/
  /*}*/

  /*.l-stats {*/
  /*  padding: 30px 0;*/
  /*}*/

  /*.l-report {*/
  /*  padding: 30px 0;*/
  /*}*/


  .l-accent {
    background-size: calc(100% - 40px);
    background-position: 20px 20px;
  }

  .l-accent .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-accent__description {
    padding: 0;
  }

  .l-accent__image {
    margin: 0 0 60px;
  }

  .l-accent__icon {
    margin: 30px 0 0;
    position: relative;
    bottom: unset;
    right: unset;
  }

  .l-accent_secondary .l-accent__image {
    margin: 0 0 60px;
  }

  .l-accent_secondary .l-accent__icon {
    margin: 30px 0 0;
    position: relative;
    bottom: unset;
    right: unset;
  }

  .l-audience__table {
    margin: -10px;
  }

  .l-audience__wrapper {
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-benefits__table {
    margin: -15px;
  }

  .l-benefits__wrapper {
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-clients .swiper-slide {
    max-width: 160px;
    min-width: 160px;
  }

  .l-clients-card {
    max-height: 100px;
    min-height: 100px;
  }

  .l-contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .l-contacts__image {
    margin: 0 0 30px;
    max-width: 100%;
    min-width: 100%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .l-contacts .l-modal-form {
    padding: 0;
  }

  .l-footer .l-container__wrapper {
    margin: -30px;
  }

  .l-footer-contacts {
    padding: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .l-footer__table {
    padding: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .l-footer__copyright {
    padding: 30px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .l-path__wrapper {
    margin: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

.l-path__image._big,
  .l-path__image {
    margin: 30px 0 0;
    padding: 0;
    max-width: 100%;
    min-width: 100%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .l-path__text {
    padding: 0;
    max-width: 100%;
  }

  .l-quote__icon {
    max-width: 120px;
    min-width: 120px;
    max-height: 82px;
    min-height: 82px;
  }

  .l-quote__text {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }

  .l-quote__image {
    display: none;
  }

  .l-quote__image_mobile {
    display: block;
  }

  .l-quote__name {
    text-align: center;
  }

  .l-quote .l-site-description {
    text-align: center;
  }

  .l-report__text {
    padding: 0;
    max-width: 100%;
  }

  .l-report__image {
    display: none;
  }

  .l-report__image_mobile {
    margin: 0 auto 30px;
    display: block;
  }

  .l-report .btn-primary {
    margin: 0 auto;
  }

  .l-results__table {
    margin: -15px;
  }

  .l-results__wrapper {
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-scheme__image {
    display: none;
  }

  .l-scheme__image_mobile {
    display: block;
  }

  .l-service__table {
    margin: -15px;
  }

  .l-service__wrapper {
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-stats__table {
    margin: -10px;
  }

  .l-stats__wrapper {
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-no-mobile{
    display: none;
  }

  .l-phone-block._mobile{
    display: block;
  }

  .l-phone-block__man{
    width: 100%;
    height: auto;
  }
  .l-result-slider__arrows{
    display: none;
  }

  .l-result-slider__img{
    height: 245px;
    padding: 20px;
    width: 330px;
  }

  /* .l-funnel */

  .l-funnel__right{
    width: 100%;
    padding: 20px;
  }

  .l-funnel__left{
    background-image: none;
  }

  .l-funnel__item:nth-child(1) .l-funnel__left,
  .l-funnel__item:nth-child(2) .l-funnel__left,
  .l-funnel__item:nth-child(3) .l-funnel__left,
  .l-funnel__item:nth-child(4) .l-funnel__left,
  .l-funnel__item:nth-child(5) .l-funnel__left,
  .l-funnel__item:nth-child(6) .l-funnel__left{
    width: 100%;
  }

  .l-funnel__item:nth-child(1) .l-funnel__left{
    background: #9ABBFF;
  }

  .l-funnel__item:nth-child(2) .l-funnel__left{
    background: #76A3FF;
  }

  .l-funnel__item:nth-child(3) .l-funnel__left{
    background: #578EFF;
  }

  .l-funnel__item:nth-child(4) .l-funnel__left{
    background: #387AFF;
  }

  .l-funnel__item:nth-child(5) .l-funnel__left{
    background: #1D67FF;
  }

  .l-funnel__item:nth-child(6) .l-funnel__left{
    background: #0054FF;
  }

  .ls-mob{
    display: block;
  }

  .ls-no-mob{
    display: none;
  }

  .ls_bg-mob{
    position: relative;
    background: #EDEFF1;
    margin: 0 -30px;
    padding: 60px 30px;
  }

  .ls-footer-feedback-mobile{
    display: flex;
  }

.l-list-block__item{
    flex-wrap: wrap;
  }

  .l-list-block__left,
  .l-list-block__right{
    width: 100%;
  }

  .l-list-block__right{
    padding:40px 0 0 0;
  }
 .l-list-block__left:before{
    background: #0054FF;
  }

  .l-list-block__item:nth-child(2) .l-list-block__left:before,
  .l-list-block__item:nth-child(3) .l-list-block__left:before{
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .l-audience-card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-audience-card__title {
    margin: 10px 0 0;
    text-align: left;
  }

  .l-footer .l-container__wrapper {
    margin: 0;
  }

  .l-footer__table {
    padding: 0;
    margin: -12px 0;
  }

  .l-footer__wrapper {
    padding: 12px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-footer-contacts {
    padding: 60px 0 48px;
  }

  .l-footer__wrapper:not(:last-child)::before {
    content: none;
  }

  .l-footer__item_half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-report__image {
    max-width: 100%;
    min-width: 100%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .l-stats-card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-stats-card__title {
    margin: 10px 0 0;
    text-align: left;
  }
}

@media screen and (max-width: 500px){
  .ls_bg-mob{
    margin: 0 -20px;
    padding: 60px 20px;
  }
}

@media screen and (max-width: 380px) {
  .l-section-title {
    font-size: 1.5rem;
  }

  .l-quote__image {
    max-width: 280px;
    min-width: 280px;
    max-height: 280px;
    min-height: 280px;
  }

  .l-report .btn-primary {
    max-width: 100%;
    width: 100%;
  }

  .l-results-card__icon {
    max-width: 72px;
    min-width: 72px;
    max-height: 72px;
    min-height: 72px;
  }

  .l-results-card__icon svg {
    max-width: 48px;
    min-width: 48px;
    max-height: 48px;
    min-height: 48px;
  }

  .l-service-card__icon {
    max-width: 72px;
    min-width: 72px;
    max-height: 72px;
    min-height: 72px;
  }

  .l-service-card__icon svg {
    max-width: 48px;
    min-width: 48px;
    max-height: 48px;
    min-height: 48px;
  }
}