.decision-screen {
   margin-top: 90px;
}

.decision-screen__title {
   margin-bottom: 10px;
   text-align: center;
   font-style: normal;
   font-weight: 500;
   font-size: 60px;
   line-height: 72px;
   color: #2A2D33;
}

.decision-screen__title-block {
   display: flex;
   align-items: center;
   justify-content: center;
}

.title-block__description {
   margin-right: 20px;
   font-style: normal;
   font-weight: 700;
   font-size: 40px;
   line-height: 55px;
   color: rgba(42, 45, 51, 0.8);
}

.title-block__link {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 300px;
   height: 55px;
   border: 3px solid #645CE0;
   border-radius: 5px;
   cursor: pointer;

   font-style: normal;
   font-weight: 700;
   font-size: 18px;
   line-height: 22px;
   color: #645CE0;
}

.decision-screen__row {
   margin-top: 60px;
}

.row__cards {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;

}

.cards__item {
   margin-bottom: 60px;
   width: 720px;
   height: 488px;
   background: #EEEDFB;
   border-radius: 20px;
   padding-top: 40px;
   padding-left: 40px;
   background-image: url(/images/decision-screen/image1.png);
   background-repeat: no-repeat;
   background-position-x: right;
   background-position-y: calc(100% - 40px);
}

.item__title {
   margin-bottom: 40px;
   font-style: normal;
   font-weight: 700;
   font-size: 40px;
   line-height: 48px;
   color: #2A2D33;
}

.item__one {
   margin-bottom: 30px;
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
   line-height: 24px;
   color: #2A2D33;
}

.item__one:nth-child(3) {
   margin-bottom: 60px;
}

.one__title {
   margin-bottom: 20px;
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
   line-height: 24px;
   color: #2A2D33;
}

.one__description {
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
   line-height: 24px;
   color: #2A2D33;
}

.item__description-two {
   margin-bottom: 60px;
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
   line-height: 24px;
   color: #2A2D33;
}

.link__description {
   display: flex;
   align-items: flex-end;
}

.link__text {
   font-style: normal;
   font-weight: 700;
   font-size: 20px;
   line-height: 24px;
   text-decoration: none;
   border-bottom: 1px solid #26A2FF;
   color: #26A2FF;
}

.link__icon {
   margin-left: 9px;
   width: 38px;
   height: 19px;
}

.icon-arrow {
   display: block;
   background-image: url(/images/decision-screen//Arrow1.png);
   background-repeat: no-repeat;
}

.cards__item-right {
   width: 720px;
   height: 488px;
   border-radius: 20px;
   background: #EEEDFB url(/images/decision-screen/image2.png) no-repeat;
   background-position-x: right;
   background-position-y: calc(100% - 40px);
   padding-top: 40px;
   padding-left: 40px;
}

.item__title-right {
   margin-bottom: 40px;
   font-style: normal;
   font-weight: 700;
   font-size: 40px;
   line-height: 48px;
   color: #2A2D33;
}

.item__description-right {
   margin-bottom: 200px;
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   line-height: 24px;
   color: #2A2D33
}

.link__description-right {
   display: flex;
   align-items: flex-end;
}

.link__text-right {
   font-style: normal;
   font-weight: 700;
   font-size: 20px;
   line-height: 24px;
   text-decoration: none;
   border-bottom: 1px solid #26A2FF;
   color: #26A2FF;
}

.link__icon-right {
   margin-left: 9px;
   width: 38px;
   height: 19px;
}

.icon-arrow-right {
   display: block;
   background-image: url(/images/decision-screen//Arrow1.png);
   background-repeat: no-repeat;
}

.mobile {
   display: none;
}

@media (max-width: 1500px) {
   .row__cards  {
      justify-content: center;
   }
}

@media (max-width: 1024px) {
   .mobile {
      display: block;
   }

   .decision-screen {
      margin-top: 60px;
   }

   .decision-screen__title {
      font-style: normal;
      font-weight: 500;
      font-size: 34px;
      line-height: 41px;
      text-align: center;
      color: #2A2D33;
   }

   .title-block__description {
      font-style: normal;
      font-weight: 700;
      font-size: 34px;
      line-height: 55px;
      text-align: center;
      color: rgba(42, 45, 51, 0.8);
   }

   .decision-screen__row {
      margin-top: 30px;
      display: flex;
      overflow-x: scroll;
   }

   .row__cards {
      flex-wrap: nowrap;
      box-sizing: content-box;
   }

   .cards__item {
      margin-bottom: 0;
      width: 600px;
      height: 488px;
   }

   .item__title {
      margin-bottom: 20px;
   }

   .cards__item-right {
      margin-left: 30px;
      margin-right: 30px;
   }

   .cards__item-right:last-child {
      margin-right: 0;
   }
}

@media (max-width: 1024px){
    .item__description-right{
        margin-bottom: 160px;
    }
}

@media (max-width: 767px) {

   .decision-screen {
      margin-top: 40px;
   }

   .decision-screen__title {
      font-style: normal;
      font-weight: 500;
      font-size: 28px;
      line-height: 34px;
      text-align: center;
      color: #2A2D33;
   }

   .decision-screen__title-block {
      display: flex;
      flex-direction: column;
   }

   .title-block__description {
      margin-right: 0;
      font-style: normal;
      font-weight: 700;
      font-size: 28px;
      line-height: 55px;
      color: rgba(42, 45, 51, 0.8);
   }

   .row__cards {
      margin-left: 10px;
   }

   .cards__item {
      padding-top: 20px;
      padding-left: 20px;
      margin-bottom: 0;
      margin-right: 20px;
      width: 300px;
      height: 484px;
      background-image: url(/images/decision-screen/mobile/image1.png);
      background-repeat: no-repeat;
      background-position-x: calc(100% - 9px);
      background-position-y: calc(100% - 82px);
   }

   .item__title {
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      line-height: 26px;
      text-align: center;
      color: #2A2D33;
   }

   .item__one {
      margin-bottom: 10px;
   }

   .item__one:nth-child(3) {
      margin-bottom: 122px;
   }

   .one__title {
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      color: #2A2D33;
   }

   .one__description {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      color: #2A2D33;
   }

   .item__link {
      display: flex;
      align-items: center;
      justify-content: center;
   }


   .link__text {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
   }

   .cards__item-right {
      margin-right: 20px;
      margin-left: 0;
      padding-top: 20px;
      padding-left: 20px;
      width: 300px;
      height: 484px;
   }

   .cards__item-right:last-child {
      margin-right: 0;
   }

   .item__title-right {
      margin-bottom: 20px;
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      line-height: 26px;
      text-align: center;
      color: #2A2D33;
   }

   .item__description-right {
      align-items: center;
      margin-bottom: 190px;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      color: #2A2D33;
   }

   .item__link-right {
      display: flex;
      align-items: center;
      justify-content: center;
   }

   .link__text-right {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
   }
}