.tariff-card-sass {
  border: 1px solid #EAEAEA;
  border-right: 0;
  padding: 22px 20px 22px 21px;
  text-align: center;
  font-family: 'Open Sans';
}

.tariff-card-sass__inner > .swiper-slide:first-child .tariff-card-sass {
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

.tariff-card-sass__inner > .swiper-slide:last-child .tariff-card-sass {
  border-right: 1px solid #EAEAEA;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}

.tariff-card-sass > li:last-child {
  margin-bottom: 0;
}

.tariff-card-sass__title {
  font-family: 'Rubik';
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 22px;
}

.tariff-card-sass__image {
  margin-bottom: 15px;
  height: 56px;
}

.tariff-card-sass__price {
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #1A202C;
  margin-bottom: 14px;
}

.tariff-card-sass__text {
  color: #484848;
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 27px;
}

.tariff-card-sass__text p {
  margin-bottom: 0;
}

.tariff-card-sass__text-subtitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #8D929E;
}

.tariff-license-cards {
  display: block;
}

.tariff-license-cards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tariff-license-cards .swiper-wrapper {
  height: auto;
}

.tariff-license-cards .swiper-slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: auto;
}

@media (max-width: 1400px) {
  .tariff-license-cards .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.tariff-license-cards__inner > .swiper-slide:first-child .tariff-card-license {
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

.tariff-license-cards__inner > .swiper-slide:last-child .tariff-card-license {
  border-right: 1px solid #EAEAEA;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}

.tariff-card-license {
  border: 1px solid #EAEAEA;
  border-right: 0;
  padding: 22px 20px 22px 21px;
  text-align: center;
  font-family: 'Open Sans';
}

.tariff-card-license__title {
  font-family: 'Rubik';
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 22px;
}

.tariff-card-license__image {
  margin-bottom: 15px;
}

.tariff-card-license__price {
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #1A202C;
  margin-bottom: 14px;
}

.tariff-card-license__text {
  color: #484848;
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 19px;
}

.tariff-card-license__second-price {
  font-family: 'Rubik';
  font-size: 20px;
  line-height: 20px;
  color: #1A202C;
}

.tariff-card-license__second-text {
  color: #484848;
  line-height: 28px;
  font-size: 15px;
}
/*# sourceMappingURL=rent-tarrif.css.map */