@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  */

.main-e-t-e-h1 {
  font-family: "Pelinka";
  font-size: 32px;
  font-weight: 400;
  margin-top: 5vh; 
}

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

.row-atc-main-text p {
  font-family: "Montserrat Regular";
  font-size: 14px;
  font-weight: 500;
}

.main-e-t-e-a {
  background-color: rgba(24, 166, 107, 1);
  font-family: "Montserrat Regular";
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  transition: 0.2s;
  padding: 20px 25px;
  border-radius: 13px;
  color: white;
}

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

.main-img-ete {
  margin-top: 5vh;
}

/* section system-of-uis */

.row-e-t-e-system {
  margin-top: 15vh;
}

.row-e-t-e-system h2 {
  font-family: "Pelinka";
  font-size: 30px;
  font-weight: 400;
}

.row-e-t-e-system p {
  font-family: "Montserrat Regular";
  font-size: 19px;
  font-weight: 400;
  margin-top: 3vh;
}

.row-e-t-e-system a {
  background-color: #0b1957;
  font-family: "Montserrat Regular";
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  transition: 0.2s;
  padding: 20px 35px;
  border-radius: 13px;
  color: white;
}

.row-e-t-e-system a:hover {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: transparent;
  transition: 0.5s;
  color: #0b1957;
}

.position-e-t-e-system img {
  width: 100%;
}

/* section report */

.row-e-t-e-system p {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 400;
}

/* section interface */

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

.col-omni-ws-interface h3 {
  font-family: "Pelinka";
  font-size: 20px;
  font-weight: 400;
}

/* section solution-of-uis */

.section-solutions-of-uis h2, h3 {
  font-family: "Pelinka";
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 5vh;
}

.row-solutions-of-uis {
  margin-bottom: 7vh;
}

.row-solutions-of-uis p {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 400;
}

.row-solutions-of-uis h4 {
  font-family: "Pelinka";
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 2vh;
}

.row-solutions-of-uis img {
  max-width: 650px;
}

.col-img-solutions-of-uis {
  display: flex;
  justify-content: end;
}

.p-solutions-of-uis {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 400;
  margin-top: 3vh;
}

.h3-soltions-of-uis {
  margin-bottom: 7vh;
}

/* section view-of-marketing */

.view-of-marketing-h2 {
  font-family: "Pelinka";
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 3vh;
}

.view-of-marketing-p {
  font-family: "Montserrat Regular";
  font-size: 23px;
  font-weight: 400;
}

/* section ROI */

.row-e-t-e-ROI {
  margin-top: 10vh;
}

.row-interface-e-t-e {
  display: flex;
  justify-content: center
}

.row-e-t-e-ROI h2 {
  font-family: "Pelinka";
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 5vh;
}

.row-e-t-e-ROI p {
  font-family: "Montserrat Regular";
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 5vh;
}

/* section analysis */

.row-analysis-e-t-e {
  margin-top: 5vh;
}

.row-analysis-e-t-e h2 {
  font-family: "Pelinka";
  font-size: 34px;
  font-weight: 400;
}

.col-analysis-e-t-e {
  max-height: 150px;
  margin-top: 5vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: end;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(251, 251, 251, 1);
  background-repeat: no-repeat;
  background-size: 125px;
  background-position: 5% 50%;
}

.col-analysis-e-t-e h3 {
  font-family: "Pelinka";
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 1vh;
} 

.col-analysis-e-t-e p {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 400;
} 

.col-analysis-e-t-e-1 {
  max-height: 150px;
  margin-top: 2vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: end;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(251, 251, 251, 1);
  background-image: url(../assets/e-t-e-analysis-img2.svg);
  background-repeat: no-repeat;
  background-size: 125px;
  background-position: 5% 50%;
}

.col-analysis-e-t-e-1 h3 {
  font-family: "Pelinka";
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 1vh;
}

.col-analysis-e-t-e-1 p {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 400;
}

.col-analysis-e-t-e-2 {
  max-height: 150px;
  margin-top: 2vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: end;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(251, 251, 251, 1);
  background-image: url(../assets/e-t-e-analysis-img3.svg);
  background-repeat: no-repeat;
  background-size: 125px;
  background-position: 5% 50%;
  margin-bottom: 5vh;
}

.col-analysis-e-t-e-2 h3 {
  font-family: "Pelinka";
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 1vh;
}

.col-analysis-e-t-e-2 p {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 400;
}

.col-analysis-e-t-e-text {
  margin-top: 5vh;
}

.col-analysis-e-t-e-text p {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3vh;
  margin-left: 3vw;
}

.h3-ex-contact {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 54px;
  font-weight: 100;
}

.h3-ex-contact span {
  font-size: 54px;
  font-weight: 700;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* popup */
.form-omni-h3-questions-popup-ete {
  font-size: 20px;
  margin-bottom: 2vh;
}

.form-chech-div-ete {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  margin-top: 2vh;
}

.form-check-label-ete {
  font-size: 12px;
}

.form-check-label-ete a {
  font-size: 12px;
}

.form-check-input-ete {
  width:10%;
  height: 18px;
  border-radius: 26px;
  margin-top: 0.5vh;
}
  @media only screen and (max-width: 576px) {
    .main-e-t-e-h1 {
      margin-top: 2vh;
    }
    .main-e-t-e-p {
      margin-bottom: 1vh;
    }
    .row-atc-main-text p {
      width: 100%;
      margin-bottom: 0;
    }
    .main-e-t-e-a {
      font-size: 12px;
      padding: 15px 20px;
    }
    .main-img-ete {
      width: 100%;
    }
    /* system */
    .position-e-t-e-system {
      display: flex;
      justify-content: center;
      align-items: center;
      order: 2;
    }
    .row-e-t-e-system {
      margin-top: 5vh;
    }
    .row-e-t-e-system img {
      width: 100%;
      margin-top: 4vh;
    }
    .row-e-t-e-system h2 {
      font-size: 28px;
    }
    .row-e-t-e-system p {
      font-size: 15px; 
      width: 90%;
    }
    .row-e-t-e-system a {
      font-size: 12px;
      padding: 20px 25px;
    }
    /* interface */
    .e-t-e-interface-h2 {
      margin-top: 5vh;
      margin-bottom: 3vh;
    }
    .row-interface-e-t-e {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0;
    
    }
    .col-omni-ws-interface {
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      min-width: 330px;
      height: 60%;
    }
    .col-omni-ws-interface p, .col-omni-ws-interface-s p {
      font-size: 17px;
    }
    /* solution */
    .row-solutions-of-uis img {
      width: 100%;
    }
    .col-img-solutions-of-uis {
      display: flex;
      justify-content: center;
      align-items: center;
      order: 2;
    }
    .row-solutions-of-uis {
      margin-bottom: 3vh;
    }
    .section-solutions-of-uis h2, h3 {
      margin-bottom: 3vh;
      font-size: 25px;
    }
    .h3-soltions-of-uis {
      margin-bottom: 1vh;
      margin-top: 4vh;
    }
    .row-solutions-of-uis h4 {
      font-size: 23px;
    }
    /* view */
    .view-of-marketing-h2 {
      font-size: 28px;
    }
    .view-of-marketing-p {
      font-size: 20px;
    }
    .row-e-t-e-ROI img {
      width: 100%;
    }
    /* analysis */
    .row-analysis-e-t-e h2 {
      margin-bottom: 4vh;
      font-size: 30px;
    }
    .col-analysis-e-t-e {
      margin-top: 0;
      background-size: 100px;
      padding: 15px;
      margin: 10px;
    }
    .col-analysis-e-t-e h3 {
      font-size: 17px;
    }
    .col-analysis-e-t-e p {
      font-size: 12px;
    }
    .col-analysis-e-t-e-1 {
      background-size: 100px;
      padding: 15px;
      margin: 10px;
    }
    .col-analysis-e-t-e-1 h3 {
      font-size: 17px;
    }
    .col-analysis-e-t-e-1 p {
      font-size: 12px;
    }
    .col-analysis-e-t-e-2 {
      background-size: 100px;
      padding: 15px;
      margin: 10px;
    }
    .col-analysis-e-t-e-2 h3 {
      font-size: 17px;
    }
    .col-analysis-e-t-e-2 p {
      font-size: 12px;
    }
    .col-analysis-e-t-e-text {
      margin-top: 2vh;
    }
    /* 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;
    }
  }
  @media only screen and (min-width: 577px) and (max-width: 992px) {

    /* main */
    .main-row-ete {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
    }
    .main-img-ete {
      width: 350px;
      margin-top: 2vh;
    }
    .col-main-img-e-t-e {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .atc-main-col-text h1 {
      font-size: 29px;
      margin-top: 3vh;
    }
    .main-e-t-e-p {
      font-size: 16px;
      margin-bottom: 1vh;
    }
    .row-atc-main-text p {
      width: 100%;
      font-size: 13px;
    }
    .main-e-t-e-a {
      font-size: 12px;
      padding: 15px 20px;
    }
    /* system */
    .position-e-t-e-system {
      display: flex;
      justify-content: center;
      align-items: start;
    }
    .row-e-t-e-system {
      margin-top: 7vh;
    }
    .row-e-t-e-system img {
      width: 100%;
    }
    .row-e-t-e-system h2 {
      font-size: 20px;
    }
    .row-e-t-e-system p {
      font-size: 10px; 
      width: 90%;
      margin-top: 1vh;
    }
    .row-e-t-e-system a {
      font-size: 12px;
      padding: 20px 25px;
    }
    /* interface */
    .e-t-e-interface-h2 {
      margin-top: 5vh;
      margin-bottom: 3vh;
    }
    .row-interface-e-t-e {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 0;
    }
    .col-omni-ws-interface {
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      min-width: 330px;
      height: 60%;
    }
    .col-omni-ws-interface p, .col-omni-ws-interface-s p {
      font-size: 17px;
    }
    /* solution */
    .row-solutions-of-uis img {
      width: 100%;
    }
    .col-img-solutions-of-uis {
      display: flex;
      justify-content: center;
      align-items: center;
      order: 2;
    }
    .row-solutions-of-uis {
      margin-bottom: 3vh;
    }
    .section-solutions-of-uis h2, h3 {
      margin-bottom: 3vh;
      font-size: 25px;
    }
    .h3-soltions-of-uis {
      margin-bottom: 1vh;
      margin-top: 4vh;
    }
    .row-solutions-of-uis h4 {
      font-size: 23px;
    }
    /* view */
    .view-of-marketing-h2 {
      font-size: 28px;
    }
    .view-of-marketing-p {
      font-size: 20px;
    }
    .row-e-t-e-ROI img {
      width: 100%;
    }
    /* analysis */
    .row-analysis-e-t-e h2 {
      margin-bottom: 4vh;
      font-size: 30px;
    }
    .col-analysis-e-t-e {
      background-size: 90px;
      padding: 25px;
      margin: 10px;
    }
    .col-analysis-e-t-e h3 {
      font-size: 19px;
    }
    .col-analysis-e-t-e p {
      font-size: 15px;
    }
    .col-analysis-e-t-e-1 {
      background-size: 90px;
      padding: 25px;
      margin: 10px;
    }
    .col-analysis-e-t-e-1 h3 {
      font-size: 19px;
    }
    .col-analysis-e-t-e-1 p {
      font-size: 15px;
    }
    .col-analysis-e-t-e-2 {
      background-size: 90px;
      padding: 25px;
      margin: 10px;
    }
    .col-analysis-e-t-e-2 h3 {
      font-size: 19px;
    }
    .col-analysis-e-t-e-2 p {
      font-size: 15px;
    }
    .col-analysis-e-t-e-text {
      margin-top: 2vh;
    }
    /* 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-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;
    } 
    /* articles */
    .post-body h3 {
      font-size: 18px;
      margin-bottom: 2vh;
    }
    .post-body p {
      margin-bottom: 4vh;
      font-size: 18px;
    }
    .form-check-label-ete {
      font-size: 15px;
    }
    .form-check-label-ete a {
      font-size: 15px;
    }
    .form-chech-div-ete {
      margin-top: 1vh;
    }
  }
  @media only screen and (min-width: 993px) and (max-width: 1365px) {
    
    /* main */
    .main-row-ete {
      display: flex;
      flex-direction: row;
    }
    .main-img-ete {
      width: 370px;
      margin-top: 0vh;
    }
    .col-main-img-e-t-e {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .atc-main-col-text h1 {
      font-size: 30px;
      margin-top: 1vh;
    }
    .main-e-t-e-p {
      font-size: 18px;
      margin-bottom: 1vh;
    }
    .row-atc-main-text p {
      width: 100%;
      font-size: 13px;
    }
    .main-e-t-e-a {
      font-size: 15px;
      padding: 15px 20px;
    }
    /* system */
    .position-e-t-e-system {
      display: flex;
      justify-content: center;
      align-items: start;
    }
    .row-e-t-e-system {
      margin-top: 7vh;
    }
    .row-e-t-e-system img {
      width: 100%;
    }
    .row-e-t-e-system h2 {
      font-size: 26px;
    }
    .row-e-t-e-system p {
      font-size: 13px; 
      width: 90%;
    }
    .row-e-t-e-system a {
      font-size: 15px;
      padding: 20px 25px;
    }
    /* interface */
    .e-t-e-interface-h2 {
      margin-top: 5vh;
      margin-bottom: 3vh;
    }
    .row-interface-e-t-e {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0;
    }
    .col-omni-ws-interface {
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      height: 320px;
      min-width: 200px;
    }
    .col-omni-ws-interface h3 {
      font-size: 16px;
    }
    .col-omni-ws-interface p, .col-omni-ws-interface-s p {
      font-size: 15px;
    }
    /* solution */
    .row-solutions-of-uis img {
      width: 100%;
    }
    .col-img-solutions-of-uis {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .row-solutions-of-uis {
      margin-bottom: 3vh;
    }
    .section-solutions-of-uis h2, h3 {
      margin-bottom: 3vh;
      font-size: 25px;
    }
    .h3-soltions-of-uis {
      margin-bottom: 1vh;
      margin-top: 4vh;
    }
    .row-solutions-of-uis h4 {
      font-size: 23px;
    }
    /* view */
    .view-of-marketing-h2 {
      font-size: 28px;
    }
    .view-of-marketing-p {
      font-size: 20px;
    }
    .row-e-t-e-ROI img {
      width: 100%;
    }
    /* analysis */
    .row-analysis-e-t-e h2 {
      margin-bottom: 4vh;
      font-size: 30px;
    }
    .col-analysis-e-t-e {
      background-size: 90px;
      padding: 25px;
      margin: 10px;
    }
    .col-analysis-e-t-e h3 {
      font-size: 16px;
    }
    .col-analysis-e-t-e p {
      font-size: 13px;
    }
    .col-analysis-e-t-e-1 {
      background-size: 90px;
      padding: 25px;
      margin: 10px;
    }
    .col-analysis-e-t-e-1 h3 {
      font-size: 16px;
    }
    .col-analysis-e-t-e-1 p {
      font-size: 13px;
    }
    .col-analysis-e-t-e-2 {
      background-size: 90px;
      padding: 25px;
      margin: 10px;
    }
    .col-analysis-e-t-e-2 h3 {
      font-size: 16px;
    }
    .col-analysis-e-t-e-2 p {
      font-size: 13px;
    }
    .col-analysis-e-t-e-text {
      margin-top: 2vh;
    }
    .row-e-t-e-ROI {
      margin-top: 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-label-ete {
    font-size: 15px;
  }
  .form-check-label-ete a {
    font-size: 15px;
  }
  .form-chech-div-ete {
    margin-top: 1vh;
  }
  

  }
