@font-face {
  font-family: "Monsterrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
  url("../fonts/montserrat-bold.woff2") format("woff2"),
  url("../fonts/montserrat-bold.woff") format("woff"),
  url("../fonts/montserrat-bold.ttf") format("ttf");
}

@font-face {
  font-family: "Monsterrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
  url("../fonts/montserrat-semibold.woff2") format("woff2"),
  url("../fonts/montserrat-semibold.woff") format("woff"),
  url("../fonts/montserrat-semibold.ttf") format("ttf");
}

@font-face {
  font-family: "Monsterrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'),
  url("../fonts/montserrat-light.woff2") format("woff2"),
  url("../fonts/montserrat-light.woff") format("woff"),
  url("../fonts/montserrat-light.ttf") format("ttf");
}

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

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

@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local('Inter Light'), local('Inter-Light'),
  url("../fonts/inter-light.woff2") format("woff2"),
  url("../fonts/inter-light.woff") format("woff"),
  url("../fonts/inter-light.ttf") format("ttf");
}

html {
  box-sizing: border-box;
  height: 100%;
}

button {
  outline: unset;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

:root {
  --black: #000000;
  --black-light: #010101;
  --black-opacity: 0, 0, 0,;
  --white: #ffffff;
  --white-2: #fbfafb;
  --white-dark: #f4f4f4;
  --red: #cc3130;
  --red-dark: #d50334;
  --gray-dark: #0d0d0d;
  --gray-dark-opacity: 13, 13, 13;
  --violet: #8360c3;
  --brown-dark: #3d3d3d;
  --green: #2EBF91;
  --violet-2: #8361C3;
  --violet-3: #6B5FB4;
  --green-2: #4DB848;
}

.visually-hidden:not(:focus):not(active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
  border: none;
  color: var(--white);
}

img {
  display: block;
}

svg {
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  margin: 0;
}

.body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: var(--black);
}

.main {
  width: 100%;
  font-family: "Monsterrat", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--brown-dark);
}

.container {
  max-width: 1360px;
  padding: 30px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
}

.container-x {
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
}

/* стили для "Промо" */

.promo {
  position: relative;
  background-color: linear-gradient(243.18deg, rgba(138, 102, 217, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%), var(--white-2);
  background-image: url("../images/background-promo.svg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.promo__block {
  display: flex;
  padding: 40px 0 20px 0;
  justify-content: space-between;
}

.promo__container {
  display: flex;
  gap: 15px;
  max-width: 572px;
}

.promo__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 547px;
}

.promo__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.promo__subtitle::before {
  content: "";
  width: 2px;
  height: 80px;
  border: 2px solid var(--violet);
  flex-shrink: 0;
}

.promo__title {
  font-size: 44px;
  line-height: 62px;
  text-transform: uppercase;
  margin: 52px 0 37px 0;
  max-width: 680px;
}

.emphasis {
  color: var(--violet);
}

.title__emphasis {
  color: var(--violet);
}

.promo__text {
  font-family: "Inter", "Arial", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  padding: 30px 20px;
  background-color: white;
  box-shadow: 68px 35px 31px rgba(var(--black-opacity) 0.01), 38px 20px 26px rgba(var(--black-opacity) 0.05), 17px 9px 19px rgba(var(--black-opacity) 0.09), 4px 2px 11px rgba(var(--black-opacity) 0.1), 0 0 0 rgba(var(--black-opacity) 0.1);
  border-radius: 15px;
  max-width: 547px;
}

.promo__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  gap: 15px;
  background-color: var(--violet);
  border: 2px solid var(--violet);
  color: var(--white);
  border-radius: 5px;
  max-width: 290px;
  margin: 0 0 0 auto;
  z-index: 2;
  transition: 0.3s;
}

.promo__button:hover {
  background-color: var(--white);
  color: var(--violet);
  transition: 0.3s;
}

.promo__button:hover .promo__icon {
  stroke: var(--violet);
  transition: 0.3s;
}

.promo__icon {
  transition: 0.3s;
}

.promo__button-icon {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  flex-shrink: 0;
}

.promo__left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 -30px 0 0;
}

.line {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: -160px 0 0 0;
}

.statistics {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 77px;
  right: 504px;
  z-index: 2;
}

.statistics__container:first-child {
  position: relative;
  left: 80px;
}

.statistics__container:nth-last-child(1) {
  position: relative;
  left: 30px;
}

.statistics__container {
  background: linear-gradient(288.27deg, var(--violet) 1.27%, var(--violet-2) 15.98%, var(--green) 100%), var(--white);
  box-shadow: 11.3532px 8.77294px 5.67661px rgba(var(--black-opacity) 0.01), 6.19266px 5.16055px 4.6445px rgba(var(--black-opacity) 0.05), 2.58028px 2.06422px 3.61239px rgba(var(--black-opacity) 0.09), 0.516055px 0.516055px 2.06422px rgba(var(--black-opacity) 0.1), 0 0 0 rgba(var(--black-opacity) 0.1);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 240px;
  height: 100px;
  padding: 5px;
}

.statistics__container--white {
  background: var(--white);
  color: var(--brown-dark);
}

.statistics__container--white .statistics__content {
  background: var(--white);
}

.statistics__container--white .statistics__border {
  background: linear-gradient(288.27deg, var(--violet) 1.27%, var(--violet) 15.98%, var(--green) 100%);
}

.statistics__border {
  border-radius: 100px;
  width: 90px;
  height: 90px;
  background-color: var(--white);
}

.statistics__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(288.27deg, var(--violet) 1.27%, var(--violet) 15.98%, var(--green) 100%), var(--white);
  box-shadow: 11.3532px 8.77294px 5.67661px rgba(var(--black-opacity) 0.01), 6.19266px 5.16055px 4.6445px rgba(var(--black-opacity) 0.05), 2.58028px 2.06422px 3.61239px rgba(var(--black-opacity) 0.09), 0.516055px 0.516055px 2.06422px rgba(var(--black-opacity) 0.1), 0 0 0 rgba(var(--black-opacity) 0.1);
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin: 5px;
}

.statistics__title {
  font-size: 23px;
  line-height: 28px;
}

.statistics__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
}

.statistics__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
}

.hide {
  display: none;
}

.hide-2 {
  display: none;
}

/* стили для "необходимость проекта" */

.project {
  display: flex;
  align-items: center;
  position: relative;
}

.circle {
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--violet) 0%, var(--violet) 14.9%, var(--green) 100%);
  border-radius: 100%;
  position: absolute;
  left: -300px;
  z-index: 1;
  top: 0;
}

.project__container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.project__content {
  position: relative;
}

.project__img {
  position: relative;
  z-index: 2;
  margin: 20px 0;
}

.project__texts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.title {
  font-size: 54px;
  line-height: 62px;
  text-transform: uppercase;
}

.title--white {
  color: var(--white);
}

.subtitle {
  font-family: "Inter", "Arial", sans-serif;;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}

.project__texts .subtitle {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project__decors {
  z-index: 1;
}

.project__decor {
  position: absolute;
}

.project__decor--2 {
  top: 2%;
  right: 6%;
}

.project__decor--1 {
  top: 80%;
  right: 6%;
}

/* стили для "Задачи". */

.task__header {
  background-image: url("../images/background-task.svg");
  width: 100%;
  height: 100%;
  margin: 0 0 -110px 0;
}

.task__footer {
  overflow: hidden;
}

.task__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  z-index: 1;
}

.task__item {
  display: flex;
  gap: 25px;
  align-items: center;
}

.task__container {
  display: flex;
  align-items: center;
  gap: 80px;
  z-index: 1;
  position: relative;
}

.task__line {
  position: absolute;
  width: 2px;
  height: 1000px;
  background: var(--violet);
  right: 0;
  left: 45px;
}

.task__border {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  flex-shrink: 0;
  background: linear-gradient(315deg, var(--violet) 0%, var(--violet-2) 14.90%, var(--green) 100%);
}

.task__number {
  display: inline-flex;
  width: 80px;
  height: 80px;
  background-color: var(--white);
  border-radius: 100px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 53px;
  font-weight: 600;
}

.task__texts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.task__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.task__subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.task__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 650px;
}

.task__text {
  font-family: "Inter", "Arial", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}

.line--violet {
  margin: 0;
  width: auto;
}

.block {
  margin: -2px 0 0 0;
}

.task__block {
  display: flex;
}

.task__wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  z-index: 3;
}

.subtitle--white {
  color: var(--white);
}

.task__img {
  margin: -205px -115px 0 -55px;
  z-index: 2;
}

/* стили для "Мобильная версия". */

.color-violet {
  width: 100%;
  background-color: var(--violet);
  color: var(--white);
}

.mobile__img {
  height: 100%;
  width: 100%;
  max-width: 425px;
}

.mobile__container {
  display: flex;
  padding: 60px 20px;
  align-items: center;
}

.mobile__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 785px;
}

.mobile__texts {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* стили для "Результаты внедрения". */
.results {
  position: relative;
}

.results .title {
  max-width: 982px;
}

.results .subtitle {
  max-width: 1090px;
}

.results__wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 0 0;
}

.results__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: end;
  margin: 10px 0 0 0;
}

.results__container {
  width: 100%;
  max-width: 410px;
  height: 470px;
  padding: 20px 30px;
  border-radius: 15px;
  background-color: var(--white);
  box-shadow: 0 0 0 0 rgba(var(--black-opacity) 0.10), 4px 2px 11px 0 rgba(var(--black-opacity) 0.10), 17px 9px 19px 0 rgba(var(--black-opacity) 0.09), 38px 20px 26px 0 rgba(var(--black-opacity) 0.05), 68px 35px 31px 0 rgba(var(--black-opacity) 0.01), 106px 55px 34px 0 rgba(var(--black-opacity) 0.00);
}

.results__container--middle {
  height: 450px;
}

.results__container--small {
  height: 430px;
}

.results__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.results-double__container {
  margin: 10px 0 0 0;
}

.results__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.results__img {
  flex-shrink: 0;
}

.results__title {
  color: var(--violet-3);
  font-size: 98px;
  font-weight: 700;
  line-height: 118px;
}

.results__title--green {
  color: var(--green-2);
  margin: 0 0 0 40px;
}

.results__content--top {
  margin: 0 0 30px 0;
}

.results__small {
  font-size: 43px;
  font-weight: 600;
  line-height: 50px;
}

.results__subtitle {
  font-family: "Inter", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  max-width: 270px;
  margin: 0 0 -50px 90px;
}

.results__subtitle--middle {
  margin: 0;
  max-width: none;
}

.results__flex {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 20px 0 10px 0;
}

.results__heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.results__title--middle {
  font-size: 82px;
  font-weight: 700;
  line-height: 90px;

}

.results__small-text {
  font-size: 68px;
  font-weight: 600;
  line-height: 80px;
}

.results__middle-text {
  font-size: 38px;
  font-weight: 600;
  line-height: 45px;
}

.results__decor {
  position: absolute;
}

.results__decor--1 {
  top: 32%;
}

.results__decor--2 {
  right: 0;
  top: 54%;
}

.results__decor--3 {
  right: 15%;
  top: 5%;
}

/* стили для "Эффективность". */
.efficiency {
  display: flex;
  gap: 55px;
  padding: 80px 0;
  align-items: center;
  max-width: 1200px;
  margin: 0 0 0 auto;
}

.efficiency__block {
  display: flex;
  align-items: center;
  position: relative;
}

.efficiency__circle {
  top: auto;
  left: -230px;
}

.efficiency__img {
  position: relative;
  z-index: 2;
  margin: 65px 0;
}

.efficiency__container {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.efficiency__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.efficiency__content .title {
  margin: 0 0 0 auto;
}

.efficiency__subtitle {
  font-family: "Inter", "Arial", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
}

.efficiency__decor {
  position: absolute;
}

.efficiency__decor--1 {
  right: 0;
  bottom: 35%;
}

.efficiency__decor--2 {
  top: 6%;
  left: 15%;
}

/* стили для "сотрудничества". */

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

.cooperation__container {
  display: flex;
  padding: 75px 0 10px 0;
}

.cooperation__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.cooperation__wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cooperation__img {
  margin: 0 -215px 0 0;
  z-index: 2;
}

.line--transform {
  transform: scaleX(-1);
}

.cooperation__decor {
  position: absolute;
}

.cooperation__decor--1 {
  top: 0;
  left: -20%;
}

.cooperation__decor--2 {
  bottom: 24%;
  left: 30%;
}

.cooperation__decor--3 {
  top: 0;
  left: 57%;
}

/* стили для "Футер". */
.contact {
  margin: -2px 0 0 0;
}

.contact__container {
  display: flex;
  gap: 55px;
  padding: 0 0 40px 0;
}

.contact__img {
  margin: -230px 0 0 -55px;
}

.contact__block {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.contact__icons {
  margin: 35px 0 0 0;
}

.contact__connections {
  display: flex;
  gap: 50px;
}

.contact__link {
  align-self: end;
  margin: 10px 0 0 0;
}

.contact__sportsoft {
  display: flex;
}

.contact__connection {
  display: flex;
}

.contact__icon {
  fill: var(--white);
}

.contact__tell {
  font-weight: 600;
}

.contact__mail {
  font-weight: 700;
}

/* стили для "Решения". */
.solution {
  overflow: hidden;
  padding: 40px 0;
}

.tns-ovh {
  overflow: visible;
}

.solution__container {
  display: flex;
  gap: 75px;
  align-items: center;
}

.solution__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.solution__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 50px;
  column-gap: 20px;
}

.solution__list .solution__item:nth-last-child(2) {
  min-width: 400px;
}

.solution__list .solution__item:nth-last-child(1) {
  align-self: end;
}

.solution__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.solution__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.solution__title:after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--violet);
}

.solution__subtitle {
  font-family: "Inter", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.solution__montserrat {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 -5px 0;
}

.solution__montserrat--26 {
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;

}

.solution__montserrat--20 {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.slider {
  position: relative;
  margin: 55px 0 90px 0;
}

.slider__arrows-block {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 15px;
  position: absolute;
  top: -65%;
}

.slider__arrows-link {
  display: flex;
}

.slider__arrows-link--right .slider__arrow {
  transform: rotate(180deg);
}

.slider__arrow {
  fill: var(--white);
  stroke: var(--violet);
  transition: 0.3s;
}

.slider__arrows-link:hover .slider__arrow {
  fill: var(--violet);
  stroke: var(--white);
  transition: 0.3s;
}

.info {
  display: flex;
  width: 100%;
  height: 180px;
  padding: 20px 15px;
  margin: 0 auto;
  align-items: flex-start;
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 0 0 0 rgba(var(--black-opacity) 0.10), 4px 2px 11px 0 rgba(var(--black-opacity) 0.10), 17px 9px 19px 0 rgba(var(--black-opacity) 0.09), 38px 20px 26px 0 rgba(var(--black-opacity) 0.05), 68px 35px 31px 0 rgba(var(--black-opacity) 0.01), 106px 55px 34px 0 rgba(var(--black-opacity) 0.00);
  position: relative;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.info::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.info__img {
  width: 100px;
  height: 100px;
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.info__text {
  font-family: "Inter", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  z-index: 1;
}

@media (max-width: 1440px) {
  .line--violet {
    margin: 0 0 0 -200px;
  }
}

@media (max-width: 1300px) {
  .container {
    padding: 30px 25px;
  }

  .container-x {
    padding: 0 25px;
  }

  .promo__advertisement {
    display: block;
    margin: 0 auto;
  }

  .promo__logo {
    width: 220px;
    height: 70px;
  }

  .promo__container {
    max-width: 547px;
  }

  .promo__block {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 0 15px 0;
  }

  .promo__content {
    align-items: center;
  }

  .promo__img {
    width: 540px;
    height: 540px;
  }

  .promo__title {
    font-size: 34px;
    line-height: 52px;
    margin: 0;
  }

  .promo__subtitle {
    max-width: 244px;
    font-size: 18px;
    line-height: 22px;
    gap: 10px;
  }

  .promo__subtitle::before {
    height: 70px;
  }

  .promo__right {
    order: 2;
  }

  .line {
    margin: 0;
  }

  .line--violet {
    width: 100%;
  }

  .cooperation .line {
    width: auto;
  }

  .hide {
    display: block;
  }

  .statistics {
    right: 450px;
  }

  .statistics__container {
    width: 210px;
    height: 80px;
  }

  .statistics__container:first-child {
    left: 58px;
  }

  .statistics__content {
    width: 69px;
    height: 69px;
    margin: 2.5px;
  }

  .statistics__title {
    font-size: 20px;
    line-height: 22px;
  }

  .statistics__border {
    width: 74px;
    height: 74px;
  }

  /* стили для "необходимость проекта" */
  .project__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }

  .project__content {
    order: 2;
    margin: 0 auto;
  }

  .project__img {
    width: 100%;
    height: 100%;
  }

  .project__decor--1 {
    top: 30%;
  }


  /* стили для "Задачи". */
  .task__header {
    margin: 0;
    background-position: center center;
  }

  .task__line {
    display: none;
  }

  .task__container {
    flex-direction: column;
    gap: 50px;
  }

  .task__content {
    max-width: 100%;
  }

  .task__list {
    order: 1;
    margin: 0;
  }

  .task__wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
  }

  .task__wrap {
    padding: 30px 0 0 0;
  }

  .task__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .task__border {
    width: 85px;
    height: 85px;
  }

  .task__number {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }

  .task__block {
    flex-direction: column;
    align-items: center;
  }

  .task__img {
    margin: 0;
  }

  /* стили для "Мобильная версия". */
  .mobile__container {
    padding: 45px 15px;
  }

  /* стили для "Результат внедрения". */
  .results__wrap {
    padding: 40px 0 0;
    gap: 35px;
  }

  .results__container {
    height: 100%;
  }

  .results__title {
    font-size: 88px;
    line-height: 108px;
  }

  .results__title--middle {
    font-size: 78px;
    line-height: 86px;
  }

  .results__block {
    grid-template-columns: 1fr 1fr;
    margin: 10px auto 0 auto;
  }

  .results__container--small {
    grid-column: 3/-3;
    justify-self: center;
  }

  /* стили для "Эффективность". */
  .efficiency {
    gap: 25px;
    padding: 65px 0 50px 0;
  }

  .efficiency__subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  /* стили для "сотрудничества". */
  .cooperation__content .title {
    margin: 0;
  }

  .cooperation__container {
    padding: 60px 0 10px 0;
  }

  .cooperation__decor--2 {
    bottom: 24%;
  }

  /* стили для "Футер". */
  .contact__container {
    margin: 0;
    padding: 10px 0;
  }

  .contact__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
  }

  .contact__container {
    gap: 40px;
  }

  .show {
    display: none;
  }

  /* стили для "Решения". */
  .slider {
    margin: 55px 0 70px 0;
  }

  .solution {
    padding: 35px 0;
  }

  .solution__container {
    gap: 60px;
  }

  .solution__title {
    font-size: 30px;
    line-height: 38px;
  }

  .slider__list {
    margin: 0 0 60px;
  }

  .info {
    gap: 25px;
  }
}

@media (max-width: 1180px) {
  .container {
    padding: 25px 20px;
  }

  .container-x {
    padding: 0 20px;
  }

  .promo__container {
    align-items: center;
    max-width: 522px;
  }

  .promo__title {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .promo__subtitle::before {
    height: 60px;
  }

  .promo__subtitle {
    max-width: 214px;
    font-size: 18px;
    line-height: 22px;
    gap: 10px;
  }

  .promo__logo {
    width: 180px;
    height: 60px;
  }

  .promo__img {
    width: 470px;
    height: 470px;
  }

  .statistics {
    top: 60px;
    right: 385px;
  }

  .statistics__container {
    width: 190px;
    height: 70px;
  }

  .statistics__content {
    width: 59px;
    height: 59px;
  }

  .statistics__border {
    width: 64px;
    height: 64px;
  }

  .statistics__title {
    font-size: 16px;
    line-height: 18px;
  }

  .statistics__subtitle {
    font-size: 12px;
    line-height: 12px;
  }

  .statistics__text {
    font-size: 12px;
    line-height: 16px;
  }

  .statistics__container:first-child {
    left: 48px;
  }

  .statistics__container:nth-last-child(1) {
    left: 25px;
  }

  /* стили для "необходимость проекта" */
  .project__texts {
    gap: 25px;
  }

  .title {
    font-size: 44px;
    line-height: 50px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .project__decor {
    width: 100px;
    height: 100px;
  }

  /* стили для "Задачи". */
  .task__list {
    gap: 35px;
  }

  .task__wrapper {
    gap: 20px;
  }

  .task__wrap {
    gap: 20px;
  }

  .task__item {
    gap: 20px;
  }

  .task__border {
    width: 75px;
    height: 75px;
  }

  .task__number {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }

  .task__container {
    gap: 45px;
  }

  /* стили для "Мобильная версия". */
  .mobile__container {
    flex-direction: column;
    padding: 30px 0;
    gap: 30px;
  }

  .mobile__img {
    order: 1;
    max-width: 350px;
  }

  .mobile__content {
    max-width: 100%;
  }

  /* стили для "Результат внедрения". */
  .results__wrap {
    padding: 30px 0 0;
    gap: 30px;
  }

  .results__title {
    font-size: 83px;
    line-height: 103px;
  }

  .results__small {
    font-size: 39px;
    line-height: 46px;
  }

  .results__small-text {
    font-size: 63px;
    line-height: 75px;
  }

  .results__title--middle {
    font-size: 73px;
    line-height: 82px;
  }

  .results__middle-text {
    font-size: 35px;
    line-height: 42px;
  }

  .results__img {
    width: 65px;
    height: 65px;
  }

  .results__decor {
    width: 100px;
    height: 100px;
  }

  /* стили для "Эффективность". */
  .efficiency {
    gap: 20px;
    padding: 50px 0 40px 0;
  }

  .efficiency__img {
    width: 447px;
    height: 320px;
  }

  .efficiency__container {
    gap: 50px;
    margin: 0 0 -65px 0;
  }

  .efficiency__subtitle {
    font-size: 22px;
    line-height: 26px;
  }

  .efficiency__decor {
    width: 105px;
    height: 105px;
  }

  .efficiency__decor--2 {
    top: 33%;
    left: 43%;
  }

  /* стили для "сотрудничества". */
  .cooperation {
    overflow: visible;
  }

  .cooperation__container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 45px 0 10px 0;
  }

  .cooperation__content .title {
    align-self: flex-start;
  }

  .cooperation .line {
    width: 100%;
  }

  .cooperation__content {
    gap: 30px;
  }

  .cooperation__img {
    margin: 0 auto 35px auto;
    max-width: 100%;
    height: auto;
  }

  .cooperation__decor--3 {
    top: 0;
    left: 77%;
  }

  .cooperation__decor--2 {
    bottom: 0;
    left: 0;
  }

  .cooperation__decor {
    width: 100px;
    height: 100px;
  }

  /* стили для "Футер". */
  .contact__block {
    gap: 30px;
  }

  .contact__connections {
    gap: 45px;
    flex-direction: column;
  }

  .contact__container {
    gap: 35px;
    flex-direction: column;
  }

  .contact__link {
    margin: 15px 0 0 0;
  }

  .contact__wrap {
    gap: 50px;
    order: 1;
  }

  .contact__link {
    align-self: center;
    order: 1;
  }

  .contact__img {
    margin: 0;
  }

  .contact__icons {
    margin: 0;
  }

  .hide-2 {
    display: block;
  }

  .show-2 {
    display: none;
  }

  .contact__sportsoft {
    max-width: 180px;
  }

  /* стили для "Решения". */
  .slider {
    margin: 45px 0 60px 0;
  }

  .solution {
    padding: 30px 0;
  }


  .solution__container {
    gap: 45px;
    flex-direction: column;
    align-items: flex-start;
  }

  .solution__title {
    font-size: 28px;
    line-height: 36px;
  }

  .info__img {
    width: 95px;
    height: 95px;
  }
}

@media (max-width: 980px) {
  .promo__img {
    width: 400px;
    height: 400px;
  }

  .statistics {
    top: 50px;
    right: 330px;
  }

  /* стили для "необходимость проекта" */
  .task__list {
    gap: 30px;
  }

  .task__border {
    width: 65px;
    height: 65px;
  }

  .task__number {
    width: 60px;
    height: 60px;
    font-size: 36px;
  }

  .task__content {
    gap: 25px;
  }

  .task__container {
    gap: 40px;
  }

  /* стили для "Мобильная версия". */
  .mobile__container {
    padding: 20px 15px;
  }

  .mobile__content {
    gap: 25px;
  }

  .mobile__texts {
    gap: 20px;
  }

  .mobile__img {
    max-width: 300px;
  }

  /* стили для "Результат внедрения". */
  .results__wrap {
    padding: 20px 0 0;
    gap: 25px;
  }

  .results__container {
    padding: 20px;
  }

  .results__title {
    font-size: 78px;
    line-height: 98px;
  }

  .results__small {
    font-size: 36px;
    line-height: 42px;
  }

  .results__small-text {
    font-size: 58px;
    line-height: 70px;
  }

  .results__title--middle {
    font-size: 68px;
    line-height: 78px;
  }

  .results__middle-text {
    font-size: 32px;
    line-height: 38px;
  }

  .results__img {
    width: 60px;
    height: 60px;
  }

  .results__subtitle {
    margin: 0 0 -40px 80px;
  }

  .results__subtitle--middle {
    margin: 0;
  }

  .results__decor {
    width: 85px;
    height: 85px;
  }

  /* стили для "Эффективность". */
  .efficiency {
    flex-direction: column;
    padding: 40px 0 50px 0;
  }

  .efficiency__container {
    gap: 35px;
  }

  .efficiency__img {
    width: 100%;
    height: auto;
  }

  .efficiency__block {
    margin: 0 auto;
    order: 1;
    justify-content: center;
  }

  .efficiency__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .efficiency__decor {
    width: 90px;
    height: 90px;
  }

  /* стили для "сотрудничества". */
  .cooperation__content {
    gap: 25px;
  }

  .cooperation__decor {
    width: 90px;
    height: 90px;
  }

  /* стили для "Футер". */
  .contact__block {
    gap: 25px;
  }

  .contact__container {
    gap: 30px;
  }

  .contact__connections {
    gap: 40px;
  }

  .contact__link {
    margin: 20px 0 0 0;
  }

  .contact__wrap {
    gap: 45px;
  }

  .contact__sportsoft {
    max-width: 165px;
  }
  .cooperation__container {
    padding: 30px 0 10px 0;
  }

  /* стили для "Решения". */
  .slider {
    margin: 40px 0 50px 0;
  }

  .solution {
    padding: 25px 0;
  }


  .solution__container {
    gap: 40px;
  }

  .solution__content {
    gap: 25px;
  }

  .solution__title {
    font-size: 26px;
    line-height: 34px;
  }

  .info {
    padding: 20px 15px 50px 15px;
  }

  .info__img {
    width: 90px;
    height: 90px;
  }

  .slider__arrows-block {
    position: static;
    margin: -30px 0 0 0;
    justify-content: center;
  }

  .slider__arrows-link {
    position: static;
  }
}

@media (max-width: 780px) {
  .container {
    padding: 20px 15px;
  }

  .container-x {
    padding: 0 15px;
  }

  .promo__container {
    gap: 10px;
    max-width: 497px;
  }

  .promo__left {
    margin: 0 -70px 0 0;
  }

  .promo__title {
    max-width: 357px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .promo__subtitle {
    max-width: 284px;
    font-size: 18px;
    line-height: 22px;
    gap: 10px;
  }

  .promo__subtitle::before {
    width: 1px;
    height: 50px;
  }

  .promo__text {
    font-size: 18px;
    padding: 25px 15px;
  }

  .promo__button {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .promo__img {
    width: 350px;
    height: 350px;
  }

  .promo__logo {
    width: 160px;
    height: 50px;
  }

  .statistics {
    gap: 15px;
    top: 30px;
    right: 290px;
  }

  .statistics__container {
    width: 150px;
    height: 60px;
    gap: 5px;
    padding: 2.5px;
  }

  .statistics__container:first-child {
    left: 45px;
  }

  .statistics__container:nth-last-child(1) {
    left: 20px;
  }

  .statistics__content {
    width: 49px;
    height: 49px;
  }

  .statistics__title {
    max-width: 300px;
    font-size: 16px;
    line-height: 18px;
  }

  .statistics__subtitle {
    font-size: 10px;
    line-height: 10px;
  }

  .statistics__text {
    font-size: 10px;
    line-height: 12px;
  }

  .statistics__border {
    width: 54px;
    height: 54px;
  }

  /* стили для "необходимость проекта" */
  .project__container {
    gap: 45px;
  }

  .project__texts {
    gap: 20px;
  }

  .title {
    font-size: 34px;
    line-height: 40px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 26px;
    gap: 15px;
  }

  .project__decor {
    width: 65px;
    height: 65px;
  }

  .project__decor--1 {
    top: 35%;
  }

  /* стили для "Задачи". */
  .task__list {
    gap: 25px;
  }

  .task__wrapper {
    gap: 15px;
  }

  .task__wrap {
    gap: 15px;
  }

  .task__item {
    gap: 15px;
  }

  .task__title {
    font-size: 16px;
    line-height: 18px;
  }

  .task__subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .task__border {
    width: 55px;
    height: 55px;
  }

  .task__number {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }

  .task__content {
    gap: 20px;
  }

  .task__container {
    gap: 35px;
  }

  .task__img {
    width: 100%;
    height: 100%;
  }

  /* стили для "Мобильная версия". */
  .mobile__container {
    gap: 25px;
    padding: 10px 0;
  }

  .mobile__content {
    gap: 20px;
  }

  .mobile__texts {
    gap: 15px;
  }

  .mobile__img {
    max-width: 250px;
  }

  /* стили для "Результат внедрения". */
  .results__wrap {
    padding: 10px 0 0;
    gap: 20px;
  }

  .results__block {
    gap: 25px;
  }

  .results__container {
    padding: 20px 15px 15px 15px;
  }

  .results__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .results__title {
    font-size: 73px;
    line-height: 93px;
  }

  .results__small {
    font-size: 33px;
    line-height: 38px;
  }

  .results__block {
    grid-template-columns: 1fr;
  }

  .results__container--small {
    grid-column: auto;
  }

  .results__subtitle {
    line-height: 18px;
    margin: 0 0 -40px 60px;
  }

  .results__subtitle--middle {
    margin: 0;
  }

  .results__small-text {
    font-size: 53px;
    line-height: 65px;
  }

  .results__title--middle {
    font-size: 63px;
    line-height: 73px;
  }

  .results__middle-text {
    font-size: 29px;
    line-height: 35px;
  }

  .results-middle__text {
    line-height: 18px;
    margin: 0;
  }

  .results__img {
    width: 55px;
    height: 55px;
  }

  .results__decor {
    width: 70px;
    height: 70px;
  }

  /* стили для "Эффективность". */
  .efficiency {
    gap: 15px;
    padding: 30px 0 40px 0;
  }

  .efficiency__container {
    gap: 20px;
  }

  .efficiency__subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .efficiency__decor {
    width: 75px;
    height: 75px;
  }

  /* стили для "сотрудничества". */
  .cooperation__content {
    gap: 20px;
  }

  .cooperation__container {
    padding: 15px 0 5px 0;
  }

  .cooperation__decor {
    width: 80px;
    height: 80px;
  }

  /* стили для "Футер". */
  .contact__block {
    gap: 20px;
  }

  .contact__container {
    padding: 0 0 20px 0;
    gap: 25px;
  }

  .contact__connections {
    gap: 35px;
  }

  .contact__link {
    margin: 25px 0 0 0;
  }

  .contact__wrap {
    gap: 40px;
    justify-content: flex-start;
  }

  .contact__img {
    width: 90%;
    height: auto;
    margin: 0 0 0 -25px;
  }

  .contact__sportsoft {
    max-width: 150px;
  }

  /* стили для "Решения". */
  .slider {
    margin: 35px 0 40px 0;
  }

  .solution {
    padding: 20px 0;
  }

  .slider__list {
    margin: 0 0 40px;
  }

  .solution__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }

  .solution__list .solution__item:nth-last-child(1) {
    align-self: center;
  }

  .solution__list .solution__item:nth-last-child(2) {
    min-width: auto;
    margin: 30px 0 0 0;
  }

  .solution__item {
    align-items: center;
  }

  .solution__container {
    gap: 35px;
  }

  .solution__content {
    gap: 20px;
  }

  .solution__title {
    font-size: 24px;
    line-height: 32px;
  }

  .slider__arrow {
    width: 60px;
    height: 60px;
  }

  .slider__arrows-block {
    margin: -20px 0 0 0;
  }

  .info {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .info__img {
    width: 85px;
    height: 85px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 15px 10px;
  }

  .container-x {
    padding: 0 10px;
  }

  .promo__left {
    margin: 0 -110px 0 0;
  }

  .promo__container {
    gap: 5px;
    max-width: 472px;
  }

  .promo__title {
    font-size: 20px;
    line-height: 26px;
  }

  .promo__subtitle {
    max-width: 157px;
    font-size: 14px;
    line-height: 18px;
    flex-shrink: 0;
    gap: 5px;
  }

  .promo__subtitle::before {
    height: 42px;
  }

  .promo__text {
    font-size: 16px;
    padding: 20px 10px;
  }

  .promo__logo {
    width: 140px;
    height: 42px;
  }

  .promo__img {
    width: 290px;
    height: 290px;
  }

  .statistics {
    gap: 10px;
    top: 26px;
    right: 230px;
  }

  .statistics__title {
    font-size: 12px;
    line-height: 14px;
  }

  .statistics__subtitle {
    font-size: 8px;
    line-height: 8px;
  }

  .statistics__text {
    font-size: 7px;
    line-height: 9px;
  }

  .statistics__container {
    width: 120px;
    height: 50px;
    gap: 5px;
  }

  .statistics__container:first-child {
    left: 38px;
  }

  .statistics__container:nth-last-child(1) {
    left: 15px;
  }

  .statistics__content {
    width: 39px;
    height: 39px;
  }

  .statistics__border {
    width: 44px;
    height: 44px;
  }

  /* стили для "необходимость проекта" */
  .project__container {
    gap: 40px;
  }

  .project__texts {
    gap: 15px;
  }

  .title {
    font-size: 24px;
    line-height: 30px;
  }

  .subtitle {
    font-size: 16px;
    line-height: 22px;
    gap: 10px;
  }

  .project__circle {
    left: -250px;
  }

  .project__decor--1 {
    left: 0;
    top: 45%;
  }

  .project__decor--2 {
    top: 6%;
    right: 20%;
  }

  /* стили для "Задачи". */
  .task__list {
    gap: 20px;
  }

  .task__wrapper {
    gap: 10px;
  }

  .task__wrap {
    gap: 10px;
  }

  .task__item {
    gap: 10px;
  }

  .task__border {
    width: 45px;
    height: 45px;
  }

  .task__number {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .task__title {
    font-size: 14px;
    line-height: 16px;
  }

  .task__subtitle {
    font-size: 14px;
    line-height: 16px;
  }

  .task__content {
    gap: 15px;
  }

  .task__container {
    gap: 30px;
  }

  .task__img {
    width: 350px;
  }

  /* стили для "Мобильная версия". */
  .mobile__container {
    gap: 20px;
    padding: 0;
  }

  .mobile__content {
    gap: 15px;
    padding: 15px 0 0 0;
  }

  .mobile__texts {
    gap: 10px;
  }

  .mobile__img {
    max-width: 200px;
  }

  /* стили для "Результат внедрения". */
  .results__wrap {
    padding: 0;
    gap: 15px;
  }

  .results__block {
    margin: 15px auto 0 auto;
    gap: 20px;
  }

  .results__container {
    padding: 25px 10px 10px 10px;
  }

  .results__container--middle {
    padding: 20px 10px 10px 10px;
  }

  .results__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }

  .results__title {
    font-size: 68px;
    line-height: 88px;
  }

  .results__small {
    font-size: 30px;
    line-height: 35px;
  }

  .results__subtitle {
    font-size: 14px;
    line-height: 16px;
  }

  .results__subtitle--middle {
    margin: 0;
  }

  .results__heading {
    font-size: 16px;
    line-height: 28px;
  }

  .results__small-text {
    font-size: 48px;
    line-height: 60px;
  }

  .results__title--middle {
    font-size: 58px;
    line-height: 68px;
  }

  .results__middle-text {
    font-size: 26px;
    line-height: 32px;
  }

  .results__img {
    width: 50px;
    height: 50px;
  }

  .results__decor {
    width: 65px;
    height: 65px;
  }

  /* стили для "Эффективность". */
  .efficiency {
    gap: 20px;
    padding: 25px 0 30px 0;
  }

  .efficiency__container {
    gap: 15px;
  }

  .efficiency__subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .efficiency__img {
    width: 84%;
  }

  .efficiency__circle {
    left: -200px;
  }

  .efficiency__decor {
    width: 65px;
    height: 65px;
  }

  .efficiency__decor--2 {
    top: 26%;
    left: 30%;
  }

  /* стили для "сотрудничества". */
  .cooperation__wrap {
    gap: 10px;
  }

  .cooperation__content {
    gap: 15px;
  }

  .cooperation__container {
    padding: 0;
  }

  .cooperation__decor {
    width: 70px;
    height: 70px;
  }

  /* стили для "футер". */
  .contact__block {
    gap: 15px;
  }

  .contact__container {
    padding: 5px 0 25px 0;
    gap: 20px;
  }

  .contact__connections {
    gap: 30px;
  }

  .contact__link {
    margin: 30px 0 0 0;
  }

  .contact__wrap {
    gap: 35px;
  }

  .contact__img {
    margin: 0 0 0 -50px;
  }

  .contact__sportsoft {
    max-width: 135px;
  }

  /* стили для "Решение". */
  .slider {
    margin: 30px 0 30px 0;
  }

  .solution {
    padding: 15px 0;
  }

  .solution__container {
    gap: 30px;
  }

  .solution__content {
    gap: 15px;
  }

  .solution__title {
    font-size: 22px;
    line-height: 30px;
  }

  .slider__list {
    margin: 0 0 25px;
  }

  .slider__arrow {
    width: 55px;
    height: 55px;
  }

  .slider__arrows-block {
    margin: -5px 0 0 0;
  }

  .info {
    gap: 20px;
  }

  .info__text {
    font-size: 16px;
  }

  .info__img {
    width: 80px;
    height: 80px;
  }
}
