h2 {
  font-weight: 600;
  font-size: calc(20px + 16 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
  text-align: center;
}
/* dual_and_second_citizenship */
.dual_and_second_citizenship {
  width: 100%;
  padding: 0 15px;
}
.dual_and_second_citizenship .container {
  padding: 120px 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
}
.dual_and_second_citizenship_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 900px;
}
.dual_and_second_citizenship_img {
  width: calc(50% - 15px);
  height: auto;
  object-fit: cover;
}
.dual_and_second_citizenship_content {
  width: calc(50% - 15px);
  font-size: 16px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dual_and_second_citizenship_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #ab885d;
  cursor: pointer;
  transition: all linear 0.2s;
  max-width: 280px;
  width: 100%;
  padding: 15px;
}
/* dual_and_second_citizenship */
/* grazhdanstvo_tabu */
.grazhdanstvo_tabu {
  width: 100%;
  padding: 0 15px;
}
.grazhdanstvo_tabu h2 {
  margin-bottom: 40px;
}
.grazhdanstvo_tabu .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0;
}
.grazhdanstvo_tabu_description {
  font-size: 16px;
  line-height: 150%;
  max-width: 900px;
}
.grazhdanstvo_tabu_items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 2px solid #9c7130;
  width: 100%;
  max-width: 900px;
}
.grazhdanstvo_tabu_item {
  padding: 10px 20px;
  background: #ecebeb;
  font-weight: 600;
  font-size: calc(14px + 2 * ((100vw - 370px) / (1920 - 370)));
  color: #243d3a;
  cursor: pointer;
  transition: all linear 0.2s;
}
.grazhdanstvo_tabu_item_active {
  color: #ffffff;
  background: #3e635f;
}
.grazhdanstvo_tabu_content {
  padding: 20px 15px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  max-width: 900px;
  width: 100%;
}
.grazhdanstvo_tabu_content_active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.grazhdanstvo_tabu_content table {
  width: 100%;
  min-width: 760px;
}
.grazhdanstvo_tabu_table_wrap {
  width: 100%;
}
.grazhdanstvo_tabu_content table thead tr {
  background-color: #3e635f;
  color: #ffffff;
  text-align: left;
}
.grazhdanstvo_tabu_content table thead tr th,
.grazhdanstvo_tabu_content table tr td {
  padding: 15px;
}
.grazhdanstvo_tabu_content table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.grazhdanstvo_tabu_content table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.grazhdanstvo_tabu_content ol {
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.grazhdanstvo_tabu_content ol li {
  position: relative;
  margin-left: 20px;
}
.grazhdanstvo_tabu_content ol li::marker {
  color: #967340;
  font-weight: 500;
}
.grazhdanstvo_tabu_btn {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #ab885d;
  cursor: pointer;
  transition: all linear 0.2s;
  max-width: 280px;
  width: 100%;
  padding: 15px;
}

/* grazhdanstvo_tabu */
/* advantages_second_citizenship */
.advantages_second_citizenship {
  width: 100%;
  padding: 0 15px;
}
.advantages_second_citizenship .container {
  padding: 60px 0 120px 0;
}
.advantages_second_citizenship h2 {
  margin-bottom: 40px;
}
.advantages_second_citizenship_items {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.advantages_second_citizenship_item {
  width: calc(100% - 60px / 4);
  background-color: #f5f5f5;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 130%;
}
.advantages_second_citizenship_item_title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
}
.advantages_second_citizenship_item_title svg {
  min-width: 50px;
  min-height: 50px;
}
/* advantages_second_citizenship */
/* grazhdanstvo_head_post */
.grazhdanstvo_head_post {
  width: 100%;
  padding: 0 15px;
}
.grazhdanstvo_head_post .container {
  padding: 0px 0 40px 0;
}
.grazhdanstvo_head_post .container h2 {
  font-weight: 600;
  font-size: calc(32px + 6 * ((100vw - 370px) / (1920 - 370)));
  line-height: 120%;
  color: #243d3a;
  text-align: center;
}

/* grazhdanstvo_head_post */
/* block_faq_answer  */
.block_faq_answer ul {
  margin: 10px 0;
}
.block_faq_answer ul li {
  position: relative;
  margin-left: 20px;
  list-style: none;
}
.block_faq_answer ul 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%);
}

/* block_faq_answer  */
/* banner_line */
.banner_line {
  z-index: 1;
  padding: 0 15px;
}
.srm {
  z-index: 1;
  position: relative;
}
.banner_line_nav {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner_line_nav a {
  color: white;
  font-size: 16px;
}
.banner_line_nav_wrap {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

/* banner_line_nav */
/* call_to_action_left */
.call_to_action {
  position: relative;
}
.call_to_action_left {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.call_to_action_right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.call_to_action_title {
  font-size: calc(20px + 12 * ((100vw - 370px) / (1920 - 370)));
  width: 50%;
  width: calc(50% - 20px);
}
.call_to_action_description {
  width: calc(50% - 20px);
}
/* call_to_action_left */
/* block_faq_question */
.block_faq_question span {
  max-width: 430px;
}
/* block_faq_question */
@media (hover: hover) {
  .dual_and_second_citizenship_btn:hover {
    background-color: #7e6546;
  }
  .grazhdanstvo_tabu_item:hover {
    background: #cecece;
  }
  .grazhdanstvo_tabu_item_active:hover {
    color: #ffffff;
    background: #3e635f;
  }
  .grazhdanstvo_tabu_btn:hover {
    background-color: #7e6546;
  }
}
@media screen and (max-width: 1200px) {
  .banner_line_nav_wrap {
    width: 60%;
  }
  .banner_form {
    justify-content: center;
  }
  .advantages_second_citizenship_item {
    padding: 15px;
  }
  .advantages_second_citizenship_items {
    flex-wrap: wrap;
  }
  .advantages_second_citizenship_item {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .call_to_action {
    width: 100%;
    margin: 30px 0;
  }
  .banner_line_nav_wrap {
    flex-wrap: wrap;
    width: 55%;
    justify-content: flex-start;
    gap: 10px;
  }
  .dual_and_second_citizenship .container {
    gap: 40px;
  }
  .dual_and_second_citizenship .container {
    padding: 80px 0 40px;
  }
  .grazhdanstvo_tabu_items {
    gap: 15px;
    padding: 15px 0;
  }
  .grazhdanstvo_tabu_content {
    gap: 15px;
  }
  .grazhdanstvo_tabu_content ol {
    margin: 0;
  }
  .advantages_second_citizenship .container {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 900px) {
  .banner_line_nav_wrap {
    width: 50%;
  }
  .block_faq_question span {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .grazhdanstvo_head_post .container {
    padding-bottom: 30px;
  }
  .banner_line_nav_wrap {
    width: 100%;
  }
  .banner_form {
    padding-bottom: 110px;
  }
  .banner_line {
    height: 120px;
  }
  .grazhdanstvo_tabu .container {
    padding: 40px 0;
  }
  .grazhdanstvo_tabu_content {
    gap: 10px;
  }
  .grazhdanstvo_tabu_content {
    padding: 10px 0;
  }
  .grazhdanstvo_tabu_table_wrap {
    overflow: scroll;
  }
  .grazhdanstvo_tabu h2 {
    margin-bottom: 30px;
  }
  .advantages_second_citizenship h2 {
    margin-bottom: 30px;
  }
  .dual_and_second_citizenship .container {
    gap: 30px;
    padding: 60px 0 30px;
  }
  .dual_and_second_citizenship_wrap {
    flex-direction: column;
  }
  .dual_and_second_citizenship_img {
    width: 100%;
    aspect-ratio: 3/2;
    object-position: center;
  }
  .dual_and_second_citizenship_content {
    width: 100%;
  }
  .dual_and_second_citizenship_content {
    gap: 10px;
  }
  .advantages_second_citizenship .container {
    padding: 40px 0 40px;
  }
  .grazhdanstvo_tabu_btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .call_to_action_right {
    position: relative;
    width: 100%;
    aspect-ratio: 3/1;
    height: auto;
  }
  .call_to_action_title {
    width: 100%;
  }
  call_to_action_description {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .advantages_second_citizenship_item_title {
    flex-direction: column;
    text-align: center;
  }
  .advantages_second_citizenship_items {
    gap: 20px;
  }
  h2 {
    font-weight: 700;
  }
}
