@media (max-width: 640px) {
  .page-gartel .gold-partner__achives,
  .page-index .gold-partner__achives {
    margin-bottom: 0;
  }
}

.page-corp .corp-form-wrapper {
  /*		height: 690px;*/
}

@media (max-width: 450px) {
  .page-my-number .banner__wrap-form {
    height: 305px;
  }

  .news__detail-img {
    min-height: 115px;
  }
}

.bold {
  font-weight: bold;
}

.phones-for-call .bold {
  font-weight: 500;
}

.content-table__header {
  font-size: 18px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 16px;
  margin-top: 32px;
}
.content-table ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
}
.content-table a {
  text-decoration: none;
}
.content-table__items {
  padding: 0;
}

.content-table__items ul li {
  position: relative;
  padding-left: 20px;
}

.content-table__items ul li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 8.5px;
  top: 7px;

  background: var(--primary-color);
  border-radius: 50%;
}

.article-detail__info {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #c4c4c4;
  font-size: 16px;
}

.article-detail__iconed {
  display: flex;
  gap: 6px;
  align-items: center;
  position: relative;
}

.article-detail__iconed::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.article-detail__body {
  font-size: 16px;
}

.article-detail__iconed--views {
  padding-left: 26px;
}
.article-detail__iconed--views::before {
  background-image: url(/local/templates/.default/assets/images/icon/eye-icon.svg);
  width: 20px;
  height: 12px;
  top: 4px;
}
.article-detail__iconed--time {
  padding-left: 22px;
}
.article-detail__iconed--time::before {
  background-image: url(/local/templates/.default/assets/images/icon/time-icon.svg);
  width: 16px;
  height: 16px;
  top: 2px;
}

.article-detail__author {
  font-size: 16px;
  color: #212529;
  padding-left: 45px;
  position: relative;
  margin-top: 17px;
}

.article-detail__author::before {
  content: '';
  position: absolute;
  background-image: url(/local/templates/.default/assets/images/icon/small-logo.svg);
  height: 20px;
  width: 32px;
  background-size: contain;
  left: 0;
  top: 0;
}

.article-detail__line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.article-detail__share {
  font-size: 16px;
  color: #c4c4c4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-detail__share .icon {
  color: var(--primary-color);
  width: 50px;
  height: 50px;
}

.article-detail__img {
  border-radius: 24px;
  overflow: hidden;
}

.article-detail__img img {
  width: 100%;
  display: block;
}

.article-detail__navigation {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.article-detail__navigation-iconed {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
  text-decoration: none;
  color: var(--primary-color);
}

.article-detail__navigation-iconed a {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}

.article-detail__navigation-prev::before,
.article-detail__navigation-next::after {
  content: '';
  display: block;
  min-width: 51px;
  min-height: 51px;
  max-width: 51px;
  max-height: 51px;
  background-image: url(/local/templates/.default/assets/images/icon/arrow-icon-primary.svg);
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: 0px 0px 20px 0px #0000001a;
  border-radius: 50%;
}

.article-detail__navigation-next::after {
  transform: rotate(180deg);
}

@media (max-width: 480px) {
  .article-detail__navigation-iconed {
    gap: 10px;
  }
}

.article-tariffs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.ntariff {
  width: 380px;
  max-width: 100%;
  border-radius: 24px;
  box-shadow: 0px 5px 24px 0px #e0e7e9;
  overflow: hidden;
  font-family: 'Gilroy';
  display: flex;
  flex-direction: column;
}

.ntariff__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-tariffs {
  margin-top: 40px;
}
.relative-articles__header,
.article-tariffs__header {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #212529;
  margin-bottom: 40px;
  line-height: 1.4;
}
.ntariff a {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}
.ntariff__img {
  height: 280px;
  width: 100%;
  background: radial-gradient(59.64% 59.64% at 48.54% 69.64%, #9ee7ff 0%, #36afd6 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.ntariff__img img {
  height: 100%;
}

.ntariff__content {
  padding: 34px 30px;
}

.ntariff__name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #212529;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 280px;
  margin: 0 auto;
  line-height: 29px;
  /*	flex: 1;*/
  min-height: 59px;
}

.ntariff__price {
  color: #36afd6;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding: 11px 0 21px;
}

.ntariff__order-btn {
  background: #bbd034;
  padding: 18px 42px;
  border-radius: 10px;
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  width: max-content;
  margin: 0 auto;
  cursor: pointer;
}

.ntariff__features-wrapper {
  flex: 1;
}
.ntariff__features {
  margin-top: 35px;
  background: #f7f7f7;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 15px;
}

.ntariff__features-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}

.ntariff__features-item-text {
  width: 220px;
  font-size: 16px;
  color: #212529;
}

.ntariff__features-item-icon {
  display: flex;
  justify-content: center;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(76.48deg, #bbd034 0.01%, #36afd6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.ntariff__additional-info {
  color: #c4c4c4;
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
  align-content: flex-end;
  flex: 1;
}

@media (max-width: 380px) {
  .ntariff__content {
    padding: 34px 10px;
  }
  .ntariff__features-item-text {
    width: 160px;
  }
}

.relative-articles {
  margin-top: 70px;
  margin-bottom: 70px;
}

.rel-article {
  border-radius: 24px;
  box-shadow: 0px 5px 24px 0px #e0e7e9;
  background: #ffffff;
  overflow: hidden;
  height: 100%;
}

.rel-article__img {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  overflow: hidden;
}

.rel-article__img img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.rel-article__content {
  padding: 30px;
}

.rel-article__info {
  display: flex;
  gap: 20px;
}

.rel-article__info > div {
  color: #c4c4c4;
  font-size: 16px;
  line-height: 1;
  position: relative;
}

.rel-article__views {
  padding-left: 26px;
  display: flex;
  gap: 6px;
  align-items: center;
  position: relative;
  flex: 1;
}

.rel-article__views::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background-image: url(/local/templates/.default/assets/images/icon/eye-icon.svg);
  width: 20px;
  height: 12px;
  top: 1px;
}

.rel-article__reading-time {
  padding-left: 22px;
  display: flex;
  gap: 6px;
  align-items: center;
  line-height: 18px;
  position: relative;
}

.rel-article__reading-time::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background-image: url(/local/templates/.default/assets/images/icon/time-icon.svg);
  width: 16px;
  height: 16px;
  top: -1px;
}

.rel-article__name {
  font-size: 24px;
  color: #212529;
  font-weight: 700;
  text-decoration: none;
  margin-top: 25px;
  margin-bottom: 20px;
  display: block;
}

.rel-articles__author {
  font-size: 16px;
  color: #212529;
  line-height: 20px;
  padding-left: 45px;
  position: relative;
}

.rel-articles__author::before {
  content: '';
  position: absolute;
  background-image: url(/local/templates/.default/assets/images/icon/small-logo.svg);
  height: 20px;
  width: 32px;
  background-size: contain;
  left: 0;
  top: 0;
}

.relative-articles__list .slick-list {
  margin: 0 -30px;
  padding: 30px 0;
}
.relative-articles__list .slick-track {
  display: flex !important;
}
.relative-articles__list .slick-slide {
  padding: 0 15px;
  height: inherit !important;
}

.nslick-arrow {
  position: absolute;
  width: 51px;
  height: 51px;
  background-image: url(/local/templates/.default/assets/svg/blue-arrow-icon.svg);
  background-position: center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: 0px 0px 20px 0px #0000001a;
  border-radius: 50%;
  top: calc(50% - 25.5px);
  z-index: 1;
  cursor: pointer;
}

.nslick-arrow--prev {
  left: -90px;
}

.nslick-arrow--next {
  transform: rotate(180deg);
  right: -90px;
}

@media (max-width: 1440px) {
  .relative-articles__list {
    padding: 0 30px;
  }
  .nslick-arrow--prev {
    left: -10px;
  }
  .nslick-arrow--next {
    right: -10px;
  }
}

@media (max-width: 768px) {
  .rel-article__info {
    flex-wrap: wrap;
    row-gap: 13px;
  }
  .rel-article__date {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .relative-articles__header,
  .article-tariffs__header {
    font-size: 30px;
  }
}

.articles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .articles-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }
}

.table-wrapper {
  overflow: auto;
}

.table-wrapper table {
  border-collapse: collapse;
}

.table-wrapper td,
.table-wrapper th {
  padding: 10px 15px;
  border: solid 1px #616365;
}

.table-wrapper thead th,
.table-wrapper thead td {
  font-weight: bold;
}

.table-wrapper td *:last-child,
.table-wrapper th *:last-child {
  margin-bottom: 0;
}

.table-wrapper td *:first-child,
.table-wrapper th *:first-child {
  margin-top: 0;
}

.tarifs-row .slick-arrow::before {
  display: none;
}

.bread-crumbs span {
  color: var(--primary-color);
}

.footer .list-links a.active {
  text-decoration: none;
}

@media (max-width: 940px) and (min-width: 640px) {
  .footer__wrap-logo {
    top: -150px;
    max-width: 100px;
  }
  .footer .copyright {
    top: -60px;
  }

  .changeop {
    margin-top: 110px;
  }
}

.article-detail__body table {
  border-collapse: collapse;
}

.article-detail__body table,
.article-detail__body th,
.article-detail__body td {
  border: 1px solid black;
  padding: 10px;
}

/*alexxs styles*/
h2[id^='link']:target::before {
  content: '';
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}

h3[id^='link']:target::before {
  content: '';
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}

.our-tarifs .tarifs-row-new .slide {
  width: calc((100% - 30px * 2) / 3);
}

.our-tarifs .tarifs-row-new .cart-tarif {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .our-tarifs .tarifs-row-new .slide {
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 568px) {
  .our-tarifs .tarifs-row-new .slide {
    width: 100%;
  }
}

img.article_pic {
  height: 250px;
  margin: 10px;
  display: block;
  float: left;
  width: auto;
}
@media (max-width: 435px) {
  img.article_pic {
    margin: 10px auto;
    float: none;
  }
}
.img-article-flex {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.img-article-flex .article_pic {
  float: none;
}
@media (max-width: 768px) {
  .img-article-flex {
    flex-direction: column;
  }
}