.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;
}
.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;
    }
}
@media (max-width: 800px) {
    .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;
}
.calc-con {
    background: url("../images/bg.PNG");
    background-size: cover;
    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: rgb(255 93 21);
    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 {
    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: 415px;
}
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: 800px;
    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: rgb(255 93 21);
    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;
}