.component__design-v2-trust-reviews{
  background:#f4f8fd;
  margin-bottom:60px;
  padding:0 0 60px;
}
@media screen and (min-width:768px){
  .component__design-v2-trust-reviews{
    margin-bottom:100px;
    padding:0 0 100px;
  }
}

.design-v2-trust-reviews__header{
  display:flex;
  flex-direction:column;
  gap:24px;
  margin-bottom:20px;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__header{
    align-items:center;
    flex-direction:row;
    gap:32px;
    justify-content:space-between;
    margin-bottom:40px;
  }
}

.design-v2-trust-reviews__title-wrap{
  align-items:center;
  display:flex;
  gap:16px;
  justify-content:space-between;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__title-wrap{
    justify-content:flex-start;
  }
}

.design-v2-trust-reviews__title{
  color:#252525;
  font-family:var(--font-medium);
  font-size:26px;
  line-height:30px;
  margin:0;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__title{
    font-size:36px;
    line-height:42px;
  }
}

.design-v2-trust-reviews__rating-badge{
  align-items:center;
  background:#fff5d8;
  border-radius:100px;
  color:#252525;
  display:inline-flex;
  flex-shrink:0;
  font-family:var(--font-medium);
  font-size:16px;
  gap:6px;
  line-height:22px;
  padding:10px 12px;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__rating-badge{
    font-size:18px;
    line-height:24px;
    padding:12px 16px;
  }
}

.design-v2-trust-reviews__star{
  color:#fdc92b;
  flex-shrink:0;
  height:16px;
  width:16px;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__star{
    height:18px;
    width:18px;
  }
}

.design-v2-trust-reviews__address,.design-v2-trust-reviews__select{
  position:relative;
  width:100%;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__address,.design-v2-trust-reviews__select{
    width:350px;
  }
}

.design-v2-trust-reviews__address,.design-v2-trust-reviews__select-button{
  align-items:center;
  background:#fff;
  border:0;
  border-radius:50px;
  color:#252525;
  display:flex;
  font:inherit;
  font-size:14px;
  gap:8px;
  line-height:20px;
  padding:12px 16px;
  text-align:left;
  width:100%;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__address,.design-v2-trust-reviews__select-button{
    font-size:16px;
    line-height:22px;
    padding:14px 24px;
  }
}

.design-v2-trust-reviews__select-button{
  cursor:pointer;
}

.design-v2-trust-reviews__select-icon{
  color:#15a8f1;
  flex-shrink:0;
  height:20px;
  width:20px;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__select-icon{
    height:22px;
    width:22px;
  }
}

.design-v2-trust-reviews__select-arrow{
  color:#252525;
  flex-shrink:0;
  margin-left:auto;
  transition:transform .2s ease;
}

.design-v2-trust-reviews__select--open .design-v2-trust-reviews__select-arrow{
  transform:rotate(180deg);
}

.design-v2-trust-reviews__select-menu{
  background:#fff;
  border-radius:16px;
  box-shadow:0 12px 30px rgba(37,37,37,.12);
  display:none;
  left:0;
  overflow:hidden;
  position:absolute;
  top:calc(100% + 8px);
  width:100%;
  z-index:5;
}

.design-v2-trust-reviews__select--open .design-v2-trust-reviews__select-menu{
  display:block;
}

.design-v2-trust-reviews__select-option{
  background:#fff;
  border:0;
  color:#252525;
  cursor:pointer;
  display:block;
  font:inherit;
  font-size:14px;
  line-height:20px;
  padding:12px 16px;
  text-align:left;
  width:100%;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__select-option{
    font-size:16px;
    line-height:22px;
    padding:14px 24px;
  }
}
.design-v2-trust-reviews__select-option--active,.design-v2-trust-reviews__select-option:hover{
  background:#f4f8fd;
  color:#15a8f1;
}

.design-v2-trust-reviews__best-place{
  align-items:center;
  background:#fff;
  border-radius:10px;
  color:#252525;
  display:flex;
  gap:8px;
  justify-content:center;
  margin-bottom:8px;
  padding:10px 12px;
  width:100%;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__best-place{
    display:none;
  }
}

.design-v2-trust-reviews__best-place-icon{
  flex-shrink:0;
  height:18px;
  width:18px;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__best-place-icon{
    height:28px;
    width:28px;
  }
}

.design-v2-trust-reviews__best-place-text{
  color:#252525;
  font-family:var(--font-medium);
  font-size:14px;
  font-weight:500;
  line-height:18px;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__best-place-text{
    font-size:18px;
    line-height:24px;
  }
}

.design-v2-trust-reviews__content{
  width:100%;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__content{
    align-items:center;
    display:flex;
    gap:24px;
  }
}

.design-v2-trust-reviews__desktop-badge{
  display:none;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__desktop-badge{
    display:block;
    flex-shrink:0;
    height:94px;
    -o-object-fit:contain;
       object-fit:contain;
    width:54px;
  }
}

.design-v2-trust-reviews__cards{
  display:grid;
  gap:10px;
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__cards{
    flex:1 1 auto;
    gap:20px;
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
}

.design-v2-trust-reviews__card{
  background:#fff;
  border-radius:10px;
  display:flex;
  flex-direction:column;
  padding:16px;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__card{
    align-items:center;
    -moz-column-gap:16px;
         column-gap:16px;
    display:grid;
    grid-template-columns:minmax(0, auto) 1fr;
    padding:20px;
  }
}

.design-v2-trust-reviews__card-top{
  align-items:center;
  display:flex;
  gap:12px;
  justify-content:space-between;
  margin-bottom:10px;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__card-top{
    grid-column:1 /  -1;
    margin-bottom:10px;
  }
}

.design-v2-trust-reviews__stars{
  align-items:center;
  color:#fdc92b;
  display:flex;
  gap:1px;
}
.design-v2-trust-reviews__stars svg{
  height:14px;
  width:14px;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__stars svg{
    height:16px;
    width:16px;
  }
}

.design-v2-trust-reviews__score{
  color:#252525;
  font-family:var(--font-medium);
  font-size:18px;
  line-height:18px;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__score{
    font-size:20px;
    line-height:20px;
  }
}

.design-v2-trust-reviews__logo{
  display:block;
  height:18px;
  -o-object-fit:contain;
     object-fit:contain;
  -o-object-position:left center;
     object-position:left center;
  width:auto;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__logo{
    height:18px;
    max-width:86px;
  }
}

.design-v2-trust-reviews__link{
  color:#15a8f1;
  font-size:14px;
  line-height:18px;
  margin-top:16px;
  text-decoration:none;
}
@media screen and (min-width:768px){
  .design-v2-trust-reviews__link{
    align-self:flex-end;
    justify-self:end;
    margin-top:0;
  }
}
.design-v2-trust-reviews__link:hover{
  color:#0497e0;
}