.avtomatizaciya-markirovki-top__wrapper {
  flex-direction: column;
  padding-bottom: 40px;
  position: relative;
  display: flex;
}

  @media (min-width: 768px) {.avtomatizaciya-markirovki-top__wrapper {
    padding-bottom: 54px;
    min-height: 400px
}
  }

.avtomatizaciya-markirovki-top__header {
  padding-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-top__header {
    padding-bottom: 30px;
    max-width: 768px
}
  }

.avtomatizaciya-markirovki-top__title {
  font-weight: 600 !important;
  font-size: 28px !important;
  display: inline;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-top__title {
    font-weight: 600 !important;
    font-size: 45px !important
}
  }

.avtomatizaciya-markirovki-top__price {
  position: relative;
  text-wrap: nowrap;
  font-weight: 600;
  font-size: 26px;
  z-index: 100;
}

.avtomatizaciya-markirovki-top__price:before {
    content: '';
    background-color: rgba(255, 215, 0, 1);
    position: absolute;
    display: block;
    height: 16px;
    bottom: -3px;
    z-index: -1;
    width: 100%;
    right: 0;
  }

.avtomatizaciya-markirovki-top__text {
  padding-bottom: 20px;
  font-size: 14px;
  width: 100%;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-top__text {
    padding-bottom: 35px;
    max-width: 615px;
    font-size: 18px
}
  }

.avtomatizaciya-markirovki-top__btn {
  padding: 14px 44px;
  font-size: 16px;
  width: 100%;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-top__btn {
    max-width: 230px
}
  }

.avtomatizaciya-markirovki-top__img {
  display: none;
}

@media (min-width: 1200px) {

.avtomatizaciya-markirovki-top__img {
    position: absolute;
    display: block;
    top: -60px;
    right: 0
}
  }

.avtomatizaciya-markirovki-text__wrapper {
  padding-bottom: 40px;
  width: 100%;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text__wrapper {
    padding-bottom: 70px
}
  }

.avtomatizaciya-markirovki-text__wrapper p {
    font-size: 14px !important;
  }

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text__wrapper p {
      font-size: 18px !important
  }
    }

.cost-of-markirovka__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: 50px 0 80px;
}

.cost-of-markirovka__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-markirovka__wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 80px 0 0;
    height: 162px
}

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

@media (min-width: 1200px) {

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

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

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

@media (min-width: 768px) {

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

@media (min-width: 1200px) {

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

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

@media (min-width: 768px) {

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

.avtomatizaciya-markirovki-price__wrapper {
  padding-bottom: 40px;
  width: 100%;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-price__wrapper {
    padding-bottom: 70px
}
  }

.avtomatizaciya-markirovki-price__header {
  text-align: center;
  font-size: 22px !important;
  padding-bottom: 20px !important;
  width: 100%;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-price__header {
    font-size: 38px !important;
    padding-bottom: 25px !important
}
  }

.avtomatizaciya-markirovki-price__body {
  background-color: rgba(255, 255, 255, 1);
  border-radius: var(--border-radius-15);
  position: relative;
  display: flex;
  padding: 60px;
}

.avtomatizaciya-markirovki-price__list {
  display: grid;
  width: 100%;
}

@media (min-width: 1200px) {

.avtomatizaciya-markirovki-price__list {
    grid-template-columns: repeat(2, 1fr);
    width: 60%
}
  }

.avtomatizaciya-markirovki-price__item {
  border-top: 1px solid rgba(217, 217, 217, 1);
  text-align: center;
  position: relative;
  padding: 24px;
}

.avtomatizaciya-markirovki-price__item:nth-child(1) {
    border-top: none;
  }

@media (min-width: 1200px) {

.avtomatizaciya-markirovki-price__item {
    border-right: 1px solid rgba(217, 217, 217, 1);
    padding: 30px
}

    .avtomatizaciya-markirovki-price__item:nth-child(2n) {
      border-right: none;
    }

    .avtomatizaciya-markirovki-price__item:nth-child(2) {
      border-top: none;
    }
  }

.avtomatizaciya-markirovki-price__sub-header-bold {
  font-weight: 700;
  font-size: 22px;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-price__sub-header-bold {
    font-size: 23px
}
  }

.avtomatizaciya-markirovki-price__sub-header {
  padding-bottom: 9px;
  font-weight: 600;
  font-size: 24px;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-price__sub-header {
    padding-bottom: 0;
    font-size: 23px
}
  }

.avtomatizaciya-markirovki-price__text {
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
}

@media (min-width: 1200px) {

.avtomatizaciya-markirovki-price__text {
    padding-bottom: 70px
}
  }

.avtomatizaciya-markirovki-price__price {
  font-weight: 600;
  font-size: 30px;
}

@media (min-width: 1200px) {

.avtomatizaciya-markirovki-price__price {
    position: absolute;
    margin-top: auto;
    font-size: 35px;
    bottom: 0
}
  }

.avtomatizaciya-markirovki-price__image {
  position: relative;
  display: none;
}

@media (min-width: 1200px) {

.avtomatizaciya-markirovki-price__image {
    display: block;
    width: 40%
}
  }

.avtomatizaciya-markirovki-price__image:before {
    background-color: rgba(255, 215, 0, 1);
    filter: blur(169px);
    position: absolute;
    content: '';
    height: 306px;
    z-index: 100;
    width: 306px;
    left: calc(50% - 153px);
    top: calc(50% - 153px);
  }

.avtomatizaciya-markirovki-price__img {
  right: calc(50% - 111px);
  top: calc(50% - 240px);
  position: absolute;
  display: block;
  z-index: 200;
}

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

@media (min-width: 768px) {

.features-and-benefits__wrapper {
    padding-bottom: 70px
}
  }

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

@media (min-width: 768px) {

.features-and-benefits__list {
    padding-bottom: 0;
    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__list::before {
      background-image: url('/themes/allegro20/assets/img/features-and-benefits-list.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: 84%;
}

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

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

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

.tabs-content__wrapper {
  padding-bottom: 40px;
}

@media (min-width: 768px) {

.tabs-content__wrapper {
    padding-bottom: 70px
}
  }

.tabs-content {
  padding: 0 20px;
}

@media (min-width: 769px) {

.tabs-content {
    padding: 0
}
  }

.tabs-content__title {
  padding-bottom: 20px !important;
  font-size: 22px !important;
  text-align: left;
}

@media (min-width: 768px) {

.tabs-content__title {
    padding-bottom: 35px !important;
    font-size: 38px !important;
    text-align: center
}
  }

.tabs-content__tablist__container {
  border-bottom: 2px solid rgba(217, 217, 217, 1);
}

.tabs-content__tablist {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs-content__tabitem {
  padding-bottom: 19px;
  text-align: center;
  position: relative;
  margin: 0 15px;
}

@media (min-width: 1100px) {

.tabs-content__tabitem {
    margin: 0 auto
}
  }

.tabs-content__tabitem:first-child {
    text-align: start;
    margin-left: 0;
  }

.tabs-content__tabitem:last-child {
    text-align: end;
    margin-right: 0;
  }

.tabs-content__link {
  color: rgba(26, 26, 26, 1);
  text-decoration: none;
  position: relative;
  text-wrap: nowrap;
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding: 0;
}

@media (min-width: 768px) {

.tabs-content__link {
    font-size: 24px
}
  }

.tabs-content__link__active:after {
      background-color: rgba(255, 215, 0, 1);
      position: absolute;
      bottom: -20px;
      content: '';
      height: 4px;
      width: 100%;
      left: 0;
    }

.tabs-content__link:hover {
    transition: color 0.2s ease-in;
    cursor: pointer;
  }

.tabs-content__content {
  font-size: 18px;
  font-weight: 300;
  padding: 40px 0 0;
}

.tabs-content__content_visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  margin-left: -1px;
  border-width: 0;
  display: none;
  height: 1px;
  padding: 0;
  width: 1px;
}

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

.offer-of-services__title {
  font-size: 22px !important;
}

@media (min-width: 768px) {

.offer-of-services__title {
    font-size: 38px !important
}
  }

.offer-of-services__slide {
  position: relative;
  cursor: pointer;
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {

.offer-of-services__slide {
    width: 49%
}
  }

@media (min-width: 992px) {

.offer-of-services__slide {
    width: 32%
}
  }

.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__name {
  font-weight: 600;
  font-size: 19px;
  height: auto;
  color: #000;
}

@media (min-width: 768px) {

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

@media (min-width: 992px) {

.offer-of-services__name {
    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-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;
  }

.avtomatizaciya-markirovki-text-table__wrapper {
  padding-bottom: 40px;
  width: 100%;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text-table__wrapper {
    padding-bottom: 70px
}
  }

.avtomatizaciya-markirovki-text-table__header {
  font-size: 22px !important;
  padding-bottom: 20px;
  text-align: left;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text-table__header {
    font-size: 38px !important;
    padding-bottom: 25px;
    text-align: center
}
  }

.avtomatizaciya-markirovki-text-table__body {
  background-color: rgba(255, 255, 255, 1);
  border-right: var(--border-radius-15);
  padding: 23px 20px 28px;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text-table__body {
    padding: 54px 10px
}
  }

.avtomatizaciya-markirovki-text-table__sub-header {
  padding-bottom: 10px !important;
  font-size: 16px !important;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text-table__sub-header {
    padding-bottom: 26px !important;
    font-size: 24px !important
}
  }

.avtomatizaciya-markirovki-text-table__columns {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text-table__columns {
    flex-direction: row
}
  }

.avtomatizaciya-markirovki-text-table__column {
  width: 100%;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text-table__column {
    width: 50%
}
  }

.avtomatizaciya-markirovki-text-table__column-header {
  font-size: 14px !important;
  font-weight: 600;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text-table__column-header {
    font-size: 16px !important
}
  }

.avtomatizaciya-markirovki-text-table__item {
  font-size: 14px !important;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text-table__item {
    font-size: 16px !important
}
  }

.avtomatizaciya-markirovki-text-table__price {
  padding-bottom: 5px !important;
  font-size: 20px !important;
  font-weight: 600;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text-table__price {
    font-size: 36px !important
}
  }

.avtomatizaciya-markirovki-text-table__price-item {
  font-size: 12px !important;
  padding-bottom: 5px !important;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text-table__price-item {
    font-size: 14px !important;
    padding-bottom: 19px !important
}
  }

.avtomatizaciya-markirovki-text-table____btn {
  margin-bottom: 20px;
  padding: 7px 30px;
  margin-top: 15px;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-text-table____btn {
    margin-bottom: 0
}
  }

.avtomatizaciya-markirovki-sub-page__wrapper {
  padding-bottom: 40px;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki-sub-page__wrapper {
    padding-bottom: 70px
}
  }

.avtomatizaciya-markirovki-sub-page__list {
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
  flex-wrap: wrap;
  grid-gap: 20px;
  display: flex;
  grid-gap: 20px;
  gap: 20px;
}

.avtomatizaciya-markirovki-sub-page__item {
  width: calc((100% - 60px) / 2);
  border: 2px solid #ffd900;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  border-radius: 8px;
  text-align: center;
  min-height: 75px;
  cursor: pointer;
  padding: 10px;
  display: flex;
}

.avtomatizaciya-markirovki-sub-page__item:hover {
    background-color: #ffd900;
  }

@media (min-width: 768px) {

.avtomatizaciya-markirovki-sub-page__item {
    width: calc((100% - 60px) / 4)
}
  }

.avtomatizaciya-markirovki-sub-page__link {
  text-decoration: none;
  line-height: 1.2;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.avtomatizaciya-markirovki__title-h2 {
  font-weight: normal !important;
  font-size: 22px !important;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki__title-h2 {
    font-size: 38px !important
}
  }

.avtomatizaciya-markirovki__text {
  padding-bottom: 40px;
}

@media (min-width: 768px) {

.avtomatizaciya-markirovki__text {
    padding-bottom: 70px
}
  }

.promo-block-of-offers__wrapper {
  flex-direction: column;
  position: relative;
  display: flex;
  width: 100%;
}

.promo-block-of-offers__card {
  background-color: #fff;
  border: 1px solid #f1f3f4;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 43px 30px 44px;
  width: 100%;
  display: grid;
  grid-template-areas:"text" "img" "description";
  grid-gap: 20px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {

.promo-block-of-offers__card {
    grid-template-areas:"text img" "description description";
    grid-template-columns:1fr 160px;
    justify-content: flex-start;
    grid-gap: 0
}
  }

.promo-block-of-offers__text {
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  line-height: 150%;
  grid-area: text;
  font-size: 18px;
  display: flex;
}

.promo-block-of-offers__img {
  grid-area: img;
  width: 100%;
}

@media (min-width: 992px) {

.promo-block-of-offers__img {
    padding-left: 20px;
    max-width: 260px
}
  }

.promo-block-of-offers__header {
  padding-bottom: 12px;
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  color: #000;
}

.promo-block-of-offers__list {
  flex-direction: column;
  display: flex;
}

.promo-block-of-offers__item {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.promo-block-of-offers__description {
  border-top: 1px solid #c9c9c9;
  grid-area: description;
  padding-top: 20px;
  margin-top: 30px;
}

.promo-block-of-offers__description p {
  padding-bottom: 0;
  color: #000;
}

/*# sourceMappingURL=avtomatizaciya-markirovki.css.map*/