.ta-center{
  text-align: center;
}

.ta-right{
  text-align: right;
}

.ta-left{
  text-align: left;
}

.tt-up {
  text-transform: uppercase;
}

.crm-template-main .small-hero {
  padding-bottom: 100px;
}

.banner-crm {
  background-image: url("../../images/sample-crm/sample-hero-bg.png");
}

.banner-crm h1 {
  text-align: left;
  margin: initial;
  max-width: initial;
}

.hero-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 60px 48px;
}

.hero-content__left {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.hero-content__right {
  z-index: 1;
}

.hero-content__logo-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 105px 32px;
  border-radius: 40px 0;
  background: var(--white, #FFF);
}

.hero-content__logo-wrapper svg {
  max-width: 400px;
}

.hero-content__logo-wrapper::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% + 70px);
  border: 4px solid var(--green);
  border-radius: 50px 0;
  top: -35px;
  left: -35px;
  z-index: -1;
}

.crm-info-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 55px;
}

.crm-info__items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.crm-info__item {
  width: 100%;
  max-width: 388px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 32px;
  padding: 45px 30px;
  border-radius: 40px 0;
  background: #A5CD41;
  overflow: hidden;
}

.crm-info__item:nth-child(1) .crm-info__icon {
  transform: translateX(14px);
}

.crm-info__item:nth-child(2) .crm-info__icon {
  transform: translateX(8px);
}

.crm-info__item:nth-child(3) .crm-info__icon {
  transform: translateX(-22px);
}

.crm-info__item:first-child .crm-info__text > span:last-child {
  font-size: 32px;  
}

.crm-info__text {
  max-width: 180px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  row-gap: 16px;
}

.crm-info__text > span:first-child {
  font-weight: 500;
}

.crm-info__text > span:last-child {
  font-weight: 800;
}

.crm-info__text > span:last-child {
  font-family: var(--primary-font);
  font-size: 60px;
  line-height: 1;
}

.limitations-crm .limitations-wrapper li {
  padding-left: 70px;
}

.limitations-crm .limitations-wrapper li::before {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EADCDC;
}


.integration-crm h2 {
  margin-bottom: 60px;
}

.integration-crm .integration-crm-block:not(:last-of-type) {
  margin-bottom: 70px;
}

.integration-crm-block__border-wrapper {
  background: linear-gradient(to right, var(--green) 55%, transparent 55%);
  padding: 6px;
  border-radius: 80px;
  display: inline-block;
}

.border-wrapper__content {
  min-height: 300px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  padding: 45px 0 45px 45px;
  box-sizing: border-box;
  background: var(--white);
  border-radius: 76px;
}

.integration-text, 
.integration-crm-block__border-wrapper {
  width: 100%;
  max-width: 500px;
}

.integration-text p {
  max-width: initial;
}

.integration-crm .integration-crm-block img {
  max-width: 100%;
}

.integration-crm-block .border-wrapper__image {
  min-height: 300px;
  border-radius: 70px;
  overflow: hidden;
}

.integration-crm-block:first-of-type .border-wrapper__image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../images/sample-crm/crm-integration-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.integration-crm-block:first-of-type .border-wrapper__image img {
  max-width: 320px;
}


.crm-support-section .section-header {
  padding-top: 120px;
  padding-bottom: 550px;
  background-image: url("../../images/sample-crm/support-header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.crm-support-section .section-body {
  border-radius: 50px 50px 0 0;
  background-color: var(--white);
  margin-top: -430px;
  padding-top: 100px;
}

.crm-support-section .section-footer {
  max-width: 850px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.crm-support-section .section-footer .h3 {
  max-width: 850px;
}

.section-footer__button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 18px 24px;
  background-color: transparent;
  border-radius: 30px 0px;
  border: 4px solid var(--green);
  color: var(--dark);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 22.8px */
  letter-spacing: 0.57px;
}

.feature-table {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.feature-table::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 390px;
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.08);
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
}

.feature-table__row {
  display: grid;
  grid-template-columns: 40px auto 390px;
  align-items: center;
}

.feature-table__row:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
}

.feature-table__row:first-child .feature-table__cell:not(.feature-table__cell--counter) {
  font-weight: 600;
}

.feature-table__cell {
  padding-top: 30px;
  padding-bottom: 30px;
}

.feature-table__cell--counter {
  font-size: 32px;
  line-height: 1;
}

.feature-table__cell--name,
.feature-table__cell--value {
  font-size: 25px;
  line-height: normal;
}

.feature-table__cell--name {
  padding-right: 15px;
  padding-left: 15px;
}

.feature-table__cell--value {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
  z-index: 1;
}

.feature-table__row:first-child .feature-table__cell--value {
  border-top-left-radius: 40px;
}

.feature-table__row:last-child .feature-table__cell--value {
  border-bottom-right-radius: 40px;
}

.feature-table__language-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  justify-content: center;
}

.feature-table__language-item {
  white-space: nowrap;
}


.crm-contacts-section h2 {
  max-width: 1000px;
  margin: 0 auto;
}

.crm-contacts-section .section-body {
  margin-top: 60px;
}

.crm-contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px 60px;
  flex-wrap: wrap;
}

.crm-contacts__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px 20px;
}

.crm-contacts ul {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding-left: 0;
}

.crm-contacts a {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  background-color: var(--white);
}

.crm-contacts a > img,
.crm-contacts a > svg {
  margin: auto;
}


.crm-template-main .section-form {
  padding-bottom: 80px;
  background-image: url("../../images/rating-page/r-form-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.crm-template-main .section-form .form-wrapper {
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 100px;
}

.crm-template-main .section-form .form-left {
  display: flex;
  flex-direction: column;
}

.crm-template-main .section-form .form-right {
  flex-shrink: 0;
  flex-basis: 530px;
  border-radius: 40px;
}

.crm-template-main .section-form .wrapper-image {
  position: relative;
  padding: 40px 0 40px 40px;
}

.form-image-block {
  margin-top: auto;
}

.crm-template-main .section-form .wrapper-image::before {
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 100%;
  border: 4px solid var(--main-color);
  border-radius: 50px 0;
  top: 0;
  left: 0;
}

.crm-template-main .section-form .wrapper-image img {
  border-radius: 50px 0;
}

.crm-template-main .section-form h2 {
  margin-top: 40px;
  margin-bottom: 24px;
}

.integration-crm-stages .container {
  padding-right: 48px;
  padding-left: 48px;
}

.hero-content__text--has-award {
  display: flex;
  column-gap: 30px;
  flex-flow: row nowrap;
  align-items: center;
}

.hero-content__award-img {
  flex-shrink: 0;
}

.hero-content__award-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content__award-img + div {
  max-width: 510px;
}

@media (min-width: 991px) {
  .feature-table__mobile-value {
    display: none;
  }
}

@media (max-width: 1200px) {

  .integration-text p {
    width: auto;
  }

  .crm-template-main .section-form .form-wrapper {
    align-items: center;
    row-gap: 50px;
  }

  .form-image-block {
    margin-top: 50px;
  }
}

@media (max-width: 1199px) {
  .form-left {
    margin-bottom: 0;
  }
}

@media (max-width: 1140px) {

  .hero-content {
    flex-direction: column;
  }
  
  .hero-content__award-img + div {
    max-width: initial;
  }
}


@media (max-width: 1100px) {

  .integration-crm .integration-crm-block:nth-of-type(2n),
  .integration-crm .integration-crm-block {
    flex-direction: column;
    row-gap: 32px;
  }

  .integration-crm .integration-crm-block > svg {
    transform: rotate(90deg);
  }

  .integration-crm .integration-crm-block:nth-of-type(2n) > svg {
    transform: rotate(90deg);
  }
}


@media (max-width: 990px) {

  .integration-crm-block .integration-text,
  .integration-crm-block:nth-of-type(2n) .integration-text {
    margin: 0;
    height: auto;
  }

  .integration-text p.p2 {
    max-width: initial;
  }
  
  .crm-support-section .section-body {
    padding-top: 42px;
  }

  .crm-support-section .section-header {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .crm-support-section .section-body {
    margin-top: -70px;
    padding-top: 50px;
  }

  .crm-support-section .section-footer .h3,
  .feature-table {
    max-width: 720px;
  }

  .feature-table::after {
    display: none;
  }

  .feature-table__row {
    grid-template-columns: 28px auto 70px;
  }

  .feature-table__cell {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .feature-table__cell--counter {
    font-size: 24px;
  }

  .feature-table__cell--name, .feature-table__cell--value {
    font-size: 18px;
  }

  .feature-table__cell--value {
    justify-content: flex-end;
    padding-right: 0;
    padding-left: 0;
  }

  .feature-table__cell--value > svg {
    width: 24px;
  }

  .feature-table__dt-value {
    display: none;
  }

  .feature-table__mobile-value {
    margin-top: 8px;
    font-size: 16px;
  }
  
  .feature-table__language-wrapper {
    justify-content: flex-start;
  }

}

@media (max-width: 768px) {

  .crms-swiper .slider-nav {
    justify-content: space-between;
  }

  .crms-swiper .slider-nav .pagination {
    justify-content: center;
    order: 2;
    color: var(--blue);
    font-size: 25px;
  }

  .crms-swiper .swiper-pagination-total {
    color: #B5BFC9;
  }

  .crms-swiper .slider-nav .nav-prev {
    margin-left: 0;
    order: 1;
  }

  .crms-swiper .slider-nav .nav-next {
    margin-left: 0;
    order: 3;
  }
}


@media (max-width: 576px) {

  .hero-content__logo-wrapper {
    padding: 32px;
  }

  .hero-content__logo-wrapper img, .hero-content__logo-wrapper svg {
    width: 100%;
  }

  .crm-info__item {
    flex-direction: column;
    gap: 24px;
    padding: 24px 18px;
  }

  .crm-info__item .crm-info__icon {
    transform: none!important;
  }

  .crm-info__text {
    max-width: initial;
    row-gap: 8px;
  }

  .crm-info__item:first-child .crm-info__text > span:last-child {
    font-size: 28px;
    line-height: 1.2; 
  }

  .crm-info__text > span:last-child {
    font-size: 40px;
  }

  .crm-info__icon svg,
  .crm-info__icon img {
    max-height: 100px;
  }


  .integration-crm .integration-crm-block .integration-text {
    margin-bottom: 0;
    padding: 0;
  }

  .border-wrapper__content {
    padding: 24px 0 24px 24px;
  }

  .integration-crm-block .border-wrapper__image {
    max-height: 250px;
    min-height: initial;
    width: 100%;
  }

  .integration-crm-block:first-of-type .border-wrapper__image img {
    max-width: 220px;
  }

  .integration-crm .integration-crm-block:nth-of-type(2) img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .crm-contacts, .crm-contacts__item {
    flex-direction: column;
  }


  .hero-content__text--has-award {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }
}