.gadgetomania {
  color: #252525;
}
.gadgetomania .green {
  font-weight: bold;
  color: #2AA35E;
  text-decoration: none;
}
.gadgetomania .underline {
  text-decoration: underline;
}
.gadgetomania .action {
  background-color: #fff;
  position: relative;
  margin-top: 100px;
  padding: 0 17px;
}
.gadgetomania .action .ellipse_3 {
  position: absolute;
  top: -5%;
  left: 50%;
}
@media screen and (max-width: 760px) {
  .gadgetomania .action .ellipse_3 {
    display: none;
  }
}
.gadgetomania .action .ellipse_2 {
  position: absolute;
  left: 40%;
  top: 130%;
}
@media screen and (max-width: 760px) {
  .gadgetomania .action .ellipse_2 {
    left: 40%;
    top: 70%;
    width: 12px;
    height: 12px;
  }
}
.gadgetomania .action .ellipse_4 {
  position: absolute;
  left: 10%;
  top: 160%;
}
@media screen and (max-width: 760px) {
  .gadgetomania .action .ellipse_4 {
    display: none;
  }
}
.gadgetomania .action-ellipse {
  background: url(/assets/img/e211475eccdaa06994865719cc8488e7.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  width: 567px;
  height: 721px;
  top: -292px;
  z-index: 0;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .action-ellipse {
    width: 480px;
    height: 685px;
  }
}
@media screen and (max-width: 850px) {
  .gadgetomania .action-ellipse {
    width: 400px;
    height: 585px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .action-ellipse {
    display: none;
  }
}
.gadgetomania .action-ellipse-mobile {
  background: url(/assets/img/6514dae75298c19233cf93bf8649937f.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 273px;
  height: 540px;
  top: 10%;
  right: 0;
  display: none;
}
@media screen and (max-width: 760px) {
  .gadgetomania .action-ellipse-mobile {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .gadgetomania .action-ellipse-mobile {
    width: 174px;
    height: 340px;
    top: 25%;
  }
}
.gadgetomania .action-btn-mobile {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  background: #007E2B;
  box-shadow: 10px 10px 20px rgba(0, 126, 43, 0.15);
  border-radius: 10px;
  padding: 14px 18px;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 33px;
  outline: none;
  border: none;
  display: none;
  cursor: pointer;
}
.gadgetomania .action-btn-mobile:hover {
  background: #006723;
}
.gadgetomania .action-btn-mobile:focus {
  background: #009e36;
}
@media screen and (max-width: 760px) {
  .gadgetomania .action-btn-mobile {
    display: inline-block;
    margin-top: 0;
  }
}
@media screen and (max-width: 460px) {
  .gadgetomania .action-btn-mobile {
    display: inline-block;
    margin-top: 0;
  }
}
.gadgetomania .action-container {
  max-width: 1160px;
  padding: 0 18px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 760px) {
  .gadgetomania .action-container {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .gadgetomania .action-container {
    padding: 0;
  }
}
.gadgetomania .action-container .ellipse_4 {
  position: absolute;
  left: -5%;
  top: 20%;
}
@media screen and (max-width: 760px) {
  .gadgetomania .action-container .ellipse_4 {
    display: block;
    left: 5%;
    top: 25%;
    width: 12px;
    height: 12px;
  }
}
.gadgetomania .action-info {
  max-width: 585px;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .action-info {
    max-width: 420px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .action-info {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 460px) {
  .gadgetomania .action-info {
    max-width: 290px;
    margin: 0 auto;
  }
}
.gadgetomania .action-info .info-title {
  font-weight: bold;
  font-size: 54px;
  line-height: 67px;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .action-info .info-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .action-info .info-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.gadgetomania .action-info .info-descriptions {
  max-width: 380px;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  margin-top: 12px;
}
@media screen and (max-width: 760px) {
  .gadgetomania .action-info .info-descriptions {
    font-size: 14px;
    line-height: 21px;
    margin: 0 auto;
  }
}
.gadgetomania .action-info .info-btn {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  background: #007E2B;
  box-shadow: 10px 10px 20px rgba(0, 126, 43, 0.15);
  border-radius: 10px;
  padding: 15px 18px;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 33px;
  outline: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .gadgetomania .action-info .info-btn {
    display: none;
  }
}
.gadgetomania .action-info .info-btn:hover {
  background: #006723;
}
.gadgetomania .action-info .info-btn:focus {
  background: #009e36;
}
.gadgetomania .action-image {
  position: absolute;
  display: flex;
  text-align: center;
  right: -4%;
  top: -50px;
  width: 63%;
}
@media screen and (max-width: 1280px) {
  .gadgetomania .action-image {
    right: 0;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .action-image {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  .gadgetomania .action-image {
    width: 100%;
    margin-left: 20px;
  }
}
.gadgetomania .action-image .image-clock {
  background: url(/assets/img/4e40f788cd183da098b2d1092e259c35.png) no-repeat center;
  background-size: contain;
  width: 34%;
  height: 188px;
  align-self: center;
  margin-top: - 80px;
}
.gadgetomania .action-image .image-sally {
  background: url(/assets/img/172975df7cd78375d8100c1695e5f710.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 577px;
}
@media screen and (max-width: 760px) {
  .gadgetomania .action-image .image-sally {
    height: 460px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .action-image .image-sally {
    height: 320px;
  }
}
.gadgetomania .prizes {
  margin-top: 360px;
  overflow: hidden;
  padding: 0 17px;
}
@media screen and (max-width: 760px) {
  .gadgetomania .prizes {
    margin-top: 160px;
  }
}
.gadgetomania .prizes-container {
  max-width: 952px;
  padding: 0 18px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 460px) {
  .gadgetomania .prizes-container {
    padding: 0;
  }
}
.gadgetomania .prizes-container .ellipse_4 {
  position: absolute;
  top: 45%;
  left: -15%;
}
.gadgetomania .prizes-title {
  font-weight: 500;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .prizes-title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 50px;
  }
}
.gadgetomania .prizes-title .rectangle_1 {
  position: absolute;
  left: 0;
  top: 110%;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .prizes-title .rectangle_1 {
    left: 10%;
    top: 180%;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .prizes-title .rectangle_1 {
    display: none;
  }
}
.gadgetomania .prizes-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 760px) {
  .gadgetomania .prizes-block {
    display: block;
    padding: 0;
  }
}
.gadgetomania .prizes-block .ellipse_4 {
  position: absolute;
  top: 0%;
  left: 120%;
}
.gadgetomania .prizes-block.phone {
  background: url(/assets/img/96533b306205af97337abc2ea84e7d2c.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 640px;
  max-width: 890px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 460px) {
  .gadgetomania .prizes-block.phone {
    margin-top: 0;
    height: 362px;
  }
}
.gadgetomania .prizes-block.phone .stripe_1 {
  position: absolute;
  top: -5%;
  left: -5%;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .prizes-block.phone .stripe_1 {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .prizes-block.phone .stripe_1 {
    display: none;
  }
}
.gadgetomania .prizes-block.phone .stripe_2 {
  position: absolute;
  left: 79%;
  top: 49%;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .prizes-block.phone .stripe_2 {
    left: 72%;
    top: 50%;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .prizes-block.phone .stripe_2 {
    display: none;
  }
}
.gadgetomania .prizes-block.phone .rectangle_4 {
  position: absolute;
  left: -10%;
  top: 90%;
}
@media screen and (max-width: 760px) {
  .gadgetomania .prizes-block.phone .rectangle_4 {
    display: none;
  }
}
.gadgetomania .prizes-info {
  width: 100%;
  position: relative;
}
.gadgetomania .prizes-info.clock {
  max-width: 494px;
}
@media screen and (max-width: 760px) {
  .gadgetomania .prizes-info.clock {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  .gadgetomania .prizes-info.clock {
    max-width: 100%;
    text-align: left;
  }
}
.gadgetomania .prizes-info.phone {
  max-width: 284px;
  margin-top: 100px;
}
@media screen and (max-width: 660px) {
  .gadgetomania .prizes-info.phone {
    max-width: 200px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 460px) {
  .gadgetomania .prizes-info.phone {
    max-width: 170px;
    margin-top: 0px;
  }
}
.gadgetomania .prizes-info.phone .rectangle_4 {
  position: absolute;
  left: 120%;
}
@media screen and (max-width: 920px) {
  .gadgetomania .prizes-info.phone .rectangle_4 {
    display: none;
  }
}
.gadgetomania .prizes-info .info-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #007E2B;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .prizes-info .info-title {
    font-size: 20px;
  }
}
.gadgetomania .prizes-info .info-descriptions {
  margin-top: 12px;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .prizes-info .info-descriptions {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 460px) {
  .gadgetomania .prizes-info .info-descriptions {
    font-size: 24px;
    line-height: 32px;
  }
}
.gadgetomania .prizes-image.clock {
  background: url(/assets/img/15d4e1e80ec7489331b68949a0ca9604.png) no-repeat center;
  background-size: contain;
  width: 42%;
  height: 384px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .gadgetomania .prizes-image.clock {
    width: 100%;
    height: 320px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 460px) {
  .gadgetomania .prizes-image.clock {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.gadgetomania .prizes-image.clock .ellipse_5 {
  position: absolute;
  left: 90%;
  top: -10%;
}
@media screen and (max-width: 760px) {
  .gadgetomania .prizes-image.clock .ellipse_5 {
    left: 90%;
    top: 0%;
  }
}
.gadgetomania .prizes-image.clock .donut_1 {
  position: absolute;
  top: -10%;
}
@media screen and (max-width: 760px) {
  .gadgetomania .prizes-image.clock .donut_1 {
    left: 0%;
  }
}
.gadgetomania .prizes-image.clock .rectangle_2 {
  position: absolute;
  top: 85%;
  left: 35%;
}
@media screen and (max-width: 760px) {
  .gadgetomania .prizes-image.clock .rectangle_2 {
    left: 30%;
    top: 85%;
  }
}
.gadgetomania .prizes-image.clock .rectangle_5 {
  position: absolute;
  top: 65%;
  left: 100%;
}
@media screen and (max-width: 760px) {
  .gadgetomania .prizes-image.clock .rectangle_5 {
    left: 85%;
  }
}
.gadgetomania .participate {
  margin-top: 240px;
  padding: 0 20px;
}
@media screen and (max-width: 760px) {
  .gadgetomania .participate {
    margin-top: 140px;
    padding: 0;
  }
}
@media screen and (max-width: 460px) {
  .gadgetomania .participate {
    margin-top: 100px;
  }
}
.gadgetomania .participate-container {
  max-width: 1146px;
  padding: 0 18px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .participate-container {
    max-width: 766px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .participate-container {
    padding: 0;
  }
}
.gadgetomania .participate-container .ellipse_1 {
  position: absolute;
  left: 75%;
  top: -20%;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .participate-container .ellipse_1 {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .participate-container .ellipse_1 {
    display: none;
  }
}
.gadgetomania .participate-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #219653;
  border-radius: 50px;
  height: 576px;
  width: 100%;
  padding: 0 80px;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .participate-block {
    height: 400px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .participate-block {
    border-radius: 0;
    height: auto;
    padding: 60px 40px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 460px) {
  .gadgetomania .participate-block {
    padding: 60px 23px;
    padding-top: 20px;
  }
}
.gadgetomania .participate-block .ellipse_6 {
  position: absolute;
  left: 28%;
  top: 88%;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .participate-block .ellipse_6 {
    width: 100px;
    height: 100px;
    top: 86%;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .participate-block .ellipse_6 {
    display: none;
  }
}
.gadgetomania .participate-info {
  max-width: 400px;
  color: #FFFFFF;
  width: 40%;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .participate-info {
    max-width: 274px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .participate-info {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.gadgetomania .participate-info .info-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 56px;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .participate-info .info-title {
    font-size: 24px;
    line-height: 38px;
  }
}
.gadgetomania .participate-info .info-descriptions {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .participate-info .info-descriptions {
    font-size: 14px;
  }
}
.gadgetomania .participate-info .info-btn {
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #4F5560;
  margin-top: 13px;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 15px 18px;
  transition: all 0.2s ease-out;
  margin-top: 15px;
  display: inline-block;
  border-radius: 5px;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .participate-info .info-btn {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 14px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .participate-info .info-btn {
    margin-top: 24px;
  }
}
.gadgetomania .participate-info .info-btn:hover {
  background: #eeeded;
  box-shadow: 10px 10px 20px rgba(4, 10, 6, 0.15);
}
.gadgetomania .participate-info .info-btn:focus {
  background: #dbdbdb;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.gadgetomania .participate-image_ru {
  background: url(/assets/img/bf3f9bccc6683b2b02c72ed384b7c342.png) no-repeat center;
  background-size: contain;
  width: 60%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .gadgetomania .participate-image_ru {
    height: 180px;
    width: 100%;
    height: 300px;
  }
}
.gadgetomania .participate-image_ru .rectangle_3 {
  position: absolute;
  left: 65%;
  top: 10%;
}
.gadgetomania .participate-image_ru .rectangle_4 {
  position: absolute;
  top: 80%;
  left: 30%;
}
.gadgetomania .participate-image_ua {
  background: url(/assets/img/bf3f9bccc6683b2b02c72ed384b7c342.png) no-repeat center;
  background-size: contain;
  width: 60%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .gadgetomania .participate-image_ua {
    height: 180px;
    width: 100%;
    height: 300px;
  }
}
.gadgetomania .participate-image_ua .rectangle_3 {
  position: absolute;
  left: 65%;
  top: 10%;
}
.gadgetomania .participate-image_ua .rectangle_4 {
  position: absolute;
  top: 80%;
  left: 30%;
}
.gadgetomania .participate-image_ru {
  background: url(/assets/img/4d95dad864d9d0f84b64217963476264.png) no-repeat center;
  background-size: contain;
  width: 60%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .gadgetomania .participate-image_ru {
    height: 180px;
    width: 100%;
    height: 300px;
  }
}
.gadgetomania .participate-image_ru .rectangle_3 {
  position: absolute;
  left: 65%;
  top: 10%;
}
.gadgetomania .participate-image_ru .rectangle_4 {
  position: absolute;
  top: 80%;
  left: 30%;
}
.gadgetomania .participate .image-circle {
  background: url(/assets/img/5810812f70d2d34ef8ce4eed9b8f1ec9.png) no-repeat center;
  background-size: contain;
  width: 58%;
  height: 58%;
  position: absolute;
  z-index: -1;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gadgetomania .receive {
  margin-top: 176px;
  overflow: hidden;
  padding: 0 20px;
}
@media screen and (max-width: 760px) {
  .gadgetomania .receive {
    margin-top: 140px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .receive {
    padding: 0 17px;
  }
}
.gadgetomania .receive-container {
  width: 100%;
  max-width: 988px;
  padding: 0 18px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .gadgetomania .receive-container {
    max-width: 524px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .receive-container {
    padding: 0;
  }
}
.gadgetomania .receive-title {
  font-weight: 500;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .receive-title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .receive-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.gadgetomania .receive-info {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
@media screen and (max-width: 980px) {
  .gadgetomania .receive-info {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 48px;
  }
}
@media screen and (max-width: 560px) {
  .gadgetomania .receive-info {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}
.gadgetomania .receive-info .info-step {
  background: #FFFFFF;
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 24px 16px;
}
@media screen and (max-width: 560px) {
  .gadgetomania .receive-info .info-step {
    box-shadow: none;
    border-radius: none;
    text-align: center;
    padding: 0;
  }
}
.gadgetomania .receive-info .info-step .step-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-decoration-line: underline;
  color: #2AA35E;
}
.gadgetomania .receive-info .info-step .step-descriptions {
  margin-top: 11px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.gadgetomania .receive-rules {
  margin-top: 12px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.gadgetomania .receive-rules .green {
  font-weight: normal;
}
@media screen and (max-width: 980px) {
  .gadgetomania .receive-rules {
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .receive-rules {
    font-size: 14px;
    line-height: 16px;
    margin-top: 22px;
  }
}
.gadgetomania .application {
  margin-top: 120px;
  margin-bottom: -120px;
  overflow: hidden;
  padding: 0 20px;
}
@media screen and (max-width: 760px) {
  .gadgetomania .application {
    margin-bottom: 0;
    padding: 0 17px;
  }
}
.gadgetomania .application-container {
  max-width: 710px;
  padding: 0 18px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .gadgetomania .application-container {
    padding: 0;
  }
}
.gadgetomania .application-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .gadgetomania .application-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 760px) {
  .gadgetomania .application-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.gadgetomania .application-descriptions {
  margin-top: 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .gadgetomania .application-descriptions {
    display: none;
  }
}
.gadgetomania .application .description {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  max-width: 284px;
  justify-content: space-between;
  margin: 28px auto 20px;
  display: none;
}
@media screen and (max-width: 850px) {
  .gadgetomania .application .description {
    display: flex;
  }
}
.gadgetomania .application .description-item {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.gadgetomania .application .description-item .store-img {
  width: 134px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.gadgetomania .application .description-item .google-pay {
  background-image: url(/assets/img/4dd0458e10e15fcad7572f516c7155f4.png);
}
.gadgetomania .application .description-item .app-store {
  background-image: url(/assets/img/48a74083a76b4bc2fcc7993d9e609c11.png);
}
.gadgetomania .application-image {
  max-width: 450px;
  margin: 0 auto;
}
.gadgetomania .application-image .image-download {
  background: url(/assets/img/feb7629ddbf45e1eab073b88a37a92f7.png) no-repeat center;
  background-size: contain;
  width: 451px;
  height: 385px;
  position: relative;
}
@media screen and (max-width: 490px) {
  .gadgetomania .application-image .image-download {
    width: 325px;
    height: 278px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.gadgetomania .application-image .image-qr {
  background: url(/assets/img/2cd6e5c2d5fff92725b05574d391d1f4.png) no-repeat center;
  background-size: contain;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 850px) {
  .gadgetomania .application-image .image-qr {
    display: none;
  }
}
.ellipse_1 {
  background: url(/assets/img/b67559d78617f5b41d36a88cf7f88ea9.png) no-repeat center;
  background-size: contain;
  width: 87px;
  height: 87px;
}
.ellipse_2 {
  background: url(/assets/img/fb91a694d03550534f2ddd3eb60d4d95.png) no-repeat center;
  background-size: contain;
  width: 38px;
  height: 38px;
}
.ellipse_3 {
  background: url(/assets/img/e2f7cbc96eb710af3f350a6cb1310be5.png) no-repeat center;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.ellipse_4 {
  background: url(/assets/img/31d1fd75e615f4b263a15ca526cfaff6.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.ellipse_5 {
  background: url(/assets/img/3499afca7662839370a3949ca448a420.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.ellipse_6 {
  background: url(/assets/img/0f83d805a398daf20165063bffb9b297.png) no-repeat center;
  background-size: contain;
  width: 130px;
  height: 130px;
}
.ellipse_mobile {
  background: url(/assets/img/6514dae75298c19233cf93bf8649937f.png) no-repeat center;
  background-size: contain;
  width: 130px;
  height: 130px;
}
.rectangle_1 {
  background: url(/assets/img/ac564da29d3ac0cfa54ca680051c4a53.png) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.rectangle_2 {
  background: url(/assets/img/c52bfb035a94a14f28403ec1aaee42db.png) no-repeat center;
  background-size: contain;
  width: 38px;
  height: 38px;
}
.rectangle_3 {
  background: url(/assets/img/4de31bd28175b4a0f6f8a02ab707c25d.png) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.rectangle_4 {
  background: url(/assets/img/487bf5a95bbfd742199582a8c3b1af90.png) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 20px;
}
.rectangle_5 {
  background: url(/assets/img/09f2cef7760ffbc2537cb155d760d5a7.png) no-repeat center;
  background-size: contain;
  width: 68px;
  height: 68px;
}
.donut_1 {
  background: url(/assets/img/16640f83acd8a22cffb9f0eaa6a26977.png) no-repeat center;
  background-size: contain;
  width: 85px;
  height: 85px;
}
.stripe_1 {
  background: url(/assets/img/5281ae5938fc13258916726fe8e59d2d.png) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 48px;
}
.stripe_2 {
  background: url(/assets/img/0046542779d33b1e116129efd8742eeb.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 32px;
}
@media screen and (max-width: 850px) {
  .ellipse_1 {
    background: url(/assets/img/b67559d78617f5b41d36a88cf7f88ea9.png) no-repeat center;
    background-size: contain;
    width: 87px;
    height: 87px;
  }
  .ellipse_2 {
    background: url(/assets/img/fb91a694d03550534f2ddd3eb60d4d95.png) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
  }
  .ellipse_3 {
    background: url(/assets/img/e2f7cbc96eb710af3f350a6cb1310be5.png) no-repeat center;
    background-size: contain;
    width: 21px;
    height: 21px;
  }
  .ellipse_4 {
    background: url(/assets/img/31d1fd75e615f4b263a15ca526cfaff6.png) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
  }
  .ellipse_5 {
    background: url(/assets/img/3499afca7662839370a3949ca448a420.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .ellipse_6 {
    background: url(/assets/img/0f83d805a398daf20165063bffb9b297.png) no-repeat center;
    background-size: contain;
    width: 130px;
    height: 130px;
  }
  .rectangle_1 {
    background: url(/assets/img/ac564da29d3ac0cfa54ca680051c4a53.png) no-repeat center;
    background-size: contain;
    width: 22px;
    height: 22px;
  }
  .rectangle_2 {
    background: url(/assets/img/c52bfb035a94a14f28403ec1aaee42db.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
  }
  .rectangle_3 {
    background: url(/assets/img/4de31bd28175b4a0f6f8a02ab707c25d.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .rectangle_4 {
    background: url(/assets/img/487bf5a95bbfd742199582a8c3b1af90.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 14px;
  }
  .rectangle_5 {
    background: url(/assets/img/09f2cef7760ffbc2537cb155d760d5a7.png) no-repeat center;
    background-size: contain;
    width: 68px;
    height: 68px;
  }
  .donut_1 {
    background: url(/assets/img/16640f83acd8a22cffb9f0eaa6a26977.png) no-repeat center;
    background-size: contain;
    width: 85px;
    height: 85px;
  }
  .stripe_1 {
    background: url(/assets/img/5281ae5938fc13258916726fe8e59d2d.png) no-repeat center;
    background-size: contain;
    width: 32px;
    height: 48px;
  }
  .stripe_2 {
    background: url(/assets/img/0046542779d33b1e116129efd8742eeb.png) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 32px;
  }
}

.breadcrumbs {
  margin: 0 auto 40px auto;
  width: 100%;
  min-width: 320px;
  max-width: 1264px;
  padding: 0 22px;
}
.breadcrumbs * {
  font-family: "Abank Sans";
  font-style: normal;
}
.breadcrumbs .breadcrumb-item {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.breadcrumbs .breadcrumb-item a {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #0B1E04;
}
.breadcrumbs .breadcrumb-item:not(:last-of-type) a {
  color: rgba(26, 26, 26, 0.5);
}
.breadcrumbs .breadcrumb-item:not(:last-of-type):after {
  display: inline-block;
  content: "/";
  position: initial;
  margin-left: 8px;
  background: none;
  color: rgba(26, 26, 26, 0.5);
}


/*# sourceMappingURL=pages-Gadgetomania.ebc362ad2499826b7ba6.css.map*/