.button.services-simple-button {

  float: none;
  clear: left;
  background-color: var(--general-accent-blue);
  box-shadow: none;
  color: #edeff4;
  text-shadow: none;
  background-image: none;
  border-style: none;
  margin-top: 30px;
  font-family: LatoCyr, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: box-shadow .3s, transform .3s;
  display: inline-block;
}

.button.services-simple-button:hover {

  box-shadow: 0 5px 18px 0 var(--dim-grey);
  border-style: none;
  text-decoration: none;
}

.button.services-simple-button.color-back:hover {

  box-shadow: 0 5px 18px 0 var(--dark-grey);
}

.button.services-simple-button.prex-2023.pay {

  background-color: var(--additional-orange);
  color: var(--white);
  letter-spacing: .8px;
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #2b0679, #6729df);
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.button.services-simple-button.prex-2023.pay.b2b.master {

  margin-top: 79px;
}

.button.services-simple-button.prex-2023.pay.first-card {

  margin-top: 78px;
}

.button.services-simple-button.prex-2023.pay.request {

  margin-top: 20px;
}

.button.services-simple-button.prex-2023.free {

  background-image: linear-gradient(to right, var(--general-accent-blue), #1072e0);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.button.services-simple-button.prex-2023.free.first-card {

  margin-top: 78px;
  font-weight: 700;
}



.service-card-big {

  justify-content: flex-end;
  align-items: center;
  margin-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.service-card-big.reversed {

  flex-direction: row-reverse;
}

.service-color-card {

  z-index: 1;
  background-color: var(--general-accent-blue);
  color: #fff;
  text-align: left;
  border-radius: 8px;
  flex: none;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 64px 100px 56px 64px;
  position: relative;
  left: 16.6667%;
  box-shadow: 0 8px 28px #2e323c45;
}

.service-color-card.service-card-right {

  background-color: var(--additional-green);
  left: auto;
  right: 16.6667%;
}



.service-color-card.service-card-right.mediadb, .service-color-card.service-card-right.color-1 {

  background-color: var(--general-accent-blue);
}





.service-color-card-text {

  color: #fff;
  text-transform: none;
  direction: ltr;
  font-family: Roboto, sans-serif;
}

.more-service-card.service-card-2 {

  background-color: var(--general-accent-blue);
  width: 33%;
  margin-top: -80px;
}

.more-service-card.service-card-3 {

  background-color: var(--additional-green);
  width: 33%;
  margin-top: -160px;
}

.service-cards {

  flex-wrap: wrap;
  margin-bottom: -30px;
  display: flex;
}

.service-card {

  color: var(--light-slate-grey);
  background-color: #fff;
  border-radius: 8px;
  flex-grow: 1;
  flex-basis: 20%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 32px 40px;
  box-shadow: 0 8px 28px #2e323c17;
}

.service-card._33-width {

  flex-basis: 30%;
}

.service-card-header {

  color: var(--black-2);
  margin-top: 22px;
}

.service-side-text {

  color: var(--light-slate-grey);
  padding-right: 32px;
}

.service-side-text.b2b {

  font-family: Roboto, sans-serif;
}

.service-image {

  background-color: var(--gainsboro);
  border-radius: 8px;
  flex: none;
  width: 66.6667%;
  height: 560px;
}















.service-simple {

  text-align: left;
  width: 33%;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 32px;
}

.service-simple.key-features {

  width: 25%;
}



.service-simple-header {

  color: var(--black-2);
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.service-simple-header.a3 {

  color: #fff;
  font-weight: 300;
}

.service-simple-icon {

  float: left;
}

.service-simple-info {

  color: var(--light-slate-grey);
  padding-left: 16px;
  position: relative;
  overflow: hidden;
}

.services-simple {

  flex-wrap: wrap;
  margin-top: -8px;
  margin-bottom: -32px;
  display: flex;
}

.service-side-block {

  align-items: center;
  padding-bottom: 168px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.service-side-block.reversed {

  flex-direction: row-reverse;
}

.service-side-info {

  text-align: left;
  width: 50%;
  padding-bottom: 16px;
  padding-left: 8%;
  padding-right: 8%;
}

.service-side-content {

  flex: 1;
  justify-content: flex-end;
  padding-left: 4.6%;
  display: flex;
}

.service-side-content.service-side-content-reversed {

  justify-content: flex-start;
  padding-left: 0%;
  padding-right: 6%;
}

.service-side-icon {

  margin-bottom: -8px;
  margin-left: -8px;
}

.service-side-image {

  background-color: var(--light-grey);
  border-radius: 8px;
  width: 91.6667%;
  height: 320px;
  position: relative;
}

.service-side-image.service-side-image-2 {

  background-image: url('../images/kate-serbin-31030.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-2.a3 {

  background-image: url('../images/social-integration_img.jpg');
}

.service-side-image.service-side-image-2.b2b {

  background-image: url('../images/Снимок-экрана-2020-09-15-в-13.05.06.png'), url('../images/Снимок-экрана-2020-09-15-в-13.00.07.png'), url('../images/Снимок-экрана-2020-09-15-в-12.51.30.png'), url('../images/Снимок-экрана-2020-09-15-в-11.23.53.png'), url('../images/Contacts_Filter-2_1.png'), url('../images/jonas-leupe-WargGLQW_Yk-unsplash.webp'), url('../images/kate-serbin-31030.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, no-repeat;
  background-size: cover, auto, cover, cover, cover, cover, cover;
  box-shadow: 0 8px 28px #2e323c33;
}

.service-side-image.service-side-image-1 {

  background-image: url('../images/domenico-loia-272251.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-1.a3 {

  background-image: url('../images/mobile-magazine_img.jpg');
}

.service-side-image.service-side-image-1.b2b {

  background-image: url('../images/Снимок-экрана-2020-09-15-в-12.42.23.png'), url('../images/Снимок-экрана-2020-09-15-в-11.26.25.png'), url('../images/headway-5QgIuuBxKwM-unsplash.webp'), url('../images/domenico-loia-272251.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: cover, cover, cover, cover;
  box-shadow: 0 8px 28px #2e323c33;
}

.service-side-image.service-side-image-3 {

  background-image: url('../images/autumn-goodman-242825.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-3.a3 {

  background-image: url('../images/instant-comm_img.jpg');
}

.service-side-image.service-side-image-4 {

  background-image: url('../images/william-iven-11250.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-4.a3 {

  background-image: url('../images/pexels-photo-265667.jpeg');
}

.service-side-image-text {

  color: #fff;
  text-align: left;
  border-radius: 8px;
  width: 86%;
  margin: 0 -30px;
  padding: 24px 32px;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  bottom: -48px;
  left: 0;
  box-shadow: 0 8px 28px #2e323c2e;
}

.service-side-image-text.image-text-reversed {

  left: auto;
  right: 0;
}

.service-side-blocks {

  margin-bottom: -120px;
}

.services-color-bg {

  color: #fff;
  text-align: left;
  margin-top: -5px;
  margin-bottom: -48px;
  display: flex;
}

.services-color-bg-info {

  flex-direction: column;
  align-items: flex-start;
  width: 33.3333%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 40px;
  display: flex;
}

.services-color-bg-header {

  flex: 1;
  padding-bottom: 32px;
}

.services-color-bg-content {

  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  align-items: stretch;
  display: flex;
}

.service-color-bg {

  width: 50%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 32px;
}

.service-color-bg-info {

  padding-left: 24px;
  overflow: hidden;
}

.service-color-bg-icon {

  float: left;
}

.service-color-bg-header {

  color: #2e323c;
  margin-top: 0;
  margin-bottom: -8px;
}

.service-color-bg-header.b2b {

  color: var(--white);
}

.service-color-bg-2 {

  width: 50%;
  color: var(--black-2);
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 32px;
}





.services-color-bg-header-copy {

  flex: 1;
  order: 0;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  .button.services-simple-button {

    font-size: 16px;
  }

  .button.services-simple-button.crm-b2c.free.first-card, .button.services-simple-button.crm-b2b.free.first-card, .button.services-simple-button.prex-2023.free.first-card {

    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button.services-simple-button {

    margin-top: 64px;
  }

  .button.services-simple-button.prex-2023.pay, .button.services-simple-button.prex-2023.pay.first-card {

    margin-top: 40px;
  }

  

  

  
}

@media screen and (max-width: 479px) {
  .button.services-simple-button.crm-b2c.pay.b2b, .button.services-simple-button.crm-b2c.free.first-card, .button.services-simple-button.crm-b2b.free.first-card, .button.services-simple-button.prex-2023.pay.b2b, .button.services-simple-button.prex-2023.free.first-card {

    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .service-card-big {

    padding-left: 8px;
    padding-right: 8px;
  }

  .service-color-card {

    padding: 40px 40px 32px;
    left: 25%;
  }

  .service-color-card.service-card-right {

    right: 25%;
  }

  .service-color-card-text {

    font-size: 16px;
  }

  .more-service-card.service-card-2 {

    margin-top: -56px;
  }

  .more-service-card.service-card-3 {

    margin-top: -112px;
  }

  .service-cards {

    margin-bottom: -16px;
  }

  .service-card {

    flex-basis: 40%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .service-card._33-width {

    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .service-card-big {

    flex-direction: column-reverse;
    margin-bottom: 80px;
  }

  .service-card-big.reversed {

    flex-direction: column-reverse;
  }

  .service-color-card {

    z-index: 1;
    text-align: center;
    width: auto;
    margin-top: -72px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 24px;
    position: relative;
    left: 0%;
  }

  .service-color-card.service-card-right {

    right: auto;
  }

  .service-color-card-text {

    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
  }

  

  .more-service-card.service-card-2, .more-service-card.service-card-3 {

    width: 83.33%;
    margin-top: 0;
  }

  .service-card._33-width {

    flex-basis: 40%;
  }
}

@media screen and (max-width: 479px) {
  .service-color-card {

    margin-top: -48px;
  }

  

  .service-card {

    flex-basis: 80%;
    padding-top: 48px;
  }

  .service-card._33-width {

    flex-basis: 80%;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 991px) {
  .service-side-text {

    padding-right: 8px;
    font-size: 15px;
  }

  .service-image {

    width: 75%;
    height: 440px;
  }

  

  

  

  

  

  .service-simple {

    padding-left: 8px;
    padding-right: 16px;
  }

  .service-simple.key-features {

    width: 50%;
  }

  .service-simple-icon {

    width: 56px;
    display: block;
  }

  .service-side-block {

    align-items: center;
    padding-bottom: 88px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-side-info {

    padding: 0 3%;
  }

  .service-side-content {

    padding-left: 0%;
  }

  .service-side-content.service-side-content-reversed {

    padding-right: 0%;
  }

  .service-side-image {

    height: 248px;
    margin-bottom: 32px;
  }

  .service-side-image-text {

    width: 97%;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px 24px;
    bottom: -40px;
  }

  .service-side-blocks {

    margin-bottom: -100px;
  }

  .services-color-bg-info {

    padding-left: 24px;
    padding-right: 24px;
  }

  .service-color-bg {

    padding-left: 8px;
    padding-right: 16px;
  }

  .service-color-bg-info {

    padding-left: 16px;
  }

  .service-color-bg-icon {

    width: 40px;
  }

  .service-color-bg-header {

    font-size: 16px;
  }

  .service-color-bg-2 {

    padding-left: 8px;
    padding-right: 16px;
  }

  

  
}

@media screen and (max-width: 767px) {
  .service-image {

    width: 100%;
    height: 400px;
  }

  

  

  .service-simple {

    width: 83.33%;
    padding-bottom: 16px;
    padding-right: 8px;
  }

  .service-simple.key-features {

    width: 83.33%;
  }

  

  .service-simple-header {

    margin-top: 8px;
  }

  .services-simple {

    flex-direction: column;
    align-items: center;
  }

  .service-side-block {

    flex-direction: column-reverse;
    padding-bottom: 48px;
  }

  .service-side-block.reversed {

    flex-direction: column-reverse;
  }

  .service-side-info {

    text-align: center;
    width: 100%;
    padding: 48px 8.33% 0;
  }

  .service-side-content {

    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .service-side-content.service-side-content-reversed {

    justify-content: center;
  }

  .service-side-image {

    width: 83.33%;
    height: 280px;
  }

  .service-side-image-text {

    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }

  .service-side-image-text.image-text-reversed {

    left: 0;
  }

  .service-side-blocks {

    margin-bottom: -60px;
  }

  .services-color-bg {

    flex-direction: column;
  }

  .services-color-bg-info {

    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .services-color-bg-header {

    width: 100%;
  }

  .services-color-bg-content {

    justify-content: center;
  }

  .service-color-bg-header {

    margin-bottom: 0;
  }

  

  .services-color-bg-header-copy {

    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .service-image {

    height: 240px;
  }

  .service-simple, .service-simple.key-features {

    width: 100%;
  }

  .service-simple-info {

    padding-left: 0;
  }

  .service-side-info {

    padding-left: 0%;
    padding-right: 0%;
  }

  .service-side-image {

    width: 100%;
    height: 200px;
  }

  .service-side-image-text {

    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    bottom: -48px;
  }

  .service-color-bg {

    width: 100%;
    padding-right: 8px;
  }

  .service-color-bg-2 {

    width: 100%;
    padding-right: 8px;
  }

  
}
