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

.s22 img {
  min-width: unset;
}

.s22 .headline {
  font-size: 40px;
  line-height: 1.2;
}

@media (max-width: 850px) {
  .s22 .headline {
    font-size: 28px;
  }
}

.s22 .color--yellow {
  color: #fcff00;
}

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

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

.s22__header {
  position: relative;
  background: #f3f3f3;
}

@media (min-width: 851px) {
  .s22__header .logo {
    position: absolute;
    top: 30px;
    left: 30px;
  }
}

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

.s22__header .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 358px;
  padding: 30px;
}

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

@media (max-width: 500px) {
  .s22__header .grid {
    padding: 30px 20px 50px;
  }
}

.s22__header .grid > .gridItem:first-child {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 75px;
  align-items: center;
  text-align: right;
}

@media (min-width: 1201px) and (max-width: 1300px) {
  .s22__header .grid > .gridItem:first-child {
    gap: 30px;
  }
}

@media (max-width: 1200px) {
  .s22__header .grid > .gridItem:first-child {
    grid-template-columns: auto auto;
    gap: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .s22__header .grid > .gridItem:first-child {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
}

.s22__header .grid > .gridItem:first-child .headline {
  margin: 30px 0 30px 50px;
}

@media (min-width: 501px) and (max-width: 1300px) {
  .s22__header .grid > .gridItem:first-child .headline {
    margin: 30px 0 30px 20px;
  }
}

@media (max-width: 500px) {
  .s22__header .grid > .gridItem:first-child .headline {
    margin: 20px 0;
  }
}

@media (min-width: 1201px) {
  .s22__header .grid > .gridItem:last-child {
    min-width: 450px;
    padding: 0 30px;
  }
}

.s22__header .bonus {
  display: grid;
  grid-template-columns: auto 80px 200px;
  justify-content: center;
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}

@media (max-width: 500px) {
  .s22__header .bonus {
    grid-template-columns: 1fr;
  }
}

.s22__header .bonusItem {
  display: grid;
  grid-template-rows: 125px auto;
}

.s22__header .bonusItem .img {
  align-self: center;
}

.s22__header .plus {
  align-self: center;
  margin-bottom: 30px;
  font-size: 62px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .s22__header .plus {
    margin: 25px 0 0;
    line-height: 1;
  }
}

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

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

.s22__header .info:before, .s22__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;
}

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

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

.s22__divider {
  position: relative;
  height: 4px;
  background: linear-gradient(90deg, #97bc43 33.3%, #5b57a2 33.3%, #5b57a2 66.6%, #f3a000 66.6%);
}

.s22__divider .dropsLogo {
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%) scale(0.68);
}

.s22__gradient {
  margin: 80px 0 0;
  padding: 13px 40px 8px;
  font-size: 44px;
  text-align: center;
  background: linear-gradient(-114deg, rgba(252, 255, 0, 1) 0%, rgba(252, 255, 0, 1) 13%, rgba(255, 207, 0, 1) 84%, rgba(255, 207, 0, 1) 100%);
}

@media (max-width: 850px) {
  .s22__gradient {
    font-size: 22px;
  }
}

.s22__example .grid {
  display: grid;
  grid-template-columns: 230px 1fr 1fr 1fr 1fr 230px;
}

@media (min-width: 1001px) and (max-width: 1620px) {
  .s22__example .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 601px) and (max-width: 1000px) {
  .s22__example .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .s22__example .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.s22__example .gridItem {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1620px) {
  .s22__example .gridItem:nth-of-type(1), .s22__example .gridItem:nth-of-type(6) {
    display: none;
  }
}

.s22__example .gridItem > div {
  flex: 1;
  padding: 20px;
  min-height: 240px;
  max-height: 50%;
}

@media (min-width: 601px) and (max-width: 1000px) {
  .s22__example .gridItem > div {
    min-height: 185px;
  }
}

@media (max-width: 600px) {
  .s22__example .gridItem > div {
    min-height: unset;
    max-height: unset;
  }
}

.s22__example .gridItem > div:nth-of-type(2):not(.flex-center) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.s22__example .imgDesc {
  position: relative;
}

.s22__example .imgDesc:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 25px;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background: #fff;
}

.s22__example .imgDesc .desc {
  margin-top: 100px;
}

.s22__example img {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.s22__example .example, .s22__example .resultTitle {
  font-size: 36px;
}

@media (max-width: 1150px) {
  .s22__example .resultTitle {
    font-size: 24px;
  }
}

.s22__example .example {
  padding-top: 5px;
}

.s22__example .price, .s22__example .resultPrice {
  font-size: 26px;
  margin-top: 25px;
}

@media (min-width: 1001px) {
  .s22__example .price {
    margin-bottom: 36px;
  }
}

.s22__product {
  display: grid;
  grid-template-columns: 250px 278px 1fr auto;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 80px 20px 0;
}

@media (min-width: 1601px) {
  .s22__product {
    padding: 80px 50px 0;
  }
}

@media (min-width: 1451px) and (max-width: 1600px) {
  .s22__product {
    grid-template-columns: 200px 278px 1fr auto;
    gap: 50px;
  }
}

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

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

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

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

.s22__product .name {
  font-size: 33px;
}

@media (max-width: 1450px) {
  .s22__product .name br {
    display: none;
  }
}

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

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

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

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

.s22__product .img img {
  margin-left: auto;
}

.s22__product .bonus {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

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

.s22__product .bonus .buds {
  min-width: 120px;
}

.s22__product .bonus .buds img {
  margin: 0 auto;
}

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

@media (max-width: 500px) {
  .s22__product .bonus .plus {
    margin: 0 30px;
  }
}

.s22__product .bonus .discount {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 155px;
  min-height: 155px;
  padding-top: 12px;
  border-radius: 0 50% 50% 50%;
  background: #f3a000;
}

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

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

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

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

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

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

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

.s22__product .price .violet span {
  font-size: 26px;
}

@media (max-width: 1450px) {
  .s22__product .price .violet span {
    font-size: 20px;
  }
}

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

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

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

.s22__how {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

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

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

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

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

.s22__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) {
  .s22__howItem .step {
    margin: 0 auto;
  }
}

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

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

.s22__howItem a {
  word-break: break-word;
}
