@media screen and (min-width: 991px) {
  .crowdo-page header.header {
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 991px) {
  .crowdo-page header.header {
    margin-bottom: 70px;
  }
}
.crowdo-page .first-cta {
  margin-top: 62px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .crowdo-page .first-cta {
    margin-top: 22px;
  }
}
.crowdo-page .first-cta h1, .crowdo-page .first-cta p {
  text-align: center;
}
.crowdo-page .first-cta p {
  line-height: 140%;
}
.crowdo-page .first-cta .col-lg-12 {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1190px) {
  .crowdo-page .first-cta .col-lg-12 {
    max-width: 100%;
  }
}
.crowdo-page .first-cta__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
}
.crowdo-page .first-cta__video-hide {
  border: 20px solid #D3DDF3;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .crowdo-page .first-cta__video-hide {
    border: 10px solid #D3DDF3;
    border-radius: 20px;
    margin-top: 20px;
  }
}
.crowdo-page .first-cta__video img {
  width: 100%;
}
.crowdo-page .first-cta__video-item {
  display: none;
}
.crowdo-page .first-cta__video-item lite-vimeo {
  width: 820px;
  height: 415px;
}
@media screen and (max-width: 820px) {
  .crowdo-page .first-cta__video-item lite-vimeo {
    width: 765px;
    margin-top: 20px;
    height: 340px;
  }
}
@media screen and (max-width: 780px) {
  .crowdo-page .first-cta__video-item lite-vimeo {
    width: 760px;
  }
}
@media screen and (max-width: 750px) {
  .crowdo-page .first-cta__video-item lite-vimeo {
    width: 730px;
  }
}
@media screen and (max-width: 720px) {
  .crowdo-page .first-cta__video-item lite-vimeo {
    width: 700px;
  }
}
@media screen and (max-width: 650px) {
  .crowdo-page .first-cta__video-item lite-vimeo {
    width: 600px;
  }
}
@media screen and (max-width: 580px) {
  .crowdo-page .first-cta__video-item lite-vimeo {
    width: 530px;
  }
}
@media screen and (max-width: 490px) {
  .crowdo-page .first-cta__video-item lite-vimeo {
    width: 430px;
    height: 250px;
  }
}
@media screen and (max-width: 450px) {
  .crowdo-page .first-cta__video-item lite-vimeo {
    width: 410px;
    height: 188px;
  }
}
@media screen and (max-width: 400px) {
  .crowdo-page .first-cta__video-item lite-vimeo {
    width: 390px;
  }
}
@media screen and (max-width: 375px) {
  .crowdo-page .first-cta__video-item lite-vimeo {
    width: 350px;
    height: 178px;
  }
}
@media screen and (max-width: 350px) {
  .crowdo-page .first-cta__video-item lite-vimeo {
    width: 320px;
  }
}
.crowdo-page .first-cta__video .btn-play {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .crowdo-page .first-cta__video .btn-play {
    left: 48%;
    top: 56%;
  }
}
.crowdo-page .first-cta__video .btn-play img {
  width: auto;
}
@media screen and (max-width: 780px) {
  .crowdo-page .first-cta__video .btn-play img {
    height: 85px;
  }
}
.crowdo-page .first-cta__list {
  margin: 60px auto;
}
.crowdo-page .first-cta__list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .crowdo-page .first-cta__list-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10vw;
    margin-top: 0;
    margin-bottom: 60px;
    padding-right: 20px;
  }
}
.crowdo-page .first-cta__list-item span {
  text-align: left;
  line-height: 140%;
}
.crowdo-page .first-cta__list-item div {
  background: #F0F3FF;
  border-radius: 14px;
  min-width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crowdo-page .first-cta .samples-check {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../../img/img_redesign/cta-arrow.png") no-repeat;
  background-position-x: calc(50% - 134px);
  background-position-y: 14px;
  margin-top: 0;
  padding-top: 46px;
}
.crowdo-page .first-cta .samples-check .btn-orange {
  padding: 15px 31px;
}
@media screen and (max-width: 768px) {
  .crowdo-page .first-cta .samples-check {
    background: transparent;
    padding-top: 30px;
  }
}
.crowdo-page .first-cta .samples-check p {
  text-align: center;
}
.crowdo-page .reports {
  padding-top: 150px;
}
.crowdo-page .reports .samples-check {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .crowdo-page .reports {
    padding-top: 80px;
  }
}
.crowdo-page .reports .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.crowdo-page .reports h2 {
  text-align: left;
  margin-bottom: 40px !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 991px) {
  .crowdo-page .reports h2 {
    text-align: center;
  }
}
.crowdo-page .reports .first-cta__list {
  margin: 0;
  padding-right: 115px;
}
@media screen and (max-width: 768px) {
  .crowdo-page .reports .first-cta__list {
    padding-right: 0;
  }
}
.crowdo-page .reports .first-cta__list-item {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .crowdo-page .reports .first-cta__list-item {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.crowdo-page .reports .first-cta__list-item div {
  background: transparent;
  margin-left: 0;
  min-width: auto;
}
.crowdo-page .reports .img-table-mob {
  display: none;
}
.crowdo-page .reports .img-table-mob img {
  width: 100%;
}
@media screen and (max-width: 470px) {
  .crowdo-page .reports .img-table-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.crowdo-page .reports .table__wrapper {
  max-width: 100%;
  overflow: auto;
}
@media screen and (max-width: 470px) {
  .crowdo-page .reports .table__wrapper {
    display: none;
  }
}
.crowdo-page .reports table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #D3DDF3;
  border-radius: 20px;
}
.crowdo-page .reports table td,
.crowdo-page .reports table th {
  text-align: center;
  padding: 20px;
}
.crowdo-page .reports table th {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.crowdo-page .reports table th span {
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
  text-align: left;
  color: #fff;
  margin-left: -15px;
}
.crowdo-page .reports table td {
  border-bottom: 0.5px solid #D3DDF3;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #000;
}
.crowdo-page .reports table td:first-child {
  font-weight: 500;
}
.crowdo-page .reports table td strong {
  color: #377DED;
  font-weight: 700;
  line-height: 15.4px;
}
.crowdo-page .reports table tr:last-child td {
  border-bottom: 0;
}
.crowdo-page .reports table thead th {
  background: #377DED;
  color: #FFF;
  text-align: center;
}
.crowdo-page .reports table thead th:first-child {
  border-radius: 20px 0 0 0;
}
.crowdo-page .reports table thead th:last-child {
  border-radius: 0 20px 0 0;
}
.crowdo-page .marketing h2 {
  font-size: 36px;
  margin-bottom: 40px !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .crowdo-page .marketing h2 {
    margin-top: 60px !important;
  }
}
.crowdo-page .marketing__img {
  background: url("../../img/img_redesign/marketing-crowdo.webp") no-repeat left/contain;
  width: 100%;
  max-width: 530px;
}
@media screen and (max-width: 1180px) {
  .crowdo-page .marketing__img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.crowdo-page .marketing p {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='25' fill='none'%3E%3Cpath fill='%23377DED' d='M10.415 24.321c-1.36-.788-1.805-2.498-.994-3.82L21.171 1.36C21.98.038 23.74-.394 25.1.394c1.36.788 1.805 2.498.994 3.82l-11.75 19.141c-.81 1.322-2.57 1.754-3.93.966Z'%3E%3C/path%3E%3Cpath fill='%23377DED' d='M1.487 10.816c1.195-1.009 3.006-.885 4.045.276l8.309 9.295a2.732 2.732 0 0 1-.285 3.93c-1.195 1.01-3.006.886-4.044-.276l-8.31-9.295a2.732 2.732 0 0 1 .285-3.93Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-right: 100px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1180px) {
  .crowdo-page .marketing p {
    text-align: left;
    background-position-x: 6px;
    padding-right: 0;
  }
}
.crowdo-page .marketing p b {
  color: #377DED;
  font-weight: 700;
}
.crowdo-page .marketing .samples-check {
  margin-top: 60px;
}
.crowdo-page .marketing .samples-check p {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
.crowdo-page .all-languages {
  margin-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .crowdo-page .all-languages {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .crowdo-page .plans .container, .crowdo-page .plans #bulk {
    padding: 0;
    max-width: 960px;
  }
  .crowdo-page .plans .container #bulk, .crowdo-page .plans #bulk #bulk {
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .crowdo-page .plans .container, .crowdo-page .plans #bulk {
    max-width: 1170px;
  }
  .crowdo-page .plans .container #bulk, .crowdo-page .plans #bulk #bulk {
    max-width: 975px;
  }
}
@media screen and (min-width: 1330px) {
  .crowdo-page .plans .container, .crowdo-page .plans #bulk {
    max-width: 1270px;
  }
}
.crowdo-page .plans .tab-btn {
  padding: 15px 30px;
  margin-bottom: 60px;
}
.crowdo-page .plans .item .item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 25px !important;
}
.crowdo-page .plans .item .item__price div strong {
  padding-right: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.crowdo-page .plans .item.accent {
  height: 100%;
}
.crowdo-page .plans .item.accent .item__tite {
  color: #F6961B !important;
}
.crowdo-page .plans .item__tite {
  color: #377DED !important;
}
.crowdo-page .plans .item__label {
  width: 100%;
}
.crowdo-page .plans .item__info span b {
  color: #000 !important;
}