

/* Start:/local/templates/main/assets/bx-styles/responsibility.css?17019310961488*/
.responsibility__wrap {
  display: flex;
  align-items: flex-start;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 40px 60px 0 rgba(0,0,0,.05);
  padding: 30px;
  margin-bottom: 20px
}
.responsibility__person {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  width: 20%;
  flex-shrink: 0
}
.responsibility__person svg {
  width: 52px;
  height: 52px;
  margin-right: 30px;
  flex-shrink: 0
}
.responsibility__list {
  padding-top: 10px
}
.responsibility__list li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-left: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-left: 2px solid #e6efe6;
  position: relative
}
.responsibility__list li:not(:last-child) {
  margin-bottom: 20px
}
@media (max-width:900px) {
  .responsibility__wrap {
    flex-direction: column
  }
  .responsibility__person {
    font-size: 24px;
    margin-bottom: 20px
  }
  .responsibility__person svg {
    width: 42px;
    height: 42px
  }
  .responsibility__list li {
    border-left: none;
    padding-left: 0
  }
  .responsibility__list li::after {
    content: '';
    position: absolute;
    width: 76px;
    height: 2px;
    background-color: #e6efe6;
    top: -10px;
    left: 0
  }
}
@media (max-width:768px) {
  .responsibility__person {
    font-size: 20px
  }
  .responsibility__person svg {
    width: 36px;
    height: 36px
  }
  .responsibility__list li {
    font-size: 14px
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/platform.css?1701931096867*/
.platform__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 40px
}
.platform__wrap {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  width: 100%;
  grid-gap: 20px;
  margin-bottom: 20px
}
.platform__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  height: 121px;
  font-size: 20px;
  font-weight: 400;
  line-height: 116.5%;
  text-align: center
}
@media (max-width:1024px) {
  .platform__wrap {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .platform__title {
    font-size: 20px;
    margin-bottom: 20px
  }
  .platform__wrap {
    grid-template-columns: repeat(2,1fr)
  }
  .platform__item {
    height: 105px
  }
}
@media (max-width:500px) {
  .platform__wrap {
    grid-template-columns: repeat(1,1fr)
  }
}
/* 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/service-list.css?175810911810181*/
.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;
}
.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 */
/* /local/templates/main/assets/bx-styles/responsibility.css?17019310961488 */
/* /local/templates/main/assets/bx-styles/platform.css?1701931096867 */
/* /local/templates/main/assets/bx-styles/text-slider.css?17019310968782 */
/* /local/templates/main/assets/bx-styles/service-list.css?175810911810181 */
