
/*==============================PAGE==============================*/
.promo_2 .promo__title {
  font-size: 60px;
}
.promo_2 .promo__bottom {
  margin-top: -150px;
}
.promo_2 .promo__bottom-leftside {
  text-align: left;
  padding-left: 80px;
}
.promo_2 .promo__warning {
  display: inline-block;
  margin-bottom: 15px;
  text-align: left;
}
.promo_2 .promo__bottom-rightside {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.promo-features {
  padding-left: 65px;
}
.promo-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.promo-features__icon {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  max-width: 38px;
  height: 38px;
  margin-right: 15px;
  background: #2D404F;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}
.promo-features__title {
  font-size: 28px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 0.9;
  color: #2D404F;
}

.mask {
  padding: 50px 0;
}
.mask__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mask__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 70px;
}
.mask__content p {
  margin-bottom: 15px;
  font-size: 20px;
}
.mask__title {
  margin-bottom: 20px;
}

.mask-info {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 515px;
          flex: 0 0 515px;
  max-width: 515px;
}
.mask-info__image {
  border-radius: 15px;
  overflow: hidden;
}
.mask-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mask-info__features {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
}

.mask-feature-item {
  margin-top: 25px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 130px;
  height: 130px;
}
.mask-feature-item__icon {
  font-size: 45px;
  font-weight: 700;
  color: #2D404F;
}
.mask-feature-item__text {
  padding: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #2D404F;
}

.mask-feature-item_2:after {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  border: 3px dashed #fff;
  border-radius: 50%;
}

.mask-feature-item_1 .mask-feature-item__icon {
  position: relative;
}
.mask-feature-item_1 .mask-feature-item__icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  width: 64px;
  height: 83px;
  background-image: url(https://spaindustry.ua/image/catalog/landing/icon-mask-feature1-arrow.svg);
}

.consist {
  padding: 50px 0;
}
.consist img{
    display: inline-block;
}
.consist__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.consist__col {
  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-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 4px;
}
.consist__col:last-child {
  padding-bottom: 0;
}

.consist-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 25px 50px;
  background: #D9DEE2;
  z-index: 1;
  margin-bottom: 8px;
  border-radius: 30px 30px 0 30px;
}
.consist-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 35px;
  z-index: -1;
  width: 448px;
  opacity: 0.5;
  height: 469px;
  background-image: url(https://spaindustry.ua/image/catalog/landing/consist-shape1.svg);
  background-size: cover;
  overflow: hidden;
}
.consist-item__caption {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.consist-item__title {
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
.consist-item__text {
  font-size: 20px;
  line-height: 1.2;
}
.consist-item__text p{
    font-size: 20px;
}
.consist-item__img {
  margin-bottom: 25px;
  text-align: center;
}

.consist-item__list {
  padding-top: 15px;
}
.consist-item__list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 700;
}
.consist-item__list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 10px;
  width: 5px;
  height: 5px;
  background: #2D404F;
  border-radius: 50%;
}

.consist-features-item {
  margin-bottom: 30px;
}
.consist-features-item:last-child {
  margin-bottom: 0;
}
.consist-features-item__icon {
  margin-bottom: 15px;
  text-align: center;
}
.consist-features-item__desc {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
}
.consist-features-item__desc:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #2D404F;
  border-radius: 50%;
}

.consist-block {
  position: relative;
  margin-bottom: 40px;
}
.consist-block:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
}
.consist-block__title {
  font-size: 28px;
  position: relative;
  z-index: 15;
  text-transform: uppercase;
  font-weight: 700;
  color: #2D404F;
}
.consist-block__text {
  font-size: 20px;
  line-height: 1.2;
}
.consist-block_1:after {
  background-image: url(https://spaindustry.ua/image/catalog/landing/consist-arrow1.svg);
  width: 209px;
  height: 163px;
  top: 110%;
  left: 0;
}
.consist-block_2:after {
  background-image: url(https://spaindustry.ua/image/catalog/landing/consist-arrow2.svg);
  width: 239px;
  height: 90px;
  top: 110%;
  right: 0;
}
.consist-block_3:after {
  background-image: url(https://spaindustry.ua/image/catalog/landing/consist-arrow3.svg);
  width: 99px;
  height: 143px;
  left: 0;
  bottom: 110%;
}
.consist-block_4:after {
  background-image: url(https://spaindustry.ua/image/catalog/landing/consist-arrow4.svg);
  width: 230px;
  height: 160px;
  bottom: 110%;
  right: 0;
}

@media only screen and (max-width: 1299px) {
  .center-wrapper {
    max-width: 960px;
  }
  h1, .title_1 {
    font-size: 55px;
  }
  h2, .title_2 {
    font-size: 40px;
  }
  .promo__top-leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
  }
  .promo__bottom-leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .promo__warning {
    font-size: 11px;
  }
  .promo__top-leftside {
    padding-top: 20px;
  }
  .promo__logo {
    top: -20px;
    right: 50px;
  }
  .promo__name {
    top: 260px;
    font-size: 55px;
  }
  .features-item__desc {
    font-size: 16px;
  }
  .about__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .about p {
    font-size: 16px;
  }
  .result__row {
    margin: 0 -10px;
  }
  .result__col {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .result-item__image {
    height: 250px;
  }
  .work__leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
  }
  .work-info__img img {
    max-width: 100%;
  }
  .work-info__content {
    padding-left: 25px;
  }
  .work-info__desc {
    font-size: 20px;
  }
  .work-info__desc_2 {
    width: 185px;
  }
  .reviews__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reviews__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .faq-accordeon__title {
    font-size: 22px;
  }
  section:after {
    width: 930px;
  }
}
@media only screen and (max-width: 991px) {
  .center-wrapper {
    max-width: 720px;
  }
  h2 br {
    display: none;
  }
  .promo__top {
    display: block;
  }
  .promo__top-leftside {
    max-width: 100%;
    padding: 0;
  }
  .promo__name {
    position: static;
    text-align: center;
  }
  .promo__name br {
    display: none;
  }
  .promo__logo {
    top: -20px;
    right: -15px;
  }
  .promo__subtitle {
    font-size: 24px;
  }
  .promo__desc {
    margin-bottom: 25px;
  }
  .promo__image {
    margin-bottom: 25px;
    text-align: center;
  }
  .promo__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .promo__bottom-rightside {
    margin-bottom: 30px;
  }
  .features-item {
    margin-bottom: 60px;
  }
  .about__body {
    display: block;
    text-align: center;
  }
  .about__image {
    display: none;
  }
  .about__image_mobile {
    display: block;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .about__content {
    padding: 0;
  }
  .result__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .result__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .work__body {
    display: block;
  }
  .work__leftside {
    display: none;
  }
  .work__title {
    text-align: center;
  }
  .work-info_mobile {
    display: block;
  }
  .work-info__img {
    margin: 0 auto 30px;
    max-width: 350px;
  }
  .work-info__content {
    padding: 0 50px 0 90px;
  }
  .work-info__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: auto;
    text-align: center;
  }
  .reviews-item-author__inst {
    font-size: 14px;
  }
  .reviews-item-author__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
  }
  .reviews-item-author__name {
    font-size: 18px;
  }
  .webinar-features__row {
    margin: 0 -10px;
  }
  .webinar-features-item {
    padding: 0 10px;
  }
  .promo__bottom-leftside {
    max-width: 100%;
  }
  section:after {
    width: 690px;
  }
}
@media only screen and (max-width: 767px) {
  .center-wrapper {
    max-width: 540px;
  }
  h3, .title_3 {
    font-size: 30px;
  }
  .promo__logo {
    display: none;
  }
  .promo__top {
    text-align: center;
  }
  .promo__name {
    font-size: 45px;
  }
  .features-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .work-info__content {
    padding: 0 35px 0 45px;
  }
  .reviews__row {
    display: block;
  }
  .reviews__col {
    max-width: 100%;
  }
  .webinar__video-poster {
    height: 290px;
  }
  .webinar__video-play {
    width: 120px;
    height: 120px;
    background-size: 70% 70%;
  }
  .webinar-features__row {
    display: block;
  }
  .webinar-features-item {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .webinar-features-item:last-child {
    margin-bottom: 0;
  }
  .faq__body {
    padding: 30px;
  }
  section:after {
    width: 510px;
  }
}
@media only screen and (max-width: 575px) {
  .center-wrapper {
    max-width: 100%;
  }
  h1, .title_1 {
    font-size: 40px;
  }
  h2, .title_2 {
    font-size: 28px;
  }
  h3, .title_3 {
    font-size: 24px;
  }
  .btn {
    font-size: 16px;
  }
  section:after {
    width: calc(100% - 30px);
    height: 3px;
  }
  .modal__close {
    top: 20px;
    right: 20px;
  }
  .promo__subtitle {
    font-size: 16px;
  }
  .promo__desc {
    font-size: 16px;
  }
  .promo__desc strong {
    font-weight: 700;
  }
  .promo__name {
    font-size: 35px;
  }
  .promo__bottom {
    display: block;
  }
  .promo__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .promo__warning br {
    display: none;
  }
  .features__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  .features-item {
    padding: 5px;
    -webkit-box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .features-item__icon {
    width: 50px;
    height: 50px;
    padding: 12px;
  }
  .features-item__icon img {
    max-width: 100%;
    max-height: 100%;
  }
  .features-item__desc {
    font-size: 13px;
  }
  .features {
    padding: 40px 0 30px 0;
  }
  .result__row {
    display: block;
  }
  .result__col {
    max-width: 100%;
  }
  .result-item__image {
    margin-bottom: 25px;
    height: 260px;
  }
  .result-item__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .result-item__desc {
    font-size: 14px;
  }
  .result {
    padding: 40px 0;
  }
  .work-info__content {
    padding: 0;
  }
  .work-info__desc {
    padding-right: 15px;
    font-size: 16px;
    text-align: left;
  }
  .work-info__img {
    margin-bottom: 20px;
  }
  .webinar__video-poster {
    height: 190px;
  }
  .webinar__video-play {
    width: 100px;
    height: 100px;
  }
  .callback {
    padding-top: 30px;
  }
  .callback__title {
    margin-bottom: 25px;
  }
  .webinar-features-item__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    padding: 12px;
  }
  .webinar-features-item__icon img {
    max-width: 100%;
  }
  .webinar-features-item {
    margin-bottom: 25px;
  }
  .faq {
    padding: 40px 0;
  }
  .faq-accordeon__content-inner {
    padding-left: 25px;
  }
  .faq-accordeon__content-inner p {
    font-size: 14px;
  }
  .faq-accordeon-item {
    margin-bottom: 20px;
  }
  .faq__body {
    padding: 20px;
  }
  .faq-accordeon__title {
    padding-left: 25px;
    font-size: 16px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__copyright {
    font-size: 18px;
  }
}
@media only screen and (max-width: 359px) {
  h1, .title_1 {
    font-size: 35px;
  }
  .promo__subtitle {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .promo__name {
    font-size: 32px;
  }
  .features-item__desc {
    font-size: 12px;
  }
  .result__btn {
    font-size: 15px;
  }
  .work-info__desc {
    font-size: 14px;
  }
  .reviews-item-author__inst {
    font-size: 12px;
  }
  .reviews-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}




.consist__col:nth-child(1) .consist-item:last-child, .consist__col:nth-child(3) .consist-item:last-child {
    background: #B4BDC5;
  }
  
  .consist__col:nth-child(1) .consist-item:first-child:after {
    opacity: 1;
  }
  
  .consist__col:nth-child(2) .consist-item:first-child:after {
    left: 0;
    opacity: 0.4;
    top: 170px;
  }
  
  .consist__col:nth-child(3) .consist-item:first-child:after {
    opacity: 0.3;
  }
  .consist__col:nth-child(3) .consist-item:last-child:after {
    top: 30px;
  }

  .mask-feature-item:last-child:after{
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    border: 2px dashed #fff;
    border-radius: 50%;
    right: -10px;
  }
  .mask-feature-item:last-child{
    position: relative;
  }
  
  @media only screen and (max-width: 1299px) {
    .promo_2 .promo__title {
      font-size: 42px;
    }
    .promo-features__title {
      font-size: 24px;
    }
    .mask__content {
      padding-right: 30px;
    }
    .mask-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 430px;
              flex: 0 0 430px;
      max-width: 430px;
    }
    .mask__content p {
      font-size: 16px;
    }
    .consist-item__text {
      font-size: 18px;
    }
    .consist-block__title {
      font-size: 22px;
    }
    .consist-features-item__desc {
      font-size: 18px;
    }
    .consist-item {
      padding: 25px 20px 30px;
    }
    .consist-item__title {
      font-size: 22px;
    }
    .consist-item__list li {
      font-size: 18px;
    }
    .consist-block__text {
      padding-top: 7px;
      font-size: 18px;
    }
    .promo_2 .promo__bottom-leftside {
      padding-left: 55px;
    }
    .promo_2 .promo__bottom-leftside br {
      display: none;
    }
  }
  @media only screen and (max-width: 991px) {
    .promo_2 .promo__image {
      margin-top: 40px;
      margin-left: 0;
    }
    .promo_2 .promo__subtitle {
      margin-bottom: 70px;
    }
    .promo_2 .promo__bottom-leftside {
      text-align: center;
      padding-left: 0;
    }
    .promo_2 .promo__warning {
      margin-top: 10px;
      max-width: 500px;
    }
    .promo_2 .promo__title {
      padding-right: 70px;
    }
    .promo_2 .promo__bottom {
      display: block;
    }
    .promo_2 .promo-features {
      padding-left: 0;
    }
    .mask__body {
      display: block;
    }
    .mask__content {
      padding-right: 0;
      margin-bottom: 40px;
    }
    .mask-info {
      margin: 0 auto;
    }
    .consist__row {
      display: block;
    }
    .consist__col {
      max-width: 100%;
    }
    .consist-block__img {
      margin: 0 auto 25px;
      max-width: 360px;
    }
    .consist-block__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .consist-block {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .consist-block:last-child {
      text-align: right;
    }
  }
  @media only screen and (max-width: 575px) {
    .promo_2 .promo__title {
      padding-right: 0;
      font-size: 30px;
    }
    .promo_2 .promo__subtitle {
      margin-bottom: 30px;
    }
    .promo-features__item {
      margin-top: 8px;
    }
    .promo-features__icon {
      padding: 8px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      max-width: 30px;
      height: 30px;
      font-size: 18px;
    }
    .promo-features__icon img {
      max-width: 100%;
    }
    .promo-features__title {
      font-size: 16px;
    }
    .promo_2 .promo__image {
      margin-top: 20px;
      padding-left: 50px;
      padding-right: 10px;
    }
    .promo_2 .promo__bottom {
      margin-top: -100px;
    }
    .mask-info {
      padding-left: 40px;
    }
    .mask-info__features {
      padding: 0;
      bottom: -30px;
    }
    .mask-feature-item {
      margin-top: 20px;
      -webkit-box-shadow: -5px -5px 8px 0 rgba(0, 0, 0, 0.05);
              box-shadow: -5px -5px 8px 0 rgba(0, 0, 0, 0.05);
    }
    .consist-item__title {
      font-size: 20px;
    }
    .consist-item__text {
      font-size: 16px;
    }
    .consist-item__list li {
      margin-bottom: 12px;
      font-size: 16px;
    }
    .consist-item__list li:before {
      top: 5px;
    }
    .consist-block__title {
      font-size: 16px;
      line-height: 1.2;
    }
    .consist-block__text {
      font-size: 14px;
    }
    .consist-block {
      margin-bottom: 20px;
    }
    .consist-block:last-child {
      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: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
  }
  
  
  
  
  .consist-item {
    padding-bottom: 20px !important;
  }
  
  .consist-block:last-child {
    margin-bottom: 0;
  }
  
  @media only screen and (max-width: 575px) {
    .mask__content p {
      margin-bottom: 12px;
      font-size: 14px;
    }
    .mask-feature-item {
      width: 140px;
      height: 140px;
      padding: 10px;
    }
    .mask-feature-item:last-child:after {
      left: 4px;
      top: 4px;
      right: 4px;
      bottom: 4px;
      border: 1px dashed #000;
    }
    .consist-features-item__desc {
      padding-left: 15px;
      font-size: 16px;
      font-weight: normal;
    }
    .consist-features-item__desc:before {
      top: 7px;
    }
    .consist-item:after {
      background-size: 70% 70%;
      background-repeat: no-repeat;
    }
    .consist-item {
      font-weight: normal;
    }
    .consist-item__text {
      font-size: 14px;
      line-height: 1.3;
    }
    .consist-item__list li {
      font-size: 14px;
    }
    .mask-info__features {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }
    .consist-item__img {
      margin-bottom: 20px;
    }
    .consist-item__title {
      margin-bottom: 15px;
    }
  }




.consist-item {
    padding-bottom: 20px !important;
  }
  
  .consist-block:last-child {
    margin-bottom: 0;
  }
  
  @media only screen and (max-width: 575px) {
    .mask__content p {
      margin-bottom: 12px;
      font-size: 14px;
    }
    .mask-feature-item {
      width: 140px;
      height: 140px;
      padding: 10px;
    }
    .mask-feature-item:last-child:after {
      left: 4px;
      top: 4px;
      right: 4px;
      bottom: 4px;
      border: 1px dashed #000;
    }
    .consist-features-item__desc {
      padding-left: 15px;
      font-size: 16px;
      font-weight: normal;
    }
    .consist-features-item__desc:before {
      top: 7px;
    }
    .consist-item:after {
      background-size: 70% 70%;
      background-repeat: no-repeat;
    }
    .consist-item {
      font-weight: normal;
    }
    .consist-item__text {
      font-size: 14px;
      line-height: 1.3;
    }
    .consist-item__list li {
      font-size: 14px;
    }
    .mask-info__features {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }
    .consist-item__img {
      margin-bottom: 20px;
    }
    .consist-item__title {
      margin-bottom: 15px;
    }
  }



.consist__col:nth-child(2) .consist-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.result-item__image:only-child{
  margin:0;
}



@media only screen and (max-width: 575px) {
    .result-item__image {
        height: auto;
    }
}
