.help {
}
.help > img {
  display: block;
}
@media (max-width: 1570px) {
  .help > img {
    min-height: 900px;
    object-fit: cover;
    object-position: 73% 100%;
  }
}
@media (max-width: 1200px) {
  .help > img {
    min-height: 830px;
  }
}
@media (max-width: 992px) {
  .help > img {
    min-height: 760px;
  }
}
@media (max-width: 768px) {
  .help > img {
    min-height: 660px;
  }
}

.help__content {
  position: absolute;
  top: 160px;
  left: 80px;
  max-width: 583px;
}
@media (max-width: 1570px) {
  .help__content {
    top: 140px;
    left: 50px;
  }
}
@media (max-width: 1440px) {
  .help__content {
    top: 120px;
  }
}
@media (max-width: 1200px) {
  .help__content {
    left: 35px;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .help__content {
    left: 20px;
    max-width: 100%;
    top: 80px;
  }
}

.help__title {
  font-size: 40px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: 0.4000000059604645px;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1570px) {
  .help__title {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .help__title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .help__title {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .help__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .help__title {
    text-align: center;
    font-size: 20px;
  }
}

.help__group-box {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 50px;
  overflow: auto;
  height: 100% !important;
}
@media (max-width: 1570px) {
  .help__group-box {
    margin-top: 40px;
    height: calc(100vh - 280px);
  }
}
@media (max-width: 1440px) {
  .help__group-box {
    margin-top: 40px;
    height: calc(100vh - 280px);
  }
}
@media (max-width: 1200px) {
  .help__group-box {
    margin-top: 30px;
    row-gap: 20px;
    height: calc(100vh - 320px);
  }
}
@media (max-width: 992px) {
  .help__group-box {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .help__group-box {
    max-width: 335px;
    height: calc(100vh - 400px);
  }
}

.help__group {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
@media (max-width: 1200px) {
  .help__group {
    row-gap: 20px;
  }
}

.help__dropdown-box {
  padding: 18px 40px;
  background-color: #ffffff66;

  position: relative;
}

/* .help__dropdown-box::after {
    content: "";
    display: block;
    width: 100px;
    height: 60px;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
} */

@media (max-width: 1200px) {
  .help__dropdown-box {
    padding: 14px;
  }
}
@media (max-width: 992px) {
  .help__dropdown-box {
    padding: 8px 10px;
  }
}

.help__dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 50px;
}

.help__dropdown > svg {
  pointer-events: none;
}

.help__dropdown-text {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  pointer-events: none;
}
.help__dropdown-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.4000000059604645px;
  color: #fff;
  text-transform: uppercase;
}

.help__write-form-button {
  border: 2px solid #2d384a;

  transition: all 0.2s linear;
}

.help__write-form-button:hover {
  transition: all 0.2s linear;

  background-color: #ffffff;
  color: #2d384a;
}

@media (max-width: 1200px) {
  .help__dropdown-title {
    font-size: 18px;
  }
}

@media (max-width: 568px) {
  .help__dropdown-title {
    font-size: 15px;
  }
}

.help__dropdown-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.4000000059604645px;
  color: #fff;
}
@media (max-width: 1200px) {
  .help__dropdown-desc {
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .help__dropdown-desc {
    font-size: 14px;
  }
}

@media (max-width: 568px) {
  .help__dropdown-desc {
    font-size: 12px;
  }
}

.help__dropdown-box.open svg {
  transform: rotate(180deg);
}
@media (max-width: 1440px) {
  .help__dropdown-box svg {
    width: 30px;
    height: 18px;
  }
}
@media (max-width: 1200px) {
  .help__dropdown-box svg {
    width: 20px;
    height: 15px;
  }
}

.help__dropdown-box.open {
  /* padding-bottom: 40px; */
}
.help__dropdown-list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-top: 30px;
  display: none;
}
@media (max-width: 1200px) {
  .help__dropdown-list {
    margin-top: 15px;
  }
}

.help__dropdown-list__group:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 1570px) {
  .help__dropdown-list__group:not(:first-child) {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .help__dropdown-list__group:not(:first-child) {
    margin-top: 15px;
  }
}

.help__dropdown-list__group {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media (max-width: 1200px) {
  .help__dropdown-list__group {
    row-gap: 10px;
  }
}

@media (max-width: 768px) {
  .help__dropdown-list__group:not(:first-child) {
    margin-top: 7px;
  }

  .help__dropdown-list__group {
    row-gap: 4px;
  }
}

.help__dropdown-list__title {
  font-size: 20px;
  font-weight: 700;
  /* line-height: 51px; */
  letter-spacing: 0.4000000059604645px;
  color: #fff;
}
@media (max-width: 1200px) {
  .help__dropdown-list__title {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .help__dropdown-list__title {
    font-size: 15px;
  }
}

.help__dropdown-list__text {
  font-size: 20px;
  font-weight: 500;
  /* line-height: 51px; */
  letter-spacing: 0.4000000059604645px;
  color: #fff;
}
.help__dropdown-list__desc {
  font-size: 18px;
  font-weight: 500;
  /* line-height: 51px; */
  letter-spacing: 0.4000000059604645px;
  color: #fff;
}
@media (max-width: 1200px) {
  .help__dropdown-list__desc {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .help__dropdown-list__title {
    font-size: 14px;
  }
  .help__dropdown-list__text {
    font-size: 15px;
  }
}

.help__dropdown-list.write .help__dropdown-list__group:first-child {
  flex-direction: row;
  justify-content: space-between;
  column-gap: 50px;
}
.help__dropdown-list.write .help__dropdown-list__item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 1200px) {
  .help__dropdown-list.write .help__dropdown-list__item {
    row-gap: 5px;
  }
}

.help__dropdown-list.write .help__dropdown-list__item a {
  font-size: 15px;
  font-weight: 500;
  /* line-height: 31px; */
  letter-spacing: 0.4000000059604645px;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .help__dropdown-list.write .help__dropdown-list__item a {
    font-size: 14px;
  }
}

.help__dropdown-list.write .help__dropdown-list__item span {
  font-size: 15px;
  font-weight: 600;
  /* line-height: 31px; */
  letter-spacing: 0.4000000059604645px;
  color: #fff;
}
@media (max-width: 1200px) {
  .help__dropdown-list.write .help__dropdown-list__item span {
    font-size: 12px;
  }

  .help__dropdown-list.write .help__dropdown-list__group:first-child {
    flex-direction: column;
  }
}
.help__write-form {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 1200px) {
  .help__write-form {
    row-gap: 15px;
  }
}

.help__write-form input {
  width: 100%;

  border-bottom: 1px solid #fff;
  padding-bottom: 10px;

  font-family: var(--new1-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #fff;
}
@media (max-width: 1200px) {
  .help__write-form input {
    padding-bottom: 5px;
  }
}

.help__write-form input::placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
}
@media (max-width: 1200px) {
  .help__write-form input::placeholder {
    font-size: 12px;
  }
}
.help__write-form textarea {
  width: 93.5%;

  height: 55px;
  padding: 17px;

  border: none;
  outline: none;

  font-size: 16px;
}
@media (max-width: 1200px) {
  .help__write-form textarea {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .help__write-form textarea {
    height: 55px;
  }
}

.help__write-form textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  color: #989898;
}
@media (max-width: 768px) {
  .help__write-form textarea::placeholder {
    font-size: 14px;
  }
}

.help__write-form button {
  padding: 18px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #2d384a;
  cursor: pointer;
  font-family: var(--font-family);
}
@media (max-width: 1200px) {
  .help__write-form button {
    padding: 15px;
  }
}

@media (max-width: 550px) {
  .help__content {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .help__group-box {
    margin: 0 auto;
  }
}

.help__write-form-group {
  position: relative;
}

.help__write-form-group.has-error > input,
.help__write-form-group.has-error > textarea {
  color: #dc3545;
}

.help__write-form-group.has-error > input::placeholder {
  color: #dc3545;
}

.help__write-form-group.has-error > input {
  border-bottom: 1px solid #dc3545;
}

.help__write-form-group.has-error > textarea,
.help__write-form-group.has-error > textarea::placeholder {
  color: #dc3545;
}

.help__write-form-group-error {
  font-family: var(--new1-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #dc3545;

  opacity: 0;

  position: absolute;
  bottom: -27px;
  left: 0;
  z-index: 2;

  transform: all 0.2s linear;
}

.help__write-form-group.has-error .help__write-form-group-error {
  opacity: 1;
  transform: all 0.2s linear;
}

.help__write-form input:focus,
.help__write-form input:focus,
.help__write-form input:focus {
  font-size: 15px !important;
}

@media (max-width: 1200px) {
  .help__write-form textarea {
    width: -webkit-fill-available;
  }

  .help__write-form input {
    font-size: 12px;
  }

  .help__write-form-group-error {
    font-size: 12px;
    bottom: -19px;
  }

  .help__write-form input:focus,
  .help__write-form input:focus,
  .help__write-form input:focus {
    font-size: 12px !important;
  }
}

.help__write-form-group__form-main-success {
  font-family: var(--new1-font);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: white;
  text-align: center;
}
