/* @font-face {
  font-family: 'e-Ukraine-Bold';
  src: url('../fonts/e-Ukraine-Bold.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'e-Ukraine-Medium';
  src: url('../fonts/e-Ukraine-Medium.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'e-Ukraine-l';
  src: url('../fonts/e-Ukraine-Light.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'e-Ukraine-Medium';
  src: url('../fonts/e-Ukraine-Medium.woff') format('woff');
  font-style: normal;
} */

.usefull{
  margin-top: 204px;
}

.usefull_container{
  margin: 0 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 41px;
}

.usefull_header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.usefull_header span{
  width: fit-content;
  display: flex;
  height: 34px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 25px;
  background: #FC0;
  color: #282828;
  font-family: 'e-Ukraine-Bold', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 113%; 
  letter-spacing: -0.56px;
  text-transform: uppercase;
}

.usefull_header h3{
  color: #101010;
  text-align: center;
  font-family: "e-Ukraine-Medium", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 
  letter-spacing: -2.5px;
  width: fit-content;
}

.usefull_phones{
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.usefull_phone{
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 242px;
}

.usefull_phone img{
  width: 184px;
}

.usefull_phone_descr{
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.usefull_phone_descr h3{
  color: #04050B;
  text-align: center;
  font-family: "e-Ukraine-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; 
}

.usefull_phone_descr p{
  color: #36373C;
  text-align: center;
  font-family: "e-Ukraine-light", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.24px;
}

.about_app_title{
  font-size: 50px;
  color: #101010;
  font-family: "e-Ukraine-Medium", sans-serif;
  line-height: 120%; 
  letter-spacing: -2.5px;
  width: 555px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {

  .usefull_container{
    margin: 0;
  }
  .usefull{
    margin-top: 80px;
  }
  .usefull_phones {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 24px;
    padding: 0 20px;
    width: 100%;
  }

.usefull_phone {
  scroll-snap-align: center;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.usefull_phone img {
  display: block;
  width: 220px;
  margin: 0 auto 16px;
}

.usefull_phone_descr h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.usefull_phone_descr p {
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}

  .usefull_header span{
    font-size: 11px;
  }

  .usefull_header h3{
    font-size: 30px;
  }

  .usefull_container{
    margin: 0;
    overflow: hidden
  }

  .phones img{
    display: none;
  }

  .prefs_shield_mobile span{
    font-size: 11px;
    font-family: "e-Ukraine-Bold", sans-serif;
  }

  .about_app_title{
    font-size: 30px;
    color: #101010;
    font-family: "e-Ukraine-Medium", sans-serif;
    line-height: 120%; 
    letter-spacing: -1.5px;
    width: 100%;
  }

  /* scrol */
  .usefull_phones {
  display: flex;
  gap: 0px;
  padding: 20px 0;
  user-select: none;
}

.usefull_phone {
  flex: 0 0 auto;
  width: 260px;
  transition: filter 0.4s ease, transform 0.4s ease;
  filter: blur(4px);
  transform: scale(0.9);
  opacity: 0.7;
}

.usefull_phone.active {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  z-index: 10;
}

.usefull_phone.lt1,
.usefull_phone.gt1 {
  filter: blur(2px);
  transform: scale(0.94);
  opacity: 0.85;
}

.usefull_phone.lt2,
.usefull_phone.gt2 {
  filter: blur(6px);
  transform: scale(0.85);
  opacity: 0.5;
}
}