.formWrp {
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 33px 25px;
  }
  
  .formTitle {
    font-weight: 900;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .colored {
    color: #00AD4E;
    margin-top: 5px;
  }
  
  .formSubtitle {
    font-size: 14px;
    line-height: 100%;
    color: #191919;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E7EBFF;
    border-radius: 2px;
    text-align: center;
  }
  
  .form--title {
    color: #fafaff;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 22px
  }
  
  .data_safe {
    background: #fff;
    background: #000a1d;
    width: 333px;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex
  }
  
  .data_safe--text {
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    text-align: left;
    color: #000a1d
  }
  
  .data_safe--lock_Wrapper {
    box-sizing: border-box;
    padding-right: 19px
  }
  
  .form--control_wrapper {
    position: relative;
    margin-top: 37px
  }
  
  .form--control {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 8px 13px;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    text-overflow: ellipsis;
    outline: none;
  }

  .form--control:focus{
    border: 2px solid #000;
    padding:7px 13px;
  }
  
  .form--floating_label {
    position: absolute;
    z-index: 1;
    transition: .3s ease all;
    font-size: 14px;
    line-height: 17px;
    top: 17px;
    left: 15px;
    color: #939393;
    left: 0px;
    top: -22px;
    background: 0 0;
  }
  
  .form--control-password {
    width: 66%
  }
  
  .form--btn-pasword {
    width: 34%;
    background: #fafaff;
    box-sizing: border-box;
    border-style: none;
    padding: 5px 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #0176EA
  }
  
  .phone {
    padding-left: 104px!important
  }
  
  .phone::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(250, 250, 255, .5)
  }
  
  .country-list {
    left: -22px;
  }
  
  /* .intl-tel-input .selected-flag {
    border-right: 2px solid #E7EBFF;
  } */
  
  #cbx:checked+.checked-svg svg path {
    stroke-dashoffset: 0 !important;
  }
  
  #cbx:checked+.checked-svg svg {
    stroke: #01C65A
  }
  
  #cbx-2-pop:checked+.checked-svg svg path {
    stroke-dashoffset: 0 !important;
  }
  
  #cbx-2-pop:checked+.checked-svg svg {
    stroke: #01C65A
  }
  
  #cbx-3:checked+.checked-svg svg path {
    stroke-dashoffset: 0 !important;
  }
  
  #cbx-3:checked+.checked-svg svg {
    stroke: #01C65A
  }
  
  .privacy-checkbox {
    padding-top: 2px!important;
  }
  
  .privacy-checkbox p {
    color: #000;
    font-size: 8px;
    line-height: 10px;
  }
  
  .privacy-checkbox p a {
    color: #1190FB;
    text-decoration: underline !important;
  }
  
  .form--submit {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding: 24px 0;
    width: 100%;
    text-transform: uppercase;
    background: linear-gradient(91.25deg, #0D60FC 0%, #1190FB 100%);
    box-shadow: 0px 5px 20px rgba(17, 144, 251, 0.25);
    border-radius: 4px;
    border: none;
    margin: 25px 0 15px;
  }
  
  .form--submit:hover {
    background: #0047FF;
    box-shadow: 0px 5px 20px rgba(17, 144, 251, 0.25);
  }
  
  .form--submit:active {
    background: rgba(14, 74, 187, 0.8);
    box-shadow: 0px 5px 20px rgba(17, 144, 251, 0.25);
  }
  
  .checkbox-svg {
    margin: 0 !important;
  }
  
  .valid-block {
    position: absolute;
    background: #fafaff;
    border: 1px solid #ff003c;
    box-sizing: border-box;
    z-index: 9996;
    top: 40px;
    padding: 5px 0;
    width: 100%
  }
  
  .valid-check {
    display: flex;
    flex-direction: column;
    justify-content: center
  }
  
  .valid-check label {
    color: #f90201;
    padding: 5px 25px;
    position: relative;
    text-align: left;
    font-family: inherit;
    font-size: 12px;
    line-height: 1;
    margin: 0
  }
  
  .valid-check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(../img/form-invalid.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat
  }
  
  .valid-check.check label {
    color: #39b54a!important
  }
  
  .valid-check.check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(../img/valid-input.png);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat
  }
  
  input.error {
    border: 2px solid #FF0000!important;
  }
  
  .selected-flag.error {
    border-right: 2px solid #FF0000!important;
  }
  
  .selected-flag.valid {
    border-right: 2px solid #01C65A!important;
  }
  
  label.error {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 3;
    width: auto;
    left: 0;
    background: #FF0000;
    border-radius: 0px 0px 4px 4px;
    font-size: 11px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 4px 10px 4px 10px;
  }
  
  .intl-tel-input.allow-dropdown .flag-container,
  .intl-tel-input.separate-dial-code .flag-container {
    z-index: 3
  }
  
  input.valid {
    border: 2px solid #01C65A;
    background-repeat: no-repeat;
    background-image: url(../img/Check.svg);
    background-size: 16px 11px;
    background-position: 96%!important;
    padding-right: 40px!important
  }
  
  .form--control_wrapper-col_50 .form--control.valid {
    background-position: 90%!important
  }
  
  #phone-error {
    z-index: 2;
  }
  
  .preloader {
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9995;
    background-image: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .5;
    margin: 15px
  }
  
  .form--control_wrapper-password label.error {
    display: none!important
  }
  
  @media (max-width:1200px) {
    .form--control {
      padding: 13px;
      font-size: 14px;
      line-height: 17px;
    }
    .form--control_wrapper {
      margin-top: 39px;
    }
    .form--floating_label {
      top: -25px;
      font-size: 14px;
      line-height: 17px;
    }
    .form--submit {
      margin: 20px 0 15px;
    }
    .formSubtitle {
    }
    label.error {
      top: 44px;
    }
  }
  
  @media (max-width:767px) {
    .form--title_br-mob {
      display: inline
    }
    .form--title {
      padding-bottom: 40px
    }
    .form {
      padding-top: 40px
    }
    .formSubtitle {
      margin-top: 14px;
      padding-bottom: 20px;
    }
    .form--floating_label {
      font-size: 12px;
      line-height: 15px;
    }
    .valid-block {
      top: 60px
    }
    .form--submit {
      padding: 20px 0;
      font-size: 18px;
      line-height: 22px;
    }
    .form--btn-pasword {
      font-size: 12px;
      line-height: 14px
    }
    .privacy-checkbox {
      font-size: 10px;
      line-height: 12px
    }
    .data_safe--text {
      font-size: 10px;
      line-height: 12px
    }
  }
/* Контейнер для телефона */
.intl-tel-input {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  border: 2px solid #ccc;
  border-radius: 8px;
  background: #fff;
  transition: border 0.2s ease-in-out;
}

/* Контейнер флага */
.intl-tel-input .flag-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  position: absolute;
  left: 5px;
  height: 100%;
}

/* Код страны */
.selected-dial-code {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-left: 8px;
}


/* Поле ввода */
.phone {
  flex: 1;
  padding-left: 115px !important; /* Исправляем наложение */
  font-size: 16px;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
}
.contact{
  position: relative;
}
.contact .col-md-12{
  margin-bottom: 17px;
}
button.iti__selected-country:hover{
  background-color: #fff !important;
}
.iti__country-list{
  width: 100%;
}
.iti{
  width: 100%;
  position: relative;
}
/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #e96e7a;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error-message, #message-home {
  width: 100%;
  padding: 10px;
  font-weight: 400;
  margin-top: 0.25rem;
  color: #fff;
  background-color: #e96e7a;
  font-size: 13px;
  display: none;
  border: 3px solid #e96e7a;
  box-sizing: border-box;
}
#error-msg{
  width: 100% !important;
  padding: 10px;
  font-weight: 400;
  margin-top: 0.25rem;
  color: #fff !important;
  background-color: #e96e7a;
  font-size: 13px;
  display: block;
  border: 3px solid #e96e7a;
  box-sizing: border-box;
}
.showre, #loadering.showre{
  display: block !important;
}
.hide {
  display: none !important;
}
#loadering{
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 2;
  display:none;
  left: 0px;
  top: 0px;
  opacity: 0.95;
  border-radius: 8px;
}
.circle-side2{
position: absolute;
width: 50px;
height: 50px;
top: 50%;
left: 50%;
margin-left: -25px;
margin-top: -25px;
-webkit-animation: circle infinite .95s linear;
-moz-animation: circle infinite .95s linear;
-o-animation: circle infinite .95s linear;
animation: circle infinite .95s linear;
border: 2px solid #3f9fff;
border-top-color: rgba(0, 0, 0, 0.2);
border-right-color: rgba(0, 0, 0, 0.2);
border-bottom-color: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}

 /* Modal background */
 #privacy-policy-modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* Modal content */
#privacy-policy-modal .modal-content {
  background-color: white;
  width: 50%; /* Modal width is 50% of the viewport */
  max-height: 80%; /* Max height is 80% of the viewport */
  overflow-y: auto; /* Scrollable content if it overflows */
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Close button */
#privacy-policy-modal .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

#privacy-policy-modal .close-button:hover {
  color: red; /* Highlight close button on hover */
}
ul.list-disc.pl-6 {
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #privacy-policy-modal .modal-content {
    width: 100%; /* Full width on smaller screens */
    border-radius: 0; /* Remove rounded corners for better fit */
    max-height: 100%; /* Allow full-height if needed */
  }
}
/* Modal background */
#terms-modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modal content */
#terms-modal .modal-content {
  background-color: white;
  width: 50%; /* Default width: 50% */
  max-height: 80%; /* Max height is 80% of the viewport */
  overflow-y: auto; /* Scrollable content if it overflows */
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Close button */
#terms-modal .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

#terms-modal .close-button:hover {
  color: red; /* Highlight close button on hover */
}

/* Responsive style for mobile */
@media screen and (max-width: 768px) {
  #terms-modal .modal-content {
    width: 100%; /* Full width on smaller screens */
    border-radius: 0; /* Remove rounded corners for better fit */
    max-height: 100%; /* Allow full-height if needed */
  }
}
/* Modal container (background overlay) */
#contact-us-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modal content */
#contact-us-modal .modal-content {
  background-color: white;
  width: 50%; /* Default width for desktop */
  max-height: 80%;
  overflow-y: auto;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Close button */
#contact-us-modal .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  #contact-us-modal .modal-content {
    width: 90%; /* Full width for smaller screens */
  }
}

p.advertisment {
  text-align: center;
  color: #000;
}


