.full-bg {
  background-position: center;
  background-size: cover;
}
.overflow-h {
  overflow: hidden;
}
.no-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ta-center {
  text-align: center;
}
.transition {
  transition: all 0.2s ease-in-out;
}
.p-a {
  position: absolute;
}
.p-f {
  position: fixed;
}
.p-r {
  position: relative;
}
.ttu {
  text-transform: uppercase;
}
.t-w {
  color: #fff;
}
.t-green {
  color: #78A22F;
}
.d-b {
  display: block;
}
.i-b {
  display: inline-block;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
img {
  max-width: 100%;
}
.page_v2 {
  color: #6A7C8C;
}
.card {
  width: 290px;
  padding: 18px 18px 23px;
  background: #fff;
  position: absolute;
  box-shadow: 0 4px 40px rgba(28, 33, 38, 0.13);
  left: 0;
  bottom: -148px;
  margin: 0 15px;
  z-index: 2;
}
.card::before {
  content: "";
  display: block;
  z-index: 2;
  height: 45px;
  width: 4px;
  background: #78A22F;
  position: absolute;
  right: 10px;
  top: -25px;
}
.card_title {
  font-weight: bold;
  color: #212C58;
  font-size: 24px;
}
.card_title::after {
  content: '';
  display: block;
  width: 39px;
  height: 5px;
  background-color: #78A22F;
  margin: 12px auto 18px 0;
}
.card_v2 {
  width: auto;
  top: 90%;
  bottom: auto;
  height: 290px;
}
.card_v2 .card_text {
  color: #212C58;
}
.card_v3 {
  width: auto;
}
.card_v4 {
  width: auto;
  top: 90%;
  bottom: auto;
}
.card_v4::before {
  display: none;
}
.card_v4 .card_description {
  margin-top: 0;
}
.card_img {
  min-width: 125px;
  max-width: 125px;
  margin-right: 10px;
}
.card_text {
  font-size: 10px;
  line-height: 14px;
  padding-left: 10px;
  border-left: 1px solid #E6EAED;
}
.card_description {
  font-size: 12px;
  color: #6A7C8C;
  margin-top: 15px;
}
.card_list {
  margin-top: 15px;
  font-size: 12px;
  color: #212C58;
  justify-content: space-between;
}
.card_list span {
  display: block;
  font-weight: bold;
  color: #78A22F;
  font-size: 18px;
}
@media (min-width: 576px) {
  .card {
    padding: 24px 24px 30px;
    width: 410px;
    min-height: 105px;
  }
  .card_v2 {
    height: auto;
    top: auto;
    bottom: -48px;
  }
  .card_img {
    min-width: 165px;
    max-width: 165px;
  }
  .card_text {
    font-size: 12px;
  }
  .page__landing_loya {
    min-height: 335px !important;
  }
}
@media (min-width: 768px) {
  .card {
    width: 410px;
    min-height: 105px;
    bottom: -268px;
    left: 48px;
  }
  .card_title {
    font-size: 28px;
  }
  .card_title::after {
    width: 60px;
    height: 5px;
  }
  .card_v3 {
    width: 475px;
    height: 150px;
  }
  .card_v4 {
    top: auto;
    width: 445px;
    padding: 18px 20px 30px;
  }
  .card_img {
    margin-right: 25px;
  }
  .card_text {
    padding-left: 25px;
    font-size: 12px;
    line-height: 16px;
  }
  .card_description {
    margin-top: 20px;
  }
  .card_list {
    font-size: 14px;
  }
  .card_list li {
    width: auto;
  }
  .card_list span {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .card {
    width: 600px;
    min-height: 200px;
    padding: 50px 40px;
    bottom: -348px;
    left: 48px;
  }
  .card::before {
    height: 100px;
    width: 8px;
    right: 20px;
    top: -50px;
  }
  .card_title {
    font-size: 42px;
  }
  .card_title::after {
    width: 60px;
    height: 8px;
  }
  .card_v3 {
    width: 800px;
    height: 310px;
  }
  .card_v4 {
    width: 680px;
    padding: 35px;
  }
  .card_img {
    min-width: 280px;
    max-width: none;
  }
  .card_text {
    font-size: 24px;
    line-height: 30px;
  }
  .card_description {
    font-size: 14px;
    margin-top: 50px;
  }
  .card_list {
    justify-content: flex-start;
    font-size: 18px;
  }
  .card_list li {
    width: 33%;
  }
  .card_list span {
    font-size: 36px;
  }
}
.page__landing_loya_v2::after {
  content: '';
  display: block;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  z-index: -1;
  background: url(/local/templates/2020/assets/img/page/landing/okto/icon/step.svg) no-repeat center / cover;
}
.page__landing_loya .landing_top__v2,
.page__landing_loya .landing_top__v3,
.page__landing_loya .landing_top__v4,
.page__landing_loya .landing_top__v5 {
  margin: 0 -15px;
  background-image: url(/local/templates/2020/assets/img/page/landing/okto/img1.jpg);
  background-size: cover;
  min-height: 140px;
}
.page__landing_loya .landing_top__v3 {
  background-image: url(/local/templates/2020/assets/img/page/landing/okto/img2.jpg);
}
.page__landing_loya .landing_top__v4 {
  background-image: url(/local/templates/2020/assets/img/page/landing/okto/img4.jpg);
}
.page__landing_loya .landing_top__v5 {
  background-image: url(/local/templates/2020/assets/img/page/landing/okto/img6.jpg);
}
.page__landing_loya .landing_top__v6 {
  background: url(/local/templates/2020/assets/img/page/landing/okto/img8.jpg) no-repeat top right !important;
}
@media (min-width: 576px) {
  .page__landing_loya_v2::after {
    width: 425px;
    height: 95px;
  }
  .page__landing_loya .landing_top__v2,
  .page__landing_loya .landing_top__v3,
  .page__landing_loya .landing_top__v4,
  .page__landing_loya .landing_top__v5 {
    min-height: 335px;
  }
}
@media (min-width: 992px) {
  .page__landing_loya .landing_top__v2,
  .page__landing_loya .landing_top__v3,
  .page__landing_loya .landing_top__v4,
  .page__landing_loya .landing_top__v5 {
    margin: 0;
    min-height: 511px !important;
  }
}
.process {
  padding: 45px 0 30px;
}
.process__img {
  width: 80px;
  height: 80px;
  box-shadow: 0px 6px 20px rgba(28, 33, 38, 0.15);
  border-radius: 15px;
  margin: 0 auto 20px;
}
.process__img img {
  max-width: 40px;
  max-height: 40px;
}
.process__text {
  font-size: 14px;
  font-weight: 700;
  color: #212C58;
  max-width: 270px;
}
@media (min-width: 992px) {
  .process {
    padding: 25px 0 35px;
  }
  .process__text {
    font-size: 18px;
  }
  .process__img {
    width: 120px;
    height: 120px;
    border-radius: 30px;
  }
  .process__img img {
    max-width: 60px;
    max-height: 60px;
  }
}
.edge {
  padding: 25px 0 10px;
  background-color: #F4F6F9;
}
.edge__row {
  margin: 0 -10px;
}
.edge__item {
  padding: 0 10px;
  width: 50%;
}
.edge__cnt {
  line-height: 0.9;
  font-weight: bold;
  color: #C0C8D0;
  font-size: 48px;
}
.edge__text {
  color: #6A7C8C;
  font-size: 12px;
}
@media (min-width: 576px) {
  .edge {
    padding: 40px 0 30px;
  }
  .edge__item {
    width: 33.3333333%;
  }
}
@media (min-width: 768px) {
  .edge__item {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .edge {
    padding: 70px 0 60px;
  }
  .edge__cnt {
    font-size: 65px;
  }
  .edge__text {
    font-size: 14px;
  }
}
.title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #212C58;
}
@media (min-width: 992px) {
  .title {
    margin-bottom: 35px;
    font-size: 32px;
  }
}
.description {
  font-size: 18px;
  line-height: 24px;
  color: #6A7C8C;
}
@media (min-width: 992px) {
  .description {
    font-size: 24px;
  }
}
.allow {
  padding-top: 30px;
  font-size: 12px;
}
.allow__box_v2 {
  padding-top: 35px;
}
.allow__box_v3 {
  padding: 15px 0 15px;
}
.allow__item {
  margin-bottom: 35px;
}
.allow__img {
  margin-bottom: 35px;
}
.allow__name {
  font-weight: bold;
  color: #212C58;
  font-size: 18px;
  margin-bottom: 15px;
}
.allow__text {
  font-size: 12px;
}
.allow__description {
  font-weight: bold;
  color: #212C58;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .allow {
    padding-top: 40px;
  }
  .allow__box_v2 {
    padding-top: 25px;
  }
  .allow__box_v3 {
    padding: 25px 0 0;
  }
  .allow__item_v2 {
    margin-bottom: 40px;
  }
  .allow-item__even .allow__img {
    order: 3;
  }
  .allow__img {
    margin-bottom: 0;
  }
  .allow__name {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .allow {
    padding-top: 65px;
    font-size: 14px;
  }
  .allow__box_v2 {
    padding-top: 15px;
  }
  .allow__box_v3 {
    padding: 25px 0 30px;
  }
  .allow__item {
    margin-bottom: 60px;
  }
  .allow__item_v2 {
    margin-bottom: 40px;
  }
  .allow__name {
    font-size: 24px;
    line-height: 30px;
  }
  .allow__text {
    font-size: 14px;
  }
  .allow__description {
    font-size: 14px;
  }
}
.step-quad {
  display: inline-block;
  width: 128px;
  height: 128px;
  background: url(/local/templates/2020/assets/img/page/landing/okto/icon/step-quad.svg) no-repeat center / contain;
  z-index: -1;
}
.step-quad-v2 {
  width: 72px;
  height: 72px;
  background: url(/local/templates/2020/assets/img/page/landing/okto/icon/step-quad-2.svg) no-repeat center / contain;
}
.step-quad:nth-child(1) {
  top: 370px;
  right: -60px;
}
.step-quad:nth-child(2) {
  left: -60px;
  top: 55%;
}
.step-quad:nth-child(3) {
  bottom: 0;
  right: -60px;
}
.step-quad-2 {
  display: none;
}
.step-quad-2:nth-child(1) {
  top: 133px;
  right: 0;
}
.step-quad-2:nth-child(2) {
  top: 100px;
  left: 0;
}
@media (min-width: 768px) {
  .step-quad:nth-child(1) {
    top: 125px;
  }
  .step-quad-2 {
    display: inline-block;
  }
  .step-quad-2:nth-child(1) {
    top: 305px;
    right: 0;
  }
}
.server {
  padding: 40px 0 20px;
}
.server__row {
  margin-bottom: 40px;
}
.server__row::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1090px;
  height: 170px;
  background-color: #F4F6F9;
}
.server__icon {
  margin-bottom: 25px;
}
.server__text {
  color: #6A7C8C;
  font-size: 12px;
  line-height: 24px;
}
.server-step .t-green {
  color: #78A22F;
}
.server-step__col {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.server-step__col:last-child {
  margin-bottom: 0;
}
.server-step__col:last-child::after {
  display: none;
}
.server-step__col::after {
  content: '';
  display: inline-block;
  transform-origin: center;
  background: url(/local/templates/2020/assets/img/page/landing/okto/icon/chevron.svg) no-repeat center / contain;
  position: absolute;
  transform: rotate(90deg);
  width: 23px;
  height: 56px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.server-step__icon {
  position: relative;
  padding-bottom: 45px;
}
.server-step__icon::before,
.server-step__icon::after {
  content: '';
  display: inline-block;
  background-color: #C0C8D0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.server-step__icon::before {
  height: 1px;
  width: 155px;
}
.server-step__icon::after {
  width: 1px;
  height: 16px;
}
.server-step__icon img {
  max-width: 90%;
}
.server-step__text {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #212C58;
}
.server-step__descr {
  color: #6A7C8C;
}
@media (min-width: 576px) {
  .server {
    padding: 50px 0 0;
  }
}
@media (min-width: 768px) {
  .server__text {
    font-size: 14px;
  }
  .server-step__col {
    width: 30%;
    margin-bottom: 0;
  }
  .server-step__col::after {
    top: 25px;
    right: -23px;
    margin: 0;
    left: auto;
    transform: none;
  }
  .server-step__icon img {
    max-height: 105px;
  }
}
@media (min-width: 992px) {
  .server {
    padding: 15px 0 50px;
  }
  .server__row {
    margin-bottom: 80px;
  }
  .server__row::before {
    height: 120px;
  }
  .server-step {
    line-height: 1;
  }
  .server-step__col::after {
    width: 34px;
    height: 84px;
    top: 40px;
    right: -40px;
  }
  .server-step__icon {
    min-width: 230px;
    min-height: 220px;
  }
  .server-step__icon::before {
    width: 230px;
  }
  .server-step__icon::after {
    height: 16px;
  }
  .server-step__icon img {
    max-height: 157px;
    max-width: none;
  }
  .server-step__text {
    font-size: 24px;
  }
}
.android {
  padding: 70px 0 40px;
}
.android__container::before,
.android__container::after {
  content: '';
  display: block;
  position: absolute;
}
.android__container::before {
  background-color: #F4F6F9;
  margin: 0 auto;
  z-index: -1;
  width: 190px;
  height: 260px;
  top: -35px;
  left: 0;
  right: 0;
}
.android__container::after {
  width: 4px;
  height: 58px;
  background-color: #78A22F;
  z-index: 2;
  left: 15px;
  bottom: -70px;
}
.android .title {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .android {
    padding: 100px 0 60px;
  }
  .android__container::before {
    width: 460px;
    height: 223px;
    top: -35px;
  }
  .android__container::after {
    bottom: -88px;
  }
}
@media (min-width: 992px) {
  .android {
    padding: 70px 0 80px;
  }
  .android__container::after {
    bottom: -108px;
  }
}
.ul-chevron ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ul-chevron li {
  position: relative;
  padding-left: 25px;
  min-height: 10px;
  margin-bottom: 12px;
}
.ul-chevron li:last-child {
  margin-bottom: 0;
}
.ul-chevron li::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(/local/templates/2020/assets/img/page/landing/okto/icon/double-chevron.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 6px;
}
.bussiness {
  padding: 40px 0 100px;
  background-color: #F4F6F9;
}
.bussiness__item {
  padding-left: 90px;
  font-size: 12px;
  color: #6A7C8C;
  line-height: 1.5;
}
.bussiness__icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  box-shadow: 0px 6px 20px rgba(28, 33, 38, 0.15);
  top: 0;
  left: 0;
  background-color: #fff;
}
.bussiness__name {
  font-size: 14px;
  font-weight: bold;
  color: #212C58;
}
@media (min-width: 576px) {
  .bussiness {
    padding: 45px 0 120px;
  }
}
@media (min-width: 992px) {
  .bussiness {
    padding: 60px 0 140px;
  }
  .bussiness__item {
    padding-left: 90px;
    font-size: 14px;
  }
  .bussiness__name {
    font-size: 18px;
  }
}
.green-box {
  padding: 290px 0 15px;
  color: #78A22F;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.green-box__text {
  max-width: 970px;
  margin: 0 auto;
  border: 6px solid #78A22F;
  border-radius: 40px;
  position: relative;
  padding: 70px 18px 20px;
}
.green-box__text::before {
  content: '';
  display: block;
  width: 142px;
  height: 100px;
  background: url(/local/templates/2020/assets/img/page/landing/okto/img3.svg) no-repeat center, #fff;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .green-box {
    padding: 100px 0 20px;
  }
  .green-box__text {
    padding: 65px 33px 55px;
  }
}
@media (min-width: 992px) {
  .green-box {
    padding-bottom: 35px;
    font-size: 18px;
  }
  .green-box__text {
    padding: 65px 44px 75px;
  }
}
.title-line__h::after {
  content: '';
  display: block;
  width: 45px;
  height: 4px;
  background-color: #78A22F;
  margin: 25px auto 0;
}
.benefit {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 15px;
  margin-bottom: 35px;
}
.benefit::after {
  content: '';
  display: block;
  width: 154px;
  background-color: #F4F6F9;
  position: absolute;
  left: 0;
  right: 0;
  top: 41px;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}
.benefit__v2 {
  max-width: none;
  margin-top: 230px;
}
.benefit__v2::after {
  height: 65%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.benefit-item {
  margin-bottom: 20px;
  width: 50%;
}
.benefit-item__v2 {
  width: auto !important;
  padding: 0 !important;
}
.benefit-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 6px 20px rgba(28, 33, 38, 0.15);
  border-radius: 30px;
  margin: 0 auto 18px;
}
.benefit-icon__v2 {
  margin-left: 0;
  margin-right: auto;
  width: 102px;
  height: 102px;
}
.benefit-icon img {
  max-width: 40px;
}
.benefit-name {
  font-weight: bold;
  color: #212C58;
  font-size: 12px;
  width: 100%;
}
.benefit-name__v2 {
  margin-bottom: 11px;
}
.benefit-text {
  font-size: 12px;
}
@media (min-width: 576px) {
  .benefit__v2 {
    margin-top: 150px;
  }
}
@media (min-width: 768px) {
  .benefit {
    padding-top: 20px;
    margin-bottom: 25px;
  }
  .benefit::after {
    width: 100%;
    height: 180px;
    top: auto;
    bottom: 0;
  }
  .benefit__v2 {
    margin-top: 0;
  }
  .benefit__v2::after {
    max-width: 630px;
    bottom: auto;
    top: 170px;
  }
  .benefit-row {
    min-height: 230px;
    padding-top: 10px;
  }
  .benefit-item {
    padding: 0 15px;
    width: 20%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .benefit {
    padding-top: 35px;
    margin-bottom: 20px;
  }
  .benefit::after {
    height: 210px;
  }
  .benefit__v2::after {
    max-width: 1050px;
    bottom: 50px;
    top: auto;
  }
  .benefit-row {
    min-height: 290px;
    padding-top: 20px;
  }
  .benefit-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 28px;
  }
  .benefit-icon img {
    max-width: 60px;
  }
  .benefit-name {
    font-size: 14px;
  }
  .benefit-name__v2 {
    font-size: 18px;
  }
  .benefit-text {
    font-size: 14px;
  }
}
.monitoring {
  padding: 15px 0 0;
}
.monitoring-item {
  background-color: #F4F6F9;
  border-radius: 20px;
  height: 100%;
  padding: 24px 18px 30px;
}
.monitoring-title {
  font-weight: bold;
  color: #212C58;
  font-size: 12px;
  margin-bottom: 20px;
}
.monitoring-text {
  font-size: 12px;
}
@media (min-width: 992px) {
  .monitoring {
    padding: 35px 0 10px;
  }
  .monitoring-item {
    padding: 24px 30px 30px;
  }
  .monitoring-title {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .monitoring-text {
    font-size: 14px;
  }
}
.subtitle {
  color: #212C58;
  font-weight: bold;
  margin-bottom: 30px;
}
.option {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.option-item {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 50%;
  font-size: 12px;
}
.option-icon {
  width: 70px;
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 6px 20px rgba(28, 33, 38, 0.15);
  border-radius: 20px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .option {
    padding: 0;
  }
  .option-row {
    padding-top: 20px;
  }
  .option-item {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .option {
    padding: 35px 0 15px;
  }
  .option-item {
    font-size: 14px;
  }
}
.example {
  padding: 0 0 20px;
}
.example-v3 {
  padding-bottom: 100px;
}
.example-item {
  margin-bottom: 25px;
}
.example-item:hover .example-img {
  box-shadow: 0px 6px 40px rgba(28, 33, 38, 0.2);
}
.example-img {
  margin-bottom: 25px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  border: 1px solid #E6EAED;
  border-radius: 20px;
  background-color: #fff;
  padding: 7px;
}
.example-img img {
  width: 100%;
}
.example-name {
  font-weight: bold;
  color: #212C58;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.example-description {
  font-weight: bold;
  color: #212C58;
  font-size: 12px;
  margin-bottom: 10px;
}
.example-text {
  font-size: 12px;
}
@media (min-width: 576px) {
  .example-v3 {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .example {
    padding: 15px 0 40px;
  }
  .example-v3 {
    padding-bottom: 140px;
  }
  .example-item {
    margin-bottom: 35px;
  }
  .example-img {
    margin-bottom: 30px;
    padding: 12px;
  }
  .example-name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .example-description {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .example-text {
    font-size: 14px;
  }
}
.problem {
  padding-top: 20px;
}
.problem span.step-quad {
  right: 0;
  top: 85px;
}
.problem-item {
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 12px;
}
.problem-item.active {
  background-color: #78A22F;
  color: #fff;
  padding: 14px 15px;
}
.problem-name {
  font-weight: bold;
  font-size: 18px;
  color: #212C58;
  position: relative;
  padding-left: 90px;
  min-height: 70px;
}
.problem-name i {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 6px 20px rgba(28, 33, 38, 0.15);
  border-radius: 20px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .problem-item.active {
    padding: 21px 21px 25px;
  }
}
@media (min-width: 992px) {
  .problem {
    padding: 40px 0 15px;
    font-size: 14px;
  }
  .problem span.step-quad {
    right: 0;
    top: 120px;
  }
  .problem-item {
    font-size: 14px;
  }
  .problem-item.active {
    padding: 21px 35px 25px;
    font-size: 12px;
  }
  .problem-name {
    font-size: 24px;
    padding-left: 100px;
  }
}
.alarm {
  position: relative;
  font-weight: bold;
  color: #78A22F;
  font-size: 14px;
  background-color: #F4F6F9;
  padding: 21px 15px 20px 92px;
  border-radius: 10px;
}
.alarm::before {
  content: '';
  display: inline-block;
  width: 56px;
  height: 56px;
  background-color: #fff;
  box-shadow: 0px 6px 50px rgba(28, 33, 38, 0.15);
  background: url(/local/templates/2020/assets/img/page/landing/okto/icon/alarm.svg) no-repeat center / 9px;
  position: absolute;
  border-radius: 50%;
  left: 19px;
  top: 23px;
}
.alarm-box {
  padding: 0 0 20px;
}
@media (min-width: 576px) {
  .alarm {
    padding: 21px 22px 20px 92px;
  }
  .alarm-box {
    padding: 0 0 25px;
  }
}
@media (min-width: 992px) {
  .alarm {
    padding: 49px 73px 55px 170px;
    font-size: 18px;
  }
  .alarm-box {
    padding: 35px 0;
  }
  .alarm::before {
    width: 78px;
    height: 78px;
    top: 38px;
    left: 58px;
    background-size: auto;
  }
}
.award {
  padding: 20px 0px;
}
.award-item {
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.award-item::after {
  content: '';
  display: block;
  width: 45px;
  height: 4px;
  background-color: #78A22F;
  margin: 40px auto;
}
.award-item:last-child::after {
  display: none;
}
@media (min-width: 768px) {
  .award {
    padding: 25px 0 20px;
  }
  .award-item {
    width: 47%;
    padding: 33px;
    box-shadow: 0px 6px 50px rgba(28, 33, 38, 0.15);
    border-radius: 20px;
    margin-right: 3%;
  }
  .award-item:last-child {
    margin-right: 0;
  }
  .award-item::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .award {
    padding: 35px 0 40px;
  }
  .award-item {
    width: 370px;
    margin: 0 35px;
  }
}
.safety {
  padding: 20px 0 20px;
}
.safety-item {
  width: 100%;
}
@media (min-width: 576px) {
  .safety {
    padding: 25px 0 40px;
  }
  .safety-item {
    width: 33.3333333%;
  }
}
@media (min-width: 992px) {
  .safety {
    padding: 40px 0 50px;
  }
  .safety-item {
    width: 20%;
  }
}
.feature {
  padding: 32px 0 35px;
  background-color: #F4F6F9;
  font-size: 12px;
}
.feature .subtitle {
  margin-bottom: 10px;
}
.feature-item {
  margin-bottom: 20px;
}
.feature-item:last-child {
  margin-bottom: 0;
}
.feature-title {
  font-weight: bold;
  color: #212C58;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .feature {
    padding: 40px 0 50px;
    background: url(/local/templates/2020/assets/img/page/landing/okto/icon/gear.svg) no-repeat right 20px bottom 20px, #F4F6F9;
    background-size: 317px;
  }
  .feature-item {
    width: 50%;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .feature-item:first-child {
    padding-right: 30px;
    border-right: 1px solid #C0C8D0;
  }
  .feature-item:last-child {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .feature {
    font-size: 14px;
    padding: 65px 0 60px;
    background-size: 455px;
  }
  .feature-item {
    padding-top: 20px;
  }
  .feature-item:first-child {
    padding-right: 40px;
  }
  .feature-item:last-child {
    padding-left: 40px;
  }
  .feature-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.holding {
  padding: 30px 0 100px;
}
.holding .step-quad {
  display: none;
}
.holding-col {
  margin-bottom: 30px;
}
.holding-col:last-child {
  margin-bottom: 0;
}
.holding-title {
  font-size: 14px;
  font-weight: bold;
  color: #212C58;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .holding {
    padding: 30px 0 120px;
  }
  .holding-col {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .holding {
    padding: 65px 0 140px;
  }
  .holding .step-quad {
    display: inline-block;
    right: 0 !important;
    bottom: 28px !important;
    top: auto !important;
  }
  .holding-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.how-work {
  font-size: 12px;
  padding: 25px 0;
}
.how-work-item {
  width: 100%;
  position: relative;
  padding-left: 60px;
  min-height: 19px;
  margin-bottom: 20px;
}
.how-work-cnt {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #C0C8D0;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  line-height: 0.8;
}
.how-work-cnt::after {
  content: '';
  display: block;
  width: 4px;
  height: 19px;
  background-color: #78A22F;
  margin-left: 12px;
}
.how-work-img {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .how-work-box {
    padding-left: 380px;
  }
  .how-work-img {
    width: 360px;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .how-work {
    padding: 35px 0;
    font-size: 14px;
  }
  .how-work-box {
    min-height: 470px;
    padding-left: 0;
  }
  .how-work-img {
    position: static;
    margin-top: 40px;
  }
  .how-work-item {
    width: auto;
    min-height: 28px;
    padding-left: 91px;
    max-width: 295px;
    position: absolute;
  }
  .how-work-item:nth-child(2) {
    top: 0;
    left: 0;
  }
  .how-work-item:nth-child(3) {
    top: 200px;
    left: 0;
  }
  .how-work-item:nth-child(4) {
    top: 400px;
    left: 0;
  }
  .how-work-item:nth-child(5) {
    top: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .how-work-item:nth-child(6) {
    top: 0;
    right: 0;
  }
  .how-work-item:nth-child(7) {
    top: 200px;
    right: 0;
  }
  .how-work-item:nth-child(8) {
    top: 400px;
    right: 0;
  }
  .how-work-cnt {
    font-size: 36px;
    top: 2px;
  }
  .how-work-cnt::after {
    height: 28px;
    margin-left: 19px;
  }
}
@media (min-width: 1200px) {
  .how-work-img {
    margin-top: 0;
    width: auto;
  }
}
.whom {
  padding: 0 0 20px;
  font-size: 12px;
}
.whom-row {
  margin-top: 110px;
}
.whom-row [class*=col] {
  margin-bottom: 80px;
}
.whom-row [class*=col]:last-child {
  margin-bottom: 0;
}
.whom-item {
  border: 4px solid #78A22F;
  border-radius: 20px;
  height: 100%;
  padding: 55px 15px 30px;
}
.whom-icon {
  position: absolute;
  background-color: #fff;
  width: 145px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -60px;
}
.whom-icon img {
  width: 115px;
}
@media (min-width: 768px) {
  .whom {
    padding: 10px 0 20px;
  }
  .whom-row {
    margin-top: 80px;
  }
  .whom-row [class*=col] {
    margin-bottom: 0;
  }
  .whom-item {
    padding: 55px 24px 50px;
  }
}
@media (min-width: 992px) {
  .whom {
    padding: 55px 0 40px;
    font-size: 14px;
  }
  .whom-row {
    margin-top: 170px;
  }
  .whom-item {
    padding: 55px 40px 50px;
  }
  .whom-icon {
    top: -110px;
    width: 225px;
  }
  .whom-icon img {
    width: auto;
  }
}
.counter-item {
  display: flex;
  align-items: flex-end;
}
.counter-item span {
  display: inline-block;
  font-weight: bold;
  color: #C0C8D0;
  font-size: 72px;
  line-height: 0.75;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .counter-item span {
    font-size: 96px;
  }
}
.damage {
  background-color: #F4F6F9;
  padding: 40px 0 20px;
  font-size: 14px;
  text-align: center;
}
.damage-row [class*=col] {
  margin-bottom: 20px;
}
.damage-icon {
  width: 70px;
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 6px 20px rgba(28, 33, 38, 0.15);
  border-radius: 15px;
  margin: 0 auto 20px;
}
.damage-name {
  font-weight: bold;
  color: #212C58;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .damage {
    padding: 45px 0 20px;
    text-align: left;
  }
  .damage-row [class*=col] {
    margin-bottom: 35px;
  }
  .damage-icon {
    margin: 0 auto 20px 0px;
  }
}
@media (min-width: 992px) {
  .damage {
    margin-top: 10px;
    padding: 70px 35px;
  }
  .damage-row [class*=col] {
    margin-bottom: 50px;
  }
}
.consist {
  padding: 30px 0 25px;
  font-size: 12px;
}
.consist-list {
  margin-top: 30px;
  text-align: left;
}
.consist-list li {
  margin-bottom: 15px;
}
.consist-list li:last-child {
  margin-bottom: 0;
}
.consist-list b {
  display: block;
  color: #212C58;
  font-weight: bold;
}
@media (min-width: 768px) {
  .consist {
    padding: 50px 0 25px;
  }
}
@media (min-width: 992px) {
  .consist {
    padding: 70px 0 50px;
  }
}
.resolve {
  padding: 0 0 25px;
  margin-top: 30px;
  text-align: center;
}
.resolve::before {
  content: '';
  display: inline-block;
  position: absolute;
  background: url(./img/icon/quad.svg) no-repeat center / contain;
  z-index: -1;
  width: 400px;
  height: 231px;
  right: -200px;
  top: 80px;
}
.resolve-left {
  order: 2;
  margin-top: 30px;
}
.resolve-right {
  margin-left: -15px;
  margin-right: -15px;
}
.resolve-title::after {
  content: '';
  display: block;
  width: 45px;
  height: 4px;
  background-color: #78A22F;
  margin: 20px auto;
}
.resolve-list {
  font-weight: bold;
  font-size: 14px;
  color: #212C58;
  display: flex;
  flex-wrap: wrap;
}
.resolve-list span {
  display: block;
  color: #78A22F;
  font-size: 36px;
  line-height: 1;
}
.resolve-item {
  width: 100%;
  margin-bottom: 15px;
}
.resolve-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .resolve {
    padding: 25px 0;
    margin-top: 0;
    text-align: left;
  }
  .resolve::before {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .resolve-left {
    width: 50%;
    padding-right: 20px;
    order: 0;
    margin-top: 0;
  }
  .resolve-right {
    width: 50%;
    margin: 0;
  }
  .resolve-title::after {
    margin: 20px auto 20px 0;
  }
  .resolve-list {
    justify-content: space-between;
  }
  .resolve-item {
    width: 30%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .resolve {
    padding: 55px 0 40px;
    margin-top: 45px;
  }
  .resolve-left {
    width: 52%;
  }
  .resolve-right {
    width: 48%;
  }
  .resolve-list {
    font-size: 18px;
  }
  .resolve-list span {
    font-size: 48px;
    line-height: 1;
  }
  .resolve-img {
    position: relative;
  }
  .resolve-img::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 80px;
    background-color: #78A22F;
    position: absolute;
    right: 35px;
    top: -40px;
  }
}
.use {
  padding: 25px 0 55px;
}
.use-item {
  border: 1px solid #E6EAED;
  min-height: 105px;
}
.use-item img {
  max-width: 115px;
  max-height: 54px;
}
@media (min-width: 768px) {
  .use-item {
    min-height: 135px;
  }
  .use-item img {
    max-width: 145px;
    max-height: 110px;
    max-height: 70px;
  }
}
@media (min-width: 992px) {
  .use {
    padding: 45px 0 80px;
  }
  .use-item {
    min-height: 215px;
  }
  .use-item img {
    max-width: none;
    max-height: none;
  }
}
.cicle {
  padding: 35px 0 110px;
  font-size: 12px;
  background-color: #F4F6F9;
}
.cicle-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.cicle-count {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  color: #C0C8D0;
}
.cicle-count span {
  font-size: 22px;
}
@media (min-width: 768px) {
  .cicle {
    padding: 50px 0 130px;
  }
  .cicle-row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 50px;
  }
  .cicle-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cicle {
    padding: 70px 0 125px;
    font-size: 14px;
  }
  .cicle-row {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 100px;
  }
  .cicle-item {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 55px;
  }
  .cicle-count {
    font-size: 65px;
    line-height: 1.1;
  }
  .cicle-count span {
    font-size: 24px;
  }
}
.task-box {
  padding: 100px 0 25px;
}
.task-box .title {
  margin-bottom: 60px;
}
.task-box .allow-item__odd .step-quad,
.task-box .allow-item__even .step-quad {
  position: absolute;
  right: 15px;
  top: -40px;
}
@media (min-width: 768px) {
  .task-box {
    padding: 25px 0;
  }
  .task-box .allow-item__odd .step-quad {
    right: 15px;
  }
  .task-box .allow-item__even .step-quad {
    right: 50px;
  }
}
@media (min-width: 992px) {
  .task-box {
    padding: 150px 0;
  }
  .task-box .title {
    margin-bottom: 120px;
  }
}
.working {
  padding: 25px 0 10px;
  font-size: 12px;
}
.working-row::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #F4F6F9;
  margin: auto;
  left: 0px;
  right: 0px;
  max-width: 98px;
  top: 20px;
  bottom: 5px;
}
.working-item {
  margin-bottom: 20px;
}
.working-text {
  font-weight: bold;
  color: #212C58;
}
@media (min-width: 768px) {
  .working {
    padding: 25px 0 0;
  }
  .working .title {
    margin-bottom: 50px;
  }
  .working-row::after {
    top: 25px;
    max-width: 740px;
    height: 180px;
    bottom: auto;
  }
  .working-item {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .working {
    padding: 50px 0 10px;
    font-size: 14px;
  }
  .working .title {
    margin-bottom: 80px;
  }
  .working .edge__cnt {
    margin-bottom: 15px;
  }
  .working-row::after {
    top: 30px;
    max-width: 1170px;
    height: 290px;
  }
  .working-item {
    margin-bottom: 90px;
  }
}
.factor {
  padding: 25px 0 20px;
  font-size: 12px;
}
.factor .option-icon {
  margin-bottom: 10px;
}
.factor-row {
  margin: 0 auto;
}
.factor-row::after {
  content: '';
  display: block;
  background-color: #F4F6F9;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.factor-item {
  width: 50%;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 25px;
}
.factor-name {
  font-weight: bold;
  color: #212C58;
}
@media (min-width: 768px) {
  .factor {
    padding: 0 0 25px;
  }
  .factor .option-icon {
    margin-bottom: 15px;
  }
  .factor-row::after {
    max-width: 510px;
    height: 195px;
    top: 40px;
  }
  .factor-item {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .factor {
    padding: 0 0 25px;
    font-size: 14px;
  }
  .factor .title {
    margin-bottom: 75px;
  }
  .factor .option-icon {
    margin-bottom: 30px;
  }
  .factor-row {
    max-width: 1000px;
  }
  .factor-row::after {
    max-width: 800px;
    height: 122px;
  }
  .factor-item {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.concept {
  padding: 20px 0 155px;
}
.concept .title {
  margin-bottom: 40px;
}
.concept-user {
  position: relative;
  padding-bottom: 40px;
}
.concept-user .concept-arrow {
  bottom: 10px;
}
.concept-user-icon {
  margin-bottom: 5px;
}
.concept-user-text {
  font-weight: bold;
  color: #212C58;
  font-size: 18px;
}
.concept-user-2 {
  padding-top: 70px;
  padding-bottom: 0;
}
.concept-user-2 .concept-arrow {
  transform: rotate(180deg);
  top: 28px;
  bottom: auto;
}
.concept-arrow {
  display: inline-block;
  position: absolute;
}
.concept-arrow-1 {
  width: 8px;
  height: 25px;
  background: url(/local/templates/2020/assets/img/page/landing/okto/concept/arrow/arrow-1.svg) no-repeat center / contain;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.concept-row {
  position: relative;
}
.concept-row::before {
  content: '';
  display: block;
  width: 110px;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 15px;
  top: 15px;
  margin: auto;
  background: url(/local/templates/2020/assets/img/page/landing/okto/concept/line2.svg) no-repeat center / contain;
}
.concept-row-1 {
  margin-bottom: 40px;
}
.concept-row-1 .concept-arrow {
  bottom: -30px;
}
.concept-row-2 {
  margin-top: 25px;
}
.concept-row-2::before {
  display: none !important;
}
.concept-item {
  width: 100%;
  padding: 13px 15px 15px 55px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(28, 33, 38, 0.15);
  border-radius: 20px;
  position: relative;
  text-align: left;
  margin-bottom: 12px;
}
.concept-item:last-child {
  margin-bottom: 0;
}
.concept-item-icon {
  width: 24px;
  position: absolute;
  top: 19px;
  left: 19px;
}
.concept-item-1 {
  width: 32%;
  padding: 0;
  background: none;
  box-shadow: none;
  text-align: center;
  margin-bottom: 0;
}
.concept-item-1 .concept-item-icon {
  width: 100%;
  position: static;
  text-align: center;
  margin-bottom: 6px;
}
.concept-item-1 .concept-item-icon img {
  max-width: 24px;
}
.concept-item-name {
  font-weight: bold;
  color: #212C58;
  font-size: 12px;
}
.concept-item-text {
  font-size: 12px;
}
.concept-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 45px;
  position: relative;
}
.concept-title .concept-arrow {
  bottom: 9px;
}
.concept-img {
  padding-bottom: 50px;
  position: relative;
}
.concept-img img {
  width: 219px;
}
.concept-img .concept-arrow {
  bottom: 10px;
}
.concept-arrow-2,
.concept-arrow-3,
.concept-arrow-4 {
  display: none;
}
@media (min-width: 768px) {
  .landing__top {
    min-height: 335px !important;
  }
  .concept-row {
    position: relative;
  }
  .concept-row::before {
    width: 500px;
    height: 80px;
    top: 0;
    bottom: 0;
    background: url(/local/templates/2020/assets/img/page/landing/okto/concept/line3.svg) no-repeat center / contain;
  }
  .concept-row-1 {
    margin-bottom: 30px;
  }
  .concept-row-1 .concept-arrow {
    bottom: -22px;
  }
  .concept-row-2 {
    margin-top: 15px;
  }
  .concept-item {
    width: 32%;
    padding: 23px 15px 20px;
    text-align: center;
  }
  .concept-item-1 .concept-item-icon img {
    max-width: none;
  }
  .concept-item-icon {
    width: auto;
    margin-bottom: 14px;
    position: static;
  }
  .concept-item-name {
    font-size: 14px;
  }
  .concept-img .concept-arrow {
    bottom: 15px;
  }
  .concept-user {
    padding-bottom: 60px;
    bottom: 0px;
  }
  .concept-user-2 {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .concept-user-2 .concept-arrow {
    top: -5px;
    bottom: auto;
  }
  .concept-arrow.r-horizont {
    transform: rotateY(180deg);
  }
  .concept-arrow.r-vertical {
    transform: rotateX(180deg);
  }
  .concept-arrow.r-vertical-horizont {
    transform: rotateX(180deg) rotateY(180deg);
  }
  .concept-arrow-2,
  .concept-arrow-3,
  .concept-arrow-4 {
    display: inline-block;
    transform-origin: left;
  }
  .concept-arrow-2 {
    width: 160px;
    height: 109px;
    background: url(/local/templates/2020/assets/img/page/landing/okto/concept/arrow/arrow-2.svg) no-repeat left top / cover;
  }
  .concept-arrow-2.top {
    top: -118px;
  }
  .concept-arrow-2.bottom {
    bottom: -100px;
  }
  .concept-arrow-3 {
    width: 125px;
    height: 45px;
    background: url(/local/templates/2020/assets/img/page/landing/okto/concept/arrow/arrow-3.svg) no-repeat left top / contain;
  }
  .concept-arrow-3.bottom {
    bottom: -70px !important;
  }
  .concept-arrow-4 {
    width: 79px;
    height: 88px;
    background: url(/local/templates/2020/assets/img/page/landing/okto/concept/arrow/arrow-4.svg) no-repeat left top / cover;
  }
  .concept-arrow-4.top {
    top: -105px;
  }
}
@media (min-width: 992px) {
  .concept {
    padding: 25px 0 175px;
  }
  .concept .title {
    margin-bottom: 55px;
  }
  .concept-box {
    max-width: 970px;
    margin: 0 auto;
  }
  .concept-user-1 {
    padding-bottom: 65px;
  }
  .concept-user-1 .concept-arrow {
    bottom: 15px;
  }
  .concept-user-2 {
    padding-top: 60px;
  }
  .concept-user-2 .concept-arrow {
    top: 15px;
  }
  .concept-user-text {
    font-size: 24px;
  }
  .concept-row {
    position: relative;
  }
  .concept-row::before {
    width: 880px;
    height: 50px;
    background: url(/local/templates/2020/assets/img/page/landing/okto/concept/line.svg) no-repeat center;
  }
  .concept-row-1 {
    margin-bottom: 30px;
  }
  .concept-row-1 .concept-arrow {
    bottom: -24px;
  }
  .concept-row-2 {
    margin-top: 0;
  }
  .concept-item {
    width: 270px;
  }
  .concept-img {
    padding-bottom: 35px;
  }
  .concept-img img {
    width: auto;
  }
  .concept-arrow-2 {
    width: 254px;
    height: 109px;
    background-size: contain;
  }
  .concept-arrow-2.top {
    top: -125px;
  }
  .concept-arrow-2.bottom {
    bottom: -100px;
  }
  .concept-arrow-3 {
    width: 215px;
    height: 45px;
    background-size: contain;
  }
  .concept-arrow-3.bottom {
    bottom: -55px !important;
  }
  .concept-arrow-4 {
    width: 164px;
    height: 88px;
    background-size: contain;
  }
  .concept-arrow-4.top {
    top: -105px;
  }
}
/*# sourceMappingURL=style.css.map */