@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;
}

.main-img {
  margin-top: 10vh;
}

.main-analitic-h1 {
  margin-top: 5vh;
  margin-bottom: 10vh;
  font-size: 32px;
  font-weight: 700;
}

.main-row-analitic {
  display: flex;
  justify-content: end;
}

/* section type-analitic */

.div-text-type-analitic {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 50px;
}

.col-text-type-analitic {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  /* border-radius: 20px; */
  margin-top: 10vh;
  height: 335px;
}

.col-text-type-analitic-2 {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10vh;
  height: 335px;
}

.div-text-type-analitic h3 {
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin-bottom: 2vh;
}

.div-text-type-analitic p {
  font-family: "Montserrat Regular";
  font-size: 21px;
  font-weight: 400;
  color: white;
}

.div-text-type-analitic a {
  position: absolute;
  bottom: 55px;
  font-family: "Montserrat Regular";
  font-size: 19px;
  font-weight: 500;
  color: white;
  background-color: #0b1957;
  border-radius: 20px;
  padding: 5px 50px;
  text-decoration: none;
  user-select: none;
  transition: 0.5s;
}

.div-text-type-analitic a:hover {
  color: #0b1957;
  background-color: white;
  transition: 0.5s;
}

/* section type-analitic-2 */

.row-position-tracking {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.col-type-analitic-2 {
  width: 410px;
  height: 300px;
  margin-top: 3vh;
  margin: 15px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  background: rgba(251, 251, 251, 1);
  padding: 40px;
}

.col-type-analitic-2 h3 {
  font-size: 28px;
  font-weight: 700;
}

.col-type-analitic-2 p {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10vh;
}

.col-type-analitic-2 a {
  position: absolute;
  bottom: 35px;
  font-family: "Montserrat Regular";
  font-size: 19px;
  font-weight: 500;
  color: white;
  background-color: #0b1957;
  border-radius: 20px;
  padding: 5px 50px;
  text-decoration: none;
  user-select: none;
  transition: 0.5s;
}

.col-type-analitic-2 a:hover {
  color: #0b1957;
  background-color: white;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}
.col-inted-amo {
  position: relative;
}

.ul-integ {
  margin-top: 6vh;
}

.premium-integ-cart {
  position: absolute;
  left: 0;
  background-color: #0b1957;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; 
  width: 45%;
  padding: 5px;
}

.premium-integ-cart p {
    text-align: center;
    color: white;
    font-family: "Montserrat Regular";
    font-size: 18px;
    margin-bottom: 0;
}

.container-ex-p-inder-btn {
  display: flex;
  justify-content: end;
  width: 100%;
  }
  .form-check {
    width: 50%;
  }

/* section approach */

.col-infa-approach-analitic {
  padding: 30px;

  background-size: 70px;
  background-position: 90% 75%;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
  width: 310px;
}

.col-infa-approach-analitic2 {
  padding: 30px;
  background-image: url(../assets/approach-analitic-img2.svg);
  background-size: 70px;
  background-position: 95% 70%;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
  width: 310px;
}

.col-infa-approach-analitic3 {
  padding: 30px;
  background-image: url(../assets/approach-analitic-img3.svg);
  background-size: 70px;
  background-position: 90% 75%;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
  width: 310px;
}

.col-infa-approach-analitic4 {
  padding: 30px;
  background-image: url(../assets/approach-analitic-img4.svg);
  background-size: 70px;
  background-position: 90% 75%;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
  width: 310px;
}

.position-approach-div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}


.col-infa-approach-analitic h3, .col-infa-approach-analitic2 h3,
.col-infa-approach-analitic3 h3, .col-infa-approach-analitic4 h3 {
  font-size: 22px;
  font-weight: 700;
}

.col-infa-approach-analitic p, .col-infa-approach-analitic2 p,
.col-infa-approach-analitic3 p, .col-infa-approach-analitic4 p {
  font-family: "Montserrat Regular";
  font-size: 17px;
  font-weight: 400;
  margin-right: 0.2vw;
}

.row-approach h2 {
  font-family: "Pelinka";
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 2vh;
  margin-top: 10vh;
}

.approach-p {
  font-family: "Montserrat Regular";
  font-size: 26px;
  font-weight: 500;
}

/* section repotrs */
.row-reports-div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.analitic-reports-h2 {
  font-family: "Pelinka";
  margin-bottom: 5vh;
  margin-top: 10vh;
  font-size: 34px;
  font-weight: 400;
}

.reports-img {
  width: 100%;
}

.analitic-faq {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

summary {
  font-family: "Pelinka";
  display:block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  padding: 27px;
  width: 100%;
}

/* section unic-report */

.row-unic-report-analitic {
  margin-top: 15vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
}

.col-video-report-analitic {
  display: flex;
  justify-content: end;
  align-items: center;
}

.div-unic-report {
  position: relative;
}

summary:before {
  width: 25px;
  height: 25px;
}
summary {
  font-size: 18px;
}

.div-unic-report h2 {
  font-family: "Pelinka";
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 2vh;
}

.div-unic-report p {
  font-family: "Montserrat Regular";
  font-size: 17px;
  font-weight: 400;
}

.div-unic-report-button {
  position: absolute;
  bottom: 0%;
  font-family: "Montserrat Regular";
  font-size: 14px;
  font-weight: 600;
  color: white;
  background-color: #0b1957;
  border-radius: 10px;
  padding: 15px 30px;
  text-decoration: none;
  user-select: none;
  transition: 0.5s;
  border: none;
}

.div-unic-report-button:hover {
  color: #0b1957;
  background-color: white;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}
/* popup */
.modal-window-analitic {
  background-color: white;
  width: 550px;
  margin: auto;
  border-radius: 20px;
  padding: 30px;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: start;
}

/* section prices */

.cell-head-p {
  font-family: "Montserrat Regular";
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 13vh;
}

.chip-analitic {
  margin-bottom: 1vh;
  font-family:"Montserrat Regular";
  font-size: 27px;
  font-weight: 400;
}

.price-head-position-a, .price-head-position-a-1, .price-head-position-a-2 {
  position: absolute;
  bottom: -70px;
  font-family: "Montserrat Regular";
  font-size: 10px;
  font-weight: 400;
  color: white;
  background-color: #0b1957;
  border-radius: 13px;
  padding: 12px;
  text-decoration: none;
  user-select: none;
  transition: 0.5s;
  border: none;
}

.price-head-position-a:hover, .price-head-position-a-1:hover, .price-head-position-a-2:hover {
  color: #0b1957;
  background-color: transparent;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}

.head-analitic {
  position: relative;
  height: 300px;
  text-align: center;
}

.price-table {
  margin-bottom: 5vh;
}

.price-head-position-analitic {
  position: absolute;
  bottom: 75px;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat Bold";
  font-size: 25px;
}

.grid {
  position: relative!important;
}

  @media only screen and (max-width: 576px) {
    .ul-integ {
      margin-top: 4vh;
    }
    .row-atc-main-text p {
      width: 100%;
      margin-bottom:0;
    }
    .row-atc-main-text {
      display: flex;
      align-items: center;
    }
    .row-atc-main-text {
      width: 100%;
    }
    .col-type-analitic-2 {
      width: 93%;
    }
    .col-main-img {
      display: flex;
      justify-content: center;
    }
    .main-analitic-h1 {
      margin-bottom: 3vh;
      margin-top: 1vh;
    }
    .main-img {
      width: 360px;
      margin-top: 5vh;
    }
    .col-text-type-analitic {
      display: flex;
      justify-content: center;
      align-items: start;
      background-size: contain;
      margin-top: 6vh;
      height: 230px;
    }
    .col-text-type-analitic-2 {
      display: flex;
      justify-content: center;
      align-items: start;
      background-size: contain;
      height: 230px;
      width: 100%;
      margin-top: 3vh;
      margin-bottom: 3vh;
    }
    .div-text-type-analitic h3 {
      font-size: 15px;
    }
    .div-text-type-analitic p {
      font-size: 12px;
    }
    .div-text-type-analitic a {
      font-size: 12px;
      bottom: 60px;
    }
    .div-text-type-analitic {
      padding: 20px;
    }
    /* approach */
    .row-position-tracking {
      display: flex;
      flex-direction: column;
    }
    .position-approach-div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .row-approach {
      display: flex;
      justify-content: center; 
    }
    .approach-p {
      font-size: 18px;
    }
    .row-approach h2 {
      font-size: 28px;
    }
    .col-infa-approach-analitic h3 {
      font-size: 20px;
    }
    .col-infa-approach-analitic p {
      font-size: 17px;
      width: 90%;
    }
    .col-infa-approach-analitic2 p {
      font-size: 17px;
      width: 90%;
    }
    .col-infa-approach-analitic3 p {
      font-size: 17px;
      width: 90%;
    }
    .col-infa-approach-analitic4 p {
      font-size: 17px;
      width: 90%;
    }
    .col-infa-approach-analitic {
      width: 100%;
    }
    .col-infa-approach-analitic2 {
      width: 100%;
    }
    .col-infa-approach-analitic3 {
      width: 100%;
    }
    .col-infa-approach-analitic4 {
      width: 100%;
    }
    .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;
    }
    /* report */
    .div-unic-report h2 {
      font-size: 28px;
    }
    .div-unic-report p {
      font-size: 16px;
      margin-bottom: 20vh;
    }
    .div-unic-report a {
      font-size: 16px;
      bottom: 0px;
      margin-bottom: 5vh;
    }
    .col-video-report-analitic video {
      width: 100%;
      height: 100%;
      border-radius: 20px;
      margin-bottom: 10vh;
    }
    .row-unic-report-analitic {
      margin-top: 5vh;
    }
    /* reports */
    .reports-img {
      width: 100%;
      margin-bottom: 3vh;
    }
    .analitic-reports-h2 {
      margin-top: 5vh;
      margin-bottom: 2vh;
      font-size: 28px;
    }
    /* 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;
    }
    /* faq */
    .row-reports-div {
      display: flex;
      flex-direction: column;
    }
    summary {
      font-size: 15px;
      width: 96%;
      padding: 17px;
    }
    .details-omni-p {
      font-size: 15px;
    }
    summary:before {
      right: 20px;
      width: 15px;
      height: 15px;
      background-size: contain;
    }
    .h3-question {
      margin-top: 5vh;
      margin-bottom: 4vh;
    }
    .div-unic-report-button {
      bottom: 90px!important;
    }
    /* price */
    .grid {
      height: auto;
    }
    .price-table {
      margin-top: 5vh;
      margin-bottom: 5vh;
    }
    .cell {
      font-size: 10px;
      padding: 10px;
      width: 95px;
    }
    .hot {
      border-radius: 10px 10px 0 0 ;
    }
    .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: 1px;
      text-align: center;
    }
    .head-analitic .price {
      font-size: 11px!important;
    }
    .price-span-ot {
      font-size: 13px;
    }
    .price-head-position-a, .price-head-position-a-1, .price-head-position-a-2 {
      font-size: 3px;
      padding: 5px;
      border-radius: 5px;
      bottom: -30px;
      left: 15%;
      margin-bottom: 1vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .price-head-position-analitic {
      bottom: 30px!important;
    }
    .chip-analitic {
      font-size: 10px;
    }
    .cell-head-p {
      display: none;
    }
    .col-p-land-amo-price span {
      font-size: 10px;
    }
    .sub {
      font-size: 8px;
    }
    .position-row-prices-bottom {
      width: 92.5%;
    }
    .head-analitic {
      text-align: center;
      width: 95px;
      height: 100px;
      display: flex;
      justify-content: start;
      align-items: center;
    }
    .head-analitic.hot {
      display: flex;
      flex-direction: column;
      justify-content: start!important;
      align-items: center;
    }
    .feature .i {
      display: none;
    }
    .status svg  {
      width: 20px;
      height: 20px;
    }
    .atc-prices-h3 {
      font-size: 30px;
      margin-top: 0;
      margin-bottom: 5vh;
    }
    .form-check {
      width: 100%;
    }
  }
  @media only screen and (min-width: 577px) and (max-width: 992px) {
    .position-approach-div {
      display: flex;
      flex-direction: column;
    }
    .ul-integ {
      margin-top: 2vh;
    }
    /* main */
    .main-row-analitic {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
    }
    .main-img {
      width: 350px!important;
      margin: 0!important;
      margin-top: 5vh!important;
    }
    .div-main-img {
      display: flex;
      justify-content: end;
    }
    .div-unic-report-button {
      bottom: -70px;
    }
    .col-main-img {
      display: flex;
      align-items: center;
    }
    .main-analitic-h1 {
      margin-bottom: 5vh;
      margin-top: 5vh;
    }
    .row-atc-main-text {
      width: 100%;
    }
    .row-position-analitic {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
    }
    .col-text-type-analitic {
      margin-top: 5vh;
      height: 230px;
      background-size: contain;
    }
    .col-text-type-analitic-2 {
      margin-top: 5vh;
      height: 230px;
      background-size: contain;
    }
    .div-text-type-analitic h3 {
      font-size: 14px;
    }
    .div-text-type-analitic p {
      font-size: 12px;
    }
    .div-text-type-analitic a {
      font-size: 12px;
      bottom: 75px;
    }
    .div-text-type-analitic {
      padding: 25px;
    }
    .row-position-tracking {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }
    .col-type-analitic-2 {
      width: 330px;
    }
    /* approach */
    .row-approach h2 {
      margin-top: 5vh;
    }
    .position-approach-div {
      align-items: center;
      justify-content: center;
    }
    .col-infa-approach-analitic {
      background-position: 95% 50%;
      width: 90%;
    }
    .col-infa-approach-analitic2 {
      background-position: 95% 50%;
      width: 90%;
    }
    .col-infa-approach-analitic3 {
      background-position: 95% 50%;
      width: 90%;
    }
    .col-infa-approach-analitic4 {
      background-position: 95% 50%;
      width: 90%;
    }
    /* reports */
    .row-reports-div {
      display: flex;
      flex-direction: column;
    }
    .reports-img {
      width: 100%;
      margin-bottom: 4vh;
    }
    .analitic-reports-h2 {
      margin-top: 5vh;
    }
    summary:before {
      width: 25px;
      height: 25px;
      top: 30px;
      right: 25px;
    }
    .row-unic-report-analitic {
      margin-top: 7vh;
    }
    .col-video-report-analitic {
      display: flex;
      justify-content: center;
      margin-top: 10vh;
    }
    .div-unic-report a {
      bottom: -60px;
    }
    .col-video-report-analitic video {
      width: 100%;
      height: 100%;
    }
    /* price */
    .price-table {
      margin-top: 10vh;
      margin-bottom: 5vh;
    }
    .atc-prices-h3 {
      margin-bottom: 3vh;
    }
    .cell {
      font-size: 10px;
      padding: 10px;
      width: 155px;
    }
    .position-row-prices .hot {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .feature {
      text-align: left;
      width: 100%;
      font-size: 15px;
      padding: 30px 30px 30px 20px;
    }
    .col-p-land-amo-price p, .col-p-land-amo-price span {
      font-size: 13px;
      text-align: center;
    }
    .head-analitic .price {
      font-size: 18px;
    }
    .price-span-ot {
      font-size: 13px;
    }
    .price-head-position-a, .price-head-position-a-1, .price-head-position-a-2  {
      font-size: 7px;
      padding: 5px 15px;
      border-radius: 5px;
      bottom: -40px;
      left: 23px;
    }
    .chip-analitic {
      font-size: 15px;
    }
    .cell-head-p {
      display: none;
    }
    .col-p-land-amo-price span {
      font-size: 13px;
    }
    .sub {
      font-size: 10px;
    }
    .position-row-prices-bottom {
      width: 103.5%;
    }
    .head-analitic {
      text-align: center;
      width: 160px;
      height: auto;
      display: flex;
      justify-content: start;
      align-items: center;
    }
    .feature .i {
      display: none;
    }
    .status svg  {
      width: 30px;
      height: 30px;
    }
    .price-head-position-analitic  {
        bottom: 60px!important;
    }
    .atc-prices-h3 {
      font-size: 30px;
      margin-top: 0;
      margin-bottom: 5vh;
    }
    /* forma */
    .form-omni-container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .form-omni-h3-questions {
      margin-bottom: 3vh;
    }
    .form-omni-h4-questions {
      margin-bottom: 5vh;
    }
    .form-omni-input {
      margin-bottom: 1vh;
      height: 60px;
    }
    .form-omni-label {
      top: 15px;
      left: 15px;
    }
    .class-col-certificate img {
      margin-bottom: 3vh;
    }
    /* 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;
    }
    .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;
    }
    /* articles */
    .post-body h3 {
      font-size: 18px;
      margin-bottom: 2vh;
    }
    .post-body p {
      margin-bottom: 4vh;
      font-size: 18px;
    }
    .form-check {
      width: 50%;
      font-size: 11px;
    }
    .ex-a-under-btn {
      font-size: 11px;
    }
  }
  @media only screen and (min-width: 993px) and (max-width: 1365px) {
    /* approach */
    .position-approach-div {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
    .ul-integ {
      margin-top: 4vh;
    }
    .row-approach h2 {
      margin-top: 5vh;
    }
    .col-infa-approach-analitic {
      margin: 20px;
      width: 40%;
      background-position: 90% 80%;
    }
    .col-infa-approach-analitic2 {
      margin: 20px;
      width: 40%;
      background-position: 90% 80%;
    }
    .col-infa-approach-analitic3 {
      margin: 20px;
      width: 40%;
      background-position: 90% 80%;
    }
    .col-infa-approach-analitic4 {
      margin: 20px;
      width: 40%;
      background-position: 90% 80%;
    }
    /* analitic */
    .analitic-reports-h2 {
      margin-top: 5vh;
      margin-bottom: 2vh;
    }
    .col-reports-div{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .reports-img {
      display: flex;
      justify-content: center;
      min-width: 900px;
      margin-bottom: 4vh;
    }
    .analitic-faq {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 0;
    }
    /* main */
    .col-type-analitic-2 {
      width: 290px;
    }
    .main-row {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
    }
    .main-img {
      width: 550px;
      margin-top: 0;
    }
    .div-main-img {
      display: flex;
      justify-content: end;
    }
    .col-main-img {
      display: flex;
      align-items: center;
      justify-content: end;
    }
    .main-analitic-h1 {
      margin-bottom: 5vh;
      margin-top: 6vh;
    }
    .row-atc-main-text {
      width: 100%;
    }
    .col-text-type-analitic {
      width: 50%;
      background-size: contain; 
    }
    .row-position-analitic {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
    }
    .col-text-type-analitic-2 {
      width: 50%;
      background-size: contain;
    }
    .div-text-type-analitic h3 {
      font-size: 20px;
    }
    .div-text-type-analitic p {
      font-size: 14px;
    }
    .div-text-type-analitic a {
      /* position: relative;
      margin-top: 3vh; */
      font-size: 12px;
      bottom: 130px;
      border-radius: 10px;
    }
    .col-type-analitic-2 p {
      font-size: 17px;
      margin-bottom: 0;
    }
    .col-type-analitic-2 a {
      border-radius: 10px;
    }
    /* forma */
    .form-omni-container {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
    }
    .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;
    }
    /* articles */
    .post-body h3 {
      font-size: 18px;
      margin-bottom: 2vh;
    }
    .post-body p {
      margin-bottom: 4vh;
      font-size: 18px;
    }
    /* faq */
    summary {
      font-size: 20px;
    }
    .h3-question {
      margin-top: 0;
      font-size: 35px;
    }
    .details-omni-p {
      font-size: 19px;
      padding-top: 0;
    }
    /* reports */
      .row-reports-div {
      display: flex;
      flex-direction: column;
    }
    .atc-prices-h3 {
      margin-bottom: 5vh;
      margin-top: 0;
    }
    .row-unic-report-analitic {
      margin-top: 5vh;
    }
    .div-unic-report {
      margin-top: 2vh;
    }
    .div-unic-report h2 {
      font-size: 26px;
    }
    .div-unic-report p {
      font-size: 14px;
    }
    /* price */
    .price-table {
      margin-top: 10vh; 
    }
    .head-analitic {
      width: 230px;
      height: 220px;
      display: flex;
      justify-content: start!important;
      text-align: center;
    }
    .hot {
      width: 230px;
    }
    .position-row-prices .hot {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .chip-analitic {
      font-size: 24px;
    }
    .feature {
      font-size: 22px;
    }
    .feature .i {
      display: none;
    }
    .status {
      width: 230px;
    }
    .price-head-position-a, .price-head-position-a-2 {
      bottom: -70px;
      font-size: 13px;
      left: 11%;
      padding: 5px 25px;
      border-radius: 10px;
    }
    .price-head-position-a-1 {
      bottom:  -70px;
      font-size: 13px;
      left: 11%;
      padding: 5px 25px;
      border-radius: 10px;
    }
    .cell-head-p {
      display: none;
    }
    .head-analitic .price {
      font-size: 18px!important;
    }
    /* .price-head-position-analitic {
      left: 7%;
      bottom: 110px!important;
    } */
    summary:before {
      width: 30px;
      height: 25px;
      top: 30px;
      right: 30px;
    }
    .row-atc-main-text p {
      font-size: 15px;
    }
    .atc-main-col-text h1 {
      font-size: 30px;
    }
  }