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

.top-slider__img {
  transform: scaleX(-1);
  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, 215, 0, 1);
  font-size: 16px !important;
  position: absolute;
  line-height: 120%;
  font-weight: 600;
  left: 10px;
  top: 50px;
}

@media (min-width: 768px) {

.top-slider__title {
    top: 125px;
    left: 50px
}
  }

@media (min-width: 992px) {

.top-slider__title {
    font-size: 24px !important;
    left: 265px
}
  }

.top-slider__sub-title {
  color: rgba(255, 255, 255, 1);
  font-size: 45px !important;
  position: absolute;
  left: 10px;
  top: 140px;
}

@media (min-width: 768px) {

.top-slider__sub-title {
    top: 174px;
    left: 50px
}
  }

@media (min-width: 992px) {

.top-slider__sub-title {
    left: 265px
}
  }

.top-slider__text {
  font-size: 16px !important;
  position: absolute;
  left: 10px;
  top: 226px;
}

@media (min-width: 768px) {

.top-slider__text {
    top: 248px;
    left: 50px
}
  }

@media (min-width: 992px) {

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

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

.top-slider__list {
  padding: 20px 0 20px 15px !important;
  list-style: disc !important;
}

.top-slider__item {
  color: rgba(255, 255, 255, 1);
  padding-bottom: 0 !important;
  font-size: 16px !important;
}

@media (min-width: 992px) {

.top-slider__item {
    font-size: 18px !important
}
  }

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

@media (min-width: 768px) {

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

@media (min-width: 992px) {

.top-slider__btn__wrapper {
    left: 265px
}
  }

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

@media (min-width: 768px) {

.top-slider__btn__more {
    margin-bottom: 0;
    font-size: 16px
}
  }

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

@media (min-width: 768px) {

.top-slider__btn__free {
    margin-left: 30px;
    font-size: 16px;
    width: 350px
}
  }

.possibilities__block {
  padding-bottom: 60px;
}

.possibilities__block__title {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: .02em;
  padding-bottom: 30px;
  text-align: center;
}

.possibilities__block__sub-title {
  padding-bottom: 35px;
  text-align: center;
}

.possibilities__block__list__round {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

.possibilities__block__list__round {
    padding: 0 15px 30px
}
  }

.possibilities__block__item__round {
  flex-direction: column;
  margin-bottom: 25px;
  align-items: center;
  display: flex;
}

@media (min-width: 768px) {

.possibilities__block__item__round {
    flex-direction: row
}
  }

.possibilities__block__item__img {
  margin-bottom: 10px;
  height: 77px;
  width: 77px;
}

@media (min-width: 768px) {

.possibilities__block__item__img {
    margin-right: 15px;
    margin-bottom: 0
}
  }

.possibilities__block__item__text {
  text-align: center;
  padding: 0;
}

@media (min-width: 768px) {

.possibilities__block__item__text {
    text-align: left
}
  }

.possibilities__block__item {
  box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  border: none;
}

.cost-of-audit__wrapper {
  background-color: rgba(255, 215, 0, 1);
  border-radius: 15px;
  height: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 130px 30px 35px 30px;
  margin-bottom: 80px;
}

.cost-of-audit__wrapper:before {
    background-image: url('/themes/allegro20/assets/img/cost-of-audit-cash.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: block;
    content: '';
    height: 183px;
    width: 262px;
    left: calc(50% - 131px);
    top: -61px;
  }

@media (min-width: 768px) {

.cost-of-audit__wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 80px 0 0;
    height: 162px
}

    .cost-of-audit__wrapper:before {
      height: 212px;
      width: 304px;
      left: 10px;
      top: -61px;
    }
  }

@media (min-width: 1200px) {

.cost-of-audit__wrapper {
    justify-content: end;
    flex-direction: row;
    align-items: center;
    padding: 0 80px 0 0;
    height: 162px
}

    .cost-of-audit__wrapper:before {
      height: 212px;
      width: 304px;
      left: 10px;
      top: -61px;
    }
  }

.cost-of-audit__text {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}

@media (min-width: 768px) {

.cost-of-audit__text {
    padding-bottom: 15px;
    font-size: 32px
}
  }

@media (min-width: 1200px) {

.cost-of-audit__text {
    padding-right: 50px;
    padding-bottom: 0
}
  }

.cost-of-audit__price {
  font-weight: 600;
  font-size: 29px;
}

@media (min-width: 768px) {

.cost-of-audit__price {
    font-size: 36px
}
  }

.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: 10px;
  z-index: 100;
}

@media (min-width: 768px) {

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

@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;
  }

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

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

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

.features-and-benefits__list {
  padding-bottom: 60px;
  flex-wrap: wrap;
  display: flex;
}

@media (min-width: 768px) {

.features-and-benefits__list {
    flex-wrap: nowrap
}
  }

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

@media (min-width: 768px) {

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

.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__email::before {
      background-image: url('/themes/allegro20/assets/img/features-and-benefits-email.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__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__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%;
}

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

.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%;
}

.work-scheme__item: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: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 {
    width: 25%
}

    .work-scheme__item:after {
      right: 40px;
    }

    .work-scheme__item: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%;
}

.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;
}

/*# sourceMappingURL=audit-sklada.css.map*/