@import url(https://fonts.googleapis.com/css?family=Unbounded:regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Manrope:500,600,700,800);
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #000;
  line-height: 1;
  font-family: Unbounded;
  font-size: .875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Unbounded;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 1.25rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 1.25rem 1fr minmax(auto,82.5rem) 1fr 1.25rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  position: relative;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #3357a3;
  padding: 46px 126px;
  width: 100%;
  max-width: 900px;
  border-radius: 10px
}
.lock .popup__content {
  visibility: visible
}
.tabs__navigation {
  display: flex
}
.tabs__title {
  border: 1px solid #eee;
  padding: .625rem .9375rem;
  border-radius: .3125rem
}
.tabs__title._tab-active {
  border: 1px solid #000
}
.tabs__content {
  border: 1px solid #eee;
  padding: .625rem .9375rem
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 29px
}
.header__logo {
  width: 224px;
  height: 38px;
  aspect-ratio: 112/19
}
.header__img {
  width: 100%
}
.header__menu {
  display: flex;
  align-items: center
}
.header__phone {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
  transition: all .3s ease
}
.header__phone:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  color: rgba(0,0,0,.9019607843)
}
.header__phone:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0,0,0,.15)
}
.menu__list {
  display: flex;
  align-items: center;
  padding: 9px 24px;
  border-radius: 12px;
  background: rgba(255,255,255,.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  gap: 70px
}
.menu__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: .9;
  position: relative;
  transition: all .3s ease
}
.menu__link:hover {
  opacity: 1
}
.menu__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width .3s ease
}
.menu__link:hover::after {
  width: 100%
}
.footer {
  background: #3357a3
}
.footer__container {
  padding-top: 65px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 93px
}
.footer__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.top-footer__info {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  width: 49%
}
.top-footer__form {
  width: 49%
}
.info-footer__notice {
  display: flex;
  align-items: center;
  gap: 12px
}
.info-footer__titles {
  display: flex;
  flex-direction: column;
  row-gap: 20px
}
.info-footer__title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff
}
.info-footer__descriptions {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #fff
}
.notice-footer__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff
}
.main-form {
  display: flex;
  flex-direction: column;
  row-gap: 44px;
  align-items: flex-start
}
.main-form__column {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%
}
.main-form__item {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  width: 100%
}
.main-form__btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-top: 18px;
  display: flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  width: 50%;
  transition: all .3s ease
}
.main-form__btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.18)
}
.main-form__btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0,0,0,.15)
}
.item-form__label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff
}
.item-form__field {
  padding: 0 0 16px 0;
  outline: 0;
  color: #fff;
  opacity: .5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-bottom: 1px solid #fff
}
.item-form__field::-webkit-input-placeholder {
  color: #fff;
  opacity: .5
}
.item-form__field:-ms-input-placeholder {
  color: #fff;
  opacity: .5
}
.item-form__field::-ms-input-placeholder {
  color: #fff;
  opacity: .5
}
.item-form__field::placeholder {
  color: #fff;
  opacity: .5
}
.bottom-footer__logo {
  width: 224px;
  height: 38px;
  aspect-ratio: 112/19
}
.bottom-footer__img {
  width: 100%
}
.bottom-footer__menu {
  display: flex;
  align-items: center;
  gap: 68px;
  padding: 9px 22px;
  border-radius: 12px;
  background: rgba(255,255,255,.5)
}
.bottom-footer__socials {
  display: flex;
  align-items: center;
  gap: 32px
}
.bottom-footer__social {
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  transition: all .3s ease
}
.bottom-footer__social img {
  width: 100%;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.bottom-footer__social:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}
.bottom-footer__social:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.menu-footer__link {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  transition: opacity .3s ease
}
.menu-footer__link:hover {
  opacity: .8
}
.menu-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .3s ease
}
.menu-footer__link:hover::after {
  width: 100%
}
body {
  background: #fff
}
.mob {
  display: none
}
.pc {
  display: flex
}
.wullwidth {
  width: 100%
}
.page-content {
  position: relative;
  background: #f5f5f5
}
.hero {
  position: sticky;
  z-index: 0;
  top: 0;
  height: 100vh;
  background: url(../img/hero-bg.webp) no-repeat center;
  background-size: cover
}
@supports (height:100dvh) {
  @media (max-width:47.99875em) {
    .hero {
      height: calc(var(--vh,1vh)*100);
      overflow: hidden
    }
  }
}
.hero__container {
  padding-top: 150px;
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}
.hero__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
  width: 45%
}
.hero__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 44px;
  border-radius: 20px;
  background: rgba(255,255,255,.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: relative;
  bottom: -20%
}
.hero__items._watcher-view {
  transition: bottom .4s ease .7s;
  bottom: 0
}
.hero__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px
}
.info-hero__title {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #3357a3;
  opacity: .9;
  position: relative;
  left: -90%
}
.info-hero__title._watcher-view {
  transition: left .4s ease .3s;
  left: 0
}
.info-hero__subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  left: -75%
}
.info-hero__subtitle._watcher-view {
  transition: left .4s ease .4s;
  left: 0
}
.info-hero__description {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  opacity: .45;
  margin-top: 10px;
  position: relative;
  left: -75%
}
.info-hero__description._watcher-view {
  transition: left .4s ease .5s;
  left: 0
}
.info-hero__btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  padding: 14px 31px;
  border-radius: 12px;
  background: #ffd500;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  margin-top: 24px;
  transition: all .3s ease;
  position: relative;
  left: -50%
}
.info-hero__btn._watcher-view {
  left: 0
}
.info-hero__btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  color: #fff;
  background: rgba(0,0,0,.2);
  -webkit-filter: brightness(.95);
  filter: brightness(.95)
}
.info-hero__btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0,0,0,.2)
}
.subtitle-hero__img {
  width: 48px;
  height: 24px
}
.subtitle-hero__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%
}
.item-hero__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #3357a3;
  opacity: .9
}
.item-hero__description {
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  opacity: .3
}
.problem__container {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 48px
}
.problem__titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px
}
.problem__icon {
  width: 48px;
  height: 24px
}
.problem__title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  width: 60%
}
.problem__items {
  display: flex;
  align-items: flex-start;
  gap: 20px
}
.problem__item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 25%
}
.problem__itembig {
  width: 50%;
  display: grid!important;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  overflow: hidden
}
.item-problem__img1 {
  width: 100%;
  border-radius: 20px;
  height: 484px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}
.item-problem__img2 {
  width: 100%;
  border-radius: 20px;
  height: 325px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}
.item-problem__img3 {
  width: 100%
}
.item-problem__star1 {
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: 29px;
  left: 40px
}
.item-problem__star2 {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 55px;
  left: 16px
}
.item-problem__star3 {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 22px;
  left: 30px
}
.itembig-problem__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  padding: 16px 16px 18px 16px
}
.itembig-problem__block:nth-child(1) {
  background: #d8e0fb;
  border-radius: 20px 0 0 0;
  position: relative;
  top: -50%;
  left: -50%
}
.itembig-problem__block:nth-child(1)._watcher-view {
  transition: all .4s ease .2s;
  top: 0;
  left: 0
}
.itembig-problem__block:nth-child(2) {
  background: #3357a3;
  border-radius: 0 20px 0 0;
  position: relative;
  top: -50%;
  right: -50%
}
.itembig-problem__block:nth-child(2)._watcher-view {
  transition: all .4s ease .2s;
  top: 0;
  right: 0
}
.itembig-problem__block:nth-child(2) h4,
.itembig-problem__block:nth-child(2) p {
  color: #fff
}
.itembig-problem__block:nth-child(3) {
  background: #3357a3;
  border-radius: 0 0 0 20px;
  position: relative;
  bottom: -50%;
  left: -50%
}
.itembig-problem__block:nth-child(3)._watcher-view {
  transition: all .4s ease .2s;
  bottom: 0;
  left: 0
}
.itembig-problem__block:nth-child(3) h4,
.itembig-problem__block:nth-child(3) p {
  color: #fff
}
.itembig-problem__block:nth-child(4) {
  background: #d8e0fb;
  border-radius: 0 0 20px 0;
  position: relative;
  bottom: -50%;
  right: -50%
}
.itembig-problem__block:nth-child(4)._watcher-view {
  transition: all .4s ease .2s;
  bottom: 0;
  right: 0
}
.itembig-problem__icon {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1
}
.itembig-problem__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 5px
}
.itembig-problem__descriptions {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  opacity: .45
}
.solution__container {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 48px
}
.solution__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}
.solution__item {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 260px;
  width: 33%;
  overflow: hidden
}
.solution__item:nth-child(1) {
  position: relative;
  left: -36%
}
.solution__item:nth-child(1)._watcher-view {
  transition: all .9s ease .8s;
  left: 0
}
.solution__item:nth-child(2) {
  position: relative;
  left: -66%
}
.solution__item:nth-child(2)._watcher-view {
  transition: all .9s ease .6s;
  left: 0
}
.solution__item:nth-child(3) {
  position: relative;
  left: -104%
}
.solution__item:nth-child(3)._watcher-view {
  transition: all .9s ease .4s;
  left: 0
}
.titles {
  display: flex;
  flex-direction: column;
  row-gap: 16px
}
.subtitle {
  display: flex;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 16px
}
.titles-icon {
  width: 48px;
  height: 24px
}
.titles-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%
}
.title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%
}
.item-solution__number {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  opacity: .05;
  position: absolute;
  right: 0;
  top: 21px
}
.item-solution__text {
  padding: 27px 20px 0;
  display: flex;
  flex-direction: column;
  row-gap: 11px
}
.item-solution__title {
  font-family: Unbounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%
}
.item-solution__description {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  opacity: .45
}
.item-solution__footer {
  padding: 14px 20px;
  background-color: #ffd500;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.footer-solution__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: .9
}
.footer-solution__number {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: .9
}
.marketing__container {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 48px
}
.marketing__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}
.marketing__items {
  display: flex;
  gap: 20px;
  -webkit-transform: translateY(20%);
  transform: translateY(20%)
}
.marketing__items._watcher-view {
  transition: all .5s ease .4s;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.marketing__item {
  flex-grow: 1;
  flex-basis: 0;
  height: 408px;
  transition: flex-grow .4s ease;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  transition: all .7s ease
}
.marketing__item .item-marketing__text {
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  transition: width 0s,-webkit-transform .7s ease;
  transition: transform .7s ease,width 0s;
  transition: transform .7s ease,width 0s,-webkit-transform .7s ease
}
.marketing__item._active,
.marketing__item:hover {
  flex-grow: 2
}
.marketing__item._active .item-marketing__text,
.marketing__item:hover .item-marketing__text {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.marketing__item._active .item-marketing__img,
.marketing__item:hover .item-marketing__img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}
.marketing__item._active .item-marketing__number,
.marketing__item:hover .item-marketing__number {
  left: 20px
}
.top-marketing__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 44px
}
.top-marketing__descriptions {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  opacity: .45
}
.top-marketing__btn {
  padding: 14px 43px;
  border-radius: 12px;
  background: #3357a3;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  transition: all .3s ease
}
.top-marketing__btn:hover {
  opacity: .6;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,.15)
}
.top-marketing__btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0,0,0,.1)
}
.item-marketing__img {
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
  width: 100%;
  position: absolute;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .7s ease
}
.item-marketing__number {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  opacity: .8;
  position: absolute;
  top: 20px;
  left: -100%;
  color: #fff;
  transition: all .5s ease
}
.item-marketing__text {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: rgba(0,0,0,.4509803922);
  padding: 16px 18px 16px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  position: absolute;
  bottom: 20px;
  width: 460px;
  margin: 0 20px;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%)
}
.offer__container {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 48px
}
.offer__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.offer__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  padding: 16px 40px;
  border-radius: 16px;
  opacity: .2;
  background: #000;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  transition: all .3s ease;
  max-width: 305px;
  width: 100%
}
.offer__title:nth-child(1) {
  position: relative;
  left: -25%
}
.offer__title:nth-child(1)._watcher-view {
  transition: left .8s ease .8s,opacity .4s ease,-webkit-transform .4s ease;
  transition: left .8s ease .8s,opacity .4s ease,transform .4s ease;
  transition: left .8s ease .8s,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
  left: 0
}
.offer__title:nth-child(2) {
  position: relative;
  left: -50%
}
.offer__title:nth-child(2)._watcher-view {
  transition: left .8s ease .7s,opacity .4s ease,-webkit-transform .4s ease;
  transition: left .8s ease .7s,opacity .4s ease,transform .4s ease;
  transition: left .8s ease .7s,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
  left: 0
}
.offer__title:nth-child(3) {
  position: relative;
  left: -75%
}
.offer__title:nth-child(3)._watcher-view {
  transition: left .8s ease .6s,opacity .4s ease,-webkit-transform .4s ease;
  transition: left .8s ease .6s,opacity .4s ease,transform .4s ease;
  transition: left .8s ease .6s,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
  left: 0
}
.offer__title:nth-child(4) {
  position: relative;
  left: -100%
}
.offer__title:nth-child(4)._watcher-view {
  transition: left .8s ease .5s,opacity .4s ease,-webkit-transform .4s ease;
  transition: left .8s ease .5s,opacity .4s ease,transform .4s ease;
  transition: left .8s ease .5s,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
  left: 0
}
.offer__title:hover {
  opacity: .4;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}
.offer__title._tab-active {
  color: #000;
  background: #ffd500;
  opacity: 1
}
.offer__content {
  display: flex;
  flex-direction: column;
  row-gap: 20px
}
.offer-tabs {
  display: flex;
  flex-direction: column;
  row-gap: 57px
}
.align-center {
  align-items: center;
  text-align: center
}
.body-offer__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px
}
.body-offer__item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 40px 32px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2)
}
.body-offer__item2 {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 32px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  row-gap: 20px
}
.item-offer__text {
  display: flex;
  flex-direction: column;
  row-gap: 20px
}
.item-offer__title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  opacity: .9
}
.item-offer__description {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  opacity: .45
}
.item-offer__actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.item-offer__btns {
  display: flex;
  align-items: center;
  gap: 20px
}
.item-offer__btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  padding: 14px 31px;
  border-radius: 12px;
  background: #3357a3;
  transition: all .3s ease
}
.item-offer__btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background: rgba(63,102,184,.6);
  box-shadow: 0 8px 20px rgba(51,87,163,.35)
}
.item-offer__call {
  padding: 11px 17px 11px 17px;
  background: #ffd500;
  border-radius: 100px;
  transition: all .3s ease
}
.item-offer__call:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background: rgba(0,0,0,.2);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.25)
}
.item-offer__call:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}
.item-offer__call img {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease
}
.item-offer__price {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: .9
}
.item2-offer__title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  opacity: .9
}
.item2-offer__text {
  display: flex;
  flex-direction: column;
  row-gap: 15px
}
.item2-offer__paragraph {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  opacity: .45
}
.item2-offer__actions {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-top: 28px
}
.item2-offer__btns {
  display: flex;
  align-items: center;
  gap: 20px
}
.item2-offer__btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  padding: 14px 31px;
  border-radius: 12px;
  background: #3357a3;
  transition: all .3s ease
}
.item2-offer__btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background: rgba(63,102,184,.6);
  box-shadow: 0 8px 20px rgba(51,87,163,.35)
}
.item2-offer__call {
  padding: 11px 17px 11px 17px;
  background: #ffd500;
  border-radius: 100px;
  transition: all .3s ease
}
.item2-offer__call:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background: rgba(0,0,0,.2);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.25)
}
.item2-offer__call:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}
.item2-offer__call img {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease
}
.item2-offer__subtitle {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: .9
}
.algoritm__container {
  margin-top: 100px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  row-gap: 48px
}
.algoritm__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(2,auto);
  background: url(../img/algoritm-bg.webp) no-repeat center;
  background-size: contain;
  place-items: center;
  gap: 100px
}
.algoritm__item {
  border-radius: 20px;
  padding: 20px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 405px;
  width: 100%;
  background: #fff;
  box-shadow: 4px 4px 12px 0 rgba(0,0,0,.25);
  position: relative;
  z-index: 2
}
.items-algoritm__line1 {
  position: absolute;
  z-index: 1;
  top: -50px
}
.items-algoritm__line2 {
  position: absolute;
  z-index: 1;
  top: 120px;
  left: 28%
}
.items-algoritm__line3 {
  position: absolute;
  z-index: 1;
  top: 58%
}
.items-algoritm__line1mob {
  display: none;
  z-index: 1
}
.items-algoritm__line2mob {
  display: none;
  z-index: 1
}
.items-algoritm__line3mob {
  display: none;
  z-index: 1
}
.algoritm-one {
  -webkit-transform: rotate(-7.48deg) translateY(-90px);
  transform: rotate(-7.48deg) translateY(-90px)
}
.algoritm-two {
  -webkit-transform: rotate(9deg) translateY(50px);
  transform: rotate(9deg) translateY(50px)
}
.algoritm-three {
  -webkit-transform: rotate(-11deg) translateY(-90px);
  transform: rotate(-11deg) translateY(-90px)
}
.algoritm-four {
  -webkit-transform: rotate(11deg) translateY(90px);
  transform: rotate(11deg) translateY(90px)
}
.item-algoritm__dot {
  width: 26px;
  height: 26px;
  margin-bottom: 20px
}
.item-algoritm__info {
  padding: 20px 15px 40px;
  border-radius: 20px;
  background: #f5f5f5;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  row-gap: 10px
}
.item-algoritm__number {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: .9
}
.item-algoritm__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #3357a3
}
.item-algoritm__description {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  opacity: .45;
  margin-top: 15px
}
.comments__container {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 48px
}
.comments__slide {
  padding: 20px 20px 17px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  display: flex;
  align-items: flex-start;
  gap: 20px
}
.slide-comments__video-wrap {
  position: relative;
  max-width: 249px;
  width: 45%;
  height: 326px;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden
}
.slide-comments__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}
.slide-comments__play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity .35s ease,-webkit-transform .35s ease;
  transition: opacity .35s ease,transform .35s ease;
  transition: opacity .35s ease,transform .35s ease,-webkit-transform .35s ease
}
.slide-comments__play-btn.hidden {
  opacity: 0;
  -webkit-transform: scale(.8);
  transform: scale(.8)
}
.slide-comments__info {
  width: 53%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  row-gap: 10px
}
.play-icon {
  width: 71px;
  height: 71px
}
.info-comments__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #3357a3
}
.info-comments__subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: .9
}
.info-comments__descriptions {
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  opacity: .45;
  margin-top: 5px
}
.info-comments__bg {
  width: 131px;
  height: 97px;
  aspect-ratio: 131/97;
  position: absolute;
  top: 40%;
  left: 25%
}
.navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 42px
}
.prev {
  width: 28px;
  height: 30px;
  aspect-ratio: 14/15;
  transition: all .3s ease
}
.prev:hover {
  scale: 1.1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}
.prev svg {
  width: 100%
}
.next {
  width: 28px;
  height: 30px;
  aspect-ratio: 14/15;
  transition: all .3s ease
}
.next:hover {
  scale: 1.1;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px)
}
.next svg {
  width: 100%
}
.results__container {
  margin-top: 100px;
  padding-bottom: 86px;
  display: flex;
  flex-direction: column;
  row-gap: 48px
}
.results__slide {
  padding: 24px 24px 33px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  display: flex;
  flex-direction: column;
  row-gap: 24px
}
.slide-results__image {
  width: 100%;
  border-radius: 20px
}
.slide-results__text {
  display: flex;
  flex-direction: column;
  row-gap: 20px
}
.slide-results__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  opacity: .9;
  color: #3357a3
}
.slide-results__subtitle {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px
}
.slide-results__task {
  display: flex;
  flex-direction: column;
  row-gap: 16px
}
.slide-results__answer {
  display: flex;
  flex-direction: column;
  row-gap: 16px
}
.slide-results__relise {
  display: flex;
  flex-direction: column;
  row-gap: 16px
}
.slide-results__more {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: gap .3s ease
}
.slide-results__more span {
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #3357a3;
  transition: color .3s ease
}
.slide-results__more svg {
  width: 10px;
  height: 11px;
  aspect-ratio: 10/11;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.slide-results__more svg path {
  transition: fill .3s ease
}
.slide-results__more:hover {
  gap: 16px
}
.slide-results__more:hover span {
  color: #213869
}
.slide-results__more:hover svg {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}
.slide-results__more:hover svg path {
  fill: #213869
}
.task-result__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%
}
.task-result__description {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px
}
.answer-result__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%
}
.answer-result__description {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px
}
.relise-result__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%
}
.relise-result__description {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px
}
.slide-results__hidden {
  display: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .5s ease,opacity .4s ease
}
.slide-results.is-expanded .slide-results__hidden {
  max-height: 600px;
  opacity: 1
}
.slide-results__more {
  transition: opacity .3s ease,visibility .3s ease;
  visibility: visible;
  opacity: 1
}
.slide-results.is-expanded .slide-results__more {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none
}
.slide-results.is-expanded .js-short-text {
  display: none
}
.main-form__btn.popup-submit {
  width: 100%
}
.field-popup {
  opacity: 1
}
.popup__close {
  display: none
}
.popup__title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  opacity: .9;
  margin-bottom: 20px
}
.popup__description {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 32px;
  color: #fff
}
.item-form {
  position: relative
}
.item-form__error {
  display: block;
  color: #ff4d4d;
  font-size: 12px;
  margin-top: 4px
}
.item-form__field.is-error {
  border-color: #ff4d4d
}
.thanks-container {
  justify-content: center;
  padding-top: 70px
}
.swiper {
  overflow: hidden
}
.swiper-initialized {
  touch-action: pan-y
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-button-lock {
  display: none!important
}
@media (max-width:768px) {
  .algoritm .algoritm__container .titles {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column
  }
}
@media (max-width:47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    overflow: auto;
    padding: 4.375rem .9375rem 1.875rem .9375rem;
    transition: top .3s
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: 0;
    top: -100%;
    transition: top .3s;
    z-index: 2
  }
  .menu-open .menu__body {
    top: 0
  }
  .menu-open .menu__body::before {
    top: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .popup__content {
    padding: 44px 20px;
    border-radius: 0
  }
  .header__logo {
    width: 118px;
    height: 20px;
    aspect-ratio: 59/10
  }
  .header__phone {
    font-size: 8px
  }
  .menu__list {
    flex-direction: column;
    gap: 28px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
    padding: 20px 33px;
    width: 35%;
    margin: 0 auto;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
  }
  .menu__link {
    font-size: 11px
  }
  .footer__container {
    padding-top: 25px;
    padding-bottom: 23px;
    row-gap: 45px
  }
  .footer__top {
    flex-direction: column;
    row-gap: 32px
  }
  .top-footer__info {
    row-gap: 13px;
    width: 100%
  }
  .top-footer__form {
    width: 100%
  }
  .info-footer__notice {
    gap: 10px
  }
  .info-footer__titles {
    gap: 16px
  }
  .info-footer__title {
    font-size: 24px
  }
  .info-footer__descriptions {
    font-size: 14px;
    line-height: 18px
  }
  .notice-footer__text {
    font-size: 11px
  }
  .main-form {
    row-gap: 24px
  }
  .main-form__column {
    flex-direction: column;
    row-gap: 24px;
    width: 100%
  }
  .main-form__item {
    width: 100%
  }
  .main-form__btn {
    width: 65%;
    margin-top: 7px;
    padding: 9px 20px
  }
  .item-form__label {
    font-size: 11px
  }
  .item-form__field {
    font-size: 11px
  }
  .bottom-footer__logo {
    width: 141px;
    height: 24px;
    aspect-ratio: 47/8
  }
  .bottom-footer__menu {
    display: none
  }
  .bottom-footer__socials {
    gap: 24px
  }
  .bottom-footer__social {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1
  }
  .mob {
    display: flex
  }
  .pc {
    display: none
  }
  .hero {
    background: url(../img/hero-bg-mob.webp) no-repeat center top;
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
    overflow: hidden
  }
  .hero__container {
    padding-top: 83px;
    padding-bottom: 50px;
    overflow: hidden;
    max-height: 100%
  }
  .hero__info {
    row-gap: 7px;
    width: 100%
  }
  .hero__items {
    padding: 12px 16px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 14px;
    position: static;
    bottom: auto
  }
  .hero__items._watcher-view {
    transition: none;
    bottom: auto
  }
  .hero__item {
    row-gap: 5px;
    align-items: flex-start
  }
  .info-hero__title {
    font-size: 28px;
    left: -80%
  }
  .info-hero__subtitle {
    gap: 10px
  }
  .info-hero__description {
    font-size: 14px;
    line-height: 18px;
    margin-top: 9px;
    left: -70%
  }
  .info-hero__btn {
    font-size: 11px;
    padding: 9px 11.5px;
    margin-top: 20px;
    border-radius: 8px
  }
  .subtitle-hero__img {
    width: 40px;
    height: 20px
  }
  .subtitle-hero__text {
    font-size: 11px
  }
  .item-hero__title {
    font-size: 16px
  }
  .item-hero__description {
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    text-align: left
  }
  .problem__container {
    padding-top: 62px;
    row-gap: 32px
  }
  .problem__title {
    font-size: 24px;
    width: 100%
  }
  .problem__items {
    flex-direction: column-reverse
  }
  .problem__item:nth-child(2) {
    display: none
  }
  .problem__item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center
  }
  .problem__itembig {
    width: 100%;
    align-items: normal
  }
  .item-problem__img1 {
    height: 306px;
    width: 80%;
    z-index: 2
  }
  .item-problem__img3 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: -27%
  }
  .item-problem__star1 {
    width: 38px;
    height: 38px;
    bottom: 19px;
    left: 34px;
    z-index: 3
  }
  .item-problem__star2 {
    width: 22px;
    height: 22px;
    bottom: 39px;
    left: 16px;
    z-index: 3
  }
  .item-problem__star3 {
    width: 15px;
    height: 15px;
    bottom: 14px;
    left: 27px;
    z-index: 3
  }
  .itembig-problem__block {
    padding: 10px 10px 16px 10px
  }
  .itembig-problem__icon {
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1
  }
  .itembig-problem__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0
  }
  .itembig-problem__descriptions {
    font-size: 13px;
    line-height: 15px
  }
  .solution__container {
    margin-top: 60px;
    row-gap: 32px
  }
  .solution__items {
    gap: 12px;
    flex-direction: column
  }
  .solution__item {
    height: 200px;
    border-radius: 12px;
    width: 100%
  }
  .solution__item:nth-child(1)._watcher-view {
    transition: all .6s ease .6s
  }
  .solution__item:nth-child(2)._watcher-view {
    transition: all .6s ease .5s
  }
  .solution__item:nth-child(3)._watcher-view {
    transition: all .6s ease .4s
  }
  .titles {
    row-gap: 12px
  }
  .subtitle {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
  }
  .titles-icon {
    width: 40px;
    height: 20px
  }
  .titles-text {
    font-size: 11px
  }
  .title {
    font-size: 24px
  }
  .item-solution__number {
    font-size: 28px;
    right: 12px;
    top: 20px
  }
  .item-solution__text {
    padding: 20px 12px 0;
    row-gap: 12px
  }
  .item-solution__title {
    font-size: 16px
  }
  .item-solution__description {
    font-size: 14px;
    line-height: 18px
  }
  .footer-solution__text {
    font-size: 11px
  }
  .footer-solution__number {
    font-size: 11px
  }
  .marketing__container {
    margin-top: 60px;
    row-gap: 32px
  }
  .marketing__top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px
  }
  .marketing__items {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start
  }
  .marketing__item .item-marketing__text {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .marketing__item._active,
  .marketing__item:hover {
    background: #3357a3
  }
  .marketing__item._active .item-marketing__text,
  .marketing__item:hover .item-marketing__text {
    color: #fff;
    width: 100%
  }
  .marketing__item._active .item-marketing__number,
  .marketing__item:hover .item-marketing__number {
    color: #fff
  }
  .marketing__item {
    flex-basis: auto;
    height: auto;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%
  }
  .top-marketing__descriptions {
    font-size: 14px;
    line-height: 18px
  }
  .top-marketing__btn {
    font-size: 11px;
    padding: 9px 23px;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    padding-top: 12px
  }
  .item-marketing__img {
    display: none
  }
  .item-marketing__number {
    font-size: 28px;
    opacity: 1;
    position: static;
    color: #3357a3
  }
  .item-marketing__text {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    border-radius: 0;
    background: rgba(0,0,0,0);
    color: #000;
    position: static;
    margin: 0;
    width: 100%
  }
  .offer__container {
    margin-top: 60px;
    row-gap: 32px
  }
  .offer__title:nth-child(1)._watcher-view {
    transition: left .4s ease .6s,opacity .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease .6s,opacity .4s ease,transform .4s ease;
    transition: left .4s ease .6s,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease
  }
  .offer__title:nth-child(2)._watcher-view {
    transition: left .4s ease .5s,opacity .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease .5s,opacity .4s ease,transform .4s ease;
    transition: left .4s ease .5s,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease
  }
  .offer__title:nth-child(3)._watcher-view {
    transition: left .4s ease .4s,opacity .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease .4s,opacity .4s ease,transform .4s ease;
    transition: left .4s ease .4s,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease
  }
  .offer__title:nth-child(4)._watcher-view {
    transition: left .4s ease .3s,opacity .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease .3s,opacity .4s ease,transform .4s ease;
    transition: left .4s ease .3s,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease
  }
  .offer__title {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    padding: 9.5px 20px;
    font-size: 11px
  }
  .offer__content {
    display: flex;
    flex-direction: column;
    row-gap: 16px
  }
  .offer-tabs {
    row-gap: 0
  }
  .body-offer__items {
    row-gap: 12px
  }
  .body-offer__item {
    border-radius: 12px;
    padding: 16px 10px;
    flex-direction: column;
    row-gap: 20px
  }
  .body-offer__item2 {
    border-radius: 12px;
    padding: 16px 10px;
    row-gap: 20px;
    align-items: flex-start
  }
  .item-offer__text {
    row-gap: 10px
  }
  .item-offer__title {
    font-size: 16px
  }
  .item-offer__description {
    font-size: 14px;
    line-height: 18px
  }
  .item-offer__actions {
    flex-direction: column-reverse;
    gap: 24px
  }
  .item-offer__btns {
    gap: 16px
  }
  .item-offer__btn {
    font-size: 11px;
    padding: 9px 33px;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2)
  }
  .item-offer__call {
    padding: 5.5px 10px 5.5px 10px
  }
  .item-offer__price {
    font-size: 11px
  }
  .item2-offer__title {
    font-size: 16px
  }
  .item2-offer__text {
    row-gap: 10px
  }
  .item2-offer__paragraph {
    font-size: 14px;
    line-height: 18px
  }
  .item2-offer__actions {
    flex-direction: column-reverse;
    gap: 24px;
    padding-top: 0;
    align-items: flex-start
  }
  .item2-offer__btns {
    gap: 16px
  }
  .item2-offer__btn {
    font-size: 11px;
    padding: 9px 33px;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2)
  }
  .item2-offer__call {
    padding: 5.5px 10px 5.5px 10px
  }
  .item2-offer__subtitle {
    font-size: 11px
  }
  .algoritm__container {
    margin-top: 60px;
    row-gap: 32px;
    padding-bottom: 30px
  }
  .algoritm__items {
    grid-template-columns: 1fr;
    gap: 70px;
    background-size: cover
  }
  .algoritm__item {
    max-width: 294px;
    padding: 10px
  }
  .items-algoritm__line1 {
    display: none
  }
  .items-algoritm__line2 {
    display: none
  }
  .items-algoritm__line3 {
    display: none
  }
  .items-algoritm__line1mob {
    display: flex;
    position: absolute;
    top: 11%;
    left: 5%
  }
  .items-algoritm__line2mob {
    display: flex;
    position: absolute;
    right: 6%;
    top: 39%
  }
  .items-algoritm__line3mob {
    display: flex;
    position: absolute;
    left: 30%;
    top: 60%
  }
  .algoritm-one {
    -webkit-transform: rotate(-7.48deg);
    transform: rotate(-7.48deg);
    order: 1
  }
  .algoritm-two {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
    order: 2
  }
  .algoritm-three {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
    order: 3
  }
  .algoritm-four {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    order: 4
  }
  .item-algoritm__dot {
    margin-bottom: 10px;
    width: 20px;
    height: 20px
  }
  .item-algoritm__info {
    padding: 10px 10px 20px
  }
  .item-algoritm__number {
    font-size: 11px
  }
  .item-algoritm__title {
    font-size: 16px
  }
  .item-algoritm__description {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px
  }
  .comments__container {
    margin-top: 60px;
    row-gap: 32px
  }
  .comments__slide {
    flex-direction: column;
    gap: 16px;
    padding: 10px 10px 13px
  }
  .slide-comments__video-wrap {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    height: 229px
  }
  .slide-comments__info {
    row-gap: 8px;
    width: 100%;
    height: auto
  }
  .video1 {
    -o-object-position: 0;
    object-position: 0
  }
  .video2 {
    -o-object-position: 0 35%;
    object-position: 0 35%
  }
  .video3 {
    -o-object-position: 0 37%;
    object-position: 0 37%
  }
  .video4 {
    -o-object-position: 0 35%;
    object-position: 0 35%
  }
  .video5 {
    -o-object-position: 0 20%;
    object-position: 0 20%
  }
  .video6 {
    -o-object-position: 0 -50px;
    object-position: 0 -50px
  }
  .play-icon {
    width: 49.874px;
    height: 49.874px
  }
  .info-comments__title {
    font-size: 16px
  }
  .info-comments__subtitle {
    font-size: 11px
  }
  .info-comments__descriptions {
    font-size: 13px;
    line-height: 15px;
    margin-top: 4px
  }
  .navigation {
    margin-top: 24px;
    width: 99%
  }
  .prev {
    width: 24px;
    height: 26px;
    aspect-ratio: 12/13
  }
  .next {
    width: 24px;
    height: 26px;
    aspect-ratio: 12/13
  }
  .results__container {
    margin-top: 60px;
    row-gap: 32px;
    padding-bottom: 48px
  }
  .results__slide {
    padding: 10px 10px 28px;
    border-radius: 12px;
    row-gap: 16px
  }
  .slide-results__image {
    border-radius: 12px
  }
  .slide-results__text {
    row-gap: 10px
  }
  .slide-results__title {
    font-size: 24px
  }
  .slide-results__subtitle {
    font-size: 14px;
    line-height: 18px
  }
  .slide-results__task {
    row-gap: 8px
  }
  .slide-results__answer {
    row-gap: 8px
  }
  .slide-results__relise {
    row-gap: 8px
  }
  .slide-results__more span {
    font-size: 13px;
    line-height: 15px
  }
  .slide-results__more svg {
    width: 8px;
    height: 9px;
    aspect-ratio: 8/9
  }
  .slide-results__more {
    gap: 6px
  }
  .slide-results__more:hover {
    gap: 10px
  }
  .task-result__title {
    font-size: 16px
  }
  .task-result__description {
    font-size: 14px;
    line-height: 18px
  }
  .answer-result__title {
    font-size: 16px
  }
  .answer-result__description {
    font-size: 14px;
    line-height: 18px
  }
  .relise-result__title {
    font-size: 16px
  }
  .relise-result__description {
    font-size: 14px;
    line-height: 18px
  }
  .popup__close {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px
  }
  .popup__title {
    font-size: 24px;
    margin-bottom: 16px
  }
  .popup__description {
    font-size: 14px;
    line-height: 18px
  }
  .thanks-container {
    justify-content: flex-start;
    padding-top: 150px
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}