#head {
  background: #f7f7f7;
  text-align: center;
}

#head .btn {
  margin: 40px 0 0;
  width: 260px;
  height: 60px;
  line-height: 58px;
  padding: 0;
  font-size: 17px;
}

#head h1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 595px;
}

#head .contact {
  font-size: 14px;
  line-height: 16px;
  margin-top: 15px;
}

.sub-title {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  max-width: 850px;
  margin: 0 auto;
}

#how-works {
  background: #F8FBFB;
}

#how-works h2 {
  margin-bottom: 60px;
  text-align: center;
}

#how-works .inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: url(../../img/stores/ready/dots.png) no-repeat center 182px;
  background-size: 783px;
  align-items: center;
}

#how-works .inner.mobile {
  display: none;
}

#how-works .item {
  width: auto;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 230px;
}

#how-works .info {
  width: 30px;
  height: 30px;
  border: 2px solid #F57F17;
  border-radius: 22px;
  font-weight: bold;
  font-size: 18px;
  color: #F57F17;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
}

#how-works .dot {
  width: 5px;
  height: 5px;
  background: #F57F17;
  border-radius: 2.5px;
}

#start .inner {
  display: flex;
  justify-content: space-between;
}

#start .item {
  width: 31%;
}

#start .item img {
  margin: 30px auto;
  display: block;
}

#start .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 13px;
}

#trust {
  background: #464646;
  color: #F2F4F5;
  font-size: 22px;
  line-height: 26px;
  padding: 30px 0;
  border-top: 1px solid #7E7E7E;
  border-bottom: 1px solid #7E7E7E;
  margin: 0 auto 60px auto;
  max-width: 1040px;
}

#trust #features {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

#icons {
  padding: 18px;
  margin-bottom: -30px;
}

#icons > div {
  max-width: 884px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#icons .first,
#icons .second {
  display: flex;
  justify-content: space-between;
  width: 45%;
  align-items: center;
}

#featured {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzA3IiBoZWlnaHQ9IjEiIHZpZXdCb3g9IjAgMCAzMDcgMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSBvcGFjaXR5PSIwLjMiIHkxPSIwLjUiIHgyPSIzMDciIHkyPSIwLjUiIHN0cm9rZT0iI0FDQUNBQyIvPjwvc3ZnPg==) repeat-x center center;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ACACAC;
  letter-spacing: 0.1em;
  padding: 30px 0;
  max-width: 1040px;
  margin: 0 auto;
}

#featured span {
  background: #464646;
  padding: 0 20px;
}

#rating {
  text-align: center;
  line-height: 30px;
}

#rating .element {
  display: inline-block;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNiA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjMiIGN5PSIzLjMxOTM0IiByPSIzIiBmaWxsPSIjRjU3RjE3Ii8+PC9zdmc+) no-repeat left center;
  padding-left: 26px;
  margin-left: 20px;
}

#rating span {
  font-weight: bold;
}

#rating .fa {
  font-weight: normal;
  margin: 0 3px;
}

.you-ready {
  display: none;
}

#benefits {
  text-align: center;
  margin-bottom: 70px;
}

#consultation {
  position: relative;
  margin-top: 20px;
  height: 470px;
  margin-bottom: 30px;
}

#consultation .btn {
  width: 180px;
}

#consultation .form {
  width: 645px;
  background: #fff;
  margin-top: 102px;
  box-shadow: 0px 2px 68px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  z-index: 2;
  position: relative;
  padding: 60px 50px;
  text-align: center;
}

#consultation img {
  right: 15px;
  top: 0;
  position: absolute;
}

#consultation .sub-title {
  font-weight: normal;
  font-size: 17px;
  line-height: 180%;
  margin-bottom: 22px;
  color: #464646;
}

#consultation .title {
  font-weight: 500;
  font-size: 30px;
}

#filter-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  min-width: 150px;
}

.order-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  position: relative;
}

.spinner .order-section:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/main/spinner-orange.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 14px;
  left: -30px;
}

.sort-label {
  margin-top: -3px;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric, .selectric-items {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.selectric .label {
  display: block;
  font-size: 17px;
  line-height: 40px;
  color: #464646;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 48px;
  text-align: left;
  padding: 4px 38px 4px 12px;
  font-weight: 400;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  text-align: center;
  padding: 0;
  width: 44px;
  height: 50px;
  font-size: 0;
  color: #89929f;
  background-color: transparent;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #464646;
  border-bottom: 2px solid #464646;
  transform: rotate(45deg);
}

.selectric-open .selectric .button:after {
  transform: rotate(-135deg);
  top: 0;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow-y: auto;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  min-height: 20px;
  color: #969594 !important;
}

.selectric-items li {
  padding: 8px;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-items li:hover {
  background: #D5D5D5;
}

.selectric-items li:hover {
  background-color: #eeeff0;
}

#teaser {
  padding: 0;
}

#teaser .container {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #F57F17;
}

#teaser .item {
  border-right: 1px solid #DADADA;
  width: 33%;
  padding: 30px 60px 60px 60px;
  margin-top: 30px;
}

#teaser .item:last-child {
  border-right: none;
}

#teaser .title {
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
}

#teaser .info {
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
}

#list {
  background: #464646;
}

#list h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

#list .store-title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 8px;
}

#list .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#list .item {
  width: 31%;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  margin: 15px 0;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 5px;
}

#list .item {
  position: relative;
}

#list .item.locales:before {
  content: "";
  width: 177px;
  height: 36px;
  position: absolute;
  top: 20px;
  left: -13px;
  background: url(../../img/stores/ready/sticker2.svg) no-repeat center;
  z-index: 1;
}

.item-24527:after {
  content: "";
  width: 106px;
  height: 106px;
  position: absolute;
  top: -12px;
  right: -14px;
  background: url(../../img/stores/ready/esd.png) no-repeat center;
  z-index: 1;
}

.item-24589:after {
  content: "";
  width: 106px;
  height: 106px;
  position: absolute;
  top: -12px;
  right: -14px;
  background: url(../../img/stores/ready/b2c.png) no-repeat center;
  z-index: 1;
}

.item-24578:after {
  content: "";
  width: 106px;
  height: 106px;
  position: absolute;
  top: -12px;
  right: -14px;
  background: url(../../img/stores/ready/wd.png) no-repeat center;
  z-index: 1;
}

#list .btn {
  width: 100%;
  margin: 0;
}

#list .link-wrapper {
  padding: 0 25px 25px 25px;
}

#list .item:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.total-from-ajax {
  display: none;
}

#list .info {
  padding: 25px;
}

#list .img-wrapper img {
  width: 100%;
  max-width: 100%;
}

#list .info-items > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
}

#list .item-label {
  font-size: 17px;
  line-height: 140%;
  color: #969594;
}

#list .value {
  color: #464646;
  font-weight: 500;
}

#list .coming-soon {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

#list .coming-soon td {
  border: 1px solid #ccc;
  padding: 10px;
}

#list .coming-soon h3 {
  text-align: center;
}

#list .terms {
  text-align: center;
  margin-top: 30px;
}

#list .terms a {
  color: #fff;
  text-decoration: underline;
}

#why .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#why .item {
  width: 31%;
}

#why .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#why .title:after {
  content: "";
  width: 44px;
  height: 4px;
  background: #F57F17;
  position: absolute;
  bottom: 0;
  left: 0;
}

#why h2 {
  margin-bottom: 60px;
  text-align: center;
}

#feedback {
  background: #464646;
}

#feedback h2 {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}

#trustpilot .owl-carousel .owl-nav .owl-prev:hover,
#trustpilot .owl-carousel .owl-nav .owl-next:hover {
  opacity: 0.6;
}

#trustpilot .owl-carousel .owl-nav .owl-next,
#trustpilot .owl-carousel .owl-nav .owl-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxTDExIDExTDEgMjEiIHN0cm9rZT0iI0MyQzJDMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center center;
  font-size: 0;
  width: 32px;
  height: 64px;
  top: calc(50% - 32px);
  position: absolute;
  line-height: 28px;
  color: inherit;
  text-shadow: none;
  text-align: center;
}

#trustpilot {
  padding-bottom: 40px;
}

#trustpilot .wrapper {
  display: flex;
  justify-content: space-between;
}

#trustpilot .owl-carousel {
  width: 68%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#trustpilot .common {
  width: 28%;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(144, 164, 174, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 30px 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#trustpilot .common .rating {
  font-weight: bold;
  font-size: 30px;
}

#trustpilot .common .info {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin: 15px 0;
}

#trustpilot .common .info a {
  font-weight: bold;
  text-decoration: underline;
  color: #565b65;
}

#trustpilot .common .fa:first-child {
  margin-left: 5px;
}

#trustpilot .fa-star:before,
#trustpilot .fa-star-o:before,
#trustpilot .fa-star-h:before {
  content: "";
  background: #55B27F url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4xOTk3OCAxMi4yODM1TDEyLjczODggMTEuMzM0OEwxNC4yMzA1IDE1Ljk4OTRMOS4xOTk3OCAxMi4yODM1Wk0xNy4zNjAxIDYuMjY1MDRIMTEuMTAwOUw5LjE3MDUzIDAuMjQ2NTgyTDcuMjQwMTMgNi4yNjUwNEgwLjk4MDk1N0w2LjA0MDk0IDEwLjAwMDZMNC4xMTA1NCAxNi4wMTkxTDkuMTcwNTMgMTIuMzEzMUwxMi4zMDAxIDEwLjAwMDZMMTcuMzYwMSA2LjI2NTA0WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=) no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
}

#trustpilot .rating span {
  margin-right: 2px;
}

#trustpilot .fa-star-o:before {
  background-color: #d6d6d6;
}

#trustpilot .fa-star-h {
  background-image: linear-gradient(to right, #55B27F 12px, #d6d6d6 0);
}

#trustpilot .fa-star-h:before {
  background-color: transparent;
}

#trustpilot .item {
  padding: 0 30px;
  border-right: 1px solid #DADADA;
}

#trustpilot .owl-stage-outer {
  background: #FFFFFF;
  border: 1px solid rgba(144, 164, 174, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 0;
}

#trustpilot .name {
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  padding-top: 15px;
}

#trustpilot .date {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #989898;
  margin: 5px 0 15px;
  float: right;
}

#trustpilot .item .rating {
  float: left;
}

#trustpilot .info {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  clear: both;
}

#trustpilot .owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -62px;
  display: none;
}

#trustpilot .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -34px;
}

#trustpilot .owl-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
  left: -34px;
}

.owl-carousel .owl-dots .owl-dot span {
  background-color: #bababa;
  width: 7px;
  height: 7px;
  border: none;
  display: block;
  border-radius: 30px;
  margin: 0 9px;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin: 8px 0 20px 0;
}

.owl-carousel .owl-dots .active span {
  background-color: #f57f17;
}

.some-questions .faqs__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.some-questions .faqs__items .group {
  width: 48%;
}

.some-questions .faq__header {
  position: relative;
  cursor: pointer;
}

.some-questions .faq__header:after {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}

.some-questions .faq__header.opened:after {
  content: "\f068";
}

.some-questions .faq__question {
  font-size: 18px;
  color: #464646;
  font-weight: bold;
  line-height: normal;
  padding: 25px 25px 25px 0;
}

.some-questions .faq__answer {
  padding-left: 27px;
  margin-top: 20px;
  border-left: 1px solid #FF9900;
  line-height: 24px;
  font-size: 17px;
  color: #464646;
  font-weight: 300;
}

.some-questions .faqs__items {
  margin-top: -22px;
}

.some-questions .faqs__item {
  border-bottom: 1px solid #DADADA;
}

.some-questions .faqs__item.active {
  padding-bottom: 35px;
}

.some-questions .faqs__item {
  width: 100%;
  margin-top: 0;
}

.post-type-archive-ready_store .some-questions h2 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.content-wrap .cell > div > *.some-questions {
  padding-bottom: 0;
}

#list #show-more {
  display: block;
  margin: 50px auto 0;
  width: 180px;
}

#aweber-result {
  display: none;
}

#subscribe {
  background: linear-gradient(180deg, #00607F 0%, #3E76B0 100%);
  color: #fff;
  text-align: center;
}

#subscribe h2 {
  color: #fff;
}

#subscribe input {
  max-width: 71%;
  height: 50px;
  border: 1px solid #dfdfdf;
  font-size: 17px;
  float: left;
}

#subscribe .btn {
  width: 26%;
}

#aweber_established {
  max-width: 650px;
  margin: 0 auto;
}

#aweber_established .info {
  margin-bottom: 20px;
}

#aweber_established label {
  display: none !important;
}

#aweber-message {
  margin-top: 10px;
}

@media (max-width: 1280px) {
  #how-works .inner {
    background-size: 65%;
  }
  #trustpilot .owl-carousel .owl-dots {
    display: block;
  }
  .archive .container {
    width: 100%;
  }
  #trustpilot .owl-carousel .owl-nav {
    display: none;
  }
  #trustpilot .common {
    width: 32%;
  }
  #trustpilot .owl-carousel {
    width: 67%;
  }
}
@media (max-width: 1200px) {
  #consultation .form {
    width: 60%;
  }
  #how-works .dot {
    display: none;
  }
}
@media (max-width: 991px) {
  #how-works .item {
    width: 25%;
    max-width: none;
  }
  #list .item {
    width: 48%;
  }
  #teaser .item {
    padding: 30px 30px 30px 30px;
  }
  #teaser .title {
    font-size: 38px;
  }
  #trustpilot .common {
    width: 39%;
  }
  #trustpilot .owl-carousel {
    width: 60%;
  }
  #trustpilot .common .info {
    max-width: 170px;
  }
  #consultation img {
    right: -132px;
  }
  #consultation {
    overflow: hidden;
  }
  #list .value {
    font-size: 22px;
  }
  #list .info-items {
    flex-wrap: wrap;
  }
  .platform img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  #consultation-wrapper {
    padding: 0;
  }
  #head .btn {
    width: 100%;
  }
  .sub-title {
    font-size: 20px;
    line-height: 28px;
  }
  #start .title {
    text-align: center;
  }
  #how-works .inner.mobile {
    display: block;
  }
  #how-works .inner.desktop {
    display: none;
  }
  #how-works .info {
    margin: 0 0 10px 0;
  }
  #how-works .title {
    margin-bottom: 20px;
  }
  #how-works .item {
    flex-direction: column;
  }
  #start .inner {
    flex-direction: column;
  }
  #start .item {
    width: 100%;
  }
  #why {
    padding-bottom: 0;
  }
  #why .item {
    margin-bottom: 30px;
  }
  #why h2 {
    margin-bottom: 30px;
    text-align: left;
  }
  #why .item {
    width: 100%;
  }
  #list .item {
    width: 100%;
  }
  #how-works h2 {
    margin-bottom: 40px;
  }
  #how-works {
    padding-bottom: 30px;
  }
  #how-works .item {
    width: 100%;
  }
  #filter-section {
    flex-direction: column;
    justify-content: center;
  }
  .order-section {
    margin-left: 0;
    margin-top: 20px;
  }
  #list .coming-soon td {
    display: block;
    border: none;
  }
  #list .coming-soon tr:first-child {
    display: none;
  }
  #list .coming-soon tr {
    border-bottom: 1px solid #ccc;
  }
  #list h2 {
    margin-bottom: 40px;
  }
  #list .link-wrapper {
    padding: 0 15px 15px 15px;
  }
  #teaser .container {
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #teaser .item {
    border-right: none;
    width: auto;
    padding: 20px;
    margin-top: 0;
  }
  #trustpilot .wrapper {
    display: block;
  }
  #trustpilot .common,
  #trustpilot .owl-carousel {
    width: auto;
  }
  #trustpilot .common {
    margin-bottom: 15px;
  }
  #trustpilot .rating {
    margin-top: 0;
  }
  #trustpilot .owl-carousel .owl-dots {
    bottom: -47px;
  }
  #trustpilot {
    padding: 0 0 30px 0;
  }
  #feedback h2 {
    margin-bottom: 20px;
  }
  .profit .item-label:after {
    display: none;
  }
  #trust {
    font-size: 17px;
    margin-top: 0;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  #rating .element {
    background: none;
    padding-left: 0;
    margin-left: 0;
  }
  #icons > div {
    display: block;
  }
  #icons .first,
  #icons .second {
    width: 100%;
    margin-top: 20px;
    justify-content: space-around;
  }
  #icons {
    padding-top: 0;
    margin-top: -20px;
    border: none;
  }
  #consultation img {
    display: none;
  }
  #consultation {
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    padding: 0;
    padding-bottom: 50px;
    background: url(../../img/stores/evgene-m.jpg) no-repeat center top;
    background-size: contain;
  }
  #consultation .form {
    margin-top: 65%;
    padding: 30px 10px;
    text-align: center;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
  #list .item {
    display: block;
  }
  #list .info {
    padding: 15px;
  }
  .sub-title br {
    display: none;
  }
  #list .details {
    background: none;
    width: auto;
    padding: 0;
  }
  #list .details .value {
    margin-bottom: 0;
    font-size: 26px;
  }
  #list .value {
    font-weight: normal;
    font-size: 17px;
  }
  #list .platform {
    margin-bottom: 30px;
    justify-content: space-between;
  }
  #list .platform .desktop {
    display: none;
  }
  #list .platform .mobile {
    display: block;
    height: 20px;
  }
  .platform img {
    height: 35px;
  }
  #list .info-items {
    align-items: center;
    display: block;
  }
  #list .profit,
  #list .traffic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  #list .profit .value,
  #list .traffic .value {
    order: 1;
  }
  #list .details .item-label {
    display: block;
    font-size: 17px;
    color: #464646;
  }
  #list .info-items .item-label {
    font-size: 14px;
    padding: 0;
  }
  #list .price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
  }
  .some-questions .faqs__items {
    display: block;
  }
  .some-questions .faqs__items .group {
    width: 100%;
  }
  .post-type-archive-ready_store .some-questions h2 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .some-questions .faq__answer {
    padding-left: 20px;
  }
  .some-questions .faq__question {
    padding: 20px 20px 20px 0;
  }
  .some-questions .faqs__item.active {
    padding-bottom: 0;
  }
  #list .description {
    display: none;
  }
  #get .item img {
    height: 50px;
  }
  #get .item {
    width: auto;
    margin-top: 30px;
  }
  #get .owl-carousel .owl-dots {
    margin: 25px 0 0 0;
  }
}
#video-reviews1 {
  text-align: center;
}
#video-reviews1 h2 {
  margin-bottom: 80px;
  max-width: 900px;
}
#video-reviews1 .plan {
  font-size: 12px;
  line-height: 16px;
  color: #989898;
  display: block;
  margin: 0 auto;
}
#video-reviews1 .btn {
  width: 360px;
  margin-bottom: 13px;
}
@media (max-width: 600px) {
  #video-reviews1 .btn {
    width: 100%;
  }
}
#video-reviews1 .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#video-reviews1 .items iframe {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px;
  margin-bottom: 25px;
}
#video-reviews1 .items .item {
  width: 390px;
}
#video-reviews1 .items .info {
  font-size: 22px;
  line-height: 26px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #video-reviews1 {
    max-width: 600px;
    margin: 0 auto;
  }
  #video-reviews1 .items {
    display: block;
    margin-bottom: 40px;
  }
  #video-reviews1 .items .item {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #video-reviews1 .items .item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media (max-width: 600px) {
  #video-reviews1 h2 {
    margin-bottom: 40px;
  }
  #video-reviews1 .items .info {
    font-size: 15px;
    line-height: 24px;
    color: #4B5159;
  }
  #video-reviews1 .items iframe {
    margin-bottom: 15px;
  }
  #video-reviews1 .owl-carousel .owl-dots {
    margin-top: 20px;
  }
}

#video-reviews {
  padding: 40px 0 80px;
}
#video-reviews h2 {
  text-align: center;
  margin: 0 auto 80px;
  max-width: 900px;
}
#video-reviews .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
}
#video-reviews .item {
  width: calc(33.3333333333% - 45px);
  max-width: 390px;
  text-align: center;
}
#video-reviews .item iframe {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px;
  margin-bottom: 25px;
}
#video-reviews .item .info {
  font-size: 22px;
  line-height: 26px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #video-reviews {
    padding: 40px 0 60px;
  }
  #video-reviews h2 {
    margin-bottom: 40px;
  }
  #video-reviews .items {
    display: block;
    margin: 0 auto;
    max-width: 390px;
  }
  #video-reviews .item {
    width: 100%;
    position: relative;
  }
  #video-reviews .item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  #video-reviews .item .info {
    font-size: 15px;
    line-height: 24px;
    color: #4B5159;
  }
  #video-reviews .item iframe {
    margin-bottom: 15px;
  }
  #video-reviews .owl-carousel .owl-dots {
    margin-top: 20px;
  }
}

#how-get h2 {
  text-align: center;
  margin-bottom: 20px;
}
#how-get .info {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  color: #464646;
  margin-bottom: 70px;
  text-align: center;
}
#how-get .info span {
  font-weight: bold;
}
#how-get .items {
  display: flex;
  justify-content: space-between;
}
#how-get .items .item {
  width: 25%;
  text-align: center;
  max-width: 270px;
  position: relative;
}
#how-get .items .item:after {
  content: url(../../img/pages/custom-new/arrow.svg);
  position: absolute;
  right: -110px;
  top: 22px;
}
#how-get .items .item.second:after {
  transform: rotateX(180deg);
}
#how-get .items .item.last:after {
  display: none;
}
#how-get .items .group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#how-get .items .number {
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  color: #464646;
  border: 2px solid #FFB200;
  border-radius: 15px;
  margin-bottom: 20px;
}
#how-get .items .title {
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 20px;
}
#how-get .items .text {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #464646;
}
@media (max-width: 1280px) {
  #how-get .items .item:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  #how-get .items .item {
    width: 24%;
  }
}
@media (max-width: 991px) {
  #how-get .items {
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }
  #how-get .items .item {
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  #how-get .info {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #how-get .items .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  #how-get .items .item.last {
    margin-bottom: 0;
  }
  #how-get .items .group {
    flex-direction: row;
  }
  #how-get .items .number {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    font-size: 19px;
    border-radius: 10px;
  }
}

#faq {
  background: #fff;
  padding-bottom: 0px;
}
#faq .container {
  padding-top: 0;
}
#faq .cols {
  display: flex;
}
#faq h2 {
  margin-bottom: 62px;
  text-align: center;
}
#faq .items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#faq .items:first-child {
  padding-right: 40px;
}
#faq .item {
  cursor: pointer;
  border-bottom: 1px solid #DADADA;
}
#faq .item:last-child {
  border-bottom: unset;
}
#faq .item:hover .arrow {
  background-color: rgb(236.82, 236.82, 242.88);
}
#faq .open .description {
  display: block;
}
#faq .open .arrow {
  transform: rotate(180deg);
}
#faq .title {
  padding-top: 24px;
  padding-bottom: 24px;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq .arrow {
  width: 50px;
  height: 50px;
  background: #ffffff url(../../img/main/arr-down.svg) no-repeat center;
  background-size: 24px;
  border-radius: 10px;
  transition: 0.25s;
  margin-left: 15px;
  flex-shrink: 0;
}
#faq .arrow:hover {
  background-color: rgb(236.82, 236.82, 242.88);
}
#faq .description {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 18px;
  padding-right: 70px;
}
@media (max-width: 991px) {
  #faq {
    padding-bottom: 40px;
  }
  #faq .cols {
    flex-direction: column;
  }
  #faq .items:first-child {
    padding-right: 0 !important;
  }
  #faq .items:first-child .item:last-child {
    border-bottom: 1px solid #DADADA;
  }
}
@media (max-width: 600px) {
  #faq h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #faq .title {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
  }
  #faq .arrow {
    width: 42px;
    height: 42px;
  }
  #faq .description {
    line-height: 26px;
    padding-right: 0;
  }
}