body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.first-screen-text {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  flex-flow: column;
  margin-bottom: 40px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.advantages-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #0061af;
  background-image: linear-gradient(0deg, #eef8ff, #dcf3ff);
  border: 1px solid #0061af;
  border-radius: 20px;
  flex-flow: column;
  height: 120px;
  padding: 30px 30px 15px 50px;
  line-height: 140%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.advantages-grid {
  grid-column-gap: 80px;
  grid-row-gap: 90px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.first-screen {
  background-color: #0061af;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.first-screen.color {
  color: #fff;
  background-color: #0061af;
}

.container-screen {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 60px);
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.advantages-item-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.screen-text__title {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.advantages-ikon {
  background-color: #f3f8fe;
  border: 1px solid #0061af;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 3px;
  display: flex;
  position: absolute;
  top: -20px;
  left: -20px;
}

.advantages-item-subtitle {
  font-size: 16px;
  font-weight: 500;
}

.mp__logo {
  max-width: 175px;
}

.mp__btns-wrapp {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.mp__btn {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #0061af;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px 20px 30px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.mp__btn-app-logo {
  background-color: #0061af;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container-screen {
    width: 100%;
  }

  .advantages-item-title {
    font-size: 20px;
  }

  .screen-text__title {
    font-size: 34px;
    line-height: 120%;
  }

  .advantages-item-subtitle {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .first-screen-text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
  }

  .advantages-item {
    height: 150px;
    padding-top: 45px;
    padding-left: 60px;
  }

  .advantages-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .container-screen {
    width: calc(100% - 20px);
  }

  .screen-text__title {
    font-size: 28px;
  }

  .advantages-ikon {
    top: -5px;
    left: -5px;
  }

  .mp__btn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .first-screen-text {
    margin-bottom: 0;
  }

  .advantages-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .advantages-item-title {
    font-size: 16px;
  }

  .screen-text__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .first-screen-text {
    position: static;
  }

  .advantages-item {
    width: 285px;
  }

  .advantages-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    overflow-x: scroll;
  }

  .first-screen {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .container-screen {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .advantages-item-subtitle {
    font-size: 14px;
  }

  .mp__logo {
    max-width: 50%;
  }

  .mp__btns-wrapp {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .mp__btn {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }
}


