.tariffs-header {
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.tariffs-header h1 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}

.tariffs-header__item {
  border: 1px solid var(--primary-color);
  border-bottom-width: 3px;
  margin-bottom: 25px;
  text-align: center;
}

.tariffs-header__item-header {
  background-color: var(--primary-color);
  padding: 20px;
  color: #fff;
}

.tariffs-header__item-header .name {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 18px;
}

.tariffs-header__item-header .price {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: var(--accent-font-family);
}

.tariffs-header__item-header .price .material-icons {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  vertical-align: bottom;
  margin-left: -8px;
  padding-bottom: 1px;
}

.tariffs-header__item-header .period {
  /* font-size: 16px; */
  line-height: 16px;
}

.tariffs-header__item-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 210px;
  padding: 20px;
  font-weight: 600;
  font-family: var(--accent-font-family);
}

.tariffs-header__item-body .description {
  font-size: 16px;
}

.tariffs-header__item-body a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: var(--primary-color);
}

.tariffs-header__item .tariffs-header__item-body a.read-more {
  background-color: transparent;
  padding: 0;
  color: var(--text-color);
  text-decoration: underline;
  font-weight: 400;
  margin: 15px 0;
  box-shadow: none;
  width: auto;
}

.tariffs-header__item.profi  .tariffs-header__item-body a.read-more {
  background-color: transparent;
  padding: 0;
  color: var(--text-color);
  text-decoration: underline;
  font-weight: 400;
  margin: 15px 0;
  box-shadow: none;
  width: auto;
}


.tariffs-header__item.profi {
  border-color: var(--success-color);
}

.tariffs-header__item.profi .tariffs-header__item-header {
  background-color: var(--success-color);
}

.tariffs-header__item.profi .tariffs-header__item-body a {
  background-color: var(--success-color);
}

.tariffs-header__item.goszakaz  .tariffs-header__item-body a.read-more {
  background-color: transparent;
  padding: 0;
  color: var(--text-color);
  text-decoration: underline;
  font-weight: 400;
  margin: 15px 0;
  box-shadow: none;
  width: auto;
}


.tariffs-header__item.goszakaz {
  border-color: #9575cd;
}

.tariffs-header__item.goszakaz .tariffs-header__item-header {
  background-color: #9575cd;
}

.tariffs-header__item.goszakaz .tariffs-header__item-body a {
  background-color: #9575cd;
}

.tariffs-header__item.winner {
  border: none;
  background-color: #ffd155;
  color: var(--text-color);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.tariffs-header__item.winner .tariffs-header__item-header {
  background-color: #ffd155;
  color: var(--text-color);
  padding-bottom: 10px;
}

.tariffs-header__item.winner .tariffs-header__item-header .price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.tariffs-header__item.winner .tariffs-header__item-header .price .period {
  font-weight: 600;
  font-size: 16px;
}

.tariffs-header__item.winner .tariffs-header__item-header .price .material-icons {
  margin-left: 0px;
}

.tariffs-header__item.winner .winner-label {
  background-color: var(--alert-color);
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  font-family: var(--accent-font-family);
  padding: 15px 0;
  margin: 0 -3px;
  border-radius: 3px 3px 0 0;
}

.tariffs-header__item.winner a {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: var(--default-box-shadow);
  color: var(--text-color);
  width: 100%;
}

.tariffs-header__item.winner .read-more {
  background-color: transparent;
  padding: 0;
  color: var(--text-color);
  text-decoration: underline;
  font-weight: 400;
  margin: 15px 0;
  box-shadow: none;
  width: auto;
}

.tariffs-header__item.winner .tariffs-header__item-body {
  height: 200px;
}

.tariff-compare {
  padding: 60px 0;
}

.tariff-compare h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.tariff-compare__head {
  border: 1px solid var(--primary-color);
}

.tariff-compare__head .name {
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 16px;
  padding: 7px;
  font-weight: 600;
  font-family: var(--accent-font-family);
}

.tariff-compare__head .price {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 21px;
  color: var(--primary-color);
  font-weight: 600;
  font-family: var(--accent-font-family);
}

.tariff-compare__head .price .small-text {
  font-size: 14px;
  opacity: 0.75;
  margin-right: 4px;
}

.tariff-compare__head .price .material-icons {
  vertical-align: middle;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  padding-bottom: 2px;
}

.tariff-compare__head .period {
  color: var(--primary-color);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-top: -5px;
  padding-bottom: 5px;
}

.tariff-compare__head .period .small-text {
  opacity: 0.75;
  font-size: 14px;
  font-weight: 600;
}

.tariff-compare__head .period .material-icons {
  font-size: 15px;
  font-weight: 600;
  vertical-align: bottom;
}

.tariff-compare__head.goszakaz {
  border-color: #9575cd;
}

.tariff-compare__head.goszakaz .name {
  background-color: #9575cd;
}

.tariff-compare__head.goszakaz .price {
  color: #9575cd;
}
.tariff-compare__head.goszakaz .period {
  color: #9575cd;
}

.tariff-compare__head.profi {
  border-color: var(--success-color);
}

.tariff-compare__head.profi .name {
  background-color: var(--success-color);
}

.tariff-compare__head.profi .price {
  color: var(--success-color);
}
.tariff-compare__head.profi .period {
  color: var(--success-color);
}

.tariff-compare__head.winner {
  border-color: var(--warning-color);
}

.tariff-compare__head.winner .name {
  background-color: var(--warning-color);
  color: var(--text-color);
}

.tariff-compare__head.winner .price {
  color: var(--text-color);
}
.tariff-compare__head.winner .period {
  color: var(--text-color);
}

.tariff-compare__head.title {
  border: none;
  font-size: 32px;
  font-weight: 600;
  font-family: var(--accent-font-family);
  padding-left: 15px;
}

.tariff-compare .advantage {
  font-family: var(--accent-font-family);
  font-size: 16px;
  padding: 15px 0;
  padding-left: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: -1px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.tariff-compare .advantage .material-icons {
  opacity: .6;
  cursor: pointer;
}

.tariff-compare .cell {
  margin-top: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  height: 100%;
}

.tariff-compare .cell .material-icons {
  font-size: 30px;
}

.tariff-compare .cell .true {
  color: var(--success-color);
}

.tariff-compare .cell .false {
  color: var(--alert-color);
}

.tariff-compare .cell.goszakaz-cell {
  border-color: rgb(149, 117, 205);
  background-color: rgba(149, 117, 205, 0.1);
}
.tariff-compare .cell.beginner-cell {
  border-color: var(--primary-color);
  background-color: rgba(63, 81, 181, 0.1);
}

.tariff-compare .cell.profi-cell {
  border-color: var(--success-color);
  background-color: rgba(51, 153, 102, 0.15);
}

.tariff-compare .cell.winner-cell {
  border-color: var(--warning-color);
  background-color: rgba(255, 200, 0, 0.15);
}

.additional-services {
  padding: 60px 0 30px 0;
  text-align: center;
  background-image: linear-gradient(0deg, rgba(89, 115, 167, 0) 0, rgba(89, 115, 167, 0.9) 0),
    url(/assets/base/images/promo/banner-top-parallax-bg2.jpg);
  background-attachment: fixed;
}

.additional-services h2 {
  margin-bottom: 30px;
  color: #fff;
}

.additional-services__item {
  background-color: #fff;
  box-shadow: var(--default-box-shadow);
  margin-bottom: 30px;
}

.additional-services__item-header {
  height: 120px;
  background-color: var(--light-color);
  border-bottom: 1px solid var(--accent-color);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.additional-services__item-header img {
  max-height: 100%;
}

.additional-services__item-description {
  padding: 25px 15px;
}

.additional-services__item-description .name {
  margin-bottom: 0;
}

.additional-services__item-description .price {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--accent-font-family);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.additional-services__item-description .price .material-icons {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}

.additional-services__item-description .button {
  color: #fff;
  font-family: var(--accent-font-family);
  font-size: 16px;
  padding: 7.5px 25px;
  font-weight: 600;
  background-color: var(--success-color);
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: var(--default-box-shadow);
  display: inline-block;
}

.tariffs-table-spacer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #e2e2e2;
  margin-top: -2px;
  z-index: 1;
  position: relative;
}

.tariffs-table-spacer h4 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
}

.tariffs-table-spacer a {
  display: flex;
  align-items: center;
  color: var(--accent-color);
  padding: 6px 10px 6px 13px;
  background-color: #fff;
  border: 1px solid var(--accent-color);
  transition: .3s ease all;
}

.tariffs-table-spacer a:hover {
  background-color: #f0f0f0;
}

.tariffs-table-spacer a .material-icons {
  font-size: 18px;
  margin-left: 5px;
}

.popover-content {
  font-size: 12px;
}

.popover-content p {
  margin-bottom: 10px;
}

.popover-content p:last-child {
  margin-bottom: 0;
}

.popover-content ul {
  margin: 0;
}

.popover-content ul li {
  margin-bottom: 5px;
}

/* MOBILE */

.tariffs-header-mobile {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}

.tariffs-header-mobile h2 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.tariffs-header-mobile .carousel-indicators {
  position: absolute;
  bottom: -40px;
}

.tariffs-header-mobile .carousel-indicators button {
  background-color: var(--accent-color);
}

.tariffs-header-mobile .tariffs-header__item {
  margin-bottom: 10px;
  height: 368px;
}

@media (max-width: 575.98px) {
  .tariff-compare .advantage {
    font-size: 13px;
    padding-left: 0;
  }
  .tariffs-table-spacer a .material-icons {
    display: none;
  }

  .tariffs-table-spacer h4 {
    font-size: 14px;
  }

  .tariffs-table-spacer a {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    font-size: 13px;
    padding: 5px;
    text-align: center;
  }
}