@charset "UTF-8";

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro/GothamPro.woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro/GothamPro-Bold.woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* new fonts */

@font-face {
  font-family: 'EBGaramond';
  src: url("../fonts/EBGaramond-Bold.woff") format("woff"),
       url("../fonts/EBGaramond-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EBGaramond';
  src: url("../fonts/EBGaramond-Regular.woff") format("woff"),
       url("../fonts/EBGaramond-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url("../fonts/Karla-Bold.woff") format("woff"),
       url("../fonts/Karla-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url("../fonts/Karla-Regular.woff") format("woff"),
       url("../fonts/Karla-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  font-family: 'Gotham Pro', sans-serif;
  color: #333333;
}

b,
strong {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

strong,
b {
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

strong *,
b * {
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

em,
i {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

em *,
i * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

*:focus {
  outline: transparent;
}

.container {
  width: 90%;
  max-width: 1110px;
  margin: auto;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body main {
  overflow: hidden;
}

body footer {
  margin-top: auto;
  margin-bottom: 0;
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

h2,
.h2,
.block-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #BA994F;
}

p,
li,
td,
tr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.btn {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 8px 22px;
  background: #BA994F;
  border-radius: 3px;
  color: #161617;
  transition: 0.4s;
  cursor: pointer;
  text-decoration: none !important;
border: none;
}

.btn:hover {
  background: #44475A !important;
  color: white !important;
}

.smb {
  margin-bottom: 60px;
}

.smt {
  margin-top: 60px;
}

.spt {
  padding-top: 60px;
}

.spb {
  padding-bottom: 60px;
}

.wpcf7-not-valid-tip {
  position: absolute !important;
  left: 0 !important;
  top: calc(100% + 2px) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.wpcf7-response-output {
  margin: 20px auto 0 !important;
  text-align: center !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  padding: 4px !important;
  border-radius: 5px !important;
}

.wpcf7-form {
  position: relative;
}

.wpcf7-spinner {
  position: absolute !important;
  right: 0 !important;
  display: none !important;
}

.tf-v1-popup .tf-v1-iframe-wrapper {
  height: 630px !important;
  max-height: calc(100vh - 150px) !important;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: 0.4s;
}

.header.mobile-header .container {
  padding: 20px 5vw;
}

.header.mobile-header .header__menu {
  display: none;
}

.header.mobile-header .header__btn {
  display: none;
}

.header.mobile-header.black .header__logo {
  padding-bottom: 0;
}

.header.mobile-header.fixed .header__logo {
  padding-bottom: 0;
}

.header.mobile-header .mob-menu-btn {
  display: block;
}

.header.black {
  background: #FFFFFF;
}

.header.black .header__logo {
  padding-bottom: 10px;
}

.header.black .header__logo p,
.header.black .header__logo span {
  color: black;
}

.header.black .header__menu {
  padding: 0;
}

.header.black .header__menu > ul > li > a {
  color: black;
}

.header.black .header__menu > ul > li > a:after {
  border-color: #BA994F;
}

.header.black .header__menu > ul > li > a:hover {
  color: #BA994F;
}

.header.fixed {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.header.fixed .header__logo {
  padding-bottom: 10px;
}

.header.fixed .header__logo p,
.header.fixed .header__logo span {
  color: black;
}

.header.fixed .header__menu {
  padding: 0;
}

.header.fixed .header__menu > ul > li > a {
  color: black;
}

.header.fixed .header__menu > ul > li > a:after {
  border-color: #BA994F;
}

.header.fixed .header__menu > ul > li > a:hover {
  color: #BA994F;
}

.header .container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-left: 30px;
  transition: 0.4s;
}

.header__logo {
  margin-right: auto;
  align-self: flex-end;
  transition: 0.4s;
}

.header__logo p {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.4s;
  white-space: nowrap;
}

.header__logo span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
  color: #FFFFFF;
  transition: 0.4s;
  white-space: nowrap;
}

.header__menu {
  margin-right: 40px;
  padding-top: 10px;
  transition: 0.4s;
}

.header__menu > ul {
  display: flex;
}

.header__menu > ul > li {
  margin-right: 30px;
}

.header__menu > ul > li:last-child {
  margin-right: 0;
}

.header__menu > ul > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #D8C98F;
  border-left: none;
  border-top: none;
  -webkit-transform: translate(0, -35%) rotate(45deg);
          transform: translate(0, -35%) rotate(45deg);
  transition: 0.4s;
  margin-left: 8px;
}

.header__menu > ul > li.menu-item-has-children > a:empty {
  display: none;
}

.header__menu > ul > li.menu-item-has-children.open > a:after {
  -webkit-transform: translate(0, 25%) rotate(-135deg);
          transform: translate(0, 25%) rotate(-135deg);
}

.header__menu > ul > li.menu-item-has-children.open > .sub-menu {
  opacity: 1;
  pointer-events: auto;
}

.header__menu > ul > li > a {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.4s;
  display: flex;
  align-items: center;
}

.header__menu > ul > li > a:hover {
  color: #D8C98F;
}

.header__menu > ul > li > .sub-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 25px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 45px 90px 55px;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 1110px;
}

.header__menu > ul > li > .sub-menu .exit-btm {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 22px;
  height: 22px;
}

.header__menu > ul > li > .sub-menu .exit-btm:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 28px;
  height: 2px;
  background: #BA994F;
}

.header__menu > ul > li > .sub-menu .exit-btm:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 28px;
  height: 2px;
  background: #BA994F;
}

.header__menu > ul > li > .sub-menu > li {
  width: 180px;
  margin-right: 30px;
}

.header__menu > ul > li > .sub-menu > li:last-of-type {
  margin-right: 0;
}

.header__menu > ul > li > .sub-menu > li > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #747474;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
  pointer-events: none;
  min-height: 32px;
}

.header__menu > ul > li > .sub-menu > li > a:empty {
  display: none;
}

.header__menu > ul > li > .sub-menu > li > ul li {
  margin-bottom: 10px;
}

.header__menu > ul > li > .sub-menu > li > ul a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  transition: 0.4s;
  display: block;
}

.header__menu > ul > li > .sub-menu > li > ul a:hover {
  color: #BA994F;
}

.header__btn .btn {
  width: 350px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.header .mob-menu-btn {
  display: none;
  width: 28px;
  height: 34px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.header .mob-menu-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 4px));
          transform: translate(-50%, calc(-50% - 4px));
  width: 28px;
  height: 2px;
  background: #D8C98F;
  transition: 0.4s;
}

.header .mob-menu-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 4px));
          transform: translate(-50%, calc(-50% + 4px));
  width: 28px;
  height: 2px;
  background: #D8C98F;
  transition: 0.4s;
}

.header .mob-menu-btn.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #BA994F;
}

.header .mob-menu-btn.open:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background: #BA994F;
}

.header .mob-menu-container {
  display: none;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #D8C98F;
  overflow: auto;
  padding-bottom: 30px;
}

.header .mob-menu-container .mob__menu {
  padding: 45px 30px 30px;
}

.header .mob-menu-container .mob__menu > ul > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}

.header .mob-menu-container .mob__menu > ul > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #BA994F;
  border-left: none;
  border-top: none;
  -webkit-transform: translate(0, -35%) rotate(45deg);
          transform: translate(0, -35%) rotate(45deg);
  transition: 0.4s;
  margin-left: 8px;
}

.header .mob-menu-container .mob__menu > ul > li.menu-item-has-children.open > a:after {
  -webkit-transform: translate(0, 25%) rotate(-135deg);
          transform: translate(0, 25%) rotate(-135deg);
}

.header .mob-menu-container .mob__menu > ul > li.menu-item-has-children.open > .sub-menu {
  opacity: 1;
  pointer-events: auto;
}

.header .mob-menu-container .mob__menu > ul > li > a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: 0.4s;
}

.header .mob-menu-container .mob__menu > ul > li > a:hover {
  color: #BA994F;
}

.header .mob-menu-container .mob__menu > ul > li > .sub-menu {
  display: none;
}

.header .mob-menu-container .mob__menu > ul > li > .sub-menu > li {
  border-top: 1px solid rgba(179, 158, 106, 0.5);
  padding: 10px 0 15px;
}

.header .mob-menu-container .mob__menu > ul > li > .sub-menu > li:last-child {
  border-bottom: 1px solid rgba(179, 158, 106, 0.5);
}

.header .mob-menu-container .mob__menu > ul > li > .sub-menu > li > a {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #BA994F;
  text-transform: uppercase;
  pointer-events: none;
}

.header .mob-menu-container .mob__menu > ul > li > .sub-menu > li > ul a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  transition: 0.4s;
}

.header .mob-menu-container .mob__menu > ul > li > .sub-menu > li > ul a:hover {
  color: #BA994F;
}

.header .mob-menu-container .btn {
  color: #000000;
  background: white;
  padding: 20px;
  width: calc(100% - 30px);
  max-width: 400px;
  margin: 0 auto;
}

.header__topbar {
  background: #D8C98F;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.header__topbar .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 0 !important;
}

.header__topbar .box {
  display: flex;
  align-items: center;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}

.header__topbar .box:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background: #000;
}

.header__topbar .box:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header__topbar .box:last-child:after {
  display: none;
}

.header__topbar .box svg {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.header__topbar .box span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  padding: 0 5px;
}

.header__topbar .box p,
.header__topbar .box a {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.header__topbar .box a {
  transition: 0.4s;
}

.header__topbar .box a:hover {
  color: white;
}

.header__topbarMob {
  padding: 45px 30px 0;
}

.header__topbarMob + .mob__menu {
  padding-top: 20px !important;
}

.header__topbarMob .box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.header__topbarMob .box:last-child {
  margin-bottom: 0;
}

.header__topbarMob .box svg {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.header__topbarMob .box svg * {
  fill: white;
}

.header__topbarMob .box span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  padding: 0 5px;
  color: white;
}

.header__topbarMob .box p,
.header__topbarMob .box a {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: white;
}

.header__topbarMob .box a {
  transition: 0.4s;
}

.header__topbarMob .box a:hover {
  color: #BA994F;
}

.footer {
  background: #000000;
}

.footer__main {
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
  border-bottom: 1px solid #373737;
}

.footer__main .box {
  width: calc(25% - 22.5px);
  position: relative;
}

.footer__main .box svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 16px;
}

.footer__main .box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #747474;
}

.footer__main .box p span {
  padding-left: 18px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 12px;
  display: block;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 60px;
}

.footer__bottom .box {
  width: calc(25% - 22.5px);
}

.footer__bottom .box p.copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
}

.footer__bottom .box .block-title3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #747474;
  margin-bottom: 12px;
}

.footer__bottom .box ul a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  transition: 0.4s;
}

.footer__bottom .box ul a:hover {
  color: #BA994F;
}

.footer__bottom .box.mainmenu ul a {
  font-size: 16px;
  line-height: 24px;
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(216, 201, 143, 0.5);
  background: rgba(0, 0, 0, 0.5);
}

.popup .popup-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  padding: 50px;
  background: #D8C98F;
  border-radius: 6px;
  overflow: auto;
}

.popup .popup-container .exit-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 22px;
  height: 22px;
}

.popup .popup-container .exit-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 28px;
  height: 2px;
  background: #BA994F;
}

.popup .popup-container .exit-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 28px;
  height: 2px;
  background: #BA994F;
}

.popup .popup-container .h2,
.popup .popup-container .block-title {
  margin-bottom: 20px;
}

.popup form > p > span {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.popup form .input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 3px solid white;
  background: white;
  padding: 15px 15px 12px;
  border-radius: 3px;
}

.popup form .input.wpcf7-not-valid {
  border-color: red;
}

.popup form .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.popup form .input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.popup form .input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.popup form .input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.popup form .input.none {
  color: rgba(0, 0, 0, 0.5);
}

.popup form .btn {
  border: none;
  padding: 15px;
  min-width: 200px;
  background: #c6b37c;
}

.popup form .btn:hover {
  background: #BA994F;
}

.mob-bottom-btns {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 10;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  background: white;
}

.mob-bottom-btns a {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .02em;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}

.mob-bottom-btns a:last-child {
  border-right: none;
}

.mob-bottom-btns a:active {
  background: #d8c98f;
}

.homeBlock1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.homeBlock1.pageHomereal {
  padding-top: 110px;
  min-height: max-content;
}
.homeBlock1.pageHomereal{
  padding-top: 120px;
  min-height: max-content;
}

.homeBlock1 .container {
  height: 45.714vw;
  min-height: 480px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 110px;
}

.homeBlock1__centerText {
  margin: auto;
}

.homeBlock1__centerText h1 {
  font-weight: 400;
  font-size: 114px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}

.homeBlock1__centerText h1 span {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  margin-top: 20px;
}

.homeBlock1__centerText p {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
}

.homeBlock1__centerText .long-text {
  text-transform: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  max-width: 740px;
  margin: 20px auto 0;
}

.homeBlock1__centerText .mid-text {
  text-transform: none;
  font-weight: 450;
  font-size: 24px;
  line-height: 32px;
  max-width: 540px;
  margin: 26px auto 0;
}

.homeBlock1__centerText .btn {
  display: none;
  padding: 20px;
  width: 100%;
  max-width: 350px;
  margin: 20px auto 0;
}

.homeBlock1__centerText .btn.show-btn {
  display: block;
}

.homeBlock1__bottom {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.homeBlock1__bottom .box {
  width: 160px;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeBlock1__bottom .box img {
  display: block;
  height: 22px;
  max-width: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 9px;
}

.homeBlock1__bottom .box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.homeBlock1__bottom .box p span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.homeBlock1.var2 h1 span {
  padding-top: 20px;
}

.homeBlock1.var3 h1 span {
  padding-top: 20px;
}

.homeBlock1.var3 .container {
  padding-bottom: 0;
}

.homeBlock2 {
  padding: 60px 0 40px;
}

.homeBlock2 .container {
  display: flex;
  justify-content: space-between;
}

.homeBlock2__text {
  width: calc(50% - 15px);
  align-self: center;
}

.homeBlock2__text a {
  text-decoration: underline;
  transition: 0.4s;
}

.homeBlock2__text a:hover {
  color: #BA994F;
}

.homeBlock2__text > * {
  margin-bottom: 25px;
}

.homeBlock2__text > *:last-child {
  margin-bottom: 0;
}

.homeBlock2__text h2 {
  margin-bottom: 15px;
}

.homeBlock2__text h2.smallttl {
  max-width: 350px;
}

.homeBlock2__text .data-row {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 40px 0 35px;
  display: flex;
}

.homeBlock2__text .data-row p {
  width: 33%;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.homeBlock2__text .data-row p span {
  padding-bottom: 3px;
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
}

.homeBlock2__text .file-row {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 25px 25px 25px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homeBlock2__text .file-row svg {
  width: 44px;
  min-width: 44px;
}

.homeBlock2__text .file-row p {
  margin: 0 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}

.homeBlock2__text .file-row p:first-child {
  margin-left: 0 !important;
}

.homeBlock2__text .grey-box {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.79);
  background: #E6E6E6;
  padding: 25px 45px;
}

.homeBlock2__img {
  width: calc(50% - 15px);
  min-height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.homeBlock2__img img {
  display: none;
}

.homeBlock3 {
  padding: 40px 0 0;
  overflow: hidden;
}

.homeBlock3 .container {
  display: flex;
  justify-content: space-between;
}

.homeBlock3__text {
  width: calc(50% - 15px);
  align-self: center;
}

.homeBlock3__text > * {
  margin-bottom: 25px;
}

.homeBlock3__text > *:last-child {
  margin-bottom: 0;
}

.homeBlock3__text h2 {
  margin-bottom: 15px;
}

.homeBlock3__img {
  width: calc(50% - 15px);
  min-height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.homeBlock3__img img {
  display: none;
}

.homeBlock4 {
  margin-bottom: 30px;
}

.homeBlock4 .container {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
}

.homeBlock4__list {
  width: calc(67.2% - 15px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
}

.homeBlock4__list .box {
  width: 160px;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
}

.homeBlock4__list .box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #2E2E2E;
}

.homeBlock4__list .box span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2E2E2E;
}

.homeBlock4__map {
  width: calc(32.8% - 15px);
  margin: -70px 0;
}

.homeBlock4__map img {
  display: block;
  width: 100%;
  height: auto;
}

.homeBlock5 {
  padding: 90px 0 70px;
  background: #D8C98F;
}

.homeBlock5__center h2 {
  max-width: 730px;
  margin: 0 auto 30px;
  text-align: center;
}

.homeBlock5__center p {
  max-width: 730px;
  margin: 0 auto 40px;
  text-align: center;
}

.homeBlock5__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}

.homeBlock5__list .box {
  width: calc(50% - 15px);
  margin-bottom: 40px;
}

.homeBlock5__list .box img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 28px;
}

.homeBlock5__list .box.imgonly img {
  height: auto;
  margin: 0;
}

.homeBlock5__list .box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}

.homeBlock5__bottom {
  position: relative;
  padding-top: 50px;
  max-width: 990px;
  margin: 0 auto;
}

.homeBlock5__bottom:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: rgba(179, 158, 106, 0.5);
  width: 730px;
  height: 1px;
}

.homeBlock5__bottom p {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #BA994F;
}

.homeBlock5__bottom p b {
  color: black;
}

.homeBlock5__bottom svg {
  display: block;
  width: 28px;
  margin: 30px auto 0;
}

.homeBlock6 {
  padding-bottom: 60px;
}

.homeBlock6 img {
  display: block;
  width: 100%;
  height: auto;
}

.homeBlock6 .container {
  max-width: 920px;
  background: #D8C98F;
  margin-top: -65px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 45px 95px 55px;
}

.homeBlock6 .container h2 {
  margin-bottom: 20px;
}

.homeBlock7 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.homeBlock7 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homeBlock7__text {
  width: 350px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 35px 0 20px;
}

.homeBlock7__text h2 {
  margin-bottom: 10px;
}

.homeBlock7__text .bottom {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.homeBlock7__text .bottom .box {
  width: calc(50% - 15px);
  margin-bottom: 15px;
}

.homeBlock7__text .bottom .box span {
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
}

.homeBlock7__text .bottom .box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.homeBlock7__map {
  width: calc(100% - 350px - 30px);
  position: relative;
}

.homeBlock7__map img.map {
  display: block;
  width: 100%;
  height: auto;
}

.homeBlock7__map .window {
  position: absolute;
  z-index: 3;
  width: 350px;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px 20px 20px 30px;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

.homeBlock7__map .window .h2,
.homeBlock7__map .window .block-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #BA994F;
  margin-bottom: 20px;
}

.homeBlock7__map .window ul,
.homeBlock7__map .window .country-list {
  max-height: 289px;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
}

.homeBlock7__map .window ul::-webkit-scrollbar,
.homeBlock7__map .window .country-list::-webkit-scrollbar {
  width: 9px;
}

.homeBlock7__map .window ul::-webkit-scrollbar-track,
.homeBlock7__map .window .country-list::-webkit-scrollbar-track {
  background: #F0F0F0;
  border-radius: 99px;
}

.homeBlock7__map .window ul::-webkit-scrollbar-thumb,
.homeBlock7__map .window .country-list::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}

.homeBlock7__map .window .exit-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 22px;
  height: 22px;
}

.homeBlock7__map .window .exit-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 28px;
  height: 2px;
  background: #BA994F;
}

.homeBlock7__map .window .exit-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 28px;
  height: 2px;
  background: #BA994F;
}

.homeBlock7__map .item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.homeBlock7__map .item.active {
  z-index: 3;
}

.homeBlock7__map .item.active .window {
  opacity: 1;
  pointer-events: auto;
}

.homeBlock7__map .item:nth-child(1) {
  left: 19%;
  top: 19.5%;
}

.homeBlock7__map .item:nth-child(1) .window {
  bottom: calc(100% + 95px);
  left: calc(100% + 20px);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.homeBlock7__map .item:nth-child(2) {
  left: 27.8%;
  top: 68.7%;
}

.homeBlock7__map .item:nth-child(2) .window {
  top: calc(100% + 95px);
  left: calc(100% + 20px);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.homeBlock7__map .item:nth-child(3) {
  left: 54.4%;
  top: 51.9%;
}

.homeBlock7__map .item:nth-child(3) .window {
  top: calc(100% + 95px);
  left: calc(100% + 20px);
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}

.homeBlock7__map .item:nth-child(4) {
  left: 58.2%;
  top: 17.5%;
}

.homeBlock7__map .item:nth-child(4) .window {
  bottom: calc(100% + 95px);
  right: calc(100% + 20px);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.homeBlock7__map .item:nth-child(5) {
  left: 78.4%;
  top: 24.8%;
}

.homeBlock7__map .item:nth-child(5) .window {
  bottom: calc(100% + 95px);
  right: calc(100% + 20px);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.homeBlock7__map .item:nth-child(6) {
  left: 92.5%;
  top: 57.9%;
}

.homeBlock7__map .item:nth-child(6) .window {
  bottom: calc(100% + 95px);
  right: calc(100% + 20px);
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
}

.homeBlock7__map .item > p {
  font-weight: 450;
  font-size: 24px;
  line-height: 32px;
  transition: 0.4s;
}

.homeBlock7__map .item svg {
  width: 16px;
  height: 16px;
  transition: 0.4s;
}

.homeBlock71 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.homeBlock71 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.homeBlock71__text {
  width: 255px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 35px 0 20px;
}

.homeBlock71__text h2 {
  margin-bottom: 10px;
}

.homeBlock71__text .bottom {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.homeBlock71__text .bottom .box {
  width: calc(50% - 15px);
  margin-bottom: 15px;
}

.homeBlock71__text .bottom .box span {
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
}

.homeBlock71__text .bottom .box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.homeBlock71__map {
  width: calc(100% - 255px - 70px);
  position: relative;
}

.homeBlock71__map img.map {
  display: block;
  width: 100%;
  height: auto;
}

.homeBlock71__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 280px;
  position: absolute;
  left: calc(50% + 45px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.homeBlock71__list p {
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #343434;
}

.homeBlock71__bottom {
  display: flex;
  align-items: center;
  background: #F7F7F7;
  padding: 20px 60px;
  max-width: 780px;
  width: 100%;
  margin: 25px auto 0;
}

.homeBlock71__bottom svg {
  width: 43px;
  min-width: 43px;
  height: auto;
  display: block;
  margin-right: 20px;
}

.homeBlock71__bottom p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.79);
}

.homeBlock8 {
  margin-top: 60px;
  padding: 90px 0 60px;
  background: #D8C98F;
}

.homeBlock8__center {
  margin-bottom: 70px;
}

.homeBlock8__center h2 {
  text-align: center;
  margin-bottom: 20px;
}

.homeBlock8__center p {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
}

.homeBlock8__center p b {
  font-weight: 700;
  color: #BA994F;
}

.homeBlock8__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px;
}

.homeBlock8__row:last-child {
  margin-bottom: 0;
}

.homeBlock8__row .text {
  width: calc(50% - 15px);
  max-width: 445px;
}

.homeBlock8__row .text .subttl {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #BA994F;
  margin-bottom: 5px;
}

.homeBlock8__row .text h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 40px;
  color: black;
  margin-bottom: 10px;
}

.homeBlock8__row .text p {
  margin-bottom: 25px;
}

.homeBlock8__row .text p:last-child {
  margin-bottom: 0;
}

.homeBlock8 .data {
  width: calc(50% - 15px);
  border-top: 1px solid rgba(179, 158, 106, 0.5);
}

.homeBlock8 .data > * {
  border-bottom: 1px solid rgba(179, 158, 106, 0.5);
}

.homeBlock8 .data h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.homeBlock8 .data p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.homeBlock8 .data .icons {
  padding: 23px 0;
}

.homeBlock8 .data .icons.cols3 .icons__row {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.homeBlock8 .data .icons.cols3 .box {
  width: 33.33%;
  margin-bottom: 20px;
}

.homeBlock8 .data .icons__row {
  padding-top: 15px;
  display: flex;
  justify-content: space-around;
}

.homeBlock8 .data .icons .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeBlock8 .data .icons .box img {
  display: block;
  height: 40px;
  margin-bottom: 9px;
}

.homeBlock8 .data .icons .box p {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.homeBlock8 .data .icons .box span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.homeBlock8 .data .subInfo {
  background: #C6B37C;
  border-bottom: none;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}

.homeBlock8 .data .subInfo svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 9px;
}

.homeBlock8 .data .subInfo img {
  display: block;
  height: 40px;
  margin-right: 30px;
}

.homeBlock8 .data .subInfo .box {
  margin-right: 30px;
}

.homeBlock8 .data .subInfo .box:last-child {
  margin-right: 0;
}

.homeBlock8 .data .subInfo .box span {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  white-space: nowrap;
}

.homeBlock8 .data .subInfo .box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding-left: 15px;
}

.homeBlock8 .data .infoRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
}

.homeBlock8 .data .infoRow .left {
  padding-right: 20px;
}

.homeBlock8 .data .infoRow .right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}

.homeBlock8 .data .infoRow .right p b {
  font-weight: 400;
  font-size: 32px;
  line-height: 24px;
}

.homeBlock8 .data .infoRow .right p span {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}

.homeBlock8 .data .infoRow .right p small {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.homeBlock8 .data .infoIcons {
  display: flex;
  align-items: center;
  padding: 23px 0;
}

.homeBlock8 .data .infoIcons__img {
  display: block;
  width: 60px;
  height: auto;
  max-height: 54px;
  margin-right: 30px;
}

.homeBlock8 .data .infoIcons__text {
  width: calc(100% - 90px);
  display: flex;
  flex-wrap: wrap;
}

.homeBlock8 .data .infoIcons__text h3 {
  margin-bottom: 10px;
  width: 100%;
}

.homeBlock8 .data .infoIcons__text .box {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

.homeBlock8 .data .infoIcons__text .box:nth-child(2) {
  width: 42%;
  padding-right: 20px;
  white-space: nowrap;
}

.homeBlock8 .data .infoIcons__text .box:nth-child(3) {
  width: 58%;
}

.homeBlock8 .data .infoIcons__text .box .ico {
  margin-right: 20px;
}

.homeBlock8 .data .infoIcons__text .box svg {
  display: block;
  min-width: 22px;
}

.homeBlock9 {
  position: relative;
  padding-bottom: 40px;
}

.homeBlock9:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 185px;
  background: #D8C98F;
  z-index: -1;
}

.homeBlock9 .container {
  max-width: 920px;
}

.homeBlock9 img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.homeBlock9 h2 {
  text-align: center;
  margin-bottom: 20px;
}

.homeBlock9 p {
  text-align: center;
  max-width: 730px;
  margin: 0 auto 35px;
}

.homeBlock9 svg {
  display: block;
  margin: 0 auto;
}

.homeBlock10 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.homeBlock10.bigpad {
  padding-top: 120px;
  padding-bottom: 120px;
}

.homeBlock10 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.homeBlock10 .container:last-child {
  margin-bottom: 0;
}

.homeBlock10 .container.reverse {
  flex-direction: row-reverse;
}

.homeBlock10 .text {
  width: calc(50% - 15px);
}

.homeBlock10 .text h2 {
  margin-bottom: 20px;
}

.homeBlock10 img {
  display: block;
  width: calc(50% - 15px);
  height: auto;
}

.homeBlock11 {
  margin-top: 60px;
  background: #D8C98F;
  padding: 90px 60px;
}

.homeBlock11__center {
  max-width: 730px;
  margin: 0 auto 40px;
}

.homeBlock11__center h2 {
  margin-bottom: 20px;
  text-align: center;
}

.homeBlock11__center p {
  text-align: center;
}

.homeBlock11__row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  border-top: 1px solid #BA994F;
}

.homeBlock11__row h3 {
  width: 350px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}

.homeBlock11__row h3:before {
  content: attr(data-num);
  font-weight: 700;
  font-size: 184px;
  color: #C6B37C;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

.homeBlock11__row p {
  width: 540px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.homeBlock11__row.reverse {
  flex-direction: row-reverse;
}

.homeBlock11__row.reverse h3 {
  margin-right: 0;
  margin-left: 30px;
}

.homeBlock12 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.homeBlock12 + .homeBlock11 {
  margin-top: 0;
}

.homeBlock12 .container {
  display: flex;
  justify-content: space-between;
}

.homeBlock12 .left {
  width: calc(50% - 15px);
  padding-top: 75px;
  position: relative;
}

.homeBlock12 .left span {
  
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

.homeBlock12 .left p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

.homeBlock12 .left img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% + 80px);
  width: auto;
}

.homeBlock12 .right {
  width: calc(50% - 15px);
  padding-top: 75px;
  padding-bottom: 75px;
}

.homeBlock12 .right h2 {
  color: black;
  margin-bottom: 20px;
}

.homeBlock12 .right .bottom {
  display: flex;
  padding-top: 50px;
}

.homeBlock12 .right .bottom .box {
  width: 160px;
  margin-right: 30px;
}

.homeBlock12 .right .bottom .box:last-child,
.homeBlock12 .right .bottom .box:nth-child(3n) {
  margin-right: 0;
}

.homeBlock12 .right .bottom .box span {
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
}

.homeBlock12 .right .bottom .box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.homeBlock12 .right-new {
  width: calc(50% - 15px);
  padding-top: 75px;
  padding-bottom: 90px;
}

.homeBlock12 .right-new > * {
  margin-bottom: 30px;
}

.homeBlock12 .right-new > *:last-child {
  margin-bottom: 0;
}

.homeBlock12 .right-new h2 {
  margin-bottom: 20px;
}

.homeBlock12 .right-new p {
  max-width: 450px;
}

.homeBlock12 .right-new blockquote {
  
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  max-width: 370px;
  position: relative;
}

.homeBlock12 .right-new blockquote:before {
  content: '"';
  position: absolute;
  left: -30px;
  top: 12px;
  color: #BA994F;
  font-size: 60px;
  font-style: italic;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}

.homeBlock13 {
  padding: 90px 0 40px;
}

.homeBlock13 h2 {
  text-align: center;
  margin-bottom: 45px;
}

.homeBlock13__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.homeBlock13__row .box {
  width: 450px;
  text-align: center;
  margin-bottom: 50px;
}

.homeBlock13__row .box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.homeBlock13__row .box h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 350px;
  height: 1px;
  background: #E6E6E6;
}

.homeBlock14 {
  background: #FAFAFA;
  padding-bottom: 40px;
}

.homeBlock14 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.homeBlock14__text {
  width: calc(50% - 15px);
  padding: 75px 0 60px;
}

.homeBlock14__text p a {
  transition: 0.4s;
  text-decoration: underline;
}

.homeBlock14__text p a:hover {
  color: #BA994F;
}

.homeBlock14__text h2,
.homeBlock14__text .h2,
.homeBlock14__text .block-title {
  font-weight: 700;
  font-size: 56px;
  margin-bottom: 15px;
}

.homeBlock14__text .btn {
  margin-top: 20px;
  padding: 20px 60px;
}

.homeBlock14__img {
  width: calc(50% - 15px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeBlock14__img img {
  display: block;
  width: 100%;
  height: auto;
}

.homeBlock14__bottom {
  margin-top: 50px;
}

.homeBlock14__bottomTtl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}

.homeBlock14__bottomTtl h2,
.homeBlock14__bottomTtl .h2,
.homeBlock14__bottomTtl .block-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: black;
  width: 330px;
  margin-right: 50px;
}

.homeBlock14__bottomTtl p {
  width: calc(100% - 380px);
}

.homeBlock14__bottomRow {
  display: flex;
  flex-wrap: wrap;
}

.homeBlock14__bottomRow .box {
  margin-right: 30px;
  margin-bottom: 20px;
}

.homeBlock14__bottomRow .box span {
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
  color: #BA994F;
  margin-bottom: 20px;
  display: block;
}

.homeBlock14__bottomRow .box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.homeBlock15 {
  background: #D8C98F;
  padding: 80px 0 60px;
}

.homeBlock15 .h2,
.homeBlock15 h2,
.homeBlock15 .block-title {
  margin-bottom: 40px;
  max-width: calc(100% - 150px);
}

.homeBlock15 .slick-dots {
  position: absolute;
  right: 0;
  top: -40px;
  left: unset;
  bottom: unset;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.homeBlock15 .slick-dots li {
  margin: 0 7px;
  padding: 0;
  width: unset;
  height: unset;
}

.homeBlock15 .slick-dots li.slick-active button {
  background: #BA994F;
}

.homeBlock15 .slick-dots li button {
  border: 1px solid #BA994F;
  border-radius: 99px;
  width: 12px;
  height: 12px;
}

.homeBlock15 .slick-dots li button:before {
  display: none;
}

.homeBlock15 .slide {
  display: flex !important;
  justify-content: space-between;
}

.homeBlock15 .box {
  border-bottom: 1px solid rgba(179, 158, 106, 0.5);
  width: calc(25% - 22.5px);
}

.homeBlock15 .box .img {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}

.homeBlock15 .box p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 25px;
}

.homeBlock16 {
  background: #D8C98F;
  padding: 100px 0;
}

.homeBlock16__center {
  margin-bottom: 72px;
}

.homeBlock16__center h2 {
  text-align: center;
  margin-bottom: 25px;
}

.homeBlock16__center p {
  text-align: center;
  max-width: 730px;
  margin: 0 auto;
}

.homeBlock16__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}

.homeBlock16__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.homeBlock16__item:nth-child(2n) p {
  margin-left: 0;
  margin-right: 50px;
}

.homeBlock16__item:last-child {
  margin-bottom: 0;
}

.homeBlock16__item img {
  display: block;
  width: 445px;
  height: auto;
}

.homeBlock16__item p {
  
  font-weight: 450;
  font-size: 24px;
  line-height: 32px;
  width: 540px;
  margin-left: 50px;
}

.homeBlock16__item p b {
  
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.homeBlock16__bottom {
  max-width: 920px;
  margin: 100px auto 0;
  position: relative;
  padding-top: 55px;
}

.homeBlock16__bottom:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 730px;
  height: 1px;
  background: rgba(179, 158, 106, 0.5);
}

.homeBlock16__bottom p {
  
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #BA994F;
}

.homeBlock16__bottom p b {
  
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: black;
}

.homeBlock16__svg {
  display: block;
  margin: 40px auto 0;
}

.homeBlock17 {
  position: relative;
  padding-top: 25px;
  padding-bottom: 50px;
}

.homeBlock17:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background: #D8C98F;
  z-index: -1;
}

.homeBlock17__img {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 64px;
  display: block;
  height: auto;
}

.homeBlock17 h2 {
  text-align: center;
  margin-bottom: 20px;
}

.homeBlock17 p {
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
}

.homeBlock18 {
  padding-bottom: 120px;
}

.homeBlock18 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.homeBlock18__item {
  width: calc(50% - 15px);
  padding: 35px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: -1px;
}

.homeBlock18__item img {
  display: block;
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}

.homeBlock18__item h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 20px;
}

.homeBlock18__item p {
  max-width: 430px;
}

.homeBlock19 {
  padding: 120px 0 90px;
}

.homeBlock19 + .homeBlock19 {
  padding-top: 0;
}

.homeBlock19 .title-link .block-title {
  transition: 0.4s;
}

.homeBlock19 .title-link:hover .block-title {
  color: #BA994F;
}

.homeBlock19 .block-title {
  text-align: center;
  margin-bottom: 40px;
  color: black;
}

.homeBlock19__list {
  display: flex;
  flex-wrap: wrap;
}

.homeBlock19__item {
  margin: 0 30px 30px 0;
  height: 230px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  position: relative;
}

.homeBlock19__item .img-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.homeBlock19__item .img-link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homeBlock19__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.4s;
  z-index: 2;
  pointer-events: none;
}

.homeBlock19__item:hover:before {
  opacity: 1;
}

.homeBlock19__item p {
  
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

.homeBlock19__item p span {
  display: block;
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.spacer {
  height: 100px;
}

.overView1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overView1 .container {
  padding: 20px 0;
  height: 45.357vw;
  min-height: 305px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overView1 h2 {
  font-weight: 400;
  font-size: 128px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}

.overView1 h2 span {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  margin-top: 20px;
}

.overView2 {
  padding: 50px 0 100px;
}

.overView2__SVG {
  display: block;
  width: 28px;
  height: auto;
  margin: 0 auto 65px;
}

.overView2__SVG2 {
  display: block;
  width: 28px;
  height: auto;
  margin: 0 auto 65px;
}

.overView2__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.overView2__main img {
  display: block;
  width: calc(50% - 15px);
  height: auto;
}

.overView2__main .text {
  width: calc(50% - 15px);
}

.overView2__main .text h3 {
  font-weight: 400;
  font-size: 48px;
  line-height: 40px;
}

.overView2__main .text span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #BA994F;
  margin-top: 3px;
  display: block;
  padding-top: 5px;
}

.overView2__main .text p {
  margin-top: 30px;
}

.overView2__main .text .btn {
  margin-top: 40px;
}

.overView2__table {
  border: 1px solid #E6E6E6;
  display: flex;
  margin-top: 55px;
}

.overView2__table .box {
  width: 100%;
  border-right: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 20px;
}

.overView2__table .box:last-child {
  border-right: none;
}

.overView2__table .box img {
  display: block;
  height: 22px;
  max-width: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 9px;
}

.overView2__table .box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.overView2__table .box p span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.overView2__grey {
  margin-top: 40px;
  background: #E6E6E6;
  padding: 20px;
}

.overView2__grey p {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.overView2__text {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.overView2__text .left {
  width: calc(50% - 15px);
}

.overView2__text .left p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #BA994F;
}

.overView2__text .left.small p {
  font-size: 19px;
  line-height: 24px;
}

.overView2__text .right {
  width: calc(50% - 15px);
}

.overView2.grey {
  background: #FAFAFA;
}

.overView2.gold {
  background: #D8C98F;
}

.overView2.gold .overView2__SVG * {
  fill: #BA994F;
}

.overView2.gold .overView2__SVG2 * {
  stroke: #BA994F;
}

.overView2.gold .btn {
  background: #BA994F;
}

.overView2.gold .overView2__table {
  border-color: #BA994F !important;
}

.overView2.gold .overView2__table .box {
  border-color: #BA994F !important;
}

.overView2.gold .overView2__grey {
  background: #BA994F;
}

.overView2.reverse .overView2__main {
  flex-direction: row-reverse;
}

.overView3 {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}

.overView3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: -1;
  background: #d8c98f;
}

.overView3__img {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto 60px;
}

.overView3__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #000000;
  max-width: 750px;
  margin: 0 auto 50px;
}

.overView3__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.overView3__text .left {
  width: calc(50% - 15px);
}

.overView3__text .right {
  width: calc(50% - 15px);
}

.overView3__text .right .box {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}

.overView3__text .right .box:first-child {
  border-top: 1px solid #E6E6E6;
}

.overView3__text .right p b {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.overView4 {
  padding: 60px 0 60px;
}

.overView4 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.overView4 .left {
  width: calc(50% - 15px);
}

.overView4 .left img {
  display: block;
  width: 100%;
  height: auto;
}

.overView4 .right {
  width: calc(50% - 15px);
}

.overView4__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #BA994F;
  margin-bottom: 25px;
}

.overView4__grey {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #BA994F;
  padding: 25px 60px;
  background: #E6E6E6;
  margin-top: 30px;
}

.overView5 {
  padding-bottom: 60px;
}

.overView5__SVG {
  display: block;
  margin: 0 auto 40px;
}

.overView5__title {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.overView5__title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #BA994F;
  display: block;
}

.overView5__gold {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #BA994F;
  max-width: 920px;
  margin: 0 auto 30px;
}

.overView5__text {
  display: block;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.overView6 {
  padding: 140px 0;
}

.overView6 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.overView6 .container .left,
.overView6 .container .right {
  width: calc(50% - 15px);
}

.overView6 img {
  display: block;
  width: 100%;
  height: auto;
}

.overView6__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 25px;
}

.overView6__title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #BA994F;
  display: block;
}

.goldenVisa1 {
  padding: 80px 0;
  background: #D8C98F;
  position: relative;
}

.goldenVisa1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background-color: white;
  z-index: 1;
}

.goldenVisa1 .container {
  position: relative;
  z-index: 2;
}

.goldenVisa1__img {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto 60px;
}

.goldenVisa1 h2 {
  text-align: center;
}

.goldenVisa1 p {
  max-width: 560px;
  margin: 25px auto 0;
  text-align: center;
}

.goldenVisa2 {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}

.goldenVisa2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
  background: #d8c98f;
}

.goldenVisa2__img {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto 60px;
}

.goldenVisa2__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #000000;
  max-width: 750px;
  margin: 0 auto 25px;
}

.goldenVisa2__text {
  max-width: 730px;
  margin: 0 auto;
}

.goldenVisa2__text p {
  text-align: center;
}

.goldenVisa3 {
  padding: 20px 0 60px;
}

.goldenVisa3 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.goldenVisa3 .left {
  width: calc(50% - 15px);
}

.goldenVisa3 .left img {
  display: block;
  width: 100%;
  height: auto;
}

.goldenVisa3 .right {
  width: calc(50% - 15px);
}

.goldenVisa3__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #BA994F;
  margin-bottom: 25px;
}

.goldenVisa3__icons {
  display: flex;
  justify-content: space-around;
  padding: 40px 0 20px;
}

.goldenVisa3__icons .box {
  display: flex;
  flex-direction: column;
}

.goldenVisa3__icons .box img {
  display: block;
  max-height: 43px;
  width: auto;
  margin-bottom: 9px;
}

.goldenVisa3__icons .box p {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.goldenVisa4 {
  padding: 90px 0 50px;
}

.goldenVisa4__center {
  margin-bottom: 100px;
}

.goldenVisa4__center h2 {
  color: #000;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

.goldenVisa4__center p {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
}

.goldenVisa4__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.goldenVisa4__list .box {
  width: calc(50% - 15px);
  margin-bottom: 60px;
}

.goldenVisa4__list .box .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.goldenVisa4__list .box .top img {
  display: block;
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 30px;
}

.goldenVisa4__list .box .top h3 {
  width: calc(100% - 94px);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.goldenVisa4__bottom {
  max-width: 730px;
  margin: 0 auto;
  padding-top: 44px;
  border-top: 1px solid #E4E4E4;
}

.goldenVisa4__bottom p {
  
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}

.goldenVisa4__bottom p b {
  
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #BA994F;
}

.goldenVisa4 svg {
  width: 32px;
  height: 32px;
  display: block;
  margin: 30px auto 0;
}

.goldenVisa5 {
  background: #D8C98F;
  padding: 80px 0 120px;
}

.goldenVisa5 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.goldenVisa5__left {
  width: calc(50% - 15px);
}

.goldenVisa5__left > * {
  margin-bottom: 20px;
}

.goldenVisa5__left > *:last-child {
  margin-bottom: 0;
}

.goldenVisa5__left .highlighted {
  background: #BA994F;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.79);
}

.goldenVisa5__right {
  width: calc(50% - 15px);
}

.goldenVisa5__right img {
  display: block;
  width: 100%;
  height: auto;
}

.blockTtl {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
  margin-top: 64px;
  position: relative;
}

.blockTtl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #161617;
  opacity: 0.6;
}



.blockTtl .container {
  position: relative;
  z-index: 2;
}

.blockTtl h1 {
  font-size: 46px;
  color: white;
  text-align: center;
}

.blockTtl .breadcrumbs {
  display: none;
  padding-top: 30px;
}

.blockTtl .breadcrumbs * {
  color: white;
}

.blogBlock1 {
  padding: 60px 0;
}

.blogBlock1 h1 {
  font-size: 40px;
  margin-bottom: 50px;
}

.blogBlock1__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.blogBlock1__box .img {
  width: calc(50% - 20px);
  height: 235px;
}

.blogBlock1__box .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogBlock1__box .text {
  width: calc(50% - 20px);
}

.blogBlock1__box .text .h2,
.blogBlock1__box .text .block-title {
  margin-bottom: 10px;
  display: block;
}

.blogBlock1__box .text p {
  margin-bottom: 20px;
}

.blogBlock1 .alm-load-more-btn.btn {
  border: none !important;
  cursor: pointer;
  margin: 0 auto;
}

.articleBlock1 {
  padding-top: 124px;
  padding-bottom: 80px;
}

.articleBlock1 .main-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.articleBlock1 h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.text-container > * {
  margin-bottom: 30px;
}

.text-container ul,
.text-container ol,
.text-container img,
.text-container table{
  margin-bottom: 30px;
}

.text-container ul ul{
	margin-bottom: 0;
}

.text-container > *:last-child {
  margin-bottom: 0;
}

.text-container h1,
.text-container h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #BA994F;
  margin-bottom: 30px;
}

.text-container h3,
.text-container h4,
.text-container h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 30px;
}

.text-container p {
  margin-bottom: 30px;
}

.text-container iframe {
  max-width: 100%;
}

.text-container img {
  display: block;
  width: 100%;
  height: auto;
}

.text-container .wp-caption {
  width: 100% !important;
}

.text-container .wp-caption .wp-caption-text {
  background: rgba(216, 201, 143, 0.5);
  padding: 10px;
}

.text-container a {
  text-decoration: underline;
  transition: 0.4s;
}

.text-container a:hover {
  color: #BA994F;
}

.text-container table {
  border-collapse: collapse;
}

.text-container table td,
.text-container table th {
  border: 1px solid black;
  padding: 5px;
}

.text-container ul {
  padding-left: 20px;
}

.text-container ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.text-container ul li:last-child {
  margin-bottom: 0;
}

.text-container ul li::marker {
  color: #BA994F;
}

.text-container ol {
  padding-left: 20px;
}

.text-container ol li {
  list-style: decimal;
  margin-bottom: 5px;
}

.text-container ol li:last-child {
  margin-bottom: 0;
}

.text-container ol li::marker {
  color: #BA994F;
}

.pagePdf {
  padding-top: 124px;
  padding-bottom: 80px;
}

.pagePdf .block-title {
  text-align: center;
  margin-bottom: 50px;
}

.pagePdf__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto 40px;
}

.pagePdf__box:last-child {
  margin-bottom: 0;
}

.pagePdf__box .left {
  width: calc(100% - 175px);
}

.pagePdf__box-ttl {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.pagePdf__box img {
  display: block;
  width: 125px;
  height: auto;
}

.pagePdf__box .btns {
  display: flex;
  flex-wrap: wrap;
}

.pagePdf__box .btns > * {
  margin-right: 15px;
  margin-bottom: 10px;
}

.pagePdf__box .btns > *:last-child {
  margin-right: 0;
}

.pageContacts {
  padding-top: 124px;
  padding-bottom: 80px;
}

.pageContacts__top {
  margin-bottom: 40px;
}

.pageContacts__main {
  display: flex;
  justify-content: space-between;
}

.pageContacts__left {
  width: calc(50% - 25px);
}

.pageContacts__right {
  padding: 50px;
  background: #D8C98F;
  border-radius: 6px;
  width: calc(50% - 25px);
}

.pageContacts__right .block-title {
  margin-bottom: 20px;
}

.pageContacts form > p > span {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.pageContacts form .input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 3px solid white;
  background: white;
  padding: 15px 15px 12px;
  border-radius: 3px;
}

.pageContacts form .input.wpcf7-not-valid {
  border-color: red;
}

.pageContacts form .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.pageContacts form .input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.pageContacts form .input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.pageContacts form .input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.pageContacts form .input.none {
  color: rgba(0, 0, 0, 0.5);
}

.pageContacts form .btn {
  border: none;
  padding: 15px;
  min-width: 200px;
  background: #c6b37c;
}

.pageContacts form .btn:hover {
  background: #BA994F;
}

.pageComparison {
  padding-top: 124px;
  padding-bottom: 80px;
}

.pageComparison .center-text {
  margin-bottom: 40px;
}

.pageComparison .center-text .block-title {
  text-align: center;
  margin-bottom: 10px;
}

.pageComparison .center-text p {
  text-align: center;
}

.pageComparison .comparisonBlock {
  display: flex;
  position: relative;
}

.pageComparison .comparisonBlock__col {
  width: 33.333%;
  position: relative;
  z-index: 3;
}

.pageComparison .comparisonBlock__col:nth-child(1) select {
  border-radius: 5px 0 0 5px !important;
}

.pageComparison .comparisonBlock__col:nth-child(2) select {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}

.pageComparison .comparisonBlock__col:nth-child(3) select {
  border-radius: 0 5px 5px 0 !important;
}

.pageComparison .comparisonBlock__col:nth-child(2) .infoBox__areattl,
.pageComparison .comparisonBlock__col:nth-child(3) .infoBox__areattl {
  color: transparent;
}

.pageComparison .comparisonBlock .select-area {
  width: 100%;
  height: 48px;
}

.pageComparison .comparisonBlock .select-box {
  width: 100%;
  position: relative;
}

.pageComparison .comparisonBlock .select-box select {
  display: block;
  width: 100%;
  border: 3px solid #BA994F;
  background: #fff;
  padding: 15px 30px 12px 15px;
  border-radius: 3px;
  cursor: pointer;
}

.pageComparison .comparisonBlock .select-box:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -75%) rotate(45deg);
          transform: translate(0, -75%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: 2px solid #BA994F;
  border-left: none;
  border-top: none;
  pointer-events: none;
}

.pageComparison .comparisonBlock__top {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pageComparison .comparisonBlock__top img {
  display: block;
  width: 120px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 20px;
}

.pageComparison .comparisonBlock__top .country-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 10px;
}

.pageComparison .comparisonBlock__top .sub-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}

.pageComparison .comparisonBlock .infoBox__areattl {
  font-size: 22px;
  font-weight: 700;
  color: #BA994F;
  border-bottom: 1px solid rgba(179, 158, 106, 0.4);
  padding-bottom: 10px;
  margin-bottom: 30px;
  white-space: nowrap;
}

.pageComparison .comparisonBlock .infoBox__row {
  padding-right: 20px;
  margin-bottom: 30px;
}

.pageComparison .comparisonBlock .infoBox__title {
  font-weight: 700;
}

.pageComparison .comparisonBlock .infoBox .btn {
  margin-top: 20px;
}

.pageComparison .comparisonBlock .apply-btn {
  position: absolute;
  z-index: 2;
  left: calc(100% - 5px);
  top: 0;
  height: 48px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0s, opacity 0.4s, color 0.4s, background 0.4s;
}

.pageComparison .comparisonBlock .apply-btn.active {
  opacity: 1;
  pointer-events: auto;
}

.pageIndexes {
  padding-top: 124px;
  padding-bottom: 80px;
}

.pageIndexes .container {
  display: flex;
  flex-wrap: wrap;
}

.pageIndexes .box {
  margin: 0 20px 20px 0;
  display: block;
  cursor: pointer;
  position: relative;
}

.pageIndexes .box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(transparent, #000);
  transition: 0.4s;
}

.pageIndexes .box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.4s;
}

.pageIndexes .box:hover:before {
  opacity: 0;
}

.pageIndexes .box:hover:after {
  opacity: 0.6;
}

.pageIndexes .box img {
  display: block;
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pageIndexes .box p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: white;
  z-index: 2;
}

.pageIndexSingle {
  padding-top: 124px;
  padding-bottom: 80px;
}

.pageIndexSingle__top {
  display: flex;
  flex-wrap: wrap;
}

.pageIndexSingle__top .left {
  background: #D8C98F;
  width: 350px;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageIndexSingle__top .right {
  width: calc(100% - 350px);
  padding: 50px 0 50px 50px;
}

.pageIndexSingle__top .full-width {
  width: 100%;
  margin-top: 50px;
}

.pageIndexSingle__main {
  margin-top: 50px;
}

.pageIndexSingle__bottom {
  margin-top: 50px;
}

.pageIndexSingle .tabs__header {
  display: flex;
  margin-left: 20px;
}

.pageIndexSingle .tabs__title {
  padding: 15px 25px 15px;
  border: 2px solid #BA994F;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  background: white;
  margin-right: 20px;
  position: relative;
  transition: 0.4s;
}

.pageIndexSingle .tabs__title.active {
  pointer-events: none;
}

.pageIndexSingle .tabs__title.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 2px);
  width: 100%;
  height: 6px;
  background: white;
}

.pageIndexSingle .tabs__bodies {
  border: 2px solid #BA994F;
  border-radius: 5px;
  padding: 20px;
  background: white;
}

.pageIndexSingle .tabs__box {
  display: none;
}

.pageIndexSingle .tabs__box.active {
  display: block;
}

@media screen and (min-width: 630px) {
  .goldenVisa1 h2 br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .homeBlock12 .left {
    background: none !important;
  }

  .homeBlock14__img img {
    display: none;
  }

  .homeBlock14__bottomRow .box {
    width: calc(25% - 22.5px);
  }

  .homeBlock14__bottomRow .box:last-child,
  .homeBlock14__bottomRow .box:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .homeBlock7__map .item:hover > p {
    color: #BA994F;
  }

  .homeBlock7__map .item:hover svg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .homeBlock12 .right-new h2 {
    font-size: 40px;
  }

  .homeBlock16__center h2 {
    font-size: 48px;
  }

  .homeBlock17 h2 {
    font-size: 48px;
  }

  .homeBlock19 .block-title {
    font-size: 48px;
  }

  .homeBlock19__item {
    width: calc(33.333% - 20px);
  }

  .homeBlock19__item:nth-child(3n) {
    margin-right: 0;
  }

  .pageIndexSingle .tabs__title:hover {
    background: rgba(179, 158, 106, 0.2);
  }
}

@media screen and (min-width: 1081px) {
  .pageIndexes .box {
    width: calc(20% - 16px);
  }

  .pageIndexes .box:nth-child(5n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1201px) {
  .homeBlock1.var3 h1 {
    font-size: 112px;
  }
}

@media screen and (max-width: 1430px) {
  .header__topbar .container {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 1320px) {
  .pageComparison .comparisonBlock .apply-btn {
    -webkit-transform: translateY(-100%) translateX(calc(-100% + 5px));
            transform: translateY(-100%) translateX(calc(-100% + 5px));
    height: unset;
  }

  .pageComparison .comparisonBlock .apply-btn {
    -webkit-transform: translateY(47px) translateX(calc(-100% + 5px));
            transform: translateY(47px) translateX(calc(-100% + 5px));
    height: unset;
    z-index: 10;
  }
}

@media screen and (max-width: 1280px) {
  .header .container {
    padding-left: 20px;
  }

  .header__menu {
    margin-right: 20px;
  }

  .header__menu > ul > li {
    margin-right: 20px;
  }

  .header__btn .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media screen and (max-width: 1250px) {
  .homeBlock5__list .box img {
    height: calc((90vw - 30px)/2/2.7);
  }

  .pageIndexes .box img {
    height: calc((90vw * 0.2 - 16px) / 0.749);
  }
}

@media screen and (max-width: 1200px) {
  .homeBlock1__centerText h1 {
    font-size: 80px;
  }

  .homeBlock12 .left img {
    height: 95%;
  }

  .overView1 h2 {
    font-size: 80px;
  }
}

@media screen and (max-width: 1110px) {
  .homeBlock4 .container {
    flex-direction: column-reverse;
    padding: 30px 0 0;
  }

  .homeBlock4__list {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
  }

  .homeBlock4__map {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
  }
}

@media screen and (max-width: 1100px) {
  .homeBlock13__row .box {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 1080px) {
  .pageIndexes .box img {
    height: calc((90vw * 0.25 - 15px) / 0.749);
  }
}

@media screen and (max-width: 1050px) {
  .homeBlock12 .left img {
    height: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .header__topbar .container {
    justify-content: flex-start;
    padding: 6px 15px !important;
  }

  .header__topbar .box {
    display: none;
    margin-right: 0;
    padding-right: 0;
  }

  .header__topbar .box:first-child {
    display: flex;
  }

  .header__topbar .box:after {
    display: none;
  }

  .mob-bottom-btns {
    display: flex;
  }

  .homeBlock1 {
    margin-bottom: 0;
  }

  .homeBlock2 {
    padding: 40px 0;
  }

  .homeBlock2 .container {
    flex-direction: column-reverse;
  }

  .homeBlock2__text {
    width: 100%;
  }

  .homeBlock2__text > * {
    margin-bottom: 40px;
  }

  .homeBlock2__img {
    width: 100%;
    min-height: unset;
    background: none !important;
    margin-bottom: 40px;
  }

  .homeBlock2__img img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 630px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }

  .homeBlock3 {
    padding: 30px 0 0;
  }

  .homeBlock3 .container {
    flex-direction: column;
  }

  .homeBlock3__text {
    width: 100%;
  }

  .homeBlock3__text h2 {
    margin-bottom: 20px;
  }

  .homeBlock3__img {
    width: 100%;
    min-height: unset;
    height: auto;
    background: none !important;
    margin-bottom: 40px;
  }

  .homeBlock3__img img {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: auto;
    max-height: 400px;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .homeBlock4 {
    margin-bottom: 55px;
  }

  .homeBlock5 {
    padding: 50px 0 70px;
  }

  .homeBlock6 {
    padding-bottom: 20px;
  }

  .homeBlock7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .homeBlock7 .container {
    flex-direction: column;
  }

  .homeBlock7__text {
    width: 100%;
  }

  .homeBlock7__text h2 {
    margin-bottom: 15px;
  }

  .homeBlock7__map {
    width: 100%;
    margin-top: 50px;
  }

  .homeBlock71 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .homeBlock71 .container {
    flex-direction: column;
  }

  .homeBlock71__text {
    width: 100%;
  }

  .homeBlock71__text h2 {
    margin-bottom: 15px;
  }

  .homeBlock71__map {
    width: 100%;
    margin-top: 50px;
  }

  .homeBlock8 {
    margin-top: 30px;
    padding: 50px 0 40px;
  }

  .homeBlock8__center {
    margin-bottom: 40px;
  }

  .homeBlock8__row {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .homeBlock8__row .text {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }

  .homeBlock8__row .text .subttl {
    text-align: center;
  }

  .homeBlock8__row .text h2 {
    text-align: center;
  }

  .homeBlock8__row .text h2 + p {
    text-align: center;
  }

  .homeBlock8 .data {
    width: 100%;
  }

  .homeBlock9 {
    padding-bottom: 20px;
  }

  .homeBlock10 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .homeBlock10.bigpad {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .homeBlock11 {
    margin-top: 0;
    padding: 50px 0 50px;
  }

  .homeBlock11__row {
    flex-direction: column !important;
    padding: 25px 0;
  }

  .homeBlock11__row h3 {
    width: 100%;
    min-height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 !important;
    padding: 30px 0;
    margin-bottom: 20px !important;
  }

  .homeBlock11__row h3:before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .homeBlock11__row p {
    width: 100%;
  }

  .homeBlock14__text h2,
  .homeBlock14__text .h2,
  .homeBlock14__text .block-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
  }

  .homeBlock14__bottomTtl {
    flex-direction: column;
    align-items: flex-start;
  }

  .homeBlock14__bottomTtl h2,
  .homeBlock14__bottomTtl .h2,
  .homeBlock14__bottomTtl .block-title {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .homeBlock14__bottomTtl p {
    width: 100%;
    text-align: center;
  }

  .homeBlock15 {
    padding: 50px 0 80px;
  }

  .homeBlock17:before {
    height: 23vw;
  }

  .homeBlock19__item {
    width: calc(50% - 15px);
    height: 30vw;
  }

  .homeBlock19__item:nth-child(2n) {
    margin-right: 0;
  }

  .spacer {
    height: 40px;
  }

  .overView2__main {
    flex-direction: column-reverse !important;
  }

  .overView2__main img {
    width: 100%;
    margin-top: 40px;
  }

  .overView2__main .text {
    width: 100%;
  }

  .overView2__main .text h3 {
    text-align: center;
  }

  .overView2__main .text span {
    text-align: center;
  }

  .overView2__main .text p {
    text-align: center;
  }

  .overView2__main .text .btn {
    margin: 30px auto 0;
  }

  .overView3 {
    padding-bottom: 40px;
  }

  .overView4 {
    padding: 40px 0;
  }

  .overView4 .container {
    flex-direction: column;
  }

  .overView4 .left {
    width: 100%;
    margin-bottom: 25px;
  }

  .overView4 .right {
    width: 100%;
  }

  .overView4__title {
    margin-bottom: 20px;
  }

  .overView4__grey {
    padding: 25px 20px;
  }

  .overView5 {
    padding-bottom: 40px;
  }

  .overView5__SVG {
    margin-bottom: 30px;
  }

  .overView5__title {
    margin-bottom: 25px;
  }

  .overView6 {
    padding: 40px 0;
  }

  .goldenVisa2 {
    padding-bottom: 40px;
  }

  .goldenVisa3 {
    padding: 40px 0;
  }

  .goldenVisa3 .container {
    flex-direction: column;
  }

  .goldenVisa3 .left {
    width: 100%;
    margin-bottom: 25px;
  }

  .goldenVisa3 .right {
    width: 100%;
  }

  .goldenVisa3__title {
    margin-bottom: 20px;
  }

  .goldenVisa4 {
    padding: 40px 0;
  }

  .goldenVisa5 {
    padding: 40px 0 20px;
  }

  .goldenVisa5 .container {
    flex-direction: column;
  }

  .goldenVisa5__left {
    width: 100%;
  }

  .goldenVisa5__right {
    width: 100%;
    margin: 30px auto 0;
    max-width: 600px;
  }

  .blogBlock1__box {
    flex-direction: column;
  }

  .blogBlock1__box .img {
    width: 100%;
    height: calc(90vw * 0.47);
    margin-bottom: 20px;
  }

  .blogBlock1__box .text {
    width: 100%;
  }

  .pageComparison .comparisonBlock__col {
    width: 50%;
  }

  .pageComparison .comparisonBlock__col:nth-child(2) select {
    border-radius: 0 5px 5px 0 !important;
    border-right: 3px solid #BA994F !important;
  }

  .pageComparison .comparisonBlock__col:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 880px) {
  .homeBlock7__map .item:nth-child(1) .window {
    bottom: unset;
    right: unset;
    left: calc(50vw - calc(90vw*0.19));
    top: calc(24.12vw - (48.241vw * 0.195));
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .homeBlock7__map .item:nth-child(2) .window {
    bottom: unset;
    right: unset;
    left: calc(50vw - calc(90vw*0.278));
    top: calc(24.12vw - (48.241vw * 0.687));
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .homeBlock7__map .item:nth-child(3) .window {
    bottom: unset;
    right: unset;
    left: calc(50vw - calc(90vw*0.544));
    top: calc(24.12vw - (48.241vw * 0.569));
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .homeBlock7__map .item:nth-child(4) .window {
    bottom: unset;
    right: unset;
    left: calc(50vw - calc(90vw*0.632));
    top: calc(24.12vw - (48.241vw * 0.205));
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .homeBlock7__map .item:nth-child(5) .window {
    bottom: unset;
    right: unset;
    left: calc(50vw - calc(90vw*0.794));
    top: calc(24.12vw - (48.241vw * 0.228));
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .homeBlock7__map .item:nth-child(6) .window {
    bottom: unset;
    right: unset;
    left: calc(50vw - calc(90vw*0.925));
    top: calc(24.12vw - (48.241vw * 0.515));
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 850px) {
  .goldenVisa1:before {
    height: 30vw;
  }

  .goldenVisa2:before {
    height: 22vw;
  }

  .pageContacts__main {
    flex-direction: column;
  }

  .pageContacts__left {
    width: 100%;
    margin-bottom: 40px;
  }

  .pageContacts__right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .pageIndexes .box img {
    height: calc((90vw * 0.333 - 13.333px) / 0.749);
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 30px);
  }

  .header.mobile-header .container {
    padding: 20px 15px;
  }

  .header.black .container {
    padding: 15px;
  }

  .header.fixed .container {
    padding: 15px;
  }

  .footer__main {
    flex-wrap: wrap;
  }

  .footer__main .box {
    width: calc(50% - 12px);
    margin-bottom: 30px;
  }

  .footer__main .box:nth-last-child(1),
  .footer__main .box:nth-last-child(2) {
    margin-bottom: 0;
  }

  .footer__bottom {
    flex-wrap: wrap;
    padding: 30px 0 40px;
  }

  .footer__bottom .box:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer__bottom .box:nth-child(2) {
    width: 50%;
    text-align: center;
  }

  .footer__bottom .box:nth-child(3) {
    width: 50%;
    text-align: center;
  }

  .footer__bottom .box:nth-child(4) {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .homeBlock1 .container {
    padding: 130px 0 1px;
    flex-direction: column;
    align-items: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 600px;
  }

  .homeBlock1__centerText {
    margin: 0 auto auto;
  }

  .homeBlock1__centerText h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
  }

  .homeBlock1__bottom {
    flex-wrap: wrap;
    justify-content: space-between;
    position: static;
    padding-top: 30px;
  }

  .homeBlock1__bottom .box {
    width: calc(50% - 15px);
    margin: 0 0 17px;
  }

  .homeBlock2__text .grey-box {
    padding: 25px 20px;
  }

  .homeBlock4 {
    margin-bottom: 50px;
  }

  .homeBlock4__list .box {
    width: calc(50% - 15px);
    margin: 0 0 17px;
  }

  .homeBlock4__list .box span {
    max-width: 160px;
    margin: 0 auto;
  }

  .homeBlock5__list .box {
    width: 100%;
  }

  .homeBlock5__list .box img {
    height: calc(90vw/2.27);
  }

  .homeBlock5__bottom p {
    font-size: 22px;
    line-height: 30px;
  }

  .homeBlock6 .container {
    padding: 45px 20px 30px;
    margin-top: -16px;
  }

  .homeBlock7__text h2 {
    text-align: center;
  }

  .homeBlock7__text p {
    text-align: center;
  }

  .homeBlock7__text .bottom {
    margin-top: 20px;
  }

  .homeBlock7__text .bottom .box span {
    text-align: center;
    display: block;
    line-height: 22px;
  }

  .homeBlock7__map .window.with_scroll:before {
    content: "SCROLL";
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    right: 26px;
    top: 70px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(100%) rotate(90deg);
            transform: translateX(100%) rotate(90deg);
    transition: 0.4s;
  }

  .homeBlock7__map .window.with_scroll:after {
    content: "";
    position: absolute;
    right: 26px;
    top: 126px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 6px;
    height: 26px;
    background-image: url("../img/arrow.svg");
  }

  .homeBlock71__text h2 {
    text-align: center;
  }

  .homeBlock71__text p {
    text-align: center;
  }

  .homeBlock71__text .bottom {
    margin-top: 20px;
  }

  .homeBlock71__text .bottom .box span {
    text-align: center;
    display: block;
    line-height: 22px;
  }

  .homeBlock71__list {
    max-height: 220px;
    left: calc(50% + 20px);
  }

  .homeBlock71__list p {
    font-size: 10px;
    line-height: 24px;
  }

  .homeBlock71__bottom {
    padding: 15px;
    align-items: flex-start;
    margin-top: 40px;
  }

  .homeBlock71__bottom svg {
    margin-top: 6px;
    margin-right: 15px;
  }

  .homeBlock71__bottom p {
    font-size: 14px;
    line-height: 1.5;
  }

  .homeBlock9:before {
    height: 85px;
  }

  .homeBlock9 img {
    margin-bottom: 20px;
  }

  .homeBlock9 p {
    margin-bottom: 20px;
  }

  .homeBlock10 .container {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .homeBlock10 .container.reverse {
    flex-direction: column-reverse;
  }

  .homeBlock10 .text {
    width: 100%;
  }

  .homeBlock10 .text h2 {
    margin-bottom: 15px;
    text-align: center;
  }

  .homeBlock10 .text p {
    text-align: center;
  }

  .homeBlock10 img {
    width: 100%;
    margin-bottom: 20px;
  }

  .homeBlock12 {
    background: none !important;
  }

  .homeBlock12 .container {
    flex-direction: column;
  }

  .homeBlock12 .left {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 40px 15px 0;
  }

  .homeBlock12 .left span {
    font-size: 16px;
    line-height: 36px;
    position: absolute;
    left: 15px;
    top: 170px;
  }

  .homeBlock12 .left p {
    line-height: 16px;
    max-width: 110px;
    position: absolute;
    left: 15px;
    top: 200px;
  }

  .homeBlock12 .left img {
    height: 480px;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
    display: block;
    margin: 0 auto;
    position: static;
  }

  .homeBlock12 .right {
    width: 100%;
    padding: 30px 0 50px;
  }

  .homeBlock12 .right .bottom {
    padding-top: 25px;
    justify-content: space-between;
  }

  .homeBlock12 .right .bottom .box {
    width: 32%;
    margin: 0;
  }

  .homeBlock12 .right .bottom .box span {
    text-align: center;
    display: block;
    line-height: 1;
  }

  .homeBlock12 .right .bottom .box p {
    text-align: center;
  }

  .homeBlock12 .right-new {
    width: 100%;
    padding: 50px 0 0;
  }

  .homeBlock12 .right-new h2 {
    text-align: center;
  }

  .homeBlock12 .right-new p {
    max-width: unset;
  }

  .homeBlock12 .right-new blockquote {
    padding-left: 50px;
    max-width: 400px;
  }

  .homeBlock12 .right-new blockquote:before {
    left: -5px;
    -webkit-transform: none;
            transform: none;
  }

  .homeBlock13 {
    padding: 10px 0 70px;
  }

  .homeBlock13__row .box {
    width: 100%;
    margin-bottom: 40px;
  }

  .homeBlock13__row .box:last-child {
    margin-bottom: 0;
  }

  .homeBlock13__row .box h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .homeBlock14 .container {
    flex-direction: column;
  }

  .homeBlock14__text {
    width: 100%;
    padding: 0;
  }

  .homeBlock14__text h2,
  .homeBlock14__text .h2,
  .homeBlock14__text .block-title {
    text-align: center;
  }

  .homeBlock14__text p {
    text-align: center;
  }

  .homeBlock14__text .btn {
    padding: 20px;
    margin: 20px auto 0;
    width: 100%;
    max-width: 350px;
  }

  .homeBlock14__img {
    order: -1;
    width: 100%;
    margin-bottom: 30px;
    background: none !important;
  }

  .homeBlock14__bottom {
    margin-top: 40px;
  }

  .homeBlock14__bottomRow .box {
    width: calc(50% - 15px);
  }

  .homeBlock14__bottomRow .box:nth-child(2n) {
    margin-right: 0;
  }

  .homeBlock15 .h2,
  .homeBlock15 h2,
  .homeBlock15 .block-title {
    text-align: center;
    margin-bottom: 20px;
    max-width: unset;
  }

  .homeBlock15 .h2 br,
  .homeBlock15 h2 br,
  .homeBlock15 .block-title br {
    display: none;
  }

  .homeBlock15 .slick-dots {
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    top: calc(100% + 30px);
  }

  .homeBlock15 .slide {
    flex-wrap: wrap;
  }

  .homeBlock15 .box {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }

  .homeBlock15 .box:nth-last-child(1),
  .homeBlock15 .box:nth-last-child(2) {
    margin-bottom: 0;
  }

  .homeBlock16 {
    padding: 50px 0;
  }

  .homeBlock16__center {
    margin-bottom: 25px;
  }

  .homeBlock16__item {
    flex-direction: column;
    margin-bottom: 35px;
  }

  .homeBlock16__item:nth-child(2n) {
    flex-direction: column;
  }

  .homeBlock16__item:nth-child(2n) p {
    margin: 0;
  }

  .homeBlock16__item img {
    width: 100%;
    margin-bottom: 20px;
  }

  .homeBlock16__item p {
    width: 100%;
    margin: 0;
  }

  .homeBlock16__bottom {
    margin-top: 65px;
  }

  .homeBlock16__svg {
    margin-top: 25px;
  }

  .homeBlock17__img {
    margin-bottom: 30px;
  }

  .homeBlock17 h2 {
    margin-bottom: 10px;
  }

  .homeBlock18 {
    padding-bottom: 60px;
  }

  .homeBlock18__item {
    width: 100%;
  }

  .homeBlock18__item img {
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
  }

  .homeBlock19 {
    padding: 60px 0;
  }

  .homeBlock19 .block-title {
    margin-bottom: 35px;
  }

  .homeBlock19__item {
    width: 100%;
    margin: 0 0 5vw;
    height: 62vw;
  }

  .overView1 h2 {
    font-weight: 400;
    font-size: 64px;
    line-height: 56px;
  }

  .overView1 h2 span {
    font-size: 15px;
  }

  .overView2 {
    padding: 40px 0;
  }

  .overView2__SVG {
    display: none;
  }

  .overView2__SVG2 {
    display: none;
  }

  .overView2__table {
    flex-wrap: wrap;
    border-bottom: none;
    border-right: none;
    margin-top: 25px;
  }

  .overView2__table .box {
    width: 50%;
    border-right: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    padding: 20px;
  }

  .overView2__grey {
    margin-top: 20px;
  }

  .overView2__grey p {
    font-size: 16px;
  }

  .overView2__text {
    margin-top: 20px;
    flex-direction: column;
  }

  .overView2__text .left {
    width: 100%;
    margin-bottom: 30px;
  }

  .overView2__text .left p {
    font-size: 22px;
  }

  .overView2__text .left.small p {
    font-size: 16px;
  }

  .overView2__text .right {
    width: 100%;
  }

  .overView3__img {
    margin-bottom: 25px;
  }

  .overView3__title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 1.2;
    max-width: 400px;
  }

  .overView3__text {
    flex-direction: column;
  }

  .overView3__text .left {
    width: 100%;
    margin-bottom: 30px;
  }

  .overView3__text .right {
    width: 100%;
  }

  .overView6 {
    padding: 0 0 40px;
  }

  .overView6 .container {
    flex-direction: column-reverse;
  }

  .overView6 .container .left,
  .overView6 .container .right {
    width: 100%;
  }

  .overView6 .container .right {
    margin-bottom: 25px;
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .overView6__title {
    text-align: center;
  }

  .goldenVisa1 {
    padding: 20px 0 40px;
  }

  .goldenVisa1__img {
    margin-bottom: 30px;
  }

  .goldenVisa1 p {
    margin-top: 15px;
  }

  .goldenVisa2__img {
    margin-bottom: 25px;
  }

  .goldenVisa2__title {
    font-size: 32px;
    line-height: 1.2;
  }

  .goldenVisa3__title br {
    display: none;
  }

  .goldenVisa3__icons {
    padding: 20px 0 20px;
  }

  .goldenVisa4__center {
    margin-bottom: 40px;
  }

  .goldenVisa4__center h2 {
    font-size: 32px;
  }

  .goldenVisa4__list {
    margin-bottom: 40px;
  }

  .goldenVisa4__list .box {
    width: 100%;
    margin-bottom: 30px;
  }

  .goldenVisa4__list .box:last-child {
    margin-bottom: 0;
  }

  .goldenVisa4__list .box .top {
    margin-bottom: 20px;
  }

  .goldenVisa4__list .box .top img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }

  .goldenVisa4__list .box .top h3 {
    width: calc(100% - 50px - 20px);
    font-size: 20px;
  }

  .blockTtl {
    padding: 0;
    height: 40vw;
    display: flex;
    align-items: center;
  }

  .blockTtl h1 {
    font-size: 32px;
  }

  .blogBlock1 {
    padding: 40px 0;
  }

  .blogBlock1__box {
    margin-bottom: 30px;
  }

  .blogBlock1__box .img {
    margin-bottom: 10px;
  }

  .blogBlock1__box .text .h2,
  .blogBlock1__box .text .block-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .blogBlock1__box .text p {
    margin-bottom: 10px;
  }

  .articleBlock1 {
    /*padding-top: 74px;*/
    padding-bottom: 40px;
  }

  .text-container > * {
    margin-bottom: 20px;
  }

  .text-container h1,
  .text-container h2 {
    margin-bottom: 20px;
  }

  .text-container h1,
  .text-container h2 {
    font-size: 24px;
  }

  .text-container h3,
  .text-container h4,
  .text-container h5 {
    margin-bottom: 20px;
  }

  .text-container h3,
  .text-container h4,
  .text-container h5 {
    font-size: 20px;
  }

  .text-container p {
    margin-bottom: 20px;
  }

  .pagePdf {
    padding-top: 74px;
    padding-bottom: 40px;
  }

  .pagePdf .block-title {
    margin-bottom: 30px;
  }

  .pagePdf__box {
    margin-bottom: 30px;
  }

  .pagePdf__box .left {
    width: calc(100% - 130px);
  }

  .pagePdf__box-ttl {
    font-size: 16px;
  }

  .pagePdf__box img {
    width: 100px;
  }

  .pageContacts {
    padding-top: 74px;
    padding-bottom: 40px;
  }

  .pageComparison {
    
    padding-bottom: 40px;
  }

  .pageIndexes {
    padding-top: 74px;
    padding-bottom: 40px;
  }

  .pageIndexSingle {
    padding-top: 74px;
    padding-bottom: 40px;
  }

  .pageIndexSingle__top .left {
    width: 100%;
  }

  .pageIndexSingle__top .right {
    width: 100%;
    padding: 30px 0 0;
  }

  .pageIndexSingle__top .full-width {
    margin-top: 30px;
  }

  .pageIndexSingle .tabs__header {
    margin-left: 5px;
  }

  .pageIndexSingle .tabs__title {
    margin-right: 5px;
    padding: 10px;
  }

  .pageIndexSingle .tabs__title:last-child {
    margin-right: 0;
  }

  .pageIndexSingle .tabs__bodies {
    padding: 10px;
  }
}

@media screen and (max-width: 650px) {
  .pageComparison .center-text {
    margin-bottom: 30px;
  }

  .pageComparison .comparisonBlock .select-box select {
    padding: 15px 30px 12px 10px;
    font-size: 12px;
  }

  .pageComparison .comparisonBlock__top {
    padding: 20px 0;
  }

  .pageComparison .comparisonBlock__top img {
    width: 90px;
    height: 60px;
  }

  .pageComparison .comparisonBlock__top .country-title {
    font-size: 20px;
  }

  .pageComparison .comparisonBlock__top .sub-title {
    font-size: 10px;
  }

  .pageComparison .comparisonBlock .infoBox__areattl {
    font-size: 18px;
  }

  .pageComparison .comparisonBlock .infoBox__text {
    font-size: 14px;
    line-height: 1.5;
  }

  .pageComparison .comparisonBlock .infoBox__title {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 600px) {
  .homeBlock8 .data .icons.double {
    padding-bottom: 3px;
  }

  .homeBlock8 .data .icons.double .icons__row {
    flex-wrap: wrap;
  }

  .homeBlock8 .data .icons.double .box {
    width: 50%;
    margin-bottom: 20px;
  }

  .homeBlock8 .data .icons.cols3 {
    padding-bottom: 3px;
  }

  .homeBlock8 .data .icons.cols3 .box {
    width: 50%;
  }

  .homeBlock8 .data .icons__row {
    justify-content: space-between;
  }

  .pageIndexes .box {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .pageIndexes .box:nth-child(2n) {
    margin-right: 0;
  }

  .pageIndexes .box img {
    height: calc(((100vw - 30px) * 0.5 - 7.5px) / 0.749);
  }
}

@media screen and (max-width: 580px) {
  .homeBlock2__text .file-row {
    flex-direction: column;
    align-items: center;
    padding: 20px 0 20px 0;
    position: relative;
  }

  .homeBlock2__text .file-row svg {
    margin-right: 50px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .homeBlock2__text .file-row p {
    font-size: 18px;
    margin: 0 0 13px 0;
    text-align: center;
  }

  .homeBlock2__text .grey-box {
    margin: 0 auto;
  }
}

@media screen and (max-width: 550px) {
  .homeBlock2__text .data-row {
    padding: 30px 0 25px;
  }

  .homeBlock2__text .data-row p {
    flex-grow: 1;
    width: unset;
    padding: 0 10px 0 0;
  }

  .homeBlock2__text .data-row p:last-child {
    padding-right: 0;
  }

  .homeBlock7__map .window {
    padding: 20px 10px 10px 20px;
  }

  .homeBlock7__map .window .h2,
  .homeBlock7__map .window .block-title {
    font-size: 26px;
  }

  .homeBlock7__map .window ul,
  .homeBlock7__map .window .country-list {
    max-height: 190px;
  }

  .homeBlock7__map .item:nth-child(3) {
    left: 55.4%;
    top: 56.9%;
  }

  .homeBlock7__map .item:nth-child(4) {
    left: 63.2%;
    top: 20.5%;
  }

  .homeBlock7__map .item:nth-child(5) {
    left: 79.4%;
    top: 22.8%;
  }

  .homeBlock7__map .item:nth-child(6) {
    top: 51.5%;
  }

  .homeBlock8 .data .subInfo {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 90px;
  }

  .homeBlock8 .data .subInfo svg {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .homeBlock8 .data .subInfo img {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .homeBlock8 .data .subInfo .box {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .homeBlock8 .data .subInfo .box:last-child {
    margin-bottom: 0;
  }

  .homeBlock8 .data .infoIcons {
    align-items: flex-start;
  }

  .homeBlock8 .data .infoIcons__text h3 {
    margin-bottom: 15px;
  }

  .homeBlock8 .data .infoIcons__text .box {
    margin-bottom: 20px;
  }

  .homeBlock8 .data .infoIcons__text .box:last-child {
    margin-bottom: 0;
  }

  .homeBlock8 .data .infoIcons__text .box:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }

  .homeBlock8 .data .infoIcons__text .box:nth-child(3) {
    width: 100%;
  }

  .homeBlock8 .data .infoIcons__text .box .ico {
    width: 26px;
    min-width: 26px;
  }

  .homeBlock14 {
    padding-bottom: 60px;
  }

  .homeBlock14__bottomRow .box {
    display: flex;
    width: 100%;
    max-width: 310px;
    margin: 0 auto 20px !important;
  }

  .homeBlock14__bottomRow .box:last-child {
    margin-bottom: 0;
  }

  .homeBlock14__bottomRow .box span {
    width: 30px;
  }

  .homeBlock14__bottomRow .box p {
    width: calc(100% - 30px);
    padding-top: 4px;
  }
}

@media screen and (max-width: 530px) {
  .pageComparison .comparisonBlock .infoBox .btn {
    font-size: 10px;
    padding: 3px 12px;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 500px) {
  .popup .popup-container {
    width: calc(100% - 30px);
    padding: 30px 20px 20px;
  }

  .popup .popup-container .h2,
  .popup .popup-container .block-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .popup form .input {
    padding: 12px;
  }

  .popup form .btn {
    padding: 12px;
    width: 100%;
    min-width: unset;
  }

  .homeBlock1__centerText .mid-text br {
    display: none;
  }

  .pageContacts__right {
    padding: 30px 20px 20px;
  }

  .pageContacts form .input {
    padding: 12px;
  }

  .pageContacts form .btn {
    padding: 12px;
    width: 100%;
    min-width: unset;
  }
}

@media screen and (min-width: 851px) and (max-width: 1080px) {
  .pageIndexes .box {
    width: calc(25% - 15px);
  }

  .pageIndexes .box:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 601px) and (max-width: 850px) {
  .pageIndexes .box {
    width: calc(33.333% - 13.333px);
  }

  .pageIndexes .box:nth-child(3n) {
    margin-right: 0;
  }
}