@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  outline: none !important;
}

a {
  outline: none !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.pdf-invest {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  max-width: 1700px;
}

.post,
.page {
  margin-bottom: 0 !important;
}

body {
  position: relative;
  color: #091935;
  margin-bottom: 0 !important;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 22px 0 0 0;
}

@media (max-width: 1200px) {
  .site-header {
    padding: 15px 0 0 0;
  }
}

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

.site-header .site-header-top {
  text-align: right;
  margin: 9px 0 24px 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1200px) {
  .site-header .site-header-top {
    width: auto;
    margin: 2px 0 0 0;
  }
}

.site-header .site-header-top a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0 0 0 43px;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .site-header .site-header-top a {
    margin: 0;
  }
}

.site-header .site-header-top a img {
  margin: 0 14px 0 2px;
}

@media (max-width: 1200px) {
  .site-header .site-header-top a span {
    display: none;
  }
}

.site-header__left {
  width: 275px;
}

.site-header__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.site-header .main-navigation {
  width: auto;
  margin: 0 24px 0 0;
}

@media (max-width: 1200px) {
  .site-header .main-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 118px;
    background: rgba(9, 25, 53, 0.85);
    margin: 0;
    display: none;
    padding: 20px 0;
  }

  .site-header .main-navigation.open {
    display: block;
  }
}

.site-header .main-navigation ul {
  align-items: flex-start;
}

@media (max-width: 1200px) {
  .site-header .main-navigation ul {
    display: block;
    text-align: center;
  }
}

.site-header .main-navigation #primary-menu>li {
  margin: 0 0 0 2px;
  padding: 0 0 0 0;
  position: relative;
}

.site-header .main-navigation #primary-menu>li>a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.5px;
  padding: 9px 8px 9px 8px;
}

@media all and (max-width: 1199px) {
  .site-header .main-navigation #primary-menu>li>a {
    font-size: 20px;
  }
}

@media all and (min-width: 1200px) {
  .site-header .main-navigation #primary-menu>li.current_page_item>a, .site-header .main-navigation #primary-menu>li:hover>a {
    background: rgba(9, 25, 53, 0.25);
  }

  .site-header .main-navigation #primary-menu>li.current_page_item>.sub-menu, .site-header .main-navigation #primary-menu>li:hover>.sub-menu {
    display: block !important;
  }
}

.site-header .main-navigation #primary-menu>li>.sub-menu {
  background: rgba(9, 25, 53, 0.25);
  padding-bottom: 1px;
  display: none;
}

@media (max-width: 1200px) {
  .site-header .main-navigation #primary-menu>li>.sub-menu {
    position: static !important;
  }

  .site-header .main-navigation #primary-menu>li>.sub-menu.open {
    display: block;
  }
}

.site-header .main-navigation #primary-menu>li>.sub-menu>li>a {
  color: #FFF;
  background: url("assets/img/bg-menu.png") center;
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding: 0 15px;
}

@media (max-width: 1200px) {
  .site-header .main-navigation #primary-menu>li>.sub-menu>li>a {
    background-repeat: no-repeat;
    font-size: 18px;
  }
}

.site-header .main-navigation #primary-menu>li>.sub-menu>li>.sub-menu {
  display: block !important;
  margin-bottom: 5px;
}

.site-header .main-navigation #primary-menu>li>.sub-menu>li>.sub-menu>li>a {
  font-weight: 300;
  font-size: 12px;
  color: #FFF;
  display: block;
  padding: 8px 15px 3px 25px;
  position: relative;
}

@media (max-width: 1200px) {
  .site-header .main-navigation #primary-menu>li>.sub-menu>li>.sub-menu>li>a {
    font-size: 18px;
  }
}

.site-header .main-navigation #primary-menu>li>.sub-menu>li>.sub-menu>li>a:hover::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  width: 50%;
}

.site-header .site-header-social {
  display: flex;
  align-items: center;
  margin-top: 7px;
}

@media (max-width: 1200px) {
  .site-header .site-header-social {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .site-header .site-header-social {
    display: none;
  }
}

.site-header .site-header-social a {
  text-decoration: none;
  margin: 0 4px 0 10px;
}

.header-title {
  text-align: center;
}

.header-title h2 {
  color: #091935;
  font-size: 40px;
  font-weight: normal;
  margin: 53px 0 15px 0;
}

@media (max-width: 767px) {
  .header-title h2 {
    font-size: 30px;
  }
}

.header-title p {
  font-size: 20px;
  color: #091935;
  margin: 0 0 0 0;
}

@media (max-width: 767px) {
  .header-title p {
    font-size: 16px;
  }
}

.menu-toggle {
  display: none;
}

@media (max-width: 1200px) {
  .menu-toggle {
    position: absolute;
    right: 18px;
    top: 51px;
    width: 28px;
    height: 25px;
    display: block;
  }

  .menu-toggle span {
    display: block;
    position: absolute;
    width: 28px;
    height: 5px;
    background: #d4a140;
    left: 0;
  }

  .menu-toggle span:nth-child(1) {
    top: 0;
  }

  .menu-toggle span:nth-child(2) {
    top: 50%;
    margin-top: -3px;
  }

  .menu-toggle span:nth-child(3) {
    top: 100%;
    margin-top: -5px;
  }

  .menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
  }

  .menu-toggle.open span:nth-child(2) {
    display: none;
  }

  .menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px;
  }
}

.site-footer {
  margin: 80px 0 0 0;
  padding: 53px 0 30px 0;
  border-top: 1px solid #091935;
}

@media (max-width: 767px) {
  .site-footer {
    margin: 50px 0 0 0;
  }
}

.site-footer .container {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

@media (max-width: 767px) {
  .site-footer .container {
    flex-wrap: wrap;
  }
}

.site-footer .widget-title {
  font-size: 18px;
  font-weight: normal;
  color: #d1a958;
  display: block;
  margin: 0 0 0 0;
}

.site-footer p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 0;
}

@media (max-width: 767px) {
  .site-footer__left {
    order: 1;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .site-footer__center {
    order: 3;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .site-footer__right {
    order: 2;
    width: 100%;
  }
}

.site-footer__right img {
  margin-top: 15px;
}

.home-slider {
  position: relative;
}

.home-slider .slide {
  height: 950px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .home-slider .slide {
    height: 750px;
  }
}

.home-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-93%);
  z-index: 11;
}

@media (max-width: 767px) {
  .home-slider .slick-dots {
    left: auto;
    right: 15px;
  }
}

.home-slider .slick-dots li {
  height: 12px;
  margin: 8px 0;
}

.home-slider .slick-dots li button {
  text-decoration: none;
  border: 1px solid #d6b56d;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  background: none;
  padding: 0;
  border-radius: 0;
  opacity: 0.5;
  cursor: pointer;
}

.home-slider .slick-dots li.slick-active button {
  opacity: 1;
  background: #d6b56d;
}

.home-slider .home-slider-text {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #FFF;
  padding: 0 55px;
}

@media (max-width: 1200px) {
  .home-slider .home-slider-text {
    top: 300px;
  }
}

@media (max-width: 767px) {
  .home-slider .home-slider-text {
    padding: 0 0 15px 0;
    top: 200px;
    transform: translateY(0);
  }
}

.home-slider .home-slider-text h3 {
  font-weight: 200;
  font-size: 44px;
  margin: 0;
  min-height: 66px;
}

@media (max-width: 1023px) {
  .home-slider .home-slider-text h3 {
    font-size: 30px;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .home-slider .home-slider-text h3 {
    font-size: 26px;
  }
}

.home-slider .home-slider-text h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 200;
  margin: 0;
}

@media (max-width: 1023px) {
  .home-slider .home-slider-text h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .home-slider .home-slider-text h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

.home-slider .home-slider-text a {
  width: 203px;
  height: 43px;
  background: url("assets/img/bg-button-border.png");
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0 0 0;
  line-height: 43px;
  text-decoration: none;
  text-align: center;
}

.search-form {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 0 45px 0;
  /* For IE10 */
}

@media (max-width: 1023px) {
  .search-form {
    padding: 0 0 20px 0;
  }
}

.search-form__content {
  display: flex;
  border: 1px solid #956f26;
}

@media (max-width: 1023px) {
  .search-form__content {
    flex-wrap: wrap;
  }
}

.search-form__title {
  text-align: center;
  font-size: 16px;
  color: #d6b56d;
  text-transform: uppercase;
  font-weight: 300;
  margin: 24px 0;
}

@media (max-width: 1023px) {
  .search-form__title {
    margin: 15px 0;
  }
}

.search-form__item {
  border-right: 1px solid #956f26;
  width: 15%;
}

@media (max-width: 1023px) {
  .search-form__item {
    width: 33.333%;
    border-bottom: 1px solid #956f26;
  }

  .search-form__item:last-child {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .search-form__item {
    width: 50%;
  }
}

.search-form select {
  background: none;
  border: none;
  width: 100%;
  height: 42px;
  padding: 0 40px 0 7px;
  color: #FFF;
  background: url("assets/img/arrow-menu.png") top 16px right 11px no-repeat;
  cursor: pointer;
}

.search-form select option {
  color: #000;
}

.search-form input[type="submit"] {
  width: 100%;
  text-align: center;
  height: 42px;
  border-radius: 0;
  color: #FFF;
  font-weight: bold;
  background: url("assets/img/bg-button.png");
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
}

.search-form select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

.search-form select::-ms-expand {
  display: none;
}

.home-invest__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 57px 0 0 0;
}

.home-invest__list .invest-thumb {
  width: 32%;
  margin-bottom: 45px;
}

@media (max-width: 1023px) {
  .home-invest__list .invest-thumb {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .home-invest__list .invest-thumb {
    width: 100%;
  }
}

.invest-thumb {
  display: block;
  color: #091935 !important;
  text-decoration: none;
}

.invest-thumb .img {
  background-position: center;
  background-size: cover;
  height: 385px;
}

@media (max-width: 767px) {
  .invest-thumb .img {
    height: 280px;
    padding-right: 20px;
  }
}

.invest-thumb .img .inner {
  display: flex;
  align-items: center;
  height: 130px;
  padding-right: 20px;
}

.invest-thumb .img img {
  margin: 0 auto;
}

.invest-thumb .img .category {
  background: #091935;
  padding: 6px 15px;
  margin-right: 20px;
  width: 150px;
  text-align: center;
}

.invest-thumb .img .category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.invest-thumb .img .category ul li {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.invest-thumb .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 3px 0 0 7px;
}

@media (max-width: 600px) {
  .invest-thumb .bottom {
    display: block;
  }
}

.invest-thumb .bottom .button-border {
  width: 161px;
  height: 34px;
  background: url(assets/img/bg-button-border.png);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 15px;
  color: #d1a958;
  text-transform: uppercase;
  display: inline-block;
  line-height: 34px;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 600px) {
  .invest-thumb .bottom .button-border {
    margin: 20px auto 0 auto;
  }
}

.invest-thumb .bottom .desc h2 {
  margin: 0;
  font-weight: normal;
}

@media (max-width: 1200px) {
  .invest-thumb .bottom .desc h2 {
    font-size: 20px;
  }
}

.invest-thumb .bottom .desc .city {
  background: url("assets/img/marker.png") left center no-repeat;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
}

@media (max-width: 1200px) {
  .invest-thumb .bottom .desc .city {
    font-size: 10px;
  }
}

.home-map {
  text-align: center;
  margin: 73px 0 19px 0;
}

@media (max-width: 767px) {
  .home-map {
    margin: 40px 0 20px 0;
  }
}

.home-map img {
  max-width: 100%;
}

.home-map .home-map-item {
  position: relative;
}

.home-map .home-map-item a {
  position: absolute;
  width: 125px;
  height: 125px;
}

@media (max-width: 767px) {
  .home-map .home-map-item a {
    width: 50px;
    height: 50px;
  }
}

.home-map .home-map-item a:nth-child(3) {
  top: 2%;
  left: 55%;
}

.home-map .home-map-item a:nth-child(4) {
  top: 55%;
  left: 55.5%;
}

.home-map .home-map-item a:nth-child(5) {
  top: 40%;
  left: 59%
}

.home-map .home-map-item a:nth-child(6) {
  top: 73%;
  left: 51%;
}

.home-map .home-map-item a:nth-child(7) {
  top: 54%;
  left: 64.5%;
}

.home-map .home-map-item a:nth-child(8) {
  top: 50%;
  left: 77.5%;
}

.home-map .home-map-item a:nth-child(9) {
  top: 77%;
  left: 64%;
}

.home-about {
  background: #091935;
  color: #FFF;
  padding: 97px 0 140px 0;
  margin-bottom: 171px;
}

@media (max-width: 767px) {
  .home-about {
    padding: 50px 0;
    margin-bottom: 40px;
  }
}

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

@media (max-width: 767px) {
  .home-about .container {
    display: block;
  }
}

.home-about h2 {
  font-weight: 300;
  font-size: 60px;
  margin: 0 0 46px 0;
  padding: 0 0 16px 0;
  background: url("assets/img/border-title.png") left bottom no-repeat;
}

@media (max-width: 767px) {
  .home-about h2 {
    font-size: 40px;
  }
}

.home-about p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
  text-align: justify;
}

.home-about .button-border {
  width: 203px;
  height: 42px;
  background: url(assets/img/bg-button-border.png);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: inline-block;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  margin: 41px 0 0 0;
}

.home-about .text {
  width: 71%;
}

@media (max-width: 767px) {
  .home-about .text {
    width: 100%;
  }
}

.home-about .image {
  margin: 82px auto 0 auto;
}

@media (max-width: 767px) {
  .home-about .image {
    display: block;
    width: 100px;
    margin: 40px 0 0 0;
  }
}

.home-eko {
  padding: 114px 0 0 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 141px;
}

@media (max-width: 767px) {
  .home-eko {
    padding: 50px 0;
    margin: 0;
  }
}

.home-eko::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 49%;
  content: "";
  background: url("assets/img/eko-left.png") right center no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .home-eko::after {
    left: 50%;
    margin-left: -700px;
  }
}

@media (max-width: 767px) {
  .home-eko::after {
    display: none;
  }
}

.home-eko::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 22%;
  content: "";
  background: url("assets/img/eko-right.png") left center no-repeat;
  background-size: cover;
}

@media all and (max-width: 1960px) {
  .home-eko::before {
    right: auto;
    left: 50%;
    margin-left: 550px;
  }
}

@media (max-width: 767px) {
  .home-eko::before {
    display: none;
  }
}

.home-eko .text {
  max-width: 710px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}

.home-eko h2 {
  font-weight: 300;
  font-size: 60px;
  margin: 0 0 54px 0;
  padding: 0 0 16px 0;
  text-align: right;
}

@media (max-width: 767px) {
  .home-eko h2 {
    text-align: center;
    font-size: 40px;
  }
}

.home-eko p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
  text-align: justify;
}

@media (max-width: 767px) {
  .home-eko p {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-eko .button-border {
  width: 203px;
  height: 42px;
  background: url(assets/img/bg-button-border.png);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: inline-block;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  margin: 61px 0 0 0;
  float: right;
}

.home-eko .image {
  float: left;
  margin: 82px 0 -5px -154px;
}

@media (max-width: 1023px) {
  .home-eko .image {
    display: none;
  }
}

.home-smart {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  text-align: center;
  position: relative;
  padding: 96px 0 92px 0;
}

.home-smart::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

.home-smart .container {
  position: relative;
  z-index: 1;
}

.home-smart h2 {
  font-weight: 300;
  font-size: 60px;
  margin: 0 0 10px 0;
  padding: 0 0 16px 0;
}

@media (max-width: 767px) {
  .home-smart h2 {
    font-size: 40px;
  }
}

.home-smart h3 {
  font-weight: 300;
  font-size: 20px;
  margin: 0 0 30px 0;
  padding: 0 0 16px 0;
}

.home-smart p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
}

@media (max-width: 767px) {
  .home-smart p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
  }

  .home-smart p br {
    display: none;
  }
}

.home-smart .icon-list {
  display: flex;
  justify-content: center;
  margin: 65px 0 0 0;
}

@media (max-width: 767px) {
  .home-smart .icon-list {
    flex-wrap: wrap;
  }
}

.home-smart .icon-list .icon {
  margin: 0 30px;
}

@media (max-width: 767px) {
  .home-smart .icon-list .icon {
    margin: 0 0 20px 0;
    width: 50%;
  }

  .home-smart .icon-list .icon img {
    max-width: 100%;
  }
}

.home-smart .icon-list .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  margin-bottom: 28px;
}

.home-smart .icon-list .icon span {
  font-size: 20px;
}

@media (max-width: 767px) {
  .home-smart .icon-list .icon span {
    font-size: 16px;
  }
}

.home-smart .button-border {
  width: 203px;
  height: 42px;
  background: url(assets/img/bg-button-border.png);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: inline-block;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  margin: 70px 0 0 0;
}

.button-border:hover {
  opacity: 0.8;
}

.home-klucz {
  padding: 97px 0 100px 0;
}

@media (max-width: 767px) {
  .home-klucz {
    padding: 40px 0;
  }
}

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

.home-klucz h2 {
  font-weight: 300;
  font-size: 60px;
  margin: 0 0 33px 0;
  padding: 0 0 16px 0;
}

@media (max-width: 767px) {
  .home-klucz h2 {
    font-size: 40px;
  }
}

.home-klucz p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
  text-align: justify;
}

@media (max-width: 767px) {
  .home-klucz p {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-klucz .button-border {
  width: 203px;
  height: 42px;
  background: url(assets/img/bg-button-border.png);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: inline-block;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  margin: 41px 0 0 0;
}

.home-klucz .text {
  width: 71%;
}

@media (max-width: 767px) {
  .home-klucz .text {
    width: 100%;
  }
}

.home-klucz .image {
  margin: 82px auto 0 auto;
}

@media (max-width: 767px) {
  .home-klucz .image {
    display: none;
  }
}

.home-client {
  color: #FFF;
  text-align: center;
  background: #091935;
  overflow: hidden;
  padding: 12px 0 129px 0;
}

.home-client .header-title h2, .home-client .header-title p {
  color: #FFF;
}

.home-client .icons {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 54px 0 0 0;
}

@media (max-width: 767px) {
  .home-client .icons {
    flex-wrap: wrap;
  }
}

.home-client .icons .icon {
  margin: 0 45px;
  color: #FFF !important;
  text-decoration: none !important;
}

@media (max-width: 1023px) {
  .home-client .icons .icon {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .home-client .icons .icon {
    width: 50%;
    margin: 0 0 20px 0;
  }
}

.home-client .icons i {
  background: url("assets/img/traingle-border.png") center no-repeat;
  width: 149px;
  height: 149px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

@media (max-width: 600px) {
  .home-client .icons i {
    width: 120px;
    height: 120px;
    background-size: 100% 100%;
  }

  .home-client .icons i img {
    max-width: 40%;
  }
}

.home-client .icons span {
  font-size: 16px;
  line-height: 21px;
  max-width: 170px;
  display: block;
  margin: 17px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 63px;
}

@media (max-width: 767px) {
  .home-client .icons span {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .home-client .icons span {
    font-size: 14px;
  }
}

.home-news {
  overflow: hidden;
  padding: 17px 0 186px 0;
}

@media (max-width: 767px) {
  .home-news {
    padding: 20px 0 50px 0;
  }
}

.home-news .button-border {
  width: 203px;
  height: 42px;
  background: url(assets/img/bg-button-border.png);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: block;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  margin: 79px auto 0 auto;
}

.home-news .news-thumb {
  text-decoration: none;
}

.home-news .news-thumb img {
  object-fit: cover;
  width: 99%;
}

.home-news .news-thumb h2 {
  font-weight: normal;
  margin: 25px 0 7px 0;
  font-size: 20px;
  color: #091935;
}

.home-news .news-thumb .time {
  background: url("assets/img/icon-calendar-2.png") left center no-repeat;
  background-size: 16px 16px;
  padding: 0 0 0 32px;
  color: #091935;
  font-size: 14px;
}

.home-news__list {
  margin: 36px 0 0 0;
}

.home-news .slick-prev,
.home-news .slick-next {
  position: absolute;
  border: none;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  background: url("assets/img/arrow.png");
  right: 0;
  bottom: -67px;
  cursor: pointer;
}

.home-news .slick-prev {
  margin: 0 71px 0 0;
}

.home-news .slick-next {
  transform: rotate(180deg);
}

.home-news .slick-list {
  margin: 0 calc((1230px - 100vw)/2);
  padding: 0 calc((100vw - 1230px)/2);
}

@media (max-width: 1200px) {
  .home-news .slick-list {
    margin: 0;
    padding: 0;
  }
}

.home-contact {
  background: #091935;
}

.home-contact .container {
  display: flex;
  align-items: center;
}

.home-contact .wpcf7-list-item-label {
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  padding: 0 0 0 22px;
  width: 100%;
  margin: -21px 0 0 0;
}

.home-contact .image {
  width: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  .home-contact .image {
    display: none;
  }
}

.home-contact .text {
  width: 50%;
  background: #FFF;
  padding: 0 35px;
  /* For IE10 */
}

@media (max-width: 767px) {
  .home-contact .text {
    width: auto;
    margin: 0 -15px;
    border-top: 3px solid #091935;
    padding-top: 50px;
  }
}

.home-contact .text h2 {
  text-align: center;
  font-weight: normal;
  color: #091935;
  margin: 0 0 43px 0;
  font-size: 38px;
}

@media (max-width: 767px) {
  .home-contact .text h2 {
    font-size: 30px;
  }
}

.home-contact .text select {
  border: 2px solid #091935;
  padding: 0 15px;
  color: #091935;
  width: 100%;
  height: 42px;
  border-radius: 0;
  background: url("assets/img/arrow-select.png") top 16px right 11px no-repeat;
  cursor: pointer;
}

.home-contact .text select option {
  color: #000;
}

.home-contact .text select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

.home-contact .text select::-ms-expand {
  display: none;
}

.home-contact .text input[type="text"],
.home-contact .text input[type="email"] {
  border: none;
  border-bottom: 2px solid #091935;
  color: #091935;
  width: 100%;
  height: 42px;
  font-size: 16px;
  border-radius: 0;
  padding: 0;
  font-weight: 500;
}

.home-contact .text input[type="text"]::placeholder,
.home-contact .text input[type="email"]::placeholder {
  opacity: 1;
  color: #091935;
}

.home-contact .text br {
  display: none;
}

.home-contact .wpcf7 {
  margin: 0 -5px;
}

.home-contact .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 41px;
  display: block;
}

.home-contact .wpcf7-form-control-wrap.accept2, .home-contact .wpcf7-form-control-wrap.accept1 {
  margin-bottom: 15px;
}

.home-contact .your-tel {
  margin-bottom: 29px;
}

.home-contact .acceptance-17,
.home-contact .acceptance-18 {
  font-size: 13px;
  line-height: 19px;
  margin: 0 0 12px 0;
  text-align: justify;
}

.home-contact .acceptance-17 a,
.home-contact .acceptance-18 a {
  color: #091935;
}

.home-contact .acceptance-17 label,
.home-contact .acceptance-18 label {
  padding: 2px 0 0 17px;
  display: block;
  cursor: pointer;
}

.home-contact .acceptance-17 label .wpcf7-list-item-label::after,
.home-contact .acceptance-18 label .wpcf7-list-item-label::after {
  position: absolute;
  width: 21px;
  height: 21px;
  content: "";
  left: 0;
  top: 0;
  border: 1px solid #838383;
}

.home-contact .acceptance-17 label input,
.home-contact .acceptance-18 label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.home-contact .acceptance-17 label input:checked+.wpcf7-list-item-label::after,
.home-contact .acceptance-18 label input:checked+.wpcf7-list-item-label::after {
  background: url("assets/img/check.png") center no-repeat;
  background-size: 13px 13px;
}

.home-contact input[type="submit"] {
  width: 252px;
  height: 42px;
  background: url(assets/img/bg-button-border.png);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  margin: -5px auto -47px auto;
  padding: 0;
}

.home-contact input[type="submit"]:disabled {
  opacity: 0.2;
}

.home-contact .wpcf7-not-valid-tip {
  margin: 6px 0 -24px 0;
}

.subpage-header {
  padding: 241px 0 0 0;
  height: 620px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .subpage-header {
    padding: 120px 0 0 0;
    height: 320px;
  }
}

.subpage-header::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

.subpage-header--pdf {
  height: auto !important;
  padding: 120px 0 40px 0 !important;
}

.subpage-header .btn {
  width: 203px;
  height: 42px;
  background: url(assets/img/bg-button-border.png);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: block;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  margin: 25px 0 0 -10px;
}

.subpage-header .container {
  position: relative;
  color: #FFF;
  z-index: 2;
}

.subpage-header .container h3,
.subpage-header .container h2,
.subpage-header .container h1 {
  font-weight: 200;
  font-size: 64px;
  background: url("assets/img/border-title.png") left bottom no-repeat;
  text-transform: uppercase;
  margin: 43px 0 0 -10px;
  padding: 0 0 12px 0;
}

@media (max-width: 767px) {

  .subpage-header .container h3,
  .subpage-header .container h2,
  .subpage-header .container h1 {
    font-size: 40px;
  }
}

.subpage-header .container h3 small,
.subpage-header .container h2 small,
.subpage-header .container h1 small {
  display: block;
  margin: -25px 0 -5px 6px;
  text-transform: uppercase;
  font-size: 20px;
}

@media (max-width: 767px) {

  .subpage-header .container h3 small,
  .subpage-header .container h2 small,
  .subpage-header .container h1 small {
    margin: -10px 0 0 0;
  }
}

/** O FIRMIE **/
.section-1-about {
  padding: 138px 0 188px 0;
  color: #091935;
}

@media (max-width: 1023px) {
  .section-1-about {
    padding: 50px 0;
  }
}

.section-1-about .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url("assets/img/subpage-line.png") left 10px bottom no-repeat;
}

.section-1-about .container .left {
  width: 28%;
  text-align: center;
  padding: 87px 0 0 0;
}

@media (max-width: 1023px) {
  .section-1-about .container .left {
    width: 100%;
    padding: 0;
  }
}

.section-1-about .container .left h2 {
  font-size: 60px;
  font-weight: 300;
  margin: 43px 0 14px -10px;
  text-transform: uppercase;
  text-align: left;
}

@media (max-width: 1023px) {
  .section-1-about .container .left h2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-1-about .container .left h2 {
    font-size: 40px;
  }

  .section-1-about .container .left h2 img {
    max-height: 30px;
  }
}

.section-1-about .container .right {
  width: 66.3%;
  text-align: justify;
  letter-spacing: -0.3px;
}

@media (max-width: 1023px) {
  .section-1-about .container .right {
    width: 100%;
  }
}

.section-2-about {
  background: #091935;
  color: #FFF;
  padding: 108px 0 0 0;
}

@media (max-width: 1023px) {
  .section-2-about {
    padding: 50px 0;
  }
}

.section-2-about h2 {
  font-size: 60px;
  font-weight: 300;
  margin: 0 0 0 0px;
  padding-left: 33.3333%;
  padding-bottom: 13px;
  text-transform: uppercase;
  text-align: left;
  background: url("assets/img/subpage-line.png") left bottom no-repeat;
  width: 100%;
}

@media (max-width: 1023px) {
  .section-2-about h2 {
    padding: 0;
    text-align: center;
    background-position: center bottom;
  }
}

@media (max-width: 767px) {
  .section-2-about h2 {
    font-size: 40px;
  }

  .section-2-about h2 img {
    max-height: 30px;
  }
}

.section-2-about .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-2-about .container .left {
  width: 28%;
  text-align: center;
  padding: 87px 0 0 0;
}

@media (max-width: 1023px) {
  .section-2-about .container .left {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

.section-2-about .container .right {
  width: 66.3%;
  text-align: justify;
}

@media (max-width: 1023px) {
  .section-2-about .container .right {
    width: 100%;
  }
}

.section-2-about .bg {
  margin-top: 84px;
}

.section-2-about .bg img {
  width: 100%;
}

.section-3-about {
  padding: 164px 0 0 0;
  color: #091935;
}

@media (max-width: 1023px) {
  .section-3-about {
    padding: 50px 0;
  }
}

.section-3-about .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-3-about .col-full {
  width: 100%;
  padding-bottom: 41px;
  margin-bottom: 226px;
  background: url("assets/img/border-full.png") center bottom no-repeat;
}

@media (max-width: 1023px) {
  .section-3-about .col-full {
    margin-bottom: 50px;
  }
}

.section-3-about .col-left,
.section-3-about .col-right {
  width: 47.5%;
}

@media (max-width: 1023px) {

  .section-3-about .col-left,
  .section-3-about .col-right {
    width: 100%;
    margin-bottom: 50px;
  }
}

.section-3-about .col-left {
  position: relative;
}

.section-3-about .col-left::after {
  position: absolute;
  right: -30px;
  top: 101px;
  bottom: 30px;
  width: 1px;
  background: #091935;
  content: "";
}

@media (max-width: 1023px) {
  .section-3-about .col-left::after {
    display: none;
  }
}

.section-3-about h2 {
  font-size: 60px;
  font-weight: 300;
  color: #091935;
  text-transform: uppercase;
  margin: 0 0 0 0;
}

@media (max-width: 1023px) {
  .section-3-about h2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-3-about h2 {
    font-size: 30px;
  }

  .section-3-about h2 img {
    max-height: 30px;
    width: auto;
  }
}

.section-3-about p {
  margin: 9px 0;
  text-align: justify;
}

/*** EKO ***/
.section-box-vertical {
  padding: 101px 0 0 0;
}

@media (max-width: 1023px) {
  .section-box-vertical {
    padding: 50px 0 0 0;
  }
}

.section-box-vertical .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-left: 2px solid #805611;
  border-right: 2px solid #805611;
  position: relative;
  margin: 0 0 41px 0;
}

.section-box-vertical .item::after, .section-box-vertical .item::before {
  background: url("assets/img/border-full.png") center no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
}

.section-box-vertical .item::after {
  top: 0;
}

.section-box-vertical .item::before {
  bottom: 0;
}

.section-box-vertical .item .img {
  width: 250px;
}

@media (max-width: 1023px) {
  .section-box-vertical .item .img {
    width: 100%;
  }
}

.section-box-vertical .item .img img {
  width: 100%;
  display: block;
}

.section-box-vertical .item .text {
  width: calc(100% - 294px);
  font-size: 20px;
  letter-spacing: -0.1px;
  padding: 10px 15px 10px 0;
}

@media (max-width: 1023px) {
  .section-box-vertical .item .text {
    width: 100%;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .section-box-vertical .item .text {
    font-size: 16px;
  }
}

.section-box-square {
  text-align: center;
  padding: 70px 0 0 0;
}

.section-box-square .title {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 69px 0;
}

.section-box-square .box-list {
  display: flex;
  flex-wrap: wrap;
}

.section-box-square .box-list .item {
  width: 33.3333%;
}

@media (max-width: 1023px) {
  .section-box-square .box-list .item {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .section-box-square .box-list .item {
    width: 100%;
  }
}

.section-box-square .box-list .item:nth-child(odd) {
  background: #091935;
  color: #FFF;
}

.section-box-square .box-list .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 221px;
}

.section-box-square .box-list .item .text {
  min-height: 85px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .section-box-square .box-list .item .text {
    font-size: 14px;
  }
}

.section-smart-1 {
  padding: 92px 0 100px 0;
}

@media (max-width: 767px) {
  .section-smart-1 {
    padding: 50px 0;
  }
}

.section-smart-1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-smart-1 .container .left {
  width: 50%;
}

@media (max-width: 767px) {
  .section-smart-1 .container .left {
    width: 100%;
  }
}

.section-smart-1 .container .right {
  width: 50%;
  padding: 80px 0 0 0;
}

@media (max-width: 767px) {
  .section-smart-1 .container .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

.section-smart-1 .container .right p {
  margin: 0 0 47px 0;
  text-align: justify;
}

.section-smart-2 {
  background: #091935;
}

.section-smart-2 img {
  display: block;
}

@media (max-width: 767px) {
  .section-smart-2 .img1 {
    margin-left: -15px;
    margin-right: 15px;
  }
}

.section-smart-2 .container {
  position: relative;
}

.section-smart-2 .container::after {
  position: absolute;
  background: url("assets/img/border-title.png") left no-repeat;
  height: 3px;
  top: -15px;
  right: 0;
  left: 15px;
  content: "";
}

.section-smart-2 .container::before {
  position: absolute;
  background: url("assets/img/border-title.png") right no-repeat;
  height: 3px;
  bottom: -15px;
  right: 15px;
  left: 0;
  content: "";
}

.section-smart-2 .img2 {
  right: 132px;
  bottom: -80px;
  position: absolute;
}

@media (max-width: 767px) {
  .section-smart-2 .img2 {
    right: 20px;
    top: auto;
    bottom: -30px;
    z-index: 10;
  }

  .section-smart-2 .img2 img {
    max-width: 200px;
  }
}

.content-key {
  padding: 88px 0 0 0;
}

@media (max-width: 767px) {
  .content-key {
    padding: 40px 0 0 0;
  }
}

.content-key h3 {
  font-weight: normal;
  margin: 18px 0 35px 0;
  font-size: 20px;
}

.content-key p {
  text-align: justify;
  margin: 17px 0 50px 0;
}

.gallery-key {
  margin: 79px 0 0 0;
}

@media (max-width: 767px) {
  .gallery-key {
    margin: 40px 0 0 0;
  }
}

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

.gallery-key .container .item {
  width: 24%;
}

@media (max-width: 767px) {
  .gallery-key .container .item {
    width: 49%;
    margin-bottom: 1%;
  }
}

.contact-key {
  padding: 79px 0 0 0;
}

@media (max-width: 767px) {
  .contact-key {
    padding: 40px 0 0 0;
  }
}

.contact-key .container {
  display: flex;
  flex-wrap: wrap;
}

.contact-key .container .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .contact-key .container .item {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .contact-key .container .item {
    display: block;
    text-align: center;
  }
}

.contact-key .container .item:nth-child(1) {
  border-right: 1px solid #091935;
}

@media (max-width: 767px) {
  .contact-key .container .item:nth-child(1) {
    border: none;
  }
}

.contact-key .container .item .img {
  width: 42%;
  text-align: center;
}

@media (max-width: 600px) {
  .contact-key .container .item .img {
    width: 100%;
  }
}

.contact-key .container .item .text {
  width: 57%;
  padding-right: 10px;
}

@media (max-width: 600px) {
  .contact-key .container .item .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

.contact-key .container .item .text a {
  text-decoration: none;
  color: #091935;
}

.contact-key .container .item .text a:hover {
  text-decoration: underline;
}

span.wpcf7-list-item input {
  position: relative;
  z-index: 2;
}

.form-key {
  background-position: center;
  background-size: cover;
  margin: 62px 0 0 0;
}

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

@media (max-width: 1023px) {
  .form-key .container {
    display: block;
  }
}

.form-key .wpcf7-list-item-label {
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 22px;
  width: 100%;
  margin: -21px 0 0 0;
}

.form-key__left {
  color: #FFF;
  width: 50%;
  padding: 0 15px 0 64px;
}

@media (max-width: 1200px) {
  .form-key__left {
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  .form-key__left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.form-key__left img {
  margin: 43px 0 0 0;
}

.form-key__left p {
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .form-key__left p {
    font-size: 16px;
  }
}

.form-key__left p:nth-child(3) {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .form-key__left p:nth-child(3) {
    margin: 0;
  }
}

.form-key__right {
  width: 50%;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 75px 36px 75px;
}

@media (max-width: 1023px) {
  .form-key__right {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .form-key__right {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
}

.form-key__right p {
  margin: 0;
}

.form-key__right br {
  display: none;
}

.form-key__right h2 {
  text-align: center;
  font-weight: normal;
  margin: 54px 0 65px 0;
  font-size: 20px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .form-key__right h2 {
    margin: 30px 0;
  }
}

.form-key__right .name-icon input {
  background-image: url("assets/img/input-name.png");
}

.form-key__right .phone-icon input {
  background-image: url("assets/img/input-phone.png");
}

.form-key__right .email-icon input {
  background-image: url("assets/img/input-email.png");
}

.form-key__right .temat-icon input {
  background-image: url("assets/img/input-thread.png");
}

.form-key__right .invest-icon select,
.form-key__right .invest-icon input {
  background-image: url("assets/img/input-invest.png");
  padding-left: 34px;
}

.form-key__right .message-icon textarea {
  background-image: url("assets/img/input-message.png");
}

.form-key__right .wpcf7-form-control-wrap {
  margin: 0 0 38px 0;
  display: block;
}

.form-key__right .wpcf7-form-control-wrap.your-message {
  margin: 0 0 33px 0;
}

.form-key__right .wpcf7-form-control-wrap.accept2, .form-key__right .wpcf7-form-control-wrap.accept1 {
  margin-bottom: 15px;
}

.form-key__right .wpcf7-form-control-wrap input:not([type="checkbox"]) {
  width: 100%;
  height: 24px;
  padding: 0 10px 1px 38px;
  font-size: 13px;
  border: none;
  border-radius: 0;
  background-position: left 10px center;
  background-repeat: no-repeat;
}

.form-key__right .wpcf7-form-control-wrap input:not([type="checkbox"])::placeholder {
  opacity: 1;
}

.form-key__right .wpcf7-form-control-wrap select {
  width: 100%;
  height: 24px;
  padding: 0 10px 1px 38px;
  font-size: 13px;
  border: none;
  border-radius: 0;
  background-position: left 10px center;
  background-repeat: no-repeat;
}

.form-key__right .wpcf7-form-control-wrap select::placeholder {
  opacity: 1;
}

.form-key__right .wpcf7-form-control-wrap textarea {
  height: 52px;
  padding: 0 10px 1px 40px;
  border: none;
  border-radius: 0;
  font-size: 13px;
  background-position: left 10px top 4px;
  background-repeat: no-repeat;
}

.form-key__right .wpcf7-form-control-wrap textarea::placeholder {
  opacity: 1;
}

.form-key__right .acceptance-732,
.form-key__right .acceptance-733 {
  font-size: 12px;
  line-height: 19px;
  margin: 0 0 16px 0;
  text-align: justify;
  color: #5d5d5d;
}

.form-key__right .acceptance-732 a,
.form-key__right .acceptance-733 a {
  color: #091935;
}

.form-key__right .acceptance-732 label,
.form-key__right .acceptance-733 label {
  padding: 2px 0 0 17px;
  display: block;
  cursor: pointer;
}

.form-key__right .acceptance-732 label .wpcf7-list-item-label::after,
.form-key__right .acceptance-733 label .wpcf7-list-item-label::after {
  position: absolute;
  width: 11px;
  height: 11px;
  content: "";
  left: 0;
  top: 6px;
  background-color: #FFF;
}

.form-key__right .acceptance-732 label input,
.form-key__right .acceptance-733 label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.form-key__right .acceptance-732 label input:checked+.wpcf7-list-item-label::after,
.form-key__right .acceptance-733 label input:checked+.wpcf7-list-item-label::after {
  background-image: url("assets/img/check.png");
  background-size: 7px 7px;
  background-position: center;
  background-repeat: no-repeat;
}

.form-key__right input[type="submit"] {
  width: 140px;
  height: 26px;
  display: block;
  margin: 77px auto 0 auto;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  border: none;
  background: #f2f2f2;
  cursor: pointer;
}

@media (max-width: 767px) {
  .form-key__right input[type="submit"] {
    margin-top: 40px;
  }
}

.form-key__right .wpcf7-not-valid-tip {
  font-size: 10px;
  margin: 5px 0 -21px 0;
  display: block;
}

.form-key__right .wpcf7-response-output {
  background: #FFF;
  text-align: center;
  font-size: 13px;
}

.file-list {
  margin: 0;
  padding: 82px 0 0 0;
}

.file-list h2 {
  margin: 0px 0 65px 0;
  font-weight: normal;
  font-size: 60px;
}

@media (max-width: 767px) {
  .file-list {
    padding: 30px 0 0 0;
  }

  .file-list h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}

.file-list .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .file-list .item {
    justify-content: center;
    margin-bottom: 50px;
  }
}

.file-list .item .logo {
  text-align: center;
  width: 30%;
}

@media (max-width: 767px) {
  .file-list .item .logo {
    width: 100%;
    text-align: left;
  }
}

.file-list .item .img {
  width: 39%;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .file-list .item .img {
    width: 100%;
    margin-top: 30px;
    text-align: left;
    border-top: 1px solid #091935;
  }
}

.file-list .item .img img {
  max-width: 90%;
}

.file-list .item .img::after {
  border-left: 1px solid #091935;
  left: 0;
  top: 30px;
  bottom: 30px;
  width: 1px;
  content: "";
  position: absolute;
}

@media (max-width: 767px) {
  .file-list .item .img::after {
    display: none;
  }
}

.file-list .item .files {
  width: 31%;
}

@media (max-width: 767px) {
  .file-list .item .files {
    width: 100%;
  }
}

.file-list .item .logo, .file-list .item .img, .file-list .item .files {
  padding: 15px 0 0 0;
}

.file-list .item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.file-list .item ul li {
  font-weight: 300;
  font-size: 12px;
  margin: 10px 0;
}

.file-list .item ul li a {
  font-size: 16px;
  color: #091935;
  text-decoration: none;
  margin: 0 0 0 9px;
}

.file-list .item ul li a:hover {
  text-decoration: underline;
}

.contact-boxs {
  margin: 0;
  padding: 82px 0 0 0;
}

.contact-boxs h2 {
  margin: 0 0 17px 0;
  font-weight: normal;
  font-size: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-boxs h2 {
    font-size: 40px;
  }
}

.contact-boxs .contact-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 62px;
}

@media (max-width: 767px) {
  .contact-boxs .contact-item {
    display: block;
  }
}

.contact-boxs .contact-item .title {
  width: 100%;
  margin: 0 0 16px 0;
  text-align: center;
}

.contact-boxs .contact-item .person-tel {
  text-align: center;
  width: 100%;
  font-size: 20px;
}

.contact-boxs .contact-item .person-tel a {
  color: #091935;
  text-decoration: none;
}

.contact-boxs .contact-item .person {
  display: flex;
  align-items: center;
  border-right: 1px solid #091935;
  padding: 0;
  min-height: 190px;
  width: 25%;
  justify-content: center;
  text-align: center;
}

.contact-boxs .contact-item .person:last-child {
  border-right: none;
}

.contact-boxs .contact-item .person-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%
}

@media (max-width: 767px) {
  .contact-boxs .contact-item .person {
    padding: 0;
    min-height: 0;
    justify-content: center;
    border: none;
    width: 100%;
  }
}

.contact-boxs .contact-item .person a {
  color: #091935;
  text-decoration: none;
}

.contact-boxs .contact-item .person a:hover {
  text-decoration: underline;
}

.contact-boxs .contact-item .invest {
  text-align: center;
  min-height: 190px;
  padding: 29px 0;
  width: 25%;
}

.contact-boxs .contact-item .invest span {
  display: block;
  color: #000;
  font-size: 18px;
  margin: 10px 0 0 0;
}

.contact-boxs .contact-item .invest-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%
}

@media (max-width: 1024px) {
  .contact-boxs .contact-item .invest {
    width: 50%
  }
}

@media (max-width: 767px) {
  .contact-boxs .contact-item .invest {
    min-height: 0;
  }
}

@media (max-width: 500px) {
  .contact-boxs .contact-item .invest {
    width: 100%
  }
}

.contact-boxs .contact-item .invest .img {
  min-height: 110px;
}

.contact-boxs .contact-item .invest img {
  display: block;
  margin: 0 auto;
}

.contact-boxs .contact-item .invest a {
  color: #091935;
  text-decoration: none;
}

.contact-boxs .contact-item .invest a:hover {
  text-decoration: underline;
}

.contact-bottom {
  margin: -32px 0 0 0;
  letter-spacing: -0.2px;
}

.contact-page-form {
  margin: 195px 0 0 0;
}

.contact-page-form .container {
  align-items: flex-start;
}

@media (max-width: 1023px) {
  .contact-page-form .container {
    flex-wrap: wrap;
  }
}

.contact-page-form .text {
  padding-top: 36px;
  padding-bottom: 55px;
}

@media (max-width: 1023px) {
  .contact-page-form .text {
    width: auto;
  }
}

.contact-page-form .map {
  text-align: center;
  width: 39%;
  margin-left: 5%;
}

@media (max-width: 1023px) {
  .contact-page-form .map {
    width: 100%;
    margin: 0;
  }
}

.contact-page-form .map h2 {
  text-align: center;
  font-weight: 300;
  color: #FFF;
  margin: 29px 0 32px 0;
  font-size: 43px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .contact-page-form .map h2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-page-form .map iframe {
  margin: 0 0 36px 0;
}

.contact-page-form .map p {
  color: #FFF;
  text-align: left;
  margin: 0 0 15px 0;
}

.item-archive {
  padding: 147px 0 0 0;
}

@media (max-width: 1023px) {
  .item-archive {
    padding: 100px 0 0 0;
  }
}

.item-archive .images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1023px) {
  .item-archive .images {
    display: block;
  }
}

.item-archive .images .image-logo {
  width: 49%;
  border: 2px solid #091935;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .item-archive .images .image-logo {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .item-archive .images .image-logo {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
}

.item-archive .images .image-logo .img {
  width: 49%;
}

@media (max-width: 767px) {
  .item-archive .images .image-logo .img {
    width: 100%;
    order: 2;
  }
}

.item-archive .images .image-logo .img img {
  width: 100%;
  height: 297px;
  object-fit: cover;
  display: block;
}

.item-archive .images .image-logo .logo {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-archive .images .image-logo .logo img {
  max-height: 240px;
}

@media (max-width: 767px) {
  .item-archive .images .image-logo .logo {
    width: 100%;
    order: 1;
    height: 200px;
  }
}

.item-archive .images .gallery-item {
  width: 49%;
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .item-archive .images .gallery-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.item-archive .images .gallery-item.item4 .image {
  width: 49% !important;
  position: static !important;
  margin-bottom: 3px;
}

.item-archive .images .gallery-item.item4 .image img {
  height: 145px !important;
}

@media (max-width: 767px) {
  .item-archive .images .gallery-item.item4 .image img {
    height: 95px !important;
  }
}

.item-archive .images .gallery-item .image {
  width: 49%;
}

.item-archive .images .gallery-item .image:nth-child(1) {
  width: 49%;
}

.item-archive .images .gallery-item .image:nth-child(1) img {
  height: 300px;
}

@media (max-width: 767px) {
  .item-archive .images .gallery-item .image:nth-child(1) img {
    height: 200px;
  }
}

.item-archive .images .gallery-item .image:nth-child(2) {
  width: 49%;
}

.item-archive .images .gallery-item .image:nth-child(2) img {
  height: 145px;
}

@media (max-width: 767px) {
  .item-archive .images .gallery-item .image:nth-child(2) img {
    height: 95px;
  }
}

.item-archive .images .gallery-item .image:nth-child(3) {
  width: 49%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.item-archive .images .gallery-item .image:nth-child(3) img {
  height: 145px;
}

@media (max-width: 767px) {
  .item-archive .images .gallery-item .image:nth-child(3) img {
    height: 95px;
  }
}

.item-archive .images .gallery-item img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.item-archive .description {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 0 0;
  position: relative;
}

@media (max-width: 1023px) {
  .item-archive .description {
    display: block;
  }
}

.item-archive .description::after {
  position: absolute;
  left: 50%;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #b1b6bf;
  content: "";
}

@media (max-width: 1023px) {
  .item-archive .description::after {
    display: none;
  }
}

.item-archive .description .text {
  width: 49%;
  padding: 27px 30px 0 59px;
  text-align: justify;
}

@media (max-width: 1023px) {
  .item-archive .description .text {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
    padding-top: 0;
  }
}

.item-archive .description .list {
  width: 43%;
  padding: 0 0 0 0;
}

@media (max-width: 1023px) {
  .item-archive .description .list {
    width: 100%;
    margin-bottom: 15px;
  }
}

.item-archive .description .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item-archive .description .list ul li {
  background-position: left center;
  background-repeat: no-repeat;
  padding: 15px 0 12px 65px;
}

.item-archive .description .list ul li.icon1 {
  background-image: url("assets/img/icon-invest1.png");
  background-position: left 7px center;
}

.item-archive .description .list ul li.icon2 {
  background-image: url("assets/img/icon-invest2.png");
}

.item-archive .description .list ul li.icon3 {
  background-image: url("assets/img/icon-invest3.png");
}

.item-archive .description .list ul li.icon4 {
  background-image: url("assets/img/icon-invest4.png");
}

.item-archive .description .list ul li.icon5 {
  background-image: url("assets/img/icon-invest5.png");
}

.contact-btn {
  display: flex;
  flex-wrap: wrap;
}

.contact-btn a {
  width: 150px;
  height: 42px;
  background: url(assets/img/bg-button-border.png);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: block;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  margin: 25px 10px 0 0;
}

.newsest {
  margin: 55px 0 20px 0;
}

.newsest h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 23px 0;
}

.newsest-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #091935;
  position: relative;
}

.newsest-post::after {
  background: url("assets/img/border-title.png") right bottom no-repeat;
  width: 332px;
  height: 2px;
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
}

.newsest-post .img {
  width: 60%;
}

@media (max-width: 1023px) {
  .newsest-post .img {
    width: 100%;
  }
}

.newsest-post .img img {
  width: 100%;
}

.newsest-post .text {
  width: 40%;
  padding: 0 15px;
}

@media (max-width: 1023px) {
  .newsest-post .text {
    width: 100%;
  }
}

.newsest-post .text a {
  color: #091935 !important;
  text-decoration: none;
}

.newsest-post .text a:hover {
  text-decoration: underline;
}

.rest-post {
  overflow: hidden;
  padding-top: 30px;
  background: url("assets/img/border-title.png") bottom center no-repeat;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.rest-post:nth-last-child(2) {
  background: none;
}

.rest-post h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 23px 0;
}

.rest-post h2.invest {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rest-post h2.invest img {
  margin: 0 20px;
}

.post-list .news-thumb {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #091935;
}

.post-list .news-thumb img {
  object-fit: cover;
  width: 98%;
}

@media (max-width: 1023px) {
  .post-list .news-thumb img {
    width: 100%;
  }
}

.post-list .news-thumb h3 {
  font-weight: normal;
  font-size: 18px;
  margin: 7px 0;
}

.post-list .news-thumb .time {
  text-align: left;
  margin-bottom: 5px;
}

.post-list .news-thumb .button-border {
  width: 203px;
  height: 42px;
  background: url(assets/img/bg-button-border.png);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: block;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  margin: 10px auto 0 auto;
}

.post-list .slick-prev,
.post-list .slick-next {
  position: absolute;
  border: none;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  background: url("assets/img/arrow.png");
  right: 20px;
  bottom: -40px;
  cursor: pointer;
}

.post-list .slick-prev {
  margin: 0 71px 0 0;
}

.post-list .slick-next {
  transform: rotate(180deg);
  overflow: hidden;
}

.error404 .subpage-header {
  background-image: url("assets/img/page-404.png") !important;
}

.news {
  overflow: hidden;
}

.news h2 {
  font-weight: 300;
  font-size: 60px;
  margin: 25px 0;
}

@media (max-width: 767px) {
  .news h2 {
    font-size: 32px;
  }
}

.news .news_img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.news .time {
  text-align: right;
}

.news .news_text {
  margin: 40px 0 50px 0;
}

@media (max-width: 767px) {
  .news .news_text {
    margin: 20px 0 30px 0;
  }
}

.news .news_text a {
  color: #091935 !important;
  text-decoration: none;
}

.news .news_text a:hover {
  text-decoration: underline;
}

.pdf-invest a {
  width: 203px;
  height: 42px;
  background: url(assets/img/bg-button-border.png);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: block;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  margin: 10px auto 0 auto;
}

.blog-page {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-page .blog-left {
  width: 49%;
}

@media (max-width: 1023px) {
  .blog-page .blog-left {
    width: 100%;
    text-align: center;
  }
}

.blog-page .blog-right {
  width: 49%;
  background: #eee;
  padding: 15px;
}

@media (max-width: 1023px) {
  .blog-page .blog-right {
    width: 100%;
  }
}

.blog-page time {
  color: #999;
  font-weight: 300;
}

.blog-page ul {
  list-style-type: circle;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

.blog-page ul a {
  color: #091935;
  text-decoration: none;
}

.blog-page ul a:hover {
  color: #d1a958;
}

.blog-page .back-btn {
  width: 203px;
  height: 42px;
  background: url(assets/img/bg-button-border.png);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: block;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  margin: 34px auto 15px auto;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.blog-list .blog-post {
  position: relative;
  width: 23%;
  margin: 0 2% 2% 0;
}

@media (max-width: 1023px) {
  .blog-list .blog-post {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .blog-list .blog-post {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.blog-list .blog-post::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.blog-list .blog-post .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}

.blog-list .blog-post .btn {
  width: 203px;
  height: 42px;
  background: url(assets/img/bg-button-border.png) rgba(0, 0, 0, 0.4);
  background-size: 100% 100%;
  font-weight: 300;
  font-size: 18px;
  color: #d1a958;
  text-transform: uppercase;
  display: block;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  margin: 25px 0 0 -10px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

/*# sourceMappingURL=albero.css.map */