.v-background-modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;

  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-background-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.v-modal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 15px;
  max-width: 870px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.v-modal h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 28px;
}

.v-modal p {
  font-size: 13px;
  line-height: 1.2;
}

.v-left {
  padding: 40px 50px;
}

.v-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.v-form input {
  padding: 12px;
  border: 1px solid lightgray;
  border-radius: 5px;
}

.v-agree-link {
  text-decoration: underline;
  font-weight: 900;
}

.v-btn {
  padding: 12px 24px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #0f234a;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.v-btn:hover {
  background-color: #cf3750;
}

.v-right {
  background-image: url(/netcat_files/v-img/modal-background.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.v-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 15px;
  border: none;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 30px;
}

.v-close-btn-mob {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 22px;
  background: none;
  border: none;
  font-size: 25px;
}

@media (max-width: 768px) {
  .v-modal {
    grid-template-columns: 1fr;
    height: 100vh;
    border-radius: 0;
  }
  
  .v-left {
    padding-top: 80px;
  }  
  
  .v-right {
    display: none;
  }

  .v-close-btn-mob {
    display: block;
  }
  
  /* dop */
  .limited ul {
    padding-left: 18px;
  }
}

/* 3d button */

.v-3d-btn {
    background: #0f234a;
    background-image: none;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #0f234a;
    background-image: none;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.v-3d-btn:hover {
  background: #cf3750;
}

/* Fixed icons */

.v-fixed img {
  display: block;
  position: fixed;
  z-index: 100;
}

.v-phone-fixed {
  display: none !important;
  width: 50px;
  right: 30px;
  bottom: 185px;
  background: #fff;
  border-radius: 11px;
}

 .v-wa-fixed {
  width: 70px !important;
  left: 18px;
  bottom: 145px;
  border-radius: 11px;
 }

.v-design-fixed {
  height: 75px;
  left: 20px;
  bottom: 50px;
  cursor: pointer;
}

/* Slider */

.v-picture {
  /* width: 671px;
  height: 600px;
  background-image: url(/img/banner-big-1.jpeg); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.v-picture-text {
  font-size: 38px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 15%;
  left: 0;
}

.v-picture-text-mini {
    font-size: 38px;
    color: #010101;
    /*font-weight: 900;*/
    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 5%;
    left: 30%;
    z-index: 2;
}

/* .v-picture-text-mini-2 {
    font-size: 28px;
    color: #fff;
    font-weight: 900;
    padding: 5px;
    background: #0f234a;
    position: absolute;
    bottom: 26%;
    right: 4%;
    z-index: 2;
} */

.v-picture-text-mini-2 {
    font-size: 38px;
    padding: 5px;
    color: #010101;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 26%;
    right: 4%;
    z-index: 2;
}

@media (max-width: 768px) {
  .v-picture-text {
    font-size: 20px;
    padding: 6px;
  }
  
  .v-phone-fixed {
    display: block !important;
    left: 15px;
    bottom: 120px;
 }

 .v-wa-fixed {
   display: none !important;
   left: 12px;
   bottom: 140px
 }

.v-design-fixed {
    height: 58px;
    left: 9px;
    bottom: 34px;
}
}

.header {
  margin-bottom: 10px !important;
}
