.wrapper-support-form {
  align-items: center;
  margin-bottom: -70px !important;
  margin-top: -122px !important;
}

.support.skewed {
  padding-bottom: 20px;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 0;
}

.support-body {
  display: flex;
}
.support-content {
  margin-right: 33px;
  display: flex;
  flex-direction: column;
}
.support-content_title {
  margin-bottom: 39px !important;
}
.intro-content_body {
  width: 586px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
  margin-bottom: 138px;
}

.support-questions {
width: 536px;
color: #061C3D;
font-size: 56px;
font-weight: 600;
line-height: 60px;
letter-spacing: -0.015em;
text-align: left;
margin-bottom: 32px;
}
.support-questions-text {
display: none;
width: 536px;
color: #42526B;
font-size: 18px;
font-weight: 300;
line-height: 26px;
text-align: left;
margin-bottom: 48px;
}

.support-content-btns {
display: flex;
}

.faq {
background: #FE6726;
border: none;
width: 200px;
height: 56px;
border-radius: 7px;
text-align: center;
color: #FFFFFF;
font-size: 17px;
font-weight: 500;
line-height: 56px;
margin-right: 16px;
transition: all 0.3s ease;
cursor: pointer;
display: block;
}
.privacy {
border: 1.5px solid #FE6726;
background: transparent;
width: 200px;
height: 56px;
border-radius: 7px;
text-align: center;
color: #FE6726;
font-size: 17px;
font-weight: 500;
line-height: 56px;
margin-right: 16px;
cursor: pointer;
transition: all 0.3s ease;
display: block;
}

.faq:active,
.privacy:active {
transform: scale(0.98);
}

.faq:hover {
color: #FE6726;
background-color: #fff;
border: 1.5px solid #FE6726;
}
.privacy:hover {
background-color: #FE6726;
color: #fff;
}

.ticket-form {
position: relative;
top: -204px;
border-radius: 20px;
background: #FFFFFF;
box-shadow: 0px 12px 56px 0px #061C3D14;
z-index: 1;
}
.ticket-header {
margin-top: 48px;
margin-right: 48px;
margin-left: 48px;
margin-bottom: 32px;
font-size: 32px;
font-weight: 600;
line-height: 40px;
letter-spacing: -0.015em;
text-align: left;
color: #061C3D;
}
.ticket-body {
margin-right: 48px;
margin-left: 48px;
display: flex;
flex-direction: column;
}
.body-user-data {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.body-user-data .data-item {
display: flex;
flex-direction: column;
}
.field_label {
margin-bottom: 6px;
color: #061C3D;
font-size: 14px;
font-weight: 300;
line-height: 20px;
text-align: left;

}
.form-field {
width: 266px;
height: 48px;
top: 26px;
padding: 12px 12px 12px 18px;
gap: 8px;
border-radius: 5px;
border: 1px solid #E6E8EC;
angle: 0 deg;
color: #838E9E;
font-size: 16px;
font-weight: 300;
line-height: 24px;
text-align: left;

}
.subject {
margin-bottom: 20px;
width: 552px;
height: 48px;
top: 0px;
gap: 8px;
border-radius: 5px;
border: 1px solid #E6E8EC;
padding: 12px 175px 12px 18px;
position: relative;
cursor: pointer;

-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url('/content/redesign/img/select-arrow.svg') 98% / 2.37% no-repeat #fff;
}

.subject:focus {
outline: none;
}

.message {
width: 100%;
height: 273px;
top: 26px;
gap: 8px;
padding: 12px 18px 12px 18px;
border-radius: 5px;
border: 1px solid #E6E8EC;
color: #838E9E;
font-size: 16px;
font-weight: 300;
line-height: 24px;
text-align: left;
margin-bottom: 26px;
font-family: 'Lexend', sans-serif;
resize: none;
}

.message::placeholder,
.form-field::placeholder {
font-family: 'Lexend', sans-serif;
color: #838E9E;

}

.request_btn {
width: 552px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px 20px;
background-color: #FE6726;
color: #ffffff;
border: none;
border-radius: 7px;
cursor: pointer;
font-size: 17px;
font-weight: 500;
line-height: 56px;
text-align: left;
margin-bottom: 50px;
transition: all 0.3s ease;
cursor: pointer;
font-family: 'Lexend', sans-serif;
}

.request_btn:hover {
opacity: 0.8;
}

.arrow-icon {
margin-left: 8px;
display: inline-block;
vertical-align: middle;
}

.request_btn img {
width: 24px;
height: auto;
}
/*.ticket-form {*/
/*  margin-bottom: 134px;*/
/*}*/
