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

.row-info-icon-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: end;
}

.row-nav-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;  
}

.nav {
  display: flex;
  flex-direction: row;
}

.nav-inf {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1vw;
}

.nav-inf-a {
  font-size: 18px;
  color: #0B1956;
  text-decoration: none;
  font-weight: 700;
  
}

.order-call-nav {
  font-size: 13px;
  color: #0B1956;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(196, 196, 196, 0.08);
  padding: 1px 30px;
  font-family: "Montserrat Regular";

}

.site-header {
  padding: 20px;
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.7);
  backdrop-filter:blur(8px);
  border-bottom:1px solid #eef0f4;
}

.nav-link {
  text-decoration: none;
  color: #0b1957;
  font-weight: 500;
  font-family: "Montserrat Medium";
  font-size: 16px;
  float: left;
  transition: 0.3s;
}

.call-nav {
  color: #0b1957;
  text-decoration: none;
  font-size: 15px;
}

.cols-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 4vh;
  width: 220px;
  border-radius: 13px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: #fbfbfb;
  z-index: 1;
}

.dropdown-content a {
  color: rgba(11, 25, 86, 1);
  font-family: "Montserrat Regular";
  font-size: 15px;
  font-weight: 600;
  float: left;
  text-decoration: none;
  user-select: none;
  transition: 0.2s;
  border-bottom: 1px solid #0B1956;
  padding: 20px 15px 5px;
  width: 100%;
}

.dropdown-content a:hover {
  color: white;
  background-color: #0B1956;
  transition: 0.2s;
} 

.dropdown:hover .dropdown-content, .nav-link {
  display: block;
}

.dropdown2:hover .dropdown-content, .nav-link {
  display: block;
}
  
.nav-link:hover, .dropdown:hover .nav-link {
  border-radius: 13px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(245, 245, 245, 1);
  color: #0B1956;
  transition: 0.3s;
}

.nav-link:hover, .dropdown2:hover .nav-link {
  border-radius: 13px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(245, 245, 245, 1);
  color: #0B1956;
  transition: 0.3s;
}

/* section main */

.main-row-omnichanel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.main-h1 {
    font-size: 32px;
    font-weight: 700;
}

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

.main-a {
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(11, 25, 86, 1);
    color: rgba(233, 243, 255, 1);
    font-family: "Montserrat Regular";
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 60px;
    transition: 0.3s;
}

.main-a:hover {
    color:#0B1956;
    background: transparent;
    transition: 0.3s; 
}

.main-col-text {
    margin-top: 15vh;
    margin-bottom: 5vh;
}

/* section services */


.services-omni-col1 {
  position: relative;
  max-height: 689px;
  background: rgba(245, 245, 245, 1);
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: 90% 90%;
  border-radius: 26px;
  box-shadow: 0px 0px 4px 0px rgba(11, 25, 86, 0.35);
  padding: 40px;
  margin: 15px;
}

.services-omni-col2 {
  position: relative;
  max-height: 689px;
  background: rgba(245, 245, 245, 1);
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: 90% 90%;
  border-radius: 26px;
  box-shadow: 0px 0px 4px 0px rgba(11, 25, 86, 0.35);
  padding: 40px;
  margin: 15px;
}

.services-omni-col3 {
  position: relative;
  max-height: 689px;
  background: rgba(245, 245, 245, 1);
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: 90% 90%;
  border-radius: 26px;
  box-shadow: 0px 0px 4px 0px rgba(11, 25, 86, 0.35);
  padding: 40px;
  margin: 15px;
}

.services-omni-col4 {
  position: relative;
  max-height: 689px;
  background: rgba(245, 245, 245, 1);
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: 90% 90%;
  border-radius: 26px;
  box-shadow: 0px 0px 4px 0px rgba(11, 25, 86, 0.35);
  padding: 40px;
  margin: 15px;
}


.services-omni-h2 {
  font-size: 29px;
  font-weight: 700;
}

.services-omni-ul li {
  font-family: "Montserrat Regular";
  font-size: 20px;
  font-weight: 500;
  list-style-type: none;
  padding-top: 1vh;
}

.services-omni-ul {
  padding: 0;
  margin-top: 7vh;
  margin-bottom: 15vh;
}

.services-omni-a {
  position: absolute;
  bottom: 7%;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(11, 25, 86, 1);
  color: rgba(233, 243, 255, 1);
  font-family: "Montserrat Regular";
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 70px;
  transition: 0.3s;
}

.services-omni-a:hover {
  color:#0B1956;
  background: transparent;
  transition: 0.3s;
}

/* section area */
.area-omni-h2 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 5vh;
  margin-top: 10vh;
}

.position-area-div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.area-omni-col1 {
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(245, 245, 245, 1);
  margin: 20px;
  width: 30%;
}

.area-omni-div-text {
  padding: 15px;
}

.area-omni-img {
  width: 100%;
}

.area-omni-div-text h5 {
  font-size: 21px;
  font-weight: 700;
}

.area-omni-div-text h6 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 9vh;
}

.area-omni-div-text p {
  font-family: "Montserrat Regular";
  font-size: 14px;
  font-weight: 500;
}

/* section form */

.form-omni-container {
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

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

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

.form-omni-span {
  font-family: "Montserrat Bold";
  font-size: 35px;
  font-weight: 700;
}

.form-omni-label,.form-omni-label-name {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #0B1956;
  font-size: 20px;
  font-weight: 400; 
  font-family: "Montserrat Regular";
  letter-spacing: 1px;
  transition: 0.3s;
}

.form-omni-group {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}


.form-omni-input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat Regular";
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
  padding: 11px;
  border: 1px solid #0B1956;
  border-radius: 15px; 
  transition: 0.3s;
  width: 100%;
  color: #0B1956;
}


.form-omni-input:focus ~ .form-omni-label-name,
.form-omni-input:not(:placeholder-shown) ~ .form-omni-label-name {
    top: -20px;
    font-size: 12px;
}

.form-omni-div-btn {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
}

.form-omni-a {
  text-align: center;
  text-decoration: none;
  user-select: none;
  color: white;
  font-size: 16px;
  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: 100%;
  margin-top: 15px;
}

.form-omni-a:hover {
  color: #0B1956;
  background-color: transparent;
  border: 1px solid #0B1956;
}

/* section about-omni */
.about-omni {
  margin-bottom: 3vh!important;
  margin-top: 4vh!important;
}

.about-omni h5 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 45px;
}

.about-omni p {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 500;
}

.about-omni-div-img {
  display: flex;
}

.about-omni-div-img {
  display: flex;
  justify-content: end;
  max-height: 345px;
}

.about-omni-div-img1 {
  display: flex;
  justify-content: start;
  max-height: 345px;
}


/* section question */

.h3-question {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 7vh;
  margin-top: 7vh;
}


.details-omni{
  display:block;
  overflow:hidden;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  background: rgba(245, 245, 245, 1);
  margin-bottom: 3vh;
}

summary {
  display:block;
  position: relative;
  cursor: pointer;
  font-size: 26px;
  font-weight: 700;
  padding: 20px;
}
summary:before {  
  right: 30px;
  top: 30%;
  width: 1em;
  height: 1em; 
  content: "";
  position: absolute;
  transition: 1s;
  transform: rotate(180deg);
}

.details-omni-p {
  display: block;
  margin-top: 1vh;
  font-family: "Montserrat Regular";
  font-size: 16px;
  font-weight: 500; 
  padding: 20px!important;
  padding-top: 0;
}


.details-omni[open] > summary:before {
  transform: rotateZ( 360deg);
}


  @media only screen and (max-width: 576px) {
    .main-h1 {
      font-size: 22px;
      margin-top: 0;
    }
    .main-col-text {
      margin-top: 2vh;
    }
    .main-p {
      margin-bottom: 7vh;
    }
    .main-img-omnichanel {
      width: 360px;
      margin-top: 3vh;
      width: 400px;
      display: flex!important;
      justify-content: center!important;
      align-items: center!important;
    }
    .div-main-img-omnichanel {
      display: flex!important;
      justify-content: center!important;
      align-items: center!important;
    }
    .main-row-omnichanel {
      display: flex;
      flex-direction: column;
    }
    /* services */
    .services-omni-col1 {
      background-image: none!important;
      max-height: 300px;
      padding: 20px;
    }
    .services-omni-col2 {
      background-image: none!important;
      max-height: 300px;
      padding: 20px;
    }
    .services-omni-col3 {
      background-image: none!important;
      max-height: 320px;
      padding: 20px;
    }
    .services-omni-col4 {
      background-image: none!important;
      max-height: 300px;
      padding: 20px;
    }
    .services-omni-a {
      font-size: 12px;
      padding: 10px 35px;
    }
    .services-omni-ul {
      margin-top: 3vh;
    }
    .services-omni-h2 {
      font-size: 23px;
    }
    .services-omni-ul li {
      font-size: 17px;
    }
    .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;
    }
    /* 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;
    }
    /* area */
    .position-area-div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .area-omni-col1 {
      height: 230px;
      width: 370px;
    }
    .area-omni-img {
      height: 230px;
    }
    .area-omni-div-text p {
      font-size: 13px;
    }
    .area-omni-div-text h6 {
      margin-top: 10vh;
    }
    .area-omni-div-text{
      padding-left: 15px;
    }
    .area-omni-h2 {
      margin-top: 3vh;
    }
    /* about-omni */
    .about-omni p {
      font-size: 14px;
      margin-top: 3vh;
    }
    .about-omni h5 {
      margin-bottom: 3vh;
      font-size: 20px;
      margin-top: 1vh;
    }
    .about-omni-div-img img {
      width: 330px;
    }
    .about-omni-div-img {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .about-omni-div-img1 img {
      width: 330px;
      margin-bottom: 3vh;
    }
    .about-omni-div-img1 {
      order: 2;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .about-omni {
      order: 1;
      margin-bottom: 1vh;
    }
    /* faq */
    summary {
      font-size: 15px;
      width: 96%;
    }
    .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;
    }
  }
  @media only screen and (min-width: 577px) and (max-width: 992px) {
    .main-h1 {
      font-size: 29px;
      margin-top: 3vh;
    }
    .main-col-text {
      margin-top: 3vh;
    }
    .main-p {
      margin-bottom: 7vh;
      font-size: 23px;
    }
    .main-img-omnichanel {
      width: 70%!important;
    }
    .main-row-omnichanel {
      display: flex;
      flex-direction: column!important;
    }
    /* services */
    .services-omni-col1 {
      background-size: 150px;
      background-position: 80% 70%;
    }
    .services-omni-col2 {
      background-size: 150px;
      background-position: 80% 70%;
    }
    .services-omni-col3 {
      background-size: 150px;
      background-position: 80% 70%;
    }
    .services-omni-col4 {
      background-size: 150px;
      background-position: 80% 70%;
    }
    .services-omni-ul {
      margin-top: 1vh;
    }
    .services-omni-h2 {
      font-size: 18px;
    }
    .services-omni-ul li {
      font-size: 15px;
    }
    .col-advantages-calltracking {
      margin-top: 1vh;
    }
    /* 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-span {
      margin-bottom: 5vh;
      font-size: 23px;
    }
    .form-omni-input {
      margin-bottom: 1vh;
      height: 55px;
    } 
    .form-omni-a {
      height: 55px;
    }
    .form-omni-label {
      font-size: 17px;
      top: 15px;
      left: 15px;
    }
    /* area */
    .position-area-div {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
    .area-omni-col1 {
      margin: 0;
      width: 500px;
    }
    .area-omni-col1 {
      margin-bottom: 3vh;
    }
    .area-omni-img {
      height: 240px;
    }
    .area-omni-div-text p {
      font-size: 18px;
    }
    .area-omni-div-text h6 {
      margin-top: 7vh;
      font-size: 18px;
    }
    .area-omni-h2 {
      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;
    }
    /* articles */
    .post-body h3 {
      font-size: 18px;
      margin-bottom: 2vh;
    }
    .post-body p {
      margin-bottom: 4vh;
      font-size: 18px;
    }
    /* about-omni */
    .about-omni p {
      font-size: 20px;
      margin-top: 3vh;
    }
    .about-omni h5 {
      margin-bottom: 1vh;
      font-size: 27px;
      margin-top: 1vh;
    }
    .about-omni-div-img img {
      width: 500px;
      margin-bottom: 5vh;
      margin-top: 5vh;
    }
    .about-omni-div-img {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .about-omni-div-img1 img {
      width: 500px;
      margin-bottom: 5vh;
      margin-top: 5vh;
    }
    .about-omni-div-img1 {
      order: 2;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .about-omni {
      display: flex;
      flex-direction: column;
      order: 1;
      margin-bottom: 1vh;
    }
    summary {
      font-size: 20px;
      width: 95%;
    }
    .details-omni-p {
      font-size: 18px;
    }
    summary:before {
      right: 10px;
      width: 20px;
      height: 20px;
      background-size: contain;
    }
    .h3-question {
      margin-top: 5vh;
      margin-bottom: 4vh;
    }
  }
  @media only screen and (min-width: 993px) and (max-width: 1365px) {
    .main-row-omnichanel {
      display: flex;
      flex-direction: column!important;
    }
    .main-img-omnichanel {
      width: 500px!important;
    }
    .main-h1 {
      margin-top: 0;
      font-size: 35px;
    }
    .main-col-text {
      margin-top: 5vh;
    }
    .main-p {
      font-size: 28px;
      margin-bottom: 5vh;
    }
    .div-main-img-omnichanel {
      display: flex;
      justify-content: end;
    }
    /* 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;
    }
    /* articles */
    .post-body h3 {
      font-size: 18px;
      margin-bottom: 2vh;
    }
    .post-body p {
      margin-bottom: 4vh;
      font-size: 18px;
    }
    /* services */
    .services-omni-col1 {
      background-size: 190px;
      background-position: 90% 80%;
    }
    .services-omni-col2 {
      background-size: 190px;
      background-position: 90% 80%;
    }
    .services-omni-col3 {
      background-size: 190px;
      background-position: 90% 80%;
    }
    .services-omni-col4 {
      background-size: 190px;
      background-position: 90% 80%;
    }
    .services-omni-ul {
      margin-top: 1vh;
    }
    .position-area-div {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
    .area-omni-col1 {
      margin: 0;
      width: 700px;
    }
    .area-omni-col1 {
      margin-bottom: 3vh;
    }
    .area-omni-img {
      height: 270px;
    }
    .area-omni-div-text p {
      font-size: 22px;
    }
    .area-omni-div-text h6 {
      margin-top: 6vh;
      font-size: 22px;
    }
    .area-omni-h2 {
      margin-top: 3vh;
    }
    .area-omni-div-text {
      padding-left: 4vw;
    }
    .area-omni-div-text h5 {
      font-size: 27px;
    }
    /* about-omni */
    .about-omni p {
      font-size: 16px;
      margin-top: 3vh;
    }
    .about-omni h5 {
      margin-bottom: 3vh;
      font-size: 24px;
      margin-top: 1vh;
    }
    .about-omni-div-img img {
      width: 450px;
    }
    .about-omni-div-img {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .about-omni-div-img1 img {
      width: 450px;
    }
    /* faq */
    .h3-question {
      margin-top: 0;
      font-size: 35px;
    }
    .details-omni-p {
      font-size: 24px;
    }
  }






