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

.atc-main-col-text {
    display: flex;
    flex-direction: column;
}

.main-atc-h1 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 10vh;
}
.main-row-virtual {
  display: flex;
  flex-direction: row;
}

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

.row-atc-main-text{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 0.5vh;
}

.row-atc-main-text img {
    display: flex;
    height: 35px;
    width: 45px;
    align-items: center;
}

.row-atc-main-text p {
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: "Montserrat Regular";
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0; 
}

.col-atc-main-text {
    margin-bottom: 3vh;
}

.main-atc-a {
    /* width: 30%; */
    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-atc-a:hover {
    color:#0B1956;
    background: transparent;
}
    
/* section new clients */

.atc-new-clients-h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 5vh;
    margin-bottom: 10vh;
}

.atc-p-new-clients {
    display: flex;
    align-items: center;
    font-family: "Montserrat Regular";
    font-size: 21px;
    font-weight: 500; 
} 

.atc-col-nc-p {
    display: flex;
    align-items: center;
}

.row-decision {
    margin: 15px;
    margin-bottom: 5vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.row-decision img {
    width: 80px;
}

/* section advantages */

.atc-advantages-h3 {
    margin-top: 10vh;
    margin-bottom: 5vh;
    font-size: 32px;
    font-weight: 700;
}

/* section organization */

.atc-col-organization h3 {
    margin-top: 5vh;
    margin-bottom: 5vh;
    font-size: 30px;
    font-weight: 700;
}

.atc-p-advt {
    margin-bottom: 5vh;
}

.atc-col-organization p {
    font-family: "Montserrat Regular";
    font-size: 19px;
    font-weight: 500;
}

.row-atc-advt-text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 3vh;
}

.row-atc-advt-text img {
    display: flex;
    height: 35px;
    width: 55px;
    align-items: center;
    justify-content: center;
}

.row-atc-advt-text p {
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: "Montserrat Regular";
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0; 
}

.atc-img-women {
    display: flex;
    align-items: end;
    justify-content: end;
}

.atc-img-women img {
    display: flex;
    align-items: end;
    max-height:  755px;
}

/* section prices */

.atc-prices-h3 {
    margin-top: 5vh;
    margin-bottom: 5vh;
    font-family: "Pelinka";
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10vh;
}

.grid-virtual{
    display:grid;
    grid-template-columns: 1.1fr repeat(3, 1fr);
}

.price-table{
    margin-top: 15vh;
}


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


.head-virtual{   
    position: relative;
    display: flex;
    padding: 20px;
    text-align:center;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.head-virtual .price {
    font-size: 31px;
    font-weight: 700;
    font-family: "Montserrat Bold";
  }


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

.sub {
  font-size: 12px;
}

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


.hot{
    border-radius: 20px 20px 0px 0px;
    background: rgba(255, 0, 0, 0.09);
}

.position-row-prices-bottom {
    display: grid;
    grid-template-columns: 1.1fr repeat(3, 1fr);
    height: 20px;
}

.not-hot-bottom {
    grid-column: 1 /3;
}

.hot-bottom {
    display: grid;
    grid-template-columns: 1.1fr repeat(3, 1fr);
    border-radius: 0px 0px 20px 20px ;
    background: rgba(209, 15, 15, 0.09);
}

.price-sell {
    display: flex;
    justify-content: center;
    color: #0B1956;
    font-family: "Montserrat Regular";
    font-size: 17px;
    font-weight: 700;
    border-radius: 10px;
    background: rgba(255, 210, 81, 1);
    padding: 5px 15px;
    margin-bottom: 1vh;
    font-size: 13px;
}

.price-head-position {
    position: absolute;
    bottom: 15px;
}

.feature{
    display:flex;
    align-items:center;
    font-size: 14px;
    font-weight: 700;
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.position-row-prices {
    display: grid;
    grid-template-columns: 1.1fr repeat(3, 1fr);
}

.position-row-prices .hot {
    border-radius: 0;
    background: rgba(255, 0, 0, 0.09);
}

.divider-btwn {
    border: 1px solid rgba(0, 0, 0, 0.33);
}

.feature .i{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    font-weight: 400;
    cursor:default;
    border-radius: 50%;
    border: 1px solid #0B1956;
    margin-left: 1vw;
    padding: 10px;
}
  
.feature .i::after{
    content:attr(data-tip);
    position:absolute;
    left:20px; 
    top:50%; 
    transform:translateY(-50%);
    background:#fff; 
    color:#2b2f43; 
    padding:8px 10px; 
    border-radius:13px; 
    width: 400px;
    opacity:0; 
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition:.2s; 
    box-shadow:0 8px 20px rgba(10,20,70,.08);
    font-family: "Montserrat Regular";
    font-size: 13px;
    font-weight: 500;
  }
  

.feature .i:hover::after{
    opacity: 1;
}

.status{
    display:flex;
    align-items:center;
    justify-content:center;
}
  
  .status svg{
    width: 40px;
    height: 40px
}
  
  .yes circle {
    fill:#16c172;
}

.no  circle{
    fill:#e6e8ef;
}

.no  line{
    stroke:#9aa3b8;
    stroke-width:3;
    stroke-linecap:round
}

  .divider{
    grid-column:1 / -1;
    height:2px;
    background-color: #0B1956;
}

/* .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;
  background: url("../assets/arrow.png") no-repeat 50% 50%;
  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;
  padding-top: 0;
}


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

summary:before {  
  right: 30px;
  background: url("../imgs/arrow.png") no-repeat 50% 50%;
  top: 30%;
  width: 1em;
  height: 1em; 
  content: "";
  position: absolute;
  transition: 1s;
  transform: rotate(180deg);
}


  @media only screen and (max-width: 576px) {
    .main-atc-h1 {
      margin-top: 2vh;
    }
    .row-atc-main-text p {
      width: 80%;
      margin-bottom: 2vh;
    }
    .row-atc-main-text {
      width: 100%;
    }
    .main-img-virtual {
      width: 360px;
      margin-top: 5vh;
    }
    .main-atc-p {
      font-size: 13px;
    }
    .row-decision p {
        font-size: 16px;
    }
    .row-decision  {
        margin-top: 0;  
        margin-bottom: 2vh;
    }
    .row-decision img {
        width: 60px;
    }
    .atc-new-clients-h3 {
        margin-bottom: 5vh;
    }
    /* 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;
    }
    .row-atc-main-text {
      display: flex;
      align-items: center;
    }
    .row-atc-main-text p {
      width: 80%;
      margin-bottom:0;
    }
    /* 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;
    }
    /* price */
    .price-table {
      margin-top: 5vh;
      margin-bottom: 5vh;
    }
    .cell {
      font-size: 10px;
      padding: 10px;
      width: 95px;
    }
    .position-row-prices .hot {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }
    .feature {
      text-align: left;
      font-size: 7px;
    }
    .col-p-land-amo-price p, .col-p-land-amo-price span {
      font-size: 7px;
      text-align: center;
    }
    .hot {
      display: flex;
      /* justify-content: space-around!important; */
    }
    .grid-virtual {
      position: relative;
      width: 120px;
    }
    .price-span-ot {
      font-size: 13px;
    }
    .price-head-position-a {
      font-size: 7px;
      padding: 5px;
      bottom: -30px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .chip-analitic {
      font-size: 10px;
    }
    .col-p-land-amo-price span {
      font-size: 8px;
    }
    .sub {
      font-size: 6px;
    }
    .position-row-prices-bottom {
      width: 106%;
    }
    .head-virtual .price {
      font-size: 10px;
    }
    .head-virtual .chip {
      margin-bottom: 0;
      font-size: 8px;
      padding: 10px;
      text-align: center;
      align-items: center;
    }
    .price-sell {
      border-radius: 6px;
      font-size: 5px;
      margin-bottom: 0;
    }
    .feature .i {
      display: none;
    }
    .status svg  {
      width: 20px;
      height: 20px;
    }
    .atc-prices-h3 {
      font-size: 25px;
      margin-top: 0;
      margin-bottom: 3vh;
    }
    .row-atc-advt-text {
      display: flex;
      width: 90%;
    }
    .atc-img-women img {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 500px;
    }
    .atc-img-women {
        display: flex;
        justify-content: center;
    }
    .row-atc-advt-text p {
        font-size: 15px;
    }
    .row-atc-advt-text img {
        height: 25px;
    }
    .atc-col-organization p {
        font-size: 17px;
        margin-top: 2vh;
    }
    .atc-col-organization h3 {
        font-size: 28px;
        margin-bottom: 0;
    }
    summary:before { 
      right: 5px;
    }
    .head-virtual {
      display: flex;
    }
  }
  @media only screen and (min-width: 577px) and (max-width: 992px) {
    /* advt */
    .row-atc-advt-text p {
      width: 95%;
    }
    /* main */
    .main-row-virtual {
      display: flex;
      flex-direction: column;
    }
    .row-atc-main-text p {
      width: 70%;
    }
    .main-img-virtual {
      width: 500px;
      margin-top: 2vh;
    }
    .col-main-img {
      display: flex;
      justify-content: end;
    }
    .atc-new-clients-h3 {
      margin-top: 5vh;
      margin-bottom: 5vh;
    }
    .row-decision p {
      font-size: 19px;
    }
    .main-atc-h1 {
      margin-top: 3vh;
    }
    /* women */
    .atc-img-women {
      margin-top: 3vh;
      display: flex;
      justify-content: center;
    }
    .atc-img-women img {
      height: 600px;
    }
    /* 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: 130%;
      font-size: 13px;
      padding: 30px 30px 30px 20px;
    }
    .position-row-prices-bottom {
      width: 106%;
    }
    .head-virtual .price {
      font-size: 16px;
    }
    .head-virtual .chip {
      margin-bottom: 0;
      font-size: 14px;
      padding: 10px;
      text-align: center;
      align-items: center;
    }
    .price-sell {
      padding: 8px 8px;
      margin-bottom: 1vh;
      font-size: 10px;
    }
    .feature .i {
      display: none;
    }
    .chip-analitic {
      font-size: 15px;
    }
    .col-p-land-amo-price span {
      font-size: 13px;
    }
    .col-p-land-amo-price p, .col-p-land-amo-price span {
      font-size: 14px;
    }
    .sub {
      font-size: 10px;
    }
    .position-row-prices-bottom {
      width: 103.5%;
    }
    .head-virtual {
      text-align: center;
      width: 160px!important;
      height: 130px;
      display: flex;
      justify-content: start;
      align-items: center;
    }
    .status svg  {
      width: 30px;
      height: 30px;
    }
    .atc-prices-h3 {
      font-size: 30px;
      margin-top: 0;
      margin-bottom: 5vh;
    }
    /* .grid {
      height: 250px;
    } */
    /* 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;
    }
    /* faq */
    summary {
      width: 90%;
      font-size: 18px;
    }
    summary:before {
      top: 40%;
      right: -30px;
      height: 15px;
      width: 15px;
    }
    .details-omni-p {
      font-size: 18px;
    }
  }
  @media only screen and (min-width: 993px) and (max-width: 1365px) {
    .row-atc-advt-text p {
      width: 70%;
    }
    .main-atc-h1 {
      margin-top: 2vh;
    }
    .atc-advantages-h3 {
      margin-top: 5vh;
    }
    /* advt */
    .row-atc-advt-text p {
      width: 95%;
    }
    /* main */
    .main-img-virtual {
      width: 480px;
    }
    .main-row-virtual {
      display: flex;
      flex-direction: row;
    }  
    .row-decision p {
      font-size: 25px;
    }
    .atc-new-clients-h3 {
      margin-top: 5vh;
      margin-bottom: 5vh;
    }
    .atc-col-organization h3 {
      font-size: 38px;
    }
    /* women */
    .atc-img-women {
      margin-top: 4vh;
      display: flex;
      justify-content: center;
    }
    .atc-img-women img {
      height: 650px;
    }
    .col-infa-approach-analitic4 {
      margin: 20px;
      width: 40%;
      background-position: 90% 80%;
    }
    .col-main-img {
      display: flex;
      align-items: center;
    }
    /* articles */
    .post-body h3 {
      font-size: 18px;
      margin-bottom: 2vh;
    }
    .post-body p {
      margin-bottom: 4vh;
      font-size: 18px;
    }
    /* price */
    .head-virtual {
      height: 230px;
    }
    .atc-prices-h3 {
      margin-top: 0;
      margin-bottom: 5vh;
      font-size: 38px;
    }
    .price-table {
      margin-top: 10vh; 
    }
    .head-virtual .price {
      font-size: 18px;
    }
    .head-virtual .chip {
      margin-bottom: 0;
      font-size: 18px;
      padding: 10px;
      text-align: center;
      align-items: center;
      margin-bottom: 1vh;
    }
    .price-sell {
      padding: 15px 20px;
      margin-bottom: 1vh;
      font-size: 12px;
    }
    .sub {
      font-size: 16px;
    }
    .hot {
      width: 230px;
      display: flex;
      align-items: center;
      justify-content: start;
    }
    .position-row-prices .hot {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .feature {
      font-size: 16px;
    }
    .feature .i {
      display: none;
    }
    .status {
      width: 230px;
    }
    .cell-head-p {
      margin-bottom: 12vh;
      font-size: 10px;
    }
    /* faq */
    summary {
      width: 90%;
      font-size: 25px;
    }
    summary:before {
      top: 40%;
      right: -30px;
      height: 25px;
      width: 25px;
    }
    .details-omni-p {
      font-size: 18px;
    }
  }
