@font-face {
  font-family: "Roboto";
  src: url("font/robotoblack.woff2") format("woff2"),
    url("font/robotoblack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("font/robotobold.woff2") format("woff2"),
    url("font/robotobold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("font/robotoitalic.woff2") format("woff2"),
    url("font/robotoitalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("font/robotomedium.woff2") format("woff2"),
    url("font/robotomedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("font/robotoregular.woff2") format("woff2"),
    url("font/robotoregular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  margin-top: 0 !important;
  height: 100%;
}
body {
  min-width: 320px;
  height: 100%;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-feature-settings: "pnum" on, "lnum" on;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 70px;
}
body.no-scroll {
  overflow: hidden;
}
input,
textarea {
  outline: none;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.container {
  flex: 1 0 auto;
}
img {
  vertical-align: middle;
}
.wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 960px) {
  .wrap {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .wrap {
    padding: 0 16px;
  }
}
.wrapper__table {
  width: 100%;
  overflow: auto;
}
.content-wrap {
 overflow: auto;
  max-width: 780px;
  margin: 30px auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .content-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 416px) {
  .content-wrap {
    padding: 0 16px;
  }
}
.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 416px) {
  .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 35px;
  }
}
.nav-overlay {
  transition: all 0.3s;
  opacity: 1;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 70px);
  background: rgba(26, 42, 69, 0.7);
  z-index: 1;
}
.nav-overlay:not(.show) {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .nav-overlay {
    top: 0;
    height: 100vh;
  }
}
.header {
  background: #282e3f;
  height: 71px;
  flex: 0 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  gap: 20px;
}
.header .logo {
  width: 220px;
  height: 27px;
  display: block;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.header .contacts {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  align-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .header .contacts {
    display: none;
  }
}
.header .contacts .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.header .contacts .item > a {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-decoration: none;
}
.header .contacts span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .contacts span a {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.footer .address .item span {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.footer .address .item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  position: relative;
  left: -32px;
}
.footer .address span a {
  display: block;
  width: 24px;
  height: 24px;
}
.footer .address span a.telegram,
.header .contacts span a.telegram {
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/telegram.svg")
    no-repeat center;
  background-size: contain;
}
.footer .address span a.viber,
.header .contacts span a.viber {
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/viber.svg")
    no-repeat center;
  background-size: contain;
}
.footer .address span a.whatsapp,
.header .contacts span a.whatsapp {
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/whatsapp.svg")
    no-repeat center;
  background-size: contain;
  margin-right: 0;
}
.header .burger {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.header .burger i {
  display: block;
  background: #fff;
  width: 30px;
  height: 2px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .header .burger.close {
    z-index: 2;
  }
}
.header .burger.close i {
  transform: rotate(45deg);
  position: relative;
  top: 9px;
  transition: all 0.3s;
}
.header .burger.close i:nth-child(2) {
  display: none;
}
.header .burger.close i:nth-child(3) {
  transform: rotate(-45deg);
  top: -9px;
}
.header nav {
  transition: all 0.3s;
  opacity: 1;
  position: absolute;
  top: 81px;
  right: 15px;
  width: 325px;
  background: #282e3f;
  padding: 170px 50px 145px;
  z-index: 1;
}
.header nav:not(.show) {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .header nav {
    top: 0;
    right: 0;
    height: 100vh;
    width: calc(100vw - 300px);
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    overflow: auto;
  }
  @media (max-height: 768px) {
    .header nav {
      justify-content: flex-start;
    }
  }
}
@media (max-width: 576px) {
  .header nav {
    width: calc(100vw - 55px);
    overflow: auto;
    padding: 10px;
  }
}
.header nav ul {
  list-style: none;
}
@media (max-width: 1200px) {
  .header nav ul {
    width: 223px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.header nav ul li {
  padding: 20px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .header nav ul li {
    width: 100%;
  }
}
.header nav ul li:before {
  content: "";
  background: rgba(179, 137, 92, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 1px;
}
.header nav ul li:nth-child(4):before,
.header nav ul li:nth-child(1):before {
  width: 150px;
}
.header nav ul li:nth-child(3):before,
.header nav ul li:nth-child(2):before {
  width: 223px;
}
.header nav ul li:last-child:before {
  display: none;
}
.header nav ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: color 0.3s;
}
.header nav ul li a:hover {
  color: #c69d72;
  transition: color 0.3s;
}

.header nav .contacts {
  display: none;
}

@media (max-width: 1200px) {
  .header nav ul li:nth-child(4):before,
  .header nav ul li:nth-child(1):before {
    width: 150px;
    right: auto;
    left: calc(50% - 75px);
  }
  .header nav ul li:nth-child(3):before,
  .header nav ul li:nth-child(2):before {
    width: 224px;
    right: auto;
    left: calc(50% - 112px);
  }
  .header nav .contacts {
    display: block;
    height: 306px;
    width: max-content;
  }
  .header nav .contacts .item {
    justify-content: space-between;
  }
  .header nav .contacts .item:not(:last-child) {
    margin: 0 0 25px;
  }
  .header nav .contacts .item > a {
    font-size: 18px;
  }
}
@media (max-width: 365px) {
  .header nav .contacts .item {
    justify-content: flex-start;
  }
  .header .contacts .item {
    gap: 5px;
  }
  .header .contacts span a.whatsapp,
  .header .contacts span a.viber,
  .header .contacts span a.telegram {
    transform: scale(0.9);
    margin-right: 3px;
  }
  .header nav .contacts .item > a {
    font-size: 16px;
  }
}
.header.thx .wrap {
  justify-content: center;
}
.top-form {
  padding: 90px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-form img {
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -99999;
  clip-path: polygon(31% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 1199px) {
  .top-form img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 220px;
    right: 0;
    position: absolute;
    z-index: -99999;
    clip-path: polygon(0 33%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 900px) {
  .top-form img {
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 600px) {
.top-form {
  padding: 30px 0 90px;
  }
  .top-form img {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  }
}
.top-form .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 960px) {
  .top-form .wrap {
    flex-direction: column;
  }
}
.top-form .wrap .text {
  margin-top: 0;
}
@media (max-width: 960px) {
  .top-form .wrap .text {
    margin: 0 0 220px 0;
  }
}
@media (max-width: 600px) {
.top-form{
padding: 30px 0 90px;
}
  .top-form .wrap .text {
    margin: 0 0 55px 0;
  }
}
.top-form .wrap h1,
.top-form .wrap .text p span {
  font-weight: 700;
  font-size: 40px;
  line-height: 155%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #282e3f;
  display: block;
  width: 600px;
}
@media (max-width: 1024px) {
  .top-form .wrap h1,
  .top-form .wrap .text p span {
    font-size: 34px;
    width: 100%;
  }
}
@media (max-width: 416px) {
  .top-form .wrap h1,
  .top-form .wrap .text p span {
    font-size: 26px;
    width: 100%;
  }
}
.top-form .wrap .text ul {
  list-style: none;
}
.top-form .wrap .text ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  padding-left: 22px;
  position: relative;
}
@media (max-width: 960px) {
  .top-form .wrap .text ul li br {
    display: none;
  }
}
.top-form .wrap .text ul li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 6px);
  left: 0;
  top: 3px;
  background: #b3895c;
}
.top-form .wrap .text ul li:first-child {
  margin-top: 90px;
}
@media (max-width: 960px) {
  .top-form .wrap .text ul li:first-child {
    margin-top: 30px;
  }
}
.top-form .wrap .text ul li:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .top-form .wrap .text ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.top-form .wrap .form {
  flex-shrink: 0;
  width: 413px;
  max-width: 100%;
}
@media (max-width: 960px) {
  .top-form .wrap .form {
    margin: 0 auto;
    width: 343px;
  }
}
@media (min-width: 961px) {
  .top-form .wrap .form form {
    padding: 40px;
    background: #282e3f;
  }
}
.top-form .wrap .form form input {
  outline: none;
  border: none;
  background: #fff;
  box-shadow: none;
  width: 100%;
  height: 55px;
  padding: 19px 17px;
  box-sizing: border-box;
  margin-bottom: 23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8b8b8b;
}
.top-form .wrap .form form input::-webkit-input-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.top-form .wrap .form form input::-moz-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.top-form .wrap .form form input:-ms-input-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.top-form .wrap .form form input:-moz-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.top-form .wrap .form form input.error {
  outline: 2px solid red;
}
.top-form .wrap .form form .submit-btn {
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b3895c;
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}
.top-form .wrap .form form .submit-btn:hover {
  background: rgba(171, 161, 125, 0.8);
}
@media (max-width: 960px) {
  .top-form.main:before {
    top: -130px;
  }
}
.bottom-form {
  padding: 160px 0;
}
@media (max-width: 960px) {
  .bottom-form {
    padding: 80px 0;
  }
}
@media (max-width: 416px) {
  .bottom-form {
    padding: 90px 0;
  }
}
.bottom-form .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .bottom-form .wrap {
    flex-direction: column;
  }
}
.bottom-form .wrap .text {
  max-width: 480px;
  width: 100%;
  position: relative;
}
@media (max-width: 1100px) {
  .bottom-form .wrap .text {
    max-width: 430px;
  }
}
@media (max-width: 960px) {
  .bottom-form .wrap .text {
    margin-bottom: 100px;
  }
}
.bottom-form .wrap .text:before {
  content: "";
  width: 106px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -220px;
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/form-arrow.svg")
    no-repeat center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .bottom-form .wrap .text:before {
    right: -140px;
  }
}
@media (max-width: 960px) {
  .bottom-form .wrap .text:before {
    right: 0;
    left: 0px;
    bottom: -60px;
    margin: 0 auto;
    transform: rotate(90deg);
    width: 36px;
    top: auto;
    background-position: right center;
    background-size: cover;
  }
}
.bottom-form .wrap .text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}
@media (max-width: 960px) {
  .bottom-form .wrap .text p {
    text-align: center;
    font-size: 16px;
  }
}
.bottom-form .wrap .text p span {
  font-weight: 700;
  font-size: 30px;
  line-height: 155%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 27px;
}
@media (max-width: 960px) {
  .bottom-form .wrap .text p span {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.bottom-form .wrap .form {
  width: 330px;
  max-width: 100%;
}
.bottom-form .wrap .form form input {
  outline: none;
  border: none;
  background: #fff;
  box-shadow: none;
  width: 100%;
  height: 55px;
  padding: 19px 17px;
  box-sizing: border-box;
  margin-bottom: 23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8b8b8b;
}
.bottom-form .wrap .form form input::-webkit-input-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.bottom-form .wrap .form form input::-moz-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.bottom-form .wrap .form form input:-ms-input-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.bottom-form .wrap .form form input:-moz-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.bottom-form .wrap .form form input.error {
  outline: 2px solid red;
}
.bottom-form .wrap .form form .submit-btn {
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b3895c;
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}
.bottom-form .wrap .form form .submit-btn:hover {
  background: rgba(171, 161, 125, 0.8);
}
.bottom-form.main {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==")
    no-repeat center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .bottom-form.main_m {
    background: none !important;
    background-image: none !important;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .bottom-form.main {
    background: none !important;
    background-image: none !important;
    padding: 0 !important;
  }
}
@media (min-width: 961px) {
  .bottom-form.main .text p br {
    display: none;
  }
}
.bottom-form.main.page-404 .text p span {
  font-size: 36px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .bottom-form.main.page-404 .text p span {
    font-size: 24px;
  }
}
.bottom-form.main.page-404 .text p br {
  display: block;
}
.free-consult-call {
  margin: 120px 0 0;
  padding: 62px 0;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==")
    no-repeat center;
  background-size: cover;
}
@media (min-width: 769px) {
  .free-consult-call_m {
    background: none !important;
    background-image: none !important;
  }
}
@media (max-width: 768px) {
  .free-consult-call {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    background-image: none !important;
  }
  .free-consult-call_m {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==")
      no-repeat center;
    background-size: cover;
    padding: 100px 0;
    margin: 60px 0 0;
  }
}
@media (max-width: 416px) {
  .free-consult-call {
    padding: 107px 0;
    margin-top: 50px;
  }
}
.free-consult-call__programs {
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/small-modal-call/programs.png")
    no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 100px 0 0;
}
@media (max-width: 768px) {
  .free-consult-call__programs {
    background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/small-modal-call/programs-mobile.png")
      no-repeat center;
    background-size: cover;
    margin: 40px 0 0;
  }
}
@media (max-width: 461px) {
  .free-consult-call__programs {
    margin-top: 30px;
  }
}
@media (max-width: 380px) {
  .free-consult-call__programs {
    padding: 55px 0 52px 0;
  }
}
.free-consult-call__programs:before {
  content: "";
  position: absolute;
  top: -300%;
  left: 0;
  background: rgba(46, 56, 73, 0.9);
  width: 48%;
  height: 600%;
  z-index: 1;
  transform: rotate(40deg);
}
@media (max-width: 1600px) {
  .free-consult-call__programs:before {
    left: 2%;
  }
}
@media (max-width: 1200px) {
  .free-consult-call__programs:before {
    left: 0;
    width: 610px;
  }
}
@media (max-width: 860px) {
  .free-consult-call__programs:before {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .free-consult-call__programs:before {
    width: 200%;
    height: 480px;
    top: -240px;
    left: -20%;
    transform: rotate(-10deg);
  }
}
@media (max-width: 768px) {
  .free-consult-call__programs .wrap .text {
    margin-bottom: 118px;
  }
}
@media (max-width: 380px) {
  .free-consult-call__programs .wrap .text {
    margin-bottom: 180px;
  }
}
@media (max-width: 768px) {
  .free-consult-call__programs .wrap .text p span {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  .free-consult-call__programs .wrap .text p span {
    font-size: 26px;
  }
}
@media (max-width: 380px) {
  .free-consult-call__programs .wrap .text p span {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
.free-consult-call .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .free-consult-call .wrap {
    flex-wrap: wrap;
  }
}
.free-consult-call .text {
  margin-right: 196px;
  width: 100%;
}
@media (max-width: 768px) {
  .free-consult-call .text {
    margin-right: 0;
    margin-bottom: 54px;
  }
}
.free-consult-call .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
@media (min-width: 769px) {
  .free-consult-call .text p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .free-consult-call .text p {
    text-align: center;
  }
}
.free-consult-call .text p span {
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  color: #fff;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .free-consult-call .text p span {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 19px;
    font-weight: 400;
  }
}
@media (max-width: 336px) {
  .free-consult-call .text p span {
    font-size: 23px;
  }
}
.free-consult-call .btn {
  width: 280px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #b3895c;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .free-consult-call .btn {
    margin: 0 auto;
    width: 343px;
    height: 51px;
  }
}
.free-consult-call.post.post-first {
  margin: 0 !important;
  background: #282e3f;
}
@media (max-width: 740px) {
  .free-consult-call.post.post-first {
    display: none;
  }
}
.free-consult-call.post.post-second {
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .free-consult-call.post.post-second {
    margin: 0 0 50px;
  }
}
@media (max-width: 380px) {
  .free-consult-call.post.post-second {
    margin: 0 0 40px;
  }
}
.blur-modal {
  width: 100%;
  height: 100%;
  z-index: 101;

  position: fixed;
  top: 0;
  left: 0;
  background: rgba(26, 42, 69, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.blur-modal:target {
  display: flex;
}
@media (max-width: 416px) {
  .blur-modal {
    align-items: flex-end;
  }
}
.blur-modal .modal-container {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==")
    no-repeat center;
  background-size: cover;
  max-width: 1080px;
  width: 100%;
  height: 440px;
  cursor: auto;
  z-index: 102;
  max-height: calc(100vh - 30px);
  position: relative;
  box-sizing: border-box;
  padding: 75px 100px;
}
@media (min-width: 1201px) {
  .blur-modal .modal-container_t {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    background-image: none !important;
    height: auto !important;
  }
}
@media (max-width: 1200px) {
  .blur-modal .modal-container_t {
    padding: 100px 15px;
    width: 598px;
    max-width: calc(100% - 30px);
    height: 648px;
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==")
      no-repeat center;
    background-size: cover;
  }
  .blur-modal .modal-container {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    background-image: none !important;
    height: auto !important;
  }
}
@media (min-width: 451px) {
  .blur-modal .modal-container_m {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    background-image: none !important;
    height: auto !important;
  }
}
@media (max-width: 450px) {
  .blur-modal .modal-container_m {
    padding: 94px 16px 50px;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==")
      no-repeat center;
    background-size: cover;
  }
  .blur-modal .modal-container {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    background-image: none !important;
    height: auto !important;
    width: 100% !important;
  }
  .blur-modal .modal-container_t {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    background-image: none !important;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.blur-modal .modal-container__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
  width: 20px;
  height: 20px;
}
@media (max-width: 1110px) {
  .blur-modal .modal-container__close {
    top: 25px;
    right: 25px;
  }
}
.blur-modal .modal-container__close:before,
.blur-modal .modal-container__close:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 9px;
  left: -4px;
  width: 27px;
  height: 2px;
  transform: rotate(45deg);
}
.blur-modal .modal-container__close:after {
  transform: rotate(-45deg);
}
.blur-modal .modal-container .modal {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1110px) {
  .blur-modal .modal-container .modal {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.blur-modal .modal-container .modal .text {
  max-width: calc(100% - 330px - 60px);
}
@media (max-width: 1110px) {
  .blur-modal .modal-container .modal .text {
    max-width: 343px;
    margin-bottom: 58px;
  }
}
.blur-modal .modal-container .modal .text .modal-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 155%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 27px;
}
@media (max-width: 1110px) {
  .blur-modal .modal-container .modal .text .modal-title {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media (max-width: 370px) {
  .blur-modal .modal-container .modal .text .modal-title {
    font-size: 20px;
  }
}
.blur-modal .modal-container .modal .text .modal-subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}
@media (max-width: 1110px) {
  .blur-modal .modal-container .modal .text .modal-subtitle {
    font-size: 16px;
    text-align: center;
  }
}
.blur-modal .modal-container .modal .form,
.blur-modal .modal-container .modal form {
  width: 330px;
  max-width: 100%;
}
@media (max-width: 1110px) {
  .blur-modal .modal-container .modal .form,
  .blur-modal .modal-container .modal form {
    width: 343px;
  }
}
.blur-modal .modal-container .modal .form input,
.blur-modal .modal-container .modal form input {
  outline: none;
  border: none;
  background: #fff;
  box-shadow: none;
  width: 100%;
  height: 55px;
  padding: 19px 17px;
  box-sizing: border-box;
  margin-bottom: 23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8b8b8b;
}
.blur-modal .modal-container .modal .form input::-webkit-input-placeholder,
.blur-modal .modal-container .modal form input::-webkit-input-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.blur-modal .modal-container .modal .form input::-moz-placeholder,
.blur-modal .modal-container .modal form input::-moz-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.blur-modal .modal-container .modal .form input:-ms-input-placeholder,
.blur-modal .modal-container .modal form input:-ms-input-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.blur-modal .modal-container .modal .form input:-moz-placeholder,
.blur-modal .modal-container .modal form input:-moz-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.blur-modal .modal-container .modal .form input.error,
.blur-modal .modal-container .modal form input.error {
  outline: 2px solid red;
}
.blur-modal .modal-container .modal .form .submit-btn,
.blur-modal .modal-container .modal form .submit-btn {
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b3895c;
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}
.blur-modal .modal-container .modal .form .submit-btn:hover,
.blur-modal .modal-container .modal form .submit-btn:hover {
  background: rgba(171, 161, 125, 0.8);
}
.footer {
  background: #282e3f;
  padding: 80px 0;
  flex: 0 0 auto;
}
@media (max-width: 960px) {
  .footer {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 960px) {
  .footer .wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer .wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.footer .wrap ul {
  list-style: none;
  color: #fff;
}
.footer .wrap a {
  text-decoration: none;
  color: #fff;
}
.footer .wrap .logo {
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/logo.svg")
    no-repeat center;
  background-size: contain;
  width: 220px;
  height: 27px;
  display: block;
  margin-bottom: 30px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .footer .wrap .logo {
    margin-bottom: 37px;
  }
}
.footer .wrap .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .footer .wrap .col {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer .wrap .col {
    align-items: center;
  }
}
@media (max-width: 500px) {
  .footer .wrap .col {
    width: 100%;
    align-items: flex-start;
  }
}
.footer .wrap .col:last-child {
  align-items: flex-end;
}

@media (max-width: 767px) {
  .footer .wrap .col.col_policy {
    flex-direction: column-reverse;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    gap: 25px;
  }
}
@media (max-width: 500px) {
  .footer .wrap .col:last-child {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .footer .wrap .footer-nav {
    flex-direction: column;
    margin-bottom: 47px;
    width: 100%;
    justify-content: space-around;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .footer .wrap .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  .footer .wrap .footer-nav {
    flex-wrap: wrap;
    width: fit-content;
    margin-bottom: 60px;
    gap: 20px 30px;
  }
}
@media (max-width: 500px) {
  .footer .wrap .footer-nav li {
    width: max-content;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 500px) {
}
.footer .wrap .footer-nav li a {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}
.footer .wrap .address li {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/location.svg")
    no-repeat left top;
  background-size: 24px;
  padding-left: 34px;
}
@media (max-width: 960px) {
  .footer .wrap .address li {
    font-size: 16px;
  }
}
/* .footer .wrap .address li:last-child {
  margin-bottom: 0;
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/clock.svg")
    no-repeat left top;
  background-size: 24px;
} */
@media (max-width: 960px) {
  .footer .wrap .user-agree-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .footer .wrap .user-agree-links {
    flex-direction: column;
  }
}
.footer .wrap .user-agree-links li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 960px) {
  .footer .wrap .user-agree-links li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .footer .wrap .user-agree-links li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.footer .wrap .user-agree-links li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.footer .wrap .copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.footer.thx {
  padding: 16px 0;
}
.footer.thx .wrap {
  justify-content: center;
}
@media (max-width: 960px) {
  .footer.thx .wrap .col:first-child {
    margin: 0;
    padding: 0;
    border: none;
    justify-content: center;
  }
}
@media (max-width: 416px) {
  .footer.thx .wrap .col:first-child {
    align-items: center;
  }
}
.advantages {
  background: #282e3f;
  padding: 120px 0 110px;
}
@media (max-width: 960px) {
  .advantages {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .advantages {
    padding: 50px 0;
  }
}
.advantages .title {
  color: #fff;
}
.advantages .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .advantages .items {
    flex-wrap: wrap;
  }
}
.advantages .items .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .advantages .items .item {
    width: 100%;
  }
  .advantages .items .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.advantages .items .item div {
  width: 100px;
  height: 100px;
  margin-bottom: 17px;
  background-size: cover;
}
@media (max-width: 960px) {
  .advantages .items .item div {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
}
.advantages .items .item span {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
@media (max-width: 960px) {
  .advantages .items .item span {
    font-size: 16px;
  }
}
.benefits {
  background: #f0f2f7;
  padding: 120px 0 80px;
}
.benefits.white {
  background: #fff;
}
@media (max-width: 960px) {
  .benefits {
    padding: 80px 0 50px;
  }
}
.benefits .title {
  color: #282e3f;
}
.benefits .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.benefits .items .item {
  width: calc((100% - 100px) / 3);
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .benefits .items .item {
    margin-bottom: 30px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 766px) {
  .benefits .items .item {
    width: 100%;
  }
}
.benefits .items .item div {
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 6px;
  margin-top: -10px;
}
.benefits .items .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #585963;
}
@media (max-width: 960px) {
  .benefits .items .item p {
    font-size: 14px;
  }
}
.benefits .items .item p span {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #1a2a45;
  display: block;
  margin-bottom: 15px;
}
.responses {
  padding: 196px 0 50px;
  margin-bottom: 120px;
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/quotes.svg")
    no-repeat center 120px;
  background-size: 82px 69px;
}
@media (max-width: 767px) {
  .responses {
    padding: 156px 0 20px;
    background-position: center 80px;
  }
}
@media (max-width: 416px) {
  .responses {
    padding: 125px 0 0;
    background-position: center 50px;
  }
}
.responses .slider-response .slick-slide {
  padding-top: 40px;
}
.responses .slider-response p {
  max-width: 768px;
  margin: 0 auto;
}
.responses .slider-response p.text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #585963;
  margin-bottom: 20px;
}
.responses .slider-response p.name {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #000;
}
.responses .slider-response .slick-dots {
  display: flex !important;
  list-style: none;
  position: relative;
  bottom: -50px;
  left: 0;
  width: 100%;
}
.responses .slider-response .slick-dots li {
  background: #dbdfe9;
  width: 100%;
  height: 3px;
  cursor: pointer;
}
.responses .slider-response .slick-dots li.slick-active {
  background: #5e6372;
}
.responses .slider-response .slick-dots li button {
  font-size: 0;
  border: 0;
  background: none;
}
.responses .slider-response .prev-arrow,
.responses .slider-response .next-arrow {
  position: absolute;
  top: 5px;
  left: calc(50% - 60px);
  right: 0;
  width: 40px;
  height: 16px;
  z-index: 1;
  cursor: pointer;
}
.responses .slider-response .next-arrow {
  transform: rotate(180deg);
  left: calc(50% + 20px);
  right: 0;
}
.specialize {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .specialize {
    padding: 80px 0;
  }
}
@media (max-width: 416px) {
  .specialize {
    padding: 50px 0;
  }
}
.specialize .title {
  color: #282e3f;
}
.specialize .items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .specialize .items {
    flex-wrap: wrap;
  }
}
.specialize .items .item {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 768px) {
  .specialize .items .item {
    width: 100%;
  }
  .specialize .items .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.specialize .items .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.specialize .items .item a img {
  margin-bottom: 25px;
  max-width: 100%;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 960px) {
  .specialize .items .item a img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .specialize .items .item a img {
    height: auto;
    width: 100%;
    height: 280px;
  }
}
@media (max-width: 416px) {
  .specialize .items .item a img {
    margin-bottom: 20px;
  }
}
.specialize .items .item a span {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #111112;
}
@media (max-width: 360px) {
  .specialize .items .item a span {
    font-size: 18px;
  }
}
.steps.program {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .steps.program {
    padding: 80px 0;
  }
}
@media (max-width: 380px) {
  .steps.program {
    padding: 50px 0;
  }
}
.steps .title {
  color: #282e3f;
}
.steps .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.steps .items .item {
  min-height: 226px;
  border: 2px solid #b3895c;
  width: calc((100% / 2) - 10px);
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .steps .items .item {
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 416px) {
  .steps .items .item {
    padding: 20px;
  }
}
.steps .items .item i {
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);

  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #15416e;
  background: #fff;
  height: 50px;
  width: 22px;
}
.steps .items .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #585963;
}
.steps .items .item p span {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #1a2a45;
  margin-bottom: 17px;
  display: block;
}
.block-404 {
  padding: 116px 0 124px;
}
@media (max-width: 800px) {
  .block-404 {
    padding: 0 0 180px;
  }
}
.block-404 .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .block-404 .wrap {
    flex-direction: column;
    padding: 0;
  }
}
.block-404 .wrap .img {
  width: 600px;
  height: 384px;
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/404/desktop.png")
    no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 223px;
  line-height: 297px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-right: 95px;
}
@media (max-width: 960px) {
  .block-404 .wrap .img {
    margin-right: 30px;
  }
}
@media (max-width: 800px) {
  .block-404 .wrap .img {
    width: 100%;
    margin: 0 0 30px 0;
    height: 292px;
    font-size: 200px;
    line-height: 267px;
  }
}
@media (max-width: 370px) {
  .block-404 .wrap .img {
    font-size: 170px;
  }
}
@media (max-width: 800px) {
  .block-404 .wrap .text {
    padding: 0 16px;
    max-width: 100%;
  }
}
.block-404 .wrap .text p {
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111112;
}
@media (max-width: 800px) {
  .block-404 .wrap .text p {
    font-size: 16px;
    text-align: center;
  }
}
.block-404 .wrap .text p span {
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  color: #1a2a45;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .block-404 .wrap .text p span {
    font-size: 24px;
    line-height: 19px;
  }
}
.block-404 .wrap .text a {
  background: #b3895c;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 334px;
  max-width: 100%;
  height: 55px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.privacy-policy {
  padding: 70px 0 120px;
}
.privacy-policy p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111112;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 416px) {
  .privacy-policy p {
    font-size: 16px;
  }
}
.privacy-policy .head-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #1a2a45;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .privacy-policy .head-title {
    text-align: center;
    font-size: 30px;
  }
}
@media (max-width: 416px) {
  .privacy-policy .head-title {
    font-size: 24px;
  }
}
.privacy-policy .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  color: #1a2a45;
  text-align: left;
  margin: 40px 0 20px;
}
@media (max-width: 767px) {
  .privacy-policy .title {
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 416px) {
  .privacy-policy .title {
    font-size: 18px;
  }
}
.privacy-policy ul {
  margin-bottom: 40px;
  list-style: none;
}
.privacy-policy ul li {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #1d1d1d;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .privacy-policy ul li {
    padding-left: 30px;
  }
}
.privacy-policy ul li:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-policy ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #b3895c;
  position: absolute;
  top: 7px;
  left: 18px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .privacy-policy ul li:before {
    left: 0;
  }
}
.about {
  padding: 70px 0 120px;
}
@media (max-width: 1024px) {
  .about {
    padding: 80px 0;
  }
}
@media (max-width: 380px) {
  .about {
    padding: 50px 0;
  }
}
.about .title {
  color: #1a2a45;
}
.about .about-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.about .about-block .text {
  width: 640px;
  margin-right: 58px;
}
@media (max-width: 1220px) {
  .about .about-block .text {
    width: calc(100% - 450px - 58px);
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .about .about-block .text {
    width: 100%;
  }
}
.about .about-block .text p {
  font-size: 18px;
  line-height: 150%;
  color: #000;
}
.about .about-block .text p:not(:last-child) {
  margin-bottom: 20px;
}
.about .about-block .text:last-child {
  width: 100%;
  margin-top: 53px;
}
.about .about-block .text:last-child p {
  font-size: 24px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 1024px) {
  .about .about-block .text:last-child p {
    font-size: 18px;
  }
}
.about .about-block .img {
  max-width: 450px;
  position: relative;
}
@media (max-width: 1024px) {
  .about .about-block .img {
    width: 100%;
    max-width: calc(100% - 30px);
    margin: 60px 0;
  }
}
.about .about-block .img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.about .about-block .img picture img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1024px) {
  .about .about-block .img picture img {
    width: 100%;
  }
}
.about .about-block .img:before {
  content: "";
  width: 100%;
  height: calc(100% + 56px);
  position: absolute;
  top: -30px;
  left: 30px;
  border: 2px solid #b3895c;
  z-index: -1;
}
@media (max-width: 1220px) {
  .about .about-block .img:before {
    height: calc(100% + 20px);
    top: -12px;
    left: 10px;
  }
}
@media (max-width: 1024px) {
  .about .about-block .img:before {
    height: calc(100% + 60px);
    top: -30px;
    left: 30px;
  }
}
.about .mission {
  margin: 120px 0;
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .about .mission {
    padding: 80px 0;
    margin: 80px 0;
  }
}
@media (max-width: 416px) {
  .about .mission {
    padding: 50px 0;
    margin: 50px 0;
  }
}
.about .mission p.title {
  color: #fff;
}
@media (max-width: 768px) {
  .about .mission p.title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 416px) {
  .about .mission p.title {
    margin-bottom: 20px;
    line-height: 32px;
  }
}
.about .mission .text {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about .mission .text {
    flex-wrap: wrap;
  }
}
.about .mission .text p {
  color: #fff;
  width: calc(50% - 30px);
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .about .mission .text p {
    width: 100%;
  }
  .about .mission .text p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.about .why p.title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .about .why p.title {
    margin-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .about .why p.title {
    margin-bottom: 20px;
  }
}
.about .why .head-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.about .why .head-block .img {
  width: calc(50% - 25px);
  max-width: calc(50% - 25px);
}
@media (max-width: 960px) {
  .about .why .head-block .img {
    max-width: 100%;
    width: 100%;
    order: 2;
  }
}
.about .why .head-block .img picture img {
  width: 100%;
  height: 397px;
  object-fit: cover;
}
.about .why .head-block .text {
  width: calc(50% - 25px);
  max-width: calc(50% - 25px);
}
@media (max-width: 960px) {
  .about .why .head-block .text {
    max-width: 100%;
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
}
.about .why .head-block .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #000;
}
.about .why .head-block .text p:not(:last-child) {
  margin-bottom: 20px;
}
.about .why .contacts-items .item {
  border: 2px solid #b3895c;
  position: relative;
}
@media (max-width: 416px) {
  .about .why .contacts-items .item {
    display: flex;
    flex-wrap: wrap;
  }
}
.about .why .contacts-items .item:not(:last-child) {
  margin-bottom: 40px;
}
.about .why .contacts-items .item .text {
  max-width: calc(100% - 402px);
  width: 100%;
  padding: 30px;
}
@media (max-width: 960px) {
  .about .why .contacts-items .item .text {
    max-width: 100%;
  }
}
@media (max-width: 416px) {
  .about .why .contacts-items .item .text {
    padding: 30px 16px;
    order: 1;
  }
}
.about .why .contacts-items .item .text ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111112;
  list-style: none;
  position: relative;
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/location.svg")
    no-repeat top left;
  background-size: 24px;
  padding-left: 34px;
  max-width: 450px;
  display: block;
}
.about .why .contacts-items .item .text ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about .why .contacts-items .item .text ul li.phone {
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/phone.svg")
    no-repeat top left;
  background-size: 24px;
}
.about .why .contacts-items .item .text ul li.email {
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/email.svg")
    no-repeat top left;
  background-size: 24px;
}
.about .why .contacts-items .item .text ul li.time {
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/clock.svg")
    no-repeat top left;
  background-size: 24px;
}
.about .why .contacts-items .item .text ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111112;
}
@media (max-width: 416px) {
  .about .why .contacts-items .item .text ul li {
    font-size: 16px;
  }
  .about .why .contacts-items .item .text ul li a {
    font-size: 16px;
  }
}
.about .why .contacts-items .item .map {
  max-width: calc(100% - 402px);
  width: 100%;
}
@media (max-width: 960px) {
  .about .why .contacts-items .item .map {
    max-width: 50%;
  }
}
@media (max-width: 416px) {
  .about .why .contacts-items .item .map {
    max-width: 100%;
    order: 3;
  }
}
.about .why .contacts-items .item .map img {
  width: 100%;
}
.about .why .contacts-items .item .img {
  width: 402px;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 960px) {
  .about .why .contacts-items .item .img {
    width: 50%;
    height: auto;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 416px) {
  .about .why .contacts-items .item .img {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    order: 2;
  }
}
.about .why .contacts-items .item .img picture {
  display: block;
  height: 100%;
}
.about .why .contacts-items .item .img picture img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  min-height: 100%;
}
.thx-page {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thx-page .wrap .thx-block {
  background: #f4f4f4
    url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/ok.svg")
    no-repeat center 60px;
  padding: 168px 30px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-height: 680px) {
  .thx-page .wrap .thx-block {
    padding: 80px 30px 40px;
    background-position: center 20px;
    background-size: 50px;
  }
}
@media (max-width: 416px) {
  .thx-page .wrap .thx-block {
    padding: 60px 15px 30px;
    background-position: center 15px;
    background-size: 40px;
  }
}
.thx-page .wrap .thx-block p {
  width: 100%;
  max-width: 320px;
}
.thx-page .wrap .thx-block p.head-title {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #1a2a45;
}
@media (max-width: 416px) {
  .thx-page .wrap .thx-block p.head-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.thx-page .wrap .thx-block p.sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #111112;
  margin: 20px 0 40px;
}
@media (max-width: 416px) {
  .thx-page .wrap .thx-block p.sub-title {
    margin: 20px 0;
  }
}
.thx-page .wrap .thx-block a {
  width: 260px;
  height: 55px;
  display: block;
  text-decoration: none;
  background: #b3895c;
  border: 1px solid #b3895c;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.thx-page .wrap .thx-block a:last-child {
  margin-top: 30px;
  color: #111112;
  background: transparent;
  border: 1px solid #b3895c;
}
@media (max-width: 416px) {
  .thx-page .wrap .thx-block a:last-child {
    margin-top: 20px;
  }
}
.response {
  padding: 70px 0 120px;
}
@media (max-width: 767px) {
  .response {
    padding: 80px 0;
  }
}
@media (max-width: 416px) {
  .response {
    padding: 50px 0 60px;
  }
}
.response .content-wrap {
  position: relative;
}
.response .title {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a2a45;
  text-align: left;
  max-width: 600px;
  margin-bottom: 28px;
}
@media (max-width: 340px) {
  .response .title {
    font-size: 22px;
  }
}
.response .desc {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .response .desc {
    margin-bottom: 40px;
  }
}
.response .desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111112;
}
.response .desc p:not(:last-child) {
  margin-bottom: 20px;
}
.response .response-form {
  margin-bottom: 45px;
}
@media (max-width: 960px) {
  .response .response-form {
    margin-bottom: 80px;
  }
}
@media (max-width: 416px) {
  .response .response-form {
    margin-bottom: 50px;
  }
}
.response .response-form__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  color: #1a2a45;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .response .response-form__title {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 419px) {
  .response .response-form__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.response .response-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.response .response-form form input {
  width: calc(50% - 10px);
  border: 1px solid #b3895c;
  padding: 19px 17px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8b8b8b;
  margin-bottom: 22px;
}
@media (max-width: 540px) {
  .response .response-form form input {
    width: 100%;
  }
}
.response .response-form form input::-webkit-input-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.response .response-form form input::-moz-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.response .response-form form input:-ms-input-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.response .response-form form input:-moz-placeholder {
  color: #8b8b8b;
  font-size: 14px;
}
.response .response-form form input[type="submit"] {
  background: #b3895c;
  border: none;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  color: #fff;
  cursor: pointer;
}
.response .response-form form textarea {
  width: 100%;
  height: 135px;
  margin-bottom: 17px;
  resize: none;
  border: 1px solid #b3895c;
  padding: 19px 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8b8b8b;
}
@media (max-width: 540px) {
  .response .response-form form textarea {
    margin-bottom: 20px;
  }
}
.response .response-items .item {
  padding-bottom: 30px;
}
.response .response-items .item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #b3895c;
}
.response .response-items .item p.name {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #1d1d1d;
  margin-bottom: 8px;
}
.response .response-items .item p.text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111112;
}
.response .response-modal {
  background: #e9ede6;
  padding: 50px;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  transition: all 0.5s;
  opacity: 0;
  text-align: center;
}
@media (max-width: 780px) {
  .response .response-modal {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .response .response-modal {
    max-width: calc(100% - 48px);
    padding: 50px 15px;
  }
}
@media (max-width: 416px) {
  .response .response-modal {
    max-width: 100%;
    left: 0;
  }
}
.response .response-modal.show {
  top: 80px;
  transition: all 0.5s;
  opacity: 1;
}
.response .response-modal br {
  display: none;
}
@media (max-width: 767px) {
  .response .response-modal br {
    display: block;
  }
}
.programs {
  background: #e5e5e5;
  padding: 80px 0 120px;
}
.programs__main {
  background: none;
}
@media (max-width: 768px) {
  .programs {
    padding: 50px 0 80px;
  }
}
@media (max-width: 380px) {
  .programs {
    padding: 50px 0;
  }
}
.programs .program-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
}
.programs .program-items__last {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .programs .program-items__last {
    margin-top: 80px;
  }
}
@media (max-width: 380px) {
  .programs .program-items__last {
    margin-top: 50px;
  }
}
.programs .program-items .program-item {
  background: #fff;
  width: calc((100% / 3) - 50px / 3);
}
@media (max-width: 768px) {
  .programs .program-items .program-item {
    width: 100%;
  }
}
.programs .program-items .program-item a {
  text-decoration: none;
}
.program-item-thumb {
  display: block;
  width: 100%;
  height: 246px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==")
    no-repeat center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.programs .program-items .program-item p {
  margin: 10px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #111112;
  padding: 0 20px 30px;
}
.programs .program-items .program-item p.program-item__title {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #111112;
  padding: 0 20px;
}
.programs .program-items .program-item .post-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 15px;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .programs .program-items .program-item .post-info {
    flex-wrap: wrap;
  }
}
.programs .program-items .program-item .post-info__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/date.svg")
    no-repeat left center;
  background-size: 17px;
  padding-left: 25px;
  margin-right: 15px;
  min-height: 20px;
}
.programs .program-items .program-item .post-info__author {
  padding-left: 28px;
  min-height: 20px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .programs .program-items .program-item .post-info__author {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 340px) {
  .programs .program-items .program-item .post-info__author {
    width: 100%;
    margin-top: 10px;
  }
}
.programs .program-items .program-item .post-info__author:before {
  content: "";
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/author-min.jpg")
    no-repeat center;
  background-size: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
}
.programs .program-items .program-item__main {
  background: none;
}
.programs .program-items .program-item__main p {
  padding: 0;
}
.programs .program-items .program-item__main p.program-item__title {
  padding: 0;
}
.single-post__top_block {
  padding: 200px 0 60px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) -33.74%,
    rgba(58, 48, 48, 0) 0%,
    rgba(53, 46, 46, 0.73) 100%
  );
}
@media (max-width: 900px) {
  .single-post__top_block {
    padding: 240px 0 70px;
  }
}
@media (max-width: 740px) {
  .single-post__top_block {
    padding: 240px 0 0;
    margin-bottom: 80px;
  }
}
.fullin {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.breadcrumbs {
  font-size: 14px;
  line-height: 17px;
  color: #8a8a8a;
  padding-top: 10px;
  color: #fff;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px 0;
}
.breadcrumbs ul > li {
  list-style: none;
}
.breadcrumbs ul > li a {
  color: #fff;
}
.single_post_thumbnail {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -9999;
  max-height: 700px;
  overflow: hidden;
}
.single_post_thumbnail img {
  width: 100%;
  height: auto;
  z-index: -99999;
}

.single-post__top_block .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 740px) {
  .single-post__top_block .wrap {
    flex-wrap: wrap;
  }
}
.single-post__top_block .text {
  width: calc(100% - 405px - 50px);
  max-width: 610px;
}
@media (max-width: 900px) {
  .single-post__top_block .text {
    width: calc(100% - 320px - 20px);
  }
}
@media (max-width: 740px) {
  .single-post__top_block .text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.single-post__top_block .text h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 27px;
}
@media (max-width: 1100px) {
  .single-post__top_block .text h1 {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 400px) {
  .single-post__top_block .text h1 {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .single-post__top_block .text h1 {
    font-size: 32px;
  }
}
.single-post__top_block .text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.single-post__top_block .author-block {
  width: 405px;
  padding: 30px;
  background: #282e3f;
  position: relative;
  text-decoration: none;
  display: block;
  height: 230px;
}
@media (max-width: 900px) {
  .single-post__top_block .author-block {
    padding: 25px 20px 20px;
    width: 320px;
    height: 250px;
  }
}
@media (max-width: 740px) {
  .single-post__top_block .author-block {
    width: 100%;
    margin-bottom: -40px;
    height: auto;
  }
}
.single-post__top_block .author-block:before,
.single-post__top_block .author-block:after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #b3895c;
  border-left: none;
  border-bottom: none;
}
.single-post__top_block .author-block:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
  border-left: 2px solid #b3895c;
  border-bottom: 2px solid #b3895c;
  border-top: none;
  border-right: none;
}
.single-post__top_block .author-block__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .single-post__top_block .author-block__top {
    margin-bottom: 15px;
  }
}
@media (max-width: 740px) {
  .single-post__top_block .author-block__top {
    margin-bottom: 20px;
  }
}
.single-post__top_block .author-block__top-avatar {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
@media (max-width: 900px) {
  .single-post__top_block .author-block__top-avatar {
    width: 70px;
    height: 70px;
  }
}
.single-post__top_block .author-block__top-avatar img {
  max-width: 100%;
  border-radius: 50%;
}
.single-post__top_block .author-block__top-description {
  width: calc(100% - 100px);
}
.single-post__top_block .author-block__top-description .author-post {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
  text-align: left;
}
.single-post__top_block .author-block__top-description .author-name {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 5px;
  text-align: left;
}
.single-post__top_block .author-block__top-description .author-position {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #b3895c;
  text-align: left;
}
.single-post__top_block .author-block__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.single-post .content-wrap h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #1a2a45;
  margin: 50px 0 30px;
}
.single-post .content-wrap h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #1a2a45;
  margin: 40px 0 20px;
}
.single-post .content-wrap h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #1a2a45;
  margin: 40px 0 20px;
}
.single-post .content-wrap p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111112;
  margin-bottom: 20px;
}
.single-post .content-wrap p.border {
  padding: 36px 60px;
  border: 5px solid #b3895c;
  margin: 40px 0 45px;
}
.single-post .content-wrap blockquote p {
  color: rgba(26, 42, 69, 1) !important;
}
.single-post .content-wrap blockquote {
  border: 5px solid rgba(179, 137, 92, 1);
  padding: 35px 60px 15px 60px;
  margin: 32px 0;
}
.single-post .content-wrap .author-blockquote .blockquote-item {
  padding: 0 0 0 91px;
}
.single-post .content-wrap .author-blockquote {
  position: relative;
  font-family: "Roboto", italic;
  font-weight: 400;
  font-size: 18px;
  color: rgba(78, 78, 84, 1);
  font-style: italic;
  line-height: 150%;
  margin: 32px 0;
}

.single-post .content-wrap .author-blockquote .wrapper-for-dist {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
}
.single-post .content-wrap .author-blockquote .blockquote-author-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-size: contain;
}
.single-post .content-wrap .author-blockquote .blockquote-content {
  margin: 0 0 15px 0;
}
.single-post .content-wrap .author-blockquote .blockquote-position {
  max-width: 200px;
  width: 100%;
  color: rgba(179, 137, 92, 1);
  font-size: 14px;
  line-height: 140%;
  font-style: normal;
}
.single-post .content-wrap .author-blockquote .blockquote-author {
  font-family: "Playfair Display";
  color: rgba(26, 42, 69, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  font-style: normal;
}
.single-post .content-wrap .author-blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 59px;
  height: 38px;
  background: url("/wp-content/themes/MigrationUnion/img/quotes.svg");
  background-size: cover;
}
.items-like-count {
  width: 20px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapp-for-like {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
  margin: 20px 0 0 0;
}
.count-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 8px;
}
.count-item {
  font-size: 14px;
  color: rgba(179, 137, 92, 1);
  line-height: 150%;
  font-weight: 400;
}
.special-tags-countr .cat-hero-item a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  color: rgba(17, 17, 18, 1);
  line-height: 150%;
}
.special-tags-countr .cat-hero-item:hover {
  background-color: #fbf6f1;
}
.special-tags-countr .cat-hero-item {
  padding: 10px 15px;
}
.special-tags-countr {
  position: relative;
  padding-bottom: 50px;
}
.special-tags-countr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d3d8e1;
}
.tags-ids-title h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 53px;
  color: rgba(26, 42, 69, 1);
  margin: 40px 0 20px;
}
a.author-block {
  text-decoration: none !important;
}
.single-post .special_content__item {
  max-width: 780px;
  margin: 30px auto;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .single-post .content-wrap blockquote {
    border: 3px solid rgba(179, 137, 92, 1);
    padding: 30px 30px 10px 30px;
  }
}
@media (max-width: 768px) {
  .single-post .content-wrap p.border {
    padding: 30px;
    border: 3px solid #b3895c;
  }
  .single-post .content-wrap .author-blockquote,
  .single-post .content-wrap blockquote {
    margin: 24px 0;
  }
}
@media (max-width: 600px) {
  .count-wrapper {
    align-items: flex-end;
    padding: 0 0 4px 0;
  }
}
@media (max-width: 576px) {
  .tags-ids-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 30px 0 10px 0;
  }
  .special-tags-countr {
    padding-bottom: 25px;
  }
  .special-tags-countr .cat-hero-item {
    padding: 10px 0;
  }
  .special-tags-countr .cat-hero-item a {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 380px) {
  .single-post .content-wrap p.border {
    margin: 40px 0 30px;
  }
}
.single-post .content-wrap p.quote {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #585963;
  position: relative;
  padding-left: 100px;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .single-post .content-wrap p.quote {
    padding-left: 60px;
  }
}
.single-post .content-wrap p.quote:before {
  content: "";
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/quotes.svg")
    no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: -8px;
  left: 8px;
  width: 65px;
  height: 47px;
}
@media (max-width: 768px) {
  .single-post .content-wrap p.quote:before {
    width: 40px;
    height: 28px;
  }
}
.single-post .content-wrap ol {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111112;
  margin-bottom: 20px;
  list-style: none;
  counter-reset: li;
}
.single-post .content-wrap ol li {
  counter-increment: li;
  font-size: 18px;
  line-height: 150%;
  color: #1d1d1d;
  position: relative;
  position: relative;
  padding-left: 30px;
}
.single-post .content-wrap ol li:not(:last-child) {
  margin-bottom: 15px;
}
.single-post .content-wrap ol li:before {
  content: counter(li) ".";
  color: red;
  display: inline-block;
  width: 1em;

  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #b3895c;
  padding-right: 10px;
  position: absolute;
  top: 2px;
  left: 7px;
}
.single-post .content-wrap ul {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111112;
  margin-bottom: 20px;
  list-style: none;
}
.single-post .content-wrap ul li {
  padding-left: 42px;
  position: relative;
}
.single-post .content-wrap ul li:not(:last-child) {
  margin-bottom: 15px;
}
.single-post .content-wrap ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #b3895c;
  position: absolute;
  top: 7px;
  left: 15px;
  border-radius: 50%;
}
.single-post .content-wrap .steps {
  margin-bottom: 60px;
}
.program_rating {
  padding-bottom: 60px;
}
.program_rating .vote-block {
  float: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.program_rating .vote-block .rating-text {
  margin-left: 0;
}
.program_rating .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grey .title {
  color: #fff;
}
@media (max-width: 768px) {
  .single-post .content-wrap .steps {
    margin-bottom: 50px;
  }
}
@media (max-width: 380px) {
  .single-post .content-wrap .steps {
    margin-bottom: 40px;
  }
}
.single-post .content-wrap .steps .item {
  border: 2px solid #b3895c;
  width: 100%;
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 416px) {
  .single-post .content-wrap .steps .item {
    padding: 20px;
  }
}
.single-post .content-wrap .steps .item i {
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);

  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #15416e;
  background: #fff;
  height: 50px;
  width: 22px;
}
.single-post .content-wrap .steps .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #585963;
}
.single-post .content-wrap .steps .item p span {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #1a2a45;
  margin-bottom: 17px;
  display: block;
}
.single-post .content-wrap table {
  border: 2px solid #d0d0d0;
  border-collapse: collapse;
  width: 100%;
}
.single-post .content-wrap table tr th {
  border: 1px solid #d0d0d0;

  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #1a2a45;
  padding: 12px;
}
@media (max-width: 379px) {
  .single-post .content-wrap table tr th {
    font-size: 22px;
  }
}
.single-post .content-wrap table tr td {
  border: 1px solid #d0d0d0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1d1d1d;
  padding: 8px 30px;
}
@media (max-width: 379px) {
  .single-post .content-wrap table tr td {
    font-size: 16px;
    padding: 16px;
  }
}
.single-programs-thumb {
  width: 60%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -99999;
  clip-path: polygon(31% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 1199px) {
  .single-programs-thumb {
    width: 100%;
    top: 300px !important;
    right: 0;
    position: absolute;
    z-index: -99999;
    clip-path: polygon(0 33%, 100% 0, 100% 100%, 0 100%);
  }
}
.single-programs .block-with-flag {
  background: #f0f2f7;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .single-programs .block-with-flag {
    padding: 80px 0;
  }
}
.single-programs .block-with-flag .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 860px) {
  .single-programs .block-with-flag .wrap {
    overflow: hidden;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .single-programs .block-with-flag .wrap {
    padding: 0 0 0 76px;
  }
}
@media (max-width: 680px) {
  .single-programs .block-with-flag .wrap {
    flex-wrap: wrap;
  }
}
.single-programs .block-with-flag .text {
  max-width: calc(100% - 440px);
}
@media (max-width: 860px) {
  .single-programs .block-with-flag .text {
    max-width: calc(100% - 330px);
  }
}
@media (max-width: 768px) {
  .single-programs .block-with-flag .text {
    max-width: calc(100% - 350px);
  }
}
@media (max-width: 680px) {
  .single-programs .block-with-flag .text {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.single-programs .block-with-flag .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111112;
}
.single-programs .block-with-flag .text p:not(:last-child) {
  margin-bottom: 20px;
}
.single-programs .block-with-flag .flag {
  width: 410px;
}
@media (max-width: 860px) {
  .single-programs .block-with-flag .flag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -90px;
  }
}
@media (max-width: 680px) {
  .single-programs .block-with-flag .flag {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    transform: none;
  }
}
.single-programs .block-with-flag .flag img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.single-programs .text-with-img {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .single-programs .text-with-img {
    padding: 80px 0;
  }
}
@media (max-width: 380px) {
  .single-programs .text-with-img {
    padding: 50px 0;
  }
}
.single-programs .text-with-img.light-grey {
  background: #f0f2f7;
}
.single-programs .text-with-img .items .item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .single-programs .text-with-img .items .item {
    flex-wrap: wrap;
  }
}
.single-programs .text-with-img .items .item:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .single-programs .text-with-img .items .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 380px) {
  .single-programs .text-with-img .items .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.single-programs .text-with-img .items .item .text {
  width: calc(51% - 50px);
}
@media (max-width: 768px) {
  .single-programs .text-with-img .items .item .text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.single-programs .text-with-img .items .item .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111112;
}
.single-programs .text-with-img .items .item .text p:not(:last-child) {
  margin-bottom: 20px;
}
.single-programs .text-with-img .items .item figure {
  max-width: 580px;
  width: 49%;
}
@media (max-width: 768px) {
  .single-programs .text-with-img .items .item figure {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
}
.single-programs .text-with-img .items .item figure img {
  width: 100%;
  object-fit: cover;
}
.single-programs .text-with-img .items .item > img {
  max-width: 580px;
  width: 49%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .single-programs .text-with-img .items .item > img {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
}
.single-programs .the-list {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .single-programs .the-list {
    padding: 80px 0;
  }
}
@media (max-width: 380px) {
  .single-programs .the-list {
    padding: 50px 0;
  }
}
.single-programs .the-list .wrap {
  max-width: 760px;
}
.single-programs .the-list ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #1d1d1d;
  position: relative;
  padding-left: 18px;
  list-style: none;
}
.single-programs .the-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.single-programs .the-list ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  background: #b3895c;
}
.single-programs .the-list.grey {
  background: #282e3f;
}
.single-programs .the-list.grey p.title {
  color: #fff;
}
.single-programs .the-list.grey ul li {
  color: #fff;
}
.single-programs .accordion-section {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .single-programs .accordion-section {
    padding: 80px 0;
  }
}
@media (max-width: 380px) {
  .single-programs .accordion-section {
    padding: 50px 0;
  }
}
.single-programs .accordion-section .accordion-wrap .item {
  border: 2px solid #b3895c;
  padding: 30px;
}
@media (max-width: 768px) {
  .single-programs .accordion-section .accordion-wrap .item {
    padding: 20px;
  }
}
.single-programs .accordion-section .accordion-wrap .item:not(:last-child) {
  margin-bottom: 20px;
}
.single-programs .accordion-section .accordion-wrap .item .accordion {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #1a2a45;
  background: none;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  position: relative;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .single-programs .accordion-section .accordion-wrap .item .accordion {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .single-programs .accordion-section .accordion-wrap .item .accordion {
    padding-right: 35px;
  }
}
.single-programs .accordion-section .accordion-wrap .item .accordion:after {
  content: "";
  text-align: center;
  font-size: 20px;
  width: 35px;
  height: 35px;
  background: #f3f4f7;
  position: absolute;
  background-image: url(/wp-content/themes/MigrationUnion/img/faq_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: -3px;
  right: -3px;
  border-radius: 50%;
  transform: rotate(180deg);
}
.single-programs .accordion-section .accordion-wrap .item .accordion.active {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .single-programs .accordion-section .accordion-wrap .item .accordion.active {
    padding-bottom: 24px;
  }
}
.single-programs
  .accordion-section
  .accordion-wrap
  .item
  .accordion.active:after {
  transform: none;
}
.single-programs .accordion-section .accordion-wrap .item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #585963;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.author .top_block {
  padding: 100px 0 60px;
}
@media (max-width: 900px) {
  .author .top_block {
    padding: 110px 0 60px;
  }
}
@media (max-width: 480px) {
  .author .top_block {
    padding: 80px 0 50px;
  }
}
.author .top_block .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .author .top_block .wrap {
    flex-wrap: wrap;
  }
}
.author .top_block .left {
  max-width: calc(100% - 483px - 40px);
}
@media (max-width: 1024px) {
  .author .top_block .left {
    max-width: calc(100% - 460px);
  }
}
@media (max-width: 900px) {
  .author .top_block .left {
    order: 2;
    max-width: 100%;
  }
}
.author .top_block .left p.name {
  margin-bottom: 25px;

  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #1a2a45;
}
@media (max-width: 900px) {
  .author .top_block .left p.name {
    text-align: center;
    font-size: 40px;
    line-height: 155%;
  }
}
@media (max-width: 480px) {
  .author .top_block .left p.name {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.author .top_block .left p.position {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #585963;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .author .top_block .left p.position {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 73px;
  }
}
.author .top_block .left p.quote {
  display: none;
}
@media (max-width: 900px) {
  .author .top_block .left p.quote {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #585963;
    display: block;
    margin-bottom: 40px;
    position: relative;
  }
}
.author .top_block .left p.quote:before {
  content: "";
  width: 48px;
  height: 34px;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/quotes2.svg")
    no-repeat center;
  background-size: contain;
}
.author .top_block .left p.description {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #111112;
}
@media (max-width: 900px) {
  .author .top_block .left p.description {
    font-size: 20px;
  }
}
.author .top_block .right {
  max-width: 483px;
}
@media (max-width: 1024px) {
  .author .top_block .right {
    max-width: 415px;
  }
}
@media (max-width: 900px) {
  .author .top_block .right {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}
.author .top_block .right picture {
  width: 483px;
  height: 483px;
  position: relative;
  display: block;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .author .top_block .right picture {
    width: 415px;
    height: 415px;
  }
}
@media (max-width: 900px) {
  .author .top_block .right picture {
    margin: 0 auto 30px;
  }
}
@media (max-width: 480px) {
  .author .top_block .right picture {
    width: 315px;
    height: auto;
  }
}
@media (max-width: 345px) {
  .author .top_block .right picture {
    width: 100%;
  }
}
.author .top_block .right picture:before {
  content: "";
  position: absolute;
  top: -26px;
  right: -26px;
  border: 2px solid #b3895c;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1203px) {
  .author .top_block .right picture:before {
    top: -10px;
    right: -10px;
  }
}
@media (max-width: 900px) {
  .author .top_block .right picture:before {
    top: -30px;
    right: -30px;
  }
}
@media (max-width: 378px) {
  .author .top_block .right picture:before {
    top: -10px;
    right: -10px;
  }
}
.author .top_block .right picture img {
  width: 100%;
  object-fit: cover;
}
.author .top_block .right .quote {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #585963;
  position: relative;
}
.author .top_block .right .quote:before {
  content: "";
  width: 82px;
  height: 58px;
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url("https://migrationunion.com/wp-content/themes/MigrationUnion/img/quotes2.svg")
    no-repeat center;
  background-size: contain;
}
@media (max-width: 900px) {
  .author .top_block .right .quote {
    display: none;
  }
}
.author .achivements {
  padding: 64px 0 76px;
  background: #f0f2f6;
}
.author .achivements .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.author .achivements .wrap .items {
  width: 620px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .author .achivements .wrap .items {
    width: 100%;
    justify-content: space-around;
  }
}
@media (max-width: 450px) {
  .author .achivements .wrap .items {
    flex-direction: column;
  }
}
.author .achivements .wrap .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 450px) {
  .author .achivements .wrap .items .item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.author .achivements .wrap .items .item object {
  margin: 0 auto 30px;
}
.author .achivements .wrap .items .item p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #111112;
}
.author .popular-posts {
  padding: 60px 0 120px;
}
@media (max-width: 768px) {
  .author .popular-posts {
    padding: 60px 0 80px;
  }
}
@media (max-width: 380px) {
  .author .popular-posts {
    padding: 50px 0;
  }
}
.author .popular-posts p {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  color: #282e3f;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .author .popular-posts p {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 380px) {
  .author .popular-posts p {
    margin-bottom: 20px;
  }
}
.author .popular-posts ul li {
  list-style: none;
  position: relative;
  padding-left: 27px;
}
.author .popular-posts ul li:not(:last-child) {
  margin-bottom: 18px;
}
.author .popular-posts ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #b3895c;
  border-radius: 50%;
  left: 0;
  top: 10px;
  position: absolute;
}
.author .popular-posts ul li a {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #111112;
}
@media (max-width: 768px) {
  .author .popular-posts ul li a {
    font-size: 18px;
  }
}

.the-list .wrap > p:not(.title) {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #1d1d1d;
  position: relative;
  padding-left: 18px;
  list-style: none;
}

.the-list .wrap > ul {
  margin-bottom: 20px;
}
.author_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 100px 0 70px 0;
  gap: 70px;
}
.author_block_text {
  width: calc(50% - 35px);
}
.author_block_img {
  width: calc(50% - 35px);
}
.author_block_title {
  font-weight: 900;
  font-size: 70px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #1a2a45;
}
.author_block_sub_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #585963;
  margin: 25px 0;
}
.author_block_description {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #111112;
}
.author_block_description p {
  margin-bottom: 15px;
}
.author_block_img_description {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #585963;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-style: italic;
}
.author_block_img_description svg {
  margin-bottom: 10px;
  margin-top: -30px;
  position: relative;
}
.author_block_img_wrap {
  position: relative;
  width: fit-content;
}
.author_block_img_wrap img {
  width: 100%;
}
.author_block_img_wrap:before {
  content: "";
  position: absolute;
  top: -26px;
  right: -26px;
  border: 2px solid #b3895c;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.author_quote {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #585963;
  background-color: #f0f2f6;
}
.author_quote .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0 70px 0;
  position: relative;
}
.author_quote .wrap svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.author_quote .wrap svg path {
  fill: #b3895c;
}
.author_quote p {
  width: 100%;
  max-width: 730px;
}
.second_author_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px 0 100px 0;
}
.second_author_block img {
  width: calc(50% - 10px);
}
.second_author_block_text {
  width: calc(50% - 10px);
  font-weight: 400;
  font-size: 18px;
  align-items: center;
  color: #111112;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popular_materials {
  width: 100%;
  padding: 0 0 120px 0;
}
.popular_materials_title {
  font-weight: 500;
  font-size: 40px;
  color: #282e3f;
  margin-bottom: 30px;
}
.popular_materials ul {
  padding-left: 27px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popular_materials ul a {
  font-weight: 400;
  font-size: 24px;
  color: #111112;
}
.popular_materials ul li {
  list-style: none;
  position: relative;
}
.popular_materials ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #b3895c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -27px;
  transform: translateY(-50%);
}
.author_block_img_description_mobil {
  display: none;
}
@media (max-width: 1100px) {
  .second_author_block {
    padding: 40px 0 100px 0;
    flex-direction: column-reverse;
  }
  .second_author_block img {
    width: 100%;
  }
  .second_author_block_text {
    width: 100%;
    margin-bottom: 40px;
  }
  .author_block_title {
    font-size: 50px;
  }
  .author_block_sub_title {
    font-size: 20px;
  }
  .author_block {
    gap: 0px;
  }
  .author_block_text {
    width: calc(50% - 25px);
  }
  .author_block_img {
    width: calc(50% - 25px);
    padding-right: 20px;
  }
}
@media (max-width: 900px) {
  .author_block {
    flex-direction: column-reverse;
  }
  .author_block_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .author_block_img {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
  .author_block_img_description {
    display: none;
  }
  .author_block_title {
    font-size: 40px;
  }
  .author_block_sub_title {
    font-size: 18px;
    text-align: center;
    width: 100%;
    max-width: 500px;
  }
  .author_block_description p {
    margin-bottom: 0px;
  }
  .author_block {
    padding: 80px 0 60px 0;
  }
  .author_block_img_description_mobil {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #585963;
    margin-bottom: 40px;
  }
  .author_block_sub_title {
    margin: 25px 0 30px 0;
  }
  .author_block_img_description_mobil svg {
    width: 50px;
    height: fit-content;
  }
  .author_quote .wrap {
    padding: 55px 70px 65px 70px;
  }

  .author_quote .wrap svg {
    width: 50px;
    height: fit-content;
  }
  .popular_materials_title {
    font-weight: 500;
    font-size: 30px;
  }
  .popular_materials ul a {
    font-size: 18px;
  }
  .popular_materials ul {
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .author_block_title {
    font-size: 30px;
    text-align: center;
  }
  .author_quote .wrap {
    padding: 50px 15px 60px;
  }
  .popular_materials_title {
    margin-bottom: 20px;
  }
  .popular_materials {
    padding-bottom: 100px;
  }
  .second_author_block {
    padding-bottom: 80px;
  }
  .popular_materials ul {
    gap: 20px;
  }
}

.about_us {
  padding: 120px 0 0 0;
}

.us_img:hover {
  transform: scale(1.05);
  transition: all linear 0.3s;
}

.us_img {
  width: calc(100% / 3 - 60px / 3);
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #b3895c;
  background-color: #ffffff;
  cursor: pointer;
  transition: all linear 0.5s;
}

.about_us__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 20px;
  justify-content: center;
}

.about_us .title {
  color: #282e3f;
}

@media (max-width: 992px) {
  .about_us {
    padding: 80px 0 0 0;
  }

  .us_img:hover {
    transform: none;
  }

  .about_us__container {
    gap: 20px 10px;
  }

  .us_img {
    width: calc(100% / 3 - 30px / 3);
    background-size: 60%;
    cursor: auto;
  }
}

@media (max-width: 768px) {
  .us_img {
    width: calc(100%);
    background-size: auto;
  }
}

@media (max-width: 576px) {
  .about_us {
    padding: 50px 0 0 0;
  }
}

.blog_pagination__banner {
  margin: 80px 0 100px !important;
}

.page-numbers.dots {
  display: none;
}

.next.page-numbers {
  margin-left: 12px;
}

.prev.page-numbers {
  margin-right: 12px;
}

.page-numbers:hover {
  transform: scale(1.05);
  transition: all linear 0.3s;
}

.page-numbers {
  transition: all linear 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  background: transparent;
  color: rgba(0, 0, 0, 1);
  border: 1px solid #b3895c;
  font-weight: 400;
  font-size: 18px;
}

.page-numbers.current {
  background: #b3895c;
  color: #ffffff;
}

.post_pageination {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

@media (max-width: 992px) {
  .blog_pagination__banner {
    margin: 60px 0 80px !important;
  }
}

@media (max-width: 768px) {
  .blog_pagination__banner {
    margin: 20px 0 40px !important;
  }
}

@media (max-width: 576px) {
  .post_pageination {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 450px) {
  .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .post_pageination {
    gap: 8px;
  }

  .prev.page-numbers,
  .next.page-numbers {
    margin: 0;
  }
}

@media (max-width: 375px) {
  .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .post_pageination {
    gap: 10px;
  }
}