

/* Start:/local/templates/main/assets/bx-styles/text-content.css?16800807822979*/
.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_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: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/tasks.css?17320887265898*/
.tasks {
  overflow: hidden;
  position: relative;
  height: 680px;
  background-image: url(/local/templates/main/assets/bx-styles/../img/content/target/space1.png),url(/local/templates/main/assets/bx-styles/../img/content/target/space2.png),linear-gradient(273.98deg,#626262 -3.04%,#272727 55.4%,#000 107.9%);
  background-repeat: no-repeat,no-repeat;
  background-position: left top,right top;
  border-radius: 60px
}
.tasks__img {
  position: absolute;
  top: -474px;
  left: -3px;
  width: 1475px;
  height: 1487px;
  max-width: none
}
.tasks__img_circle-active-1 .tasks__circle-up-1 {
  fill: #16d1c3
}
.tasks__img_circle-active-1 .tasks__circle-down-1 {
  fill: #23e4d5
}
.tasks__img_circle-active-2 .tasks__circle-up-2 {
  fill: #16d1c3
}
.tasks__img_circle-active-2 .tasks__circle-down-2 {
  fill: #23e4d5
}
.tasks__img_circle-active-3 .tasks__circle-up-3 {
  fill: #16d1c3
}
.tasks__img_circle-active-3 .tasks__circle-down-3 {
  fill: #23e4d5
}
.tasks__img_circle-active-4 .tasks__circle-down-4,
.tasks__img_circle-active-4 .tasks__circle-up-4 {
  fill: #fff
}
.tasks__img-sm {
  display: none
}
.tasks__img-cone {
  position: absolute;
  bottom: 71px;
  left: 388px
}
.tasks__circle-down-1,
.tasks__circle-down-2,
.tasks__circle-down-3,
.tasks__circle-down-4,
.tasks__circle-up-1,
.tasks__circle-up-2,
.tasks__circle-up-3,
.tasks__circle-up-4 {
  transition: fill .35s
}
.tasks__text-block {
  height: 100%;
  padding-top: 80px;
  padding-left: 1018px
}
.tasks__title {
  max-width: 510px;
  margin-bottom: 70px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #fff
}
.tasks__item {
  position: relative
}
.tasks__item.active svg {
  transform: rotate(180deg)
}
.tasks__item.active .tasks__header span {
  color: #fff
}
.tasks__item.move-up .tasks__text {
  display: block;
  visibility: hidden
}
.tasks__item:nth-child(2) .tasks__line {
  width: 200px;
  height: 0
}
.tasks__item:nth-child(3) {
  position: absolute;
  bottom: 264px
}
.tasks__item:nth-child(3) .tasks__line {
  width: 282px
}
.tasks__item:nth-child(4) {
  position: absolute;
  bottom: 187px
}
.tasks__item:nth-child(4) .tasks__line {
  width: 397px
}
.tasks__item:nth-child(5) {
  position: absolute;
  bottom: 105px
}
.tasks__item:nth-child(5) .tasks__line {
  width: 554px
}
.tasks__header {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  cursor: pointer
}
.tasks__header span {
  margin-right: 10px;
  color: rgba(255,255,255,.5)
}
.tasks__header svg {
  margin-left: 10px;
  transition: .5s
}
.tasks__text {
  max-width: 510px;
  padding-top: 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  transition: opacity .35s
}
.tasks__line {
  position: absolute;
  left: -12px;
  top: 15px;
  bottom: 15px;
  border-top: 1px solid rgba(255,255,255,.6);
  border-left: 1px solid rgba(255,255,255,.6);
  transform: translateX(-100%)
}
.tasks__line::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-3px)
}
.tasks__dot {
  position: absolute;
  bottom: 0;
  left: -6px;
  width: 13px;
  height: 13px;
  background: #fff;
  box-shadow: 0 5px 10px 4px rgba(255,255,255,.3);
  border-radius: 50%;
  transform: translate(0,50%)
}
.tasks__dot::before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: '';
  width: 9px;
  height: 9px;
  background: #fff;
  border: 1px solid #323232;
  border-radius: 50%
}
@media (min-width:1070px) {
  .tasks__item.active .tasks__text {
    display: block
  }
  .tasks__text {
    display: none
  }
}
@media (max-width:1550px) {
  .tasks__img {
    left: -257px
  }
  .tasks__img-cone {
    left: 134px
  }
  .tasks__text-block {
    padding-left: 764px
  }
}
@media (max-width:1250px) {
  .tasks__img {
    left: -385px
  }
  .tasks__img-cone {
    left: 6px
  }
  .tasks__text-block {
    padding-left: 637px
  }
}
@media (max-width:1150px) {
  .tasks__title {
    max-width: 400px;
    font-size: 28px;
    line-height: 28px
  }
  .tasks__item:nth-child(3) {
    bottom: 269px
  }
  .tasks__text {
    max-width: 600px;
    padding-top: 6px;
    font-size: 14px;
    line-height: 20px
  }
}
@media (max-width:1070px) {
  .tasks {
    height: 730px;
    background-image: url(/local/templates/main/assets/bx-styles/../img/content/target/space1-sm.png),url(/local/templates/main/assets/bx-styles/../img/content/target/space2-sm.png),linear-gradient(273.98deg,#626262 -3.04%,#272727 55.4%,#000 107.9%);
    background-position: left top,right bottom;
    border-radius: 30px
  }
  .tasks__img {
    display: none
  }
  .tasks__img-sm {
    position: absolute;
    display: block;
    top: 144px;
    left: auto;
    right: 20px;
    width: 257px;
    height: 473px
  }
  .tasks__img-cone {
    display: none
  }
  .tasks__text-block {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 15px
  }
  .tasks__title {
    max-width: 345px;
    margin-bottom: 54px
  }
  .tasks__item.active .tasks__text {
    visibility: visible;
    opacity: 1
  }
  .tasks__item:nth-child(2) {
    position: absolute;
    top: 188px
  }
  .tasks__item:nth-child(3) {
    bottom: auto;
    top: 318px
  }
  .tasks__item:nth-child(4) {
    bottom: auto;
    top: 448px
  }
  .tasks__item:nth-child(5) {
    bottom: auto;
    top: 578px
  }
  .tasks__header {
    font-size: 20px;
    line-height: 20px
  }
  .tasks__header span {
    margin-right: 6px;
    color: #fff
  }
  .tasks__header svg {
    display: none;
    width: 20px;
    height: 20px;
    margin-left: 6px
  }
  .tasks__text {
    display: block
  }
  .tasks__line {
    display: none
  }
}
@media (max-width:768px) {
  .tasks__img-sm {
    right: -106px
  }
  .tasks__text-block {
    padding-left: 15px
  }
  .tasks__text {
    opacity: 1;
    max-width: 430px;
    font-size: 12px;
    line-height: 18px
  }
}
@media (max-width:560px) {
  .tasks__text {
    max-width: 270px;
    padding-top: 3px;
    line-height: 14px
  }
}
/* 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/sliders-action-item.css?17062725253086*/
.sliders-action-item {
  background: #fff;
  color: #000;
  box-shadow: 0 13px 14px rgba(0,0,0,.05);
  padding: 32px 32px 45px;
  border-radius: 5px;
  position: relative;
  transition: .2s;
  margin: 68px 8px;
  height: auto;
  width: calc(33.33333% - 80px)
}
.sliders-action-item:not(.slick-slide) {
  flex-grow: 1
}
.sliders-action-item:first-child:not(.slick-slide) {
  margin-left: 0
}
.sliders-action-item:nth-child(3):not(.slick-slide) {
  margin-right: 0
}
.sliders-action-item:nth-child(n+4):not(.slick-slide) {
  display: none
}
.sliders-action-item.slick-slide {
  height: auto
}
.sliders-action-item:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,.1)
}
.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__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__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__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:1100px) {
  .sliders-action-item {
    width: calc(50% - 80px)
  }
}
@media (max-width:769px) {
  .sliders-action-item:nth-child(n+2):not(.slick-slide) {
    display: none
  }
}
@media (max-width:600px) {
  .sliders-action-item {
    margin: 20px 8px;
    width: 100%
  }
}
@media (max-width:425px) {
  .sliders-action-item {
    margin: 23px 8px
  }
  .sliders-action-item__wrapper {
    min-height: 150px
  }
  .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: 13px;
    line-height: 16px;
    margin-bottom: 16px
  }
  .sliders-action-item__text {
    font-weight: 300;
    font-size: 13px;
    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
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/cases.css?16850924636620*/
.cases__wrap:not(.cases__wrap_fix) .cases__card:not([data-filter-cases^=all]) {
  max-height: 0;
  z-index: -100;
  opacity: 0;
  pointer-events: none
}
.cases__wrap.cases__wrap_fix {
  margin-top: 50px
}
.cases__wrap.cases__wrap_fix .cases__card-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.cases__tabs-wrap {
  width: 100%;
  margin-top: 10px
}
.cases__tabs-wrap ul:not(:last-child) {
  margin-bottom: 30px
}
.cases__cards {
  flex: auto;
  margin-top: -60px
}
.cases__card {
  max-height: 500px;
  position: relative;
  transition: .3s linear
}
.cases__card-inner {
  width: 100%;
  padding-top: 60px
}
.cases__card-image {
  position: absolute;
  flex: auto;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  max-height: 310px;
  display: block
}
.cases__card-image img {
  max-height: 310px
}
.cases__over-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: block
}
.cases__card-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s linear;
  padding: 40px 40px 29px
}
.cases__card-wrap:hover {
  box-shadow: rgba(17,17,26,.1) 0 1px 0,rgba(17,17,26,.1) 0 8px 24px,rgba(17,17,26,.1) 0 16px 48px
}
.cases__card-wrap:not(.cases__card-wrap_theme-dark):not(.cases__card-wrap_theme-grey) .cases__made-link {
  color: currentColor;
  border-bottom-color: rgba(255,255,255,.3)
}
.cases__card-wrap:not(.cases__card-wrap_theme-dark):not(.cases__card-wrap_theme-grey) .cases__made-link:hover {
  border-bottom-color: #fff
}
.cases__card-wrap:not(.cases__card-wrap_theme-dark):not(.cases__card-wrap_theme-grey) .cases__target-title {
  color: currentColor
}
.cases__card-wrap:not(.cases__card-wrap_theme-dark):not(.cases__card-wrap_theme-grey) .cases__link {
  color: currentColor
}
.cases__card-wrap:not(.cases__card-wrap_theme-dark):not(.cases__card-wrap_theme-grey) .cases__link svg {
  stroke: #fff
}
.cases__card-wrap:not(.cases__card-wrap_theme-dark):not(.cases__card-wrap_theme-grey) .cases__target-col:first-child {
  border-bottom: 1px solid rgba(255,255,255,.3)
}
.cases__card-wrap_theme-dark {
  background-color: #000;
  color: #fff
}
.cases__card-wrap_theme-dark:hover {
  box-shadow: rgba(0,168,155,.1) 0 1px 0,rgba(0,168,155,.1) 0 8px 24px,rgba(0,168,155,.1) 0 16px 48px
}
.cases__card-wrap_theme-grey {
  background-color: #f3f3f3;
  color: #323232
}
.cases__card-wrap_theme-grey .cases__target-title {
  color: #323232
}
.cases__card-wrap_theme-green {
  background-color: #00a89b;
  color: #fff
}
.cases__card-wrap_theme-yellow {
  background-color: #ffc540;
  color: #fff
}
.cases__card-wrap_theme-orange {
  background-color: #ffc540;
  background-image: linear-gradient(180deg,#ffc540 0,#f79018 100%);
  color: #fff
}
.cases__card-wrap_theme-blue {
  background-color: #009ee3;
  color: #fff
}
.cases__card-wrap_theme-steel-blue {
  background-color: #2a7d9e;
  color: #fff
}
.cases__card-wrap_theme-blue-light {
  background-color: #d1d8e0;
  color: #fff
}
.cases__card-wrap_theme-green-dark {
  background-color: #446544;
  color: #fff
}
.cases__card-wrap_theme-beige {
  background-color: #e2d9d0;
  color: #323232
}
.cases__card-left {
  width: 100%;
  max-width: 440px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  display: block
}
.cases__link {
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  margin-top: 68px
}
.cases__link span {
  margin-right: 16px
}
.cases__link svg {
  stroke: #000
}
.cases__made {
  margin-bottom: 32px;
  display: flex;
  align-items: center
}
.cases__made-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px
}
.cases__made-title:after {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
  opacity: .3;
  margin-left: 24px
}
.cases__made-list {
  display: flex;
  align-items: center;
  margin: 0 -11px;
  position: relative;
  z-index: 1000;
  flex-wrap: wrap
}
.cases__made-item {
  text-transform: lowercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: block;
  margin: 0 11px
}
.cases__made-link {
  border-bottom: 1px solid rgba(0,168,155,.3);
  color: #00a89b
}
.cases__made-link:hover {
  border-bottom-color: #00a89b
}
.cases__card-title {
  display: block;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 40px
}
.cases__target-col {
  display: flex
}
.cases__target-col:first-child {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(0,0,0,.2);
  margin-bottom: 13px
}
.cases__target-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  min-width: 96px;
  opacity: .6
}
.cases__target-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%
}
.cases__all {
  margin-top: 60px;
  width: 100%;
  max-width: 140px
}
@media (min-width:769px) {
  .cases__target {
    display: flex;
    flex-direction: column
  }
}
@media (min-width:1025px) {
  .cases__wrap:not(.cases__wrap_fix) {
    display: flex;
    align-items: self-start
  }
  .cases__tabs-wrap {
    margin-right: 10px;
    max-width: 220px;
    position: sticky;
    top: 120px
  }
}
@media (max-width:1340px) {
  .cases__card-image {
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    right: 0;
    max-width: 350px
  }
  .cases__card-image img {
    width: 100%
  }
}
@media (max-width:1024px) {
  .cases__tabs-wrap ul:not(:last-child) {
    margin-bottom: 0;
    margin-right: 32px
  }
  .cases__tabs-wrap {
    margin-bottom: 40px;
    display: flex
  }
  .cases__cards {
    margin-top: -40px
  }
  .cases__card-inner {
    padding-top: 40px;
    overflow: hidden
  }
  .cases__card-title {
    font-size: 24px
  }
}
@media (max-width:900px) {
  .cases__card-image {
    max-width: 270px
  }
}
@media (max-width:768px) {
  .cases__wrap.cases__wrap_fix {
    margin-top: 30px
  }
  .cases__cards {
    margin-top: -25px
  }
  .cases__card-inner {
    padding-top: 25px
  }
  .cases__card-image {
    display: none
  }
  .cases__card-wrap {
    padding: 20px
  }
  .cases__card-title br {
    display: none
  }
  .cases__all {
    margin-top: 30px
  }
}
@media (max-width:425px) {
  .cases__link {
    margin-top: 28px
  }
  .cases__card-title {
    margin-bottom: 32px
  }
  .cases__target-col {
    flex-direction: column
  }
  .cases__target-text,
  .cases__target-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/reviews.css?1666682755826*/
.reviews__tabs {
  width: 100%;
  max-width: 120px;
  min-width: 120px;
  margin-right: 80px;
  position: relative;
  z-index: 100
}
.reviews__block {
  flex: auto;
  width: 62.6vw;
  max-width: 940px
}
.reviews__sliders:not([data-filter-reviews^=all]) {
  display: none
}
.reviews__sliders:not([data-filter-reviews^=all]) .sliders__wrap {
  opacity: 0
}
@media (min-width:1241px) {
  .reviews__wrap {
    display: flex
  }
}
@media (max-width:1240px) {
  .reviews__tabs {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
    padding-bottom: 24px
  }
  .reviews__tabs .tabs__item {
    padding: 6px
  }
  .reviews__tabs .tabs__item:not(:last-child) {
    margin-bottom: 5px
  }
  .reviews__block {
    width: 100%;
    max-width: 100%
  }
  .reviews__sliders .sliders__nav {
    top: -110px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/service-list.css?171405377710199*/
.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 {
  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;
  stroke: #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;
  line-height: 100%
}
.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: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__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 {
    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 {
    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: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/certificates.css?17500732096074*/
.certificates {
  color: #fff;
  position: relative
}
.certificates__logo-4px {
  position: absolute;
  top: -50px;
  right: 70px;
  z-index: 5;
  max-width: 36vw
}
.certificates__logo-4px img {
  width: 100%
}
.certificates__wrap {
  position: relative;
  z-index: 10
}
.certificates__col {
  position: relative;
  width: calc(33.33333% - 40px);
  padding-bottom: 20px
}
.certificates__col_1 .certificates__item:not(:last-child) {
  margin-bottom: 86px
}
.certificates__col_2 {
  padding-top: 220px
}
.certificates__col_2 .certificates__item:not(:last-child) {
  margin-bottom: 50px
}
.certificates__col_2 .certificates__number:not(:last-child) {
  margin-bottom: 40px
}
.certificates__col_3 {
  padding-top: 440px
}
.certificates__col_3 .certificates__item:not(:last-child) {
  margin-bottom: 170px
}
.certificates__col_3 .certificates__frame {
  margin-right: auto
}
.certificates__item.certificates__item_logo {
  position: absolute;
  bottom: -5px
}
.certificates__item-img {
  display: block
}
.certificates__item-img_rounded {
  overflow: hidden;
  border-radius: 11px
}
.certificates__item_mob {
  display: none
}
.certificates__frame {
  font-family: Montserrat,sans-serif;
  max-width: 270px;
  height: 400px;
  padding: 35px 35px 40px;
  position: relative
}
.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 rgba(255,255,255,.2)
}
.certificates__frame::after {
  width: 100%;
  height: 230px;
  top: 0;
  left: 0;
  border-top: 3px solid #00a89b;
  border-right: 3px solid #00a89b
}
.certificates__frame-side-text {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  transform: rotate(180deg) translate(-4px);
  writing-mode: vertical-lr
}
.certificates__frame-numb {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 150px;
  line-height: 100%;
  margin-top: 25px
}
.certificates__frame-numb.certificates__frame-numb_md {
  font-weight: 400;
  font-size: 80px;
  margin: 60px 0 25px
}
.certificates__frame-text {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase
}
.certificates__item-img img {
  display: block;
  width: 100%;
  image-rendering: auto
}
.certificates__person {
  margin-top: 30px;
  padding: 0 34px;
  font-weight: 400;
  font-size: 11px;
  line-height: 160%
}
.certificates__person-company {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%
}
.certificates__number {
  font-family: Montserrat,sans-serif;
  padding: 0 34px
}
.certificates__number-numb {
  font-weight: 600;
  font-size: 150px;
  line-height: 100%
}
.certificates__number-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px
}
@media (min-width:601px) {
  .certificates__wrap {
    display: flex;
    justify-content: space-between
  }
  .certificates__numbers {
    display: none
  }
}
@media (min-width:899px) {
  .certificates__item.certificates__item_mobile {
    display: none
  }
}
@media (min-width:901px) {
  .certificates__item.certificates__item_last-dark {
    color: #323232
  }
  .certificates__item.certificates__item_last-dark .certificates__item-img {
    box-shadow: 0 54px 100px rgba(0,0,0,.08)
  }
}
@media (min-width:1025px) {
  .certificates__item.certificates__item_last-dark {
    margin-bottom: 0
  }
}
@media (max-width:1440px) {
  .certificates__col {
    width: calc(33.33333% - 50px)
  }
  .certificates__col_1 .certificates__item:not(:last-child) {
    margin-bottom: 46px
  }
  .certificates__col_2 {
    padding-top: 180px
  }
  .certificates__col_2 .certificates__item:not(:last-child) {
    margin-bottom: 50px
  }
  .certificates__col_2 .certificates__number:not(:last-child) {
    margin-bottom: 30px
  }
  .certificates__col_3 {
    padding-top: 380px
  }
  .certificates__col_3 .certificates__item:not(:last-child) {
    margin-bottom: 19vw
  }
  .certificates__item.certificates__item_logo {
    margin-bottom: -65px
  }
  .certificates__frame {
    height: 360px
  }
  .certificates__frame-numb {
    font-size: 100px
  }
  .certificates__frame-numb.certificates__frame-numb_md {
    font-size: 50px
  }
  .certificates__number-numb {
    font-size: 100px
  }
}
@media (max-width:1024px) {
  .certificates__logo-4px {
    top: 0
  }
  .certificates__col_3 .certificates__item:not(:last-child) {
    margin-bottom: 14vw
  }
}
@media (max-width:900px) {
  .certificates__col {
    width: calc(50% - 30px);
    padding-bottom: 0
  }
  .certificates__col_1 {
    margin-bottom: 25px
  }
  .certificates__col_2 {
    padding-top: 0
  }
  .certificates__col_3 {
    padding-top: 0;
    display: none
  }
  .certificates__person {
    margin-top: 24px;
    padding: 0 15px
  }
  .certificates__number-numb {
    font-size: 50px
  }
}
@media (max-width:768px) {
  .certificates__item-img.js-modal-image {
    pointer-events: none;
    cursor: default
  }
}
@media (max-width:600px) {
  .certificates__logo-4px {
    display: none
  }
  .certificates__col {
    width: 100%
  }
  .certificates__col_1 .certificates__item:not(:last-child) {
    margin-bottom: 30px
  }
  .certificates__col_2 .certificates__item:not(:last-child) {
    margin-bottom: 30px
  }
  .certificates__item_desk {
    display: none
  }
  .certificates__item_mob {
    display: block
  }
  .certificates__frame,
  .certificates__person {
    display: none
  }
  .certificates__numbers {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: -12px -6px 0;
    padding-top: 24px
  }
  .certificates__numbers .certificates__number {
    display: block
  }
  .certificates__number {
    padding: 0;
    margin: 12px 6px 0;
    width: calc(50% - 12px);
    text-align: center;
    display: none
  }
}
@media (max-width:500px) {
  .certificates__number-numb {
    font-size: 40px
  }
}
@media (max-width:1024px) and (min-width:769px) {
  .certificates {
    overflow: hidden
  }
}

/* End */
/* /local/templates/main/assets/bx-styles/text-content.css?16800807822979 */
/* /local/templates/main/assets/bx-styles/tasks.css?17320887265898 */
/* /local/templates/main/assets/bx-styles/tariffs.css?174168080622990 */
/* /local/templates/main/assets/bx-styles/sliders-action-item.css?17062725253086 */
/* /local/templates/main/assets/bx-styles/cases.css?16850924636620 */
/* /local/templates/main/assets/bx-styles/reviews.css?1666682755826 */
/* /local/templates/main/assets/bx-styles/service-list.css?171405377710199 */
/* /local/templates/main/assets/bx-styles/certificates.css?17500732096074 */
