

/* Start:/local/templates/landings/styles/commonStyles.css?17405861125760*/
* {
    margin: 0;
    padding: 0;
}

.text-dark-gray {
    color: #202020;
}

.text-light-gray {
    color: #363636;
}

.text-accent {
    color: #ff0000;
}

.text-light {
    color: #f4f4f4;
}

.text-caption {
    color: #818181;
}

.text-sm-rubik {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.text-sm {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.text-sm-accent {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.text-base-accent {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.text-base {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.text-md-accent {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.text-md {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.text-lg-accent {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.text-lg {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.text-xl {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
}

.text-2xl {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
}

.text-3xl {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 72px;
}

.text-4xl-montserrat {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
}

.btn-block {
    position: relative;
    z-index: 20;
}

.btn-anim {
    position: absolute;
    bottom: 4px;
    height: 4px;
    z-index: 0;
    transition: bottom 0.3s linear;
    background: #202020;
}

.btn:hover ~ .btn-anim {
    bottom: 2px;
}

.btn {
    position: absolute;
    border: none;
    z-index: 10;
    cursor: pointer;
    transition: margin-top 0.3s linear;
    color: #ffffff;
    background: #ff0000;
}

.btn_contacts {
    border: none;
    cursor: pointer;
    color: #ffffff;
    background: #ff0000;
}

.btn-block .btn:hover {
    margin-top: -2px;
}

.btn_xs {
    padding: 8px 16px;
}

.btn_sm {
    height: 52px;
    width: 240px;
}

.btn_lg {
    height: 64px;
    width: 296px;
}

.btn-anim_lg {
    width: 296px;
}

.btn-anim_sm {
    width: 240px;
}

.btn-block_sm {
    height: 56px;
}

.btn-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.btn-block_lg {
    height: 68px;
}

.grid_col_layout {
    grid-template-columns: repeat(3, 410px);
}

.square-list li {
    list-style-type: none;
}

.square-list li:before {
    color: #ff0000;
    content: "\25AA";
    font-size: 1.5em;
    padding-right: 10px;
    position: relative;
    top: 0.1em;
}

.box-sm {
    display: grid;
    justify-content: center;
    padding: 9% 0 9%;
}

.bg-light-gray {
    background: #363636;
}

.bg-light {
    background: #f4f4f4;
}

.bg-white {
    background-color: #ffffff;
}

@media all and (max-width: 1280px) {
    .grid_col_layout {
        grid-template-columns: repeat(3, 30%);
    }
}

@media all and (max-width: 800px) {
    .text-accent-mob {
        color: #ff0000;
    }
    
    .text-sm {
        font-size: 14px;
        line-height: 16px;
    }
    
    .text-base-accent {
        font-size: 14px;
        line-height: 16px;
    }
    
    .text-base {
        font-size: 14px;
        line-height: 16px;
    }
    
    .text-md-accent {
        font-size: 16px;
        line-height: 24px;
    }
    
    .text-md {
        font-size: 16px;
        line-height: 24px;
    }
    
    .text-md_mob {
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
    
    .text-lg-accent {
        font-size: 18px;
        line-height: 26px;
    }
    
    .text-lg-accent_mob {
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
    }
    
    .text-lg {
        font-size: 18px;
        line-height: 26px;
    }
    
    .text-xl {
        font-size: 20px;
        line-height: 28px;
    }
    
    .text-xl-accent-mob {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }
    
    .text-xl-mob {
        font-family: "Raleway", sans-serif;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 28px !important;
    }
    
    .text-2xl {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }
    
    .text-2xl-mob {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }
    
    .text-3xl {
        font-size: 32px;
        line-height: 44px;
    }
    
    .text-3xl-mob {
        font-family: "Raleway";
        font-weight: 700;
        font-size: 32px;
        line-height: 44px;
    }
    
    .text-4xl_mobile {
        font-family: "Raleway";
        font-weight: 700;
        font-size: 44px;
        line-height: 60px;
    }
    
    .text-4xl-montserrat {
        font-size: 40px;
        line-height: 56px;
    }
    
    .text-5xl-montserrat_mobile {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 64px;
        line-height: 64px;
    }
    
    .box-sm {
        padding: 48px 20px 64px;
    }
}
/* End */


/* Start:/local/templates/landings/styles/crm-pharma.css?177193138515703*/
/* HEADER */
.navbar {
    position: fixed;
    height: 80px;
    width: 100%;
    z-index: 30;
    border-bottom: 1px solid #f4f4f4;
}

.menu-btn,
.mobile-menu,
.navbar-btn-mob,
.navbar__contacts-phone img {
    display: none;
}

.navbar__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px;
}

.navbar__contacts {
    display: flex;
}

.navbar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  height: 100%;
  list-style: none;
  padding: 0 5px;
}

.navbar__contacts-item a {
    width: max-content;
}

nav a {
  text-decoration: none;
}

.navbar__contacts-item,
.navbar__contacts-items {
    display: flex;
    align-items: center;
}

.navbar__contacts-item {
    padding: 0 20px;
    border-right: 1px solid #e9e9e9;
    gap: 13px;
}

/* ARTICLE */
article {
  padding-top: 64px;
}

/* START CONTENT */
.start-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.start-content__left,
.start-content__left_header,
.start-content__left_el,
.start-content__right {
  display: flex;
  flex-direction: column;
}

.start-content__left {
  width: 69%;
  padding-right: 10%;
  align-self: center;
  gap: 64px;
  justify-self: self-end;
}

.logo-img {
  width: 100px;
}

.start-content__left_header {
  gap: 32px;
}

.start-content__left_el {
  gap: 24px;
}

.start-content .start-content__right {
  gap: 40px;
  padding: 19%;
  background-image: url("/local/templates/landings/styles/../assets/png/Heroimage_back.png");
  background-size: cover;
  position: relative;
}

.start-content__right_el p:nth-child(1) {
  transition: all 0.6s linear;
  transform: translateY(-30%);
  opacity: 0;
}

.start-content__right_el p:nth-child(2) {
  transform: translateY(30%);
  transition: all 0.6s linear;
  opacity: 0;
}

/* BPM SOFT */
.soft {
  display: flex;
  justify-content: center;
  padding: 9% 9% 6% 9%;
  background: linear-gradient(180deg, #e9e9e9 0%, #c6c4c5 95.83%);
  border-bottom: 2px solid #F4F4F4;
}

.soft__solution {
  display: grid;
  grid-template-columns: repeat(auto-fill, 410px);
  grid-template-rows: repeat(2, 252px);
  gap: 32px;
  justify-content: center;
}

.soft__solution__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  height: 240px;
  box-sizing: border-box;
  grid-column-start: 1;
  grid-row-start: 2;
  z-index: 20;
  transition: all 0.5s linear;
}

.soft__solution__item {
  display: grid;
  grid-template-rows: 6px 1fr 6px;
}

.soft__solution_anim {
  width: 100%;
  height: 240px;
  grid-row-start: 2;
  grid-column-start: 1;
  transition: all 0.5s linear;
  opacity: 0;
}

.soft__solution__description:hover {
  margin-top: -6px;
}

.soft__solution__description:hover ~ .soft__solution_anim {
  margin-top: 6px;
  opacity: 1;
}

.soft__solution__img {
  height: 40px;
  align-self: self-end;
}

.soft_header {
  margin-bottom: 80px;
}

/* FACTORS */
.factors {
  display: grid;
  gap: 40px 24px;
  justify-content: center;
  padding: 9% 0 10% 0;
  background-image: url("/local/templates/landings/styles/../assets/png/Desktop_back.png");
  background-position: bottom;
}

.factors__features__block,
.factors__features > div {
  display: flex;
  flex-direction: column;
}
.factors__features__block {
  grid-column: span 2;
  grid-row-start: 2;
  gap: 40px;
}

.factors__features {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
}

.factors__features > div {
  gap: 8px;
}

.factors__header {
  grid-column: span 2;
}

.factors_btn {
  grid-column-start: 1;
}

/* TURNKEY_SOLUTIONS */
.turnkey__header {
  gap: 80px;
}

.turnkey__header,
.turnkey__solutions {
  display: flex;
  flex-direction: column;
}

.turnkey__solutions {
  grid-column: span 2;
  gap: 32px;
}

.turnkey__solutions li:first-child {
  margin-top: 28px;
}

.accordion {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  background: transparent;
  z-index: 10;
}

.cases-panel {
  display: none;
  overflow: hidden;
}

.panel {
  transition: all 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transform: translateY(-10%);
  padding: 0 18px;
}
.panel.active {
  opacity: 1;
  height: auto;
  transform: translateY(0);
}

/* SIMILAR TASKS */
.similar-tasks {
  gap: 48px 0;
}

.similar-tasks__header {
  grid-column: span 3;
  margin-bottom: 32px;
}

.similar-tasks__description {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.similar-tasks__benefits__el {
  display: flex;
  align-items: center;
  gap: 16px;
}

.similar-tasks__image {
  grid-column-start: 3;
  justify-self: center;
  margin-top: 10px;
}

.similar-tasks__image_mobile {
  display: none;
}

.similar-tasks ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* CASES */
.cases {
  gap: 80px 0;
}

.cases__header {
  grid-column: span 3;
}

.cases__elem {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cases__elem_pad {
  padding: 32px;
}

.cases__item__first {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
}

.cases_bg-image-first {
  background-image: url("/local/templates/landings/styles/../assets/png/blue_pills.png");
  background-size: cover;
}

.cases_bg-image-second {
  background-image: url("/local/templates/landings/styles/../assets/png/pink_pills.png");
  background-size: cover;
}

.cases .square-list {
  display: grid;
  grid-template-columns: repeat(2, 410px);
  gap: 12px;
}

.cases .square-list li {
  grid-column: 1/3;
}

.cases__item_pos {
  position: relative;
}

.cases__item__first__btn {
  position: absolute;
  bottom: 12%;
  right: 25%;
}

.cases__item__second {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}

.cases__item__second ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
}

.cases__item__second > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
}

.cases-accordion {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  background: transparent;
}

/* FOOTER */
.footer_pharma {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.footer_pharma p {
  margin: 0 5px;
}

.footer-img {
  height: 64px;
}

.footer-back-top {
  cursor: pointer;
}

/* MODAL */
.error_text {
    display: none;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  padding-top: 5%;
  left: 0;
  top: 0px;
  bottom: 0px;
  overflow: auto;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal__content {
  min-height: 50%;
  width: 440px;
  position: relative;
  background-color: #fefefe;
  padding: 40px;
  border: 1px solid #888;
  transition: all 0.3s linear;
  margin: -50% auto auto;
}

.modal__second-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.modal__second-step-block img {
  width: 64px;
}

.modal__second-step-block {
  display: none;
}

.modal__second-step-block > p {
  margin-top: 48px;
  cursor: pointer;
}

.modal__second-step-block > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.modal__first-step-block > p {
  margin-bottom: 40px;
}

.modal__content form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

#send-callback input:not(input[type="checkbox"]) {
  width: 95%;
  height: 60px;
  padding: 16px;
  box-sizing: border-box;
}

.modal__content input[type="checkbox"] {
  accent-color: #ff0000;
  width: 18px;
  height: 18px;
}

.modal__content input:focus {
  outline: none !important;
  border: 2px solid #202020;
}

.modal__checkbox {
  display: flex;
  align-items: center;
  gap: 20px;
}

.close__modal {
  position: absolute;
  top: -3.5%;
  right: -3.5%;
  cursor: pointer;
}

.form__invalid-val {
  border: 1px solid #ff0000;
}

.two-btn-line {
    display: grid;
    grid-column: span 2;
    grid-template-columns: 296px 296px;
    column-gap: 40px;
}

@media all and (max-width: 1280px) {
  .soft__solution__description {
    height: 100%;
  }

  .soft__solution_anim {
    height: 280px;
  }

  .soft__solution {
    grid-template-rows: repeat(2, 292px);
    grid-template-columns: repeat(3, 339px);
  }

  .cases .square-list {
    grid-template-columns: repeat(2, 50%);
  }
}

@media all and (max-width: 1280px) {
    .navbar__contacts-item p {
        display: none;
    }
    
    .navbar__contacts-item {
        padding: 0;
        border: none;
    }
    
    .navbar__contacts,
    .navbar__contacts-items {
        gap: 20px;
    }
    
    .navbar ul {
        padding: 0;
        gap: 20px;
    }
    
    .soft__solution__description {
        height: 100%;
    }
    
    .soft__solution_anim {
        height: 280px;
    }
    
    .soft__solution {
        grid-template-rows: repeat(2, 292px);
        grid-template-columns: repeat(3, 339px);
    }
    
    .cases .square-list {
        grid-template-columns: repeat(2, 50%);
    }
}

@media all and (max-width: 1100px) {
    .cases__item__first__btn {
        position: initial;
    }
    
    .soft__solution {
        grid-template-columns: repeat(auto-fill, 339px);
    }
}

@media all and (max-width: 920px) {
    .two-btn-line {
        display: block;
    }
    .two-btn-line .btn-block.btn-block_lg {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 800px) {
    .menu-close,
    .menu-btn,
    .navbar-btn-mob {
        display: block;
    }
    
    .navbar__contacts .btn-email {
        display: none;
    }
    
    .navbar__items {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        padding: 0 20px 30px;
        gap: 24px;
    }
    
    .mobile-menu {
        display: flex;
        position: fixed;
        width: 100%;
        padding: 16px 0;
        z-index: 31;
        box-sizing: border-box;
        height: 64px;
        background-color: #ffffff;
    }
    
    .menu-btn img {
        position: absolute;
        left: 20px;
    }
    
    .navbar-btn-mob {
        position: absolute;
        right: 20px;
    }
    
    .navbar {
        transition: all 0.3s linear;
        opacity: 0;
        z-index: -1;
        height: auto;
        top: 0;
        padding-top: 64px;
    }
    
    .navbar__contacts-phone {
        display: flex;
    }
    
    .navbar__contacts-phone img {
        display: block;
    }
    
    .navbar__items ul {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        padding-bottom: 24px;
        width: 100%;
        border-bottom: 1px solid #c1c1c1;
    }
    
    .navbar_active {
        opacity: 1;
        z-index: 30;
        background-color: #ffffff;
    }
    
    .navbar__contacts-item p {
        display: block;
    }
    
    .navbar__contacts-items {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 28px;
    }
    
    .navbar_active .menu-btn img {
        display: none;
    }
    
    nav hr {
        display: none;
    }
    
    .navbar-bg {
        display: none;
        position: fixed;
        height: 100vh;
        width: 100%;
        z-index: 30;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        top: 0;
    }
    
    .modal__content input[type="text"] {
        height: 60px;
        padding: 16px;
        box-sizing: border-box;
    }
    
    .modal__content {
        padding: 20px;
        width: 300px;
    }
    
    .close__modal {
        top: -3%;
        right: -3%;
    }
    
    .start-content,
    .similar-tasks__image_mobile {
        display: block !important;
    }
    
    .similar-tasks__header {
        margin: 0;
    }
    
    .start-content__left {
        width: auto;
        padding: 20px;
    }
    
    .start-content__right {
        background-position: right bottom;
        padding: 40px 15px;
    }
    
    .start-content__right_el {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    .start-content__right_el p:first-child {
        min-width: 100px;
        word-wrap: break-word;
    }
    
    .start-content__right_el p:nth-child(1) {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
    
    .start-content__right_el p:nth-child(2) {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
    
    .soft {
        padding: 48px 20px 0 20px;
    }
    
    .soft_block {
        width: auto;
    }
    
    .soft_header {
        margin-bottom: 40px;
    }
    
    .soft__solution {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;
    }
    
    .soft__solution__item,
    .factors,
    .turnkey,
    .similar-tasks,
    .cases,
    .cases .square-list,
    .factors__features,
    .cases__item__second > div {
        display: flex;
        flex-direction: column;
    }
    
    .panel {
        display: none;
        overflow: hidden;
        opacity: 1;
        height: auto;
        transform: translateY(0%);
    }
    
    .soft__solution__description:hover {
        margin-top: 0;
    }
    
    .pills_bg_block_mobile {
        width: 100%;
        height: 540px;
        background-image: url("/local/templates/landings/styles/../assets/png/Desktop_back.png");
        background-position: 68% 10%;
        background-size: cover;
    }
    
    .factors {
        padding: 0 20px 48px 20px;
        background-color: #ececec;
        background-image: none;
    }
    
    .similar-tasks__image_mobile img {
        width: 96px;
        height: 96px;
    }
    
    .similar-tasks__description__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .similar-tasks__image,
    .hr_mobile,
    .soft__solution_anim {
        display: none;
    }
    
    .cases__item__first__btn {
        position: inherit;
    }
    
    .factors__features__block,
    .cases,
    .cases__elem {
        gap: 32px;
    }
    
    .turnkey__header,
    .start-content__left,
    .factors {
        gap: 40px;
    }
    
    .turnkey,
    .similar-tasks {
        gap: 48px;
    }
    
    .similar-tasks__benefits {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .cases {
        padding: 48px 0;
    }
    
    .cases__header,
    .cases__elem .text-2xl {
        padding: 0 20px;
    }
    
    .cases_bg-image-first,
    .cases_bg-image-second {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 -7%;
    }
    
    .cases_bg-image-first {
        background-image: none;
        background-color: #d5ebf9;
    }
    .cases_bg-image-second {
        background-image: none;
        background-color: #e9e9eb;
    }
    
    .cases__item__first__btn {
        bottom: 0;
        right: 0;
    }
    
    .cases__item__second,
    .cases_bg-image-first,
    .cases_bg-image-second,
    .cases__item__first {
        padding: 20px 40px;
    }
    
    .cases-btn {
        padding-left: 20px;
    }
    .cases__item__first {
        position: relative;
    }
    
    .header-bg-mob-block {
        width: 100%;
        height: 100px;
        position: absolute;
        right: 0;
        top: 0;
        background-size: cover;
    }
    
    .cases-bg-first {
        background-image: url("/local/templates/landings/styles/../assets/png/blue_pills.png");
    }
    
    .cases-bg-second {
        background-image: url("/local/templates/landings/styles/../assets/png/pink_pills.png");
    }
    
    .cases__item__first p {
        z-index: 2;
    }
}
/* End */
/* /local/templates/landings/styles/commonStyles.css?17405861125760 */
/* /local/templates/landings/styles/crm-pharma.css?177193138515703 */
