@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap");

body {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: "Montserrat", serif;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.right_block {
    display: flex;
    width: 100% !important;
}

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

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

.btn:hover {
    color: #ffffff;
}

select:focus {
    outline: transparent;
}

input::placeholder {
    text-align: start;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #00000067;
    margin-bottom: 8px;
}

.cf {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

.cf__select {
    padding: 5px 39px 5px 7px;
    width: 230px;
    text-align: center;
    margin-bottom: 20px;
    background: rgba(36, 73, 92, 0.08);
}

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

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

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

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

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


.cf__img-first, .cf__img-second {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

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

.cf__inptransformer, .cf__inpvolta, .cf__inplast {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.cf__inptransformer p, .cf__inpvolta p {
    margin: 10px 0 10px 0;
}

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



.bottomMargin {
    margin-bottom: 40px;
}


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

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

.cf__verify-wrapper {
    gap: 15px;
}

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

.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 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    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 rgba(30, 0, 82, 0.713);
}

.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;
}

.cf__img-container img {
    cursor: pointer;
    width: 400px;
    height: 300px;
    transition: 0.2s linear;
}

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

.setDisplay5,
.setDisplay7,
.setDisplay9 {
    display: none;
}

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

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

    .cf__select, .cf__input {
        width: 200px;
    }

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

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


