.footer {
   margin-top: 91px;
   width: 100%;
   height: 120px;
   background: #645CE0;
}

.footer__content {
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
}

.footer__logo {
   margin-right: 91px;
   width: 80px;
   height: 60px;
}

.footer__left {
   display: flex;
}

.footer__row {
   display: flex;
   align-items: center;
}

.row__item {
   margin-right: 20px;
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   line-height: 30px;
   color: #FFFFFF;
}

.row__item:nth-child(4) {
   margin-right: 191px;
}

.row-right__item-right {
   margin-right: 51px;
   font-style: normal;
   font-weight: 400;
   font-size: 32px;
   line-height: 60px;
   color: #FFFFFF;
}

.row-right__item-right:last-child {
   margin-right: 0;
}

.footer_row-up {
   display: flex;
   align-items: center;
   justify-content: center;
}

.footer__no-desktop {
   display: none;
}
.footer__desktop {
   display: flex;
}

@media (max-width: 1024px) {
   .footer__no-desktop {
      display: flex;
   }
   .footer__desktop {
      display: none;
   }

   .footer {
      height: 286px;
   }

   .footer__row {
      margin-left: 30px;
   }

   .footer__logo {
      width: 97px;
      height: 72px;
      margin-left: 30px;
      margin-right: 0;
   }

   .row__item {
      margin-right: 38px;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      color: #FFFFFF;
   }

   .row__item:last-child {
      margin-right: 0;
   }

   .footer_row-up {
      margin-right: 30px;
      flex-direction: column-reverse;
      align-items: flex-end;
   }

   .row-right__item-right {
      margin-right: 0;
   }

}

@media (max-width: 767px) {

   .footer {
      height: 228px;
   }

   .footer__logo {
      width: 60px;
      height: 45px;
      margin-left: 20px;
      margin-right: 0;
   }
   .footer__row {
      flex-direction: column;
      align-items: flex-start;
      margin-left: 20px;
      width: 100%;
   }
   .row__item {
      margin-right: 0;
      margin-bottom: 20px;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      color: #fff;
   }

   .row__item:last-child {
      margin-right: 0;
      margin-bottom: 0;
   }

   .footer_row-up {
      flex-direction: column-reverse;
      align-items: flex-end;
      margin-right: 20px;

   }

   .row-right__item-right {
      margin-bottom: 10px;
      margin-right: 0;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 29px;
      color: #fff;
   }
   .row-right__item-right:first-child{
      margin-bottom: 0;
   }
}
