

/* Start:/local/templates/main/assets/bx-styles/blank-list.css?16802678942004*/
.blank-list__text {
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 20px
}
.blank-list__card {
  box-shadow: 0 54px 130px 50px rgba(0,0,0,.08);
  border-radius: 5px;
  padding: 15px 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 40px
}
.blank-list__card_smm,
.blank-list__card_web {
  box-shadow: 0 40px 60px rgba(0,0,0,.05)
}
.blank-list__card_web:last-child {
  margin-bottom: 0
}
.blank-list__card-title {
  font-family: LitteraPlain,sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  width: 20%;
  vertical-align: middle;
  margin: 15px 0
}
.blank-list__card-title_big {
  width: 278px;
  padding-right: 20px
}
.blank-list__card-text {
  width: 78%;
  border-left: 2px solid #d6c5c5;
  padding-left: 30px
}
@media (max-width:1024px) {
  .blank-list__card {
    display: block;
    padding: 20px
  }
  .blank-list__card-title {
    margin: 0 0 5px;
    width: 100%
  }
  .blank-list__card-text {
    padding-left: 0;
    border: 0;
    width: 100%
  }
}
@media (max-width:768px) {
  .blank-list__text {
    font-size: 16px
  }
  .blank-list__card_smm,
  .blank-list__card_web {
    margin-bottom: 10px
  }
  .blank-list__card_smm .blank-list__card-title,
  .blank-list__card_web .blank-list__card-title {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 20px
  }
  .blank-list__card_smm .blank-list__card-title::after,
  .blank-list__card_web .blank-list__card-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background-color: rgba(50,50,50,.1)
  }
  .blank-list__card_smm .blank-list__card-text,
  .blank-list__card_web .blank-list__card-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 21px
  }
  .blank-list__card-title {
    font-size: 18px
  }
}
@media (max-width:1440px) and (min-width:769px) {
  .blank-list__card-title {
    font-size: 26px
  }
}
/* 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/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/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/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/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/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/blank-list.css?16802678942004 */
/* /local/templates/main/assets/bx-styles/service-list.css?171405377710199 */
/* /local/templates/main/assets/bx-styles/sliders-action-item.css?17062725253086 */
/* /local/templates/main/assets/bx-styles/text-slider.css?17019310968782 */
/* /local/templates/main/assets/bx-styles/text-content.css?16800807822979 */
/* /local/templates/main/assets/bx-styles/cases.css?16850924636620 */
/* /local/templates/main/assets/bx-styles/reviews.css?1666682755826 */
/* /local/templates/main/assets/bx-styles/certificates.css?17500732096074 */
