.scroll-stop {
    position: fixed;
    overflow: hidden;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.btn {
    cursor: pointer;
    background-color: #24495c;
    border-color: #24495c;
    color: #fff;
    font-size: .933em;
    font-weight: 700;
    padding: 10px 20px;
}

.btn:hover {
    color: #ffffff;
}

.renderImage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
}

.renderImage select {
    width: 30vh;
    text-align: center;
    margin-bottom: 20px;
    background: rgba(36, 73, 92, 0.08);
}

.renderImage p {
    text-align: start;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
}

.image-container img {
    width: 360px;
    height: 200px;
    transition: 0.2s linear;
}

.image-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.image-container img:hover {
    scale: 140%;
}

.firstImgContainer, .secondImgContainer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.fullingFildsText {
    margin: 20px 0 10px 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px !important;
    line-height: 15px;
    color: #24495C;
}

.inputTransformer, .voltageInput {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.inputTransformer p, .voltageInput p {
    margin: 10px 0 10px 0;
}

.inputForm {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3px;
}

.inputForm input {

}

.bottomMargin {
    margin-bottom: 40px;
}

.voltageInput {

}

.lastQuestions {
    width: 80%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.question10, .question11 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.question10 p {
    margin: 10px 0 10px 0;
}

input::placeholder {

}

.cf__valid-text {
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #24495C;
}


.cf__verify-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.cf__verify-wrapper {
    gap: 15px;
}

.cf__input {
    height: 32px;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid rgb(118, 118, 118);
}

.cf__selects-title__main {
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    color: #24495C;
}

.cf__selects-title {
    text-align: start;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
}

.cf__verify-wrapper__input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cf__verify-wrapper__input p {
    margin: 0 !important;
}

.cf__verify-wrapper input {
    width: 100%;
}

.cf__inplast-wrapper2 p,
.cf__verify p {
    margin: 10px 0 10px 0;
}

.result_block {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(192,192,192, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 4000;
}

.result_container {
    min-width: 250px;
    max-width: 580px;
    display: flex;
    justify-content: center;
    background: white;
    border-radius: 15px;
    background: var(--black_bg_black);
    animation: toggle_opacity .2s;
    max-height: 100%;
    width: 100%;
    border-radius: 4px;
    overflow: auto;
    padding: 30px;
}

.result_content {
    width: 80%;
    flex-direction: column;
    align-items: center;
}

.result_link {
    text-decoration: underline;
}

.result__btn-close {
    margin-bottom: 10px;
}

.result__client-inp {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.result__client-inp p {
    margin-bottom: 10px;
}

.result__client-wrapper {
    display: flex;
    align-items: center;
}

.result__client-btn {
    padding: 5px 10px;
    margin-left: 15px;
    height: 32px;
}

.activeImage {
    border: 2px solid var(--theme-base-color);
}

.error {
    border: 1px solid red !important;
}


.inputBlock {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 21px;
}

.customInput {
    width: 80%;
    background: rgba(36, 73, 92, 0.08);
    border: none;
    padding: 5px 10px;
}

.text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 7px;
}

.submit {
    margin-top: 25px;
}

.image-container img {
    cursor: pointer;
    width: 460px;
    height: 200px;
    transition: 0.2s linear;
}

.scheme_block {
    display: flex;
    gap: 5px;
}

@media screen and (max-width: 600px) {
    .image-container img:hover {
        scale: 120%;
    }

    .image-container img {
        height: 130px;
    }

    .result__client-wrapper {
        flex-direction: column;
        align-items: unset;
        gap: 15px;
    }

    .result__client-btn {
        margin-left: unset;
        max-width: 109px;
    }
}

