

/* Start:/local/components/travelsoft/travelsoft.feedback_/templates/.default/style.css?17273637232617*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
/*div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}*/
div.mf-ok-text {color:#247ed0; font-weight:bold; padding-bottom: 1em;}
.error {
    color: red !important;
    border-color: red !important;
}
.text_error {
    color: red !important;
}

.support-submit.button-primary {
    width: 318px;
    max-width: 318px;
    height: 100%;
}

.support-textarea{
    width: 100%;
    font-size: 16px;
    outline: none;
    border: none;
    padding-right: 0;
    resize: vertical;
}

.input-block__full .input-wrapper {
    width: 100%;
    max-width: 100%;
}

.input-wrapper {
    display: flex;
    flex-direction: column;
}

.input-block {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 329px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #D9DADB;
    box-sizing: border-box;
    background: #FFF;
}

.input-block__full {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin-right: unset;
}

.support {
    max-width: 1280px;
    box-shadow: 0 -4px 8px 0 rgba(22, 47, 81, 0.06), 0 32px 32px 0 rgba(21, 40, 60, 0.05);
    background: #fff;
    border-radius: 32px;
    color: #4f4a66;
    margin-bottom: 93px;
}

@media screen and (max-width: 1680px){
    .support-form__wrapper {
        max-width: 60%;
    }
}

.support-form__wrapper {
    max-width: 682px;
    padding: 64px 0;
}

@media screen and (max-width: 1680px){
    .support-wrapper {
        width: 90%;
    }
}

.support-wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    padding-left: 108px;
    box-sizing: border-box;
}

.support-form {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    column-gap: 20px;
}

/*@media screen and (max-width: 1680px){
    .support-form .input-block {
        width: 100%;
    }
}*/

.support-from__title {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #4f4a66;
    text-align: center;
}

.support-from__subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.support-image {
    display: flex;
}

.support-image img {
    object-fit: fill;
    border-radius: 0 32px 32px 0;
}

input[type="checkbox"] {
    min-width: 2rem;
    width: auto;
}
@media (max-width: 676px) {
    .input-block__full{
        flex-flow: column;
    }
}
/* End */
/* /local/components/travelsoft/travelsoft.feedback_/templates/.default/style.css?17273637232617 */
