.tariffs {
  margin-bottom: 11.6875rem;
}
.tariffs .swiper {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tariffs__title {
  margin-bottom: 9.375rem;
  background: linear-gradient(130deg, #211 0%, #fb5036 7.83%, #fff 24.93%, #fff 75.41%, #fb5036 87.63%, #211 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tariffs__cards {
  margin: 0 -1.52%;
}
.tariffs__cards > * {
  margin: 0 1.52%;
  width: 30.2933333333%;
}
.tariffs__card-top {
  position: relative;
  min-height: 35.0625rem;
  padding: 3.75rem 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tariffs__card-top:has(.tariffs__card-tag) {
  padding-bottom: unset;
}
.tariffs__card-wrapper {
  position: relative;
  padding: 4.25rem 1.5625rem 4rem;
  background-color: var(--bg);
  border-radius: 0 0 1.5625rem 1.5625rem;
  margin-top: -1.25rem;
}
.tariffs__card-img {
  position: absolute;
  top: -3.125rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.tariffs__card-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.375rem;
}
.tariffs__card-name, .tariffs__card-places, .tariffs__card-tag {
  position: relative;
  z-index: 2;
}
.tariffs__card-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto 0 1.5625rem;
}
.tariffs__card-name > span {
  margin-top: -0.375rem;
  margin-left: 0.5rem;
}
.tariffs__card-places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5625rem 1.5625rem;
  border-radius: 0.75rem;
  font-weight: 500;
  -webkit-box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25);
  box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25);
  background-color: var(--white);
}
.tariffs__card-places > span, .tariffs__card-places > p {
  background: linear-gradient(141deg, #211 0%, #fb5036 48.35%, #fb5036 68.97%, #211 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tariffs__card-places > span {
  line-height: 120%;
}
.tariffs__card-places > span:nth-child(1) {
  position: relative;
  font-size: max(1.1875rem, 12px);
  padding-right: 0.5rem;
}
.tariffs__card-places > span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,%3Csvg width="9" height="20" viewBox="0 0 9 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cline x1="0.374835" y1="18.9814" x2="8.55665" y2="0.163235" stroke="url(%23paint0_linear_901_7942)" stroke-width="0.818182"/%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_901_7942" x1="1.20854" y1="19.3439" x2="9.39035" y2="0.525714" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23CE1023" stop-opacity="0"/%3E%3Cstop offset="0.225962" stop-color="%23CE1023"/%3E%3Cstop offset="0.5" stop-color="white"/%3E%3Cstop offset="0.706731" stop-color="%23CE1023"/%3E%3Cstop offset="1" stop-color="%23CE1023" stop-opacity="0"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.tariffs__card-places > span:nth-child(2) {
  font-size: max(0.8125rem, 12px);
  opacity: 0.5;
  margin-top: 0.4375rem;
}
.tariffs__card-places > p {
  margin-left: 0.625rem;
}
.tariffs__card-tag {
  position: relative;
  text-align: center;
  color: var(--white);
  padding: 0.75rem;
  margin: 3rem -1.625rem 0;
  width: calc(100% + 3.25rem);
}
.tariffs__card-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 1.375rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/tariffs/btn-blur.png");
}
.tariffs__card-items {
  margin-bottom: 3.875rem;
}
.tariffs__card-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 2.8125rem;
  min-height: 2.3125rem;
  color: var(--white);
}
.tariffs__card-item__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.3125rem;
  height: 2.3125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: -2px 5px 24px 0 rgba(128, 0, 0, 0.67);
  box-shadow: -2px 5px 24px 0 rgba(128, 0, 0, 0.67);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="37" height="37" viewBox="0 0 37 37" fill="none"%3E%3Crect x="0.241134" y="0.241134" width="36.1701" height="36.1701" rx="8.43968" fill="url(%23paint0_linear_1426_32062)"/%3E%3Crect x="0.241134" y="0.241134" width="36.1701" height="36.1701" rx="8.43968" stroke="url(%23paint1_linear_1426_32062)" stroke-width="0.482268"/%3E%3Cg clip-path="url(%23clip0_1426_32062)"%3E%3Cg filter="url(%23filter0_d_1426_32062)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.6243 13.5499C10.6413 14.408 10.1743 15.5679 9.56726 16.1739C9.00393 16.7377 8.6875 17.5022 8.6875 18.2992C8.6875 19.0963 9.00393 19.8607 9.56726 20.4246C10.1664 21.0215 10.6073 22.0571 10.6243 22.9027C10.6401 23.6511 10.9329 24.395 11.5038 24.9648C12.0306 25.4926 12.7352 25.805 13.48 25.8409C14.3742 25.8861 15.5454 26.4062 16.1785 27.0393C16.7424 27.6022 17.5066 27.9184 18.3033 27.9184C19.1001 27.9184 19.8643 27.6022 20.4281 27.0393C21.0612 26.4062 22.2324 25.8861 23.1267 25.8409C23.8715 25.805 24.5761 25.4926 25.1028 24.9648C25.652 24.4164 25.9669 23.6763 25.9812 22.9004C25.9982 22.0571 26.4334 21.0283 27.0315 20.4314C27.597 19.8677 27.9154 19.1025 27.9166 18.304C27.9179 17.5056 27.602 16.7393 27.0383 16.1739C26.4323 15.569 25.9643 14.408 25.9824 13.551C25.9909 13.1465 25.9173 12.7443 25.7662 12.3689C25.615 11.9935 25.3894 11.6527 25.1028 11.3669C24.8059 11.0692 24.4496 10.8373 24.0571 10.6863C23.6646 10.5354 23.2448 10.4687 22.8248 10.4907C22.0176 10.5314 20.9991 10.1403 20.4281 9.56824C19.8643 9.00491 19.0998 8.68848 18.3028 8.68848C17.5057 8.68848 16.7413 9.00491 16.1774 9.56824C15.6076 10.1391 14.5879 10.5314 13.7807 10.4907C13.361 10.4689 12.9413 10.5356 12.549 10.6866C12.1568 10.8375 11.8007 11.0693 11.5038 11.3669C11.2175 11.6525 10.9919 11.9932 10.8407 12.3684C10.6896 12.7436 10.6159 13.1455 10.6243 13.5499ZM21.735 14.4837C21.8649 14.5558 21.9793 14.6527 22.0716 14.769C22.164 14.8853 22.2326 15.0186 22.2734 15.1614C22.3143 15.3041 22.3266 15.4536 22.3097 15.6011C22.2927 15.7487 22.2469 15.8914 22.1748 16.0212L19.0455 21.6535C18.9645 21.8069 18.8492 21.9395 18.7086 22.0412C18.5044 22.189 18.2566 22.2643 18.0046 22.2551C17.7526 22.2459 17.511 22.1527 17.3181 21.9904L14.199 19.4953C14.083 19.4025 13.9865 19.2878 13.9149 19.1577C13.8433 19.0276 13.798 18.8847 13.7816 18.7371C13.7652 18.5895 13.7781 18.4401 13.8194 18.2975C13.8608 18.1548 13.9298 18.0218 14.0226 17.9058C14.1154 17.7899 14.2301 17.6933 14.3602 17.6217C14.4903 17.5501 14.6333 17.5048 14.7809 17.4884C14.9285 17.472 15.0778 17.4849 15.2205 17.5263C15.3631 17.5676 15.4962 17.6367 15.6121 17.7294L17.707 19.406L20.1975 14.9224C20.2697 14.7926 20.3667 14.6783 20.483 14.5861C20.5993 14.4938 20.7326 14.4253 20.8754 14.3846C21.0182 14.3439 21.1676 14.3317 21.3151 14.3487C21.4626 14.3657 21.6053 14.4116 21.735 14.4837Z" fill="white"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_1426_32062" x="5.93338" y="5.93435" width="24.7368" height="24.7377" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="1.37706"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.822802 0 0 0 0 0.822802 0 0 0 1 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1426_32062"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1426_32062" result="shape"/%3E%3C/filter%3E%3ClinearGradient id="paint0_linear_1426_32062" x1="18.3262" y1="0" x2="18.3262" y2="36.6523" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23100505"/%3E%3Cstop offset="1" stop-color="%23490404"/%3E%3C/linearGradient%3E%3ClinearGradient id="paint1_linear_1426_32062" x1="0" y1="18.3262" x2="36.6523" y2="18.3262" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23E15A5A"/%3E%3Cstop offset="1" stop-color="%23630A0A"/%3E%3C/linearGradient%3E%3CclipPath id="clip0_1426_32062"%3E%3Crect width="22.6103" height="22.6103" fill="white" transform="translate(6.99219 6.99219)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
}
.tariffs__card-item__text {
  margin-top: 0.5rem;
}
.tariffs__card-item:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.tariffs__card-item.not-include {
  opacity: 0.3;
}
.tariffs__card-row {
  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;
}
.tariffs__card-row:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tariffs__card-economy span {
  margin-left: 0.3125rem;
  background: linear-gradient(148deg, #5eff5e 0%, #389938 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tariffs__card-price--old {
  position: relative;
  color: #ce1023;
}
.tariffs__card-price--old::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.21875rem;
  right: -0.21875rem;
  height: 3px;
  background-color: #ce1023;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tariffs__card-credit {
  margin-right: 0.3125rem;
}
.tariffs__card-credit > p:nth-child(2) {
  margin-top: 0.25rem;
  color: var(--white);
}
.tariffs__card-buttons {
  margin-top: 1.875rem;
}
.tariffs__card-button .btn {
  width: 100%;
}
.tariffs__card-button:not(:last-child) {
  margin-bottom: 0.875rem;
}
.tariffs__card--recommended {
  position: relative;
  margin-top: -4.375rem;
}
.tariffs__card--recommended::before {
  content: "";
  position: absolute;
  top: -1.875rem;
  left: -2.5rem;
  right: -2.5rem;
  height: 72.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/tariffs/el.png");
}
.tariffs__card--recommended .tariffs__card-container {
  position: relative;
}
.tariffs__card--recommended .tariffs__card-container::before, .tariffs__card--recommended .tariffs__card-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.tariffs__card--recommended .tariffs__card-container::before {
  top: 1.25rem;
  bottom: 0;
  border-radius: 0 0 1.5625rem 1.5625rem;
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 0, 0, 0.25);
  box-shadow: inset 0 4px 30px 0 rgba(255, 0, 0, 0.25);
  background: -webkit-gradient(linear, left bottom, left top, from(#ffe5e8), color-stop(4.73%, #ce1023), color-stop(49.45%, #35090d), color-stop(63.84%, #1c080a), color-stop(75.64%, #0c0c0c));
  background: linear-gradient(0deg, #ffe5e8 0%, #ce1023 4.73%, #35090d 49.45%, #1c080a 63.84%, #0c0c0c 75.64%);
}
.tariffs__card--recommended .tariffs__card-container::after {
  bottom: 6.25rem;
  height: 28.4375rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/tariffs/bg.svg");
}
.tariffs__card--recommended .tariffs__card-wrapper {
  position: relative;
  z-index: 2;
  background-color: unset;
}
.tariffs__card--recommended .tariffs__card-price--old {
  background: linear-gradient(355deg, #ce1023 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .tariffs__cards {
    margin: 0 -0.8%;
  }
  .tariffs__cards > * {
    margin: 0 0.8%;
    width: 31.7333333333%;
  }
}
@media (max-width: 768px) {
  .tariffs {
    margin-bottom: 120px;
  }
  .tariffs .swiper {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tariffs .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .tariffs .swiper-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }
  .tariffs__title {
    margin-bottom: 78px;
    background: -webkit-gradient(linear, left top, right top, from(#211), color-stop(7.83%, #fb5036), color-stop(24.93%, #fff), color-stop(75.41%, #fff), color-stop(87.63%, #fb5036), to(#211));
    background: linear-gradient(90deg, #211 0%, #fb5036 7.83%, #fff 24.93%, #fff 75.41%, #fb5036 87.63%, #211 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .tariffs__cards {
    margin: unset;
  }
  .tariffs__cards > * {
    margin: unset;
    width: auto;
  }
  .tariffs__card {
    max-width: 320px;
  }
  .tariffs__card-top {
    min-height: 440px;
    padding: 48px 20px;
  }
  .tariffs__card-wrapper {
    padding: 58px 19px 28px;
    border-radius: 0 0 20px 20px;
  }
  .tariffs__card-img {
    top: -10px;
  }
  .tariffs__card-name {
    margin-bottom: 18.5px;
  }
  .tariffs__card-name > header {
    font-size: 33px;
  }
  .tariffs__card-name > span {
    font-size: 12px;
    line-height: 120%;
    margin-top: -4.7px;
    margin-left: 2.7px;
  }
  .tariffs__card-places {
    padding: 7px 19.6px;
    border-radius: 9px;
    -webkit-box-shadow: inset 0 0 15px 0 rgba(255, 0, 0, 0.25);
    box-shadow: inset 0 0 15px 0 rgba(255, 0, 0, 0.25);
  }
  .tariffs__card-places > span:nth-child(1) {
    font-size: 15px;
  }
  .tariffs__card-places > span:nth-child(2) {
    margin-top: 5.7px;
  }
  .tariffs__card-places > p {
    margin-left: 8.6px;
  }
  .tariffs__card-tag {
    margin: 24px -20px 0;
    width: calc(100% + 40px);
  }
  .tariffs__card-inner {
    position: relative;
  }
  .tariffs__card-inner .js-loadmore {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 120%;
    font-weight: 700;
    color: var(--white);
  }
  .tariffs__card-inner .js-loadmore > svg {
    width: 12px;
    height: 7px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 10px;
  }
  .tariffs__card-inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 3;
    height: 90px;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    backdrop-filter: blur(3.5px);
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 100%);
    background-color: rgba(0, 0, 0, 0.01);
  }
  .tariffs__card-inner.is-shown::before {
    opacity: 0;
    visibility: hidden;
  }
  .tariffs__card-inner.is-shown .js-loadmore {
    opacity: 0;
    visibility: hidden;
  }
  .tariffs__card-items {
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-transition: max-height var(--hover-transition);
    transition: max-height var(--hover-transition);
  }
  .tariffs__card-item__title {
    font-size: 15px;
    padding-left: 38.5px;
    min-height: 28.8px;
  }
  .tariffs__card-item__title::before {
    left: 3.5px;
    width: 28.8px;
    height: 28.8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: -2px 4px 19px 0 rgba(128, 0, 0, 0.67);
    box-shadow: -2px 4px 19px 0 rgba(128, 0, 0, 0.67);
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29" fill="none"%3E%3Crect x="0.189474" y="0.189474" width="28.4211" height="28.4211" rx="6.6316" fill="url(%23paint0_linear_1463_82247)"/%3E%3Crect x="0.189474" y="0.189474" width="28.4211" height="28.4211" rx="6.6316" stroke="url(%23paint1_linear_1463_82247)" stroke-width="0.378949"/%3E%3Cg clip-path="url(%23clip0_1463_82247)"%3E%3Cg filter="url(%23filter0_d_1463_82247)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8.34999 10.6471C8.36331 11.3213 7.99644 12.2327 7.51941 12.7089C7.07676 13.152 6.82812 13.7526 6.82812 14.3789C6.82812 15.0052 7.07676 15.6059 7.51941 16.049C7.99022 16.518 8.33666 17.3317 8.34999 17.9962C8.36242 18.5842 8.5925 19.1687 9.0411 19.6165C9.45498 20.0312 10.0086 20.2767 10.5939 20.3049C11.2965 20.3404 12.2168 20.7491 12.7143 21.2465C13.1573 21.6889 13.7578 21.9374 14.3839 21.9374C15.01 21.9374 15.6105 21.6889 16.0535 21.2465C16.551 20.7491 17.4713 20.3404 18.1739 20.3049C18.7592 20.2767 19.3128 20.0312 19.7267 19.6165C20.1582 19.1856 20.4056 18.6041 20.4169 17.9944C20.4303 17.3317 20.7723 16.5233 21.2422 16.0543C21.6865 15.6114 21.9367 15.0101 21.9377 14.3827C21.9387 13.7553 21.6904 13.1532 21.2475 12.7089C20.7714 12.2336 20.4036 11.3213 20.4178 10.648C20.4245 10.3301 20.3667 10.0141 20.2479 9.71912C20.1292 9.42415 19.9518 9.15631 19.7267 8.93175C19.4934 8.6978 19.2134 8.5156 18.905 8.39698C18.5966 8.27837 18.2667 8.22601 17.9367 8.2433C17.3025 8.27528 16.5021 7.96792 16.0535 7.51843C15.6104 7.07579 15.0098 6.82715 14.3835 6.82715C13.7572 6.82715 13.1565 7.07579 12.7134 7.51843C12.2657 7.96703 11.4644 8.27528 10.8302 8.2433C10.5004 8.22613 10.1706 8.27856 9.86239 8.39717C9.55416 8.51578 9.27433 8.69792 9.0411 8.93175C8.81607 9.15621 8.63882 9.42391 8.52004 9.71871C8.40127 10.0135 8.34342 10.3293 8.34999 10.6471ZM17.0804 11.3808C17.1824 11.4375 17.2723 11.5136 17.3449 11.605C17.4175 11.6964 17.4714 11.8011 17.5035 11.9133C17.5356 12.0255 17.5452 12.1429 17.5319 12.2589C17.5186 12.3748 17.4826 12.487 17.426 12.589L14.9671 17.0146C14.9034 17.1351 14.8128 17.2394 14.7024 17.3193C14.5419 17.4354 14.3471 17.4945 14.1492 17.4873C13.9512 17.4801 13.7613 17.4068 13.6097 17.2793L11.1589 15.3188C11.0677 15.2459 10.9919 15.1557 10.9356 15.0535C10.8793 14.9513 10.8438 14.839 10.8309 14.723C10.818 14.607 10.8281 14.4896 10.8606 14.3776C10.8931 14.2655 10.9474 14.1609 11.0203 14.0698C11.0932 13.9787 11.1833 13.9028 11.2856 13.8466C11.3878 13.7903 11.5001 13.7547 11.6161 13.7418C11.732 13.729 11.8494 13.7391 11.9615 13.7716C12.0736 13.8041 12.1781 13.8583 12.2693 13.9312L13.9153 15.2486L15.8723 11.7255C15.929 11.6236 16.0052 11.5338 16.0966 11.4613C16.188 11.3888 16.2928 11.335 16.405 11.303C16.5171 11.271 16.6345 11.2614 16.7504 11.2747C16.8663 11.2881 16.9784 11.3241 17.0804 11.3808Z" fill="white"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_1463_82247" x="4.66403" y="4.66306" width="19.4376" height="19.4385" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="1.08205"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.822802 0 0 0 0 0.822802 0 0 0 1 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1463_82247"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1463_82247" result="shape"/%3E%3C/filter%3E%3ClinearGradient id="paint0_linear_1463_82247" x1="14.4" y1="0" x2="14.4" y2="28.8001" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23100505"/%3E%3Cstop offset="1" stop-color="%23490404"/%3E%3C/linearGradient%3E%3ClinearGradient id="paint1_linear_1463_82247" x1="0" y1="14.4" x2="28.8001" y2="14.4" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23E15A5A"/%3E%3Cstop offset="1" stop-color="%23630A0A"/%3E%3C/linearGradient%3E%3CclipPath id="clip0_1463_82247"%3E%3Crect width="17.7664" height="17.7664" fill="white" transform="translate(5.49414 5.49414)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
  }
  .tariffs__card-item__text {
    margin-top: 6.2px;
    font-size: 12px;
    line-height: 120%;
  }
  .tariffs__card-item:not(:last-child) {
    margin-bottom: 19.5px;
  }
  .tariffs__card-row:not(:last-child) {
    margin-bottom: 7px;
  }
  .tariffs__card-economy span {
    font-size: 12px;
    line-height: 120%;
    margin-left: 4px;
  }
  .tariffs__card-price--old {
    font-size: 20px;
  }
  .tariffs__card-credit {
    font-size: 12px;
    line-height: 120%;
  }
  .tariffs__card-buttons {
    margin-top: 28px;
  }
  .tariffs__card-button:not(:last-child) {
    margin-bottom: 10px;
  }
  .tariffs__card--recommended {
    margin-top: -10px;
  }
  .tariffs__card--recommended::before {
    left: -30px;
    right: -30px;
  }
  .tariffs__card--recommended .tariffs__card-container::before {
    top: 40px;
  }
}
/*# sourceMappingURL=tariffs.css.map */