/*  Variables and Mixins  */
.button.orange {
  margin: 0;
}

#salesBlock {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #salesBlock {
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  #salesBlock {
    flex-direction: row !important;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1025px) {
  #salesBlock {
    flex-direction: row !important;
    justify-content: flex-start;
  }
}

#salesBlock .orange-txt {
  font-weight: 600;
}

#salesBlock--left {
  width: 100%;
  order: 1;
  display: flex;
  flex-direction: column;
  padding: 0px 20px 0;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #salesBlock--left {
    margin: 3vmax auto 0 auto;
  }
}

@media screen and (min-width: 320px) and (orientation: landscape) {
  #salesBlock--left {
    margin: 15vmax auto 0 auto;
  }
}

@media screen and (min-width: 768px) {
  #salesBlock--left {
    margin: 2% auto 0 auto;
    width: 90%;
  }
}

@media screen and (min-width: 1024px) {
  #salesBlock--left {
    width: 50%;
    padding: 80px 20px 0;
    flex-basis: 50%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  #salesBlock--left {
    width: 50%;
    padding: 80px 20px 0;
    flex-basis: 50%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  #features p:first-child,
  #gallery p:first-child {
    padding-left: 0;
  }
}

@media screen and (min-width: 1025px) {
  #features p:first-child,
  #gallery p:first-child {
    padding-left: 0;
  }
}

#salesArea {
  height: 227px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #salesArea {
    height: 335px;
  }
}

#salesArea .salesSymbol {
  position: absolute;
  width: 120px;
  top: 20px;
  left: 5px;
}

@media screen and (min-width: 320px) and (orientation: landscape) {
  #salesArea .salesSymbol {
    width: 140px;
    top: -40px;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  #salesArea .salesSymbol {
    width: 170px;
    top: 20px;
    left: 45px;
  }
}

@media screen and (min-width: 1024px) {
  #salesArea .salesSymbol {
    width: 200px;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1025px) {
  #salesArea .salesSymbol {
    width: 154px;
    top: 0;
    left: 0;
  }
}

#salesArea .salesSymbol.player {
  margin-bottom: 140px !important;
}

#salesArea .salesImage {
  width: 90%;
  height: auto;
}

#thumbRow {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 90%;
  margin: 25px auto 0;
  height: 50px;
}

@media screen and (min-width: 1024px) {
  #thumbRow {
    height: 240px;
  }
}

@media screen and (min-width: 1025px) {
  #thumbRow {
    height: 240px;
  }
}

#thumbRow img {
  border: 1px solid #dcdcdc;
  width: 15%;
  height: auto;
  cursor: pointer;
}

#salesBlock--right {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  order: 2;
}

@media screen and (min-width: 768px) {
  #salesBlock--right {
    padding: 0 75px;
  }
}

@media screen and (min-width: 1024px) {
  #salesBlock--right {
    width: 50%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 1025px) {
  #salesBlock--right {
    width: 50%;
    padding: 0 25px;
  }
}

#salesBlock--right #salesText {
  padding-top: 35px;
}

@media screen and (min-width: 768px) {
  #salesBlock--right #salesText {
    padding-top: 65px;
  }
}

#salesBlock--right #salesText h3 {
  font-size: 24px;
  width: 90%;
  line-height: 1.3;
  font-weight: 600;
}

#salesBlock--right #salesText ul {
  margin: 15px 0px 15px 20px;
  list-style: disc;
  padding: 0;
}

#salesBlock--right #salesText ul li {
  padding: 5px 0;
  line-height: 1.3;
}

#salesBlock--right #iconsRow {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #salesBlock--right #iconsRow {
    margin-right: 10%;
  }
}

@media screen and (min-width: 1024px) {
  #salesBlock--right #iconsRow {
    margin: 0 auto;
    width: 100%;
    margin-left: -25px;
  }
}

@media screen and (min-width: 1025px) {
  #salesBlock--right #iconsRow {
    margin: 0 auto;
    width: 100%;
    margin-left: -25px;
  }
}

#salesBlock--right #iconsRow div {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #salesBlock--right #iconsRow div {
    width: 33%;
  }
}

#salesBlock--right #iconsRow div p {
  line-height: 1.1;
  padding-top: 15px;
  height: 30px;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #salesBlock--right #iconsRow div p {
    font-size: 16px;
    width: 100%;
  }
}

#cta-row > div {
  font-size: 32px;
  display: flex;
  align-items: flex-start;
}

.cents {
  font-size: 20px;
}

#cta-row {
  padding: 0 0 30px 0;
  display: flex;
  align-items: center;
  margin-left: 0;
}

.paraLayer {
  background-size: cover !important;
}
