.top-slider__wrapper {
  position: relative;
  max-width: 1719px;
  margin: 0 auto 45px;
  height: 440px;
  justify-content: space-between;
  display: flex;
}

  @media (min-width: 768px) {.top-slider__wrapper {
    height: 497px
}
  }

  @media (min-width: 1120px) {.top-slider__wrapper {
    height: 655px
}
  }

.top-slider__img {
  height: 100%;
  object-fit: cover;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.top-slider__img__shadow:after {
    position: absolute;
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }

.top-slider__title {
  color: rgba(255, 255, 255, 1);
  font-size: 26px !important;
  position: absolute;
  line-height: 120%;
  font-weight: 600;
  display: inline;
  left: 10px;
  top: 60px;
}

@media (min-width: 768px) {

.top-slider__title {
    font-size: 40px !important;
    left: 50px;
    top: 140px
}
  }

@media (min-width: 1120px) {

.top-slider__title {
    font-size: 45px !important;
    max-width: 800px;
    display: block;
    left: 265px;
    top: 200px
}
  }

.top-slider__sub-title {
  color: rgba(255, 215, 0, 1);
  font-size: 26px !important;
  padding-bottom: 0;
  display: inline;
}

@media (min-width: 768px) {

.top-slider__sub-title {
    font-size: 40px !important
}
  }

@media (min-width: 1120px) {

.top-slider__sub-title {
    font-size: 45px !important;
    display: block
}
  }

.top-slider__text {
  font-size: 14px !important;
  position: absolute;
  max-width: 100%;
  left: 10px;
  top: 230px;
}

@media (min-width: 768px) {

.top-slider__text {
    font-size: 16px !important;
    max-width: 690px;
    top: 240px;
    left: 50px
}
  }

@media (min-width: 1120px) {

.top-slider__text {
    font-size: 18px !important;
    max-width: 700px;
    left: 265px;
    top: 330px
}
  }

.top-slider__p {
  color: rgba(255, 255, 255, 1);
  padding-bottom: 0 !important;
}

.top-slider__btn__wrapper {
  flex-direction: column;
  position: absolute;
  display: flex;
  top: 350px;
  left: 10px;
}

@media (min-width: 768px) {

.top-slider__btn__wrapper {
    flex-direction: row;
    left: 50px;
    top: 360px
}
  }

@media (min-width: 1120px) {

.top-slider__btn__wrapper {
    left: 265px;
    top: 430px
}
  }

.top-slider__btn__free {
  border: 2px solid rgba(255, 215, 0, 1);
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 215, 0, 1);
  border-radius: 8px;
  font-size: 14px;
  height: 50px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {

.top-slider__btn__free {
    font-size: 16px;
    width: 180px
}
  }

.stages-of-work__main-text {
  padding-bottom: 30px;
  font-size: 15px;
}

@media (min-width: 768px) {

.stages-of-work__main-text {
    padding-bottom: 40px;
    font-size: 18px
}
  }

@media (min-width: 992px) {

.stages-of-work__main-text {
    padding-bottom: 50px
}
  }

.stages-of-work__list {
  flex-direction: column;
  display: flex;
}

.stages-of-work__item {
  padding-bottom: 30px;
}

.stages-of-work__card {
  background-color: #FFFFFF;
  border: 1px solid #F1F3F4;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  display: grid;
  grid-template-rows: auto 130px;
  grid-template-areas: 'txt' 'img';
  grid-gap: 20px;
  text-decoration: none;
  color: rgba(26, 26, 26, 1);
}

@media (min-width: 992px) {

.stages-of-work__card {
    grid-template-rows: auto;
    grid-template-areas: 'txt img';
    grid-template-columns: 1fr 437px;
    justify-content: flex-start;
    grid-gap: 0
}
  }

.stages-of-work__txt {
  grid-area: txt;
  display: grid;
  grid-template-areas: 'number text' 'description description';
  grid-template-columns: 80px auto;
  align-items: center;
}

@media (min-width: 992px) {

.stages-of-work__txt {
    grid-template-columns: 150px auto;
    grid-template-rows: 180px auto
}
  }

@media (min-width: 1100px) {

.stages-of-work__txt {
    grid-template-rows: 160px auto
}
  }

.stages-of-work__image {
  overflow: hidden;
  display: block;
  grid-area: img;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 992px) {

.stages-of-work__image {
    border-bottom-left-radius: 0
}
  }

.stages-of-work__number {
  color: rgba(255, 215, 0, 1);
  padding-left: 38px;
  grid-area: number;
  font-size: 55px;
}

@media (min-width: 768px) {

.stages-of-work__number {
    font-size: 120px
}
  }

@media (min-width: 992px) {

.stages-of-work__number {
    padding-left: 64px
}
  }

.stages-of-work__text {
  padding-top: 47px;
  grid-area: text;
}

.stages-of-work__text-list {
  list-style: disc !important;
  padding: 0 0 0 15px;
}

.stages-of-work__text-item {
  font-size: 18px !important;
  padding-bottom: 2px;
}

.stages-of-work__header {
  padding-bottom: 10px;
  font-size: 22px;
}

.stages-of-work__description {
  grid-area: description;
  padding-bottom: 40px;
  padding-left: 19px;
  padding-right: 19px;
}

@media (min-width: 768px) {

.stages-of-work__description {
    padding-left: 40px;
    padding-right: 0
}
  }

@media (min-width: 992px) {

.stages-of-work__description {
    padding-left: 68px
}
  }

.stages-of-work__description p {
    font-size: 16px !important;
  }

.stages-of-work__description-price {
  font-size: 18px !important;
  padding-top: 10px;
  font-weight: 600;
}

.stages-of-work__img {
  object-fit: cover;
  width: 100%;
  object-position: center;
  height: 100%;
}

@media (min-width: 992px) {

.stages-of-work__img {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0
}
  }

.who-needs-it-and-when__wrapper {
  padding-bottom: 30px;
}

@media (min-width: 768px) {

.who-needs-it-and-when__wrapper {
    padding-bottom: 40px
}
  }

@media (min-width: 992px) {

.who-needs-it-and-when__wrapper {
    padding-bottom: 50px
}
  }

.who-needs-it-and-when__wrapper h2 {
    padding-bottom: 15px;
  }

.who-needs-it-and-when__text h2 {
    padding-bottom: 15px;
  }

.who-needs-it-and-when__text p {
    font-size: 18px;
  }

.who-needs-it-and-when__list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

@media (min-width: 768px) {

.who-needs-it-and-when__list {
    padding-top: 30px
}
  }

.who-needs-it-and-when__item {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 6px 5px 12px;
}

@media (min-width: 768px) {

.who-needs-it-and-when__item {
    width: calc(50% - 8px);
    padding: 24px 10px 24px 20px
}
  }

.who-needs-it-and-when__item-number {
  color: rgba(255, 215, 0, 1);
  font-weight: 500;
  font-size: 70px;
}

.who-needs-it-and-when__item-text {
  padding-left: 14px;
  font-size: 14px;
}

.who-needs-it-and-when__item-text-bold {
  font-weight: bold;
  font-size: 16px;
}

.features-and-benefits__wrapper {
  padding-bottom: 40px;
  position: relative;
}

.features-and-benefits__wrapper h2 {
    padding-bottom: 15px;
  }

.features-and-benefits__title {
  font-size: 38px;
}

.features-and-benefits__text {
  font-size: 18px;
}

.features-and-benefits__text h2 {
    padding-bottom: 15px;
  }

.features-and-benefits__text p {
    font-size: 18px;
  }

.features-and-benefits__list {
  padding-bottom: 20px;
  padding-top: 15px;
  flex-wrap: wrap;
  display: flex;
}

@media (min-width: 768px) {

.features-and-benefits__list {
    padding-top: 20px;
    padding-bottom: 30px
}
  }

@media (min-width: 998px) {

.features-and-benefits__list {
    padding-top: 30px;
    padding-bottom: 40px
}
  }

.features-and-benefits__item {
  position: relative;
  width: 50%;
}

@media (min-width: 768px) {

.features-and-benefits__item {
    width: 33%
}
  }

.features-and-benefits__item::before {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: block;
    content: '';
    height: 72px;
    width: 72px;
    top: 0;
    left: 0;
  }

.features-and-benefits__item__notebook::before {
      background-image: url('/themes/allegro20/assets/img/features-and-benefits-notebook.png');
    }

.features-and-benefits__item__calc::before {
      background-image: url('/themes/allegro20/assets/img/features-and-benefits-calc.png');
    }

.features-and-benefits__item__note::before {
      background-image: url('/themes/allegro20/assets/img/features-and-benefits-note.png');
    }

.features-and-benefits__item__wallet::before {
      background-image: url('/themes/allegro20/assets/img/features-and-benefits-wallet.png');
    }

.features-and-benefits__item__user-network::before {
      background-image: url('/themes/allegro20/assets/img/features-and-benefits-user-network.png');
    }

.features-and-benefits__item__list::before {
      background-image: url('/themes/allegro20/assets/img/features-and-benefits-list.png');
    }

.features-and-benefits__item__webcam::before {
      background-image: url('/themes/allegro20/assets/img/features-and-benefits-webcam.png');
    }

.features-and-benefits__item__print::before {
      background-image: url('/themes/allegro20/assets/img/features-and-benefits-print.png');
    }

.features-and-benefits__item__line::after {
    content: '';
    width: 50%;
    height: 1px;
    background-color: rgba(26, 26, 26, 1);
    display: block;
    position: absolute;
    top: 35px;
    left: 44%;
  }

@media (min-width: 1200px) {
    .features-and-benefits__item__line::after {
      width: 60%;
      left: 30%;
    }
  }

.features-and-benefits__item__line-mobile::after {
    content: '';
    width: 50%;
    height: 1px;
    background-color: rgba(26, 26, 26, 1);
    display: block;
    position: absolute;
    top: 35px;
    left: 44%;
  }

@media (min-width: 1200px) {
    .features-and-benefits__item__line-mobile::after {
      width: 60%;
      left: 30%;
    }
  }

@media (min-width: 768px) {
    .features-and-benefits__item__line-full::after {
      content: '';
      width: 50%;
      height: 1px;
      background-color: rgba(26, 26, 26, 1);
      display: block;
      position: absolute;
      top: 35px;
      left: 44%;
    }
  }

@media (min-width: 1200px) {
    .features-and-benefits__item__line-full::after {
      width: 60%;
      left: 30%;
    }
  }

.features-and-benefits__item__line-mobile-no-full::after {
    content: '';
    width: 50%;
    height: 1px;
    background-color: rgba(26, 26, 26, 1);
    display: block;
    position: absolute;
    top: 35px;
    left: 44%;
  }

@media (min-width: 768px) {
    .features-and-benefits__item__line-mobile-no-full::after {
      display: none;
    }
  }

.features-and-benefits__header {
  padding-bottom: 15px;
  padding-top: 100px;
  font-weight: 600;
  font-size: 16px;
  width: 80%;
}

.features-and-benefits__item__text {
  font-weight: 400;
  font-size: 14px;
  width: 80%;
}

.block-call-me__wrapper {
  box-shadow: 0 30px 60px rgba(87, 87, 87, .11);
  background-color: rgba(255, 217, 0, 1);
  border-radius: 10px;
  margin-bottom: 60px;
  position: relative;
  padding: 20px;
  z-index: 100;
}

@media (min-width: 768px) {

.block-call-me__wrapper {
    margin-bottom: 90px;
    padding: 45px
}
  }

@media (min-width: 1200px) {

.block-call-me__wrapper {
    padding: 40px 65px
}
  }

.block-call-me__title {
  padding-bottom: 40px;
  font-weight: 600;
  font-size: 24px;
}

@media (min-width: 768px) {

.block-call-me__title {
    font-size: 36px
}
  }

.block-call-me__input__wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}

.block-call-me__form-group {
  width: 100%;
}

@media (min-width: 768px) {

.block-call-me__form-group {
    max-width: calc(33% - 15px)
}
  }

.block-call-me__form-input {
  width: 100%;
}

.block-call-me__btn__wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}

.block-call-me__privacypolicy {
  justify-content: center;
  align-items: start;
  display: flex;
}

._index-privacypolicy-input {
  accent-color: #ffffff;
  margin-right: 15px;
  height: 20px;
  width: 20px;
}

.block-call-me__btn {
  background-color: rgba(26, 26, 26, 1);
  color: rgba(255, 215, 0, 1);
  line-height: 15px;
  height: 60px;
  width: 273px;
}

.block-call-me__btn:hover {
    background-color: #3A3A3A;
  }

.work-scheme__wrapper {
  padding-bottom: 40px;
  position: relative;
}

@media (min-width: 768px) {

.work-scheme__wrapper {
    padding-bottom: 70px
}
  }

.work-scheme__title {
  font-size: 22px !important;
}

@media (min-width: 769px) {

.work-scheme__title {
    font-size: 38px !important
}
  }

.work-scheme__list {
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
  display: flex;
}

.work-scheme__item {
  flex-direction: column;
  position: relative;
  display: flex;
  width: 50%;
}

@media (min-width: 768px) {

.work-scheme__item {
    width: 25%
}
  }

@media (min-width: 768px) {
    .work-scheme__item__line-desktop:after {
      background-color: rgba(255, 215, 0, 1);
      position: absolute;
      border-radius: 50%;
      display: block;
      height: 12px;
      content: '';
      width: 12px;
      right: 40px;
      top: 44px;
    }

    .work-scheme__item__line-desktop:before {
      content: '';
      width: 35%;
      height: 2px;
      background-color: rgba(255, 215, 0, 1);
      display: block;
      position: absolute;
      right: 40px;
      top: 50px;
    }
  }

.work-scheme__item__line:after {
    background-color: rgba(255, 215, 0, 1);
    position: absolute;
    border-radius: 50%;
    display: block;
    height: 12px;
    content: '';
    width: 12px;
    right: 20px;
    top: 44px;
  }

.work-scheme__item__line:before {
    content: '';
    width: 35%;
    height: 2px;
    background-color: rgba(255, 215, 0, 1);
    display: block;
    position: absolute;
    right: 20px;
    top: 50px;
  }

@media (min-width: 768px) {
    .work-scheme__item__line:after {
      right: 40px;
    }

    .work-scheme__item__line:before {
      right: 40px;
    }
  }

.work-scheme__item__number {
  color: rgba(233, 233, 233, 1);
  font-size: 64px;
}

.work-scheme__item__text {
  font-size: 16px;
  width: 100%;
}

@media (min-width: 768px) {

.work-scheme__item__text {
    width: 70%
}
  }

.work-scheme__item__text-full {
  width: 100%;
}

.cost-of-services-slider__wrapper {
  position: relative;
}

.cost-of-services-slider__title {
  padding-bottom: 15px;
}

@media (min-width: 993px) {

.cost-of-services-slider__title {
    padding-bottom: 25px
}
  }

.cost-of-services-slider__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cost-of-services-slider__item {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(201, 201, 201, 1);
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 35px 24px 24px;
  margin-bottom: 28px;
  text-align: center;
  margin-top: 1px;
  height: auto;
}

.cost-of-services-slider__item-title {
  font-weight: 600;
  font-size: 18px;
}

@media (min-width: 769px) {

.cost-of-services-slider__item-title {
    font-size: 24px
}
  }

@media (min-width: 1231px) {

.cost-of-services-slider__item-title {
    height: 65px
}
  }

.cost-of-services-slider__item-description {
  padding-bottom: 10px;
}

@media (min-width: 769px) {

.cost-of-services-slider__item-description {
    padding-bottom: 30px
}
  }

@media (min-width: 1231px) {

.cost-of-services-slider__item-description {
    height: 160px
}
  }

.cost-of-services-slider__item-price {
  font-weight: 600;
  font-size: 20px;
}

@media (min-width: 769px) {

.cost-of-services-slider__item-price {
    font-size: 22px
}
  }

.cost-of-services-slider__item-note {
  color: rgba(117, 117, 117, 1);
  font-size: 12px;
  padding-bottom: 15px;
}

@media (min-width: 769px) {

.cost-of-services-slider__item-note {
    padding-bottom: 20px
}
  }

.cost-of-services-slider__item-btn {
  background-color: rgba(255, 215, 0, 1);
  border-radius: 8px;
  line-height: 0;
  border: none;
  height: 50px;
  width: 205px;
}

@media (min-width: 1201px) {

.cost-of-services-slider__item-btn {
    width: 310px
}
  }

.cost-of-services-slider__nav-wrapper {
  display: none;
}

@media (min-width: 1346px) {

.cost-of-services-slider__nav-wrapper {
    position: absolute;
    display: block;
    height: 50px;
    top: calc(50% - 25px);
    width: 100%
}
  }

.cost-of-services-slider__nav_prev {
  padding-right: 10px;
}

.cost-of-services-slider__nav_prev::after {
    transform: rotate(-45deg);
  }

@media (min-width: 769px) {

.cost-of-services-slider__nav_prev {
    padding-right: 0;
    left: -63px
}
  }

.cost-of-services-slider__nav_next {
  right: 0;
}

.cost-of-services-slider__nav_next::after {
    transform: rotate(135deg);
  }

@media (min-width: 769px) {

.cost-of-services-slider__nav_next {
    right: -63px
}
  }

.cost-of-services-slider__nav_disable {
  opacity: 0.3;
}

.cost-of-services-slider__nav {
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  height: 44px;
  width: 44px;
  z-index: 2;
  top: 0;
}

.cost-of-services-slider__nav.focus-visible:focus {
    outline: none;
  }

.cost-of-services-slider__nav::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
    border-top: 2px solid #000;
    border-left: 2px solid #000;
  }

@media (min-width: 769px) {

.cost-of-services-slider__nav {
    display: block;
    width: 50px;
    height: 50px;
    transition: background-color 0.2s ease-out
}

    .cost-of-services-slider__nav.swiper-button-lock {
      display: none;
    }

    .cost-of-services-slider__nav::after {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      left: calc(50% - 6px);
      top: calc(50% - 6px);
      border-top: 2px solid #000;
      border-left: 2px solid #000;
    }

    .cost-of-services-slider__nav:hover {
      cursor: pointer;
      background-color: #e7d77f;
      transition: background-color 0.2s ease-in;
    }
  }

.cost-of-services-slider__nav_disable {
  opacity: 0.3;
}

.offer-of-services__wrapper {
  margin-bottom: 60px;
  position: relative;
}

.offer-of-services__list {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}

.offer-of-services__item {
  position: relative;
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {

.offer-of-services__item {
    padding: 15px;
    width: 50%
}
  }

@media (min-width: 992px) {

.offer-of-services__item {
    width: 33%
}
  }

.offer-of-services__card {
  padding: 30px 30px 130px 30px;
  background-color: #FFFFFF;
  border: 1px solid #F1F3F4;
  border-radius: 0 20px;
  width: 100%;
}

.offer-of-services__title {
  font-weight: 600;
  font-size: 19px;
  height: auto;
  color: #000;
}

@media (min-width: 768px) {

.offer-of-services__title {
    height: 86px
}
  }

@media (min-width: 992px) {

.offer-of-services__title {
    height: 60px
}
  }

.offer-of-services__card:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transition: all .25s ease;
}

.offer-of-services__card:hover .offer-of-services__title {
    transition: all .25s ease;
    color: rgba(255, 217, 0, 1);
  }

.offer-of-services__points {
  background: url('/themes/allegro20/assets/img/points.svg') no-repeat center;
  margin: 20px 0;
  display: block;
  height: 24px;
  width: 24px;
  content: "";
  color: transparent;
  -webkit-user-select: none;
          user-select: none;
}

.offer-of-services__link {
  text-decoration: none;
}

.offer-of-services__price {
  color: rgb(26, 26, 26);
  position: absolute;
  font-size: 18px;
  bottom: 62px;
  right: 30px;
}

.block-questions__wrapper {
  padding-bottom: 50px;
}

.block-questions__card {
  background-color: rgba(255, 217, 0, 1);
  padding: 30px 40px;
  border-radius: 10px;
}

@media (min-width: 768px) {

.block-questions__card {
    background-image: -webkit-image-set(
      url('/themes/allegro20/assets/img/bg-questions.webp') type('image/webp'),
      url('/themes/allegro20/assets/img/bg-questions.png') type('image/jpeg')
    );
    background-image: image-set(
      url('/themes/allegro20/assets/img/bg-questions.webp') type('image/webp'),
      url('/themes/allegro20/assets/img/bg-questions.png') type('image/jpeg')
    );
    background-position: right;
    background-repeat: no-repeat
}
  }

.block-questions__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  padding-bottom: 10px;
}

.block-questions__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 40px;
}

.block-questions__btn {
  padding: 7px 30px;
  font-size: 16px;
}

.block__text h2 {
    padding-bottom: 15px;
  }

.block__text p {
    font-size: 18px;
  }

/*# sourceMappingURL=kompleksnyj-it-autsorsing.css.map*/