.container--support {
    padding: 120px 0 80px
}

.container--support>section {
    margin-top: 10px;
    justify-content: space-between
}

.container--support main {
    width: 860px;
    padding: 20px 30px 40px;
    border-color: hsla(0, 0%, 100%, .4)
}

#support-info {
    width: 290px
}

#support-info section:first-child {
    padding: 20px 30px;
    margin-bottom: 50px
}

#support-info section:first-child a {
    color: #ff61b6;
    transition: all .1s ease-in-out;
    position: relative
}

#support-info section:first-child a:after,
#support-info section:first-child a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #ff61b6
}

#support-info section:first-child a:hover:after,
#support-info section:first-child a:hover:before {
    width: 100%;
    opacity: 1
}

#support__contactText {
    color: #fff;
    font-size: 14px
}

#support__contact {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px
}

.support__telegram {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-color: rgb(144, 137, 218);
    padding: 10px 12px;
    margin-right: 20px
}

.support__telegram i {
    font-size: 34px;
    color: #fff
}

.support__formSection {
    padding-bottom: 10px
}

.support__formSection:first-child {
    border-bottom: 2px solid #3b434c;
    margin: 0 auto 30px
}

.support__formRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 20px auto
}

.support__formRow--file {
    justify-content: flex-start;
    position: relative;
    margin-bottom: 60px
}

.form__input {
    width: 385px;
    position: relative
}

.form__input--small{
    width: 182px;
}

.form__input input {
    width: 100%;
    background-color: #222b35;
    border: 1px solid hsla(0, 0%, 100%, .4);
    color: #fff;
    font-size: 14px;
    height: 44px;
    border-radius: 22px;
    padding: 0 25px
}

.form__input input::-moz-placeholder {
    color: #fff
}

.form__input input:-ms-input-placeholder {
    color: #fff
}

.form__input input::placeholder {
    color: #fff
}

.form__input label {
    display: none
}

.form__input textarea {
    width: 100%;
    background-color: #222b35;
    border: 1px solid hsla(0, 0%, 100%, .4);
    color: #fff;
    font-size: 14px;
    border-radius: 16px;
    padding: 25px
}

.form__input textarea::-moz-placeholder {
    color: #fff
}

.form__input textarea:-ms-input-placeholder {
    color: #fff
}

.form__input textarea::placeholder {
    color: #fff
}

.form__input textarea:active,
.form__input textarea:focus,
.form__input textarea:hover {
    border-color: #fff;
    outline: 0
}

.form__input input,
.form__input textarea {
    z-index: 5
}

.form__input textarea {
    line-height: 1.5
}

.form__input:not(.form__dropdown):not(.form__input--normal):focus input,
.form__input:not(.form__dropdown):not(.form__input--normal):focus textarea,
.form__input:not(.form__dropdown):not(.form__input--normal):hover input,
.form__input:not(.form__dropdown):not(.form__input--normal):hover textarea {
    border-color: #65d1ff;
    background-color: transparent
}

.form__input:not(.form__dropdown):not(.form__input--normal):focus input::-moz-placeholder,
.form__input:not(.form__dropdown):not(.form__input--normal):focus textarea::-moz-placeholder,
.form__input:not(.form__dropdown):not(.form__input--normal):hover input::-moz-placeholder,
.form__input:not(.form__dropdown):not(.form__input--normal):hover textarea::-moz-placeholder {
    font-size: 0
}

.form__input:not(.form__dropdown):not(.form__input--normal):focus input:-ms-input-placeholder,
.form__input:not(.form__dropdown):not(.form__input--normal):focus textarea:-ms-input-placeholder,
.form__input:not(.form__dropdown):not(.form__input--normal):hover input:-ms-input-placeholder,
.form__input:not(.form__dropdown):not(.form__input--normal):hover textarea:-ms-input-placeholder {
    font-size: 0
}

.form__input:not(.form__dropdown):not(.form__input--normal):focus input::placeholder,
.form__input:not(.form__dropdown):not(.form__input--normal):focus textarea::placeholder,
.form__input:not(.form__dropdown):not(.form__input--normal):hover input::placeholder,
.form__input:not(.form__dropdown):not(.form__input--normal):hover textarea::placeholder {
    font-size: 0
}

.form__input:not(.form__dropdown):not(.form__input--normal):focus label,
.form__input:not(.form__dropdown):not(.form__input--normal):hover label {
    display: block;
    color: #65d1ff;
    position: absolute;
    font-size: 11px;
    top: -8px;
    left: 23px;
    background-color: #1d2630;
    padding: 0 5px
}

.form__input:not(.form__dropdown):not(.form__input--normal):focus .form__error,
.form__input:not(.form__dropdown):not(.form__input--normal):hover .form__error {
    display: none
}

.form__input--error input,
.form__input--error textarea {
    border-color: #ff61b6;
    background-color: transparent
}

.form__input--error input::-moz-placeholder,
.form__input--error textarea::-moz-placeholder {
    font-size: 0
}

.form__input--error input:-ms-input-placeholder,
.form__input--error textarea:-ms-input-placeholder {
    font-size: 0
}

.form__input--error input::placeholder,
.form__input--error textarea::placeholder {
    font-size: 0
}

.form__input--error label {
    display: block;
    color: #ff61b6;
    position: absolute;
    font-size: 11px;
    top: -8px;
    left: 23px;
    background-color: #1d2630;
    padding: 0 5px
}

.form__input--error .form__error {
    display: none;
    display: block;
    color: #ff61b6;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 13px
}

.form__input--full {
    width: 100%
}

.form__dropdown {
    width: 182px
}

.form__dropdown i {
    position: absolute;
    color: #fff;
    font-size: 16px;
    top: 14px;
    right: 20px
}

.form__dropdown.form__input--full {
    width: 100%
}

.form__dropdown--open input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.form__dropdown--open .form__options {
    display: block;
    z-index: 10
}

.form__dropdown.form__input--error .form__error,
.form__dropdown.form__input--error label {
    display: none
}

.form__dropdown.form__input--error input {
    background-color: #222b35
}

.form__dropdown.form__input--error input::-moz-placeholder {
    color: #ff61b6;
    font-size: 14px
}

.form__dropdown.form__input--error input:-ms-input-placeholder {
    color: #ff61b6;
    font-size: 14px
}

.form__dropdown.form__input--error input::placeholder {
    color: #ff61b6;
    font-size: 14px
}

.form__dropdown.form__input--error .form__options {
    border-color: #ff61b6
}

.support__formFooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

.support__formFooter p {
    width: 600px;
    color: #fff;
    font-size: 12px;
    margin: 0
}

.support__formFooter a {
    transition: all .1s ease-in-out;
    position: relative;
    color: #ff61b6
}

.support__formFooter a:after,
.support__formFooter a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #ff61b6
}

.support__formFooter a:hover:after,
.support__formFooter a:hover:before {
    width: 100%;
    opacity: 1
}

.support__formFooter .form__btn {
    width: 145px
}

.form__dropdownInput {
    cursor: pointer
}

.form__options {
    display: none;
    width: 100%;
    background-color: #222b35;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 1px solid hsla(0, 0%, 100%, .4);
    border-top: 0;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
    position: absolute;
    top: 32px;
    left: 0;
    overflow: hidden
}

.form__options:hover {
    background-color: transparent
}

.form__options+.form__error {
    right: 35px
}

.form__option {
    background-color: #222b35;
    cursor: pointer;
    padding: 10px 25px;
    position: relative
}

.form__option:hover {
    background-color: #2d363f;
    color: #ff61b6
}

.form__option:not(:last-child):after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    position: absolute;
    bottom: 0;
    left: 15px
}

.form__error {
    display: none
}

#support-file {
    width: 160px;
    cursor: pointer;
    display: block;
    margin-left: 15px;
    opacity: 0;
    position: relative;
    z-index: 20
}

#support-file:hover+.form__fileLabel:hover {
    background-color: #ff61b6;
    color: #fff
}

.form__fileLabel {
    color: #ff61b6;
    cursor: pointer;
    position: absolute;
    z-index: 10
}

.form__fileLabel--pc {
    width: 145px;
    border: 1px solid #ff61b6;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    padding: 4px;
    left: 400px
}

.form__fileLabel--pc:hover:hover {
    background-color: #ff61b6;
    color: #fff
}

@media screen and (max-width:1299px) {
    .container--support {
        padding-top: 70px;
        position: relative;
        padding-bottom: 0
    }
    .container--support main {
        width: 100%;
        border: 0;
        padding: 20px 20px 30px;
        margin-top: 150px
    }
    .container--support>section {
        margin: 0
    }
    .support__telegram {
        width: 85px;
        height: 85px;
        padding: 15px;
        margin-top: 10px
    }
    .support__telegram i {
        font-size: 56px
    }
}

@media screen and (max-width:1299px) and (max-width:350px) {
    .support__telegram {
        width: 70px;
        height: 70px;
        padding: 14px;
        margin-top: 10px
    }
    .support__telegram i {
        font-size: 44px
    }
}

@media screen and (max-width:1299px) {
    #support__contact {
        position: relative
    }
    #support__contact h2 {
        display: inline
    }
    #support__contact>div:nth-child(2) {
        position: absolute;
        top: 0;
        left: 105px
    }
}

@media screen and (max-width:1299px) and (max-width:350px) {
    #support__contact>div:nth-child(2) {
        left: 85px
    }
}

@media screen and (max-width:1299px) {
    #support__contactText {
        width: calc(100% - 120px);
        position: absolute;
        left: 125px;
        top: 45px
    }
    #support__contactText p {
        margin: 0
    }
}

@media screen and (max-width:1299px) and (max-width:350px) {
    #support__contactText {
        left: 105px
    }
}

@media screen and (max-width:1299px) {
    .support__formSection {
        margin-bottom: 20px
    }
    .support__formSection:first-child {
        border: 0;
        margin-bottom: 20px
    }
    .support__formRow {
        flex-direction: column;
        margin: 0 auto
    }
    .support__formRow--file {
        margin: 0 auto 10px
    }
    .form__dropdown,
    .form__input {
        width: 100%;
        margin: 20px auto 0
    }
    #support-info {
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0
    }
    #support-info .events {
        display: none
    }
    #support-info section:first-child {
        border: 0;
        padding: 0 20px
    }
    .support__formFooter {
        position: relative
    }
    .support__formFooter .form__btn {
        width: 100%;
        position: absolute;
        top: 0
    }
    .support__formFooter p {
        padding: 0 5px;
        margin-top: 70px
    }
    #support-file {
        position: absolute;
        width: 30px;
        height: 25px;
        margin: 0;
        right: 20px;
        top: 30px
    }
    .form__fileLabel--mobile {
        right: 20px;
        top: 21px;
        font-size: 30px
    }
    #support-filename {
        padding-right: 55px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
}

#db_bgc {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    opacity: 0.5;
    display: none;
    background-color: rgb(0, 0, 0);
    z-index: 100;
    position: fixed;
}

#dbcheck {
    margin: 0 auto;
    width: 600px;
    height: 330px;
    letter-spacing: 3px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    position: fixed;
    border-radius: 20px;
    display: none;
    background-color: #1d2630;
}

#dbcheck_content img {
    margin-top: 30px;
}

.db_header h1 {
    color: #ffffff;
}

.db_body {
    color: #ff61b6;
}

.db_footer button {
    width: 150px;
    height: 50px;
    background-color: #ff61b6;
    border-radius: 25px;
    color: white;
    font-size: 18px;
    font-weight: 800;
    line-height: 15px;
    margin-top: 10px;
}