@charset "UTF-8";
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-family: Geologica,sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0;
  font-family: Geologica,sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #2b3437;
  background-color: #f3f3f3;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
@media (max-width:1200px) {
  body {
    font-size: 1rem
  }
}
@media (max-width:576px) {
  body {
    font-size: .875rem
  }
}
.bx-component-scope {
  font-family: Geologica,sans-serif
}
.bx-component-scope * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #262626
}
h1 {
  font-size: 3.75rem
}
h2 {
  font-size: 3rem
}
p {
  margin-top: 0
}
a {
  color: #003055;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
h2.heading-secondary {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 3rem
}
@media (max-width:1200px) {
  h2.heading-secondary {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
  }
}
@media (max-width:768px) {
  h2.heading-secondary {
    font-size: 1.875rem;
    margin-bottom: 2rem
  }
}
@media (max-width:576px) {
  h2.heading-secondary {
    font-size: 1.125rem
  }
}
h2.heading-secondary--noupper {
  text-transform: inherit
}
h2.heading-secondary b {
  font-weight: 500
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .container {
    max-width: 100%
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}
@media (min-width:1400px) {
  .container {
    max-width: 1320px
  }
}
.container-kamaz {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1800px
}
.container-kamaz--small {
  max-width: 1490px
}
@media (max-width:768px) {
  .container-kamaz {
    padding-right: .75rem;
    padding-left: .75rem
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  padding-right: .5rem;
  padding-left: .5rem
}
body.no-scroll {
  overflow: hidden
}
.wrapper {
  position: relative
}
.kamaz-content h3 {
  font-weight: 500;
  font-size: 1.35rem;
  color: #262626;
  margin-bottom: 1rem;
  margin-top: 1.5rem
}
.kamaz-content h3:first-child {
  margin-top: 0
}
@media (max-width:576px) {
  .kamaz-content h3 {
    font-size: .875rem
  }
}
.kamaz-content p {
  margin-bottom: .75rem;
  line-height: 1.3
}
.kamaz-content p b,
.kamaz-content p strong {
  font-weight: 500
}
.kamaz-content a {
  font-weight: 500;
  color: #003055;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}
.kamaz-content a:hover {
  color: #b9242d;
  text-decoration: none
}
.kamaz-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem 0
}
.kamaz-content ul li {
  padding-left: 1rem;
  position: relative
}
.kamaz-content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2b3437;
  font-size: 1.5rem;
  line-height: 1rem;
  top: 0
}
.kamaz-content ol {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem 0
}
.kamaz-content ol li {
  padding-left: 1.5rem;
  position: relative
}
.kamaz-content ol li::before {
  content: "";
  position: absolute;
  left: .25rem;
  top: .5em;
  width: .65em;
  height: .65em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 448'%3E%3Cpolygon points='20.48,0 20.48,448 427.52,224.427' fill='%23D6001C'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat
}
@font-face {
  font-family: Geologica;
  src: url(/local/templates/main/fonts/Geologica-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Geologica;
  src: url(/local/templates/main/fonts/Geologica-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Geologica;
  src: url(/local/templates/main/fonts/Geologica-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
.case {
  position: relative;
  padding-left: 55px
}
.case__title {
  font-size: 6rem;
  font-weight: 700;
  text-transform: uppercase
}
.case__desc {
  font-size: 1rem
}
.case__wrap {
  padding-top: 130px;
  padding-left: 315px;
  position: relative;
  z-index: 20
}
.case__block {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.case__link {
  margin-left: 168px;
  display: inline-block;
  width: 54px;
  height: 54px
}
.case__link svg {
  display: block
}
.case__link:hover {
  background: #ff4c0d
}
.case__link:hover path:first-child {
  fill: transparent
}
.case__bg {
  position: absolute;
  top: 50px;
  left: 318px;
  z-index: 10
}
.case__byte {
  position: absolute;
  top: -115px;
  left: 125px;
  z-index: 10
}
.case--site .case__wrap {
  padding-top: 88px
}
.case--corp .case__wrap {
  padding-top: 78px
}
.case--b2b .case__wrap {
  padding-top: 82px
}
.case--int .case__wrap {
  padding-top: 80px
}
.case--int .case__byte {
  top: 1px
}
.case--crm .case__byte {
  top: -89px
}
.case--ux .case__wrap {
  padding-top: 90px
}
.case--ux .case__byte {
  top: 12px
}
.case--b24 .case__link:hover,
.case--int .case__link:hover {
  background: #30d158
}
.case--site .case__link:hover {
  background: #49bdfd
}
.case--corp .case__link:hover {
  background: #30d158
}
.case--crm .case__link:hover {
  background: #49bdfd
}
.effect {
  position: relative;
  padding-top: 80px;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.effect__wrap {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10
}
.effect p {
  font-size: 1rem;
  color: #3e3f45;
  margin-bottom: 0
}
.effect p + p {
  margin-top: 25px
}
.effect__title {
  color: #0e1516;
  font-size: 3rem;
  line-height: 3.8rem
}
.effect__le,
.effect__ri {
  position: relative;
  z-index: 20
}
.effect__ri {
  margin-left: 127px
}
.implementation {
  position: relative;
  padding-top: 63px;
  padding-bottom: 75px;
  border-bottom: 1px solid #cfcfd0
}
.implementation::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #cfcfd0;
  right: 397px;
  z-index: 20
}
.implementation__bg {
  position: absolute;
  bottom: -7px;
  right: 79px;
  z-index: 10
}
.implementation__le {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 637px
}
.implementation__item {
  width: 318px;
  height: 255px;
  padding: 30px;
  border: 1px solid #cfcfd0
}
.implementation__item:first-child,
.implementation__item:nth-child(3) {
  border-right: none
}
.implementation__item:nth-child(2n) {
  width: 319px;
  border-right: none
}
.implementation__item:last-child,
.implementation__item:nth-child(3) {
  border-top: none
}
.implementation__title {
  font-size: 1rem;
  color: #0e1516;
  display: block;
  margin-top: 6px
}
.implementation__desc {
  color: #3e3f45;
  font-size: .9375rem;
  line-height: 1.2rem;
  margin-top: 6px
}
.implementation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 20
}
.implementation__ri-title {
  font-weight: 700;
  font-size: 2rem;
  color: #0e1516;
  line-height: 2.5rem;
  display: block;
  margin-left: 31px
}
.implementation__ri-desc {
  font-size: 1.25rem;
  color: #0e1516;
  margin-top: 21px;
  margin-left: 32px
}
.implementation__ri-link {
  font-size: 1.125rem;
  color: #0e1516;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #0e1516;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 216px;
  height: 64px;
  margin-left: 30px;
  margin-top: 215px;
  font-family: Geologica;
  background-color: #fff
}
.implementation__ri-link--bottom {
  display: none
}
.implementation__ri-link:hover {
  text-decoration: none;
  background: #ff4c0d;
  color: #fff
}
.implementation__ri-link:hover path {
  fill: #fff
}
.implementation__ri-link svg {
  margin-left: 5px;
  position: relative;
  left: 6px
}
.main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3e3f45;
  padding: 50px 0;
  position: relative
}
.main-form--tech .main-form__form-desc {
  color: #fff
}
.main-form--tech .main-form__form-desc a {
  color: #ff4c0d
}
.main-form--tech .main-form__ri {
  margin-left: 89px
}
.main-form--tech .main-form__le {
  padding-top: 115.5px
}
.main-form__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}
.main-form__le {
  padding-left: 50px;
  padding-top: 89.5px;
  padding-bottom: 72px;
  position: relative;
  z-index: 20
}
.main-form__ri {
  padding: 16px 30px 11px;
  width: 413px;
  margin-left: 127px;
  position: relative;
  z-index: 20;
  border-right: 1px solid #6e6f73;
  border-left: 1px solid #6e6f73
}
.main-form__title {
  font-weight: 700;
  font-size: 2rem;
  color: #fff
}
.main-form__desc {
  font-size: 1.125rem;
  color: #cfcfd0;
  margin-top: 29px
}
.main-form__input {
  width: 353px;
  height: 49px;
  font-size: .9375rem;
  color: #6e6f73;
  border: none;
  border-bottom: 1px solid #9f9fa2;
  background: 0 0;
  padding-left: 13px;
  margin-bottom: 10px;
  font-family: Geologica
}
.main-form__input::-webkit-input-placeholder {
  font-size: .9375rem;
  color: #6e6f73;
  font-family: Geologica
}
.main-form__input::-moz-placeholder {
  font-size: .9375rem;
  color: #6e6f73;
  font-family: Geologica
}
.main-form__input:-ms-input-placeholder {
  font-size: .9375rem;
  color: #6e6f73;
  font-family: Geologica
}
.main-form__input::-ms-input-placeholder {
  font-size: .9375rem;
  color: #6e6f73;
  font-family: Geologica
}
.main-form__input::placeholder {
  font-size: .9375rem;
  color: #6e6f73;
  font-family: Geologica
}
.main-form__file {
  display: none
}
.main-form__btn {
  font-size: 1.125rem;
  color: #fff;
  padding: 15px 30px;
  background: #ff4c0d;
  border: none;
  margin-top: 12px;
  font-family: Geologica
}
.main-form__btn:hover {
  cursor: pointer;
  color: #0e1516;
  background: #fff
}
.main-form__btn--b24 {
  background: #30d158
}
.main-form__btn--site {
  background: #49bdfd
}
.main-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  cursor: pointer
}
.main-form__label span {
  color: #ff4c0d;
  font-size: .9375rem
}
.main-form__label svg {
  margin-left: 9px;
  margin-right: 7px
}
.main-form__label--b24 span {
  color: #30d158
}
.main-form__label--b24 path {
  fill: #30d158
}
.main-form__label--site span {
  color: #49bdfd
}
.main-form__label--site path {
  fill: #49bdfd
}
.main-form__form-desc {
  font-size: .75rem;
  color: #ff4c0d;
  margin-top: 12px
}
.main-form__form-desc--b24 {
  color: #fff
}
.main-form__form-desc--b24 a {
  color: #30d158
}
.main-form__form-desc--site {
  color: #fff
}
.main-form__form-desc--site a {
  color: #49bdfd
}
.main-form--site .main-form__le {
  padding-top: 71.5px
}
.main-form--site .main-form__ri {
  margin-left: 85px
}
.main-form--comm .main-form__ri {
  margin-left: 88px
}
.main-form--comm .main-form__le {
  padding-top: 115.5px
}
.main-form--comm .main-form__label span {
  color: #49bdfd
}
.main-form--comm path {
  fill: #49bdfd
}
.main-form--comm .main-form__btn {
  background-color: #49bdfd
}
.main-form--comm .main-form__btn:hover {
  cursor: pointer;
  color: #0e1516;
  background: #fff
}
.main-form--comm .main-form__form-desc {
  color: #fff
}
.main-form--comm .main-form__form-desc a {
  color: #49bdfd
}
.main-form--b2b .main-form__le {
  padding-top: 119.5px
}
.main-form--b2b .main-form__ri {
  margin-left: 90px
}
.main-form--b2b .main-form__form-desc {
  color: #fff
}
.main-form--b2b .main-form__form-desc a {
  color: #ff4c0d
}
.main-form--crm .main-form__form-desc {
  color: #fff
}
.main-form--crm .main-form__form-desc a {
  color: #49bdfd
}
.main-form--crm .main-form__btn {
  background-color: #49bdfd
}
.main-form--crm .main-form__btn:hover {
  cursor: pointer;
  color: #0e1516;
  background: #fff
}
.main-form--crm .main-form__label span {
  color: #49bdfd
}
.main-form--crm .main-form__label path {
  fill: #49bdfd
}
.main-form--crm .main-form__ri {
  margin-left: 90px
}
.main-form--crm .main-form__le {
  padding-top: 113.5px
}
.main-form--ux .main-form__le {
  padding-top: 117.5px
}
.main-form--ux .main-form__ri {
  margin-left: 88px
}
.main-form--ux .main-form__form-desc {
  color: #fff
}
.main-form--ux .main-form__form-desc a {
  color: #ff4c0d
}
.main-form--it .main-form__btn {
  background: #30d158
}
.main-form--it .main-form__btn:hover {
  cursor: pointer;
  color: #0e1516;
  background: #fff
}
.main-form--it .main-form__label path {
  fill: #30d158
}
.main-form--it .main-form__label span {
  color: #30d158
}
.main-form--it .main-form__form-desc {
  color: #fff
}
.main-form--it .main-form__form-desc a {
  color: #30d158
}
.main-form__ri--custom {
  margin-left: 86px;
  padding: 25px 30px 11px
}
.main-form__le--custom {
  padding-top: 78px
}
.main-form--custom {
  padding: 50px 0 45px
}
.numbers {
  padding-top: 80px;
  width: 100%;
  position: relative
}
.numbers__title {
  font-size: 3rem;
  line-height: 3.8rem;
  color: #000
}
.numbers__desc {
  font-size: 1rem;
  color: #3e3f45;
  margin-top: 30px;
  margin-bottom: 30px
}
.numbers__img {
  position: absolute;
  top: 34px;
  right: 0
}
.numbers__wrap {
  z-index: 20;
  position: relative;
  padding-left: 50px
}
.numbers__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  margin-top: 13px;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfd0;
  margin-left: 1px;
  position: relative;
  z-index: 20
}
.numbers__item {
  display: block;
  font-size: .9375rem;
  padding: 20px;
  position: relative;
  white-space: nowrap
}
.numbers__item:hover {
  text-decoration: none
}
.numbers__item--active,
.numbers__item:hover {
  color: #ff4c0d
}
.numbers__item--active::before,
.numbers__item:hover::before {
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: #ff4c0d;
  position: absolute
}
.numbers a.numbers__link-main {
  display: inline-block
}
.numbers a.numbers__link-main svg {
  display: block
}
.numbers a.numbers__link-main:hover {
  background: #ff4c0d
}
.numbers a.numbers__link-main:hover path:first-child {
  fill: transparent
}
.part {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 20
}
.part__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-295px);
  transform: translateX(-295px)
}
.prtf {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 20;
  margin-top: 60px
}
.prtf__wrap {
  width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.prtf img {
  display: block
}
.sidebar {
  background-color: #fff;
  padding-left: 80px;
  padding-top: 30px;
  width: 405px
}
.sidebar__items {
  list-style: none;
  padding: 0;
  margin: 0
}
.sidebar__items a {
  color: #0e1516;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20.5px 20px;
  border-bottom: 1px solid #cfcfd0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center
}
.sidebar__items a:hover {
  text-decoration: none
}
.sidebar__nav {
  font-size: 1.125rem;
  padding-top: 41px
}
.sidebar__nav-active a {
  border-color: #ff4c0d
}
.sidebar__nav li:not(.sidebar__nav-active) a {
  width: 305px
}
.sidebar__nav li:not(.sidebar__nav-active) svg {
  opacity: 0
}
.sidebar__nav li:not(.sidebar__nav-active):hover a {
  border-color: #ff4c0d;
  width: unset
}
.sidebar__nav li:not(.sidebar__nav-active):hover a svg {
  opacity: 1
}
.sidebar__phone-label {
  font-size: .9375rem;
  color: #0e1516;
  display: block;
  margin-top: 45px
}
.sidebar__phone-link {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  color: #0e1516;
  margin-top: 8px
}
.sidebar__phone-link:hover {
  color: #ff4c0d
}
.sidebar__social-label {
  font-size: .9375rem;
  color: #0e1516;
  display: block;
  margin-top: 21px
}
.sidebar__social-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px
}
.sidebar__social-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #6e6f73;
  width: 40px;
  height: 40px
}
.sidebar__social-items a + a {
  margin-left: 10px
}
.sidebar__social-items a img,
.sidebar__social-items a span {
  display: block
}
.sidebar__btn {
  border: 1px solid #0e1516;
  padding: 19px 40px;
  font-size: 1.125rem;
  color: #0e1516;
  background: #fff;
  font-family: Geologica;
  margin-top: 44px
}
.sidebar__btn:hover {
  cursor: pointer
}
.sidebar-b24 path {
  fill: #30d158
}
.sidebar-b24 .sidebar__nav-active a {
  border-bottom: 1px solid #30d158
}
.sidebar-corp path {
  fill: #30d158
}
.sidebar-corp .sidebar__nav-active a {
  border-bottom: 1px solid #30d158
}
.sidebar-comm path {
  fill: #49bdfd
}
.sidebar-comm .sidebar__nav-active a {
  border-bottom: 1px solid #49bdfd
}
.sidebar--b2b .sidebar__social-items a,
.sidebar--home .sidebar__social-items a,
.sidebar--tech .sidebar__social-items a,
.sidebar--ux .sidebar__social-items a,
.sidebar--web .sidebar__social-items a {
  background-color: #ff4c0d
}
.sidebar--b2b .sidebar__social-items a:hover,
.sidebar--home .sidebar__social-items a:hover,
.sidebar--tech .sidebar__social-items a:hover,
.sidebar--ux .sidebar__social-items a:hover,
.sidebar--web .sidebar__social-items a:hover {
  background: #0e1516
}
.sidebar--b2b .sidebar__btn:hover,
.sidebar--home .sidebar__btn:hover,
.sidebar--tech .sidebar__btn:hover,
.sidebar--ux .sidebar__btn:hover,
.sidebar--web .sidebar__btn:hover {
  background: #ff4c0d;
  color: #fff
}
.sidebar--b24 .sidebar__btn:hover,
.sidebar--int .sidebar__btn:hover,
.sidebar--it .sidebar__btn:hover {
  background: #30d158;
  color: #fff
}
.sidebar--b24 .sidebar__social-items a,
.sidebar--int .sidebar__social-items a,
.sidebar--it .sidebar__social-items a {
  background: #30d158
}
.sidebar--b24 .sidebar__social-items a:hover,
.sidebar--int .sidebar__social-items a:hover,
.sidebar--it .sidebar__social-items a:hover {
  background: #0e1516
}
.sidebar--b24 .sidebar__phone-link:hover,
.sidebar--int .sidebar__phone-link:hover,
.sidebar--it .sidebar__phone-link:hover {
  color: #30d158
}
.sidebar--b24 .sidebar__nav li:not(.sidebar__nav-active):hover a,
.sidebar--b24 li.sidebar__nav-active a,
.sidebar--int .sidebar__nav li:not(.sidebar__nav-active):hover a,
.sidebar--int li.sidebar__nav-active a,
.sidebar--it .sidebar__nav li:not(.sidebar__nav-active):hover a,
.sidebar--it li.sidebar__nav-active a {
  border-color: #30d158;
  width: unset
}
.sidebar--b24 .sidebar__nav li:not(.sidebar__nav-active):hover a path,
.sidebar--b24 li.sidebar__nav-active a path,
.sidebar--int .sidebar__nav li:not(.sidebar__nav-active):hover a path,
.sidebar--int li.sidebar__nav-active a path,
.sidebar--it .sidebar__nav li:not(.sidebar__nav-active):hover a path,
.sidebar--it li.sidebar__nav-active a path {
  fill: #30d158
}
.sidebar--comm .sidebar__btn:hover,
.sidebar--crm .sidebar__btn:hover,
.sidebar--site .sidebar__btn:hover {
  background: #49bdfd;
  color: #fff
}
.sidebar--comm .sidebar__social-items a,
.sidebar--crm .sidebar__social-items a,
.sidebar--site .sidebar__social-items a {
  background: #49bdfd
}
.sidebar--comm .sidebar__social-items a:hover,
.sidebar--crm .sidebar__social-items a:hover,
.sidebar--site .sidebar__social-items a:hover {
  background: #0e1516
}
.sidebar--comm .sidebar__phone-link:hover,
.sidebar--crm .sidebar__phone-link:hover,
.sidebar--site .sidebar__phone-link:hover {
  color: #49bdfd
}
.sidebar--comm .sidebar__nav li:not(.sidebar__nav-active):hover a,
.sidebar--crm .sidebar__nav li:not(.sidebar__nav-active):hover a,
.sidebar--site .sidebar__nav li:not(.sidebar__nav-active):hover a {
  border-color: #49bdfd;
  width: unset
}
.sidebar--comm .sidebar__nav li:not(.sidebar__nav-active):hover a path,
.sidebar--crm .sidebar__nav li:not(.sidebar__nav-active):hover a path,
.sidebar--site .sidebar__nav li:not(.sidebar__nav-active):hover a path {
  fill: #49bdfd
}
.sidebar--corp .sidebar__btn:hover {
  background: #30d158;
  color: #fff
}
.sidebar--corp .sidebar__social-items a {
  background: #30d158
}
.sidebar--corp .sidebar__social-items a:hover {
  background: #0e1516
}
.sidebar--corp .sidebar__phone-link:hover {
  color: #30d158
}
.sidebar--corp .sidebar__nav li:not(.sidebar__nav-active):hover a,
.sidebar--corp li.sidebar__nav-active a {
  border-color: #30d158;
  width: unset
}
.sidebar--corp .sidebar__nav li:not(.sidebar__nav-active):hover a path,
.sidebar--corp li.sidebar__nav-active a path {
  fill: #30d158
}
.statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  padding-top: 31px;
  position: relative;
  z-index: 20
}
.statistics__item-title {
  font-size: 4.5rem;
  color: #ff4c0d
}
.statistics__item-desc {
  font-size: 1rem;
  color: #3e3f45;
  display: block
}
.statistics__item + .statistics__item {
  margin-left: 113px
}
.system {
  position: relative;
  z-index: 20
}
.system__wrap {
  position: relative;
  z-index: 10
}
.system__title {
  font-size: 3rem;
  line-height: 3.8rem;
  color: #0e1516;
  margin-top: 100px;
  margin-left: 50px;
  display: block
}
.system__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #3e3f45;
  margin-top: 25px;
  position: relative
}
.system__bg {
  position: absolute;
  top: 6px;
  left: 1px;
  z-index: 10
}
.system__item {
  width: 478px;
  height: 271px;
  padding: 32.5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 20
}
.system__item:hover {
  padding: 0;
  display: block
}
.system__item:hover .system__item-title {
  display: none
}
.system__item:hover .system__item--active {
  display: block
}
.system__item--s {
  display: none
}
.system__item:first-child {
  border-right: 1px solid #6e6f73;
  border-bottom: 1px solid #6e6f73
}
.system__item:last-child {
  border-left: 1px solid #6e6f73;
  border-top: 1px solid #6e6f73
}
.system__item:last-child,
.system__item:nth-child(2) {
  border-right: 1px solid #6e6f73
}
.system__item-title {
  color: #ff4c0d;
  font-size: 2rem
}
.system__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.system__item-block > div + div {
  margin-left: 64px
}
.system__item--active {
  display: none;
  background-color: #ff4c0d;
  height: 100%;
  width: 100%;
  padding: 32.5px 30px
}
.system__item a {
  color: #fff;
  font-size: .875rem;
  display: block
}
.system__item a + a {
  margin-top: 23px
}
.stack {
  background: #fff;
  padding-left: 30px;
  padding-top: 60px;
  padding-bottom: 80px
}
.stack__title {
  font-size: 6rem;
  text-transform: uppercase;
  color: #0e1516;
  font-weight: 700
}
.stack__desc {
  color: #3e3f45;
  font-size: 1rem;
  margin-left: 309px;
  margin-top: 14px
}
.stack__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px
}
.stack__body + .stack__body {
  margin-top: 34px
}
.stack__body-title {
  font-size: 1.25rem;
  color: #0e1516;
  display: block;
  margin-bottom: 11px
}
.stack__body-desc {
  color: #3e3f45;
  font-size: .9375rem;
  display: block;
  margin-bottom: 0
}
.stack__body-items {
  margin-top: 10px;
  width: 925px;
  border-collapse: collapse;
  border: 1px solid #cfcfd0
}
.stack__body-items td {
  border: 1px solid #cfcfd0;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem
}
.stack__body-items td:first-child,
.stack__body-items td:last-child {
  cursor: pointer
}
.question {
  position: relative;
  background: #3e3f45;
  padding: 50px 0;
  z-index: 20
}
.question__title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-left: 50px;
  margin-top: 24px;
  padding-bottom: 16px;
  width: 412px
}
.question__desc {
  font-size: .75rem;
  color: #ff4c0d;
  margin: 0;
  margin-top: 13px
}
.question__desc--b24 {
  color: #fff
}
.question__desc--b24 a {
  color: #30d158
}
.question__desc--site {
  color: #49bdfd
}
.question__desc--tech {
  color: #fff
}
.question__desc--tech a {
  color: #ff4c0d
}
.question__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.question__btn {
  padding: 15px 30px;
  font-family: Geologica,sans-serif;
  font-size: 1.125rem;
  display: inline-block;
  background-color: #ff4c0d;
  color: #fff
}
.question__btn:hover {
  color: #0e1516;
  background: #fff
}
.question__btn--b24 {
  background: #30d158
}
.question__btn--site {
  background: #49bdfd
}
.question__ri {
  padding-top: 24px;
  padding-left: 30px;
  width: 413px;
  margin-right: 80px
}
.question__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}
.question__wrap {
  position: relative;
  z-index: 20
}
.question--site {
  padding: 60px 0
}
.question--corp {
  overflow: hidden;
  padding-bottom: 68px
}
.question--corp .question__title {
  margin-top: 35px
}
.question--corp .question__desc {
  color: #30d158
}
.question--corp .question__btn {
  background-color: #30d158
}
.question--corp .question__btn:hover {
  color: #0e1516;
  background: #fff
}
.partners {
  padding-top: 100px
}
.partners__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 957px;
  border: 1px solid #cfcfd0;
  border-right: none;
  margin-top: 50px
}
.partners__item {
  width: 159.17px;
  height: 158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.partners__item:first-child,
.partners__item:nth-child(2),
.partners__item:nth-child(3),
.partners__item:nth-child(4),
.partners__item:nth-child(5),
.partners__item:nth-child(6) {
  border-bottom: 1px solid #cfcfd0
}
.partners__item:first-child,
.partners__item:nth-child(10),
.partners__item:nth-child(11),
.partners__item:nth-child(2),
.partners__item:nth-child(3),
.partners__item:nth-child(4),
.partners__item:nth-child(5),
.partners__item:nth-child(7),
.partners__item:nth-child(8),
.partners__item:nth-child(9) {
  border-right: 1px solid #cfcfd0
}
.partners__item:nth-child(10),
.partners__item:nth-child(2),
.partners__item:nth-child(4),
.partners__item:nth-child(8) {
  border-right: none
}
.partners__item:last-child,
.partners__item:nth-child(6) {
  border-right: none
}
.partners__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px
}
.partners__head-ri {
  margin-left: 237px
}
.partners__head-desc {
  color: #3e3f45;
  font-size: 1rem
}
.partners__head-title {
  font-size: 3rem;
  color: #0e1516;
  line-height: 3.7rem
}
.partners__head-link {
  margin-top: 42px;
  font-size: 1.125rem;
  color: #0e1516;
  font-family: Geologica,sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #0e1516;
  width: 257px;
  height: 64px
}
.partners__head-link:hover {
  text-decoration: none;
  background: #ff4c0d;
  color: #fff
}
.partners__head-link:hover path {
  fill: #fff
}
.partners__head-link svg {
  position: relative;
  right: -11px
}
.partners--b24 .partners__head-link:hover {
  background: #30d158
}
.partners--site .partners__head-link:hover {
  background: #49bdfd
}
.reviews {
  padding-top: 42px;
  padding-left: 30px;
  padding-bottom: 100px
}
.reviews__title {
  font-size: 6rem;
  color: #0e1516;
  text-transform: uppercase;
  font-weight: 700
}
.reviews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.reviews__ri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-left: 362px
}
.reviews__btn {
  border: 1px solid #cfcfd0;
  background: #fff;
  padding: 18px
}
.reviews__btn + .reviews__btn {
  border-left: none
}
.reviews__btn:hover {
  text-decoration: none;
  background: #ff4c0d;
  color: #fff;
  cursor: pointer
}
.reviews__btn:hover path {
  fill: #fff
}
.reviews__items {
  margin-left: -15px;
  margin-top: 35px;
  overflow: hidden
}
.reviews__items-wrap {
  min-width: 5000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.reviews__item {
  width: 400px;
  height: 300px;
  background-color: #fff;
  padding: 20px;
  margin: 0 15px
}
.reviews__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.reviews__item-ri {
  padding-left: 20px;
  padding-top: 9px
}
.reviews__name {
  font-size: 1rem;
  color: #0e1516;
  display: block
}
.reviews__role {
  font-size: .75rem;
  color: #6e6f73;
  display: block;
  margin-top: 8px
}
.reviews__desc {
  font-size: 1rem;
  color: #3e3f45;
  margin-top: 10px;
  line-height: 1.25rem
}
.reviews--tech {
  padding-top: 110px;
  padding-left: 50px
}
.reviews--corp {
  padding-left: 50px;
  padding-top: 100px
}
.reviews--comm {
  padding-top: 107px;
  padding-bottom: 0
}
.reviews--int {
  padding-top: 100px;
  padding-bottom: 6px
}
.reviews--it {
  padding-top: 103px
}
.reviews--b24 .reviews__btn:hover,
.reviews--int .reviews__btn:hover,
.reviews--it .reviews__btn:hover {
  background: #30d158
}
.reviews--comm .reviews__btn:hover,
.reviews--site .reviews__btn:hover {
  background: #49bdfd
}
.reviews--corp .reviews__btn:hover {
  background: #30d158
}
.reviews--custom {
  margin-top: 64px
}
.contacts--tech .contacts__title {
  margin-top: 97px
}
.contacts__title {
  font-size: 3rem;
  color: #0e1516;
  display: block;
  margin-top: 72px;
  margin-left: 30px;
  line-height: 3.6rem
}
.contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 50px
}
.contacts__item {
  width: 260px
}
.contacts__item + .contacts__item {
  margin-left: 59px
}
.contacts__name {
  font-size: .9375rem;
  color: #6e6f73;
  display: block
}
.contacts__value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0e1516;
  font-family: Geologica,sans-serif;
  display: block;
  margin-top: 14px
}
.contacts__map {
  margin-top: 30px
}
.contacts--corp .contacts__title {
  margin-top: 97px
}
.contacts--comm .contacts__title {
  margin-top: 103px
}
.contacts--b2b .contacts__title {
  margin-top: 100px
}
.contacts--int .contacts__title {
  margin-top: 87px
}
.contacts--crm {
  margin-top: 92px
}
.contacts--ux .contacts__title {
  margin-top: 95px
}
.contacts a.contacts__value:hover {
  color: #ff4c0d
}
.contacts--b24 a.contacts__value:hover,
.contacts--int a.contacts__value:hover,
.contacts--it a.contacts__value:hover {
  color: #30d158
}
.contacts--comm a.contacts__value:hover,
.contacts--crm a.contacts__value:hover,
.contacts--site a.contacts__value:hover {
  color: #49bdfd
}
.contacts--corp a.contacts__value:hover {
  color: #30d158
}
.footer__wrap {
  padding: 48px 30px 20px;
  border-bottom: 1px solid #cfcfd0
}
.footer_txt {
  font-weight: lighter;
  font-size: .75rem;
  color: #9f9fa2;
  margin: 0;
  padding: 20px 30px;
  border-bottom: 1px solid #cfcfd0
}
.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer__item {
  width: 169.2px
}
.footer__item + .footer__item {
  margin-left: 20px
}
.footer__item-link {
  font-size: .75rem;
  color: #6e6f73;
  display: block;
  font-family: Geologica,sans-serif
}
.footer__item-link:not(.footer__item-head):hover {
  color: #ff4c0d
}
.footer__item-link:not(.footer__item-head) {
  margin-top: 21px
}
.footer__item-head {
  color: #0e1516;
  font-weight: 700;
  font-size: .9375rem
}
.footer__item-head svg {
  display: none
}
.footer--b24 .footer__item-link:not(.footer__item-head):hover,
.footer--int .footer__item-link:not(.footer__item-head):hover,
.footer--it .footer__item-link:not(.footer__item-head):hover {
  color: #30d158
}
.footer--comm .footer__item-link:not(.footer__item-head):hover,
.footer--crm .footer__item-link:not(.footer__item-head):hover,
.footer--site .footer__item-link:not(.footer__item-head):hover {
  color: #49bdfd
}
.footer--corp .footer__item-link:not(.footer__item-head):hover {
  color: #30d158
}
.header {
  position: fixed;
  height: 69px;
  display: none;
  background: #fff;
  width: 100%;
  padding-left: 11px;
  z-index: 30;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__btn {
  border: none;
  background: #fff
}
.header__le {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.header__call {
  font-size: .75rem;
  color: #0e1516;
  border: 1px solid #0e1516;
  background: #fff;
  padding: 11px 18px;
  white-space: nowrap;
  margin-right: 16px
}
.header__call:hover {
  background: #ff4c0d;
  color: #fff;
  cursor: pointer
}
.header__logo {
  margin-left: 22px;
  display: block
}
.header__logo img {
  width: 106px
}
.header--b24 .header__call:hover,
.header--int .header__call:hover,
.header--it .header__call:hover {
  background: #30d158
}
.header--comm .header__call:hover,
.header--site .header__call:hover {
  background: #49bdfd
}
.header--corp .header__call:hover {
  background: #30d158
}
.site__main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px
}
.site__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.content {
  position: relative;
  width: 1035px;
  height: 7950px;
  overflow: hidden
}
.content-web {
  height: 8300px
}
.content-b24 {
  height: 8744px
}
.content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #cfcfd0;
  z-index: 30
}
.content__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}
.content__wrap {
  position: relative;
  z-index: 20
}
.bread-crumbs {
  padding-top: 30px;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.bread-crumbs a,
.bread-crumbs span {
  font-size: .75rem;
  font-family: Geologica,sans-serif;
  color: #9f9fa2
}
.bread-crumbs a + a,
.bread-crumbs a + span,
.bread-crumbs span + a,
.bread-crumbs span + span {
  margin-left: 7px
}
.bread-crumbs a svg,
.bread-crumbs span svg {
  position: relative;
  top: 2px;
  left: 3px
}
.bread-crumbs span {
  color: #0e1516
}
.bread-crumbs--b2b a:hover,
.bread-crumbs--tech a:hover,
.bread-crumbs--ux a:hover,
.bread-crumbs--web a:hover {
  color: #ff4c0d
}
.bread-crumbs--b24 a:hover,
.bread-crumbs--int a:hover,
.bread-crumbs--it a:hover {
  color: #30d158
}
.bread-crumbs--comm a:hover,
.bread-crumbs--crm a:hover,
.bread-crumbs--site a:hover {
  color: #49bdfd
}
.bread-crumbs--corp a:hover {
  color: #30d158
}
.online {
  position: relative
}
.online__bg {
  position: absolute;
  top: 50px;
  left: 1px;
  z-index: 10
}
.online__wrap {
  position: relative;
  z-index: 20;
  padding-top: 50px;
  padding-left: 50px
}
.online__title {
  font-size: 3rem;
  color: #000;
  display: block
}
.online__desc {
  color: #3e3f45;
  font-size: 1rem;
  margin: 0;
  margin-top: 38px
}
.online__link {
  color: #fff;
  font-size: 1.125rem;
  background-color: #ff4c0d;
  display: inline-block;
  padding: 15px 30px;
  font-family: Geologica,sans-serif;
  margin-top: 32px
}
.online__link--b24 {
  background-color: #30d158
}
.online__link--site {
  background: #49bdfd
}
.online__link--site:hover {
  background: #0e1516
}
.online__link--corp {
  background-color: #30d158;
  margin-top: 37px
}
.online__body {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.online__body-title {
  font-size: 3rem;
  color: #0e1516;
  line-height: 3.8rem
}
.online__body-title--b24,
.online__body-title--site {
  margin-left: 30px
}
.online__body--b24 {
  margin-top: 70px
}
.online__body--tech {
  margin-top: 50px
}
.online__body--site {
  margin-top: 70px
}
.online__btn--site {
  margin-top: 50px
}
.online ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 72.5px
}
.online ul li {
  font-size: 1.25rem;
  color: #0e1516;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}
.online ul li + li {
  margin-top: 30px
}
.online ul span {
  display: inline-block;
  line-height: 1.6rem;
  margin-left: 10px
}
.online--comm .online__title {
  line-height: 3.7rem
}
.online--comm .online__link {
  background-color: #49bdfd
}
.online--b2b .online__wrap {
  padding-top: 95px
}
.online--b2b .online__body-title {
  margin-left: 30px
}
.online--int .online__wrap {
  padding-top: 100px
}
.online--int .online__link {
  background-color: #30d158
}
.online--int .online__body-title {
  margin-left: 30px
}
.online--crm .online__wrap {
  padding-top: 95px
}
.online--crm .online__link {
  background-color: #49bdfd
}
.online--crm .online__body-title {
  margin-left: 30px
}
.online--ux .online__wrap {
  padding-top: 96px
}
.online--ux .online__body {
  margin-top: 73px
}
.online--ux .online__body-title {
  margin-left: 30px
}
.online--it .online__wrap {
  padding-top: 93px
}
.online--it .online__link {
  background-color: #30d158
}
.online--b24 .online__link:hover,
.online--b2b .online__link:hover,
.online--comm .online__link:hover,
.online--corp .online__link:hover,
.online--crm .online__link:hover,
.online--int .online__link:hover,
.online--it .online__link:hover,
.online--site .online__link:hover,
.online--tech .online__link:hover,
.online--ux .online__link:hover,
.online--web .online__link:hover {
  background: #0e1516
}
.online--tech .online__list {
  margin-top: 10px
}
.fast {
  background-color: #f3f3f3;
  margin-top: 35px;
  position: relative;
  z-index: 20;
  border-top: 1px solid #cfcfd0;
  border-bottom: 1px solid #cfcfd0
}
.fast__item {
  width: 301.67px;
  height: 345px;
  padding: 30px
}
.fast__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px
}
.fast__title {
  display: block;
  font-size: 1rem;
  margin-top: 3px
}
.fast__desc {
  margin: 0;
  font-size: .9375rem;
  margin-top: 12px;
  line-height: 1.2rem
}
.teams {
  padding: 50px
}
.teams--b24 {
  background-color: #fff
}
.teams__title {
  font-size: 4.5rem;
  color: #ff4c0d;
  display: block
}
.teams__title--b24 {
  color: #30d158
}
.teams__title--site {
  color: #49bdfd
}
.teams__desc {
  font-size: 1rem;
  color: #3e3f45;
  display: block;
  margin-top: 8px
}
.teams__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.teams__item + .teams__item {
  margin-left: 113px
}
.teams__item + .teams__item--b24 {
  margin-left: 86px
}
.teams--site .teams__item + .teams__item {
  margin-left: 96px
}
.teams--tech {
  background-color: #fff
}
.teams--tech .teams__item + .teams__item {
  margin-left: 86px
}
.teams--corp {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 52px
}
.teams--corp .teams__item + .teams__item {
  margin-left: 86px
}
.teams--comm {
  background-color: #fff;
  padding-top: 0
}
.teams--comm .teams__item + .teams__item {
  margin-left: 86px
}
.teams--comm .teams__title {
  color: #49bdfd
}
.teams--int {
  padding-top: 1px;
  background-color: #f3f3f3
}
.teams--int .teams__item + .teams__item {
  margin-left: 86px
}
.teams--int .teams__title {
  color: #30d158
}
.teams--crm {
  background-color: #fff
}
.teams--crm .teams__item + .teams__item {
  margin-left: 85px
}
.teams--crm .teams__title {
  color: #49bdfd
}
.teams--_2crm {
  padding-top: 3px
}
.teams--_2crm .teams__item + .teams__item {
  margin-left: 85px
}
.teams--_2crm .teams__title {
  color: #49bdfd
}
.teams--ux {
  background-color: #f3f3f3;
  padding-top: 1px
}
.teams--ux .teams__item + .teams__item {
  margin-left: 86px
}
.teams--corp .teams__title {
  color: #30d158
}
.teams--it .teams__title {
  color: #30d158
}
.cycle {
  position: relative;
  z-index: 20;
  background-color: #3e3f45;
  overflow: hidden
}
.cycle__bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 40px
}
.cycle__wrap {
  position: relative;
  z-index: 20
}
.cycle__title {
  font-size: 1.25rem;
  color: #ff4c0d;
  display: block
}
.cycle__title svg {
  display: none
}
.cycle__title .cycle__title--b {
  display: none
}
.cycle__title .cycle__title--a {
  display: block
}
.cycle__desc {
  color: #9f9fa2;
  font-size: .9375rem;
  margin: 0;
  margin-top: 12px
}
.cycle__link {
  display: block;
  margin-top: 16px;
  font-family: Geologica,sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.cycle__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 955px
}
.cycle__item {
  width: 50%;
  padding: 53px 50px 39px;
  border-right: 1px solid #6e6f73;
  border-bottom: 1px solid #6e6f73
}
.cycle__item--active .cycle__title--a {
  display: none
}
.cycle__item--active .cycle__title--b {
  display: block
}
.cycle__item .cycle__link--a {
  display: none
}
.cycle__item .cycle__link--b {
  display: block
}
.cycle__item path {
  fill: #ff4c0d
}
.cycle__item--active,
.cycle__item:hover {
  background-color: #ff4c0d
}
.cycle__item--active path,
.cycle__item:hover path {
  fill: #fff
}
.cycle__item--active .cycle__link--a,
.cycle__item:hover .cycle__link--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.cycle__item--active .cycle__link--b,
.cycle__item:hover .cycle__link--b {
  display: none
}
.cycle__item--active .cycle__desc,
.cycle__item--active .cycle__link,
.cycle__item--active .cycle__title,
.cycle__item:hover .cycle__desc,
.cycle__item:hover .cycle__link,
.cycle__item:hover .cycle__title {
  color: #fff
}
.cycle__item--active .cycle__link,
.cycle__item:hover .cycle__link {
  border-bottom: 1px solid #fff
}
.cycle--site .cycle__link,
.cycle--site .cycle__title {
  color: #49bdfd
}
.cycle--site path {
  fill: #49bdfd
}
.cycle--site .cycle__item {
  padding: 50px 50px 39px
}
.cycle--site .cycle__item--active,
.cycle--site .cycle__item:hover {
  background-color: #49bdfd
}
.complexity {
  padding: 50px;
  background: #fff
}
.complexity__item {
  width: 200px
}
.complexity__item + .complexity__item {
  margin-left: 35px
}
.complexity__item:nth-child(4) + .complexity__item {
  margin-left: 0
}
.complexity__item:first-child {
  margin-bottom: 54px
}
.complexity__items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.complexity__caps {
  color: #0e1516;
  font-size: 2rem;
  font-weight: 700
}
.complexity__title {
  font-size: .875rem;
  color: #0e1516;
  display: block;
  margin-top: 5px
}
.complexity__desc {
  font-size: .75rem;
  margin: 0;
  color: #3e3f45;
  margin-top: 14px
}
.start {
  position: relative;
  z-index: 20
}
.start__items {
  width: 955px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px;
  border-top: 1px solid #cfcfd0
}
.start__item {
  width: 318.33px;
  height: 255px;
  padding: 30px 30px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #cfcfd0
}
.start__title {
  font-size: 1rem;
  color: #0e1516;
  display: block;
  margin-top: 7px
}
.start__desc {
  color: #3e3f45;
  font-size: .9375rem;
  margin: 0;
  margin-top: 15px
}
.start__link {
  background: #ff4c0d;
  font-size: 1.125rem;
  font-family: Geologica,sans-serif;
  color: #fff;
  padding: 18px 0;
  text-align: center
}
.start__link:hover {
  background: #0e1516
}
.start__txt-title {
  color: #0e1516;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-top: 32px
}
.start__txt-desc {
  color: #0e1516;
  font-size: 1.25rem;
  display: block;
  margin: 0;
  margin-top: 27px
}
.start--site .start__link {
  background: #49bdfd
}
.start--site .start__link:hover {
  background: #0e1516
}
.start--site .start__items {
  margin-top: 90px
}
.start--site .start__item {
  background-color: #f3f3f3;
  position: relative
}
.start--site .start__item:first-child::before,
.start--site .start__item:nth-child(2)::before,
.start--site .start__item:nth-child(4)::before,
.start--site .start__item:nth-child(5)::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -1px;
  width: 1px;
  background-color: #cfcfd0;
  z-index: 100
}
.problems__head {
  padding-top: 50px;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.problems__head-title {
  color: #3e3f45;
  font-size: 1rem;
  margin-bottom: 50px
}
.problems__head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.problems__head-wrap a {
  display: inline-block;
  width: 54px;
  height: 54px
}
.problems__head-wrap a:hover {
  background: #30d158
}
.problems__head-wrap a:hover path:first-child {
  fill: transparent
}
.problems__head-wrap a + a {
  margin-left: 7px
}
.problems__caps {
  font-size: 3rem;
  color: #0e1516;
  display: block;
  margin-left: 218px;
  line-height: 3.7rem
}
.problems__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px
}
.problems__item {
  width: 318.33px;
  height: 384px;
  padding-top: 35px;
  padding-left: 19px;
  padding-right: 19px;
  border-bottom: 1px solid #cfcfd0;
  border-top: 1px solid #cfcfd0
}
.problems__item-head {
  width: 280px;
  height: 168px;
  background-color: #fff
}
.problems__item-title {
  color: #0e1516;
  font-size: 1rem;
  display: block;
  margin-top: 14px
}
.problems__item-desc {
  font-size: .875rem;
  color: #3e3f45;
  margin: 0;
  margin-top: 11px;
  line-height: 1.2rem
}
.problems--site .problems__items {
  margin-top: 56px
}
.problems--site .problems__item-title {
  margin-top: 16px
}
.problems--site .problems__item {
  height: 540px
}
.problems--site .problems__item--ul {
  font-size: .875rem;
  color: #3e3f45;
  padding-left: 24px;
  margin: 0;
  margin-top: 26px
}
.problems--site .problems__item--ul li + li {
  margin-top: 4px
}
.key__head {
  padding-left: 50px;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.key__head-title {
  font-size: 3rem;
  color: #0e1516;
  width: 905px;
  line-height: 3.6rem
}
.key__head-link {
  font-family: Geologica,sans-serif;
  font-size: 1.125rem;
  color: #fff;
  display: inline-block;
  background-color: #30d158;
  min-width: 207px;
  margin-right: 78px;
  margin-top: 10px;
  padding: 15px 30px
}
.key__head-link:hover {
  background-color: #0e1516
}
.key__body {
  position: relative;
  z-index: 20;
  margin-top: 30px
}
.key__body-body {
  background-color: #fff
}
.key__body-head {
  padding-right: 80px;
  padding-left: 50px;
  background-color: #3e3f45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1035px;
  height: 65px;
  border-bottom: 1px solid #cfcfd0
}
.key__body-head--active {
  background: #f3f3f3
}
.key__body-head--active .key__body-title {
  color: #0e1516
}
.key__body-title {
  font-size: 1.25rem;
  color: #fff
}
.key__item {
  width: 318px;
  height: 255px;
  padding: 30px;
  border-bottom: 1px solid #cfcfd0;
  border-right: 1px solid #cfcfd0
}
.key__title {
  color: #0e1516;
  font-size: 1rem;
  display: block;
  margin-top: 7px
}
.key__desc {
  margin: 0;
  font-size: .9375rem;
  color: #3e3f45;
  margin-top: 11px;
  line-height: 1.2rem
}
.key__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.key--site .key__head {
  padding-top: 84px
}
.key--tech .key__item {
  border-right: none
}
.key--tech .key__item:first-child,
.key--tech .key__item:nth-child(2),
.key--tech .key__item:nth-child(3) {
  border-top: 1px solid #cfcfd0
}
.key--tech .key__body-body {
  background: 0 0;
  margin-top: 50px
}
.key--tech .key__head-link {
  background: #ff4c0d
}
.key--tech .key__head-link:hover {
  background: #0e1516
}
.key--tech .key__head {
  padding-left: 30px
}
.key--tech .key__head-link {
  margin-right: 100px;
  margin-top: 4px
}
.key_2--tech .key__head {
  padding-left: 50px
}
.key_2--tech .key__head-link {
  margin-right: 80px
}
.key--crm .key__head {
  padding-left: 32px;
  padding-top: 100px
}
.key--crm .key__head-link {
  margin-right: 100px;
  margin-top: 0
}
.key--crm .key__body {
  margin-top: 50px
}
.key--crm .key__item-crm {
  width: 318px;
  padding: 30px;
  padding-bottom: 0;
  padding-right: 0;
  border-bottom: 1px solid #cfcfd0
}
.key--crm .key__item-crm:first-child {
  height: 206px
}
.key--crm .key__item-crm:first-child,
.key--crm .key__item-crm:nth-child(2),
.key--crm .key__item-crm:nth-child(3) {
  border-top: 1px solid #cfcfd0
}
.key--crm .key__item-crm:nth-child(4) {
  height: 225px
}
.key--crm .key__body-body {
  background-color: transparent
}
.key--site .key__head-link {
  background: #49bdfd
}
.key--site .key__head-link:hover {
  background-color: #0e1516
}
.key--crm .key__head-link {
  background: #49bdfd
}
.key--crm .key__head-link:hover {
  background-color: #0e1516
}
.key--it .key__head-link {
  background: #30d158
}
.key--it .key__head-link:hover {
  background-color: #0e1516
}
.stages__head-title {
  font-size: 2rem;
  color: #0e1516;
  font-weight: 700;
  display: block;
  padding-top: 85px;
  padding-left: 50px;
  padding-bottom: 30px
}
.stages__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.stages__body-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  color: #6e6f73;
  width: 318px;
  padding-bottom: 17px;
  padding-left: 50px;
  font-size: .875rem;
  border-bottom: 1px solid #cfcfd0
}
.stages__body-link + .stages__body-link {
  margin-top: 16px
}
.stages__body-link span:first-child {
  margin-right: 12px
}
.stages__body-link span:last-child {
  display: inline-block
}
.stages__body-link--active,
.stages__body-link:hover {
  color: #0e1516;
  border-bottom: 1px solid #30d158
}
.stages__body-ri {
  background-color: #3e3f45;
  padding: 35px 50px;
  position: relative;
  min-width: 717px
}
.stages__ri-title {
  display: block;
  font-weight: 700;
  font-size: 6rem;
  color: #30d158
}
.stages__ri-desc {
  font-size: 1.25rem;
  color: #fff;
  display: block;
  margin-top: 25px
}
.stages__ri-ul {
  color: #fff;
  font-size: .9375rem;
  padding-left: 25px;
  margin-top: 23px
}
.stages__ri-ul li {
  margin-bottom: 16px
}
.stages__ri-total {
  font-size: .9375rem;
  color: #fff;
  margin: 0;
  margin-top: 50px
}
.stages__ri-wrap {
  position: relative;
  z-index: 20
}
.stages__ri-bg {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 78px
}
.stages--site .stages__body-link--active {
  border-color: #49bdfd
}
.stages--site .stages__ri-title {
  color: #49bdfd
}
.stages--site .stages__head-title {
  padding-top: 80px
}
.stages--site .stages__body-link {
  padding: 0;
  height: 42.75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 52px
}
.stages--site .stages__body-link:hover {
  color: #0e1516;
  border-bottom: 1px solid #49bdfd
}
.stages--site .stages__ri-desc {
  margin-top: 21px
}
.stages--site .stages__ri-ul {
  margin-top: 17px
}
.stages--site .stages__body-ri {
  padding: 35px 50px 0
}
.stages--tech {
  overflow: hidden
}
.stages--tech .stages__head-title {
  padding-top: 100px
}
.stages--tech .stages__body-link--active,
.stages--tech .stages__body-link:hover {
  border-color: #ff4c0d
}
.stages--tech .stages__ri-title {
  color: #ff4c0d
}
.stages--tech .stages__body-ri {
  min-height: 382px
}
.stages--tech .stages__ri-total {
  margin-top: 58px
}
.stages--corp .stages__head-title {
  padding-top: 105px;
  padding-bottom: 30px
}
.stages--corp .stages__body-link + .stages__body-link {
  padding-bottom: 4px
}
.stages--corp .stages__body-ri {
  overflow: hidden
}
.stages--comm .stages__head-title {
  padding-top: 100px
}
.stages--comm .stages__body-link--active,
.stages--comm .stages__body-link:hover {
  border-color: #49bdfd
}
.stages--comm .stages__ri-title {
  color: #49bdfd
}
.stages--comm .stages__body-ri {
  overflow: hidden
}
.stages--comm .stages__body-link {
  padding-bottom: 7px
}
.stages--int .stages__body-link {
  padding: 9px 0 11px;
  padding-right: 0;
  padding-left: 50px
}
.stages--int .stages__ri-bg {
  top: 2px
}
.stages--ux {
  position: relative;
  z-index: 20
}
.stages--ux .stages__head-title {
  padding-top: 105px
}
.stages--ux .stages__body-link--active {
  border-color: #ff4c0d
}
.stages--ux .stages__body-link {
  background-color: #f3f3f3;
  padding-top: 3px
}
.stages--ux .stages__body-link:hover {
  color: #0e1516;
  border-bottom: 1px solid #ff4c0d
}
.stages--ux .stages__body-link + .stages__body-link {
  padding-top: 16px;
  margin-top: 0
}
.stages--ux .stages__ri-title {
  color: #ff4c0d
}
.stages--ux .stages__ri-bg {
  top: -1px
}
.stages--ux .stages__ri-desc {
  padding-top: 6px;
  margin-top: 0
}
.stages--it .stages__head-title {
  padding-top: 104px
}
.stages--it .stages__body-link {
  padding-top: 5px
}
.stages--it .stages__body-ri {
  overflow: hidden;
  padding-bottom: 53px
}
.stages--it .stages__body-link--active,
.stages--it .stages__body-link:hover {
  border-color: #30d158
}
.stages--it .stages__ri-title {
  color: #30d158
}
.stages--it .stages__ri-bg {
  top: 1px
}
.stages__body--int {
  margin-top: 35px
}
.stages__body--int .stages__body-link {
  padding: 8px 50px;
  padding-right: 0
}
.approach {
  padding-bottom: 136px
}
.approach__title {
  font-weight: 700;
  font-size: 2rem;
  color: #0e1516;
  padding-top: 100px;
  padding-left: 67px;
  display: block
}
.approach__items {
  padding-top: 52px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.approach__item {
  width: 302px;
  height: 235px;
  padding-left: 30px;
  padding-right: 30px
}
.approach__item + .approach__item {
  margin-left: 17px
}
.approach__item:nth-child(4) {
  margin-left: 0
}
.approach__item:nth-child(4),
.approach__item:nth-child(5),
.approach__item:nth-child(6) {
  margin-top: 50px
}
.approach__item-title {
  color: #0e1516;
  font-size: 1rem;
  display: block;
  margin-top: 8px
}
.approach__item-desc {
  margin: 0;
  font-size: .9375rem;
  color: #3e3f45;
  margin-top: 12px;
  line-height: 1.2rem
}
.approach--corp {
  padding-bottom: 25px
}
.approach--corp .approach__item {
  padding: 30px;
  width: 308.33px;
  padding-left: 20px;
  height: auto;
  padding-bottom: 0;
  border-top: 1px solid #cfcfd0
}
.approach--corp .approach__item:nth-child(4),
.approach--corp .approach__item:nth-child(5),
.approach--corp .approach__item:nth-child(6) {
  margin-top: 25px
}
.approach--corp .approach__title {
  font-size: 3rem;
  font-weight: 400;
  padding-left: 50px;
  padding-top: 3px
}
.approach--corp .approach__items {
  padding-left: 0;
  padding-top: 50px
}
.approach--corp .approach__item-title {
  font-size: 1.25rem;
  color: #0e1516;
  font-weight: 400
}
.approach--corp .approach__item-desc {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.15rem
}
.specialist {
  background: #3e3f45;
  padding-top: 100px;
  position: relative
}
.specialist__bg {
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 10
}
.specialist__wrap {
  position: relative;
  z-index: 20
}
.specialist__head {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.specialist__head-title {
  font-size: 3rem;
  color: #fff;
  line-height: 3.7rem
}
.specialist__head-ri {
  padding-top: 130px;
  padding-left: 110px
}
.specialist__head-ri a {
  display: inline-block;
  width: 54px;
  height: 54px
}
.specialist__head-ri a:hover path:first-child {
  fill: #fff
}
.specialist__head-ri a:last-child {
  margin-left: 10px
}
.specialist__title {
  font-size: 1rem;
  display: block;
  color: #ff4c0d;
  margin-top: 6px
}
.specialist__desc {
  margin: 0;
  font-size: .875rem;
  color: #cfcfd0;
  margin-top: 12px
}
.specialist__body {
  overflow: hidden
}
.specialist__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 9000px
}
.specialist__item {
  width: 318.33px;
  height: 294px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 43px;
  border-top: 1px solid #6e6f73;
  border-right: 1px solid #6e6f73
}
.volume__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  background: #f3f3f3
}
.volume__item {
  width: 477.5px;
  height: 352px;
  padding: 30px;
  border-top: 1px solid #cfcfd0;
  border-bottom: 1px solid #cfcfd0;
  border-right: 1px solid #cfcfd0
}
.volume__title {
  color: #0e1516;
  display: block;
  font-size: 1.25rem
}
.volume__desc {
  font-size: .9375rem;
  color: #3e3f45;
  margin: 0;
  margin-top: 13px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9f9fa2
}
.volume__block-f,
.volume__block-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3e3f45;
  font-size: .875rem
}
.volume__block-f svg,
.volume__block-s svg {
  margin-right: 15px
}
.volume__block-f {
  margin-top: 20px
}
.volume__block-s {
  margin-top: 10px
}
.volume__block-t {
  font-size: 1.25rem;
  display: block;
  margin-top: 23px
}
.volume__btn {
  color: #fff;
  font-size: 1.125rem;
  background: #ff4c0d;
  display: inline-block;
  padding: 15px 30px;
  margin-top: 20px
}
.volume__btn:hover {
  background: #0e1516
}
.volume__t-value {
  background: #6e6f73;
  margin-left: 6px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff
}
.bag {
  background-color: #fff
}
.bag__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.bag__head {
  padding-top: 55px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.bag__head-title {
  color: #0e1516;
  font-size: 3rem
}
.bag__head-desc {
  color: #3e3f45;
  font-size: 1rem;
  margin-left: 178px;
  margin-top: 18px
}
.bag--s .bag__head {
  padding-top: 42px
}
.bag--s .bag__head-desc {
  margin-left: 88px;
  margin-top: 12px
}
.bag__items {
  margin-top: 40px;
  margin-left: 30px
}
.bag__item:not(.bag__item--active) .bag__item-body {
  border-top: 1px solid #cfcfd0;
  border-bottom: 1px solid #cfcfd0
}
.bag__item .bag__item-body {
  border-left: 1px solid #cfcfd0
}
.bag__item:last-child .bag__item-body {
  border-right: 1px solid #cfcfd0
}
.bag__item--active {
  border-left: 2px solid #ff4c0d;
  border-right: 2px solid #ff4c0d;
  border-bottom: 2px solid #ff4c0d
}
.bag__item--active .bag__item-body {
  width: 226px
}
.bag__item--active + .bag__item .bag__item-body {
  border-left: none
}
.bag__item--active .bag__item-head {
  font-size: 1rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff4c0d
}
.bag__item-head {
  height: 40px
}
.bag__item-body {
  width: 231px;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px
}
.bag__title {
  color: #0e1516;
  font-size: 1.25rem;
  display: block
}
.bag__desc {
  color: #3e3f45;
  font-size: .9375rem;
  margin: 0;
  margin-top: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9f9fa2;
  margin-bottom: 20px
}
.bag__btn {
  color: #0e1516;
  font-size: .875rem;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #0e1516;
  text-align: center;
  margin-top: 22px
}
.bag__btn:hover {
  background: #ff4c0d
}
.bag__block-f span,
.bag__block-s span,
.bag__block-t span {
  font-size: .875rem;
  color: #3e3f45
}
.bag__block-f span:last-child,
.bag__block-s span:last-child,
.bag__block-t span:last-child {
  margin-left: 15px
}
.bag__block-price {
  margin-top: 69px
}
.bag__block-price--f {
  margin-top: 24px
}
.bag__block-s,
.bag__block-t {
  margin-top: 11px
}
.bag__block-f,
.bag__block-s,
.bag__block-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.bag__block-site {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end
}
.bag__block-site span {
  font-size: .875rem
}
.bag__block-site span:first-child {
  color: #6e6f73
}
.bag__block-site span:last-child {
  color: #0e1516
}
.bag__block-price {
  font-size: 1.25rem;
  color: #0e1516
}
.bag__block-bid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px
}
.bag__block-bid span:first-child {
  color: #6e6f73;
  font-size: .875rem
}
.bag__block-bid span:last-child {
  font-size: .875rem;
  background-color: #6e6f73;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  margin-left: 11px
}
.support__title {
  color: #0e1516;
  font-size: 3rem
}
.support__desc {
  font-size: 1rem;
  color: #3e3f45;
  margin: 0;
  margin-left: 145px;
  margin-top: 40px
}
.support__head {
  padding-top: 104px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.support__items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 5000px
}
.support__body {
  overflow: hidden
}
.support__item {
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 43px;
  width: 318.33px;
  height: 410px;
  border-top: 1px solid #cfcfd0;
  border-bottom: 1px solid #cfcfd0
}
.support__item-le {
  font-size: .75rem;
  color: #3e3f45
}
.support__item-title {
  color: #3e3f45;
  font-size: 1rem;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px
}
.support__item-f {
  color: #3e3f45;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 8px
}
.support__item-s {
  display: block;
  color: #6e6f73;
  font-size: .75rem;
  margin-bottom: 8px
}
.support__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 6px;
  border-bottom: 1px solid #cfcfd0
}
.support__item-tags {
  margin-top: 30px
}
.support__item-tag {
  display: inline-block;
  color: #ff4c0d;
  padding: 5px;
  border: 1px solid #ff4c0d;
  font-size: .75rem;
  margin-bottom: 5px
}
.brands {
  overflow: hidden
}
.brands__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 5000px;
  margin-top: 50px
}
.brands__item {
  width: 159.17px;
  height: 158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #cfcfd0;
  border-bottom: 1px solid #cfcfd0
}
.brands__item:first-child,
.brands__item:nth-child(odd) {
  border-right: 1px solid #cfcfd0
}
.brands--comm .brands__items {
  margin-top: 0
}
.expertise {
  position: relative;
  z-index: 20
}
.expertise__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 105px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.expertise__title {
  color: #0e1516;
  font-size: 3rem
}
.expertise__link {
  font-size: 1.125rem;
  color: #fff;
  font-family: Geologica,sans-serif;
  background-color: #30d158;
  display: inline-block;
  padding: 15px 30px;
  margin-right: 80px
}
.expertise__link:hover {
  background-color: #0e1516
}
.expertise__body {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.expertise__body-title {
  font-size: 1.25rem;
  color: #fff;
  display: block;
  margin-bottom: 22px
}
.expertise__body-le {
  background-color: #3e3f45;
  width: 477.5px;
  padding: 30px;
  padding-bottom: 20px
}
.expertise__body-p {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px
}
.expertise__body-p span {
  display: block
}
.expertise__body-p span:last-child {
  margin-left: 9px
}
.expertise__body-ri {
  background-color: #fff;
  padding: 30px;
  padding-bottom: 20px
}
.expertise__body-ri .expertise__body-p,
.expertise__body-ri .expertise__body-title {
  color: #3e3f45
}
.expertise__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px
}
.expertise__foot span {
  font-size: .875rem;
  color: #3e3f45;
  line-height: 1.4rem
}
.expertise__foot-le,
.expertise__foot-ri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.expertise__foot-le span:last-child,
.expertise__foot-ri span:last-child {
  margin-left: 10px
}
.expertise__foot-ri {
  margin-left: 60px
}
.expertise--comm .expertise__head {
  padding-top: 90px
}
.expertise--comm .expertise__link {
  background-color: #49bdfd
}
.expertise--comm .expertise__link:hover {
  background: #0e1516
}
.expertise--comm .expertise__body-le {
  background-color: #fff
}
.expertise--comm .expertise__body-le .expertise__body-p,
.expertise--comm .expertise__body-le .expertise__body-title {
  color: #3e3f45
}
.expertise--comm .expertise__body-p {
  margin-bottom: 8px;
  line-height: 1.3rem
}
.expertise--comm .expertise__body-ri {
  width: 477.5px
}
.expertise--comm .expertise__foot {
  margin-top: 1px
}
.expertise--comm .expertise__body-ri {
  background-color: #3e3f45
}
.expertise--comm .expertise__body-ri .expertise__body-p,
.expertise--comm .expertise__body-ri .expertise__body-title,
.expertise--comm .expertise__body-ri span {
  color: #fff
}
.expertise--b2b .expertise__link {
  background-color: #ff4c0d
}
.expertise--b2b .expertise__link:hover {
  background-color: #0e1516
}
.expertise--b2b .expertise__body-le {
  background-color: #fff
}
.expertise--b2b .expertise__body-le .expertise__body-p,
.expertise--b2b .expertise__body-le .expertise__body-title {
  color: #3e3f45
}
.expertise--b2b .expertise__body-ri {
  width: 477.5px;
  background-color: #3e3f45
}
.expertise--b2b .expertise__body-ri .expertise__body-p,
.expertise--b2b .expertise__body-ri .expertise__body-title,
.expertise--b2b .expertise__body-ri span {
  color: #fff
}
.expertise--b2b .expertise__body {
  margin-top: 52px
}
.expertise--b2b .expertise__foot {
  margin-top: 35px
}
.expertise--b2b .expertise__body-p {
  line-height: 1.17rem
}
.expertise--b2b .expertise__head {
  padding-top: 97px
}
.expertise--int .expertise__head {
  padding-top: 90px
}
.expertise--int .expertise__body-ri {
  width: 477.5px;
  background-color: #3e3f45
}
.expertise--int .expertise__body-ri .expertise__body-p,
.expertise--int .expertise__body-ri .expertise__body-title {
  color: #fff
}
.expertise--int .expertise__body-le {
  background-color: #fff
}
.expertise--int .expertise__body-le .expertise__body-p,
.expertise--int .expertise__body-le .expertise__body-title {
  color: #3e3f45
}
.expertise--ux .expertise__head {
  padding-top: 90px
}
.expertise--ux .expertise__link {
  background: #ff4c0d
}
.expertise--ux .expertise__link:hover {
  background-color: #0e1516
}
.expertise--ux .expertise__foot span:first-child {
  line-height: .875rem
}
.expertise--ux .expertise__foot {
  margin-top: 30px
}
.expertise--ux .expertise__foot-le span:last-child {
  position: relative;
  top: 12px
}
.expertise--ux .expertise__body-ri {
  padding-bottom: 29px
}
.expertise--ux .expertise__body-ri {
  background-color: #3e3f45
}
.expertise--ux .expertise__body-ri .expertise__body-p,
.expertise--ux .expertise__body-ri .expertise__body-title,
.expertise--ux .expertise__body-ri .expertise__foot span {
  color: #fff
}
.expertise--ux .expertise__body-le {
  background-color: #fff
}
.expertise--ux .expertise__body-le .expertise__body-p,
.expertise--ux .expertise__body-le .expertise__body-title {
  color: #3e3f45
}
.portal__head {
  padding-top: 100px;
  padding-left: 50px
}
.portal__title {
  color: #0e1516;
  font-size: 3rem;
  display: block;
  line-height: 3.6rem
}
.portal__desc {
  font-size: 1.125rem;
  margin: 0;
  color: #0e1516;
  margin-top: 39px
}
.portal__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px
}
.portal__item {
  width: 318px;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
  border-bottom: 1px solid #cfcfd0
}
.portal__item-title {
  font-size: .875rem;
  color: #3e3f45;
  margin-left: 15px;
  display: block
}
.price-main {
  position: relative;
  background-color: #3e3f45
}
.price-main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.price-main__head,
.price-main__txt {
  position: relative;
  z-index: 20
}
.price-main__le {
  padding-top: 70px;
  padding-left: 50px
}
.price-main__ri {
  padding-top: 75px;
  padding-left: 90px
}
.price-main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px
}
.price-main__title {
  font-size: 2rem;
  color: #fff;
  font-weight: 700
}
.price-main__item + .price-main__item {
  margin-left: 30px
}
.price-main__item-title {
  font-size: 1.25rem;
  color: #fff;
  display: block
}
.price-main__item-desc {
  font-size: .875rem;
  color: #cfcfd0;
  display: block
}
.price-main__txt {
  font-size: .75rem;
  color: #9f9fa2;
  margin: 0;
  margin-left: 50px;
  margin-top: 79px;
  padding-bottom: 10px
}
.price-main__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}
.price-main--int .question__btn {
  background-color: #30d158
}
.price-main--int .question__btn:hover {
  color: #0e1516;
  background: #fff
}
.price-main--int .question__desc--tech a {
  color: #30d158
}
.price-main--crm .question__btn {
  background-color: #49bdfd
}
.price-main--crm .question__btn:hover {
  color: #0e1516;
  background: #fff
}
.price-main--crm .question__desc--tech a {
  color: #49bdfd
}
.price-main--corp .question__btn {
  background: #30d158
}
.price-main--corp .question__btn:hover {
  color: #0e1516;
  background: #fff
}
.price-main--corp .question__desc--tech a {
  color: #30d158
}
.our {
  overflow: hidden
}
.our__title {
  color: #0e1516;
  font-size: 3rem;
  display: block;
  padding-top: 107px;
  padding-left: 30px
}
.our__item {
  position: relative;
  z-index: 20;
  width: 319px;
  height: 268px;
  padding: 43px 19px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #cfcfd0;
  border-top: 1px solid #cfcfd0;
  border-right: 1px solid #cfcfd0
}
.our__item:nth-child(3) {
  width: 318px
}
.our__item-f {
  color: #0e1516;
  font-size: 3rem;
  display: block;
  margin-top: 30px
}
.our__item-s {
  color: #6e6f73;
  display: block;
  font-size: .75rem;
  margin-top: 10px
}
.our__item-img {
  border-bottom: 1px solid #cfcfd0
}
.our__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 3000px;
  margin-top: 50px
}
.building {
  background-color: #3e3f45;
  position: relative;
  overflow: hidden
}
.building__wrap {
  position: relative;
  z-index: 20
}
.building__bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 49px
}
.building__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px
}
.building__title {
  font-size: 3rem;
  display: block;
  color: #fff;
  padding-top: 97px;
  padding-left: 52px
}
.building__desc {
  color: #cfcfd0;
  margin: 0;
  font-size: .875rem;
  padding-left: 50px;
  padding-top: 18px
}
.building__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 517.5px;
  padding: 40px 19px;
  border-top: 1px solid #6e6f73;
  border-right: 1px solid #6e6f73
}
.building__item-ri {
  padding-left: 10px
}
.building__item-title {
  font-size: 1rem;
  color: #49bdfd;
  display: block
}
.building__item-desc {
  color: #cfcfd0;
  margin: 0;
  font-size: .875rem;
  margin-top: 17px
}
.electro {
  background-color: #fff;
  padding-bottom: 75px
}
.electro__title {
  font-size: 3rem;
  color: #0e1516;
  display: block;
  padding-top: 55px;
  padding-left: 30px
}
.electro__items {
  margin-left: 30px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.electro__item {
  width: 462.5px;
  padding: 27px 30px;
  border-bottom: 1px solid #cfcfd0;
  border-right: 1px solid #cfcfd0
}
.electro__item:nth-child(odd) {
  border-left: 1px solid #cfcfd0
}
.electro__item:first-child,
.electro__item:nth-child(2) {
  border-top: 1px solid #cfcfd0
}
.electro__item--active {
  background-color: #f3f3f3
}
.electro__item-title {
  display: block;
  color: #0e1516;
  font-size: 1.125rem
}
.electro__item-desc {
  font-size: .875rem;
  color: #6e6f73;
  margin: 0;
  margin-top: 15px
}
.electro__item-desc + span {
  margin-top: 15px;
  display: block
}
.advantages {
  background-color: #fff
}
.advantages__items {
  width: 955px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px
}
.advantages__item-title {
  font-size: 4.5rem;
  color: #ff4c0d;
  display: block
}
.advantages__item-title span {
  font-size: 2rem
}
.advantages__item-desc {
  font-size: 1rem;
  color: #3e3f45;
  display: block;
  margin-top: 6px
}
.b2b-portal {
  position: relative;
  z-index: 20
}
.b2b-portal__title {
  color: #0e1516;
  font-size: 3rem;
  display: block;
  padding-top: 86px;
  padding-left: 50px
}
.b2b-portal__items {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.b2b-portal__item {
  padding: 30px;
  width: 319px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfd0;
  border-top: 1px solid #cfcfd0;
  border-right: 1px solid #cfcfd0;
  background-color: #f3f3f3
}
.b2b-portal__item:last-child {
  width: 318px
}
.b2b-portal__item-div {
  margin-bottom: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.b2b-portal__item-div span:first-child {
  margin-right: 11px
}
.b2b-portal__item-div span {
  display: block
}
.b2b-portal__item-title {
  font-size: .9375rem;
  color: #3e3f45;
  display: block;
  margin-top: 6px;
  margin-bottom: 14px
}
.b2b-portal__item-desc {
  color: #6e6f73;
  font-size: .875rem
}
.possibilities__title {
  color: #0e1516;
  font-size: 3rem;
  display: block;
  padding-top: 90px;
  padding-left: 50px
}
.possibilities__items {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.possibilities__item {
  position: relative;
  padding: 30px;
  width: 318px;
  border-top: 1px solid #cfcfd0;
  padding-bottom: 25px;
  overflow: hidden
}
.possibilities__item:first-child,
.possibilities__item:nth-child(3) {
  height: 370px
}
.possibilities__item-wrap {
  position: relative;
  z-index: 20;
  height: 80px;
  padding-top: 106px
}
.possibilities__item-caps {
  font-size: 1.25rem;
  color: #fff;
  display: block;
  margin-bottom: 10px
}
.possibilities__item--active {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3e3f45
}
.possibilities__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}
.possibilities__item-title {
  color: #0e1516;
  font-size: 1.25rem;
  display: block;
  margin-top: 10px
}
.possibilities__item-desc {
  color: #3e3f45;
  font-size: .875rem;
  margin: 0;
  margin-top: 9px;
  line-height: 1.15rem
}
.through__title {
  font-size: 2rem;
  color: #0e1516;
  display: block;
  font-weight: 700;
  margin-bottom: 12px
}
.through__desc {
  color: #3e3f45;
  margin: 0;
  font-size: 1rem;
  margin-bottom: 14px
}
.through__head {
  padding-top: 90px;
  padding-left: 50px
}
.enters__title {
  color: #0e1516;
  font-size: 3rem;
  display: block;
  padding-top: 90px;
  padding-left: 50px
}
.enters__items {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.enters__item {
  width: 318px;
  padding: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cfcfd0
}
.enters__item:first-child,
.enters__item:nth-child(2),
.enters__item:nth-child(3) {
  border-top: 1px solid #cfcfd0
}
.enters__item-title {
  color: #0e1516;
  font-size: 1.25rem;
  display: block;
  margin-top: 9px
}
.enters__item-desc {
  margin: 0;
  color: #3e3f45;
  font-size: .875rem;
  margin-top: 12px;
  line-height: 1.1rem
}
.pros {
  background-color: #fff;
  padding-bottom: 80px
}
.pros__title {
  color: #0e1516;
  font-size: 3rem;
  display: block;
  padding-top: 67px;
  padding-left: 30px
}
.pros__desc {
  color: #6e6f73;
  font-size: .875rem;
  margin: 0;
  background-color: #cfcfd0;
  padding: 10px 20px;
  display: inline-block;
  margin-left: 30px;
  margin-top: 34px;
  width: 925px
}
.pros__items {
  margin-top: 36px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.pros__item {
  position: relative;
  width: 462px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-bottom: 1px solid #cfcfd0;
  border-right: 1px solid #cfcfd0
}
.pros__item:first-child,
.pros__item:nth-child(3) {
  border-left: 1px solid #cfcfd0
}
.pros__item:first-child,
.pros__item:nth-child(2) {
  border-top: 1px solid #cfcfd0
}
.pros__item:first-child {
  height: 183px
}
.pros__item-le {
  padding-top: 1px
}
.pros__item-ri {
  padding-top: 3px;
  padding-left: 11px
}
.pros__item-title {
  font-size: 1.125rem;
  color: #0e1516;
  display: block
}
.pros__item-desc {
  color: #6e6f73;
  font-size: .875rem;
  margin: 0;
  margin-top: 14px
}
.pros__item-txt {
  font-size: 1.125rem;
  display: block;
  text-align: center;
  color: #fff
}
.pros__item-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px
}
.pros__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}
.pros__item-w {
  position: relative;
  z-index: 20
}
.pros__item-link {
  font-size: 1.125rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  background-color: #30d158
}
.pros__item-link:hover {
  background: #0e1516
}
.pros__item--active {
  background-color: #3e3f45;
  display: block
}
.solutions__title {
  font-size: 2rem;
  color: #0e1516;
  display: block;
  font-weight: 700;
  padding-top: 105px;
  padding-left: 50px
}
.solutions__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-left: 50px
}
.solutions__menu-item {
  position: relative;
  font-weight: 700;
  color: #3e3f45;
  font-size: 1rem;
  display: block;
  padding: 10px
}
.solutions__menu-item--active,
.solutions__menu-item:hover {
  color: #49bdfd
}
.solutions__menu-item--active::before,
.solutions__menu-item:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #49bdfd
}
.solutions__menu-item + .solutions__menu-item {
  margin-left: 30px
}
.solutions__item {
  background-color: #f3f3f3;
  width: 226px;
  height: 225px;
  padding: 30px;
  border-bottom: 1px solid #cfcfd0;
  border-top: 1px solid #cfcfd0;
  border-right: 1px solid #cfcfd0
}
.solutions__item:first-child {
  border-left: 1px solid #cfcfd0
}
.solutions__item:last-child {
  border-right: none
}
.solutions__item-title {
  font-size: .9375rem;
  color: #0e1516;
  display: block;
  margin-top: 10px
}
.solutions__crm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.solutions__crm-item {
  font-size: .875rem;
  color: #6e6f73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  padding-top: 8px;
  height: 46px;
  border-bottom: 1px solid #cfcfd0;
  width: 318px
}
.solutions__crm-item:first-child {
  border-top: 1px solid #cfcfd0
}
.solutions__crm-item--active {
  color: #0e1516;
  border-color: #49bdfd
}
.solutions__crm-item:hover {
  color: #0e1516;
  border-bottom-color: #49bdfd
}
.solutions__crm-item span:last-child {
  margin-left: 16px
}
.solutions__crm-item span:first-child {
  font-weight: 700
}
.solutions__crm-item + .solutions__crm-item {
  margin-top: 5px
}
.solutions__crm-le {
  position: relative;
  z-index: 20;
  margin-top: -1px
}
.solutions__crm-bg {
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 10
}
.solutions__crm-ri {
  position: relative;
  width: 717px;
  height: 234px;
  background-color: #3e3f45;
  padding-left: 75px;
  padding-top: 30px
}
.solutions__crm-ul {
  position: relative;
  z-index: 20;
  font-size: .9375rem;
  color: #fff;
  padding: 0;
  margin: 0
}
.solutions__crm-ul li {
  margin-bottom: 13px
}
.solutions__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px
}
.accounting {
  position: relative;
  overflow: hidden;
  background-color: #3e3f45
}
.accounting__bg {
  position: absolute;
  top: -4px;
  left: 40px;
  z-index: 10
}
.accounting__wrap {
  position: relative;
  z-index: 20
}
.accounting__title {
  font-size: 3rem;
  display: block;
  color: #fff;
  padding-top: 50px;
  padding-left: 50px
}
.accounting__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px
}
.accounting__item {
  padding: 30px 50px 46px;
  width: 477px;
  height: 271px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #6e6f73;
  border-right: 1px solid #6e6f73
}
.accounting__item:first-child,
.accounting__item:nth-child(2) {
  border-top: 1px solid #6e6f73
}
.accounting__item-title {
  font-size: 1.25rem;
  display: block;
  color: #49bdfd
}
.accounting__item-link {
  display: block
}
.accounting__item-ul {
  font-size: .9375rem;
  color: #9f9fa2;
  padding: 0;
  margin: 0;
  margin-left: 26px;
  margin-top: 13px
}
.accounting__item-ul li {
  margin-bottom: 4px
}
.accounting--ux .accounting__items {
  margin-top: 14px
}
.accounting--ux .accounting__item {
  height: 227px;
  display: block
}
.accounting--ux .accounting__item:last-child {
  width: 954px;
  height: 183px
}
.accounting--ux .accounting__item-title {
  color: #ff4c0d
}
.accounting--ux .accounting__item-desc {
  color: #9f9fa2;
  font-size: .9375rem;
  margin: 0;
  margin-top: 15px
}
.accounting--ux .accounting__item-link {
  margin-top: 12px
}
.accounting--it .accounting__bg {
  top: 38px
}
.accounting--it .accounting__item-title {
  color: #30d158
}
.accounting--it .accounting__item-desc {
  font-size: .9375rem;
  color: #9f9fa2;
  margin: 0;
  margin-top: 16px;
  line-height: 1.15rem
}
.accounting--it .accounting__item {
  height: unset;
  padding-right: 0
}
.accounting--it .accounting__item:first-child,
.accounting--it .accounting__item:nth-child(3) {
  height: 229px
}
.accounting--it .accounting__item:nth-child(5) {
  height: 248px
}
.more__title {
  color: #0e1516;
  font-weight: 700;
  font-size: 2rem;
  display: block;
  padding-top: 103px;
  padding-left: 50px
}
.more__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.more__item {
  padding: 30px;
  width: 318px;
  border-bottom: 1px solid #cfcfd0
}
.more__item:nth-child(1),
.more__item:nth-child(2),
.more__item:nth-child(3) {
  border-top: 1px solid #cfcfd0
}
.more__item:first-child {
  height: 330px
}
.more__item:nth-child(4) {
  height: 316px
}
.more__item-title {
  color: #0e1516;
  display: block;
  font-size: 1.25rem;
  margin-top: 6px
}
.more__item-desc {
  margin: 0;
  color: #3e3f45;
  font-size: .875rem;
  margin-top: 11px;
  line-height: 1.1rem
}
.analysis {
  background-color: #fff;
  padding-bottom: 80px
}
.analysis__title {
  color: #0e1516;
  font-size: 3rem;
  display: block;
  padding-top: 50px;
  padding-left: 30px
}
.analysis__items {
  margin-top: 30px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.analysis__item {
  width: 462px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-bottom: 1px solid #cfcfd0;
  border-right: 1px solid #cfcfd0;
  padding-bottom: 26px
}
.analysis__item:first-child,
.analysis__item:nth-child(2) {
  border-top: 1px solid #cfcfd0
}
.analysis__item:first-child,
.analysis__item:nth-child(3),
.analysis__item:nth-child(5) {
  border-left: 1px solid #cfcfd0
}
.analysis__item-title {
  color: #0e1516;
  font-size: 1.125rem;
  display: block;
  margin-left: 10px;
  margin-top: 4px
}
.analysis__item-desc {
  margin: 0;
  color: #6e6f73;
  font-size: .875rem;
  margin-top: 13px;
  margin-left: 10px;
  line-height: 1.1rem
}
.analysis--ux .analysis__title {
  padding-left: 60px
}
.analysis--it {
  padding-bottom: 52px
}
.analysis--it .analysis__title {
  padding-top: 58px;
  padding-left: 60px
}
.analysis--it .analysis__item {
  padding-bottom: 30px;
  padding-right: 10px
}
.life {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.life-item {
  padding: 30px;
  padding-bottom: 30px;
  width: 477px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #cfcfd0;
  border-right: 1px solid #cfcfd0
}
.life-item:last-child,
.life-item:nth-child(2) {
  border-right: none
}
.life-desc {
  color: #3e3f45;
  margin: 0;
  margin-top: 2px;
  line-height: 1.2rem;
  font-size: .9375rem
}
.about {
  background-color: #fff
}
.about__title {
  font-size: 2rem;
  color: #0e1516;
  font-weight: 700;
  display: block
}
.about__desc {
  font-size: 1.25rem;
  color: #0e1516;
  margin: 0;
  margin-top: 19px
}
.about__cmpn {
  font-size: 1rem;
  color: #ff4c0d;
  display: block;
  margin-top: 13px
}
.about__head {
  padding: 50px
}
.about--comm .about__cmpn {
  color: #49bdfd
}
.about--int {
  background-color: #f3f3f3
}
.about--int .about__desc {
  margin-top: 12px
}
.about--int .about__cmpn {
  color: #30d158
}
.about--crm {
  background-color: #f3f3f3
}
.about--crm .about__desc {
  margin-top: 12px
}
.about--crm .about__cmpn {
  color: #49bdfd
}
.about--crm .about__desc {
  line-height: 1.6rem
}
.about--ux {
  background-color: #f3f3f3
}
.about--it .about__cmpn {
  color: #30d158
}
.about--corp .about__cmpn {
  color: #30d158
}
.update {
  background-color: #fff;
  padding-bottom: 80px
}
.update__items {
  padding-top: 40px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.update__item {
  border-left: 1px solid #cfcfd0;
  border-top: 1px solid #cfcfd0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  width: 462.5px;
  height: 148px
}
.update__item:nth-child(2n) {
  border-right: 1px solid #cfcfd0
}
.update__item:last-child,
.update__item:nth-child(5) {
  border-bottom: 1px solid #cfcfd0
}
.update__item-ri {
  padding-left: 9px
}
.update__item-title {
  color: #0e1516;
  font-size: 1.125rem;
  display: block;
  line-height: 1.5rem
}
.update__item-desc {
  margin: 0;
  color: #6e6f73;
  font-size: .875rem;
  margin-top: 12px
}
.update__desc {
  display: inline-block;
  color: #6e6f73;
  font-size: .875rem;
  background-color: #cfcfd0;
  padding: 10px 20px;
  margin: 0;
  margin-left: 30px;
  margin-top: 30px;
  padding-right: 27px
}
.erp {
  background-color: #fff;
  padding-bottom: 75px
}
.erp__title {
  color: #0e1516;
  font-size: 3rem;
  display: block;
  padding-top: 53px;
  padding-left: 30px
}
.erp__caps {
  font-size: 1.25rem;
  color: #0e1516;
  display: block;
  padding-left: 30px;
  padding-top: 33px
}
.erp__table {
  border-collapse: collapse;
  border: 1px solid #cfcfd0;
  margin-left: 30px;
  margin-top: 10px
}
.erp__table td {
  border: 1px solid #cfcfd0;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  padding: 20px;
  padding-left: 19px
}
.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  display: none!important
}
.close_h {
  position: fixed;
  -webkit-transition: left .6s cubic-bezier(.68,-.55,.265,1.55);
  transition: left .6s cubic-bezier(.68,-.55,.265,1.55);
  left: -24px;
  cursor: pointer;
  background: 0 0;
  border: none
}
.close_h.sh {
  top: 5px;
  left: 305px;
  z-index: 100
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #000;
  opacity: .2
}
@media (min-width:1400px) {
  .cycle__title .cycle__title--a,
  .cycle__title .cycle__title--b {
    display: none
  }
}
@media (max-width:1400px) {
  .cycle--site .cycle__item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px
  }
  .cycle--site .cycle__item .cycle__title {
    padding: 10px
  }
  .online__body-title {
    margin-left: 0
  }
  .approach__item-title {
    font-size: .875rem
  }
  .approach__item-desc {
    font-size: .75rem
  }
  .approach__item + .approach__item {
    margin: 0;
    height: unset;
    margin-bottom: 5px
  }
  .approach__title {
    font-size: 1.5rem
  }
  .approach__item {
    margin: 0;
    height: unset;
    margin-bottom: 5px
  }
  .stages__head-title {
    font-size: 1.5rem
  }
  .stages__ri-desc {
    font-size: 1rem
  }
  .stages__ri-total,
  .stages__ri-ul {
    font-size: .75rem
  }
  .stages__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .stages__body-ri {
    width: unset;
    padding: 5px;
    overflow: hidden;
    min-width: unset
  }
  .stages__body-link {
    width: unset
  }
  .key__head {
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
  }
  .key__title {
    font-size: .875rem
  }
  .key__desc {
    font-size: .75rem
  }
  .key__head-title {
    font-size: 1.5rem;
    line-height: 1.9rem;
    width: unset
  }
  .key__head-link {
    margin-right: 0
  }
  .key__body-head {
    width: unset
  }
  .key__body-title {
    font-size: .875rem
  }
  .problems__head {
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .problems__caps {
    margin: 0
  }
  .online__body-title--b24 {
    margin-left: 0
  }
  .problems__item-title {
    font-size: .875rem
  }
  .problems__item-desc {
    font-size: .75rem;
    line-height: .75rem
  }
  .problems__caps {
    font-size: 1.5rem;
    line-height: 1.9rem
  }
  .problems__caps br {
    display: none
  }
  .problems__head-title {
    font-size: 1rem;
    line-height: 1.1rem;
    margin-bottom: 5px
  }
  .sidebar p,
  .sidebar__btn,
  .sidebar__phone-label,
  .sidebar__social-label {
    margin: 0;
    margin-top: 5px
  }
  .footer__item:last-child .footer__item-link.footer__item-head + div,
  .footer__item:nth-child(2) .footer__item-link.footer__item-head + div,
  .footer__item:nth-child(3) .footer__item-link.footer__item-head + div,
  .footer__item:nth-child(4) .footer__item-link.footer__item-head + div {
    display: none
  }
  .effect {
    padding-top: 0;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .effect__wrap {
    display: none
  }
  .effect p br {
    display: none
  }
  .effect p + p {
    margin-top: 11px
  }
  .effect p {
    font-size: .875rem;
    line-height: 1.1rem
  }
  .effect__title br {
    display: none
  }
  .effect__title {
    font-size: 1.5rem;
    margin-left: 13px;
    display: block;
    margin-top: 32px;
    line-height: 1.7rem
  }
  .effect__le {
    margin-left: 15px;
    margin-top: 20px;
    width: 343px
  }
  .effect__ri {
    margin-left: 0
  }
  .numbers__title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-left: 16px;
    display: block;
    margin-top: 15px
  }
  .numbers__desc br {
    display: none
  }
  .numbers__desc {
    font-size: .875rem;
    margin-top: 18px;
    margin-left: 15px;
    line-height: 1.1rem;
    margin-bottom: 15px
  }
  .numbers__img {
    top: 330px;
    margin-left: 16px;
    width: 359px
  }
  .numbers__wrap a {
    margin-left: 16px
  }
  .numbers__wrap {
    padding-left: 0
  }
  .numbers__items {
    padding-left: 0;
    margin-left: 16px;
    margin-top: 271px
  }
  .sidebar {
    position: fixed;
    top: 0;
    z-index: 100;
    padding: 5px;
    width: 300px;
    height: 100%;
    left: -300px;
    -webkit-transition: left .6s cubic-bezier(.68,-.55,.265,1.55);
    transition: left .6s cubic-bezier(.68,-.55,.265,1.55)
  }
  .sidebar.sb-show {
    left: 0
  }
  .header__btn svg {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
  }
  .header__btn:hover {
    cursor: pointer
  }
  .header__btn:hover svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  .sidebar__nav {
    padding-top: 5px
  }
  .sidebar__items a {
    padding: 10px
  }
  .sidebar__nav li:not(.sidebar__nav-active) a {
    width: unset
  }
  .statistics__item {
    width: 150px;
    margin-bottom: 10px
  }
  .statistics__item-title {
    font-size: 3.375rem
  }
  .statistics__item-desc br {
    display: none
  }
  .statistics__item-desc {
    font-size: .875rem;
    margin-top: 5px
  }
  .statistics__item + .statistics__item {
    margin-left: 0
  }
  .statistics {
    width: 311px;
    padding-left: 0;
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 17px;
    margin-left: 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .system__title br {
    display: none
  }
  .system__title {
    font-size: 1.5rem;
    margin-left: 16px;
    margin-top: 34px;
    width: 343px;
    line-height: 1.9rem
  }
  .system__items {
    margin-top: 37px
  }
  .system__bg {
    display: none
  }
  .system__item:not(.system__item-active) .system__item-title {
    padding: 34px 1px;
    width: 301px;
    padding-left: 21px;
    height: 100px;
    padding-bottom: 0
  }
  .system__item:not(.system__item-active) .system__item-title br {
    display: none
  }
  .system__item {
    position: relative;
    border-bottom: 1px solid #6e6f73;
    border-top: none!important
  }
  .system__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
  }
  .system__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    height: unset;
    text-align: left
  }
  .system__item .system__item-title {
    text-align: left
  }
  .system__item-title {
    font-size: 1.5rem;
    display: block;
    padding-top: 36px;
    padding-left: 20px;
    padding-bottom: 34px
  }
  .system__item-block > div + div {
    margin-left: 0
  }
  .system__item-block > div {
    width: 162px
  }
  .system__item-block br {
    display: none
  }
  .system__item-block {
    padding: 32px 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 375px
  }
  .system__item a + a {
    margin-top: 18px
  }
  .system__item a {
    line-height: 1.2rem
  }
  .content {
    width: 100%
  }
  .system__item--s {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
  }
  .system__item-active .system__item--s {
    top: 50px
  }
  .system__item-active .system__item-title {
    display: block
  }
  .system__item--active {
    padding: 0;
    height: unset
  }
  .case__wrap {
    padding: 0
  }
  .case {
    padding: 0
  }
  .case__desc br {
    display: none
  }
  .case__title {
    font-size: 4.5rem;
    margin-left: 16px;
    margin-top: 21px;
    display: block
  }
  .case__desc {
    font-size: .875rem;
    line-height: 1.1rem
  }
  .case__link {
    margin: 0;
    margin-right: 13px;
    margin-top: 16px;
    margin-left: 20px
  }
  .case__block {
    margin-top: 21px;
    margin-left: 16px
  }
  .case__bg {
    display: none
  }
  .case__byte {
    top: -55px;
    left: 265px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  .prtf__wrap > div {
    width: 224px
  }
  .prtf__wrap > div img {
    width: 100%
  }
  .prtf {
    margin-top: 129px
  }
  .part__wrap {
    display: -webkit-box
  }
  .part__wrap > div {
    width: 224px
  }
  .part__wrap > div img {
    width: 100%
  }
  .main-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    padding-bottom: 45px
  }
  .main-form__le {
    padding: 0
  }
  .main-form__ri {
    padding: 0;
    margin: 0;
    margin-left: 14px
  }
  .main-form__title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-top: 40px;
    display: block;
    margin-left: 15px
  }
  .main-form__desc {
    font-size: .875rem;
    line-height: 1.1rem;
    margin-left: 16px;
    margin-top: 23px
  }
  .main-form__btn {
    font-size: .875rem;
    line-height: .875rem
  }
  .main-form__form-desc {
    line-height: 1.05rem
  }
  .implementation__bg {
    display: none
  }
  .implementation__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .implementation__le {
    width: 100%;
    padding-top: 19px;
    padding-left: 17px
  }
  .implementation__ri-link {
    display: none
  }
  .implementation__ri-title {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-left: 19px
  }
  .implementation__ri-title br {
    display: none
  }
  .implementation {
    padding-top: 35px;
    padding-bottom: 38px
  }
  .implementation__ri-desc {
    font-size: .875rem;
    margin: 0;
    margin-left: 17px;
    margin-top: 19px
  }
  .implementation__ri-desc br {
    display: none
  }
  .implementation__title {
    font-size: .875rem
  }
  .implementation__desc {
    font-size: .75rem;
    line-height: .9rem;
    margin: 0;
    margin-top: 15px
  }
  .implementation__desc br {
    display: none
  }
  .implementation__item,
  .implementation__item:nth-child(2n) {
    width: 171px;
    height: unset;
    padding: 15px
  }
  .implementation__ri-link--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 17px - 16px);
    margin: 0;
    margin-top: 24px;
    height: 53px;
    margin-left: 17px;
    margin-right: 16px;
    font-size: .875rem
  }
  .stack__head {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .stack__desc {
    margin: 0;
    font-size: .875rem;
    line-height: 1.1rem;
    margin-top: 5px
  }
  .stack__desc br {
    display: none
  }
  .stack__title {
    font-size: 4.5rem
  }
  .stack {
    padding: 0;
    padding-top: 45px;
    padding-left: 15px;
    padding-bottom: 51px
  }
  .stack__body-title {
    font-size: 1rem;
    margin-top: 16px
  }
  .stack__body-desc {
    font-size: .875rem;
    line-height: 1.1rem;
    width: 343px
  }
  .stack__body-desc br {
    display: none
  }
  .stack__body-items td:first-child,
  .stack__body-items td:last-child {
    display: none
  }
  .stack__body-items td {
    font-size: .875rem;
    padding: 21px 11px
  }
  .stack__body + .stack__body {
    margin-top: 17px
  }
  .question__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .question__title {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    line-height: 1.9rem;
    margin-left: 18px
  }
  .question__ri {
    padding: 0;
    margin-left: 20px;
    margin-top: 12px
  }
  .question__btn {
    font-size: .875rem
  }
  .partners {
    padding: 0
  }
  .partners__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 17px;
    padding-top: 44px;
    margin-right: 3px
  }
  .partners__head-ri {
    margin: 0
  }
  .partners__head-title {
    font-size: 1.5rem;
    line-height: 1.9rem
  }
  .partners__head-title br {
    display: none
  }
  .partners__head-desc {
    font-size: 1rem;
    line-height: 1.1rem;
    margin-top: 16px;
    margin-right: 41.81px
  }
  .partners__head-desc br {
    display: none
  }
  .partners__head-link {
    margin: 0;
    font-size: .875rem;
    margin-top: 20px;
    height: 53px;
    width: 342px
  }
  .partners__items {
    margin: 20px auto;
    width: unset;
    margin-left: 17px
  }
  .partners__item {
    width: 171px;
    height: 171px
  }
  .partners__item:nth-child(7),
  .partners__item:nth-child(8) {
    display: none
  }
  .reviews {
    padding: 0;
    padding-left: 20px;
    padding-top: 21px;
    padding-bottom: 43px
  }
  .reviews__title {
    font-size: 4.5rem
  }
  .reviews__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .reviews__ri {
    margin: 0 auto;
    padding-right: 20px;
    padding-top: 20px
  }
  .reviews__btn {
    width: 60px;
    height: 60px
  }
  .reviews__items {
    margin-top: 12px
  }
  .reviews__item {
    width: 320px;
    height: 266px
  }
  .reviews__desc {
    font-size: .875rem;
    line-height: 1.12rem
  }
  .reviews__desc br {
    display: none
  }
  .contacts__title {
    margin: 0;
    font-size: 1.5rem;
    margin-left: 16px;
    margin-top: 43px
  }
  .contacts__title br {
    display: none
  }
  .contacts__items {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 16px
  }
  .contacts__name {
    font-size: .875rem
  }
  .contacts__value {
    font-size: 1.25rem;
    margin-top: 10px
  }
  .contacts__value br {
    display: none
  }
  .contacts__item + .contacts__item {
    margin: 0;
    margin-top: 14px
  }
  .contacts__item {
    width: unset
  }
  .contacts__map {
    margin-top: 13px;
    height: 300px
  }
  .contacts__map img {
    height: 100%
  }
  .footer__wrap {
    padding: 0
  }
  .footer__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px
  }
  .footer__item + .footer__item {
    margin: 0
  }
  .footer__item {
    width: unset
  }
  .footer__item-head {
    padding-left: 15px;
    padding-top: 22px;
    position: relative
  }
  .footer__item-head svg {
    display: block;
    position: absolute;
    right: 16px;
    bottom: -4px
  }
  .footer__item-link:not(.footer__item-head) {
    margin-top: 16px
  }
  .footer__item-link {
    padding-left: 17px
  }
  .footer_txt {
    padding-left: 18px;
    padding-right: 3px
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .bread-crumbs {
    margin-top: 49px;
    padding-left: 16px
  }
  .online__wrap {
    padding: 0;
    padding-left: 15px;
    padding-top: 21px
  }
  .online__title {
    font-size: 1.5rem
  }
  .online__desc {
    font-size: .875rem;
    line-height: 1.1rem;
    margin-top: 17px;
    width: 339px
  }
  .online__desc br {
    display: none
  }
  .online__link {
    font-size: .875rem;
    margin-top: 16px
  }
  .online__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 37px;
    width: 283px
  }
  .online__body img {
    margin-top: 9px;
    width: 339px
  }
  .online__body-title {
    font-size: 1.5rem;
    line-height: 1.8rem
  }
  .online__body-title br {
    display: none
  }
  .fast__wrap {
    overflow: hidden
  }
  .fast__items {
    width: 4000px;
    padding-left: 16px
  }
  .fast__item {
    width: 280px;
    height: 293px;
    padding: 30px
  }
  .fast__title {
    font-size: .875rem;
    margin-top: 9px
  }
  .fast__desc {
    font-size: .75rem;
    line-height: .95rem
  }
  .fast__desc br {
    display: none
  }
  .teams__items {
    width: 311px;
    padding-left: 0;
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 17px;
    margin-left: 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .teams__item {
    width: 150px;
    margin-bottom: 10px
  }
  .teams__title {
    font-size: 3.375rem
  }
  .teams {
    padding: 0;
    padding-top: 27px
  }
  .teams__desc {
    font-size: .875rem;
    margin-top: 5px
  }
  .teams__item + .teams__item {
    margin-left: 0
  }
  .cycle__items {
    width: unset
  }
  .cycle__item {
    padding: 0;
    width: 100%
  }
  .cycle__item .cycle__title,
  .cycle__item:not(.cycle__item--active) {
    height: 100px
  }
  .cycle {
    margin-top: 30px
  }
  .cycle__title {
    font-size: 1.5rem;
    padding: 37px 20px;
    position: relative
  }
  .cycle__title svg {
    position: absolute;
    top: 39px;
    right: 19px;
    display: block
  }
  .cycle__item--active {
    background: #3e3f45
  }
  .cycle__item--active .cycle__desc {
    font-size: .875rem;
    margin: 0;
    padding-left: 20px;
    padding-top: 32px;
    line-height: 1.1rem;
    background-color: #ff4c0d
  }
  .cycle__item--active .cycle__link {
    font-size: .9375rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    margin: 0;
    padding-bottom: 28px;
    background-color: #ff4c0d;
    position: relative;
    border-bottom: none
  }
  .cycle__item--active .cycle__link path {
    fill: #fff
  }
  .cycle__item--active .cycle__link::before {
    content: "";
    position: absolute;
    bottom: 29px;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #fff
  }
  .cycle__item:not(.cycle__item--active) .cycle__desc,
  .cycle__item:not(.cycle__item--active) .cycle__link {
    display: none
  }
  .cycle__item:nth-child(5) {
    display: none
  }
  .cycle__item--active .cycle__title {
    color: #ff4c0d
  }
  .complexity {
    padding: 10px
  }
  .complexity__caps {
    font-size: 1.5rem;
    line-height: 1.5rem
  }
  .complexity__item + .complexity__item {
    margin: 0
  }
  .complexity div.complexity__item {
    width: 100%;
    margin: 0 15px!important;
    padding: 5px!important
  }
  .start__items {
    width: unset
  }
  .start__item {
    width: 100%
  }
  .content-b24,
  .content-web {
    height: unset
  }
  .system__item:hover .system__item--active {
    display: none
  }
  .system__item:hover .system__item-title {
    display: block
  }
  .system__item:hover {
    cursor: pointer
  }
  .system__item--b {
    display: none
  }
  .system__item-active .system__item--b {
    display: block
  }
  .system__item-active .system__item--a {
    display: none
  }
  .system__item {
    height: 100px
  }
  .system__item.system__item-active {
    height: unset
  }
  .system__item .system__item-title {
    padding-top: 34px;
    padding-left: 20px;
    padding-bottom: 34px
  }
  .system__item:not(.system__item-active) .system__item-title {
    padding-top: 34px;
    padding-left: 20px;
    padding-bottom: 34px
  }
  .main-form__input {
    width: calc(100% - 85px)
  }
  .cycle__item--active .cycle__desc,
  .cycle__item--active .cycle__link {
    background-color: #49bdfd
  }
  .cycle__item--active .cycle__title {
    color: #fff
  }
  .teams--site .teams__item + .teams__item {
    margin-left: 0
  }
  .stages__ri-total {
    margin-top: 10px;
    padding-bottom: 10px
  }
  .main-form--site .main-form__ri {
    margin-left: 16px
  }
  .teams--tech .teams__item + .teams__item {
    margin-left: 0
  }
  .specialist__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .specialist__head-title {
    font-size: 1.5rem;
    line-height: 1.5rem
  }
  .specialist__head-ri {
    padding: 5px
  }
  .specialist {
    overflow: hidden
  }
  .volume__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .volume__item {
    height: unset;
    width: 100%;
    padding: 5px
  }
  .bag__head-title {
    font-size: 1.5rem
  }
  .bag__head-desc {
    font-size: .875rem
  }
  .bag__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px
  }
  .bag__head-desc {
    margin: 0
  }
  .bag__items {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .bag__item-body {
    width: 100%
  }
  .bag--s .bag__head-desc {
    margin-left: 0
  }
  .update__items {
    margin-left: 0
  }
  .update__item {
    width: 100%;
    height: unset
  }
  .update__item-title {
    font-size: .875rem;
    line-height: .875rem
  }
  .update__item-desc {
    font-size: .75rem
  }
  .update__desc {
    margin-left: 10px;
    margin-right: 10px
  }
  .update__item:nth-child(5) {
    border-bottom: none
  }
  .support__head {
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .support__desc {
    margin-left: 0
  }
  .support__title {
    font-size: 1.5rem;
    line-height: 1.5rem
  }
  .support__items {
    min-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .support__item {
    width: 100%
  }
  .main-form--tech .main-form__ri {
    margin-left: 16px
  }
  .expertise__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .expertise__title {
    font-size: 1.5rem
  }
  .expertise__link {
    font-size: .875rem
  }
  .expertise__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .expertise__body-le,
  .expertise__body-ri {
    width: 100%
  }
  .expertise__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .expertise__foot-ri {
    margin-left: 0
  }
  .approach--corp .approach__title {
    font-size: 1.5rem
  }
  .approach--corp .approach__item {
    width: 100%
  }
  .approach--corp .approach__item-title {
    font-size: 1.125rem
  }
  .approach--corp .approach__item-desc {
    font-size: .75rem
  }
  .portal__head {
    padding: 5px
  }
  .portal__title {
    font-size: 1.5rem;
    line-height: 1.5rem
  }
  .portal__desc {
    font-size: 1rem;
    line-height: 1rem
  }
  .portal__item {
    width: 100%
  }
  .teams--corp .teams__item + .teams__item {
    margin-left: 0
  }
  .price-main__le,
  .price-main__ri {
    padding: 5px
  }
  .price-main__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .price-main__txt {
    margin: 5px
  }
  .price-main__items .price-main__item {
    margin: 5px
  }
  .price-main__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .online--comm .online__title {
    line-height: 1.5rem
  }
  .our__title {
    padding: 5px;
    font-size: 1.5rem;
    line-height: 1.5rem
  }
  .building__title {
    padding: 5px;
    font-size: 1.5rem;
    line-height: 1.5rem
  }
  .building__desc {
    padding: 5px
  }
  .building__item {
    width: 100%
  }
  .electro__title {
    font-size: 1.5rem;
    padding: 5px
  }
  .electro__items {
    margin-left: 0
  }
  .electro__item {
    width: 100%
  }
  .teams--comm .teams__item + .teams__item {
    margin-left: 0
  }
  .main-form--comm .main-form__ri {
    margin-left: 16px
  }
  .electro__item {
    padding: 5px
  }
  .online--b2b .online__body-title {
    margin-left: 0
  }
  .advantages__items {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px
  }
  .advantages__item {
    margin: 15px;
    margin-left: 0;
    margin-right: 0
  }
  .expertise--b2b .expertise__body-ri {
    width: 100%
  }
  .b2b-portal__title {
    padding: 5px;
    font-size: 1.5rem
  }
  .b2b-portal__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b2b-portal__item,
  .b2b-portal__item:last-child {
    width: 100%
  }
  .possibilities__title {
    padding: 5px;
    font-size: 1.5rem
  }
  .possibilities__item,
  .possibilities__item:first-child,
  .possibilities__item:nth-child(3) {
    width: 100%
  }
  .possibilities__item--active {
    min-height: 305px
  }
  .main-form--b2b .main-form__ri {
    margin-left: 16px
  }
  .online--int .online__body-title {
    margin-left: 0
  }
  .expertise--int .expertise__body-ri {
    width: 100%
  }
  .through__head {
    padding: 5px
  }
  .through__title {
    font-size: 1.5rem;
    line-height: 1.5rem
  }
  .enters__title {
    padding: 5px;
    font-size: 1.5rem;
    line-height: 1.5rem
  }
  .enters__item {
    width: 100%
  }
  .pros__title {
    padding: 5px;
    font-size: 1.5rem;
    line-height: 1.5rem
  }
  .pros__items {
    margin-left: 0
  }
  .pros__item {
    width: 100%;
    height: unset
  }
  .pros__desc {
    width: unset;
    margin: 5px
  }
  .teams--int .teams__item + .teams__item {
    margin-left: 0
  }
  .online--crm .online__body-title {
    margin-left: 0
  }
  .teams--crm .teams__item + .teams__item {
    margin-left: 0
  }
  .key--crm .key__item-crm {
    width: 100%;
    padding: 10px
  }
  .solutions__title {
    padding: 5px
  }
  .solutions__menu {
    margin: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .solutions__menu-item + .solutions__menu-item {
    margin-left: 0
  }
  .solutions__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0
  }
  .solutions__item {
    width: 100%
  }
  .solutions__crm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .solutions__crm-le,
  .solutions__crm-ri {
    width: 100%
  }
  .solutions__crm-ri {
    padding: 5px;
    height: unset
  }
  .solutions__crm-item {
    width: 100%
  }
  .accounting__title {
    font-size: 1.5rem;
    padding: 5px
  }
  .accounting__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .accounting__item {
    width: 100%;
    height: unset
  }
  .more__title {
    padding: 5px;
    font-size: 1.5rem
  }
  .more__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .more .more__item {
    width: 100%;
    height: unset
  }
  .analysis__title {
    padding: 5px;
    font-size: 1.5rem
  }
  .analysis__items {
    margin-left: 0
  }
  .analysis__item {
    width: 100%
  }
  .teams--_2crm .teams__item + .teams__item {
    margin-left: 0
  }
  .main-form--crm .main-form__ri {
    margin-left: 16px
  }
  .online--ux .online__body-title {
    margin-left: 0
  }
  .accounting__title {
    padding: 5px;
    font-size: 1.5rem
  }
  .accounting--ux .accounting__item,
  .accounting--ux .accounting__item:last-child {
    height: unset;
    width: 100%
  }
  .teams--ux .teams__item + .teams__item {
    margin-left: 0
  }
  .main-form--ux .main-form__ri {
    margin-left: 16px
  }
  .life-item {
    width: 100%
  }
  .erp__table td {
    white-space: nowrap
  }
  .accounting--it .accounting__item {
    padding: 5px
  }
  .accounting--it .accounting__item:first-child,
  .accounting--it .accounting__item:nth-child(3),
  .accounting--it .accounting__item:nth-child(5) {
    height: unset
  }
}