.get-catalog {
    display: flex;
    gap: 45px;
}

.get-catalog__col {
    border-radius: 10px;
}

.get-catalog .get-catalog__col:first-child {
    display: flex;
    flex-direction: column;
    padding-left: 35px;
    justify-content: center;
}

.get-catalog .col:first-child p {
    font-weight: 200;
    line-height: 21px;
    font-size: 19px;
    color: rgb(255, 255, 255);
    max-width: 90%;
}
#avitoBlock .get-catalog {
    margin-bottom: 100px;
}
.wpcf7-form-control-wrap {
    width: 32%;
}

.wpcf7-spinner {
    display: none;
}

.message-box {
    background-color: rgb(243, 243, 243);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    width: 70%;
    padding: 25px;
    border-radius: 10px;
    position: relative;
}

.cst_modal-form {
    max-height: 230px;
    margin-top: 10px;
    outline: none;
    color: rgb(0, 0, 0);
    border: 1px solid var(--bd);
    max-width: 434px;
    padding: 15px 25px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    width: 430px;
}

@media (max-width: 1439px) {
    .container,
    .container-sm {
        max-width: 95vw !important;
    }
}

@media (max-width: 1200px) {
    .get-catalog .col:first-child p {
        font-size: 16px;
        max-width: 100%;
    }
    #avitoBlock .get-catalog {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    @-webkit-keyframes shake {
        0% {
            transform: rotate(10deg);
        }
        100% {
            transform-origin: center center;
            transform: rotate(-10deg);
        }
    }
    @keyframes shake {
        0% {
            transform: rotate(10deg);
        }
        100% {
            transform-origin: center center;
            transform: rotate(-10deg);
        }
    }
    .get-catalog {
        gap: 2em;
        margin-bottom: 2em;
    }
    .get-catalog {
        display: block;
    }
    .get-catalog .get-catalog__col:first-child {
        margin-bottom: 1.5em;
        height: 150px;
        background-size: cover !important;
    }
    .get-catalog .col:first-child p {
        margin: 0px;
    }
    .message-box {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 95vw;
    }
}

@media (max-width: 768px) {
    .get-catalog .get-catalog__col:first-child {
        padding-left: 15px;
    }
    .get-catalog .get-catalog__col:first-child input::placeholder {
        font-size: 24px;
        color: rgb(255, 255, 255);
    }
    a,
    .cart-product-sub .minus,
    .cart-product-sub .plus,
    input,
    button {
        touch-action: manipulation;
    }
    .message-box {
        width: 100% !important;
        line-height: 1.4;
    }
    .get-catalog .message-box {
        padding: 15px;
        border-radius: 10px;
    }
    #sendMessageCatalog {
        bottom: unset;
        top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wpcf7-form-control-wrap {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .content-zavod #avitoBlock {
        margin-bottom: 0px !important;
    }
    .get-catalog .col:first-child p {
        font-size: 15px;
    }
    .get-catalog .message-box {
        padding: 10px;
    }
    .message-box,
    input.cst_modal-form.input-quiz {
        font-size: 16px;
    }
    #sendMessageCatalog {
        right: 5px;
        top: 15px;
    }
    .catalog__col-question {
        font-size: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wpcf7-form-control-wrap {
        width: 100%;
    }
}

@media (max-width: 386px) {
    .get-catalog .message-box {
        padding: 11px 10px;
    }
    .message-box {
        font-size: 15px;
    }
}

@media (max-width: 364px) {
    .message-box {
        padding: 20px 12px;
    }
}

@media (max-width: 575.98px) {
    .wpcf7-form-control-wrap {
        width: 100%;
    }
}


.message_questions.only-russian {
    outline: none;
}

input.red.catalog-kolvo {
    outline: none;
}