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

@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: 500;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
  url("../fonts/montserrat-medium.ttf") format("woff2"),
  url("../fonts/montserrat-medium.woff") format("woff"),
  url("../fonts/montserrat-medium.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-3: #fdfdfd;
  --white-dark: #f4f4f4;
  --white-rgba: 255, 255, 255,;
  --red: #D50529;
  --red-opacity: 255, 21, 62;
  --red-dark: #d50334;
  --red-2: #FF153E;
  --gray-dark: #0d0d0d;
  --gray-dark-opacity: 13, 13, 13;
  --violet: #8360c3;
  --brown-dark: #333333;
  --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: 500;
  font-size: 22px;
  line-height: 36px;
  color: var(--brown-dark);
  position: relative;
}

.container {
  max-width: 1360px;
  padding: 40px 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;
}

.tns-ovh {
  overflow: visible;
}

/* Стили для "Побеждай" */
.hide {
  display: none;
}

.victory {
  position: relative;
  height: 900px;
  background-image: url('../images/victory.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.victory__container {
  background-image: url('../images/subtract.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.victory__block {
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.victory__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 740px;
}

.logo {
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 0;
}

.logo__text {
  color: var(--white);
  font-size: 24px;
  line-height: 34px;
}

.victory__title {
  color: var(--white-3);
  text-shadow: 0 8px 8px rgba(var(--black-opacity) 0.25);
  font-size: 68px;
  font-weight: 900;
  line-height: 80px;
  text-transform: uppercase;
}

.victory__subtitle {
  color: var(--white-3);
  text-shadow: 0 8px 8px rgba(var(--black-opacity) 0.25);
  font-size: 28px;
  line-height: 36px;
}

.button {
  display: flex;
  width: 330px;
  height: 70px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: var(--white-3);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}

.victory__link {
  margin: 35px 0 0 0;
  color: var(--red-2);
  transition: 0.3s;
}

.button:hover {
  font-weight: 700;
  box-shadow: 0 8px 8px 0 rgba(var(--black-opacity) 0.25);
  transition: 0.3s;
}

.dots {
  position: absolute;
}

.victory__dot-grey {
  right: 0;
  top: 0;
}

.victory__dot-white {
  bottom: -75px;
  left: -80px;
}

.victory__img {
  display: none;
}

/* Стили для "О клиенте" */
.client {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.client__container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 60px 0;
  max-width: 930px;
}

.heading {
  font-weight: 900;
  font-size: 46px;
  line-height: 50px;
  text-transform: uppercase;
}

.client__block {
  background-color: var(--red-2);
  color: var(--white);
  padding: 40px 0;
  position: relative;
}

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

.subtitle {
  font-size: 22px;
  line-height: 36px;
  z-index: 2;
}

.subtitle--red {
  position: relative;
  max-width: 850px;
}

.client__img {
  position: absolute;
  right: -280px;
  bottom: -40px;
  max-width: 60%;
}

.client__dot {
  z-index: 1;
  right: -245px;
  bottom: 40px;
  height: auto;
}

/* Стили для "Задача" */
.task {
  overflow: hidden;
  position: relative;
}

.task__container {
  display: flex;
}

.task__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 760px;
}

.task__img {
  width: 100%;
  height: 100%;
  max-width: 775px;
}

.task__images {
  margin: -18px -115px 0 -185px;
}

.task__block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 60px 0 0;
  align-items: center;
  z-index: 2;
}

.task__subtitle {
  max-width: 765px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}

.task__wrapper {
  display: flex;
  gap: 30px;
}

.task__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 393px;
  height: auto;
  padding: 20px 15px;
  border-radius: 10px;
  gap: 20px;
  background-color: rgba(var(--red-opacity), 1);
  color: var(--white);
}

.task__text {
  font-size: 18px;
  line-height: 28px;
}

.task__title {
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
  text-align: right;
  text-transform: uppercase;
}

.task__line {
  position: absolute;
  left: -305px;
  bottom: 0;
  height: auto;
  max-width: 55%;
  width: 100%;
}

.task__heading {
  text-align: center;
  margin: 60px 0 40px 0;
}

.task__dot {
  left: -232px;
  bottom: 170px;
  height: auto;
}

/* Стили для "Решение" */
.solution {
  background-image: url('../images/background-solution.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.solution__heading {
  color: rgba(var(--red-opacity), 1);
  text-align: center;
  margin: 60px 0 0;
}

.solution__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}

.solution__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
}

.info {
  width: 100%;
  max-width: 310px;
  height: 125px;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: rgba(var(--white-rgba) 1);
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 0 0 rgba(var(--black-opacity) 0.1), 4px 3px 11px 0 rgba(var(--black-opacity) 0.1), 16px 13px 20px 0 rgba(var(--black-opacity) 0.09), 35px 29px 27px 0 rgba(var(--black-opacity) 0.05), 63px 51px 32px 0 rgba(var(--black-opacity) 0.01);
}

.info__text {
  font-size: 16px;
  line-height: 22px;
}

.info__number {
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 34px;
  line-height: 30px;
  color: rgba(var(--red-opacity), 0.5);
}

.slider__nav {
  display: flex;
  gap: 20px;
}

.slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 25px 25px 50px;
}

.slider__nav-item {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 138, 158, 1);
  background-color: var(--gray);
}

.slider__nav-item.tns-nav-active,
.slider__nav-item:hover {
  background-color: rgba(255, 21, 62, 1);
  transition: 0.3s;
}

.solution__images {
  width: 100%;
  position: absolute;
  justify-content: center;
  margin: 0 0 0 -30px;
}

.solution__img {
  margin: 0 auto;
  width: 100%;
  max-width: 670px;
  height: auto;
}

.solution__button {
  background-color: rgba(var(--red-opacity), 1);
  text-align: center;
  margin: -110px auto 50px auto;
}

.hide-tablet {
  display: none;
}

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

.result__subtitle {
  max-width: 640px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.result__date {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  flex-direction: column;
}

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

.result__heading {
  margin: 60px 0 25px 0;
}

.result__container {
  display: flex;
  gap: 90px;
  align-items: center;
}

.result__item::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: var(--red-2);
  flex-shrink: 0;
}

.result__list {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  gap: 15px;
}

.result__item {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

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

.result__block {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 530px;
  align-items: center;
  text-align: center;
}

.result__img {
  position: absolute;
  right: -135px;
  top: -90px;
}

.result__logo {
  max-width: 100%;
  height: auto;
}

.result__content {
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: start;
  margin: 10px 0 0;
}

.result__red {
  color: var(--red-2);
}

.result__blocks {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.result__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 525px;
}

.result__dot {
  bottom: -102px;
  left: -441px;
}

.result__fsbr {
  display: flex;
  position: absolute;
  right: 0;
  bottom: -40px;
}

.result__link {
  text-transform: uppercase;
  color: var(--red-2);
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}

/* Стили для "footer" */
.footer {
  background-color: var(--red);
  color: var(--white-3);
  position: relative;
  display: flex;
  overflow: hidden;
}

.footer .container {
  position: static;
}

.footer__link {
  color: var(--red-2);
  margin: 20px 0 0;
}

.footer__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 65%;
  height: auto;
}

.footer__wrap {
  padding: 50px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.footer__texts {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 764px;
}

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 648px;
}

.footer__subtitle {
  font-weight: 700;
  line-height: 38px;
}

.footer__blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  gap: 20px;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  margin: 70px 20% 0 0;
  position: absolute;
  right: 0;
}

.contact__title {
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  max-width: 455px;
  text-transform: uppercase;
}

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

.contact__connection {
  display: flex;
}

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

.show-480 {
  display: none;
}

@media (max-width: 1500px) {
  .contact {
    margin: 100px 20% 0 0;
  }
}

@media (max-width: 1440px) {
  .result__container {
    gap: 60px;
  }

  .contact {
    align-self: end;
  }

  .footer__blocks {
    justify-content: flex-start;
  }
}

@media (max-width: 1300px) {

  .heading {
    font-size: 40px;
    line-height: 46px;
  }

  /* Стили для "Побеждай" */
  .victory {
    height: 850px;
  }

  .victory__title {
    font-size: 64px;
    line-height: 70px;
  }

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

  .logo__text {
    font-size: 22px;
    line-height: 28px;
  }

  .logo__img {
    width: 170px;
    height: auto;
  }

  /* Стили для "Задача" */
  .task__heading {
    margin: 45px 0 35px 0;
  }

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

  .result__container {
    gap: 55px;
    justify-content: space-between;
  }

  /* Стили для "footer" */
  .footer__blocks {
    align-items: end;
  }

  .footer__img {
    max-width: 55%;
  }

  .contact {
    margin: 100px 15% 0 0;
  }
}

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

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

  .subtitle {
    line-height: 34px;
  }

  /* Стили для "Побеждай" */
  .victory {
    height: 850px;
  }

  .victory__title {
    font-size: 59px;
    line-height: 65px;
  }

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

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

  .logo__img {
    width: 150px;
  }

  /* Стили для "О клиенте" */
  .client__container {
    padding: 50px 0;
  }

  .client__block {
    padding: 35px 0;
  }

  .client__img {
    display: none;
  }

  .client__dot {
    display: none;
  }

  .client__container {
    max-width: none;
  }

  .subtitle--red {
    max-width: none;
  }

  /* Стили для "Задача" */
  .task__block {
    gap: 45px;
    padding: 50px 0 0;
  }

  .task__subtitle {
    line-height: 28px;
  }

  .task__heading {
    margin: 35px 0;
  }

  .task__line {
    max-width: 760px;
    bottom: -50px;
  }

  .task__dot {
    left: 10px;
    bottom: 110px;
  }

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

  /* Стили для "Результаты внедрения" */
  .result__blocks {
    gap: 70px;
  }

  /* Стили для "footer" */
  .footer__wrap {
    padding: 40px 0;
    gap: 80px;
  }

  .contact {
    position: static;
  }
}

@media (max-width: 1080px) {
  .hide {
    display: block;
  }

  /* Стили для "Задача" */
  .task__container {
    flex-direction: column;
    gap: 50px;
  }

  .task__images {
    display: flex;
    position: relative;
    margin: 0;
  }

  .task__img {
    margin: 0 0 0 auto;
    z-index: 1;
  }

  .task__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .task__line {
    bottom: 0;
    left: -25px;
  }

  .task__wrap {
    margin: 0 auto;
    max-width: none;
  }

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

  .task__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: none;
  }

  .show {
    display: none;
  }

  .task__dot {
    width: 180px;
    bottom: 155px;
  }

  /* Стили для "Решение" */
  .solution__button {
    margin: 25px auto;
  }

  .solution__wrap {
    margin: 20px 0;
  }

  /* Стили для "Результаты внедрения" */
  .result__blocks {
    gap: 65px;
  }

  .result__container {
    flex-direction: column;
  }

  .result__list {
    max-width: none;
  }

  .result__block {
    position: relative;
    max-width: none;
  }

  .result__img {
    position: absolute;
    right: -42px;
    top: -100px;
    height: auto;
    max-width: 100%;
    width: 70%;
  }

  .result__fsbr {
    position: static;
    max-width: 100%;
    height: auto;
    margin: 0 auto -30px auto;
  }

  .result__links {
    margin: 0 0 10px 0;
    max-width: none;
    text-align: center;
  }

  .result__subtitle {
    max-width: none;
    text-align: center;
  }

  .result__heading {
    text-align: center;
    margin: 50px 0 20px 0;
  }

  /* Стили для "footer" */
  .footer__wrap {
    padding: 35px 0;
    gap: 70px;
  }

  .footer__subtitle {
    line-height: 34px;
  }
}

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

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

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

  /* Стили для "Побеждай" */
  .victory {
    height: 825px;
  }

  .victory__title {
    font-size: 54px;
    line-height: 60px;
  }

  .victory__subtitle {
    font-size: 22px;
    line-height: 28px;
  }

  .logo__text {
    font-size: 18px;
    line-height: 24px;
  }

  .logo__img {
    width: 130px;
  }

  /* Стили для "О клиенте" */
  .client__container {
    padding: 40px 0;
  }

  .client__block {
    padding: 30px 0;
  }

  /* Стили для "Задача" */
  .task__block {
    gap: 40px;
    padding: 40px 0 0;
  }

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

  .task__text {
    line-height: 26px;
  }

  .task__title {
    font-size: 24px;
  }

  .task__heading {
    margin: 30px 0 35px 0;
  }

  .task__container {
    gap: 40px;
  }

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

  .show-tablet {
    display: none;
  }

  .hide-tablet {
    display: block;
  }

  .slider {
    margin: 25px auto;
  }

  .solution__images {
    position: static;
    margin: 0 auto;
  }

  .solution__button {
    text-transform: none;
    margin: 45px auto 20px;
  }

  .info {
    max-width: none;
  }

  /* Стили для "Результаты внедрения" */
  .result__blocks {
    gap: 60px;
  }

  .result__calendar {
    width: 45px;
    height: auto;
  }

  .result__heading {
    margin: 40px 0 20px 0;
  }

  .result__subtitle {
    font-size: 22px;
    line-height: 28px;
  }

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

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

  /* Стили для "footer" */
  .footer__blocks {
    flex-direction: column;
    align-items: start;
    gap: 100px;
  }

  .footer__wrap {
    padding: 30px 0;
    gap: 60px;
  }

  .footer__img {
    max-width: 70%;
  }

  .footer__container {
    max-width: none;
  }

  .footer__texts {
    max-width: none;
  }

  .contact {
    margin: 40px auto 0;
  }

  .footer__subtitle {
    line-height: 30px;
  }
}

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

  .button {
    width: 315px;
    height: 65px;
  }

  .heading {
    font-size: 28px;
    line-height: 34px;
  }

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

  /* Стили для "Побеждай" */
  .victory {
    height: 800px;
  }

  .victory__container {
    background-image: url('../images/subtract-mobile.svg');
    background-position: top;
  }

  .victory__block {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .victory__content {
    align-items: center;
  }

  .victory__img {
    display: inline-block;
    position: absolute;
  }

  .victory__dot-grey {
    display: none;
  }

  .victory__dot-white {
    display: none;
  }

  .victory__link {
    margin: 30px 0 35px 0;
  }

  .victory__title {
    font-size: 49px;
    line-height: 55px;
  }

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

  .logo {
    margin: 0 auto;
    gap: 5px;
  }

  .logo__text {
    font-size: 16px;
    line-height: 22px;
  }

  .logo__img {
    width: 115px;
  }

  /* Стили для "О клиенте" */
  .client__container {
    padding: 30px 0;
  }

  .client__block {
    padding: 25px 0;
  }

  .client__heading {
    margin: 0 auto 15px auto;
  }

  /* Стили для "Задача" */
  .task__block {
    gap: 35px;
    padding: 30px 0 0;
  }

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

  .task__text {
    line-height: 24px;
  }

  .task__title {
    font-size: 22px;
  }

  .task__heading {
    margin: 25px 0 35px 0;
  }

  .task__container {
    gap: 30px;
  }

  .task__wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .task__wrap--grid {
    grid-column: 1;
  }

  .task__dot {
    width: 150px;
    bottom: 100px;
  }

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

  /* Стили для "Результаты внедрения" */
  .result__blocks {
    gap: 55px;
  }

  .result__heading {
    margin: 30px 0 15px 0;
  }

  .result__block {
    gap: 30px;
  }

  .result__content {
    gap: 15px;
  }

  .result__calendar {
    width: 40px;
  }

  .result__subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .result__date {
    font-size: 18px;
    line-height: 25px;
  }

  .result__text {
    font-size: 18px;
    line-height: 26px;
  }

  /* Стили для "footer" */
  .contact {
    gap: 15px;
  }

  .contact__title {
    font-size: 20px;
  }

  .footer__wrap {
    padding: 25px 0;
    gap: 50px;
  }

  .footer__subtitle {
    line-height: 26px;
  }
}

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

  .button {
    width: 300px;
    height: 60px;
  }

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

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

  /* Стили для "Побеждай" */
  .victory {
    height: 775px;
  }

  .victory__content {
    gap: 30px;
  }

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

  .victory__subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .logo__text {
    font-size: 14px;
    line-height: 20px;
  }

  .logo__img {
    width: 100px;
  }

  .victory__link {
    font-size: 18px;
    margin: 15px 0 35px 0;
  }

  /* Стили для "О клиенте" */
  .client__container {
    padding: 20px 0;
  }

  .client__block {
    padding: 20px 0;
  }

  /* Стили для "Задача" */
  .task__wrap {
    padding: 20px 10px;
    gap: 10px
  }

  .task__block {
    gap: 30px;
    padding: 20px 0 0;
  }

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

  .task__text {
    font-size: 16px;
    line-height: 22px;
  }

  .task__title {
    font-size: 20px;
  }

  .task__heading {
    margin: 20px 0 30px 0;
  }

  .task__container {
    gap: 20px;
  }

  .task__wrapper {
    gap: 20px;
  }

  .task__dot {
    bottom: 50px;
    width: 65px;
    left: 0;
  }

  /* Стили для "Решение" */
  .solution__heading {
    margin: 20px 0 0;
  }

  .solution__button {
    text-transform: none;
    margin: 40px auto 0;
  }

  /* Стили для "Результаты внедрения" */
  .result__blocks {
    gap: 50px;
  }

  .result__item {
    gap: 10px;
  }

  .result__container {
    gap: 50px;
  }

  .result__block {
    align-items: start;
  }

  .result__wrap {
    gap: 20px;
  }

  .result__heading {
    margin: 20px 0 10px 0;
  }

  .result__block {
    gap: 25px;
  }

  .result__img {
    top: -60px;
  }

  .result__content {
    gap: 10px;
  }

  .result__calendar {
    width: 35px;
  }

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

  .result__links {
    gap: 15px;
  }

  .result__date {
    font-size: 16px;
    line-height: 22px;
  }

  .result__text {
    font-size: 16px;
    line-height: 24px;
  }

  .result__item::before {
    width: 10px;
    height: 10px;
  }

  /* Стили для "footer" */
  .footer__blocks {
    align-items: start;
    flex-direction: column;
    gap: 305px;
  }

  .footer__img {
    right: 0;
    bottom: -20px;
    max-width: 100%;
  }

  .footer__wrap {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .footer__container {
    text-align: center;
  }

  .footer__link {
    color: var(--brown-dark);
    font-size: 18px;
    margin: 20px auto 0;
  }

  .contact {
    gap: 10px;
  }

  .contact__title {
    font-size: 18px;
  }

  .footer__subtitle {
    line-height: 22px;
  }

  .hide-480 {
    display: none;
  }

  .show-480 {
    display: flex;
  }
}

@media (max-width: 380px) {
  /* Стили для "footer" */
  .footer__blocks {
    gap: 205px;
  }

  .victory__container {
    background-image: url('../images/subtract-mobile-2.svg');
    background-position: center;
  }

  .footer__img {
    bottom: 0;
  }
}
