#top-menu.white-links {
  background: transparent;
}

.content-wrap .cell > div > * {
  padding: 0;
}

#start {
  background: no-repeat center/cover #2A148D;
  background-image: url("../../img/pages/dropshipping-products/start-bg.jpg");
  color: #C9E2F0;
  padding: 185px 0 120px;
  margin-top: -75px;
}
#start .container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: left;
  gap: 0;
}
#start .content {
  flex: 1;
  font-size: 23px;
  line-height: 1.4;
  max-width: 800px;
}
#start .content h1 {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  #start {
    padding: 120px 0 50px;
  }
  #start .content {
    position: relative;
    z-index: 1;
    font-size: 19px;
    line-height: 1.37;
  }
  #start .content h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  #start .container {
    flex-flow: column;
  }
  #start .content h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
  }
}

.pack-head {
  font-size: 23px;
  line-height: 1.4;
  margin: 80px auto 60px;
}
.pack-head > p {
  font-size: 22px;
  color: #464646;
  font-weight: 500;
  line-height: 26px;
}
.pack-head h2 {
  font-size: 30px;
  line-height: 42px;
  margin: 0 0 20px;
  font-weight: 500;
}
.pack-list {
  display: flex;
  flex-flow: row wrap;
  gap: 45px;
  margin: 0 0 80px;
}
.pack-item {
  display: block;
  width: calc(33.3333333333% - 30px);
  text-decoration: none;
}
.pack-item:hover {
  text-decoration: none;
}
.pack-item-content {
  flex: 1;
  max-width: 520px;
}
.pack-item picture {
  display: block;
  margin: 0 0 20px;
  max-width: 530px;
}
.pack-item picture img {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
.pack-item h3 {
  color: #464646;
  font-size: 19px;
  line-height: 1.35;
  margin: 0;
  padding-left: 95px;
}
.pack-item-label {
  display: inline-block;
  vertical-align: text-top;
  padding: 3px 6px 2px 6px;
  border-radius: 5px;
  background: #464646;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.pack-item-label > small {
  color: #FFB200;
  font-size: inherit;
}
.pack-item .new-label {
  border-radius: 5px;
  background: #3D7FFF;
  color: #fff;
  padding: 5px 12px 5px 7px;
  font-size: 19px;
  display: inline-block;
  position: absolute;
  margin-left: -95px;
  margin-top: -5px;
}
.pack-item .new-label:before {
  margin-right: 5px;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6 0L7.62054 4.37946L12 6L7.62054 7.62054L6 12L4.37946 7.62054L0 6L4.37946 4.37946L6 0Z" fill="white"/></svg>');
}
.pack-item-price {
  color: #4B5159;
  font-size: 15px;
  line-height: 1.6;
  margin: 15px 0 0;
}
.pack-item-price b {
  font-size: 17px;
  line-height: 1.4;
  color: #1A1E25;
}
.pack-item-full {
  width: 100%;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 60px 60px;
  border-radius: 40px;
  color: #4B5159;
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 15px;
}
.pack-item-full h3 {
  font-size: 30px;
  line-height: 1.4;
  color: #1A1E25;
  margin-bottom: 20px;
}
.pack-item-full h3 .pack-item-label {
  display: none;
}
.pack-item-full .pack-item-label {
  margin-bottom: 30px;
}
.pack-item-full .btn {
  margin: 10px 0 0;
  width: 250px;
}
@media (max-width: 991px) {
  .pack-head {
    font-size: 19px;
    margin: 50px auto 40px;
  }
  .pack-head h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .pack-head > p {
    font-weight: 400;
    line-height: 28px;
    font-size: 20px;
  }
  .pack-list {
    margin: 0 0 60px;
  }
  .pack-item {
    width: calc(50% - 30px);
  }
  .pack-item picture img {
    border-radius: 15px;
  }
  .pack-item-full {
    width: 100%;
  }
  .pack-item-full picture img {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .pack-item {
    width: 100%;
  }
  .pack-item-full {
    width: auto;
    flex-flow: column;
    gap: 0;
    background: transparent !important;
    border-radius: 0;
    padding: 0;
  }
  .pack-item h3 {
    font-size: inherit;
  }
  .pack-item h3 .pack-item-label {
    display: inline-block;
    margin-bottom: 0;
  }
  .pack-item p:not(.pack-item-price), .pack-item-label {
    display: none;
  }
  .pack-item-content {
    width: 100%;
  }
}

#ready-start {
  background: #EAF6FF;
  color: #464646;
  padding: 80px 0;
}
#ready-start .container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 50px 80px;
}
#ready-start .content {
  text-align: center;
  flex: 1;
  max-width: 870px;
  font-size: 23px;
  line-height: 1.4;
}
#ready-start .content h2 {
  color: #464646;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  margin: 0 auto 20px;
}
#ready-start .content p {
  color: #464646;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin: 20px 0 0;
}
#ready-start .content .actions {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 30px;
  margin: 50px 0 0;
}
#ready-start .content .btn {
  width: 320px;
  max-width: 100%;
}
#ready-start .content .btn-link {
  color: #FFF;
  font-size: 17px;
  line-height: 1.5;
  text-decoration: none;
}
#ready-start .content .btn-link span {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}
#ready-start .content .btn-link:hover span, #ready-start .content .btn-link:focus span {
  color: #FFB200;
}
@media (max-width: 991px) {
  #ready-start {
    padding: 0px 0;
    color: #fff;
  }
  #ready-start .container {
    flex-flow: column;
  }
  #ready-start .content {
    flex: 0 0 auto;
    font-size: 19px;
  }
  #ready-start .content h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }
  #ready-start .content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }
  #ready-start .content .actions {
    margin-top: 40px;
  }
  #ready-start .content .btn {
    width: 290px;
  }
  #ready-start .content .btn-link {
    color: #FFF;
    font-size: 17px;
    line-height: 1.5;
    text-decoration: none;
  }
  #ready-start .content .btn-link span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
  }
}