/* h2 */
h2 {
  font-weight: 600;
  font-size: calc(20px + 16 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
  text-align: center;
}
/* h2 */

.block_faq_question span {
  max-width: 45%;
}
.block_faq_answer {
  width: 50%;
}
.block_team h2 {
  margin-bottom: 40px;
}
/* block_faq_question */
/* how_we_work_btn */
.how_we_work_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 600;
  font-size: calc(15px + 3 * ((100vw - 370px) / (1920 - 370)));
  line-height: 22px;
  color: #243d3a;
  margin-top: 50px;
  text-decoration: none;
}
/* how_we_work_btn */
/* consultation_lawyer */
.consultation_lawyer {
  width: 100%;
  padding: 0 15px;
}
.consultation_lawyer .container {
  padding: 50px 0px 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.consultation_lawyer h2 span {
  color: #967340;
}
.consultation_lawyer_items {
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.consultation_lawyer_items li {
  list-style-type: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #39464a;
  position: relative;
  margin-left: 23px;
}
.consultation_lawyer_items li::before {
  content: "";
  background-image: url(/wp-content/themes/Emigras/images/ul_list.svg);
  display: block;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: 10px;
  transform: translate(-50%, -50%);
}
.consultation_lawyer h2 {
  margin-bottom: 40px;
}
/* consultation_lawyer */
/* legal_assistance */
.legal_assistance {
  width: 100%;
  padding: 0 15px;
}
.legal_assistance h2 {
  margin-bottom: 40px;
}
.legal_assistance .container {
  padding-bottom: 120px;
}
.legal_assistance_steps {
  display: flex;
  justify-content: space-between;
}
.legal_assistance_step {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 15%;
  position: relative;
}
.legal_assistance_step_number {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #243d3a;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.legal_assistance_step_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  display: block;
}
.legal_assistance_step_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #595b62;
}
.legal_assistance_arrow {
  width: 100%;
  border-top: 2px #c7c7c7 dashed;
  position: absolute;
  right: 0;
  transform: translateX(50%);
  top: 25px;
}
.legal_assistance_arrow::before {
  content: "";
  border: 2px solid #c7c7c7;
  border-left: transparent;
  border-bottom: transparent;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: -7px;
  transform: rotate(45deg);
}
.legal_assistance_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #ab885d;
  height: 45px;
  border: none;
  padding-left: 0;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  transition: all linear 0.2s;
  margin: 40px auto 0 auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
}

/* legal_assistance */
/* application_for_consultation */

.application_for_consultation {
  width: 100%;
  padding: 0 15px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.application_for_consultation h2 {
  margin-bottom: 40px;
}
.application_for_consultation .container {
  padding: 80px 0 110px 0;
}
.application_for_consultation_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.application_for_consultation_wrap img {
  width: 50%;
}
.application_for_consultation_form {
  width: 50%;
}
.select_form {
  width: 100%;
  width: 100%;
  border: 1px solid #967340;
  outline: none;
  height: 45px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #39464a;
  cursor: pointer;
}
.application_for_consultation .srm {
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 15px 0;
}
.lighting {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  animation: glowing 1300ms infinite;
  border-radius: 25px;
}
@keyframes glowing {
  0% {
    background-color: #2ba805;
    box-shadow: 0 0 3px #2ba805;
  }
  50% {
    background-color: #49e819;
    box-shadow: 0 0 10px #49e819;
  }
  100% {
    background-color: #2ba805;
    box-shadow: 0 0 3px #2ba805;
  }
}
.application_for_consultation_contact {
  width: 100%;
  max-width: 780px;
  margin: 30px auto 0 auto;
}
.application_for_consultation_contact_title {
  font-size: calc(20px + 2 * ((100vw - 370px) / (1920 - 370)));
  text-align: center;
  margin-bottom: 20px;
}
.application_for_consultation_contact_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.application_for_consultation_contact_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.application_for_consultation_contact_item a {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #39464a;
  text-decoration: none;
  transition: all linear 0.2s;
}
/* application_for_consultation */
@media (hover: hover) {
  .legal_assistance_btn:hover {
    background-color: #7e6546;
  }
  .application_for_consultation_contact_item a:hover {
    font-weight: 700;
  }
}
@media screen and (max-width: 1000px) {
  .how_we_work_items {
    justify-content: space-around;
  }
  .legal_assistance_steps {
    flex-direction: column;
    max-width: 780px;
    margin: 0 auto;
    gap: 30px;
  }
  .legal_assistance_step {
    width: 100%;
    position: relative;
    padding-left: 70px;
    gap: 10px;
  }
  .legal_assistance_step_number {
    position: absolute;
    top: 0;
    left: 0;
  }
  .legal_assistance_arrow {
    width: 0;
    height: 100%;
    left: 25px;
    bottom: 0;
    border-right: 2px #c7c7c7 dashed;
  }
  .legal_assistance_arrow::before {
    bottom: 0;
    top: auto;
    right: auto;
    transform: rotate(135deg);
    left: -3px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 900px) {
  .block_faq_question span {
    max-width: 100%;
  }
  .block_faq_answer {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .legal_assistance .container {
    padding-bottom: 90px;
  }
  .choice_programs_btn {
    margin-top: 40px;
  }
  .application_for_consultation .container {
    padding: 60px 0 80px 0;
  }
}

@media screen and (max-width: 700px) {
  .block_team h2 {
    margin-bottom: 30px;
  }
  .consultation_lawyer h2 {
    margin-bottom: 30px;
  }
  .application_for_consultation h2 {
    margin-bottom: 30px;
  }
  .application_for_consultation_contact_items {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
  }
}

@media screen and (max-width: 600px) {
  .legal_assistance_step {
    gap: 5px;
  }
  .legal_assistance .container {
    padding-bottom: 60px;
  }
  .application_for_consultation .container {
    padding: 40px 0 60px 0;
  }
  .choice_programs_btn {
    margin-top: 30px;
  }
  .application_for_consultation_wrap img {
    display: none;
  }
  .application_for_consultation_form {
    width: 100%;
    max-width: 450px;
  }
}
