.manager-feedback {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #1B212A;
  padding: 32px 60px;
  border-top: 4px solid #EFB400;
  border-bottom: 4px solid #EFB400;
} .manager-feedback_left {
  max-width: 668px;
  width: 100%;
  margin-right: 70px;
} .manager-feedback_left h2 {
  font-family: 'Roboto';
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  text-transform: uppercase;
  color: #FFFFFF;
} .manager-feedback_left p {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  color: #FFFFFF;
} .manager-feedback .line {
	width: 95px;
	height: 4px;
	background: #EFB400;
	margin: 10px 0 15px;
} .manager-feedback {
  display: flex;
  align-items: center;
} .manager-feedback__form {
  max-width: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 55px;
} .manager-feedback__form-field {
	position: relative;
  max-width: 322px;
  width: 100%;
} .manager-feedback__form-field input[type="text"],
	.manager-feedback__form-field textarea {
	width: 100%;
	padding: 20px;
	background: #354D6680;
	border: 1px solid #3F484F;
	border-radius: 10px;
	outline: none;
	resize: none;

	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1%;
	color: #FFFFFF;
} .manager-feedback__form-field input[type="text"] ~ label,
	.manager-feedback__form-field textarea ~ label {
	position: absolute;
	top: 15px;
	left: 15px;
	display: flex;
	align-items: center;
	gap: 20px;

	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1%;
	color: #FFFFFFA1;

	background: transparent;
	border-radius: 10px;
	padding: 5px;
	user-select: none;
	pointer-events: none;
} .manager-feedback__form-field label span {
	color: #EFB400;
} .manager-feedback__form-field input[type="text"]:focus ~ label,
	.manager-feedback__form-field input[type="text"]:not(:placeholder-shown) ~ label,
	.manager-feedback__form-field textarea:focus ~ label,
	.manager-feedback__form-field textarea:not(:placeholder-shown) ~ label {
	top: -20px;
	left: 40px;
	background: #3F484F;
} .manager-feedback__form-field input[type="checkbox"] ~ label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
	min-width: 27px;
	height: 27px;
	border: 1px solid #EFB400;
	border-radius: 6px;
	cursor: pointer;
} .manager-feedback__form-field input[type="checkbox"] ~ label .checkbox-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 0;
	height: 0;
} .manager-feedback__form-field input[type="checkbox"]:checked ~ label .checkbox-icon {
	width: 14px;
	height: 14px;
} .manager-feedback__form-field.check {
	display: flex;
	align-items: center;
	gap: 8px;
} .manager-feedback__form-field.check p {
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1%;
	color: #FFFFFFA1;
} .manager-feedback__form-field.check p a {
	color: #EFB400;
	text-decoration: underline;
} .manager-feedback__form-button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 38px;
  max-width: 435px;
	width: 100%;
  height: fit-content;
	padding: 17px 0;
	background: #EFB400;
	border-radius: 10px;
	border: 1px solid #EFB400;
	outline: none;
	cursor: pointer;
} .manager-feedback__form-button:hover {
	background: #1B212A;
} .manager-feedback__form-button p {
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1%;
	color: #FFFFFF;
} .manager-feedback_right {
  position: absolute;
  right: 20px;
  bottom: 0;
  max-width: 426px;
  width: 100%;
  display: flex;
} .manager-feedback_right img {
  width: inherit;
} @media (max-width: 1700px) {
  .manager-feedback_left {
    max-width: 550px;
    margin-right: 0;
  } .manager-feedback_right {
    max-width: 300px;
  }
} @media (max-width: 1370px) {
  .manager-feedback {
    flex-direction: column;
    gap: 50px;
  } .manager-feedback_left {
    max-width: 700px;
  }
} @media (max-width: 700px) {
  .manager-feedback_right {
    display: none;
  }
} @media (max-width: 620px) {
  .manager-feedback {
    gap: 30px;
    padding: 35px 15px;
  } .manager-feedback_left h2 {
    font-size: 24px;
  } .manager-feedback_left p {
    font-size: 20px;
  } .manager-feedback__form-field,
    .manager-feedback__form-button {
    max-width: 100%;
  } 
}