/* /galaxys21fe */
.s21fe {
  font-family: "Samsung Sharp Sans", sans-serif;
}

.s21fe__subtitle {
  font-size: 40px;
  padding: 80px 0;
}

@media (max-width: 600px) {
  .s21fe__subtitle {
    font-size: 28px;
  }
}

.s21fe__header {
  position: relative;
  padding: 0 40px;
  background: #f3f3f3;
}

@media (min-width: 851px) {
  .s21fe__header .logo {
    position: absolute;
    top: 30px;
    right: 40px;
  }
}

@media (max-width: 1350px) {
  .s21fe__header .logo {
    right: unset;
    left: 40px;
  }
}

@media (max-width: 850px) {
  .s21fe__header .logo {
    padding-top: 30px;
  }
}

.s21fe__header .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
  min-height: 358px;
}

@media (max-width: 1350px) {
  .s21fe__header .grid {
    gap: 30px;
  }
}

@media (max-width: 850px) {
  .s21fe__header .grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .s21fe__header .grid {
    gap: 10px;
  }
}

.s21fe__header .gridItem:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.s21fe__header .gridItem:last-child {
  max-width: 470px;
  padding: 30px 0;
  line-height: 1.2;
}

@media (max-width: 850px) {
  .s21fe__header .gridItem:last-child {
    margin: 0 auto;
    padding: 0 0 60px;
    text-align: center;
  }
}

.s21fe__header .drops {
  display: flex;
  margin: 30px 10px 30px 0;
}

.s21fe__header .drop--violet {
  width: 72px;
  height: 72px;
  background: #5b57a2;
  border-radius: 50% 50% 0 50%;
  margin: 40px 5px 0 0;
}

@media (max-width: 650px) {
  .s21fe__header .drop--violet {
    display: none;
  }
}

.s21fe__header .drop--orange {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 176px;
  height: 176px;
  background: #f3a000;
  border-radius: 0 50% 50% 50%;
  font-weight: 500;
}

@media (max-width: 650px) {
  .s21fe__header .drop--orange {
    width: 100px;
    height: 100px;
  }
}

.s21fe__header .drop--orange .bonus {
  font-size: 21px;
}

@media (max-width: 650px) {
  .s21fe__header .drop--orange .bonus {
    font-size: 12px;
  }
}

.s21fe__header .drop--orange .price {
  margin-top: 10px;
  font-size: 49px;
  line-height: 1;
}

@media (max-width: 650px) {
  .s21fe__header .drop--orange .price {
    margin-top: 5px;
    font-size: 30px;
  }
}

.s21fe__header .drop--orange .currency {
  font-size: 26px;
}

@media (max-width: 650px) {
  .s21fe__header .drop--orange .currency {
    font-size: 16px;
  }
}

@media (min-width: 1151px) {
  .s21fe__header .phones {
    min-width: 391px;
  }
}

@media (min-width: 850px) and (max-width: 1150px) {
  .s21fe__header .phones {
    min-width: 210px;
  }
}

.s21fe__header .headline {
  font-size: 51px;
}

@media (max-width: 650px) {
  .s21fe__header .headline {
    font-size: 36px;
  }
}

.s21fe__header .desc {
  margin: 25px 0 30px;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 650px) {
  .s21fe__header .desc {
    font-size: 22px;
  }
}

.s21fe__header .info {
  font-size: 25px;
  color: #000;
  position: relative;
  transition: 0.25s all ease-in-out;
  z-index: 2;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 650px) {
  .s21fe__header .info {
    font-size: 22px;
  }
}

.s21fe__header .info:before, .s21fe__header .info:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #000;
  transition: all 0.5s ease 0.05s;
  z-index: -1;
}

.s21fe__header .info:hover:before, .s21fe__header .info:hover:after {
  width: 50%;
}

.s21fe__header .info:hover {
  color: #000;
}

.s21fe__divider {
  height: 4px;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #97bc43 33.3%, #5b57a2 33.3%, #5b57a2 66.6%, #f3a000 66.6%);
}

.s21fe__product {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 80px 50px 0;
}

@media (max-width: 1450px) {
  .s21fe__product {
    grid-template-columns: auto auto;
    gap: 0 60px;
    padding: 60px 0;
  }
}

@media (max-width: 600px) {
  .s21fe__product {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}

.s21fe__product + .s21fe__product {
  padding-bottom: 100px;
}

@media (max-width: 600px) {
  .s21fe__product + .s21fe__product {
    padding-bottom: 40px;
  }
}

.s21fe__product .name {
  max-width: 300px;
  font-size: 33px;
}

@media (max-width: 600px) {
  .s21fe__product .name {
    margin-top: 20px;
  }
}

.s21fe__product .name .small {
  font-size: 24px;
}

@media (max-width: 1450px) {
  .s21fe__product .img {
    order: -1;
  }
}

@media (min-width: 601px) and (max-width: 1450px) {
  .s21fe__product .img {
    grid-row: span 3;
  }
}

.s21fe__product .bonus {
  display: flex;
  align-items: center;
}

@media (max-width: 1450px) {
  .s21fe__product .bonus {
    margin: 20px 0;
  }
}

.s21fe__product .bonus .display {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 1450px) {
  .s21fe__product .bonus .display img {
    max-width: 33px;
  }
}

.s21fe__product .bonus .display .desc {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1450px) {
  .s21fe__product .bonus .display .desc {
    font-size: 14px;
  }
}

.s21fe__product .bonus .plus {
  margin: 0 40px;
  font-size: 67px;
}

.s21fe__product .bonus .discount {
  position: relative;
  color: #ee463c;
  min-width: 178px;
}

@media (max-width: 1450px) {
  .s21fe__product .bonus .discount {
    min-width: unset;
    max-width: 100px;
  }
}

.s21fe__product .bonus .discount .wrapper {
  position: absolute;
  top: calc(50% + 7px);
  left: calc(50% - 3px);
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 1450px) {
  .s21fe__product .bonus .discount .wrapper {
    top: calc(50% + 5px);
    left: calc(50% - 2px);
  }
}

.s21fe__product .bonus .discount .wrapper > div:nth-of-type(1), .s21fe__product .bonus .discount .wrapper > div:nth-of-type(3) {
  font-family: 'samsungone', sans-serif;
  font-size: 24px;
}

@media (max-width: 1450px) {
  .s21fe__product .bonus .discount .wrapper > div:nth-of-type(1), .s21fe__product .bonus .discount .wrapper > div:nth-of-type(3) {
    font-size: 14px;
  }
}

.s21fe__product .bonus .discount .wrapper > div:nth-of-type(2) {
  font-size: 38px;
}

@media (max-width: 1450px) {
  .s21fe__product .bonus .discount .wrapper > div:nth-of-type(2) {
    font-size: 24px;
  }
}

.s21fe__product .price .violet {
  font-size: 58px;
}

@media (max-width: 1450px) {
  .s21fe__product .price .violet {
    font-size: 40px;
  }
}

.s21fe__product .price .installments {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 1450px) {
  .s21fe__product .price .installments {
    font-size: 20px;
  }
}

.s21fe__product .price .mbtn {
  padding: 20px 40px 16px !important;
}

.s21fe__how {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

@media (min-width: 1501px) {
  .s21fe__how {
    padding: 0 50px;
  }
}

@media (min-width: 851px) and (max-width: 1350px) {
  .s21fe__how {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 651px) and (max-width: 850px) {
  .s21fe__how {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .s21fe__how {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .s21fe__howItem {
    text-align: center;
  }
}

.s21fe__howItem .step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 5px 0 0;
  font-size: 21px;
  border-radius: 50% 50% 50% 0;
  background: #97bc43;
}

@media (max-width: 650px) {
  .s21fe__howItem .step {
    margin: 0 auto;
  }
}

.s21fe__howItem .headline {
  font-size: 25px;
  margin: 25px 0 15px;
}

@media (min-width: 651px) {
  .s21fe__howItem .headline {
    min-height: 62px;
  }
}

.s21fe__howItem .desc {
  font-size: 17px;
}
