

.logo-link {

  flex: 1;
  padding: 20px 16px 5px 14px;
}

.logo-link.w--current {

  padding-bottom: 5px;
}

















@media screen and (max-width: 991px) {
  

  .logo-link {

    padding-top: 21px;
    padding-bottom: 5px;
  }

  

  

  
}

@media screen and (max-width: 767px) {
  .logo-link {

    padding-top: 12px;
    padding-bottom: 5px;
  }

  .logo-link.w--current {

    padding-top: 14px;
    padding-bottom: 5px;
  }

  

  

  
}

@media screen and (max-width: 479px) {
  .logo-link {

    padding-bottom: 0;
  }

  .logo-link.w--current {

    padding-top: 12px;
    padding-bottom: 0;
  }
}

.reestr-container {

  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.reestr-main-text {

  font-size: 14px;
  line-height: 24px;
}

.restr-second-text {

  margin-left: 24px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.reestr-main {

  margin-left: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 479px) {
  .reestr-container {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 8px;
    margin-right: 8px;
  }

  .reestr-main-text {

    font-size: 14px;
  }

  .restr-second-text {

    margin-left: 0;
    font-size: 12px;
  }

  .reestr-main {

    margin-top: 20px;
    margin-left: 0;
  }
}

.w-pagination-previous, .w-pagination-next {

  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.button {

  background-color: var(--general-accent-blue);
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  border-radius: 24px;
  height: 48px;
  padding: 11px 24px;
  font-family: LatoCyr, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: box-shadow .3s, transform .3s;
}

.button:hover {

  box-shadow: 0 5px 18px 0 var(--general-accent-blue);
  transform: translate(0, -1px);
}







.button.form-button {

  background-image: none;
  padding-top: 7px;
  font-size: 16px;
}

.button.form-button:hover {

  box-shadow: 0 5px 18px 0 var(--dim-grey);
}













.button._404-home-button {

  background-image: none;
  margin-top: 24px;
  margin-bottom: -64px;
  font-size: 16px;
}

.button._404-home-button:hover {

  box-shadow: 0 5px 18px 0 var(--dim-grey);
  color: #fff;
}





.button.big-subscribe-button {

  background-image: none;
  margin-left: 24px;
  padding-top: 7px;
}

.button.big-subscribe-button:hover {

  box-shadow: 0 5px 18px 0 var(--dim-grey);
}

.form-label {

  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
}

.form-label.popup {

  color: var(--black-2);
}

.input {

  border-color: black black var(--light-grey);
  opacity: 1;
  height: 48px;
  color: var(--black-2);
  background-color: #0000;
  border-top-style: none;
  border-top-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-radius: 0;
  margin-bottom: 32px;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

.input:hover {

  border-bottom-color: var(--light-slate-grey);
}

.input:focus {

  border-bottom-color: var(--general-accent-blue);
}

.input::placeholder {

  color: var(--light-slate-grey);
}

.input.text-area {

  height: auto;
  min-height: 112px;
}



.input.password-input {

  text-align: center;
}

.input.big-subscribe-input {

  background-image: url('../images/subscribe-icon_1.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 32px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 56px;
  font-size: 18px;
  display: inline-block;
}

.input.purple:focus {

  border-bottom: 1px solid var(--purple);
}

.video-play-button {

  background-color: var(--general-accent-blue);
  background-image: url('../images/play-icon.svg'), linear-gradient(135deg, var(--general-accent-blue), #1072e0);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: 24px;
  margin-right: 24px;
}





.slider-arrow-button {

  border-radius: 50px;
  margin: auto;
  position: absolute;
  inset: 0% 0 0;
  box-shadow: 0 3px 9px #2e323c17;
}







.password-form {

  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-success {

  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form-success.window-success {

  margin-bottom: -40px;
  padding-left: 24px;
  padding-right: 24px;
}

.form-error {

  color: var(--accent-red);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}







.select-field {

  height: 48px;
  color: var(--light-slate-grey);
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.select-field.hidden {

  display: none;
}



.checkbox-label {

  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
}





@media screen and (max-width: 991px) {
  

  .button.form-button {

    background-image: none;
  }

  .button.form-button:hover {

    box-shadow: 0 5px 18px 0 var(--dim-grey);
  }

  

  

  

  .video-play-button {

    background-size: 20px, auto;
    width: 64px;
    height: 64px;
    margin-left: 16px;
    margin-right: 16px;
  }

  

  

  
}



@media screen and (max-width: 479px) {
  

  

  .button.big-subscribe-button {

    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .input.footer-big-subscribe-input, .input.big-subscribe-input {

    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  

  

  

  
}

.testimonials-color-cards {

  display: flex;
}

.review-color-card {

  color: #fff;
  border-radius: 8px;
  flex-basis: 40%;
  margin-bottom: 32px;
  padding: 40px;
  box-shadow: 0 8px 28px #2e323c2e;
}

.testimonials-color-cards-content {

  flex-wrap: wrap;
  align-items: flex-start;
  width: 66.6667%;
  margin-bottom: -32px;
  display: flex;
}

.tesimonials-color-cards-info {

  text-align: left;
  flex: 1;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 55px;
}



.testimonials-color-cards-colomn-1 {

  width: 50%;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-color-cards-column-2 {

  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}





















.more-service-card {

  background-color: var(--additional-purple);
  color: #fff;
  text-align: left;
  border-radius: 8px;
  width: 33%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 40px 48px;
  position: relative;
  box-shadow: 0 8px 28px #2e323c2e;
}

.more-service-card-icon {

  margin-bottom: -8px;
}

.more-service-card-number {

  opacity: .6;
  text-align: right;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 32px;
  position: relative;
  top: 0;
  right: 0;
}













.category {

  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  height: 24px;
  padding-top: 4px;
  padding-left: 13px;
  padding-right: 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.category:hover {

  color: #fff;
}

.category.work-v4-category, .category.post-v3-card-category {

  margin: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.category.pricing-table-category {

  margin-bottom: 24px;
}

.category.pricing-table-category.website {

  background-color: var(--accent-red);
}





.category.pricing-table-category.a3 {

  background-color: var(--light-slate-grey);
}

.category.pricing-table-category.a3.price2 {

  background-color: var(--general-accent-blue);
}

.category.pricing-table-category.a3.price3 {

  background-color: var(--additional-green);
}







































.testimonials-cards {

  align-items: flex-start;
  display: flex;
}

.testimonials-cards-column {

  width: 33.33%;
  margin-bottom: -30px;
  padding-left: 15px;
  padding-right: 15px;
}

.review-card {

  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 16px 32px 32px;
  box-shadow: 0 8px 28px #2e323c17;
}

.review-card-info {

  border-top: 1px solid var(--ghost-white);
  color: var(--light-slate-grey);
  align-items: center;
  margin-top: 24px;
  padding-top: 24px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.review-card-avatar {

  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}





















.pricing {

  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -30px;
  display: flex;
}

.pricing-table {

  max-width: 33.33%;
  color: var(--light-slate-grey);
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 48px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0 8px 28px #2e323c17;
}

.pricing-table-price {

  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 32px;
}

.pricing-table-price.a3 {

  margin-bottom: 0;
}





.pricing-table-price.a3.second {

  color: var(--light-slate-grey);
}

.pricing-table-feature {

  box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-table-feature.last {

  box-shadow: inset 0 1px 0 0 var(--gainsboro);
}







.review-card-text {

  font-size: 16px;
  line-height: 28px;
}









@media screen and (max-width: 991px) {
  .testimonials-color-cards {

    flex-wrap: wrap;
  }

  .review-color-card {

    margin-bottom: 16px;
  }

  .testimonials-color-cards-content {

    width: 100%;
    margin-bottom: -16px;
    padding-top: 64px;
  }

  .tesimonials-color-cards-info {

    text-align: center;
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
    padding-left: 16%;
    padding-right: 16%;
  }

  .testimonials-color-cards-colomn-1 {

    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-color-cards-column-2, .team-member {

    padding-left: 8px;
    padding-right: 8px;
  }

  

  

  .more-service-card {

    margin-left: 8px;
    margin-right: 8px;
    padding: 32px 24px;
  }

  .more-service-card-number {

    margin-bottom: -24px;
    font-size: 18px;
    line-height: 24px;
  }

  

  

  

  .category {

    height: 20px;
    padding-top: 2px;
    padding-left: 11px;
    padding-right: 10px;
    font-size: 8px;
  }

  .category.work-v4-category, .category.post-v3-card-category, .category.post-card-v1-category, .category.webinar-card-category, .category.webinar-card-tag {

    margin: 24px;
  }

  

  

  

  

  

  

  .testimonials-cards-column {

    margin-bottom: -16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-card {

    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-table {

    margin-left: 8px;
    margin-right: 8px;
    padding: 40px 24px;
  }

  .pricing-table-price {

    margin-bottom: 24px;
  }

  

  

  
}

@media screen and (max-width: 767px) {
  .review-color-card {

    padding: 32px 24px;
  }

  

  

  .more-service-card {

    width: 83.33%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  

  

  

  

  .testimonials-cards {

    flex-direction: column;
  }

  .testimonials-cards-column {

    width: 100%;
    margin-bottom: 0;
    padding-left: 9%;
    padding-right: 9%;
  }

  .pricing-table {

    flex: 0 auto;
    width: 66.66%;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-table-price {

    font-size: 24px;
    line-height: 32px;
  }

  

  

  
}

@media screen and (max-width: 479px) {
  .tesimonials-color-cards-info {

    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-color-cards-colomn-1, .testimonials-color-cards-column-2 {

    width: 100%;
  }

  

  

  .more-service-card, .more-service-card.service-card-2, .more-service-card.service-card-3 {

    width: 100%;
  }

  

  

  

  

  

  

  

  .pricing {

    margin-bottom: -24px;
  }

  .pricing-table {

    width: 100%;
    margin-bottom: 24px;
  }

  
}

@media screen and (max-width: 767px) {
  .blog-card-v1-dot, .text-block-5 {

    display: none;
  }
}

.w-pagination-wrapper {

  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.body {

  color: var(--black-2);
  font-family: LatoCyr, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.scroll-down-link {

  opacity: 1;
  max-width: 180px;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px 32px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  transition: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-down-link:hover {

  opacity: 1;
}

.link-arrow-icon {

  margin-top: -3px;
  margin-left: 8px;
}

.link-arrow-text {

  color: var(--purple);
  display: inline-block;
}



.grey-section {

  background-color: var(--white-smoke);
  text-align: center;
}







.client-logo {

  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px;
}

.client-logo:hover, .client-logo.color-logo {

  opacity: 1;
}

.about-side-info {

  text-align: left;
  margin-top: -8px;
  display: flex;
}

.about-side-header-wrapper {

  align-items: flex-start;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-side-line {

  float: left;
  background-color: var(--general-accent-blue);
  background-image: none;
  width: 12%;
  height: 3px;
  margin-top: 25px;
  margin-right: 32px;
  display: inline-block;
}

.about-side-header {

  flex: 1;
  margin-top: 0;
  padding-right: 40px;
  font-size: 32px;
}



.link-arrow {

  color: var(--black-2);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
}



.more-services-header-wrapper {

  text-align: left;
  max-width: 370px;
  margin-left: 8.33333%;
  padding-left: 15px;
}

.more-services {

  align-items: flex-start;
  margin-top: -20px;
  padding-top: 140px;
  display: flex;
}













.clients-header {

  text-align: center;
  max-width: 570px;
  margin: 8px auto 40px;
  display: block;
}















.video-text-left {

  text-align: right;
  flex: 1;
}

.video-text-right {

  flex: 1;
}



















.testimonials-slider {

  color: #fff;
  background-color: #0000;
  width: 83.3333%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  display: block;
}

.review-slide {

  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 14px;
  line-height: 24px;
}

.review-logo {

  margin-bottom: 24px;
}

.review-line {

  opacity: .29;
  background-color: #fff;
  width: 30px;
  height: 2px;
  margin: 36px auto 24px;
  display: block;
}



.testimonials-slider-arrow {

  align-items: center;
  margin-bottom: 12px;
  display: flex;
}













.review-slide-author {

  font-weight: 700;
}

.password-window {

  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 370px;
  padding: 56px;
  display: flex;
  box-shadow: 0 8px 28px #2e323c17;
}

.about-us {

  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.about-image {

  border-radius: 8px;
}

.about-text {

  color: var(--light-slate-grey);
  text-align: left;
  column-count: 2;
  column-gap: 30px;
  margin-top: 72px;
  margin-bottom: -24px;
}





.sidebar-header {

  border-bottom: 1px solid var(--gainsboro);
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 16px;
}



.sidebar-category {

  color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.sidebar-category:hover {

  text-decoration: underline;
}

.sidebar-tags {

  flex-wrap: wrap;
  display: flex;
}

.sidebar-tag {

  color: var(--light-slate-grey);
  margin-right: 16px;
  font-size: 14px;
  line-height: 32px;
}

.sidebar-tag:hover {

  text-decoration: underline;
}



























.faq-list {

  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.question-container {

  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.question-container:hover {

  box-shadow: 0 3px 9px #2e323c17;
}

.question {

  color: var(--black-2);
  align-items: center;
  display: flex;
}

.question-text {

  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.answer {

  color: var(--light-slate-grey);
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.question-arrow-icon {

  opacity: .51;
  margin-left: 24px;
  margin-right: 8px;
}

.answer-text {

  color: var(--dim-grey);
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
}





.password-icon {

  background-color: var(--general-accent-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.password-header {

  margin-top: 16px;
  margin-bottom: 32px;
}



































.div-block-3 {

  width: 100%;
  height: 100%;
  font-weight: 500;
  position: relative;
}



.badge-text {

  letter-spacing: 1.5px;
  text-transform: uppercase;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  display: block;
}

.div-block-4 {

  z-index: 500;
  margin-top: 140px;
  padding-left: 20px;
  position: relative;
}

.image-2 {

  float: none;
  max-width: 100%;
  min-height: 30vh;
  max-height: 54vh;
  display: inline-block;
}

.div-block-5 {

  position: absolute;
  bottom: 7%;
  right: -4%;
}



.div-block-7 {

  background-image: linear-gradient(#1072e0a6, #1072e0a6);
  border-radius: 450px;
  width: 800px;
  height: 800px;
  display: none;
  position: absolute;
  bottom: -300px;
  right: 35px;
  overflow: visible;
}











.badge-2 {

  float: left;
  height: 30px;
  box-shadow: none;
  color: #fff;
  background-image: linear-gradient(#a18bff, #a18bff);
  border-radius: 4px;
  margin-top: 0;
  padding-top: 8px;
  display: block;
}







.legal-docs {

  text-align: left;
  font-size: 16px;
}

.legal-docs h1 {

  width: 66.66%;
  margin: 20px auto 40px;
  font-size: 45px;
  line-height: 140%;
  display: block;
}

.legal-docs p {

  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: block;
}

.legal-docs h2 {

  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 38px;
  display: block;
}

.legal-docs blockquote, .legal-docs ul {

  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.legal-docs ol {

  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
}

.legal-docs h5 {

  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.legal-docs a {

  color: var(--black-2);
  text-decoration: underline;
}

.legal-docs a:hover {

  text-decoration: none;
}

.legal-docs h6 {

  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.legal-docs h3 {

  width: 66.66%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 32px;
  display: block;
}

.legal-docs h4 {

  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.legal-docs figure {

  padding-left: 8.33%;
  padding-right: 8.33%;
}

.badge-3 {

  float: left;
  background-image: linear-gradient(to bottom, var(--accent-red), var(--accent-red));
  height: 30px;
  box-shadow: none;
  border-radius: 4px;
  margin-top: 0;
  padding-top: 8px;
  display: block;
}



.a3 {

  margin-bottom: 32px;
}

.a3.price3 {

  color: #fff;
}



.textlink:hover {

  text-decoration: underline;
}

.html-embed {

  display: block;
}

.badge-link {

  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  display: block;
}

.author-link, .author-link:hover {

  color: #fff;
}

.external-links {

  text-decoration: none;
}

.external-links:hover {

  text-decoration: underline;
}

.pagination {

  margin-top: 30px;
}







.div-block-4-copy {

  z-index: 500;
  margin-top: 150px;
  padding-left: 20px;
  position: relative;
}



.big-subscribe-copy {

  background-color: #fffc;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  height: 96px;
  margin: 3% auto 0;
  padding-top: 24px;
  padding-left: 48px;
  padding-right: 24px;
  display: block;
  position: relative;
  bottom: -48px;
  box-shadow: 0 8px 28px #2e323c17;
}

.big-subscribe-copy-copy {

  background-color: #fffc;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  height: 96px;
  margin: 40px auto;
  padding-top: 24px;
  padding-left: 48px;
  padding-right: 24px;
  display: block;
  position: relative;
  bottom: 0;
  box-shadow: 0 8px 28px #2e323c17;
}

.white-link, .white-link:hover {

  color: var(--white);
}

.div-block-3-pr-tech {

  text-align: center;
  background-image: none;
  width: 100%;
  height: 100%;
  font-weight: 500;
  position: relative;
}

.background-webinar-mailings {

  color: #fff;
  background-image: url('../images/Blue-style-figure-layers-shadows-abstract_1920x1200.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  display: block;
}

.background-webinar-mailings.a3 {

  background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
}





.logo-nissan {

  background-image: url('../images/Nissan_2020_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 95px 79px;
  background-attachment: scroll;
  width: 95px;
  height: 79px;
  display: block;
}

.logo-ym {

  background-image: url('../images/iomoney.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 175px;
  width: 173px;
  height: 39px;
}

.logo-ae {

  background-image: url('../images/ae-c.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 128px;
  background-attachment: scroll;
  width: 128px;
  height: 31px;
}

.logo-dellin {

  background-image: url('../images/dellin-c.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  background-attachment: scroll;
  width: 160px;
  height: 50px;
}

.logo-hs {

  background-image: url('../images/hs-c.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 177px 39px;
  background-attachment: scroll;
  width: 177px;
  height: 39px;
}

.logo-cros {

  background-image: url('../images/cros.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 99px 25px;
  background-attachment: scroll;
  width: 99px;
  height: 25px;
}

.logo-cros:hover {

  background-image: url('../images/cros-c.png');
  background-position: 50%;
}

.logo-iidf {

  background-image: url('../images/iidf.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105px 30px;
  background-attachment: scroll;
  width: 105px;
  height: 30px;
}

.logo-iidf:hover {

  background-image: url('../images/iidf-c.png');
  background-position: 50%;
}

.logo-giftalife {

  background-image: url('../images/giftalife.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 170px 34px;
  background-attachment: scroll;
  width: 170px;
  height: 34px;
}

.logo-giftalife:hover {

  background-image: url('../images/giftalife-c.png');
  background-position: 50%;
}

.clients-logotypes-copy {

  justify-content: center;
  align-items: center;
  display: none;
}

.clients-logotypes-b2b {

  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-side-text-copy {

  color: var(--light-slate-grey);
  flex: 1;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 32px;
}









.background-webinar-outreach {

  color: #fff;
  background-image: url('../images/89.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  display: block;
}

.background-webinar-outreach.a3 {

  background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
}

.background-webinar-transformation {

  color: #fff;
  background-image: url('../images/abstract-purple-waves-geometric-background-art-pink-waves.webp'), linear-gradient(#0000001a, #0000001a);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  height: 100vh;
  display: block;
}

.background-webinar-transformation.a3 {

  background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
}

.div-block-4-copy-copy {

  z-index: 500;
  margin-top: 150px;
  padding-left: 20px;
  position: relative;
}

.black-link {

  text-decoration: underline;
}

.background-webinar-own-mediadb {

  color: #fff;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/fakurian-design-E8Ufcyxz514-unsplash.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100vh;
  display: block;
}

.background-webinar-own-mediadb.a3 {

  background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
}

.div-block-4-copy-copy-copy {

  z-index: 500;
  margin-top: 11%;
  position: relative;
}

.background-webinar-monitoring-and-covarage-growth {

  color: #fff;
  background-image: url('../images/richard-horvath-cPccYbPrF-A-unsplash.webp'), linear-gradient(#0000001a, #0000001a);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  height: 100vh;
  display: block;
}

.background-webinar-monitoring-and-covarage-growth.a3 {

  background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
}

.div-block-4-copy-copy-copy {

  z-index: 500;
  margin-top: 30vh;
  padding-left: 20px;
  position: relative;
}



.div-block-3-copy-copy-copy {

  text-align: center;
  background-image: none;
  width: 100%;
  height: 100%;
  font-weight: 500;
  position: relative;
}

.background-webinar-pr-flow {

  color: #fff;
  background-color: #ffffffed;
  background-image: url('../images/abstract-1527667_1920.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  display: block;
}

.background-webinar-pr-flow.a3 {

  background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
}

.background-webinar-telegram-and-prex {

  color: #fff;
  background-color: #ffffffed;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/telegram-and-prex-webinar-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  display: block;
}

.background-webinar-telegram-and-prex.a3 {

  background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
}

.div-block-4-copy-copy-copy-copy {

  z-index: 500;
  margin-top: 11%;
  position: relative;
}

.background-webinar-neuro-mediadatabase {

  color: #fff;
  background-color: #ffffffed;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/image_2023-09-04_13-57-59-2-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100vh;
  display: block;
}

.background-webinar-neuro-mediadatabase.a3 {

  background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
}



.link-block {

  margin-top: -6px;
}

.logo-vtb {

  background-image: url('../images/320px-VTB_Logo_2018.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130px 46.7px;
  background-attachment: scroll;
  width: 130px;
  height: 46.7px;
  display: block;
}



.logo-nornik {

  background-image: url('../images/640px-Nornickel_logo-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px 46.25px;
  background-attachment: scroll;
  width: 200px;
  height: 46.25px;
}

.logo-pr-cros {

  background-image: url('../images/cros_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  background-attachment: scroll;
  width: 125px;
  height: 40px;
}

.logo-pr-vinci {

  background-image: url('../images/vinci.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  background-attachment: scroll;
  width: 160px;
  height: 40px;
}



.background-webinar-ai-for-pr {

  color: #fff;
  background-color: #ffffffed;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/hans-eiskonen-8Pm_A-OHJGg-unsplash-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  height: 100vh;
  display: block;
}

.background-webinar-ai-for-pr.a3 {

  background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
}

.div-block-4-copy-copy-copy-copy-copy {

  z-index: 500;
  margin-top: 15%;
  position: relative;
}

.background-webinar-cyberpr2024 {

  color: #fff;
  background-color: #ffffffed;
  background-image: url('../images/jr-korpa-9XngoIpxcEo-unsplash-1.webp'), linear-gradient(#0000001a, #0000001a), url('../images/hans-eiskonen-8Pm_A-OHJGg-unsplash-1.webp');
  background-position: 50% 0, 0 0, 50%;
  background-size: cover, auto, auto;
  height: 100vh;
  display: block;
}

.background-webinar-cyberpr2024.a3 {

  background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
}

.logo-tbank {

  background-image: url('../images/tbank.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 220px;
  width: 180px;
  height: 60px;
}

.logo-rolf {

  background-image: url('../images/rolf.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 175px;
  width: 180px;
  height: 60px;
}





.background-webinar-texts-and-digital {

  color: #fff;
  background-color: #ffffffed;
  background-image: linear-gradient(#0003, #0003), url('../images/li-zhang-K-DwbsTXliY-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  display: block;
}

.background-webinar-texts-and-digital.a3 {

  background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
}

.div-block-4-copy-copy-copy-copy-copy-copy {

  z-index: 500;
  margin-top: 13%;
  position: relative;
}

.background-webinar-prtech-intro {

  color: #fff;
  background-color: #ffffffed;
  background-image: url('../images/maxim-berg-ZESbrsLBPPk-unsplash_.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 2000px;
  height: 100vh;
  display: block;
}

.background-webinar-prtech-intro.a3 {

  background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
}

html.w-mod-js [data-ix="preloader"] {

  display: block;
}

html.w-mod-js [data-ix="page-wrapper-load"] {

  opacity: 0;
}

html.w-mod-js [data-ix="nav-bar"] {

  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="fade-up-1"], html.w-mod-js [data-ix="fade-up-2"], html.w-mod-js [data-ix="fade-up-3"], html.w-mod-js [data-ix="fade-up-4"] {

  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="fade-left"] {

  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="fade-right"] {

  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="play-button"] {

  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="float-subcribe-card"] {

  opacity: 0;
  transform: translate(-60px);
}

@media screen and (min-width: 1920px) {
  .logo-nissan {

    background-size: 95px 79px;
    transition-property: none;
  }

  .logo-ym {

    transition-property: none;
  }

  .logo-ae {

    background-size: 128px 31px;
    transition-property: none;
  }

  .logo-dellin {

    width: 160px;
    height: 50px;
    transition-property: none;
  }

  .logo-hs {

    background-size: 128px 31px;
    transition-property: none;
  }

  .logo-cros {

    transition-property: none;
  }

  .logo-iidf, .logo-giftalife {

    background-size: 128px 31px;
    transition-property: none;
  }

  

  .logo-vtb {

    background-size: 130px 46.7px;
    transition-property: none;
  }

  

  .logo-nornik {

    background-size: 200px 46.25px;
    transition-property: none;
  }

  .logo-pr-cros {

    background-size: 125px;
    transition-property: none;
  }

  .logo-pr-vinci {

    background-size: 150px;
    transition-property: none;
  }

  

  .logo-tbank {

    background-size: 220px;
    transition-property: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {

    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 46px;
    line-height: 56px;
  }

  h2 {

    margin-top: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {

    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

  h4 {

    font-size: 20px;
    line-height: 28px;
  }

  h5 {

    font-size: 16px;
    line-height: 24px;
  }

  h6 {

    width: auto;
    font-size: 15px;
    line-height: 24px;
  }

  p {

    font-size: 16px;
  }

  figure {

    margin-top: 24px;
    margin-bottom: 24px;
  }

  .scroll-down-link {

    z-index: 999;
    display: none;
  }

  .grey-section {

    padding-left: 8px;
    padding-right: 8px;
  }

  .client-logo {

    margin-left: 8px;
    margin-right: 8px;
  }

  .about-side-header-wrapper {

    padding-left: 8px;
    padding-right: 8px;
  }

  .about-side-line {

    height: 2px;
    margin-top: 24px;
    margin-right: 24px;
  }

  .about-side-header {

    padding-right: 16px;
  }

  

  .more-services-header-wrapper {

    padding-left: 8px;
  }

  .more-services {

    margin-top: -64px;
  }

  

  

  

  

  .clients-header {

    margin-bottom: 32px;
  }

  

  

  

  

  

  

  

  

  

  

  

  

  

  .password-window {

    margin-top: 40px;
  }

  .about-us {

    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-text {

    margin-top: 48px;
  }

  

  

  

  

  .faq-list {

    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .question-text {

    font-size: 18px;
    line-height: 28px;
  }

  .answer-text {

    font-size: 16px;
  }

  

  

  

  

  

  

  

  

  

  .div-block-3 {

    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  

  .badge-text {

    color: #fff;
  }

  .div-block-4 {

    text-align: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {

    flex: 1;
  }

  .div-block-5 {

    z-index: 200;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
    bottom: 1%;
  }

  

  

  

  .badge-2 {

    float: none;
    text-align: center;
    display: inline-block;
  }

  

  .legal-docs h1 {

    width: 83.33%;
  }

  .legal-docs p {

    width: 83.33%;
    font-size: 16px;
  }

  .legal-docs h2, .legal-docs blockquote, .legal-docs ul, .legal-docs ol, .legal-docs h5, .legal-docs h6, .legal-docs h3 {

    width: 83.33%;
  }

  .legal-docs h4 {

    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .legal-docs figure {

    padding-left: 0%;
    padding-right: 0%;
  }

  .badge-3 {

    float: none;
    text-align: center;
    display: inline-block;
  }

  

  

  

  .div-block-4-copy {

    text-align: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  

  .big-subscribe-copy {

    margin-top: 0;
  }

  .div-block-3-pr-tech {

    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .background-webinar-mailings {

    height: 700px;
    display: block;
  }

  .background-webinar-mailings.a3 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .about-side-text-copy {

    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
  }

  

  .background-webinar-outreach {

    height: 700px;
    display: block;
  }

  .background-webinar-outreach.a3 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .background-webinar-transformation {

    height: 700px;
    display: block;
  }

  .background-webinar-transformation.a3 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .div-block-4-copy-copy {

    text-align: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-webinar-own-mediadb {

    height: 700px;
    display: block;
  }

  .background-webinar-own-mediadb.a3 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .background-webinar-monitoring-and-covarage-growth {

    height: 700px;
    display: block;
  }

  .background-webinar-monitoring-and-covarage-growth.a3 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .div-block-4-copy-copy-copy {

    text-align: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3-copy-copy-copy {

    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .background-webinar-pr-flow {

    height: 700px;
    display: block;
  }

  .background-webinar-pr-flow.a3 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .background-webinar-telegram-and-prex {

    height: 700px;
    display: block;
  }

  .background-webinar-telegram-and-prex.a3 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .div-block-4-copy-copy-copy-copy {

    text-align: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-webinar-neuro-mediadatabase {

    height: 700px;
    display: block;
  }

  .background-webinar-neuro-mediadatabase.a3 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .background-webinar-ai-for-pr {

    height: 700px;
    display: block;
  }

  .background-webinar-ai-for-pr.a3 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .div-block-4-copy-copy-copy-copy-copy {

    text-align: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-webinar-cyberpr2024 {

    height: 700px;
    display: block;
  }

  .background-webinar-cyberpr2024.a3 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  

  

  .background-webinar-texts-and-digital {

    height: 700px;
    display: block;
  }

  .background-webinar-texts-and-digital.a3 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .div-block-4-copy-copy-copy-copy-copy-copy {

    text-align: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-webinar-prtech-intro {

    height: 700px;
    display: block;
  }

  .background-webinar-prtech-intro.a3 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 767px) {
  h1 {

    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 44px;
  }

  h2 {

    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  h3 {

    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  h4 {

    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  h5, h6 {

    margin-top: 24px;
    margin-bottom: 8px;
  }

  p {

    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  blockquote {

    font-size: 20px;
  }

  

  .client-logo {

    margin-left: 0;
    margin-right: 0;
  }

  .about-side-info {

    flex-wrap: wrap;
  }

  .about-side-header-wrapper {

    width: 100%;
  }

  .about-side-line {

    width: 42px;
    margin-top: 18px;
    margin-left: 2px;
  }

  .about-side-header {

    padding-right: 0;
  }

  

  .link-arrow {

    font-size: 11px;
    line-height: 32px;
  }

  .more-services-header-wrapper {

    text-align: center;
    width: 66.66%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .more-services {

    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: -24px;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  

  

  

  

  

  

  

  

  

  

  

  

  

  .testimonials-slider {

    width: 100%;
  }

  .review-slide {

    padding-left: 12%;
    padding-right: 12%;
  }

  

  

  

  .password-window {

    margin-top: 32px;
  }

  .about-text {

    column-gap: 24px;
    margin-top: 40px;
  }

  

  

  

  

  

  

  .faq-list {

    width: 100%;
    margin-bottom: -16px;
  }

  .question-container {

    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {

    margin-top: 8px;
  }

  .answer-text {

    font-size: 16px;
    line-height: 26px;
  }

  

  .password-header {

    font-size: 20px;
    line-height: 28px;
  }

  

  

  

  

  

  

  .div-block-4 {

    text-align: center;
    margin-top: 20px;
  }

  

  

  .badge-2 {

    float: none;
    clear: none;
    display: inline-block;
    position: static;
    right: 30px;
  }

  

  

  .legal-docs h1 {

    font-size: 32px;
    line-height: 38px;
  }

  .legal-docs p {

    line-height: 28px;
  }

  .legal-docs h2 {

    font-size: 28px;
    line-height: 34px;
  }

  .badge-3 {

    float: none;
    clear: none;
    display: inline-block;
    position: static;
    right: 30px;
  }

  .pagination {

    margin-top: 0;
  }

  

  .div-block-4-copy {

    text-align: center;
    margin-top: 20px;
  }

  

  .big-subscribe-copy {

    max-width: 95%;
  }

  .big-subscribe-copy-copy {

    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .background-webinar-mailings, .prex-crm-background {

    background-image: linear-gradient(to bottom, null, null), url('../images/back_small.jpg');
  }

  .about-side-text-copy {

    padding-left: 76px;
  }

  .background-webinar-outreach {

    background-image: linear-gradient(to bottom, null, null), url('../images/back_small.jpg');
  }

  .background-webinar-transformation {

    background-image: linear-gradient(to bottom, null, null), url('../images/back_small.jpg');
  }

  .div-block-4-copy-copy {

    text-align: center;
    margin-top: 20px;
  }

  .background-webinar-own-mediadb {

    background-image: linear-gradient(to bottom, null, null), url('../images/back_small.jpg');
  }

  .background-webinar-monitoring-and-covarage-growth {

    background-image: linear-gradient(to bottom, null, null), url('../images/back_small.jpg');
  }

  .div-block-4-copy-copy-copy {

    text-align: center;
    margin-top: 20px;
  }

  .div-block-4-copy-copy-copy-copy {

    text-align: center;
    margin-top: 20px;
  }

  .link-block {

    margin-top: 15px;
    margin-left: 10px;
  }

  .div-block-4-copy-copy-copy-copy-copy {

    text-align: center;
    margin-top: 20px;
  }

  .div-block-4-copy-copy-copy-copy-copy-copy {

    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1, h2, h3, h4, h5, h6 {

    margin-bottom: 12px;
  }

  img {

    display: block;
  }

  blockquote {

    font-size: 18px;
    line-height: 28px;
  }

  figure {

    margin-top: 24px;
    margin-bottom: 24px;
  }

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  .testimonials-slider {

    margin-bottom: -16px;
    padding-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-slide {

    padding-left: 0%;
    padding-right: 0%;
  }

  .review-line {

    margin-top: 20px;
    margin-bottom: 16px;
  }

  .testimonials-slider-arrow {

    display: none;
  }

  .slide-nav {

    font-size: 9px;
    display: block;
  }

  .review-slide-author {

    margin-bottom: 32px;
  }

  .password-window {

    width: 100%;
  }

  .about-text {

    column-count: 1;
    margin-bottom: 0;
  }

  

  

  

  .question-text {

    margin-bottom: 8px;
    margin-left: 16px;
  }

  .answer {

    padding-left: 56px;
  }

  .question-arrow-icon {

    margin-left: 16px;
  }

  

  

  

  

  

  

  

  

  

  .div-block-4 {

    margin-top: 10vh;
    padding-right: 0;
  }

  .image-2 {

    flex: 0 auto;
    display: block;
  }

  

  .badge-2 {

    float: none;
    margin-top: 0;
    position: static;
  }

  

  

  .legal-docs h1, .legal-docs p, .legal-docs h2, .legal-docs blockquote, .legal-docs ul, .legal-docs ol, .legal-docs h5, .legal-docs h6, .legal-docs h3, .legal-docs h4 {

    width: 100%;
  }

  .badge-3 {

    float: none;
    margin-top: 0;
    position: static;
  }

  

  .div-block-4-copy {

    clear: left;
    margin-top: 10vh;
    padding-right: 0;
  }

  

  .big-subscribe-copy {

    border-radius: 8px;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .big-subscribe-copy-copy {

    border-radius: 8px;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .background-webinar-mailings {

    min-height: 580px;
  }

  .background-webinar-mailings.a3 {

    background-image: linear-gradient(#0000, #0000), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
  }

  .clients-logotypes-copy, .clients-logotypes-b2b {

    flex-wrap: wrap;
  }

  .background-webinar-outreach {

    min-height: 580px;
  }

  .background-webinar-outreach.a3 {

    background-image: linear-gradient(#0000, #0000), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
  }

  .background-webinar-transformation {

    min-height: 580px;
  }

  .background-webinar-transformation.a3 {

    background-image: linear-gradient(#0000, #0000), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
  }

  .div-block-4-copy-copy {

    clear: left;
    margin-top: 10vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-webinar-own-mediadb {

    min-height: 580px;
  }

  .background-webinar-own-mediadb.a3 {

    background-image: linear-gradient(#0000, #0000), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
  }

  .background-webinar-monitoring-and-covarage-growth {

    min-height: 580px;
  }

  .background-webinar-monitoring-and-covarage-growth.a3 {

    background-image: linear-gradient(#0000, #0000), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
  }

  .div-block-4-copy-copy-copy {

    clear: left;
    margin-top: 10vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-webinar-pr-flow {

    min-height: 580px;
  }

  .background-webinar-pr-flow.a3 {

    background-image: linear-gradient(#0000, #0000), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
  }

  .background-webinar-telegram-and-prex {

    min-height: 580px;
  }

  .background-webinar-telegram-and-prex.a3 {

    background-image: linear-gradient(#0000, #0000), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
  }

  .div-block-4-copy-copy-copy-copy {

    clear: left;
    margin-top: 10vh;
    padding-left: 0;
    padding-right: 0;
  }

  .background-webinar-neuro-mediadatabase {

    min-height: 580px;
  }

  .background-webinar-neuro-mediadatabase.a3 {

    background-image: linear-gradient(#0000, #0000), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
  }

  .link-block {

    margin-left: 0;
  }

  .image-5 {

    max-width: 60%;
  }

  .image-6 {

    max-width: 50%;
    margin-top: 20px;
  }

  .background-webinar-ai-for-pr {

    min-height: 580px;
  }

  .background-webinar-ai-for-pr.a3 {

    background-image: linear-gradient(#0000, #0000), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
  }

  .div-block-4-copy-copy-copy-copy-copy {

    clear: left;
    margin-top: 15vh;
    padding-left: 0;
    padding-right: 0;
  }

  .background-webinar-cyberpr2024 {

    min-height: 580px;
  }

  .background-webinar-cyberpr2024.a3 {

    background-image: linear-gradient(#0000, #0000), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
  }

  

  

  .background-webinar-texts-and-digital {

    min-height: 580px;
  }

  .background-webinar-texts-and-digital.a3 {

    background-image: linear-gradient(#0000, #0000), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
  }

  .div-block-4-copy-copy-copy-copy-copy-copy {

    clear: left;
    margin-top: 15vh;
    padding-left: 0;
    padding-right: 0;
  }

  .background-webinar-prtech-intro {

    min-height: 580px;
  }

  .background-webinar-prtech-intro.a3 {

    background-image: linear-gradient(#0000, #0000), url('../images/newsroom_back_m.jpg');
    background-position: 0 0, 50% 100%;
  }
}

#w-node-_63732bff-f247-05d8-cd70-d18615170592-4e733a6b, #w-node-_843a9c64-12d3-c73e-effe-190ae7acf612-4e733a6b, #w-node-f19cfe80-a757-2510-8a33-712cdfb8def7-4e733a6b, #w-node-b1307b3c-0ed0-0b65-53c3-ca3d01b68b23-4e733a6b, #w-node-_72423b38-eb42-90bd-1a47-189d427c397a-4e733a6b, #w-node-d4b86cae-fc78-5b49-d845-2d0e227fd214-4e733a6b, #w-node-_533310be-1487-ebb0-50f3-f00d740bc17c-4e733a6b, #w-node-_0ef4712b-4e83-9f21-ac45-858934329c91-4e733a6b, #w-node-_2ea3c524-dbdf-fd91-3fbe-ca003a65c481-4e733a6b, #w-node-bf3ce2cf-48f5-6f73-ec69-d696d99b1532-4e733a6b, #w-node-_4a707d15-f98e-82ae-a205-a75e1a76adae-4e733a6b, #w-node-_2b6fb4cb-41df-51a6-da1c-e7025dfb5b61-4e733a6b, #w-node-d33abf53-5f21-dafa-7b9f-e21583a3f73d-4e733a6b {

  grid-area: span 1 / span 1 / span 1 / span 1;
}

@font-face {

  font-family: 'LatoCyr';
  src: url('../fonts/Lato-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {

  font-family: 'LatoCyr';
  src: url('../fonts/Lato-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {

  font-family: 'LatoCyr';
  src: url('../fonts/Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {

  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {

  font-family: 'Source Code Pro';
  src: url('../fonts/SourceCodePro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
