

/* Start:/local/templates/main/include/pages/tariffs/css/tariffs.css?175094018634524*/
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tooltip .tooltiptext {
    left: -35px;
  }
}
.wrapper main .tariffs-detail-page .inner .top-banner-image {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-image {
    width: 415px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-image {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-image {
    max-width: 350px;
    max-height: 322px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-image {
    width: 60% !important;
  }
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content-text {
    max-width: 100%;
  }
}
.wrapper main .tariffs-detail-page .inner .top-banner-content-text-desc {
  margin-bottom: 20px;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content-text-desc {
    margin-bottom: 5px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content-text-open {
    margin-top: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content-text-list {
    max-width: 180px;
  }
}
.wrapper main .tariffs-detail-page .inner .top-banner-content-text-list .title {
  font: 500 24px/32px 'Gilroy', sans-serif;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content-text-list .title {
    font-size: 20px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content-text-list .title {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrapper main .tariffs-detail-page .inner .top-banner-content-text-list ul.list {
  margin-top: 10px;
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content-text-list ul.list li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content-text-list ul.list li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content-text-list ul.list li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content-text-list ul.list li::before {
    width: 5px;
    height: 5px;
    top: 8px;
  }
}
.wrapper main .tariffs-detail-page .inner .top-banner-content-text-list ul.list li .important {
  font: 300 18px/1 'Gilroy', sans-serif;
  color: #f65e64;
  border-bottom: 1px dashed;
  cursor: pointer;
  font-weight: 300;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content-text-list ul.list li .important {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .wrapper main .tariffs-detail-page .inner .top-banner-content-text-list ul.list li .important {
    font-size: 14px;
  }
}
.wrapper main .tariffs-detail-page .inner .steps {
  padding: 60px;
  background: #fbfbfb;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .wrapper main .tariffs-detail-page .inner .steps {
    padding: 50px 20px;
    margin: 40px -10px 0 -10px;
    border-radius: 0;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .steps {
    padding: 30px 10px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .steps-block-item-image-progress {
    top: 57px;
  }
}
@media (max-width: 768px) {
  .wrapper main .tariffs-detail-page .inner .steps-block-item-image-progress {
    top: 52px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .steps-block-item-image-progress {
    top: 45px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .steps-block-item-text-title br {
    display: none;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-head {
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-head-title {
  font: 700 36px/48px 'Gilroy', sans-serif;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-head-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-head-title h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-head-action a {
  padding: 0 19px 0 27px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-head-action a {
    font-size: 14px;
    line-height: 42px;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-head-action a::after {
  content: '';
  margin-left: 10px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #f65e64;
  border-right: 1px solid #f65e64;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-head-action a::after {
    width: 9px;
    height: 9px;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block {
  padding: 40px;
  border: 1px solid #e6e8e0;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block {
    padding: 30px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block {
    padding: 30px 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block {
    padding: 25px 20px;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top {
    position: relative;
    width: 100vw;
    margin: 0 calc((100vw - 100%)/-2) 0;
    padding: 0 calc((100vw - 100%)/2);
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top::-webkit-scrollbar {
    width: 0;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item {
  padding: 20px;
  border: 1px solid #e6e8e0;
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 25px;
  cursor: pointer;
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item {
    padding: 15px;
    margin-right: 20px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item {
    padding: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item {
    max-width: 182px;
    min-width: 182px;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item:last-child {
  margin-right: 0;
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item .price span.curr {
  font: 700 30px/37px 'Gilroy', sans-serif;
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item .price span.curr {
    font-size: 28px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item .price span.curr {
    font-size: 22px;
    line-height: 27px;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item .price span.old {
  font: 300 18px/22px 'Gilroy', sans-serif;
  opacity: 0.5;
  margin-left: 15px;
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item .price span.old {
    font-size: 16px;
    margin-left: 10px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item .price span.old {
    font-size: 14px;
    line-height: 17px;
    margin-left: 5px;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item.active {
  background: linear-gradient(285.35deg, #FD9B5C 6.22%, #EB5760 69.31%);
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item.active .price span.curr {
  color: #fbfbfb;
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-top-item.active .tariffs-top-item {
  background: #fff;
  color: #f65e64;
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down {
  margin-top: 40px;
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down {
    margin-top: 30px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down {
    margin-top: 25px;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list {
    display: block;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item {
  width: calc((100% - 20px)/3);
  margin-bottom: 40px;
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item {
    width: calc((100% - 20px)/2);
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item span.status {
  font: 700 22px/28px 'Gilroy', sans-serif;
  color: #f65e64;
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item span.status {
    font-size: 20px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item span.status {
    font-size: 18px;
    line-height: 22px;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item span.title {
  font: 400 14px/20px 'Gilroy', sans-serif;
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item span.title.light {
  opacity: 0.5;
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item span.val {
  font: 700 22px/28px 'Gilroy', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item span.val {
    font-size: 20px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item span.val {
    font-size: 18px;
    line-height: 22px;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item span.val.ok::before {
  content: '';
  margin-right: 10px;
  width: 28px;
  height: 28px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Ccircle cx='13.9912' cy='13.9912' r='13.9912' fill='%23ACCE23'/%3E%3Cpath d='M8.00684 14.4216L12.2261 18.4581L20.0287 8.65234' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item span.desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 300 14px/20px 'Gilroy', sans-serif;
  opacity: 0.5;
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item ul.list {
  margin-top: 5px;
  max-width: 240px;
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item ul.list li {
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item ul.list li:last-child {
  margin-bottom: 0;
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item ul.list li::before {
  top: 6px;
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-list-item ul.list li .important {
  color: #f65e64;
  border-bottom: 1px dashed;
  cursor: pointer;
  font: 300 14px/1 'Gilroy', sans-serif;
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-actions .ui-btn {
  width: 230px;
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-actions .ui-btn {
    width: 200px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-actions .ui-btn {
    width: 180px;
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms-block-down-actions .ui-btn {
    width: 100%;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms .tariffs-top-item {
  font: 300 14px/20px 'Gilroy', sans-serif;
  margin-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 16px;
  white-space: nowrap;
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms .tariffs-top-item {
    font-size: 13px;
    padding: 2px 10px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms .tariffs-top-item {
    font-size: 12px;
    white-space: normal;
    max-width: 100px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .tariffs-terms .tariffs-top-item {
    max-width: 100%;
    white-space: nowrap;
  }
}
.wrapper main .tariffs-detail-page .inner .tariffs-terms .tariffs-top-item span.bold {
  font-weight: 700;
}
.wrapper main .tariffs-detail-page .inner .services-title {
  font: 700 36px/48px 'Gilroy', sans-serif;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .services-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item {
    padding: 20px 15px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item-content-title {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item-content-title {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item-content-desc {
    margin-top: 10px;
  }
}
.wrapper main .tariffs-detail-page .inner .services-block-item.phone_acquiring .services-block-item-image {
  position: relative;
  top: 30px;
  width: 227px;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.phone_acquiring .services-block-item-image {
    position: absolute;
    right: 0;
    bottom: -20px;
    top: auto;
  }
}
.wrapper main .tariffs-detail-page .inner .services-block-item.phone_acquiring .services-block-item-image img {
  max-height: 100%;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.phone_acquiring .services-block-item-image img {
    max-height: 170px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.phone_acquiring .services-block-item-image img {
    max-height: 200px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.phone_acquiring .services-block-item-image {
    bottom: -35px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.phone_acquiring .services-block-item-image img {
    max-height: 180px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.phone_acquiring .services-block-item-content-desc {
    max-width: 240px;
  }
}
.wrapper main .tariffs-detail-page .inner .services-block-item.acquiring .services-block-item-content {
  width: 70%;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.acquiring .services-block-item-content {
    width: 70%;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.acquiring .services-block-item-image {
    bottom: 40px;
    right: 17px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.acquiring .services-block-item-image {
    bottom: 15px;
    right: 0;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.acquiring .services-block-item-image img {
    max-height: 140px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.acquiring .services-block-item-image img {
    max-height: 120px;
  }
}
.wrapper main .tariffs-detail-page .inner .services-block-item.delokassa .services-block-item-content {
  width: 70%;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.delokassa .services-block-item-content {
    width: 90%;
  }
}
.wrapper main .tariffs-detail-page .inner .services-block-item.delokassa .services-block-item-image {
  text-align: start;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.delokassa .services-block-item-image {
    text-align: right;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.delokassa .services-block-item-image {
    right: 13px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.delokassa .services-block-item-image {
    right: 0;
    bottom: 15px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.delokassa .services-block-item-image img {
    max-height: 160px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.delokassa .services-block-item-image img {
    max-height: 135px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.cod .services-block-item-image {
    bottom: 0;
  }
}
.wrapper main .tariffs-detail-page .inner .services-block-item.cod .services-block-item-image img {
  max-height: 180px;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.cod .services-block-item-image img {
    max-height: 180px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.cod .services-block-item-image img {
    max-height: 132px;
  }
}
.wrapper main .tariffs-detail-page .inner .services-block-item.cod .services-block-item-content {
  width: 63%;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.cod .services-block-item-content {
    width: 95%;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.cod .services-block-item-content {
    width: 75%;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.cod .services-block-item-content {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.cod .services-block-item-content-desc {
    max-width: 100%;
  }
}
.wrapper main .tariffs-detail-page .inner .services-block-item.count .services-block-item-content-desc {
  width: 60%;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.count .services-block-item-content-desc {
    width: 80%;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.count .services-block-item-content-desc {
    max-width: 100%;
  }
}
.wrapper main .tariffs-detail-page .inner .services-block-item.count .services-block-item-image {
  position: absolute;
  right: 0;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.count .services-block-item-image {
    bottom: 30px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.count .services-block-item-image {
    bottom: 40px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.count .services-block-item-image {
    bottom: 15px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.count .services-block-item-image img {
    max-height: 124px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.count .services-block-item-image img {
    max-height: 116px;
  }
}
.wrapper main .tariffs-detail-page .inner .services-block-item.economic .services-block-item-content-desc {
  width: 60%;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.economic .services-block-item-content-desc {
    width: 87%;
  }
}
.wrapper main .tariffs-detail-page .inner .services-block-item.economic .services-block-item-image {
  position: absolute;
  right: 0;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.economic .services-block-item-image {
    bottom: 0;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.economic .services-block-item-image {
    bottom: 40px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.economic .services-block-item-image {
    bottom: -10px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .services-block-item.economic .services-block-item-image img {
    max-height: 140px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner {
    margin: 30px -10px 0 -10px;
    border-radius: 0;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content {
  padding: 60px;
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content {
    padding: 50px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content {
    padding: 50px 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content {
    padding: 30px 10px;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-title {
  margin-bottom: 20px;
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-title {
    max-width: 100%;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-desc {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-desc {
    line-height: 24px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-desc {
    max-width: 100%;
  }
}
@media (max-width: 1239px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-desc:last-child {
    max-width: 600px;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-desc:last-child {
    max-width: 500px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-desc:last-child {
    max-width: 100%;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-desc span {
  display: block;
  margin-top: 10px;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-desc span:first-child {
  margin-top: 0;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-desc a {
  color: #f65e64;
  border-bottom: 1px solid transparent;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-desc a:hover {
  border-bottom: 1px solid #f65e64;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-list {
    margin: 25px 0;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-list li {
  font: 300 18px/26px 'Gilroy', sans-serif;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-list li {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-list li {
    margin-top: 15px;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-list.list_num {
  counter-reset: list;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-list.list_num li {
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-list.list_num li::before {
  content: counter(list) '. ';
  counter-increment: list;
  position: absolute;
  left: 0;
  top: 0;
  color: #f65e64;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-list.list_num li:first-child {
  margin-top: 0;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-list.list li {
  margin-top: 10px;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-list.list li::before {
  top: 9px;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-list.list li:first-child {
  margin-top: 0;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages {
    margin: 30px 0;
    display: block;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages {
    margin: 25px 0;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages.four_items .item {
  width: calc((100% - 120px) / 4);
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages.four_items .item {
    width: 100%;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages.three_items .item {
  width: calc((100% - 50px) / 3);
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages.three_items .item {
    width: 100%;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages .txt {
  margin-top: 10px;
  font: 300 16px/24px 'Gilroy', sans-serif;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages .txt {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages .txt {
    font-size: 14px;
    line-height: 20px;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages .txt a {
  color: #f65e64;
  border-bottom: 1px solid transparent;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages .txt a:hover {
  border-bottom: 1px solid #f65e64;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages .txt br {
    display: none;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages-list.list {
  margin-top: 10px;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages-list.list {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages-list.list {
    margin-top: 10px;
    display: block;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages-list.list li {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  padding-left: 15px;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages-list.list li {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages-list.list li {
    margin-right: 0;
    font-size: 14px;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages-list.list li:first-child {
  margin-top: 0;
}
.wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages-list.list li::before {
  width: 5px;
  height: 5px;
  top: 9px;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages .item {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages .item {
    margin-top: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages .item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages .item .img {
    width: 36px;
    height: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner-content-advantages .item .img svg {
    width: 100%;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner .wave {
  position: absolute;
  bottom: 80px;
  right: 60px;
  width: 118px;
  height: 28px;
  overflow: hidden;
}
@media (max-width: 979px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner .wave {
    right: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .info-subbanner .wave {
    display: none;
  }
}
.wrapper main .tariffs-detail-page .inner .info-subbanner .wave::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: url(/local/templates/main/include/pages/tariffs/css/../../../../img/icon_wave.svg);
  background-size: contain;
  -webkit-animation: wave 5s linear infinite;
          animation: wave 5s linear infinite;
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item {
    margin: 25px 0 0 0;
    width: calc((100% - 25px)/2);
  }
}
@media (max-width: 768px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item {
    margin: 15px 0 0 0;
    width: 100%;
    height: 112px;
  }
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item:nth-child(-n + 3) {
    margin: 25px 0 0 0;
  }
}
@media (max-width: 768px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item:nth-child(-n + 3) {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item:nth-child(-n + 2) {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 768px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item-text {
    max-width: 240px;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item-image {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item.list .advantage-block-item-image {
    width: 80%;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item.glass .advantage-block-item-image {
    width: 30%;
  }
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item-text-desc {
    max-width: 290px;
  }
}
@media (max-width: 1480px) {
  .wrapper main .tariffs-detail-page .inner .advantage-block-item-text-desc br {
    display: none;
  }
}
@media (max-width: 520px) {
  .wrapper main .tariffs-detail-page .inner .advantage-desc br {
    display: none;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/form_bottom_application/style.css?1750940185155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/templates/main/include/pages/tariffs/css/tariffs.css?175094018634524 */
/* /local/templates/.default/components/bitrix/news.detail/form_bottom_application/style.css?1750940185155 */
