

/* Start:/local/templates/main/assets/bx-styles/online-store-advantages.css?16980611241270*/
.online-store-advantages {
  padding-bottom: 120px
}
.online-store-advantages .section__title {
  font-size: 50px
}
.online-store-advantages__content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 25px
}
.online-store-advantages__item {
  padding-right: 30px
}
.online-store-advantages__item-img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px
}
.online-store-advantages__item-img svg {
  width: 100%;
  height: 100%
}
.online-store-advantages__item-title {
  min-height: 90px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px
}
.online-store-advantages__item-description {
  font-size: 16px;
  line-height: 1.5
}
@media (max-width:1024px) {
  .online-store-advantages .section__title {
    font-size: 28px
  }
  .online-store-advantages__content {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (max-width:768px) {
  .online-store-advantages {
    padding-bottom: 40px
  }
  .online-store-advantages__content {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 40px
  }
  .online-store-advantages__item {
    padding-right: 0
  }
  .online-store-advantages__item-img {
    width: 40px;
    height: 40px
  }
  .online-store-advantages__item-title {
    font-size: 26px;
    min-height: auto
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/online-store-efficiency.css?16980611241143*/
.online-store-efficiency {
  padding-bottom: 120px
}
.online-store-efficiency__heading {
  margin-bottom: 30px
}
.online-store-efficiency .section__head {
  width: 75%
}
.online-store-efficiency__description {
  font-size: 22px;
  line-height: 1.4
}
.online-store-efficiency__content {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 20px
}
.online-store-efficiency__item {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(50,50,50,.2)
}
.online-store-efficiency__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
@media (max-width:768px) {
  .online-store-efficiency {
    padding: 40px 0 60px
  }
  .online-store-efficiency__heading {
    margin-bottom: 20px
  }
  .online-store-efficiency .section__head {
    width: 90%;
    padding-bottom: 30px
  }
  .online-store-efficiency__description {
    font-size: 16px
  }
  .online-store-efficiency__content {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0
  }
  .online-store-efficiency__item:nth-child(even) {
    border-left: none
  }
  .online-store-efficiency__item:nth-child(n+3) {
    border-top: none
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/development-team.css?16980611241100*/
.development-team {
  padding: 100px 0 116px;
  background: url(/local/templates/main/assets/bx-styles/../img/content/development-team-bg.png) 50%/cover no-repeat,linear-gradient(94deg,#252525 .98%,#343434 96.7%);
  color: #fff;
  overflow: hidden
}
.development-team .section__head {
  padding-bottom: 50px
}
.development-team__content {
  display: flex;
  justify-content: space-between
}
.development-team__text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.38
}
.development-team__img {
  width: 824px;
  height: auto;
  flex-shrink: 0;
  margin-top: -48px;
  margin-right: -156px;
  margin-left: 10px
}
@media (max-width:1200px) {
  .development-team__img {
    width: 500px;
    margin: 0
  }
}
@media (max-width:1024px) {
  .development-team__content {
    flex-wrap: wrap
  }
  .development-team__img {
    width: 100%
  }
}
@media (max-width:768px) {
  .development-team {
    padding: 30px 0 15px
  }
  .development-team .section__head {
    padding-bottom: 30px
  }
  .development-team__text {
    font-size: 16px;
    margin-bottom: 40px
  }
  .development-team__img {
    max-width: 345px;
    margin: 0 auto
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/cases.css?17518966436672*/
.cases_clickout .cases__card {
  max-height: none
}
.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/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 */
/* /local/templates/main/assets/bx-styles/online-store-advantages.css?16980611241270 */
/* /local/templates/main/assets/bx-styles/online-store-efficiency.css?16980611241143 */
/* /local/templates/main/assets/bx-styles/development-team.css?16980611241100 */
/* /local/templates/main/assets/bx-styles/cases.css?17518966436672 */
/* /local/templates/main/assets/bx-styles/service-list.css?171405377710199 */
