#contacts {
    background-color: #212121;
}

.links__label {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
}

.links {
    display: flex;
    flex-direction: column;
    height: 70%;
    width: 50%;
    justify-content: space-around;
    padding: 5% 8%;
}

.telegram {
    display: flex;
    flex-direction: column;
}

.link {
    display: flex;
    flex-direction: row;
    margin: 3% 0;
}

.contact__icon {
    display: flex;
    width: 8%;
}

.contact__icon-img {
    width: 80%;
}

.telegram__link a {
    font-size: 36px;
    color: #fff;
}

.contect_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.callback {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70%;
    width: 70%;
    box-sizing: border-box;
}

.order__form {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #44454d;
    height: 100%;
    width: 75%;
    border: 2px solid #bebebe;
    border-radius: 30px;
}

.form__field {
    display: flex;
    flex-direction: column;
    width: 80%;
    color: #fff;
}

.form__field label {
    font-size: 24px;
    margin-bottom: 5px;
}

.form__input {
    width: 100%;
    font-size: 20px;
    padding: 3%;
    border-radius: 15px;
    outline: none;
    box-sizing: border-box;
}

.form__input:focus {
    border: 2px solid #ff2929;
}

.name_input {
    width: 80%;
}

.request_type_input {
    width: 100%;
}

.desc_input {
    width: 100%;
    font-size: 20px;
}

.field_submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form_btn {
    display: flex;
    width: fit-content;
    padding: 8% 16%;
    font-size: 28px;
    font-weight: 600;
    border: none;
    border-radius: 15px;
    outline: none;
}
