.info-wrapper {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.info-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.info-col-row {
    width: 100%;
    display: flex;
    gap: 20px;
}

.form-wrapper {
  width: 100%;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }

.contact-form {
  width: 100%;
  max-width: 460px;
  padding: 60px;
  background: #007fef;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3); }
  .contact-form__title {
          font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    color: #fff1c6;
    font-size: 18px;
    margin: 0 0 30px; }
  .contact-form__message {
    text-align: center;
    background: #fff;
    margin: 20px; }
  .contact-form__input_name {
    height: 50px;
    border: 1px solid #282a2e;
    border-radius: 5px;
    width: 100%;
    background: url("user.svg") center left 15px no-repeat, #b4cff9;
    background-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 16px "Roboto", sans-serif;
    transition: 0.3s; }
    .contact-form__input_name:focus {
      transition: 0.3s;
      border: 1px solid rgba(255, 241, 198, 0.2); }
  .contact-form__input_phone {
    height: 50px;
    border: 1px solid #282a2e;
    border-radius: 5px;
    width: 100%;
    background: url("tel.svg") center left 15px no-repeat, #b4cff9;
    background-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 16px "Roboto", sans-serif;
    transition: 0.3s; }
    .contact-form__input_email {
    height: 50px;
    border: 1px solid #282a2e;
    border-radius: 5px;
    width: 100%;
    background: url("tg.webp") center left 15px no-repeat, #b4cff9;
    background-size: 31px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 16px "Roboto", sans-serif;
    transition: 0.3s; }
    .contact-form__input_lastname {
    height: 50px;
    border: 1px solid #282a2e;
    border-radius: 5px;
    width: 100%;
    background: url("user.svg") center left 15px no-repeat, #b4cff9;
    background-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 16px "Roboto", sans-serif;
    transition: 0.3s; }
    .contact-form__input_phone:focus {
      transition: 0.3s;
      border: 1px solid rgba(255, 241, 198, 0.2); }
      .contact-form__input_email:focus {
      transition: 0.3s;
      border: 1px solid rgba(255, 241, 198, 0.2); }
      .contact-form__input_lastname:focus {
      transition: 0.3s;
      border: 1px solid rgba(255, 241, 198, 0.2); }
  .contact-form__input_file {
    display: none; }
  .contact-form__file-button {
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid #282a2e;
    border-radius: 5px;
    width: 100%;
    background: url("file.svg") center left 15px no-repeat, #1c1e21;
    background-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 16px "Roboto", sans-serif;
    color: #757575;
    cursor: pointer; }
  .contact-form__button {
    background: #fff1c6;
    height: 50px;
    
    border-radius: 25px;
    border: none;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    font: 16px "Roboto", sans-serif;
    transition: 0.3s;
    cursor: pointer;
    
       border: 0px;
    background-color: #b4cff9;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
      color: #1f1f1f !important;
      
  }
    .contact-form__button:hover {
      transition: 0.3s;
      background: #007fef;
      color: #fff!important;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3); }

.preloader {
  position: relative;
  margin: 0 0 0 45%;
  height: 15px;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: 0.3s; }
  .preloader_active {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: 0.3s; }
  .preloader:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #393e46;
    animation: preloader_before 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1); }
  .preloader:after {
    width: 12px;
    height: 12px;
    left: 15%;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #5f646c;
    animation: preloader_after 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1); }

@keyframes preloader_before {
  0% {
    transform: translateX(0px) rotate(0deg); }
  50% {
    transform: translateX(160px) scale(1.5) rotate(264deg);
    background: #00adb5;
    border-radius: 0; }
  100% {
    transform: translateX(0px) rotate(0deg); } }
@keyframes preloader_after {
  0% {
    transform: translateX(0px) rotate(0deg); }
  50% {
    transform: translateX(-160px) scale(1.5) rotate(-264deg);
    background: #00fff5;
    border-radius: 0; }
  100% {
    transform: translateX(0px); } }
@media (max-width: 768px) {
    video{
    height: auto !important;  
}
    .mobcolum{
        flex-direction: column!important;
    }
  .form-wrapper {
    padding: 15px; } }
@media (max-width: 480px) {
  .contact-form {
    padding: 30px 15px; }
    .contact-form__title {
      font-size: 16px; } }
.info-type {
    width: 100%;
    max-width: 197px;
    text-align: start;

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #676767;
}
.info-text {
    max-width: 394px;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #676767;
}
@media (min-width: 800px) {
    .logo-footer {
        width: 400px !important;
        height: 150px !important;
        margin-bottom: 0 !important;
    }

}
.form-conatiner .mobik{
        margin: 12px!important;
    }
@media (max-width: 800px) {
    .form-conatiner{
        flex-direction: column!important;
    }

    .form-conatiner .mobik{
        margin: 12px!important;
    }
    .info-col-row {
        width: 100%;
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }
    .info-text {
        width: 100%;
    }
}
.oval-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    padding: 0 10px;
}
.title {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 599;
}
.oval {
    max-width: 100%;
    width: 550px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    padding: 0 30px;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.oval-green {
    background: linear-gradient(to right, #1dbf7c, #023621);
    animation: gradientAnimation 2s ease infinite;
    background-size: 200% auto;
}

.oval-orange {
    background: linear-gradient(to right, #fd7e14, #8e4409);
    animation: gradientAnimation 2s ease infinite;
    background-size: 200% auto;
}

.label {
    margin-bottom: 5px;
}
.calc-wrap {
    width: 100%;
    max-width: 470px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mobik a {
    padding: 1rem 2.2rem;
    background: #25a4f2;
    color: #fff;
    font-weight: bold;
    display: ruby;
    font-size: 20px;
    border-radius: 15px;
    max-width: 450px;
    margin: auto !important;
    border: 2px solid #fff;
        margin: 0 20px !important;
}
.mobik a:hover {
    opacity: 0.7;
}
.calc-con {
    background: url("bg.png");
    background-size: auto;
    background-repeat: no-repeat;
    padding: 20px;
}
@media screen and (max-width: 1168px) {
    .calc-wrap {
        margin-left: 0px;
        margin-top: 30px;
        align-items: center;
    }
    .ist-item {
        margin-bottom: 20px;
    }
}
.calc-video {
    width: 672px;
    height: 375px;
    border-radius: 10px;
    background-color: #34394e;
}
.calc-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
@media screen and (max-width: 1168px) {
    .calc-video {
        width: 100%;
        height: 191px;
    }
}

.calc-h3 {
    color: #676767;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.calc-p {
    margin-top: 30px;
    color: #000000;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media screen and (max-width: 1168px) {
    .calc-p {
        margin-top: 10px;
        text-align: center;
    }
}
.calc-in {
    margin-top: 20px;
    display: flex;
}
.calc-in-input {
    padding: 20px;
    width: 265px;
    height: 50px;
    border: 0px;
    border-radius: 13px 0px 0px 13px;
    background: #ECECEC;
    color: #000;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media screen and (max-width: 1168px) {
    .calc-in-input {
        width: calc(100% - 126px);
    }
}
.calc-in-btn {
    cursor: pointer;
    width: 205px;
    border: 0px;
    border-radius: 0px 16px 16px 0px;
    background-color: #007fef;
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media screen and (max-width: 1168px) {
    .calc-in-btn {
        width: 166px;
    }
}
.calc-out {
    padding: 20px 15px;
    margin-top: 30px;
    width: 469px;
    height: 101px;
    border-radius: 13px;
    border: 1px solid #000;
    background: #FFF;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1168px) {
    .calc-out {
        align-items: center;
        width: 100%;
    }
}
.calc-out-p {
    color: #313131;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.calc-out-val {
    margin-top: 10px;
    color: #313131;

    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1168px;
    margin: 0 auto;
}
.form-load {
    margin: auto;
    border-radius: 10px;
    width: 100%;
    max-width: 673px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-text {
    position: absolute;
    z-index: 2;
    font-size: 25px;
    font-weight: 900;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    width: 100%;
}
.form-load__circle {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 100px;
}
.form-load__circle .percents {
    position: absolute;
    z-index: 1;

    font-size: 48px;
    font-weight: 900;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}
.form-load__circle .load {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 0;
    width: 400px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.form-load__circle .load .prog {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, #1dbf7c, #023621);
    animation: gradientAnimation 2s ease infinite;
    background-size: 200% auto;
}
.form-load__warning {
    margin-left: 30px;
    max-width: 328px;

    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
.form-load__warning span {
    color: #f05c5c;
    font-size: 36px;
    font-weight: 900;
}
.form-conatiner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
}
html {
    scroll-behavior: smooth;
    scroll-padding: 200px;
}
.form-form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 415px;
}
video {
    max-width: 100%;
    padding: 10px;
    width: 720px;
    margin: 20px auto;
}
.form-form-input {
    width: 100%;
    max-width: 415px;
    padding: 15px 20px;
    border-radius: 30px;
    background: #f3f3f3;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #b85830;
}
form input::placeholder {
    color: #000000;
    opacity: 1;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
.form-form-submit {
    cursor: pointer;
    border: 0px;
    height: 50px;
    border-radius: 30px;
    background: #007fef;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media screen and (max-width: 1168px) {
    .form .container {
        flex-direction: column;
    }
    .form-load {
        height: auto;
        flex-direction: column;
    }
    .form-load__warning {
        max-width: 262px;
        margin: 30px 0 0 0;
        text-align: center;
    }
}
.solo-block {
    padding: 20px 10px;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 1.5rem !important;
}
.solo-block:active a {
    background-color: rgb(255 255 255) !important;
}
.reg {
    margin-top: 50px;
}