.banner .container {
  padding: 135px 0 75px;
}

h2 {
  font-weight: 600;
  font-size: calc(20px + 16 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  text-align: center;
  color: #243d3a;
  margin-bottom: 40px;
}
/* content_celi */
.content_celi {
  width: 100%;
  padding: 0 15px;
}
.content_celi .container {
  padding: 60px 0;
  max-width: 800px;
}
.content_celi blockquote {
  padding: 30px 30px 30px 80px;
  background-color: #f5f5f5;
  position: relative;
  margin: 20px 0;
  position: relative;
}
.content_celi blockquote p {
  font-weight: 400;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
  font-style: italic;
  margin: 0;
}
.content_celi blockquote::after {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(/wp-content/themes/Emigras/images/Quote.svg);
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 15px;
  left: 40px;
  transform: translateX(-50%);
}
.content_celi h2 {
  font-weight: 600;
  font-size: calc(20px + 16 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
  width: 100%;
  margin: 40px auto 20px;
  text-align: center;
}
.content_celi h3 {
  margin: 20px auto 20px auto;
  font-weight: 600;
  font-size: calc(28px + 12 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
  width: 100%;
  text-align: center;
}

.content_celi p {
  font-weight: 400;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #39464a;
  margin-bottom: 20px;
  width: 100%;
  margin: 10px 0 20px;
}
.content_celi a {
  text-decoration: none;
}

.content_celi ul,
.content_celi ol {
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content_celi ul li {
  list-style: none;
  font-weight: 500;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 160%;
  color: #39464a;
  position: relative;
  margin-left: 20px;
}
.content_celi ol li {
  font-weight: 500;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 160%;
  color: #39464a;
  position: relative;
  margin-left: 20px;
}
.content_celi ol li::marker {
  color: #967340;
  font-weight: 500;
}
.content_celi 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: 14px;
  transform: translate(-50%, -50%);
}
/* content_celi */
.block_faq_answer {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.footer {
  margin-top: 120px;
}
.block_mass_media .container {
  padding-bottom: 120px;
}
/* goals_steps */
.goals_steps {
  width: 100%;
  padding: 0 15px;
}
.goals_steps .container {
  padding: 120px 0;
}
.goals_steps_items {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.goals_steps_item {
  width: calc(100% / 4 - 120px / 4);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.goals_steps_item::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 80px);
  height: 2px;
  background: #967340;
  top: 40px;
  left: 100px;
  transform: translateY(50%);
}
.goals_steps_item:last-of-type::before {
  display: none;
}
.goals_steps_item_number {
  background: #3e635f;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goals_steps_item_number span {
  background: linear-gradient(
    90deg,
    #ab8d60 0.02%,
    #b29466 7.02%,
    #dbc087 51.01%,
    #ab8d60 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
}
.goals_steps_item_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #2d4744;
}
.goals_steps_item_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #39464a;
}
/* goals_steps */
/* goals_advantages */
.goals_advantages {
  width: 100%;
  padding: 0 15px;
  background: #f5f5f5;
}
.goals_advantages .container {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.goals_advantages_items {
  width: 100%;
  max-width: 780px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.goals_advantages_item {
  width: calc(100% / 2 - 10px);
  box-shadow: 0px 5px 80px rgba(161, 189, 225, 0.21);
  background: #ffffff;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #39464a;
}
.goals_advantages_item_head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #2d4744;
}
.goals_advantages_item_head img {
  width: 60px;
  height: 60px;
}
/* goals_advantages */
/* goals_additional_benefits */
.goals_additional_benefits {
  width: 100%;
  padding: 0 15px;
}
.goals_additional_benefits .container {
  padding: 120px 0;
}
.goals_additional_benefits_items {
  display: flex;
  gap: 40px;
}
.goals_additional_benefits_item {
  width: calc(100% / 4 - 120px / 4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #39464a;
}
.goals_additional_benefits_item img {
  width: 60px;
  height: 60px;
}
/* goals_additional_benefits */
/* goals_conversion */
.goals_conversion {
  width: 100%;
  padding: 0 15px;
  background: #3e635f;
}
.goals_conversion_last {
  margin: 60px 0 120px;
}
.goals_conversion .container {
  display: flex;
  gap: 20px;
}
.goals_conversion_img,
.goals_conversion_content {
  width: 50%;
}
.goals_conversion_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 40px 0;
}
.goals_conversion_img img {
  aspect-ratio: 3/1.5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
.goals_conversion_title {
  font-weight: 600;
  font-size: calc(20px + 10 * ((100vw - 370px) / (1920 - 370)));
  line-height: 130%;
  color: #ffffff;
}
.goals_conversion_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
}
.goals_conversion_btn {
  background: #ab885d;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: fit-content;
  margin-top: 35px;
  cursor: pointer;
  transition: all linear 0.2s;
}
/* goals_conversion */
/* goals_country */
.goals_swiper {
  width: 100%;
  padding: 0 15px;
}
.goals_swiper .container {
  padding: 120px 0;
}
.swiper {
  width: 100%;
  filter: drop-shadow(0px 5px 80px rgba(161, 189, 225, 0.21));
}
.swiper-slide_item {
  width: 100%;
  height: 100%;
  background-color: white;
  cursor: pointer;
  transition: 0.5s all;
}
.swiper-slide_item_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.swiper-slide_item_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
.slide_item_tag {
  position: absolute;
  bottom: 10px;
  left: 15px;
  background: #9c7130;
  opacity: 0.9;
  border-radius: 20px 0px;
  padding: 10px;
  color: white;
  font-weight: 700;
  font-size: 12px;
}
.swiper-slide_item_content {
  padding: 15px 15px 30px 15px;
}
.swiper-slide_item_content a {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #2d4744;
  margin-bottom: 8px;
  display: block;
  transition: 0.5s color;
  text-decoration: none;
  transition: 0.5s color;
}
.swiper-slide {
  height: auto;
}
.swiper-slide_item_content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #6c6c6c;
  margin-bottom: 4px;
}
.goals_swiper_wrap {
  position: relative;
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -40px);
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -40px);
}
.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  height: 35px;
  background: #3e635f;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  background: linear-gradient(
    90deg,
    #ab8d60 0.02%,
    #b29466 7.02%,
    #dbc087 51.01%,
    #ab8d60 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 150%;
  font-weight: 900;
}
/* goals_country */

/* goals_legal */
.goals_legal {
  width: 100%;
  padding: 0 15px;
  background: #f5f5f5;
}
.goals_legal .container {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.goals_legal_wrap {
  display: flex;
  width: 100%;
  max-width: 780px;
  gap: 50px;
}
.goals_legal_img,
.goals_legal_items {
  width: calc(100% / 2 - 25px);
}
.goals_legal_items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.goals_legal_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #243d3a;
}
.goals_legal_item img {
  width: 60px;
  height: 60px;
}
.goals_legal_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* goals_legal */
/* goals_choose_us */
.goals_choose_us {
  width: 100%;
  padding: 0 15px;
}
.goals_choose_us .container {
  padding: 120px 0 60px 0;
}
.goals_choose_us_wrap {
  display: flex;
  gap: 40px;
}
.goals_choose_us_conent {
  width: calc(40% - 25px);
}
.goals_choose_us_conent ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.goals_choose_us_conent li {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #39464a;
  list-style: none;
  position: relative;
  margin-left: 20px;
}
.goals_choose_us_conent 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%);
}
.goals_choose_us_img {
  width: calc(60% - 25px);
  position: relative;
}
.goals_choose_us_img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  height: 100%;
}
/* goals_choose_us */
/* vacancy */
.vacancy {
  width: 100%;
  padding: 0 15px;
}
.vacancy .container {
  padding: 60px 0;
}
.vacancy_items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.vacancy_item {
  width: calc(100% / 3 - 40px / 3);
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 17px 40px 0px rgba(161, 189, 225, 0.21);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vacancy_item img {
  width: 100%;
  height: auto;
  aspect-ratio: 19/10;
  object-fit: cover;
  object-position: center;
}
.vacancy_content {
  padding: 15px 20px;
}
.vacancy_item_title {
  color: #2d4744;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
.vacancy_detail {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.vacancy_detail_item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #10181b;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}
.vacancy_item_description {
  color: #393f47;
  font-size: calc(14px + 2 * ((100vw - 370px) / (1920 - 370)));
  font-weight: 400;
  line-height: 140%;
}
.vacancy_line {
  padding: 5px 15px;
  background-color: #3e635f;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  flex-wrap: wrap;
}
.vacancy_line span {
  text-decoration: underline dotted;
}
.vacancy_btn {
  color: #967340;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  margin: 40px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 160%;
}

/* vacancy */
@media (hover: hover) {
  .goals_conversion_btn:hover {
    background-color: #7e6546;
  }
  .swiper-slide_item_content a:hover {
    color: #967340;
  }
}
@media screen and (max-width: 1400px) {
  .goals_swiper_wrap {
    padding: 0 50px;
  }
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0px);
  }
  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px);
  }
}

@media screen and (max-width: 1200px) {
  .goals_additional_benefits_items {
    gap: 20px;
  }
  .goals_additional_benefits_item {
    width: calc(100% / 4 - 60px / 4);
  }
  .vacancy_content {
    padding: 15px;
  }
  .vacancy_detail {
    margin-bottom: 10px;
  }
  .vacancy_item_title {
    margin-bottom: 10px;
  }
  .vacancy_line span {
    text-align: center;
  }
  .vacancy_line {
    justify-content: center;
    gap: 0 5px;
  }
}

@media screen and (max-width: 1100px) {
  .goals_steps .container,
  .goals_advantages .container,
  .goals_additional_benefits .container,
  .goals_legal .container,
  .goals_swiper .container {
    padding: 100px 0;
  }
  .content_celi .container,
  .vacancy .container {
    padding: 50px 0;
  }
  .footer {
    margin-top: 100px;
  }
  .block_mass_media .container {
    padding-bottom: 100px;
  }
  .goals_choose_us .container {
    padding: 100px 0 40px;
  }
  h2 {
    margin-bottom: 30px;
  }
  .goals_steps_items {
    flex-wrap: wrap;
  }
  .goals_steps_item {
    width: calc(100% / 2 - 20px);
  }
  .goals_steps_item::before {
    display: none;
  }
  .goals_steps_item_title br {
    display: none;
  }
  .goals_steps_item {
    gap: 15px;
  }
  .goals_steps_item_number span {
    font-size: 26px;
  }
  .goals_steps_item_number {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .goals_additional_benefits_items {
    gap: 30px;
  }
  .goals_additional_benefits_item {
    width: calc(100% / 2 - 30px / 2);
  }
  .goals_additional_benefits_items {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .goals_choose_us_wrap {
    gap: 30px;
  }
  .goals_choose_us_conent {
    width: calc(40% - 15px);
  }
  .goals_choose_us_img {
    width: calc(60% - 15px);
  }
  .vacancy_item {
    width: calc(50% - 10px);
  }
  .vacancy_line {
    padding: 10px;
  }
  .vacancy_line {
    padding: 5px 10px;
  }
  .vacancy_detail {
    gap: 10px;
  }
  .vacancy_detail_item {
    gap: 5px;
  }
}

@media screen and (max-width: 800px) {
  .goals_choose_us_img img {
    position: relative;
  }
  .goals_choose_us_wrap {
    flex-direction: column;
    gap: 40px;
  }
  .vacancy .container {
    padding: 40px 0;
  }
  .goals_choose_us_conent {
    width: 100%;
  }
  .goals_choose_us_img {
    width: 100%;
  }
  .goals_legal_wrap {
    gap: 20px;
  }
  .goals_legal_img,
  .goals_legal_items {
    width: calc(50% - 10px);
  }
  .goals_steps_items {
    gap: 40px 20px;
  }
  .goals_steps .container,
  .goals_advantages .container,
  .goals_additional_benefits .container,
  .goals_legal .container,
  .goals_swiper .container {
    padding: 80px 0;
  }
  .content_celi .container {
    padding: 40px 0;
  }
  .footer {
    margin-top: 80px;
  }
  .block_mass_media .container {
    padding-bottom: 80px;
  }
  .goals_choose_us .container {
    padding: 80px 0 20px;
  }
  .goals_advantages_item {
    width: 100%;
    padding: 25px;
  }
  .goals_advantages_item_head img {
    width: 55px;
    height: 55px;
  }
  .goals_conversion_img img {
    clip-path: none;
  }
  .goals_conversion {
    padding: 0;
  }
  .goals_conversion_content {
    padding-left: 15px;
  }
  .content_celi p {
    margin: 15px 0;
  }
  .content_celi ul,
  .content_celi ol {
    margin: 15px 0;
  }
  .content_celi blockquote {
    padding: 40px 20px 30px 20px;
  }
  .content_celi blockquote::after {
    width: 25px;
    height: 25px;
    top: 10px;
    left: 35px;
  }
}
@media screen and (max-width: 700px) {
  .goals_conversion .container {
    gap: 0;
  }
  .goals_steps_item {
    width: 100%;
  }
  .goals_conversion_content {
    padding: 60px 15px 40px 15px;
    width: 100%;
    gap: 5px;
  }
  .goals_conversion .container {
    flex-direction: column;
  }
  .goals_conversion_img {
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .vacancy_item {
    width: 100%;
  }
  .swiper-slide_item_content {
    padding: 10px 10px 20px 10px;
  }
  .goals_swiper_wrap {
    padding: 0 0 80px 0;
  }
  .swiper-button-prev {
    bottom: 0;
    top: auto;
    left: calc(50% - 70px);
  }
  .swiper-button-next {
    bottom: 0;
    top: auto;
    right: calc(50% - 70px);
  }
  .goals_additional_benefits_item {
    width: 100%;
  }
  h2 {
    margin-bottom: 20px;
  }
  .goals_steps .container,
  .goals_advantages .container,
  .goals_additional_benefits .container,
  .goals_legal .container,
  .goals_swiper .container {
    padding: 60px 0;
  }
  .content_celi .container {
    padding: 40px 0 30px 0;
  }
  .footer {
    margin-top: 60px;
  }
  .block_mass_media .container {
    padding-bottom: 60px;
  }
  .goals_choose_us .container {
    padding: 60px 0 30px;
  }
  .goals_legal_wrap {
    flex-direction: column;
  }
  .goals_legal_img {
    width: 100%;
  }
  .goals_legal_items {
    width: 100%;
  }
  .goals_legal_item img {
    width: 55px;
    height: 55px;
  }
  .goals_legal_wrap {
    gap: 40px;
  }
  .content_celi h2 {
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .vacancy_btn svg {
    display: none;
  }
  .goals_conversion_btn {
    margin: 35px auto 0 auto;
  }
  .goals_choose_us_img img {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 400px) {
  .goals_conversion_btn {
    width: 100%;
  }
  .goals_conversion_img img {
    aspect-ratio: 3/2;
  }
}
