.support {
    font-family: Roboto,sans-serif;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: #1E1E1E;
}
.support input,
.support textarea,
.support select {
    border: 1px solid #DADCE0;
    border-radius: 4px;
    color: #1E1E1E;
}
.support__button-open {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 100;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    opacity: 0.3;
    background-color: #ff9800;
    cursor: pointer;
}
.support__button-open:hover {
    opacity: 1;
}


.support__title {
    width: 100%;
    height: 48px;
    background: #EDEEF0;
    display: flex;
    align-items: center;
    padding: 0 26px;
    font-family: Roboto,sans-serif;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    border-radius: 0 6px 0 0;
    margin: 0;
    box-sizing: border-box;
}

.support__form {
    margin: 0;
    z-index: 100000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 600px;
    height: auto;
    background: #FFFFFF;
    opacity: 1;
    display: flex;
    flex-direction: column;
    border-radius: 0 6px 0 0;
    box-shadow: 0px 0.892348px 4.46174px rgba(0, 0, 0, 0.15);
}
.support__form_opened {
    display: flex;
}


.support__content {
    display: flex;
    flex-direction: column;
    padding: 25px 26px 0 26px;
}

.support__wrapper {
        margin-bottom: 26px;
    }

.support__item-title {
    margin-bottom: 10px !important;
}

.support__item-title-accent-red {
    color: #e31f28;
    margin-left: 2px;
}

.support__item-title-accent-yellow {
    color: #ffc850;
}

.support__theme-input {
    width: 100%;
    background: #fff;
    padding: 2px 5px;
    height: 44px;
}

.support__textaria {
    width: 100%;
    height: 80px;
    overflow: auto;
    resize: none;
    background: #fff;
    border-radius: 2px;
    padding: 2px 5px;
    border: none;
}

.support__buttons-wrapper{
    display: flex;
    align-items: center;
    margin: 27px 0;
}

.support__button {
    width: 127px;
    height: 44px;
    color: #ffffff;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px;
    cursor: pointer;
    white-space: nowrap;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .28s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid;
}
.support__button_submit {
    background-color: #FF9800;
    border-color: #FF9800;
    margin-right: 26px;
    color: #ffffff !important;
}

.support__button_close {
    background-color: #ffffff;
    border-color: #DADCE0;
    color: #000000;
}

.support__button:hover {
    opacity: .7;
}
.support__button:active {
    opacity: .5;
}

.support__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.support__file-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
    
.support__file-fake {
    height: 44px;
    width: calc(100% - 111px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    border: 1px solid #c7c7c7;
    border-radius: 0 4px 4px 0;
    border-left: none;
    box-sizing: border-box;
}
    
.support__file-button {
    box-sizing: border-box;
    width: 111px;
    height: 44px;
    background: #5181B8;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.support__file-button:hover {
    opacity: 0.9;
}
 
   