/* /redminote13 */
.rn13__top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  padding: 0 80px;
  background: #f8f9f9;
}

@media (max-width: 1100px) {
  .rn13__top {
    grid-template-columns: auto auto;
    justify-content: center;
    padding: 30px 20px;
  }
}

@media (max-width: 600px) {
  .rn13__top {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 50px 30px;
  }
}

.rn13__top .dropsLogo {
  position: absolute;
  top: 0;
  left: -5px;
  transform: scale(0.55);
}

@media (max-width: 1400px) {
  .rn13__top .dropsLogo {
    top: -10px;
    left: -20px;
    transform: scale(0.4);
  }
}

.rn13__top .phones {
  max-width: unset;
  margin: 0 -100px -30px;
}

@media (max-width: 1400px) {
  .rn13__top .phones {
    max-width: 600px;
  }
}

@media (max-width: 1200px) {
  .rn13__top .phones {
    max-width: 440px;
    margin: 0 -40px -20px;
  }
}

@media (max-width: 600px) {
  .rn13__top .phones {
    max-width: 100%;
    margin: 40px 0 -30px;
  }
}

.rn13__top .logo {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (max-width: 850px) {
  .rn13__top .logo {
    top: 20px;
    right: 20px;
    max-width: 30px;
  }
}

.rn13__claim {
  position: relative;
  padding: 35px 0;
  font-size: 24px;
  z-index: 1;
}

@media (max-width: 1400px) {
  .rn13__claim {
    font-size: 20px;
  }
}

@media (min-width: 601px) and (max-width: 1100px) {
  .rn13__claim {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .rn13__claim {
    order: -2;
  }
}

.rn13__claim img {
  margin: 0 auto 40px;
}

@media (max-width: 1400px) {
  .rn13__claim img {
    margin: 0 auto 25px;
  }
}

.rn13__claim .bold {
  font-size: 26px;
}

@media (max-width: 1400px) {
  .rn13__claim .bold {
    font-size: 22px;
  }
}

.rn13__claim > div:not(.bold) {
  margin: 3px 0 1px;
}

.rn13__drops {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  gap: 8px;
  margin: 0 50px 0 0;
}

@media (max-width: 1200px) {
  .rn13__drops {
    margin: 0 10px 0 0;
    gap: 2px;
  }
}

@media (max-width: 600px) {
  .rn13__drops {
    order: -1;
  }
}

.rn13__drop {
  flex-direction: column;
  width: 156px;
  height: 156px;
  border: 3px solid #fff;
  font-size: 22px;
}

@media (max-width: 1400px) {
  .rn13__drop {
    width: 120px;
    height: 120px;
    font-size: 17px;
  }
}

@media (max-width: 700px) {
  .rn13__drop {
    width: 90px;
    height: 90px;
    font-size: 13px;
  }
}

.rn13__drop:nth-child(1) {
  border-radius: 50% 50% 0 50%;
}

.rn13__drop:nth-child(2) {
  border-radius: 50% 50% 50% 0;
  background: #85b5c0;
}

.rn13__drop:nth-child(3) {
  border-radius: 50% 0 50% 50%;
}

.rn13__drop:nth-child(4) {
  border-radius: 0 50% 50% 50%;
}

.rn13__drop:nth-child(4) .icon {
  width: 36px;
  height: 36px;
  margin: 0 0 10px;
}

@media (max-width: 1400px) {
  .rn13__drop:nth-child(4) .icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 700px) {
  .rn13__drop:nth-child(4) .icon {
    width: 18px;
    height: 18px;
    margin: 0 0 6px;
  }
}

.rn13__bonus {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 30px;
  background: #02021d;
}

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

@media (max-width: 600px) {
  .rn13__bonus {
    gap: 10px;
    padding: 25px 20px;
  }
}

.rn13__bonus .or {
  position: relative;
  font-size: 22px;
  color: #5a6386;
}

.rn13__bonus .or:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 110px;
  background: #5a6386;
  z-index: 0;
}

@media (max-width: 850px) {
  .rn13__bonus .or:before {
    width: 150px;
    height: 2px;
  }
}

.rn13__bonus .or > div {
  position: relative;
  display: inline-block;
  padding: 5px 15px 9px;
  background: #02021d;
}

.rn13__bonusItem {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (min-width: 601px) {
  .rn13__bonusItem {
    justify-self: center;
  }
}

@media (max-width: 600px) {
  .rn13__bonusItem {
    gap: 30px;
  }
}

@media (min-width: 851px) {
  .rn13__bonusItem > img {
    margin: -14px 0 0;
  }
}

@media (min-width: 851px) and (max-width: 1100px) {
  .rn13__bonusItem > img {
    max-width: 40%;
  }
}

@media (min-width: 851px) and (max-width: 1100px) {
  .rn13__bonusItem:first-child > img {
    margin: -30px 0 0;
  }
}

@media (max-width: 600px) {
  .rn13__bonusItem:first-child > img {
    max-width: 100px;
  }
}

@media (min-width: 851px) {
  .rn13__bonusItem:last-child > img {
    margin: -14px -30px 0 0;
  }
}

@media (max-width: 600px) {
  .rn13__bonusItem:last-child > img {
    max-width: 80px;
    margin: 0 0 0 20px;
  }
}

.rn13__bonusItem .desc {
  font-size: 25px;
}

@media (max-width: 600px) {
  .rn13__bonusItem .desc {
    font-size: 20px;
  }
}

.rn13__bonusItem .desc img {
  margin: 12px 0 5px;
}

.rn13__bonusItem .desc a {
  font-size: 18px;
  transition: 0.1s color ease-in-out;
}

.rn13__bonusItem .desc a:hover {
  color: #d0d3d4;
}
