

/* Start:/local/templates/main/assets/bx-styles/seo-block.css?1669622377873*/
.seo-block {
  margin-left: 15px
}
.seo-block__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 20px 60px -20px rgba(0,0,0,.3);
  border-radius: 5px;
  padding: 50px 35px 35px;
  width: 380px
}
.seo-block__text {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 10px
}
.seo-block__cost {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #00a89b;
  margin-bottom: 30px
}
.seo-block__button {
  width: 100%
}
@media (max-width:768px) {
  .seo-block {
    margin-left: 0;
    margin-top: 20px
  }
  .seo-block__wrap {
    max-width: 380px;
    width: 100%
  }
}
@media (max-width:425px) {
  .seo-block__text {
    font-size: 18px
  }
  .seo-block__cost {
    font-size: 36px
  }
}
@media (max-width:375px) {
  .seo-block__wrap {
    padding: 30px 20px 20px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/team-info.css?16980611245528*/
.team-info_design .team-info__subtitle {
  margin-top: 32px;
  margin-bottom: 40px
}
.team-info_design .team-info__item {
  width: 50%;
  min-width: auto;
  flex-shrink: 0;
  margin-bottom: 20px;
  margin-right: 0!important;
  padding-right: 10px
}
.team-info_design .team-info__item span {
  font-size: 22px;
  font-weight: 300;
  line-height: 22px
}
.team-info_design .team-info__img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover
}
.team-info__wrap {
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  justify-content: space-between
}
.team-info__title {
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  margin-top: 15px
}
.team-info__subtitle {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  margin-bottom: 50px;
  margin-top: 30px
}
.team-info__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.team-info__item {
  width: calc(50% - 20px);
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255,255,255,.7);
  margin-bottom: 22px
}
.team-info__item:nth-child(odd) {
  margin-right: 10px
}
.team-info__column {
  width: 48%
}
.team-info__column:last-child {
  width: 49%;
  margin-left: 20px
}
.team-info__logo-img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 12px
}
.team-info__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 30px 30px 0 3px rgba(255,255,255,.03),30px 30px 0 0 rgba(0,0,0,.09);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px)
}
.team-info__img-mob {
  display: none
}
.team-info__icon-svg {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden
}
.team-info__text {
  font-size: 26px;
  font-weight: 700;
  line-height: 140%
}
.team-info__partners {
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.04);
  box-shadow: 5px -5px 13px 0 rgba(255,255,255,.11) inset,20px 30px 100px 0 rgba(0,0,0,.05);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 20px;
  max-width: 531px;
  margin-left: auto
}
.team-info__partners-flex {
  display: flex;
  justify-content: space-between
}
.team-info__partners-flex:first-child {
  margin-bottom: 12px
}
.team-info__partners-flex:first-child .team-info__partners-item {
  height: 147px
}
.team-info__partners-flex:first-child .team-info__partners-item:nth-child(2) {
  width: 170px
}
.team-info__partners-flex:first-child .team-info__partners-item:not(:last-child) {
  margin-right: 12px
}
.team-info__partners-flex:last-child .team-info__partners-item {
  height: 132px
}
.team-info__partners-flex:last-child .team-info__partners-item:not(:last-child) {
  margin-right: 12px
}
.team-info__partners-item {
  flex: auto
}
.team-info__partners-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px
}
@media (max-width:1440px) {
  .team-info__item {
    font-size: 14px
  }
}
@media (max-width:1100px) {
  .team-info__wrap.team-info__wrap_second {
    display: block
  }
  .team-info__column {
    width: 100%
  }
  .team-info__column:last-child {
    display: none
  }
  .team-info__img-mob {
    display: block;
    margin-bottom: 30px;
    border-radius: 16px;
    box-shadow: none
  }
  .team-info__partners {
    margin-left: 0;
    margin-top: 40px
  }
}
@media (max-width:1024px) {
  .team-info__text {
    font-size: 16px
  }
}
@media (max-width:640px) {
  .team-info_design .team-info__item {
    width: 100%
  }
  .team-info__list {
    flex-direction: column
  }
  .team-info__item {
    width: 100%;
    margin-bottom: 22px
  }
  .team-info__item:nth-child(odd) {
    margin-right: 0
  }
}
@media (max-width:540px) {
  .team-info__partners {
    padding: 10px
  }
  .team-info__partners-flex:first-child .team-info__partners-item {
    height: auto
  }
  .team-info__partners-flex:last-child .team-info__partners-item {
    height: auto
  }
  .team-info__partners-item img {
    -o-object-fit: contain;
    object-fit: contain
  }
}
@media (max-width:500px) {
  .team-info_design .team-info__title {
    margin-top: 0;
    font-size: 13px;
    line-height: 18px
  }
  .team-info_design .team-info__subtitle {
    margin-top: 16px;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 22px
  }
  .team-info_design .team-info__item span {
    font-size: 16px;
    line-height: 22px
  }
  .team-info_design .team-info__img {
    height: 226px;
    margin-bottom: 20px
  }
  .team-info__icon-svg {
    width: 37px;
    height: 37px;
    margin-right: 10px
  }
  .team-info__icon-svg svg {
    width: 37px;
    height: 37px
  }
}
@media (max-width:475px) {
  .team-info__subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 26px;
    margin-top: 14px
  }
}
@media (max-width:425px) {
  .team-info__title {
    margin-top: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 140%
  }
  .team-info__list {
    padding-left: 11px
  }
}
@media (max-width:400px) {
  .team-info__partners-flex:first-child .team-info__partners-item {
    height: 94px
  }
  .team-info__partners-flex:first-child .team-info__partners-item:nth-child(2) {
    width: 115px
  }
  .team-info__partners-flex:last-child .team-info__partners-item {
    height: 85px
  }
  .team-info__partners-item img {
    -o-object-fit: cover;
    object-fit: cover
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/tariffs.css?174168080622990*/
.tariffs__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 100px;
  gap: 0 60px
}
.tariffs__wrap_full .tariffs__card {
  max-width: 100%
}
.tariffs__head {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(50,50,50,.1)
}
.tariffs__head .tariffs__text {
  line-height: 150%;
  color: #adadad
}
.tariffs__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 43%;
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 54px 100px rgba(0,0,0,.08)
}
.tariffs__card_full {
  position: relative
}
.tariffs__card_full .tariffs__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px
}
.tariffs__card_full .tariffs__left {
  max-width: 494px;
  width: 100%
}
.tariffs__card_full .tariffs__head .tariffs__text {
  font-size: 20px;
  line-height: 110%;
  font-weight: 500
}
.tariffs__card_full .tariffs__tabs-cost {
  position: absolute;
  top: 44px;
  right: 30px;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 1.1
}
.tariffs__card_full .tariffs__tabs-content {
  display: flex;
  align-items: flex-start;
  gap: 0 50px;
  margin-bottom: 40px
}
.tariffs__card_full .tariffs__tabs-head {
  margin-bottom: 0;
  max-width: 425px;
  width: 100%
}
.tariffs__card_full .tariffs__tabs-button {
  height: 45px;
  padding: 14px 10px 16px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500
}
.tariffs__card_full .tariffs__tabs-flex {
  justify-content: flex-start;
  gap: 0 40px;
  padding-bottom: 0
}
.tariffs__card_full .tariffs__tabs-num {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700
}
.tariffs__card_full .tariffs__tabs-num b {
  font-size: 26px;
  line-height: 120%
}
.tariffs__card_full .tariffs__tabs-btn {
  height: auto;
  padding: 17.5px 10px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700
}
.tariffs__title {
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 15px
}
.tariffs__list {
  line-height: 150%;
  margin-bottom: 30px
}
.tariffs__list-item {
  display: flex;
  align-items: center
}
.tariffs__list-item:not(:last-child) {
  margin-bottom: 20px
}
.tariffs__list-item::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/local/templates/main/assets/bx-styles/../img/sprites/sprite.svg#icon-checkmark);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.tariffs__tabs {
  flex: auto;
  display: flex;
  flex-direction: column
}
.tariffs__tabs-head {
  position: relative;
  display: flex;
  background: #fafafa;
  border-radius: 5px;
  margin-bottom: 20px
}
.tariffs__tabs-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  transition: .5s cubic-bezier(.25,.1,.25,1);
  z-index: 20;
  background: #00a89b;
  border-radius: 5px
}
.tariffs__tabs-button {
  height: 38px;
  padding: 11px 10px 8px;
  flex: auto;
  line-height: 19px;
  font-weight: 400;
  position: relative;
  z-index: 20;
  overflow: hidden;
  transform: translate3d(0,0,0);
  border-radius: 5px
}
.tariffs__tabs-button:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  background-image: radial-gradient(circle,#000 10%,transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10,10);
  opacity: 0;
  transition: transform .5s,opacity 1s
}
.tariffs__tabs-button:hover:not(.tariffs__tabs-button_active) {
  background-color: #ebebeb
}
.tariffs__tabs-button:active:after {
  transform: scale(0,0);
  opacity: .2;
  transition: none
}
.tariffs__tabs-button_active {
  font-weight: 700;
  color: #fff
}
.tariffs__tabs-body,
.tariffs__tabs-container {
  flex: auto;
  display: flex;
  flex-direction: column
}
.tariffs__tabs-container:not(.tariffs__tabs-container_active) {
  display: none
}
.tariffs__tabs-title {
  margin-bottom: 10px
}
.tariffs__tabs-num b {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin-right: 5px
}
.tariffs__tabs-text {
  font-size: 14px;
  color: #adadad
}
.tariffs__tabs-flex {
  display: flex;
  justify-content: space-between;
  gap: 0 24px;
  padding-bottom: 40px
}
.tariffs__tabs-cost {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 20px;
  color: #00a89b
}
.tariffs__tabs-btn {
  width: 100%;
  padding: 23px 0;
  font-size: 18px
}
.tariffs-column__wrap {
  display: flex;
  flex-direction: column
}
.tariffs-column__card-tcard {
  max-width: 1052px;
  margin-left: auto;
  padding: 25px 40px;
  background: #fff;
  box-shadow: 0 21px 100px rgba(0,0,0,.08);
  border-radius: 5px;
  margin-bottom: 60px;
  transition: .3s
}
.tariffs-column__card-tcard:hover {
  box-shadow: 0 54px 100px rgba(0,168,155,.08);
  outline: #00a89b solid 1px
}
.tariffs-column__card-tcard_black {
  padding: 0
}
.tariffs-column .slick-track {
  display: flex
}
.tariffs-column .slick-slide {
  height: auto
}
.t-card {
  display: flex
}
.t-card .button {
  padding: 20px;
  font-size: 16px;
  line-height: 19px;
  width: 300px;
  margin-top: auto;
  margin-bottom: 20px
}
.t-card .button-tcard-mob {
  display: none
}
.t-card__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  color: #323232;
  margin-bottom: 16px;
  margin-top: 5px
}
.t-card__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #323232;
  opacity: .5;
  margin-bottom: 16px;
  max-width: 375px
}
.t-card__subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 160%;
  color: rgba(50,50,50,.4);
  margin-bottom: 16px;
  margin-top: 5px;
  pointer-events: none
}
.t-card__first {
  width: 50%;
  padding-right: 30px;
  display: flex;
  flex-direction: column
}
.t-card__second {
  width: 50%;
  padding-left: 20px;
  border-left: 1px solid rgba(50,50,50,.15)
}
.t-card__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 16px
}
.t-card__item svg {
  flex-shrink: 0;
  margin-right: 10px;
  width: 20px
}
.t-card_black .t-card__first {
  width: 38%;
  padding: 40px;
  background-color: #1a1919;
  justify-content: space-between
}
.t-card_black .t-card__first-bg {
  background-repeat: no-repeat;
  background-position: left center
}
.t-card_black .t-card__first-bg-1 {
  background-image: url(/local/templates/main/assets/bx-styles/../img/content/serm/tarif-base-bg.png)
}
.t-card_black .t-card__first-bg-2 {
  background-image: url(/local/templates/main/assets/bx-styles/../img/content/serm/tarif-optimal-bg.png)
}
.t-card_black .t-card__first-bg-3 {
  background-image: url(/local/templates/main/assets/bx-styles/../img/content/serm/tarif-max-bg.png)
}
.t-card_black .t-card__second {
  width: 62%;
  padding: 40px
}
.t-card_black .t-card__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fff;
  margin-bottom: 30px
}
.t-card_black .t-card__info {
  display: grid;
  grid-template-columns: repeat(1,1fr)
}
.t-card_black .t-card__keyword {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 6px
}
.t-card_black .t-card__keyword span {
  font-weight: 500;
  font-size: 30px;
  line-height: 70%
}
.t-card_black .t-card__review {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 6px
}
.t-card_black .t-card__review span {
  font-weight: 500;
  font-size: 30px;
  line-height: 70%
}
.t-card_black .t-card__desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #fff;
  opacity: .3;
  margin-bottom: 24px
}
.t-card_black .t-card__zen {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 71px;
  display: none
}
.t-card_black .t-card__zen.active {
  display: flex
}
.t-card_black .t-card__zen svg {
  width: 30px;
  height: 30px;
  margin-right: 10px
}
.t-card_black .t-card__price {
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  color: #fff;
  background: rgba(250,250,250,.1);
  border-radius: 5px;
  padding: 8px 10px 4px;
  width: -moz-fit-content;
  width: fit-content
}
.t-card_black .t-card__price span {
  font-size: 36px;
  line-height: 100%;
  font-weight: 700
}
.t-card_black .t-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.t-card_black .t-card__bottom-left {
  visibility: hidden
}
.t-card_black .t-card__bottom-left.active {
  visibility: visible;
  display: flex
}
.t-card_black .t-card__icon {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
  border-radius: 35px;
  width: 88px;
  height: 38px;
  margin-right: 12px;
  padding: 5px 13px
}
.t-card_black .t-card__analytics-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000
}
.t-card_black .t-card__analytics-price span {
  font-size: 22px;
  line-height: 100%;
  font-weight: 500
}
.t-card_black .t-card__analytics-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  color: #000;
  opacity: .3;
  max-width: 160px;
  width: 100%
}
.t-card_black .t-card__subtitle svg {
  display: none
}
.t-card_black .t-card__subtitle.is-active svg {
  transform: rotate(180deg);
  transition: .3s linear
}
.t-card_black .t-card__item {
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 120%
}
.t-card_black .t-card__item .t-card__bottom-left,
.t-card_black .t-card__item.disabled {
  display: none
}
.tariffs-row {
  padding-left: 7%
}
.tariffs-row__text {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px
}
.tariffs-row__list {
  display: flex
}
.tariffs-row__item {
  position: relative;
  padding-left: 44px;
  padding-right: 40px;
  width: 33.33%
}
.tariffs-row__item svg {
  position: absolute;
  top: 0;
  left: 0
}
.tariffs-row__header {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px
}
.tariffs-row__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.tilda .tariffs-list__wrap {
  display: flex;
  align-items: stretch
}
.tilda .tariffs-list__item {
  width: calc((100% / 3) + 20px);
  border-radius: 6px;
  border: 1px solid #00a89b;
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  z-index: 0
}
.tilda .tariffs-list__item:first-child {
  padding-right: 80px
}
.tilda .tariffs-list__item:last-child {
  padding-left: 80px
}
.tilda .tariffs-list__item.fill {
  width: calc((100% / 3) - 40px);
  padding: 40px 20px;
  z-index: 1
}
.tilda .tariffs-list__item.fill::before {
  content: '';
  border: 1px solid #00a89b;
  border-radius: 6px;
  background: linear-gradient(160deg,rgba(255,255,255,0) 6.58%,rgba(255,255,255,.2) 26%,rgba(255,255,255,0) 41%,rgba(0,99,91,.2) 100%),#00a89b;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.15)
}
.tilda .tariffs-list__item.fill .tariffs-list__item-title {
  color: #fff
}
.tilda .tariffs-list__item.fill .tariffs-list__item-pricenum {
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  background-color: transparent
}
.tilda .tariffs-list__item.fill .tariffs-list__item-priceedits {
  color: #fff;
  opacity: .8
}
.tilda .tariffs-list__item.fill .tariffs-list__item-button {
  background-color: #fff;
  color: #00a89b
}
.tilda .tariffs-list__item.fill .tariffs-list__description-label,
.tilda .tariffs-list__item.fill .tariffs-list__description-text {
  color: #fff
}
.tilda .tariffs-list__item-head {
  position: relative
}
.tilda .tariffs-list__item-icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 20px
}
.tilda .tariffs-list__item-icon svg {
  width: 60px;
  height: 60px
}
.tilda .tariffs-list__item-title {
  position: relative;
  color: #323232;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 56px;
  height: 96px
}
.tilda .tariffs-list__item-desc {
  position: relative;
  margin-top: 0;
  margin-bottom: 50px
}
.tilda .tariffs-list__item-price {
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px
}
.tilda .tariffs-list__item-pricenum {
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,.1);
  background: #fafafa;
  white-space: nowrap;
  padding: 8px 10px;
  color: #323232;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%
}
.tilda .tariffs-list__item-priceedits {
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: .5
}
.tilda .tariffs-list__item-button {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
  border-radius: 5px;
  background-color: #00a89b;
  border: 1px solid #00a89b;
  max-width: 166px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: .3s
}
.tilda .tariffs-list__item-button:hover {
  background-color: #09bbad;
  border: 1px solid #09bbad
}
.tilda .tariffs-list__description {
  margin-bottom: 32px
}
.tilda .tariffs-list__description:last-child {
  margin-bottom: 0
}
.tilda .tariffs-list__description-label {
  color: #323232;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 12px;
  opacity: .5
}
.tilda .tariffs-list__description-text {
  color: #323232;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%
}
@media (max-width:1239px) {
  .tilda .tariffs-list__wrap {
    flex-direction: column;
    gap: 45px
  }
  .tilda .tariffs-list__item,
  .tilda .tariffs-list__item.fill {
    width: 100%
  }
  .tilda .tariffs-list__item.fill::before {
    transform: none
  }
  .tilda .tariffs-list__item-title {
    height: auto
  }
}
@media (max-width:1100px) {
  .tariffs__wrap {
    gap: 0 20px
  }
  .tariffs__card {
    padding: 15px
  }
  .tariffs__card_full {
    padding: 20px
  }
  .tariffs__card_full .tariffs__tabs-cost {
    top: 33px;
    right: 20px
  }
  .tariffs-row__text {
    margin-bottom: 30px
  }
  .tariffs-row__item {
    padding-right: 10px
  }
}
@media (max-width:1025px) {
  .tariffs-row {
    padding-left: 20px
  }
}
@media (max-width:1024px) {
  .tariffs__wrap {
    padding-bottom: 50px
  }
  .tariffs__head .tariffs__text {
    font-size: 14px
  }
  .tariffs__card {
    box-shadow: 0 25px 50px rgba(0,0,0,.08)
  }
  .tariffs__card_full .tariffs__tabs-cost {
    top: 45px;
    font-size: 36px;
    line-height: 100%
  }
  .tariffs__card_full .tariffs__tabs-col {
    width: unset
  }
  .tariffs__list-item {
    font-size: 14px
  }
  .tariffs__list-item:not(:last-child) {
    margin-bottom: 10px
  }
  .tariffs__tabs-head {
    flex-wrap: wrap
  }
  .tariffs__tabs-button {
    font-size: 14px;
    line-height: 1.4
  }
  .tariffs__tabs-title {
    font-size: 14px
  }
  .tariffs__tabs-num {
    font-size: 12px
  }
  .tariffs__tabs-num b {
    font-size: 16px
  }
  .tariffs__tabs-text {
    font-size: 12px
  }
  .tariffs__tabs-text br {
    display: none
  }
  .tariffs__tabs-flex {
    gap: 0 15px;
    padding-bottom: 20px
  }
  .tariffs__tabs-col {
    width: 50%
  }
  .tariffs__tabs-cost {
    font-size: 28px;
    line-height: 1.4
  }
  .tariffs__tabs-btn {
    padding: 12px 0;
    font-size: 14px
  }
  .t-card_black .t-card__keyword span,
  .t-card_black .t-card__review span,
  .t-card_black .t-card__title {
    font-size: 24px
  }
  .t-card_black .t-card__price {
    font-size: 20px
  }
  .t-card_black .t-card__price span {
    font-size: 28px
  }
}
@media (max-width:960px) {
  .tariffs-row__list {
    flex-wrap: wrap
  }
  .tariffs-row__item {
    width: 50%;
    margin-bottom: 20px
  }
}
@media (max-width:900px) {
  .tariffs__card_full .tariffs__tabs-content {
    flex-direction: column;
    gap: 30px 0
  }
  .tariffs__card_full .tariffs__tabs-head {
    max-width: 100%
  }
  .tariffs-column__card-tcard {
    margin-right: auto
  }
  .t-card {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto
  }
  .t-card .button {
    margin-bottom: 0;
    width: 100%
  }
  .t-card .button-tcard {
    display: none
  }
  .t-card .button-tcard-mob {
    display: block
  }
  .t-card__title {
    font-size: 20px
  }
  .t-card__description {
    font-size: 14px
  }
  .t-card__subtitle {
    font-size: 16px;
    pointer-events: all
  }
  .t-card__first {
    padding-right: 0;
    width: 100%
  }
  .t-card__second {
    border-top: 1px solid rgba(50,50,50,.15);
    border-left: none;
    padding-left: 0;
    padding-top: 15px;
    width: 100%
  }
  .t-card__item {
    font-size: 14px
  }
  .t-card_black .t-card__first {
    width: 100%;
    padding: 24px
  }
  .t-card_black .t-card__second {
    width: 100%;
    padding: 24px;
    min-height: auto
  }
  .t-card_black .t-card__info {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px
  }
  .t-card_black .t-card__desc {
    margin-bottom: 0
  }
  .t-card_black .t-card__zen {
    margin-bottom: 6px
  }
  .t-card_black .t-card__bottom {
    flex-direction: column
  }
  .t-card_black .t-card__bottom-left {
    display: none
  }
  .t-card_black .t-card__bottom-left.active {
    display: none;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 16px
  }
  .t-card_black .t-card__subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
  }
  .t-card_black .t-card__subtitle svg {
    width: 18px;
    height: 18px;
    display: block;
    transition: .3s linear
  }
  .t-card_black .t-card__item .t-card__bottom-left.active {
    display: flex
  }
  .t-card_black .t-card__list {
    max-height: 0;
    overflow: hidden;
    opacity: 0
  }
  .t-card_black .button-tcard {
    display: block
  }
}
@media (max-width:768px) {
  .tariffs__wrap {
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: -30px
  }
  .tariffs__wrap_full .tariffs__card {
    max-width: 100%
  }
  .tariffs__head {
    padding-bottom: 10px;
    margin-bottom: 10px
  }
  .tariffs__card {
    max-width: 48%;
    margin-top: 30px;
    min-height: initial
  }
  .tariffs__card_full .tariffs__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
    margin-bottom: 30px;
    padding-bottom: 96px
  }
  .tariffs__card_full .tariffs__head .tariffs__text {
    font-size: 16px
  }
  .tariffs__card_full .tariffs__tabs-cost {
    top: 115px;
    right: unset;
    left: 21px
  }
  .tariffs__card_full .tariffs__tabs-content {
    margin-bottom: 30px
  }
  .tariffs__card_full .tariffs__tabs-button {
    height: 40px;
    padding: 11px 8px 13.5px
  }
  .tariffs__card_full .tariffs__tabs-flex {
    gap: 0 20px
  }
  .tariffs__card_full .tariffs__tabs-btn {
    height: auto;
    padding: 20px 8px;
    font-size: 16px;
    line-height: 16px
  }
  .tariffs__title {
    font-size: 20px;
    margin-bottom: 10px
  }
  .tariffs__tabs-button {
    height: 30px;
    padding: 8px;
    font-size: 12px;
    line-height: 120%
  }
  .t-card_black .t-card__title {
    font-size: 20px
  }
  .t-card_black .t-card__keyword {
    font-size: 13px
  }
  .t-card_black .t-card__keyword span {
    font-size: 20px
  }
  .t-card_black .t-card__review {
    font-size: 13px
  }
  .t-card_black .t-card__review span {
    font-size: 20px
  }
  .t-card_black .t-card__desc,
  .t-card_black .t-card__zen {
    font-size: 13px
  }
  .t-card_black .t-card__price {
    font-size: 16px
  }
  .t-card_black .t-card__price span {
    font-size: 24px
  }
  .t-card_black .t-card__item {
    font-size: 13px
  }
  .tariffs-row {
    padding-left: 0
  }
  .tariffs-row__text {
    display: none
  }
  .tariffs-row__item {
    padding-left: 37px
  }
  .tariffs-row__item svg {
    width: 24px;
    height: 24px
  }
  .tariffs-row__header {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 20px
  }
  .tariffs-row__desc {
    font-size: 13px;
    line-height: 19px
  }
  .tilda .tariffs-list__item {
    padding: 20px 30px 50px
  }
  .tilda .tariffs-list__item:first-child {
    padding-right: 30px
  }
  .tilda .tariffs-list__item:last-child {
    padding-left: 30px
  }
  .tilda .tariffs-list__item.fill {
    padding: 20px 30px 50px
  }
  .tilda .tariffs-list__item.fill .tariffs-list__item-head {
    border-bottom: 1px solid rgba(255,255,255,.4)
  }
  .tilda .tariffs-list__item-head {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,168,155,.4);
    padding-bottom: 20px;
    margin-bottom: 20px
  }
  .tilda .tariffs-list__item-icon {
    margin-bottom: 0;
    width: 50px;
    height: 50px
  }
  .tilda .tariffs-list__item-icon svg {
    width: 50px;
    height: 50px
  }
  .tilda .tariffs-list__item-title {
    margin-bottom: 0;
    margin-left: 18px;
    font-size: 20px
  }
  .tilda .tariffs-list__item-desc {
    margin-bottom: 20px
  }
  .tilda .tariffs-list__item-pricenum {
    font-size: 18px
  }
  .tilda .tariffs-list__item-priceedits {
    font-size: 14px
  }
  .tilda .tariffs-list__item-button {
    position: absolute;
    margin: 0;
    bottom: -20px;
    left: 30px;
    width: calc(100% - 60px);
    max-width: none
  }
  .tilda .tariffs-list__description {
    margin-bottom: 16px
  }
  .tilda .tariffs-list__description-label {
    font-size: 14px;
    margin-bottom: 8px
  }
  .tilda .tariffs-list__description-text {
    font-size: 14px
  }
}
@media (max-width:600px) {
  .tariffs-column__card-tcard {
    max-width: 100%;
    margin: 7px 7px 30px;
    padding: 40px 20px;
    height: auto;
    box-shadow: 0 5px 10px rgba(0,0,0,.1)
  }
  .t-card {
    max-width: 100%;
    min-height: 100%
  }
  .t-card__second {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    justify-content: space-between;
    margin-top: auto
  }
}
@media (max-width:540px) {
  .tariffs__wrap {
    padding-bottom: 25px
  }
  .tariffs__card {
    max-width: 100%;
    box-shadow: 0 25px 25px rgba(0,0,0,.08)
  }
}
@media (max-width:500px) {
  .tariffs-row__list {
    flex-direction: column
  }
  .tariffs-row__item {
    width: auto;
    margin-bottom: 32px;
    padding-right: 0
  }
}
@media (max-width:490px) {
  .tariffs__card_full .tariffs__tabs-cost {
    top: 133px
  }
}
@media (max-width:425px) {
  .tariffs-column__card-tcard {
    max-width: 100%;
    margin: 7px 8px 30px;
    padding: 20px;
    height: auto;
    box-shadow: 0 5px 10px rgba(0,0,0,.1)
  }
  .t-card .button {
    padding: 15px
  }
  .t-card__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 26px
  }
  .t-card__second {
    padding-top: 3px;
    min-height: 290px
  }
  .container-slider {
    padding: 0
  }
  .container-slider .section__head {
    padding: 0 15px 19px
  }
  .tariffs-row {
    padding-left: 15px;
    padding-right: 15px
  }
}
@media (max-width:1440px) and (min-width:769px) {
  .tariffs__title {
    font-size: 26px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/text-content.css?17550868883141*/
.text-content__wrap {
  font-size: 22px;
  line-height: 140%
}
.text-content__wrap p:not(:last-child) {
  margin-bottom: 20px
}
.text-content__wrap ul {
  padding-left: 30px;
  list-style-type: disc;
  margin-bottom: 20px
}
.text-content__wrap li:not(:last-child) {
  margin-bottom: 20px
}
.text-content__title {
  display: block;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  color: #323232;
  margin-bottom: 73px;
  padding-left: 20px
}
.text-content__list {
  display: flex
}
.text-content__item {
  padding: 20px;
  width: 33%;
  display: flex;
  flex-direction: column
}
.text-content__item-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  color: #323232
}
.text-content__item-text {
  font-weight: 300;
  font-size: 26px;
  line-height: 120%;
  color: #323232
}
.text-content_serm .text-content__item-title {
  font-size: 120px;
  line-height: 100%
}
.text-content_serm .text-content__item:not(:last-child) {
  margin-right: 40px
}
.text-content_bitrix {
  margin-top: 40px;
  font-size: 24px;
  line-height: 140%
}
.text-content_target .text-content__list {
  flex-wrap: wrap
}
.text-content_target .text-content__item {
  width: auto;
  margin-right: 40px;
  padding-bottom: 0
}
.text-content_target .text-content__item-title {
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 80px
}
@media (min-width:1025px) {
  .text-content__wrap {
    padding-left: 6%
  }
}
@media (max-width:1100px) {
  .text-content__title {
    font-size: 30px;
    margin-bottom: 36px
  }
  .text-content__item-title {
    font-size: 30px
  }
  .text-content__item-text {
    font-size: 16px
  }
  .text-content_serm .text-content__item-title {
    font-size: 40px
  }
}
@media (max-width:1024px) {
  .text-content__wrap p:not(:last-child) {
    margin-bottom: 12px
  }
  .text-content__wrap ul {
    margin-bottom: 12px
  }
  .text-content__wrap li:not(:last-child) {
    margin-bottom: 12px
  }
}
@media (max-width:900px) {
  .text-content_target .text-content__item {
    margin-right: 0
  }
  .text-content_target .text-content__item-title {
    font-size: 60px;
    line-height: 60px
  }
}
@media (max-width:768px) {
  .text-content__wrap {
    font-size: 16px
  }
}
@media (max-width:767px) {
  .text-content_bitrix {
    font-size: 18px
  }
}
@media (max-width:500px) {
  .text-content_target .text-content__list {
    flex-direction: column
  }
  .text-content_target .text-content__item {
    margin-top: 20px!important
  }
  .text-content_target .text-content__item:first-child {
    margin-top: 0!important;
    padding-top: 0
  }
  .text-content_target .text-content__item-title {
    margin-bottom: 2px;
    font-size: 30px;
    line-height: 30px
  }
}
@media (max-width:475px) {
  .text-content__list {
    flex-direction: column;
    padding-left: 50px
  }
  .text-content__item {
    width: 100%;
    padding: 10px 0
  }
  .text-content__item + .text-content-item {
    margin-top: 6px
  }
}
@media (max-width:425px) {
  .text-content__wrap p:not(:last-child) {
    margin-bottom: 5px
  }
  .text-content__title {
    padding-left: 50px
  }
  .text-content__item-text {
    max-width: 250px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/text-slider.css?17019310968782*/
.text-slider {
  position: relative
}
.text-slider:before {
  z-index: 9;
  content: '';
  width: 260px;
  height: 260px;
  position: absolute;
  bottom: -22px;
  left: -11px;
  background-image: url(/local/templates/main/assets/bx-styles/../img/content/text-slider/slider-decor.png);
  background-size: contain;
  transform: translateY(36px) translateX(-54px)
}
.text-slider_design,
.text-slider_dev {
  margin-top: 80px
}
.text-slider_design::before,
.text-slider_dev::before {
  display: none
}
.text-slider_design .text-slider-prev-dots,
.text-slider_dev .text-slider-prev-dots {
  display: none
}
.text-slider_design .text-slider__nav,
.text-slider_dev .text-slider__nav {
  margin-top: 0
}
.text-slider_design .text-slider__item-wrap,
.text-slider_dev .text-slider__item-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}
.text-slider_design .text-slider__item-wrap img,
.text-slider_dev .text-slider__item-wrap img {
  flex-shrink: 0;
  margin-left: 15px
}
.text-slider_design .text-slider__item-title,
.text-slider_dev .text-slider__item-title {
  height: auto;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px
}
.text-slider_design .text-slider__text-wrap,
.text-slider_dev .text-slider__text-wrap {
  padding-left: 122px;
  padding-right: 0
}
.text-slider_use .slick-dotted.slick-slider {
  margin-bottom: 0
}
.text-slider_use .text-slider__item-desc {
  max-width: 500px
}
.text-slider_use .text-slider__item-wrap img {
  border-radius: 6px
}
.text-slider__item-header {
  max-width: 630px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px
}
.text-slider__item-desc {
  max-width: 630px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px
}
.text-slider__wrap {
  max-width: 100%;
  position: relative
}
.text-slider__nav {
  display: flex;
  flex-direction: column;
  margin-top: 106px;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 10
}
.text-slider__item:nth-child(n+2):not(.slick-slide) {
  display: none
}
.text-slider__item-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative
}
.text-slider__item-photo {
  align-self: flex-end;
  display: flex;
  align-items: center
}
.text-slider__item-photo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 24px;
  font-weight: 300;
  font-size: 18px;
  line-height: 115%;
  text-align: right;
  color: rgba(255,255,255,.7)
}
.text-slider__item-photo-name {
  font-weight: 700;
  font-size: 26px;
  line-height: 115%;
  text-align: right;
  color: #fff
}
.text-slider__item-photo-image {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.4);
  display: flex;
  justify-content: center;
  align-items: center
}
.text-slider__item-photo-image img {
  display: block;
  width: 88.33333px;
  height: 88.33333px
}
.text-slider__text-wrap {
  padding-right: 116px;
  padding-left: 95px
}
.text-slider__item-title {
  padding: 14px 50px;
  height: 57px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255,255,255,.2);
  background-image: linear-gradient(180deg,rgba(255,255,255,0) -185.58%,rgba(255,255,255,.1) 100%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 8px
}
.text-slider__item-text {
  padding: 50px 40px 50px 50px;
  background-color: rgba(255,255,255,.12);
  color: #fff;
  font-size: 26px;
  line-height: 160%;
  border-radius: 10px 0 20px 20px;
  position: relative
}
.text-slider__item-text:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 50px;
  border-radius: 0 10px 0 0;
  top: -50px;
  right: 0;
  background-image: linear-gradient(328deg,rgba(255,255,255,.12) 50%,rgba(255,255,255,0) 50%)
}
.text-slider__nav-btn {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center
}
.text-slider__nav-btn svg {
  display: block
}
.text-slider__nav-btn + .text-slider__nav-btn {
  margin-top: 8px
}
.text-slider .text-slider-prev-dots .slick-dots {
  position: absolute;
  top: 119px;
  right: 0;
  width: 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content
}
.text-slider .text-slider-prev-dots .slick-dots li button:before {
  content: '';
  font-size: 0
}
.text-slider .text-slider-prev-dots .text-slider-dot {
  width: 62.35294px;
  height: 62.35294px;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.4);
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 53px;
  margin-top: 27px
}
.text-slider .text-slider-prev-dots .text-slider-dot.slick-active {
  display: none
}
@media (max-width:768px) {
  .text-slider_design,
  .text-slider_dev {
    margin-top: 50px
  }
  .text-slider_design .text-slider__item-wrap,
  .text-slider_dev .text-slider__item-wrap {
    flex-direction: column
  }
  .text-slider_design .text-slider__item-wrap img,
  .text-slider_dev .text-slider__item-wrap img {
    margin-top: 20px;
    margin-left: 122px;
    width: 120px;
    height: 120px
  }
  .text-slider_use .text-slider__item-wrap img {
    margin-left: 30px;
    width: 92%;
    height: auto;
    border-radius: 18px
  }
}
@media (max-width:720px) {
  .text-slider:before {
    background-image: none;
    width: 0;
    height: 0
  }
  .text-slider__item-title {
    padding: 9px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    border-radius: 6px
  }
  .text-slider__item-text {
    padding: 20px;
    font-weight: 300;
    font-size: 14px
  }
}
@media (max-width:540px) {
  .text-slider_design,
  .text-slider_dev {
    margin-top: 30px
  }
  .text-slider_design .text-slider__item-wrap img,
  .text-slider_dev .text-slider__item-wrap img {
    margin-left: 45px
  }
  .text-slider_design .text-slider__item-title,
  .text-slider_dev .text-slider__item-title {
    margin-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px
  }
  .text-slider_design .text-slider__text-wrap,
  .text-slider_dev .text-slider__text-wrap {
    padding-left: 45px
  }
  .text-slider_use .text-slider__item-wrap img {
    margin-left: 0;
    width: 100%
  }
  .text-slider__item-header {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px
  }
  .text-slider__item-desc {
    font-size: 16px;
    line-height: 24px
  }
  .text-slider__nav {
    margin-top: 60px;
    left: 0
  }
  .text-slider__item-photo-text {
    font-size: 14px
  }
  .text-slider__item-photo-name {
    font-size: 16px
  }
  .text-slider__item-photo-image {
    width: 60px;
    height: 60px
  }
  .text-slider__item-photo-image img {
    width: calc(60px / 1.2);
    height: calc(60px / 1.2)
  }
  .text-slider__text-wrap {
    padding-right: 70px;
    padding-left: 38px
  }
  .text-slider__item-title {
    height: 30px;
    font-size: 12px
  }
  .text-slider__item-text {
    font-size: 13px;
    padding: 18px 15px;
    border-radius: 5px 0 10px 10px
  }
  .text-slider__item-text:after {
    width: 74px;
    height: 29px;
    top: -29px;
    background-image: linear-gradient(330deg,rgba(255,255,255,.12) 50%,rgba(255,255,255,0) 50%)
  }
  .text-slider__nav-btn {
    width: 30px;
    height: 30px;
    border-radius: 5px
  }
  .text-slider__nav-btn svg {
    width: 12px;
    height: auto
  }
  .text-slider .text-slider-prev-dots .slick-dots {
    width: 60px;
    top: 60px
  }
  .text-slider .text-slider-prev-dots .text-slider-dot {
    width: calc(60px / 1.7);
    height: calc(60px / 1.7);
    background-size: calc(60px / 2)
  }
}
@media (max-width:425px) {
  .text-slider {
    margin-top: 22px
  }
  .text-slider_design .text-slider__text-wrap,
  .text-slider_dev .text-slider__text-wrap {
    margin-top: 0
  }
  .text-slider__nav {
    margin-top: 70px
  }
  .text-slider__text-wrap {
    padding-right: 56px;
    margin-top: 10px
  }
  .text-slider__item-text {
    font-size: 13px;
    padding: 15px 15px 19px;
    border-radius: 5px 0 10px 10px
  }
  .text-slider__item-text:after {
    width: 54px;
    height: 45px;
    top: -45px;
    background-image: linear-gradient(315deg,rgba(255,255,255,.12) 50%,rgba(255,255,255,0) 50%);
    border-radius: 3px
  }
}
@media (max-width:415px) {
  .text-slider__item-title {
    padding: 9px 10px;
    line-height: 100%
  }
}
@media (max-width:361px) {
  .text-slider__item-title {
    width: 100%
  }
  .text-slider__item-text {
    border-radius: 6px
  }
  .text-slider__item-text:after {
    background-image: none
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/feature.css?17737420501272*/
.feature {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  padding-top: 90px;
  padding-bottom: 120px
}
.feature__item-wrap {
  padding-right: 10px
}
.feature__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 181px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 20px 60px 0 #0000000d;
  border-radius: 20px
}
.feature__value {
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 105%;
  color: #323232
}
.feature__text {
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #323232
}
@media (max-width:1200px) {
  .feature {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (max-width:950px) {
  .feature {
    padding-top: 20px;
    padding-bottom: 20px
  }
  .feature .slick-list {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px
  }
  .feature__item-wrap {
    width: 230px
  }
  .feature__item {
    min-height: 186px;
    box-shadow: 0 5px 60px 0 #0000000d
  }
  .feature__text {
    font-size: 14px
  }
}
@media (max-width:768px) {
  .feature .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/seo-need.css?17737565922003*/
.seo-need__block {
  display: flex;
  align-items: flex-start;
  gap: 10px
}
.seo-need__text-block {
  flex-grow: 1
}
.seo-need__text-block.show .seo-need__text {
  display: block
}
.seo-need__text-block.show .seo-need__show-more-button {
  display: none
}
.seo-need__list-wrap {
  width: 370px;
  flex-shrink: 0
}
.seo-need__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.seo-need__text {
  padding: 32px 40px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #323232;
  border-radius: 15px;
  background-color: #fafafa
}
.seo-need__list-wrap {
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding: 40px;
  border-radius: 15px;
  background-color: #00a89b
}
.seo-need__list {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.seo-need__item {
  position: relative;
  padding-left: 35px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #fff
}
.seo-need__item svg {
  position: absolute;
  top: 0;
  left: 0
}
.seo-need__show-more-button {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 64px;
  margin-top: 10px;
  background-color: #fafafa;
  color: #000;
  border-radius: 5px;
  -webkit-appearance: none
}
.seo-need__button {
  min-height: 50px;
  font-size: 16px;
  font-weight: 700
}
.seo-need__button:hover {
  color: #fff;
  background-color: #09bbad
}
@media (max-width:1100px) {
  .seo-need__text {
    padding: 20px
  }
}
@media (max-width:900px) {
  .seo-need__list-wrap {
    width: 300px;
    padding: 20px
  }
}
@media (max-width:768px) {
  .seo-need__block {
    flex-direction: column
  }
  .seo-need__list-wrap {
    width: 100%;
    padding: 20px;
    gap: 20px
  }
  .seo-need__text {
    font-size: 14px
  }
  .seo-need__text:nth-child(n+2) {
    display: none
  }
  .seo-need__item {
    font-size: 14px
  }
  .seo-need__show-more-button {
    display: flex
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/seo-cost.css?17737420502449*/
.seo-cost__text {
  margin-bottom: 52px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #323232
}
.seo-cost__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 52px;
  box-shadow: 0 20px 60px 0 #0000000d;
  border-radius: 20px;
  overflow: hidden
}
.seo-cost__item {
  padding: 30px;
  background-color: #fff
}
.seo-cost__item:not(:last-child) {
  border-bottom: 1px solid #fafafa
}
.seo-cost__row {
  display: flex;
  gap: 30px
}
.seo-cost__row svg {
  flex-shrink: 0
}
.seo-cost__title {
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #323232
}
.seo-cost__desc {
  margin-top: 20px;
  padding-left: 56px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #323232
}
.seo-cost__wrap {
  padding: 40px;
  box-shadow: 0 20px 60px 0 #0000000d;
  border-radius: 20px;
  background-color: #fff
}
.seo-cost__caption {
  margin-bottom: 40px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #323232
}
.seo-cost__block {
  display: flex;
  justify-content: space-between
}
.seo-cost__block-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 10px
}
.seo-cost__header {
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #323232
}
@media (max-width:1200px) {
  .seo-cost__block-item {
    gap: 12px;
    padding-right: 0
  }
  .seo-cost__block-item svg {
    width: 50px;
    height: 50px
  }
}
@media (max-width:768px) {
  .seo-cost__text {
    margin-bottom: 30px;
    font-size: 16px
  }
  .seo-cost__list {
    margin-bottom: 30px;
    box-shadow: 0 40px 100px 0 #00000021;
    border-radius: 15px
  }
  .seo-cost__item {
    padding: 20px
  }
  .seo-cost__item:not(:last-child) {
    border-color: #e8e8e8
  }
  .seo-cost__row {
    gap: 12px
  }
  .seo-cost__row svg {
    width: 20px;
    height: 20px
  }
  .seo-cost__title {
    font-size: 20px
  }
  .seo-cost__desc {
    padding-left: 0;
    font-size: 16px
  }
  .seo-cost__wrap {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 60px 0 #0000000d
  }
  .seo-cost__caption {
    margin-bottom: 30px;
    font-size: 20px
  }
  .seo-cost__block {
    flex-direction: column;
    gap: 30px
  }
  .seo-cost__header {
    font-size: 16px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/seo-tariffs.css?17737420504466*/
.seo-tariffs {
  padding-left: 82px
}
.seo-tariffs__list {
  display: flex;
  flex-direction: column;
  gap: 60px
}
.seo-tariffs__list .slick-track {
  display: flex
}
.seo-tariffs__item {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
  grid-template-areas: 'title list' 'button list';
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px 0 #0000000d;
  transition: .35s
}
.seo-tariffs__item:hover {
  box-shadow: 0 20px 40px 0 rgba(0,0,0,.05),0 40px 60px 0 rgba(0,0,0,.13)
}
.seo-tariffs__title-block {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title
}
.seo-tariffs__button-block {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: button;
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(2,1fr);
  gap: 4px
}
.seo-tariffs__info-block {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: list;
  padding-left: 24px;
  border-left: 1px solid #e4e4e4
}
.seo-tariffs__title {
  margin-bottom: 20px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #323232
}
.seo-tariffs__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px
}
.seo-tariffs__tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 2px 7px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #999;
  border: 1px solid #999;
  border-radius: 4px;
  transition: .35s
}
.seo-tariffs__tag-item:hover {
  color: #323232;
  border-color: #323232
}
.seo-tariffs__price {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 5px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #00a89b;
  background-color: #ebfffd;
  border-radius: 5px
}
.seo-tariffs__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 5px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  background-color: #00a89b;
  border-radius: 5px
}
.seo-tariffs__button:hover {
  background-color: #09bbad
}
.seo-tariffs__caption {
  margin-bottom: 16px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #32323266
}
.seo-tariffs__info-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.seo-tariffs__info-item {
  display: flex;
  gap: 15px
}
.seo-tariffs__info-item svg {
  flex-shrink: 0
}
.seo-tariffs__text {
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #323232
}
.seo-tariffs__nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: none;
  gap: 4px;
  transform: translateX(-50%)
}
.seo-tariffs__nav-next,
.seo-tariffs__nav-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #00a89b;
  background-color: #fff;
  cursor: pointer;
  border-radius: 5px
}
@media (max-width:1100px) {
  .seo-tariffs {
    padding-left: 0
  }
  .seo-tariffs__item {
    gap: 20px;
    padding: 20px
  }
}
@media (max-width:768px) {
  .seo-tariffs {
    position: relative
  }
  .seo-tariffs__list {
    flex-direction: row;
    gap: 0
  }
  .seo-tariffs__list .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px 80px
  }
  .seo-tariffs__item {
    display: grid!important;
    flex-shrink: 0;
    grid-template-areas: 'title' 'list' 'button';
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto 1fr auto;
    width: 250px;
    height: auto!important;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 0 5px 60px 0 #0000000d
  }
  .seo-tariffs__title {
    font-size: 20px
  }
  .seo-tariffs__caption {
    font-size: 16px
  }
  .seo-tariffs__info-list {
    gap: 10px
  }
  .seo-tariffs__text {
    font-size: 14px
  }
  .seo-tariffs__nav {
    display: flex
  }
  .seo-tariffs__title-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .seo-tariffs__button-block {
    grid-template-columns: repeat(1,1fr);
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
  .seo-tariffs__info-block {
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 1px solid #e4e4e4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/seo-features.css?17737420504384*/
.seo-features {
  margin-top: 40px
}
.seo-features__list-wrap {
  position: relative;
  margin-bottom: 4px
}
.seo-features__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4,1fr);
  padding: 40px;
  background-color: #fafafa;
  border-radius: 15px 15px 0 0
}
.seo-features__list .slick-track {
  display: flex
}
.seo-features__item {
  display: flex;
  flex-direction: column
}
.seo-features__num {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #323232
}
.seo-features__num::after {
  content: '';
  flex-grow: 1;
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 20px;
  background-color: #323232
}
.seo-features__text {
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #323232
}
.seo-features__desc {
  margin-bottom: 52px;
  padding: 40px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #050505;
  background-color: #fafafa;
  border-radius: 0 0 15px 15px
}
.seo-features__info {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 40px;
  background-color: #fafafa;
  border-radius: 15px
}
.seo-features__info-text-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}
.seo-features__info-title {
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #323232
}
.seo-features__info-text {
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #323232
}
.seo-features__info-text p:not(:last-child) {
  margin-bottom: 10px
}
.seo-features__download-list {
  display: flex;
  gap: 20px
}
.seo-features__download-item {
  position: relative;
  width: 124px
}
.seo-features__download-item img,
.seo-features__download-item picture {
  width: 100%;
  height: auto
}
.seo-features__download-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #00a89b;
  background-color: #fff;
  border-radius: 5px;
  transform: translate(-50%,-50%);
  transition: .35s
}
.seo-features__download-icon:hover {
  color: #fff;
  background-color: #09bbad
}
.seo-features__navigation {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
  justify-content: space-between;
  gap: 4px;
  z-index: 10
}
.seo-features__navigation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  color: #00a89b;
  background-color: #fff;
  border-radius: 5px
}
.seo-features__navigation-btn_prev svg {
  transform: rotate(-90deg)
}
.seo-features__navigation-btn_next svg {
  transform: rotate(90deg)
}
.seo-features__navigation-btn:focus {
  box-shadow: none!important
}
.seo-features__navigation-btn:hover {
  color: #fff!important;
  background-color: #00a89b
}
@media (max-width:1024px) {
  .seo-features__list {
    padding: 27px 20px 20px
  }
  .seo-features__desc {
    padding: 20px
  }
  .seo-features__info {
    gap: 20px;
    padding: 20px
  }
}
@media (max-width:900px) {
  .seo-features__download-item {
    width: 90px
  }
}
@media (max-width:767px) {
  .seo-features {
    margin-top: 20px
  }
  .seo-features__list {
    display: flex;
    padding: 0;
    background-color: #fff;
    border-radius: 0
  }
  .seo-features__item {
    flex-shrink: 0;
    width: 100%;
    height: auto!important;
    padding: 27px 20px 20px;
    background-color: #fafafa;
    border-radius: 15px 15px 0 0
  }
  .seo-features__num {
    margin-bottom: 27px;
    padding-right: 124px
  }
  .seo-features__desc {
    margin-bottom: 30px;
    font-size: 16px
  }
  .seo-features__info {
    flex-direction: column
  }
  .seo-features__info-text-block {
    gap: 10px
  }
  .seo-features__info-title {
    font-size: 20px
  }
  .seo-features__info-text {
    font-size: 14px
  }
  .seo-features__info-text p:not(:last-child) {
    margin-bottom: 0
  }
  .seo-features__download-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    width: 100%
  }
  .seo-features__download-item {
    width: auto
  }
  .seo-features__navigation {
    display: flex
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/seo-term.css?1773742050775*/
.seo-term__list {
  display: flex;
  gap: 86px;
  padding-top: 40px;
  padding-bottom: 40px
}
.seo-term__item {
  display: flex;
  align-items: center;
  gap: 24px
}
.seo-term__item svg {
  flex-shrink: 0
}
.seo-term__text {
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #323232
}
@media (max-width:1200px) {
  .seo-term__item {
    align-items: flex-start
  }
  .seo-term__item svg {
    width: 50px;
    height: 50px
  }
}
@media (max-width:1100px) {
  .seo-term__list {
    gap: 40px
  }
}
@media (max-width:768px) {
  .seo-term__list {
    flex-direction: column;
    gap: 30px;
    padding-top: 0;
    padding-bottom: 0
  }
  .seo-term__item {
    gap: 12px
  }
  .seo-term__text {
    font-size: 14px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/seo-team.css?17737420501351*/
.seo-team .slick-dots-container {
  display: none
}
.seo-team .slick-dotted.slick-slider {
  margin-bottom: 0
}
.seo-team__item-wrap {
  display: flex!important;
  padding: 0 20px
}
.seo-team__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 40px;
  background-color: #fafafa;
  border-radius: 20px;
  overflow: hidden
}
.seo-team__name {
  margin-bottom: 8px;
  padding-left: 40px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #050505
}
.seo-team__text {
  margin-bottom: 15px;
  padding-left: 40px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #050505
}
.seo-team__img {
  margin-top: auto;
  padding-left: 23px;
  line-height: 0
}
@media (max-width:1400px) {
  .seo-team__item {
    padding-top: 20px
  }
  .seo-team__name {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px
  }
  .seo-team__text {
    padding-left: 20px;
    padding-right: 20px
  }
  .seo-team__img {
    padding-left: 0
  }
}
@media (max-width:1200px) {
  .seo-team__item-wrap {
    padding: 0 10px
  }
}
@media (max-width:767px) {
  .seo-team__item-wrap {
    padding: 0 5px
  }
  .seo-team__text {
    margin-bottom: 20px
  }
  .seo-team__img {
    padding-left: 20px;
    padding-right: 20px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/seo-cases.css?17737420506014*/
.seo-cases__tab-block {
  margin-bottom: 4px;
  padding: 40px 160px 40px 40px;
  background-color: #fafafa;
  border-radius: 20px 20px 0 0
}
.seo-cases__tab-title {
  margin-bottom: 30px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #323232
}
.seo-cases__tab-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px
}
.seo-cases__tab-wrap.show .seo-cases__show-more {
  display: none
}
.seo-cases__tab-wrap.show .seo-cases__tab-item:nth-child(n+6) {
  display: flex
}
.seo-cases__tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px
}
.seo-cases__tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 33px;
  padding: 3px 9px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #32323299;
  background-color: #fff;
  border-radius: 4px;
  transition: .35s;
  cursor: pointer
}
.seo-cases__tab-item:hover {
  color: #050505
}
.seo-cases__tab-item:nth-child(n+6) {
  display: none
}
.seo-cases__tab-item span {
  color: #00a89b
}
.seo-cases__tab-item.active {
  color: #fff;
  background-color: #00a89b
}
.seo-cases__tab-item.active span {
  color: #fff
}
.seo-cases__show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 33px;
  padding: 5px 9px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #050505;
  background-color: #fff;
  border-radius: 4px;
  border: none
}
.seo-cases__show-more span {
  color: #00a89b
}
.seo-cases__slider {
  display: flex!important
}
.seo-cases__slider .slick-track {
  display: flex
}
.seo-cases__slider-item {
  height: auto!important;
  flex-shrink: 0;
  display: grid!important;
  grid-template-columns: 1fr 500px;
  grid-template-rows: 410px;
  gap: 20px;
  width: 100%;
  background-color: #fafafa;
  border-radius: 0 0 20px 20px
}
.seo-cases__slider-item:nth-child(n+2) {
  display: none
}
.seo-cases__left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 20px 40px
}
.seo-cases__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.seo-cases__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px
}
.seo-cases__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 3px 7px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #999;
  border-radius: 4px;
  border: 1px solid #999;
  transition: .35s
}
.seo-cases__tag:hover {
  color: #323232;
  border: 1px solid #323232
}
.seo-cases__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 60px;
  padding-top: 8px
}
.seo-cases__wrap ul {
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  list-style-type: disc;
  font-family: LitteraPlain,sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #050505;
  border-top: 1px solid rgba(100,110,118,.1)
}
.seo-cases__img {
  position: absolute;
  top: 0;
  left: 0
}
.seo-cases__title {
  max-width: 400px;
  margin-bottom: 20px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #000
}
.seo-cases__url {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 20px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #050505;
  border-bottom: 1px solid transparent
}
.seo-cases__url:hover {
  border-color: #050505
}
.seo-cases__link {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 30px;
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #050505;
  border-bottom: 1px solid transparent
}
.seo-cases__link:hover {
  border-color: #050505
}
.seo-cases__content {
  position: relative
}
.seo-cases__navigation {
  position: absolute;
  bottom: calc(100% + 44px);
  right: 40px;
  display: flex;
  justify-content: space-between;
  gap: 4px;
  z-index: 10
}
.seo-cases__navigation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  color: #00a89b;
  background-color: #fff;
  border-radius: 5px
}
.seo-cases__navigation-btn_prev svg {
  transform: rotate(-90deg)
}
.seo-cases__navigation-btn_next svg {
  transform: rotate(90deg)
}
.seo-cases__navigation-btn:focus {
  box-shadow: none!important
}
.seo-cases__navigation-btn:hover {
  color: #fff!important;
  background-color: #00a89b
}
@media (max-width:1100px) {
  .seo-cases__left-block {
    padding-left: 20px
  }
  .seo-cases__title {
    font-size: 24px
  }
}
@media (max-width:950px) {
  .seo-cases__tab-block {
    padding: 20px;
    border-radius: 0
  }
  .seo-cases__tab-title {
    margin-bottom: 20px
  }
  .seo-cases__tab-wrap {
    flex-direction: column;
    align-items: flex-start
  }
  .seo-cases__slider-item {
    position: relative;
    display: flex!important;
    flex-direction: column-reverse;
    padding: 80px 20px 110px;
    border-radius: 0
  }
  .seo-cases__left-block {
    padding: 0
  }
  .seo-cases__img-block {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }
  .seo-cases__tag-list {
    margin-bottom: 15px
  }
  .seo-cases__wrap {
    padding-left: 0;
    position: static
  }
  .seo-cases__wrap ul {
    padding-top: 15px;
    font-size: 16px;
    font-weight: 400
  }
  .seo-cases__img {
    top: 20px;
    left: 20px
  }
  .seo-cases__title {
    margin-bottom: 15px
  }
  .seo-cases__url {
    position: absolute;
    top: 27px;
    right: 20px
  }
  .seo-cases__link {
    text-transform: capitalize
  }
  .seo-cases__link span {
    display: none
  }
  .seo-cases__navigation {
    right: 50%;
    bottom: 20px;
    transform: translateX(50%)
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/sliders-action-item.css?17737420503191*/
.sliders-action-item {
  background: #fff;
  color: #000;
  box-shadow: 0 13px 14px rgba(0,0,0,.05);
  padding: 32px;
  border-radius: 20px;
  position: relative;
  transition: .2s;
  height: auto;
  width: 100%
}
.sliders-action-item.slick-slide {
  height: auto
}
.sliders-action-item:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,.1)
}
.sliders-action-item .button.sliders-action-item__btn {
  min-height: 58px;
  margin-top: 50px;
  font-size: 16px
}
.sliders-action-item__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 200px;
  height: 100%
}
.sliders-action-item__wrapper .button {
  margin-top: 20px
}
.sliders-action-item__label {
  background-color: #f89136;
  border-radius: 10px 10px 0;
  position: absolute;
  top: -18px;
  right: 0;
  height: 46px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center
}
.sliders-action-item__label-big {
  font-size: 30px
}
.sliders-action-item__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  margin-bottom: 5px
}
.sliders-action-item__date {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #323232;
  opacity: .4;
  margin-bottom: 26px
}
.sliders-action-item__list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  list-style-type: disc
}
.sliders-action-item__list li {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #323232
}
.sliders-action-item__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  flex-grow: 1;
  color: #323232
}
.sliders-action-item__text_b-indent {
  margin-bottom: 35px
}
.sliders-action-item__text_sm {
  flex-grow: 0
}
.sliders-action-item__button {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px
}
.sliders-action-item__button span {
  margin-right: 16px
}
.sliders-action-item__button_big.button {
  justify-content: center;
  height: 61px;
  margin-top: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px
}
.sliders-action-item__link {
  display: flex;
  align-items: center;
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #000
}
.sliders-action-item__link svg {
  margin-left: 16px
}
@media (max-width:767px) {
  .sliders-action-item {
    padding: 30px 20px 20px
  }
  .sliders-action-item .button.sliders-action-item__btn {
    min-height: 50px;
    margin-top: 20px
  }
  .sliders-action-item__label-big {
    font-size: 24px
  }
  .sliders-action-item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%
  }
  .sliders-action-item__date {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px
  }
  .sliders-action-item__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px
  }
  .sliders-action-item__button {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%
  }
  .sliders-action-item__button svg {
    width: 16px;
    height: 16px
  }
}
@media (max-width:425px) {
  .sliders-action-item__wrapper {
    min-height: 150px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/service-list.css?177374205011065*/
.service-list {
  overflow: hidden
}
.service-list.show-all .service-list__item-new:nth-child(n+10) {
  display: flex
}
.service-list.show-all .service-list__btn-wrap {
  display: none
}
.service-list__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -40px -20px 0
}
.service-list__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -20px
}
.service-list__item-wrap {
  display: flex!important;
  padding: 32px 20px 60px
}
.service-list__item-wrap .service-list__item {
  width: 100%;
  margin: 0
}
.service-list__item {
  width: calc(33.33333% - 40px);
  margin: 40px 20px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fafafa;
  color: #323232;
  padding: 0 50px;
  cursor: pointer
}
.service-list__item:hover {
  box-shadow: rgba(0,0,0,.45) 0 25px 20px -20px;
  background-color: #00a89b;
  color: #fff
}
.service-list__item:hover .service-list__item-icon {
  color: #fff
}
.service-list__item:hover .service-list__item-icon svg {
  fill: #fff;
  stroke: #fff
}
.service-list__item:hover .service-list__item-icon .svg-stroke {
  stroke: #fff
}
.service-list__item:hover .service-list__item-img {
  top: 0;
  opacity: 1
}
.service-list__item:active {
  box-shadow: rgba(0,0,0,.08) 0 4px 12px
}
.service-list__item-icon {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 200;
  color: #00a89b
}
.service-list__item-icon svg {
  width: 32px;
  height: 32px;
  transition: .3s linear;
  fill: #00a89b
}
.service-list__item-icon svg.svg-stroke {
  stroke: #00a89b;
  stroke-width: 3px
}
.service-list__item-icon_big svg {
  width: 50px;
  height: 50px
}
.service-list__item-img {
  display: block;
  position: absolute;
  top: -25%;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: opacity .2s,top .4s ease-in-out;
  z-index: 100
}
.service-list__item-img img {
  width: 100%
}
.service-list__item-body {
  display: block;
  padding: 311px 0 50px
}
.service-list__item-title {
  display: block;
  font-family: LitteraPlain,sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  color: currentColor;
  margin-bottom: 7px
}
.service-list__item-title.service-list__item-title_sm {
  font-size: 26px;
  line-height: 100%
}
.service-list__item-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: currentColor
}
.service-list__item-text.service-list__item-text_sm {
  font-size: 14px
}
.service-list__item-desc {
  max-width: 490px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}
.service-list_dev.service-list .service-list__item {
  margin-bottom: 0!important
}
.service-list__item_horizontal::after {
  content: '';
  position: absolute;
  top: unset;
  bottom: 0;
  left: 10px;
  height: 3px;
  width: calc(100% - 20px);
  background-color: #00a89b
}
.service-list__item_img-bottom {
  transition: .3s linear
}
.service-list__item_img-bottom::after {
  content: '';
  position: absolute;
  top: unset;
  bottom: 0;
  left: 10px;
  height: 3px;
  width: calc(100% - 20px);
  background-color: #00a89b
}
.service-list__item_img-bottom:hover .service-list__item-img {
  top: unset;
  bottom: -6px;
  opacity: 1
}
.service-list__item_img-bottom .service-list__item-img {
  top: unset;
  bottom: -25%;
  transition: opacity .2s,bottom .4s ease-in-out
}
.service-list__item_img-bottom .service-list__item-body {
  padding: 130px 0 231px
}
.service-list__item_img-bottom .service-list__item-title.service-list__item-title_sm {
  font-size: 28px;
  line-height: 34px
}
.service-list__item_img-bottom .service-list__item-text.service-list__item-text_sm {
  font-size: 16px;
  line-height: 140%
}
.service-list__item-new {
  width: calc(33.33333% - 40px);
  min-height: 560px;
  margin: 0 20px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fafafa;
  color: #000;
  padding: 0;
  cursor: pointer
}
.service-list__item-new:nth-child(n+10) {
  display: none
}
.service-list__item-new .service-list__img-wrap {
  background-color: linear-gradient(94deg,#252525 .98%,#343434 96.7%)
}
.service-list__item-new:hover .service-list__img-wrap,
.service-list__item-new:hover .service-list__text-wrap {
  background-color: #00a89b
}
.service-list__item-new:hover .service-list__text,
.service-list__item-new:hover .service-list__title {
  color: #fff
}
.service-list__item-new:hover .service-list__price {
  color: #00a89b;
  background-color: #fff
}
.service-list__btn-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 50px
}
.service-list__img-wrap {
  width: 100%;
  padding-bottom: 66.4%;
  background-color: #252525;
  background-size: cover;
  transition: .5s
}
.service-list__img {
  position: absolute;
  width: 100%
}
.service-list__img img {
  width: 100%
}
.service-list__text-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 80px 50px 55px;
  transition: .5s
}
.service-list__title {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  transition: .5s
}
.service-list__text {
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  transition: .5s
}
.service-list__price {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  background-color: #00a89b;
  border-radius: 5px;
  transition: .5s
}
.sliders .service-list__item {
  margin-bottom: 50px;
  padding: 25px
}
.sliders .service-list__item-title {
  font-size: 28px
}
.sliders .service-list__item-text {
  font-size: 18px
}
@media (min-width:769px) {
  .service-list__item_horizontal {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 243px;
    margin: 60px 20px 0;
    overflow: visible;
    transition: background-color .2s
  }
  .service-list__item_horizontal:hover .service-list__item-img {
    top: auto;
    bottom: 0;
    opacity: 1
  }
  .service-list__item_horizontal .service-list__item-icon {
    position: static;
    margin-right: 30px
  }
  .service-list__item_horizontal .service-list__item-icon svg {
    width: 50px;
    height: 50px
  }
  .service-list__item_horizontal .service-list__item-body {
    padding: 0
  }
  .service-list__item_horizontal .service-list__item-title br {
    display: none
  }
  .service-list__item_horizontal .service-list__item-img {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 579px;
    height: auto;
    line-height: 0
  }
}
@media (max-width:1850px) {
  .service-list__item-wrap .service-list__item {
    padding: 0 20px
  }
  .service-list__item-title {
    font-size: 30px
  }
}
@media (max-width:1800px) {
  .service-list__item-wrap {
    padding-left: 10px;
    padding-right: 10px
  }
}
@media (max-width:1440px) {
  .service-list__item-icon {
    top: 25px;
    left: 25px
  }
  .service-list__item-body {
    padding-top: 310px;
    padding-bottom: 50px
  }
}
@media (max-width:1240px) {
  .service-list__item-title {
    font-size: 28px;
    line-height: 120%
  }
}
@media (max-width:1200px) {
  .service-list__item-wrap {
    padding-top: 10px;
    padding-bottom: 0
  }
  .service-list__item-title {
    font-size: 24px
  }
  .service-list__item-text {
    font-size: 18px;
    line-height: 120%
  }
  .service-list__text-wrap {
    padding: 50px 30px 30px
  }
}
@media (max-width:1120px) {
  .service-list__item_horizontal .service-list__item-img {
    display: none
  }
}
@media (max-width:1024px) {
  .service-list__item-wrap .service-list__item {
    width: 100%
  }
  .service-list__item {
    width: calc(50% - 40px)
  }
  .service-list__item-icon_big svg {
    width: 40px;
    height: 40px
  }
  .service-list__item_img-bottom .service-list__item-body {
    padding-top: 130px;
    padding-bottom: 280px
  }
  .service-list__item-new:nth-child(n+10) {
    display: flex
  }
  .service-list__item-new {
    width: calc(50% - 40px);
    min-height: 500px
  }
  .service-list__btn-wrap {
    display: none
  }
}
@media (max-width:768px) {
  .service-list__wrap {
    margin: -20px 0 0
  }
  .service-list__list {
    margin: 0 -2.5px
  }
  .service-list__item-wrap .service-list__item {
    margin: 0;
    padding: 0 25px 0 80px
  }
  .service-list__item {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 25px 0 80px
  }
  .service-list__item-img {
    display: none
  }
  .service-list__item-body {
    padding: 25px 0
  }
  .service-list__item-title {
    font-size: 22px;
    line-height: 27px
  }
  .service-list__item_horizontal .service-list__item-title {
    font-size: 28px;
    line-height: 34px
  }
  .service-list__item_horizontal .service-list__item-title br {
    display: none
  }
  .service-list__item_img-bottom .service-list__item-body {
    padding: 25px 0
  }
  .service-list__item-new {
    width: calc(50% - 5px);
    min-height: 280px;
    margin: 5px 2.5px 0
  }
  .service-list__img-wrap {
    height: 112px
  }
  .service-list__text-wrap {
    align-items: flex-start;
    padding: 30px 10px 20px
  }
  .service-list__title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 19px
  }
  .service-list__text {
    font-size: 11px;
    line-height: 15px
  }
  .service-list__price {
    position: static;
    margin-bottom: 12px;
    padding: 4px 6px;
    font-size: 16px;
    line-height: 16px
  }
  .sliders .service-list__item {
    margin: 40px 20px 0;
    padding: 0 25px 0 80px
  }
}
@media (max-width:767px) {
  .service-list__item-wrap {
    padding-left: 5px;
    padding-right: 5px
  }
}
@media (max-width:600px) {
  .service-list__item-desc {
    font-size: 12px;
    line-height: 17px
  }
  .service-list_dev.service-list .slick-track {
    display: flex
  }
  .service-list_dev.service-list .slick-slide {
    height: auto
  }
  .service-list_dev.service-list .service-list__item-icon {
    top: 20px;
    left: 20px
  }
  .service-list_dev.service-list .service-list__item {
    width: 300px!important;
    margin-bottom: 29px!important;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 68px;
    padding-right: 20px
  }
  .service-list_dev.service-list .service-list__item-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px
  }
  .service-list_dev.service-list .service-list__item-text {
    font-size: 12px;
    line-height: 17px
  }
}
@media (max-width:425px) {
  .sliders .service-list__item {
    margin: 20px 15px 29px;
    padding: 0 15px 0 60px
  }
  .sliders .service-list__item-title {
    font-size: 22px
  }
  .sliders .service-list__item-text {
    font-size: 14px;
    line-height: 130%
  }
  .sliders .service-list__item-icon {
    top: 15px;
    left: 15px
  }
}
@media (min-width:769px) and (max-width:1024px) {
  .service-list__item_horizontal {
    width: 100%
  }
}
@media (min-width:769px) and (max-width:1000px) {
  .service-list__item_horizontal .service-list__item-title br {
    display: block
  }
  .service-list__item_horizontal .service-list__item-img {
    width: 449px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/slider-block.css?17738263383836*/
.slider-block {
  position: relative;
  padding-left: 40px;
  padding-right: 40px
}
.slider-block .slick-track {
  display: flex
}
.slider-block .slick-slide {
  height: auto
}
.slider-block::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 250px;
  background: linear-gradient(90deg,#fff 19.16%,rgba(255,255,255,0) 100%);
  z-index: 5
}
.slider-block::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 250px;
  background: linear-gradient(270deg,#fff 19.16%,rgba(255,255,255,0) 100%);
  z-index: 5
}
.slider-block_no-shadow::before,
.slider-block_no-shadow:after {
  display: none
}
.slider-block_sm {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0
}
.slider-block_sm::before,
.slider-block_sm:after {
  display: none
}
.slider-block_nav-mob .slider-block__navigation {
  display: none
}
.slider-block__list {
  display: flex
}
.slider-block__list_5item .slider-block__item {
  flex-shrink: 0;
  width: calc(100% / 5)
}
.slider-block__list_3item .slider-block__item {
  padding: 50px 5px;
  flex-shrink: 0;
  width: calc(100% / 3)
}
.slider-block__item {
  display: flex!important
}
.slider-block__navigation {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none
}
.slider-block__navigation_bottom {
  top: calc(100%);
  justify-content: center;
  gap: 4px;
  transform: none
}
.slider-block--shoft-arrow .slider-block__navigation {
  top: 40%
}
.slider-block .button.slider-block__navigation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  min-width: 57px;
  height: 57px;
  padding: 0;
  color: #00a89b;
  background-color: #fff;
  border: 1px solid #00a89b;
  pointer-events: all
}
.slider-block .button.slider-block__navigation-btn_prev svg {
  transform: rotate(-90deg)
}
.slider-block .button.slider-block__navigation-btn_next svg {
  transform: rotate(90deg)
}
.slider-block .button.slider-block__navigation-btn:focus {
  box-shadow: none!important
}
.slider-block .button.slider-block__navigation-btn:hover {
  color: #fff!important;
  background-color: #00a89b
}
@media (max-width:1550px) {
  .slider-block__list_5item .slider-block__item {
    width: calc(100% / 4)
  }
}
@media (max-width:1400px) {
  .slider-block::before {
    display: none
  }
  .slider-block::after {
    display: none
  }
}
@media (max-width:1150px) {
  .slider-block {
    padding-left: 10px;
    padding-right: 10px
  }
}
@media (max-width:1100px) {
  .slider-block__list_5item .slider-block__item {
    width: calc(100% / 3)
  }
}
@media (max-width:1000px) {
  .slider-block__list_3item .slider-block__item {
    width: calc(100% / 2)
  }
}
@media (max-width:850px) {
  .slider-block__list_5item .slider-block__item {
    width: calc(100% / 2)
  }
}
@media (max-width:768px) {
  .slider-block__list_3item .slider-block__item {
    width: 269px;
    padding: 40px 5px 20px
  }
  .slider-block__navigation {
    position: static;
    top: 0;
    margin-top: 30px;
    justify-content: center;
    gap: 4px;
    transform: none
  }
  .slider-block .button.slider-block__navigation-btn {
    width: 50px;
    min-width: 50px;
    height: 50px
  }
}
@media (max-width:767px) {
  .slider-block {
    padding-left: 10px;
    padding-right: 0
  }
  .slider-block_sm {
    padding-left: 0
  }
  .slider-block_mob-wide .slider-block__list_5item .slider-block__item {
    width: 300px
  }
  .slider-block__list_5item .slider-block__item {
    width: 250px
  }
}
@media (max-width:600px) {
  .slider-block_nav-mob .slider-block__navigation {
    display: flex
  }
  .slider-block_nav-mob .grid-content__item-square {
    width: 250px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/certificates.css?17737420504580*/
.certificates {
  position: relative
}
.certificates__logo {
  position: absolute;
  top: -121px;
  right: 50px;
  content: '';
  width: 588px;
  height: 208px
}
.certificates__list {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 40px
}
.certificates__col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px
}
.certificates__col:nth-child(1) {
  padding-top: 20px
}
.certificates__col:nth-child(3) {
  padding-top: 90px
}
.certificates__col:nth-child(4) {
  padding-top: 200px
}
.certificates__col:nth-child(5) {
  padding-top: 58px;
  margin-bottom: -25px
}
.certificates__frame {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 366px;
  padding: 30px
}
.certificates__frame::after,
.certificates__frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1
}
.certificates__frame::before {
  width: 100%;
  height: 100%;
  border: 3px solid #5c5c5c
}
.certificates__frame::after {
  width: 100%;
  height: 230px;
  top: 0;
  left: 0;
  border-top: 3px solid #00a89b;
  border-right: 3px solid #00a89b
}
.certificates__frame_sm {
  height: 254px
}
.certificates__frame_sm::after {
  height: 172px
}
.certificates__frame-side-text {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  font-family: LitteraPlain,sans-serif;
  transform: rotate(180deg) translate(-4px);
  writing-mode: vertical-lr;
  color: #fff
}
.certificates__frame-numb {
  position: relative;
  z-index: 2;
  margin-top: auto;
  margin-bottom: 10px;
  font-family: Montserrat,sans-serif;
  font-weight: 600;
  font-size: 86px;
  line-height: 86px;
  color: #fff
}
.certificates__frame-numb_sm {
  font-size: 52px
}
.certificates__frame-text {
  position: relative;
  z-index: 2;
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff
}
.certificates__img {
  line-height: 0
}
.certificates__img_rounded {
  border-radius: 10px;
  overflow: hidden
}
.certificates__img img,
.certificates__img picture {
  width: 100%;
  height: auto
}
.certificates__item {
  display: flex;
  flex-direction: column
}
.certificates__item-value {
  margin-bottom: 10px;
  font-family: Montserrat,sans-serif;
  font-weight: 600;
  font-size: 86px;
  line-height: 100%;
  color: #fff
}
.certificates__item-value_sm {
  font-size: 65px
}
.certificates__item-text {
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff
}
.certificates__title {
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #fff
}
.certificates__info-list {
  display: none
}
.certificates__info-item {
  display: flex;
  flex-direction: column
}
.certificates__info-value {
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 105%;
  color: #fff
}
.certificates__info-text {
  font-family: LitteraPlain,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #fff
}
.certificates__pic {
  display: none;
  line-height: 0
}
@media (max-width:1300px) {
  .certificates__list {
    gap: 20px
  }
}
@media (max-width:1024px) {
  .certificates__logo {
    top: -80px;
    width: 450px;
    height: auto
  }
  .certificates__item-value,
  .certificates__item-value_sm {
    font-size: 50px
  }
}
@media (max-width:800px) {
  .certificates__logo {
    position: static;
    max-width: 450px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px
  }
  .certificates__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
  }
  .certificates__col:nth-child(1) {
    padding-top: 0
  }
  .certificates__col:nth-child(3) {
    padding-top: 0
  }
  .certificates__col:nth-child(4) {
    padding-top: 0
  }
  .certificates__col:nth-child(5) {
    padding-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px
  }
  .certificates__col:nth-child(5) .certificates__img {
    width: calc(50% - 5px)
  }
  .certificates__col {
    width: calc(50% - 5px)
  }
  .certificates__frame,
  .certificates__img_hide-mob,
  .certificates__item,
  .certificates__title {
    display: none
  }
  .certificates__info-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px 0
  }
  .certificates__pic {
    display: block;
    margin-top: -68px;
    margin-bottom: -40px
  }
}
/* End */
/* /local/templates/main/assets/bx-styles/seo-block.css?1669622377873 */
/* /local/templates/main/assets/bx-styles/team-info.css?16980611245528 */
/* /local/templates/main/assets/bx-styles/tariffs.css?174168080622990 */
/* /local/templates/main/assets/bx-styles/text-content.css?17550868883141 */
/* /local/templates/main/assets/bx-styles/text-slider.css?17019310968782 */
/* /local/templates/main/assets/bx-styles/feature.css?17737420501272 */
/* /local/templates/main/assets/bx-styles/seo-need.css?17737565922003 */
/* /local/templates/main/assets/bx-styles/seo-cost.css?17737420502449 */
/* /local/templates/main/assets/bx-styles/seo-tariffs.css?17737420504466 */
/* /local/templates/main/assets/bx-styles/seo-features.css?17737420504384 */
/* /local/templates/main/assets/bx-styles/seo-term.css?1773742050775 */
/* /local/templates/main/assets/bx-styles/seo-team.css?17737420501351 */
/* /local/templates/main/assets/bx-styles/seo-cases.css?17737420506014 */
/* /local/templates/main/assets/bx-styles/sliders-action-item.css?17737420503191 */
/* /local/templates/main/assets/bx-styles/service-list.css?177374205011065 */
/* /local/templates/main/assets/bx-styles/slider-block.css?17738263383836 */
/* /local/templates/main/assets/bx-styles/certificates.css?17737420504580 */
