  @charset "utf-8";
  @font-face {
    font-family: "Pelinka";
    src:url(../fonts/Pelinka-Bold.otf);
  }

  @font-face {
    font-family: "Montserrat Bold";
    src:url(../fonts/Montserrat-Bold.ttf);
  }

  @font-face {
    font-family: "Montserrat Medium";
    src:url(../fonts/Montserrat-Medium.ttf);
  }

  @font-face {
    font-family: "Montserrat Regular";
    src:url(../fonts/Montserrat-Regular.ttf);
  }

  body {
    color: #0b1957;
  }

  /* section main */
  .position-row-main-infa {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .col-landing-amo-img-main {
    display: flex;
    justify-content: end;
  }

  .main-row {
    margin-top: 1vh;
  }

  .col-advantages-calltracking-text h3 {
    font-family: "Pelinka";
    font-size: 16px;
    font-weight: 700;
  }

  .col-advantages-calltracking-text p {
    font-family: "Montserrat Regular";
    font-size: 14px;
    font-weight: 400;
  }

  .col-advantages-calltracking {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(251, 251, 251, 1);
    padding: 20px;
    width: 31%;
  }

  .main-e-t-e-h1 {
    font-family: "Pelinka";
    font-size: 26px;
    font-weight: 700;
    margin-top: 2vh;
  }

  .main-mc-p {
    font-family: "Montserrat Regular";
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5vh;
  }

  .landing-amo-ul-main li {
    font-family: "Montserrat Regular";
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2vh;
  }

  .col-atc-main-text {
    max-height: 240px;
  }
  .main-img {
    margin-top: 2vh;
  }


  /* section steps */

  .h1-amo-step {
    font-family: "Pelinka";
    font-size: 28px;
    font-weight: 700;
    margin-top: 5vh;
    margin-bottom: 2vh;
  }

  .p-amo-step {
    font-family: "Montserrat Regular";
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10vh;
  }

  .col-step-landing-Amo {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .col-step-landing-Amo img {
    max-width: 90px;
  }

  .row-step-landing-Amo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 1vh;
  }

  .row-step-landing-Amo h3 {
    font-family: "Pelinka";
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .row-step-landing-Amo p {
    font-family: "Montserrat Regular";
    font-size: 16px;
    font-weight: 400;
    width: 75%;
  }

  .parent-row-step-amo {
    margin-bottom: 10vh;
  }

  /* section trust */

  .h3-trusted {
    font-family: "Pelinka";
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 1vh;
  }

  .p-trusted {
    font-family: "Montserrat Regular";
    font-size: 25px;
    font-weight: 400;
  }

  .row-display-certificate {
    margin-top: 6vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
  }

  .class-col-certificate img {
    max-width: 630px;
    height: 490px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
  }

  /* section price */

  .land-amo-price-h3 {
    margin-bottom: 2vh;
    font-family: "Pelinka";
    font-size: 37px;
    font-weight: 700;
  }

  .land-amo-price-p {
    font-family: "Montserrat Regular";
    font-size: 25px;
    font-weight: 400;
  }

  .col-p-land-amo-price p {
    font-family: "Montserrat Regular";
    font-size: 17px;
    font-weight: 500;
  }

  .sub {
    font-size: 12px;
  }

  .head .chip {
    margin-bottom: 1vh;
    font-size: 18px;
  }

  .col-p-land-amo-price span {
    font-family: "Montserrat Bold";
    font-size: 17px;
    font-weight: 900;
  }

  .price-head-position-crm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    font-size: 31px;
    font-weight: 700;
    font-family: "Montserrat Bold";
  }

  .col-p-land-amo-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cell {
    font-family: "Montserrat Regular";
    font-size: 17px;
    font-weight: 500;
  }

  .land-amo-price-div-a {
    margin-top: 5vh;
    display: flex;
    justify-content: center;

  }

  .land-amo-price-a {
    text-decoration: none;
    user-select: none;
    background-color: #0b1957;
    color: white;
    border-radius: 15px;
    padding: 15px 25px;
    font-family: "Montserrat Regular";
    font-size: 17px;
    font-weight: 500;
    transition: 0.5s;
  }

  .land-amo-price-a:hover {
    background-color: transparent;
    color: #0b1957;
    transition: 0.5s;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  }


  .price-sell{
    padding: 5px 15px;
    margin-bottom: 1vh;
    font-size: 13px;
  }

  .cell {
    padding: 10px;
  }

  .col-p-land-amo-price p {
    margin-bottom: 0;
  }
  /* section one-team */


  .h3-integr-amo {
    margin-top: 10vh;
    font-size: 37px;
    font-weight: 700;
    font-family: "Pelinka";
    margin-bottom: 3vh;
  }

  .p-integr-amo {
    font-size: 24px;
    font-weight: 400;
    font-family: "Montserrat Regular";
  }

  .col-integ-amo {
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    background: rgba(196, 196, 196, 0.08);
    padding: 30px;
    width: 32%;
    min-height: 500px;
    animation-duration: 0.5s;
    animation-name: anim-reserve;
    bottom: 0px;
  }

  .row-for-col-integ {
    margin-top: 5vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .div-for-h4-img-integ {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    margin-bottom: 2vh;
  }

  .h4-integ-cart {
    font-family: "Pelinka";
    font-size: 25px;
    font-weight: 700;
  }

  .p-integ-cart {
    font-family: "Montserrat Regular";
    font-size: 16px;
    font-weight: 500;
  }

  .p-certificate-integ-land-amo {
    font-family: "Montserrat Bold";
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 11vh;
  }

  .ul-integ {
    margin-bottom: 3vh;
  }

  .ul-integ li {
    font-family: "Montserrat Regular";
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.5vh;
  }

  .p-integ-amo-sum {
    position: absolute;
    bottom: 70px;
    font-family: "Montserrat Regular";
    font-size: 18px;
    font-weight: 200;
  }

  .p-integ-amo-sum-1 span {
    font-family: "Montserrat Bold";
    font-size: 18px;
    font-weight: 200;
  }


  .div-a-integ, .div-a-integ1, .div-a-integ2 {
    position: absolute;
    bottom: 20px;
    width: 85%;
    display: flex;
    justify-content: center;
    text-decoration: none;
    user-select: none;
    text-align: center;
    background-color: #0B1956;
    font-size: 15px;
    font-family: "Montserrat Regular";
    border-radius: 15px;
    padding: 15px 20px;
    transition: 0.5s;
    color: white;
    font-weight: 100;
    transition: 0.5s;
    border: none;
  }

  .div-a-integ:hover , .div-a-integ1:hover , .div-a-integ2:hover {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: rgba(66, 108, 194, 1);
    transition: 0.5s;
    color: white;
  }


  .p-integ-amo-sum {
    font-family: "Montserrat Regular";
    font-size: 18px;
    font-weight: 200;
  }

  .p-integ-amo-sum span {
    font-family: "Montserrat Bold";
    font-size: 18px;
    font-weight: 200;
  }

  .col-integ-amo:hover {
    animation-duration: 0.2s;
    color: rgba(66, 108, 194, 1);
    animation-name: anim;
    bottom: 20px;
  }


  @keyframes anim {
    from {
      bottom: 0;
    }
    to {
      bottom: 20px;
    }
  }
  @keyframes anim-reserve {
    from {
      bottom: 20px;
    }
    to {
      bottom: 0;
    }
  }

  /* section way */

  .h3-way-amo {
    font-family: "Pelinka";
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 10vh;
    margin-top: 10vh;
  }

  .div-icon-way-amo {
    display: flex;
    flex-direction: column;
    width: 150px;
  }

  .img-way-amo {
    width: 70px;
  }

  .div-text-way-amo {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }


  .h4-way-amo {
    font-family: "Montserrat Bold";
    font-size: 27px;
    font-weight: 700;
  }

  .p-way-amo {
    font-family: "Montserrat Regular";
    font-size: 18px;
    font-weight: 400;
    width: 80%;
  }

  .div-way {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: start;
  }

  #step-1 {
    margin-bottom: 110px;
  }

  #step-2 {
    margin-bottom: 100px;
  }

  #step-3 {
    margin-bottom: 102px;
  }

  #step-4 {
    margin-bottom: 140px;
  }

  #step-5 {
    margin-bottom: 110px;
  }

  /*section not-all */

  .h3-not-all{
    font-family: "Pelinka";
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .p-not-all {
    margin-top: 1vh;
    margin-bottom: 3vh;
    font-family: "Montserrat Regular";
    font-size: 29px;
    font-weight: 400;
  }

  /*section partner */

  .h3-partner {
    margin-top: 5vh;
    font-family: "Pelinka";
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .p-partner {
    font-family: "Montserrat Regular";
    font-size: 29px;
    font-weight: 400;
    margin-top: 1vh;
    /* width: 90%; */
    width: 100%;
  }

  .class-col-img-partner {
    display: flex;
    justify-content: space-around;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .class-col-img-partner-uis {
    display: flex;
    justify-content: space-around;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .img-partner-uis {
    width: 250px;
  }

  /* section form */

  .form-omni-h3-questions {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 3vh;
  }

  .form-omni-h4-questions {
    font-family: "Montserrat Regular";
    font-size: 29px;
    font-weight: 100;
  }

  .form-omni-h4-questions span {
    font-size: 29px;
  }

  .h3-ex-contact {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
  }


  .modal-window {
    background-color: white;
    width: 1000px;
    margin: auto;
    border-radius: 20px;
    padding: 30px;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: start;
  }
  .modal-window-ete {
    background-color: white;
    width: 35%;
    margin: auto;
    border-radius: 20px;
    padding-top: 4vh;
    padding-bottom: 4vh;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: start;
  }
  .modal-window-demo {
    background-color: white;
    width: 500px;
    margin: auto;
    border-radius: 20px;
    padding: 30px;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: start;
  }
  .form-omni-a-popup-demo {
    text-align: center;
    text-decoration: none;
    user-select: none;
    color: white;
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat Regular";
    padding: 15px 5px;
    border-radius: 15px;
    background: rgba(11, 25, 86, 1);
    letter-spacing: 1px;
    transition: 0.5s;
    border: 1px solid #0B1956;
    width: 1000%;
    margin: 10px;
    margin-left: 0;
    transition: 0.3s;
    border: none  ;
  }
  .form-omni-a-popup-demo:hover {
    background-color: transparent;
    transition: 0.3s;
    color: #0B1956;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    border: none;
    font-weight: 700;
  }
  .position-button-popup {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
  .ul-integ-popup {
    color: rgba(66, 108, 194, 1);
    font-family: "Montserrat Regular";
    font-size: 18px;
    font-weight: 500;
    width: 80%;
  } 
  .p-integ-cart-popup{
    color: rgba(66, 108, 194, 1);
    font-family: "Montserrat Regular";
    font-size: 16px;
    font-weight: 500;
    width: 80%;
  }
  .h4-integ-cart-popup {
    color: rgba(66, 108, 194, 1);
    font-family: "Pelinka";
    font-size: 35px;
    font-weight: 700;
  }
  .p-integ-amo-sum-1-popup {
    font-family: "Montserrat Regular";
    font-size: 22px;
    font-weight: 700;
  }
  .p-integ-amo-sum-1-popup span {
    color: rgba(66, 108, 194, 1);
    font-family: "Montserrat Regular";
    font-size: 22px;
    font-weight: 700;
  }

  .p-certificate-integ-land-amo-popup {
    color: rgba(66, 108, 194, 1);
    font-family: "Montserrat Regular";
    font-size: 18px;
    font-weight: 700;
  }

  /* forma-for-popup */
  .form-omni-container-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-omni-h3-questions-popup {
    font-family: "Pelinka";
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3vh;
    margin-top: 0;
  }

  .form-omni-container-popup {
    padding: 0;
  }
/* Модалки .model-1, .model-2, .model-3 — обновлённые стили */
.model, .model-1, .model-2, .model-3 {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10000;
  visibility: hidden;
}

.model-1.is-open, .model-2.is-open, .model-3.is-open {
  display: flex;
  visibility: visible;
}

.model-1 .modal-window,
.model-2 .modal-window,
.model-3 .modal-window {
  background: #fff;
  border-radius: 16px;
  max-height: 90vh;
  overflow-y: auto;
  width: min(920px, 96vw);
  padding: 28px 24px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  z-index: 10001;
}

@media (max-width: 576px) {
  .model-1 .modal-window,
  .model-2 .modal-window,
  .model-3 .modal-window {
    width: 96vw;
    padding: 20px 16px;
    border-radius: 12px;
  }
}

/* Модалка демо на omni_operation_ws */
.model-analitics-demo {
  position: fixed;
  inset: 0;
  display: none;                 /* скрыта по умолчанию */
  align-items: center;           /* центрирование окна */
  justify-content: center;
  background: rgba(0,0,0,.35);   /* затемнение фона */
  z-index: 10000;
  visibility: hidden;
}
.model-analitics-demo.is-open {
  display: flex;                 /* показ */
  visibility: visible;
}
/* Внутреннее окно */
.model-analitics-demo .modal-window-demo {
  background: #fff;
  border-radius: 16px;
  max-height: 90vh;
  overflow-y: auto;
  width: min(720px, 96vw);
  padding: 24px 20px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  z-index: 10001;
}

/* Модалка на странице Коллтрекинг */
.model-analitics-calltrack {
  position: fixed;
  inset: 0;
  display: none;                 /* скрыта по умолчанию */
  align-items: center;           /* центрирование окна */
  justify-content: center;
  background: rgba(0,0,0,.35);   /* подложка */
  z-index: 10000;
  visibility: hidden;
}

.model-analitics-calltrack.is-open {
  display: flex;                 /* показ */
  visibility: visible;
}

/* Внутреннее окно */
.model-analitics-calltrack .modal-window-analitic {
  background: #fff;
  border-radius: 16px;
  max-height: 90vh;
  overflow-y: auto;
  width: min(720px, 96vw);
  padding: 24px 20px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  z-index: 10001;
}

  /* calculator */


.card{border: 1px solid rgba(11, 25, 86, 0.12);border-radius: 16px;box-shadow: 0px 8px 28px 0px rgba(11, 25, 86, 0.08);background: rgba(255, 255, 255, 255);padding:20px}
.section-title{font-size: 19px;font-weight: 700;color: #0B1956;}

.field{margin:18px 0}
.label{font-weight:600;margin-bottom:8px;color:#1f2a44}
.user-row{display:flex;gap:10px;align-items:center;margin-bottom:8px}

.btn{height:42px;padding:0 14px;border-radius:12px;border:none;cursor:pointer;transition:.15s}
.btn-outline{border:1px solid var(--line);background:#fff}
.btn-outline:hover{box-shadow:0 2px 8px rgba(0,0,0,.05)}
.range{width:100%;background: #0B1956;}

.results .line-item{display:flex;align-items:center;justify-content:space-between;border: 1px solid rgba(238, 241, 245, 255);border-radius: 14px;background: rgba(255, 255, 255, 255);padding:14px 16px;}
.price{font-size:22px;font-weight:800}
.price .suffix{font-size:14px;font-weight:600;color:var(--muted)}
.compare{color:var(--muted);font-size:14px}
.compare span{text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#cbd5e1}
.badge{min-width:46px;text-align:center;border-radius:999px;background:#ffecec;color:#c53030;font-weight:700;padding:6px 10px;border:1px solid #ffd0d0}

.saving{border:2px dashed #bfe3c8;background:var(--success-bg);border-radius:16px;padding:12px 14px;margin:16px 0}
.saving-title{color:#128a4a;font-weight:700}
.saving-row{display:flex;gap:10px;align-items:baseline}
#savingValue{font-weight:800;font-size:20px;color:#128a4a}
.saving-pc{color:#22a06b;font-weight:700}
.saving-note{color:#3b556d;font-size:14px;margin-top:4px}

.cta{width:100%;height:48px;border-radius:14px;border:none;background:var(--brand);color:#fff;font-weight:800;cursor:pointer}
.cta:hover{filter:brightness(1.04)}

.fine-print{margin-top:10px;color:var(--muted);font-size:13px}
.disclaimer{margin-top:16px;color:#334155}

.row-calculator {
  display: flex;
  justify-content: space-between;
}

.num-input {
  width: 20%;
  box-sizing: border-box;
  border: 1px solid rgba(11, 25, 86, 1);
  border-radius: 10px;
  text-align:start;
  padding-left:10px;
  font-weight:600;
  height: 40px;
  font-family: "Montserrat Regular";
}

  .col-calculator-choice {
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 49px -5px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);
  }
  .user-row{
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .btn-change-count-user {
    font-family: "Montserrat Regular";
    font-size: 22px;
    border: 1px solid rgba(11, 25, 86, 1);
    border-radius: 10px;
    box-shadow: 0px 0px 49px -5px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    width: 7%;
    height: 40px;
  }

  .label-count-user, .label-tarif, .label-license {
    color: rgba(11, 25, 86, 1);
    font-family: "Montserrat Regular";
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 1vh;
  }

  .seg-btn {
    border-radius: 10px;
    padding:10px 16px;
    border: 1px solid rgba(11, 25, 86, 1);
    background:#fff;
    cursor:pointer;
    transition:.15s;
    font-weight:600;
    color: #0B1956;
    font-family: "Montserrat Regular";
  }

   /* .seg-btn:focus {
    border: 1px solid rgba(11, 25, 86, 1);
    background:#0B1956;
    color: white;
    transition:.15s;
   } */
   .seg-btn.is-selected {
    border: 1px solid rgba(11, 25, 86, 1);
    background:#0B1956;
    color: white;
    transition:.15s;
  }

/* краткая анимация при смене выбора */
    @keyframes pulseOnce {
      0% { transform: scale(1); }
      40% { transform: scale(1.04); }
      100% { transform: scale(1); }
    }
    .seg-btn.just-changed {
      animation: pulseOnce .28s ease-out;
    }

   .h2-terms-of-purchase {
    color: rgba(11, 25, 86, 1);
    font-family: "Pelinka";
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 3vh;
    margin-top: 5vh;
   }
   .cta-button {
    border-radius: 12px;
    background: rgba(11, 25, 86, 255);
    padding: 15px;
    transition: 0.3s;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    user-select: none;
    font-family: "Montserrat Regular";
   }

   .cta-button:hover {
    border-radius: 12px;
    background: transparent;
    color: #0B1956;
    border: none;
    transition: 0.3s;
    box-shadow: 0px 0px 49px -5px rgba(0, 0, 0, 0.25);
   }

.seg-btn.active-tariff {
    border: 1px solid rgba(11, 25, 86, 1);
    background:#0B1956;
    color: white;
    transition:.15s;
}



  @media only screen and (max-width: 576px) {
    .col-advantages-calltracking {
      width: 95%!important;
    }
    .main-e-t-e-h1 {
      font-size: 25px;
      margin-top: 2vh;
    }
    .main-img {
      width: 350px;
      margin-top: 3vh;
    }
    .main-mc-p {
      font-size: 14px;
    }
    .main-row {
      display: flex;
      flex-direction: column;
    }
    .main-chattrack-a {
      font-size: 13px;
      padding: 14px 30px;
    }
    .col-landing-amo-img-main {
      display: flex;
      align-items: end;
      justify-content: end;
    }
    .col-advantages-calltracking {
      margin-top: 1vh;
    }
    .form-omni-container {
      display: flex;
      flex-direction: column;
    }
    .form-omni-h3-questions {
      font-size: 30px;
      text-align: center;
    }
    .form-omni-h4-questions, .form-omni-h4-questions span {
      font-size: 20px;
      text-align: center;
      margin-bottom: 3vh;
    }
    .form-omni-label {
      font-size: 16px;
      top: 15px;
      left: 15px;
    }
    .position-row-main-infa {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
    .col-advantages-calltracking {
      width: 80%;
    }
    .col-advantages-calltracking-text h3 {
      font-size: 16px;
    }
    .col-advantages-calltracking-text p {
      font-size: 12px;
    }
    /* integ */
    .h3-integr-amo {
      font-size: 27px;
      margin-top: 5vh;
    }
    .p-integr-amo {
      font-size: 17px;
    }
    .h4-integ-cart {
      font-size: 20px;
    }
    .p-integ-cart {
      font-size: 15px;
    }
    .ul-integ li {
      font-size: 14px;
    }
    .p-certificate-integ-land-amo {
      font-size: 16px;
    }
    .col-integ-amo {
      width: 100%;
      margin-bottom: 5vh;
    }
    .p-integ-amo-sum-1 {
      bottom: 100px;
    }
    .row-for-col-integ {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
    }
    .h3-way-amo {
      font-size: 25px;
      margin-top: 1vh;
    }
    #step-1 {
      margin-bottom: 80px;
    }
    #step-2 {
      margin-bottom: 30px;
    }
    #step-3 {
      margin-bottom: 40px;
    }
    #step-4 {
      margin-bottom: 110px;
    }
    #step-5 {
      margin-bottom: 60px;
    }
    .div-text-way-amo {
      max-width: 65%;
    }
    .p-way-amo {
      font-size: 12px;
      width: 100%;
    }
    .h4-way-amo {
      font-size: 15px;
    }
    .img-way-amo {
      width: 60px;
    }
    .div-icon-way-amo {
      width: 100px;
    }
    .h3-not-all {
      font-size: 26px;
    }
    .p-not-all {
      font-size: 14px;
      margin-top: 10px;
    }
    .h3-partner {
      font-size: 27px;
      margin-top: 2vh;
    }
    .p-partner {
      font-size: 16px;
    }
    .img-partner {
      width: 240px;
      height:auto;
    }
    .img-partner-uis {
      margin-top: 5vh;
      width: 180px;
    }
    .class-col-img-partner {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 1vh;
    }
    .class-col-certificate img {
      width: 90%;
    }
    /* popup */
    .col-popup-text-none {
      display: none;
    }
    .form-omni-h3-questions-popup {
      font-size: 23px;
    }
  /* form */
    .h3-ex-contact, .h3-ex-contact span {
      font-size: 34px;
      margin-top: 2vh;
    }
    .p-ex-contact-2 {
      font-size: 18px;
      margin-top: 1vh;
    }
    .ex-form-label {
      font-size: 14px;
    }
    .ex-our-inf {
      display: none;
    }
    .ex-form-group {
      margin-top: 2vh;
    }
    #registrationForm {
      padding-top: 0;
    }
    .ex-p-inder-btn, .ex-p-inder-btn a {
      font-size: 16px;
    }
    /* articles */
    .article-h2 {
      font-size: 30px;
    }
    .article-p {
      font-size: 18px;
    }
    .articles {
      display: flex;
      flex-direction: column;
      margin-top: 1vh;
    }
    /* footer */
    .footer-li a {
      font-size: 13px;
    }
    .container-footer {
      margin-top: 3vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .footer-col-2 {
      margin-top: 3vh;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .row-icon {
      display: flex;  
      flex-direction: row;
      justify-content: space-evenly;
      align-items: center;
    }
    .footer-link a{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .footer-link p {
      text-align: center;
      font-size: 12px;
    }
    .info-footer a {
      font-size: 16px;
    }
    .info-footer img {
      width: 30px;
    }
    .container-footer p {
      font-size: 15px;
    }
    .row-icon img {
      width: 30px;
    }
    .row-icon a {
      display: flex;
      justify-content: center;
    }
    .footer-adress {
      width: 70%;
      margin-bottom: 2vh;
    }
    /* certificate */
    .p-trusted {
      font-size: 16px;
      margin-bottom: 0;
    }
    .class-col-certificate img {
      width: 390px;
      max-height: 300px;
      margin-top: 3vh;
    }
    .row-display-certificate {
      display: flex;
      flex-direction: column;
      margin-top: 0;
    }
    /* step */
    .h1-amo-step {
      font-size: 23px;
    }
    .p-amo-step {
      font-size: 12px;
      margin-bottom: 5vh;
    }
    .row-step-landing-Amo p {
      font-size: 13px;
    }
    .row-step-landing-Amo {
      display: flex;
      align-items: start;
    }
    .row-step-landing-Amo h3 {
      font-size: 15px;
      width: 50%;
    }
    .parent-row-step-amo {
      margin-bottom: 0;
      width: 100%;
    }
    .col-step-landing-Amo {
      margin-bottom: 5vh;
    }
    /* price */
    .cell {
      font-size: 10px;
      padding: 10px;
      width: 95px;
    }
    .position-row-prices .hot {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .feature {
      text-align: left;
    }
    .col-p-land-amo-price p, .col-p-land-amo-price span {
      font-size: 10px;
      text-align: center;
    }
    .price {
      font-size: 10px;
    }
    .price-head-position-crm {
      position: absolute;
      width: 100%;
      font-size: 20px;
    }
    .head .chip {
      margin-bottom: 1vh;
      font-size: 9px;
      padding: 10px;
      text-align: center;
      align-items: center;
    }
    .price-sell {
      padding: 5px 5px;
      margin-bottom: 1vh;
      font-size: 6px;
    }
    .col-p-land-amo-price span {
      font-size: 10px;
    }
    .sub {
      font-size: 8px;
    }
    .grid {
      width: 90px;
    }
    .position-row-prices {
      width: 80px;
      height: auto;
    }
    .position-row-prices-bottom {
      width: 375px;
    }
    .land-amo-price-h3 {
      font-size: 30px;
      margin-bottom: 1vh;
    }
    .land-amo-price-p {
      font-size: 21px;
    }
    .hot {
      display: flex;
      justify-content: start;
    }
    .price-table {
      margin-top: 10vh;
    }
   .modal-window-ete {
      width: 100%;
    }
    .modal-window-ete {
      /* width: 65%; */
    }
    .seg-btn {
      margin: 3px;
    }
    .col-calculator-choice {
      margin-bottom: 5vh;
    }
  }
  @media only screen and (min-width: 577px) and (max-width: 992px) {
    /* main */
    #secion-main-landingAmoCRM {
      padding-bottom: 0;
      background-size: cover;
    }
    .main-row {
      display: flex;
      flex-direction: column!important;
      margin-bottom: 0;
    }
    .main-img {
      width: 60%;
    }
    .main-e-t-e-h1 {
      margin-top: 5vh;
      font-size: 30px;
    } 
    .main-mc-p {
      font-size: 20px;
      margin-top: 2vh;
    }
    .landing-amo-ul-main li {
      font-size: 20px;
    }
    .main-img {
      margin: 2vh;
    }
    .col-landing-amo-img-main {
      display: flex;
      justify-content: end;
    }
    .main-chattrack-a {
      padding: 20px 70px;
    }
    .position-row-main-infa {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
    .col-advantages-calltracking {
      width: 45%;
    }
    .col-advantages-calltracking-text h3 {
      font-size: 15px;
    }
    .col-advantages-calltracking-text p {
      font-size: 13px;
    }
    .col-advantages-calltracking {
      padding: 0;
    }
    /* integ */
    .row-for-col-integ {
      margin-top: 5vh;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .col-integ-amo {
      margin-bottom: 4vh;
      height: 570px;
      width: 65%;
    }
    .ul-integ {
      margin-top: 4vh!important;
    }
    .ul-integ li {
      font-size: 18px;
      margin-bottom: 1vh;
    }
    .h3-integr-amo {
      margin-top: 5vh;
    }
    /* not-all */
    .p-not-all {
      font-size: 25px;
    }
    /* step */
    .row-step-landing-Amo h3 {
      width: 90%;
      font-size: 23px;
    }
    .row-step-landing-Amo p {
      width: 90%;
      font-size: 20px;
      margin-bottom: 1vh;
    }
    .parent-row-step-amo {
      margin-bottom: 0;
    }
    .col-step-landing-Amo {
      margin-bottom: 3vh;
    }
    .p-amo-step {
      margin-bottom: 5vh;
    }
    /* popup */
    .modal-window {
      display: flex;
      flex-direction: row;
    }
    
    .h4-integ-cart-popup {
      font-size: 24px;
    }
    .ul-integ-popup li {
      font-size: 17px;
    }
    .form-omni-h3-questions-popup {
      font-size: 24px;
    }
    /* certificate */
    .row-display-certificate {
      display: flex;
      flex-direction: column;
    }
    /* forma */
    .form-omni-container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .form-omni-h3-questions {
      margin-bottom: 3vh;
      font-size: 28px;
    }
    .form-omni-h4-questions, .form-omni-h4-questions span {
      margin-bottom: 5vh;
      font-size: 23px;
    }
    .form-omni-input {
      margin-bottom: 1vh;
      height: 60px;
    }
    .form-omni-label {
      top: 15px;
      left: 15px;
    }
    .class-col-certificate img {
      margin-bottom: 3vh;
    }
    /* partner */
    .p-partner {
      font-size: 23px;
      width: 95%;
    }
      /* form */
    .h3-ex-contact, .h3-ex-contact span {
      font-size: 34px;
    }
    .ex-p-inder-btn, .ex-p-inder-btn a {
      font-size: 13px;
      width:48%;
    }
    /* articles */
    .articles {
      margin-top: 3vh;
    }
    .post-body h3 {
      font-size: 18px;
      margin-bottom: 2vh;
    }
    .btn-more-wrap {
      margin-bottom: 5vh;
    }
    /* way */
    .h4-way-amo {
      font-size: 24px;
    }
    .p-way-amo {
      font-size: 16px;
    }
    .div-text-way-amo {
      width: 80%;
    }
    #step-1 {
      margin-bottom:90px;
    }
    #step-2 {
      margin-bottom: 60px;
    }
    #step-3 {
      margin-bottom: 65px;
    }
    .h3-way-amo {
      margin-top: 5vh;
      margin-bottom: 5vh;
    }
    /* price */
    .grid {
      position: relative;
    }
    .cell {
      font-size: 14px;
      padding: 10px;
      width: 160px;
    }
    .position-row-prices .hot {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 160px;
    }
    .feature {
      text-align: left;
    }
    .col-p-land-amo-price p, .col-p-land-amo-price span {
      font-size: 12px;
      text-align: center;
    }
    .price-head-position-crm {
      font-size: 22px;
    }
    .head .chip {
      margin-bottom: 1vh;
      font-size: 12px;
      padding: 10px;
      text-align: center;
      align-items: center;
    }
    .price-sell {
      padding: 10px 10px;
      margin-bottom: 1vh;
      font-size: 10px;
      margin-top: 2vh;
    }
    .col-p-land-amo-price span {
      font-size: 15px;
    }
     .sub {
      font-size: 13px;
     }
    .position-row-prices {
      height: auto;
    }
    .position-row-prices-bottom {
      width: 720px;
    }
    .land-amo-price-h3 {
      font-size: 30px;
      margin-bottom: 1vh;
    }
    .land-amo-price-p {
      font-size: 20px;
    }
    .hot {
      width: 120px;
    }
    .head {
      text-align: center;
      height: 190px;
      width: 160px;
      padding: 0;
    }
    .price-table {
      margin-top: 5vh;
      width: 750px;
    }
    .modal-window-ete {
      width: 65%;
    }
    .col-calculator-choice {
      margin-bottom: 5vh;
    }
  }
  @media only screen and (min-width: 993px) and (max-width: 1365px) {
    /* integ */
      #secion-main-landingAmoCRM {
      padding-bottom: 5vh;
      background-size: contain;
    }
    .h3-integr-amo {
      margin-top: 5vh;
      margin-bottom: 2vh;
      font-size: 40px;
    }
    .h4-integ-cart {
      font-size: 20px;
    }
    .p-integ-cart {
      font-size: 17px;
    }
    .ul-integ li {
      font-size: 16px;
      margin-bottom: 0.5vh;
    }
    .row-for-col-integ {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
    }
    .col-integ-amo {
      margin: 20px;
      width: 45%;
    }
    /* not-all */
    .h3-not-all {
      margin-top: 3vh;
      font-size: 40px;
    }
    /* forma */
    .form-omni-container {
      display: flex;
      flex-direction: row;
      align-items: start;
    }
    .form-omni-h3-questions {
      font-size: 40px;
    }
    .form-omni-h4-questions {
      margin-bottom: 3vh;
    }
    .form-omni-input {
      height: 65px;
      margin-bottom: 1vh;
    }
    .form-omni-a {
      height: 65px;
    }
    .form-omni-label {
      font-size: 25px;
      top: 15px;
      left: 15px;
    }
    /* partner */
    .img-partner-uis {
      height:  120px;
    }
    /* articles */
    .post-body h3 {
      font-size: 18px;
      margin-bottom: 2vh;
    }
    .post-body p {
      margin-bottom: 4vh;
      font-size: 18px;
    }
    /* step */
    .row-step-landing-Amo h3 {
      width: 60%;
      font-size: 33px;
    }
    .row-step-landing-Amo p {
      font-size: 25px;
    }
    .col-step-landing-Amo img {
      min-width: 100px;
    }
    .col-step-landing-Amo {
      margin-bottom: 5vh;
    }
    .parent-row-step-amo {
      margin-bottom: 0;
    }
    .h1-amo-step {
      font-size: 30px;
    }
    .p-amo-step {
      font-size: 22px;
      margin-bottom: 6vh;
    }
    /* main */
    .landing-amo-ul-main li {
      font-size: 20px;
      margin-bottom: 1vh;
    }
    .main-mc-p {
      font-size: 16px;
    }
    .main-e-t-e-h1 {
      font-size: 30px;
      margin-bottom: 2vh;
    }
    .position-row-main-infa {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
    .col-advantages-calltracking {
      width: 45%;
    }
    .col-advantages-calltracking-text h3 {
      font-size: 22px;
    }
    .col-advantages-calltracking-text p {
      font-size: 17px;
    }
    .main-img {
      width: 400px;
    }
    /* certificate */
    .row-display-certificate {
      display: flex;
      flex-direction: column;
    }
    .class-col-certificate img {
      margin-bottom: 2vh;
      min-width: 700px;
      height: 560px;
    }
    /* way */
    .h3-way-amo {
      margin-bottom: 5vh;
      font-size: 40px;
    }
    .div-text-way-amo {
      max-width: 86%;
    }
    #step-2 {
      margin-bottom: 70px;
    }
    #step-3 {
      margin-bottom: 80px;
    }
    #step-4 {
      margin-bottom: 50px;
    }
    .p-way-amo {
      font-size: 20px;
    }
    /* price */ 
    .cell {
      font-size: 21px;
      padding: 10px;
      width: 200px;
    }
    .feature {
      text-align: left;
      width: 80%;
    }
    .col-p-land-amo-price p, .col-p-land-amo-price span {
      font-size: 18px;
      text-align: center;
    }
    .price-head-position-crm {
      font-size: 27px;
    }
    .head .chip {
      margin-bottom: 1vh;
      font-size: 18px;
      padding: 10px;
      text-align: center;
      align-items: center;
    }
    .price-sell {
      padding: 10px;
      margin-bottom: 1vh;
      font-size: 15px;
      margin-top: 2vh;
    }
    .col-p-land-amo-price span {
      font-size: 20px;
    }
     .sub {
      font-size: 15px;
    }
    .position-row-prices-bottom {
      width: 960px;
    }
    .head {
      text-align: center;
      height: 220px;
      width: 200px;
      padding: 0;
    }
    .price-table {
      margin-top: 5vh;
      width: 100%;
    }
    .grid {
      margin-top: 5vh;
    }
    .land-amo-price-a {
      font-size: 22px;
    }
    .modal-window-ete {
      width: 65%;
    }
    .seg-btn {
      margin: 5px;
    }
  }