

/* Start:/local/templates/aio/assets/css/mvt.css?175128999026207*/
.top-section {
  background: #000;
  padding: 228px 0;
  overflow: hidden;
}

.top-section .top-section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}

.top-section .top-section__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 588px;
  position: relative;
}

.top-section .top-section__info-sticker {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 16px;
  padding: 12px 12px 12px 34px;
  height: 48px;
  background: #232332;
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  background-image: url(/local/templates/aio/assets/css/../img/magic-tool.png);
  background-repeat: no-repeat;
  background-position: 11px 12px;
  background-size: 21px 22px;
  transform: rotate(3deg) translateX(8px) translateY(-21px);
}

.top-section .top-section__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 56px;
  font-weight: 700;
  line-height: 114%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 16px;
}

.top-section .top-section__suptitle {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.04em;
  color: #f4f5fd;
  margin-bottom: 16px;
}

.top-section .top-section__text {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #f4f5fd;
  margin-bottom: 32px;
}

.top-section .top-section__image {
  width: 588px;
}

:is(.top-section .top-section__image) img {
  width: 100%;
}

.section-tool {
  background: #313ffe;


}

.section-tool::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #313ffe;
}

.section-tool .section-tool__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;

  background-image: url(/local/templates/aio/assets/css/../img/testing-decor.svg);
  background-repeat: no-repeat;
  background-position: 51% 17%;
  background-size: 372px 372px;
}

.section-tool .section-tool__item {
  min-height: 354px;
  background-color: #000;
  grid-column: 4 span;
  border-radius: 32px;
}

.section-tool .section-tool__item:first-child {
  background-color: transparent;
}

.section-tool .section-tool__item:nth-child(4n + 1),
.section-tool .section-tool__item:nth-child(4n + 4) {
  grid-column: span 8;
}

.section-tool .section-tool__main {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 12px;
  padding: 40px 48px;
  position: relative;
}

:is(.section-tool .section-tool__main) .section-tool__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 88px;
  line-height: 109%;
  letter-spacing: -0.04em;
  color: #fff;
}

:is(.section-tool .section-tool__main) .section-tool__suptitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #fff;
}

.section-tool .section-tool__campaign {
  height: 100%;
  padding: 35px 24px;
  overflow: hidden;
  border-radius: 32px;
  position: relative;
}

:is(.section-tool .section-tool__campaign) .section-tool__campaign-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #f4f5fd;
}

:is(.section-tool .section-tool__campaign) img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-tool .section-tool__winner {
  height: 100%;
  padding: 20px 24px;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

:is(.section-tool .section-tool__winner) img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

:is(.section-tool .section-tool__winner) .section-tool__winner-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #000;
  position: relative;
  z-index: 1;
}

.section-tool .section-tool__combinations {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 24px;
  overflow: hidden;
  border-radius: 32px;
  position: relative;
}

:is(.section-tool .section-tool__combinations) .section-tool__combinations-image {
  position: absolute;
  right: -12%;
  top: 50%;
  width: 656px;
  transform: translateY(-36%) rotate(12deg);
}

:is(:is(.section-tool .section-tool__combinations) .section-tool__combinations-image) img {
  width: 100%;
}

:is(.section-tool .section-tool__combinations) .section-tool__combinations-info {
  position: relative;
  z-index: 1;
  color: #fff;
}

:is(.section-tool .section-tool__combinations) .section-tool__combinations-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 64px;
  line-height: 112%;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
  max-width: 605px;
}

:is(.section-tool .section-tool__combinations) .section-tool__combinations-suptitle {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  max-width: 300px;
}

.section.section-plays {
  padding: 63px 0 249px;
}

.section-plays {
  background: #f4f5fd;
}

.section-plays::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #f4f5fd;
}

.section-plays .section-plays__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
}

.section-plays .section-plays__image {
  grid-column: span 6;
  max-width: 588px;
  border-radius: 32px;
  overflow: hidden;
}

:is(.section-plays .section-plays__image) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-plays .section-plays__info {
  grid-column: span 6;
  border-radius: 32px;
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 16px;
}

.section-plays .section-plays__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 56px;
  line-height: 114%;
  letter-spacing: -0.04em;
  color: #232332;
}

.section-plays .section-plays__text {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #232332;
}

.section-what {
  background: #000;
}

.section-what::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #000;
}

.section-what .section-what__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 56px;
  line-height: 114%;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  padding: 0 10px;
}

.section-what .section-what__suptitle {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.section-what .section-what__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
}

.section-what .section-what__item {
  grid-column: span 4;
}

.section-what .section-what__item-inner {
  position: relative;
  min-height: 354px;
  border: 1px solid #6e6e84;
  border-radius: 32px;
  overflow: hidden;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.section-what .section-what__item-image {
  position: absolute;
  z-index: 1;
  width: 86%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-26%);
}

:is(.section-what .section-what__item-image) img {
  width: 100%;
}

:is(.section-what .section-what__optimization) .section-what__item-image {
  width: 502px;
  transform: translateX(-50%) translateY(-36%);
}

:is(.section-what .section-what__efficiency) .section-what__item-image {
  width: 87%;
  transform: translateX(-50%) translateY(-35%);
}

.section-what .section-what__item-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.section-what .section-what__item-text {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.section-reasons {
  background: linear-gradient(180deg, #313ffe 0%, #000 100%);
}

.section-reasons::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #313ffe;
}

.section-reasons .section-reasons__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 56px;
  line-height: 114%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  padding: 0 10px;
}

.section-reasons .section-reasons__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.section-reasons .section-reasons__item {
  grid-column: span 6;
  min-height: 354px;
}

.section-reasons .section-reasons__item-inner {
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

:is(.section-reasons .section-reasons__item-inner)::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #fff;
  z-index: 1;
  border-radius: 32px;
}

:is(.section-reasons .section-reasons__item-inner)::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, #6771ff61 0%, #1d2698 100%);
  z-index: 2;
  border-radius: 32px;
}

.section-reasons .section-reasons__item-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 5;
}

.section-reasons .section-reasons__item-image {
  max-width: 588px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-38%);
  z-index: 4;
}

:is(.section-reasons .section-reasons__item-image) img {
  width: 100%;
}

:is(.section-reasons .section-reasons__item-save) .section-reasons__item-image {
  transform: translateX(-50%) translateY(-32%);
}

:is(.section-reasons .section-reasons__item-test) .section-reasons__item-image {
  width: 482px;
  transform: translateX(-50%) translateY(-44%);
  z-index: 3;
}

:is(.section-reasons .section-reasons__item-test) .section-reasons__item-title {
  z-index: 4;
}

:is(.section-reasons .section-reasons__item-scale) .section-reasons__item-image {
  width: 521px;
  transform: translateX(-43%) translateY(-49%);
}

.section-reasons .section-reasons__item-title {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 38px;
  line-height: 126%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
}

.section-reasons .section-reasons__item-text {
  max-width: 507px;
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 6;
}

.section-steps {
  background: #000;
}

.section-steps .section-steps__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 56px;
  line-height: 114%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 64px;
}

.section-steps .section-steps__items {
  display: flex;
  flex-direction: column;
  row-gap: 160px;
  position: relative;
}

.section-steps .section-steps__items-lineMob {
  display: none;
}

.section-steps .section-steps__items-lineDesk {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 8%;
  z-index: 1;
}

:is(.section-steps .section-steps__items-lineDesk) svg {
  width: 100%;
}

:is(.section-steps .section-steps__items-lineDesk) .steps-line {
  stroke-dashoffset: 300%;
  stroke-dasharray: 311%;
  transition: stroke-dashoffset 1s ease-in;
}

:is(.section-steps .section-steps__items-lineDesk) .steps-line.steps-line-step2 {
  stroke-dashoffset: 264%;
}

:is(.section-steps .section-steps__items-lineDesk) .steps-line.steps-line-step3 {
  stroke-dashoffset: 196%;
}

:is(.section-steps .section-steps__items-lineDesk) .steps-line.steps-line-step4 {
  stroke-dashoffset: 0%;
}

.section-steps .section-steps__item {
  border: 1px solid #232332;
  border-radius: 1000px;
  padding: 16px 32px 16px 16px;
  max-width: 634px;
  width: 100%;
  height: 212px;
  background: #000000;
  display: flex;
  align-items: center;
  column-gap: 24px;
  position: relative;
  z-index: 2;
  transition: border 0.3s ease-in;
}

.section-steps .section-steps__item:nth-child(2n) {
  align-self: flex-end;
}

.section-steps .section-steps__item-num {
  flex-shrink: 0;
  border: 1px solid #6e6e84;
  overflow: hidden;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  background: #232332;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  transition: opacity 0.3s ease-in;

}

:is(.section-steps .section-steps__item-num) span {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 250px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #e6f355;
}

.section-steps .section-steps__item-text {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #fff;
  opacity: 0.1;
  transition: opacity 0.3s ease-in;
}

.section-steps .section-steps__item.active {
  border: 1px solid #6e6e84;
}

:is(.section-steps .section-steps__item.active) .section-steps__item-num {
  opacity: 1;
}

:is(.section-steps .section-steps__item.active) .section-steps__item-text {
  opacity: 1;
}

.section-scale {
  background: #f4f5fd;
}

.section-scale::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #f4f5fd;
}

.section-scale .section-scale__info {
  position: relative;
  z-index: 1;
}

.section-scale .section-scale__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 171px;
  line-height: 95%;
  text-align: center;
  color: #232332;
  margin-bottom: 10px;
  padding: 0 10px;
}

.section-scale .section-scale__suptitle {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  text-align: right;
  color: #232332;
  padding: 0 10px;
}

.section-scale .section-scale__sticker {
  border-radius: 16px;
  padding: 12px;
  height: 48px;
  background: #232332;
  transform: rotate(-3deg);
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(150%) translateY(110px) rotate(3deg);
}

:is(.section-scale .section-scale__sticker) span {
  padding-left: 23px;
  background-image: url(/local/templates/aio/assets/css/../img/finger-icon.png);
  background-repeat: no-repeat;
  background-position: 2px 6px;
  background-size: 16px 24px;
  padding-top: 10px;


}

.section-scale .section-scale__link--mob {
  display: none;
}

.section-scale .section-scale__link {
  display: block;
  max-width: 580px;
  text-align: center;
  margin: -130px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

:is(.section-scale .section-scale__link) img {
  width: 100%;
  transition: transform 0.1s ease-in;
}

:is(.section-scale .section-scale__link):hover img {
  transform: translateY(10px) scale(0.9);
}

@media (max-width: 1200px) {
  .top-section::before {
    height: 72px;
    top: -72px;
  }

  .top-section .top-section__info {
    padding: 0 16px;
  }

  .section-tool::before {
    height: 72px;
    top: -72px;
  }

  :is(.section-tool .section-tool__main) .section-tool__title {
    font-size: 100px;
  }

  :is(.section-tool .section-tool__main) .section-tool__sticker {
    top: 66px;
    right: -10px;
  }

  :is(.section-tool .section-tool__main) .section-tool__link {
    right: 26px;
    bottom: 74px;
  }

  .section-plays::before {
    height: 72px;
    top: -72px;
  }

  .section-what::before {
    height: 72px;
    top: -72px;
  }

  .section-reasons::before {
    height: 72px;
    top: -72px;
  }

  :is(.section-reasons .section-reasons__item-scale) .section-reasons__item-image {
    transform: translateX(-43%) translateY(-39%);
  }

  .section-scale::before {
    height: 72px;
    top: -72px;
  }

  .section-scale .section-scale__inner {
    text-align: center;
  }

  .section-scale .section-scale__title {
    font-size: 106px;
  }

  .section-scale .section-scale__suptitle {
    text-align: center;
    margin-bottom: 24px;
  }

  .section-scale .section-scale__sticker {
    position: static;
    display: inline-block;
    transform: translateX(0%) translateY(0%) rotate(3deg);
    margin-bottom: 23px;
  }

  .section-scale .section-scale__link--mob {
    display: block;
  }

  .section-scale .section-scale__link {
    margin: 15px auto 0;
  }

}

@media (max-width: 1024px) {
  :is(.section-tool .section-tool__main) .section-tool__title {
    font-size: 94px;
  }

  :is(.section-tool .section-tool__main) .section-tool__link {
    right: 23px;
    bottom: 80px;
  }
}

@media (max-width: 992px) {
  .top-section {
    padding-top: 312px;
    padding-bottom: 64px;
  }


  .top-section::before {
    height: 48px;
    top: -48px;
  }

  .top-section .top-section__inner {
    flex-direction: column-reverse;
    row-gap: 34px;
    position: relative;
  }

  .top-section .top-section__info {
    max-width: none;
    position: relative;
    z-index: 2;
  }

  :is(.top-section .top-section__info)::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-78%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }

  .top-section .top-section__info-sticker {
    display: none;
  }

  .top-section .top-section__image {
    position: absolute;
    top: -72%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }


  :is(.top-section .top-section__image) img {
    width: 100%;
  }

  .top-section .top-section__title {
    max-width: 578px;
  }

  .section-tool::before {
    height: 48px;
    top: -48px;
  }

  .section-tool .section-tool__item {
    grid-column: 6 span;
  }

  .section-tool .section-tool__item:first-child {
    min-height: auto;
  }

  .section-tool .section-tool__item:nth-child(4n + 1),
  .section-tool .section-tool__item:nth-child(4n + 4) {
    grid-column: 12 span;
  }

  .section-tool .section-tool__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
    padding-top: 0;
    padding-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  :is(.section-tool .section-tool__main) .section-tool__title {
    text-align: center;
    font-size: 82px;
    max-width: 700px;
  }

  :is(.section-tool .section-tool__main) .section-tool__sticker {
    top: 83px;
    right: 154px;
  }

  :is(.section-tool .section-tool__main) .section-tool__link {
    position: static;
  }

  .section-plays::before {
    height: 48px;
    top: -48px;
  }

  .section-plays .section-plays__title {
    font-size: 48px;
    line-height: 117%;
  }

  .section-what::before {
    height: 48px;
    top: -48px;
  }

  .section-what .section-what__items {
    gap: 16px;
  }

  :is(.section-what .section-what__optimization) .section-what__item-image {
    width: 138%;
  }

  .section-what .section-what__item-title {
    font-size: 32px;
    line-height: 125%;
  }

  .section-reasons::before {
    height: 48px;
    top: -48px;
  }

  .section-reasons .section-reasons__item-image {
    transform: translateX(-50%) translateY(-30%);
  }

  .section-steps .section-steps__items {
    row-gap: 110px;
  }

  .section-steps .section-steps__items-lineDesk {
    height: 91%;

  }

  :is(.section-steps .section-steps__items-lineDesk) svg {
    height: 100%;
  }

  .section-steps .section-steps__item {
    height: 171px;
  }

  .section-steps .section-steps__item-num {
    width: 140px;
    height: 140px;

  }

  :is(.section-steps .section-steps__item-num) span {
    font-size: 179px;
  }

  .section-scale::before {
    height: 48px;
    top: -48px;
  }
}

@media (max-width: 768px) {

  .top-section .top-section__title {
    font-size: 48px;
    line-height: 117%;
  }

  .top-section .top-section__text {
    margin-bottom: 32px;
  }

  .section-tool .section-tool__inner {
    gap: 16px;
  }

  :is(.section-tool .section-tool__main) .section-tool__suptitle {
    text-align: center;
  }

  .section.section-plays {
    padding: 0 0 136px;
  }

  .section-plays .section-plays__inner {
    row-gap: 24px;
  }

  .section-plays .section-plays__image {
    grid-column: span 12;
    max-width: none;
    order: 2;
  }

  .section-plays .section-plays__info {
    background-color: transparent;
    grid-column: span 12;
    order: 1;
    padding: 16px;
  }

  .section-what .section-what__item {
    grid-column: span 6;
  }

  .section-what .section-what__item:nth-child(3) {
    grid-column: span 12;
  }

  :is(.section-what .section-what__efficiency) .section-what__item-image {
    transform: translateX(-50%) translateY(-30%);
  }

  .section-reasons .section-reasons__items {
    gap: 16px;
  }

  .section-reasons .section-reasons__item-title {
    font-size: 32px;
    line-height: 125%;
  }

  .section-steps .section-steps__items-lineDesk {
    display: none;
  }

  .section-steps .section-steps__items-lineMob {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 8%;
    z-index: 1;

  }

  :is(.section-steps .section-steps__items-lineMob) svg {
    width: 100%;
    height: 85%;
  }

  :is(.section-steps .section-steps__items-lineMob) .steps-line {
    stroke-dashoffset: 165%;
    stroke-dasharray: 212%;
    transition: stroke-dashoffset 1s ease-in;
  }

  :is(.section-steps .section-steps__items-lineMob) .steps-line.steps-line-step2 {
    stroke-dashoffset: 140%;
  }

  :is(.section-steps .section-steps__items-lineMob) .steps-line.steps-line-step3 {
    stroke-dashoffset: 63%;
  }

  :is(.section-steps .section-steps__items-lineMob) .steps-line.steps-line-step4 {
    stroke-dashoffset: 0%;
  }

  .section-scale .section-scale__title {
    font-size: 87px;
  }
}

@media (max-width: 650px) {
  .section-tool .section-tool__item {
    grid-column: 12 span;
  }

  :is(.section-tool .section-tool__main) .section-tool__title {
    font-size: 67px;
  }

  :is(.section-tool .section-tool__main) .section-tool__sticker {
    top: 60px;
    right: 22px;
  }



  .section-tool .section-tool__winner {
    padding: 36px 24px;
  }

  :is(.section-tool .section-tool__winner) .section-tool__winner-title {
    font-size: 40px;
    line-height: 120%;
  }

  .section-tool .section-tool__combinations {
    align-items: flex-end;
    padding: 32px;
  }

  :is(.section-tool .section-tool__combinations) .section-tool__combinations-title {
    font-size: 32px;
    line-height: 125%;
    font-weight: 400;
  }

  .section-what .section-what__title {
    font-size: 48px;
    line-height: 117%;
  }

  .section-what .section-what__item {
    grid-column: span 12;
  }

  :is(.section-what .section-what__efficiency) .section-what__item-image {
    width: 93%;
    transform: translateX(-50%) translateY(-35%);
  }

  .section-reasons .section-reasons__title {
    font-size: 48px;
    line-height: 117%;
    margin-bottom: 24px;
  }

  :is(.section-reasons .section-reasons__item-scale) .section-reasons__item-image {
    transform: translateX(-43%) translateY(-32%);
  }

}

@media (max-width: 500px) {
  .top-section {
    padding-top: 165px;
    padding-bottom: 90px;
  }

  .top-section .top-section__image {
    width: 130%;
    top: -96px;
  }

  :is(.top-section .top-section__info)::before {
    top: unset;
    bottom: 0;
    transform: translateX(-50%) translateY(0);
  }

  .top-section .top-section__title {
    font-size: 48px;
    line-height: 117%;
  }

  .top-section .top-section__text {
    margin-bottom: 32px;
    font-size: 18px;
  }

  :is(.section-tool .section-tool__main) .section-tool__title {
    font-size: 40px;
    line-height: 120%;
    max-width: 430px;
  }

  :is(.section-tool .section-tool__combinations) .section-tool__combinations-image {
    right: -28%;
  }

  .section-reasons .section-reasons__item {
    grid-column: span 12;
  }

  .section-reasons .section-reasons__item-image {
    transform: translateX(-50%) translateY(-38%);
  }

  :is(.section-reasons .section-reasons__item-save) .section-reasons__item-image {
    transform: translateX(-50%) translateY(-36%);
  }

  :is(.section-reasons .section-reasons__item-test) .section-reasons__item-image {
    width: 113%;
    transform: translateX(-48%) translateY(-36%);
  }

  :is(.section-reasons .section-reasons__item-scale) .section-reasons__item-image {
    transform: translateX(-43%) translateY(-41%);

  }

  .section-steps .section-steps__title {
    font-size: 48px;
    line-height: 117%;
    margin-bottom: 24px;
  }

  :is(.section-steps .section-steps__items-lineMob) .steps-line {
    transition: stroke-dashoffset 0.5s ease-in;
  }

  .section-steps .section-steps__items {
    row-gap: 124px;
  }

  .section-steps .section-steps__item {
    height: auto;
  }

  .section-steps .section-steps__item-num {
    width: 64px;
    height: 64px;
  }

  :is(.section-steps .section-steps__item-num) span {
    font-size: 80px;
    line-height: 100%;
  }

  .section-scale .section-scale__title {
    font-size: 48px;
    line-height: 117%;
    margin-bottom: 32px;
  }

  .section-scale .section-scale__link {
    width: 100%;
  }
}

@media (max-width: 450px) {
  :is(.section-tool .section-tool__main) .section-tool__sticker {
    top: 43px;
    right: 10px;
  }
}
/* End */
/* /local/templates/aio/assets/css/mvt.css?175128999026207 */
