.magictime {
  animation-duration: 1s;
}
.review {
  position: relative;
  margin: 0 0 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .review {
    display: flex;
    align-items: flex-start;
  }
}
.review:last-child {
  margin: 0;
}
.review-info {
  flex-grow: 1;
  margin: 0 -16px;
  padding: 0 16px;
  overflow: hidden;
}
.review-us {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .review-us {
    display: block;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .review-us {
    text-align: left;
  }
}
.review-us a {
  font-weight: 700;
  color: #117FF5;
}
.review .avatar {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 40px;
  max-width: 40px;
  border-radius: 50%;
  margin: 0 12px 0 0;
}
@media (min-width: 768px) {
  .review .avatar {
    position: relative;
    min-width: 60px;
    max-width: 60px;
    margin: 0 40px 0 0;
  }
}
.review .avatar + .review-info .stars {
  padding: 12px 0 12px 56px;
}
@media (min-width: 768px) {
  .review .avatar + .review-info .stars {
    padding: 0;
  }
}
.review .stars {
  margin: 0 0 12px;
}
.review .icon {
  height: 15px;
  width: 15px;
  background-color: #DCE8FA;
  mask-size: 100%;
  transition: all 0.2s;
}
.review .icon.icon-star {
  background-color: #FFC700;
}
.review .text {
  white-space: pre-wrap;
  padding: 0 0 8px;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.review .name {
  margin: 0 4px 0 0;
  font-weight: 700;
}
.review .date {
  margin: 0 0 0 auto;
}
.review .gallery {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 -16px;
  padding: 0 16px;
  overflow: auto;
}
@media (min-width: 1024px) {
  .review .gallery {
    flex-wrap: wrap;
  }
}
.review .gallery:hover .gallery-img {
  opacity: 0.8;
}
.review .gallery:hover .gallery-img:hover {
  opacity: 1;
}
.review .gallery-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  width: 126px;
  height: 126px;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.2s;
}
.review .gallery-img img {
  object-fit: cover;
}
.review .review-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  margin: 0 0 8px;
}
.review .review-top .stars {
  margin: 0 auto 0 0;
}
.review .review-top .name,
.review .review-top .date {
  opacity: 0.4;
}
.review .review-top .name {
  font-weight: 500;
}
.review .review-top .link {
  width: 100%;
}
.review .review-top .link a {
  color: #242F39;
  opacity: 0.4;
}
.review-bottom {
  display: flex;
  opacity: 0.4;
  font-size: 12px;
  line-height: 18px;
}
.add-cart {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .add-cart {
    margin: 0 0 32px;
  }
  .add-cart-free-delivery {
    margin: 0 0 24px;
  }
}
.add-cart-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 12px 16px 16px;
  background: #fff;
  border-top: 1px solid #D2E4FF;
}
@media (min-width: 1024px) {
  .add-cart-wrapper {
    position: relative;
    padding: 0;
    border: 0;
  }
}
.add-cart .qty-input {
  margin-right: 16px;
  min-width: 50%;
}
.add-cart .btn {
  flex-grow: 1;
  padding: 0 6px;
}
.wholesale-add__right {
  text-align: right;
}
.wholesale-add__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #667894;
}
.wholesale-add__price-plt,
.wholesale-add__price-w {
  color: #FB7234;
}
.wholesale-add__discount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #667894;
}
.wholesale-add__old {
  position: relative;
}
.wholesale-add__old:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #667894;
  content: '';
}
.wholesale-add__save {
  color: #09CF34;
}
.wholesale-add__w,
.wholesale-add__panel {
  color: #667894;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .wholesale-add__panel {
    display: none;
  }
}
.wholesale-content .add-to-cart {
  align-items: flex-start;
}
.wholesale-content .label-free {
  right: auto;
  left: 26px;
}
.wholesale-faq {
  margin: 0 0 56px;
  max-width: 716px;
}
.wholesale-bottom-text {
  font-size: 16px;
  line-height: 24px;
}
.wholesale-invoice {
  margin: 0 -8px;
  padding: 28px 0 0;
}
@media (min-width: 1024px) {
  .wholesale-invoice {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .wholesale-invoice__info {
    padding-right: 64px;
    border-right: 1px solid #DCE8FA;
  }
}
.wholesale-invoice__counter {
  position: absolute;
  top: 24px;
  left: 16px;
  display: flex;
  font-size: 14px;
  color: #667894;
}
@media (min-width: 1024px) {
  .wholesale-invoice__counter {
    top: 64px;
    left: 64px;
  }
}
.wholesale-invoice__receipt {
  display: grid;
  grid-gap: 4px;
  margin: -8px 0 0 !important;
  padding: 0;
  list-style-type: none;
}
.wholesale-invoice__receipt li {
  display: flex;
  justify-content: space-between;
}
.wholesale-invoice__receipt-product {
  margin: 0 0 12px;
  padding: 0 0 16px;
  font-weight: 700;
  border-bottom: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .wholesale-invoice__receipt-product {
    margin: 0 0 20px;
    padding: 0 0 24px;
  }
}
.wholesale-invoice__receipt-total {
  margin: 12px 0 0;
  padding: 16px 0 0;
  font-weight: 700;
  font-size: 24px;
  border-top: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .wholesale-invoice__receipt-total {
    margin: 20px 0 0;
    padding: 24px 0 0;
  }
}
.wholesale-invoice__customer {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__customer {
    margin-top: 48px;
  }
}
.wholesale-invoice__customer ul {
  display: grid;
  grid-gap: 16px;
  margin: 0;
  padding: 4px 0 0;
  list-style-type: none;
}
.wholesale-invoice__customer li {
  display: flex;
}
.wholesale-invoice__customer span {
  min-width: 140px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__step {
    order: 1;
    padding: 40px 0 0 64px;
  }
}
.wholesale-invoice__title {
  margin: 0 0 16px !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .wholesale-invoice__title {
    margin: 28px 0 24px !important;
    font-size: 32px;
  }
}
.wholesale-invoice__subtitle {
  margin-bottom: 16px !important;
  font-weight: 700;
  font-size: 18px;
}
.wholesale-invoice__subtitle:not(:first-child) {
  margin-top: 24px;
}
.wholesale-invoice__address {
  display: grid;
  grid-template-columns: 1fr 94px;
  grid-gap: 16px;
}
.wholesale-invoice__btns {
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-gap: 16px;
  margin: 24px 0 32px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__btns {
    margin: 24px 0 0;
  }
}
.wholesale-invoice__resend {
  margin: -8px 0 0 !important;
  font-size: 14px;
  color: #667894;
}
.wholesale-invoice__resend .otp-resend-btn {
  font-weight: 500;
  text-decoration: underline;
}
.wholesale-invoice__privacy {
  margin: -16px 0 32px !important;
  font-size: 14px;
  color: #667894;
}
@media (min-width: 1024px) {
  .wholesale-invoice__privacy {
    margin: 24px 0 0 !important;
  }
}
.wholesale-invoice .checkbox {
  margin-top: -8px;
}
.wholesale-invoice .radios {
  display: flex;
  gap: 24px;
  margin: 0 0 8px;
}
.wholesale-invoice .btn {
  height: 56px;
  margin: 0;
}
.warehouses-wrap {
  display: flex;
  flex-direction: column-reverse;
  background: #F6F7FB;
}
@media (min-width: 1024px) {
  .warehouses-wrap {
    display: grid;
    grid-template-columns: 35% 1fr;
    width: 100%;
    padding: 0 30px;
  }
}
.warehouses-inner {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .warehouses-inner {
    position: relative;
  }
}
@media (max-width: 1023px) {
  .warehouses-inner.is-open .warehouses-toggle {
    background: #F6F7FB;
    color: #667894;
  }
  .warehouses-inner.is-open .warehouses-list {
    max-height: 300px;
    padding: 0 16px 72px;
    overflow: auto;
  }
  .warehouses-inner.is-open .warehouses-select {
    display: flex;
  }
}
.warehouses-header {
  padding: 24px 16px;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  background: #F6F7FB;
}
@media (min-width: 1024px) {
  .warehouses-header {
    padding: 32px 0;
    font-weight: 700;
    font-size: 40px;
  }
}
.warehouses-toggle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -4px 0 0;
  padding: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #117FF5;
  color: #fff;
  border-radius: 4px 4px 0 0;
  transition: all 0.2s;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .warehouses-toggle {
    display: none;
  }
}
.warehouses-toggle span {
  padding: 0 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #117FF5;
  background: #E1F0FF;
  border-radius: 44px;
}
.warehouses-list {
  position: relative;
  z-index: 1;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  background: #F6F7FB;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .warehouses-list {
    max-height: calc(100vh - 240px);
    padding: 0 16px 56px 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.warehouses-title {
  display: none;
}
@media (min-width: 1024px) {
  .warehouses-title {
    display: block;
    margin: 0 0 16px;
    color: #667894;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.warehouses-item {
  width: 100%;
  margin: 0 0 16px;
  padding: 16px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.warehouses-item:hover {
  border-color: #D1E1FA;
}
.warehouses-item.is-active {
  border-color: #117FF5;
}
.warehouses-item__top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 24px;
  color: #667894;
}
.warehouses-item .badge {
  display: block;
  padding: 0 8px;
  text-align: center;
  border-radius: 4px;
  min-width: 77px;
  font-weight: 700;
  color: #fff;
  background: #242F39;
}
.warehouses-item .badge--green {
  background: #09CF34;
}
.warehouses-item .title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 8px;
  color: #667894;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .warehouses-item .title {
    margin: 0 0 12px;
    font-size: 16px;
  }
}
.warehouses-item .title span {
  margin: 0 auto 0 12px;
}
.warehouses-item .title b {
  font-weight: 700;
  color: #242F39;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .warehouses-item .title b {
    font-size: 20px;
  }
}
.warehouses-item .title .icon {
  margin: auto 4px 2px 0;
  background-color: #667894;
}
@media (min-width: 1024px) {
  .warehouses-item .title .icon {
    margin: auto 4px 4px 0;
  }
}
.warehouses-item .info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 8px;
  color: #242F39;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .warehouses-item .info {
    margin: 0 0 12px;
    font-size: 16px;
  }
}
.warehouses-item .info div:not(:last-child) {
  margin-right: 6px;
}
.warehouses-item .info div:not(:last-child):after {
  margin-left: 6px;
  content: '•';
}
.warehouses-item .time {
  margin: 0 20px 0 0;
}
.warehouses-item .btn {
  width: 100%;
  margin: auto 0 0;
  border: 0;
  background: #F3F8FE;
}
.warehouses-item .btn:hover {
  color: #242F39;
  background: #E5F0FD;
}
.warehouses-item .btn-selected {
  color: #09CF34;
  background: #DBFFE3;
}
.warehouses-item .btn-selected .icon {
  margin-right: 8px;
  background-color: #09CF34;
}
.warehouses-price {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin: 0 12px 16px 0;
}
.warehouses-price:last-child {
  margin: 0;
}
.warehouses-price sup {
  font-size: 60%;
}
.warehouses-current {
  display: none;
}
@media (min-width: 1024px) {
  .warehouses-current {
    display: block;
    padding: 0 0 8px;
  }
}
.warehouses-current .warehouses-item {
  border-color: #DCE8FA;
}
@media (min-width: 1024px) {
  .warehouses-current .warehouses-item {
    background: transparent;
  }
}
.warehouses-select {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  display: none;
  height: 56px;
  background: #117FF5;
}
@media (min-width: 1024px) {
  .warehouses-select {
    right: 20px;
    bottom: 0;
    left: 0;
    display: flex;
  }
}
.warehouses-select[disable] {
  color: #667894;
  background: #D9E1ED;
  border-color: #D9E1ED;
}
.warehouses-buttons {
  bottom: 134px;
  max-height: 80%;
}
@media (min-width: 1024px) {
  .warehouses-buttons {
    bottom: 16px;
  }
}
.delivery-map {
  height: 100%;
}
.delivery-map__pause {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.delivery-map-wrap {
  position: relative;
  height: 450px;
}
@media (min-width: 1024px) {
  .delivery-map-wrap {
    height: 100%;
    padding: 0 0 0 16px;
  }
}
.delivery-map-wrap .warehouses-list {
  padding: 0;
}
.delivery-map-wrap .warehouses-item {
  margin: 0;
  border: 0;
}
.delivery-map-blur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 47, 57, 0.562);
  cursor: pointer;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .delivery-map-blur {
    left: 16px;
    border-radius: 4px;
  }
}
.delivery-map-blur:hover {
  background: rgba(36, 47, 57, 0.445);
}
.delivery-map-blur:hover div {
  background: rgba(255, 255, 255, 0.72);
}
.delivery-map-blur div {
  width: 195px;
  margin: 0 0 56px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  background: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(2px);
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .delivery-map-blur div {
    margin: 0;
  }
}
.delivery-map .marker {
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #117FF5;
  cursor: pointer;
}
.delivery-map .marker:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.2;
  background: #117FF5;
  transition: all 0.2s ease-out;
  height: 0;
  width: 0;
}
.delivery-map .marker.is-active:before,
.delivery-map .marker:hover:before {
  height: 50px;
  width: 50px;
}
.delivery-map .marker-big,
.delivery-map .marker-location {
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
}
.delivery-map .marker-big:before,
.delivery-map .marker-location:before {
  display: none;
}
.delivery-map .marker-location {
  background: #EA1616 url(/resources/6e036ae7505c33f4e5c0.svg) no-repeat 4px 6px;
  background-size: 14px;
}
.gm-style .tippy-box .tippy-content {
  padding: 0;
}
.gm-style .tippy-box .warehouses {
  margin: 0;
  padding: 0;
}
.gm-style .tippy-box .warehouses-list {
  max-height: initial;
}
.gm-style .tippy-box .warehouses .item {
  margin: 0;
}
.gm-style .tippy-box .warehouses .item:hover {
  border-color: #fff;
  background-color: #fff;
}
.gm-style .tippy-box .warehouses .item .btn {
  width: 100%;
}
.gm-style [role="button"] {
  touch-action: auto !important;
}
.gm-style [role="button"] img {
  user-select: auto !important;
}
.system-page {
  padding: 16px;
}
@media (min-width: 768px) {
  .system-page {
    padding: 24px 20px;
  }
}
.system-page .faq-box {
  max-width: 653px;
}
@media (min-width: 1024px) {
  .system-catalog-page {
    display: flex;
  }
}
.system-catalog-page h1 {
  font-size: 28px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .system-catalog-page h1 {
    font-size: 56px;
  }
}
.system-catalog-page .footer {
  margin: 0;
  padding: 48px 0 0;
  border-top: 1px solid #DCE8FA;
  border-radius: 0;
  background: transparent;
}
@media (max-width: 1200px) {
  .system-catalog-page .footer-menu > li {
    width: auto;
  }
}
.system-catalog-page .main {
  padding: 16px 16px 48px;
}
@media (min-width: 1024px) {
  .system-catalog-page .main {
    padding: 32px 30px 8px;
  }
}
.system-catalog-page .get-updates {
  padding-right: 0;
  padding-left: 0;
}
.system-catalog-page .sidebox {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .system-catalog-page .sidebox {
    background: transparent;
  }
}
@media (min-width: 1024px) {
  .system-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.system-inner {
  margin: 0 0 32px;
}
.system-inner .h1 {
  max-width: 760px;
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .system-inner .h1 {
    font-size: 56px;
    line-height: 1.3;
  }
}
.system-inner .h2 {
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .system-inner .h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.system-inner .h3 {
  margin: 24px 0 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .system-inner .h3 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.system-steps {
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .system-steps {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .system-steps {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .system-steps li {
    position: relative;
    max-width: 45%;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .system-steps li {
    max-width: 250px;
    padding-right: 40px;
  }
}
.system-steps li:not(:last-child) {
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .system-steps li:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .system-steps li:not(:last-child):before {
    position: absolute;
    display: block;
    content: '';
    top: 18px;
    right: 0;
    left: 47px;
    height: 2px;
    background: #CEE6FF;
    opacity: 0.4;
  }
  .system-steps li:not(:last-child) .arrow {
    position: absolute;
    top: 7px;
    right: calc(50% - 40px);
    z-index: 1;
    height: 24px;
    width: 24px;
    background: #fff;
  }
  .system-steps li:not(:last-child) .arrow:before {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #DBDBDB;
    font-style: normal;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-image: url(/resources/58f2182f187d670c1049.svg);
    mask-image: url(/resources/58f2182f187d670c1049.svg);
    content: '';
  }
}
.system-steps .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  margin: 0 0 14px;
  border-radius: 50%;
  background: #F4F4F4;
  color: #117FF5;
  font-weight: 500;
}
.system-steps .title {
  margin: 0 0 10px;
  font-weight: 500;
}
.system-steps .gray {
  font-size: 14px;
  line-height: 1.4;
}
.system-components {
  display: grid;
  grid-gap: 16px;
  max-width: 890px;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .system-components {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    margin: 0 0 56px;
  }
}
@media (min-width: 1440px) {
  .system-components {
    grid-template-columns: repeat(auto-fill, minmax(209px, 1fr));
  }
}
.system-components .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.system-components .item:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}
.system-components .item:hover .text {
  background: #fff;
}
.system-components .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #DCE8FA;
  border-radius: 4px 4px 0px 0px;
}
.system-components .label {
  position: absolute;
  padding: 0 8px;
  top: 16px;
  left: 16px;
  z-index: 1;
  border-radius: 32px;
  font-size: 14px;
  line-height: 22px;
  color: #242F39;
  background: #fff;
}
.system-components img {
  display: block;
  max-height: 100%;
  object-fit: contain;
}
.system-components .text {
  flex-grow: 1;
  background: #FAFAFA;
  padding: 16px;
  border-radius: 0px 0px 4px 4px;
  transition: all 0.2s ease-in-out;
}
.system-components .title {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}
.system-components .gray {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.system-more {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 16px;
  max-width: 590px;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .system-more {
    grid-gap: 24px;
    max-width: 912px;
    margin: 0 0 56px;
  }
}
.system-more .btn {
  justify-content: space-between;
  height: 48px;
}
.system-more .icon {
  background-color: #117FF5;
}
.system-main-img {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .system-main-img {
    margin: 0 0 56px;
  }
}
.system-text {
  max-width: 653px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .system-text {
    margin: 0 0 56px;
    font-size: 18px;
  }
}
.system-specifications {
  max-width: 653px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .system-specifications {
    margin: 0 0 56px;
  }
}
.system-specifications-top {
  padding: 16px;
}
.system-specifications .group {
  border-top: 1px solid #DCE8FA;
}
.system-specifications .group.is-open .icon-down {
  transform: rotate(180deg);
}
.system-specifications .group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.system-specifications .group-title:hover {
  color: #117FF5;
}
.system-specifications .group-title:hover .icon {
  background-color: #117FF5;
}
.system-specifications .group-body {
  display: none;
}
.system-specifications .group-body ul {
  padding: 0 16px 16px;
}
.system-specifications ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.system-specifications li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.system-specifications li:not(:last-child) {
  margin-bottom: 12px;
}
.system-specifications li div {
  position: relative;
  z-index: 2;
  background: #fff;
}
.system-specifications li div:first-child {
  padding-right: 10px;
}
.system-specifications li div:last-child {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .system-summary {
    position: sticky;
    top: 80px;
  }
}
@media (min-width: 768px) {
  .system-summary-wrapper {
    max-width: 653px;
  }
}
@media (min-width: 1024px) {
  .system-summary-wrapper {
    min-width: 318px;
    max-width: 318px;
    margin-left: 30px;
  }
}
.system-summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
}
.system-summary .total {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
}
.system-summary .label {
  padding: 3px 10px;
  color: #09CF34;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  background: #C3FFD1;
  border-radius: 4px;
}
.system-summary .text {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.system-summary .paypal {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
.system-summary .paypal img {
  margin-right: 8px;
}
.system-summary .paypal span {
  font-weight: 500;
  border-bottom: 1px solid rgba(102, 120, 148, 0.29);
}
.system-summary .subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
  font-weight: 500;
}
.system-summary .subtitle img {
  width: 20px;
}
.system-summary-list {
  margin: 0;
  padding: 0 0 8px;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.4;
}
.system-summary-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
}
.system-summary-list .gray {
  margin-right: 16px;
}
.system-summary .btn {
  width: 100%;
  margin-bottom: 16px;
}
.system-price {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #242F39;
}
.system-faq {
  margin: 0 0 56px;
  max-width: 716px;
}
.system-bottom-text {
  font-size: 16px;
  line-height: 24px;
}
.system-engineer-top {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
.system-engineer-text {
  font-size: 14px;
  line-height: 1.4;
}
.system-engineer img {
  min-width: 48px;
  max-width: 48px;
  margin-right: 12px;
  border-radius: 50%;
}
.system-engineer .name {
  font-weight: 500;
}
.system-engineer .gray {
  font-size: 14px;
  line-height: 1.4;
}
.homepage-categories {
  padding: 24px 16px 56px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .homepage-categories {
    padding: 40px 30px 56px;
  }
}
@media (min-width: 1024px) {
  .homepage-categories-tags {
    margin: 0 0 18px;
  }
}
.homepage-categories h1 {
  margin: 0 0 16px;
  padding: 0;
  color: #39434D;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 768px) {
  .homepage-categories h1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .homepage-categories h1 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .homepage-categories h1 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .homepage-categories h1 br {
    display: none;
  }
}
.homepage-categories .tab-nav {
  width: initial;
  gap: 16px;
  margin: 0 -16px 24px;
  padding: 0 16px;
  border-bottom: 1px solid #DCE8FA;
  overflow: auto;
}
@media (min-width: 1024px) {
  .homepage-categories .tab-nav {
    margin: 0 -30px 32px;
    padding: 0 30px;
  }
}
.homepage-categories .tab-nav li {
  overflow: initial;
}
.homepage-categories .tab-nav a,
.homepage-categories .tab-nav span {
  height: auto;
  background: transparent;
  padding: 0 0 12px;
  width: auto;
  font-weight: 500;
  color: #667894;
  border-bottom: 4px solid transparent;
  border-radius: 0 !important;
  white-space: nowrap;
}
.homepage-categories .tab-nav a.active,
.homepage-categories .tab-nav span.active {
  background: transparent;
  border-bottom-color: #117FF5;
  color: #117FF5;
}
.homepage-categories .tab-nav a:hover,
.homepage-categories .tab-nav span:hover {
  color: #117FF5;
}
.homepage-categories .tab-body {
  width: initial;
  margin: 0 -16px;
  padding: 0 0 0 16px;
}
@media (min-width: 1024px) {
  .homepage-categories .tab-body {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .homepage-categories .tab-body-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.homepage-categories .tab-body-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 16px 40px 0;
}
@media (min-width: 768px) {
  .homepage-categories .tab-body-right {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
  }
}
.homepage-categories .tab-body-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  background: #F3F3F3;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .homepage-categories .tab-body-right a {
    width: 136px;
    height: 36px;
  }
}
.homepage-categories .tab-body-right a:last-child {
  grid-column: span 2;
  background: transparent;
  border: 1px solid #DCE8FA;
}
@media (min-width: 768px) {
  .homepage-categories .tab-body-right a:hover {
    background: #e4effc;
    border-color: #e4effc;
  }
}
.homepage-categories .tag-list {
  margin-bottom: 20px;
}
.homepage-categories .tag-list-title {
  margin: 0 0 16px;
  text-transform: uppercase;
}
.homepage-categories .tag-list.with-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .homepage-categories .tag-list.with-icons {
    display: flex;
    margin-bottom: 16px;
  }
}
.homepage-categories .tag-list.with-icons li {
  margin: 0 16px 16px 0;
}
.homepage-categories .tag-list.with-icons li:first-child {
  grid-column: span 2;
}
.homepage-categories .tag-list.with-icons li:nth-child(6) {
  grid-column: span 2;
}
@media (min-width: 768px) {
  .homepage-categories .tag-list.with-icons li:nth-child(6) {
    grid-column: initial;
  }
}
.homepage-categories .tag-list.with-icons li:last-child {
  grid-column: span 2;
}
.homepage-categories .tag-list.with-icons li:last-child .img {
  display: none;
}
@media (min-width: 768px) {
  .homepage-categories .tag-list.with-icons li:last-child .img {
    display: flex;
  }
}
.homepage-categories .tag-list.brands {
  margin-bottom: 24px;
  gap: 16px;
}
@media (min-width: 1024px) {
  .homepage-categories .tag-list.brands {
    margin-bottom: 16px;
    max-height: 56px;
    overflow: hidden;
  }
}
.homepage-categories .tag-list.brands.is-more {
  max-height: initial;
}
.homepage-categories .tag-list.brands li {
  margin: 0;
}
.homepage-categories .tag-list.brands a {
  width: 140px;
  height: 56px;
  padding: 6px 9px;
  background: transparent;
  border: 1px solid #DCE8FA;
}
.homepage-categories .tag-list.brands a:hover {
  background: #e4effc;
  border-color: #e4effc;
}
.homepage-categories .tag-list.brands a img {
  max-width: 100%;
  max-height: 100%;
}
.homepage-top {
  display: grid;
  gap: 16px;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .homepage-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 0 56px;
  }
}
.homepage-top p {
  margin: 0;
}
.homepage-growth {
  padding: 8px 12px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
}
@media (min-width: 576px) {
  .homepage-growth {
    flex-shrink: 0;
    max-width: 308px;
  }
}
@media (min-width: 1024px) {
  .homepage-growth {
    margin: 16px 0 0;
  }
}
.homepage-growth__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 10px;
  font-size: 10px;
  line-height: 12px;
}
@media (min-width: 1024px) {
  .homepage-growth__top {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 16px;
  }
}
.homepage-growth__top img {
  flex-shrink: 0;
  width: 32px;
}
@media (min-width: 1024px) {
  .homepage-growth__top img {
    width: 56px;
  }
}
.homepage-growth__featured {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .homepage-growth__featured {
    font-size: 15px;
  }
}
.homepage-growth__bloomberg {
  margin-top: 2px;
  width: 62px;
}
@media (min-width: 1024px) {
  .homepage-growth__bloomberg {
    width: 76px;
  }
}
.homepage-growth__marketwatch {
  width: 82px;
}
@media (min-width: 1024px) {
  .homepage-growth__marketwatch {
    width: 96px;
  }
}
.homepage-growth b {
  display: block;
  margin: 0 0 4px;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .homepage-growth b {
    font-size: 15px;
    line-height: 20px;
  }
}
.homepage-all {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .homepage-all {
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    padding-right: 0;
  }
}
.homepage-all__item {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  background: #F1F3F5;
}
@media (min-width: 1024px) {
  .homepage-all__item {
    height: 452px;
    padding: 24px;
  }
}
.homepage-all__item:nth-child(1) {
  background: #FFF0DB;
}
.homepage-all__item:nth-child(1) .homepage-all__brands:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.01), rgba(255, 240, 219, 0.7), #FFF0DB);
}
.homepage-all__item:nth-child(1),
.homepage-all__item:nth-child(2) {
  grid-column: span 2;
}
@media (min-width: 1024px) {
  .homepage-all__item:nth-child(1),
  .homepage-all__item:nth-child(2) {
    grid-column: initial;
  }
}
.homepage-all__item:nth-child(1) p,
.homepage-all__item:nth-child(2) p {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .homepage-all__item:nth-child(1) p,
  .homepage-all__item:nth-child(2) p {
    font-size: 24px;
  }
}
.homepage-all__item:nth-child(3) .homepage-all__brands,
.homepage-all__item:nth-child(4) .homepage-all__brands {
  display: none;
}
@media (min-width: 1024px) {
  .homepage-all__item:nth-child(3) .homepage-all__brands,
  .homepage-all__item:nth-child(4) .homepage-all__brands {
    display: block;
  }
}
.homepage-all__item:nth-child(3) img,
.homepage-all__item:nth-child(4) img {
  display: none;
}
@media (min-width: 1024px) {
  .homepage-all__item:nth-child(3) img,
  .homepage-all__item:nth-child(4) img {
    display: block;
  }
}
.homepage-all__item > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
  transition: opacity 0.2s;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .homepage-all__item > img {
    width: 280px;
    max-width: calc(100% - 22px);
  }
}
.homepage-all__item:hover .homepage-all__brands {
  opacity: 1;
}
@media (min-width: 1024px) {
  .homepage-all__item:hover .homepage-all__brands + img {
    opacity: 0;
  }
}
.homepage-all__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.homepage-all__list a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .homepage-all__list a {
    font-size: 16px;
  }
}
.homepage-all__list img {
  min-width: 20px;
  width: 20px;
}
.homepage-all__brands {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .homepage-all__brands {
    top: auto;
    left: 0;
    gap: 16px;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.2s;
  }
}
.homepage-all__brands:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 167px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.01), rgba(241, 243, 245, 0.7), #F1F3F5);
  content: '';
}
@media (min-width: 1024px) {
  .homepage-all__brands:before {
    display: none;
  }
}
.homepage-all__brands a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28px;
  padding: 4px 8px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
}
@media (min-width: 1024px) {
  .homepage-all__brands a {
    height: 54px;
    padding: 12px 16px;
  }
}
.homepage-all__brands a:not(:last-child) {
  margin: 0 0 12px;
}
@media (min-width: 1024px) {
  .homepage-all__brands a:hover img {
    transform: scale(1.05);
  }
}
.homepage-all__brands img {
  max-height: 12px;
  transition: transform 0.2s;
}
@media (min-width: 1024px) {
  .homepage-all__brands img {
    max-height: 22px;
  }
}
.homepage-all p {
  margin: 0 0 16px;
  font-weight: 800;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .homepage-all p {
    font-size: 24px;
  }
}
.homepage-text {
  position: relative;
  padding: 30px 15px 25px;
  font-size: 16px;
  line-height: 24px;
  max-height: 590px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .homepage-text {
    padding: 20px 16px 5px;
  }
}
@media (min-width: 1024px) {
  .homepage-text {
    max-height: initial;
    padding: 30px 30px 65px;
    width: 42%;
  }
}
.homepage-text.show {
  max-height: initial;
}
.homepage-text.show:after,
.homepage-text.show .btn {
  display: none;
}
.homepage-text:after {
  content: '';
  height: 240px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff);
}
@media (min-width: 1024px) {
  .homepage-text:after {
    display: none;
  }
}
.homepage-text h3 {
  margin: 40px 0 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.homepage-text ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.homepage-text .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1024px) {
  .homepage-text .btn {
    display: none;
  }
}
.homepage-more-brands {
  display: none;
}
@media (min-width: 1024px) {
  .homepage-more-brands {
    display: inline-block;
    vertical-align: top;
    margin: -4px 0 0;
    padding: 0;
    background: transparent;
    border: 0;
    color: #117FF5;
    font-weight: 500;
  }
}
.homepage-more-brands:hover {
  color: #FB7234;
}
.homepage-systems {
  margin: 0 0 40px;
  padding: 0 16px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .homepage-systems {
    margin: 0 0 80px;
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .homepage-systems__inner {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .homepage-systems__inner {
    align-items: initial;
  }
}
.homepage-systems .section-title {
  justify-content: flex-start;
  margin: 0 0 24px;
}
.homepage-systems .product-list {
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .homepage-systems .product-list {
    width: 80%;
    margin: 0;
  }
}
.homepage-systems .system-engineer {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: #F6F7FB;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .homepage-systems .system-engineer {
    min-width: 260px;
    max-width: 20%;
    margin-left: 20px;
  }
}
.homepage-systems .system-engineer .btn {
  margin-top: auto;
}
.homepage-systems .system-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #242F39;
}
.homepage-efficiency__title {
  margin: 0 0 16px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .homepage-efficiency__title {
    font-size: 56px;
  }
}
.homepage-efficiency__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 32px);
  height: 56px;
  margin: 24px 16px 0;
  font-weight: 500;
  border-radius: 4px;
  color: #117FF5;
  background: #E1F0FF;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .homepage-efficiency__more {
    width: calc(100% - 60px);
    margin: 24px 30px 0;
  }
}
.homepage-efficiency__more:hover {
  background: #D1E8FF;
}
.homepage-efficiency .tabs .tabs .tab-nav {
  margin-top: -24px;
  padding-top: 8px;
  border-top: 1px solid #DCE8FA;
}
.homepage-efficiency .tabs .tabs .tab-nav span.active:after {
  display: none;
}
.homepage-efficiency .tab-nav {
  gap: 16px;
  margin: 0 0 24px;
  padding: 0 16px;
  white-space: nowrap;
  overflow: auto;
}
@media (min-width: 1024px) {
  .homepage-efficiency .tab-nav {
    justify-content: center;
  }
}
.homepage-efficiency .tab-nav li {
  flex-grow: 0;
}
.homepage-efficiency .tab-nav span {
  position: relative;
  width: auto;
  height: 40px;
  padding: 0;
  font-weight: 700;
  color: #667894;
  background: transparent;
}
.homepage-efficiency .tab-nav span.active {
  color: #117FF5;
  background: transparent;
}
.homepage-efficiency .tab-nav span.active:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #117FF5;
  content: '';
}
.homepage-efficiency .tab-body {
  padding: 0 0 56px;
}
@media (min-width: 1024px) {
  .homepage-efficiency .tab-body {
    padding: 0 0 100px;
  }
}
.homepage-efficiency .product-list {
  margin: 0;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .homepage-efficiency .product-list {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .homepage-efficiency .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .homepage-efficiency .product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .homepage-efficiency .product-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.homepage-efficiency .product-card:nth-child(4) {
  display: none;
}
@media (min-width: 576px) {
  .homepage-efficiency .product-card:nth-child(4) {
    display: flex;
  }
}
@media (min-width: 768px) {
  .homepage-efficiency .product-card:nth-child(4) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .homepage-efficiency .product-card:nth-child(4) {
    display: flex;
  }
}
.homepage-efficiency .product-card:nth-child(5) {
  display: none;
}
@media (min-width: 1440px) {
  .homepage-efficiency .product-card:nth-child(5) {
    display: flex;
  }
}
.homepage-reviews {
  margin: 0 0 40px;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .homepage-reviews {
    display: flex;
    margin: 0 0 80px;
    padding: 0;
  }
}
.homepage-reviews .reviews-list {
  position: relative;
  max-height: 1350px;
  overflow: hidden;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .homepage-reviews .reviews-list {
    max-height: 924px;
    transform: scale(0.9) translate(5%, -5%);
  }
}
@media (min-width: 1920px) {
  .homepage-reviews .reviews-list {
    max-width: 1024px;
    margin: 0 0 0 auto;
  }
}
.homepage-reviews .reviews-list.show {
  max-height: initial;
}
.homepage-reviews .reviews-list.show:after,
.homepage-reviews .reviews-list.show .btn {
  display: none;
}
.homepage-reviews .reviews-list:after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 1;
  content: '';
  height: 240px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff);
}
.homepage-reviews .reviews-list .btn {
  position: absolute;
  bottom: 0;
  left: 24px;
  z-index: 2;
  padding-left: 0;
  color: #242F39;
  backdrop-filter: blur(4px);
}
@media (min-width: 1024px) {
  .homepage-reviews .reviews-list .btn {
    left: 30px;
  }
}
.homepage-reviews .reviews-list .btn:hover {
  color: #117FF5;
}
.homepage-reviews .review {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 10px;
  background: #F6F7FB;
}
@media (min-width: 1024px) {
  .homepage-reviews .review {
    min-width: calc(50% - 12px);
    max-width: calc(50% - 12px);
    padding: 30px;
  }
}
.homepage-reviews .review:nth-child(3n) {
  min-width: 100%;
  max-width: 100%;
}
.homepage-reviews .review:nth-child(even) {
  background: #FFF5F1;
}
@media (min-width: 1024px) {
  .homepage-reviews .review:nth-child(even) {
    background: #F6F7FB;
  }
}
@media (min-width: 1024px) {
  .homepage-reviews .review:nth-child(2),
  .homepage-reviews .review:nth-child(5),
  .homepage-reviews .review:nth-child(8) {
    background: #FFF5F1;
  }
}
.homepage-reviews .review-bottom {
  opacity: 1;
  color: #586571;
}
.homepage-reviews .review .text {
  position: relative;
  max-height: 112px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .homepage-reviews .review .text {
    max-height: 140px;
  }
}
.homepage-reviews .review .stars {
  margin: 32px 0 8px;
}
.homepage-reviews .review .stars .icon {
  height: 27px;
  width: 27px;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.homepage-reviews .review .name {
  font-weight: 500;
}
.homepage-reviews .review .more {
  display: inline-flex;
  align-items: center;
  margin: 0 0 auto;
  font-size: 16px;
  font-weight: normal;
}
.homepage-reviews .review .more:hover .icon {
  background-color: #117FF5;
}
.homepage-reviews .review .more .icon {
  margin: 0 0 2px 6px;
  background-color: #242F39;
}
@media (min-width: 1024px) {
  .homepage-container {
    max-width: 1256px;
    margin: 0 auto;
    padding: 0 16px;
  }
}
.homepage-trusted {
  margin: 0 0 56px;
  padding: 40px 16px;
  background: #F6F7FB;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .homepage-trusted {
    margin: 0 0 100px;
    padding: 56px 0 64px;
  }
}
.homepage-trusted__top {
  margin: 0 0 32px;
}
@media (min-width: 1024px) {
  .homepage-trusted__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0 56px 50px;
    border-bottom: 2px solid #fff;
  }
}
.homepage-trusted__title {
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .homepage-trusted__title {
    max-width: 550px;
    margin: 0;
    font-size: 56px;
  }
}
.homepage-trusted__grid {
  display: grid;
  gap: 32px;
}
@media (min-width: 1024px) {
  .homepage-trusted__grid {
    gap: 16px;
  }
}
.homepage-trusted__widgets {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1024px) {
  .homepage-trusted__widgets {
    order: 1;
    gap: 16px;
    justify-content: space-between;
  }
}
.homepage-trusted__widgets a {
  display: block;
}
.homepage-trusted__widgets a:not(.shopperlink) {
  border: 1px solid #D9D9D9;
}
.homepage-trusted__widgets img {
  display: block;
}
.homepage-trusted__trustpilot {
  position: relative;
  width: 95px;
  height: 52px;
}
.homepage-trusted__trustpilot .trustpilot-widget {
  position: absolute !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.homepage-trusted__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.2;
}
.homepage-trusted__list b {
  display: block;
  margin: 0 0 8px;
  font-size: 40px;
}
@media (min-width: 1024px) {
  .homepage-trusted__list b {
    margin: 0 0 4px;
  }
}
.homepage-trusted__brands {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  pointer-events: none;
  user-select: none;
  animation: scroll 20s linear infinite;
}
.homepage-trusted__brands div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 130px;
  height: 64px;
  padding: 12px;
  background: #fff;
  border-radius: 4px;
}
.homepage-trusted__brands + .homepage-trusted__brands {
  display: none;
}
@media (min-width: 1024px) {
  .homepage-trusted__brands + .homepage-trusted__brands {
    display: flex;
    margin-top: 16px;
    animation: scroll 20s linear infinite reverse;
  }
}
.homepage-find {
  margin: 0 0 56px;
  padding: 40px 16px;
  background: #F6F7FB;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .homepage-find {
    margin: 0 0 100px;
    padding: 56px;
  }
}
.homepage-find__title {
  max-width: 672px;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .homepage-find__title {
    font-size: 56px;
  }
}
.homepage-find__title span {
  background: linear-gradient(90deg, #07A59F 0%, #3ABC8E 50%, #A3E9A8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.homepage-find__grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 576px) {
  .homepage-find__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media (min-width: 1024px) {
  .homepage-find__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepage-find__card {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  transition: all 0.2s;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .homepage-find__card {
    padding: 24px;
  }
}
.homepage-find__card:hover {
  color: #242F39;
  transform: scale(1.025);
}
.homepage-find__card .icon {
  background-color: #FFC700;
  -webkit-mask-size: 20px;
  mask-size: 20px;
}
.homepage-find__card p {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 18px;
}
.homepage-find__card-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
}
.homepage-find__card-info span {
  color: #667894;
}
.homepage-find__card-img {
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .homepage-find__card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    height: 100px;
  }
}
.homepage-find__card-img img {
  width: 100%;
}
.homepage-find .btn-blue {
  display: flex;
  width: 230px;
  height: 56px;
  margin: 40px auto 0;
}
.homepage-make {
  margin: 0 0 56px;
}
@media (min-width: 1024px) {
  .homepage-make {
    margin: 0 0 100px;
  }
}
.homepage-make__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .homepage-make__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .homepage-make__grid {
    grid-template-rows: repeat(2, 270px);
  }
}
.homepage-make__card {
  position: relative;
  padding: 40px;
  background: #F6F7FB;
  border-radius: 24px;
  text-align: center;
  color: #242F39;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .homepage-make__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .homepage-make__card {
    justify-content: flex-start;
    text-align: left;
    padding: 56px;
  }
}
.homepage-make__card:hover {
  color: #242F39;
}
@media (min-width: 1024px) {
  .homepage-make__card:hover {
    transform: scale(1.025);
  }
}
@media (min-width: 768px) {
  .homepage-make__card:nth-child(1) {
    grid-row: 1 / 3;
  }
}
.homepage-make__card:nth-child(1) img {
  width: 343px;
}
@media (min-width: 1024px) {
  .homepage-make__card:nth-child(1) img {
    right: 48px;
    left: 48px;
    bottom: 40px;
    width: calc(100% - 96px);
  }
}
.homepage-make__card:nth-child(2) img {
  width: 204px;
}
@media (min-width: 1024px) {
  .homepage-make__card:nth-child(2) img {
    right: 39px;
    bottom: 26px;
  }
}
.homepage-make__card:nth-child(3) img {
  width: 240px;
}
@media (min-width: 768px) {
  .homepage-make__card:nth-child(3) img {
    width: 173px;
  }
}
@media (min-width: 1024px) {
  .homepage-make__card:nth-child(3) img {
    right: 44px;
    bottom: 55px;
  }
}
@media (min-width: 768px) {
  .homepage-make__card img {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .homepage-make__card img {
    position: absolute;
    z-index: 0;
  }
}
.homepage-make__title {
  margin: 0 0 32px;
  text-align: center;
  font-size: 32px;
}
@media (min-width: 1024px) {
  .homepage-make__title {
    margin: 0 0 56px;
    font-size: 56px;
  }
}
.homepage-make__subtitle {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
}
@media (min-width: 1024px) {
  .homepage-make__subtitle {
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
    font-size: 40px;
  }
}
.homepage-make__text {
  margin: 0 0 16px;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .homepage-make__text {
    position: relative;
    z-index: 1;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .homepage-make__text br {
    display: none;
  }
}
.homepage-future {
  margin: 0 0 56px;
  padding: 40px 16px;
  background: #F6F7FB;
  border-radius: 56px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .homepage-future {
    margin: 0 0 100px;
    padding: 80px 0;
    border-radius: 0;
  }
}
.homepage-future .homepage-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .homepage-future .homepage-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.homepage-future img {
  width: 100%;
  max-width: 498px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .homepage-future__content {
    max-width: 586px;
  }
}
.homepage-future__tags {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 -16px 24px;
  padding: 0 16px;
  list-style-type: none;
  overflow: auto;
}
.homepage-future__tags li {
  padding: 8px 24px;
  background: #fff;
  border-radius: 32px;
}
.homepage-future__title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .homepage-future__title {
    font-size: 56px;
  }
}
.homepage-future__text {
  margin: 0 0 24px;
  font-size: 18px;
  font-style: italic;
}
@media (min-width: 1024px) {
  .homepage-future__text {
    margin: 0 0 32px;
  }
}
.homepage-future .btn {
  width: 100%;
  height: 56px;
}
@media (min-width: 1024px) {
  .homepage-future .btn {
    max-width: 230px;
  }
}
.homepage-profi {
  position: relative;
  margin: 0 0 56px;
  padding: 40px 16px;
  background: #2B3946;
  color: #fff;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .homepage-profi {
    margin: 0 0 100px;
    padding: 56px 0 56px 56px;
  }
}
.homepage-profi__pro {
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 1024px) {
  .homepage-profi__pro {
    position: absolute;
    top: 66px;
    right: 56px;
  }
}
.homepage-profi__title {
  margin: 0 0 16px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .homepage-profi__title {
    text-align: left;
    font-size: 56px;
  }
}
.homepage-profi__text {
  margin: 0 0 32px;
  text-align: center;
  font-size: 18px;
  opacity: 0.54;
}
@media (min-width: 1024px) {
  .homepage-profi__text {
    margin: 0 0 56px;
    text-align: left;
  }
}
.homepage-profi__top {
  margin: 0 0 32px;
}
@media (min-width: 1024px) {
  .homepage-profi__top {
    display: grid;
    align-items: center;
    grid-template-columns: 220px 1fr;
    margin: 0 0 56px;
  }
}
.homepage-profi .btn {
  display: flex;
  width: 220px;
  height: 56px;
  margin: 0 auto 32px;
}
@media (min-width: 1024px) {
  .homepage-profi .btn {
    margin: 0;
  }
}
.homepage-profi__inner {
  position: relative;
  margin: 0 -16px 32px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .homepage-profi__inner {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .homepage-profi__inner:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 140px;
    background-image: linear-gradient(90deg, #2B3946, rgba(43, 57, 70, 0.64), rgba(0, 0, 0, 0.01));
    content: '';
  }
}
.homepage-profi__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  list-style-type: none;
  width: max-content;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  animation: scroll-profi 25s linear infinite;
}
.homepage-profi__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 18px;
}
.homepage-profi__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #4D5D6C;
}
.homepage-profi__cards {
  display: flex;
  align-items: flex-start;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 -16px;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .homepage-profi__cards {
    margin: 0 56px 0 0;
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
  }
}
@media (min-width: 1024px) {
  .homepage-profi__cards:hover .homepage-profi__card:not(:hover) {
    width: calc(((100% - 450px) / 3) + 12px);
  }
  .homepage-profi__cards:hover .homepage-profi__card:not(:hover) .btn {
    transition: none;
  }
}
.homepage-profi__card {
  position: relative;
  z-index: 1;
  width: 245px;
  padding: 24px 24px 0;
  background: #3D4D5C;
}
@media (min-width: 1024px) {
  .homepage-profi__card {
    flex-grow: 1;
    width: calc(25% + 12px);
    transition: width 0.6s;
  }
}
@media (min-width: 1024px) {
  .homepage-profi__card:hover {
    width: 450px;
  }
}
.homepage-profi__card > * {
  position: relative;
  z-index: 2;
}
.homepage-profi__card:before,
.homepage-profi__card:after {
  position: absolute;
  right: 0;
  z-index: 1;
  content: '';
}
.homepage-profi__card:before {
  top: -4px;
  bottom: -4px;
  left: -15px;
  background: #2B3946;
  border-radius: 16px;
}
.homepage-profi__card:after {
  top: 0;
  bottom: 0;
  left: 0;
  background: #3D4D5C;
  border-radius: 16px;
}
.homepage-profi__subtitle {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 24px;
  white-space: nowrap;
}
.homepage-profi__img {
  height: 180px;
  overflow: hidden;
  margin-right: -24px;
  border-radius: 16px 16px 12px 0;
}
@media (min-width: 1024px) {
  .homepage-profi__img {
    height: 340px;
  }
}
.homepage-profi__img img {
  height: 100%;
  max-width: initial;
}
.homepage-articles {
  padding: 0 16px 56px;
}
@media (min-width: 1024px) {
  .homepage-articles {
    padding: 0 16px 100px;
  }
}
.homepage-articles__title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .homepage-articles__title {
    margin: 0 0 24px;
    font-size: 56px;
  }
}
.homepage-articles__tags {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 -16px 24px;
  padding: 0 16px;
  list-style-type: none;
  white-space: nowrap;
  overflow: auto;
}
@media (min-width: 1024px) {
  .homepage-articles__tags {
    margin: 0 -16px 32px;
  }
}
.homepage-articles__tags a {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 40px;
  color: #667894;
}
.homepage-articles__tags a:hover {
  color: #117FF5;
}
.homepage-articles__tags .active {
  font-weight: 700;
  color: #117FF5;
}
.homepage-articles__tags .active:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 4px;
  background: #117FF5;
  content: '';
}
.homepage-articles .article {
  margin: 24px 0 0;
  padding: 24px 0 0;
}
@media (min-width: 1024px) {
  .homepage-articles .article {
    margin: 40px 0 0;
    padding: 40px 0 0;
  }
}
.homepage-articles .article-main-title,
.homepage-articles .article-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .homepage-articles .article-main-title,
  .homepage-articles .article-title {
    margin: 0;
  }
}
.homepage-articles .article-title {
  font-weight: 400;
}
.homepage-articles .btn-blue-light {
  width: 100%;
  height: 56px;
  margin: 24px 0 0;
}
@media (min-width: 1024px) {
  .homepage-articles .btn-blue-light {
    margin: 40px 0 0;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(calc(-50% - 8px)));
  }
}
@keyframes scroll-profi {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 16px));
  }
}
.homepage-warehouses {
  margin: 0 0 56px;
}
@media (min-width: 1024px) {
  .homepage-warehouses {
    margin: 0 0 100px;
  }
}
.homepage-warehouses .warehouses-wrap {
  position: relative;
}
@media (min-width: 1024px) {
  .homepage-warehouses .warehouses-wrap:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 1;
    height: 172px;
    background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.23), rgba(255, 255, 255, 0.01));
    pointer-events: none;
    content: '';
  }
}
.top-deals {
  padding: 32px 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-deals {
    padding: 40px 16px;
  }
}
@media (min-width: 1024px) {
  .top-deals {
    padding: 0 30px 40px;
  }
}
@media (min-width: 1024px) {
  .top-deals-body .product-card {
    max-width: 300px;
  }
}
.top-deals-body .product-card .img {
  min-height: auto;
}
@media (min-width: 1200px) {
  .top-deals .product-list {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .top-deals .product-list {
    grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
  }
}
.top-deals .section-title {
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .top-deals .section-title {
    margin: 0 0 32px;
  }
}
.shipping-rate {
  text-align: center;
  color: #667894;
  max-width: 550px;
  margin: 0 auto;
  padding: 40px 15px 0;
}
@media (min-width: 768px) {
  .shipping-rate {
    padding: 50px 0 0;
  }
}
@media (min-width: 1024px) {
  .shipping-rate {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .shipping-rate {
    padding: 0 0 0 20px;
    min-width: 250px;
    width: 18%;
  }
}
@media (min-width: 1024px) {
  .shipping-rate-inner {
    position: sticky;
    top: 60px;
  }
}
.shipping-rate .img {
  margin: 0 auto 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 15px;
  background: #F3F3F3;
}
@media (min-width: 1024px) {
  .shipping-rate .img {
    margin: 0 0 20px;
  }
}
.shipping-rate .img img {
  height: auto;
  margin: 0;
}
.shipping-rate img {
  margin: 0 auto 15px;
  height: 40px;
}
@media (min-width: 1024px) {
  .shipping-rate img {
    margin: 0 auto 20px;
  }
}
.shipping-rate p:last-child {
  margin: 0;
}
.shipping-rate b {
  display: block;
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 32px;
  line-height: 1;
  color: #242F39;
  font-weight: 700;
}
@media (min-width: 768px) {
  .shipping-rate b {
    font-size: 24px;
    margin: 0 0 12px;
  }
}
@media (min-width: 1200px) {
  .shipping-rate .btn {
    width: 100%;
  }
}
.solution {
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .solution {
    position: sticky;
    top: 76px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .solution-wrapper {
    flex-basis: 380px;
    padding-right: 24px;
  }
}
.solution .awards-title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .solution .awards-title {
    font-size: 56px;
  }
}
.solution .awards-text {
  margin: 0 0 32px;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .solution .awards-text {
    max-width: 470px;
    margin: 0 0 40px;
  }
}
.solution .awards-links {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 0 32px;
}
@media (min-width: 576px) {
  .solution .awards-links {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .solution .awards-links {
    flex-direction: column;
    max-width: 315px;
    margin: 0 0 24px;
  }
}
.solution .awards-links img {
  object-fit: contain;
}
.solution .awards-shopperlink {
  display: block;
  padding: 16px;
  max-width: 420px;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
}
.solution .awards-trustpilot {
  display: block;
  padding: 16px;
  width: 100%;
  margin: 0;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
}
@media (min-width: 576px) {
  .solution .awards-trustpilot {
    max-width: 420px;
  }
}
.solution .awards-trustpilot span {
  display: block;
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 40px;
}
.solution .awards-trustpilot .green {
  color: #00B67A !important;
}
.solution .awards-trustpilot a {
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  border-bottom: 1px solid rgba(102, 120, 148, 0.54);
}
.solution .awards-trustpilot img {
  display: block;
  margin: 8px 0 0;
  min-width: 176px;
  max-width: 176px;
}
.solution .img {
  max-width: 360px;
  height: 161px;
  margin: 0 0 24px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .solution .img {
    width: 161px;
  }
}
.solution img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.solution .text {
  max-width: 570px;
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .solution .text {
    margin: 0 0 24px;
    font-size: 32px;
  }
}
.solution .rating {
  margin: 0 0 6px;
  font-weight: 300;
  font-size: 150px;
  line-height: 1.1;
}
.solution .average {
  font-size: 20px;
  line-height: 1.4;
}
.solution .average a {
  font-weight: 700;
}

