.width-100{
    width: 100%;
}
.width-100 *{box-sizing: border-box}
.none {
    display: none
}

/* Default placeholder styling */
::placeholder {
    color: #232323; /* Placeholder text color */
    opacity: 1;  /* Opacity for all browsers */
}

/* Firefox specific placeholder styling */
:-moz-placeholder {
    color: #232323; /* Placeholder text color */
    opacity: 1;  /* Opacity for Firefox */
}

/* Internet Explorer specific placeholder styling */
:-ms-input-placeholder {
    color: #232323; /* Placeholder text color */
    opacity: 1;  /* Opacity for IE */
}

/* Microsoft Edge specific placeholder styling */
::-ms-input-placeholder {
    color: #232323; /* Placeholder text color */
    opacity: 1;  /* Opacity for Edge */
}

/* Webkit based browsers placeholder styling */
::-webkit-input-placeholder {
    color: #232323; /* Placeholder text color */
    opacity: 1;  /* Opacity for Webkit browsers */
}
.mc-consult-label img, .mc-consult-label span{pointer-events: none}
.mc-consult-block-top {
    width: 100%;
    display: flex!important;
    gap: 15px;
    margin-bottom: 15px;
}

.mc-consult-left, .mc-consult-right {
    width: 100%;
    display: flex!important;
    flex-direction: column;
    gap: 15px;
}

.mc-select-consult {
    font-size: 16px;
    font-weight: 300;
    display: block;
    outline: none;
    color: #232323;
    padding: 3px 20px;
    width: 100%;
    height: 40px;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #979797;
    background-color: #ffffff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #fff 100%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.mc-select-consult::-ms-expand {
    display: none
}

.mc-select-consult option {
    font-weight: 400
}

.mc-consult-sub-title {
    resize: none;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    min-height: 150px;
    width: 100%;
    padding: 15px;
    height: auto;
    border-radius: 15px;
    border: 1px solid #979797;
    background-color: #ffffff;
}

.mc-consult-input {
    color: #232323;
    width: 100%;
    padding: 10px 20px !important;
    margin: 0;
    border-radius: 25px;
    border: 1px solid #979797;
    background-color: #ffffff;
    height: 40px;
    outline: none;
    font-weight: 300;
    font-size: 16px;
}

.mc-consult-block-title-inv{
    margin: 0 0 15px 0 !important;
    font-weight: 300;
    color: var(--color-3) !important;
    text-align: center!important;
}

.mc-consult-block-title-inv p {
    font-weight: 300!important;
    margin: 0!important;
    font-size: 18px;
    color: var(--color-3) !important;
    text-align: center;
}

.mc-consult-left-bottom {
    display: flex!important;
    align-items: center;
    gap: 15px;
    min-height: 33px;
}

.mc-consult-label {
    margin: 0;
    font-size: 14px!important;
    background-color: #ffffff!important;
    height: 40px;
    line-height: 33px!important;
    border-radius: 30px;
    padding: 0 10px!important;
    font-weight: 300!important;
    display: flex!important;
    width: 130px;
    justify-content: center;
    gap: 5px;
    color: var(--btn-blue-color)!important;
    align-items: center;
    cursor: pointer;
    border: 1px solid var(--btn-blue-color) !important;
}

.mc-consult-label img {
    display: none;
    width: 23px;
    height: 23px
}

.mc-consult-left-bottom .mc-consult-label.mc-selected {
    background: var(--btn-blue-color)!important;
    border-color: var(--btn-blue-color) !important;
    color: #ffffff!important;
}



.mc-consult-block-bottom {
    display: flex!important;
    justify-content: center;
    flex-direction: column;
    text-align: center!important;
    gap: 15px;
}

.mc-consult-button-send {
    margin: 0 auto;
    display: block;
    color: #ffffff;
    border: none;
    width: 200px;
    height: 50px;
    font-size: 18px;
    padding: 0 15px !important;
    background: #4379F6;
    font-weight: 300;
    cursor: pointer;
    border-radius: 30px;
    background: var(--btn-blue-color);
}

label.mc-consult-check-privacy {
    font-weight: 300;
    font-size: 16px;
}

span.mc-consult-check-privacy {
    margin: 0 5px;
}

label.mc-consult-check-privacy a {
    color: var(--btn-blue-color);
    text-decoration: none;
}

label.mc-consult-check-privacy a:hover {
    color: var(--btn-blue-color);
}

.error-form {
    border: 1px solid red !important;
}
.mc-text-bold{font-weight: 500!important;}
.mc-text-consult{margin: 0 0 10px 0!important;}
@media screen and (max-width: 650px){
    .mc-consult-block-top{
        flex-wrap: wrap;
    }
    .mc-consult-sub-title {
        min-height: 70px;
    }
}
